[netpanzer] 27/118: * call jam with the -q flag to make it stop building as soon as an error append

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:17:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository netpanzer.

commit 17ebe8968f3bf3c91cd27ea352a96614bae2d2a5
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Tue Feb 5 17:16:22 2008 +0000

    * call jam with the -q flag to make it stop building as soon as an error
      append
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fbcf1a5..305f3b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ netpanzer (0.8.2-2) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/rules b/debian/rules
index a4b1534..f7eb5a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build: build-stamp
 
 build-stamp: config.status 
 	dh_testdir
-	jam 
+	jam -q
 
 	touch build-stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git



More information about the Pkg-games-commits mailing list