[go: up one dir, main page]

File: rules

package info (click to toggle)
init-select 1.20140921
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 140 kB
  • sloc: sh: 41; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@ 

override_dh_install:
	./set-init init
	dh_install

override_dh_clean:
	dh_clean -- init