aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2009-06-23 08:47:04 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2009-06-23 08:47:04 +0900
commit793b0e7c34fb005095da1ebf2100c288185a6cb6 (patch)
treea034faad71e4c51fd31c452d0c8570159824625a /debian/rules
parentf9530acf981299d9526e02cdf0af6b1c8838d02c (diff)
downloadpbuilder-793b0e7c34fb005095da1ebf2100c288185a6cb6.tar
pbuilder-793b0e7c34fb005095da1ebf2100c288185a6cb6.tar.gz
Bump the debhelper compatibility level to 7: dh_prep instead of dh_clean -k.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 9db626a..da9ccea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) check