[python-bitstring] 01/06: d/control: add documentation package

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 16 22:38:03 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository python-bitstring.

commit 5422248f4848900396b74c33d6930702adf09f6b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Apr 16 23:21:05 2015 +0100

    d/control: add documentation package
---
 debian/control | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8f983b0..f4b485c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,18 @@ Build-Depends: debhelper (>= 9),
                python-all,
                python-setuptools,
                python3-all,
-               python3-setuptools
+               python3-setuptools,
+               python-sphinx (>= 1.0.7+dfsg-1~)
 Standards-Version: 3.9.6
 Homepage: http://python-bitstring.googlecode.com
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 
 Package: python-bitstring
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends}
+Suggests: python-bitstring-doc
 Description: Python module for manipulation of binary data (Python 2)
  Bitstring is a pure Python module designed to help make the creation and 
  analysis of binary data as simple and natural as possible.
@@ -31,6 +35,7 @@ Package: python3-bitstring
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
+Suggests: python-bitstring-doc
 Description: Python module for manipulation of binary data (Python 3)
  Bitstring is a pure Python module designed to help make the creation and 
  analysis of binary data as simple and natural as possible.
@@ -42,3 +47,20 @@ Description: Python module for manipulation of binary data (Python 3)
  to a file or stream.
  .
  This package provides the Python 3 version of the module.
+
+Package: python-bitstring-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Description: Python module for manipulation of binary data (documentation)
+ Bitstring is a pure Python module designed to help make the creation and 
+ analysis of binary data as simple and natural as possible.
+ .
+ Bitstrings can be constructed from integers (big and little endian), hex, 
+ octal, binary, strings or files. They can be sliced, joined, reversed, 
+ inserted into, overwritten, etc. with simple functions or slice notation. 
+ They can also be read from, searched and replaced, and navigated in, similar 
+ to a file or stream.
+ .
+ This package provides the common documentation.

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



More information about the debian-science-commits mailing list