From 3464aae9219e197036f70a4688e88e9cc3d25c9a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 22 Jul 2011 09:21:04 -0700 Subject: [PATCH] Another module rules fix for make-kpkg * Add another dummy rule for ./debian/rules to the kernel module rules file to fix another variation of make-kpkg breakage. --- debian/changelog | 7 +++++++ debian/module/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 51ef4bf67..61606325c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openafs (1.6.0~pre7-2) UNRELEASED; urgency=low + + * Add another dummy rule for ./debian/rules to the kernel module rules + file to fix another variation of make-kpkg breakage. + + -- Russ Allbery Fri, 22 Jul 2011 09:20:56 -0700 + openafs (1.6.0~pre7-1) unstable; urgency=low * New upstream prerelease. diff --git a/debian/module/rules b/debian/module/rules index 1eac3417a..59d6548f1 100755 --- a/debian/module/rules +++ b/debian/module/rules @@ -31,7 +31,7 @@ moduledir := debian/$(modulepkg)/lib/modules/$(KVERS)/fs # make-kpkg tries to rebuild debian/rules first, so add a dummy target to # avoid our dh wildcard rule and a fatal error. -debian/rules: +debian/rules ./debian/rules: # This setup must be done before running any other target if it hasn't # already been done. -- 2.39.5