Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jssc
Commits: fa0dab88 by Emmanuel Bourg at 2019-07-29T11:05:33Z Fixed a build failure caused by a regression in jh_build argument parsing - - - - - 17e0078e by Emmanuel Bourg at 2019-07-29T11:07:25Z Standards-Version updated to 4.4.0 - - - - - 784bd2e0 by Emmanuel Bourg at 2019-07-29T11:07:31Z Switch to debhelper level 11 - - - - - 6e29fac5 by Emmanuel Bourg at 2019-07-29T11:07:31Z Use salsa.debian.org Vcs-* URLs - - - - - ca2505ea by Emmanuel Bourg at 2019-07-29T11:09:30Z Properly clean the .so file generated - - - - - 70687235 by Emmanuel Bourg at 2019-07-29T11:11:26Z Marked the native libraries to be excluded from the upstream tarball - - - - - 35099c52 by Emmanuel Bourg at 2019-07-29T11:14:18Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/clean - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +jssc (2.8.0-2) unstable; urgency=medium + + * Team upload. + * Fixed a build failure caused by a regression in jh_build argument parsing + * Standards-Version updated to 4.4.0 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + * Properly clean the .so file generated + * Marked the native libraries to be excluded from the upstream tarball + + -- Emmanuel Bourg <[email protected]> Mon, 29 Jul 2019 13:14:05 +0200 + jssc (2.8.0-1) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -1 +1 @@ -libjSSC-2.6.so +libjSSC-*.so ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -3,11 +3,11 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Scott Howard <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43) -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 11), default-jdk, javahelper (>= 0.43) +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/java-team/jssc +Vcs-Git: https://salsa.debian.org/java-team/jssc.git Homepage: https://github.com/scream3r/java-simple-serial-connector -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jssc.git -Vcs-Git: https://anonscm.debian.org/git/pkg-java/jssc.git Package: libjssc-java Architecture: any ===================================== debian/copyright ===================================== @@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Java Simple Serial Connector (jSSC) Upstream-contact: Alexey Sokolov <[email protected]> Source: https://github.com/scream3r/java-simple-serial-connector +Files-Excluded: src/java/libs/* Files: * Copyright: 2010-2013 Alexey Sokolov <[email protected]> ===================================== debian/rules ===================================== @@ -18,7 +18,4 @@ override_dh_installchangelogs: dh_installchangelogs -k README.txt override_jh_build: - jh_build -o"-source 1.6 -target 1.6 -encoding UTF-8" --javadoc-opts="-source 1.6 -encoding UTF-8" - -get-orig-source: - uscan --download-current-version --rename + jh_build -o "-source 1.6 -target 1.6 -encoding UTF-8" --javadoc-opts="-source 1.6 -encoding UTF-8" View it on GitLab: https://salsa.debian.org/java-team/jssc/compare/4cd138eba01e3f64f9c1dbc3fcdcd42c01c91267...35099c529601af01925efcb8eaa7c6228d64aedc -- View it on GitLab: https://salsa.debian.org/java-team/jssc/compare/4cd138eba01e3f64f9c1dbc3fcdcd42c01c91267...35099c529601af01925efcb8eaa7c6228d64aedc 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

