--- vdetelweb-1.2.1.orig/debian/watch +++ vdetelweb-1.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/vde/vdetelweb-(.*)\.tar\.gz.* --- vdetelweb-1.2.1.orig/debian/copyright +++ vdetelweb-1.2.1/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ludovico Gardenghi on +Thu, 26 Oct 2006 13:59:53 +0200. + +It was downloaded from http://vde.sourceforge.net/ + +Copyright: 2004-2008 Renzo Davoli + 2006-2008 Ludovico Gardenghi + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2006, Ludovico Gardenghi and +is licensed under the GPL, see above. --- vdetelweb-1.2.1.orig/debian/examples +++ vdetelweb-1.2.1/debian/examples @@ -0,0 +1 @@ +vdetelwebrc --- vdetelweb-1.2.1.orig/debian/README.source +++ vdetelweb-1.2.1/debian/README.source @@ -0,0 +1,8 @@ +This package uses quilt to manage Debian-specific and/or important upstream +patches to the vdetelweb source code. See + + /usr/share/doc/quilt/README.source + +to get more information about how it works. + + -- Ludovico Gardenghi Sun, 05 Feb 2012 11:30:13 +0100 --- vdetelweb-1.2.1.orig/debian/control +++ vdetelweb-1.2.1/debian/control @@ -0,0 +1,25 @@ +Source: vdetelweb +Section: net +Priority: optional +Maintainer: Debian VSquare Team +Uploaders: Ludovico Gardenghi , Guido Trotter , Filippo Giunchedi , Luca Bigliardi +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 5), liblwipv6-dev, cdbs, libmhash-dev, libvde-dev, quilt +Vcs-Svn: svn://svn.debian.org/pkg-vsquare/vdetelweb/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/vdetelweb/trunk/ +Standards-Version: 3.9.2 +Homepage: http://vde.sourceforge.net + +Package: vdetelweb +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: vde2 +Description: Telnet and Web interface for VDE 2.x + vdetelweb creates a telnet and/or a web interface to a running VDE 2.x + switch. The switch may then be managed via a telnet connection or a web + browser. + . + vdetelweb depends on the LWIPv6 network stack. + . + vdetelweb, along with VDE, is part of the Virtual Square project: + http://wiki.virtualsquare.org --- vdetelweb-1.2.1.orig/debian/changelog +++ vdetelweb-1.2.1/debian/changelog @@ -0,0 +1,47 @@ +vdetelweb (1.2.1-1) unstable; urgency=low + + * New upstream release + - Remove patch 01_sparc_ftbfs_signals.diff + - Remove patch 02_include_limits_h.diff + - Add dependency on libmhash-dev + * Switch to quilt + * Remove useless dirs file + * Add examples/vdetelwebrc.gz + * Bump Standards-Version to 3.9.2: nothing to do + * Add patch svn_r538_fix_msg_length.patch: apply bugfix from upstream svn + + -- Ludovico Gardenghi Sun, 05 Feb 2012 11:15:54 +0100 + +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 Fri, 22 May 2009 16:40:24 +0200 + +vdetelweb (1.1b-2) unstable; urgency=low + + [ Filippo Giunchedi ] + * Add DM-Upload-Allowed field + * Add Luca Bigliard as Uploader/DM + + [ Ludovico Gardenghi ] + * Add #ifdefs for some signals, correcting FTBFS on sparc (Closes: #492811) + * Added build-dep on patchutils + * Removed wrong build-dep on autotools-dev + + -- Ludovico Gardenghi Tue, 29 Jul 2008 18:14:54 +0200 + +vdetelweb (1.1b-1) unstable; urgency=low + + * New upstream release + * Try new watch file + + -- Filippo Giunchedi Tue, 17 Jun 2008 19:56:43 +0200 + +vdetelweb (1.1-1) unstable; urgency=low + + * Initial release. + + -- Ludovico Gardenghi Mon, 16 Jun 2008 17:03:50 +0200 --- vdetelweb-1.2.1.orig/debian/compat +++ vdetelweb-1.2.1/debian/compat @@ -0,0 +1 @@ +5 --- vdetelweb-1.2.1.orig/debian/rules +++ vdetelweb-1.2.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +binary-post-install/vdetelweb:: + rm -f debian/vdetelweb/etc/vde/vdetelwebrc + rmdir debian/vdetelweb/etc/vde + rmdir debian/vdetelweb/etc --- vdetelweb-1.2.1.orig/debian/docs +++ vdetelweb-1.2.1/debian/docs @@ -0,0 +1 @@ +README --- vdetelweb-1.2.1.orig/debian/patches/series +++ vdetelweb-1.2.1/debian/patches/series @@ -0,0 +1 @@ +svn_r538_fix_msg_length.patch --- vdetelweb-1.2.1.orig/debian/patches/svn_r538_fix_msg_length.patch +++ vdetelweb-1.2.1/debian/patches/svn_r538_fix_msg_length.patch @@ -0,0 +1,40 @@ +Index: vdetelweb-1.2.1/web.c +=================================================================== +--- vdetelweb-1.2.1.orig/web.c 2012-01-24 14:39:31.065609358 +0100 ++++ vdetelweb-1.2.1/web.c 2012-01-24 14:41:00.788933112 +0100 +@@ -498,12 +498,12 @@ + if ((tail=strstr(path,".html")) != NULL) + *tail=0; + if (*path==0 || ((this=vde_findmenu(menuhead,path)) != NULL)) { +- lwip_write(fd,okmsg,sizeof(okmsg)); ++ lwip_write(fd,okmsg,sizeof(okmsg)-1); + lwip_printf(fd, + "\r\n" + "%s %s\r\n", + prompt, (*path==0)?"Home Page":path); +- lwip_write(fd,css,sizeof(css)); ++ lwip_write(fd,css,sizeof(css)-1); + lwip_printf(fd, + "\r\n" + "

%s %s

\r\n" +@@ -536,7 +536,7 @@ + "
VDE 2.0 WEB MGMT INTERFACE\r\n" + "\r\n"); + } else +- lwip_write(fd,errmsg,sizeof(errmsg)); ++ lwip_write(fd,errmsg,sizeof(errmsg)-1); + } + + static char authmsg[]= +@@ -600,9 +600,9 @@ + } else if (st->linebuf[0]=='\n' || st->linebuf[0]=='\r') { + switch (st->status) { + case WEB_IDENTIFY: +- lwip_write(fd,authmsg,sizeof(authmsg)); ++ lwip_write(fd,authmsg,sizeof(authmsg)-1); + lwip_write(fd,prompt,strlen(prompt)); +- lwip_write(fd,authmsg2,sizeof(authmsg2)); ++ lwip_write(fd,authmsg2,sizeof(authmsg2)-1); + return 1; + break; + case WEB_AUTHORIZED: