r12425 - in /packages/unstable/meld/debian: changelog patches/sourceview-package.patch

ross at users.alioth.debian.org ross at users.alioth.debian.org
Tue Sep 4 08:54:49 UTC 2007


Author: ross
Date: Tue Sep  4 08:54:49 2007
New Revision: 12425

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12425
Log:
  * When sourceview can't be found, tell the user what package to
    install (Closes: #415683)

Added:
    packages/unstable/meld/debian/patches/sourceview-package.patch
Modified:
    packages/unstable/meld/debian/changelog

Modified: packages/unstable/meld/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/changelog?rev=12425&op=diff
==============================================================================
--- packages/unstable/meld/debian/changelog (original)
+++ packages/unstable/meld/debian/changelog Tue Sep  4 08:54:49 2007
@@ -1,7 +1,9 @@
 meld (1.1.5.1-1) unstable; urgency=low
 
   * New upstream release.
-  * Add Recommends to Yelp so that help works (#421832)
+  * Add Recommends to Yelp so that help works (Closes: #421832)
+  * When sourceview can't be found, tell the user what package to
+    install (Closes: #415683)
   * Change python-gnome2-extras to python-gnome2-desktop
 
  -- Ross Burton <ross at debian.org>  Tue,  4 Sep 2007 09:20:43 +0100

Added: packages/unstable/meld/debian/patches/sourceview-package.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/patches/sourceview-package.patch?rev=12425&op=file
==============================================================================
--- packages/unstable/meld/debian/patches/sourceview-package.patch (added)
+++ packages/unstable/meld/debian/patches/sourceview-package.patch Tue Sep  4 08:54:49 2007
@@ -1,0 +1,8 @@
+--- meldapp.py.orig	2007-09-04 09:51:21.000000000 +0100
++++ meldapp.py	2007-09-04 09:51:22.000000000 +0100
+@@ -295 +295 @@
+-            misc.run_dialog(_("Line numbers are only available if you have gnome-python-desktop installed.") )
++            misc.run_dialog(_("Line numbers are only available if you have the python-gnome2-desktop package installed.") )
+@@ -299 +299 @@
+-            misc.run_dialog(_("Syntax highlighting is only available if you have gnome-python-desktop installed.") )
++            misc.run_dialog(_("Syntax highlighting is only available if you have python-gnome2-desktop installed.") )




More information about the pkg-gnome-commits mailing list