[Pkg-vsquare-changes] r224 - in vdetelweb/trunk/debian: . patches

Filippo Giunchedi filippo at alioth.debian.org
Fri May 22 14:40:54 UTC 2009


Author: filippo
Date: 2009-05-22 14:40:54 +0000 (Fri, 22 May 2009)
New Revision: 224

Added:
   vdetelweb/trunk/debian/patches/02_include_limits_h.diff
Modified:
   vdetelweb/trunk/debian/changelog
   vdetelweb/trunk/debian/watch
Log:
* Fix "Missing include of limits.h" patch by James Westby
  (Closes: #507262)
* Update watch file to make use of sf.net redirector

Modified: vdetelweb/trunk/debian/changelog
===================================================================
--- vdetelweb/trunk/debian/changelog	2009-04-09 23:07:58 UTC (rev 223)
+++ vdetelweb/trunk/debian/changelog	2009-05-22 14:40:54 UTC (rev 224)
@@ -1,3 +1,11 @@
+vdetelweb (1.1b-3) unstable; urgency=low
+
+  * Fix "Missing include of limits.h" patch by James Westby
+    (Closes: #507262)
+  * Update watch file to make use of sf.net redirector
+
+ -- Filippo Giunchedi <filippo at debian.org>  Fri, 22 May 2009 16:40:24 +0200
+
 vdetelweb (1.1b-2) unstable; urgency=low
 
   [ Filippo Giunchedi ]

Added: vdetelweb/trunk/debian/patches/02_include_limits_h.diff
===================================================================
--- vdetelweb/trunk/debian/patches/02_include_limits_h.diff	                        (rev 0)
+++ vdetelweb/trunk/debian/patches/02_include_limits_h.diff	2009-05-22 14:40:54 UTC (rev 224)
@@ -0,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' vdetelweb/vdetelweb.c vdetelweb.new/vdetelweb.c
+--- vdetelweb/vdetelweb.c	2008-11-29 14:47:24.000000000 +0000
++++ vdetelweb.new/vdetelweb.c	2008-11-29 14:47:44.000000000 +0000
+@@ -50,6 +50,7 @@
+ #include <getopt.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
++#include <limits.h>
+ #include "vdetelweb.h"
+ #include <lwipv6.h>
+ 

Modified: vdetelweb/trunk/debian/watch
===================================================================
--- vdetelweb/trunk/debian/watch	2009-04-09 23:07:58 UTC (rev 223)
+++ vdetelweb/trunk/debian/watch	2009-05-22 14:40:54 UTC (rev 224)
@@ -1,2 +1,2 @@
 version=3
-http://sourceforge.net/projects/vde/files http://downloads.sourceforge.net/vde/vdetelweb-(.*)\.tar\.gz.*
+http://sf.net/vde/vdetelweb-(.*)\.tar\.gz.*




More information about the Pkg-vsquare-changes mailing list