Bas Couwenberg pushed to branch master at Debian GIS Project / josm-installer
Commits: 111aab7e by Bas Couwenberg at 2023-08-12T13:55:46+02:00 Use execute_after instead of override in rules file. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ josm-installer (0.0.3+svn18699) UNRELEASED; urgency=medium * Bump debhelper compat to 13. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Mon, 12 Jun 2023 11:17:44 +0200 ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +*.1 ===================================== debian/rules ===================================== @@ -9,9 +9,6 @@ MANPAGES := $(wildcard $(CURDIR)/*.*.xml) %: dh $@ -override_dh_clean: - dh_clean *.1 - override_dh_auto_build: # Create man page from DocBook XML for x in $(MANPAGES) ; do \ @@ -25,9 +22,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) shellcheck *.sh endif -override_dh_auto_install: - dh_auto_install - +execute_after_dh_auto_install: install -d $(CURDIR)/debian/josm-installer/usr/bin install -m 755 $(CURDIR)/josm $(CURDIR)/debian/josm-installer/usr/bin/josm install -m 755 $(CURDIR)/josm-installer.py $(CURDIR)/debian/josm-installer/usr/bin/josm-installer View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/111aab7ed10cf8b6f5a5fbd07fb59aeeb41dead5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/111aab7ed10cf8b6f5a5fbd07fb59aeeb41dead5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
