Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.3.0
· 7bb5ac6f
Emmanuel Bourg
authored
Jan 19, 2019
7bb5ac6f
Switch to debhelper level 11
· 640f36e6
Emmanuel Bourg
authored
Jan 19, 2019
640f36e6
Use salsa.debian.org Vcs-* URLs
· d47c18c0
Emmanuel Bourg
authored
Jan 19, 2019
d47c18c0
Depend on libicu4j-java instead of libicu4j-49-java
· 533a2aab
Emmanuel Bourg
authored
Jan 19, 2019
533a2aab
Upload to unstable
· 5ad13a0b
Emmanuel Bourg
authored
Jan 19, 2019
5ad13a0b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5ad13a0b
lucene4.10 (4.10.4+dfsg-4) unstable; urgency=medium
* Team upload.
* Depend on libicu4j-java instead of libicu4j-49-java
* Standards-Version updated to 4.3.0
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Sat, 19 Jan 2019 23:19:03 +0100
lucene4.10 (4.10.4+dfsg-3) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
5ad13a0b
9
11
debian/control
View file @
5ad13a0b
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends:
debhelper (>=
9~
),
debhelper (>=
11
),
default-jdk,
ivy-debian-helper,
javacc,
...
...
@@ -20,7 +20,7 @@ Build-Depends-Indep:
libcommons-logging-java,
libhttpclient-java,
libhttpcore-java,
libicu4j-
49-
java,
libicu4j-java,
libjetty9-java,
libmorfologik-stemming-java (>= 1.8.3),
libnekohtml-java,
...
...
@@ -30,9 +30,9 @@ Build-Depends-Indep:
libuima-addons-java,
libuima-core-java,
libxerces2-java
Standards-Version:
3.9.8
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/lucene4.10.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/lucene4.10
.git
Standards-Version:
4.3.0
Vcs-Git: https://
salsa
.debian.org/
java-team
/lucene4.10.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/lucene4.10
Homepage: http://lucene.apache.org
Package: liblucene4.10-java
...
...
debian/maven.rules
View file @
5ad13a0b
junit junit * s/.*/4.x/ * *
com.ibm.icu icu4j * s/.*/49/ * *
org.antlr antlr-runtime * s/.*/3.x/ * *
s/org.eclipse.jetty.orbit/javax.servlet/ s/javax.servlet/javax.servlet-api/ * s/.*/3.1/ * *
com.spatial4j spatial4j * s/.*/0.4.x/ * *
...
...