[Pkg-lyx-devel] [SCM] eLyxer - standalone LyX to html converter branch, master, updated. upstream/0.98-96-g0ee48af

Sven Hoexter sven at timegate.de
Mon May 17 19:37:08 UTC 2010


The following commit has been merged in the master branch:
commit 26fa6c97b22eff2e98bb07934b2b14b9962b33d0
Author: Sven Hoexter <sven at timegate.de>
Date:   Mon May 17 21:31:16 2010 +0200

    Add XS-Python-Version: >= 2.5 to debian/control and remove the dependency on plain python. The elyxer python module seems to require at least Python 2.5 so this will ensure we correctly depend on python >= 2.5 so that elyxer will work even with partial upgrades from Lenny to Squeeze.

diff --git a/debian/changelog b/debian/changelog
index 2a79b15..053695b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 elyxer (0.98-2) UNRELEASED; urgency=low
 
-  * Add XS-Python-Version: >= 2.5 to debian/control. The elyxer python
-    module seems to require at least Python 2.5.
+  * Add XS-Python-Version: >= 2.5 to debian/control and remove the dependency
+    on plain python. The elyxer python module seems to require at least
+    Python 2.5 so this will ensure we correctly depend on python >= 2.5 so
+    that elyxer will work even with partial upgrades from Lenny to Squeeze.
     Thanks to Jakub Wilk for his efforts to make me aware of the issue. 
 
  -- Sven Hoexter <hoexter at debian.org>  Mon, 17 May 2010 20:58:17 +0200
diff --git a/debian/control b/debian/control
index 30a938f..0702e1b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: >= 2.5
 
 Package: elyxer
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Standalone LyX to HTML converter
  eLyXer (pronounced elixir) is a standalone LyX to HTML converter written in
  Python. eLyXer has a focus on flexibility and elegant output.

-- 
eLyxer - standalone LyX to html converter



More information about the Pkg-lyx-devel mailing list