From 78d9bad1ab728c7481002882293ca817a6d05272 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 10 Nov 2007 03:30:57 +0000 Subject: [PATCH] * Fix signing the generated the changes file on a kernel module build. The module build file reorganization required an additional change to genchanges. Thanks, Anders Kaseorg. (Closes: #448449) --- debian/changelog | 5 ++++- debian/module/genchanges | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22d1e58c4..f150f9135 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ openafs (1.4.5.dfsg1-1) unstable; urgency=low * New upstream release. + * Fix signing the generated the changes file on a kernel module build. + The module build file reorganization required an additional change to + genchanges. Thanks, Anders Kaseorg. (Closes: #448449) - -- + -- Russ Allbery Fri, 09 Nov 2007 19:09:32 -0800 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low diff --git a/debian/module/genchanges b/debian/module/genchanges index e38781bcc..5aa47cc86 100644 --- a/debian/module/genchanges +++ b/debian/module/genchanges @@ -11,7 +11,7 @@ umask 022 MODVERS=`cat debian/VERSION | sed s/:/\+/` ARCH=`dpkg --print-architecture` -mprefix=`grep Package: debian/control.module | cut -d' ' -f 2 | cut -d= -f 1` +mprefix=`grep Package: debian/control.in | cut -d' ' -f 2 | cut -d= -f 1` chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes" dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \ -- 2.39.5