Your message dated Thu, 29 Jun 2006 08:51:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line diff for 0.4.2-10.4 NMU
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-pam
Version: 0.4.2-10.3
Severity: important
when upgrading, fails with overwrite error. Perhaps the conflicts/replaces
stanzas are not quite right?
dpkg: error processing
/var/cache/apt/archives/python-pam_0.4.2-10.3_i386.deb (--unpack):
trying to overwrite /usr/lib/python2.3/site-packages/PAMmodule.so', which
is also in package python2.3-pam
Carlo
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-pam depends on:
ii python 2.3.5-11 An interactive high-level object-o
ii python2.3-pam 0.4.2-10.2 A Python interface to the PAM libr
python-pam recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.4.2-10.4
Hi,
Attached is the diff for my python-pam 0.4.2-10.4 NMU. I've forgotten the
Replaces/Conflicts in my previous NMU.
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -Nru /tmp/lcuRWX18d3/python-pam-0.4.2/debian/changelog
/tmp/LqbSn5M5PP/python-pam-0.4.2/debian/changelog
--- /tmp/lcuRWX18d3/python-pam-0.4.2/debian/changelog 2006-06-25
17:35:14.000000000 +0200
+++ /tmp/LqbSn5M5PP/python-pam-0.4.2/debian/changelog 2006-06-29
08:47:11.000000000 +0200
@@ -1,3 +1,10 @@
+python-pam (0.4.2-10.4) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add the missing Conflicts/Replaces on python2.X-pam.
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Thu, 29 Jun 2006 08:46:49 +0200
+
python-pam (0.4.2-10.3) unstable; urgency=low
* Non-maintainer upload.
diff -Nru /tmp/lcuRWX18d3/python-pam-0.4.2/debian/control
/tmp/LqbSn5M5PP/python-pam-0.4.2/debian/control
--- /tmp/lcuRWX18d3/python-pam-0.4.2/debian/control 2006-06-25
17:34:36.000000000 +0200
+++ /tmp/LqbSn5M5PP/python-pam-0.4.2/debian/control 2006-06-29
08:06:01.000000000 +0200
@@ -8,6 +8,8 @@
Package: python-pam
Architecture: any
Depends: ${python:Depends}
+Conflicts: python2.3-pam, python2.4-pam
+Replaces: python2.3-pam, python2.4-pam
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A Python interface to the PAM library
--- End Message ---