summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-04-21 00:55:05 +0200
committermaximilian attems <maks@debian.org>2010-03-24 05:49:00 +0100
commitb5c928d159623f617f872323b7064ebfbf19a269 (patch)
tree6a3b39b4ac489307dc4c652715231aefc083851f /debian/rules
parent2a49aa8a48994806b96003b7ef702d8b5d3f4825 (diff)
switch from cdbs to debhelper 7
newest debhelper makefile is short and quick. inspiration from /usr/share/doc/debhelper/examples/rules.tiny. also drop useless pre-build rule, which seems to stem from old bzr. it was an vcs that didn't keep the permissions. Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 2 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
index 1376aa9..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-pre-build::
- chmod +x init mkinitramfs
- chmod +x hooks/*
- for x in `find scripts/ kernel/ -maxdepth 1 -type d | tail -n+2`; do \
- chmod -R +x $$x; \
- done
+%:
+ dh $@