#!/usr/bin/make -f

# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@

DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
export LIB_VERSION=19.6
export FILE_VERSION=19.1

ifeq ($(DEB_HOST_ARCH),amd64)
        export ARCH=64
else
        export ARCH=
endif
