GNU bug report logs - #34732
[PATCH 01/31] gnu: mate-common: update to 1.20.0

Previous Next

Package: guix-patches;

Reported by: guy fleury iteriteka <hoonandon <at> gmail.com>

Date: Mon, 4 Mar 2019 11:21:03 UTC

Severity: normal

Tags: patch

Merged with 34731, 34733, 34734, 34735, 34736, 34737, 34738, 34739, 34740, 34741, 34742, 34743, 34744

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34732 in the body.
You can then email your comments to 34732 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34732; Package guix-patches. (Mon, 04 Mar 2019 11:21:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 04 Mar 2019 11:21:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Mon,  4 Mar 2019 12:18:47 +0100
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ef94491..57a3ced 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -73,7 +73,7 @@
 (define-public mate-common
   (package
     (name "mate-common")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
@@ -82,7 +82,7 @@
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1005laf3z1h8qczm7pmwr40r842665cv6ykhjg7r93vldra48z6p"))))
+         "0h8s2qhc6f5flslx05cd3xxg243c67vv03spjiag14p8kqqrqvb1"))))
     (build-system gnu-build-system)
     (home-page "https://mate-desktop.org/")
     (synopsis "Common files for development of MATE packages")
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#34732; Package guix-patches. (Fri, 15 Mar 2019 17:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 34732 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: guy fleury iteriteka <hoonandon <at> gmail.com>
Cc: 34732 <at> debbugs.gnu.org
Subject: Re: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Fri, 15 Mar 2019 13:12:05 -0400
[Message part 1 (text/plain, inline)]
On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
> ---
>  gnu/packages/mate.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index ef94491..57a3ced 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -73,7 +73,7 @@
>  (define-public mate-common
>    (package
>      (name "mate-common")
> -    (version "1.18.0")
> +    (version "1.20.0")

Thank you for these patches!

I noticed that the commit messages are not complete, however. They are
missing the section that describes the changes made in each file.

For a patch like this, that simply updates the package with no other
changes, you'd write the commit message like this:

------
gnu: mate-common: Update to 1.20.0.

* gnu/packages/mate.scm (mate-common): Update to 1.20.0.
------

If there are other changes, they should be described as well.

I recommend looking at our Git history for examples, or asking here on
or IRC if you need help. Can you send an updated patch series?

Normally, I would fix this sort of issue myself before pushing the
patch, but there are too many patches in this case for me to do it.

By the way, this style of commit logs is called the 'GNU Change Log'
style and is documented here:

https://www.gnu.org/prep/standards/html_node/Change-Logs.html
[signature.asc (application/pgp-signature, inline)]

Merged 34731 34732 34733 34734 34735 34736 34737 34738 34739 34740 34741 34742 34743 34744. Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Fri, 15 Mar 2019 17:16:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#34732; Package guix-patches. (Sat, 16 Mar 2019 08:37:01 GMT) Full text and rfc822 format available.

Message #13 received at 34732 <at> debbugs.gnu.org (full text, mbox):

From: Guy fleury <hoonandon <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 34732 <at> debbugs.gnu.org
Subject: Re: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Sat, 16 Mar 2019 09:36:21 +0100
[Message part 1 (text/plain, inline)]
hi leo,

thanks for your review, i sent the series patch in a tar archive(see
attached file)
to avoid duplicate .

the only patch i change other than update version is : atril
0018-gnu-atril-Update-to-1.20.3.patch
review this one i don't know if do thing well.

Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo <at> famulari.name> a écrit :

> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
> > ---
> >  gnu/packages/mate.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> > index ef94491..57a3ced 100644
> > --- a/gnu/packages/mate.scm
> > +++ b/gnu/packages/mate.scm
> > @@ -73,7 +73,7 @@
> >  (define-public mate-common
> >    (package
> >      (name "mate-common")
> > -    (version "1.18.0")
> > +    (version "1.20.0")
>
> Thank you for these patches!
>
> I noticed that the commit messages are not complete, however. They are
> missing the section that describes the changes made in each file.
>
> For a patch like this, that simply updates the package with no other
> changes, you'd write the commit message like this:
>
> ------
> gnu: mate-common: Update to 1.20.0.
>
> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
> ------
>
> If there are other changes, they should be described as well.
>
> I recommend looking at our Git history for examples, or asking here on
> or IRC if you need help. Can you send an updated patch series?
>
> Normally, I would fix this sort of issue myself before pushing the
> patch, but there are too many patches in this case for me to do it.
>
> By the way, this style of commit logs is called the 'GNU Change Log'
> style and is documented here:
>
> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
> =CeZG
> -----END PGP SIGNATURE-----
>
[Message part 2 (text/html, inline)]
[mate-patch.tar.gz (application/gzip, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#34732; Package guix-patches. (Sun, 24 Mar 2019 09:51:01 GMT) Full text and rfc822 format available.

Message #16 received at 34732 <at> debbugs.gnu.org (full text, mbox):

From: Guy fleury <hoonandon <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 34732 <at> debbugs.gnu.org
Subject: Re: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Sun, 24 Mar 2019 10:50:28 +0100
[Message part 1 (text/plain, inline)]
Hi leo,

Since my last series patch, MATE Desktop version 1.22 have been released
i want to work on this recent version.

i don't know if we can drop those series and i will send a updated series
patch
of version 1.22 in a few day.

what do you think?

Le sam. 16 mars 2019 à 09:36, Guy fleury <hoonandon <at> gmail.com> a écrit :

> hi leo,
>
> thanks for your review, i sent the series patch in a tar archive(see
> attached file)
> to avoid duplicate .
>
> the only patch i change other than update version is : atril
> 0018-gnu-atril-Update-to-1.20.3.patch
> review this one i don't know if do thing well.
>
> Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo <at> famulari.name> a écrit :
>
>> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
>> > ---
>> >  gnu/packages/mate.scm | 4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >
>> > diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
>> > index ef94491..57a3ced 100644
>> > --- a/gnu/packages/mate.scm
>> > +++ b/gnu/packages/mate.scm
>> > @@ -73,7 +73,7 @@
>> >  (define-public mate-common
>> >    (package
>> >      (name "mate-common")
>> > -    (version "1.18.0")
>> > +    (version "1.20.0")
>>
>> Thank you for these patches!
>>
>> I noticed that the commit messages are not complete, however. They are
>> missing the section that describes the changes made in each file.
>>
>> For a patch like this, that simply updates the package with no other
>> changes, you'd write the commit message like this:
>>
>> ------
>> gnu: mate-common: Update to 1.20.0.
>>
>> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
>> ------
>>
>> If there are other changes, they should be described as well.
>>
>> I recommend looking at our Git history for examples, or asking here on
>> or IRC if you need help. Can you send an updated patch series?
>>
>> Normally, I would fix this sort of issue myself before pushing the
>> patch, but there are too many patches in this case for me to do it.
>>
>> By the way, this style of commit logs is called the 'GNU Change Log'
>> style and is documented here:
>>
>> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
>> -----BEGIN PGP SIGNATURE-----
>>
>> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
>> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
>> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
>> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
>> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
>> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
>> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
>> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
>> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
>> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
>> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
>> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
>> =CeZG
>> -----END PGP SIGNATURE-----
>>
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#34732; Package guix-patches. (Tue, 02 Apr 2019 17:36:01 GMT) Full text and rfc822 format available.

Message #19 received at 34732 <at> debbugs.gnu.org (full text, mbox):

From: Guy fleury <hoonandon <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 34732 <at> debbugs.gnu.org
Subject: Re: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Tue, 2 Apr 2019 19:35:37 +0200
[Message part 1 (text/plain, inline)]
Hi guix,

This series can be closed.
Updated patch start at
35087 <at> debbugs.gnu.org
Le 24 mars 2019 11:50, "Guy fleury" <hoonandon <at> gmail.com> a écrit :

> Hi leo,
>
> Since my last series patch, MATE Desktop version 1.22 have been released
> i want to work on this recent version.
>
> i don't know if we can drop those series and i will send a updated series
> patch
> of version 1.22 in a few day.
>
> what do you think?
>
> Le sam. 16 mars 2019 à 09:36, Guy fleury <hoonandon <at> gmail.com> a écrit :
>
>> hi leo,
>>
>> thanks for your review, i sent the series patch in a tar archive(see
>> attached file)
>> to avoid duplicate .
>>
>> the only patch i change other than update version is : atril
>> 0018-gnu-atril-Update-to-1.20.3.patch
>> review this one i don't know if do thing well.
>>
>> Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo <at> famulari.name> a écrit :
>>
>>> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
>>> > ---
>>> >  gnu/packages/mate.scm | 4 ++--
>>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>>> >
>>> > diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
>>> > index ef94491..57a3ced 100644
>>> > --- a/gnu/packages/mate.scm
>>> > +++ b/gnu/packages/mate.scm
>>> > @@ -73,7 +73,7 @@
>>> >  (define-public mate-common
>>> >    (package
>>> >      (name "mate-common")
>>> > -    (version "1.18.0")
>>> > +    (version "1.20.0")
>>>
>>> Thank you for these patches!
>>>
>>> I noticed that the commit messages are not complete, however. They are
>>> missing the section that describes the changes made in each file.
>>>
>>> For a patch like this, that simply updates the package with no other
>>> changes, you'd write the commit message like this:
>>>
>>> ------
>>> gnu: mate-common: Update to 1.20.0.
>>>
>>> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
>>> ------
>>>
>>> If there are other changes, they should be described as well.
>>>
>>> I recommend looking at our Git history for examples, or asking here on
>>> or IRC if you need help. Can you send an updated patch series?
>>>
>>> Normally, I would fix this sort of issue myself before pushing the
>>> patch, but there are too many patches in this case for me to do it.
>>>
>>> By the way, this style of commit logs is called the 'GNU Change Log'
>>> style and is documented here:
>>>
>>> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
>>> -----BEGIN PGP SIGNATURE-----
>>>
>>> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
>>> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
>>> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
>>> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
>>> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
>>> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
>>> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
>>> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
>>> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
>>> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
>>> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
>>> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
>>> =CeZG
>>> -----END PGP SIGNATURE-----
>>>
>>
[Message part 2 (text/html, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:02 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:04 GMT) Full text and rfc822 format available.

Message #24 received at 34732-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Guy fleury <hoonandon <at> gmail.com>
Cc: 34732-done <at> debbugs.gnu.org, Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
Date: Tue, 09 Apr 2019 22:04:52 +0200
Hi Guy,

Guy fleury <hoonandon <at> gmail.com> skribis:

> This series can be closed.
> Updated patch start at
> 35087 <at> debbugs.gnu.org

Closing!  (To close an issue, just email NNN-done <at> debbugs.gnu.org where
NNN is the issue number.)

Ludo’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:04 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:04 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:04 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:04 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:05 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:05 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:05 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:05 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:05 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:06 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:07 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:07 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:07 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:07 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:07 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Tue, 09 Apr 2019 20:06:08 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 May 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 352 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.