#!/usr/bin/make -f DEB_PYTHON2_MODULE_PACKAGES = doconce include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk DEB_COMPRESS_EXCLUDE_ALL := .py .do.txt .sh USCAN_DESTDIR := $(CURDIR) get-orig-source: uscan --no-conf --force-download --verbose --destdir $(USCAN_DESTDIR) \ --download-version $(DEB_UPSTREAM_VERSION) \ --upstream-version $(DEB_UPSTREAM_VERSION)