[Python-modules-commits] [python-zeroconf] 01/01: Got rid of lintians

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 11:02:51 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-zeroconf.

commit d0e7bc39b3c1fc9b52826f97b505e012e5775778
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon May 25 13:01:51 2015 +0200

    Got rid of lintians
---
 debian/control   | 30 +++++++++++++++++++++++-------
 debian/copyright | 51 ++++++++++++++++++++++-----------------------------
 debian/watch     |  2 ++
 3 files changed, 47 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index 5e53df5..da60871 100644
--- a/debian/control
+++ b/debian/control
@@ -12,18 +12,34 @@ 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>
-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/jstasiak/python-zeroconf
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-zeroconf.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-zeroconf.git
 
 Package: python-zeroconf
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Pure Python implementation of multicast DNS service discovery
+ This is an implementation of the multicast DNS Service Discover Library
+ zeroconf in pure Python.
+ .
+ Compared to some other Zeroconf/Bonjour/Avahi Python packages:
+ .
+  - isn't tied to Bonjour or Avahi
+  - doesn't use D-Bus
+  - doesn't force you to use particular event loop or Twisted
 
 Package: python3-zeroconf
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Pure Python implementation of multicast DNS service discovery (Python3)
+ This is an implementation of the multicast DNS Service Discover Library
+ zeroconf in pure Python.
+ .
+ Compared to some other Zeroconf/Bonjour/Avahi Python packages:
+ .
+  - isn't tied to Bonjour or Avahi
+  - doesn't use D-Bus
+  - doesn't force you to use particular event loop or Twisted
+ .
+ This is the Python3 version of the library.
diff --git a/debian/copyright b/debian/copyright
index b3a6c15..b136190 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: python-zeroconf
+Source: https://github.com/jstasiak/python-zeroconf
 
 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: 2003 Paul Scott-Murphy
+           2014 William McBrine
+License: LGPL-2.1+
 
-# 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.
+Copyright: 2015 Ruben Undheim <ruben.undheim at gmail.com>
+License: LGPL-2.1+
+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either version
+ 2.1 of the License, or (at your option) any later version.
  .
- This package is distributed in the hope that it will be useful,
+ This library 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.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+ Lesser General Public License for more details.
  .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see
+ <http://www.gnu.org/licenses/>.
  .
- 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.
+ On Debian Systems, the full text of the license can be found on
+ /usr/share/common-licenses/LGPL-2.1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c52ddd0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/jstasiak/python-zeroconf/releases /jstasiak/python-zeroconf/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-zeroconf.git



More information about the Python-modules-commits mailing list