[python-snuggs] 01/02: Fix some d/control issues

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue May 26 18:35:34 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository python-snuggs.

commit f41ae4eb4b029858be9437c52f1c691a4657b2f0
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue May 26 20:29:00 2015 +0200

    Fix some d/control issues
---
 debian/control | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 8610c4f..e395b2b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,6 @@ Build-Depends: debhelper (>= 9),
                python3-click,
                python-pyparsing,
                python3-pyparsing,
-               python-pytest,
-               python3-pytest
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-snuggs.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/python-snuggs.git
@@ -32,9 +30,8 @@ Depends: ${python:Depends},
          python-lxml
 Description: S-expressions for numpy - Python 2 version
  This library parses S-expressions using numpy. Available function include
- arithmetic (* + / -) and logical (< <= == != >= > & |) operators.
- Also members of the numpy module such as "asarray()", "mean()" and "where" are
- available.
+ arithmetic and logical operators. Also members of the numpy module such as
+ "asarray()", "mean()" and "where" are available.
  .
  This package provides the Python 2 version of the package.
 
@@ -45,8 +42,7 @@ Depends: ${python3:Depends},
          python-lxml
 Description: S-expressions for numpy - Python 3 version
  This library parses S-expressions using numpy. Available function include
- arithmetic (* + / -) and logical (< <= == != >= > & |) operators.
- Also members of the numpy module such as "asarray()", "mean()" and "where" are
- available.
+ arithmetic and logical operators. Also members of the numpy module such as
+ "asarray()", "mean()" and "where" are available.
  . 
- This package provides the Python version of the library.
+ This package provides the Python 3 version of the library.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-snuggs.git



More information about the Pkg-grass-devel mailing list