File: rules

package info (click to toggle)
pyragua 0.2.5-6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,348 kB
  • ctags: 364
  • sloc: python: 2,702; xml: 122; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

%:
	dh $@ --with python2

override_dh_auto_install:
	dh_auto_install -- \
	--install-lib=usr/share/pyragua/ \
	--install-data=usr/share/pyragua/ \
	--install-scripts=usr/share/pyragua/ \
	--no-compile

override_dh_clean:
	dh_clean
	find . -name '*.pyc' -delete