]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix builds with make-kpkg
authorRuss Allbery <rra@debian.org>
Thu, 16 Jun 2011 15:41:39 +0000 (08:41 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 16 Jun 2011 15:41:39 +0000 (08:41 -0700)
* Add a dummy debian/rules rule in the kernel module rules file to fix
  builds with make-kpkg.  (Closes: #622260)

debian/changelog
debian/module/rules

index 73e807781dfbb4e937b640f2099e8b6bc6e58ac3..67c24d3ff0a6a9396239dd984504b0d49a6cd6a5 100644 (file)
@@ -10,6 +10,8 @@ openafs (1.6.0~pre6-1) unstable; urgency=low
     - Fix callback state handling with demand-attach when salvaged.
     - Fix reference leak in GetCapabilities.
     - Document DNS SRV record usage in afsd man page.
+  * Add a dummy debian/rules rule in the kernel module rules file to fix
+    builds with make-kpkg.  (Closes: #622260)
 
  -- Russ Allbery <rra@debian.org>  Thu, 16 Jun 2011 08:38:10 -0700
 
index 6cfc96269d08749abd01ca440ea0f4b9f0e339ce..1eac3417a4da1dbd606b7da7397b8a11e7002300 100755 (executable)
@@ -29,6 +29,10 @@ package    = openafs
 modulepkg := openafs-modules-$(KVERS)${INT_SUBARCH}
 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:
+
 # This setup must be done before running any other target if it hasn't
 # already been done.
 setup: