Your message dated Sun, 27 Jun 2010 13:32:12 +0000
with message-id <e1osry0-00051v...@ries.debian.org>
and subject line Bug#586867: fixed in fetchmail 6.3.17-2
has caused the Debian Bug report #586867,
regarding fetchmail: fix for python2.6 compatibility (site-packages vs.
dist-packages)
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 ow...@bugs.debian.org
immediately.)
--
586867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fetchmail
Version: 6.3.16-1
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch
Hi guys,
Ok, one more patch. :)
Building fetchmail from source with debuild -b (i.e., building the arch: all
packages) fails in unstable now that python points to python2.6 by default,
because python2.6 uses a different path for modules than python2.5 did
(dist-packages vs. site-packages):
gzip -9
/home/devel/canonical/maverick/fetchmail-6.3.17/debian/tmp/usr/share/man/man1/fetchmail.1
mkdir -p debian/fetchmailconf/usr/lib/python2.6/site-packages/
mv debian/tmp/usr/lib/python2.6/site-packages/fetchmailconf.py \
debian/fetchmailconf/usr/lib/python2.6/site-packages/
mv: cannot stat
`debian/tmp/usr/lib/python2.6/site-packages/fetchmailconf.py': No such file or
directory
make: *** [install] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
The attached patch corrects for this while simplifying debian/rules at the
same time.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/fetchmailconf.install'
--- debian/fetchmailconf.install 2008-08-09 14:13:32 +0000
+++ debian/fetchmailconf.install 2010-06-22 23:22:06 +0000
@@ -1,2 +1,3 @@
usr/bin/fetchmailconf
usr/share/pixmaps/fetchmailconf.xpm
+usr/lib/python*.*/*-packages/fetchmailconf.py
=== modified file 'debian/rules'
--- debian/rules 2010-02-04 13:02:29 +0000
+++ debian/rules 2010-06-22 23:21:36 +0000
@@ -148,9 +148,6 @@
gzip -9 $(tmpdir)/usr/share/man/man1/fetchmail.1
# not needed we set a symlink
# gzip -9 $(tmpdir)/usr/share/man/man1/fetchmailconf.1
- mkdir -p debian/fetchmailconf/usr/lib/python$(PYVER)/site-packages/
- mv debian/tmp/usr/lib/python$(PYVER)/site-packages/fetchmailconf.py \
- debian/fetchmailconf/usr/lib/python$(PYVER)/site-packages/
# Build architecture-independent files here. [ fetchmailconf ]
binary-indep: build-stamp install
--- End Message ---
--- Begin Message ---
Source: fetchmail
Source-Version: 6.3.17-2
We believe that the bug you reported is fixed in the latest version of
fetchmail, which is due to be installed in the Debian FTP archive:
fetchmail_6.3.17-2.debian.tar.gz
to main/f/fetchmail/fetchmail_6.3.17-2.debian.tar.gz
fetchmail_6.3.17-2.dsc
to main/f/fetchmail/fetchmail_6.3.17-2.dsc
fetchmail_6.3.17-2_amd64.deb
to main/f/fetchmail/fetchmail_6.3.17-2_amd64.deb
fetchmailconf_6.3.17-2_all.deb
to main/f/fetchmail/fetchmailconf_6.3.17-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 586...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nico Golde <n...@debian.org> (supplier of updated fetchmail package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 24 Jun 2010 13:52:43 +0200
Source: fetchmail
Binary: fetchmail fetchmailconf
Architecture: source all amd64
Version: 6.3.17-2
Distribution: unstable
Urgency: low
Maintainer: Fetchmail Maintainers <pkg-fetchmail-ma...@lists.alioth.debian.org>
Changed-By: Nico Golde <n...@debian.org>
Description:
fetchmail - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
fetchmailconf - fetchmail configurator
Closes: 498427 580796 582475 586864 586865 586866 586867
Changes:
fetchmail (6.3.17-2) unstable; urgency=low
.
[Nico Golde]
* Add Should-Start and Should-Stop facilities to the init script
in order to make sure fetchmail is started after a local DNS
server and/or MTA if present. Thanks to Jan Braun and Petter
Reinholdtsen (Closes: #582475).
* Add 03_spurious-ssl-cert-warning.patch to prevent fetchmail complaining
about an insecure ssl connection even if a fingerprint that has been
obtained through a secure channel is configured (Closes: #580796).
.
[Hector Garcia]
* Changed suggest of exim4 to default-mta (Closes: #586864, #586865).
* Not explicitly stop daemon on runlevel 0 and 6 (Closes: #498427).
* Make it compile against python2.6. Thanks to Steve Langasek
(Closes: #586866, #586867).
* Updated man page patch to include more minus escaped form.
Checksums-Sha1:
6a8cb2558de4dd58de69311d6b66d4eba2339d37 1356 fetchmail_6.3.17-2.dsc
2b926a779a2328f23bde7df058557c763593dcfb 83265 fetchmail_6.3.17-2.debian.tar.gz
800bcc9039f4d823b38217f0a2650aef39ec4fdd 65732 fetchmailconf_6.3.17-2_all.deb
032cd7e5753b4b15e3eff64fbdf876b27714d5a8 908658 fetchmail_6.3.17-2_amd64.deb
Checksums-Sha256:
41e9ca8ca970128b94d398ef44b4312a012b4e718023f20dd11fdef06f85663a 1356
fetchmail_6.3.17-2.dsc
3ad90c41c8a21a61d0894a43f0d944630fdfa3d0c3329de810e9b7fb1f411a3e 83265
fetchmail_6.3.17-2.debian.tar.gz
d96d991589dfc4a9fceb11be280b91807e8d3ccb72ad7afd2291f3a0d5fb207d 65732
fetchmailconf_6.3.17-2_all.deb
4cf78ffcd7f0d701d1694e423ac8baad3bd473de49c55e8849eda0b32c0e72b1 908658
fetchmail_6.3.17-2_amd64.deb
Files:
0c3870b93530bb66af5a4f457cadfb89 1356 mail optional fetchmail_6.3.17-2.dsc
5b4f619770af78e469ca2f70794c6f48 83265 mail optional
fetchmail_6.3.17-2.debian.tar.gz
2848c9b4951329bf0e532fac83bb74a7 65732 mail optional
fetchmailconf_6.3.17-2_all.deb
2d33174dc63264d7fb6b4a8e6ca5a020 908658 mail optional
fetchmail_6.3.17-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwnT0EACgkQHYflSXNkfP+z6wCfYQZ7DIBupM9uddq1XRMRfL2A
KbAAoIZQ2zGSSw6QGT7YGOJtqJyZG8fL
=3mTZ
-----END PGP SIGNATURE-----
--- End Message ---