aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-07 17:42:10 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-07 18:21:39 +0200
commit3b65f6b9bdf29406477427cd1e627884a00c5040 (patch)
tree0317aa02c5ebac894a4bbe8f215154bbfdc05be7
parent70f74ae33a4ca622150970e2555ac0c799636db6 (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
-rw-r--r--debian/changelog2
-rw-r--r--debian/control14
-rw-r--r--debian/imapsync.docs3
-rw-r--r--debian/imapsync.install2
-rw-r--r--debian/imapsync.manpages1
-rw-r--r--debian/interimap.docs3
-rw-r--r--debian/interimap.install2
-rw-r--r--debian/interimap.manpages1
-rw-r--r--debian/patches/0001-Ignore-custom-lib-PATH.patch18
9 files changed, 23 insertions, 23 deletions
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 <guilhem@guilhem.org>
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 <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