Will the packages you rely on be part of Debian Jessie?

The start of the jessie freeze is quickly approaching, so now is a good time to ensure that packages you rely on will the part of the upcoming release. Thanks to automated removals, the number of release critical bugs has been kept low, but this was achieved by removing many packages from jessie: 841 packages from unstable are not part of jessie, and won’t be part of the release if things don’t change.

It is actually simple to check if you have packages installed locally that are part of those 841 packages:

  1. apt-get install how-can-i-help (available in backports if you don’t use testing or unstable)
  2. how-can-i-help --old
  3. Look at packages listed under Packages removed from Debian ‘testing’ and Packages going to be removed from Debian ‘testing’

Then, please fix all the bugs :-) Seriously, not all RC bugs are hard to fix. A good starting point to understand why a package is not part of jessie is tracker.d.o.

On my laptop, the two packages that are not part of jessie are the geeqie image viewer (which looks likely to be fixed in time), and josm, the OpenStreetMap editor, due to three RC bugs. It seems much harder to fix… If you fix it in time for jessie, I’ll offer you a $drink!

6 thoughts on “Will the packages you rely on be part of Debian Jessie?

  1. Looking at –old it show ‘gifts’ as well

    Its is a terrible tag… It sounds like is a gift you take

  2. Hi Lucas,

    Just tried on a fresh Jessie Beta 1 install and very few packages are shown


    root@jessie:/var/log# how-can-i-help --old
    ====== How can you help? (doc: http://wiki.debian.org/how-can-i-help ) ======

    Packages where help is needed, including orphaned ones (from WNPP):
    - at - https://bugs.debian.org/675322 - ITA (Someone working on adoption)
    - gnupg - https://bugs.debian.org/660685 - RFH (Maintainer looking for help)
    - grub2 - https://bugs.debian.org/248397 - RFH (Maintainer looking for help)
    - openssl - https://bugs.debian.org/332498 - RFH (Maintainer looking for help)
    - xml-core - https://bugs.debian.org/660687 - RFH (Maintainer looking for help)

    Bugs suitable for new contributors (tagged 'gift'):
    - apt - https://bugs.debian.org/80123 - Pre-Download hook
    - apt - https://bugs.debian.org/711456 - apt-cdrom: MultiArch support with a single CD-ROM drive
    - aptitude - https://bugs.debian.org/174820 - aptitude: I hit '+' on a virtual package, and nothing happens
    - aptitude - https://bugs.debian.org/492432 - aptitude: fetch and display copyright (like changelog)
    - aptitude - https://bugs.debian.org/497137 - "download" command ignores cache and directly goes to HTTP!
    - aptitude - https://bugs.debian.org/693847 - aptitude: Repeated "Downloaded" lines w/ http.debian.net

  3. This is expected, given that how-can-i-help only considers locally installed packages by default. You can run how-can-i-help –old –all if you want to see the status of all packages in Debian.

Comments are closed.