r5641 - packages/trunk/netpanzer/debian

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Tue Feb 5 17:16:23 UTC 2008


Author: goneri-guest
Date: 2008-02-05 17:16:22 +0000 (Tue, 05 Feb 2008)
New Revision: 5641

Modified:
   packages/trunk/netpanzer/debian/changelog
   packages/trunk/netpanzer/debian/rules
Log:
* call jam with the -q flag to make it stop building as soon as an error
  append


Modified: packages/trunk/netpanzer/debian/changelog
===================================================================
--- packages/trunk/netpanzer/debian/changelog	2008-02-05 17:02:34 UTC (rev 5640)
+++ packages/trunk/netpanzer/debian/changelog	2008-02-05 17:16:22 UTC (rev 5641)
@@ -10,6 +10,8 @@
   * dpkg-buildpackage -B doesn't create arch all package anymore 
   * clean quilt .pc directory and config.log
   * add desktop.diff to remove the invalid category Application
+  * call jam with the -q flag to make it stop building as soon as an error
+    append
 
  -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 23:17:03 -0500
 

Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules	2008-02-05 17:02:34 UTC (rev 5640)
+++ packages/trunk/netpanzer/debian/rules	2008-02-05 17:16:22 UTC (rev 5641)
@@ -35,7 +35,7 @@
 
 build-stamp: config.status 
 	dh_testdir
-	jam 
+	jam -q
 
 	touch build-stamp
 




More information about the Pkg-games-commits mailing list