File: rules

package info (click to toggle)
libcsv-java 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 319
  • sloc: java: 3,225; xml: 37; makefile: 10
file content (20 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	# Leave empty to avoid a FTBFS

override_dh_auto_build:
	# Leave empty to avoid a FTBFS

# add a symlink from javacsv.jar to csv.jar
override_jh_installlibs:
	jh_installlibs
	dh_link usr/share/java/csv.jar usr/share/java/javacsv.jar

get-orig-source:
	uscan --force-download --download-current-version --repack --compression xz