Your message dated Wed, 01 Dec 2010 23:45:01 +0100
with message-id <[email protected]>
and subject line Re: Bug#605628: unblock: fetchmail/6.3.18-2
has caused the Debian Bug report #605628,
regarding unblock: fetchmail/6.3.18-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
605628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605628
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
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 <[email protected]> Wed, 01 Dec 2010 23:20:37 +0100
debdiff attached.
Cheers
Nico
--
Nico Golde - http://www.ngolde.de - [email protected] - 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 <[email protected]> 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
pgpX86UNw8vg5.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
On 12/01/2010 11:31 PM, Nico Golde wrote:
> Package: release.debian.org
> User: [email protected]
> 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.
>
Unblocked.
Regards,
--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/
--- End Message ---