[SCM] vdr-plugin-burn packaging repository branch, master, updated. debian/0.2.0-1-2-g955d897
etobi
git at e-tobi.net
Thu May 24 21:30:51 UTC 2012
The following commit has been merged in the master branch:
commit 955d89777dbaa2a9b19875c52dc8357c82f4252e
Author: etobi <git at e-tobi.net>
Date: Thu May 24 22:55:35 2012 +0200
Set default ISODIR to /tmp, because the plugin will break the VDR if the ISODIR does not exist
diff --git a/debian/changelog b/debian/changelog
index ffaa70a..79d233d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
vdr-plugin-burn (0.2.0-2) experimental; urgency=low
* Install vdrburn-dvd.conf
+ * Set default ISODIR to /tmp, because the plugin will break the VDR
+ if the ISODIR does not exist
-- Tobias Grimm <etobi at debian.org> Thu, 24 May 2012 22:52:48 +0200
diff --git a/debian/plugin.burn.conf b/debian/plugin.burn.conf
index 1f24054..2a46f32 100644
--- a/debian/plugin.burn.conf
+++ b/debian/plugin.burn.conf
@@ -24,6 +24,6 @@
# use DIR to store ISO images
-# (default: /video/iso)
+# (default: /tmp)
#
# --iso=DIR
diff --git a/debian/rules b/debian/rules
index 1f03c52..9701975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale ISODIR=/tmp
%:
dh $@
--
vdr-plugin-burn packaging repository
More information about the pkg-vdr-dvb-changes
mailing list