[Python-modules-commits] [python-paypal] 04/04: Get rid of python-paypal-doc

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Jun 28 12:18:20 UTC 2016


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

hertzog pushed a commit to branch master
in repository python-paypal.

commit 642f701d89e87106789ebc55b3cfdb9d609be6fc
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Tue Jun 28 14:16:15 2016 +0200

    Get rid of python-paypal-doc
---
 debian/control                                        | 19 -------------------
 debian/{python-paypal-doc.docs => python-paypal.docs} |  0
 debian/python3-paypal.docs                            |  1 +
 3 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 780f66f..8ac31f6 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-payp
 Package: python-paypal
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-paypal-doc
 Description: PayPal API implementation (Python 2)
  This package implements Paypal's Website Payments Pro NVP API in Python.
  This currently includes Direct Payments (Credit card payments without a PayPal
@@ -39,7 +38,6 @@ Description: PayPal API implementation (Python 2)
 Package: python3-paypal
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-paypal-doc
 Description: PayPal API implementation (Python 3)
  This package implements Paypal's Website Payments Pro NVP API in Python.
  This currently includes Direct Payments (Credit card payments without a PayPal
@@ -52,20 +50,3 @@ Description: PayPal API implementation (Python 3)
  https://developer.paypal.com/docs/classic/
  .
  This package installs the library for Python 3.
-
-Package: python-paypal-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Description: PayPal API implementation (common documentation)
- This package implements Paypal's Website Payments Pro NVP API in Python.
- This currently includes Direct Payments (Credit card payments without a PayPal
- Account) and PayPal Express Checkout (Payment via a PayPal account).
- .
- python-paypal does no real validation, doesn't hold hands, and is generally
- only going to handle authentication, http-level stuff, and serializing
- a list of keyword arguments passed to the API methods. You'll need to
- read the official PayPal documentation for what key/values to pass:
- https://developer.paypal.com/docs/classic/
- .
- This is the common documentation package.
diff --git a/debian/python-paypal-doc.docs b/debian/python-paypal.docs
similarity index 100%
rename from debian/python-paypal-doc.docs
rename to debian/python-paypal.docs
diff --git a/debian/python3-paypal.docs b/debian/python3-paypal.docs
new file mode 120000
index 0000000..0e74d22
--- /dev/null
+++ b/debian/python3-paypal.docs
@@ -0,0 +1 @@
+python-paypal.docs
\ No newline at end of file

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



More information about the Python-modules-commits mailing list