Re: How to package my development utility?

2013-09-10 Thread Andreas Tscharner
On 10.09.2013 09:52, Salvo Tomaselli wrote: Hi, Hi Salvo, just as a curiosity, how is it better/different than "tar"? * Encryption: You can directly encrypt the final file with the data * Compression/Encryption per file: You can define compression and encryption for each file that you want

Re: How to package my development utility?

2013-09-10 Thread Salvo Tomaselli
Hi, just as a curiosity, how is it better/different than "tar"? Bye In data domenica 08 settembre 2013 12.05.45, Andreas Tscharner ha scritto: > Dear Mentors, > > I have written a small development utility: > https://bitbucket.org/StarFire/lrc/overview > > It consists of > 1) a binary, called

Re: How to package my development utility?

2013-09-09 Thread Carlo
Hi, you should do 2 debian package .deb: one for library and one for application. Before you should test on a testing version of debian, maybe on a virtual machine with clean installation, then you create the library package and then you install it by "dpkg -i lib.deb". then you create .deb the mai

How to package my development utility?

2013-09-08 Thread Andreas Tscharner
Dear Mentors, I have written a small development utility: https://bitbucket.org/StarFire/lrc/overview It consists of 1) a binary, called 'lrc', which packs a list of files into one file 2) a small library, called liblrc, which can be used in the application to unpack these files and access thei