aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-07-23 21:26:15 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-07-24 01:28:23 +0200
commit129213b206aa599c0dfd8f7164e02ca45db89d7d (patch)
tree79d515ad893a9ea0b2b8d11de40e6216a53faa64 /debian/patches
parent0d5bdd4131179c5d9f21133c76cc70e99715cc9c (diff)
Ignore custom lib PATH.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch
new file mode 100644
index 0000000..0786ffa
--- /dev/null
+++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch
@@ -0,0 +1,24 @@
+From 5c814e42f3eb9d638c6cb6fd4bc8a7d0ed020cfc Mon Sep 17 00:00:00 2001
+From: Guilhem Moulin <guilhem@fripost.org>
+Date: Thu, 23 Jul 2015 19:19:25 +0200
+Subject: [PATCH] Ignore custom lib PATH.
+
+---
+ imapsync | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/imapsync b/imapsync
+index 4ef47b3..f932686 100755
+--- a/imapsync
++++ b/imapsync
+@@ -30,7 +30,6 @@ use List::Util 'first';
+ use DBI ();
+ 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
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ba71084
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Ignore-custom-lib-PATH.patch