[Pkg-vsquare-changes] r276 - in lwipv6/trunk/debian: . patches
Ludovico Gardenghi
garden at alioth.debian.org
Thu Jan 19 23:00:12 UTC 2012
Author: garden
Date: 2012-01-19 23:00:11 +0000 (Thu, 19 Jan 2012)
New Revision: 276
Added:
lwipv6/trunk/debian/README.source
Modified:
lwipv6/trunk/debian/changelog
lwipv6/trunk/debian/control
lwipv6/trunk/debian/patches/check_and_use_libdl.patch
Log:
* Remove configure.ac from check_and_use_libdl.patch or make will try to run
automake.
* Add ${misc:Depends} to liblwipv6-dev deps.
* Add README.source.
* Update changelog
Added: lwipv6/trunk/debian/README.source
===================================================================
--- lwipv6/trunk/debian/README.source (rev 0)
+++ lwipv6/trunk/debian/README.source 2012-01-19 23:00:11 UTC (rev 276)
@@ -0,0 +1,8 @@
+This package uses quilt to manage the Debian-specific patches to the lwipv6
+source code. See
+
+ /usr/share/doc/quilt/README.source
+
+to get more information about how it works.
+
+ -- Ludovico Gardenghi <garden at debian.org> Thu, 19 Jan 2012 23:54:52 +0100
Modified: lwipv6/trunk/debian/changelog
===================================================================
--- lwipv6/trunk/debian/changelog 2012-01-19 21:21:34 UTC (rev 275)
+++ lwipv6/trunk/debian/changelog 2012-01-19 23:00:11 UTC (rev 276)
@@ -7,11 +7,13 @@
* Remove useless Conflicts/Replaces with (obsolete) liblwipv6-1
* Update Ludovico Gardenghi's address to garden at debian.org
* Start using quilt
+ - Add README.source
* Add patch check_and_use_libdl.patch: add missing -ldl to link phase
(Closes: #558934)
* Remove useless *.dirs files
+ * Add ${misc:Depends} to liblwipv6-dev deps
- -- Ludovico Gardenghi <garden at debian.org> Thu, 19 Jan 2012 22:16:51 +0100
+ -- Ludovico Gardenghi <garden at debian.org> Thu, 19 Jan 2012 23:58:42 +0100
lwipv6 (1.2a-1.1) unstable; urgency=low
Modified: lwipv6/trunk/debian/control
===================================================================
--- lwipv6/trunk/debian/control 2012-01-19 21:21:34 UTC (rev 275)
+++ lwipv6/trunk/debian/control 2012-01-19 23:00:11 UTC (rev 276)
@@ -13,7 +13,7 @@
Package: liblwipv6-dev
Section: libdevel
Architecture: any
-Depends: liblwipv6-2 (= ${binary:Version})
+Depends: liblwipv6-2 (= ${binary:Version}), ${misc:Depends}
Conflicts: liblwipv6-1-dev
Replaces: liblwipv6-1-dev
Description: Development files for the LWIPv6 library
Modified: lwipv6/trunk/debian/patches/check_and_use_libdl.patch
===================================================================
--- lwipv6/trunk/debian/patches/check_and_use_libdl.patch 2012-01-19 21:21:34 UTC (rev 275)
+++ lwipv6/trunk/debian/patches/check_and_use_libdl.patch 2012-01-19 23:00:11 UTC (rev 276)
@@ -56,15 +56,3 @@
# 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
More information about the Pkg-vsquare-changes
mailing list