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

Ludovico Gardenghi garden at alioth.debian.org
Thu Jan 19 23:59:01 UTC 2012


Author: garden
Date: 2012-01-19 23:59:01 +0000 (Thu, 19 Jan 2012)
New Revision: 278

Added:
   lwipv6/trunk/debian/patches/fix_soname_version_info.patch
Modified:
   lwipv6/trunk/debian/changelog
   lwipv6/trunk/debian/patches/series
Log:
* Add patch for SONAME.


Modified: lwipv6/trunk/debian/changelog
===================================================================
--- lwipv6/trunk/debian/changelog	2012-01-19 23:12:15 UTC (rev 277)
+++ lwipv6/trunk/debian/changelog	2012-01-19 23:59:01 UTC (rev 278)
@@ -1,6 +1,7 @@
 lwipv6 (1.5a-1) unstable; urgency=low
 
   * New upstream release
+    - Check for result of vde_open (Closes: #536373)
   * Add DM-Upload-Allowed field
   * Bump Standards-Version to 3.9.2: nothing to do (.la files removed in NMU)
   * Replace libvdeplug2-dev with libvdeplug-dev in Build-Depends.
@@ -12,10 +13,12 @@
     - Add README.source
   * Add patch check_and_use_libdl.patch: add missing -ldl to link phase
     (Closes: #558934)
+  * Add patch fix_soname_version_info.patch: use -version-info instead of
+    -version-number and bump -version-info to 3:0:1 (upstream forgot to do so)
   * Remove useless *.dirs files
   * Add ${misc:Depends} to liblwipv6-dev deps
 
- -- Ludovico Gardenghi <garden at debian.org>  Fri, 20 Jan 2012 00:09:54 +0100
+ -- Ludovico Gardenghi <garden at debian.org>  Fri, 20 Jan 2012 00:58:14 +0100
 
 lwipv6 (1.2a-1.1) unstable; urgency=low
 

Added: lwipv6/trunk/debian/patches/fix_soname_version_info.patch
===================================================================
--- lwipv6/trunk/debian/patches/fix_soname_version_info.patch	                        (rev 0)
+++ lwipv6/trunk/debian/patches/fix_soname_version_info.patch	2012-01-19 23:59:01 UTC (rev 278)
@@ -0,0 +1,13 @@
+Index: lwipv6-1.5a/lwip-contrib/ports/unix/proj/lib/Makefile.am
+===================================================================
+--- lwipv6-1.5a.orig/lwip-contrib/ports/unix/proj/lib/Makefile.am	2012-01-20 00:53:23.000000000 +0100
++++ lwipv6-1.5a/lwip-contrib/ports/unix/proj/lib/Makefile.am	2012-01-20 00:53:36.000000000 +0100
+@@ -241,7 +241,7 @@
+ # project. It's here only for debug.
+ 
+ liblwipv6_la_SOURCES = $(LWIPFILES) $(LWIPHEADERS) sharedlib.c unixlib.c
+-liblwipv6_la_LDFLAGS = -version-number 2:0:0 -Xcompiler -nostartfiles
++liblwipv6_la_LDFLAGS = -version-info 3:0:1 -Xcompiler -nostartfiles
+ # liblwip_la_LIBADD = sharedlib.lo unixlib.lo
+ 
+ include_HEADERS = $(LWIPARCH)/include/lwipv6.h

Modified: lwipv6/trunk/debian/patches/series
===================================================================
--- lwipv6/trunk/debian/patches/series	2012-01-19 23:12:15 UTC (rev 277)
+++ lwipv6/trunk/debian/patches/series	2012-01-19 23:59:01 UTC (rev 278)
@@ -1 +1,2 @@
 check_and_use_libdl.patch
+fix_soname_version_info.patch




More information about the Pkg-vsquare-changes mailing list