The module build file reorganization required an additional change to
genchanges. Thanks, Anders Kaseorg. (Closes: #448449)
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 <rra@debian.org> Fri, 09 Nov 2007 19:09:32 -0800
openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
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/.." \