Codebase list rust-stfu8 / 0b68456
Use PROFILE=release instead of a silly sed Sylvestre Ledru 3 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-coreutils (0.0.3-1~exp3) experimental; urgency=medium
1
2 * Use PROFILE=release instead of a silly sed
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 04 Feb 2021 11:28:54 +0100
5
06 rust-coreutils (0.0.3-1~exp2) experimental; urgency=medium
17
28 * Set a minimal version for librust-hostname-dev
1010 override_dh_auto_test:
1111
1212 override_dh_auto_install:
13 sed -i -e "s|debug|release|" GNUmakefile
1413 CARGO_HOME=$(shell pwd)/debian/cargo_home DEB_CARGO_CRATE=coreutils_$(VERSION) /usr/share/cargo/bin/cargo prepare-debian debian/cargo_registry --link-from-system
15 CARGO_HOME=$(shell pwd)/debian/cargo_home DESTDIR=$(CURDIR)/debian/tmp/ make install
14 CARGO_HOME=$(shell pwd)/debian/cargo_home DESTDIR=$(CURDIR)/debian/tmp/ make install PROFILE=release
1615 for f in $(CURDIR)/debian/tmp/usr/local/bin/*; do \
1716 filename=$$(basename $$f); \
1817 help2man $$f > docs/rust-$$filename.1; \