This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit 47cb5933ae60159ed127e2a0af777b59e146f3eb Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 5 01:03:58 2016 +0200 Changed the priority from extra to optional --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2c031f3..bdce195 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libspring-java (4.0.9-2) UNRELEASED; urgency=medium libibatis-java, libjboss-vfs-java, ivy and spring-build-scripts * Removed the unused suggested dependency on libcommons-httpclient-java for libspring-web-java (Closes: #801003) + * Changed the priority from extra to optional -- Emmanuel Bourg <[email protected]> Mon, 04 Apr 2016 19:36:46 +0200 diff --git a/debian/control b/debian/control index 9a24729..581d936 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libspring-java Section: java -Priority: extra +Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]>, Miguel Landaeta <[email protected]> Build-Depends: debhelper (>= 9), default-jdk (>= 1:1.6), gradle (>= 1.7), gradle-debian-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

