[Git][debian-gis-team/mkgmap][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 12 21:10:03 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap
Commits:
78a580d0 by Bas Couwenberg at 2023-08-12T22:07:03+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
mkgmap (0.0.0+svn4910-2) UNRELEASED; urgency=medium
* Remove generated files in clean target.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Fri, 11 Aug 2023 11:50:28 +0200
=====================================
debian/rules
=====================================
@@ -10,7 +10,5 @@ JAVA_HOME=/usr/lib/jvm/default-java
dh $@ --buildsystem=ant \
--with javahelper
-override_dh_auto_install:
- dh_auto_install
-
+execute_after_dh_auto_install:
install -m 755 debian/mkgmap.sh debian/mkgmap/usr/bin/mkgmap
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/78a580d0272cb992d28d5e122c9b21c3a319d89a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/commit/78a580d0272cb992d28d5e122c9b21c3a319d89a
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/20230812/325e3dab/attachment.htm>
More information about the Pkg-grass-devel
mailing list