r2116 - in trunk/bouncycastle/debian: . patches

Charles Fry cfry-guest at costa.debian.org
Mon May 8 19:57:28 UTC 2006


Author: cfry-guest
Date: 2006-05-08 19:57:22 +0000 (Mon, 08 May 2006)
New Revision: 2116

Added:
   trunk/bouncycastle/debian/patches/series
Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/control
   trunk/bouncycastle/debian/patches/01_build.patch
   trunk/bouncycastle/debian/rules
Log:
- new upstream release
- migrate from simple-patchsys to quilt


Modified: trunk/bouncycastle/debian/changelog
===================================================================
--- trunk/bouncycastle/debian/changelog	2006-05-08 14:57:27 UTC (rev 2115)
+++ trunk/bouncycastle/debian/changelog	2006-05-08 19:57:22 UTC (rev 2116)
@@ -1,8 +1,9 @@
-bouncycastle (1.32-2) UNRELEASED; urgency=low
+bouncycastle (1.33-1) unstable; urgency=low
 
-  * Generate bcmail, bctsp, and bcpg in addition to bcprov.
+  * New upstream release
+  * Generate bcmail, bctsp, and bcpg in addition to bcprov
 
- -- Charles Fry <debian at frogcircus.org>  Tue,  2 May 2006 12:41:13 -0400
+ -- Charles Fry <debian at frogcircus.org>  Mon,  8 May 2006 11:46:32 -0400
 
 bouncycastle (1.32-1) unstable; urgency=low
 

Modified: trunk/bouncycastle/debian/control
===================================================================
--- trunk/bouncycastle/debian/control	2006-05-08 14:57:27 UTC (rev 2115)
+++ trunk/bouncycastle/debian/control	2006-05-08 19:57:22 UTC (rev 2116)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Charles Fry <debian at frogcircus.org>
 Uploaders: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), java-gcj-compat-dev, ant, libgnumail-java, gjdoc, junit
+Build-Depends-Indep: cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), quilt, patchutils (>= 0.2.25), java-gcj-compat-dev, ant, libgnumail-java, gjdoc, junit
 Standards-Version: 3.6.2
 
 Package: libbcprov-java

Modified: trunk/bouncycastle/debian/patches/01_build.patch
===================================================================
--- trunk/bouncycastle/debian/patches/01_build.patch	2006-05-08 14:57:27 UTC (rev 2115)
+++ trunk/bouncycastle/debian/patches/01_build.patch	2006-05-08 19:57:22 UTC (rev 2116)
@@ -1,11 +1,12 @@
-diff -Nur bouncycastle-1.32/build1-4 bouncycastle-1.32.new/build1-4
---- bouncycastle-1.32/build1-4	2005-12-17 02:17:06.000000000 -0500
-+++ bouncycastle-1.32.new/build1-4	2006-04-20 22:14:10.000000000 -0400
+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
 @@ -6,9 +6,9 @@
  # otherwise it just creates the docs and class files.
  #
  
--JDKPATH=/opt/j2sdk1.4.2_04   # JDK 1.4 location
+-JDKPATH=/opt/jdk1.4.2   # JDK 1.4 location
 -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

Added: trunk/bouncycastle/debian/patches/series
===================================================================
--- trunk/bouncycastle/debian/patches/series	2006-05-08 14:57:27 UTC (rev 2115)
+++ trunk/bouncycastle/debian/patches/series	2006-05-08 19:57:22 UTC (rev 2116)
@@ -0,0 +1,2 @@
+01_build.patch
+02_index.patch

Modified: trunk/bouncycastle/debian/rules
===================================================================
--- trunk/bouncycastle/debian/rules	2006-05-08 14:57:27 UTC (rev 2115)
+++ trunk/bouncycastle/debian/rules	2006-05-08 19:57:22 UTC (rev 2116)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 builddir = build/artifacts/jdk1.4
 




More information about the pkg-java-commits mailing list