The following commit has been merged in the master branch:
commit 3be7b6904cf7d150ac0ebe54dfa7317b9910c640
Author: Gerfried Fuchs <[email protected]>
Date:   Wed Jun 16 15:50:07 2010 +0200

    Put make depends on build where it belongs

diff --git a/debian/changelog b/debian/changelog
index 289eece..8df3feb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ wesnoth-1.8 (1:1.8.2-2) unstable; urgency=low
   * Really enable DEB_BUILD_OPTIONS="parallel=X" in debian/rules.
   * unpatch after cleaning, not before.
   * Have its own configure target.
+  * Put make depends on build where it belongs.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 0f71ec1..4875acd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ build-stamp: configure-stamp
 
 
 install: install-stamp
-install-stamp:
+install-stamp: build
        dh_testdir
        dh_testroot
        dh_prep
@@ -131,7 +131,7 @@ binary-common:
 
 
 # Build architecture independant packages using the common target.
-binary-indep: build install
+binary-indep: install
        # workaround for dh_link (mis)behavior, see BTS#445550
        for i in ttf-dejavu/DejaVuSans.ttf; \
                do ln -s /usr/share/fonts/truetype/$$i \
@@ -155,7 +155,7 @@ binary-indep: build install
        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
 # Build architecture dependant packages using the common target.
-binary-arch: build install
+binary-arch: install
        # manpage symlinks for old binaries
        for i in 
debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/man/*/man6/wesnoth.6; do \
                ln -s wesnoth-$(BRANCH_VERSION).6.gz \

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to