[engrampa] 01/02: debian/patches: Drop 0000_fix-maximum-compression-zip.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Nov 13 22:33:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository engrampa.

commit 2b75d02f4020d41c97c8b7d9f66dc6da3d748192
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Mon Nov 13 22:32:47 2017 +0000

    debian/patches: Drop 0000_fix-maximum-compression-zip.patch. Applied upstream.
---
 .../patches/0000_fix-maximum-compression-zip.patch | 31 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 32 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 fc0317b..0000000
--- a/debian/patches/0000_fix-maximum-compression-zip.patch
+++ /dev/null
@@ -1,31 +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;
- 	}
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a107547..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0000_fix-maximum-compression-zip.patch

-- 
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