diff -Nru fabric-2.5.0/debian/changelog fabric-2.5.0/debian/changelog --- fabric-2.5.0/debian/changelog 2019-12-08 15:58:47.000000000 +0000 +++ fabric-2.5.0/debian/changelog 2021-05-31 10:00:56.000000000 +0000 @@ -1,3 +1,10 @@ +fabric (2.5.0-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add dependency on python3-decorator (Closes: #956320) + + -- Luca Boccassi Mon, 31 May 2021 11:00:56 +0100 + fabric (2.5.0-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru fabric-2.5.0/debian/control fabric-2.5.0/debian/control --- fabric-2.5.0/debian/control 2019-12-08 15:55:45.000000000 +0000 +++ fabric-2.5.0/debian/control 2021-05-31 09:57:31.000000000 +0000 @@ -20,6 +20,7 @@ Package: fabric Architecture: all Depends: python3-fabric (>= ${source:Version}), + python3-decorator, python3-pkg-resources, ${misc:Depends}, ${python3:Depends},