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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit