File: rules

package info (click to toggle)
libitext5-java 5.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 74,448 kB
  • ctags: 17,424
  • sloc: xml: 254,440; java: 117,100; makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk

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

DEB_MAVEN_ARGS = -DgsExec=/usr/bin/gs

### This could work with dh but does for sure not with cdbs
### Simply keeping this to conserve the idea
# override_dh_auto_test:
#	xvfb-run -a dh_auto_test

get-orig-source:
	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)