[Pkg-mono-svn-commits] rev 963 - mono/trunk/debian

Eduard Bloch blade@haydn.debian.org
Sat, 12 Jun 2004 11:36:39 -0600


Author: blade
Date: 2004-06-12 11:36:36 -0600 (Sat, 12 Jun 2004)
New Revision: 963

Modified:
   mono/trunk/debian/dh_makenetlibs
Log:
Fix a small glitch (cosmetic, debug stuff)


Modified: mono/trunk/debian/dh_makenetlibs
===================================================================
--- mono/trunk/debian/dh_makenetlibs	2004-06-12 17:27:08 UTC (rev 962)
+++ mono/trunk/debian/dh_makenetlibs	2004-06-12 17:36:36 UTC (rev 963)
@@ -129,8 +129,7 @@
          $ret.= (", ".$shlibdata{$1}) if(defined($shlibdata{$1}));
       }
    }
-   $ret=~s/^, //;
-   print "TEST: $ret\n";
+   $ret=~s/^, // if $ret;
    return $ret;
 }