[Python-modules-commits] [python-wget] 01/01: * End sentences in d/control with a period. * Added back missing d/python3-wget.docs. * Remove cruft from d/rules.

Barry Warsaw barry at moszumanska.debian.org
Tue Apr 21 19:01:58 UTC 2015


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

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

commit 0d5c67cb5c420c87fba232ac682d577c98a6f5ad
Author: Barry Warsaw <barry at python.org>
Date:   Tue Apr 21 15:01:05 2015 -0400

    * End sentences in d/control with a period.
    * Added back missing d/python3-wget.docs.
    * Remove cruft from d/rules.
---
 debian/control           | 4 ++--
 debian/python3-wget.docs | 1 +
 debian/rules             | 3 +--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 324b939..8bd4d72 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Description: pure Python download utility for Python 2
  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.
  .
- More information about the usage can be found at README.txt
+ More information about the usage can be found at README.txt.
 
 Package: python3-wget
 Architecture: all
@@ -32,4 +32,4 @@ Description: pure Python download utility for Python 3
  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.
  .
- More information about the usage can be found at README.txt
+ More information about the usage can be found at README.txt.
diff --git a/debian/python3-wget.docs b/debian/python3-wget.docs
new file mode 100644
index 0000000..71dfd5b
--- /dev/null
+++ b/debian/python3-wget.docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/rules b/debian/rules
index 3f22949..67d3dab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.8.2 at
-# Mon, 30 Mar 2015 01:09:57 +0530
 export PYBUILD_NAME=wget
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
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