debian/rules: Don't remove the meson generated private values from pc file

This is now generated correctly by upstream, so no need to drop anything
from it.
This commit is contained in:
Marco Trevisan (Treviño)
2021-01-21 16:45:25 +01:00
parent 0978747035
commit e13a070cb5
-5
View File
@@ -16,10 +16,5 @@ CONFIG_ARGS = \
override_dh_auto_configure:
dh_auto_configure -- $(CONFIG_ARGS)
override_dh_install:
sed -i '/^Requires.private\|^Libs.private/ d' \
debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc
dh_install
override_dh_auto_test:
dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5