Package: tla
Version: 1.3.3-1

Hi,

the recent change broke "tla add", replacing it by "tla add-id". The problem is that "tla tree-lint" still points to the former command.

This ridiculous patch corrects it:
diff -ur tla-1.3.3.orig/src/tla/libarch/proj-tree-lint.c tla-1.3.3/src/tla/libarch/proj-tree-lint.c --- tla-1.3.3.orig/src/tla/libarch/proj-tree-lint.c 2005-07-06 15:48:13.000000000 +0200 +++ tla-1.3.3/src/tla/libarch/proj-tree-lint.c 2005-07-06 15:48:48.000000000 +0200
@@ -66,7 +66,7 @@

   if (rel_n_records (lint->warning_files))
     {
- safe_printfmt (fd, "These files would be source but lack inventory ids (`tla add' or a tagline perhaps?):\n\n"); + safe_printfmt (fd, "These files would be source but lack inventory ids (`tla add-id' or a tagline perhaps?):\n\n"); rel_print_pika_escape_iso8859_1_table (fd, escape_classes, lint->warning_files);
       safe_printfmt (fd, "\n\n");
       if (!status)


Hope it helps,

Snark on #gnome-hackers


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

Reply via email to