The following commit has been merged in the master branch:
commit d788a140ef62cf7bb3bc3ea35d7daffebc11a5b1
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Tue Aug 5 06:14:39 2008 +0300
dpkg-distaddfile: Use _g() instead of wrong and typoed gettetx()
diff --git a/ChangeLog b/ChangeLog
index f372991..fe02b3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-05 Guillem Jover <[EMAIL PROTECTED]>
+
+ * scripts/dpkg-distaddfile.pl: Use _g() instead of wrong and typoed
+ gettetx().
+
2008-08-03 Guillem Jover <[EMAIL PROTECTED]>
* src/processarc.c (process_archive): Use blankpackageperfile instead
diff --git a/scripts/dpkg-distaddfile.pl b/scripts/dpkg-distaddfile.pl
index 32dcb55..1b552d6 100755
--- a/scripts/dpkg-distaddfile.pl
+++ b/scripts/dpkg-distaddfile.pl
@@ -72,4 +72,6 @@ if (open(X,"< $fileslistfile")) {
print(Y "$file $section $priority\n")
|| &syserr(_g("write new entry to new files list file"));
close(Y) || &syserr(_g("close new files list file"));
-rename("$fileslistfile.new",$fileslistfile) || &syserr(gettetx("install new
files list file"));
+rename("$fileslistfile.new", $fileslistfile) ||
+ syserr(_g("install new files list file"));
+
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]