This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jericho-html.
commit 24cd9f8c7286130d25a0a1a8c75657bd5e970fec Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 3 11:28:34 2018 +0100 Wrap and sort --- debian/control | 19 ++++++++++++++----- debian/copyright | 1 - 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 882e1f7..81a9627 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,23 @@ Source: jericho-html Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Varun Hiremath <[email protected]>, Michael Koch <[email protected]> -Build-Depends: cdbs, debhelper (>= 10), ant, default-jdk -Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java, javahelper +Uploaders: + Torsten Werner <[email protected]>, + Varun Hiremath <[email protected]>, + Michael Koch <[email protected]> +Build-Depends: + ant, + cdbs, + debhelper (>= 10), + default-jdk, + javahelper, + libcommons-logging-java, + liblog4j1.2-java, + libslf4j-java Standards-Version: 4.1.3 -Homepage: http://jerichohtml.sourceforge.net Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jericho-html.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/jericho-html.git +Homepage: http://jerichohtml.sourceforge.net Package: libjericho-html-java Architecture: all @@ -20,4 +30,3 @@ Description: Java based library for HTML Parsing unrecognised or invalid HTML. . It also provides high-level HTML form manipulation functions. - diff --git a/debian/copyright b/debian/copyright index 34fec7b..c328e18 100644 --- a/debian/copyright +++ b/debian/copyright @@ -24,4 +24,3 @@ Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Torsten Werner <[email protected]> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

