[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769694: unblock: javamail/1.5.2-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package javamail. This version disables an unstable test
that was causing build failures intermittently (#769267).

Thank you

unblock javamail/1.5.2-3
dpkg-source: warning: extracting unsigned source package (/home/ebourg/packaging/javamail_1.5.2-2.dsc)
dpkg-source: warning: extracting unsigned source package (/home/ebourg/packaging/javamail_1.5.2-3.dsc)
diff -Nru javamail-1.5.2/debian/changelog javamail-1.5.2/debian/changelog
--- javamail-1.5.2/debian/changelog     2014-10-03 14:38:59.000000000 +0200
+++ javamail-1.5.2/debian/changelog     2014-11-15 16:27:50.000000000 +0100
@@ -1,3 +1,11 @@
+javamail (1.5.2-3) unstable; urgency=medium
+
+  * Ignore the sporadic failures of IMAPIdleUntaggedResponseTest
+    (Closes: #769267)
+  * debian/copyright: Fixed the short name of the BSD license
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Sat, 15 Nov 2014 16:27:48 +0100
+
 javamail (1.5.2-2) unstable; urgency=medium

   * Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761548)
diff -Nru javamail-1.5.2/debian/copyright javamail-1.5.2/debian/copyright
--- javamail-1.5.2/debian/copyright     2014-08-25 23:51:54.000000000 +0200
+++ javamail-1.5.2/debian/copyright     2014-11-13 16:31:26.000000000 +0100
@@ -14,7 +14,7 @@
        taglib/src/*
        webapp/*
 Copyright: 1997-2013, Oracle
-License: BSD
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
diff -Nru javamail-1.5.2/debian/patches/03-disable-unstable-tests.patch javamail-1.5.2/debian/patches/03-disable-unstable-tests.patch
--- javamail-1.5.2/debian/patches/03-disable-unstable-tests.patch       1970-01-01 01:00:00.000000000 +0100
+++ javamail-1.5.2/debian/patches/03-disable-unstable-tests.patch       2014-11-15 16:26:00.000000000 +0100
@@ -0,0 +1,14 @@
+Description: Ignore the sporadic failures of IMAPIdleUntaggedResponseTest
+Author: Emmanuel Bourg <ebourg@apache.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/769267
+--- a/mail/src/test/java/com/sun/mail/imap/IMAPIdleUntaggedResponseTest.java
++++ b/mail/src/test/java/com/sun/mail/imap/IMAPIdleUntaggedResponseTest.java
+@@ -66,6 +66,7 @@
+     public Timeout deadlockTimeout = new Timeout(20000);
+
+     @Test
++    @org.junit.Ignore
+     public void test() {
+         TestServer server = null;
+         try {
diff -Nru javamail-1.5.2/debian/patches/series javamail-1.5.2/debian/patches/series
--- javamail-1.5.2/debian/patches/series        2014-08-25 23:54:26.000000000 +0200
+++ javamail-1.5.2/debian/patches/series        2014-11-15 16:10:03.000000000 +0100
@@ -1,3 +1,4 @@
 #01-ignore-findbugs.patch
 01-disable-modules.patch
 02-rename-jars.patch
+03-disable-unstable-tests.patch

Reply to: