[Python-modules-commits] [pysword] 01/01: Fix the depends entry for the Python 3 package; Fix the git-dpm tag names; Add line to each long description to indicate the Python version

Raoul Snyman superfly-guest at moszumanska.debian.org
Thu Jun 2 16:00:38 UTC 2016


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

superfly-guest pushed a commit to tag debian/0.2.1-1
in repository pysword.

commit 0433bfd20bea1815784a0427e8e5ef94a9265100
Author: Raoul Snyman <raoul at snyman.info>
Date:   Thu Jun 2 17:58:38 2016 +0200

    Fix the depends entry for the Python 3 package; Fix the git-dpm tag names; Add line to each long description to indicate the Python version
---
 debian/.git-dpm | 3 +++
 debian/control  | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 0a5b137..f363b4f 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ c882f2d8d31d3d4c818c969eb9abb93bba2d836b
 pysword_0.2.1.orig.tar.gz
 4ae962dddc9b05a89d5503720c3c7f7688c25a17
 21522
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/control b/debian/control
index cda0180..3a1fbd1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends}
 Description: 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.
+ project. This is the Python 2 package.
  .
  Features:
   * Read SWORD bibles (not commentaries etc.)
@@ -31,11 +31,11 @@ Description: native Python reader module for the SWORD Project (Python 2)
 
 Package: python3-pysword
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: 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.
+ project. This is the Python 3 package.
  .
  Features:
   * Read SWORD bibles (not commentaries etc.)

-- 
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