Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -u sendxmpp-1.13/debian/changelog sendxmpp-1.13/debian/changelog
--- sendxmpp-1.13/debian/changelog
+++ sendxmpp-1.13/debian/changelog
@@ -1,3 +1,10 @@
+sendxmpp (1.13-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix !$port to $port. Closes #496823
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sun, 21 Sep 2008 09:08:06 +0000
+
 sendxmpp (1.13-1) unstable; urgency=low

   * New upstream release.
only in patch2:
unchanged:
--- sendxmpp-1.13.orig/sendxmpp
+++ sendxmpp-1.13/sendxmpp
@@ -281,7 +281,7 @@
                connectiontype  => 'tcpip',
                componentname   => $comp
        };
-       $arghash->{port} = $port if (!$port);
+       $arghash->{port} = $port if ($port);
        if (!$port) {
                @res = $cnx->Connect(%$arghash);
                error_exit ("Could not connect to server '$host': $@") unless 
@res;




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to