Your message dated Tue, 29 Jan 2008 16:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461858: fixed in flickcurl 1.2-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: flickcurl-utils
Version: 1.0-1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Quoting from flickcurl --help

$ flickcurl --help
[snip...]
    favorites.getList            USER-ID [[PER-PAGE] [PAGE]]
          Get a list of USER-ID's favorite photos.
[snip...]
    people.getInfo               USER-ID
          Get information about one person with id USER-ID
[snip...]

And ...

$ flickcurl favorites.getList appaji    
flickcurl: ERROR: Method flickr.favorites.getList failed with error 1 - User 
not found
flickcurl: Command favorites.getList failed
$ 
$ flickcurl favorites.getList [EMAIL PROTECTED]
flickcurl: User [EMAIL PROTECTED] favorite photos (per_page 10  page 0):
[snip...]
$ 

Similarly ...

$ flickcurl people.getInfo appaji                          
flickcurl: ERROR: Method flickr.people.getInfo failed with error 1 - User not 
found
flickcurl: Command people.getInfo failed
$ 
$ flickcurl people.getInfo [EMAIL PROTECTED]
Found person with ID [EMAIL PROTECTED]
field isadmin (1) with boolean value: '0' / 0
field ispro (2) with boolean value: '1' / 1
field iconserver (3) with integer value: '23' / 23
[snip...]

It might be useful to clearly distinguish between the username and nsid.
USER-ID kinda ambigious.  Please consider USERNAME when username is
meant and USER-NSID when the NSID is meant.

(I would've wanted to suggest input validation on the format of NSID but
I suppose the purpose of the utility is to test the API _as is_ and pass
as much work as possible -- and intended -- to the Flickr API)

Giridhar

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages flickcurl-utils depends on:
ii  libc6                 2.7-5              GNU C Library: Shared libraries
ii  libcurl3              7.17.1-1           Multi-protocol file transfer libra
ii  libflickcurl0         1.0-1              C library for accessing the Flickr
ii  libkrb53              1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libraptor1            1.4.16-1           Raptor RDF parser and serializer l
ii  libxml2               2.6.30.dfsg-3.1    GNOME XML library

flickcurl-utils recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHlFub4eu+pR04mIcRAlK1AKDtvGgshmSk32Jczpo02QXMqo3Q2QCghR0/
/Wgr2D2gf0n2weCW1W77JWo=
=tBhI
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: flickcurl
Source-Version: 1.2-1

We believe that the bug you reported is fixed in the latest version of
flickcurl, which is due to be installed in the Debian FTP archive:

flickcurl-utils_1.2-1_i386.deb
  to pool/main/f/flickcurl/flickcurl-utils_1.2-1_i386.deb
flickcurl_1.2-1.diff.gz
  to pool/main/f/flickcurl/flickcurl_1.2-1.diff.gz
flickcurl_1.2-1.dsc
  to pool/main/f/flickcurl/flickcurl_1.2-1.dsc
flickcurl_1.2.orig.tar.gz
  to pool/main/f/flickcurl/flickcurl_1.2.orig.tar.gz
libflickcurl-dev_1.2-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl-dev_1.2-1_i386.deb
libflickcurl0-dbg_1.2-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl0-dbg_1.2-1_i386.deb
libflickcurl0_1.2-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl0_1.2-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kumar Appaiah <[EMAIL PROTECTED]> (supplier of updated flickcurl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 29 Jan 2008 16:08:56 +0530
Source: flickcurl
Binary: libflickcurl0-dbg libflickcurl0 libflickcurl-dev flickcurl-utils
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Kumar Appaiah <[EMAIL PROTECTED]>
Changed-By: Kumar Appaiah <[EMAIL PROTECTED]>
Description: 
 flickcurl-utils - utilities to call the Flickr API from command line
 libflickcurl-dev - C library for accessing the Flickr API - development files
 libflickcurl0 - C library for accessing the Flickr API
 libflickcurl0-dbg - C library for accessing the Flickr API - debugging symbols
Closes: 461843 461846 461852 461854 461858
Changes: 
 flickcurl (1.2-1) unstable; urgency=low
 .
   * New upstream release.
     + Document all supported API calls in man page.
       (Closes: #461852, #461846)
     + Don't specify USER-NSID as USER-ID.
       (Closes: #461858)
   * debian/control:
     + Fix incorrect Vcs-* fields. (Closes: #461843)
   * debian/patches:
     + user-nsid_fix.diff: Refer to USER-NSID instead of
       USER-ID in flickcurl.
     + fix_nullarg.diff: Don't segfault if insufficient
       parameters are provided. (Closes: #461854)
   * debian/rules:
     + Detect if cross-building occurs.
Files: 
 cf88cedcd6ed6f54578b435ebf1a2016 867 libs optional flickcurl_1.2-1.dsc
 24b4ec485c8dfb91e86d2f41baa7f2c7 586617 libs optional flickcurl_1.2.orig.tar.gz
 d5a1b6b8f1354636b3bb673fc1906cc3 9094 libs optional flickcurl_1.2-1.diff.gz
 689d7087a2ee82d7c026edc8dd31e672 56482 libdevel optional 
libflickcurl-dev_1.2-1_i386.deb
 fac4661df291b003fb6ccf15f4976e85 84108 libs optional 
libflickcurl0_1.2-1_i386.deb
 8ebbc91853a91607b66e3358f76942a6 189906 libs extra 
libflickcurl0-dbg_1.2-1_i386.deb
 8c9dc0bff20f4342eaeb174bdcca7431 76596 utils optional 
flickcurl-utils_1.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHn1CzQ+ySUE9xlVoRAmt7AJ9XJJAaGN2wnV5lf8P+Is6RFFb+LQCbBf1t
qGt+fObhQACADWWXLuXtE5U=
=+tz6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to