The following commit has been merged in the master branch:
commit 9d7f2a4599f999ffb04541e9b2280ff30c6de65b
Author: Christoph Berg <[email protected]>
Date:   Fri Aug 17 08:32:41 2012 +0200

    origtargz: remove debugging print

diff --git a/scripts/origtargz.pl b/scripts/origtargz.pl
index 81b5dba..6e9c4ef 100755
--- a/scripts/origtargz.pl
+++ b/scripts/origtargz.pl
@@ -204,7 +204,6 @@ sub download_origtar ()
                my $srcversion = $1;
                my $srcorigversion = $srcversion;
                $srcorigversion =~ s/(.*)-.*/$1/; # strip everything from the 
last dash
-               print "Looking at $package $srcversion, interpreted as 
$srcorigversion\n";
 
                if ($srcorigversion eq $origversion) { # loop through all 
matching versions
                        $bestsrcversion = $srcversion;

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to