[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#806853: byhand-win32-loader script TARGET directory wrong for uploads to sid



Package: ftp.debian.org
Severity: important

Dear FTP Masters,

I recently uploaded win32-loader 0.7.11 to unstable with a _source.changes,
resulting in an automated arch:all build.

For a reason not relevant to this bugreport, the final _all.changes as uploaded
by the buildd had 'sid' as suite, and the two "byhand" files
(win32-loader.{exe,txt}) landed in debian/tools/win32-loader/sid/ instead of
…/unstable/.

> # NOTE: it may be better to pass this to the script as a parameter!
> SUITE="$(grep "^Distribution:" "$CHANGES" | awk '{print $2}')"
> case $SUITE in
>     "")
> 	    echo "Error: unable to determine suite from Changes file"
>         exit 1
> 	    ;;
>     unstable|sid)
> 	    : # nothing to do

A simple fix would be to `TARGET="unstable"` here.

> 	    ;;
>     *)
> 	    SUITE="${SUITE}-proposed-updates"
> 	    ;;
> esac

I'm likely to upload 0.7.12 soon to fix a premature VCS-Browser change, I'll
therefore wait for this fix, as a test-case.

Cheers,

OdyX


Reply to: