File: rules

package info (click to toggle)
dpkg-sig 0.11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 38
  • sloc: perl: 1,229; makefile: 47
file content (25 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (4)
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

build:

clean:
	dh_testdir
	dh_testroot
	dh_clean

binary-arch:

binary-indep:
	dh_testdir
	dh_testroot
	dh_clean
	mkdir -p debian/tmp/tmp
	cp test debian/tmp/tmp

	dh_compress
	dh_gencontrol
	dh_md5sums
	dh_fixperms
	dh_builddeb

binary: binary-indep