tags 523310 patch thanks Hi Gergely,
I've just run into this bug myself on upgrading a machine in unstable, and since the fix is trivial and the bug has been outstanding for 4 months, I'm going ahead an NMUing with the attached patch to the DELAYED/2-day queue. Cheers, -- 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
diff -u libmcrypt-2.5.8/debian/changelog libmcrypt-2.5.8/debian/changelog --- libmcrypt-2.5.8/debian/changelog +++ libmcrypt-2.5.8/debian/changelog @@ -1,3 +1,12 @@ +libmcrypt (2.5.8-3.1) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for RC bugfix. + * Add missing Replaces: from libmcrypt-dev to libmcrypt4 (<< 2.5.8-1). + Closes: #523310. + + -- Steve Langasek <vor...@debian.org> Fri, 14 Aug 2009 14:50:23 -0700 + libmcrypt (2.5.8-3) unstable; urgency=low * Applied the following patches from sourceforge.net's bugtracker: diff -u libmcrypt-2.5.8/debian/control libmcrypt-2.5.8/debian/control --- libmcrypt-2.5.8/debian/control +++ libmcrypt-2.5.8/debian/control @@ -31,7 +31,7 @@ Section: libdevel Architecture: any Depends: libmcrypt4 (= ${binary:Version}), ${misc:Depends} -Replaces: libmcrypt4 (<< 2.5.7-2) +Replaces: libmcrypt4 (<< 2.5.8-1) Description: De-/Encryption Library development files libmcrypt is the library which implements all the algorithms and modes found in mcrypt.