This is an automated email from the git hooks/post-receive script. matthew pushed a commit to branch master in repository libopenws-java.
commit 9c1c7a7add28173698c2649713d0e801d6481c06 Author: Matthew Vernon <[email protected]> Date: Thu Apr 10 18:21:52 2014 +0100 Add -doc package --- debian/changelog | 6 ++++-- debian/control | 12 ++++++++++++ debian/libopenws-java-doc.install | 1 + debian/libopenws-java.docs | 2 ++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 543dfb5..1b02881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -libopenws-java (1.5.1-1) unstable; urgency=low +libopenws-java (1.5.1-1) experimental; urgency=low * Initial release (Closes: #656538) + * This library (whilst useful in its own right) is a dependency of the + Shibboleth IdP - -- Matthew Vernon <[email protected]> Tue, 18 Feb 2014 13:23:41 +0000 + -- Matthew Vernon <[email protected]> Thu, 10 Apr 2014 18:21:18 +0100 diff --git a/debian/control b/debian/control index 8a32aff..664eea3 100644 --- a/debian/control +++ b/debian/control @@ -21,3 +21,15 @@ Description: OpenWS messages, transport-independent clients for connecting to web services, and various transports for use with those clients. +Package: libopenws-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, ${maven:DocDepends} +Recommends: ${maven:DocOptionalDepends} +Description: Documentation for OpenWS + The OpenWS library provides a growing set of tools to work with web services + at a low level. These tools include classes for creating and reading SOAP + messages, transport-independent clients for connecting to web services, + and various transports for use with those clients. + . + This package contains the API documentation of libopenws-java. diff --git a/debian/libopenws-java-doc.install b/debian/libopenws-java-doc.install new file mode 100644 index 0000000..b993fac --- /dev/null +++ b/debian/libopenws-java-doc.install @@ -0,0 +1 @@ +target/apidocs/* usr/share/doc/libopenws-java/api diff --git a/debian/libopenws-java.docs b/debian/libopenws-java.docs new file mode 100644 index 0000000..b5f7c98 --- /dev/null +++ b/debian/libopenws-java.docs @@ -0,0 +1,2 @@ +doc/CREDITS.txt +doc/RELEASE-NOTES.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libopenws-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

