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

garden-guest at alioth.debian.org garden-guest at alioth.debian.org
Tue Jul 29 16:23:31 UTC 2008


Author: garden-guest
Date: 2008-07-29 16:23:30 +0000 (Tue, 29 Jul 2008)
New Revision: 205

Added:
   vdetelweb/trunk/debian/patches/
   vdetelweb/trunk/debian/patches/01_sparc_ftbfs_signals.diff
Modified:
   vdetelweb/trunk/debian/changelog
   vdetelweb/trunk/debian/control
   vdetelweb/trunk/debian/rules
Log:
* Ready for 1.1b-2:
  - Add #ifdefs for some signals, correcting FTBFS on sparc (Closes: #492811)
  - Added build-dep on patchutils for the FTBFS patch
  - Removed wrong build-dep on autotools-dev



Modified: vdetelweb/trunk/debian/changelog
===================================================================
--- vdetelweb/trunk/debian/changelog	2008-07-27 10:49:12 UTC (rev 204)
+++ vdetelweb/trunk/debian/changelog	2008-07-29 16:23:30 UTC (rev 205)
@@ -1,11 +1,17 @@
 vdetelweb (1.1b-2) UNRELEASED; urgency=low
 
+  [ Filippo Giunchedi ]
   * NOT RELEASED YET
   * Add DM-Upload-Allowed field
   * Add Luca Bigliard as Uploader/DM 
 
- -- Filippo Giunchedi <filippo at debian.org>  Sat, 26 Jul 2008 20:51:31 +0200
+  [ 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 <garden at acheronte.it>  Tue, 29 Jul 2008 18:14:54 +0200
+
 vdetelweb (1.1b-1) unstable; urgency=low
 
   * New upstream release

Modified: vdetelweb/trunk/debian/control
===================================================================
--- vdetelweb/trunk/debian/control	2008-07-27 10:49:12 UTC (rev 204)
+++ vdetelweb/trunk/debian/control	2008-07-29 16:23:30 UTC (rev 205)
@@ -4,10 +4,11 @@
 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>, Luca Bigliardi <luca.bigliardi at artha.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), autotools-dev, liblwipv6-dev, cdbs
+Build-Depends: debhelper (>= 5), liblwipv6-dev, cdbs, patchutils
 Vcs-Svn: svn://svn.debian.org/pkg-vsquare/vdetelweb/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/vdetelweb/trunk/
 Standards-Version: 3.8.0
+Homepage: http://vde.sourceforge.net
 
 Package: vdetelweb
 Architecture: any

Added: vdetelweb/trunk/debian/patches/01_sparc_ftbfs_signals.diff
===================================================================
--- vdetelweb/trunk/debian/patches/01_sparc_ftbfs_signals.diff	                        (rev 0)
+++ vdetelweb/trunk/debian/patches/01_sparc_ftbfs_signals.diff	2008-07-29 16:23:30 UTC (rev 205)
@@ -0,0 +1,18 @@
+diff -Nur -x '*.orig' -x '*~' vdetelweb-1.1b/vdetelweb.c vdetelweb-1.1b.new/vdetelweb.c
+--- vdetelweb-1.1b/vdetelweb.c	2008-06-17 19:32:59.000000000 +0200
++++ vdetelweb-1.1b.new/vdetelweb.c	2008-07-29 17:58:55.000000000 +0200
+@@ -159,10 +159,14 @@
+ 		{ SIGPOLL, "SIGPOLL", 1 },
+ 		{ SIGPROF, "SIGPROF", 1 },
+ 		{ SIGVTALRM, "SIGVTALRM", 1 },
++#ifdef    SIGSTKFLT
+ 		{ SIGSTKFLT, "SIGSTKFLT", 1 },
++#endif
+ 		{ SIGIO, "SIGIO", 1 },
+ 		{ SIGPWR, "SIGPWR", 1 },
++#ifdef    SIGUNUSED
+ 		{ SIGUNUSED, "SIGUNUSED", 1 },
++#endif
+ 		{ 0, NULL, 0 }
+ 	};
+ 

Modified: vdetelweb/trunk/debian/rules
===================================================================
--- vdetelweb/trunk/debian/rules	2008-07-27 10:49:12 UTC (rev 204)
+++ vdetelweb/trunk/debian/rules	2008-07-29 16:23:30 UTC (rev 205)
@@ -3,6 +3,7 @@
 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/simple-patchsys.mk
 
 binary-post-install/vdetelweb::
 	rm -f debian/vdetelweb/etc/vde/vdetelwebrc




More information about the Pkg-vsquare-changes mailing list