hi,

On Fri, Dec 29, 2006 at 02:02:04PM +0100, Kjetil Kjernsmo wrote:
> On Friday 29 December 2006 11:46, Michael Ablassmeier wrote:
> > i think shipping modxslt-perror.1.gz and modxslt-parse.1 within
> > libapache2-modxslt doesnt make much sense as those tools are only in
> > the modxslt-tools package. For modxslt-config.1.gz im not sure, it
> > might make sense to have a diversion here (or only ship it once, in
> > libapache2-modxslt).
> 
> Something like that. Talking with a DD here, we found that in rules, 
> there are
>         dh_installman -pmodxslt-tools debian/modxslt-perror.1 
> debian/modxslt-parse.1
>         dh_installman -plibmodxslt0-dev debian/modxslt-config.1
> 
> which is indeed probably what we want. However, it doesn't work, because 
> dh_installman then stuffs it in the first package also, which is 
> libapache-modxslt. 
> 
> He suggested trying with .manpages, I'm preparing a patch.

i think this happens due to upstreams Makefile in doc/man/Makefile is
also installing the manpages:

[..]
 /usr/bin/make -C doc/man install
 make[2]: Entering directory `/home/abi/qa/modxslt-2005072700/doc/man'
 /usr/bin/install -c -d 
/home/abi/qa/modxslt-2005072700/debian/tmp/usr/share/man/man1
 /usr/bin/install -c -m 0644 modxslt-config.1 modxslt-perror.1 modxslt-parse.1 
/home/abi/qa/modxslt-2005072700/debian/tmp/usr/share/man/man1
 make[2]: Leaving directory `/home/abi/qa/modxslt-2005072700/doc/man'
[..]
 
and later dh_installman from debian/rules continues installing them in the
packages, they end up twice there. Looking at the md5sums from
debian/modxslt-parse.1 and the one shipped by upstream i get the impression
they have the same content, is there any reason for why you ship them twice?

bye,
    - michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to