r27605 - in /desktop/experimental/anjuta/debian: changelog patches/01_about_license_file.patch patches/series

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sat Apr 16 11:07:52 UTC 2011


Author: jordi
Date: Sat Apr 16 11:07:48 2011
New Revision: 27605

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27605
Log:
Add about_license_file.patch to fix location of the GPL text in the
About dialog.

Added:
    desktop/experimental/anjuta/debian/patches/01_about_license_file.patch
Modified:
    desktop/experimental/anjuta/debian/changelog
    desktop/experimental/anjuta/debian/patches/series

Modified: desktop/experimental/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/anjuta/debian/changelog?rev=27605&op=diff
==============================================================================
--- desktop/experimental/anjuta/debian/changelog [utf-8] (original)
+++ desktop/experimental/anjuta/debian/changelog [utf-8] Sat Apr 16 11:07:48 2011
@@ -5,6 +5,8 @@
   * Remove all git cherrypick patches.
   * Remove patches that reverted changes requiring newer lib versions.
   * Remove 90_autotools.patch, no longer necessary.
+  * Add about_license_file.patch to fix location of the GPL text in the
+    About dialog.
   * Bump Build-Depends for the switch to GTK+3.
   * Enable GObject Introspection support.
 

Added: desktop/experimental/anjuta/debian/patches/01_about_license_file.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/anjuta/debian/patches/01_about_license_file.patch?rev=27605&op=file
==============================================================================
--- desktop/experimental/anjuta/debian/patches/01_about_license_file.patch (added)
+++ desktop/experimental/anjuta/debian/patches/01_about_license_file.patch [utf-8] Sat Apr 16 11:07:48 2011
@@ -1,0 +1,13 @@
+Index: anjuta-3.0.0.0/src/about.c
+===================================================================
+--- anjuta-3.0.0.0.orig/src/about.c	2011-04-16 13:04:37.194307367 +0200
++++ anjuta-3.0.0.0/src/about.c	2011-04-16 13:05:00.834307378 +0200
+@@ -28,7 +28,7 @@
+ 
+ #include "about.h"
+ 
+-#define LICENSE_FILE PACKAGE_DOC_DIR "/COPYING"
++#define LICENSE_FILE "/usr/share/common-licenses/GPL-2"
+ 
+ #define ANJUTA_PIXMAP_LOGO			"anjuta_logo.png"
+ #define ABOUT_AUTHORS				"AUTHORS"	

Modified: desktop/experimental/anjuta/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/anjuta/debian/patches/series?rev=27605&op=diff
==============================================================================
--- desktop/experimental/anjuta/debian/patches/series [utf-8] (original)
+++ desktop/experimental/anjuta/debian/patches/series [utf-8] Sat Apr 16 11:07:48 2011
@@ -1,1 +1,2 @@
+01_about_license_file.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list