[Python-modules-commits] [python-structlog] 05/08: d/control: make short descriptions unique

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 17 08:05:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository python-structlog.

commit ef505ed3beec8e8cc7e5b8c19c8ea61986ecf4d7
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Sep 17 09:51:38 2016 +0200

    d/control: make short descriptions unique
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5954e5b..4391767 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-structlog (16.1.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * d/control: add myself to uploaders.
   * d/control: bump Standards-Version.
+  * d/control: make short descriptions unique.
   * d/rules: prevent network access by defining https_proxy. Closes: #830609.
 
  -- Vincent Bernat <bernat at debian.org>  Sat, 17 Sep 2016 09:48:23 +0200
diff --git a/debian/control b/debian/control
index 05b429b..3544672 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: python-structlog
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-twisted-core
-Description: structured logging for Python.
+Description: structured logging for Python (2.x)
  Structlog makes structured logging in Python easy by augmenting your existing
  logger.  It allows you to split your log entries up into key/value pairs and
  build them incrementally without annoying boilerplate code.
@@ -29,7 +29,7 @@ Description: structured logging for Python.
 Package: python3-structlog
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: structured logging for Python.
+Description: structured logging for Python (3.x)
  Structlog makes structured logging in Python easy by augmenting your existing
  logger.  It allows you to split your log entries up into key/value pairs and
  build them incrementally without annoying boilerplate code.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-structlog.git



More information about the Python-modules-commits mailing list