[h2database] 01/01: Fixed the build failure in offline mode
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jun 18 21:50:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository h2database.
commit d6d735afc6acf2e306f9429b10b22b161421c670
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jun 18 23:41:39 2016 +0200
Fixed the build failure in offline mode
---
debian/changelog | 6 ++++++
debian/patches/01-use-jar-files-from-debian.patch | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 47e85de..da78ca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+h2database (1.4.192-2) unstable; urgency=medium
+
+ * Fixed the build failure in offline mode
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 18 Jun 2016 23:41:19 +0200
+
h2database (1.4.192-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/01-use-jar-files-from-debian.patch b/debian/patches/01-use-jar-files-from-debian.patch
index 5af909c..efa01d7 100644
--- a/debian/patches/01-use-jar-files-from-debian.patch
+++ b/debian/patches/01-use-jar-files-from-debian.patch
@@ -6,9 +6,11 @@ Author: Sebastian Reichel <sre at debian.org>
Last-Update: 2011-07-13
--- a/src/tools/org/h2/build/Build.java
+++ b/src/tools/org/h2/build/Build.java
-@@ -203,12 +203,12 @@
+@@ -201,14 +201,13 @@
+ switchSource(debugInfo);
+ clean();
mkdir("temp");
- download();
+- download();
String classpath = "temp" +
- File.pathSeparator + "ext/servlet-api-3.0.1.jar" +
- File.pathSeparator + "ext/lucene-core-3.6.2.jar" +
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/h2database.git
More information about the pkg-java-commits
mailing list