commit e8d869e142439436104b8b1f8b807406fd68e104
Author: Georg Koppen <gk(a)torproject.org>
Date: Tue May 23 09:01:45 2017 +0000
Bug 16285: Remove clearkey related library stripping
We don't ship the clearkey DRM system yet, thus we don't need to strip
the respective binaries.
---
gitian/descriptors/linux/gitian-firefox.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml
index a3bc37f..b68dba7 100644
--- a/gitian/descriptors/linux/gitian-firefox.yml
+++ b/gitian/descriptors/linux/gitian-firefox.yml
@@ -94,7 +94,6 @@ script: |
export LD_LIBRARY_PATH=$INSTDIR/gcc/lib$ARCH
#
mkdir -p $INSTDIR/Browser/
- mkdir -p $INSTDIR/Debug/Browser/gmp-clearkey/0.1
cd tor-browser
# run get-moz-build-date before removing .git, which is used to get the year
@@ -150,7 +149,7 @@ script: |
# Strip and generate debuginfo for the firefox binary that we keep, all *.so
# files, the plugin-container, and the updater (see ticket #10126)
cd $INSTDIR
- for LIB in Browser/*.so Browser/firefox Browser/plugin-container Browser/gmp-clearkey/0.1/*.so Browser/updater
+ for LIB in Browser/*.so Browser/firefox Browser/plugin-container Browser/updater
do
objcopy --only-keep-debug $LIB Debug/$LIB
strip $LIB