[Python-modules-commits] [pychromecast] 01/01: Gor rid of lintians

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 11:08:46 UTC 2015


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

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

commit 020eb22a797d07177c8be1e9bdfa944b9b71fffb
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 13:08:16 2015 +0200

    Gor rid of lintians
---
 debian/control   | 20 +++++++++++++++-----
 debian/copyright | 53 +++++++++++++++++++++++------------------------------
 debian/watch     |  2 ++
 3 files changed, 40 insertions(+), 35 deletions(-)

diff --git a/debian/control b/debian/control
index f57b1fa..c3d747d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,25 @@ Build-Depends: debhelper (>= 9),
                python-setuptools
 Standards-Version: 3.9.6
 X-Python-Version: all
-Homepage: <insert the upstream URL, if relevant>
-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
+Homepage: https://github.com/balloob/pychromecast
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pychromecast.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pychromecast.git
 
 Package: python-pychromecast
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-zeroconf
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Library to communicate with Google Chromecast
+ This library makes it easy to communicate with a Chromecast device using
+ Python.
+ .
+ It currently supports:
+ .
+  - Auto discovering connected Chromecasts on the network
+  - Start the default media receiver and play any online media
+  - Control playback of current playing media
+  - Implement Google Chromecast API v2
+  - Communicate with apps via channels
+  - Easily extendable to add support for unsupported namespaces
 
 #Package: python3-pychromecast
 #Architecture: all
diff --git a/debian/copyright b/debian/copyright
index b3a6c15..bf4336a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,38 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: spur
-Source: <url://example.com>
+Upstream-Name: pychromecast
+Source: https://github.com/balloob/pychromecast
 
 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: 2013 Paulus Schoutsen
+License: MIT
 
-# 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.
+Copyright: 2015 Ruben Undheim <ruben.undheim at gmail.com>
+License: MIT
+
+
+License: MIT
+ 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:
  .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ The above copyright notice and this permission notice shall be included in all 
+ copies or substantial portions of the Software.
  .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ 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.
 
-# 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.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a54ec97
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/balloob/pychromecast/releases /balloob/pychromecast/archive/(\d\S+)\.tar\.(?:bz2|gz|xz)

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



More information about the Python-modules-commits mailing list