[Python-modules-commits] [python-django-celery-beat] 14/16: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:09:08 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-django-celery-beat.

commit d1d67d8d40aa5223e78e3be2ba8d06497348e020
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 24 11:13:44 2017 +0100

    Run wrap-and-sort -bast to reduce diff size of future changes.
---
 debian/changelog |  1 +
 debian/control   | 49 +++++++++++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e025479..4aebd94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-django-celery-beat (1.1.0-1) UNRELEASED; urgency=low
   * Enable autopkgtest-pkg-python testsuite.
   * Fix formatting of BSD-3-clause license.
   * Directly depend on python3-django.
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 13 Nov 2017 12:39:48 +0100
 
diff --git a/debian/control b/debian/control
index d3d8ed3..e300c8f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,19 @@ Source: python-django-celery-beat
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>
-Build-Depends: debhelper (>= 10),
-               dh-python,
-               python3-all,
-               python3-case,
-               python3-celery (>= 4.1.0),
-               python3-django,
-               python3-pytest-django,
-               python3-setuptools,
-               python3-sphinx,
-               python3-sphinx-celery
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-case,
+ python3-celery (>= 4.1.0),
+ python3-django,
+ python3-pytest-django,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-celery,
 Standards-Version: 4.1.1
 X-Python3-Version: >= 3.4
 Homepage: https://github.com/celery/django-celery-beat/
@@ -20,29 +22,32 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-djan
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-celery-beat.git
 Testsuite: autopkgtest-pkg-python
 
-Package: python3-django-celery-beat
+Package: python-django-celery-beat-doc
+Section: doc
 Architecture: all
-Depends: python3-django,
-         ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-django-celery-beat-doc
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-django-celery-beat-doc,
 Description: Database-backed Periodic Tasks (Python3 version)
  This extension enables you to store the periodic task schedule in the database.
  .
  The periodic tasks can be managed from the Django Admin interface, where you
  can create, edit and delete periodic tasks and how often they should run.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
 
-Package: python-django-celery-beat-doc
-Section: doc
+Package: python3-django-celery-beat
 Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+Depends:
+ python3-django,
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
 Description: Database-backed Periodic Tasks (Documentation)
  This extension enables you to store the periodic task schedule in the database.
  .
  The periodic tasks can be managed from the Django Admin interface, where you
  can create, edit and delete periodic tasks and how often they should run.
  .
- This package contains the documentation.
+ This package contains the Python 3 version of the library.

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



More information about the Python-modules-commits mailing list