chiark / gitweb /
add 2001 copyright
[developers-reference.git] / developers-reference.sgml
1 <!DOCTYPE debiandoc PUBLIC "-//DebianDoc//DTD DebianDoc//EN" [
2   <!-- include version information so we don't have to hard code it
3        within the document -->
4   <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5   <!-- common, language independant entities -->
6   <!entity % commondata  SYSTEM "common.ent" > %commondata;
7   <!-- CVS revision of this document -->
8   <!entity cvs-rev "$Revision: 1.49 $">
9
10   <!-- if you are translating this document, please notate the RCS
11        revision of the developers reference here -->
12   <!--
13     <!entity cvs-en-rev "X.YY">
14     -->
15 ]>
16 <debiandoc>
17 <!--
18  TODO:
19   - bugs in upstream versions should be reported upstream!
20   - add information on how to get accounts on different architectures
21   - talk about CVS access, other ways to submit problems
22   - add information on how you can contribute w/o being an official
23     developer
24   - "official port maintainer" ? (cf. glibc-pre2.1)
25  -->
26
27   <book>
28
29       <title>Debian Developer's Reference
30       <author>Adam Di Carlo, current maintainer <email>aph@debian.org</email>
31       <author>Christian Schwarz <email>schwarz@debian.org</email>
32       <author>Ian Jackson <email>ijackson@gnu.ai.mit.edu</email>
33       <version>ver. &version;, &date;
34
35       <copyright>
36         <copyrightsummary>
37 copyright &copy;1998 &ndash 2001 Adam Di Carlo</copyrightsummary>
38         <copyrightsummary>
39 copyright &copy;1997, 1998 Christian Schwarz</copyrightsummary>
40         <p>
41 This manual is free software; you may redistribute it and/or modify it
42 under the terms of the GNU General Public License as published by the
43 Free Software Foundation; either version 2, or (at your option) any
44 later version.
45         <p>
46 This is distributed in the hope that it will be useful, but
47 <em>without any warranty</em>; without even the implied warranty of
48 merchantability or fitness for a particular purpose.  See the GNU
49 General Public License for more details.
50         <p>
51 A copy of the GNU General Public License is available as &file-GPL; in
52 the Debian GNU/Linux distribution or on the World Wide Web at <url
53 id="&url-gpl;" name="the GNU website">.  You can also obtain it by
54 writing to the &fsf-addr;.
55
56     <toc detail="sect2">
57
58     <chapt id="scope">Scope of This Document
59       <p>
60 The purpose of this document is to provide an overview of the
61 recommended procedures and the available resources for Debian
62 developers.
63       <p>
64 The procedures discussed within include how to become a maintainer
65 (<ref id="new-maintainer">); how to upload new packages (<ref
66 id="upload">); how and when to do ports and interim releases of other
67 maintainers' packages (<ref id="nmu">); how to move, remove, or orphan
68 packages (<ref id="archive-manip">); and how to handle bug reports
69 (<ref id="bug-handling">).
70       <p>
71 The resources discussed in this reference include the mailing lists
72 and servers (<ref id="servers">); a discussion of the structure of the
73 Debian archive (<ref id="archive">); explanation of the different
74 servers which accept package uploads (<ref id="upload-ftp-master">); and a
75 discussion of resources which can help maintainers with the quality of
76 their packages (<ref id="tools">).
77       <p>
78 It should be clear that this reference does not discuss the technical
79 details of the Debian package nor how to generate Debian packages;
80 that information is discussed in the <url id="&url-pkg-manual;"
81 name="Debian Packaging Manual">.  Nor does this reference detail the
82 standards to which Debian software must comply; that information can
83 be found in the <url id="&url-debian-policy;" name="Debian Policy
84 Manual">.
85       <p>
86 Furthermore, this document is <em>not an expression of formal
87 policy</em>.  It contains documentation for the Debian system, and
88 generally agreed-upon best practices.
89
90
91     <chapt id="new-maintainer">Applying to Become a Maintainer
92         
93       <sect>Getting started
94         <p>
95 So, you've read all the documentation, you understand what everything
96 in the <package>hello</package> example package is for, and you're about to
97 Debianize your favourite piece of software.  How do you actually
98 become a Debian developer so that your work can be incorporated into
99 the Project?
100         <p>
101 Firstly, subscribe to &email-debian-devel; if you haven't already.
102 Send the word <tt>subscribe</tt> in the <em>Subject</em> of an email
103 to &email-debian-devel-req;.  In case of problems, contact the list
104 administrator at &email-listmaster;.  More information on available
105 mailing lists can be found in <ref id="mailing-lists">.
106         <p>
107 You should subscribe and lurk (that is, read without posting) for a
108 bit before doing any coding, and you should post about your intentions
109 to work on something to avoid duplicated effort.
110         <p>
111 Another good list to subscribe to is &email-debian-mentors;.  See <ref
112 id="mentors"> for details.  The IRC channel <tt>#debian</tt> on the
113 Linux People IRC network (e.g., <tt>irc.debian.org</tt>) can also be
114 helpful.
115
116
117       <sect id="registering">Registering as a Debian developer
118         <p>
119 Before you decide to register with the Debian Project, you will need
120 to read the <url id="&url-social-contract;" name="Debian Social
121 Contract">.  Registering as a developer means that you agree with and
122 pledge to uphold the Debian Social Contract; it is very important that
123 maintainers are in accord with the essential ideas behind Debian
124 GNU/Linux.  Reading the <url id="&url-gnu-manifesto;" name="GNU
125 Manifesto"> would also be a good idea.
126         <p>
127 The process of registering as a developer is a process of verifying
128 your identity and intentions.  As the number of people working on
129 Debian GNU/Linux has grown to over &number-of-maintainers; people and
130 our systems are used in several very important places we have to be
131 careful about being compromised.  Therefore, we need to verify new
132 maintainers before we can give them accounts on our servers and
133 letting them upload packages.
134         <p>
135 Registration requires that the following information be sent in
136 appropriate steps described at <url id="&url-newmaint-checklist;"
137                                     name="Checklist for applicants">
138 after the initial contact to &email-new-maintainer:
139
140 <list>
141             <item>
142 Your name.
143             <item>
144 Your preferred login name on <tt>master</tt> (eight characters or
145 less), as well as the email address at which you'd prefer to be
146 subscribed to &email-debian-private; (typically this will be either
147 your primary mail address or your new <tt>debian.org</tt> address).
148             <item>
149 A phone number where we can call you.  Remember that the new
150 maintainer team usually calls during evening hours to save on long
151 distance tolls.  Please do not give a work number, unless you are
152 generally there in the evening.
153             <item>
154 A statement of intention, that is, what package(s) you intend to work
155 on, which Debian port you will be assisting, or how you intend to
156 contribute to Debian.
157             <item>
158 A statement that you have read and agree to uphold the <url
159 id="&url-social-contract;" name="Debian Social Contract">.
160             <item>
161 Some mechanism by which we can verify your real-life identity. For
162 example, any of the following mechanisms would suffice:
163 <list>
164                   <item>
165 An OpenPGP key signed by any well-known signature, such as:
166 <list>
167                         <item>
168 Any current Debian developer you have met <em>in real life</em>.
169                         <item>
170 Any formal certification service (such as Verisign, etc.) that
171 verifies your identity.  A certification that verifies your email
172 address, and not you identity, is not sufficient.
173                       </list>
174                   <item>
175 Alternatively, you may identify yourself with a scanned (or physically
176 mailed) copy of any formal documents certifying your identity (such as
177 a birth certificate, national ID card, U.S. Driver's License, etc.).
178 If emailed, please sign the mail with your OpenPGP key.
179                 </list>
180           </list>
181         <p>
182 If you do not have an OpenPGP key yet, generate one. Every developer
183 needs a OpenPGP key in order to sign and verify package uploads. You
184 should read the manual for the software you are using, since it has
185 much important information which is critical to its security.  Many
186 more security failures are due to human error than to software failure
187 or high-powered spy techniques.  See <ref id="key-maint"> for more
188 information on maintaining your public key.
189         <p>
190 Debian uses the <prgn>GNU Privacy Guard</prgn> (package
191 <package>gnupg</package> version 1 or better as its baseline standard.
192 You can use some other implementation of OpenPGP as well.  Note that
193 OpenPGP is a open standard based on <url id="&url-rfc2440;" name="RFC
194 2440">.
195         <p>
196 The recommended public key algorithm for use in Debian development
197 work is the DSA (sometimes call ``DSS'' or ``DH/ElGamal'').  Other key
198 types may be used however.  Your key length must be at least 1024
199 bits; there is no reason to use a smaller key, and doing so would be
200 much less secure.  Your key must be signed with at least your own user
201 ID; this prevents user ID tampering.  <prgn>gpg</prgn> does this
202 automatically.
203         <p>
204 Also remember that one of the names on your key must match the email
205 address you list as the official maintainer for your packages.  For
206 instance, I set the maintainer of the
207 <package>developers-reference</package> package to ``Adam Di Carlo
208 &lt;aph@debian.org&gt;''; therefore, one of the user IDs on my key is
209 that same value, ``Adam Di Carlo &lt;aph@debian.org&gt;''.
210         <p>
211 If your public key isn't on public key servers such as &pgp-keyserv;,
212 please read the documentation available locally in &file-keyservs;.
213 That document contains instructions on how to put your key on the
214 public key servers.  The New Maintainer Group will put your public key
215 on the servers if it isn't already there.
216         <p>
217 Due to export restrictions by the United States government some Debian
218 packages, including <package>gnupg</package>, are located on ftp sites
219 outside of the United States. You can find the current locations of
220 those packages at <url id="&url-readme-non-us;">.
221         <p>
222 Some countries restrict the use of cryptographic software by their
223 citizens.  This need not impede one's activities as a Debian package
224 maintainer however, as it may be perfectly legal to use cryptographic
225 products for authentication, rather than encryption purposes (as is
226 the case in France).  The Debian Project does not require the use of
227 cryptography <em>qua</em> cryptography in any manner.  If you live in a
228 country where use of cryptography even for authentication is forbidden
229 then please contact us so we can make special arrangements.
230         <p>
231 Once you have all your information ready, and your public key is
232 available on public key servers, send a message to
233 &email-new-maintainer; to register as an offical Debian developer so
234 that you will be able to upload your packages.  This message must
235 contain your name and your valid e-mail address.  All the information
236 discussed above is required after your Application Manager is
237 assigned.  Application Manager is your agent in the registration
238 process, and you can always ask him about the status of your
239 application. You can check the <url id="&url-newmaint-db;"
240 name="Application StatusBoard"> as well.
241         <p>
242 For more details, please consult <url id="&url-newmaint;" name="New
243 Maintainer's Corner"> at the Debian web site.
244         <p>
245 Once this information is received and processed, you should be
246 contacted with information about your new Debian maintainer account.
247 If you don't hear anything within a month, please send a followup
248 message asking if your original application was received.  Do
249 <em>not</em> re-send your original application, that will just confuse
250 the New Maintainer Group. Please be patient, especially near release
251 points; mistakes do occasionally happen, and people do sometimes run
252 out of volunteer time.
253
254
255       <sect id="mentors">Debian Mentors
256         <p>
257 The mailing list &email-debian-mentors; has been set up for novice
258 maintainers who seek help with initial packaging and other
259 developer-related issues.  Every new developer is invited to subscribe
260 to that list (see <ref id="mailing-lists"> for details).
261         <p>
262 Those who prefer one-on-one help (e.g., via private email) should also
263 post to that list and an experienced developer will volunteer to help.
264
265
266     <chapt id="developer-duties">Debian Developer's Duties
267
268       <sect id="user-maint">Maintaining Your Debian Information
269         <p>
270 There's a LDAP database containing many informations concerning all
271 developers, you can access it at <url id="&url-debian-db;">. You can
272 update your password (this password is propagated to most of the machines
273 that are accessible to you), your address, your country, the latitude and
274 longitude of the point where you live, phone and fax numbers, your
275 preferred shell, your IRC nickname, your web page and the email that
276 you're using as alias for your debian.org email. Most of the information
277 is not accessible to the public, for more details about this
278 database, please read its online documentation that you can find
279 here : <url id="&url-debian-db-doc;">.
280         <p>
281 You have to keep the information available there up to date.
282
283       <sect id="key-maint">Maintaining Your Public Key
284         <p>
285 Be very careful with your private keys.  Do not place them on any
286 public servers or multiuser machines, such as
287 <tt>master.debian.org</tt>.  Back your keys up; keep a copy offline.
288 Read the documentation that comes with your software; read the <url
289 id="&url-pgp-faq;" name="PGP FAQ">.
290         <p>
291 If you add signatures to your public key, or add user identities, you
292 can update the debian keyring by sending your key to the key server at
293 <tt>&keyserver-host;</tt>.  If you need to add a completely new key,
294 or remove an old key, send mail to &email-debian-keyring;.  The same
295 key extraction routines discussed in <ref id="registering"> apply.
296         <p>
297 You can find a more in-depth discussion of Debian key maintenance in
298 the documentation for the <package>debian-keyring</package> package.
299
300       <sect id="inform-vacation">Going On Vacation Gracefully
301         <p>
302 Most developers take vacations, and usually this means that they can't
303 work for Debian and they can't be reached by email if any problem occurs.
304 The other developers need to know that you're on vacation so that they'll
305 do whatever is needed when such a problem occurs. Usually this means that
306 other developers are allowed to NMU (see <ref id="nmu">) your package if a
307 big problem (release critical bugs, security update, ...) occurs while
308 you're on vacation.
309         <p>
310 In order to inform the other developers, there's two things that you should do.
311 First send a mail to &email-debian-private; giving the period of time when
312 you will be on vacation.  You can also give some special instructions on what to
313 do if any problem occurs. Next you should update your information
314 available in the Debian LDAP database and mark yourself as ``on vacation''
315 (this information is only accessible to debian developers). Don't forget
316 to remove the ``on vacation'' flag when you come back.
317
318       <sect id="upstream-coordination">Coordination With Upstream Developers
319         <p>
320 A big part of your job as Debian maintainer will be to stay in contact
321 with the upstream developers since you'll have to share information that
322 you get from the Bug Tracking System. It's not your job to fix non-Debian
323 specific bugs.
324 Rather, you have to forward these bugs to the upstream developers.
325 (Of course, if you are able to do so, you may certainly fix them...)
326 This way, the bug will hopefully
327 be corrected when the next upstream version comes out.
328         <p>
329 From time to
330 time, you may get a patch attached to a bug report.  You have to send the
331 patch upstream and make sure that it gets included (if the authors accept
332 the proposed fix). If you need to modify the upstream sources in order to
333 build a policy conformant package, then you should propose a nice fix 
334 to the upstream developers which can be included there, so that you won't have to
335 modify the sources of the next upstream version. Whatever changes you
336 need, always try not to fork from the upstream sources.
337
338       <sect id="rc-bugs">Managing Release Critical Bugs
339         <p>
340 Release Critical Bugs (RCB) are all bugs that have severity
341 <em>critical</em>, <em>grave</em> or <em>serious</em>.
342 Those bugs can delay the Debian release
343 and/or can justify the removal of a package at freeze time. That's why
344 those bugs needs to be corrected as fast as possible.  You must be
345 aware that some developers who are part of the <url
346 id="&url-debian-qa;" name="Debian Quality Assurance"> effort are
347 following those bugs and try to help you each time they can. But if
348 you can't fix such bugs within 2 weeks, you should either ask for help
349 by sending a mail to the Quality Assurance (QA) group
350 (&email-debian-qa;) or justify yourself and present your plan to fix
351 it by sending a mail to the bug concerned report. Otherwise people
352 from the QA group may want to do a Non-Maintainer Upload (see
353 <ref id="nmu">) after trying to contact you (they might not wait as long as
354 usual before they do their NMU if they have seen no recent activity from you
355 on the BTS).
356
357       <sect id="qa-effort">Quality Assurance Effort
358         <p>
359 Even though there is a dedicated group of people for Quality
360 Assurance, QA duties are not reserved solely to them. You can
361 participate in this effort by keeping your packages as bug free as
362 possible, and as lintian-clean (see <ref id="lintian-reports">) as
363 possible. If you think that it's quite impossible, then you should
364 consider orphaning (see <ref id="orphaning">) some of your packages so
365 that you can do a good job with the other packages that you
366 maintain. Alternatively you may ask the help of other people in order
367 to catch up the backlog of bugs that you have (you can ask for help on
368 &email-debian-qa; or &email-debian-devel;).
369
370       <sect>Retiring Gracefully
371         <p>
372 If you choose to leave the Debian project, you should make sure you do
373 the following steps:
374 <enumlist>
375             <item>
376 Orphan all your packages, as described in <ref id="orphaning">.
377             <item>
378 Send an email about how you are leaving the project to
379 &email-debian-private;.
380             <item>
381 Notify the Debian key ring maintainers that you are leaving by
382 emailing to &email-debian-keyring;.
383           </enumlist>
384
385
386     <chapt id="servers">Mailing Lists, Servers, and Other Machines
387       <p>
388 In this chapter you will find a very brief road map of the Debian
389 mailing lists, the main Debian servers, and other Debian machines
390 which may be available to you as a developer.
391
392       <sect id="mailing-lists">Mailing lists
393         <p>
394 The mailing list server is at <tt>&lists-host;</tt>.  Mail
395 <tt>debian-<var>foo</var>-REQUEST@&lists-host;</tt>, where
396 <tt>debian-<var>foo</var></tt> is the name of the list, with the word
397 <tt>subscribe</tt> in the <em>Subject</em> to subscribe to the list or
398 <tt>unsubscribe</tt> to unsubscribe.  More detailed instructions on
399 how to subscribe and unsubscribe to the mailing lists can be found at
400 <url id="&url-debian-lists-subscribe;">, <url id="&url-debian-lists;">
401 or locally in &file-mail-lists; if you have the
402 <package>doc-debian</package> package installed.
403         <p>
404 When replying to messages on the mailing list, please do not send a
405 carbon copy (<tt>CC</tt>) to the original poster unless they explicitly
406 request to be copied.  Anyone who posts to a mailing list should read
407 it to see the responses.
408         <p>
409 The following are the core Debian mailing lists: &email-debian-devel;,
410 &email-debian-policy;, &email-debian-user;, &email-debian-private;,
411 &email-debian-announce;, and &email-debian-devel-announce;.  All
412 developers are expected to be subscribed to at least
413 &email-debian-private; and &email-debian-devel-announce;.  There are
414 other mailing lists are available for a variety of special topics; see
415 <url id="&url-debian-lists-subscribe;"> for a list.  Cross-posting
416 (sending the same message to multiple lists) is discouraged.
417         <p>
418 &email-debian-private; is a special mailing list for private
419 discussions amongst Debian developers.  It is meant to be used for
420 posts which for whatever reason should not be published publically.
421 As such, it is a low volume list, and users are urged not to use
422 &email-debian-private; unless it is really necessary.  Moreover, do
423 <em>not</em> forward email from that list to anyone.
424         <p>
425 &email-debian-email; is a special mailing list used as a grab-bag 
426 for Debian related correspondence such as contacting upstream authors
427 about licenses, bugs, etc. or discussing the project with others where it
428 might be useful to have the discussion archived somewhere.
429         <p>
430 As ever on the net, please trim down the quoting of articles you're
431 replying to.  In general, please adhere to the usual conventions for
432 posting messages.
433         <p>
434 Online archives of mailing lists are available at <url
435 id="&url-lists-archives;">.
436
437
438       <sect id="server-machines">Debian servers
439         <p>
440 Debian servers are well known servers which serve critical functions
441 in the Debian project.  Every developer should know what these servers
442 are and what they do.
443         <p>
444 If you have a problem with the operation of a Debian server, and you
445 think that the system operators need to be notified of this problem,
446 please find the contact address for the particular machine at <url
447 id="&url-devel-machines;">.  If you have a non-operating problems
448 (such as packages to be remove, suggestions for the web site, etc.),
449 generally you'll report a bug against a ``pseudo-package''.  See <ref
450 id="submit-bug"> for information on how to submit bugs.
451
452       <sect1 id="servers-master">The master server
453         <p>
454 <tt>master.debian.org</tt> is the canonical location for the Bug
455 Tracking System (BTS).  If you plan on doing some statistical analysis
456 or processing of Debian bugs, this would be the place to do it.
457 Please describe your plans on &email-debian-devel; before implementing
458 anything, however, to reduce unnecessary duplication of effort or
459 wasted processing time.
460         <p>
461 All Debian developers have accounts on <tt>master.debian.org</tt>.
462 Please take care to protect your password to this machine.  Try to
463 avoid login or upload methods which send passwords over the Internet
464 in the clear.
465         <p>
466 If you find a problem with <tt>master.debian.org</tt> such as disk
467 full, suspicious activity, or whatever, send an email to
468 &email-debian-admin;.
469
470       <sect1 id="servers-ftp-master">The ftp-master server
471         <p>
472 The ftp-master server, <tt>ftp-master.debian.org</tt> (or
473 <tt>auric.debian.org</tt>), holds the canonical copy of the Debian
474 archive (excluding the non-U.S. packages). Generally, package uploads
475 go to this server; see <ref id="upload">.
476         <p>
477 Problems with the Debian FTP archive generally need to be reported as
478 bugs against the <package>ftp.debian.org</package> pseudo-package or
479 an email to &email-ftpmaster;, but also see the procedures in
480 <ref id="archive-manip">.
481
482       <sect1 id="servers-www">The WWW server
483         <p>
484 The main web server, <tt>www.debian.org</tt>, is also known as
485 <tt>klecker.debian.org</tt>.  All developers are given accounts on this
486 machine.
487         <p>
488 If you have some Debian-specific information which you want to serve
489 up on the web, you can do this by putting material in the
490 <file>public_html</file> directory under your home directory.  You should
491 do this on <tt>klecker.debian.org</tt>. Any material you put in those areas
492 are accessible via the URL
493 <tt>http://people.debian.org/~<var>user-id</var>/</tt>.
494 You should only use this particular location because it will be backed up,
495 whereas on other hosts it won't. Please do not put any material on Debian
496 servers not relating to Debian, unless you have prior permission.
497 Send mail to &email-debian-devel; if you have any questions.
498         <p>
499 If you find a problem with the Debian web server, you should generally
500 submit a bug against the pseudo-package,
501 <package>www.debian.org</package>.  First check whether or not someone
502 else has already reported the problem on the
503 <url id="http://bugs.debian.org/www.debian.org" name="Bug Tracking System">.
504
505
506       <sect1 id="servers-cvs">The CVS server
507         <p>
508 <tt>cvs.debian.org</tt> is also known as <tt>klecker.debian.org</tt>,
509 discussed above.  If you need to use a publically accessible CVS
510 server, for instance, to help coordinate work on a package between
511 many different developers, you can request a CVS area on the server.
512           <p>
513 Generally, <tt>cvs.debian.org</tt> offers a combination of local CVS
514 access, anonymous client-server read-only access, and full
515 client-server access through <prgn>ssh</prgn>.  Also, the CVS area can
516 be accessed read-only via the Web at <url id="&url-cvsweb;">.
517         <p>
518 To request a CVS area, send a request via email to
519 &email-debian-admin;.  Include the name of the requested CVS area,
520 Debian account should own the CVS root area, and why you need it.
521
522
523       <sect1 id="servers-mirrors">Mirrors of Debian servers
524         <p>
525 The web and FTP servers have several mirrors available.  Please do not
526 put heavy load on the canonical FTP or web servers.  Ideally, the
527 canonical servers only mirror out to a first tier of mirrors, and all
528 user access is to the mirrors.  This allows Debian to better spread
529 its bandwidth requirements over several servers and networks.  Note
530 that newer push mirroring techniques ensure that mirrors are as
531 up-to-date as they can be.
532         <p>
533 The main web page listing the available public FTP (and, usually,
534 HTTP) servers can be found at <url id="&url-debian-mirrors;">.  More
535 information concerning Debian mirrors can be found at <url
536 id="&url-debian-mirroring;">.  This useful page includes information
537 and tools which can be helpful if you are interested in setting up
538 your own mirror, either for internal or public access.
539         <p>
540 Note that mirrors are generally run by third-parties who are
541 interested in helping Debian.  As such, developers generally do not
542 have accounts on these machines.
543
544
545       <sect id="other-machines">Other Debian Machines
546         <p>
547 There are other Debian machines which may be made available to you.
548 You can use these for Debian-related purposes as you see fit.  Please
549 be kind to system administrators, and do not use up tons and tons of
550 disk space, network bandwidth, or CPU without first getting the
551 approval of the local maintainers.  Usually these machines are run by
552 volunteers.  Generally, these machines are for porting activities.
553         <p>
554 Aside from the servers mentioned in <ref id="server-machines">, there
555 is a list of machines available to Debian developers at <url
556 id="&url-devel-machines;">.
557
558
559
560     <chapt id="archive">The Debian Archive
561
562       <sect>Overview
563         <p>
564 The Debian GNU/Linux distribution consists of a lot of Debian packages
565 (<tt>.deb</tt>'s, currently around &number-of-pkgs;) and a few
566 additional files (documentation, installation disk images, etc.).
567         <p>
568 Here is an example directory tree of a complete Debian archive:
569         <p>
570 &sample-dist-dirtree;
571         <p>
572 As you can see, the top-level directory contains two directories,
573 <tt>dists/</tt> and <tt>pool/</tt>. The latter is a ``pool'' in which the
574 packages actually are, and which is handled by the archive maintenance
575 database and the accompanying programs. The former contains the
576 distributions, <em>stable</em>, <em>testing</em> and <em>unstable</em>.
577 Each of those distribution directories is divided in equivalent
578 subdirectories purpose of which is equal, so we will only explain how it
579 looks in stable. The <tt>Packages</tt> and <tt>Sources</tt> files in the
580 distribution subdirectories can reference files in the <tt>pool/</tt>
581 directory.
582         <p>
583 <tt>dists/stable</tt> contains three directories, namely <em>main</em>,
584 <em>contrib</em>, and <em>non-free</em>.
585         <p>
586 In each of the areas, there is a directory with the source packages
587 (<tt>source</tt>), a directory for each supported architecture
588 (<tt>binary-i386</tt>, <tt>binary-m68k</tt>, etc.), and a directory
589 for architecture independent packages (<tt>binary-all</tt>).
590         <p>
591 The <em>main</em> area contains additional directories which holds
592 the disk images and some essential pieces of documentation required
593 for installing the Debian distribution on a specific architecture
594 (<tt>disks-i386</tt>, <tt>disks-m68k</tt>, etc.).
595         <p>
596 The <em>binary-*</em> and <em>source</em> directories are divided
597 further into <em>subsections</em>.
598
599
600       <sect>Sections
601         <p>
602 The <em>main</em> section of the Debian archive is what makes up the
603 <strong>official Debian GNU/Linux distribution</strong>.
604 The <em>main</em> section is official because it fully complies with
605 all our guidelines.  The other two sections do not, to different degrees;
606 as such, they are <strong>not</strong> officially part of Debian GNU/Linux.
607         <p>
608 Every package in the main section must fully comply with the <url
609 id="&url-dfsg;" name="Debian Free Software Guidelines"> (DFSG) and
610 with all other policy requirements as described in the <url
611 id="&url-debian-policy;" name="Debian Policy Manual">.  The DFSG is
612 our definition of ``free software.'' Check out the Debian Policy
613 Manual for details.
614         <p>
615 Packages in the <em>contrib</em> section have to comply with the DFSG,
616 but may fail other requirements.  For instance, they may depend on
617 non-free packages.
618         <p>
619 Packages which do not apply to the DFSG are placed in the
620 <em>non-free</em> section. These packages are not considered as part
621 of the Debian distribution, though we support their use, and we
622 provide infrastructure (such as our bug-tracking system and mailing
623 lists) for non-free software packages.
624         <p>
625 The <url id="&url-debian-policy;" name="Debian Policy Manual">
626 contains a more exact definition of the three sections. The above
627 discussion is just an introduction.
628         <p>
629 The separation of the three sections at the top-level of the archive
630 is important for all people who want to distribute Debian, either via
631 FTP servers on the Internet or on CD-ROMs: by distributing only the
632 <em>main</em> and <em>contrib</em> sections, one can avoid any legal
633 risks.  Some packages in the <em>non-free</em> section do not allow
634 commercial distribution, for example.
635         <p>
636 On the other hand, a CD-ROM vendor could easily check the individual
637 package licenses of the packages in <em>non-free</em> and include as
638 many on the CD-ROMs as he's allowed to. (Since this varies greatly from
639 vendor to vendor, this job can't be done by the Debian developers.)
640
641
642       <sect>Architectures
643         <p>
644 In the first days, the Linux kernel was only available for the Intel
645 i386 (or greater) platforms, and so was Debian. But when Linux became
646 more and more popular, the kernel was ported to other architectures,
647 too.
648         <p>
649 The Linux 2.0 kernel supports Intel x86, DEC Alpha, SPARC, Motorola
650 680x0 (like Atari, Amiga and Macintoshes), MIPS, and PowerPC.  The
651 Linux 2.2 kernel supports even more architectures, including ARM and
652 UltraSPARC.  Since Linux supports these platforms, Debian decided that
653 it should, too.  Therefore, Debian has ports underway; in fact, we
654 also have ports underway to non-Linux kernel.  Aside from
655 <em>i386</em> (our name for Intel x86), there is <em>m68k</em>,
656 <em>alpha</em>, <em>powerpc</em>, <em>sparc</em>, <em>hurd-i386</em>,
657 and <em>arm</em>, as of this writing.
658         <p>
659 Debian GNU/Linux 1.3 is only available as <em>i386</em>.  Debian 2.0
660 shipped for <em>i386</em> and <em>m68k</em> architectures.  Debian 2.1
661 ships for the <em>i386</em>, <em>m68k</em>, <em>alpha</em>, and
662 <em>sparc</em> architectures.  Debian 2.2 adds support for the
663 <em>powerpc</em> and <em>arm</em> architectures.
664         <p>
665 Information for developers or uses about the specific ports are
666 available at the <url id="&url-debian-ports;" name="Debian Ports web
667 pages">.
668
669
670       <sect>Subsections
671         <p>
672 The sections <em>main</em>, <em>contrib</em>, and <em>non-free</em>
673 are split into <em>subsections</em> to simplify the installation
674 process and the maintainance of the archive.  Subsections are not
675 formally defined, except perhaps the `base' subsection.
676 Subsections simply exist to simplify the organization and browsing of
677 available packages.  Please check the current Debian distribution to
678 see which sections are available.
679         <p>
680 Note however that with the introduction of package pools (see the top-level
681 <em>pool/</em> directory), the subsections in the form of subdirectories
682 will eventually cease to exist. They will be kept in the packages' `Section'
683 header fields, though.
684
685       <sect>Packages
686         <p>
687 There are two types of Debian packages, namely <em>source</em> and
688 <em>binary</em> packages.
689         <p>
690 Source packages consist of either two or three files: a <tt>.dsc</tt>
691 file, and either a <tt>.tar.gz</tt> file or both an
692 <tt>.orig.tar.gz</tt> and a <tt>.diff.gz</tt> file.
693         <p>
694 If a package is developed specially for Debian and is not distributed
695 outside of Debian, there is just one <tt>.tar.gz</tt> file which
696 contains the sources of the program.  If a package is distributed
697 elsewhere too, the <tt>.orig.tar.gz</tt> file stores the so-called
698 <em>upstream source code</em>, that is the source code that's
699 distributed from the <em>upstream maintainer</em> (often the author of
700 the software). In this case, the <tt>.diff.gz</tt> contains the
701 changes made by the Debian maintainer.
702         <p>
703 The <tt>.dsc</tt> lists all the files in the source package together
704 with checksums (<prgn>md5sums</prgn>) and some additional info about
705 the package (maintainer, version, etc.).
706
707
708       <sect>Distribution directories
709         <p>
710 The directory system described in the previous chapter is itself
711 contained within <em>distribution directories</em>.  Each
712 distribution is actually contained in the <tt>pool</tt> directory in the
713 top-level of the Debian archive itself.
714         <p>
715 To summarize, the Debian archive has a root directory within an FTP
716 server.  For instance, at the mirror site,
717 <ftpsite>ftp.us.debian.org</ftpsite>, the Debian archive itself is
718 contained in <ftppath>/debian</ftppath>, which is a common location
719 (another is <ftppath>/pub/debian</ftppath>).
720         <p>
721 A distribution is comprised of Debian source and binary packages, and the
722 respective <tt>Sources</tt> and <tt>Packages</tt> index files, containing
723 the header information from all those packages. The former are kept in the
724 <tt>pool/</tt> directory, while the latter are kept in the <tt>dists/</tt>
725 directory of the archive (because of backwards compatibility).
726
727
728         <sect1>Stable, testing, unstable, and sometimes frozen
729         <p>
730 There is always a distribution called <em>stable</em> (residing in
731 <tt>dists/stable</tt>), one called <em>testing</em> (residing in
732 <tt>dists/testing</tt>), and one called <em>unstable</em> (residing in
733 <tt>dists/unstable</tt>). This reflects the development process of the
734 Debian project.
735         <p>
736 Active development is done in the <em>unstable</em> distribution
737 (that's why this distribution is sometimes called the <em>development
738 distribution</em>). Every Debian developer can update his or her
739 packages in this distribution at any time. Thus, the contents of this
740 distribution change from day-to-day. Since no special effort is done
741 to make sure everything in this distribution is working properly, it is
742 sometimes ``unstable.''
743         <p>
744 Packages get copied from <em>unstable</em> to <em>testing</em> if they
745 satisfy certain criteria. To get into <em>testing</em> distribution, a
746 package needs to be in the archive for two weeks and not have any release
747 critical bugs. After that period, it will propagate into <em>testing</em>
748 as soon as anything it depends on is also added. This process is automatic.
749         <p>
750 After a period of development, once the release manager deems fit, the
751 <em>testing</em> distribution is renamed to <em>frozen</em>. Once
752 that has been done, no changes are allowed to that distribution except
753 bug fixes; that's why it's called ``frozen.''  After another month or
754 a little longer, depending on the progress, the <em>frozen</em> distribution
755 goes into a `deep freeze', when no changes are made to it except those
756 needed for the installation system. This is called a ``test cycle'', and it
757 can last up to two weeks. There can be several test cycles, until the
758 distribution is prepared for release, as decided by the release manager.
759 At the end of the last test cycle, the <em>frozen</em> distribution is
760 renamed to <em>stable</em>, overriding the old <em>stable</em> distribution,
761 which is removed at that time.
762         <p>
763 This development cycle is based on the assumption that the
764 <em>unstable</em> distribution becomes <em>stable</em> after passing a
765 period of testing as <em>frozen</em>.  Even once a distribution is
766 considered stable, a few bugs inevitably remain--that's why the stable
767 distribution is updated every now and then. However, these updates are
768 tested very carefully and have to be introduced into the archive
769 individually to reduce the risk of introducing new bugs.  You can find
770 proposed additions to <em>stable</em> in the <tt>proposed-updates</tt>
771 directory.  Those packages in <tt>proposed-updates</tt> that pass
772 muster are periodically moved as a batch into the stable distribution
773 and the revision level of the stable distribution is incremented
774 (e.g., `1.3' becomes `1.3r1', `2.0r2' becomes `2.0r3', and so forth).
775         <p>
776 Note that development under <em>unstable</em> continues during the
777 ``freeze'' period, since the <em>unstable</em> distribution remains in
778 place when the <em>testing</em> is moved to <em>frozen</em>.
779 Another wrinkle is that when the <em>frozen</em> distribution is
780 offically released, the old stable distribution is completely removed
781 from the Debian archives (although they do live on at
782 <tt>archive-host;</tt>).
783         <p>
784 In summary, there is always a <em>stable</em>, a <em>testing</em> and an
785 <em>unstable</em> distribution available, and a <em>frozen</em> distribution
786 shows up for a couple of months from time to time.
787
788
789         <sect1>Experimental
790 <!-- Note: experimental is currently dead because of the package pools.
791      Once that changes, the description below will most probably need
792      adjustments. -->
793           <p>
794 The <em>experimental</em> distribution is a specialty distribution.
795 It is not a full distribution in the same sense as `stable' and
796 `unstable' are.  Instead, it is meant to be a temporary staging area
797 for highly experimental software where there's a good chance that the
798 software could break your system.  Users who download and install
799 packages from <em>experimental</em> are expected to have been duly
800 warned.  In short, all bets are off for the <em>experimental</em>
801 distribution.
802           <p>
803 Developers should be very selective in the use of the
804 <em>experimental</em> distribution.  Even if a package is highly
805 unstable, it could still go into <em>unstable</em>; just state a
806 few warnings in the description.  However, if there is a chance that
807 the software could do grave damage to a system, it might be better to
808 put it into <em>experimental</em>.
809           <p>
810 For instance, an experimental encrypted file system should probably go
811 into <em>experimental</em>.  A new, beta, version of some software
812 which uses completely different configuration might go into
813 <em>experimental</em> at the maintainer's discretion.  New software
814 which isn't likely to damage your system can go into
815 <em>unstable</em>.  If you are working on an incompatible or complex
816 upgrade situation, you can also use <em>experimental</em> as a staging
817 area, so that testers can get early access.
818           <p>
819 However, using <em>experimental</em> as a personal staging area is not
820 always the best idea.  You can't replace or upgrade the files in there
821 on your own (it is done with Debian archive maintenance software).
822 Additionally, you'll have to remember to ask the archive
823 maintainers to delete the package once you have uploaded it to
824 <em>unstable</em>.  Using your personal web space on
825 <tt>klecker.debian.org</tt> is generally a better idea, so that you put
826 less strain on the Debian archive maintainers.
827
828
829       <sect id="codenames">Release code names
830         <p>
831 Every released Debian distribution has a <em>code name</em>: Debian
832 1.1 is called `buzz'; Debian 1.2, `rex'; Debian 1.3, `bo'; Debian 2.0,
833 `hamm'; Debian 2.1, `slink'; and Debian 2.2, `potato'.  There is also
834 a ``pseudo-distribution'', called `sid', which is the current
835 `unstable' distribution; since packages are moved from `unstable' to
836 `testing' as they approach stability, `sid' itself is never released.
837 As well as the usual contents of a Debian distribution, `sid' contains
838 packages for architectures which are not yet officially supported or
839 released by Debian.  These architectures are planned to be integrated
840 into the mainstream distribution at some future date.
841         <p>
842 Since Debian has an open development model (i.e., everyone can
843 participate and follow the development) even the `unstable' and `testing'
844 distributions are distributed to the Internet through the Debian FTP and
845 HTTP server network. Thus, if we had called the directory which contains
846 the release candidate version `testing', then we would have to rename it
847 to `stable' when the version is released, which would cause all FTP
848 mirrors to re-retrieve the whole distribution (which is quite large).
849         <p>
850 On the other hand, if we called the distribution directories
851 <em>Debian-x.y</em> from the beginning, people would think that Debian
852 release <em>x.y</em> is available. (This happened in the past, where a
853 CD-ROM vendor built a Debian 1.0 CD-ROM based on a pre-1.0 development
854 version. That's the reason why the first official Debian release was
855 1.1, and not 1.0.)
856         <p>
857 Thus, the names of the distribution directories in the archive are
858 determined by their code names and not their release status (e.g.,
859 `slink').  These names stay the same during the development period and
860 after the release; symbolic links, which can be changed easily,
861 indicate the currently released stable distribution.  That's why the
862 real distribution directories use the <em>code names</em>, while symbolic
863 links for <em>stable</em>, <em>testing</em>, <em>unstable</em>, and
864 <em>frozen</em> point to the appropriate release directories.
865
866
867     <chapt id="upload">Package uploads
868
869       <sect>Announcing new packages
870         <p>
871 If you want to create a new package for the Debian distribution, you
872 should first check the <url id="&url-wnpp;" name="Work-Needing and
873 Prospective Packages (WNPP)"> list. Checking the WNPP list ensures that
874 no one is already working on packaging that software, and that effort is
875 not duplicated. Read the <url id="&url-wnpp;" name="WNPP web pages"> for
876 more information.
877         <p>
878 Assuming no one else is already working on your prospective package,
879 you must then submit a short bug (<ref id="submit-bug">) against the
880 pseudo package <tt>wnpp</tt> and send a copy to &email-debian-devel;
881 describing your plan to create a new package, including, but not
882 limiting yourself to, a description of the package, the license of the
883 prospective package and the current URL where it can be downloaded
884 from.  You should set the subject of the bug to ``ITP: <var>foo</var>
885 -- <var>short description</var>'', substituting the name of the new
886 package for <var>foo</var>.  The severity of the bug report must be
887 set to <em>wishlist</em>.  Please include a <tt>Closes:
888 bug#<var>nnnnn</var></tt> entry on the changelog of the new package in
889 order for the bug report to be automatically closed once the new
890 package is installed on the archive (<ref id="upload-bugfix">).
891         <p>
892 There are a number of reasons why we ask maintainers to announce their
893 intentions:
894           <list compact>
895             <item>
896 It helps the (potentially new) maintainer to tap into the experience
897 of people on the list, and lets them know if anyone else is working
898 on it already.
899             <item>
900 It lets other people thinking about working on the package know that
901 there already is a volunteer, so efforts may be shared.
902             <item>
903 It lets the rest of the maintainers know more about the package than
904 the one line description and the usual changelog entry ``Initial release''
905 that gets posted to <tt>debian-devel-changes</tt>.
906             <item>
907 It is helpful to the people who live off unstable (and form our first
908 line of testers).  We should encourage these people.
909             <item>
910 The announcements give maintainers and other interested parties a
911 better feel of what is going on, and what is new, in the project.
912           </list>
913
914
915
916
917       <sect id="uploading">Uploading a package
918
919         <sect1>Generating the changes file
920           <p>
921 When a package is uploaded to the Debian FTP archive, it must be
922 accompanied by a <tt>.changes</tt> file, which gives directions to the
923 archive maintainers for its handling.  This is usually generated by
924 <prgn>dpkg-genchanges</prgn> during the normal package build process.
925           <p>
926 The changes file is a control file with the following fields:
927           <p>
928 &control-file-fields;
929           <p>
930 All of these fields are mandatory for a Debian upload.  See the list
931 of control fields in the <url id="&url-pkg-manual;" name="Debian
932 Packaging Manual"> for the contents of these fields.  You can close
933 bugs automatically using the <tt>Description</tt> field, see <ref
934 id="upload-bugfix">.  Only the <tt>Distribution</tt> field is
935 discussed in this section, since it relates to the archive maintenance
936 policies.
937
938
939         <sect1 id="upload-dist">Picking a distribution
940           <p>
941 Notably, the <tt>Distribution</tt> field, which originates from the
942 <file>debian/changelog</file> file, indicates which distribution the
943 package is intended for.  There are four possible values for this
944 field: `stable', `unstable', `frozen', or `experimental'; these values
945 can also be combined. Or, if Debian has been frozen, and you
946 want to get a bug-fix release into <em>frozen</em>, you would set the
947 distribution to `frozen unstable'.  (See <ref id="upload-frozen"> for
948 more information on when to upload to <em>frozen</em>.)  Note that it
949 never makes sense to combine the <em>experimental</em> distribution with
950 anything else.
951           <p>
952 You should avoid combining `stable' with others because of potential
953 problems with library dependencies (for your package and for the package
954 built by the build daemons for other architecture).
955 Also note that setting the distribution to `stable' means
956 that the package will be placed into the <tt>proposed-updates</tt>
957 directory of the Debian archive for further testing before it is actually
958 included in <em>stable</em>. The Release Team (which can be reached at
959 &email-debian-release;) will decide if your package can be included in
960 stable, therefore if your changelog entry is not clear enough, you may
961 want to explain them why you uploaded your package to stable by sending 
962 them a short explication.
963           <p>
964 The first time a version is uploaded which corresponds to a particular
965 upstream version, the original source tar file should be uploaded and
966 included in the <tt>.changes</tt> file.  Subsequently, this very same
967 tar file should be used to build the new diffs and <tt>.dsc</tt>
968 files, and will not need to be re-uploaded.
969           <p>
970 By default, <prgn>dpkg-genchanges</prgn> and
971 <prgn>dpkg-buildpackage</prgn> will include the original source tar
972 file if and only if the Debian revision part of the source version
973 number is 0 or 1, indicating a new upstream version.  This behaviour
974 may be modified by using <tt>-sa</tt> to always include it or
975 <tt>-sd</tt> to always leave it out.
976           <p>
977 If no original source is included in the upload, the original
978 source tar-file used by <prgn>dpkg-source</prgn> when constructing the
979 <tt>.dsc</tt> file and diff to be uploaded <em>must</em> be
980 byte-for-byte identical with the one already in the archive.  If there
981 is some reason why this is not the case, the new version of the
982 original source should be uploaded, possibly by using the <tt>-sa</tt>
983 flag.
984
985           <sect2 id="upload-frozen">Uploading to <em>frozen</em>
986             <p>
987 The Debian freeze is a crucial time for Debian.  It is our chance to
988 synchronize and stabilize our distribution as a whole.  Therefore,
989 care must be taken when uploading to <em>frozen</em>.
990             <p>
991 It is tempting to always try to get the newest release of software
992 into the release.  However, it's much more important that the system
993 as a whole is stable and works as expected.
994             <p>
995 The watchword for uploading to <em>frozen</em> is <strong>no new
996 code</strong>.  This is a difficult thing to quantify, so here are
997 some guidelines:
998             <p>
999 <list>
1000                 <item>
1001 Fixes for bugs of severity <em>critical</em>, <em>grave</em>, or
1002 <em>serious</em> severity are always allowed for those packages that
1003 must exist in the final release
1004                 <item>
1005 <em>critical</em>, <em>grave</em>, and <em>serious</em> bug fixes are
1006 allowed for non-necessary packages but only if they don't add any new
1007 features
1008                 <item>
1009 important, normal and minor bug fixes are allowed (though discouraged)
1010 on all packages if and only if there are no new features
1011                 <item>
1012 wishlist fixes are not allowed (they are, after all, not really bugs)
1013                 <item>
1014 documentation bug fixes are allowed, since good documentation is
1015 important
1016               </list>
1017             <p>
1018 Experience has shown that there is statistically a 15% chance that
1019 every bug fix will introduce a new bug.  The introduction and
1020 discovery of new bugs either delays release or weakens the final
1021 product.  There is little correlation between the severity of the
1022 original bug fixed and the severity of the bug newly introduced by the
1023 fix.
1024
1025
1026
1027         <sect1 id="upload-checking">Checking the package prior to upload
1028           <p>
1029 Before you upload your package, you should do basic testing on it.  At
1030 a minimum, you should try the following activities (you'll need to
1031 have an older version of the same Debian package around):
1032 <list>
1033               <item>
1034 Install the package and make sure the software works, or upgrade the
1035 package from an older version to your new version if a Debian package
1036 for it already exists.
1037               <item>
1038 Run <prgn>lintian</prgn> over the package.  You can run
1039 <prgn>lintian</prgn> as follows: <tt>lintian -v
1040 <var>package-version</var>.changes</tt>. This will check the source
1041 package as well as the binary package.  If you don't understand the
1042 output that <prgn>lintian</prgn> generates, try adding the <tt>-i</tt>
1043 switch, which will cause <prgn>lintian</prgn> to output a very verbose
1044 description of the problem.
1045                 <p>
1046 Normally, a package should <em>not</em> be uploaded if it causes lintian
1047 to emit errors (they will start with <tt>E</tt>).
1048                 <p>
1049 For more information on <prgn>lintian</prgn>, see <ref id="lintian">.
1050               <item>
1051 Downgrade the package to the previous version (if one exists) -- this
1052 tests the <tt>postrm</tt> and <tt>prerm</tt> scripts.
1053               <item>
1054 Remove the package, then reinstall it.
1055             </list>
1056
1057
1058         <sect1 id="upload-ftp-master">Uploading to <tt>ftp-master</tt>
1059           <p>
1060 To upload a package, you need a personal account on
1061 <ftpsite>ftp-master.debian.org</ftpsite>, which you should have as an
1062 official maintainer. If you use <prgn>scp</prgn> or <prgn>rsync</prgn>
1063 to transfer the files, place them into <ftppath>&us-upload-dir;</ftppath>;
1064 if you use anonymous FTP to upload, place them into
1065 <ftppath>/pub/UploadQueue/</ftppath>.
1066           <p>
1067 <em>Note:</em> Do not upload to <tt>ftp-master</tt> packages
1068 containing software that is export-controlled by the United States
1069 government, nor to the overseas upload queues on <tt>chiark</tt> or
1070 <tt>erlangen</tt>.  This prohibition covers almost all cryptographic
1071 software, and even sometimes software that contains ``hooks'' to
1072 cryptographic software, such as electronic mail readers that support
1073 PGP encryption and authentication.  Uploads of such software should go
1074 to <tt>non-us</tt> (see <ref id="upload-non-us">).  If you are not
1075 sure whether U.S. export controls apply to your package, post a
1076 message to &email-debian-devel; and ask.
1077           <p>
1078 You may also find the Debian package <package>dupload</package> useful
1079 when uploading packages.  This handy program is distributed with
1080 defaults for uploading via <prgn>ftp</prgn> to <tt>ftp-master</tt>,
1081 <tt>chiark</tt>, and <tt>erlangen</tt>.  It can also be configured to
1082 use <prgn>ssh</prgn> or <prgn>rsync</prgn>.  See <manref name="dupload"
1083 section="1"> and <manref name="dupload" section="5"> for more information.
1084           <p>
1085 After uploading your package, you can check how the archive maintenance
1086 software will process it by running <prgn>dinstall</prgn> on your changes
1087 file: <example>dinstall -n foo.changes</example>
1088
1089         <sect1 id="upload-non-us">Uploading to <tt>non-us</tt> (pandora)
1090           <p>
1091 As discussed above, export controlled software should not be uploaded
1092 to <tt>ftp-master</tt>.  Instead, use <prgn>scp</prgn> or non-anonymous
1093 FTP to copy the package to <ftpsite>non-us.debian.org</ftpsite>, placing
1094 the files in <ftppath>&non-us-upload-dir;</ftppath>. By default, you can
1095 use the same account/password that works on <tt>ftp-master</tt>.
1096           <p>
1097 The program <prgn>dupload</prgn> comes with support for uploading to
1098 <tt>non-us</tt>; please refer to the documentation that comes with
1099 the program for details.
1100           <p>
1101 You can check your upload the same way it's done on <tt>ftp-master</tt>,
1102 with:
1103 <example>dinstall -n foo.changes</example>
1104       
1105         <sect1>Uploads via <tt>chiark</tt>
1106           <p>
1107 If you have a slow network connection to <tt>ftp-master</tt>, there are
1108 alternatives.  One is to upload files to <tt>Incoming</tt> via a
1109 upload queue in Europe on <tt>chiark</tt>. For details connect to
1110 <url id="&url-chiark-readme;">.
1111           <p>
1112 <em>Note:</em> Do not upload packages containing software that is
1113 export-controlled by the United States government to the queue on
1114 <tt>chiark</tt>.  Since this upload queue goes to <tt>ftp-master</tt>, the
1115 prescription found in <ref id="upload-ftp-master"> applies here as well.
1116           <p>
1117 The program <prgn>dupload</prgn> comes with support for uploading to
1118 <tt>chiark</tt>; please refer to the documentation that comes with the
1119 program for details.
1120
1121
1122         <sect1>Uploads via <tt>erlangen</tt>
1123           <p>
1124 Another upload queue is available in Germany: just upload the files
1125 via anonymous FTP to <url id="&url-upload-erlangen;">.
1126           <p>
1127 The upload must be a complete Debian upload, as you would put it into
1128 <tt>ftp-master</tt>'s <tt>Incoming</tt>, i.e., a <tt>.changes</tt> files
1129 along with the other files mentioned in the <tt>.changes</tt>. The
1130 queue daemon also checks that the <tt>.changes</tt> is correctly
1131 PGP-signed by a Debian developer, so that no bogus files can find
1132 their way to <tt>ftp-master</tt> via this queue. Please also make sure that
1133 the <tt>Maintainer</tt> field in the <tt>.changes</tt> contains
1134 <em>your</em> e-mail address. The address found there is used for all
1135 replies, just as on <tt>ftp-master</tt>.
1136           <p>
1137 There's no need to move your files into a second directory after the
1138 upload, as on <tt>chiark</tt>. And, in any case, you should get a
1139 mail reply from the queue daemon explaining what happened to your
1140 upload. Hopefully it should have been moved to <tt>ftp-master</tt>, but in
1141 case of errors you're notified, too.
1142           <p>
1143 <em>Note:</em> Do not upload packages containing software that is
1144 export-controlled by the United States government to the queue on
1145 <tt>erlangen</tt>.  Since this upload queue goes to <tt>ftp-master</tt>, the
1146 prescription found in <ref id="upload-ftp-master"> applies here as well.
1147           <p>
1148 The program <prgn>dupload</prgn> comes with support for uploading to
1149 <tt>erlangen</tt>; please refer to the documentation that comes with
1150 the program for details.
1151
1152
1153         <sect1>Other Upload Queues
1154           <p>
1155 Another upload queue is available which is based in the US, and is a
1156 good backup when there are problems reaching <tt>ftp-master</tt>.  You can
1157 upload files, just as in <tt>erlangen</tt>, to <url
1158 id="&url-upload-samosa;">.
1159           <p>
1160 An upload queue is available in Japan: just upload the files via
1161 anonymous FTP to <url id="&url-upload-jp;">.
1162
1163
1164
1165       <sect id="upload-announce">Announcing package uploads
1166         <p>
1167 When a package is uploaded, an announcement should be posted to one of
1168 the ``debian-changes'' lists. This is now done automatically by the archive
1169 maintenance software when it runs (usually once a day). You just need to use
1170 a recent <package>dpkg-dev</package> (&gt;= 1.4.1.2). The mail generated by
1171 the archive maintenance software will contain the PGP/GPG signed 
1172 <tt>.changes</tt> files that you uploaded with your package.
1173 Previously, <prgn>dupload</prgn> used to send those announcements, so
1174 please make sure that you configured your <prgn>dupload</prgn> not to
1175 send those announcements (check its documentation and look for
1176 ``dinstall_runs'').
1177         <p>
1178 If a package is released with the <tt>Distribution:</tt> set to
1179 `stable', the announcement is sent to &email-debian-changes;.  If a
1180 package is released with <tt>Distribution:</tt> set to `unstable',
1181 `experimental', or `frozen' (when present), the announcement will be
1182 posted to &email-debian-devel-changes; instead.
1183         <p>
1184 On occasion, it is necessary to upload a package to both the
1185 <em>stable</em> and <em>unstable</em> distributions; this is done by
1186 putting both distributions in the <tt>Distribution:</tt> line.  In
1187 such a case the upload announcement will go to both of the above
1188 mailing lists.
1189         <p>
1190 The <prgn>dupload</prgn> program is clever enough to determine
1191 where the announcement should go, and will automatically mail the
1192 announcement to the right list.  See <ref id="dupload">.
1193
1194       <sect id="upload-notification">
1195         <heading>Notification that a new package has been installed</heading>
1196         <p>
1197 The Debian archive maintainers are responsible for handling package
1198 uploads.  For the most part, uploads are automatically handled on a
1199 daily basis by archive maintenance tools `dak'
1200 (also referred to as <prgn>katie</prgn> or <prgn>dinstall</prgn>).
1201 Specifically, updates to existing packages to
1202 the `unstable' distribution are handled automatically. In other cases,
1203 notably new packages, placing the uploaded package into the
1204 distribution is handled manually. When uploads are handled manually,
1205 the change to the archive may take up to a month to occur. Please be
1206 patient.
1207         <p>
1208 In any case, you will receive email notification indicating that the
1209 package has been uploaded.  Please examine this notification
1210 carefully.  You may notice that the package didn't go into the section
1211 you thought you set it to go into.  Read on for why.
1212
1213         <sect1 id="override-file">The override file
1214           <p>
1215 The <file>debian/control</file> file's <tt>Section</tt> and
1216 <tt>Priority</tt> fields do not actually specify where the file will
1217 be placed in the archive, nor its priority.  In order to retain the
1218 overall integrity of the archive, it is the archive maintainers who
1219 have control over these fields.  The values in the
1220 <file>debian/control</file> file are actually just hints.
1221           <p>
1222 The archive maintainers keep track of the canonical sections and
1223 priorities for packages in the <em>override file</em>.  Sometimes the
1224 <em>override file</em> needs correcting.  Simply changing the
1225 package's <file>control</file> file is not going to work.  Instead,
1226 you should email &email-override; or submit a bug against
1227 <package>ftp.debian.org</package>.
1228           <p>
1229 For more information about <em>override files</em>, see <manref
1230 name="dpkg-scanpackages" section="8">, &file-bts-mailing;, and
1231 &file-bts-info;.
1232
1233
1234
1235     <chapt id="nmu">Non-Maintainer Uploads (NMUs)
1236       <p>
1237 Under certain circumstances it is necessary for someone other than the
1238 official package maintainer to make a release of a package.  This is
1239 called a non-maintainer upload, or NMU.
1240        <p>
1241 Debian porters, who compile packages for different architectures, do
1242 NMUs as part of their normal porting activity (see <ref
1243 id="porting">).  Another reason why NMUs are done is when a Debian
1244 developers needs to fix another developers' packages in order to
1245 address serious security problems or crippling bugs, especially during
1246 the freeze, or when the package maintainer is unable to release a fix
1247 in a timely fashion.
1248       <p>
1249 This chapter contains information providing guidelines for when and
1250 how NMUs should be done.  A fundamental distinction is made between
1251 source and binary NMUs, which is explained in the next section.
1252
1253       <sect id="nmu-terms">Terminology
1254         <p>
1255 There are two new terms used throughout this section: ``binary NMU''
1256 and ``source NMU''.  These terms are used with specific technical
1257 meaning throughout this document.  Both binary and source NMUs are
1258 similar, since they involve an upload of a package by a developer who
1259 is not the official maintainer of that package.  That is why it's a
1260 <em>non-maintainer</em> upload.
1261         <p>
1262 A source NMU is an upload of a package by a developer who is not the
1263 official maintainer, for the purposes of fixing a bug in the package.
1264 Source NMUs always involves changes to the source (even if it is just
1265 a change to <file>debian/changelog</file>).  This can be either a change
1266 to the upstream source, or a change to the Debian bits of the source.
1267         <p>
1268 A binary NMU is a recompilation and upload of a binary package for a
1269 new architecture.  As such, it is usually part of a porting effort.  A
1270 binary NMU is a non-maintainer uploaded binary version of a package
1271 (often for another architecture), with no source changes required.
1272 There are many cases where porters must fix problems in the source in
1273 order to get them to compile for their target architecture; that would
1274 be considered a source NMU rather than a binary NMU.  As you can see,
1275 we don't distinguish in terminology between porter NMUs and non-porter
1276 NMUs.
1277         <p>
1278 Both classes of NMUs, source and binary, can be lumped by the term
1279 ``NMU''.  However, this often leads to confusion, since most people
1280 think ``source NMU'' when they think ``NMU''.  So it's best to be
1281 careful.  In this chapter, if I use the unqualified term ``NMU'', I
1282 mean both source and binary NMUs.
1283
1284
1285       <sect id="nmu-who">Who can do an NMU
1286         <p>
1287 Only official, registered Debian maintainers can do binary or source
1288 NMUs.  An official maintainer is someone who has their key in the
1289 Debian key ring.  Non-developers, however, are encouraged to download
1290 the source package and start hacking on it to fix problems; however,
1291 rather than doing an NMU, they should just submit worthwhile patches
1292 to the Bug Tracking System.  Maintainers almost always appreciate
1293 quality patches and bug reports.
1294
1295
1296       <sect id="nmu-when">When to do a source NMU
1297         <p>
1298 Guidelines for when to do a source NMU depend on the target
1299 distribution, i.e., stable, unstable, or frozen.  Porters have
1300 slightly different rules than non-porters, due to their unique
1301 circumstances (see <ref id="source-nmu-when-porter">).
1302         <p>
1303 Only critical changes or security bug fixes make it into stable.  When
1304 a security bug is detected, a fixed package should be uploaded as soon
1305 as possible. In this case, the Debian Security Managers should get in
1306 contact with the package maintainer to make sure a fixed package is
1307 uploaded within a reasonable time (less than 48 hours). If the package
1308 maintainer cannot provide a fixed package fast enough or if he/she
1309 cannot be reached in time, the Security Manager may upload a fixed
1310 package (i.e., do a source NMU).
1311         <p>
1312 During the release freeze (see <ref id="upload-frozen">), NMUs which
1313 fix serious or higher severity bugs are encouraged and accepted.
1314 Even during this window, however, you should endeavor to reach the
1315 current maintainer of the package; they might be just about to upload
1316 a fix for the problem.  As with any source NMU, the guidelines found
1317 in <ref id="nmu-guidelines"> need to be followed.
1318         <p>
1319 Bug fixes to unstable by non-maintainers are also acceptable, but only
1320 as a last resort or with permission.  Try the following steps first,
1321 and if they don't work, it is probably OK to do an NMU:
1322         <p>
1323 <list>
1324             <item>
1325 Make sure that the package bug is in the Debian Bug Tracking System
1326 (BTS).  If not, submit a bug.
1327             <item>
1328 Email the maintainer, and offer to help fix the package bug.  Give it a 
1329 few days.
1330             <item>
1331 Go ahead and fix the bug, submitting a patch to the right bug in the
1332 BTS.  Build the package and test it as discussed in <ref
1333 id="upload-checking">.  Use it locally.
1334             <item>
1335 Wait a couple of weeks for a response.
1336             <item>
1337 Email the maintainer, asking if it is OK to do an NMU.
1338             <item>
1339 Double check that your patch doesn't have any unexpected side effects.
1340 Make sure your patch is as small and as non-disruptive as it can be.
1341             <item>
1342 Wait another week for a response.
1343             <item>
1344 Go ahead and do the source NMU, as described in <ref
1345 id="nmu-guidelines">.
1346           </list>
1347
1348
1349
1350       <sect id="nmu-guidelines">How to do a source NMU
1351         <p>
1352 The following applies to porters insofar as they are playing the dual
1353 role of being both package bug-fixers and package porters.  If a
1354 porter has to change the Debian source archive, automatically their
1355 upload is a source NMU and is subject to its rules.  If a porter is
1356 simply uploading a recompiled binary package, the rules are different;
1357 see <ref id="porter-guidelines">.
1358         <p>
1359 First and foremost, it is critical that NMU patches to source should
1360 be as non-disruptive as possible.  Do not do housekeeping tasks, do
1361 not change the name of modules or files, do not move directories; in
1362 general, do not fix things which are not broken.  Keep the patch as
1363 small as possible.  If things bother you aesthetically, talk to the
1364 Debian maintainer, talk to the upstream maintainer, or submit a bug.
1365 However, aesthetic changes must <em>not</em> be made in a non-maintainer
1366 upload.
1367
1368
1369         <sect1 id="nmu-version">Source NMU version numbering
1370           <p>
1371 Whenever you have made a change to a package, no matter how trivial,
1372 the version number needs to change.  This enables our packing system
1373 to function.
1374           <p>
1375 If you are doing a non-maintainer upload (NMU), you should add a new
1376 minor version number to the <var>debian-revision</var> part of the
1377 version number (the portion after the last hyphen).  This extra minor
1378 number will start at `1'.  For example, consider the package `foo',
1379 which is at version 1.1-3.  In the archive, the source package control
1380 file would be <file>foo_1.1-3.dsc</file>.  The upstream version is
1381 `1.1' and the Debian revision is `3'.  The next NMU would add a new
1382 minor number `.1' to the Debian revision; the new source control file
1383 would be <file>foo_1.1-3.1.dsc</file>.
1384           <p>
1385 The Debian revision minor number is needed to avoid stealing one of
1386 the package maintainer's version numbers, which might disrupt their
1387 work.  It also has the benefit of making it visually clear that a
1388 package in the archive was not made by the official maintainer.
1389           <p>
1390 If there is no <var>debian-revision</var> component in the version
1391 number then one should be created, starting at `0.1'.  If it is
1392 absolutely necessary for someone other than the usual maintainer to
1393 make a release based on a new upstream version then the person making
1394 the release should start with the <var>debian-revision</var> value
1395 `0.1'.  The usual maintainer of a package should start their
1396 <var>debian-revision</var> numbering at `1'.  Note that if you do
1397 this, you'll have to invoke <prgn>dpkg-buildpackage</prgn> with the
1398 <tt>-sa</tt> switch to force the build system to pick up the new
1399 source package (normally it only looks for Debian revisions of '0' or
1400 '1' -- it's not yet clever enough to know about `0.1').
1401           <p>
1402 Remember, porters who are simply recompiling a package for a different
1403 architecture do not need to renumber.  Porters should use new version
1404 numbers if and only if they actually have to modify the source package
1405 in some way, i.e., if they are doing a source NMU and not a binary
1406 NMU.
1407
1408
1409         <sect1 id="nmu-changelog">
1410           <heading>Source NMUs must have a new changelog entry</heading>
1411           <p>
1412 A non-maintainer doing a source NMU must create a changelog entry,
1413 describing which bugs are fixed by the NMU, and generally why the NMU
1414 was required and what it fixed.  The changelog entry will have the
1415 non-maintainer's email address in the log entry and the NMU version
1416 number in it.</p>
1417           <p>
1418 By convention, source NMU changelog entries start with the line
1419 <example>
1420   * Non-maintainer upload
1421 </example></p></sect1>
1422
1423
1424         <sect1 id="nmu-patch">Source NMUs and the Bug Tracking System
1425           <p>
1426 Maintainers other than the official package maintainer should make as
1427 few changes to the package as possible, and they should always send a
1428 patch as a unified context diff (<tt>diff -u</tt>) detailing their
1429 changes to the Bug Tracking System.
1430           <p>
1431 What if you are simply recompiling the package?  In this case, the
1432 process is different for porters than it is for non-porters, as
1433 mentioned above.  If you are not a porter and are doing an NMU that
1434 simply requires a recompile (i.e., a new shared library is available
1435 to be linked against, a bug was fixed in
1436 <package>debhelper</package>), there must still be a changelog entry;
1437 therefore, there will be a patch.  If you are a porter, you are
1438 probably just doing a binary NMU.  (Note: this leaves out in the cold
1439 porters who have to do recompiles -- chalk it up as a weakness in how
1440 we maintain our archive.)
1441           <p>
1442 If the source NMU (non-maintainer upload) fixes some existing bugs,
1443 the bugs in the Bug Tracking System which are fixed need to be
1444 <em>notified</em> but not actually <em>closed</em> by the
1445 non-maintainer.  Technically, only the official package maintainer or
1446 the original bug submitter are allowed to close bugs.  However, the
1447 person making the non-maintainer release must send a short message to
1448 the relevant bugs explaining that the bugs have been fixed by the NMU.
1449 Using <email>control@bugs.debian.org</email>, the party doing the NMU
1450 should also set the severity of the bugs fixed in the NMU to `fixed'.
1451 This ensures that everyone knows that the bug was fixed in an NMU;
1452 however the bug is left open until the changes in the NMU are
1453 incorporated officially into the package by the official package
1454 maintainer.  Also, open a bug with the patches needed to fix the
1455 problem, or make sure that one of the other (already open) bugs has
1456 the patches.
1457           <p>
1458 The normal maintainer will either apply the patch or employ an
1459 alternate method of fixing the problem.  Sometimes bugs are fixed
1460 independently upstream, which is another good reason to back out an
1461 NMU's patch.  If the maintainer decides not to apply the NMU's patch
1462 but to release a new version, the maintainer needs to ensure that the
1463 new upstream version really fixes each problem that was fixed in the
1464 non-maintainer release.
1465           <p>
1466 In addition, the normal maintainer should <em>always</em> retain the
1467 entry in the changelog file documenting the non-maintainer upload.
1468
1469
1470         <sect1 id="nmu-build">Building source NMUs
1471           <p>
1472 Source NMU packages are built normally.  Pick a distribution using the
1473 same rules as found in <ref id="upload-dist">.  Just as described in
1474 <ref id="uploading">, a normal changes file, etc., will be built.  In
1475 fact, all the prescriptions from <ref id="upload"> apply, including
1476 the need to announce the NMU to the proper lists.
1477           <p>
1478 Make sure you do <em>not</em> change the value of the maintainer in
1479 the <file>debian/control</file> file.  Your name as given in the NMU entry of
1480 the <file>debian/changelog</file> file will be used for signing the
1481 changes file.
1482
1483
1484
1485
1486     <chapt id="porting">Porting and Being Ported
1487       <p>
1488 Debian supports an ever-increasing number of architectures.  Even if
1489 you are not a porter, and you don't use any architecture but one, it
1490 is part of your duty as a maintainer to be aware of issues of
1491 portability.  Therefore, even if you are not a porter, you should read
1492 most of this chapter.
1493       <p>
1494 Porting is the act of building Debian packages for architectures that
1495 is different from the original architecture of the package
1496 maintainer's binary package.  It is a unique and essential activity.
1497 In fact, porters do most of the actual compiling of Debian packages.
1498 For instance, for a single <em>i386</em> binary package, there must be a
1499 recompile for each architecture, which is amounts to five more builds.
1500
1501
1502       <sect id="kind-to-porters">Being Kind to Porters
1503         <p>
1504 Porters have a difficult and unique task, since they are required to
1505 deal with a large volume of packages.  Ideally, every source package
1506 should build right out of the box.  Unfortunately, this is often not
1507 the case.  This section contains a checklist of ``gotchas'' often
1508 committed by Debian maintainers -- common problems which often stymie
1509 porters, and make their jobs unnecessarily more difficult.
1510         <p>
1511 The first and most important watchword is to respond quickly to bug or
1512 issues raised by porters.  Please treat porters with courtesy, as if
1513 they were in fact co-maintainers of your package (which in a way, they
1514 are).
1515         <p>
1516 By far, most of the problems encountered by porters are caused by
1517 <em>packaging bugs</em> in the source packages.  Here is a checklist
1518 of things you should check or be aware of.
1519
1520 <enumlist>
1521             <item>
1522 Don't set architecture to a value other than ``all'' or ``any'' unless
1523 you really mean it.  In too many cases, maintainers don't follow the
1524 instructions in the <url id="&url-pkg-manual;" name="Debian Packaging
1525 Manual">.  Setting your architecture to ``i386'' is usually incorrect.
1526             <item>
1527 Make sure your source package is correct.  Do <tt>dpkg-source -x
1528 <var>package</var>.dsc</tt> to make sure your source package unpacks
1529 properly.  Then, in there, try building your package from scratch with
1530 <tt>dpkg-buildpackage</tt>.
1531             <item>
1532 Make sure you don't ship your source package with the
1533 <file>debian/files</file> or <file>debian/substvars</file> files.
1534 They should be removed by the `clean' target of
1535 <file>debian/rules</file>.
1536             <item>
1537 Make sure you don't rely on locally installed or hacked configurations
1538 or programs.  For instance, you should never be calling programs in
1539 <file>/usr/local/bin</file> or the like.  Try not to rely on programs
1540 be setup in a special way.  Try building your package on another
1541 machine, even if it's the same architecture.
1542             <item>
1543 Don't depend on the package you're building already being installed (a
1544 sub-case of the above issue).
1545             <item>
1546 Don't rely on <prgn>egcc</prgn> being available; don't rely on
1547 <prgn>gcc</prgn> being a certain version.
1548             <item>
1549 Make sure your debian/rules contains separate ``binary-arch'' and
1550 ``binary-indep'' targets, as the Debian Packaging Manual requires.
1551 Make sure that both targets work independently, that is, that you can
1552 call the target without having called the other before. To test this,
1553 try to run <tt>dpkg-buildpackage -b</tt>.
1554           </enumlist>
1555
1556
1557       <sect id="porter-guidelines">Guidelines for Porter Uploads
1558         <p>
1559 If the package builds out of the box for the architecture to be ported
1560 to, you are in luck and your job is easy.  This section applies to
1561 that case; it describes how to build and upload your binary NMU so
1562 that it is properly installed into the archive.  If you do have to
1563 patch the package in order to get it to compile for the other
1564 architecture, you are actually doing a source NMU, so consult <ref
1565 id="nmu-guidelines"> instead.
1566         <p>
1567 In a binary NMU, no real changes are being made to the source.  You do
1568 not need to touch any of the files in the source package.  This
1569 includes <file>debian/changelog</file>.
1570         <p>
1571 Sometimes you need to recompile a package against other packages
1572 which have been updated, such as libraries.  You do have to bump the
1573 version number in this case, so that the upgrade system can function
1574 properly.  Even so, these are considered binary-only NMUs -- there is
1575 no need in this case for all architectures to recompile.  You should
1576 set the version number as in the case of NMU versioning, but add a
1577 ``.0.'' before the the NMU version.  For instance, a recompile-only
1578 NMU of the source package ``foo_1.3-1'' would be numbered
1579 ``foo_1.3-1.0.1''.
1580         <p>
1581 The way to invoke <prgn>dpkg-buildpackage</prgn> is as
1582 <tt>dpkg-buildpackage -B -m<var>porter-email</var></tt>.  Of course,
1583 set <var>porter-email</var> to your email address.  This will do a
1584 binary-only build of only the architecture-dependant portions of the
1585 package, using the `binary-arch' target in <file>debian/rules</file>.
1586
1587
1588         <sect1 id="source-nmu-when-porter">
1589           <heading>When to do a source NMU if you are a porter</heading>
1590           <p>
1591 Porters doing a source NMU generally follow the guidelines found in
1592 <ref id="nmu">, just like non-porters.  However, it is expected that
1593 the wait cycle for a porter's source NMU is smaller than for a
1594 non-porter, since porters have to cope with a large quantity of
1595 packages.
1596           <p>
1597 Again, the situation varies depending on the distribution they are
1598 uploading to.  Crucial fixes (i.e., changes need to get a source
1599 package to compile for a released-targeted architecture) can be
1600 uploaded with <em>no</em> waiting period for the `frozen' distribution.
1601           <p>
1602 However, if you are a porter doing an NMU for `unstable', the above
1603 guidelines for porting should be followed, with two variations.
1604 Firstly, the acceptable waiting period -- the time between when the
1605 bug is submitted to the BTS and when it is OK to do an NMU -- is seven
1606 days for porters working on the unstable distribution.  This period
1607 can be shortened if the problem is critical and imposes hardship on
1608 the porting effort, at the discretion of the porter group.  (Remember,
1609 none of this is Policy, just mutually agreed upon guidelines.)
1610           <p>
1611 Secondly, porters doing source NMUs should make sure that the bug they
1612 submit to the BTS should be of severity `serious' or greater.  This
1613 ensures that a single source package can be used to compile every
1614 supported Debian architecture by release time.  It is very important
1615 that we have one version of the binary and source package for all
1616 architecture in order to comply with many licenses.
1617           <p>
1618 Porters should try to avoid patches which simply kludge around bugs in
1619 the current version of the compile environment, kernel, or libc.
1620 Sometimes such kludges can't be helped.  If you have to kludge around
1621 compilers bugs and the like, make sure you <tt>#ifdef</tt> your work
1622 properly; also, document your kludge so that people know to remove it
1623 once the external problems have been fixed.
1624           <p>
1625 Porters may also have an unofficial location where they can put the
1626 results of their work during the waiting period.  This helps others
1627 running the port have the benefit of the porter's work, even during
1628 the waiting period.  Of course, such locations have no official
1629 blessing or status, so buyer, beware.
1630
1631
1632       <sect>Tools for Porters
1633         <p>
1634 There are several tools available for the porting effort. This section
1635 contains a brief introduction to these tools; see the package
1636 documentation or references for full information.
1637
1638
1639         <sect1 id="quinn-diff">
1640           <heading><package>quinn-diff</package>
1641           <p>
1642 <package>quinn-diff</package> is used to locate the differences from
1643 one architecture to another.  For instance, it could tell you which
1644 packages need to be ported for architecture <var>Y</var>, based on
1645 architecture <var>X</var>.
1646
1647
1648         <sect1 id="buildd">
1649           <heading><package>buildd</package>
1650           <p>
1651 The <package>buildd</package> system is used as a distributed,
1652 client-server build distribution system.  It is usually used in
1653 conjunction with <em>auto-builders</em>, which are ``slave'' hosts
1654 which simply check out and attempt to auto-build packages which need
1655 to be ported.  There is also an email interface to the system, which
1656 allows porters to ``check out'' a source package (usually one which
1657 cannot yet be autobuilt) and work on it.
1658           <p>
1659 <package>buildd</package> is not yet available as a package; however,
1660 most porting efforts are either using it currently or planning to use
1661 it in the near future.  It collects a number of as yet unpackaged
1662 components which are currently very useful and in use continually,
1663 such as <prgn>andrea</prgn>, <prgn>sbuild</prgn> and
1664 <prgn>wanna-build</prgn>.
1665           <p>
1666 Some of the data produced by <package>buildd</package> which is
1667 generally useful to porters is available on the web at <url
1668 id="&url-buildd;">.  This data includes nightly updated information
1669 from <prgn>andrea</prgn> (source dependencies) and
1670 <package>quinn-diff</package> (packages needing recompilation).
1671           <p>
1672 We are very excited about this system, since it potentially has so
1673 many uses.  Independent development groups can use the system for
1674 different sub-flavors of Debian, which may or may not really be of
1675 general interest (for instance, a flavor of Debian built with gcc
1676 bounds checking).  It will also enable Debian to recompile entire
1677 distributions quickly.
1678
1679
1680         <sect1 id="dpkg-cross">
1681           <heading><package>dpkg-cross</package>
1682           <p>
1683 <package>dpkg-cross</package> is a tool for installing libraries and
1684 headers for cross-compiling in a way similar to
1685 <package>dpkg</package>. Furthermore, the functionality of
1686 <prgn>dpkg-buildpackage</prgn> and <prgn>dpkg-shlibdeps</prgn> is
1687 enhanced to support cross-compiling.
1688
1689
1690
1691
1692     <chapt id="archive-manip">
1693       <heading>Moving, Removing, Renaming, Adopting, and Orphaning
1694       Packages</heading>
1695       <p>
1696 Some archive manipulation operation are not automated in the Debian
1697 upload process.  These procedures should be manually followed by
1698 maintainers.  This chapter gives guidelines in what to do in these
1699 cases.
1700
1701       <sect>Moving packages
1702         <p>
1703 Sometimes a package will change its section.  For instance, a
1704 package from the `non-free' section might be GPL'd in a later version,
1705 in which case, the package should be moved to `main' or
1706 `contrib'.<footnote> See the <url id="&url-debian-policy;"
1707 name="Debian Policy Manual"> for guidelines on what section a package
1708 belongs in.
1709           </footnote>
1710         <p>
1711 If you need to change the section for one of your packages, change the
1712 package control information to place the package in the desired
1713 section, and re-upload the package (see the <url id="&url-pkg-manual;"
1714 name="Debian Packaging Manual"> for details).  Carefully examine the
1715 installation log sent to you when the package is installed into the
1716 archive.  If for some reason the old location of the package remains,
1717 file a bug against <tt>ftp.debian.org</tt> asking that the old
1718 location be removed.  Give details on what you did, since it might be
1719 a bug in the archive maintenance software.
1720         <p>
1721 If, on the other hand, you need to change the <em>subsection</em> of
1722 one of your packages (e.g., ``devel'', ``admin''), the procedure is
1723 slightly different.  Correct the subsection as found in the control
1724 file of the package, and reupload that.  Also, you'll need to get the
1725 override file updated, as described in <ref id="override-file">.
1726
1727
1728       <sect id="removing-pkgs">Removing packages
1729         <p>
1730 If for some reason you want to completely remove a package (say, if it
1731 is an old compatibility library which is not longer required), you
1732 need to file a bug against <tt>ftp.debian.org</tt> asking that the
1733 package be removed.  Make sure you indicate which distribution the
1734 package should be removed from.
1735         <p>
1736 If in doubt concerning whether a package is disposable, email
1737 &email-debian-devel; asking for opinions.  Also of interest is the
1738 <prgn>apt-cache</prgn> program from the <package>apt</package>
1739 package.  When invoked as <tt>apt-cache showpkg
1740 <var>package</var></tt>, the program will show details for
1741 <var>package</var>, including reverse depends.
1742
1743         <sect1>Removing packages from <tt>Incoming</tt>
1744           <p>
1745 If you decide to remove a package from <tt>Incoming</tt>, it is nice
1746 but not required to send a notification of that to the appropriate
1747 announce list (either &email-debian-changes; or
1748 &email-debian-devel-changes;).
1749
1750       <sect>Replacing or renaming packages
1751         <p>
1752 Sometimes you made a mistake naming the package and you need to rename
1753 it.  In this case, you need to follow a two-step process.  First, set
1754 your <file>debian/control</file> file to replace and conflict with the
1755 obsolete name of the package (see the <url id="&url-pkg-manual;"
1756 name="Debian Packaging Manual"> for details).  Once you've uploaded
1757 that package, and the package has moved into the archive, file a bug
1758 against <tt>ftp.debian.org</tt> asking to remove the package with the
1759 obsolete name.
1760
1761       <sect id="orphaning">Orphaning a package
1762         <p>
1763 If you can no longer maintain a package, you need to inform the others
1764 about that, and see that the package is marked as orphaned.
1765 you should set the package maintainer to <tt>Debian QA Group
1766 &lt;debian-qa@lists.debian.org&gt;</tt> and submit a bug report
1767 against the pseudo package <tt>wnpp</tt>.  The bug report should be
1768 titled <tt>O: <var>package</var> -- <var>short description</var></tt>
1769 indicating that the package is now orphaned.  The severity of the bug
1770 should be set to <em>normal</em>.  If the package is especially
1771 crucial to Debian, you should instead submit a bug against
1772 <tt>wnpp</tt> and title it <tt>RFA: <var>package</var> -- <var>short
1773 description</var></tt> and set its severity to <em>important</em>. You
1774 should also email &email-debian-devel; asking for a new maintainer.
1775         <p>
1776 Read instructions on the <url id="&url-wnpp;" name="WNPP web pages">
1777 for more information.
1778
1779       <sect id="adopting">Adopting a package
1780         <p>
1781 A list of packages in need of a new maintainer is available at in the
1782 <url name="Work-Needing and Prospective Packages list (WNPP)"
1783 id="&url-wnpp;">. If you wish to take over maintenance of any of the
1784 packages listed in the WNPP, please take a look at the aforementioned
1785 page for information and procedures.
1786         <p>
1787 It is not OK to simply take over a package that you feel is neglected
1788 -- that would be package hijacking.  You can, of course, contact the
1789 current maintainer and ask them if you may take over the package.
1790 However, without their assent, you may not take over the package.
1791 Even if they ignore you, that is still not grounds to take over a
1792 package.  If you really feel that a maintainer has gone AWOL (absent
1793 without leave), post a query to &email-debian-private;.
1794         <p>
1795 If you take over an old package, you probably want to be listed as the
1796 package's official maintainer in the bug system. This will happen
1797 automatically once you upload a new version with an updated
1798 <tt>Maintainer:</tt> field, although it can take a few hours after the
1799 upload is done. If you do not expect to upload a new version for a while,
1800 send an email to &email-override; so that bug reports will go to you
1801 right away.
1802
1803
1804
1805
1806     <chapt id="bug-handling">Handling Bugs
1807
1808       <sect>Monitoring bugs
1809         <p>
1810 If you want to be a good maintainer, you should periodically check the
1811 <url id="&url-bts;" name="Debian bug tracking system (BTS)"> for your
1812 packages.  The BTS contains all the open bugs against your packages.
1813         <p>
1814 Maintainers interact with the BTS via email addresses at
1815 <tt>bugs.debian.org</tt>.  Documentation on available commands can be
1816 found at <url id="&url-bts;">, or, if you have installed the
1817 <package>doc-debian</package> package, you can look at the local files
1818 <file>/usr/doc/debian/bug-*</file>.
1819         <p>
1820 Some find it useful to get periodic reports on open bugs.  You can add
1821 a cron job such as the following if you want to get a weekly email
1822 outlining all the open bugs against your packages:
1823 <example>
1824 # ask for weekly reports of bugs in my packages
1825 0 17 * * fri   echo "index maint <var>maintainer-address</var>" | mail request@bugs.debian.org
1826 </example>
1827 Replace <var>maintainer-address</var> with you official Debian
1828 maintainer address.
1829
1830       <sect id="submit-bug">Submitting Bugs
1831         <p>
1832 Often as a package maintainer, you find bugs in other packages or else
1833 have bugs reported to your packages which need to be reassigned.  The
1834 <url id="&url-bts-control;" name="BTS instructions"> can tell you how
1835 to do this.
1836         <p>
1837 We encourage you to file bugs when there are problems.  Try to submit
1838 the bug from a normal user account at which you are likely to receive
1839 mail.  Do not submit bugs as root.
1840         <p>
1841 Make sure the bug is not already filed against a package.  Try to do a
1842 good job reporting a bug and redirecting it to the proper location.
1843 For extra credit, you can go through other packages, merging bugs
1844 which are reported more than once, or setting bug severities to
1845 `fixed' when they have already been fixed.  Note that when you are
1846 neither the bug submitter nor the package maintainer, you should
1847 not actually close the bug (unless you secure permission from the
1848 maintainer).
1849
1850       <sect>Responding to Bugs
1851         <p>
1852 Make sure that any discussions you have about bugs are sent both to
1853 the original submitter of the bug, and the bug itself (e.g.,
1854 <email>123@bugs.debian.org</email>).
1855         <p>
1856 You should <em>never</em> close bugs via the bug server `close'
1857 command sent to &email-bts-control;.  If you do so, the original
1858 submitter will not receive any feedback on why the bug was closed.
1859
1860       <sect id="upload-bugfix">When bugs are closed by new uploads
1861         <p>
1862 If you fix a bug in your packages, it is your responsibility as the
1863 package maintainer to close the bug when it has been fixed.  However,
1864 you should not close the bug until the package which fixes the bug has
1865 been accepted into the Debian archive.  Therefore, once you get
1866 notification that your updated package has been installed into the
1867 archive, you can and should close the bug in the BTS.
1868         <p>
1869 If you are using a new version of <package>dpkg-dev</package> and you do
1870 your changelog entry properly, the archive maintenance software will close
1871 the bugs automatically.  All you have to do is follow a certain syntax in
1872 your <file>debian/changelog</file> file:
1873 <example>
1874 acme-cannon (3.1415) unstable; urgency=low
1875
1876   * Frobbed with options (closes: Bug#98339)
1877   * Added safety to prevent operator dismemberment, closes: bug#98765,
1878     bug#98713, #98714.
1879   * Added manpage. Closes: #98725.
1880 </example>
1881
1882 Technically speaking, the following Perl regular expression is what is
1883 used:
1884 <example>
1885   /closes:\s*(?:bug)?\#\s*\d+(?:,\s*(?:bug)?\#\s*\d+)*/ig
1886 </example>
1887
1888 The author prefers the <tt>(closes: Bug#<var>XXX</var>)</tt> syntax,
1889 since it stands out from the rest of the changelog entries.
1890         <p>
1891 If you want to close bugs the old fashioned, manual way, it is usually
1892 sufficient to mail the <tt>.changes</tt> file to
1893 <email>XXX-done@bugs.debian.org</email>, where <var>XXX</var> is your
1894 bug number.
1895
1896
1897       <sect id="lintian-reports">Lintian reports
1898         <p>
1899 You should periodically get the new <package>lintian</package> from
1900 `unstable' and check over all your packages.  Alternatively you can
1901 check for your maintainer email address at the <url id="&url-lintian;"
1902 name="online lintian report">.  That report, which is updated
1903 automatically, contains <prgn>lintian</prgn> reports against the
1904 latest version of the distribution (usually from 'unstable') using the
1905 latest <package>lintian</package>.
1906
1907
1908       <sect>Reporting lots of bugs at once
1909         <p>
1910 Reporting a great number of bugs for the same problem on a great
1911 number of different packages -- i.e., more than 10 -- is a deprecated
1912 practice.  Take all possible steps to avoid submitting bulk bugs at
1913 all.  For instance, if checking for the problem can be automated, add
1914 a new check to <package>lintian</package> so that an error or warning
1915 is emitted.
1916         <p>
1917 If you report more than 10 bugs on the same topic at once, it is
1918 recommended that you send a message to &email-debian-devel; describing
1919 your intention before submitting the report. This will allow other
1920 developers to verify that the bug is a real problem. In addition, it
1921 will help prevent a situation in which several maintainers start
1922 filing the same bug report simultaneously.
1923         <p>
1924 Note that when sending lots of bugs on the same subject, you should
1925 send the bug report to <email>maintonly@bugs.debian.org</email> so
1926 that the bug report is not forwarded to the bug distribution mailing
1927 list.
1928
1929
1930     <chapt id="tools">Overview of Debian Maintainer Tools
1931       <p>
1932 This section contains a rough overview of the tools available to
1933 maintainers.  These tools are meant to help convenience developers and 
1934 free their time for critical tasks.  
1935       <p>
1936 Some people prefer to use high-level package maintenance tools and
1937 some do not.  Debian is officially agnostic on this issue; any tool
1938 which gets the job done is fine.  Therefore, this section is not meant
1939 to stipulate to anyone which tools they should use or how they should
1940 go about with their duties of maintainership.  Nor is it meant to
1941 endorse any particular tool to the exclusion of a competing tool.
1942       <p>
1943 Most of the descriptions of these packages come from the actual
1944 package descriptions themselves.  Further information can be found in
1945 the package documentation itself.
1946
1947
1948       <sect id="dpkg-dev">
1949         <heading><package>dpkg-dev</package>
1950         <p>
1951 <package>dpkg-dev</package> contains the tools (including
1952 <prgn>dpkg-source</prgn>) required to unpack, build and upload Debian
1953 source packages.  These utilities contain the fundamental, low-level
1954 functionality required to create and manipulated packages; as such,
1955 they are required for any Debian maintainer.
1956
1957
1958       <sect id="lintian">
1959         <heading><package>lintian</package>
1960         <p>
1961 <package>Lintian</package> dissects Debian packages and reports bugs
1962 and policy violations. It contains automated checks for many aspects
1963 of Debian policy as well as some checks for common errors.  The use of
1964 <package>lintian</package> has already been discussed in <ref
1965 id="upload-checking"> and <ref id="lintian-reports">.
1966
1967
1968       <sect id="debhelper">
1969         <heading><package>debhelper</package>
1970         <p>
1971 <package>debhelper</package> is a collection of programs that can be
1972 used in <file>debian/rules</file> to automate common tasks related to
1973 building binary Debian packages. Programs are included to install
1974 various files into your package, compress files, fix file permissions,
1975 integrate your package with the Debian menu system.
1976         <p>
1977 Unlike <package>debmake</package>, <package>debhelper</package> is
1978 broken into several small, granular commands which act in a consistent
1979 manner.  As such, it allows a greater granularity of control than
1980 <package>debmake</package>.
1981
1982
1983       <sect id="debmake">
1984         <heading><package>debmake</package>
1985         <p>
1986 <package>debmake</package>, a pre-cursor to
1987 <package>debhelper</package>, is a less granular
1988 <file>debian/rules</file> assistant. It includes two main programs:
1989 <prgn>deb-make</prgn>, which can be used to help a maintainer convert
1990 a regular (non-Debian) source archive into a Debian source package;
1991 and <prgn>debstd</prgn>, which incorporates in one big shot the same
1992 sort of automated functions that one finds in
1993 <package>debhelper</package>.
1994         <p>
1995 The consensus is that <package>debmake</package> is now deprecated in
1996 favor of <package>debhelper</package>.  However, it's not a bug to use
1997 <package>debmake</package>.
1998
1999       <sect id="yada">
2000         <heading><package>yada</package>
2001         <p>
2002 <package>yada</package> is a new packaging helper tool with a slightly
2003 different philosophy.  It uses a <file>debian/packages</file> file to
2004 auto-generate other necessary files in the <file>debian/</file>
2005 subdirectory.
2006         <p>
2007 Note that <package>yada</package> is still quite new and possibly not
2008 yet as robust as other systems.
2009
2010
2011       <sect id="equivs">
2012         <heading><package>equivs</package>
2013         <p>
2014 <package>equivs</package> is another package for making packages.  It
2015 is often suggested for local use if you need to make a package simply
2016 to fulfill dependencies.  It is also sometimes used when making
2017 ``meta-packages'', which are packages whose only purpose is to depend
2018 on other packages.
2019
2020
2021       <sect id="cvs-buildpackage">
2022         <heading><package>cvs-buildpackage</package>
2023         <p>
2024 <package>cvs-buildpackage</package> provides the capability to inject
2025 or import Debian source packages into a CVS repository, build a Debian
2026 package from the CVS repository, and helps in integrating upstream
2027 changes into the repository.
2028         <p>
2029 These utilities provide an infrastructure to facilitate the use of CVS
2030 by Debian maintainers. This allows one to keep separate CVS branches
2031 of a package for <em>stable</em>, <em>unstable</em>, and possibly
2032 <em>experimental</em> distributions, along with the other benefits of
2033 a version control system.
2034
2035
2036       <sect id="dupload">
2037         <heading><package>dupload</package>
2038         <p>
2039 <package>dupload</package> is a package and a script to automagically
2040 upload Debian packages to the Debian archive, to log the upload, and
2041 to send mail about the upload of a package.  You can configure it for
2042 new upload locations or methods.
2043
2044
2045       <sect id="fakeroot">
2046         <heading><package>fakeroot</package>
2047         <p>
2048 <package>fakeroot</package> simulates root privileges.  This enables
2049 you to build packages without being root (packages usually want to
2050 install files with root ownership).  If you have
2051 <package>fakeroot</package> installed, you can say, i.e.,
2052 <tt>dpkg-buildpackage -rfakeroot</tt> as a user.
2053
2054
2055       <sect id="devscripts">
2056         <heading><package>devscripts</package>
2057         <p>
2058 <package>devscripts</package> is a package containing a few wrappers
2059 and tools which you may find helpful for maintaining your Debian
2060 packages.  Example scripts include <prgn>debchange</prgn>, which will
2061 manipulate your <file>debian/changelog</file> file from the
2062 command-line, and <prgn>debuild</prgn>, which is a wrapper around
2063 <prgn>dpkg-buildpackage</prgn>.
2064
2065
2066       <sect id="debget">
2067         <heading><package>debget</package>
2068         <p>
2069 <package>debget</package> is a package containing a convenient script
2070 which can be helpful in downloading files from the Debian archive.
2071 You can use it to download source packages, for instance.
2072
2073
2074
2075   </book>
2076 </debiandoc>
2077
2078 <!-- Keep this comment at the end of the file
2079 Local variables:
2080 mode: sgml
2081 sgml-omittag:t
2082 sgml-shorttag:t
2083 sgml-minimize-attributes:nil
2084 sgml-always-quote-attributes:t
2085 sgml-indent-step:2
2086 sgml-indent-data:nil
2087 sgml-parent-document:nil
2088 sgml-exposed-tags:nil
2089 sgml-declaration:nil
2090 sgml-local-catalogs:nil
2091 sgml-local-ecat-files:nil
2092 End:
2093 -->