[Python-modules-commits] [dominate] 04/15: Differentiate the two short descriptions

Ross Gammon ross-guest at moszumanska.debian.org
Thu Mar 16 18:33:05 UTC 2017


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

ross-guest pushed a commit to branch master
in repository dominate.

commit 502658f793ff0eae7b427ec5cf1cee23f8c3d0bc
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Mon Aug 24 21:19:25 2015 +0200

    Differentiate the two short descriptions
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index faf6f30..345c825 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: python-dominate
 Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends}
-Description: Python library for creating and manipulating HTML documents
+Description: Python 2 library for creating and manipulating HTML documents
  Dominate is a Python library for creating and manipulating HTML documents
  using an elegant DOM API. It allows you to write HTML pages in pure Python
  very concisely, which eliminate the need to learn another template language,
@@ -32,7 +32,7 @@ Package: python3-dominate
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends}
-Description: Python library for creating and manipulating HTML documents
+Description: Python 3 library for creating and manipulating HTML documents
  Dominate is a Python library for creating and manipulating HTML documents 
  using an elegant DOM API. It allows you to write HTML pages in pure Python 
  very concisely, which eliminate the need to learn another template language, 

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



More information about the Python-modules-commits mailing list