-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Wed, 9 Oct 2024 10:05:55 +0200 | ||
+ | ||
python3.11 (3.11.9-1) unstable; urgency=medium | ||
|
||
* New upstream release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] <!pkg.@[email protected]>, | ||
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) \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
no-libdb.patch | ||
changelog.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |