+openafs (1.2.3final2-5) unstable; urgency=medium
+
+ * Fix subarch handling, closes: #139662
+ * Update module control files to use net not non-us
+
+ -- Sam Hartman <hartmans@debian.org> Thu, 18 Apr 2002 13:13:16 -0400
+
openafs (1.2.3final2-4) unstable; urgency=low
* Move from non-us to main.
Source: openafs
-Section: non-us/main
+Section: net
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Standards-Version: 3.1.1
Source: openafs
-Section: non-us/main
+Section: net
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Standards-Version: 3.1.1
mprefix=`grep Package: debian/control.module | cut -d' ' -f 2 | cut -d= -f 1`
# the changes file's name
-chfile="$KSRC/../$mprefix${KVERS}_${MODVERS}_${ARCH}.changes"
+chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes"
dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \
- -cdebian/control > "$chfile.pt"
-pgp -fast ${KMAINT:+-u"$KMAINT"} < "$chfile.pt" > "$chfile"
+ -cdebian/control > "$chfile"
+#pgp -fast ${KMAINT:+-u"$KMAINT"} < "$chfile.pt" > "$chfile"
rm "$chfile.pt"
changelog="$1/debian/changelog"
if [ -n "$KVERS" ] && [ -n "$KDREV" ]; then
- linuxversion=$KVERS
+ linuxversion=$KVERS${INT_SUBARCH}
kernversion=$KDREV
elif [ ! -f $changelog ]; then
if [ -z "$KDREV" ]; then
kernversion=$linuxversion-0
else
+ linuxversion=${linuxversion}${INT_SUBARCH}
kernversion=$KDREV
fi