From 7c988a647a6ef9e8c7e0a5bdff858fd0cd9a7b89 Mon Sep 17 00:00:00 2001 From: Mikel Ward Date: Wed, 1 Jun 2022 15:21:26 +0100 Subject: [PATCH] Make the Debian package depend on python3 rather than python The 'python' package is python2, but autorandr.py targets python3 since cf4848fe0fe4db3d93477a130dca686e804fb8ff. --- contrib/packaging/debian/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/packaging/debian/debian/control b/contrib/packaging/debian/debian/control index 7fb2be8..f5d6b51 100644 --- a/contrib/packaging/debian/debian/control +++ b/contrib/packaging/debian/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>=9) Standards-Version: 3.9.6 Homepage: https://github.com/phillipberndt/autorandr Architecture: all -Depends: x11-xserver-utils, python +Depends: x11-xserver-utils, python3 Description: Automatically select a display configuration for connected devices Autorandr is a script for managing xrandr configurations based on the connected devices. It can be set up to automatically switch to a stored -- 2.39.2