[Python-modules-commits] [django-filter] 05/08: Add unique parts to short and long descriptions.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jul 25 20:37:33 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-filter.

commit c5f95c043f55033155a0e332566f1d9f30013394
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jul 25 21:22:51 2017 +0200

    Add unique parts to short and long descriptions.
---
 debian/changelog | 1 +
 debian/control   | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 157caab..e703256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ django-filter (1.0.4-1) UNRELEASED; urgency=medium
   * Use https:// for copyright-format 1.0 URL.
   * Reformat packaging files with cme for better readability and remove
     unnecessary versioned dependencies.
+  * Add unique parts to short and long descriptions.
 
  -- Brian May <bam at debian.org>  Mon, 03 Jul 2017 07:34:00 +1000
 
diff --git a/debian/control b/debian/control
index 274722f..61d6f14 100644
--- a/debian/control
+++ b/debian/control
@@ -37,10 +37,13 @@ Breaks: django-filter (<< 0.6),
         python-django-filter (<< 0.6-2)
 Replaces: django-filter (<< 0.6),
           python-django-filter (<< 0.6-2)
-Description: filter Django QuerySets based on user selections
+Description: filter Django QuerySets based on user selections (Python2 version)
  Django-filter is a generic, reusable application to alleviate some of the more
  mundane bits of view code. Specifically allowing the users to filter down a
  queryset based on a model’s fields and displaying the form to let them do this.
+ .
+ This package contains the Python 2 version of the library.
+
 
 Package: python3-django-filters
 Architecture: all
@@ -48,10 +51,12 @@ Depends: python3-django,
          ${misc:Depends},
          ${python3:Depends}
 Suggests: python-django-filters-doc
-Description: filter Django QuerySets based on user selections
+Description: filter Django QuerySets based on user selections (Python3 version)
  Django-filter is a generic, reusable application to alleviate some of the more
  mundane bits of view code. Specifically allowing the users to filter down a
  queryset based on a model’s fields and displaying the form to let them do this.
+ .
+ This package contains the Python 3 version of the library.
 
 Package: python-django-filters-doc
 Architecture: all

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



More information about the Python-modules-commits mailing list