[bcolz] 01/02: deb/control: short description line more precise
Daniel Stender
stender at moszumanska.debian.org
Sun Dec 18 21:42:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository bcolz.
commit 473c7c1e63e2ee3e16adaa5fcb1e330aa34a2053
Author: Daniel Stender <stender at debian.org>
Date: Sun Dec 18 16:39:39 2016 +0100
deb/control: short description line more precise
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 697f5d4..40eed28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bcolz (1.1.0+ds1-2) UNRELEASED; urgency=medium
+
+ * deb/control:
+ + make short description line more precise.
+
+ -- Daniel Stender <stender at debian.org> Sun, 18 Dec 2016 16:38:43 +0100
+
bcolz (1.1.0+ds1-1) experimental; urgency=medium
* Initial release (Closes: #831408).
diff --git a/debian/control b/debian/control
index 24009b2..414dc89 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Suggests:
python-pandas,
python-tables,
bcolz-doc
-Description: high performant compressed data container (Python 2)
+Description: high performant compressed data container based on NumPy (Python 2)
bcolz provides columnar, chunked data containers that can be compressed
in-memory and on-disk. Column storage allows for efficiently querying
tables, as well as for cheap column addition and removal. It is based on
@@ -66,7 +66,7 @@ Suggests:
python3-pandas,
python3-tables,
bcolz-doc
-Description: high performant compressed data container (Python 3)
+Description: high performant compressed data container based on NumPy (Python 3)
bcolz provides columnar, chunked data containers that can be compressed
in-memory and on-disk. Column storage allows for efficiently querying
tables, as well as for cheap column addition and removal. It is based on
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/bcolz.git
More information about the debian-science-commits
mailing list