File: rules

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4600-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,792 kB
  • sloc: java: 72,290; xml: 1,686; python: 713; sh: 240; makefile: 149; perl: 31
file content (16 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for mkgmap
# Andreas Tille <tille@debian.org>
# GPL

JAVA_HOME=/usr/lib/jvm/default-java

%:
	dh $@ --buildsystem=ant \
	      --with javahelper

override_dh_auto_install:
	dh_auto_install

	install -m 755 debian/mkgmap.sh debian/mkgmap/usr/bin/mkgmap