[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [ANNOUNCE] dh_splitpackage 0.2.2



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.*



Reply to: