Codebase list coq / control/main
Strip libraries Julien Puydt 2 years ago
2 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 coq (8.14.0+dfsg-4) UNRELEASED; urgency=medium
1
2 * Strip libraries.
3
4 -- Julien Puydt <jpuydt@debian.org> Sat, 13 Nov 2021 16:00:07 +0100
5
06 coq (8.14.0+dfsg-3) unstable; urgency=medium
17
28 * Add bash to the build-deps and generalize
4949 override_dh_auto_build:
5050 # Don't combine `make world` and `make byte`--doing so triggers a race
5151 # in the build system. See upstream's CHANGES.
52 $(MAKE) world STRIP=true
53 $(MAKE) byte STRIP=true
52 $(MAKE) world
53 $(MAKE) byte
5454 $(MAKE) doc-stdlib-html HTMLSTYLE=simple
5555
5656 # Check that $(COQ_VERSION) has the right value
9999 done
100100 dh_gencontrol
101101
102 override_dh_strip:
103 # usual dh_strip finds lib*.a, not *.a
104 find debian/ -name "*.a" -exec strip '{}' \;
105 dh_strip
106
102107 # why is this necessary?
103108 override_dh_fixperms:
104109 dh_fixperms