[Pkg-xfce-commits] r2497 - desktop/branches/svn-snapshots/xfconf/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Nov 7 13:40:39 UTC 2008


Author: corsac
Date: 2008-11-07 13:40:39 +0000 (Fri, 07 Nov 2008)
New Revision: 2497

Modified:
   desktop/branches/svn-snapshots/xfconf/debian/control
Log:
make the daemon not depend on the lib, and make the lib depends on the daemon


Modified: desktop/branches/svn-snapshots/xfconf/debian/control
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/control	2008-11-07 06:49:54 UTC (rev 2496)
+++ desktop/branches/svn-snapshots/xfconf/debian/control	2008-11-07 13:40:39 UTC (rev 2497)
@@ -25,7 +25,7 @@
 Package: libxfconf-0-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, xfconf
 Description: Client library for Xfce4 configure interface
  This package contains a library which can be used by every
  program that aims to be a configuration-manager for Xfce4.
@@ -46,7 +46,7 @@
 Package: xfconf
 Section: x11
 Architecture: any
-Depends: ${shlibs:Depends}, libxfconf-0-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: utilities for managing settings in Xfce
  xfconf contains xfconfd and xfconf-query and xfsettingsd.
   - xfconfd handles the Xfce settings storage




More information about the Pkg-xfce-commits mailing list