summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 3 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 85343d0..08a2fd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,8 @@
DEB_DH_GENCONTROL_ARGS_ALL = $(shell if [ -f "../.VYATTA_DEV_BUILD" ]; then \
echo "-- -v999.dev"; fi)
-include /usr/share/cdbs/1/rules/debhelper.mk
-
pre-build::
rm -f debian/files
- chmod +x init mkinitramfs
- chmod +x hooks/*
- for x in `find scripts/ -maxdepth 1 -type d | tail -n+2`; do \
- chmod -R +x $$x; \
- done
+
+%:
+ dh $@