Your message dated Fri, 26 Jun 2009 13:54:11 +0800
with message-id <[email protected]>
and subject line Re: reportbug: batch job usage instructions
has caused the Debian Bug report #293230,
regarding reportbug: batch job usage instructions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
293230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293230
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 3.5
Severity: wishlist

Please add batch job usage instructions and examples.

For instance, we want to use reportbug in this script,

#!/bin/sh -eu
# spellbugs -- report minor ispell/look bugs to Debian
# Copyright       : http://www.fsf.org/copyleft/gpl.html
# Author          : Dan Jacobson -- http://jidanni.org/
# Created On      : Thu Jan 27 12:49:47 2005
# Last Modified On: Tue Feb  1 09:15:04 2005
# Update Count    : 18

#Regarding what to do each time one finds a word missing from ispell,
#the iamerican maintainer said
#> Please file a *wishlist* bug report against
#> iamerican, that way I or whomever else gets
#> to it next will add your words when we can.

#Yuck, reportbug was never made for batch mode?
#echo -e 'n\n\n\n'|reportbug -c -m -S wishlist -s "$*" \
#--body="Perhaps missing from ispell(1) and/or look(1):
#`echo $@|xargs -n 1`" iamerican
#But want to exclude 'Versions of packages iamerican depends on:
#-- System Information:'

#So for now
mail \
-a 'X-Debbugs-No-Ack: please' \
-a Bcc:\ ${USER?} \
-s "iamerican: ${*?}" [email protected] <<EOF
Package: iamerican
Severity: wishlist
These might be missing from ispell(1) and/or look(1):

`echo $@|xargs -n 1`
EOF


--- End Message ---
--- Begin Message ---
ST> could you please check this bugs is still valid with the newer
ST> versions or reportbug?
I would but the reporter (er, me) seems to have included multiple
issues... All I know is I now use a script,
< /dev/null reportbug --template "$@"|perl -nwe 'print if /^Package: 
/../^$/'|xclip
that gives me what I want to paste into emacs... so I'll close this bug.


--- End Message ---

Reply via email to