]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Fix signing the generated the changes file on a kernel module build.
authorRuss Allbery <rra@debian.org>
Sat, 10 Nov 2007 03:30:57 +0000 (03:30 +0000)
committerRuss Allbery <rra@debian.org>
Sat, 10 Nov 2007 03:30:57 +0000 (03:30 +0000)
  The module build file reorganization required an additional change to
  genchanges.  Thanks, Anders Kaseorg.  (Closes: #448449)

debian/changelog
debian/module/genchanges

index 22d1e58c47cb5ae4642515034484da343c9e9e7a..f150f9135171075ee9a18a6cdd1d1e2b17870e9c 100644 (file)
@@ -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 <rra@debian.org>  Fri, 09 Nov 2007 19:09:32 -0800
 
 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
 
index e38781bccc4e36e11e85e742c26750fce0ae6933..5aa47cc86f9a023fa9b4f01c905911e40acac297 100644 (file)
@@ -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/.." \