[Pkg-lyx-devel] svn commit: r605 - in /lyx/trunk/debian: changelog patches/detect-elyxer

hoaxter-guest at users.alioth.debian.org hoaxter-guest at users.alioth.debian.org
Thu Jun 4 08:06:06 UTC 2009


Author: hoaxter-guest
Date: Thu Jun  4 08:06:06 2009
New Revision: 605

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=605
Log:
Modify detect-elyxer patch to search for elyxer and elyxer.py

Modified:
    lyx/trunk/debian/changelog
    lyx/trunk/debian/patches/detect-elyxer

Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=605&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Thu Jun  4 08:06:06 2009
@@ -10,10 +10,9 @@
     boost-mt patch will be harmful.
   * Add a ttf-lyx package as replacement for the latex-xft-package.
   * Add debian/patches/detect-elyxer. Modifies configure.py to search
-    for 'elyxer' instead of 'elyxer.py'. The Debian package will ship
-    the file without the .py extension.
-
- -- Sven Hoexter <sven at timegate.de>  Wed, 03 Jun 2009 20:00:19 +0200
+    for 'elyxer' and 'elyxer.py'.
+  
+ -- Sven Hoexter <sven at timegate.de>  Thu, 04 Jun 2009 10:05:34 +0200
 
 lyx (1.6.2-1) unstable; urgency=low
 

Modified: lyx/trunk/debian/patches/detect-elyxer
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/patches/detect-elyxer?rev=605&op=diff
==============================================================================
--- lyx/trunk/debian/patches/detect-elyxer (original)
+++ lyx/trunk/debian/patches/detect-elyxer Thu Jun  4 08:06:06 2009
@@ -6,7 +6,7 @@
          rc_entry = [ r'\converter word       latex      "%%"	""' ])
      #
 -    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py $$i $$o'],
-+    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer $$i $$o'],
++    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py $$i $$o', 'elyxer $$i $$o'],
        rc_entry = [ r'\converter lyx      html       "%%"	""' ])
 -    if elyxer.find('elyxer.py') >= 0:
 +    if elyxer.find('elyxer') >= 0:




More information about the Pkg-lyx-devel mailing list