- pigpio (1.68-3+rpi1) buster-staging; urgency=medium
++pigpio (1.68-4+rpi1) bullseye-staging; urgency=medium
+
++ [changes brought forward from 1.68-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 24 Jan 2019 13:31:37 +0000]
+ * Add back systemd stuff and ensure systemd unit is only installed in pigpiod package.
+ * Add server related packages and metapackage.
+
- -- Peter Michael Green <plugwash@raspbian.org> Thu, 24 Jan 2019 13:31:37 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Sat, 07 Sep 2019 03:14:40 +0000
++
+ pigpio (1.68-4) unstable; urgency=medium
+
+ * Remove python 2 support (Closes: 937289).
+ + Drop python-pigpio package.
+ + Update control and rules.
+
+ -- Peter Michael Green <plugwash@debian.org> Fri, 30 Aug 2019 20:31:21 +0000
pigpio (1.68-3) unstable; urgency=medium
.
This package provides the pigs and pig2vcd tools.
- Package: python-pigpio
- Section: python
- Architecture: all
- Depends: ${misc:Depends}, ${python:Depends}
- Recommends: pigpio
- Description: Python module which talks to the pigpio daemon (Python 2)
- Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely.
- .
- This package provides the python 2 client library.
-
+Package: pigpiod
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: pigpio (<< 1.68-1)
+Description: Client tools for Raspberry Pi GPIO control
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This package provides the pigpiod daemon which offers a socket and pipe
+ interface to the underlying library.
+
+Package: pigpio
+Architecture: any
+Depends:
+ libpigpiod-if2-1 (= ${binary:Version}),
+ libpigpiod-if1 (= ${binary:Version}),
+ libpigpiod-if-dev (= ${binary:Version}),
+ pigpio-tools (= ${binary:Version}),
+ libpigpio1 (= ${binary:Version}),
+ libpigpio-dev (= ${binary:Version}),
+ pigpio-tools (= ${binary:Version}),
+ pigpiod (= ${binary:Version}),
+ pigpio (= ${binary:Version})
+Description: Raspberry Pi GPIO control transitional package.
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This is a transitional package that installs everything that was previously
+ included in the pigpio package before the package split
+
Package: python3-pigpio
Section: python
Architecture: all