File: rules

package info (click to toggle)
libtemplate-provider-encoding-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 88 kB
  • ctags: 9
  • sloc: perl: 52; makefile: 52
file content (20 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export PERL_MM_USE_DEFAULT=1

build:
	dh build

clean:
	dh clean

install: build
	dh install

binary-arch: install
	#nothing here

binary-indep: install
	dh binary-indep

binary: binary-arch binary-indep