Package: release.debian.org User: release.debian....@packages.debian.org Usertags: unblock Severity: normal
Please consider to unblock fetchmail. Due to the change to python2.6 by default fetchmailconf is not working by default in squeeze. Changelog: fetchmail (6.3.18-2) unstable; urgency=low * Fix python module path for fetchmailconf (Closes: #603861). -- Nico Golde <n...@debian.org> Wed, 01 Dec 2010 23:20:37 +0100 debdiff attached. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0AAAA For security reasons, all text in this mail is double-rot13 encrypted.
diff -Nru fetchmail-6.3.18/debian/changelog fetchmail-6.3.18/debian/changelog --- fetchmail-6.3.18/debian/changelog 2010-10-12 00:15:51.000000000 +0200 +++ fetchmail-6.3.18/debian/changelog 2010-12-01 23:25:27.000000000 +0100 @@ -1,3 +1,9 @@ +fetchmail (6.3.18-2) unstable; urgency=low + + * Fix python module path for fetchmailconf (Closes: #603861). + + -- Nico Golde <n...@debian.org> Wed, 01 Dec 2010 23:20:37 +0100 + fetchmail (6.3.18-1) unstable; urgency=medium * New upstream release. diff -Nru fetchmail-6.3.18/debian/patches/03_fetchmailconf_python2.6.patch fetchmail-6.3.18/debian/patches/03_fetchmailconf_python2.6.patch --- fetchmail-6.3.18/debian/patches/03_fetchmailconf_python2.6.patch 1970-01-01 01:00:00.000000000 +0100 +++ fetchmail-6.3.18/debian/patches/03_fetchmailconf_python2.6.patch 2010-12-01 23:25:34.000000000 +0100 @@ -0,0 +1,26 @@ +Index: fetchmail-6.3.18/Makefile.am +=================================================================== +--- fetchmail-6.3.18.orig/Makefile.am 2010-12-01 23:19:32.000000000 +0100 ++++ fetchmail-6.3.18/Makefile.am 2010-12-01 23:19:58.000000000 +0100 +@@ -191,7 +191,7 @@ + Doxyfile + + fetchmailconf: +- ( echo '#! /bin/sh' && echo 'exec @PYTHON@ /usr/lib/`pyversions -d`/site-packages/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } ++ ( echo '#! /bin/sh' && echo 'exec @PYTHON@ /usr/lib/`pyversions -d`/dist-packages/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } + + FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt + AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } +Index: fetchmail-6.3.18/Makefile.in +=================================================================== +--- fetchmail-6.3.18.orig/Makefile.in 2010-12-01 23:19:31.000000000 +0100 ++++ fetchmail-6.3.18/Makefile.in 2010-12-01 23:19:42.000000000 +0100 +@@ -1695,7 +1695,7 @@ + $(srcdir)/specgen.sh $(VERSION) >fetchmail.spec + + fetchmailconf: +- ( echo '#! /bin/sh' && echo 'exec @PYTHON@ /usr/lib/`pyversions -d`/site-packages/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } ++ ( echo '#! /bin/sh' && echo 'exec @PYTHON@ /usr/lib/`pyversions -d`/dist-packages/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } + + FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt + AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } diff -Nru fetchmail-6.3.18/debian/patches/series fetchmail-6.3.18/debian/patches/series --- fetchmail-6.3.18/debian/patches/series 2010-10-11 23:58:07.000000000 +0200 +++ fetchmail-6.3.18/debian/patches/series 2010-12-01 23:25:34.000000000 +0100 @@ -1,2 +1,3 @@ 01_fetchmailconf.patch 02_man_page.patch +03_fetchmailconf_python2.6.patch
pgp7bwoVoSWTs.pgp
Description: PGP signature