Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Reordered the patches
· 3a72ba80
Emmanuel Bourg
authored
Aug 21, 2018
3a72ba80
Removed the unused dependency on libequinox-osgi-java
· 98d6a656
Emmanuel Bourg
authored
Aug 21, 2018
98d6a656
Upload to unstable
· b07abb2c
Emmanuel Bourg
authored
Aug 21, 2018
b07abb2c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b07abb2c
h2database (1.4.197-2) unstable; urgency=medium
* Team upload.
* Removed the unused dependency on libequinox-osgi-java
-- Emmanuel Bourg <ebourg@apache.org> Tue, 21 Aug 2018 01:00:51 +0200
h2database (1.4.197-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
b07abb2c
...
...
@@ -6,7 +6,6 @@ Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 11),
default-jdk,
javahelper,
libequinox-osgi-java,
libjts-java,
liblucene3-java,
libosgi-compendium-java,
...
...
debian/patches/01-use-jar-files-from-debian.patch
View file @
b07abb2c
...
...
@@ -10,11 +10,9 @@ Forwarded: not-needed
src/tools/org/h2/build/Build.java | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/tools/org/h2/build/Build.java b/src/tools/org/h2/build/Build.java
index b1512d3..62b080e 100644
--- a/src/tools/org/h2/build/Build.java
+++ b/src/tools/org/h2/build/Build.java
@@ -285,14 +285,1
3
@@
private void compile(boolean debugInfo, boolean clientOnly,
@@ -285,14 +285,1
2
@@
switchSource(debugInfo);
clean();
mkdir("temp");
...
...
@@ -29,7 +27,6 @@ index b1512d3..62b080e 100644
+ File.pathSeparator + "/usr/share/java/servlet-api-3.1.jar" +
+ File.pathSeparator + "/usr/share/java/lucene3-core.jar" +
+ File.pathSeparator + "/usr/share/java/slf4j-api.jar" +
+ File.pathSeparator + "/usr/share/java/org.eclipse.osgi.jar" +
+ File.pathSeparator + "/usr/share/java/osgi.compendium.jar" +
+ File.pathSeparator + "/usr/share/java/jts-core.jar" +
File.pathSeparator + javaToolsJar;
...
...
debian/patches/03-osgi-compatibility.patch
View file @
b07abb2c
...
...
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/src/main/org/h2/util/OsgiDataSourceFactory.java
+++ b/src/main/org/h2/util/OsgiDataSourceFactory.java
@@ -2
90
,7 +2
90
,7 @@
@@ -2
88
,7 +2
88
,7 @@
*/
static void registerService(BundleContext bundleContext,
org.h2.Driver driver) {
...
...
debian/patches/04-reproducible-javadoc.patch
View file @
b07abb2c
...
...
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/src/tools/org/h2/build/BuildBase.java
+++ b/src/tools/org/h2/build/BuildBase.java
@@ -52
3
,6 +52
3
,10 @@
@@ -52
4
,6 +52
4
,10 @@
* @param args the command line arguments to pass
*/
protected void javadoc(String...args) {
...
...
debian/patches/series
View file @
b07abb2c
01-use-jar-files-from-debian.patch
03-osgi-compatibility.patch
04-reproducible-javadoc.patch
01-use-jar-files-from-debian.patch