[Pkg-lyx-devel] [SCM] eLyxer - standalone LyX to html converter branch, master, updated. upstream/1.2.0-144-g6d798cd

Sven Hoexter sven at timegate.de
Mon Mar 7 12:14:46 UTC 2011


The following commit has been merged in the master branch:
commit 6d798cd1348b92169bc00aba0c2ee6c64d79d7eb
Author: Sven Hoexter <sven at timegate.de>
Date:   Mon Mar 7 09:05:46 2011 +0100

    * Increase compat level to 8.
    * Use dh_python2 to generate the python dependency.

diff --git a/debian/changelog b/debian/changelog
index 6184ac4..bbbdf9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ elyxer (1.2.1-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Remove override_dh_clean.
+  * Increase compat level to 8.
+  * Use dh_python2 to generate the python dependency.
 
  -- Sven Hoexter <hoexter at debian.org>  Mon, 07 Mar 2011 08:49:11 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 024c6a4..a8b0cc8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Uploaders: Sven Hoexter <hoexter at debian.org>
 Priority: optional
 Section: text
 Standards-Version: 3.9.1
-Build-Depends-Indep: debhelper (>= 7.0.50~)
+Build-Depends-Indep: debhelper (>= 8), python (>= 2.6.6-3)
 Vcs-Git: git://git.debian.org/git/pkg-lyx/elyxer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-lyx/elyxer.git
 Homepage: http://www.nongnu.org/elyxer/
 
 Package: elyxer
 Architecture: all
-Depends: ${misc: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.
diff --git a/debian/rules b/debian/rules
index f9a2f0a..6060566 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2
 
 
 override_dh_auto_install:

-- 
eLyxer - standalone LyX to html converter



More information about the Pkg-lyx-devel mailing list