[pkg-java] r18594 - trunk/cglib/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Nov 17 13:07:57 GMT 2014
Author: ebourg-guest
Date: 2014-11-17 13:07:56 +0000 (Mon, 17 Nov 2014)
New Revision: 18594
Modified:
trunk/cglib/debian/changelog
trunk/cglib/debian/rules
Log:
Disabled the unit tests (Closes: #768721)
Modified: trunk/cglib/debian/changelog
===================================================================
--- trunk/cglib/debian/changelog 2014-11-17 09:12:58 UTC (rev 18593)
+++ trunk/cglib/debian/changelog 2014-11-17 13:07:56 UTC (rev 18594)
@@ -1,6 +1,7 @@
cglib (2.2.2+dfsg2-2) UNRELEASED; urgency=medium
* Team upload.
+ * Disabled the unit tests (Closes: #768721)
* Set the source level to fix a build failure
-- Emmanuel Bourg <ebourg at apache.org> Mon, 12 May 2014 22:53:11 +0200
Modified: trunk/cglib/debian/rules
===================================================================
--- trunk/cglib/debian/rules 2014-11-17 09:12:58 UTC (rev 18593)
+++ trunk/cglib/debian/rules 2014-11-17 13:07:56 UTC (rev 18594)
@@ -12,7 +12,7 @@
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := asm3-attrs asm3-commons asm3-util junit asm3 jarjar
DEB_ANT_BUILD_TARGET := jar javadoc
-DEB_ANT_CHECK_TARGET := test
+#DEB_ANT_CHECK_TARGET := test
DEB_ANT_ARGS += -Dcomponent.version=$(VERSION)
JAR_DIR := /usr/share/java
More information about the pkg-java-commits
mailing list