Bug#792075: ITP: git-lfs -- Git Large File Support. An open source Git extension for versioning large files

2015-07-10 Thread Asheesh Laroia
Hi Stephen! I'm excited to see this land in Debian.

I'm curious if you know if there a free software backend that is compatible
with the git-lfs protocol.​ If so, that'd be great to see in Debian as well
one day.

If not, if I understand Policy correctly, you would need to take care to
set the package's section to contrib. See
https://www.debian.org/doc/debian-policy/ch-archive.html for more
information.

(As I understand policy, if there *is* a git-lfs compatible backend that is
free software, it's fine to have git-lfs in main, even if that backend
isn't currently available in Debian.)

Again, nice to see your enthusiasm, and I hope you can find a sponsor for
this package.


Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-05 Thread Asheesh Laroia
On Thursday, February 5, 2015, Roelof Berg rb...@berg-solutions.de wrote:

 Thanks for the links and the welcoming words. This is the motivation I
 need :) I'm currently busy with making my .deb package compatible to
 launchpad ppa as a quality measure.


Great! (-:



 Am I allowed to use full optimization (-Ofast) ? Or is it mandatory to use
 -O2 ?


Per https://www.debian.org/doc/debian-policy/ch-files.html -- there's a lot
in 10.1, but it concludes, It is up to the package maintainer to decide
what compilation options are best for the package. So -- go for it.

But preferably run some benchmarks to find out if this actually makes a
difference!



 I hope, this will find a sponsor. I contacted the Imagemagick package
 maintainers at first, before I submit a sponsorship-request. Wish me luck :)


Great!




Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-04 Thread Asheesh Laroia
Hi Roelof! I'm excited you want to work on this.

On Tuesday, February 3, 2015, Roelof Berg rb...@berg-solutions.de wrote:


 I developed this application as part of a scientific project. It offers 2D,
 grayscale, rigid image registration with a powerful
 derivative based approach and operates very fast and memory efficient
 (compared
 to traditional derivative-based aproaches).

 OpenCV is used to load and store the image data. The user can either
 output the
 registered image (image aligned/shifted/rotated upon another one)
 or it can output the numeric registration result (x-shift, y-shift and
 rotation).


Awesome.


 I want to develop this application further and want to maintain the .deb
 package. Furthermore
 I will publish the functionality as a library in an additional lib.deb and
 lib-
 dev.deb package.
 When the lib.deb package has been released I want to add it to imagemagik.
 This
 would enable people to register images just by using imagemagik :)


That'd be splendid.



 I'm not aware of any other package offering image registration (if at all)
 in
 this speed and quality. Our mathematical aproach (regarding speed and
 memory
 usage) is very new and
 it is extremely unlikely that any other package can offer it. We just
 published
 it in a scientific magazine.
 Preprint: http://www.embedded-software-
 architecture.com/Berg2014Highly_Preprint.pdf

 Applications:
 HDR-Photograpy, Industrial Imaging (compare an actual photography to a
 reference picture), Medical Imaging (align images from different times or
 sensors), motion detection/compensation, and many more ...

 I will put as much effort in the packaging as necessary. As I'm an
 experienced
 software developer (e.g. Embedded Linux) my skills will be sufficient.
 The effort is low as it is only a small command line tool (yet ;) and I
 can do
 it alone.

 However, I'm new to Open Source and to the packaging. Do I need a sponsor
 to
 get the package accepted ? Also a review from an experienced packager
 would be
 required as this is my first step into Open Source contribution.



As always, in Debian, if you're not a Developer in Debian yet, you'll need
a sponsor to get the package accepted.

In many things, and in Debian packaging too, I recommend trying to get
something working first, then good, then great.

My bandwidth for mentorship on this might not be huge, but I hope you can
find a sponsor and a reviewer. If you have trouble, send me an email.

Happy hacking!

Asheesh, aka paulproteus at debian.org.


Bug#657405: I sent a request to NM to add Matija Nalis to Alioth

2014-10-25 Thread Asheesh Laroia

For what it's worth! Hopefully I did it right.


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/alpine.DEB.2.11.1410251501000.29618@pathi



Bug#661565: Offer to mentor

2012-02-28 Thread Asheesh Laroia

Hi Jonathan,

Thanks for filing this ITP. I think this will be a great package to have 
in Debian.


When the packaging is ready for review, feel free to specially send it to 
me. I will set aside time to review the package, and if it is good, upload 
the package to the Debian archive.


Looking forward to it!

-- Asheesh.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1202281635170.26...@rose.makesad.us



Bug#625865: ocPortal Update

2011-05-16 Thread Asheesh Laroia

On Mon, 16 May 2011, Chris Warburton wrote:


Just thought I'd give an update on my progress. So far the ocPortal
codebase has been reviewed for copyright. Anything with unclear terms
has been removed/replaced, leaving behind Free Software and a couple of
proprietary third-party components (such as the JWPlayer flash video
player). The proprietary components have been turned into optional
modules, making them trivial to strip from the Debian package.


Sweet.


As well as this, the default ocPortal theme contains some non-DFSG-free
artwork for the icons. I've made a replacement theme based on KDE's
Oxygen icons which can be applied over the top of the default theme and
replaces all of the non-free artwork[1]. It's not a complete theme, so
there are still some default icons left which make the interface a
little inconsistent, but at least they're all freely licensed.


That's a reasonable place to be in for now. Make sure the tarball you 
plan to upload to Debian contains only dfsg-free pieces.



Likewise sound effects for the audio CAPTCHA and chat rooms have been
replaced with DFSG-free files (sourced from existing Debian packages,
such as Asterisk).


Great!


I've been reading the policy guides (the core Debian policy, as well as
the PHP, WebApp and Database policies) and am currently working out how
to turn ocPortal's installer into a dbconfig-based debconf script.


*nod*


From messaging the WebApp mailing list[2] I've been told that one of
the biggest concerns would be bundling software which is already
included in Debian, which QA understandably frown upon. Unfortunately
this impacts ocPortal, mainly since it uses a heavily modified version
of CKEditor, a vanilla version of which is already packaged. Diffing
between the two gives an unfathomable mountain of changes, so
merging/patching them seems hopeless. I've tried symlinking to Debian's
ckeditor package in place of this bundled version, and this doesn't
cause any immediate problems in ocPortal, however our experience of
having CKEditor integrated is that there are a load of edge-cases where
it misbehaves; this is probably due to our particular usage of CKEditor,
which converts the HTML it outputs into ocPortal's Comcode language.
This makes me think that bundling the modified CKEditor would be
preferable, despite its existence in the Debian archive.


I would lean toward using the Debian-system CKEditor and maybe dealing 
with a few bugs in these edge cases, in the short term.


In the long term, upstream, I wonder if you can switch to bundling an 
unmodified CKEditor and writing custom code to transform its 
*output* rather than modifying the editor itself. I wonder what 
you think of that.


Thanks for this update! It's very helpful.

--
-- Asheesh.

http://asheesh.org/

Why is it that we rejoice at a birth and grieve at a funeral?  It is because we
are not the person involved.
-- Mark Twain, Pudd'nhead Wilson's Calendar



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1105161422130.2...@rose.makesad.us



Bug#625865: ITP: ocportal -- ocPortal is a Content Management System for building and maintaining a dynamic website

2011-05-07 Thread Asheesh Laroia

On Fri, 6 May 2011, Chris Warburton wrote:


On Fri, 2011-05-06 at 11:29 -0400, Scott Kitterman wrote:

On Friday, May 06, 2011 11:23:50 AM Tshepang Lekhonkhobe wrote:

On Fri, 2011-05-06 at 09:11 -0400, Scott Kitterman wrote:

On Friday, May 06, 2011 08:56:21 AM Chris Warburton wrote:

  Programming Lang: PHP
  Description : ocPortal is a Content Management System for
  building

and maintaining a dynamic website


How many content management systems written in php does Debian need?


It's not kool that you didn't even ask about how good it is. Maybe it's
better than whatever exists in Debian currently, have you checked? My
point is your question isn't helpful. It smacks of flaming.


The question I should have asked is what is it's security record like.  This
is an area that's rife with applications that have 'poor' security records.
Adding more to that pile would be an unfortunate burden on the security team.
That's probably the most significant of the project wide costs adding a package
like this brings with it.

Scott K


Hi Scott. ocPortal isn't massively widespread compared to other systems,
so there's obviously less experimental proof of security. We had a
security hole a few years ago; this was before I got involved, but
there's details here http://en.wikipedia.org/wiki/OcPortal#Criticisms


Hi Chris and the ITP and debian-devel,

I think that if you are willing to work to make this a high-quality 
package, and be a responsive maintainer to bugs reported by users, I think 
it will be great to have you maintain it in Debian.


The security work that you've described sounds great, and I hope that 
other PHP app upstreams hold their apps to such a high standard. If not, 
maybe you can use your tools to start filing bugs left and right against 
them. (-:


For that reason, I will review your packaging when it's ready, and sponsor 
it into Debian if it passes muster. Keep me posted.


--
-- Asheesh.

http://asheesh.org/

Life is to you a dashing and bold adventure.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1105071405370.7...@rose.makesad.us



Bug#506040: Status of ceph ITP?

2010-12-18 Thread Asheesh Laroia

I have nothing to contribute to this, except:

Thanks to Sage and Clint for pinging us again!

And thanks to Laszlo for his excellent review and packaging work.

I'm happy to stay CC:d so I can keep track of this lovely packaging 
process!


-- Asheesh.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1012182207140.8...@rose.makesad.us



Bug#466542: Any update on task-spooler? I would sponsor it

2010-10-30 Thread Asheesh Laroia

Hey Alexander,

I noticed that task-spooler has an ITP from a while ago. Are you 
interested in maintaining it still?


If so, I will happily review it and if it passes review, sponsor it.

Keep me posted!

-- Asheesh.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1010300836120.7...@rose.makesad.us



Bug#598186: Bug#569085: RFP: extundelete -- ext3 and ext4 file undeletion utility

2010-10-09 Thread Asheesh Laroia

On Sat, 9 Oct 2010, Michael Prokop wrote:


* Michael Prokop m...@debian.org [Thu Sep 30, 2010 at 02:33:02AM +0200]:

* Elías Alejandro eal...@gmail.com [Mit Sep 29, 2010 at 03:00:59 -0500]:



http://mentors.debian.net/debian/pool/main/e/extundelete/
originally I worked to fix #598186 but I've not noticed #569085
maybe we can fix this too. What do you think?



Excellent, thanks.



Cc-ing Asheesh: do you still volunteer to sponsor this package?
If not please let me know, I'd sponsor this package otherwise.


No answer from Asheesh over the last ~10 days.
Elías, do you want me to sponsor your package?


Oops, yes -- sorry I dropped the ball. I'd appreciate it if you'd sponsor 
it instead of me, Mika!


-- Asheesh.

--
Tonight's the night: Sleep in a eucalyptus tree.

Bug#506040: ceph now in Ubuntu

2010-09-29 Thread Asheesh Laroia

On Tue, 28 Sep 2010, Sage Weil wrote:


On Sat, 18 Sep 2010, Asheesh Laroia wrote:


On Wed, 11 Aug 2010, Sage Weil wrote:


Hi Clint,

Sorry about the testing confusion.. I was queueing up the little fixes (in
the software and the packaging) and just rolled a 0.21.1.  The .dsc is at

http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph/ceph_0.21.1-1.dsc

Asheesh, can this one get uploaded to debian, too?


Hi! I suck at handling email apparently.

I hope to have this done within 48 hours. If not, ping me again, and sound
very annoyed so I sympathize! (-:


Hi Asheesh,

Just following up on this!  I'm not seeing it in the archive.


Hi! By this coming Monday. I'll upload to experimental.

(I have a dedicated Debian hack night scheduled for then.)

-- Asheesh.

--
Writing is easy; all you do is sit staring at the blank sheet of paper until
drops of blood form on your forehead.
-- Gene Fowler



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.100937350.2...@rose.makesad.us



Bug#506040: ceph now in Ubuntu

2010-09-18 Thread Asheesh Laroia

On Wed, 11 Aug 2010, Sage Weil wrote:


Hi Clint,

Sorry about the testing confusion.. I was queueing up the little fixes 
(in the software and the packaging) and just rolled a 0.21.1.  The .dsc 
is at


http://ceph.newdream.net/debian/pool/ceph-stable/c/ceph/ceph_0.21.1-1.dsc

Asheesh, can this one get uploaded to debian, too?


Hi! I suck at handling email apparently.

I hope to have this done within 48 hours. If not, ping me again, and 
sound very annoyed so I sympathize! (-:


-- Asheesh.

--
You will be recognized and honored as a community leader.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1009181535490.19...@rose.makesad.us



Bug#506040: Unclear licensing on some files

2010-07-28 Thread Asheesh Laroia

On Wed, 28 Jul 2010, Clint Byrum wrote:



On Jul 27, 2010, at 2:52 PM, Sage Weil wrote:


Hi Clint, Asheesh,

I am about to finalize a v0.21 release.  Do you mind looking at the .dsc
below and checking that everything is to your liking?  I'd like to fix any
packaging issues before tagging the release if possible.

http://ceph.newdream.net/testing/0.21/ceph_0.21-1.dsc



Sage, the package looks great.

Asheesh, if it meets your requirements for sponsorship, do you think you 
can get this uploaded into Debian by next week? I'd like to get this 
into Ubuntu 10.10 (maverick), and we won't really be able to add any new 
packages after next Thursday.


It might not clear the NEW queue by then... especially as the ftpmasters 
will be at Debconf.


But I will review it and email you guys tomorrow. Which means, 10 PM 
US/Eastern, if you haven't heard from me, email me to bug me.


-- Asheesh.

--
Soap and education are not as sudden as a massacre, but they are more
deadly in the long run.
-- Mark Twain



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1007281708450.19...@rose.makesad.us



Bug#506040: Unclear licensing on some files

2010-07-21 Thread Asheesh Laroia

Hi Clint, thanks a whole bundle for being careful in that review!

On Tue, 20 Jul 2010, Clint Byrum wrote:

The package will need to be uploaded before the FeatureFreeze which is 
on August 12th.


It would be best if it were ready for upload by July 29th, as that way 
it would be included in Alpha3.


Hopefully also we can get it uploaded to Debian ASAP so that both 
distributions benefit. Maybe your mentor can sponsor its upload?


Okay, I'll keep my eye on my email (-:



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1007210242280.1...@rose.makesad.us



Bug#506040: Status of uploading user space to debian?

2010-07-16 Thread Asheesh Laroia
Hi! I've been swamped lately, so your help reviewing the packaging would 
help with the ITP.





--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1007160437020.1...@rose.makesad.us



Bug#569085: ITP: extundelete -- extundelete is a utility which recovers deleted files from ext3 and ext4 partitions.

2010-02-09 Thread Asheesh Laroia

On Tue, 9 Feb 2010, rich wrote:


Package: wnpp
Severity: wishlist
Owner: rich rerc...@acm.jhu.edu


* Package name: extundelete
 Version : 0.1.8
 Upstream Author : Nic Case number9...@users.sourceforge.net
* URL : http://extundelete.sourceforge.net/
* License : GPLv2
 Programming Lang: C++
 Description : extundelete is a utility which recovers deleted files from 
ext3 and ext4 partitions.

extundelete is a utility which recovers deleted files from ext4 and ext4
partitions. It extends the work by Carlo Wood on examining the ext3 journal
and other metadata for data recovery for efficiency and usability, as well
as making use of the ext2fs library. It also extends the work to function on
the ext4 filesystem.


When it's ready, I'd love to sponsor this.

-- Asheesh.

--
Hate the sin and love the sinner.
-- Mahatma Gandhi



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567186: RFH: miredo -- Teredo IPv6 tunneling through NATs

2010-01-27 Thread Asheesh Laroia

On Wed, 27 Jan 2010, Remi Denis-Courmont wrote:


Package: wnpp
Severity: normal


  Hello,

I request assistance with maintaining the miredo package.

The last update has unfortunately introduced a severe regression. That 
bug was upstream, but that's hardly an excuse since I am upstream too. 
In the mean time, I have lost contact of my sponsor (no answer from 
emails and IRC), and haven't been able to get a new on debian-mentors.


miredo is awesome. I'm paulprot...@debian.org and paulproteus on IRC and I 
would love to sponsor uploads and make sure miredo in Debian is as good as 
possible.


-- Asheesh.

--
It's so beautifully arranged on the plate -- you know someone's fingers
have been all over it.
-- Julia Child on nouvelle cuisine.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520230: What a cool-looking program

2009-03-29 Thread Asheesh Laroia

On Sun, 29 Mar 2009, Asheesh Laroia wrote:

I'm going to see about packaging sonicvisualizer. This isn't any sort of 
official notice, so if someone else beats me to it, that's fine.


Depends on 
http://breakfastquay.com/rubberband/


I'll see how that goes.

-- Asheesh.

--
Talkers are no good doers.
-- William Shakespeare, Henry VI



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#431809: Update?

2008-12-18 Thread Asheesh Laroia

Howdy Robert,

I wondered if you had given this bug any thought lately.  It'd be cool to 
have a podofo package.


-- Asheesh.

--
Every time I lose weight, it finds me again!



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#451561: Navit and copyright status

2008-08-22 Thread Asheesh Laroia

Dear navit ITPers,

I was looking into installing navit on my Neo FreeRunner running Debian, 
but I found this copyright-related ITP bug instead.


I see that revision 1100 in upstream's repository 
http://navit.svn.sourceforge.net/viewvc/navit?view=revrevision=1100 
seems to fix the issues this bug describes.  Since it's been months and 
months and 0.5 isn't out, can I ask you to simply link to that revision in 
the debian/copyright and/or patch that in as part of the Debian packaging? 
And then upload the resulting package to experimental?


Then Debian on FreeRunner users can enjoy Navit!

I'd be happy to do either of those things and build a source package if 
asked, but I don't really want to hijack this package (and I'm not a DD so 
I'd need to find a sponsor anyway).


I'm going to hang out on #debian-gis for a while (as paulproteus).

-- Asheesh.

--
If you suspect that this message may have been intercepted or amended,
please call the sender.



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



Bug#438166: ITP: libexempi2 -- A library to parse XMP metadata (Library)

2007-08-15 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]


* Package name: libexempi2
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : LGPL
  Programming Lang: C
  Description : A library to parse XMP metadata (Library)

Exempi is a library to parse XMP metadata as defined by the 
specification.
.
 Homepage: http://libopenraw.freedesktop.org/wiki/Exempi

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#438166: ITP: libexempi2 -- A library to parse XMP metadata (Library)

2007-08-15 Thread Asheesh Laroia

On Wed, 15 Aug 2007, Michael Biebl wrote:


Oops, there seems to be some vital information missing or incorrect.


Oops indeed, sorry - I was too quick to hit yes

-- Asheesh.

--
All the existing 2.0.x kernels are to buggy for 2.1.x to be the
main goal.
-- Alan Cox


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



Bug#377153: ITP: python-pysearch -- pYsearch is a wrapper for the Yahoo! search API

2007-07-01 Thread Asheesh Laroia
Hey, thanks a lot!  Sorry about flaking out; you're welcome to the 
package!


-- Asheesh.

--
Now is the time for all good men to come to.
-- Walt Kelly


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



Bug#401001: ITP: alpine -- Friendly text-based email client, designed for novices but also with expert features

2006-11-29 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]


* Package name: alpine
  Version : 0.8
  Upstream Author : Jeff Franklin [EMAIL PROTECTED]
* URL : http://www.washington.edu/alpine/
* License : Apache License 2.0
  Description : Friendly text-based email client, designed for novices but 
also with expert features

Alpine is an upgrade of the well-known PINE email client.  Alpine is Free
Software and supports a wide range of users, from expert to novice.  Alpine is
currently in alpha.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#377153: ITP: python-pysearch -- pYsearch is a wrapper for the Yahoo! search API

2006-07-06 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]


* Package name: python-pysearch
  Version : 2.0
  Upstream Author : Leif Hedstrom [EMAIL PROTECTED]
* URL : http://pysearch.sourceforge.net/
* License : BSD
  Description : Python interface to the Yahoo! Search Web Services

pYsearch provides a Python wrapper around Yahoo's web services, including term 
extraction, inbound link information, and standard keyword-oriented web search.

Homepage: http://pysearch.sourceforge.net/

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-xen-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#373150: ITP: ccd2iso -- Converter from CloneCD disc image format to standard ISO

2006-06-12 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]


* Package name: ccd2iso
  Version : 0.2
  Upstream Author : Danny Kurniawan [EMAIL PROTECTED] 
* URL : http://sourceforge.net/projects/ccd2iso/
* License : GPL
  Description : Converter from CloneCD disc image format to standard ISO

This converts CD backup files created using the non-free CloneCD program to a
format understood by most Free Software CD writing programs.

Homepage: http://sourceforge.net/projects/ccd2iso/

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-xen-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#350130: ITP: setblocksize -- reformats SCSI devices with 512-byte blocks

2006-01-27 Thread Asheesh Laroia

Subject: ITP: setblocksize -- reformats SCSI devices with 512-byte blocks
Package: wnpp
Owner: Asheesh Laroia [EMAIL PROTECTED]
Severity: wishlist

*** Please type your report below this line ***

* Package name: setblocksize
  Version : 0.1
  Upstream Author : Michael Baeuerle [EMAIL PROTECTED]
* URL : http://micha.freeshell.org/scsi/
* License : GPL
  Description : reformats SCSI devices with 512-byte blocks

This tool sets the hardware block size on a SCSI disk through the sg
interface and the MODE SELECT commmand.  Use this tool if Linux refuses
to use the disk with the error unsupported block size.

Homepage: http://micha.freeshell.org/scsi/

-- 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.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


--
Minnesota --
home of the blonde hair and blue ears.
mosquito supplier to the free world.
come fall in love with a loon.
where visitors turn blue with envy.
one day it's warm, the rest of the year it's cold.
land of many cultures -- mostly throat.
where the elite meet sleet.
glove it or leave it.
many are cold, but few are frozen.
land of the ski and home of the crazed.
land of 10,000 Petersons.


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



Bug#346528: ITP: gnome-clipboard-daemon -- keeps the content of your X clipboard in memory so the clipboard won't get lost even after you close the application you copied from

2006-01-08 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]

X-Debbugs-CC: Josselin Mouette [EMAIL PROTECTED];


* Package name: gnome-clipboard-daemon
  Version : 1.0
  Upstream Author : Hongli Lai [EMAIL PROTECTED]
* URL : 
http://members.chello.nl/~h.lai/gnome-clipboard-daemon/index.html
* License : GPL
  Description : keeps the content of your X clipboard in memory so the 
clipboard won't get lost even after you close the application you copied from

GNOME Clipboard Daemon is a program that keeps the content of your X clipboard
in memory, so the clipboard won' get lost even after you close the application
you copied from. It's a daemon - it has no GUI. You start it and it'll run in
the background and Just Work(tm).

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#346443: ITP: cue2toc -- converts CUE files to cdrdao's TOC format

2006-01-07 Thread Asheesh Laroia
Package: wnpp
Severity: wishlist
Owner: Asheesh Laroia [EMAIL PROTECTED]


* Package name: cue2toc
  Version : 0.4
  Upstream Author : Matthias Czapla [EMAIL PROTECTED]
* URL : http://cue2toc.sourceforge.net/
* License : GPL
  Description : converts CUE files to cdrdao's TOC format

 cue2toc from http://cue2toc.sourceforge.net/ has features that include support
 for complete set of CUE commands (e.g. catalog number, data and audio tracks,
 ISRC codes, CD-Text,  Pre-/Postgaps (with zero data or data from file),
 subindexes etc.), automatic determination of session type and conversion of
 data files by user configurable commands based on file name extension
 matching.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#310876: mdf2iso already packaged in Ubuntu Universe

2005-12-28 Thread Asheesh Laroia
A few months back, I filed the ITP Bug#310876 
http://bugs.debian.org/310876.  Just as I'm finally uploading this to 
mentors.debian.net and about to look for a sponsor, I discovered that 
Lukas Fittl had packaged this in Ubuntu Universe.


Lukas, do you plan to upload it to Debian, too?  If not, um, what should 
we do for Debian users?


Thanks, all.

-- Asheesh.

--
Disobedience:  The silver lining to the cloud of servitude.
-- Ambrose Bierce


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



Bug#291694: Who's going to package bloat?

2005-12-28 Thread Asheesh Laroia
I was about to upload this to mentors.debian.net, but I remembered that 
Mohammed took my bug a few months back.  May I take it back?


Also, it seems David was the one who actually gave it to Mohammed.

For what it's worth, I've been in contact with Sam Hocevar who has been 
working with upstream on maintaining their packages.  Either way is fine, 
though I'd rather end up with the package; let know soon so I can decide 
what to do with this .diff.gz :-).


-- Asheesh.

--
With listening comes wisdom, with speaking repentance.


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



Bug#289168: Waiting for Xvidcap

2005-12-28 Thread Asheesh Laroia
I really would like to use this program, and it's even packaged.  Why has 
it lingered on http://ftp-master.debian.org/new.html for a year now?


As a Debian user, I'd like to say it would be great if it were uploaded. 
I would like to use xvidcap to make video-based Debian documentation to 
help my friends enjoy Free Software.


-- Asheesh.

--
write-protect tab, n.:
A small sticker created to cover the unsightly notch carelessly left
by disk manufacturers.  The use of the tab creates an error message
once in a while, but its aesthetic value far outweighs the momentary
inconvenience.
-- Robb Russon


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



Bug#310876: (no subject)

2005-10-06 Thread Asheesh Laroia

retitle 310876 ITP: mdf2iso -- Converts Alcohol 120% bin images to standard 
ISO-9660 format
owner 310876 [EMAIL PROTECTED]

thanks

-- Asheesh.
--
The smallest worm will turn being trodden on.
-- William Shakespeare, Henry VI



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



Bug#316189: lomount will be included in Xen from now on

2005-10-06 Thread Asheesh Laroia
According to 
http://lists.xensource.com/archives/html/xen-changelog/2005-07/msg00172.html 
, Xen will bundle lomount in their releases.  So this program should not 
be packaged from the www.dad-answers.com; instead, it should be taken from 
the Xen source tree where it's going to be updated.


I suggest that the bug be reassigned to the Xen package; I'm CC:ing Xen's 
maintainer for that reason.  I don't know if lomount comes with the Debian 
xen package, or if it should be included in some xen-utils package, or 
what.


-- Asheesh.

--
QOTD:
I thought I saw a unicorn on the way over, but it was just a
horse with one of the horns broken off.



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