Announcement

Collapse
No announcement yet.

Patch descriptions in kubuntu?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Patch descriptions in kubuntu?

    Being new to the kubuntu distribution (intrepid) I have the following question:
    When new patches are available the adept panel icon becomes active, when clicked it will start adept in patch/update mode. The packages to be updated/replaced are shown but in this case the descriptions are the installation descriptions while I would like to know what was patched (so instead of saying 'this package contains the linux kernel' I would like to see 'this update of the linux kernel fixes problem x with graphics card y'). Is that possible? If not, is there a place where I can find these patch descriptions online?

    Thanks,
    Marcel

    #2
    Re: Patch descriptions in kubuntu

    Hmm - is this what you are looking > APT HOWTO Chapter 5 - Getting information about packages.
    5.5 How to keep informed about the changes in the packages.

    Every package installs in its documentation directory (/usr/share/doc/packagename) a file called changelog.Debian.gz which contains the list of changes made to the package since the last version. You can read these files with zless' help, for example, but it is something not so easy, after an complete system upgrade, to start searching changelogs for every upgraded package.

    There's a way to automatize this task by means of a tool called apt-listchanges. To begin with one needs to install the apt-listchanges package. During the package installation, Debconf will configure it. Some questions may not be shown to you depending on the priority you set up Debconf to use. Answer to the questions as you want.

    The first question asks how you want the changes to be showed by apt-listchanges. You can have them mailed to you, which is good for automatic upgrades, or you can ask them in a pager like less, so you can inspect the changes before leting the upgrade continue. If you don't want apt-listchanges running automaticaly during upgrades you can answer none.

    After apt-listchanges is installed, as soon as packages are downloaded (or gotten from a CD or mounted disk) by apt it will show the lists of changes made to those packages before installing them.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Patch descriptions in kubuntu?

      Thanks, that was it!
      (/usr/share/doc/packagename)

      Comment

      Working...
      X