Control: tags 896403 + patch Control: tags 896403 + pending Dear maintainer,
I've prepared an NMU for faker (versioned as 0.7.7-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru faker-0.7.7/debian/changelog faker-0.7.7/debian/changelog --- faker-0.7.7/debian/changelog 2017-01-31 08:32:59.000000000 +0200 +++ faker-0.7.7/debian/changelog 2018-06-03 23:17:06.000000000 +0300 @@ -1,3 +1,11 @@ +faker (0.7.7-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * python-fake-factory: Add the missing dependency + on python-ipaddress. (Closes: #896403) + + -- Adrian Bunk <b...@debian.org> Sun, 03 Jun 2018 23:17:06 +0300 + faker (0.7.7-2) unstable; urgency=high * Fix Non-determistically FTBFS due to tests sometimes exposing diff -Nru faker-0.7.7/debian/control faker-0.7.7/debian/control --- faker-0.7.7/debian/control 2017-01-30 23:27:11.000000000 +0200 +++ faker-0.7.7/debian/control 2018-06-03 23:17:06.000000000 +0300 @@ -23,7 +23,7 @@ Package: python-fake-factory Architecture: all Depends: ${misc:Depends}, - ${python:Depends} + ${python:Depends}, python-ipaddress Description: Faker is a Python library that generates fake data (Python 2) The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service.