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

Bug#100126: New xdvi in sid calls the wrong binary



Package: tetex-bin
Version: 1.0.7+20001218-4
Severity: important
Tags: sid patch

xdvi in sid calls the wrong xdvi binary. It should call xdvi.real, but calls
xdvi.bin. Patch enclosed.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux broken 2.4.4 #1 Mon Apr 30 05:57:37 EST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages tetex-bin depends on:
ii  debianutils            1.15              Miscellaneous utilities specific t
ii  dpkg                   1.9.8             Package maintenance system for Deb
ii  ed                     0.2-19            The classic unix line editor      
ii  libc6                  2.2.3-5           GNU C Library: Shared libraries an
ii  libkpathsea3           1.0.7+20001218-4  shared libkpathsea for teTeX      
ii  libpng2                1.0.11-1          PNG library - runtime             
ii  libstdc++2.10-glibc2.2 1:2.95.4-0.010604 The GNU stdc++ library            
ii  libtiff3g              3.5.5-3           Tag Image File Format library     
ii  libwww0                5.3.2-4           The W3C-WWW library.              
ii  libxaw7                4.0.3-4           X Athena widget set library       
ii  perl-base [perl5-base] 5.6.1-3           The Pathologically Eclectic Rubbis
ii  tetex-base             1.0.2+20000804-8  basic teTeX library files         
ii  xlibs                  4.0.3-4           X Window System client libraries  
ii  zlib1g                 1:1.1.3-15        compression library - runtime     

-- 
                                                    Steve
  "I'm a sysadmin because I couldn't beat a blind monkey in a coding contest."
                                                        --Me
--- ./xdvi	Fri Jun  8 23:35:53 2001
+++ /usr/bin/xdvi	Thu Jun  7 18:05:38 2001
@@ -71,5 +71,5 @@
     filename=$tempfile
 fi
 
-xdvi.bin $NAMEOPT $args $filename || exit 1
+xdvi.real $NAMEOPT $args $filename || exit 1
 exit 0

Reply to: