[Pkg-ime-devel] Bug#632355: libsunpinyin3: Please add shlibs

Martin Pitt martin.pitt at ubuntu.com
Fri Jul 1 17:02:48 UTC 2011


Package: libsunpinyin3
Version: 2.0.3-2
Severity: minor
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

Hello,

libsunpinyin3 currently does not have any shlibs or symbols files,
which might cause some trouble later when the ABI changes.

I prepared a symbols file for current libsunpinyin according to man
dpkg-gensymbols, with C++ symbol unmangling, but even after that it
was still platform dependent. So the pain of maintaining those is
simply not worth it. I propose to use the strict dh_makeshlibs -V
setting in debian/rules instead, which will always be correct, just
not optimal:

--- sunpinyin-2.0.3/debian/rules        2011-03-11 08:48:08.000000000 +0000
+++ sunpinyin-2.0.3/debian/rules        2011-07-01 17:59:12.000000000 +0100
@@ -59,7 +59,7 @@
        dh_strip
        dh_compress
        dh_fixperms
-       dh_makeshlibs
+       dh_makeshlibs -V
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol


Thanks for considering,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-ime-devel/attachments/20110701/8a7de211/attachment.pgp>


More information about the Pkg-ime-devel mailing list