[Git][java-team/bouncycastle][master] 2 commits: Add libbctls-java binary package (Closes: #988065)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Sat May 15 16:46:59 BST 2021



Tony Mancill pushed to branch master at Debian Java Maintainers / bouncycastle


Commits:
92995983 by tony mancill at 2021-05-14T17:19:05-07:00
Add libbctls-java binary package (Closes: #988065)

- - - - -
6fefba22 by tony mancill at 2021-05-14T17:19:05-07:00
prepare changelog for upload to experimental

- - - - -


9 changed files:

- debian/changelog
- debian/control
- debian/libbcprov-java.poms
- + debian/libbctls-java-doc.doc-base
- + debian/libbctls-java-doc.install
- + debian/libbctls-java.README.Debian
- + debian/libbctls-java.classpath
- + debian/poms/bctls.pom
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bouncycastle (1.68-3) experimental; urgency=medium
+
+  * Team upload.
+  * Add libbctls-java binary package (Closes: #988065)
+
+ -- tony mancill <tmancill at debian.org>  Fri, 14 May 2021 08:15:20 -0700
+
 bouncycastle (1.68-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -108,3 +108,22 @@ Description: Bouncy Castle generators/processors for OpenPGP (Documentation)
  cryptographic algorithms.
  .
  This package contains the Javadoc for libbcpg-java.
+
+Package: libbctls-java
+Architecture: all
+Depends: libbcprov-java (>= ${source:Version}),
+         ${misc:Depends}
+Suggests: libbctls-java-doc
+Description: Bouncy Castle JSSE provider and TLS/DTLS API
+ The Bouncy Castle Java APIs for TLS and DTLS, including a
+ provider for the JSSE.
+
+Package: libbctls-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Bouncy Castle JSSE provider and TLS/DTLS API (Documentation)
+ The Bouncy Castle Java APIs for TLS and DTLS, including a
+ provider for the JSSE.
+ .
+ This package contains the Javadoc for libbctls-java.


=====================================
debian/libbcprov-java.poms
=====================================
@@ -2,3 +2,4 @@ debian/poms/bcprov.pom --has-package-version --java-lib --package=libbcprov-java
 debian/poms/bcpkix.pom --has-package-version --java-lib --package=libbcpkix-java --artifact=build/artifacts/jdk1.5/jars/bcpkix-jdk15on-*.jar
 debian/poms/bcmail.pom --has-package-version --java-lib --package=libbcmail-java --artifact=build/artifacts/jdk1.5/jars/bcmail-jdk15on-*.jar
 debian/poms/bcpg.pom   --has-package-version --java-lib --package=libbcpg-java   --artifact=build/artifacts/jdk1.5/jars/bcpg-jdk15on-*.jar
+debian/poms/bctls.pom  --has-package-version --java-lib --package=libbctls-java  --artifact=build/artifacts/jdk1.5/jars/bctls-jdk15on-*.jar


=====================================
debian/libbctls-java-doc.doc-base
=====================================
@@ -0,0 +1,9 @@
+Document: libbctls-java
+Title: Javadoc for the Bouncy Castle JSSE provider and TLS/DTLS API
+Author: The Legion Of The Bouncy Castle
+Abstract: This is the API Javadoc provided for the libbctls-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libbctls-java/api/index.html
+Files: /usr/share/doc/libbctls-java/api/*


=====================================
debian/libbctls-java-doc.install
=====================================
@@ -0,0 +1 @@
+build/artifacts/jdk1.5/javadoc/bctls/* /usr/share/doc/libbctls-java/api


=====================================
debian/libbctls-java.README.Debian
=====================================
@@ -0,0 +1,6 @@
+libbctls-java for Debian
+========================
+
+In order to use this library, add the following to your classpath:
+
+    /usr/share/java/bctls.jar


=====================================
debian/libbctls-java.classpath
=====================================
@@ -0,0 +1 @@
+usr/share/java/bctls.jar bcprov.jar


=====================================
debian/poms/bctls.pom
=====================================
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.bouncycastle</groupId>
+  <artifactId>bctls-jdk15on</artifactId>
+  <packaging>jar</packaging>
+  <name>Bouncy Castle JSSE provider and TLS/DTLS API</name>
+  <version>1.65</version>
+  <description>The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.</description>
+  <url>http://www.bouncycastle.org/java.html</url>
+  <licenses>
+    <license>
+      <name>Bouncy Castle Licence</name>
+      <url>http://www.bouncycastle.org/licence.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>https://github.com/bcgit/bc-java</url>
+  </scm>
+  <issueManagement>
+     <system>GitHub</system>
+     <url>https://github.com/bcgit/bc-java/issues</url>
+  </issueManagement>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle Inc.</name>
+      <email>feedback-crypto at bouncycastle.org</email>
+    </developer>
+  </developers>
+  <dependencies>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>1.65</version>
+      <type>jar</type>
+    </dependency>
+  </dependencies>
+</project>


=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ override_dh_auto_clean:
 
 get-orig-pom:
 	mkdir -p debian/poms
-	for pom in bcprov bcpg bcmail bcpkix; do \
+	for pom in bcprov bcpg bcmail bcpkix bctls; do \
 		wget -O debian/poms/$${pom}.pom -U NoAgent-1.0 \
 			https://repo1.maven.org/maven2/org/bouncycastle/$${pom}-jdk15on/$(UPSTREAM_VERSION)/$${pom}-jdk15on-$(UPSTREAM_VERSION).pom ; \
 	done ;



View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/dbe4eb789df329a90386d53cc61d30a5cc266fbf...6fefba22bcf722a455098de63470f69be3c533cc

-- 
View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/dbe4eb789df329a90386d53cc61d30a5cc266fbf...6fefba22bcf722a455098de63470f69be3c533cc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210515/14cb22e6/attachment.htm>


More information about the pkg-java-commits mailing list