Package: dconf
Version: 0.5.1-3
Severity: normal
Tags: patch
Dear Maintainer,
Please consider the attached patch which makes the following fixes:
* debian/control:
- Added Homepage Field
- Added Depends ${misc:Depends}
* debian/copyright:
- Added Copyright Field
- Fixed Versionless Copyright Symlink
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-18-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
=== modified file 'debian/control'
--- debian/control 2007-08-10 15:32:17 +0000
+++ debian/control 2012-11-08 00:29:14 +0000
@@ -1,13 +1,16 @@
Source: dconf
Section: admin
Priority: optional
-Maintainer: Leo Eraly <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Leo Eraly <[email protected]>
Build-Depends: debhelper (>= 4.0.0) , python , python-support
Standards-Version: 3.7.2
+Homepage: http://dag.wieers.com/home-made/dconf/
+
Package: dconf
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
Description: collect system information
Dconf is a tool to collect a system's hardware
and software configuration.
=== modified file 'debian/copyright'
--- debian/copyright 2005-10-08 12:31:11 +0000
+++ debian/copyright 2012-11-08 00:22:30 +0000
@@ -3,7 +3,7 @@
It was downloaded from http://dag.wieers.com/home-made/dconf/
-Copyright Holder: Dag Wieers <[email protected]>
+Copyright 2011 Dag Wieers <[email protected]
License:
@@ -22,5 +22,5 @@
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.