]> err.no Git - util-linux/commitdiff
BUILD: use libvolume-id-dev now that debian has new enough udev
authorLaMont Jones <lamont@mmjgroup.com>
Sun, 29 Jul 2007 22:26:17 +0000 (16:26 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Sun, 29 Jul 2007 22:26:17 +0000 (16:26 -0600)
debian/changelog
debian/control
debian/rules

index 296fb8b4bc3f6e06df3cd32abe3096d37e524c8f..560843cd982a8f57b40e071ac9c8bb47e3db783a 100644 (file)
@@ -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
index 942434d5c492eb48d1f1071979311e9cd4b20982..82b19db56e7b7b102dc7b8c694151a6419e950f0 100644 (file)
@@ -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
 
index f506b9e2979bef5a09d4283c95661347477c1fcb..9b6fc8c7f0b4f79a3c3b343a785376e9b6fe4599 100755 (executable)
@@ -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)