[Python-modules-commits] r28226 - in packages/sip4/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Mar 18 06:47:05 UTC 2014
Date: Tuesday, March 18, 2014 @ 06:47:03
Author: mitya57-guest
Revision: 28226
* New upstream release.
* Bump API version to 11.0.
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2014-03-17 23:27:02 UTC (rev 28225)
+++ packages/sip4/trunk/debian/changelog 2014-03-18 06:47:03 UTC (rev 28226)
@@ -1,3 +1,10 @@
+sip4 (4.15.5-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Bump API version to 11.0.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Tue, 18 Mar 2014 10:40:51 +0400
+
sip4 (4.15.4-1) unstable; urgency=low
* New upstream bugfix release.
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2014-03-17 23:27:02 UTC (rev 28225)
+++ packages/sip4/trunk/debian/rules 2014-03-18 06:47:03 UTC (rev 28226)
@@ -2,8 +2,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PY2_PROVIDES=sip-api-10.0, sip-api-10.1
-PY3_PROVIDES=sip-py3api-10.0, sip-py3api-10.1
+PY2_PROVIDES=sip-api-11.0
+PY3_PROVIDES=sip-py3api-11.0
# `dh_python3 --depends sip3` should generate dependency on newest API only
PYDIST=sip $(shell python -c "a=[i.strip() for i in '$(PY3_PROVIDES)'.split(',')]; print sorted(a, reverse=True)[0]")
More information about the Python-modules-commits
mailing list