[med-svn] [python-dictobj] 07/08: no duplicated descriptions

Andreas Tille tille at debian.org
Thu Aug 31 14:30:36 UTC 2017


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

tille pushed a commit to tag debian/0.4-2
in repository python-dictobj.

commit 9b7a62f8c611a8bf4d4e9d09fc101cd9299e3bc4
Author: Andreas Tille <tille at debian.org>
Date:   Thu Aug 31 16:23:06 2017 +0200

    no duplicated descriptions
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3743604..8ce0574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-dictobj (0.4-1.2) UNRELEASED; urgency=medium
   * Standards-Version: 4.1.0 (no changes needed)
   * cme fix dpkg-control
   * debhelper 10
+  * no duplicated descriptions
 
  -- Andreas Tille <tille at debian.org>  Thu, 31 Aug 2017 16:18:59 +0200
 
diff --git a/debian/control b/debian/control
index fa5938b..1a3756c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,17 +21,21 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
-Description: Dictionary where keys can be accessed as instance attributes
+Description: Python dictionary where keys can be accessed as instance attributes
  This package extends the functionality of the normal Python dictionary by
  affording the ability to lookup dictionary keys as instance attributes
  (i.e. __getattr__) instead of "indices" (i.e. __getitem__).
+ .
+ This package contains the Python 2 version.
 
 Package: python3-dictobj
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
-Description: Dictionary where keys can be accessed as instance attributes
+Description: Python3 dictionary where keys can be accessed as instance attributes
  This package extends the functionality of the normal Python dictionary by
  affording the ability to lookup dictionary keys as instance attributes
  (i.e. __getattr__) instead of "indices" (i.e. __getitem__).
+ .
+ This package contains the Python 3 version.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dictobj.git



More information about the debian-med-commit mailing list