Codebase list music123 / 0d8d4e5
* Remove format checking from CFLAGS for Ada. * get-orig-source: clean tmp dir even in case of failure. nicolas.boulenguez 12 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 # export DH_VERBOSE=1
44
55 # Set CFLAGS, LDFLAGS, DEB_VERSION_UPSTREAM
6 DEB_BUILD_MAINT_OPTIONS = hardening=-format
67 include /usr/share/dpkg/default.mk
78
89 .PHONY: build build-arch build-indep clean binary binary-arch binary-indep install
2223 get-orig-source:
2324 TMPDIR=$$(mktemp --tmpdir --directory music123-get-orig-source-XXXXXXXXXX) && \
2425 mtn clone -d $$TMPDIR/db.mtn $(mtn_uri) -k "" $$TMPDIR/$(orig_dir) && \
25 (cd $$TMPDIR && tar --create --gzip --exclude="_MTN" $(orig_dir)) > $(orig_tgz) && \
26 (cd $$TMPDIR && tar --create --gzip --exclude="_MTN" $(orig_dir)) > $(orig_tgz) ; \
2627 rm -rf $$TMPDIR
28 @echo "The file $(orig_tgz) contains the latest Debian snapshot of upstream sources."