From: Michael Vogt Date: Tue, 4 Nov 2008 21:12:20 +0000 (+0100) Subject: * debian/control: X-Git-Tag: 0.7.21~71 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4d7e6ec35d52d093e9426378ab51f56be27d49d8?hp=-c * debian/control: - 'Vcs-Bzr' field is official, used it. - Bumped 'Standards-Version' to 3.8.0, no changes needed. - Actualized 'Uploaders' field. * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865) - Mentioned '/' and '=' for 'apt-get install' and '=' for 'apt-get source' in apt-get manpage. Patch based on work of Andre Felipe Machado. (Closes: #399673) - Mentioned more short options in the apt-get manpage. Documented 'xvcg' option in the apt-cache manpage. The part of patch by Andre Felipe Machado. (Closes: #176106, #355945) - Documented that 'apt-get install' command should be used for upgrading some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399) - APT::Install-Recommends is now true by default, mentioned this in configure-index example. (Closes: #463268) - Added 'APT::Get::AllowUnauthenticated' to configure-index example. (Closes: #320225) - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in sources.list manpage, as they are already described under in the manpage. - Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894) --- 4d7e6ec35d52d093e9426378ab51f56be27d49d8 diff --combined debian/control index 0f72299b6,24b0a1fc0..ba9e32e4b --- a/debian/control +++ b/debian/control @@@ -2,10 -2,12 +2,12 @@@ Source: ap Section: admin Priority: important Maintainer: APT Development Team - Uploaders: Jason Gunthorpe , Adam Heath , Matt Zimmerman , Michael Vogt , Otavio Salvador - Standards-Version: 3.7.2.2 + Uploaders: Michael Vogt , Otavio Salvador , + Christian Perrier , Daniel Burrows , + Luca Bruno , Eugene V. Lyubimkin + Standards-Version: 3.8.0 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 @@@ -37,7 -39,7 +39,7 @@@ Architecture: an 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.