#!/usr/bin/make -f
# debian/rules for transtermhp
# Author: Alex Mestiashvili <alex@biotec.tu-dresden.de>

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This has to be exported to make some magic below work.
export DH_OPTIONS


%:
	dh $@ 

# test: target in Makefile is broken.
# don't forget to notify upstream.
override_dh_auto_test:
	echo "Testing is not possible since upstream source is lacking needed input files."

override_dh_installchangelogs:
	dh_installchangelogs RELEASE-NOTES.txt

get-orig-source:
	. debian/get-orig-source
