From 8e1c1b681a07978f4e182b05a3dcca27a8600e54 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 Apr 2005 02:23:38 +0000 Subject: [PATCH] * make-kpkg doesn't run fakeroot for us but instead expects the module rules file to use $(ROOT_CMD) appropriately. (Closes: #237861) --- debian/changelog | 15 +++++++++------ debian/rules | 8 ++++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6f703cfe..18f11e6d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,14 @@ +openafs (1.3.81-4) UNRELEASED; urgency=low + + * make-kpkg doesn't run fakeroot for us but instead expects the module + rules file to use $(ROOT_CMD) appropriately. (Closes: #237861) + + -- + openafs (1.3.81-3) unstable; urgency=low - * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env and thus builds. + * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env + and thus builds. -- Sam Hartman Wed, 6 Apr 2005 19:54:24 -0400 @@ -717,8 +725,3 @@ openafs (1.0.snap20001103-1) unstable; urgency=low * Initial Release. -- unknown Fri, 3 Nov 2000 23:41:41 -0500 - -Local variables: -mode: debian-changelog -add-log-mailing-address "hartmans@snorklewacker.mit.edu" -End: diff --git a/debian/rules b/debian/rules index 6a82ff305..55c733e83 100755 --- a/debian/rules +++ b/debian/rules @@ -172,14 +172,14 @@ binary: binary-indep binary-arch ############################Module package support kdist_image: build-modules - $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. binary-modules - $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. clean + $(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. binary-modules + $(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. clean kdist: build-modules - $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. KERNEL_DEPENDS=y binary-modules + $(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. KERNEL_DEPENDS=y binary-modules KSRC="$(KSRC)" KMAINT="$(KMAINT)" KEMAIL="$(KEMAIL)" \ sh -v debian/genchanges.sh - $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. clean + $(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules MODDIR=$(KSRC)/.. clean -- 2.39.5