diff -u imapsync-1.241/debian/control imapsync-1.241/debian/control --- imapsync-1.241/debian/control +++ imapsync-1.241/debian/control @@ -1,7 +1,8 @@ Source: imapsync Section: mail Priority: optional -Maintainer: RISKO Gergely +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: RISKO Gergely Build-Depends: cdbs, debhelper Build-Depends-Indep: perl, libdigest-hmac-perl, libterm-readkey-perl, libio-socket-ssl-perl Standards-Version: 3.7.3 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-1ubuntu1) hardy; urgency=low + + * Added debian/patches/debian-imapclient229.patch which patches Makefile + to include debian/IMAPClient229 in @IDC while testing + + -- Andreas Wenning Mon, 04 Feb 2008 19:36:26 +0100 + imapsync (1.241-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- imapsync-1.241.orig/debian/patches/debian-imapclient229.patch +++ imapsync-1.241/debian/patches/debian-imapclient229.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' imapsync-1.241/Makefile imapsync-1.241.new/Makefile +--- imapsync-1.241/Makefile 2007-10-30 01:50:14.000000000 +0100 ++++ imapsync-1.241.new/Makefile 2008-02-04 19:24:12.000000000 +0100 +@@ -30,7 +30,7 @@ + testf: clean_test test + + testp : +- perl -c $(TARGET) ++ PERL5LIB="debian/IMAPClient229" perl -c $(TARGET) + + ChangeLog: $(TARGET) + rlog $(TARGET) > ChangeLog