diff --git a/patches/changelog.patch b/patches/changelog.patch new file mode 100644 index 0000000..d228612 --- /dev/null +++ b/patches/changelog.patch @@ -0,0 +1,14 @@ +diff --git a/debian/changelog b/debian/changelog +index 1db327b..339c844 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,9 @@ ++python3.11 (3.11.10) unstable; urgency=medium ++ ++ * New upstream release. ++ ++ -- Jan Alexander Preisslea Wed, 9 Oct 2024 10:05:55 +0200 ++ + python3.11 (3.11.9-1) unstable; urgency=medium + + * New upstream release. diff --git a/patches/no-libdb.patch b/patches/no-libdb.patch index 0ef20ca..785a885 100644 --- a/patches/no-libdb.patch +++ b/patches/no-libdb.patch @@ -7,13 +7,13 @@ diff --color -Naur a/debian/control.in b/debian/control.in zlib1g-dev, libbz2-dev, liblzma-dev, - libgdbm-dev, @bd_dbm@, + libgdbm-dev, - tk-dev, blt-dev (>= 2.4z), libssl-dev, + # tk-dev, blt-dev (>= 2.4z), + libssl-dev, libexpat1-dev, - libbluetooth-dev [linux-any] , diff --color -Naur a/debian/rules b/debian/rules --- a/debian/rules 2024-05-07 12:05:20.265273538 +0200 +++ b/debian/rules 2024-05-07 12:09:20.237141190 +0200 -@@ -89,8 +92,7 @@ +@@ -92,8 +92,7 @@ # FIXME: remove sid when uploading to unstable, after bookworm is released #ifneq (,$(filter $(distrelase), jessie stretch buster bullseye bookworm sid precise trusty xenial bionic focal groovy hirsute)) with_dbmmodule = yes @@ -31,3 +31,4 @@ diff --color -Naur a/debian/rules b/debian/rules -e "s/@bd_dpkgdev@/$(bd_dpkgdev)/g" \ debian/control.in \ $(if $(with_udeb),debian/control.udeb) \ + diff --git a/patches/series b/patches/series index 90806c2..451f0cc 100644 --- a/patches/series +++ b/patches/series @@ -1 +1,2 @@ no-libdb.patch +changelog.patch diff --git a/prepare_source b/prepare_source index 38d32bf..6eaef4f 100644 --- a/prepare_source +++ b/prepare_source @@ -1,8 +1,10 @@ -git_src --branch 3.11.2-6+deb12u3 https://salsa.debian.org/cpython-team/python3.git +git_src --branch 3.11.9-1 https://salsa.debian.org/cpython-team/python3.git # Debian does not keep track of the source-code within salsa. Hence, we need # to download the code ourself. -git_src --branch v3.11.2 https://github.com/python/cpython.git +git_src --branch v3.11.10 https://github.com/python/cpython.git apply_patches # Build with the 1443 build environment. -version_suffix=gardenlinux0+bp1443 +#version_suffix=gardenlinux0+bp1443 +version_orig=3.11.10 +version="$version_orig-0"