[Python-modules-commits] [python-spur] 01/01: Getting rid of lintians

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 10:50:29 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository python-spur.

commit 0dbe718b2b6e97e40c05143131bf2973978b29d2
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 12:50:21 2015 +0200

    Getting rid of lintians
---
 debian/changelog |  2 +-
 debian/control   | 16 +++++++++++-----
 debian/copyright | 53 ++++++++++++++++++++++++-----------------------------
 debian/docs      |  2 --
 debian/watch     |  2 ++
 5 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3c8ba7..312a17a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ python-spur (0.3.13-1) unstable; urgency=low
 
   * Initial release (Closes: #784026)
 
- -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 02 May 2015 12:15:15 +0200
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 25 May 2015 12:46:51 +0200
diff --git a/debian/control b/debian/control
index d6d3809..61cb4a0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,18 +12,24 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.6
 X-Python-Version: all
 X-Python3-Version: >= 3.1
-Homepage: <insert the upstream URL, if relevant>
+Homepage: https://github.com/mwilliamson/spur.py
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-spur.git
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-spur.git
 
 Package: python-spur
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-paramiko
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Run commands easily over SSH
+ With this Python library you can run commands and manipulate files locally
+ or over SSH using the same interface. It offers a much easier-to-use API than
+ alternatives such as python-paramiko
 
 Package: python3-spur
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-paramiko
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Run commands easily over SSH (Python3)
+ With this Python library you can run commands and manipulate files locally
+ or over SSH using the same interface. It offers a much easier-to-use API than
+ alternatives such as python-paramiko
+ .
+ This is the Python3 version of the library.
diff --git a/debian/copyright b/debian/copyright
index b3a6c15..0e0f726 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,38 +1,33 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: spur
-Source: <url://example.com>
+Source: https://github.com/mwilliamson/spur.py
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: <special license>
- <Put the license of the package here indented by 1 space>
- <This follows the format of Description: lines in control file>
- .
- <Including paragraphs>
+Copyright: 2014 Michael Williamson
+License: Expat
 
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
 Files: debian/*
 Copyright: 2015 Ruben <ruben.undheim at gmail.com>
-License: GPL-2+
- This package 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 2 of the License, or
- (at your option) any later version.
- .
- This package 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.
+License: Expat
+
+
+License: Expat
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
  .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
  .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 55fee7e..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,2 +0,0 @@
-README.rst
-test-requirements.txt
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..681872d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/mwilliamson/spur.py/releases /mwilliamson/spur.py/archive/(\d\S+)\.tar\.(?:bz2|gz|xz)

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



More information about the Python-modules-commits mailing list