[Git][debian-gis-team/cftime][master] Use execute_after instead of override in rules files.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 12 08:49:17 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits:
59b73da6 by Bas Couwenberg at 2023-08-12T09:46:25+02:00
Use execute_after instead of override in rules files.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ cftime (1.6.2-4) UNRELEASED; urgency=medium
* Use autopkgtest-pkg-pybuild testsuite.
* Enable Salsa CI.
* Remove generated files in clean.
+ * Use execute_after instead of override in rules files.
-- Bas Couwenberg <sebastic at debian.org> Wed, 21 Dec 2022 20:36:52 +0100
=====================================
debian/rules
=====================================
@@ -11,7 +11,5 @@ export PYBUILD_TEST_PYTEST=1
%:
dh $@ --with python3,numpy3 --buildsystem=pybuild
-override_dh_install:
- dh_install
-
+execute_after_dh_install:
$(RM) debian/*/usr/lib/python*/dist-packages/.coverage
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/59b73da699078101835ca6c3a7bcd2073c21afae
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/59b73da699078101835ca6c3a7bcd2073c21afae
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/7815b5ce/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list