r9597 - /packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch

ari at users.alioth.debian.org ari at users.alioth.debian.org
Sun Apr 8 22:37:44 UTC 2007


Author: ari
Date: Sun Apr  8 22:37:44 2007
New Revision: 9597

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9597
Log:
Fix package name in error message

Modified:
    packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch

Modified: packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch?rev=9597&op=diff
==============================================================================
--- packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch (original)
+++ packages/experimental/gaim/debian/patches/20_gaim-remote_friendly.patch Sun Apr  8 22:37:44 2007
@@ -8,7 +8,7 @@
 +try:
 +    import dbus
 +except:
-+    print "DBus library not installed. Please install the gaim-python package."
++    print "DBus library not installed. Please install the python-dbus package."
 +    raise
  import re
  import urllib
@@ -40,7 +40,7 @@
 +try:
 +    import dbus
 +except:
-+    print "DBus library not installed. Please install the gaim-python package."
++    print "DBus library not installed. Please install the python-dbus package."
 +    raise
  import re
  import sys




More information about the pkg-gnome-commits mailing list