[Python-modules-commits] [pysword] 01/02: Take over the package source from Unit193
Raoul Snyman
superfly-guest at moszumanska.debian.org
Tue Apr 19 18:35:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
superfly-guest pushed a commit to branch master
in repository pysword.
commit 5461276c122f00d3a029dbbad3d6be2c52da251b
Author: Raoul Snyman <raoul at snyman.info>
Date: Tue Apr 19 20:27:11 2016 +0200
Take over the package source from Unit193
---
debian/control | 31 +++++++++++++++++++++----------
debian/copyright | 17 +++++++++--------
2 files changed, 30 insertions(+), 18 deletions(-)
diff --git a/debian/control b/debian/control
index 2a29a4c..52c3cc4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
Source: pysword
Maintainer: Raoul Snyman <raoul at snyman.info>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
@@ -14,19 +15,29 @@ Homepage: https://gitlab.com/tgc-dk/pysword
Package: python-pysword
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: native Python reader module for the SWORD Project (Python 2)
- Some more stuff here that I'm not actually going to write right now
+Description: A native Python reader module for the SWORD Project (Python 2)
+ This project is not an official CrossWire project. It merely provides an
+ alternative way to read the bible modules created by CrossWire's SWORD
+ project.
.
- Maybe I'll do it later, but considering this will likely go nowhere,
- we'll likely just ignore it.
+ Features:
+ Read SWORD bibles (not commentaries etc.)
+ Detection of locally installed bible modules.
+ Supports all known SWORD module formats (ztext, ztext4, rawtext, rawtext4)
+ Read from zipped modules
+ Clean text of OSIS, GBF or ThML tags.
Package: python3-pysword
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: native Python reader module for the SWORD Project (Python 3)
- Some more stuff here that I'm not actually going to write right now
+Description: A native Python reader module for the SWORD Project (Python 3)
+ This project is not an official CrossWire project. It merely provides an
+ alternative way to read the bible modules created by CrossWire's SWORD
+ project.
.
- Maybe I'll do it later, but considering this will likely go nowhere,
- we'll likely just ignore it.
- .
- This is the Python 3 version.
+ Features:
+ Read SWORD bibles (not commentaries etc.)
+ Detection of locally installed bible modules.
+ Supports all known SWORD module formats (ztext, ztext4, rawtext, rawtext4)
+ Read from zipped modules
+ Clean text of OSIS, GBF or ThML tags.
diff --git a/debian/copyright b/debian/copyright
index 2224e29..158c31e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,6 +30,7 @@ License: GPL-2
Files: debian/*
Copyright: 2016 Unit 193 <unit193 at ubuntu.com>
+ 2016 Raoul Snyman <raoul at snyman.info>
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -44,13 +45,13 @@ License: BSD-3-Clause
without specific prior written permission.
.
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
+ ``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 HOLDERS 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
+ 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pysword.git
More information about the Python-modules-commits
mailing list