Codebase list libslf4j-java / 3c3ec31
debian/rules: Added ant-junit4 to the classpath to fix test failures (Closes: #713178) debian/rules: Improved the clean target to allow rebuilds Emmanuel Bourg 10 years ago
5 changed file(s) with 15 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2222 jul-to-slf4j.jar=jul-to-slf4j.jar
2323 log4j-over-slf4j.jar=log4j-over-slf4j.jar
2424 slf4j-api.jar=slf4j-api.jar
25 slf4j-api-test.jar=slf4j-api-test.jar
2526 slf4j-jcl.jar=slf4j-jcl.jar
2627 slf4j-jdk14.jar=slf4j-jdk14.jar
2728 slf4j-log4j12.jar=slf4j-log4j12.jar
2929 <delete file="${jul-to-slf4j.jar}" quiet="true"/>
3030 <delete file="${log4j-over-slf4j.jar}" quiet="true"/>
3131 <delete file="${slf4j-api.jar}" quiet="true"/>
32 <delete file="${slf4j-api-test.jar}" quiet="true"/>
3233 <delete file="${slf4j-jcl.jar}" quiet="true"/>
3334 <delete file="${slf4j-jdk14.jar}" quiet="true"/>
3435 <delete file="${slf4j-log4j12.jar}" quiet="true"/>
0 libslf4j-java (1.7.5-2) unstable; urgency=low
1
2 * debian/rules: Added ant-junit4 to the classpath to fix test failures
3 (Closes: #713178)
4 * debian/rules: Improved the clean target to allow rebuilds
5
6 -- Emmanuel Bourg <ebourg@apache.org> Wed, 26 Jun 2013 12:35:49 +0200
7
08 libslf4j-java (1.7.5-1) unstable; urgency=low
19
210 * Upload to unstable.
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Varun Hiremath <varun@debian.org>,
5 Damien Raude-Morvan <drazzib@debian.org>
5 Damien Raude-Morvan <drazzib@debian.org>,
6 Emmanuel Bourg <ebourg@apache.org>
67 Build-Depends: ant,
78 ant-optional,
89 cdbs,
1314 liblog4j1.2-java,
1415 maven-repo-helper
1516 Standards-Version: 3.9.4
16 Homepage: http://www.slf4j.org/
17 Homepage: http://www.slf4j.org
1718 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libslf4j-java
1819 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libslf4j-java
1920
88 DEB_ANT_BUILD_TARGET := jar
99 DEB_ANT_CHECK_TARGET := test
1010 DEB_ANT_BUILDFILE := debian/build.xml
11 DEB_JARS := commons-logging log4j-1.2 ant-junit junit4
11 DEB_JARS := commons-logging log4j-1.2 ant-junit ant-junit4 junit4
1212 MODULES := jcl-over-slf4j jul-to-slf4j log4j-over-slf4j slf4j-api \
1313 slf4j-jcl slf4j-jdk14 slf4j-log4j12 slf4j-migrator slf4j-nop slf4j-simple
1414
1919 done
2020
2121 clean::
22 mh_clean
2223 -rm -rf debian/tmp
2324
2425 get-orig-source: