Re: Depends/Recommends from libraries

2017-03-26 Thread Guillem Jover
Hi! On Thu, 2017-03-23 at 17:34:58 +, Ian Jackson wrote: > Russ Allbery writes ("Re: Depends/Recommends from libraries"): > > It still feels like needless complexity to me, > > Here is an example I just found. It does not turn out to be a very good example, I'm afraid. :) > Try, in a fres

Re: convention on listen port local or all network interfaces etc. - revision 2

2017-03-26 Thread Patrick Schleizer
A convention on listen port local or all network interfaces etc. would be desirable. At the moment it looks like there is no convention for where server applications are configured to listen by default, on localhost vs. all interfaces. Looks like deciding that is up to the upstream author of the s

Re: translator

2017-03-26 Thread Paul Wise
On Sun, Mar 26, 2017 at 12:39 PM, Gaga Tavxelidze wrote: > Do you need Georgian-English translator? The Debian Installer has some support for Georgian, if you would like to volunteer your time to work on improving it, please see the links on this wiki page: https://wiki.debian.org/DebianInstalle

Re: dlopen()ing shared libraries considered harmful (was Re: Depends/Recommends from libraries)

2017-03-26 Thread Florian Weimer
* Guillem Jover: >> dlopen()ing dependencies in the way that is most commonly implemented, >> with dlopen("libimobiledevice.so.6") and dlsym(handle, "idevice_new") >> or similar, has some practical problems for Debian: >> >> * The libraries used aren't visible to dpkg-shlibdeps. The maintainer ha