r12180 - in packages/trunk/naev/debian: . source

Vincent Cheng vincentc-guest at alioth.debian.org
Mon May 2 08:29:34 UTC 2011


Author: vincentc-guest
Date: 2011-05-02 08:29:32 +0000 (Mon, 02 May 2011)
New Revision: 12180

Added:
   packages/trunk/naev/debian/source/options
Modified:
   packages/trunk/naev/debian/rules
Log:
Use bz2 compression to save space, as suggested by Gonéri Le Bouder.


Modified: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules	2011-05-02 05:58:42 UTC (rev 12179)
+++ packages/trunk/naev/debian/rules	2011-05-02 08:29:32 UTC (rev 12180)
@@ -11,6 +11,9 @@
 override_dh_strip:
 	dh_strip --dbg-package=naev-dbg
 
+override_dh_builddeb:
+	dh_builddeb -- -Zbzip2
+
 get-orig-source:
 	# Fetch pre-packaged source tarball from Github
 	wget http://download.github.com/\

Added: packages/trunk/naev/debian/source/options
===================================================================
--- packages/trunk/naev/debian/source/options	                        (rev 0)
+++ packages/trunk/naev/debian/source/options	2011-05-02 08:29:32 UTC (rev 12180)
@@ -0,0 +1,2 @@
+compression = "bzip2"
+compression-level = 9




More information about the Pkg-games-commits mailing list