summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-06 23:52:36 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-06 23:52:36 +0200
commit425684e05521bba07b03dc2c5e647908ce757141 (patch)
tree551a718ff7b7a8a487cef8081f4ab50fe9bdb1c9 /debian
parent861aa1bdf1a895fa8e437abfe992c5d33e5f0fcb (diff)
Fix 'dpkg-buildpackage -B' FTBFS.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f39db3b4..ca8c6cea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ apt (0.7.18) unstable; urgency=low
* doc/apt-get.8.xml:
- Advanced descriptions for 'remove' and 'purge' options.
(Closes: #274283)
+ * debian/rules:
+ - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
+ Fixes FTBFS. (Closes: #504181)
-- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Thu, 06 Nov 2008 22:18:15 +0200
diff --git a/debian/rules b/debian/rules
index f6ff3c47a..f587b141a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -186,7 +186,7 @@ apt-doc: build-doc
# Build architecture-dependent files here.
binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https
-apt: build debian/shlibs.local
+apt: build build-doc debian/shlibs.local
dh_testdir -p$@
dh_testroot -p$@
dh_clean -p$@ -k