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

Bug#886890: marked as done (Fix for found typos)



Your message dated Thu, 05 Apr 2018 17:20:05 +0000
with message-id <E1f48YP-00045U-I2@fasolo.debian.org>
and subject line Bug#886890: fixed in debian-policy 4.1.4.0
has caused the Debian Bug report #886890,
regarding Fix for found typos
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.)


-- 
886890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886890
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-policy
Version: 4.1.3.0

While reading the Debian policy document I was inspired to look
for typos. Attached is a patch that fixes the ones that I found.

 / Sebastian
From 349e88beaffbb429731a4ac1b8f1c00a6cfe2af0 Mon Sep 17 00:00:00 2001
From: Sebastian Rasmussen <sebras@gmail.com>
Date: Thu, 11 Jan 2018 02:14:36 +0100
Subject: [PATCH] Fix a few typos.

---
 README.md                      | 2 +-
 copyright-format-1.0.xml       | 2 +-
 historical/README.shlibdeps    | 2 +-
 perl-policy.xml                | 2 +-
 policy/ch-opersys.rst          | 2 +-
 tools/policy-bug-report        | 2 +-
 virtual-package-names-list.txt | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 3896275..bcad4d8 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Link Up: https://www.debian.org/
 + Request tracker:: <https://bugs.debian.org/src:debian-policy>
 
 Debian Policy uses a formal procedure and a set of user tags to manage
-the lifecycle of change proposals. For definitions of those tags and
+the life cycle of change proposals. For definitions of those tags and
 proposal states and information about what the next step is for each
 phase, see [Policy changes process](./Process.md).
 
diff --git a/copyright-format-1.0.xml b/copyright-format-1.0.xml
index 58d7c49..0423202 100644
--- a/copyright-format-1.0.xml
+++ b/copyright-format-1.0.xml
@@ -591,7 +591,7 @@ Copyright 2009, 2010 Angela Watts</programlisting>
             <para>
               Only the wildcards <literal>*</literal> and <literal>?</literal>
               apply; the former matches any number of characters (including
-              none), the latter a single character.  Both match slashs
+              none), the latter a single character.  Both match slashes
               (<literal>/</literal>) and leading dots, unlike shell globs.
               The pattern <literal>*.in</literal> therefore matches any
               file whose name ends in <literal>.in</literal> anywhere in
diff --git a/historical/README.shlibdeps b/historical/README.shlibdeps
index 34a4285..e09261d 100644
--- a/historical/README.shlibdeps
+++ b/historical/README.shlibdeps
@@ -31,7 +31,7 @@ libraries according to ldd:
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 
 Now if we leek a bit closed we see that xcdrgtk actually only links to
-a couple of those libraries directly. The actual depencies are a tree
+a couple of those libraries directly. The actual dependencies are a tree
 which looks something like this: (anyone interested in writing a tool
 to make such a graph?)
 
diff --git a/perl-policy.xml b/perl-policy.xml
index 9888287..4471d68 100644
--- a/perl-policy.xml
+++ b/perl-policy.xml
@@ -560,7 +560,7 @@ $(MAKE) OPTIMIZE="-O2 -g -Wall"</screen>
         As with modules, packages using <command>debhelper</command> may
         use
         <citerefentry><refentrytitle>dh_perl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
-        to automatically generate dependences (see <xref
+        to automatically generate dependencies (see <xref
         linkend="s-dh-perl"/>).
       </para>
     </section>
diff --git a/policy/ch-opersys.rst b/policy/ch-opersys.rst
index 3e3a1c7..a6a3114 100644
--- a/policy/ch-opersys.rst
+++ b/policy/ch-opersys.rst
@@ -67,7 +67,7 @@ Debian Policy. The following exceptions to the FHS apply:
 5.  The requirement that ``/usr/local/share/man`` be "synonymous" with
     ``/usr/local/man`` is relaxed to a recommendation
 
-6.  The requirement that windowmanagers with a single configuration file
+6.  The requirement that window managers with a single configuration file
     call it ``system.*wmrc`` is removed, as is the restriction that the
     window manager subdirectory be named identically to the window
     manager name itself.
diff --git a/tools/policy-bug-report b/tools/policy-bug-report
index 5d68617..110b6ac 100755
--- a/tools/policy-bug-report
+++ b/tools/policy-bug-report
@@ -36,7 +36,7 @@ sub die_soap {
     die "SOAP error: $error\n";
 }
 
-# Initialize the SOAP::Lite object with the currect URL and namespace and
+# Initialize the SOAP::Lite object with the correct URL and namespace and
 # return it.
 sub init_soap {
     my $soap = SOAP::Lite->uri ($NAMESPACE)->proxy ($URL);
diff --git a/virtual-package-names-list.txt b/virtual-package-names-list.txt
index 4f82f88..30f1996 100644
--- a/virtual-package-names-list.txt
+++ b/virtual-package-names-list.txt
@@ -31,7 +31,7 @@ The procedure for updating the list is as follows:
 
 3. Mail the maintainer of the virtual package name list (which is the
    Debian Policy list <debian-policy@lists.debian.org>) notifying them
-   of the consensus reached (or your suggestions if noone objected).
+   of the consensus reached (or your suggestions if no one objected).
    Please update the bug report at the same time.
 
    Please include a proposed brief description of the new virtual name(s)
@@ -68,7 +68,7 @@ Database
  virtual-mysql-client-core  a MySQL-database-compatible client core package
  virtual-mysql-server       a MySQL-database-compatible server package
  virtual-mysql-server-core  a MySQL-database-compatible server core package
- virtual-mysql-testsuite    a MySQL-database-compatible test suite packag
+ virtual-mysql-testsuite    a MySQL-database-compatible test suite package
 
 Development
 -----------
-- 
2.15.1


--- End Message ---
--- Begin Message ---
Source: debian-policy
Source-Version: 4.1.4.0

We believe that the bug you reported is fixed in the latest version of
debian-policy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 886890@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sean Whitton <spwhitton@spwhitton.name> (supplier of updated debian-policy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Apr 2018 09:08:16 -0700
Source: debian-policy
Binary: debian-policy
Architecture: all source
Version: 4.1.4.0
Distribution: unstable
Urgency: medium
Maintainer: Debian Policy Editors <debian-policy@lists.debian.org>
Changed-By: Sean Whitton <spwhitton@spwhitton.name>
Closes: 299007 515856 742364 881431 886890 888437 889167 889960 892142
Description: 
 debian-policy - Debian Policy Manual and related documents
Changes:
 debian-policy (4.1.4.0) unstable; urgency=medium
 .
   [ Sean Whitton ]
   * Policy: Drop get-orig-source rules target
     Wording: Helmut Grohne <helmut@subdivi.de>
     Seconded: Holger Levsen <holger@layer-acht.org>
     Seconded: Niels Thykier <niels@thykier.net>
     Closes: #515856
   * Policy: Update required permissions for /usr/local
     Wording: Santiago Vila <sanvila@unex.es>
     Seconded: Don Armstrong <don@debian.org>
     Seconded: Ian Jackson <ijackson@chiark.greenend.org.uk>
     Seconded: Russ Allbery <rra@debian.org>
     Closes: #299007
   * Policy: Document debian/missing-sources
     Wording: Sean Whitton <spwhitton@spwhitton.name>
     Seconded: Holger Levsen <holger@layer-acht.org>
     Seconded: Gunnar Wolf <gwolf@debian.org>
     Closes: #742364
   * Policy: Uniqueness of version numbers
     Wording: Sean Whitton <spwhitton@spwhitton.name>
     Seconded: Simon McVittie <smcv@debian.org>
     Seconded: Holger Levsen <holger@layer-acht.org>
     Closes: #881431
   * Update recommendations dh_systemd_* -> dh_installsystemd (Closes: #889167).
     Thanks Chris Lamb for the report.
   * Fix some typos (Closes: #886890).
     Thanks Sebastian Rasmussen for the patch.
   * Fix some errors in shell script snippets caused by the rST conversion
     script (Closes: #888437).
     Thanks Yao Wei for the patch.
   * Fix version of init-system-helpers required for `defaults-disabled`
     option from 1.5.0 to 1.50.
     Thanks to GengYu Rao for noting this on the debian-policy list.
   * Fix indentation of description of the clean target (Closes: #889960).
     Thanks Ferenc Wágner for the report.
 .
   [ Jonathan Nieder ]
   * Use default-mta instead of exim in dependency example (Closes: #892142).
     Thanks to Paul Wise for the report.
Checksums-Sha1: 
 ef1dc5fd8a3ceb38c8deace04558c671bea95f25 2001 debian-policy_4.1.4.0.dsc
 a1e805333f756765570c27ff89a4fdd7eaf05363 677108 debian-policy_4.1.4.0.tar.xz
 56dcdb6f05815c3456b56e10c519a3db18ee5992 2387292 debian-policy_4.1.4.0_all.deb
 56d2b860d72ff9de0ac7ca37e84db816bf8e2d76 12126 debian-policy_4.1.4.0_amd64.buildinfo
Checksums-Sha256: 
 53b8f08ffbf1689ab2e97bb3b1586df0a4d4d8a480b9c4ba1de798b7257bf8fe 2001 debian-policy_4.1.4.0.dsc
 023608b73abeb2d75c9dc64ce58761b5da30a7017f6db5f01a573f33e2e3a7c3 677108 debian-policy_4.1.4.0.tar.xz
 6e9005245aee6e8c51f8c85a4c035e382e0861415459eae0263b41014818a0d8 2387292 debian-policy_4.1.4.0_all.deb
 1818cd12a58b0770e0d9b75561779325b74841e4b2af5727ff7aca9694c8727f 12126 debian-policy_4.1.4.0_amd64.buildinfo
Files: 
 a8bb9047202d77c74e5b4bd30a160f4e 2001 doc optional debian-policy_4.1.4.0.dsc
 8a80b4e16c6c15e4d1c5dfd645bc2d57 677108 doc optional debian-policy_4.1.4.0.tar.xz
 9537b38c53706d8d59f771f720a3f406 2387292 doc optional debian-policy_4.1.4.0_all.deb
 e2982e5cb7400de55a59cb24e5b1dfb7 12126 doc optional debian-policy_4.1.4.0_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAlrGSuYACgkQaVt65L8G
YkCxZA/+Ptlcjykqq2YXiEUw1MLJl37L2hUf8elybjCmDQtyjjYdHGQxw092Af6P
R/jT3QTHt07Fd/Ch8PjIM2e3TYtNakhUFX4MG4edmXvCj/teXnv3FL+YFdm1swoG
jTwEeuirJCHosTZ7OCsCuWNDMw/a16sy32qTbfilm5NWLHvYYqzvjPyg4w08UEdS
hpMhAW9T4k5zyvrOPwmjqFrAAhCpsK55uorTIOnBZ08hTXGEydXpdOtdnzUToFC+
7L+wVIojR9Iu1/IMkobLKD7fAIlCXpCPy0zI80xaTZTa+NK500rVyjsKqM4E9Pil
b7N228E7UCVX0ZD15c4ZRGK/3/vyvmef0faqKRiSttXq6k1MmmNcGNBBRUnxlWK9
MZH6fDmJ0cqgXE+6HkzC8M/x6yNvFYtEiH9klZvNK/Q8cRICu9Uc1uIRj9UfXgU2
/wI8IfHZ9zDUORLPFNMyOozNiPOMjJP9KAtCATzViddPlM/d0HlwX5j/nvLPO97/
YpE6hpWwukv7i8bT5c4WdTCoAYAlaVWcyaf4bA/fUn9LOSx5VClY1leiQLWfXauz
BXJcCNLcnNzyprGGQ5YCj4qG5Sfw/8P+S9fW9zj0ErfylX1mZo4kE863L1FlW7Zu
IRtIy+lYd9rfGLo6WdfhczHUBUpzCw9A0idQ1rYZZ/Rwju/Ds7g=
=TMzb
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: