Re: RFS: libsockets++

2009-08-10 Thread Ansgar Burchardt
Hi,

Leinier Cruz Salfran  writes:

> I am looking for a sponsor for my package "libsockets++". 

I'm not a DD, but can offer some comments on your package:

1. The library links OpenSSL, but is GPL-only.

2. There is no need to mention the license in the package 
description.

3. Current Debian Policy is 3.8.2, not 3.8.0.  Check 
/usr/share/doc/debian-policy/upgrading-checklist.txt.gz.

4. In my opinion debian/README.Debian is useless. 
debian/changelog has already the same information.

5. The version should include a revision for the packaging, 
i.e. 2.3.5-1 instead of 2.3.5.

6. The binary package name for the shared library does not include 
the soname.  See Policy ch. 8.  You should also read the Debian 
Library Packaging Guide if you have not already done so.

7. There is no need to include gpl.txt as documentation.  Refer to 
/usr/share/common-licenses instead.

8. The ${shlibs:Depends} should provide the correct dependencies 
on other shared libraries, so there should be no need to add these 
dependencies by hand as well.

Regards,
Ansgar


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



Re: RFS: libsockets++

2009-08-10 Thread Mauro Lizaur
Hola Leinier,

El 2009-08-10, Leinier Cruz Salfran escribio:

> Dear mentors,
> 
> I am looking for a sponsor for my package "libsockets++".
> 
> * Package name: libsockets++
>   Version : 2.3.5
>   Upstream Author : gry...@alhem.net
> * URL : http://www.alhem.net/Sockets/
> * License : GPL
>   Section : libs
> 
> It builds these binary packages:
> libsockets++ - C++ sockets class library
> libsockets++-dev - C++ sockets class library - development files
> 

I haven't built this lib but at a quick glance:

- The package (most likely) should be non-native, and yours is a native.
- Try to improve the copyright file.
 - It misses the license, also if the lib license is the GPL v1, you 
   should provide the full license since it isn't available anymore in
   /usr/share/common-licenses/, note the GPL symlink points to the v3.
 - the line with the copyright author isn't well formatted.
 - the upstream author is incomplete
 Take a look at this thread[0], which may be useful.
- Update the standards-version
- since you're using debhelper 7, there's no need to use 'dh_clean -k' in
  debian/rules, use 'dh_prep' instead.

Perhaps i'm missing something more, but i'll leave it to you 
(and lintian, hint.)

[0] http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html

Saludos,
Mauro

--
JID: lavaram...@jabber.org | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1


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



RFS: libsockets++

2009-08-10 Thread Leinier Cruz Salfran
Dear mentors,

I am looking for a sponsor for my package "libsockets++".

* Package name: libsockets++
  Version : 2.3.5
  Upstream Author : gry...@alhem.net
* URL : http://www.alhem.net/Sockets/
* License : GPL
  Section : libs

It builds these binary packages:
libsockets++ - C++ sockets class library
libsockets++-dev - C++ sockets class library - development files

The upload would fix these bugs: 539568

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/l/libsockets++
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/l/libsockets++/libsockets++_2.3.5.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Leinier Cruz Salfran


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


Re: RFS: python-iso8583 - library for ISO 8583 transactions

2009-08-10 Thread Mauro Lizaur
Hola Piotr,

El 2009-08-10, Piotr Ożarowski escribio:

> [Mauro Lizaur, 2009-08-08]
> > http://svn.debian.org/wsvn/python-modules/packages/python-iso8583/
> 
> full copy of GPL-3 is missing in upstream tarball, minor issues already
> committed to the repo.


from IRC #debian-pyt...@irc.oftc.net:

19:12 < lavaramano> POX: about p-iso8583, i've just contacted upstream about 
the missing gpl3 copy.
19:12 < lavaramano> btw, the watch file was working fine for me, wasn't the 
same case for you?


Saludos,
Mauro

--
JID: lavaram...@jabber.org | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1


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



Re: Bug#539714: man mbrola mentions /usr/share/doc/mbrola/readme.txt

2009-08-10 Thread Samuel Thibault
Hello,

Cc-ing debian-mentors as I'm not sure how to tackle this.
(yes it's a nonfree package but the question generally holds)

Dr. Markus Waldeck, le Mon 03 Aug 2009 09:48:58 +0200, a écrit :
> This manual page was written by Igor B. Poretsky , 
> for the Debian project but the mentioned page 
> (/usr/share/doc/mbrola/readme.txt) does not (longer?) exist.

It gets automatically compressed by debhelper into
/usr/share/doc/mbrola/readme.txt.gz

I'm not sure how I should fix it:

- have debhelper never compress it,
- fix the path in the manual page, but the file might also not be
  compressed by debhelper, depending on its size, and then it would need
  to be fixed back...
- not care

Samuel


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



Re: RFS: python-iso8583 - library for ISO 8583 transactions

2009-08-10 Thread Piotr Ożarowski
[Mauro Lizaur, 2009-08-08]
> http://svn.debian.org/wsvn/python-modules/packages/python-iso8583/

full copy of GPL-3 is missing in upstream tarball, minor issues already
committed to the repo.
-- 
-=[ Piotr Ożarowski ]=-
-=[ http://www.ozarowski.pl ]=-


signature.asc
Description: Digital signature


Re: RFS: libhtml-calendarmonthsimple-perl

2009-08-10 Thread Italo Valcy

Hi,

Citando Ryan Niebur , em 09-08-2009:


would you please consider joining the perl team? they'll sponsor your
uploads. you don't need to know Perl.


Well, you won... :-) I have been submitted a joining request for that group.


King regards,

--
Saudações,

Italo Valcy :: http://wiki.dcc.ufba.br/~ItaloValcy


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



Re: RFS: ognl

2009-08-10 Thread Hendrik Weimer
Matthew Johnson  writes:

> I don't like:
>
> * 5. Products derived from this software may not be called
> * "OpenSymphony"
> *or "OGNL", nor may "OpenSymphony" or "OGNL" appear in their
> *name, without prior written permission of the OpenSymphony
> *Group.
>
> since we are, arguably, distributing a derivative work and if we ever
> patch it then we certainly are.

Like it or not, but it seems to be fine from the DFSG side. If
upstream remains uncooperative the proper way to handle such trademark
hassle is to ship a rebranded version.

Hendrik


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



Re: RFS: djmount

2009-08-10 Thread Ben Finney
Eduardo M KALINOWSKI  writes:

> On Dom, 09 Ago 2009, Ben Finney wrote:
> > You mean, the list should lie about the author of messages so that
> > when you use the “reply to author” feature, it doesn't go only to
> > the author? No, that's not a viable option.
> 
> It doesn't need to change the author, only the "reply to" field.

Which is a field to be set only by the message author, so is a lie if
set by the list.

> And yes, I've read "reply to considered harmful". Spare your links.

Okay. People can find RFC 2822 for themselves I guess.

-- 
 \ “Don't be afraid of missing opportunities. Behind every failure |
  `\ is an opportunity somebody wishes they had missed.” —Jane |
_o__)  Wagner, via Lily Tomlin |
Ben Finney


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



Re: RFS: me-tv (updated package)

2009-08-10 Thread Julian Andres Klode
On Mon, Aug 10, 2009 at 01:19:14PM +0200, Teis Dreijer wrote:
> Dear mentors,
> 
> I am looking for a sponsor for the new version 1.0.0-0+nmu1
> of my package "me-tv". I NMU this with approval of current/previous 
> maintainer and upstream developer Michael Lamothe.
> 
> It builds these binary packages:
> me-tv  - Me TV, it's TV for me computer
> 
> The package appears to be lintian clean.
> 
> The upload would fix these bugs: 523871, 527946, 536300, 539161, 540422
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/m/me-tv
> - Source repository: deb-src http://mentors.debian.net/debian unstable main 
> contrib non-free
> - dget 
> http://mentors.debian.net/debian/pool/main/m/me-tv/me-tv_1.0.0-0+nmu1.dsc
> 
> I would be glad if someone uploaded this package for us all to enjoy.

As already discussed, I will do it.

-- 
Julian Andres Klode  - Free Software Developer
   Debian Developer  - Contributing Member of SPI
   Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/   XMPP: juli...@jabber.org
Debian:  http://www.debian.org/  SPI:  http://www.spi-inc.org/
Ubuntu:  http://www.ubuntu.com/  FSFE: http://www.fsfe.org/


pgpLZ5dBCdo4B.pgp
Description: PGP signature


RFS: me-tv (updated package)

2009-08-10 Thread Teis Dreijer
Dear mentors,

I am looking for a sponsor for the new version 1.0.0-0+nmu1
of my package "me-tv". I NMU this with approval of current/previous maintainer 
and upstream developer Michael Lamothe.

It builds these binary packages:
me-tv  - Me TV, it's TV for me computer

The package appears to be lintian clean.

The upload would fix these bugs: 523871, 527946, 536300, 539161, 540422

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/m/me-tv
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/m/me-tv/me-tv_1.0.0-0+nmu1.dsc

I would be glad if someone uploaded this package for us all to enjoy.

Kind regards
 Teis Dreijer


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



Re: RFS: djmount

2009-08-10 Thread Eduardo M KALINOWSKI

On Dom, 09 Ago 2009, Ben Finney wrote:

You mean, the list should lie about the author of messages so that when
you use the “reply to author” feature, it doesn't go only to the author?
No, that's not a viable option.


It doesn't need to change the author, only the "reply to" field.

And yes, I've read "reply to considered harmful". Spare your links.  
And I'm not advocating it, I'm just saying what would be changed.



--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


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