[Python-modules-team] Bug#850177: Typo: description references incorrect RFC number
Christian Grigis
glove at grigri.org
Wed Jan 4 17:40:16 UTC 2017
Package: python-ws4py
Version: 0.3.4-3
Severity: minor
Tags: patch
The description of the package incorrectly references the WebSocket RFC
as 6456 instead of 6455:
$ apt-cache show python-ws4
(...)
Description-en: WebSocket library for Python (Python 2)
Python library providing an implementation of the WebSocket protocol defined
in RFC 6456.
(...)
Best regards,
-Christian
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.7.0-mooch.1-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages python-ws4py depends on:
ii libjs-sphinxdoc 1.4.9-2
pn python:any <none>
python-ws4py recommends no packages.
Versions of packages python-ws4py suggests:
ii python-cherrypy3 3.5.0-2
-- no debconf information
-------------- next part --------------
>From 5fe4dda90cb98f7bf54e28aa9fd9b8e179f59f67 Mon Sep 17 00:00:00 2001
From: Christian Grigis <glove at grigri.org>
Date: Wed, 4 Jan 2017 18:31:18 +0100
Subject: [PATCH] Fixed typo in Debian documentation
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9748b8c..0255875 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Depends: ${misc:Depends},
Suggests: python-cherrypy3 | python-gevent | python-tornado,
Description: WebSocket library (Python 2)
Python library providing an implementation of the WebSocket protocol defined
- in RFC 6456.
+ in RFC 6455.
.
This is the Python 2 version of the package.
@@ -50,6 +50,6 @@ Depends: ${misc:Depends},
Suggests: python3-cherrypy3 | python3-tornado,
Description: WebSocket library (Python 3)
Python library providing an implementation of the WebSocket protocol defined
- in RFC 6456.
+ in RFC 6455.
.
This is the Python 3 version of the package.
--
2.11.0
More information about the Python-modules-team
mailing list