From 35078b852c32b64eaf689bf599870a6c4663fd34 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 6 Sep 2005 06:40:34 +0000 Subject: [PATCH] ensure gencontrol.py is executable before attempting to execute it. svn path=/dists/trunk/linux-2.6/; revision=4130 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 64777eac2..2e7b32190 100755 --- a/debian/rules +++ b/debian/rules @@ -74,6 +74,7 @@ debian/control debian/rules.gen: debian/bin/gencontrol.py $(CONTROL_FILES) fi debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES) + chmod +x $< $< md5sum $^ > debian/control.md5sum @echo