[PATCH] Add Stretch pages

Niels Thykier <[email protected]>
Newsgroups gmane.linux.debian.devel.www
Message-ID <[email protected]>
Hi,

Please review and apply the attached patch to the CVS. It will add some
missing pages to https://www.debian.org/releases/stretch/ (notably the
release-notes).

Thanks,
~Niels
0001-Add-Stretch-pages.patch (text/x-patch, 14.7 KB)
From 94624297ec6144ba5dd69daecbe5c0e7ac3c099b Mon Sep 17 00:00:00 2001
From: Niels Thykier <[email protected]>
Date: Sun, 19 Jun 2016 11:43:54 +0000
Subject: [PATCH] Add Stretch pages

Signed-off-by: Niels Thykier <[email protected]>
---
 releases/stretch/credits.wml       | 15 ++++++
 releases/stretch/errata.wml        | 74 +++++++++++++++++++++++++++++
 releases/stretch/index.wml         | 96 ++++++++++++++++++++++++++++++++++++++
 releases/stretch/installmanual.wml | 44 +++++++++++++++++
 releases/stretch/releasenotes.wml  | 42 +++++++++++++++++
 releases/stretch/reportingbugs.wml | 49 +++++++++++++++++++
 6 files changed, 320 insertions(+)
 create mode 100644 releases/stretch/credits.wml
 create mode 100644 releases/stretch/errata.wml
 create mode 100644 releases/stretch/index.wml
 create mode 100644 releases/stretch/installmanual.wml
 create mode 100644 releases/stretch/releasenotes.wml
 create mode 100644 releases/stretch/reportingbugs.wml

diff --git a/releases/stretch/credits.wml b/releases/stretch/credits.wml
new file mode 100644
index 0000000..41220db
--- /dev/null
+++ b/releases/stretch/credits.wml
@@ -0,0 +1,15 @@
+#use wml::debian::template title="Debian 9 -- Credits (or Blame)" BARETITLE=true
+
+
+<h2>Release management</h2>
+
+<p>This release of Debian was managed by Emilio Pozuelo Monfort and
+Niels Thykier, with the assistance of Adam D. Barratt, Cyril
+Brulebois, Julien Cristau, Mehdi Dogguy, Philipp Kern, Ivo De Decker
+and Jonathan Wiltshire.</p>
+
+<h2>The rest of Debian</h2>
+
+<p>The <a href="$(HOME)/devel/people">developers</a> and everyone else
+who contributed.</p>
+
diff --git a/releases/stretch/errata.wml b/releases/stretch/errata.wml
new file mode 100644
index 0000000..379a9af
--- /dev/null
+++ b/releases/stretch/errata.wml
@@ -0,0 +1,74 @@
+#use wml::debian::template title="Debian 9 -- Errata" BARETITLE=true
+#use wml::debian::toc
+
+#include "$(ENGLISHDIR)/releases/info"
+
+<toc-display/>
+
+
+# <toc-add-entry name="known_probs">Known problems</toc-add-entry>
+<toc-add-entry name="security">Security issues</toc-add-entry>
+
+<p>Debian security team issues updates to packages in the stable release
+in which they've identified problems related to security. Please consult the
+<a href="$(HOME)/security/">security pages</a> for information about
+any security issues identified in <q>Stretch</q>.</p>
+
+<p>If you use APT, add the following line to <tt>/etc/apt/sources.list</tt>
+to be able to access the latest security updates:</p>
+
+<pre>
+  deb http://security.debian.org/ stretch main contrib non-free
+</pre>
+
+<p>After that, run <kbd>apt-get update</kbd> followed by
+<kbd>apt-get upgrade</kbd>.</p>
+
+
+<toc-add-entry name="pointrelease">Point releases</toc-add-entry>
+
+<p>Sometimes, in the case of several critical problems or security updates, the
+released distribution is updated.  Generally, these are indicated as point
+releases.</p>
+
+<!--ul>
+  <li>The first point release, 9.1, was released on
+      <a href="$(HOME)/News/2017/FIXME">FIXME</a>.</li>
+</ul--!>
+
+<ifeq <current_release_stretch> 9.0 "
+
+<p>There are no point releases for Debian 9 yet.</p>" "
+
+<p>See the <a
+href=http://http.us.debian.org/debian/dists/stretch/ChangeLog>\
+ChangeLog</a>
+for details on changes between 9.0 and <current_release_stretch/>.</p>"/>
+
+
+<p>Fixes to the released stable distribution often go through an
+extended testing period before they are accepted into the archive.
+However, these fixes are available in the
+<a href="http://ftp.debian.org/debian/dists/stretch-proposed-updates/">\
+dists/stretch-proposed-updates</a> directory of any Debian archive
+mirror.</p>
+
+<p>If you use APT to update your packages, you can install
+the proposed updates by adding the following line to
+<tt>/etc/apt/sources.list</tt>:</p>
+
+<pre>
+  \# proposed additions for a 9 point release
+  deb http://ftp.us.debian.org/debian stretch-proposed-updates main contrib non-free
+</pre>
+
+<p>After that, run <kbd>apt-get update</kbd> followed by
+<kbd>apt-get upgrade</kbd>.</p>
+
+
+<toc-add-entry name="installer">Installation system</toc-add-entry>
+
+<p>
+For information about errata and updates for the installation system, see
+the <a href="debian-installer/">installation information</a> page.
+</p>
diff --git a/releases/stretch/index.wml b/releases/stretch/index.wml
new file mode 100644
index 0000000..039c2e0
--- /dev/null
+++ b/releases/stretch/index.wml
@@ -0,0 +1,96 @@
+#use wml::debian::template title="Debian &ldquo;stretch&rdquo; Release Information"
+#include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/stretch/release.data"
+#include "$(ENGLISHDIR)/releases/arches.data"
+
+<if-stable-release release="stretch">
+
+<p>Debian <current_release_stretch> was
+released <current_release_date_stretch>.
+<ifneq "9.0" "<current_release>"
+  "Debian 9.0 was initially released on <:=spokendate('XXXXXXXX'):>."
+/>
+The release included many major
+changes, described in
+our <a href="$(HOME)/News/XXXX/XXXXXXXX">press release</a> and
+the <a href="releasenotes">Release Notes</a>.</p>
+
+<p>To obtain and install Debian, see
+the <a href="debian-installer/">installation information</a> page and the
+<a href="installmanual">Installation Guide</a>. To upgrade from an older
+Debian release, see the instructions in the
+<a href="releasenotes">Release Notes</a>.</p>
+
+<p>The following computer architectures are supported in this release:</p>
+
+<ul>
+<:
+foreach $arch (@arches) {
+	print "<li><a href=\"$(HOME)/ports/$arch/\">$arches{$arch}</a>\n";
+}
+:>
+</ul>
+
+<p>Contrary to our wishes, there may be some problems that exist in the
+release, even though it is declared <em>stable</em>. We've made
+<a href="errata">a list of the major known problems</a>, and you can always
+<a href="reportingbugs">report other issues</a> to us.</p>
+
+<p>Last but not least, we have a list of <a href="credits">people who take
+credit</a> for making this release happen.</p>
+</if-stable-release>
+
+<if-stable-release release="jessie">
+<p>No information available yet.</p>
+</if-stable-release>
+
+<if-stable-release release="stretch">
+
+<p>The code name for the next major Debian release after <a
+href="../stretch/">stretch</a> is <q>buster</q>.</p>
+
+<p>This release started as a copy of stretch, and is currently in a state
+called <q><a href="$(DOC)/manuals/debian-faq/ch-ftparchives#s-testing">testing</a></q>.
+This means that things should not break as badly as in unstable or
+experimental distributions, because packages are allowed to enter this
+distribution only after a certain period of time has passed, and when they
+don't have any release-critical bugs filed against them.</p>
+
+<p>Please note that security updates for <q>testing</q> distribution are
+<strong>not</strong> yet managed by the security team. Hence, <q>testing</q> does
+<strong>not</strong> get security updates in a timely manner.
+# For more information please see the
+# <a href="https://lists.debian.org/debian-testing-security-announce/2008/12/msg00019.html">announcement</a>
+# of the Testing Security Team.
+You are encouraged to switch your
+sources.list entries from testing to stretch for the time being if you
+need security support. See also the entry in the
+<a href="$(HOME)/security/faq#testing">Security Team's FAQ</a> for
+the <q>testing</q> distribution.</p>
+
+# <p>There is a <a href="releasenotes">draft of the release notes available</a>.
+# Please also <a href="https://bugs.debian.org/release-notes">check the
+# proposed additions to the release notes</a>.</p>
+
+<p>For installation images and documentation about how to install <q>testing</q>,
+see <a href="$(HOME)/devel/debian-installer/">the Debian-Installer page</a>.</p>
+
+<p>To find out more about how the <q>testing</q> distribution works, check
+<a href="$(HOME)/devel/testing">the developers' information about it</a>.</p>
+
+<p>People often ask if there is a single release <q>progress meter</q>.
+Unfortunately there isn't one, but we can refer you to several places
+that describe things needed to be dealt with for the release to happen:</p>
+
+<ul>
+  <li><a href="https://release.debian.org/">Generic release status page</a></li>
+  <li><a href="https://bugs.debian.org/release-critical/">Release-critical bugs</a></li>
+  <li><a href="https://udd.debian.org/bugs.cgi?base=only&amp;rc=1">Base system bugs</a></li>
+  <li><a href="https://udd.debian.org/bugs.cgi?standard=only&amp;rc=1">Bugs in standard and task packages</a></li>
+</ul>
+
+<p>In addition, general status reports are posted by the release manager
+to the <a href="https://lists.debian.org/debian-devel-announce/">\
+debian-devel-announce mailing list</a>.</p>
+
+</if-stable-release>
diff --git a/releases/stretch/installmanual.wml b/releases/stretch/installmanual.wml
new file mode 100644
index 0000000..f871a69
--- /dev/null
+++ b/releases/stretch/installmanual.wml
@@ -0,0 +1,44 @@
+#use wml::debian::template title="Debian stretch -- Installation Guide" BARETITLE=true
+#use wml::debian::release
+#include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#include "$(ENGLISHDIR)/releases/stretch/release.data"
+
+<if-stable-release release="jessie">
+<p>This is a <strong>beta version</strong> of the Installation Guide for Debian
+9, codename stretch, which isn't released yet. The information
+presented here might be outdated and/or incorrect because of changes to
+the installer. You might be interested in the
+<a href="../jessie/installmanual">Installation Guide for Debian
+8, codename jessie</a>, which is the latest released version of
+Debian; or in the <a href="https://d-i.debian.org/manual/">Development
+version of the Installation Guide</a>, which is the most up-to-date version
+of this document.</p>
+</if-stable-release>
+
+<p>Installation instructions, along with downloadable files, are available
+for each of the supported architectures:</p>
+
+<ul>
+<:= &permute_as_list('', 'Installation Guide'); :>
+</ul>
+
+<p>If you have set your browser's localization
+properly, you can use the above link to get the right HTML version
+automatically &mdash; see <a href="$(HOME)/intro/cn">content negotiation</a>.
+Otherwise, pick the exact architecture, language, and format you want
+from the table below.</p>
+
+<div class="centerdiv">
+<table class="reltable">
+<tr>
+  <th align="left"><strong>Architecture</strong></th>
+  <th align="left"><strong>Format</strong></th>
+  <th align="left"><strong>Languages</strong></th>
+</tr>
+<: &permute_as_matrix_new( file => 'install', langs => \%langsinstall,
+			   formats => \%formats, arches => \@arches,
+			   html_file => 'index', namingscheme => sub {
+			   "$_[0].$_[2].$_[1]" } ); :>
+</table>
+</div>
diff --git a/releases/stretch/releasenotes.wml b/releases/stretch/releasenotes.wml
new file mode 100644
index 0000000..cc0af23
--- /dev/null
+++ b/releases/stretch/releasenotes.wml
@@ -0,0 +1,42 @@
+#use wml::debian::template title="Debian 9 -- Release Notes" BARETITLE=true
+#use wml::debian::release
+#include "$(ENGLISHDIR)/releases/info"
+#include "$(ENGLISHDIR)/releases/arches.data"
+#include "$(ENGLISHDIR)/releases/stretch/release.data"
+
+<if-stable-release release="jessie">
+<p>This is a <strong>work-in-progress version</strong> of the Release Notes
+for Debian 9, codename stretch, which isn't released yet. The
+information presented here might be inaccurate and outdated and is most
+likely incomplete.</p>
+</if-stable-release>
+
+<p>To find out what's new in Debian 9, see the Release Notes for your
+architecture:</p>
+
+<ul>
+<:= &permute_as_list('release-notes/', 'Release Notes'); :>
+</ul>
+
+<p>The Release Notes also contain instructions for users who are upgrading from prior
+releases.</p>
+
+<p>If you have set your browser's localization
+properly, you can use the above link to get the right HTML version
+automatically &mdash; see <a href="$(HOME)/intro/cn">content negotiation</a>.
+Otherwise, pick the exact architecture, language, and format you want
+from the table below.</p>
+
+<div class="centerdiv">
+<table class="reltable">
+<tr>
+  <th align="left"><strong>Architecture</strong></th>
+  <th align="left"><strong>Format</strong></th>
+  <th align="left"><strong>Languages</strong></th>
+</tr>
+<: &permute_as_matrix_new( file => 'release-notes', langs => \%langsrelnotes,
+                           formats => \%formats, arches => \@arches,
+                           html_file => 'release-notes/index' ); :>
+</table>
+</div>
+
diff --git a/releases/stretch/reportingbugs.wml b/releases/stretch/reportingbugs.wml
new file mode 100644
index 0000000..081c701
--- /dev/null
+++ b/releases/stretch/reportingbugs.wml
@@ -0,0 +1,49 @@
+#use wml::debian::template title="Debian 9 -- Reporting Problems" BARETITLE=true
+
+# Translators: copy of squeeze/reportingbug
+
+<h2><a name="report-release">With the Release Notes</a></h2>
+
+<p>Errors in the <a href="releasenotes">Release Notes</a> should be
+<a href="$(HOME)/Bugs/Reporting">reported as bug</a> against the
+pseudo-package <tt>release-notes</tt>. Discussion of that document is
+coordinated through the debian-doc mailinglist at
+<a href="mailto:[email protected]">\
+&lt;[email protected]&gt;</a>. If you have issues with the document
+which aren't appropriate for a bug you should probably mail the list instead.
+</p>
+
+<h2><a name="report-installation">With the installation</a></h2>
+
+<p>If you have a problem with the installation system, please report
+bugs against the <tt>installation-reports</tt> package.  Fill out the
+<a href="$(HOME)/releases/stable/i386/ch05s04.html#submit-bug">report template</a>
+to ensure you include all the necessary information.</p>
+
+<p>If you have suggestions or corrections for the
+<a href="installmanual">Installation Guide</a>, you should
+<a href="$(HOME)/Bugs/Reporting">file these
+as bugs</a> against <tt>installation-guide</tt>, which is the source package
+in which that documentation is maintained.</p>
+
+<p>If you have issues with the installation system which aren't
+appropriate for a bug (e.g., you're not sure if it's truly a bug or
+not, the offending piece of the system is unclear, etc.) you should
+probably send an email to the mailing list,
+<a href="mailto:[email protected]">\
+&lt;[email protected]&gt;</a>.</p>
+
+<h2><a name="report-upgrade">With an upgrade</a></h2>
+
+<p>If you have problems when upgrading your system from previous releases,
+please file a bug against the <tt>upgrade-reports</tt> package, which is the
+pseudo-package used to track that information. For more information on
+how to submit upgrade reports, please read the
+<a href="releasenotes">Release Notes</a>.</p>
+
+<h2><a name="report-package">Any other issues</a></h2>
+
+<p>If you have problems with the system after installation, you should
+try to track down the offending package and
+<a href="$(HOME)/Bugs/Reporting">file a bug</a> against that
+package.</p>
-- 
2.8.1
signature.asc (application/pgp-signature, 801 B)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXaCQtAAoJEAVLu599gGRCnuoP/3PAiLpKzadwIDeJN3GfiPQ4
ICse5DQbk+cDfZevZLDjegf50npQryUJ9O1c4HCVWtPesQRA0FKXdGlM1mPLh34c
beSmZof+cHjM7FQ4kQ3R2kXx8WHY/GrYVLFA65jbVJ25f1p4Fl0fId8+6/PPyRuc
3MJHzJkeo+eaIAS77OugoZRxPbu+FKDwCKTirq/oSCMziL3xkJZkqxpoeVqtYnib
Wm6XWJrdVqXT129tGy0dZACohEjuX40+EA8DCzOG4zd0dyY1Ayim0RmJUN7LRPvb
QsWGwq57x4421tHy52ZXARuwIA1fB02dm5iQ1992sUH1NpVduPC8ZHWRMXYnrww9
FyF2k50ZKwLujFmEBlriA8gmg5AJBtBWMob6k9upMJHdFc0EN8Ibh2DhO3Q5Ap3K
uWm8C+89XMi9NmDK4cwEsspDSSvV31blGLYXhvmzBLw0jveNSyAMpFnj8idCv5zh
ciVdmx5iE+5YsqpbHmq3uuPjfbI4c2AaSrU6eTtinz35YZcMsd19012QIHtnJyR5
xsCBhDa4RLmV2KhOLZNd/i0MYAF0C/P10CTzyJ99IXg5qSzjFJBGYCYytOzJwtwf
DkCFtv/TTmvtRXTEBhmgoeG6C+GmY7zUBmFXr7EqvwRBSG0HsfYeycyEdlXLiNMD
OkgptbTY0fy+YPRhkhfK
=og0O
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.