[Python-modules-commits] r29181 - in packages/python-qt4/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Jun 2 06:28:53 UTC 2014
Date: Monday, June 2, 2014 @ 06:28:52
Author: mitya57-guest
Revision: 29181
Stop forcing bzip2 compression, it is now deprecated.
Modified:
packages/python-qt4/trunk/debian/changelog
packages/python-qt4/trunk/debian/rules
Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog 2014-06-02 06:26:55 UTC (rev 29180)
+++ packages/python-qt4/trunk/debian/changelog 2014-06-02 06:28:52 UTC (rev 29181)
@@ -1,3 +1,9 @@
+python-qt4 (4.11+dfsg-2) UNRELEASED; urgency=medium
+
+ * Stop forcing bzip2 compression, it is now deprecated.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Mon, 02 Jun 2014 10:28:17 +0400
+
python-qt4 (4.11+dfsg-1) unstable; urgency=medium
* New upstream release.
Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules 2014-06-02 06:26:55 UTC (rev 29180)
+++ packages/python-qt4/trunk/debian/rules 2014-06-02 06:28:52 UTC (rev 29181)
@@ -292,7 +292,7 @@
dh_shlibdeps
dh_gencontrol
dh_md5sums
- dh_builddeb -- -Z bzip2
+ dh_builddeb
# Build architecture independant packages using the common target.
binary-indep: install-indep
More information about the Python-modules-commits
mailing list