bugsaction

Revision 7 as of 2008-08-01 13:02:49

Clear message

Actions made to correct bugs

This page has been written to have a trace about the correction of the packages I have done yet.

#245633: wrong text for a .desktop file https://bugs.launchpad.net/bzr-gtk/+bug/245633 add also some french translation to it and remove deprecated/wrong key in the .desktop

  • Place the bug status to "in progress" and assigned to me
  • Get the source and had a look at it.

As the file to correct is at the root of the source, I had to patch the package.

  • The original maintainer was a Debian one, so I changed the debian/control file:

Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
XSBC-Original-Maintainer: ...
  • used dpatch (as the original maintainer use it) and runned dpatch-edit-patch 04-change-menu-entry.dpatch

    • - vim the right file and change the content of it. Then exit 0 - vim 04-change-menu-entry.dpatch to change the first lines (DP field to give a description of the patch)

(if multiple lines add ## DP: at the begining of each line)

  • - add 04-change-menu-entry.dpatch to debian/patch/00list

  • run desktop-file-validate olive-gtk.desktop to validate the desktop file

  • run dch -i to update the debian/changelog file and added (LP: #245633)

bzr-gtk (0.94.0-1ubuntu1) intrepid; urgency=low

  * add 04-change-menu-entry.dpatch to fix name and add french translations in olive-gtk.desktop (LP: #245633)

 -- Didier Roche <didrocks@ubuntu-fr.org>  Thu, 31 Jul 2008 18:08:15 +0200
  • rebuild the source package with debuild -S (for new diff.gz and .dsc file)

  • Finally: debdiff bzr-gtk_0.94.0-1.dsc bzr-gtk_0.94.0-1ubuntu1.dsc > debdiff

(( * build the package for a try: sudo pbuilder build bzr-gtk_0.94.0-1ubuntu1.dsc

  • - the .deb is in /var/cache/pbuilder/result/ - installed in a VM))

  • Attach the debdiff to the bug report, place it back to "confirmed" status and assigned to nobody
  • Send a mail to upstream