[Git][debian-gis-team/rasterio][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 13:44:26 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits:
58684e6b by Bas Couwenberg at 2023-08-13T14:38:31+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ rasterio (1.3.8-2) UNRELEASED; urgency=medium
* Use autopkgtest-pkg-pybuild testsuite.
* Enable Salsa CI.
* Remove generated files in clean target.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Sun, 16 Jul 2023 18:38:07 +0200
=====================================
debian/rules
=====================================
@@ -48,11 +48,8 @@ else
dh_auto_test
endif
-override_dh_install:
- dh_install
-
+execute_after_dh_install:
$(RM) -r debian/python3-rasterio/usr/bin
-
$(RM) -r debian/*/usr/lib/python*/dist-packages/.hypothesis/
override_dh_python3:
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/58684e6bdd4422fc77948a7fdf8178f3eac1c81b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/58684e6bdd4422fc77948a7fdf8178f3eac1c81b
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/efbd95c0/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list