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

Re: tetex-base rules file



From: "C.M. Connelly" <cmc@debian.org>
Subject: tetex-base rules file
Date: Thu, 21 Nov 2002 11:02:44 -0800

> If you have any questions about the way this rules file works,
> I'll do my best to answer them.

Then I have some questions.

> # Move the xdvi app-defaults file to the correct location and create a
> #  link to it in its old location.
> 	mv debian/tmp/{usr/share/texmf/xdvi,etc/X11/app-defaults}/XDvi
> 	ln -s /etc/X11/app-defaults/XDvi debian/tmp/usr/share/texmf/xdvi

Is this kind of notation 

mv debian/tmp/{usr/share/texmf/xdvi,etc/X11/app-defaults}/XDvi

worked with any /bin/sh (that is, if it is not bash)?

Further,

ln -s /etc/X11/app-defaults/XDvi debian/tmp/usr/share/texmf/xdvi

this kind of symlink seemed to cause lintian error and it should 
be as the old rules;

(cd debian/tmp/usr/share/texmf/xdvi; ln -s /etc/X11/app-defaults/XDvi .)

> # Remove the /usr/share/doc/{tetex-extra,tetex-doc} directories and
> # replace them with links to the /usr/share/doc/tetex-base directory
> # (so all are identical).
> 	rm -rf debian/tetex-doc/usr/share/doc/tetex-doc
> 	rm -rf debian/tetex-extra/usr/share/doc/tetex-extra
> 	ln -s /usr/share/doc/tetex-base debian/tetex-extra/usr/share/doc/tetex-doc
> 	ln -s /usr/share/doc/tetex-base debian/tetex-extra/usr/share/doc/tetex-extra

these "ln -s" lines also caused lintian errors and in the first
"ln -s" line, "debian/tetex-extra" would be typo of "debian/tetex-doc"

And for confirmation; with this rules pdftex/pdflatex componets
would be installed in tetex-base, I guess.  Is this right?

# I am now testing this rules with the latest teTeX beta.

Best regards,				  2002-12-24(Tue)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Tokushima Univ.



Reply to: