[pkg-java] r17025 - in trunk/bouncycastle/debian: . poms

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Jul 15 13:58:58 UTC 2013


Author: ebourg-guest
Date: 2013-07-15 13:58:57 +0000 (Mon, 15 Jul 2013)
New Revision: 17025

Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/poms/bcmail.pom
   trunk/bouncycastle/debian/poms/bcpg.pom
   trunk/bouncycastle/debian/poms/bcpkix.pom
   trunk/bouncycastle/debian/poms/bcprov.pom
   trunk/bouncycastle/debian/rules
Log:
debian/rules: Updated the download URL for the poms
Updated the Maven poms



Modified: trunk/bouncycastle/debian/changelog
===================================================================
--- trunk/bouncycastle/debian/changelog	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/changelog	2013-07-15 13:58:57 UTC (rev 17025)
@@ -1,5 +1,6 @@
 bouncycastle (1.48+dfsg-3) UNRELEASED; urgency=low
 
+  * Updated the Maven poms
   * Use canonical URLs in the Vcs-* fields
   * Added the missing dependencies between the packages:
     - libbcpkix-java depends on libbcprov-java
@@ -9,6 +10,7 @@
   * Added the upstream changelog
   * Removed the -gcj packages
   * debian/orig-tar.sh: Exclude Eclipse project file
+  * debian/rules: Updated the download URL for the poms
   * debian/copyright: Updated to follow the Copyright Format 1.0
   * The documentation is now registered with doc-base
 

Modified: trunk/bouncycastle/debian/poms/bcmail.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcmail.pom	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/poms/bcmail.pom	2013-07-15 13:58:57 UTC (rev 17025)
@@ -18,6 +18,13 @@
   <scm>
     <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
   </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto at bouncycastle.org</email>
+    </developer>
+  </developers>
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>

Modified: trunk/bouncycastle/debian/poms/bcpg.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcpg.pom	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/poms/bcpg.pom	2013-07-15 13:58:57 UTC (rev 17025)
@@ -23,6 +23,13 @@
   <scm>
     <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
   </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto at bouncycastle.org</email>
+    </developer>
+  </developers>
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>

Modified: trunk/bouncycastle/debian/poms/bcpkix.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcpkix.pom	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/poms/bcpkix.pom	2013-07-15 13:58:57 UTC (rev 17025)
@@ -18,6 +18,13 @@
   <scm>
     <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
   </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto at bouncycastle.org</email>
+    </developer>
+  </developers>
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>

Modified: trunk/bouncycastle/debian/poms/bcprov.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcprov.pom	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/poms/bcprov.pom	2013-07-15 13:58:57 UTC (rev 17025)
@@ -18,4 +18,11 @@
   <scm>
     <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
   </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto at bouncycastle.org</email>
+    </developer>
+  </developers>
 </project>

Modified: trunk/bouncycastle/debian/rules
===================================================================
--- trunk/bouncycastle/debian/rules	2013-07-15 13:54:26 UTC (rev 17024)
+++ trunk/bouncycastle/debian/rules	2013-07-15 13:58:57 UTC (rev 17025)
@@ -67,7 +67,7 @@
 	mkdir -p debian/poms
 	for pom in $(POMS); do \
 		wget -O debian/poms/$${pom}.pom -U NoAgent-1.0 \
-			http://repo1.maven.org/maven2/org/bouncycastle/$${pom}-jdk55/$(UPSTREAM_VERSION)/$${pom}-jdk15on-$(UPSTREAM_VERSION).pom ; \
+			http://repo1.maven.org/maven2/org/bouncycastle/$${pom}-jdk15on/$(UPSTREAM_VERSION)/$${pom}-jdk15on-$(UPSTREAM_VERSION).pom ; \
 	done ;
 
 get-orig-source:




More information about the pkg-java-commits mailing list