r1703 - packages/trunk/trigger/debian

Stefan Potyra sistpoty-guest at costa.debian.org
Mon Sep 25 23:44:51 UTC 2006


Author: sistpoty-guest
Date: 2006-09-25 23:44:50 +0000 (Mon, 25 Sep 2006)
New Revision: 1703

Modified:
   packages/trunk/trigger/debian/changelog
   packages/trunk/trigger/debian/rules
Log:
debian/rules: configure rule depends on apply-patches.


Modified: packages/trunk/trigger/debian/changelog
===================================================================
--- packages/trunk/trigger/debian/changelog	2006-09-25 23:07:46 UTC (rev 1702)
+++ packages/trunk/trigger/debian/changelog	2006-09-25 23:44:50 UTC (rev 1703)
@@ -21,12 +21,13 @@
       Finally the patches are more clean.
     + Also delete configure, Jamconfig.in during clean (which are not
       deleted by jam distclean).
-    + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied 
+    + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied
       by the debian sdl package instead.
   * Update 05_Makefile.am.patch to not link against zlib1g any longer,
     as trigger doesn't directly need any symbols from it.
+  * Make configure rule in debian/rules depend on apply-patches.
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Tue, 26 Sep 2006 01:05:30 +0200
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Tue, 26 Sep 2006 01:33:09 +0200
 
 trigger (0.5.2-2) unstable; urgency=low
 

Modified: packages/trunk/trigger/debian/rules
===================================================================
--- packages/trunk/trigger/debian/rules	2006-09-25 23:07:46 UTC (rev 1702)
+++ packages/trunk/trigger/debian/rules	2006-09-25 23:44:50 UTC (rev 1703)
@@ -30,12 +30,7 @@
 $(MANPAGES): $(addsuffix .sgml,$(MANPAGES))
 	docbook-to-man $< > $@
 
-# need automake1.9 as b-d and this rule to build autotools-stuff during
-# package build.
-# config.status-rule must also depend on configure, and configure must
-# be older than configure.ac
-
-configure: configure.ac
+configure: configure.ac apply-patches
 	./autogen.sh
 
 config.status: configure




More information about the Pkg-games-commits mailing list