X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=resources.dbk;h=4fa5909ab7bf9b02db782bb5f535fbcaef8e88ce;hp=a49dbc276e9c3d09aa7685d220ce69db83144926;hb=refs%2Fheads%2Fmaster;hpb=7347b8fe6bde56036f349496304bca972f7035ee diff --git a/resources.dbk b/resources.dbk index a49dbc2..4fa5909 100644 --- a/resources.dbk +++ b/resources.dbk @@ -4,7 +4,7 @@ %commondata; ]> -Resources for Debian Developers +Resources for Debian Developers and Debian Maintainers In this chapter you will find a very brief road map of the Debian mailing lists, the Debian machines which may be available to you as a developer, and @@ -15,7 +15,7 @@ all the other resources that are available to help you in your maintainer work. Much of the conversation between Debian developers (and users) is managed through a wide array of mailing lists we host at &lists-host;. +url="https://&lists-host;/">&lists-host;. To find out more on how to subscribe or unsubscribe, how to post and how not to post, where to find old posts and how to search them, how to contact the list maintainers and see various other information about the mailing lists, please @@ -78,7 +78,7 @@ issues related to the project. There are other mailing lists available for a variety of special topics; see - for a list. + for a list. @@ -182,9 +182,9 @@ June 2006. To get a cloak on freenode, you send Jörg Jaspert <joerg@debian.org> a signed mail where you tell what your nick is. Put cloak somewhere in the Subject: header. The nick should be registered: Nick Setup Page. The +url="https://freenode.net/faq.shtml#nicksetup">Nick Setup Page. The mail needs to be signed by a key in the Debian keyring. Please see Freenodes +url="https://freenode.net/faq.shtml#projectcloak">Freenode documentation for more information about cloaks. @@ -237,10 +237,16 @@ 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"). -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. +the list of open issues in the DSA (Debian System Administration) Team's queue +of our request tracker at (you can login with user +"debian", its password is available at +master.debian.org:&file-debian-rt-password;). To report a +new problem in the request tracker, simply send a mail to &email-rt-dsa; and +make sure to put the string "Debian RT" somewhere in the subject. To contact +the DSA team by email, use dsa@debian.org for anything that +contains private or privileged information and should not be made public, and +debian-admin@lists.debian.org otherwise. The DSA team is also +present on the #debian-admin IRC channel on OFTC. If you have a problem with a certain service, not related to the system @@ -296,7 +302,7 @@ If you find a problem with the Debian web server, you should generally submit a bug against the pseudo-package, www.debian.org. Remember to check whether or not someone else has already reported the problem to the Bug Tracking System. +url="https://&bugs-host;/&www-debian-org;">Bug Tracking System. @@ -311,7 +317,7 @@ If you have some Debian-specific information which you want to serve on the web, you can do this by putting material in the public_html directory under your home directory on people.debian.org. This will be accessible at the URL -http://people.debian.org/~your-user-id/. +https://people.debian.org/~your-user-id/. You should only use this particular location because it will be backed up, @@ -331,7 +337,8 @@ 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 +(e.g. inside the collab-maint project) 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 @@ -529,17 +536,17 @@ Debian decided to build some ports based on other Unix kernels, like hurd and kfreebsd. -&debian-formal; 1.3 was only available as i386. Debian +Debian GNU/Linux 1.3 was only available as i386. Debian 2.0 shipped for i386 and m68k 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 @@ -562,31 +569,32 @@ 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. The .dsc file lists all the files in the source package -together with checksums (md5sums) and some additional info +together with checksums (md5sums, sha1sums, +sha256sums) and some additional info about the package (maintainer, version, etc.). @@ -626,7 +634,7 @@ development process of the Debian project. Active development is done in the unstable distribution (that's why this distribution is sometimes called the development -distribution). Every Debian developer can update his or her +distribution). Every Debian developer can update their packages in this distribution at any time. Thus, the contents of this distribution change from day to day. Since no special effort is made to make sure everything in this distribution is working properly, it is sometimes @@ -636,9 +644,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 @@ -655,7 +663,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 @@ -669,8 +677,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. @@ -738,7 +746,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. @@ -762,8 +770,9 @@ 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; Debian 7.0, wheezy; +and the next release will be called jessie. There is also a ``pseudo-distribution'', called sid, which is the current unstable distribution; since packages are moved from unstable to @@ -848,10 +857,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 @@ -879,7 +888,7 @@ 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 -&email-debian-devel-changes; instead. +&email-debian-devel-changes; or &email-debian-experimental-changes; instead. Though ftp-master is restricted, a copy of the installation is available to all @@ -950,7 +959,7 @@ easily upload a package in one of the delayed directories: On the web Each package has several dedicated web pages. -http://&packages-host;/package-name +https://&packages-host;/package-name displays each version of the package available in the various distributions. Each version links to a page which provides information, including the package description, the dependencies, and package download links. @@ -958,7 +967,7 @@ description, the dependencies, and package download links. The bug tracking system tracks bugs for each package. You can view the bugs of a given package at the URL -http://&bugs-host;/package-name. +https://&bugs-host;/package-name. @@ -967,10 +976,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 @@ -1027,7 +1036,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. @@ -1036,7 +1045,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). @@ -1374,7 +1383,7 @@ See for an example on how to do it. The PTS web interface The PTS has a web interface at that puts together a lot of +url="https://&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 @@ -1385,7 +1394,7 @@ subscription to the PTS via email. You can jump directly to the web page concerning a specific source package with a URL like -http://&pts-host;/sourcepackage. +https://&pts-host;/sourcepackage. This web interface has been designed like a portal for the development of @@ -1568,25 +1577,11 @@ For more information please visit the following links:
-Goodies for Developers -
-LWN Subscriptions +Goodies for Debian Developers and Debian Maintainers -Since October of 2002, HP has sponsored a subscription to LWN for all -interested Debian developers. Details on how to get access to this benefit are -in . +Benefits available to Debian Developers and Debian Maintainers are documented on . -
-
-Gandi.net Hosting Discount - -As of November 2008, Gandi.net offers a discount rate on their VPS -hosting for Debian Developers. See -. - -
-