File: rules

package info (click to toggle)
nam 1.15-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,532 kB
  • sloc: cpp: 17,346; tcl: 10,655; sh: 2,997; ansic: 1,253; makefile: 139; perl: 66
file content (25 lines) | stat: -rwxr-xr-x 499 bytes parent folder | download
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
#!/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  $@ --without autoreconf

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 --dbgsym-migration='nam-dbg (<< 1.15-7~)'