#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --sourcedirectory=debian/console

override_dh_gencontrol:
	dh_gencontrol -pttf-ubuntu-font-family -- -v1:$(DEB_VERSION_UPSTREAM_REVISION)
	dh_gencontrol -pfonts-ubuntu-font-family-console -- -v1:$(DEB_VERSION_UPSTREAM_REVISION)
	dh_gencontrol --remaining-packages
