File: rules

package info (click to toggle)
nam 1.15-5.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,240 kB
  • sloc: cpp: 17,338; tcl: 10,655; sh: 2,997; ansic: 1,252; makefile: 139; perl: 66
file content (27 lines) | stat: -rwxr-xr-x 460 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f
export DH_VERBOSE=1

DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk

#./validate  test failed,have report it to upstream

%:
	dh  $@

override_dh_auto_configure:
	cp debian/CMakeLists.txt .
	cp debian/config-nam.h.cmake .
	dh_auto_configure -Scmake

override_dh_auto_test:
#	./validate
#	need display

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.html

override_dh_strip:
	dh_strip --dbg-package=nam-dbg