This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit 67d9f2c3afec628bfddfc870dc1306f46889a6db Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 3 11:26:36 2013 +0200 The API changes break the compatibility with maven-debian-helper (<= 1.6.5) --- debian/changelog | 6 ++++-- debian/control | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a70068..0d21784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ maven-repo-helper (1.8.5) unstable; urgency=low - * Added several methods to org.debian.maven.repo.Dependency to check - the type of the artifact + * Added several methods to org.debian.maven.repo.Dependency to check + the type of the artifact + * Removed the no longer used Preconditions class + * The API changes break the compatibility with maven-debian-helper (<= 1.6.5) -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2013 12:19:05 +0200 diff --git a/debian/control b/debian/control index e44e20f..bb6ba58 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libstax-java Recommends: debhelper Suggests: maven-debian-helper -Breaks: maven-debian-helper (<= 1.5.1) +Breaks: maven-debian-helper (<= 1.6.5) Description: Helper tools for including Maven metadata in Debian packages Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

