[Pkg-vsquare-changes] r274 - in lwipv6/trunk/debian: . patches

Ludovico Gardenghi garden at alioth.debian.org
Thu Jan 19 21:18:55 UTC 2012


Author: garden
Date: 2012-01-19 21:18:55 +0000 (Thu, 19 Jan 2012)
New Revision: 274

Added:
   lwipv6/trunk/debian/patches/
   lwipv6/trunk/debian/patches/check_and_use_libdl.patch
   lwipv6/trunk/debian/patches/series
Removed:
   lwipv6/trunk/debian/liblwipv6-2.dirs
   lwipv6/trunk/debian/liblwipv6-dev.dirs
Modified:
   lwipv6/trunk/debian/changelog
   lwipv6/trunk/debian/control
   lwipv6/trunk/debian/liblwipv6-dev.install
Log:
Preparing to 1.5a-1

Modified: lwipv6/trunk/debian/changelog
===================================================================
--- lwipv6/trunk/debian/changelog	2012-01-19 10:39:30 UTC (rev 273)
+++ lwipv6/trunk/debian/changelog	2012-01-19 21:18:55 UTC (rev 274)
@@ -1,10 +1,25 @@
-lwipv6 (1.2a-2) UNRELEASED; urgency=low
+lwipv6 (1.5a-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
   * Add DM-Upload-Allowed field
+  * Bump Standards-Version to 3.9.2: nothing to do (.la files removed in NMU)
+  * Add libvdeplug-dev to Build-Depends
+  * Remove useless Conflicts/Replaces with (obsolete) liblwipv6-1
+  * Update Ludovico Gardenghi's address to garden at debian.org
+  * Start using quilt
+  * Add patch check_and_use_libdl.patch: add missing -ldl to link phase
+    (Closes: #558934)
+  * Remove useless *.dirs files
 
- -- Filippo Giunchedi <filippo at debian.org>  Sat, 26 Jul 2008 20:50:36 +0200
+ -- Ludovico Gardenghi <garden at debian.org>  Thu, 19 Jan 2012 22:16:51 +0100
 
+lwipv6 (1.2a-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la files (Closes: #622449).
+
+ -- Luk Claes <luk at debian.org>  Sat, 25 Jun 2011 17:30:40 +0200
+
 lwipv6 (1.2a-1) unstable; urgency=low
 
   * New upstream release

Modified: lwipv6/trunk/debian/control
===================================================================
--- lwipv6/trunk/debian/control	2012-01-19 10:39:30 UTC (rev 273)
+++ lwipv6/trunk/debian/control	2012-01-19 21:18:55 UTC (rev 274)
@@ -1,10 +1,10 @@
 Source: lwipv6
 Priority: optional
 Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
-Uploaders: Ludovico Gardenghi <garden at acheronte.it>, Guido Trotter <ultrotter at debian.org>, Filippo Giunchedi <filippo at debian.org>
+Uploaders: Ludovico Gardenghi <garden at debian.org>, Guido Trotter <ultrotter at debian.org>, Filippo Giunchedi <filippo at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), autotools-dev, libpcap0.8-dev, libvdeplug2-dev, cdbs
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), autotools-dev, libpcap0.8-dev, libvdeplug2-dev | libvdeplug-dev, cdbs, quilt
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/pkg-vsquare/lwipv6/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/lwipv6/trunk/
 Homepage: http://wiki.virtualsquare.org/index.php/LWIPV6
@@ -44,8 +44,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: vde2
-Conflicts: liblwipv6-1
-Replaces: liblwipv6-1
 Description: User level (lightweight) TCP/IP stack with IPv6 support
  LWIPv6 is a user level TCP/IP stack with the following features:
  .

Deleted: lwipv6/trunk/debian/liblwipv6-2.dirs
===================================================================
--- lwipv6/trunk/debian/liblwipv6-2.dirs	2012-01-19 10:39:30 UTC (rev 273)
+++ lwipv6/trunk/debian/liblwipv6-2.dirs	2012-01-19 21:18:55 UTC (rev 274)
@@ -1 +0,0 @@
-usr/lib

Deleted: lwipv6/trunk/debian/liblwipv6-dev.dirs
===================================================================
--- lwipv6/trunk/debian/liblwipv6-dev.dirs	2012-01-19 10:39:30 UTC (rev 273)
+++ lwipv6/trunk/debian/liblwipv6-dev.dirs	2012-01-19 21:18:55 UTC (rev 274)
@@ -1,2 +0,0 @@
-usr/lib
-usr/include

Modified: lwipv6/trunk/debian/liblwipv6-dev.install
===================================================================
--- lwipv6/trunk/debian/liblwipv6-dev.install	2012-01-19 10:39:30 UTC (rev 273)
+++ lwipv6/trunk/debian/liblwipv6-dev.install	2012-01-19 21:18:55 UTC (rev 274)
@@ -1,4 +1,3 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/lib*.a
 debian/tmp/usr/lib/lib*.so
-debian/tmp/usr/lib/*.la

Added: lwipv6/trunk/debian/patches/check_and_use_libdl.patch
===================================================================
--- lwipv6/trunk/debian/patches/check_and_use_libdl.patch	                        (rev 0)
+++ lwipv6/trunk/debian/patches/check_and_use_libdl.patch	2012-01-19 21:18:55 UTC (rev 274)
@@ -0,0 +1,70 @@
+Index: lwipv6-1.5a/configure
+===================================================================
+--- lwipv6-1.5a.orig/configure	2012-01-19 22:11:41.000000000 +0100
++++ lwipv6-1.5a/configure	2012-01-19 22:12:13.000000000 +0100
+@@ -11588,6 +11588,53 @@
+   as_fn_error $? "libpthread missing" "$LINENO" 5
+ fi
+ 
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
++$as_echo_n "checking for dlopen in -ldl... " >&6; }
++if ${ac_cv_lib_dl_dlopen+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-ldl  $LIBS"
++cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++char dlopen ();
++int
++main ()
++{
++return dlopen ();
++  ;
++  return 0;
++}
++_ACEOF
++if ac_fn_c_try_link "$LINENO"; then :
++  ac_cv_lib_dl_dlopen=yes
++else
++  ac_cv_lib_dl_dlopen=no
++fi
++rm -f core conftest.err conftest.$ac_objext \
++    conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
++$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
++if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
++  cat >>confdefs.h <<_ACEOF
++#define HAVE_LIBPTHREAD 1
++_ACEOF
++
++  LIBS="-ldl $LIBS"
++
++else
++  as_fn_error $? "libdl missing" "$LINENO" 5
++fi
++
+ 
+ # Checks for header files.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+Index: lwipv6-1.5a/configure.ac
+===================================================================
+--- lwipv6-1.5a.orig/configure.ac	2012-01-19 22:11:23.000000000 +0100
++++ lwipv6-1.5a/configure.ac	2012-01-19 22:11:39.000000000 +0100
+@@ -18,6 +18,7 @@
+ AC_CHECK_LIB([util], [forkpty],,AC_MSG_ERROR([libutil missing]))
+ AC_CHECK_LIB([vdeplug], [vde_close],,AC_MSG_ERROR([libvdeplug missing]))
+ AC_CHECK_LIB([pthread], [pthread_create],,AC_MSG_ERROR([libpthread missing]))
++AC_CHECK_LIB([dl], [dlopen],,AC_MSG_ERROR([libdl missing]))
+ 
+ # Checks for header files.
+ AC_HEADER_STDC

Added: lwipv6/trunk/debian/patches/series
===================================================================
--- lwipv6/trunk/debian/patches/series	                        (rev 0)
+++ lwipv6/trunk/debian/patches/series	2012-01-19 21:18:55 UTC (rev 274)
@@ -0,0 +1 @@
+check_and_use_libdl.patch




More information about the Pkg-vsquare-changes mailing list