[Python-modules-commits] [python-sptest] 14/16: Run wrap-and-sort

Mattia Rizzolo mattia at debian.org
Wed Jan 20 18:45:12 UTC 2016


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

mattia pushed a commit to branch master
in repository python-sptest.

commit 76b28389fe992dc0a693522b00b41dc02ecb2fa6
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Jan 20 18:41:12 2016 +0000

    Run wrap-and-sort
---
 debian/control   | 14 ++++++++++----
 debian/copyright | 24 ++++++++++++------------
 2 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 852c4fb..bcf488f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: python-sptest
 Section: python
 Priority: optional
 Maintainer: Stephan Peijnik <debian at sp.or.at>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python, dh-python, debhelper (>= 9)
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python,
 Standards-Version: 3.9.6
 Homepage: http://bitbucket.org/sp/sptest
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-sptest.git
@@ -11,12 +15,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-spte
 
 Package: python-sptest
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
 Description: Python unittest module extension
  sptest is a Python module that provides a simplified interface for customized
  handling of unittest results.
  .
- It is designed to be a drop-in replacement and does not require any 
+ It is designed to be a drop-in replacement and does not require any
  modifications to existing Python unittest-compatible code.
  .
  sptest comes with two predefined output handlers providing coloured CLI
diff --git a/debian/copyright b/debian/copyright
index 05f6b63..f197fa0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,21 +9,21 @@ Upstream Author:
 
 Copyright:
 
-    Copyright (C) 2008 Stephan Peijnik 
+    Copyright (C) 2008 Stephan Peijnik
 
 License:
 
-  sptest is free software: you can redistribute it and/or modify     
-  it under the terms of the GNU General Public License as published by      
-  the Free Software Foundation, either version 3 of the License, or         
-  (at your option) any later version.                                       
-                                                                              
-  sptest is distributed in the hope that it will be useful,          
-  but WITHOUT ANY WARRANTY; without even the implied warranty of            
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             
-  GNU General Public License for more details.                             
-                                                                              
-  You should have received a copy of the GNU General Public License       
+  sptest is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  sptest is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
   along with sptest.  If not, see <http://www.gnu.org/licenses/>.
 
 On Debian systems, the complete text of the GNU General

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



More information about the Python-modules-commits mailing list