This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-sec-dispatcher.
commit bf3426da920138070c3160daf164efc578e37942 Author: Ludovic Claude <[email protected]> Date: Fri Sep 4 20:46:30 2009 +0000 Add version contraint on Build-Depends for libplexus-container-default-java (Closes: #541954) --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b8342d..d36728a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-sec-dispatcher (1.3.1-4) unstable; urgency=low + + * Add version contraint on Build-Depends for + libplexus-container-default-java (Closes: #541954) + + -- Ludovic Claude <[email protected]> Fri, 04 Sep 2009 21:37:51 +0100 + plexus-sec-dispatcher (1.3.1-3) unstable; urgency=low * Bump up Standards-Version to 3.8.3, no change diff --git a/debian/control b/debian/control index e12b152..c426a5c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 6), cdbs, default-jdk, quilt Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, libmodello-java (>= 1.0.1), - libplexus-utils-java, libplexus-container-default-java, libplexus-cipher-java + libplexus-utils-java, libplexus-container-default-java (>= 1.0-alpha-9-stable-1-3), libplexus-cipher-java Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-sec-dispatcher Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-sec-dispatcher/ @@ -15,7 +15,7 @@ Homepage: http://www.sonatype.org/ Package: libplexus-sec-dispatcher-java Architecture: all Depends: ${misc:Depends}, libplexus-utils-java, - libplexus-container-default-java, libplexus-cipher-java + libplexus-container-default-java (>= 1.0-alpha-9-stable-1-3), libplexus-cipher-java Description: Plexus Security Dispatcher Component used by Maven The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-sec-dispatcher.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

