[Python-modules-commits] [pysodium] 08/12: Add bug number, fix typos
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Tue Jun 6 09:03:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository pysodium.
commit be09a6f558a193882b97c601c457d383e6292d74
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Tue Jun 6 09:35:17 2017 +0100
Add bug number, fix typos
---
debian/changelog | 4 +++-
debian/control | 8 ++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 169c7d4..6a8e1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-pysodium (0.6.11-1) unstable; urgency=low
+pysodium (0.6.11-1) UNRELEASED; urgency=low
* source package automatically created by stdeb 0.8.5
+ * Initial release. (Closes: #767014: ITP: python-pysodium -- python
+ wrapper for libsodium)
-- Christopher Hoskin <mans0954 at debian.org> Tue, 06 Jun 2017 07:55:24 +0100
diff --git a/debian/control b/debian/control
index a91a1ce..651be21 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Homepage: https://github.com/stef/pysodium
Package: python-pysodium
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: python libsodium wrapper (Python2 version)
+Description: Python libsodium wrapper (Python2 version)
This is a very simple wrapper around libsodium masquerading as nacl. Most of
- the the *_easy functions are not implemented as the wrapper provides an easy
+ the *_easy functions are not implemented as the wrapper provides an easy
interface to the "non-easy" functions.
.
This package contains the Python 2 version of the library.
@@ -19,9 +19,9 @@ Description: python libsodium wrapper (Python2 version)
Package: python3-pysodium
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: python libsodium wrapper (Python3 version)
+Description: Python libsodium wrapper (Python3 version)
This is a very simple wrapper around libsodium masquerading as nacl. Most of
- the the *_easy functions are not implemented as the wrapper provides an easy
+ the *_easy functions are not implemented as the wrapper provides an easy
interface to the "non-easy" functions.
.
This package contains the Python 3 version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pysodium.git
More information about the Python-modules-commits
mailing list