File: rules

package info (click to toggle)
python-dsv 1.4.0-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 44
  • sloc: python: 573; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/quilt/quilt.make

build: patch
	dh build

clean: unpatch
	dh clean

install: build
	dh install --with=python-support

binary-indep: install
	dh binary-indep

binary: binary-indep