[libnetxap-perl] 01/01: Add patch to use /usr/bin/imapd, not /usr/sbin/imapd in test suite

Axel Beckert abe at deuxchevaux.org
Sun May 25 13:54:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libnetxap-perl.

commit 62a0b51a462f158083f22b467ae9502773ea98d8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 14:30:32 2014 +0200

    Add patch to use /usr/bin/imapd, not /usr/sbin/imapd in test suite
    
    This fixes at least the error message "Usage: /usr/sbin/imapd
    {start|stop|restart|force-reload}" -- not sure if that's the right way
    to go, but the test suite comes a small step farther than before.
---
 debian/changelog                         |  1 +
 debian/patches/98testsuite-courier.patch | 13 +++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0c9d390..23f1c7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libnetxap-perl (0.02-9) UNRELEASED; urgency=low
     copyright"
   * Remove obsolete alternative b-d on uw-imapd (gone for good)
   * Add b-d on libdigest-hmac-perl, FTBFS otherwise nowadays
+  * Add patch to use /usr/bin/imapd, not /usr/sbin/imapd in test suite
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/98testsuite-courier.patch b/debian/patches/98testsuite-courier.patch
new file mode 100644
index 0000000..21e2a1f
--- /dev/null
+++ b/debian/patches/98testsuite-courier.patch
@@ -0,0 +1,13 @@
+Index: libnetxap-perl/t/01_imap_base.t
+===================================================================
+--- libnetxap-perl.orig/t/01_imap_base.t	2014-05-25 13:44:36.717893626 +0200
++++ libnetxap-perl/t/01_imap_base.t	2014-05-25 14:11:12.134958968 +0200
+@@ -3,7 +3,7 @@
+ 
+ use Net::IMAP;
+ 
+-my $host = '/usr/sbin/imapd';
++my $host = '/usr/bin/imapd';
+ 
+ my $testmsg = "From: joe\@example.com
+ To: bob\@example.com
diff --git a/debian/patches/series b/debian/patches/series
index e652741..494d8f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 70search.patch
 80expunge.patch
 90quota.patch
+98testsuite-courier.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnetxap-perl.git



More information about the Pkg-perl-cvs-commits mailing list