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 <[email protected]>  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 <[email protected]>  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 <[email protected]>  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 
<[email protected]>
-Uploaders: Andrius Merkys <[email protected]>
+Uploaders:
+ Andrius Merkys <[email protected]>,
 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 <[email protected]>
 License: MIT
 
 Files: debian/*
-Copyright: 2018, Andrius Merkys <[email protected]>
+Copyright: 2018-2023, Andrius Merkys <[email protected]>
 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@-$1$2%,repack,compression=xz"
 \
+ https://github.com/kevinbirch/string-template-maven-plugin/tags \
+ (?:.*?/)?string-template-maven-plugin-@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.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to