r12860 - packages/trunk/trigger-data/debian

Stefan Potyra sistpoty-guest at alioth.debian.org
Fri Nov 25 20:13:29 UTC 2011


Author: sistpoty-guest
Date: 2011-11-25 20:13:28 +0000 (Fri, 25 Nov 2011)
New Revision: 12860

Modified:
   packages/trunk/trigger-data/debian/changelog
   packages/trunk/trigger-data/debian/rules
Log:
* select xz as compression algorithm (it has the best compression ratio
  after testing all variants).


Modified: packages/trunk/trigger-data/debian/changelog
===================================================================
--- packages/trunk/trigger-data/debian/changelog	2011-11-25 11:54:38 UTC (rev 12859)
+++ packages/trunk/trigger-data/debian/changelog	2011-11-25 20:13:28 UTC (rev 12860)
@@ -11,8 +11,9 @@
     + Make some level data files non-executable.
     + add build-arch and build-indep targets, that do not get anything
       done, as there is nothing to be built.
+    + select xz as compression algorithm as this gives the best results.
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Wed, 23 Nov 2011 21:51:22 +0100
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Fri, 25 Nov 2011 21:11:36 +0100
 
 trigger-rally-data (0.5.2-2) unstable; urgency=low
 

Modified: packages/trunk/trigger-data/debian/rules
===================================================================
--- packages/trunk/trigger-data/debian/rules	2011-11-25 11:54:38 UTC (rev 12859)
+++ packages/trunk/trigger-data/debian/rules	2011-11-25 20:13:28 UTC (rev 12860)
@@ -66,7 +66,7 @@
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- -Zxz
 
 # we don't build anything!
 build:




More information about the Pkg-games-commits mailing list