From 3e526b3e92cd5d0b7cededae2fd2c32d8686347b Mon Sep 17 00:00:00 2001 From: Adrian Iain Lam Date: Fri, 5 Dec 2025 18:27:03 +0000 Subject: [PATCH] Fix launchpad build error See https://askubuntu.com/q/1263305 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/files | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22cde04..84935fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-keyboard-led (1.2-3) bionic; urgency=medium + + * Fix other errors in debian scripts + + -- Adrian I Lam Fri, 05 Dec 2025 18:30:17 +0000 + indicator-keyboard-led (1.2-2) bionic; urgency=medium * Fix pkill command in debian scripts diff --git a/debian/control b/debian/control index 4f1e6b4..89a8117 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: indicator-keyboard-led Section: utils Priority: optional Maintainer: Adrian I Lam -Build-Depends: debhelper (>=9), python3 +Build-Depends: debhelper (>=9), python3, dh-python Standards-Version: 3.9.7 Homepage: https://github.com/adrianiainlam/indicator-keyboard-led Vcs-Git: https://github.com/adrianiainlam/indicator-keyboard-led.git diff --git a/debian/files b/debian/files index 93b8c46..2d9bdbe 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -indicator-keyboard-led_1.2-2_source.buildinfo utils optional +indicator-keyboard-led_1.2-3_source.buildinfo utils optional -- 2.7.4