debian/rules: Remove the *.private fields of libfprint.pc

debian/rules: Remove the *.private fields of libfprint.pc, these are not
needed anymore as we are not installing a static library

Closes: #906975
This commit is contained in:
Laurent Bigonville
2018-08-23 15:01:05 +02:00
parent 5e10d87a17
commit cafa248fed
+2
View File
@@ -12,4 +12,6 @@ override_dh_auto_configure:
override_dh_install:
mv debian/tmp/lib/udev/rules.d/60-fprint-autosuspend.rules \
debian/tmp/lib/udev/rules.d/60-libfprint0.rules
sed -i '/^Requires.private\|^Libs.private/ d' \
debian/tmp/usr/lib/*/pkgconfig/libfprint.pc
dh_install