r1702 - packages/trunk/trigger/debian

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


Author: sistpoty-guest
Date: 2006-09-25 23:07:46 +0000 (Mon, 25 Sep 2006)
New Revision: 1702

Modified:
   packages/trunk/trigger/debian/changelog
   packages/trunk/trigger/debian/rules
Log:
clean a little harder: two files left over by jam distclean.
also remove sdl.m4 during clean, since sdl provides a newer
version.


Modified: packages/trunk/trigger/debian/changelog
===================================================================
--- packages/trunk/trigger/debian/changelog	2006-09-25 22:41:29 UTC (rev 1701)
+++ packages/trunk/trigger/debian/changelog	2006-09-25 23:07:46 UTC (rev 1702)
@@ -19,11 +19,14 @@
     + Split 10_fix_build_with_openal.patch, to 05_Makefile.am.patch and
       10_src_glew_jamfile.patch, dropping generated configure from it.
       Finally the patches are more clean.
-    + Also delete configure during 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 
+      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.
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Mon, 25 Sep 2006 23:07:17 +0200
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Tue, 26 Sep 2006 01:05:30 +0200
 
 trigger (0.5.2-2) unstable; urgency=low
 

Modified: packages/trunk/trigger/debian/rules
===================================================================
--- packages/trunk/trigger/debian/rules	2006-09-25 22:41:29 UTC (rev 1701)
+++ packages/trunk/trigger/debian/rules	2006-09-25 23:07:46 UTC (rev 1702)
@@ -58,7 +58,7 @@
 	# Add here commands to clean up after the build process.
 	-jam distclean
 	$(RM) $(MANPAGES)
-	$(RM) configure
+	$(RM) configure mk/autoconf/sdl.m4 aclocal.m4 Jamconfig.in
 	dh_clean 
 
 install: build $(MANPAGES)




More information about the Pkg-games-commits mailing list