rev 7535 - trunk/packages/kdelibs/debian

Sune Vuorela pusling-guest at alioth.debian.org
Thu Oct 18 19:17:18 UTC 2007


Author: pusling-guest
Date: 2007-10-18 19:17:18 +0000 (Thu, 18 Oct 2007)
New Revision: 7535

Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/control
   trunk/packages/kdelibs/debian/rules
Log:
revert libthai addition.
try to enable the possibility to dlopen .so files


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2007-10-18 18:58:49 UTC (rev 7534)
+++ trunk/packages/kdelibs/debian/changelog	2007-10-18 19:17:18 UTC (rev 7535)
@@ -1,8 +1,9 @@
 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) 
+   +++ Changes by Sune Vuorela:
 
+   * make it possible to dlopen .so files (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

Modified: trunk/packages/kdelibs/debian/control
===================================================================
--- trunk/packages/kdelibs/debian/control	2007-10-18 18:58:49 UTC (rev 7534)
+++ trunk/packages/kdelibs/debian/control	2007-10-18 19:17:18 UTC (rev 7535)
@@ -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, libthai-dev
+ sharutils, texinfo
 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), libthai-dev
+ libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4)
 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 18:58:49 UTC (rev 7534)
+++ trunk/packages/kdelibs/debian/rules	2007-10-18 19:17:18 UTC (rev 7535)
@@ -10,6 +10,8 @@
 version=Debian Package $(DEB_VERSION)
 DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
 
+DEB_CONFIGURE_SCRIPT_ENV += " CFLAGS=-DLTDL_SHLIB_EXT=\".so\" "
+
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--enable-mitshm --with-alsa --enable-dnotify --enable-inotify \
 	--with-lua-includes=/usr/include/lua50 --with-libthai=yes \




More information about the pkg-kde-commits mailing list