r12679 - in /desktop/unstable/bug-buddy/debian: changelog copyright patches/02_disable_breakpad.patch
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Fri Sep 21 20:28:13 UTC 2007
Author: joss
Date: Fri Sep 21 20:28:13 2007
New Revision: 12679
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12679
Log:
* 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.
Added:
desktop/unstable/bug-buddy/debian/patches/02_disable_breakpad.patch
Modified:
desktop/unstable/bug-buddy/debian/changelog
desktop/unstable/bug-buddy/debian/copyright
Modified: desktop/unstable/bug-buddy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/bug-buddy/debian/changelog?rev=12679&op=diff
==============================================================================
--- desktop/unstable/bug-buddy/debian/changelog (original)
+++ desktop/unstable/bug-buddy/debian/changelog Fri Sep 21 20:28:13 2007
@@ -1,3 +1,12 @@
+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 <joss at debian.org> Fri, 21 Sep 2007 22:11:38 +0200
+
bug-buddy (2.20.0-1) unstable; urgency=low
[ Loic Minier ]
Modified: desktop/unstable/bug-buddy/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/bug-buddy/debian/copyright?rev=12679&op=diff
==============================================================================
--- desktop/unstable/bug-buddy/debian/copyright (original)
+++ desktop/unstable/bug-buddy/debian/copyright Fri Sep 21 20:28:13 2007
@@ -23,4 +23,4 @@
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'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
Added: desktop/unstable/bug-buddy/debian/patches/02_disable_breakpad.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/bug-buddy/debian/patches/02_disable_breakpad.patch?rev=12679&op=file
==============================================================================
--- desktop/unstable/bug-buddy/debian/patches/02_disable_breakpad.patch (added)
+++ desktop/unstable/bug-buddy/debian/patches/02_disable_breakpad.patch Fri Sep 21 20:28:13 2007
@@ -1,0 +1,22 @@
+--- configure.in.orig 2007-09-21 22:07:09.017597198 +0200
++++ configure.in 2007-09-21 22:07:32.238920505 +0200
+@@ -98,6 +98,8 @@
+ fi
+ fi
+
++use_google_breakpad=no
++
+ AM_CONDITIONAL(USE_GOOGLE_BREAKPAD, test x$use_google_breakpad = xyes)
+
+ GDK_REQUIRED="gdk-2.0 >= 2.9"
+--- configure.orig 2007-09-21 22:07:45.471674597 +0200
++++ configure 2007-09-21 22:07:52.048049363 +0200
+@@ -21621,6 +21621,8 @@
+ fi
+ fi
+
++use_google_breakpad=no
++
+ if test x$use_google_breakpad = xyes; then
+ USE_GOOGLE_BREAKPAD_TRUE=
+ USE_GOOGLE_BREAKPAD_FALSE='#'
More information about the pkg-gnome-commits
mailing list