Ok, I'll try to explain :) I recently downloaded the latest version of pcsc-lite to analyse an issue (configure, make, make install ...). Now the issue is fixed and I'm looking for the best way to create debian packages based on these modified source files.
I did a package with checkinstall but I'm not happy with the result as it's not easy to deploy, there are conflicts with pcscd and pcsclite1 installed as files in the package are the same as those installed but the package does not have the same name... So, please be kind to understand that I'm not used to build debian packages, and that's not easy to do it from scratch on a project that is not yours ^^. TIA Fabien >-----Original Message----- >From: Shawn Willden [mailto:[EMAIL PROTECTED] >Sent: jeudi, 20. avril 2006 15:45 >To: [email protected] >Cc: Merlet Fabien >Subject: Re: [Muscle] Installation procedure for Debian Linux > >On Thursday 20 April 2006 02:11, Merlet Fabien wrote: >> I looked at the source files but did not find an easy way to produce >> debian packages the way it's suggested by apt-get and dselect (one >> server part "pcscd" and one client part "libpcsclite1"). >> Is there a way to do it simple? > >Do you want to produce packages for Debian? Or just install them? > >If you just want to install pcsc-lite on a Debian system, just use: > > apt-get install pcscd > >It will automatically install libpcsclite1. In addition >you'll also need an appropriate reader driver. Debian >provides several (libccid, libcteco5000, libetoken, libgcr410, >libgempc410, libgempc430, libslbreflex2, libtowitoko2 and >openct), so odds are reasonably good that you can use apt-get >to install one that works with your reader. Installing pcscd >will also automatically install some reader, usually CCID, but >that may not be what you need. > >If you want to make packages, I'd start with > > apt-get source pcscd > >and > > man dpkg-buildpackage. > >Have fun, > > Shawn. > _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
