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

Bug#75947: patch



On Sat, 18 May 2002, Joey Hess wrote:

> diff -ur orig/dpkg-1.9.20/scripts/dpkg-buildpackage.sh dpkg-1.9.20/scripts/dpkg-buildpackage.sh
> --- orig/dpkg-1.9.20/scripts/dpkg-buildpackage.sh	Thu Jun 21 21:00:36 2001
> +++ dpkg-1.9.20/scripts/dpkg-buildpackage.sh	Sat May 18 22:37:56 2002
> @@ -41,8 +41,8 @@
>           -h            print this message
>           -W            Turn certain errors into warnings.      } passed to
>           -E            When -W is turned on, -E turned it off. } dpkg-source
> -         -i[<regex>]   ignore diffs of files matching regex } only passed
> -                                                             to dpkg-source
> +         -i[<regex>]   ignore diffs of files matching regex    } only passed
> +         -I<filename>  filter out files when building tarballs } to dpkg-source
            -I[<filename>]....

>  END
>  }
>
> @@ -91,6 +91,7 @@
>  	-sa)	sourcestyle=-sa ;;
>  	-sd)	sourcestyle=-sd ;;
>          -i*)    diffignore=$1;;
> +	-I*)	tarignore=$1;;

So, how does one specify multiple ignores for tar?  For diff ignore, it's a
regex.  The same is not true for tar.



-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: