summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-09-17 09:55:12 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-09-17 09:55:12 +0200
commit6422a70461fe89041d6112fed831b1c07cd45a3f (patch)
treee31ae1afda53e3a1e92852bab7bc8bcbceb56d14
parentc1cde32ed651337684f52f9aee6eead01b70d352 (diff)
* debian/control:
- build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145)
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bc862870b..7e70d16db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,11 @@ apt (0.8.5) UNRELEASED; urgency=low
* debian/apt.cron.daily:
- handle absolut directory paths correctly by loading directories
directly instead of building the paths on our own (Closes: #596421)
+ * debian/control:
+ - build-depend on docbook-xml to ensure that the xml DTDs are always
+ available on the buildds (Closes: #597145)
- -- David Kalnischkies <kalnischkies@gmail.com> Wed, 15 Sep 2010 13:24:16 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com> Fri, 17 Sep 2010 09:53:04 +0200
apt (0.8.4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f03b96f67..87e885f6a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ 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.9.0
-Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
+Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
Build-Conflicts: autoconf2.13, automake1.4
Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/