/usr/lib/x86_64-linux-gnu/pkgconfig/heimdal-gssapi.pc is in heimdal-multidev 1.6~git20120311.dfsg.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # $Id$
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib/x86_64-linux-gnu/heimdal
includedir=${prefix}/include/heimdal
Name: heimdal
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
Version: 1.5.99
URL: http://www.pdc.kth.se/heimdal/
#Requires: foo = 1.3.1
#Conflicts: bar <= 4.5
Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lhcrypto -lasn1 -lwind -lroken -lcrypt -ldl -lresolv -pthread -lpthread
Cflags: -I${includedir}
|