summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Michael Green <plugwash@debian.org>2019-08-30 20:34:00 +0000
committerPeter Michael Green <plugwash@debian.org>2019-08-30 20:37:17 +0000
commitedb6ffdb45648a882874a0dbad38f591b1c1f9ea (patch)
tree0b0dc08ac204eaabf2068e6a03b378a9b28cc26c
parentd099063f00a8be3ead5d542aa1426b6fec447c6b (diff)
Remove python 2 support.debian/1.68-4archive/debian/1.68-4
-rw-r--r--debian/changelog8
-rw-r--r--debian/control14
-rw-r--r--debian/python-pigpio.install1
-rwxr-xr-xdebian/rules2
4 files changed, 10 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 6deab15..4f079c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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
* Fix short description for libpigpiod-if-dev package.
diff --git a/debian/control b/debian/control
index ad56a70..4d8990d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pigpio
Section: utils
Priority: optional
Maintainer: Peter Michael Green <plugwash@debian.org>
-Build-Depends: debhelper (>= 9.20160709), dh-python, python-all, python-setuptools,
+Build-Depends: debhelper (>= 9.20160709), dh-python,
python3-all, python3-setuptools
Standards-Version: 4.2.0
Homepage: http://abyz.co.uk/rpi/pigpio/
@@ -55,18 +55,6 @@ Description: Client tools for Raspberry Pi GPIO control
.
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. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
- .
- This package provides the python 2 client library.
-
Package: python3-pigpio
Section: python
Architecture: all
diff --git a/debian/python-pigpio.install b/debian/python-pigpio.install
deleted file mode 100644
index 630d71b..0000000
--- a/debian/python-pigpio.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/python2.7
diff --git a/debian/rules b/debian/rules
index 825288b..b95412f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security
%:
- dh $@ --with python2,python3 --parallel
+ dh $@ --with python3 --parallel
override_dh_clean:
rm -rf build