r41965 - /scripts/qa/packagecheck

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Aug 16 17:33:00 UTC 2009


Author: carnil-guest
Date: Sun Aug 16 17:32:53 2009
New Revision: 41965

URL: http://svn.debian.org/wsvn/?sc=1&rev=41965
Log:
correct option text. update the commit message used

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=41965&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Sun Aug 16 17:32:53 2009
@@ -34,7 +34,7 @@
 	echo "             Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>"
 	echo "  -D       - debian/control: add \${misc:Depends} to Depends:"
 	echo "  -P       - debian/control: substitute occurences of explicit versioned"
-	echo "             dependencies on _p_erl (>= 5.6.0-{12,16})."
+	echo "             dependencies on _p_erl (>= 5.6.0-{12,16}) with unversioned one."
 	echo "  -W       - debian/_w_atch: change CPAN URLs to"
 	echo "             http://search.cpan.org/dist/Mod-Ule/ ;"
 	echo "             update to ignore developer releases"
@@ -212,7 +212,7 @@
 	if egrep -q "perl([[:space:]])+\(>=([[:space:]])*5\.6\.0-1[2,6]\)" $DIR/debian/control; then
 		echo "$PKG: substitute versioned dependency on perl (>= 5.6.0-{12,16}) with unversioned dependency on perl"
 		perl -pi -e "s:perl\s+\(>=\s*5\.6\.0-1[2,6]\):perl:" $DIR/debian/control
-		MSG_CONTROL_CH="${MSG_CONTROL_CH:+$MSG_CONTROL_CH; }Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with unversioned one on perl as this requirement was removed in Debian Policy since 3.8.3"
+		MSG_CONTROL_CH="${MSG_CONTROL_CH:+$MSG_CONTROL_CH; }Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3)"
 		CHANGED=1
 	fi
 }




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