Emmanuel Bourg pushed to branch master at Debian Java Maintainers / leveldb-java
Commits: 1df9dc92 by Emmanuel Bourg at 2018-10-29T21:22:29Z Wrap and sort - - - - - b398e0e5 by Emmanuel Bourg at 2018-10-29T21:28:29Z Standards-Version updated to 4.2.1 - - - - - b42f3b34 by Emmanuel Bourg at 2018-10-29T21:28:33Z Switch to debhelper level 11 - - - - - 19ffd91f by Emmanuel Bourg at 2018-10-29T21:28:33Z Use salsa.debian.org Vcs-* URLs - - - - - 7d326bfd by Emmanuel Bourg at 2018-10-29T21:28:33Z Build with the DH sequencer instead of CDBS - - - - - 46574254 by Emmanuel Bourg at 2018-10-29T21:28:33Z Removed the Maven 2 compatibility patch - - - - - 0612f5de by Emmanuel Bourg at 2018-10-29T21:38:11Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - − debian/patches/01-maven2-compatibility.patch - debian/patches/series - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +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 <[email protected]> Mon, 29 Oct 2018 22:37:56 +0100 + leveldb-java (0.7-1) unstable; urgency=medium * Initial release (Closes: #777180) ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -3,15 +3,15 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), - 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 +Build-Depends: + debhelper (>= 11), + default-jdk, + libguava-java, + libsnappy-java, + 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 ===================================== @@ -1,16 +0,0 @@ -Description: Remove the prerequisite on Maven 3 -Author: Emmanuel Bourg <[email protected]> -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 ===================================== @@ -1,2 +1 @@ -01-maven2-compatibility.patch 02-remove-iq80-snappy-support.patch ===================================== debian/rules ===================================== @@ -1,10 +1,4 @@ #!/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 ===================================== @@ -1,2 +1,3 @@ -version=3 +version=4 +opts="repack,compression=xz" \ https://github.com/dain/leveldb/releases .*/([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/leveldb-java/compare/86ccb1b4eaca809893b319fc0be026fa7b4fbb1e...0612f5de4397dcea6e6c8c7ea184a76b90ed8b63 -- View it on GitLab: https://salsa.debian.org/java-team/leveldb-java/compare/86ccb1b4eaca809893b319fc0be026fa7b4fbb1e...0612f5de4397dcea6e6c8c7ea184a76b90ed8b63 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

