#!/bin/sh

# Squeeze has an older debhelper:
sed -i -e '/^Build-Depends:/s/debhelper (>= 9)/debhelper (>= 8)/' debian/control
echo 8 >debian/compat
