[SCM] qtbase packaging branch, master, updated. debian/5.7.1-20161021+dfsg-6-12-g49c8b62
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Dec 14 10:12:30 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=e53904f
The following commit has been merged in the master branch:
commit e53904f15902a1d45b8c7fbf4f2229266e7d433f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Dec 14 13:10:39 2016 +0300
Convert to automatic dbgsym packages.
---
debian/changelog | 1 +
debian/control | 41 +----------------------------------------
debian/rules | 7 +++----
3 files changed, 5 insertions(+), 44 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da2177d..ac0f5ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtbase-opensource-src (5.7.1+dfsg-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream final release.
* Build with system libdouble-conversion library (closes: #845372).
+ * Convert to automatic dbgsym packages.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Remove a bogus double hostdatadir entry while configuring Qt. Thanks
diff --git a/debian/control b/debian/control
index 7886db0..41213ab 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <sune at debian.org>,
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),
+Build-Depends: debhelper (>= 9.20160114~),
default-libmysqlclient-dev,
dpkg-dev (>= 1.16.1),
firebird-dev [kfreebsd-any linux-any],
@@ -420,45 +420,6 @@ Description: Qt 5 base examples
.
This package contains Qt base 5 examples.
-Package: qtbase5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5core5a (= ${binary:Version}), ${misc:Depends}
-Description: Qt 5 base 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 base libraries.
-
-Package: qtbase5-dev-tools-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: qt5-qmake (= ${binary:Version}),
- qtbase5-dev-tools (= ${binary:Version}),
- ${misc:Depends}
-Recommends: qtbase5-dbg
-Description: Qt 5 base binaries 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 binaries.
-
-Package: qtbase5-examples-dbg
-Priority: extra
-Architecture: any
-Section: debug
-Depends: qtbase5-examples (= ${binary:Version}), ${misc:Depends}
-Recommends: qtbase5-dbg
-Description: Qt 5 base 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 examples.
-
Package: qt5-default
Architecture: any
Section: libdevel
diff --git a/debian/rules b/debian/rules
index bfb3ece..09d03a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -316,10 +316,9 @@ override_dh_installchangelogs:
fi
override_dh_strip:
- dh_strip -pqtbase5-examples --dbg-package=qtbase5-examples-dbg
- dh_strip -pqtbase5-dev-tools --dbg-package=qtbase5-dev-tools-dbg
- dh_strip -pqt5-qmake --dbg-package=qtbase5-dev-tools-dbg
- dh_strip --remaining-packages --dbg-package=qtbase5-dbg
+ dh_strip -pqtbase5-examples --dbgsym-migration='qtbase5-examples-dbg (<< 5.7.1+dfsg-1~)'
+ dh_strip -pqtbase5-dev-tools -pqt5-qmake --dbgsym-migration='qtbase5-dev-tools-dbg (<< 5.7.1+dfsg-1~)'
+ dh_strip --remaining-packages --dbgsym-migration='qtbase5-dbg (<< 5.7.1+dfsg-1~)'
override_dh_makeshlibs:
dh_makeshlibs -V -XlibQt5EglDeviceIntegration -XlibQt5EglFsKmsSupport -XlibQt5XcbQpa
--
qtbase packaging
More information about the pkg-kde-commits
mailing list