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

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Tue Dec 3 06:28:05 UTC 2013


    Date: Tuesday, December 3, 2013 @ 06:28:04
  Author: toabctl-guest
Revision: 26647

Use extra binary package for docs and examples

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

Modified: packages/requests-aws/trunk/debian/control
===================================================================
--- packages/requests-aws/trunk/debian/control	2013-12-03 06:10:30 UTC (rev 26646)
+++ packages/requests-aws/trunk/debian/control	2013-12-03 06:28:04 UTC (rev 26647)
@@ -24,6 +24,7 @@
  ${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
@@ -39,6 +40,7 @@
  ${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
@@ -47,3 +49,18 @@
  .
  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/docs
===================================================================
--- packages/requests-aws/trunk/debian/docs	2013-12-03 06:10:30 UTC (rev 26646)
+++ packages/requests-aws/trunk/debian/docs	2013-12-03 06:28:04 UTC (rev 26647)
@@ -1 +0,0 @@
-README.md

Deleted: packages/requests-aws/trunk/debian/examples
===================================================================
--- packages/requests-aws/trunk/debian/examples	2013-12-03 06:10:30 UTC (rev 26646)
+++ packages/requests-aws/trunk/debian/examples	2013-12-03 06:28:04 UTC (rev 26647)
@@ -1 +0,0 @@
-example.py

Copied: packages/requests-aws/trunk/debian/python-awsauth-doc.docs (from rev 26639, packages/requests-aws/trunk/debian/docs)
===================================================================
--- packages/requests-aws/trunk/debian/python-awsauth-doc.docs	                        (rev 0)
+++ packages/requests-aws/trunk/debian/python-awsauth-doc.docs	2013-12-03 06:28:04 UTC (rev 26647)
@@ -0,0 +1 @@
+README.md

Copied: packages/requests-aws/trunk/debian/python-awsauth-doc.examples (from rev 26639, packages/requests-aws/trunk/debian/examples)
===================================================================
--- packages/requests-aws/trunk/debian/python-awsauth-doc.examples	                        (rev 0)
+++ packages/requests-aws/trunk/debian/python-awsauth-doc.examples	2013-12-03 06:28:04 UTC (rev 26647)
@@ -0,0 +1 @@
+example.py




More information about the Python-modules-commits mailing list