[Git][debian-gis-team/protozero][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 09:02:48 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / protozero
Commits:
cadd5ecd by Bas Couwenberg at 2023-08-13T09:58:18+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ protozero (1.7.1-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.2, no changes.
* Add Rules-Requires-Root to control file.
* Bump debhelper compat to 13.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Tue, 21 Jun 2022 07:17:48 +0200
=====================================
debian/rules
=====================================
@@ -10,9 +10,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
dh $@
-override_dh_auto_build:
- dh_auto_build
-
+execute_after_dh_auto_build:
# Remove useless autogenerated doxygen files
$(RM) obj-*/doc/html/*.md5
View it on GitLab: https://salsa.debian.org/debian-gis-team/protozero/-/commit/cadd5ecdf0fedc430749dbdd10768cd98fd323eb
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/protozero/-/commit/cadd5ecdf0fedc430749dbdd10768cd98fd323eb
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/25c6810a/attachment.htm>
More information about the Pkg-grass-devel
mailing list