Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Wrap and sort
· cefe0863
Emmanuel Bourg
authored
Dec 03, 2018
cefe0863
Removed the get-orig-source target in debian/rules
· 189aca39
Emmanuel Bourg
authored
Dec 03, 2018
189aca39
Use salsa.debian.org Vcs-* URLs
· af82795e
Emmanuel Bourg
authored
Dec 03, 2018
af82795e
Depend on liblucene4.10-java instead of liblucene3-java
· 252bd396
Emmanuel Bourg
authored
Dec 04, 2018
252bd396
Upload to unstable
· 67a9a595
Emmanuel Bourg
authored
Dec 04, 2018
67a9a595
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
67a9a595
h2database (1.4.197-4) unstable; urgency=medium
* Depend on liblucene4.10-java instead of liblucene3-java
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 04 Dec 2018 00:35:36 +0100
h2database (1.4.197-3) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
67a9a595
...
...
@@ -3,24 +3,28 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 11),
Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
libjts-java,
liblucene
3
-java,
liblucene
4.10
-java,
libosgi-compendium-java,
libservlet3.1-java,
libslf4j-java,
maven-repo-helper
Standards-Version: 4.2.1
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/h2database.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/h2database
.git
Vcs-Git: https://
salsa
.debian.org/
java-team
/h2database.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/h2database
Homepage: http://www.h2database.com
Package: libh2-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libjts-java, liblucene3-java, libslf4j-java
Suggests:
libjts-java,
liblucene4.10-java,
libslf4j-java
Description: H2 Database Engine
H2 is a relational database management system supporting a subset
of the SQL standard. The main programming APIs are SQL and JDBC,
...
...
debian/libh2-java.classpath
View file @
67a9a595
usr/share/java/h2.jar /usr/share/java/lucene
3
-core.jar /usr/share/java/slf4j-api.jar
usr/share/java/h2.jar /usr/share/java/lucene-core
-4.10.4
.jar /usr/share/java/slf4j-api.jar
debian/patches/01-use-jar-files-from-debian.patch
View file @
67a9a595
...
...
@@ -12,7 +12,7 @@ Forwarded: not-needed
--- a/src/tools/org/h2/build/Build.java
+++ b/src/tools/org/h2/build/Build.java
@@ -285,14 +285,1
2
@@
@@ -285,14 +285,1
4
@@
switchSource(debugInfo);
clean();
mkdir("temp");
...
...
@@ -25,7 +25,9 @@ Forwarded: not-needed
- File.pathSeparator + "ext/org.osgi.enterprise-4.2.0.jar" +
- File.pathSeparator + "ext/jts-core-1.15.0.jar" +
+ File.pathSeparator + "/usr/share/java/servlet-api-3.1.jar" +
+ File.pathSeparator + "/usr/share/java/lucene3-core.jar" +
+ File.pathSeparator + "/usr/share/java/lucene-analyzers-common-4.10.4.jar" +
+ File.pathSeparator + "/usr/share/java/lucene-core-4.10.4.jar" +
+ File.pathSeparator + "/usr/share/java/lucene-queryparser-4.10.4.jar" +
+ File.pathSeparator + "/usr/share/java/slf4j-api.jar" +
+ File.pathSeparator + "/usr/share/java/osgi.compendium.jar" +
+ File.pathSeparator + "/usr/share/java/jts-core.jar" +
...
...
debian/patches/series
View file @
67a9a595
...
...
@@ -2,3 +2,4 @@
03-osgi-compatibility.patch
04-reproducible-javadoc.patch
TestCrashAPI.patch
06-lucene-compatibility.patch
debian/rules
View file @
67a9a595
...
...
@@ -25,6 +25,3 @@ override_dh_auto_clean:
find src -type f -exec sed -i 's/\/\/## Java/\/*## Java/g' {} \;
mh_clean
dh_auto_clean
get-orig-source:
uscan --download-current-version --force-download --no-symlink