#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
### See debhelper(7) (uncomment to enable)
### This is an autogenerated template for debian/rules.
###
### Output every command that modifies files on the build system.
#export DH_VERBOSE = 1
###
### Copy some variable definitions from 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@

