diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:42:10 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 18:21:39 +0200 |
commit | 3b65f6b9bdf29406477427cd1e627884a00c5040 (patch) | |
tree | 0317aa02c5ebac894a4bbe8f215154bbfdc05be7 /debian/patches/0001-Ignore-custom-lib-PATH.patch | |
parent | 70f74ae33a4ca622150970e2555ac0c799636db6 (diff) |
Rename ‘imapsync’ to ‘interimap’.
To avoid confusion with http://imapsync.lamiral.info , which used to be
packaged to debian:
http://archive.debian.net/search?searchon=names&keywords=imapsync
Diffstat (limited to 'debian/patches/0001-Ignore-custom-lib-PATH.patch')
-rw-r--r-- | debian/patches/0001-Ignore-custom-lib-PATH.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/0001-Ignore-custom-lib-PATH.patch b/debian/patches/0001-Ignore-custom-lib-PATH.patch index 4a6f43a..0f25a2f 100644 --- a/debian/patches/0001-Ignore-custom-lib-PATH.patch +++ b/debian/patches/0001-Ignore-custom-lib-PATH.patch @@ -1,24 +1,24 @@ -From e37aaa0c5dbf06cafa4ca738f19bab8adc508bd9 Mon Sep 17 00:00:00 2001 +From 2bafde3be8c86b6b4d28a531fa9220342c9d01f4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin <guilhem@fripost.org> -Date: Fri, 31 Jul 2015 22:45:42 +0200 +Date: Mon, 7 Sep 2015 17:44:58 +0200 Subject: [PATCH] Ignore custom lib PATH. --- - imapsync | 1 - + interimap | 1 - 1 file changed, 1 deletion(-) -diff --git a/imapsync b/imapsync -index a007089..bcb1162 100755 ---- a/imapsync -+++ b/imapsync +diff --git a/interimap b/interimap +index 6442054..4f19f7d 100755 +--- a/interimap ++++ b/interimap @@ -28,7 +28,6 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat use DBI (); use List::Util 'first'; -use lib 'lib'; - use Net::IMAP::Sync qw/read_config compact_set $IMAP_text $IMAP_cond/; + use Net::IMAP::InterIMAP qw/read_config compact_set $IMAP_text $IMAP_cond/; # Clean up PATH -- -2.5.0 +2.5.1 |