summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-12 00:43:51 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-12 00:43:51 +0200
commit282c8f2551d57daf4f4d268b03e67f1752a9fde9 (patch)
tree6c3f3170af70ca0ec679c6988261cae88d26cf05
parent58921d7d062257d6165d51b44712140daef01ec8 (diff)
* debian/rules:
- apt-utils packages manpages, so it should depend on build-doc
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fc8efb8b2..12097ca6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ apt (0.9.4) UNRELEASED; urgency=low
- reshuffle dependencies so that parallel building seems to work
* prepare-release:
- apt-inst version isn't apt versions, so don't override variable
+ * debian/rules:
+ - apt-utils packages manpages, so it should depend on build-doc
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 11 May 2012 23:26:59 +0200
diff --git a/debian/rules b/debian/rules
index 4b9510663..fcdff9d01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -231,7 +231,7 @@ libapt-pkg-dev: build debian/libapt-pkg-dev.install
dh_builddeb -p$@
apt-utils_MANPAGES = apt-sortpkgs apt-ftparchive apt-extracttemplates
-apt-utils: build
+apt-utils: build build-doc
dh_testdir -p$@
dh_testroot -p$@
dh_prep -p$@