From 35b73e9483ed552226f69663e6cc96512decb9cd Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 19 Sep 2004 07:52:05 -0400 Subject: [PATCH] Always build the fsck wrapper on Debian systems (Addresses Debian Bug #248050) --- debian/changelog | 1 + debian/control | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2278134..9b30eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/control b/debian/control index 404412a..75568d6 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index db262bc..30a7c8c 100644 --- a/debian/rules +++ b/debian/rules @@ -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 -- 1.8.3.1