[Pkg-xfce-commits] r3794 - desktop/branches/experimental/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Jan 9 04:25:08 UTC 2010


Author: corsac
Date: 2010-01-09 16:25:07 +0000 (Sat, 09 Jan 2010)
New Revision: 3794

Modified:
   desktop/branches/experimental/exo/debian/changelog
   desktop/branches/experimental/exo/debian/control
Log:
  - use proper relation in conflict.
  - drop build-dep on libxfcegui4, add one on libxfce4ui.

Modified: desktop/branches/experimental/exo/debian/changelog
===================================================================
--- desktop/branches/experimental/exo/debian/changelog	2010-01-09 16:21:06 UTC (rev 3793)
+++ desktop/branches/experimental/exo/debian/changelog	2010-01-09 16:25:07 UTC (rev 3794)
@@ -5,9 +5,11 @@
     - adapt rules to changed soname.
   * debian/control:
     - change binary packages name to match updated soname.
+    - use proper relation in conflict.
+    - drop build-dep on libxfcegui4, add one on libxfce4ui.
   * debian/watch updated.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 27 Oct 2009 08:11:35 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 09 Jan 2010 17:19:22 +0100
 
 exo (0.3.105-1) UNRELEASED; urgency=low
 

Modified: desktop/branches/experimental/exo/debian/control
===================================================================
--- desktop/branches/experimental/exo/debian/control	2010-01-09 16:21:06 UTC (rev 3793)
+++ desktop/branches/experimental/exo/debian/control	2010-01-09 16:25:07 UTC (rev 3794)
@@ -3,7 +3,7 @@
 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 (>= 5.0.0), libxfcegui4-dev (>= 4.6.0),
+Build-Depends: debhelper (>= 5.0.0), libxfce4ui-1-dev (>= 4.7.0),
  liburi-perl, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev,
  intltool
 Standards-Version: 3.8.3
@@ -23,7 +23,7 @@
 Package: libexo-1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, liburi-perl, libexo-common
+Depends: ${shlibs:Depends}, ${misc:Depends}, liburi-perl, libexo-common
 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 
@@ -39,7 +39,8 @@
 Package: exo-utils
 Section: xfce
 Architecture: any
-Depends: libexo-1-0 (= ${binary:Version}), ${shlibs:Depends}, eject [!hurd-i386]
+Depends: libexo-1-0 (= ${binary:Version}), ${shlibs:Depends}, 
+ ${misc:Depends}, eject [!hurd-i386]
 Description: Utility files for libexo
  This package contains the Xfce settings plugin and the utility files for
  libexo-1-0 which are:
@@ -55,17 +56,17 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, libexo-1-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libexo-1-0 (= ${binary:Version})
 Description: debugging informations for libexo
- This packages contains the debugging symbols for libexo, additional library 
+ This package contains the debugging symbols for libexo, additional library 
  for Xfce.
 
 Package: exo-utils-dbg
 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}, ${misc:Depends}, exo-utils (= ${binary:Version})
+Conflicts: libexo-0.3-0-dbg (<< 0.3.105-3)
 Description: debugging informations for exo-utils
  This packages contains the debugging symbols for the utilities shipped in
  exo-utils:
@@ -78,7 +79,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 packages contains the common files in use by exo library. It ships




More information about the Pkg-xfce-commits mailing list