rev 10780 - branches/kde4/cdbs

Modestas Vainius modax-guest at alioth.debian.org
Thu May 29 11:13:35 UTC 2008


Author: modax-guest
Date: 2008-05-29 11:13:34 +0000 (Thu, 29 May 2008)
New Revision: 10780

Modified:
   branches/kde4/cdbs/dh_sameversiondeps
Log:
multiline fix

Modified: branches/kde4/cdbs/dh_sameversiondeps
===================================================================
--- branches/kde4/cdbs/dh_sameversiondeps	2008-05-29 08:28:10 UTC (rev 10779)
+++ branches/kde4/cdbs/dh_sameversiondeps	2008-05-29 11:13:34 UTC (rev 10780)
@@ -114,7 +114,7 @@
             my $fieldval = $pkg->{$fieldname};
             my $pkgname = $pkg->{Package};
 
-            while ($fieldval =~ m/\G.*?$re_oursubstvar/g) {
+            while ($fieldval =~ m/\G.*?$re_oursubstvar/gs) {
                 my $varname = $1;
                 my $dep2add = $2;
                 my $basepkg = $3;




More information about the pkg-kde-commits mailing list