[SCM] qbs packaging branch, master, updated. debian/1.4.4+dfsg-1-4-g8897cd3
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Mar 17 18:01:37 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=8897cd3
The following commit has been merged in the master branch:
commit 8897cd36495f86f967cfabb1d752750ceda061cb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Mar 17 18:57:48 2016 +0100
Migrate to automatic dbgsym packages.
---
debian/changelog | 1 +
debian/control | 13 +------------
debian/rules | 5 ++++-
3 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3abfb51..50f3677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qbs (1.4.5+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Use recommended https URIs for Vcs fields.
* Bump Standards-Version to 3.9.7, no changes needed.
+ * Migrate to automatic dbgsym packages.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 17 Mar 2016 18:50:14 +0100
diff --git a/debian/control b/debian/control
index 3c231a2..324ee54 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Adam Majer <adamm at zombino.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
pkg-kde-tools,
qtbase5-dev,
qtdeclarative5-dev,
@@ -74,17 +74,6 @@ Description: Qt Build Suite development files
.
This package contains headers and development files for Qt Build Suite.
-Package: qbs-dbg
-Priority: extra
-Architecture: any
-Section: debug
-Depends: qbs (= ${binary:Version}), ${misc:Depends}
-Description: Qt Build Suite 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 Build Suite.
-
Package: qbs-examples
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index 54998c1..7f4c0d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
%:
- dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qbs-dbg
+ dh $@ --parallel --with pkgkde_symbolshelper
override_dh_auto_clean:
dh_auto_clean
@@ -58,3 +58,6 @@ override_dh_auto_test-indep:
override_dh_install:
dh_install --fail-missing
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qbs-dbg (<< 1.4.5+dfsg-1~)'
--
qbs packaging
More information about the pkg-kde-commits
mailing list