Hilmar Preusse | 1 Aug 2005 09:02
X-Face
Picon

Re: Subversion move

On 05.07.05 Frank Küster (frank <at> debian.org) wrote:

Hi,

>   On the other hand, we have now a nicely working system to
>   automatically generate and change patches, which relies on the
>   existence of the complete source tree besides the debian
>   directory. I tried whether it is possible to have both - a
>   checked out working copy copied into the upstream source tree
>   which was not under version control, but it doesn't work well:
>   There is at least one file that we actually add in the diff.gz
>   (doc/generic/pstricks/README.pst-oscii), and therefore we cannot
>   simply set the svn:ignore property for the whole doc
>   subhierarchy; however when doing this for the other files in
>   there, svn-buildpackage fails.
> 
I don't understand so much about subversion (read: nothing). Can't we
patch that file into debian/ and copy it into the texmf tree during
build?

H.
-- 
If women didn't exist, all the money in the world would have no meaning.
		-- Aristotle Onassis
  http://hilmarpreusse.forum-rheinland.de/

--

-- 
To UNSUBSCRIBE, email to debian-tetex-maint-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

(Continue reading)

Frank Küster | 1 Aug 2005 09:38
Picon
Favicon

Re: [tex-live] Re: Proposal for a tex-base package

Hilmar Preusse <hille42 <at> web.de> wrote:

> On 10.06.05 Norbert Preining (preining <at> logic.at) wrote:
>
> Hi,
>
>> % allow for compressed files, and various extenions
>> TEXDOCSSUFFIX   = ;.pdf;.ps;.dvi;.html;.txt;.tex
>> TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
>> TEXDOCEXT       = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
>> 
> In Debian we have:
>
[...]
> but this is really specific to Debian.

I lost the context, but isn't the whole variable Debian-specific?  I
think I remember that TE declined to use texmf.cnf for this type of
customization, and therefore refused to accept (at least part of) the
patch against texdoc.  Didn't check the sources, though.

Regards, Frank
--

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer

Pietro Abate | 1 Aug 2005 09:17
Picon
Picon

Bug#320746: tetex-extra: Problem with language definition in lstlang2.sty

Package: tetex-extra
Version: 2.0.2c-8
Severity: normal
Tags: patch

Hi,
the Ocaml definition in lstlang2.sty is broken.

a simple patch is to comment two lines as follows:

\lst <at> definelanguage[light]{Caml}
  {morekeywords={and,as,begin,do,done,downto,else,end,exception,for,%
      fun,function,if,in,let,match,mutable,not,of,or,prefix,rec,then,%
      to,try,type,value,where,while,with},%
   sensitive,%
   morecomment=[n]{(*}{*)},%
   morestring=[b]"%
%   moredelim=*[directive]\#,%  <--------- (1)
%   moredirectives={open,close,include}% <---------- (2)
  }[keywords,comments,strings,directives]%

otherwise I get two different errors:
(1) ! Package Listings Error: Illegal type `directive'

or
(2) ! Package keyval Error: moredirectives undefined.

this small example will do:

\documentclass{report}
(Continue reading)

Frank Küster | 1 Aug 2005 09:42
Picon
Favicon

Re: Updates on Debian TeX live packages

Norbert Preining <preining <at> logic.at> wrote:

> On Fre, 29 Jul 2005, Frank Küster wrote:
>> > - depends on perl if there is a perl script missing
>> 
>> What do you mean with that? On what depends "if"?
>
> Packages with perl binaries in it should have Depend: perl in the
> control file.

Okay, clear.  I read: "depends on perl (if there is a perl script
missing)", but you meant "depends on perl (if there is a perl script)
missing". 

>> > A first start is done, see Master/debian. If someone has time and fun
>> > he could edit the Description fields of the various control files ;-)
>> 
>> Don't you have some short descriptions in the tpm files, or elsewhere,
>> that are used for the installer?  Why not just generate the description
>> from these, like this:
>
> There is already a one-line description, but I thought that this is too
> short.

Of course it would be better to have a longer description, but I'd
rather not create all of them manually.  If a texlive Debian package
contains one (La)TeX package, or one (La)TeX package plus add-ons, you
could try to generate it from the text in the Catalogue. 

Regards, Frank
(Continue reading)

Norbert Preining | 1 Aug 2005 10:04
Picon
Favicon
Gravatar

Re: [tex-live] Re: Proposal for a tex-base package

On Mon, 01 Aug 2005, Frank Küster wrote:
> >> TEXDOCSSUFFIX   = ;.pdf;.ps;.dvi;.html;.txt;.tex
> >> TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
> >> TEXDOCEXT       = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
> 
> I lost the context, but isn't the whole variable Debian-specific?  I

Not completely, I wrote that these lines are *only* in TEXLIVE and NOT
in debian/tex-common, at that time. Now they are there, so I propose to
just leave it as it is. Maybe we could add
	.zip;.Z
to the TEXDOCSCOMPRESS and
	.html;.txt;.tex
to TEXDOCSSUFFIX. But since I have no idea about texdoc in fact ATM I
don't care.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
sip:preining <at> at43.tuwien.ac.at                             +43 (0) 59966-690018
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
FORSINAIN (n. archaic)
The right of the lord of the manor to molest dwarves on their
birthdays.
			--- Douglas Adams, The Meaning of Liff

(Continue reading)

Frank Küster | 1 Aug 2005 10:06
Picon
Favicon

Re: Subversion move

Hilmar Preusse <hille42 <at> web.de> wrote:

> On 05.07.05 Frank Küster (frank <at> debian.org) wrote:
>
> Hi,
>
>>   On the other hand, we have now a nicely working system to
>>   automatically generate and change patches, which relies on the
>>   existence of the complete source tree besides the debian
>>   directory. I tried whether it is possible to have both - a
>>   checked out working copy copied into the upstream source tree
>>   which was not under version control, but it doesn't work well:
>>   There is at least one file that we actually add in the diff.gz
>>   (doc/generic/pstricks/README.pst-oscii), and therefore we cannot
>>   simply set the svn:ignore property for the whole doc
>>   subhierarchy; however when doing this for the other files in
>>   there, svn-buildpackage fails.
>> 
> I don't understand so much about subversion (read: nothing). Can't we
> patch that file into debian/ and copy it into the texmf tree during
> build?

Yupp.  What I wrote there was kind of rubbish: First of all, we only add
it in 2.0.2, in 3.0 it's in the original, unchanged sources.  Second, we
can always add files via debian/patches/patch-foo.

Regards, Frank
--

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
(Continue reading)

Frank Küster | 1 Aug 2005 09:48
Picon
Favicon

Bug#320725: tetex-bin: New upstream version of fontinst (v1.928)

tags 320725 fixed-in-experimental
thanks

Danai SAE-HAN <danai.sae-han <at> skynet.be> wrote:

> Package: tetex-bin
> Version: 2.0.2-31
> Severity: wishlist
>
>
> Hi Debian TeX team!
>
> I am the new maintainer of the cjk-latex package (available on
> mentors.debian.org and chinese.alioth.debian.org/latex-cjk), but the
> latest upstream version requires fontinst (<= 1.918); I need (at least)
> the \fontinstcc command in order to use the fontinst scripts that create

The latest version is included in teTeX-3.0 which we have packaged and
uploaded to experimental.  I hope to be able to upload it to unstable
at the beginning of next week.

Please also have a look at the changes we made to updmap conffile
handling, see update-updmap(1) and 

file:///usr/share/doc/tex-common/Debian-TeX-Policy.html/ch4.html#s4.1

Regards, Frank

--

-- 
Frank Küster
(Continue reading)

Norbert Preining | 1 Aug 2005 10:09
Picon
Favicon
Gravatar

Re: Updates on Debian TeX live packages

Hi all!

Concerning the descriptions, some comments from my side:

On Mon, 01 Aug 2005, Frank Küster wrote:
> > There is already a one-line description, but I thought that this is too
> > short.
> 
> Of course it would be better to have a longer description, but I'd
> rather not create all of them manually.  If a texlive Debian package
> contains one (La)TeX package, or one (La)TeX package plus add-ons, you
> could try to generate it from the text in the Catalogue. 

The problem is that all the texlive-debian packages are generated from
the respective collection-* TPMs, which normally include a whole bunch
of other packages/TPMs.

On Sam, 30 Jul 2005, Sebastian Rahtz wrote:
> I'm updating the TPM files the CTAN catalogue now, for the
> title, author and description.  This is for those cases where
> there is a 1:1 correspondence of the name, of course.
> 
> Norbert, I'll submit these in a few hours (its only on the letter C...),
> so when you come back you might like to see about using them
> to build the Debian control file nicely

THe problem is - as I said - with the descriptions in the collection-*
files, which are probably not updated from the Catalogue.

For now I have decided that I will:
(Continue reading)

Hilmar Preusse | 1 Aug 2005 10:14
X-Face
Picon

Re: Status of the package cm-super?

On 14.04.05 Rogério Brito (rbrito <at> ime.usp.br) wrote:
> On Apr 13 2005, Hilmar Preusse wrote:

Hi,

> > The package itself is still buggy (e.g. no registering of the
> > fonts to teTeX - I didn't file a bug yet). Does that package
> > fulfil your needs for the time being?
> 
> I will check it with more attention, but I'm mostly concerned with
> the Type 1 versions of the concrete and euler fonts that cm-super
> provides (i.e., the fonts that Knuth used in "Concrete
> Mathematics").
> 
> I have kept here an ooold package that Claire once uploaded to her
> space in people.d.o and it's been working fine with teTeX 2.x (the
> one in testing).
> 
Finally pts-tetex-cm-super has made it into unstable, initially
packaged by Peter Szabo. I'll check that package for bugs and
compatibility to teTeX 2.0.2 and hopefully can report back shortly.

H.
-- 
When a float occurs on the same page as the start of a supertabular
you can expect unexpected results.
	-- Documentation of supertabular.sty
  http://hilmarpreusse.forum-rheinland.de/

--

-- 
(Continue reading)


Gmane