[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.7.0-6-4-g8e514bb

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Oct 18 15:36:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=8e514bb

The following commit has been merged in the experimental branch:
commit 8e514bbcea8da0f4177a0c00b85ea1e58594995d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Oct 18 18:36:10 2016 +0300

    Migrate to automatic dbgsym packages.
---
 debian/changelog |  1 +
 debian/control   | 20 +-------------------
 debian/rules     |  4 +++-
 3 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ddc6b63..83229dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtdeclarative-opensource-src (5.7.0-7) UNRELEASED; urgency=medium
   * Backport upstream patch to fix usage of QV4::Value tags/types
     (fix_tags_types.diff).
   * Re-enable qqmldebugjs test, it seems to pass now.
+  * Migrate to automatic dbgsym packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 17 Oct 2016 18:05:36 +0300
 
diff --git a/debian/control b/debian/control
index 726e07f..52a6b29 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),
+Build-Depends: debhelper (>= 9.20160114~),
                dpkg-dev (>= 1.16.1),
                libgl1-mesa-dri,
                libqt5opengl5-dev (>= 5.7.0+dfsg~),
@@ -342,24 +342,6 @@ Description: Qt 5 declarative examples
  .
  This package contains Qt 5 declarative examples.
 
-Package: qtdeclarative5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5qml5 (= ${binary:Version}),
-         libqt5quick5 (= ${binary:Version}),
-         libqt5quickparticles5 (= ${binary:Version}),
-         libqt5quicktest5 (= ${binary:Version}),
-         ${misc:Depends}
-Recommends: qtbase5-dbg
-Suggests: qtdeclarative5-examples (= ${binary:Version})
-Description: Qt 5 declarative libraries 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 declarative libraries.
-
 Package: qtdeclarative5-doc
 Priority: extra
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 6e04367..4337e44 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=qtdeclarative5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -77,3 +77,5 @@ override_dh_auto_test-arch:
 
 override_dh_auto_test-indep:
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='qtdeclarative5-dbg (<< 5.7.0-7~)'

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list