r10913 - packages/trunk/trigger/debian

Stefan Potyra sistpoty-guest at alioth.debian.org
Sat Apr 10 10:21:03 UTC 2010


Author: sistpoty-guest
Date: 2010-04-10 10:21:01 +0000 (Sat, 10 Apr 2010)
New Revision: 10913

Modified:
   packages/trunk/trigger/debian/changelog
   packages/trunk/trigger/debian/rules
Log:
* debian/rules: don't ingore errors in clean.


Modified: packages/trunk/trigger/debian/changelog
===================================================================
--- packages/trunk/trigger/debian/changelog	2010-04-10 09:56:08 UTC (rev 10912)
+++ packages/trunk/trigger/debian/changelog	2010-04-10 10:21:01 UTC (rev 10913)
@@ -23,8 +23,9 @@
   * debian/control: Improve wording in description.
   * debian/control: Make the transitional package arch:all.
   * debian/trigger-rally.desktop: Drop catagory 3DGraphics, LP: #532067.
+  * debian/rules: Don't ignore errors in clean.
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Sat, 10 Apr 2010 11:41:15 +0200
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Sat, 10 Apr 2010 12:10:50 +0200
 
 trigger-rally (0.5.2.1-1) unstable; urgency=low
 

Modified: packages/trunk/trigger/debian/rules
===================================================================
--- packages/trunk/trigger/debian/rules	2010-04-10 09:56:08 UTC (rev 10912)
+++ packages/trunk/trigger/debian/rules	2010-04-10 10:21:01 UTC (rev 10913)
@@ -56,8 +56,7 @@
 	dh_testroot
 	rm -f build-stamp 
 
-	# Add here commands to clean up after the build process.
-	-jam distclean
+	if [ -f Jamconfig ]; then jam distclean; fi
 	$(RM) $(MANPAGES)
 	$(RM) configure mk/autoconf/sdl.m4 aclocal.m4 Jamconfig.in
 	dh_clean 
@@ -73,7 +72,6 @@
 	cp debian/trigger-rally_32.xpm debian/$(PACKAGE)/usr/share/icons/hicolor/32x32/apps/trigger-rally.xpm
 	cp debian/trigger-rally_64.xpm debian/$(PACKAGE)/usr/share/icons/hicolor/64x64/apps/trigger-rally.xpm
 
-
 binary-indep: build install
 
 binary-arch: build install




More information about the Pkg-games-commits mailing list