File: rules

package info (click to toggle)
groovycsv 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: xml: 58; makefile: 4
file content (14 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper

# Quick-and-dirty way to execute build time tests using gradle-debian-helper.
# See #934729 for the description.
override_dh_auto_test:
# Disabling tests.  See #1120229 and #1120895
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	dh_auto_build -- test
#endif