]> err.no Git - util-linux/commitdiff
slang: switch back to slang2
authorLaMont Jones <lamont@mmjgroup.com>
Sun, 19 Aug 2007 19:11:58 +0000 (13:11 -0600)
committerLaMont Jones <lamont@mmjgroup.com>
Sun, 19 Aug 2007 19:11:58 +0000 (13:11 -0600)
debian/changelog
debian/rules

index ffdb0fd470dbfc0d175cc52e2c2159fb049a015e..e0777273a61590a83243b0bed5db901fbcae4e5f 100644 (file)
@@ -10,8 +10,9 @@ util-linux (2.13~rc3-6) unstable-UNRELEASED; urgency=low
   * sfdisk: Allow drives over 2^31 sectors in size.  Closes: #314413
   * Deliver flock and flock.1.  Closes: #435272
   * hwclock.sh: Correct message. Closes: #424682
+  * cfdisk: switch back to slang2
 
- -- LaMont Jones <lamont@debian.org>  Sun, 19 Aug 2007 12:50:04 -0600
+ -- LaMont Jones <lamont@debian.org>  Sun, 19 Aug 2007 13:11:19 -0600
 
 util-linux (2.13~rc3-5) unstable; urgency=low
 
index 4c3af913e6a34c9dcb551f662ef077f928284d8b..47e8b5b8d8d702cd9b978cd37ee98cfc83b734d5 100755 (executable)
@@ -40,7 +40,7 @@ CFDISK_PO_DIR=cfdisk-po
 CFDISK_POT=$(CFDISK_PO_DIR)/cfdisk.pot
 HISTORY=docs/v2.13-ReleaseNotes 
 
-CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-fsprobe=volume_id
+CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-fsprobe=volume_id --with-slang
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 CONFOPTS += --with-selinux
 endif