#!/bin/sh

# Remove the building with hardening-wrapper, as it is not available 
# in Etch.
sed -i -e '/DEB_BUILD_HARDENING/d' debian/rules
sed -i -e 's/hardening-wrapper,//' debian/control
