diff options
Diffstat (limited to 'src/pkg')
-rwxr-xr-x | src/pkg/debian/rules.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pkg/debian/rules.in b/src/pkg/debian/rules.in index 4d2bb408116..373c66ecaee 100755 --- a/src/pkg/debian/rules.in +++ b/src/pkg/debian/rules.in @@ -17,10 +17,6 @@ export PYBUILD_SYSTEM=distutils %: dh $@ --with systemd,python2 --buildsystem=pybuild -override_dh_shlibdeps: - @dh_shlibdeps -X_plugin 2>&1 \ - | { grep -v -e "probably a plugin" || true; } - override_dh_strip: dh_strip --dbg-package=vpp-dbg |