Package: ptex-base
Version: 1:2.3-1
Severity: serious
Tags: patch

Hi,

building the package ptex-base in a clean sid build environment
(with pbuilder) on i386 results in:

=========================================================================
[...]
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using 
uid of process (1001)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1001)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1001)
dpkg-source: building ptex-base using existing ptex-base_2.3.orig.tar.gz
dpkg-source: building ptex-base in ptex-base_2.3-1.diff.gz
dpkg-source: building ptex-base in ptex-base_2.3-1.dsc
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/ptex-base.
tar xfz ptex-texmf-2.3.tar.gz -C 
/tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf
# Install amsptex.ini and ptex-ams.tex.
install -m 644 /tmp/buildd/ptex-base-2.3/debian/amsptex.ini 
/tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf/ptex/plain/config
install -m 644 /tmp/buildd/ptex-base-2.3/debian/ptex-ams.tex 
/tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf/ptex/plain/base
# Separate jbibtex-base.
dh_movefiles --source=debian/ptex-base
# Move /usr/share/texmf/fonts/*/ptex to /usr/share/texmf/fonts/*/dvips
mv /tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf/fonts/tfm/ptex/ \
  /tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf/fonts/tfm/dvips/
mv: target 
`/tmp/buildd/ptex-base-2.3/debian/ptex-base/usr/share/texmf/fonts/tfm/dvips/' 
is not a directory: No such file or directory
make: *** [install] Error 1
=========================================================================

The following patch fixes this:

=========================================================================
--- debian/rules.orig   2005-11-27 18:31:12.000000000 +0100
+++ debian/rules        2005-11-27 18:31:18.000000000 +0100
@@ -60,9 +60,9 @@

        # Move /usr/share/texmf/fonts/*/ptex to /usr/share/texmf/fonts/*/dvips
        mv $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/tfm/ptex/ \
-         $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/tfm/dvips/
+         $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/tfm/dvips
        mv $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/vf/ptex/ \
-         $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/vf/dvips/
+         $(CURDIR)/debian/ptex-base/usr/share/texmf/fonts/vf/dvips

        # Move /usr/share/texmf/doc/* to /usr/share/doc/texmf/*
        mv $(CURDIR)/debian/ptex-base/usr/share/texmf/doc/ptex \
=========================================================================


Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to