[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: r34630 - /trunk/libwww-search-perl/debian/make-module.sh



On Sat, May 02, 2009 at 04:01:25AM -0000, ryan52-guest@users.alioth.debian.org wrote:
> New Revision: 34630
> URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34630
> Log:
> use dh7 stuff instead, simplifying this a lot
[snip]
> --- trunk/libwww-search-perl/debian/make-module.sh (original)
> +++ trunk/libwww-search-perl/debian/make-module.sh Sat May  2 04:01:19 2009
> @@ -41,7 +41,16 @@
>      cd ..
>  fi
>  
> -if [ "$1" = "configure" ]; then
> +if [ ! -f ../../../runtests ]; then
> +    if [ -z "$DEB_BUILD_OPTIONS" ]; then
> +        DEB_BUILD_OPTIONS=nocheck
> +    else
> +        DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS,nocheck"
> +    fi
> +    export DEB_BUILD_OPTIONS
> +fi

Hmm, doesn't Policy "4.9.1 debian/rules and DEB_BUILD_OPTIONS"
state that the options ought to be separated with whitespace instead?
ISTR that this was to make it easier for Makefiles to parse
the options, since make(1)'s filter() function operates on
whitespace-separated words.

G'luck,
Peter

-- 
Peter Pentchev	roam@ringlet.net    roam@space.bg    roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
You have, of course, just begun reading the sentence that you have just finished reading.

Attachment: pgpYCOLY7rbci.pgp
Description: PGP signature


Reply to: