tags 432809 + patch thank you
Hi, Attached is an NMU that should fix this issue (I just conflict libapache2-authenntlm-perl. I'm not sure it is the total solution though. Thank you, Barry deFreese
diff -u libauthen-smb-perl-0.91/debian/control libauthen-smb-perl-0.91/debian/control --- libauthen-smb-perl-0.91/debian/control +++ libauthen-smb-perl-0.91/debian/control @@ -8,6 +8,7 @@ Package: libauthen-smb-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends} +Conflicts: libapache2-authenntlm-perl Description: SMB authentication module for Perl This package supplies a perl module for authenticating against an SMB password server. diff -u libauthen-smb-perl-0.91/debian/changelog libauthen-smb-perl-0.91/debian/changelog --- libauthen-smb-perl-0.91/debian/changelog +++ libauthen-smb-perl-0.91/debian/changelog @@ -1,3 +1,10 @@ +libauthen-smb-perl (0.91-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Conflict with libapache2-autenntlm-perl. (Closes: #432809). + + -- Barry deFreese <[EMAIL PROTECTED]> Mon, 18 Feb 2008 22:39:10 -0500 + libauthen-smb-perl (0.91-3) unstable; urgency=low * #include <string.h> in smblib.c to fix 64-bit arches, Closes: #226525