On Sat, 04 Jun 2011 22:56:24 +0200, Zygmunt Krynicki wrote:

[libfoo-dev]
include=**/*.h
include=**/*.la
include=**/*.a
# Just for demonstration, never pick any shared objects
exclude=**/*.so

I know this is just an exemple to show exclude but .so files have to be put in -dev packages. Exclude should be **/*.so.*. Moreover, there is an ongoing effort to drop .la files. Here is an updated example (with a real use of exclude)

[libfoo-dev]
include=**/*.h
include=**/*.a
include=**/*.so
exclude=**/libnotfoo.*



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/965a6126bed8bf55197a3bbb79387...@luffy.cx

Reply via email to