[SCM] engrampa Debian package branch, master, updated. debian/1.8.0+dfsg1-5-3-gc82e6d5
Mike Gabriel
sunweaver at moszumanska.debian.org
Sat Jun 7 14:22:59 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/engrampa.git;a=commitdiff;h=086a079
The following commit has been merged in the master branch:
commit 086a079a02b7c225f66e2fa1d534f827f8701559
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jun 7 16:20:28 2014 +0200
debian/patches: Add 0001_superfluous-dir-with-unar.patch. Stop creating superfluous directory when extracting files from .rar archives with unar. (Closes: #749951).
---
.../patches/0001_superfluous-dir-with-unar.patch | 30 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 31 insertions(+)
diff --git a/debian/patches/0001_superfluous-dir-with-unar.patch b/debian/patches/0001_superfluous-dir-with-unar.patch
new file mode 100644
index 0000000..47dc537
--- /dev/null
+++ b/debian/patches/0001_superfluous-dir-with-unar.patch
@@ -0,0 +1,30 @@
+Description: Fix superfluous directory with unar-decompressed .rar archives.
+Author: Sander Sweers (https://github.com/infirit)
+Origin: https://github.com/mate-desktop/engrampa/commit/383d22b8dc070377508d66a1750cb1f4da71e4aa
+Abstract:
+ Do not create superfluous directory when dragging files from engrampa
+ to Caja/Thunar.
+
+diff --git a/src/fr-command-unarchiver.c b/src/fr-command-unarchiver.c
+index 3e32f25..d13f468 100644
+--- a/src/fr-command-unarchiver.c
++++ b/src/fr-command-unarchiver.c
+@@ -199,8 +199,7 @@ fr_command_unarchiver_extract (FrCommand *comm,
+ else
+ fr_process_add_arg (comm->process, "-s");
+
+- if (junk_paths)
+- fr_process_add_arg (comm->process, "-D");
++ fr_process_add_arg (comm->process, "-D");
+
+ if ((comm->password != NULL) && (comm->password[0] != '
--
engrampa Debian package
More information about the pkg-mate-commits
mailing list