Codebase list libcommons-lang3-java / ef15de2
Add a Build-Depends-Indep dependency on maven-repo-helper and quilt Ludovic Claude 14 years ago
6 changed file(s) with 28 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 libcommons-validator-java (1:1.3.1-5) unstable; urgency=low
0 libcommons-validator-java (1:1.3.1-5) experimental; urgency=low
11
22 * Change section to java, bump up Standards-Version to 3.8.1
33 * Add the Maven POM to the package,
4 * Add a Build-Depends-Indep dependency on maven-repo-helper
4 * Add a Build-Depends-Indep dependency on maven-repo-helper and quilt
55 * Use mh_installpom and mh_installjar to install the POM and the jar to the
66 Maven repository
77 * Add ${misc:Depends} to Depends to clear Lintian warnings
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Arnaud Vandyck <avdyk@debian.org>, Kumar Appaiah <akumar@debian.org>, Varun Hiremath <varun@debian.org>
5 Build-Depends: debhelper (>= 7), cdbs, default-jdk
5 Build-Depends: debhelper (>= 7), cdbs, default-jdk, quilt
66 Build-Depends-Indep: maven-repo-helper, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.7),
77 libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.6), libcommons-logging-java (>= 1.0.6),
88 liboro-java (>= 2.0.8), sgml-base, rhino
00 dist/docs/api
1 dist/docs/javascript
12 NOTICE.txt
3 RELEASE-NOTES.txt
0 --- a/build.xml
1 +++ b/build.xml
2 @@ -262,7 +262,7 @@
3 description="Initializes Javadoc directories">
4 <mkdir dir="${dist.home}"/>
5 <mkdir dir="${dist.home}/docs"/>
6 - <mkdir dir="${dist.home}/docs/apidocs"/>
7 + <mkdir dir="${dist.home}/docs/api"/>
8 <mkdir dir="${dist.home}/docs/javascript"/>
9 <mkdir dir="${dist.home}/docs/javascript/org/apache/commons/validator/javascript/doc-files"/>
10 </target>
11 @@ -293,7 +293,7 @@
12 <target name="javadoc" depends="compile, javadoc.js"
13 description="Create component Javadoc documentation">
14 <javadoc sourcepath="${source.home}"
15 - destdir="${dist.home}/docs/apidocs"
16 + destdir="${dist.home}/docs/api"
17 packagenames="org.apache.commons.*"
18 author="true"
19 private="true"
55
66 include /usr/share/cdbs/1/rules/debhelper.mk
77 include /usr/share/cdbs/1/class/ant.mk
8 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
89
910 PACKAGE := $(DEB_SOURCE_PACKAGE)
1011 VERSION := $(DEB_UPSTREAM_VERSION)
1112 JAVA_HOME := /usr/lib/jvm/default-java
1213 DEB_JARS := junit commons-beanutils commons-collections commons-digester commons-logging oro
1314 DEB_ANT_BUILD_TARGET := dist
14
15 clean::
16 $(RM) debian/install debian/sgmlcatalogs
1715
1816 install/$(PACKAGE)::
1917 cp conf/share/*.dtd dist/
2220 mh_installpoms -p$(PACKAGE)
2321 mh_installjar -p$(PACKAGE) -l debian/pom.xml dist/commons-validator-$(VERSION).jar
2422
25 install/$(PACKAGE)-doc::
26 mv dist/docs/apidocs dist/docs/api
27
2823 clean::
24 $(RM) debian/install debian/sgmlcatalogs
2925 -rm -rf debian/tmp
3026
3127 get-orig-source: