head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2009.03.03.19.50.49; author rse; state Exp; branches; next 1.3; commitid ZK5nTLmNldR5KCEt; 1.3 date 2008.10.23.19.13.38; author rse; state Exp; branches; next 1.2; commitid xx1a2OZNsHspKMnt; 1.2 date 2008.05.03.08.14.24; author rse; state dead; branches; next 1.1; commitid 2pHOhilHlnB1Fu1t; 1.1 date 2008.04.13.15.52.26; author rse; state Exp; branches; next ; commitid jDJXPebW6OH0QXYs; desc @@ 1.4 log @upgrading package: opendbx 1.3.11 -> 1.4.0 @ text @Index: Makefile.in --- Makefile.in.orig 2009-03-02 21:09:46 +0100 +++ Makefile.in 2009-03-03 20:43:16 +0100 @@@@ -240,7 +240,7 @@@@ top_builddir = @@top_builddir@@ top_srcdir = @@top_srcdir@@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = backends doc lib po test utils +SUBDIRS = backends lib po test utils EXTRA_DIST = config.rpath \ debian/changelog \ debian/compat \ Index: utils/Makefile.in --- utils/Makefile.in.orig 2009-03-01 10:33:51 +0100 +++ utils/Makefile.in 2009-03-03 20:43:16 +0100 @@@@ -254,7 +254,7 @@@@ target_alias = @@target_alias@@ top_builddir = @@top_builddir@@ top_srcdir = @@top_srcdir@@ -@@ENABLEUTILS_TRUE@@SUBDIRS = doc po +@@ENABLEUTILS_TRUE@@SUBDIRS = po @@ENABLEUTILS_TRUE@@INCLUDES = -I../lib @@ENABLEUTILS_TRUE@@odbx_sql_SOURCES = argmap.cpp argmap.hpp commands.cpp commands.hpp completion.cpp completion.hpp odbx-sql.hpp odbx-sql.cpp @@ENABLEUTILS_TRUE@@odbx_sql_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DKEYWORDFILE=\"$(pkgdatadir)/keywords\" @ 1.3 log @upgrading package: opendbx 1.3.10 -> 1.3.11 @ text @d2 3 a4 3 --- Makefile.in.orig 2008-10-22 20:41:40 +0200 +++ Makefile.in 2008-10-23 09:23:24 +0200 @@@@ -236,7 +236,7 @@@@ d14 3 a16 3 --- utils/Makefile.in.orig 2008-10-22 20:41:40 +0200 +++ utils/Makefile.in 2008-10-23 09:23:24 +0200 @@@@ -253,7 +253,7 @@@@ a24 14 Index: utils/odbx-sql.cpp --- utils/odbx-sql.cpp.orig 2008-10-03 11:41:28 +0200 +++ utils/odbx-sql.cpp 2008-10-23 09:57:54 +0200 @@@@ -182,8 +182,10 @@@@ string config; setlocale( LC_ALL, "" ); +#ifdef ENABLE_NLS textdomain( "opendbx-utils" ); bindtextdomain( "opendbx-utils", LOCALEDIR ); +#endif if( !A.checkArgv( argc, argv, "--config", config ) ) { if( !A.checkArgv( argc, argv, "-c", config ) ) { config = ""; } @ 1.2 log @upgrading package: opendbx 1.3.7 -> 1.3.8 @ text @d1 29 a29 6 Index: lib/odbx.c --- lib/odbx.c.orig 2008-04-10 00:06:01 +0200 +++ lib/odbx.c 2008-04-13 09:50:30 +0200 @@@@ -45,10 +45,12 @@@@ { int err; d31 1 d33 2 a34 4 if( bindtextdomain( "opendbx", LOCALEDIR ) == NULL ) { return -ODBX_ERR_NOMEM; } d37 2 a38 2 if( handle == NULL || backend == NULL ) { @ 1.1 log @upgrading package: opendbx 1.3.6 -> 1.3.7 @ text @@