[Pkg-xfce-commits] r9889 - in /desktop/branches/experimental/xfconf/debian: changelog control copyright libxfconf-0-dev.docs libxfconf-0-dev.install xfconf.install
Yves-Alexis Perez
corsac at moszumanska.debian.org
Fri Jun 23 11:20:09 UTC 2017
Author: corsac
Date: Fri Jun 23 11:20:09 2017
New Revision: 9889
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9889
Log:
Run wrap-and-sort.
Modified:
desktop/branches/experimental/xfconf/debian/changelog
desktop/branches/experimental/xfconf/debian/control
desktop/branches/experimental/xfconf/debian/copyright
desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.docs
desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.install
desktop/branches/experimental/xfconf/debian/xfconf.install
Modified: desktop/branches/experimental/xfconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/changelog?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/changelog (original)
+++ desktop/branches/experimental/xfconf/debian/changelog Fri Jun 23 11:20:09 2017
@@ -6,6 +6,7 @@
- rename library package to libxfconf-0-3 for soname bump.
* debian/libxfconf-0-2.{symbols,install} renamed as well.
* debian/libxfconf-0-3.symbols: update library filename.
+ * Run wrap-and-sort.
-- Yves-Alexis Perez <corsac at debian.org> Fri, 23 Jun 2017 13:12:54 +0200
Modified: desktop/branches/experimental/xfconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/control?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/control (original)
+++ desktop/branches/experimental/xfconf/debian/control Fri Jun 23 11:20:09 2017
@@ -3,11 +3,19 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
- Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0),
- libdbus-1-dev, libdbus-glib-1-dev, libextutils-pkgconfig-perl,
- libextutils-depends-perl, libglib-perl, intltool, dpkg-dev (>= 1.16.1.),
- libtool, xfce4-dev-tools, gtk-doc-tools
+ Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.16.1.),
+ gtk-doc-tools,
+ intltool,
+ libdbus-1-dev,
+ libdbus-glib-1-dev,
+ libextutils-depends-perl,
+ libextutils-pkgconfig-perl,
+ libglib-perl,
+ libtool,
+ libxfce4util-dev (>= 4.10.0),
+ xfce4-dev-tools
Standards-Version: 4.0.0
Homepage: http://www.xfce.org
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfconf
@@ -16,22 +24,26 @@
Package: libxfconf-0-dev
Section: libdevel
Architecture: any
-Depends: libxfconf-0-3 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev,
- libdbus-glib-1-dev, pkg-config, libglib2.0-dev
+Depends: libdbus-1-dev,
+ libdbus-glib-1-dev,
+ libglib2.0-dev,
+ libxfconf-0-3 (= ${binary:Version}),
+ pkg-config,
+ ${misc:Depends}
Description: Development files for libxfconf
- This package contains the development files libxfconf which are
- the main part of the Xfce4 configuration system. If you want to
- develop applications that use this library, you want
+ This package contains the development files libxfconf which are
+ the main part of the Xfce4 configuration system. If you want to
+ develop applications that use this library, you want
to install this package.
.
- The libxfconf Reference Manual is also included and it can be
+ The libxfconf Reference Manual is also included and it can be
consulted with Devhelp or a web browser.
Package: libxfconf-0-3
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, xfconf
+Depends: xfconf, ${misc:Depends}, ${shlibs:Depends}
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.
@@ -41,7 +53,9 @@
Package: xfconf
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-dbus-session-bus | dbus-session-bus
+Depends: default-dbus-session-bus | dbus-session-bus,
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Description: utilities for managing settings in Xfce
xfconf contains xfconfd and xfconf-query.
Modified: desktop/branches/experimental/xfconf/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/copyright?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/copyright (original)
+++ desktop/branches/experimental/xfconf/debian/copyright Fri Jun 23 11:20:09 2017
@@ -5,7 +5,7 @@
Upstream Author are:
-Brian J. Tarricone <bjt23 at cornell.edu>
+Brian J. Tarricone <bjt23 at cornell.edu>
Stephan Arts <stephan at xfce.org>
Files: common/xfconf-common-private.h
@@ -101,7 +101,7 @@
2008, Stephan Arts <stephan at xfce.org>
License: GPL-2+
-
+
On Debian systems, the complete text of the GNU General Public License (version
2) can be found in the file `/usr/share/common-licenses/GPL-2' and the complete
text of the GNU Lesser General Public License (version 2 or later) can be found
Modified: desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.docs
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.docs?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.docs (original)
+++ desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.docs Fri Jun 23 11:20:09 2017
@@ -1,2 +1,2 @@
+NEWS
TODO
-NEWS
Modified: desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.install
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.install?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.install (original)
+++ desktop/branches/experimental/xfconf/debian/libxfconf-0-dev.install Fri Jun 23 11:20:09 2017
@@ -1,4 +1,4 @@
usr/include
+usr/lib/*/lib*.so
usr/lib/*/pkgconfig
-usr/lib/*/lib*.so
usr/share/gtk-doc
Modified: desktop/branches/experimental/xfconf/debian/xfconf.install
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfconf/debian/xfconf.install?rev=9889&op=diff
==============================================================================
--- desktop/branches/experimental/xfconf/debian/xfconf.install (original)
+++ desktop/branches/experimental/xfconf/debian/xfconf.install Fri Jun 23 11:20:09 2017
@@ -1,4 +1,4 @@
+usr/bin
+usr/lib/*/xfce4/xfconf/xfconfd
usr/share/dbus-1
usr/share/locale
-usr/bin
-usr/lib/*/xfce4/xfconf/xfconfd
More information about the Pkg-xfce-commits
mailing list