diff -Nru python-fswrap-1.0.1/debian/changelog python-fswrap-1.0.1/debian/changelog --- python-fswrap-1.0.1/debian/changelog 2017-07-31 12:44:13.000000000 +0000 +++ python-fswrap-1.0.1/debian/changelog 2018-05-03 13:06:12.000000000 +0000 @@ -1,3 +1,12 @@ +python-fswrap (1.0.1-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Enable autopkgtest. + * Add missing python3-distutils dependency (Closes: #896414). + * Update Vcs-* to point to Salsa. + + -- Andrej Shadura Thu, 03 May 2018 15:06:12 +0200 + python-fswrap (1.0.1-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-fswrap-1.0.1/debian/control python-fswrap-1.0.1/debian/control --- python-fswrap-1.0.1/debian/control 2017-07-31 12:24:01.000000000 +0000 +++ python-fswrap-1.0.1/debian/control 2018-05-03 13:06:12.000000000 +0000 @@ -13,8 +13,9 @@ python3-setuptools Standards-Version: 4.0.0 Homepage: https://github.com/hyde/fswrap -Vcs-Git: git://git.debian.org/collab-maint/python-fswrap.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fswrap.git;a=summary +Vcs-Git: https://salsa.debian.org/debian/python-fswrap +Vcs-Browser: https://salsa.debian.org/debian/python-fswrap +Testsuite: autopkgtest-pkg-python Package: python-fswrap Architecture: all @@ -29,7 +30,7 @@ Package: python3-fswrap Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils Description: unified object oriented interface to file system objects (Python 3) File system operations in Python are distributed across modules: os, os.path, fnmatch, shutil and distutils. This module attempts to make the