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

toddy-guest at alioth.debian.org toddy-guest at alioth.debian.org
Thu Nov 22 08:31:04 UTC 2007


Author: toddy-guest
Date: 2007-11-22 08:31:04 +0000 (Thu, 22 Nov 2007)
New Revision: 1179

Modified:
   trunk/iso-codes/debian/changelog
   trunk/iso-codes/debian/control
   trunk/iso-codes/debian/rules
Log:
debian/rules: Use bzip2 compression for the .deb, saving 0.5 MB.
Thanks to Martin Pitt <martin.pitt at ubuntu.com> for the patch.
Add Pre-Depends: dpkg (>= 1.10.24) to debian/control, otherwise
the package gets automatically REJECTED by ftp-master.
Closes: #447727


Modified: trunk/iso-codes/debian/changelog
===================================================================
--- trunk/iso-codes/debian/changelog	2007-11-21 18:04:50 UTC (rev 1178)
+++ trunk/iso-codes/debian/changelog	2007-11-22 08:31:04 UTC (rev 1179)
@@ -1,3 +1,16 @@
+iso-codes (1.7-1) UNRELEASED; urgency=low
+
+  * New upstream release. This closes the following bugs from Debian
+    BTS:
+    - Closes: #452098
+  * debian/rules: Use bzip2 compression for the .deb, saving 0.5 MB.
+    Thanks to Martin Pitt <martin.pitt at ubuntu.com> for the patch.
+    Add Pre-Depends: dpkg (>= 1.10.24) to debian/control, otherwise
+    the package gets automatically REJECTED by ftp-master.
+    Closes: #447727
+
+ -- Tobias Toedter <t.toedter at gmx.net>  Thu, 22 Nov 2007 09:22:59 +0100
+
 iso-codes (1.6-2) unstable; urgency=low
 
   * Remove bzip2 compression from debian/rules, as this requires a

Modified: trunk/iso-codes/debian/control
===================================================================
--- trunk/iso-codes/debian/control	2007-11-21 18:04:50 UTC (rev 1178)
+++ trunk/iso-codes/debian/control	2007-11-22 08:31:04 UTC (rev 1179)
@@ -12,6 +12,7 @@
 
 Package: iso-codes
 Architecture: all
+Pre-Depends: dpkg (>= 1.10.24)
 Description: ISO language, territory, currency, script codes and their translations
  This package provides the ISO 639 language code list, the
  ISO 4217 currency code list, the ISO 3166 territory code list,

Modified: trunk/iso-codes/debian/rules
===================================================================
--- trunk/iso-codes/debian/rules	2007-11-21 18:04:50 UTC (rev 1178)
+++ trunk/iso-codes/debian/rules	2007-11-22 08:31:04 UTC (rev 1179)
@@ -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