Codebase list shapelib / a54832e
Use execute_after instead of override in rules file. Bas Couwenberg 8 months ago
3 changed file(s) with 3 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
33 * Bump Standards-Version to 4.6.2, no changes.
44 * Bump debhelper compat to 13.
55 * Remove generated files in clean target.
6 * Use execute_after instead of override in rules file.
67
78 -- Bas Couwenberg <sebastic@debian.org> Tue, 29 Nov 2022 17:29:29 +0100
89
0 usr/lib/*/*.la
1111 %:
1212 dh $@
1313
14 override_dh_auto_build:
15 dh_auto_build
14 execute_after_dh_auto_build:
1615 ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md
17
18 override_dh_auto_install:
19 dh_auto_install
20
21 # Don't install .la files
22 $(RM) debian/*/usr/lib/*/*.la
2316
2417 override_dh_makeshlibs:
2518 dh_makeshlibs -- -v$(UPSTREAM_VERSION)