diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-06 23:52:36 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-06 23:52:36 +0200 |
commit | 425684e05521bba07b03dc2c5e647908ce757141 (patch) | |
tree | 551a718ff7b7a8a487cef8081f4ab50fe9bdb1c9 /debian/rules | |
parent | 861aa1bdf1a895fa8e437abfe992c5d33e5f0fcb (diff) |
Fix 'dpkg-buildpackage -B' FTBFS.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |