[SCM] qtwebkit-examples packaging branch, master, updated. debian/5.7.1-20161021-2-4-g19127f3

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 4 17:13:58 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit-examples.git;a=commitdiff;h=1c075c4

The following commit has been merged in the master branch:
commit 1c075c4558ba294276470f951112ed7a30559c52
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 4 20:12:37 2017 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 10a35e2..1e351ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qtwebkit-examples-opensource-src (5.7.1+dfsg-1) UNRELEASED; urgency=medium
 
   * Update the debian/watch file.
+  * Migrate to an automatic dbgsym package.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 04 Jan 2017 20:06:01 +0300
 
diff --git a/debian/control b/debian/control
index 9900f34..c9e471f 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~),
                libglib2.0-dev,
                libicu-dev,
                libqt5opengl5-dev (>= 5.7.1~20161021+dfsg~),
@@ -42,19 +42,6 @@ Description: Qt 5 webkit examples
  .
  This package contains examples of the Qt 5 webkit module.
 
-Package: qtwebkit5-examples-dbg
-Architecture: any
-Priority: extra
-Multi-Arch: same
-Section: debug
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: qtwebkit5-examples (= ${binary:Version}), ${misc:Depends}
-Description: Qt 5 webkit 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 webkit examples.
-
 Package: qtwebkit5-examples-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 71db54a..624fc43 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 $@ --dbg-package=qtwebkit5-examples-dbg --with pkgkde_symbolshelper --parallel
+	dh $@ --with pkgkde_symbolshelper --parallel
 
 override_dh_auto_configure:
 	qmake
@@ -48,3 +48,6 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_auto_test:
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtwebkit5-examples-dbg (<< 5.7.1+dfsg-1~)'

-- 
qtwebkit-examples packaging



More information about the pkg-kde-commits mailing list