Package: liboauth / 0.9.4-3.1

Metadata

Package Version Patches format
liboauth 0.9.4-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_ltmain_as needed.patch | (download)

ltmain.sh | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 make ltmain.sh get only the needed libs linked
 This patch modifies file ltmain.sh to make it link
 only the required libraries. This is needed to prevent
 dpkg-shlibdeps from adding unneeded libraries in the Depends:
 field.
02_xmalloc_dont_exit.patch | (download)

src/xmalloc.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't exit in case of a failed memory allocation
 This patch modifies src/xmalloc.c to not exit in case of a
 failure of memory allocation. This fixes lintian X: tag
 shlib-calls-exit.