[Pkg-xfce-commits] r3733 - desktop/trunk/xfconf/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Dec 30 11:56:54 UTC 2009
Author: corsac
Date: 2009-12-30 11:56:54 +0000 (Wed, 30 Dec 2009)
New Revision: 3733
Modified:
desktop/trunk/xfconf/debian/changelog
desktop/trunk/xfconf/debian/control
Log:
- update standards version to 3.8.3.
- add depends on ${misc:Depends}.
Modified: desktop/trunk/xfconf/debian/changelog
===================================================================
--- desktop/trunk/xfconf/debian/changelog 2009-12-27 18:15:46 UTC (rev 3732)
+++ desktop/trunk/xfconf/debian/changelog 2009-12-30 11:56:54 UTC (rev 3733)
@@ -2,10 +2,12 @@
* debian/control:
- correct description, xfsettingsd is in xfce4-settings package.
+ - update standards version to 3.8.3.
+ - add depends on ${misc:Depends}.
* debian/xfconf-query.1:
- update xfconf-query manpage from latest version.
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 20 Nov 2009 08:30:14 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 30 Dec 2009 12:56:22 +0100
xfconf (4.6.1-1) unstable; urgency=low
Modified: desktop/trunk/xfconf/debian/control
===================================================================
--- desktop/trunk/xfconf/debian/control 2009-12-27 18:15:46 UTC (rev 3732)
+++ desktop/trunk/xfconf/debian/control 2009-12-30 11:56:54 UTC (rev 3733)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.6.0),
libdbus-1-dev, libdbus-glib-1-dev, libextutils-pkgconfig-perl,
libextutils-depends-perl, libglib-perl
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfconf
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfconf/
@@ -14,7 +14,7 @@
Package: libxfconf-0-dev
Section: libdevel
Architecture: any
-Depends: libxfconf-0-2 (= ${binary:Version}), libdbus-1-dev,
+Depends: libxfconf-0-2 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev,
libdbus-glib-1-dev, pkg-config, libglib2.0-dev
Description: Development files for libxfconf
This package contains the development files libxfconf which are
@@ -28,7 +28,7 @@
Package: libxfconf-0-2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, xfconf
+Depends: ${shlibs:Depends}, ${misc: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.
@@ -40,7 +40,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, libxfconf-0-2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxfconf-0-2 (= ${binary:Version})
Description: debugging informations for libxfconf
This package contains debugging symbols for libxfconf, which
provides basic functions for the Xfce4 configuration tool.
@@ -48,7 +48,7 @@
Package: xfconf
Section: xfce
Architecture: any
-Depends: ${shlibs:Depends}, dbus-x11
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11
Recommends: ${shlibs:Recommends}
Description: utilities for managing settings in Xfce
xfconf contains xfconfd and xfconf-query.
More information about the Pkg-xfce-commits
mailing list