Control: tags -1 + patch On Mon, Oct 21, 2019 at 01:19:29PM +0200, Andreas Henriksson wrote: > Package: nautilus-admin > Version: 1.1.9-2 > Severity: important > Control: block 937115 by -1 > User: pkg-gnome-maintain...@lists.alioth.debian.org > Usertags: oldlibs python-nautilus > > Hello, > > Your package nautilus-admin 1.1.9-2 depends on the python(2) bindings > for nautilus. [...]
The package seems to already contain code that works with python3 so fixing this seems as easy as just replacing 'python-nautilus' dependency with 'python3-nautilus' in debian/control. Debdiff attached. Regards, Andreas Henriksson
diff -Nru nautilus-admin-1.1.9/debian/changelog nautilus-admin-1.1.9/debian/changelog --- nautilus-admin-1.1.9/debian/changelog 2019-01-29 02:14:28.000000000 +0100 +++ nautilus-admin-1.1.9/debian/changelog 2019-10-23 22:08:20.000000000 +0200 @@ -1,3 +1,10 @@ +nautilus-admin (1.1.9-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Switch to python3-nautilus (Closes: #942771) + + -- Andreas Henriksson <andr...@fatal.se> Wed, 23 Oct 2019 22:08:20 +0200 + nautilus-admin (1.1.9-2) unstable; urgency=medium * Add more details to debian/upstream/metadata. diff -Nru nautilus-admin-1.1.9/debian/control nautilus-admin-1.1.9/debian/control --- nautilus-admin-1.1.9/debian/control 2019-01-27 19:53:34.000000000 +0100 +++ nautilus-admin-1.1.9/debian/control 2019-10-23 22:08:17.000000000 +0200 @@ -14,7 +14,7 @@ Depends: gir1.2-gtk-3.0, gvfs-backends (>= 1.30), nautilus, - python-nautilus, + python3-nautilus, ${misc:Depends} Recommends: gedit Enhances: nautilus