Emmanuel Bourg pushed to branch master at Debian Java Maintainers / eclipse-jgit
Commits: 42e1c5c7 by Emmanuel Bourg at 2018-08-15T22:50:48Z Standards-Version updated to 4.2.0 - - - - - 4cb502f7 by Emmanuel Bourg at 2018-08-15T22:50:53Z Switch to debhelper level 11 - - - - - c6f02258 by Emmanuel Bourg at 2018-08-15T22:50:59Z Use salsa.debian.org Vcs-* URLs - - - - - 0a64a049 by Emmanuel Bourg at 2018-08-15T23:04:11Z Depend on libeclipse-osgi-java instead of libequinox-osgi-java - - - - - 609ea8c7 by Emmanuel Bourg at 2018-08-15T23:04:37Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +jgit (3.7.1-5) unstable; urgency=medium + + * Team upload. + * Depend on libeclipse-osgi-java instead of libequinox-osgi-java + * Standards-Version updated to 4.2.0 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Thu, 16 Aug 2018 01:04:22 +0200 + jgit (3.7.1-4) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Priority: optional Section: java Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 11~), javahelper, default-jdk, junit4, libargs4j-java (>= 2.0.30), libbuild-helper-maven-plugin-java, libcommons-compress-java, - libequinox-osgi-java, + libeclipse-osgi-java, libhamcrest-java, libhttpclient-java, libjavaewah-java, @@ -21,9 +21,9 @@ Build-Depends: debhelper (>= 9~), libslf4j-java (>= 1.7.12-2), libxz-java, maven-debian-helper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/eclipse-jgit.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/eclipse-jgit.git +Standards-Version: 4.2.0 +Vcs-Git: https://salsa.debian.org/java-team/eclipse-jgit.git +Vcs-Browser: https://salsa.debian.org/java-team/eclipse-jgit Homepage: http://www.eclipse.org/jgit/ Package: libjgit-java ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven --with javahelper + dh $@ --with javahelper override_dh_install: dh_install View it on GitLab: https://salsa.debian.org/java-team/eclipse-jgit/compare/5539cdbe763670246ef30a5aa51f7484b5e96513...609ea8c723cba1584f75cef8dc8378e9206cd4bd -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-jgit/compare/5539cdbe763670246ef30a5aa51f7484b5e96513...609ea8c723cba1584f75cef8dc8378e9206cd4bd 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

