]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Always build the fsck wrapper on Debian systems (Addresses
authorTheodore Ts'o <tytso@mit.edu>
Sun, 19 Sep 2004 11:52:05 +0000 (07:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 19 Sep 2004 11:52:05 +0000 (07:52 -0400)
Debian Bug #248050)

debian/changelog
debian/control
debian/rules

index 2278134c69397e0886f5264ab51af1b7bf8e55ea..9b30eecc3c7f8b98d5e2509be32aad34c537afa9 100644 (file)
@@ -1,5 +1,6 @@
 e2fsprogs (1.35-7) unstable; urgency=low
 
+  * Always build the fsck wrapper on Debian systems (Closes: #248050)
   * Filter out linux-gate.so, which is a pseudo entry for the 32->64bit
       translation for amd64 systems, in the initrd creation script.
       (Closes: #253595)
index 404412a8c4d2c718aac4e1eab7e333ee33b8157e..75568d61b74dbf34eebb427dc6e9a4099c757764 100644 (file)
@@ -216,6 +216,7 @@ Pre-Depends: ${shlibs:Depends}
 Depends: 
 Suggests: gpart, parted, e2fsck-static
 Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4)
+Replaces: hurd (<= 20040301-1)
 Architecture: any
 Description: The EXT2 file system utilities and libraries
  EXT2 stands for "Extended Filesystem", version 2. It's the main
index db262bc464aa512d77c23ff2c7c4f99d89bf9c2a..30a7c8cfed28b82908e127848629b4e15aa5b66c 100644 (file)
@@ -85,7 +85,7 @@ BF_CCOPTS = -Os -fomit-frame-pointer
 
 COMMON_CONF_FLAGS =  \
                 --enable-elf-shlibs --enable-dynamic-e2fsck --disable-evms \
-                --infodir=/usr/share/info
+                --infodir=/usr/share/info --enable-fsck
 
 STD_CONF_FLAGS = --with-ccopts="${CCOPTS}" --enable-compression