From: Peter Michael Green Date: Sat, 7 Sep 2019 15:39:08 +0000 (+0000) Subject: Manual merge of version 1.68-3+rpi1 and 1.68-4 to produce 1.68-4+rpi1 X-Git-Tag: archive/raspbian/1.68-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bae5ffdeb040d1ee0b0f9286d351b4d1e1267d24;p=pigpio.git Manual merge of version 1.68-3+rpi1 and 1.68-4 to produce 1.68-4+rpi1 --- bae5ffdeb040d1ee0b0f9286d351b4d1e1267d24 diff --cc debian/changelog index a9fd9c9,4f079c8..e32a408 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,10 +1,18 @@@ - 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 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 Thu, 24 Jan 2019 13:31:37 +0000 ++ -- Peter Michael Green 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 Fri, 30 Aug 2019 20:31:21 +0000 pigpio (1.68-3) unstable; urgency=medium diff --cc debian/control index 15acd65,4d8990d..c7bb24f --- a/debian/control +++ b/debian/control @@@ -76,47 -55,6 +76,36 @@@ Description: Client tools for Raspberr . This package provides the pigs and pig2vcd tools. +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: 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: python3-pigpio Section: python Architecture: all diff --cc debian/rules index 9bb1ae3,b95412f..055a6f2 --- a/debian/rules +++ b/debian/rules @@@ -7,7 -7,7 +7,7 @@@ export DEB_BUILD_MAINT_OPTIONS = harden export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security %: - dh $@ --with python2,python3,systemd --parallel - dh $@ --with python3 --parallel ++ dh $@ --with python3,systemd --parallel override_dh_clean: rm -rf build