[SCM] vdr-plugin-infosatepg packaging repository branch, master, updated. debian/0.0.11-10-4-g502e5f4
etobi
git at e-tobi.net
Sun Mar 10 18:14:18 UTC 2013
The following commit has been merged in the master branch:
commit 502e5f40d455ec0487a8f77bae3218b8f9fd7b72
Author: etobi <git at e-tobi.net>
Date: Sun Mar 10 19:13:13 2013 +0100
* New upstream release
* Build-depend on vdr-dev (>= 1.7.40)
diff --git a/debian/changelog b/debian/changelog
index f3a7398..173ba31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vdr-plugin-infosatepg (0.0.12-1) unstable; urgency=low
+
+ * New upstream release
+ * Build-depend on vdr-dev (>= 1.7.40)
+
+ -- Tobias Grimm <etobi at debian.org> Sun, 10 Mar 2013 19:12:18 +0100
+
vdr-plugin-infosatepg (0.0.11-11) unstable; urgency=low
* Use debhelper 9
diff --git a/debian/control b/debian/control
index 7038719..d0c3ac3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Christoph Martin <christoph.martin at uni-mainz.de>, Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.39)
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40)
Standards-Version: 3.9.3
Homepage: http://projects.vdr-developer.org/projects/show/plg-infosatepg
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-infosatepg.git
diff --git a/debian/patches/missing_ctype_h.patch b/debian/patches/missing_ctype_h.patch
deleted file mode 100644
index 08e42bf..0000000
--- a/debian/patches/missing_ctype_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: vdr-plugin-infosatepg-0.0.11/global.cpp
-===================================================================
---- vdr-plugin-infosatepg-0.0.11.orig/global.cpp 2011-05-25 12:42:41.871898000 +0200
-+++ vdr-plugin-infosatepg-0.0.11/global.cpp 2011-05-25 12:43:03.564854000 +0200
-@@ -1,5 +1,6 @@
- #include <vdr/channels.h>
- #include "global.h"
-+#include <ctype.h>
-
- // --- cGlobalInfosatdata
- cGlobalInfosatdata::cGlobalInfosatdata()
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0e98ec6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-missing_ctype_h.patch
-vdr-1.7.26.patch
diff --git a/debian/patches/vdr-1.7.26.patch b/debian/patches/vdr-1.7.26.patch
deleted file mode 100644
index 71940a7..0000000
--- a/debian/patches/vdr-1.7.26.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Index: vdr-plugin-infosatepg/infosatepg.cpp
-===================================================================
---- vdr-plugin-infosatepg.orig/infosatepg.cpp 2012-04-01 11:35:43.000000000 +0200
-+++ vdr-plugin-infosatepg/infosatepg.cpp 2012-04-01 11:42:22.000000000 +0200
-@@ -190,7 +190,7 @@
- if (dev)
- {
- if (!dev->ProvidesTransponder(chan)) continue; // device cannot provide transponder -> skip
-- if (EITScanner.UsesDevice(dev)) continue; // EITScanner is updating EPG -> skip
-+ if (EITScanner.Active()) continue; // EITScanner is updating EPG -> skip
- if (dev->Receiving()) continue; // device is recording -> skip
- if (dev->IsPrimaryDevice()) continue; // device is primary -> skip
- if (cDevice::ActualDevice()->CardIndex()==i) continue; // device is live viewing -> skip
-Index: vdr-plugin-infosatepg/status.cpp
-===================================================================
---- vdr-plugin-infosatepg.orig/status.cpp 2012-04-01 11:35:43.000000000 +0200
-+++ vdr-plugin-infosatepg/status.cpp 2012-04-01 11:42:22.000000000 +0200
-@@ -21,7 +21,11 @@
- if (myFilter) delete myFilter;
- }
-
-+#if APIVERSNUM >= 10726
-+void cStatusInfosatepg::ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView)
-+#else
- void cStatusInfosatepg::ChannelSwitch(const cDevice *Device, int ChannelNumber)
-+#endif
- {
- if (!ChannelNumber) return;
- if (!Device) return; // just to be safe
-Index: vdr-plugin-infosatepg/status.h
-===================================================================
---- vdr-plugin-infosatepg.orig/status.h 2012-04-01 11:35:43.000000000 +0200
-+++ vdr-plugin-infosatepg/status.h 2012-04-01 11:42:29.000000000 +0200
-@@ -20,7 +20,11 @@
- cDevice *myFilterDevice;
- cGlobalInfosatepg *global;
- protected:
-+#if APIVERSNUM >= 10726
-+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
-+#else
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
-+#endif
- public:
- cStatusInfosatepg(cGlobalInfosatepg *Global);
- virtual ~cStatusInfosatepg(void);
--
vdr-plugin-infosatepg packaging repository
More information about the pkg-vdr-dvb-changes
mailing list