Hi, > Now I need to move some files to another package. Is there an easy > method the exclude some files from this package or do I have to compile > a positive list (which might vary between versions)?
In debian/rules:
override_dh_auto_install:
dh_install -ppackage1 -Xexclude1 -Xexclude1
dh_install
This first installs into package1, excluding some files, then the second
call will install into all remaining binary packages.
-nik
signature.asc
Description: PGP signature

