bugsaction
Actions made to correct bugs
This page has been written to have a trace about the correction of the packages I have done yet.
Bug # (no desktop entry) and # (FTBFS)
Try to compile actual sgt-puzzles (sudo pbuilder build sgt-puzzles_7983-1.dsc) => FTBFS
- Fill a bug and want to be confirmed (as seen first by warp10)
Begin to work on the FTBFS first, with https://wiki.ubuntu.com/CompilerFlags: change the flag
'''#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
https://wiki.ubuntu.com/DidierRoche/MOTU/bugsaction?action=edit
- 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/patches/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, add french translation and
remove some deprecated keys in olive-gtk.desktop (LP: #245633)
-- Didier Roche <didrocks@...> Fri, 01 Aug 2008 15:14:06 +0200rebuild 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/ - install in a VM
run desktop-file-validate olive-gtk.desktop to validate the desktop file
test the debdiff by patch -p1 < debdiff
- Attach the debdiff to the bug report, place it back to "confirmed" status and assigned to nobody, subscribe u-u-s
Added tags intrepid origin-ubuntu ubuntu-patch (cf https://wiki.ubuntu.com/Bugs/Debian/Usertagging)
- Send a mail to upstream
["CategoryMOTULog"]