Kurt Roeckx wrote: > Hi, > > I've NMU'd your package. Please find the patch that I used > attached. > > Some comments: > - You might want to use something like: > dh_makeshlibs -V "libopts25 (>= 1:5.10)" > This would require that you update this properly on new release. > I've just used -V would would just base it on the upstream > version.
Probably something to always do. I'm not a Debian packaging person, so I don't really know what "dh_makeshlibs" does. > - I've just removed some code from autoopts-config.in. It says > it's autogenerated, but I can't find the source for that. > Upstream probably added this code for some reason, so might want > a better patch. In any case, there is no reason to add the > rpath on a Debian system since it's configured for /usr/lib and > that's always in the dynamic linker's search path. I didn't > remove the -L/usr/lib because it doesn't hurt anything. That stuff is there because without it, when you run a build and "make check", the executables will link against the installed version. Sometimes it causes breakage, but most times it silently tests the installed libraries instead of what you think you're testing. I need a reliable way to ensure that "make check" finds the autoopts/.libs/... stuff before any installed versions. Portably. Not just for Debian. :( Thanks -Bruce -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org