Skip to content

Commit 7ce6a83

Browse files
authored
Update no-libdb.patch for python 3.12.5-4 (#2)
What this PR does / why we need it: Fix the failing build because the PR did not apply anymore Which issue(s) this PR fixes: Fixes gardenlinux/gardenlinux#2300
1 parent 9aa8e5f commit 7ce6a83

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

patches/no-libdb.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
diff --color -Naur a/debian/control.in b/debian/control.in
22
--- a/debian/control.in 2024-05-07 12:05:20.265273538 +0200
33
+++ b/debian/control.in 2024-05-07 12:08:32.085167735 +0200
4-
@@ -7,7 +7,7 @@
4+
@@ -8,7 +8,7 @@
55
lsb-release, sharutils,
6-
libreadline-dev | libeditreadline-dev, libncursesw5-dev (>= 5.3), @bd_gcc@
6+
libreadline-dev | libeditreadline-dev, libncurses-dev, @bd_gcc@
77
zlib1g-dev, libbz2-dev, liblzma-dev,
88
- libgdbm-dev, @bd_dbm@,
99
+ libgdbm-dev,
10-
# tk-dev, blt-dev (>= 2.4z),
10+
tk-dev, blt-dev (>= 2.4z),
1111
libssl-dev,
1212
libexpat1-dev,
1313
diff --color -Naur a/debian/rules b/debian/rules
1414
--- a/debian/rules 2024-05-07 12:05:20.265273538 +0200
1515
+++ b/debian/rules 2024-05-07 12:09:20.237141190 +0200
16-
@@ -92,8 +92,7 @@
16+
@@ -90,8 +90,7 @@
1717
# FIXME: remove sid when uploading to unstable, after bookworm is released
1818
#ifneq (,$(filter $(distrelase), jessie stretch buster bullseye bookworm sid precise trusty xenial bionic focal groovy hirsute))
1919
with_dbmmodule = yes
@@ -23,11 +23,11 @@ diff --color -Naur a/debian/rules b/debian/rules
2323
#else
2424
# bd_dbm = libgdbm-compat-dev
2525
# dbmliborder = gdbm:bdb
26-
@@ -820,7 +819,6 @@
26+
@@ -815,7 +814,6 @@
2727
-e "s/@MINPRIO@/$(PY_MINPRIO)/g" \
2828
-e "s/@bd_qual@/$(bd_qual)/g" \
2929
-e "s/@bd_gcc@/$(bd_gcc)/g" \
3030
- -e "s/@bd_dbm@/$(bd_dbm)/g" \
3131
-e "s/@bd_dpkgdev@/$(bd_dpkgdev)/g" \
3232
debian/control.in \
33-
$(if $(with_udeb),debian/control.udeb) \
33+
debian/control.stdlib \

0 commit comments

Comments
 (0)