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 <[email protected]> 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 <[email protected]> -Uploaders: Steffen Moeller <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, Emmanuel Bourg <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

