[Pkg-xfce-commits] r3985 - desktop/trunk/exo/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 11 08:22:48 UTC 2010
Author: corsac
Date: 2010-05-11 20:22:46 +0000 (Tue, 11 May 2010)
New Revision: 3985
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/control
Log:
* debian/control:
- update standards version to 3.8.4.
- add ${misc:Depends} to Depends.
- update conflicts relation forms.
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2010-05-11 20:06:16 UTC (rev 3984)
+++ desktop/trunk/exo/debian/changelog 2010-05-11 20:22:46 UTC (rev 3985)
@@ -1,6 +1,6 @@
exo (0.3.106-2) UNRELEASED; urgency=low
- [Lionel Le Folgoc]
+ [ Lionel Le Folgoc ]
* debian/control: fix typos in exo-utils-dbg and libexo-common long descs.
* debian/patches:
- 01_fix-treeview-gtk2.20.patch: make the treeview work again with gtk 2.20
@@ -14,8 +14,14 @@
[Stefan Ott]
* debian/watch edited to track Xfce archive reorganisation.
- -- Lionel Le Folgoc <mrpouit at gmail.com> Tue, 11 May 2010 21:59:02 +0200
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - update standards version to 3.8.4.
+ - add ${misc:Depends} to Depends.
+ - update conflicts relation forms.
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 11 May 2010 22:14:51 +0200
+
exo (0.3.106-1) unstable; urgency=low
* New upstream release.
Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control 2010-05-11 20:06:16 UTC (rev 3984)
+++ desktop/trunk/exo/debian/control 2010-05-11 20:22:46 UTC (rev 3985)
@@ -8,7 +8,7 @@
Build-Depends: debhelper (>= 5.0.0), libxfcegui4-dev (>= 4.6.0),
liburi-perl, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev,
intltool, quilt (>= 0.46-7)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/exo/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/
@@ -17,7 +17,7 @@
Section: libdevel
Architecture: any
Depends: libexo-0.3-0 (= ${binary:Version}), libxfce4util-dev (>= 4.6.0),
- libhal-storage-dev, libgtk2.0-dev
+ libhal-storage-dev, libgtk2.0-dev, ${misc:Depends}
Description: Development files for libexo
This package contains the headers and the static library
for libexo-0.3-0.
@@ -25,7 +25,7 @@
Package: libexo-0.3-0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, liburi-perl, libexo-common
+Depends: ${shlibs:Depends}, liburi-perl, libexo-common, ${misc:Depends}
Description: Library with extensions for Xfce
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
@@ -40,10 +40,11 @@
Package: exo-utils
Section: xfce
-Conflicts: libexo-0.3-0 (< 0.3.4-1), xfce4-mcs-manager (<< 4.4.2-3)
-Replaces: libexo-0.3-0 (< 0.3.4-1)
+Conflicts: libexo-0.3-0 (<< 0.3.4-1), xfce4-mcs-manager (<< 4.4.2-3)
+Replaces: libexo-0.3-0 (<< 0.3.4-1)
Architecture: any
-Depends: libexo-0.3-0 (= ${binary:Version}), ${shlibs:Depends}, eject [!hurd-i386]
+Depends: libexo-0.3-0 (= ${binary:Version}), ${shlibs:Depends}, eject [!hurd-i386],
+ ${misc:Depends}
Description: Utility files for libexo
This package contains the Xfce settings plugin and the utility files for
libexo-0.3-0 which are:
@@ -59,7 +60,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, libexo-0.3-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libexo-0.3-0 (= ${binary:Version}), ${misc:Depends}
Description: debugging informations for libexo
This package contains the debugging symbols for libexo, additional library
for Xfce.
@@ -68,8 +69,8 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, exo-utils (= ${binary:Version})
-Conflicts: libexo-0.3-0-dbg (< 0.3.105-3)
+Depends: ${shlibs:Depends}, exo-utils (= ${binary:Version}), ${misc:Depends}
+Conflicts: libexo-0.3-0-dbg (<< 0.3.105-3)
Description: debugging informations for exo-utils
This package contains the debugging symbols for the utilities shipped in
exo-utils:
@@ -82,7 +83,7 @@
Section: libs
Priority: extra
Architecture: all
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libexo-0.3-0 (<< 0.3.104-3)
Description: libexo common files
This package contains the common files in use by exo library. It ships
More information about the Pkg-xfce-commits
mailing list