[Python-modules-commits] [python-django-celery-beat] 15/16: Move Suggests section so library suggests documentation.
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 a22517dd210dbb9583402ea966c61944072dd771
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Nov 24 12:04:01 2017 +0100
Move Suggests section so library suggests documentation.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4aebd94..1849431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ python-django-celery-beat (1.1.0-1) UNRELEASED; urgency=low
* Fix formatting of BSD-3-clause license.
* Directly depend on python3-django.
* Run wrap-and-sort -bast to reduce diff size of future changes.
+ * Move Suggests section so library suggests documentation.
-- Michael Fladischer <fladi at debian.org> Mon, 13 Nov 2017 12:39:48 +0100
diff --git a/debian/control b/debian/control
index e300c8f..e54d30d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,8 +28,6 @@ Architecture: all
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.
.
@@ -44,6 +42,8 @@ Depends:
python3-django,
${misc:Depends},
${sphinxdoc:Depends},
+Suggests:
+ python-django-celery-beat-doc,
Description: Database-backed Periodic Tasks (Documentation)
This extension enables you to store the periodic task schedule in the database.
.
--
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