[SCM] PyKDE4 packaging branch, master, updated. debian/4.14.0-1-1-ga9da6a4

Scott Kitterman kitterman at moszumanska.debian.org
Mon May 30 18:23:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/pykde4.git;a=commitdiff;h=a9da6a4

The following commit has been merged in the master branch:
commit a9da6a49b7fc6093641717100a7a0c2dc4aaeb74
Author: Scott Kitterman <scott at kitterman.com>
Date:   Mon May 30 14:21:37 2016 -0400

    New upstream release, Migrate from -dbg to -dbgsym (Drop -dbg from debian/control/Update debian/rules for dbgsym migration), Bump standards version to 3.9.8 without futher change
---
 debian/changelog | 11 +++++++++++
 debian/control   | 35 +----------------------------------
 debian/rules     |  4 ++--
 3 files changed, 14 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc9bc79..1050b7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pykde4 (4:4.14.3-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+  * Migrate from -dbg to -dbgsym
+    - Drop -dbg from debian/control
+    - Update debian/rules for dbgsym migration
+  * Bump standards version to 3.9.8 without futher change
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 30 May 2016 13:07:12 -0400
+
 pykde4 (4:4.14.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1d41648..a983faa 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Modestas Vainius <modax at debian.org>,
            Michael Meskes <meskes at debian.org>,
            Maximiliano Curia <maxy at debian.org>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.2
 Homepage: http://www.kde.org
@@ -97,23 +97,6 @@ Description: documentation and examples for PyKDE
  showing how to use it. You will probably want to install this package if
  you are developing applications based on PyKDE.
 
-Package: python-kde4-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdelibs5-dbg,
-         python-dbg,
-         python-kde4 (= ${binary:Version}),
-         ${misc:Depends}
-Recommends: python-qt4-dbg
-Breaks: kdebindings-dbg
-Replaces: kdebindings-dbg
-Description: debugging symbols for the PyKDE bindings
- This package contains debugging files used to investigate problems with
- Python bindings for the KDE Development Platform. Install this package if you
- are experiencing crashes of the PyKDE application and wish to report a problem
- to the developers.
-
 Package: python3-pykde4
 Architecture: any
 Depends: python3-pyqt4,
@@ -150,19 +133,3 @@ Description: Python 3 bindings for the KDE Development Platform
   * soprano
  .
  This package provides modules for all supported Python 3 versions.
-
-Package: python3-pykde4-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: kdelibs5-dbg,
-         python3-dbg,
-         python3-pykde4 (= ${binary:Version}),
-         ${misc:Depends},
-         ${python3:Depends}
-Recommends: python3-pyqt4-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
- you are experiencing crashes of the PyKDE application and wish to report a
- problem to the developers.
diff --git a/debian/rules b/debian/rules
index 825d514..f10df8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,8 @@ override_dh_python2:
 	dh_sip -ppython-kde4
 
 override_dh_strip:
-	$(overridden_command) -ppython-kde4 --dbg-package=python-kde4-dbg
-	$(overridden_command) -ppython3-pykde4 --dbg-package=python3-pykde4-dbg
+	$(overridden_command) -ppython-kde4 --dbgsym-migration='python-kde4-dbg (<= 4:4.14.3-1~~)'
+	$(overridden_command) -ppython3-pykde4 --dbgsym-migration='python-kde4-dbg (<= 4:4.14.3-1~~)'
 
 override_dh_shlibdeps:
 	if [ -d debian/python-kde4 ]; then \

-- 
PyKDE4 packaging



More information about the pkg-kde-commits mailing list