#!/usr/bin/make -f

DISTRIBUTION = $(shell lsb_release -sr)
VERSION = 1.0.0
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
URL = http://www.taler.net/files/$(TARBALL)

%:
	dh $@

override_dh_auto_clean:
#override_dh_auto_test:
#override_dh_auto_build:
#override_dh_auto_install:
#    wget -N --progress=dot:mega $(URL)
#    tar --strip-components=1 -xf $(TARBALL)
#    ./configure --prefix=/usr
#    make
#    make install DESTDIR=debian/memcached
#
#override_dh_gencontrol:
#    dh_gencontrol -- -v$(PACKAGEVERSION)
