From 3b65f6b9bdf29406477427cd1e627884a00c5040 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 7 Sep 2015 17:42:10 +0200 Subject: =?UTF-8?q?Rename=20=E2=80=98imapsync=E2=80=99=20to=20=E2=80=98int?= =?UTF-8?q?erimap=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To avoid confusion with http://imapsync.lamiral.info , which used to be packaged to debian: http://archive.debian.net/search?searchon=names&keywords=imapsync --- debian/changelog | 2 +- debian/control | 14 +++++++------- debian/imapsync.docs | 3 --- debian/imapsync.install | 2 -- debian/imapsync.manpages | 1 - debian/interimap.docs | 3 +++ debian/interimap.install | 2 ++ debian/interimap.manpages | 1 + debian/patches/0001-Ignore-custom-lib-PATH.patch | 18 +++++++++--------- 9 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 debian/imapsync.docs delete mode 100644 debian/imapsync.install delete mode 100644 debian/imapsync.manpages create mode 100644 debian/interimap.docs create mode 100644 debian/interimap.install create mode 100644 debian/interimap.manpages diff --git a/debian/changelog b/debian/changelog index 77fb0c4..4699d1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -imapsync (0.1-1) UNRELEASED; urgency=low +interimap (0.1-1) UNRELEASED; urgency=low * Initial release. diff --git a/debian/control b/debian/control index d55aec7..386d2d2 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,24 @@ -Source: imapsync +Source: interimap Section: mail Priority: optional Maintainer: Guilhem Moulin Build-Depends: debhelper (>= 9) Standards-Version: 3.9.6 -Vcs-Git: https://git.guilhem.org/imapsync -Vcs-Browser: https://gitweb.guilhem.org/imapsync +Vcs-Git: https://git.guilhem.org/interimap +Vcs-Browser: https://gitweb.guilhem.org/interimap -Package: imapsync +Package: interimap Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libconfig-tiny-perl, libdbi-perl, libdbd-sqlite3-perl Recommends: libio-socket-ssl-perl -Description: IMAP-to-IMAP synchronization program for QRESYNC-capable servers - imapsync performs stateful synchronization between two IMAP4rev1 servers. +Description: Fast two-way synchronization program for QRESYNC-capable IMAP servers + InterIMAP performs stateful synchronization between two IMAP4rev1 servers. Such synchronization is made possible by the QRESYNC extension from [RFC7162]; for convenience reasons servers must also support LIST-EXTENDED [RFC5258], LIST-STATUS [RFC5819] and UIDPLUS [RFC4315]. . - Furthermore, while imapsync can work with servers lacking support for LITERAL+ + Furthermore, while InterIMAP can work with servers lacking support for LITERAL+ [RFC2088] and MULTIAPPEND [RFC3502], these extensions greatly improve performance by reducing the number of required round trips hence are recommended. diff --git a/debian/imapsync.docs b/debian/imapsync.docs deleted file mode 100644 index 90e8127..0000000 --- a/debian/imapsync.docs +++ /dev/null @@ -1,3 +0,0 @@ -README -imapsync.sample -imapsync.service diff --git a/debian/imapsync.install b/debian/imapsync.install deleted file mode 100644 index 95d027c..0000000 --- a/debian/imapsync.install +++ /dev/null @@ -1,2 +0,0 @@ -lib/Net/IMAP/Sync.pm /usr/share/perl5/Net/IMAP -imapsync /usr/bin diff --git a/debian/imapsync.manpages b/debian/imapsync.manpages deleted file mode 100644 index 4da3860..0000000 --- a/debian/imapsync.manpages +++ /dev/null @@ -1 +0,0 @@ -imapsync.1 diff --git a/debian/interimap.docs b/debian/interimap.docs new file mode 100644 index 0000000..54ed176 --- /dev/null +++ b/debian/interimap.docs @@ -0,0 +1,3 @@ +README +interimap.sample +interimap.service diff --git a/debian/interimap.install b/debian/interimap.install new file mode 100644 index 0000000..891f9f9 --- /dev/null +++ b/debian/interimap.install @@ -0,0 +1,2 @@ +lib/Net/IMAP/InterIMAP.pm /usr/share/perl5/Net/IMAP +interimap /usr/bin diff --git a/debian/interimap.manpages b/debian/interimap.manpages new file mode 100644 index 0000000..02f8f0d --- /dev/null +++ b/debian/interimap.manpages @@ -0,0 +1 @@ +interimap.1 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 -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 -- cgit v1.2.3