diff -Nru python-fasteners-0.12.0/debian/changelog python-fasteners-0.12.0/debian/changelog --- python-fasteners-0.12.0/debian/changelog 2015-08-04 09:03:17.000000000 +0000 +++ python-fasteners-0.12.0/debian/changelog 2016-02-04 16:49:11.000000000 +0000 @@ -1,3 +1,17 @@ +python-fasteners (0.12.0-2ubuntu1) xenial; urgency=low + + * Merge from Debian unstable. Remaining changes: + - d/control: Drop BD on sphinx-rtd-theme for Ubuntu MIR; optional + dependency and no documentation is built as part of this package. + + -- James Page Thu, 04 Feb 2016 16:49:09 +0000 + +python-fasteners (0.12.0-2) unstable; urgency=medium + + * Fixed typo in long description (Closes: #802195). + + -- Thomas Goirand Fri, 23 Oct 2015 12:24:51 +0000 + python-fasteners (0.12.0-1ubuntu1) wily; urgency=medium * d/control: Drop BD on sphinx-rtd-theme for Ubuntu MIR; optional @@ -10,3 +24,4 @@ * Initial release. (Closes: #792497) -- Thomas Goirand Wed, 15 Jul 2015 14:13:32 +0200 + diff -Nru python-fasteners-0.12.0/debian/control python-fasteners-0.12.0/debian/control --- python-fasteners-0.12.0/debian/control 2015-08-04 08:59:48.000000000 +0000 +++ python-fasteners-0.12.0/debian/control 2015-10-23 17:11:48.000000000 +0000 @@ -33,7 +33,7 @@ ${misc:Depends}, ${python:Depends}, Description: provides useful locks - Python 2.7 - Fasterners is a Python package that provides useful locks. It includes locking + Fasteners is a Python package that provides useful locks. It includes locking decorator (that acquires instance objects lock(s), acquires on method entry and releases on method exit), reader-writer locks, inter-process locks and generic lock helpers. @@ -47,7 +47,7 @@ ${misc:Depends}, ${python3:Depends}, Description: provides useful locks - Python 3.x - Fasterners is a Python package that provides useful locks. It includes locking + Fasteners is a Python package that provides useful locks. It includes locking decorator (that acquires instance objects lock(s), acquires on method entry and releases on method exit), reader-writer locks, inter-process locks and generic lock helpers.