On Wed, 25 Apr 2007 00:07:19 +0200, Gilles LAMIRAL <[EMAIL PROTECTED]> writes:
> The freebsd maintener updates the main port 2 days after > each imapsync release. May be he uses a good Makefile doing > the work easily. It may be bad sometimes but in that case > the fix comes as soon as the new bug. Constructing packet > takes time and energy. Thanks for your patience, a new imapsync package got uploaded, version 1.219. Also thanks for your comments, but please note that freebsd maintainer even didn't notice that the pod got wrong somewhen and now the generated imapsync.1 manpage doesn't start with a NAME, as every manpage do. I attach the patch, which got applied before uploading to Debian. Not me who was "clever", but Debian's mechanisms, lintian check dropped this bug out automatically. Also note, that the makefile which generates the package is only 10 line long without any tricks, so I don't think that constructing and managing this "takes time and energy": -=- #!/usr/bin/make -f DEB_MAKE_INSTALL_TARGET:=install DESTDIR=$(CURDIR)/debian/imapsync include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk clean:: rm -f imapsync.1 -=- The Debian project's mechanisms shouldn't be hold responsible or be compared to freebsd because of my lazyness. Thanks, Gergely
--- imapsync 2007-04-04 11:32:20.000000000 +0200 +++ imapsync.podfix 2007-06-28 23:36:52.000000000 +0200 @@ -1,6 +1,7 @@ #!/usr/bin/perl -w =pod + =head1 NAME imapsync - IMAP synchronisation, sync, copy or migration @@ -80,9 +81,7 @@ [--timeout <int>] [--fast] [--split1] [--split2] [--version] [--help] - -=cut -# comment + =pod =head1 DESCRIPTION