[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#782895: marked as done (Incorrect indentation of some <screen> text)



Your message dated Mon, 20 Apr 2015 08:43:09 +0200
with message-id <55349FFD.3020400@thykier.net>
and subject line Re: Bug#782895: Incorrect indentation of some <screen> text
has caused the Debian Bug report #782895,
regarding Incorrect indentation of some <screen> text
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
782895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782895
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release-notes
Severity: normal
Tags: patch

As the text inside the <screen> element is considered preformatted,
it should not be indented like the surrounding text.

Indenting the end-tag results in an extra blank line in the output.

Ben.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: en/issues.dbk
===================================================================
--- en/issues.dbk	(revision 10778)
+++ en/issues.dbk	(working copy)
@@ -102,7 +102,7 @@
     by using:
     <screen>
 $ echo 'openssh-server openssh-server/permit-root-login boolean true' | debconf-set-selections
-    </screen>
+</screen>
   </para>
 </section>
 
@@ -332,7 +332,7 @@
 Package: systemd-sysv
 Pin: release o=Debian
 Pin-Priority: -1
-  </screen>
+</screen>
   <caution>
     <para>
       Be advised that some packages may have degraded behavior or
@@ -408,14 +408,14 @@
   </para>
   <screen>
 debsums -c -e | grep ^/etc/init.d
-  </screen>
+</screen>
   <para>Alternatively, the following can be used in the absence of
   debsums.
   </para>
 <screen>
-  dpkg-query --show -f'${Conffiles}' | sed 's, /,\n/,g' | \
-    grep /etc/init.d | awk 'NF,OFS="  " {print $2, $1}' | \
-    md5sum --quiet -c
+dpkg-query --show -f'${Conffiles}' | sed 's, /,\n/,g' | \
+  grep /etc/init.d | awk 'NF,OFS="  " {print $2, $1}' | \
+  md5sum --quiet -c
 </screen>
   <para>
     If either command flags any files and their corresponding packages
@@ -486,10 +486,10 @@
     logind to ignore ACPI events by adding:
   </para>
   <screen>
-    HandlePowerKey=ignore
-    HandleSuspendKey=ignore
-    HandleHibernateKey=ignore
-    HandleLidSwitch=ignore
+HandlePowerKey=ignore
+HandleSuspendKey=ignore
+HandleHibernateKey=ignore
+HandleLidSwitch=ignore
 </screen>
   <para>
     to <filename>/etc/systemd/logind.conf</filename>. Note that this
@@ -533,7 +533,7 @@
 PrivateDevices=yes
 PrivateNetwork=yes
 ProtectSystem=yes
-  </screen>
+</screen>
   <para>
     If you do not use systemd, or can assert that none of the systemd
     services will use the above directives, the config option might not
@@ -635,8 +635,8 @@
     using the following command:
   </para>
   <screen>
-    # /sbin/cryptsetup luksDump <replaceable>&lt;disk-device&gt;</replaceable> | grep -i whirlpool
-  </screen>
+# /sbin/cryptsetup luksDump <replaceable>&lt;disk-device&gt;</replaceable> | grep -i whirlpool
+</screen>
   <para>
     For more information on migrating, please see item "8.3 Gcrypt
     1.6.x and later break Whirlpool" of the <ulink
@@ -774,8 +774,8 @@
       you can preseed the questions by using the following:
   </para>
   <screen>
-    echo 'base-passwd base-passwd/system/<replaceable>username</replaceable>/shell/<replaceable>current-shell-mangled</replaceable>/_usr_sbin_nologin boolean false' | debconf-set-selections
-  </screen>
+echo 'base-passwd base-passwd/system/<replaceable>username</replaceable>/shell/<replaceable>current-shell-mangled</replaceable>/_usr_sbin_nologin boolean false' | debconf-set-selections
+</screen>
   <para>
     Where <replaceable>username</replaceable> is the name of the user
     in question and <replaceable>current-shell-mangled</replaceable>
Index: en/upgrading.dbk
===================================================================
--- en/upgrading.dbk	(revision 10778)
+++ en/upgrading.dbk	(working copy)
@@ -201,7 +201,7 @@
   </para>
   <screen>
 mount -o remount,rw /
-  </screen>
+</screen>
   <para>
     More information on debugging a broken boot under systemd
     can be found in the <ulink
@@ -1195,7 +1195,7 @@
 To see a list of available linux-image metapackages, run:
 </para>
 <screen>
-  # apt-cache search linux-image- | grep -i meta | grep -v transition
+# apt-cache search linux-image- | grep -i meta | grep -v transition
 </screen>
 
 <para>
@@ -1333,8 +1333,8 @@
     may have configuration files left on the system (if any):
   </para>
   <screen>
-    # dpkg -l | awk '/^rc/ { print $2 }'
-  </screen>
+# dpkg -l | awk '/^rc/ { print $2 }'
+</screen>
   <para>
     The packages can be removed by using <command>apt-get
     purge</command>.  Assuming you want to purge all of them
@@ -1341,16 +1341,16 @@
     in one go, you can use the following command:
   </para>
   <screen>
-    # apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
-  </screen>
+# apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
+</screen>
   <para>
     If you use <systemitem role="package">aptitude</systemitem>, you
     can also use the following alternative to the commands above:
   </para>
   <screen>
-    $ aptitude search '~c'
-    $ aptitude purge '~c'
-  </screen>
+$ aptitude search '~c'
+$ aptitude purge '~c'
+</screen>
 </section>
 
 </section>

--- End Message ---
--- Begin Message ---
On 2015-04-19 17:15, Ben Hutchings wrote:
> Package: release-notes
> Severity: normal
> Tags: patch
> 
> As the text inside the <screen> element is considered preformatted,
> it should not be indented like the surrounding text.
> 
> Indenting the end-tag results in an extra blank line in the output.
> 
> Ben.
> 
> [...]

Thanks, applied as-is.

~Niels

--- End Message ---

Reply to: