[Python-modules-commits] [pysvn] 04/09: d/control: - Changes python-cxx-dev build depend relationship grater-equal than 7.0.1, Closes: #839366 - Removes suggests field with pyhon-svn-dbg in Python package.

Josué Ortega josue at moszumanska.debian.org
Sun Oct 2 23:29:28 UTC 2016


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

josue pushed a commit to branch master
in repository pysvn.

commit a30d1ad3d63a59c863dd20cc9e4788e6a3e568ff
Author: Josue Ortega <josue at debian.org>
Date:   Sun Oct 2 15:00:19 2016 -0600

    d/control:
     - Changes python-cxx-dev build depend relationship grater-equal than
       7.0.1, Closes: #839366
     - Removes suggests field with pyhon-svn-dbg in Python package.
---
 debian/changelog | 10 ++++++++++
 debian/control   |  5 ++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9adf06..adbbe8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pysvn (1.9.4-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * debian/control:
+    - Changes python-cxx-dev build depend relationship grater-equal than
+      7.0.1, (Closes #839366).
+    - Removes suggests field with pyhon-svn-dbg in Python package.
+
+ -- Josue Ortega <josue at debian.org>  Sun, 02 Oct 2016 14:55:58 -0600
+
 pysvn (1.8.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 19e5e29..b59b92c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@ Build-Depends:
  libsvn-dev (>= 1.8.10),
  python-all-dbg,
  python-all-dev (>= 2.7.8),
- python-cxx-dev (<< 6.2.7),
+ python-cxx-dev (>= 7.0.1),
  python-setuptools,
  python3-all (>= 3.4.2),
  python3-all-dev (>= 3.4.2),
  python3-setuptools (>= 5.5.1),
- python3-cxx-dev (<< 6.2.7),
+ python3-cxx-dev (>= 7.0.1),
  subversion (>= 1.8.10)
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.5
@@ -39,7 +39,6 @@ Package: python3-svn
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Provides: python3-pysvn
-Suggests: python-svn-dbg
 Description: A(nother) Python 3 interface to Subversion
  The pysvn module is a Python 3 interface to the Subversion version
  control system.  This API exposes client interfaces for managing a

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



More information about the Python-modules-commits mailing list