File: rules

package info (click to toggle)
libextutils-cbuilder-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 168 kB
  • ctags: 84
  • sloc: perl: 1,079; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include /usr/share/quilt/quilt.make

binary-arch:
binary binary-indep:
	dh $@

build: $(QUILT_STAMPFN)
	dh $@

clean: unpatch
	dh $@