Skip to content

Commit

Permalink
Merge pull request #1 from gardenlinux/no-libdb-patch-refresh
Browse files Browse the repository at this point in the history
update no-libdb patch
  • Loading branch information
nkraetzschmar authored May 7, 2024
2 parents c5877f1 + 047ce45 commit cb0847d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions patches/no-libdb.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Subject: Don't require libdb

+++ a/debian/control.in
diff --color -Naur a/debian/control.in b/debian/control.in
--- a/debian/control.in 2024-05-07 12:05:20.265273538 +0200
+++ b/debian/control.in 2024-05-07 12:08:32.085167735 +0200
@@ -7,7 +7,7 @@
lsb-release, sharutils,
libreadline-dev | libeditreadline-dev, libncursesw5-dev (>= 5.3), @bd_gcc@
zlib1g-dev, libbz2-dev, liblzma-dev,
- libgdbm-dev, @bd_dbm@,
+ libgdbm-dev,
tk-dev, blt-dev (>= 2.4z), libssl-dev,
libexpat1-dev, libmpdec-dev (>= 2.5.1~),
libbluetooth-dev [linux-any] <!pkg.@PVER@.nobluetooth>,
+++ a/debian/rules
@@ -88,8 +88,7 @@
# tk-dev, blt-dev (>= 2.4z),
libssl-dev,
libexpat1-dev,
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 @@
# 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
Expand All @@ -21,7 +23,7 @@ Subject: Don't require libdb
#else
# bd_dbm = libgdbm-compat-dev
# dbmliborder = gdbm:bdb
@@ -812,7 +811,6 @@
@@ -820,7 +819,6 @@
-e "s/@MINPRIO@/$(PY_MINPRIO)/g" \
-e "s/@bd_qual@/$(bd_qual)/g" \
-e "s/@bd_gcc@/$(bd_gcc)/g" \
Expand Down

0 comments on commit cb0847d

Please sign in to comment.