File: rules

package info (click to toggle)
twms 0.03e-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: python: 1,527; sh: 111; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod a-x debian/twms/usr/share/pyshared/twms/*.py

override_dh_auto_install:
	dh_install twms usr/lib/$(shell pyversions -d)/site-packages
	install -T twms.py $(CURDIR)/debian/twms/usr/bin/twms

.PHONY: override_dh_fixperms override_dh_auto_install