Bdale Garbee pushed to branch master at Debian Java Maintainers / infomas-asl
Commits: b843d1ba by Janitor at 2023-06-12T15:28:52+00:00 Fix some issues reported by lintian - - - - - 2f19503f by Bdale Garbee at 2023-06-12T15:28:53+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request java-team/infomas-asl!3 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +infomas-asl (3.0.5-3) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Use secure URI in Homepage field. + * Update standards version to 4.6.1, no changes needed. + * Update standards version to 4.6.2, no changes needed. + + -- Debian Janitor <[email protected]> Tue, 13 Dec 2022 11:17:42 -0000 + infomas-asl (3.0.5-2) unstable; urgency=medium * let package build on autobuilders so it can promote to testing ===================================== debian/control ===================================== @@ -5,10 +5,10 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Bdale Garbee <[email protected]> Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-bundle-plugin-java, libjboss-vfs-java -Standards-Version: 4.5.0 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/infomas-asl.git Vcs-Browser: https://salsa.debian.org/java-team/infomas-asl -Homepage: http://rmuller.github.io/infomas-asl/annotation-detector/ +Homepage: https://rmuller.github.io/infomas-asl/annotation-detector/ Package: libinfomas-asl-java Architecture: all @@ -17,8 +17,7 @@ Suggests: ${maven:OptionalDepends} Description: INFOMAS ASL Annotation Detector Annotation detector library from XIAM Solutions B.V. . - This library can be used to scan (part of) the class path for annotated - classes, methods or instance variables. Main advantages of this library - compared with similar solutions are: light weight (no dependencies, simple + This library can be used to scan (part of) the class path for annotated + classes, methods or instance variables. Main advantages of this library + compared with similar solutions are: light weight (no dependencies, simple API, small jar file) and very fast. - ===================================== debian/rules ===================================== @@ -2,4 +2,3 @@ %: dh $@ - View it on GitLab: https://salsa.debian.org/java-team/infomas-asl/-/compare/810d0a1073e584fd01a6dae9869f73be7af5e8cf...2f19503fa06a162c1d2c6089b5638e511f7b2bde -- View it on GitLab: https://salsa.debian.org/java-team/infomas-asl/-/compare/810d0a1073e584fd01a6dae9869f73be7af5e8cf...2f19503fa06a162c1d2c6089b5638e511f7b2bde 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

