Bug#957219: foremost: diff for NMU version 1.5.7-9.1

2020-08-20 Thread Eriberto
Glad to help!

Em qui., 20 de ago. de 2020 às 12:24, Raúl Benencia  escreveu:
>
> Hi Joao,
>
> This is perfect. Thanks for taking care of it.
>
> On Wed, Aug 19, 2020 at 03:52:30PM -0300, Joao Eriberto Mota Filho wrote:
> > Control: tags 957219 + patch
> > Control: tags 957219 + pending
> >
> > Dear maintainer,
> >
> > I've prepared an NMU for foremost (versioned as 1.5.7-9.1) and
> > uploaded it to DELAYED/2. Please feel free to tell me if I
> > should cancel or delay it longer.
> >
> > Regards.
> >
> > diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
> > --- foremost-1.5.7/debian/changelog   2019-06-12 12:08:06.0 -0300
> > +++ foremost-1.5.7/debian/changelog   2020-08-19 15:38:47.0 -0300
> > @@ -1,3 +1,11 @@
> > +foremost (1.5.7-9.1) unstable; urgency=medium
> > +
> > +  * Non-maintainer upload.
> > +  * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround 
> > to fix
> > +a FTBFS with GCC-10. (Closes: #957219)
> > +
> > + -- Joao Eriberto Mota Filho   Wed, 19 Aug 2020 
> > 15:38:47 -0300
> > +
> >  foremost (1.5.7-9) unstable; urgency=medium
> >
> >* Fix extra byte at the tail of recovered zip files if -t all is
> > diff -Nru foremost-1.5.7/debian/rules foremost-1.5.7/debian/rules
> > --- foremost-1.5.7/debian/rules   2018-06-11 02:27:20.0 -0300
> > +++ foremost-1.5.7/debian/rules   2020-08-19 15:38:47.0 -0300
> > @@ -5,6 +5,9 @@
> >  #export DH_VERBOSE=1
> >  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
> >
> > +# Workaround for #957219
> > +export DEB_CFLAGS_MAINT_APPEND = -fcommon
> > +
> >  %:
> >   dh $@
> >



Bug#957219: foremost: diff for NMU version 1.5.7-9.1

2020-08-20 Thread Raúl Benencia
Hi Joao,

This is perfect. Thanks for taking care of it.

On Wed, Aug 19, 2020 at 03:52:30PM -0300, Joao Eriberto Mota Filho wrote:
> Control: tags 957219 + patch
> Control: tags 957219 + pending
> 
> Dear maintainer,
> 
> I've prepared an NMU for foremost (versioned as 1.5.7-9.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should cancel or delay it longer.
> 
> Regards.
> 
> diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
> --- foremost-1.5.7/debian/changelog   2019-06-12 12:08:06.0 -0300
> +++ foremost-1.5.7/debian/changelog   2020-08-19 15:38:47.0 -0300
> @@ -1,3 +1,11 @@
> +foremost (1.5.7-9.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to 
> fix
> +a FTBFS with GCC-10. (Closes: #957219)
> +
> + -- Joao Eriberto Mota Filho   Wed, 19 Aug 2020 
> 15:38:47 -0300
> +
>  foremost (1.5.7-9) unstable; urgency=medium
>  
>* Fix extra byte at the tail of recovered zip files if -t all is
> diff -Nru foremost-1.5.7/debian/rules foremost-1.5.7/debian/rules
> --- foremost-1.5.7/debian/rules   2018-06-11 02:27:20.0 -0300
> +++ foremost-1.5.7/debian/rules   2020-08-19 15:38:47.0 -0300
> @@ -5,6 +5,9 @@
>  #export DH_VERBOSE=1
>  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
>  
> +# Workaround for #957219
> +export DEB_CFLAGS_MAINT_APPEND = -fcommon
> +
>  %:
>   dh $@
>  


signature.asc
Description: PGP signature


Bug#957219: foremost: diff for NMU version 1.5.7-9.1

2020-08-19 Thread Joao Eriberto Mota Filho
Control: tags 957219 + patch
Control: tags 957219 + pending

Dear maintainer,

I've prepared an NMU for foremost (versioned as 1.5.7-9.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel or delay it longer.

Regards.

diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
--- foremost-1.5.7/debian/changelog 2019-06-12 12:08:06.0 -0300
+++ foremost-1.5.7/debian/changelog 2020-08-19 15:38:47.0 -0300
@@ -1,3 +1,11 @@
+foremost (1.5.7-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to fix
+a FTBFS with GCC-10. (Closes: #957219)
+
+ -- Joao Eriberto Mota Filho   Wed, 19 Aug 2020 15:38:47 
-0300
+
 foremost (1.5.7-9) unstable; urgency=medium
 
   * Fix extra byte at the tail of recovered zip files if -t all is
diff -Nru foremost-1.5.7/debian/rules foremost-1.5.7/debian/rules
--- foremost-1.5.7/debian/rules 2018-06-11 02:27:20.0 -0300
+++ foremost-1.5.7/debian/rules 2020-08-19 15:38:47.0 -0300
@@ -5,6 +5,9 @@
 #export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+# Workaround for #957219
+export DEB_CFLAGS_MAINT_APPEND = -fcommon
+
 %:
dh $@