bugsaction

Differences between revisions 4 and 5
Revision 4 as of 2008-08-01 06:36:59
Size: 1686
Editor: 91
Comment:
Revision 5 as of 2008-08-01 11:43:48
Size: 1855
Editor: 91
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

 * Place the bug status to "in progress" and assigned to me
Line 37: Line 39:
  * build the package for a try: '''sudo pbuilder build bzr-gtk_0.94.0-1ubuntu1.dsc''' (( * build the package for a try: '''sudo pbuilder build bzr-gtk_0.94.0-1ubuntu1.dsc'''
Line 39: Line 41:
    - installed in a VM     - installed in a VM))
Line 41: Line 43:
  * Attach the debdiff to the bug report, place it back to "confirmed" status and assigned to nobody

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

  • 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 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


DidierRoche/MOTU/bugsaction (last edited 2009-03-23 11:59:52 by 91)