Hi Marc, hi Frank! On Die, 27 Feb 2007, Marc 'HE' Brockschmidt wrote: > > unblock texlive-lang/2005.dfsg.2-4 > > --- texlive-lang-2005.dfsg.2.orig/debian/texlive-lang-polish.NEWS > +++ texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.NEWS > @@ -0,0 +1,13 @@ > +texlive-bin (2005.dfsg.2-13) unstable; urgency=high > > That looks wrong. > > > If you feel you cannot review the debdiff, I could also apply the > > necessary changes to the texlive-lang source package as currently in > > etch. The problem with that is that we would not have anything in our > > repository that corresponds to this upload, therefore I would prefer not > > to take this option > > I would feel better if you could do this if you fix the .NEWS typo.
I have done a new upload, please unblock texlive-lang/2005.dfsg.2-5 This time the changes to the last version in etch are minimal: source packages changes consist only of changes to - changelog.Debian - CHANGES.packaging - texlive-lang-polish NEWS.Debian and the two file which executes the blacklisting of platex and platex to solve the RC bug #411969: diff -urN old/texlive-lang-2005.dfsg.2/debian/changelog texlive-lang-2005.dfsg.2/debian/changelog --- old/texlive-lang-2005.dfsg.2/debian/changelog 2007-02-28 00:32:22.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/changelog 2007-02-28 00:36:59.000000000 +0100 @@ -1,3 +1,30 @@ +texlive-lang (2005.dfsg.2-5) unstable; urgency=low + + * Fix a typo in the NEWS. Debian file for texlive-lang-polish (mentioned + texlive-bin instead of texlive-lang) + * Rebuild the source package to minimize diff output between the + version in etch and this version. This version does NOT relate to any + automated build release from the svn depot but was created by putting + the fix from -3 and -4 into the source of -2. + + -- Norbert Preining <[EMAIL PROTECTED]> Wed, 28 Feb 2007 00:15:57 +0100 + +texlive-lang (2005.dfsg.2-4) unstable; urgency=low + + * Do not create platex formats, and do not install man page links for + platex and pdfplatex. [NP] + + -- Norbert Preining <[EMAIL PROTECTED]> Tue, 27 Feb 2007 10:11:25 +0100 + +texlive-lang (2005.dfsg.2-3) unstable; urgency=medium + + * Do no longer install /usr/bin/platex a customized polish LaTeX format, + and its manpage. The name is also used by the ptex-bin package, hence + this closes: #411969. + * Document the change in texlive-lang-polish's NEWS.Debian + + -- Frank KÃŒster <[EMAIL PROTECTED]> Mon, 26 Feb 2007 16:31:15 +0100 + texlive-lang (2005.dfsg.2-2) unstable; urgency=low * Add a depends from tl-lang-spanish on tl-latex-base as eshyph.tex loads diff -urN old/texlive-lang-2005.dfsg.2/debian/CHANGES.packaging texlive-lang-2005.dfsg.2/debian/CHANGES.packaging --- old/texlive-lang-2005.dfsg.2/debian/CHANGES.packaging 2007-02-28 00:32:22.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/CHANGES.packaging 2007-02-28 00:36:59.000000000 +0100 @@ -4,6 +4,9 @@ # $Id: CHANGES.packaging 1946 2006-11-09 01:58:36Z preining $ # +2007-02-26 + * blacklist platex and its manpage (closes: #411969) [FK] + 2006-11-09 * texlive-bin: don't provide dvipdfm, it messes up sbuild diff -urN old/texlive-lang-2005.dfsg.2/debian/control texlive-lang-2005.dfsg.2/debian/control --- old/texlive-lang-2005.dfsg.2/debian/control 2007-02-28 00:32:22.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/control 2007-02-28 00:36:59.000000000 +0100 @@ -276,7 +276,6 @@ tap -- An easy TeX macro package for typesetting complex tables. utf8mex -- utf8 support for MeX. bin-mex -- A Polish format for TeX. - bin-platex -- Typeset Polish documents with LaTeX and Polish fonts. hyphen-polish -- Polish ogonek -- Support for Polish typography and the ogonek. diff -urN old/texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.links.dist texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.links.dist --- old/texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.links.dist 2007-02-28 00:32:22.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.links.dist 2007-02-28 00:36:59.000000000 +0100 @@ -1,5 +1,3 @@ usr/share/man/man1/pdfetex.1.gz usr/share/man/man1/mex.1.gz usr/share/man/man1/pdfetex.1.gz usr/share/man/man1/pdfmex.1.gz -usr/share/man/man1/pdfetex.1.gz usr/share/man/man1/pdfplatex.1.gz -usr/share/man/man1/pdfetex.1.gz usr/share/man/man1/platex.1.gz usr/share/man/man1/pdfetex.1.gz usr/share/man/man1/utf8mex.1.gz diff -urN old/texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.NEWS texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.NEWS --- old/texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.NEWS 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/texlive-lang-polish.NEWS 2007-02-28 00:36:59.000000000 +0100 @@ -0,0 +1,13 @@ +texlive-lang (2005.dfsg.2-3) unstable; urgency=high + + * The Polish LaTeX format "platex" and the symlink /usr/bin/platex have + been dropped. This format name is also used by the Japanese PubLaTeX + project (and has been since the days before CTAN...). + + In the past years, the pLaTeX format was identical to LaTeX itself, + and its upstream developers have kindly offered to give up the name in + favor of Japanese platex. Old documents prepared for polish platex + should compile with plain LaTeX without problems. + + -- Frank Küster <[EMAIL PROTECTED]> Fri, 23 Feb 2007 19:14:33 +0100 + diff -urN old/texlive-lang-2005.dfsg.2/debian/tpm2deb.cfg texlive-lang-2005.dfsg.2/debian/tpm2deb.cfg --- old/texlive-lang-2005.dfsg.2/debian/tpm2deb.cfg 2007-02-28 00:32:22.000000000 +0100 +++ texlive-lang-2005.dfsg.2/debian/tpm2deb.cfg 2007-02-28 00:36:59.000000000 +0100 @@ -640,6 +640,8 @@ blacklist;file;texmf-dist/doc/context/base/mreadme.pdf # misc208/bar.sty blacklist;file;texmf-dist/tex/latex/misc209/bar.sty +# platex: file conflict with ptex-bin, the Polish gave up their format +blacklist;tpm;bin-platex;* # # # vim:set termencoding=iso8859-15 encoding=utf-8 fileencoding=utf-8: # The binary debdiffs of all the packages build show nothing, the only changed binary package is texlive-lang-polish with the following debdiff (wrt the last version in etch): [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .deb but not in first ------------------------------------- -rw-r--r-- root/root /usr/share/doc/texlive-lang-polish/NEWS.Debian.gz Files in first .deb but not in second ------------------------------------- lrwxrwxrwx root/root /usr/bin/pdfplatex -> pdfetex lrwxrwxrwx root/root /usr/bin/platex -> pdfetex lrwxrwxrwx root/root /usr/share/man/man1/pdfplatex.1.gz -> pdfetex.1.gz lrwxrwxrwx root/root /usr/share/man/man1/platex.1.gz -> pdfetex.1.gz Control files: lines which differ (wdiff format) ------------------------------------------------ Version: [-2005.dfsg.2-2-] {+2005.dfsg.2-5+} Installed-Size: [-13084-] {+13088+} [-bin-platex -- Typeset Polish documents with LaTeX and Polish fonts.-] Best wishes Norbert ------------------------------------------------------------------------------- Dr. Norbert Preining <[EMAIL PROTECTED]> Università di Siena Debian Developer <[EMAIL PROTECTED]> Debian TeX Group gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 ------------------------------------------------------------------------------- NANTWICH (n.) A late-night snack, invented by the Earl of Nantwich, which consists of the dampest thing in the fridge, pressed between two of the driest things in the fridge. The Earl, who lived in a flat in Clapham, invented the nantwich to avoid having to go shopping. --- Douglas Adams, The Meaning of Liff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]