--- bug-buddy-2.20.1+dfsg.orig/debian/control +++ bug-buddy-2.20.1+dfsg/debian/control @@ -0,0 +1,41 @@ +Source: bug-buddy +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 5), + dh-buildinfo, + gnome-doc-utils, + gnome-pkg-tools (>= 0.10), + 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.12), + libxml2-dev (>= 2.4.6), + libsoup2.2-dev (>= 2.2.96), + libgtop2-dev (>= 2.13.3), + libebook1.2-dev (>= 1.3.0), + libelf-dev +Uploaders: J.H.M. Dassen (Ray) , Josselin Mouette , Loic Minier , Sebastian Dröge , Sjoerd Simons +Standards-Version: 3.7.2 + +Package: bug-buddy +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + gdb, + scrollkeeper, + gnome-desktop-data (>= 2.20.0-2) +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.20.1+dfsg.orig/debian/rules +++ bug-buddy-2.20.1+dfsg/debian/rules @@ -0,0 +1,22 @@ +#!/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 +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +# Compile options +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-google-breakpad + +# Debhelper Arguments +DEB_DH_INSTALL_ARGS += debian/bug-buddy.xpm usr/share/pixmaps/ + +binary-post-install/bug-buddy:: + cd debian/$(cdbs_curpkg)/usr/lib/gtk-2.0/modules && \ + rm -f *.a *.la +# Record build-time version information + dh_buildinfo --- bug-buddy-2.20.1+dfsg.orig/debian/watch +++ bug-buddy-2.20.1+dfsg/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/bug-buddy/([\d\.]+)[02468]/bug-buddy-([\d\.]+)\.tar\.gz --- bug-buddy-2.20.1+dfsg.orig/debian/changelog +++ bug-buddy-2.20.1+dfsg/debian/changelog @@ -0,0 +1,361 @@ +bug-buddy (2.20.1+dfsg-1) unstable; urgency=low + + * New upstream release. + + Fixes crashes in SWT applications. + Closes: #443990, #443820, #445134, #445442. + * Repackaged without convert_UTF.c, which has a non-free license. + * 01_email-rfc3696.patch: dropped, merged upstream. + * 02_disable_breakpad.patch: updated. + * Require GTK+ 2.12. + * Remove the .so dance in the modules dir, upstream now does things + correctly. + + -- Josselin Mouette Tue, 16 Oct 2007 11:14:07 +0200 + +bug-buddy (2.20.0-3) unstable; urgency=low + + * 02_disable_breakpad.patch: Changed so configure provides a + --disable-google-breakpad option. Also fixes ftbs on i386 (Closes: #443588) + * debian/rules: Add --disable-google-breakpad to DEB_CONFIGURE_EXTRA_FLAGS + * 01_email-rfc3696.patch: Made the code simpler and not free data it + shouldn't + + -- Sjoerd Simons Sun, 23 Sep 2007 15:34:19 +0200 + +bug-buddy (2.20.0-2) unstable; urgency=low + + * copyright: updated to point to GPL-2. + * 02_disable_breakpad.patch: disable breakpad support, as part of the + code is licensed under the Apache license version 2 which is + incompatible with the GPLv2, and bug-buddy is GPLv2 only. + + -- Josselin Mouette Fri, 21 Sep 2007 22:11:38 +0200 + +bug-buddy (2.20.0-1) unstable; urgency=low + + [ Loic Minier ] + * Set Maintainer to Debian GNOME Maintainers. + * Wrap build-deps and deps. + + [ Josselin Mouette ] + * New upstream release. + * Build-depend on libelf-dev. + * Remove menu entry, it's useless. + * Clean the mess installed in the GTK+ modules directory. + * Depend on gnome-desktop-data 2.20.0-2 for gnome-version. + Closes: #438339. + * 01_email-rfc3696.patch: Patch from Ben Finney to allow all valid + emails per RFC 3696. Closes: #433888. + + -- Josselin Mouette Fri, 21 Sep 2007 21:11:33 +0200 + +bug-buddy (2.18.1-2) unstable; urgency=low + + [ Loic Minier ] + * Use HTTP in copyright URL. + + [ Sebastian Dröge ] + * Upload to unstable, drop check-dist include. + + -- Sebastian Dröge Wed, 25 Apr 2007 07:29:04 +0200 + +bug-buddy (2.18.1-1) experimental; urgency=low + + * New upstream release. + + -- Loic Minier Mon, 09 Apr 2007 13:25:15 +0200 + +bug-buddy (2.18.0-1) experimental; urgency=low + + [ Marc 'HE' Brockschmidt ] + * New upstream release + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + + [ Loic Minier ] + * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS. + * Bump up Debhelper compatibility level to 5. + + -- Loic Minier Fri, 30 Mar 2007 20:40:39 +0200 + +bug-buddy (2.16.1-1) experimental; urgency=low + + [ Loic Minier ] + * Fix watch file to track stable releases and use HTTP. + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + + [ Josselin Mouette ] + * New upstream release. + + -- Josselin Mouette Thu, 1 Mar 2007 21:56:12 +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.20.1+dfsg.orig/debian/compat +++ bug-buddy-2.20.1+dfsg/debian/compat @@ -0,0 +1 @@ +5 --- bug-buddy-2.20.1+dfsg.orig/debian/bug-buddy.xpm +++ bug-buddy-2.20.1+dfsg/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.20.1+dfsg.orig/debian/control.in +++ bug-buddy-2.20.1+dfsg/debian/control.in @@ -0,0 +1,41 @@ +Source: bug-buddy +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs (>= 0.4.41), + debhelper (>= 5), + dh-buildinfo, + gnome-doc-utils, + gnome-pkg-tools (>= 0.10), + 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.12), + libxml2-dev (>= 2.4.6), + libsoup2.2-dev (>= 2.2.96), + libgtop2-dev (>= 2.13.3), + libebook1.2-dev (>= 1.3.0), + libelf-dev +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 + +Package: bug-buddy +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + gdb, + scrollkeeper, + gnome-desktop-data (>= 2.20.0-2) +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.20.1+dfsg.orig/debian/patches/02_disable_breakpad.patch +++ bug-buddy-2.20.1+dfsg/debian/patches/02_disable_breakpad.patch @@ -0,0 +1,283 @@ +--- configure.in.orig 2007-10-06 21:25:07.000000000 +0200 ++++ configure.in 2007-10-16 10:49:51.237391396 +0200 +@@ -91,7 +91,11 @@ + AC_CHECK_HEADERS([libelf.h],[],[AC_MSG_ERROR([libelf.h not found.])]) + AC_CHECK_HEADERS([gelf.h],[],[AC_MSG_ERROR([gelf.h not found.])]) + +-AC_CONFIG_SUBDIRS(google-breakpad) ++AC_ARG_ENABLE(google-breakpad, ++ AC_HELP_STRING([--disable-google-breakpad], ++ [compile without google breakpad]), ++ enable_google_breakpad=$enableval, enable_google_breakpad=yes) ++ + GOOGLE_BREAKPAD_SUPPORTED_OS="no" + case $target_os in + solaris*) +@@ -110,12 +114,15 @@ + GOOGLE_BREAKPAD_SUPPORTED_ARCH="yes" ;; + esac + +-if test x$GOOGLE_BREAKPAD_SUPPORTED_OS = xyes ; then ++if test x$enable_google_breakpad = xyes; then ++ if test x$GOOGLE_BREAKPAD_SUPPORTED_OS = xyes ; then + if test x$GOOGLE_BREAKPAD_SUPPORTED_ARCH = xyes ; then + echo "OS and CPU supported: enabling google-breakpad" + AC_DEFINE(ENABLE_GOOGLE_BREAKPAD, 1, [define if google-break is enabled]) ++ AC_CONFIG_SUBDIRS(google-breakpad) + use_google_breakpad=yes + fi ++ fi + fi + + AM_CONDITIONAL(USE_GOOGLE_BREAKPAD, test x$use_google_breakpad = xyes) +--- configure.orig 2007-10-06 21:26:08.000000000 +0200 ++++ configure 2007-10-16 10:50:33.339790675 +0200 +@@ -1574,6 +1574,8 @@ + --disable-libtool-lock avoid locking (might break parallel builds) + --enable-eds Enable support for getting user email from eds + [default=yes] ++ --disable-google-breakpad ++ compile without google breakpad + --enable-compile-warnings=[no/minimum/yes/maximum/error] + Turn on compiler warnings + --enable-iso-c Try to warn if code is not ISO C +@@ -6880,7 +6882,7 @@ + ;; + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 6883 "configure"' > conftest.$ac_ext ++ echo '#line 6885 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -8734,11 +8736,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:8737: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:8739: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:8741: \$? = $ac_status" >&5 ++ echo "$as_me:8743: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -9002,11 +9004,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9005: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9007: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:9009: \$? = $ac_status" >&5 ++ echo "$as_me:9011: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -9106,11 +9108,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9109: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9111: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:9113: \$? = $ac_status" >&5 ++ echo "$as_me:9115: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -10571,7 +10573,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 10574 "configure"' > conftest.$ac_ext ++ echo '#line 10576 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -11435,7 +11437,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext < conftest.$ac_ext <&5) ++ (eval echo "\"\$as_me:13876: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:13878: \$? = $ac_status" >&5 ++ echo "$as_me:13880: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -13975,11 +13977,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:13978: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:13980: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:13982: \$? = $ac_status" >&5 ++ echo "$as_me:13984: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -14511,7 +14513,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 14514 "configure"' > conftest.$ac_ext ++ echo '#line 14516 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -15566,11 +15568,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:15569: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:15571: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:15573: \$? = $ac_status" >&5 ++ echo "$as_me:15575: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -15670,11 +15672,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:15673: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:15675: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:15677: \$? = $ac_status" >&5 ++ echo "$as_me:15679: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -17115,7 +17117,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 17118 "configure"' > conftest.$ac_ext ++ echo '#line 17120 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -17889,11 +17891,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:17892: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:17894: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:17896: \$? = $ac_status" >&5 ++ echo "$as_me:17898: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -18157,11 +18159,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:18160: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:18162: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:18164: \$? = $ac_status" >&5 ++ echo "$as_me:18166: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -18261,11 +18263,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:18264: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:18266: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:18268: \$? = $ac_status" >&5 ++ echo "$as_me:18270: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -19726,7 +19728,7 @@ + libsuff= + case "$host_cpu" in + x86_64*|s390x*|powerpc64*) +- echo '#line 19729 "configure"' > conftest.$ac_ext ++ echo '#line 19731 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -21729,7 +21731,13 @@ + done + + +-subdirs="$subdirs google-breakpad" ++# Check whether --enable-google-breakpad was given. ++if test "${enable_google_breakpad+set}" = set; then ++ enableval=$enable_google_breakpad; enable_google_breakpad=$enableval ++else ++ enable_google_breakpad=yes ++fi ++ + + GOOGLE_BREAKPAD_SUPPORTED_OS="no" + case $target_os in +@@ -21749,7 +21757,8 @@ + GOOGLE_BREAKPAD_SUPPORTED_ARCH="yes" ;; + esac + +-if test x$GOOGLE_BREAKPAD_SUPPORTED_OS = xyes ; then ++if test x$enable_google_breakpad = xyes; then ++ if test x$GOOGLE_BREAKPAD_SUPPORTED_OS = xyes ; then + if test x$GOOGLE_BREAKPAD_SUPPORTED_ARCH = xyes ; then + echo "OS and CPU supported: enabling google-breakpad" + +@@ -21757,8 +21766,11 @@ + #define ENABLE_GOOGLE_BREAKPAD 1 + _ACEOF + ++ subdirs="$subdirs google-breakpad" ++ + use_google_breakpad=yes + fi ++ fi + fi + + if test x$use_google_breakpad = xyes; then --- bug-buddy-2.20.1+dfsg.orig/debian/copyright +++ bug-buddy-2.20.1+dfsg/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-2'.