Bdale Garbee pushed to branch master at Debian Java Maintainers / jboss-vfs
Commits: 08840a37 by Janitor at 2023-06-12T15:49:48+00:00 Fix some issues reported by lintian - - - - - 8f84e52c by Bdale Garbee at 2023-06-12T15:49:48+00:00 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request java-team/jboss-vfs!1 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jboss-vfs (3.2.15.Final-3) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Use secure URI in Homepage field. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <[email protected]> Thu, 22 Dec 2022 12:43:14 -0000 + jboss-vfs (3.2.15.Final-2) unstable; urgency=medium * get package to build on autobuilders so it can promote to testing @@ -10,4 +18,3 @@ jboss-vfs (3.2.15.Final-1) unstable; urgency=medium for assistance in getting this done! -- Bdale Garbee <[email protected]> Thu, 26 Nov 2020 18:17:12 -0500 - ===================================== 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: libjboss-logging-java, libjboss-logging-tools-java -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/jboss-vfs.git Vcs-Browser: https://salsa.debian.org/java-team/jboss-vfs -Homepage: http://www.jboss.org +Homepage: https://www.jboss.org Package: libjboss-vfs-java Architecture: all @@ -16,4 +16,3 @@ Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends} Description: JBoss VFS The JBoss Virtual File System library. - ===================================== debian/rules ===================================== @@ -2,4 +2,3 @@ %: dh $@ - View it on GitLab: https://salsa.debian.org/java-team/jboss-vfs/-/compare/a2ebdfc1c863a0387d1601ff5413038d74ef4521...8f84e52c83d1758c043f785f5e1b0ab4f34a32ae -- View it on GitLab: https://salsa.debian.org/java-team/jboss-vfs/-/compare/a2ebdfc1c863a0387d1601ff5413038d74ef4521...8f84e52c83d1758c043f785f5e1b0ab4f34a32ae 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

