From: Theodore Ts'o Date: Sat, 15 Mar 2003 18:03:51 +0000 (-0500) Subject: Update from debian's 1.32-2 package. X-Git-Tag: E2FSPROGS-1_33-WIP-0316~12 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c20bbd5637eb968ea86b04d0393d19ca56bf20dc;p=tools%2Fe2fsprogs.git Update from debian's 1.32-2 package. --- diff --git a/debian/changelog b/debian/changelog index e2a15bf..1444d26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +e2fsprogs (1.32-2) unstable; urgency=high + + * Applied upstream patch to fix htree problems, and to deactivate it by + default in mke2fs (Closes: #181615, #179043) + * Be sure removal of libe2fsim doesn't fail, as it's not built on hurd + (Closes: #164117). + + -- Yann Dirson Fri, 21 Feb 2003 00:21:44 +0100 + +e2fsprogs (1.32-1) unstable; urgency=low + + * New upstream release (Closes: #167108). + + -- Yann Dirson Tue, 19 Nov 2002 00:18:09 +0100 + e2fsprogs (1.29+1.30-WIP-0930-2) unstable; urgency=low * Made mkinitrd script to skip commented-out lines (Closes: #163251). diff --git a/debian/rules b/debian/rules index 5be375a..3c3f812 100644 --- a/debian/rules +++ b/debian/rules @@ -209,7 +209,7 @@ install-std: build make -C ${stdbuilddir} install-libs DESTDIR=${tmpdir} LDCONFIG=true # remove FSIM for now. - rm ${tmpdir}/lib/evms/libe2fsim.1.1.1.so + -rm ${tmpdir}/lib/evms/libe2fsim.*.so # statically-linked fsck ${INSTALL_PROGRAM} ${stdbuilddir}/e2fsck/e2fsck.static ${tmpdir}/sbin @@ -238,7 +238,7 @@ install-bf: build cd ${bfdir}/usr/bin && rm -f uuidgen # remove FSIM for now. - rm ${bfdir}/lib/evms/libe2fsim.1.1.1.so + rm ${bfdir}/lib/evms/libe2fsim.*.so install-udeb: install-bf dh_testdir