This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mavibot.
commit 657ad3c56ae4f611833de358c9e90f32e420acd9 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 21 09:38:55 2016 +0100 Dropped the Maven 2 compatibility --- debian/changelog | 6 ++++++ debian/control | 1 - debian/patches/01-maven2-compatibility.patch | 16 ---------------- debian/patches/series | 2 -- 4 files changed, 6 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21bf550..dd1bd82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mavibot (1.0.0~M1-2) UNRELEASED; urgency=medium + + * Dropped the Maven 2 compatibility + + -- Emmanuel Bourg <[email protected]> Mon, 21 Nov 2016 09:37:58 +0100 + mavibot (1.0.0~M1-1) unstable; urgency=medium * Initial release (Closes: #789863) diff --git a/debian/control b/debian/control index 50b16cd..fea27e0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: cdbs, libcommons-collections3-java, libcommons-io-java, liblog4j1.2-java (>= 1.2.17), - libmaven-compiler-plugin-2.5-java, libslf4j-java, maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 diff --git a/debian/patches/01-maven2-compatibility.patch b/debian/patches/01-maven2-compatibility.patch deleted file mode 100644 index a401d16..0000000 --- a/debian/patches/01-maven2-compatibility.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Remove the Maven 3 prerequisite -Author: Emmanuel Bourg <[email protected]> -Forwarded: not-needed -diff --git a/pom.xml b/pom.xml -index 04acadc..78986bd 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -38,7 +38,7 @@ - <packaging>pom</packaging> - - <prerequisites> -- <maven>3.0.0</maven> -+ <maven>2.2.1</maven> - </prerequisites> - - <url>http://directory.apache.org/mavibot</url> diff --git a/debian/patches/series b/debian/patches/series index 693237a..28e617f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1 @@ -01-maven2-compatibility.patch - 02-test-compatibility.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mavibot.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

