This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository checkstyle.
commit 7ff78400eb08861f85a820ba0f81deb4d0309f1a Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 24 09:06:59 2015 +0100 Added a patch removing the prereq on Maven 3 --- debian/changelog | 3 ++- debian/patches/03_remove_maven3_prereq.diff | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14d9a58..1f43e73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ checkstyle (6.12.1-1) UNRELEASED; urgency=medium * New upstream release - * Refreshed the patches + - Added a patch removing the prereq on Maven 3 + - Refreshed the patches -- Emmanuel Bourg <[email protected]> Thu, 21 May 2015 14:34:06 +0200 diff --git a/debian/patches/03_remove_maven3_prereq.diff b/debian/patches/03_remove_maven3_prereq.diff new file mode 100644 index 0000000..41efec8 --- /dev/null +++ b/debian/patches/03_remove_maven3_prereq.diff @@ -0,0 +1,14 @@ +Description: Remove the prerequisite on Maven 3 +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -162,7 +162,7 @@ + </mailingLists> + + <prerequisites> +- <maven>3.0.1</maven> ++ <maven>2.2.1</maven> + </prerequisites> + + <scm> diff --git a/debian/patches/series b/debian/patches/series index 8ff4486..0de757a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01_link_to_system_javadocs.diff 02_ignore_tests_requiring_internet_connectivity.diff +03_remove_maven3_prereq.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/checkstyle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

