Source: pigpio
Version: 1.78-1.1
Severity: minor
Dear Maintainer,
pigpio is pointing at the wrong Homepage - current one is 404 and an
easy typo to make (co.uk vs. me.uk).
In addition, the python package doesn't recommend the tools one so it
gets installed.
I couldn't find the source on Salsa, so here is patch to set the right
values in d/control.
-- System Information:
Debian Release: 13.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
--
Regards,
Ahmad
diff --color -U3 -dHrN -- debian/control debian-new/control
--- debian/control 2025-06-20 19:24:07.980203278 +0100
+++ debian-new/control 2025-06-20 19:25:52.028203325 +0100
@@ -5,7 +5,7 @@
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9.20160709), dh-python,
python3-all, python3-setuptools
Standards-Version: 4.2.0
-Homepage: http://abyz.co.uk/rpi/pigpio/
+Homepage: https://abyz.me.uk/rpi/pigpio/
Package: libpigpiod-if2-1t64
Provides: ${t64:Provides}
@@ -65,7 +65,7 @@
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: pigpio
+Recommends: pigpio-tools
Description: Python module which talks to the pigpio daemon (Python 3)
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