[Git][debian-gis-team/gmt][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 12 11:26:43 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / gmt
Commits:
db9c214f by Bas Couwenberg at 2023-08-12T12:11:35+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 @@ gmt (6.4.0+dfsg-3) 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 16:58:12 +0100
=====================================
debian/rules
=====================================
@@ -38,14 +38,7 @@ CMAKE_OPTS = -DCMAKE_BUILD_TYPE=RelWithDebInfo \
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)
-override_dh_auto_install:
- dh_auto_install
-
- # Uncompress examples stuff
- #find $(CURDIR)/debian/gmt-examples/usr/share/doc/gmt-examples/examples -name "*.gz" -exec gunzip {} \;
- # Remove +x
- #find $(CURDIR)/debian/gmt-examples/usr/share/doc/gmt-examples/examples -name "*.bat" -exec chmod -x {} \;
-
+execute_after_dh_auto_install:
# Remove executable bit from shell includes
chmod -x debian/tmp/usr/share/gmt/tools/gmt_aliases.csh
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/commit/db9c214f77cdf8ad64dbaf2df8f1fd9dc8f13fa7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/commit/db9c214f77cdf8ad64dbaf2df8f1fd9dc8f13fa7
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/34c8c871/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list