File: rules

package info (click to toggle)
libhtmlcleaner-java 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 908 kB
  • ctags: 804
  • sloc: java: 5,821; xml: 446; makefile: 7
file content (18 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-
#
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS


export ANT_ARGS=-Ddir.lib=/usr/share/java -Djarfile=debian/htmlcleaner.jar


%:
	dh $@ --with javahelper

override_dh_auto_install:
	ant jar