[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.0_beta3-491-g0e59cc4

Sven Hoexter sven at timegate.de
Thu Feb 3 08:33:08 UTC 2011


The following commit has been merged in the master branch:
commit 0e59cc460616f6444bc86726ff91d9609ea61328
Author: Sven Hoexter <sven at timegate.de>
Date:   Thu Feb 3 09:33:00 2011 +0100

    Build explicitly --without-aspell and --without-hunspell. Drop --without-pspell since it's no longer supported.

diff --git a/debian/changelog b/debian/changelog
index 958bd0d..79b7c30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ lyx (2.0.0~beta3-2) UNRELEASED; urgency=low
   * Remove build-dependency on libaiksaurus-dev. LyX now supports
     OpenOffice.org mythes-* thesauruses.
   * Update debian/copyright to include the MyThes license.
+  * Build explicitly --without-aspell and --without-hunspell. Drop
+    --without-pspell since it's no longer supported.
 
  -- Sven Hoexter <hoexter at debian.org>  Wed, 02 Feb 2011 22:54:55 +0100
 
diff --git a/debian/rules b/debian/rules
index 92da858..b65b15a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ CONFIGURE_OPTIONS += \
 	--enable-warnings \
 	--enable-nls \
 	--with-gnu-ld \
-	--without-pspell \
+	--without-aspell \
+	--without-hunspell \
 	--with-enchant \
 	--with-x \
 	--without-included-gettext \

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list