r8714 - in /vdr/vdr-plugin-cdda/trunk/debian: changelog patches/00list patches/90_missing-includes.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun Sep 26 22:07:02 UTC 2010


Author: tiber-guest
Date: Sun Sep 26 22:06:56 2010
New Revision: 8714

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8714
Log:
Added 90_missing-includes.dpatch (especially needed for Ubuntu, 
thx to Hanno Zulla for reporting this)

Added:
    vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch   (with props)
Modified:
    vdr/vdr-plugin-cdda/trunk/debian/changelog
    vdr/vdr-plugin-cdda/trunk/debian/patches/00list

Modified: vdr/vdr-plugin-cdda/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-cdda/trunk/debian/changelog?rev=8714&op=diff
==============================================================================
--- vdr/vdr-plugin-cdda/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-cdda/trunk/debian/changelog Sun Sep 26 22:06:56 2010
@@ -1,3 +1,10 @@
+vdr-plugin-cdda (0.1.0-30) experimental; urgency=low
+
+  * Added 90_missing-includes.dpatch (especially needed for Ubuntu, 
+    thx to Hanno Zulla for reporting this)
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 27 Sep 2010 00:03:27 +0200
+
 vdr-plugin-cdda (0.1.0-29) experimental; urgency=low
 
   * Removed non-standard shebang line from debian/rules

Modified: vdr/vdr-plugin-cdda/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-cdda/trunk/debian/patches/00list?rev=8714&op=diff
==============================================================================
--- vdr/vdr-plugin-cdda/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-cdda/trunk/debian/patches/00list Sun Sep 26 22:06:56 2010
@@ -5,3 +5,4 @@
 90_APIVERSION.dpatch
 90_cdda-1.3.38
 90_gcc-4.4
+90_missing-includes

Added: vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch?rev=8714&op=file
==============================================================================
--- vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch (added)
+++ vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch Sun Sep 26 22:06:56 2010
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90_missing-includes.dpatch by Tobias Grimm <etobi at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr-plugin-cdda-0.1.0~/cdda_cddb.c vdr-plugin-cdda-0.1.0/cdda_cddb.c
+--- vdr-plugin-cdda-0.1.0~/cdda_cddb.c	2005-12-24 11:17:06.000000000 +0100
++++ vdr-plugin-cdda-0.1.0/cdda_cddb.c	2010-09-27 00:02:23.000000000 +0200
+@@ -9,6 +9,8 @@
+ #include <unistd.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ #include <arpa/inet.h>
+ #include <stdio.h>
+ #include <string.h>

Propchange: vdr/vdr-plugin-cdda/trunk/debian/patches/90_missing-includes.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-vdr-dvb-changes mailing list