moolb

Bloom filter for python3 with pluggable hasher backend
git clone git://git.defalsify.org/python-moolb.git
Log | Files | Refs | README | LICENSE

commit 2e7974cac123d34fe7d0ebaaa033c1ddbf31913c
parent 1693cd5a72a426f98698f6e26e72444e78bf369e
Author: nolash <dev@holbrook.no>
Date:   Mon, 15 Nov 2021 14:32:13 +0100

WIP debian package build

Diffstat:
Mdebian/control | 2+-
Mdebian/rules | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control @@ -2,7 +2,7 @@ Source: moolb Section: python Priority: optional Maintainer: Louis Holbrook <dev@holbrook.no> -Build-Depends: debhelper (>= 9), python3-setuptools +Build-Depends: debhelper (>= 9), python3, python3-setuptools, dh-python Standards-Version: 3.9.5 Package: moolb diff --git a/debian/rules b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python3 + dh $@ --with python3 --buildsystem=pybuild override_dh_builddeb: python setup.py install --root=/root/debian/moolb