[Python-modules-commits] [pep8-naming] 01/01: deb/control: improved Description text

Daniel Stender danstender-guest at moszumanska.debian.org
Tue Jun 23 10:32:52 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository pep8-naming.

commit 4c35edb5dc7ff50f7f7d1cbfcec02e8273629b2e
Author: Daniel Stender <debian at danielstender.com>
Date:   Tue Jun 23 12:28:22 2015 +0200

    deb/control: improved Description text
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 17a23a2..f96313f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ pep8-naming (0.3.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #788234).
 
- -- Daniel Stender <debian at danielstender.com>  Tue, 23 Jun 2015 11:56:59 +0200
+ -- Daniel Stender <debian at danielstender.com>  Tue, 23 Jun 2015 12:27:11 +0200
diff --git a/debian/control b/debian/control
index 96d1a7d..10e7870 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Depends:
  ${python:Depends}
 Recommends:
  python-flake8
-Description: check Python code for PEP 8 naming conventions (flake8 plugin)
+Description: check for PEP 8 naming conventions (flake8 plugin for Python2)
  The PEP 8 recommendation is a style guide for Python code. This plugin for
  flake8 checks whether the naming conventions of PEP 8 have been commplied
  with. However written as plugin for flake8, some tools make independent use
@@ -41,7 +41,7 @@ Depends:
  ${python3:Depends}
 Recommends:
  python3-flake8
-Description: check Python3 code for PEP 8 naming conventions (flake8 plugin)
+Description: check for PEP 8 naming conventions (flake8 plugin for Python3)
  The PEP 8 recommendation is a style guide for Python code. This plugin for
  flake8 checks whether the naming conventions of PEP 8 have been commplied
  with. However written as plugin for flake8, some tools make independent use

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



More information about the Python-modules-commits mailing list