Re: RFA: all my packages

2011-02-10 Thread Ruben Molina
El jue, 10-02-2011 a las 17:11 -0500, Decklin Foster escribió:
> I'm looking for a new maintainer for, well, any of these. My heart is
> not in it anymore and most of them have been neglected for a while.
> Recently my free time has been taken up by other things (mainly my job)
> and I forsee that continuing.
> 
> http://qa.debian.org/developer.php?login=decklin%40red-bean.com
> 

I'll be happy to take over netcat. Co-maintainers are welcome.
Best regards,
  Ruben Molina


signature.asc
Description: This is a digitally signed message part


Re: Help with uscan

2009-12-17 Thread Ruben Molina
El vie, 18-12-2009 a las 14:14 +1100, Erik de Castro Lopo escribió:
> I'm trying to write a debian/watch file for an upstream package which 
> has a version number 1.2.3-rc4. For the debian package I need to drop
> the dash from the version number to give a debian version number of
> 1.2.3rc4.

Hi Erik,

You can use uversionmangle (see uscan manpage), but I think you should
use 1.2.3~rc4 instead of 1.2.3rc4 because 1.2.3rc4 > 1.2.3 (see dpkg
--compare-versions).

Try something like: 
opts="uversionmangle=s/-rc/~rc/" http://site/package-(.*).tar.gz

Regards,
Ruben Molina


signature.asc
Description: Esta parte del mensaje está firmada digitalmente