missing genchanges script.
* Remove the workaround added for 2.6.20 and 2.6.21 kernels with
CONFIG_PARAVIRT enabled. The mistaken GPL-labelling of core
interfaces was fixed in 2.6.22, which has now migrated to testing.
+ * Fix make kdist in openafs-modules-source, inadvertently broken by a
+ missing genchanges script.
- -- Russ Allbery <rra@debian.org> Mon, 15 Oct 2007 23:24:40 -0700
+ -- Russ Allbery <rra@debian.org> Mon, 15 Oct 2007 23:28:11 -0700
openafs (1.4.4.dfsg1-7) unstable; urgency=low
+++ /dev/null
-#!/bin/sh
-# genchanges.sh - generate a changes file for a deb file generated via
-# the make-kpkg utility
-
-# KSRC, KVERS, KMAINT, and KEMAIL are expected to be passed through the
-# environment.
-
-set -e
-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`
-chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes"
-
-dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \
- -cdebian/control > "$chfile"
-#debsign "$chfile"
--- /dev/null
+#!/bin/sh
+# genchanges.sh - generate a changes file for a deb file generated via
+# the make-kpkg utility
+
+# KSRC, KVERS, KMAINT, and KEMAIL are expected to be passed through the
+# environment.
+
+set -e
+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`
+chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes"
+
+dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \
+ -cdebian/control > "$chfile"
+#debsign "$chfile"
kdist: build-arch-stamp
$(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules binary-arch
KSRC="$(KSRC)" KMAINT="$(KMAINT)" KEMAIL="$(KEMAIL)" \
- sh -v debian/genchanges.sh
+ sh -v debian/genchanges
$(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules clean
kdist_clean: