This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jexcelapi.
commit 8b3323c5d9b85d0c4fd7a918836e17cd36d20ffc Author: Damien Raude-Morvan <[email protected]> Date: Mon Nov 16 21:58:11 2009 +0000 * New libjexcelapi-java-doc package: - Install API Javadoc to /usr/share/doc/libjexcelapi-java/api/ --- debian/changelog | 6 ++++-- debian/control | 19 +++++++++++++++++++ debian/{doc-base => libjexcelapi-java-doc.doc-base} | 4 ++-- debian/{docs => libjexcelapi-java-doc.docs} | 1 - debian/libjexcelapi-java-doc.install | 1 + 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f960b84..c4044e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -jexcelapi (2.6.12-1) UNRELEASED; urgency=low +jexcelapi (2.6.12-1) unstable; urgency=low [ Thierry Carrez ] * debian/control: Minimal dependency on java2-runtime-headless @@ -6,6 +6,8 @@ jexcelapi (2.6.12-1) UNRELEASED; urgency=low [ Damien Raude-Morvan ] * New upstream release. + * New libjexcelapi-java-doc package: + - Install API Javadoc to /usr/share/doc/libjexcelapi-java/api/ * debian/control: - Add myself as Uploaders - Bump debhelper version to >= 7 @@ -25,7 +27,7 @@ jexcelapi (2.6.12-1) UNRELEASED; urgency=low - Add Build-Depends on quilt - Describe patch system in debian/README.source - -- Damien Raude-Morvan <[email protected]> Fri, 13 Nov 2009 00:38:13 +0100 + -- Damien Raude-Morvan <[email protected]> Mon, 16 Nov 2009 22:58:03 +0100 jexcelapi (2.6.10-2) unstable; urgency=low diff --git a/debian/control b/debian/control index cf56043..6d91df5 100644 --- a/debian/control +++ b/debian/control @@ -23,3 +23,22 @@ Description: Java API to read, write and modify Excel spreadsheets 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. + +Package: libjexcelapi-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: libjexcelapi-java +Description: Java API to read, write and modify Excel spreadsheets - documentation + The Java Excel API is an open source Java API which allows Java developers to + read Excel spreadsheets and to generate Excel spreadsheets dynamically. In + addition, it contains a mechanism which allows java applications to read in a + spreadsheet, modify some cells and write out the new spreadsheet. + . + 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. + . + This package contains API documentation (Javadoc) for Java Excel API. + diff --git a/debian/doc-base b/debian/libjexcelapi-java-doc.doc-base similarity index 71% rename from debian/doc-base rename to debian/libjexcelapi-java-doc.doc-base index b7817e9..2d0815f 100644 --- a/debian/doc-base +++ b/debian/libjexcelapi-java-doc.doc-base @@ -5,5 +5,5 @@ Abstract: Java Excel API is an open source Java API which allows Java developers Section: Programming Format: HTML -Index: /usr/share/doc/libjexcelapi-java/docs/index.html -Files: /usr/share/doc/libjexcelapi-java/docs/*.html +Index: /usr/share/doc/libjexcelapi-java/api/index.html +Files: /usr/share/doc/libjexcelapi-java/api/*.html diff --git a/debian/docs b/debian/libjexcelapi-java-doc.docs similarity index 83% rename from debian/docs rename to debian/libjexcelapi-java-doc.docs index b2da86e..8999953 100644 --- a/debian/docs +++ b/debian/libjexcelapi-java-doc.docs @@ -1,3 +1,2 @@ -docs index.html tutorial.html diff --git a/debian/libjexcelapi-java-doc.install b/debian/libjexcelapi-java-doc.install new file mode 100644 index 0000000..b95a41d --- /dev/null +++ b/debian/libjexcelapi-java-doc.install @@ -0,0 +1 @@ +docs/* /usr/share/doc/libjexcelapi-java/api/ -- 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

