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

Bug#1030740: marked as done (gcc: update-patches target doesn't recognize env)



Your message dated Mon, 20 Feb 2023 17:59:01 +0800
with message-id <CAE21B33-B006-4094-9E54-2FEB9083E15B@gmail.com>
and subject line Re: gcc: update-patches target doesn't recognize env
has caused the Debian Bug report #1030740,
regarding gcc: update-patches target doesn't recognize env
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1030740: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030740
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:gcc-13

the `update-patches` target in debian/rules.patches doesn't use the env
   QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"
   QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"
 passed to it.

The fellow changes seems work well.

update-patches: $(series_stamp)
       export QUILT_PATCHES=$(patchdir); \
       export QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"; \
       export QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"; \
-       while quilt push; do quilt refresh; done
+.     while quilt push; do quilt refresh --no-timestamps --no-index -pab; done


PS: is it a good idea to run `quilt pop -a` before refresh patches?

--
YunQiang Su

--- End Message ---
--- Begin Message ---
On Tue, 7 Feb 2023 12:02:16 +0800 YunQiang Su <wzssyqa@gmail.com> wrote:
> Package: src:gcc-13
> 
> the `update-patches` target in debian/rules.patches doesn't use the env
>    QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"
>    QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"
>  passed to it.
> 
> The fellow changes seems work well.
> 
> update-patches: $(series_stamp)
>        export QUILT_PATCHES=$(patchdir); \
>        export QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"; \
>        export QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"; \
> -       while quilt push; do quilt refresh; done
> +.     while quilt push; do quilt refresh --no-timestamps --no-index -pab; done
> 

Fixed in new upload.

> 
> PS: is it a good idea to run `quilt pop -a` before refresh patches?
> 
> --
> YunQiang Su
> 
> 

--- End Message ---

Reply to: