On Mon, Apr 07, 2008, Sven Arvidsson wrote: > On Sun, 2008-04-06 at 21:34 +0200, Loïc Minier wrote: > > Thanks Sven, looks good! Could you please commit it to the SVN? A > > couple of possible enhancements: > > - "Version 2.x" => "Since version 2.x" > > - customizable > > - gconftool => gconftool-2 > > Committed with your suggestions. > > I had to add it to DEB_INSTALL_DOCS_metacity in debian/rules for it to > be added to the metacity package. This means it will also be added for > libmetacity0 (as it's the first package listed in control). > > I'm not sure if there's an easy way around this, besides changing the > order of the packages in the control file?
(In the past, it would have been a problem to move the packages around as the shlibs of libmetacity are needed when computing de shlibdeps of metacity; even if this works nowadays, I'd rather not change the order.) DEB_INSTALL_DOCS_metacity will we called as dh_installdocs -pmetacity, so the "first package" is going to be metacity I think; if you set DEB_INSTALL_DOCS_metacity as your propose, the doc ends up in metacity or libmetacity? I'd guess it works as expected, even if the behavior of dh_installdocs is not as predictable on multiple packages as the other dh_*. -- Loïc Minier

