diff options
author | Peter Pentchev <roam@ringlet.net> | 2009-06-23 08:47:04 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-06-23 08:47:04 +0900 |
commit | 793b0e7c34fb005095da1ebf2100c288185a6cb6 (patch) | |
tree | a034faad71e4c51fd31c452d0c8570159824625a /debian/rules | |
parent | f9530acf981299d9526e02cdf0af6b1c8838d02c (diff) | |
download | pbuilder-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-x | debian/rules | 2 |
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 |