This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository batik.
commit 496f86b5bb51eba0a18b37522e4c356da9347363 Author: Christopher Hoskin <[email protected]> Date: Mon Sep 4 06:59:33 2017 +0100 Remove unnecessary greater-than versioned dependencies from debian/control --- debian/changelog | 5 +++-- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50239dd..ed15e81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -batik (1.9-1) UNRELEASED; urgency=medium +batik (1.9-1) unstable; urgency=medium * Team upload. * Moved the package to Git @@ -23,8 +23,9 @@ batik (1.9-1) UNRELEASED; urgency=medium * Remove bug805469.patch (fixed upstream http://svn.apache.org/viewvc?view=revision&revision=1687506) * Update debian/copyright + * Remove unnecessary greater-than versioned dependencies from debian/control - -- Christopher Hoskin <[email protected]> Sun, 03 Sep 2017 16:39:56 +0100 + -- Christopher Hoskin <[email protected]> Mon, 04 Sep 2017 06:57:58 +0100 batik (1.8-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3c66a96..ce810ec 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/batik.git Package: libbatik-java Architecture: all -Depends: java-wrappers (>= 0.1.12), +Depends: java-wrappers, libbsf-java, libcommons-io-java, libcommons-logging-java, @@ -32,7 +32,7 @@ Depends: java-wrappers (>= 0.1.12), libxml-commons-external-java, libxmlgraphics-commons-java (>= 2.0.1), ${misc:Depends} -Recommends: default-jre, fop (>= 1:0.94), rhino +Recommends: default-jre, fop, rhino Breaks: elki (<= 0.6.5), libfop-java (<< 2.0) Description: xml.apache.org SVG Library -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/batik.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

