-
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
2 changed files
with
7 additions
and
4 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 |
---|---|---|
|
@@ -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 | ||
@@ -92,8 +92,7 @@ | ||
@@ -89,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 | ||
|
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,2 +1,5 @@ | ||
apt_src python3.11 | ||
git_src --branch 3.11.2-6+deb12u3 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 | ||
apply_patches |