Re: Packaging help: users and directories

2021-12-28 Thread Nicolas Mora
Hello Gavin, Le 2021-12-28 à 19 h 14, Gavin Henry a écrit : I was given this advice from Arthur, a Debian developer, but I can't find some of the finer details I'm looking for: In addition to the developer reference and the other documentation, you can get some inspiration from packages

Request for write access to salsa repo libtomcrypt

2020-02-23 Thread Nicolas Mora
Hello, I'm the maintainer of the libtomcrypt package and I'd like write access to its salsa repository [1]. Can a DD grant this access for me? Thanks in advance [1] - https://salsa.debian.org/debian/libtomcrypt signature.asc Description: OpenPGP digital signature

Re: Building a shared library with no SONAME

2019-02-06 Thread Nicolas Mora
Le 2019-02-06 11:59, Andrey Rahmatullin a écrit : It's a bad idea to package shared libraries that don't keep stable ABI. [...] Please don't just add a random SONAME. Library versions with different ABIs must have different SONAMEs so if you add a custom SONAME you will need to change it

Building a shared library with no SONAME

2019-02-06 Thread Nicolas Mora
Hello, I'm currently packaging libgraphqlparser (https://github.com/graphql/libgraphqlparser) which is a library for parsing graphql queries. Currently, the cmake script file doesn't add the SONAME to the shared library, leading to lintian warning:

Re: Cmake help needed: Fails to find check.h and ieeefp.h

2018-12-03 Thread Nicolas Mora
Hello, Le 2018-12-03 14:25, Andreas Tille a écrit : > > find /usr/include -name ieeefp.h > /usr/include/newlib/ieeefp.h > /usr/include/newlib/machine/ieeefp.h Use #include or pass -Inewlib to the compiler (I don't know whether that's a good idea). How to pass -Inewlib option to the