diff --git a/debian/control b/debian/control index b22ae71..0533620 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,8 @@ Section: python Priority: optional Maintainer: Agustin Henze +Uploaders: + IƱaki Malerba , Build-Depends: debhelper (>= 11), dh-python, diff --git a/debian/rules b/debian/rules index 57c964a..dc15e02 100755 --- a/debian/rules +++ b/debian/rules @@ -21,3 +21,14 @@ set -ex; \ cd docs; \ make html + +override_dh_auto_test: +# Run on autopkgtests + +get-orig-source: + @if [ ! -d "debian" ] ; then \ + echo 'Run this from the top directory of the Debian source' >&2; \ + exit 1; \ + fi + uscan --noconf --verbose --rename --destdir=$(CURDIR) \ + --check-dirname-level=0 --force-download --download-version $(UVERSION)