tags 606802 + patch
tags 606802 + pending
thanks

Hi John,

I've prepared an NMU for bacula (versioned as 5.0.2-2.2), using
"version 2" of my proposals, i.e. patching configure, since this
seems the most miminal change. I've uploaded it to DELAYED/2 to give
you a chance to review.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Cássia Eller: Queremos Saber
diff -u bacula-5.0.2/debian/changelog bacula-5.0.2/debian/changelog
--- bacula-5.0.2/debian/changelog
+++ bacula-5.0.2/debian/changelog
@@ -1,3 +1,12 @@
+bacula (5.0.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "make_catalog_backup is broken": patch configure to use /usr/bin as
+    the path of the PostgreSQL binaries instead of dynamically setting it at
+    build time to /usr/lib/postgresql/$VERSION/bin (closes: #606802).
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 15 Dec 2010 16:42:56 +0100
+
 bacula (5.0.2-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- bacula-5.0.2.orig/configure
+++ bacula-5.0.2/configure
@@ -27991,7 +27991,7 @@
           if test -n "$PG_CONFIG";then
               POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir`
               POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir`
-              POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir`
+              POSTGRESQL_BINDIR=/usr/bin
           elif test -f /usr/local/include/libpq-fe.h; then
               POSTGRESQL_INCDIR=/usr/local/include
               if test -d /usr/local/lib64; then
@@ -28878,7 +28878,7 @@
            db_prog="postgresql"
            PG_CONFIG=`which pg_config`
            if test -n "$PG_CONFIG"; then
-              SQL_BINDIR=`"$PG_CONFIG" --bindir`
+              SQL_BINDIR=/usr/bin
               SQL_LIBDIR=`"$PG_CONFIG" --libdir`
            elif test -f /usr/local/bin/psql; then
               SQL_BINDIR=/usr/local/bin

Attachment: signature.asc
Description: Digital signature

Reply via email to