[SCM] qttools packaging branch, master, updated. debian/5.7.1-20161021-2-4-g2bbda42

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Dec 16 18:06:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=2bbda42

The following commit has been merged in the master branch:
commit 2bbda423893ddd38c61b13a0d70d4f7c2649a692
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Dec 16 21:06:39 2016 +0300

    Convert to automatic dbgsym packages.
---
 debian/changelog |  1 +
 debian/control   | 33 +--------------------------------
 debian/rules     |  4 ++--
 3 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71582ae..bf9e6a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qttools-opensource-src (5.7.1-1) UNRELEASED; urgency=medium
   * New upstream final release.
   * Update some links from qt-project.org to qt.io.
   * Bump qtbase and qtwebkit build-dependencies to 5.7.1 final.
+  * Convert to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 16 Dec 2016 20:47:38 +0300
 
diff --git a/debian/control b/debian/control
index 4b966f9..d5be173 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Felix Geyer <fgeyer at debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
                libqt5opengl5-dev (>= 5.7.1+dfsg~),
                libqt5sql5-sqlite (>= 5.7.1+dfsg~),
                libqt5webkit5-dev (>= 5.7.1+dfsg~) [!m68k !sh4],
@@ -145,37 +145,6 @@ Description: Qt 5 tools examples
  .
  This package contains examples of the Qt 5 tools module.
 
-Package: qttools5-dbg
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Section: debug
-Depends: libqt5clucene5 (= ${binary:Version}),
-         libqt5designer5 (= ${binary:Version}),
-         libqt5designercomponents5 (= ${binary:Version}),
-         libqt5help5 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Qt 5 tools 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 tools and tools
- libraries.
-
-Package: qttools5-examples-dbg
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Section: debug
-Depends: qttools5-dbg (= ${binary:Version}),
-         qttools5-examples (= ${binary:Version}),
-         ${misc:Depends}
-Description: Qt 5 tools examples 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 tools examples.
-
 Package: qttools5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 523eb8d..3f2243e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ endif
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip -pqttools5-examples --dbg-package=qttools5-examples-dbg
-	dh_strip --remaining-packages --dbg-package=qttools5-dbg
+	dh_strip -pqttools5-examples --dbgsym-migration='qttools5-examples-dbg (<< 5.7.1-1~)'
+	dh_strip --remaining-packages --dbgsym-migration='qttools5-dbg (<< 5.7.1-1~)'
 
 override_dh_auto_test-indep:

-- 
qttools packaging



More information about the pkg-kde-commits mailing list