[Python-modules-commits] r25315 - in packages/pyqt5/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Jul 30 16:06:05 UTC 2013
Date: Tuesday, July 30, 2013 @ 16:06:02
Author: mitya57-guest
Revision: 25315
Use xz compression for binary packages instead of bzip2
This way, we don't regress compared to new dpkg default, but
still have a better compression with earlier dpkg versions.
Modified:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/rules
Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-07-30 12:50:02 UTC (rev 25314)
+++ packages/pyqt5/trunk/debian/changelog 2013-07-30 16:06:02 UTC (rev 25315)
@@ -1,6 +1,7 @@
pyqt5 (5.0-2) UNRELEASED; urgency=low
* Update debian/copyright, thanks Paul Tagliamonte for comments.
+ * Use xz compression for binary packages.
-- Dmitry Shachnev <mitya57 at gmail.com> Tue, 30 Jul 2013 16:44:16 +0400
Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules 2013-07-30 12:50:02 UTC (rev 25314)
+++ packages/pyqt5/trunk/debian/rules 2013-07-30 16:06:02 UTC (rev 25315)
@@ -216,7 +216,7 @@
dh_shlibdeps
dh_gencontrol
dh_md5sums
- dh_builddeb -- -Z bzip2
+ dh_builddeb -- -Z xz
# Build architecture independant packages using the common target.
binary-indep: install-indep
More information about the Python-modules-commits
mailing list