Bas Couwenberg pushed to branch master at Debian GIS Project / ncview
Commits: 83b889e2 by Bas Couwenberg at 2023-08-13T07:32:46+02:00 Use execute_after instead of override in rules file. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ ncview (2.1.8+ds-6) UNRELEASED; urgency=medium * Add Rules-Requires-Root to control file. * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Sun, 31 Jul 2022 19:56:17 +0200 ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +ncview.1 ===================================== debian/rules ===================================== @@ -10,12 +10,7 @@ export ACLOCAL=debian/aclocal %: dh $@ -override_dh_clean: - dh_clean ncview.1 - -override_dh_auto_install: - dh_auto_install - +execute_after_dh_auto_install: # Install X11 app-defaults install -m 644 Ncview-appdefaults $(CURDIR)/debian/ncview/etc/X11/app-defaults/Ncview View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/commit/83b889e2cfe3eb1a62400474dbd8bfa7c717d163 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/commit/83b889e2cfe3eb1a62400474dbd8bfa7c717d163 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
