[Python-modules-commits] [python-wget] 01/01: Updating d/control file

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Apr 21 06:51:25 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository python-wget.

commit 73ba992df527488cbc88f6f59edb21d64c26e54a
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Apr 21 12:19:08 2015 +0530

    Updating d/control file
---
 debian/control                        | 56 +++++++++--------------------------
 debian/python-wget.lintian-overrides  |  1 -
 debian/python3-wget.lintian-overrides |  1 -
 3 files changed, 14 insertions(+), 44 deletions(-)

diff --git a/debian/control b/debian/control
index a9ad712..324b939 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,12 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Balasankar C <balasankarc at autistici.org>
 Section: python
 Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python-setuptools, 
-               python3-all, python3-setuptools
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-wget.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-wget.git
@@ -14,50 +18,18 @@ X-Python3-Version: >= 3.2
 
 Package: python-wget
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-urllib3
+Depends: python-urllib3, ${misc:Depends}, ${python:Depends}
 Description: pure Python download utility for Python 2
- This package installs the Python wget module for python version 2.x
- Usage
- =====
+ This package installs the wget module for Python version 2.x. wget module
+ can be used to perform basic network downloads inside a Python script.
  .
-   python -m wget [options] <URL>
- .
-   options:
-     -o --output FILE|DIR   output filename or directory
- .
- API Usage
- =========
- .
-   >>> import wget
-   >>> url = 'http://www.futurecrew.com/skaven/song_files/mp3/razorback.mp3'
-   >>> filename = wget.download(url)
-   100% [................................................] 3841532 / 3841532>
-   >> filename
-   'razorback.mp3'
- .
- The skew that you see above is a documented side effect.
+ More information about the usage can be found at README.txt
 
 Package: python3-wget
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python-urllib3
+Depends: python-urllib3, ${misc:Depends}, ${python3:Depends}
 Description: pure Python download utility for Python 3
- This package installs the Python wget module for python version 3.x
- Usage
- =====
- .
-   python -m wget [options] <URL>
- .
-   options:
-     -o --output FILE|DIR   output filename or directory
- .
- API Usage
- =========
- .
-   >>> import wget
-   >>> url = 'http://www.futurecrew.com/skaven/song_files/mp3/razorback.mp3'
-   >>> filename = wget.download(url)
-   100% [................................................] 3841532 / 3841532>
-   >> filename
-   'razorback.mp3'
+ This package installs the wget module for Python version 3.x. wget module
+ can be used to perform basic network downloads inside a Python script.
  .
- The skew that you see above is a documented side effect.
+ More information about the usage can be found at README.txt
diff --git a/debian/python-wget.lintian-overrides b/debian/python-wget.lintian-overrides
deleted file mode 100644
index a622df1..0000000
--- a/debian/python-wget.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-python-wget: capitalization-error-in-description
diff --git a/debian/python3-wget.lintian-overrides b/debian/python3-wget.lintian-overrides
deleted file mode 100644
index 60310cd..0000000
--- a/debian/python3-wget.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-python3-wget: capitalization-error-in-description

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



More information about the Python-modules-commits mailing list