[Pkg-lyx-devel] [SCM] eLyxer - standalone LyX to html converter branch, master, updated. upstream/0.42-80-g0b4ed47
Sven Hoexter
sven at timegate.de
Sun Mar 21 13:51:58 UTC 2010
The following commit has been merged in the master branch:
commit 816dbfdac74d6cf0cbad26c886c583dd0914980e
Author: Sven Hoexter <sven at timegate.de>
Date: Sun Mar 21 14:37:45 2010 +0100
Install the correct loremipsumize.py into the package.
diff --git a/debian/changelog b/debian/changelog
index 5af863d..325dd59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
elyxer (0.42-3) UNRELEASED; urgency=low
+ * Install the correct loremipsumize.py into the package.
* Call install with --mode=755 - dh_fixperms has the amazing ability
to hide your errors.
* Copy the generated .mo files from the source into the package instead
diff --git a/debian/rules b/debian/rules
index 3c6be0c..1f6307d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
override_dh_auto_install:
dh_auto_install
install --mode=755 elyxer.py debian/elyxer/usr/bin/elyxer
- install --mode=755 src/loremipsumize.py debian/elyxer/usr/bin/loremipsumize
+ install --mode=755 loremipsumize.py debian/elyxer/usr/bin/loremipsumize
cp -r po/locale debian/elyxer/usr/share/
rm -r debian/elyxer/usr/share/locale/fr2
--
eLyxer - standalone LyX to html converter
More information about the Pkg-lyx-devel
mailing list