Hello, Damien Raude-Morvan wrote: > On Sun, 21 Mar 2010 21:07:37 -0430, Miguel Landaeta <mig...@miguel.cc> > wrote: >> * Package name : libbccrypto-java >> Version : 1.45 > > You should have a look at already existing "bouncycastle" source package > [1] which provide those binary packages : > libbcmail-java - Bouncy Castle generators/processors for S/MIME and CMS > libbcpg-java - Bouncy Castle generators/processors for OpenPGP > libbcprov-java - Bouncy Castle Java Cryptographic Service Provider > libbctsp-java - Bouncy Castle generators/processors for TSP
To avoid this kind of duplicate work and in general find a named JAR in the archive even when its name does not obviously correlate with the name of an existing package, use apt-file: ~ apt-file update # to make sure we're up-to-date ~ apt-file search my-nice-jar.jar Most of the times, it will find the package with the JAR you're looking for, or at least you'll be confident that you actually need to package it. For the record, I use the following alias for apt-file: ~ which af af: aliased to apt-file -c ~/.apt-file To work around the global cache problems (though I'm wondering if this hasn't been fixed since I wrote this alias, ages ago). Cheers, Vincent -- Vincent Fourmond, Debian Developer http://vince-debian.blogspot.com/ If you put a large switch in some cave somewhere, with a sign on it saying "End-of-the-World switch. PLEASE DO NOT TOUCH", the paint wouldn't even have the time to dry. -- Terry Pratchet, Thief of Time Vincent, listening to Learning To Live (Dream Theater) -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ba7fe82.4090...@debian.org