--- bug-buddy-2.12.1.orig/debian/control +++ bug-buddy-2.12.1/debian/control @@ -0,0 +1,18 @@ +Source: bug-buddy +Section: gnome +Priority: optional +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.0), libxml2-utils, libxml-parser-perl, scrollkeeper, xsltproc +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Carlos Perelló Marín , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Standards-Version: 3.6.2 + +Package: bug-buddy +Architecture: any +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.12.1.orig/debian/patches/00_menu-change.patch +++ bug-buddy-2.12.1/debian/patches/00_menu-change.patch @@ -0,0 +1,16 @@ +--- src/bug-buddy.desktop.in.in 2004-09-12 08:37:42.000000000 +1000 ++++ src/bug-buddy.desktop.in.in.new 2004-09-15 13:47:42.729738280 +1000 +@@ -2,11 +2,11 @@ + Encoding=UTF-8 + _Name=Bug Report Tool + _Comment=Report a bug in GNOME-based applications +-Exec=bug-buddy ++Exec=gnome-open https://bugzilla.ubuntu.com/ + Icon=bug-buddy.png + Terminal=false + Type=Application +-Categories=GNOME;Application;Development; ++Categories=GNOME;Application;System; + StartupNotify=true + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=bug-buddy --- bug-buddy-2.12.1.orig/debian/rules +++ bug-buddy-2.12.1/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +# ==================================================================== +# debian/rules for Bug Buddy +# Common Debian Build System: (C) 2002 Colin Walters +# +# Author: Andrew Lau +# $Id: rules 3303 2005-06-08 18:28:37Z netsnipe-guest $ +# ==================================================================== + +# 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/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.12.1.orig/debian/compat +++ bug-buddy-2.12.1/debian/compat @@ -0,0 +1 @@ +4 --- bug-buddy-2.12.1.orig/debian/changelog +++ bug-buddy-2.12.1/debian/changelog @@ -0,0 +1,278 @@ +bug-buddy (2.12.1-0ubuntu1) breezy; urgency=low + + * New upstream realease: ("iParty 7") + - Fixes: + - Remove duplicate entries from app list (Matthias Clasen) + + -- Daniel Holbach Sat, 1 Oct 2005 11:09:12 +0200 + +bug-buddy (2.12.0-0ubuntu1) breezy; urgency=low + + * New upstream release: ("My fatal fate") + - New and updated translations: + - Jordi Mallach (ca) + - Rhys Jones (cy) + - Yair Hershkovitz (he) + - Gabor Kelemen (hu) + - Žygimantas Beručka (lt) + - Michiel Sikkes (nl) + - Leonid Kanter (ru) + * debian/control.in: + - Bumped Standards-Version. + + -- Daniel Holbach Wed, 7 Sep 2005 12:30:44 +0200 + +bug-buddy (2.11.92-0ubuntu1) breezy; urgency=low + + * New upstream version. + + -- Sebastien Bacher Wed, 24 Aug 2005 10:27:38 +0200 + +bug-buddy (2.11.1-0ubuntu1) breezy; urgency=low + + * New upstream version: + Fixes: + - Fix gcc4 compiler warnings. + Impovements: + - Ported to GtkAboutDialog. + - Port to GtkComboBox. + - Sort frequently reported bugs list. + - Add support for LSB distributions. + + -- Sebastien Bacher Fri, 22 Jul 2005 19:29:44 +0200 + +bug-buddy (2.11.0-0ubuntu1) breezy; urgency=low + + * New upstream version. + * debian/patches/01_gnome_menu.patch: + - fixed with the new version. + * debian/rules: + - don't run scrollkeeper update on build. + * debian/watch: + - updated. + + -- Sebastien Bacher Mon, 11 Jul 2005 11:18:23 +0200 + +bug-buddy (2.10.0-2ubuntu1) breezy; urgency=low + + * Sync with Debian. + * debian/control.in: + - updated the Build-Depends. + * debian/patches/00_menu-change.patch: + - temporary fix: gnome-open https://bugzilla.ubuntu.com/ instead of + running bug-buddy. + * debian/patches/01_gnome_menu.patch: + - update for gnome-menus 2.11. + + -- Sebastien Bacher Fri, 17 Jun 2005 14:47:21 +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.12.1.orig/debian/watch +++ bug-buddy-2.12.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.11/ \ + bug-buddy-(.*)\.tar\.gz \ + debian uupdate --- bug-buddy-2.12.1.orig/debian/menu +++ bug-buddy-2.12.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.12.1.orig/debian/bug-buddy.xpm +++ bug-buddy-2.12.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.12.1.orig/debian/control.in +++ bug-buddy-2.12.1/debian/control.in @@ -0,0 +1,18 @@ +Source: bug-buddy +Section: gnome +Priority: optional +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.0), libxml2-utils, libxml-parser-perl, scrollkeeper, xsltproc +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.2 + +Package: bug-buddy +Architecture: any +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.12.1.orig/debian/copyright +++ bug-buddy-2.12.1/debian/copyright @@ -0,0 +1,18 @@ +This package was debianized by Andrew Lau on +Tue Nov 18 03:21:25 EST 2003 + +It was downloaded from + +Upstream Authors: + Jacob Berkman + Fernando Herrera + +Copyright: + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. + +On Debian systems, the complete text of the GNU General Public License, Version +2 can be found in the file /usr/share/common-licenses/GPL