File: rules

package info (click to toggle)
pype 2.9.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,200 kB
  • ctags: 1,468
  • sloc: python: 13,860; makefile: 8; sh: 7
file content (15 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-
clean:
# Deleting the upstream setup.py, because it is windows only, 
# and breaks the build
	rm -f setup.py

override_dh_auto_install:
	install -m 755 debian/pype.sh debian/pype/usr/bin/pype

override_dh_installchangelogs:
	dh_installchangelogs changelog.txt

%:
	dh $@