diff -Nru gitlint-0.9.0/debian/changelog gitlint-0.9.0/debian/changelog --- gitlint-0.9.0/debian/changelog 2018-01-15 11:37:13.000000000 +0000 +++ gitlint-0.9.0/debian/changelog 2018-02-18 21:48:41.000000000 +0000 @@ -1,3 +1,9 @@ +gitlint (0.9.0-2) unstable; urgency=medium + + * Add missing dependency python3-sh (Closes: #887789) + + -- Patrik Hagedorn Sun, 18 Feb 2018 22:48:41 +0100 + gitlint (0.9.0-1) unstable; urgency=medium * Initial packaging (Closes: #886864) diff -Nru gitlint-0.9.0/debian/control gitlint-0.9.0/debian/control --- gitlint-0.9.0/debian/control 2018-01-15 11:37:13.000000000 +0000 +++ gitlint-0.9.0/debian/control 2018-02-18 21:48:41.000000000 +0000 @@ -18,7 +18,10 @@ Package: gitlint Architecture: all -Depends: git, ${misc:Depends}, ${python3:Depends} +Depends: git, + ${misc:Depends}, + ${python3:Depends}, + python3-sh Description: Git commit message linter written in Python Git commit message linter written in Python, checks your commit messages for style.