head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2009.07.12.18.09.25; author rse; state Exp; branches; next 1.4; commitid sQBpLofKEBFeYrVt; 1.4 date 2009.06.19.06.28.06; author rse; state Exp; branches; next 1.3; commitid b7BpJU6LgvkuPqSt; 1.3 date 2009.05.09.07.43.53; author rse; state Exp; branches; next 1.2; commitid EbraBDFYzstbzaNt; 1.2 date 2008.12.28.22.25.37; author rse; state Exp; branches; next 1.1; commitid bJeK8p198pXJGhwt; 1.1 date 2008.12.19.20.28.44; author rse; state Exp; branches; next ; commitid viFNlmDp3N5Ak7vt; desc @@ 1.5 log @upgrading package: pdf2djvu 0.5.9 -> 0.5.10 @ text @Index: Makefile.common.in --- Makefile.common.in.orig 2009-07-12 12:59:21 +0200 +++ Makefile.common.in 2009-07-12 20:06:40 +0200 @@@@ -16,7 +16,7 @@@@ CXX = @@CXX@@ CXXFLAGS = @@CXXFLAGS@@ @@DJVULIBRE_CFLAGS@@ @@POPPLER_CFLAGS@@ @@GRAPHICSMAGICK_CFLAGS@@ LDFLAGS = @@LDFLAGS@@ -LDLIBS = @@LIBS@@ @@DJVULIBRE_LIBS@@ @@POPPLER_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ @@LIBINTL@@ +LDLIBS = @@DJVULIBRE_LIBS@@ @@POPPLER_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ @@LIBINTL@@ @@LIBS@@ # Utilitiles: INSTALL = @@INSTALL@@ Index: configure --- configure.orig 2009-07-12 12:59:30 +0200 +++ configure 2009-07-12 20:06:02 +0200 @@@@ -2996,7 +2996,7 @@@@ $as_echo "buggy" >&6; } { { $as_echo "$as_me:$LINENO: error: See $result for details." >&5 $as_echo "$as_me: error: See $result for details." >&2;} - { (exit 1); exit 1; }; } + } else { $as_echo "$as_me:$LINENO: result: ok" >&5 $as_echo "ok" >&6; } @ 1.4 log @upgrading package: pdf2djvu 0.5.8 -> 0.5.9 @ text @d1 4 a4 4 Index: Makefile.in --- Makefile.in.orig 2009-06-18 23:20:45 +0200 +++ Makefile.in 2009-06-19 08:25:51 +0200 @@@@ -1,7 +1,7 @@@@ d11 1 a12 1 WINDRES = @@WINDRES@@ d14 2 a15 2 --- configure.orig 2009-06-18 23:21:05 +0200 +++ configure 2009-06-19 08:14:23 +0200 @ 1.3 log @upgrading package: pdf2djvu 0.5.4 -> 0.5.7 @ text @d2 2 a3 2 --- Makefile.in.orig 2009-05-06 20:24:54 +0200 +++ Makefile.in 2009-05-09 09:38:16 +0200 d8 2 a9 2 -LDLIBS = @@LIBS@@ @@DJVULIBRE_LIBS@@ @@POPPLER_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ +LDLIBS = @@DJVULIBRE_LIBS@@ @@POPPLER_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ @@LIBS@@ d14 3 a16 3 --- configure.orig 2009-05-08 15:17:01 +0200 +++ configure 2009-05-09 09:39:03 +0200 @@@@ -2937,7 +2937,7 @@@@ @ 1.2 log @upgrading package: pdf2djvu 0.4.13 -> 0.5.0 @ text @d2 2 a3 2 --- Makefile.in.orig 2008-12-28 11:43:30 +0100 +++ Makefile.in 2008-12-28 23:22:48 +0100 d8 2 a9 2 -LDLIBS = @@LIBS@@ @@DJVULIBRE_LIBS@@ @@POPPLER_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ @@ICONV_LIBS@@ +LDLIBS = @@POPPLER_LIBS@@ @@DJVULIBRE_LIBS@@ @@GRAPHICSMAGICK_LIBS@@ @@ICONV_LIBS@@ @@LIBS@@ d13 12 @ 1.1 log @new package: pdf2djvu 0.4.13 (PDF to DjVu Conversion) @ text @d1 9 a9 6 Index: system.hh --- system.hh.orig 2008-05-05 00:24:41 +0200 +++ system.hh 2008-12-19 21:16:04 +0100 @@@@ -12,7 +12,7 @@@@ #include #include d11 2 a12 5 -#include +#include class OSError : public std::runtime_error { @