Followup-For: Bug #867450 Control: tag -1 pending This will be fixed in the next stretch point release with the attached patch.
Andreas
diff -Nru python-pyperclip-1.5.27/debian/changelog python-pyperclip-1.5.27/debian/changelog --- python-pyperclip-1.5.27/debian/changelog 2016-07-01 17:47:10.000000000 +0200 +++ python-pyperclip-1.5.27/debian/changelog 2018-01-13 23:56:47.000000000 +0100 @@ -1,3 +1,16 @@ +python-pyperclip (1.5.27-3~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <[email protected]> Sat, 13 Jan 2018 23:56:47 +0100 + +python-pyperclip (1.5.27-3) unstable; urgency=medium + + * Fix typo in Depends for python3 package (Closes: #867450) + + -- Sebastien Delafond <[email protected]> Fri, 07 Jul 2017 10:38:02 +0200 + python-pyperclip (1.5.27-2) unstable; urgency=medium * Relax dependencies on python QT libraries (Closes: #816821) diff -Nru python-pyperclip-1.5.27/debian/control python-pyperclip-1.5.27/debian/control --- python-pyperclip-1.5.27/debian/control 2016-07-01 17:47:10.000000000 +0200 +++ python-pyperclip-1.5.27/debian/control 2017-07-07 10:38:02.000000000 +0200 @@ -20,7 +20,7 @@ Package: python3-pyperclip Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xclip | xsel | python3-pyqt4 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, xclip | xsel | python3-pyqt4 Description: Cross-platform clipboard module for Python3 This module is a cross-platform Python3 module for copy and paste clipboard functions. Currently only handles plaintext.

