Package: latex-mk Version: 1.9.1-6 Severity: normal It works fine with a single document, but when you have more than one document the dist target does not work.
----------------------8<-----------------------8<---------------------------
terce...@morere:/tmp/test$ ll
total 12
-rw-r--r-- 1 terceiro terceiro 58 Dez 9 17:25 Makefile
-rw-r--r-- 1 terceiro terceiro 71 Dez 9 17:24 text1.tex
-rw-r--r-- 1 terceiro terceiro 71 Dez 9 17:25 text2.tex
terce...@morere:/tmp/test$ tail *
==> Makefile <==
NAME = text1 text2
include /usr/share/latex-mk/latex.gmk
==> text1.tex <==
\documentclass{letter}
\begin{document}
this is a test
\end{document}
==> text2.tex <==
\documentclass{letter}
\begin{document}
this is a test
\end{document}
terce...@morere:/tmp/test$ make dist
rm -f -fr text1_text2
mkdir text1_text2
for f in text1.tar.gz text2.tar.gz ; do \
gzcat $f | (cd text1_text2 && /bin/tar xpf -) ; \
done
/bin/sh: gzcat: not found
/bin/tar: This does not look like a tar archive
/bin/tar: Exiting with failure status due to previous errors
/bin/sh: gzcat: not found
/bin/tar: This does not look like a tar archive
/bin/tar: Exiting with failure status due to previous errors
make: *** [text1_text2.tar.gz] Error 2
----------------------8<-----------------------8<---------------------------
It seems that latex-mk uses an unexisting gzcat command to join the tarballs. I
couldn't find a gzcat binary in any package in the Debian archive.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
latex-mk depends on no packages.
Versions of packages latex-mk recommends:
ii make 3.81-7 An utility for Directing compilati
ii texlive-base 2007.dfsg.2-4 TeX Live: Essential programs and f
ii texlive-latex-recommended 2007.dfsg.2-4 TeX Live: LaTeX recommended packag
Versions of packages latex-mk suggests:
ii cups-bsd 1.4.2-4 Common UNIX Printing System(tm) -
ii ghostscript [gs-common] 8.70~dfsg-2 The GPL Ghostscript PostScript/PDF
pn graphicsmagick-imagemagick-c <none> (no description available)
ii gs-common 8.70~dfsg-2 Dummy package depending on ghostsc
pn gv <none> (no description available)
pn hevea <none> (no description available)
pn latex2rtf <none> (no description available)
pn tgif <none> (no description available)
ii transfig 1:3.2.5.a-2 Utilities for converting XFig figu
-- no debconf information
--
Antonio Terceiro <[email protected]>
http://softwarelivre.org/terceiro
signature.asc
Description: Digital signature

