[pkg-java] r12692 - trunk/jetty/debian

Torsten Werner twerner at alioth.debian.org
Tue Jun 29 19:03:27 UTC 2010


Author: twerner
Date: 2010-06-29 19:03:18 +0000 (Tue, 29 Jun 2010)
New Revision: 12692

Modified:
   trunk/jetty/debian/changelog
   trunk/jetty/debian/module.xml
   trunk/jetty/debian/rules
Log:
* Ignore test failures. (Closes: #587459)
* Remove debian/.mh in clean target.

Modified: trunk/jetty/debian/changelog
===================================================================
--- trunk/jetty/debian/changelog	2010-06-29 18:50:23 UTC (rev 12691)
+++ trunk/jetty/debian/changelog	2010-06-29 19:03:18 UTC (rev 12692)
@@ -1,3 +1,10 @@
+jetty (6.1.24-5) unstable; urgency=low
+
+  * Ignore test failures. (Closes: #587459)
+  * Remove debian/.mh in clean target.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 29 Jun 2010 20:53:42 +0200
+
 jetty (6.1.24-4) unstable; urgency=low
 
   * Updated the versions in the Manifests to match the actual version

Modified: trunk/jetty/debian/module.xml
===================================================================
--- trunk/jetty/debian/module.xml	2010-06-29 18:50:23 UTC (rev 12691)
+++ trunk/jetty/debian/module.xml	2010-06-29 19:03:18 UTC (rev 12692)
@@ -157,7 +157,7 @@
            target="1.5"
            nowarn="true"
            listfiles="true"/>
-    <junit haltonfailure="yes">
+    <junit haltonfailure="off">
        <classpath>
          <path refid="classpath"/>
          <pathelement path="${test.dir}"/>

Modified: trunk/jetty/debian/rules
===================================================================
--- trunk/jetty/debian/rules	2010-06-29 18:50:23 UTC (rev 12691)
+++ trunk/jetty/debian/rules	2010-06-29 19:03:18 UTC (rev 12692)
@@ -54,6 +54,9 @@
 	dh_install -plib$(PACKAGE)-extra --sourcedir=lib/ext libsetuid.so /usr/lib/jetty
 	dh_link -plib$(PACKAGE)-extra /usr/lib/jetty/libsetuid.so /usr/share/jetty/lib/ext/libsetuid.so
 
+clean::
+	$(RM) -r debian/.mh
+
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
 




More information about the pkg-java-commits mailing list