tags 447888 patch
thanks

On Tue, Mar 18, 2008 at 4:17 AM, Julien Puydt <[EMAIL PROTECTED]> wrote:
>  I had to install texlive-math-extra to gain the needed fonts, but that
>  package was neither a Depends or a Suggests, and I found about it with
>  "apt-cache search stmary".

Thanks very much for debugging the problem. Now, I can reproduce the
bug when texlive-math-extra package is not installed. I can also
confirm that the bug disappears when this package is installed.

I am attaching a patch where I added a dependency on
texlive-math-extra. Tested the patch under pdebuild. Atsuhito will
commit the patch after review.

regards
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/
diff -u texmacs-1.0.6.11/debian/control texmacs-1.0.6.11/debian/control
--- texmacs-1.0.6.11/debian/control
+++ texmacs-1.0.6.11/debian/control
@@ -9,7 +9,7 @@
 
 Package: texmacs
 Architecture: any
-Depends: ${shlibs:Depends}, texmacs-common (= ${source:Version}), 
texlive-base, texlive-extra-utils, texlive-font-utils, xbase-clients, gs-gpl | 
ghostscript-x, groff, locate | findutils (<< 4.2.31-2)
+Depends: ${shlibs:Depends}, texmacs-common (= ${source:Version}), 
texlive-base, texlive-extra-utils, texlive-font-utils, texlive-math-extra, 
xbase-clients, gs-gpl | ghostscript-x, groff, locate | findutils (<< 4.2.31-2)
 Recommends: texmacs-extra-fonts, netpbm, libjpeg-progs | libjpeg-mmx-progs, 
libtiff-tools, ispell, librsvg2-bin, xfig, imagemagick
 Suggests: wget, python
 Enhances: axiom, maxima, octave, pari-gp, yacas, r-base
diff -u texmacs-1.0.6.11/debian/changelog texmacs-1.0.6.11/debian/changelog
--- texmacs-1.0.6.11/debian/changelog
+++ texmacs-1.0.6.11/debian/changelog
@@ -1,3 +1,11 @@
+texmacs (1:1.0.6.11-5) unstable; urgency=low
+
+  * In order to generate the correct characters corresponding to llbracket,
+    rrbracket texmacs needs fonts from texlive-math-extra package. Thanks to
+    Julien Puydt for pointing this. (Closes: #447888)
+
+ -- Kamaraju Kusumanchi <[EMAIL PROTECTED]>  Sun, 23 Mar 2008 00:42:56 -0400
+
 texmacs (1:1.0.6.11-4) unstable; urgency=low
 
   * Whole work was done by Kamaraju Kusumanchi <[EMAIL PROTECTED]> or [raju].

Reply via email to