[Python-modules-commits] r25075 - in packages/sip4/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Jul 4 06:53:31 UTC 2013


    Date: Thursday, July 4, 2013 @ 06:53:30
  Author: kitterman
Revision: 25075

   - Add sip-dbg to debian/control and update debian rules
  * Update debian/copyright

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

Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog	2013-07-04 02:00:24 UTC (rev 25074)
+++ packages/sip4/trunk/debian/changelog	2013-07-04 06:53:30 UTC (rev 25075)
@@ -1,4 +1,4 @@
-sip4 (4.14.7-3) UNRELEASED; urgency=low
+sip4 (4.14.7-3) unstable; urgency=low
 
   * Split usr/bin/sip out of python-sip-dev to fix missing depends for
     python3-sip-dev without requiring dragging in all of python-sip for
@@ -7,6 +7,7 @@
       versions
     - Add sip-dev to depends for python-sip-dev and python3-sip-dev
     - Update .install and .manpages files for package split
+    - Add sip-dbg to debian/control and update debian rules
   * Remove redundant Recommends on python-sip/python3-sip in the -dev
     packages
   * Use build Sphinx based documenation from source and use dh_sphinxdoc to
@@ -14,6 +15,7 @@
     - Add sphinxdoc:Depends to python-sip-doc depends
     - Add call to sphinx-build and dh_sphinxdoc in debian/rules
     - Add python-sphinx to build-depends
+  * Update debian/copyright
 
  -- Scott Kitterman <scott at kitterman.com>  Wed, 03 Jul 2013 17:33:19 -0400
 

Modified: packages/sip4/trunk/debian/control
===================================================================
--- packages/sip4/trunk/debian/control	2013-07-04 02:00:24 UTC (rev 25074)
+++ packages/sip4/trunk/debian/control	2013-07-04 06:53:30 UTC (rev 25075)
@@ -96,6 +96,32 @@
  This package contains the code generator tool needed to develop Python and
  Python 3 bindings with sip.
 
+Package: sip-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: sip-dev (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Description: Debug symbols for Python/C++ bindings generator application
+ 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.
+ .
+ SIP was originally designed to generate Python bindings for KDE and so
+ has explicit support for the signal slot mechanism used by the Qt/KDE
+ class libraries.
+ .
+ Features:
+     - connecting Qt signals to Python functions and class methods
+     - connecting Python signals to Qt slots
+     - overloading virtual member functions with Python class methods
+     - protected member functions
+     - abstract classes
+     - enumerated types
+     - global class instances
+     - static member functions.
+ .
+ This package contains the debug symbols for the code generator tool needed to
+ develop Python and Python 3 bindings with sip.
 
 Package: python-sip-doc
 Architecture: all

Modified: packages/sip4/trunk/debian/copyright
===================================================================
--- packages/sip4/trunk/debian/copyright	2013-07-04 02:00:24 UTC (rev 25074)
+++ packages/sip4/trunk/debian/copyright	2013-07-04 06:53:30 UTC (rev 25075)
@@ -6,6 +6,8 @@
 Upstream Author: Phil Thompson (phil at riverbankcomputing.co.uk)
 (c) 2011,2012,2013 Riverbank Computing Limited
 
+sipdistuils.py: Copyright (c) 2011 Develer Srl.
+
 SIP4 is offered under GPLv2, GPLv3, and the SIP 4 license. The text
 of the SIP license follows:
 

Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules	2013-07-04 02:00:24 UTC (rev 25074)
+++ packages/sip4/trunk/debian/rules	2013-07-04 06:53:30 UTC (rev 25075)
@@ -186,6 +186,7 @@
 	DH_OPTIONS= dh_strip -ppython-sip -Npython-sip-dev --dbg-package=python-sip-dbg
 	DH_OPTIONS= dh_strip -ppython3-sip-dev
 	DH_OPTIONS= dh_strip -ppython3-sip -Npython3-sip-dev --dbg-package=python3-sip-dbg
+	DH_OPTIONS= dh_strip -psip-dev --dbg-package=sip-dbg
 endif
 	dh_compress -X.inv
 	dh_fixperms




More information about the Python-modules-commits mailing list