r793 - vdr/vdr-plugin-mp3/trunk/debian
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat Jul 9 14:45:37 UTC 2005
Author: tschmidt
Date: 2005-07-09 14:45:37 +0000 (Sat, 09 Jul 2005)
New Revision: 793
Modified:
vdr/vdr-plugin-mp3/trunk/debian/changelog
vdr/vdr-plugin-mp3/trunk/debian/rules
Log:
vdr-plugin-mp3: make mount.sh executable in debian/rules
Modified: vdr/vdr-plugin-mp3/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/changelog 2005-07-06 20:56:14 UTC (rev 792)
+++ vdr/vdr-plugin-mp3/trunk/debian/changelog 2005-07-09 14:45:37 UTC (rev 793)
@@ -1,3 +1,12 @@
+vdr-plugin-mp3 (0.9.12-7) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ * Thomas Schmidt <tschmidt@debian.org>
+ - Make /usr/lib/vdr-plugin-mp3/mount.sh executable in debian/rules
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sat, 9 Jul 2005 14:43:03 +0200
+
vdr-plugin-mp3 (0.9.12-6) unstable; urgency=low
* Thomas Schmidt <tschmidt@debian.org>
Modified: vdr/vdr-plugin-mp3/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/rules 2005-07-06 20:56:14 UTC (rev 792)
+++ vdr/vdr-plugin-mp3/trunk/debian/rules 2005-07-09 14:45:37 UTC (rev 793)
@@ -62,7 +62,7 @@
# install mount.sh and mp3sources.conf
cp $(CURDIR)/examples/mp3sources.conf.example $(CURDIR)/debian/$(PACKAGE)/etc/vdr/plugins/mp3sources.conf
#cp $(CURDIR)/examples/mount.sh.example $(CURDIR)/debian/$(PACKAGE)/usr/lib/$(PACKAGE)/mount.sh
- #chmod ugo+x $(CURDIR)/debian/$(PACKAGE)/usr/lib/$(PACKAGE)/mount.sh
+ chmod 755 $(CURDIR)/debian/$(PACKAGE)/usr/lib/$(PACKAGE)/mount.sh
# Build architecture-independent files here.
binary-indep: build install
More information about the pkg-vdr-dvb-changes
mailing list