[Pkg-xfce-commits] r3867 - desktop/trunk/thunar/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Feb 21 02:37:19 UTC 2010
Author: corsac
Date: 2010-02-21 14:37:17 +0000 (Sun, 21 Feb 2010)
New Revision: 3867
Modified:
desktop/trunk/thunar/debian/changelog
desktop/trunk/thunar/debian/control
desktop/trunk/thunar/debian/watch
Log:
* debian/control:
- drop strict versioned dependency on thunar-data for libthunarvfs
packages, only Thunar really needs it.
- switch libjpeg62-dev build-dep to libjpeg-dev.
* debian/watch updated. closes: #570793
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2010-02-16 22:01:28 UTC (rev 3866)
+++ desktop/trunk/thunar/debian/changelog 2010-02-21 14:37:17 UTC (rev 3867)
@@ -1,3 +1,13 @@
+thunar (1.0.1-3) UNRELEASED; urgency=low
+
+ * debian/control:
+ - drop strict versioned dependency on thunar-data for libthunarvfs
+ packages, only Thunar really needs it.
+ - switch libjpeg62-dev build-dep to libjpeg-dev.
+ * debian/watch updated. closes: #570793
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 21 Feb 2010 15:36:34 +0100
+
thunar (1.0.1-2) unstable; urgency=low
* debian/control:
Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control 2010-02-16 22:01:28 UTC (rev 3866)
+++ desktop/trunk/thunar/debian/control 2010-02-21 14:37:17 UTC (rev 3867)
@@ -7,7 +7,7 @@
libexo-0.3-dev (>= 0.3.100), cdbs, libxml-parser-perl, libfam-dev,
libhal-storage-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libdbus-glib-1-dev, libexif-dev, libgtk2.0-dev (>= 2.10.1),
- xfce4-panel-dev (>= 4.6.0), chrpath, libpcre3-dev, libjpeg62-dev,
+ xfce4-panel-dev (>= 4.6.0), chrpath, libpcre3-dev, libjpeg-dev,
intltool
Build-Conflicts: libgamin-dev [!hurd-i386]
Standards-Version: 3.8.3
@@ -19,8 +19,7 @@
Section: libdevel
Architecture: any
Depends: libthunar-vfs-1-2 (= ${binary:Version}), ${misc:Depends},
- libexo-0.3-dev (>= 0.3.100), thunar-data (=${source:Version}),
- libglib2.0-dev, libgtk2.0-dev
+ libexo-0.3-dev (>= 0.3.100), thunar-data, libglib2.0-dev, libgtk2.0-dev
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
@@ -28,7 +27,7 @@
Package: libthunar-vfs-1-2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, thunar-data (= ${source:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, thunar-data, ${misc:Depends}
Description: VFS abstraction used in thunar
This package contains a library for virtual file system abstraction. It's
used by thunar, the file manager of Xfce 4.6
@@ -36,7 +35,8 @@
Package: thunar
Section: xfce
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils, shared-mime-info, thunar-data (= ${source:Version}), exo-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils,
+ shared-mime-info, thunar-data (= ${source:Version}), exo-utils
Recommends: hal, dbus-x11, gamin, ${shlibs:Recommends}, thunar-volman,
xdg-user-dirs
Suggests: thunar-archive-plugin, thunar-media-tags-plugin
Modified: desktop/trunk/thunar/debian/watch
===================================================================
--- desktop/trunk/thunar/debian/watch 2010-02-16 22:01:28 UTC (rev 3866)
+++ desktop/trunk/thunar/debian/watch 2010-02-21 14:37:17 UTC (rev 3867)
@@ -1,3 +1,3 @@
version=3
-http://www.xfce.org/archive/xfce-(.*)/src/ \
- Thunar-(.*)\.tar\.bz2
+http://www.xfce.org/archive/src/xfce/thunar/([\d\.]+)/ \
+ Thunar-([\d\.]+)\.tar\.(?:gz|bz2)
More information about the Pkg-xfce-commits
mailing list