Re: RFS: sclapp and pytagsfs (updated packages)

2008-08-06 Thread Y Giridhar Appaji Nag
Hi Vincent,

On 08/08/04 21:14 +0200, Vincent Bernat said ...
 I have uploaded this new version.

Thank you :)

 I don't  know if I have already  told it (if so,  excuse the repetition)
 but  since pytagsfs  has unittests,  you can  run them  unless  there is
 nocheck in DEB_BUILD_OPTIONS.
 
 somerule: # for example install
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   # run tests
   # clean tests (some pyc for example)
 endif
 
 It is up to you to decide if you want to run unittests. It should not be
 too CPU intensive but unittests are generally quick.

pytagsfs and sclapp tests require proctor [1], which has not been packaged for
Debian yet.  That is why I don't run the unit-tests as of now.

[1] http://www.doughellmann.com/projects/Proctor/

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Re: RFS: sclapp and pytagsfs (updated packages)

2008-08-04 Thread Vincent Bernat
OoO Peu  avant le début de  l'après-midi du dimanche 03  août 2008, vers
13:02, Y Giridhar Appaji Nag [EMAIL PROTECTED] disait :

 I did declare a stronger dependency, but 0.7 onwards pytagsfs also
 build-depends on sclapp and I don't know how I ignored this.  I fixed this and
 also updated pytagsfs to 0.7.1 (a bugfix release).

 The package is ready for upload:

  http://mentors.debian.net/debian/pool/main/p/pytagsfs/

Hi Giridhar!

I have uploaded this new version.

I don't  know if I have already  told it (if so,  excuse the repetition)
but  since pytagsfs  has unittests,  you can  run them  unless  there is
nocheck in DEB_BUILD_OPTIONS.

somerule: # for example install
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# run tests
# clean tests (some pyc for example)
endif

It is up to you to decide if you want to run unittests. It should not be
too CPU intensive but unittests are generally quick.
-- 
printk(Penguin %d is stuck in the bottle.\n, i);
2.0.38 /usr/src/linux/arch/sparc/kernel/smp.c


pgpljx5D5iOvQ.pgp
Description: PGP signature


Re: RFS: sclapp and pytagsfs (updated packages)

2008-08-03 Thread Y Giridhar Appaji Nag
Hi Vincent,

On 08/07/26 15:01 +0200, Vincent Bernat said ...
 As noted Alexander, this one fails to build from source :
 
 Traceback (most recent call last):
   File setup.py, line 22, in module
 from tests.common import TEST_DIR, TEST_DATA_DIR
   File tests/common.py, line 17, in module
 from sclapp.util import importName
 ImportError: No module named sclapp.util
 make: *** [build-stamp] Error 1
 
 I suppose that you need to put a stronger dependency on sclapp.

I did declare a stronger dependency, but 0.7 onwards pytagsfs also
build-depends on sclapp and I don't know how I ignored this.  I fixed this and
also updated pytagsfs to 0.7.1 (a bugfix release).

The package is ready for upload:

 http://mentors.debian.net/debian/pool/main/p/pytagsfs/

 This is better to be subscribed, especially when you put yourself out of
 mail-followup-to header.

I added a Mail-Followup-To: to this email.

Thanks and regards,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Re: RFS: sclapp and pytagsfs (updated packages)

2008-07-26 Thread Vincent Bernat
OoO  En ce début  d'après-midi nuageux  du lundi  21 juillet  2008, vers
14:05, Y Giridhar Appaji Nag [EMAIL PROTECTED] disait :

 python-sclapp (0.5.2-1) - framework for Python command-line applications

* New upstream release
  + sclapp.txt is now licensed under GPLv2+
* Update Standards-Version to 3.8.0

 http://mentors.debian.net/debian/pool/main/s/sclapp

I have uploaded this one.

 pytagsfs (0.7.0-1) - maps media files to an arbitrary directory structure

* New upstream release
  + Needs python-fuse = 0.2
* Remove patch 02_fuse_exceptions merged upstream
* Update Standards-Version to 3.8.0 (no changes required)

As noted Alexander, this one fails to build from source :

Traceback (most recent call last):
  File setup.py, line 22, in module
from tests.common import TEST_DIR, TEST_DATA_DIR
  File tests/common.py, line 17, in module
from sclapp.util import importName
ImportError: No module named sclapp.util
make: *** [build-stamp] Error 1

I suppose that you need to put a stronger dependency on sclapp.

 I am not subscribed to either debian-mentors or debian-python, so please Cc:
 me on responses.

This is better to be subscribed, especially when you put yourself out of
mail-followup-to header.
-- 
BOFH excuse #211:
Lightning strikes.


pgphER5qP1eOk.pgp
Description: PGP signature


Re: RFS: sclapp and pytagsfs (updated packages)

2008-07-22 Thread Alexander Reichle-Schmehl
HI Giridhar!

Y Giridhar Appaji Nag schrieb:

 python-sclapp (0.5.2-1) - framework for Python command-line applications
 
* New upstream release
  + sclapp.txt is now licensed under GPLv2+
* Update Standards-Version to 3.8.0
 
 http://mentors.debian.net/debian/pool/main/s/sclapp

That one is fine...


 pytagsfs (0.7.0-1) - maps media files to an arbitrary directory structure
 
* New upstream release
  + Needs python-fuse = 0.2
* Remove patch 02_fuse_exceptions merged upstream
* Update Standards-Version to 3.8.0 (no changes required)

... but that one fails to build from source (tested with an up to date
sid  using pbuilder):

==
dpatch  cat-all  patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
python setup.py build
Traceback (most recent call last):
  File setup.py, line 22, in module
from tests.common import TEST_DIR, TEST_DATA_DIR
  File tests/common.py, line 17, in module
from sclapp.util import importName
ImportError: No module named sclapp.util
make: *** [build-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
pbuilder: Failed autobuilding of package
 - Aborting with an error
==


Yours sincerely,
  Alexander





signature.asc
Description: OpenPGP digital signature


RFS: sclapp and pytagsfs (updated packages)

2008-07-21 Thread Y Giridhar Appaji Nag
Hi,

I am looking for sponsors to upload new upstream versions of sclapp and
pytagsfs.  These updates build the following binary packages (with the said
changes):

python-sclapp (0.5.2-1) - framework for Python command-line applications

   * New upstream release
 + sclapp.txt is now licensed under GPLv2+
   * Update Standards-Version to 3.8.0

http://mentors.debian.net/debian/pool/main/s/sclapp

pytagsfs (0.7.0-1) - maps media files to an arbitrary directory structure

   * New upstream release
 + Needs python-fuse = 0.2
   * Remove patch 02_fuse_exceptions merged upstream
   * Update Standards-Version to 3.8.0 (no changes required)

The packages are lintian except a warning in sclapp which is a non-issue IMO
(The newer NEWS file is installed as changelog and I also retained the older
CHANGELOG file in /usr/share/doc/sclapp).

http://mentors.debian.net/debian/pool/main/p/pytagsfs

Both these packages have been in use by the sclapp/pytagsfs community for a
while and there haven't been any issues reported, so I consider it safe to do
an upload with a freeze around the corner.  I should've sent a call with RFS
much earlier (I had the packages ready about a month ago) but I would'nt have
been able to respond to feedback in a timely fashion then.

I am not subscribed to either debian-mentors or debian-python, so please Cc:
me on responses.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Re: RFS: sclapp and pytagsfs (updated packages)

2008-06-09 Thread Vincent Bernat
OoO En cette  fin de nuit blanche  du samedi 31 mai 2008,  vers 06:33, Y
Giridhar Appaji Nag [EMAIL PROTECTED] disait:

 python-sclapp (0.5.1-2) - framework for Python command-line applications

  - Re-order license sections in copyright so that the license of bulk of
sclapp is right at the beginning.

 http://mentors.debian.net/debian/pool/main/s/sclapp

Uploaded.  Next time,  you should  ask on  [EMAIL PROTECTED] as  well. I
think that you will get a sponsor faster here.

 pytagsfs (0.6.0-2)  - maps media files to an arbitrary directory structure

  - Change Section from python to utils
  - Patch 01_bug_reporting to set the bug reporting location to Debian and not
upstream.
  - Patch 02_fuse_exceptions to catch any exception and log an error when fuse
initialisation fails (like the user is not in the fuse group).

 http://mentors.debian.net/debian/pool/main/p/pytagsfs

Uploaded too.
-- 
I WILL NOT TEASE FATTY
I WILL NOT TEASE FATTY
I WILL NOT TEASE FATTY
-+- Bart Simpson on chalkboard in episode 5F05


pgpQ62TdAy3zd.pgp
Description: PGP signature


RFS: sclapp and pytagsfs (updated packages)

2008-05-30 Thread Y Giridhar Appaji Nag
Hi debian-mentors,

I am looking for someone to sponsor updates to my packages sclapp and
pytagsfs.  I haven't heard from my earlier sponsor for these packages since
over three weeks and 4 emails, hence this request to a wider audience.

This update builds the following binary packages which the changes as listed.

python-sclapp (0.5.1-2) - framework for Python command-line applications

 - Re-order license sections in copyright so that the license of bulk of
   sclapp is right at the beginning.

http://mentors.debian.net/debian/pool/main/s/sclapp

pytagsfs (0.6.0-2)  - maps media files to an arbitrary directory structure

 - Change Section from python to utils
 - Patch 01_bug_reporting to set the bug reporting location to Debian and not
   upstream.
 - Patch 02_fuse_exceptions to catch any exception and log an error when fuse
   initialisation fails (like the user is not in the fuse group).

http://mentors.debian.net/debian/pool/main/p/pytagsfs

Both the packages are lintian clean but for a warning in sclapp which is
a non-issue IMO (The NEWS file is installed as changelog and I also
retained the older CHANGELOG file in /usr/share/doc/sclapp).

There is a new upstream version of sclapp (0.5.2) but it was updated for
pytagsfs 0.7 series (but 0.7.0 is still at rc1 and unreleased) and upstream
hasn't tested pytagsfs 0.6.0 with sclapp 0.5.2.  So I am not updating sclapp
to 0.5.2 yet.

I update a bunch of packages as a DM (and didn't screw up things yet) and in
case you don't mind me uploading sclapp / pytagsfs as a DM please do let me
know and I will add a DM-Upload-Allowed: yes

I am not subscribed to debian-mentors, please Cc: me on responses.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature