File: rules

package info (click to toggle)
minidlna 1.1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,600 kB
  • ctags: 1,793
  • sloc: ansic: 19,398; sh: 284; makefile: 51
file content (13 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_auto_configure:
	dh_auto_configure -- --with-os-version=$(shell cut -d" " -f1 /etc/issue.net)