Codebase list clojure / 7fcd6b5
d/rules: simplify by using execute_after instead of override. Louis-Philippe VĂ©ronneau 1 year, 6 months ago
2 changed file(s) with 3 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22 * d/control: remove optional dependencies on openjdk11.
33 * d/control: add myself in the Uploaders list.
44 * d/control: use debhelper-compat and update to version 13.
5 * d/rules: simplify by using execute_after instead of override.
56
67 -- Louis-Philippe VĂ©ronneau <pollo@debian.org> Sat, 12 Nov 2022 14:39:02 -0500
78
66 %:
77 dh $@ --with javahelper,maven-repo-helper
88
9 override_dh_auto_configure:
10 dh_auto_configure
9 execute_after_dh_auto_configure:
1110 cp debian/maven-classpath.properties .
1211
1312 override_dh_auto_build:
2928 override_jh_classpath:
3029 jh_classpath -plibclojure-java
3130
32 override_dh_installman:
33 dh_installman
31 execute_after_dh_installman:
3432 file-rename 's/\.(.)$$/$(VER).$$1/' debian/clojure/usr/share/man/*/*
3533
3634 override_dh_installchangelogs: