[Pkg-lyx-devel] svn commit: r637 - in /elyxer/trunk/debian: control rules

hoaxter-guest at users.alioth.debian.org hoaxter-guest at users.alioth.debian.org
Sun Aug 30 13:38:23 UTC 2009


Author: hoaxter-guest
Date: Sun Aug 30 13:38:23 2009
New Revision: 637

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=637
Log:
User html2text for the changelog conversion - it is already installed because of the debhelper dependency

Modified:
    elyxer/trunk/debian/control
    elyxer/trunk/debian/rules

Modified: elyxer/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-lyx/elyxer/trunk/debian/control?rev=637&op=diff
==============================================================================
--- elyxer/trunk/debian/control (original)
+++ elyxer/trunk/debian/control Sun Aug 30 13:38:23 2009
@@ -4,7 +4,7 @@
 Priority: optional
 Section: text
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50~), elinks-lite | elinks
+Build-Depends: debhelper (>= 7.0.50~)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-lyx/elyxer/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lyx/elyxer/trunk
 Homepage: http://www.nongnu.org/elyxer/

Modified: elyxer/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/elyxer/trunk/debian/rules?rev=637&op=diff
==============================================================================
--- elyxer/trunk/debian/rules (original)
+++ elyxer/trunk/debian/rules Sun Aug 30 13:38:23 2009
@@ -5,5 +5,5 @@
 
 override_dh_auto_install:
 	cp elyxer.py debian/elyxer/usr/bin/elyxer
-	elinks -dump docs/changelog.html > \
-	debian/elyxer/usr/share/doc/elyxer/changelog
+	html2text docs/changelog.html > \
+		debian/elyxer/usr/share/doc/elyxer/changelog




More information about the Pkg-lyx-devel mailing list