[Git][debian-gis-team/libcitygml][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 12 13:16:44 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / libcitygml
Commits:
dd5d6899 by Bas Couwenberg at 2023-08-12T14:12:21+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 @@ libcitygml (2.5.1-2) UNRELEASED; urgency=medium
* Team upload.
* Bump debhelper compat to 13.
* Remove generated files in clean target.
+ * Use execute_after instead of override in rules file.
-- Bas Couwenberg <sebastic at debian.org> Mon, 12 Jun 2023 12:35:52 +0200
=====================================
debian/rules
=====================================
@@ -17,8 +17,7 @@ CITYGML_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
dh $@ --with pkgkde_symbolshelper
-override_dh_auto_clean:
- dh_auto_clean
+execute_after_dh_auto_clean:
-rm -rf obj-*-*
override_dh_auto_configure:
View it on GitLab: https://salsa.debian.org/debian-gis-team/libcitygml/-/commit/dd5d68993c7d2648f1f96ac9ef948dd27f40a9fd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libcitygml/-/commit/dd5d68993c7d2648f1f96ac9ef948dd27f40a9fd
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/95c56ac1/attachment.htm>
More information about the Pkg-grass-devel
mailing list