Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-05 Thread Vincent Danjean
Josselin Mouette wrote:
 Le lundi 05 janvier 2009 à 00:58 +0100, Samuel Thibault a écrit :
 You mean Scheduler Activations?  There's a patch against linux 2.4 ;)
 We're definitely diving into OS research :)
 
 Well it would be nice if things that was research at the time of Linux
 2.4 could have turned into usable code now :)

Hum... Scheduler Activations for 2.4 did not handle the case described here.
User application were notified when one of their (user) thread did a blocking
system call (so that the application can run another user thread on the
available core/kernel thread). But notifying the application for each kernel
preemption decision was too costly and not implemented on Linux.

Similar behavior have been proposed for 2.6 kernel (I remember LWN articles
about asynchronous system call such as http://lwn.net/Articles/223899/)
I'm confident that Scheduler Activations can be build upon such a proposition.

About integration in upstream, it is very difficult to tell upstream that
user threads are interesting (even if it is the case in HPC). And the current
design of ntpl on x86 is a shame: allowing a direct access to TLS through the
segment register makes very difficult to write a user-(or mixed-)level thread
library for Linux, keeping the same ABI (and libc). See #328183 for more info
on that. So, maintaining such patches (kernel, glibc, ntpl, ...) would need
really lot of time.

  Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-05 Thread Josselin Mouette
Le lundi 05 janvier 2009 à 00:58 +0100, Samuel Thibault a écrit :
 You mean Scheduler Activations?  There's a patch against linux 2.4 ;)
 We're definitely diving into OS research :)

Well it would be nice if things that was research at the time of Linux
2.4 could have turned into usable code now :)

 More seriously, I wouldn't see the kernel being able to start threads,
 that's painful to maintain (that's why the LinuxActivations patch hasn't
 been maintained). I'd rather see a way for the process to dynamically
 know how many processors it can currently expect (something like a
 /proc, /sys, /dev or whatever fd with notification), and arrange things
 according to that (starting/stopping worker threads for instance).

The idea of making the kernel itself start new threads is probably not
so great, but a simple mechanism to let a process know when the number
of available cores for it has changed would do the trick without adding
too much complexity.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Bug#400319: ITP: tremulous-mappack -- Bricosoft's Official maps for Tremulous game

2009-01-05 Thread simon donkin
Hi , i hope that i am talking to the right person? if not sorry to waste
your time.
i have uploaded a map called crapmapBETA to the Bricosoft map repository,
not the first i have uploaded
it is in the incoming folder, its been there a few days now, Have you
stopped posting maps onto your site ???
i have about 4 maps on your site no probs.

thanks for your time.. Saxon aka Simon.


Re: For those who care about bts-link: call for adoption

2009-01-05 Thread Christian Perrier
Quoting Sandro Tosi (mo...@debian.org):

 I'd be very welcome to maintain it, in the QA architecture, but I need
 some guidance in the setup on merkel and stuff like this.


Any news about this ?

bts-link is seriously missing, now, for those of us who heavily work
with their upstream's BTS (hint: samba..)

Even one run per month would be better than nothing, indeed..:)




signature.asc
Description: Digital signature


Re: For those who care about bts-link: call for adoption

2009-01-05 Thread Sandro Tosi
Hi Christian,

On Mon, Jan 5, 2009 at 18:59, Christian Perrier bubu...@debian.org wrote:
 Quoting Sandro Tosi (mo...@debian.org):

 I'd be very welcome to maintain it, in the QA architecture, but I need
 some guidance in the setup on merkel and stuff like this.

 Any news about this ?

Sadly no, mainly because I was waiting for a sort of approval/ack from
QA team, that never came (I don't know if it's needed, but I saw it as
a source of courtesy).

Hence, after a short discussion on IRC with tomv_w few days ago, I
promised to go on my way installing on merkel (probably on my home
dir, just to give it a first indeep look, then hopefully it will be
moved in a better place) in a couple of weeks.

 bts-link is seriously missing, now, for those of us who heavily work
 with their upstream's BTS (hint: samba..)

 Even one run per month would be better than nothing, indeed..:)

You're absolutely right and I apologize for the delay: I'll do my best
to have it back UR asap.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Bug#510880: ITP: libconfig-model-cursesui-perl -- Curses interface to edit configuration data through Config::Model

2009-01-05 Thread Dominique Dumont
Package: wnpp
Severity: wishlist
Owner: Dominique Dumont d...@komarr.grenoble.hp.com


* Package name: libconfig-model-cursesui-perl
  Version : 1.102-1
  Upstream Author : Dominique Dumont ddum...@cpan.org
* URL : http://search.cpan.org/dist/Config-Model-CursesUI/
* License : LGPL
  Programming Lang: Perl
  Description : Curses interface to edit configuration data through 
Config::Model

This module provides a Curses interface to the configuration editor
provided by Config::Model.

For instance, with this module, Config::Model and
Config::Model::OpenSsh, you get a curses configuration editor for
sshd_config.

This interface is used by config-edit program provided by
Config::Model.

See also http://config-model.wiki.sourceforge.net/

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)



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



What is a game or which section do game console emulators belong to (was: Sections - especially section:kde and section:gnome)

2009-01-05 Thread Evgeni Golov
Hey,

On Fri, 2 Jan 2009 09:34:50 + (UTC) Sune Vuorela wrote:

 I have been wondering over the last months about Section: kde.
 What is the correct usage of this section?
 
 Is it for packages that is related to the desktop itself or is it for
 packages that links against kdelibs ?
 
 Should a game using kdelibs go to section:games or section:kde?
 should a web browser using kdelibs go to section:web or section:kde?

a quite similar question has arisen in the Debian Games Team:
http://thread.gmane.org/gmane.linux.debian.devel.games/3470

We currently maintain some emulators for game consoles (especially
desmume for Nintendo DS and yabause for Sega Saturn). Yabause is placed
in util, Desmume in games. There are other emulators (visualboyadvance,
gnuboy, zsnes, snes9x and others), placed either in games or otherosfs.

In my understanding otherosfs should be used for tools that are used
for reading or manipulating filesystems of other OS (like dosfstools
and mtools) - that isn't done by emulators directly (or at least the
user doesn't see how that happens). Additionally pabs mentions that
qemu/virtualbox is in misc.

I'd like to hear what you are thinking: games? utils? misc? otherosfs?
My favorite is utils, but it'll change if you can tell me why :)

Regards
Evgeni


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



Help needed with the GPG Key Signing Coordination page

2009-01-05 Thread Luk Claes
Hi

Ralf Treinen and I are looking for help with the GPG Key Signing
Coordination page.

The GPG key signing coordination page at http://nm.debian.org/gpg.php
is primarily aimed at prospective contributors to find existing Debian
developers who can sign their key for the ID part of the NM maintainer
process.

Ralf Treinen and I have been taking care of this page the last years but
I want to focus on other tasks so we're now looking for one or two
additional people to help out.  The tasks to be performed are described
at
http://svn.debian.org/wsvn/nm/trunk/doc/gpg-coord/README?op=filerev=0sc=0

Cheers

Luk


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



Re: Sections - especially section:kde and section:gnome

2009-01-05 Thread Yves-Alexis Perez
On ven, 2009-01-02 at 16:55 +0100, Joerg Jaspert wrote:
 I guess we actually need to consider what the sections are good for.
  Asking in a random irc channel at least didn't reveal any real
 answers.
  So what about killing the concept of sections entirely ?
 
 Sure, if at some point a replacement is suitable and *well integrated*
 into those Debian tools that currently have sections.

Humanly speaking, what are sections used for, currently? I know that the
frontpage in packages.d.o uses them, but what an user thinks about the
section concept?

We especially have a problem with “multiple sections” packages. I talked
with Sune on this, and for Xfce (if there was an Xfce section) I
couldn't say which packages would be in there and which ones wouldn't.

I guess that problem (and maybe one solution) leads to tags?

Cheers,
-- 
Yves-Alexis


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



Re: Help needed with the GPG Key Signing Coordination page

2009-01-05 Thread Ralf Treinen
Hi,

On Thu, Jan 08, 2009 at 08:51:42PM +0100, Patrick Schoenfeld wrote:

 I'm quiet interested in helping out a bit, but for now undecided.
 
  Ralf Treinen and I have been taking care of this page the last years but
  I want to focus on other tasks so we're now looking for one or two
  additional people to help out.  The tasks to be performed are described
  at
  http://svn.debian.org/wsvn/nm/trunk/doc/gpg-coord/README?op=filerev=0sc=0
 
 Could you tell how much time / week (or whatever scale is sensible) the
 GPG Key Signing Coordination page consumes from helpers...
 approximately?

It is not a big time investment. The most time-consuming work consists in
regular cleanups (removing bogus entries and key signing requests that have 
been satisfied). Maybe once per year, taking several hours of work (since
you will have to exchange emails with requesters and dd's). Besides that,
there are from time to time people calling in for help since they cannot
find a dd to sign their key. This doesn't happen very often, maybe 3 to 5
times a year at most. It such a case you have to consult the debian db and find
a dd sufficinetly close to the requester. Not much work either, but in
general it takes exchanging emails over a period of some days or weeks.

Even if it is not a huge amount of work it would be useful to have a second
person on the job.

-Ralf.


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



Re: Help needed with the GPG Key Signing Coordination page

2009-01-05 Thread Patrick Schoenfeld
Hi,

On Mon, Jan 05, 2009 at 08:40:03PM +0100, Luk Claes wrote:
 Ralf Treinen and I are looking for help with the GPG Key Signing
 Coordination page.

I'm quiet interested in helping out a bit, but for now undecided.

 Ralf Treinen and I have been taking care of this page the last years but
 I want to focus on other tasks so we're now looking for one or two
 additional people to help out.  The tasks to be performed are described
 at
 http://svn.debian.org/wsvn/nm/trunk/doc/gpg-coord/README?op=filerev=0sc=0

Could you tell how much time / week (or whatever scale is sensible) the
GPG Key Signing Coordination page consumes from helpers...
approximately?

BTW.

 - Reset passwords
 
 From time to time people will forget their password and ask for a new
 one. The gpg_reset_passwd script can be used to easily reset their password
 and send them a new one.

I don't know how often this is the case, but wouldn't it be possible to
automate it? In the way other sites do it, for example.

Regards,
Patrick


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



Re: What is a game or which section do game console emulators belong to (was: Sections - especially section:kde and section:gnome)

2009-01-05 Thread Paul Wise
On Tue, Jan 6, 2009 at 4:27 AM, Evgeni Golov sarge...@die-welt.net wrote:

 In my understanding otherosfs should be used for tools that are used
 for reading or manipulating filesystems of other OS (like dosfstools
 and mtools) - that isn't done by emulators directly (or at least the
 user doesn't see how that happens). Additionally pabs mentions that
 qemu/virtualbox is in misc.

Aptitude gives this for the otherosfs section:

otherosfs - Emulators and software to read foreign filesystems

Policy doesn't mention anything other than the section name.

Personally I'm not sure what the reason sections were introduced, I've
put this on the list of stuff to discuss post-lenny:

http://wiki.debian.org/DiscussionsAfterLenny

-- 
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



Re: For those who care about bts-link: call for adoption

2009-01-05 Thread Christian Perrier
Quoting Sandro Tosi (mo...@debian.org):

 Sadly no, mainly because I was waiting for a sort of approval/ack from
 QA team, that never came (I don't know if it's needed, but I saw it as
 a source of courtesy).


Well, maybe just because nobody in the QA team felt in charge of
providing you with an official answer. To my understanding, the QA
team, like many other teams, work on a who does the work has the
decision mode

So, I would say, just go for it. As you mentioned, first set it up in
your environment on merkel, then launch a discussion in the QA team,
including the DSA team, about the Right Place to have bts-link run on
and here you go

I can easily tell that you'll get support for this because the tool is
really important for many of us (the X.Org team AOL'ed to my mail, for
instance). So, in case you have any trouble, crying out for help here
would probably do it.




signature.asc
Description: Digital signature


Accepted mpdscribble 0.15-1 (source amd64)

2009-01-05 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 08:22:31 +0100
Source: mpdscribble
Binary: mpdscribble mpdscribble-dbg
Architecture: source amd64
Version: 0.15-1
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 mpdscribble - Last.fm reporting client for mpd
 mpdscribble-dbg - Last.fm reporting client for mpd - debugger symbols
Changes: 
 mpdscribble (0.15-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ad13fde22ef35f67b57c42619603db0559d37273 1205 mpdscribble_0.15-1.dsc
 7dfebe91054c76ead346531738b0e0425dee8ae0 123441 mpdscribble_0.15.orig.tar.gz
 ee140dd4068ebc89c048d7b4d1a726888e75b035 12325 mpdscribble_0.15-1.diff.gz
 07fa695df3cb955b352fc80363b6065e4ca70282 42628 mpdscribble_0.15-1_amd64.deb
 4f668e1c9ff1d0cfddcf78e7584b6c464093abae 57702 mpdscribble-dbg_0.15-1_amd64.deb
Checksums-Sha256: 
 49f534603eee7a29b11f89c311bdf6422ab8ab3231eea3f16bdd4a547b8ed307 1205 
mpdscribble_0.15-1.dsc
 6faeabe9338c0fb10eadb0100a3dda5bf51c0f036d17ec199413e1242406a7a3 123441 
mpdscribble_0.15.orig.tar.gz
 300de27827e5ae355a5759f7a8740ba656587a8243784856d0f878a628f1654c 12325 
mpdscribble_0.15-1.diff.gz
 f54709bb3e72dfb08eac6b136c084315cc00bce3ced648b0c22cd9213e101705 42628 
mpdscribble_0.15-1_amd64.deb
 610c930b4e4c55dcf41506c4bd4a9815883d063848021b0c0379cb1f937def00 57702 
mpdscribble-dbg_0.15-1_amd64.deb
Files: 
 cac71a01ec5c5ec45ef53dbc293732fc 1205 sound optional mpdscribble_0.15-1.dsc
 7ec6470df962e01fec982a67c0544260 123441 sound optional 
mpdscribble_0.15.orig.tar.gz
 5fa599d63492a7ff513c415e4e9b2d38 12325 sound optional 
mpdscribble_0.15-1.diff.gz
 6edf725f252645e06f6c8ebe4bdc3dad 42628 sound optional 
mpdscribble_0.15-1_amd64.deb
 212aefab7b40cc880f6fd307a53d5e2f 57702 sound extra 
mpdscribble-dbg_0.15-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklht9gACgkQ3DVS6DbnVgR77ACfXj5TYHWY8fsMPKYBjv6cIr2s
bhcAoO3NXQkQ1OwQrwYbj2LheI84brWw
=q2GS
-END PGP SIGNATURE-


Accepted:
mpdscribble-dbg_0.15-1_amd64.deb
  to pool/main/m/mpdscribble/mpdscribble-dbg_0.15-1_amd64.deb
mpdscribble_0.15-1.diff.gz
  to pool/main/m/mpdscribble/mpdscribble_0.15-1.diff.gz
mpdscribble_0.15-1.dsc
  to pool/main/m/mpdscribble/mpdscribble_0.15-1.dsc
mpdscribble_0.15-1_amd64.deb
  to pool/main/m/mpdscribble/mpdscribble_0.15-1_amd64.deb
mpdscribble_0.15.orig.tar.gz
  to pool/main/m/mpdscribble/mpdscribble_0.15.orig.tar.gz


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



Accepted systemtap 0.0.20090103-1 (source all amd64)

2009-01-05 Thread Євгеній Мещеряков
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 22:12:16 +0100
Source: systemtap
Binary: systemtap systemtap-runtime systemtap-doc
Architecture: source all amd64
Version: 0.0.20090103-1
Distribution: experimental
Urgency: low
Maintainer: Євгеній Мещеряков eu...@debian.org
Changed-By: Євгеній Мещеряков eu...@debian.org
Description: 
 systemtap  - instrumentation system for Linux 2.6
 systemtap-doc - documentation and examples for SystemTap
 systemtap-runtime - instrumentation system for Linux 2.6 (runtime component)
Changes: 
 systemtap (0.0.20090103-1) experimental; urgency=low
 .
   * New upstream snapshot
   * Add pkg-config, libnss3-dev and libnspr4-dev to Build-Depends, they are now
 needed for stap-client/server (not installed into any package)
   * Removed patches:
 - 29-examples-interpreter - applied upstream
   * New patches:
 - 28-dont-build-docs - do not build Tapset Reference, build fails
   (see bugs #170477 and #310148).
   * Update packaging copyright for year 2009
Checksums-Sha1: 
 ecd317ba9a6c71799e5690141d786cca4cb06830 1415 systemtap_0.0.20090103-1.dsc
 eaa47004c291280140b037636de0cb65650ed15d 1121077 
systemtap_0.0.20090103.orig.tar.gz
 66f1e679ae943e233015876f37c614995c85b57d 13269 systemtap_0.0.20090103-1.diff.gz
 8ad0e21badfa7978453d64a33c58861701156597 527620 
systemtap-doc_0.0.20090103-1_all.deb
 45fa27cf8aac7d9c471d5e975af853644647efe0 900804 
systemtap_0.0.20090103-1_amd64.deb
 1a89663a15e97907b8a75bc0ebb76a173d4ad4fc 124058 
systemtap-runtime_0.0.20090103-1_amd64.deb
Checksums-Sha256: 
 36d1cbcbcbbfb2a2815fda33195923ae292d94f4032d2b87201f5eaebe0bb0a6 1415 
systemtap_0.0.20090103-1.dsc
 781b4241b1a2b6013fb24066e9e8aa8622d4084e206cbacb1688ce95e60f14d3 1121077 
systemtap_0.0.20090103.orig.tar.gz
 5125ae37a2f3c5e48deed3f209b2276aaca6c6ee27d63cf039cc718cfd6f8a07 13269 
systemtap_0.0.20090103-1.diff.gz
 120969ebd885a7b9f64ca44278d24d4b30fb33ac12e78dbde7b785fd05bde4ae 527620 
systemtap-doc_0.0.20090103-1_all.deb
 68f35eab60828ac1ee411f3727efdf80d785d822cc07f7c02bbaec7f87c56bec 900804 
systemtap_0.0.20090103-1_amd64.deb
 9043b9ab1ffde29f271535fc623402369dc20304ce91c7383fea85368a76f394 124058 
systemtap-runtime_0.0.20090103-1_amd64.deb
Files: 
 45dbddf6c5a937dc80bf70c49e9d8128 1415 devel optional 
systemtap_0.0.20090103-1.dsc
 0fb24829af6de8b8d60d5df67abecbf0 1121077 devel optional 
systemtap_0.0.20090103.orig.tar.gz
 db673943bad40088496ee278ae63addf 13269 devel optional 
systemtap_0.0.20090103-1.diff.gz
 bf26c500dcc5ebf34c70c070c09926d2 527620 doc optional 
systemtap-doc_0.0.20090103-1_all.deb
 6a9a57f1beb9cdbb05f444d4a834ba44 900804 devel optional 
systemtap_0.0.20090103-1_amd64.deb
 abae8b240ae27a4635c48ba8bdd43412 124058 devel optional 
systemtap-runtime_0.0.20090103-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklhypAACgkQKaC6+zmozOJOCwCdG/B6HjW38abpj/NGrbPQKlMb
UlsAnjasQxc/gro1rBfQKjCX8YUTOIWD
=jZSQ
-END PGP SIGNATURE-


Accepted:
systemtap-doc_0.0.20090103-1_all.deb
  to pool/main/s/systemtap/systemtap-doc_0.0.20090103-1_all.deb
systemtap-runtime_0.0.20090103-1_amd64.deb
  to pool/main/s/systemtap/systemtap-runtime_0.0.20090103-1_amd64.deb
systemtap_0.0.20090103-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20090103-1.diff.gz
systemtap_0.0.20090103-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20090103-1.dsc
systemtap_0.0.20090103-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20090103-1_amd64.deb
systemtap_0.0.20090103.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20090103.orig.tar.gz


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



Accepted deluge 1.0.7.dfsg-2 (source all)

2009-01-05 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 03:02:31 +0100
Source: deluge
Binary: deluge-core deluge-common deluge-console deluge-webui deluge
Architecture: source all
Version: 1.0.7.dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Cristian Greco cristian.deb...@gmail.com
Changed-By: Cristian Greco cristian.deb...@gmail.com
Description: 
 deluge - bittorrent client written in Python/PyGTK (GTK+ UI)
 deluge-common - bittorrent client written in Python/PyGTK (UIs common data 
files)
 deluge-console - bittorrent client written in Python/PyGTK (console UI)
 deluge-core - bittorrent client written in Python/PyGTK (daemon)
 deluge-webui - bittorrent client written in Python/PyGTK (web UI)
Closes: 510452
Changes: 
 deluge (1.0.7.dfsg-2) experimental; urgency=low
 .
   * Add deluge-core Depends: on python-pkg-resources (Closes: #510452).
   * Update 002-Do_not_check_for_update_as_default.dpatch to disable also
 alerts about new releases.
Checksums-Sha1: 
 463a14df306e78349152ed8ae8ea89b248b165fd 1208 deluge_1.0.7.dfsg-2.dsc
 78528812c7ad0c38d878d765d2e7407c2704511a 17125 deluge_1.0.7.dfsg-2.diff.gz
 e8bb7975116bbd8031fe47061ee112fb796c7da5 1122452 
deluge-core_1.0.7.dfsg-2_all.deb
 c9b4b7e7568853ec2ae7c2a843d447b29a65df08 172582 
deluge-common_1.0.7.dfsg-2_all.deb
 d45e0647a06dbb094e63e39135e992dc262e115c 23370 
deluge-console_1.0.7.dfsg-2_all.deb
 335f38240cb36ebaa29099c0ab1f9a2ba665059e 177298 
deluge-webui_1.0.7.dfsg-2_all.deb
 d3c08e9f857c75f23f3a6d25445ceb15710ca65a 226164 deluge_1.0.7.dfsg-2_all.deb
Checksums-Sha256: 
 4792319f40803e649b89d7414b2a20ed0890f44bcdd7d8b866af42d41cebb903 1208 
deluge_1.0.7.dfsg-2.dsc
 585f19a7858cf04c2aba1371ea278dc41bff41fefc5c045eaf539c064f79b692 17125 
deluge_1.0.7.dfsg-2.diff.gz
 65e2b569af5548d2327da4f0aa2133893c816fb84178546594e1cec1e33671eb 1122452 
deluge-core_1.0.7.dfsg-2_all.deb
 1d936cfc65f1fda50d4393f61b5557f8b7e9ad4fcc70eabb6304984ad43794d8 172582 
deluge-common_1.0.7.dfsg-2_all.deb
 f7e6af82fa6221e9895069a799d108c5a136cf71bd07fc54554cad982c0e2edb 23370 
deluge-console_1.0.7.dfsg-2_all.deb
 d9c9c8bf70a74c27b74d9df7c8cadf633965901dbef938bd2f4b8aaceea0c5a9 177298 
deluge-webui_1.0.7.dfsg-2_all.deb
 366680e174d2c608a45401f707cda30ba3b7a2426015d979a5fc08bf83569775 226164 
deluge_1.0.7.dfsg-2_all.deb
Files: 
 7a6972d438e276d7780aafc2a0ebfb17 1208 net optional deluge_1.0.7.dfsg-2.dsc
 9e7779b0265dbae0548497d46bcd8d50 17125 net optional deluge_1.0.7.dfsg-2.diff.gz
 5a11f8522816ffc434148ff511f4cf54 1122452 net optional 
deluge-core_1.0.7.dfsg-2_all.deb
 5e87ea32668ecdde5f4e5de8d765f0f7 172582 net optional 
deluge-common_1.0.7.dfsg-2_all.deb
 901370644eb8b27a00e4aa14481231b0 23370 net optional 
deluge-console_1.0.7.dfsg-2_all.deb
 803377da3c02ed8e7229a4ac6cb8d8b7 177298 net optional 
deluge-webui_1.0.7.dfsg-2_all.deb
 1c3762153b14e131ce9b9961f2da2b38 226164 net optional 
deluge_1.0.7.dfsg-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklhv6QACgkQ3DVS6DbnVgQjwwCg5W6fPCHb1VaKZB6+fJk4D7GS
gm0An0yd7ETJu1zD+dUQutL+UTNxnws+
=r871
-END PGP SIGNATURE-


Accepted:
deluge-common_1.0.7.dfsg-2_all.deb
  to pool/main/d/deluge/deluge-common_1.0.7.dfsg-2_all.deb
deluge-console_1.0.7.dfsg-2_all.deb
  to pool/main/d/deluge/deluge-console_1.0.7.dfsg-2_all.deb
deluge-core_1.0.7.dfsg-2_all.deb
  to pool/main/d/deluge/deluge-core_1.0.7.dfsg-2_all.deb
deluge-webui_1.0.7.dfsg-2_all.deb
  to pool/main/d/deluge/deluge-webui_1.0.7.dfsg-2_all.deb
deluge_1.0.7.dfsg-2.diff.gz
  to pool/main/d/deluge/deluge_1.0.7.dfsg-2.diff.gz
deluge_1.0.7.dfsg-2.dsc
  to pool/main/d/deluge/deluge_1.0.7.dfsg-2.dsc
deluge_1.0.7.dfsg-2_all.deb
  to pool/main/d/deluge/deluge_1.0.7.dfsg-2_all.deb


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



Accepted quota 3.17-1 (source i386)

2009-01-05 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 16:03:39 +0100
Source: quota
Binary: quota
Architecture: source i386
Version: 3.17-1
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes mes...@debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 quota  - implementation of the disk quota system
Changes: 
 quota (3.17-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 7b211d893a93849f80f5cb0cba2bdd3c260a730d 1022 quota_3.17-1.dsc
 8dc04ea803a43496dfe275a8260757f558a2d762 439168 quota_3.17.orig.tar.gz
 53349705828564f7c2535b4f278036996a9815d7 36096 quota_3.17-1.diff.gz
 defa2426364762ba17e631f71d18184c1ba8bed8 501208 quota_3.17-1_i386.deb
Checksums-Sha256: 
 1038f7cd170867e4a96ef23c4da10b77e398101e42ac25c96746ae5efb72edc3 1022 
quota_3.17-1.dsc
 253320993bb132814c724ca268a6346368be41846ad600f65ee4232ec8597d6f 439168 
quota_3.17.orig.tar.gz
 8f8a155505f111c6f4ee77da187f04d7a3be9dad3ad7270990f053d236b68fb1 36096 
quota_3.17-1.diff.gz
 2631a3c29b369d8525a89660f91d31910cab2a73fa9ee84bd0bb448339084fbf 501208 
quota_3.17-1_i386.deb
Files: 
 ef767bc81042e65ffb3a6e01826cbcf5 1022 admin optional quota_3.17-1.dsc
 cb3e98a039c0cf98e7c1ad4b50a5bda7 439168 admin optional quota_3.17.orig.tar.gz
 8a28e2c71b91ddd62153eb0278b5ce52 36096 admin optional quota_3.17-1.diff.gz
 abcda865e35727ae99dd2c51cb759c17 501208 admin optional quota_3.17-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYiirVkEm8inxm9ERApC5AJ4mkGg7ck/WzZ6URvfCuwxCLrE/BwCcCsua
vfLYX7B0RWIqgROr1DWfMCw=
=xbn1
-END PGP SIGNATURE-


Accepted:
quota_3.17-1.diff.gz
  to pool/main/q/quota/quota_3.17-1.diff.gz
quota_3.17-1.dsc
  to pool/main/q/quota/quota_3.17-1.dsc
quota_3.17-1_i386.deb
  to pool/main/q/quota/quota_3.17-1_i386.deb
quota_3.17.orig.tar.gz
  to pool/main/q/quota/quota_3.17.orig.tar.gz


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



Accepted splashy 0.3.13-2 (source amd64)

2009-01-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 17:29:47 +0100
Source: splashy
Binary: splashy libsplashy1 libsplashy1-dev
Architecture: source amd64
Version: 0.3.13-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 libsplashy1 - Library to draw splash screen on boot, shutdown, resume or suspen
 libsplashy1-dev - Library to draw splash screen on boot, shutdown, resume or 
suspen
 splashy- A complete user-space boot splash system
Closes: 505270
Changes: 
 splashy (0.3.13-2) unstable; urgency=low
 .
   * Add 01_fix_splashy_fails_at_boot_bug505270.diff patch.
 It introduces a delay to avoid splashy failure on some machines.
 Thanks to Tim Richardson and Matthijs Kooijman. (Closes: #505270)
Checksums-Sha1: 
 6b89028744b612b7354c83045301c68a9007da4e 1591 splashy_0.3.13-2.dsc
 0e54eb77b0f149d75beb735b314f7bb2231f1871 10232 splashy_0.3.13-2.diff.gz
 8cd566935dc0e348e1e276d5fb7e0e97bb7ba36c 1212168 splashy_0.3.13-2_amd64.deb
 ef250dd3a98016b533505a693dbe6a2ac4d4a43b 45042 libsplashy1_0.3.13-2_amd64.deb
 8a7209cbec4cd09dc85851c2d8fcff6d60d317f3 34324 
libsplashy1-dev_0.3.13-2_amd64.deb
Checksums-Sha256: 
 4cf94c12e14790440e65c5ec1f06187f32d133567a86a079adff52574a8be6f4 1591 
splashy_0.3.13-2.dsc
 a875e4cd82ebf828c2189e44d705f77ea6c50110d1b43e2369cf540be6d0e174 10232 
splashy_0.3.13-2.diff.gz
 9177b806b64e595db3ef9cd9449cb28d4b11106b7afae68eba52448c4e7cd34d 1212168 
splashy_0.3.13-2_amd64.deb
 97f5184f1775bbda1b1af9f1378789f5144cd3bee210529a8afa8c2413ecb625 45042 
libsplashy1_0.3.13-2_amd64.deb
 2745b0caef3555bdd3f991da811049471bd27383dffccd7b5c58ef417ca77592 34324 
libsplashy1-dev_0.3.13-2_amd64.deb
Files: 
 2e14786d233485525db4fa37ad20dd29 1591 graphics optional splashy_0.3.13-2.dsc
 4e603e0e0fe27efdd9ed102b74bef680 10232 graphics optional 
splashy_0.3.13-2.diff.gz
 46247961c2be873de4ab49a54cee35aa 1212168 graphics optional 
splashy_0.3.13-2_amd64.deb
 61b61ff1f814a3a035761e458337e170 45042 libs optional 
libsplashy1_0.3.13-2_amd64.deb
 9c7307d1ea3e3dc5dc64242c62272cf2 34324 libdevel optional 
libsplashy1-dev_0.3.13-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAQECAAYFAkliO0cACgkQjPU19mqlcve4qwP/f37nbYoas2sTZkiYdQFXTi0Y
2lDcVV7AD/XHzhjflefWIdO4YyEDv5xpdfwfgNmVeLQs6OslwqGpd5xj6b9jcIXP
6Leup6BFfsTIfRKJDZ7x67Gy12GRttDQZRaVjT+/+uhLJPF3bq8MG7h2ZJzlJe05
YqLKMDmDYc2AdYcSoJw=
=YtTP
-END PGP SIGNATURE-


Accepted:
libsplashy1-dev_0.3.13-2_amd64.deb
  to pool/main/s/splashy/libsplashy1-dev_0.3.13-2_amd64.deb
libsplashy1_0.3.13-2_amd64.deb
  to pool/main/s/splashy/libsplashy1_0.3.13-2_amd64.deb
splashy_0.3.13-2.diff.gz
  to pool/main/s/splashy/splashy_0.3.13-2.diff.gz
splashy_0.3.13-2.dsc
  to pool/main/s/splashy/splashy_0.3.13-2.dsc
splashy_0.3.13-2_amd64.deb
  to pool/main/s/splashy/splashy_0.3.13-2_amd64.deb


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



Accepted libipc-run-perl 0.82-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 17:54:54 +0100
Source: libipc-run-perl
Binary: libipc-run-perl
Architecture: source all
Version: 0.82-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libipc-run-perl - Perl module for running processes
Changes: 
 libipc-run-perl (0.82-1) unstable; urgency=low
 .
   [ Krzysztof Krzyżaniak (eloy) ]
   * New upstream release
   * Refresh debian/patch/fix-pod.patch
 .
   [ gregor herrmann ]
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add ${misc:Depends} to Depends: field
 - remove Section and Priority field from binary stanza
 - mention module name in long description
   * Add a description to hashbang.patch.
   * Fix some more POD errors in fix-pod.patch.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 ee57d0d48f1d047c5445ac2fc105fc9764ddefc3 1371 libipc-run-perl_0.82-1.dsc
 b0688d585a8cba9c2ee75bca559c12636f1c8dac 117052 
libipc-run-perl_0.82.orig.tar.gz
 609dba1ab25aaa23df03843263151d97b85f45ad 3666 libipc-run-perl_0.82-1.diff.gz
 8be1578e42d9129c4064b7739488e48f143f9ba3 106518 libipc-run-perl_0.82-1_all.deb
Checksums-Sha256: 
 2d03919900e335d0e41005e432e57c48681f449b98e817e9b6ab8d68ccfb3eda 1371 
libipc-run-perl_0.82-1.dsc
 37a2d2f2758132ccffbd5cc5e007cd2d5db64f3cba2343dbc44c77b8b772beec 117052 
libipc-run-perl_0.82.orig.tar.gz
 28595d04f9050357bd1d866d8ced41077698bfe0d4d6050f6c04fd4a70f059ad 3666 
libipc-run-perl_0.82-1.diff.gz
 6603f2f53b612ff85d962fffd42fa99fce7fb9a7fa2e34f689e1793a61b3e904 106518 
libipc-run-perl_0.82-1_all.deb
Files: 
 c7bc680aea53ea444eee33eba2564dc4 1371 perl optional libipc-run-perl_0.82-1.dsc
 6eb9fa0058956ece7fdf25c6ec395288 117052 perl optional 
libipc-run-perl_0.82.orig.tar.gz
 176ccb60c6808cf6d39075d5ed9d9315 3666 perl optional 
libipc-run-perl_0.82-1.diff.gz
 8066ef3e3c1d630c8d0359c91d1fccd7 106518 perl optional 
libipc-run-perl_0.82-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliO7IACgkQOzKYnQDzz+T3VACgiAxSSdD4LVX+A14EpHmZiV2+
rOcAn1fmMAMacTPszx0+cLavv0dqGtP3
=RPSs
-END PGP SIGNATURE-


Accepted:
libipc-run-perl_0.82-1.diff.gz
  to pool/main/libi/libipc-run-perl/libipc-run-perl_0.82-1.diff.gz
libipc-run-perl_0.82-1.dsc
  to pool/main/libi/libipc-run-perl/libipc-run-perl_0.82-1.dsc
libipc-run-perl_0.82-1_all.deb
  to pool/main/libi/libipc-run-perl/libipc-run-perl_0.82-1_all.deb
libipc-run-perl_0.82.orig.tar.gz
  to pool/main/libi/libipc-run-perl/libipc-run-perl_0.82.orig.tar.gz


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



Accepted libxml-rss-perl 1.42-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:15:09 +0100
Source: libxml-rss-perl
Binary: libxml-rss-perl
Architecture: source all
Version: 1.42-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libxml-rss-perl - Perl module for managing RSS (RDF Site Summary) files
Changes: 
 libxml-rss-perl (1.42-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: update years of packaging copyright.
   * debian/control: remove Section and Priority from binary stanza.
Checksums-Sha1: 
 9db9ed020e5b527efb1ab71c701ea046925f4bfe 1679 libxml-rss-perl_1.42-1.dsc
 ba8978b49cfc7251f6b50bac002c8aa00aceda39 101174 
libxml-rss-perl_1.42.orig.tar.gz
 8abdd0650348a88c8f3674e0424add09b28b7d02 4595 libxml-rss-perl_1.42-1.diff.gz
 7a1f135d102aaa194746978bf81906e1f757cb99 61130 libxml-rss-perl_1.42-1_all.deb
Checksums-Sha256: 
 6db0424199ad6bd6991314e95858387d50f820d0246430a6e0e7f8d73e941d37 1679 
libxml-rss-perl_1.42-1.dsc
 09336a372eece1a5598327d626e1b6e3bb1a2d5f4490863aee7403853d3d5ce5 101174 
libxml-rss-perl_1.42.orig.tar.gz
 4cf730752160ee73e22f89e4becb5be4e9c9638685312aa8622af693c7a48c74 4595 
libxml-rss-perl_1.42-1.diff.gz
 c4313b14aca38b6b22a3a91e36be5f87be0031dcf97da0be7a587305fe203ba9 61130 
libxml-rss-perl_1.42-1_all.deb
Files: 
 3340d1781dd52a9f5fc344566215b551 1679 perl optional libxml-rss-perl_1.42-1.dsc
 1f8abe432150eaaf8a24466873647049 101174 perl optional 
libxml-rss-perl_1.42.orig.tar.gz
 ccb58ae66d811537d8c60981b6d77bab 4595 perl optional 
libxml-rss-perl_1.42-1.diff.gz
 dc89f08feea4e92ffc464e0f3f08abe8 61130 perl optional 
libxml-rss-perl_1.42-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliFkIACgkQOzKYnQDzz+RI5QCdFNGJQX2y8Vs8cyn9RmOlyqCV
jOsAn0h2zV0RR8yyiyRUF/N+abYbsRaH
=ij2X
-END PGP SIGNATURE-


Accepted:
libxml-rss-perl_1.42-1.diff.gz
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.42-1.diff.gz
libxml-rss-perl_1.42-1.dsc
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.42-1.dsc
libxml-rss-perl_1.42-1_all.deb
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.42-1_all.deb
libxml-rss-perl_1.42.orig.tar.gz
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.42.orig.tar.gz


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



Accepted gpsman 6.4-2 (source all)

2009-01-05 Thread Rogerio Reis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 13:50:31 +
Source: gpsman
Binary: gpsman
Architecture: source all
Version: 6.4-2
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis r...@debian.org
Changed-By: Rogerio Reis r...@debian.org
Description: 
 gpsman - A GPS data graphical manager
Changes: 
 gpsman (6.4-2) unstable; urgency=low
 .
   * Two patches added: changes in item names lead to wrong contents of
 groups containing them; bad conversion of time-stamps from Garmin
 receivers
Checksums-Sha1: 
 c41c2e6b208586c4a2aaa08d22ddd1140e4febd4 922 gpsman_6.4-2.dsc
 1c940913195e99be162c7c758ecda77e64a35e95 5381 gpsman_6.4-2.diff.gz
 3222ffc3e345f24cbe7ba463c3ce049efacb713e 1232496 gpsman_6.4-2_all.deb
Checksums-Sha256: 
 80cfb3524de396af02697d357e71c41d25d0551387c7cbfd418d04aed6feaba4 922 
gpsman_6.4-2.dsc
 c4866fcec4d18c5d6e0482ad185c5775fb03e0b9bd51dbcb6eac37a5d31a6757 5381 
gpsman_6.4-2.diff.gz
 c01d001d3acf2ca8cf1869a2597a13dbef13efe0681807d815e14f7a35eb7f00 1232496 
gpsman_6.4-2_all.deb
Files: 
 6352a5548292cb6c5c3d8c9e9c2ac855 922 misc optional gpsman_6.4-2.dsc
 70ae90b09b5131bf17201ab31c8427e2 5381 misc optional gpsman_6.4-2.diff.gz
 407fc6e5536a7ab8d89b2e4840983296 1232496 misc optional gpsman_6.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliEGQACgkQQxSObRjqNFdDCwCdFEO0B2sw+HcrVWpFdTkoBq6V
vgsAoLon01mF69YE/p4QER8m+AtsidpR
=Z0uE
-END PGP SIGNATURE-


Accepted:
gpsman_6.4-2.diff.gz
  to pool/main/g/gpsman/gpsman_6.4-2.diff.gz
gpsman_6.4-2.dsc
  to pool/main/g/gpsman/gpsman_6.4-2.dsc
gpsman_6.4-2_all.deb
  to pool/main/g/gpsman/gpsman_6.4-2_all.deb


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



Accepted libwww-mechanize-shell-perl 0.48-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 18:43:05 +0100
Source: libwww-mechanize-shell-perl
Binary: libwww-mechanize-shell-perl
Architecture: source all
Version: 0.48-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libwww-mechanize-shell-perl - interactive shell for WWW::Mechanize
Changes: 
 libwww-mechanize-shell-perl (0.48-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.8.0. Add debian/README.source to document quilt
 usage.
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - change my email address
 - mention module name in long description
 - remove leading article from short description
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
   * Don't install README anymore.
Checksums-Sha1: 
 da9624791f627ec3884a211f36d945ba3d7fbd9d 1854 
libwww-mechanize-shell-perl_0.48-1.dsc
 6c178e61416d9867875dc04b28ec3ba3c0f31b47 50554 
libwww-mechanize-shell-perl_0.48.orig.tar.gz
 61e517e30421cce34977359ea39a520b67176500 3118 
libwww-mechanize-shell-perl_0.48-1.diff.gz
 b70d227f59681886dd8ad0e5447987e2c0395ac9 37576 
libwww-mechanize-shell-perl_0.48-1_all.deb
Checksums-Sha256: 
 4d8d863e5f4b2bfdd8de8508ab5f0e8e7e656ada892fa28d36a30117ae970b16 1854 
libwww-mechanize-shell-perl_0.48-1.dsc
 7853d140417d0f646cf8bb4ae4f42fdecafad3cec342a3eed18ef835726cad5a 50554 
libwww-mechanize-shell-perl_0.48.orig.tar.gz
 ace6ec0b9f15175d88adf1733c55bcbd4aa324bb7f502a2e12a996567c74a207 3118 
libwww-mechanize-shell-perl_0.48-1.diff.gz
 9e819c27a5ac41413074c668428738c949eab2f7cea2d3c17849cd1f02a72f87 37576 
libwww-mechanize-shell-perl_0.48-1_all.deb
Files: 
 3701b3419393807df316c0727f5dbbdf 1854 perl optional 
libwww-mechanize-shell-perl_0.48-1.dsc
 a42d6a5d1bd5e93f6e13dc6bd251cddd 50554 perl optional 
libwww-mechanize-shell-perl_0.48.orig.tar.gz
 f946693cf591fe6057e75e497cebfdcd 3118 perl optional 
libwww-mechanize-shell-perl_0.48-1.diff.gz
 5700cf8033b6b0c99e339e70b5c3f47e 37576 perl optional 
libwww-mechanize-shell-perl_0.48-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliR0QACgkQOzKYnQDzz+RR7ACfbDcLUexLIeP/B2NFw62/iCZU
bMYAoMZS/hqHgHHk26Zzd2nhn32mpt/6
=zFPm
-END PGP SIGNATURE-


Accepted:
libwww-mechanize-shell-perl_0.48-1.diff.gz
  to 
pool/main/libw/libwww-mechanize-shell-perl/libwww-mechanize-shell-perl_0.48-1.diff.gz
libwww-mechanize-shell-perl_0.48-1.dsc
  to 
pool/main/libw/libwww-mechanize-shell-perl/libwww-mechanize-shell-perl_0.48-1.dsc
libwww-mechanize-shell-perl_0.48-1_all.deb
  to 
pool/main/libw/libwww-mechanize-shell-perl/libwww-mechanize-shell-perl_0.48-1_all.deb
libwww-mechanize-shell-perl_0.48.orig.tar.gz
  to 
pool/main/libw/libwww-mechanize-shell-perl/libwww-mechanize-shell-perl_0.48.orig.tar.gz


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



Accepted libspreadsheet-read-perl 0.31-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 14:52:40 +0100
Source: libspreadsheet-read-perl
Binary: libspreadsheet-read-perl
Architecture: source all
Version: 0.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libspreadsheet-read-perl - Read common spreadsheet formats and return the data
Changes: 
 libspreadsheet-read-perl (0.31-1) unstable; urgency=low
 .
   * New upstream release.
   * Extend interpreter.patch to also fix the path in the examples.
   * Update years of upstream copyright.
Checksums-Sha1: 
 2f1a130f077c652ac1112b91ead5e2782a7f773f 1637 
libspreadsheet-read-perl_0.31-1.dsc
 287bcd43807a767fd39640b78c929a63ed60fb34 72490 
libspreadsheet-read-perl_0.31.orig.tar.gz
 fa43795d40c43287000a0d89309399f1af192278 2406 
libspreadsheet-read-perl_0.31-1.diff.gz
 ddc08a2698308ac3fb00669a291397bae42c0661 26320 
libspreadsheet-read-perl_0.31-1_all.deb
Checksums-Sha256: 
 e2f6e93b2cb112ae4aee62b337b3f5466b5914b8ce15813b8168a6680e8af64f 1637 
libspreadsheet-read-perl_0.31-1.dsc
 674194d201a2745c3a255dc507b97c3d9ad3d4f45bf67977519f6432436acddf 72490 
libspreadsheet-read-perl_0.31.orig.tar.gz
 5104972259864c6bd962439e4505d9485606e3bbd26e284d2181265d4b9fa93f 2406 
libspreadsheet-read-perl_0.31-1.diff.gz
 0a4bfa823cd75cb826e80f5f99ae00970a1a881b90f99d86559aa7d18adcdd17 26320 
libspreadsheet-read-perl_0.31-1_all.deb
Files: 
 18e176f18bafdb32c2caefbdf2bab35b 1637 perl optional 
libspreadsheet-read-perl_0.31-1.dsc
 6a126aabfdb1db191249d912360e1e2d 72490 perl optional 
libspreadsheet-read-perl_0.31.orig.tar.gz
 4ae6be40215494af59699e94f5a1b360 2406 perl optional 
libspreadsheet-read-perl_0.31-1.diff.gz
 a2aaa32e85daf2fc6cc7fb011d82b6ef 26320 perl optional 
libspreadsheet-read-perl_0.31-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliENsACgkQOzKYnQDzz+RoagCdFOh2EB3/a2+/GMBUcBOyMB9M
M+cAnijNviOO01mHb4s4FHQ8Hd/YI2Ao
=7b3q
-END PGP SIGNATURE-


Accepted:
libspreadsheet-read-perl_0.31-1.diff.gz
  to 
pool/main/libs/libspreadsheet-read-perl/libspreadsheet-read-perl_0.31-1.diff.gz
libspreadsheet-read-perl_0.31-1.dsc
  to pool/main/libs/libspreadsheet-read-perl/libspreadsheet-read-perl_0.31-1.dsc
libspreadsheet-read-perl_0.31-1_all.deb
  to 
pool/main/libs/libspreadsheet-read-perl/libspreadsheet-read-perl_0.31-1_all.deb
libspreadsheet-read-perl_0.31.orig.tar.gz
  to 
pool/main/libs/libspreadsheet-read-perl/libspreadsheet-read-perl_0.31.orig.tar.gz


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



Accepted ufraw 0.15-1 (source i386)

2009-01-05 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 03 Jan 2009 18:42:12 -0500
Source: ufraw
Binary: ufraw gimp-ufraw
Architecture: source i386
Version: 0.15-1
Distribution: experimental
Urgency: low
Maintainer: Hubert Chathi uho...@debian.org
Changed-By: Hubert Chathi uho...@debian.org
Description: 
 gimp-ufraw - gimp importer for raw camera images
 ufraw  - standalone importer for raw camera images
Closes: 504539 509165 510483
Changes: 
 ufraw (0.15-1) experimental; urgency=low
 .
   * New upstream version. (closes: #510483)
 * Canon 450D is supported. (closes: #504539)
 * Includes Canon XSi white balance presets. (closes: #509165)
Checksums-Sha1: 
 4549bbe720a5f368716bb126563ee1e35f3708bc 1083 ufraw_0.15-1.dsc
 e8c7fa95bfb84e18ee538495861e52516ca8b3b8 976297 ufraw_0.15.orig.tar.gz
 3f70fecc3cc50428d9cf7177ac4e4df49634047c 7276 ufraw_0.15-1.diff.gz
 898a478a0ea6f230a83d1396898e33ad222a0fcf 754720 ufraw_0.15-1_i386.deb
 4cfa6170bf14606b439faeeb67791242dfc38419 302706 gimp-ufraw_0.15-1_i386.deb
Checksums-Sha256: 
 145726f84e27d93476190fc3d16ae440a6f96f0ed3619216fe8ee1cce09c6e55 1083 
ufraw_0.15-1.dsc
 136916d39c7bb76e8e1620066baa258186c13639d64ad87f48d44fa9a766c331 976297 
ufraw_0.15.orig.tar.gz
 878a8a7ad3b63d91af625241aff9243835c3d455bc343b4b8094858d6e3e4a7c 7276 
ufraw_0.15-1.diff.gz
 f7db474ced9125259320a2d30ba32a135ce9addcb969b0fe868310335f28b073 754720 
ufraw_0.15-1_i386.deb
 01bbd4c989ee3c2dabe31ea39d8ce15133e922d9f0462b4d4b0a0e96f2d85bc8 302706 
gimp-ufraw_0.15-1_i386.deb
Files: 
 cb46db45be662ef30cbe8be637d2d1a3 1083 graphics optional ufraw_0.15-1.dsc
 6d8f6c98a388c438784cd909dd82d540 976297 graphics optional 
ufraw_0.15.orig.tar.gz
 47bdbd4722c6089909f72d83ddbd105e 7276 graphics optional ufraw_0.15-1.diff.gz
 8de8326d93aeb9333ec208f27f986a6f 754720 graphics optional ufraw_0.15-1_i386.deb
 c3f48e4d7ffd17d7c5ad37f560a9abee 302706 graphics optional 
gimp-ufraw_0.15-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJYgTqrynHGRJLYfoRAx93AJ4/ndukqEgwYAizM/IwLzKo91BP1QCdEAvT
XU+TfFkki4c8vZIu9wgAV2Q=
=/H5K
-END PGP SIGNATURE-


Accepted:
gimp-ufraw_0.15-1_i386.deb
  to pool/main/u/ufraw/gimp-ufraw_0.15-1_i386.deb
ufraw_0.15-1.diff.gz
  to pool/main/u/ufraw/ufraw_0.15-1.diff.gz
ufraw_0.15-1.dsc
  to pool/main/u/ufraw/ufraw_0.15-1.dsc
ufraw_0.15-1_i386.deb
  to pool/main/u/ufraw/ufraw_0.15-1_i386.deb
ufraw_0.15.orig.tar.gz
  to pool/main/u/ufraw/ufraw_0.15.orig.tar.gz


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



Accepted tora 2.0.0-1 (source i386)

2009-01-05 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 20:51:13 +0100
Source: tora
Binary: tora
Architecture: source i386
Version: 2.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 tora   - A graphical toolkit for database developers and administrators
Changes: 
 tora (2.0.0-1) experimental; urgency=low
 .
   * New upstream version for KDE4/Qt4.
   * Added watch file.
   * Updated to standards version 3.8.0, no additional changes needed.
   * No longer need texinfo to build, the html files are part of the tarball.
   * Streamlined build dependencies.
   * Updated copyright file.
Checksums-Sha1: 
 a8708f8991bc813679a7bef6c87f1dd4cfd09897 1049 tora_2.0.0-1.dsc
 e190439e120d902dfafefb3fc904824b1645fb70 6726940 tora_2.0.0.orig.tar.gz
 ea60ec15fc51679dd9ab1a7dab18693b425eaac1 3801 tora_2.0.0-1.diff.gz
 a17d61913b29f3868466a02f85e6d17aa7da2699 4797486 tora_2.0.0-1_i386.deb
Checksums-Sha256: 
 8f2fa2963ccbf863fc7938bd46fa24f68d4c1a47fc4cfd9b2be530d9514bceaa 1049 
tora_2.0.0-1.dsc
 9f1133b58e616205fc39591c71e38dd39c93699d536891eeb8a1177f32663eae 6726940 
tora_2.0.0.orig.tar.gz
 25d750b2a24ce9e50c7c1e4fc6344066be54a2944a562aa96122a52175e785d4 3801 
tora_2.0.0-1.diff.gz
 4cb1c31c45801ae84f5572d79629f29d8d1749806c6f13976951d044621a4feb 4797486 
tora_2.0.0-1_i386.deb
Files: 
 d1e2db68ee166cc52c30a49a041b089d 1049 misc optional tora_2.0.0-1.dsc
 e90e0d3dbec98e89e9c292d603318003 6726940 misc optional tora_2.0.0.orig.tar.gz
 6ac27f9bbb456479a6fb114c512be96b 3801 misc optional tora_2.0.0-1.diff.gz
 08c72b5819f5faaaaf482e7e0e75 4797486 misc optional tora_2.0.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYgDRVkEm8inxm9ERApk3AJ9PFIWoxOKoVlTqA2/pzBrziNV42gCfTzI2
UCC4fN8tFg2fGIQV8BVlJWo=
=1xfq
-END PGP SIGNATURE-


Accepted:
tora_2.0.0-1.diff.gz
  to pool/main/t/tora/tora_2.0.0-1.diff.gz
tora_2.0.0-1.dsc
  to pool/main/t/tora/tora_2.0.0-1.dsc
tora_2.0.0-1_i386.deb
  to pool/main/t/tora/tora_2.0.0-1_i386.deb
tora_2.0.0.orig.tar.gz
  to pool/main/t/tora/tora_2.0.0.orig.tar.gz


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



Accepted keurocalc 1.0.1-2 (source all i386)

2009-01-05 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 12:24:51 +0100
Source: keurocalc
Binary: keurocalc keurocalc-data
Architecture: source all i386
Version: 1.0.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 keurocalc  - universal currency converter and calculator - binary package
 keurocalc-data - universal currency converter and calculator - data package
Changes: 
 keurocalc (1.0.1-2) experimental; urgency=low
 .
   * Added missing icon files.
Checksums-Sha1: 
 348cb24c663859491d954da4d2b03f6c446bb0c4 1124 keurocalc_1.0.1-2.dsc
 6382cea33939d4b775bc0477ba6b10653fa2f849 3808 keurocalc_1.0.1-2.diff.gz
 8cab89c5353e434c3b4c29275c1914d97eb3655c 718564 keurocalc-data_1.0.1-2_all.deb
 688f867f01585cb443d0bd68db52d19e20401aea 82232 keurocalc_1.0.1-2_i386.deb
Checksums-Sha256: 
 075c040418d67e7d04e11002d9e97a43bd3d900d325cf0f4c88c02d5cb72c941 1124 
keurocalc_1.0.1-2.dsc
 f3497aba47bf7be6f0e2308ecfdb9855ed73f343553f679f07545fbe11d984c2 3808 
keurocalc_1.0.1-2.diff.gz
 b33fe2c0a2fb06a5fb5ba3bcf30e28064d22d30285d561e12320113252cd7bdc 718564 
keurocalc-data_1.0.1-2_all.deb
 3aa3fe53d2239556b3938e3a4910f316af3e937354b286291bd2f448d93d03c7 82232 
keurocalc_1.0.1-2_i386.deb
Files: 
 7bceb6a4b474a28b39116c0b58dab947 1124 kde optional keurocalc_1.0.1-2.dsc
 f62b7fa443705b507b25442910cafe18 3808 kde optional keurocalc_1.0.1-2.diff.gz
 47c2d93a157df3a58b1159c8687537ae 718564 kde optional 
keurocalc-data_1.0.1-2_all.deb
 e7ee9e1c09b43764f2b3a6311b0a3cd8 82232 kde optional keurocalc_1.0.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYgDJVkEm8inxm9ERAju1AJ9yoAKpdeSwsqmFUbo9sAi0MgJ1twCfX2P6
lzdtNemuk0qPcDHn/+4EEw4=
=HnSr
-END PGP SIGNATURE-


Accepted:
keurocalc-data_1.0.1-2_all.deb
  to pool/main/k/keurocalc/keurocalc-data_1.0.1-2_all.deb
keurocalc_1.0.1-2.diff.gz
  to pool/main/k/keurocalc/keurocalc_1.0.1-2.diff.gz
keurocalc_1.0.1-2.dsc
  to pool/main/k/keurocalc/keurocalc_1.0.1-2.dsc
keurocalc_1.0.1-2_i386.deb
  to pool/main/k/keurocalc/keurocalc_1.0.1-2_i386.deb


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



Accepted unattended-upgrades 0.37debian1 (source all)

2009-01-05 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 10:34:14 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.37debian1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 508389 508983 508984 509032 509343 509370 509748
Changes: 
 unattended-upgrades (0.37debian1) unstable; urgency=low
 .
   * debian/po:
 - add ru.po debian template (closes: #509032)
 - add eu.po debian template (closes: #508983)
 - add fr.po debian template (closes: #508389)
 - add ja.po debian template (closes: #509343)
 - add fi.po debian template (closes: #509370)
   * po/eu.po:
 - added eu.po translation (closes: #508984)
 - added ja.po translation (closes: #509748)
Checksums-Sha1: 
 41fb0380dc71af66c9140b12855cb71c2da426eb 855 
unattended-upgrades_0.37debian1.dsc
 d817f5c18a19f67887dc744b7dc280cf3257a054 19093 
unattended-upgrades_0.37debian1.tar.gz
 0602748c2030b60ec8e39e81722154d617635d49 16488 
unattended-upgrades_0.37debian1_all.deb
Checksums-Sha256: 
 0839836beeeb4244ac662d1eefc42e82eefffbcfebe1fe6bfb8d51f0cada4571 855 
unattended-upgrades_0.37debian1.dsc
 1ecfb653f6421f27602bfabd6397fdc5e5243c0345d0b49b20d854261c0bf717 19093 
unattended-upgrades_0.37debian1.tar.gz
 0b89ac9ad02ddac60f98af872083fbf4d8ed58f5234265ccd6a0a55356c8bedc 16488 
unattended-upgrades_0.37debian1_all.deb
Files: 
 07912679bba45ee1d4504453e8d45d17 855 admin optional 
unattended-upgrades_0.37debian1.dsc
 944076dee7f6f5664e2f0154e3add6eb 19093 admin optional 
unattended-upgrades_0.37debian1.tar.gz
 9ab17e76c1edef6727e77663225e9259 16488 admin optional 
unattended-upgrades_0.37debian1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklh1K0ACgkQliSD4VZixzTPZQCfSgFzsLJF7Vl5GdTT63kdSBsM
TF8An010m0j6q6Px1mOSiAcPq2VVCM1v
=HQki
-END PGP SIGNATURE-


Accepted:
unattended-upgrades_0.37debian1.dsc
  to pool/main/u/unattended-upgrades/unattended-upgrades_0.37debian1.dsc
unattended-upgrades_0.37debian1.tar.gz
  to pool/main/u/unattended-upgrades/unattended-upgrades_0.37debian1.tar.gz
unattended-upgrades_0.37debian1_all.deb
  to pool/main/u/unattended-upgrades/unattended-upgrades_0.37debian1_all.deb


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



Accepted avinfo 1.0.a15+20090102-1 (source i386)

2009-01-05 Thread Stanislav Maslovski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jan 2009 19:31:14 +0300
Source: avinfo
Binary: avinfo
Architecture: source i386
Version: 1.0.a15+20090102-1
Distribution: unstable
Urgency: low
Maintainer: Stanislav Maslovski stanislav.maslov...@gmail.com
Changed-By: Stanislav Maslovski stanislav.maslov...@gmail.com
Description: 
 avinfo - Audio/Video information automatic extractor/file list generator
Closes: 510097
Changes: 
 avinfo (1.0.a15+20090102-1) unstable; urgency=low
 .
   * New upstream release (Closes: #510097).
   * debian/control:
 - put back versioned build dependency on debhelper
   for the ease of backporting.
 - add Dmitry Oboukhov to Uploaders.
Checksums-Sha1: 
 56f17c648e0202f190f99648a10f7be9a2df7ded 1125 avinfo_1.0.a15+20090102-1.dsc
 366b8ace0e463d2d4d8f3adf71c000307e9d7564 112597 
avinfo_1.0.a15+20090102.orig.tar.gz
 b6423883a93eb353a9935ddafbc606a431712432 3482 avinfo_1.0.a15+20090102-1.diff.gz
 6f5724c1baa0d2c84da24e2041ca973270ed8ef5 60596 
avinfo_1.0.a15+20090102-1_i386.deb
Checksums-Sha256: 
 bf03165649a2f2a7781888618b5e91690dddfdbad8495ab80825bb857be8cc9a 1125 
avinfo_1.0.a15+20090102-1.dsc
 b378cd868a086117d50a2c03ae99cbcf514e5f7835f7d890028301a6f353b245 112597 
avinfo_1.0.a15+20090102.orig.tar.gz
 9e64db1ac79793ca90696ee223a344c80c5deef68c3e0f9aa2a9706c9d1349e1 3482 
avinfo_1.0.a15+20090102-1.diff.gz
 d8ace7953d21cda67824eb3a181334fe877ab4bca05bc4d61a1b86f157e3be23 60596 
avinfo_1.0.a15+20090102-1_i386.deb
Files: 
 291abaf691f811b19a743f9f031e75a6 1125 utils extra avinfo_1.0.a15+20090102-1.dsc
 14f4b404f824b7e1001be46ada9ad10a 112597 utils extra 
avinfo_1.0.a15+20090102.orig.tar.gz
 ec3bdc87017ef80889aa967622d21941 3482 utils extra 
avinfo_1.0.a15+20090102-1.diff.gz
 41f9775a71b44679f322ac0d743d0a43 60596 utils extra 
avinfo_1.0.a15+20090102-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklh854ACgkQq4wAz/jiZTetBQCfWDXzIzzZn0TOSuGePmo55vIu
ImcAn0AwP+vwCnNRYVUxhm74yLlMAmMG
=BLYh
-END PGP SIGNATURE-


Accepted:
avinfo_1.0.a15+20090102-1.diff.gz
  to pool/main/a/avinfo/avinfo_1.0.a15+20090102-1.diff.gz
avinfo_1.0.a15+20090102-1.dsc
  to pool/main/a/avinfo/avinfo_1.0.a15+20090102-1.dsc
avinfo_1.0.a15+20090102-1_i386.deb
  to pool/main/a/avinfo/avinfo_1.0.a15+20090102-1_i386.deb
avinfo_1.0.a15+20090102.orig.tar.gz
  to pool/main/a/avinfo/avinfo_1.0.a15+20090102.orig.tar.gz


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



Accepted honeyd 1.5c-7 (source all i386)

2009-01-05 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 17:17:50 +0100
Source: honeyd
Binary: honeyd honeyd-common
Architecture: source all i386
Version: 1.5c-7
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Javier Fernandez-Sanguino Pen~a j...@debian.org
Description: 
 honeyd - Small daemon that creates virtual hosts simulating their services
 honeyd-common - Honeyd's honeypot documentation and scripts
Closes: 510827
Changes: 
 honeyd (1.5c-7) unstable; urgency=medium
 .
   * Move base.sh to /usr/share/honeyd/scripts/misc/  (Closes: #510827)
Checksums-Sha1: 
 237d7155769ae0d0c0f4670fd69e5437114cc163 1202 honeyd_1.5c-7.dsc
 5e894020849bdc0f057e286efb84a301e39ce29d 391411 honeyd_1.5c-7.diff.gz
 5e02703a306b65a56827f8d0e36a58cfb3a179b4 389542 honeyd-common_1.5c-7_all.deb
 969ff3ab8f850d7e075ce75a66b81407f5017e58 397832 honeyd_1.5c-7_i386.deb
Checksums-Sha256: 
 ac49270fdb25a3d7ba6668acd372f9cfc65271c9e8efd135d3a1f8d227a7 1202 
honeyd_1.5c-7.dsc
 0e9567578b01c2ed0821ca98555264e35c8d281f959d541e6e06b8b7ab523d4d 391411 
honeyd_1.5c-7.diff.gz
 4b308163d43b10c44e96d6876a37b42b360ae2882cc30983a1d2d0691486af44 389542 
honeyd-common_1.5c-7_all.deb
 bb7ceb01223068ea0c4ab5d18b024e1e62fa913d0b39e6d47bb1a6cc3691965a 397832 
honeyd_1.5c-7_i386.deb
Files: 
 6de2159d3888bd1630a7a26fd3191f6c 1202 net optional honeyd_1.5c-7.dsc
 e95da8650856e6f7f5af66b25a0eeeb4 391411 net optional honeyd_1.5c-7.diff.gz
 eec1dd88dca6b72665ed9d06b7013002 389542 net optional 
honeyd-common_1.5c-7_all.deb
 dc2e891ade05c77e147b5347e4b6517a 397832 net optional honeyd_1.5c-7_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYjQmsandgtyBSwkRAviQAJ0X1lAVQq8MxeV9caj7AFdJtpuHvwCdGHDy
17kjAr0srGCJ+EW5gfjhY9s=
=ygFa
-END PGP SIGNATURE-


Accepted:
honeyd-common_1.5c-7_all.deb
  to pool/main/h/honeyd/honeyd-common_1.5c-7_all.deb
honeyd_1.5c-7.diff.gz
  to pool/main/h/honeyd/honeyd_1.5c-7.diff.gz
honeyd_1.5c-7.dsc
  to pool/main/h/honeyd/honeyd_1.5c-7.dsc
honeyd_1.5c-7_i386.deb
  to pool/main/h/honeyd/honeyd_1.5c-7_i386.deb


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



Accepted libcurses-perl 1.26-1 (source i386)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:56:32 +0100
Source: libcurses-perl
Binary: libcurses-perl
Architecture: source i386
Version: 1.26-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libcurses-perl - Curses interface for Perl
Changes: 
 libcurses-perl (1.26-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add ${misc:Depends} to Depends: field
 - change my email address
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: update formatting.
Checksums-Sha1: 
 c28a95113a889219216492d45290fe745f559150 1409 libcurses-perl_1.26-1.dsc
 fcf499ace326cfb8e908b14e7ae04d235430bee4 312188 libcurses-perl_1.26.orig.tar.gz
 4d6c71d8ea473a73b22e1b8df6a1ad84b5f7b208 5022 libcurses-perl_1.26-1.diff.gz
 96e3857b4c39bc91af38974a45af036837fd5ba0 130008 libcurses-perl_1.26-1_i386.deb
Checksums-Sha256: 
 870300203dbe9d7095112fd0df4ad0e5934ee77560dbd160b71944df824681f4 1409 
libcurses-perl_1.26-1.dsc
 90c7f1d8adbc3dc865f78c01e443bfeea75d94b1026c3efdc6d6c33206917b04 312188 
libcurses-perl_1.26.orig.tar.gz
 5b6ae9c19117c283810ac2288960786b8ccec8fc5bfea07b64a1ea2d98ba4f65 5022 
libcurses-perl_1.26-1.diff.gz
 9578fe441cf01ed6b187f0bbb4d52a744ad528f401b49dbc064d116592d05b5f 130008 
libcurses-perl_1.26-1_i386.deb
Files: 
 be175f161fb454bc8ac883ee74edf7d0 1409 perl optional libcurses-perl_1.26-1.dsc
 b8c1b4e9f810e8188825eba868a6843e 312188 perl optional 
libcurses-perl_1.26.orig.tar.gz
 0ef43bea2771e40b45a998214be98892 5022 perl optional 
libcurses-perl_1.26-1.diff.gz
 380c21c98cf90c26af0bf0440e148033 130008 perl optional 
libcurses-perl_1.26-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliIBsACgkQOzKYnQDzz+TXNQCfSCWz/votOp86jfWvKXwEIUCV
AwsAoPTNv0BJaVQgVWSmX+UMUVp6ng/k
=xQIP
-END PGP SIGNATURE-


Accepted:
libcurses-perl_1.26-1.diff.gz
  to pool/main/libc/libcurses-perl/libcurses-perl_1.26-1.diff.gz
libcurses-perl_1.26-1.dsc
  to pool/main/libc/libcurses-perl/libcurses-perl_1.26-1.dsc
libcurses-perl_1.26-1_i386.deb
  to pool/main/libc/libcurses-perl/libcurses-perl_1.26-1_i386.deb
libcurses-perl_1.26.orig.tar.gz
  to pool/main/libc/libcurses-perl/libcurses-perl_1.26.orig.tar.gz


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



Accepted samba 2:3.2.5-3 (source all i386)

2009-01-05 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Dec 2008 08:09:31 +0100
Source: samba
Binary: samba samba-common samba-tools smbclient swat samba-doc samba-doc-pdf 
smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg 
libwbclient0
Architecture: source all i386
Version: 2:3.2.5-3
Distribution: unstable
Urgency: high
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libpam-smbpass - pluggable authentication module for SMB/CIFS password database
 libsmbclient - shared library that allows applications to talk to SMB/CIFS 
serve
 libsmbclient-dev - libsmbclient static libraries and headers
 libwbclient0 - client library for interfacing with winbind service
 samba  - a LanManager-like file and printer server for Unix
 samba-common - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation (PDF format)
 samba-tools - tools provided by the Samba suite
 smbclient  - a LanManager-like simple client for Unix
 smbfs  - mount and umount commands for the smbfs (for kernels = than 2.2.
 swat   - Samba Web Administration Tool
 winbind- service to resolve user and group information from Windows NT ser
Closes: 508388
Changes: 
 samba (2:3.2.5-3) unstable; urgency=high
 .
   * Security update
   * Fix Potential access to / in setups with registry shares enabled
 This fixes CVE-2009-0022, backported from 3.2.7
   * Fix links in HTML documentation index file.
 Closes: #508388
   * Drop spurious docs-xml/smbdotconf/parameters.global.xml.new
 file in the diff. Thanks to the release managers for spotting it
Checksums-Sha1: 
 bbb74ada06424a88a5581cf75a7372133e77162b 1813 samba_3.2.5-3.dsc
 6bdb5649e1c86b8a6786b3cecc9d53d3bba64a97 224890 samba_3.2.5-3.diff.gz
 c48346d607736e5ba77f7c0f417d4bf99b4e6aec 7943564 samba-doc_3.2.5-3_all.deb
 d52cdeb497ef024a3dc3880264c0932de93ccf0a 6251540 samba-doc-pdf_3.2.5-3_all.deb
 887225d65734c3d6ef51d2af26ec3e02520a2a64 4292872 samba_3.2.5-3_i386.deb
 1b1c24a205cc55160e84fe7e0a6b3abce34d5cb6 3404058 samba-common_3.2.5-3_i386.deb
 bd792d4559d5b47e8ff717c1949df7b1bd21192e 5065614 samba-tools_3.2.5-3_i386.deb
 565eb2a83bd48962fa05db985e30bf58b057d4d4 6299874 smbclient_3.2.5-3_i386.deb
 9316e21462e556a4e21a385b460a4f483f8de343 984180 swat_3.2.5-3_i386.deb
 9d12f4230bf4d581d0069ef0f1d1301816891f4a 1348702 smbfs_3.2.5-3_i386.deb
 2644a6e18a2bd4f4f16a7fd5a915046ba4a02d0d 560234 libpam-smbpass_3.2.5-3_i386.deb
 defe8febdaf8f9758dc7b2ffc4e9b83aa9e49825 1198832 libsmbclient_3.2.5-3_i386.deb
 90705f39d76f5dc36545b4b9307a16a59804c46d 1819402 
libsmbclient-dev_3.2.5-3_i386.deb
 ae83f37e059727211762c3cbb58f8ec71fe7cec7 2928518 winbind_3.2.5-3_i386.deb
 bba9dbbd92d25cabf1b2012eb9d2f2f69dad03ba 2084034 samba-dbg_3.2.5-3_i386.deb
 227a091195165f130cfca67e6f158040a0040efa 78252 libwbclient0_3.2.5-3_i386.deb
Checksums-Sha256: 
 6de7200745e50c4872a74e4759bb57e7a9175a85669df2c060860141bf5e438c 1813 
samba_3.2.5-3.dsc
 09f66b8e642b042311d52b85546e998e035653a36d5de7cb88e972b0343d64fa 224890 
samba_3.2.5-3.diff.gz
 4da463c03a60bf22bd0f32a776a37d35f5b6ed0941adc86e13500c41c3a326b4 7943564 
samba-doc_3.2.5-3_all.deb
 f63d878013078646c77173064633f3ac7f39ff7f5cd7fae4eb3d81b4d3a88650 6251540 
samba-doc-pdf_3.2.5-3_all.deb
 166d5c5a0d5d4fee7c9207dc956884452d90062a22f13ad747e8ab5d6bd3765a 4292872 
samba_3.2.5-3_i386.deb
 785c9a22cfdb6e5998aeb053126ed94a0f6ae27805cfa9923ebef45470bc9f43 3404058 
samba-common_3.2.5-3_i386.deb
 0f878a48160d67f944c2d431fb3f33984b8297df932c1c4d64971f6ec0ad6875 5065614 
samba-tools_3.2.5-3_i386.deb
 9f9ca09679e0f256cf91ca3f9424894716e0724942ba6c253cb7d6ea11d1e813 6299874 
smbclient_3.2.5-3_i386.deb
 bc768e181bdd029312b336867fb9135f9ca93e279977dbee8a6c0b90358e22cf 984180 
swat_3.2.5-3_i386.deb
 c9b9db07d51f32f013605face3bef74dbc7645e4059f78158d1c004f2f41cf77 1348702 
smbfs_3.2.5-3_i386.deb
 6a8acb8df97b221189c92878170313cba569ef9c7e1e5fd38f49cbc4f574b0bc 560234 
libpam-smbpass_3.2.5-3_i386.deb
 a8409832e4bb3600e42b6a34ec46db43e1ca43aaec3695c11e5bd94cbbd71cd5 1198832 
libsmbclient_3.2.5-3_i386.deb
 a023b1856adcb19d2e83984b1efc7da8d5159a04f3e36c58d05efd01b3a87002 1819402 
libsmbclient-dev_3.2.5-3_i386.deb
 c212e23f78f1eeae2caa1ce29c01f4fee468f469282bdfaaec885173397954ac 2928518 
winbind_3.2.5-3_i386.deb
 281f38cdec22c98ad7122dfadfc4fe9847a7de2d32bb1ac927a063ff77b90294 2084034 
samba-dbg_3.2.5-3_i386.deb
 8e0c560a071d7084d849734aa78401b8ecc4fc348f913ae9ac7fe98b936ee22d 78252 
libwbclient0_3.2.5-3_i386.deb
Files: 
 acab49e6b65ffa97d9191e5b94117c2a 1813 net optional samba_3.2.5-3.dsc
 cf1845cc4dd5dcbe808532f87a6e86b1 224890 net optional samba_3.2.5-3.diff.gz
 09e7f53a737aebbc5fb7436033c2ee47 7943564 doc optional samba-doc_3.2.5-3_all.deb
 df5e4f12c7c63ec1c38804ecb19ab663 6251540 doc optional 
samba-doc-pdf_3.2.5-3_all.deb
 

Accepted libtest-needsdisplay-perl 1.07-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:27:44 +0100
Source: libtest-needsdisplay-perl
Binary: libtest-needsdisplay-perl
Architecture: source all
Version: 1.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-needsdisplay-perl - Ensure that tests needing a display have one
Changes: 
 libtest-needsdisplay-perl (1.07-1) unstable; urgency=low
 .
   * New upstream release.
   * Add /me to Uploaders.
   * debian/copyright: update years of copyright.
Checksums-Sha1: 
 902b76036b7c8f1ff1e376bad73abd7434e2a76a 1567 
libtest-needsdisplay-perl_1.07-1.dsc
 b0e29200595a010994499dd7a0f44fd7c4f638cd 23400 
libtest-needsdisplay-perl_1.07.orig.tar.gz
 caf86894a1b5fd414c5f73f955b7752f8bd448d9 1811 
libtest-needsdisplay-perl_1.07-1.diff.gz
 93e0d8759c480070ec11edfc63c886fbec6877dc 8080 
libtest-needsdisplay-perl_1.07-1_all.deb
Checksums-Sha256: 
 96648cd2917c8f3a464220670f53f612e6b525164e12e06ce07e96774f41c75b 1567 
libtest-needsdisplay-perl_1.07-1.dsc
 60e93f6777a423c3b598ddafaf79d69c5f567ffc92f1b20229f51381df4344a9 23400 
libtest-needsdisplay-perl_1.07.orig.tar.gz
 c7362aed54b0d81b09e9d719ab72e9a40b18ac0e0de8489eab28b33559f0 1811 
libtest-needsdisplay-perl_1.07-1.diff.gz
 f2f838fe7f98d6eebfa1e96c2aa6c72ce5df3527402962c4983cf79c2852687c 8080 
libtest-needsdisplay-perl_1.07-1_all.deb
Files: 
 61548123b85fd65485b654ec0832b79f 1567 perl optional 
libtest-needsdisplay-perl_1.07-1.dsc
 9c6058e44f23696567cce3e14641a0af 23400 perl optional 
libtest-needsdisplay-perl_1.07.orig.tar.gz
 b35c6c7c716f30b5714093850878deba 1811 perl optional 
libtest-needsdisplay-perl_1.07-1.diff.gz
 1d21d4f3a2249f99d22a87514ed11f19 8080 perl optional 
libtest-needsdisplay-perl_1.07-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliGSEACgkQOzKYnQDzz+SHLQCfXEKzWB7xGhV3w4wg6Udv8anc
PkkAoOQbQP04SqptqE3A/xoXY+U11tSC
=pAdZ
-END PGP SIGNATURE-


Accepted:
libtest-needsdisplay-perl_1.07-1.diff.gz
  to 
pool/main/libt/libtest-needsdisplay-perl/libtest-needsdisplay-perl_1.07-1.diff.gz
libtest-needsdisplay-perl_1.07-1.dsc
  to 
pool/main/libt/libtest-needsdisplay-perl/libtest-needsdisplay-perl_1.07-1.dsc
libtest-needsdisplay-perl_1.07-1_all.deb
  to 
pool/main/libt/libtest-needsdisplay-perl/libtest-needsdisplay-perl_1.07-1_all.deb
libtest-needsdisplay-perl_1.07.orig.tar.gz
  to 
pool/main/libt/libtest-needsdisplay-perl/libtest-needsdisplay-perl_1.07.orig.tar.gz


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



Accepted devscripts 2.10.44 (source amd64)

2009-01-05 Thread Adam D. Barratt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 19:20:04 +
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.44
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team pkg-devscri...@teams.debian.net
Changed-By: Adam D. Barratt a...@adam-barratt.org.uk
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 508163 508676 510313 510343 510345 510574
Changes: 
 devscripts (2.10.44) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * bts:
 + Allow an alternative debbugs server to be specified. (Closes: #508676)
 + Modify bts status to request source package information, so that we
   don't always return unknown.
 + Don't issue repeated user foo commands for the same user.
 + Remove excess whitespace from usertag commands.
   * checkbashisms:
 + Rework the comment detection code to avoid matching $# and to avoid
   a number of similar issues. (Closes: #510343)
 + Flag the use of source with an unquoted argument containing no path
   information. (Closes: #510345)
   * Debbugs.pm: Allow the address of the debbugs server to be specified
 rather than hard-coding bugs.debian.org.
   * debchange:
 + Correctly increment bpo version numbers.
 + Attempt to do the right thing (or at least something sensible) if the
   package version ends in a tilde. (Closes: #510313)
   * debdiff:
 + Fix a couple of formatting issues in the manpage.
 + Mention --{no-,}diffstat in the help message.
 + Don't treat DEBDIFF_SHOW_DIFFSTAT=no as a modification from default
   settings.
   * licensecheck:
 + Add .cs (C# source files) to the default list of files to check.
   (Closes: #508163)
 + Detect the CDDL license. Thanks to Mike Hommey for the patch.
   (Closes: #510574)
   * uscan: Improve parsing of non-HTMLised FTP directory listings so that
 foobar.tar.gz doesn't match a request for bar.tar.gz.
   * conf.default.in:
 + Use the new reportbug.debian.org as an example SMTP host for bts
   rather than bugs.debian.org.
 + Add BTS_SERVER.
 .
   [ Christoph Berg ]
   * dscverify: Accept -u as an alias for --nosigcheck, inspired by dput -u.
Checksums-Sha1: 
 4f5d432738b0e82044663e0aaf472f21d40fcb20 1363 devscripts_2.10.44.dsc
 d95d60830d071be23d913e459c0d075c9e2226fb 634563 devscripts_2.10.44.tar.gz
 03302056294995548e797114905ec0a14480adbd 545008 devscripts_2.10.44_amd64.deb
Checksums-Sha256: 
 082b2eb458101aaafdf24bede20539bef32ed3329366fd007744ee6536861305 1363 
devscripts_2.10.44.dsc
 181dfc9634acd39c9d97b0feb0ea7fa4b52408472b9bb937ddb09095828fae7b 634563 
devscripts_2.10.44.tar.gz
 b7e5ea877bb75ef3f5622b611f250443eb23e367dff2583a7764dd3dbb6ae10d 545008 
devscripts_2.10.44_amd64.deb
Files: 
 64a6b6ed8825664fc7ea1db6d3af0152 1363 devel optional devscripts_2.10.44.dsc
 c1a042f82cee3b1c225f3bfca4098b62 634563 devel optional 
devscripts_2.10.44.tar.gz
 ff8a364da1da04ce8b83fa5fe570e16d 545008 devel optional 
devscripts_2.10.44_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliXgEACgkQokcE1TReOoUUCgCdGcl1IVcQ7NIhqw9tnl+DwrOd
N5EAn1e8bKQyybMEUdx8ZtQLM5mOetkd
=KQqp
-END PGP SIGNATURE-


Accepted:
devscripts_2.10.44.dsc
  to pool/main/d/devscripts/devscripts_2.10.44.dsc
devscripts_2.10.44.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.44.tar.gz
devscripts_2.10.44_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.44_amd64.deb


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



Accepted partman-base 128lenny1 (source amd64)

2009-01-05 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 19:02:42 +
Source: partman-base
Binary: partman-base partman-utils
Architecture: source amd64
Version: 128lenny1
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning (udeb)
Closes: 505477
Changes: 
 partman-base (128lenny1) unstable; urgency=low
 .
   * Merged from trunk:
 - Disable backup while displaying device/partition locked errors; it
   makes no sense and it can cause us to exit without closing the FIFO to
   parted_server (closes: #505477, LP: #274219).
Checksums-Sha1: 
 5d98d1c84886ce11849b40772c14cb8556e0dbb2 1007 partman-base_128lenny1.dsc
 321e6964f634c549bbb49481ee05df3d4b00d576 162345 partman-base_128lenny1.tar.gz
 c1043fbe3b92338be05946733a81c366982e401c 134170 
partman-base_128lenny1_amd64.udeb
 1abb304450f2e1247e0471122eb1c39f7f11794b 3796 
partman-utils_128lenny1_amd64.udeb
Checksums-Sha256: 
 535f625def312a5c4a3e8a96ad66b98c1097e3f0885b65f8766769b8fec38085 1007 
partman-base_128lenny1.dsc
 e11043bbb0aab2ca9168d83eee31057547022587923cf70bb3898c67889e0b53 162345 
partman-base_128lenny1.tar.gz
 eb30a0f213dbc548d7fbab194405f60f77e1fa1aba97f6c749c66a989849e538 134170 
partman-base_128lenny1_amd64.udeb
 e79bfa44dc8be5ce24de0c3c1e84daef74731ea62af72edf9a2304994fff9ead 3796 
partman-utils_128lenny1_amd64.udeb
Files: 
 94394576169cc17eba6c4cdda7d6f732 1007 debian-installer standard 
partman-base_128lenny1.dsc
 29205b15c0dabf216946798e53babb89 162345 debian-installer standard 
partman-base_128lenny1.tar.gz
 aa6481a0b2c8f07f002194b6972ddfda 134170 debian-installer standard 
partman-base_128lenny1_amd64.udeb
 c48f8892bdb59abd3aec899c15028e31 3796 debian-installer extra 
partman-utils_128lenny1_amd64.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliWv4ACgkQgm/Kwh6ICoToBwCeNd5fEWozE1Tmb56UuLN8cpCT
D3MAnjoPKfebyoqS4geX9Q29/l2vLpL5
=qrk7
-END PGP SIGNATURE-


Accepted:
partman-base_128lenny1.dsc
  to pool/main/p/partman-base/partman-base_128lenny1.dsc
partman-base_128lenny1.tar.gz
  to pool/main/p/partman-base/partman-base_128lenny1.tar.gz
partman-base_128lenny1_amd64.udeb
  to pool/main/p/partman-base/partman-base_128lenny1_amd64.udeb
partman-utils_128lenny1_amd64.udeb
  to pool/main/p/partman-base/partman-utils_128lenny1_amd64.udeb


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



Accepted apt 0.7.20 (source all i386)

2009-01-05 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 08:59:20 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.7.20
Distribution: unstable
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 385674 411298 436028 438559 439866 440049 448743 457265 500988 507398 
507601 508449 509151 509337 509375 509422 510664
Changes: 
 apt (0.7.20) unstable; urgency=low
 .
   [ Eugene V. Lyubimkin ]
   * debian/changelog:
 - Fixed place of 'merged install-recommends and install-task branches'
   from 0.6.46.1 to 0.7.0. (Closes: #439866)
   * buildlib/config.{sub,guess}:
 - Renewed. This fixes lintian errors.
   * doc/apt.conf.5.xml, debian/apt-transport-https:
 - Documented briefly 'APT::https' group of options. (Closes: #507398)
 - Applied patch from Daniel Burrows to document 'Debug' group of options.
   (Closes: #457265)
 - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
   (Closes: #438559)
 - Mentioned '/* ... */' comments. (Closes: #507601)
   * doc/examples/sources.list:
 - Removed obsolete commented non-us deb-src entry, replaced it with
   'deb-src security.debian.org' one. (Closes: #411298)
   * apt-pkg/contrib/mmap.cc:
 - Added instruction how to work around MMap error in MMap error message.
   (Closes: #385674, 436028)
   * COPYING:
 - Actualized. Removed obsolete Qt section, added GPLv2 clause.
   (Closes: #440049, #509337)
 .
   [ Michael Vogt ]
   * add option to apt-get build-dep to mark the needed
 build-dep packages as automatic installed.
 This is controlled via the value of
 APT::Get::Build-Dep-Automatic and is set false by default.
 Thanks to Aaron Haviland, closes: #448743
   * apt-inst/contrib/arfile.cc:
 - support members ending with '/' as well (thanks to Michal Cihr,
   closes: #500988)
 .
   [ Christian Perrier ]
   * Translations:
 - Finnish updated. Closes: #508449
 - Galician updated. Closes: #509151
 - Catalan updated. Closes: #509375
 - Vietnamese updated. Closes: #509422
 - Traditional Chinese added. Closes: #510664
 - French corrected (remove awful use of first person)
Checksums-Sha1: 
 199747f46a10a9cb6301142f51886ffba652dccb 1212 apt_0.7.20.dsc
 ab4be3d817f555891d44d969f8fc2b23bff770ac 2044463 apt_0.7.20.tar.gz
 daff7e6e677e5e9f3abc6add25a0468d29b41731 100222 apt-doc_0.7.20_all.deb
 dc264da6411f41034dc22c24b0dc892c6ba452a3 124204 libapt-pkg-doc_0.7.20_all.deb
 b14dc4cd6f8be9bfe46e59f9f892f9c952585850 1642406 apt_0.7.20_i386.deb
 e7b9345af7d33a10d9ea00167a6dac8ac50af260 108952 libapt-pkg-dev_0.7.20_i386.deb
 3e246d87f3496a3f4c51a23b109d7912c637a923 188020 apt-utils_0.7.20_i386.deb
 caee3a6410fecf7ff518ea040ec2658396a255b5 58438 
apt-transport-https_0.7.20_i386.deb
Checksums-Sha256: 
 c86efc6408e1fedbe1a90e8dafbfcfd95100a1abd1bff6cdef53b293e27ef8a4 1212 
apt_0.7.20.dsc
 da71612cf4f40cc08a0842d38acd0fad42de20a95f82557b985a343ba0b46053 2044463 
apt_0.7.20.tar.gz
 99e042e1c6ff3ce1932f5335ecff87d5dee0d8bd364738133b7c23e9280c7dda 100222 
apt-doc_0.7.20_all.deb
 d1662de2b84afb13b5be7a25781d3067f59507fd0e0e135001fdf1e7f5b09123 124204 
libapt-pkg-doc_0.7.20_all.deb
 2765ed8448310eedc16673f06348a1853e8c120dff5d6fa64112ad874cce8340 1642406 
apt_0.7.20_i386.deb
 17e21166ff8e421c01a2ee0301052cfd328f8f6147f8351c18d8c9476d193b76 108952 
libapt-pkg-dev_0.7.20_i386.deb
 96b57ba5aaf05e10c3dea28b68e8d18a03825dccb8214fada68ab08d1fc57dde 188020 
apt-utils_0.7.20_i386.deb
 ee6afe482ea52a05cb7b893da0189380740dfba9781ee4bdfe0332e078762b2e 58438 
apt-transport-https_0.7.20_i386.deb
Files: 
 dff750771d0ac72d7671a9b879eb1760 1212 admin important apt_0.7.20.dsc
 3773593585c11d30adcd0e65b06e4e0f 2044463 admin important apt_0.7.20.tar.gz
 ab99779d2a552dd6f4f11a76f1c29018 100222 doc optional apt-doc_0.7.20_all.deb
 266f17f6f9adb3ff7b7b59d5db823537 124204 doc optional 
libapt-pkg-doc_0.7.20_all.deb
 c0b4e3574484ab22f496df6ca29b0415 1642406 admin important apt_0.7.20_i386.deb
 096051c8f56fd8fbb25ed04183eebfa4 108952 libdevel optional 
libapt-pkg-dev_0.7.20_i386.deb
 92ce89ff0d51b0305afc176647ea1c06 188020 admin important 
apt-utils_0.7.20_i386.deb
 d684527827adf6e1ab30264b22eb2e78 58438 admin optional 
apt-transport-https_0.7.20_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliV8IACgkQliSD4VZixzRyMwCfW7VnF9miih6MQAskD/mYlnut
6igAn3/z3IVwr4Af8Jj4FybF7sMqCPQh
=7p66
-END PGP SIGNATURE-


Accepted:
apt-doc_0.7.20_all.deb
  to pool/main/a/apt/apt-doc_0.7.20_all.deb

Accepted lxml 2.1.4-1 (source i386)

2009-01-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 15:01:17 +
Source: lxml
Binary: python-lxml python-lxml-dbg
Architecture: source i386
Version: 2.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 python-lxml - pythonic binding for the libxml2 and libxslt libraries
 python-lxml-dbg - pythonic binding for the libxml2 and libxslt libraries 
(debug ext
Changes: 
 lxml (2.1.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Remove the build dependency on cython, because cython doesn't have
 support for python debug builds.
Checksums-Sha1: 
 f73a7ca7c98bce2e6dff049ae7f3dd9b79375ed0 1154 lxml_2.1.4-1.dsc
 c2cbccaad4c0073955e4206f378ef597881e66fb 2709595 lxml_2.1.4.orig.tar.gz
 38eb7e94c915b700527ae6cdb157291b68a59ebc 334096 lxml_2.1.4-1.diff.gz
 051a6b5130c8509d65980cc3abf01fef6f0ad0ec 1009928 python-lxml_2.1.4-1_i386.deb
 c129f4cbef07437fe00c1c82565dce98cad0b443 4099324 
python-lxml-dbg_2.1.4-1_i386.deb
Checksums-Sha256: 
 4a6e2b24ba4dcea6d3aeb9ef6ac39ae16a4e20bbde054d0c4ed2431cd007e7f4 1154 
lxml_2.1.4-1.dsc
 57ffc9843ad7312fadf58705f0b15ea74e86f8b5cf73a05ed2df4b54f023f092 2709595 
lxml_2.1.4.orig.tar.gz
 9a28b2563b5c2213e6259c2b4cec955468f8445213970ae352d822fda1250337 334096 
lxml_2.1.4-1.diff.gz
 ed2f716795343764845f20a510c825810d30ea35cb85bbbce6948cb3ecdd4630 1009928 
python-lxml_2.1.4-1_i386.deb
 17b3892fe79ad05df8113dcc389f50b8e61e96edf8d433495d29d48c09738cc7 4099324 
python-lxml-dbg_2.1.4-1_i386.deb
Files: 
 b4a2fbc4a9bd2337f35c4e97df52b9c6 1154 python optional lxml_2.1.4-1.dsc
 05f35b81955caf502584b685a5226417 2709595 python optional lxml_2.1.4.orig.tar.gz
 625b0dc71bcd64df549c8153934133a6 334096 python optional lxml_2.1.4-1.diff.gz
 9175e44e61d342a3449feb6f0d0e111d 1009928 python optional 
python-lxml_2.1.4-1_i386.deb
 70adb836649f9aba1aa57aa73c2df722 4099324 python extra 
python-lxml-dbg_2.1.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliW6cACgkQStlRaw+TLJyv0gCgxZUCk1i7aVAAwpFjT87603Lm
y14AnjfwvybiyPRJsl9GFKa4hTJrwTT6
=zrq7
-END PGP SIGNATURE-


Accepted:
lxml_2.1.4-1.diff.gz
  to pool/main/l/lxml/lxml_2.1.4-1.diff.gz
lxml_2.1.4-1.dsc
  to pool/main/l/lxml/lxml_2.1.4-1.dsc
lxml_2.1.4.orig.tar.gz
  to pool/main/l/lxml/lxml_2.1.4.orig.tar.gz
python-lxml-dbg_2.1.4-1_i386.deb
  to pool/main/l/lxml/python-lxml-dbg_2.1.4-1_i386.deb
python-lxml_2.1.4-1_i386.deb
  to pool/main/l/lxml/python-lxml_2.1.4-1_i386.deb


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



Accepted libmoosex-emulate-class-accessor-fast-perl 0.00701-1 (source all)

2009-01-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 16:53:42 +0100
Source: libmoosex-emulate-class-accessor-fast-perl
Binary: libmoosex-emulate-class-accessor-fast-perl
Architecture: source all
Version: 0.00701-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmoosex-emulate-class-accessor-fast-perl - Emulate Class::Accessor::Fast 
using Moose attributes
Changes: 
 libmoosex-emulate-class-accessor-fast-perl (0.00701-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: update years of packaging copyright.
Checksums-Sha1: 
 2db82c3317858d2118da7dcfe8c45f5a178bcf84 1738 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.dsc
 520f97d0295460413aca8fade6cc978f41e2b3ef 18145 
libmoosex-emulate-class-accessor-fast-perl_0.00701.orig.tar.gz
 68aeb85df7251a43c64ffedab8509ac0c551c1d5 1889 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.diff.gz
 820a67b197b88bb10eef013f435fa400cbd44569 12188 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1_all.deb
Checksums-Sha256: 
 710e781e87ddab632aeb16026171935d12ed4f9bbffcecd79aef241a643c6cff 1738 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.dsc
 93f9759dd3dc1f760918bc6b7257be3b3784923f2e72feb32ba88a32055a202a 18145 
libmoosex-emulate-class-accessor-fast-perl_0.00701.orig.tar.gz
 0c0525ae4ee12ecb2c9ac78aa8caa5b0c42a7bd04dc7facf209fe934fef9661d 1889 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.diff.gz
 8f641e71589c4a82e474df43459c3067858daeb33b37752391fd96c010d7ff15 12188 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1_all.deb
Files: 
 c3e114fcb201f7aba07600fd25ebf9c4 1738 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.dsc
 ac85147752512d97df53cb1e9782c381 18145 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00701.orig.tar.gz
 d9d2733bfa1cad7ca42ee2857ac23412 1889 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.diff.gz
 108154959a53de576968b48113149896 12188 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00701-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliLT8ACgkQOzKYnQDzz+SBGQCeML36T+fQVe5Jcn0AIU/pXAFD
fF8AoI9/mT7Npu4CjUSuof8CMk1Rt32G
=dh+i
-END PGP SIGNATURE-


Accepted:
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.diff.gz
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00701-1.diff.gz
libmoosex-emulate-class-accessor-fast-perl_0.00701-1.dsc
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00701-1.dsc
libmoosex-emulate-class-accessor-fast-perl_0.00701-1_all.deb
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00701-1_all.deb
libmoosex-emulate-class-accessor-fast-perl_0.00701.orig.tar.gz
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00701.orig.tar.gz


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



Accepted libpam-mount 1.7-1 (source amd64)

2009-01-05 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jan 2009 17:58:18 +0100
Source: libpam-mount
Binary: libpam-mount
Architecture: source amd64
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam cal...@debian.org
Changed-By: Bastian Kleineidam cal...@debian.org
Description: 
 libpam-mount - PAM module that can mount volumes for a user session
Changes: 
 libpam-mount (1.7-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 940fdb5cedcc6685e1c19bc49d68bc139d0084a5 1213 libpam-mount_1.7-1.dsc
 82d553decb1320c3bf3668075bdd1b6a6a40a2c7 398463 libpam-mount_1.7.orig.tar.gz
 b510b5af1aa36ae25f0bebfaac4448a29a97c892 20539 libpam-mount_1.7-1.diff.gz
 12f5fdd265b322d3b835c50f14a5af80024adf35 127046 libpam-mount_1.7-1_amd64.deb
Checksums-Sha256: 
 a8974ad926c93a0513f304efb69b1eadbb80384730b1c4cbb04186ec0ef11d01 1213 
libpam-mount_1.7-1.dsc
 7abfe440616ed1a4d337f2b2521eb531700602a0d5171ca7750f2c796ff5e264 398463 
libpam-mount_1.7.orig.tar.gz
 73d6aaa835a1f04175625ebface6f0ea59d966f698e104793334c6e03147 20539 
libpam-mount_1.7-1.diff.gz
 edb94c8f0de412de933c261b65eb95ce608ae86ff324e02d401521fac5b872ab 127046 
libpam-mount_1.7-1_amd64.deb
Files: 
 6adb9527ca4edc63fd1fe984560997bb 1213 admin extra libpam-mount_1.7-1.dsc
 a51fe5dad273a4fe94754446c560de36 398463 admin extra 
libpam-mount_1.7.orig.tar.gz
 326df8f16512a7c4a443c95c3d41e3b7 20539 admin extra libpam-mount_1.7-1.diff.gz
 d01cd4650e757a15d5ef353d8b882627 127046 admin extra 
libpam-mount_1.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklhyi0ACgkQeBwlBDLsbz5kngCgkhKz+GEgbNR3fbXOAypCLIS9
KpEAnjzeAXSqx7dpqJBMBuBtl7KyI2GX
=BrZF
-END PGP SIGNATURE-


Accepted:
libpam-mount_1.7-1.diff.gz
  to pool/main/libp/libpam-mount/libpam-mount_1.7-1.diff.gz
libpam-mount_1.7-1.dsc
  to pool/main/libp/libpam-mount/libpam-mount_1.7-1.dsc
libpam-mount_1.7-1_amd64.deb
  to pool/main/libp/libpam-mount/libpam-mount_1.7-1_amd64.deb
libpam-mount_1.7.orig.tar.gz
  to pool/main/libp/libpam-mount/libpam-mount_1.7.orig.tar.gz


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



Accepted r-base-core-ra 1.2.3-1 (source i386)

2009-01-05 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 13:33:03 -0600
Source: r-base-core-ra
Binary: r-base-core-ra
Architecture: source i386
Version: 1.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base-core-ra - 'ra' variant of GNU R core of statistical computing language 
and 
Changes: 
 r-base-core-ra (1.2.3-1) unstable; urgency=low
 .
   * New upstream release of Ra for R 2.8.1
   * As before, the .orig.tar.gz sources are a combination of R's
 r-base_2.8.1.orig.tar.gz and the Ra upstream file ra_1.2.3.tar.gz.
Checksums-Sha1: 
 984aded41c46a732033b643add9d53edd8270446 1486 r-base-core-ra_1.2.3-1.dsc
 7f3097ff87ee29df2ab92aa8d6ea866d38cf7b9a 16886297 
r-base-core-ra_1.2.3.orig.tar.gz
 5a2f37252a897f2ce587265d3c6cd59f646ceeb4 43485 r-base-core-ra_1.2.3-1.diff.gz
 a84d3730a7f1d6134f786c121c8f689a3d03ef54 8734458 
r-base-core-ra_1.2.3-1_i386.deb
Checksums-Sha256: 
 705ebc7a0bb3c7bbee09533c609bbb84915c6451cb7086970198275e1243d064 1486 
r-base-core-ra_1.2.3-1.dsc
 9e4d9ebe20d256505d51f35e5fd477659c7b41f9506612938be6db4b8fa5e486 16886297 
r-base-core-ra_1.2.3.orig.tar.gz
 d85443460f197cb30b32b19676cdbf2eab35e4fa4a71dc2cc8c3e78e146f396b 43485 
r-base-core-ra_1.2.3-1.diff.gz
 6adfc8afeddbfbe004ea4360caa7d7c10db6d0dd5f8c659f7caba4bda4ca121f 8734458 
r-base-core-ra_1.2.3-1_i386.deb
Files: 
 8f892b669fe2f80e6c635e1b6c036abc 1486 math optional r-base-core-ra_1.2.3-1.dsc
 9b82487d8b04c967412263d4bcc37b43 16886297 math optional 
r-base-core-ra_1.2.3.orig.tar.gz
 56c0c723ffda4319342552c7d9a0fa0c 43485 math optional 
r-base-core-ra_1.2.3-1.diff.gz
 4caf4617ffc6c87a34914b9df4c9732b 8734458 math optional 
r-base-core-ra_1.2.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYmIxCZSR95Gw07cRAgfWAJ4+RFOJ6yQl1m5S5RrMBZ4Q9xqPSwCeNpuN
Ntvr2soKCw+Kizjpch6l0bg=
=skTq
-END PGP SIGNATURE-


Accepted:
r-base-core-ra_1.2.3-1.diff.gz
  to pool/main/r/r-base-core-ra/r-base-core-ra_1.2.3-1.diff.gz
r-base-core-ra_1.2.3-1.dsc
  to pool/main/r/r-base-core-ra/r-base-core-ra_1.2.3-1.dsc
r-base-core-ra_1.2.3-1_i386.deb
  to pool/main/r/r-base-core-ra/r-base-core-ra_1.2.3-1_i386.deb
r-base-core-ra_1.2.3.orig.tar.gz
  to pool/main/r/r-base-core-ra/r-base-core-ra_1.2.3.orig.tar.gz


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



Accepted libipc-pubsub-perl 0.29-1 (source all)

2009-01-05 Thread AGOSTINI Yves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Dec 2008 11:27:34 +0100
Source: libipc-pubsub-perl
Binary: libipc-pubsub-perl
Architecture: source all
Version: 0.29-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: AGOSTINI Yves agost...@univ-metz.fr
Description: 
 libipc-pubsub-perl - Interprocess Publish/Subscribe channels
Changes: 
 libipc-pubsub-perl (0.29-1) unstable; urgency=low
 .
   [ AGOSTINI Yves ]
   * new 0.29 upstream release (0.28 was not packaged for debian)
   * bump Standards-Version to 3.8.0, no change
   * update copyright to proposal format rev 196
   * add copyright for M::I inc directory
   * add libdbm-deep-perl dep in control
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
Checksums-Sha1: 
 8a0e13776cfb4ae52e91bfb47b6c876383a74a88 1390 libipc-pubsub-perl_0.29-1.dsc
 41029c4e0936ac56bc7b2e2fc521e47ce5b315d3 21372 
libipc-pubsub-perl_0.29.orig.tar.gz
 c4356b401a8cc37ad7e2f7f2dca06d9b6eab3f17 2368 libipc-pubsub-perl_0.29-1.diff.gz
 f8518455a3ccb5b87cc8ba9a0b41beb70b9a0c7e 15278 
libipc-pubsub-perl_0.29-1_all.deb
Checksums-Sha256: 
 6bdaf230767fd3a9fe11363b06f33ddcd30d0d7d8c380d16066c09e08f68739b 1390 
libipc-pubsub-perl_0.29-1.dsc
 88f2f9bcf5933807a68f3e966ea29f9603ce8aaab74eb20c4a355210387fcf7f 21372 
libipc-pubsub-perl_0.29.orig.tar.gz
 fe37be7096a1cecc7521ea573f4548c6dddbb18379d32968b14be58885ab2947 2368 
libipc-pubsub-perl_0.29-1.diff.gz
 27794773c3dc2ebb18cef3f0ad5238a74a4d77458f211e21cf73fa9c78c9df60 15278 
libipc-pubsub-perl_0.29-1_all.deb
Files: 
 647df42c9b9e973ad5bfd508a6d8e08e 1390 perl optional 
libipc-pubsub-perl_0.29-1.dsc
 e10d5732307982eff46a4223f05d104f 21372 perl optional 
libipc-pubsub-perl_0.29.orig.tar.gz
 2cde7e65856044e97fa9f6893395258d 2368 perl optional 
libipc-pubsub-perl_0.29-1.diff.gz
 6c62e78143be610e7d3e3543175fb66b 15278 perl optional 
libipc-pubsub-perl_0.29-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliDhIACgkQOzKYnQDzz+RY1QCfdX3YvkCSPrcuIU/nJAZ0lvU+
F44An2H392RPHAs05e6lFj9IjTTs/tnp
=qrab
-END PGP SIGNATURE-


Accepted:
libipc-pubsub-perl_0.29-1.diff.gz
  to pool/main/libi/libipc-pubsub-perl/libipc-pubsub-perl_0.29-1.diff.gz
libipc-pubsub-perl_0.29-1.dsc
  to pool/main/libi/libipc-pubsub-perl/libipc-pubsub-perl_0.29-1.dsc
libipc-pubsub-perl_0.29-1_all.deb
  to pool/main/libi/libipc-pubsub-perl/libipc-pubsub-perl_0.29-1_all.deb
libipc-pubsub-perl_0.29.orig.tar.gz
  to pool/main/libi/libipc-pubsub-perl/libipc-pubsub-perl_0.29.orig.tar.gz


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



Accepted xserver-xorg-video-nouveau 1:0.0.10~git+20090105+7dc567d-1 (source amd64)

2009-01-05 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 02:43:34 +
Source: xserver-xorg-video-nouveau
Binary: xserver-xorg-video-nouveau
Architecture: source amd64
Version: 1:0.0.10~git+20090105+7dc567d-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 xserver-xorg-video-nouveau - X.Org X server -- Nouveau display driver 
(experimental)
Changes: 
 xserver-xorg-video-nouveau (1:0.0.10~git+20090105+7dc567d-1) experimental; 
urgency=low
 .
   * New upstream snapshot
 - 7dc567d... nv50: correct size/layout of uploaded data
 - 159c18c... Make CHECK_TIMEOUT() a little more correct.
 - 5d281a2... nv04-nv4x: support RandR 1.3 panning
 - 3c4705c... Implement bios opcodes 4C and 4D
 - 1fd60f2... Group all DCB I2C info for a given bus in a structure
 - 31c9958... nv50: implement get_crtc
 - f7a7578... nv50: implement set_origin (mostly used for panning)
 - 74b2e4e... configure: Avoid compiling drm modesetting code by accident.
 - d104f14... nv50: Improve lut code.
 - 20f93a9... randr12: pass cursor visibility changes through mode state
   structures
 - 763e0f8... randr12: allow ddc while crtc is locked
 - 9d8bd45... Punt all bios structs and defines into a new header
 - a34a2c0... Do not attempt to parse FP mode tables for Mac laptops
   (#18636)
 - 1aba513... nv50: program physical addresses into CRTCs, not VM
   addresses.
 - 65b956f... randr12: fix stupidity from 539f4990
 - 1666e85... nv50: use bios provided load detect value
 - a020a44... bios: support g80 loadval table
 - 220cbb6... nv50_randr: plug a small memory leak
   * Update Build-Depends on libdrm-dev.
Checksums-Sha1: 
 6e6fc5cd51d61e9995a43ccf42bf1ae9e9419caa 1873 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.dsc
 d948357cb2503e421a153c80db535fbf5bf2c6bd 3548959 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d.orig.tar.gz
 b5cc012ee84548bd851d0e41046c468763719d24 33569 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.diff.gz
 54c3bbadb09984ec05444a62e83566acc6e5f606 174924 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1_amd64.deb
Checksums-Sha256: 
 4348f9a71274137258207cb197e70b5f59841d79a6380ff5212c7f0b7fcb0749 1873 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.dsc
 58ce26961f474b3f16dd535105cbb08e5a0ce79e4bfb38d2ad4facb52e91542f 3548959 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d.orig.tar.gz
 2fdd87e12c909c6920e918e9f8f79cdecf1dbb2d38e7dc61f0d66567d656d1b5 33569 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.diff.gz
 feda8e11898599c8979761960a5f18b60e2fac91518c1ed54919d1e8f7cacdd5 174924 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1_amd64.deb
Files: 
 944b9424f6523f8550f0adf305b98f6d 1873 x11 optional 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.dsc
 b187684def02fe14c9b25a0703f6d1d4 3548959 x11 optional 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d.orig.tar.gz
 dc2e825716ed4aa2217ca47a1750a1e0 33569 x11 optional 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.diff.gz
 cd2a743b4bc1aa9620d6a02ec88ea558 174924 x11 optional 
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliaVoACgkQ5/8uW2NPmiAnpwCdE2mCVyIlsludTwR3lvaDv+H1
SRoAn00UbU2qIoj+XRNeAi4dePZgnbRt
=anu9
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.diff.gz
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.dsc
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1.dsc
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d-1_amd64.deb
xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090105+7dc567d.orig.tar.gz


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



Accepted yagiuda 1.19-5 (source i386)

2009-01-05 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 21:33:47 +0100
Source: yagiuda
Binary: yagiuda
Architecture: source i386
Version: 1.19-5
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg pa3...@debian.org
Changed-By: Joop Stakenborg pa3...@debian.org
Description: 
 yagiuda- software to analyse performance of Yagi-Uda antennas
Changes: 
 yagiuda (1.19-5) unstable; urgency=low
 .
   * Upload on behalf of Milos Mandaric, thanks!
Checksums-Sha1: 
 99b85daae2ab991748445e7870a911d566f1bd4e 995 yagiuda_1.19-5.dsc
 a9149f89922e4c4d7884bf7a2927980a49f25a10 22588 yagiuda_1.19-5.diff.gz
 401c7aeb514c70064490d206dd29a83fe060e520 94494 yagiuda_1.19-5_i386.deb
Checksums-Sha256: 
 4d82d212bf6b7e6ca370f7bdb889df66e2f1790ce393995867d3b5ffbc88e3c4 995 
yagiuda_1.19-5.dsc
 4a646a59b3ebc1a34459dfbea063f56278708e932cbe592634eeba532c7ee8ef 22588 
yagiuda_1.19-5.diff.gz
 f6aa204e256ae258373de324b7ce1f48dec0d0fe9905e2485b02237ad29ae468 94494 
yagiuda_1.19-5_i386.deb
Files: 
 af8f4b34fef78ca825df00e132c4ea9f 995 hamradio extra yagiuda_1.19-5.dsc
 40eb14b32771856cd2665488c51dbc16 22588 hamradio extra yagiuda_1.19-5.diff.gz
 7b9189fe018b5aded20862985f4842e6 94494 hamradio extra yagiuda_1.19-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklibzUACgkQ/CqtjGLxpX/BWQCeKiyKqlqnjmmPgn0IhhtNpDUT
ZbYAoIrPgBpmwMRKtkf2257OINTYweJ7
=/Il8
-END PGP SIGNATURE-


Accepted:
yagiuda_1.19-5.diff.gz
  to pool/main/y/yagiuda/yagiuda_1.19-5.diff.gz
yagiuda_1.19-5.dsc
  to pool/main/y/yagiuda/yagiuda_1.19-5.dsc
yagiuda_1.19-5_i386.deb
  to pool/main/y/yagiuda/yagiuda_1.19-5_i386.deb


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



Accepted apt 0.7.21~exp1 (source all i386)

2009-01-05 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 20:56:52 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.7.21~exp1
Distribution: experimental
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 157759 320184 365880 445985 479617
Changes: 
 apt (0.7.21~exp1) experimental; urgency=low
 .
   [ Eugene V. Lyubimkin ]
   * methods/{http,https,ftp}, doc/apt.conf.5.xml:
 - Changed and unified the code that determines which proxy to use. Now
   'Acquire::{http,ftp}::Proxy[::host]' options have the highest priority,
   and '{http,ftp}_proxy' environment variables are used only if options
   mentioned above are not specified.
   (Closes: #445985, #157759, #320184, #365880, #479617)
 .
   [ Michael Vogt ]
   * apt-pkg/indexrecords.cc:
 - fix some i18n issues
Checksums-Sha1: 
 52567ce8c037cfdd9531a1bdcee9a3fdf4a89333 1232 apt_0.7.21~exp1.dsc
 eeb958f2ba2b66faf768f7fd376adaa0cff511c1 2047916 apt_0.7.21~exp1.tar.gz
 10f372502fac1d099e1bb4d4703532202af8cbb7 101276 apt-doc_0.7.21~exp1_all.deb
 a379a4c0c0b47c6d732192fb509dec750b3f3efa 125324 
libapt-pkg-doc_0.7.21~exp1_all.deb
 1f958a0e31ee870c43bbb2cacf5b76d0d6a0760e 1644906 apt_0.7.21~exp1_i386.deb
 4da6c4f92537beebd4b7e0b10f0362cfec48ccb8 109938 
libapt-pkg-dev_0.7.21~exp1_i386.deb
 6be9e72051136773b60526d9ec482a52b0b1ec78 189234 apt-utils_0.7.21~exp1_i386.deb
 496431db0ff6d764a361d30ce13d98b48864a8e7 59738 
apt-transport-https_0.7.21~exp1_i386.deb
Checksums-Sha256: 
 9ac2eda5430200f27d512138d2d42ad6b3803881d630664a4843eb8c0238ea3f 1232 
apt_0.7.21~exp1.dsc
 514666ad0a5dd04fe3ab05bad7177c9b685a2e935de5e5e9b893951e768c4b33 2047916 
apt_0.7.21~exp1.tar.gz
 43aecc847460af0e72bd77cfd32594cb180af93577c37b843fe3446ac7313cbf 101276 
apt-doc_0.7.21~exp1_all.deb
 8828307649fb69ece0a6dfb8818489a257bc482a9c46d6b6ab16e8c55f21fe24 125324 
libapt-pkg-doc_0.7.21~exp1_all.deb
 03da96c756a00fea1acd6b2efb198855f5ed0bf4133433af210aeec7819006a3 1644906 
apt_0.7.21~exp1_i386.deb
 3b953966e4d258b1edb303c827ccfb6f45412a3ed937709eaedde1b458297afa 109938 
libapt-pkg-dev_0.7.21~exp1_i386.deb
 cc9470561dd5037db5ca4e2940b046dbd25689829c10559e27e5ef23384a48c6 189234 
apt-utils_0.7.21~exp1_i386.deb
 07f5b6cd900b9efeeb8f84efeb59c3ffabd60a62786f8de457c48351be20fdd9 59738 
apt-transport-https_0.7.21~exp1_i386.deb
Files: 
 4aed6a0223e87a8407c12d269390ca63 1232 admin important apt_0.7.21~exp1.dsc
 b690513da6b823fd99782457d7bbdd10 2047916 admin important apt_0.7.21~exp1.tar.gz
 dc153eecef937a101eafdd52014dc8ad 101276 doc optional 
apt-doc_0.7.21~exp1_all.deb
 72182f99e9e4f06db8fbe34e94969e82 125324 doc optional 
libapt-pkg-doc_0.7.21~exp1_all.deb
 2e9ce64acbe03754758fb81c180cc1bd 1644906 admin important 
apt_0.7.21~exp1_i386.deb
 3b3c7c6a02a83fd7baecf55182f5219b 109938 libdevel optional 
libapt-pkg-dev_0.7.21~exp1_i386.deb
 ff719cbffe4b06934296af12c33a58a3 189234 admin important 
apt-utils_0.7.21~exp1_i386.deb
 eebf3bfc1fee76355dc8e99a78f24fe4 59738 admin optional 
apt-transport-https_0.7.21~exp1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklib3IACgkQliSD4VZixzQ5OwCfTIb6QfnkzFLp3UrYd52R3fUY
KtcAn0b3YiKAy8u9GvoYyTlEV5nPzCYT
=c2aT
-END PGP SIGNATURE-


Accepted:
apt-doc_0.7.21~exp1_all.deb
  to pool/main/a/apt/apt-doc_0.7.21~exp1_all.deb
apt-transport-https_0.7.21~exp1_i386.deb
  to pool/main/a/apt/apt-transport-https_0.7.21~exp1_i386.deb
apt-utils_0.7.21~exp1_i386.deb
  to pool/main/a/apt/apt-utils_0.7.21~exp1_i386.deb
apt_0.7.21~exp1.dsc
  to pool/main/a/apt/apt_0.7.21~exp1.dsc
apt_0.7.21~exp1.tar.gz
  to pool/main/a/apt/apt_0.7.21~exp1.tar.gz
apt_0.7.21~exp1_i386.deb
  to pool/main/a/apt/apt_0.7.21~exp1_i386.deb
libapt-pkg-dev_0.7.21~exp1_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.7.21~exp1_i386.deb
libapt-pkg-doc_0.7.21~exp1_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.7.21~exp1_all.deb


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



Accepted simplejson 2.0.7-1 (source amd64)

2009-01-05 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 20:02:13 +0100
Source: simplejson
Binary: python-simplejson
Architecture: source amd64
Version: 2.0.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-simplejson - Simple, fast, extensible JSON encoder/decoder for Python
Changes: 
 simplejson (2.0.7-1) experimental; urgency=low
 .
   * New upstream release (upload to experimental due to Lenny freeze)
Checksums-Sha1: 
 743084028ef3adddf9d79b01a3875bf07fc6418f 1397 simplejson_2.0.7-1.dsc
 5c3ac8802aa42e63d057bbd024086593dc233dce 114982 simplejson_2.0.7.orig.tar.gz
 a0c8af5607100a43a6b6f39beb0ee805ede230c9 4330 simplejson_2.0.7-1.diff.gz
 e22f8d16d95b8c440b621d7cfcba512524394f5d 105598 
python-simplejson_2.0.7-1_amd64.deb
Checksums-Sha256: 
 d115a26c47282770958e4acc4469e2bb8085aaf46de8a14f2b36e5c20cc1 1397 
simplejson_2.0.7-1.dsc
 2b349ed73540f8ce68bdfa29e08e3dff9d885027bfa06d6a871a09fe381ddbbe 114982 
simplejson_2.0.7.orig.tar.gz
 a12aca919d8fc371082dadbdce6da4b57da1986d0dac1c9cb9888d04d1693b89 4330 
simplejson_2.0.7-1.diff.gz
 79ebf9c9a21c7de29601bb35246d20137aaff5ddbe752d285f0c535b531dcb38 105598 
python-simplejson_2.0.7-1_amd64.deb
Files: 
 dfc1f376ae56ae1ea0fa191a4426580b 1397 python optional simplejson_2.0.7-1.dsc
 9d02273f8615b8e3fceda89110d1 114982 python optional 
simplejson_2.0.7.orig.tar.gz
 844433a5c96e3bc51d6501eb8282dca4 4330 python optional 
simplejson_2.0.7-1.diff.gz
 ee7692ff80fb524e544f3abbce9a9a80 105598 python optional 
python-simplejson_2.0.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkliY+8ACgkQB01zfu119ZkLTgCfWgP+wHKDiHqKPyxr/bvA9+qy
ozcAnj4H8OfPNIoezKVQKiCQpQzPWKZr
=equc
-END PGP SIGNATURE-


Accepted:
python-simplejson_2.0.7-1_amd64.deb
  to pool/main/s/simplejson/python-simplejson_2.0.7-1_amd64.deb
simplejson_2.0.7-1.diff.gz
  to pool/main/s/simplejson/simplejson_2.0.7-1.diff.gz
simplejson_2.0.7-1.dsc
  to pool/main/s/simplejson/simplejson_2.0.7-1.dsc
simplejson_2.0.7.orig.tar.gz
  to pool/main/s/simplejson/simplejson_2.0.7.orig.tar.gz


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



Accepted r-cran-jit 1.0-3-1 (source all)

2009-01-05 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 13:53:56 -0600
Source: r-cran-jit
Binary: r-cran-jit
Architecture: source all
Version: 1.0-3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-jit - GNU R package just-in-time compilation support
Changes: 
 r-cran-jit (1.0-3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 8c292eab5425b09d6469d0c03877994400328b68 1042 r-cran-jit_1.0-3-1.dsc
 dae84494a5b073cbd7daf5031e43cbcf64ac5c24 7647 r-cran-jit_1.0-3.orig.tar.gz
 a9c9039a1219bb5a0af535b871fce14d1a5a7baf 1555 r-cran-jit_1.0-3-1.diff.gz
 4ac9b265e2ec5466d666fbf04d5374fe6ff3 26224 r-cran-jit_1.0-3-1_all.deb
Checksums-Sha256: 
 509812c8c45d547e5c468a633d8110341143f389ae1b47d3092c83e36a5807eb 1042 
r-cran-jit_1.0-3-1.dsc
 2829342a167f285e81382bdf877f76d8a64a3a7341990d6c633b872b4b59be4b 7647 
r-cran-jit_1.0-3.orig.tar.gz
 b31f2a71e07c112385f93a587d23ee5a40df11c75e351f3575eb4482cacfa895 1555 
r-cran-jit_1.0-3-1.diff.gz
 5c63d3cc3c9025b3e7ac55121f64a0c1b51b526221b4dfcd1937057e8b9ea274 26224 
r-cran-jit_1.0-3-1_all.deb
Files: 
 abe44dbda9a3dcdd70ec18265e2983e3 1042 math optional r-cran-jit_1.0-3-1.dsc
 9443c5a0d1ce801651cf996356dc3637 7647 math optional 
r-cran-jit_1.0-3.orig.tar.gz
 cf02807fc3d5e49b21ab07b5afef976e 1555 math optional r-cran-jit_1.0-3-1.diff.gz
 45b61d8e1153b23cc40dc826bebf57d0 26224 math optional r-cran-jit_1.0-3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYmWeCZSR95Gw07cRAm3uAJ9IP3mipGwVRxa5AvqXCP0hSLaxgACcCVdl
y4CT+o3qBPMQEM44DcKGX2c=
=U909
-END PGP SIGNATURE-


Accepted:
r-cran-jit_1.0-3-1.diff.gz
  to pool/main/r/r-cran-jit/r-cran-jit_1.0-3-1.diff.gz
r-cran-jit_1.0-3-1.dsc
  to pool/main/r/r-cran-jit/r-cran-jit_1.0-3-1.dsc
r-cran-jit_1.0-3-1_all.deb
  to pool/main/r/r-cran-jit/r-cran-jit_1.0-3-1_all.deb
r-cran-jit_1.0-3.orig.tar.gz
  to pool/main/r/r-cran-jit/r-cran-jit_1.0-3.orig.tar.gz


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



Accepted flex 2.5.35-6 (source all amd64)

2009-01-05 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 12:10:01 -0600
Source: flex
Binary: flex flex-doc
Architecture: source amd64 all
Version: 2.5.35-6
Distribution: unstable
Urgency: high
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 flex   - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator).
Closes: 505056
Changes: 
 flex (2.5.35-6) unstable; urgency=high
 .
   * [f0d7848]: Finish fixing the ia64 buffer issue. Previous commits
 increased YY_READ_BUF_SIZE (where __ia64__ is defined) but left
 YY_BUF_SIZE unchanged, so that didn't fix the problem in the end. In
 the general case, the latter is twice the former. Therefore set it to
 the same ratio in the ia64 case. Thanks to Cyril Brulebois
 k...@debian.org for the heavy lifting.
 Bug fix: flex scanner push-back overflow, thanks to Sergei Golovan.
  (Closes: #505056)
Checksums-Sha1: 
 69e6332da74025f1cdb59da413597746f0b6eff3 1137 flex_2.5.35-6.dsc
 623d7c1ae1e4ac7d7bed8229e26ba65dbacbfc65 38960 flex_2.5.35-6.diff.gz
 7b394f19ccb4fba6c1c3297ad0f2b44f6073bb4d 328548 flex_2.5.35-6_amd64.deb
 8b1d978a90b903512335305834753abdd91daf77 202684 flex-doc_2.5.35-6_all.deb
Checksums-Sha256: 
 9b1496ae0778b32d8a3aa398367ce972f22d6fd97760971052d9e4d87a3108c4 1137 
flex_2.5.35-6.dsc
 95fe3a6a4d30cb571c761e522f1cc1e67e7fcfb3e2584899cfa5a630fcab66fa 38960 
flex_2.5.35-6.diff.gz
 827bd1d1b096475708b7f73479a83d6b414ebd171b300867311a190cd455dfc2 328548 
flex_2.5.35-6_amd64.deb
 ee144f32db8589a2b922005310e102f3742abf2a01d29e0b87aad539c2921585 202684 
flex-doc_2.5.35-6_all.deb
Files: 
 748a1c1d3ace8212d2953873d6c4400c 1137 devel standard flex_2.5.35-6.dsc
 d780c65301c9f476353721591a4608f3 38960 devel standard flex_2.5.35-6.diff.gz
 ee84bf688515f37b25b925c575a949b2 328548 devel standard flex_2.5.35-6_amd64.deb
 1f3c66d65b6a29381aa86a2a45a254a2 202684 doc optional flex-doc_2.5.35-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklidfMACgkQIbrau78kQkxU3gCfZXe0Fm6h18kAQ/7moTDdBuA/
wuIAn2DeBFy8tBUYdD4zaWn+m7NTnrxl
=Bqoe
-END PGP SIGNATURE-


Accepted:
flex-doc_2.5.35-6_all.deb
  to pool/main/f/flex/flex-doc_2.5.35-6_all.deb
flex_2.5.35-6.diff.gz
  to pool/main/f/flex/flex_2.5.35-6.diff.gz
flex_2.5.35-6.dsc
  to pool/main/f/flex/flex_2.5.35-6.dsc
flex_2.5.35-6_amd64.deb
  to pool/main/f/flex/flex_2.5.35-6_amd64.deb


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



Accepted igstk 3.0.0~cvs20081223-2 (source all amd64)

2009-01-05 Thread Dominique Belhachemi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Dec 2008 19:11:43 -0500
Source: igstk
Binary: libigstk3-dev libigstk3 igstk-doc igstk-examples
Architecture: source all amd64
Version: 3.0.0~cvs20081223-2
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Dominique Belhachemi domi...@cs.tu-berlin.de
Description: 
 igstk-doc  - Toolkit for image-guided surgery applications - documentation
 igstk-examples - Toolkit for image-guided surgery applications - examples
 libigstk3  - Toolkit for image-guided surgery applications - runtime
 libigstk3-dev - Toolkit for image-guided surgery applications - development
Changes: 
 igstk (3.0.0~cvs20081223-2) unstable; urgency=low
 .
   * debian/rules: removed duplicate configuration
   * debian/rules: fixed installation of Examples
   * debian/control: added new package : igstk-doc
   * debian/igstk-doc.doc-base: added
Checksums-Sha1: 
 0468ce4efdbfd33579ee3fb2f89037ac0cfff393 1651 igstk_3.0.0~cvs20081223-2.dsc
 ebe691dcc2c62cc6245a99b0c3d0732903efa35e 6486 igstk_3.0.0~cvs20081223-2.diff.gz
 8cdd543b1fe63b78232e846a25e67449dec50e39 5900642 
igstk-doc_3.0.0~cvs20081223-2_all.deb
 d5b946291b302364693ea9436227d0b18c83bf5c 13562 
igstk-examples_3.0.0~cvs20081223-2_all.deb
 5e192c143d5c98751451b3e518da08a95c056cd5 5677278 
libigstk3-dev_3.0.0~cvs20081223-2_amd64.deb
 eb6d7c99fcac3311d588745c719e9a91010de1f7 2061234 
libigstk3_3.0.0~cvs20081223-2_amd64.deb
Checksums-Sha256: 
 67f38aeda60e1004719d999cad9d64b216a295e9b727201a199e91ce6a50ddc8 1651 
igstk_3.0.0~cvs20081223-2.dsc
 4581b866201f9749b305bc3e6e373d9dd0b59fb34d847bc4346481f23f710907 6486 
igstk_3.0.0~cvs20081223-2.diff.gz
 e6852472115b881e3e95c0258ea3676f59c47f558bcad2051963c1f33b5465cb 5900642 
igstk-doc_3.0.0~cvs20081223-2_all.deb
 bb128ef534af4b324c5c64980474841c7a7ce275c05d104c52e7f155a11c9c31 13562 
igstk-examples_3.0.0~cvs20081223-2_all.deb
 31c292504c87d2c77dce283fc1a25cfbb52de328b4b67f6b7be95d77abd19e73 5677278 
libigstk3-dev_3.0.0~cvs20081223-2_amd64.deb
 fd1595fc10e74c64807a2201f0a76034ce4d38cb2ba38a8ca6e723da3f25830d 2061234 
libigstk3_3.0.0~cvs20081223-2_amd64.deb
Files: 
 8deba6c77ee5ec06c93afd55720692bc 1651 libs optional 
igstk_3.0.0~cvs20081223-2.dsc
 90dfb4a2b2ad39327f6a8b04b7d7bf55 6486 libs optional 
igstk_3.0.0~cvs20081223-2.diff.gz
 d9039e5e46361586b90ae491175b30df 5900642 doc optional 
igstk-doc_3.0.0~cvs20081223-2_all.deb
 9888ef61184a80d6006347b9eb33568c 13562 doc optional 
igstk-examples_3.0.0~cvs20081223-2_all.deb
 5a225591905d013d4541baf8f7e11e43 5677278 libdevel optional 
libigstk3-dev_3.0.0~cvs20081223-2_amd64.deb
 58139f09da8d783db07e2d7f6462e941 2061234 libs optional 
libigstk3_3.0.0~cvs20081223-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYXhV0i2bPSHbMcURAkBXAJ91ZsRzXdDtqdN/Z8O1N4WqJ7T/6gCgn48y
VJoZV5OJc47BfMYz/AiMtRY=
=RpDa
-END PGP SIGNATURE-


Accepted:
igstk-doc_3.0.0~cvs20081223-2_all.deb
  to pool/main/i/igstk/igstk-doc_3.0.0~cvs20081223-2_all.deb
igstk-examples_3.0.0~cvs20081223-2_all.deb
  to pool/main/i/igstk/igstk-examples_3.0.0~cvs20081223-2_all.deb
igstk_3.0.0~cvs20081223-2.diff.gz
  to pool/main/i/igstk/igstk_3.0.0~cvs20081223-2.diff.gz
igstk_3.0.0~cvs20081223-2.dsc
  to pool/main/i/igstk/igstk_3.0.0~cvs20081223-2.dsc
libigstk3-dev_3.0.0~cvs20081223-2_amd64.deb
  to pool/main/i/igstk/libigstk3-dev_3.0.0~cvs20081223-2_amd64.deb
libigstk3_3.0.0~cvs20081223-2_amd64.deb
  to pool/main/i/igstk/libigstk3_3.0.0~cvs20081223-2_amd64.deb


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



Accepted doc-base 0.8.19 (source all)

2009-01-05 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 22:25:08 +0100
Source: doc-base
Binary: doc-base
Architecture: source all
Version: 0.8.19
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 doc-base   - utilities to manage online documentation
Changes: 
 doc-base (0.8.19) unstable; urgency=low
 .
   * While checking for changed files, remove from our database files
 that no longer exists and were never registered because of errors.
   * Fix warning messages for checks that are done after checked file
 is closed (e.g. section check).
Checksums-Sha1: 
 49e52d6fda9cda2490a975d14d0a58f9d8ab81ee 779 doc-base_0.8.19.dsc
 52b740b187072265065ce116a09a11d88f27da42 43078 doc-base_0.8.19.tar.gz
 358afc1d486d31431d494cdea1ed8d01f6baae5d 72640 doc-base_0.8.19_all.deb
Checksums-Sha256: 
 1419d273e774c9439ac7d91bb6cf939354e0af52fb36776844b3ea3a85af1a71 779 
doc-base_0.8.19.dsc
 6d40923a7c4726badb7f59c6b655aeffe9dcf3865ef6536ae52f586605887a09 43078 
doc-base_0.8.19.tar.gz
 add15fd0f5e84c6fd2e52c15089d9c1962b14f9918a81947a74691bbe3f02679 72640 
doc-base_0.8.19_all.deb
Files: 
 ba765c93128694b41020cef5199b0412 779 doc optional doc-base_0.8.19.dsc
 6c9c2142760c44fe969357a57d311872 43078 doc optional doc-base_0.8.19.tar.gz
 275b1b716790d91e47614967eef9414e 72640 doc optional doc-base_0.8.19_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklie7YACgkQThh1cJ0wnDtV4QCfdaH5PHQPX8HOQKautD8Fd9IR
4I8An1PeFjQ3K68pGu+60iOeE64hZlXq
=N97/
-END PGP SIGNATURE-


Accepted:
doc-base_0.8.19.dsc
  to pool/main/d/doc-base/doc-base_0.8.19.dsc
doc-base_0.8.19.tar.gz
  to pool/main/d/doc-base/doc-base_0.8.19.tar.gz
doc-base_0.8.19_all.deb
  to pool/main/d/doc-base/doc-base_0.8.19_all.deb


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



Accepted splashy 0.3.13-3 (source amd64)

2009-01-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 22:45:17 +0100
Source: splashy
Binary: splashy libsplashy1 libsplashy1-dev
Architecture: source amd64
Version: 0.3.13-3
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 libsplashy1 - Library to draw splash screen on boot, shutdown, resume or suspen
 libsplashy1-dev - Library to draw splash screen on boot, shutdown, resume or 
suspen
 splashy- A complete user-space boot splash system
Changes: 
 splashy (0.3.13-3) unstable; urgency=low
 .
   * Increase the delay to 1s as busybox accepts only whole numbers.
Checksums-Sha1: 
 c9fe1ec9dbc67ce02137d5573c55127122df903e 1591 splashy_0.3.13-3.dsc
 6d5b5c082dbe0599d21904883b869856d1e5903a 10278 splashy_0.3.13-3.diff.gz
 e1c3e4a1363d800e3e763a2c3ffb79fd3c046a84 1212228 splashy_0.3.13-3_amd64.deb
 b8fe667f801a52d4b6676611f1b2cc111a4ebd05 45094 libsplashy1_0.3.13-3_amd64.deb
 f8fcf866a2be5bc80d5cc1680f46335607b08082 34380 
libsplashy1-dev_0.3.13-3_amd64.deb
Checksums-Sha256: 
 1d00fa327be4347d0e91074c6b04963f46210457709eb95a96a4b73cd7cf9c74 1591 
splashy_0.3.13-3.dsc
 db8366c02b52169c495eea318897ba9c377f6d4224391defa81a5d6f25e46470 10278 
splashy_0.3.13-3.diff.gz
 9dd928a37098dea192849235e7125f11772bf9525cbe896344fd336f9f345235 1212228 
splashy_0.3.13-3_amd64.deb
 6f72d37597d14a1073176740266c00b835ca9165d977cb80038eccb7c5b7b7eb 45094 
libsplashy1_0.3.13-3_amd64.deb
 3adeb44e5fd5b7c121d50deae33a30bb03321abc7ab729d1d084c9370409c7a4 34380 
libsplashy1-dev_0.3.13-3_amd64.deb
Files: 
 1c00247cc0518c771d10c81e6e2aa829 1591 graphics optional splashy_0.3.13-3.dsc
 c4a94b7e867f20b77e10370f7f312e38 10278 graphics optional 
splashy_0.3.13-3.diff.gz
 6b0d8f2c967eb45db58a3ec77d644136 1212228 graphics optional 
splashy_0.3.13-3_amd64.deb
 c2d4efa0aa81d58c18a832ff18506bc0 45094 libs optional 
libsplashy1_0.3.13-3_amd64.deb
 7f275e9791180ebfb046ef27144dd9fa 34380 libdevel optional 
libsplashy1-dev_0.3.13-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAQECAAYFAklihn8ACgkQjPU19mqlcveTEgQAw2YyQJdzX7xTNwV00POgoDZe
FIar85h+bajxGc7qjNrJTJ9abH+vnU1SQLjO4MSLuvldhPYQ/EfJKPNBC7F1PXM9
m9HouaNxwi0AUi1QTXKevY8gpuCzV/EXmKNvRSKvhQTBj3J1WVkCUiGO+IZyV3kx
3MpfmlAjV+QTkfF+RMY=
=iKHh
-END PGP SIGNATURE-


Accepted:
libsplashy1-dev_0.3.13-3_amd64.deb
  to pool/main/s/splashy/libsplashy1-dev_0.3.13-3_amd64.deb
libsplashy1_0.3.13-3_amd64.deb
  to pool/main/s/splashy/libsplashy1_0.3.13-3_amd64.deb
splashy_0.3.13-3.diff.gz
  to pool/main/s/splashy/splashy_0.3.13-3.diff.gz
splashy_0.3.13-3.dsc
  to pool/main/s/splashy/splashy_0.3.13-3.dsc
splashy_0.3.13-3_amd64.deb
  to pool/main/s/splashy/splashy_0.3.13-3_amd64.deb


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



Accepted pcscada 0.5-1 (source i386)

2009-01-05 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Dec 2008 14:54:36 +0100
Source: pcscada
Binary: libpcscada0 libpcscada-dev pcscada-dbg
Architecture: source i386
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Reto Buerki r...@codelabs.ch
Changed-By: Reto Buerki r...@codelabs.ch
Description: 
 libpcscada-dev - Ada bindings to PC/SC middleware (development)
 libpcscada0 - Ada bindings to PC/SC middleware
 pcscada-dbg - Ada bindings to PC/SC middleware (debug)
Closes: 508846
Changes: 
 pcscada (0.5-1) unstable; urgency=low
 .
   * Initial release (Closes: #508846).
Checksums-Sha1: 
 635a0eeca8a13e12b1e6c91fb803828080527348 1169 pcscada_0.5-1.dsc
 59db2039d68b925ec21820abee4d203b5b55bb9c 83486 pcscada_0.5.orig.tar.gz
 722313777276d9ede472aa973baf21df8605b087 2393 pcscada_0.5-1.diff.gz
 1f8a9e17ae9b42e764310f4895d8eedca53d5d35 172960 libpcscada0_0.5-1_i386.deb
 c6b90d61e63a513bc3c09897553c842989a38034 98570 libpcscada-dev_0.5-1_i386.deb
 f04120620a3bddd568bdc7eaea2a13f41b601872 144918 pcscada-dbg_0.5-1_i386.deb
Checksums-Sha256: 
 33c5c9ad4fcdfd39616569e69bee24123c97412eb375905c775f515f2fd8302e 1169 
pcscada_0.5-1.dsc
 26fd019eae62347c340fa36010f48c969af13b031053220ba93783dc5aa9a0a1 83486 
pcscada_0.5.orig.tar.gz
 d8933a0a4cfb87c1909dec3f58ee64a80db427d40050d367b038248923aae74f 2393 
pcscada_0.5-1.diff.gz
 d42e7ddb961682d09f153f75702c9a252729095de37526c278b6a1cf36b9397e 172960 
libpcscada0_0.5-1_i386.deb
 5b7b25318e5b5015b14c9b45610a67a323c339011510ad5b97da5529e80748f2 98570 
libpcscada-dev_0.5-1_i386.deb
 2809f86c6f2c5ac435d59563bccf07557231cbeefbf446c9442bef19b9ea2765 144918 
pcscada-dbg_0.5-1_i386.deb
Files: 
 38cfb74887752e0a27db1b92451f2642 1169 libs optional pcscada_0.5-1.dsc
 1a0e08fcb70b085e9d680ebd374bdcf4 83486 libs optional pcscada_0.5.orig.tar.gz
 8cf4b1b64c51998d2c705b64395e51bc 2393 libs optional pcscada_0.5-1.diff.gz
 e8cd7b2c8c09e65a6c0f0e3da2108379 172960 libs optional 
libpcscada0_0.5-1_i386.deb
 afd2314cf04949b58a48c51ccfc48ebf 98570 libdevel optional 
libpcscada-dev_0.5-1_i386.deb
 69dc8c59c5e092b8fe0e863b2a03ecd8 144918 devel extra pcscada-dbg_0.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklLcZcACgkQ+C5cwEsrK546ywCgzzpNqAgjZKo4x8B3LtdNMPIG
rK4An2K5qtV2GeRmV6KGjn4Xt6FkTIj2
=Rk6M
-END PGP SIGNATURE-


Accepted:
libpcscada-dev_0.5-1_i386.deb
  to pool/main/p/pcscada/libpcscada-dev_0.5-1_i386.deb
libpcscada0_0.5-1_i386.deb
  to pool/main/p/pcscada/libpcscada0_0.5-1_i386.deb
pcscada-dbg_0.5-1_i386.deb
  to pool/main/p/pcscada/pcscada-dbg_0.5-1_i386.deb
pcscada_0.5-1.diff.gz
  to pool/main/p/pcscada/pcscada_0.5-1.diff.gz
pcscada_0.5-1.dsc
  to pool/main/p/pcscada/pcscada_0.5-1.dsc
pcscada_0.5.orig.tar.gz
  to pool/main/p/pcscada/pcscada_0.5.orig.tar.gz


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



Accepted libdirectory-scratch-perl 0.14-1 (source all)

2009-01-05 Thread Jeremiah C. Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Dec 2008 13:05:54 +0100
Source: libdirectory-scratch-perl
Binary: libdirectory-scratch-perl
Architecture: source all
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jeremiah C. Foster jerem...@jeremiahfoster.com
Description: 
 libdirectory-scratch-perl - easy-to-use self-cleaning scratch space
Closes: 508588
Changes: 
 libdirectory-scratch-perl (0.14-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #508588)
Checksums-Sha1: 
 0bccef772500082f0e438b8c96a86258a6915dca 1541 
libdirectory-scratch-perl_0.14-1.dsc
 de45529e1c09f4b350e43bfdc9065b016887d531 28444 
libdirectory-scratch-perl_0.14.orig.tar.gz
 adca1da83fc561138d83748fe0645862bffebb10 1671 
libdirectory-scratch-perl_0.14-1.diff.gz
 b4a89f3e3566e32ffb0640fa793a7a271b3fe6ee 18018 
libdirectory-scratch-perl_0.14-1_all.deb
Checksums-Sha256: 
 9866605d9d383f619dc5c1b75e046420ca101d776ff86a728b09ad5c9c63a832 1541 
libdirectory-scratch-perl_0.14-1.dsc
 4724778fe103eda40ddbf04eaf9739de6fbb3a4f748ff04905122594c935fc0f 28444 
libdirectory-scratch-perl_0.14.orig.tar.gz
 ac035881c7df768223b27d38cd703f56d462c824a94a7b3eca236638c6fb853c 1671 
libdirectory-scratch-perl_0.14-1.diff.gz
 69b2a5cc1b2662b8d0aeff2cc687de4b40710979cfe98c77b24f9ef9305d3f75 18018 
libdirectory-scratch-perl_0.14-1_all.deb
Files: 
 65523b56947b4b85d888403a35971eeb 1541 perl optional 
libdirectory-scratch-perl_0.14-1.dsc
 3e759c3a5ff8c678725aad99e80a5c14 28444 perl optional 
libdirectory-scratch-perl_0.14.orig.tar.gz
 5bbd7d58a5c740f71ecc341b123ed73b 1671 perl optional 
libdirectory-scratch-perl_0.14-1.diff.gz
 0fc001eca5d37ec4d42cf56889aecb89 18018 perl optional 
libdirectory-scratch-perl_0.14-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklQA0gACgkQOzKYnQDzz+QlOwCgz8dv4n9ksjhhiWKDtZTVeDVu
xmgAmgOdRCww8sbbJfllpbTg3uwHd8dv
=ChzL
-END PGP SIGNATURE-


Accepted:
libdirectory-scratch-perl_0.14-1.diff.gz
  to 
pool/main/libd/libdirectory-scratch-perl/libdirectory-scratch-perl_0.14-1.diff.gz
libdirectory-scratch-perl_0.14-1.dsc
  to 
pool/main/libd/libdirectory-scratch-perl/libdirectory-scratch-perl_0.14-1.dsc
libdirectory-scratch-perl_0.14-1_all.deb
  to 
pool/main/libd/libdirectory-scratch-perl/libdirectory-scratch-perl_0.14-1_all.deb
libdirectory-scratch-perl_0.14.orig.tar.gz
  to 
pool/main/libd/libdirectory-scratch-perl/libdirectory-scratch-perl_0.14.orig.tar.gz


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



Accepted lua-bitop 1.0.0-1 (source amd64)

2009-01-05 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Dec 2008 23:27:12 +0100
Source: lua-bitop
Binary: liblua5.1-bitop0 liblua5.1-bitop-dev
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-bitop-dev - fast bit manipulation library devel files for the lua 
language ve
 liblua5.1-bitop0 - fast bit manipulation library for the lua language version 
5.1
Closes: 509227
Changes: 
 lua-bitop (1.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #509227)
Checksums-Sha1: 
 d51d6071fdfcaabcdb4948eb089705ef6569a212 1199 lua-bitop_1.0.0-1.dsc
 22e7d71ae9cf5a110d707370ecb7f7ae4e578f38 22301 lua-bitop_1.0.0.orig.tar.gz
 cec06769482be1f3b1687f762a0d442a243e0287 2249 lua-bitop_1.0.0-1.diff.gz
 a71dcbd6f79448a3d71ec61fed7a6edcd3d36258 5130 
liblua5.1-bitop0_1.0.0-1_amd64.deb
 f5fcecaf5025a2a5b779b1da4b7929d59994a259 19496 
liblua5.1-bitop-dev_1.0.0-1_amd64.deb
Checksums-Sha256: 
 aa65339faddf768327921dc2dfa74baa8964feddfced55708b33422f4c963d13 1199 
lua-bitop_1.0.0-1.dsc
 103ce865ed18fa1f6e5e5229c80172fa10bbe437437d8290f760d4d9b073b0ce 22301 
lua-bitop_1.0.0.orig.tar.gz
 749b1bdee0c04681507508e5cad66c8ba16365855324c28d15bab2038ced2b22 2249 
lua-bitop_1.0.0-1.diff.gz
 60f2d20156c6ff7df24b4dc2526077b7da921a09933972f76b257073bf66c1a4 5130 
liblua5.1-bitop0_1.0.0-1_amd64.deb
 97f8f01ea9a2904c889690c394c4fe3cc4a2123950e284da4ebeb9e8ad022e47 19496 
liblua5.1-bitop-dev_1.0.0-1_amd64.deb
Files: 
 fb8f1c1074123147b0b638818e654dad 1199 interpreters optional 
lua-bitop_1.0.0-1.dsc
 3d03e53828b7657b295371b31130ab59 22301 interpreters optional 
lua-bitop_1.0.0.orig.tar.gz
 2de9f063cc773d56b6dd10bc3a2e189e 2249 interpreters optional 
lua-bitop_1.0.0-1.diff.gz
 211fbd9d31bc335b5947b7f80ce7519d 5130 interpreters optional 
liblua5.1-bitop0_1.0.0-1_amd64.deb
 b14a05807d2d94e0ccf05d0ad78e7dc5 19496 libdevel optional 
liblua5.1-bitop-dev_1.0.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklOgZQACgkQ7kkcPgEj8vLEhwCgj8lWOABCMIfj1YAzJHTxX6OV
zf0AnjQFaxOirfznqXdMEaYSIoHWnGFY
=fwFH
-END PGP SIGNATURE-


Accepted:
liblua5.1-bitop-dev_1.0.0-1_amd64.deb
  to pool/main/l/lua-bitop/liblua5.1-bitop-dev_1.0.0-1_amd64.deb
liblua5.1-bitop0_1.0.0-1_amd64.deb
  to pool/main/l/lua-bitop/liblua5.1-bitop0_1.0.0-1_amd64.deb
lua-bitop_1.0.0-1.diff.gz
  to pool/main/l/lua-bitop/lua-bitop_1.0.0-1.diff.gz
lua-bitop_1.0.0-1.dsc
  to pool/main/l/lua-bitop/lua-bitop_1.0.0-1.dsc
lua-bitop_1.0.0.orig.tar.gz
  to pool/main/l/lua-bitop/lua-bitop_1.0.0.orig.tar.gz


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



Accepted policycoreutils 2.0.49-8 (source amd64)

2009-01-05 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:51:17 -0600
Source: policycoreutils
Binary: policycoreutils
Architecture: source amd64
Version: 2.0.49-8
Distribution: unstable
Urgency: high
Maintainer: Russell Coker russ...@coker.com.au
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 policycoreutils - SELinux core policy utilities
Closes: 506727
Changes: 
 policycoreutils (2.0.49-8) unstable; urgency=high
 .
   * [62526b0]: Fix fr.po which causes semanage to fail
 Bug fix: list index out of range, thanks to Ezannelli
 This is an RC bug fix (though the severity should not really be
 serious, this is not a policy violation [just a mostly useless package
 for people using the french locale] -- this is a case where a
 flawed po translation was causing a show stopper bug, and should be
 interesting to release managers about how even translations can cause
 show stoppers in some cases)(Closes: #506727).
Checksums-Sha1: 
 47ccef27f76d5d0b5b7547274d1b0efe5d0ad651 1335 policycoreutils_2.0.49-8.dsc
 4230f22fef06cf37c3d68b6eb101057a6cf1960d 36969 policycoreutils_2.0.49-8.diff.gz
 090ee92762116d3a97e04367a3bee5137750dda2 350686 
policycoreutils_2.0.49-8_amd64.deb
Checksums-Sha256: 
 671ee0eef7ee6b056adf2e601564379c0c77859e71ee93ef363e1db9f93ede29 1335 
policycoreutils_2.0.49-8.dsc
 663ebaf96846425f1e991556e236eebae40fffcc0afbac1607fa0276d476aec0 36969 
policycoreutils_2.0.49-8.diff.gz
 63b82803b9cf7c8255496c14162b561ac6948629c02ea7b32c5e19fa48330489 350686 
policycoreutils_2.0.49-8_amd64.deb
Files: 
 5c6d93af9b9703b1b581b33074e5ccbd 1335 utils standard 
policycoreutils_2.0.49-8.dsc
 089019501ba3d74eb177ff9211226513 36969 utils standard 
policycoreutils_2.0.49-8.diff.gz
 6418750c218552c5d2125f10f28d992f 350686 utils standard 
policycoreutils_2.0.49-8_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklikEMACgkQIbrau78kQkxFxgCcCKxP6pI6seqvPCDIVpwEP1to
vkQAoM8dCfOj832+OWgu9zDSZb3lpnUp
=KAGQ
-END PGP SIGNATURE-


Accepted:
policycoreutils_2.0.49-8.diff.gz
  to pool/main/p/policycoreutils/policycoreutils_2.0.49-8.diff.gz
policycoreutils_2.0.49-8.dsc
  to pool/main/p/policycoreutils/policycoreutils_2.0.49-8.dsc
policycoreutils_2.0.49-8_amd64.deb
  to pool/main/p/policycoreutils/policycoreutils_2.0.49-8_amd64.deb


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



Accepted suitesparse 1:3.2.0-1 (source all amd64)

2009-01-05 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:40:23 +0100
Source: suitesparse
Binary: libsuitesparse-3.2.0 libsuitesparse-dev libsuitesparse-dbg 
libsuitesparse-doc
Architecture: source all amd64
Version: 1:3.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Rafael Laboissiere raf...@debian.org
Description: 
 libsuitesparse-3.2.0 - collection of libraries for computations for sparse 
matrices
 libsuitesparse-dbg - collection of libraries for computations for sparse 
matrices
 libsuitesparse-dev - collection of libraries for computations for sparse 
matrices
 libsuitesparse-doc - collection of libraries for computations for sparse 
matrices
Changes: 
 suitesparse (1:3.2.0-1) experimental; urgency=low
 .
   * New upstream release uploaded to experimental
   * debian/libsuitesparse.overrides: Fix version numbers for new upstream
 release
   * debian/libsuitesparse-3.2.0.symbols: Add library symbols file
Checksums-Sha1: 
 7a4ea35791fe7dcdbaf755444b1d95ca9c30d906 1535 suitesparse_3.2.0-1.dsc
 ba39ba94a4069f2667ae5a4208866f7119a36ae8 10259916 suitesparse_3.2.0.orig.tar.gz
 7c0b88ff91c9eec58988b06f3555d9c3fb1b350c 20132 suitesparse_3.2.0-1.diff.gz
 ef107b2dc828276253d2f031eb9b20052f895ac6 1508320 
libsuitesparse-doc_3.2.0-1_all.deb
 2e4753e8fe03ea59bc0ef04dd479f5ead22a54f1 1110746 
libsuitesparse-3.2.0_3.2.0-1_amd64.deb
 e7438df7a41797e7ba164ea108c0173c695dc9bd 1534768 
libsuitesparse-dev_3.2.0-1_amd64.deb
 a6d74ea20d7ed5768e0e857de46d898efd554a49 35308 
libsuitesparse-dbg_3.2.0-1_amd64.deb
Checksums-Sha256: 
 964a893bf99bd4a742f7e6cac81e565b74411da970292077502f9d0cf5d89b4c 1535 
suitesparse_3.2.0-1.dsc
 57ed92ac73f9cfcf691d3b239f5d721caebfbde7dc07a82ead54cbc8b8739d58 10259916 
suitesparse_3.2.0.orig.tar.gz
 9b783069765f9f952d87a760473724e356f5f80e617cf88766ce5503397d4420 20132 
suitesparse_3.2.0-1.diff.gz
 fd0f76ccb06363551c28822ecc70d27b0fb5749f07d25488bc7313f0e0ad929e 1508320 
libsuitesparse-doc_3.2.0-1_all.deb
 8051af0c5f4916aa46d2d43846c3078304470e4fc95746f120859fe834c6c5b1 1110746 
libsuitesparse-3.2.0_3.2.0-1_amd64.deb
 fa9c429c4a4bcc4fc60310e6d72df9ecca4c3853db11ecd042f51d8c781c6ee3 1534768 
libsuitesparse-dev_3.2.0-1_amd64.deb
 175522e0084be074a057612b56e14b745b22cd3b63b50c533ac975228fa77553 35308 
libsuitesparse-dbg_3.2.0-1_amd64.deb
Files: 
 93d52b3f968eaa86437febdbf1f0f51b 1535 math optional suitesparse_3.2.0-1.dsc
 d1be7abb6227568fec94179cb1300303 10259916 math optional 
suitesparse_3.2.0.orig.tar.gz
 687adc9dd19cabd1660ebecbd3c5f673 20132 math optional 
suitesparse_3.2.0-1.diff.gz
 d72944bcc5e9df5f8d68deb9c62b3634 1508320 doc optional 
libsuitesparse-doc_3.2.0-1_all.deb
 606be44ca4053f5c0668eff142825565 1110746 libs optional 
libsuitesparse-3.2.0_3.2.0-1_amd64.deb
 55ddb1899dfdb461caaf4767db9fd2d6 1534768 libdevel optional 
libsuitesparse-dev_3.2.0-1_amd64.deb
 e8ad5d327ed47c47f10c55d40225aad0 35308 libdevel extra 
libsuitesparse-dbg_3.2.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYoBxk3oga0pdcv4RAhE1AJsHeJPltFSfYGtn3+zENcf3RgGvqwCePP5r
PG36H0p3bo7rJsTodRdzy9I=
=CO9t
-END PGP SIGNATURE-


Accepted:
libsuitesparse-3.2.0_3.2.0-1_amd64.deb
  to pool/main/s/suitesparse/libsuitesparse-3.2.0_3.2.0-1_amd64.deb
libsuitesparse-dbg_3.2.0-1_amd64.deb
  to pool/main/s/suitesparse/libsuitesparse-dbg_3.2.0-1_amd64.deb
libsuitesparse-dev_3.2.0-1_amd64.deb
  to pool/main/s/suitesparse/libsuitesparse-dev_3.2.0-1_amd64.deb
libsuitesparse-doc_3.2.0-1_all.deb
  to pool/main/s/suitesparse/libsuitesparse-doc_3.2.0-1_all.deb
suitesparse_3.2.0-1.diff.gz
  to pool/main/s/suitesparse/suitesparse_3.2.0-1.diff.gz
suitesparse_3.2.0-1.dsc
  to pool/main/s/suitesparse/suitesparse_3.2.0-1.dsc
suitesparse_3.2.0.orig.tar.gz
  to pool/main/s/suitesparse/suitesparse_3.2.0.orig.tar.gz


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



Accepted libhaml-ruby 2.0.6-1 (source all)

2009-01-05 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Dec 2008 15:12:11 -0600
Source: libhaml-ruby
Binary: libhaml-ruby1.8 libhaml-ruby libhaml-ruby-doc haml-elisp
Architecture: source all
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 haml-elisp - Haml (and Sass) modes for Emacsen
 libhaml-ruby - Elegant, easy and powerful template engines for HTML and CSS
 libhaml-ruby-doc - Elegant, easy and powerful template engines for HTML and CSS
 libhaml-ruby1.8 - Elegant, easy and powerful template engines for HTML and CSS
Closes: 509159
Changes: 
 libhaml-ruby (2.0.6-1) unstable; urgency=low
 .
   * Initial upload (Closes: #509159)
Checksums-Sha1: 
 6278fa5a14b5d1c29dab8d822de6ce031914e55d 1405 libhaml-ruby_2.0.6-1.dsc
 174c93fae4af8e17b17e3dea888ab9f1f6ecc167 102297 libhaml-ruby_2.0.6.orig.tar.gz
 56a74a1a6286fb8fbbf18d523f998b6ec85c53af 4438 libhaml-ruby_2.0.6-1.diff.gz
 4387d79491e5cb1887cb70ee1475a425aaa449bd 62270 libhaml-ruby1.8_2.0.6-1_all.deb
 10952c5a556a10392578cbd608ccb7f2a1a0269a 2536 libhaml-ruby_2.0.6-1_all.deb
 ed0f971c0178ad46aedb0dd32d89d4783ecc5c0e 2084010 
libhaml-ruby-doc_2.0.6-1_all.deb
 ad25cf120a8e3e55aa32e97de31d2dc033c4d407 7116 haml-elisp_2.0.6-1_all.deb
Checksums-Sha256: 
 27cbf9835fe1b4e2ff221f918bb7eb0fb866eb65e471aef35a001c19c8c0ce67 1405 
libhaml-ruby_2.0.6-1.dsc
 081e4cbe512a0eab23ed53cc8060ca5c465548a5d8b088396011d51c468fdce3 102297 
libhaml-ruby_2.0.6.orig.tar.gz
 9ddb705a36d57cd73845165bf7a2ec9682812bfe45fc28cb699143c7074ad509 4438 
libhaml-ruby_2.0.6-1.diff.gz
 dfa1e0a55178a9698ecac66e2a756a4ea10b9330c8174b963f72ec0f91bd3637 62270 
libhaml-ruby1.8_2.0.6-1_all.deb
 0799ea1744b9a11d8422dc1e02c5614e6b8ad337ca9a035c71c640da03cd9381 2536 
libhaml-ruby_2.0.6-1_all.deb
 23b3e71e93cd77235053ccdc3c7130d4e3707f3cad63c017c6b717fa56dc7344 2084010 
libhaml-ruby-doc_2.0.6-1_all.deb
 bb0a5d89442327edb9573a6483e3c4fc3571c3e8693875f8a50a39f99a4c6c65 7116 
haml-elisp_2.0.6-1_all.deb
Files: 
 09695c4c724a8bf22bd957999ff1ad42 1405 libs optional libhaml-ruby_2.0.6-1.dsc
 46e9af2eeed8ef6ce285e2e2f8d086f4 102297 libs optional 
libhaml-ruby_2.0.6.orig.tar.gz
 1730ef3990993b9cac51d19fdbf0bed1 4438 libs optional 
libhaml-ruby_2.0.6-1.diff.gz
 49b4458eafc1a57e672822f9587465e5 62270 libs optional 
libhaml-ruby1.8_2.0.6-1_all.deb
 deff5e6eb2a7d0bc381cb32d51ad7d98 2536 libs optional 
libhaml-ruby_2.0.6-1_all.deb
 6d3b3215b715aea14c3b8ee2328b7d50 2084010 doc optional 
libhaml-ruby-doc_2.0.6-1_all.deb
 79d5fd62e34c52692029f70956075a73 7116 editors optional 
haml-elisp_2.0.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklPGPIACgkQ2A7zWou1J6/JiQCgq4lKM+YUQ4QkuOQ99e58lCs7
96QAoJEY6nizBLwk8cMGD3JwfXJUEmZ+
=yKN4
-END PGP SIGNATURE-


Accepted:
haml-elisp_2.0.6-1_all.deb
  to pool/main/libh/libhaml-ruby/haml-elisp_2.0.6-1_all.deb
libhaml-ruby-doc_2.0.6-1_all.deb
  to pool/main/libh/libhaml-ruby/libhaml-ruby-doc_2.0.6-1_all.deb
libhaml-ruby1.8_2.0.6-1_all.deb
  to pool/main/libh/libhaml-ruby/libhaml-ruby1.8_2.0.6-1_all.deb
libhaml-ruby_2.0.6-1.diff.gz
  to pool/main/libh/libhaml-ruby/libhaml-ruby_2.0.6-1.diff.gz
libhaml-ruby_2.0.6-1.dsc
  to pool/main/libh/libhaml-ruby/libhaml-ruby_2.0.6-1.dsc
libhaml-ruby_2.0.6-1_all.deb
  to pool/main/libh/libhaml-ruby/libhaml-ruby_2.0.6-1_all.deb
libhaml-ruby_2.0.6.orig.tar.gz
  to pool/main/libh/libhaml-ruby/libhaml-ruby_2.0.6.orig.tar.gz


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



Accepted libircclient 1.3+dfsg1-1 (source i386)

2009-01-05 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 22:46:15 +
Source: libircclient
Binary: libircclient-dev libircclient1
Architecture: source i386
Version: 1.3+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith bradsm...@debian.org
Changed-By: Bradley Smith bradsm...@debian.org
Description: 
 libircclient-dev - C library to create IRC clients
 libircclient1 - C library to create IRC clients
Changes: 
 libircclient (1.3+dfsg1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 7af4e1bfc633645fc0114d2310d3d8bc63f71d06 1248 libircclient_1.3+dfsg1-1.dsc
 0a2e6d08c0eda0823b2bbdd9f27a69c8521c047a 241869 
libircclient_1.3+dfsg1.orig.tar.gz
 74cf834145ba84795f8e5d24789f1639405279b5 3800 libircclient_1.3+dfsg1-1.diff.gz
 e36a9eba41afc5e0a36438b7d2ed13d6f0334f21 32198 
libircclient-dev_1.3+dfsg1-1_i386.deb
 ac841ac00e20817a0bdb3b82c5ecb1f3c7179456 16850 
libircclient1_1.3+dfsg1-1_i386.deb
Checksums-Sha256: 
 5247ee688b773e34c4bd3d7f52478d31ceadcf51722e225a27fda29a892c4bad 1248 
libircclient_1.3+dfsg1-1.dsc
 654b24c5a09497c8901786549a6ca62c8bbaab054322a17197fc782496da1b98 241869 
libircclient_1.3+dfsg1.orig.tar.gz
 51937ea365fd9d51fede812397c88fbcab32e1db6a46672a2c0f8970ad61da0a 3800 
libircclient_1.3+dfsg1-1.diff.gz
 4067c6b00de681ffac081c4349ae54139307b226f9c27d18c44a697a2ebc00d4 32198 
libircclient-dev_1.3+dfsg1-1_i386.deb
 55b8be0a31df1b358905b978a193b7bfc6076d5f64ab8af97bab0cc0982c271e 16850 
libircclient1_1.3+dfsg1-1_i386.deb
Files: 
 4439821f4a696b1ce9be5760d35877b1 1248 libs optional 
libircclient_1.3+dfsg1-1.dsc
 f3adee39654771a55178f409a6aa7158 241869 libs optional 
libircclient_1.3+dfsg1.orig.tar.gz
 b884f62f9cb2546ba87d6abe022bef12 3800 libs optional 
libircclient_1.3+dfsg1-1.diff.gz
 6fc70326f9efe2ebbf5907dc8b3751a0 32198 libdevel optional 
libircclient-dev_1.3+dfsg1-1_i386.deb
 a380520b0964d6ece378b55e2204a703 16850 libs optional 
libircclient1_1.3+dfsg1-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklij1kACgkQj3BimscY00c/ngCfWoPXfVJ/BbIigwR3my6sMOSf
FUsAoIPEgI39Xf5S3//vZ4BNPZOgEOWP
=0nhu
-END PGP SIGNATURE-


Accepted:
libircclient-dev_1.3+dfsg1-1_i386.deb
  to pool/main/libi/libircclient/libircclient-dev_1.3+dfsg1-1_i386.deb
libircclient1_1.3+dfsg1-1_i386.deb
  to pool/main/libi/libircclient/libircclient1_1.3+dfsg1-1_i386.deb
libircclient_1.3+dfsg1-1.diff.gz
  to pool/main/libi/libircclient/libircclient_1.3+dfsg1-1.diff.gz
libircclient_1.3+dfsg1-1.dsc
  to pool/main/libi/libircclient/libircclient_1.3+dfsg1-1.dsc
libircclient_1.3+dfsg1.orig.tar.gz
  to pool/main/libi/libircclient/libircclient_1.3+dfsg1.orig.tar.gz


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



Accepted python-event 0.3+svn54-1 (source i386)

2009-01-05 Thread Luciano Bello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Dec 2008 15:19:58 -0200
Source: python-event
Binary: python-event python-event-dbg
Architecture: source i386
Version: 0.3+svn54-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Luciano Bello luci...@debian.org
Description: 
 python-event - Python extension module for Niels Provos' libevent
 python-event-dbg - Python extension module for Niels Provos' libevent
Closes: 504729
Changes: 
 python-event (0.3+svn54-1) experimental; urgency=low
 .
   * Initial release (Closes: #504729). Thanks to Piotr Ożarowski for his
 comments.
Files: 
 47dbf86147a6c8b50bddede89ba4f6e5 987 python optional 
python-event_0.3+svn54-1.dsc
 b67043d0b00c5acbb73b5301c93947c4 34262 python optional 
python-event_0.3+svn54.orig.tar.gz
 b9906a7f1fc9ed86eb3fbd1a630759b2 2464 python optional 
python-event_0.3+svn54-1.diff.gz
 4abba7538a55a81ce0409aeef8b1f813 60120 python optional 
python-event_0.3+svn54-1_i386.deb
 bae0dee71eb686850a9cc16235113ea1 70050 python extra 
python-event-dbg_0.3+svn54-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJT8z2QWTRs4lLtHkRAla/AJ0XEDWFX5HWCHYPUVlOi8Ps9dvFIwCffB4D
Fh3Jer4iFqCHFYcW4emoVXM=
=mgCf
-END PGP SIGNATURE-


Accepted:
python-event-dbg_0.3+svn54-1_i386.deb
  to pool/main/p/python-event/python-event-dbg_0.3+svn54-1_i386.deb
python-event_0.3+svn54-1.diff.gz
  to pool/main/p/python-event/python-event_0.3+svn54-1.diff.gz
python-event_0.3+svn54-1.dsc
  to pool/main/p/python-event/python-event_0.3+svn54-1.dsc
python-event_0.3+svn54-1_i386.deb
  to pool/main/p/python-event/python-event_0.3+svn54-1_i386.deb
python-event_0.3+svn54.orig.tar.gz
  to pool/main/p/python-event/python-event_0.3+svn54.orig.tar.gz


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



Accepted libshoulda-ruby 2.0.0-1 (source all)

2009-01-05 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Dec 2008 21:05:52 -0300
Source: libshoulda-ruby
Binary: libshoulda-ruby libshoulda-ruby1.8
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Antonio Terceiro terce...@softwarelivre.org
Changed-By: Antonio Terceiro terce...@softwarelivre.org
Description: 
 libshoulda-ruby - additional features for the Test::Unit testing framework
 libshoulda-ruby1.8 - additional features for the Test::Unit testing framework
Closes: 500341
Changes: 
 libshoulda-ruby (2.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #500341)
Checksums-Sha1: 
 ad18fd167c80f0eb482e3fc63600eb328d910381 1228 libshoulda-ruby_2.0.0-1.dsc
 1557e72c8cff94bc3122473582a8813f8d85f113 39570 
libshoulda-ruby_2.0.0.orig.tar.gz
 3056a27ced95480ec2f3bf813cb43ff6be0bc2fd 2700 libshoulda-ruby_2.0.0-1.diff.gz
 476a725d6f811959dca89c2a7eb6469e427f24e9 133956 libshoulda-ruby_2.0.0-1_all.deb
 4e97e0b916cf824e1122fbc23712540cefc25c5c 22744 
libshoulda-ruby1.8_2.0.0-1_all.deb
Checksums-Sha256: 
 4f64fa6f48c0799b87163beb78b416871fdb1c451e7076bf1455875ed786d97d 1228 
libshoulda-ruby_2.0.0-1.dsc
 2d5a9ada7f61c8e2d10ca39f8dff03832fe452a799f7ee24203d42972bd8e771 39570 
libshoulda-ruby_2.0.0.orig.tar.gz
 8dbcd2e4ebb3842ac8e49cc3535e9f43341fdc98e5e369f618883953cef8f9a1 2700 
libshoulda-ruby_2.0.0-1.diff.gz
 9766d380517fdd88472ae7cf029c1f41028218e8881412da61a5d1df40baf414 133956 
libshoulda-ruby_2.0.0-1_all.deb
 554cbb60eeea479e090c71b26dcbc5160e8e287a535e4950c1061b5fe9f96756 22744 
libshoulda-ruby1.8_2.0.0-1_all.deb
Files: 
 6c68dd12e1695ad2383b5c4403b3a1fc 1228 libs extra libshoulda-ruby_2.0.0-1.dsc
 caac28255a99e43d69a62fc433f86a09 39570 libs extra 
libshoulda-ruby_2.0.0.orig.tar.gz
 7f9ae1a5cd8492b08b0c4a0e2c7df66f 2700 libs extra 
libshoulda-ruby_2.0.0-1.diff.gz
 4642c366e31e263a39c9c01028e3df0b 133956 libs extra 
libshoulda-ruby_2.0.0-1_all.deb
 6c5ef3c55e8f791e83a7011d1540794a 22744 libs extra 
libshoulda-ruby1.8_2.0.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklQNh4ACgkQ2A7zWou1J68M1gCgtXzybUUi3DPv66jYzu0puBdX
bwIAn0pXYsTfapwY06B34KAOZ/12ZmvH
=Z/9v
-END PGP SIGNATURE-


Accepted:
libshoulda-ruby1.8_2.0.0-1_all.deb
  to pool/main/libs/libshoulda-ruby/libshoulda-ruby1.8_2.0.0-1_all.deb
libshoulda-ruby_2.0.0-1.diff.gz
  to pool/main/libs/libshoulda-ruby/libshoulda-ruby_2.0.0-1.diff.gz
libshoulda-ruby_2.0.0-1.dsc
  to pool/main/libs/libshoulda-ruby/libshoulda-ruby_2.0.0-1.dsc
libshoulda-ruby_2.0.0-1_all.deb
  to pool/main/libs/libshoulda-ruby/libshoulda-ruby_2.0.0-1_all.deb
libshoulda-ruby_2.0.0.orig.tar.gz
  to pool/main/libs/libshoulda-ruby/libshoulda-ruby_2.0.0.orig.tar.gz


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



Accepted telepathy-salut 0.3.7-1 (source amd64)

2009-01-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 23:14:55 +
Source: telepathy-salut
Binary: telepathy-salut
Architecture: source amd64
Version: 0.3.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 telepathy-salut - Link-local XMPP connection manager for the Telepathy 
framework
Changes: 
 telepathy-salut (0.3.7-1) experimental; urgency=low
 .
   [ Simon McVittie ]
   * Move packaging to git
   * Add README.source
   * Wrap Build-Depends and Uploaders
 .
   [ Sjoerd Simons ]
   * New Upstream Version
   * Bump libsoup build-dep to libsoup2.4
Checksums-Sha1: 
 650a92342c226863a0defed90bbb385c5a2d4593 1299 telepathy-salut_0.3.7-1.dsc
 11ff4cacab508bc8253beb90ee9049b87e9d0eb7 1059457 telepathy-salut_0.3.7-1.tar.gz
 3ad3a318c07e90dfbdc67eba51871e54ada7ccbf 521728 
telepathy-salut_0.3.7-1_amd64.deb
Checksums-Sha256: 
 6a6f1501e6c5b75d698960d987944dca33fed615b98eb6f2adc33bda17a79263 1299 
telepathy-salut_0.3.7-1.dsc
 2a3cc9801eefeaded2d8ff3b0b063730dbd876c4b660b196818afdd19fbd3279 1059457 
telepathy-salut_0.3.7-1.tar.gz
 fba96c752b51c2d5efd875ff537d005dc24c5681dad48452b53510709834549d 521728 
telepathy-salut_0.3.7-1_amd64.deb
Files: 
 27f24253f57a17411d5d43110f3e2e36 1299 net optional telepathy-salut_0.3.7-1.dsc
 8136438b88b06c691e385cdcf177e99b 1059457 net optional 
telepathy-salut_0.3.7-1.tar.gz
 6095db1077e04ea337c89bc476b1b3e5 521728 net optional 
telepathy-salut_0.3.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklilSYACgkQgTd+SodosdLXNgCg5C6wC0GZ/BTuKXW2cFYYWv2X
YG0AoKERR4GnqNdzQHOroBQ4atE5c/Ru
=fLw8
-END PGP SIGNATURE-


Accepted:
telepathy-salut_0.3.7-1.dsc
  to pool/main/t/telepathy-salut/telepathy-salut_0.3.7-1.dsc
telepathy-salut_0.3.7-1.tar.gz
  to pool/main/t/telepathy-salut/telepathy-salut_0.3.7-1.tar.gz
telepathy-salut_0.3.7-1_amd64.deb
  to pool/main/t/telepathy-salut/telepathy-salut_0.3.7-1_amd64.deb


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



Accepted libi18n-ruby 0.1.1~git20081120-2 (source all)

2009-01-05 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Dec 2008 22:41:40 -0500
Source: libi18n-ruby
Binary: libi18n-ruby libi18n-ruby1.8 libi18n-ruby1.9
Architecture: source all
Version: 0.1.1~git20081120-2
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 libi18n-ruby - I18n and localization solution for Ruby
 libi18n-ruby1.8 - I18n and localization solution (Ruby 1.8)
 libi18n-ruby1.9 - I18n and localization solution (Ruby 1.9)
Changes: 
 libi18n-ruby (0.1.1~git20081120-2) unstable; urgency=low
 .
   * Add full text of MIT license to debian/copyright
Checksums-Sha1: 
 95a42bf9628019edff9aee6c35cb758b7e35be33 1476 
libi18n-ruby_0.1.1~git20081120-2.dsc
 90ab30fc45a77e378828a79f51041791b3326b09 8 
libi18n-ruby_0.1.1~git20081120.orig.tar.gz
 8edd12ae013a6f336126e9e37795424e17185725 1844 
libi18n-ruby_0.1.1~git20081120-2.diff.gz
 85624b317b817fb9ec72f84e31acb7f03b2ab979 2434 
libi18n-ruby_0.1.1~git20081120-2_all.deb
 eea5f7ab57bb9f4821db1032e5b2af199264bb97 7840 
libi18n-ruby1.8_0.1.1~git20081120-2_all.deb
 8ff8d14a836d3991d8fdbe633c213349d88d889c 7842 
libi18n-ruby1.9_0.1.1~git20081120-2_all.deb
Checksums-Sha256: 
 a45f27356594ad3692a58f16594de63821e2ec7e58ada92e3a4d8d9de37dff7b 1476 
libi18n-ruby_0.1.1~git20081120-2.dsc
 3ffc4a4ca160161bcc20be7f65c0e4ecedde050e513596f963e3f9a2bcc56c2d 8 
libi18n-ruby_0.1.1~git20081120.orig.tar.gz
 b8514babe1710a2e905864db90e166d3cac73998ae5a644cdc627845c62af6bb 1844 
libi18n-ruby_0.1.1~git20081120-2.diff.gz
 d6fc75cdff2b7003cdedcb041c325ff7d6e06659ff3917c56afee575127eb51b 2434 
libi18n-ruby_0.1.1~git20081120-2_all.deb
 3c37a0f3d99fc3b0bff171b6a9bf3a86b749f0e8f0a79d0d5fed736374609d48 7840 
libi18n-ruby1.8_0.1.1~git20081120-2_all.deb
 6a93f147656390421c5b8687ed73c822b244efacc58e6d3b96cc8f94019ed39c 7842 
libi18n-ruby1.9_0.1.1~git20081120-2_all.deb
Files: 
 fbc08ae149d94c3052073c02ff50ddac 1476 libs extra 
libi18n-ruby_0.1.1~git20081120-2.dsc
 ac1cd09249239d1ae97ec034481f5a8a 8 libs extra 
libi18n-ruby_0.1.1~git20081120.orig.tar.gz
 5368690082d9b13d74396b5ae5d96286 1844 libs extra 
libi18n-ruby_0.1.1~git20081120-2.diff.gz
 6512a150f48f7253c1389f14556f835d 2434 libs extra 
libi18n-ruby_0.1.1~git20081120-2_all.deb
 5884a9d1093003281ea22a4bd66f3498 7840 libs extra 
libi18n-ruby1.8_0.1.1~git20081120-2_all.deb
 8fee90b5c790fb3832046c2dc815cf79 7842 libs extra 
libi18n-ruby1.9_0.1.1~git20081120-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJUGUr5SXWIKfIlGQRAtuuAKC1VBb1G++6hKVdamR6nAE5ht0KKACgprWL
vezOJc384GVfqKDK+CF5SzA=
=dwPB
-END PGP SIGNATURE-


Accepted:
libi18n-ruby1.8_0.1.1~git20081120-2_all.deb
  to pool/main/libi/libi18n-ruby/libi18n-ruby1.8_0.1.1~git20081120-2_all.deb
libi18n-ruby1.9_0.1.1~git20081120-2_all.deb
  to pool/main/libi/libi18n-ruby/libi18n-ruby1.9_0.1.1~git20081120-2_all.deb
libi18n-ruby_0.1.1~git20081120-2.diff.gz
  to pool/main/libi/libi18n-ruby/libi18n-ruby_0.1.1~git20081120-2.diff.gz
libi18n-ruby_0.1.1~git20081120-2.dsc
  to pool/main/libi/libi18n-ruby/libi18n-ruby_0.1.1~git20081120-2.dsc
libi18n-ruby_0.1.1~git20081120-2_all.deb
  to pool/main/libi/libi18n-ruby/libi18n-ruby_0.1.1~git20081120-2_all.deb
libi18n-ruby_0.1.1~git20081120.orig.tar.gz
  to pool/main/libi/libi18n-ruby/libi18n-ruby_0.1.1~git20081120.orig.tar.gz


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



Accepted ikiwiki 3.01 (source all)

2009-01-05 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 18:53:50 -0500
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.01
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Closes: 510393 510518
Changes: 
 ikiwiki (3.01) unstable; urgency=low
 .
   * ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories.
 Closes: #510518
   * Fix documentation about git hook to use right name. Closes: #510393
   * yesno: Always accept English even when localised.
   * yesno: Also accept 1 and 0 as input.
   * A recent change to gitweb removed support for the form of diffurl
 that many ikiwiki setups use. Document how to use the new url form.
Checksums-Sha1: 
 b4472c6d9f9cebbc3d177c56e942c3e7d55cad26 1072 ikiwiki_3.01.dsc
 68aa57fa8e60eeb6b6fa8925d1132bb6f2e2c765 1097352 ikiwiki_3.01.tar.gz
 3b102d9a9d98d186d6e629aeccf29ca3dd70d8a5 858664 ikiwiki_3.01_all.deb
Checksums-Sha256: 
 3429340525cf37b2ab1f34e3861a2e13f33a6421c0dfe818625eeb2d1029a741 1072 
ikiwiki_3.01.dsc
 ee9b2e602fad04a54f3afcaed0e8465003278e7dac9af789f7ca13948a0ea317 1097352 
ikiwiki_3.01.tar.gz
 566f65a70424d153c48ba2b10bd18aa4feadce5499310d8a8f2d7e9588166c7d 858664 
ikiwiki_3.01_all.deb
Files: 
 61e32577e00e5a0313aa81fb59a2cfd9 1072 web optional ikiwiki_3.01.dsc
 c05ab03698378630436a28b8332093e8 1097352 web optional ikiwiki_3.01.tar.gz
 6558a6da0b7ab4eaa855fb46fb2655cc 858664 web optional ikiwiki_3.01_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYp/y2tp5zXiKP0wRAvF7AKC3FVRaRUxSDGketQ6SvfkQQKooJACgwWyk
f3eLZsnopmtuvMLGV+Kkbm0=
=rAjK
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.01.dsc
  to pool/main/i/ikiwiki/ikiwiki_3.01.dsc
ikiwiki_3.01.tar.gz
  to pool/main/i/ikiwiki/ikiwiki_3.01.tar.gz
ikiwiki_3.01_all.deb
  to pool/main/i/ikiwiki/ikiwiki_3.01_all.deb


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



Accepted libsemanage 2.0.25-3 (source amd64)

2009-01-05 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 16:53:48 -0600
Source: libsemanage
Binary: libsemanage1 libsemanage1-dev python-semanage
Architecture: source amd64
Version: 2.0.25-3
Distribution: unstable
Urgency: high
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 libsemanage1 - shared libraries used by SELinux policy manipulation tools
 libsemanage1-dev - Header files and libraries for SELinux policy manipulation 
tools
 python-semanage - Python bindings  for SELinux policy manipulation tools
Closes: 510134
Changes: 
 libsemanage (2.0.25-3) unstable; urgency=high
 .
   * [bab6644]: Also check for the uppoer bound on user ids in login.defs
 .
 Some non-Debian packages (like qmail, shudder) create
 users not below MIN_UID, but above MAX_UID, in /etc/login.defs
 (non-system users are supposed to have uids between MIN_UID and
 MAX_UID.
 .
 genhomedircon.c:gethomedirs() checks pwent.pw_uid against MIN_UID in
 /etc/login.defs to exclude system users from generating homedir
 contexts. But unfortunately it does not check it against MAX_UID
 setting from the same file. This gets us lines like the following in
 the contexts/files/file_contexts.homedirs file:
 ,
 | #
 | # Home Context for user user_u
 | #
 | /var/qmail/[^/]*/.+ user_u:object_r:user_home_t:s0
 | /var/qmail/[^/]*/\.ssh(/.*)? user_u:object_r:user_home_ssh_t:s0
 | /var/qmail/[^/]*/\.gnupg(/.+)? user_u:object_r:user_gpg_secret_t:s0
 | /var/qmail/[^/]* -d user_u:object_r:user_home_dir_t:s0
 | /var/qmail/lost\+found/.* none
 | /var/qmail -d system_u:object_r:home_root_t:s0
 | /var/qmail/\.journal none
 | /var/qmail/lost\+found -d system_u:object_r:lost_found_t:s0
 | /tmp/gconfd-.* -d user_u:object_r:user_tmp_t:s0
 `
 This commit adds checking uid value againt MAX_UID too.
 .
 Bug fix: login.defs:MAX_UID have no effect on generating list of
 valid users, but MIN_UID does have., thanks to root
(Closes:  #510134).
Checksums-Sha1: 
 80256ee200b3c864309b06d18b906201999830b8 1298 libsemanage_2.0.25-3.dsc
 6ff088af25f9913f8465ca9aebb2acddd95af3e9 29891 libsemanage_2.0.25-3.diff.gz
 c4b2cd8d32a62d2ce7d7a1bf8e3243606f6cef09 94534 libsemanage1_2.0.25-3_amd64.deb
 b57f3cd9a5d1cd31dd569b840d8fc2b95dee1db0 434630 
libsemanage1-dev_2.0.25-3_amd64.deb
 010bb748ed58bb71dd18611990f0d547f75c1f39 124076 
python-semanage_2.0.25-3_amd64.deb
Checksums-Sha256: 
 875133d6f86367833dbc9579ca924d4fa2dcad0a424d4d16595334ab5913865b 1298 
libsemanage_2.0.25-3.dsc
 e547af1ea34767049f2a8ea00c07badd30373c9cfc21d54ffb17359f32a32a31 29891 
libsemanage_2.0.25-3.diff.gz
 b96cd635787409b036fd0b5b294cbfb74b1b40364902a6aaa43a89a5102d0750 94534 
libsemanage1_2.0.25-3_amd64.deb
 fc79d72f3292e80734e99e4d7aa8f74cc114a5eab17ebac3a24575d5448e8622 434630 
libsemanage1-dev_2.0.25-3_amd64.deb
 f5cdbef2d5596dcf7841ec72fe38de2412059a4466cd0335493c207bc98320a9 124076 
python-semanage_2.0.25-3_amd64.deb
Files: 
 04a6a578841981f6ef7d704f58115957 1298 libdevel optional 
libsemanage_2.0.25-3.dsc
 6d89e4da96ff0b27bc5f1efd4e8b8816 29891 libdevel optional 
libsemanage_2.0.25-3.diff.gz
 94c48f8ab1fcaeeab48d6b30d95d8f5c 94534 libs optional 
libsemanage1_2.0.25-3_amd64.deb
 b0946383675449b96c6200fa58cf384f 434630 libdevel optional 
libsemanage1-dev_2.0.25-3_amd64.deb
 54b603e244be7e6663ff422499006031 124076 python optional 
python-semanage_2.0.25-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklipnkACgkQIbrau78kQkzF6ACgtJWJqq9j6c6RtcSollW0sxVq
M4wAnR0d3gc8fGe2NPTjmioVqWB8OYIt
=fXuW
-END PGP SIGNATURE-


Accepted:
libsemanage1-dev_2.0.25-3_amd64.deb
  to pool/main/libs/libsemanage/libsemanage1-dev_2.0.25-3_amd64.deb
libsemanage1_2.0.25-3_amd64.deb
  to pool/main/libs/libsemanage/libsemanage1_2.0.25-3_amd64.deb
libsemanage_2.0.25-3.diff.gz
  to pool/main/libs/libsemanage/libsemanage_2.0.25-3.diff.gz
libsemanage_2.0.25-3.dsc
  to pool/main/libs/libsemanage/libsemanage_2.0.25-3.dsc
python-semanage_2.0.25-3_amd64.deb
  to pool/main/libs/libsemanage/python-semanage_2.0.25-3_amd64.deb


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



Accepted liblog-log4perl-perl 1.20-1 (source all)

2009-01-05 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 11:26:14 -0600
Source: liblog-log4perl-perl
Binary: liblog-log4perl-perl
Architecture: source all
Version: 1.20-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 liblog-log4perl-perl - A Perl port of the widely popular log4j logging package.
Changes: 
 liblog-log4perl-perl (1.20-1) unstable; urgency=low
 .
   * [385f9af]: Merge branch 'upstream'. New upstream release
 +   (ms) Using semctl to reset the value of the semaphore in the
  Synchronized appender to prevent Numerical result out of
  range problem caused by an unbalanced SEM_UNDO when
  incrementing it. Reported by John Little.
 +   (ms) Added parameters in curly braces to cspecs in PatternLayout.
 +   (ms) As explained in  http://rt.cpan.org/Ticket/Display.html?id=41505
  the latest LWP release (5.822) got rid of all of its internal
  debugging functions, making infiltrate_lwp() and its test
  case useless. Disabling it for LWP=5.822.
Checksums-Sha1: 
 3a961081bac77758df01d480b84f66833aaa52e6 1267 liblog-log4perl-perl_1.20-1.dsc
 41951071f48c244ef2fd9d61462d7249992dde45 238389 
liblog-log4perl-perl_1.20.orig.tar.gz
 64b9ad59eb0491a55a7bd5292e9f641f9e6d1393 25071 
liblog-log4perl-perl_1.20-1.diff.gz
 4f935c9eb6c84016ee4cde85a630c2f3c88c39af 395750 
liblog-log4perl-perl_1.20-1_all.deb
Checksums-Sha256: 
 1583d9435ed7f0b112e28c209926530f5beea579687bfc8ae8a834af20d72175 1267 
liblog-log4perl-perl_1.20-1.dsc
 08b705f9bc802feb027761aa872c4fd39626042cb82cb43b9ddbb3014b19602e 238389 
liblog-log4perl-perl_1.20.orig.tar.gz
 b9a09d66c5440f56d2caf5f70ba92da5bf6aa066ee35a46e19f2703dae959d05 25071 
liblog-log4perl-perl_1.20-1.diff.gz
 916fca231d39d22ca839ad828aed804f916d106bad9319591abf16bf3490fc3e 395750 
liblog-log4perl-perl_1.20-1_all.deb
Files: 
 06aa93e0ae8ed1a4bf816aace7885fa1 1267 perl optional 
liblog-log4perl-perl_1.20-1.dsc
 f60a1f8633fb7544fdc4d1e842564a8b 238389 perl optional 
liblog-log4perl-perl_1.20.orig.tar.gz
 951b9395b513563b676e5312424b986d 25071 perl optional 
liblog-log4perl-perl_1.20-1.diff.gz
 0c7c917fc9b762d3682316029e8e6c71 395750 perl optional 
liblog-log4perl-perl_1.20-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklisVoACgkQIbrau78kQkxhigCgoQthRKdK/zWDGbUNPL8+jgjB
hjkAoNKAW+2Y2bdEbGrKVt5+03dGdnuM
=wP0a
-END PGP SIGNATURE-


Accepted:
liblog-log4perl-perl_1.20-1.diff.gz
  to pool/main/libl/liblog-log4perl-perl/liblog-log4perl-perl_1.20-1.diff.gz
liblog-log4perl-perl_1.20-1.dsc
  to pool/main/libl/liblog-log4perl-perl/liblog-log4perl-perl_1.20-1.dsc
liblog-log4perl-perl_1.20-1_all.deb
  to pool/main/libl/liblog-log4perl-perl/liblog-log4perl-perl_1.20-1_all.deb
liblog-log4perl-perl_1.20.orig.tar.gz
  to pool/main/libl/liblog-log4perl-perl/liblog-log4perl-perl_1.20.orig.tar.gz


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



Accepted vm 8.0.12-1 (source all)

2009-01-05 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 23:16:48 -0600
Source: vm
Binary: vm
Architecture: source all
Version: 8.0.12-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 vm - A mail user agent for Emacs.
Changes: 
 vm (8.0.12-1) unstable; urgency=low
 .
   * New upstream release
 [b68c89b] Merge branches 'upstream', 'topic--debian' and 'topic--base64'
 [580b1fe] Merge branch 'upstream' into topic--debian
 [5007800] Merge branch 'upstream' into topic--base64
 [f6416fc] Imported vm-8.0.12
 IMPROVEMENTS:
 + Display version info when calling `vm-version' interactively.
   (Thanks to Ulrich Mueller)
 + Yanking of messages uses the same MIME decoding as the presentation
   now.  See the new variable `vm-mime-yank-attachments' to configure if
   attachments are also yanked.
 + `u-vm-color.el' is bundled and maintained with VM now.  Ulf Jasper
handed it over to me as he switched to Gnus.
 BUGFIXES:
 + Detect w3 by using `locate-library' instead of checking for a bound
   `w3-about'. (Thanks to Klaus Straubinger)
 + vm.revno.el was not installed anymore b make install.  (Thanks to
   Ulrich Mueller for reporting)
 + Insert `emacs-version' instead of creating wrong version string for
   XEmacs, i.e. the patch level was the major version. (Thanks to Stephen
   Turnbull)
 + Correctly locate the data directory for the pixmaps when running as a
   XEmacs package.
 + Check for some MIME character sets that may be available in recent
   XEmacs.  (Thanks to Aidan Kehoe for the patch)
 + Some documentation fixes. (Thanks to Michael Ernst for the patches)
 + Fixed infinite loop in vm-mime-encode-words on XEmacs  21.5-b28.
   (Thanks to Aidan Kehoe for the patch)
 + Detect score (additionally to hits) in X-Spam-Status: headers in
   `vm-su-spam-score-aux'. (Patch from Michael Ernst)
 + Typo fix in vm-pcrisis.texinfo. (Patch from Michael Ernst)
 + Header encoding was BASE64 instead of QP by default and it was not
   encoding whole words, but only the 8bit chars instead. (Thanks to Ulrich
   Mueller for reporting)
 + MIME text parts interleaved by attachments are now correctly yanked,
   e.g. when replying to a message.
 + Limit the buffer-name length and sanitize the used characters. (Thanks
   to Mark Diekhans for reporting)
 + Do not fail on corrupted address headers.  (Reported by John Covici)
 + Fixed GTK detection and toolbar handling for newer Emacs 22 versions.
Checksums-Sha1: 
 d37096dfa2c59f60cbef458116ae74c604e4b5b2 1109 vm_8.0.12-1.dsc
 56748474345132a929ba38e88b921b6cfdf838e3 543008 vm_8.0.12.orig.tar.gz
 e9202b8b80d96ff1a18c93eb1b1ee8745ec52071 92332 vm_8.0.12-1.diff.gz
 370e02867a5e4737f16bb33cea1627600b33c9a2 706694 vm_8.0.12-1_all.deb
Checksums-Sha256: 
 06706f6a889db6c010a7592ab4d71648e1d8c75154b6a0aa30d7c776717223ae 1109 
vm_8.0.12-1.dsc
 16d1166448df6a9584fc3ca1965e4dd7d267ba15709cc9714783e431a552f718 543008 
vm_8.0.12.orig.tar.gz
 29669217a06b83b4f68e4c1e51738495d90bda4ed0ae028eda94f36ebbfd 92332 
vm_8.0.12-1.diff.gz
 255ba9962a8bcde18250c33b6d3d45042e6646b561fb4217560554412770cbf5 706694 
vm_8.0.12-1_all.deb
Files: 
 eccb9f60445a3ffb769a8d49466a9f1d 1109 mail optional vm_8.0.12-1.dsc
 1dbf34409e093474e90391bddb0aa7df 543008 mail optional vm_8.0.12.orig.tar.gz
 f167e33187ca55465fc7a63dd602b196 92332 mail optional vm_8.0.12-1.diff.gz
 af1a652f01ff4b7c2f6ee5c575b2cfac 706694 mail optional vm_8.0.12-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklitUYACgkQIbrau78kQkz0QgCgjW+4lz+R1Wm9WcWV3ywow/fs
qwoAn2CA6oWXlA1frVYy/KuhNPsiKMI0
=lMpB
-END PGP SIGNATURE-


Accepted:
vm_8.0.12-1.diff.gz
  to pool/main/v/vm/vm_8.0.12-1.diff.gz
vm_8.0.12-1.dsc
  to pool/main/v/vm/vm_8.0.12-1.dsc
vm_8.0.12-1_all.deb
  to pool/main/v/vm/vm_8.0.12-1_all.deb
vm_8.0.12.orig.tar.gz
  to pool/main/v/vm/vm_8.0.12.orig.tar.gz


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



Accepted ruby1.8 1.8.7.72-3 (source all i386)

2009-01-05 Thread akira yamada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Jan 2009 10:56:56 +0900
Source: ruby1.8
Binary: ruby1.8 libruby1.8 libruby1.8-dbg ruby1.8-dev libdbm-ruby1.8 
libgdbm-ruby1.8 libreadline-ruby1.8 libtcltk-ruby1.8 libopenssl-ruby1.8 
ruby1.8-examples ruby1.8-elisp ri1.8 rdoc1.8 irb1.8
Architecture: source all i386
Version: 1.8.7.72-3
Distribution: unstable
Urgency: medium
Maintainer: akira yamada ak...@debian.org
Changed-By: akira yamada ak...@debian.org
Description: 
 irb1.8 - Interactive Ruby (for Ruby 1.8)
 libdbm-ruby1.8 - DBM interface for Ruby 1.8
 libgdbm-ruby1.8 - GDBM interface for Ruby 1.8
 libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8
 libreadline-ruby1.8 - Readline interface for Ruby 1.8
 libruby1.8 - Libraries necessary to run Ruby 1.8
 libruby1.8-dbg - Debugging symbols for Ruby 1.8
 libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
 rdoc1.8- Generate documentation from Ruby source files (for Ruby 1.8)
 ri1.8  - Ruby Interactive reference (for Ruby 1.8)
 ruby1.8- Interpreter of object-oriented scripting language Ruby 1.8
 ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
 ruby1.8-elisp - ruby-mode for Emacsen
 ruby1.8-examples - Examples for Ruby 1.8
Closes: 506344
Changes: 
 ruby1.8 (1.8.7.72-3) unstable; urgency=medium
 .
   * applied debian/patches/905_class_dup_should_copy_constants.dpatch:
 - Class#dup should copy constants into the duplicated class.
   (closes: #506344)
Checksums-Sha1: 
 ac46c896d034d97e12e2ebfb514e49a02415d1f7 1617 ruby1.8_1.8.7.72-3.dsc
 8b6e0a096b8e616bdf1a65f15c5d035341ddbdf9 46550 ruby1.8_1.8.7.72-3.diff.gz
 b690567085dca24a7451b5a497e0cc78a36ee014 310338 
ruby1.8-examples_1.8.7.72-3_all.deb
 2d3a27694314b0dd073a144c9c4fa6020f8b7e97 277608 
ruby1.8-elisp_1.8.7.72-3_all.deb
 7b9599f550bdd4835202d3a0c5da5068b727de50 1405096 ri1.8_1.8.7.72-3_all.deb
 fc49223d4659ed975fa7b428e881ce6e64fa3d3e 377242 rdoc1.8_1.8.7.72-3_all.deb
 d1a3eeb962560a204485537ed4254f89b3c2caae 303152 irb1.8_1.8.7.72-3_all.deb
 14ce193198b8005dbc71f861dfbf52fa934f9dec 283446 ruby1.8_1.8.7.72-3_i386.deb
 34aa5176cbe7fa5d810b937d87355703732d5a22 1672334 libruby1.8_1.8.7.72-3_i386.deb
 7e4a94f1644267ff03c25620d0bbea033cf61040 1447874 
libruby1.8-dbg_1.8.7.72-3_i386.deb
 15976088381162f5c97c4b1c3aa6049fdd1903bc 825500 ruby1.8-dev_1.8.7.72-3_i386.deb
 29907ebcfcd78de0d10d0eaa8ef0536c0e938414 264634 
libdbm-ruby1.8_1.8.7.72-3_i386.deb
 040c74a2dbd242e3b2597edc197ec1c158fff37e 263490 
libgdbm-ruby1.8_1.8.7.72-3_i386.deb
 71775999484223a3d88b8c7f6c54204882530457 263828 
libreadline-ruby1.8_1.8.7.72-3_i386.deb
 e4ccc7106b85b0931bb22750bea802d4904fcc99 2002820 
libtcltk-ruby1.8_1.8.7.72-3_i386.deb
 2b34e2b263df4d50ac559952b75434639e9db4ce 377634 
libopenssl-ruby1.8_1.8.7.72-3_i386.deb
Checksums-Sha256: 
 231adfa69f28cb8ad0907bdaadefd933b8633593b987134b39df229fd741f96e 1617 
ruby1.8_1.8.7.72-3.dsc
 76deae8f4a3a3fcd33df48c5ffc82e1f93721152f85bedf062ad683b9dd846ff 46550 
ruby1.8_1.8.7.72-3.diff.gz
 765a497ebd3e038822b47c88629b0aab376b86d3edc16b785d03c5bdd9595e6f 310338 
ruby1.8-examples_1.8.7.72-3_all.deb
 b0a9d199d0bc1f9eeef19290dc9a6dc82075f0a9c170d42be59b027272879ccd 277608 
ruby1.8-elisp_1.8.7.72-3_all.deb
 4001971d902e8b9b577365eb96f599ef675744c030e1af7c2beaf64fec7c5225 1405096 
ri1.8_1.8.7.72-3_all.deb
 e419c70cb68ad5fbb6c143b0230fb9d00bf3dca41b1a158814a3752594d99806 377242 
rdoc1.8_1.8.7.72-3_all.deb
 e29c3f007b56822b725ba138955042ecfe3bc2c202bba300dfd7fe00fbd6c91a 303152 
irb1.8_1.8.7.72-3_all.deb
 c0ba4bb46d7535d4ce0e30376703e8034d34274d46e84c78fee4e3dec9af4ee0 283446 
ruby1.8_1.8.7.72-3_i386.deb
 358cf53f815567c7ec3ea8c3f706294bff6469308759842c97e707a26ebda6d1 1672334 
libruby1.8_1.8.7.72-3_i386.deb
 ca6a95d44034b496c17e5f11bfeafa6021f16afcf36c379283fd728db631500a 1447874 
libruby1.8-dbg_1.8.7.72-3_i386.deb
 262b0dc10a3a4e15f3453819fcc18c8f8f3067b819f1e9c363066cba161e48ca 825500 
ruby1.8-dev_1.8.7.72-3_i386.deb
 24688a13067a770f36a6fb0143688dab821dfaaac7d36c01a1ea7d77c1cae32b 264634 
libdbm-ruby1.8_1.8.7.72-3_i386.deb
 2e9a30df35809127cdc2643168d0f2b5f6d00085eb6e273a279b511c3a2f539b 263490 
libgdbm-ruby1.8_1.8.7.72-3_i386.deb
 4c5476f495bc0ee62d1daa676a4b5bd739ed8d3b1916591bf878fea5a8f51980 263828 
libreadline-ruby1.8_1.8.7.72-3_i386.deb
 449d881df12a9ab18422b0a62203b1eb2723223c2df6b61c677ea1842121797f 2002820 
libtcltk-ruby1.8_1.8.7.72-3_i386.deb
 e83aedb974f2510bafacf1bbfc72665247913c35a8bc36afe27dfff9c9bf77eb 377634 
libopenssl-ruby1.8_1.8.7.72-3_i386.deb
Files: 
 467170259a1b3a0f420b711fb5e363a2 1617 interpreters optional 
ruby1.8_1.8.7.72-3.dsc
 db730d8ebac45279b00922dbb7a17474 46550 interpreters optional 
ruby1.8_1.8.7.72-3.diff.gz
 3f39ace1a8a288af72ea93c4f940bf15 310338 interpreters optional 
ruby1.8-examples_1.8.7.72-3_all.deb
 33f5f802c9cb7f0e66fa06b740459872 277608 interpreters optional 
ruby1.8-elisp_1.8.7.72-3_all.deb
 5429490abb7159b172bc9cccb4f1ed9f 1405096 interpreters optional 
ri1.8_1.8.7.72-3_all.deb
 

Accepted libactiverecord-ruby 2.2.2-1 (source all)

2009-01-05 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Dec 2008 22:50:51 -0500
Source: libactiverecord-ruby
Binary: libactiverecord-ruby libactiverecord-ruby1.8 libactiverecord-ruby1.9
Architecture: source all
Version: 2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 libactiverecord-ruby - Ruby library that ties database tables to classes
 libactiverecord-ruby1.8 - Tie database tables to classes (Ruby 1.8)
 libactiverecord-ruby1.9 - Tie database tables to classes (Ruby 1.9)
Changes: 
 libactiverecord-ruby (2.2.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 9ce9355ef541c36cc8a7fd39eddb39fec5c9451c 1533 libactiverecord-ruby_2.2.2-1.dsc
 ccf320489b513fbdc9b408056df3465e9141d26e 490062 
libactiverecord-ruby_2.2.2.orig.tar.gz
 42219f5d7b47624c0e66a0b35b3e0d3f8b6726d3 2101 
libactiverecord-ruby_2.2.2-1.diff.gz
 4f03e46079ecd0df8f651979636575bbfb3aca0f 45962 
libactiverecord-ruby_2.2.2-1_all.deb
 f7bc441ac703f2c0894826bfffe9c0285388694e 182216 
libactiverecord-ruby1.8_2.2.2-1_all.deb
 693134bdd0e31e6825941232cbf2aec4809a5607 182214 
libactiverecord-ruby1.9_2.2.2-1_all.deb
Checksums-Sha256: 
 3b421b61c424865608bc266f0d3a0f4f3f0ec76601c7742a27a781b288c4e28d 1533 
libactiverecord-ruby_2.2.2-1.dsc
 84e9d64d1ead17ec542fcb900af8979f3d64a66226c887f125bdf5ae97994981 490062 
libactiverecord-ruby_2.2.2.orig.tar.gz
 4a450c32d5f228ac31ba18a8c2087d911e289dafd5aa2257c01416aae28eca43 2101 
libactiverecord-ruby_2.2.2-1.diff.gz
 72b6825e675d27e22b3b9305e184796196c2d0a5be878ffb4fd83bf2418ab43b 45962 
libactiverecord-ruby_2.2.2-1_all.deb
 2a9a3ad9ae42d72ee384214a9c027a24ea57da95925dcfa351f0fa62f8901344 182216 
libactiverecord-ruby1.8_2.2.2-1_all.deb
 438c6d184a6f67adf2d140c0fe5ecfbf7a69717b229d25f5a85454a682b80886 182214 
libactiverecord-ruby1.9_2.2.2-1_all.deb
Files: 
 ced282a7ef2de693f83de822f6a440cb 1533 libs extra 
libactiverecord-ruby_2.2.2-1.dsc
 0947c64cf27acf2e1de706b6cabf4bd4 490062 libs extra 
libactiverecord-ruby_2.2.2.orig.tar.gz
 79e4071f29969303e0780e482aaebd29 2101 libs extra 
libactiverecord-ruby_2.2.2-1.diff.gz
 449e0bccb7a421138d32779b4cc01707 45962 libs extra 
libactiverecord-ruby_2.2.2-1_all.deb
 46df729c99f80b272bd38b5fecbbcbf1 182216 libs extra 
libactiverecord-ruby1.8_2.2.2-1_all.deb
 d7a0b13b0751dd47e0bef3e22da07931 182214 libs extra 
libactiverecord-ruby1.9_2.2.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJUGIO5SXWIKfIlGQRArXEAKDB+IeblRciJrfW3gIcVXY0WR/2DgCeL0II
bOhCcVeRJv7m8srp3cuGC0A=
=p1/l
-END PGP SIGNATURE-


Accepted:
libactiverecord-ruby1.8_2.2.2-1_all.deb
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby1.8_2.2.2-1_all.deb
libactiverecord-ruby1.9_2.2.2-1_all.deb
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby1.9_2.2.2-1_all.deb
libactiverecord-ruby_2.2.2-1.diff.gz
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby_2.2.2-1.diff.gz
libactiverecord-ruby_2.2.2-1.dsc
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby_2.2.2-1.dsc
libactiverecord-ruby_2.2.2-1_all.deb
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby_2.2.2-1_all.deb
libactiverecord-ruby_2.2.2.orig.tar.gz
  to pool/main/liba/libactiverecord-ruby/libactiverecord-ruby_2.2.2.orig.tar.gz


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



Accepted libactivesupport-ruby 2.2.2-1 (source all)

2009-01-05 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Dec 2008 22:53:24 -0500
Source: libactivesupport-ruby
Binary: libactivesupport-ruby libactivesupport-ruby1.8 libactivesupport-ruby1.9
Architecture: source all
Version: 2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 libactivesupport-ruby - utility classes and extensions to the Ruby standard 
library
 libactivesupport-ruby1.8 - utility classes and extensions (Ruby 1.8)
 libactivesupport-ruby1.9 - utility classes and extensions (Ruby 1.9)
Changes: 
 libactivesupport-ruby (2.2.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 2e79e7b30095a429747eea437817b6b2d168fd2f 1545 libactivesupport-ruby_2.2.2-1.dsc
 9fb0f58e4046e8738b7924ca726bc1e60676ae83 393162 
libactivesupport-ruby_2.2.2.orig.tar.gz
 7a3541f0f45522122d1ee75e5292d9d6d3deb6ec 2150 
libactivesupport-ruby_2.2.2-1.diff.gz
 e451308befa848063196f3cb98f6c1841b6a6ee5 2872 
libactivesupport-ruby_2.2.2-1_all.deb
 04d6620af79116ada4689827a5f4fcabd903a8bf 249866 
libactivesupport-ruby1.8_2.2.2-1_all.deb
 6585f91fe5aee6c8e73a60994a51202eb6411ff8 249850 
libactivesupport-ruby1.9_2.2.2-1_all.deb
Checksums-Sha256: 
 bdf10787709a4c75f37740b8fb6a0132b451a2d9a85d15a0343db1b8c347b0cb 1545 
libactivesupport-ruby_2.2.2-1.dsc
 c7f31bf4ec4d50e257cef3883ded64ecf442ccc8ae124e2141ab7e3bad3075fd 393162 
libactivesupport-ruby_2.2.2.orig.tar.gz
 403288dd35022c0175c08badfd6d52bd32f51513af7da064758c0c0543a2fcd7 2150 
libactivesupport-ruby_2.2.2-1.diff.gz
 b2b60e717166fb9afb6b11203493e2e0722892fd7d08e92c4f688fd59e18458b 2872 
libactivesupport-ruby_2.2.2-1_all.deb
 82d386122757297960c4a42698c13536bd10ffc288bbd5b340c143482d731809 249866 
libactivesupport-ruby1.8_2.2.2-1_all.deb
 277334b127e05a46656b063a951642929df009ba9bfd91747e22b47dbd31adfb 249850 
libactivesupport-ruby1.9_2.2.2-1_all.deb
Files: 
 127f2333b2aa5830e1578f4bc03399c1 1545 libs extra 
libactivesupport-ruby_2.2.2-1.dsc
 b825677a6046e625b6b67dc8d4dcfa3d 393162 libs extra 
libactivesupport-ruby_2.2.2.orig.tar.gz
 1b65b2e7548e5ddd378b11b0748fe359 2150 libs extra 
libactivesupport-ruby_2.2.2-1.diff.gz
 af95ca4328d7cb027a5fa379c3385f18 2872 libs extra 
libactivesupport-ruby_2.2.2-1_all.deb
 4344580d92313e28420489eccd222bfe 249866 libs extra 
libactivesupport-ruby1.8_2.2.2-1_all.deb
 800a7086edbdcc2b6340d35bf7200684 249850 libs extra 
libactivesupport-ruby1.9_2.2.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJUGIO5SXWIKfIlGQRAlw8AKCXTjoWjhoKyAAOaJpDBlkoRyrgdACgsJLv
TYR0/1vLkzRC28g88WKBBts=
=vOV2
-END PGP SIGNATURE-


Accepted:
libactivesupport-ruby1.8_2.2.2-1_all.deb
  to 
pool/main/liba/libactivesupport-ruby/libactivesupport-ruby1.8_2.2.2-1_all.deb
libactivesupport-ruby1.9_2.2.2-1_all.deb
  to 
pool/main/liba/libactivesupport-ruby/libactivesupport-ruby1.9_2.2.2-1_all.deb
libactivesupport-ruby_2.2.2-1.diff.gz
  to pool/main/liba/libactivesupport-ruby/libactivesupport-ruby_2.2.2-1.diff.gz
libactivesupport-ruby_2.2.2-1.dsc
  to pool/main/liba/libactivesupport-ruby/libactivesupport-ruby_2.2.2-1.dsc
libactivesupport-ruby_2.2.2-1_all.deb
  to pool/main/liba/libactivesupport-ruby/libactivesupport-ruby_2.2.2-1_all.deb
libactivesupport-ruby_2.2.2.orig.tar.gz
  to 
pool/main/liba/libactivesupport-ruby/libactivesupport-ruby_2.2.2.orig.tar.gz


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



Accepted samba4 4.0.0~alpha5+20090105-1 (source i386)

2009-01-05 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 21:08:53 +0100
Source: samba4
Binary: samba4 samba4-common samba4-clients samba4-testsuite registry-tools 
libparse-pidl-perl samba4-dev samba-ldb-tools libldb-samba4-dev libldb-samba4-0 
libgensec0 libgensec-dev libndr0 libndr-dev libdcerpc0 libdcerpc-dev 
libregistry0 libregistry-dev winbind4 libsamba-hostconfig0 
libsamba-hostconfig-dev libtorture0 libtorture-dev python-samba 
python-ldb-samba4
Architecture: source i386
Version: 4.0.0~alpha5+20090105-1
Distribution: experimental
Urgency: low
Maintainer: Samba Debian Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libdcerpc-dev - DCE/RPC library
 libdcerpc0 - DCE/RPC client library
 libgensec-dev - Generic Security Library
 libgensec0 - Generic Security Library
 libldb-samba4-0 - LDAP-like embedded database - Samba 4 version
 libldb-samba4-dev - LDAP-like embedded database - Samba 4 version
 libndr-dev - NDR marshalling library - development files
 libndr0- NDR marshalling library
 libparse-pidl-perl - IDL compiler written in Perl
 libregistry-dev - Registry library - development files
 libregistry0 - Registry library
 libsamba-hostconfig-dev - Samba host configuration library - development files
 libsamba-hostconfig0 - Samba host configuration library
 libtorture-dev - Library for running unit tests - development files
 libtorture0 - Library for running Samba 4 unit tests
 python-ldb-samba4 - Python bindings for LDB - Samba 4 version
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba-ldb-tools - LDAP-like embedded database - tools
 samba4 - LanManager-like file server for Unix (version 4)
 samba4-clients - client utilities from Samba 4
 samba4-common - Samba 4 common files used by both the server and the client
 samba4-dev - tools for extending Samba
 samba4-testsuite - test suite from Samba 4
 winbind4   - service to resolve user and group information from Windows NT ser
Changes: 
 samba4 (4.0.0~alpha5+20090105-1) experimental; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 60ff3ee7e35f2ad972102d33b6cc8e56192a84c7 2219 
samba4_4.0.0~alpha5+20090105-1.dsc
 fff69b606aac2c39b9b82e2c4c089f21d509f150 17192439 
samba4_4.0.0~alpha5+20090105.orig.tar.gz
 52a70919834d1193005f77f8b5a23babb9281c18 96538 
samba4_4.0.0~alpha5+20090105-1.diff.gz
 1605d0312dd192bbca792d6ec0517151fd3129d0 2964872 
samba4_4.0.0~alpha5+20090105-1_i386.deb
 6827d5b2f080a46aa7daecffbfa5bb22fb2bbf71 592352 
samba4-common_4.0.0~alpha5+20090105-1_i386.deb
 1fd62918b594334e0fe0b24549735b54475bf8ad 5702896 
samba4-clients_4.0.0~alpha5+20090105-1_i386.deb
 e8e98f1566ab54f43ad87bfe635b2d533c5bf0fe 9405334 
samba4-testsuite_4.0.0~alpha5+20090105-1_i386.deb
 a1c010ae47a27f00fcf59d54ea65592aaed88196 6864226 
registry-tools_4.0.0~alpha5+20090105-1_i386.deb
 091524fec67129637fd146d61ecff65975547856 100462 
libparse-pidl-perl_4.0.0~alpha5+20090105-1_i386.deb
 153869afefcaec86e3029a2dcb81cbd4d4db6160 82700 
samba4-dev_4.0.0~alpha5+20090105-1_i386.deb
 ab30e337d83b298c17e417728c5ba5fef0196f8c 12722850 
samba-ldb-tools_4.0.0~alpha5+20090105-1_i386.deb
 3c5d11c9eaebc7af914d930364db63f456ba1ba3 24318 
libldb-samba4-dev_4.0.0~alpha5+20090105-1_i386.deb
 6fe95c6345227a5db5f341f6059789deab2e4cf0 1591356 
libldb-samba4-0_4.0.0~alpha5+20090105-1_i386.deb
 85b65cbdd39b4a685c9f1c0e313d065376133ced 1591076 
libgensec0_4.0.0~alpha5+20090105-1_i386.deb
 89b2111fc1c364e77946515bb134735721ea8761 9978 
libgensec-dev_4.0.0~alpha5+20090105-1_i386.deb
 afb59482d01c46bb41657944bb0dc5a61562f94e 121562 
libndr0_4.0.0~alpha5+20090105-1_i386.deb
 2a864d565b622ec5352969b67e0984e1437d9b6c 12424 
libndr-dev_4.0.0~alpha5+20090105-1_i386.deb
 0f40e0f14c682e4c3e078790caa724e4e9bf5cfc 4940592 
libdcerpc0_4.0.0~alpha5+20090105-1_i386.deb
 dfb077c49cb3171e2a2e7e21d8909e855023f3a2 23010 
libdcerpc-dev_4.0.0~alpha5+20090105-1_i386.deb
 2993f2d52b29ca429c651018ba375cd427dc56f8 1717830 
libregistry0_4.0.0~alpha5+20090105-1_i386.deb
 96a497d2793f6acdf48b0518cf284d8694fc677e 10656 
libregistry-dev_4.0.0~alpha5+20090105-1_i386.deb
 7bced35ea169d499551957522c0a325842df93ff 1700560 
winbind4_4.0.0~alpha5+20090105-1_i386.deb
 1d35a04504c1b2e226553ea18b8757b6dfefc03d 85336 
libsamba-hostconfig0_4.0.0~alpha5+20090105-1_i386.deb
 e07708463161d3360220d18cd4765fac01b17a8e 12334 
libsamba-hostconfig-dev_4.0.0~alpha5+20090105-1_i386.deb
 6c4d4b36929b05148fb7091176b69abe151b44c8 88578 
libtorture0_4.0.0~alpha5+20090105-1_i386.deb
 5b398d368e054caa4bf8c29f4703ceb3d0aa20b1 10450 
libtorture-dev_4.0.0~alpha5+20090105-1_i386.deb
 6b91e6ab9673dddfbe0c10503f0cc6265bf81036 41125712 
python-samba_4.0.0~alpha5+20090105-1_i386.deb
 3013fc1d5462f9cec0c26a10e347d34978b9105b 1602118 
python-ldb-samba4_4.0.0~alpha5+20090105-1_i386.deb
Checksums-Sha256: 
 4823b86b58547fc069dfaff48be311749cf9f608e460d2e8358253dfc32d12e5 2219

Accepted chron 2.3-28-1 (source i386)

2009-01-05 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 22:29:18 -0600
Source: chron
Binary: r-cran-chron
Architecture: source i386
Version: 2.3-28-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-chron - GNU R package for chronologically ordered objects
Changes: 
 chron (2.3-28-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 bb9deb0b0cbe70250615ede44b87a79a14826514 962 chron_2.3-28-1.dsc
 6fb4eb5d87763c5cad9f13473f7a0ba27bd59693 33637 chron_2.3-28.orig.tar.gz
 99d556fe8527b74b57a16bc65106d5b8a0b99976 1660 chron_2.3-28-1.diff.gz
 069a782c775c7673285c209618bcd6f28d8f79da 84836 r-cran-chron_2.3-28-1_i386.deb
Checksums-Sha256: 
 0d3686699583266c106cf2778d89503c3a3c669a0d1a04076f49c2957642 962 
chron_2.3-28-1.dsc
 4280fbeded868e99eab7e44111d327d8b316320f050a291665dc218296a32b9c 33637 
chron_2.3-28.orig.tar.gz
 af841fba6520cc87cb58b911a21b7d10ba57722f603b8c4834280e7f5238a46d 1660 
chron_2.3-28-1.diff.gz
 6ca9cc4f2baf56f7eb0acf5514ba6fb3b0ddf6e26456057ccb9a998d5ba6a90d 84836 
r-cran-chron_2.3-28-1_i386.deb
Files: 
 47a43fefe6ea71eba14a0b095a98de03 962 math optional chron_2.3-28-1.dsc
 c1f57373e5b65538f7e99146476f97a0 33637 math optional chron_2.3-28.orig.tar.gz
 b7b31565fd426c3495728115c0fbf1d5 1660 math optional chron_2.3-28-1.diff.gz
 99387f41d4f0eeb9007445f69be5a9a9 84836 math optional 
r-cran-chron_2.3-28-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYt6aCZSR95Gw07cRAhywAJ90H6Gj9710IBRF/wQ4/cso8VgqjgCfcd01
NdIONS4uo3m6jXfqDZxIhb8=
=PN5/
-END PGP SIGNATURE-


Accepted:
chron_2.3-28-1.diff.gz
  to pool/main/c/chron/chron_2.3-28-1.diff.gz
chron_2.3-28-1.dsc
  to pool/main/c/chron/chron_2.3-28-1.dsc
chron_2.3-28.orig.tar.gz
  to pool/main/c/chron/chron_2.3-28.orig.tar.gz
r-cran-chron_2.3-28-1_i386.deb
  to pool/main/c/chron/r-cran-chron_2.3-28-1_i386.deb


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



Accepted freedict-tools 0.3-1 (source all)

2009-01-05 Thread Kęstutis Biliūnas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 12:00:45 +0200
Source: freedict-tools
Binary: freedict-tools-dev
Architecture: source all
Version: 0.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian FreeDict Packages pkg-freed...@lists.alioth.debian.org
Changed-By: Kęstutis Biliūnas ke...@kaunas.init.lt
Description: 
 freedict-tools-dev - Development files for the FreeDict dictionary packages
Changes: 
 freedict-tools (0.3-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control:
 - bumped Standards-Version to 3.8.0. No changes required;
 - use debhelper (= 7);
 - the homepage address removed from extended package description and added
   Homepage field in the source package;
 - added Vcs-Browser and fixed Vcs-svn fields;
 - added the stardict-tools package to Build-Depends-Indep.
 - added the quilt package to Depends, because Makefile.debian requires it.
   * debian/rules: removed the targets prepare, patch and unpatch. Instead of
 these included quilt.make.
   * debian/install: added the files xsl/getauthor.xsl, xsl/gettitle.xsl,
 xsl/getsourceurl.xsl and getedition.xsl.
   * debian/Makefile.Debian:
 - removed the targets prepare, patch and unpatch. Instead of these
   included quilt.make;
 - the targets build, install and clean adjusted for building the binary
   packages for opendict and stardict formated dictionaries.
   * debian/patches:
 - removed patch 002_scriptdir_in_Makefile.common.diff - accepted by the
   upstream.
 - added patch 003_remove_rubbish_in_dict.diff for removing the last
   rubbish line in the .dict file.
   * debian/debian-scripts:
 - removed file README.Debian;
 - file changelog.Debian.old updated from the freedict-1.3-4 package;
 - added files Makefile.opendict, opendict.dirs.in, opendict.links.in and
   stardict.dirs.in;
 - removed the message from postindt script about the needing to set the
   parameter --locale in /etc/default/dictd.
   * Removed the script teiaddphonetics from installing to this package.
 We can't to implement the phonetics import because of the license issue.
   * Fixed the file explaining how to edit or create the patches and renamed
 from debian/README.devel to debian/README.source
Checksums-Sha1: 
 f0499be156ce90ff747266c794d6dbcc6231f6a5 1344 freedict-tools_0.3-1.dsc
 54fb4e348ac464c7251ae2205963231ac57b40a8 95658 freedict-tools_0.3.orig.tar.gz
 543ae6e24f665fdf1bfcb6d62a274e9ec487960c 9841 freedict-tools_0.3-1.diff.gz
 dae5ba2838daf7b564250f888144a51ebafde2c5 25702 freedict-tools-dev_0.3-1_all.deb
Checksums-Sha256: 
 c32ae50e470222f2af4b70a7cb13a3712c6c0559aadb4487c9e014dcde0881b3 1344 
freedict-tools_0.3-1.dsc
 c8950f4c1507e88c2fa1635810abc864eb8f0ea424add082ac23f3156946d6d3 95658 
freedict-tools_0.3.orig.tar.gz
 27b62c52bf938ce9278ab2a26ca2cd6c79f48438b4f6979edb2c781d00e658b3 9841 
freedict-tools_0.3-1.diff.gz
 f9855ab23c1854e9f1f2ab6e62c36a4f1a063b2f7687b6a49f387396977db9a9 25702 
freedict-tools-dev_0.3-1_all.deb
Files: 
 8948e99071e5d4a5faab5f81963f5d8b 1344 libdevel optional 
freedict-tools_0.3-1.dsc
 c23530aa462b51287e0802c4357e8970 95658 libdevel optional 
freedict-tools_0.3.orig.tar.gz
 915c9d0a63767921ac7bd72b341dc2de 9841 libdevel optional 
freedict-tools_0.3-1.diff.gz
 9300f852d49b00be7ff4226b45a1c5fa 25702 libdevel optional 
freedict-tools-dev_0.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEUEARECAAYFAkli7yEACgkQBgac8paUV/CXrQCYyYRQD8RCuJggDG7sPfcVTzdh
rgCggkyjpmErtUItRnAg1FHJgVrA9RI=
=DY7O
-END PGP SIGNATURE-


Accepted:
freedict-tools-dev_0.3-1_all.deb
  to pool/main/f/freedict-tools/freedict-tools-dev_0.3-1_all.deb
freedict-tools_0.3-1.diff.gz
  to pool/main/f/freedict-tools/freedict-tools_0.3-1.diff.gz
freedict-tools_0.3-1.dsc
  to pool/main/f/freedict-tools/freedict-tools_0.3-1.dsc
freedict-tools_0.3.orig.tar.gz
  to pool/main/f/freedict-tools/freedict-tools_0.3.orig.tar.gz


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



Re: Debian planet

2009-01-05 Thread David Moreno
On 10:15 Mon 05 Jan 2009, Joerg Jaspert wrote:
  Thanks to all of you for bringing Planet,
 
 We add them to planet.debian.org when they request it. The Spanish
 people did so, the french not. It would be good if they do, to keep it
 sane in one place, but thats not our call.

Please note that by Spanish people you mostly mean a few developers
who, paraphrasing Joss, were in pain due to broomsticks on the ass,
because it was other people (like me and others outside Debian), not 
anybody else that they liked or approved, were handling the planet in
Spanish.

I meant to be quiet on this because I really try to stay away from
tard-arguing, but now that you mention it, it's worth a bit mentioning
it.

I made efforts to be inclusive with this, because I really tried to make
the thing by and for Hispanic people in Debian. The primary contact was
the public -devel-spanish ml; the repository[1] (hosted outside a Debian
box) was still open for anybody willing to participate and at the
beginning, new additions were discussed on the mailing list.

Anyway, I clearly understand how this works and I didn't want to make a
huge deal out of their tantrum. What it's a shame is that suddenly, the
effort that we made seemed dropped, replaced by a Spanish planet closed
to Debian developers only (set where I was not included anyway, but it's
not of surprise), backed by the people behind the official planet,
which, yes again, I understand they didn't necessarily have to know
about it.

1: http://github.com/damog/planetalinux/tree/master/proc/debian


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



Re: Debian planet

2009-01-05 Thread Joerg Jaspert

 Since planet.d.o now supports multiple languages, what about closing the
 old planet*.debian.net services?
   http://planeta.debian.net/
   http://planet-fr.debian.net/
   http://planet.debian.net/

 Those initiatives were useful because they proved that they were needed,
 but multiplying the URIs make things ambiguous for the users and prone
 to errors (it also raises the maintenance cost).

 Thanks to all of you for bringing Planet,

We add them to planet.debian.org when they request it. The Spanish
people did so, the french not. It would be good if they do, to keep it
sane in one place, but thats not our call.

Also note that planet.debian.net is nothing more than pointing to
planet.debian.org, it is unlikely to ever go away.

-- 
bye, Joerg
Do you agree to uphold the Social Contract and the DFSG in your Debian
work?
Absolutely.
(does anyone say no to this question? :) )


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



Re: Debian planet

2009-01-05 Thread Joerg Jaspert
 We add them to planet.debian.org when they request it. The Spanish
 people did so, the french not. It would be good if they do, to keep it
 sane in one place, but thats not our call.
 Please note that by Spanish people you mostly mean a few developers
 who, paraphrasing Joss, were in pain due to broomsticks on the ass,
 because it was other people (like me and others outside Debian), not 
 anybody else that they liked or approved, were handling the planet in
 Spanish.

Yeah well. Not commenting on the internal spanish fun, thats nothing
I can or want to judge. Just one thing.

 Anyway, I clearly understand how this works and I didn't want to make a
 huge deal out of their tantrum. What it's a shame is that suddenly, the
 effort that we made seemed dropped, replaced by a Spanish planet closed
 to Debian developers only (set where I was not included anyway, but it's
 not of surprise), backed by the people behind the official planet,
 which, yes again, I understand they didn't necessarily have to know
 about it.

Note that it is not closed to developers only. It is, like the english
planet, for 

 any active and directly involved participant in the Debian development
 community. Inclusion in Planet should reflect a relationship that
 already exists -- it is not meant to create one. Inclusion is not
 restricted to people who are currently Debian developers nor are
 ex-developers necessarily barred from inclusion.

I don't know the rules that have been on planeta, can only
imagine it must have somehow been limited to people involved with
Debian, or it wouldnt really be a Spanish *Debian* Planet. I am not able
to dig them out myself (somehow I still haven't learned Spanish, not
even having the *third* DebConf in a spanish speaking country got me to
that yet :) ), and *honestly*, its not of my business.

I got a request from spanish speaking people which fulfilled the
requirements - planet/es created.

Obviously I would like it more if there wouldn't be a bad feeling
because of that, but there isn't much I can do for that.

Also, since it is in planet-debian svn, writeable by every DD, you can
add yourself there. Or every spanish DM/contributor that wants to be
(and has a spanish-only feed). I don't know how the initial inclusion
list was selected other than that I requested the minimum of 10 feeds to
be there.

-- 
bye, Joerg
 dvdbackup (0.1.1-7) unstable; urgency=medium
 . 
   * The wiki-wacky-oaxtepec release


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



Re: Debian planet

2009-01-05 Thread Miriam Ruiz
2009/1/5 Joerg Jaspert jo...@debian.org:

 I got a request from spanish speaking people which fulfilled the
 requirements - planet/es created.

 Obviously I would like it more if there wouldn't be a bad feeling
 because of that, but there isn't much I can do for that.

 Also, since it is in planet-debian svn, writeable by every DD, you can
 add yourself there. Or every spanish DM/contributor that wants to be
 (and has a spanish-only feed). I don't know how the initial inclusion
 list was selected other than that I requested the minimum of 10 feeds to
 be there.

I think it makes much more sense the way it is now, than having
isolated planets on their own. I don't see any problem with the
current architecture, and I see a lot of benefits. I don't understand
the complains.

Greetings,
Miry


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



Re: Debian planet

2009-01-05 Thread David Moreno
On 22:17 Mon 05 Jan 2009, Miriam Ruiz wrote:
 I think it makes much more sense the way it is now, than having
 isolated planets on their own. I don't see any problem with the
 current architecture, and I see a lot of benefits. I don't understand
 the complains.

None at all. I was just explaning the funny situation people have around
here.

I appreciate Jörg's effort for dealing with so much.

D.


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