• Devuan project
  • devuan-project
  • Issues
  • #75

Closed
Open
Opened 2016-10-09T22:24Z by fsmithred @fsmithred

Package long descriptions missing

Synaptic, 'aptitude show' and 'apt-cache show' will show the long description only for packages that have been modified by devuan. All other packages have the short description.

After a fresh install, this behavior does not begin until the first update of the package cache. Before that, long descriptions are available for all packages.

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

  • golinux
    golinux @golinux · 2016-10-19T17:31Z

    Adding to this from a comment posted on talk.do :

    • Provide Contents files at the central repository.

    • Review some popular build tools' configurations (like for example pbuilder) to use Devuan mirrors instead of Debian ones, to avoid inserting dependencies to systemd by mistake when building devuan packages.

  • Ottavio Caruso
    Ottavio Caruso @ottavio · 2018-07-16T17:04Z

    I can confirm this is still happening using either jessie or ascii repos.

    Please see: https://dev1galaxy.org/viewtopic.php?id=2231

    Or I can replicate the issue if needed.

  • KatolaZ
    KatolaZ @KatolaZ · 2018-07-18T09:32Z

    That's not due to the lack of Contents files (those are available from deb.devuan.org) rather to the lack of Translation files and the correspondinf indices. We planned to include them but the main problem is that the documentation about them is very scarce and incomplete on Debian's side...

  • Ottavio Caruso
    Ottavio Caruso @ottavio · 2018-07-18T11:08Z

    Is there an immediate workaround? Would changing locale to default have any effect?

  • KatolaZ
    KatolaZ @KatolaZ · 2018-07-18T11:22Z

    There is no immediate workaround, and changing locale won't help. You can still search the actual contents of packages usingapt-file search, if that might be of any help.

  • Ottavio Caruso
    Ottavio Caruso @ottavio · 2018-07-18T13:32Z

    What about this: https://git.devuan.org/devuan-infrastructure/amprolla/issues/8

    Workaround with recentapt:

    deb [targets=Translations] http://httpredir.debian.org/debian sid main contrib non-free

    Would that work?

    Obviously there would still be a cross contamination of sources from Debian and Devuan.

  • KatolaZ
    KatolaZ @KatolaZ · 2018-07-18T14:40Z

    If you are happy with that...

    We can't suggest that as an "official" workaround, because it does not work with all the versions of apt, those files are not served by Devuan repos, and they cotain material that is not present in Devuan repos.