[SCM] qtx11extras packaging branch, experimental, updated. debian/5.6.1-2-6-ged0dab7

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jul 9 19:17:43 UTC 2016


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

The following commit has been merged in the experimental branch:
commit d0b36883f454c2d41b4684d033629fbb42de3566
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jul 9 22:15:02 2016 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 167901c..1fe3e6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtx11extras-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
   * Bump Qt build-dependencies.
   * Update debian/copyright.
   * Update debian/libqt5x11extras5.symbols.
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 09 Jul 2016 21:39:25 +0300
 
diff --git a/debian/control b/debian/control
index a2321e9..b5a1eca 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~),
                pkg-kde-tools,
                qtbase5-dev (>= 5.7.0+dfsg~),
                qtbase5-private-dev (>= 5.7.0+dfsg~)
@@ -43,18 +43,6 @@ Description: Qt 5 X11 extras development files
  .
  This package includes the development headers for the X11 extras library.
 
-Package: qtx11extras5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5x11extras5 (= ${binary:Version}), ${misc:Depends}
-Description: Qt 5 X11 extras 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 X11 extras library.
-
 Package: qtx11extras5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index ae24268..5748772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --with pkgkde_symbolshelper --parallel --dbg-package=qtx11extras5-dbg
+	dh $@ --with pkgkde_symbolshelper --parallel
 
 override_dh_auto_configure:
 	qmake 
@@ -33,3 +33,6 @@ override_dh_auto_install-indep:
 
 override_dh_install:
 	dh_install --fail-missing
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtx11extras5-dbg (<< 5.7.0-1~)'

-- 
qtx11extras packaging



More information about the pkg-kde-commits mailing list