* Add a dummy debian/rules rule in the kernel module rules file to fix
builds with make-kpkg. (Closes: #622260)
- 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
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: