diff options
author | LaMont Jones <lamont@mmjgroup.com> | 2007-07-29 16:26:17 -0600 |
---|---|---|
committer | LaMont Jones <lamont@mmjgroup.com> | 2007-07-29 16:26:17 -0600 |
commit | 30aa6a1d7447ea931b0591c8e39455809642b4aa (patch) | |
tree | 609d5d88824850a0551f7ebde5b68978372f8e75 | |
parent | 33f5b502dfea0e77bf1eb25ca622e272f17fe395 (diff) | |
download | util-linux-old-30aa6a1d7447ea931b0591c8e39455809642b4aa.tar.gz |
BUILD: use libvolume-id-dev now that debian has new enough udev
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 296fb8b4..560843cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.13~rc2-4) unstable-UNRELEASED; urgency=low + + * switch to using libvolume-id-dev + + -- LaMont Jones <lamont@debian.org> Sun, 29 Jul 2007 16:24:11 -0600 + util-linux (2.13~rc2-3) unstable; urgency=low * add option for 8-bit chars in agetty. Closes: #221290 diff --git a/debian/control b/debian/control index 942434d5..82b19db5 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: util-linux Section: base Priority: required -Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4-1), gettext, zlib1g-dev, libblkid-dev, uuid-dev, dpkg-dev (>=1.13.12), libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64] +Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4-1), gettext, zlib1g-dev, libvolume-id-dev (>=0.113-2), uuid-dev, dpkg-dev (>=1.13.12), libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64] Maintainer: LaMont Jones <lamont@debian.org> Standards-Version: 3.7.2.0 diff --git a/debian/rules b/debian/rules index f506b9e2..9b6fc8c7 100755 --- a/debian/rules +++ b/debian/rules @@ -38,13 +38,11 @@ CFDISK_PO_DIR=cfdisk-po CFDISK_POT=$(CFDISK_PO_DIR)/cfdisk.pot HISTORY=docs/v2.13-ReleaseNotes -CONFOPTS= --enable-raw --enable-rdev --enable-partx +CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-fsprobe=volume_id ifeq ($(DEB_HOST_ARCH_OS),linux) CONFOPTS += --with-selinux endif -#CONFOPTS += --with-fsprobe=volume_id - build: $(checkdir) ./configure $(CONFOPTS) |