#! /bin/sh

# Work around gcc bug in Ubuntu 14.04 LTS (Trusty Tahr)
sed -i -e 's/libminizip-dev,/./' debian/control

exit 0
