r42034 - in /scripts/qa: packagecheck packagecheck.pl

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Mon Aug 17 19:17:19 UTC 2009


Author: jeremiah-guest
Date: Mon Aug 17 19:17:14 2009
New Revision: 42034

URL: http://svn.debian.org/wsvn/?sc=1&rev=42034
Log:
Minor changes.

Modified:
    scripts/qa/packagecheck
    scripts/qa/packagecheck.pl

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=42034&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Mon Aug 17 19:17:14 2009
@@ -5,7 +5,7 @@
 # Copyright 2007 David Paleino <d.paleino at gmail.com>
 # Released under the terms of the GNU GPL version 2
 #
-# To be run a directory above trunk/
+# To be run in a directory above trunk/
 # (which name can be specified as the first argument)
 
 # List of commands used

Modified: scripts/qa/packagecheck.pl
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck.pl?rev=42034&op=diff
==============================================================================
--- scripts/qa/packagecheck.pl (original)
+++ scripts/qa/packagecheck.pl Mon Aug 17 19:17:14 2009
@@ -83,9 +83,6 @@
     my @svnrev = capture("svn up $cwd");
     print $svnrev[-1];
   }
-  else {
-    print "We're running automatically.\n";
-  }
 }
 
 




More information about the Pkg-perl-cvs-commits mailing list