File: rules

package info (click to toggle)
python-dns 2.3.0-5.2%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 184 kB
  • ctags: 316
  • sloc: python: 1,391; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
	rm -f DNS/*.pyc

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