r6306 - packages/trunk/game-package/lib

Jon Dowland jmtd-guest at alioth.debian.org
Tue Mar 25 20:09:17 UTC 2008


Author: jmtd-guest
Date: 2008-03-25 20:09:16 +0000 (Tue, 25 Mar 2008)
New Revision: 6306

Modified:
   packages/trunk/game-package/lib/game-package-shared
Log:
hide a superfluous dpkg-deb output

Modified: packages/trunk/game-package/lib/game-package-shared
===================================================================
--- packages/trunk/game-package/lib/game-package-shared	2008-03-25 20:07:24 UTC (rev 6305)
+++ packages/trunk/game-package/lib/game-package-shared	2008-03-25 20:09:16 UTC (rev 6306)
@@ -106,7 +106,9 @@
 	# repack
 	mv DEBIAN slipstream.unpacked
 	# XXX: capture the output of dpkg-deb and hide it
-	fakeroot dpkg-deb -b slipstream.unpacked "$DEB"
+	fakeroot dpkg-deb -b slipstream.unpacked "$DEB" | \
+		grep -v "^dpkg-deb: building package \`doom-wad' in \`$DEB'."
+
 }
 
 slipstream_cleanup() {




More information about the Pkg-games-commits mailing list