tags 454234 patch thanks
On Dec 4, 2007 1:14 AM, Andreas Klöckner <[EMAIL PROTECTED]> wrote: > Package: texmacs > Version: 1:1.0.6.11-2+b1 > Severity: normal > > If a ghostscript interpreter is installed that does not understand > the "x11alpha" device, then TeXmacs spits out errors like > > Unknown device: x11alpha > Unrecoverable error: undefined in .uninstallpagedevice > Operand stack: > defaultdevice > > and all images (including the gnus in the help file) come up garbled. Ok. According to changelog of ghostscript 8.61.dfsg.1~svn8187-1, the ghostscript package is now split into two: ghostscript, ghostscript-x. The ghostscript-x depends upon X and ghostscript does not. Since, texmacs anyway needs X most of the time, I think it is safe to bump the Depends: from ghostscript to ghostscript-x. I have attached a patch reflecting this. While we are at it, I also added a homepage field to the debian/control file. This homepage field is introduced in dpkg 1.14.6. I think it is useful to have it. thanks raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/
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,10 @@ +texmacs (1:1.0.6.11-3) unstable; urgency=low + + * Added a Homepage field + * change dependency from ghostscript to ghostscript-x (Closes: #454234) + + -- Kamaraju Kusumanchi <[EMAIL PROTECTED]> Sat, 08 Dec 2007 07:36:01 -0500 + texmacs (1:1.0.6.11-2) unstable; urgency=low * Added dependency on texlive-font-utils which contains pfb2pfa that is 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 @@ -3,12 +3,13 @@ Priority: optional Maintainer: Atsuhito KOHDA <[EMAIL PROTECTED]> Uploaders: "Kamaraju Kusumanchi" <[EMAIL PROTECTED]> +Homepage: http://www.texmacs.org Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4), dpatch, guile-1.8-dev [!ia64], guile-1.6-dev [ia64], libxt-dev, libx11-dev, x11proto-core-dev, libltdl3-dev, libfreetype6-dev, autotools-dev, r-base-core (>= 2.0), libimlib2-dev, netpbm, libjpeg-progs, libtiff-tools, ispell, librsvg2-bin, xfig, imagemagick Standards-Version: 3.7.2 Package: texmacs Architecture: any -Depends: ${shlibs:Depends}, texmacs-common (= ${source:Version}), texlive-base, texlive-extra-utils, texlive-font-utils, xbase-clients, ghostscript, groff +Depends: ${shlibs:Depends}, texmacs-common (= ${source:Version}), texlive-base, texlive-extra-utils, texlive-font-utils, xbase-clients, ghostscript-x, groff 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 @@ -29,8 +30,6 @@ your own extensions to the editor. . This package contains the architecture dependent files. - . - Homepage: http://www.texmacs.org. Package: texmacs-common Architecture: all

