rev 4432 - trunk/packages/kdenetwork/debian

Adeodato Simó adeodato at costa.debian.org
Sun Aug 27 04:08:39 UTC 2006


Author: adeodato
Date: 2006-08-27 04:08:38 +0000 (Sun, 27 Aug 2006)
New Revision: 4432

Modified:
   trunk/packages/kdenetwork/debian/changelog
   trunk/packages/kdenetwork/debian/rules
Log:
Pass --with-external-libgadu to configure.


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2006-08-27 02:52:38 UTC (rev 4431)
+++ trunk/packages/kdenetwork/debian/changelog	2006-08-27 04:08:38 UTC (rev 4432)
@@ -4,6 +4,11 @@
 
   * Fix KGet package description (it's not KGET). (Closes: #384592)
 
+  +++ Changes by Adeodato Simó:
+
+  * Pass --with-external-libgadu to configure, so that build fails if
+    detection of the /usr library fails.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 26 Aug 2006 12:06:54 -0400
 
 kdenetwork (4:3.5.4-2) unstable; urgency=low

Modified: trunk/packages/kdenetwork/debian/rules
===================================================================
--- trunk/packages/kdenetwork/debian/rules	2006-08-27 02:52:38 UTC (rev 4431)
+++ trunk/packages/kdenetwork/debian/rules	2006-08-27 04:08:38 UTC (rev 4432)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-sametime-plugin
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-sametime-plugin --with-external-libgadu
 
 DEB_DH_STRIP_ARGS  := --dbg-package=kdenetwork-dbg
 




More information about the pkg-kde-commits mailing list