Jose Manuel Santamaria Lema has proposed merging ~panfaust/kubuntu-packaging/+git/kjs:work into ~kubuntu-packagers/kubuntu-packaging/+git/kjs:kubuntu_yakkety_archive.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~panfaust/kubuntu-packaging/+git/kjs/+merge/305889 Mark some optional symbols as such to fix FTBFS for armfh -- Your team Kubuntu Packagers is requested to review the proposed merge of ~panfaust/kubuntu-packaging/+git/kjs:work into ~kubuntu-packagers/kubuntu-packaging/+git/kjs:kubuntu_yakkety_archive.
diff --git a/debian/changelog b/debian/changelog index 5b08fe0..1634721 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kjs (5.24.0-0ubuntu3) UNRELEASED; urgency=medium + + * Mark some optional symbols to fix a build failure in armfh. + + -- José Manuel Santamaría Lema <[email protected]> Fri, 16 Sep 2016 00:53:45 +0200 + kjs (5.24.0-0ubuntu2) yakkety; urgency=medium [ José Manuel Santamaría Lema ] diff --git a/debian/libkf5js5.symbols b/debian/libkf5js5.symbols index bc538f9..38b159b 100644 --- a/debian/libkf5js5.symbols +++ b/debian/libkf5js5.symbols @@ -193,9 +193,9 @@ libKF5JS.so.5 libkf5js5 #MINVER# _ZN3KJS7CStringaSERKS0_@Base 4.96.0 _ZN3KJS7JSValue15toInt32SlowCaseEdRb@Base 4.96.0 _ZN3KJS7JSValue16toUInt32SlowCaseEdRb@Base 4.96.0 - _ZN3KJS7JSValueD0Ev@Base 4.96.0 - _ZN3KJS7JSValueD1Ev@Base 4.96.0 - _ZN3KJS7JSValueD2Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD0Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD1Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD2Ev@Base 4.96.0 _ZN3KJS7Package10loadSymbolEPNS_9ExecStateEPNS_8JSObjectERKNS_10IdentifierE@Base 4.96.0 _ZN3KJS7Package14loadAllSymbolsEPNS_9ExecStateEPNS_8JSObjectE@Base 4.96.0 _ZN3KJS7Package14loadSubPackageERKNS_10IdentifierEPNS_7UStringE@Base 4.96.0 diff --git a/debian/libkf5jsapi5.symbols b/debian/libkf5jsapi5.symbols index 1c2c4f7..b689797 100644 --- a/debian/libkf5jsapi5.symbols +++ b/debian/libkf5jsapi5.symbols @@ -37,9 +37,9 @@ libKF5JSApi.so.5 libkf5jsapi5 #MINVER# _ZN15KJSGlobalObjectC1Ev@Base 4.96.0 _ZN15KJSGlobalObjectC2Ev@Base 4.96.0 (arch=!armel !armhf)_ZN3KJS6JSCell4markEv@Base 5.0.0 - _ZN3KJS7JSValueD0Ev@Base 4.96.0 - _ZN3KJS7JSValueD1Ev@Base 4.96.0 - _ZN3KJS7JSValueD2Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD0Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD1Ev@Base 4.96.0 + (optional)_ZN3KJS7JSValueD2Ev@Base 4.96.0 _ZN7KJSDateC1EP10KJSContextRK9QDateTime@Base 4.96.0 _ZN7KJSDateC2EP10KJSContextRK9QDateTime@Base 4.96.0 _ZN7KJSNullC1Ev@Base 4.96.0
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
