rev 7532 - trunk/packages/kdelibs/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Oct 18 16:50:40 UTC 2007


Author: ana
Date: 2007-10-18 16:50:40 +0000 (Thu, 18 Oct 2007)
New Revision: 7532

Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/control
   trunk/packages/kdelibs/debian/rules
Log:
add thain language support


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2007-10-18 15:47:14 UTC (rev 7531)
+++ trunk/packages/kdelibs/debian/changelog	2007-10-18 16:50:40 UTC (rev 7532)
@@ -1,3 +1,10 @@
+kdelibs (4:3.5.8.dfsg.1-2) unstable; urgency=low
+
+  * Add Thai-language support from libthai library. New build-dep on
+    libhai-dev. (Closes: #444284) 
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 18 Oct 2007 18:24:38 +0200
+
 kdelibs (4:3.5.8.dfsg.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #444383, #328479, #425741)

Modified: trunk/packages/kdelibs/debian/control
===================================================================
--- trunk/packages/kdelibs/debian/control	2007-10-18 15:47:14 UTC (rev 7531)
+++ trunk/packages/kdelibs/debian/control	2007-10-18 16:50:40 UTC (rev 7532)
@@ -13,7 +13,7 @@
  libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3-1), libavahi-client-dev (>= 0.4),
  libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev,
- sharutils, texinfo
+ sharutils, texinfo, libthai-dev
 Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
 Standards-Version: 3.7.2
 
@@ -87,7 +87,7 @@
  libopenexr-dev (>= 1.2.2-3), libpcre3-dev, liblualib50-dev,
  libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev,
  libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
- libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4)
+ libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4), libthai-dev
 Provides: kdelibs-dev
 Replaces: kdebase-dev (<< 4:3.4.0), kdelibs4c2a (<< 4:3.5.7.dfsg.1-5)
 Description: development files for the KDE core libraries

Modified: trunk/packages/kdelibs/debian/rules
===================================================================
--- trunk/packages/kdelibs/debian/rules	2007-10-18 15:47:14 UTC (rev 7531)
+++ trunk/packages/kdelibs/debian/rules	2007-10-18 16:50:40 UTC (rev 7532)
@@ -12,7 +12,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-mitshm --with-alsa --enable-dnotify --enable-inotify \
-	--with-lua-includes=/usr/include/lua50 \
+	--with-lua-includes=/usr/include/lua50 --with-libthai=yes \
 	--with-distribution="$(version) (`cat /etc/debian_version`)"
 
 DEB_FIXPERMS_EXCLUDE := \




More information about the pkg-kde-commits mailing list