[axis] 11/60: Add patch for gcj-4.4: do not build function clearCache() which is not used anyway. (Closes: #531995)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 17:30:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository axis.
commit 863343480120c07dc1edf0086f6ae8ebd39d4c9c
Author: Torsten Werner <twerner at debian.org>
Date: Fri Jul 24 16:29:27 2009 +0000
Add patch for gcj-4.4: do not build function clearCache() which is not used
anyway. (Closes: #531995)
---
debian/changelog | 9 +++++++--
debian/patches/02-gcj-4.4.patch | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4425ebd..60f26be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-axis (1.4-6) UNRELEASED; urgency=low
+axis (1.4-6) unstable; urgency=low
+ [ Matthias Klose ]
* axis: Depend on default-jre-headless.
* Build using java-gcj (axis is not 1.6 source compatible).
- -- Matthias Klose <doko at debian.org> Thu, 31 Jul 2008 10:16:02 +0000
+ [ Torsten Werner ]
+ * Add patch for gcj-4.4: do not build function clearCache() which is not used
+ anyway. (Closes: #531995)
+
+ -- Torsten Werner <twerner at nina.lan> Fri, 24 Jul 2009 18:27:24 +0200
axis (1.4-5) unstable; urgency=low
diff --git a/debian/patches/02-gcj-4.4.patch b/debian/patches/02-gcj-4.4.patch
new file mode 100644
index 0000000..f57c325
--- /dev/null
+++ b/debian/patches/02-gcj-4.4.patch
@@ -0,0 +1,16 @@
+diff -Nur -x '*.orig' -x '*~' axis-1.4/src/org/apache/axis/i18n/ProjectResourceBundle.java axis-1.4.new/src/org/apache/axis/i18n/ProjectResourceBundle.java
+--- axis-1.4/src/org/apache/axis/i18n/ProjectResourceBundle.java 2006-04-23 03:57:27.000000000 +0200
++++ axis-1.4.new/src/org/apache/axis/i18n/ProjectResourceBundle.java 2009-07-24 18:24:32.000000000 +0200
+@@ -360,10 +360,12 @@
+ /**
+ * Clears the internal cache
+ */
++ /*
+ public static void clearCache()
+ {
+ bundleCache.clear();
+ }
++ */
+
+ public String toString() {
+ return resourceName;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axis.git
More information about the pkg-java-commits
mailing list