[Python-modules-commits] r26652 - in packages/requests-aws/trunk/debian (5 files)

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Wed Dec 4 05:35:58 UTC 2013


    Date: Wednesday, December 4, 2013 @ 05:35:57
  Author: toabctl-guest
Revision: 26652

Remove doc package and install examples in both binaries

Added:
  packages/requests-aws/trunk/debian/python-awsauth.examples
    (from rev 26647, packages/requests-aws/trunk/debian/python-awsauth-doc.examples)
  packages/requests-aws/trunk/debian/python3-awsauth.examples
Modified:
  packages/requests-aws/trunk/debian/control
Deleted:
  packages/requests-aws/trunk/debian/python-awsauth-doc.docs
  packages/requests-aws/trunk/debian/python-awsauth-doc.examples

Modified: packages/requests-aws/trunk/debian/control
===================================================================
--- packages/requests-aws/trunk/debian/control	2013-12-03 19:02:55 UTC (rev 26651)
+++ packages/requests-aws/trunk/debian/control	2013-12-04 05:35:57 UTC (rev 26652)
@@ -24,7 +24,6 @@
  ${misc:Depends},
  ${python:Depends},
  python-requests (>= 0.14.0),
-Suggests: python-awsauth-doc
 Description: AWS authentication for Amazon S3 for the python-requests module
  Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
  multipart files, and parameters with simple Python dictionaries, and access the
@@ -40,7 +39,6 @@
  ${misc:Depends},
  ${python3:Depends},
  python3-requests (>= 0.14.0),
-Suggests: python-awsauth-doc
 Description: AWS authentication for Amazon S3 for the python3-requests module
  Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
  multipart files, and parameters with simple Python dictionaries, and access the
@@ -49,18 +47,3 @@
  .
  This module adds AWS authentication for Amazon S3 based on the python3-requests
  module.
-
-Package: python-awsauth-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
-Suggests: python-awsauth | python3-awsauth
-Description: AWS authentication for Amazon S3 (documentation package)
- Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
- multipart files, and parameters with simple Python dictionaries, and access the
- response data in the same way. It's powered by httplib and urllib3, but it does
- all the hard work and crazy hacks for you.
- .
- This module contains documentation and examples for python/python3 awsauth.

Deleted: packages/requests-aws/trunk/debian/python-awsauth-doc.docs
===================================================================
--- packages/requests-aws/trunk/debian/python-awsauth-doc.docs	2013-12-03 19:02:55 UTC (rev 26651)
+++ packages/requests-aws/trunk/debian/python-awsauth-doc.docs	2013-12-04 05:35:57 UTC (rev 26652)
@@ -1 +0,0 @@
-README.md

Deleted: packages/requests-aws/trunk/debian/python-awsauth-doc.examples
===================================================================
--- packages/requests-aws/trunk/debian/python-awsauth-doc.examples	2013-12-03 19:02:55 UTC (rev 26651)
+++ packages/requests-aws/trunk/debian/python-awsauth-doc.examples	2013-12-04 05:35:57 UTC (rev 26652)
@@ -1 +0,0 @@
-example.py

Copied: packages/requests-aws/trunk/debian/python-awsauth.examples (from rev 26647, packages/requests-aws/trunk/debian/python-awsauth-doc.examples)
===================================================================
--- packages/requests-aws/trunk/debian/python-awsauth.examples	                        (rev 0)
+++ packages/requests-aws/trunk/debian/python-awsauth.examples	2013-12-04 05:35:57 UTC (rev 26652)
@@ -0,0 +1 @@
+example.py

Added: packages/requests-aws/trunk/debian/python3-awsauth.examples
===================================================================
--- packages/requests-aws/trunk/debian/python3-awsauth.examples	                        (rev 0)
+++ packages/requests-aws/trunk/debian/python3-awsauth.examples	2013-12-04 05:35:57 UTC (rev 26652)
@@ -0,0 +1 @@
+example.py




More information about the Python-modules-commits mailing list