Your message dated Sat, 17 Feb 2018 06:04:14 +0000
with message-id <[email protected]>
and subject line Bug#878435: fixed in python-debian 0.1.32
has caused the Debian Bug report #878435,
regarding python-debian: Spelling fixes
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 [email protected]
immediately.)
--
878435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
>From bf3a3bc390eb8728205feab733d92bb0fa76d332 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <[email protected]>
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
<[email protected]> 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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.32
We believe that the bug you reported is fixed in the latest version of
python-debian, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stuart Prescott <[email protected]> (supplier of updated python-debian 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 17 Feb 2018 16:37:18 +1100
Source: python-debian
Binary: python-debian python3-debian
Architecture: source
Version: 0.1.32
Distribution: unstable
Urgency: medium
Maintainer: Debian python-debian Maintainers
<[email protected]>
Changed-By: Stuart Prescott <[email protected]>
Description:
python-debian - Python modules to work with Debian-related data formats
python3-debian - Python 3 modules to work with Debian-related data formats
Closes: 862058 878434 878435
Changes:
python-debian (0.1.32) unstable; urgency=medium
.
* Fix regexps that are invalid escape sequences with Python 3.6, with thanks
to Ville Skyttä <[email protected]> for the patch (Closes: #878434).
* Fix spelling errors, with thanks to Ville Skyttä <[email protected]>
for the patch (Closes: #878435).
* Add additional documentation about how python-apt is used, with thanks to
Matthieu Caneill <[email protected]> for the patch (Closes: #862058).
* Extend Deb822 parser to allow underscores in the field name, with thanks
to Gerhard Poul <[email protected]> for the patch.
* Update Vcs fields to point to salsa.debian.org, with thanks to John Wright
for doing the migration.
* Update Standards-Version to 4.1.3 (no changes required).
Checksums-Sha1:
f8c581584a68a649dbae56a8c28c60c0b964646a 2314 python-debian_0.1.32.dsc
a29c126d93c1217eaf7861133b3586a4b965cfef 296028 python-debian_0.1.32.tar.xz
3ebf664298af21b7dc431f860ad29286f7d3a321 7661
python-debian_0.1.32_amd64.buildinfo
Checksums-Sha256:
06f201cd6d482c06aaa31b77cbb50ee816247e37e2b60324409dec2c9c532c93 2314
python-debian_0.1.32.dsc
5020601b8a8e6fdab07a2717183a1f0b9f4856423ea226a0dd23ef80ec686dd7 296028
python-debian_0.1.32.tar.xz
4dfad34b6b7c7f68c2703b3f2397c9e0aa70e04f7433c238e179a30a09a82d70 7661
python-debian_0.1.32_amd64.buildinfo
Files:
22ac158ec699c67b6358efc27f716b1b 2314 python optional python-debian_0.1.32.dsc
82632d8b5851187b9d5a4c3e9246fcf0 296028 python optional
python-debian_0.1.32.tar.xz
f6d1ec63b6f09fe3cf83465d7535b806 7661 python optional
python-debian_0.1.32_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAlqHv+sACgkQu8F+uxOW
8vfhsRAAlaoX3emkvPdiOSJMzH9vrUX/TT02GhXt/aqaY1fgW5yQeW5Wz8urEDU9
RayqJwAcGLOfGFyEMUuQ0jPqCu57k5fW3fonT30Y1jaBmznD2+uA1ZC50oxOkkaH
VNXXHbS5eiNq2HkNA9SU2wvtduqPh3YkbWD6rDFnFpsGW1Za4vviQYfdGjEmNNdc
fiSeeMDTyIrhT1oxinQBcunXbOUiONJb3lv+6zODrU2uZYNq+B1esAizbjPKM+eU
6CxvoOvgYNwRecBT7MSXwvq8/FCKrBQfP/crjmB34gKU51Kpg/m90VrninX5VYaj
mgBJq0ZitLgFRgiRpU846T3xEyl+3USE+xm0YIhU+xbTCMyqMxLgu0C3DCrBfQfB
EBFSVYLZ7k0hsp5P8oUaBI5mhjKoa7DPreWLfptWSAfKrmSl8GsNGHlfFCWboxxe
RSWrZ51FCb4+H9OtCeNkCVnfS5+b2fn+U+dfEdCpi5Iu0vR1nZ/tgaO4azaC+kaz
p3R9/iTyquOtbp4yIpM2ZK+WFnfhDfOhJg62Vwtzmb1ce/TmfzXdTzIcAXvkYSmt
fpmaMznfhv9gnaLuKE9n0F5x7G3ErkRYxE6Iqym9/QidSHq7Q+gQYf1q6dJZHiiP
HvRS/HEW3ASY736PssfXv1fcEA8ti72NDaoWHVMrUlsqt/1QcLE=
=LoNC
-----END PGP SIGNATURE-----
--- End Message ---
--
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-python-debian-maint