Hello, As per documentation at https://wiki.debian.org/NmuDep, I am about to upload the following change to delayed/2 in order to fix this RC bug.
Regards dpkg-source: warning: extracting unsigned source package (/home/brian/tree/debian/nmu/python-shortuuid/shortuuid_0.4.3-1.1.dsc) diff -Nru shortuuid-0.4.3/debian/changelog shortuuid-0.4.3/debian/changelog --- shortuuid-0.4.3/debian/changelog 2016-02-13 17:11:21.000000000 +1100 +++ shortuuid-0.4.3/debian/changelog 2016-05-02 11:13:08.000000000 +1000 @@ -1,3 +1,10 @@ +shortuuid (0.4.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS. Add python-pep8 to build-depends. Closes: #818060. + + -- Brian May <b...@debian.org> Mon, 02 May 2016 11:12:25 +1000 + shortuuid (0.4.3-1) unstable; urgency=medium * New upstream release diff -Nru shortuuid-0.4.3/debian/control shortuuid-0.4.3/debian/control --- shortuuid-0.4.3/debian/control 2015-10-08 10:13:39.000000000 +1100 +++ shortuuid-0.4.3/debian/control 2016-05-02 07:49:34.000000000 +1000 @@ -6,7 +6,7 @@ dh-python, python-all (>= 2.6), python-setuptools, - pep8, + python-pep8, python3-all (>= 3.2), python3-setuptools, python3-pep8, -- Brian May <b...@debian.org>