From 534c5e12049a8d5c43a8c6912cfb74b27273e564 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 28 Dec 2000 22:00:20 +0000 Subject: [PATCH] included fixes from bug #80740; described testing; described package pools (this particular part required quite a bit of changes, and it might be a bit rough, but it's a start); described the frozen test cycles et al; some other smaller fixes git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@1077 313b444b-1b9f-4f58-a734-7bb04f332e8d --- developers-reference.sgml | 163 +++++++++++++++++++++----------------- 1 file changed, 92 insertions(+), 71 deletions(-) diff --git a/developers-reference.sgml b/developers-reference.sgml index 4149d20..3cc79e0 100644 --- a/developers-reference.sgml +++ b/developers-reference.sgml @@ -5,7 +5,7 @@ %commondata; - + @@ -270,7 +270,7 @@ post to that list and an experienced developer will volunteer to help. There's a LDAP database containing many informations concerning all developers, you can access it at . You can update your password (this password is propagated to most of the machines -that are accessible to you), your adress, your country, the latitude and +that are accessible to you), your address, your country, the latitude and longitude of the point where you live, phone and fax numbers, your preferred shell, your IRC nickname, your web page and the email that you're using as alias for your debian.org email. Most of the information @@ -303,8 +303,9 @@ Most developers take vacations, and usually this means that they can't work for Debian and they can't be reached by email if any problem occurs. The other developers need to know that you're on vacation so that they'll do whatever is needed when such a problem occurs. Usually this means that -other developers are allowed to NMU your package if a big problem (release -critical bugs, security update, ...) occurs while you're on vacation. +other developers are allowed to NMU (see ) your package if a +big problem (release critical bugs, security update, ...) occurs while +you're on vacation.

In order to inform the other developers, there's two things that you should do. First send a mail to &email-debian-private; giving the period of time when @@ -348,10 +349,10 @@ you can't fix such bugs within 2 weeks, you should either ask for help by sending a mail to the Quality Assurance (QA) group (&email-debian-qa;) or justify yourself and present your plan to fix it by sending a mail to the bug concerned report. Otherwise people -from the QA group may want to do a Non Maintainer Upload (NMU) after -trying to contact you (they might not wait as long as usual before -they do their NMU if they have seen no recent activity from you on the -BTS). +from the QA group may want to do a Non-Maintainer Upload (see +) after trying to contact you (they might not wait as long as +usual before they do their NMU if they have seen no recent activity from you +on the BTS). Quality Assurance Effort

@@ -406,12 +407,7 @@ request to be copied. Anyone who posts to a mailing list should read it to see the responses.

The following are the core Debian mailing lists: &email-debian-devel;, -&email-debian-policy;, &email-debian-user; - - - - -, &email-debian-private;, +&email-debian-policy;, &email-debian-user;, &email-debian-private;, &email-debian-announce;, and &email-debian-devel-announce;. All developers are expected to be subscribed to at least &email-debian-private; and &email-debian-devel-announce;. There are @@ -569,35 +565,45 @@ The Debian GNU/Linux distribution consists of a lot of Debian packages (.deb's, currently around &number-of-pkgs;) and a few additional files (documentation, installation disk images, etc.).

-Here is an example directory tree of a complete Debian distribution: +Here is an example directory tree of a complete Debian archive:

&sample-dist-dirtree;

-As you can see, the top-level directory of the distribution contains -three directories, namely main, contrib, and -non-free. These directories are called sections. -

-In each section, there is a directory with the source packages -(source), a directory for each supported architecture +As you can see, the top-level directory contains two directories, +dists/ and pool/. The latter is a ``pool'' in which the +packages actually are, and which is handled by the archive maintenance +database and the accompanying programs. The former contains the +distributions, stable, testing and unstable. +Each of those distribution directories is divided in equivalent +subdirectories purpose of which is equal, so we will only explain how it +looks in stable. The Packages and Sources files in the +distribution subdirectories can reference files in the pool/ +directory. +

+dists/stable contains three directories, namely main, +contrib, and non-free. +

+In each of the areas, there is a directory with the source packages +(source), a directory for each supported architecture (binary-i386, binary-m68k, etc.), and a directory for architecture independent packages (binary-all).

-The main section contains additional directories which holds +The main area contains additional directories which holds the disk images and some essential pieces of documentation required for installing the Debian distribution on a specific architecture (disks-i386, disks-m68k, etc.).

-The binary and source directories are divided +The binary-* and source directories are divided further into subsections. Sections

-The main section is what makes up the official Debian -GNU/Linux distribution. The main section is official -because it fully complies with all our guidelines. The other two -sections do not, to different degrees; as such, they are not -officially part of Debian. +The main section of the Debian archive is what makes up the +official Debian GNU/Linux distribution. +The main section is official because it fully complies with +all our guidelines. The other two sections do not, to different degrees; +as such, they are not officially part of Debian GNU/Linux.

Every package in the main section must fully comply with the (DFSG) and @@ -606,16 +612,16 @@ id="&url-debian-policy;" name="Debian Policy Manual">. The DFSG is our definition of ``free software.'' Check out the Debian Policy Manual for details.

+Packages in the contrib section have to comply with the DFSG, +but may fail other requirements. For instance, they may depend on +non-free packages. +

Packages which do not apply to the DFSG are placed in the non-free section. These packages are not considered as part of the Debian distribution, though we support their use, and we provide infrastructure (such as our bug-tracking system and mailing lists) for non-free software packages.

-Packages in the contrib section have to comply with the DFSG, -but may fail other requirements. For instance, they may depend on -non-free packages. -

The contains a more exact definition of the three sections. The above discussion is just an introduction. @@ -654,7 +660,7 @@ Debian GNU/Linux 1.3 is only available as i386. Debian 2.0 shipped for i386 and m68k architectures. Debian 2.1 ships for the i386, m68k, alpha, and sparc architectures. Debian 2.2 adds support for the -powerpc architecture. +powerpc and arm architectures.

Information for developers or uses about the specific ports are available at the Package uploads @@ -920,16 +940,17 @@ Notably, the Distribution field, which originates from the debian/changelog file, indicates which distribution the package is intended for. There are four possible values for this field: `stable', `unstable', `frozen', or `experimental'; these values -can also be combined. For instance, if you have a crucial security -fix release of a package, and the package has not diverged between the -stable and unstable distributions, then you might -put `stable unstable' in the changelog's -Distribution field. Or, if Debian has been frozen, and you +can also be combined. Or, if Debian has been frozen, and you want to get a bug-fix release into frozen, you would set the distribution to `frozen unstable'. (See for more information on when to upload to frozen.) Note that it never makes sense to combine the experimental distribution with -anything else. Also note that setting the distribution to `stable' means +anything else. +

+You should avoid combining `stable' with others because of potential +problems with library dependencies (for your package and for the package +built by the build daemons for other architecture). +Also note that setting the distribution to `stable' means that the package will be placed into the proposed-updates directory of the Debian archive for further testing before it is actually included in stable. The Release Team (which can be reached at @@ -1545,7 +1566,7 @@ In a binary NMU, no real changes are being made to the source. You do not need to touch any of the files in the source package. This includes debian/changelog.

-Sometimes you need to recompile a packages against other packages +Sometimes you need to recompile a package against other packages which have been updated, such as libraries. You do have to bump the version number in this case, so that the upgrade system can function properly. Even so, these are considered binary-only NMUs -- there is -- 2.30.2