From 129213b206aa599c0dfd8f7164e02ca45db89d7d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 23 Jul 2015 21:26:15 +0200 Subject: Ignore custom lib PATH. --- debian/patches/0001-Ignore-custom-lib-PATH.patch | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 25 insertions(+) create mode 100644 debian/patches/0001-Ignore-custom-lib-PATH.patch create mode 100644 debian/patches/series (limited to 'debian/patches') 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 +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 -- cgit v1.2.3