]> git.deb.at Git - pkg/abook.git/commitdiff
Add recommended targets build-{arch,indep}
authorGerfried Fuchs <rhonda@debian.org>
Thu, 19 Apr 2012 11:04:57 +0000 (13:04 +0200)
committerGerfried Fuchs <rhonda@debian.org>
Thu, 19 Apr 2012 11:05:01 +0000 (13:05 +0200)
debian/changelog
debian/rules

index 0565aa2cccc5611a2c5b0e707393024e54836861..15b3b2c7755df0386d4d3f138c088f2ca01a43a4 100644 (file)
@@ -53,6 +53,7 @@ abook (0.6.0~pre2-2) unstable; urgency=low
   * Add Vcs-* fields to debian/control.
   * Explicit call set -e in config/postrm/postinst scripts instead of on the
     shebang line.
+  * Add recommended targets build-arch/build-indep to debian/rules.
 
  -- 
 
index 02a2a7c9562f44101316f99b72abb29f1c6ef76a..987ee268f1a0c5ffe3dabc9883a7d201e93dc721 100755 (executable)
@@ -43,7 +43,9 @@ clean: unpatch
        [ ! -f Makefile ] || $(MAKE) distclean
 
 
-build: build-stamp
+build: build-arch
+build-arch: build-stamp
+build-indep:
 build-stamp: patch-stamp
        $(checkdir)
        cp /usr/share/misc/config.guess /usr/share/misc/config.sub .