r1111 - vdr/vdr/trunk/debian
Thomas Schmidt
tschmidt at costa.debian.org
Wed Aug 31 20:31:16 UTC 2005
Author: tschmidt
Date: 2005-08-31 20:31:15 +0000 (Wed, 31 Aug 2005)
New Revision: 1111
Modified:
vdr/vdr/trunk/debian/rules
Log:
vdr: make depenencies.sh executable, and use octal notation for chmod calls in debian/rules ;-)
Modified: vdr/vdr/trunk/debian/rules
===================================================================
--- vdr/vdr/trunk/debian/rules 2005-08-31 20:20:30 UTC (rev 1110)
+++ vdr/vdr/trunk/debian/rules 2005-08-31 20:31:15 UTC (rev 1111)
@@ -49,9 +49,9 @@
touch build-stamp
patchlevel:
- chmod +x debian/patchlevel.sh
+ chmod 0755 debian/patchlevel.sh
debian/patchlevel.sh make
- chmod +x debian/extract-patchinfo
+ chmod 0755 debian/extract-patchinfo
debian/extract-patchinfo >debian/patchinfo
clean: clean-patched unpatch
@@ -84,7 +84,10 @@
# patchlevel file:
install -D -m644 patchlevel debian/vdr-dev/usr/include/vdr/patchlevel || true
-
+
+ # make dependencies.sh executable
+ chmod 0755 debian/dependencies.sh
+
# All other files will be installed using dh_install.
# Build architecture-independent files here.
More information about the pkg-vdr-dvb-changes
mailing list