Description: Remove rpath from the PC file. Since debian is installing to the /usr prefix, it's unnecessary and generates a lintian warning. Forwarded: not-needed Author: Stephen Gelman Last-Update: 2021-11-11 --- --- a/opentracing-c-wrapper.pc.in +++ b/opentracing-c-wrapper.pc.in @@ -8,5 +8,5 @@ Version: @VERSION@ Requires: -Libs: -L${libdir} -Wl,--rpath,${libdir} -lopentracing-c-wrapper +Libs: -L${libdir} -lopentracing-c-wrapper Cflags: -I${includedir}