File: rules

package info (click to toggle)
ntcard 1.2.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,120 kB
  • sloc: cpp: 2,020; makefile: 87; sh: 70
file content (20 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
# for hardening you might like to uncomment this:
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_before_dh_auto_configure:
	cp -a debian/vendor/*.hpp $(CURDIR)

override_dh_auto_test:
	echo "I: Tests try to download external files, skip build time tests"

execute_after_dh_installdocs:
	find debian -name 'LICENSE' | xargs rm -rf