[Python-modules-commits] r19712 - in packages/sip4/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Dec 23 14:39:16 UTC 2011
Date: Friday, December 23, 2011 @ 14:39:15
Author: kitterman
Revision: 19712
* Team upload
* New upstream release
* Change python3-sip-dev to depend on python3-dev instead of python-dev
* Update python3-sip-dev short description to refer to python3
* Update python3-sip-dbg short description so it is different than
python3-sip
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/control
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2011-12-23 12:00:29 UTC (rev 19711)
+++ packages/sip4/trunk/debian/changelog 2011-12-23 14:39:15 UTC (rev 19712)
@@ -1,3 +1,14 @@
+sip4 (4.13.1-1) unstable; urgency=low
+
+ * Team upload
+ * New upstream release
+ * Change python3-sip-dev to depend on python3-dev instead of python-dev
+ * Update python3-sip-dev short description to refer to python3
+ * Update python3-sip-dbg short description so it is different than
+ python3-sip
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 23 Dec 2011 08:52:28 -0500
+
sip4 (4.13-1) unstable; urgency=low
* Team upload
Modified: packages/sip4/trunk/debian/control
===================================================================
--- packages/sip4/trunk/debian/control 2011-12-23 12:00:29 UTC (rev 19711)
+++ packages/sip4/trunk/debian/control 2011-12-23 14:39:15 UTC (rev 19712)
@@ -80,9 +80,9 @@
Package: python3-sip-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, python3-sip (= ${binary:Version}), python-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
+Depends: ${python:Depends}, python3-sip (= ${binary:Version}), python3-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
Recommends: python3-sip (>= ${source:Version})
-Description: Python/C++ bindings generator development files
+Description: Python 3/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
@@ -109,7 +109,7 @@
Section: debug
Priority: extra
Depends: python3-sip (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
-Description: Python 3/C++ bindings generator runtime library
+Description: Python 3/C++ bindings generator runtime library (debug extension)
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
More information about the Python-modules-commits
mailing list