File: rules

package info (click to toggle)
libgoo-canvas-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 572 kB
  • ctags: 777
  • sloc: perl: 6,868; ansic: 38; makefile: 17
file content (26 lines) | stat: -rwxr-xr-x 466 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
25
26
#!/usr/bin/make -f

include /usr/share/quilt/quilt.make

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

clean: unpatch
	dh $@

install: install-stamp
install-stamp: build-stamp
	dh install
	rm -fr ./debian/$(shell dh_listpackages)/usr/bin/ ./debian/$(shell dh_listpackages)/usr/share/man/man1/
	touch $@

binary-arch: install
	dh $@

binary-indep:

binary: binary-arch binary-indep

.PHONY: binary binary-arch binary-indep install clean build