summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2004-03-03 00:36:00 +0000
committerGrant Bowman <grantbow at grantbow dot com>2004-03-03 00:36:00 +0000
commit8d9fabb55c8b56594ed662af1b4cff96da3d9c97 (patch)
tree28c6c8caa14d00a9aca0ebf173f7349856268ed8 /Distrib
parentef9c26bab254d76e225c8432fb35479936119036 (diff)
none
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/GNUDebianBuildProcess.mdwn57
1 files changed, 44 insertions, 13 deletions
diff --git a/Distrib/GNUDebianBuildProcess.mdwn b/Distrib/GNUDebianBuildProcess.mdwn
index 821c5ddb..dcf0b3e4 100644
--- a/Distrib/GNUDebianBuildProcess.mdwn
+++ b/Distrib/GNUDebianBuildProcess.mdwn
@@ -1,38 +1,67 @@
-components, required and somewhat related:
+components, required and somewhat related - BEFORE you have .debs
### <a name="Software_States"> Software States </a>
* Upstream source
* Debian Source Package
+ * Component (main, contrib, non-free, non-US, updates, security)
+ * Build-depends
* Debian Binary Package
+ * Component (main, contrib, non-free, non-US, updates, security)
+ * Priority
+ * Section
### <a name="Groups"> Groups </a>
* software author(s)
-* Debian Package Maintainer
+* Debian Package Maintainers, Co-Maintainers &amp; uploaders
* ftp-masters
* QA
-* porters
+* bug-filers
+* porters for supported platforms (i386, m69k, sparc, alpha, powerpc, arm, mips, mipsel, hppa, ia64, s390)
+* porters for unreleased platforms (amd64, sh)
+* porters of non-linux platforms (hurd-i386, netbsd-i386, netbsd-alpha, freebsd-i386)
+* International translation providers
* system administrators
* users
### <a name="Build_Software_amp_Systems"> Build Software &amp; 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/)
+* wanna-build available in the buildd [CVS](http://m68k.debian.org/buildd/getting.html)
+* buildd [CVS](http://m68k.debian.org/buildd/getting.html), [statistics](http://buildd.debian.org/stats/)
+* [quinn-diff](http://buildd.debian.org/quinn-diff/) with anon-CVS
* [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
+ * update-excuses [output](http://ftp-master.debian.org/testing/update_excuses.html)
+* andrea, see wanna-build for source (no longer at <http://buildd.debian.org/andrea/>
+* [fakeroot](http://packages.qa.debian.org/fakeroot)
+* [sbuild](http://packages.qa.debian.org/sbuild)
+* [pbuilder](http://packages.qa.debian.org/pbuilder)
+* turtle \[[http://lists.debian.org/debian-hurd/2001/debian-hurd-200103/msg00328.html]\[reference]
* [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/)
+* [apt-proxy](http://packages.qa.debian.org/apt-proxy) or [apt-cacher](http://packages.qa.debian.org/apt-cacher)
+* [reportbug](http://packages.qa.debian.org/reportbug)
+* [dpkg](http://packages.qa.debian.org/dpkg)
+* [apt](http://packages.qa.debian.org/apt)
+* grep-dctrl
+* dpkg-awk
+
+### <a name="Input_amp_Output_Files_Formats"> Input &amp; Output Files/Formats </a>
+
+* sources file from an archive
+* packages file from an archive
+* log from build process
+* lintian report
+* debcheck report
+* upstream related files (tar.gz, dsc [[SampleDscFile]])
+* source deb
+* binary deb
+* /etc/apt/sources.list file
+* bug reports
+* web pages
<table border="1" cellpadding="1" cellspacing="0">
<tr>
@@ -81,4 +110,6 @@ components, required and somewhat related:
</tr>
</table>
--- [[Main/GrantBow]] - 24 May 2002
+also see [[GNUDebianPackages]] for information on what you can do AFTER you have .debs.
+
+-- [[Main/GrantBow]] - 03 March 2004