--- bug-buddy-2.18.1.orig/debian/menu +++ bug-buddy-2.18.1/debian/menu @@ -0,0 +1,8 @@ +?package(bug-buddy): \ + needs="X11" \ + section="Apps/System" \ + title="GNOME Bug Report Tool" \ + command="/usr/bin/bug-buddy" \ + hints="Bug reporting" \ + icon="/usr/share/pixmaps/bug-buddy.xpm" \ + longtitle="GNOME Bug Report Tool" --- bug-buddy-2.18.1.orig/debian/control +++ bug-buddy-2.18.1/debian/control @@ -0,0 +1,19 @@ +Source: bug-buddy +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Andrew Lau +Build-Depends: autotools-dev, cdbs (>= 0.4.25), debhelper (>= 4.2.23), dh-buildinfo, gnome-doc-utils, gnome-pkg-tools, libbonobo2-dev, libglade2-dev, libgnome-desktop-dev (>= 2.6), libgnome-menu-dev (>= 2.11.1), libxml2-utils, libxml-parser-perl, scrollkeeper, xsltproc, libgtk2.0-dev (>= 2.9), libxml2-dev (>= 2.4.6), libsoup2.2-dev (>= 2.2.96), libgtop2-dev (>= 2.13.3), libebook1.2-dev (>= 1.3.0) +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Kilian Krause , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons +Standards-Version: 3.7.2 + +Package: bug-buddy +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, gdb, scrollkeeper +Description: GNOME Desktop Environment bug reporting tool + The goal of bug-buddy is to make reporting bugs very simple and easy for users, + while making the reports themselves more useful and informative for developers. + It can extract debugging information from a core file or crashed application + (via gnome_segv). + . + Homepage: http://bugzilla.gnome.org/ --- bug-buddy-2.18.1.orig/debian/rules +++ bug-buddy-2.18.1/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +# CDBS Classes & Rules +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +# Compile options +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" +DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper + +# Debhelper Arguments +DEB_DH_INSTALL_ARGS += debian/bug-buddy.xpm usr/share/pixmaps/ + +# Record build-time version information +binary-post-install/bug-buddy:: + /usr/bin/dh_buildinfo --- bug-buddy-2.18.1.orig/debian/watch +++ bug-buddy-2.18.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.17/ \ + bug-buddy-(.*)\.tar\.gz \ + debian uupdate --- bug-buddy-2.18.1.orig/debian/changelog +++ bug-buddy-2.18.1/debian/changelog @@ -0,0 +1,336 @@ +bug-buddy (2.18.1-0ubuntu1) feisty; urgency=low + + * New upstream version + + -- Sebastien Bacher Mon, 9 Apr 2007 15:13:47 +0200 + +bug-buddy (2.18.0-0ubuntu1) feisty; urgency=low + + * New upstream version: + - Removed Application from .desktop file + + -- Sebastien Bacher Tue, 13 Mar 2007 01:25:56 +0100 + +bug-buddy (2.17.4-0ubuntu1) feisty; urgency=low + + * New upstream version: + - Don't register with the session manager (Ubuntu: #70368) + - Fix invalid read in the gmenu code + - Search for desktop files in the autostart dir too + - Compiler warning fixes + - String fixes + - Fix "looks for non-existing Desktop when saving" (Ubuntu: #55131) + - Fix "Doesn't display crashed program name" (Ubuntu: #62592) + * debian/control.in: + - package maintained by the Ubuntu Desktop Team + + -- Sebastien Bacher Mon, 26 Feb 2007 22:53:34 +0100 + +bug-buddy (2.17.3-0ubuntu1) feisty; urgency=low + + * New upstream version: + - Removed status bar + - Lock some text on the report + - Detect sensitive words (regarding privacy) on the report + and add a warning and highlight them + - Lot of UI and strings clean ups + - Fix leaks + - Don't submit reports with less than 3 steps in the trace + - Do not block the UI while gdb is working! + - Reworked the email check code + + -- Sebastien Bacher Mon, 18 Dec 2006 10:25:16 +0100 + +bug-buddy (2.17.2-0ubuntu1) feisty; urgency=low + + * Sync with Debian + * New upstream version: + - Fix last minute problems on 2.17.1 with the link button + - Don't set priority/severity on non-crashers. + * Changes from 2.17.0: + - Add more system info to bug-buddy reports + - Misc fixes + - Ask the user to fill the report in English + - Add a X-GNOME-Bugzilla-ExtraInfoScript/bugzilla:extra_info_script + field to allow applications to run a custom script to collect + more information (based on an idea from Federico Mena-Quintero) + - Only load current application icon. Improves performace from 10% to 90%. + - Limit stack traces deep + - Add a help button + - Use a new window to allow the user review the information. Allow him + to copy/edit this information. + * debian/patches/00_menu-change.patch: + - MenusRevisited spec + * debian/watch: + - updated + + -- Sebastien Bacher Mon, 4 Dec 2006 09:40:09 +0100 + +bug-buddy (2.16.0-1) experimental; urgency=low + + * New upstream release. + * Build-depend on GTK+ 2.9. + * Add build-dependencies on libxml2, libsoup, libebook and libgtop. + * Update watch file. + * applications-menu.patch: removed, upstream uses its own menu file + now. + + -- Josselin Mouette Sat, 9 Sep 2006 19:03:53 +0200 + +bug-buddy (2.14.0-1) unstable; urgency=low + + * New upstream release. + * [debian/copyright] Updated. Bug-buddy is now licensed under the GPL v2 + exclusively. + + -- J.H.M. Dassen (Ray) Sat, 1 Apr 2006 12:30:02 +0200 + +bug-buddy (2.12.1-2) unstable; urgency=low + + * Upload to unstable. + * applications-menu.patch: in Debian the menu is named + "gnome-applications.menu". + + -- Josselin Mouette Sun, 8 Jan 2006 14:19:50 +0100 + +bug-buddy (2.12.1-1) experimental; urgency=low + + * New upstream releases. + - Bump libgnomemenu build-dep to >= 2.11.1. [debian/control, + debian/control.in] + - Add gtk build-dep on >= 2.6. [debian/control, debian/control.in] + - Update watch file. [debian/watch] + * Don't run scrollkeeper. [debian/rules] + + -- Loic Minier Thu, 27 Oct 2005 22:17:14 +0200 + +bug-buddy (2.10.0-4) unstable; urgency=high + + * Urgency high for RC bug fix. + * Add misc:depends. (Closes: #333731) + + -- Loic Minier Thu, 13 Oct 2005 15:32:16 +0200 + +bug-buddy (2.10.0-3) unstable; urgency=low + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + + [ Loic Minier ] + * Don't overwrite DEB_DH_INSTALL_ARGS completely. + * Add CDBS' utils. + * Fix copyright. + * Bump up Standards-Version to 3.6.2. + + -- Loic Minier Sun, 2 Oct 2005 20:19:39 +0200 + +bug-buddy (2.10.0-2) unstable; urgency=low + + * Move from experimental into unstable branch of Debian. + * [debian/rules]: + - Record compile-time dependency versions using dh_buildinfo + + -- Andrew Lau Wed, 8 Jun 2005 00:47:59 +1000 + +bug-buddy (2.10.0-1) experimental; urgency=low + + * New upstream release for GNOME 2.10. + * [debian/control.in]: + - Add build dependencies on gnome-doc-utils, libgnome-menu-dev, + libxml2-utils and xsltproc + * [debian/rules]: + - Deflate dependencies via ld's --as-needed option. + + -- Andrew Lau Wed, 4 May 2005 02:15:22 +1000 + +bug-buddy (2.9.2-1) experimental; urgency=low + + * New upstream developmental release. + - Patches merged: 00_omf.patch + * Provide hint for Debian menu entry. + + [debian/menu] + (closes: #284641) + + -- Andrew Lau Thu, 20 Jan 2005 01:01:07 +1100 + +bug-buddy (2.8.0-3) unstable; urgency=medium + + * Manpage written for Debian merged upstream. + + [debian/rules] + * Correct invalid .omf-file. + + [debian/patches/00_omf.patch] + (closes: #280641) + + -- Andrew Lau Tue, 7 Dec 2004 17:37:36 +1100 + +bug-buddy (2.8.0-2) unstable; urgency=low + + * Upload to unstable. + Jordi Mallach: + * debian/control.in: bump cdbs to (>= 0.4.24) and debhelper + to (>= 4.2.23) for dh_desktop support. + + -- Sebastien Bacher Thu, 18 Nov 2004 16:08:27 +0100 + +bug-buddy (2.8.0-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 13 Sep 2004 17:59:23 +0200 + +bug-buddy (2.7.92-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Thu, 9 Sep 2004 08:02:49 +0200 + +bug-buddy (2.7.91-1) experimental; urgency=low + + * New upstream development release. + * [debian/menu] Quote all values. + * [debian/watch] Updated from subversion. + + -- J.H.M. Dassen (Ray) Sat, 21 Aug 2004 20:00:27 +0200 + +bug-buddy (2.7.0-1) experimental; urgency=low + + * GNOME Team Upload. + * New (development) upstream release. + + -- Sebastien Bacher Mon, 28 Jun 2004 15:53:17 +0200 + +bug-buddy (2.6.1-3) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Wed, 26 May 2004 21:35:23 +0200 + +bug-buddy (2.6.1-2) experimental; urgency=low + + * Bump libgnome-desktop-dev in Build-Depends up to (>= 2.6.0). + + -- Andrew Lau Fri, 23 Apr 2004 01:38:12 +1000 + +bug-buddy (2.6.1-1) experimental; urgency=low + + * Gnome Team Upload. + * New upstream release. + + -- Sebastien Bacher Fri, 16 Apr 2004 21:20:09 +0200 + +bug-buddy (2.6.0-1) experimental; urgency=low + + * Gnome Team Upload. + * New upstream release. + * debian/control.in: + + Updated Build-Depends. + * debian/bug-buddy.postinst: + + Handle the new schemas file. + + -- Sebastien Bacher Sat, 27 Mar 2004 17:25:19 +0100 + +bug-buddy (2.4.2-1) unstable; urgency=low + + * New upstream release. + - Fixed segfault on startup if net connection unavailable. + (closes: #222792) + + -- Andrew Lau Tue, 27 Jan 2004 01:07:28 +1100 + +bug-buddy (2.4.1.1-1) unstable; urgency=low + + * New upstream release. (closes: #221088) + - Updated translations. + (closes: #156151) + * Debian Standards-Version: 3.6.1 + * Switched from Debhelper to the Common Debian Build System. + * Scrollkeeper integration fixed. + (closes: #191938, #219923) + * Added gdb to Depends. + (closes: #218517) + * Thanks: David LaBissoniere for his previous work on + bug-buddy. + + -- Andrew Lau Thu, 20 Nov 2003 16:53:11 +1100 + +bug-buddy (2.2.0-3) unstable; urgency=low + + * fixed debian/rules bug (closes: #162717) + + -- David LaBissoniere Fri, 25 Oct 2002 19:39:35 -0400 + +bug-buddy (2.2.0-2) unstable; urgency=low + + * changed make clean to make distclean in debian/rules. (closes: #160065) + + -- David LaBissoniere Sat, 28 Sep 2002 15:50:52 -0400 + +bug-buddy (2.2.0-1) unstable; urgency=low + + * New upstream release. + * Compiled against libgtk2.0-0png3 (closes: #157316) + * I think that this release also fixes these scrollkeeper issues. + Feel free to reopen if i am mistaken. (closes: #153660, #153882) + + -- David LaBissoniere Sat, 24 Aug 2002 19:54:49 -0400 + +bug-buddy (2.1.6-1) unstable; urgency=low + + * New upstream release. + * Compiled against newer gtk. (closes: #146859) + * This wasn't actually a bug-buddy issue and the submitter found the + solution themselves. (closes: #146428) + + -- David LaBissoniere Thu, 16 May 2002 20:05:02 -0400 + +bug-buddy (2.1.5-1) unstable; urgency=low + + * New upstream release. + * This bug was nver reproduceable for me, but regardless, this + recompile should fix it. (closes: #137491) + + -- David LaBissoniere Fri, 19 Apr 2002 18:33:00 -0400 + +bug-buddy (2.1.4-2) unstable; urgency=low + + * Recompiled with newer gnome2 libs. (closes: #139880, #137491) + + -- David LaBissoniere Sun, 31 Mar 2002 14:08:05 -0500 + +bug-buddy (2.1.4-1) unstable; urgency=low + + * New upstream release. + + -- David LaBissoniere Thu, 21 Mar 2002 20:55:25 -0500 +bug-buddy (2.1.3-2) unstable; urgency=low + + * All the gnome2 depends are now apparently out of incoming and working, (closes: #133642, #135031, #135034, #135033, #135036) + * Fix a few dependencies. + + -- David LaBissoniere Fri, 1 Mar 2002 20:10:30 -0500 + +bug-buddy (2.1.3-1) unstable; urgency=low + + * New upstream release after far too long. (closes: #130117) + + -- David LaBissoniere Sat, 9 Feb 2002 15:35:01 -0500 + +bug-buddy (2.0.8-1) unstable; urgency=low + + * New upstream release. Yeh, I missed a few others in there too. =P (closes: #110690) + * I kinda sorta omitted a comma in the Build-Depends line in the last release (closes: #108172) + + -- David LaBissoniere Thu, 30 Aug 2001 21:25:23 -0400 + +bug-buddy (2.0.1-2) unstable; urgency=low + + * Added missing build depends (closes: #98917) + + -- David LaBissoniere Thu, 31 May 2001 19:08:20 -0400 + +bug-buddy (2.0.1-1) unstable; urgency=low + + * New upstream release. + + -- David LaBissoniere Wed, 11 Apr 2001 12:47:11 -0400 --- bug-buddy-2.18.1.orig/debian/compat +++ bug-buddy-2.18.1/debian/compat @@ -0,0 +1 @@ +4 --- bug-buddy-2.18.1.orig/debian/bug-buddy.xpm +++ bug-buddy-2.18.1/debian/bug-buddy.xpm @@ -0,0 +1,171 @@ +/* XPM */ +static char *bug-buddy[] = { +/* columns rows colors chars-per-pixel */ +"32 32 133 2", +" c #000000", +". c #080804", +"X c #0C0C0B", +"o c #0F100B", +"O c #10110E", +"+ c #1B1802", +"@ c #141413", +"# c #171912", +"$ c #191B14", +"% c #1C1C1B", +"& c #202217", +"* c #21221E", +"= c #24291D", +"- c #2E370D", +"; c #342B0C", +": c #242423", +"> c #272825", +", c #282723", +"< c #292B25", +"1 c #2B2C2B", +"2 c #2D3024", +"3 c #2E3129", +"4 c #313524", +"5 c #31352A", +"6 c #35392A", +"7 c #3A3D2D", +"8 c #333332", +"9 c #393B35", +"0 c #3A3C39", +"q c #3E422E", +"w c #3D4134", +"e c #3E403B", +"r c #524408", +"t c #5E5112", +"y c #464D29", +"u c #484326", +"i c #4A4F26", +"p c #404530", +"a c #40443C", +"s c #454B34", +"d c #494C35", +"f c #484B3D", +"g c #4F582B", +"h c #4E5436", +"j c #4D543A", +"k c #51593D", +"l c #454545", +"z c #474A43", +"x c #494C44", +"c c #4C4D4B", +"v c #4A5240", +"b c #4E5349", +"n c #4E5940", +"m c #51544C", +"M c #565D41", +"N c #54584F", +"B c #535353", +"V c #575B51", +"C c #595D53", +"Z c #5E5E5E", +"A c #5B6244", +"S c #5A694C", +"D c #5E6354", +"F c #62664D", +"G c #646D4A", +"H c #646855", +"J c #6A6E52", +"K c #6A6D5F", +"L c #69714E", +"P c #6E7455", +"I c #6F715B", +"U c #717753", +"Y c #757B55", +"T c #777F59", +"R c #646464", +"E c #696C60", +"W c #6C6C6C", +"Q c #797D6F", +"! c #777777", +"~ c #7C7C7C", +"^ c #7D835C", +"/ c #7E8363", +"( c #7F8A67", +") c #999148", +"_ c #919455", +"` c #858B62", +"' c #8D946A", +"] c #849474", +"[ c #969C72", +"{ c #999E79", +"} c #9DA47A", +"| c #A2A97D", +" . c #818181", +".. c #979984", +"X. c #929292", +"o. c #9D9D9D", +"O. c #A1A585", +"+. c #A1A488", +"@. c #A0A393", +"#. c #ACB28B", +"$. c #B4B79E", +"%. c #B5B896", +"&. c #B6BA98", +"*. c #B8BB9C", +"=. c #A4A4A4", +"-. c #A8A8A8", +";. c #B3B7A1", +":. c #BBBEA5", +">. c #BBBEAB", +",. c #B4B4B4", +"<. c #BDBDBD", +"1. c #BEC1A7", +"2. c #BFC1A8", +"3. c #C2C5AD", +"4. c #C5CBAC", +"5. c #C5CAB2", +"6. c #C8CCB6", +"7. c #CDCFBB", +"8. c #CED1BC", +"9. c #D0D3BE", +"0. c #C3C3C3", +"q. c gray80", +"w. c #D4D6C3", +"e. c #D6D9C4", +"r. c #D8DAC7", +"t. c #D9DBCA", +"y. c #D4D4D4", +"u. c #DBDBDB", +"i. c #E2E2E2", +"p. c #ECECEC", +"a. c #F4F4F4", +"s. c #FEFEFE", +"d. c None", +/* pixels */ +"d.d.d.d.d.d.d.d.d.d. 0 X.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.d. @ . d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d. @ @ d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d. 1 X d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d. . + u ; d.d.<.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.O @ . r ) t . . + . * 0 d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.X % # h I E j y _ y : % d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.@ > 5 P | 4.5.] S g - : d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.. C $.2.:.&.#.} ( k = . X . d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d. a :.6.5.5.2.+.{ [ ^ k X @ X d.d.d.d.d.", +"d.d.d.d.d. 9 $.7.w.e.w.;.V O.} ` Y 2 X @ d.d.d.d.d.", +"d.d.d.d.. % ..5.9.e.t.e.Q a #.} ` Y k # d.d.d.d.d.", +"d.d.d.% B : 7 *.3.7.w.r.@.w m #.} ^ T A # d.d.d.d.d.d.", +"d.d.: * % o / &.:.6.7.>.N z D #.} ^ U A & d.d.d.d.d.d.", +"d.d.X X d { #.%.:.3.E 0 B D | ' ^ L k & d.d.d.d.d.d.", +"d.d.@ $ Y ' | #.%.+.5 z C H [ ` U G k $ d.d.d.d.d.d.", +"d.1 % X # Y ^ ' { { f 9 C m F ` Y L A s # d.d.d.d.d.d.", +"d.X . X p L U ^ ` J : z D x S Y L A j w o d.d.d.d.d.d.", +"d. 1 7 k S L P 2 5 C N e A S A j s 5 . @ d.d.d.d.d.d.", +"O $ * 4 h k A j * 0 C b 9 k k j s q : @ . d.d.d.d.d.d.", +" . % . 2 w s s < < x c a 5 h s p 7 6 # . X d.d.d.d.d.", +" % X = 6 q 6 % 8 b z 0 3 w q 6 5 2 . . % d.d.d.d.d.", +"d. @ X # 3 3 : $ 9 z 0 > < 6 4 3 < @ X . d.d.d.d.d.d.", +"d. @ X < 2 % & 8 e 5 : > 3 < < = X X d.d.d.d.d.d.", +"d. 1 @ : @ @ > 3 : $ < > > : @ . d.d.d.d.d.d.d.", +"d. . X . # % O @ > : : @ X . d.d.d.d.d.d.d.d.", +"d.d.d.d. $ * % . X . d.d.d.d.d.d.d.d.", +"d.d.d.d.d. O . X $ d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d. . : d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d. X d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.d.. d.d.d.d.d.d.d.d.d.d.d.d.", +"d.d.d.d.d.d.d.d.d.d.d.d.X d.d.d.d.d.d.d.d.d.d.d.d.d.d." +}; --- bug-buddy-2.18.1.orig/debian/control.in +++ bug-buddy-2.18.1/debian/control.in @@ -0,0 +1,19 @@ +Source: bug-buddy +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Andrew Lau +Build-Depends: autotools-dev, cdbs (>= 0.4.25), debhelper (>= 4.2.23), dh-buildinfo, gnome-doc-utils, gnome-pkg-tools, libbonobo2-dev, libglade2-dev, libgnome-desktop-dev (>= 2.6), libgnome-menu-dev (>= 2.11.1), libxml2-utils, libxml-parser-perl, scrollkeeper, xsltproc, libgtk2.0-dev (>= 2.9), libxml2-dev (>= 2.4.6), libsoup2.2-dev (>= 2.2.96), libgtop2-dev (>= 2.13.3), libebook1.2-dev (>= 1.3.0) +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 + +Package: bug-buddy +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, gdb, scrollkeeper +Description: GNOME Desktop Environment bug reporting tool + The goal of bug-buddy is to make reporting bugs very simple and easy for users, + while making the reports themselves more useful and informative for developers. + It can extract debugging information from a core file or crashed application + (via gnome_segv). + . + Homepage: http://bugzilla.gnome.org/ --- bug-buddy-2.18.1.orig/debian/copyright +++ bug-buddy-2.18.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Andrew Lau on +Tue Nov 18 03:21:25 EST 2003 + +It was downloaded from + +Upstream Authors and Copyright Holders: + Jacob Berkman + Fernando Herrera + +License: + +This program is free software; you can redistribute it and/or modify it +under the terms of version 2 of the GNU General Public License as published +by the Free Software Foundation. + +This package is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along with +this package; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- bug-buddy-2.18.1.orig/debian/patches/00_menu-change.patch +++ bug-buddy-2.18.1/debian/patches/00_menu-change.patch @@ -0,0 +1,12 @@ +diff -Nur bug-buddy-2.16.0/src/bug-buddy.desktop.in.in bug-buddy-2.16.0.new/src/bug-buddy.desktop.in.in +--- bug-buddy-2.16.0/src/bug-buddy.desktop.in.in 2006-09-04 17:17:16.000000000 +0200 ++++ bug-buddy-2.16.0.new/src/bug-buddy.desktop.in.in 2006-09-05 10:57:55.000000000 +0200 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Bug Report Tool + _Comment=Report a bug in GNOME-based applications +-Exec=bug-buddy ++Exec=gnome-open https://launchpad.net/distros/ubuntu/+filebug + Icon=bug-buddy + Terminal=false + Type=Application