Your message dated Wed, 26 Aug 2015 10:27:15 +0000 with message-id <[email protected]> and subject line Bug#778767: fixed in natsort 4.0.3-2 has caused the Debian Bug report #778767, regarding natsort: code example in package description is almost unreadable 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.) -- 778767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778767 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: natsort Severity: minor Tags: patch Dear Maintainer, the code example is not easily readable in https://packages.debian.org/sid/python3-natsort https://packages.debian.org/sid/python-natsort-doc https://packages.debian.org/sid/python3-natsort because those lines do not start with 2 spaces in debian/control, so the text is reflown according to https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description The attached patch adds a space in front of those lines. -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)--- debian/control.orig 2015-02-19 14:23:24.542312492 +0100 +++ debian/control 2015-02-19 14:25:11.617355735 +0100 @@ -28,13 +28,13 @@ Description: Natural sorting for python natsort lets you apply natural sorting to your sequences easily, for example: . - >>> from natsort import natsorted - >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] - >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] - >>> natsorted(a) - ['a1', 'a2', 'a4', 'a9', 'a10' - >>> natsorted(data) - [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] + >>> from natsort import natsorted + >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] + >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] + >>> natsorted(a) + ['a1', 'a2', 'a4', 'a9', 'a10' + >>> natsorted(data) + [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . @@ -53,13 +53,13 @@ Description: Natural sorting for python (Python3) natsort lets you apply natural sorting to your sequences easily, for example: . - >>> from natsort import natsorted - >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] - >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] - >>> natsorted(a) - ['a1', 'a2', 'a4', 'a9', 'a10' - >>> natsorted(data) - [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] + >>> from natsort import natsorted + >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] + >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] + >>> natsorted(a) + ['a1', 'a2', 'a4', 'a9', 'a10' + >>> natsorted(data) + [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . @@ -79,13 +79,13 @@ Description: Natural sorting for python (doc) natsort lets you apply natural sorting to your sequences easily, for example: . - >>> from natsort import natsorted - >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] - >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] - >>> natsorted(a) - ['a1', 'a2', 'a4', 'a9', 'a10' - >>> natsorted(data) - [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] + >>> from natsort import natsorted + >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] + >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] + >>> natsorted(a) + ['a1', 'a2', 'a4', 'a9', 'a10' + >>> natsorted(data) + [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. .
--- End Message ---
--- Begin Message ---Source: natsort Source-Version: 4.0.3-2 We believe that the bug you reported is fixed in the latest version of natsort, 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. Agustin Henze <[email protected]> (supplier of updated natsort 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: SHA512 Format: 1.8 Date: Wed, 26 Aug 2015 11:23:08 +0200 Source: natsort Binary: python-natsort python3-natsort python-natsort-doc Architecture: source all Version: 4.0.3-2 Distribution: unstable Urgency: medium Maintainer: Agustin Henze <[email protected]> Changed-By: Agustin Henze <[email protected]> Description: python-natsort - Natural sorting for python python-natsort-doc - Natural sorting for Python (doc) python3-natsort - Natural sorting for Python (python3) Closes: 778767 Changes: natsort (4.0.3-2) unstable; urgency=medium . * Fix code example in package description (Closes: #778767) Thanks to Daniele Forsi <[email protected]> Checksums-Sha1: fcb1d9ca0b2997a7f040914254288dbcc55302c5 2138 natsort_4.0.3-2.dsc 1333cf41f1984f05d0052c6def90ace17325debd 3472 natsort_4.0.3-2.debian.tar.xz 50c5287b8282a99aaba6c8294e76f3bb69681c2e 47692 python-natsort-doc_4.0.3-2_all.deb 90c0a005af2dba0c1e72c8c870a18c74edb89e41 23400 python-natsort_4.0.3-2_all.deb 243a56faaa4bbfbd1d5cbbca87672054f294063f 25064 python3-natsort_4.0.3-2_all.deb Checksums-Sha256: e9ff5465ad5aad8ad82655bf78a23339a79d8c9128e6d8096c9db8f514b01b14 2138 natsort_4.0.3-2.dsc 3fc72158fc541bbec6a2e509d7d18758100ba290b4bbf57c626adbb0e2f4f04f 3472 natsort_4.0.3-2.debian.tar.xz 6816ec738cbb50aa8554d598c74ad8dcb750c592cfdb3101eaaae83d185741b0 47692 python-natsort-doc_4.0.3-2_all.deb 59c438ea50f6018b77236b3deb7c5d9b80662691c21eb65eb310978f1c190778 23400 python-natsort_4.0.3-2_all.deb 3e334949cb178b9869d240a5bfc732d290dc9c6dca84b2a50c8eabf0ce5d4f61 25064 python3-natsort_4.0.3-2_all.deb Files: ccfe396d46b23cab5fbc566eacb34b3b 2138 python optional natsort_4.0.3-2.dsc 7264977de89f28473bbd0dce8bcb4d7b 3472 python optional natsort_4.0.3-2.debian.tar.xz 07c2c581924893870f3aec1f960d1bbf 47692 doc optional python-natsort-doc_4.0.3-2_all.deb 061e837ec2657b97aa08fe155b44b2fe 23400 python optional python-natsort_4.0.3-2_all.deb ba554c00d8e75256e810af0da52d22a7 25064 python optional python3-natsort_4.0.3-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJV3YYHAAoJEAIoUhB4kDjyjnAP/j80+7dMUaT95xog21hRRUY7 /bZ4kyKn+Cg/H/5HCinZgVvcEZdxoBdsSs9AkWDVDtV3k34mz6SZKSQlqSocMIT2 EzHRr9+7kvKT8+qmLWRJVg3EVvn2tXkYADTcuR7nmCc0WXpgDe3aRuYKF/AvRfYH JiI6b+ctnPoqlCrIS2r2rrdMn/uFv6xlKHlVprX4vi92wopZszgB0DLzJKBc/NZW 3GQ1wLekw4jGMvm+VvBvk3fhzv/gSn/VYgLOxOWGWDSdkQrEvHNx8dHNmTO7RmpB jmfrQGmnMwbo0yrziXmRNxBVcfw7O2ctYcrL9/vPyETuFwi1M4r0Ewxyi99Dgaye Qlx5FM0BoQdLk1xLgM3c4MZTODEld6xBeN4rd46bZeBWLF9HLrrK+MxW9cyvIOSb pDoHrdIIQKgEnkCGWqs7TgjXeNeyDq9pNRfqZmzndqYdmE4SDg1vSHX57Q7IT4rE oehqwhP2Si6t3JdbOJWiLsk7D6w80r3KEWF5ab+KUSOh5ObuxJEv18A3yzRvB/AW pajYZx7n1lkoycSuI4TUf5W04Z269ty2J8VS4O5Rnx7nTeuaU39xnAJHm2qSvkPo J/iBw8K2R8MNfPu1Eh9Nv/+MOZgWgzMXVZJaMvlgS20tXgqOAGl7HQ7W8bnv1KGU UttXHISZvH3fwJ0OxTrR =58d0 -----END PGP SIGNATURE-----
--- End Message ---

