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

Re: Bug#65961: tetex-base/tetex-nonfree: serious license problems



From: Julian Gilbey <J.D.Gilbey@qmw.ac.uk>
Subject: Bug#65961: tetex-base/tetex-nonfree: serious license problems
Date: Wed, 21 Jun 2000 17:16:18 +0100

> On Wed, Jun 21, 2000 at 07:31:27AM +0200, Adrian Bunk wrote:
> > On Tue, 20 Jun 2000, Julian Gilbey wrote:
> > 
> > > Notwithstanding the comments below, this should still be clarified in
> > > potato, and the licenses clarified.  There mustn't be any non-free
> > > stuff in a free source package.
> 
> Since people make CDs of source as well as of binaries, our source CDs
> of Debian (that is, main) contain stuff which is not part of Debian,
> and even software whose distribution may be restricted.  This is Not
> Good.

I am a bit surprised to find no response at all to this
seemingly serious issue.

I believe someone might try to fix this wrong situation
but only for reference I attach a simple shell script with 
which I tested already.

If you save the script as foo.sh then doing in tetex-base-1.0.2
"sh ../foo.sh" will move the non-free elements to ../tetex-nonfree-1.0.2
with which you can build tetex-nonfree package.

As I am not sure if tetex-base_1.0.2.orig.tar.gz itself should
be changed or not so I provided a option '-orig' and if
in tetex-base-1.0.2.orig you do "sh ../foo.sh -orig" will
remove the non-free elements from tetex-base-1.0.2.orig

Please remember to do "rm tetex-base_1.0.2.orig.tar.gz"

--------------------------------------
#!/bin/sh
set -x
if [ $# -eq 0 ] ; then
NONFREE=../tetex-nonfree-1.0.2
elif [ X$1 = X-orig ] ; then
NONFREE=/tmp
else
echo "Wrong usage!"
exit 1
fi
## nehyph[1,2] and textmerg
mkdir -p $NONFREE/texmf/tex/latex
mkdir -p $NONFREE/texmf/tex/generic/hyphen
mkdir -p $NONFREE/texmf/doc/latex
mv texmf/tex/generic/hyphen/nehyph{1,2}.tex $NONFREE/texmf/tex/generic/hyphen/
mv texmf/tex/latex/textmerg $NONFREE/texmf/tex/latex
mv texmf/doc/latex/textmerg $NONFREE/texmf/doc/latex
--------------------------------------

Note I do nothing about koma so it will be included
in tetex-base.  You need to fiddle with rules if you
want koma in tetex-extra.

Regards,			2000.6.24

--
 Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>
 Department of Math., Tokushima Univ.



Reply to: