Your message dated Wed, 13 Dec 2006 10:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402868: fixed in acidbase 1.2.7-2
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: acidbase
Version: 1.2.7-1
Severity: important
Tags: patch

Acidbase does not setup properly Postgresql access through dbconfig-common
since dbconfig uses 'pgsql' for the Postgres database and the Acid scripts
expect 'postgres'. The attached (in testing) patch fixes this issue.

Regards

Javier
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_default_config.dpatch" by David Gil <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Debian modifications to fix the pgsql name

@DPATCH@
--- acidbase-1.2.7.orig/base_conf.php.dist      2006-04-03 12:04:04.000000000 
+0200
+++ acidbase-1.2.7/base_conf.php.dist   2006-04-03 12:09:57.000000000 +0200
@@ -92,6 +92,9 @@
 ###### Begin of variables configured through dbconfig-common
 
 require('/etc/acidbase/database.php');
+# Adjust dbconfig-common names
+if ($DBtype =='pgsql') 
+    $DBtype = 'postgres';
 
 ###### End of variables configured through dbconfig-common
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: acidbase
Source-Version: 1.2.7-2

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

acidbase_1.2.7-2.diff.gz
  to pool/main/a/acidbase/acidbase_1.2.7-2.diff.gz
acidbase_1.2.7-2.dsc
  to pool/main/a/acidbase/acidbase_1.2.7-2.dsc
acidbase_1.2.7-2_all.deb
  to pool/main/a/acidbase/acidbase_1.2.7-2_all.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.
Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> (supplier of updated 
acidbase 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: Tue, 12 Dec 2006 20:16:25 +0100
Source: acidbase
Binary: acidbase
Architecture: source all
Version: 1.2.7-2
Distribution: unstable
Urgency: high
Maintainer: David Gil <[EMAIL PROTECTED]>
Changed-By: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Description: 
 acidbase   - Basic Analysis and Security Engine
Closes: 402406 402868
Changes: 
 acidbase (1.2.7-2) unstable; urgency=high
 .
   * Urgency high, prevents this package from being removed from sid and
     fixes an RC bug.
   * Remove the dependency on php-image-color (Closes: #402406)
     - remove the link from base_main.php to base_graph_main.php
     - do not include base_graph_form.php in base_main.php
     - modify base_graph_common.php so that it does not complain so loudly when
       Image/Graph is not found. Just say that the functionality is currently
       not available in Debian (due to license issues, point to the Bug
       report) and say that users that need it will have to install the PEAR
       modules.
      - document in NEWS.Debian why the graphs have been removed and when will
      they be reenabled in the front page.
   * Workaround for the name change in dbconfig-common, the base_conf.php
     script will substitute 'pgsql' with 'postgres'. This makes it possible
     to setup a PostgreSQL configuration properly. (Closes: #402868)
   * Introduce a space before the Homepage
Files: 
 ae84b3e8640693b26e40170dd8dea27d 801 web optional acidbase_1.2.7-2.dsc
 b3b86110d68d298c5234401fe12f0eaf 18026 web optional acidbase_1.2.7-2.diff.gz
 1af0c91ff26d4a4aa2b085259976fc9e 374264 web optional acidbase_1.2.7-2_all.deb

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

iQCVAwUBRX/P7ftEPvakNq0lAQK/GwQAphjvVwHHZZUl99mr0ybjhZqTnU0RiSWA
w+T4AhYuIfOz91CpjHOQ8qio644GyNj5A70+YRmjE29y8H6C46ouMd4S+PKq+ORp
ld6Pivxee69lkojvIaoVEuA27rel5U6PYiW2csxbaxKw2p/ZUq/ZVDHWwpCc7rqY
XndoKKieZLg=
=iVCW
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to