File: rules

package info (click to toggle)
python-clips 1.0.7.348%2Bclips-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,332 kB
  • ctags: 2,481
  • sloc: ansic: 17,065; python: 5,668; sh: 20; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@ --with python2

override_dh_clean:
	dh_clean
	rm -rf clipssrc
	rm -f clips/_eclips_wrap.py
	rm -f clips/_version.py

override_dh_auto_install:
	dh_auto_install
	dh_installchangelogs README

get-orig-source:
	./debian/get-orig-source