Tony Mancill pushed to branch master at Debian Java Maintainers / 
libcommons-collections3-java


Commits:
cc6288db by Debian Janitor at 2022-12-21T09:59:36+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
26fea246 by Debian Janitor at 2022-12-21T09:59:37+00:00
Use secure copyright file specification URI.

Changes-By: lintian-brush
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html

- - - - -
f149766a by Debian Janitor at 2022-12-21T09:59:38+00:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
d310dae7 by Debian Janitor at 2022-12-21T09:59:41+00:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
a6c7effb by Debian Janitor at 2022-12-21T09:59:43+00:00
Bump debhelper from old 11 to 13.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
72a06889 by Debian Janitor at 2022-12-21T09:59:43+00:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
279e5421 by Tony Mancill at 2024-01-25T06:20:57+00:00
Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request java-team/libcommons-collections3-java!1
- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libcommons-collections3-java (3.2.2-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <jani...@jelmer.uk>  Wed, 21 Dec 2022 09:59:36 -0000
+
 libcommons-collections3-java (3.2.2-2) unstable; urgency=medium
 
   * Fixed the build failure with Java 11 (Closes: #912515)
@@ -76,7 +87,7 @@ libcommons-collections3-java (3.2.1-3) experimental; 
urgency=low
   * Use mh_installpom and mh_installjar to install the POM and the jar to the
     Maven repository
   * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven 
+  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven
     build, use quilt
   * Fix Lintian warning: Remove full text of Apache license
 
@@ -155,7 +166,7 @@ libcommons-collections3-java (3.1a-2) unstable; urgency=low
  -- Wolfgang Baer <wb...@gmx.de>  Fri,  6 Jan 2006 19:53:47 +0100
 
 libcommons-collections3-java (3.1a-1) unstable; urgency=low
-  
+
   * Moved package to pkg-java-maintainers
   * Cleaned upstream tarball which contained the debian
     directory and all file after a build - added an 'a'
@@ -167,7 +178,7 @@ libcommons-collections3-java (3.1a-1) unstable; urgency=low
   * Build apidocs and register with doc-base
   * Drop gjdoc patch - not needed anymore
   * Added myself to uploaders
-  * Standards-Version 3.6.2 (no changes)  
+  * Standards-Version 3.6.2 (no changes)
 
  -- Wolfgang Baer <wb...@gmx.de>  Sun, 25 Sep 2005 02:44:13 +0200
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders:
 Build-Depends:
  ant,
  ant-optional,
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  default-jdk-doc,
  junit,
@@ -16,7 +16,7 @@ Build-Depends:
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/libcommons-collections3-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libcommons-collections3-java
-Homepage: http://commons.apache.org/collections/
+Homepage: https://commons.apache.org/collections/
 
 Package: libcommons-collections3-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Commons Collections
 Upstream-Contact: Apache Commons Developers <d...@commons.apache.org>
 Source: http://commons.apache.org/collections/


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://www.apache.org/dist/commons/collections/source/ 
commons-collections-([\d\.]+)-src.tar.gz debian debian/orig-tar.sh



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/4b55db01d7d6b5ab586a649685267d4bbd6ba83e...279e54214cfb5cc15e755c08887aa217d1a13d53

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-collections3-java/-/compare/4b55db01d7d6b5ab586a649685267d4bbd6ba83e...279e54214cfb5cc15e755c08887aa217d1a13d53
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to