r533 - in lvm2/trunk/debian: . patches

Bastian Blank waldi at alioth.debian.org
Tue Jan 8 18:04:36 UTC 2008


Author: waldi
Date: Tue Jan  8 18:04:35 2008
New Revision: 533

Log:
* debian/changelog: Update.
* debian/patches/libs-cleanup.patch: Drop detection of termcap support.


Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/patches/libs-cleanup.patch

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Tue Jan  8 18:04:35 2008
@@ -2,8 +2,9 @@
 
   * New upstream version.
   * Load modules.
+  * Don't longer directly link libncurses and libselinux.
 
- -- Bastian Blank <waldi at debian.org>  Tue, 08 Jan 2008 15:34:23 +0000
+ -- Bastian Blank <waldi at debian.org>  Tue, 08 Jan 2008 18:01:10 +0000
 
 lvm2 (2.02.26-1) unstable; urgency=low
 

Modified: lvm2/trunk/debian/patches/libs-cleanup.patch
==============================================================================
--- lvm2/trunk/debian/patches/libs-cleanup.patch	(original)
+++ lvm2/trunk/debian/patches/libs-cleanup.patch	Tue Jan  8 18:04:35 2008
@@ -30,7 +30,31 @@
  dnl -- Disable realtime clock support
  AC_MSG_CHECKING(whether to enable realtime support)
  AC_ARG_ENABLE(realtime, [  --disable-realtime      Disable realtime clock support],
-@@ -437,37 +428,6 @@
+@@ -399,23 +390,6 @@
+ AC_CHECK_FUNCS(mkdir rmdir uname,,AC_MSG_ERROR(bailing out))
+ 
+ ################################################################################
+-dnl -- Check for termcap (Shamelessly copied from parted 1.4.17)
+-if test x$READLINE = xyes; then
+-	AC_SEARCH_LIBS(tgetent, ncurses curses termcap termlib, ,
+-		AC_MSG_ERROR(
+-termcap could not be found which is required for the
+---enable-readline option (which is enabled by default).  Either disable readline
+-support with --disable-readline or download and install termcap from:
+-	ftp.gnu.org/gnu/termcap
+-Note: if you are using precompiled packages you will also need the development
+-  package as well (which may be called termcap-devel or something similar).
+-Note: (n)curses also seems to work as a substitute for termcap.  This was
+-  not found either - but you could try installing that as well.
+-)
+-	)
+-fi
+-
+-################################################################################
+ dnl -- Check for dlopen
+ AC_CHECK_LIB(dl, dlopen, HAVE_LIBDL=yes, HAVE_LIBDL=no)
+ 
+@@ -437,37 +411,6 @@
  fi
  
  ################################################################################
@@ -68,7 +92,7 @@
  dnl -- Check for realtime clock support
  if test x$REALTIME = xyes; then
  	AC_CHECK_LIB(rt, clock_gettime, HAVE_REALTIME=yes, HAVE_REALTIME=no)
-@@ -578,10 +538,6 @@
+@@ -578,10 +521,6 @@
  
  AC_CHECK_HEADERS(libdevmapper.h,,AC_MSG_ERROR(bailing out))
  
@@ -79,7 +103,7 @@
  ################################################################################
  AC_PATH_PROG(MODPROBE_CMD, modprobe)
  
-@@ -613,13 +569,11 @@
+@@ -613,13 +552,11 @@
  AC_SUBST(LDDEPS)
  AC_SUBST(LDFLAGS)
  AC_SUBST(LIB_SUFFIX)
@@ -93,7 +117,7 @@
  AC_SUBST(HAVE_REALTIME)
  AC_SUBST(CMDLIB)
  AC_SUBST(MSGFMT)
-@@ -635,7 +589,6 @@
+@@ -635,7 +572,6 @@
  AC_SUBST(DMEVENTD)
  AC_SUBST(CFLOW_CMD)
  AC_SUBST(CSCOPE_CMD)



More information about the pkg-lvm-commits mailing list