vdr/vdr/debian rules vdr.dirs vdr.links

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 03 Jun 2004 17:55:16 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv23213/vdr/vdr/debian

Modified Files:
	rules vdr.dirs vdr.links 
Log Message:
make /usr/lib/vdr/vdr-* executable; link R90.custom and S90.custom to /usr/share/vdr/{recordings|shutdown}-hooks/, not /usr/share/vdr/{recording|shutdown}-hooks

Index: vdr.links
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.links,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vdr.links	29 May 2004 23:48:22 -0000	1.5
+++ vdr.links	3 Jun 2004 17:55:14 -0000	1.6
@@ -10,5 +10,5 @@
 etc/vdr/sources.conf var/lib/vdr/sources.conf
 etc/vdr/svdrphosts.conf var/lib/vdr/svdrphosts.conf
 
-/etc/vdr/recording-hooks/R90.custom /usr/share/vdr/recording-hooks
-/etc/vdr/shutdown-hooks/S90.custom /usr/share/vdr/shutdown-hooks
+/etc/vdr/recording-hooks/R90.custom /usr/share/vdr/recording-hooks/
+/etc/vdr/shutdown-hooks/S90.custom /usr/share/vdr/shutdown-hooks/

Index: vdr.dirs
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.dirs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vdr.dirs	9 May 2004 15:42:42 -0000	1.5
+++ vdr.dirs	3 Jun 2004 17:55:14 -0000	1.6
@@ -6,5 +6,7 @@
 usr/sbin
 usr/share/lintian/overrides
 usr/share/vdr/command-hooks
+usr/share/vdr/recording-hooks
+usr/share/vdr/shutdown-hooks
 var/cache/vdr
 var/lib/vdr/plugins

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/rules,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- rules	31 May 2004 09:05:10 -0000	1.29
+++ rules	3 Jun 2004 17:55:14 -0000	1.30
@@ -103,6 +103,7 @@
 	dh_installchangelogs -i HISTORY -pvdr
 	dh_installchangelogs -i HISTORY -pvdr-dev
 	dh_install -i
+	chmod ugo+x $(CURDIR)/debian/vdr/usr/lib/vdr/vdr-*
 	dh_link -i
 	dh_strip -i
 	dh_compress -i