Hi,
Complete patch could be like: diff -Nru /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-importdsc /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-importdsc --- /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-importdsc 2005-04-17 04:45:26.000000000 +0200 +++ /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-importdsc 2006-08-22 00:09:00.000000000 +0200 @@ -19,6 +19,7 @@ import os, sys from tbppy import tbpimport +from tla_support import commandver def printhelp(): print """Usage: @@ -34,5 +35,7 @@ if len(sys.argv) != 2: syntax() +commandver.setscm("tla") + dscname = sys.argv[1] tbpimport.importdsc(dscname) diff -Nru /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-importorig /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-importorig --- /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-importorig 2005-04-17 04:45:26.000000000 +0200 +++ /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-importorig 2006-08-22 00:09:00.000000000 +0200 @@ -19,6 +19,7 @@ import os, sys from tbppy import tbpimport +from tla_support import commandver def printhelp(): print """Usage: @@ -38,6 +39,8 @@ if len(sys.argv) != 4: syntax() +commandver.setscm("tla") + progname, ORIGNAME, PACKAGE, VERSION = sys.argv if os.path.isdir(ORIGNAME): tbpimport.importorigdir(ORIGNAME, PACKAGE, VERSION) diff -Nru /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-initarchive /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-initarchive --- /tmp/4Wpx9wE03I/tla-buildpackage-0.9.10/tbp-initarchive 2005-06-21 15:14:41.000000000 +0200 +++ /tmp/nD436KD2yu/tla-buildpackage-0.9.10.1/tbp-initarchive 2006-08-22 00:09:00.000000000 +0200 @@ -20,6 +20,7 @@ import os, sys from tbppy import tla, extcmd from tla_support.commandver import cmd +from tla_support import commandver def printhelp(): print """Usage: @@ -42,6 +43,8 @@ if len(sys.argv) < 4: syntax() +commandver.setscm("tla") + progname, ARCHIVENAME, ARCHIVELOC, WCLOC = sys.argv CONFIGVER = "%s/configs--head--1.0" % ARCHIVENAME if os.path.exists(ARCHIVELOC): Regards, -- Gregory Colpart <[EMAIL PROTECTED]> GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]