[Pkg-xfce-commits] r1454 - desktop/trunk/thunar/debian
huggie at alioth.debian.org
huggie at alioth.debian.org
Tue Dec 4 16:52:41 UTC 2007
Author: huggie
Date: 2007-12-04 16:52:40 +0000 (Tue, 04 Dec 2007)
New Revision: 1454
Modified:
desktop/trunk/thunar/debian/changelog
desktop/trunk/thunar/debian/control
Log:
Make libthunar-vfs-1-2 and -dev depend on thunar-data for their doc
symlinks. This is a bit icky and probably wants to be redone more sanely.
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2007-12-04 16:48:05 UTC (rev 1453)
+++ desktop/trunk/thunar/debian/changelog 2007-12-04 16:52:40 UTC (rev 1454)
@@ -15,6 +15,8 @@
[ Simon Huggins ]
* Add Vcs-* headers to debian/control
+ * Make libthunar-vfs-1-2 and -dev depend on thunar-data so their doc
+ symlinks work.
-- Yves-Alexis Perez <corsac at corsac.net> Tue, 04 Dec 2007 13:05:14 +0100
Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control 2007-12-04 16:48:05 UTC (rev 1453)
+++ desktop/trunk/thunar/debian/control 2007-12-04 16:52:40 UTC (rev 1454)
@@ -12,7 +12,7 @@
Package: libthunar-vfs-1-dev
Section: libdevel
Architecture: any
-Depends: libthunar-vfs-1-2 (= ${binary:Version}), libexo-0.3-dev (>= 0.3.4)
+Depends: libthunar-vfs-1-2 (= ${binary:Version}), libexo-0.3-dev (>= 0.3.4), thunar-data (= ${source:Version})
Description: Development files for libthunar-vfs
This package contains the headers and the static library for libthunar-vfs,
the virtual file system abstraction used by thunar
@@ -20,7 +20,7 @@
Package: libthunar-vfs-1-2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, thunar-data (= ${source:Version})
Conflicts: thunar (<= 0.2.0alpha-r19548-3)
Replaces: libthunar-vfs-1
Description: VFS abstraction used in thunar
More information about the Pkg-xfce-commits
mailing list