[osm-gps-map] 02/04: Use gir dh helper.

Bas Couwenberg sebastic at debian.org
Mon Nov 20 13:26:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osm-gps-map.

commit 362647b0e2c5bfaf67ecd8ac5297d1b1dab80831
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Nov 20 13:56:42 2017 +0100

    Use gir dh helper.
---
 debian/changelog | 1 +
 debian/rules     | 6 +-----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4355aa..1f21b55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ osm-gps-map (1.1.0-2) UNRELEASED; urgency=medium
   * Enable all hardening buildflags.
   * Make gir dependency from -dev package strictly versioned.
   * Use Breaks/Replaces instead of Conflicts/Replaces with version.
+  * Use gir dh helper.
 
   [ Emilio Pozuelo Monfort ]
   * Drop python-gobject-dev and python-gtk2-dev build-dependencies,
diff --git a/debian/rules b/debian/rules
index 7f3d051..f514b09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ include /usr/share/dpkg/pkg-info.mk
 UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf,gir --parallel
 
 override_dh_autoreconf:
 	NOCONFIGURE=y ./autogen.sh
@@ -22,10 +22,6 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc
 
-override_dh_auto_install:
-	dh_auto_install
-	dh_girepository
-
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	d-shlibmove --commit \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list