[pkg-kde-commits] rev 2903 - trunk/packages/kdenetwork/debian

Christopher Martin chrsmrtn at costa.debian.org
Mon Jan 16 17:40:09 UTC 2006


Author: chrsmrtn
Date: 2006-01-16 17:40:08 +0000 (Mon, 16 Jan 2006)
New Revision: 2903

Modified:
   trunk/packages/kdenetwork/debian/changelog
   trunk/packages/kdenetwork/debian/control
Log:
Bump build-dep for meanwhile to match needs of the patch.

Also add some basic zeroconf infrastructure to kdnssd's deps.
This may change depending on feedback.


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2006-01-16 17:38:15 UTC (rev 2902)
+++ trunk/packages/kdenetwork/debian/changelog	2006-01-16 17:40:08 UTC (rev 2903)
@@ -10,9 +10,10 @@
 
   * Take a diff of the meanwhile plugin from the next Kopete version
     development branch, and apply it to KDE 3.5. This includes a number of
-    fixes, and allows us to build against a more up-to-date libmeanwhile.
+    fixes, and allows us to build against a more up-to-date meanwhile.
 
-  !!!  TODO: Bump libmeanwhile build-deps / Update buildprep !!!
+  * Bump libmeanwhile-dev build-depends, ensuring that kopete links with
+    libmeanwhile1, needed to go with the updated meanwhile plugin.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
 

Modified: trunk/packages/kdenetwork/debian/control
===================================================================
--- trunk/packages/kdenetwork/debian/control	2006-01-16 17:38:15 UTC (rev 2902)
+++ trunk/packages/kdenetwork/debian/control	2006-01-16 17:40:08 UTC (rev 2903)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at net.com.org.es>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, docbook-to-man, doxygen, gawk, gettext, kdelibs4-dev (>= 4:3.5.0), libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 0.4.2), libslp-dev, libtiff4-dev, libxml2-dev, libxslt1-dev, libxtst-dev, qt3-doc, sharutils, valgrind [i386], xmms-dev, libxxf86vm-dev
+Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, docbook-to-man, doxygen, gawk, gettext, kdelibs4-dev (>= 4:3.5.0), libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libtiff4-dev, libxml2-dev, libxslt1-dev, libxtst-dev, qt3-doc, sharutils, valgrind [i386], xmms-dev, libxxf86vm-dev
 Standards-Version: 3.6.2
 
 Package: kdenetwork
@@ -302,7 +302,8 @@
 Package: kdnssd
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, avahi-daemon, libnss-mdns
+Suggests: avahi-dnsconfd, zeroconf
 Description: Zeroconf support for KDE
  A kioslave and kded module that provide Zeroconf support. Try
  "zeroconf:/" in Konqueror.




More information about the pkg-kde-commits mailing list