--- Begin Message ---
Subject: |
Remove or update dir file in the debbugs package |
Date: |
Mon, 24 Feb 2025 21:04:48 +0100 |
The last commit changed the $direntry name of the manuals, but the
tracked dir file was not updated. Because that file is being tracked,
running install-info results in uncommitted changes.
I recommend you remove this file; I believe it is not commonly tracked.
Alternatively regenerate it and check in the changes. I would have done
that myself, but this resulted in more changes than what one would
expect from looking just at 69f4dc14e8cbffbada422fe4e2d5640692a63425.
It appears it makes a difference what version of install-info is used --
another reason not to check in this file.
Cheers,
Jonas
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#76530: Remove or update dir file in the debbugs package |
Date: |
Tue, 11 Mar 2025 10:36:18 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Albinus <michael.albinus@gmx.de> writes:
Hi Jonas,
>> I recommend you remove this file; I believe it is not commonly tracked.
>
> (package-initialize) adds the directories, where packages are installed,
> to Info-directory-list. Therefore, the dir file is taken into account.
Finally, I've removed the dir file from git, as recommended by Stefan
Monnier. It is generated automatically when creating a package release.
If you need it it locally in git, Makefile is your friend. Call 'make doc'.
Closing the bug.
>> Cheers,
>> Jonas
Best regards, Michael.
--- End Message ---