File: rules

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

%:
	dh $@ --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