[SCM] qt3d packaging branch, experimental, updated. debian/5.9.1+dfsg-3-8-gc666c6f

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Oct 19 10:09:46 UTC 2017


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

The following commit has been merged in the experimental branch:
commit fe04642d9c9684d46e00d46963cced50be2281f3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Oct 18 20:41:31 2017 +0300

    Update debhelper compatibility level to 10.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e228994..85a3065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qt3d-opensource-src (5.9.2+dfsg-1) UNRELEASED; urgency=medium
   * Split qgltf executable into a new package, qt3d5-dev-tools.
     Make that package Multi-Arch: foreign.
   * Update symbols files for the new release.
+  * Update debhelper compatibility level to 10.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 17 Oct 2017 17:41:21 +0300
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 8300fad..38cc51c 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.20160114~),
+Build-Depends: debhelper (>= 10),
                dpkg-dev (>= 1.17.14),
                libgl1-mesa-dri <!nocheck>,
                libqt5opengl5-dev (>= 5.9.2+dfsg~),
diff --git a/debian/rules b/debian/rules
index 91f2800..45bac6a 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
+	dh $@ --fail-missing --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list