[Python-modules-commits] [python-attrs] 01/02: Add python-attr-doc to Suggests: (closes: #816577).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Apr 27 20:46:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-attrs.
commit bb04518df47ff9c750ed5b2e121b86c051cbf80b
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Wed Apr 27 21:51:37 2016 +0200
Add python-attr-doc to Suggests: (closes: #816577).
---
debian/changelog | 5 +++--
debian/control | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dbfa43f..56ca1b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-python-attrs (15.2.0-2) UNRELEASED; urgency=medium
+python-attrs (15.2.0-2) unstable; urgency=medium
* Fix debian/watch.
+ * Add python-attr-doc to Suggests: (closes: #816577).
- -- Tristan Seligmann <mithrandi at debian.org> Sun, 21 Feb 2016 09:11:12 +0200
+ -- Tristan Seligmann <mithrandi at debian.org> Wed, 27 Apr 2016 21:51:33 +0200
python-attrs (15.2.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 50d8b9b..738ad26 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Package: python-attr
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
+Suggests: python-attr-doc, ${python:Suggests}
Description: Attributes without boilerplate (Python 2)
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
@@ -45,7 +45,7 @@ Package: python3-attr
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
+Suggests: python-attr-doc, ${python3:Suggests}
Description: Attributes without boilerplate (Python 3)
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
@@ -63,7 +63,7 @@ Package: pypy-attr
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}
Recommends: ${pypy:Recommends}
-Suggests: ${pypy:Suggests}
+Suggests: python-attr-doc, ${pypy:Suggests}
Description: Attributes without boilerplate (PyPy)
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git
More information about the Python-modules-commits
mailing list