#! /bin/sh

#set -xe

#if ! which dch >/dev/null; then
#	echo >&2 "please install devscripts"
#	exit 1
#fi

#if ! which debootstrap >/dev/null; then
#	echo >&2 "please install debootstrap"
#	exit 1
#fi

#exec germinate-update-metapackage --vcs

#! /usr/bin/make -f

export DH_VERBOSE=1

override_dh_auto_clean:
	rm -fv *-amd64 \
		*-armhf \
		*-arm64 \
		*.old \
		debootstrap-version
	dh_auto_clean

%:

	dh $@ --with germinate
