[Python-modules-commits] [praw] 14/14: d/control: Adds python3-prawcore as dependency

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 21:13:06 UTC 2017


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

josue pushed a commit to branch master
in repository praw.

commit de9fbdad37eb7ceae1ec3d735e15ee02ca322050
Author: Josue Ortega <josue at debian.org>
Date:   Sat Oct 28 15:11:09 2017 -0600

    d/control: Adds python3-prawcore as dependency
---
 debian/changelog |  5 ++++-
 debian/control   | 17 ++++-------------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 01e81b8..50553a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,10 @@ praw (5.2.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * New maintainer (Closes: #855636).
-  * debian/control: Updates Uploaders and Mainter field.
+  * debian/control:
+    - Updates Uploaders and Mainter field.
+    - Removes python 2 package.
+    - Adds python3-prawcore as dependency.
 
  -- Josue Ortega <josue at debian.org>  Tue, 08 Aug 2017 15:31:26 -0400
 
diff --git a/debian/control b/debian/control
index 2749295..faf4482 100644
--- a/debian/control
+++ b/debian/control
@@ -15,26 +15,17 @@ Build-Depends: debhelper (>= 9),
  python3-requests (>=2.3.0),
  python-six (>=1.4),
  python3-six (>=1.4),
- python-sphinx, texinfo
+ python-sphinx,
+ texinfo
 Standards-Version: 3.9.6
 Homepage: http://praw.readthedocs.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/praw/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-modules/packages/praw/trunk/
 
-Package: python-praw
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: praw-doc
-Description: Python Reddit API Wrapper (Python 2 version)
- PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
- allows for simple access to Reddit's API. PRAW aims to be as easy to use as
- possible and is designed to follow all of Reddit's API rules.
- .
- This package provides the Python 2 version.
-
 Package: python3-praw
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends},
+ python3-prawcore (>= 0.12.0)
 Recommends: praw-doc
 Description: Python Reddit API Wrapper (Python 3 version)
  PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that

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



More information about the Python-modules-commits mailing list