aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-05-27 00:10:15 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-05-27 00:40:48 +0200
commit71b4db3e416f52a9297575af04e4164818251eeb (patch)
tree627ddbe91d5434901d667ca3c55901a0f426168c /debian
parente86590ad6858d0d597278393b8de2923dfed4084 (diff)
New upstream release.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/interimap.install3
-rw-r--r--debian/patches/Ignore-custom-lib-PATH.patch6
-rw-r--r--debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch2
4 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 98a0b70..af1f7e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+interimap (0.5-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Guilhem Moulin <guilhem@debian.org> Mon, 27 May 2019 00:09:11 +0200
+
interimap (0.4-1) unstable; urgency=low
* Initial release. Closes: #919904, #919906, #919908.
diff --git a/debian/interimap.install b/debian/interimap.install
index 86aec58..4e95d07 100644
--- a/debian/interimap.install
+++ b/debian/interimap.install
@@ -1,2 +1,3 @@
interimap /usr/bin
-interimap.service usr/lib/systemd/user
+interimap.service usr/lib/systemd/user
+interimap@.service usr/lib/systemd/user
diff --git a/debian/patches/Ignore-custom-lib-PATH.patch b/debian/patches/Ignore-custom-lib-PATH.patch
index 4d322fb..b956d78 100644
--- a/debian/patches/Ignore-custom-lib-PATH.patch
+++ b/debian/patches/Ignore-custom-lib-PATH.patch
@@ -9,12 +9,12 @@ Subject: [PATCH] Ignore custom lib PATH.
--- a/interimap
+++ b/interimap
-@@ -31,7 +31,6 @@ use DBD::SQLite::Constants ':file_open';
+@@ -32,7 +32,6 @@ use DBD::SQLite::Constants ':file_open';
use Fcntl qw/F_GETFD F_SETFD FD_CLOEXEC/;
use List::Util 'first';
-use lib 'lib';
- use Net::IMAP::InterIMAP 0.0.4 qw/xdg_basedir read_config compact_set/;
+ use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/;
# Clean up PATH
--- a/pullimap
@@ -24,6 +24,6 @@ Subject: [PATCH] Ignore custom lib PATH.
use Socket qw/PF_INET PF_INET6 SOCK_STREAM/;
-use lib 'lib';
- use Net::IMAP::InterIMAP 0.0.4 qw/xdg_basedir read_config compact_set/;
+ use Net::IMAP::InterIMAP 0.0.5 qw/xdg_basedir read_config compact_set/;
# Clean up PATH
diff --git a/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch b/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch
index 0cc979e..e8a9e4a 100644
--- a/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch
+++ b/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch
@@ -9,7 +9,7 @@ Subject: [PATCH] Mention the Debian BTS in the manpages.
--- a/interimap.md
+++ b/interimap.md
-@@ -478,6 +478,12 @@ Standards
+@@ -500,6 +500,12 @@ Standards
and Quick Mailbox Resynchronization (`QRESYNC`)_,
[RFC 7162], May 2014.