This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jexcelapi.
commit 9ff6201da2ef605dfc994341f679b3eba95b45e9 Author: Emmanuel Bourg <[email protected]> Date: Mon Mar 26 02:25:16 2018 +0200 Wrap and sort --- debian/control | 18 ++++++++++++------ debian/copyright | 1 - 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 6c20773..879d0f4 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,20 @@ Source: jexcelapi Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk -Build-Depends-Indep: jflex, maven-repo-helper +Uploaders: + Torsten Werner <[email protected]>, + Damien Raude-Morvan <[email protected]> +Build-Depends: + ant, + cdbs, + debhelper (>= 7), + default-jdk, + jflex, + maven-repo-helper Standards-Version: 3.8.3 -Homepage: http://jexcelapi.sourceforge.net/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jexcelapi.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/jexcelapi.git +Homepage: http://jexcelapi.sourceforge.net Package: libjexcelapi-java Architecture: all @@ -22,7 +29,7 @@ Description: Java API to read, write and modify Excel spreadsheets This API allows non Windows operating systems to run pure Java applications which can both process and deliver Excel spreadsheets. Because it is Java, this API may be invoked from within a servlet, thus giving access to Excel - functionality over internet and intranet web applications. + functionality over internet and intranet web applications. Package: libjexcelapi-java-doc Architecture: all @@ -41,4 +48,3 @@ Description: Java API to read, write and modify Excel spreadsheets - documentati functionality over internet and intranet web applications. . This package contains API documentation (Javadoc) for Java Excel API. - diff --git a/debian/copyright b/debian/copyright index 9ee725d..f0c18a9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,4 +16,3 @@ License: LGPL-2.1+ License: LGPL-2.1+ On Debian systems, the complete text of the license can be found in `/usr/share/common-licenses/LGPL-2.1'. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jexcelapi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

