[Python-modules-commits] r33089 - in packages/sip4/trunk/debian (changelog rules)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Thu Jun 25 09:00:23 UTC 2015
Date: Thursday, June 25, 2015 @ 09:00:20
Author: mitya57
Revision: 33089
Fix Python 3 package name in PY3_PROVIDES.
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2015-06-24 20:51:52 UTC (rev 33088)
+++ packages/sip4/trunk/debian/changelog 2015-06-25 09:00:20 UTC (rev 33089)
@@ -1,6 +1,7 @@
sip4 (4.16.8+dfsg-2) UNRELEASED; urgency=medium
* Fix package names in error messages in sipconfig files.
+ * Fix Python 3 package name in PY3_PROVIDES.
-- Dmitry Shachnev <mitya57 at debian.org> Mon, 22 Jun 2015 13:44:13 +0300
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2015-06-24 20:51:52 UTC (rev 33088)
+++ packages/sip4/trunk/debian/rules 2015-06-25 09:00:20 UTC (rev 33089)
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
PY2_PROVIDES=sip-api-11.0, sip-api-11.1, sip-api-11.2
-PY3_PROVIDES=sip-py3api-11.0, sip-py3api-11.1, sip-api-11.2
+PY3_PROVIDES=sip-py3api-11.0, sip-py3api-11.1, sip-py3api-11.2
# `dh_python3 --depends sip3` should generate dependency on newest API only
PYDIST=sip $(lastword $(PY3_PROVIDES))
More information about the Python-modules-commits
mailing list