"Stefan Hornburg (Racke)" <[EMAIL PROTECTED]> écrivait (wrote) :

> Jean Charles Delepine wrote:
> >Package: sympa
> >Version: 5.2.3-0.5
> >Severity: important
> >Tags: patch
> >
> >sympa native instalattion links 
> >/usr/share/sympa/mail_tt2/authorization_reject.tt2 to 
> >${PREFIX}/usr/share/sympa/web_tt2/authorization_reject.tt2
> 
> Is this a bug in Sympa or somehow related to the Debian
> packaging ?

sympa-5.2.3/mail_tt2/Makefile : 
        rm -f $(DESTDIR)$(ETCBINDIR)/web_tt2/authorization_reject.tt2 ;
        ln -s $(DESTDIR)$(ETCBINDIR)/mail_tt2/authorization_reject.tt2
        $(DESTDIR)$(ETCBINDIR)/web_tt2

DESTDIR when native insallation will be somewhat like /usr/local/sympa
ETCBINDIR will be somewhat like share. 
Relative symlinks might be better but I don't think we can say it a bug.

But for debian packaging, install something like

/usr/share/sympa/web_tt2/authorization_reject.tt2 ->
/tmp/buildd/sympa-5.2.3/debian/sympa/usr/share/sympa/mail_tt2/authorization_reject.tt2

is definitly a bug.

-- 
> R : Tu vois !            || Jean Charles Delépine - Université de Picardie
> > Q : Tu crois ?          
> > > R : Ça casse l'ordre chronologique de l'échange.
> > > > Q : En quoi répondre au dessus est-il gênant ?

Reply via email to