[Git][debian-gis-team/netcdf][master] Use execute_after instead of override in rules file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 13 06:48:34 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf


Commits:
adb6abea by Bas Couwenberg at 2023-08-13T07:40:05+02:00
Use execute_after instead of override in rules file.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
 netcdf (1:4.9.2-2) UNRELEASED; urgency=medium
 
   * Remove generated files in clean target.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Aug 2023 12:28:49 +0200
 


=====================================
debian/rules
=====================================
@@ -36,9 +36,7 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	ARGS="--output-on-failure" dh_auto_test --max-parallel=1 || echo "Ignoring test failures"
 
-override_dh_auto_install:
-	dh_auto_install
-
+execute_after_dh_auto_install:
 	# Strip RPATH
 	-find $(CURDIR)/debian/tmp/usr/bin -type f -not -name nc-config -exec chrpath --delete {} \;
 	-find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath --delete {} \;



View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/adb6abeada1f922f32e0f6ae2cd0e828cbfe9a1b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/adb6abeada1f922f32e0f6ae2cd0e828cbfe9a1b
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/2a2c2666/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list