File: rules

package info (click to toggle)
drpython 1%3A3.11.4-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,868 kB
  • ctags: 2,871
  • sloc: python: 16,653; makefile: 141; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 416 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

%:
	dh $@ --with python2 --buildsystem=python_distutils

override_dh_auto_build:
	make docs
	cp docsrc/drpython.png documentation
	dh_auto_build

override_dh_auto_install:
	dh_auto_install --with python2 --buildsystem=python_distutils -- --install-lib=/usr/share/drpython
	install -m 0755 -D drpython.pyw debian/drpython/usr/share/drpython/run

override_dh_auto_clean:
	make clean
	dh_auto_clean