[Git][java-team/maven-file-management][master] 13 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 13 17:32:44 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / maven-file-management


Commits:
dc3c088b by Andreas Tille at 2025-02-13T18:16:33+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
4e3c3a0e by Andreas Tille at 2025-02-13T18:16:53+01:00
Drop redundant debian/README.source

- - - - -
0dc4bdd4 by Andreas Tille at 2025-02-13T18:17:25+01:00
Secure URI in Homepage

- - - - -
ec346ed0 by Andreas Tille at 2025-02-13T18:17:59+01:00
Secure URI in watch file

- - - - -
088b1f05 by Andreas Tille at 2025-02-13T18:18:10+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
4573034c by Andreas Tille at 2025-02-13T18:18:10+01:00
debhelper-compat 13 (routine-update)

- - - - -
16cb97b4 by Andreas Tille at 2025-02-13T18:22:05+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
eecc4586 by Andreas Tille at 2025-02-13T18:22:05+01:00
Secure URI in copyright format (routine-update)

- - - - -
ced09c43 by Andreas Tille at 2025-02-13T18:22:05+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
1ec62daa by Andreas Tille at 2025-02-13T18:22:05+01:00
Remove trailing whitespace in debian/changelog (routine-update)

- - - - -
6e102b30 by Andreas Tille at 2025-02-13T17:22:06+00:00
Trim trailing whitespace.

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

- - - - -
16829026 by Andreas Tille at 2025-02-13T18:22:42+01:00
Use versioned copyright format URI.

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

- - - - -
f03ef223 by Andreas Tille at 2025-02-13T18:25:46+01:00
Upload to unstable

- - - - -


7 changed files:

- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about maven-file-management
-------------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+maven-file-management (3.0.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Drop redundant debian/README.source
+  * Secure URI in Homepage
+  * Secure URI in watch file
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Trim trailing whitespace.
+  * Use versioned copyright format URI.
+
+ -- Andreas Tille <tille at debian.org>  Thu, 13 Feb 2025 18:22:47 +0100
+
 maven-file-management (3.0.0-1) unstable; urgency=medium
 
   * Team upload.
@@ -39,7 +57,7 @@ maven-file-management (1.2.1-1) experimental; urgency=low
   * Add a Build-Depends-Indep dependency on maven-repo-helper
   * Add a Build-Depends on quilt as we need to patch files.mdo to generate
     the xsd document
-  * Depend on libplexus-container-default-java instead of 
+  * Depend on libplexus-container-default-java instead of
     libplexus-containers-java as the version match
   * Replace Depend on maven2 by libmaven2-core-java
   * Use mh_installpom and mh_installjar to install the POM and the jar to the


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


=====================================
debian/control
=====================================
@@ -1,30 +1,29 @@
 Source: maven-file-management
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>,
+           Ludovic Claude <ludovic.claude at laposte.net>
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Torsten Werner <twerner at debian.org>,
- Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- default-jdk-doc,
- junit4,
- libmaven-javadoc-plugin-java,
- libmaven-shared-io-java,
- libmaven3-core-java,
- libmodello-maven-plugin-java,
- libplexus-utils-java,
- libplexus-utils-java-doc,
- maven-debian-helper (>= 2.2)
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-file-management.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-file-management.git
-Homepage: http://maven.apache.org/shared/file-management/
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               default-jdk-doc,
+               junit4,
+               libmaven-javadoc-plugin-java,
+               libmaven-shared-io-java,
+               libmaven3-core-java,
+               libmodello-maven-plugin-java,
+               libplexus-utils-java,
+               libplexus-utils-java-doc,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/maven-file-management
+Vcs-Git: https://salsa.debian.org/java-team/maven-file-management.git
+Homepage: https://maven.apache.org/shared/file-management/
 
 Package: libmaven-file-management-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libmaven-file-management-java-doc
 Description: Maven File Management API
@@ -49,7 +48,8 @@ Description: Maven File Management API
 Package: libmaven-file-management-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libmaven-file-management-java
 Description: Documentation for Maven File Management API


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven File Management API
 Upstream-Contact:  Joakim Erdfelt <joakim at erdfelt.com> as
 Source: http://maven.apache.org/shared/file-management/


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-http://svn.apache.org/repos/asf/maven/shared/tags/ \
+https://svn.apache.org/repos/asf/maven/shared/tags/ \
   file-management-(\d.*)/ debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/maven-file-management/-/compare/49c504f291e0a4ca28f752c5335a873947b42fb1...f03ef223bf0f955cec3572dd8e7f94fd46d81eb9

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-file-management/-/compare/49c504f291e0a4ca28f752c5335a873947b42fb1...f03ef223bf0f955cec3572dd8e7f94fd46d81eb9
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/20250213/ef513c78/attachment.htm>


More information about the pkg-java-commits mailing list