[Git][java-team/infomas-asl][master] 2 commits: Fix some issues reported by lintian
Bdale Garbee (@bdale)
gitlab at salsa.debian.org
Mon Jun 12 16:28:57 BST 2023
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 <janitor at jelmer.uk> 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 <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Bdale Garbee <bdale at gag.com>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230612/7401ff9c/attachment.htm>
More information about the pkg-java-commits
mailing list