Package: tmake Version: 1.8-1 Severity: serious Tags: patch Hi,
building the package tmake in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] dpkg-source: building tmake using existing tmake_1.8.orig.tar.gz dpkg-source: building tmake in tmake_1.8-1.diff.gz dpkg-source: building tmake in tmake_1.8-1.dsc debian/rules build dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. #/usr/bin/make #/usr/bin/docbook-to-man debian/tmake.sgml > tmake.1 touch build-stamp fakeroot debian/rules binary dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_testdir dh_testroot dh_clean -k dh_clean: Compatibility levels before 4 are deprecated. dh_installdirs dh_installdirs: Compatibility levels before 4 are deprecated. # Add here commands to install the package into debian/tmake. rm -f `find html -type l` find: html: No such file or directory ln -sf doc html cp -a bin/* debian/tmake/usr/bin/ rm -f debian/tmake/usr/bin/tmake_win cp -a lib debian/tmake/usr/share/tmake/ cp: target `debian/tmake/usr/share/tmake/' is not a directory: No such file or directory make: *** [install] Error 1 ========================================================================= The following patch fixes it: ========================================================================= --- debian/rules.orig 2005-11-27 19:33:25.000000000 +0100 +++ debian/rules 2005-11-27 18:49:46.000000000 +0100 @@ -52,7 +52,7 @@ cp -a bin/* debian/tmake/usr/bin/ rm -f debian/tmake/usr/bin/tmake_win - cp -a lib debian/tmake/usr/share/tmake/ + cp -a lib debian/tmake/usr/share/tmake cp -a lib/unix/* debian/tmake/etc/tmake/ ifeq ($(ARCH),alpha) cp -a lib/linux-g++/tmake-alpha.conf debian/tmake/etc/tmake/tmake.conf ========================================================================= 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]