[Git][debian-gis-team/sfcgal][master] 2 commits: Use execute_before instead of override in rules file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 13 16:16:37 BST 2023



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


Commits:
5b7b95c5 by Bas Couwenberg at 2023-08-13T16:51:03+02:00
Use execute_before instead of override in rules file.

- - - - -
c16e30c3 by Bas Couwenberg at 2023-08-13T17:02:02+02:00
Remove generated files in clean target.

- - - - -


3 changed files:

- debian/changelog
- + debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ sfcgal (1.4.1-6) UNRELEASED; urgency=medium
   * Bump debhelper compat to 13.
   * Update lintian overrides.
   * Add patch to use C++17 for CGAL 6.0.
+  * Use execute_before instead of override in rules file.
+  * Remove generated files in clean target.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 18 Jan 2023 17:20:04 +0100
 


=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+doc/Doxyfile
+test/test_config.h


=====================================
debian/rules
=====================================
@@ -39,21 +39,16 @@ else
 	dh_auto_test
 endif
 
-override_dh_install:	
+execute_before_dh_install:
 	# removing embedded rpath in binaries
 	-find $(CURDIR)/debian/tmp/usr/bin -type f -not -name sfcgal-config -exec chrpath --delete {} \;
 
 	# removing embedded rpath in libraries
 	-find $(CURDIR)/debian/tmp/usr/lib -name "*.so*" -type f -exec chrpath --delete {} \;
 
-	# Remove .la files
-	$(RM) $(CURDIR)/debian/tmp/usr/lib/libSFCGAL.la
-
 	# Remove test executables
 	$(RM) $(CURDIR)/debian/tmp/usr/bin/*test*
 
-	dh_install
-
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 	



View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/3a3021d98203e1243a1aff2ee84d930b501273b2...c16e30c33cd80a3c13c7cbb3bd37d3b556e28eec

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/3a3021d98203e1243a1aff2ee84d930b501273b2...c16e30c33cd80a3c13c7cbb3bd37d3b556e28eec
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/1e0d346f/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list