diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-05-24 07:53:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-05-24 07:53:00 +0000 |
commit | 7cd113f3b354f741462035f359c7294f0998b02d (patch) | |
tree | 091d7ceba69653fd5eb647a7998c828df745c743 /Distrib | |
parent | 0e3f36c57a9c833ec94e43a24751cb343c8433d7 (diff) |
none
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/GNUDebianBuildProcess.mdwn | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/Distrib/GNUDebianBuildProcess.mdwn b/Distrib/GNUDebianBuildProcess.mdwn new file mode 100644 index 00000000..821c5ddb --- /dev/null +++ b/Distrib/GNUDebianBuildProcess.mdwn @@ -0,0 +1,84 @@ +components, required and somewhat related: + +### <a name="Software_States"> Software States </a> + +* Upstream source +* Debian Source Package +* Debian Binary Package + +### <a name="Groups"> Groups </a> + +* software author(s) +* Debian Package Maintainer +* ftp-masters +* QA +* porters +* system administrators +* users + +### <a name="Build_Software_amp_Systems"> Build Software & Systems </a> + +* [wanna-build](http://m68k.debian.org/buildd/getting.html) +* [buildd](http://buildd.debian.org/stats/) +* [quinn-diff](http://buildd.debian.org/quinn-diff/) +* [katie](http://ftp-master.debian.org) (was dinstall), ftp-master + * [update-excuses](http://ftp-master.debian.org/testing/update_excuses.html) +* [andrea](http://buildd.debian.org/andrea/), see wanna-build for source +* [statistics](http://buildd.debian.org/stats/) +* fakeroot +* sbuild +* pbuilder +* [Package Tracking System](http://lists.debian.org/debian-devel-announce/2002/debian-devel-announce-200201/msg00011.html) (PTS) +* [Bug Tracking System](http://bugs.debian.org) (BTS) + * Release Critical mailing to <debian-devel-announce@lists.debianNOSPAM.org> +* [Work Needed and Prospective Packages](http://www.debian.org/devel/wnpp/) (WNPP) +* [Lintian](http://lintian.debian.org/) + +<table border="1" cellpadding="1" cellspacing="0"> + <tr> + <th bgcolor="#99CCCC"><strong>Inputs</strong></th> + <th bgcolor="#99CCCC"><strong>1</strong></th> + <th bgcolor="#99CCCC"><strong>2</strong></th> + <th bgcolor="#99CCCC"><strong>3</strong></th> + <th bgcolor="#99CCCC"><strong>4</strong></th> + </tr> + <tr> + <td> </td> + <td> X </td> + <td> </td> + <td> </td> + <td> </td> + <th bgcolor="#99CCCC"><strong>1</strong></th> + </tr> + <tr> + <td> </td> + <td> </td> + <td> X </td> + <td> </td> + <td> </td> + <th bgcolor="#99CCCC"><strong>2</strong></th> + </tr> + <tr> + <td> </td> + <td> </td> + <td> </td> + <td> X </td> + <td> </td> + <th bgcolor="#99CCCC"><strong>3</strong></th> + </tr> + <tr> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td> X </td> + <th bgcolor="#99CCCC"><strong>4</strong></th> + </tr> + <tr> + <td> </td> + <td colspan="4"> </td> + <th align="right" bgcolor="#99CCCC"><strong>Outputs</strong></th> + </tr> +</table> + +-- [[Main/GrantBow]] - 24 May 2002 |