Author: adsb
Date: 2009-08-14 19:44:07 +0000 (Fri, 14 Aug 2009)
New Revision: 1960

Modified:
   trunk/debian/changelog
   trunk/scripts/dget.pl
Log:
dget: Update the dpkg-source output matching to enable --build to work
again.  (Closes: #541409)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-08-12 18:41:44 UTC (rev 1959)
+++ trunk/debian/changelog      2009-08-14 19:44:07 UTC (rev 1960)
@@ -10,6 +10,8 @@
   [ Adam D. Barratt ]
   * bts:
     + Make "tags NNNNNN =" operate correctly again.  (Closes: #539688)
+  * dget: Update the dpkg-source output matching to enable --build to work
+    again.  (Closes: #541409)
 
   [ Patrick Schoenfeld ]
   * Add an example for githubredir.debian.net to the uscan manpage

Modified: trunk/scripts/dget.pl
===================================================================
--- trunk/scripts/dget.pl       2009-08-12 18:41:44 UTC (rev 1959)
+++ trunk/scripts/dget.pl       2009-08-14 19:44:07 UTC (rev 1960)
@@ -448,7 +448,7 @@
                my @output = `LC_ALL=C @cmd $found_dsc`;
                print @output unless $opt->{'quiet'};
                foreach (@output) {
-                   if ( /^dpkg-source: extracting .* in (.*)/ ) {
+                   if ( /^dpkg-source: (?:info: )?extracting .* in (.*)/ ) {
                        chdir $1;
                        system 'dpkg-buildpackage', '-b', '-uc';
                        last;



-- 
To unsubscribe, send mail to [email protected].

Reply via email to