#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

execute_after_dh_clean:
	debconf-updatepo
