/[ddp]/manuals/trunk/developers-reference/pkgs.dbk
ViewVC logotype

Diff of /manuals/trunk/developers-reference/pkgs.dbk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5179 by lucas, Wed May 28 14:50:04 2008 UTC revision 9197 by taffit, Wed Apr 25 12:46:53 2012 UTC
# Line 21  pages</ulink> for more information. Line 21  pages</ulink> for more information.
21  </para>  </para>
22  <para>  <para>
23  Assuming no one else is already working on your prospective package, you must  Assuming no one else is already working on your prospective package, you must
24  then submit a bug report (<xref linkend="submit-bug"/> ) against the  then submit a bug report (<xref linkend="submit-bug"/>) against the
25  pseudo-package <systemitem role="package">wnpp</systemitem> describing your  pseudo-package <systemitem role="package">wnpp</systemitem> describing your
26  plan to create a new package, including, but not limiting yourself to, a  plan to create a new package, including, but not limiting yourself to, a
27  description of the package, the license of the prospective package, and the  description of the package, the license of the prospective package, and the
28  current URL where it can be downloaded from.  current URL where it can be downloaded from.
29  </para>  </para>
30  <para>  <para>
31  You should set the subject of the bug to ``ITP: <replaceable>foo</replaceable>  You should set the subject of the bug to <literal>ITP:
32  -- <replaceable>short description</replaceable>'', substituting the name of the  <replaceable>foo</replaceable> -- <replaceable>short
33  new package for <replaceable>foo</replaceable>.  The severity of the bug report  description</replaceable></literal>, substituting the name of the new
34  must be set to <emphasis>wishlist</emphasis>.  If you feel it's necessary, send  package for <replaceable>foo</replaceable>.
35  a copy to &email-debian-devel; by putting the address in the  The severity of the bug report must be set to <literal>wishlist</literal>.
36  <literal>X-Debbugs-CC:</literal> header of the message (no, don't use  Please send a copy to &email-debian-devel; by using the X-Debbugs-CC
37  <literal>CC:</literal>, because that way the message's subject won't indicate  header (don't use CC:, because that way the message's subject won't
38  the bug number).  indicate the bug number). If you are packaging so many new packages (>10)
39  </para>  that notifying the mailing list in separate messages is too disruptive,
40  <para>  send a summary after filing the bugs to the debian-devel list instead.
41  Please include a <literal>Closes:  This will inform the other developers about upcoming packages and will
42  bug#<replaceable>nnnnn</replaceable></literal> entry in the changelog of the  allow a review of your description and package name.
43  new package in order for the bug report to be automatically closed once the new  </para>
44  package is installed in the archive (see <xref linkend="upload-bugfix"/> ).  <para>
45    Please include a <literal>Closes: #<replaceable>nnnnn</replaceable></literal>
46    entry in the changelog of the new package in order for the bug report to
47    be automatically closed once the new package is installed in the archive
48    (see <xref linkend="upload-bugfix"/>).
49    </para>
50    <para>
51    If you think your package needs some explanations for the administrators of the
52    NEW package queue, include them in your changelog, send to &email-ftpmaster;
53    a reply to the email you receive as a maintainer after your upload, or reply to
54    the rejection email in case you are already re-uploading.
55  </para>  </para>
56  <para>  <para>
57  When closing security bugs include CVE numbers as well as the Closes: #nnnnn.  When closing security bugs include CVE numbers as well as the
58    <literal>Closes: #<replaceable>nnnnn</replaceable></literal>.
59  This is useful for the security team to track vulnerabilities.  If an upload is  This is useful for the security team to track vulnerabilities.  If an upload is
60  made to fix the bug before the advisory ID is known, it is encouraged to modify  made to fix the bug before the advisory ID is known, it is encouraged to modify
61  the historical changelog entry with the next upload.  Even in this case, please  the historical changelog entry with the next upload.  Even in this case, please
# Line 72  already is a volunteer, so efforts may b Line 83  already is a volunteer, so efforts may b
83  <para>  <para>
84  It lets the rest of the maintainers know more about the package than the one  It lets the rest of the maintainers know more about the package than the one
85  line description and the usual changelog entry ``Initial release'' that gets  line description and the usual changelog entry ``Initial release'' that gets
86  posted to <literal>debian-devel-changes</literal>.  posted to &email-debian-devel-changes;.
87  </para>  </para>
88  </listitem>  </listitem>
89  <listitem>  <listitem>
90  <para>  <para>
91  It is helpful to the people who live off unstable (and form our first line of  It is helpful to the people who live off <literal>unstable</literal> (and form
92  testers).  We should encourage these people.  our first line of testers).  We should encourage these people.
93  </para>  </para>
94  </listitem>  </listitem>
95  <listitem>  <listitem>
# Line 110  for native packages. Line 121  for native packages.
121  <para>  <para>
122  The <filename>debian/changelog</filename> file conforms to a certain structure,  The <filename>debian/changelog</filename> file conforms to a certain structure,
123  with a number of different fields.  One field of note, the  with a number of different fields.  One field of note, the
124  <emphasis>distribution</emphasis>, is described in <xref  <literal>distribution</literal>, is described in <xref
125  linkend="distribution"/> .  More information about the structure of this file  linkend="distribution"/>.  More information about the structure of this file
126  can be found in the Debian Policy section titled  can be found in the Debian Policy section titled
127  <filename>debian/changelog</filename>.  <filename>debian/changelog</filename>.
128  </para>  </para>
129  <para>  <para>
130  Changelog entries can be used to automatically close Debian bugs when the  Changelog entries can be used to automatically close Debian bugs when the
131  package is installed into the archive.  See <xref linkend="upload-bugfix"/> .  package is installed into the archive.  See <xref linkend="upload-bugfix"/>.
132  </para>  </para>
133  <para>  <para>
134  It is conventional that the changelog entry of a package that contains a new  It is conventional that the changelog entry of a package that contains a new
135  upstream version of the software looks like this:  upstream version of the software looks like this:
136  </para>  </para>
137  <screen>  <screen>
138    * new upstream version    * New upstream release.
139  </screen>  </screen>
140  <para>  <para>
141  There are tools to help you create entries and finalize the  There are tools to help you create entries and finalize the
142  <filename>changelog</filename> for release — see <xref linkend="devscripts"/>  <filename>changelog</filename> for release — see <xref linkend="devscripts"/>
143  and <xref linkend="dpkg-dev-el"/> .  and <xref linkend="dpkg-dev-el"/>.
144  </para>  </para>
145  <para>  <para>
146  See also <xref linkend="bpp-debian-changelog"/> .  See also <xref linkend="bpp-debian-changelog"/>.
147  </para>  </para>
148  </section>  </section>
149    
# Line 163  output a very verbose description of the Line 174  output a very verbose description of the
174  </para>  </para>
175  <para>  <para>
176  Normally, a package should <emphasis>not</emphasis> be uploaded if it causes  Normally, a package should <emphasis>not</emphasis> be uploaded if it causes
177  lintian to emit errors (they will start with <literal>E</literal>).  <command>lintian</command> to emit errors (they will start with <literal>E</literal>).
178  </para>  </para>
179  <para>  <para>
180  For more information on <command>lintian</command>, see <xref  For more information on <command>lintian</command>, see <xref
181  linkend="lintian"/> .  linkend="lintian"/>.
182  </para>  </para>
183  </listitem>  </listitem>
184  <listitem>  <listitem>
185  <para>  <para>
186  Optionally run <xref linkend="debdiff"/> to analyze changes from an older  Optionally run <command>debdiff</command> (see <xref linkend="debdiff"/>) to analyze changes from an older
187  version, if one exists.  version, if one exists.
188  </para>  </para>
189  </listitem>  </listitem>
# Line 192  Remove the package, then reinstall it. Line 203  Remove the package, then reinstall it.
203  Copy the source package in a different directory and try unpacking it and  Copy the source package in a different directory and try unpacking it and
204  rebuilding it.  This tests if the package relies on existing files outside of  rebuilding it.  This tests if the package relies on existing files outside of
205  it, or if it relies on permissions being preserved on the files shipped inside  it, or if it relies on permissions being preserved on the files shipped inside
206  the .diff.gz file.  the <filename>.diff.gz</filename> file.
207  </para>  </para>
208  </listitem>  </listitem>
209  </itemizedlist>  </itemizedlist>
# Line 206  There are two types of Debian source pac Line 217  There are two types of Debian source pac
217  <itemizedlist>  <itemizedlist>
218  <listitem>  <listitem>
219  <para>  <para>
220  the so-called <emphasis>native</emphasis> packages, where there is no  the so-called <literal>native</literal> packages, where there is no
221  distinction between the original sources and the patches applied for Debian  distinction between the original sources and the patches applied for Debian
222  </para>  </para>
223  </listitem>  </listitem>
224  <listitem>  <listitem>
225  <para>  <para>
226  the (more common) packages where there's an original source tarball file  the (more common) packages where there's an original source tarball file
227  accompanied by another file that contains the patches applied for Debian  accompanied by another file that contains the changes made by Debian
228  </para>  </para>
229  </listitem>  </listitem>
230  </itemizedlist>  </itemizedlist>
231  <para>  <para>
232  For the native packages, the source package includes a Debian source control  For the native packages, the source package includes a Debian source control
233  file (<literal>.dsc</literal>) and the source tarball  file (<filename>.dsc</filename>) and the source tarball
234  (<literal>.tar.gz</literal>).  A source package of a non-native package  (<filename>.tar.{gz,bz2,xz}</filename>). A source package of a non-native package
235  includes a Debian source control file, the original source tarball  includes a Debian source control file, the original source tarball
236  (<literal>.orig.tar.gz</literal>) and the Debian patches  (<filename>.orig.tar.{gz,bz2,xz}</filename>) and the Debian changes
237  (<literal>.diff.gz</literal>).  (<filename>.diff.gz</filename> for the source format “1.0” or
238    <filename>.debian.tar.{gz,bz2,xz}</filename> for the source format “3.0 (quilt)”).
239  </para>  </para>
240  <para>  <para>
241  Whether a package is native or not is determined when it is built by  With source format “1.0”, whether a package is native or not was determined
242  <citerefentry> <refentrytitle>dpkg-buildpackage</refentrytitle>  by <command>dpkg-source</command> at build time. Nowadays it is recommended
243  <manvolnum>1</manvolnum> </citerefentry>.  The rest of this section relates  to be explicit about the desired source format by putting either “3.0 (quilt)”
244  only to non-native packages.  or “3.0 (native)” in <filename>debian/source/format</filename>.
245    The rest of this section relates only to non-native packages.
246  </para>  </para>
247  <para>  <para>
248  The first time a version is uploaded which corresponds to a particular upstream  The first time a version is uploaded which corresponds to a particular upstream
# Line 241  will not need to be re-uploaded. Line 254  will not need to be re-uploaded.
254  <para>  <para>
255  By default, <command>dpkg-genchanges</command> and  By default, <command>dpkg-genchanges</command> and
256  <command>dpkg-buildpackage</command> will include the original source tar file  <command>dpkg-buildpackage</command> will include the original source tar file
257  if and only if the Debian revision part of the source version number is 0 or 1,  if and only if the current changelog entry has a different upstream version
258  indicating a new upstream version.  This behavior may be modified by using  from the preceding entry. This behavior may be modified by using
259  <literal>-sa</literal> to always include it or <literal>-sd</literal> to always  <literal>-sa</literal> to always include it or <literal>-sd</literal> to always
260  leave it out.  leave it out.
261  </para>  </para>
# Line 255  the archive. Line 268  the archive.
268  </para>  </para>
269  <para>  <para>
270  Please notice that, in non-native packages, permissions on files that are not  Please notice that, in non-native packages, permissions on files that are not
271  present in the .orig.tar.gz will not be preserved, as diff does not store file  present in the <filename>*.orig.tar.{gz,bz2,xz}</filename> will not be preserved, as diff does not store file
272  permissions in the patch.  permissions in the patch. However when using source format “3.0 (quilt)”,
273    permissions of files inside the <filename>debian</filename> directory are
274    preserved since they are stored in a tar archive.
275  </para>  </para>
276  </section>  </section>
277    
# Line 266  permissions in the patch. Line 281  permissions in the patch.
281  Each upload needs to specify which distribution the package is intended for.  Each upload needs to specify which distribution the package is intended for.
282  The package build process extracts this information from the first line of the  The package build process extracts this information from the first line of the
283  <filename>debian/changelog</filename> file and places it in the  <filename>debian/changelog</filename> file and places it in the
284  <literal>Distribution</literal> field of the <literal>.changes</literal> file.  <literal>Distribution</literal> field of the <filename>.changes</filename> file.
285  </para>  </para>
286  <para>  <para>
287  There are several possible values for this field: `stable', `unstable',  There are several possible values for this field: <literal>stable</literal>,
288  `testing-proposed-updates' and `experimental'.  Normally, packages are uploaded  <literal>unstable</literal>, <literal>testing-proposed-updates</literal> and
289  into <emphasis>unstable</emphasis>.  <literal>experimental</literal>.  Normally, packages are uploaded into
290    <literal>unstable</literal>.
291  </para>  </para>
292  <para>  <para>
293  Actually, there are two other possible distributions: `stable-security' and  Actually, there are two other possible distributions: <literal>stable-security</literal>
294  `testing-security', but read <xref linkend="bug-security"/> for more  and <literal>testing-security</literal>, but read
295  information on those.  <xref linkend="bug-security"/> for more information on those.
296  </para>  </para>
297  <para>  <para>
298  It is not possible to upload a package into several distributions at the same  It is not possible to upload a package into several distributions at the same
299  time.  time.
300  </para>  </para>
301  <section id="upload-stable">  <section id="upload-stable">
302  <title>Special case: uploads to the <emphasis>stable</emphasis> distribution</title>  <title>Special case: uploads to the <literal>stable</literal> and
303    <literal>oldstable</literal> distributions</title>
304  <para>  <para>
305  Uploading to <emphasis>stable</emphasis> means that the package will transfered  Uploading to <literal>stable</literal> means that the package will transferred
306  to the <emphasis>p-u-new</emphasis>-queue for review by the stable release  to the <literal>proposed-updates-new</literal> queue for review by the stable
307  managers, and if approved will be installed in  release managers, and if approved will be installed in
308  <filename>stable-proposed-updates</filename> directory of the Debian archive.  <filename>stable-proposed-updates</filename> directory of the Debian archive.
309  From there, it will be included in <emphasis>stable</emphasis> with the next  From there, it will be included in <literal>stable</literal> with the next
310  point release.  point release.
311  </para>  </para>
312  <para>  <para>
313  Extra care should be taken when uploading to <emphasis>stable</emphasis>.  To ensure that your upload will be accepted, you should discuss the changes
314  Basically, a package should only be uploaded to stable if one of the following  with the stable release team before you upload. For that, file a bug against
315  happens:  the release.debian.org pseudopackage using reportbug, including the patch you want to
316    apply to the package version currently in <literal>stable</literal>. Always
317    be verbose and detailed in your changelog entries for uploads to the
318    <literal>stable</literal> distribution.
319    </para>
320    <para>
321    Extra care should be taken when uploading to <literal>stable</literal>.
322    Basically, a package should only be uploaded to <literal>stable</literal> if
323    one of the following happens:
324  </para>  </para>
325  <itemizedlist>  <itemizedlist>
326  <listitem>  <listitem>
# Line 315  a released architecture lacks the packag Line 340  a released architecture lacks the packag
340  </listitem>  </listitem>
341  </itemizedlist>  </itemizedlist>
342  <para>  <para>
343  In the past, uploads to <emphasis>stable</emphasis> were used to address  In the past, uploads to <literal>stable</literal> were used to address
344  security problems as well.  However, this practice is deprecated, as uploads  security problems as well.  However, this practice is deprecated, as uploads
345  used for Debian security advisories are automatically copied to the appropriate  used for Debian security advisories are automatically copied to the appropriate
346  <filename>proposed-updates</filename> archive when the advisory is released.  <filename>proposed-updates</filename> archive when the advisory is released.
347  See <xref linkend="bug-security"/> for detailed information on handling  See <xref linkend="bug-security"/> for detailed information on handling
348  security problems.  security problems. If the security teams deems the problem to be too
349    benign to be fixed through a <literal>DSA</literal>, the stable release
350    managers are usually willing to include your fix nonetheless in a regular
351    upload to <literal>stable</literal>.
352  </para>  </para>
353  <para>  <para>
354  Changing anything else in the package that isn't important is discouraged,  Changing anything else in the package that isn't important is discouraged,
355  because even trivial fixes can cause bugs later on.  because even trivial fixes can cause bugs later on.
356  </para>  </para>
357  <para>  <para>
358  Packages uploaded to <emphasis>stable</emphasis> need to be compiled on systems  Packages uploaded to <literal>stable</literal> need to be compiled on systems
359  running <emphasis>stable</emphasis>, so that their dependencies are limited to  running <literal>stable</literal>, so that their dependencies are limited to
360  the libraries (and other packages) available in <emphasis>stable</emphasis>;  the libraries (and other packages) available in <literal>stable</literal>;
361  for example, a package uploaded to <emphasis>stable</emphasis> that depends on  for example, a package uploaded to <literal>stable</literal> that depends on
362  a library package that only exists in unstable will be rejected.  Making  a library package that only exists in <literal>unstable</literal> will be
363  changes to dependencies of other packages (by messing with  rejected.  Making changes to dependencies of other packages (by messing with
364  <literal>Provides</literal> or shlibs files), possibly making those other  <literal>Provides</literal> or <filename>shlibs</filename> files), possibly
365  packages uninstallable, is strongly discouraged.  making those other packages uninstallable, is strongly discouraged.
366  </para>  </para>
367  <para>  <para>
368  The Release Team (which can be reached at  Uploads to the <literal>oldstable</literal> distributions are possible as
369  &email-debian-release;) will regularly evaluate the uploads To  long as it hasn't been archived. The same rules as for <literal>stable</literal>
370  <emphasis>stable-proposed-updates</emphasis> and decide if your package can be  apply.
 included in <emphasis>stable</emphasis>.  Please be clear (and verbose, if  
 necessary) in your changelog entries for uploads to  
 <emphasis>stable</emphasis>, because otherwise the package won't be considered  
 for inclusion.  
 </para>  
 <para>  
 It's best practice to speak with the stable release manager  
 <emphasis>before</emphasis> uploading to  
 <emphasis>stable</emphasis>/<emphasis>stable-proposed-updates</emphasis>, so  
 that the uploaded package fits the needs of the next point release.  
371  </para>  </para>
372  </section>  </section>
373    
374  <section id="upload-t-p-u">  <section id="upload-t-p-u">
375  <title>Special case: uploads to <emphasis>testing/testing-proposed-updates</emphasis></title>  <title>Special case: uploads to <literal>testing/testing-proposed-updates</literal></title>
376  <para>  <para>
377  Please see the information in the <link linkend="t-p-u">testing  Please see the information in the <link linkend="t-p-u">testing
378  section</link> for details.  section</link> for details.
# Line 369  section</link> for details. Line 387  section</link> for details.
387  <title>Uploading to <literal>ftp-master</literal></title>  <title>Uploading to <literal>ftp-master</literal></title>
388  <para>  <para>
389  To upload a package, you should upload the files (including the signed changes  To upload a package, you should upload the files (including the signed changes
390  and dsc-file) with anonymous ftp to <literal>&ftp-master-host;</literal> in  and dsc-file) with anonymous ftp to <literal>&ftp-upload-host;</literal> in
391  the directory <ulink  the directory <ulink
392  url="ftp://&ftp-master-host;&upload-queue;">&upload-queue;</ulink>.  url="ftp://&ftp-upload-host;&upload-queue;">&upload-queue;</ulink>.
393  To get the files processed there, they need to be signed with a key in the  To get the files processed there, they need to be signed with a key in the
394  debian keyring.  Debian Developers keyring or the Debian Maintainers keyring
395    (see <ulink url="&url-wiki-dm;"></ulink>).
396  </para>  </para>
397  <para>  <para>
398  Please note that you should transfer the changes file last.  Otherwise, your  Please note that you should transfer the changes file last.  Otherwise, your
# Line 381  upload may be rejected because the archi Line 400  upload may be rejected because the archi
400  changes file and see that not all files have been uploaded.  changes file and see that not all files have been uploaded.
401  </para>  </para>
402  <para>  <para>
403  You may also find the Debian packages <xref linkend="dupload"/> or <xref  You may also find the Debian packages <link linkend="dupload">dupload</link>
404  linkend="dput"/> useful when uploading packages.  These handy programs help  or <link linkend="dput">dput</link> useful when uploading packages.These
405  automate the process of uploading packages into Debian.  handy programs help automate the process of uploading packages into Debian.
406  </para>  </para>
407  <para>  <para>
408  For removing packages, please see the README file in that ftp directory, and  For removing packages, please see
409  the Debian package <xref linkend="dcut"/> .  <ulink url="ftp://&ftp-upload-host;&upload-queue;README"/> and
410    the Debian package <link linkend="dcut">dcut</link>.
411  </para>  </para>
412  </section>  </section>
413    
414  <section id="delayed-incoming">  <section id="delayed-incoming">
415  <title>Delayed uploads</title>  <title>Delayed uploads</title>
416    
417  <para>  <para>
418  Delayed uploads are done for the moment via the delayed queue at gluck.  The  It is sometimes useful to upload a package immediately, but to want this
419  upload-directory is <literal>gluck:~tfheen/DELAYED/[012345678]-day</literal>.  package to arrive in the archive only a few days later. For example,
420  0-day is uploaded multiple times per day to ftp-master.  when preparing a <link linkend="nmu">Non-Maintainer Upload</link>,
421  </para>  you might want to give the maintainer a few days to react.
 <para>  
 With a fairly recent dput, this section  
422  </para>  </para>
423  <screen>  
 [tfheen_delayed]  
 method = scp  
 fqdn = gluck.debian.org  
 incoming = ~tfheen  
 </screen>  
424  <para>  <para>
425  in ~/.dput.cf should work fine for uploading to the DELAYED queue.  An upload to the delayed directory keeps the package in
426    <ulink url="http://ftp-master.debian.org/deferred.html">the deferred uploads queue</ulink>.
427    When the specified waiting time is over, the package is moved into
428    the regular incoming directory for processing.
429    This is done through automatic uploading to
430    <literal>&ftp-upload-host;</literal> in upload-directory
431    <literal>DELAYED/[012345678]-day</literal>. 0-day is uploaded
432    multiple times per day to <literal>&ftp-upload-host;</literal>.
433  </para>  </para>
434  <para>  <para>
435  <emphasis>Note:</emphasis> Since this upload queue goes to  With dput, you can use the <literal>--delayed <replaceable>DELAY</replaceable></literal>
436  <literal>ftp-master</literal>, the prescription found in <xref  parameter to put the package into one of the queues.
 linkend="upload-ftp-master"/> applies here as well.  
437  </para>  </para>
438  </section>  </section>
439    
# Line 421  linkend="upload-ftp-master"/> applies he Line 441  linkend="upload-ftp-master"/> applies he
441  <title>Security uploads</title>  <title>Security uploads</title>
442  <para>  <para>
443  Do <emphasis role="strong">NOT</emphasis> upload a package to the security  Do <emphasis role="strong">NOT</emphasis> upload a package to the security
444  upload queue (oldstable-security, stable-security, etc.) without prior  upload queue (<literal>oldstable-security</literal>, <literal>stable-security</literal>,
445  authorization from the security team.  If the package does not exactly meet the  etc.) without prior authorization from the security team.  If the
446  team's requirements, it will cause many problems and delays in dealing with the  package does not exactly meet the team's requirements, it will cause many
447  unwanted upload.  For details, please see section <xref  problems and delays in dealing with the unwanted upload.  For details, please
448  linkend="bug-security"/> .  see <xref linkend="bug-security"/>.
449  </para>  </para>
450  </section>  </section>
451    
452  <section id="s5.6.5">  <section id="s5.6.5">
453  <title>Other upload queues</title>  <title>Other upload queues</title>
454  <para>  <para>
455  The scp queues on ftp-master, and security are mostly unusable due to the login  There is an alternative upload queue in Europe at <ulink
456  restrictions on those hosts.  url="ftp://&ftp-eu-upload-host;&upload-queue;"/>. It operates in
457  </para>  the same way as <literal>&ftp-upload-host;</literal>, but should be faster
458  <para>  for European developers.
 The anonymous queues on ftp.uni-erlangen.de and ftp.uk.debian.org are currently  
 down.  Work is underway to resurrect them.  
 </para>  
 <para>  
 The queues on master.debian.org, samosa.debian.org, master.debian.or.jp, and  
 ftp.chiark.greenend.org.uk are down permanently, and will not be resurrected.  
 The queue in Japan will be replaced with a new queue on hp.debian.or.jp some  
 day.  
459  </para>  </para>
460  <para>  <para>
461  For the time being, the anonymous ftp queue on auric.debian.org (the former  Packages can also be uploaded via ssh to
462  ftp-master) works, but it is deprecated and will be removed at some point in  <literal>&ssh-upload-host;</literal>; files should be put
463  the future.  <literal>/srv/upload.debian.org/UploadQueue</literal>. This queue does
464    not support <link linkend="delayed-incoming">delayed uploads</link>.
465  </para>  </para>
466  </section>  </section>
467    
# Line 457  the future. Line 470  the future.
470  <para>  <para>
471  The Debian archive maintainers are responsible for handling package uploads.  The Debian archive maintainers are responsible for handling package uploads.
472  For the most part, uploads are automatically handled on a daily basis by the  For the most part, uploads are automatically handled on a daily basis by the
473  archive maintenance tools, <command>katie</command>.  Specifically, updates to  archive maintenance tools, <command>dak process-upload</command>. Specifically,
474  existing packages to the `unstable' distribution are handled automatically.  In  updates to existing packages to the <literal>unstable</literal> distribution are
475  other cases, notably new packages, placing the uploaded package into the  handled automatically. In other cases, notably new packages, placing the
476  distribution is handled manually.  When uploads are handled manually, the  uploaded package into the distribution is handled manually. When uploads are
477  change to the archive may take up to a month to occur.  Please be patient.  handled manually, the change to the archive may take some time to occur. Please
478    be patient.
479  </para>  </para>
480  <para>  <para>
481  In any case, you will receive an email notification indicating that the package  In any case, you will receive an email notification indicating that the package
# Line 494  actually just hints. Line 508  actually just hints.
508  </para>  </para>
509  <para>  <para>
510  The archive maintainers keep track of the canonical sections and priorities for  The archive maintainers keep track of the canonical sections and priorities for
511  packages in the <emphasis>override file</emphasis>.  If there is a disparity  packages in the <literal>override file</literal>.  If there is a disparity
512  between the <emphasis>override file</emphasis> and the package's fields as  between the <literal>override file</literal> and the package's fields as
513  indicated in <filename>debian/control</filename>, then you will receive an  indicated in <filename>debian/control</filename>, then you will receive an
514  email noting the divergence when the package is installed into the archive.  email noting the divergence when the package is installed into the archive.
515  You can either correct your <filename>debian/control</filename> file for your  You can either correct your <filename>debian/control</filename> file for your
516  next upload, or else you may wish to make a change in the <emphasis>override  next upload, or else you may wish to make a change in the <literal>override
517  file</emphasis>.  file</literal>.
518  </para>  </para>
519  <para>  <para>
520  To alter the actual section that a package is put in, you need to first make  To alter the actual section that a package is put in, you need to first make
521  sure that the <filename>debian/control</filename> file in your package is  sure that the <filename>debian/control</filename> file in your package is
522  accurate.  Next, send an email &email-override; or submit a  accurate.  Next, submit a
523  bug against <systemitem role="package">ftp.debian.org</systemitem> requesting  bug against <systemitem role="package">ftp.debian.org</systemitem> requesting
524  that the section or priority for your package be changed from the old section  that the section or priority for your package be changed from the old section
525  or priority to the new one.  Be sure to explain your reasoning.  or priority to the new one. Use a Subject like
526    <literal>override: PACKAGE1:section/priority, [...],
527      PACKAGEX:section/priority</literal>, and include the justification for the
528    change in the body of the bug report.
529  </para>  </para>
530  <para>  <para>
531  For more information about <emphasis>override files</emphasis>, see  For more information about <literal>override files</literal>, see
532  <citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle>  <citerefentry> <refentrytitle>dpkg-scanpackages</refentrytitle>
533  <manvolnum>1</manvolnum> </citerefentry> and <ulink  <manvolnum>1</manvolnum> </citerefentry> and <ulink
534  url="&url-bts-devel;#maintincorrect"></ulink>.  url="&url-bts-devel;#maintincorrect"></ulink>.
# Line 519  url="&url-bts-devel;#maintincorrect"></u Line 536  url="&url-bts-devel;#maintincorrect"></u
536  <para>  <para>
537  Note that the <literal>Section</literal> field describes both the section as  Note that the <literal>Section</literal> field describes both the section as
538  well as the subsection, which are described in <xref  well as the subsection, which are described in <xref
539  linkend="archive-sections"/> .  If the section is main, it should be omitted.  linkend="archive-sections"/>.  If the section is main, it should be omitted.
540  The list of allowable subsections can be found in <ulink  The list of allowable subsections can be found in <ulink
541  url="&url-debian-policy;ch-archive.html#s-subsections"></ulink>.  url="&url-debian-policy;ch-archive.html#s-subsections"></ulink>.
542  </para>  </para>
# Line 530  url="&url-debian-policy;ch-archive.html# Line 547  url="&url-debian-policy;ch-archive.html#
547  <para>  <para>
548  Every developer has to be able to work with the Debian <ulink  Every developer has to be able to work with the Debian <ulink
549  url="&url-bts;">bug tracking system</ulink>.  This includes  url="&url-bts;">bug tracking system</ulink>.  This includes
550  knowing how to file bug reports properly (see <xref linkend="submit-bug"/> ),  knowing how to file bug reports properly (see <xref linkend="submit-bug"/>),
551  how to update them and reorder them, and how to process and close them.  how to update them and reorder them, and how to process and close them.
552  </para>  </para>
553  <para>  <para>
# Line 583  address. Line 600  address.
600  <para>  <para>
601  When responding to bugs, make sure that any discussion you have about bugs is  When responding to bugs, make sure that any discussion you have about bugs is
602  sent both to the original submitter of the bug, and to the bug itself (e.g.,  sent both to the original submitter of the bug, and to the bug itself (e.g.,
603  <email>123@&bugs-host;</email>).  If you're writing a new mail and you  <email><replaceable>123</replaceable>@&bugs-host;</email>).  If you're writing a new mail and you
604  don't remember the submitter email address, you can use the  don't remember the submitter email address, you can use the
605  <email>123-submitter@&bugs-host;</email> email to contact the submitter  <email><replaceable>123</replaceable>-submitter@&bugs-host;</email> email to contact the submitter
606  <emphasis>and</emphasis> to record your mail within the bug log (that means you  <emphasis>and</emphasis> to record your mail within the bug log (that means you
607  don't need to send a copy of the mail to <email>123@&bugs-host;</email>).  don't need to send a copy of the mail to <email><replaceable>123</replaceable>@&bugs-host;</email>).
608  </para>  </para>
609  <para>  <para>
610  If you get a bug which mentions FTBFS, this means Fails to build from source.  If you get a bug which mentions FTBFS, this means Fails to build from source.
# Line 595  Porters frequently use this acronym. Line 612  Porters frequently use this acronym.
612  </para>  </para>
613  <para>  <para>
614  Once you've dealt with a bug report (e.g.  fixed it), mark it as  Once you've dealt with a bug report (e.g.  fixed it), mark it as
615  <emphasis>done</emphasis> (close it) by sending an explanation message to  <literal>done</literal> (close it) by sending an explanation message to
616  <email>123-done@&bugs-host;</email>.  If you're fixing a bug by changing  <email><replaceable>123</replaceable>-done@&bugs-host;</email>.  If you're fixing a bug by changing
617  and uploading the package, you can automate bug closing as described in <xref  and uploading the package, you can automate bug closing as described in <xref
618  linkend="upload-bugfix"/> .  linkend="upload-bugfix"/>.
619  </para>  </para>
620  <para>  <para>
621  You should <emphasis>never</emphasis> close bugs via the bug server  You should <emphasis>never</emphasis> close bugs via the bug server
# Line 659  procedure</ulink>. Line 676  procedure</ulink>.
676  If the bug is real but it's caused by another package, just reassign the bug to  If the bug is real but it's caused by another package, just reassign the bug to
677  the right package.  If you don't know which package it should be reassigned to,  the right package.  If you don't know which package it should be reassigned to,
678  you should ask for help on <link linkend="irc-channels">IRC</link> or  you should ask for help on <link linkend="irc-channels">IRC</link> or
679  on &email-debian-devel;.  Please make sure that the  on &email-debian-devel;.  Please inform the maintainer(s) of the package
680  maintainer(s) of the package the bug is reassigned to know why you reassigned  you reassign the bug to, for example by Cc:ing the message that does the
681  it.  reassign to <email><replaceable>packagename</replaceable>@packages.debian.org</email> and explaining
682    your reasons in that mail. Please note that a simple reassignment is
683    <emphasis>not</emphasis> e-mailed to the maintainers of the package
684    being reassigned to, so they won't know about it until they look at
685    a bug overview for their packages.
686  </para>  </para>
687  <para>  <para>
688    If the bug affects the operation of your package, please consider
689    cloning the bug and reassigning the clone to the package that really
690    causes the behavior. Otherwise, the bug will not be shown in your
691    package's bug list, possibly causing users to report the same bug over
692    and over again. You should block "your" bug with the reassigned, cloned
693    bug to document the relationship.
694    </para>
695    </listitem>
696    <listitem>
697    <para>
698  Sometimes you also have to adjust the severity of the bug so that it matches  Sometimes you also have to adjust the severity of the bug so that it matches
699  our definition of the severity.  That's because people tend to inflate the  our definition of the severity.  That's because people tend to inflate the
700  severity of bugs to make sure their bugs are fixed quickly.  Some bugs may even  severity of bugs to make sure their bugs are fixed quickly.  Some bugs may even
# Line 709  bug as <literal>patch</literal>. Line 740  bug as <literal>patch</literal>.
740  <listitem>  <listitem>
741  <para>  <para>
742  If you have fixed a bug in your local copy, or if a fix has been committed to  If you have fixed a bug in your local copy, or if a fix has been committed to
743  the CVS repository, you may tag the bug as <literal>pending</literal> to let  the VCS repository, you may tag the bug as <literal>pending</literal> to let
744  people know that the bug is corrected and that it will be closed with the next  people know that the bug is corrected and that it will be closed with the next
745  upload (add the <literal>closes:</literal> in the  upload (add the <literal>closes:</literal> in the
746  <filename>changelog</filename>).  This is particularly useful if you are  <filename>changelog</filename>).  This is particularly useful if you are
# Line 718  several developers working on the same p Line 749  several developers working on the same p
749  </listitem>  </listitem>
750  <listitem>  <listitem>
751  <para>  <para>
752  Once a corrected package is available in the <emphasis>unstable</emphasis>  Once a corrected package is available in the archive, the bug should be
753  distribution, you can close the bug.  This can be done automatically, read  closed indicating the version in which it was fixed. This can be done
754  <xref linkend="upload-bugfix"/> .  automatically, read <xref linkend="upload-bugfix"/>.
755  </para>  </para>
756  </listitem>  </listitem>
757  </orderedlist>  </orderedlist>
# Line 761  closing changelogs are identified: Line 792  closing changelogs are identified:
792  We prefer the <literal>closes: #<replaceable>XXX</replaceable></literal>  We prefer the <literal>closes: #<replaceable>XXX</replaceable></literal>
793  syntax, as it is the most concise entry and the easiest to integrate with the  syntax, as it is the most concise entry and the easiest to integrate with the
794  text of the <filename>changelog</filename>.  Unless specified different by the  text of the <filename>changelog</filename>.  Unless specified different by the
795  <replaceable>-v</replaceable>-switch to <command>dpkg-buildpackage</command>,  <literal>-v</literal>-switch to <command>dpkg-buildpackage</command>,
796  only the bugs closed in the most recent changelog entry are closed (basically,  only the bugs closed in the most recent changelog entry are closed (basically,
797  exactly the bugs mentioned in the changelog-part in the  exactly the bugs mentioned in the changelog-part in the
798  <filename>.changes</filename> file are closed).  <filename>.changes</filename> file are closed).
799  </para>  </para>
800  <para>  <para>
801  Historically, uploads identified as <link linkend="nmu">Non-maintainer  Historically, uploads identified as <link linkend="nmu">non-maintainer
802  upload (NMU)</link> were tagged <literal>fixed</literal> instead of being  upload (NMU)</link> were tagged <literal>fixed</literal> instead of being
803  closed, but that practice was ceased with the advent of version-tracking.  The  closed, but that practice was ceased with the advent of version-tracking.  The
804  same applied to the tag <literal>fixed-in-experimental</literal>.  same applied to the tag <literal>fixed-in-experimental</literal>.
# Line 779  bugs, send a <literal>reopen <replaceabl Line 810  bugs, send a <literal>reopen <replaceabl
810  to the bug tracking system's control address,  to the bug tracking system's control address,
811  &email-bts-control;.  To close any remaining bugs that were  &email-bts-control;.  To close any remaining bugs that were
812  fixed by your upload, email the <filename>.changes</filename> file to  fixed by your upload, email the <filename>.changes</filename> file to
813  <email>XXX-done@&bugs-host;</email>, where <replaceable>XXX</replaceable>  <email><replaceable>XXX</replaceable>-done@&bugs-host;</email>, where <replaceable>XXX</replaceable>
814  is the bug number, and put Version: YYY and an empty line as the first two  is the bug number, and put Version: <replaceable>YYY</replaceable> and an empty line as the first two
815  lines of the body of the email, where <replaceable>YYY</replaceable> is the  lines of the body of the email, where <replaceable>YYY</replaceable> is the
816  first version where the bug has been fixed.  first version where the bug has been fixed.
817  </para>  </para>
# Line 788  first version where the bug has been fix Line 819  first version where the bug has been fix
819  Bear in mind that it is not obligatory to close bugs using the changelog as  Bear in mind that it is not obligatory to close bugs using the changelog as
820  described above.  If you simply want to close bugs that don't have anything to  described above.  If you simply want to close bugs that don't have anything to
821  do with an upload you made, do it by emailing an explanation to  do with an upload you made, do it by emailing an explanation to
822  <email>XXX-done@&bugs-host;</email>.  Do <emphasis  <email><replaceable>XXX</replaceable>-done@&bugs-host;</email>.  Do <emphasis
823  role="strong">not</emphasis> close bugs in the changelog entry of a version if  role="strong">not</emphasis> close bugs in the changelog entry of a version if
824  the changes in that version of the package don't have any bearing on the bug.  the changes in that version of the package don't have any bearing on the bug.
825  </para>  </para>
826  <para>  <para>
827  For general information on how to write your changelog entries, see <xref  For general information on how to write your changelog entries, see <xref
828  linkend="bpp-debian-changelog"/> .  linkend="bpp-debian-changelog"/>.
829  </para>  </para>
830  </section>  </section>
831    
# Line 805  Due to their sensitive nature, security- Line 836  Due to their sensitive nature, security-
836  The Debian Security Team exists to coordinate this activity, keeping track of  The Debian Security Team exists to coordinate this activity, keeping track of
837  outstanding security problems, helping maintainers with security problems or  outstanding security problems, helping maintainers with security problems or
838  fixing them themselves, sending security advisories, and maintaining  fixing them themselves, sending security advisories, and maintaining
839  security.debian.org.  <literal>security.debian.org</literal>.
840  </para>  </para>
 <!-- information about the security database goes here once it's ready -->  
 <!-- (mdz) -->  
841  <para>  <para>
842  When you become aware of a security-related bug in a Debian package, whether or  When you become aware of a security-related bug in a Debian package, whether or
843  not you are the maintainer, collect pertinent information about the problem,  not you are the maintainer, collect pertinent information about the problem,
844  and promptly contact the security team at  and promptly contact the security team, preferably by filing a ticket in
845  &email-security-team; as soon as possible.  <emphasis  their Request Tracker.
846  role="strong">DO NOT UPLOAD</emphasis> any packages for stable; the security  See <ulink url="http://wiki.debian.org/rt.debian.org#Security_Team"></ulink>.
847  team will do that.  Useful information includes, for example:  Alternatively you may email &email-security-team;.
848    <emphasis role="strong">DO NOT UPLOAD</emphasis> any packages for
849    <literal>stable</literal> without contacting the team.  Useful information
850    includes, for example:
851  </para>  </para>
852  <itemizedlist>  <itemizedlist>
853  <listitem>  <listitem>
854  <para>  <para>
855    Whether or not the bug is already public.
856    </para>
857    </listitem>
858    <listitem>
859    <para>
860  Which versions of the package are known to be affected by the bug.  Check each  Which versions of the package are known to be affected by the bug.  Check each
861  version that is present in a supported Debian release, as well as testing and  version that is present in a supported Debian release, as well as
862  unstable.  <literal>testing</literal> and <literal>unstable</literal>.
863  </para>  </para>
864  </listitem>  </listitem>
865  <listitem>  <listitem>
# Line 833  The nature of the fix, if any is availab Line 870  The nature of the fix, if any is availab
870  <listitem>  <listitem>
871  <para>  <para>
872  Any fixed packages that you have prepared yourself (send only the  Any fixed packages that you have prepared yourself (send only the
873  <literal>.diff.gz</literal> and <literal>.dsc</literal> files and read <xref  <filename>.diff.gz</filename> and <filename>.dsc</filename> files and read <xref
874  linkend="bug-security-building"/> first)  linkend="bug-security-building"/> first)
875  </para>  </para>
876  </listitem>  </listitem>
# Line 846  testing, etc.) Line 883  testing, etc.)
883  <listitem>  <listitem>
884  <para>  <para>
885  Any information needed for the advisory (see <xref  Any information needed for the advisory (see <xref
886  linkend="bug-security-advisories"/> )  linkend="bug-security-advisories"/>)
887  </para>  </para>
888  </listitem>  </listitem>
889  </itemizedlist>  </itemizedlist>
890    <para>As the maintainer of the package, you have the responsibility to
891    maintain it, even in the stable release. You are in the best position
892    to evaluate patches and test updated packages, so please see the sections
893    below on how to prepare packages for the Security Team to handle.</para>
894    
895    <section id="bug-security-tracker">
896    <title>The Security Tracker</title>
897    <para>
898    The security team maintains a central database, the
899    <ulink url="http://security-tracker.debian.org/">Debian Security Tracker</ulink>.
900    This contains all public information that is known about security issues:
901    which packages and versions are affected or fixed, and thus whether stable,
902    testing and/or unstable are vulnerable. Information that is still confidential
903    is not added to the tracker.
904    </para>
905    <para>
906    You can search it for a specific issue, but also on package name. Look
907    for your package to see which issues are still open. If you can, please provide
908    more information about those issues, or help to address them in your package.
909    Instructions are on the tracker web pages.
910    </para>
911    </section>
912    
913  <section id="bug-security-confidentiality">  <section id="bug-security-confidentiality">
914  <title>Confidentiality</title>  <title>Confidentiality</title>
915  <para>  <para>
# Line 908  release of Debian.  When sending confide Line 968  release of Debian.  When sending confide
968  be sure to mention this fact.  be sure to mention this fact.
969  </para>  </para>
970  <para>  <para>
971  Please note that if secrecy is needed you may not upload a fix to unstable (or  Please note that if secrecy is needed you may not upload a fix to
972  anywhere else, such as a public CVS repository).  It is not sufficient to  <literal>unstable</literal> (or
973    anywhere else, such as a public VCS repository).  It is not sufficient to
974  obfuscate the details of the change, as the code itself is public, and can (and  obfuscate the details of the change, as the code itself is public, and can (and
975  will) be examined by the general public.  will) be examined by the general public.
976  </para>  </para>
# Line 918  There are two reasons for releasing info Line 979  There are two reasons for releasing info
979  requested: the problem has been known for a while, or the problem or exploit  requested: the problem has been known for a while, or the problem or exploit
980  has become public.  has become public.
981  </para>  </para>
982    <para>
983    The Security Team has a PGP-key to enable encrypted communication about
984    sensitive issues. See the <ulink url="http://www.debian.org/security/faq#contact">Security Team FAQ</ulink> for details.
985    </para>
986  </section>  </section>
987    
988  <section id="bug-security-advisories">  <section id="bug-security-advisories">
989  <title>Security Advisories</title>  <title>Security Advisories</title>
990  <para>  <para>
991  Security advisories are only issued for the current, released stable  Security advisories are only issued for the current, released stable
992  distribution, and <emphasis>not</emphasis> for testing or unstable.  When  distribution, and <emphasis>not</emphasis> for <literal>testing</literal>
993  released, advisories are sent to the  or <literal>unstable</literal>.  When released, advisories are sent to the
994  &email-debian-security-announce; mailing list and posted on  &email-debian-security-announce; mailing list and posted on
995  <ulink url="&url-debian-security-advisories;">the security web  <ulink url="&url-debian-security-advisories;">the security web
996  page</ulink>.  Security advisories are written and posted by the security team.  page</ulink>.  Security advisories are written and posted by the security team.
# Line 1046  the previous version repeatedly (<comman Line 1111  the previous version repeatedly (<comman
1111  <systemitem role="package">patchutils</systemitem> package and  <systemitem role="package">patchutils</systemitem> package and
1112  <command>debdiff</command> from <systemitem  <command>debdiff</command> from <systemitem
1113  role="package">devscripts</systemitem> are useful tools for this, see <xref  role="package">devscripts</systemitem> are useful tools for this, see <xref
1114  linkend="debdiff"/> ).  linkend="debdiff"/>).
1115  </para>  </para>
1116  <para>  <para>
1117  Be sure to verify the following items:  Be sure to verify the following items:
# Line 1054  Be sure to verify the following items: Line 1119  Be sure to verify the following items:
1119  <itemizedlist>  <itemizedlist>
1120  <listitem>  <listitem>
1121  <para>  <para>
1122  Target the right distribution in your <filename>debian/changelog</filename>.  <emphasis role="strong">Target the right distribution</emphasis>
1123  For stable this is <literal>stable-security</literal> and for testing this is  in your <filename>debian/changelog</filename>.
1124  <literal>testing-security</literal>, and for the previous stable release, this  For <literal>stable</literal> this is <literal>stable-security</literal> and
1125  is <literal>oldstable-security</literal>.  Do not target  for <literal>testing</literal> this is <literal>testing-security</literal>, and for the previous
1126  <replaceable>distribution</replaceable>-proposed-updates or  stable release, this is <literal>oldstable-security</literal>.  Do not target
1127    <replaceable>distribution</replaceable><literal>-proposed-updates</literal> or
1128  <literal>stable</literal>!  <literal>stable</literal>!
1129  </para>  </para>
1130  </listitem>  </listitem>
1131  <listitem>  <listitem>
1132  <para>  <para>
1133  The upload should have urgency=high.  The upload should have <emphasis role="strong">urgency=high</emphasis>.
1134  </para>  </para>
1135  </listitem>  </listitem>
1136  <listitem>  <listitem>
1137  <para>  <para>
1138  Make descriptive, meaningful changelog entries.  Others will rely on them to  Make descriptive, meaningful changelog entries.  Others will rely on them to
1139  determine whether a particular bug was fixed.  Always include an external  determine whether a particular bug was fixed.  Add <literal>closes:</literal>
1140  reference, preferably a CVE identifier, so that it can be cross-referenced.  statements for any <emphasis role="strong">Debian bugs</emphasis> filed.
1141  Include the same information in the changelog for unstable, so that it is clear  Always include an external reference, preferably a <emphasis role="strong">CVE
1142  that the same bug was fixed, as this is very helpful when verifying that the  identifier</emphasis>, so that it can be cross-referenced. However, if a CVE
1143  bug is fixed in the next stable release.  If a CVE identifier has not yet been  identifier has not yet been assigned, do not wait for it but continue the
1144  assigned, the security team will request one so that it can be included in the  process. The identifier can be cross-referenced later.
 package and in the advisory.  
 </para>  
 </listitem>  
 <listitem>  
 <para>  
 Make sure the version number is proper.  It must be greater than the current  
 package, but less than package versions in later distributions.  If in doubt,  
 test it with <literal>dpkg --compare-versions</literal>.  Be careful not to  
 re-use a version number that you have already used for a previous upload.  For  
 <emphasis>testing</emphasis>, there must be a higher version in  
 <emphasis>unstable</emphasis>.  If there is none yet (for example, if  
 <emphasis>testing</emphasis> and <emphasis>unstable</emphasis> have the same  
 version) you must upload a new version to unstable first.  
1145  </para>  </para>
1146  </listitem>  </listitem>
1147  <listitem>  <listitem>
1148  <para>  <para>
1149  Do not make source-only uploads if your package has any binary-all packages (do  Make sure the <emphasis role="strong">version number</emphasis> is proper.
1150  not use the <literal>-S</literal> option to  It must be greater than the current package, but less than package versions in
1151  <command>dpkg-buildpackage</command>).  The <command>buildd</command>  later distributions.  If in doubt, test it with <literal>dpkg
1152  infrastructure will not build those.  This point applies to normal package  --compare-versions</literal>.  Be careful not to re-use a version number that
1153  uploads as well.  you have already used for a previous upload, or one that conflicts with a
1154    binNMU. The convention is to append
1155    <literal>+</literal><replaceable>codename</replaceable><literal>1</literal>, e.g.
1156    <literal>1:2.4.3-4+lenny1</literal>, of course increasing 1 for any subsequent
1157    uploads.
1158  </para>  </para>
1159  </listitem>  </listitem>
1160  <listitem>  <listitem>
1161  <para>  <para>
1162  Unless the upstream source has been uploaded to security.debian.org before (by  Unless the upstream source has been uploaded to
1163  a previous security update), build the upload with full upstream source  <literal>security.debian.org</literal> before (by a previous security update),
1164    build the upload <emphasis role="strong">with full upstream source</emphasis>
1165  (<literal>dpkg-buildpackage -sa</literal>).  If there has been a previous  (<literal>dpkg-buildpackage -sa</literal>).  If there has been a previous
1166  upload to security.debian.org with the same upstream version, you may upload  upload to <literal>security.debian.org</literal> with the same upstream
1167  without upstream source (<literal>dpkg-buildpackage -sd</literal>).  version, you may upload without upstream source (<literal>dpkg-buildpackage
1168    -sd</literal>).
1169  </para>  </para>
1170  </listitem>  </listitem>
1171  <listitem>  <listitem>
1172  <para>  <para>
1173  Be sure to use the exact same <filename>*.orig.tar.gz</filename> as used in the  Be sure to use the <emphasis role="strong">exact same
1174    <filename>*.orig.tar.{gz,bz2,xz}</filename></emphasis> as used in the
1175  normal archive, otherwise it is not possible to move the security fix into the  normal archive, otherwise it is not possible to move the security fix into the
1176  main archives later.  main archives later.
1177  </para>  </para>
1178  </listitem>  </listitem>
1179  <listitem>  <listitem>
1180  <para>  <para>
1181  Build the package on a clean system which only has packages installed from the  Build the package on a <emphasis role="strong">clean system</emphasis> which only
1182  distribution you are building for.  If you do not have such a system yourself,  has packages installed from the distribution you are building for. If you do not
1183  you can use a debian.org machine (see <xref linkend="server-machines"/> ) or  have such a system yourself, you can use a debian.org machine (see
1184  setup a chroot (see <xref linkend="pbuilder"/> and <xref  <xref linkend="server-machines"/>) or setup a chroot (see
1185  linkend="debootstrap"/> ).  <xref linkend="pbuilder"/> and <xref linkend="debootstrap"/>).
1186  </para>  </para>
1187  </listitem>  </listitem>
1188  </itemizedlist>  </itemizedlist>
# Line 1132  linkend="debootstrap"/> ). Line 1192  linkend="debootstrap"/> ).
1192  <title>Uploading the fixed package</title>  <title>Uploading the fixed package</title>
1193  <para>  <para>
1194  Do <emphasis role="strong">NOT</emphasis> upload a package to the security  Do <emphasis role="strong">NOT</emphasis> upload a package to the security
1195  upload queue (oldstable-security, stable-security, etc.) without prior  upload queue (<literal>oldstable-security</literal>, <literal>stable-security</literal>,
1196  authorization from the security team.  If the package does not exactly meet the  etc.) without prior authorization from the security team.  If the
1197  team's requirements, it will cause many problems and delays in dealing with the  package does not exactly meet the team's requirements, it will cause many
1198  unwanted upload.  problems and delays in dealing with the unwanted upload.
1199  </para>  </para>
1200  <para>  <para>
1201  Do <emphasis role="strong">NOT</emphasis> upload your fix to proposed-updates  Do <emphasis role="strong">NOT</emphasis> upload your fix to
1202  without coordinating with the security team.  Packages from security.debian.org  <literal>proposed-updates</literal> without coordinating with the security team.
1203  will be copied into the proposed-updates directory automatically.  If a package  Packages from <literal>security.debian.org</literal> will be copied into
1204    the <literal>proposed-updates</literal> directory automatically.  If a package
1205  with the same or a higher version number is already installed into the archive,  with the same or a higher version number is already installed into the archive,
1206  the security update will be rejected by the archive system.  That way, the  the security update will be rejected by the archive system.  That way, the
1207  stable distribution will end up without a security update for this package  stable distribution will end up without a security update for this package
# Line 1150  instead. Line 1211  instead.
1211  Once you have created and tested the new package and it has been approved by  Once you have created and tested the new package and it has been approved by
1212  the security team, it needs to be uploaded so that it can be installed in the  the security team, it needs to be uploaded so that it can be installed in the
1213  archives.  For security uploads, the place to upload to is  archives.  For security uploads, the place to upload to is
1214  <literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal> .  <literal>ftp://security-master.debian.org/pub/SecurityUploadQueue/</literal>.
1215  </para>  </para>
1216  <para>  <para>
1217  Once an upload to the security queue has been accepted, the package will  Once an upload to the security queue has been accepted, the package will
1218  automatically be rebuilt for all architectures and stored for verification by  automatically be built for all architectures and stored for verification by
1219  the security team.  the security team.
1220  </para>  </para>
1221  <para>  <para>
# Line 1164  problems that cannot be disclosed yet. Line 1225  problems that cannot be disclosed yet.
1225  </para>  </para>
1226  <para>  <para>
1227  If a member of the security team accepts a package, it will be installed on  If a member of the security team accepts a package, it will be installed on
1228  security.debian.org as well as proposed for the proper  <literal>security.debian.org</literal> as well as proposed for the proper
1229  <replaceable>distribution</replaceable>-proposed-updates on ftp-master.  <replaceable>distribution</replaceable><literal>-proposed-updates</literal>
1230    on <literal>&ftp-master-host;</literal>.
1231  </para>  </para>
1232  </section>  </section>
1233    
# Line 1184  chapter gives guidelines on what to do i Line 1246  chapter gives guidelines on what to do i
1246  <title>Moving packages</title>  <title>Moving packages</title>
1247  <para>  <para>
1248  Sometimes a package will change its section.  For instance, a package from the  Sometimes a package will change its section.  For instance, a package from the
1249  `non-free' section might be GPL'd in a later version, in which case the package  <literal>non-free</literal> section might be GPL'd in a later version, in which case the package
1250  should be moved to `main' or `contrib'.<footnote><para> See the <ulink  should be moved to `main' or `contrib'.<footnote><para> See the <ulink
1251  url="&url-debian-policy;">Debian Policy Manual</ulink> for  url="&url-debian-policy;">Debian Policy Manual</ulink> for
1252  guidelines on what section a package belongs in.  </para> </footnote>  guidelines on what section a package belongs in.  </para> </footnote>
# Line 1195  control information to place the package Line 1257  control information to place the package
1257  the package (see the <ulink  the package (see the <ulink
1258  url="&url-debian-policy;">Debian Policy Manual</ulink> for  url="&url-debian-policy;">Debian Policy Manual</ulink> for
1259  details).  You must ensure that you include the  details).  You must ensure that you include the
1260  <filename>.orig.tar.gz</filename> in your upload (even if you are not uploading  <filename>.orig.tar.{gz,bz2,xz}</filename> in your upload (even if you are not uploading
1261  a new upstream version), or it will not appear in the new section together with  a new upstream version), or it will not appear in the new section together with
1262  the rest of the package.  If your new section is valid, it will be moved  the rest of the package.  If your new section is valid, it will be moved
1263  automatically.  If it does not, then contact the ftpmasters in order to  automatically.  If it does not, then contact the ftpmasters in order to
1264  understand what happened.  understand what happened.
1265  </para>  </para>
1266  <para>  <para>
1267  If, on the other hand, you need to change the <emphasis>subsection</emphasis>  If, on the other hand, you need to change the <literal>subsection</literal>
1268  of one of your packages (e.g., ``devel'', ``admin''), the procedure is slightly  of one of your packages (e.g., ``devel'', ``admin''), the procedure is slightly
1269  different.  Correct the subsection as found in the control file of the package,  different.  Correct the subsection as found in the control file of the package,
1270  and re-upload that.  Also, you'll need to get the override file updated, as  and re-upload that.  Also, you'll need to get the override file updated, as
1271  described in <xref linkend="override-file"/> .  described in <xref linkend="override-file"/>.
1272  </para>  </para>
1273  </section>  </section>
1274    
# Line 1216  described in <xref linkend="override-fil Line 1278  described in <xref linkend="override-fil
1278  If for some reason you want to completely remove a package (say, if it is an  If for some reason you want to completely remove a package (say, if it is an
1279  old compatibility library which is no longer required), you need to file a bug  old compatibility library which is no longer required), you need to file a bug
1280  against <literal>ftp.debian.org</literal> asking that the package be removed;  against <literal>ftp.debian.org</literal> asking that the package be removed;
1281  as all bugs, this bug should normally have normal severity.  Make sure you  as all bugs, this bug should normally have normal severity.
1282  indicate which distribution the package should be removed from.  Normally, you  The bug title should be in the form <literal>RM: <replaceable>package</replaceable>
1283  can only have packages removed from <emphasis>unstable</emphasis> and  <replaceable>[architecture list]</replaceable> --
1284  <emphasis>experimental</emphasis>.  Packages are not removed from  <replaceable>reason</replaceable></literal>, where <replaceable>package</replaceable>
1285  <emphasis>testing</emphasis> directly.  Rather, they will be removed  is the package to be removed and <replaceable>reason</replaceable> is a
1286    short summary of the reason for the removal request.
1287    <replaceable>[architecture list]</replaceable> is optional and only needed
1288    if the removal request only applies to some architectures, not all. Note
1289    that the <command>reportbug</command> will create a title conforming
1290    to these rules when you use it to report a bug against the
1291    <literal>ftp.debian.org</literal> pseudo-package.
1292    </para>
1293    
1294    <para>
1295    If you want to remove a package you maintain, you should note this in
1296    the bug title by prepending <literal>ROM</literal> (Request Of Maintainer).
1297    There are several other standard acronyms used in the reasoning for a package
1298    removal, see <ulink url="http://&ftp-master-host;/removals.html"></ulink>
1299    for a complete list. That page also provides a convenient overview of
1300    pending removal requests.
1301    </para>
1302    
1303    <para>
1304    Note that removals can only be done for the <literal>unstable</literal>,
1305    <literal>experimental</literal> and <literal>stable</literal>
1306    distribution.  Packages are not removed from
1307    <literal>testing</literal> directly.  Rather, they will be removed
1308  automatically after the package has been removed from  automatically after the package has been removed from
1309  <emphasis>unstable</emphasis> and no package in <emphasis>testing</emphasis>  <literal>unstable</literal> and no package in
1310  depends on it.  <literal>testing</literal> depends on it.
1311  </para>  </para>
1312  <para>  <para>
1313  There is one exception when an explicit removal request is not necessary: If a  There is one exception when an explicit removal request is not necessary: If a
1314  (source or binary) package is an orphan, it will be removed semi-automatically.  (source or binary) package is no longer built from source, it will be removed
1315  For a binary-package, this means if there is no longer any source package  semi-automatically. For a binary-package, this means if there is no longer any
1316  producing this binary package; if the binary package is just no longer produced  source package producing this binary package; if the binary package is just no
1317  on some architectures, a removal request is still necessary.  For a  longer produced on some architectures, a removal request is still necessary. For
1318  source-package, this means that all binary packages it refers to have been  a source-package, this means that all binary packages it refers to have been
1319  taken over by another source package.  taken over by another source package.
1320  </para>  </para>
1321  <para>  <para>
# Line 1243  supersedes the one to be removed. Line 1327  supersedes the one to be removed.
1327  <para>  <para>
1328  Usually you only ask for the removal of a package maintained by yourself.  If  Usually you only ask for the removal of a package maintained by yourself.  If
1329  you want to remove another package, you have to get the approval of its  you want to remove another package, you have to get the approval of its
1330  maintainer.  maintainer. Should the package be orphaned and thus have no maintainer,
1331    you should first discuss the removal request on &email-debian-qa;. If
1332    there is a consensus that the package should be removed, you should
1333    reassign and retitle the <literal>O:</literal> bug filed against the
1334    <literal>wnpp</literal> package instead of filing a new bug as
1335    removal request.
1336  </para>  </para>
1337  <para>  <para>
1338  Further information relating to these and other package removal related topics  Further information relating to these and other package removal related topics
# Line 1257  the <command>apt-cache</command> program Line 1346  the <command>apt-cache</command> program
1346  role="package">apt</systemitem> package.  When invoked as <literal>apt-cache  role="package">apt</systemitem> package.  When invoked as <literal>apt-cache
1347  showpkg <replaceable>package</replaceable></literal>, the program will show  showpkg <replaceable>package</replaceable></literal>, the program will show
1348  details for <replaceable>package</replaceable>, including reverse depends.  details for <replaceable>package</replaceable>, including reverse depends.
1349  Other useful programs include <literal>apt-cache rdepends</literal>,  Other useful programs include <command>apt-cache rdepends</command>,
1350  <command>apt-rdepends</command> and <command>grep-dctrl</command>.  Removal of  <command>apt-rdepends</command>, <command>build-rdeps</command> (in the
1351    <systemitem role="package">devscripts</systemitem> package) and
1352    <command>grep-dctrl</command>.  Removal of
1353  orphaned packages is discussed on &email-debian-qa;.  orphaned packages is discussed on &email-debian-qa;.
1354  </para>  </para>
1355  <para>  <para>
# Line 1267  should either be reassigned to another p Line 1358  should either be reassigned to another p
1358  code has evolved into another package (e.g.  <literal>libfoo12</literal> was  code has evolved into another package (e.g.  <literal>libfoo12</literal> was
1359  removed because <literal>libfoo13</literal> supersedes it) or closed if the  removed because <literal>libfoo13</literal> supersedes it) or closed if the
1360  software is simply no longer part of Debian.  software is simply no longer part of Debian.
1361    When closing the bugs,
1362    to avoid marking the bugs as fixed in versions of the packages
1363    in previous Debian releases, they should be marked as fixed
1364    in the version <literal>&lt;most-recent-version-ever-in-Debian&gt;+rm</literal>.
1365  </para>  </para>
1366  <section id="s5.9.2.1">  <section id="s5.9.2.1">
1367  <title>Removing packages from <filename>Incoming</filename></title>  <title>Removing packages from <filename>Incoming</filename></title>
# Line 1276  In the past, it was possible to remove p Line 1371  In the past, it was possible to remove p
1371  incoming system, this is no longer possible.  Instead, you have to upload a new  incoming system, this is no longer possible.  Instead, you have to upload a new
1372  revision of your package with a higher version than the package you want to  revision of your package with a higher version than the package you want to
1373  replace.  Both versions will be installed in the archive but only the higher  replace.  Both versions will be installed in the archive but only the higher
1374  version will actually be available in <emphasis>unstable</emphasis> since the  version will actually be available in <literal>unstable</literal> since the
1375  previous version will immediately be replaced by the higher.  However, if you  previous version will immediately be replaced by the higher.  However, if you
1376  do proper testing of your packages, the need to replace a package should not  do proper testing of your packages, the need to replace a package should not
1377  occur too often anyway.  occur too often anyway.
# Line 1288  occur too often anyway. Line 1383  occur too often anyway.
1383  <section id="s5.9.3">  <section id="s5.9.3">
1384  <title>Replacing or renaming packages</title>  <title>Replacing or renaming packages</title>
1385  <para>  <para>
1386  When you make a mistake naming your package, you should follow a two-step  When the upstream maintainers for one of your packages chose to
1387  process to rename it.  First, set your <filename>debian/control</filename> file  rename their software (or you made a mistake naming your package),
1388  to replace and conflict with the obsolete name of the package (see the <ulink  you should follow a two-step process to rename it. In the first
1389  url="&url-debian-policy;">Debian Policy Manual</ulink> for  step, change the <filename>debian/control</filename> file to
1390  details).  Once you've uploaded the package and the package has moved into the  reflect the new name and to replace, provide and conflict with the
1391  archive, file a bug against <literal>ftp.debian.org</literal> asking to remove  obsolete package name (see the <ulink url="&url-debian-policy;">Debian
1392  the package with the obsolete name.  Do not forget to properly reassign the  Policy Manual</ulink> for details).  Please note that you
1393  package's bugs at the same time.  should only add a <literal>Provides</literal> relation if all
1394    packages depending on the obsolete package name continue to work
1395    after the renaming. Once you've uploaded the package and the package
1396    has moved into the archive, file a bug against <literal>ftp.debian.org</literal>
1397    asking to remove the package with the
1398    obsolete name (see <xref linkend="removing-pkgs"/>).  Do not forget
1399    to properly reassign the package's bugs at the same time.
1400  </para>  </para>
1401  <para>  <para>
1402  At other times, you may make a mistake in constructing your package and wish to  At other times, you may make a mistake in constructing your package and wish to
# Line 1305  Note that this applies to each part of y Line 1406  Note that this applies to each part of y
1406  you wish to replace the upstream source tarball of your package, you will need  you wish to replace the upstream source tarball of your package, you will need
1407  to upload it with a different version.  An easy possibility is to replace  to upload it with a different version.  An easy possibility is to replace
1408  <filename>foo_1.00.orig.tar.gz</filename> with  <filename>foo_1.00.orig.tar.gz</filename> with
1409  <filename>foo_1.00+0.orig.tar.gz</filename>.  This restriction gives each file  <filename>foo_1.00+0.orig.tar.gz</filename> or
1410  on the ftp site a unique name, which helps to ensure consistency across the  <filename>foo_1.00.orig.tar.bz2</filename>.  This restriction gives each
1411  mirror network.  file on the ftp site a unique name, which helps to ensure consistency
1412    across the mirror network.
1413  </para>  </para>
1414  </section>  </section>
1415    
# Line 1322  role="package">wnpp</systemitem>.  The b Line 1424  role="package">wnpp</systemitem>.  The b
1424  <replaceable>package</replaceable> -- <replaceable>short  <replaceable>package</replaceable> -- <replaceable>short
1425  description</replaceable></literal> indicating that the package is now  description</replaceable></literal> indicating that the package is now
1426  orphaned.  The severity of the bug should be set to  orphaned.  The severity of the bug should be set to
1427  <emphasis>normal</emphasis>; if the package has a priority of standard or  <literal>normal</literal>; if the package has a priority of standard or
1428  higher, it should be set to important.  If you feel it's necessary, send a copy  higher, it should be set to important.  If you feel it's necessary, send a copy
1429  to &email-debian-devel; by putting the address in the  to &email-debian-devel; by putting the address in the
1430  X-Debbugs-CC: header of the message (no, don't use CC:, because that way the  X-Debbugs-CC: header of the message (no, don't use CC:, because that way the
# Line 1334  for the moment, then you should instead Line 1436  for the moment, then you should instead
1436  role="package">wnpp</systemitem> and title it <literal>RFA:  role="package">wnpp</systemitem> and title it <literal>RFA:
1437  <replaceable>package</replaceable> -- <replaceable>short  <replaceable>package</replaceable> -- <replaceable>short
1438  description</replaceable></literal>.  <literal>RFA</literal> stands for  description</replaceable></literal>.  <literal>RFA</literal> stands for
1439  <emphasis>Request For Adoption</emphasis>.  <literal>Request For Adoption</literal>.
1440  </para>  </para>
1441  <para>  <para>
1442  More information is on the <ulink url="&url-wnpp;">WNPP  More information is on the <ulink url="&url-wnpp;">WNPP
# Line 1355  information and procedures. Line 1457  information and procedures.
1457  It is not OK to simply take over a package that you feel is neglected — that  It is not OK to simply take over a package that you feel is neglected — that
1458  would be package hijacking.  You can, of course, contact the current maintainer  would be package hijacking.  You can, of course, contact the current maintainer
1459  and ask them if you may take over the package.  If you have reason to believe a  and ask them if you may take over the package.  If you have reason to believe a
1460  maintainer has gone AWOL (absent without leave), see <xref linkend="mia-qa"/> .  maintainer has gone AWOL (absent without leave), see <xref linkend="mia-qa"/>.
1461  </para>  </para>
1462  <para>  <para>
1463  Generally, you may not take over the package without the assent of the current  Generally, you may not take over the package without the assent of the current
# Line 1371  more information). Line 1473  more information).
1473  If you take over an old package, you probably want to be listed as the  If you take over an old package, you probably want to be listed as the
1474  package's official maintainer in the bug system.  This will happen  package's official maintainer in the bug system.  This will happen
1475  automatically once you upload a new version with an updated  automatically once you upload a new version with an updated
1476  <literal>Maintainer:</literal> field, although it can take a few hours after  <literal>Maintainer</literal> field, although it can take a few hours after
1477  the upload is done.  If you do not expect to upload a new version for a while,  the upload is done.  If you do not expect to upload a new version for a while,
1478  you can use <xref linkend="pkg-tracking-system"/> to get the bug reports.  you can use <xref linkend="pkg-tracking-system"/> to get the bug reports.
1479  However, make sure that the old maintainer has no problem with the fact that  However, make sure that the old maintainer has no problem with the fact that
# Line 1393  you are not a porter, you should read mo Line 1495  you are not a porter, you should read mo
1495  Porting is the act of building Debian packages for architectures that are  Porting is the act of building Debian packages for architectures that are
1496  different from the original architecture of the package maintainer's binary  different from the original architecture of the package maintainer's binary
1497  package.  It is a unique and essential activity.  In fact, porters do most of  package.  It is a unique and essential activity.  In fact, porters do most of
1498  the actual compiling of Debian packages.  For instance, for a single  the actual compiling of Debian packages.  For instance, when a maintainer
1499  <emphasis>i386</emphasis> binary package, there must be a recompile for each  uploads a (portable) source packages with binaries for the <literal>i386</literal>
1500  architecture, which amounts to &number-of-arches; more builds.  architecture, it will be built for each of the other architectures,
1501    amounting to &number-of-arches; more builds.
1502  </para>  </para>
1503  <section id="kind-to-porters">  <section id="kind-to-porters">
1504  <title>Being kind to porters</title>  <title>Being kind to porters</title>
# Line 1426  Make sure that your <literal>Build-Depen Line 1529  Make sure that your <literal>Build-Depen
1529  <literal>Build-Depends-Indep</literal> settings in  <literal>Build-Depends-Indep</literal> settings in
1530  <filename>debian/control</filename> are set properly.  The best way to validate  <filename>debian/control</filename> are set properly.  The best way to validate
1531  this is to use the <systemitem role="package">debootstrap</systemitem> package  this is to use the <systemitem role="package">debootstrap</systemitem> package
1532  to create an unstable chroot environment (see <xref linkend="debootstrap"/> ).  to create an <literal>unstable</literal> chroot environment (see <xref
1533    linkend="debootstrap"/>).
1534  Within that chrooted environment, install the <systemitem  Within that chrooted environment, install the <systemitem
1535  role="package">build-essential</systemitem> package and any package  role="package">build-essential</systemitem> package and any package
1536  dependencies mentioned in <literal>Build-Depends</literal> and/or  dependencies mentioned in <literal>Build-Depends</literal> and/or
1537  <literal>Build-Depends-Indep</literal>.  Finally, try building your package  <literal>Build-Depends-Indep</literal>.  Finally, try building your package
1538  within that chrooted environment.  These steps can be automated by the use of  within that chrooted environment.  These steps can be automated by the use of
1539  the <command>pbuilder</command> program which is provided by the package of the  the <command>pbuilder</command> program which is provided by the package of the
1540  same name (see <xref linkend="pbuilder"/> ).  same name (see <xref linkend="pbuilder"/>).
1541  </para>  </para>
1542  <para>  <para>
1543  If you can't set up a proper chroot, <command>dpkg-depcheck</command> may be of  If you can't set up a proper chroot, <command>dpkg-depcheck</command> may be of
1544  assistance (see <xref linkend="dpkg-depcheck"/> ).  assistance (see <xref linkend="dpkg-depcheck"/>).
1545  </para>  </para>
1546  <para>  <para>
1547  See the <ulink url="&url-debian-policy;">Debian Policy  See the <ulink url="&url-debian-policy;">Debian Policy
# Line 1446  Manual</ulink> for instructions on setti Line 1550  Manual</ulink> for instructions on setti
1550  </listitem>  </listitem>
1551  <listitem>  <listitem>
1552  <para>  <para>
1553  Don't set architecture to a value other than ``all'' or ``any'' unless you  Don't set architecture to a value other than <literal>all</literal> or
1554  really mean it.  In too many cases, maintainers don't follow the instructions  <literal>any</literal> unless you really mean it.  In too many cases,
1555  in the <ulink url="&url-debian-policy;">Debian Policy  maintainers don't follow the instructions in the <ulink
1556  Manual</ulink>.  Setting your architecture to ``i386'' is usually incorrect.  url="&url-debian-policy;">Debian Policy Manual</ulink>.  Setting your
1557    architecture to only one architecture (such as <literal>i386</literal>
1558    or <literal>amd64</literal>) is usually incorrect.
1559  </para>  </para>
1560  </listitem>  </listitem>
1561  <listitem>  <listitem>
# Line 1464  scratch with <command>dpkg-buildpackage< Line 1570  scratch with <command>dpkg-buildpackage<
1570  <para>  <para>
1571  Make sure you don't ship your source package with the  Make sure you don't ship your source package with the
1572  <filename>debian/files</filename> or <filename>debian/substvars</filename>  <filename>debian/files</filename> or <filename>debian/substvars</filename>
1573  files.  They should be removed by the `clean' target of  files.  They should be removed by the <literal>clean</literal> target of
1574  <filename>debian/rules</filename>.  <filename>debian/rules</filename>.
1575  </para>  </para>
1576  </listitem>  </listitem>
# Line 1480  even if it's the same architecture. Line 1586  even if it's the same architecture.
1586  <listitem>  <listitem>
1587  <para>  <para>
1588  Don't depend on the package you're building being installed already (a sub-case  Don't depend on the package you're building being installed already (a sub-case
1589  of the above issue).  of the above issue). There are, of course, exceptions to this rule, but be
1590    aware that any case like this needs manual bootstrapping and cannot be done
1591    by automated package builders.
1592  </para>  </para>
1593  </listitem>  </listitem>
1594  <listitem>  <listitem>
# Line 1493  standardize on different compilers. Line 1601  standardize on different compilers.
1601  </listitem>  </listitem>
1602  <listitem>  <listitem>
1603  <para>  <para>
1604  Make sure your debian/rules contains separate ``binary-arch'' and  Make sure your <filename>debian/rules</filename> contains separate <literal>binary-arch</literal>
1605  ``binary-indep'' targets, as the Debian Policy Manual requires.  Make sure that  and <literal>binary-indep</literal> targets, as the Debian Policy Manual
1606  both targets work independently, that is, that you can call the target without  requires.  Make sure that both targets work independently, that is, that you
1607  having called the other before.  To test this, try to run  can call the target without having called the other before.  To test this,
1608  <literal>dpkg-buildpackage -B</literal>.  try to run <command>dpkg-buildpackage -B</command>.
1609  </para>  </para>
1610  </listitem>  </listitem>
1611  </orderedlist>  </orderedlist>
# Line 1524  The way to invoke <command>dpkg-buildpac Line 1632  The way to invoke <command>dpkg-buildpac
1632  -m<replaceable>porter-email</replaceable></literal>.  Of course, set  -m<replaceable>porter-email</replaceable></literal>.  Of course, set
1633  <replaceable>porter-email</replaceable> to your email address.  This will do a  <replaceable>porter-email</replaceable> to your email address.  This will do a
1634  binary-only build of only the architecture-dependent portions of the package,  binary-only build of only the architecture-dependent portions of the package,
1635  using the `binary-arch' target in <filename>debian/rules</filename>.  using the <literal>binary-arch</literal> target in
1636    <filename>debian/rules</filename>.
1637  </para>  </para>
1638  <para>  <para>
1639  If you are working on a Debian machine for your porting efforts and you need to  If you are working on a Debian machine for your porting efforts and you need to
# Line 1538  it signed conveniently, or use the remot Line 1647  it signed conveniently, or use the remot
1647  <para>  <para>
1648  Sometimes the initial porter upload is problematic because the environment in  Sometimes the initial porter upload is problematic because the environment in
1649  which the package was built was not good enough (outdated or obsolete library,  which the package was built was not good enough (outdated or obsolete library,
1650  bad compiler, ...).  Then you may just need to recompile it in an updated  bad compiler, etc.).  Then you may just need to recompile it in an updated
1651  environment.  However, you have to bump the version number in this case, so  environment.  However, you have to bump the version number in this case, so
1652  that the old bad package can be replaced in the Debian archive  that the old bad package can be replaced in the Debian archive
1653  (<command>katie</command> refuses to install new packages if they don't have a  (<command>dak</command> refuses to install new packages if they don't have a
1654  version number greater than the currently available one).  version number greater than the currently available one).
1655  </para>  </para>
1656  <para>  <para>
1657  You have to make sure that your binary-only NMU doesn't render the package  You have to make sure that your binary-only NMU doesn't render the package
1658  uninstallable.  This could happen when a source package generates  uninstallable.  This could happen when a source package generates
1659  arch-dependent and arch-independent packages that depend on each other via  arch-dependent and arch-independent packages that have inter-dependencies
1660  $(Source-Version).  generated using dpkg's substitution variable <literal>$(Source-Version)</literal>.
1661  </para>  </para>
1662  <para>  <para>
1663  Despite the required modification of the changelog, these are called  Despite the required modification of the changelog, these are called
# Line 1564  source code). Line 1673  source code).
1673  </para>  </para>
1674  <para>  <para>
1675  The ``magic'' for a recompilation-only NMU is triggered by using a suffix  The ``magic'' for a recompilation-only NMU is triggered by using a suffix
1676  appended to the package version number, following the form b&lt;number&gt;.  appended to the package version number, following the form
1677    <literal>b<replaceable>number</replaceable></literal>.
1678  For instance, if the latest version you are recompiling against was version  For instance, if the latest version you are recompiling against was version
1679  ``2.9-3'', your NMU should carry a version of ``2.9-3+b1''.  If the latest  <literal>2.9-3</literal>, your binary-only NMU should carry a version of
1680  version was ``3.4+b1'' (i.e, a native package with a previous recompilation  <literal>2.9-3+b1</literal>.  If the latest version was <literal>3.4+b1</literal>
1681  NMU), your NMU should have a version number of ``3.4+b2''.  <footnote><para> In  (i.e, a native package with a previous recompilation NMU), your
1682  the past, such NMUs used the third-level number on the Debian part of the  binary-only NMU should have a version number of <literal>3.4+b2</literal>.<footnote><para>
1683  revision to denote their recompilation-only status; however, this syntax was  In the past, such NMUs used the third-level number on the
1684  ambiguous with native packages and did not allow proper ordering of  Debian part of the revision to denote their recompilation-only status;
1685  recompile-only NMUs, source NMUs, and security NMUs on the same package, and  however, this syntax was ambiguous with native packages and did not allow
1686  has therefore been abandoned in favor of this new syntax.  </para> </footnote>  proper ordering of recompile-only NMUs, source NMUs, and security NMUs on
1687    the same package, and has therefore been abandoned in favor of this new syntax.
1688    </para> </footnote>
1689  </para>  </para>
1690  <para>  <para>
1691  Similar to initial porter uploads, the correct way of invoking  Similar to initial porter uploads, the correct way of invoking
# Line 1586  to only build the architecture-dependent Line 1698  to only build the architecture-dependent
1698  <title>When to do a source NMU if you are a porter</title>  <title>When to do a source NMU if you are a porter</title>
1699  <para>  <para>
1700  Porters doing a source NMU generally follow the guidelines found in <xref  Porters doing a source NMU generally follow the guidelines found in <xref
1701  linkend="nmu"/> , just like non-porters.  However, it is expected that the wait  linkend="nmu"/>, just like non-porters.  However, it is expected that the wait
1702  cycle for a porter's source NMU is smaller than for a non-porter, since porters  cycle for a porter's source NMU is smaller than for a non-porter, since porters
1703  have to cope with a large quantity of packages.  Again, the situation varies  have to cope with a large quantity of packages.  Again, the situation varies
1704  depending on the distribution they are uploading to.  It also varies whether  depending on the distribution they are uploading to.  It also varies whether
# Line 1594  the architecture is a candidate for incl Line 1706  the architecture is a candidate for incl
1706  release managers decide and announce which architectures are candidates.  release managers decide and announce which architectures are candidates.
1707  </para>  </para>
1708  <para>  <para>
1709  If you are a porter doing an NMU for `unstable', the above guidelines for  If you are a porter doing an NMU for <literal>unstable</literal>, the above
1710  porting should be followed, with two variations.  Firstly, the acceptable  guidelines for porting should be followed, with two variations.  Firstly, the
1711  waiting period — the time between when the bug is submitted to the BTS and  acceptable waiting period — the time between when the bug is submitted to
1712  when it is OK to do an NMU — is seven days for porters working on the  the BTS and when it is OK to do an NMU — is seven days for porters working
1713  unstable distribution.  This period can be shortened if the problem is critical  on the <literal>unstable</literal> distribution.  This period can be shortened
1714  and imposes hardship on the porting effort, at the discretion of the porter  if the problem is critical and imposes hardship on the porting effort, at the
1715  group.  (Remember, none of this is Policy, just mutually agreed upon  discretion of the porter group.  (Remember, none of this is Policy, just
1716  guidelines.) For uploads to stable or testing, please coordinate with the  mutually agreed upon guidelines.) For uploads to <literal>stable</literal> or
1717  appropriate release team first.  <literal>testing</literal>, please coordinate with the appropriate release
1718    team first.
1719  </para>  </para>
1720  <para>  <para>
1721  Secondly, porters doing source NMUs should make sure that the bug they submit  Secondly, porters doing source NMUs should make sure that the bug they submit
1722  to the BTS should be of severity `serious' or greater.  This ensures that a  to the BTS should be of severity <literal>serious</literal> or greater.  This
1723  single source package can be used to compile every supported Debian  ensures that a single source package can be used to compile every supported
1724  architecture by release time.  It is very important that we have one version of  Debian architecture by release time.  It is very important that we have one
1725  the binary and source package for all architecture in order to comply with many  version of the binary and source package for all architectures in order to
1726  licenses.  comply with many licenses.
1727  </para>  </para>
1728  <para>  <para>
1729  Porters should try to avoid patches which simply kludge around bugs in the  Porters should try to avoid patches which simply kludge around bugs in the
# Line 1655  with the porters. Line 1768  with the porters.
1768  <title>Porter tools</title>  <title>Porter tools</title>
1769  <para>  <para>
1770  Descriptions of several porting tools can be found in <xref  Descriptions of several porting tools can be found in <xref
1771  linkend="tools-porting"/> .  linkend="tools-porting"/>.
1772  </para>  </para>
1773  </section>  </section>
1774    
1775  <section id="buildd">  <section id="wanna-build">
1776  <title><systemitem role="package">buildd</systemitem></title>  <title><systemitem role="package">wanna-build</systemitem></title>
1777  <para>  <para>
1778  The <systemitem role="package">buildd</systemitem> system is used as a  The <systemitem role="package">wanna-build</systemitem> system is used as a
1779  distributed, client-server build distribution system.  It is usually used in  distributed, client-server build distribution system.  It is usually used in
1780  conjunction with <emphasis>auto-builders</emphasis>, which are ``slave'' hosts  conjunction with build daemons running the <systemitem role="package">buildd</systemitem>
1781  which simply check out and attempt to auto-build packages which need to be  program. <literal>Build daemons</literal> are ``slave'' hosts
1782  ported.  There is also an email interface to the system, which allows porters  which contact the central <systemitem role="package">wanna-build</systemitem>
1783  to ``check out'' a source package (usually one which cannot yet be auto-built)  system to receive a list of packages that need to be built.
1784  and work on it.  </para>
1785  </para>  <para>
1786  <para>  <systemitem role="package">wanna-build</systemitem> is not yet available as a
1787  <systemitem role="package">buildd</systemitem> is not yet available as a  package; however, all Debian porting efforts are using it for automated
1788  package; however, most porting efforts are either using it currently or  package building.  The tool used to do the actual package builds, <systemitem
1789  planning to use it in the near future.  The actual automated builder is  role="package">sbuild</systemitem> is available as a package, see its
1790  packaged as <systemitem role="package">sbuild</systemitem>, see its description  description in <xref linkend="sbuild"/>.  Please note that the packaged
1791  in <xref linkend="sbuild"/> .  The complete <systemitem  version is not the same as the one used on build daemons, but it is close
1792  role="package">buildd</systemitem> system also collects a number of as yet  enough to reproduce problems.
1793  unpackaged components which are currently very useful and in use continually,  </para>
1794  such as <command>andrea</command> and <command>wanna-build</command>.  <para>
1795  </para>  Most of the data produced by <systemitem role="package">wanna-build</systemitem>
1796  <para>  which is generally useful to porters is available on the
1797  Some of the data produced by <systemitem role="package">buildd</systemitem>  web at <ulink url="&url-buildd;"></ulink>.  This data includes nightly
1798  which is generally useful to porters is available on the web at <ulink  updated statistics, queueing information and logs for build attempts.
 url="&url-buildd;"></ulink>.  This data includes nightly updated  
 information from <command>andrea</command> (source dependencies) and  
 <systemitem role="package">quinn-diff</systemitem> (packages needing  
 recompilation).  
1799  </para>  </para>
1800  <para>  <para>
1801  We are quite proud of this system, since it has so many possible uses.  We are quite proud of this system, since it has so many possible uses.
# Line 1696  flavor of Debian built with <command>gcc Line 1805  flavor of Debian built with <command>gcc
1805  also enable Debian to recompile entire distributions quickly.  also enable Debian to recompile entire distributions quickly.
1806  </para>  </para>
1807  <para>  <para>
1808  The buildds admins of each arch can be contacted at the mail address  The wanna-build team, in charge of the buildds,
1809  $arch@buildd.debian.org.  can be reached at <literal>debian-wb-team@lists.debian.org</literal>.
1810    To determine who (wanna-build team, release team) and how (mail, BTS)
1811    to contact, refer to <ulink url="&url-wb-team;"></ulink>.
1812    </para>
1813    
1814    <para>
1815    When requesting binNMUs or give-backs (retries after a failed build),
1816    please use the format described at <ulink url="&url-release-wb;"/>.
1817  </para>  </para>
1818    
1819  </section>  </section>
1820    
1821  </section>  </section>
# Line 1709  $arch@buildd.debian.org. Line 1826  $arch@buildd.debian.org.
1826  Some packages still have issues with building and/or working on some of the  Some packages still have issues with building and/or working on some of the
1827  architectures supported by Debian, and cannot be ported at all, or not within a  architectures supported by Debian, and cannot be ported at all, or not within a
1828  reasonable amount of time.  An example is a package that is SVGA-specific (only  reasonable amount of time.  An example is a package that is SVGA-specific (only
1829  i386), or uses other hardware-specific features not supported on all  available for <literal>i386</literal> and <literal>amd64</literal>), or uses
1830  architectures.  other hardware-specific features not supported on all architectures.
1831  </para>  </para>
1832  <para>  <para>
1833  In order to prevent broken packages from being uploaded to the archive, and  In order to prevent broken packages from being uploaded to the archive, and
# Line 1728  allow the package to build as soon as th Line 1845  allow the package to build as soon as th
1845  </para>  </para>
1846  <para>  <para>
1847  Additionally, if you believe the list of supported architectures is pretty  Additionally, if you believe the list of supported architectures is pretty
1848  constant, you should change 'any' to a list of supported architectures in  constant, you should change <literal>any</literal> to a list of supported
1849  debian/control.  This way, the build will fail also, and indicate this to a  architectures in <filename>debian/control</filename>.  This way, the build will
1850  human reader without actually trying.  fail also, and indicate this to a human reader without actually trying.
1851  </para>  </para>
1852  </listitem>  </listitem>
1853  <listitem>  <listitem>
1854  <para>  <para>
1855  In order to prevent autobuilders from needlessly trying to build your package,  In order to prevent autobuilders from needlessly trying to build your package,
1856  it must be included in <filename>packages-arch-specific</filename>, a list used  it must be included in <filename>Packages-arch-specific</filename>, a list used
1857  by the <command>wanna-build</command> script.  The current version is available  by the <command>wanna-build</command> script.  The current version is available
1858  as <ulink  as <ulink url="&url-buildd-p-a-s;"/>;
 url="&url-cvsweb;srcdep/Packages-arch-specific?cvsroot=dak"></ulink>;  
1859  please see the top of the file for whom to contact for changes.  please see the top of the file for whom to contact for changes.
1860  </para>  </para>
1861  </listitem>  </listitem>
1862  </itemizedlist>  </itemizedlist>
1863  <para>  <para>
1864  Please note that it is insufficient to only add your package to  Please note that it is insufficient to only add your package to
1865  Packages-arch-specific without making it fail to build on unsupported  <filename>Packages-arch-specific</filename> without making it fail to build on unsupported
1866  architectures: A porter or any other person trying to build your package might  architectures: A porter or any other person trying to build your package might
1867  accidently upload it without noticing it doesn't work.  If in the past some  accidently upload it without noticing it doesn't work.  If in the past some
1868  binary packages were uploaded on unsupported architectures, request their  binary packages were uploaded on unsupported architectures, request their
1869  removal by filing a bug against <systemitem  removal by filing a bug against <systemitem
1870  role="package">ftp.debian.org</systemitem>  role="package">ftp.debian.org</systemitem>.
1871  </para>  </para>
1872  </section>  </section>
1873    
1874  </section>  <section id="non-free-buildd">
1875    <title>Marking non-free packages as auto-buildable</title>
 <section id="nmu">  
 <title>Non-Maintainer Uploads (NMUs)</title>  
1876  <para>  <para>
1877  Under certain circumstances it is necessary for someone other than the official  By default packages from the <literal>non-free</literal> section are not built by the autobuilder
1878  package maintainer to make a release of a package.  This is called a  network (mostly because the license of the packages could disapprove).
1879  non-maintainer upload, or NMU.  To enable a package to be build you need to perform the following
1880    steps:
1881  </para>  </para>
1882    <orderedlist numeration="arabic">
1883    <listitem>
1884  <para>  <para>
1885  This section handles only source NMUs, i.e.  NMUs which upload a new version of  Check whether it is legally allowed and technically possible
1886  the package.  For binary-only NMUs by porters or QA members, please see <xref  to auto-build the package;
 linkend="binary-only-nmu"/> .  If a buildd builds and uploads a package, that  
 too is strictly speaking a binary NMU.  See <xref linkend="buildd"/> for some  
 more information.  
1887  </para>  </para>
1888    </listitem>
1889    <listitem>
1890  <para>  <para>
1891  The main reason why NMUs are done is when a developer needs to fix another  Add <literal>XS-Autobuild: yes</literal> into the header part
1892  developer's package in order to address serious problems or crippling bugs or  of <filename>debian/control</filename>;
 when the package maintainer is unable to release a fix in a timely fashion.  
1893  </para>  </para>
1894    </listitem>
1895    <listitem>
1896  <para>  <para>
1897  First and foremost, it is critical that NMU patches to source should be as  Send an email to &email-nonfree-release; and explain why the
1898  non-disruptive as possible.  Do not do housekeeping tasks, do not change the  package can legitimately and technically be auto-built.
 name of modules or files, do not move directories; in general, do not fix  
 things which are not broken.  Keep the patch as small as possible.  If things  
 bother you aesthetically, talk to the Debian maintainer, talk to the upstream  
 maintainer, or submit a bug.  However, aesthetic changes must  
 <emphasis>not</emphasis> be made in a non-maintainer upload.  
1899  </para>  </para>
1900    </listitem>
1901    </orderedlist>
1902    </section>
1903    </section>
1904    
1905    <section id="nmu">
1906    <title>Non-Maintainer Uploads (NMUs)</title>
1907  <para>  <para>
1908  And please remember the Hippocratic Oath: Above all, do no harm.  It is better  Every package has one or more maintainers. Normally, these are the people who
1909  to leave a package with an open grave bug than applying a non-functional patch,  work on and upload new versions of the package. In some situations, it is
1910  or one that hides the bug instead of resolving it.  useful that other developers can upload a new version as well, for example if
1911    they want to fix a bug in a package they don't maintain, when the maintainer
1912    needs help to respond to issues.  Such uploads are called
1913    <emphasis>Non-Maintainer Uploads (NMU)</emphasis>.
1914  </para>  </para>
1915    
1916  <section id="nmu-guidelines">  <section id="nmu-guidelines">
1917  <title>How to do a NMU</title>  <title>When and how to do an NMU</title>
1918  <para>  
 NMUs which fix important, serious or higher severity bugs are encouraged and  
 accepted.  You should endeavor to reach the current maintainer of the package;  
 they might be just about to upload a fix for the problem, or have a better  
 solution.  
 </para>  
 <para>  
 NMUs should be made to assist a package's maintainer in resolving bugs.  
 Maintainers should be thankful for that help, and NMUers should respect the  
 decisions of maintainers, and try to personally help the maintainer by their  
 work.  
 </para>  
1919  <para>  <para>
1920  A NMU should follow all conventions, written down in this section.  For an  Before doing an NMU, consider the following questions:
 upload to testing or unstable, this order of steps is recommended:  
1921  </para>  </para>
1922  <itemizedlist>  <itemizedlist>
1923  <listitem>  <listitem>
1924  <para>  <para>
1925  Make sure that the package's bugs that the NMU is meant to address are all  Does your NMU really fix bugs? Fixing cosmetic issues or changing the
1926  filed in the Debian Bug Tracking System (BTS).  If they are not, submit them  packaging style in NMUs is discouraged.
 immediately.  
1927  </para>  </para>
1928  </listitem>  </listitem>
1929  <listitem>  <listitem>
1930  <para>  <para>
1931  Wait a few days for the response from the maintainer.  If you don't get any  Did you give enough time to the maintainer? When was the bug reported to the
1932  response, you may want to help them by sending the patch that fixes the bug.  BTS? Being busy for a week or two isn't unusual.  Is the bug so severe that it
1933  Don't forget to tag the bug with the patch keyword.  needs to be fixed right now, or can it wait a few more days?
1934  </para>  </para>
1935  </listitem>  </listitem>
1936  <listitem>  <listitem>
1937  <para>  <para>
1938  Wait a few more days.  If you still haven't got an answer from the maintainer,  How confident are you about your changes? Please remember the Hippocratic Oath:
1939  send them a mail announcing your intent to NMU the package.  Prepare an NMU as  "Above all, do no harm." It is better to leave a package with an open grave bug
1940  described in this section, and test it carefully on your machine (cf.  <xref  than applying a non-functional patch, or one that hides the bug instead of
1941  linkend="sanitycheck"/> ).  Double check that your patch doesn't have any  resolving it. If you are not 100% sure of what you did, it might be a good idea
1942  unexpected side effects.  Make sure your patch is as small and as  to seek advice from others. Remember that if you break something in your NMU,
1943  non-disruptive as it can be.  many people will be very unhappy about it.
1944  </para>  </para>
1945  </listitem>  </listitem>
1946  <listitem>  <listitem>
1947  <para>  <para>
1948  Upload your package to incoming in <filename>DELAYED/7-day</filename> (cf.  Have you clearly expressed your intention to NMU, at least in the BTS?
1949  <xref linkend="delayed-incoming"/> ), send the final patch to the maintainer  It is also a good idea to try to contact the
1950  via the BTS, and explain to them that they have 7 days to react if they want to  maintainer by other means (private email, IRC).
 cancel the NMU.  
1951  </para>  </para>
1952  </listitem>  </listitem>
1953  <listitem>  <listitem>
1954  <para>  <para>
1955  Follow what happens, you're responsible for any bug that you introduced with  If the maintainer is usually active and responsive, have you tried to contact
1956  your NMU.  You should probably use <xref linkend="pkg-tracking-system"/> (PTS)  him? In general it should be considered preferable that a maintainer takes care
1957  to stay informed of the state of the package after your NMU.  of an issue himself and that he is given the chance to review and correct your
1958    patch, because he can be expected to be more aware of potential issues which an
1959    NMUer might miss. It is often a better use of everyone's time if the maintainer
1960    is given an opportunity to upload a fix on their own.
1961  </para>  </para>
1962  </listitem>  </listitem>
1963  </itemizedlist>  </itemizedlist>
1964  <para>  <para>
1965  At times, the release manager or an organized group of developers can announce  When doing an NMU, you must first make sure that your intention to NMU is
1966  a certain period of time in which the NMU rules are relaxed.  This usually  clear.  Then, you must send a patch with the differences between the
1967  involves shortening the period during which one is to wait before uploading the  current package and your proposed NMU to the BTS. The
1968  fixes, and shortening the DELAYED period.  It is important to notice that even  <command>nmudiff</command> script in the <systemitem role="package">devscripts</systemitem> package
1969  in these so-called bug squashing party times, the NMU'er has to file bugs and  might be helpful.
1970  contact the developer first, and act later.  Please see <xref  </para>
1971  linkend="qa-bsp"/> for details.  <para>
1972  </para>  While preparing the patch, you should better be aware of any package-specific
1973  <para>  practices that the maintainer might be using. Taking them into account
1974  For the testing distribution, the rules may be changed by the release managers.  reduces the burden of integrating your changes into the normal package
1975  Please take additional care, and acknowledge that the usual way for a package  workflow and thus increases the chances that integration will happen. A good
1976  to enter testing is through unstable.  place where to look for for possible package-specific practices is
1977    <ulink url="&url-debian-policy;ch-source.html#s-readmesource"><filename>debian/README.source</filename></ulink>.
1978    </para>
1979    <para>
1980    Unless you have an excellent reason not to do so, you must then give some time
1981    to the maintainer to react (for example, by uploading to the
1982    <literal>DELAYED</literal> queue).  Here are some recommended values to use for delays:
1983  </para>  </para>
1984    <itemizedlist>
1985    <listitem>
1986  <para>  <para>
1987  For the stable distribution, please take extra care.  Of course, the release  Upload fixing only release-critical bugs older than 7 days, with no maintainer activity on the bug for 7 days and no indication that a fix is in progress: 0 days
 managers may also change the rules here.  Please verify before you upload that  
 all your changes are OK for inclusion into the next stable release by the  
 release manager.  
1988  </para>  </para>
1989    </listitem>
1990    <listitem>
1991  <para>  <para>
1992  When a security bug is detected, the security team may do an NMU, using their  Upload fixing only release-critical bugs older than 7 days: 2 days
 own rules.  Please refer to <xref linkend="bug-security"/> for more  
 information.  
1993  </para>  </para>
1994    </listitem>
1995    <listitem>
1996  <para>  <para>
1997  For the differences for Porters NMUs, please see <xref  Upload fixing only release-critical and important bugs: 5 days
 linkend="source-nmu-when-porter"/> .  
1998  </para>  </para>
1999    </listitem>
2000    <listitem>
2001  <para>  <para>
2002  Of course, it is always possible to agree on special rules with a maintainer  Other NMUs: 10 days
 (like the maintainer asking please upload this fix directly for me, and no diff  
 required).  
2003  </para>  </para>
2004  </section>  </listitem>
2005    </itemizedlist>
2006    
 <section id="nmu-version">  
 <title>NMU version numbering</title>  
 <para>  
 Whenever you have made a change to a package, no matter how trivial, the  
 version number needs to change.  This enables our packing system to function.  
 </para>  
2007  <para>  <para>
2008  If you are doing a non-maintainer upload (NMU), you should add a new minor  Those delays are only examples. In some cases, such as uploads fixing security
2009  version number to the <replaceable>debian-revision</replaceable> part of the  issues, or fixes for trivial bugs that blocking a transition, it is desirable
2010  version number (the portion after the last hyphen).  This extra minor number  that the fixed package reaches <literal>unstable</literal> sooner.
 will start at `1'.  For example, consider the package `foo', which is at  
 version 1.1-3.  In the archive, the source package control file would be  
 <filename>foo_1.1-3.dsc</filename>.  The upstream version is `1.1' and the  
 Debian revision is `3'.  The next NMU would add a new minor number `.1' to the  
 Debian revision; the new source control file would be  
 <filename>foo_1.1-3.1.dsc</filename>.  
2011  </para>  </para>
2012    
2013  <para>  <para>
2014  The Debian revision minor number is needed to avoid stealing one of the package  Sometimes, release managers decide to allow NMUs with shorter delays for a
2015  maintainer's version numbers, which might disrupt their work.  It also has the  subset of bugs (e.g release-critical bugs older than 7 days). Also, some
2016  benefit of making it visually clear that a package in the archive was not made  maintainers list themselves in the <ulink url="&url-low-threshold-nmu;">Low
2017  by the official maintainer.  Threshold NMU list</ulink>, and accept that NMUs are uploaded without delay. But
2018    even in those cases, it's still a good idea to give the maintainer a few days
2019    to react before you upload, especially if the patch wasn't available in the BTS
2020    before, or if you know that the maintainer is generally active.
2021  </para>  </para>
2022    
2023  <para>  <para>
2024  If there is no <replaceable>debian-revision</replaceable> component in the  After you upload an NMU, you are responsible for the possible problems that you
2025  version number then one should be created, starting at `0.1' (but in case of a  might have introduced. You must keep an eye on the package (subscribing to the
2026  debian native package still upload it as native package).  If it is absolutely  package on the PTS is a good way to achieve this).
 necessary for someone other than the usual maintainer to make a release based  
 on a new upstream version then the person making the release should start with  
 the <replaceable>debian-revision</replaceable> value `0.1'.  The usual  
 maintainer of a package should start their  
 <replaceable>debian-revision</replaceable> numbering at `1'.  
2027  </para>  </para>
2028    
2029  <para>  <para>
2030  If you upload a package to testing or stable, sometimes, you need to fork the  This is not a license to perform NMUs thoughtlessly.  If you NMU when it is
2031  version number tree.  For this, version numbers like 1.1-3sarge0.1 could be  clear that the maintainers are active and would have acknowledged a patch in a
2032  used.  timely manner, or if you ignore the recommendations of this document, your
2033    upload might be a cause of conflict with the maintainer.
2034    You should always be prepared to
2035    defend the wisdom of any NMU you perform on its own merits.
2036  </para>  </para>
2037  </section>  </section>
2038    
2039  <section id="nmu-changelog">  <section id="nmu-changelog">
2040  <title>Source NMUs must have a new changelog entry</title>  <title>NMUs and <filename>debian/changelog</filename></title>
 <para>  
 Anyone who is doing a source NMU must create a changelog entry, describing  
 which bugs are fixed by the NMU, and generally why the NMU was required and  
 what it fixed.  The changelog entry will have the email address of the person  
 who uploaded it in the log entry and the NMU version number in it.  
 </para>  
2041  <para>  <para>
2042  By convention, source NMU changelog entries start with the line  Just like any other (source) upload, NMUs must add an entry to
2043    <filename>debian/changelog</filename>, telling what has changed with this
2044    upload.  The first line of this entry must explicitely mention that this upload is an NMU, e.g.:
2045  </para>  </para>
2046  <screen>  <screen>
2047    * Non-maintainer upload    * Non-maintainer upload.
2048  </screen>  </screen>
 </section>  
2049    
 <section id="nmu-patch">  
 <title>Source NMUs and the Bug Tracking System</title>  
2050  <para>  <para>
2051  Maintainers other than the official package maintainer should make as few  The way to version NMUs differs for native and non-native packages.
 changes to the package as possible, and they should always send a patch as a  
 unified context diff (<literal>diff -u</literal>) detailing their changes to  
 the Bug Tracking System.  
2052  </para>  </para>
2053  <para>  <para>
2054  What if you are simply recompiling the package?  If you just need to recompile  If the package is a native package (without a Debian revision in the version number),
2055  it for a single architecture, then you may do a binary-only NMU as described in  the version must be the version of the last maintainer upload, plus
2056  <xref linkend="binary-only-nmu"/> which doesn't require any patch to be sent.  <literal>+nmu<replaceable>X</replaceable></literal>, where
2057  If you want the package to be recompiled for all architectures, then you do a  <replaceable>X</replaceable> is a counter starting at <literal>1</literal>.
2058  source NMU as usual and you will have to send a patch.  If
2059    the last upload was also an NMU, the counter should be increased.  For example,
2060    if the current version is <literal>1.5</literal>, then an NMU would get
2061    version <literal>1.5+nmu1</literal>.
2062    </para>
2063    <para>
2064    If the package is not a native package, you should add a minor version number
2065    to the Debian revision part of the version number (the portion after the last
2066    hyphen). This extra number must start at <literal>1</literal>.  For example,
2067    if the current version is <literal>1.5-2</literal>, then an NMU would get
2068    version <literal>1.5-2.1</literal>. If a new upstream version
2069    is packaged in the NMU, the Debian revision is set to <literal>0</literal>, for
2070    example <literal>1.6-0.1</literal>.
2071    </para>
2072    <para>
2073    In both cases, if the last upload was also an NMU, the counter should
2074    be increased. For example, if the current version is
2075    <literal>1.5+nmu3</literal> (a native package which has already been
2076    NMUed), the NMU would get version <literal>1.5+nmu4</literal>.
2077    </para>
2078    <para>
2079    A special versioning scheme is needed to avoid disrupting the maintainer's
2080    work, since using an integer for the Debian revision will potentially
2081    conflict with a maintainer upload already in preparation at the time of an
2082    NMU, or even one sitting in the ftp NEW queue.
2083    It also has the
2084    benefit of making it visually clear that a package in the archive was not made
2085    by the official maintainer.
2086    </para>
2087    
2088    <para>
2089    If you upload a package to testing or stable, you sometimes need to "fork" the
2090    version number tree. This is the case for security uploads, for example.  For
2091    this, a version of the form
2092    <literal>+deb<replaceable>XY</replaceable>u<replaceable>Z</replaceable></literal>
2093    should be used, where <replaceable>X</replaceable> and
2094    <replaceable>Y</replaceable> are the major and minor release numbers, and
2095    <replaceable>Z</replaceable> is a counter starting at <literal>1</literal>.
2096    When the release number is not yet known (often the case for
2097    <literal>testing</literal>, at the beginning of release cycles), the lowest
2098    release number higher than the last stable release number must be used.  For
2099    example, while Lenny (Debian 5.0) is stable, a security NMU to stable for a
2100    package at version <literal>1.5-3</literal> would have version
2101    <literal>1.5-3+deb50u1</literal>, whereas a security NMU to Squeeze would get
2102    version <literal>1.5-3+deb60u1</literal>. After the release of Squeeze, security
2103    uploads to the <literal>testing</literal> distribution will be versioned
2104    <literal>+deb61uZ</literal>, until it is known whether that release will be
2105    Debian 6.1 or Debian 7.0 (if that becomes the case, uploads will be versioned
2106    as <literal>+deb70uZ</literal>).
2107  </para>  </para>
2108    </section>
2109    
2110    <section id="nmu-delayed">
2111    <title>Using the <literal>DELAYED/</literal> queue</title>
2112    
2113  <para>  <para>
2114  Bugs fixed by source NMUs used to be tagged fixed instead of closed, but since  Having to wait for a response after you request permission to NMU is
2115  version tracking is in place, such bugs are now also closed with the NMU  inefficient, because it costs the NMUer a context switch to come back to the
2116  version.  issue.
2117    The <literal>DELAYED</literal> queue (see <xref linkend="delayed-incoming"/>)
2118    allows the developer doing the NMU to perform all the necessary tasks at the
2119    same time. For instance, instead of telling the maintainer that you will
2120    upload the updated
2121    package in 7 days, you should upload the package to
2122    <literal>DELAYED/7</literal> and tell the maintainer that he has 7 days to
2123    react.  During this time, the maintainer can ask you to delay the upload some
2124    more, or cancel your upload.
2125  </para>  </para>
2126    
2127  <para>  <para>
2128  Also, after doing an NMU, you have to send the information to the existing bugs  The <literal>DELAYED</literal> queue should not be used to put additional
2129  that are fixed by your NMU, including the unified diff.  Historically, it was  pressure on the maintainer. In particular, it's important that you are
2130  custom to open a new bug and include a patch showing all the changes you have  available to cancel or delay the upload before the delay expires since the
2131  made.  The normal maintainer will either apply the patch or employ an alternate  maintainer cannot cancel the upload himself.
 method of fixing the problem.  Sometimes bugs are fixed independently upstream,  
 which is another good reason to back out an NMU's patch.  If the maintainer  
 decides not to apply the NMU's patch but to release a new version, the  
 maintainer needs to ensure that the new upstream version really fixes each  
 problem that was fixed in the non-maintainer release.  
2132  </para>  </para>
2133    
2134  <para>  <para>
2135  In addition, the normal maintainer should <emphasis>always</emphasis> retain  If you make an NMU to <literal>DELAYED</literal> and the maintainer updates
2136  the entry in the changelog file documenting the non-maintainer upload -- and of  his package before the delay expires, your upload will be rejected because a
2137  course, also keep the changes.  If you revert some of the changes, please  newer version is already available in the archive.
2138  reopen the relevant bug reports.  Ideally, the maintainer will take care to include your proposed changes (or
2139    at least a solution for the problems they address) in that upload.
2140  </para>  </para>
2141    
2142  </section>  </section>
2143    
2144  <section id="nmu-build">  <section id="nmu-maintainer">
2145  <title>Building source NMUs</title>  <title>NMUs from the maintainer's point of view</title>
2146    
2147  <para>  <para>
2148  Source NMU packages are built normally.  Pick a distribution using the same  When someone NMUs your package, this means they want to help you to keep it in
2149  rules as found in <xref linkend="distribution"/> , follow the other  good shape.  This gives users fixed packages faster.  You
2150  instructions in <xref linkend="upload"/> .  can consider asking the NMUer to become a co-maintainer of the package.
2151    Receiving an NMU on a package is not a bad
2152    thing; it just means that the package is interesting enough for other people to
2153    work on it.
2154  </para>  </para>
2155    
2156  <para>  <para>
2157  Make sure you do <emphasis>not</emphasis> change the value of the maintainer in  To acknowledge an NMU, include its changes and changelog entry in your next
2158  the <filename>debian/control</filename> file.  Your name as given in the NMU  maintainer upload.  If you do not acknowledge the NMU by including the
2159  entry of the <filename>debian/changelog</filename> file will be used for  NMU changelog entry in your changelog, the bugs will remain closed in the
2160  signing the changes file.  BTS but will be listed as affecting your maintainer version of the package.
2161  </para>  </para>
2162    
2163  </section>  </section>
2164    
2165  <section id="ack-nmu">  <section id="nmu-binnmu">
2166  <title>Acknowledging an NMU</title>  <title>Source NMUs vs Binary-only NMUs (binNMUs)</title>
2167    
2168    <para>
2169    The full name of an NMU is <emphasis>source NMU</emphasis>.  There is also
2170    another type, namely the <emphasis>binary-only NMU</emphasis>, or
2171    <emphasis>binNMU</emphasis>.  A binNMU is also a package upload by someone
2172    other than the package's maintainer.  However, it is a binary-only upload.
2173    </para>
2174    
2175  <para>  <para>
2176  If one of your packages has been NMU'ed, you have to incorporate the changes in  When a library (or other dependency) is updated, the packages using it may need
2177  your copy of the sources.  This is easy, you just have to apply the patch that  to be rebuilt.  Since no changes to the source are needed, the same source
2178  has been sent to you.  Once this is done, you have to close the bugs that have  package is used.
 been tagged fixed by the NMU.  The easiest way is to use the  
 <literal>-v</literal> option of <command>dpkg-buildpackage</command>, as this  
 allows you to include just all changes since your last maintainer upload.  
 Alternatively, you can close them manually by sending the required mails to the  
 BTS or by adding the required <literal>closes: #nnnn</literal> in the changelog  
 entry of your next upload.  
2179  </para>  </para>
2180    
2181  <para>  <para>
2182  In any case, you should not be upset by the NMU.  An NMU is not a personal  BinNMUs are usually triggered on the buildds by wanna-build.
2183  attack against the maintainer.  It is a proof that someone cares enough about  An entry is added to <filename>debian/changelog</filename>,
2184  the package that they were willing to help you in your work, so you should be  explaining why the upload was needed and increasing the version number as
2185  thankful.  You may also want to ask them if they would be interested in helping  described in <xref linkend="binary-only-nmu"/>.
2186  you on a more frequent basis as co-maintainer or backup maintainer (see <xref  This entry should not be included in the next upload.
 linkend="collaborative-maint"/> ).  
2187  </para>  </para>
 </section>  
2188    
 <section id="nmu-vs-qa">  
 <title>NMU vs QA uploads</title>  
2189  <para>  <para>
2190  Unless you know the maintainer is still active, it is wise to check the package  Buildds upload packages for their architecture to the archive as binary-only
2191  to see if it has been orphaned.  The current list of orphaned packages which  uploads.  Strictly speaking, these are binNMUs.  However, they are not normally
2192  haven't had their maintainer set correctly is available at <ulink  called NMU, and they don't add an entry to <filename>debian/changelog</filename>.
 url="&url-debian-qa-orphaned;"></ulink>.  If you perform an NMU on an  
 improperly orphaned package, please set the maintainer to <literal>Debian QA Group  
 &lt;packages@qa.debian.org&gt;</literal>.  
2193  </para>  </para>
2194    
2195  </section>  </section>
2196    
2197  <section id="nmu-who">  <section id="nmu-qa-upload">
2198  <title>Who can do an NMU</title>  <title>NMUs vs QA uploads</title>
2199    
2200  <para>  <para>
2201  Only official, registered Debian Developers can do binary or source NMUs.  A  NMUs are uploads of packages by somebody else than their assigned maintainer.
2202  Debian Developer is someone who has their key in the Debian key ring.  There is
2203  Non-developers, however, are encouraged to download the source package and  another type of upload where the uploaded package is not yours: QA uploads. QA
2204  start hacking on it to fix problems; however, rather than doing an NMU, they  uploads are uploads of orphaned packages.
 should just submit worthwhile patches to the Bug Tracking System.  Maintainers  
 almost always appreciate quality patches and bug reports.  
2205  </para>  </para>
 </section>  
2206    
 <section id="nmu-terms">  
 <title>Terminology</title>  
2207  <para>  <para>
2208  There are two new terms used throughout this section: ``binary-only NMU'' and  QA uploads are very much like normal maintainer uploads: they may fix anything,
2209  ``source NMU''.  These terms are used with specific technical meaning  even minor issues; the version numbering is normal, and there is no need to use
2210  throughout this document.  Both binary-only and source NMUs are similar, since  a delayed upload.  The difference is that you are not listed as the <literal>Maintainer</literal>
2211  they involve an upload of a package by a developer who is not the official  or <literal>Uploader</literal> for the package.  Also, the changelog entry of a QA upload has a
2212  maintainer of that package.  That is why it's a  special first line:
 <emphasis>non-maintainer</emphasis> upload.  
2213  </para>  </para>
2214    
2215    <screen>
2216     * QA upload.
2217    </screen>
2218    
2219  <para>  <para>
2220  A source NMU is an upload of a package by a developer who is not the official  If you want to do an NMU, and it seems that the maintainer is not active, it is
2221  maintainer, for the purposes of fixing a bug in the package.  Source NMUs  wise to check if the package is orphaned
2222  always involves changes to the source (even if it is just a change to  (this information is displayed on the package's Package Tracking System page).
2223  <filename>debian/changelog</filename>).  This can be either a change to the  When doing the first QA upload to an
2224  upstream source, or a change to the Debian bits of the source.  Note, however,  orphaned package, the maintainer should be set to <literal>Debian QA Group
2225  that source NMUs may also include architecture-dependent packages, as well as  &lt;packages@qa.debian.org&gt;</literal>.  Orphaned packages which did
2226  an updated Debian diff.  not yet have a QA upload still have their old maintainer set.  There is a list
2227    of them at <ulink url="&url-orphaned-not-qa;"/>.
2228  </para>  </para>
2229    
2230  <para>  <para>
2231  A binary-only NMU is a recompilation and upload of a binary package for a given  Instead of doing a QA upload, you can also consider adopting the package by
2232  architecture.  As such, it is usually part of a porting effort.  A binary-only  making yourself the maintainer.  You don't need permission from anybody to
2233  NMU is a non-maintainer uploaded binary version of a package, with no source  adopt an orphaned package, you can just set yourself as maintainer and upload
2234  changes required.  There are many cases where porters must fix problems in the  the new version (see <xref linkend="adopting"/>).
 source in order to get them to compile for their target architecture; that  
 would be considered a source NMU rather than a binary-only NMU.  As you can  
 see, we don't distinguish in terminology between porter NMUs and non-porter  
 NMUs.  
2235  </para>  </para>
2236    
2237    </section>
2238    
2239    <section id="nmu-team-upload">
2240    <title>NMUs vs team uploads</title>
2241    
2242  <para>  <para>
2243  Both classes of NMUs, source and binary-only, can be lumped under the term  Sometimes you are fixing and/or updating a package because you are member of a
2244  ``NMU''.  However, this often leads to confusion, since most people think  packaging team (which uses a mailing list as <literal>Maintainer</literal> or <literal>Uploader</literal>, see <xref
2245  ``source NMU'' when they think ``NMU''.  So it's best to be careful: always use  linkend="collaborative-maint"/>) but you don't want to add yourself to <literal>Uploaders</literal>
2246  ``binary NMU'' or ``binNMU'' for binary-only NMUs.  because you do not plan to contribute regularly to this specific package. If it
2247    conforms with your team's policy, you can perform a normal upload without
2248    being listed directly as <literal>Maintainer</literal> or <literal>Uploader</literal>. In that case, you should
2249    start your changelog entry with the following line:
2250  </para>  </para>
2251    
2252    <screen>
2253     * Team upload.
2254    </screen>
2255    
2256  </section>  </section>
2257    
2258  </section>  </section>
# Line 2088  Collaborative maintenance is a term desc Line 2264  Collaborative maintenance is a term desc
2264  maintenance duties by several people.  This collaboration is almost always a  maintenance duties by several people.  This collaboration is almost always a
2265  good idea, since it generally results in higher quality and faster bug fix  good idea, since it generally results in higher quality and faster bug fix
2266  turnaround times.  It is strongly recommended that packages with a priority of  turnaround times.  It is strongly recommended that packages with a priority of
2267  <literal>Standard</literal> or which are part of the base set have  <literal>standard</literal> or which are part of the base set have
2268  co-maintainers.  co-maintainers.
2269  </para>  </para>
2270  <para>  <para>
2271  Generally there is a primary maintainer and one or more co-maintainers.  The  Generally there is a primary maintainer and one or more co-maintainers.  The
2272  primary maintainer is the person whose name is listed in the  primary maintainer is the person whose name is listed in the
2273  <literal>Maintainer</literal> field of the <filename>debian/control</filename>  <literal>Maintainer</literal> field of the <filename>debian/control</filename>
2274  file.  Co-maintainers are all the other maintainers.  file.  Co-maintainers are all the other maintainers,
2275    usually listed in the <literal>Uploaders</literal> field of the
2276    <filename>debian/control</filename> file.
2277  </para>  </para>
2278  <para>  <para>
2279  In its most basic form, the process of adding a new co-maintainer is quite  In its most basic form, the process of adding a new co-maintainer is quite
# Line 2106  easy: Line 2284  easy:
2284  <para>  <para>
2285  Setup the co-maintainer with access to the sources you build the package from.  Setup the co-maintainer with access to the sources you build the package from.
2286  Generally this implies you are using a network-capable version control system,  Generally this implies you are using a network-capable version control system,
2287  such as <command>CVS</command> or <command>Subversion</command>.  Alioth (see  such as <literal>CVS</literal> or <literal>Subversion</literal>.  Alioth (see
2288  <xref linkend="alioth"/> ) provides such tools, amongst others.  <xref linkend="alioth"/>) provides such tools, amongst others.
2289  </para>  </para>
2290  </listitem>  </listitem>
2291  <listitem>  <listitem>
2292  <para>  <para>
2293  Add the co-maintainer's correct maintainer name and address to the  Add the co-maintainer's correct maintainer name and address to the
2294  <literal>Uploaders</literal> field in the global part of the  <literal>Uploaders</literal> field in the first paragraph of the
2295  <filename>debian/control</filename> file.  <filename>debian/control</filename> file.
2296  </para>  </para>
2297  <screen>  <screen>
# Line 2122  Uploaders: John Buzz &lt;jbuzz@debian.or Line 2300  Uploaders: John Buzz &lt;jbuzz@debian.or
2300  </listitem>  </listitem>
2301  <listitem>  <listitem>
2302  <para>  <para>
2303  Using the PTS (<xref linkend="pkg-tracking-system"/> ), the co-maintainers  Using the PTS (<xref linkend="pkg-tracking-system"/>), the co-maintainers
2304  should subscribe themselves to the appropriate source package.  should subscribe themselves to the appropriate source package.
2305  </para>  </para>
2306  </listitem>  </listitem>
# Line 2130  should subscribe themselves to the appro Line 2308  should subscribe themselves to the appro
2308  <para>  <para>
2309  Another form of collaborative maintenance is team maintenance, which is  Another form of collaborative maintenance is team maintenance, which is
2310  recommended if you maintain several packages with the same group of developers.  recommended if you maintain several packages with the same group of developers.
2311  In that case, the Maintainer and Uploaders field of each package must be  In that case, the <literal>Maintainer</literal> and <literal>Uploaders</literal> field of each package must be
2312  managed with care.  It is recommended to choose between one of the two  managed with care.  It is recommended to choose between one of the two
2313  following schemes:  following schemes:
2314  </para>  </para>
2315  <orderedlist numeration="arabic">  <orderedlist numeration="arabic">
2316  <listitem>  <listitem>
2317  <para>  <para>
2318  Put the team member mainly responsible for the package in the Maintainer field.  Put the team member mainly responsible for the package in the <literal>Maintainer</literal> field.
2319  In the Uploaders, put the mailing list address, and the team members who care  In the <literal>Uploaders</literal>, put the mailing list address, and the team members who care
2320  for the package.  for the package.
2321  </para>  </para>
2322  </listitem>  </listitem>
2323  <listitem>  <listitem>
2324  <para>  <para>
2325  Put the mailing list address in the Maintainer field.  In the Uploaders field,  Put the mailing list address in the <literal>Maintainer</literal> field.  In the <literal>Uploaders</literal> field,
2326  put the team members who care for the package.  In this case, you must make  put the team members who care for the package.  In this case, you must make
2327  sure the mailing list accept bug reports without any human interaction (like  sure the mailing list accept bug reports without any human interaction (like
2328  moderation for non-subscribers).  moderation for non-subscribers).
2329  </para>  </para>
2330  </listitem>  </listitem>
2331  </orderedlist>  </orderedlist>
2332    
2333  <para>  <para>
2334  In any case, it is a bad idea to automatically put all team members in the  In any case, it is a bad idea to automatically put all team members in the
2335  Uploaders field.  It clutters the Developer's Package Overview listing (see  <literal>Uploaders</literal> field. It clutters the Developer's Package Overview listing (see
2336  <xref linkend="ddpo"/> ) with packages one doesn't really care for, and creates  <xref linkend="ddpo"/>) with packages one doesn't really care for, and creates
2337  a false sense of good maintenance.  a false sense of good maintenance. For the same reason, team members do
2338    not need to add themselves to the <literal>Uploaders</literal> field just because they are
2339    uploading the package once, they can do a “Team upload” (see <xref
2340    linkend="nmu-team-upload"/>). Conversely, it is a bad idea to keep a
2341    package with only the mailing list address as a <literal>Maintainer</literal> and no
2342    <literal>Uploaders</literal>.
2343  </para>  </para>
2344  </section>  </section>
2345    
# Line 2164  a false sense of good maintenance. Line 2348  a false sense of good maintenance.
2348  <section id="testing-basics">  <section id="testing-basics">
2349  <title>Basics</title>  <title>Basics</title>
2350  <para>  <para>
2351  Packages are usually installed into the `testing' distribution after they have  Packages are usually installed into the <literal>testing</literal> distribution
2352  undergone some degree of testing in unstable.  after they have undergone some degree of <literal>testing</literal> in
2353    <literal>unstable</literal>.
2354  </para>  </para>
2355  <para>  <para>
2356  They must be in sync on all architectures and mustn't have dependencies that  They must be in sync on all architectures and mustn't have dependencies that
2357  make them uninstallable; they also have to have generally no known  make them uninstallable; they also have to have generally no known
2358  release-critical bugs at the time they're installed into testing.  This way,  release-critical bugs at the time they're installed into <literal>testing</literal>.
2359  `testing' should always be close to being a release candidate.  Please see  This way, <literal>testing</literal> should always be close to
2360  below for details.  being a release candidate.  Please see below for details.
2361  </para>  </para>
2362  </section>  </section>
2363    
2364  <section id="testing-unstable">  <section id="testing-unstable">
2365  <title>Updates from unstable</title>  <title>Updates from unstable</title>
2366  <para>  <para>
2367  The scripts that update the <emphasis>testing</emphasis> distribution are run  The scripts that update the <literal>testing</literal> distribution are run
2368  each day after the installation of the updated packages; these scripts are  twice each day, right after the installation of the updated packages; these
2369  called <emphasis>britney</emphasis>.  They generate the  scripts are called <literal>britney</literal>.  They generate the
2370  <filename>Packages</filename> files for the <emphasis>testing</emphasis>  <filename>Packages</filename> files for the <literal>testing</literal>
2371  distribution, but they do so in an intelligent manner; they try to avoid any  distribution, but they do so in an intelligent manner; they try to avoid any
2372  inconsistency and to use only non-buggy packages.  inconsistency and to use only non-buggy packages.
2373  </para>  </para>
2374  <para>  <para>
2375  The inclusion of a package from <emphasis>unstable</emphasis> is conditional on  The inclusion of a package from <literal>unstable</literal> is conditional on
2376  the following:  the following:
2377  </para>  </para>
2378  <itemizedlist>  <itemizedlist>
2379  <listitem>  <listitem>
2380  <para>  <para>
2381  The package must have been available in <emphasis>unstable</emphasis> for 2, 5  The package must have been available in <literal>unstable</literal> for 2, 5
2382  or 10 days, depending on the urgency (high, medium or low).  Please note that  or 10 days, depending on the urgency (high, medium or low).  Please note that
2383  the urgency is sticky, meaning that the highest urgency uploaded since the  the urgency is sticky, meaning that the highest urgency uploaded since the
2384  previous testing transition is taken into account.  Those delays may be doubled  previous <literal>testing</literal> transition is taken into account.  Those
2385  during a freeze, or testing transitions may be switched off altogether;  delays may be doubled during a freeze, or <literal>testing</literal>
2386    transitions may be switched off altogether;
2387  </para>  </para>
2388  </listitem>  </listitem>
2389  <listitem>  <listitem>
2390  <para>  <para>
2391  It must not have new release-critical bugs (RC bugs affecting the version  It must not have new release-critical bugs (RC bugs affecting the version
2392  available in <emphasis>unstable</emphasis>, but not affecting the version in  available in <literal>unstable</literal>, but not affecting the version in
2393  <emphasis>testing</emphasis>);  <literal>testing</literal>);
2394  </para>  </para>
2395  </listitem>  </listitem>
2396  <listitem>  <listitem>
2397  <para>  <para>
2398  It must be available on all architectures on which it has previously been built  It must be available on all architectures on which it has previously been built
2399  in unstable.  <xref linkend="madison"/> may be of interest to check that  in <literal>unstable</literal>. <link linkend="dak-ls">dak ls</link> may be of interest
2400  information;  to check that information;
2401  </para>  </para>
2402  </listitem>  </listitem>
2403  <listitem>  <listitem>
2404  <para>  <para>
2405  It must not break any dependency of a package which is already available in  It must not break any dependency of a package which is already available in
2406  <emphasis>testing</emphasis>;  <literal>testing</literal>;
2407  </para>  </para>
2408  </listitem>  </listitem>
2409  <listitem>  <listitem>
2410  <para>  <para>
2411  The packages on which it depends must either be available in  The packages on which it depends must either be available in
2412  <emphasis>testing</emphasis> or they must be accepted into  <literal>testing</literal> or they must be accepted into
2413  <emphasis>testing</emphasis> at the same time (and they will be if they fulfill  <literal>testing</literal> at the same time (and they will be if they fulfill
2414  all the necessary criteria);  all the necessary criteria).
2415  </para>  </para>
2416  </listitem>  </listitem>
2417  </itemizedlist>  </itemizedlist>
2418  <para>  <para>
2419  To find out whether a package is progressing into testing or not, see the  To find out whether a package is progressing into <literal>testing</literal>
2420  testing script output on the <ulink  or not, see the <literal>testing</literal> script output on the <ulink
2421  url="&url-testing-maint;">web page of the testing  url="&url-testing-maint;">web page of the testing
2422  distribution</ulink>, or use the program <command>grep-excuses</command> which  distribution</ulink>, or use the program <command>grep-excuses</command> which
2423  is in the <systemitem role="package">devscripts</systemitem> package.  This  is in the <systemitem role="package">devscripts</systemitem> package.  This
2424  utility can easily be used in a <citerefentry>  utility can easily be used in a <citerefentry>
2425  <refentrytitle>crontab</refentrytitle> <manvolnum>5</manvolnum> </citerefentry>  <refentrytitle>crontab</refentrytitle> <manvolnum>5</manvolnum> </citerefentry>
2426  to keep yourself informed of the progression of your packages into  to keep yourself informed of the progression of your packages into
2427  <emphasis>testing</emphasis>.  <literal>testing</literal>.
2428  </para>  </para>
2429  <para>  <para>
2430  The <filename>update_excuses</filename> file does not always give the precise  The <filename>update_excuses</filename> file does not always give the precise
# Line 2248  url="&url-testing-maint;">testing web pa Line 2434  url="&url-testing-maint;">testing web pa
2434  more information about the usual problems which may be causing such troubles.  more information about the usual problems which may be causing such troubles.
2435  </para>  </para>
2436  <para>  <para>
2437  Sometimes, some packages never enter <emphasis>testing</emphasis> because the  Sometimes, some packages never enter <literal>testing</literal> because the
2438  set of inter-relationship is too complicated and cannot be sorted out by the  set of interrelationship is too complicated and cannot be sorted out by the
2439  scripts.  See below for details.  scripts.  See below for details.
2440  </para>  </para>
2441  <para>  <para>
2442  Some further dependency analysis is shown on <ulink  Some further dependency analysis is shown on <ulink
2443  url="http://bjorn.haxx.se/debian/"></ulink> — but be warned, this page also  url="http://release.debian.org/migration/"></ulink> — but be warned, this page also
2444  shows build dependencies which are not considered by britney.  shows build dependencies which are not considered by britney.
2445  </para>  </para>
2446  <section id="outdated">  <section id="outdated">
2447  <title>out-of-date</title>  <title>Out-of-date</title>
2448  <para>  <para>
2449  <!-- FIXME: better rename this file than document rampant professionalism? -->  <!-- FIXME: better rename this file than document rampant professionalism? -->
2450  For the testing migration script, outdated means: There are different versions  For the <literal>testing</literal> migration script, outdated means: There are
2451  in unstable for the release architectures (except for the architectures in  different versions in <literal>unstable</literal> for the release architectures
2452  fuckedarches; fuckedarches is a list of architectures that don't keep up (in  (except for the architectures in fuckedarches; fuckedarches is a list of
2453  update_out.py), but currently, it's empty).  outdated has nothing whatsoever to  architectures that don't keep up (in <filename>update_out.py</filename>), but
2454  do with the architectures this package has in testing.  currently, it's empty).  outdated has nothing whatsoever to do with the
2455    architectures this package has in <literal>testing</literal>.
2456  </para>  </para>
2457  <para>  <para>
2458  Consider this example:  Consider this example:
# Line 2294  Consider this example: Line 2481  Consider this example:
2481  </tgroup>  </tgroup>
2482  </informaltable>  </informaltable>
2483  <para>  <para>
2484  The package is out of date on alpha in unstable, and will not go to testing.  The package is out of date on <literal>alpha</literal> in <literal>unstable</literal>, and will
2485  And removing foo from testing would not help at all, the package is still out  not go to <literal>testing</literal>. Removing the package would not help at all, the
2486  of date on alpha, and will not propagate to testing.  package is still out of date on <literal>alpha</literal>, and will not
2487    propagate to <literal>testing</literal>.
2488  </para>  </para>
2489  <para>  <para>
2490  However, if ftp-master removes a package in unstable (here on arm):  However, if ftp-master removes a package in <literal>unstable</literal> (here
2491    on <literal>arm</literal>):
2492  </para>  </para>
2493  <informaltable pgwide="1">  <informaltable pgwide="1">
2494  <tgroup cols="4">  <tgroup cols="4">
# Line 2329  However, if ftp-master removes a package Line 2518  However, if ftp-master removes a package
2518  </informaltable>  </informaltable>
2519  <para>  <para>
2520  In this case, the package is up to date on all release architectures in  In this case, the package is up to date on all release architectures in
2521  unstable (and the extra hurd-i386 doesn't matter, as it's not a release  <literal>unstable</literal> (and the extra <literal>hurd-i386</literal>
2522  architecture).  doesn't matter, as it's not a release architecture).
2523  </para>  </para>
2524  <para>  <para>
2525  Sometimes, the question is raised if it is possible to allow packages in that  Sometimes, the question is raised if it is possible to allow packages in that
# Line 2344  maintain glibc or so.) Line 2533  maintain glibc or so.)
2533  <para>  <para>
2534  Sometimes, a package is removed to allow another package in: This happens only  Sometimes, a package is removed to allow another package in: This happens only
2535  to allow <emphasis>another</emphasis> package to go in if it's ready in every  to allow <emphasis>another</emphasis> package to go in if it's ready in every
2536  other sense.  Suppose e.g.  that <emphasis>a</emphasis> cannot be installed  other sense.  Suppose e.g.  that <literal>a</literal> cannot be installed
2537  with the new version of <emphasis>b</emphasis>; then <emphasis>a</emphasis> may  with the new version of <literal>b</literal>; then <literal>a</literal> may
2538  be removed to allow <emphasis>b</emphasis> in.  be removed to allow <literal>b</literal> in.
2539  </para>  </para>
2540  <para>  <para>
2541  Of course, there is another reason to remove a package from testing: It's just  Of course, there is another reason to remove a package from <literal>testing</literal>:
2542  too buggy (and having a single RC-bug is enough to be in this state).  It's just too buggy (and having a single RC-bug is enough to be
2543    in this state).
2544  </para>  </para>
2545  <para>  <para>
2546  Furthermore, if a package has been removed from unstable, and no package in  Furthermore, if a package has been removed from <literal>unstable</literal>,
2547  testing depends on it any more, then it will automatically be removed.  and no package in <literal>testing</literal> depends on it any more, then it
2548    will automatically be removed.
2549  </para>  </para>
2550  </section>  </section>
2551    
2552  <section id="circular">  <section id="circular">
2553  <title>circular dependencies</title>  <title>Circular dependencies</title>
2554  <para>  <para>
2555  A situation which is not handled very well by britney is if package  A situation which is not handled very well by britney is if package
2556  <emphasis>a</emphasis> depends on the new version of package  <literal>a</literal> depends on the new version of package
2557  <emphasis>b</emphasis>, and vice versa.  <literal>b</literal>, and vice versa.
2558  </para>  </para>
2559  <para>  <para>
2560  An example of this is:  An example of this is:
# Line 2392  An example of this is: Line 2583  An example of this is:
2583  </tgroup>  </tgroup>
2584  </informaltable>  </informaltable>
2585  <para>  <para>
2586  Neither package <emphasis>a</emphasis> nor package <emphasis>b</emphasis> is  Neither package <literal>a</literal> nor package <literal>b</literal> is
2587  considered for update.  considered for update.
2588  </para>  </para>
2589  <para>  <para>
# Line 2403  happens to one of your packages. Line 2594  happens to one of your packages.
2594  </section>  </section>
2595    
2596  <section id="s5.13.2.4">  <section id="s5.13.2.4">
2597  <title>influence of package in testing</title>  <title>Influence of package in testing</title>
2598  <para>  <para>
2599  Generally, there is nothing that the status of a package in testing means for  Generally, there is nothing that the status of a package in <literal>testing</literal>
2600  transition of the next version from unstable to testing, with two exceptions:  means for transition of the next version from <literal>unstable</literal>
2601    to <literal>testing</literal>, with two exceptions:
2602  If the RC-bugginess of the package goes down, it may go in even if it is still  If the RC-bugginess of the package goes down, it may go in even if it is still
2603  RC-buggy.  The second exception is if the version of the package in testing is  RC-buggy.  The second exception is if the version of the package in
2604  out of sync on the different arches: Then any arch might just upgrade to the  <literal>testing</literal> is out of sync on the different arches: Then any arch might
2605  version of the source package; however, this can happen only if the package was  just upgrade to the version of the source package; however, this can happen
2606  previously forced through, the arch is in fuckedarches, or there was no binary  only if the package was previously forced through, the arch is in fuckedarches,
2607  package of that arch present in unstable at all during the testing migration.  or there was no binary package of that arch present in <literal>unstable</literal>
2608    at all during the <literal>testing</literal> migration.
2609  </para>  </para>
2610  <para>  <para>
2611  In summary this means: The only influence that a package being in testing has  In summary this means: The only influence that a package being in
2612  on a new version of the same package is that the new version might go in  <literal>testing</literal> has on a new version of the same package is that the new
2613  easier.  version might go in easier.
2614  </para>  </para>
2615  </section>  </section>
2616    
2617  <section id="details">  <section id="details">
2618  <title>details</title>  <title>Details</title>
2619  <para>  <para>
2620  If you are interested in details, this is how britney works:  If you are interested in details, this is how britney works:
2621  </para>  </para>
# Line 2436  part of britney.) (There is a similar th Line 2629  part of britney.) (There is a similar th
2629  is not described here.  If you're interested in that, please peruse the code.)  is not described here.  If you're interested in that, please peruse the code.)
2630  </para>  </para>
2631  <para>  <para>
2632  Now, the more complex part happens: Britney tries to update testing with the  Now, the more complex part happens: Britney tries to update <literal>testing</literal>
2633  valid candidates; first, each package alone, and then larger and even larger  with the valid candidates. For that, britney tries to add each
2634  sets of packages together.  Each try is accepted if testing is not more  valid candidate to the testing distribution. If the number of uninstallable
2635  uninstallable after the update than before.  (Before and after this part, some  packages in <literal>testing</literal> doesn't increase, the package is
2636  hints are processed; but as only release masters can hint, this is probably not  accepted. From that point on, the accepted package is considered to be part
2637  so important for you.)  of <literal>testing</literal>, such that all subsequent installability
2638    tests include this package.  Hints from the release team are processed
2639    before or after this main run, depending on the exact type.
2640  </para>  </para>
2641  <para>  <para>
2642  If you want to see more details, you can look it up on  If you want to see more details, you can look it up on <ulink
2643  merkel:/org/&ftp-debian-org;/testing/update_out/ (or there in  url="http://&ftp-master-host;/testing/update_output/"></ulink>.
 ~aba/testing/update_out to see a setup with a smaller packages file).  Via web,  
 it's at <ulink  
 url="http://&ftp-master-host;/testing/update_out_code/"></ulink>  
2644  </para>  </para>
2645  <para>  <para>
2646  The hints are available via <ulink  The hints are available via <ulink
# Line 2461  url="http://&ftp-master-host;/testing/hi Line 2653  url="http://&ftp-master-host;/testing/hi
2653  <section id="t-p-u">  <section id="t-p-u">
2654  <title>Direct updates to testing</title>  <title>Direct updates to testing</title>
2655  <para>  <para>
2656  The testing distribution is fed with packages from unstable according to the  The <literal>testing</literal> distribution is fed with packages from
2657  rules explained above.  However, in some cases, it is necessary to upload  <literal>unstable</literal> according to the rules explained above.  However,
2658  packages built only for testing.  For that, you may want to upload to  in some cases, it is necessary to upload packages built only for
2659  <emphasis>testing-proposed-updates</emphasis>.  <literal>testing</literal>.  For that, you may want to upload to
2660    <literal>testing-proposed-updates</literal>.
2661  </para>  </para>
2662  <para>  <para>
2663  Keep in mind that packages uploaded there are not automatically processed, they  Keep in mind that packages uploaded there are not automatically processed, they
# Line 2474  release managers' eyes, you should read Line 2667  release managers' eyes, you should read
2667  give on &email-debian-devel-announce;.  give on &email-debian-devel-announce;.
2668  </para>  </para>
2669  <para>  <para>
2670  You should not upload to <emphasis>testing-proposed-updates</emphasis> when you  You should not upload to <literal>testing-proposed-updates</literal> when you
2671  can update your packages through <emphasis>unstable</emphasis>.  If you can't  can update your packages through <literal>unstable</literal>.  If you can't
2672  (for example because you have a newer development version in unstable), you may  (for example because you have a newer development version in <literal>unstable</literal>),
2673  use this facility, but it is recommended that you ask for authorization from  you may use this facility, but it is recommended that you ask for
2674  the release manager first.  Even if a package is frozen, updates through  authorization from the release manager first.  Even if a package is frozen,
2675  unstable are possible, if the upload via unstable does not pull in any new  updates through <literal>unstable</literal> are possible, if the upload via
2676  dependencies.  <literal>unstable</literal> does not pull in any new dependencies.
2677  </para>  </para>
2678  <para>  <para>
2679  Version numbers are usually selected by adding the codename of the testing  Version numbers are usually selected by adding the codename of the
2680  distribution and a running number, like 1.2sarge1 for the first upload through  <literal>testing</literal> distribution and a running number, like
2681  testing-proposed-updates of package version 1.2.  <literal>1.2squeeze1</literal> for the first upload through
2682    <literal>testing-proposed-updates</literal> of package version
2683    <literal>1.2</literal>.
2684  </para>  </para>
2685  <para>  <para>
2686  Please make sure you didn't miss any of these items in your upload:  Please make sure you didn't miss any of these items in your upload:
# Line 2494  Please make sure you didn't miss any of Line 2689  Please make sure you didn't miss any of
2689  <listitem>  <listitem>
2690  <para>  <para>
2691  Make sure that your package really needs to go through  Make sure that your package really needs to go through
2692  <emphasis>testing-proposed-updates</emphasis>, and can't go through unstable;  <literal>testing-proposed-updates</literal>, and can't go through
2693    <literal>unstable</literal>;
2694  </para>  </para>
2695  </listitem>  </listitem>
2696  <listitem>  <listitem>
# Line 2509  Make sure that you included an appropria Line 2705  Make sure that you included an appropria
2705  </listitem>  </listitem>
2706  <listitem>  <listitem>
2707  <para>  <para>
2708  Make sure that you've written <emphasis>testing</emphasis> or  Make sure that you've written <literal>testing</literal> or
2709  <emphasis>testing-proposed-updates</emphasis> into your target distribution;  <literal>testing-proposed-updates</literal> into your target distribution;
2710  </para>  </para>
2711  </listitem>  </listitem>
2712  <listitem>  <listitem>
2713  <para>  <para>
2714  Make sure that you've built and tested your package in  Make sure that you've built and tested your package in
2715  <emphasis>testing</emphasis>, not in <emphasis>unstable</emphasis>;  <literal>testing</literal>, not in <literal>unstable</literal>;
2716  </para>  </para>
2717  </listitem>  </listitem>
2718  <listitem>  <listitem>
2719  <para>  <para>
2720  Make sure that your version number is higher than the version in  Make sure that your version number is higher than the version in
2721  <emphasis>testing</emphasis> and <emphasis>testing-proposed-updates</emphasis>,  <literal>testing</literal> and <literal>testing-proposed-updates</literal>,
2722  and lower than in <emphasis>unstable</emphasis>;  and lower than in <literal>unstable</literal>;
2723  </para>  </para>
2724  </listitem>  </listitem>
2725  <listitem>  <listitem>
# Line 2541  at &email-debian-release; and ask them t Line 2737  at &email-debian-release; and ask them t
2737  <title>What are release-critical bugs, and how do they get counted?</title>  <title>What are release-critical bugs, and how do they get counted?</title>
2738  <para>  <para>
2739  All bugs of some higher severities are by default considered release-critical;  All bugs of some higher severities are by default considered release-critical;
2740  currently, these are critical, grave, and serious bugs.  currently, these are <literal>critical</literal>, <literal>grave</literal> and
2741    <literal>serious</literal> bugs.
2742  </para>  </para>
2743  <para>  <para>
2744  Such bugs are presumed to have an impact on the chances that the package will  Such bugs are presumed to have an impact on the chances that the package will
2745  be released with the stable release of Debian: in general, if a package has  be released with the <literal>stable</literal> release of Debian: in general,
2746  open release-critical bugs filed on it, it won't get into testing, and  if a package has open release-critical bugs filed on it, it won't get into
2747  consequently won't be released in stable.  <literal>testing</literal>, and consequently won't be released in
2748  </para>  <literal>stable</literal>.
 <para>  
 The unstable bug count are all release-critical bugs without either any  
 release-tag (such as potato, woody) or with release-tag sid; also, only if they  
 are neither fixed nor set to sarge-ignore.  The testing bug count for a package  
 is considered to be roughly the bug count of unstable count at the last point  
 when the testing version equalled the unstable version.  
2749  </para>  </para>
2750  <para>  <para>
2751  This will change post-sarge, as soon as we have versions in the bug tracking  The <literal>unstable</literal> bug count are all release-critical bugs which
2752  system.  are marked to apply to <replaceable>package</replaceable>/<replaceable>version</replaceable>
2753    combinations that are available in unstable for a release
2754    architecture. The <literal>testing</literal> bug count is defined analogously.
2755  </para>  </para>
2756  </section>  </section>
2757    
2758  <section id="s5.13.4.2">  <section id="s5.13.4.2">
2759  <title>How could installing a package into testing possibly break other packages?</title>  <title>How could installing a package into <literal>testing</literal> possibly
2760    break other packages?</title>
2761  <para>  <para>
2762  The structure of the distribution archives is such that they can only contain  The structure of the distribution archives is such that they can only contain
2763  one version of a package; a package is defined by its name.  So when the source  one version of a package; a package is defined by its name.  So when the source
2764  package acmefoo is installed into testing, along with its binary packages  package <literal>acmefoo</literal> is installed into <literal>testing</literal>,
2765  acme-foo-bin, acme-bar-bin, libacme-foo1 and libacme-foo-dev, the old version  along with its binary packages <literal>acme-foo-bin</literal>,
2766  is removed.  <literal>acme-bar-bin</literal>, <literal>libacme-foo1</literal> and
2767    <literal>libacme-foo-dev</literal>, the old version is removed.
2768  </para>  </para>
2769  <para>  <para>
2770  However, the old version may have provided a binary package with an old soname  However, the old version may have provided a binary package with an old soname
2771  of a library, such as libacme-foo0.  Removing the old acmefoo will remove  of a library, such as <literal>libacme-foo0</literal>.  Removing the old
2772  libacme-foo0, which will break any packages which depend on it.  <literal>acmefoo</literal> will remove <literal>libacme-foo0</literal>, which
2773    will break any packages which depend on it.
2774  </para>  </para>
2775  <para>  <para>
2776  Evidently, this mainly affects packages which provide changing sets of binary  Evidently, this mainly affects packages which provide changing sets of binary
# Line 2586  the ==, &lt;=, or &lt;&lt; varieties. Line 2782  the ==, &lt;=, or &lt;&lt; varieties.
2782  When the set of binary packages provided by a source package change in this  When the set of binary packages provided by a source package change in this
2783  way, all the packages that depended on the old binaries will have to be updated  way, all the packages that depended on the old binaries will have to be updated
2784  to depend on the new binaries instead.  Because installing such a source  to depend on the new binaries instead.  Because installing such a source
2785  package into testing breaks all the packages that depended on it in testing,  package into <literal>testing</literal> breaks all the packages that depended on
2786    it in <literal>testing</literal>,
2787  some care has to be taken now: all the depending packages must be updated and  some care has to be taken now: all the depending packages must be updated and
2788  ready to be installed themselves so that they won't be broken, and, once  ready to be installed themselves so that they won't be broken, and, once
2789  everything is ready, manual intervention by the release manager or an assistant  everything is ready, manual intervention by the release manager or an assistant
# Line 2594  is normally required. Line 2791  is normally required.
2791  </para>  </para>
2792  <para>  <para>
2793  If you are having problems with complicated groups of packages like this,  If you are having problems with complicated groups of packages like this,
2794  contact debian-devel or debian-release for help.  contact &email-debian-devel; or &email-debian-release; for help.
2795  </para>  </para>
2796  </section>  </section>
2797    

Legend:
Removed from v.5179  
changed lines
  Added in v.9197

  ViewVC Help
Powered by ViewVC 1.1.5