[Git][debian-gis-team/libkml][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 12 13:24:47 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / libkml
Commits:
3569167d by Bas Couwenberg at 2023-08-12T14:22:18+02:00
Use execute_after instead of override in rules file.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ libkml (1.3.0-11) UNRELEASED; urgency=medium
* 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> Wed, 18 Jan 2023 17:00:58 +0100
=====================================
debian/rules
=====================================
@@ -20,9 +20,7 @@ override_dh_auto_configure:
-DBUILD_EXAMPLES=OFF \
-DINSTALL_EXAMPLES=OFF
-override_dh_auto_install:
- dh_auto_install
-
+execute_after_dh_auto_install:
# Remove autotools stuff
find $(CURDIR)/examples/ -type f \( -name "Makefile*" -or -name "CMakeLists.txt" \) -delete
View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/3569167d80a7ef7694fef1d6dea47c93cccf0ad5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/3569167d80a7ef7694fef1d6dea47c93cccf0ad5
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/30e87e3b/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list