deb-symbols(5)


NAME

   deb-symbols - Debian's extended shared library information file

SYNOPSIS

   symbols

DESCRIPTION

   The  symbol files are shipped in Debian binary packages, and its format
   is a subset of the template symbol files used by dpkg-gensymbols(1)  in
   Debian source packages.

   The  format for an extended shared library dependency information entry
   in these files is:

   library-soname main-dependency-template
   [| alternative-dependency-template]
   [...]
   [* field-name: field-value]
   [...]
    symbol minimal-version [id-of-dependency-template]

   The library-soname is exactly the value of the SONAME field as exported
   by  objdump(1). A dependency-template is a dependency where #MINVER# is
   dynamically replaced either by  a  version  check  like  "(>=  minimal-
   version)"  or  by  nothing  (if  an  unversioned  dependency  is deemed
   sufficient).

   Each exported symbol (listed as name@version, with version being "Base"
   if  the library is not versioned) is associated to a minimal-version of
   its dependency template (the main dependency template  is  always  used
   and  will end up being combined with the dependency template referenced
   by  id-of-dependency-template  if  present).  The   first   alternative
   dependency template is numbered 1, the second one 2, etc.

   Each entry for a library can also have some fields of meta-information.
   Those fields are stored on lines starting with an asterisk.  Currently,
   the only valid fields are:

   Build-Depends-Package
          It  indicates  the  name of the "-dev" package associated to the
          library and is used by dpkg-shlibdeps  to  make  sure  that  the
          dependency  generated is at least as strict as the corresponding
          build dependency (since dpkg 1.14.13).

   Ignore-Blacklist-Groups
          It indicates what blacklist  groups  should  be  ignored,  as  a
          whitespace  separated  list,  so  that  the symbols contained in
          those groups  get  included  in  the  output  file  (since  dpkg
          1.17.6).   This  should only be necessary for toolchain packages
          providing those blacklisted symbols. The  available  groups  are
          system  dependent, for ELF and GNU-based systems these are aeabi
          and gomp.

EXAMPLES

   Simple symbols file
   libftp.so.3 libftp3 #MINVER#
    DefaultNetbuf@Base 3.1-1-6
    FtpAccess@Base 3.1-1-6
    [...]

   Advanced symbols file
   libGL.so.1 libgl1
   | libgl1-mesa-glx #MINVER#
   * Build-Depends-Package: libgl1-mesa-dev
    publicGlSymbol@Base 6.3-1
    [...]
    implementationSpecificSymbol@Base 6.5.2-7 1
    [...]

SEE ALSO

   https://wiki.debian.org/Projects/ImprovedDpkgShlibdeps
   dpkg-shlibdeps(1), dpkg-gensymbols(1).





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.