File: rules

package info (click to toggle)
mumudvb 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,188 kB
  • ctags: 2,627
  • sloc: ansic: 14,667; sh: 4,012; python: 199; makefile: 83; php: 28
file content (17 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

.PHONY: override_dh_auto_build
override_dh_auto_build:
	dh_auto_build
	cp scripts/debian/etc/init.d/mumudvb debian/mumudvb.init

.PHONY: override_dh_installdocs
override_dh_installdocs:
	dh_installdocs -XMakefile -X.8 -- doc/*