File: rules

package info (click to toggle)
not-yet-commons-ssl 0.3.15-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,536 kB
  • ctags: 1,903
  • sloc: java: 13,963; sh: 208; xml: 147; makefile: 20
file content (27 lines) | stat: -rwxr-xr-x 589 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
23
24
25
26
27
#!/usr/bin/make -f

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

DEB_ANT_BUILD_TARGET = jar javadocs
DEB_ANT_CHECK_TARGET = test
DEB_ANT_CLEAN_TARGET = clean

JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := \
	commons-codec 	\
	commons-logging \
	commons-httpclient \
	log4j-1.2 	\
        junit4 		\
	mockito 	\
	bcprov 		\
	ant-junit

clean::
	mh_clean

binary-post-install/libnot-yet-commons-ssl-java::
	mh_installpoms -plibnot-yet-commons-ssl-java
	mh_installjar -plibnot-yet-commons-ssl-java -l debian/pom.xml build/not-yet-commons-ssl.jar