r8649 - in /vdr/vdr-plugin-markad/trunk/debian: changelog patches/ patches/0001-Fixed-errno-undeclared.patch patches/series
tom-guest at users.alioth.debian.org
tom-guest at users.alioth.debian.org
Thu May 27 19:48:25 UTC 2010
Author: tom-guest
Date: Thu May 27 19:48:15 2010
New Revision: 8649
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8649
Log:
Added 0001-Fixed-errno-undeclared.patch
Added:
vdr/vdr-plugin-markad/trunk/debian/patches/
vdr/vdr-plugin-markad/trunk/debian/patches/0001-Fixed-errno-undeclared.patch
vdr/vdr-plugin-markad/trunk/debian/patches/series
Modified:
vdr/vdr-plugin-markad/trunk/debian/changelog
Modified: vdr/vdr-plugin-markad/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-markad/trunk/debian/changelog?rev=8649&op=diff
==============================================================================
--- vdr/vdr-plugin-markad/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-markad/trunk/debian/changelog Thu May 27 19:48:15 2010
@@ -10,6 +10,7 @@
* Converted debian/rules to the new debhelper 7 format
* Removed cdbs from Build-Depends
* Updated debian/copyright
+ * Added 0001-Fixed-errno-undeclared.patch
-- Thomas Günther <tom at toms-cafe.de> Tue, 25 May 2010 21:49:57 +0200
Added: vdr/vdr-plugin-markad/trunk/debian/patches/0001-Fixed-errno-undeclared.patch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-markad/trunk/debian/patches/0001-Fixed-errno-undeclared.patch?rev=8649&op=file
==============================================================================
--- vdr/vdr-plugin-markad/trunk/debian/patches/0001-Fixed-errno-undeclared.patch (added)
+++ vdr/vdr-plugin-markad/trunk/debian/patches/0001-Fixed-errno-undeclared.patch Thu May 27 19:48:15 2010
@@ -1,0 +1,24 @@
+From cfba440955647cfe537ff023b0275e62cfe7d96b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20G=C3=BCnther?= <tom at toms-cafe.de>
+Date: Thu, 27 May 2010 21:30:15 +0200
+Subject: [PATCH 1/2] Fixed errno undeclared
+
+---
+ command/markad-standalone.cpp | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp
+index e80c078..e8e264d 100644
+--- a/command/markad-standalone.cpp
++++ b/command/markad-standalone.cpp
+@@ -5,6 +5,7 @@
+ *
+ */
+
++#include <errno.h>
+ #include "markad-standalone.h"
+
+ bool SYSLOG=false;
+--
+1.7.1
+
Added: vdr/vdr-plugin-markad/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-markad/trunk/debian/patches/series?rev=8649&op=file
==============================================================================
--- vdr/vdr-plugin-markad/trunk/debian/patches/series (added)
+++ vdr/vdr-plugin-markad/trunk/debian/patches/series Thu May 27 19:48:15 2010
@@ -1,0 +1,1 @@
+0001-Fixed-errno-undeclared.patch
More information about the pkg-vdr-dvb-changes
mailing list