mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
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:
Vendored
-5
@@ -16,10 +16,5 @@ CONFIG_ARGS = \
|
|||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- $(CONFIG_ARGS)
|
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:
|
override_dh_auto_test:
|
||||||
dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5
|
dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5
|
||||||
|
|||||||
Reference in New Issue
Block a user