Ansgar Burchardt <[email protected]> writes: > Please use xz compression for the binary packages (patch attached).
Next try... Ansgar
diff -Nru iso-codes-3.37/debian/changelog iso-codes-3.37/debian/changelog --- iso-codes-3.37/debian/changelog 2012-06-29 13:07:06.000000000 +0200 +++ iso-codes-3.37/debian/changelog 2012-08-04 16:48:12.000000000 +0200 @@ -1,3 +1,10 @@ +iso-codes (3.37-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Use xz compression for binary packages. + + -- Ansgar Burchardt <[email protected]> Sat, 04 Aug 2012 16:47:56 +0200 + iso-codes (3.37-1) unstable; urgency=low * Imported Upstream version 3.37 diff -Nru iso-codes-3.37/debian/rules iso-codes-3.37/debian/rules --- iso-codes-3.37/debian/rules 2012-03-01 22:16:38.000000000 +0100 +++ iso-codes-3.37/debian/rules 2012-08-04 16:47:54.000000000 +0200 @@ -6,5 +6,5 @@ dh $@ override_dh_builddeb: - dh_builddeb -- -Z bzip2 + dh_builddeb -- -Zxz

