#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for the Debian/GNU Linux rkward-keyring package
# Copyright 2020 by m.eik michalke <meik.michalke@hhu.de>

%:
	dh $@

override_dh_builddeb:
	dh_builddeb -- -Zxz
