~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to debian/patches/03_mupad.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA, Kamaraju Kusumanchi, kohda
  • Date: 2009-04-26 19:35:14 UTC
  • mfrom: (1.1.10 upstream) (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090426193514-9yo3oggdslgdls4b
Tags: 1:1.0.7.2-1
[Kamaraju Kusumanchi <kamaraju@gmail.com>]
* New upstream release
* texmacs crashes if /usr/share/texmacs/TeXmacs/misc/pixmaps/unknown.ps
  is not present. Do not remove it. (Closes: #484073, #497021)
* update patches 03_mupad.dpatch, 04_axiom.dpatch, 11-desktop-file.dpatch
* fix the mime problem in gnome. Thanks to Andrea Gamba for the fix.
[kohda]
* Refined a fix for the mime problem in gnome a bit.
* Try to fix /bin/sh problem (debian/fixsh) but it is not complete fix yet.
* Try to fix hard coded settings for ipa fonts(patches/09_ipa.dpatch), 
  especially for Debian where no ipa fonts exist yet.
* Fixed obsolete Build-Depends: changed libltdl3-dev to 
  libltdl-dev | libltdl7-dev (the latter for Ubuntu?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
-:
13
13
-#!/bin/bash -- # -*- perl -*-
14
14
+#!/usr/bin/perl
15
 
 # $Id: tm_mupad,v 1.2 2005/02/18 18:26:54 vdhoeven Exp $
 
15
 # $Id: tm_mupad 2463 2008-12-14 21:03:24Z vdhoeven $
16
16
 #
17
17
 # MuPAD <-> TeXmacs communication link.
18
 
@@ -11,10 +10,6 @@
19
 
 #
20
 
 # For comments and questions, please mail Christopher Creutzig, ccr@mupad.de.
21
 
 #
22
 
-# Start perl wherever it is:
23
 
-eval 'exec perl -w -S $0 ${1+"$@"}'
24
 
-    if 0;
25
 
-# It's a NOP for perl, but shells parse line-oriented. Standard hack.
26
 
 
27
 
 use IO::File;
28
 
 use IPC::Open2;