File: rules

package info (click to toggle)
jruby-openssl 0.9.21-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,660 kB
  • sloc: java: 38,399; ruby: 8,798; xml: 1,212; makefile: 15
file content (22 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=maven

override_dh_auto_clean:
	dh_auto_clean
	-find lib/ -name '*.jar' -delete
	-find lib/ -name '*.xml' -delete
	rm -rf ./target/ ./pkg/

override_dh_auto_install:
	rm -f lib/org/bouncycastle/bcprov/debian/bcprov-debian.jar
	rm -f lib/org/bouncycastle/bcpkix/debian/bcpkix-debian.jar

override_dh_installchangelogs:
	dh_installchangelogs History.md
	
get-orig-source:
	uscan --verbose --download-current-version