[SCM] PyKDE4 packaging branch, master, updated. debian/4.7.4-4-1-gedd7277
Scott Kitterman
kitterman at alioth.debian.org
Sun Jun 17 03:59:48 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/pykde4.git;a=commitdiff;h=9360a1b
The following commit has been merged in the master branch:
commit 9360a1b1e87bba1b15153c3aa7565c112f44d0d8
Author: Scott Kitterman <scott at kitterman.com>
Date: Tue May 22 13:44:20 2012 -0400
* Team upload
* Use dh_sip3 for Python 3 instead of dh_sip
- Update debian/control (sip3:Depends for python3-pykde4)
- Add override for dh_python3 to also run dh_sip3
* Drop unneeded Breaks/Replaces on kdebindings-dbg for python3-pykde4-dbg
* Drop redundant build-depends on python
* Version python-all-dev build-depends to minimum version for dh_python2
* Drop unneeded Provides
---
debian/changelog | 13 +++++++++++++
debian/control | 8 ++------
debian/rules | 4 ++++
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 995246a..ddb926e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+pykde4 (4:4.7.4-4) unstable; urgency=low
+
+ * Team upload
+ * Use dh_sip3 for Python 3 instead of dh_sip
+ - Update debian/control (sip3:Depends for python3-pykde4)
+ - Add override for dh_python3 to also run dh_sip3
+ * Drop unneeded Breaks/Replaces on kdebindings-dbg for python3-pykde4-dbg
+ * Drop redundant build-depends on python
+ * Version python-all-dev build-depends to minimum version for dh_python2
+ * Drop unneeded Provides
+
+ -- Scott Kitterman <scott at kitterman.com> Tue, 22 May 2012 09:43:25 -0400
+
pykde4 (4:4.7.4-3) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index d9d6a68..bf0e15e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: kde-sc-dev-latest (>= 4:4.7.4),
libphonon-dev (>= 4:4.6.0really4.4.4), libsoprano-dev (>= 2.7.0),
libqt4-dev (>= 4:4.7.1), libqt4-opengl-dev (>= 4:4.7.1), libqtwebkit-dev,
libboost-dev, shared-desktop-ontologies (>= 0.8),
- python, python-all-dev, python3-all-dev,
+ python-all-dev (>= 2.6.6-3~), python3-all-dev,
python-sip-dev (>= 4.12.0), python3-sip-dev,
python-qt4 (>= 4.8.3-3~), python3-pyqt4, python-qt4-dev (>= 4.8.3-3~)
Uploaders: Sune Vuorela <sune at debian.org>, Modestas Vainius <modax at debian.org>, Michael Meskes <meskes at debian.org>
@@ -23,7 +23,6 @@ Package: python-kde4
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
python-qt4 (>= 4.8.3-3~), ${sip:Depends}, python-sip
-Provides: ${python:Provides}
Suggests: ${shlibs:Suggests}
Breaks: plasma-scriptengine-python (<< 4:4.6.5), python-qt4 (<< 4.8.3-3~)
Description: Python bindings for the KDE Development Platform
@@ -94,8 +93,7 @@ Description: debugging symbols for the PyKDE bindings
Package: python3-pykde4
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
- python3-pyqt4, ${sip:Depends}, python3-sip
-Provides: ${python3:Provides}
+ python3-pyqt4, ${sip3:Depends}, python3-sip
Description: Python 3 bindings for the KDE Development Platform
This package contains PyKDE, the Python 3 bindings for the KDE
libraries, that allow you to write KDE programs using Python 3 instead of
@@ -130,8 +128,6 @@ Architecture: any
Priority: extra
Depends: ${misc:Depends}, kdelibs5-dbg, python3-pykde4 (= ${binary:Version})
Recommends: python3-pyqt4-dbg
-Breaks: kdebindings-dbg
-Replaces: kdebindings-dbg
Description: debugging symbols for PyKDE bindings for Python 3
This package contains debugging files used to investigate problems with
Python 3 bindings for the KDE Development Platform. Install this package if
diff --git a/debian/rules b/debian/rules
index 88d897e..6fa07f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,10 @@ override_dh_auto_build override_dh_auto_install override_dh_auto_test override_d
$(foreach v,$(pyversions),$(overridden_command) --builddirectory=builddir-$v $(nl))
$(foreach v,$(py3versions),$(overridden_command) --builddirectory=builddir-$v $(nl))
+override_dh_python3:
+ $(overridden_command)
+ dh_sip3 -ppython3-pykde4
+
override_dh_python2:
$(overridden_command)
dh_sip -ppython-kde4
--
PyKDE4 packaging
More information about the pkg-kde-commits
mailing list