git » debian:golang-blitiri-go-log » commit 4eec46b

wrap-and-sort -ta

author Alberto Bertogli
2017-09-12 22:05:48 UTC
committer Alberto Bertogli
2017-09-12 22:28:46 UTC
parent be54b4938cee2d40c8079de85e9006f07b3a69a4

wrap-and-sort -ta

debian/control +4 -4
debian/copyright +17 -17

diff --git a/debian/control b/debian/control
index 1cef87f..3573445 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: golang-blitiri-go-log
 Section: devel
 Priority: extra
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
-Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>
+Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>,
 Build-Depends: debhelper (>= 10),
                dh-golang,
-               golang-any
+               golang-any,
 Standards-Version: 4.1.0
 Homepage: https://blitiri.com.ar/git/r/log/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blitiri-go-log.git
@@ -15,8 +15,8 @@ Testsuite: autopkgtest-pkg-go
 
 Package: golang-blitiri-go-log-dev
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
 Description: Simple logging library in Go
  blitiri.com.ar/go/log is a Go package implementing a simple logger.
  .
diff --git a/debian/copyright b/debian/copyright
index 03e82ce..5342ee8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,20 +12,20 @@ License: Expat
 Comment: Debian packaging is licensed under the same terms as upstream
 
 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 without limitation             
- the rights to use, copy, modify, merge, publish, 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.                
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY                  
- 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.                                
+ 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 without limitation
+ the rights to use, copy, modify, merge, publish, 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.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ 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.