rev 3701 - in kde-extras/libkipi/trunk/debian: . patches
Achim Bohnet
ach-guest at costa.debian.org
Wed May 10 01:26:07 UTC 2006
Author: ach-guest
Date: 2006-05-10 01:26:06 +0000 (Wed, 10 May 2006)
New Revision: 3701
Added:
kde-extras/libkipi/trunk/debian/patches/99_only_-lqt-mt.diff
Modified:
kde-extras/libkipi/trunk/debian/changelog
Log:
libkipi:
o update changelog:
list 08_disable-visibility.diff as a droped patch. This makes
Kubuntu MOTUs happy. They recommend to list every added or droped
patch in changelog
o Replace 10_link_to_right_libs.diff with 99_only_-lqt-mt.diff
Relibtoolization patch was accepted upstream, except for LIB_QT hack.
Now patch configure to hardcode LIB_QT to -lqt-mt instead of
patching every Makefile.am/.in.
o 10_aclocal.m4_update.diff is extracted from .diff.gz. Still not
sure why this file is rebuild when buildprep is used
Modified: kde-extras/libkipi/trunk/debian/changelog
===================================================================
--- kde-extras/libkipi/trunk/debian/changelog 2006-05-09 23:47:50 UTC (rev 3700)
+++ kde-extras/libkipi/trunk/debian/changelog 2006-05-10 01:26:06 UTC (rev 3701)
@@ -3,8 +3,16 @@
[ Mark Purcell ]
* New upstream release
* Relibtoolize from /pkg-kde/trunk/common-patches/ for 3.5.2
- * Dropped others from debian/patches (seems OK)
+ * Dropped from debian/patches (seems OK)
+ + 08_disable-visibility.diff
+ [ Achim Bohnet ]
+ o Update 98_buildprep.diff
+ o Replace 10_link_to_right_libs.diff with 99_only_-lqt-mt.diff
+ Relibtoolization patch was accepted upstream, except for LIB_QT hack.
+ Now patch configure to hardcode LIB_QT to -lqt-mt instead of
+ patching every Makefile.am/.in.
+
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Tue, 9 May 2006 22:45:55 +0100
libkipi (0.1.2-4) unstable; urgency=low
Added: kde-extras/libkipi/trunk/debian/patches/99_only_-lqt-mt.diff
===================================================================
--- kde-extras/libkipi/trunk/debian/patches/99_only_-lqt-mt.diff 2006-05-09 23:47:50 UTC (rev 3700)
+++ kde-extras/libkipi/trunk/debian/patches/99_only_-lqt-mt.diff 2006-05-10 01:26:06 UTC (rev 3701)
@@ -0,0 +1,20 @@
+--- configure.orig 2006-05-10 02:13:58.000000000 +0200
++++ configure 2006-05-10 02:14:58.000000000 +0200
+@@ -33431,7 +33431,7 @@
+ s, at MOC@,$MOC,;t t
+ s, at UIC@,$UIC,;t t
+ s, at UIC_TR@,$UIC_TR,;t t
+-s, at LIB_QT@,$LIB_QT,;t t
++s, at LIB_QT@,-lqt-mt,;t t
+ s, at LIB_QPE@,$LIB_QPE,;t t
+ s, at kde_qtver@,$kde_qtver,;t t
+ s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
+@@ -35686,7 +35686,7 @@
+ s, at MOC@,$MOC,;t t
+ s, at UIC@,$UIC,;t t
+ s, at UIC_TR@,$UIC_TR,;t t
+-s, at LIB_QT@,$LIB_QT,;t t
++s, at LIB_QT@,-lqt-mt,;t t
+ s, at LIB_QPE@,$LIB_QPE,;t t
+ s, at kde_qtver@,$kde_qtver,;t t
+ s, at KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
More information about the pkg-kde-commits
mailing list