Control: tag -1 + patch Attached you can find a patch for the fix.
-- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/
diff --git a/debian/changelog b/debian/changelog index ebd2910..52d18de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gpsd (3.17-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Mark libgps-dev as Multi-Arch: same to allow coinstalability. + + -- Lisandro Damián Nicanor Pérez Meyer <[email protected]> Thu, 01 Nov 2018 13:25:58 -0300 + gpsd (3.17-5) unstable; urgency=medium * [fd1e83f9] Add pkg-config as Build-Dependency. diff --git a/debian/control b/debian/control index 6166437..354fb5e 100644 --- a/debian/control +++ b/debian/control @@ -118,6 +118,7 @@ Description: Global Positioning System - library Package: libgps-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: libgps23 (= ${binary:Version}), ${misc:Depends}, pkg-config Conflicts: gpsd (<< 2.34.dfsg-1)

