[SCM] qtsvg packaging branch, experimental, updated. debian/5.9.0-1-2-g266ecbc

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jun 9 15:44:15 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 266ecbc819e23712de2974b0e338312cb1a8c861
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jun 9 18:43:59 2017 +0300

    Migrate to automatic dbgsym packages.
---
 debian/changelog |  2 ++
 debian/control   | 16 +---------------
 debian/rules     |  5 ++++-
 3 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4073bd8..ef1590d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtsvg-opensource-src (5.9.0-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 09 Jun 2017 18:42:00 +0300
 
diff --git a/debian/control b/debian/control
index a583b6f..7357e5c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: dbus,
-               debhelper (>= 9),
+               debhelper (>= 9.20160114~),
                libqt5opengl5-dev (>= 5.9.0+dfsg~),
                pkg-kde-tools (>= 0.15.17),
                qtbase5-dev (>= 5.9.0+dfsg~),
@@ -68,20 +68,6 @@ Description: Qt 5 SVG examples
  .
  This package contains Qt 5 SVG examples.
 
-Package: qtsvg5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5svg5 (= ${binary:Version}), ${misc:Depends}
-Suggests: qtsvg5-examples (= ${binary:Version})
-Description: Qt 5 SVG library 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 SVG
- libraries.
-
 Package: qtsvg5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index c84ff74..d4da7aa 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 $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsvg5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -50,3 +50,6 @@ override_dh_auto_install-indep:
 
 override_dh_install:
 	dh_install --fail-missing
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtsvg5-dbg (<< 5.9.0-2~)'

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list