[pkg-java] r18524 - trunk/gluegen2/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 7 12:11:54 UTC 2014


Author: ebourg-guest
Date: 2014-10-07 12:11:54 +0000 (Tue, 07 Oct 2014)
New Revision: 18524

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/rules
Log:
Disabled the tests due to missing dependencies



Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog	2014-10-07 12:02:35 UTC (rev 18523)
+++ trunk/gluegen2/debian/changelog	2014-10-07 12:11:54 UTC (rev 18524)
@@ -1,4 +1,4 @@
-gluegen2 (2.2.0-1) unstable; urgency=medium
+gluegen2 (2.2.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Include the fix for openjdk 8 (Closes: #754971)
@@ -9,6 +9,9 @@
     Patch by Dejan Latinovic <Dejan.Latinovic at imgtec.com>.
     Thanks to Anibal Monsalve Salazar.  (Closes: #750548)
 
+  [ Emmanuel Bourg ]
+  * Disabled the tests due to missing dependencies
+
  -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 10 Aug 2014 15:33:20 +0200
 
 gluegen2 (2.1.5-1) unstable; urgency=medium

Modified: trunk/gluegen2/debian/rules
===================================================================
--- trunk/gluegen2/debian/rules	2014-10-07 12:02:35 UTC (rev 18523)
+++ trunk/gluegen2/debian/rules	2014-10-07 12:11:54 UTC (rev 18524)
@@ -8,7 +8,7 @@
 DEB_JARS             := ant-launcher antlrall ant-antlr ant-contrib ant-contrib-cpptasks ant-junit
 DEB_ANT_CLEAN_TARGET := clean
 DEB_BUILDDIR         := make
-DEB_ANT_BUILD_TARGET := all junit.run
+DEB_ANT_BUILD_TARGET := all.no_junit
 DEB_ANT_ARGS += -Dtarget.sourcelevel=1.6 -Dtarget.targetlevel=1.6 -Dtarget.rt.jar=1.6
 
 ifeq ($(DEB_HOST_ARCH),armhf)




More information about the pkg-java-commits mailing list