File: rules

package info (click to toggle)
python-dns 2.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 232 kB
  • ctags: 321
  • sloc: python: 1,434; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with quilt, --with python2

override_dh_clean:
	rm -f DNS/*.pyc
	dh_clean

override_dh_install:
	find debian/python-dns -name win32dns.py | xargs rm -f
	dh_install