diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index c3afcf403..c0226a4c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.7.2ubuntu5) UNRELEASED; urgency=low +apt (0.7.2ubuntu6) gutsy; urgency=low [ Michael Vogt] * cmdline/apt-get.cc: @@ -14,9 +14,18 @@ apt (0.7.2ubuntu5) UNRELEASED; urgency=low the Recommends of metapackages in universe and multiverse will get installed. * Also make this change in doc/examples/configure-index. - * Added a Build Dependancies of autoconf, xsltproc, docbook-xsl to fix FTBFS + * Added a Build Dependancies of automake, docbook-xsl, xsltproc, xmlto, + docbook to fix FTBFS. + * Added in previous changelog entries, as those who uploaded did not + actually commit to Bzr. - -- Sarah Hobbs <hobbsee@ubuntu.com> Fri, 06 Jul 2007 17:44:45 +1000 + -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 09 Jul 2007 01:15:57 +1000 + +pt (0.7.2ubuntu5) gutsy; urgency=low + + * Rerun autoconf to fix the FTBFS. + + -- Michael Bienia <geser@ubuntu.com> Fri, 06 Jul 2007 19:17:33 +0200 apt (0.7.2ubuntu4) gutsy; urgency=low diff --git a/debian/control b/debian/control index f0503f746..ee4c6fed8 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-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> Standards-Version: 3.7.2.2 -Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.15.5), autoconf, xsltproc, docbook-xsl -Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) +Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.15.5), automake, docbook-xsl, xsltproc, xmlto, docbook +Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1), docbook-xsl, xsltproc XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/apt/ubuntu Package: apt |