r7938 - /scripts/qa/packagecheck

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 25 17:57:33 UTC 2007


Author: dmn
Date: Tue Sep 25 17:57:33 2007
New Revision: 7938

URL: http://svn.debian.org/wsvn/?sc=1&rev=7938
Log:
Add slash at the end of deduced Homepage URL. Saves a redirect when retrieved

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=7938&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Tue Sep 25 17:57:33 2007
@@ -79,7 +79,7 @@
 		# get NEWHP from somewhere else? debian/watch? debian/copyright?
 
 		if [ -n "$NEWHP" ]; then
-			perl -pi -e "s;(Standards-Version:.+);\$1\nHomepage: $NEWHP;" trunk/$p/debian/control
+			perl -pi -e "s;(Standards-Version:.+);\$1\nHomepage: $NEWHP/;" trunk/$p/debian/control
 			dch --changelog trunk/$p/debian/changelog "Add missing Homepage field to source stanza in debian/control."
 			CHANGED=1
 		fi




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