r11547 - in /packages/unstable/pidgin/trunk/debian: README.Debian.dev TODO changelog patches/21_purple-remote_syntax.patch

ari at users.alioth.debian.org ari at users.alioth.debian.org
Sat Jun 16 13:33:30 UTC 2007


Author: ari
Date: Sat Jun 16 13:33:29 2007
New Revision: 11547

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11547
Log:
* 21_purple-remote_syntax.patch:
  - Fix syntax error in purple-remote script

Added:
    packages/unstable/pidgin/trunk/debian/patches/21_purple-remote_syntax.patch
Modified:
    packages/unstable/pidgin/trunk/debian/README.Debian.dev
    packages/unstable/pidgin/trunk/debian/TODO
    packages/unstable/pidgin/trunk/debian/changelog

Modified: packages/unstable/pidgin/trunk/debian/README.Debian.dev
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pidgin/trunk/debian/README.Debian.dev?rev=11547&op=diff
==============================================================================
--- packages/unstable/pidgin/trunk/debian/README.Debian.dev (original)
+++ packages/unstable/pidgin/trunk/debian/README.Debian.dev Sat Jun 16 13:33:29 2007
@@ -12,7 +12,7 @@
 Guifications, the package name should be pidgin-guifications. Plugin packages
 should build-depend on pidgin-dev (>= minimum pidgin version required to
 support plugin).  Normally the minimum version of pidgin-dev will just
-be 1:2.0.0 for the 2.x series, or higher if the plugin uses a new function
+be 2.0.0 for the 2.x series, or higher if the plugin uses a new function
 introduced in a later version.
 
 Plugin packages should also use dh_pidgin to set the correct dependencies

Modified: packages/unstable/pidgin/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pidgin/trunk/debian/TODO?rev=11547&op=diff
==============================================================================
--- packages/unstable/pidgin/trunk/debian/TODO (original)
+++ packages/unstable/pidgin/trunk/debian/TODO Sat Jun 16 13:33:29 2007
@@ -1,4 +1,4 @@
-- bug #421282: create libpurple0, libpurple-dev, and finch packages. Move all
+- bug #421282/428678: create libpurple0, libpurple-dev, and finch packages. Move all
   of the Recommends and Suggests to Depends except for the gstreamer plugins,
   panel, evolution-data-server, and tcl/tk. Add a dh_purple and/or
   dh_finch for people who want to package plugins for those since they may not

Modified: packages/unstable/pidgin/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pidgin/trunk/debian/changelog?rev=11547&op=diff
==============================================================================
--- packages/unstable/pidgin/trunk/debian/changelog (original)
+++ packages/unstable/pidgin/trunk/debian/changelog Sat Jun 16 13:33:29 2007
@@ -1,6 +1,7 @@
 pidgin (2.0.1-2) UNRELEASED; urgency=low
 
-  * 
+  * 21_purple-remote_syntax.patch:
+    - Fix syntax error in purple-remote script
 
  -- Ari Pollak <ari at debian.org>  Sun, 27 May 2007 16:19:04 -0400
 

Added: packages/unstable/pidgin/trunk/debian/patches/21_purple-remote_syntax.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pidgin/trunk/debian/patches/21_purple-remote_syntax.patch?rev=11547&op=file
==============================================================================
--- packages/unstable/pidgin/trunk/debian/patches/21_purple-remote_syntax.patch (added)
+++ packages/unstable/pidgin/trunk/debian/patches/21_purple-remote_syntax.patch Sat Jun 16 13:33:29 2007
@@ -1,0 +1,12 @@
+diff -Nur pidgin-2.0.1/libpurple/purple-remote pidgin-2.0.1.new/libpurple/purple-remote
+--- pidgin-2.0.1/libpurple/purple-remote	2007-05-25 20:06:47.000000000 -0400
++++ pidgin-2.0.1.new/libpurple/purple-remote	2007-05-29 09:37:37.000000000 -0400
+@@ -99,7 +99,7 @@
+ def execute(uri):
+     match = re.match(urlregexp, uri)
+     protocol = match.group(2)
+-    if protocol == "xmpp"
++    if protocol == "xmpp":
+         protocol = "jabber"
+     if protocol == "aim" or protocol == "icq":
+         protocol = "oscar"




More information about the pkg-gnome-commits mailing list