Emmanuel Bourg pushed to branch master at Debian Java Maintainers / oauth-signpost
Commits: 488bb125 by Emmanuel Bourg at 2018-11-23T23:34:57Z Moved the package under the Java Team umbrella - - - - - ef020807 by Emmanuel Bourg at 2018-11-23T23:35:05Z Standards-Version updated to 4.2.1 - - - - - a1d110ac by Emmanuel Bourg at 2018-11-23T23:35:19Z Switch to debhelper level 11 - - - - - 3dfc3253 by Emmanuel Bourg at 2018-11-23T23:35:29Z Use salsa.debian.org Vcs-* URLs - - - - - fc6cefaa by Emmanuel Bourg at 2018-11-23T23:36:29Z Wrap and sort - - - - - 267964da by Emmanuel Bourg at 2018-11-23T23:38:09Z Removed the unused build dependency on libplexus-maven-plugin-java - - - - - 781ee00b by Emmanuel Bourg at 2018-11-23T23:39:00Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +oauth-signpost (1.2.1.2-2) unstable; urgency=medium + + * Team upload. + * Removed the unused build dependency on libplexus-maven-plugin-java + * Moved the package under the Java Team umbrella + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Sat, 24 Nov 2018 00:38:45 +0100 + oauth-signpost (1.2.1.2-1.5) unstable; urgency=medium * Non-maintainer upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -1,34 +1,29 @@ Source: oauth-signpost Section: java Priority: optional -Maintainer: David Paleino <[email protected]> +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: David Paleino <[email protected]> Build-Depends: - debhelper (>= 9) - , default-jdk - , maven-debian-helper -Build-Depends-Indep: - libplexus-maven-plugin-java - , libmaven-antrun-plugin-java - , libmaven-install-plugin-java - , libmaven-resources-plugin-java (>= 2.3) - , libhttpclient-java (>= 4.0.1) - , libhttpcore-java (>= 4.0.1) - , junit4 - , libmockito-java (>= 1.8.5+ds1-2~) - , libhamcrest-java -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/collab-maint/oauth-signpost.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/oauth-signpost.git + debhelper (>= 11), + default-jdk, + junit4, + libhamcrest-java, + libhttpclient-java (>= 4.0.1), + libhttpcore-java (>= 4.0.1), + libmaven-antrun-plugin-java, + libmaven-install-plugin-java, + libmaven-resources-plugin-java (>= 2.3), + libmockito-java (>= 1.8.5+ds1-2~), + maven-debian-helper +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/oauth-signpost.git +Vcs-Browser: https://salsa.debian.org/java-team/oauth-signpost Homepage: https://github.com/mttkay/signpost Package: liboauth-signpost-java Architecture: all -Depends: - ${java:Depends} - , ${misc:Depends} - , libcommons-codec-java -Recommends: - libhttpclient-java +Depends: ${misc:Depends}, ${java:Depends}, libcommons-codec-java +Recommends: libhttpclient-java Description: simple OAuth message signing for Java Signpost is an easy and intuitive solution for signing HTTP messages on the Java platform in conformance with the OAuth Core 1.0a standard. Signpost ===================================== debian/rules ===================================== @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ override_dh_auto_build: dh_auto_build -- install View it on GitLab: https://salsa.debian.org/java-team/oauth-signpost/compare/34073bae3016eb10d5a029875039b9bca0baa4c8...781ee00bbfe6cf2dcaf3566c646ab605815ad7d4 -- View it on GitLab: https://salsa.debian.org/java-team/oauth-signpost/compare/34073bae3016eb10d5a029875039b9bca0baa4c8...781ee00bbfe6cf2dcaf3566c646ab605815ad7d4 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

