r13920 - /scripts/qa/packagecheck

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 31 23:31:46 UTC 2008


Author: gregoa-guest
Date: Thu Jan 31 23:31:45 2008
New Revision: 13920

URL: http://svn.debian.org/wsvn/?sc=1&rev=13920
Log:
add parameter to detect_dist call in testwatchdist

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=13920&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Thu Jan 31 23:31:45 2008
@@ -111,7 +111,7 @@
 		
 		# only construct new URL if we don't have a "real one"
 		if [ -z "$NEWHP" ] || echo "$NEWHP" | grep cpan\.org > /dev/null; then
-			PERLNAME=`detect_dist`
+			PERLNAME=`detect_dist $DIR`
 			if [ -n "$PERLNAME" ]; then
 				NEWHP="http://search.cpan.org/dist/$PERLNAME/"
 			fi




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