[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maint-guide (chapter 2)
- From: victory <victory.deb@xxxxxxxxx>
- Subject: Re: maint-guide (chapter 2)
- Date: Thu, 2 Dec 2010 01:03:09 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=CBlFef6Dbcld7S9IRRSJJLuzGiZVQOcNUksxnLDHfwA=; b=e96wr/8VUfwvwOwUN3OrRoRQIXCZ8HqbjZGIm0OudrGXSJ72P/qAvbTPZRYNLt5/Of r0jzPmQuo5i5WZ3e7uOU+UWMHE44qEHgAl6IdwULZSo9xLe+OUeAQwdJ7sNVUlCdmg5a wxp907+4ljjyv3JwhQfoPKbhLgSXPsoXPR5SI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=Npht7jJaOUgQSjaKeDJMKNGi/5Q9XXiL5ATj7RxkL6FpAKssULV9KFNlny3082I0Af m0AXMIZHqUtUrmPCZObdkfQaMffUNr1GfnKxlN9xOmOrdfZfQ9HaquBrlCSgYxqmRsKI pSictSBdOep/yY92W/b0sqnHTh1bHfJ5HWYAM=
- 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-spam-checker-version: SpamAssassin 3.1.7-deb3 (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-2.4 required=10.0 tests=KI autolearn=disabled version=3.1.7-deb3
- References: <87hbeytl4e.wl%lurdan@xxxxxxxxx>
- Message-id: <20101202005940.7b885899.victory.deb@xxxxxxxxx>
- X-mail-count: 06903
- X-mailer: Sylpheed 3.0.2 (GTK+ 2.10.14; i686-pc-mingw32)
On Wed, 1 Dec 2010 09:02:33 +0900
KURASHIKI Satoru wrote:
> #. type: <p><example>
> #: maint-guide.en.sgml:596
> "Autotools を使ったワークフローの最初の一歩は、上流の作者がソースディレクトリ"
> "で \"<tt>autoreconf -i -f</tt>\" を実行し、生成されたファイルと一緒にこのソー"
> "ス配布することです。\n"
このソースを
> #. type: <p><example>
> #: maint-guide.en.sgml:615
> "Autotools のワークフローの次のステップでは、通常はユーザがこの配布されている"
> "ソースを入手して、ソースディレクトリで \"<tt>./configure && make</tt>"
> "\" を実行することで、プログラムを <prgn><var>binary</var></prgn> にコンパイル"
> "します。"
この配布されているソースをユーザが入手して
> #. type: <p></p>
> #: maint-guide.en.sgml:739
> "ソース中の<file>debian</file>ディレクトリにたくさんのテンプレートファイルが作"
> "成されていることにも注意が必要です。これらについては、<ref id=\"dreq\"> と "
> "<ref id=\"dother\"> で説明します。パッケージ作成が自動的な過程ではないことも"
> "理解しておかねばなりません。<ref id=\"modify\"> のように、アップストリームの"
上流
--
victory