[SCM] qtscript packaging branch, experimental, updated. debian/5.7.1-20161021+dfsg-2-5-gbd918ac

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Apr 10 19:00:56 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtscript.git;a=commitdiff;h=781e61d

The following commit has been merged in the experimental branch:
commit 781e61dee18d3f0cb2a70118442e4e284299cd78
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Apr 10 21:55:55 2017 +0300

    Migrate to automatic dbgsym packages.
---
 debian/changelog |  1 +
 debian/control   | 17 +----------------
 debian/rules     |  5 ++++-
 3 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3006291..3f73848 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtscript-opensource-src (5.9.0~beta+dfsg-1) UNRELEASED; urgency=medium
   * New upstream beta release.
   * Update debian/watch to track development releases.
   * Bump Qt build-dependencies to 5.9.0~beta.
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 10 Apr 2017 21:47:23 +0300
 
diff --git a/debian/control b/debian/control
index c522370..bd0495b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
                dpkg-dev (>= 1.16.1),
                pkg-kde-tools (>= 0.15.17~),
                qtbase5-private-dev (>= 5.9.0~beta+dfsg~)
@@ -88,21 +88,6 @@ Description: Qt 5 script examples
  .
  This package contains Qt 5 script examples.
 
-Package: qtscript5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5script5 (= ${binary:Version}),
-         libqt5scripttools5 (= ${binary:Version}),
-         ${misc:Depends}
-Suggests: qtscript5-examples (= ${binary:Version})
-Description: Qt 5 script libraries debugging symbols
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the debugging symbols for the Qt 5 script libraries.
-
 Package: qtscript5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index ac96804..a691668 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export QT_SELECT := qt5
 export QT_QPA_PLATFORM := minimal
 
 %:
-	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtscript5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -29,3 +29,6 @@ override_dh_auto_install-indep:
 
 override_dh_install:
 	dh_install --fail-missing
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtscript5-dbg (<< 5.9.0~beta+dfsg-1~)'

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list