File: rules

package info (click to toggle)
fontchooser 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 108
  • sloc: xml: 567; java: 509; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@ --with javahelper

# Get original source, and remove some bits
get-orig-source:
	curl -o FontChooser.zip http://www.connectina.com/components/files/FontChooser.zip
	jh_repack --upstream-version 1.0.0 FontChooser.zip
	mv FontChooser.tar.gz ../fontchooser_1.0.0.orig.tar.gz