[Python-modules-commits] [django-taggit] 09/09: Fix short description

Michal Cihar nijel at moszumanska.debian.org
Mon Aug 24 12:11:35 UTC 2015


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

nijel pushed a commit to branch master
in repository django-taggit.

commit 7d1e2b69c9f5215ef4081f5bf38393790fb18cc0
Author: Michal Čihař <nijel at debian.org>
Date:   Mon Aug 24 14:09:27 2015 +0200

    Fix short description
    
    Signed-off-by: Michal Čihař <nijel at debian.org>
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 987e026..d971ea6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Michal Čihař <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools, python3-setuptools, python3-all-dev, dh-python, python-django, python3-django
+Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools, python3-setuptools, python3-all, dh-python, python-django, python3-django
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/django-taggit.git
 Vcs-Git: git://anonscm.debian.org/collab-maint/django-taggit.git
@@ -16,7 +16,7 @@ Package: python-django-taggit
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-django
 Breaks: ${python:Breaks}
-Description: simple tagging for Django
+Description: simple tagging for Django (Python 2)
  This is a generic tagging application for Django, which allows
  association of a number of tags with any Model instance and makes
  retrieval of tags simple.
@@ -30,7 +30,7 @@ Package: python3-django-taggit
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-django
 Breaks: ${python3:Breaks}
-Description: simple tagging for Django
+Description: simple tagging for Django (Python 3)
  This is a generic tagging application for Django, which allows
  association of a number of tags with any Model instance and makes
  retrieval of tags simple.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/django-taggit.git



More information about the Python-modules-commits mailing list