[SCM] vdr-plugin-vdrcd packaging repository branch, master, updated. debian/0.0.10.1-44-1-gf7e78e4

etobi git at e-tobi.net
Thu Jun 7 21:12:51 UTC 2012


The following commit has been merged in the master branch:
commit f7e78e4f69c5a68af26d9981fc4acc4d9c7b348f
Author: etobi <git at e-tobi.net>
Date:   Thu Jun 7 22:57:18 2012 +0200

    Renamed mount.sh to mount and make sure it's executable

diff --git a/debian/changelog b/debian/changelog
index b893745..915a565 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-vdr-plugin-vdrcd (0.0.10.1-44) UNRELEASED; urgency=low
+vdr-plugin-vdrcd (0.0.10.1-45) experimental; urgency=low
+
+  * Renamed mount.sh to mount and make sure it's executable
+
+ -- Tobias Grimm <etobi at debian.org>  Thu, 07 Jun 2012 23:11:50 +0200
+
+vdr-plugin-vdrcd (0.0.10.1-44) experimental; urgency=low
 
   * Source format 3.0 (quilt)
   * Switched to debhelper 7 and dropped cdbs
diff --git a/debian/commands.vdrcd.conf b/debian/commands.vdrcd.conf
index 36edbd5..d4fcb98 100644
--- a/debian/commands.vdrcd.conf
+++ b/debian/commands.vdrcd.conf
@@ -1 +1 @@
-Eject CD : /usr/lib/vdr-plugin-vdrcd/mount.sh unmount /cdfs ; /usr/lib/vdr-plugin-vdrcd/mount.sh unmount /cdrom ; /usr/lib/vdr-plugin-vdrcd/mount.sh eject /cdrom
+Eject CD : /usr/lib/vdr-plugin-vdrcd/mount unmount /cdfs ; /usr/lib/vdr-plugin-vdrcd/mount unmount /cdrom ; /usr/lib/vdr-plugin-vdrcd/mount eject /cdrom
diff --git a/debian/install b/debian/install
index 97efeda..04dcfd6 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,5 @@
 libvdr-vdrcd.so.*               usr/lib/vdr/plugins/
 debian/plugin.vdrcd.conf        etc/vdr/plugins/
-debian/mount.sh                 usr/lib/vdr-plugin-vdrcd/
+debian/mount                    usr/lib/vdr-plugin-vdrcd/
 debian/commands.vdrcd.conf      etc/vdr/command-hooks/
 locale                          usr/share/
diff --git a/debian/mount.sh b/debian/mount
similarity index 100%
rename from debian/mount.sh
rename to debian/mount
diff --git a/debian/plugin.vdrcd.conf b/debian/plugin.vdrcd.conf
index f76833f..f0a1cb1 100644
--- a/debian/plugin.vdrcd.conf
+++ b/debian/plugin.vdrcd.conf
@@ -6,4 +6,4 @@
 # If you change the mount points /cdfs and /cdrom you probably have to change
 # the eject command in /etc/vdr/command-hooks/commands.vdrcd.conf too.
 #
--m /usr/lib/vdr-plugin-vdrcd/mount.sh -c /cdfs -c /cdrom
+-m /usr/lib/vdr-plugin-vdrcd/mount -c /cdfs -c /cdrom
diff --git a/debian/rules b/debian/rules
index 6c9a1b2..376efb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,11 @@ MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
 override_dh_auto_build:
 	dh_auto_build -- all $(MAKE_OPTIONS)
 
+override_dh_install:
+	dh_install
+	chmod a+x debian/vdr-plugin-vdrcd/usr/lib/vdr-plugin-vdrcd/mount
+
+
 override_dh_auto_clean:
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -rf locale libvdr-*.so.*

-- 
vdr-plugin-vdrcd packaging repository



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