#!/usr/bin/make -f
### See debhelper(7) (uncomment to enable)
### This is a autogenerated template for debian/rules.
### You must remove unused comment lines for the released package.
###
### Output every command that modifies files on the build system.
#DH_VERBOSE = 1
###
### Make debian/rules to behave like dpkg-buildpackage.
### See /usr/share/doc/debmake/maint-guide.html#variablesrules
###include /usr/share/dpkg/architecture.mk
###
### Copy variable definition lines in pkg-info.mk and vendor.mk
### under /usr/share/dpkg/ to here if they are useful.
###
@EXPORT@### main packaging script based on dh7 syntax
%:
	dh $@ @DHWITH@ @DHBUILDSYSTEM@

### debmake generated override targets
@OVERRIDE@

