[Git][debian-gis-team/osm-gps-map][master] Use execute_before instead of override in rules file.
    Bas Couwenberg (@sebastic) 
    gitlab at salsa.debian.org
       
    Sun Aug 13 07:23:15 BST 2023
    
    
  
Bas Couwenberg pushed to branch master at Debian GIS Project / osm-gps-map
Commits:
f604754b by Bas Couwenberg at 2023-08-13T08:16:44+02:00
Use execute_before instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ osm-gps-map (1.2.0-3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.6.2, no changes.
   * Update Homepage URL.
   * Remove generated files in clean target.
+  * Use execute_before instead of override in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 18 Jan 2023 17:04:33 +0100
 
=====================================
debian/rules
=====================================
@@ -15,14 +15,13 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 %:
 	dh $@ --with gir
 
-override_dh_autoreconf:
+execute_before_dh_autoreconf:
 	NOCONFIGURE=y ./autogen.sh
-	dh_autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc
 
-override_dh_install:
+execute_before_dh_install:
 	find debian/tmp -name '*.la' -delete
 
 	# Explicitly remove files not included in any package
@@ -32,7 +31,5 @@ override_dh_install:
 	$(RM) debian/tmp/usr/share/doc/osm-gps-map/NEWS
 	$(RM) debian/tmp/usr/share/doc/osm-gps-map/README
 
-	dh_install
-
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/commit/f604754b3d531e3c2828cbe8b5a8f648b545cf10
-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/commit/f604754b3d531e3c2828cbe8b5a8f648b545cf10
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230813/0e5909a0/attachment-0001.htm>
    
    
More information about the Pkg-grass-devel
mailing list