#!/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
###
### Define DEB_HOST_* and  DEB_BUILD_* variables using
### dpkg-architecture(1) if they are used in this file. E.g.: 
###DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
###DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
###
### 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@

