aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-12 22:28:04 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-12 22:44:50 +0200
commitf16e7ab218985c72ccebda2c1e93ba41ba9a1121 (patch)
treed5e2f7347b7115c0c4acb499e468a2f88b9671cf
parent5eb218879ba9ba7daa5e49ba4e3c0a690dc01e3b (diff)
Fix d/patches/0001-Ignore-custom-lib-PATH.patch
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch12
-rwxr-xr-xinterimap1
-rwxr-xr-xpullimap1
3 files changed, 8 insertions, 6 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
index d12268e..5ea18fa 100644
--- a/debian/patches/0001-Ignore-custom-lib-PATH.patch
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -1,6 +1,6 @@
-From cd68468db941799d18343c8b931965c1cd04c7ed Mon Sep 17 00:00:00 2001
+From c563ad73878fac128d0312cb0914bff3eaa76951 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
-Date: Wed, 9 Mar 2016 21:16:42 +0100
+Date: Sun, 12 Jun 2016 22:42:16 +0200
Subject: [PATCH] Ignore custom lib PATH.
---
@@ -9,7 +9,7 @@ Subject: [PATCH] Ignore custom lib PATH.
2 files changed, 2 deletions(-)
diff --git a/interimap b/interimap
-index 7097f17..849aa85 100755
+index 150c754..6396f8d 100755
--- a/interimap
+++ b/interimap
@@ -29,7 +29,6 @@ use DBI ();
@@ -21,7 +21,7 @@ index 7097f17..849aa85 100755
# Clean up PATH
diff --git a/pullimap b/pullimap
-index 02aedf6..79da152 100755
+index e971f64..1324228 100755
--- a/pullimap
+++ b/pullimap
@@ -30,7 +30,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version
@@ -31,7 +31,7 @@ index 02aedf6..79da152 100755
-use lib 'lib';
use Net::IMAP::InterIMAP qw/read_config compact_set/;
- my %CONFIG;
+ # Clean up PATH
--
-2.7.0
+2.8.1
diff --git a/interimap b/interimap
index 6396f8d..150c754 100755
--- a/interimap
+++ b/interimap
@@ -29,6 +29,7 @@ use DBI ();
use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/;
use List::Util 'first';
+use lib 'lib';
use Net::IMAP::InterIMAP qw/read_config compact_set/;
# Clean up PATH
diff --git a/pullimap b/pullimap
index 1324228..e971f64 100755
--- a/pullimap
+++ b/pullimap
@@ -30,6 +30,7 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version
use List::Util 'first';
use Socket qw/PF_INET PF_INET6 SOCK_STREAM/;
+use lib 'lib';
use Net::IMAP::InterIMAP qw/read_config compact_set/;
# Clean up PATH