[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.9.1-3-4-g33cedbd
Simon Quigley
tsimonq2-guest at moszumanska.debian.org
Wed Aug 2 22:13:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=1e570c4
The following commit has been merged in the experimental branch:
commit 1e570c4d531e3f074edf45c74093bf02133a754c
Author: Simon Quigley <tsimonq2 at ubuntu.com>
Date: Wed Aug 2 04:34:57 2017 -0500
Bump debhelper compat 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 0216de1..7f5902d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtdeclarative-opensource-src (5.9.1-4) UNRELEASED; urgency=medium
* Fix QTBUG-61681 (Rebuild QQmlData::propertyCache if deleted by another
engine) by including rebuild-QmlDatapropertyCache-if-deleted.patch.
* Add my name to Uploaders.
+ * Bump debhelper compat to 10.
-- Simon Quigley <tsimonq2 at ubuntu.com> Wed, 02 Aug 2017 02:18:55 -0500
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 68f1ba7..1af40ba 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Timo Jyrinki <timo 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,
libqt5opengl5-dev (>= 5.9.1+dfsg~),
diff --git a/debian/rules b/debian/rules
index 1dde86a..1d5e406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
%:
- dh $@ --parallel --with pkgkde_symbolshelper
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_clean:
dh_auto_clean
--
qtdeclarative packaging
More information about the pkg-kde-commits
mailing list