File: not-installed

package info (click to toggle)
mdbtools 1.0.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,348 kB
  • sloc: ansic: 12,252; sh: 516; xml: 218; yacc: 188; lex: 129; makefile: 126; python: 27
file content (9 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# ODBC use a plugin like system. These libraries should not be linked with:
usr/lib/${DEB_HOST_MULTIARCH}/odbc/libmdbodbc*.a

# From https://www.debian.org/doc/manuals/maint-guide/advanced.en.html#library :
# "Shared libraries are distributed as *.so files. (Neither *.a files nor *.la files)"
# See also policy 10.2:
# ".la files normally should not be included in the Debian package"
usr/lib/${DEB_HOST_MULTIARCH}/*.la
usr/lib/${DEB_HOST_MULTIARCH}/odbc/*.la