[Pkg-xfce-commits] r4089 - desktop/branches/experimental/thunar/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun May 23 04:22:47 UTC 2010
Author: mrpouit-guest
Date: 2010-05-23 16:22:36 +0000 (Sun, 23 May 2010)
New Revision: 4089
Modified:
desktop/branches/experimental/thunar/debian/changelog
desktop/branches/experimental/thunar/debian/control
Log:
Resync with trunk
Modified: desktop/branches/experimental/thunar/debian/changelog
===================================================================
--- desktop/branches/experimental/thunar/debian/changelog 2010-05-23 16:10:14 UTC (rev 4088)
+++ desktop/branches/experimental/thunar/debian/changelog 2010-05-23 16:22:36 UTC (rev 4089)
@@ -11,16 +11,17 @@
* debian/patches:
- 01_thunar-help-directory dropped, not useful anymore.
- 02_thunar-icon-naming-spec-compliance refreshed.
- - 03_thunar-window-maximize dropped, useless as well.
- - 04_fix-umask-handling dropped, included upstream.
+ - 03_thunar-window-maximize dropped, useless as well.
+ - 05_fix-crash-drag-gdk-none.patch: dropped also.
+ - 06_fix-sidepane-width.patch: dropped, included upstream.
+ - 07_update-cursor-on-delete.patch: dropped.
+ - 08_refilter-tree-hidden-dir.patch: dropped.
* debian/control:
- bump build-dep on exo (0.5.1).
- add build-dep on libxfce4ui (4.7.1).
- rename libthunar-vfs package to libthunarx since thunar-vfs has been
dropped.
- - add build-dep on libstartup-notification0-dev.
- add recommends on tumbler.
- - switch libjpeg62-dev build-dep to libjpeg-dev.
* debian/rules:
- change thunarx libname to 2 in chrpath call.
- ignore thunarx plugins in dh_makeshlibs.
@@ -33,6 +34,45 @@
-- Yves-Alexis Perez <corsac at debian.org> Sun, 21 Feb 2010 15:37:20 +0100
+thunar (1.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
+ * debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
+ startup notification support is enabled in debian/rules.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 23 May 2010 14:12:33 +0200
+
+thunar (1.0.1-4) unstable; urgency=low
+
+ * debian/patches/05_fix-crash-drag-gdk-none.patch: backport patch from
+ upstream git to fix crash when dragging non-file data over a window
+ (thanks Daniel Gibson for the hint). closes: #575665
+ * debian/patches: import some patches from lucid to fix several minor
+ issues (also fixed in upstream git master):
+ - 06_fix-sidepane-width.patch: use g_utf8_strlen to calculate the
+ sidepane width, prevents it from being too large with chinese or
+ cyrillic locales. lp: #501211
+ - 07_update-cursor-on-delete.patch: properly update the cursor when
+ a row is deleted in, fixes weird cursor behaviors (Xfce #5361).
+ - 08_refilter-tree-hidden-dir.patch: refilter tree model view when
+ entering/leaving an hidden directory, prevents hidden dir/files
+ from being wrongly displayed. lp: #484220
+ * debian/control: add myself to uploaders.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 24 Apr 2010 14:00:31 +0200
+
+thunar (1.0.1-3) unstable; 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.
+ - update standards version to 3.8.4.
+ * debian/watch updated. closes: #570793
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 21 Feb 2010 16:24:34 +0100
+
thunar (1.0.1-2) unstable; urgency=low
* debian/control:
Modified: desktop/branches/experimental/thunar/debian/control
===================================================================
--- desktop/branches/experimental/thunar/debian/control 2010-05-23 16:10:14 UTC (rev 4088)
+++ desktop/branches/experimental/thunar/debian/control 2010-05-23 16:22:36 UTC (rev 4089)
@@ -2,16 +2,16 @@
Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
+ Simon Huggins <huggie at earth.li>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 7), libcairo2-dev,
libexo-1-dev (>= 0.5.1), cdbs, libxml-parser-perl, libfam-dev,
libhal-storage-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- libxfce4ui-1-dev (>= 4.7.1), libstartup-notification0-dev,
libdbus-glib-1-dev, libexif-dev, libgtk2.0-dev (>= 2.10.1),
xfce4-panel-dev (>= 4.6.0), chrpath, libpcre3-dev, libjpeg-dev,
- intltool
+ libstartup-notification0-dev (>= 0.4), intltool, libxfce4ui-1-dev (>= 4.7.1)
Build-Conflicts: libgamin-dev [!hurd-i386]
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://thunar.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/thunar/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/
More information about the Pkg-xfce-commits
mailing list