[Pkg-xfce-commits] r3779 - desktop/branches/experimental/xfconf/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jan 9 03:58:52 UTC 2010
Author: corsac
Date: 2010-01-09 15:58:51 +0000 (Sat, 09 Jan 2010)
New Revision: 3779
Modified:
desktop/branches/experimental/xfconf/debian/changelog
desktop/branches/experimental/xfconf/debian/control
Log:
* New upstream development release.
* debian/control:
- add build-dep on intltool.
- add dep on ${misc:Depends}.
- bump standards version to 3.8.3.
Modified: desktop/branches/experimental/xfconf/debian/changelog
===================================================================
--- desktop/branches/experimental/xfconf/debian/changelog 2010-01-09 15:44:27 UTC (rev 3778)
+++ desktop/branches/experimental/xfconf/debian/changelog 2010-01-09 15:58:51 UTC (rev 3779)
@@ -1,3 +1,13 @@
+xfconf (4.7.0-1) UNRELEASED; urgency=low
+
+ * New upstream development release.
+ * debian/control:
+ - add build-dep on intltool.
+ - add dep on ${misc:Depends}.
+ - bump standards version to 3.8.3.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 09 Jan 2010 16:56:44 +0100
+
xfconf (4.6.1-1) unstable; urgency=low
* New upstream release.
Modified: desktop/branches/experimental/xfconf/debian/control
===================================================================
--- desktop/branches/experimental/xfconf/debian/control 2010-01-09 15:44:27 UTC (rev 3778)
+++ desktop/branches/experimental/xfconf/debian/control 2010-01-09 15:58:51 UTC (rev 3779)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.6.0),
+Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.6.0), intltool,
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,8 @@
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 +49,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 and xfsettingsd.
More information about the Pkg-xfce-commits
mailing list