Bug#394339: obexftp: Please upgrade to 0.21

2008-01-15 Thread Hendrik Sattler
Am Dienstag 15 Januar 2008 schrieb Dmitry Borodaenko:
 Greetings,

 I've built latest version available from upstream (0.22-uctest),
 packages are available from here:
 http://people.debian.org/~angdraug/obexftp/

 It didn't help me with my A1200 (I'm beginning to suspect it lacks
 proper OBEX support to begin with), but it my help you.

 It may also be useful in packaging 0.22 when it's officially out: took
 me couple of hours to confirm that all patches from 0.19 were merged
 or otherwise fixed by upstream, and to shake out some other rough
 edges (see changelog).

You could have saved lots of time by just using the already present packages 
from
  http://www.hendrik-sattler.de/debian/

The differences between rc7 and rc9 are minor at best and -uctest is not a 
release of obexftp-0.22.
Should I upload an RC-version to unstable?

HS



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



Bug#394339: obexftp: Please upgrade to 0.21

2008-01-15 Thread Dmitry Borodaenko
On Jan 15, 2008 10:16 AM, Hendrik Sattler [EMAIL PROTECTED] wrote:
 You could have saved lots of time by just using the already present packages
 from
   http://www.hendrik-sattler.de/debian/

 The differences between rc7 and rc9 are minor at best and -uctest is not a
 release of obexftp-0.22.
 Should I upload an RC-version to unstable?

No, not until it's proven that it's less buggy than the version
currently in unstable. But I think it would be nice to have it in
experimental, it will make it much easier to find.

-- 
Dmitry Borodaenko



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



Bug#394339: obexftp: Please upgrade to 0.21

2008-01-14 Thread Dmitry Borodaenko
Greetings,

I've built latest version available from upstream (0.22-uctest),
packages are available from here:
http://people.debian.org/~angdraug/obexftp/

It didn't help me with my A1200 (I'm beginning to suspect it lacks
proper OBEX support to begin with), but it my help you.

It may also be useful in packaging 0.22 when it's officially out: took
me couple of hours to confirm that all patches from 0.19 were merged
or otherwise fixed by upstream, and to shake out some other rough
edges (see changelog).

-- 
Dmitry Borodaenko



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



Bug#394339: obexftp: Please upgrade to 0.21

2006-10-22 Thread Hendrik Sattler
Am Samstag 21 Oktober 2006 08:21 schrieb Hadmut Danisch:
 I am currently trying to fix the problem with the upstream maintainer
 and the usb library maintainer.

Did you get a solution that works for you? If yes, what was it?

HS


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



Bug#394339: obexftp: Please upgrade to 0.21

2006-10-21 Thread Hadmut Danisch
On Sat, Oct 21, 2006 at 02:44:32AM +0200, Hendrik Sattler wrote:
 
 Upgrading to the latest version does not always solve problems. It can also 
 create new ones.

But it makes reporting bugs futile, since upstream maintainers always
ask to upgrade to the latest version before reporting bugs.

I have compiled 0.21 locally to find the problem.


 I will not upgrade to 0.21 before Etch release but upstream author published 
 a 
 patch for Ericsson phones, today!

Yeah, I am in contact with him since yesterday. 


 Test the result. I can provide you a test package for i386 only.

I am currently trying to fix the problem with the upstream maintainer
and the usb library maintainer.

regards
Hadmut


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



Bug#394339: obexftp: Please upgrade to 0.21

2006-10-20 Thread Hadmut Danisch
Package: obexftp
Version: 0.19-7
Severity: normal

Hi,

I experience the problem to be unable to sync with a Sony Ericsson
K610i. Before reporting bugs, the package should be updated.

regards


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages obexftp depends on:
ii  libbluetooth23.5-1   Library to use the BlueZ Linux Blu
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libopenobex1 1.3-3   OBEX protocol library

obexftp recommends no packages.

-- no debconf information


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



Bug#394339: obexftp: Please upgrade to 0.21

2006-10-20 Thread Hendrik Sattler
Am Freitag 20 Oktober 2006 21:34 schrieb Hadmut Danisch:
 I experience the problem to be unable to sync with a Sony Ericsson
 K610i. Before reporting bugs, the package should be updated.

Upgrading to the latest version does not always solve problems. It can also 
create new ones.
I will not upgrade to 0.21 before Etch release but upstream author published a 
patch for Ericsson phones, today!
The other patches in the package make it actually work better than 0.21 (most 
patches are in upstream's queue for 0.22).

I attached it together with a script to include in a 0.19-7. Just put both 
files into an empty dir and run the script.

Test the result. I can provide you a test package for i386 only.

Unluckily, you didn't tell what you mean with sync.

HS
Index: obexftp-0.19/bfb/bfb_io.c
===
--- obexftp-0.19.orig/bfb/bfb_io.c	2006-10-21 02:29:06.841729997 +0200
+++ obexftp-0.19/bfb/bfb_io.c	2006-10-21 02:29:23.927498064 +0200
@@ -470,15 +470,6 @@
 	return ttyfd;
 
  ericsson:
-	if(do_at_cmd(ttyfd, , rspbuf, sizeof(rspbuf))  0)	{
-		DEBUG(1, Comm-error\n);
-		goto err;
-	}
-	if(strcasecmp(OK, rspbuf) != 0)	{
-		DEBUG(1, Error completing AT+GMI (%s)\n, rspbuf);
-		goto err;
-	}
-
 	if(do_at_cmd(ttyfd, AT*EOBEX\r\n, rspbuf, sizeof(rspbuf))  0) {
 		DEBUG(1, Comm-error\n);
 		goto err;


fix-build.sh
Description: application/shellscript