Author: cfry Date: 2007-02-10 16:33:40 +0100 (Sat, 10 Feb 2007) New Revision: 2998
Modified: trunk/bouncycastle/debian/watch Log: document update process Modified: trunk/bouncycastle/debian/watch =================================================================== --- trunk/bouncycastle/debian/watch 2007-02-10 11:09:10 UTC (rev 2997) +++ trunk/bouncycastle/debian/watch 2007-02-10 15:33:40 UTC (rev 2998) @@ -1,2 +1,16 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

