diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 01:21:47 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 01:21:47 +0200 |
commit | 00ea69fc15f5ce04e92b75707d2f21a8d2f235e4 (patch) | |
tree | ad2a6c7536a29907ca0c595dc95623be0dbf801e | |
parent | dac074b0ad8925ea542edea8ffd113736364344e (diff) |
debian/control improvements
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index beef99123..3355d4e3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,9 @@ apt (0.7.17) unstable; urgency=low - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update' failure when GREP_OPTIONS contains options that modify grep output. (Closes: #428752) + * debian/control: + - 'Vcs-Bzr' field is official, used it. + - Lowercased short package descriptions. -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/debian/control b/debian/control index 0f72299b6..cfcbf50a0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org> Standards-Version: 3.7.2.2 Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, docbook-utils (>= 0.6.12), xsltproc, docbook-xsl, xmlto -XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ +Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt Architecture: any @@ -15,7 +15,7 @@ Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Section: admin -Description: Advanced front-end for dpkg +Description: advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages. @@ -28,7 +28,7 @@ Architecture: all Priority: optional Replaces: apt (<< 0.5.4.9) Section: doc -Description: Documentation for APT +Description: documentation for APT This package contains the user guide and offline guide, for APT, an Advanced Package Tool. @@ -37,7 +37,7 @@ Architecture: any Priority: optional Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} Section: libdevel -Description: Development files for APT's libapt-pkg and libapt-inst +Description: development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. @@ -46,7 +46,7 @@ Package: libapt-pkg-doc Architecture: all Priority: optional Section: doc -Description: Documentation for APT development +Description: documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. |