File: rules

package info (click to toggle)
plume-hashmap-util-java 0.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: java: 918; xml: 65; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Ensure packages build with no Internet access
export http_proxy=127.0.0.1:9
export https_proxy=127.0.0.1:9

%:
	dh $@ --buildsystem=maven --with maven_repo_helper

override_dh_auto_test:

execute_before_dh_auto_configure:
	cp debian/pom.xml pom.xml

execute_before_dh_auto_clean:
	rm -f pom.xml