File: rules

package info (click to toggle)
jabref-plugin-oo 0.9%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: java: 4,320; xml: 82; sh: 48; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 381 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

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_build:
	JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \
		dh_auto_build

override_dh_installexamples:
	dh_installexamples
	chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

get-orig-source:
	uscan --verbose --force --rename --repack