This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit 02f16e367e9cf13613031b0d6d418e53d91a478c Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 18 17:02:48 2018 +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 bd6b15f..e706385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ sqlline (1.0.2-6) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.4 * Switch to debhelper level 11 + * Changed the Priority from extra to optional -- Emmanuel Bourg <[email protected]> Wed, 18 Apr 2018 14:23:04 +0200 diff --git a/debian/control b/debian/control index 33ee581..b52f74b 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: sqlline Section: java -Priority: extra +Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sqlline.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

