[SCM] qt3d packaging branch, experimental, updated. debian/5.7.1+dfsg-2-13-gdf7151a

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Jun 13 10:41:38 UTC 2017


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

The following commit has been merged in the experimental branch:
commit df7151a6a7b8a4eb3c41be04cd46936aca04a63e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Jun 13 13:40:41 2017 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 2f64da2..4dff63f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qt3d-opensource-src (5.9.0-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Move qgltf executable to qt3d-gltfsceneio-plugin package.
+  * Migrate to automatic dbgsym packages.
 
  -- Simon Quigley <tsimonq2 at ubuntu.com>  Fri, 09 Jun 2017 23:52:28 -0500
 
diff --git a/debian/control b/debian/control
index cc3d76d..6ee575f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Timo Jyrinki <timo at debian.org>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>,
            Simon Quigley <tsimonq2 at ubuntu.com>
-Build-Depends: debhelper (>= 9.20141010~),
+Build-Depends: debhelper (>= 9.20160114~),
                libassimp-dev,
                libgl1-mesa-dri <!nocheck>,
                libqt5opengl5-dev (>= 5.9.0+dfsg~),
@@ -302,20 +302,6 @@ Description: Qt 5 3d examples
  .
  This package contains Qt 5 3D examples.
 
-Package: qt3d5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt53dcore5 (= ${binary:Version}), ${misc:Depends}
-Suggests: qt3d5-examples (= ${binary:Version})
-Description: Qt 3D 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 3D
- libraries.
-
 Package: qt3d5-doc
 Architecture: all
 Section: doc
diff --git a/debian/rules b/debian/rules
index e484c1a..91f2800 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildfla
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --fail-missing --parallel --with pkgkde_symbolshelper --dbg-package=qt3d5-dbg
+	dh $@ --fail-missing --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
@@ -49,3 +49,6 @@ override_dh_auto_test-arch:
 	dh_auto_test --max-parallel=1 -- QT_PLUGIN_PATH=$(CURDIR)/plugins QML2_IMPORT_PATH=$(CURDIR)/qml
 
 override_dh_auto_test-indep:
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='qt3d5-dbg (<< 5.9.0-1~)'

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list