File: rules

package info (click to toggle)
libmoosex-getopt-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 151
  • sloc: perl: 2,731; makefile: 15
file content (24 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

include /usr/share/quilt/quilt.make

build: build-stamp
build-stamp: $(QUILT_STAMPFN)
	dh build
	touch build-stamp

clean: unpatch
	dh clean

install: build install-stamp
install-stamp:
	dh install
	touch install-stamp

binary-arch: install


binary-indep: install
	dh binary-indep

binary: binary-arch binary-indep