From 3f205c524416d448d08072c988f93e95fa4e9053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 10 Jul 2024 09:08:17 +0000 Subject: [PATCH] virtnbdbackup: drop target specific python3 version instead use generic v3 one. --- helpers/make-virtnbdbackup | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/helpers/make-virtnbdbackup b/helpers/make-virtnbdbackup index 0971d4f..fc5dccf 100644 --- a/helpers/make-virtnbdbackup +++ b/helpers/make-virtnbdbackup @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2023 Luis Guzmán +# Copyright (C) 2024 Luis Guzmán # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,9 +23,5 @@ REPOKEY=6ED0E7B82643E131 BACKPORTS=true . ./config -# Set on a supported python version -sed -i "s|python3.11|python3.12|" debian/control -sed -i "/PYBUILD_INTERPRETERS/s|python3.11|python3.12|" debian/rules - changelog "Imported into Trisquel" package