Remove python 2 support.
authorPeter Michael Green <plugwash@debian.org>
Fri, 30 Aug 2019 20:34:00 +0000 (20:34 +0000)
committerPeter Michael Green <plugwash@debian.org>
Fri, 30 Aug 2019 20:37:17 +0000 (20:37 +0000)
debian/changelog
debian/control
debian/python-pigpio.install [deleted file]
debian/rules

index 6deab157f8079963a4aea9fcc818e152053a70a5..4f079c80ff8efdf74ea3cd4b7835633b9fa0af80 100644 (file)
@@ -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.
index ad56a708ac1869fb5dea136a884a8b24cf5d85e7..4d8990d0e7c8f0386115adb35a3eb6ba693a473f 100644 (file)
@@ -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 (file)
index 630d71b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/python2.7
index 825288bec437a71be1630b5ce2dcff3a2fd76b0d..b95412f5ee478d4daa5404ee3ef9acd29f8cacf5 100755 (executable)
@@ -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