diff -Nru gpsd-3.20/debian/changelog gpsd-3.20/debian/changelog --- gpsd-3.20/debian/changelog 2020-03-28 21:16:13.000000000 +0000 +++ gpsd-3.20/debian/changelog 2020-04-09 09:09:55.000000000 +0000 @@ -1,3 +1,16 @@ +gpsd (3.20-8) unstable; urgency=medium + + * [62aa4951] Remove last traces of python2. (Closes: #936645) + + -- Bernd Zeimetz Thu, 09 Apr 2020 11:09:55 +0200 + +gpsd (3.20-7) unstable; urgency=medium + + * [4a08d30e] Remove libdbus-glib-1-dev build-dep. + Thanks to Simon McVittie (Closes: #955846) + + -- Bernd Zeimetz Sun, 05 Apr 2020 23:16:32 +0200 + gpsd (3.20-6) unstable; urgency=medium [ Bernd Zeimetz ] diff -Nru gpsd-3.20/debian/control gpsd-3.20/debian/control --- gpsd-3.20/debian/control 2020-03-28 21:16:13.000000000 +0000 +++ gpsd-3.20/debian/control 2020-04-09 09:09:55.000000000 +0000 @@ -35,7 +35,7 @@ adduser (>= 3.34), ${shlibs:Depends}, ${misc:Depends}, libgps26 (= ${binary:Version}) -Recommends: udev [linux-any], ${python:Depends}, python +Recommends: udev [linux-any], ${python3:Depends}, python3 Breaks: ${gpsd:Breaks} Suggests: gpsd-clients, dbus, apparmor Conflicts: fso-gpsd @@ -54,7 +54,7 @@ Architecture: any Section: debug Suggests: gpsd-dbgsym -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libgps26 (= ${binary:Version}) | gpsd (= ${binary:Version}) | gpsd-clients (= ${binary:Version}) | python3-gps (= ${binary:Version}) Description: Global Positioning System - debugging symbols The gpsd service daemon can monitor one or more GPS devices connected to @@ -87,8 +87,8 @@ Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Recommends: gpsd -Provides: ${python:Provides} -Breaks: ${python:Breaks} +Provides: ${python3:Provides} +Breaks: ${python3:Breaks} Description: Global Positioning System - Python 3 libraries The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the diff -Nru gpsd-3.20/debian/control.in gpsd-3.20/debian/control.in --- gpsd-3.20/debian/control.in 2020-03-28 21:16:13.000000000 +0000 +++ gpsd-3.20/debian/control.in 2020-04-09 09:09:55.000000000 +0000 @@ -35,7 +35,7 @@ adduser (>= 3.34), ${shlibs:Depends}, ${misc:Depends}, libgpsLIBGPSSONAME (= ${binary:Version}) -Recommends: udev [linux-any], ${python:Depends}, python +Recommends: udev [linux-any], ${python3:Depends}, python3 Breaks: ${gpsd:Breaks} Suggests: gpsd-clients, dbus, apparmor Conflicts: fso-gpsd @@ -54,7 +54,7 @@ Architecture: any Section: debug Suggests: gpsd-dbgsym -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libgpsLIBGPSSONAME (= ${binary:Version}) | gpsd (= ${binary:Version}) | gpsd-clients (= ${binary:Version}) | python3-gps (= ${binary:Version}) Description: Global Positioning System - debugging symbols The gpsd service daemon can monitor one or more GPS devices connected to @@ -87,8 +87,8 @@ Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Recommends: gpsd -Provides: ${python:Provides} -Breaks: ${python:Breaks} +Provides: ${python3:Provides} +Breaks: ${python3:Breaks} Description: Global Positioning System - Python 3 libraries The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the