We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2366b5c commit 82fb053Copy full SHA for 82fb053
debian/rules
@@ -87,7 +87,8 @@ override_dh_installchangelogs:
87
## remove .so libraries from main package, and call dh_numpy*
88
## while removing 2 if not present
89
_dh_python%:
90
- find debian/python$(*:2=)-sklearn/usr/lib -name "*.so" -delete;
+ [ ! -e debian/python$(*:2=)-sklearn ] \
91
+ || find debian/python$(*:2=)-sklearn/usr/lib -name "*.so" -delete;
92
[ -e /usr/bin/dh_numpy$(*:2=) ] && dh_numpy$(*:2=) -ppython$(*:2=)-sklearn-lib || :
93
: # Prune scikits/__init__.py to avoid conflicts
94
find debian -wholename \*scikits/__init__.py -delete
0 commit comments