[Pkg-lyx-devel] [SCM] eLyxer - standalone LyX to html converter branch, master, updated. upstream/1.0.1-108-g2d411c3

Sven Hoexter sven at timegate.de
Thu Sep 2 09:08:15 UTC 2010


The following commit has been merged in the master branch:
commit 2d411c3c4b2ac8cab97b329cc5334b6b3534c70e
Author: Sven Hoexter <sven at timegate.de>
Date:   Thu Sep 2 11:08:08 2010 +0200

    Do nothing for dh_auto_clean and add an override_dh_clean: target to debian/rules to preserve a leftover docs/#changelog.lyx# file so that it won't clutter the diff.

diff --git a/debian/changelog b/debian/changelog
index 9e7ce29..3be7aad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ elyxer (1.0.1-1) UNRELEASED; urgency=low
     + Solved bug in text handling which separated consecutive centered
       lines with a space.
   * Update to Standards-Version: 3.9.1 - no changes required.
+  * Do nothing for dh_auto_clean and add an override_dh_clean: target
+    to debian/rules to preserve a leftover docs/#changelog.lyx# file
+    so that it won't clutter the diff.
 
  -- Sven Hoexter <hoexter at debian.org>  Thu, 02 Sep 2010 10:15:15 +0200
 
diff --git a/debian/rules b/debian/rules
index 04f88c9..47a6575 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,6 @@ override_dh_installchangelogs:
 	dh_installchangelogs docs/changelog.html
 
 override_dh_auto_clean:
-	dh_clean -d
+
+override_dh_clean:
+	dh_clean -Xchangelog.lyx

-- 
eLyxer - standalone LyX to html converter



More information about the Pkg-lyx-devel mailing list