summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-05-19 18:10:06 -0500
committerAníbal Limón <anibal.limon@linaro.org>2020-05-19 18:10:06 -0500
commit9f42d1ad225bf55cf294dc21fcfe9606075327cf (patch)
tree198c52ef5ae8d16e5a41004489748d88bf5b26f1
parentc8df229c4c892f432df846ca499b5202b8e0321e (diff)
Updating debian/control from debian/control.indebian/3.20-11+linaro1
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 0011b3d..edb366c 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Architecture: any
Depends: netbase | systemd-sysv, lsb-base (>= 3.2-13),
adduser (>= 3.34),
${shlibs:Depends}, ${misc:Depends},
- libgps25 (= ${binary:Version}),
+ libgps26 (= ${binary:Version}),
${python3:Depends}, python3
Recommends: udev [linux-any], gpsd-tools
Breaks: ${gpsd:Breaks}, gpsd-tools (<< 3.20-10), gpsd-clients (<< 3.20-9)
@@ -60,7 +60,7 @@ Architecture: any
Section: debug
Suggests: gpsd-dbgsym
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, ${python3:Depends},
- libgps25 (= ${binary:Version}) | gpsd (= ${binary:Version}) | gpsd-clients (= ${binary:Version}) | python3-gps (= ${binary:Version})
+ 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
a host computer, making all data on the location and movements of the
@@ -73,7 +73,7 @@ Description: Global Positioning System - debugging symbols
Package: gpsd-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libgps25 (= ${binary:Version}),
+ libgps26 (= ${binary:Version}),
Suggests: gpsd
Breaks: python-gps, gpsd (<< 3.20-9)
Replaces: python-gps
@@ -88,7 +88,7 @@ Description: Global Positioning System - tools
Package: gpsd-clients
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libgps25 (= ${binary:Version}),
+ libgps26 (= ${binary:Version}),
gpsd-tools (= ${binary:Version}),
python3-gps, python3-gi, python3-cairo, gir1.2-gtk-3.0, python3-serial, python3-gi-cairo, ${python3:Depends},
python3
@@ -103,6 +103,7 @@ Description: Global Positioning System - clients
This package contains auxiliary tools and example clients for monitoring,
testing, latency-profiling, device configuration and simulating gpsd.
+
Package: python3-gps
Architecture: any
Section: python
@@ -118,7 +119,7 @@ Description: Global Positioning System - Python 3 libraries
This package contains a Python 3 interface to connect to gpsd, together with
a module providing a controlled testing environment.
-Package: libgps25
+Package: libgps26
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -140,7 +141,7 @@ Description: Global Positioning System - library
Package: libgps-dev
Architecture: any
Section: libdevel
-Depends: libgps25 (= ${binary:Version}), ${misc:Depends}, pkg-config
+Depends: libgps26 (= ${binary:Version}), ${misc:Depends}, pkg-config
Description: Global Positioning System - development files
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
@@ -149,7 +150,7 @@ Description: Global Positioning System - development files
This package contains the header and development files needed to build
programs and packages using libgps.
-Package: libqgpsmm25
+Package: libqgpsmm26
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -169,7 +170,7 @@ Package: libqgpsmm-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, pkg-config,
- libqgpsmm25 (= ${binary:Version}),
+ libqgpsmm26 (= ${binary:Version}),
libgps-dev (= ${binary:Version})
Description: Global Positioning System - Qt wrapper for libgps (development)
The gpsd service daemon can monitor one or more GPS devices connected to