[Git][debian-gis-team/savi][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 15:48:54 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / savi
Commits:
7264820d by Bas Couwenberg at 2023-08-13T16:45:42+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 @@ savi (1.5.1-6) UNRELEASED; urgency=medium
* Team upload.
* 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:19:53 +0100
=====================================
debian/rules
=====================================
@@ -13,12 +13,10 @@ override_dh_auto_build:
override_dh_auto_install:
-override_dh_install:
- dh_install
+execute_after_dh_install:
cp debian/savi-bin debian/savi/usr/bin/savi
cp debian/geomview-savi debian/savi/usr/lib/geomview/.geomview-savi
find debian/savi/usr/ -name "Makefile*" -exec rm {} \;
-override_dh_fixperms:
- dh_fixperms
+execute_after_dh_fixperms:
find debian/savi/usr/share/savi/oogl/ -type f | xargs chmod -x
View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/7264820dc429718736400c469e0b0a860b6bb410
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/7264820dc429718736400c469e0b0a860b6bb410
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/eb31638c/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list