[Python-modules-commits] [django-filter] 04/08: Reformat packaging files with cme for better readability and remove unnecessary versioned dependencies.

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 2636c48f974477ad8e36e9bfe7f158ea38609c72
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jul 25 20:46:33 2017 +0200

    Reformat packaging files with cme for better readability and remove unnecessary versioned dependencies.
---
 debian/changelog |  2 ++
 debian/control   | 67 ++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 45 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d0e685a..157caab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ django-filter (1.0.4-1) UNRELEASED; urgency=medium
   * Clean up modified files in docs/.build and django_filter.egg-info to
     allow two builds in a row.
   * Use https:// for copyright-format 1.0 URL.
+  * Reformat packaging files with cme for better readability and remove
+    unnecessary versioned dependencies.
 
  -- Brian May <bam at debian.org>  Mon, 03 Jul 2017 07:34:00 +1000
 
diff --git a/debian/control b/debian/control
index 82c6049..274722f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,42 @@
 Source: django-filter
-Section: python
-Priority: optional
 Maintainer: Brian May <bam at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=10), dh-python,
- python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools,
- python3-all, python3-django (>= 1.4.5), python3-setuptools,
- python-sphinx-rtd-theme, python3-sphinx-rtd-theme,
- python-mock, python3-mock, python-djangorestframework,
- python3-djangorestframework, python-django-crispy-forms,
- python3-django-crispy-forms
-Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~)
+Section: python
+Priority: optional
+Build-Depends: debhelper (>=10),
+               dh-python,
+               python-all,
+               python-django,
+               python-django-crispy-forms,
+               python-djangorestframework,
+               python-mock,
+               python-setuptools,
+               python-sphinx-rtd-theme,
+               python3-all,
+               python3-django,
+               python3-django-crispy-forms,
+               python3-djangorestframework,
+               python3-mock,
+               python3-setuptools,
+               python3-sphinx-rtd-theme
+Build-Depends-Indep: libjs-jquery,
+                     python-sphinx
 Standards-Version: 4.0.0
-X-Python-Version: >= 2.6
-Homepage: https://github.com/alex/django-filter
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-filter.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-filter.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-filter.git
+Homepage: https://github.com/alex/django-filter
+X-Python-Version: >= 2.6
 
 Package: python-django-filters
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4.5)
+Depends: python-django,
+         ${misc:Depends},
+         ${python:Depends}
 Suggests: python-django-filters-doc
-Replaces: django-filter (<< 0.6), python-django-filter (<< 0.6-2)
-Breaks: django-filter (<< 0.6), python-django-filter (<< 0.6-2)
+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
  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
@@ -30,7 +44,9 @@ Description: filter Django QuerySets based on user selections
 
 Package: python3-django-filters
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.4.5)
+Depends: python3-django,
+         ${misc:Depends},
+         ${python3:Depends}
 Suggests: python-django-filters-doc
 Description: filter Django QuerySets based on user selections
  Django-filter is a generic, reusable application to alleviate some of the more
@@ -38,11 +54,12 @@ Description: filter Django QuerySets based on user selections
  queryset based on a model’s fields and displaying the form to let them do this.
 
 Package: python-django-filters-doc
-Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Replaces: python-django-filter-doc (<< 0.6-2)
+Section: doc
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
 Breaks: python-django-filter-doc (<< 0.6-2)
+Replaces: python-django-filter-doc (<< 0.6-2)
 Description: filter Django QuerySets based on user selections (Documentation)
  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
@@ -51,17 +68,19 @@ Description: filter Django QuerySets based on user selections (Documentation)
  This package contains the documentation.
 
 Package: django-filter
-Depends: python-django-filters, ${misc:Depends}
 Architecture: all
-Priority: extra
 Section: oldlibs
+Priority: extra
+Depends: python-django-filters,
+         ${misc:Depends}
 Description: filter Django QuerySets based on user selections (transitional package)
  This is a dummy package to aid switching to python-django-filters.
 
 Package: python-django-filter
-Depends: python-django-filters, ${misc:Depends}
 Architecture: all
-Priority: extra
 Section: oldlibs
+Priority: extra
+Depends: python-django-filters,
+         ${misc:Depends}
 Description: filter Django QuerySets based on user selections (transitional package)
  This is a dummy package to aid switching to python-django-filters.

-- 
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