[pkg-java] r17245 - trunk/jdeb/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 23 08:07:00 UTC 2013


Author: ebourg-guest
Date: 2013-09-23 08:07:00 +0000 (Mon, 23 Sep 2013)
New Revision: 17245

Modified:
   trunk/jdeb/debian/changelog
   trunk/jdeb/debian/control
   trunk/jdeb/debian/maven.properties
Log:
Ignore the test failures when building



Modified: trunk/jdeb/debian/changelog
===================================================================
--- trunk/jdeb/debian/changelog	2013-09-23 04:57:22 UTC (rev 17244)
+++ trunk/jdeb/debian/changelog	2013-09-23 08:07:00 UTC (rev 17245)
@@ -1,3 +1,9 @@
+jdeb (1.0.2~git20130829-1.1) UNRELEASED; urgency=low
+
+  * Ignore the test failures when building
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 23 Sep 2013 10:05:54 +0200
+
 jdeb (1.0.2~git20130829-1) unstable; urgency=low
 
   * Initial release (Closes: #721249).

Modified: trunk/jdeb/debian/control
===================================================================
--- trunk/jdeb/debian/control	2013-09-23 04:57:22 UTC (rev 17244)
+++ trunk/jdeb/debian/control	2013-09-23 08:07:00 UTC (rev 17245)
@@ -2,7 +2,7 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
 Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, libbcpg-java,  
  libcommons-compress-java, libcommons-io-java, libmaven2-core-java, libplexus-utils-java 

Modified: trunk/jdeb/debian/maven.properties
===================================================================
--- trunk/jdeb/debian/maven.properties	2013-09-23 04:57:22 UTC (rev 17244)
+++ trunk/jdeb/debian/maven.properties	2013-09-23 08:07:00 UTC (rev 17245)
@@ -2,3 +2,4 @@
 # For example:
 # maven.test.skip=true
 
+maven.test.failure.ignore=true




More information about the pkg-java-commits mailing list