This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qgis.
commit 7e5408acc1d9c9d73a5b1473c83fd391c7fa53d0 Author: Bas Couwenberg <[email protected]> Date: Tue Mar 8 22:04:41 2016 +0100 Restore use of pkgkde_symbolshelper by dh. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 91ec133..1f43602 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qgis (2.14.0+dfsg0-2) UNRELEASED; urgency=medium + + * Restore use of pkgkde_symbolshelper by dh. + + -- Bas Couwenberg <[email protected]> Tue, 08 Mar 2016 22:04:34 +0100 + qgis (2.14.0+dfsg0-1) unstable; urgency=medium * Disable globe plugin, fails to build with osgEarth 2.7. diff --git a/debian/rules b/debian/rules index f3b643b..81cf2f2 100755 --- a/debian/rules +++ b/debian/rules @@ -172,7 +172,7 @@ ifneq (,$(findstring profile,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --with python2 --parallel --builddirectory=$(QGIS_BUILDDIR) + dh $@ --with pkgkde_symbolshelper,python2 --parallel --builddirectory=$(QGIS_BUILDDIR) override_dh_clean: dh_clean qgis.bin.1 qbrowser.bin.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

