Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Stig Sandbeck Mathisen
Asheesh Laroia  writes:

> It's live: http://mentors.debian.net/

Very impressive. Congratulations to all involved parties. :)


-- 
Stig Sandbeck Mathisen 


pgpJhDoY8uSQp.pgp
Description: PGP signature


Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Asheesh Laroia
Excerpts from Raphael Hertzog's message of Thu Aug 11 15:31:57 -0400 2011:
> Hi Asheesh,
> 
> thank you for your work on this new version! It's really a big step
> forward.
> 
> On Thu, 11 Aug 2011, Asheesh Laroia wrote:
> > It's live: http://mentors.debian.net/
> 
> The PTS cron mail now gives me this message:
> | Downloading 
> http://mentors.debian.net/debian/dists/unstable/non-free/source/Sources.gz
> | failed, Sources-mentors_non-free.gz is stale now
> 
> Can you ensure it's always generated (even if empty) ?

I just made it manually for now. When it needs to be refreshed it should be
created as non-empty.

Does that do the trick?

-- Asheesh.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1313140868-sup-8...@rose.makesad.us



Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Raphael Hertzog
Hi,

On Fri, 12 Aug 2011, Asheesh Laroia wrote:
> > The PTS cron mail now gives me this message:
> > | Downloading 
> > http://mentors.debian.net/debian/dists/unstable/non-free/source/Sources.gz
> > | failed, Sources-mentors_non-free.gz is stale now
> > 
> > Can you ensure it's always generated (even if empty) ?
> 
> I just made it manually for now. When it needs to be refreshed it should be
> created as non-empty.
> 
> Does that do the trick?

As long as it doesn't disappear when it will switch back from non-empty to
empty, yes. :-)

Thanks.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110812124135.gd23...@rivendell.home.ouaza.com



Re: The archive now supports xz compression

2011-08-12 Thread Raphael Hertzog
On Thu, 11 Aug 2011, Colin Watson wrote:
> > Since hardcoding gzip for base packages seems to be a bit brittle,
> > we need to work towards allowing xz usage in debian-installer and accept
> > it as a dependency for deboostrap on non-Debian systems (I don't think
> > it's a big issue, xz is portable and is more and more widely used).
> 
> Can you quantify that?  I don't have hard numbers for the non-Debian
> systems where people report running debootstrap; perhaps you do ...

Nope, sorry. I was referring to things like GNOME shipping only .tar.xz.
I mean they would not take such a decision if getting an xz decompressor
was a pain on many systems.

ftp.gnu.org also ships .tar.xz nowadays.

> > I guess that a first step is to have an xz udeb...
> 
> No.  busybox already has an unxz applet, so if we choose to do this then
> we should enable that applet in busybox-udeb, not add a separate udeb.

Ok, then maybe a first step is to verify if deboostrap + busybox's unxz
work correctly together to setup a debian chroot with all base packages
recompiled with xz.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110812125032.ge23...@rivendell.home.ouaza.com



Bug#637541: ITP: ampsharp -- Asynchronous Messaging Protocol library for .NET

2011-08-12 Thread Eric Mangold
Package: wnpp
Severity: wishlist
Owner: Eric P. Mangold 


* Package name: ampsharp
  Version : 2.0.4
  Upstream Author : Eric P. Mangold 
* URL : http://amp-protocol.net/AmpSharp
* License : Expat
  Programming Lang: C#
  Description : Asynchronous Messaging Protocol library for .NET

AMP is an RPC protocol for sending multiple asynchronous
request/response pairs over the same connection.  Requests
and responses are both collections of key/value pairs.
AMP is simple, flexible and efficient, with implementations
in many languages.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110812124350.3837.93566.report...@sapphire.hq.teratorn.org



Re: The archive now supports xz compression

2011-08-12 Thread Colin Watson
On Fri, Aug 12, 2011 at 02:50:32PM +0200, Raphael Hertzog wrote:
> On Thu, 11 Aug 2011, Colin Watson wrote:
> > Can you quantify that?  I don't have hard numbers for the non-Debian
> > systems where people report running debootstrap; perhaps you do ...
> 
> Nope, sorry. I was referring to things like GNOME shipping only .tar.xz.
> I mean they would not take such a decision if getting an xz decompressor
> was a pain on many systems.

I would love to have such faith. :-)

-- 
Colin Watson   [cjwat...@debian.org]


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110812131622.ga5...@riva.dynamic.greenend.org.uk



Docs/examples on how to package a PostgreSQL needing app

2011-08-12 Thread Olivier Berger
Hi.

I cannot seem to find any packaging guidelines an how to deal with a
PostgreSQL database management in a package of a web app requiring a PG
DB.

More specifically, if usual installation directives mention modifying of
pg_hba.conf, how should one translate that into Debian packaging scripts
actions ?

Is modifying pg_hba.conf in a package's config script via ucf an
option ?

Is there a better place to ask or learn ?

Thanks in advance.

Best regards,
-- 
Olivier BERGER (Debian developer)
(OpenPGP: 4096R/7C5BB6A5)
http://www.olivierberger.com/weblog/


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1313154700.7174.4.ca...@inf-8657.int-evry.fr



Re: Bug#637422: ITP: libaacs -- free-and-libre implementation of AACS

2011-08-12 Thread Ivan Shmakov
> Alessio Treglia  writes:

[…]

 > Features:

 > * Portability: Currently supported platforms are GNU/Linux, Windows,
 > MacOS X. The main dependency is libgcrypt for all cryptographic
 > functions.

 > * Freedom: libaacs is released under a Free Software license,
 > ensuring it will stay free.

 > * Legal: libaacs does not include any key or certificate and respects
 > copyright.

My English skills may be failing me, but to my eye, “legality”
can be a feature, while “legal” can't.

[…]

-- 
FSF associate member #7257


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/86ei0qach5@gray.siamics.net



Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Ian Jackson
Asheesh Laroia writes ("mentors.debian.net runs the debexpo code now"):
> It's live: http://mentors.debian.net/

Thanks, this looks very cool.

I have a question, from the point of view of a potential
sponsor/mentor.

How can I tell the "status" of each of these packages ?  I mean: I
would like to know whether anyone else has already reviewed it, or is
working on it, or has uploaded it to Debian proper.  Am I expected to
subscribe to debian-mentors ?  The "introductory page for sponsors"
was a bit sparse.

Thanks,
Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20037.16527.662914.278...@chiark.greenend.org.uk



Bug#637558: ITP: libdata-printer-perl -- colored pretty-printer of Perl data structures and objects

2011-08-12 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdata-printer-perl
  Version : 0.22
  Upstream Author : Breno G. de Oliveira 
* URL : http://search.cpan.org/dist/Data-Printer/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : colored pretty-printer of Perl data structures and objects

Data::Printer offers these features out of the box

   * Sane defaults
   * Highly customizable
   * Colored output by default
   * Human-friendly output, with array index and custom separators
   * Full object dumps including methods, inheritance and internals
   * Exposes extra information such as tainted data and weak references
   * Ability to easily create filters for objects and regular structures
   * Ability to load settings from a .dataprinter file



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110812152439.853b040b...@carrier.mxey.lan



Bug#637559: ITP: libtest-mock-redis-perl -- test stub for Redis databases

2011-08-12 Thread Maximilian Gass
Package: wnpp
Owner: Maximilian Gass 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-mock-redis-perl
  Version : 0.05
  Upstream Author : Jeff Lavallee 
* URL : http://search.cpan.org/dist/Test-Mock-Redis/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : test stub for Redis databases

Test::Mock::Redis can be used in place of Redis for running
tests without needing a running redis instance.

This module is designed to function as a drop in replacement for
Redis.pm for testing purposes.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110812152505.3907c40b...@carrier.mxey.lan



Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Paul Wise
On Fri, Aug 12, 2011 at 5:02 PM, Ian Jackson wrote:

> How can I tell the "status" of each of these packages ?  I mean: I
> would like to know whether anyone else has already reviewed it, or is
> working on it, or has uploaded it to Debian proper.  Am I expected to
> subscribe to debian-mentors ?  The "introductory page for sponsors"
> was a bit sparse.

The previous ways to check status were:

look at NEW or incoming.d.o.

look for replies to the ITP bug and or to debian-devel.

look for replies to the RFS mail on debian-mentors.

debexpo adds this to the above:

look for comments on the mentors.d.n website.

There never was any guarantee that subscribing to -mentors meant you
would know about other reviews. Indeed, it often happens that a
package gets uploaded to the archive and the maintainer/sponsor don't
even reply to the RFS saying that the package was uploaded. Or the
reviews moved to IRC or some team's mailing list. This doesn't change
with the new mentors, it just introduces yet another place to look for
reviews. Perhaps the comments on the site will become the primary
place for feedback, but I doubt it considering Debian's mail-centric
culture.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caktje6ed3egeccazcennjmihboexpbrazbpqksvov0to-cz...@mail.gmail.com



Re: Docs/examples on how to package a PostgreSQL needing app

2011-08-12 Thread Bernd Zeimetz
On 08/12/2011 03:11 PM, Olivier Berger wrote:
> Hi.
> 
> I cannot seem to find any packaging guidelines an how to deal with a
> PostgreSQL database management in a package of a web app requiring a PG
> DB.
> 
> More specifically, if usual installation directives mention modifying of
> pg_hba.conf, how should one translate that into Debian packaging scripts
> actions ?

If your application runs on the same host as postgres, there is no need to
modify pg_hba.conf as local users will be authenticated with ident - all you
need to to is to create the role for them in postgres.

If it runs somewhere else, you can't modify the remote pg_hba.conf.

To add new databases (and roles) to postgres, look into dbconfig-common.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e45707d.4010...@bzed.de



Re: Bug#637351: ITP: urfkill -- urfkill is a daemon for the management of the radio killswitches.

2011-08-12 Thread Andrea Bolognani
On Thu, Aug 11, 2011 at 05:34:56PM +0800, Keng-Yu Lin wrote:

> "rfkill" package in the archive is just a simple utility for switch
> on/off the RF device.
> urfkill handles the hotkeys (KEY_WLAN, KEY_BLUETOOTH, KEY_RFKILL, etc)
> and can be configurable to behave differently on the key pressed.
> Say, one may like the bluetooth to be switched off too on KEY_WLAN,
> whereas in fact KEY_WLAN is for Wifi only, at least literally.

I believe you could achieve the same effect using a combination of
triggerhappy and the aforementioned rfkill, and I don’t like the idea
of having a special daemon running to handle a subset of the special
keys when there’s a more general solution to the problem already in the
archive.

That said, urfkill might have advantages I don’t see.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: mentors.debian.net runs the debexpo code now

2011-08-12 Thread Ivan Shmakov
> Paul Wise  writes:
> On Fri, Aug 12, 2011 at 5:02 PM, Ian Jackson wrote:

[…]

 > debexpo adds this to the above:

 > look for comments on the mentors.d.n website.

 > There never was any guarantee that subscribing to -mentors meant you
 > would know about other reviews.  Indeed, it often happens that a
 > package gets uploaded to the archive and the maintainer/sponsor don't
 > even reply to the RFS saying that the package was uploaded.  Or the
 > reviews moved to IRC or some team's mailing list.  This doesn't
 > change with the new mentors, it just introduces yet another place to
 > look for reviews.  Perhaps the comments on the site will become the
 > primary place for feedback, but I doubt it considering Debian's
 > mail-centric culture.

I wonder, is it possible to add a bit more magic to debexpo, so
that the comments made via the Web interface would be forwarded
to the list, and vice versa?

Perhaps Gmane's engine (which is, IIRC, free software) could be
used as an inspiration?

-- 
FSF associate member #7257


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/86ipq280nu@gray.siamics.net