From 292f41c27ba6afd7f593c2dca9d8517a171b7428 Mon Sep 17 00:00:00 2001 From: Kevin Peng Date: Wed, 28 Sep 2016 19:55:59 -0700 Subject: [PATCH] file-roller: apply other patches besides the problematic one --- helpers/make-file-roller | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helpers/make-file-roller b/helpers/make-file-roller index 3d0e420..6e2cdcd 100644 --- a/helpers/make-file-roller +++ b/helpers/make-file-roller @@ -17,15 +17,20 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main QUILT=skip . ./config sed 's/--enable-magic/--enable-magic --disable-packagekit/' debian/rules -i +rm debian/patches/01_package_names.patch +sed '/^01_package_names\.patch/d' debian/patches/series -i -changelog "Dissabled package recommendations, fixes #7747" +export QUILT_PATCHES=debian/patches +quilt push -a + +changelog "Disabled package recommendations, fixes #7747" compile