[Pkg-lyx-devel] svn commit: r304 - in /lyx/branches/lyx-1.5/debian: changelog patches/05.configure.py_prog_prefer

hoaxter-guest at users.alioth.debian.org hoaxter-guest at users.alioth.debian.org
Sun Jun 10 12:50:40 UTC 2007


Author: hoaxter-guest
Date: Sun Jun 10 12:50:40 2007
New Revision: 304

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=304
Log:
New upstream pre-release 1.5rc1 - refresh for 05.configure.py_prog_prefer

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

Modified: lyx/branches/lyx-1.5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/changelog?rev=304&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/changelog (original)
+++ lyx/branches/lyx-1.5/debian/changelog Sun Jun 10 12:50:40 2007
@@ -1,12 +1,14 @@
-lyx (1.5.0~beta1-4) UNRELEASED; urgency=low
+lyx (1.5.0~rc1-1) UNRELEASED; urgency=low
 
   [ Per Olofsson ] 
   * Suggest texlive-latex-extra.
   
   [ Sven Hoexter ]
+  * New upstream pre-release
+  * Refreshed patch 05.configure.py_prog_prefer
   * Added the new XS-Vcs-Browser field to control
-
- -- Per Olofsson <pelle at debian.org>  Tue, 17 Apr 2007 10:13:07 +0200
+  
+ -- Sven Hoexter <sven at timegate.de>  Sun, 10 Jun 2007 13:45:05 +0200
 
 lyx (1.5.0~beta1-3) experimental; urgency=low
 

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=304&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 Jun 10 12:50:40 2007
@@ -1,14 +1,14 @@
-Index: lyx-1.5/lib/configure.py
+Index: lyx-1.5.0rc1/lib/configure.py
 ===================================================================
---- lyx-1.5.orig/lib/configure.py	2007-02-15 21:14:12.000000000 +0100
-+++ lyx-1.5/lib/configure.py	2007-03-16 21:44:36.000000000 +0100
+--- 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
 @@ -238,7 +238,7 @@
      checkViewer('a FEN viewer and editor', ['xboard -lpf $$i -mode EditPosition'],
          rc_entry = [r'\Format fen        fen     FEN                    "" "%%"	"%%"	""'])
      #
--    path, iv = checkViewer('a raster image viewer', ['xv', 'kview', 'gimp'])
-+    path, iv = checkViewer('a raster image viewer', ['xdg-open','xv', 'kview', 'gimp'])
-     path, ie = checkViewer('a raster image editor', ['gimp'])
+-    path, iv = checkViewer('a raster image viewer', ['xv', 'kview', 'gimp-remote', 'gimp'])
++    path, iv = checkViewer('a raster image viewer', ['xdg-open', 'xv', 'kview', 'gimp-remote', 'gimp'])
+     path, ie = checkViewer('a raster image editor', ['gimp-remote', 'gimp'])
      addToRC(r'''\Format bmp        bmp     BMP                    "" "%s"	"%s"	""
  \Format gif        gif     GIF                    "" "%s"	"%s"	""
 @@ -252,7 +252,7 @@
@@ -16,7 +16,7 @@
          (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) )
      #
 -    checkViewer('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
-+    checkViewer('a text editor', ['sensible-editor','xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
++    checkViewer('a text editor', ['sensible-editor', 'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
          'nedit', 'gedit', 'notepad'],
          rc_entry = [r'''\Format asciichess asc    "Plain text (chess output)"  "" ""	"%%"	""
  \Format asciiimage asc    "Plain text (image)"         "" ""	"%%"	""
@@ -43,8 +43,8 @@
          # Windows only: DraftDVI
          addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	"document,vector"')
      #
--    checkViewer('an HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
-+    checkViewer('an HTML previewer', ['xdg-open file://$$p$$i', 'mozilla file://$$p$$i', 'netscape'],
+-    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'],
          rc_entry = [r'\Format html       html    HTML                   H  "%%"	""	"document"'])
      #
      checkViewer('Noteedit', ['noteedit'],




More information about the Pkg-lyx-devel mailing list