This is an automated email from the git hooks/post-receive script. praveen pushed a commit to branch master in repository libjopendocument-java.
commit d728d6f1c5adeb133693ee326b3d4693fab79d2e Author: Praveen Arimbrathodiyil <[email protected]> Date: Sat Jun 14 15:17:56 2014 +0530 update description, dependencies, url, vcs --- debian/control | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 0097293..af55d94 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,27 @@ Source: libjopendocument-java -Section: unknown +Section: java Priority: optional Maintainer: Pirate Praveen <[email protected]> -Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.4 -Homepage: <insert the upstream URL, if relevant> -#Vcs-Git: git://git.debian.org/collab-maint/libjopendocument-java.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/libjopendocument-java.git;a=summary +Build-Depends: debhelper (>= 8.0.0), javahelper, ant, openjdk-6-jdk, junit4, + libitext-java +Standards-Version: 3.9.5 +Homepage: http://www.jopendocument.org/ +Vcs-Git: git://anonscm.debian.org/pkg-java/libjopendocument-java.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjopendocument-java.git;a=summary Package: libjopendocument-java -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Description: pure Java library for OASIS Open Document files manipulation + jOpenDocument is a free library for developers looking to use Open Document + files without OpenOffice.org. + . + You can automate the document creation and manipulation process. You can use + jOpenDocument to: + . + - Generate dynamic documents from Java, XML or databases + - Display and print files with built-in viewers + - Split, concatenate, and manipulate pages + - Automate filling out of template (created by OpenOffice or not) + - Use your preferred language via standard ScriptEngine interface + - And much more... -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjopendocument-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

