File: rules

package info (click to toggle)
canl-java 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,792 kB
  • sloc: java: 23,306; xml: 465; sh: 396; makefile: 29
file content (15 lines) | stat: -rwxr-xr-x 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	# Workaround for maven-resources-plugin bug
	# See: https://issues.apache.org/jira/browse/MRESOURCES-237
	# Copy symlinks in test resources manually before building
	mkdir -p target/test-classes/namespaces/eugridpma-globus
	cp -pd src/test/resources/namespaces/eugridpma-globus/* \
		target/test-classes/namespaces/eugridpma-globus

	dh_auto_build