[SCM] vdr-plugin-dvdswitch packaging repository branch, master, updated. debian/0.2.1+git20130323-2-4-g0aed611

etobi git at e-tobi.net
Sun Mar 24 14:47:40 UTC 2013


The following commit has been merged in the master branch:
commit 0aed611f02b9c57e242c470f6bd95990b3acbe84
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 24 15:46:16 2013 +0100

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index 23ff92f..139a297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-dvdswitch (0.2.2-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 24 Mar 2013 15:45:39 +0100
+
 vdr-plugin-dvdswitch (0.2.1+git20130323-2) experimental; urgency=low
 
   * Build-depend on vdr-dev (>= 1.7.42)
diff --git a/debian/patches/03_no-files-crash.patch b/debian/patches/03_no-files-crash.patch
deleted file mode 100644
index b4e22cc..0000000
--- a/debian/patches/03_no-files-crash.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-
-## 03_no-files-crash.dpatch by Matthias Schwarzott <zzam at gentoo.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes this Bug: Opening DVDSwitch menu if the image directory is empty,
-## DP: and then pressing some arrow key crashes vdr.
-
- at DPATCH@
-Index: vdr-plugin-dvdswitch/menu.c
-===================================================================
---- vdr-plugin-dvdswitch.orig/menu.c	2013-03-23 09:03:59.000000000 +0100
-+++ vdr-plugin-dvdswitch/menu.c	2013-03-23 09:15:11.000000000 +0100
-@@ -740,8 +740,10 @@
-   SetHelp();
- 
-   mItem = (cMainMenuItem*)Get(Current());
--  MainMenuOptions.setLastSelectItemName(mItem->FileName());
--  MainMenuOptions.LastSelectItemType(mItem->Type());
-+  if (mItem) {
-+    MainMenuOptions.setLastSelectItemName(mItem->FileName());
-+    MainMenuOptions.LastSelectItemType(mItem->Type());
-+  }
- 
-   return state;
- }
diff --git a/debian/patches/series b/debian/patches/series
index b8d901f..f95c940 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 02_debian-paths.patch
-03_no-files-crash.patch

-- 
vdr-plugin-dvdswitch packaging repository



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