[Python-modules-commits] [python-intbitset] 06/06: Bump Standards-Version to 4.1.0.

Maximiliano Curia maxy at moszumanska.debian.org
Thu Aug 31 06:09:10 UTC 2017


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

maxy pushed a commit to branch debian/master
in repository python-intbitset.

commit d15fbddd19ccc285c69a83c4e1fea1c1c4eb96a1
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Aug 31 08:08:11 2017 +0200

    Bump Standards-Version to 4.1.0.
---
 debian/control | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index f081600..4f577b2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: python-intbitset
 Section: python
 Priority: optional
 Maintainer: Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 10),
-               cython,
+Build-Depends: cython,
+               debhelper (>= 10),
                dh-python,
                python-dev,
                python-nose,
@@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 10),
                python3-nose,
                python3-setuptools,
                python3-six,
-               python3-sphinx
-Standards-Version: 4.0.1
+               python3-sphinx,
+Standards-Version: 4.1.0
 Homepage: https://github.com/inveniosoftware/intbitset/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-intbitset.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-intbitset.git
@@ -29,16 +29,6 @@ Description: unordered sets with ultra fast operations
  with fast set operations implemented via bit vectors in a *Python C
  extension* for speed and reduced memory usage.
 
-Package: python3-intbitset
-Architecture: any
-Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Description: unordered sets with ultra fast operations
- The ``intbitset`` library provides a set implementation to store sorted
- unsigned integers either 32-bits integers (between ``0`` and
- ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
- with fast set operations implemented via bit vectors in a *Python C
- extension* for speed and reduced memory usage.
-
 Package: python-intbitset-doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
@@ -50,3 +40,13 @@ Description: unordered sets with ultra fast operations (documentation)
  extension* for speed and reduced memory usage.
  .
  This package contains the intbitset documentation.
+
+Package: python3-intbitset
+Architecture: any
+Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: unordered sets with ultra fast operations
+ The ``intbitset`` library provides a set implementation to store sorted
+ unsigned integers either 32-bits integers (between ``0`` and
+ ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
+ with fast set operations implemented via bit vectors in a *Python C
+ extension* for speed and reduced memory usage.

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



More information about the Python-modules-commits mailing list