Package: tla-buildpackage Version: 0.9.11 Severity: grave Tags: patch Justification: renders package unusable
Hi, Changes in tla-load-dirs package makes this package unusable: $ /usr/bin/tla-buildpackage Traceback (most recent call last): File "/usr/bin/tla-buildpackage", line 21, in ? from tla_support import util ImportError: No module named tla_support Here is patch to fix this bug: --- /usr/bin/tla-buildpackage.orig 2007-04-20 01:57:41.000000000 +0200 +++ /usr/bin/tla-buildpackage 2007-04-20 01:57:57.000000000 +0200 @@ -18,7 +18,7 @@ # import sys, os -from tla_support import util +from vcs_support import util from tbppy import versions, extcmd, tbpconfig util.verbose = 1 Regards, -- Gregory COLPART GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20.3 (SMP w/2 CPU cores) Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages tla-buildpackage depends on: ii devscripts 2.10.3 Scripts to make the life of a Debi ii dpkg-dev 1.13.25 package building tools for Debian ii python 2.4.4-2 An interactive high-level object-o ii python-apt 0.6.20 Python interface to libapt-pkg ii python-support 0.6.3 automated rebuilding support for p ii tla 1.3.5+dfsg-9+b1 GNU Arch revision control system ii tla-load-dirs 1.1.4 Import upstream archives into tla/ tla-buildpackage recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]