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

DESTDIR := debian/tweet-django

%:
	dh $@ --with python3,systemd,apache2

override_dh_auto_install:
	# Do nothing fancy, just dh_install and friends which will happen automatically anyway

