[Python-modules-commits] r25548 - in packages/pybloomfiltermmap/trunk/debian (changelog control)

luciano at users.alioth.debian.org luciano at users.alioth.debian.org
Tue Aug 13 14:40:16 UTC 2013


    Date: Tuesday, August 13, 2013 @ 14:40:14
  Author: luciano
Revision: 25548

pybloomfiltermmap: get rid off the default

Modified:
  packages/pybloomfiltermmap/trunk/debian/changelog
  packages/pybloomfiltermmap/trunk/debian/control

Modified: packages/pybloomfiltermmap/trunk/debian/changelog
===================================================================
--- packages/pybloomfiltermmap/trunk/debian/changelog	2013-08-13 13:57:38 UTC (rev 25547)
+++ packages/pybloomfiltermmap/trunk/debian/changelog	2013-08-13 14:40:14 UTC (rev 25548)
@@ -1,5 +1,5 @@
 pybloomfiltermmap (0.3.11-1) unstable; urgency=low
 
-  * source package automatically created by stdeb 0.6.0+git
+  * Initial release (closes: #682002)
 
  -- Luciano Bello <luciano at debian.org>  Mon, 12 Aug 2013 18:12:35 +0200

Modified: packages/pybloomfiltermmap/trunk/debian/control
===================================================================
--- packages/pybloomfiltermmap/trunk/debian/control	2013-08-13 13:57:38 UTC (rev 25547)
+++ packages/pybloomfiltermmap/trunk/debian/control	2013-08-13 14:40:14 UTC (rev 25548)
@@ -2,11 +2,17 @@
 Maintainer: Luciano Bello <luciano at debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 7)
+Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 7), libssl-dev
 Standards-Version: 3.9.1
 
 Package: python-pybloomfiltermmap
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: A Bloom filter (bloomfilter) for Python built on mmap
-
+Description: Bloom filter (bloomfilter) for Python built on mmap
+ This module implements a Bloom filter in Python that's fast and uses
+ mmap files for better scalability.
+ .
+ It main advantages are:
+  * It natively uses mmaped files.
+  * It natively does the set things you want a Bloom filter to do.
+  * It is fast.




More information about the Python-modules-commits mailing list