#!/bin/sh
#
# dh_make in 2005 didn't generate a compat file for debhelper or a watch
# file, so remove the ones that are copied over from the template.

rm -f "$1"/debian/compat
rm -f "$1"/debian/watch
