[Git][debian-gis-team/ncview][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 06:34:35 BST 2023
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230813/8f5210cd/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list