[Python-modules-commits] r15395 - in packages/sip4-qt3/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Jan 24 19:14:42 UTC 2011
Date: Monday, January 24, 2011 @ 19:14:27
Author: piotr
Revision: 15395
* Change source package name to sip4 (Closes: #535599)
* Do not compress objects.inv file (Closes: #608772)
* Drop transitional packages: python-sip4, sip4, python-sip4-dev,
python-sip4-dbg
Modified:
packages/sip4-qt3/trunk/debian/changelog
packages/sip4-qt3/trunk/debian/control
packages/sip4-qt3/trunk/debian/rules
Modified: packages/sip4-qt3/trunk/debian/changelog
===================================================================
--- packages/sip4-qt3/trunk/debian/changelog 2011-01-24 10:05:18 UTC (rev 15394)
+++ packages/sip4-qt3/trunk/debian/changelog 2011-01-24 19:14:27 UTC (rev 15395)
@@ -1,4 +1,4 @@
-sip4-qt3 (4.12-1) unstable; urgency=low
+sip4 (4.12.1-1) unstable; urgency=low
* Team upload.
@@ -19,8 +19,14 @@
* debian/patches/siputils_debian_changes.diff
- Refreshed
- -- Piotr Ożarowski <piotr at debian.org> Sat, 22 Jan 2011 23:14:48 +0100
+ [ Piotr Ożarowski ]
+ * Change source package name to sip4 (Closes: #535599)
+ * Do not compress objects.inv file (Closes: #608772)
+ * Drop transitional packages: python-sip4, sip4, python-sip4-dev,
+ python-sip4-dbg
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 24 Jan 2011 19:31:28 +0100
+
sip4-qt3 (4.10.2-1) unstable; urgency=low
* New upstream release
Modified: packages/sip4-qt3/trunk/debian/control
===================================================================
--- packages/sip4-qt3/trunk/debian/control 2011-01-24 10:05:18 UTC (rev 15394)
+++ packages/sip4-qt3/trunk/debian/control 2011-01-24 19:14:27 UTC (rev 15395)
@@ -1,4 +1,4 @@
-Source: sip4-qt3
+Source: sip4
Section: devel
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
@@ -6,8 +6,8 @@
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1), python3-all-dev, python3-all-dbg
Standards-Version: 3.9.1
Homepage: http://www.riverbankcomputing.co.uk/software/sip/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/sip4-qt3/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sip4-qt3/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/sip4/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sip4/trunk/
XS-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
@@ -16,8 +16,6 @@
Section: python
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: python-sip4 (<< 4.10)
-Replaces: python-sip4 (<< 4.10)
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
@@ -29,8 +27,6 @@
Section: debug
Provides: ${python:Provides}
Depends: python-sip (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: python-sip4-dbg (<< 4.10)
-Replaces: python-sip4-dbg (<< 4.10)
Description: Python/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
@@ -43,9 +39,6 @@
Section: python
Depends: ${python:Depends}, python-sip (= ${binary:Version}), python-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
Recommends: python-sip (>= ${source:Version})
-Provides: python-sip4-dev, sip4
-Conflicts: python-sip4-dev (<< 4.10), sip4 (<< 4.10)
-Replaces: python-sip4-dev (<< 4.10), sip4 (<< 4.10)
Description: Python/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
@@ -68,56 +61,6 @@
This package contains the code generator tool and the development headers
needed to develop Python bindings with sip.
-Package: python-sip4
-Architecture: all
-Section: python
-Depends: python-sip, ${misc:Depends}
-Breaks: python-ball (<= 1.3.1-2), python-ballview (<= 1.3.1-2), python-qwt5-qt4 (<= 5.2.1~cvs20091107+dfsg-2), python-qwt5-qt3 (<= 5.2.1~cvs20091107+dfsg-2), python-qwt3d-qt4 (<= 0.1.7~cvs20090625-3), python-qwt3d-qt3 (<= 0.1.7~cvs20090625-3), python-qscintilla2 (<= 2.4-5)
-Description: Python/C++ bindings generator runtime library (transitional package)
- 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.
- .
- This is a transitional package that depends on python-sip.
- It can be safely removed.
-
-Package: sip4
-Architecture: all
-Section: python
-Depends: python-sip-dev, ${misc:Depends}
-Description: Python/C++ bindings generator (transitional package)
- 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.
- .
- This is a transitional package that depends on python-sip-dev.
- It can be safely removed.
-
-Package: python-sip4-dev
-Architecture: all
-Section: python
-Depends: python-sip-dev, ${misc:Depends}
-Description: Python/C++ bindings generator development files (transitional package)
- 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.
- .
- This is a transitional package that depends on python-sip-dev.
- It can be safely removed.
-
-Package: python-sip4-dbg
-Architecture: all
-Section: debug
-Priority: extra
-Depends: python-sip-dbg, ${misc:Depends}, python-sip4 (= ${binary:Version})
-Description: Python/C++ bindings generator runtime library (debug, transitional package)
- 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.
- .
- This is a transitional package that depends on python-sip-dev.
- It can be safely removed.
-
Package: python3-sip
Architecture: any
Section: python
Modified: packages/sip4-qt3/trunk/debian/rules
===================================================================
--- packages/sip4-qt3/trunk/debian/rules 2011-01-24 10:05:18 UTC (rev 15394)
+++ packages/sip4-qt3/trunk/debian/rules 2011-01-24 19:14:27 UTC (rev 15395)
@@ -149,7 +149,7 @@
mkdir -p debian/python-sip-dbg/usr/share/doc
ln -s python-sip debian/python-sip-dbg/usr/share/doc/python-sip-dbg
endif
- dh_compress
+ dh_compress -X.inv
dh_fixperms
dh_pysupport
dh_python3
More information about the Python-modules-commits
mailing list