diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-01-29 09:46:34 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-01-29 09:46:34 +0100 |
commit | 10d670c0c85da52f4688b8a82a0cc074c09424d8 (patch) | |
tree | 4c26bf032734bd0ae0e638fe99ca8fa9d7a4ba64 /debian | |
parent | cde624f45ffe8ff296459cd2274a4419cde9869d (diff) | |
download | nx-libs-10d670c0c85da52f4688b8a82a0cc074c09424d8.tar.gz nx-libs-10d670c0c85da52f4688b8a82a0cc074c09424d8.tar.bz2 nx-libs-10d670c0c85da52f4688b8a82a0cc074c09424d8.zip |
Support .symbols for 64bit and 32bit alike.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libnx-x11-6.symbols | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index cf15f3643..796b1bd39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium + Support hardened builds for nxcomp* libraries. + Support hardened builds for nxagent and libNX_*.so files. + Add debian/*.symbols files for shared nx-X11 libraries. + + Support .symbols for 64bit and 32bit alike. + Provide CDBS-generated debian/copyright.in file. * debian/rules: diff --git a/debian/libnx-x11-6.symbols b/debian/libnx-x11-6.symbols index ade8d1c09..4b7ceacbe 100644 --- a/debian/libnx-x11-6.symbols +++ b/debian/libnx-x11-6.symbols @@ -817,7 +817,7 @@ libNX_X11.so.6 libnx-x11-6 #MINVER# _XConnectDisplay@Base 3.5.0.29 _XCopyToArg@Base 3.5.0.29 _XCreateMutex_fn@Base 3.5.0.29 - _XData32@Base 3.5.0.29 + (arch=amd64 ia64 alpha ppc64 arm64)_XData32@Base 3.5.0.29 _XDefaultError@Base 3.5.0.29 _XDefaultIOError@Base 3.5.0.29 _XDefaultWireError@Base 3.5.0.29 @@ -872,7 +872,7 @@ libNX_X11.so.6 libnx-x11-6 #MINVER# _XPollfdCacheInit@Base 3.5.0.29 _XProcessWindowAttributes@Base 3.5.0.29 _XPutBackEvent@Base 3.5.0.29 - _XRead32@Base 3.5.0.29 + (arch=amd64 ia64 alpha ppc64 arm64)_XRead32@Base 3.5.0.29 _XRead@Base 3.5.0.29 _XReadEvents@Base 3.5.0.29 _XReadPad@Base 3.5.0.29 @@ -1121,9 +1121,9 @@ libNX_X11.so.6 libnx-x11-6 #MINVER# _XkbInternAtomFunc@Base 3.5.0.29 _XkbNoteCoreMapChanges@Base 3.5.0.29 _XkbPeekAtReadBuffer@Base 3.5.0.29 - _XkbReadBufferCopy32@Base 3.5.0.29 + (arch=amd64 ia64 alpha ppc64 arm64)_XkbReadBufferCopy32@Base 3.5.0.29 _XkbReadBufferCopyKeySyms@Base 3.5.0.29 - _XkbReadCopyData32@Base 3.5.0.29 + (arch=amd64 ia64 alpha ppc64 arm64)_XkbReadCopyData32@Base 3.5.0.29 _XkbReadCopyKeySyms@Base 3.5.0.29 _XkbReadGetCompatMapReply@Base 3.5.0.29 _XkbReadGetGeometryReply@Base 3.5.0.29 @@ -1132,7 +1132,7 @@ libNX_X11.so.6 libnx-x11-6 #MINVER# _XkbReadGetNamesReply@Base 3.5.0.29 _XkbReloadDpy@Base 3.5.0.29 _XkbSkipReadBufferData@Base 3.5.0.29 - _XkbWriteCopyData32@Base 3.5.0.29 + (arch=amd64 ia64 alpha ppc64 arm64)_XkbWriteCopyData32@Base 3.5.0.29 _XkbWriteCopyKeySyms@Base 3.5.0.29 _XkeyTable@Base 3.5.0.29 _XlcAddCT@Base 3.5.0.29 |