Codebase list seer / 296c908
Do not parse d/changelog Andreas Tille 5 years ago
2 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 * debhelper 11
33 * Point Vcs fields to salsa.debian.org
44 * Standards-Version: 4.2.1
5 * Do not parse d/changelog
56
67 -- Andreas Tille <tille@debian.org> Thu, 11 Oct 2018 16:22:27 +0200
78
66 export CPATH := /usr/include/hdf5/serial
77 export LIBRARY_PATH := /usr/lib/$(DEB_TARGET_MULTIARCH)/hdf5/serial
88
9 include /usr/share/dpkg/default.mk
10
911 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1012
1113 CMAKE_EXTRA_FLAGS += -DARMA_USE_HDF5=1
1214
1315 override_dh_auto_install:
14 dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEBPKGNAME)/usr
16 dh_auto_install -- PREFIX=$(CURDIR)/debian/$(DEB_SOURCE)/usr
1517 for pl in scripts/*.pl ; do \
1618 plbase=`basename $${pl} .pl` ; \
17 sed "s+Usage: ./$${plbase}.pl+Usage: $${plbase}+" $${pl} > $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/$${plbase} ; \
19 sed "s+Usage: ./$${plbase}.pl+Usage: $${plbase}+" $${pl} > $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/$${plbase} ; \
1820 done
1921 # Fix broken usage hint:
20 sed -i "s+Usage: ./hits_to_matrix.pl+Usage: reformat_output+" $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/reformat_output
22 sed -i "s+Usage: ./hits_to_matrix.pl+Usage: reformat_output+" $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/reformat_output
2123
2224 %:
2325 dh $@