Your message dated Thu, 20 Apr 2023 10:57:13 +0200
with message-id <[email protected]>
and subject line camldbm has been removed from Debian
has caused the Debian Bug report #827957,
regarding camldbm: Migration for libgdbm in experimental
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
827957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827957
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: camldbm
Severity: important
Tags: patch
Dear Maintainer,
Please, consided attached debdiff, that enable your package to build
aganist latest gdbm package.
Note, that with this patch your package will not build aganist gdbm in
sid.
diff -Nru camldbm-1.0/debian/control camldbm-1.0/debian/control
--- camldbm-1.0/debian/control 2013-12-08 00:08:13.000000000 +0400
+++ camldbm-1.0/debian/control 2016-06-23 11:59:49.000000000 +0300
@@ -7,6 +7,7 @@
Build-Depends:
debhelper (>= 9),
libgdbm-dev,
+ libgdbm-compat-dev,
ocaml-nox,
ocaml-findlib,
dh-ocaml
diff -Nru camldbm-1.0/debian/patches/0002-fix-configure-script.patch
camldbm-1.0/debian/patches/0002-fix-configure-script.patch
--- camldbm-1.0/debian/patches/0002-fix-configure-script.patch 1970-01-01
03:00:00.000000000 +0300
+++ camldbm-1.0/debian/patches/0002-fix-configure-script.patch 2016-06-23
11:59:37.000000000 +0300
@@ -0,0 +1,17 @@
+Description: Fix configure script
+ Script used spoiled $? variable, instead of saved value.
+Author: Dmitry Bogatov <[email protected]>
+Last-Update: 2016-06-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure
++++ b/configure
+@@ -35,7 +35,7 @@ hasgot() {
+ ${CC:-cc} -I$1 -o hasgot.exe hasgot.c $3 $4
+ res=$?
+ rm -f hasgot.c hasgot.exe
+- return $?
++ return $res
+ }
+
+ dbm_include="not found"
diff -Nru camldbm-1.0/debian/patches/series camldbm-1.0/debian/patches/series
--- camldbm-1.0/debian/patches/series 2013-12-08 00:08:29.000000000 +0400
+++ camldbm-1.0/debian/patches/series 2016-06-23 11:57:58.000000000 +0300
@@ -1 +1,2 @@
0001-Improve-Makefile.patch
+0002-fix-configure-script.patch
--- End Message ---
--- Begin Message ---
Version: 1.0-2+rm
camldbm was last released with Debian 8 (jessie)
in April 2015 and has been removed from the Debian archive afterwards.
See https://bugs.debian.org/795302 for details on the removal.
Regular security support for jessie ended in June 2018 and LTS support
ended in June 2020. I'm closing the remaining bug reports now.
Andreas
--- End Message ---