Bug#543888: ITA: broadcom-sta -- Common files for the Broadcom STA Wireless driver

2009-10-27 Thread Janos Guljas
There is a new upstream version 5.10.91.9.3 at
http://www.broadcom.com/support/802.11/linux_sta.php witch can be
compiled with Linux 2.6.31 kernel.

I have packaged it. Source packages can be found here:
http://mentors.debian.net/debian/pool/non-free/b/broadcom-sta/.

If nobody wants to adopt this package, I would like to maintain it. It
is important driver for many netbooks that have BCM4312 low-power
variant (PCI-ID: 14E4:4315) wlan.

-- 
Janoš Guljaš 
WWW: http://www.janos.in.rs
GPG: public key http://www.janos.in.rs/F3E9D498.asc
68EA 9490 579A 1D80 C3AB E50F 9216 C8D5 F3E9 D498



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



Processed: Re: otrs2 ITA / QA Uploads

2009-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 515300 RFA: otrs2 -- Open Ticket Request System
Bug #515300 [wnpp] ITA: otrs2 -- Open Ticket Request System
Changed Bug title to 'RFA: otrs2 -- Open Ticket Request System' from 'ITA: 
otrs2 -- Open Ticket Request System'
> noowner 515300
Bug #515300 [wnpp] RFA: otrs2 -- Open Ticket Request System
Removed annotation that Bug was owned by Tim Retout .
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#552175: RFP: TV-Browser

2009-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 552175 RFP: TV-Browser -- digital TV guide
Bug #552175 [wnpp] RFP: TV-Browser
Changed Bug title to 'RFP: TV-Browser -- digital TV guide' from 'RFP: 
TV-Browser'
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#552290: RFP: musca -- Musca is a lightweight, customizable tiling window manager inspired by ratpoison and dwm. There are no buit-in status bars, panels or window decorations, prese

2009-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 552290 RFP: musca -- lightweight, customizable tiling window manager
Bug #552290 [wnpp] RFP: musca -- Musca is a lightweight, customizable tiling 
window manager inspired by ratpoison and dwm. There are no buit-in status bars, 
panels or window decorations, preserving valuable screen real estate. It uses 
dwm's dmenu for application launching.
Changed Bug title to 'RFP: musca -- lightweight, customizable tiling window 
manager' from 'RFP: musca -- Musca is a lightweight, customizable tiling window 
manager inspired by ratpoison and dwm. There are no buit-in status bars, panels 
or window decorations, preserving valuable screen real estate. It uses dwm's 
dmenu for application launching.'
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#552515: ITP: muninpgplugins -- Munin plugins to monitor PostgreSQL

2009-10-27 Thread Holger Levsen
Hi Rodolphe,

On Montag, 26. Oktober 2009, Rodolphe Quiédeville wrote:
> * Package name: muninpgplugins
>   Version : 0.2.2
>   Upstream Author : Cédric Villemain 
> * URL : http://muninpgplugins.projects.postgresql.org/
> * License : GPL
>   Programming Lang: Perl
>   Description : Munin plugins to monitor PostgreSQL

Since munin 1.2.6-6 (1.2.6-10 is in lenny) postgres plugins are included in 
the munin-node binary package, which was #320079.

How do those plugins differ? I'd be happy to include them in the "proper" 
munin packages if they offer better/more functionality.

Cédric, have you submitted your plugins to muninexchange? 


regards,
Holger


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


Processed: tagging 419746

2009-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 419746 + pending
Bug #419746 [wnpp] ITP: zfs-fuse -- A FUSE wrapper for the ZFS filesystem in 
Linux
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#471826: Need testing and sponsorship

2009-10-27 Thread sean finney
hi again!

On Tue, Oct 27, 2009 at 05:06:19PM +0100, Rodolphe Quiedeville wrote:
> I'm ready to upload a new version off pgpool2 2.2.5, the files are
> available at http://rodolphe.quiedeville.org/pgpool2/
> 
> If you could have a look at them, I'll upload the package to mentors if
> you think the package is ok.

looks good!  the only blocker imho:

i don't have much to back this is up, but i have the sneaking suspicion
that libpcp.so.0 is not a properly managed/soname-versioned shared
library.  

since there are no development headers nor are other packages expected
to link against it (afaik), i suggest that you move the shared library
to a private directory (/usr/lib/pgpool2 or similar), and make sure that
the binaries' linked RPATH is updated accordingly.  this might be as
simple as specifying --libdir to configure.

other comments (not necessarily to fix now but maybe to throw at the BTS
after the package is uploaded):

* port 5433 was already in use on my system (i have multiple pg clusters
  running).  maybe the init script could give a warning message if it
  can figure out that the port is already in use).
* when the daemon dies, it dies semi-silently (the lack of start-stop-daemon
  and the pipe to logger is to blame, though i don't know of a better way
  to accomplish this with the lack of proper daemonizing/syslogging in the
  upstream code).
* debconf prompts for pcp admin user/password would be pretty sweet.

the rest of the issues that i have with it are better addressed upstream
(we could also file+forward bugs for them):

* lack of ssl support in frontend/backend
* lack of built-in syslog support
* improper daemonizing 
* the pcp_foo commands leave quite a bit to be desired in terms of usability.


sean


signature.asc
Description: Digital signature


Bug#552587: ITP: ibus-client-clutter -- ibus input method framework for clutter

2009-10-27 Thread Ying-Chun Liu (PaulLiu)
Package: wnpp
Severity: wishlist
Owner: "Ying-Chun Liu (PaulLiu)" 

* Package name: ibus-client-clutter
  Version : 0.0+git20090728.a936bacf
  Upstream Author : Huang Peng 
Raymond Liu 
* URL : http://git.moblin.org/cgit.cgi/ibus-client-clutter/
* License : LGPL-2.1
  Programming Lang: C
  Description : ibus input method framework for clutter
 IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It
 provides full featured and user friendly input method user interface. It also
 may help developers to develop input method easily.
 .
 ibus-clutter is the clutter client of ibus, it provides a clutter-immodule
 for ibus.


-- 
PaulLiu(劉穎駿)
E-mail address: paul...@debian.org








signature.asc
Description: OpenPGP digital signature


Bug#552515: marked as done (ITP: muninpgplugins -- Munin plugins to monitor PostgreSQL)

2009-10-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Oct 2009 11:29:51 +0200
with message-id <200910271029.51836.hol...@layer-acht.org>
and subject line Re: Bug#552515: ITP: muninpgplugins -- Munin plugins to 
monitor PostgreSQL
has caused the Debian Bug report #552515,
regarding ITP: muninpgplugins -- Munin plugins to monitor PostgreSQL
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
552515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552515
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Rodolphe Quiédeville" 

* Package name: muninpgplugins
  Version : 0.2.2
  Upstream Author : Cédric Villemain  
* URL : http://muninpgplugins.projects.postgresql.org/
* License : GPL
  Programming Lang: Perl
  Description : Munin plugins to monitor PostgreSQL

 pg__connections, output the number of idle, waiting and active
 connections.
 .
 pg__db_size, output the database size
 pg__locks, output all possible locks from PostgreSQL.
 .
 pg__stat_database, output all data from this view for
 specified database.
 .
 pg__stat_tables, take every column in pg_stat_*_tables (except
 *vacuum and *analyze). The data is then usable for agregate graph in
 munin.conf (like ratio).  Special parameter (statscope) to specify if
 pg_stat_all_tables or pg_stat_user_tables or pg_stat_sys_tables is
 used (user by default).
 .
 pg__statio_tables, take every column in pg_statio_*_tables. The data
 is then usable for agregate graph in munin.conf (like ratio).
 Special parameter (statscope) to specify if pg_statio_all_tables or
 pg_statio_user_tables or pg_statio_sys_tables is used (user by
 default).
 .
 pg__stat_bgwriter This plugin take every column in
 pg_stat_bgwriter. The data is then usable for agregate graph in
 munin.conf (like ratio).  As all databases have the same values in
 this table, it is unecessary to grab them more than once.


--- End Message ---
--- Begin Message ---
Hi Rodolphe,

On Dienstag, 27. Oktober 2009, Rodolphe Quiedeville wrote:
> I miss this, sorry for opening this ITP, you can close it.

no problem, closing. :-)


regards,
Holger


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


Bug#552515: ITP: muninpgplugins -- Munin plugins to monitor PostgreSQL

2009-10-27 Thread Peter Palfrader
On Tue, 27 Oct 2009, Stephen Gran wrote:

> This one time, at band camp, Rodolphe Quiédeville said:
> > Package: wnpp
> > Severity: wishlist
> > Owner: "Rodolphe Quiédeville" 
> > 
> > * Package name: muninpgplugins
> 
> While I'm happy to see some of the out of tree munin plugins getting
> shipped, I wonder if it makes sense to have a larger bundle package,
> something like munin-plugins-extra?  There are loads of useful out of
> tree munin plugins floating around out there, and it might be nice to
> package them up.

And even if not, muninpgplugins is a bad name when the other packages
are called munin-plugins-extra and munin-libvirt-plugins.  Maybe we can
agree on one style before we mess up the archive?

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#552515: ITP: muninpgplugins -- Munin plugins to monitor PostgreSQL

2009-10-27 Thread Rodolphe Quiedeville
Holger Levsen a écrit :
> Hi Rodolphe,
[...]
> Since munin 1.2.6-6 (1.2.6-10 is in lenny) postgres plugins are included in 
> the munin-node binary package, which was #320079.

Hi Holger,

I miss this, sorry for opening this ITP, you can close it.

Regrads



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



Bug#484289: package #484289

2009-10-27 Thread M. van Brummelen
Hi,

I will package pam-script and will rename it to libpam-script.
Should be on mentors.debian.net soon.

Regards,
Martijn


"Wandering around our America has changed me more than I thought. I am not
me any
more. At least I'm not the same me I was." ~ Guevara





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



Processed: block 550912 with 551100

2009-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 550912 with 551100
Bug #550912 [wnpp] ITP: emerillon -- map viewer for the GNOME desktop
Was not blocked by any bugs.
Added blocking bug(s) of 550912: 551100
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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