[javassist] 03/04: Refreshed the patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 16 17:42:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javassist.
commit dd3a1880419da88f4989511c1e9eab2aaeae2fe3
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 16 17:25:04 2016 +0100
Refreshed the patch
---
debian/changelog | 4 +++-
debian/patches/disable-JIRA150-test.patch | 6 ++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0d9dc05..11d0a8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-javassist (1:3.20.0-3) UNRELEASED; urgency=medium
+javassist (1:3.21.0-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
+ - Refreshed the patch
* Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Wed, 16 Nov 2016 17:21:33 +0100
diff --git a/debian/patches/disable-JIRA150-test.patch b/debian/patches/disable-JIRA150-test.patch
index 6cc326f..a5514b3 100644
--- a/debian/patches/disable-JIRA150-test.patch
+++ b/debian/patches/disable-JIRA150-test.patch
@@ -8,11 +8,9 @@ Forwarded: not-needed
src/test/javassist/JvstTest4.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/src/test/javassist/JvstTest4.java b/src/test/javassist/JvstTest4.java
-index 549102f..20e5c90 100644
--- a/src/test/javassist/JvstTest4.java
+++ b/src/test/javassist/JvstTest4.java
-@@ -617,7 +617,7 @@ public class JvstTest4 extends JvstTestRoot {
+@@ -621,7 +621,7 @@
}
}
@@ -21,7 +19,7 @@ index 549102f..20e5c90 100644
ClassPool pool = new ClassPool(true);
for(int paths=0; paths<50; paths++) {
pool.appendClassPath(JAVASSIST_JAR);
-@@ -664,7 +664,7 @@ public class JvstTest4 extends JvstTestRoot {
+@@ -668,7 +668,7 @@
assertTrue("performance test (the next try may succeed): " + t2 + " < 6 * " + t1,
t2 < t1 * 6);
assertTrue(t3 + " < 3 * " + t1, t3 < t1 * 3);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javassist.git
More information about the pkg-java-commits
mailing list