tag 464300 patch
thanks
Attached please find the patch to fix #464300 corresponding to the NMU
which I will be uploading suddenly.
Don Armstrong
--
Our days are precious, but we gladly see them going
If in their place we find a thing more precious growing
A rare, exotic plant, our gardener's heart delighting
A child whom we are teaching, a booklet we are writing
-- Frederick Rükert _Wisdom of the Brahmans_
[Hermann Hesse _Glass Bead Game_]
http://www.donarmstrong.com http://rzlab.ucr.edu
diff -u imapsync-1.241/debian/changelog imapsync-1.241/debian/changelog
--- imapsync-1.241/debian/changelog
+++ imapsync-1.241/debian/changelog
@@ -1,3 +1,10 @@
+imapsync (1.241-1.1) unstable; urgency=low
+
+ * Non Maintainer Upload
+ * Fix FTBFS on wrong INC for Mail::IMAPClient insanity (closes: #464300)
+
+ -- Don Armstrong <[EMAIL PROTECTED]> Sat, 08 Mar 2008 03:05:59 -0800
+
imapsync (1.241-1) unstable; urgency=low
* New upstream release
only in patch2:
unchanged:
--- imapsync-1.241.orig/Makefile
+++ imapsync-1.241/Makefile
@@ -30,7 +30,7 @@
testf: clean_test test
testp :
- perl -c $(TARGET)
+ perl -c -Idebian/IMAPClient229 $(TARGET)
ChangeLog: $(TARGET)
rlog $(TARGET) > ChangeLog
only in patch2:
unchanged:
--- imapsync-1.241.orig/imapsync
+++ imapsync-1.241/imapsync
@@ -409,6 +409,8 @@
#use Test::Simple tests => 1;
use Test::More 'no_plan';
+use lib qw(/usr/share/imapsync);
+
eval { require 'usr/include/sysexits.ph' };