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


Commits:
a54832ea by Bas Couwenberg at 2023-08-13T17:17:15+02:00
Use execute_after instead of override in rules file.

- - - - -


3 changed files:

- debian/changelog
- + debian/not-installed
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ shapelib (1.5.0-4) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.6.2, no changes.
   * Bump debhelper compat to 13.
   * Remove generated files in clean target.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <[email protected]>  Tue, 29 Nov 2022 17:29:29 +0100
 


=====================================
debian/not-installed
=====================================
@@ -0,0 +1 @@
+usr/lib/*/*.la


=====================================
debian/rules
=====================================
@@ -12,15 +12,8 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | 
sed -e 's/\+.*//')
 %:
        dh $@
 
-override_dh_auto_build:
-       dh_auto_build
+execute_after_dh_auto_build:
        ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md
 
-override_dh_auto_install:
-       dh_auto_install
-
-       # Don't install .la files
-       $(RM) debian/*/usr/lib/*/*.la
-
 override_dh_makeshlibs:
        dh_makeshlibs -- -v$(UPSTREAM_VERSION)



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/-/commit/a54832eaac8153509d775dcb0bcda3e2bfb0daa9

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/-/commit/a54832eaac8153509d775dcb0bcda3e2bfb0daa9
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to