From a4fd0971601baa9e0210d817e36d3576170841a1 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 18 Apr 2002 17:13:57 +0000 Subject: [PATCH] Update for new version --- debian/changelog | 7 +++++++ debian/control.module | 2 +- debian/control.module-image | 2 +- debian/genchanges.sh | 6 +++--- debian/prep-modules | 3 ++- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f3676fb2..526d9cd1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 Thu, 18 Apr 2002 13:13:16 -0400 + openafs (1.2.3final2-4) unstable; urgency=low * Move from non-us to main. diff --git a/debian/control.module b/debian/control.module index 94db7690f..7ceb277b4 100644 --- a/debian/control.module +++ b/debian/control.module @@ -1,5 +1,5 @@ Source: openafs -Section: non-us/main +Section: net Priority: optional Maintainer: Sam Hartman Standards-Version: 3.1.1 diff --git a/debian/control.module-image b/debian/control.module-image index b43b5f007..7d38b409b 100644 --- a/debian/control.module-image +++ b/debian/control.module-image @@ -1,5 +1,5 @@ Source: openafs -Section: non-us/main +Section: net Priority: optional Maintainer: Sam Hartman Standards-Version: 3.1.1 diff --git a/debian/genchanges.sh b/debian/genchanges.sh index d5e6dc573..5d50cd542 100644 --- a/debian/genchanges.sh +++ b/debian/genchanges.sh @@ -14,9 +14,9 @@ ARCH=`dpkg --print-architecture` 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" diff --git a/debian/prep-modules b/debian/prep-modules index 939976d7a..ed0570304 100644 --- a/debian/prep-modules +++ b/debian/prep-modules @@ -10,7 +10,7 @@ fi changelog="$1/debian/changelog" if [ -n "$KVERS" ] && [ -n "$KDREV" ]; then - linuxversion=$KVERS + linuxversion=$KVERS${INT_SUBARCH} kernversion=$KDREV elif [ ! -f $changelog ]; then @@ -21,6 +21,7 @@ elif [ ! -f $changelog ]; then if [ -z "$KDREV" ]; then kernversion=$linuxversion-0 else + linuxversion=${linuxversion}${INT_SUBARCH} kernversion=$KDREV fi -- 2.39.5