From e13a070cb57add1010e0892c3e2844110b2559a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 21 Jan 2021 16:45:25 +0100 Subject: [PATCH] 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. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index adc4dbb6..daab32aa 100755 --- a/debian/rules +++ b/debian/rules @@ -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