[Pkg-privacy-commits] [tails-installer] 152/210: Fix Windows binary tools inclusion

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 1c4591992f36c9ff301e5245ed42b9019a7c4e66
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Sep 3 15:02:01 2015 +0200

    Fix Windows binary tools inclusion
---
 liveusb-creator.pyi.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/liveusb-creator.pyi.spec b/liveusb-creator.pyi.spec
index 0502bb5..b6728f6 100644
--- a/liveusb-creator.pyi.spec
+++ b/liveusb-creator.pyi.spec
@@ -34,11 +34,12 @@ newqml += Tree("C:\\Qt\\5.5\\mingw492_32\\qml\\QtQuick", prefix = 'QtQuick')
 newqml += Tree("C:\\Qt\\5.5\\mingw492_32\\qml\\QtQuick.2", prefix = 'QtQuick.2')
 newqml += Tree("C:\\Qt\\5.5\\mingw492_32\\qml\\QtQml", prefix = 'QtQml')
 
+tools = []
+tools += Tree("tools")
 
 stripQml(a.binaries)
 stripDebug(a.binaries)
 stripDebug(newqml)
-print a.binaries
 
 exe = EXE(pyz,
           a.scripts,
@@ -51,6 +52,7 @@ exe = EXE(pyz,
 coll = COLLECT(exe,
                a.binaries,
                newqml,
+               tools,
                strip=False,
                upx=True,
                name='liveusb-creator')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list