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

Re: SVN texlive (new) commit: r2484 - in texlive-new/trunk: all/debian texlive-base/debian texlive-bin/debian texlive-extra/debian texlive-lang/debian



Norbert Preining <preining@logic.at> wrote:

> Hi Frank! Hi all!
>
> On Sun, 18 Feb 2007 16:01:52 +0100 "Frank Küster" <frank@alioth.debian.org> wrote:
>> as an interim solution, add format links to the respective binary
>> packages' dh_link files
>
> I have already implemented the dh_installtex switch in telive-new and two new flavors
> 	format:build_all
> 	format:add_one:fmtname
> in dh_installtex. I hope I can send you the diffs soon. I cannot submit currently because my linux wlan does not cooperate with the ap here.
>
> Frank, can you please send me a diff of your changes ... thanks.

Attached.  There's a problem, though: It doesn't work.  tpm2deb-bin.pl
still complains that it cannot find lamed for copying, although I
blacklisted it.  I didn't have time to investigate it, except that it
happens after 

Working on texlive-omega, arch=all

but before any output from --debug.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Index: texlive-bin/debian/texlive-base-bin.links.dist
===================================================================
--- texlive-bin/debian/texlive-base-bin.links.dist	(revision 2483)
+++ texlive-bin/debian/texlive-base-bin.links.dist	(working copy)
@@ -1,2 +1,5 @@
 usr/share/man/man1/xdvi.1.gz usr/share/man/man1/xdvi-xaw.bin.1.gz
 usr/share/man/man1/getnonfreefonts.1.gz usr/share/man/man1/getnonfreefonts-sys.1.gz
+/usr/bin/pdftex /usr/bin/etex
+/usr/bin/pdftex /usr/bin/pdfetex
+/usr/bin/pdftex /usr/bin/pdflatex
Index: texlive-bin/debian/texlive-omega.links.dist
===================================================================
--- texlive-bin/debian/texlive-omega.links.dist	(revision 2483)
+++ texlive-bin/debian/texlive-omega.links.dist	(working copy)
@@ -1 +1,3 @@
 usr/share/man/man1/aleph.1.gz usr/share/man/man1/lamed.1.gz
+/usr/bin/aleph /usr/bin/lamed
+/usr/bin/omega /usr/bin/lambda
Index: texlive-base/debian/texlive-latex-base.links.dist
===================================================================
--- texlive-base/debian/texlive-latex-base.links.dist	(revision 0)
+++ texlive-base/debian/texlive-latex-base.links.dist	(revision 2484)
@@ -0,0 +1 @@
+/usr/bin/pdftex /usr/bin/latex
Index: texlive-lang/debian/texlive-lang-czechslovak.links.dist
===================================================================
--- texlive-lang/debian/texlive-lang-czechslovak.links.dist	(revision 2483)
+++ texlive-lang/debian/texlive-lang-czechslovak.links.dist	(working copy)
@@ -2,3 +2,7 @@
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/csplain.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcslatex.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfcsplain.1.gz
+/usr/bin/pdftex /usr/bin/cslatex
+/usr/bin/pdftex /usr/bin/pdfcslatex
+/usr/bin/pdftex /usr/bin/csplain
+/usr/bin/pdftex /usr/bin/pdfcsplain
Index: texlive-lang/debian/texlive-lang-polish.links.dist
===================================================================
--- texlive-lang/debian/texlive-lang-polish.links.dist	(revision 2483)
+++ texlive-lang/debian/texlive-lang-polish.links.dist	(working copy)
@@ -3,3 +3,8 @@
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/pdfplatex.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/platex.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/utf8mex.1.gz
+/usr/bin/pdftex /usr/bin/mex
+/usr/bin/pdftex /usr/bin/pdfmex
+/usr/bin/pdftex /usr/bin/utf8mex
+/usr/bin/pdftex /usr/bin/pdfplatex
+/usr/bin/pdftex /usr/bin/platex
Index: texlive-extra/debian/texlive-math-extra.links.dist
===================================================================
--- texlive-extra/debian/texlive-math-extra.links.dist	(revision 0)
+++ texlive-extra/debian/texlive-math-extra.links.dist	(revision 2484)
@@ -0,0 +1 @@
+/usr/bin/pdftex /usr/bin/amstex
Index: texlive-extra/debian/texlive-formats-extra.links.dist
===================================================================
--- texlive-extra/debian/texlive-formats-extra.links.dist	(revision 2483)
+++ texlive-extra/debian/texlive-formats-extra.links.dist	(working copy)
@@ -3,3 +3,9 @@
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/physe.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/phyzzx.1.gz
 usr/share/man/man1/pdftex.1.gz usr/share/man/man1/texsis.1.gz
+/usr/bin/pdftex /usr/bin/eplain
+/usr/bin/pdftex /usr/bin/mllatex
+/usr/bin/pdftex /usr/bin/mltex
+/usr/bin/pdftex /usr/bin/physe
+/usr/bin/pdftex /usr/bin/phyzzx
+/usr/bin/pdftex /usr/bin/texsis
Index: all/debian/CHANGES.packaging
===================================================================
--- all/debian/CHANGES.packaging	(revision 2483)
+++ all/debian/CHANGES.packaging	(working copy)
@@ -3,12 +3,17 @@
 #
 # $Id: CHANGES.packaging 2080 2006-12-15 12:03:49Z preining $
 #
+2007-02-18
+  * as an interim solution, add format links to the respective binary
+    packages' dh_link files [FK]
+
+
 2007-02-17
   * add patch 01_tmp_configure_without_installextra which allows to skip
     running updmap-sys, fmtutil-sys, mktexlsr and most importantly
-    texlinks with a configure option; add that option
+    texlinks with a configure option; add that option [FK]
   * Add explicit real packages to the build-dependencies, in addition to
-    the alternative virtual packages
+    the alternative virtual packages [FK]
 
 2007-02-16
   * fixes from the first test round
Index: all/debian/tpm2deb.cfg
===================================================================
--- all/debian/tpm2deb.cfg	(revision 2482)
+++ all/debian/tpm2deb.cfg	(working copy)
@@ -742,7 +742,38 @@
 # HA-prosper moved from latex-recommended to latex-extra
 replaces;texlive-latex-extra;texlive-latex-recommended (<< 2007)
 #
+# blacklist format links, they are now created by dh_link (temporary) or dh_installtex (later)
+# tl-base-bin
+blacklist;file;bin/etex
+blacklist;file;bin/pdfetex
+blacklist;file;bin/pdflatex
+# tl-omega
+blacklist;file;bin/lamed
+blacklist;file;bin/lambda
+# tl-latex-base
+blacklist;file;bin/latex
+# tl-formats-extra
+blacklist;file;bin/eplain
+blacklist;file;bin/mllatex
+blacklist;file;bin/mltex 
+blacklist;file;bin/physe 
+blacklist;file;bin/phyzzx
+blacklist;file;bin/texsis
+# tl-math-extra
+blacklist;file;bin/amstex
+# tl-lang-cz
+blacklist;file;bin/cslatex   
+blacklist;file;bin/pdfcslatex
+blacklist;file;bin/csplain   
+blacklist;file;bin/pdfcsplain
+# tl-lang-polish
+blacklist;file;bin/mex	  
+blacklist;file;bin/pdfmex	  
+blacklist;file;bin/utf8mex  
+blacklist;file;bin/pdfplatex
+blacklist;file;bin/platex
 #
+#
 # vim:set termencoding=iso8859-15 encoding=utf-8 fileencoding=utf-8: #
 # Local Variables:
 # coding: utf-8

Reply to: