Emmanuel Bourg pushed to branch master at Debian Java Maintainers / uncommons-maths
Commits: c62b5eb1 by Emmanuel Bourg at 2018-07-30T22:36:05Z Wrap and sort - - - - - 1a8d4f30 by Emmanuel Bourg at 2018-07-30T22:36:45Z Standards-Version updated to 4.1.5 - - - - - f150f299 by Emmanuel Bourg at 2018-07-30T22:36:55Z Switch to debhelper level 11 - - - - - b3046a2b by Emmanuel Bourg at 2018-07-30T22:37:02Z Use salsa.debian.org Vcs-* URLs - - - - - 266488d6 by Emmanuel Bourg at 2018-07-30T22:42:22Z Build depend on default-jdk only to fix the javadoc - - - - - 7e5e11b3 by Emmanuel Bourg at 2018-07-30T22:42:51Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +uncommons-maths (1.2.3-2) unstable; urgency=medium + + * Team upload. + * Build depend on default-jdk only to fix the javadoc + * Standards-Version updated to 4.1.5 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Tue, 31 Jul 2018 00:42:43 +0200 + uncommons-maths (1.2.3-1) unstable; urgency=medium * Initial release (Closes: #833998) ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 \ No newline at end of file +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,15 +3,16 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Kai-Chung Yan <[email protected]> -Build-Depends: debhelper (>= 9), - default-jdk-doc, - default-jdk-headless | default-jdk, - gradle-debian-helper, - javahelper, - maven-repo-helper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/uncommons-maths.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/uncommons-maths.git +Build-Depends: + debhelper (>= 11~), + default-jdk-doc, + default-jdk, + gradle-debian-helper, + javahelper, + maven-repo-helper +Standards-Version: 4.1.5 +Vcs-Git: https://salsa.debian.org/java-team/uncommons-maths.git +Vcs-Browser: https://salsa.debian.org/java-team/uncommons-maths Homepage: http://maths.uncommons.org Package: libuncommons-maths-java ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,3 @@ override_dh_auto_build: override_dh_auto_clean: dh_auto_clean $(RM) -r debian/.gradle - -get-orig-source: - uscan --download-current-version --force-download --repack --compression xz \ No newline at end of file ===================================== debian/watch ===================================== --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=4 -https://github.com/dwdyer/uncommons-maths/tags /dwdyer/uncommons-maths/archive/Release@[email protected] \ No newline at end of file +opts="repack,compression=xz" \ +https://github.com/dwdyer/uncommons-maths/tags /dwdyer/uncommons-maths/archive/Release@[email protected] View it on GitLab: https://salsa.debian.org/java-team/uncommons-maths/compare/f2a743942600efce0e427da0a4377f4b1f1e1e93...7e5e11b3399c6fe6f0add0ee0410b12b19d6a71b -- View it on GitLab: https://salsa.debian.org/java-team/uncommons-maths/compare/f2a743942600efce0e427da0a4377f4b1f1e1e93...7e5e11b3399c6fe6f0add0ee0410b12b19d6a71b 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

