[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2063 - glibc-package/trunk/debian/sysdeps



Author: aurel32
Date: 2007-04-14 16:08:56 +0000 (Sat, 14 Apr 2007)
New Revision: 2063

Modified:
   glibc-package/trunk/debian/sysdeps/depflags.pl
Log:
Fix tzdata version number


Modified: glibc-package/trunk/debian/sysdeps/depflags.pl
===================================================================
--- glibc-package/trunk/debian/sysdeps/depflags.pl	2007-04-14 15:30:45 UTC (rev 2062)
+++ glibc-package/trunk/debian/sysdeps/depflags.pl	2007-04-14 16:08:56 UTC (rev 2063)
@@ -168,7 +168,7 @@
 push @{$libc_c{'Conflicts'}}, 'libterm-readline-gnu-perl (<< 1.15-2)';
 
 # Conflict with older versions of tzdata that need tzconfig.
-push @{$libc_c{'Conflicts'}}, 'tzdata (<< tzdata_2007e-2)';
+push @{$libc_c{'Conflicts'}}, 'tzdata (<< 2007e-2)';
 
 if ($type eq "libc") {
     %pkg = %libc_c;



Reply to: