File: rules

package info (click to toggle)
pycaptcha 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,224 kB
  • sloc: python: 699; makefile: 8; sh: 7
file content (15 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@   --with python2 

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/python-captcha/usr/lib/python2.*/dist-packages/Captcha/data/fonts
	rm -rf debian/python-captcha/Captcha/data/fonts/vera

get-orig-source:
	bash debian/get-orig-source