[SCM] qtlocation packaging branch, experimental, updated. debian/5.9.1+dfsg-2-10-g1e95baa
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Oct 15 11:50:40 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtlocation.git;a=commitdiff;h=bc2b272
The following commit has been merged in the experimental branch:
commit bc2b2725cdfbd40bce08a5ba349e295999e243dc
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Oct 15 13:47:18 2017 +0300
Use debhelper compat level 10 and dh_missing.
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 9 +++------
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 62b4531..b7348a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtlocation-opensource-src (5.9.2+dfsg-1) UNRELEASED; urgency=medium
* Update debian/copyright.
* Install new header qtlocation-config.h in qtlocation5-dev.
* Update debian/libqt5location5.symbols from the current build log.
+ * Use debhelper compat level 10 and dh_missing.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 15 Oct 2017 11:54:20 +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 c2fb959..e71a20a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,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.3),
libicu-dev,
libqt5opengl5-dev (>= 5.9.2+dfsg~),
pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index 28dc3a5..c268c36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,8 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildfla
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
-DEBIAN_VERSION = $(shell dpkg-parsechangelog -Sversion)
-UPSTREAM_VERSION = $(firstword $(subst +, ,$(DEBIAN_VERSION)))
-
%:
- dh $@ --parallel --with pkgkde_symbolshelper
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
qmake QT_BUILD_PARTS+=tests
@@ -42,8 +39,8 @@ override_dh_auto_install-arch:
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
-override_dh_install:
- dh_install --fail-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_auto_test-arch:
$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
--
qtlocation packaging
More information about the pkg-kde-commits
mailing list