Your message dated Fri, 20 Jul 2007 14:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#282172: fixed in dhelp 0.5.24-0.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dhelp
Severity: wishlist
Tags: patch

The attached patch changes debian/control, configure.in and configure
to make make the package build with 'libdb4.2-dev' instead of 'libdb3-dev'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/dhelp-0.5.19/debian/control ./debian/control
--- ../tmp-orig/dhelp-0.5.19/debian/control     2004-06-15 13:37:29.000000000 
+0000
+++ ./debian/control    2004-11-20 06:53:29.784255000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
 Standards-Version: 3.1.0.0
-Build-Depends: libdb3-dev, debhelper (>= 4.1.16)
+Build-Depends: libdb4.2-dev, debhelper (>= 4.1.16)
 
 Package: dhelp
 Depends: ${shlibs:Depends}, debconf, perl-modules
diff -urN ../tmp-orig/dhelp-0.5.19/configure.in ./configure.in
--- ../tmp-orig/dhelp-0.5.19/configure.in       2004-09-21 07:49:23.000000000 
+0000
+++ ./configure.in      2004-11-20 06:53:56.810146440 +0000
@@ -24,6 +24,6 @@
 
 dnl Check for libraries
 AC_CHECK_HEADERS(db.h)
-AC_CHECK_LIB(db, db_create)
+LIBS="$LIBS -ldb"
 
 AC_OUTPUT(Makefile)
diff -urN ../tmp-orig/dhelp-0.5.19/configure ./configure
--- ../tmp-orig/dhelp-0.5.19/configure  2004-09-21 07:49:33.000000000 +0000
+++ ./configure 2004-11-20 06:54:22.981167840 +0000
@@ -3141,79 +3141,7 @@
 
 done
 
-
-echo "$as_me:$LINENO: checking for db_create in -ldb" >&5
-echo $ECHO_N "checking for db_create in -ldb... $ECHO_C" >&6
-if test "${ac_cv_lib_db_db_create+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldb  $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char db_create ();
-int
-main ()
-{
-db_create ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s 
conftest.err'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-        { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_db_db_create=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_lib_db_db_create=no
-fi
-rm -f conftest.err conftest.$ac_objext \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_db_db_create" >&5
-echo "${ECHO_T}$ac_cv_lib_db_db_create" >&6
-if test $ac_cv_lib_db_db_create = yes; then
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBDB 1
-_ACEOF
-
-  LIBS="-ldb $LIBS"
-
-fi
-
+LIBS="$LIBS -ldb"
 
           ac_config_files="$ac_config_files Makefile"
 cat >confcache <<\_ACEOF


--- End Message ---
--- Begin Message ---
Source: dhelp
Source-Version: 0.5.24-0.1

We believe that the bug you reported is fixed in the latest version of
dhelp, which is due to be installed in the Debian FTP archive:

dhelp_0.5.24-0.1.dsc
  to pool/main/d/dhelp/dhelp_0.5.24-0.1.dsc
dhelp_0.5.24-0.1.tar.gz
  to pool/main/d/dhelp/dhelp_0.5.24-0.1.tar.gz
dhelp_0.5.24-0.1_amd64.deb
  to pool/main/d/dhelp/dhelp_0.5.24-0.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated dhelp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 20 Jul 2007 16:17:52 +0200
Source: dhelp
Binary: dhelp
Architecture: source amd64
Version: 0.5.24-0.1
Distribution: unstable
Urgency: low
Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description: 
 dhelp      - online help system
Closes: 282172
Changes: 
 dhelp (0.5.24-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build against libdb4.5-dev (Closes: 282172).
   * Update build-system.
Files: 
 6d01637f1d7e79fbe8b3c9f426503e7f 521 doc optional dhelp_0.5.24-0.1.dsc
 82a732f2005d6496a2bd3d33aad0c098 138571 doc optional dhelp_0.5.24-0.1.tar.gz
 812342c9230ae3f867b977a0d68e93d2 42498 doc optional dhelp_0.5.24-0.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGoMU7vGr7W6HudhwRAgPHAJ0RhlSymBR9TqlrG2iSNZN712l7jwCggDab
CV9XHHsEexPJRjuxlTpeHlQ=
=slg/
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to