[Git][java-team/string-template-maven-plugin][master] 6 commits: Acknowledge NMU.
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Wed Sep 6 07:40:58 BST 2023
Andrius Merkys pushed to branch master at Debian Java Maintainers / string-template-maven-plugin
Commits:
7a6b57fc by Andrius Merkys at 2023-09-06T01:55:43-04:00
Acknowledge NMU.
- - - - -
36601cd8 by Andrius Merkys at 2023-09-06T01:58:26-04:00
Fix watch file.
- - - - -
24bd4c69 by Andrius Merkys at 2023-09-06T01:58:57-04:00
Update debian/copyright.
- - - - -
3bccb7e1 by Andrius Merkys at 2023-09-06T01:59:12-04:00
Wrap and sort.
- - - - -
20eecad6 by Andrius Merkys at 2023-09-06T02:04:59-04:00
Switch to my Debian email address.
- - - - -
c7a1c0e7 by Andrius Merkys at 2023-09-06T02:05:24-04:00
Update changelog for 1.1-2 release
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,25 @@
-string-template-maven-plugin (1.1-2) UNRELEASED; urgency=medium
+string-template-maven-plugin (1.1-2) unstable; urgency=medium
+ [ Debian Janitor ]
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
- -- Debian Janitor <janitor at jelmer.uk> Fri, 28 Oct 2022 03:06:49 -0000
+ [ Andrius Merkys ]
+ * Fix watch file.
+ * Update debian/copyright.
+ * Wrap and sort.
+ * Switch to my Debian email address.
+
+ -- Andrius Merkys <merkys at debian.org> Wed, 06 Sep 2023 02:05:16 -0400
+
+string-template-maven-plugin (1.1-1.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Tue, 29 Dec 2020 14:38:33 +0100
string-template-maven-plugin (1.1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -2,7 +2,8 @@ Source: string-template-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrius Merkys <andrius.merkys at gmail.com>
+Uploaders:
+ Andrius Merkys <merkys at debian.org>,
Build-Depends:
debhelper-compat (= 13),
libmaven-resolver-java,
@@ -10,7 +11,7 @@ Build-Depends:
libmojo-executor-java,
libplexus-component-metadata-java,
libstringtemplate4-java,
- maven-debian-helper
+ maven-debian-helper,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/java-team/string-template-maven-plugin
Vcs-Git: https://salsa.debian.org/java-team/string-template-maven-plugin.git
@@ -18,7 +19,9 @@ Homepage: https://kevinbirch.github.io/string-template-maven-plugin
Package: libstring-template-maven-plugin-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends},
Description: StringTemplate Maven Plugin
This plugin allows one to execute StringTemplate template files during a Maven
build. The values for templates can come from static declarations or from a
=====================================
debian/copyright
=====================================
@@ -1,15 +1,16 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: StringTemplate Maven Plugin
Source: https://github.com/kevinbirch/string-template-maven-plugin
-Files-Excluded: .idea
- *.iml
+Files-Excluded:
+ .idea
+ *.iml
Files: *
Copyright: 2011-2013, Kevin Birch <kmb at pobox.com>
License: MIT
Files: debian/*
-Copyright: 2018, Andrius Merkys <andrius.merkys at gmail.com>
+Copyright: 2018-2023, Andrius Merkys <merkys at debian.org>
License: MIT
License: MIT
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts=repack,compression=xz \
-https://github.com/kevinbirch/string-template-maven-plugin/tags .*/archive/string-template-maven-plugin-([\d\.]+).tar.gz
+opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE at -$1$2%,repack,compression=xz" \
+ https://github.com/kevinbirch/string-template-maven-plugin/tags \
+ (?:.*?/)?string-template-maven-plugin- at ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/java-team/string-template-maven-plugin/-/compare/dc5d28c73dd2884422836266c089b765f5ed3d15...c7a1c0e750242a33e753fa5532dadebb4a78a71b
--
View it on GitLab: https://salsa.debian.org/java-team/string-template-maven-plugin/-/compare/dc5d28c73dd2884422836266c089b765f5ed3d15...c7a1c0e750242a33e753fa5532dadebb4a78a71b
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/20230906/80112ee7/attachment.htm>
More information about the pkg-java-commits
mailing list