Author: rra
Date: 2007-12-04 05:37:21 +0100 (Tue, 04 Dec 2007)
New Revision: 1032

Modified:
   trunk/checks/binaries
   trunk/debian/changelog
Log:
  + [RA] Ignore the gf suffix from the gfortran migration when checking
    whether the package name matches the SONAME.  Thanks, Kevin
    B. McCarty.  (Closes: #448207)

Modified: trunk/checks/binaries
===================================================================
--- trunk/checks/binaries       2007-12-04 04:28:48 UTC (rev 1031)
+++ trunk/checks/binaries       2007-12-04 04:37:21 UTC (rev 1032)
@@ -139,6 +139,7 @@
 $base_pkg =~ s/c102\b//o;
 $base_pkg =~ s/c2a?\b//o;
 $base_pkg =~ s/\dg$//o;
+$base_pkg =~ s/gf$//o;
 $base_pkg =~ s/-udeb$//o;
 $base_pkg =~ s/^lib64/lib/o;
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-12-04 04:28:48 UTC (rev 1031)
+++ trunk/debian/changelog      2007-12-04 04:37:21 UTC (rev 1032)
@@ -7,6 +7,9 @@
            libc.so, not any library beginning with libc. Thanks for
            the bug and patch to Ruben Porras <[EMAIL PROTECTED]>. (Closes:
            #448652)
+    + [RA] Ignore the gf suffix from the gfortran migration when checking
+      whether the package name matches the SONAME.  Thanks, Kevin
+      B. McCarty.  (Closes: #448207)
   * checks/common_data.pm:
     + [RA] Add Dm-Upload-Allowed as a control field.  (Closes: #453779)
   * checks/control-files:


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

Reply via email to