diff options
author | Andreas Beckmann <anbe@debian.org> | 2014-05-25 01:37:01 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2014-05-25 01:37:01 +0200 |
commit | d37e1b1316600d10a64d54754594709b2665a52a (patch) | |
tree | 5ffce66e21133b6964c1f9eb853df1f579d68e6f | |
parent | 3b8fbf802465322b931d98ecbe01c481eb4fc982 (diff) | |
download | sendmail-d37e1b1316600d10a64d54754594709b2665a52a.tar.gz |
update symbols control file
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libmilter.symbols.in | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0b5bbb2..7440e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ sendmail (8.14.4-7) UNRELEASED; urgency=medium * Remove timestamp from bug-script. (Closes: #749177) + * libmilter.symbols: Mark shm-specific symbols as linux-any and add the + !linux-any counterparts. -- Andreas Beckmann <anbe@debian.org> Sat, 24 May 2014 23:15:28 +0200 diff --git a/debian/libmilter.symbols.in b/debian/libmilter.symbols.in index 850d3d5..4807443 100644 --- a/debian/libmilter.symbols.in +++ b/debian/libmilter.symbols.in @@ -102,15 +102,16 @@ libmilter.so.@sm_libmilter_version@ #PACKAGE# #MINVER# NoAlias@Base 0 NoConnect@Base 0 NoRecipientAction@Base 0 + (arch=!linux-any)NumFileSys@Base 0 NumPriorities@Base 0 NumQueue@Base 0 - Numfilesys@Base 0 + (arch=linux-any)Numfilesys@Base 0 OldUmask@Base 0 OnlyOneError@Base 0 OpMode@Base 0 OperatorChars@Base 0 OutChannel@Base 0 - PNumFileSys@Base 0 + (arch=linux-any)PNumFileSys@Base 0 PidFile@Base 0 PidFilePid@Base 0 PostMasterCopy@Base 0 @@ -155,8 +156,8 @@ libmilter.so.@sm_libmilter_version@ #PACKAGE# #MINVER# ServiceCacheMaxAge@Base 0 ServiceSwitchFile@Base 0 SevenBitInput@Base 0 - ShmKey@Base 0 - ShmKeyFile@Base 8.14.1 + (arch=linux-any)ShmKey@Base 0 + (arch=linux-any)ShmKeyFile@Base 8.14.1 ShutdownRequest@Base 0 SingleLineFromHeader@Base 0 SingleThreadDelivery@Base 0 |