[Python-modules-commits] [autopep8] 02/02: various fixes

Sylvestre Ledru sylvestre at moszumanska.debian.org
Mon Jun 19 21:43:02 UTC 2017


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

sylvestre pushed a commit to branch master
in repository autopep8.

commit c7a1a44358827c831baf8e488db07cf97bc2335c
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Mon Jun 19 23:43:00 2017 +0200

    various fixes
---
 debian/control   |  3 ++-
 debian/copyright | 16 +++++++---------
 debian/rules     |  2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 104c137..5e585ac 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Section: python
 Priority: optional
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3),
- debhelper (>= 10), pycodestyle (>= 2.3.1), dh-python, help2man
+ debhelper (>= 10), pycodestyle, python-pycodestyle (>= 2.3.1), dh-python,
+ help2man
 Standards-Version: 4.0.0
 Homepage: https://pypi.python.org/pypi/autopep8/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/autopep8.git
diff --git a/debian/copyright b/debian/copyright
index 12b6a4f..40d18bd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,6 @@ Files: *
 Copyright: 2010-2011 Hideo Hattori <hhatto.jp at gmail.com>
            2011-2013 Steven Myint <me at stevenmyint.com>
 License: Expat
-
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
@@ -14,10 +13,10 @@ License: Expat
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:
- 
+ .
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
- 
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -25,12 +24,11 @@ License: Expat
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- 
- 
- Files: debian/*
- Copyright: Copyright 2013 Micah Anderson <micah at debian.org>
- License: GPL-3+
- . 
+
+Files: debian/*
+Copyright: Copyright 2013 Micah Anderson <micah at debian.org>
+License: GPL-3+
+ .
  On Debian systems, the full text of the GNU General Public
  License version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index 783d157..1e3f4e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ VERSION = $(shell dpkg-parsechangelog |  sed -rne "s,^Version: ([0-9.]+)(~|-)(.*
 	dh $@ --with python2 --buildsystem=python_distutils
 
 override_dh_installdocs:
-	help2man  --version-string=$(VERSION) debian/python-autopep8/usr/bin/autopep8 > debian/autopep8.1
+	help2man --name=autopep8  --version-string=$(VERSION) "python autopep8.py" > debian/autopep8.1
 	dh_installdocs
 
 #override_dh_auto_test:

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



More information about the Python-modules-commits mailing list