aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-07-31 22:46:40 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-07-31 22:46:40 +0200
commit8f56dacdbc3459959b3200e776387d34f91e968c (patch)
tree77455f915fb69a017e038943f615fa15bd06c71d /debian/patches
parent013853643bd128c2104279048d812f9a2c11ece1 (diff)
Fix patch so it applies.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
index e489b91..4a6f43a 100644
--- a/debian/patches/0001-Ignore-custom-lib-PATH.patch
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -1,6 +1,6 @@
-From 41d8091098f34a8ce2c71bf1f157d82f0edeb050 Mon Sep 17 00:00:00 2001
+From e37aaa0c5dbf06cafa4ca738f19bab8adc508bd9 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
-Date: Sun, 26 Jul 2015 03:05:10 +0200
+Date: Fri, 31 Jul 2015 22:45:42 +0200
Subject: [PATCH] Ignore custom lib PATH.
---
@@ -8,17 +8,17 @@ Subject: [PATCH] Ignore custom lib PATH.
1 file changed, 1 deletion(-)
diff --git a/imapsync b/imapsync
-index fec37f0..15c30b8 100755
+index a007089..bcb1162 100755
--- a/imapsync
+++ b/imapsync
-@@ -29,7 +29,6 @@ use DBI ();
+@@ -28,7 +28,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
+ use DBI ();
use List::Util 'first';
- use POSIX 'strftime';
-use lib 'lib';
use Net::IMAP::Sync qw/read_config compact_set $IMAP_text $IMAP_cond/;
# Clean up PATH
--
-2.4.6
+2.5.0