File: rules

package info (click to toggle)
dreampie 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,028 kB
  • ctags: 3,214
  • sloc: python: 18,707; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_clean:
	dh_auto_clean
	rm -fr build dreampielib/data/subp-py*

override_dh_auto_install:
	dh_auto_install -- --install-lib=/usr/share/dreampie --install-scripts=/usr/share/dreampie
	find debian/dreampie -name "*.egg-info" -delete

override_dh_python2:
	dh_python2 -X .*/subp-py3