[debian packaging] apt changelog fails #1629

Closed
opened 2026-02-06 21:11:54 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @rexbron on GitHub (Apr 30, 2020).

Describe the bug
`$ apt changelog jellyfin

E: Failed to fetch changelog:/jellyfin.changelog Changelog unavailable for jellyfin=10.5.5-1
`

System (please complete the following information):

  • OS: Debian 10
  • Virtualization: None
  • Jellyfin Version: 10.5.5-1

To Reproduce

  1. run apt changelog jellyfin

Expected behavior

A listing of the changelog for the debian package.

Originally created by @rexbron on GitHub (Apr 30, 2020). **Describe the bug** `$ apt changelog jellyfin E: Failed to fetch changelog:/jellyfin.changelog Changelog unavailable for jellyfin=10.5.5-1 ` **System (please complete the following information):** - OS: Debian 10 - Virtualization: None - Jellyfin Version: 10.5.5-1 **To Reproduce** <!-- Steps to reproduce the behavior: --> 1. run `apt changelog jellyfin` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> A listing of the changelog for the debian package.
OVERLORD added the bugstale labels 2026-02-06 21:11:54 +03:00
Author
Owner

@telans commented on GitHub (Jun 24, 2020):

Pretty sure this is fixed on nightlies

@telans commented on GitHub (Jun 24, 2020): Pretty sure this is fixed on nightlies
Author
Owner

@joshuaboniface commented on GitHub (Jul 6, 2020):

The release changelogs simply link to the GitHub release pages. They should work though, but it seems both stable and unstable packages don't list the changelog. This doesn't make much sense since they're definitely included, unless there's something wrong with our dpkg-buildpackage command.

@joshuaboniface commented on GitHub (Jul 6, 2020): The release changelogs simply link to the GitHub release pages. They should work though, but it seems both stable and unstable packages don't list the changelog. This doesn't make much sense since they're definitely included, unless there's something wrong with our `dpkg-buildpackage` command.
Author
Owner

@joshuaboniface commented on GitHub (Jul 6, 2020):

The changelog file is definitely there, e.g.

$ zcat /usr/share/doc/jellyfin-server/changelog.Debian.gz 
jellyfin-server (20200703.8-unstable) unstable; urgency=medium

  * Jellyfin Server unstable build 20200703.8 for merged PR #3495

 -- Jellyfin Packaging Team <packaging@jellyfin.org>  Fri, 03 Jul 2020 18:57:27 +0000

I'm not sure why apt and apt-get can't read them though.

@joshuaboniface commented on GitHub (Jul 6, 2020): The changelog file is definitely there, e.g. ``` $ zcat /usr/share/doc/jellyfin-server/changelog.Debian.gz jellyfin-server (20200703.8-unstable) unstable; urgency=medium * Jellyfin Server unstable build 20200703.8 for merged PR #3495 -- Jellyfin Packaging Team <packaging@jellyfin.org> Fri, 03 Jul 2020 18:57:27 +0000 ``` I'm not sure why `apt` and `apt-get` can't read them though.
Author
Owner

@stale[bot] commented on GitHub (Nov 5, 2020):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@stale[bot] commented on GitHub (Nov 5, 2020): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#1629