[pkg-java] r4078 - in trunk/bouncycastle/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Sep 1 15:07:51 UTC 2007


Author: mkoch
Date: 2007-09-01 15:07:51 +0000 (Sat, 01 Sep 2007)
New Revision: 4078

Modified:
   trunk/bouncycastle/debian/
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/control
   trunk/bouncycastle/debian/patches/01_build.patch
   trunk/bouncycastle/debian/patches/02_index.patch
   trunk/bouncycastle/debian/watch
Log:
bouncycastle (1.37-1) unstable; urgency=low
 
  * New upstream release. Closes: #430560, #430562.
  * Replaced ${Source-Version} bei ${source:Version}
  * Added myself to Uploaders.
  
 -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 19:22:07 +0200




Property changes on: trunk/bouncycastle/debian
___________________________________________________________________
Name: svn:ignore
   + build
files
libbcmail-java
libbcmail-java-doc
libbcmail-java-gcj
libbcpg-java
libbcpg-java-doc
libbcpg-java-gcj
libbcprov-java
libbcprov-java-doc
libbcprov-java-gcj
libbctsp-java-doc
libbctsp-java-gcj
libbctsp-java
stamp-*
*.debhelper
*.substvars


Modified: trunk/bouncycastle/debian/changelog
===================================================================
--- trunk/bouncycastle/debian/changelog	2007-09-01 12:10:31 UTC (rev 4077)
+++ trunk/bouncycastle/debian/changelog	2007-09-01 15:07:51 UTC (rev 4078)
@@ -1,8 +1,10 @@
-bouncycastle (1.35-1) UNRELEASED; urgency=low
+bouncycastle (1.37-1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release. Closes: #430560, #430562.
+  * Replaced ${Source-Version} bei ${source:Version}
+  * Added myself to Uploaders.
 
- -- Charles Fry <cfry at debian.org>  Sat, 10 Feb 2007 10:56:29 -0500
+ -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 19:22:07 +0200
 
 bouncycastle (1.33-4) unstable; urgency=low
 

Modified: trunk/bouncycastle/debian/control
===================================================================
--- trunk/bouncycastle/debian/control	2007-09-01 12:10:31 UTC (rev 4077)
+++ trunk/bouncycastle/debian/control	2007-09-01 15:07:51 UTC (rev 4078)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Charles Fry <cfry at debian.org>, Matthias Klose <doko at ubuntu.com>
+Uploaders: Charles Fry <cfry at debian.org>, Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
 Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), ant, java-gcj-compat-dev (>= 1.0.65-6), quilt, libgnumail-java, junit
 Standards-Version: 3.7.2
 
@@ -101,21 +101,21 @@
 
 Package: libbcprov-java-gcj
 Architecture: any
-Depends: libbcprov-java (>= ${Source-Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libbcprov-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: Bouncy Castle Java Cryptographic Service Provider
  Native support for gij for the Bouncy Castle Crypto JCE provider
  and a lightweight crypto API.
 
 Package: libbcmail-java-gcj
 Architecture: any
-Depends: libbcmail-java (>= ${Source-Version}), libgnumail-java, libgnujaf-java, ${misc:Depends}, ${shlibs:Depends}
+Depends: libbcmail-java (>= ${source:Version}), libgnumail-java, libgnujaf-java, ${misc:Depends}, ${shlibs:Depends}
 Description: Bouncy Castle generators/processors for S/MIME and CMS
  Native support for gij for the Bouncy Castle Crypto generators
  and processors for S/MIME and CMS (PKCS7/RFC 3852).
 
 Package: libbctsp-java-gcj
 Architecture: any
-Depends: libbctsp-java (>= ${Source-Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libbctsp-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Suggests: java-virtual-machine, libbctsp-java-doc
 Description: Bouncy Castle generators/processors for TSP
  Native support for gij for the Bouncy Castle Crypto generators
@@ -123,7 +123,7 @@
 
 Package: libbcpg-java-gcj
 Architecture: any
-Depends: libbcpg-java (>= ${Source-Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libbcpg-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Suggests: java-virtual-machine, libbcpg-java-doc
 Description: Bouncy Castle generators/processors for OpenPGP
  Native support for gij for the Bouncy Castle Crypto generators

Modified: trunk/bouncycastle/debian/patches/01_build.patch
===================================================================
--- trunk/bouncycastle/debian/patches/01_build.patch	2007-09-01 12:10:31 UTC (rev 4077)
+++ trunk/bouncycastle/debian/patches/01_build.patch	2007-09-01 15:07:51 UTC (rev 4078)
@@ -1,15 +1,13 @@
-Index: bouncycastle-1.33/build1-4
-===================================================================
---- bouncycastle-1.33.orig/build1-4	2006-04-22 04:14:51.000000000 -0400
-+++ bouncycastle-1.33/build1-4	2006-05-08 15:23:00.000000000 -0400
+--- bouncycastle-1.33/build1-4.orig	2007-07-15 19:27:18.000000000 +0200
++++ bouncycastle-1.33/build1-4	2007-07-15 19:28:24.000000000 +0200
 @@ -6,9 +6,9 @@
  # otherwise it just creates the docs and class files.
  #
  
--JDKPATH=/opt/jdk1.4.2   # JDK 1.4 location
+-JDKPATH=/opt/jdk1.4.2
 -JAVA_MAIL_HOME=/opt/javamail-1.3.1
 -JAVA_ACTIVATION_HOME=/opt/jaf-1.0.2
-+JDKPATH=/usr/lib/jvm/java-gcj   # JDK 1.4 location
++JDKPATH=/usr/lib/jvm/java-gcj
 +JAVA_MAIL_HOME=/usr/share/java
 +JAVA_ACTIVATION_HOME=/usr/share/java
  

Modified: trunk/bouncycastle/debian/patches/02_index.patch
===================================================================
--- trunk/bouncycastle/debian/patches/02_index.patch	2007-09-01 12:10:31 UTC (rev 4077)
+++ trunk/bouncycastle/debian/patches/02_index.patch	2007-09-01 15:07:51 UTC (rev 4078)
@@ -1,7 +1,5 @@
-Index: bouncycastle-1.35/index.html
-===================================================================
---- bouncycastle-1.35.orig/index.html	2006-12-14 00:44:05.000000000 -0500
-+++ bouncycastle-1.35/index.html	2007-02-10 10:37:49.000000000 -0500
+--- bouncycastle-1.33/index.html.orig	2007-07-15 19:31:02.000000000 +0200
++++ bouncycastle-1.33/index.html	2007-07-15 19:31:27.000000000 +0200
 @@ -36,7 +36,7 @@
  <a href=specifications.html>here</a>.
  <p>

Modified: trunk/bouncycastle/debian/watch
===================================================================
--- trunk/bouncycastle/debian/watch	2007-09-01 12:10:31 UTC (rev 4077)
+++ trunk/bouncycastle/debian/watch	2007-09-01 15:07:51 UTC (rev 4078)
@@ -1,16 +1,2 @@
 version=3
 http://www.bouncycastle.org/download/crypto-([\d\.]+)\.tar\.gz debian svn-upgrade
-
-# Note that upstream does not include the decimal in the version number, thus
-# the original Debian version 1.30 was identified as 130.
-#
-# Also, the upstream tar contains prebuilt jars and zips (in directories named
-# 'jars' and 'zips' respectively) which should be removed from the Debian
-# orig.tar.gz.
-#
-# A standard update to a new version could thus proceed as follows:
-#
-# % uscan
-# % tar zxf bouncycastle_130.orig.tar.gz
-# % rm -rf crypto-130/jars crypto-130/zips
-# % tar zcf bouncycastle_1.30.orig.tar.gz crypto-130




More information about the pkg-java-commits mailing list