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

Bug#45561: PROPOSAL] tech-ctte: /usr/share/doc



On Fri, Sep 24, 1999 at 08:24:55AM +0300, Antti-Juhani Kaijanaho wrote:
> > As for the technical implementation of the tech-ctte decision, I propose
> > we use joeyh's implementation found in any recently uploaded debhelper
> > package.
> 
> Please clarify this.  Preferably give the diff you want to be applied
> to the policy documents.

In postinst:

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/PACKAGE -a -d /usr/share/doc/PACKAGE ]; then
		ln -sf ../share/doc/PACKAGE /usr/doc/PACKAGE
	fi
fi
# End automatically added section


In prerm:

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/PACKAGE ]; then
	rm -f /usr/doc/PACKAGE
fi
# End automatically added section


As for a complete diff to the policy document, I think someone on the
tech-ctte is best to provide that.  Since Manoj is the one who is
currently handling putting ammendments into policy and is also part of the
ctte which made the decision in the first place, I think it's perfectly
acceptable and even wise  to give him editorial control over the exact
wording used.

Since the decision has been made, the point of this proposal is to make
sure it's on the todo list when Manoj starts updating the policy with
accepted ammendments.  I am pretty sure I should have filed this as
accepted directly since the ctte's decision is pretty much the final word
on this.


> (I'd like to leave the implementation unspecified but I can agree to
> second an amendment which specifies an implementation that does not
> require any given helper package.)

What I meant above was to provide the same shell code as a reference
implementation.  That's what debhelper uses and it doesn't require any
helper packages.

-- 
Joseph Carter <knghtbrd@debian.org>             Debian GNU/Linux developer
GnuPG: 2048g/3F9C2A43 - 20F6 2261 F185 7A3E 79FC  44F9 8FF7 D7A3 DCF9 DAB3
PGP 2.6: 2048R/50BDA0ED - E8 D6 84 81 E3 A8 BB 77  8E E2 29 96 C9 44 5F BE
--------------------------------------------------------------------------
<Overfiend> partycle: I seriously do need a vacation from this package. 
            I actually had a DREAM about introducing a stupid new bug
            into xbase-preinst last night.  That's a Bad Sign.

Attachment: pgpHP2cubG52R.pgp
Description: PGP signature


Reply to: