[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/1.6.6-464-gf19faef

Sven Hoexter sven at timegate.de
Thu May 20 14:33:55 UTC 2010


The following commit has been merged in the master branch:
commit 116a764191c59394403aecc6e6b8178185264804
Author: Sven Hoexter <sven at timegate.de>
Date:   Thu May 20 15:41:26 2010 +0200

    Add --with-enchant to the configure flags and add build-depend on libenchant-dev.

diff --git a/debian/changelog b/debian/changelog
index 7884186..0c1b90f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lyx (1.6.6-2) unstable; urgency=low
+
+  * Add --with-enchant to the configure flags and add build-depend on
+    libenchant-dev.
+
+ -- Sven Hoexter <hoexter at debian.org>  Thu, 20 May 2010 15:40:47 +0200
+
 lyx (1.6.6-1) unstable; urgency=low
 
   [ Per Olofsson ]
diff --git a/debian/control b/debian/control
index 958ee00..03ea9a6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-lyx/lyx.git
 Homepage: http://www.lyx.org/
 Build-Depends: libaiksaurus-dev, python-support,
  debhelper (>= 7.0.50), quilt (>= 0.46-7~),
- libz-dev, libx11-dev, libaspell-dev,
+ libz-dev, libx11-dev, libaspell-dev, libenchant-dev,
  autotools-dev, libqt4-dev, libboost-dev,
  libboost-filesystem-dev, libboost-signals-dev,
  libboost-iostreams-dev, libboost-regex-dev, libboost-test-dev,
diff --git a/debian/rules b/debian/rules
index 8122b0c..ad479df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ CONFIGURE_OPTIONS += \
 	--with-gnu-ld \
 	--without-pspell \
 	--with-aspell \
+	--with-enchant \
 	--with-x \
 	--without-included-gettext \
 	--without-included-boost \

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list