Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org> writes: > On Sat 16 Mar 2013 18:47:51 Lisandro Damián Nicanor Pérez Meyer escribió: > [snip] >> Also, as another way to achieve this, is adding the option to use >> foo.install.common >> >> So if you have foo.install.ARCH and foo.install.common, both files would be >> processed. This will not break previous behaviour. > > And another option will be simply allowing dh_install to accept a certain > file: > > dh_install --list-file foo.install.common
You can also use dh9+ and executable install files, then assemble the files in whatever way you want. To make it easier, I'd be happy to add support for this kind of thing in dh-exec, so all you would need to do would be: * Add dh-exec to build-depends * cat >foo.install <<EOF #!/usr/bin/dh-exec #include foo.install.${DEB_HOST_ARCH} blah blah blah EOF * chmod +x foo.install Let me know if you're interested in using dh-exec for this task, and I'll add the necessary code there. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org