File: rules

package info (click to toggle)
fasttree 2.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 472
  • sloc: ansic: 7,930; makefile: 18; sh: 18
file content (19 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ 

override_dh_installchangelogs:
	dh_installchangelogs changelog

override_dh_auto_clean:
	dh_auto_clean
	rm -f fasttreeMP

get-orig-source:
	./debian/get-orig-source