From: Russ Allbery Date: Fri, 22 Jul 2011 16:21:04 +0000 (-0700) Subject: Another module rules fix for make-kpkg X-Git-Tag: debian/1.6.0.pre7-2~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3464aae9219e197036f70a4688e88e9cc3d25c9a;p=packages%2Fo%2Fopenafs.git 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. --- 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.