[Git][java-team/templating-maven-plugin][debian/sid] 7 commits: Improved year in d/copyright
Mechtilde Stehmann
gitlab at salsa.debian.org
Mon Nov 30 18:02:47 GMT 2020
Mechtilde Stehmann pushed to branch debian/sid at Debian Java Maintainers / templating-maven-plugin
Commits:
6d1e0c83 by Mechtilde at 2020-10-18T16:15:11+02:00
Improved year in d/copyright
- - - - -
07ad5e8e by Mechtilde at 2020-10-18T16:16:21+02:00
Bumped compat level to 13
- - - - -
3c6a4aa0 by Mechtilde at 2020-10-18T17:30:46+02:00
Added a better d/watch file
- - - - -
bd551210 by Mechtilde at 2020-10-18T20:49:19+02:00
added d/<packae name>.examples to install them to the right place
- - - - -
43ece6fe by Mechtilde at 2020-11-06T16:41:56+01:00
Improved d/watch
- - - - -
f2874257 by Mechtilde at 2020-11-06T16:42:42+01:00
Added buildsystem to d/rules
- - - - -
922c1761 by Mechtilde at 2020-11-06T18:05:45+01:00
Prepared for unstable release
- - - - -
7 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/templating-maven-plugin.examples
- + debian/templating-maven-plugin.install
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+templating-maven-plugin (1.0.0-1) unstable; urgency=medium
+
+ [ Mechtilde ]
+ * [6d1e0c8] Improved year in d/copyright
+ * [07ad5e8] Bumped compat level to 13
+ * [3c6a4aa] Added a better d/watch file
+ * [bd55121] added d/<packae name>.examples to install them to the right place
+ * [43ece6f] Improved d/watch
+ * [f287425] Added buildsystem to d/rules
+
+ -- Mechtilde Stehmann <mechtilde at debian.org> Fri, 06 Nov 2020 18:05:27 +0100
+
templating-maven-plugin (1.0.0-1~exp1) experimental; urgency=medium
[ Mechtilde Stehmann ]
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde at debian.org>
-Build-Depends: debhelper-compat (=12)
+Build-Depends: debhelper-compat (=13)
, default-jdk
, maven-debian-helper
, libmaven3-core-java
=====================================
debian/copyright
=====================================
@@ -3,7 +3,7 @@ Upstream-Name: templating-maven-plugin
Source: https://www.mojohaus.org/templating-maven-plugin/
Files: *
-Copyright: 2013 MojoHaus
+Copyright: 2013-2015 MojoHaus
License: Apache-2.0
Files: debian/*
=====================================
debian/rules
=====================================
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --buildsystem=maven
=====================================
debian/templating-maven-plugin.examples
=====================================
@@ -0,0 +1 @@
+src/site/apt/examples/* usr/share/doc/Paket/examples/
=====================================
debian/templating-maven-plugin.install
=====================================
@@ -0,0 +1 @@
+/usr/share/java
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts=filenamemangle=s/.*\/(\d\S+)\.tar\.gz/templating-maven-plugin-$1\.tar\.gz/ \
-https://github.com/mojohaus/templating-maven-plugin/releases/ .*/(\d\S+)\.tar\.gz
+opts=uversionmangle=s/-alpha/~alpha/;s/-Beta/~beta/;s/-rc/~rc/,\
+ filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/templating-maven-plugin-$1\.tar\.gz/ \
+ https://github.com/mojohaus/templating-maven-plugin/releases/ .*/(?:.*?)(\d[\d\.]*).*\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/templating-maven-plugin/-/compare/97550af68ea9cac585e5e408e65d4c7036c51f7e...922c17613ec0efac01a69a4860b811679d750d7f
--
View it on GitLab: https://salsa.debian.org/java-team/templating-maven-plugin/-/compare/97550af68ea9cac585e5e408e65d4c7036c51f7e...922c17613ec0efac01a69a4860b811679d750d7f
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/20201130/168cb904/attachment.html>
More information about the pkg-java-commits
mailing list