# HG changeset patch # User Chris Cannam # Date 1428931453 0 # Node ID 56cf3c9982a1366a8bd8dd3f90a26bfe0d166a5a # Parent 6750a9502191435684e744ecda2527ff66071a24 Linux build fixes diff -r 6750a9502191 -r 56cf3c9982a1 deploy/linux/deb-skeleton/usr/share/doc/tony/copyright --- a/deploy/linux/deb-skeleton/usr/share/doc/tony/copyright Mon Apr 13 13:52:05 2015 +0100 +++ b/deploy/linux/deb-skeleton/usr/share/doc/tony/copyright Mon Apr 13 13:24:13 2015 +0000 @@ -20,12 +20,6 @@ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at -your option) any later version. +your option) any later version. See the file /usr/share/common-licenses/GPL-2 +for more information. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A ARTICULAR PURPOSE. See the GNU -General Public License for more details. You should have received a -copy of the GNU General Public License along with this program. If -not, see http://www.gnu.org/licenses/. - diff -r 6750a9502191 -r 56cf3c9982a1 deploy/linux/deploy-deb.sh --- a/deploy/linux/deploy-deb.sh Mon Apr 13 13:52:05 2015 +0100 +++ b/deploy/linux/deploy-deb.sh Mon Apr 13 13:24:13 2015 +0000 @@ -15,8 +15,6 @@ exit 2 } -set -u - version="$1" arch="$2" @@ -24,6 +22,8 @@ usage fi +set -u + program=tony plugins="chp pyin" diff -r 6750a9502191 -r 56cf3c9982a1 deploy/linux/fix-lintian-bits.sh --- a/deploy/linux/fix-lintian-bits.sh Mon Apr 13 13:52:05 2015 +0100 +++ b/deploy/linux/fix-lintian-bits.sh Mon Apr 13 13:24:13 2015 +0000 @@ -5,6 +5,7 @@ [ -d "$dir" ] || exit 1 strip "$dir"/usr/bin/* +strip "$dir"/usr/lib/*/*.so sz=`du -sx --exclude DEBIAN "$dir" | awk '{ print $1; }'` perl -i -p -e "s/Installed-Size: .*/Installed-Size: $sz/" "$dir"/DEBIAN/control