~ubuntu-branches/ubuntu/trusty/libbsd/trusty

« back to all changes in this revision

Viewing changes to src/libbsd.pc.in

  • Committer: Package Import Robot
  • Author(s): Guillem Jover
  • Date: 2012-05-29 08:11:13 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20120529081113-ymoqb4ohrvldiuoj
Tags: 0.4.0-1
* New upstream release. (Closes: #668705)
  - Autoconfiscated, supports cross-building natively. (Closes: #665997)
  - Provide endian encoding/decoding inline functions. (Closes: #635377)
  - Provide expand_number(). (Closes: #635379)
  - Ship <nlist.h> under /usr/include/bsd/. (Closes: #634955, #657772)
  - Ship <libutil.h> under /usr/include/bsd/. (Closes: #640895)
  - Fix header protections when using the overlay. (Closes: #630907)
  - Fix .so symlinks to be relative even when the .so.N shared library
    is on a different directory. (Closes: #580372)
  - Remove all deprecated headers and inclusions.
* Avoid leaving the system w/o an <nlist.h> previously owned by either
  libelfg0-dev or libelf-dev when upgrading from old libsd-dev versions
  which used to Replace them, by restoring <nlist.h> from <bsd/nlist.h>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: libbsd
 
7
Description: Utility functions from BSD systems
 
8
Version: @VERSION@
 
9
URL: http://libbsd.freedesktop.org/
 
10
Libs: -L${libdir} -lbsd
 
11
Cflags: -I${includedir}