Bug#878435: python-debian: Spelling fixes
Ville Skyttä
ville.skytta at iki.fi
Fri Oct 13 17:35:47 UTC 2017
Package: python-debian
Version: 0.1.30
Severity: minor
Dear Maintainer,
'git am'able patch containing spelling fixes is attached.
-- System Information:
Debian Release: stretch/sid
APT prefers artful
APT policy: (500, 'artful')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.13.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python-debian depends on:
ii python 2.7.14-2ubuntu1
ii python-chardet 3.0.4-1
ii python-six 1.10.0-4
Versions of packages python-debian recommends:
ii python-apt 1.4.0~beta3build2
Versions of packages python-debian suggests:
ii gpgv 2.1.15-1ubuntu7
-- no debconf information
-------------- next part --------------
>From bf3a3bc390eb8728205feab733d92bb0fa76d332 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta at iki.fi>
Date: Fri, 13 Oct 2017 20:34:17 +0300
Subject: [PATCH] Spelling fixes
---
README.changelog | 2 +-
README.deb822 | 2 +-
debian/changelog | 2 +-
lib/debian/tests/test_changelog | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.changelog b/README.changelog
index b8f1caf..8c85fbb 100644
--- a/README.changelog
+++ b/README.changelog
@@ -53,7 +53,7 @@ The Changelog class provides the following interesting attributes and methods:
If you create an Changelog object without sepcifying a changelog file, you
can parse a changelog file with this method. If the changelog doesn't parse
cleanly, a ChangelogParseError exception is thrown. The constructor will
- parse the changelog on a best efford basis.
+ parse the changelog on a best effort basis.
* add_change(change)
Adds a change entry to the most recent version. The change entry should
conform to the required format of the changelog (i.e. start with two
diff --git a/README.deb822 b/README.deb822
index 89e7d64..2d0b278 100644
--- a/README.deb822
+++ b/README.deb822
@@ -69,7 +69,7 @@ For example:
This method uses python-apt if available to parse the file, since it
significantly boosts performance. The downside, though, is that yielded
-objects share storage, so they should never be kept accross iterations.
+objects share storage, so they should never be kept across iterations.
To prevent this behavior, pass a "shared_storage=False" keyword-argument
to the iter_paragraphs() function.
diff --git a/debian/changelog b/debian/changelog
index 63ba6ef..bb390b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ python-debian (0.1.31) unstable; urgency=medium
* Fix codename for 'rex' release, With thanks to Philipp Hahn
<hahn at univention.de> for the report and patch (Closes: #863724).
- * Include archqual in the deb822.PkgRelation.str output, wih thanks to
+ * Include archqual in the deb822.PkgRelation.str output, with thanks to
Maximiliano Curia <maxy at debian.org> for the report and patch
(Closes: #868249).
* Use unittest rather than nose for test suite discovery (Closes: #851324).
diff --git a/lib/debian/tests/test_changelog b/lib/debian/tests/test_changelog
index 8aada8d..c5d8b24 100644
--- a/lib/debian/tests/test_changelog
+++ b/lib/debian/tests/test_changelog
@@ -37,7 +37,7 @@ gnutls13 (1.4.0-2) unstable; urgency=low
- add patches/10_certtoolmanpage.diff patches/12_lessdeps.diff
* Fix libgnutls-dev's Suggests to point to existing package. (gnutls-doc)
* Also ship css-, devhelp- and sgml files in gnutls-doc.
- * patches/15_fixcompilewarning.diff correct order of funtion arguments.
+ * patches/15_fixcompilewarning.diff correct order of function arguments.
[ James Westby ]
* This release allows the port to be specified as the name of the service
@@ -72,7 +72,7 @@ gnutls13 (1.4.0-1) experimental; urgency=low
* Build against external libtasn1-3. (closes: #363294)
* Standards-Version: 3.7.2, no changes required.
* debian/control and override file are in sync with respect to Priority and
- Section, everthing except libgnutls13-dbg already was. (closes: #366956)
+ Section, everything except libgnutls13-dbg already was. (closes: #366956)
* acknowledge my own NMU. (closes: #367065)
* libgnutls13-dbg is nonempty (closes: #367056)
--
2.14.1
More information about the pkg-python-debian-maint
mailing list