[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.8.5-1-6-g5520ba4

Gerfried Fuchs rhonda at debian.at
Sat Oct 16 18:12:04 UTC 2010


The following commit has been merged in the devel branch:
commit 79d2fc43efda02a3f68bb37d17d5db2867cc30fc
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Sat Oct 16 19:55:56 2010 +0200

    Call ./configure explicitly again

diff --git a/debian/changelog b/debian/changelog
index 970ee4b..571c235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.9 (1:1.9.1-1) unstable; urgency=low
 
   * New upstream devel release.
   * New campaign "Dead Water" (-dw).
+  * Call ./configure explicitly again, autogen.sh doesn't do it anymore.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 0518df6..0032e26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,8 @@ clean:
 configure: configure-stamp
 configure-stamp:
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
-	 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./autogen.sh $(CONFIGURE_SWITCHES)
+	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./autogen.sh $(CONFIGURE_SWITCHES)
+	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CONFIGURE_SWITCHES)
 	touch $@
 
 

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list