Bug#603116: RFP: libx11-xcb-perl -- perl bindings for libxcb

2010-11-15 Thread Michael Stapelberg
Hi everybody,

Excerpts from gregor herrmann's message of 2010-11-11 23:18:09 +0100:
 Definitely!
 Michael, would you like to join the Debian Perl Group, so we can
 work together on the packaging?
Sure, I already have an account on alioth and will send the mail to debian-perl
in a few minutes.

Best regards,
Michael



--
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/1289827363-sup-7...@midna.zekjur.net



Bug#603116: RFP: libx11-xcb-perl -- perl bindings for libxcb

2010-11-11 Thread gregor herrmann
On Thu, 11 Nov 2010 23:04:24 +0100, Axel Beckert wrote:

  I was wondering why you don't package it yourself but after looking
  at it I think I know :)
 Well, I was thinking about it, but as Upstream is also active within
 Debian I contacted him first (via IRC, so no Cc on the bug-report --
 won't let that happen again).

Oh, I didn't know that. Nice!
 
  Anyway, a preliminary package is available in the pkg-perl svn repo.
 My bad. I found the following out just after I wrote the RFP: The
 upstream author who is also maintainer of some Debian packages, also
 works on packaging for it. (He told me on IRC.) Some beginning is
 already in the git repo at http://code.stapelberg.de/git/X11-XCB/tree/debian
 I send him some patches against his packaging which are needed to get
 it to build at least (missing B-D, etc.)

Ok.
 
  - (fun with missing parts in META.yml and half-baked POD)
  - a botched test
  - tests fail with xvfb and pass without only because most of them are
skipped due to a missing connection to the xserver (in my
cowbuilder chroot)
 Hey, that sounds like more than Michael did on packaging. 

:)
 
 Michael, Gregor: Please merge your packaging efforts! :-)

Definitely!
Michael, would you like to join the Debian Perl Group, so we can
work together on the packaging?

Info at http://wiki.debian.org/Teams/DebianPerlGroup/Welcome

My package is in our svn repo at
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx11-xcb-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libx11-xcb-perl/

(Including two patches.)
 
  If you nevertheless feel like uploading, I suggest to target
  experimental for the time being.
 I'll wait for Michael's first release anyway, but will continue to
 test it then and when.

Great.
 
 BTW: I basically plan to use that as replacement for the buggy and
 removed nawm (Not A Window Manager, http://packages.debian.org/nawm).

Nice.
 
 Sorry again for not updating this RFP earlier.

No problem.


Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Neil Young: I Believe In You


signature.asc
Description: Digital signature


Bug#603116: RFP: libx11-xcb-perl -- perl bindings for libxcb

2010-11-11 Thread gregor herrmann
On Thu, 11 Nov 2010 00:50:56 +0100, Axel Beckert wrote:

 * Package name: libx11-xcb-perl
   Version : 0.01_006 (not really released yet)
   Upstream Author : Michael Stapelberg michael+...@stapelberg.de
 * URL or Web page : 
 http://search.cpan.org/~mstplbg/X11-XCB-0.01_006/lib/X11/XCB.pm.in
 * License : Artistic
   Description : perl bindings for libxcb
 
 These bindings wrap libxcb (a C library to speak with X11, in many
 cases better than Xlib in many aspects) and provide a nice object
 oriented interface to its methods (using Moose).

I was wondering why you don't package it yourself but after looking
at it I think I know :)

Anyway, a preliminary package is available in the pkg-perl svn repo.
But I'm not sure this is a module ready for Debian:
- not released upstream
- warnings about pending API changes and experimental character
- (fun with missing parts in META.yml and half-baked POD)
- a botched test
- tests fail with xvfb and pass without only because most of them are
  skipped due to a missing connection to the xserver (in my
  cowbuilder chroot)

If you nevertheless feel like uploading, I suggest to target
experimental for the time being.


Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Bruce Springsteen: Walk Like A Man


signature.asc
Description: Digital signature


Bug#603116: RFP: libx11-xcb-perl -- perl bindings for libxcb

2010-11-11 Thread Axel Beckert
Hi Gregor,

gregor herrmann wrote:
  * Package name: libx11-xcb-perl
Version : 0.01_006 (not really released yet)
Upstream Author : Michael Stapelberg michael+...@stapelberg.de
  * URL or Web page : 
  http://search.cpan.org/~mstplbg/X11-XCB-0.01_006/lib/X11/XCB.pm.in
  * License : Artistic
Description : perl bindings for libxcb
  
  These bindings wrap libxcb (a C library to speak with X11, in many
  cases better than Xlib in many aspects) and provide a nice object
  oriented interface to its methods (using Moose).
 
 I was wondering why you don't package it yourself but after looking
 at it I think I know :)

Well, I was thinking about it, but as Upstream is also active within
Debian I contacted him first (via IRC, so no Cc on the bug-report --
won't let that happen again).

 Anyway, a preliminary package is available in the pkg-perl svn repo.

My bad. I found the following out just after I wrote the RFP: The
upstream author who is also maintainer of some Debian packages, also
works on packaging for it. (He told me on IRC.) Some beginning is
already in the git repo at http://code.stapelberg.de/git/X11-XCB/tree/debian

I send him some patches against his packaging which are needed to get
it to build at least (missing B-D, etc.)

 But I'm not sure this is a module ready for Debian:
 - not released upstream

That's the reason why upstream hasn't published it yet.

 - warnings about pending API changes and experimental character
 - (fun with missing parts in META.yml and half-baked POD)
 - a botched test
 - tests fail with xvfb and pass without only because most of them are
   skipped due to a missing connection to the xserver (in my
   cowbuilder chroot)

Hey, that sounds like more than Michael did on packaging. 

Michael, Gregor: Please merge your packaging efforts! :-)

 If you nevertheless feel like uploading, I suggest to target
 experimental for the time being.

I'll wait for Michael's first release anyway, but will continue to
test it then and when.

BTW: I basically plan to use that as replacement for the buggy and
removed nawm (Not A Window Manager, http://packages.debian.org/nawm).

Sorry again for not updating this RFP earlier.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



-- 
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/2010220424.gr7...@sym.noone.org



Bug#603116: RFP: libx11-xcb-perl -- perl bindings for libxcb

2010-11-10 Thread Axel Beckert
Package: wnpp
Severity: wishlist

* Package name: libx11-xcb-perl
  Version : 0.01_006 (not really released yet)
  Upstream Author : Michael Stapelberg michael+...@stapelberg.de
* URL or Web page : 
http://search.cpan.org/~mstplbg/X11-XCB-0.01_006/lib/X11/XCB.pm.in
* License : Artistic
  Description : perl bindings for libxcb

These bindings wrap libxcb (a C library to speak with X11, in many
cases better than Xlib in many aspects) and provide a nice object
oriented interface to its methods (using Moose).

Please note that its aim is NOT to provide yet another toolkit for
creating graphical applications. It is a low-level method of
communicating with X11. Use cases include testcases for all kinds of
X11 applications, implementing really simple applications which do not
require an graphical toolkit (such as GTK, QT, etc.) or command-line
utilities which communicate with X11.



-- 
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/20101110235056.96623894...@sym.noone.org