~ubuntu-branches/ubuntu/edgy/vdr-plugin-prefermenu/edgy

« back to all changes in this revision

Viewing changes to debian/patches/03_vdr_1.3.32-fix.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Debian VDR Team
  • Date: 2005-11-02 17:11:57 UTC
  • Revision ID: james.westby@ubuntu.com-20051102171157-lkw8t39fzadmxpqi
Tags: 0.6.4-12
* Thomas Schmidt <tschmidt@debian.org>
  - Build-Depend on vdr (>=1.3.35-1)
  - Corrected FSF address in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
 
 
3
## 03_vdr_1.3.32-fix.dpatch by Thomas Schmidt <tschmidt@debian.org>
 
4
##
 
5
## All lines beginning with `## DP:' are a description of the patch.
 
6
## DP: Fix building for vdr 1.3.32
 
7
 
 
8
@DPATCH@
 
9
diff -urNad vdr-plugin-prefermenu-0.6.4/preferchannel.h /tmp/dpep.Nz8dna/vdr-plugin-prefermenu-0.6.4/preferchannel.h
 
10
--- vdr-plugin-prefermenu-0.6.4/preferchannel.h 2005-01-11 20:14:14.000000000 +0100
 
11
+++ /tmp/dpep.Nz8dna/vdr-plugin-prefermenu-0.6.4/preferchannel.h        2005-09-11 21:29:24.665082192 +0200
 
12
@@ -3,6 +3,7 @@
 
13
 
 
14
 #include <vdr/plugin.h>
 
15
 #include <vdr/channels.h>
 
16
+#include <vdr/device.h>
 
17
 
 
18
 #define CHANNELSMAX 255
 
19
 
 
20
diff -urNad vdr-plugin-prefermenu-0.6.4/preferosd.h /tmp/dpep.Nz8dna/vdr-plugin-prefermenu-0.6.4/preferosd.h
 
21
--- vdr-plugin-prefermenu-0.6.4/preferosd.h     2005-09-11 21:29:04.763107752 +0200
 
22
+++ /tmp/dpep.Nz8dna/vdr-plugin-prefermenu-0.6.4/preferosd.h    2005-09-11 21:29:05.764955448 +0200
 
23
@@ -2,6 +2,7 @@
 
24
 #define __PREFEROSD_H
 
25
 
 
26
 #include <vdr/plugin.h>
 
27
+#include <vdr/device.h>
 
28
 
 
29
 static const int BORDERSIZE = 2;
 
30
 #if VDRVERSNUM >= 10307