From f9de701566a4b11a0917952b5784336a3a933530 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Mon, 24 Jan 2022 12:21:04 +0900 Subject: [PATCH] debian: Remove trailing `.0` from package version The package version has an extra `.0` at the end, which makes the version of this package different from the other toolbox packages. This commit removes the extra `.0` from the package version. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4a48118..492dbc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -toolbox-linux (0.1.0-1) unstable; urgency=medium +toolbox-linux (0.1-1) unstable; urgency=medium * New modules - acpi/ac: Functions for querying power supply information -- 2.47.3