[Python-apps-team] r8219 - in /packages/mercurial/trunk/debian: changelog mercurial.test_blacklist rules

Julien Cristau jcristau at debian.org
Mon Feb 27 18:40:32 UTC 2012


On Sat, Feb 25, 2012 at 17:58:07 -0000, vicho-guest at users.alioth.debian.org wrote:

> Modified: packages/mercurial/trunk/debian/rules
> URL: http://svn.debian.org/wsvn/python-apps/packages/mercurial/trunk/debian/rules?rev=8219&op=diff
> ==============================================================================
> --- packages/mercurial/trunk/debian/rules (original)
> +++ packages/mercurial/trunk/debian/rules Sat Feb 25 17:58:06 2012
> @@ -11,8 +11,10 @@
>  	# Do not start a line with a word with a dot in a manpage
>  	sed -i -e 's,^[.]\(hgignore\|hg/hgrc\),\\fP\1,' doc/hg.1
>  
> -# Tests are not yet ready to be run in Debian build context
> +PARALLEL_TEST_JOBS=$(shell printenv DEB_BUILD_OPTIONS | awk -F= 'BEGIN {RS=" "} /parallel/ {print "--jobs " $$2}')
> +

ewww.  can't this be parsed with make $(filter ...), as in
debian-policy's example?

Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20120227/d384f0c3/attachment.pgp>


More information about the Python-apps-team mailing list