[Pkg-xfce-commits] r1717 - in goodies/thunar-archive-plugin/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Fri Feb 29 16:21:11 UTC 2008
Author: corsac
Date: 2008-02-29 16:21:10 +0000 (Fri, 29 Feb 2008)
New Revision: 1717
Added:
goodies/thunar-archive-plugin/debian/patches/
goodies/thunar-archive-plugin/debian/patches/01_use-correct-file-roller-args.patch
Modified:
goodies/thunar-archive-plugin/debian/changelog
Log:
* debian/patches: 01_use-correct-file-roller-args added. closes: #424986
Modified: goodies/thunar-archive-plugin/debian/changelog
===================================================================
--- goodies/thunar-archive-plugin/debian/changelog 2008-02-29 14:29:46 UTC (rev 1716)
+++ goodies/thunar-archive-plugin/debian/changelog 2008-02-29 16:21:10 UTC (rev 1717)
@@ -6,14 +6,13 @@
- add squeeze to archivers list.
- add my debian.org email address.
- updated standard versions to 3.7.3.
+ * debian/patches: 01_use-correct-file-roller-args added. closes: #424986
[ Simon Huggins ]
* Add Vcs-* headers to debian/control
- DONT UPLOAD BEFORE SQUEEZE IS IN THE ARCHIVE
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 29 Feb 2008 17:19:57 +0100
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 09 Dec 2007 00:36:44 +0100
-
thunar-archive-plugin (0.2.4-1) unstable; urgency=low
* New upstream release.
Added: goodies/thunar-archive-plugin/debian/patches/01_use-correct-file-roller-args.patch
===================================================================
--- goodies/thunar-archive-plugin/debian/patches/01_use-correct-file-roller-args.patch (rev 0)
+++ goodies/thunar-archive-plugin/debian/patches/01_use-correct-file-roller-args.patch 2008-02-29 16:21:10 UTC (rev 1717)
@@ -0,0 +1,11 @@
+--- thunar-archive-plugin-0.2.4/scripts/file-roller.tap.orig 2007-01-20 11:41:50.000000000 +0100
++++ thunar-archive-plugin-0.2.4/scripts/file-roller.tap 2008-02-29 17:17:40.000000000 +0100
+@@ -34,7 +34,7 @@
+ ;;
+
+ extract-here)
+- exec file-roller "--extract-to=$folder" --force "$@"
++ exec file-roller --force --extract-to=$(pwd) --extract-here "$@"
+ ;;
+
+ extract-to)
More information about the Pkg-xfce-commits
mailing list