Re: PAM module packaging help

2016-01-25 Thread Gianfranco Costamagna
Hi >I have started a debian package by following the example of libacl. I >apologize for being confusing but since I know hardly anything about debian >packaging, I >don't really know what to ask to get started. So to start, for >my shared library, could you recommend a good shared library exam

Re: PAM module packaging help

2016-01-24 Thread Karsten Rage
I have started a debian package by following the example of libacl. I apologize for being confusing but since I know hardly anything about debian packaging, I don't really know what to ask to get started. So to start, for my shared library, could you recommend a good shared library example that I c

Re: PAM module packaging help

2016-01-22 Thread Gianfranco Costamagna
Hi, I don't understand what are you asking... anyway, if you add the libfoo-dev to the build dependencies you should be fine, as long as you have the shlibs:Depends substvar on your runtime dependencies. With some code/packaging we might provide better answers cheers, G. Il Giovedì 21 Genn

PAM module packaging help

2016-01-21 Thread Karsten Rage
I am looking for help packaging up my PAM module. I am prepared to add my package to Debian. The PAM module depends on a shared library that in turn, depends on two other shared libraries (libxml2 and libssl). Both the PAM module and the shared library are open source on GitHub and are written in C