[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
バグ報告についての Web 文書
- From: Nobuhiro Ban <ban.nobuhiro@xxxxxxxxx>
- Subject: バグ報告についての Web 文書
- Date: Fri, 29 Mar 2013 02:35:16 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=2GmTJOrTftKA28ubQVKkD1EDWgDo5ETVl3H8j6M/Irk=; b=EmuoRd2BxKZEH/M5WX85buqkLnpo3pw4Y2JCCFKBEd184Ud0sIUQc3JE+3ZLraMuck sVPK+2VddXEUv6o09R+1O7MkS/kzBG+qnmBAwy1vhiGk2UEwShEQ6XOFpMoBjPCpNSDS +ihf/65O8dXg0WJhA5uTKBc/+sHapAoSA27fcSCsE8IhOm6lVMB5GxitBx1sRNsN+IND P2J6FJavAOoIcRF0CqChxPv7qK9ux3gdTGmdk1slR4Mxz8pkltKCOEMZy30TKA2KN3GQ bmzS7VjmEqlSdltg6Yp2SZqhUQ/GWdRYVIbSA1HrisKQJUSjUK/DAo3pzuMhu/5IrDv9 arOg==
- List-help: <mailto:debian-doc-ctl@debian.or.jp?body=help>
- List-id: debian-doc.debian.or.jp
- List-owner: <mailto:debian-doc-admin@debian.or.jp>
- List-post: <mailto:debian-doc@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-doc-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-doc-ctl@debian.or.jp; help=<mailto:debian-doc-ctl@debian.or.jp?body=help>
- X-ml-name: debian-doc
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-doc-dist@debian.or.jp
- X-received: by 10.180.97.132 with SMTP id ea4mr17922429wib.23.1364492113964; Thu, 28 Mar 2013 10:35:13 -0700 (PDT)
- X-spam-checker-version: SpamAssassin 3.2.5 (2008-06-10) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-3.4 required=10.0 tests=KI,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.2.5
- Message-id: <CADQnRq78FRut1bWRbt=Brm-GDGBiVrS7meuy8+iRxPF9x_vhXw@xxxxxxxxxxxxxx>
- X-mail-count: 07589
番と申します。
バグレポートの重要度に何を指定すべきかを調べるために
http://www.debian.org/Bugs/Reporting を読んでいたのですが、
同ページ内におかしな記述を見つけたので報告します。
>dpkg を使ってバグ報告に必要なパッケージ名とバージョンを調べる
の節の
>あるコマンドについてバグ報告をするために reportbug を使うときには、grep と指定します。以下のコマンドで、自動的に正しいパッケージが選択され、 あなたが報告を正確に書けるようにします: reportbug --file $(which grep)
英文は
>When using reportbug to report a bug in a command, say grep, the following will automatically select the right package and let you write the report right away: reportbug --file $(which grep)
say って例示ですよね。他の部分も気になるので、変えるとしたら、このようでしょうか。
あるコマンド(例えば grep)についてバグ報告をするために reportbug を使う場合には、
以下のようにすると、自動的に正しいパッケージが選択され、すぐに報告を書けるようになります:
reportbug --file $(which grep)