tags 550380 + patch pending thanks Hi Jonas, I've been looking through all the intertwined bug related to the file conflict among imap servers.
As of now, all except uw-imapd are fine in the sense that they all both provide and conflicts "imap-server"; so, among that set, no file overwrite installation error is possible. It is still possible among them and uw-imap, as you recently acknowledged in this bug report. Just because I've the context clear, I've took the freedom to do a very long delayed upload (12 days at the moment) which fixed the issue for uw-imapd, therefore putting a end to this issue :-) The patch is attached, it simply tell CDBS to fill the appropriate Provides (as you were using CDBS already for some other inter-package relationships). Let me know if you want me to cancel the delayed NMU or if you will anyhow upload a fixed version of yours before my upload expires. See you soon, Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u uw-imap-2007e~dfsg/debian/rules uw-imap-2007e~dfsg/debian/rules --- uw-imap-2007e~dfsg/debian/rules +++ uw-imap-2007e~dfsg/debian/rules @@ -221,9 +221,9 @@ # Provide virtual packages for common services CDBS_CONFLICTS_uw-imapd = imap-server -CBS_PROVIDES_uw-imapd = imap-server +CDBS_PROVIDES_uw-imapd = imap-server CDBS_CONFLICTS_ipopd = pop3-server -CBS_PROVIDES_ipopd = pop3-server +CDBS_PROVIDES_ipopd = pop3-server # Explicitly conflict with packages shipping identically named files # * courier-imap: imapd binary, imapd.8 man page and imap PAM file diff -u uw-imap-2007e~dfsg/debian/changelog uw-imap-2007e~dfsg/debian/changelog --- uw-imap-2007e~dfsg/debian/changelog +++ uw-imap-2007e~dfsg/debian/changelog @@ -1,3 +1,11 @@ +uw-imap (8:2007e~dfsg-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Add Provides to virtual pop3-server and imap-server to avoid file + conflicts with alternative daemons. (Closes: #550380) + + -- Stefano Zacchiroli <z...@debian.org> Sat, 23 Jan 2010 17:16:33 +0100 + uw-imap (8:2007e~dfsg-3) unstable; urgency=low * Fix have ipopd (not uw-imapd) conflict/replace virtual pop3-server.