Update of /cvsroot/fink/fink/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv10142
Modified Files:
ChangeLog Validation.pm
Log Message:
Recognize Tar??FilesRename field
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog 14 Oct 2002 00:44:16 -0000 1.206
+++ ChangeLog 14 Oct 2002 01:36:42 -0000 1.207
@@ -1,5 +1,7 @@
2002-10-14 Max Horn <[EMAIL PROTECTED]>
+ * Validation.pm: Recognize Tar??FilesRename field
+
* Engine.pm: Once more install all splitoffs with a single call to dpkg
(this is done to avoid certain update troubles with splitoffs).
Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Validation.pm 12 Oct 2002 18:27:31 -0000 1.26
+++ Validation.pm 14 Oct 2002 01:36:43 -0000 1.27
@@ -279,7 +279,8 @@
or $field =~ m/^source([2-9]|\d\d)$/
or $field =~ m/^source([2-9]|\d\d)-md5$/
or $field =~ m/^source([2-9]|\d\d)extractdir$/
- or $field =~ m/^source([2-9]|\d\d)rename$/) {
+ or $field =~ m/^source([2-9]|\d\d)rename$/
+ or $field =~ m/^tar([2-9]|\d\d)filesrename$/) {
print "Warning: Field \"$field\" is unknown. ($filename)\n";
$looks_good = 0;
next;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits