File: rules

package info (click to toggle)
libgraph-writer-graphviz-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 108 kB
  • ctags: 61
  • sloc: perl: 734; makefile: 16
file content (25 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (2)
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

include /usr/share/quilt/quilt.make

binary: binary-indep binary-arch

binary-arch:

binary-indep: install
	dh binary-indep

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

clean: unpatch
	dh clean

install: install-stamp
install-stamp: build-stamp
	dh install
	touch $@

.PHONY: binary binary-arch binary-indep clean