[SCM] qtwebsockets packaging branch, master, updated. debian/5.6.1-2-7-ge2ae9d2
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Sep 10 11:41:31 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebsockets.git;a=commitdiff;h=e2ae9d2
The following commit has been merged in the master branch:
commit e2ae9d2304654f9255cfc5152ed10055d81e8a1b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Sep 10 14:41:25 2016 +0300
Switch to automatic dbgsym packages.
---
debian/changelog | 3 +++
debian/control | 15 +--------------
debian/rules | 5 ++++-
3 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6061def..2e8f97f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ qtwebsockets-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
* Update debian/copyright.
* Add Qt_5.7 version tag to debian/libqt5websockets5.symbols.
+ [ Dmitry Shachnev ]
+ * Switch to automatic dbgsym packages.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 10 Sep 2016 05:25:12 -0500
qtwebsockets-opensource-src (5.6.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 619f888..3106fe1 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.0.0),
+Build-Depends: debhelper (>= 9.20160114~),
pkg-kde-tools,
qtbase5-private-dev (>= 5.7.0+dfsg~),
qtdeclarative5-dev (>= 5.7.0~)
@@ -83,19 +83,6 @@ Description: Examples for Qt 5 Web Sockets module
.
This package contains examples for the Qt 5 Web Sockets library.
-Package: qtwebsockets5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5websockets5 (= ${binary:Version}), ${misc:Depends}
-Description: Qt 5 Web Sockets 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 Web Sockets
- library.
-
Package: qtwebsockets5-doc
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index 7432232..bf6899d 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=qtwebsockets5-dbg
+ dh $@ --parallel --with pkgkde_symbolshelper
override_dh_auto_clean:
dh_auto_clean
@@ -49,3 +49,6 @@ override_dh_auto_install-indep:
override_dh_install:
dh_install --fail-missing
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qtwebsockets5-dbg (<< 5.7.0-1~)'
--
qtwebsockets packaging
More information about the pkg-kde-commits
mailing list