[Python-modules-commits] [coreapi] 02/03: Binary packages, remove sphinxdoc and add TestSuite

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Thu Jan 11 13:10:13 UTC 2018


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

peb-guest pushed a commit to branch master
in repository coreapi.

commit 0fba6b08551997d4fa4af7f7910b583db95aa967
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Thu Jan 11 14:09:46 2018 +0100

    Binary packages, remove sphinxdoc and add TestSuite
---
 debian/control | 27 +++++++++++++++++++++++++++
 debian/rules   |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7cb0a1e..a0bc76e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,5 +19,32 @@ Build-Depends: debhelper (>= 11),
                python3-requests,
                python3-uritemplate,
 Standards-Version: 4.1.3
+Testsuite: autopkgtest-pkg-python
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/coreapi.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/coreapi.git
+
+Package: python3-coreapi
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python3 client library for Core API
+ Core API is a format-independent Document Object Model for representing
+ Web APIs.
+ .
+ It can be used to represent either Schema or Hypermedia responses, and
+ allows one to interact with an API at the layer of an application
+ interface, rather than a network interface.
+ .
+ This package provides a Python3 client for such APIs
+
+Package: python-coreapi
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python client library for Core API
+ Core API is a format-independent Document Object Model for representing
+ Web APIs.
+ .
+ It can be used to represent either Schema or Hypermedia responses, and
+ allows one to interact with an API at the layer of an application
+ interface, rather than a network interface.
+ .
+ This package provides a Python client for such APIs
diff --git a/debian/rules b/debian/rules
index 966590e..c223424 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=coreapi
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list