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