[Pkg-isocodes-devel] r1114 - trunk/iso-codes/debian

toddy-guest at alioth.debian.org toddy-guest at alioth.debian.org
Tue Oct 23 17:22:50 UTC 2007


Author: toddy-guest
Date: 2007-10-23 17:22:50 +0000 (Tue, 23 Oct 2007)
New Revision: 1114

Modified:
   trunk/iso-codes/debian/changelog
   trunk/iso-codes/debian/rules
Log:
debian/rules: Use bzip2 compression for the .deb, saving 0.5 MB.
Thanks to Martin Pitt for the patch. Closes: #447727


Modified: trunk/iso-codes/debian/changelog
===================================================================
--- trunk/iso-codes/debian/changelog	2007-10-22 02:46:38 UTC (rev 1113)
+++ trunk/iso-codes/debian/changelog	2007-10-23 17:22:50 UTC (rev 1114)
@@ -1,8 +1,10 @@
-iso-codes (1.5-2) UNRELEASED; urgency=low
+iso-codes (1.6-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules: Use bzip2 compression for the .deb, saving 0.5 MB.
+    Thanks to Martin Pitt for the patch. Closes: #447727
 
- -- Christian Perrier <bubulle at debian.org>  Sun, 07 Oct 2007 20:19:42 +0200
+ -- Tobias Toedter <t.toedter at gmx.net>  Tue, 23 Oct 2007 19:21:58 +0200
 
 iso-codes (1.5-1) unstable; urgency=low
 

Modified: trunk/iso-codes/debian/rules
===================================================================
--- trunk/iso-codes/debian/rules	2007-10-22 02:46:38 UTC (rev 1113)
+++ trunk/iso-codes/debian/rules	2007-10-23 17:22:50 UTC (rev 1114)
@@ -54,7 +54,7 @@
 	dh_gencontrol -- -fdebian/files~
 	dpkg-distaddfile $(FILENAME)  debian-installer optional
 	dh_md5sums -p iso-codes
-	dh_builddeb -p iso-codes
+	dh_builddeb -p iso-codes -- -Z bzip2
 	dh_builddeb --filename=$(FILENAME)
 
 binary: binary-indep binary-arch




More information about the Pkg-isocodes-devel mailing list