[Python-modules-commits] [cookiecutter] 01/05: Add “Suggests: python-cookiecutter-doc” to library packages.
Vincent Bernat
bernat at moszumanska.debian.org
Sun Aug 6 15:34:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository cookiecutter.
commit fb9dfcbea1fb91fe16b47f78d7169a815c087307
Author: Ben Finney <bignose at debian.org>
Date: Sat Aug 5 16:59:44 2017 +1000
Add “Suggests: python-cookiecutter-doc” to library packages.
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index d8627ff..3e1f7fe 100644
--- a/debian/control
+++ b/debian/control
@@ -43,6 +43,7 @@ Description: create projects from project templates
Package: python-cookiecutter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-ruamel.yaml (>= 0.10.12)
+Suggests: python-cookiecutter-doc
Description: create projects from project templates (Python 2 module)
Cookiecutter is command-line utility that creates projects from
project templates, e.g. creating a Python package project from a
@@ -58,6 +59,7 @@ Description: create projects from project templates (Python 2 module)
Package: python3-cookiecutter
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-ruamel.yaml (>= 0.10.12)
+Suggests: python-cookiecutter-doc
Description: create projects from project templates (Python 3 module)
Cookiecutter is command-line utility that creates projects from
project templates, e.g. creating a Python package project from a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cookiecutter.git
More information about the Python-modules-commits
mailing list