[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.2-1-5-g3be7b69

Gerfried Fuchs rhonda at debian.at
Wed Jun 16 13:49:59 UTC 2010


The following commit has been merged in the master branch:
commit 7938056f585ac130ee78a7aa23ec25b5f0cbe4be
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Wed Jun 16 15:49:32 2010 +0200

    Have its own configure target

diff --git a/debian/changelog b/debian/changelog
index 1712786..289eece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,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.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 8e3d0c5..0f71ec1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,11 +69,14 @@ clean:
 	dh_clean
 
 
-#Architecture
+configure: configure-stamp patch
+configure-stamp:
+	./autogen.sh $(CONFIGURE_SWITCHES)
+	touch $@
+
+
 build: build-stamp
-build-stamp: patch
-	./autogen.sh
-	./configure $(CONFIGURE_SWITCHES)
+build-stamp: configure-stamp
 	$(MAKE)
 	touch $@
 
@@ -205,4 +208,4 @@ binary-arch: build install
 
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: clean configure build binary-indep binary-arch binary install

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list