[Python-modules-commits] r25659 - in packages/sip4/trunk/debian (changelog rules)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Aug 21 21:30:23 UTC 2013
Date: Wednesday, August 21, 2013 @ 21:30:21
Author: kitterman
Revision: 25659
* New upstream feature release
- Add 10.1 to sip-api and sip-py3api
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2013-08-21 20:19:04 UTC (rev 25658)
+++ packages/sip4/trunk/debian/changelog 2013-08-21 21:30:21 UTC (rev 25659)
@@ -1,3 +1,10 @@
+sip4 (4.15-1) experimental; urgency=low
+
+ * New upstream feature release
+ - Add 10.1 to sip-api and sip-py3api
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 21 Aug 2013 17:19:27 -0400
+
sip4 (4.14.7-4) unstable; urgency=medium
* Urgency medium for RC bug fix affecting stable -> testing upgrades
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2013-08-21 20:19:04 UTC (rev 25658)
+++ packages/sip4/trunk/debian/rules 2013-08-21 21:30:21 UTC (rev 25659)
@@ -2,8 +2,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PY2_PROVIDES=sip-api-10.0
-PY3_PROVIDES=sip-py3api-10.0
+PY2_PROVIDES=sip-api-10.0, sip-api-10.1
+PY3_PROVIDES=sip-py3api-10.0, sip-py3api-10.1
# `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