diff --git a/helpers/make-virtnbdbackup b/helpers/make-virtnbdbackup index 8bb7704..a4d9be5 100644 --- a/helpers/make-virtnbdbackup +++ b/helpers/make-virtnbdbackup @@ -17,14 +17,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 +VERSION=1 EXTERNAL='deb-src http://ftp.us.debian.org/debian trixie main' REPOKEY=6ED0E7B82643E131 BACKPORTS=true . ./config # Set on a supported python version -sed -i "s|X-Python3-Version:.*|X-Python3-Version: >= 3.10|" debian/control +sed -i "s|python3.11|python3.10|" debian/control +sed -i "/PYBUILD_INTERPRETERS/s|python3.11|python3.10|" debian/rules changelog "Imported into Trisquel" package