[libopensaml2-java] 03/04: Add doc package, prep for experimental
Matthew Vernon
matthew at moszumanska.debian.org
Fri Apr 11 16:38:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
matthew pushed a commit to branch master
in repository libopensaml2-java.
commit 5f2e6e3bfc52584f416a9548d05c12fdcc3c6e4e
Author: Matthew Vernon <mcv21 at cam.ac.uk>
Date: Fri Apr 11 17:10:45 2014 +0100
Add doc package, prep for experimental
---
debian/changelog | 4 +++-
debian/control | 13 +++++++++++++
debian/libopensaml2-java-doc.doc-base.api | 10 ++++++++++
debian/libopensaml2-java-doc.install | 1 +
debian/libopensaml2-java.docs | 2 ++
5 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5f009cb..18b3415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-libopensaml2-java (2.6.1-1) unstable; urgency=low
+libopensaml2-java (2.6.1-1) experimental; urgency=low
* Initial release (Closes: #656541)
+ * This library (whilst useful in its own right) is a dependency of the
+ Shibboleth IdP
-- Matthew Vernon <matthew at debian.org> Wed, 19 Feb 2014 16:46:25 +0000
diff --git a/debian/control b/debian/control
index b44f4ff..637018a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends-Indep: junit (>= 3.8.2), libcommons-codec-java, libcommons-collect
libspring-test-java, libxalan2-java, libxerces2-java, libxml-commons-resolver1.1-java (>= 1.2),
libxml-security-java
Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-java/libopensaml2-java.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libopensaml2-java.git
Homepage: http://shibboleth.net/opensaml
Package: libopensaml2-java
@@ -20,3 +22,14 @@ Description: OpenSAML-J
The OpenSAML-J library provides tools to support developers working with
the Security Assertion Markup Language (SAML).
+Package: libopensaml2-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libopensaml2-java
+Description: Documentation for OpenSAML-J
+ The OpenSAML-J library provides tools to support developers working with
+ the Security Assertion Markup Language (SAML).
+ .
+ This package contains the API documentation of libopensaml2-java.
diff --git a/debian/libopensaml2-java-doc.doc-base.api b/debian/libopensaml2-java-doc.doc-base.api
new file mode 100644
index 0000000..da7ae86
--- /dev/null
+++ b/debian/libopensaml2-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libopensaml2-java
+Title: API Javadoc for OpenSAML-J
+Author: The Shibboleth developers
+Abstract: This is the API Javadoc provided for the
+ libopensaml2-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libopensaml2-java/api/index.html
+Files: /usr/share/doc/libopensaml2-java/api/*
diff --git a/debian/libopensaml2-java-doc.install b/debian/libopensaml2-java-doc.install
new file mode 100644
index 0000000..db1527e
--- /dev/null
+++ b/debian/libopensaml2-java-doc.install
@@ -0,0 +1 @@
+target/apidocs/* usr/share/doc/libopensaml2-java/api
diff --git a/debian/libopensaml2-java.docs b/debian/libopensaml2-java.docs
new file mode 100644
index 0000000..b5f7c98
--- /dev/null
+++ b/debian/libopensaml2-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/libopensaml2-java.git
More information about the pkg-java-commits
mailing list