Whamcloud - gitweb
Update from debian's 1.32-2 package.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2003 18:03:51 +0000 (13:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2003 18:03:51 +0000 (13:03 -0500)
debian/changelog
debian/rules

index e2a15bf..1444d26 100644 (file)
@@ -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 <dirson@debian.org>  Fri, 21 Feb 2003 00:21:44 +0100
+
+e2fsprogs (1.32-1) unstable; urgency=low
+
+  * New upstream release (Closes: #167108).
+
+ -- Yann Dirson <dirson@debian.org>  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).
index 5be375a..3c3f812 100644 (file)
@@ -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