X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=resources.dbk;h=61d8748b3361d541752dcd3abc5c51e93185ae74;hp=57b3824f18faf2c02783c0a0f65be812ea79f1bd;hb=79b9d81a6f9ce29c45d9ef9c5e8d26e49c47302e;hpb=917680c03685a473f8fc55f8aeb2238991b48101 diff --git a/resources.dbk b/resources.dbk index 57b3824..61d8748 100644 --- a/resources.dbk +++ b/resources.dbk @@ -141,7 +141,8 @@ similarly named channels for speakers of other languages. The main channel for Debian development is #debian-devel. -It is a very active channel since usually over 150 people are always logged in. +It is a very active channel; it will typically have a minimum of 150 people +at any time of day. It's a channel for people who work on Debian, it's not a support channel (there's #debian for that). It is however open to anyone who wants to lurk (and learn). Its topic is commonly full of interesting @@ -164,7 +165,7 @@ talk about documentation, like the document you are reading. Other channels are dedicated to an architecture or a set of packages: #debian-kde, #debian-dpkg, #debian-jr, #debian-edu, -#debian-oo (OpenOffice package) ... +#debian-oo (OpenOffice.org package)... Some non-English developers' channels exist as well, for example @@ -221,7 +222,7 @@ volunteers. Please take care to protect your Debian passwords and SSH keys installed on Debian machines. Avoid login or upload methods which send passwords over the -Internet in the clear, such as telnet, FTP, POP etc. +Internet in the clear, such as Telnet, FTP, POP etc. Please do not put any material that doesn't relate to Debian on the Debian @@ -237,7 +238,8 @@ etc. If you have a problem with the operation of a Debian server, and you think that the system operators need to be notified of this problem, you can check the list of open issues in the DSA queue of our request tracker at (you can login with user "guest" and password "readonly"). +url="&url-rt;" /> (you can login with user "debian", its password is available at +master.debian.org:&file-debian-rt-password;). To report a new problem, simply send a mail to &email-rt-dsa; and make sure to put the string "Debian RT" somewhere in the subject. @@ -259,9 +261,6 @@ mirrored to another server. the Bug Tracking System (BTS). -It is restricted; a mirror is available on merkel. - - If you plan on doing some statistical analysis or processing of Debian bugs, this would be the place to do it. Please describe your plans on &email-debian-devel; before implementing anything, however, to @@ -277,13 +276,13 @@ the Debian archive. Generally, package uploaded to &ftp-upload-host; end up on this server, see . -It is restricted; a mirror is available on merkel. +It is restricted; a mirror is available on &ftp-master-mirror;. Problems with the Debian FTP archive generally need to be reported as bugs against the &ftp-debian-org; pseudo-package or an email to &email-ftpmaster;, but also see -the procedures in . +the procedures in . @@ -333,7 +332,7 @@ Send mail to &email-debian-devel; if you have any questions. The VCS servers If you need to use a Version Control System for any of your Debian work, -you can use one the existing repositories hosted on Alioth or you can +you can use one of the existing repositories hosted on Alioth or you can request a new project and ask for the VCS repository of your choice. Alioth supports CVS (cvs.alioth.debian.org/cvs.debian.org), Subversion (svn.debian.org), Arch (tla/baz, both on arch.debian.org), Bazaar @@ -357,7 +356,7 @@ Executing shell in chroot: /org/vore.debian.org/chroots/user/unstable In all chroots, the normal user home directories are available. You can find out which chroots are available via -&url-devel-machines;. +. @@ -453,13 +452,13 @@ distributions is arranged in an identical manner. What we describe below for In each of the areas, there is a directory for the source packages (source) and a directory for each supported architecture -(binary-i386, binary-m68k, etc.). +(binary-i386, binary-amd64, etc.). The main area contains additional directories which hold the disk images and some essential pieces of documentation required for installing the Debian distribution on a specific architecture -(disks-i386, disks-m68k, etc.). +(disks-i386, disks-amd64, etc.).
Sections @@ -487,7 +486,7 @@ non-free packages. Packages which do not conform 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 +part of the Debian distribution, though we enable their use, and we provide infrastructure (such as our bug-tracking system and mailing lists) for non-free software packages. @@ -536,12 +535,12 @@ Debian decided to build some ports based on other Unix kernels, like architectures. Debian 2.1 shipped for the i386, m68k, alpha, and sparc architectures. Since then Debian has grown hugely. -Debian 5 supports a total of twelve architectures: alpha, -amd64, arm, -armel, hppa, -i386, ia64, mips, +Debian 6 supports a total of nine Linux architectures (amd64, +armel, i386, +ia64, mips, mipsel, powerpc, -s390, sparc. +s390, sparc) and two kFreeBSD architectures +(kfreebsd-i386 and kfreebsd-amd64). Information for developers and users about the specific ports are available at @@ -564,26 +563,26 @@ file: file or both an .orig.tar.gz and a .diff.gz file; with format “3.0 (quilt)”, it has a mandatory -.orig.tar.{gz,bz2,lzma} upstream tarball, -multiple optional .orig-component.tar.{gz,bz2,lzma} +.orig.tar.{gz,bz2,xz} upstream tarball, +multiple optional .orig-component.tar.{gz,bz2,xz} additional upstream tarballs and a mandatory -debian.tar.{gz,bz2,lzma} debian +debian.tar.{gz,bz2,xz} debian tarball; with format “3.0 (native)”, it has only -a single .tar.{gz,bz2,lzma} tarball. +a single .tar.{gz,bz2,xz} tarball. If a package is developed specially for Debian and is not distributed outside of Debian, there is just one -.tar.{gz,bz2,lzma} file which contains the sources of +.tar.{gz,bz2,xz} file which contains the sources of the program, it's called a “native” source package. If a package is distributed elsewhere too, the -.orig.tar.{gz,bz2,lzma} file stores the so-called +.orig.tar.{gz,bz2,xz} file stores the so-called upstream source code, that is the source code that's distributed by the upstream maintainer (often the author of the software). In this case, the .diff.gz -or the debian.tar.{gz,bz2,lzma} contains the changes +or the debian.tar.{gz,bz2,xz} contains the changes made by the Debian maintainer. @@ -638,9 +637,9 @@ literally unstable. The testing distribution is generated automatically by taking packages from unstable if they satisfy certain criteria. Those criteria should ensure a good quality for -packages within testing. The update to testing - is launched twice each day, right after the new packages -have been installed. See . +packages within testing. The update to +testing is launched twice each day, right after the new +packages have been installed. See . After a period of development, once the release manager deems fit, the @@ -657,7 +656,7 @@ the Release Team, the distribution is released. Releasing means that new copy is created for the new testing, and the previous stable is renamed to oldstable and stays there until it is finally archived. On archiving, the contents are moved -to &archive-host;). +to &archive-host;. This development cycle is based on the assumption that the @@ -671,8 +670,8 @@ additions to stable in the proposed-updates directory. Those packages in proposed-updates that pass muster are periodically moved as a batch into the stable distribution and the revision level of the stable -distribution is incremented (e.g., ‘3.0’ becomes ‘3.0r1’, ‘2.2r4’ -becomes ‘2.2r5’, and so forth). Please refer to +distribution is incremented (e.g., ‘6.0’ becomes ‘6.0.1’, ‘5.0.7’ +becomes ‘5.0.8’, and so forth). Please refer to uploads to the stable distribution for details. @@ -740,7 +739,7 @@ with a few warnings in the description, but that isn't recommended because packages from unstable are expected to propagate to testing and thus to stable. You should not be afraid to use experimental since it does not -cause any pain to the ftpmasters, the experimental packages are automatically +cause any pain to the ftpmasters, the experimental packages are periodically removed once you upload the package in unstable with a higher version number. @@ -752,12 +751,6 @@ New software which isn't likely to damage your system can go directly into An alternative to experimental is to use your personal web space on people.debian.org. - -When uploading to unstable a package which had bugs fixed -in experimental, please consider using the option --v to dpkg-buildpackage to finally get -them closed. -
@@ -770,13 +763,14 @@ Every released Debian distribution has a code name: Debian Debian 1.3, bo; Debian 2.0, hamm; Debian 2.1, slink; Debian 2.2, potato; Debian 3.0, woody; Debian 3.1, sarge; -Debian 4.0, etch; Debian 5.0, lenny -and the next release will be called squeeze. +Debian 4.0, etch; Debian 5.0, lenny; +Debian 6.0, squeeze +and the next release will be called wheezy. There is also a ``pseudo-distribution'', called sid, which is the current unstable distribution; since packages are moved from unstable to testing as they approach stability, sid -itself is never released. As well as the usual contents of a Debian +itself is never released. As well as the usual contents of a Debian distribution, sid contains packages for architectures which are not yet officially supported or released by Debian. These architectures are planned to be integrated into the mainstream distribution at some future @@ -802,7 +796,7 @@ was 1.1, and not 1.0.)
Thus, the names of the distribution directories in the archive are determined -by their code names and not their release status (e.g., `slink'). These names +by their code names and not their release status (e.g., `squeeze'). These names stay the same during the development period and after the release; symbolic links, which can be changed easily, indicate the currently released stable distribution. That's why the real distribution directories use the @@ -856,10 +850,10 @@ by a daemon called queued, signed *.changes-files are moved together with their corresponding files to the unchecked directory. This directory is not visible for most Developers, as ftp-master is restricted; it -is scanned every 15 minutes by the katie script, which -verifies the integrity of the uploaded packages and their cryptographic +is scanned every 15 minutes by the dak process-upload script, +which verifies the integrity of the uploaded packages and their cryptographic signatures. If the package is considered ready to be installed, it is moved -into the accepted directory. If this is the first upload +into the done directory. If this is the first upload of the package (or it has new binary packages), it is moved to the new directory, where it waits for approval by the ftpmasters. If the package contains files to be installed by hand it is moved @@ -872,7 +866,7 @@ Once the package is accepted, the system sends a confirmation mail to the maintainer and closes all the bugs marked as fixed by the upload, and the auto-builders may start recompiling it. The package is now publicly accessible at until it is really -installed in the Debian archive. This happens only once a day (and is also +installed in the Debian archive. This happens four times a day (and is also called the `dinstall run' for historical reasons); the package is then removed from incoming and installed in the pool along with all the other packages. Once all the other updates (generating new Packages and @@ -882,11 +876,11 @@ script is called to ask all the primary mirrors to update themselves. The archive maintenance software will also send the OpenPGP/GnuPG signed .changes file that you uploaded to the appropriate mailing -lists. If a package is released with the Distribution: set +lists. If a package is released with the Distribution set to stable, the announcement is sent to &email-debian-changes;. If a package is released with -Distribution: set to unstable or -experimental, the announcement will be posted to +Distribution set to unstable or +experimental, the announcement will be posted to &email-debian-devel-changes; instead. @@ -918,7 +912,7 @@ one of those directories will be moved to the real unchecked directory after the corresponding number of days. This is done by a script which is run each day and which moves the packages between the directories. Those which are in "1-day" are -installed in unchecked while the others are moved to the +installed in unchecked while the others are moved to the adjacent directory (for example, a package in 5-day will be moved to 4-day). This feature is particularly useful for people who are doing non-maintainer uploads. Instead of @@ -931,7 +925,7 @@ the NMU. The use of that delayed feature can be simplified with a bit -of integration with your upload tool. For instance, if you use +of integration with your upload tool. For instance, if you use dupload (see ), you can add this snippet to your configuration file: @@ -975,10 +969,10 @@ a given package at the URL dak ls is part of the dak suite of tools, listing available package versions for all known distributions and architectures. -The dak tool is available on &ftp-master-host; -, and on the mirror on &ftp-master-mirror;. -It uses a single argument corresponding to a package name. An example will -explain it better: +The dak tool is available on +&ftp-master-host;, and on the mirror on +&ftp-master-mirror;. It uses a single argument +corresponding to a package name. An example will explain it better: $ dak ls evince @@ -1035,7 +1029,7 @@ report status changes. upload-source -The email notification from katie when an uploaded source +The email notification from dak when an uploaded source package is accepted. @@ -1044,7 +1038,7 @@ package is accepted. katie-other -Other warning and error emails from katie (such as an +Other warning and error emails from dak (such as an override disparity for the section and/or the priority field). @@ -1136,6 +1130,14 @@ example Ubuntu). + +derivatives-bugs + + +Bugs reports and comments from derivative distributions (for example Ubuntu). + + +
The PTS email interface @@ -1235,6 +1237,12 @@ distributions +derivatives-bugs: bugs reports and comments from derivative +distributions + + + + upload-source: announce of a new source upload that has been accepted @@ -1354,7 +1362,7 @@ Once you set up the VCS repository to generate commit notifications, you just have to make sure it sends a copy of those mails to sourcepackage_cvs@&pts-host;. Only the people who accept the cvs keyword will receive -these notifications. Note that the mail need to be sent from a +these notifications. Note that the mail needs to be sent from a debian.org machine, otherwise you'll have to add the X-PTS-Approved: 1 header. @@ -1372,7 +1380,7 @@ url="http://&pts-host;/"> that puts together a lot of information about each source package. It features many useful links (BTS, QA stats, contact information, DDTP translation status, buildd logs) and gathers much more information from various places (30 latest changelog entries, testing -status, ...). It's a very useful tool if you want to know what's going on with +status, etc.). It's a very useful tool if you want to know what's going on with a specific source package. Furthermore there's a form that allows easy subscription to the PTS via email. @@ -1472,7 +1480,7 @@ item. Here are a few examples of valid mails used to generate news items in the PTS. -The first one adds a link to the cvsweb interface of debian-cd in the Static +The first one adds a link to the viewsvn interface of debian-cd in the Static information section: @@ -1535,7 +1543,7 @@ responsibility. Alioth is a Debian service based on a slightly modified version of the FusionForge software (which evolved from SourceForge and GForge). This software offers developers access to easy-to-use tools such as bug trackers, patch -manager, project/task managers, file hosting services, mailing lists, CVS +manager, project/task managers, file hosting services, mailing lists, VCS repositories etc. All these tools are managed via a web interface.