[Pkg-lyx-devel] svn commit: r339 - in /lyx/branches/lyx-1.5/debian/patches: 05.configure.py_prog_prefer boost-mt

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Sun Jul 15 10:20:28 UTC 2007


Author: pelle
Date: Sun Jul 15 10:20:28 2007
New Revision: 339

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=339
Log:
refresh patches

Modified:
    lyx/branches/lyx-1.5/debian/patches/05.configure.py_prog_prefer
    lyx/branches/lyx-1.5/debian/patches/boost-mt

Modified: lyx/branches/lyx-1.5/debian/patches/05.configure.py_prog_prefer
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/patches/05.configure.py_prog_prefer?rev=339&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/patches/05.configure.py_prog_prefer (original)
+++ lyx/branches/lyx-1.5/debian/patches/05.configure.py_prog_prefer Sun Jul 15 10:20:28 2007
@@ -1,7 +1,7 @@
-Index: lyx-1.5.0rc1/lib/configure.py
+Index: lyx-1.5/lib/configure.py
 ===================================================================
---- lyx-1.5.0rc1.orig/lib/configure.py	2007-06-10 14:33:05.000000000 +0200
-+++ lyx-1.5.0rc1/lib/configure.py	2007-06-10 14:41:14.000000000 +0200
+--- lyx-1.5.orig/lib/configure.py	2007-06-19 23:20:09.000000000 +0200
++++ lyx-1.5/lib/configure.py	2007-07-15 12:18:52.000000000 +0200
 @@ -238,7 +238,7 @@
      checkViewer('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
          rc_entry = [r'\Format fen        fen     FEN                    "" "%%"	"%%"	""'])
@@ -24,14 +24,14 @@
      #
      #checkProg('a Postscript interpreter', ['gs'],
      #  rc_entry = [ r'\ps_command "%%"' ])
--    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'kghostview'],
-+    checkViewer('a Postscript previewer', ['xdg-open', 'gv', 'ghostview -swap', 'kghostview'],
+-    checkViewer('a Postscript previewer', ['kghostview', 'evince', 'gv', 'ghostview -swap'],
++    checkViewer('a Postscript previewer', ['xdg-open', 'kghostview', 'evince', 'gv', 'ghostview -swap'],
          rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""	"vector"
  \Format ps         ps      Postscript             t  "%%"	""	"document,vector"'''])
      #
--    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'gv', 'ghostview', \
-+    checkViewer('a PDF previewer', ['xdg-open', 'acrobat', 'acroread', 'gv', 'ghostview', \
-                             'xpdf', 'kpdf', 'kghostview'],
+-    checkViewer('a PDF previewer', ['kpdf', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
++    checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
+ 		    'gv', 'ghostview'],
          rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""	"document,vector"
  \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""	"document,vector"
  \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""	"document,vector"'''])
@@ -44,7 +44,7 @@
          addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	"document,vector"')
      #
 -    checkViewer('an HTML previewer', ['firefox', 'mozilla file://$$p$$i', 'netscape'],
-+    checkViewer('an HTML previewer', ['xdg-open file://$$p$$i', 'firefox', 'mozilla file://$$p$$i', 'netscape'],
++    checkViewer('an HTML previewer', ['xdg-open', 'firefox', 'mozilla file://$$p$$i', 'netscape'],
          rc_entry = [r'\Format html       html    HTML                   H  "%%"	""	"document"'])
      #
      checkViewer('Noteedit', ['noteedit'],

Modified: lyx/branches/lyx-1.5/debian/patches/boost-mt
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/patches/boost-mt?rev=339&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/patches/boost-mt (original)
+++ lyx/branches/lyx-1.5/debian/patches/boost-mt Sun Jul 15 10:20:28 2007
@@ -1,7 +1,7 @@
-Index: lyx-1.5.0rc1/boost/libs/filesystem/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/filesystem/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/filesystem/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/filesystem/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/filesystem/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/filesystem/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -20,10 +20,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = src
  all: all-recursive
-Index: lyx-1.5.0rc1/boost/libs/filesystem/src/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/filesystem/src/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/filesystem/src/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/filesystem/src/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/filesystem/src/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/filesystem/src/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -282,13 +282,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -42,10 +42,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/boost/libs/iostreams/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/iostreams/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/iostreams/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/iostreams/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/iostreams/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/iostreams/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -64,10 +64,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = src
  all: all-recursive
-Index: lyx-1.5.0rc1/boost/libs/iostreams/src/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/iostreams/src/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/iostreams/src/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/iostreams/src/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/iostreams/src/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/iostreams/src/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -282,13 +282,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -86,10 +86,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/boost/libs/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/Makefile.in	2007-06-01 01:52:46.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -108,10 +108,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = filesystem iostreams regex signals
  all: all-recursive
-Index: lyx-1.5.0rc1/boost/libs/regex/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/regex/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/regex/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/regex/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/regex/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/regex/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -130,10 +130,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = src
  all: all-recursive
-Index: lyx-1.5.0rc1/boost/libs/regex/src/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/regex/src/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/regex/src/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/regex/src/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/regex/src/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/regex/src/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -285,13 +285,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -152,10 +152,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/boost/libs/signals/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/signals/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/signals/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/signals/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/signals/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/signals/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -174,10 +174,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = src
  all: all-recursive
-Index: lyx-1.5.0rc1/boost/libs/signals/src/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/libs/signals/src/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/boost/libs/signals/src/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/libs/signals/src/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/libs/signals/src/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/libs/signals/src/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -282,13 +282,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -196,10 +196,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/boost/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/boost/Makefile.in	2007-06-01 01:52:46.000000000 +0200
-+++ lyx-1.5.0rc1/boost/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/boost/Makefile.in
+===================================================================
+--- lyx-1.5.orig/boost/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/boost/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -218,10 +218,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = libs
  EXTRA_DIST = boost
-Index: lyx-1.5.0rc1/config/common.am
-===================================================================
---- lyx-1.5.0rc1.orig/config/common.am	2006-04-20 22:44:05.000000000 +0200
-+++ lyx-1.5.0rc1/config/common.am	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/config/common.am
+===================================================================
+--- lyx-1.5.orig/config/common.am	2007-07-15 12:17:21.000000000 +0200
++++ lyx-1.5/config/common.am	2007-07-15 12:17:25.000000000 +0200
 @@ -36,10 +36,10 @@
  BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  else
@@ -237,10 +237,10 @@
  endif
  
  LIBS =
-Index: lyx-1.5.0rc1/config/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/config/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/config/Makefile.in	2007-06-23 10:46:49.000000000 +0200
+Index: lyx-1.5/config/Makefile.in
+===================================================================
+--- lyx-1.5.orig/config/Makefile.in	2007-07-15 12:17:21.000000000 +0200
++++ lyx-1.5/config/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -263,13 +263,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -259,10 +259,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = \
  	common.am \
-Index: lyx-1.5.0rc1/development/MacOSX/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/development/MacOSX/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/development/MacOSX/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/development/MacOSX/Makefile.in
+===================================================================
+--- lyx-1.5.orig/development/MacOSX/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/development/MacOSX/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -289,13 +289,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -281,10 +281,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = spotlight
  bundledir = ${prefix}/Contents
-Index: lyx-1.5.0rc1/development/MacOSX/spotlight/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/development/MacOSX/spotlight/Makefile.in	2007-06-01 01:52:47.000000000 +0200
-+++ lyx-1.5.0rc1/development/MacOSX/spotlight/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/development/MacOSX/spotlight/Makefile.in
+===================================================================
+--- lyx-1.5.orig/development/MacOSX/spotlight/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/development/MacOSX/spotlight/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -279,13 +279,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -303,10 +303,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  bundledir = $(prefix)/Contents
  spotlightdir = $(bundledir)/Library/Spotlight/LyX-Metadata.mdimporter/Contents
-Index: lyx-1.5.0rc1/development/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/development/Makefile.in	2007-06-01 01:52:48.000000000 +0200
-+++ lyx-1.5.0rc1/development/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/development/Makefile.in
+===================================================================
+--- lyx-1.5.orig/development/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/development/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -273,13 +273,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -325,10 +325,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  @INSTALL_MACOSX_TRUE at SUBDIRS = MacOSX
  EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
-Index: lyx-1.5.0rc1/lib/doc/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/lib/doc/Makefile.in	2007-06-01 01:52:48.000000000 +0200
-+++ lyx-1.5.0rc1/lib/doc/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/lib/doc/Makefile.in
+===================================================================
+--- lyx-1.5.orig/lib/doc/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/lib/doc/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -328,13 +328,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -347,10 +347,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = depend.py doc_toc.py README.Documentation $(DEPENDFILE) $(docfiles)
  clipartdocdir = $(pkgdatadir)/doc/clipart
-Index: lyx-1.5.0rc1/lib/lyx2lyx/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/lib/lyx2lyx/Makefile.in	2007-06-01 01:52:48.000000000 +0200
-+++ lyx-1.5.0rc1/lib/lyx2lyx/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/lib/lyx2lyx/Makefile.in
+===================================================================
+--- lyx-1.5.orig/lib/lyx2lyx/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/lib/lyx2lyx/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -271,13 +271,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -369,11 +369,11 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = lyx2lyx_version.py.in
  CHMOD = chmod
-Index: lyx-1.5.0rc1/lib/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/lib/Makefile.in	2007-06-01 01:52:48.000000000 +0200
-+++ lyx-1.5.0rc1/lib/Makefile.in	2007-06-23 10:46:50.000000000 +0200
-@@ -363,13 +363,13 @@
+Index: lyx-1.5/lib/Makefile.in
+===================================================================
+--- lyx-1.5.orig/lib/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/lib/Makefile.in	2007-07-15 12:17:25.000000000 +0200
+@@ -366,13 +366,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
  @USE_INCLUDED_BOOST_TRUE at BOOST_INCLUDES = -I$(top_srcdir)/boost
@@ -391,10 +391,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = doc lyx2lyx
  CHMOD = chmod
-Index: lyx-1.5.0rc1/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/Makefile.in	2007-06-01 01:52:46.000000000 +0200
-+++ lyx-1.5.0rc1/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/Makefile.in
+===================================================================
+--- lyx-1.5.orig/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -292,13 +292,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -413,10 +413,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  ACLOCAL_AMFLAGS = -I m4 -I config
  DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
-Index: lyx-1.5.0rc1/sourcedoc/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/sourcedoc/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/sourcedoc/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/sourcedoc/Makefile.in
+===================================================================
+--- lyx-1.5.orig/sourcedoc/Makefile.in	2007-07-15 12:17:21.000000000 +0200
++++ lyx-1.5/sourcedoc/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -261,13 +261,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -435,10 +435,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = Doxyfile.in
  all: all-am
-Index: lyx-1.5.0rc1/src/client/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/client/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/client/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/client/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/client/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/client/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -303,13 +303,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -457,10 +457,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h lyxclient.man
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/src/frontends/controllers/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/frontends/controllers/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/frontends/controllers/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/frontends/controllers/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/frontends/controllers/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/frontends/controllers/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -313,13 +313,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -479,10 +479,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = tests
  EXTRA_DIST = pch.h BCView.tmpl
-Index: lyx-1.5.0rc1/src/frontends/controllers/tests/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/frontends/controllers/tests/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/frontends/controllers/tests/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/frontends/controllers/tests/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/frontends/controllers/tests/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/frontends/controllers/tests/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -280,13 +280,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -501,10 +501,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h test_biblio
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/src/frontends/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/frontends/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/frontends/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/frontends/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/frontends/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/frontends/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -300,13 +300,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -523,10 +523,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
  DIST_SUBDIRS = controllers qt4
-Index: lyx-1.5.0rc1/src/frontends/qt4/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/frontends/qt4/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/frontends/qt4/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/frontends/qt4/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/frontends/qt4/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/frontends/qt4/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -330,13 +330,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -545,10 +545,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  UIFILES = \
  	AboutUi.ui \
-Index: lyx-1.5.0rc1/src/frontends/qt4/ui/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/frontends/qt4/ui/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/frontends/qt4/ui/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/frontends/qt4/ui/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/frontends/qt4/ui/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/frontends/qt4/ui/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -263,13 +263,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -567,10 +567,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  UIFILES = \
  	AboutUi.ui \
-Index: lyx-1.5.0rc1/src/graphics/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/graphics/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/graphics/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/graphics/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/graphics/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/graphics/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -293,13 +293,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -589,10 +589,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/src/insets/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/insets/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/insets/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/insets/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/insets/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/insets/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -304,13 +304,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -611,10 +611,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  noinst_LTLIBRARIES = libinsets.la
  EXTRA_DIST = \
-Index: lyx-1.5.0rc1/src/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/Makefile.in	2007-06-01 01:52:49.000000000 +0200
-+++ lyx-1.5.0rc1/src/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -405,13 +405,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -633,10 +633,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  @BUILD_CLIENT_SUBDIR_TRUE at CLIENT = client
  SUBDIRS = mathed insets graphics support frontends . $(CLIENT) tex2lyx
-Index: lyx-1.5.0rc1/src/mathed/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/mathed/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/mathed/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/mathed/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/mathed/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/mathed/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -312,13 +312,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -655,10 +655,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h InsetFormulaMacro.cpp
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/src/support/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/support/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/support/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/support/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/support/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/support/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -312,13 +312,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -677,10 +677,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  SUBDIRS = . tests
  EXTRA_DIST = Package.cpp.in pch.h \
-Index: lyx-1.5.0rc1/src/support/tests/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/support/tests/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/support/tests/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/support/tests/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/support/tests/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/support/tests/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -300,13 +300,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 
@@ -699,10 +699,10 @@
  @USE_INCLUDED_BOOST_TRUE at BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
  EXTRA_DIST = pch.h test_convert test_filetools test_lstrings regfiles
  BUILT_SOURCES = $(PCH_FILE)
-Index: lyx-1.5.0rc1/src/tex2lyx/Makefile.in
-===================================================================
---- lyx-1.5.0rc1.orig/src/tex2lyx/Makefile.in	2007-06-01 01:52:50.000000000 +0200
-+++ lyx-1.5.0rc1/src/tex2lyx/Makefile.in	2007-06-23 10:46:50.000000000 +0200
+Index: lyx-1.5/src/tex2lyx/Makefile.in
+===================================================================
+--- lyx-1.5.orig/src/tex2lyx/Makefile.in	2007-07-15 12:17:22.000000000 +0200
++++ lyx-1.5/src/tex2lyx/Makefile.in	2007-07-15 12:17:25.000000000 +0200
 @@ -312,13 +312,13 @@
  SUFFIXES = .gch
  @USE_INCLUDED_BOOST_FALSE at BOOST_INCLUDES = 




More information about the Pkg-lyx-devel mailing list