[med-svn] [Git][med-team/hnswlib][master] Avoid cleaning twice
Nilesh Patra
gitlab at salsa.debian.org
Sun Sep 6 21:31:30 BST 2020
Nilesh Patra pushed to branch master at Debian Med / hnswlib
Commits:
5718ed5f by Nilesh Patra at 2020-09-07T01:59:45+05:30
Avoid cleaning twice
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -22,7 +22,7 @@ Depends: ${shlibs:Depends},
${python3:Depends},
python3-pybind11,
python3-numpy
-Description: python bindings for hnswlib: fast approximate nearest neighbor search
+Description: Python bindings for hnswlib: fast approximate nearest neighbor search
A common task in data analysis but also in scientific computations
is to find data that is very close (multi-dimensional space) or
similar (same thing) to a given data point. Also as heuristics for
@@ -36,7 +36,7 @@ Package: libhnswlib-dev
Architecture: all
Depends: ${misc:Depends}
Description: fast approximate nearest neighbor search
- Header-only C++ HNSW implementation with python bindings.
+ Header-only C++ HNSW implementation with Python bindings.
.
A common task in data analysis but also in scientific computations
is to find data that is very close (multi-dimensional space) or
=====================================
debian/rules
=====================================
@@ -46,8 +46,6 @@ override_dh_auto_clean:
if [ -d python_bindings ]; then \
rm -f python_bindings/debian ; \
cd python_bindings && ln -s ../debian . && dh_auto_clean && rm debian ; \
- else \
- dh_auto_clean ; \
fi
rm -rf python_bindings/.pybuild .pybuild python_bindings/tmp python_bindings/build python_bindings/hnswlib.egg-info python_bindings/tmp
rm -fr python_bindings/hnswlib.egg-info
View it on GitLab: https://salsa.debian.org/med-team/hnswlib/-/commit/5718ed5f06eaeb2a3575df07c554d427cbbf450a
--
View it on GitLab: https://salsa.debian.org/med-team/hnswlib/-/commit/5718ed5f06eaeb2a3575df07c554d427cbbf450a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200906/c766f545/attachment.html>
More information about the debian-med-commit
mailing list