[Git][java-team/munge-maven-plugin][master] 10 commits: Fix Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Feb 13 20:02:21 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / munge-maven-plugin
Commits:
28e828e1 by Andreas Tille at 2025-02-13T20:53:06+01:00
Fix Homepage
- - - - -
23acccf1 by Andreas Tille at 2025-02-13T20:53:43+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
aa797d63 by Andreas Tille at 2025-02-13T20:56:30+01:00
Fix watch file
- - - - -
d503dadd by Andreas Tille at 2025-02-13T20:57:42+01:00
d/copyright: Fix links
- - - - -
2bb29233 by Andreas Tille at 2025-02-13T20:58:07+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
5312757d by Andreas Tille at 2025-02-13T20:58:07+01:00
debhelper-compat 13 (routine-update)
- - - - -
d6abf946 by Andreas Tille at 2025-02-13T20:58:27+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
a8a586d4 by Andreas Tille at 2025-02-13T20:58:27+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
b47cbdf6 by Andreas Tille at 2025-02-13T20:58:51+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
6d8ae517 by Andreas Tille at 2025-02-13T21:00:10+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+munge-maven-plugin (1.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Homepage
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * Fix watch file
+ * d/copyright: Fix links
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org> Thu, 13 Feb 2025 20:58:57 +0100
+
munge-maven-plugin (1.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,20 +1,23 @@
Source: munge-maven-plugin
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
-Build-Depends-Indep: junit (>= 3.8.1),
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper
+Build-Depends-Indep: junit,
libmaven-plugin-tools-java,
- libmaven3-core-java,
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/munge-maven-plugin.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/munge-maven-plugin.git
-Homepage: http://sonatype.github.com/munge-maven-plugin/
+ libmaven3-core-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/munge-maven-plugin
+Vcs-Git: https://salsa.debian.org/java-team/munge-maven-plugin.git
+Homepage: https://sonatype.github.io/munge-maven-plugin/
Package: libmunge-maven-plugin-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugin to pre-process Java code
The Munge Plugin for Maven provides mojos to munge (pre-process) Java code.
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Munge Maven Plugin
-Source: http://sonatype.github.com/munge-maven-plugin/
+Source: https://github.com/sonatype/munge-maven-plugin
Files: *
Copyright: Copyright 1997-2006 Sun Microsystems, Inc.
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-http://githubredir.debian.net/github/sonatype/munge-maven-plugin/munge-maven-plugin-(.*).tar.gz
\ No newline at end of file
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/sonatype/munge-maven-plugin/tags (?:.*?/)?munge-maven-plugin-(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/munge-maven-plugin/-/compare/328ff878f51fe32205c19b098ebcff98962d6c06...6d8ae517e6e996c52ef1ee4a4f5ded3f378ae41f
--
View it on GitLab: https://salsa.debian.org/java-team/munge-maven-plugin/-/compare/328ff878f51fe32205c19b098ebcff98962d6c06...6d8ae517e6e996c52ef1ee4a4f5ded3f378ae41f
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/1a84bfd0/attachment.htm>
More information about the pkg-java-commits
mailing list