[Git][java-team/bouncycastle][master] 3 commits: Correct pom version in bctls (was 1.65, should be 1.68)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Fri Nov 5 00:19:59 GMT 2021
Tony Mancill pushed to branch master at Debian Java Maintainers / bouncycastle
Commits:
21ff5e1c by tony mancill at 2021-11-04T16:58:13-07:00
Correct pom version in bctls (was 1.65, should be 1.68)
- - - - -
e23f7939 by tony mancill at 2021-11-04T17:14:28-07:00
debian/rules: use pkg-info.mk variable in get-orig-pom target
- - - - -
2dc6044e by tony mancill at 2021-11-04T17:14:28-07:00
Prepare changelog for upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/poms/bctls.pom
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+bouncycastle (1.68-5) unstable; urgency=medium
+
+ [ tony mancill ]
+ * Team upload.
+ * Correct pom version in bctls (was 1.65, should be 1.68)
+ * debian/rules: use pkg-info.mk variable in get-orig-pom target
+
+ [ Jochen Sprickerhof ]
+ * Replace which by command -v
+
+ -- tony mancill <tmancill at debian.org> Thu, 04 Nov 2021 17:13:52 -0700
+
bouncycastle (1.68-4) unstable; urgency=medium
* Team upload.
@@ -511,4 +523,3 @@ bouncycastle (1.30-1) unstable; urgency=low
* Initial release (Closes: #234048)
-- Charles Fry <debian at frogcircus.org> Mon, 19 Sep 2005 08:02:36 -0400
-
=====================================
debian/poms/bctls.pom
=====================================
@@ -5,7 +5,7 @@
<artifactId>bctls-jdk15on</artifactId>
<packaging>jar</packaging>
<name>Bouncy Castle JSSE provider and TLS/DTLS API</name>
- <version>1.65</version>
+ <version>1.68</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>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.65</version>
+ <version>1.68</version>
<type>jar</type>
</dependency>
</dependencies>
=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed 's/\+dfsg//')
+include /usr/share/dpkg/pkg-info.mk
export CLASSPATH=/usr/share/java/javax.mail.jar
@@ -27,5 +27,5 @@ get-orig-pom:
mkdir -p debian/poms
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 ; \
+ https://repo1.maven.org/maven2/org/bouncycastle/$${pom}-jdk15on/$(DEB_VERSION_UPSTREAM)/$${pom}-jdk15on-$(DEB_VERSION_UPSTREAM).pom ; \
done ;
View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/ee270dd643abfe8237b132ff29a20f6d4874f1c2...2dc6044e8a7a263e90cbfa81f1a9006f4fd172ce
--
View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/ee270dd643abfe8237b132ff29a20f6d4874f1c2...2dc6044e8a7a263e90cbfa81f1a9006f4fd172ce
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/20211105/1dacba56/attachment.htm>
More information about the pkg-java-commits
mailing list