Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
Wrap and sort
· 1df9dc92
Emmanuel Bourg
authored
Oct 29, 2018
1df9dc92
Standards-Version updated to 4.2.1
· b398e0e5
Emmanuel Bourg
authored
Oct 29, 2018
b398e0e5
Switch to debhelper level 11
· b42f3b34
Emmanuel Bourg
authored
Oct 29, 2018
b42f3b34
Use salsa.debian.org Vcs-* URLs
· 19ffd91f
Emmanuel Bourg
authored
Oct 29, 2018
19ffd91f
Build with the DH sequencer instead of CDBS
· 7d326bfd
Emmanuel Bourg
authored
Oct 29, 2018
7d326bfd
Removed the Maven 2 compatibility patch
· 46574254
Emmanuel Bourg
authored
Oct 29, 2018
46574254
Upload to unstable
· 0612f5de
Emmanuel Bourg
authored
Oct 29, 2018
0612f5de
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0612f5de
leveldb-java (0.7-2) unstable; urgency=medium
* Build with the DH sequencer instead of CDBS
* Removed the Maven 2 compatibility patch
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 29 Oct 2018 22:37:56 +0100
leveldb-java (0.7-1) unstable; urgency=medium
* Initial release (Closes: #777180)
...
...
debian/compat
View file @
0612f5de
9
11
debian/control
View file @
0612f5de
...
...
@@ -3,15 +3,15 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
cdbs,
debhelper (>=
9
),
Build-Depends:
debhelper (>=
11
),
default-jdk,
libguava-java,
libsnappy-java,
maven-debian-helper (>=
1.5
)
Standards-Version:
3.9.6
Vcs-Git:
git://anonscm
.debian.org/
pkg-
java/leveldb-java.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/leveldb-java
.git
maven-debian-helper (>=
2.0
)
Standards-Version:
4.2.1
Vcs-Git:
https://salsa
.debian.org/java
-team
/leveldb-java.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/leveldb-java
Homepage: http://github.com/dain/leveldb
Package: libleveldb-api-java
...
...
debian/patches/01-maven2-compatibility.patch
deleted
100644 → 0
View file @
86ccb1b4
Description: Remove the prerequisite on Maven 3
Author: Emmanuel Bourg <ebourg@pache.org>
Forwarded: not-needed
diff --git a/pom.xml b/pom.xml
index 08f347a..63b5814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
</scm>
<prerequisites>
- <maven>3.0</maven>
+ <maven>2.2.1</maven>
</prerequisites>
<repositories>
debian/patches/series
View file @
0612f5de
01-maven2-compatibility.patch
02-remove-iq80-snappy-support.patch
debian/rules
View file @
0612f5de
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
get-orig-source:
uscan --download-current-version --force-download --no-symlink
%:
dh $@
debian/watch
View file @
0612f5de
version=3
version=4
opts="repack,compression=xz" \
https://github.com/dain/leveldb/releases .*/([\d\.]+).tar.gz