[engrampa] 01/02: debian/patches: Drop 0000_fix-maximum-compression-zip.patch. Applied upstream.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Tue Nov 14 08:40:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch parrot/3.7
in repository engrampa.
commit d22f679f1727044e944f3db531565d1a19d5228b
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Tue Nov 14 10:37:22 2017 +0200
debian/patches: Drop 0000_fix-maximum-compression-zip.patch. Applied upstream.
---
.../patches/0000_fix-maximum-compression-zip.patch | 30 ----------------------
debian/patches/series | 1 -
2 files changed, 31 deletions(-)
diff --git a/debian/patches/0000_fix-maximum-compression-zip.patch b/debian/patches/0000_fix-maximum-compression-zip.patch
deleted file mode 100644
index ba936d4..0000000
--- a/debian/patches/0000_fix-maximum-compression-zip.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From c24df41601ceba5f929b8babea04ea5a6a6ac68b Mon Sep 17 00:00:00 2001
-From: ZenWalker <scow at riseup.net>
-Date: Sat, 20 May 2017 01:59:20 +0200
-Subject: [PATCH] Fix: create zip files in "maximum" compression level
-
-based in file-roller commit:
-https://git.gnome.org/browse/file-roller/commit/?id=f9b8a010e7fe5a9bec158dfc5bd8ef1e11bf3842
-
-Fixes:
-https://bugs.launchpad.net/ubuntu/+source/engrampa/+bug/1580860
----
- src/fr-command-7z.c | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
-index def5dc6..e3230a7 100644
---- a/src/fr-command-7z.c
-+++ b/src/fr-command-7z.c
-@@ -362,7 +362,11 @@ fr_command_7z_add (FrCommand *comm,
- break;
- case FR_COMPRESSION_MAXIMUM:
- fr_process_add_arg (comm->process, "-mx=9");
-- fr_process_add_arg (comm->process, "-m0=lzma2");;
-+ if (! is_mime_type (comm->mime_type, "application/zip")
-+ && ! is_mime_type (comm->mime_type, "application/x-cbz"))
-+ {
-+ fr_process_add_arg (comm->process, "-m0=lzma2");;
-+ }
- break;
- }
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 6b85a2d..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0000_fix-maximum-compression-zip.patch
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/engrampa.git
More information about the pkg-mate-commits
mailing list