From b6902b3d6291977399f48fbb4dee0b13f23e07f4 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 25 Feb 2014 01:33:00 -0500 Subject: [PATCH] debian: fix udeb package support Previous commit which introduced SKIP_UDEB variable had typos in the variable name in the m4 macros of control.in (UDEV vs. UDEB.) Fix those typos and fix m4 quoting problem in "Don't". Signed-off-by: Filipe Brandenburger Signed-off-by: "Theodore Ts'o" --- debian/control.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control.in b/debian/control.in index 3e81c36..3982974 100644 --- a/debian/control.in +++ b/debian/control.in @@ -124,7 +124,7 @@ Description: runtime components for the Universally Unique ID library different CPU’s. It is used by libuuid as well as the uuidgen program. -ifdef(`UDEV_PKGS',`` +ifdef(`UDEB_PKGS',`` Package: libuuid1-udeb XC-Package-Type: udeb Section: debian-installer @@ -161,7 +161,7 @@ Description: block device id library filesystems by hard-coded device names, but via a logical naming system instead. -ifdef(`UDEV_PKGS',`` +ifdef(`UDEB_PKGS',`` Package: libblkid1-udeb XC-Package-Type: udeb Section: debian-installer @@ -193,7 +193,7 @@ Description: block device id library - headers and static libraries This package contains the development environment for the blkid library. '')dnl -ifdef(`UDEV_PKGS',`` +ifdef(`UDEB_PKGS',`` Package: e2fsprogs-udeb XC-Package-Type: udeb Section: debian-installer @@ -204,7 +204,7 @@ Description: stripped-down versions of e2fsprogs, for debian-installer This package is an e2fsprogs package built for a reduced size, so that it can help to save space in debian-installer. . - Don't attempt to install this package, it has no support for a couple of + Don'''``t attempt to install this package, it has no support for a couple of features you surely want. Anyway it should refuse to install. '')dnl -- 1.8.3.1