]> git.saurik.com Git - apt.git/commitdiff
really build apt.install
authorMichael Vogt <mvo@debian.org>
Mon, 12 Aug 2013 21:59:44 +0000 (23:59 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 12 Aug 2013 21:59:44 +0000 (23:59 +0200)
debian/rules

index fc44d5a688a5d68d9bcbc73c90e1b7962e45147e..06ccdac31c245478923b43bdd0ed55cb9b99cd0b 100755 (executable)
@@ -115,7 +115,7 @@ clean:
        [ ! -f Makefile ] || $(MAKE) clean distclean
        rm -rf build
        rm -f debian/$(LIBAPT_PKG).install debian/$(LIBAPT_INST).install \
-             debian/libapt-pkg-dev.install
+             debian/libapt-pkg-dev.install debian/apt.install
        test ! -L buildlib/config.guess || rm -f buildlib/config.guess
        test ! -L buildlib/config.sub || rm -f buildlib/config.sub
 
@@ -174,7 +174,7 @@ apt-doc: build-debiandoc
 # Build architecture-dependent files here.
 
 apt_MANPAGES = apt apt-cache apt-cdrom apt-config apt-get apt-key apt-mark apt-secure apt apt.conf apt_preferences sources.list
-apt: build-binary build-manpages
+apt: build-binary build-manpages debian/apt.install
        dh_testdir -p$@
        dh_testroot -p$@
        dh_prep -p$@