File: rules

package info (click to toggle)
tilelite 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 648 kB
  • ctags: 95
  • sloc: python: 528; xml: 79; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

TLDIR=$(CURDIR)/debian/tilelite

%:
	dh $@ \
		--with python2

override_dh_auto_install:
	dh_auto_install
	mv $(TLDIR)/usr/bin/liteserv.py $(TLDIR)/usr/bin/liteserv

override_dh_fixperms:
	dh_fixperms
	chmod a-x $(CURDIR)/debian/tilelite/usr/share/doc/tilelite/examples/tiles_app.py