[Python-modules-commits] r24851 - in packages/sip4/trunk/debian (changelog control rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Jun 18 21:03:53 UTC 2013


    Date: Tuesday, June 18, 2013 @ 21:03:50
  Author: kitterman
Revision: 24851

* Fix sip API bump missed in the last upload (Closes: #712669)
  - Bump sip-api and sip-py3api to 10.0
  - Update python-sip Breaks versions
  - Add appropriate Breaks for python3-sip 

Modified:
  packages/sip4/trunk/debian/changelog
  packages/sip4/trunk/debian/control
  packages/sip4/trunk/debian/rules

Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog	2013-06-18 21:00:46 UTC (rev 24850)
+++ packages/sip4/trunk/debian/changelog	2013-06-18 21:03:50 UTC (rev 24851)
@@ -1,3 +1,12 @@
+sip4 (4.14.7-2) unstable; urgency=low
+
+  * Fix sip API bump missed in the last upload (Closes: #712669)
+    - Bump sip-api and sip-py3api to 10.0
+    - Update python-sip Breaks versions
+    - Add appropriate Breaks for python3-sip 
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 18 Jun 2013 16:47:59 -0400
+
 sip4 (4.14.7-1) unstable; urgency=low
 
   [ Dmitry Shachnev ]

Modified: packages/sip4/trunk/debian/control
===================================================================
--- packages/sip4/trunk/debian/control	2013-06-18 21:00:46 UTC (rev 24850)
+++ packages/sip4/trunk/debian/control	2013-06-18 21:03:50 UTC (rev 24851)
@@ -16,10 +16,10 @@
 Section: python
 Provides: ${sip:Provides}
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Breaks: python-qscintilla (<< 2.6.2-2+),
-        python-qwt5-qt4 (<< 5.2.1~cvs20091107+dfsg-6+b3),
-        python-qwt3d-qt4 (<< 0.1.7~cvs20090625-9+),
-        python-qt4 (<<4.10~)
+Breaks: python-qscintilla (<< 2.7.2),
+        python-qwt5-qt4 (<< 5.2.1~cvs20091107+dfsg-6+b4),
+        python-qwt3d-qt4 (<< 0.1.7~cvs20090625-11+),
+        python-qt4 (<<4.10.2~)
 Description: Python/C++ bindings generator runtime library
  SIP is a tool for generating bindings for C++ classes with some ideas
  borrowed from SWIG, but capable of tighter bindings because of its
@@ -96,6 +96,8 @@
 Section: python
 Provides: ${sip3:Provides}
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Breaks: python3-pyqt4.qsci (<< 2.7.2),
+        python3-pyqt4 (<<4.10.2~)
 Description: Python 3/C++ bindings generator runtime library
  SIP is a tool for generating bindings for C++ classes with some ideas
  borrowed from SWIG, but capable of tighter bindings because of its

Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules	2013-06-18 21:00:46 UTC (rev 24850)
+++ packages/sip4/trunk/debian/rules	2013-06-18 21:03:50 UTC (rev 24851)
@@ -2,8 +2,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PY2_PROVIDES=sip-api-9.0, sip-api-9.1, sip-api-9.2
-PY3_PROVIDES=sip-py3api-9.0, sip-py3api-9.1, sip-py3api-9.2
+PY2_PROVIDES=sip-api-10.0
+PY3_PROVIDES=sip-py3api-10.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