diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
commit | 0cbd772a245b420fb84761dd8addbf0f45bb4013 (patch) | |
tree | ec843bc2c449736271b94903ed67fb0e6e06264d /debian | |
parent | 3e2f480d7ad43f565bf2253fc598c2b80a22560f (diff) | |
parent | 49012e99a80a08925e4ad9911308c1c1b5cb33fb (diff) |
merged -r1901..1911 from lp:~donkult/apt/sid
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS index 1df94144d..7612adb9c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,6 +1,6 @@ apt (0.7.24) unstable; urgency=low - * Allready included in the last version but now with better documentation + * Already included in the last version but now with better documentation is the possibility to add/prefer different compression types while downloading archive informations, which can decrease the time needed for update on slow machines. See apt.conf (5) manpage for details. diff --git a/debian/changelog b/debian/changelog index 269d3c4db..5830b8ad5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -68,6 +68,16 @@ apt (0.7.25) UNRELEASED; urgency=low * buildlib/configure.mak, buildlib/config.{sub,guess}: - remove (outdated) config.{sub,guess} and use the ones provided by the new added build-dependency autotools-dev instead + * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak: + - remove the now obsolete manpage buildsystems + * doc/{pl,pt_BR,es,it}/*.{sgml,xml}: + - convert all remaining translation to the po4a system + * debian/control: + - drop build-dependency on docbook-utils and xmlto + - add build-dependency on autotools-dev + - bump policy to 3.8.3 as we have no outdated manpages anymore + * debian/NEWS: + - fix a typo in 0.7.24: Allready -> Already (Closes: #557674) [ Chris Leick ] * doc/ various manpages: diff --git a/debian/control b/debian/control index 5db294f2e..357fb3f5f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org> -Standards-Version: 3.8.2.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, po4a (>= 0.34-2), autotools-dev +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt @@ -67,7 +67,6 @@ Package: apt-transport-https Architecture: any Depends: ${shlibs:Depends} Priority: optional -Section: admin Description: APT https transport This package contains a APT https transport. It makes it possible to use 'deb https://foo distro main' lines in the sources.list. |