This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-export.
commit ca334417771eea835fae1b9c308b30af3782d0d6 Author: Giovanni Mascellani <[email protected]> Date: Mon Oct 30 10:36:30 2017 +0100 Do not require a specific libexec-maven-plugin-java version. --- debian/changelog | 5 +++++ debian/maven.rules | 1 - ...rsion-information-for-plugin-libexec-maven-.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e6e38db..4b8cee6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ freehep-export (2.1.1-4) UNRELEASED; urgency=medium + [ tony mancill ] * Team upload. * Remove Gabriele Giacone from Uploaders (Closes: #856742) + [ Giovanni Mascellani ] + * Do not request a specific libexec-maven-plugin-java version (closes: + #879258). + -- tony mancill <[email protected]> Sat, 22 Apr 2017 20:40:42 -0700 freehep-export (2.1.1-3) unstable; urgency=medium diff --git a/debian/maven.rules b/debian/maven.rules deleted file mode 100644 index 2223ad7..0000000 --- a/debian/maven.rules +++ /dev/null @@ -1 +0,0 @@ -org.codehaus.mojo exec-maven-plugin maven-plugin s/.*/1.1.1/ * diff --git a/debian/patches/0002-Remove-version-information-for-plugin-libexec-maven-.patch b/debian/patches/0002-Remove-version-information-for-plugin-libexec-maven-.patch new file mode 100644 index 0000000..1873cbf --- /dev/null +++ b/debian/patches/0002-Remove-version-information-for-plugin-libexec-maven-.patch @@ -0,0 +1,20 @@ +From: Giovanni Mascellani <[email protected]> +Date: Mon, 30 Oct 2017 12:10:08 +0100 +Subject: Remove version information for plugin libexec-maven-plugin-java. + +--- + pom.xml | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/pom.xml b/pom.xml +index 2e53795..101ffca 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -43,7 +43,6 @@ + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> +- <version>1.0.2</version> + <executions> + <execution> + <goals> diff --git a/debian/patches/series b/debian/patches/series index 81c78f0..fd06b0d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ classpath.diff +0002-Remove-version-information-for-plugin-libexec-maven-.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-export.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

