Re: Package mailing lists (was: bits from the DPL for September 2011)

2011-11-09 Thread Stefano Zacchiroli
On Wed, Nov 09, 2011 at 07:41:27AM +0900, Iustin Pop wrote:
 Sorry for reviving and old email. To what extend do you think this
 should apply - even at individual package level?
 
 I ask this because of the following: recently I had a 1-1 discussion
 with a co-maintainer of one of my packages, which went between our
 personal emails. I quite disliked this (since it will be buried in our
 mailboxes), but email conversations seem simpler than going through the
 BTS for all discussions.

That's an interesting corner case, thanks for mentioning it.

The problem statement, as I see it, is that with private email aliases
there is no visibility of the activities that go through it. Therefore,
if the involved people (a maintenance team in your case) go MIA, nobody
will notices until some sort of timeout and the corresponding
frustration of people trying to contact the (former) team.

In the specific cases of packages though, the situation is better than
with other teams (e.g. infrastructure teams), because we've others
well-known ways of knowing if somebody is taking care of a package. We
can have a look at BTS activity and package uploads, for instance.

My take then it's, as long as work goes through the usual channels for a
package (such as the BTS), the lack of a public mailing list is less of
a problem than in other situations.

I can't help thinking, however, that as soon as a maintenance team
reaches the size of the magic number 3, they will *want* to have a
mailing list anyhow. Because starting from the size of 3, mailing a
single address is handier than enumerating your other co-maintainers.
(And if the address is a list, the better.)

I'm not sure how we can make it easier for small maintenance team to
have a mailing list. Maybe starting archiving @packages.d.o addresses
could be a first step?

What do others think?

Cheers.
-- 
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences   ..   http://upsilon.cc/zack   ..   . . o
Debian Project Leader...   @zack on identi.ca   ...o o o
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: Is anyone maintaining (the ham radio tool) node?

2011-11-09 Thread Philipp Kern
On 2011-11-08, Patrick Ouellette p...@flying-gecko.net wrote:
 I hope to avoid any issues with breaking old boxes with the eventual
 resolution of the issue.

I don't know what's wrong with Jonathan Nieder's advise in [0] about helping
users with the conversion automatically.  That's how it's usually done.
He even provided that patch.

Who would refer to the node binary as provided by the ham package node
except for the inetd and the ax25d superservers?  (Serious question.)

Because as we're providing a whole distribution we could adjust the latter's
configuration file and ensure that both packages are upgraded (using Breaks,
for instance).

 The issue is one of following policy.  Debian policy doesn't allow such a 
 resolution to this issue. Consensus on which must change, or both must
 change are the only allowed outcomes.

In this case the two packages at least don't ship the same file.  With the
current situation you can coinstall the packages and both parts ham and
nodejs shebangs will keep working.

But then policy talks of filenames and I don't know if that refers to files
with a full path or not…  If so, invoking policy as a reason wouldn't help
here.

Kind regards
Philipp Kern

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614907


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnjbken2.3js.tr...@kelgar.0x539.de



Re: [Dctrl-tools-devel] Description-less packages file

2011-11-09 Thread Gerfried Fuchs
  Hey,

* Joerg Jaspert jo...@debian.org [2011-11-03 22:39:02 CET]:
 I just merged a patch from Ansgar to generate the Packages files without
 the English description embedded inside them. Instead they are now
 written into a new file, the English Translation file in
 main/i18n/Translation-en.bz2. They thus appear alongside all other
 translated descriptions as just another language. apt  co will (or
 should) just download those Translation files to show the description,
 as they do already for all other languages.

 I am investigating from the packages site point of view already, this
is the case in Ubuntu for a bit already and I can use
packages.ubuntu.com as testbed for that. :)

 I hope to get this done in the not too far future.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2009122707.ga3...@anguilla.debian.or.at



The mingw* mess in Debian

2011-11-09 Thread Fabian Greffrath

Dear -devel,

is there a reason why we have both a mingw32 and a gcc-mingw32 package 
in Debian? Both seem to contain the same, i.e. the GCC from the MinGW 
project (please note they dropped the 32 for a while), but the 
version in gcc-mingw32 is newer than the one in mingw32.


For the 64-bit variant, there is a meta-package called mingw-w64 that 
pulls in gcc-mingw-w64 and mingw-w64-dev. However, for the 32-bit 
variant, the mingw32 package is not a meta-package but (an ancient 
version) the actual compiler, as stated above.


Then, some the package names are also inconsistent, compare 
mingw32-binutils and binutils-mingw-w64.


Is there a principle behind all this or where can I help to clean this 
up? ;)


Cheers,
Fabian


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4eba730a.7060...@greffrath.com



Re: The mingw* mess in Debian

2011-11-09 Thread Pau Garcia i Quiles
Hi,

It's even more complex than that, actually:

mingw32 contains gcc 4.2.1 for 32-bit targets

gcc-mingw32 contains gcc 4.4.4 for 32-bit targets. IIRC is not an
official mingw.org release, this may be the reason why there is
mingw32 and gcc-mingw32.

gcc-mingw-w64 contains gcc 4.6 for both 32-bit and 64-bit targets.
IMHO it would be better if it were split in two packages, one for
32-bit targets and the other for 64-bit targets.



On Wed, Nov 9, 2011 at 1:33 PM, Fabian Greffrath fab...@greffrath.com wrote:
 Dear -devel,

 is there a reason why we have both a mingw32 and a gcc-mingw32 package in
 Debian? Both seem to contain the same, i.e. the GCC from the MinGW project
 (please note they dropped the 32 for a while), but the version in
 gcc-mingw32 is newer than the one in mingw32.

 For the 64-bit variant, there is a meta-package called mingw-w64 that pulls
 in gcc-mingw-w64 and mingw-w64-dev. However, for the 32-bit variant, the
 mingw32 package is not a meta-package but (an ancient version) the actual
 compiler, as stated above.

 Then, some the package names are also inconsistent, compare mingw32-binutils
 and binutils-mingw-w64.

 Is there a principle behind all this or where can I help to clean this up?
 ;)

 Cheers,
 Fabian


 --
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/4eba730a.7060...@greffrath.com





-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKcBoku2=iWAgStH=ncvi8igxhhdcir+zehmfddttp4_hzy...@mail.gmail.com



Concierto Duo de Guitarras Color a Nuevo - 1320833283

2011-11-09 Thread Facultad de Ciencias Económicas - USAL
Para: debian-devel@lists.debian.org

La Licenciatura en Gerenciamiento Intercultural LiGEI, de la Facultad de 
Ciencias Económicas de la Universidad del Salvador, invita al Concierto de 
Presentación.

Dúo de Guitarras “Color a Nuevo”
Prof. Federico D’Attellis 
Prof. Juan Pablo Esmok Lew

Conócelos más… 
http://www.usalvador.com.ar/nuevo/ligei/carpetaduo.pdf

Jueves 10 de noviembre – 20 hs. – Marcelo Torcuato de Alvear 1337 – Ciudad 
Autónoma de Buenos Aires

Abierto a todo público
Inscripción: li...@usal.edu.ar

Valor de la Entrada: un alimento no perecedero, el cual será donado a:

“Granja Campus, una herramienta para la reinserción social”
http://www.olmosclue.org/index.html

Aquí podrá ver el trabajo que realizan
http://www.usalvador.com.ar/nuevo/ligei/Granja%20CampusCLUE%5b1%5d.pdf


Facultad de Ciencias Económicas - Universidad del Salvador
Marcelo Torcuato de Alvear 1337 C1058AAU Ciudad Autónoma de Buenos Aires
Telefax: 54 11 4811 1279 - Email: i...@ecousal.com - http://www.ecousal.com


Si no desea recibir nuevamente nuestra información, responda indicando 
REMOVER en el motivo (subject).




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/6cdcc370b1c39e4d65dabfefb873eb26@localhost.localdomain



Re: The mingw* mess in Debian

2011-11-09 Thread Simon McVittie
On Wed, 09 Nov 2011 at 13:33:14 +0100, Fabian Greffrath wrote:
 is there a reason why we have both a mingw32 and a gcc-mingw32
 package in Debian? Both seem to contain the same, i.e. the GCC from
 the MinGW project (please note they dropped the 32 for a while),
 but the version in gcc-mingw32 is newer than the one in mingw32.

mingw-w64 isn't the same upstream as mingw[32] - it's a separate project
(a fork of mingw[32], I think?) which targets both 32- and 64-bit Windows.

I believe the rationale for gcc-mingw32 was largely that mingw32 wasn't updated
for a while (it's gcc 4.2 whereas gcc-mingw32 is 4.4), while the rationale
for mingw-w64 is that it's needed for wine-gecko, the browser engine used by
recent versions of Wine to emulate the embeddable Internet Explorer libraries
(MSHTML etc.), although I could be wrong. mingw-w64 seems to be the preferred
version these days?

The mingw32 and mingw32-binutils packages seem to be done as independent
sources, whereas gcc-mingw32 and mingw-w64 use binutils-source and
gcc-4.x-source (where x is currently 4) and patch it, if I'm understanding
correctly?

gcc-mingw32 now has the same maintainer as mingw-w64 (Stephen Kitt, who has
also worked on Wine 1.2 packaging, although sadly that hasn't made it into
Debian).

Does mingw[32] have any particular advantages over mingw-w64, I wonder?

Upstreams:

* http://mingw-w64.sourceforge.net/ - mingw-w64
* http://www.mingw.org/ - mingw (aka mingw32)

GNU tuples:

* i686-w64-mingw32 - mingw-w64 for 32-bit Windows
* x86_64-w64-mingw32 - mingw-w64 for 64-bit Windows
* i586-mingw32msvc - mingw32 and gcc-mingw32 for 32-bit Windows
* amd64-mingw32msvc - gcc-mingw32 for 64-bit Windows (removed post-squeeze
  in favour of x86_64-w64-mingw32)

S


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2009131656.ga27...@reptile.pseudorandom.co.uk



Re: The mingw* mess in Debian

2011-11-09 Thread Adam Borowski
On Wed, Nov 09, 2011 at 01:33:14PM +0100, Fabian Greffrath wrote:
 is there a reason why we have both a mingw32 and a gcc-mingw32
 package in Debian? Both seem to contain the same, i.e. the GCC from
 the MinGW project (please note they dropped the 32 for a while),
 but the version in gcc-mingw32 is newer than the one in mingw32.
 
 For the 64-bit variant, there is mingw-w64

While the name has been carefully chosen to cause as much confusion as
possible, what you want is mingw-w64.  It supports both win32 and win64,
and provides a modern version of the compiler.

-- 
1KB // Yo momma uses IPv4!


signature.asc
Description: Digital signature


Re: The mingw* mess in Debian

2011-11-09 Thread Pau Garcia i Quiles
On Wed, Nov 9, 2011 at 2:16 PM, Simon McVittie s...@debian.org wrote:

 Does mingw[32] have any particular advantages over mingw-w64, I wonder?

Not that I know. mingw-w64's CRT is more complete (it includes LFS,
which mingw32 does not, for instance), includes more up-to-date
compilers and handles threading better.

Back then there were some concerns about mingw-w64 reverse
engineering/clean room practices, but they were not justified and have
been fully cleared.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


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



Re: Description-less packages file

2011-11-09 Thread David Kalnischkies
Hi again *,

given that my previous mail was dropped by every list expect
debian-l10n-devel (which dropped it into moderation queue) [1]
let me be offensive and just forward it to debian-devel again
(as i haven't the time to bother [various] listmasters now)
where at least Eugenes mail ended up, even through his was
dropped by other lists, too…

All i can say about that: Et tu, deity@l.d.o?
debian-l10n-devel is properly right: Too many to-addresses…

Best regards

David Kalnischkies

[1] 
http://lists.alioth.debian.org/pipermail/debian-l10n-devel/2011-November/001457.html

-- Forwarded message --
From: David Kalnischkies kalnischk...@gmail.com
Date: Fri, Nov 4, 2011 at 21:22
Subject: Re: Description-less packages file
To: debian-devel@lists.debian.org, debian-...@lists.debian.org,
debian-rele...@lists.debian.org, de...@lists.debian.org,
aptit...@packages.debian.org, debian...@lists.debian.org,
debian-l10n-de...@lists.alioth.debian.org,
debt...@packages.debian.org, dctrl-to...@packages.debian.org,
debian-services-ad...@lists.debian.org, c...@packages.debian.org,
synap...@packages.debian.org


Hi *,


First of all: Yeah! ;)

On Thu, Nov 3, 2011 at 16:39, Joerg Jaspert jo...@debian.org wrote:
 I just merged a patch from Ansgar to generate the Packages files without
 the English description embedded inside them. Instead they are now
 written into a new file, the English Translation file in
 main/i18n/Translation-en.bz2. They thus appear alongside all other
 translated descriptions as just another language. apt  co will (or
 should) just download those Translation files to show the description,
 as they do already for all other languages.

Back in the good old days in 2009 [0] in which we discussed that feature
my impression was that we want to remove the long description from the
Packages files, not the complete description - mostly for compatibility
reasons indeed, but having some sort of description available even without
translations doesn't feel that wrong - at least for me.

Anyway, the apt in squeeze supports the removal of long descriptions
in the way it was described back then and is since recently used by
ubuntu as I was told. The complete removal is NOT supported in a way
that it will even do random stuff (aka segfaults) see #647590.

The bugreport claims that aptitude works, which I personally doubt a bit
as it should use the very same codepaths, but even if it would I assume
that other libapt users are failing. I guess other applications/script
make assumptions about the availability of a Description, too.

So, long story short: Is this going to be the implementation ftp-master
chooses for wheezy or are we getting a short description back?

And while we are on it: Could we get i18n/Index (back) and have it look
like a normal Release file instead of this .bz2-only-listing?
(because apt/wheezy really uses it to avoid requesting not-existent files)


Best regards

David Kalnischkies

[0] 
http://lists.alioth.debian.org/pipermail/debian-l10n-devel/2009-August/000507.html


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



Re: Re: The mingw* mess in Debian

2011-11-09 Thread Pau Garcia i Quiles
On Wed, Nov 9, 2011 at 5:04 PM, Fabian Greffrath fab...@greffrath.com wrote:

 So if I understand it correctly, it would be best to entirely drop mingw32,
 gcc-mingw32, mingw32-runtime and the other members of that family from
 Debian and concentrate on mingw-w64 (which then, as a bonus, could be split
 into packages targeting i686-w64-mingw32 and x86_64-w64-mingw32). Right?

Yes, that would be my advice. Unfortunately mingw32 is now too far
behind mingw-w64. The fork has become better than the original
project.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKcBoktzgMJDO5HDkddGSQ=hHD=5f_wung4+-dwifijquir...@mail.gmail.com



Re: Re: The mingw* mess in Debian

2011-11-09 Thread Fabian Greffrath

Thanks for your answers!


On Wed, Nov 9, 2011 at 2:16 PM, Simon McVittie s...@debian.org wrote:

Does mingw[32] have any particular advantages over mingw-w64, I wonder?


Not that I know. mingw-w64's CRT is more complete (it includes LFS,
which mingw32 does not, for instance), includes more up-to-date
compilers and handles threading better.


So if I understand it correctly, it would be best to entirely drop 
mingw32, gcc-mingw32, mingw32-runtime and the other members of that 
family from Debian and concentrate on mingw-w64 (which then, as a 
bonus, could be split into packages targeting i686-w64-mingw32 and 
x86_64-w64-mingw32). Right?


 - Fabian


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ebaa49d.1030...@greffrath.com



Re: Is anyone maintaining (the ham radio tool) node?

2011-11-09 Thread Patrick Ouellette
On Wed, Nov 09, 2011 at 08:33:38AM +, Philipp Kern wrote:
 
 On 2011-11-08, Patrick Ouellette p...@flying-gecko.net wrote:
  I hope to avoid any issues with breaking old boxes with the eventual
  resolution of the issue.
 
 I don't know what's wrong with Jonathan Nieder's advise in [0] about helping
 users with the conversion automatically.  That's how it's usually done.
 He even provided that patch.

I don't know that his patch will or will not work.  It needs to be tested
by someone who uses the package(s) in question.  He stated he uses neither
the ham radio node nor nodejs.

I note he provided a patch to the ham radio package, but not to the nodejs
package.  I also note the nodejs maintainers were working on a solution
(last updated in February).

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611698

 
 Who would refer to the node binary as provided by the ham package node
 except for the inetd and the ax25d superservers?  (Serious question.)
 

I don't think the packagers are in a position to answer this for any particular
installation.  The end user can create any manner of linkage to any package's
binaries.  Certainly we can control what packages require specific binaries
on a system, but we can not control the user.  

In this particular case, the postinst for node calls update-inetd to add an
entry for node.  And marks it as disabled. This is easy enough to change to 
a different binary name.  


 Because as we're providing a whole distribution we could adjust the latter's
 configuration file and ensure that both packages are upgraded (using Breaks,
 for instance).
 
  The issue is one of following policy.  Debian policy doesn't allow such a 
  resolution to this issue. Consensus on which must change, or both must
  change are the only allowed outcomes.
 
 In this case the two packages at least don't ship the same file.  With the
 current situation you can coinstall the packages and both parts ham and
 nodejs shebangs will keep working.
 

Provided the programs are being called with complete path names this is true.
If the user is just calling node then it depends on the ordering of the
search path.  I'm pretty sure this is something most people want to avoid

 But then policy talks of filenames and I don't know if that refers to files
 with a full path or not…  If so, invoking policy as a reason wouldn't help
 here.
 

Jonathan invoked policy as a reason to change the names, then claimed he 
wanted node.js to retain the binary name node.  You can't have it both ways
in the absence of consensus.  It appears not enough people in the project care
about either package to reach a consensus.

Earlier when this particular situation was being discussed, someone mentioned
the generic name node was bad for a computer binary.  10-15 years ago it
was a different landscape.  The node.js folks should probably have given
more thought to their binary's name given the nature of the computer software
landscape at the time they created their program.  I can see the logic in
this argument, and so can support changing *both* binaries.

I recall this situation earlier for the axlisten binary.  Back when I was
maintaining the ax25-* packages alone, someone complained that listen 
conflicted with their audio player (I think) with the same binary name.  I
argued for the ax25-* package and prevailed.  A couple of years later after
I was no longer maintaining the ax25-* packages someone complained again
and the maintainer for the ax25-* packages decided to change the name to
axlisten.


Thanks for your questions and input!

Pat
-- 

Patrick Ouellette p...@flying-gecko.net
ne4po (at) arrl (dot) net Amateur Radio: NE4PO 

What kind of change have you been in the world today?


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2009151610.ga23...@flying-gecko.net



dh_strip failing on cross-compilation

2011-11-09 Thread Ole Wolf

I'm trying to build packages for multiple architectures. The package builds
fine on the native system (amd64), but when I issue debuild -ai386, I'm
eventually greeted with an error stating that dh_strip:
i686-linux-gnu-strip doesn't exist.

  Google reveals that several people have flagged this as a bug, but
(barring the obvious solution of building on an i386 machine in VirtualBox)
I wasn't able to find a solution.

  What should I do to build for multiple architectures?

  --
OLE WOLF[1]
Rødhættevej 4 * 9400 Nørresundby
  Telefon: 9632-0108 * Mobil: 2467-5526 * Skype: ole.wolf * SIP:
ole.w...@ekiga.net
   


Links:
--
[1] http://naturloven.dk


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Dctrl-tools-devel] Description-less packages file

2011-11-09 Thread Andrew Starr-Bochicchio
On Wed, Nov 9, 2011 at 7:27 AM, Gerfried Fuchs rho...@deb.at wrote:
  Hey,

 * Joerg Jaspert jo...@debian.org [2011-11-03 22:39:02 CET]:
 I just merged a patch from Ansgar to generate the Packages files without
 the English description embedded inside them. Instead they are now
 written into a new file, the English Translation file in
 main/i18n/Translation-en.bz2. They thus appear alongside all other
 translated descriptions as just another language. apt  co will (or
 should) just download those Translation files to show the description,
 as they do already for all other languages.

  I am investigating from the packages site point of view already, this
 is the case in Ubuntu for a bit already and I can use
 packages.ubuntu.com as testbed for that. :)

Which is broken due to the change in Ubuntu. Package descriptions are
no longer provided. See for instance:

http://packages.ubuntu.com/oneiric/hello

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Maintainer
http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com
   PGP/GPG Key ID: D53FDCB1


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



Re: directory under /usr/bin -- Ok or not?

2011-11-09 Thread Tollef Fog Heen
]] Henrique de Moraes Holschuh 

| Not that I care either way, libexec really is fluff, but at least it is
| harmless fluff that will cost us one inode in / and one inode in /usr so
| if people want it, I certainly won't get in the way.

I'd be more annoying with it breaking tab-completion than the extra
inode.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fwhxteit@qurzaw.varnish-software.com



Re: dh_strip failing on cross-compilation

2011-11-09 Thread Neil Williams
On Wed, 09 Nov 2011 17:50:09 +0100
Ole Wolf w...@blazingangles.com wrote:

 I'm trying to build packages for multiple architectures. The package builds
 fine on the native system (amd64), but when I issue debuild -ai386

For amd64 to i386, create an i386 chroot with debootstrap and build the
package inside that chroot. This ONLY works for particular combinations
of architectures and amd64 - i386 is one of those pairs. i386 - amd64
is NOT the same thing.

What should I do to build for multiple architectures?

For mutually incompatible architectures, e.g. if you were doing amd64
to armel or i386 to mips, you need a cross-compiler toolchain and all
the cross-dependency packages installed for the foreign architecture.
Emdebian provides some, other sources exist but there aren't
cross-compilers available for most combinations actually within Debian
yet.

amd64 - i386 does NOT need any of that hassle, just a chroot.

Simpler ways of doing this for all architecture combinations are
awaiting the full MultiArch implementation.

Typical list for queries related to incompatible architectures is
debian-embed...@lists.debian.org

Feel free to add this to the Debian Wiki, somewhere under the amd64
stuff.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpm8KIc5LcBj.pgp
Description: PGP signature


Re: dh_strip failing on cross-compilation

2011-11-09 Thread Chow Loong Jin
On 10/11/2011 00:50, Ole Wolf wrote:
 I'm trying to build packages for multiple architectures. The package builds 
 fine
 on the native system (amd64), but when I issue debuild -ai386, I'm 
 eventually
 greeted with an error stating that dh_strip: i686-linux-gnu-strip doesn't 
 exist.
 
 Google reveals that several people have flagged this as a bug, but (barring 
 the
 obvious solution of building on an i386 machine in VirtualBox) I wasn't able 
 to
 find a solution.
 
 What should I do to build for multiple architectures?

amd64 machines can run i386 code. All you need is an i386 chroot to build
packages with. sbuild and pbuilder can help with that.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Re: dh_strip failing on cross-compilation

2011-11-09 Thread Ben Hutchings
On Wed, Nov 09, 2011 at 05:11:49PM +, Neil Williams wrote:
 On Wed, 09 Nov 2011 17:50:09 +0100
 Ole Wolf w...@blazingangles.com wrote:
 
  I'm trying to build packages for multiple architectures. The package builds
  fine on the native system (amd64), but when I issue debuild -ai386
 
 For amd64 to i386, create an i386 chroot with debootstrap and build the
 package inside that chroot. This ONLY works for particular combinations
 of architectures and amd64 - i386 is one of those pairs. i386 - amd64
 is NOT the same thing.
[...]

The i386 architecture includes an 'amd64' kernel flavour.  Once you
run that, amd64 chroots work just fine.

Ben,

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2009194515.gq3...@decadent.org.uk



Bug#648236: ITP: xfce4-netspeed-plugin -- traffic monitor plugin for the Xfce4 panel

2011-11-09 Thread Karolina Kalic
Package: wnpp
Severity: wishlist
Owner: Karolina Kalic karol...@resenje.org

* Package name: xfce4-netspeed-plugin
  Version : 0.1
  Upstream Author : Calin Crisan ccri...@gmail.com
* URL : http://code.google.com/p/xfce4-netspeed-plugin/
* License : GPL2
  Description : traffic monitor plugin for the Xfce4 panel

 Xfce4-netspeed-plugin is a plugin for the Xfce4 panel that shows
 how much traffic occurs on a network device (ethernet card,
 wireless LAN card, or dial-up).
 .
 It is inspired from Gnome's NetSpeed applet.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2009203517.3800.27154.reportbug@sensei



Re: dh_strip failing on cross-compilation

2011-11-09 Thread Ole Wolf

Quoting Neil Williams codeh...@debian.org:

For amd64 to i386, create an i386 chroot with debootstrap and build the
  package inside that chroot. This ONLY works for particular combinations
  of architectures and amd64 - i386 is one of those pairs. i386 - amd64
  is NOT the same thing.

Yes, I expected that amd64 to i386 would be virtually completely supported
out of the (64-bit) box.

Until now, I've only used chroot to save a wrecked system, but it turned
out it was reasonably simple to set up, and it works like a charm. Thanks!

   --
OLE WOLF[1]
Rødhættevej 4 * 9400 Nørresundby
   Telefon: 9632-0108 * Mobil: 2467-5526 * Skype: ole.wolf * SIP:
ole.w...@ekiga.net



Links:
--
[1] http://naturloven.dk


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Is anyone maintaining (the ham radio tool) node?

2011-11-09 Thread Bob Proulx
Patrick Ouellette wrote:
 Earlier when this particular situation was being discussed, someone mentioned
 the generic name node was bad for a computer binary.  10-15 years ago it
 was a different landscape.  The node.js folks should probably have given
 more thought to their binary's name given the nature of the computer software
 landscape at the time they created their program.  I can see the logic in
 this argument, and so can support changing *both* binaries.

I think this discussion illustrates why simple non-specific names are
poor choices for both packages and for programs.  Even 10-15 years ago
node was already a fairly generic term.  I don't think either
package is completely free of guilt.  Not changing the name now just
pushes the problem further into the future for when there is another
different conflict over that name later.  Or simply pick one to
grandfather in as having been there first.  I think either are
defensible decisions.  It is unfortunate that even when names are
relatively unusual and unique that conflicts sometimes appear anyway.
Such as happened with git.

Is there a blacklist of names that have previously conflicted and so
have been renamed?  Otherwise, assuming a renaming happens, is there
anything to prevent a new ITP some time in the future from stepping
into the previously conflicted name?  That would be a tragedy for both
of the current packages.

 I recall this situation earlier for the axlisten binary.  Back when I was
 maintaining the ax25-* packages alone, someone complained that listen 
 conflicted with their audio player (I think) with the same binary name.  I
 ...

There are many poor names.  Some like cut and paste have been around
for so long and are so well known that they are not really a problem.
But some are new and just seem like trouble such as play, and
apparently listen and also open also comes to mind.  But neither
would I want all programs to be named in such a unique fashion that I
would have to type in some-specific-name-to-some-program either.
The balance in the middle isn't trivial.

Bob
cul es 73 de kf0uw


signature.asc
Description: Digital signature


Bug#648258: ITP: twclock -- World clock for ham radio operators

2011-11-09 Thread Kamal Mostafa
Package: wnpp
Severity: wishlist
Owner: Kamal Mostafa ka...@whence.com

This package was removed from Debian due to lack of maintenance.  Recently
the upstream has released fresh versions, which I will package and maintain
for Debian.

* Package name: twclock
  Version : 3.1
  Upstream Author : Ted Williams WA0EIR wa0...@mchsi.com
* URL : http://wa0eir.home.mchsi.com/
* License : GPL-2+
  Programming Lang: C++
  Description : World clock for ham radio operators

 It also has an ID timer to generate a CW ID via your soundcard and
 pulseaudio.  Connect the output of your soundcard to the audio-in pin
 of your rig's accessory jack to have it transmitted.
 .
 This program is a clock designed for ham radio operators, anyone who
 needs the time of day someplace else in the world, or anyone tired of
 the same old look of their clock.  It can display the current time and
 date in hundreds of cities around the world.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2010005340.24460.49311.reportbug@localhost6.localdomain6



Bug#648259: ITP: twpsk -- Soundcard-based X program for operating PSK31

2011-11-09 Thread Kamal Mostafa
Package: wnpp
Severity: wishlist
Owner: Kamal Mostafa ka...@whence.com


This package was removed from Debian due to lack of maintenance.  Recently
the upstream has released fresh versions, which I will package and maintain
for Debian.

* Package name: twpsk
  Version : 4.0
  Upstream Author : Ted Williams WA0EIR wa0...@mchsi.com
* URL : http://wa0eir.home.mchsi.com/
* License : GPL-2+
  Programming Lang: C++
  Description : Soundcard-based X program for operating PSK31

 Twpsk uses a soundcard to receive and transmit PSK31, an extremely
 narrow band HF-mode. PSK31 is a mode for keyboard QSO's.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2010005807.24634.20933.reportbug@localhost6.localdomain6



ITP: aircrack-ng -- wireless WEP/WPA cracking utilities

2011-11-09 Thread Carlos Alberto Lopez Perez
reassign 642934 wnpp
retitle 642934 ITP: aircrack-ng -- wireless WEP/WPA cracking utilities
severity 642934 wishlist
owner 642934 !

* Package name: aircrack-ng
  Version : 1.1
  Upstream Author : Thomas d'Otreppe tdotre...@aircrack-ng.org
* URL : http://www.aircrack-ng.org
* License : GPL
  Programming Lang: C, Python, Bash script
  Description : wireless WEP/WPA cracking utilities

aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a
40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets
have been gathered. Also it can attack WPA1/2 networks with some advanced
methods or simply by brute force.

It implements the standard FMS attack along with some optimizations,
thus making the attack much faster compared to other WEP cracking tools.
It can also fully use a multiprocessor system to its full power in order
to speed up the cracking process.

aircrack-ng is a fork of aircrack, as that project has been stopped by
the upstream maintainer.




aircrack-ng has been removed from Debian because it was unmaintained and had
unresolved license problems that now are fixed upstream.

My intention is to reintroduce aircrack-ng in Debian by packaging a new
version which fixes the license problems (#588588)



signature.asc
Description: OpenPGP digital signature


Accepted lush 1.2.1-9+cvs20110227+nmu1 (source all amd64)

2011-11-09 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 22:18:13 +0100
Source: lush
Binary: lush lush-library
Architecture: source amd64 all
Version: 1.2.1-9+cvs20110227+nmu1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko deb...@onerussian.com
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 lush   - Lisp Universal Shell Executable
 lush-library - Lisp Universal Shell Library
Closes: 648014
Changes: 
 lush (1.2.1-9+cvs20110227+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/05-static-libbfd-needs-lz: Make linking statically
 against libbfd work by appending -lz, which libbfd needs (Closes:
 #648014). Thanks to Niels Möller.
Checksums-Sha1: 
 46df2658740e936f66f6939c16e20f8cc423ab57 1505 lush_1.2.1-9+cvs20110227+nmu1.dsc
 df8293cc6c9b952ccfc4c09f85d42610f9a93f51 237322 
lush_1.2.1-9+cvs20110227+nmu1.debian.tar.gz
 2f61dbb7b11741f847a04cfbd7445a3cf22b4bac 754200 
lush_1.2.1-9+cvs20110227+nmu1_amd64.deb
 8ca7bb41b312fdf634bd81204c2559fb27713c27 4825548 
lush-library_1.2.1-9+cvs20110227+nmu1_all.deb
Checksums-Sha256: 
 06fd49532363ac57bd813625c5e0862b859c2f5946f8e6b2b9431bff57ff5d79 1505 
lush_1.2.1-9+cvs20110227+nmu1.dsc
 3dea14d5501b86c96b0c5a0f91e938755413f918e857a13de54f2eb5e32bb3d7 237322 
lush_1.2.1-9+cvs20110227+nmu1.debian.tar.gz
 ca8ad23d4376485baf61af54a8d3ac741da631ee153647d6f659500affe7e8f3 754200 
lush_1.2.1-9+cvs20110227+nmu1_amd64.deb
 ac16acc5ac879d4450b3f17e299fd745d4edfda55981dad1be3cfef5bb52c2b4 4825548 
lush-library_1.2.1-9+cvs20110227+nmu1_all.deb
Files: 
 a4b531f9071c41f8693eecde19d4bc2c 1505 devel extra 
lush_1.2.1-9+cvs20110227+nmu1.dsc
 6d072056f57278e279bee1040bcb46b4 237322 devel extra 
lush_1.2.1-9+cvs20110227+nmu1.debian.tar.gz
 08f776a2b8bb9e428871d6bf5cf4f899 754200 devel extra 
lush_1.2.1-9+cvs20110227+nmu1_amd64.deb
 a39a898cf470c12e9b709c3f607cb26d 4825548 devel extra 
lush-library_1.2.1-9+cvs20110227+nmu1_all.deb

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

iEYEAREIAAYFAk66L28ACgkQk7mRNn1h4+bAxwCeJ2NC1fJ7Fa/E4RtUJioQ7Ml2
CqAAn3jPHSOSRMjb7NlMFiLieMkzG+h4
=yxf3
-END PGP SIGNATURE-


Accepted:
lush-library_1.2.1-9+cvs20110227+nmu1_all.deb
  to main/l/lush/lush-library_1.2.1-9+cvs20110227+nmu1_all.deb
lush_1.2.1-9+cvs20110227+nmu1.debian.tar.gz
  to main/l/lush/lush_1.2.1-9+cvs20110227+nmu1.debian.tar.gz
lush_1.2.1-9+cvs20110227+nmu1.dsc
  to main/l/lush/lush_1.2.1-9+cvs20110227+nmu1.dsc
lush_1.2.1-9+cvs20110227+nmu1_amd64.deb
  to main/l/lush/lush_1.2.1-9+cvs20110227+nmu1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro3ox-0001td...@franck.debian.org



Accepted psi-plus 0.15~svn3910-2 (source all amd64)

2011-11-09 Thread Boris Pek
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 09 Oct 2011 17:35:08 +0300
Source: psi-plus
Binary: psi-plus psi-plus-dbg psi-plus-webkit psi-plus-webkit-dbg 
psi-plus-common psi-plus-plugins psi-plus-plugins-dbg psi-plus-content-download 
psi-plus-skins
Architecture: source amd64 all
Version: 0.15~svn3910-2
Distribution: unstable
Urgency: low
Maintainer: Boris Pek tehnic...@mail.ru
Changed-By: Boris Pek tehnic...@mail.ru
Description: 
 psi-plus   - Qt-based jabber client (basic version)
 psi-plus-common - common files for Psi+
 psi-plus-content-download - content download plugins for Psi+
 psi-plus-dbg - Qt-based jabber client (basic version) [debug symbols]
 psi-plus-plugins - plugins for Psi+
 psi-plus-plugins-dbg - plugins for Psi+ [debug symbols]
 psi-plus-skins - skins for Psi+
 psi-plus-webkit - Qt-based jabber client (WebKit version)
 psi-plus-webkit-dbg - Qt-based jabber client (WebKit version) [debug symbols]
Closes: 640399 640723 644800
Changes: 
 psi-plus (0.15~svn3910-2) unstable; urgency=low
 .
   * File debian/control was updated:
 - removed dependence from non available package psi-plus-icons
   (Closes: #640399, #640723)
 - fixed typos in detail description of psi-plus-content-download package
   (Closes: #644800)
 - added additional fields Vcs-Git and Vcs-Browser
   * File debian/rules was updated: added possibility of parallel compilation.
 (parallel=n from DEB_BUILD_OPTIONS is used)
   * File debian/copyright was rewritten in according to DEP-5.
   * Removed useless file README.source
Checksums-Sha1: 
 5becc2566685fb02e904cc8a2bd9491400cae0cb 1804 psi-plus_0.15~svn3910-2.dsc
 7b938f4adb32b0090432c3c0dd0a622d83fdbdde 16257 
psi-plus_0.15~svn3910-2.debian.tar.gz
 f9be5245fb6e242cd66eb1bebf87df2e0d65fd50 3367818 
psi-plus_0.15~svn3910-2_amd64.deb
 7ebe24a9bcbead679388503ace28afbb944cf571 34466120 
psi-plus-dbg_0.15~svn3910-2_amd64.deb
 1a92c0f66cb1b491534a9381fe160ed1a6a8d9a3 3667586 
psi-plus-webkit_0.15~svn3910-2_amd64.deb
 6209ba5c3a8c6f9aa129d6ec283188de8ce498af 35121134 
psi-plus-webkit-dbg_0.15~svn3910-2_amd64.deb
 94578278a8a3e0789427e60df51f2ff8c7e6acf7 1584706 
psi-plus-common_0.15~svn3910-2_all.deb
 9eb75997076722079517901c7f7498014649933e 1728842 
psi-plus-plugins_0.15~svn3910-2_amd64.deb
 bb89347781013f9abc375735fbbb908c1cc61f81 283340 
psi-plus-plugins-dbg_0.15~svn3910-2_amd64.deb
 0d0f5174bbcaa851a3aef2101612fb388c04d594 123544 
psi-plus-content-download_0.15~svn3910-2_amd64.deb
 4991893f185de93936ee4068b46525ee21b2d35b 4088988 
psi-plus-skins_0.15~svn3910-2_all.deb
Checksums-Sha256: 
 0d6a5388c5806758ddb9a50b6d298ad9d13e34453a72038ccf255e714d87d137 1804 
psi-plus_0.15~svn3910-2.dsc
 323d3903cdbb061ffc7770274989a7e6ffc3c7abdcb558e3f852f4db732b3b1a 16257 
psi-plus_0.15~svn3910-2.debian.tar.gz
 1e013f94cde0f73610610339556b92905ac9c062c15c9f83b9435e4ef1ad30db 3367818 
psi-plus_0.15~svn3910-2_amd64.deb
 c88c60d023f8b5c8af97bb15086bc8357ca3c0ba660d93d18ee6ad8d73065375 34466120 
psi-plus-dbg_0.15~svn3910-2_amd64.deb
 19b8ddeda2f9536c2628e9f704ffd757f95a532c744466c243b2e3b0a4f31a08 3667586 
psi-plus-webkit_0.15~svn3910-2_amd64.deb
 886dc9e1c1b3a6d322bf696924a9dc0558596b8887c5355073ffa5f465b8d762 35121134 
psi-plus-webkit-dbg_0.15~svn3910-2_amd64.deb
 a5449d4f205e63b5461aeb3465cb27d9ad4f6420ad8a125e2929025d08e5c0e5 1584706 
psi-plus-common_0.15~svn3910-2_all.deb
 390c0bcac43f6a5c3de1020cc834b93f1d56a80a468ac5dbd2c882a2200d2b88 1728842 
psi-plus-plugins_0.15~svn3910-2_amd64.deb
 90d379930b97f90f66f2c9e246a6837a2adba833902f4c7178b99ba0c1477923 283340 
psi-plus-plugins-dbg_0.15~svn3910-2_amd64.deb
 507c612b0af1955a27305ee84b76a15c2e231dc6a93c58e709796f333b0c5caa 123544 
psi-plus-content-download_0.15~svn3910-2_amd64.deb
 65ce487f64a8de016667cc6bdf8df447a2d3cde04eaf8fee68c3c98c587bc320 4088988 
psi-plus-skins_0.15~svn3910-2_all.deb
Files: 
 aa929ed12800953849bfe117fbe81553 1804 net optional psi-plus_0.15~svn3910-2.dsc
 1ac999b7781b3edbde8c3254b0a0bc53 16257 net optional 
psi-plus_0.15~svn3910-2.debian.tar.gz
 c4e756159eaed6a6bbce108622f2c9ea 3367818 net optional 
psi-plus_0.15~svn3910-2_amd64.deb
 14c620d5d4a527dd4fa0998a6d86bbd8 34466120 debug extra 
psi-plus-dbg_0.15~svn3910-2_amd64.deb
 416ae16c4ab98911688af72f268ef7d2 3667586 net optional 
psi-plus-webkit_0.15~svn3910-2_amd64.deb
 5075c4dd729e1c2dd7c2132dac23357e 35121134 debug extra 
psi-plus-webkit-dbg_0.15~svn3910-2_amd64.deb
 815f9300bc8ffc60fcf40b5127b4dc2b 1584706 net optional 
psi-plus-common_0.15~svn3910-2_all.deb
 f7c4c6f82be0b2a35c6d95bef462eacc 1728842 net optional 
psi-plus-plugins_0.15~svn3910-2_amd64.deb
 c542ee3e29913a2a12d605a2c1db3dd9 283340 debug extra 
psi-plus-plugins-dbg_0.15~svn3910-2_amd64.deb
 1da97cf59f20553a1b88cc9268663cd7 123544 net optional 
psi-plus-content-download_0.15~svn3910-2_amd64.deb
 2587db702d9bdda2a5719f160c1ea996 4088988 net optional 
psi-plus-skins_0.15~svn3910-2_all.deb

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


Accepted texmaker 3.1-1 (source all amd64)

2011-11-09 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 08 Nov 2011 13:43:42 +0100
Source: texmaker
Binary: texmaker texmaker-data
Architecture: source amd64 all
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 texmaker   - cross-platform LaTeX editor
 texmaker-data - Texmaker LaTeX editor -- arch-independent files
Closes: 638286 647948
Changes: 
 texmaker (3.1-1) unstable; urgency=low
 .
   * New upstream version
 Closes: #647948
   * Fixed Vcs fields
   * debian/patches/10_spelling_dict.patch: Set variable provided by
 upstream in config instead of patching real code
   * debian/patches/20_spelling_default_dict.patch: Seems that there
 is another place to fix spelling directory:
 Closes: #638286
Checksums-Sha1: 
 5bfc4d32f8b4019a3ef58c4cba58dc788b210487 1502 texmaker_3.1-1.dsc
 3fe9d72ebad63ef68dcf34248f4a46cec388da3c 6018840 texmaker_3.1.orig.tar.bz2
 c444faaf797cd823b383644ca6caf97c8d22cad9 10631 texmaker_3.1-1.debian.tar.bz2
 c61fa2cba94a1bb905710d84e09f526ecf1509ab 1945020 texmaker_3.1-1_amd64.deb
 60d7e2ed5ad2a697c1f99535d42e27a4426d7216 1221966 texmaker-data_3.1-1_all.deb
Checksums-Sha256: 
 c0619935891ca286c5284447984b5e1918b09a66ab83ef531ea9cf158e203811 1502 
texmaker_3.1-1.dsc
 f8d0f4a5b70bd352b328376d7946ceb67e9af325d48ee027d0f4e7b7416bbb78 6018840 
texmaker_3.1.orig.tar.bz2
 c5471d11d8f29982f476a2fa05b7ba4cb6c08c806173a5e8c14e4e5473cb5212 10631 
texmaker_3.1-1.debian.tar.bz2
 9d87374d68a182a7f3ca5badd27a6f5e660919f7b0f1226f74471692a26f3350 1945020 
texmaker_3.1-1_amd64.deb
 86fd0bda8ce7fe0167d0df83eff370fd4bc5670a7ef643369ba80407694fffb8 1221966 
texmaker-data_3.1-1_all.deb
Files: 
 7b2f6ac75fe5e07f9c6f0dd9f71ae6e0 1502 tex optional texmaker_3.1-1.dsc
 10a14c75abbb7234d4e5e58a7c85b110 6018840 tex optional texmaker_3.1.orig.tar.bz2
 0af9ee9d922bacf4c8f862a31a20e64e 10631 tex optional 
texmaker_3.1-1.debian.tar.bz2
 3b23e2aed962fa8d9ccadff3c9114c9e 1945020 tex optional texmaker_3.1-1_amd64.deb
 19cf184bd53176009c6d20e156eda269 1221966 tex optional 
texmaker-data_3.1-1_all.deb

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

iEYEARECAAYFAk66O28ACgkQYDBbMcCf01oDAQCgt2MY0Mm8KF70X3STWvbRlzNl
6ykAnj5f13erI7QHrHQROQfx66E1sULb
=5T1v
-END PGP SIGNATURE-


Accepted:
texmaker-data_3.1-1_all.deb
  to main/t/texmaker/texmaker-data_3.1-1_all.deb
texmaker_3.1-1.debian.tar.bz2
  to main/t/texmaker/texmaker_3.1-1.debian.tar.bz2
texmaker_3.1-1.dsc
  to main/t/texmaker/texmaker_3.1-1.dsc
texmaker_3.1-1_amd64.deb
  to main/t/texmaker/texmaker_3.1-1_amd64.deb
texmaker_3.1.orig.tar.bz2
  to main/t/texmaker/texmaker_3.1.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro3qm-0002i5...@franck.debian.org



Accepted unattended-upgrades 0.74.1 (source all)

2011-11-09 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 09:26:56 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.74.1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt michael.v...@ubuntu.com
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 630732 632336 643607
Changes: 
 unattended-upgrades (0.74.1) unstable; urgency=low
 .
   * debian/unattended-upgrades.init:
 - only run unattended-upgrades-shutdown if its actually installed
   (closes: #643607)
   * pm/sleep.d/10_unattended-upgrades-hibernate:
 - only run shutdown helper when its available
   * updated README and defaults based on the work from
 Reuben Thomas, many thanks (closes: #632336)
   * lintian fixes
   * debian/rules, debian/unattended-upgrades.init:
 - fix dh_initallinit arguments (closes: #630732)
Checksums-Sha1: 
 bea4645e64ee0e0cdf437cec048ae528470ac438 994 unattended-upgrades_0.74.1.dsc
 d5427e5f72a4d7414f1542bf0dbf5986f119bd41 62494 
unattended-upgrades_0.74.1.tar.gz
 ee6d4a0b2a865f1a3760e4e783e1dabdf7bc9123 36270 
unattended-upgrades_0.74.1_all.deb
Checksums-Sha256: 
 6a5787fbdde0435bc915d5ecb345521b475194b59fee6c8b5f2668c674adda02 994 
unattended-upgrades_0.74.1.dsc
 5236dd02dbcd6c061afc596c56f2b841217bd4e04ef1b41c70c8688dac28a987 62494 
unattended-upgrades_0.74.1.tar.gz
 c7c2697d67f75f631f9167639471dabceeb310fdc538b21896da698d11e17d16 36270 
unattended-upgrades_0.74.1_all.deb
Files: 
 95a0028f9dc9d0068d567a9775e078b3 994 admin optional 
unattended-upgrades_0.74.1.dsc
 9f28f7f9c359578d0c34e43dc87271b7 62494 admin optional 
unattended-upgrades_0.74.1.tar.gz
 303b0586d5db23d260d49be77fd842e2 36270 admin optional 
unattended-upgrades_0.74.1_all.deb

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

iEYEARECAAYFAk66OXkACgkQliSD4VZixzRFEACgkXFodOBH8BfELR3d6cLsOicE
cwwAoIhh5YD4tMkJbBV//FTaAdMwtgqI
=gEU/
-END PGP SIGNATURE-


Accepted:
unattended-upgrades_0.74.1.dsc
  to main/u/unattended-upgrades/unattended-upgrades_0.74.1.dsc
unattended-upgrades_0.74.1.tar.gz
  to main/u/unattended-upgrades/unattended-upgrades_0.74.1.tar.gz
unattended-upgrades_0.74.1_all.deb
  to main/u/unattended-upgrades/unattended-upgrades_0.74.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro3qx-0002kg...@franck.debian.org



Accepted iceweasel 8.0-3 (source amd64)

2011-11-09 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 09:05:57 +0100
Source: iceweasel
Binary: iceweasel iceweasel-dbg xulrunner-8.0 libmozjs8d libmozjs-dev 
libmozjs8d-dbg spidermonkey-bin xulrunner-dev xulrunner-8.0-dbg
Architecture: source amd64
Version: 8.0-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceweasel  - Web browser based on Firefox
 iceweasel-dbg - debugging symbols for iceweasel
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs8d - Mozilla SpiderMonkey JavaScript library
 libmozjs8d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-8.0 - XUL + XPCOM application runner
 xulrunner-8.0-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 648143
Changes: 
 iceweasel (8.0-3) unstable; urgency=low
 .
   * debian/rules: Don't remove lines beginning with # in preprocessed files.
 Closes: #648143.
Checksums-Sha1: 
 fd1c3ce90fda639243631ce03bdccaefb82ab79a 3100 iceweasel_8.0-3.dsc
 8171193d8796ad16b1ff38d31f93493e6c661387 253356 iceweasel_8.0-3.debian.tar.gz
 047fcfec8cda8351fdd979868ebba0c47192706f 1654088 iceweasel_8.0-3_amd64.deb
 d7bc59899d7d775e57a8b09b2970d8bf3057975e 513222 iceweasel-dbg_8.0-3_amd64.deb
 7b9a3139765f306986de464673294d10838dc0bb 11484616 xulrunner-8.0_8.0-3_amd64.deb
 21ac8159e70cf1ebfac7c0a5914b10f3a1f0ed18 1442962 libmozjs8d_8.0-3_amd64.deb
 7ef6438bd9d2630eefcaaada910494e6a9452ce3 504912 libmozjs-dev_8.0-3_amd64.deb
 d6db36b892ab27b7ba2c87f0fc690984f1a67772 13707418 
libmozjs8d-dbg_8.0-3_amd64.deb
 4392eca98527196419ea53e4b841c5fe69c48215 1454704 
spidermonkey-bin_8.0-3_amd64.deb
 a4e2a0705f034e582cd3976fe1247c8da1f8a83b 5530640 xulrunner-dev_8.0-3_amd64.deb
 b535bb2b5e4117fcb5804328e3724858759510a7 154170596 
xulrunner-8.0-dbg_8.0-3_amd64.deb
Checksums-Sha256: 
 964f9231c4a6adcec9ee2185af6e78ad1d197ca80d08ed5db0c452059a3bb363 3100 
iceweasel_8.0-3.dsc
 0e29b86b832be8b33577d11704a5b466b82ab35b1d98ac15018d2700ab0b1225 253356 
iceweasel_8.0-3.debian.tar.gz
 7865404435cc320462e37e544c8ef061300fa7e26fb1b8368347d42305ac3151 1654088 
iceweasel_8.0-3_amd64.deb
 65bc7511927e37ed3e7f47e468a0a5312248597b7afea63d064db15a5658cc9f 513222 
iceweasel-dbg_8.0-3_amd64.deb
 ae4ee2caf78d56bf9040086f1b35498c8eacb2cea3fe49281974639ef1591ca2 11484616 
xulrunner-8.0_8.0-3_amd64.deb
 7f2cb2ca9ef6b99738780931b46a5b5b471d35f1cc8d877b9181cdffb3e4667f 1442962 
libmozjs8d_8.0-3_amd64.deb
 bc26da7e104d264a18bc16496fd633be303dfd43b65de48f694aacf753c7a5ae 504912 
libmozjs-dev_8.0-3_amd64.deb
 f04f6567e54f250781dcd432fd5e56f9e54ff51e5b2de79f565fc7501e2343da 13707418 
libmozjs8d-dbg_8.0-3_amd64.deb
 21b96e2ce62f112978c0885250474f071171263291ea240b4d0180ad05f608da 1454704 
spidermonkey-bin_8.0-3_amd64.deb
 542c6f8705baae76aa97b3305560255063dcd80ef0b0435c665ffe37e50711cc 5530640 
xulrunner-dev_8.0-3_amd64.deb
 8d620beb41a41332ba63f3d6ce6acdb2e56a610035c508cf887fb5f13a0bffcd 154170596 
xulrunner-8.0-dbg_8.0-3_amd64.deb
Files: 
 4c4b7d3a683e7cc0daf363c1586c0165 3100 web optional iceweasel_8.0-3.dsc
 d041b27fe4d947951a434846aa15c760 253356 web optional 
iceweasel_8.0-3.debian.tar.gz
 0a9588970285888511bd6b7c7e86e844 1654088 web optional iceweasel_8.0-3_amd64.deb
 70ccca9a2bbdf3ef0a2ae5372a6f513d 513222 debug extra 
iceweasel-dbg_8.0-3_amd64.deb
 3e2a595405525f966e5e44fa4aa33ba6 11484616 libs optional 
xulrunner-8.0_8.0-3_amd64.deb
 9e6eed79610c987e074770c3cf697e7e 1442962 libs optional 
libmozjs8d_8.0-3_amd64.deb
 aa4e8a74911ebd0e47c5b077c7ebf2e3 504912 libdevel optional 
libmozjs-dev_8.0-3_amd64.deb
 f766d5a87a5d63324e70c0a9ec1e4a19 13707418 debug extra 
libmozjs8d-dbg_8.0-3_amd64.deb
 becaa3f189a0b24c33a6520fb09a0725 1454704 interpreters optional 
spidermonkey-bin_8.0-3_amd64.deb
 fd8fa9210bbe9e86e228beb548682ffc 5530640 libdevel optional 
xulrunner-dev_8.0-3_amd64.deb
 4ef2f40489e6ccf9fcae5d13e53445c5 154170596 debug extra 
xulrunner-8.0-dbg_8.0-3_amd64.deb

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

iQIVAwUBTro6SeQqoE+mqoxyAQgzHQ//aXa0bHsU76OyM0JZMIa9uhOLlqqldcW4
8LYSm0wof7+8LWKq6CPXQLGHeHFMd5lrKq/l1QYBv/Xxj6SK5zcUCkrnD2qISDf0
OQtFttUBUw2alhwGAx/LjyViCt81R7XNMmFa7LIHzAz+tYwn+ste9x8y+crYCinM
85WyPGMu8hcq2cKYFzPjsXxtb6QCQ2ajKLSWvsofE4ugiL+NiJQFC34v5ZhaTW7K
o5x4XP32y/OeJJP/JH5iLOyCIydLPPH/w/bPwEH5GKl+zV647/IuumX0GRzQ611e
327qN1PNgKd3iZWtWRXryzXBFT8nyN5BW8UoRCuTu6wNqFckeygi1KwC+K8NQnF9
0uELnmBaYbtk5Jy5TboCdvlxqE1yqeFeIdJ0CAskGBD6papAWVUK4RRaaVvAm9EP
idaBAcuwVG8HJLS3k5bwXaxboJjgriOfPHLyX49YSmNa+akfpnUMFlwAS//7TAu+
VyTwfEKF5UZvpoq55xxyBnzsSydXsO4pdkVtCAmenKcO0FxyKZiQM+9fvzgt1j3U
V74VKE8RAY2E0pbyiDG4qOrs4/BuhNgDeB5FJCcbdTVf8fDWz44oBseesgXaEvAB

Accepted gdcm 2.0.18-6 (source amd64)

2011-11-09 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 15:36:02 +0100
Source: gdcm
Binary: libgdcm2.0 libgdcm-tools libgdcm2-dev libgdcm2.0-dbg libgdcm-cil 
libgdcm-java python-gdcm libvtkgdcm2.0 libvtkgdcm2-dev libvtkgdcm-cil 
libvtkgdcm-java python-vtkgdcm libvtkgdcm-tools
Architecture: source amd64
Version: 2.0.18-6
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-java - Grassroots DICOM Java bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.0 - Grassroots DICOM runtime libraries
 libgdcm2.0-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-java - Grassroots DICOM VTK Java bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.0 - Grassroots DICOM VTK runtime libraries
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Changes: 
 gdcm (2.0.18-6) unstable; urgency=low
 .
   * Cleanup compilation flags settings
   * Build against vtk 5.8.0. Fix DSO issues.
Checksums-Sha1: 
 81d437235eaf24507ed714c2b072e3fc097e14be 3212 gdcm_2.0.18-6.dsc
 b003fc7d7771575851d4b18ecdfa9ed9efa8a32d 15927 gdcm_2.0.18-6.debian.tar.gz
 e26893c1eaca37d948aa126642726303a9d8b1ea 1690598 libgdcm2.0_2.0.18-6_amd64.deb
 1e1cdbe1bf44dfa1b04eb26d375379fcf314165f 256420 
libgdcm-tools_2.0.18-6_amd64.deb
 46b4804a7ece8401e44dcc035eba7065ca550b7f 308722 libgdcm2-dev_2.0.18-6_amd64.deb
 70996e983e814b8070756589c1b25ba7a662075e 13416110 
libgdcm2.0-dbg_2.0.18-6_amd64.deb
 fe720bdf55af44f9b297a7781a4c62cdf7ec03d6 265970 libgdcm-cil_2.0.18-6_amd64.deb
 1e9970af99f9ce896c2cf02fccebeed60b388b98 445446 libgdcm-java_2.0.18-6_amd64.deb
 ed9df17419bf0af01cf0328a39661cd7dc4a7131 532676 python-gdcm_2.0.18-6_amd64.deb
 313df14bfdb5c8c9576c95d9ab2f0299ff6c77a4 221644 
libvtkgdcm2.0_2.0.18-6_amd64.deb
 a36b7d581b9bf5f2568a7b5ef2a95b5f314b6118 27552 
libvtkgdcm2-dev_2.0.18-6_amd64.deb
 a542174854a742ac45bdc2cbb5f0667956697a1c 115658 
libvtkgdcm-cil_2.0.18-6_amd64.deb
 c2c12261c7faed699551762c618a612fb2be426b 44228 
libvtkgdcm-java_2.0.18-6_amd64.deb
 a0d96ea009858d6848c1e4a37c5688bd33dbd982 66706 
python-vtkgdcm_2.0.18-6_amd64.deb
 32e32d7e59de5b62d66fbe05b6f62cce99c66c3a 45178 
libvtkgdcm-tools_2.0.18-6_amd64.deb
Checksums-Sha256: 
 5a0f32ac73d90236eb623b88c12a9ade5dde1d65591ee1dd2c67c3080cda614f 3212 
gdcm_2.0.18-6.dsc
 02d111d592583e3127a485f326148e05c4861137d40959163771c2955b1929e1 15927 
gdcm_2.0.18-6.debian.tar.gz
 6de667dce1debd5364da39e895e85d2debc7cf3df0c78d8cbe20caf38f450c65 1690598 
libgdcm2.0_2.0.18-6_amd64.deb
 cb12beed48172a66cae59a8bce2efe8e067214e987419dfdb9de9969e016257b 256420 
libgdcm-tools_2.0.18-6_amd64.deb
 95fd6c2ba778b3d2a42faff19fe4240c44bb6a99b5a2d5c2dbd04b38eecff662 308722 
libgdcm2-dev_2.0.18-6_amd64.deb
 b7ef21a3e7fa79d8b4acdd6273a22d0dcf6fddc527460f5f7fe300866f5c8fe9 13416110 
libgdcm2.0-dbg_2.0.18-6_amd64.deb
 60f643aefad6c01a292fd4a13e5285c10bad9104bb55ed6ab1fb0e95be96f9ec 265970 
libgdcm-cil_2.0.18-6_amd64.deb
 fcfbec50f35eed50eea4910750f03870d98d427fd9c54e73399c8eff52adb1bf 445446 
libgdcm-java_2.0.18-6_amd64.deb
 f9d6fe0c4485819bdfb6fa58a357ea8338bf8f98c8896244a89910ce9c8de19c 532676 
python-gdcm_2.0.18-6_amd64.deb
 eef297162de76f93d37c0ea12ffa56155a0e6ccafeb35c86863f8acb219580a6 221644 
libvtkgdcm2.0_2.0.18-6_amd64.deb
 efe3adf8a9cf9fa7d3b50de2f46420d8f7533a495ad41133b875cadf528c2c5d 27552 
libvtkgdcm2-dev_2.0.18-6_amd64.deb
 cf43883711d922d43f1f9b5c51fef68a3b2e1c7ba958459372cbe1744126a04e 115658 
libvtkgdcm-cil_2.0.18-6_amd64.deb
 b1437c609aea59349acf5963cfdbc27d4a6c63aad76c4683f186f8b2a8a2c72e 44228 
libvtkgdcm-java_2.0.18-6_amd64.deb
 2b185440941ba585dc1710378afda4986334d3b813fe2ce19c2a65804722b78a 66706 
python-vtkgdcm_2.0.18-6_amd64.deb
 f9acea2620e98581de607478c516fcd9128b4fee97865aea1b9349bd339216f2 45178 
libvtkgdcm-tools_2.0.18-6_amd64.deb
Files: 
 d03be19f70fde712b04c3796fe409c11 3212 libs optional gdcm_2.0.18-6.dsc
 a5fe1a484c785358e9f4fe9cad3c37ae 15927 libs optional 
gdcm_2.0.18-6.debian.tar.gz
 f5f043d4eb411527c2f15106120c3505 1690598 libs optional 
libgdcm2.0_2.0.18-6_amd64.deb
 0693cac052e131ef32321ebb87e10335 256420 utils optional 
libgdcm-tools_2.0.18-6_amd64.deb
 ca71ea3a6ce9cd6c56db2fb66e197fcc 308722 libdevel optional 
libgdcm2-dev_2.0.18-6_amd64.deb
 337c684cbb12a7bcb87a5724d6d3e770 13416110 debug extra 
libgdcm2.0-dbg_2.0.18-6_amd64.deb
 1573482ef1f835c7907daa4e9c71cfb2 265970 cli-mono optional 
libgdcm-cil_2.0.18-6_amd64.deb
 59b621538ad6fc423277f7424a0f811f 445446 java optional 
libgdcm-java_2.0.18-6_amd64.deb
 22d5c044bd0b0f0f936e28792674f6cb 532676 python 

Accepted libtest-pod-content-perl 0.0.6-1 (source all)

2011-11-09 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 10:51:43 +0100
Source: libtest-pod-content-perl
Binary: libtest-pod-content-perl
Architecture: source all
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libtest-pod-content-perl - Perl module for testing POD content
Changes: 
 libtest-pod-content-perl (0.0.6-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.0.6
   * Bump Standards-Version to 3.9.2.
Checksums-Sha1: 
 2f255c7b2b364592d7e93c2e7dd4a85a278eeccf 2134 
libtest-pod-content-perl_0.0.6-1.dsc
 c05baffb01170c0b94b113bc7a083bd4cce61b72 7208 
libtest-pod-content-perl_0.0.6.orig.tar.gz
 b1f1e874844ac19280d9ed8facd290aba197ee98 1544 
libtest-pod-content-perl_0.0.6-1.debian.tar.gz
 1f7220a272736ccca49b1106189841bb293748bc 8640 
libtest-pod-content-perl_0.0.6-1_all.deb
Checksums-Sha256: 
 68f942838a9bae3d56752c075507b5fe6a42667d8d4b2eae411f891b90595f45 2134 
libtest-pod-content-perl_0.0.6-1.dsc
 752bd838c75e113c176e36cb4a5f41b4b34b44bd13d607a92dc7bdf3c903975c 7208 
libtest-pod-content-perl_0.0.6.orig.tar.gz
 b8c2d212438a7d9f06ceefd66b23e2a862e749d4fba2aff559628e2994b9c45c 1544 
libtest-pod-content-perl_0.0.6-1.debian.tar.gz
 c81d8a6165fd9b358cb5ab63c40e33a79b09e9ea9014278b217c414e8ce52e72 8640 
libtest-pod-content-perl_0.0.6-1_all.deb
Files: 
 5901805741b553387150fa59dcde3ec4 2134 perl optional 
libtest-pod-content-perl_0.0.6-1.dsc
 425854a493e10fbc90584417bf212aea 7208 perl optional 
libtest-pod-content-perl_0.0.6.orig.tar.gz
 94ecbe1e831022b4cb6609480325443d 1544 perl optional 
libtest-pod-content-perl_0.0.6-1.debian.tar.gz
 4b8ff265bd98701736955e5339a15236 8640 perl optional 
libtest-pod-content-perl_0.0.6-1_all.deb

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

iQIcBAEBCAAGBQJOuk3wAAoJEHidbwV/2GP+QeEP/jZmHg8nNKGRi61Nmi/DW8HH
Q0tMJIsAxNLEWcqiucDshfUJzDCBQUItbpGbR1CnMkKv9Dz6YLOHjfu9uRSon2Bs
FuxMxcTtWWSE4H7ucF8mYLZi8YEkvTM68fxU+kBEQfiVGHwZTeCBJUpvQWOuqAa1
3HsANRZgyPBPzmS38c+kqYayujQXJ9BUXMirAPEkcOjREn1hT8vl2YguYPil5qkK
ZrciXglrRTpjnoLeENU4ehMbDVKfg+DjGcoYYLjnC0d/FcqWAYC/w1ieC3Sxoo9l
hLGwgD6dW28oH8vydcC+zj3HPCtJZd0UEBpyuS+KTy+epFNuAqkdR8uLmC5ccbiK
SYcm8s+q3QpFliyHLr5czMNAy9wxLQ7zB9ESfzRtGnipZmKYL57/kzkVoM+NZKke
i9XGg1B2/0dQ8sry82aMZgx8800aK5kwkhWE5LEm4EwtazwdGOO/fr1LnEtIzKOo
0OkXLI37GA1JunvxH9Y4Jl8Z8zeRL7HGgQFIxKZ8Jfi5yPd9zyoLBor39q8bmgpP
IFBDf08eG0xFuFkhq+JAhvu6t3ngXXKQBJSuF7EYpDrFuJ6Gsa+g2uonyOXsIGWQ
vKEOm331DblGqeHcwSiR4+QWJFiniu7ROzazHS6HhWcOs1no19xN56z9PRtUMF4B
m72yfzBv8J+7AOxVwUpQ
=s4em
-END PGP SIGNATURE-


Accepted:
libtest-pod-content-perl_0.0.6-1.debian.tar.gz
  to 
main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.6-1.debian.tar.gz
libtest-pod-content-perl_0.0.6-1.dsc
  to main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.6-1.dsc
libtest-pod-content-perl_0.0.6-1_all.deb
  to main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.0.6-1_all.deb
libtest-pod-content-perl_0.0.6.orig.tar.gz
  to 
main/libt/libtest-pod-content-perl/libtest-pod-content-perl_0.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
Archive: http://lists.debian.org/e1ro4zb-000315...@franck.debian.org



Accepted libvalidation-class-perl 2.5.2-1 (source all)

2011-11-09 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 10:36:02 +0100
Source: libvalidation-class-perl
Binary: libvalidation-class-perl
Architecture: source all
Version: 2.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libvalidation-class-perl - module for centralized, simplified input validation
Changes: 
 libvalidation-class-perl (2.5.2-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 2.5.2
   * Refresh spelling-error.diff patch (offsets)
Checksums-Sha1: 
 2241465aff3156e99bdc4708e353c0b83e1d7edd 2305 
libvalidation-class-perl_2.5.2-1.dsc
 2fa915e7dc4d221b9c9f248bbabebb55ef931df6 48830 
libvalidation-class-perl_2.5.2.orig.tar.gz
 ebc723e9342edc8e5658901a4174e8ede2f8 3289 
libvalidation-class-perl_2.5.2-1.debian.tar.gz
 ce0456fb0f7c2623804c48a22f2ddd710dd14ca5 36112 
libvalidation-class-perl_2.5.2-1_all.deb
Checksums-Sha256: 
 ebdd225d3d07891c87ef1ff8a60a781c089750c652d5f788bc2264c0080fa67c 2305 
libvalidation-class-perl_2.5.2-1.dsc
 a422f16e5952da0bb3de7b07083d54e543fa789c72eb7d08a0f2552f681aa996 48830 
libvalidation-class-perl_2.5.2.orig.tar.gz
 37e28f95734e69a0fb9c28d31a0a7e218839b6bfdd02d52a18da72e0f7bb6a91 3289 
libvalidation-class-perl_2.5.2-1.debian.tar.gz
 e454db64e6790e80390126101e81b944256513684540a1a9b7a749728cdfafa9 36112 
libvalidation-class-perl_2.5.2-1_all.deb
Files: 
 95d0aec890677909d8427da0518a973a 2305 perl optional 
libvalidation-class-perl_2.5.2-1.dsc
 adcd50119488a08958ee7d51ccd9f390 48830 perl optional 
libvalidation-class-perl_2.5.2.orig.tar.gz
 6749b68c554a257b90ca433533fea607 3289 perl optional 
libvalidation-class-perl_2.5.2-1.debian.tar.gz
 61770b50c0a65aa71b7fa42323e8c165 36112 perl optional 
libvalidation-class-perl_2.5.2-1_all.deb

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

iQIcBAEBCAAGBQJOukv2AAoJEHidbwV/2GP+cVcP/2URAQvLWwHLI6iqdTn6fjTt
KxPcwc+AROakjZVoxP2uSwzG2DiLixtnEfb6r93IFYCMCjgnoXQFwQMt19FYFc+C
iLjmvjtJPfXglO9ldWMsXffjXAR4zactRdFLMeqSfwhnoMjhph7HcvhklgDQE0mg
RbOj1aquVb62CmMO3Ibg9l6TsoO4E+oQLVY6LoI2fdoMCRehOf01vrBWL1e1DEJI
oIon+nnXYCQlVI+JF09PRBTiwk17UtJFRIUgl2ieCCLuw99Z2ft82QZw8lkOQA0w
9rnNU2kobH/qlSQ2jtXT08GM9E/rcHuAVuE0j5PaYJYmtnFYbIwpD0M62mWOH8DL
TDH5Rx19nuc7uwD1Ca0ddvCsZzn97PQf8HCoJvGBSBP0zt6+3AXAjsqOpn6asUGa
z3kEZag/c6cC/IWY/WXADaoXsSSl3s5cEOCyX+rznjh2MaefQuL9czoQe3r8TT0v
4y3FsrjtXnK2pbccGbqNWhYs8QK5Hn+qUqtzHUS1Bq5mk+5diG9mQ7b2bRp6yGiP
4THhnsIR13THhHsHDTZAhyjr5R9EXo/LzxnnFn2LEDNVpXzs/SS6G8O3PAGd3U4Y
fVWmMAmtLqxtzAUx1fKnaOsEW+ovD3efMDkc54f3nHOwqSkE9CuTJBWoOLG/s4ms
pHN5zRTdoptl3eK7wEsd
=Uaqo
-END PGP SIGNATURE-


Accepted:
libvalidation-class-perl_2.5.2-1.debian.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_2.5.2-1.debian.tar.gz
libvalidation-class-perl_2.5.2-1.dsc
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_2.5.2-1.dsc
libvalidation-class-perl_2.5.2-1_all.deb
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_2.5.2-1_all.deb
libvalidation-class-perl_2.5.2.orig.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_2.5.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
Archive: http://lists.debian.org/e1ro4zj-00033l...@franck.debian.org



Accepted libtest-fatal-perl 0.008-1 (source all)

2011-11-09 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 11:00:24 +0100
Source: libtest-fatal-perl
Binary: libtest-fatal-perl
Architecture: source all
Version: 0.008-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libtest-fatal-perl - module for testing code with exceptions
Changes: 
 libtest-fatal-perl (0.008-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.008
Checksums-Sha1: 
 b378919ecc3082638fb9865ffa6e5b303f8d13ec 2089 libtest-fatal-perl_0.008-1.dsc
 d2756e4c1b57333107895bcdb8c3957be4abaeb4 12866 
libtest-fatal-perl_0.008.orig.tar.gz
 d24c1c477166fa3625da79990d2399d65316d9f3 1846 
libtest-fatal-perl_0.008-1.debian.tar.gz
 f589bb42c3ad32e355e21e1426133f2e7bf6df7a 9042 
libtest-fatal-perl_0.008-1_all.deb
Checksums-Sha256: 
 be3b2b78a357d92d27284c978e68459876453400e2b22d1e391df13816c840bb 2089 
libtest-fatal-perl_0.008-1.dsc
 5cca61b381567c325c3d958bd3de582a8bf47c23798106dccd467c770ce16a3f 12866 
libtest-fatal-perl_0.008.orig.tar.gz
 cbdcf29083f86d6f45ac5ff06c66aead1e40b1f06b9a9777a81efdc57cfe45a3 1846 
libtest-fatal-perl_0.008-1.debian.tar.gz
 1acb7eefb60817ee16c63f724405f506d3dcb3c36dd5d05d78cb735136f62f69 9042 
libtest-fatal-perl_0.008-1_all.deb
Files: 
 41705fcf21707b0f2be4c587a2f94207 2089 perl optional 
libtest-fatal-perl_0.008-1.dsc
 201c94efbbcbd38b32e3cdc6752a6c07 12866 perl optional 
libtest-fatal-perl_0.008.orig.tar.gz
 d65068d4f2997ec1af4855713ae95b98 1846 perl optional 
libtest-fatal-perl_0.008-1.debian.tar.gz
 044ee506c76d48358ba9a12e930bdc7e 9042 perl optional 
libtest-fatal-perl_0.008-1_all.deb

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

iQIcBAEBCAAGBQJOuk9wAAoJEHidbwV/2GP+xFQP/RGUX7cB8PaDw0iG05dmSCjx
vH9kVJrCEyrCslNumUx/9o7rNfUX8Ch2UaDuKDQS6tBZ28pWxLJMMVAyKn+M2Tyu
ob1n4GRnvXu9EQj5RC0cR4zokYTL6DDu5Gp1vju0FLk/s268671Lv1vMriEr7p05
eMHtiLgVDLcReAYe63Kni3t7C5ApR7Q7w1MAcqktYqYi3cqYSo5CZZkAO0Zo1/jy
xayHKl2n6XhVkvTJrrT8iJTydLyuvMUKLjsTph2srJ7CIQM4QAIFV2P14wGk4pMb
M/XBfKZhGR/XJ6t1Vo7Trv51rm6Jv5o7RvcWHDk0uotpJ2hDhrHPmRyrJGUzPCbH
IumoycFTXoChXpLpjZlG7P6F6oxcG56o7ErNFoisNwjjDyw+tHT1SBjusXUAocTw
HFkoihoCajNgjKozThdLSpjqrgV7L9Va7UQcsB2MZ8cMrosDhWOUOev3wbO6NKup
FoL2P/OZ3KL4NehwMFwPr0L1Dp9QyNm3KE840/2SrW03dQ4+RUjhszngvU86hWqH
jzoPd3L8NP6jW1ZgDcETJRsY911IGlWP2Eyx/yNZPlQfkboT6Lrmwpl6HcIQ6bMI
T8/BnrOs8IpI0jkPWRb3t8zEvcaEDt1GinuhAHF/6fJ8fZqYnabRSLpCDPFKSNfU
vsP4ZcC40zBIIqGy1/1h
=6j8F
-END PGP SIGNATURE-


Accepted:
libtest-fatal-perl_0.008-1.debian.tar.gz
  to main/libt/libtest-fatal-perl/libtest-fatal-perl_0.008-1.debian.tar.gz
libtest-fatal-perl_0.008-1.dsc
  to main/libt/libtest-fatal-perl/libtest-fatal-perl_0.008-1.dsc
libtest-fatal-perl_0.008-1_all.deb
  to main/libt/libtest-fatal-perl/libtest-fatal-perl_0.008-1_all.deb
libtest-fatal-perl_0.008.orig.tar.gz
  to main/libt/libtest-fatal-perl/libtest-fatal-perl_0.008.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
Archive: http://lists.debian.org/e1ro5dq-00046g...@franck.debian.org



Accepted midgard2-core 10.05.5-2 (source i386)

2011-11-09 Thread Piotr Pokora
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 09:14:07 +0100
Source: midgard2-core
Binary: libmidgard2 libmidgard2-dev midgard2-common midgard2-bin gir1.2-midgard2
Architecture: source i386
Version: 10.05.5-2
Distribution: unstable
Urgency: low
Maintainer: Piotr Pokora piotrek.pok...@gmail.com
Changed-By: Piotr Pokora piotrek.pok...@gmail.com
Description: 
 gir1.2-midgard2 - Midgard2 - GObject Introspection
 libmidgard2 - Midgard Content Repository - Runtime Library
 libmidgard2-dev - Midgard Content Repository - Development Files
 midgard2-bin - Midgard2 command line tools.
 midgard2-common - Midgard2 common files used by different midgard extensions
Closes: 620796 622525 629571
Changes: 
 midgard2-core (10.05.5-2) unstable; urgency=low
 .
   * Do not distribute .la file. Closes: #622525
   * Removed gir-1.0 and old libgda build dependencies. Closes: #629571, #620796
Checksums-Sha1: 
 c53e47271d295ed8dba23e6cd998c4471ab8e9c6 1561 midgard2-core_10.05.5-2.dsc
 95e2b1ca31f9f9d8917fcbd154e991fc66cab6a5 7451 
midgard2-core_10.05.5-2.debian.tar.gz
 1f0397cf97706f54781c7e827d04f4847258ece6 234044 libmidgard2_10.05.5-2_i386.deb
 481e3cafd5214002e1cb95e3dcc6f733fd1786de 308242 
libmidgard2-dev_10.05.5-2_i386.deb
 7a9c5f36fed715dd0ff9a4319441888ba70275b1 5808 
midgard2-common_10.05.5-2_i386.deb
 8aa7d3933ff021b678780b90f9e568959da04b78 29056 midgard2-bin_10.05.5-2_i386.deb
 69f17c242754169cb58836920636b53deee3cc8d 60264 
gir1.2-midgard2_10.05.5-2_i386.deb
Checksums-Sha256: 
 eb7be809f3e00771e580d585f532e88a064292a6d5e6fd6adc5c70562ed69d17 1561 
midgard2-core_10.05.5-2.dsc
 428965d66634551587135e06b9b5553da590824dcf8788d4e42fec093ec2377a 7451 
midgard2-core_10.05.5-2.debian.tar.gz
 33c958fad757082369d9e4a28d3851e370caad42b9d532cdb594e07e782bea40 234044 
libmidgard2_10.05.5-2_i386.deb
 97bd3191ec02530c6b4eadc3b12ab1c9cbe15ceb2b7e8e0883ae2989ca8a6e42 308242 
libmidgard2-dev_10.05.5-2_i386.deb
 a8935bfbe9644cc01d9ab9b8a387e317da55f7a9c075ce2da9996ea6950b46ce 5808 
midgard2-common_10.05.5-2_i386.deb
 d9f656ba73a601c846dc07944d867c86de3aac3b7bae80395be43f0747dbea42 29056 
midgard2-bin_10.05.5-2_i386.deb
 84e07b84275504117b42c6ce7ba9636bb104d2880516a1842a1f4b25eab97d06 60264 
gir1.2-midgard2_10.05.5-2_i386.deb
Files: 
 ba81622944bdc4002aae8199cd384e5e 1561 libs optional midgard2-core_10.05.5-2.dsc
 7120dcfc6f50ce5aa34a0e34bd1dc2ed 7451 libs optional 
midgard2-core_10.05.5-2.debian.tar.gz
 9d6e06123809b08c42bb97858cc18ff5 234044 libs optional 
libmidgard2_10.05.5-2_i386.deb
 e361b5e4756ab1562b8dd59f31102a52 308242 libdevel optional 
libmidgard2-dev_10.05.5-2_i386.deb
 a93b02fd47064e4c4aa0ca899274983b 5808 utils optional 
midgard2-common_10.05.5-2_i386.deb
 e54f1266489d95129cc9d00e3f1998e8 29056 utils optional 
midgard2-bin_10.05.5-2_i386.deb
 93036b02bcfa73e7d219ae954def2d50 60264 utils optional 
gir1.2-midgard2_10.05.5-2_i386.deb

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

iEYEARECAAYFAk66UUQACgkQgtffbfx/bQ88TQCgr5pf6n6hPTq+K6AlMbntdWqA
Go0An3+Xb4jfvREHZWh1kfjwzD1WV2P9
=nCdj
-END PGP SIGNATURE-


Accepted:
gir1.2-midgard2_10.05.5-2_i386.deb
  to main/m/midgard2-core/gir1.2-midgard2_10.05.5-2_i386.deb
libmidgard2-dev_10.05.5-2_i386.deb
  to main/m/midgard2-core/libmidgard2-dev_10.05.5-2_i386.deb
libmidgard2_10.05.5-2_i386.deb
  to main/m/midgard2-core/libmidgard2_10.05.5-2_i386.deb
midgard2-bin_10.05.5-2_i386.deb
  to main/m/midgard2-core/midgard2-bin_10.05.5-2_i386.deb
midgard2-common_10.05.5-2_i386.deb
  to main/m/midgard2-core/midgard2-common_10.05.5-2_i386.deb
midgard2-core_10.05.5-2.debian.tar.gz
  to main/m/midgard2-core/midgard2-core_10.05.5-2.debian.tar.gz
midgard2-core_10.05.5-2.dsc
  to main/m/midgard2-core/midgard2-core_10.05.5-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro5df-0004ck...@franck.debian.org



Accepted libclass-dbi-lite-perl 1.025-1 (source all)

2011-11-09 Thread Onur Aslan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 11:27:48 +0200
Source: libclass-dbi-lite-perl
Binary: libclass-dbi-lite-perl
Architecture: source all
Version: 1.025-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Onur Aslan o...@onur.im
Description: 
 libclass-dbi-lite-perl - lightweight ORM for Perl
Changes: 
 libclass-dbi-lite-perl (1.025-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 220227c61010a47fd0dac7798cfd146c23b0b11f 2330 
libclass-dbi-lite-perl_1.025-1.dsc
 b23018a05487b418c7184255839379717de98ea5 58217 
libclass-dbi-lite-perl_1.025.orig.tar.gz
 983190894a20f0cfba7177611452cca6fb8ce205 1911 
libclass-dbi-lite-perl_1.025-1.debian.tar.gz
 446f3a81e06784214141d135a261e3c601f63778 69358 
libclass-dbi-lite-perl_1.025-1_all.deb
Checksums-Sha256: 
 669b8ccc4d60d4a917c9fee8672fd460bb2351b49b196bc1c7dfbc2b306bcb0e 2330 
libclass-dbi-lite-perl_1.025-1.dsc
 12b3d75f1bebb31d0807d867dc58a0f3dbf6ac4d03a6b928eccd1af7135c3c91 58217 
libclass-dbi-lite-perl_1.025.orig.tar.gz
 8f96c74778ca1c083257225c571f415532bb6e07142992a4bcbb23e7fd91acef 1911 
libclass-dbi-lite-perl_1.025-1.debian.tar.gz
 ba166263368edd8d2aab762cf9295b3760d88c43576f582fc14e5ab5487f4214 69358 
libclass-dbi-lite-perl_1.025-1_all.deb
Files: 
 968cf19d7bdca7b672588d208a86103d 2330 perl optional 
libclass-dbi-lite-perl_1.025-1.dsc
 181c19931c7ff55be5f2583f751aa4cf 58217 perl optional 
libclass-dbi-lite-perl_1.025.orig.tar.gz
 5f7a7ad176a423e7af33f52b7c008737 1911 perl optional 
libclass-dbi-lite-perl_1.025-1.debian.tar.gz
 f6581de529dabd950d33cc295dbba836 69358 perl optional 
libclass-dbi-lite-perl_1.025-1_all.deb

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

iQIcBAEBCAAGBQJOulMUAAoJEHidbwV/2GP+FBIP/06Z/KZXcv/vyZmgHx5JBzJW
kv/2ykk9RKgVSkrB2vMQypL+GICfSaBK7EKUbCxNENNh7RbYb3Hqp0uUzCVN+hbL
tFZ9CRMffmqoid8awAk6TDrd+a9MmEHZZfM7rnh8U8tvW/7vnkKd6qf6IUmx/hZ4
WKOyj8vsDk7A24BBIqsZCdLTWk4yqGFGP4LiI8l9Iu8Nh7M+hDCoYKXylgu9I+YM
f3DJI5y5Lu8MtQ32mbR+X7o1ec8SnlO7gMm0xtPPZEYYOl5K3FcH/j70+FqGNRiO
L/Qu0+xNmvlvncomHUAfPDljec4BNswk10Iho3RgxY5VAhYe/C34GBuCkKsl+wCD
6pEXqZ7iLVBpzl4KNUpVD+GfbQMstG7o9F1w4CvCYxk4XkFYBZ57kyjTrleyyvoy
XR7U4N1+DmnJUq5sLXX+YdXjJo6vn2VZQJfh2AbuR0qiA/nn2Pnzmad1FsTkeWK/
reNvlva9DdK5oU3F0fIFCtVPDQofU0cR4AZtELTD/D+vznaK8MRf79p8jHGoVoXQ
pKUqLAYEfw2+t/46hqZfzqg2dWbdOdOiCgKTDhGhq0prmc/2lscaCgFSXzHrEbOl
Ux61n1FTwc9hV+1Uy25kL7dIeNzVzCwnnnBnBtCsRwiFJ32y3Z6HGNl8ZM0aV5Fw
VnvTHFWAMfp6bdpmm8qp
=rYCC
-END PGP SIGNATURE-


Accepted:
libclass-dbi-lite-perl_1.025-1.debian.tar.gz
  to 
main/libc/libclass-dbi-lite-perl/libclass-dbi-lite-perl_1.025-1.debian.tar.gz
libclass-dbi-lite-perl_1.025-1.dsc
  to main/libc/libclass-dbi-lite-perl/libclass-dbi-lite-perl_1.025-1.dsc
libclass-dbi-lite-perl_1.025-1_all.deb
  to main/libc/libclass-dbi-lite-perl/libclass-dbi-lite-perl_1.025-1_all.deb
libclass-dbi-lite-perl_1.025.orig.tar.gz
  to main/libc/libclass-dbi-lite-perl/libclass-dbi-lite-perl_1.025.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
Archive: http://lists.debian.org/e1ro5s7-0005s0...@franck.debian.org



Accepted mksh 40.2-3exp1 (source amd64)

2011-11-09 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Wed, 09 Nov 2011 11:21:51 +0100
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40.2-3exp1
Distribution: experimental
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Changes: 
 mksh (40.2-3exp1) experimental; urgency=low
 .
   * Expand dietlibc-dev B-D to armhf hppa and depend on experimental
 version, to test-drive that
   * Disable PIE hardening for now, until compiler bugs are addressed
Checksums-Sha1: 
 5130cb5364abdf3469fb2bf03f641c4bc953f55b 1977 mksh_40.2-3exp1.dsc
 bac53b821cd1c1369055bc1a2eed1ec88a17f1f8 95403 mksh_40.2-3exp1.diff.gz
 28e824d3b132be5371effe986cafacc64bb5b57f 416104 mksh_40.2-3exp1_amd64.deb
Checksums-Sha256: 
 6473c94647c2b296721a8536ccbe2a07f4f50a31a77bbd0b8df98daea146e98e 1977 
mksh_40.2-3exp1.dsc
 ca3fcb779e4efeac6aad4ea3d3caacc87dad108da0d6bae2a9908b01a4d2fcf6 95403 
mksh_40.2-3exp1.diff.gz
 2ccd1871001ebf1a8e0a2ceea032e2000baed6d971697a973a12a66523b57126 416104 
mksh_40.2-3exp1_amd64.deb
Files: 
 699b4029b54c0c4769924e8660745a7d 1977 shells optional mksh_40.2-3exp1.dsc
 300cb59ef98b55732e195e99e49ae6e1 95403 shells optional mksh_40.2-3exp1.diff.gz
 0160bfbe5726397d4de664978c05a7f1 416104 shells optional 
mksh_40.2-3exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MirBSD)

iQIcBAEBCQAGBQJOulZ4AAoJEHa1NLLpkAfg1FgP/0ZvCbktfbMjPeB6CD8RDCXQ
Q/F5LYfAwZ6c4PB2qgWP1z+9nppC3z0+0Dqz7JlgOvbhAhnfio72q2fZu59GJMqq
56QPM61rqfuurn/nvBtSZqNNBYXocJ0VggGWrt4nwKGl7L3I7VvliFqji40aRFyH
gLI6JXsHaqIM0BQt/6+EuTPogrOixQyYKNRGOfXmyyO02O+kcitR0JfOmDonYCXX
HNEcu8SgrAOATeWDpais1/b690rlB3cm3fE1udhWZDlzjx9WAB2cxaRAkxHFt++c
+euELRv63IjZFNXXyAYuUGuN8Q5q1XRTlS9kXx/cpZb5jtaPXtIZ58vYYmsJzVUU
PT7pHpD1n5Ij1AcSiPOwwW/NJymbw0/PAvDvsZLWIBP6y94LUTsf8IM36u8YBOS+
/aNGXHAyE9Ht/2okWzRTeQST68qyxZEoOKafUrT83E0jEbxhxKBVvFMkZWZlj8qY
Nk0d2I08rKumzSoSViZX7z+tPNYeA3kNncUuxIcn9RPv1uziT6QUKfHnIfHhJg26
LjLz5nwpkRre0pxhTjR82predTS2Ilya0Xvb6OenUEyoHCMphTWUafNWyaGdgSa6
oe/tlEeWTlrGY5+qMJL7S2nXTh3bpV5vWoE2l7IR9kmHrNFTTvmswi2N47Wj39lV
Zj6yYHKAeVKyDb3bmkDt
=U6Yo
-END PGP SIGNATURE-


Accepted:
mksh_40.2-3exp1.diff.gz
  to main/m/mksh/mksh_40.2-3exp1.diff.gz
mksh_40.2-3exp1.dsc
  to main/m/mksh/mksh_40.2-3exp1.dsc
mksh_40.2-3exp1_amd64.deb
  to main/m/mksh/mksh_40.2-3exp1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro5sh-0005wr...@franck.debian.org



Accepted ruby-rdiscount 1.6.8-2 (source amd64)

2011-11-09 Thread Martin Ueding
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 08:54:14 -0200
Source: ruby-rdiscount
Binary: ruby-rdiscount
Architecture: source amd64
Version: 1.6.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Martin Ueding d...@martin-ueding.de
Description: 
 ruby-rdiscount - Discount Markdown Processor for Ruby
Closes: 646932
Changes: 
 ruby-rdiscount (1.6.8-2) unstable; urgency=low
 .
   * Do not install markdown.7 (Closes: #646932)
Checksums-Sha1: 
 a2697b10167a4f5fb660f805ed1ec144550aba0f 1263 ruby-rdiscount_1.6.8-2.dsc
 77d24607b4b1383587d4aa549e6732567423ab6f 2743 
ruby-rdiscount_1.6.8-2.debian.tar.gz
 5e1464296c2f1471fe6f3de8ba127855e26390b9 61968 ruby-rdiscount_1.6.8-2_amd64.deb
Checksums-Sha256: 
 65f625116dea78cf52480f0829e3ce5459d08a4b76c5d30ae102ed3e30188f32 1263 
ruby-rdiscount_1.6.8-2.dsc
 9c53ef1c2c27e31c840c7b03a15e6fb867cc2b068efc195f8f50480ee1573e5f 2743 
ruby-rdiscount_1.6.8-2.debian.tar.gz
 9184ddeb75bbdebee24376cf76291d12ed80eb09f50407ecdcc66c63adec7fdd 61968 
ruby-rdiscount_1.6.8-2_amd64.deb
Files: 
 12c5f771d060c00e8bc7073a33ea92ed 1263 ruby optional ruby-rdiscount_1.6.8-2.dsc
 b0581c34ae6117161a7fc3a096453320 2743 ruby optional 
ruby-rdiscount_1.6.8-2.debian.tar.gz
 ded47a53108e65d836aa1c0fb32e0a29 61968 ruby optional 
ruby-rdiscount_1.6.8-2_amd64.deb

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

iEYEARECAAYFAk66XQoACgkQDOM8kQ+cso8bIwCgpmUOCdOow5eKApjUdPGvcNXK
mvQAniDqcHi9EPw/Tl3AFq1+9L2IWix2
=+rhT
-END PGP SIGNATURE-


Accepted:
ruby-rdiscount_1.6.8-2.debian.tar.gz
  to main/r/ruby-rdiscount/ruby-rdiscount_1.6.8-2.debian.tar.gz
ruby-rdiscount_1.6.8-2.dsc
  to main/r/ruby-rdiscount/ruby-rdiscount_1.6.8-2.dsc
ruby-rdiscount_1.6.8-2_amd64.deb
  to main/r/ruby-rdiscount/ruby-rdiscount_1.6.8-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
Archive: http://lists.debian.org/e1ro5w4-yh...@franck.debian.org



Accepted c2esp 21-1 (source all amd64)

2011-11-09 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 10:12:51 +0100
Source: c2esp
Binary: printer-driver-c2esp c2esp
Architecture: source amd64 all
Version: 21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 c2esp  - transitional dummy package for c2esp printer driver
 printer-driver-c2esp - printer driver for Kodak ESP AiO color inkjet Series
Changes: 
 c2esp (21-1) unstable; urgency=low
 .
   * New 21 upstream release.
 - Goes to unstable.
Checksums-Sha1: 
 28ab5964314dd1009891aba0d9f2137b85085d0f 1956 c2esp_21-1.dsc
 810910c232d20a22bc288109fc826c8b7fd029d4 117175 c2esp_21.orig.tar.gz
 0a0161db5364adbfeef4d71fcd63ac9ba7cffd04 3484 c2esp_21-1.debian.tar.gz
 84f8d71359925b1fe31e790aa3d989b9a25fdba9 40576 
printer-driver-c2esp_21-1_amd64.deb
 e2fd595aa151e0a717bfe3217510954f9bd8e0d7 3248 c2esp_21-1_all.deb
Checksums-Sha256: 
 e934b45a3bd451ca7508319ddccd8d24f3767512320aac6ebdd0836a92a427d6 1956 
c2esp_21-1.dsc
 ac7edf5fa97526ed897cb1315f5101f4559a3d7fad190b85cf70eba7c79a1b2e 117175 
c2esp_21.orig.tar.gz
 3c29afa605a51a454b454e5f38406570f78816766f1d1d8ab22c27375b3902e0 3484 
c2esp_21-1.debian.tar.gz
 dd4382fb946d4d9b93a12101e5df5d753ce3675b7cd981871a3a101bdcfa7562 40576 
printer-driver-c2esp_21-1_amd64.deb
 b97408a1eaba03b9a87255afa95142f8e13f3fb49782029859c95260d39b7673 3248 
c2esp_21-1_all.deb
Files: 
 3e947b404ec418b2e677bb8c79598349 1956 text optional c2esp_21-1.dsc
 73bc88c5d113bd87eeeba67d02698196 117175 text optional c2esp_21.orig.tar.gz
 33f6162d69a001194e860a68e7be583f 3484 text optional c2esp_21-1.debian.tar.gz
 0f2e10b792c984e6c08d9cf8cc7305f8 40576 text optional 
printer-driver-c2esp_21-1_amd64.deb
 e77cac24f2f3a279918116384ffcf05d 3248 oldlibs extra c2esp_21-1_all.deb

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

iQIcBAEBCAAGBQJOul/qAAoJENkp8pkr7wozMUwQAMswhmNHXOegDJxNM9dmk8Hi
CJeBk4z3W2OGGkkAKj4gPyClK32/oUPCdf78qKa+0HPpZognbbCf98n0VL3ORJMC
BurANFGkOct6KPJ8f6FvmR0W2beYGJnCfRfrl3EZkdtfIYIS3ZDS0KOaw+NjpFZK
sS/3ELrxBI78vpJppQDtN64PqjFs8fkZPEORPr3VlISDHEKO5uKSMo1OsyhoubOI
UrvFbFAQBE+kh93McAamxcf/JBNvrO27Lnx8escT7eXQTUBIjJHAcWI43q4943Xo
d1cSai1VQvLkuD81ufRPjPth5W0n8CkgRhmhrY88D6HdbPghnM55FAn1AJuiNRrJ
wLUDjZ5s+/uqnucnV9uflZC0GgUzwEcubuZNRffIxbRpL55SBkSE47vqAkZrsL+9
sjNFsAHnuMZMSIXmzoVcJm1KHntef0DMohON70M4J1qb2+uNHuQSYEZy3CcBvujD
+dKiaYCYP6aRFk3GrkCYXzRvHbAL8FIt2O+giz7+JCaUjHIc/U0Ds7zwOxE7hBlu
iGw+/fAP2vToBZQmNpNBfHPQS8DYmae1joSyVejnMXrJQrz1Gws7plC9EPVFUxmD
EeEEvKGyxrNIida4b2HMdG0aEbjI8Nd3Ojf87DYDnTsiUwl7Tzkr8h6t9RahPNVF
j5Ss/hrHuEQMS24pD56h
=y8po
-END PGP SIGNATURE-


Accepted:
c2esp_21-1.debian.tar.gz
  to main/c/c2esp/c2esp_21-1.debian.tar.gz
c2esp_21-1.dsc
  to main/c/c2esp/c2esp_21-1.dsc
c2esp_21-1_all.deb
  to main/c/c2esp/c2esp_21-1_all.deb
c2esp_21.orig.tar.gz
  to main/c/c2esp/c2esp_21.orig.tar.gz
printer-driver-c2esp_21-1_amd64.deb
  to main/c/c2esp/printer-driver-c2esp_21-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
Archive: http://lists.debian.org/e1ro69v-0001du...@franck.debian.org



Accepted sdf 2.001+1-2 (source all)

2011-11-09 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 11:37:33 +
Source: sdf
Binary: sdf sdf-doc
Architecture: source all
Version: 2.001+1-2
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 sdf- Simple Document Parser
 sdf-doc- Documentation and examples for the Simple Document Parser
Changes: 
 sdf (2.001+1-2) unstable; urgency=low
 .
   * Mark sdf Multi-Arch: foreign.
   * Use POSIX::ctime instead of Perl 4's ctime.pl.
Checksums-Sha1: 
 192ac802170de1ae2cc5eb361d7da467bb77c80e 1823 sdf_2.001+1-2.dsc
 615002f01743a778a9c7ff5035f22c940b4c946f 8023 sdf_2.001+1-2.debian.tar.gz
 abd4b9c10a829519e6e1b01d8c78d8fbbda5e22f 383726 sdf_2.001+1-2_all.deb
 31ce4fac8a92c23f6e1bc83046e07fa967161425 496862 sdf-doc_2.001+1-2_all.deb
Checksums-Sha256: 
 9f6cd594bbc0c5f0e672c4142bc53f84b331106a5748deefefe269200ae39325 1823 
sdf_2.001+1-2.dsc
 b5e9fbfe30b2b352bb33a399052867ee8bd3cf6ab4f22a6ca448778a454957d0 8023 
sdf_2.001+1-2.debian.tar.gz
 7ef91a462c6ff1c2b9346af05c46b935d6acc68265b5b4688823fccc3e2b7713 383726 
sdf_2.001+1-2_all.deb
 3f988cf91c6b1bdb25ced0d83aa246c6e0953a478729009936826e0c28612ec7 496862 
sdf-doc_2.001+1-2_all.deb
Files: 
 09f55d58e634f04b9a228b4d907add7c 1823 text extra sdf_2.001+1-2.dsc
 bc4e6bb49691e9e69934484a7f30c61c 8023 text extra sdf_2.001+1-2.debian.tar.gz
 ebdbaf30a2f58158478229cdf2120158 383726 text extra sdf_2.001+1-2_all.deb
 83ebaa40abc6474f2cc7409511a160f3 496862 doc extra sdf-doc_2.001+1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTrpmRTk1h9l9hlALAQhL4RAAupqloSBX6NiR3Xd58Zf+RAekFEFpTn2J
ER5LwZvvPBdwI0MKfBWLoPnqNXIGI4454tFZuVSpfDIYfiGVss7lUMtMYL4m0Gfm
syy7OuwWt6vLLFKvT9fzCePjMxLCP2thQ6EavFyeADsyHqOoqURlxs3wOsfJxUbd
/kX8nd0+zW4/VHItZNmN1Qu/TGKVLAI8aOZjB1JIrUMeOpS84x2SHF8+NfrCbedz
704Wvy2z7yjVhcKx9SV5mE0qxp7+Ejv+v2LvkqW3H/LR8RD027HROSVpvr0L0WNX
LGMoNnmEijOCzQReaRKG8H9cS0lWge1IVVVnHn7Wv1vmPyh5wEiiFxfnNvAzeEKf
KQEM/nw3CNo9/rMr9DT/gR5BP3/3CnJnfzUpAfnoqJ5n2qfP4zbsntTjYH26DSAv
7WUPLYOXgwQ0frZ3T7TzEntTpIFPqlXJov2K1P3GSsxYT/92hMYlkMZwjnW6QTKu
OJv6fXq/RDB1lkDzDFdlpW7PIKuFOlYVjVWRveFxfRJyJEqoVW6udKgEFeTPjmHC
nBIxdPV48RuaJCobYjn9NRQs6wI0pAWh5NF0JJVbgO4l2wvZEu1LzNt/PjXKMP8Q
9Z+Ke8wZJ3loBhDYOTK/yg57jSk4s5xLcDtAmGjN10JD1pUlnlmtm5JYDdWrpABn
vFeeUiyHUjM=
=p00I
-END PGP SIGNATURE-


Accepted:
sdf-doc_2.001+1-2_all.deb
  to main/s/sdf/sdf-doc_2.001+1-2_all.deb
sdf_2.001+1-2.debian.tar.gz
  to main/s/sdf/sdf_2.001+1-2.debian.tar.gz
sdf_2.001+1-2.dsc
  to main/s/sdf/sdf_2.001+1-2.dsc
sdf_2.001+1-2_all.deb
  to main/s/sdf/sdf_2.001+1-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
Archive: http://lists.debian.org/e1ro6da-0004gz...@franck.debian.org



Accepted activiz.net 5.6.1-2 (source all amd64)

2011-11-09 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 10:23:06 +0100
Source: activiz.net
Binary: libactiviz.net5.6-cil activiz.net-doc activiz.net-examples
Architecture: source amd64 all
Version: 5.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 activiz.net-doc - ActiViz.NET documentation
 activiz.net-examples - ActiViz.NET examples
 libactiviz.net5.6-cil - Tool for generating C# wrappers around VTK
Changes: 
 activiz.net (5.6.1-2) unstable; urgency=low
 .
   * Fix issue on buildd machine where doxygen would not be available
Checksums-Sha1: 
 181382af3eaa2c4fc7a392e92672a9b72ece9f41 2338 activiz.net_5.6.1-2.dsc
 5b99c463eb8b9e1e1e698b4ea1a5bb6a75e11d62 6292 activiz.net_5.6.1-2.debian.tar.gz
 4db4d0c44fb2c5d3e90a595535a36712e279ebd3 4273030 
libactiviz.net5.6-cil_5.6.1-2_amd64.deb
 62390c339e4ed990afe254b2596c582e5041503a 44522560 
activiz.net-doc_5.6.1-2_all.deb
 ddb89abdee320ddbfd1bc134db2b011cb38ad15d 5113478 
activiz.net-examples_5.6.1-2_all.deb
Checksums-Sha256: 
 8dbb0a470c5f9dd3a0978c99a1474a90ffcd9e87516d50e6cb33fd706e7e6c8c 2338 
activiz.net_5.6.1-2.dsc
 c3ec92f6859b111c69f0f296cc368e475bb93053f7db70cbedbf068af184c992 6292 
activiz.net_5.6.1-2.debian.tar.gz
 a91af2a8f39247e640ca7964d1f0f72e771655a8a3d6b69437d571e5a214128a 4273030 
libactiviz.net5.6-cil_5.6.1-2_amd64.deb
 c94da4b715cffa23f236b8d49d8d1d0425f6f54a62dbb869379b0135dc0c9b9a 44522560 
activiz.net-doc_5.6.1-2_all.deb
 b511e0e24516df57ffb869d7497e1ed14ba859eba3d458800e2e2eb7f6aba3f7 5113478 
activiz.net-examples_5.6.1-2_all.deb
Files: 
 2322eaaab21b99d6a884b51520c68af3 2338 graphics optional activiz.net_5.6.1-2.dsc
 82c8e2381364f21f61885f53636775b6 6292 graphics optional 
activiz.net_5.6.1-2.debian.tar.gz
 b83bb0b1ca08993d5b58936c09623151 4273030 cli-mono optional 
libactiviz.net5.6-cil_5.6.1-2_amd64.deb
 7a627d984f947dcc5c7a6620ed13735e 44522560 doc optional 
activiz.net-doc_5.6.1-2_all.deb
 c2f78567ee3a429b5e38dee688c2751f 5113478 graphics optional 
activiz.net-examples_5.6.1-2_all.deb

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

iQIcBAEBCAAGBQJOumcnAAoJEAFx4YKK4JNFAbgP/ROSA03RoZVwubuzeFZbSlMb
8txxeu3tHTg2u0a6DhW0TkV5BxE1Gg3ZGQwCI7Uw25/mo9bDjbW9OkJWhZiIdpwg
2u1J0juMIsLm9i5GqtnD7JOYShybSY3x63HN2JxYN8xIbKACaX/M2EiTS3FE/zdF
YVgGwjHS2VgWiwQKvBXy9aoAo5Ok7iLiapY6X6PMUrNymGuLmCZEeYeffDdnZNi/
5JnqofnWIXfBONw2NsphO4YYi1IJXU9iah4e8B0c5ww79IB+h64VGP1KXt05wXS6
g1zt4xSSjMJHaNXtXBwloR8BVvM0REcpDYqAMpcq0jbM0153ykS8hZasI/TILvQC
OA8pqonQf1irtbejsaFuZfPi50+pVnDi3c5PLPgJo1Vx4KbkHtHwtSk2risbzUvL
9o71zI3Me9wcvhNEGe5HzbUMA6Qfc6ggqYLFeW4v9s7IInMeHutKZE3njhxHK37o
5EK4k76+KWCaT4vg15vOv1LfQso3auxG5z8MUywyz7M6f2qRzNwCyKba/cmvuMoZ
4ItkxUM5aCYkA04mNJTu03bmW9Tc8MkCakkal8IDftD0TCExfXSc1fv78ZgzRPxo
iv5J+48E37vieV7eOBl3iDFqtAJ6yoHQi/aJZzrByp9awc1plIeOmm3S/F+1kd3p
y1+EnuMBJqBfmdDyQXAA
=gKbC
-END PGP SIGNATURE-


Accepted:
activiz.net-doc_5.6.1-2_all.deb
  to main/a/activiz.net/activiz.net-doc_5.6.1-2_all.deb
activiz.net-examples_5.6.1-2_all.deb
  to main/a/activiz.net/activiz.net-examples_5.6.1-2_all.deb
activiz.net_5.6.1-2.debian.tar.gz
  to main/a/activiz.net/activiz.net_5.6.1-2.debian.tar.gz
activiz.net_5.6.1-2.dsc
  to main/a/activiz.net/activiz.net_5.6.1-2.dsc
libactiviz.net5.6-cil_5.6.1-2_amd64.deb
  to main/a/activiz.net/libactiviz.net5.6-cil_5.6.1-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
Archive: http://lists.debian.org/e1ro6ra-0007hj...@franck.debian.org



Accepted libpipeline 1.2.0-5 (source i386)

2011-11-09 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 11:44:21 +
Source: libpipeline
Binary: libpipeline1 libpipeline-dev
Architecture: source i386
Version: 1.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 libpipeline-dev - pipeline manipulation library (development files)
 libpipeline1 - pipeline manipulation library
Changes: 
 libpipeline (1.2.0-5) unstable; urgency=low
 .
   * Mark libpipeline-dev Multi-Arch: same.
   * Add Lintian override for use of debhelper v9.
Checksums-Sha1: 
 b0d60cb737344115357d2253b7bcf172857c96c2 1963 libpipeline_1.2.0-5.dsc
 5b949a236cb877748ab687fd80c0c80458c76cf9 3175 libpipeline_1.2.0-5.debian.tar.gz
 d77a1f4f30584d3bacb82ca17196c38ffd5b0f8b 37626 libpipeline1_1.2.0-5_i386.deb
 3ddf5b37f376186ba6269b5924ef766ceae90754 15286 libpipeline-dev_1.2.0-5_i386.deb
Checksums-Sha256: 
 6229970c6c69a7dcb682d4711203fad4c3085efd8338e5fe5f82f64cfc23d7b2 1963 
libpipeline_1.2.0-5.dsc
 8f9de3b593bd2616b925e244cf2b3d3530a2d75525aeabc13c8f425217e3db28 3175 
libpipeline_1.2.0-5.debian.tar.gz
 4f6f3c0b4d2ddd24f0b3cd0481db988462b47508e25a60b9abbd36dd784ba76c 37626 
libpipeline1_1.2.0-5_i386.deb
 c5bedd8d0d83dafca9b89a6973084c329640fba476ca2d7ed7ac07d800b1a37f 15286 
libpipeline-dev_1.2.0-5_i386.deb
Files: 
 7c8541c606a209c3880fe8775a825525 1963 libs important libpipeline_1.2.0-5.dsc
 694e218dcde41d7e8e2808ea8526c474 3175 libs important 
libpipeline_1.2.0-5.debian.tar.gz
 a220893ea2f90161bdc994adf6d0ab3a 37626 libs important 
libpipeline1_1.2.0-5_i386.deb
 a7203afbfb1a1432d9e3fc60053943fd 15286 libdevel optional 
libpipeline-dev_1.2.0-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTrpn8Tk1h9l9hlALAQhpSA//e2MEUBwLeGrlbDSO+fw4JNEfd+9cqv9R
lCNVONr/WThlQMZST3Nfmh4e/D6DlYF60m81GsSoLuun2degSrVBfdttpMcAivXQ
dbFOtx296wcH9U6dAuQzJlpoEXxs+j+4GhrcUlaQVv4Rx+p2TA3xVB2cvHCav1un
wBzamulSvtpr1uBrTkog30KyPpzoRg8fz+t8/nUXm5YeS0Crwn2g3kj0fSXr4Yyj
inb58lRJxgue0tEkqWosTt9Z1m6qULxKP7rYEPxooymCIN7h2PzhL8+X5mwB/X34
tM1osktQhPR770yYiuzAtGMd+ql8/b8jRG8f+PBHSb4mNanpWclAowZSvq7NEff9
fkMNoTeRQSYHrtx/e8qnk07HYqW8s8kIDmBO0wtzVuT8xG1WF38OzMe2+vDEA19d
zxOZqKv56YeL23QhooBXystbx7QLnq/uUiZgibpLUYFNoy+V++TMG7htZVnwGcsD
+mUzFI3yeqhSqtk6cP90IhDMB1rUVyYgSIUl1Tok/BdVqyngEQn60cJMuLrMLsQD
S4mdDLbH1pxSWzH8zoekORtEO4gcBba9TzO65/ssjRKwcTyxJxsB7ByAVv+l7WbF
hCSvytFypeeIwcoO/HYenCzz8mWrdJokEQZhZEXaPaQsDUXBcPSP+7LJDpjsfyoT
D7b0erDEJCI=
=jyZZ
-END PGP SIGNATURE-


Accepted:
libpipeline-dev_1.2.0-5_i386.deb
  to main/libp/libpipeline/libpipeline-dev_1.2.0-5_i386.deb
libpipeline1_1.2.0-5_i386.deb
  to main/libp/libpipeline/libpipeline1_1.2.0-5_i386.deb
libpipeline_1.2.0-5.debian.tar.gz
  to main/libp/libpipeline/libpipeline_1.2.0-5.debian.tar.gz
libpipeline_1.2.0-5.dsc
  to main/libp/libpipeline/libpipeline_1.2.0-5.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro6s4-0007mt...@franck.debian.org



Accepted mono-zeroconf 0.9.0-3 (source all)

2011-11-09 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Nov 2011 11:12:36 +0800
Source: mono-zeroconf
Binary: libmono-zeroconf1.0-cil libmono-zeroconf-cil-dev mzclient 
monodoc-mono-zeroconf-manual
Architecture: source all
Version: 0.9.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Chow Loong Jin hyper...@ubuntu.com
Description: 
 libmono-zeroconf-cil-dev - CLI library for multicast DNS service discovery
 libmono-zeroconf1.0-cil - CLI library for multicast DNS service discovery
 monodoc-mono-zeroconf-manual - compiled XML documentation for mono-zeroconf
 mzclient   - CLI library for multicast DNS service discovery (commandline tool
Changes: 
 mono-zeroconf (0.9.0-3) unstable; urgency=low
 .
   * [d83970d] Add patch to fix multiple/recursive Dispose calls (LP: #883023)
Checksums-Sha1: 
 d7dc9287ccdc1b611496ae73731a2319af8ee6ef 2279 mono-zeroconf_0.9.0-3.dsc
 d0c804eebc0feaeb428488a366c861de477631e6 5248 mono-zeroconf_0.9.0-3.diff.gz
 c52f71d74576c834d3db4fc41c62600483910b20 59994 
libmono-zeroconf1.0-cil_0.9.0-3_all.deb
 7e25799f37c48b9e25107db2d7b86a5e62c9fedd 9474 
libmono-zeroconf-cil-dev_0.9.0-3_all.deb
 1a6692941767af41cfe127b1bf6efaf17559732d 15036 mzclient_0.9.0-3_all.deb
 a7a22aaf73a1aa9bdecea36a5e82629e42b4bc0c 24714 
monodoc-mono-zeroconf-manual_0.9.0-3_all.deb
Checksums-Sha256: 
 c989d3bda44f3f6081c1ac6c9969965e7b9b3c14f91ccc0878e6aaeb8439b205 2279 
mono-zeroconf_0.9.0-3.dsc
 b5e12a8395ec103093f214eafdaac8c04ba2822f8ae5b847c2da674d27d80f23 5248 
mono-zeroconf_0.9.0-3.diff.gz
 2a312ae4a15fcb45ab3fb4163952978c76ce0187d540f9f3a512b525cfdc8611 59994 
libmono-zeroconf1.0-cil_0.9.0-3_all.deb
 2736f95d4418c0be0ceabf1d1d465e0e4c2e6373073fb40f03ba75a8706cfb7f 9474 
libmono-zeroconf-cil-dev_0.9.0-3_all.deb
 1c028401a9e6ab781b3e7462d73fcadfb6c6cf5380e3c34a847f4234a8126c6f 15036 
mzclient_0.9.0-3_all.deb
 e92bd12497b14ed594a3b75a61001f30f5f23fc7cb0f3ef0d38f10cfd2d2aea8 24714 
monodoc-mono-zeroconf-manual_0.9.0-3_all.deb
Files: 
 2b3365843488bb6c7cbfc3616634180c 2279 libs optional mono-zeroconf_0.9.0-3.dsc
 a37580658d7709c8a8f50dd1c3100952 5248 libs optional 
mono-zeroconf_0.9.0-3.diff.gz
 5a92375ba7f4f71ac78d934f6432c782 59994 libs optional 
libmono-zeroconf1.0-cil_0.9.0-3_all.deb
 724c7f7fd668d60dc03f9093c2ae4493 9474 libs optional 
libmono-zeroconf-cil-dev_0.9.0-3_all.deb
 683ef6e977bafc0871bc8e9743371bf0 15036 libs optional mzclient_0.9.0-3_all.deb
 656f2abdc2f155b57d4e92c301d5d6d1 24714 doc optional 
monodoc-mono-zeroconf-manual_0.9.0-3_all.deb

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

iQIcBAEBCAAGBQJOums0AAoJEONS1cUcUEHUZdEP/1y6Oh5UDVBjWMN6wvoDgmG7
wae9/KkdekeF0rk9vlI1CWwihzWxhNIALS9GTQrl4WkJMwMc6f5ox51+96eI5Wm8
xIDBdpAD2WIR7St18wK1+/V3GKKMJ++53xSfl5bohKfBBLPKvZgrezjvSp5+n9tw
M5HmRzAtQ5Qd30ib0KqenqHuVdxX+136pxuAFxrRhRbL/m2gHcf93N7t0claQu6u
j0poKMbrhhJ9TXZF1+125T7kt4LqJe/5iIxPvOCJ51SYjhHNHvmew2XZE4jK5Ufq
F3AREA3up8hrLTNPr9IuMCdZThJaYFBOMiP5Lt6TjeSW3vYkrDAC0Iuip4c6YRTO
VoThuimd8DZQgEhaDrPzcwZ4IMjvL8MfUjEfLoJu31H7Y+9itMgw5ZR4Hr+WWjqe
2vwrdDVkaPv81K2YL24gexe6zoPv4q9X5K/JfUdsqs2+P/8x4OI2ddbffsjm+s2+
pe16qFA9j8QP4hQXqE6vE/dT1dMt5mN9djlkoxFN7tqRnW8B6MReRbSyxrQv0QcC
6BDuvKNRk2os5EjhI4xc31vpa9l3dEHo0thBcPuIgLApxvseYAtlb6s7bW59cERd
6ywuaxR18BX879trGQHrIYUA9M1QK8PUtFAyc/nDc1ECLvAbEi7VCkJCnnN10Y/e
gIKDQReyMWQa/Df6UFln
=lZVR
-END PGP SIGNATURE-


Accepted:
libmono-zeroconf-cil-dev_0.9.0-3_all.deb
  to main/m/mono-zeroconf/libmono-zeroconf-cil-dev_0.9.0-3_all.deb
libmono-zeroconf1.0-cil_0.9.0-3_all.deb
  to main/m/mono-zeroconf/libmono-zeroconf1.0-cil_0.9.0-3_all.deb
mono-zeroconf_0.9.0-3.diff.gz
  to main/m/mono-zeroconf/mono-zeroconf_0.9.0-3.diff.gz
mono-zeroconf_0.9.0-3.dsc
  to main/m/mono-zeroconf/mono-zeroconf_0.9.0-3.dsc
monodoc-mono-zeroconf-manual_0.9.0-3_all.deb
  to main/m/mono-zeroconf/monodoc-mono-zeroconf-manual_0.9.0-3_all.deb
mzclient_0.9.0-3_all.deb
  to main/m/mono-zeroconf/mzclient_0.9.0-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ro7lt-0005tp...@franck.debian.org



Accepted ginkgocadx 2.6.0.0~rc-1 (source amd64)

2011-11-09 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 12:29:00 +0100
Source: ginkgocadx
Binary: ginkgocadx
Architecture: source amd64
Version: 2.6.0.0~rc-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 ginkgocadx - Medical Imaging Software and complete DICOM Viewer
Closes: 647413 648167
Changes: 
 ginkgocadx (2.6.0.0~rc-1) unstable; urgency=low
 .
   * New upstream version
 Closes: #647413
   * Rebuild against recent insighttoolkit
 Closes: #648167
Checksums-Sha1: 
 9a0a7f8f1c46feb3a0570b69b4d3094f09e05874 1770 ginkgocadx_2.6.0.0~rc-1.dsc
 03607160adcecc8c03b80402706aa1bddb525fa8 5144921 
ginkgocadx_2.6.0.0~rc.orig.tar.gz
 d9e4caa7391a00626c7846a096be4c857376fb74 6844 
ginkgocadx_2.6.0.0~rc-1.debian.tar.gz
 98d9dae8fb01341b2387d6a394bf8693820b1d76 4555186 
ginkgocadx_2.6.0.0~rc-1_amd64.deb
Checksums-Sha256: 
 b82eb04a5f59736ac718ba5302bcab3743c8f0e35cc496f0a4e2e90a4a56d354 1770 
ginkgocadx_2.6.0.0~rc-1.dsc
 e2e21e1e9931faa88658ee87b299bcae08c997f7f35850e8ce46edc7ebc6697d 5144921 
ginkgocadx_2.6.0.0~rc.orig.tar.gz
 1d643be915f5eb0ab62e308ef176f7ee4c53c60cef2aa332fabbfe6d1ae3d2ab 6844 
ginkgocadx_2.6.0.0~rc-1.debian.tar.gz
 a81ec0b5f0b46b69eda65862479a711362707017b4cebd847c4bf001db7ab8bc 4555186 
ginkgocadx_2.6.0.0~rc-1_amd64.deb
Files: 
 2c253c9dd23ef77832f076143d58c162 1770 science optional 
ginkgocadx_2.6.0.0~rc-1.dsc
 0a8a4de4a2e3267d8943c3043c7dc0fc 5144921 science optional 
ginkgocadx_2.6.0.0~rc.orig.tar.gz
 c5a692201e05532c5df4d0744b09fa7d 6844 science optional 
ginkgocadx_2.6.0.0~rc-1.debian.tar.gz
 9acd5e3a1887c8f5e202345fbdf02a1e 4555186 science optional 
ginkgocadx_2.6.0.0~rc-1_amd64.deb

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

iEYEARECAAYFAk66caMACgkQYDBbMcCf01rPOQCfXQHbjGdZ8weX/Tu/G/gqGACQ
PV4AnRjm3O4iHfmxhHOqqborrOaTn/Dy
=tjJp
-END PGP SIGNATURE-


Accepted:
ginkgocadx_2.6.0.0~rc-1.debian.tar.gz
  to main/g/ginkgocadx/ginkgocadx_2.6.0.0~rc-1.debian.tar.gz
ginkgocadx_2.6.0.0~rc-1.dsc
  to main/g/ginkgocadx/ginkgocadx_2.6.0.0~rc-1.dsc
ginkgocadx_2.6.0.0~rc-1_amd64.deb
  to main/g/ginkgocadx/ginkgocadx_2.6.0.0~rc-1_amd64.deb
ginkgocadx_2.6.0.0~rc.orig.tar.gz
  to main/g/ginkgocadx/ginkgocadx_2.6.0.0~rc.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
Archive: http://lists.debian.org/e1ro7yg-0006wp...@franck.debian.org



Accepted wesnoth-1.9 1:1.9.10-1 (source i386 all)

2011-11-09 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 10:34:32 +0100
Source: wesnoth-1.9
Binary: wesnoth-1.9-data wesnoth-1.9-core wesnoth-1.9-dbg wesnoth-1.9 
wesnoth-1.9-music wesnoth-1.9-server wesnoth-1.9-tools wesnoth-1.9-httt 
wesnoth-1.9-tsg wesnoth-1.9-trow wesnoth-1.9-ttb wesnoth-1.9-ei 
wesnoth-1.9-utbs wesnoth-1.9-did wesnoth-1.9-nr wesnoth-1.9-sof 
wesnoth-1.9-sotbe wesnoth-1.9-l wesnoth-1.9-aoi wesnoth-1.9-thot 
wesnoth-1.9-low wesnoth-1.9-dm wesnoth-1.9-dw
Architecture: source i386 all
Version: 1:1.9.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Gerfried Fuchs rho...@debian.org
Description: 
 wesnoth-1.9 - fantasy turn-based strategy game - complete suite (branch 1.9)
 wesnoth-1.9-aoi - An Orcish Incursion official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-core - fantasy turn-based strategy game (branch 1.9)
 wesnoth-1.9-data - data files for Wesnoth (branch 1.9)
 wesnoth-1.9-dbg - fantasy turn-based strategy game (debugging symbols for 
branch 1.
 wesnoth-1.9-did - Descent Into Darkness official campaign for Wesnoth 
(branch 1.9
 wesnoth-1.9-dm - Delfador's Memoirs official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-dw - Dead Water official campaign for Wesnoth (branch 1.9)
 wesnoth-1.9-ei - The Eastern Invasion official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-httt - Heir to the Throne official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-l - Liberty official campaign for Wesnoth (branch 1.9)
 wesnoth-1.9-low - Legend of Wesmere official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-music - music files for Wesnoth (branch 1.9)
 wesnoth-1.9-nr - Northern Rebirth official campaign for Wesnoth (branch 1.9)
 wesnoth-1.9-server - multiplayer network server for Wesnoth (branch 1.9)
 wesnoth-1.9-sof - The Sceptre of Fire official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-sotbe - Son of the Black-Eye official campaign for Wesnoth 
(branch 1.9)
 wesnoth-1.9-thot - The Hammer of Thursagan official campaign for Wesnoth 
(branch 1
 wesnoth-1.9-tools - tools for campaign developers for Wesnoth (branch 1.9)
 wesnoth-1.9-trow - The Rise of Wesnoth official campaign for Wesnoth (branch 
1.9)
 wesnoth-1.9-tsg - The South Guard official campaign for Wesnoth (branch 1.9)
 wesnoth-1.9-ttb - A Tale of Two Brothers official campaign for Wesnoth 
(branch 1.
 wesnoth-1.9-utbs - Under the Burning Suns official campaign for Wesnoth 
(branch 1.
Changes: 
 wesnoth-1.9 (1:1.9.10-1) unstable; urgency=low
 .
   * New upstream devel release.
   * Remove incorporated patch sdl-compile-fix.
Checksums-Sha1: 
 c40fcf371c3b68ab81e6770a03f63dc9e119c389 3145 wesnoth-1.9_1.9.10-1.dsc
 b4c586680b97a6f4508222c820486b3fc3eded51 340465977 
wesnoth-1.9_1.9.10.orig.tar.bz2
 78d207a4d632f12b2630a68d4f88debabc8dcff0 45345 
wesnoth-1.9_1.9.10-1.debian.tar.gz
 19dd98cdbd7f5b8098837c56545b4241616125fb 4818784 
wesnoth-1.9-core_1.9.10-1_i386.deb
 e5ef26f3ba486fb4a91ee0268acf03f4a7ba4c19 722094 
wesnoth-1.9-dbg_1.9.10-1_i386.deb
 10be45fc5a593410a15cb15d55ef7d843e76feb5 765810 
wesnoth-1.9-server_1.9.10-1_i386.deb
 7a03162184e23234006a16d4265302c608b374ff 95910310 
wesnoth-1.9-data_1.9.10-1_all.deb
 0c20f7487a75be367a9c4aeb1e29e213106118d4 1188 wesnoth-1.9_1.9.10-1_all.deb
 f38e5c07a93d67ffcafb3dba8d0a4ba128e5ee31 143851846 
wesnoth-1.9-music_1.9.10-1_all.deb
 7833d5e178516d7f6bd5e04d646a70d8bc19e198 324528 
wesnoth-1.9-tools_1.9.10-1_all.deb
 a4f7ccc865991dd94a9457dd0902534ab1e72a6f 7116004 
wesnoth-1.9-httt_1.9.10-1_all.deb
 98362482208fdfcb2d1aa067b4dc813e66cce8a1 4522800 
wesnoth-1.9-tsg_1.9.10-1_all.deb
 1d1aa50840c4a77173052cee90097de84d5880d0 10879814 
wesnoth-1.9-trow_1.9.10-1_all.deb
 b5a829411e07b3b4c9dcfff15d2aea91d7956112 2835232 
wesnoth-1.9-ttb_1.9.10-1_all.deb
 92f7d33c97a1b6e7cb702170d4300bf8ec323a5a 5034740 
wesnoth-1.9-ei_1.9.10-1_all.deb
 551adcb266693c6a0bc9af178cd6430f94f51a71 7578368 
wesnoth-1.9-utbs_1.9.10-1_all.deb
 d6548487daff5607e74faadd9080901295183512 5779618 
wesnoth-1.9-did_1.9.10-1_all.deb
 765a367132ad5bea91560039ca75f67cb22f0f3a 3578520 
wesnoth-1.9-nr_1.9.10-1_all.deb
 e7b1f4b055a5aca7d9ca0041deab3d93e6ea9bee 1756356 
wesnoth-1.9-sof_1.9.10-1_all.deb
 5910bafe71b5ea3423c2b3825659cfaa477a 5694620 
wesnoth-1.9-sotbe_1.9.10-1_all.deb
 cdd8f6de84b8e08e84cc20d250ccb664f96a268c 6266406 wesnoth-1.9-l_1.9.10-1_all.deb
 5a77c03a14fbd1b64f781e562a2027f8216d398e 3675102 
wesnoth-1.9-aoi_1.9.10-1_all.deb
 731988114a2b10b2073c51b3c4eef23e638941d6 3808148 
wesnoth-1.9-thot_1.9.10-1_all.deb
 c702df107c090c8bd1a400324fedf39036e70f8b 8615456 
wesnoth-1.9-low_1.9.10-1_all.deb
 3ce8ce4e79172f57877af8c9f2b6f3639bf65b06 5541146 
wesnoth-1.9-dm_1.9.10-1_all.deb
 07171dca965931b9afe3388ef850542fdbe586fd 3784806 
wesnoth-1.9-dw_1.9.10-1_all.deb
Checksums-Sha256: 
 bc0585373626f43f7d043acdd49eee1973da278717d3e682980412d5e6325d1b 3145 
wesnoth-1.9_1.9.10-1.dsc
 

Accepted source-highlight 3.1.5-1 (source i386 all)

2011-11-09 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 08 Nov 2011 20:37:22 +0200
Source: source-highlight
Binary: source-highlight libsource-highlight-dev libsource-highlight4 
libsource-highlight-common
Architecture: source i386 all
Version: 3.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 libsource-highlight-common - architecture-independent files for source 
highlighting library
 libsource-highlight-dev - development files for source highlighting library
 libsource-highlight4 - source highlighting library
 source-highlight - convert source code to syntax highlighted document
Changes: 
 source-highlight (3.1.5-1) unstable; urgency=low
 .
   * New upstream release
 - Raised library soname, packages renamed
 - Obsoletes patch for bug #579698
   * Fixed lintian warning brace-expansion-in-debhelper-config-file
   * Removed *.la file from -dev package
   * Added build-arch and build-indep targets to debian/rules
   * Updated standards version
Checksums-Sha1: 
 e82eb309e9b1099967db7284e11cbdba3a86 1455 source-highlight_3.1.5-1.dsc
 9245e42d63ef9b8b9d810f7aebd3fd25fb8a705c 1530048 
source-highlight_3.1.5.orig.tar.gz
 d39b4c48f2d5b67e82647c00b9d91767ba2b5cc4 4471 
source-highlight_3.1.5-1.debian.tar.gz
 97e4b3197a65a8bd5ed85b1c146a28453f2de29a 357390 
source-highlight_3.1.5-1_i386.deb
 da6bd478c8067af6a21c794615f2593aa43e2376 814448 
libsource-highlight-dev_3.1.5-1_i386.deb
 bd5cae0667f17e5b71025ad79cbe9a9a8ae1dad0 309654 
libsource-highlight4_3.1.5-1_i386.deb
 0752e1a6ae04a959d192125516f87e4806f94f7d 67094 
libsource-highlight-common_3.1.5-1_all.deb
Checksums-Sha256: 
 ad92fe5c9d910764dd1f2fe0296ee1bd0dd3e2ed3677f712c7409c35966d9a58 1455 
source-highlight_3.1.5-1.dsc
 9d3f153e49f9cbecaf2d863b20d6a2933bd6eb30ecdc1b8d48f39d08daf24299 1530048 
source-highlight_3.1.5.orig.tar.gz
 6e884557d0b0aca784ad58c6fa25c3150f2e274466dbaefba371ddd6973fc32a 4471 
source-highlight_3.1.5-1.debian.tar.gz
 a6bf0bf9a9289a2880c9142a4df9506137a0bf598df96ce2947e3310dba96771 357390 
source-highlight_3.1.5-1_i386.deb
 007ab7b7f644c397e0dfb15cb1ce7fa77d29065382fda2bd19f0bc9a6e644481 814448 
libsource-highlight-dev_3.1.5-1_i386.deb
 611c2e23fe5515d81f6eb7971035a377f81c206ba5904929f6617bc94918084f 309654 
libsource-highlight4_3.1.5-1_i386.deb
 462da6845c22b771ea410d804e8ab16f560aff411ce40609919c82916967ee3f 67094 
libsource-highlight-common_3.1.5-1_all.deb
Files: 
 080812b007162565085eea0a50b71642 1455 devel optional 
source-highlight_3.1.5-1.dsc
 3117ee47c1c6b0668667e20d2aca3757 1530048 devel optional 
source-highlight_3.1.5.orig.tar.gz
 787aaa02987f755ff4f66ba6905b689a 4471 devel optional 
source-highlight_3.1.5-1.debian.tar.gz
 b02cbb30ea7fdfc72ad63e0289b6b292 357390 devel optional 
source-highlight_3.1.5-1_i386.deb
 8e29c49e9a88929e5a6347a0c68ebb8c 814448 libdevel optional 
libsource-highlight-dev_3.1.5-1_i386.deb
 d154d6058058f05ca2437f1d69750250 309654 libs optional 
libsource-highlight4_3.1.5-1_i386.deb
 8f8e9c7b94a40eb496c963441413f5d0 67094 libs optional 
libsource-highlight-common_3.1.5-1_all.deb

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

iEYEARECAAYFAk65eZQACgkQTTx8oVVPtMaPFgCeK5LI486kNu9b3UA0AmFNSu1N
JhsAoKID5PJhcyIKL+WjA+Iys9empnn2
=sBmP
-END PGP SIGNATURE-


Accepted:
libsource-highlight-common_3.1.5-1_all.deb
  to main/s/source-highlight/libsource-highlight-common_3.1.5-1_all.deb
libsource-highlight-dev_3.1.5-1_i386.deb
  to main/s/source-highlight/libsource-highlight-dev_3.1.5-1_i386.deb
libsource-highlight4_3.1.5-1_i386.deb
  to main/s/source-highlight/libsource-highlight4_3.1.5-1_i386.deb
source-highlight_3.1.5-1.debian.tar.gz
  to main/s/source-highlight/source-highlight_3.1.5-1.debian.tar.gz
source-highlight_3.1.5-1.dsc
  to main/s/source-highlight/source-highlight_3.1.5-1.dsc
source-highlight_3.1.5-1_i386.deb
  to main/s/source-highlight/source-highlight_3.1.5-1_i386.deb
source-highlight_3.1.5.orig.tar.gz
  to main/s/source-highlight/source-highlight_3.1.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
Archive: http://lists.debian.org/e1ro81i-0002yo...@franck.debian.org



Accepted syslog-ng 3.3.1.dfsg-1 (source all amd64)

2011-11-09 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 11 Oct 2011 14:30:48 +0200
Source: syslog-ng
Binary: syslog-ng libsyslog-ng-3.3.1 libsyslog-ng-dev syslog-ng-core 
syslog-ng-mod-json syslog-ng-mod-mongodb syslog-ng-mod-sql
Architecture: source all amd64
Version: 3.3.1.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 libsyslog-ng-3.3.1 - Next generation system logging daemon (private library)
 libsyslog-ng-dev - Next generation system logging daemon (development files)
 syslog-ng  - Next generation system logging daemon (metapackage)
 syslog-ng-core - Next generation system logging daemon (core)
 syslog-ng-mod-json - Next generation system logging daemon (JSON plugin)
 syslog-ng-mod-mongodb - Next generation system logging daemon (MongoDB plugin)
 syslog-ng-mod-sql - Next generation system logging daemon (SQL plugin)
Closes: 496521 589081 608605 609050 609154 616069 630172 634715 644458
Changes: 
 syslog-ng (3.3.1.dfsg-1) unstable; urgency=low
 .
   * New upstream release with important fixes from upstream git tree with
 non-free manpages removed.
   * Drop syslog-ng.conf(5) (closes: #496521).
   * syslog-ng(8) is generated, and does not mention -Q anymore
 (closes: #616069).
   * Supports CAP_SYSLOG on recent kernels (closes: #630172).
   * Does not use g_timeout_add_seconds anymore (closes: #609154).
 .
   [ Gergely Nagy alger...@madhouse-project.org ]
   * Update debian/copyright to DEP-5 format.
   * Simplified the logrotate file by merging identical entries.
   * Include local configuration files from /etc/syslog-ng/conf.d/ (Closes:
 #609050).
   * Update syslog-ng.conf to be fully 3.3 compliant.
   * Compress both source and binaries (except the syslog-ng meta
 package) with xz, instead of gzip.
   * Use dpkg triggers to restart syslog-ng when appropriate.
   * Include DFSG-free manual pages for all binaries.
   * Build with Hardening enabled.
   * Mention syslog(3) in /etc/default/syslog-ng, instead of
 linux/kernel.h (Closes: #608605)
   * Support 'status' in the init script.
 Patch from Peter Eisentraut pet...@debian.org (Closes: #644458)
   * Build-Depend on libevtlog-dev (= 0.2.12-5~) for correct shlibs.
   * Use [linux-any] in Build-Depends instead of hardcoded links.
 (Closes: #634715)
   * Use $SYSLOGNG_OPTS in the init script when reloading syslog-ng.
 (Closes: #589081)
Checksums-Sha1: 
 571a4c71a5488cc0a0d64bcba80a41b354df45f3 1893 syslog-ng_3.3.1.dfsg-1.dsc
 ed483a20840949bb4e9c6624e6f9b65e82ffb2f7 956856 
syslog-ng_3.3.1.dfsg.orig.tar.xz
 5ef38dc3daadb513fa3b3189c6c6a1be0f240219 32956 
syslog-ng_3.3.1.dfsg-1.debian.tar.xz
 4be457ef8131d666b1b33a8c9f2e1bc77efab72e 25060 syslog-ng_3.3.1.dfsg-1_all.deb
 0351787ec03ca19432edcb77cb46775a50d6bd08 181490 
libsyslog-ng-3.3.1_3.3.1.dfsg-1_amd64.deb
 2e168fc0a62d3e86c091a8a821b97fc5986818da 65688 
libsyslog-ng-dev_3.3.1.dfsg-1_amd64.deb
 eff2ed5a36c5620f77ffb14df73e67e0f275b643 171790 
syslog-ng-core_3.3.1.dfsg-1_amd64.deb
 e77dea54e6deb516c58c9bb8cf26c613e958f018 26580 
syslog-ng-mod-json_3.3.1.dfsg-1_amd64.deb
 4a6157af2acb73eef2e7eff77d158d0ccce224df 35266 
syslog-ng-mod-mongodb_3.3.1.dfsg-1_amd64.deb
 16c6babb4329858f11b1ceb67b26fb45c03ec15a 40086 
syslog-ng-mod-sql_3.3.1.dfsg-1_amd64.deb
Checksums-Sha256: 
 5ca34046fd7beff15cb2650572978350b42b2d6ec6cc9c4e5aae95c8dc0f60d0 1893 
syslog-ng_3.3.1.dfsg-1.dsc
 113f985d16a8e3044aa06c4cf1e04b607785866ae52c03db82e53b0f76815778 956856 
syslog-ng_3.3.1.dfsg.orig.tar.xz
 e70fba430e5fdb099095950c4bb8ff7a4d01b6182ea5d01b0fa7cd95a56ffce9 32956 
syslog-ng_3.3.1.dfsg-1.debian.tar.xz
 63606fa9fb3734c32bff77eb93663f8829299d50aae2268a1abd9d614b1eb261 25060 
syslog-ng_3.3.1.dfsg-1_all.deb
 25d1b5729e3d7ab54823e8d2acf9e931a299f41c0cf61caee6694e062bc67a68 181490 
libsyslog-ng-3.3.1_3.3.1.dfsg-1_amd64.deb
 b1b107229289cb4405fefae183b3ff5658c46101c0d8ffe0cf4de3c2eb3ddecf 65688 
libsyslog-ng-dev_3.3.1.dfsg-1_amd64.deb
 97cc127815320c1e23945819322ad9bf427204934e3404ad038d8a36726b8bef 171790 
syslog-ng-core_3.3.1.dfsg-1_amd64.deb
 acb885278d8c5b9c6b8179b94b235509686f91f7c588de653801b12f672fbc41 26580 
syslog-ng-mod-json_3.3.1.dfsg-1_amd64.deb
 0a80397a359fd8faefeee601479cc5ffa94e191d183e5a45a9fcfbd78b98daac 35266 
syslog-ng-mod-mongodb_3.3.1.dfsg-1_amd64.deb
 5c4fc1675590f8e5d99907f998577682cae23b5c46b9ae8074dcaa61452d45aa 40086 
syslog-ng-mod-sql_3.3.1.dfsg-1_amd64.deb
Files: 
 d09dffdb201cfe417d0f517f94152e37 1893 admin extra syslog-ng_3.3.1.dfsg-1.dsc
 a9bf39e1a2e3d48c642f08d5b6e66217 956856 admin extra 
syslog-ng_3.3.1.dfsg.orig.tar.xz
 235949ee0c40e18b99011dc812a4ba08 32956 admin extra 
syslog-ng_3.3.1.dfsg-1.debian.tar.xz
 0a5b99bb51212eef450e752e822e2a37 25060 admin extra 
syslog-ng_3.3.1.dfsg-1_all.deb
 92b1fde820690d9b4ffe898917214c9f 181490 libs extra 
libsyslog-ng-3.3.1_3.3.1.dfsg-1_amd64.deb
 d585858cfcab7f4d549f25894a182f0d 65688 libdevel extra 

Accepted cccc 1:3.1.4-2 (source i386)

2011-11-09 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 13:01:30 +
Source: 
Binary: 
Architecture: source i386
Version: 1:3.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
    - C and C++ Code Counter, a software metrics tool
Changes: 
  (1:3.1.4-2) unstable; urgency=low
 .
   * Add cross-compiling support.
Checksums-Sha1: 
 d2bf3904acc78007bb2d700805f64df60649c4ad 1735 _3.1.4-2.dsc
 9610c0d2689ef00ef0a92d01b50b19b9e19de287 4229 _3.1.4-2.debian.tar.gz
 1b54c9db36648aff639edc026684dd6ebe8eaf83 192636 _3.1.4-2_i386.deb
Checksums-Sha256: 
 3e876897b90970fdc2471eac289c847304886c96d41cf3577c75a80d6a663d9a 1735 
_3.1.4-2.dsc
 0cf04b711b700778630a20edf9bebc473f91a93ef1c7b0099f8f0caea030a9b7 4229 
_3.1.4-2.debian.tar.gz
 95cc9bc471febc7d74991868c3fb69c11b83ff354d470af1be7f0ee6775b23ab 192636 
_3.1.4-2_i386.deb
Files: 
 5bd96a4ba1baeed820f1e1fa3a3a99b5 1735 devel optional _3.1.4-2.dsc
 ff4a32e7aab7fd13c0c6bf3b259e6dfd 4229 devel optional _3.1.4-2.debian.tar.gz
 be96147571c66f44e968168a334e2666 192636 devel optional _3.1.4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTrp53zk1h9l9hlALAQhRYRAAkFOcuj8YuYbPZ+iXaWEl5IH4KXOiOHZM
Mp0QXpxHmdzC6ilbj7OFDOHTzjYVU9XXMeqHFf21rucIowLwiparbDqxDXGc9yX7
Ijbv1WSXnuN9ffMe+0KxUBYL5RGpvUkcxpApvBO0OkD5OzYdVaYmhao5gzxFAhKj
J57gdoa8G2HeIBHr4sstKBoCsSvw6xIRBPB2+dGYGE8byVePvWcXqKNcEwfYrUuc
ISoKp+oqd6QWqJowT1KSuvaEMrD7UVET68U6aXVLdq4Mm7PPYiecjyUn7gZT/vHi
owUrv4nsiH+Ii7f9iH+49UI4xGNLmUYl+NCAAzgeVTrjYFowfB2dgL/X+NfmDq1P
YEeqArLSBDcIPbzH1Z1fbdSQFlEmhQ/gth7koY8ajwK1PaUjYohaJzovgii9Eccb
3Ss2A+OL47VZkDjYLh7VVj4knmjtfFQEvOf8oRoKIsoPQIXJ1dDzn9Hzwk/RHiW3
N4hfiiJMXYMg07O/z+X4i70dAZnCkILq1U5RlPsrckPsBFwX+fmNYfgLWLDhFtq1
qvq1Yt6wYUvs8w2lbzBATmiqKXWsxzzm7+u+SkhAeGLwmTYcw/DlU0diqtIWySXT
b5hLWu7LLGd/fQRo3pCGcdnrXWDf965JoOzFQjDeZvGw36PpSVbvft7JW5KFz3Pr
7RbdD+Lf/f8=
=YMsV
-END PGP SIGNATURE-


Accepted:
_3.1.4-2.debian.tar.gz
  to main/c//_3.1.4-2.debian.tar.gz
_3.1.4-2.dsc
  to main/c//_3.1.4-2.dsc
_3.1.4-2_i386.deb
  to main/c//_3.1.4-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
Archive: http://lists.debian.org/e1ro82r-0002nd...@franck.debian.org



Accepted libbio-chado-schema-perl 0.09040-1 (source all)

2011-11-09 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 2 Nov 2011 15:20:02 +0100
Source: libbio-chado-schema-perl
Binary: libbio-chado-schema-perl
Architecture: source all
Version: 0.09040-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Olivier Sallou olivier.sal...@irisa.fr
Description: 
 libbio-chado-schema-perl - DBIx::Class layer for the Chado database schema
Closes: 647416
Changes: 
 libbio-chado-schema-perl (0.09040-1) unstable; urgency=low
 .
   * Initial Release (Closes: #647416).
Checksums-Sha1: 
 79b351397749b12a776b5d82df4743161ea03c65 2398 
libbio-chado-schema-perl_0.09040-1.dsc
 6c5c4f4659cfd6607ff05165e88debde1120f0e1 209447 
libbio-chado-schema-perl_0.09040.orig.tar.gz
 bc44f354f2de898eba60f795f6b3d76c9c4f9158 1943 
libbio-chado-schema-perl_0.09040-1.debian.tar.gz
 df61b1be8fcaeac92a95f35968c1ea67ee108c38 146840 
libbio-chado-schema-perl_0.09040-1_all.deb
Checksums-Sha256: 
 5ebf4c75b270b9ba12e8dca206ff691a61e78a485c46bf12f03857e1b385cb08 2398 
libbio-chado-schema-perl_0.09040-1.dsc
 ea011c8e538203d5f0f61b2ff3a473fdc62e8cb02b9dfb2928f65375ab897451 209447 
libbio-chado-schema-perl_0.09040.orig.tar.gz
 3e8ef5870dad378b18ed7d1ed291ad88214bc64026b0dfc168d49ccf79574c12 1943 
libbio-chado-schema-perl_0.09040-1.debian.tar.gz
 92a199a0ee1127970da6466911bea5a1c1e906d4b110bd7cf2966a79bd0e0fb2 146840 
libbio-chado-schema-perl_0.09040-1_all.deb
Files: 
 be9e28e2f66fdc97f027dd95b7d91ed5 2398 perl optional 
libbio-chado-schema-perl_0.09040-1.dsc
 7c4ae5de39c14c50a9a5fedcd34797a8 209447 perl optional 
libbio-chado-schema-perl_0.09040.orig.tar.gz
 6cd423fc96a28ebb0e675a88aceaa999 1943 perl optional 
libbio-chado-schema-perl_0.09040-1.debian.tar.gz
 03958bc2d02a56cdff6fc127ace2596c 146840 perl optional 
libbio-chado-schema-perl_0.09040-1_all.deb

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

iQIcBAEBCAAGBQJOuVqlAAoJELs6aAGGSaoG+sUP/A+FOAsKsWa710AkS5PtDN7J
3sKKRC3END2B44EUsa6d/5gsbwvYLIECvn/pbiPYN4Zbd6mmbDpJFsy3dN6fSddD
25Gob8TljwMyQxiLDGwWWuQ/oJNqrfdVPIQOJTxzY39DLmgmE6tg7Wrqv4uX3hEy
pU0VHRC6WUDM5VPCL8gwMqC0JJFqddAjQGYL4HrtYmGAi2agB2hV6VUcUzzCIJvh
x6F+iwSf8aS8gboqi4iArhJk8/uvg6NVD4q2aLA9Zv75RG9qAvYceydgbsXpbppu
qJeSKZQkQvklq/GiTf26Pfwqe3XWFLm9x/k8fQ04BD6N31bHag3ZqSPGP1A4uPfO
67IRUQlHAH47Eic1QlPtboRQT0MfOTt60uL6a9v35qDQdxGviRVzP82hSyQIwbDl
bCUTtBx/ZnPPaQ4zOgHL1Icsj0ozpKH44Qu5BN7hCvb9W70RvUDbdCQuGKebNnev
f8E02GxN3KMM11RZVQxaq+u1rPyK3qvVUGmnrZSEJCan8C+/wlk5zu5aNTzdaXJ+
D+N5+mQpeRBkutZjVmXnydTg+ePqu9UXKYzZOujbi1gVCf1d0vmeXBozBAV9Gkqt
KjtFlRnFH5cerXQUPcJHsVQ6pUu31Cdr0Fe4ocL9IR+/AGkh6chDffTkc1q7SdBu
mtfz9H/+y9uCffwHLkxb
=heRm
-END PGP SIGNATURE-


Accepted:
libbio-chado-schema-perl_0.09040-1.debian.tar.gz
  to 
main/libb/libbio-chado-schema-perl/libbio-chado-schema-perl_0.09040-1.debian.tar.gz
libbio-chado-schema-perl_0.09040-1.dsc
  to main/libb/libbio-chado-schema-perl/libbio-chado-schema-perl_0.09040-1.dsc
libbio-chado-schema-perl_0.09040-1_all.deb
  to 
main/libb/libbio-chado-schema-perl/libbio-chado-schema-perl_0.09040-1_all.deb
libbio-chado-schema-perl_0.09040.orig.tar.gz
  to 
main/libb/libbio-chado-schema-perl/libbio-chado-schema-perl_0.09040.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
Archive: http://lists.debian.org/e1ro8g8-0004ak...@franck.debian.org



Accepted libcriticism-perl 1.02-1 (source all)

2011-11-09 Thread Onur Aslan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 5 Nov 2011 20:35:57 +0200
Source: libcriticism-perl
Binary: libcriticism-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Onur Aslan o...@onur.im
Description: 
 libcriticism-perl - Perl pragma to enforce coding standards and best-practices
Closes: 548991
Changes: 
 libcriticism-perl (1.02-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #548991)
Checksums-Sha1: 
 dc18d2f5db76ffb550fc8aec6d8b0f72a7a437aa 2083 libcriticism-perl_1.02-1.dsc
 d0f6d78d87bf41e139a6b9b57d8517482a78a769 15127 
libcriticism-perl_1.02.orig.tar.gz
 f948ede4243e4159ba4bfbc24498f5d23e93746b 1542 
libcriticism-perl_1.02-1.debian.tar.gz
 cd18e726eecf1e8108ee8dff1655a92f43ce851a 10088 libcriticism-perl_1.02-1_all.deb
Checksums-Sha256: 
 dcca2bd5f06578a771d2815971d45805084644ea280cd383cdab75aacd997b10 2083 
libcriticism-perl_1.02-1.dsc
 962a1e8602621118d8b031283cc1220561d166894ce206d9d0ecf0049dd83975 15127 
libcriticism-perl_1.02.orig.tar.gz
 e109af921602959809077dbd1c0b9ade089aa0cc9690eebf3b2618a36faf7465 1542 
libcriticism-perl_1.02-1.debian.tar.gz
 0894f30a965c3e96b1bd0f597722f75b3ecc1c1376ba759529ac090158b5e7ca 10088 
libcriticism-perl_1.02-1_all.deb
Files: 
 af1085c0e36f839e50ea7e6d74804b5e 2083 perl optional 
libcriticism-perl_1.02-1.dsc
 b1ee983972202b1b255e1a5d5c29be3e 15127 perl optional 
libcriticism-perl_1.02.orig.tar.gz
 e8d31fff1047a3ce4e2629f1098aadab 1542 perl optional 
libcriticism-perl_1.02-1.debian.tar.gz
 9b46f3730848c42d21db0fad99d17c95 10088 perl optional 
libcriticism-perl_1.02-1_all.deb

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

iQIcBAEBCAAGBQJOubJIAAoJELs6aAGGSaoGzMcP/R5q6CSVjTR4bdz/ezI1hGSz
WwWzA0GCXpCBWmFoP8HK39Y2q0oVOU+DGVRg3S4x0fnq/hrwiYm1d+lXAfoXOcEa
Nuv85C+oH/qKvJJPnxdaCfo1hP5GxSDxPvDw09wcD6Hl2IVP99oCjG1lRz5hi1LQ
kW2Z1TR2pDY9rIDfJxG/FkrXDzokX0NAva8yTZDiZIogHM1r4NIdc0c32VaEbMdV
/ds7eGVYQjjFy4uOX0fs1gGzrXPrOpJPEXA4BufGCc8vatXtmGzMoxhnaQqinXo/
KwnXD06fotFsMk8pR1wMHJEv+K5DiKRXgR3DvkBeSYD0wkqGUyHMyCWfNDR0ABt5
lHkbvbnMxG56WskQGfqiEfxHmlaPxg0FiCgzA+k6WltwPu1YgTGnmuR4DKlojAkS
KRMdl3i30d2LQi3pnDuzxl/jikl2wKhC33fh3XMzelLVDDA7vtW2z9mSI1RoWBnH
IB8rrgQz3M7i7k/0JiNUGXuFuQjdcZ6oLas5D+3fmw5vw+7iV0OfqEbvQOXnJJGh
QD74293e9Wqa8WQU+B2/pWBUZWrW5PJguw4zLp157OLG+RWAgA5wkPqZn3SQQRc6
q7kSjN8Fn+BMqib5/jn1VW0Ui5y4e61sZSjyDCxcRJMD1qb2IAfekYemEQ11JVxg
a8Ad1PIcbcPQn5iHelmH
=pKL2
-END PGP SIGNATURE-


Accepted:
libcriticism-perl_1.02-1.debian.tar.gz
  to main/libc/libcriticism-perl/libcriticism-perl_1.02-1.debian.tar.gz
libcriticism-perl_1.02-1.dsc
  to main/libc/libcriticism-perl/libcriticism-perl_1.02-1.dsc
libcriticism-perl_1.02-1_all.deb
  to main/libc/libcriticism-perl/libcriticism-perl_1.02-1_all.deb
libcriticism-perl_1.02.orig.tar.gz
  to main/libc/libcriticism-perl/libcriticism-perl_1.02.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
Archive: http://lists.debian.org/e1ro8gi-0004gr...@franck.debian.org



Accepted libtap-formatter-html-perl 0.09+dfsg-1 (source all)

2011-11-09 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 08:47:05 +0100
Source: libtap-formatter-html-perl
Binary: libtap-formatter-html-perl
Architecture: source all
Version: 0.09+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libtap-formatter-html-perl - TAP Test Harness output delegate for html output
Closes: 646623
Changes: 
 libtap-formatter-html-perl (0.09+dfsg-1) unstable; urgency=low
 .
   * Initial Release (Closes: #646623).
Checksums-Sha1: 
 6ac0c3e1f9f850de9938c39a117cdb1641af7d68 2291 
libtap-formatter-html-perl_0.09+dfsg-1.dsc
 72a64f6a41c4f05990efa72b6abe09f859872f6a 39232 
libtap-formatter-html-perl_0.09+dfsg.orig.tar.gz
 37afc38bd4292194854de87f7d762be2e553f0f7 3127 
libtap-formatter-html-perl_0.09+dfsg-1.debian.tar.gz
 569e485075e0a1703ed68b0d83b4b17a8b5f0bb9 33780 
libtap-formatter-html-perl_0.09+dfsg-1_all.deb
Checksums-Sha256: 
 8725352703b301c010c2fbf292dab3050920007087f4ada11040e99020428c93 2291 
libtap-formatter-html-perl_0.09+dfsg-1.dsc
 6e60c8f8e373e371449dbb6a06f88cfac458e53a4ef3f1db4073cd3f5339bac3 39232 
libtap-formatter-html-perl_0.09+dfsg.orig.tar.gz
 9608c417d851764a6453df776419e77f5b88e57bda970162856b8d42d47c324e 3127 
libtap-formatter-html-perl_0.09+dfsg-1.debian.tar.gz
 3a178dbba4d4f60b6078aee3f34416e18f4955450a6c1b6933c5e257633cb49e 33780 
libtap-formatter-html-perl_0.09+dfsg-1_all.deb
Files: 
 8bb46fd341d187cd062a56aebc28fce1 2291 perl optional 
libtap-formatter-html-perl_0.09+dfsg-1.dsc
 73790731305e6bdaa14bc1113480c981 39232 perl optional 
libtap-formatter-html-perl_0.09+dfsg.orig.tar.gz
 3337042ef8733f53e48fda59f0960fdf 3127 perl optional 
libtap-formatter-html-perl_0.09+dfsg-1.debian.tar.gz
 8fa0261034ec7f98fe68da3ee75e 33780 perl optional 
libtap-formatter-html-perl_0.09+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJOujAtAAoJEHidbwV/2GP+yxAQAIlRmXwsNwdKfj6WGNw2gpsK
2acJ4iZ8nZvehji71637Ml7bSuTRSgI2xgxH9W4x+zgsTa/VSbfNtzHvOJEuM/V0
6vCpIFCvll3JnXPYYYeWiInROiCLLJHC0ctAKn8+nU74eQWBzuTVe+dyxQoQwLix
ZRr8dnkTahvtutTKLf5oPkUnw2VcwhzZI+r5ZwilCTUqS0R5lCEuRkFq5isKzk3W
wvYq/CvLQa+UHR6RXN0n9LyST+RyJDcZHeHFiCicjG9G2wzI4VlFDUfr5MdxA50G
BZT8S8VlidID2fsO2jB1+r2gh0xwq26aM+u6QTtYfsa3CweY65tSDKihZTLM5z1x
nen02VHhDm7x51FlhFGdukGIl5XZaRonJhEpieSux1PBuf2+3U/mg/Rr9z5Ic2fr
Hn4offTXnoaJI5Yk7KWx9jsRkxPNOPpawn7hrA5rsU88YWzC93RbDTnhTYqyzhKG
qGl3U9+KedO+2e7aBOYDxxVxsvo4DT/pN6DReiYM6b+phlfL/lYeWI557KhxZEBC
1dAo7k+wKD1INGezujwWpxzOVJE1wQAWoSPFvgtANCxJk6p345y3Zv9BiMSHA2LS
yhtbasL8hIocKfTaZ9+eq62aVnseTqh6gzE6G0dM/QbxJT6I4MVQ+YV8nKwm8Zzs
N9EDVrYpwc8czIG1wzj+
=y34H
-END PGP SIGNATURE-


Accepted:
libtap-formatter-html-perl_0.09+dfsg-1.debian.tar.gz
  to 
main/libt/libtap-formatter-html-perl/libtap-formatter-html-perl_0.09+dfsg-1.debian.tar.gz
libtap-formatter-html-perl_0.09+dfsg-1.dsc
  to 
main/libt/libtap-formatter-html-perl/libtap-formatter-html-perl_0.09+dfsg-1.dsc
libtap-formatter-html-perl_0.09+dfsg-1_all.deb
  to 
main/libt/libtap-formatter-html-perl/libtap-formatter-html-perl_0.09+dfsg-1_all.deb
libtap-formatter-html-perl_0.09+dfsg.orig.tar.gz
  to 
main/libt/libtap-formatter-html-perl/libtap-formatter-html-perl_0.09+dfsg.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
Archive: http://lists.debian.org/e1ro8ud-0006c4...@franck.debian.org



Accepted mysql-5.5 5.5.17-1 (source all amd64)

2011-11-09 Thread Clint Byrum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 11:31:13 -0800
Source: mysql-5.5
Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev 
mysql-common mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 
mysql-server mysql-client mysql-testsuite-5.5 mysql-source-5.5
Architecture: source all amd64
Version: 5.5.17-1
Distribution: experimental
Urgency: low
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: Clint Byrum cl...@ubuntu.com
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient18 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - MySQL database development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.5 - MySQL database client binaries
 mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.5 - MySQL database server binaries and system database setup
 mysql-server-core-5.5 - MySQL database server binaries
 mysql-source-5.5 - MySQL source
 mysql-testsuite-5.5 - MySQL testsuite
Closes: 609592 637274
Changes: 
 mysql-5.5 (5.5.17-1) experimental; urgency=low
 .
   [Norbert Tretkowski]
   * New upstream release.
   * Fix empty libmysqld-pic package.
   * Run dh_apparmor on Ubuntu only.
 .
   [Clint Byrum]
   * Rewrote debian/copyright file from scratch.
 .
 mysql-5.5 (5.5.13-1) experimental; urgency=low
 .
   [Clint Byrum]
   * New upstream major release. Changing source name to mysql-5.5.
 (closes: #609592, #637274)
   * Dropping usr/lib/libmysqlclient*.la as they are no longer built
 by the cmake build, and are not necessary for linking properly.
   * Removing obsolete automake and dpatch build deps.
   * Converted source format to 3.0 (quilt).
   * debian/patches: Converted to quilt, and removed all except disable
 long filename check to allow building on sbuild/chroots.
   * Renamed packages with -5.1 suffix to -5.5.
   * Renaming mysql-testsuite to mysql-testsuite-5.5.
   * Dropping unneeded docs files.
   * Dropping libmysqlclient16-dev as transition is complete.
   * Bumping libmysqlclient to v18 for new SONAME.
 .
   [Norbert Tretkowski]
   * Update my.cnf to use --lc-messages-dir instead --language.
Checksums-Sha1: 
 6129be149114fd51b65c610da03f1c087b63d61b 2820 mysql-5.5_5.5.17-1.dsc
 de32ea3c3bb1b9cce49230425c27e12a78f80533 24213337 mysql-5.5_5.5.17.orig.tar.gz
 775491d4dff3e65dac6e904ff8b27bff8bbe1322 292189 
mysql-5.5_5.5.17-1.debian.tar.gz
 f5d43e5b28df0ad441860f21de9fcdf72f349e71 67912 mysql-common_5.5.17-1_all.deb
 69dfc224beab072d86cfffa0cc02e5db7e3a1ef3 66064 mysql-server_5.5.17-1_all.deb
 6ddccad671851b21132cc02df8dd98d7e2ae7445 65938 mysql-client_5.5.17-1_all.deb
 ab518faf4805c9af7107610f50b97b0d2935eeb8 848858 
libmysqlclient18_5.5.17-1_amd64.deb
 94a688c9f0843018c7c62982c8a57552b3cf1950 4565164 
libmysqld-pic_5.5.17-1_amd64.deb
 10a4363753639838b817979c02f9062522fd3cf4 65980 libmysqld-dev_5.5.17-1_amd64.deb
 97dab33863c7c05b15458572291856832058832f 1155764 
libmysqlclient-dev_5.5.17-1_amd64.deb
 8f27e019a1f6f2934bcfad0c7ed71b61dcb82e7d 8431314 
mysql-client-5.5_5.5.17-1_amd64.deb
 df7b65a762a82ee71b6c322bdd402f1fdc873ee6 5873608 
mysql-server-core-5.5_5.5.17-1_amd64.deb
 34e8f7938c7e62fa372885713ab9936b8ae03106 8609428 
mysql-server-5.5_5.5.17-1_amd64.deb
 3abbc66376c8ec92dcda7e68d4b0aa4cfb01216a 8694472 
mysql-testsuite-5.5_5.5.17-1_amd64.deb
 dc4a4f28fab9e0d131bee3d6cb9e13ad86a7f870 24251318 
mysql-source-5.5_5.5.17-1_amd64.deb
Checksums-Sha256: 
 b888690dbbcd4fc8e43b241445518426115234cb2057e795287085b1dc0d0cc8 2820 
mysql-5.5_5.5.17-1.dsc
 8b3c66d7ddb2c5b5fcda28964c1fcd83128d1d48efd7fb2b23338819a50911f1 24213337 
mysql-5.5_5.5.17.orig.tar.gz
 c656d108cc8bb72e7343046abad9be83934a440a2f6bdad7a636d27da4e7 292189 
mysql-5.5_5.5.17-1.debian.tar.gz
 20fd886c54e22952c38fda10bdbb593c8a17e220b7abcd29f50abccbe859acb4 67912 
mysql-common_5.5.17-1_all.deb
 366b080bb9c223bba8ed99b3d4445662dbe6714e20074cdee94be9973a4d0a62 66064 
mysql-server_5.5.17-1_all.deb
 d585bf138584b6c72ee784e0eb11653edb74a2fd7faf199d939cafd8f592ba68 65938 
mysql-client_5.5.17-1_all.deb
 3ff9a57463a8f3953e51adb948d90dbd4cdead5c915b583c45333665955950d0 848858 
libmysqlclient18_5.5.17-1_amd64.deb
 d2d7a849d0781d9412ab7ef10667e9c6179cca3bfd312575ac39e74784fc967b 4565164 
libmysqld-pic_5.5.17-1_amd64.deb
 11d77572414758b1537ce9134b4e762b9df307f21bed97408422e9af3a4a43f4 65980 
libmysqld-dev_5.5.17-1_amd64.deb
 ddc64ecdd38d9d1494ea299ebd654d849bb379795bab369c5f23453a4256dbfd 1155764 
libmysqlclient-dev_5.5.17-1_amd64.deb
 4c4a71b9f195c65f224b9322471c69d7abb524f7042ff0dcf15469570cd21883 8431314 
mysql-client-5.5_5.5.17-1_amd64.deb
 547373092ef4bcb50ec50460b01e1d62e2cbac93daacbc5b814e9885c69ea6f8 5873608 
mysql-server-core-5.5_5.5.17-1_amd64.deb
 

Accepted ldb 1:1.1.3-1 (source amd64)

2011-11-09 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 14:17:14 +0100
Source: ldb
Binary: libldb1 libldb1-dbg ldb-tools libldb-dev python-ldb python-ldb-dev 
python-ldb-dbg
Architecture: source amd64
Version: 1:1.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 ldb-tools  - LDAP-like embedded database - tools
 libldb-dev - LDAP-like embedded database - development files
 libldb1- LDAP-like embedded database - shared library
 libldb1-dbg - LDAP-like embedded database - debug symbols
 python-ldb - Python bindings for LDB
 python-ldb-dbg - Python bindings for LDB - debug extension
 python-ldb-dev - LDB python bindings - development files
Changes: 
 ldb (1:1.1.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 da09f0a3b9106bfc7dd72041cafff8df20986c32 1644 ldb_1.1.3-1.dsc
 7fb7af6dff8b9d68cd49b4d1da64a51dd9615dc5 1432513 ldb_1.1.3.orig.tar.gz
 06c35ee769f9db63d34dbd979072eafc646706c5 11609 ldb_1.1.3-1.debian.tar.gz
 a94b465ecff116a5c691ff7d69baee0f3b1b5d76 143596 libldb1_1.1.3-1_amd64.deb
 3562acd16a1b1a85ac0fd0a2c7373ecad442b5fd 241398 libldb1-dbg_1.1.3-1_amd64.deb
 e52652808d578d82d3b439f30e708d18f796d644 37276 ldb-tools_1.1.3-1_amd64.deb
 a044c1a96b8a59adfab40458cd7f0a77faae5740 277682 libldb-dev_1.1.3-1_amd64.deb
 baa36c42c0c8dd12871d1b9d9405d805bf3bd6f3 35500 python-ldb_1.1.3-1_amd64.deb
 78a4f2f05723958697e0f46b50afba2390ef1e75 7738 python-ldb-dev_1.1.3-1_amd64.deb
 97aff99a24a10de1e759a37f40832348d676ed4e 50708 python-ldb-dbg_1.1.3-1_amd64.deb
Checksums-Sha256: 
 481e99fa1d1c1b30bcd34869c656a156b871f6ec82f557630b2a759111bcdcd7 1644 
ldb_1.1.3-1.dsc
 c6154a476c03970737405784a4fcdbdd21e7b92f6e3b61e8db8aeb93c67f83f1 1432513 
ldb_1.1.3.orig.tar.gz
 bd0b6d3dd990c640edaba17d3eb25e2e807f4ad90df5e1024043c76ced44e6ba 11609 
ldb_1.1.3-1.debian.tar.gz
 0b5156adf303d6c7fa4cf9c07f84f1fa20305397c31fbafee5d844f4d6e29abc 143596 
libldb1_1.1.3-1_amd64.deb
 daa6e50eb455a8abc7535668a9c1098ad1ec6f7a0838aab596a376496ecfe34e 241398 
libldb1-dbg_1.1.3-1_amd64.deb
 6bf2aeacfe90a6d286114a8c0dfa5b4d64220bb0a1956e18cb14313b66a17eea 37276 
ldb-tools_1.1.3-1_amd64.deb
 25f84af587e078e95203b62fad83c192c5579c579aeec51832bfd38474da2d79 277682 
libldb-dev_1.1.3-1_amd64.deb
 8739360e5a9799d4a4aa8132708b0549ea2d568e46eb7a6ad31bb4f712529e48 35500 
python-ldb_1.1.3-1_amd64.deb
 0a4da09b0801e9ab0df7c513085125118e6c2c7975a234ca0370b37027f1d0c6 7738 
python-ldb-dev_1.1.3-1_amd64.deb
 72a8664901c30298eb2c0ec7f5c6fc29193935a923761107917eca0e69ec7cc5 50708 
python-ldb-dbg_1.1.3-1_amd64.deb
Files: 
 2a691aadcc8e341e3402078d34af7e9c 1644 devel optional ldb_1.1.3-1.dsc
 094133b399d1dfd33b38610b717b6767 1432513 devel optional ldb_1.1.3.orig.tar.gz
 dd889dccf00c491191707dc07dd1dd53 11609 devel optional ldb_1.1.3-1.debian.tar.gz
 c695ce6f7d979f2bd2d9687a50cc22fc 143596 libs optional libldb1_1.1.3-1_amd64.deb
 66a3877a7e63d003429203c022677bc1 241398 debug extra 
libldb1-dbg_1.1.3-1_amd64.deb
 d6a91191cbfa8340ac27371f86bd8e53 37276 utils optional 
ldb-tools_1.1.3-1_amd64.deb
 f199d00c601a21bec9a03ec3c0570f6d 277682 libdevel optional 
libldb-dev_1.1.3-1_amd64.deb
 6568cead2cd90f0f703b0cd9e59736d0 35500 python optional 
python-ldb_1.1.3-1_amd64.deb
 8a11a2b268fbd4b928956041a536d433 7738 libdevel optional 
python-ldb-dev_1.1.3-1_amd64.deb
 3a98d47fd2e16900885b2874fe562fcb 50708 debug extra 
python-ldb-dbg_1.1.3-1_amd64.deb

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

iEYEARECAAYFAk66ggEACgkQPa9Uoh7vUna6DwCdFHetCD2ndliRiVOtg7o2G3cC
F90AoIzRDsvww4JoB8A9TsBfjspJtcGq
=pi03
-END PGP SIGNATURE-


Accepted:
ldb-tools_1.1.3-1_amd64.deb
  to main/l/ldb/ldb-tools_1.1.3-1_amd64.deb
ldb_1.1.3-1.debian.tar.gz
  to main/l/ldb/ldb_1.1.3-1.debian.tar.gz
ldb_1.1.3-1.dsc
  to main/l/ldb/ldb_1.1.3-1.dsc
ldb_1.1.3.orig.tar.gz
  to main/l/ldb/ldb_1.1.3.orig.tar.gz
libldb-dev_1.1.3-1_amd64.deb
  to main/l/ldb/libldb-dev_1.1.3-1_amd64.deb
libldb1-dbg_1.1.3-1_amd64.deb
  to main/l/ldb/libldb1-dbg_1.1.3-1_amd64.deb
libldb1_1.1.3-1_amd64.deb
  to main/l/ldb/libldb1_1.1.3-1_amd64.deb
python-ldb-dbg_1.1.3-1_amd64.deb
  to main/l/ldb/python-ldb-dbg_1.1.3-1_amd64.deb
python-ldb-dev_1.1.3-1_amd64.deb
  to main/l/ldb/python-ldb-dev_1.1.3-1_amd64.deb
python-ldb_1.1.3-1_amd64.deb
  to main/l/ldb/python-ldb_1.1.3-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
Archive: http://lists.debian.org/e1ro8wk-0007j6...@franck.debian.org



Accepted filetea 0.1.12+dfsg1-2 (source i386)

2011-11-09 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 15:37:31 +0200
Source: filetea
Binary: filetea
Architecture: source i386
Version: 0.1.12+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Alberto Garcia agar...@igalia.com
Changed-By: Alberto Garcia agar...@igalia.com
Description: 
 filetea- Web-based file sharing system
Changes: 
 filetea (0.1.12+dfsg1-2) unstable; urgency=low
 .
   * New patches:
 - 02_unused-code.patch: remove unused code from main.c.
 - 03_dh-depth-conf.patch: don't abort if dh-depth is not found.
 - 04_http-port.patch: fix handling of http/https port settings.
Checksums-Sha1: 
 3672101a109d4c85896ce387ba389d360f7bf5bc 1822 filetea_0.1.12+dfsg1-2.dsc
 14e30bb3e207118b9e607591d636b891cbafa9c2 7658 
filetea_0.1.12+dfsg1-2.debian.tar.gz
 48ebacec7301df8c904c91d9ca94f7f96e4cf638 171814 filetea_0.1.12+dfsg1-2_i386.deb
Checksums-Sha256: 
 fb6baf0e702e3475e69d409afc703209b13114c72abea6cf1ad69bc40b19538a 1822 
filetea_0.1.12+dfsg1-2.dsc
 19052ce401e2b41e183b6a489a85a70c3f281f9ac292ea1327cb0ca2d4011122 7658 
filetea_0.1.12+dfsg1-2.debian.tar.gz
 43bb3eb81d605ebc77aea8bbc11167db9101e55dd8952e48eda21fb5d02389a9 171814 
filetea_0.1.12+dfsg1-2_i386.deb
Files: 
 9df3cfc841dbfb900d85bbc14808df58 1822 net optional filetea_0.1.12+dfsg1-2.dsc
 6692e0f30610e1d7f5d89ed43c2bd786 7658 net optional 
filetea_0.1.12+dfsg1-2.debian.tar.gz
 3ea297656e9171c26dad205d4f0a5d6b 171814 net optional 
filetea_0.1.12+dfsg1-2_i386.deb

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

iQIVAwUBTrqEZb4yGa8+1BNBAQgLzQ//YJc8/HIZQedsyKJwln9RsW9mce8M+LyT
dAaboZdkyNT0RBzJog8YY64H/dQ3XWtaGnMJEqpwCK0XJw4VKRWu8w3B3Gp6IPP+
mVlTBJgR/jVqwbqVBrvuMZSqTFzygPmvefwgJZIWg0DmhmKGNCjrIo4QzKN504Hq
QiGZtn8Z9qOenjFWOdZAVqmuTjs/0m8hPQamI4y0DWuzulcUNTPwqHrYMBmELlK/
qCrm7Mvf/602ohACRlcaYOo/1RKzScrXpLAh1MzOUR07/uPjVSJE5VMADmUSYlYC
pcXvZKpxQspollXA4ljwdmofU14HFT2HcVGLqLIJBfrBEbOyCMYktwp2XPMMvA4K
Wp1uvFhu9ENxxjjAkhusqLes36lBfeOfJhG0VngoJSEJkY/7Z2c7wX/IXnTLVtzN
ExWcwW3uA7Rf+rqzrSuSPazMA9qjfDE4r1m9b2w1cIp84jWrWa3nSn7+62XyCYzt
BwzWodYIZ/3cF3RFTRI4WCeyg8ZZZ/ALxpL5mcFW5tPxfgU2VOAUXrb2Owr9Tx5x
YCuhdfEJRhDZPbfi38sV+9Xf7APTsREIgZfdknHGY4GhHRegMDiXRDDrutAqT9KN
nPdcGQi03W2XK7Lx4tmhU/ub5yCTRZdM7rD1BhU1YROo1bUNxT1xCkKwAXkStVho
qZAWcDOHLzI=
=SO9/
-END PGP SIGNATURE-


Accepted:
filetea_0.1.12+dfsg1-2.debian.tar.gz
  to main/f/filetea/filetea_0.1.12+dfsg1-2.debian.tar.gz
filetea_0.1.12+dfsg1-2.dsc
  to main/f/filetea/filetea_0.1.12+dfsg1-2.dsc
filetea_0.1.12+dfsg1-2_i386.deb
  to main/f/filetea/filetea_0.1.12+dfsg1-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
Archive: http://lists.debian.org/e1ro9gn-0005pe...@franck.debian.org



Accepted gst-plugins-good0.10 0.10.30-2 (source all amd64)

2011-11-09 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 14:20:22 +
Source: gst-plugins-good0.10
Binary: gstreamer0.10-plugins-good-doc gstreamer0.10-pulseaudio 
gstreamer0.10-gconf gstreamer0.10-plugins-good gstreamer0.10-plugins-good-dbg
Architecture: source all amd64
Version: 0.10.30-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gstreamer0.10-gconf - GStreamer plugin for getting the sink/source information 
from GCo
 gstreamer0.10-plugins-good - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-dbg - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the 
good set
 gstreamer0.10-pulseaudio - GStreamer plugin for PulseAudio
Closes: 625567
Changes: 
 gst-plugins-good0.10 (0.10.30-2) unstable; urgency=low
 .
   [ Sebastian Dröge ]
   * debian/control.in:
 + Let gstreamer0.10-plugins-good depend on gstreamer0.10-gconf for
   wheezy to guarantee correct upgrades to wheezy (Closes: #625567).
 .
   [ Sjoerd Simons ]
   * debian/patches/04_rtpgst722pay-compensate-for-clockrate.patch:
 + Correct clockrate vs. samplerate difference for G722. Fixes people
   sounding like chipmunks on voip calls with G722 (From upstream git)
Checksums-Sha1: 
 0d3335199c299d4dd31438ed69366d8c986947de 2622 
gst-plugins-good0.10_0.10.30-2.dsc
 1b9989667dd6f8be8e649225a9510384e3a34ffb 32128 
gst-plugins-good0.10_0.10.30-2.debian.tar.gz
 cbda015238ce28914c9fedeabd7516dcc322d377 950172 
gstreamer0.10-plugins-good-doc_0.10.30-2_all.deb
 6834746f84367ce9da3ff6341743fd98fe03d9d8 691198 
gstreamer0.10-pulseaudio_0.10.30-2_amd64.deb
 6c3160f2d3b2c3101e9351f15f00cf330a7b6a36 663300 
gstreamer0.10-gconf_0.10.30-2_amd64.deb
 6a58fb551cc3432470a26d5895b63ca416d71025 2476734 
gstreamer0.10-plugins-good_0.10.30-2_amd64.deb
 d87f8d23f4a127d647568ffefc1c809341e19051 5581432 
gstreamer0.10-plugins-good-dbg_0.10.30-2_amd64.deb
Checksums-Sha256: 
 a75a409291ea7a9587570fe73e7bf8d328242de6a98dd99ac11bb2f17bc13b2e 2622 
gst-plugins-good0.10_0.10.30-2.dsc
 735432c72c12d24891c92a8ab81885d6dfe9c0fdb66d24c839181912d12abc35 32128 
gst-plugins-good0.10_0.10.30-2.debian.tar.gz
 9bd263fa64980675d08e57956debcb859e610f61cb34a2e30a3c2d916b4053bb 950172 
gstreamer0.10-plugins-good-doc_0.10.30-2_all.deb
 f0be759051a417333e260b37018e67b719d3b3cb02811c14809c3c6c94c8 691198 
gstreamer0.10-pulseaudio_0.10.30-2_amd64.deb
 20dc61147fa9157c5c5406b4dec380cb66918ace3a4b24e131812120b64e8757 663300 
gstreamer0.10-gconf_0.10.30-2_amd64.deb
 2049b221e21b65a435f0b166bae5a063ca13701dae571664c59581ac6ad0d373 2476734 
gstreamer0.10-plugins-good_0.10.30-2_amd64.deb
 6401ee709bc37e742108f707c75042219155f807f94288660f33368a5ad62034 5581432 
gstreamer0.10-plugins-good-dbg_0.10.30-2_amd64.deb
Files: 
 9894a2926bd74cef60522ec9cfb29c36 2622 libs optional 
gst-plugins-good0.10_0.10.30-2.dsc
 b4c84e671c06c263e5c4a89bcfca94c5 32128 libs optional 
gst-plugins-good0.10_0.10.30-2.debian.tar.gz
 e6d85ee977573500c3783ff8404da89b 950172 doc optional 
gstreamer0.10-plugins-good-doc_0.10.30-2_all.deb
 1db22be02f25ba41fae23d34ad17a091 691198 sound optional 
gstreamer0.10-pulseaudio_0.10.30-2_amd64.deb
 78019ad86a2ad5305a0b25b266ef2d06 663300 sound optional 
gstreamer0.10-gconf_0.10.30-2_amd64.deb
 d8529a1eaf1ac52c2ba67aa0a0a9af1f 2476734 libs optional 
gstreamer0.10-plugins-good_0.10.30-2_amd64.deb
 a1efd4ef3794742c2b9340d29c96a115 5581432 debug extra 
gstreamer0.10-plugins-good-dbg_0.10.30-2_amd64.deb

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

iEYEARECAAYFAk66kKcACgkQgTd+SodosdJE1ACgvUMbVMtzzL7QPM4wCIE4cq6w
+rEAoNkyDWrllYh/WvVLcUZmNLnYYFMy
=RRgL
-END PGP SIGNATURE-


Accepted:
gst-plugins-good0.10_0.10.30-2.debian.tar.gz
  to main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.30-2.debian.tar.gz
gst-plugins-good0.10_0.10.30-2.dsc
  to main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.30-2.dsc
gstreamer0.10-gconf_0.10.30-2_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-gconf_0.10.30-2_amd64.deb
gstreamer0.10-plugins-good-dbg_0.10.30-2_amd64.deb
  to 
main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-dbg_0.10.30-2_amd64.deb
gstreamer0.10-plugins-good-doc_0.10.30-2_all.deb
  to 
main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-doc_0.10.30-2_all.deb
gstreamer0.10-plugins-good_0.10.30-2_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good_0.10.30-2_amd64.deb
gstreamer0.10-pulseaudio_0.10.30-2_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-pulseaudio_0.10.30-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
Archive: http://lists.debian.org/e1ro9h3-0006mj...@franck.debian.org



Accepted png23d 1.10-1 (source amd64)

2011-11-09 Thread Vincent Sanders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Nov 2011 22:58:31 +
Source: png23d
Binary: png23d
Architecture: source amd64
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Sanders vi...@debian.org
Changed-By: Vincent Sanders vi...@debian.org
Description: 
 png23d - Converts PNG images into three dimensional representations.
Closes: 648006
Changes: 
 png23d (1.10-1) unstable; urgency=low
 .
   * Initial release (Closes: #648006)
Checksums-Sha1: 
 e6cf7ab46d4499f240395d5b9677e3039c3cc485 1052 png23d_1.10-1.dsc
 010ab1005ec558bd8e1029261eec3e428a9e859b 849907 png23d_1.10.orig.tar.gz
 31cc72383bb81479182c091ea22fe65a05b78ebe 2163 png23d_1.10-1.debian.tar.gz
 c21313280e8f1733808e84317d0190beb9cdbadb 24348 png23d_1.10-1_amd64.deb
Checksums-Sha256: 
 b566b8221d21b40f80cb4fe54c6c022ddc0d40a03c35b35a77eba930ceebbb80 1052 
png23d_1.10-1.dsc
 22ddc4d2904f7ab42139175f4f0884d789cf456d1adae6fdc62b01e398efdb25 849907 
png23d_1.10.orig.tar.gz
 daeda270edaf04853e952913093e7b7db7c5eefea6b42eff2bdf9025586fecbb 2163 
png23d_1.10-1.debian.tar.gz
 6c984340d9be22952323f029ac91e6a811d148168682f6b69465e90ef25b4ae4 24348 
png23d_1.10-1_amd64.deb
Files: 
 ffa133f33bc7eeebfa04ef06a3643d3d 1052 graphics optional png23d_1.10-1.dsc
 1f8049229e2f7b2f8c95b161ae3296ab 849907 graphics optional 
png23d_1.10.orig.tar.gz
 071fa55eaab3d74aeb9326bb594b9005 2163 graphics optional 
png23d_1.10-1.debian.tar.gz
 800a8c8d85d03e821662932535388529 24348 graphics optional 
png23d_1.10-1_amd64.deb

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

iD8DBQFOulA1iUwwPOvjHvURAnfAAJ9jW1w7e2LgMd5bVe/PwG9VfPlh9QCdE3cJ
WDh1EEhoWj/JjONQuexS0II=
=7pU2
-END PGP SIGNATURE-


Accepted:
png23d_1.10-1.debian.tar.gz
  to main/p/png23d/png23d_1.10-1.debian.tar.gz
png23d_1.10-1.dsc
  to main/p/png23d/png23d_1.10-1.dsc
png23d_1.10-1_amd64.deb
  to main/p/png23d/png23d_1.10-1_amd64.deb
png23d_1.10.orig.tar.gz
  to main/p/png23d/png23d_1.10.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
Archive: http://lists.debian.org/e1roa8v-j8...@franck.debian.org



Accepted min12xxw 0.0.9-6 (source all amd64)

2011-11-09 Thread Stefan Potyra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 22:04:56 +0100
Source: min12xxw
Binary: printer-driver-min12xxw min12xxw
Architecture: source amd64 all
Version: 0.0.9-6
Distribution: unstable
Urgency: low
Maintainer: Stefan Potyra sistp...@ubuntu.com
Changed-By: Stefan Potyra sistp...@ubuntu.com
Description: 
 min12xxw   - transitional dummy package for min12xxw printer driver
 printer-driver-min12xxw - printer driver for KonicaMinolta PagePro 1[234]xxW
Closes: 647538
Changes: 
 min12xxw (0.0.9-6) unstable; urgency=low
 .
   * Adjust to adhere to the new printing stack
 
[http://wiki.debian.org/Teams/Printing/RethinkingTheStack?action=recallrev=26]
 (Closes: 647538)
 + debian/control:
   - change section to text
   - change package name to printer-driver-min12xxw
   - add transitional dummy package 'min12xxw'
 + debian/rules:
   - install to printer-driver-min12xxw
   - install upstream changelog only to printer-driver-min12xxw
   - install debian/changelog to dummy package min12xxw as well.
   * debian/control:
 + change synopsis to start with a lower case letter
 + don't mention the homepage in the long description
Checksums-Sha1: 
 e9a2a63c1a0ef89d827f8bb7d4a4ac7e3ad26af2 1777 min12xxw_0.0.9-6.dsc
 0169c44656c300d6bb4e2cd251554424bfd15c13 3636 min12xxw_0.0.9-6.diff.gz
 fcf8ce54698a72b4cb4ac0be31c1cfb784e6f96f 48934 
printer-driver-min12xxw_0.0.9-6_amd64.deb
 36fde8fd93fd2bcea77430a1429525d2d423f9cb 3062 min12xxw_0.0.9-6_all.deb
Checksums-Sha256: 
 546d5170128234220697b536d302e1bb482b5356dda1a9860652948044d59d7a 1777 
min12xxw_0.0.9-6.dsc
 79b140de3e2e1f6f9ae31d427a6b401e3ae07f03ba7216c68fa8a8838ea2c9d2 3636 
min12xxw_0.0.9-6.diff.gz
 a84c5aa55db694b2af1f929326fc90724ea6f3add7b094b48d22e07c9dcca1f9 48934 
printer-driver-min12xxw_0.0.9-6_amd64.deb
 d6134fbc59db06397b15084696ea84196728a3462c25c2607afd4c39844c1dfb 3062 
min12xxw_0.0.9-6_all.deb
Files: 
 0ab511a9a7acb1e9f783f60df043af1b 1777 text optional min12xxw_0.0.9-6.dsc
 1c7636e2e9bc09d1c8fb2738e09d2b0e 3636 text optional min12xxw_0.0.9-6.diff.gz
 4a71904d2b4450ec58f02752fe3d5fdb 48934 text optional 
printer-driver-min12xxw_0.0.9-6_amd64.deb
 8128ac5e98c8751a99ea4478236a5550 3062 oldlibs extra min12xxw_0.0.9-6_all.deb

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

iQGcBAEBCAAGBQJOuoGoAAoJEIvPpx7KFjRVbAwL/3VLGK4xG5KByRLknHI2j0Lx
EFNE9mOJbulhnlxT+zBVRV6U3A9QMIXXqieBJrxkOepG+2x1gyzDY4mBp5NAn1C8
Vy8u7r5k2nx8GVwx1kOnzTKZC6RZstQ2QiHynCk/fQnQq2tPL44II1r3x35xFjh/
oStYP73/zC6PbiTofUJcBUTvKz1BsZoSCnICAty23p4dAlCPhDbSYVXh378gP1dF
SEPCEuslWDpGsfIH5LmsDUYCv5+5tAPuERbGxz7ip0Et0Pq3QU4H9MYNI8C2ohZ3
kmodnyjq64iMneoty9zmhkLrGSubQmJb3DD8r0df2TcCTIIG7ZqBzjBKK0ojbQl7
UT5WsZrenYZVqgA84jjoe5jcElqhuG6pfGFAqwTG7DBseEVDIXPd0UGQ53Dq2jaU
qU05ViPPfeEiF+ofH2rh5vwv3Y1GfJuUXCucylC5gh6LJS+s7YHkbYqeo0C6sJg/
VOW6PzbMRkYUDM/iEZ19Yh/L6zCH55lp1ZhpWCrayg==
=L4ES
-END PGP SIGNATURE-


Accepted:
min12xxw_0.0.9-6.diff.gz
  to main/m/min12xxw/min12xxw_0.0.9-6.diff.gz
min12xxw_0.0.9-6.dsc
  to main/m/min12xxw/min12xxw_0.0.9-6.dsc
min12xxw_0.0.9-6_all.deb
  to main/m/min12xxw/min12xxw_0.0.9-6_all.deb
printer-driver-min12xxw_0.0.9-6_amd64.deb
  to main/m/min12xxw/printer-driver-min12xxw_0.0.9-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
Archive: http://lists.debian.org/e1roa8i-fn...@franck.debian.org



Accepted cl-usocket 0.5.4-1 (source all)

2011-11-09 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Nov 2011 16:08:55 +0100
Source: cl-usocket
Binary: cl-usocket
Architecture: source all
Version: 0.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 cl-usocket - Common Lisp socket library
Changes: 
 cl-usocket (0.5.4-1) UNRELEASED; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d69832ad0ec1060d9e22b8d27c5550ad16c829f0 2028 cl-usocket_0.5.4-1.dsc
 03d7adecebb0c092db54b0b1bddbf25aad96ce35 65643 cl-usocket_0.5.4.orig.tar.gz
 b43746ea40cc5f888efaf24fbb56f73326394a84 2560 cl-usocket_0.5.4-1.diff.gz
 48a45f53f726a12ceeb06abe9d53e073ee5a9e54 55988 cl-usocket_0.5.4-1_all.deb
Checksums-Sha256: 
 25a8e73e618603d391e872cb0aa9f7198e0a6697c94472794d4e008908fabcdb 2028 
cl-usocket_0.5.4-1.dsc
 a819beebd7d21002a76b095322c94fe27e7e371749042454cb835dc1316157fe 65643 
cl-usocket_0.5.4.orig.tar.gz
 67279e8c21182ccbd8f9709dfdc53cfddda256106480b054621e080d625747d3 2560 
cl-usocket_0.5.4-1.diff.gz
 f431cff50f4dd3a7e776dc790e8670fa933fa36ad6199eb5e11592a00e0d39f1 55988 
cl-usocket_0.5.4-1_all.deb
Files: 
 573dbef79443be75dc1bb34f995b9352 2028 devel optional cl-usocket_0.5.4-1.dsc
 2981c05445f55d5810adbee17e39cdbc 65643 devel optional 
cl-usocket_0.5.4.orig.tar.gz
 870f6d20ab2324f5db27c54c9e24361a 2560 devel optional cl-usocket_0.5.4-1.diff.gz
 c6c2bd0bf8e29286882b986c536aaad8 55988 devel optional 
cl-usocket_0.5.4-1_all.deb

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

iQIcBAEBCgAGBQJOupkIAAoJEKv/7bJACMb53b0P+gKnbR8XV41gKgqXDyxF5TN/
z53dpybcrqrW3ICSW812FMoj9gi9c/HFA7mn7xfGxJNIujMO800Kfht9JURB8EkL
AjH/+4pVbwHP+L+2m5MZ+ilEZ8VI2I3UUIfpmKHfH8N5nqWtR/mumUyXg4BbvBoS
m549tYa81/qFHTlbFgkr5qJgUvhQcOOeaVCd7LpezmTLKm6dyTg/ndVuUYQ1tr5w
A4dvTEnF0ELvmWp2kCd6QACKQ0PyGtU39JBO53M+Quh9aDuGhGquI9qAqs04Q3A5
qTsCoC6EykCLBPEPDvVYP7VgHSCgIrgln5XCs7VVEY4lTbP8dWCZcrxDhXACQEOV
X1VA2VF2epat5nWEYqhZigyheeVo+cuN0OxPkOps6M1cAFsX2CMY0QsyMHfUdtCQ
o/+97D5VEO2ZaFzyxu5DPJjB46NbQqDlvinxTM4ipfxSz0kXxroo9YkD5HSlWT9e
3Jkd+c3rA0TyZo5nAUVWxY0IS+0Pc41gQXcL9ZXoiOM010Uv15rjCZCk5vs5Iuz6
brR28UqjySLWmdUuBuC8WEctfr3sTRM6TI+UbROX1qg5n25A5tanoDfgE/sm78sY
YZY7dyskomgciQ7VLSVMxlqujcbUJ3fLFMRESrxJJhAJBl386Gx9jGH2Tq8nzqrM
RFE5afP7NPG9VIMqrlfy
=weSV
-END PGP SIGNATURE-


Accepted:
cl-usocket_0.5.4-1.diff.gz
  to main/c/cl-usocket/cl-usocket_0.5.4-1.diff.gz
cl-usocket_0.5.4-1.dsc
  to main/c/cl-usocket/cl-usocket_0.5.4-1.dsc
cl-usocket_0.5.4-1_all.deb
  to main/c/cl-usocket/cl-usocket_0.5.4-1_all.deb
cl-usocket_0.5.4.orig.tar.gz
  to main/c/cl-usocket/cl-usocket_0.5.4.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
Archive: http://lists.debian.org/e1roa8j-nm...@franck.debian.org



Accepted cl-usocket 0.5.4-2 (source all)

2011-11-09 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Nov 2011 16:23:29 +0100
Source: cl-usocket
Binary: cl-usocket
Architecture: source all
Version: 0.5.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 cl-usocket - Common Lisp socket library
Changes: 
 cl-usocket (0.5.4-2) unstable; urgency=low
 .
   [ Luca Capello ]
   * debian/control:
 + remove myself from Uploaders:.
 .
   [ Christoph Egger ]
   * Fix package so it actually works
Checksums-Sha1: 
 cedaf0f23a86f2a098545a54d0c07d2eb40a444f 2000 cl-usocket_0.5.4-2.dsc
 7397d6ce02528008f20f442e7c97b2f866c24e4e 2605 cl-usocket_0.5.4-2.diff.gz
 cfc72b9d9fc8db7bf177873dd51b1a9ec8fc3952 63952 cl-usocket_0.5.4-2_all.deb
Checksums-Sha256: 
 d42ff500d9dac63452cc495e2bdd9ead3cf4166f5f41b813ab6dbd2e373a83b9 2000 
cl-usocket_0.5.4-2.dsc
 444692ce8e318f6826b1e470d8c9eb4ed67195ad5fc502d6b82834c6e65bf0ff 2605 
cl-usocket_0.5.4-2.diff.gz
 1dffd4ea69610b5973c0ffbbe3ce1119883a5403fbc8eab4ecc26b9b142d0d7b 63952 
cl-usocket_0.5.4-2_all.deb
Files: 
 d8b8a23224157eb9c5347a9196ed23e8 2000 devel optional cl-usocket_0.5.4-2.dsc
 a4b2fa320e22254d077d9ebaa5023362 2605 devel optional cl-usocket_0.5.4-2.diff.gz
 7d29de05602fa470b0201c7c45e56827 63952 devel optional 
cl-usocket_0.5.4-2_all.deb

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

iQIcBAEBCgAGBQJOups/AAoJEKv/7bJACMb5as8P/0GmjLI+QmR1AWeX8U7gYdUr
7Jggm/rSWKk8sCd6uJ0sBWSNvlhI1tM46+sYk7r6kqULGiT4ea0T1ICDV+6sGaBJ
e+NDSPfOeUJAU4H2ADPtb4ag3+wlq8rtDHLzgb7Rf6E4Wlnl9puOhg+DeOSbb/CF
19uIer0JkwLw+q4DV3iSW7gfEcmXfJGFOl/YFt/go74SarN1feJjinEDu7UUZiwk
LE1+e232Jol/2yK0izIVyfBin1tNDfHmL7kMckt28zCb8Co+82XXZOIODW3hNIXn
QsDAJCIc524I0m1qUYHq36SwDFOXKgQ7Hrm7jWkrwnW0EJJ1SdrqSHHBjBDzoEsj
CItRfNNAdeJQhVZ0OItJq+wSO1OwaYKz5VwEgklu2bQDw05hVFiWmnbJd9dF3zf7
w0f+oSioZnsjuoUDpdE3WOsEV1hxEE1371CnWmjnlh8PBALew947mC78oSKpjLCu
deU1nO2G9M7USSTPjcB7Engee1uyo6+DjbMjCsszT2SBGcOC9NuGNeFd6l7FvCvY
C8W8+nUAwLoD5Xqpo/EbA4WFxX493i/y1GrcX/5hj+rXE7vV/K3dzSqDJfXr6aKk
l8I4AHToi/OKaALc9Bj4Sx/CAhJnilcd5aNsC+n4X02bmHCw4OJN7cAj6rfGEEJi
TRXh3/5OZgAVfuoDHwHh
=ixAd
-END PGP SIGNATURE-


Accepted:
cl-usocket_0.5.4-2.diff.gz
  to main/c/cl-usocket/cl-usocket_0.5.4-2.diff.gz
cl-usocket_0.5.4-2.dsc
  to main/c/cl-usocket/cl-usocket_0.5.4-2.dsc
cl-usocket_0.5.4-2_all.deb
  to main/c/cl-usocket/cl-usocket_0.5.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
Archive: http://lists.debian.org/e1roa8v-qj...@franck.debian.org



Accepted glance 2011.3-1 (source all)

2011-11-09 Thread Ghe Rivero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 11:53:23 +0100
Source: glance
Binary: python-glance glance python-glance-doc
Architecture: source all
Version: 2011.3-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Ghe Rivero g...@debian.org
Description: 
 glance - OpenStack Image Registry and Delivery Service - Daemons
 python-glance - OpenStack Image Registry and Delivery Service - Python library
 python-glance-doc - OpenStack Image Registry and Delivery Service - 
Documentation
Changes: 
 glance (2011.3-1) unstable; urgency=low
 .
   * [624c8de] Imported Upstream version 2011.3
   * [df2ecd1] pkg cleanup
   * [1f9054b] added post/pre install/rm scripts
   * [7b6c293] patches refreshed
Checksums-Sha1: 
 6433b0eae3e89e58419d7aedf66bc120cd81009f 1841 glance_2011.3-1.dsc
 c3eeba86187c7e1d21b521d6d8699d97433f04b3 187082 glance_2011.3.orig.tar.gz
 e5d71719467661352c814213dad55e588a133662 5825 glance_2011.3-1.debian.tar.gz
 7cabea0db9beb0a9f635baaf6d54f24917debfeb 134372 python-glance_2011.3-1_all.deb
 97bd54e05a9f01fa1cd3dcfc5f0cbb81ce0c659e 24388 glance_2011.3-1_all.deb
 6a048bd05e0e45fa7aae540457ffc04ff89f0283 103008 
python-glance-doc_2011.3-1_all.deb
Checksums-Sha256: 
 2c0577f7e7f5a310eef7629042313a129be174105d786dc5d90464648e6545fd 1841 
glance_2011.3-1.dsc
 0ecb15d69466030eb38ff134b7dd141baf94e4d0a25c543868bf584b6bddb28d 187082 
glance_2011.3.orig.tar.gz
 5ea2a9bbd5ad222e4eef6372d9aa1bdd6cfb0252516ec3f7d1610248e161a344 5825 
glance_2011.3-1.debian.tar.gz
 af64c82e679729470c444afe55a172b170db97256838a01070d8964a84a86528 134372 
python-glance_2011.3-1_all.deb
 185d69bd7425764cdfe8c20f277a94dc6060a5ac290f66217ee55e51f2a00b03 24388 
glance_2011.3-1_all.deb
 84a1d5d6388a00adb73da1163d2f4c3b2f9da56e0ec52b7f4f5753483d44d7a0 103008 
python-glance-doc_2011.3-1_all.deb
Files: 
 931a14903f7fe390c49000c2dfe57301 1841 net extra glance_2011.3-1.dsc
 6e9561c6bd1e5df1d08d84879792cecc 187082 net extra glance_2011.3.orig.tar.gz
 9c84028a197cdd68d1dc43d84b3ccd14 5825 net extra glance_2011.3-1.debian.tar.gz
 b8ba021ea3360d34a9e0532c4c044b7a 134372 python extra 
python-glance_2011.3-1_all.deb
 727d89ea8be255d0feed6e71b670b633 24388 python extra glance_2011.3-1_all.deb
 8126df4b7bc4ea4d0e9914f4db481c6c 103008 doc extra 
python-glance-doc_2011.3-1_all.deb

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

iEYEARECAAYFAk66mOYACgkQZttaNibwIPcIAgCg2MjVLtfZXh+8UvDt3CUDb/uX
lmsAn2iXJ9IdJeGSCIscKvoOK90XP7B6
=F8pC
-END PGP SIGNATURE-


Accepted:
glance_2011.3-1.debian.tar.gz
  to main/g/glance/glance_2011.3-1.debian.tar.gz
glance_2011.3-1.dsc
  to main/g/glance/glance_2011.3-1.dsc
glance_2011.3-1_all.deb
  to main/g/glance/glance_2011.3-1_all.deb
glance_2011.3.orig.tar.gz
  to main/g/glance/glance_2011.3.orig.tar.gz
python-glance-doc_2011.3-1_all.deb
  to main/g/glance/python-glance-doc_2011.3-1_all.deb
python-glance_2011.3-1_all.deb
  to main/g/glance/python-glance_2011.3-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roa9i-x6...@franck.debian.org



Accepted kmess 2.0.6.1-2 (source amd64)

2011-11-09 Thread José Manuel Santamaría Lema
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 15:31:56 +0100
Source: kmess
Binary: kmess
Architecture: source amd64
Version: 2.0.6.1-2
Distribution: unstable
Urgency: high
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: José Manuel Santamaría Lema panfa...@gmail.com
Description: 
 kmess  - MSN messenger for KDE
Closes: 648080
Changes: 
 kmess (2.0.6.1-2) unstable; urgency=high
 .
   * Add follow-location-redirects.diff, this makes KMess usable with the latest
 changes in MSN servers. (Closes: #648080)
   * Update Vcs-* fields, this package was moved to git.
   * Bump Standards-Version to 3.9.2, no changes needed.
   * Add myself to Uploaders.
   * Urgency is high because this upload fixes an RC bug which affects testing.
Checksums-Sha1: 
 3682389c1daae16b35ffc1c7754158f86ce63803 2176 kmess_2.0.6.1-2.dsc
 83b723ae60c64c3d863bf3b1b932ad15c1b81502 6308 kmess_2.0.6.1-2.debian.tar.gz
 2f0cf4b55ffe4a04c66bee2d9823967e26052bfa 3577468 kmess_2.0.6.1-2_amd64.deb
Checksums-Sha256: 
 54fc051ad03522ccb21063b002fb1a2b42e5449906e8a619f3db01f6ea599b87 2176 
kmess_2.0.6.1-2.dsc
 00c1790aed3f6368584408b6800fc61fea5bbd5a32e43b4b647181bd5795e668 6308 
kmess_2.0.6.1-2.debian.tar.gz
 6009de1f9cb76efdef84cd4153375c7252f4035995e5c97f3cd9e5c36d7fa043 3577468 
kmess_2.0.6.1-2_amd64.deb
Files: 
 bca9e4f40a2088279ca0e82840a0783d 2176 net optional kmess_2.0.6.1-2.dsc
 ecc19d984bd0470d2a570f884bf883c3 6308 net optional 
kmess_2.0.6.1-2.debian.tar.gz
 d527329ca5355ee4ab3565181c4e0fa6 3577468 net optional kmess_2.0.6.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJOupoxAAoJELNGT4lqoVlIj9MP/RO1ATmPE3WGDCG8S6ClPAvW
gIxYlAHKH/TVvup4oW3kvKNqQ42bUh/opVyzLCccCBHnuG1IWUNfhdJwiAia82fk
sj0aMHB7D0Q1vt/vPo+xoFMzsx9OWYUCgvzRLr3cdSNRHQYHaC2Lei6ad74qV+hH
CKylPciX4VEYclxJDzzlBfC4fM6TyLcG1eLmtnnVb1vaqORiM7bVK8vgOq0gzmRR
47KtrPE35fWLrfcl1gq60Y2eNtFN1jLn2+bzdq/akCgdQiGCPJkyuR6x+/6vm33R
wurT9SYP7r56dMP8r543ovu0flmnzIdlhoSqIy/lQIavW/XXuzDWcjO2PM1+CSLx
SSE0tETfwkEg/6PBhWoCBRbgssG63nX9TJKBn/jXTbueVIhCqNv9bi2YdbSdRoHn
BWIlDsHuMYsGzSrSuQNPAx2hatcYJbEEKbs3gQF60seCCdtszhQeUOHQPMy38uls
bxpaqgLxF8gFji9yGiTaLMYW0Gs4Ddb0BLFZl4xgUWSlxemkef0Hc0t0I6q3QeM/
wXfDv14MqHnquV+oB12NDMPiRCc9KJ8KdL/WT+5JlmQMw9iqxkQmx/PhnmVbi0Y7
YmZBQZdLgzLX5clMa9B5+SoFU0eVDtOYI5CyPfxyXJ34txLouBeAizMNTX0oIhzv
GGmV8SD1vMm3b+NxiG0Z
=lm24
-END PGP SIGNATURE-


Accepted:
kmess_2.0.6.1-2.debian.tar.gz
  to main/k/kmess/kmess_2.0.6.1-2.debian.tar.gz
kmess_2.0.6.1-2.dsc
  to main/k/kmess/kmess_2.0.6.1-2.dsc
kmess_2.0.6.1-2_amd64.deb
  to main/k/kmess/kmess_2.0.6.1-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
Archive: http://lists.debian.org/e1roa9x-00011g...@franck.debian.org



Accepted php5-midgard2 10.05.5-1 (source i386)

2011-11-09 Thread Piotr Pokora
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Nov 2011 21:12:54 +0100
Source: php5-midgard2
Binary: php5-midgard2
Architecture: source i386
Version: 10.05.5-1
Distribution: experimental
Urgency: low
Maintainer: Piotr Pokora piotrek.pok...@gmail.com
Changed-By: Piotr Pokora piotrek.pok...@gmail.com
Description: 
 php5-midgard2 - Midgard2 Content Repository - PHP5 language bindings and module
Changes: 
 php5-midgard2 (10.05.5-1) experimental; urgency=low
 .
   * New upstream
   * Added recommended targets to rules
Checksums-Sha1: 
 91c9cc56d5ffed98e3478020ff6c466fe4736054 1166 php5-midgard2_10.05.5-1.dsc
 530898b614576554527187dda0ce40659ab7af12 106748 
php5-midgard2_10.05.5.orig.tar.gz
 5e865e43c4a98b833ad13a6900b915d506762be8 2405 
php5-midgard2_10.05.5-1.debian.tar.gz
 3d942355f6b548da17e44a044db41c237c4b30d5 89552 php5-midgard2_10.05.5-1_i386.deb
Checksums-Sha256: 
 fc537cb98e1cee6206bf0421d8b93faf807f575eeb5b56ac178eacafe4813039 1166 
php5-midgard2_10.05.5-1.dsc
 693279e604c4dc6b0c128b699f640b5753c40ee843dd510496bd635cd1687e6e 106748 
php5-midgard2_10.05.5.orig.tar.gz
 208ca9c7197c91e927f9aa8616087c5a73ea4fde2a9675f997559503d0f61965 2405 
php5-midgard2_10.05.5-1.debian.tar.gz
 045722df74af04f8235871cb089e0d7d5261e872e143859d9ade8ce11eba55f0 89552 
php5-midgard2_10.05.5-1_i386.deb
Files: 
 09212e8ffb96c0b51464e90441204a92 1166 web optional php5-midgard2_10.05.5-1.dsc
 7f17d76419ed1568b8c5a2e5419cdc50 106748 web optional 
php5-midgard2_10.05.5.orig.tar.gz
 258ea86995b9a4c2b7556222684f3bed 2405 web optional 
php5-midgard2_10.05.5-1.debian.tar.gz
 fc1734bb4d96c843f1d7c1154880cb38 89552 web optional 
php5-midgard2_10.05.5-1_i386.deb

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

iEYEARECAAYFAk66f/4ACgkQgtffbfx/bQ8YcwCfYGm8JoNbI8/VfRvOV/jJRgPV
n3cAniS2dj716FtccUyI8JnJqlATAfWb
=Cyhn
-END PGP SIGNATURE-


Accepted:
php5-midgard2_10.05.5-1.debian.tar.gz
  to main/p/php5-midgard2/php5-midgard2_10.05.5-1.debian.tar.gz
php5-midgard2_10.05.5-1.dsc
  to main/p/php5-midgard2/php5-midgard2_10.05.5-1.dsc
php5-midgard2_10.05.5-1_i386.deb
  to main/p/php5-midgard2/php5-midgard2_10.05.5-1_i386.deb
php5-midgard2_10.05.5.orig.tar.gz
  to main/p/php5-midgard2/php5-midgard2_10.05.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
Archive: http://lists.debian.org/e1roa9u-00016b...@franck.debian.org



Accepted telepathy-glib 0.17.0-1 (source all amd64)

2011-11-09 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 15:19:15 +
Source: telepathy-glib
Binary: libtelepathy-glib0 libtelepathy-glib-dev libtelepathy-glib0-dbg 
libtelepathy-glib-doc gir1.2-telepathyglib-0.12
Architecture: source amd64 all
Version: 0.17.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-telepathyglib-0.12 - GLib Telepathy connection manager library 
(GObject-Introspection)
 libtelepathy-glib-dev - GLib Telepathy connection manager library (headers)
 libtelepathy-glib-doc - GLib Telepathy library (documentation)
 libtelepathy-glib0 - Telepathy framework - GLib library
 libtelepathy-glib0-dbg - GLib Telepathy library (debug symbols)
Changes: 
 telepathy-glib (0.17.0-1) experimental; urgency=low
 .
   * New upstream release
   * debian/control: bump g-i build-dep to ensure all the latest annotations are
 taken advantage of
   * debian/libtelepathy-glib0.symbols: Updated
Checksums-Sha1: 
 df44e489175a97d65edf7e6d58d4630a5be66da6 2139 telepathy-glib_0.17.0-1.dsc
 5f7eecaa79fcbc418a21e28ab531fe6f2203609c 3249031 
telepathy-glib_0.17.0.orig.tar.gz
 fb9cd90c3ddf45bce080d2aa6480560e07010cd0 27773 
telepathy-glib_0.17.0-1.debian.tar.gz
 7c928b0eb42599c8254cba57958aad4bb4f05446 777942 
libtelepathy-glib0_0.17.0-1_amd64.deb
 126b1a9f4e86a15874cec5625bb362897fd5ddf3 1157566 
libtelepathy-glib-dev_0.17.0-1_amd64.deb
 dd47a5cfff2a8ceeda1c08e99113aac2be2f815d 1395896 
libtelepathy-glib0-dbg_0.17.0-1_amd64.deb
 339e05e67a6572e9d81a6aa8c7227b1790e90b74 1259532 
libtelepathy-glib-doc_0.17.0-1_all.deb
 cb3c4568484fac37ae33cb6f61f0a2d4e382f053 50038 
gir1.2-telepathyglib-0.12_0.17.0-1_amd64.deb
Checksums-Sha256: 
 cc43366f6355c5abad2c31d2cd7a5ef0f74c2d70283817b2c22887105a7614ac 2139 
telepathy-glib_0.17.0-1.dsc
 06f61e9a8b12e55ac8c62cad29baa5b14f2b75118a9b01f0874f8048ec33d845 3249031 
telepathy-glib_0.17.0.orig.tar.gz
 c82cebfd38763c3363a5216a7379ec4f6dab08e8f43170a35763cf29e8bd924b 27773 
telepathy-glib_0.17.0-1.debian.tar.gz
 f871f7666cbf4d5a8bb4cf05159d559a469c7ba5cd6b114f56b0b09647db685d 777942 
libtelepathy-glib0_0.17.0-1_amd64.deb
 8e4d79eece780fbd74f2667b5341dcd26b8b66f41c29d1e6516fd96b4f8ddef7 1157566 
libtelepathy-glib-dev_0.17.0-1_amd64.deb
 facf487cadbc235935b12c64703fe0c20ece9de8915da0a1ad3cca7bfb5c9ae5 1395896 
libtelepathy-glib0-dbg_0.17.0-1_amd64.deb
 aa15277f94099d2e757a17fcad171d782aa3662e9f3d360a0db2f9eca726abe9 1259532 
libtelepathy-glib-doc_0.17.0-1_all.deb
 0353a6a0f4fb18ed0e93928ec86b1c43710db0cb11d4e9cb8776248a77f08b89 50038 
gir1.2-telepathyglib-0.12_0.17.0-1_amd64.deb
Files: 
 85f715cfb209c0bff806f772389b2eef 2139 libs optional telepathy-glib_0.17.0-1.dsc
 5ea748c581db611b097c4926f0467c1e 3249031 libs optional 
telepathy-glib_0.17.0.orig.tar.gz
 079d26b578553382a23c66e190b0237c 27773 libs optional 
telepathy-glib_0.17.0-1.debian.tar.gz
 0006707ce85dff2304311ad4eaf63e81 777942 libs optional 
libtelepathy-glib0_0.17.0-1_amd64.deb
 b9ddd8cf1cdb01c04d4dabc0cf81765c 1157566 libdevel optional 
libtelepathy-glib-dev_0.17.0-1_amd64.deb
 0306f3b62d6c6dd2672e56edc1e414d4 1395896 debug extra 
libtelepathy-glib0-dbg_0.17.0-1_amd64.deb
 a7f2ecc80f59150be3010722424040c7 1259532 doc optional 
libtelepathy-glib-doc_0.17.0-1_all.deb
 fb54ae6481f81e6f3627424a5d08dfc3 50038 libs optional 
gir1.2-telepathyglib-0.12_0.17.0-1_amd64.deb

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

iEYEARECAAYFAk66nukACgkQgTd+SodosdKcWgCglQUOZbePK+7O+Bghn5mZ3gm3
+DEAn324hVh1uz84FuNfPFUkdKtOsNUn
=Y6sA
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathyglib-0.12_0.17.0-1_amd64.deb
  to main/t/telepathy-glib/gir1.2-telepathyglib-0.12_0.17.0-1_amd64.deb
libtelepathy-glib-dev_0.17.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib-dev_0.17.0-1_amd64.deb
libtelepathy-glib-doc_0.17.0-1_all.deb
  to main/t/telepathy-glib/libtelepathy-glib-doc_0.17.0-1_all.deb
libtelepathy-glib0-dbg_0.17.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0-dbg_0.17.0-1_amd64.deb
libtelepathy-glib0_0.17.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0_0.17.0-1_amd64.deb
telepathy-glib_0.17.0-1.debian.tar.gz
  to main/t/telepathy-glib/telepathy-glib_0.17.0-1.debian.tar.gz
telepathy-glib_0.17.0-1.dsc
  to main/t/telepathy-glib/telepathy-glib_0.17.0-1.dsc
telepathy-glib_0.17.0.orig.tar.gz
  to main/t/telepathy-glib/telepathy-glib_0.17.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
Archive: http://lists.debian.org/e1roant-0002dr...@franck.debian.org



Accepted icu 4.8.1.1-1 (source all amd64)

2011-11-09 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 09:59:08 -0500
Source: icu
Binary: libicu48 libicu48-dbg libicu-dev lib32icu48 lib32icu-dev icu-doc
Architecture: source all amd64
Version: 4.8.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 icu-doc- API documentation for ICU classes and functions
 lib32icu-dev - Development files for International Components for Unicode 
(32-bi
 lib32icu48 - International Components for Unicode (32-bit)
 libicu-dev - Development files for International Components for Unicode
 libicu48   - International Components for Unicode
 libicu48-dbg - International Components for Unicode
Closes: 643661
Changes: 
 icu (4.8.1.1-1) unstable; urgency=low
 .
   * New upstream release
   * Add simple patch to define PATH_MAX when not defined.  Not an ideal
 solution, but it will do for now.  (Closes: #643661)
Checksums-Sha1: 
 1fbbc3bd720fca7c6cb5ec0e0cb42ffdcb6a9e13 2199 icu_4.8.1.1-1.dsc
 7146ee269b39273fa98d750f73136b14f781758a 18675781 icu_4.8.1.1.orig.tar.gz
 8338a4e1d89f7aae9c9588eb8ba1b96499539a9e 17214 icu_4.8.1.1-1.debian.tar.gz
 8bad5add1e4bef06040fc5f9572602cc6f8c 4304294 icu-doc_4.8.1.1-1_all.deb
 a4b40ade6a4d98e140af61e3706a066397cb1e1b 8125172 libicu48_4.8.1.1-1_amd64.deb
 4d7cd6b8fc9ce6c3c3b5b3ae9d6c0437e9713760 4197944 
libicu48-dbg_4.8.1.1-1_amd64.deb
 1df267a39951893a8ad035943b4e86b48169b6ed 9768660 libicu-dev_4.8.1.1-1_amd64.deb
 d302639ec356616a4626e39af0f05bc0d7ac8dbb 8196544 lib32icu48_4.8.1.1-1_amd64.deb
 2ec600023f318b7c4fa281e09130c86e65cfd2d1 8546064 
lib32icu-dev_4.8.1.1-1_amd64.deb
Checksums-Sha256: 
 d9665d1721878cd8a81c7fc0bcc1066ba47d741e43bca3be041ad33aaaf5e949 2199 
icu_4.8.1.1-1.dsc
 0a70491c5fdfc5a0fa7429f820da73951e07d59a268b3d8ffe052eec65820ca1 18675781 
icu_4.8.1.1.orig.tar.gz
 bcd29819346fa634b362f2cfc0baf06a5b21816c1088a0d4c1407f26b17e2686 17214 
icu_4.8.1.1-1.debian.tar.gz
 ffdcd3c39aa9c771ecf5d323fa219b86852ed6787a03733b5f52d44c93ecc370 4304294 
icu-doc_4.8.1.1-1_all.deb
 c6a5f00c4d780b649f6f4756c3d884ba73f0e94b2174311dd2c684975ec7c272 8125172 
libicu48_4.8.1.1-1_amd64.deb
 038e52d6c590cdc7f27f0b6c471e3987a70ae38c464c2226e1124087e07a955e 4197944 
libicu48-dbg_4.8.1.1-1_amd64.deb
 d139e9459287d0ee00a8248321c60b14707aebabff486a471edfab61659b7ef8 9768660 
libicu-dev_4.8.1.1-1_amd64.deb
 4d5d7aaefdb31ac57a142969691c258a69ee4513813491f751ce6135c7d6f802 8196544 
lib32icu48_4.8.1.1-1_amd64.deb
 6de5ab882527b39a4ff76022bf15ebe0d67befe23509ca415298cc090bb358c3 8546064 
lib32icu-dev_4.8.1.1-1_amd64.deb
Files: 
 72897350aeb6110ea95afc856ade0420 2199 libs optional icu_4.8.1.1-1.dsc
 ea93970a0275be6b42f56953cd332c17 18675781 libs optional icu_4.8.1.1.orig.tar.gz
 6747a66f50051e7f96e51a5a53a8455e 17214 libs optional 
icu_4.8.1.1-1.debian.tar.gz
 dfb147d20baa7215f59a989b05f202bc 4304294 doc optional icu-doc_4.8.1.1-1_all.deb
 e7458cdb1b75d051fc7a42623c8d5a81 8125172 libs optional 
libicu48_4.8.1.1-1_amd64.deb
 f85774212365b112d963eec5a7fb91c7 4197944 debug extra 
libicu48-dbg_4.8.1.1-1_amd64.deb
 771ebbe0ad2eafbc2b4888f47f67c5dd 9768660 libdevel optional 
libicu-dev_4.8.1.1-1_amd64.deb
 e4619e68edeba6f6aa4fa9bc6a7507f0 8196544 libs optional 
lib32icu48_4.8.1.1-1_amd64.deb
 7b987f13a40aaf0195148e03bbd73869 8546064 libdevel optional 
lib32icu-dev_4.8.1.1-1_amd64.deb

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

iQIcBAEBAgAGBQJOup9FAAoJEIp10QmYASx+hvQQAJvNOBPhhJMsH8URsPv/AV//
NPMVHyWAOkfxS7V2cSCERrbO7BE8ZFMFhbltmJ1yHW3+jaTYzGM/+I3eBAJWyCq8
baUzGGo/4T9KdrThuoK/6WtS2AyVg1kVYLRtTwzYqZBZWPz5snc+F4Zg/4VfmVFw
xTutC+koqlRAUg7TxI0aDlwPhN2F6NAeA9SvfQ9OraAgy2mPnbPwymm82A2tdoxH
oR5jwLgRSMCDHx6NB9c84xHj3iNty0jsoavOmgW45eQ2LT3187jCUGOE4fPRSPhO
n515yG2yhgfD5uinA7dBUIk25MQ/RFn5vbKRadHkq11K524WEuSxKwJ0/lZJbskR
iEkdWpI80bWoFNAWAK2h5GqMngEVxoACAoAnMV4u851PmtlQINHRN+pVx38gt8kh
zZkcxNQgWSjs/25zu6bYa0JBEb0Mr0uMaU7WQxjmUeYvagU6mZUVvxDyMNlmtkd4
MTZCWVeoVovLxsCAHhO82eVsf7TVCtxiS9u7rzp71OX9X/XmCaMgoZO3hLZXRZ6Q
zDrX6kmHcr38HUQwGkshaRKo1T34XRWyRokOynJslrbcf/DZh7gsOERGuunluvkE
PlfIbLCZb7B1nYqFx78ofAaEs5/ZKQnusr/mxT35z+wLMSsPeKmg2j4vYZk1EQ+g
yk1u/f5s1+z+ifA//5Eq
=AL0g
-END PGP SIGNATURE-


Accepted:
icu-doc_4.8.1.1-1_all.deb
  to main/i/icu/icu-doc_4.8.1.1-1_all.deb
icu_4.8.1.1-1.debian.tar.gz
  to main/i/icu/icu_4.8.1.1-1.debian.tar.gz
icu_4.8.1.1-1.dsc
  to main/i/icu/icu_4.8.1.1-1.dsc
icu_4.8.1.1.orig.tar.gz
  to main/i/icu/icu_4.8.1.1.orig.tar.gz
lib32icu-dev_4.8.1.1-1_amd64.deb
  to main/i/icu/lib32icu-dev_4.8.1.1-1_amd64.deb
lib32icu48_4.8.1.1-1_amd64.deb
  to main/i/icu/lib32icu48_4.8.1.1-1_amd64.deb
libicu-dev_4.8.1.1-1_amd64.deb
  to main/i/icu/libicu-dev_4.8.1.1-1_amd64.deb
libicu48-dbg_4.8.1.1-1_amd64.deb
  to main/i/icu/libicu48-dbg_4.8.1.1-1_amd64.deb
libicu48_4.8.1.1-1_amd64.deb
  to main/i/icu/libicu48_4.8.1.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject 

Accepted ettercap 1:0.7.4.1+git.17fac4c4a-1 (source amd64)

2011-11-09 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 15:57:15 +
Source: ettercap
Binary: ettercap-common ettercap-text-only ettercap-graphical
Architecture: source amd64
Version: 1:0.7.4.1+git.17fac4c4a-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 ettercap-common - Multipurpose sniffer/interceptor/logger for switched LAN
 ettercap-graphical - Ettercap GUI-enabled executable
 ettercap-text-only - Ettercap console-mode executable
Changes: 
 ettercap (1:0.7.4.1+git.17fac4c4a-1) unstable; urgency=low
 .
   * Track upstream with snapshot release
Checksums-Sha1: 
 60a85e237022c922b7cc91050e994f45735ab132 1620 
ettercap_0.7.4.1+git.17fac4c4a-1.dsc
 a65b9fcaae7ac40860e5a82ae0a270d7ff76370b 644708 
ettercap_0.7.4.1+git.17fac4c4a.orig.tar.gz
 3d20a451df5bf4766d67bf772406a01a2181b68a 5384 
ettercap_0.7.4.1+git.17fac4c4a-1.debian.tar.gz
 1c9e74bee03c189d6193ea1a3a2c11d12ae11123 316304 
ettercap-common_0.7.4.1+git.17fac4c4a-1_amd64.deb
 5d3830ba495e09bba81238c99cf1836625b91cab 200162 
ettercap-text-only_0.7.4.1+git.17fac4c4a-1_amd64.deb
 f1c0385accc7d466a66eccaafee3831ba07912f6 254562 
ettercap-graphical_0.7.4.1+git.17fac4c4a-1_amd64.deb
Checksums-Sha256: 
 580946781cff668f8d18dbf403d0a5b1485a9e1cd2fb218d91898331fe4c9f81 1620 
ettercap_0.7.4.1+git.17fac4c4a-1.dsc
 678a5fadb7d65fd15cecd4fd78525f9210bc39fc23dff239eeb24e52d486372f 644708 
ettercap_0.7.4.1+git.17fac4c4a.orig.tar.gz
 4cee5c092520d1221d9a687260ae091ecac6489b8ab838d57a117ec10b336da0 5384 
ettercap_0.7.4.1+git.17fac4c4a-1.debian.tar.gz
 11e5eb9cc90d15e2597c556153a3c17beabacff9392df6bbf0f100ca3a578418 316304 
ettercap-common_0.7.4.1+git.17fac4c4a-1_amd64.deb
 ac92a5bed0e2b7e8d096f267cb9533720e45a92f746ab6000a933da5420cfe2d 200162 
ettercap-text-only_0.7.4.1+git.17fac4c4a-1_amd64.deb
 1506ab86cf4f12f3635cff56a239910894bfce77ec6de86f132a80a2c36969ca 254562 
ettercap-graphical_0.7.4.1+git.17fac4c4a-1_amd64.deb
Files: 
 ee45c572f4cb98f6c8dde50b7cc657fd 1620 net optional 
ettercap_0.7.4.1+git.17fac4c4a-1.dsc
 a565cf033aa7ff47122b82d3c3f5fd59 644708 net optional 
ettercap_0.7.4.1+git.17fac4c4a.orig.tar.gz
 b2fd901f41891c6799dcf305b5fad188 5384 net optional 
ettercap_0.7.4.1+git.17fac4c4a-1.debian.tar.gz
 abfd74cc36e9ff2293aa8ad00982557d 316304 net optional 
ettercap-common_0.7.4.1+git.17fac4c4a-1_amd64.deb
 1dc4700ef144daedac68ef600e162ec5 200162 net optional 
ettercap-text-only_0.7.4.1+git.17fac4c4a-1_amd64.deb
 f04f5c630888443c5b398c8a2e1454a0 254562 net optional 
ettercap-graphical_0.7.4.1+git.17fac4c4a-1_amd64.deb

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

iEYEARECAAYFAk66p74ACgkQLz4Gnv7CP7KPmACfTkeIkfDZ9/YZuKEkMWA3cW0U
10YAn2CpbIb9Ho8IqAPAfzMx5PhOZFK8
=f9Sq
-END PGP SIGNATURE-


Accepted:
ettercap-common_0.7.4.1+git.17fac4c4a-1_amd64.deb
  to main/e/ettercap/ettercap-common_0.7.4.1+git.17fac4c4a-1_amd64.deb
ettercap-graphical_0.7.4.1+git.17fac4c4a-1_amd64.deb
  to main/e/ettercap/ettercap-graphical_0.7.4.1+git.17fac4c4a-1_amd64.deb
ettercap-text-only_0.7.4.1+git.17fac4c4a-1_amd64.deb
  to main/e/ettercap/ettercap-text-only_0.7.4.1+git.17fac4c4a-1_amd64.deb
ettercap_0.7.4.1+git.17fac4c4a-1.debian.tar.gz
  to main/e/ettercap/ettercap_0.7.4.1+git.17fac4c4a-1.debian.tar.gz
ettercap_0.7.4.1+git.17fac4c4a-1.dsc
  to main/e/ettercap/ettercap_0.7.4.1+git.17fac4c4a-1.dsc
ettercap_0.7.4.1+git.17fac4c4a.orig.tar.gz
  to main/e/ettercap/ettercap_0.7.4.1+git.17fac4c4a.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
Archive: http://lists.debian.org/e1rob4q-0007d9...@franck.debian.org



Accepted zeroc-ice 3.4.2-6 (source all i386)

2011-11-09 Thread Francisco Moya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 16:37:10 +0100
Source: zeroc-ice
Binary: zeroc-ice34 ice34-translators ice34-services libicestorm34 libicegrid34 
libicebox34 icebox libicepatch2-34 libglacier2-34 libfreeze34 libicedb34 
ice34-slice libzeroc-ice34 libicessl34 libiceutil34 libicexml34 libslice34 
libzeroc-ice34-dev libzeroc-ice34-dbg python-zeroc-ice php-zeroc-ice 
libzeroc-ice3.4-cil libzeroc-ice-ruby1.8 libzeroc-ice3.4-java icegrid-gui
Architecture: source all i386
Version: 3.4.2-6
Distribution: unstable
Urgency: low
Maintainer: Francisco Moya p...@debian.org
Changed-By: Francisco Moya p...@debian.org
Description: 
 ice34-services - Services bundled into ZeroC Ice
 ice34-slice - Slice definitions for Ice 3.4 services
 ice34-translators - Slice translators to several languages
 icebox - Plugin-based meta-application for ZeroC Ice
 icegrid-gui - GUI for IceGrid service
 libfreeze34 - Libraries implementing a persistence framework for ZeroC Ice
 libglacier2-34 - Libraries implementing a firewall service for ZeroC Ice
 libicebox34 - Libraries implementing a plugin framework for ZeroC Ice
 libicedb34 - Libraries for persistent backends for ZeroC Ice
 libicegrid34 - Libraries implementing grid-like services for ZeroC Ice
 libicepatch2-34 - Libraries implementing a distribution service for ZeroC Ice
 libicessl34 - Ice for C++ SSL plug-in
 libicestorm34 - Libraries implementing an event service for ZeroC Ice
 libiceutil34 - Ice for C++ misc utility library
 libicexml34 - ZeroC Ice for C++ XML parser library
 libslice34 - Ice for C++ Slice parser library
 libzeroc-ice-ruby1.8 - Ice for Ruby modules
 libzeroc-ice3.4-cil - Ice for C# libraries
 libzeroc-ice3.4-java - Ice for Java libraries
 libzeroc-ice34 - Ice for C++ runtime library
 libzeroc-ice34-dbg - Ice for C++ debugging symbols
 libzeroc-ice34-dev - Ice for C++ development libraries
 php-zeroc-ice - Ice for PHP extension
 python-zeroc-ice - Ice for Python libraries
 zeroc-ice34 - Internet Communications Engine
Changes: 
 zeroc-ice (3.4.2-6) unstable; urgency=low
 .
   * Fixed broken link.
Checksums-Sha1: 
 c95990510b78f901d33034723f043f3168dbc4fb 2922 zeroc-ice_3.4.2-6.dsc
 9a7db90dbf8c78b25d04ec44dcdd169d155b2cf6 39182 zeroc-ice_3.4.2-6.debian.tar.gz
 e92f804384bcbf217ef6e99d617acf1dbec5e0b7 43138 zeroc-ice34_3.4.2-6_all.deb
 69e1a38b8473f9ea7af9aad9fae5ab64155f52df 226974 ice34-slice_3.4.2-6_all.deb
 c4d305bf88d677ba43bbfcdcdf7b900d53730412 745066 
libzeroc-ice3.4-cil_3.4.2-6_all.deb
 666f06f52c490ba028f9bd0445441bdb93c57064 2965074 
libzeroc-ice3.4-java_3.4.2-6_all.deb
 9495b2378f70d04189cf924e4f8f83ee9ab3776d 3036352 icegrid-gui_3.4.2-6_all.deb
 ffd02ff6a82fdc9ae5f8cb9363c10ad48dfa33c4 881458 
ice34-translators_3.4.2-6_i386.deb
 34212b87557237c20bbb75b015b04f11bf793a65 3231104 
ice34-services_3.4.2-6_i386.deb
 98b4bdbf7eb3446380bf48a9985a79fae1ce2e49 585054 libicestorm34_3.4.2-6_i386.deb
 c2a3cade27feff6a2e9ee0747d23737d8ef4375f 890676 libicegrid34_3.4.2-6_i386.deb
 49fe69ceaf0521e8ac814b22e9cd836f1b2e9f7d 115990 libicebox34_3.4.2-6_i386.deb
 40a06e30b557d3dfbe6d19839800e815c697eefd 103098 icebox_3.4.2-6_i386.deb
 2c7e19be7632c14308827718befb1f90a2a8e8c4 173458 
libicepatch2-34_3.4.2-6_i386.deb
 d160ac2d720a5f44a9bdba1d636764f9cd81c677 241438 libglacier2-34_3.4.2-6_i386.deb
 ec8a897f88d78fc25828d3ef7f4497fee0d2cbbb 299202 libfreeze34_3.4.2-6_i386.deb
 d4fc5f9ce225106918706186cb87d87b86d8aa8a 46624 libicedb34_3.4.2-6_i386.deb
 d017b32c69e951528db1e57ee9c1b49ce49dc65d 1055726 
libzeroc-ice34_3.4.2-6_i386.deb
 b9f12d4836ec810a40511a3c71965d1ad72a3f19 178694 libicessl34_3.4.2-6_i386.deb
 81e75ed33ba56a766e97739ca9fb927290015bdf 143816 libiceutil34_3.4.2-6_i386.deb
 e8c09d6e86d1c355977ebaa0c66ba164c76bff0a 60636 libicexml34_3.4.2-6_i386.deb
 2a26649fcfdb5fc6060927a88987d5fd5aa017f2 476434 libslice34_3.4.2-6_i386.deb
 a1b7877b02b247ae6ed5e9885f8dd3b794f14ff9 252742 
libzeroc-ice34-dev_3.4.2-6_i386.deb
 3f51d29b387c32b72ea13e1907dc16556a017552 49334972 
libzeroc-ice34-dbg_3.4.2-6_i386.deb
 312ec3d573ff095137b71942a4ee8639a5f2a574 677922 
python-zeroc-ice_3.4.2-6_i386.deb
 7642923c1ac706041f2b489d7ca5456c8f085958 224140 php-zeroc-ice_3.4.2-6_i386.deb
 046e07f5778eba5096c79f5c54754eaa05c83780 246806 
libzeroc-ice-ruby1.8_3.4.2-6_i386.deb
Checksums-Sha256: 
 ecc007f02eb5a6aac86a58efe52e5a366a051e42226f5dbdc75e793c94e4e01d 2922 
zeroc-ice_3.4.2-6.dsc
 0e328644fe60eaf2158d9555cca3962df825abb6c132725f2c78629ff3237494 39182 
zeroc-ice_3.4.2-6.debian.tar.gz
 ad68c75a60429b6abc22969dec7cf8ecaa28eb334bc6f55cf28d782ea7b16ff8 43138 
zeroc-ice34_3.4.2-6_all.deb
 d53a19a986ecd2528fd4b02f94008a3dc1fc5ad44aa864e25e577068fe17d850 226974 
ice34-slice_3.4.2-6_all.deb
 202ee1937708076efb85745331a4c355523587272d0035b07f38bcb10439cab8 745066 
libzeroc-ice3.4-cil_3.4.2-6_all.deb
 b22e116a8e839670a35db1967a9071a9c460aef66da0947b23a5863cb94004fe 2965074 
libzeroc-ice3.4-java_3.4.2-6_all.deb
 

Accepted crash 6.0.0-1 (source amd64)

2011-11-09 Thread Troy Heber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 08:51:24 -0700
Source: crash
Binary: crash
Architecture: source amd64
Version: 6.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Troy Heber tr...@debian.org
Changed-By: Troy Heber tr...@debian.org
Description: 
 crash  - kernel debugging utility, allowing gdb like syntax
Changes: 
 crash (6.0.0-1) unstable; urgency=low
 .
   * New upstream version 6.0.0
   * Depend on binutils  (close: #645124)
   * Updated the embedded gdb version to FSF gdb-7.3.1.  This change is
 required for kernels built with gcc-4.6.1, which now defaults to using
 -gdwarf-4.  When using prior versions of crash on such a vmlinux file, it
 fails immediately with the message Dwarf Error: wrong version in
 compilation unit header (is 4, should be 2) [in module vmlinux] followed
 by crash: vmlinux: no debugging data available.  (ander...@redhat.com)
   * Incremental patch for the SADUMP dumpfile support that was introduced in
 crash-5.1.8.  The patchset fixes minor bugs, cleans up the sadump module,
 addresses the issue of gathering the first 640KB backup from a
 kdump-enabled kernel, prepares for makedumpfile's support of the SADUMP
 format, and has bt display the stored register set when the compressed
 kdump was generated from an SADUMP dumpfile.  (d.hatay...@jp.fujitsu.com)
   * Fix for the gdb command, or any command that resolves to a gdb command,
 to allow redirection to a pipe or file.  This addresses a regression that
 was introduced by an unrelated gdb command fix in crash-5.1.4 that
 prevented the stripping of quotation marks from the input line.  Without
 the patch, redirection of a gdb command to a pipe or file fails with the
 error message gdb: gdb request failed:
 original-command-line-including-redirection.  (ander...@redhat.com)
   * Fix for live system analysis of 32-bit PPC kernels.  Without the patch,
 the session would fail after displaying the error message: WARNING:
 machine type mismatch: crash utility: PPC vmlinux: (unknown)
 (nakayama...@ncos.nec.co.jp)
   * Fix to allow vmalloc memory access on 32-bit PPC kernels.  Without the
 patch, the warning message WARNING: cannot access vmalloc'd module
 memory would be displayed during invocation, and kernel virtual memory
 that was vmalloc'd could not be accessed.  (nakayama...@ncos.nec.co.jp)
   * Fix to correctly gather task addresses from 32-bit PPC kernels.  Without
 the patch, during invocation a stream of error messages indicating crash:
 invalid task address in pid_hash: address would be displayed.
 (nakayama...@ncos.nec.co.jp)
   * Fix for the bt command in 32-bit PPC kernels.  Without the patch, the
 bt command would generate a segmentation violation.
 (nakayama...@ncos.nec.co.jp)
Checksums-Sha1: 
 1ac5eb5a44daebece61f2bafbd2eff9809c8590e 1088 crash_6.0.0-1.dsc
 d2985d5f4a7a902800ddc04b9d174aa0b8039636 26806613 crash_6.0.0.orig.tar.gz
 dc71fd149113dc3d11818bc1663569fb08722c53 34309 crash_6.0.0-1.diff.gz
 266632ed9ff7fa5c944be0c0d53a4277f4e9b482 2588728 crash_6.0.0-1_amd64.deb
Checksums-Sha256: 
 0aba3f5e4ae515952dea6dd3ae4a6d54086a31a09b6a18442f6da4b381a0fb2b 1088 
crash_6.0.0-1.dsc
 9ad0f6f968dc0ea77e38ad54fac375ac27b450e4223f1c5c12702a184b18bff1 26806613 
crash_6.0.0.orig.tar.gz
 2b8e4d0ed17ded446af5b16126513984b1e38b38b8843bd76d162df9093fcc85 34309 
crash_6.0.0-1.diff.gz
 e2b8ceef1c74975e85c102cd91631911530ce99a787d39049b7e2ab1718e6f29 2588728 
crash_6.0.0-1_amd64.deb
Files: 
 c57191e726991e7e54980a094e669218 1088 utils optional crash_6.0.0-1.dsc
 d5fe6486519dfd18b115ad80a6e8321a 26806613 utils optional 
crash_6.0.0.orig.tar.gz
 f6bf1ce07b31d2ee1ee505edd0ea34aa 34309 utils optional crash_6.0.0-1.diff.gz
 cc11859f9d9c5ba3e793ad0d79f2da4a 2588728 utils optional crash_6.0.0-1_amd64.deb

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

iD8DBQFOuq8eQOr9C+GfGI4RAkKdAKCzDkG4iqFLYDT3zeQIBH06/uOwEACgrxuz
ntS1EYQjH4n5FgeEdE3O+LQ=
=IDXX
-END PGP SIGNATURE-


Accepted:
crash_6.0.0-1.diff.gz
  to main/c/crash/crash_6.0.0-1.diff.gz
crash_6.0.0-1.dsc
  to main/c/crash/crash_6.0.0-1.dsc
crash_6.0.0-1_amd64.deb
  to main/c/crash/crash_6.0.0-1_amd64.deb
crash_6.0.0.orig.tar.gz
  to main/c/crash/crash_6.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
Archive: http://lists.debian.org/e1robxz-0003qe...@franck.debian.org



Accepted xplanet 1.2.1-4.1 (source i386 all)

2011-11-09 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Nov 2011 17:36:25 +0100
Source: xplanet
Binary: xplanet xplanet-images
Architecture: source i386 all
Version: 1.2.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: gregor herrmann gre...@debian.org
Description: 
 xplanet- planetary body renderer
 xplanet-images - imagery for xplanet
Closes: 634650
Changes: 
 xplanet (1.2.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Please Build-Depends on libjpeg-dev, not libjpeg62-dev:
 do as the bug report requests (closes: #634650).
Checksums-Sha1: 
 a3da38b8271891c417563e9df75614b8159b2171 1951 xplanet_1.2.1-4.1.dsc
 dab4bee821d5526f204d79d53769cea19f495803 22181 xplanet_1.2.1-4.1.debian.tar.gz
 107b295fdd649c292f6ff5b06c8e2831e041df0d 586910 xplanet_1.2.1-4.1_i386.deb
 c4476fbfdb57bc7714400342212fe72afeb68a48 437610 
xplanet-images_1.2.1-4.1_all.deb
Checksums-Sha256: 
 5481a811d19222a127f6d582794614b9c3f6a6b7500f9d53b2d73409791ed895 1951 
xplanet_1.2.1-4.1.dsc
 460448fa1a693dcabf293ea6267ed1ddc701630e405688fdf40b7319ffca96e1 22181 
xplanet_1.2.1-4.1.debian.tar.gz
 fb11cedecab4134979d13cf39229b58a63c77fd7d8a8204ec64e9d140c7bf4e1 586910 
xplanet_1.2.1-4.1_i386.deb
 43ea715add787664196e97beca864c217a56c276afb33642b96be0b1fbf899c9 437610 
xplanet-images_1.2.1-4.1_all.deb
Files: 
 84d289a2c7394831885bbcbcff0a00f7 1951 graphics optional xplanet_1.2.1-4.1.dsc
 dcd1e94ba1459f7bcffc397de70f0832 22181 graphics optional 
xplanet_1.2.1-4.1.debian.tar.gz
 fd9b9726c7037ae5935ccf68b437055a 586910 graphics optional 
xplanet_1.2.1-4.1_i386.deb
 28549e043e3e8f013d700c005e7cbda1 437610 graphics optional 
xplanet-images_1.2.1-4.1_all.deb

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

iQIbBAEBCAAGBQJOuAsQAAoJELs6aAGGSaoGZvYP+KFdb5oOnc5W/nWjZGkM9TE0
xgtk79R2ri6jHyJ1s8De8rEjT+i5xy5b5HalCtcPHij3Pk+nIU8IMAGaAOPPvwvI
XwB+JveIIx04RZ1FaQHDjTrpB6BK+1z/bNHgEuFXxXgnDorPMAvCHchLKdAEh7AN
H0Ujr0+Nrx5KobmAFiJrpdTaoS8MIhutQ342Uah/oVCIacjgV33brPCpLlCEWyUz
JUEapfPvCEM3iCnE1xJ/NpR/MZanQLBBQUL05t79K1s6zAbmi5gOPHaMh6UiT9er
2DU2e2zWLvmINVwbPqOiJrtwXwpSanedfOgQyNcbmF6a5CjpSX6uMQKQBc6yvLNW
DvyX9zM1enBeUkGeRsTjOHmNoibAKCBprHa0vNqhXpzcbw/9mKV7tUrsnz328GF9
kKmUjF5lW2xwNxsDQU5UCeL7yk5PLDPHdSmsKryjeCXmnYDi51G1xKEMJn4cmB6g
HSHzw6ZhSnlH9IhTRGiM2ZOmtoyI+VHMMr4C7V1jvE5yAupms7aUKqWCKBwbleNQ
56yDUzNszp4qkHcU6+xsY7m768mwyZINyYTzeyhqStlQQUODZzTG6a61ldQKy/aP
WIzm+yyYxL3rdd6D6ue9kqSniYmULWljsfnu7/3rjbOBgfUiAg5ROzgXJVtq4asR
v4fFKOe8PYUzBX2dsXM=
=Wy+o
-END PGP SIGNATURE-


Accepted:
xplanet-images_1.2.1-4.1_all.deb
  to main/x/xplanet/xplanet-images_1.2.1-4.1_all.deb
xplanet_1.2.1-4.1.debian.tar.gz
  to main/x/xplanet/xplanet_1.2.1-4.1.debian.tar.gz
xplanet_1.2.1-4.1.dsc
  to main/x/xplanet/xplanet_1.2.1-4.1.dsc
xplanet_1.2.1-4.1_i386.deb
  to main/x/xplanet/xplanet_1.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
Archive: http://lists.debian.org/e1robyk-0003z1...@franck.debian.org



Accepted poco 1.4.2p1-3 (source amd64)

2011-11-09 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 17:35:12 +0100
Source: poco
Binary: libpoco-dev libpococrypto11-dbg libpococrypto11 libpocodata11-dbg 
libpocodata11 libpocodatamysql11-dbg libpocodatamysql11 libpocodataodbc11-dbg 
libpocodataodbc11 libpocodatasqlite11-dbg libpocodatasqlite11 
libpocofoundation11-dbg libpocofoundation11 libpoconet11-dbg libpoconet11 
libpoconetssl11-dbg libpoconetssl11 libpocoutil11-dbg libpocoutil11 
libpocoxml11-dbg libpocoxml11 libpocozip11-dbg libpocozip11
Architecture: source amd64
Version: 1.4.2p1-3
Distribution: experimental
Urgency: low
Maintainer: Krzysztof Burghardt krzysz...@burghardt.pl
Changed-By: Cristian Greco crist...@debian.org
Description: 
 libpoco-dev - C++ Portable Components (POCO) Development files
 libpococrypto11 - C++ Portable Components (POCO) Crypto library
 libpococrypto11-dbg - C++ Portable Components (POCO) Crypto library (debug 
version)
 libpocodata11 - C++ Portable Components (POCO) Data library
 libpocodata11-dbg - C++ Portable Components (POCO) Data library (debug version)
 libpocodatamysql11 - C++ Portable Components (POCO) Data MySQL library
 libpocodatamysql11-dbg - C++ Portable Components (POCO) Data MySQL library 
(debug version)
 libpocodataodbc11 - C++ Portable Components (POCO) ODBC library
 libpocodataodbc11-dbg - C++ Portable Components (POCO) Data ODBC library 
(debug version)
 libpocodatasqlite11 - C++ Portable Components (POCO) Data SQLite library
 libpocodatasqlite11-dbg - C++ Portable Components (POCO) Data SQLite library 
(debug version
 libpocofoundation11 - C++ Portable Components (POCO) Foundation library
 libpocofoundation11-dbg - C++ Portable Components (POCO) Foundation library 
(debug version)
 libpoconet11 - C++ Portable Components (POCO) Network library
 libpoconet11-dbg - C++ Portable Components (POCO) Network library (debug 
version)
 libpoconetssl11 - C++ Portable Components (POCO) Network library with SSL
 libpoconetssl11-dbg - C++ Portable Components (POCO) Network library with SSL 
(debug ve
 libpocoutil11 - C++ Portable Components (POCO) Util library
 libpocoutil11-dbg - C++ Portable Components (POCO) Util library (debug version)
 libpocoxml11 - C++ Portable Components (POCO) XML library
 libpocoxml11-dbg - C++ Portable Components (POCO) XML library (debug version)
 libpocozip11 - C++ Portable Components (POCO) Zip library
 libpocozip11-dbg - C++ Portable Components (POCO) Zip library (debug version)
Changes: 
 poco (1.4.2p1-3) experimental; urgency=low
 .
   * debian/patches:
 - no-link-dl-rt.patch: updated to work also for kFreeBSD.
 - fix-kfreebsd-ftbfs.patch: new patch, fix build failure on kFreeBSD.
   * debian/control: expanded extended descriptions.
   * Do not install empty NEWS file in libpoco.dev.
Checksums-Sha1: 
 bc8cd20c251ba681bd73271a7058b068fd48061b 3285 poco_1.4.2p1-3.dsc
 41597d005a47f38a521cfb5bc5211929d0fcc729 11365 poco_1.4.2p1-3.debian.tar.gz
 e2f4a6b8d8e1f428a9f10a92945cb37738f0407b 593668 libpoco-dev_1.4.2p1-3_amd64.deb
 6e847f962dd53be9f78ebf7076c709bafed7d994 50902 
libpococrypto11-dbg_1.4.2p1-3_amd64.deb
 aeaa3f08c0da6501be99f3a18083707abf36f3df 89530 
libpococrypto11_1.4.2p1-3_amd64.deb
 d4d3bc60987c8cbe53be1fe4bba93161c844d99b 61828 
libpocodata11-dbg_1.4.2p1-3_amd64.deb
 8868ff239ec5e889b77901a4c581a61d32f4117c 155112 
libpocodata11_1.4.2p1-3_amd64.deb
 f0861beba65cfcb08b3f2b28c89d3c7c361b40e2 47272 
libpocodatamysql11-dbg_1.4.2p1-3_amd64.deb
 fc82c696615414e6d4ce8d52d5b68109ad3b71bc 76058 
libpocodatamysql11_1.4.2p1-3_amd64.deb
 d1c19b428bbfd9edd49956713076bd539f0b3b48 52076 
libpocodataodbc11-dbg_1.4.2p1-3_amd64.deb
 354b23adfe882a5dc362dd70ddc7aef85e2354f5 111484 
libpocodataodbc11_1.4.2p1-3_amd64.deb
 f83ea8053d321107bdffc146a876d1aa767f9507 54566 
libpocodatasqlite11-dbg_1.4.2p1-3_amd64.deb
 4299643fed7582b6ba609a441b3da9bb50d89507 100070 
libpocodatasqlite11_1.4.2p1-3_amd64.deb
 ebe7c91e47fd9cb8db5719598ebdc191cf6f2cfe 116372 
libpocofoundation11-dbg_1.4.2p1-3_amd64.deb
 573e553eec47d8d3d4d3390c07ca636ae574c55f 517206 
libpocofoundation11_1.4.2p1-3_amd64.deb
 3f7ddfb422c04a685373e6d37fb0436232e61e45 90788 
libpoconet11-dbg_1.4.2p1-3_amd64.deb
 2b438a5853c276c81f6c9c75ca23f438bf797fea 343820 
libpoconet11_1.4.2p1-3_amd64.deb
 ec9eb0c56babad36e83c3899e87832cbba45403d 58216 
libpoconetssl11-dbg_1.4.2p1-3_amd64.deb
 bb04ee2c0510525ee78f5ba84c38cddef90940cf 157654 
libpoconetssl11_1.4.2p1-3_amd64.deb
 aabc1c6a9bdc97338d030aa5a0da2b698a6cb3d1 60144 
libpocoutil11-dbg_1.4.2p1-3_amd64.deb
 d2cdb3990118cb490dbe384048e418d8492a8269 178200 
libpocoutil11_1.4.2p1-3_amd64.deb
 81f7436d9d99d01b1a6db6b0c90b065b82260cfe 67002 
libpocoxml11-dbg_1.4.2p1-3_amd64.deb
 4c024ef74d575eecdb8aef5d193ac0122b1b7209 181440 
libpocoxml11_1.4.2p1-3_amd64.deb
 1645567150cc3243f10690fb370c47eafc4d514f 54246 
libpocozip11-dbg_1.4.2p1-3_amd64.deb
 b10b6739a2920d1c76e78b781492337f657b630b 149834 
libpocozip11_1.4.2p1-3_amd64.deb
Checksums-Sha256: 
 

Accepted recoll 1.16.2-1 (source amd64)

2011-11-09 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 20:35:16 +0530
Source: recoll
Binary: recoll
Architecture: source amd64
Version: 1.16.2-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 recoll - Personal full text search package with a Qt GUI
Changes: 
 recoll (1.16.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright:
 + Updated as per DEP-5 format, simplying copyright file.
   * debian/control:
 + Dropped: flac, vorbis-tools and libid3-tools from Suggests, as
   python-mutagen handles audio now.
 + Dropped: lyx from Suggests, as it will be too heavy for most of users as
   discussed with upstream.
   * debian/rules:
 + Use STRIP variable to strip during install phase. This makes patch
   01_nostrip_final_binaries_437901.diff obsolete, removed this patch.
Checksums-Sha1: 
 562c3e4253767a279f8ba579a87fe3cee29da425 1133 recoll_1.16.2-1.dsc
 40c18a958eeecbb70cbdf14fa7319b54525537fa 1422148 recoll_1.16.2.orig.tar.gz
 01f3073402c63704fd193140483f2f0f0fac2208 8812 recoll_1.16.2-1.debian.tar.gz
 67a7d58dff63221af5a99ffe28e2d75fbfe39bb5 1578010 recoll_1.16.2-1_amd64.deb
Checksums-Sha256: 
 e2c08943204ec0005bf0fa80a5417f87ee9c69ddd66a30bf40f4a88879dc9836 1133 
recoll_1.16.2-1.dsc
 f0f29dff2d82ef8541c51963870f31daf28472f3c8822c81c17c346769b77355 1422148 
recoll_1.16.2.orig.tar.gz
 2d1ddec73b17705c9b9a1f322370682b21f978f6e40db7b017fca5b097bad8c7 8812 
recoll_1.16.2-1.debian.tar.gz
 cd3ad7bd00f50013629f901d80bd63687259ced880df6bc6b76dc0c8ccc30daf 1578010 
recoll_1.16.2-1_amd64.deb
Files: 
 07bd01719079af737f9c0786d406441d 1133 x11 optional recoll_1.16.2-1.dsc
 1bbe35a1c0fb248d1c5b3a4c3ed20d1c 1422148 x11 optional recoll_1.16.2.orig.tar.gz
 9a24e16bc2a72a2037576b9d3b8733a5 8812 x11 optional 
recoll_1.16.2-1.debian.tar.gz
 6fea3fba53147ce5752081b5ddfb7295 1578010 x11 optional recoll_1.16.2-1_amd64.deb

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

iEUEARECAAYFAk66s7oACgkQoRg/jtECjI0ZHACY5FmaWzGC1PLuYMVkWR/DtzRU
eACgjUChFcvwBeneMO1JdhnolAw8JRs=
=rTA7
-END PGP SIGNATURE-


Accepted:
recoll_1.16.2-1.debian.tar.gz
  to main/r/recoll/recoll_1.16.2-1.debian.tar.gz
recoll_1.16.2-1.dsc
  to main/r/recoll/recoll_1.16.2-1.dsc
recoll_1.16.2-1_amd64.deb
  to main/r/recoll/recoll_1.16.2-1_amd64.deb
recoll_1.16.2.orig.tar.gz
  to main/r/recoll/recoll_1.16.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
Archive: http://lists.debian.org/e1roc1s-0007yx...@franck.debian.org



Accepted yforth 0.1beta-23 (source i386)

2011-11-09 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Nov 2011 10:22:29 -0700
Source: yforth
Binary: yforth
Architecture: source i386
Version: 0.1beta-23
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bdale Garbee bd...@gag.com
Description: 
 yforth - small freeware Forth environment in ANSI C
Closes: 648194
Changes: 
 yforth (0.1beta-23) unstable; urgency=low
 .
   * patch from Michael Bienia via Loc Minier that moves $(MATHLIB) to the
 end of the linker call, closes: #648194
Checksums-Sha1: 
 60008bb4f7aae5add9d58798192b8543b4a4a6a7 1715 yforth_0.1beta-23.dsc
 459ee5341ef939aabe30be423e13c95955caddfe 7236 yforth_0.1beta-23.diff.gz
 8b55880c0fabba4f477da846b47f50fb8edbc616 33182 yforth_0.1beta-23_i386.deb
Checksums-Sha256: 
 3e33e44d41bb0bb8250db2432723696b8d71ec6eb83696b9ab954013fe79bd8c 1715 
yforth_0.1beta-23.dsc
 36839212d54de4778a70655aa06a4da5e6f2d17624d27e3902bc1e8b80641392 7236 
yforth_0.1beta-23.diff.gz
 987d1e90b7ce116440fcb82e6f4ad25332acb4324419df395523f86e059919dc 33182 
yforth_0.1beta-23_i386.deb
Files: 
 2227118aa9d1fa53b999799a0fc4a482 1715 interpreters optional 
yforth_0.1beta-23.dsc
 ae0812e08a0d0d84155c3e63c35b560d 7236 interpreters optional 
yforth_0.1beta-23.diff.gz
 f6f3191314cc5d85a0b3f0c3d56ee317 33182 interpreters optional 
yforth_0.1beta-23_i386.deb

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

iQIVAwUBTrq30TqTYZbAldlBAQq18A/+McnwEV0uw4zmoErMr3j82nLWyQVAtTpf
b3lBo35gnoVL1c4+IuRvmgM0KRv6BsLRZm6jPci0UMwWb5SEAH081gRKIkXmFz+d
VhXevuPqiYo/CV/ex3WKaY8wH/ha9VAN52IhizqEl73UAfhPbgOp5xbVaBu4ZWZx
rvJXFholK9C181q/77qjK1VRpoYJF2vdFNKVwBJji9vCzDnU6dJBvJQnR/SJEL6x
GLKXiZz++8Ho5QB3dkK6i8j3E55ugtKpGeqcZ9oxkoMrFgL+SL5HVNerJVHxCLfD
cVeYGpYiM80boAP/AOzykbtMIL4SbX1a1cTtNVbiViGW+fjEA/iWw+Zd2eQkifk4
4o3GKhBotfOW3OmBIylD20cPDKQdaDQu5o4YPxnoo1KsOSo9UKOAE269zk9a/HB6
6b8luFE9IRkXv7nTlpNf/NF+tH9drl+qbg9toy3zvWP/HZk90/uahJ2Ch5jqNhzX
QWmG+gF3agTDHtBi9POxD6TxZhhbNvMKAAaPQF/ygtUmjWWptgzl4ob1ROoTFzmZ
m9HAij1JiUBAJXtw3eIt+iD0aJ1pwKyVEamGEsSsNXPwG8rcmv56nA0oCseVI8xL
ziyFFgWIJIClPVa/kK0WVWGLqp64J8zKbQPCre3Jsw9jPo+M1GqczswTGUsCFJAd
U6Ru6+y1QN8=
=Wz/f
-END PGP SIGNATURE-


Accepted:
yforth_0.1beta-23.diff.gz
  to main/y/yforth/yforth_0.1beta-23.diff.gz
yforth_0.1beta-23.dsc
  to main/y/yforth/yforth_0.1beta-23.dsc
yforth_0.1beta-23_i386.deb
  to main/y/yforth/yforth_0.1beta-23_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roc2t-0007cg...@franck.debian.org



Accepted libtunepimp 0.5.3-7.5 (source i386 all)

2011-11-09 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Nov 2011 18:19:59 +0100
Source: libtunepimp
Binary: libtunepimp-dev libtunepimp5 libtunepimp5-dbg python-tunepimp
Architecture: source i386 all
Version: 0.5.3-7.5
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtunepimp-dev - MusicBrainz tagging library development files
 libtunepimp5 - MusicBrainz tagging library
 libtunepimp5-dbg - Debug symbols for libtunepimp5 library
 python-tunepimp - Python bindings for MusicBrainz tagging library
Closes: 637936
Changes: 
 libtunepimp (0.5.3-7.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: fatal error: curl/types.h: No such file or directory:
 add patch 040-libcurl-fix.dpatch, provided by peter green.
 Closes: #637936
Checksums-Sha1: 
 3a1da2d6944f2bd0637c18f4e4d717e0e76108aa 2204 libtunepimp_0.5.3-7.5.dsc
 c05f17d06136b92a807d69b132b080d2a1d02fcd 1062856 libtunepimp_0.5.3-7.5.diff.gz
 c8c4b4892bd95e4f335ee2a306fcd58f20bfe1fe 244506 
libtunepimp-dev_0.5.3-7.5_i386.deb
 c269342a335c0328abdfffbaed119292a3776553 421862 libtunepimp5_0.5.3-7.5_i386.deb
 1412d957000ef7cf0becb6cfef4a7fa374d4e890 1625292 
libtunepimp5-dbg_0.5.3-7.5_i386.deb
 e027d7e2a797cb0bef55174e2540b323f189b55c 19148 
python-tunepimp_0.5.3-7.5_all.deb
Checksums-Sha256: 
 34aff7cff7b074875b499de92aff5b8d0ad4584c3ab96dd69f99d750a9c0b2da 2204 
libtunepimp_0.5.3-7.5.dsc
 d71764ddbf2d8ffcc52aec83e8c6d959a80da4b38c2a8974913bd8b699e8ad0d 1062856 
libtunepimp_0.5.3-7.5.diff.gz
 525465fc635dc50f3535f85161607d2cdde9bdc1638a6e2bedcd6e24f392c6ab 244506 
libtunepimp-dev_0.5.3-7.5_i386.deb
 3ac044e9aeffa417b2f7cbc234c8f1d1cde6df8c15ebbb19e5992c6d6c706d71 421862 
libtunepimp5_0.5.3-7.5_i386.deb
 90ef7e550dfb6f12f9bd4fff8fbdeb083cbce79af8078580500cf4edb0d91a1e 1625292 
libtunepimp5-dbg_0.5.3-7.5_i386.deb
 1088099b78e78af8464412bbb9fc980baaf65eb40e7a418d9070cd2a6348f2b8 19148 
python-tunepimp_0.5.3-7.5_all.deb
Files: 
 a16603f6dac86d97899ab71d33c6ac8e 2204 libs optional libtunepimp_0.5.3-7.5.dsc
 5286236762abe60d1a343afb232bd81a 1062856 libs optional 
libtunepimp_0.5.3-7.5.diff.gz
 2326cb7bb5a7cfea44986de8304ce061 244506 libdevel optional 
libtunepimp-dev_0.5.3-7.5_i386.deb
 f8bc5d24caa594ac87142bb730e21b6e 421862 libs optional 
libtunepimp5_0.5.3-7.5_i386.deb
 6dcf395f15c4ce134e369e784961617c 1625292 libs extra 
libtunepimp5-dbg_0.5.3-7.5_i386.deb
 f48fb8046d08b54682535c2d3072b347 19148 python optional 
python-tunepimp_0.5.3-7.5_all.deb

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

iQIcBAEBCAAGBQJOuBVzAAoJELs6aAGGSaoG9HcQALqgb+h7JjGFQ4I1b6HBZvkx
0Cf/BDTPnvLfQoT5a0qUTEnBBs19Ilidz/sX38tbx22S70bU0hW1NFuZ7vWd7jJL
k7iaKAJNtvf7NrZvzKdksYe3T3IUDjtXpsDGSjZaueME05TW2M/8NtRe7wxRYr3N
6VPdetT2F3TCLtBKnLuT7E3TOCLov7XxFEC+U+LZshFOGTqIboolVlODQcd9gAgK
1VfkHWFQjFxkZBpKPl2MYUQrrAT6oRJrs4Nka6c3eVmoUXwooxasHP3QHruQ90tv
2NlOTM5Ry6CuBRIw4Pr6HJlAoCFcojahS1ozXtBywhT2qFsPQ3LwP07r9s/b868i
r9xxQtgwmP53mVkeyZcT4Cip2h8cPt2j/LYSGQqCN17DxtslNSHmadq5cowskLQs
pj/W//DqrA7PoqoOkD9Au6PtpfpIQmLnv/U70a8B3TDTOaVmtcKkxRCCT8mA7blC
zkmEsa/B5+TDv2aR0oRWtNYRaTwGH3CBq32/BA7yFAZoCKUBefJsgEJgSizBvoOi
8x8ZczxXn+DikS3L6F0quWU9wSnhW2Gay9Mv9byERqToPQ1rYUnncrnV8O5bBEl5
byFXWlJFQMa5NBIt+EP4/88haS6MzBbMf/Tzx9ws2gffOaRV5mtP2g+wCbUXnl1L
yjhN6wO0QFdHyyX8aaNo
=SG45
-END PGP SIGNATURE-


Accepted:
libtunepimp-dev_0.5.3-7.5_i386.deb
  to main/libt/libtunepimp/libtunepimp-dev_0.5.3-7.5_i386.deb
libtunepimp5-dbg_0.5.3-7.5_i386.deb
  to main/libt/libtunepimp/libtunepimp5-dbg_0.5.3-7.5_i386.deb
libtunepimp5_0.5.3-7.5_i386.deb
  to main/libt/libtunepimp/libtunepimp5_0.5.3-7.5_i386.deb
libtunepimp_0.5.3-7.5.diff.gz
  to main/libt/libtunepimp/libtunepimp_0.5.3-7.5.diff.gz
libtunepimp_0.5.3-7.5.dsc
  to main/libt/libtunepimp/libtunepimp_0.5.3-7.5.dsc
python-tunepimp_0.5.3-7.5_all.deb
  to main/libt/libtunepimp/python-tunepimp_0.5.3-7.5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rocf9-ur...@franck.debian.org



Accepted ora2pg 8.9-1 (source all)

2011-11-09 Thread Julián Moreno Patiño
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Nov 2011 11:04:35 -0500
Source: ora2pg
Binary: ora2pg
Architecture: source all
Version: 8.9-1
Distribution: unstable
Urgency: low
Maintainer: Julián Moreno Patiño darkju...@gmail.com
Changed-By: Julián Moreno Patiño darkju...@gmail.com
Description: 
 ora2pg - Oracle to PostgreSQL database schema converter
Changes: 
 ora2pg (8.9-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh 02_remove_unnecessary_files.diff patch.
Checksums-Sha1: 
 7310db776040d804a8652dabe70dd0d68d63e55b 1744 ora2pg_8.9-1.dsc
 855f5cd48eca3f3381429d024db5a15834b44142 89578 ora2pg_8.9.orig.tar.bz2
 a2b7a388d3762f21bc698f1319d3c5792ec91171 4004 ora2pg_8.9-1.debian.tar.bz2
 9ff9216a96fe6c45369b3940a98c34404d539c5e 96054 ora2pg_8.9-1_all.deb
Checksums-Sha256: 
 eca4de8fa4b46de56d1c16fb6c4bea41dbeee5604e322e6dec1019b82436 1744 
ora2pg_8.9-1.dsc
 2e1da49974b471a9ec35b79c74ac73a1097842f3648c4310032ef0ce4465fabb 89578 
ora2pg_8.9.orig.tar.bz2
 65cbb6ebc37758d4d49f4c104a67ba1024210c788bc80c5c33c1c4b13f415018 4004 
ora2pg_8.9-1.debian.tar.bz2
 0e3d9706f1dc023fb9bfa85a7e81d67a95fc3f576e3fc2245aa849972d7a6aff 96054 
ora2pg_8.9-1_all.deb
Files: 
 7a05463be2e58fe6be29957760d0b962 1744 contrib/misc extra ora2pg_8.9-1.dsc
 adf10fbe9f1b84f1e05df71bbafad465 89578 contrib/misc extra 
ora2pg_8.9.orig.tar.bz2
 f8aab2a0538267c4d65419f59e21afa1 4004 contrib/misc extra 
ora2pg_8.9-1.debian.tar.bz2
 ca25dcb94d1a7e0b2e14e6653c54c904 96054 contrib/misc extra ora2pg_8.9-1_all.deb

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

iQIcBAEBCgAGBQJOurv8AAoJENX9/BVhaL9grDwQAIqv51kjLuw55bilwRzd1B2p
YVeQQYZ8p10GUUhh5akXIzlrg1lmo5ucoSpKMSnkrOPzpXzJ/ZaTSPFHlcniGUfG
Mh8DMyl24Z8vbJFRr5+H/yWXXZmCdVNi6AK6B1K0eJYqHg8eN08NNLRr4w2xq7Y4
YHa2Oe0Wx+O50pEpCV3Yh104JaLD05g6N75fUMYQRH+KTY/K9zLxwL4IeTmCfSTv
oSoDtauwAiyBht7umAAgTJyZkr9uG22cH3XoVWgcQG2ypUshharL80yjWS8zhiyL
XeIIhC6M0zjyj8hBNMEFnVNmu89bQLuVwfA1VbJtUbr6w2VEX/phPJkVAHfbw2eq
BXyRVxmyZ2w7yx0vnsjNFjcQ6InlJnGKl264Px0sR22H1g9qdKjgRXLlFS997qc+
LbkMuegw38eKpinYbluoppAcUUfe4oZHonChJ9HtnJdyZKw5oU8NMfiYfrM6QTXn
8ppWRBWeCdpBeb2u0hkFGyB49y05cMfcRonUTC7STs/Hr/Zd+dcxxqVXFMNNGT9T
gMElJINWnWBBjBJWlz9sviAfCV7XuTkkY10Y7J/Hag+Xy18gsNA5ADHYlh3vUssV
z8YnFoLM/VieqXziq9iA6KNLgg3DEuRVPiErzWvKatrPdfFm4RDShg5fBElEPcHP
P8eTGdZgnkYchN0OMDBG
=viYS
-END PGP SIGNATURE-


Accepted:
ora2pg_8.9-1.debian.tar.bz2
  to contrib/o/ora2pg/ora2pg_8.9-1.debian.tar.bz2
ora2pg_8.9-1.dsc
  to contrib/o/ora2pg/ora2pg_8.9-1.dsc
ora2pg_8.9-1_all.deb
  to contrib/o/ora2pg/ora2pg_8.9-1_all.deb
ora2pg_8.9.orig.tar.bz2
  to contrib/o/ora2pg/ora2pg_8.9.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roctj-0003yq...@franck.debian.org



Accepted icedove 8.0~b4-2 (source amd64)

2011-11-09 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 22:29:19 +0100
Source: icedove
Binary: icedove icedove-dev icedove-dbg calendar-timezones iceowl-extension 
calendar-google-provider
Architecture: source amd64
Version: 8.0~b4-2
Distribution: experimental
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Christoph Goehre ch...@sigxcpu.org
Description: 
 calendar-google-provider - Google Calendar support for lighting- and 
iceowl-extension
 calendar-timezones - Timezone Extension for Sunbird/Iceowl (mandatory)
 icedove- mail/news client with RSS and integrated spam filter support
 icedove-dbg - Debug Symbols for Icedove
 icedove-dev - Development files for Icedove
 iceowl-extension - Calendar Extension for Thunderbird/Icedove
Changes: 
 icedove (8.0~b4-2) experimental; urgency=low
 .
   [ Guido Günther ]
   * [5d043ec] Install calendar extension
   * [07feb49] Change extension's name to Iceowl
   * [c597212] iceowl-extension: don't ignore errors in postinst
   * [30ec51d] Disable patch numbers
   * [73f80ed] Don't install timezones file mode 0755
 .
   [ Christoph Goehre ]
   * [0fa13be] remove duplicate build depends unzip
Checksums-Sha1: 
 6dd76b110959e269e31b03f8a1fb03f805cc0e34 2751 icedove_8.0~b4-2.dsc
 5b8e81a76382604992fd90a1494883156bffb256 482454 icedove_8.0~b4-2.debian.tar.gz
 8f529b729030e18927efd6f658b9a1aa894f7783 18252988 icedove_8.0~b4-2_amd64.deb
 009e06726549dd18ac954664e7f2d85280d849d0 5515672 icedove-dev_8.0~b4-2_amd64.deb
 b7a5ba671d501d5f6446f1f3e6ef2fa3edf5b1b0 163717658 
icedove-dbg_8.0~b4-2_amd64.deb
 ba31041751e21d0d1aff69c1fdf4dc62cafcc4e8 70666 
calendar-timezones_8.0~b4-2_amd64.deb
 f66136fddc692ba379562c4e1aa5f3be27571177 1219828 
iceowl-extension_8.0~b4-2_amd64.deb
 95baba509543152e45f6c1e4ac2da0a19bd8839d 83302 
calendar-google-provider_8.0~b4-2_amd64.deb
Checksums-Sha256: 
 7608edfa1880079570d4d27301d5ffcef4bef020094e4a05698524ce8bd9d5a0 2751 
icedove_8.0~b4-2.dsc
 4eabe0ac2b748d5f855b625ce2fcc868b18bd2ee8fb48f7ec251a44ebd555f99 482454 
icedove_8.0~b4-2.debian.tar.gz
 57c777c6241688b578de5a8821d177b00157d6015f6eb4f635b9bb1557a9fdbb 18252988 
icedove_8.0~b4-2_amd64.deb
 cdd514c5afc9d0d2d5d969463d4f69862394ca0fbb21311d7e7c45d94b544121 5515672 
icedove-dev_8.0~b4-2_amd64.deb
 0f151fe192d0b56fcc2f3cb7ef33d38ce9b00136f8e2b1b0b998d651be3291a6 163717658 
icedove-dbg_8.0~b4-2_amd64.deb
 6c56f26738e381f4f273bd0150fad7cbae6a9751731619ee54e930a18ed62361 70666 
calendar-timezones_8.0~b4-2_amd64.deb
 f904128ae6eaccedb17846a396a3be11aa9ada126c74f4208f7f36438ef7b6a0 1219828 
iceowl-extension_8.0~b4-2_amd64.deb
 84721fa9c68c0f3784709b2321c3251b3221bc3dca359284b99f8c1059e4d4cb 83302 
calendar-google-provider_8.0~b4-2_amd64.deb
Files: 
 b96013ba4d247a754bc15fe0a2a6dec6 2751 mail optional icedove_8.0~b4-2.dsc
 b7412f2f085d9b75a6dc306418fa8e57 482454 mail optional 
icedove_8.0~b4-2.debian.tar.gz
 db5a40235cb5fd96a1ea0a57cbbb37c9 18252988 mail optional 
icedove_8.0~b4-2_amd64.deb
 58d3f7a962f02125f67056e65a1cfe48 5515672 mail optional 
icedove-dev_8.0~b4-2_amd64.deb
 d7c30a56bd680227253e6beb0502 163717658 debug extra 
icedove-dbg_8.0~b4-2_amd64.deb
 3e1aa0bee9e6b9e6cb9bb43d827c83d0 70666 mail optional 
calendar-timezones_8.0~b4-2_amd64.deb
 a5b7c00e4c7a12b5ef533f36a186f8d6 1219828 mail optional 
iceowl-extension_8.0~b4-2_amd64.deb
 8bd208e1aeb23941dbc3d4c0777c8c7c 83302 mail optional 
calendar-google-provider_8.0~b4-2_amd64.deb

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

iQIcBAEBCAAGBQJOusCGAAoJECbjyHWnRCDvzFQQALPgSfrbyY+R14goVUNSQIvt
LNvow1RJGRBeCIxCOxkanr9zkSspae5ThgvRacTPp5xD0rb6cXis3ltfwJ8GbEIl
P7/araxppkybiju9KfjsefkP3Zs2uORqA27Qux3YeNFvKeAlUQAusYCe+yZzn8S4
2NxYQdXB4B1ONV6uPf5SqOM8rKYDklAUCSScI79HXH323pPtdsfM9cw+kyNwQSaK
6vJ+k20hWYe7gEg8mesWGv7emsUs3uQkDJnmlTKe6Lge7fO0cG1fJvr9AaIKkkkx
xlYcgFa8T8aPIO6I/w7ql0fQQq9i3+RpWGDeiNkHK2i/ddQjvgDEja8O315fDMNw
lnbS9DGuKEcWdj4szkaj+BFmtPSoR8Cmzmpq3vcpE6gXjxiFWV+a7HN7x0XR3W6e
eeNE6tpsq1OB2zs3GbuEPZehfRzZgfcemXFQ8DLxCGSKkz0WZROzFXan1BQAILj1
GYTQa2IkwqFLZc6fDmV1ixgM4dnoQvwW0JZwRc69MPZe0n/hUt3mqVJmugRuAPlf
Dx+Z+96s5km5yAW/Jcln+JNaWAd7+S7vmy8MNmpIPROZpMqGPGq6T5sR/vtg2xeS
Aq/FkAL9gB0OZHJ+IocXItE+ovYYxDsLIX7PVotMCgU0tNVfVfkmWtkjNkLECJoo
UaoHirymhioNL4lfamfY
=THw8
-END PGP SIGNATURE-


Accepted:
calendar-google-provider_8.0~b4-2_amd64.deb
  to main/i/icedove/calendar-google-provider_8.0~b4-2_amd64.deb
calendar-timezones_8.0~b4-2_amd64.deb
  to main/i/icedove/calendar-timezones_8.0~b4-2_amd64.deb
icedove-dbg_8.0~b4-2_amd64.deb
  to main/i/icedove/icedove-dbg_8.0~b4-2_amd64.deb
icedove-dev_8.0~b4-2_amd64.deb
  to main/i/icedove/icedove-dev_8.0~b4-2_amd64.deb
icedove_8.0~b4-2.debian.tar.gz
  to main/i/icedove/icedove_8.0~b4-2.debian.tar.gz
icedove_8.0~b4-2.dsc
  to main/i/icedove/icedove_8.0~b4-2.dsc
icedove_8.0~b4-2_amd64.deb
  to main/i/icedove/icedove_8.0~b4-2_amd64.deb
iceowl-extension_8.0~b4-2_amd64.deb
  to main/i/icedove/iceowl-extension_8.0~b4-2_amd64.deb


-- 
To 

Accepted cpanminus 1.5004-1 (source all)

2011-11-09 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 19:12:09 +0100
Source: cpanminus
Binary: cpanminus
Architecture: source all
Version: 1.5004-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 cpanminus  - script to get, unpack, build and install modules from CPAN
Changes: 
 cpanminus (1.5004-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d97d89a55a7462b0c509b7e4d4d10a1d744bf61b 2020 cpanminus_1.5004-1.dsc
 a6750f795c7a107e53603b57a6a67ce556934b23 90217 cpanminus_1.5004.orig.tar.gz
 01410065d0143dd4fc9aa32396149ba2dd877381 2739 cpanminus_1.5004-1.debian.tar.gz
 03fccd194006c8bd39cc5bf2af1505f8b957c3b3 50022 cpanminus_1.5004-1_all.deb
Checksums-Sha256: 
 7db2544f6ce42c1d456c2a2eb0e12ef06fafe9095356c9ce750c28546d2b5189 2020 
cpanminus_1.5004-1.dsc
 01eb5c8cc89aba750bf1551f197b6408f0386dc95bc024506ba5b429dfd53420 90217 
cpanminus_1.5004.orig.tar.gz
 6b2f3cfcf271dd396eadbb800d7892f56823787046ece4b07c0a558c96ac5814 2739 
cpanminus_1.5004-1.debian.tar.gz
 ad940502ca4833062fd23cc01aebd80e4bbd88d377938b26ff6ff6db278fe2c4 50022 
cpanminus_1.5004-1_all.deb
Files: 
 1171d88f2dffdb0b6d0eb2acf08c3167 2020 perl optional cpanminus_1.5004-1.dsc
 9120d4d50dd24fa9254e047982dcd2d9 90217 perl optional 
cpanminus_1.5004.orig.tar.gz
 e9d2fa654c44a5e7910f55f8799fc07a 2739 perl optional 
cpanminus_1.5004-1.debian.tar.gz
 6a0b64ea1614fb7add703887899b42b2 50022 perl optional cpanminus_1.5004-1_all.deb

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

iQIcBAEBCAAGBQJOusd6AAoJELs6aAGGSaoGRwkP/16RITYbXjfvILVqkudTd9pK
Y+7rxEy+D1Ocd7hpyngNWWKZB9SFnznZO6JyqJtylvrXKH6DBLAG/coEJhai1AwQ
ywVG3a8grfcFOYl/q+4eiBQmksTJPnzIV5aNzNfJbZq/tID+nE1oXb1pYSM54T6H
uWZ8lG3An8LkOaMD5vhFtU8e5C6xKgFKLg/6/95a/63UWvJkGKtCccU1oDecvTM1
J/nt/PPDb+LF+GQA2RhVrmIjGA1BoljKSskZTK3iWmDkG0RrFyKYs57+wk9+TXKX
kRa+IxFe8zsCrT5tU49hWiwW6cfS3/zbwnN/jJSpxNr/8uKTathdF2z6qeQalyDW
xPP28HlX6PvTXDg+M7hayblbUcQD1+HZPpN4vZvhBtFm5NAIcjJ9UBbFmqONJuaC
oOJbJhIaL7+0ERhvMnDsp9qWnf3orng5wsHogxawBZ8xVAZtKZH83l5acPhfxj16
cP/jIdSb+bpoe+3u+C3Yrakgsa9TMLe1u6+t+gY1c4odLpvyhWPXojDMh9qwH9Lx
nYGjGGJa+AuLSpeAS0KWhuTkt32hyFpHTr06MultyaX0M7hi/DUP7E+Nr38YEi13
ITZMTQ0XONNySB6Lh7Ht0UQgGoKxaC8qaGr7JBMzTiokh4NW1IvsPAwPsRXbqDCl
gRhTSOUqcu/FE/kBsjKA
=3Cx9
-END PGP SIGNATURE-


Accepted:
cpanminus_1.5004-1.debian.tar.gz
  to main/c/cpanminus/cpanminus_1.5004-1.debian.tar.gz
cpanminus_1.5004-1.dsc
  to main/c/cpanminus/cpanminus_1.5004-1.dsc
cpanminus_1.5004-1_all.deb
  to main/c/cpanminus/cpanminus_1.5004-1_all.deb
cpanminus_1.5004.orig.tar.gz
  to main/c/cpanminus/cpanminus_1.5004.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
Archive: http://lists.debian.org/e1roday-0007fm...@franck.debian.org



Accepted libsvn-hooks-perl 1.10-1 (source all)

2011-11-09 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 18:57:21 +0100
Source: libsvn-hooks-perl
Binary: libsvn-hooks-perl
Architecture: source all
Version: 1.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 libsvn-hooks-perl - framework for implementing Subversion hooks
Changes: 
 libsvn-hooks-perl (1.10-1) unstable; urgency=low
 .
   * Imported Upstream version 1.10
Checksums-Sha1: 
 e1683a13f255b958023cb6df3e011ee6a7aa26a8 2262 libsvn-hooks-perl_1.10-1.dsc
 3930331819677b866125dfcd96fd992365f90fa9 39529 
libsvn-hooks-perl_1.10.orig.tar.gz
 a0af6474118af5fdaf57417f00fd55ae4c11 3424 
libsvn-hooks-perl_1.10-1.debian.tar.gz
 f25d3e667a1ff629585aa8a936d5ca4b7754 90172 libsvn-hooks-perl_1.10-1_all.deb
Checksums-Sha256: 
 39bc97906da96ac7ea750e15e5fb1e34527603facc87e6d5aac28391011b7991 2262 
libsvn-hooks-perl_1.10-1.dsc
 cdc017261aed2786a5caea0cd897dee756982a0c8a1c3921798bc15926d2bcc5 39529 
libsvn-hooks-perl_1.10.orig.tar.gz
 c5abde010e4d827ff201a7e8939b0171465d5e0f31301174c0d543aadcf08f66 3424 
libsvn-hooks-perl_1.10-1.debian.tar.gz
 40edc26c33e484a5a931fe274dda14a0728e6e031b103d985b79249ce6e2 90172 
libsvn-hooks-perl_1.10-1_all.deb
Files: 
 dbf81e96ba305f85118c0cf4ad80b028 2262 perl optional 
libsvn-hooks-perl_1.10-1.dsc
 cf03247acd83491cd8ba79dd1925bd57 39529 perl optional 
libsvn-hooks-perl_1.10.orig.tar.gz
 766bc46265d92fec890151452f2d9323 3424 perl optional 
libsvn-hooks-perl_1.10-1.debian.tar.gz
 d9583f8371106c3f2f1deb4e17952536 90172 perl optional 
libsvn-hooks-perl_1.10-1_all.deb

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

iQIcBAEBCAAGBQJOusagAAoJELs6aAGGSaoGFXsQALPdZnz6T/pjED7CjrGo9HcC
B6vvc5DMmywwsGvV1PCxuqPwvv4pzOLT9qwus8ihx33zFIbBCA/TYIzsESVWyl9n
3nbo4fRv1h/X2BGNIDCCxGId13cxWUfYCdHsAN423EEMSXfAyGML69idiDtlvuTa
h0Cvdf142mxP21iC0Bezsez/6eTPqWNw3KiPkaL0OB2/Bfg5zykcEeoo1TlFNwdo
MUbpOQRR/rD2R3VPWZGElm+5MEooWU3ceqsgzXKXP4iw65zSnuNFMud4/HQbHh22
HfL3+bjdMYrKP7/e906cGymszsEsJV+BO1ssPEMfUYg0xl9vLR26jvgBtALE5cAB
nPJeIQgsL4uxLDmhFy5tLSzWdG9NW3cy/vhlDsySwg9OIKctTI3kjEsmDDdKBxKD
B9wAUIT5ejFEJAACXzCwoD2Bjv3tE1lRXH6nqw6U2ktncAVT0OHH2EwdUVQZwRoD
9gV4dszD31DsLbfxpJ/6B3qI9j4qRYT1yfO+xj1WBkGW9mmI4xqwYPhaS/avZIF/
o0PDJhFUGYA9DTUNDh7Xfz8b3VQ/kfG8YMdByqmWEiGlVW95kREbXcooWCSrL0Uz
vR30R/ldaO+bAipZUjWUctyULeUIejZOXGJu44aZToWRB2bbRFO8wUt00Ud8hAy9
5sj0uWlB5PHEU99AxVuw
=Z2zK
-END PGP SIGNATURE-


Accepted:
libsvn-hooks-perl_1.10-1.debian.tar.gz
  to main/libs/libsvn-hooks-perl/libsvn-hooks-perl_1.10-1.debian.tar.gz
libsvn-hooks-perl_1.10-1.dsc
  to main/libs/libsvn-hooks-perl/libsvn-hooks-perl_1.10-1.dsc
libsvn-hooks-perl_1.10-1_all.deb
  to main/libs/libsvn-hooks-perl/libsvn-hooks-perl_1.10-1_all.deb
libsvn-hooks-perl_1.10.orig.tar.gz
  to main/libs/libsvn-hooks-perl/libsvn-hooks-perl_1.10.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
Archive: http://lists.debian.org/e1rodba-0007hp...@franck.debian.org



Accepted quake 2 (source all)

2011-11-09 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 18:16:05 +
Source: quake
Binary: quake quake-server
Architecture: source all
Version: 2
Distribution: unstable
Urgency: low
Maintainer: David Banks amoe...@gmail.com
Changed-By: Simon McVittie s...@debian.org
Description: 
 quake  - classic first person shooter
 quake-server - classic first person shooter - server and init script
Changes: 
 quake (2) unstable; urgency=low
 .
   [ David Banks ]
   * Suggest correct path to darkplaces
 .
   [ Simon McVittie ]
   * Upload to unstable
Checksums-Sha1: 
 0863d92486b42efec30e384c59cfef195588b4b3 1537 quake_2.dsc
 e065a3955d16be55bb470b3c2d7cdf395c66abb2 24451 quake_2.tar.gz
 af8c4cacc1b9468543d5b7cde2af8b0a3133f142 41664 quake_2_all.deb
 346e5a6d0789bd5d37a67d88043130275e30d36e 7580 quake-server_2_all.deb
Checksums-Sha256: 
 d269ec8b71652a4708136ca38c610e2d61b55c6e0200e33ffd6a7fb783c547ee 1537 
quake_2.dsc
 72df1b9191c716609e0cb9583b1b72dd68575eeea325147de8bfed4ab7ec6b2e 24451 
quake_2.tar.gz
 f8e1fb1f63212c59e2830c2fa67c7ac6be53a3fb94093bf4aab0adcba61594f7 41664 
quake_2_all.deb
 b790d22e3424d29ab560f901e024b61a10b3fd5c28021437c508392b7dbe6e92 7580 
quake-server_2_all.deb
Files: 
 93b977031e658dcc4614f05384ffd7e9 1537 contrib/games optional quake_2.dsc
 582bb7b47d3afd25b6301131db88236d 24451 contrib/games optional quake_2.tar.gz
 065b698da60f3951d52765b3bfc80ed0 41664 contrib/games optional quake_2_all.deb
 dd391098e426fcd161c2a2a7d9ac39f4 7580 contrib/games optional 
quake-server_2_all.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBTrrHqk3o/ypjx8yQAQhgphAAk+7T6wOOXw0MGxtQdrsC+oJ8pso6b/c3
vh6wrfLACkBHkg4NuBhVUT4w6Grb7GuUoPljnZ+4EJe0l7owyjYitqwTOkUFW1JI
zLsf1qYdCkLNx2QLqDoV5ga4KwJQsa0Ftd8hjkAm7bHTNyfb+LVLynmzUqxIHZ1G
RcYnqRLoLqcANhog5PlbtBztd9GVFm1YbkJ5/TNNnp9BiKWW8lCZNmf9dcvmaLw1
CBs8Jk3fSpm0wFA67jnojPiypus8XFe0+8SU1+EL7GPnkmjNkudAoYIkyyInt19w
1mbGNvOrajakalidDI8DBsf5KTxwlK/aBc00Y0FfJXyNG3SsJH7t8WPGJCoGaos5
WGOCxst3rQF3CZgqGbUaQ86RdvWd6AGXk9w/e5LhfEGr41NTkCGC4e9C7quj8MRU
jdATWKOihZ0C40MfSaY6sjmNuBqg6ldsrjj7+bGuV98G2ECbLXvJA0ScKZUTa8tJ
I/XfTCJ+KmqiVBgWxRrDxqTJPitAdMwWz2zyYY2DrzuauR4vTjUGrhFQ6UQuOB37
HnpypFaXmUCAh0Qlzvuf7yLVXFZ6CnyOcF3YxXj1NwcqRo4qoi9mBDA81G5L3RW6
EmVsl26oVsFoAliF8WCKrQlBtHQJk2SxZmuFUt49BKQ/5X77u2v1JP0bxVG0Tfjn
Q2W9JubdzGE=
=6xRX
-END PGP SIGNATURE-


Accepted:
quake-server_2_all.deb
  to contrib/q/quake/quake-server_2_all.deb
quake_2.dsc
  to contrib/q/quake/quake_2.dsc
quake_2.tar.gz
  to contrib/q/quake/quake_2.tar.gz
quake_2_all.deb
  to contrib/q/quake/quake_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
Archive: http://lists.debian.org/e1rodcd-0007pg...@franck.debian.org



Accepted kfreebsd-kernel-headers 0.60 (source kfreebsd-amd64)

2011-11-09 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 20:00:07 +0100
Source: kfreebsd-kernel-headers
Binary: kfreebsd-kernel-headers
Architecture: source kfreebsd-amd64
Version: 0.60
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-kernel-headers - kernel of FreeBSD headers for development
Changes: 
 kfreebsd-kernel-headers (0.60) unstable; urgency=low
 .
   * Bring back altq/*.h, which was mistakenly removed in 0.58.
Checksums-Sha1: 
 86c19f288e7c2d9ae77db3c1945d80681f57668a 1201 kfreebsd-kernel-headers_0.60.dsc
 3612c5613bc2c9e61889b3a832e3b31c17217379 60196 
kfreebsd-kernel-headers_0.60.tar.gz
 0333aa8734541d2cd791cfe1d772d67e5e677072 1559560 
kfreebsd-kernel-headers_0.60_kfreebsd-amd64.deb
Checksums-Sha256: 
 bdcc3d779f9582b2e11919c8ed4a6c06ff0faf2699d9b6ce3b16cd81eabb1198 1201 
kfreebsd-kernel-headers_0.60.dsc
 c25ef534b29648d18f6e1187e964b45d92388f72d6845a1f576d822b6fa34acf 60196 
kfreebsd-kernel-headers_0.60.tar.gz
 8ed309f0988a4c82e782f4f1126e67e07175d902c7f4fffea28922f52e37f81a 1559560 
kfreebsd-kernel-headers_0.60_kfreebsd-amd64.deb
Files: 
 f18a7b4905566cf43127db6209b759e6 1201 kernel standard 
kfreebsd-kernel-headers_0.60.dsc
 25db3c6d876940d293a89344ec6d2e89 60196 kernel standard 
kfreebsd-kernel-headers_0.60.tar.gz
 36b8f6e4c139305751093ed1e453eac1 1559560 kernel standard 
kfreebsd-kernel-headers_0.60_kfreebsd-amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/kFreeBSD)

iEYEARECAAYFAk660I8ACgkQC19io6rUCv/KEQCfd29da9s1L9jpGp4FYUlTS0mu
2bQAnAmlIGcpqsUG/ETJTh4ikeFNLjhK
=GHv5
-END PGP SIGNATURE-


Accepted:
kfreebsd-kernel-headers_0.60.dsc
  to main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.60.dsc
kfreebsd-kernel-headers_0.60.tar.gz
  to main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.60.tar.gz
kfreebsd-kernel-headers_0.60_kfreebsd-amd64.deb
  to 
main/k/kfreebsd-kernel-headers/kfreebsd-kernel-headers_0.60_kfreebsd-amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rode8-00028a...@franck.debian.org



Accepted spring 83.0+dfsg1-1~exp0 (source all amd64)

2011-11-09 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 17:19:17 +0100
Source: spring
Binary: spring spring-common spring-dbg spring-javaai
Architecture: source amd64 all
Version: 83.0+dfsg1-1~exp0
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 spring - a modern full-3D RTS game engine
 spring-common - a modern full-3D RTS game engine (common files)
 spring-dbg - a modern full-3D RTS game engine (debugging symbols)
 spring-javaai - a modern full-3D RTS game engine (Java AIs)
Changes: 
 spring (83.0+dfsg1-1~exp0) experimental; urgency=low
 .
   * New upstream version.
   * refresh debian/patches/0002-use-Debian-java-libs.patch,
 debian/patches/0003-fix-cmake-2_8-java-build.patch,
 debian/patches/0005-fix-sdl-build.patch and
 debian/patches/0006-fix-spelling-error.patch
   * drop debian/patches/ftbfs-fix-625097.patch (applied upstream)
   * update debian/docs, remove debian/spring.doc-base.*
Checksums-Sha1: 
 a0b0eb2d490a045071b5f0f7fc5a76f58d846f88 2502 spring_83.0+dfsg1-1~exp0.dsc
 70f1a071d40aae1b6dd7e159fa26e74ac2b303f6 11751010 spring_83.0+dfsg1.orig.tar.gz
 c814ef84718af28908af8bfb33e1ff9435382379 13556 
spring_83.0+dfsg1-1~exp0.debian.tar.gz
 8c3bc02847c9c363aac4dfa5e87387ea87685f14 18077862 
spring_83.0+dfsg1-1~exp0_amd64.deb
 40144efe692d6135b1cb5dc003acd2010c75cd46 3249572 
spring-common_83.0+dfsg1-1~exp0_all.deb
 63233ba3f230d24a949075994a06ded6b6d0b554 201137084 
spring-dbg_83.0+dfsg1-1~exp0_amd64.deb
 46449ddcbd9cf76a92fdbecd478d7c8d14a5de0a 1820094 
spring-javaai_83.0+dfsg1-1~exp0_all.deb
Checksums-Sha256: 
 51d1ced95cf8fb6b29f3158f2bba0c9b93a980a8963df104479fa6328a9fec80 2502 
spring_83.0+dfsg1-1~exp0.dsc
 9f9ba1be654a7f57bc31b16ffca8f3aa193a10aad46637750872577f89e5d8c1 11751010 
spring_83.0+dfsg1.orig.tar.gz
 8524c0245020ba17a575385737129353a8adcea6b6841f51c67c7d99cb5342f3 13556 
spring_83.0+dfsg1-1~exp0.debian.tar.gz
 9da43823f2d30b6dcdbd1f873cb9986be6880468cd9dc9ce60e7a3b9f3cf2f5e 18077862 
spring_83.0+dfsg1-1~exp0_amd64.deb
 bb407076c3446789f6d58078255fb6587cc4eb9a5c270145ac9800898d198199 3249572 
spring-common_83.0+dfsg1-1~exp0_all.deb
 27e7e121be91d675b162e0b7ace94f98983084ac23e862a39e5009b732a297d8 201137084 
spring-dbg_83.0+dfsg1-1~exp0_amd64.deb
 c7a4ece635186a849f4049a7e1d4f702b5056733acc0f1780e9adf3c1b48a0f6 1820094 
spring-javaai_83.0+dfsg1-1~exp0_all.deb
Files: 
 ada266174eb9fdef8a07664e990615bf 2502 games optional 
spring_83.0+dfsg1-1~exp0.dsc
 76e97ce102f189f2b474c31a4e5f96ee 11751010 games optional 
spring_83.0+dfsg1.orig.tar.gz
 fda77663a8b280c93b8d32c762ec51f6 13556 games optional 
spring_83.0+dfsg1-1~exp0.debian.tar.gz
 15184dd9f97204a74fa4c58022692d07 18077862 games optional 
spring_83.0+dfsg1-1~exp0_amd64.deb
 7eafb73bcd05e1cea2a53b060c3ed01c 3249572 games optional 
spring-common_83.0+dfsg1-1~exp0_all.deb
 929d6ab672d89d19c80b2d064fc37d05 201137084 debug extra 
spring-dbg_83.0+dfsg1-1~exp0_amd64.deb
 c45b830cff11876eda6f8703893059ac 1820094 games optional 
spring-javaai_83.0+dfsg1-1~exp0_all.deb

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

iQIcBAEBCAAGBQJOur05AAoJEKc+AFVVj7jdFiAQAIux1nZXUx+rLEz+lp2b28Iz
DmG8Num7R80gTpGy5TzA5v8q5afN1havE+J6jJ+mEqEpfyyqZIzlkstpr4ohFzAr
Ub8dE2zEI73EIVOIBZ8yIhoapTjozK6Sk1zCgze6QQC43I4eAKuXEwZXpXpCq11b
PUrs8f4eFQ24LHykwv+37U0gCQrV0nrlcjk/MSgPKGCuFDneD4vJxQzB5q/d/3hs
fUpWlp+TgY9Qna8DeW2XVESQ2o2Rrz+KhZEe1uYamj3secTwJRRHZLu25GhzDh8S
zGSkp90geAlPfuuwx2yEoWOe/FINDSzKsJhNKF/2acO0dA7s3gVewjgY+R3EmwfT
G3wLlrdL6yLf2WsAB3vpZ8cDXgXsTRwun2yi7UfHCeS3/w9QI5ejZx4jIIkjqt4r
PyBVa3cLQwb0Xoutww0fE3uSkFTVoisPWzOkbdQSE14xuNI0xscRCgfB8T459iC8
GH6rrOGIFnYPm3sv9B/okpuDaFzcEMD5QkJPhuV8YaKu8s5D/VQD3ZxwyYqGWs8G
1LhcO2RJCDjqpu3v8AO86R7bkFdNzl/e94H0IGVSM/IRWBtAvFnvDF2YwCAiy2qS
8x1pUgn5MHxmQo2eDI+aAObNXrd+NUKpctgm5xHjKFa4OjiqozQUc5tCBjPD6mmq
Qfz15aXc8gozOr1c2eqe
=8WYP
-END PGP SIGNATURE-


Accepted:
spring-common_83.0+dfsg1-1~exp0_all.deb
  to main/s/spring/spring-common_83.0+dfsg1-1~exp0_all.deb
spring-dbg_83.0+dfsg1-1~exp0_amd64.deb
  to main/s/spring/spring-dbg_83.0+dfsg1-1~exp0_amd64.deb
spring-javaai_83.0+dfsg1-1~exp0_all.deb
  to main/s/spring/spring-javaai_83.0+dfsg1-1~exp0_all.deb
spring_83.0+dfsg1-1~exp0.debian.tar.gz
  to main/s/spring/spring_83.0+dfsg1-1~exp0.debian.tar.gz
spring_83.0+dfsg1-1~exp0.dsc
  to main/s/spring/spring_83.0+dfsg1-1~exp0.dsc
spring_83.0+dfsg1-1~exp0_amd64.deb
  to main/s/spring/spring_83.0+dfsg1-1~exp0_amd64.deb
spring_83.0+dfsg1.orig.tar.gz
  to main/s/spring/spring_83.0+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
Archive: http://lists.debian.org/e1rodes-0002ij...@franck.debian.org



Accepted unattended-upgrades 0.74.3 (source all)

2011-11-09 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 20:16:12 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.74.3
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt michael.v...@ubuntu.com
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 648216
Changes: 
 unattended-upgrades (0.74.3) unstable; urgency=low
 .
   * add missing . to dh_installinit (closes: #648216)
Checksums-Sha1: 
 15525115437c7ee3cb89d92862a6f635814dbe89 994 unattended-upgrades_0.74.3.dsc
 5a127b8b66c9f98c4d425f86df3780795a92d569 62590 
unattended-upgrades_0.74.3.tar.gz
 798037f0fca79c4447e797762978cecced4a8c49 36304 
unattended-upgrades_0.74.3_all.deb
Checksums-Sha256: 
 4c3b5b8b0689b566def0fc3b87e2d9b10d5ce7d0fe5a246af5b641ccdde85d5d 994 
unattended-upgrades_0.74.3.dsc
 3b5cc42e3a17616cf575cdfe4d26c0afe3435ea7af11c85187f5203c67de8607 62590 
unattended-upgrades_0.74.3.tar.gz
 78971d0b4be01bda794dd2cc9985ec132ba01dd4c1d1c1cd17012ee6a388348f 36304 
unattended-upgrades_0.74.3_all.deb
Files: 
 1b033b8c0e1b47b38df73d452f1191bd 994 admin optional 
unattended-upgrades_0.74.3.dsc
 d710bace2afb2db68b870da24bb5973e 62590 admin optional 
unattended-upgrades_0.74.3.tar.gz
 a029a962043760b0ac0ad9555aabd652 36304 admin optional 
unattended-upgrades_0.74.3_all.deb

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

iEYEARECAAYFAk660eQACgkQliSD4VZixzTdIwCght2N9gcZJo0t7PyfHE1irtnU
qwAAoI5Xf+/Wj2X9MsEAL/bdXFh/bgdq
=zxl4
-END PGP SIGNATURE-


Accepted:
unattended-upgrades_0.74.3.dsc
  to main/u/unattended-upgrades/unattended-upgrades_0.74.3.dsc
unattended-upgrades_0.74.3.tar.gz
  to main/u/unattended-upgrades/unattended-upgrades_0.74.3.tar.gz
unattended-upgrades_0.74.3_all.deb
  to main/u/unattended-upgrades/unattended-upgrades_0.74.3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rodtr-0004e8...@franck.debian.org



Accepted fdm 1.6+cvs20111013-1 (source i386)

2011-11-09 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Oct 2011 21:05:14 +0200
Source: fdm
Binary: fdm
Architecture: source i386
Version: 1.6+cvs20111013-1
Distribution: unstable
Urgency: low
Maintainer: Frank Terbeck f...@bewatermyfriend.org
Changed-By: Frank Terbeck f...@bewatermyfriend.org
Description: 
 fdm- fetching, filtering and delivering emails
Closes: 631689 639176
Changes: 
 fdm (1.6+cvs20111013-1) unstable; urgency=low
 .
   * Imported upstream CVS on Oct 13th, 2011
 - Removing a number of patches which are included upstream now.
 - Includes patch which should build with --as-needed. (Closes: #631689)
   * Depending on libtdb-dev now (Closes: #639176)
   * Moving away from explicit quilt-enabled build to pure-3.0 (quilt).
   * Adjusting debian/rules to changes in upstream build system.
   * Incrementing Standards-Version; no changes needed.
   * Use $(MAKE) everywhere in debian/rules.
   * Adding recommended targets to debian/rules to make lintian happy.
   * Remove `MANUAL' in `clean' of `debian/rules' to leave a clean build
 directory.
   * Use `--abort-on-upstream-changes' at all costs.
Checksums-Sha1: 
 1a63684ca71cbdde681e53a511ca3ea643668a2b 1780 fdm_1.6+cvs20111013-1.dsc
 b7247cc9d8de382d44b7f13664a3c1ea1a2c8048 197979 fdm_1.6+cvs20111013.orig.tar.gz
 c31eb898ddef84059c071abedbbcf50d10a2a461 7636 
fdm_1.6+cvs20111013-1.debian.tar.gz
 815517b817df5a89f355aae744f4446e8e10a48f 172794 fdm_1.6+cvs20111013-1_i386.deb
Checksums-Sha256: 
 0c27b4fc146e6da2619316c031efbbf4b57b5531266fcd5f7439a44a47081d4a 1780 
fdm_1.6+cvs20111013-1.dsc
 bee601a3c4008056220c07815fa8dd7d3596ee4a41bb1ae10d633b5396adc8b0 197979 
fdm_1.6+cvs20111013.orig.tar.gz
 fcf42e07f215b068059a3cb69041c1d4e7dddb2f30910870ed9cf98c9ee5ee75 7636 
fdm_1.6+cvs20111013-1.debian.tar.gz
 471027b7d47eb0f76a11424d92f5fa2790a8e4d418df49959fb1d88c56ff91e6 172794 
fdm_1.6+cvs20111013-1_i386.deb
Files: 
 3d07d0c407e244f26ad81eebffccfc53 1780 mail optional fdm_1.6+cvs20111013-1.dsc
 b15091652159b8b2ca56f27989c4106a 197979 mail optional 
fdm_1.6+cvs20111013.orig.tar.gz
 fe27c44d2164ff37b2f295d5b7112595 7636 mail optional 
fdm_1.6+cvs20111013-1.debian.tar.gz
 9a40fa0aec726d24200200c65fa7 172794 mail optional 
fdm_1.6+cvs20111013-1_i386.deb

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

iQIcBAEBCAAGBQJOutdiAAoJELs6aAGGSaoGvrAQAMGzJO9JHl3x7i1U9F3yTaQF
RO6BzrmWIZnn8pjpVITPdpBwtPrviYwrXml85siZVxltxmIjyR+UG7E/J0WrCzrc
z+S2eqjs8OPH47uSCiz7fr3WMVZemx52T2y8LA7jiq/JQa4lmiN3MBBpOMRXDpfx
mPIsGTLlAXDRDriGZyUoOMkcHafxTFag3n5U8W2eXpE/FVkKFSBLBNTzl9bjgRNQ
Bnq4XNo10tCZUfFIC5hPr6EZ7nVPG5nhCYJtgkgXNUcXFk7ApPLXnOS1RRWDMUIj
P2ehad6OG8pRQAAenQ/QMrJ9kOQsaAH2qCTiQWd5rOBXctqLkujviF3fyPF944f4
4ZnDpnDBPl42H0FBvHKGw/gAb88JiXLtgG1f/fwgKQtw0+LqgtsBYFdxRQZ17OiR
afEYJZsXn4MACzhZnAT/UCQWw0KCEJbSFSkxBamcXGyGQHT5yRaQxKOLfPtSgmXI
eOx4BJ/f8jyDGee5A/6XHeX6cVn6a8at7FNgXR+NJbZ+lBN+BktLn+XLmf1/WfOt
pUvbE6REkKK7ho3H6TxuVU4jiSJ8b2T1oghWiIYU9jM/Ip7VmA/THqF6QaW3PWwR
j/0D4BlXfndh7dgQFwwgVqwmJGEDYV/AE3tEzBWwqLUWinJanLJq7jon4+R+Z8bG
WIZJuninQbBXU59neLVU
=j1EV
-END PGP SIGNATURE-


Accepted:
fdm_1.6+cvs20111013-1.debian.tar.gz
  to main/f/fdm/fdm_1.6+cvs20111013-1.debian.tar.gz
fdm_1.6+cvs20111013-1.dsc
  to main/f/fdm/fdm_1.6+cvs20111013-1.dsc
fdm_1.6+cvs20111013-1_i386.deb
  to main/f/fdm/fdm_1.6+cvs20111013-1_i386.deb
fdm_1.6+cvs20111013.orig.tar.gz
  to main/f/fdm/fdm_1.6+cvs20111013.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
Archive: http://lists.debian.org/e1roe73-0005jd...@franck.debian.org



Accepted bzr-git 0.6.5+bzr1465-1 (source all)

2011-11-09 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 21:04:04 +0100
Source: bzr-git
Binary: bzr-git
Architecture: source all
Version: 0.6.5+bzr1465-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-git- Bazaar plugin providing Git integration
Changes: 
 bzr-git (0.6.5+bzr1465-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Fix compatibility with older pre-releases of bzr 2.5.
Checksums-Sha1: 
 581a637def0b77645c6431c851f491194977176e 1507 bzr-git_0.6.5+bzr1465-1.dsc
 48393fc88ab7342017c2db88ebe1babd9bdbae1b 111366 
bzr-git_0.6.5+bzr1465.orig.tar.gz
 cef672baf45b148519efb730e6b082218998f47a 3894 
bzr-git_0.6.5+bzr1465-1.debian.tar.gz
 b6cb794dfcecc5cfa07d46296abb6c3185cc948d 103968 bzr-git_0.6.5+bzr1465-1_all.deb
Checksums-Sha256: 
 d6412b7e2b8eaf6632cf18f84666d50060d3355d4657bba42af901968f595e37 1507 
bzr-git_0.6.5+bzr1465-1.dsc
 59abcbf69c2aa06dfb7996f93c221e905f0d476a9c1ae5a2e32f53e141eec7b8 111366 
bzr-git_0.6.5+bzr1465.orig.tar.gz
 eefe09feb8cdd023b1139a82297eebe99624aa52b58b52f467e1e4bc60fd98c8 3894 
bzr-git_0.6.5+bzr1465-1.debian.tar.gz
 4b1e004b4246d793a73e839b6e8bbb5a92a0612e28a837efb4848c07dbc308ff 103968 
bzr-git_0.6.5+bzr1465-1_all.deb
Files: 
 033de9fe5a86429482d98cb070d4f5ae 1507 vcs optional bzr-git_0.6.5+bzr1465-1.dsc
 dbe5477d251f37de805b87a3646600a0 111366 vcs optional 
bzr-git_0.6.5+bzr1465.orig.tar.gz
 c9bd82e5cf02be6248898da1a0915bcb 3894 vcs optional 
bzr-git_0.6.5+bzr1465-1.debian.tar.gz
 237e149efe6eb740d80a7525c4bc1a1c 103968 vcs optional 
bzr-git_0.6.5+bzr1465-1_all.deb

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

iEYEARECAAYFAk666+gACgkQPa9Uoh7vUnYLrgCfXcTFX5IHi/sM470XN9o6MVOx
v/UAnAjqDlTDrOnPvs7GXffB2XbHh84X
=vshw
-END PGP SIGNATURE-


Accepted:
bzr-git_0.6.5+bzr1465-1.debian.tar.gz
  to main/b/bzr-git/bzr-git_0.6.5+bzr1465-1.debian.tar.gz
bzr-git_0.6.5+bzr1465-1.dsc
  to main/b/bzr-git/bzr-git_0.6.5+bzr1465-1.dsc
bzr-git_0.6.5+bzr1465-1_all.deb
  to main/b/bzr-git/bzr-git_0.6.5+bzr1465-1_all.deb
bzr-git_0.6.5+bzr1465.orig.tar.gz
  to main/b/bzr-git/bzr-git_0.6.5+bzr1465.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
Archive: http://lists.debian.org/e1rofwu-0005sa...@franck.debian.org



Accepted flashgot 1.3.4+dfsg-1 (source all)

2011-11-09 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 21:47:18 +0100
Source: flashgot
Binary: xul-ext-flashgot
Architecture: source all
Version: 1.3.4+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-flashgot - Extension to handle downloads with external download 
managers
Changes: 
 flashgot (1.3.4+dfsg-1) unstable; urgency=low
 .
   * Imported Upstream version 1.3.4+dfsg
Checksums-Sha1: 
 d779c04304dbbf56ba93ed14868e45eae8eb1c06 2137 flashgot_1.3.4+dfsg-1.dsc
 f699fa56e9c059950fcd7ac57dad550163a58b75 281366 flashgot_1.3.4+dfsg.orig.tar.gz
 d4934765f55cdba1f094e9796c111e3b3bf0f5c2 3942 
flashgot_1.3.4+dfsg-1.debian.tar.gz
 a2063d4c13386a937447cb079829427382fdacc2 381852 
xul-ext-flashgot_1.3.4+dfsg-1_all.deb
Checksums-Sha256: 
 18a6792532cd56e4123b41da191a0372eaa38fa5dcd1beb611e18bc3b38b9545 2137 
flashgot_1.3.4+dfsg-1.dsc
 a62162bb1923f6e7cbaf6ca8b8892fed70773be691f2e3e433266446c9413c20 281366 
flashgot_1.3.4+dfsg.orig.tar.gz
 057d99932d5e487f036cd3bcce34f520752428d95882f5992d2dd01ff4c5fa8a 3942 
flashgot_1.3.4+dfsg-1.debian.tar.gz
 ac143dc09791fc42343db7671871f64e836a902022d1ba244d2121271fcc66a0 381852 
xul-ext-flashgot_1.3.4+dfsg-1_all.deb
Files: 
 afa6fc781c575f297465a7f25d0bfd44 2137 web optional flashgot_1.3.4+dfsg-1.dsc
 004480b677e3f238125d94b2a897804a 281366 web optional 
flashgot_1.3.4+dfsg.orig.tar.gz
 219e8a4aa1c868bd037ad39aba495416 3942 web optional 
flashgot_1.3.4+dfsg-1.debian.tar.gz
 448d621b71c851844e7eb11fc8478b1d 381852 web optional 
xul-ext-flashgot_1.3.4+dfsg-1_all.deb

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

iQIcBAEBAgAGBQJOuuuWAAoJEEwEP+tcfPCyYroQAJHEbac7leO+rZm0ZTm7R9Ni
njTqKrdFc4i2Si0deObyte+5MxGE6KTtz4vS52tyFqqlsNDS2Vz7re/5/MEC6/sv
UXpT/H0PterGfhXAOdOipaHmLnWc8oH6qNqEY022LEGBdWz843WDcTLLAwtgMDC5
hWK6R5wTdFJbfHCjjNnfF2Dc3J8zJhovCsGEt3sesR8uPYBKk3ulRPKpEt8c/L+X
dzTMaL2sa+RkkyVsIWxX3BqKCt9tI4Kaouf0KdocshIBeB+pIgd5LOFGlpeJDYaP
kZxGtV1/P+rPUb5ouJxBqcYLLCgu6XSEgeiZ1RZSXHr6FN5HE0KFS5ZPeXkdgmB5
Gb+mBgLLC20hllnVHOiYNCXqAHGXPAoYC0j3N7yFLuun3ypJxWPU/wT75xI2Je8p
QK7CebDLGIAajRPegm3EtPBZgIPrLg8J17vV31i24OASDa+B5OyXgekmtxNcZndc
n5gm7gqbvSuQg/dZW5aOdzsKKpN76LX0GuPTpOhS5xkogLPyszF5TUH08pC7OyfG
SJVlhAUecazP3x4VryKUhhZr+d6gUr1qtOScALBXFVaM5I+v4W40FaVk/e4PcW/M
gEjXIgNRylWmb72+qQcFHmUcqQe+K6owiQ3l4ImOBFTWQ5gluWfmNdGN7l+AHYN7
DY2/mfL4uNzzSHe7pGly
=NAx1
-END PGP SIGNATURE-


Accepted:
flashgot_1.3.4+dfsg-1.debian.tar.gz
  to main/f/flashgot/flashgot_1.3.4+dfsg-1.debian.tar.gz
flashgot_1.3.4+dfsg-1.dsc
  to main/f/flashgot/flashgot_1.3.4+dfsg-1.dsc
flashgot_1.3.4+dfsg.orig.tar.gz
  to main/f/flashgot/flashgot_1.3.4+dfsg.orig.tar.gz
xul-ext-flashgot_1.3.4+dfsg-1_all.deb
  to main/f/flashgot/xul-ext-flashgot_1.3.4+dfsg-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rofxo-0005xa...@franck.debian.org



Accepted jenkins-winstone 0.9.10-jenkins-29+dfsg-1 (source all)

2011-11-09 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 16:26:41 +
Source: jenkins-winstone
Binary: libjenkins-winstone-java libjenkins-winstone-java-doc
Architecture: source all
Version: 0.9.10-jenkins-29+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: James Page james.p...@ubuntu.com
Description: 
 libjenkins-winstone-java - Jenkins branch of Winstone servlet container
 libjenkins-winstone-java-doc - Documentation for libjenkins-winstone-java
Changes: 
 jenkins-winstone (0.9.10-jenkins-29+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f072e92a4e39471ddec1478c86613f2e80ec6eb6 2406 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.dsc
 6f27bde4d062625ebba83930f53a3f8d23360f54 228457 
jenkins-winstone_0.9.10-jenkins-29+dfsg.orig.tar.gz
 7eab6e634ce15057f4dd94d74bc95c4196b4d58e 67729 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.debian.tar.gz
 5d3f6133abde5876ef866e7991d6b9af6fa92163 336130 
libjenkins-winstone-java_0.9.10-jenkins-29+dfsg-1_all.deb
 e9a8aa665937ff89d8978156b3176e009a2178a1 601486 
libjenkins-winstone-java-doc_0.9.10-jenkins-29+dfsg-1_all.deb
Checksums-Sha256: 
 8c58d7f4036e6f1dece0fb90d2aa3232d4f8fb0aa6c6636509f0cf39023184a1 2406 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.dsc
 b27f6ec3151cdd28dc4d844a4e6c6b896ab64337a383c5fc7300b9af78ca8491 228457 
jenkins-winstone_0.9.10-jenkins-29+dfsg.orig.tar.gz
 acf7a9b5b68c5e800e582458bad9c4bd2ed86d19782045788146954810ad244e 67729 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.debian.tar.gz
 c2e4c1c8e7bc7f9694987cca3c4f5ce209a271e21f63654b48cf0925075ccfb3 336130 
libjenkins-winstone-java_0.9.10-jenkins-29+dfsg-1_all.deb
 150b19021230a946e5242712a37253c111ad938828f640fa7076c36351337bf8 601486 
libjenkins-winstone-java-doc_0.9.10-jenkins-29+dfsg-1_all.deb
Files: 
 6814419b6e9ccfa219cfd6307528ce14 2406 java optional 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.dsc
 b77056da3f5377b9c94104ca41121bc7 228457 java optional 
jenkins-winstone_0.9.10-jenkins-29+dfsg.orig.tar.gz
 6084b4ecb3821b2c9411e93a872a36c4 67729 java optional 
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.debian.tar.gz
 b61f20170d97bc4cd470f85226c54d4d 336130 java optional 
libjenkins-winstone-java_0.9.10-jenkins-29+dfsg-1_all.deb
 d578c8280c6cbd2ecb17d814423e9f28 601486 doc optional 
libjenkins-winstone-java-doc_0.9.10-jenkins-29+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJOut33AAoJEHXiDM0z50n8I6YP/R4/2lxOAym+GdIyt0+MSHtz
a8e/CRuwHDbV8HYwdJObNFovNRWVx47JEolix0etaYuggCctLOUWDTxMavwvZNJL
5K9jQ6020sbPAKrRWobS2TN1qZzNVjfVDvxDESZ3TiFxs02vI09mlXWjcbAN62V/
F9spxPikrleSQzQImUykfqAiFUzV0XYm1OsiBUib40w0AtG2Kq0p72Vql5p+Fm8m
CJJmLJFXfM7G5CVnI5wTjMKA+qQZdBpmIM0G3KAwnq6pnQ6ed7noUab6OCnc/3gS
5D0FOBsYH3LsvLTpncfG6fl/yiY9ygnlXMGpwjH4vEzj8Tj86Id2f67WjA/eSnro
PKkHW5HsLFYf8TRQe3MJ+dMeo4AcHJU1bi8cb5XKLrJqLHkj0/aDB7vwU/HRfqvM
5E5MFj4RLaC2zI0xbPCATbnoACRtHChzbnphInooz9WsJx1CZjdiDD3ie72DVHiA
HH2YfWJGUFt7ct8mcS+ajsz2YqECrN+A5nG9BUG70f2y1sJeE8JVE01g3ABwf4lP
NpRpqpZ06/1qIC4jE8lFT+qViSRrStGUDrVKzgOpbJ5wDs03xA/QFFurAq+VJ/e0
HJoPniZSf0XZ/QzYYp3Lu76rcNqTCPN0GO2kvvKGEJlWNy23A+FqpHTl3FXAI3hG
TJqRn3U94VvIUfVY3fel
=U2nh
-END PGP SIGNATURE-


Accepted:
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.debian.tar.gz
  to 
main/j/jenkins-winstone/jenkins-winstone_0.9.10-jenkins-29+dfsg-1.debian.tar.gz
jenkins-winstone_0.9.10-jenkins-29+dfsg-1.dsc
  to main/j/jenkins-winstone/jenkins-winstone_0.9.10-jenkins-29+dfsg-1.dsc
jenkins-winstone_0.9.10-jenkins-29+dfsg.orig.tar.gz
  to main/j/jenkins-winstone/jenkins-winstone_0.9.10-jenkins-29+dfsg.orig.tar.gz
libjenkins-winstone-java-doc_0.9.10-jenkins-29+dfsg-1_all.deb
  to 
main/j/jenkins-winstone/libjenkins-winstone-java-doc_0.9.10-jenkins-29+dfsg-1_all.deb
libjenkins-winstone-java_0.9.10-jenkins-29+dfsg-1_all.deb
  to 
main/j/jenkins-winstone/libjenkins-winstone-java_0.9.10-jenkins-29+dfsg-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rofz9-0006ei...@franck.debian.org



Accepted kfreebsd-9 9.0~svn227337-1 (source all kfreebsd-amd64)

2011-11-09 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 19:02:17 +0100
Source: kfreebsd-9
Binary: kfreebsd-source-9.0 kfreebsd-headers-9.0-0 kfreebsd-image-9.0-0-amd64 
kfreebsd-image-9-amd64 kfreebsd-headers-9.0-0-amd64 kfreebsd-headers-9-amd64 
kfreebsd-image-9.0-0-486 kfreebsd-image-9-486 kfreebsd-headers-9.0-0-486 
kfreebsd-headers-9-486 kfreebsd-image-9.0-0-686 kfreebsd-image-9-686 
kfreebsd-headers-9.0-0-686 kfreebsd-headers-9-686 kfreebsd-image-9.0-0-686-smp 
kfreebsd-image-9-686-smp kfreebsd-headers-9.0-0-686-smp 
kfreebsd-headers-9-686-smp kfreebsd-image-9.0-0-xen kfreebsd-image-9-xen 
kfreebsd-headers-9.0-0-xen kfreebsd-headers-9-xen kfreebsd-image-9.0-0-malta 
kfreebsd-image-9-malta kfreebsd-headers-9.0-0-malta kfreebsd-headers-9-malta
Architecture: source all kfreebsd-amd64
Version: 9.0~svn227337-1
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-headers-9-486 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686-smp - header files for kernel of FreeBSD 9 
(meta-package)
 kfreebsd-headers-9-amd64 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-malta - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-xen - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9.0-0 - Common architecture-specific header files for kernel 
of FreeBSD 9
 kfreebsd-headers-9.0-0-486 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-0-686 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-0-686-smp - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-0-amd64 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-0-malta - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-0-xen - header files for kernel of FreeBSD 9.0
 kfreebsd-image-9-486 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-686 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-686-smp - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-amd64 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-malta - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-xen - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9.0-0-486 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-0-686 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-0-686-smp - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-0-amd64 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-0-malta - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-0-xen - kernel of FreeBSD 9.0 image
 kfreebsd-source-9.0 - source code for kernel of FreeBSD 9.0 with Debian patches
Changes: 
 kfreebsd-9 (9.0~svn227337-1) experimental; urgency=low
 .
   * New upstream snapshot.
 .
   [ Robert Millan ]
   * Remove gen-ld-u-options / 020_linker.diff kludge, not needed since
 upstream fixed this (r215137).
   * Mark kfreebsd-headers-@version@-@abiname@ as kfreebsd-any.
   * Depend on package providing devd.
Checksums-Sha1: 
 c3c8b84379a5d11d947c68530ecb5e07bfec3c0a 3543 kfreebsd-9_9.0~svn227337-1.dsc
 bd129f8f9522ef452b11529300140c0d851e4300 32737170 
kfreebsd-9_9.0~svn227337.orig.tar.gz
 bd60643ff10d878c33f8f6d62547bab3b2ec09b5 81120 
kfreebsd-9_9.0~svn227337-1.debian.tar.gz
 1eb0306620022018cba34f5298d9a4951a94cd32 21664060 
kfreebsd-source-9.0_9.0~svn227337-1_all.deb
 d8a1306a1c7cc5c1b57d88469439da216f8ef0c2 9720544 
kfreebsd-headers-9.0-0_9.0~svn227337-1_kfreebsd-amd64.deb
 f6d1b0c5c336c4ad9bc12df0c50497462ad142e1 14844280 
kfreebsd-image-9.0-0-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
 f26bd3dd6b162123e8ec46cbb652c519614d283f 49514 
kfreebsd-image-9-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
 5a9d8e1b370debe7278891212326570bbeff 319382 
kfreebsd-headers-9.0-0-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
 42270727142863f001c5f215732e1882d8372fa9 49516 
kfreebsd-headers-9-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
Checksums-Sha256: 
 6f961c1fb3feca18d25c421eca9341bdf7666026078d96f65209dc0e288da5b3 3543 
kfreebsd-9_9.0~svn227337-1.dsc
 413d8da43f841f2b2434615d55c61cecada0227b84795e4893ae6e80e7c803ab 32737170 
kfreebsd-9_9.0~svn227337.orig.tar.gz
 443f8b0faf32da16f04af35dac3e8177cd293476d1bbc505c26dfe6b5c19a8f9 81120 
kfreebsd-9_9.0~svn227337-1.debian.tar.gz
 8ba6e3c6f456773a56fbd988c7cc535d55313e19049f2c440def0b92e9c62ed3 21664060 
kfreebsd-source-9.0_9.0~svn227337-1_all.deb
 87347145f310a3feb95a3f0c8928ae941308134050451d20cb763e6ac92fd54d 9720544 
kfreebsd-headers-9.0-0_9.0~svn227337-1_kfreebsd-amd64.deb
 f5b1798c895da26a57a97ff1a015db34bf4b9def6a5063ee1b45e19d12690c12 14844280 
kfreebsd-image-9.0-0-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
 6a74cc2b6ec4c2eb93ef99369d70e80aae141eef6a002d431b2ea95fdaaf50c2 49514 
kfreebsd-image-9-amd64_9.0~svn227337-1_kfreebsd-amd64.deb
 

Accepted mpfr4 3.1.0-3 (source all amd64)

2011-11-09 Thread Laurent Fousse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Nov 2011 20:51:05 +0100
Source: mpfr4
Binary: libmpfr4 libmpfr4-dbg libmpfr-dev libmpfr-doc lib32mpfr4 lib32mpfr-dev
Architecture: source all amd64
Version: 3.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Laurent Fousse lfou...@debian.org
Changed-By: Laurent Fousse lfou...@debian.org
Description: 
 lib32mpfr-dev - multiple precision floating-point computation developers tools 
(3
 lib32mpfr4 - multiple precision floating-point computation (32bit)
 libmpfr-dev - multiple precision floating-point computation developers tools
 libmpfr-doc - multiple precision floating-point computation documentation
 libmpfr4   - multiple precision floating-point computation
 libmpfr4-dbg - multiple precision floating-point computation (debug symbols)
Closes: 648213
Changes: 
 mpfr4 (3.1.0-3) unstable; urgency=low
 .
   * Apply upstream patch01, fixing bug in MPFR_UNLIKELY.
   * Apply upstream patch03, fixing bug in the mpfr_*printf functions
 (closes: #648213).
Checksums-Sha1: 
 16925e369deadaa7bbd954ccab8e67095b2d20ec 1667 mpfr4_3.1.0-3.dsc
 d4e1a44689cd215238179c16e1bf4a5c0592efd6 12048 mpfr4_3.1.0-3.debian.tar.gz
 4eb3d726dae9b3865a7d4f4e2f4d876aa8f49e6e 926860 libmpfr-doc_3.1.0-3_all.deb
 4110da3a43c164f74f859c205222645fd25dd027 534312 libmpfr4_3.1.0-3_amd64.deb
 959b44b8b2f48e49656133eb47ef74bd210c760e 873486 libmpfr4-dbg_3.1.0-3_amd64.deb
 e38a0525d20ffe3f67f2ea1118dae4f171309e9a 601042 libmpfr-dev_3.1.0-3_amd64.deb
 917495e86b78a432e21c1f159319c2d3413f668b 532348 lib32mpfr4_3.1.0-3_amd64.deb
 23d544d83c5ff3e3435ec4629e1adbb37e442304 573866 lib32mpfr-dev_3.1.0-3_amd64.deb
Checksums-Sha256: 
 755a1ecb69205df3e9bc630bb53828d9218f87755ffad3f43faa1c83f96d845b 1667 
mpfr4_3.1.0-3.dsc
 5ee554b3b6038a1290b2090cfa8712d904c18b22bc6c672cd592b81bdd09 12048 
mpfr4_3.1.0-3.debian.tar.gz
 975334271d765728abf91bebcc75fc27c171d14cf854d67342c868bc98f28732 926860 
libmpfr-doc_3.1.0-3_all.deb
 1a1cb513f716bd5e8720cb228ae6ee15a61bff34ede7d1e9cb7a72d6497720d6 534312 
libmpfr4_3.1.0-3_amd64.deb
 22e0b3cfe02e624ade3ee2524897fc126e0902214f4ebe822020e7a9c21a1434 873486 
libmpfr4-dbg_3.1.0-3_amd64.deb
 cbe9eec25faa50c1c4378b05a7f88d54d18b30a1505814fbdc8539871c0c15b7 601042 
libmpfr-dev_3.1.0-3_amd64.deb
 c94d0ceb14b37904d86633267c35f4948e6f527a5946fde48efe41e61b6bf17a 532348 
lib32mpfr4_3.1.0-3_amd64.deb
 8f3f9ac86f744acd87de2ad59a93a3210d4388aabd6ae6c2154231283a87ed31 573866 
lib32mpfr-dev_3.1.0-3_amd64.deb
Files: 
 de817f6a0a58e792a209fcb01966771b 1667 math optional mpfr4_3.1.0-3.dsc
 c2ef2088e13a9bd621872366084648c5 12048 math optional 
mpfr4_3.1.0-3.debian.tar.gz
 9d68ef69e33d5d5eb019ed75f98efbde 926860 doc optional 
libmpfr-doc_3.1.0-3_all.deb
 8cf3f3d709adef3c6c0592e6222d0588 534312 libs optional 
libmpfr4_3.1.0-3_amd64.deb
 319cd2faf16f847bd7d5054462084399 873486 debug extra 
libmpfr4-dbg_3.1.0-3_amd64.deb
 668a09b453189036e80257f105128453 601042 libdevel optional 
libmpfr-dev_3.1.0-3_amd64.deb
 971f3f1f530b0c06ee5b1912a8b7964e 532348 libs optional 
lib32mpfr4_3.1.0-3_amd64.deb
 c6914846055bb98689d5285f462a6bb5 573866 libdevel optional 
lib32mpfr-dev_3.1.0-3_amd64.deb

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

iEYEARECAAYFAk665T0ACgkQRoAVF6FpbSvJAwCdFlIr8tFsyOBBpoQsKGJkRGAc
HZgAn2YFOEc8q9kDmMb3XGqHAhgxjb7A
=JsrQ
-END PGP SIGNATURE-


Accepted:
lib32mpfr-dev_3.1.0-3_amd64.deb
  to main/m/mpfr4/lib32mpfr-dev_3.1.0-3_amd64.deb
lib32mpfr4_3.1.0-3_amd64.deb
  to main/m/mpfr4/lib32mpfr4_3.1.0-3_amd64.deb
libmpfr-dev_3.1.0-3_amd64.deb
  to main/m/mpfr4/libmpfr-dev_3.1.0-3_amd64.deb
libmpfr-doc_3.1.0-3_all.deb
  to main/m/mpfr4/libmpfr-doc_3.1.0-3_all.deb
libmpfr4-dbg_3.1.0-3_amd64.deb
  to main/m/mpfr4/libmpfr4-dbg_3.1.0-3_amd64.deb
libmpfr4_3.1.0-3_amd64.deb
  to main/m/mpfr4/libmpfr4_3.1.0-3_amd64.deb
mpfr4_3.1.0-3.debian.tar.gz
  to main/m/mpfr4/mpfr4_3.1.0-3.debian.tar.gz
mpfr4_3.1.0-3.dsc
  to main/m/mpfr4/mpfr4_3.1.0-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rofbd-md...@franck.debian.org



Accepted osgi-compendium 4.3.0-1 (source all)

2011-11-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 20:42:22 +0100
Source: osgi-compendium
Binary: libosgi-compendium-java libosgi-compendium-java-doc
Architecture: source all
Version: 4.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libosgi-compendium-java - Java OSGi API - Compendium module
 libosgi-compendium-java-doc - Javadoc for Java OSGi API - Compendium module
Changes: 
 osgi-compendium (4.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Build-Depends on libgeronimo-jpa-2.0-spec-java.
   * d/watch: Use new bndtools project on github.
Checksums-Sha1: 
 f96637853a9e54dc33347801b0f3be8995a0bad4 2278 osgi-compendium_4.3.0-1.dsc
 34417435fee4eb711a798ce4ee54086c2a97c08a 306433 
osgi-compendium_4.3.0.orig.tar.gz
 319430416caed746f92914fb72046f4715895bef 3249 
osgi-compendium_4.3.0-1.debian.tar.gz
 10e037d08ed4a0da3a59f2854da760954b1eb65d 382772 
libosgi-compendium-java_4.3.0-1_all.deb
 11a2b950f1f6d65141e561c5c8a9bfa38c63b7fc 544044 
libosgi-compendium-java-doc_4.3.0-1_all.deb
Checksums-Sha256: 
 945359c74c643afd2770f67edc975dc6a9bc92e06927cc927bbe02cab8cf7aac 2278 
osgi-compendium_4.3.0-1.dsc
 bc53d1c2207c8974cfb05c27f4340ce6cf16fe96792a4f16b99f513d549a14c5 306433 
osgi-compendium_4.3.0.orig.tar.gz
 145010357a247851ad7c04ab2c11da75926c650408e27b8aa5471bbe8235677d 3249 
osgi-compendium_4.3.0-1.debian.tar.gz
 5c8504e4bdd87e3cb7e283d68fd3a2c93cd1732814f2203b7548063436d2faa6 382772 
libosgi-compendium-java_4.3.0-1_all.deb
 3d63ab24e202c97802834580ebd727e307676969fa965b30f50164a83511b595 544044 
libosgi-compendium-java-doc_4.3.0-1_all.deb
Files: 
 92d3102a9fb9bc15ad686dd57d3ddf68 2278 java optional osgi-compendium_4.3.0-1.dsc
 095a0d0c6e3b771cb270d4da0778bed5 306433 java optional 
osgi-compendium_4.3.0.orig.tar.gz
 027cc2f308eaaa88226109d3ee759061 3249 java optional 
osgi-compendium_4.3.0-1.debian.tar.gz
 42eb5be58676e6de609dee70cf68c5c2 382772 java optional 
libosgi-compendium-java_4.3.0-1_all.deb
 95b0179aaba711e988b9699b17099004 544044 doc optional 
libosgi-compendium-java-doc_4.3.0-1_all.deb

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

iQIcBAEBCAAGBQJOutiTAAoJEHXiDM0z50n8vWQP/A0/6BE7sMoTixrxbfBPQ750
KxSzLQK+FWrWCLCmSbS+EYISeuZzNT5q6HyL8al/neCMJJO2k5yz+gwMYuIsCWZJ
lit/Ma3RJ35ZK4HwyCOc5ZL8DPVbyBDspSfmxGobagyx2Ml24jb8N7++5aGDOobz
JbzkQEpHqxIrNm3cpyYX1MQbwGozP3Uk5ruL0HIuas4/kHztM4Q2uR+ormmjXIpw
+apONPZxCfNMpaZB8KnHXlEexX4GapiH8wDCP5aEcbYzcWhXYFUoTW3M9kzb70aw
/AP7+vJUhoj/+XZ34ITjBrj7LdPPdfUhFnf5NBjqroCcd9k0mZFs8+KS1+XSjkT4
9KbsCf48k8EUEAWxn/TgIhRHM2cI29gAuN8tI1FLiLdaspL0cjCddomSbSwWUxBJ
vr2Fb3Bn7ya2GqZf8fXthYJR88qekNdx8ycEFOeaxNkJNQikRXSJI26YD3OhRlL5
hcE5VEPKljU0dxguIu0BFBoRbhMWK2kfdXQnPhOtd9+pjYGBZ59wcRZOuItzfvYl
JjI9UQwio/USw++wVtuiHPnE7Ll1wCN0SLub7TRecdIfIRMnD1Pa5/apgwBQp7V5
dh9gHI9OZKTA4Q6J5/s9K/rQQAeQ4Z95iksNeob5lZ67GxigiLDHmjaZESUk2+TP
ct1Ke0JWYeIzh5D4rxeE
=UkdZ
-END PGP SIGNATURE-


Accepted:
libosgi-compendium-java-doc_4.3.0-1_all.deb
  to main/o/osgi-compendium/libosgi-compendium-java-doc_4.3.0-1_all.deb
libosgi-compendium-java_4.3.0-1_all.deb
  to main/o/osgi-compendium/libosgi-compendium-java_4.3.0-1_all.deb
osgi-compendium_4.3.0-1.debian.tar.gz
  to main/o/osgi-compendium/osgi-compendium_4.3.0-1.debian.tar.gz
osgi-compendium_4.3.0-1.dsc
  to main/o/osgi-compendium/osgi-compendium_4.3.0-1.dsc
osgi-compendium_4.3.0.orig.tar.gz
  to main/o/osgi-compendium/osgi-compendium_4.3.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
Archive: http://lists.debian.org/e1rofbx-pi...@franck.debian.org



Accepted osgi-core 4.3.0-1 (source all)

2011-11-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 20:42:18 +0100
Source: osgi-core
Binary: libosgi-core-java libosgi-core-java-doc
Architecture: source all
Version: 4.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libosgi-core-java - Java OSGi API - Core module
 libosgi-core-java-doc - Javadoc for Java OSGi API - Core module
Changes: 
 osgi-core (4.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * d/watch: Use new bndtools project on github.
Checksums-Sha1: 
 d08ad866bc6d6b0ab4b50b6258c6b96a218852fe 2102 osgi-core_4.3.0-1.dsc
 f76ed2173c58a155075a5c407aa7f8e163a5229b 139039 osgi-core_4.3.0.orig.tar.gz
 04335bac9d6fc64f87f13ffe09b6f22f64089394 3278 osgi-core_4.3.0-1.debian.tar.gz
 7f21e3c2fd23280726c8ce3d15433eeab4da6508 191286 
libosgi-core-java_4.3.0-1_all.deb
 cf2e86ed82570b5f794dd2375bbac22a7d1bfed7 203240 
libosgi-core-java-doc_4.3.0-1_all.deb
Checksums-Sha256: 
 95faa36837a847dd2489e5635103b4a3839775c02e4ae99e17ce2882150b29a0 2102 
osgi-core_4.3.0-1.dsc
 8c022ddadd289c90e7f235b1a80606c5d866a3d0a672f2d693d81b574138d4ea 139039 
osgi-core_4.3.0.orig.tar.gz
 bba13b494946b31ae00a0b74ba115f6ef139d4c23868d6823c9bf5ee20263926 3278 
osgi-core_4.3.0-1.debian.tar.gz
 cec8f38d2111cfaed1caecb6adf8c5bbac0eb9d2bd0d0e9d01bae11710adad0f 191286 
libosgi-core-java_4.3.0-1_all.deb
 de002f6224375e41f2a0ee138f52cd3afbdd5f2133cf2b1822e7e427029e8972 203240 
libosgi-core-java-doc_4.3.0-1_all.deb
Files: 
 45936165b051e44b32989baed265b09b 2102 java optional osgi-core_4.3.0-1.dsc
 88317bd2b643dd4dfc10572600edb9fc 139039 java optional 
osgi-core_4.3.0.orig.tar.gz
 4c2a4d8e8810dfb08f288544832042d0 3278 java optional 
osgi-core_4.3.0-1.debian.tar.gz
 12400298c5cfb034649f0fa58f6dc84d 191286 java optional 
libosgi-core-java_4.3.0-1_all.deb
 80f32dd33d63e7adfdeaa541c452e52e 203240 doc optional 
libosgi-core-java-doc_4.3.0-1_all.deb

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

iQIcBAEBCAAGBQJOutiUAAoJEHXiDM0z50n84zIP/RQe6Jd22K4RDBVf4wg+OV/y
D1WAorU9rv13gcmzebmykU6IXX/cD2lc7a0DRQK+aYUNkoFgQYqpZotAq384BW7Z
IxBsc/G9UzNfBxVPrTTK+Pv3+rYTeK2ETCeZITAeD5IgjloDgILjWNUTtnED4B/j
kbm2iWeDH70sHai8s4CM0Ipd0zj96PJLAf1CSAMlaMFqlobfqOisfENroTwIxZXu
eABTZO1dKnQU9gp3xm6vRjuHuZsY4M4+84YzoDKbgiXmDcjP9+Q9ifcQiHbcavly
H4omzO2pqq9zYFXFI+LZzRDM+mBD1BTNXDY1FKdkfvhvAybr1a87Mjq4rUSZtfpk
1TBlj2GtpusUDw3AXlT2ur9Vl5TBSGQl4314jm+9Q5Fve2O3hqn62ruTAsEJ30Cs
FfteVr7s5FFbGlN7fLYnFvPvUed/KHgCgwO8W74LEs+ba+u/IVJxg+3J8Ah9ESSl
aU0hyQj1/5jWFXYM/vryxDS6DiRBEq4Mwltfrz1/L6gUqFaOx9UMoaGU176hb72a
dJMPcXSIi6NfiizhKDK3RnBDtw4TruNZOlLcpio0l8QsVO/36G2Y3pm7ZFMxe94V
/jan9sM8uRkCi7YPCGXLed7LzjUFzLAPBT+teHis+xcEyLm/Bc9asqun+it30aHb
7tZn5za6RTjN6nlx6YRu
=BtLz
-END PGP SIGNATURE-


Accepted:
libosgi-core-java-doc_4.3.0-1_all.deb
  to main/o/osgi-core/libosgi-core-java-doc_4.3.0-1_all.deb
libosgi-core-java_4.3.0-1_all.deb
  to main/o/osgi-core/libosgi-core-java_4.3.0-1_all.deb
osgi-core_4.3.0-1.debian.tar.gz
  to main/o/osgi-core/osgi-core_4.3.0-1.debian.tar.gz
osgi-core_4.3.0-1.dsc
  to main/o/osgi-core/osgi-core_4.3.0-1.dsc
osgi-core_4.3.0.orig.tar.gz
  to main/o/osgi-core/osgi-core_4.3.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
Archive: http://lists.debian.org/e1rofbk-si...@franck.debian.org



Accepted pithos 0.3.13-1 (source all)

2011-11-09 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 14:39:02 -0500
Source: pithos
Binary: pithos
Architecture: source all
Version: 0.3.13-1
Distribution: unstable
Urgency: high
Maintainer: Luke Faraone lfara...@debian.org
Changed-By: Luke Faraone lfara...@debian.org
Description: 
 pithos - Pandora Radio client for the GNOME desktop
Closes: 648210
Changes: 
 pithos (0.3.13-1) unstable; urgency=high
 .
   * New upstream bugfix release, fixing among other bugs:
 - Support protocol 33. (closes: #648210, LP: #887886)
Checksums-Sha1: 
 3ec15e45883f4038f7d0d0bc775b2ce7afd85413 1922 pithos_0.3.13-1.dsc
 b59e01b50a9c86232c9ac752cd8cc446482d239b 140869 pithos_0.3.13.orig.tar.gz
 68568a3da7a9baca92dfacc81d61244b099ac3cb 4117 pithos_0.3.13-1.debian.tar.gz
 4403b9b74e917e856bd94e51beb1c37b8f38eb35 144332 pithos_0.3.13-1_all.deb
Checksums-Sha256: 
 4852d3d7b80400a9538382f90c90d5d606cfed3abe066ed8fe00015a5524124d 1922 
pithos_0.3.13-1.dsc
 77af9b3b04da08a92eedcec12de939491e1f3bb406169fd5536f5cf199d25700 140869 
pithos_0.3.13.orig.tar.gz
 fdffce01cf6dee39cebf926f24d63194be3bded71c2e423e139777814351a174 4117 
pithos_0.3.13-1.debian.tar.gz
 2188bf7b580c5407825ac10f709ab3c6613b52248c2c7fe086063ce485e08c48 144332 
pithos_0.3.13-1_all.deb
Files: 
 099ce9ffcc90d4114cec62bef69493d6 1922 gnome optional pithos_0.3.13-1.dsc
 fdfdede12c9afe3f80c556d4f9ff4999 140869 gnome optional 
pithos_0.3.13.orig.tar.gz
 fb84ea4ad6091ccc10bf22048cf84228 4117 gnome optional 
pithos_0.3.13-1.debian.tar.gz
 556f5b88c828db5a808139b0316e3c57 144332 gnome optional pithos_0.3.13-1_all.deb

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

iQIcBAEBCAAGBQJOuuBwAAoJEJcyXdj5/dUGLXoP/1MF1q7ZdoRgTvdS00AJ1vWj
uVI+G9yQtFWOJCpG44QqqYED531z3DNvinwjMnXWIuTpCVErhjLcQ+FL8mxxbFgc
PpbKPknEZ+Gis8OKUzkVv4moPy8mWmEER7m2PYXsOECFXDS0VZ24WGUH/UoAONj9
d0NYx+roncCZDPM5Izu4YAh5NXc6YjubwzBtY/0VCF5r/8mRkigPaz4nIK3mZaBL
boh/imuv0xFi+WzsKz0d0zMejoH60u0hxdKIBkIewidCfTiPA/F7x1H9RGjSQqYY
oK0bjeMPrBMT1B1FJ+TB+Nd7IxVM1/lt3/I4ex34/88aFOAT9Y3hTAg3QOlSCExb
tnfZz9wTen1bzn/bGlkT2Lm8vCwIhp2DM8l+cGAB61NYf1whxJgOOIYmbj6sNoFg
jYFoK9tsHkspG08PMeABrkueSnAO8OVHh2uBBrBbvLVo3EvomfeSNcpQIo5JEn7J
64JBiSCKzS2pOrKIspGAz7kqNJG4GRYLnlRcBE/sucJdSFCZbIT6Ndw/T21u2jKB
7XHWSvsbzI5uB3snLKlCJn0SR3aZIew/soxaJK+DRYsCkUYHq71ybfi7FFbAPk9R
47pAabx3I/fQjEmFvSdDKKE7HGFT/o/hFdTPFesUtNWU/11AeyOiNvjhnQbCXoEI
QYxxs1O/VNtWEhle1WLh
=3cDw
-END PGP SIGNATURE-


Accepted:
pithos_0.3.13-1.debian.tar.gz
  to main/p/pithos/pithos_0.3.13-1.debian.tar.gz
pithos_0.3.13-1.dsc
  to main/p/pithos/pithos_0.3.13-1.dsc
pithos_0.3.13-1_all.deb
  to main/p/pithos/pithos_0.3.13-1_all.deb
pithos_0.3.13.orig.tar.gz
  to main/p/pithos/pithos_0.3.13.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
Archive: http://lists.debian.org/e1rofcb-wg...@franck.debian.org



Accepted libhash-multivalue-perl 0.10-1 (source all)

2011-11-09 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 19 Sep 2011 17:14:51 +0200
Source: libhash-multivalue-perl
Binary: libhash-multivalue-perl
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 libhash-multivalue-perl - module for storing multiple values per key in a hash
Changes: 
 libhash-multivalue-perl (0.10-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ Fabrizio Regalli ]
   * Imported Upstream version 0.10
   * Update d/copyright according to latest DEP5 revision
   * Fixed comma-separated-files-in-dep5-copyright lintian message
Checksums-Sha1: 
 58937bcfbd86353ca6684ed227e44f68df13a543 2145 
libhash-multivalue-perl_0.10-1.dsc
 1569662e7ffe1be4eb1feed31424c180cb57021d 52975 
libhash-multivalue-perl_0.10.orig.tar.gz
 04037b0bb3d5491c32c49a7bec874c857562cb75 2148 
libhash-multivalue-perl_0.10-1.debian.tar.gz
 56d35d6a3bbd57d05a9658f37e434f52f2268877 14858 
libhash-multivalue-perl_0.10-1_all.deb
Checksums-Sha256: 
 1c2f75116decf231e102bd2cd1a5bd686dd24ff0c1a493bc66c61ab57230469e 2145 
libhash-multivalue-perl_0.10-1.dsc
 c1fab24cd243225fd32cdc0baa2b1b59575d4510ac55b6b590d1d7005ea633d9 52975 
libhash-multivalue-perl_0.10.orig.tar.gz
 44642e2d75eeeb8040261f727d68b2346c9203e39138c144ff802e53a3bda6e6 2148 
libhash-multivalue-perl_0.10-1.debian.tar.gz
 65b0d06ea50d5dd35b616e3a1e9eec51d82caee9412ad1514acb9656059c5444 14858 
libhash-multivalue-perl_0.10-1_all.deb
Files: 
 2a40ee644c13cf93943065bdc9a99a51 2145 perl optional 
libhash-multivalue-perl_0.10-1.dsc
 386b9ed884f3af6c20dca6d5fbefbb91 52975 perl optional 
libhash-multivalue-perl_0.10.orig.tar.gz
 59d438835068567cd3eabf219d57e81e 2148 perl optional 
libhash-multivalue-perl_0.10-1.debian.tar.gz
 0d2b9133ab2776451749212c003fbe3f 14858 perl optional 
libhash-multivalue-perl_0.10-1_all.deb

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

iQIcBAEBCAAGBQJOuvJ3AAoJELs6aAGGSaoG6jMP/06yNdc952+EoTQIOHTcrU3J
/fVfvw5/mRz7K/42qsErgakHNNX9jXNqr5xJFG9KjKvIA8nABFQgs+0bkfaHLRit
/pWQ8hKAEBtGvSfcHrDGGgcfHtXZb3p/LcAyKWWFJc7QHntKv/vCMLxyCRO/9qAs
GSSdUcJQNInvTQuFdofNlKDLAyYxRWDXIlzw8i1TYRnGis0YhUc03YWymyFx3sg+
RKEHbDiBM/J6vzDmplWgemdcr93x+nRgerPAvxtW3a6b8vglF91tqAU5oy0UqV8n
Ch/oupy7Gw93qOd8ZM1ncUz8VOy1DcYgcxMm9K17TwEU5a5+OLraTBMMTTCfwgQz
5+oZIdDsr69SlW8ElkswCJYh3dQmmsWng7oK6srDfIFo2fmlcHW7tsmG5vT5JXQ8
Cr/vEWMXCv0P5QM84B/3NMM3OtP3y+2KUL6CV5hKZGsV1hioHKdWKuxLTnDfRJ6n
cvNoGgSBau9CVAgOZldw0Ks2b3O070bpbKPku7+iGhLB7hyDMA699lbjpgBWJFf9
OWbW8nxU75UjFKs5D6p+Nb1dPwdLXgMt68P8RSuq+utIDuH6rpShWnYDNApQkB9Y
/Z3eXzq/7YGrTU8JXyx1hgsBxhPlwOW7WkovIKA8WcsV5YKAqF9WooGWJGolLTbC
8wXCOKwpENjy1xo/JNLm
=ENk+
-END PGP SIGNATURE-


Accepted:
libhash-multivalue-perl_0.10-1.debian.tar.gz
  to 
main/libh/libhash-multivalue-perl/libhash-multivalue-perl_0.10-1.debian.tar.gz
libhash-multivalue-perl_0.10-1.dsc
  to main/libh/libhash-multivalue-perl/libhash-multivalue-perl_0.10-1.dsc
libhash-multivalue-perl_0.10-1_all.deb
  to main/libh/libhash-multivalue-perl/libhash-multivalue-perl_0.10-1_all.deb
libhash-multivalue-perl_0.10.orig.tar.gz
  to main/libh/libhash-multivalue-perl/libhash-multivalue-perl_0.10.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
Archive: http://lists.debian.org/e1rofzw-0003hz...@franck.debian.org



Accepted bindex 2.2+svn101-1 (source all)

2011-11-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Nov 2011 02:15:15 +0100
Source: bindex
Binary: libbindex-java
Architecture: source all
Version: 2.2+svn101-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libbindex-java - OSGi BIndex reader
Changes: 
 bindex (2.2+svn101-1) unstable; urgency=low
 .
   * New upsteam snapshot.
   * Drop d/patches/classpath.patch.
   * Add d/patches/define_symbolic_name.diff.
Checksums-Sha1: 
 2760d64de0f620085937ebd15fd61cab123c6f89 2172 bindex_2.2+svn101-1.dsc
 44579d64dd4c3452888565228d6e2e5fb035fc6f 29122 bindex_2.2+svn101.orig.tar.gz
 19836e663001fd1060c2deef9194b26cfd15d290 2985 bindex_2.2+svn101-1.debian.tar.gz
 ab444c40c54ec13c065b616f16d95aac915b6ba1 60324 
libbindex-java_2.2+svn101-1_all.deb
Checksums-Sha256: 
 1b46901921d089f9e7552355f7480d72c64bd003c7f7e8614f0ade261d377687 2172 
bindex_2.2+svn101-1.dsc
 f1f18171419b244d4286b98a4ab09dfb39942f308de52bc91dba22f5a8248225 29122 
bindex_2.2+svn101.orig.tar.gz
 fae0bc2ffd83af0489b5acf9e2383f1a28236fa3260f4e57ae2929dec9a36f1a 2985 
bindex_2.2+svn101-1.debian.tar.gz
 749395ebf5a0b96236939f16e2e75670adea3c91aebb9e8f46e6c7103568d1e3 60324 
libbindex-java_2.2+svn101-1_all.deb
Files: 
 daa9d0a2139be5dcbf3920d3aba0353a 2172 java optional bindex_2.2+svn101-1.dsc
 a0e5c86eed93c3eebd00f42d61171b1a 29122 java optional 
bindex_2.2+svn101.orig.tar.gz
 bddb09fdba19d5c2440cbef5b486b5fc 2985 java optional 
bindex_2.2+svn101-1.debian.tar.gz
 23c513d5438919c4014b0f6cef70a80f 60324 java optional 
libbindex-java_2.2+svn101-1_all.deb

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

iQIcBAEBCAAGBQJOuvTFAAoJEHXiDM0z50n8J6MP/1eHA+/hIueuPIjEKWm7bPmD
AS2YxKct3y+WE8IcArwtrU70HLqFyJf1vscvOZ8slcme1h+tuBZC1OfbATPgKbzS
1CLL6Bmk6lDqouAWJ03DYj+qEv4jl+mtAxyOVx2HDBKKYDiZjBSOZg996Mmw51iC
3NaSwWtxoEJy0qQbwsz+cAl+ggIAC/TI8ipd1d/QLzS9n55EB9PxLdmYtM/yIs6P
FEbQV69FGVZFQw1/Gok2Mn4WqFrcoyC7/9Ec82X1gNv5MXhbsJRbV4/MD7cFbo6p
P4uteOjfmeVeDeI5X9Wl3/3DnPYETk9tta1nIHXuLFX8/gFW9lJ1hukYB+XeGMv9
Czs/ZIYqSnpimQO0vroqjQ5JwP1DZ13kRRgab4G6HCajIOF04O8fn6EDT2USnPid
OgdttOZWGQVw4z+qsRRcm07DVZiH62N3EQvAiFoJN+mTTYpehJQ3BZVFZL6vPqUf
0rr1iQecnmSHUmyzBp31ik8M5Sc+X15nNiEyQP6mSNuwOE7vxa0xqaxDQGBAsi0F
zim4yeJ68zYnRpKvWca6JAj28lagkrgTcr+MwajQvjlmSCBmF6veaAsvRedHb7+y
3JXoiK6nE19wkWTphpGjUpeegJQc5lWwzWvDoUbtoms8y80e3ZDK0Q7w8FCWotTQ
r3f/hTkEOqwm2Wao5lM5
=lqlj
-END PGP SIGNATURE-


Accepted:
bindex_2.2+svn101-1.debian.tar.gz
  to main/b/bindex/bindex_2.2+svn101-1.debian.tar.gz
bindex_2.2+svn101-1.dsc
  to main/b/bindex/bindex_2.2+svn101-1.dsc
bindex_2.2+svn101.orig.tar.gz
  to main/b/bindex/bindex_2.2+svn101.orig.tar.gz
libbindex-java_2.2+svn101-1_all.deb
  to main/b/bindex/libbindex-java_2.2+svn101-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rogdh-t3...@franck.debian.org



Accepted bnd 1.50.0-1 (source all)

2011-11-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 22:39:08 +0100
Source: bnd
Binary: bnd
Architecture: source all
Version: 1.50.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 bnd- tool to create and diagnose OSGi R4 bundles
Changes: 
 bnd (1.50.0-1) unstable; urgency=low
 .
   * New upstream release.
   * d/control: Add Build-Depends on libbindex-java.
   * d/{bootstrap,rules}: Add bindex.jar to classpath.
   * d/patches/no_git_during_build.diff: Don't try to use GIT during build.
   * d/patches/osgi43_fixes.diff: Some fixes for libosgi-core-java = 4.3.
   * d/patches/no_felix.diff: Drop dependency on felix-framework (to remove
 dependency cycle).
Checksums-Sha1: 
 144a9d014e7b6ef184fb9ca6553a0bc016d7 2142 bnd_1.50.0-1.dsc
 5a6d3ae7a6c7d6cbdd40f1a15545b84048f2e70d 489824 bnd_1.50.0.orig.tar.gz
 f1b53371ce85c271704bf21d8b9229a65bfa3302 14097 bnd_1.50.0-1.debian.tar.gz
 9512b85eead2cc2895ec3814e0918c17f9aa52b8 2053054 bnd_1.50.0-1_all.deb
Checksums-Sha256: 
 5e7d94e638e478ecc55234c7caa6140810b4c20012ff282162c696febb65965a 2142 
bnd_1.50.0-1.dsc
 ed1cf9d512dc1c2d72587944d76445a3f970c4d1976f37ff45253f9375524d28 489824 
bnd_1.50.0.orig.tar.gz
 3cf97e8316ea95a7f368e3295a53e7e2bd05042f102030cd9fe59bf1f1e99241 14097 
bnd_1.50.0-1.debian.tar.gz
 8a48cba524ce4735159fada5dfaceeae74dfc1170003c156a301b3bad997a4a8 2053054 
bnd_1.50.0-1_all.deb
Files: 
 17512c09b1e7fcbc35c0079923bebbef 2142 java optional bnd_1.50.0-1.dsc
 6409b065e7fa325c598735ba51be092b 489824 java optional bnd_1.50.0.orig.tar.gz
 2a8ae38f876a6e458b7520c052d24a0f 14097 java optional bnd_1.50.0-1.debian.tar.gz
 f821ed4cb1770f1e32f82e858ed85abd 2053054 java optional bnd_1.50.0-1_all.deb

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

iQIcBAEBCAAGBQJOuvTGAAoJEHXiDM0z50n8ZRUP/2YC3Mo2uLzZreI+ttnfe0T2
wTQSN5Coi6Oef+O4fOltGZIKcgyGznWhAJzHJ2vYVodrHqe/Oav149dDRb+5aBSx
YbzL9irn8qomz8xpRT04g8mnnbvZL7xi4UNRsTz8sb0ZZnkBq5CxqxUJt162R7kz
2nuDiUmwfKkR17pNM+h6XALtr7Vpl19sTiG08fW6LV49HWytBimi8ETIIW6mgpxj
zt5oAaj0bLlHGIFKa5+MoHwo5bTBiD6prLCyrUbq6xPEa34WtErzSoibZKJ8A46b
Q1y46nxMXBmcPvVzfYiIZuI1y2OeFJkFnDNNv7Cj0cd497Skw9Th1N0cSkA8m2Oh
1sQb3SGK2K2KnjfDCFsuyrTrkNt0qTGUCcmpycHXtXixoCp7chjJVlnR/7gJ57Re
qTtoNmTY27/zUlRctP39M2aOafInfPbXQkWP/1VzBSXMCkjLnU3q0TPT/E4vR7me
DQR5V7b/NWZ5Ul+Z+/lIDbc+abjt0Y42OIgXT3cpDyRSSJqA92clNd04rMKqjmqj
l7uLhcufAdkf46cppWvsHGX+52uHscOmhc7xELe0HqoRzjRKaXapiTPvYxH6Bxpj
hjzuqU2BIRwW4avn7rmP1ZZ1Vswb8crBDZfhmWE5DGHL/vfato2ckI4sHJ4CcRso
3ji7L2aE5ba2QDXm1QBn
=SxYT
-END PGP SIGNATURE-


Accepted:
bnd_1.50.0-1.debian.tar.gz
  to main/b/bnd/bnd_1.50.0-1.debian.tar.gz
bnd_1.50.0-1.dsc
  to main/b/bnd/bnd_1.50.0-1.dsc
bnd_1.50.0-1_all.deb
  to main/b/bnd/bnd_1.50.0-1_all.deb
bnd_1.50.0.orig.tar.gz
  to main/b/bnd/bnd_1.50.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
Archive: http://lists.debian.org/e1rogdu-vr...@franck.debian.org



Accepted boa-constructor 0.6.1-12 (source all)

2011-11-09 Thread Charlie Smotherman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Nov 2011 18:24:34 -0500
Source: boa-constructor
Binary: boa-constructor
Architecture: source all
Version: 0.6.1-12
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Charlie Smotherman cj...@cableone.net
Description: 
 boa-constructor - RAD tool for Python and wxWindows application
Closes: 645759
Changes: 
 boa-constructor (0.6.1-12) unstable; urgency=low
 .
   * Orphaning package.
   * Update package to use wxwidgets2.8 (Closes: #645759).
   * Bump Standards-Version to 3.9.2, no changes required.
Checksums-Sha1: 
 9b6406927660f855286f81ffe707cde3017d6181 2015 boa-constructor_0.6.1-12.dsc
 70d4c3bc95ccecd1640e193b008624858819bb34 13348 
boa-constructor_0.6.1-12.debian.tar.gz
 fdc5a165f116551a7e5d8caf78344acc966b25b0 13522594 
boa-constructor_0.6.1-12_all.deb
Checksums-Sha256: 
 4b84f2eed793d58ddc52ae9cd474207a2dd7a5134b351c10fc0608c0a5b33fd7 2015 
boa-constructor_0.6.1-12.dsc
 a3b44e7dcf57974123b2e65630347c205a3e212e3fa04f2aa25427650260b942 13348 
boa-constructor_0.6.1-12.debian.tar.gz
 81fec1196e09218927fd9f65a3ff1bb93ee91ee8f04bb3eaf943fd998573761a 13522594 
boa-constructor_0.6.1-12_all.deb
Files: 
 4022dedf6198d4707cd7980ad1e44581 2015 devel optional 
boa-constructor_0.6.1-12.dsc
 cc21b27f0aae2ba4b60087a5bc4caad8 13348 devel optional 
boa-constructor_0.6.1-12.debian.tar.gz
 1b6c44e8d931d49fd8ff6bce17114565 13522594 devel optional 
boa-constructor_0.6.1-12_all.deb

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

iQIcBAEBCAAGBQJOuvqUAAoJEEkIatPr4vMfxvoP/ig+hUT7VlrjQ222Sn0U0xmk
bvOgao3otoeakwsXuMgwR4EGTITZcI5aZh+mrz6d50ua3YFwvYkwRsIJCZb/H2Lp
KjvFwMw0Cy0jP46spqvdTWxEY/vYCovUHJh2sy9CULIAt7jpbKqdHOZrxqCsds1o
oE+NocGbflr7ITbIAKrCW/SGwp6DRuI394cIz9cjiURt7FzCE0uRa1a+x9eIG/kf
eZ4+cSjgropmZgDmRpDGEuDQ08ejECPVb3r8CevY8dY9JE6tZdtoCJTM+WWJtpB0
plHT0Q590sF+shOTsdYWg+U6hFeR/tm2PpW/Us1JamCycfKvRunHpXgfhGJQUTFq
QGQRUTSDJRqA7zrzEv+1tKyLvOVLr733EoDd6pWKqpO8XfhlYOhXQt7R/pFUbz2H
0voiYr4ly12tVPteJqdYm4L8KDx1RDk8gvg50UQZZJmuXB5FyI6z02KC5h/atZm9
QzBQrENjoE6E79gkXz9zEi2jl/1JhmabMibaM5vOfCftqmPz1Ql/PKAso+d+0ONE
UvwdTooRCb61mmntT+XId5iTABrFVUYDUl8VbS02078sfyERALIQRe1pZuAkUyB/
dGHa5VZw0IRZSb/hcr4qCmm91lku5SM19ZDLtQlDfHSZp2fV/xHT78eQWbb37wv8
0T0ix/TuV5Y0D4ZqIFwn
=4F0o
-END PGP SIGNATURE-


Accepted:
boa-constructor_0.6.1-12.debian.tar.gz
  to main/b/boa-constructor/boa-constructor_0.6.1-12.debian.tar.gz
boa-constructor_0.6.1-12.dsc
  to main/b/boa-constructor/boa-constructor_0.6.1-12.dsc
boa-constructor_0.6.1-12_all.deb
  to main/b/boa-constructor/boa-constructor_0.6.1-12_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roggp-0004hf...@franck.debian.org



Accepted emesene 2.11.9+dfsg-2 (source all)

2011-11-09 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 08 Nov 2011 14:57:39 +0100
Source: emesene
Binary: emesene
Architecture: source all
Version: 2.11.9+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Devid Antonio Filoni d.fil...@ubuntu.com
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 emesene- instant messaging client
Closes: 648027
Changes: 
 emesene (2.11.9+dfsg-2) unstable; urgency=low
 .
   * Added 01-Use-local-bay.contacts.msn.com.diff patch
 It changes 'contacts.msn.com server' in 'local-bay.contacts.msn.com'
 (Closes: #648027)
Checksums-Sha1: 
 3f987ef92d46a96b25af2f589f536ed1800d8d03 2071 emesene_2.11.9+dfsg-2.dsc
 70f665a76ae564c761d68ea1d4f36b8cb223ff9a 9461 
emesene_2.11.9+dfsg-2.debian.tar.gz
 ed9e8c3c11760c7bd1fce2f923fe3c9923a25a81 1896366 emesene_2.11.9+dfsg-2_all.deb
Checksums-Sha256: 
 d0bc5f478aa6932fb4874c582c8c79d74b0ff836466b26f498e497fb29903be9 2071 
emesene_2.11.9+dfsg-2.dsc
 d1f89b403c2d22c6c4b05fcae8f25a15ce4ffd7d77dace747bb812bdfca97a18 9461 
emesene_2.11.9+dfsg-2.debian.tar.gz
 5f87c1a51728c51b52e2b5f04e766bfdc26a978bab52a8002fb998df77ca484c 1896366 
emesene_2.11.9+dfsg-2_all.deb
Files: 
 5c8942260dd1668cbc390787c542710b 2071 net optional emesene_2.11.9+dfsg-2.dsc
 a22588de0f254a4fd7b453a2017387b8 9461 net optional 
emesene_2.11.9+dfsg-2.debian.tar.gz
 5f36ce86dfb3292da3b63d027d274be6 1896366 net optional 
emesene_2.11.9+dfsg-2_all.deb

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

iQIcBAEBCgAGBQJOuwGaAAoJEK728aKnRXZF5w4P/RFAI1xSQ04+fFFOuhliHvkr
pODBlDBAnLWA9cL4SvTVX20glno/THLoQW/ZvRWBQR/4ksezX2TThmXcDtXmalRJ
2s7HiaFwrT6QRorU08ukNB9N+ZhndiytsdHqvPYQ1Mq1SmCe6XWGisWi5EOrFBdg
ikOZdPz973r/JnR0GkBTHbf9xq3aW3CT0gSBcXKaMDRYL3WXHnpFolrWH4OasEx/
T+hpujcXE01o4NRqHBeMzx4Lb8oVV/1LlpwJHyNfjYIHKcCJ3csXMZYZnJbHhnUP
ozzdyNd8K1+M/+EJa+wGrx0RAyrMpwbgEp6AbM44r9WMMARxAZkie94oBjqLJ7JJ
R/cOUc9PDOhsqkVotW3zJaAvZy1sQiAlr/JHt0FGzhGwMAAuT/O9fSJ7E50yApg0
wjKRZy9b24s2UlK3v6djPozR/L844rMaW5k/4KRJogvGacwlxv3IHepSH9+pDY2Y
DI6AWAkSwtQ5KwM/xxr/iJY39WSHtzhbkLTO1AylmDGc+3J0sOE5fChqnwpee5Uj
VjjzSsDTI6pTJZVD0iFAdinz+ZySleHif8Oh0NYgVEcTqVpR8YM2/v3cNF1f1f1T
ngP+t8UjTZMVe9GJ/dDJO1E6ltuyg+TFi5wWUm7cnmrvqaL6nQfoaNIRj/FtX/ai
MU3qWm8WH2y5KK09OhiF
=hB9o
-END PGP SIGNATURE-


Accepted:
emesene_2.11.9+dfsg-2.debian.tar.gz
  to main/e/emesene/emesene_2.11.9+dfsg-2.debian.tar.gz
emesene_2.11.9+dfsg-2.dsc
  to main/e/emesene/emesene_2.11.9+dfsg-2.dsc
emesene_2.11.9+dfsg-2_all.deb
  to main/e/emesene/emesene_2.11.9+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
Archive: http://lists.debian.org/e1rogvs-00076d...@franck.debian.org



Accepted libvncserver 0.9.8.2-1 (source amd64)

2011-11-09 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 23:31:28 +0100
Source: libvncserver
Binary: libvncserver-dev libvncserver0 libvncserver0-dbg linuxvnc
Architecture: source amd64
Version: 0.9.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 libvncserver-dev - API to write one's own vnc server - development files
 libvncserver0 - API to write one's own vnc server
 libvncserver0-dbg - debugging symbols for libvncserver
 linuxvnc   - VNC server to allow remote access to a tty
Closes: 644455
Changes: 
 libvncserver (0.9.8.2-1) unstable; urgency=low
 .
   * New upstream bugfix release.
 - Fix a regression in libvncclient with Apple Remote Desktop support
   that prevented viewers to connect to ARD servers (Closes: #644455).
Checksums-Sha1: 
 1dfe5a12265a90fb72a392b3bfcdc73e2abbf721 2121 libvncserver_0.9.8.2-1.dsc
 26995fd92fed9ddeecf40a4bdf0067fdae8c647c 1238439 
libvncserver_0.9.8.2.orig.tar.gz
 7770dbde75a8754e4c33a0d7b55ed43ff38acd05 11501 
libvncserver_0.9.8.2-1.debian.tar.gz
 ff5b77065c1a3ad920e934942b9a9012548dd821 293108 
libvncserver-dev_0.9.8.2-1_amd64.deb
 df2e72e0ea8292c4c37cec8ad9e9ded78e4eaf48 242124 
libvncserver0_0.9.8.2-1_amd64.deb
 74fe1609254cf36900b2416b7c49ff2c260ed878 426424 
libvncserver0-dbg_0.9.8.2-1_amd64.deb
 7e2336dd8680965df135c6d389130dc3c6b1e051 69404 linuxvnc_0.9.8.2-1_amd64.deb
Checksums-Sha256: 
 dafd4be2bb50ec3b0e059edd7ba7e6aa3840c7a49480172293456a91e2193484 2121 
libvncserver_0.9.8.2-1.dsc
 2d243cd4b8d7f09a26b5d65e74375cedc85f3298621540a0724bde7e0fa1eaff 1238439 
libvncserver_0.9.8.2.orig.tar.gz
 ee30164afe25222978058450221670cd3030ba4e252a37ab8b588be8fdf6d5a0 11501 
libvncserver_0.9.8.2-1.debian.tar.gz
 78a01ee8e220c86340a8fbe925c56944924ec38a5f7419bc2d8e48c442febef5 293108 
libvncserver-dev_0.9.8.2-1_amd64.deb
 8f5496fbd07cd2f4ba2abbe96af52b530228c582368e14b41e480332cbd84876 242124 
libvncserver0_0.9.8.2-1_amd64.deb
 718b9d687790b96221b144faa66a257b6c440d0adc7e1bec377f6db18054cdd9 426424 
libvncserver0-dbg_0.9.8.2-1_amd64.deb
 551e5f4b41ff96a6c2f2a532dbd02b0567596563e9b16af43d3ecf04460c196d 69404 
linuxvnc_0.9.8.2-1_amd64.deb
Files: 
 9d9da9198bb50bb17e19784329288466 2121 libs optional libvncserver_0.9.8.2-1.dsc
 dfed1dcc25cb338c7fdbcda2c3df7f50 1238439 libs optional 
libvncserver_0.9.8.2.orig.tar.gz
 2c1596438069f40dd8b5a4737a0af2ef 11501 libs optional 
libvncserver_0.9.8.2-1.debian.tar.gz
 1520ecee5293031ceea4d7281fad6d35 293108 libdevel optional 
libvncserver-dev_0.9.8.2-1_amd64.deb
 80ec6c00daab9826399307942d9cdc6d 242124 libs optional 
libvncserver0_0.9.8.2-1_amd64.deb
 6c459161d169b12f6d84fb3b97ba3462 426424 debug extra 
libvncserver0-dbg_0.9.8.2-1_amd64.deb
 7ccb2ff4b6260ad8d746b366d878969f 69404 net optional 
linuxvnc_0.9.8.2-1_amd64.deb

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

iQIcBAEBCAAGBQJOuwDJAAoJEEkIatPr4vMfOMEP/3bB+NZ3IHw9JSEzRhee0Dh6
0HRiooRp9XAPbot70vB9J1z+uj776DXLoaPl6H6u8zGIVS0szRBEBMce6x0Ej5Z8
9X2igX7r/T0iBW1gkeLYJoJfhAiKcjwnOTtIxg5gAkEdUebEyCfm4pKUzZs8y5Qb
JPPpZoRek5ZmsnRgjQ3nOAY58NkP6I/73PU9veiAF8HazM/8u2b1mzLxjYlhixzb
l2YsP0jzKaHo9gjYl0Po8DPRm/9i9kOtnUlPGzMerbjcjDjtEG53LyOoYOnZ5HJ9
gBADY0296R+jVUutHiO6v7tcvBHC6Tm8QQoci2uh2LVizrhQvOwWNimA2pWOiyH6
dLLBkmI+7L5FQBghMPR8tSHUFReyUvReoRgQrDHNyztDnR5FIIeAaq4icaYwjj2X
6t8/Uwjm8aAecGUdLesH6aTICfqSCN69DNlW9ivywjrxqrMYUUCMCPAkdDogb0ea
UNULHn4xaXE4EgsgluY8taKcHbLt+iYcb3/cYJ9Sz2H1rWDs2yT2ToMGNvzMN6st
vJT6EZuquQE3Cod3OR6xsNL+f6mZgy/i+PGpk83xg6vJq6ySV9yoQMJsmI+SqXT6
dbIIbAgpYFP8ltX4/RpmSYL9MUaZfWxxQt27B6ehdcNDcu72suOODxNIgI/GmAb5
M+U3fqqU/twy0c7GKMYA
=XMtq
-END PGP SIGNATURE-


Accepted:
libvncserver-dev_0.9.8.2-1_amd64.deb
  to main/libv/libvncserver/libvncserver-dev_0.9.8.2-1_amd64.deb
libvncserver0-dbg_0.9.8.2-1_amd64.deb
  to main/libv/libvncserver/libvncserver0-dbg_0.9.8.2-1_amd64.deb
libvncserver0_0.9.8.2-1_amd64.deb
  to main/libv/libvncserver/libvncserver0_0.9.8.2-1_amd64.deb
libvncserver_0.9.8.2-1.debian.tar.gz
  to main/libv/libvncserver/libvncserver_0.9.8.2-1.debian.tar.gz
libvncserver_0.9.8.2-1.dsc
  to main/libv/libvncserver/libvncserver_0.9.8.2-1.dsc
libvncserver_0.9.8.2.orig.tar.gz
  to main/libv/libvncserver/libvncserver_0.9.8.2.orig.tar.gz
linuxvnc_0.9.8.2-1_amd64.deb
  to main/libv/libvncserver/linuxvnc_0.9.8.2-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
Archive: http://lists.debian.org/e1rogw7-00085a...@franck.debian.org



Accepted libx11 2:1.4.4-3 (source all amd64)

2011-11-09 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 12:13:26 -0800
Source: libx11
Binary: libx11-6 libx11-6-udeb libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev libx11-doc
Architecture: source all amd64
Version: 2:1.4.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-6-udeb - X11 client-side library (udeb)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-doc - X11 client-side library (development documentation)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Changes: 
 libx11 (2:1.4.4-3) unstable; urgency=low
 .
   * Split documentation out from libx11-dev into a separate libx11-doc
 package, so that libx11-dev can be multiarch co-installable.
Checksums-Sha1: 
 2f8b2494301f1c04b0121b011efe018d07656a15 2480 libx11_1.4.4-3.dsc
 35f6a6e1fe1680a611b0e8f9273bd992c8bb81b0 81995 libx11_1.4.4-3.diff.gz
 fe4eb94c0a0ba57fbbf63e2988a9709720af67c5 186804 libx11-data_1.4.4-3_all.deb
 54624ca5de14eda641e9617df046a39a6e9f87df 2946252 libx11-doc_1.4.4-3_all.deb
 8e8baf29f6d97ee9d581ee9534499eaad1582903 888728 libx11-6_1.4.4-3_amd64.deb
 fa3859e858376c8a7511adc6d245a33698b31fd5 763592 
libx11-6-udeb_1.4.4-3_amd64.udeb
 85c415279dad192c4c2fee73692efc471ec21a0a 2870428 libx11-6-dbg_1.4.4-3_amd64.deb
 82189f914109c6136c162fc588e7c409c4828af3 1026846 libx11-dev_1.4.4-3_amd64.deb
 e556fb4cf1c9960bc02029da857b4aa35dc95f68 124662 libx11-xcb1_1.4.4-3_amd64.deb
 bf28b5688527166587fd9dba653fa2634157d36b 138648 
libx11-xcb1-dbg_1.4.4-3_amd64.deb
 de496fc8f4d75316dbb3e2be53334f55524b4420 126964 
libx11-xcb-dev_1.4.4-3_amd64.deb
Checksums-Sha256: 
 219da1e7b15e137a6ffc37413dea7e24a12cd56d90525698bfdb36047c639802 2480 
libx11_1.4.4-3.dsc
 4a00abbf5214829d6ac6b161473dca0408e53a509828e236ba0ec6d49816f9d5 81995 
libx11_1.4.4-3.diff.gz
 fa5f841b1352f98e9081452f3830ba7e8e48f9b3673854e1962de97c35a86e01 186804 
libx11-data_1.4.4-3_all.deb
 4319ec2a15f9b4bcb323824bee75d7f95ece41a9ff084a236215d7a7446fa51b 2946252 
libx11-doc_1.4.4-3_all.deb
 4df7d88ae0f3063bf33ec66e7320dfe44c358c196420565f5076772c18acdc5d 888728 
libx11-6_1.4.4-3_amd64.deb
 1e03dbcded724a09b98ceae023339cc16d864f4778f4cbc7ac332c7614f6cf5c 763592 
libx11-6-udeb_1.4.4-3_amd64.udeb
 fb4ca5096e8bdb9612ab8c18f6f4016d76d132c5f6a8109e35cf9435077c2b7f 2870428 
libx11-6-dbg_1.4.4-3_amd64.deb
 c5526cf3fca70e5fefc612649bec9bb2085db4f1cde8baf715d7192e954fefd6 1026846 
libx11-dev_1.4.4-3_amd64.deb
 e3305f3243c6b0661720de7f143d9f706c6da05ec8259caa56e69864a9291875 124662 
libx11-xcb1_1.4.4-3_amd64.deb
 ed22a8f3a25ca0f71ee59fb258d1ece2786c85efc479e8465258299e40f82378 138648 
libx11-xcb1-dbg_1.4.4-3_amd64.deb
 2d4c6c479340349b133bdc7a9c0c412bd0ef4d4ce7712b9a367b1aebadd248dc 126964 
libx11-xcb-dev_1.4.4-3_amd64.deb
Files: 
 b85c87c9e5300db1934a4956d277f35f 2480 x11 optional libx11_1.4.4-3.dsc
 50b2ac6306ef6b889983874c3e71b754 81995 x11 optional libx11_1.4.4-3.diff.gz
 36bdc2c8f9f8852be19bcc4a1b563b8e 186804 x11 optional 
libx11-data_1.4.4-3_all.deb
 6af77e4f06ccd8dff492915ea6ca6ac7 2946252 libdevel optional 
libx11-doc_1.4.4-3_all.deb
 6ce6cce7dab4b840ee58142433094a71 888728 libs optional 
libx11-6_1.4.4-3_amd64.deb
 38e8e2c0c631ecd0c9d7469dcf8b4228 763592 debian-installer optional 
libx11-6-udeb_1.4.4-3_amd64.udeb
 3dbc60e0994af55768298728a63797ad 2870428 debug extra 
libx11-6-dbg_1.4.4-3_amd64.deb
 fe677dac38d5006ec8655c82fbbf5513 1026846 libdevel optional 
libx11-dev_1.4.4-3_amd64.deb
 27509c6fad26923ca7802dc742158b9c 124662 libs optional 
libx11-xcb1_1.4.4-3_amd64.deb
 0d3d21db77e76761a9ed421d19b04b6a 138648 debug extra 
libx11-xcb1-dbg_1.4.4-3_amd64.deb
 45f356105f1519d84eb86af7db4c98e4 126964 libdevel optional 
libx11-xcb-dev_1.4.4-3_amd64.deb
Package-Type: udeb

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

iQIVAwUBTrrtz1aNMPMhshM9AQgIzw/9EUKbNWt0ps4S+L/QQ2oSVfPWdPLIdzke
wi4dxhV/7SokZzlMI0rYMFXRdVA+V/fTjD1E8u4Wthe4grD4g/TyCiQ7DoV/xWz4
fDKO6bTvjOgD7bmoTWfXlSTxQPSd75PQAbpKlrDTJ5mW3V/rrBcO+WoCdIQpJ8LF
y/ZCcb4CKFbgTIHusMYuxq4f4WMDMO217CKtsgQ3pBB0AUhbelMGtThTy+sB44k9
IrIqTU0TOv3kfkM5AhgIcToX2PQ0ezX20t8JK68H8Wrlf5l3I/Cg4pLIbMf6jKxx
2uFTUF2KzNysy/vmWmrQIOuHinJkBzhhDdx37ovWfqmo9uclWoyS0LgWor/o394Y
Wdy/vG3IMqmPFNhAuFemmC5POnwLEnZstxKY57b6Kk47PvSE0Uj99Hdo0gmkKxrZ
lAWMMmEo4bBXwy0T5gGQvB9/UaIR2UdUI6K4+5NlqVHbi/PvT8EgSTp63CD5PyVl
7tU+1yRknQB5atV6FqQFrErw2lIxcdOwq5o6m3DwIFGoe+JGSmix1iIpn73lGLrY
pQBspIII6/VBSqVPhUyRUIybDbv/zLIAOvjhQSDlf2j+u2ZVyKDBH5nDKYGiM1wB
md505hQc8ZPb+vPYzYA1k1pHfqWLQKG1VgZWUCICa91r4ymnDpflTaSn9sj2hxB2
CmfqhVPGFm8=
=SeUf
-END PGP SIGNATURE-


Accepted:
libx11-6-dbg_1.4.4-3_amd64.deb
  to 

Accepted felix-framework 4.0.1-1 (source all)

2011-11-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 05 Nov 2011 14:37:59 +0100
Source: felix-framework
Binary: libfelix-framework-java libfelix-framework-java-doc
Architecture: source all
Version: 4.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libfelix-framework-java - The Felix Framework subproject
 libfelix-framework-java-doc - Javadoc API documentation for the Felix 
Framework subproject
Changes: 
 felix-framework (4.0.1-1) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Update to my @debian.org email.
 .
   [ Damien Raude-Morvan ]
   * New upstream release.
   * Build-Depends on libosgi-core-java instead of libequinox-osgi-java.
   * d/watch: fix for upstream tarball new name.
   * d/patches/exclude_servletapi.diff: Dropped, not needed anymore.
   * d/maven.ignoreRules: Ignore apache-rat-plugin instead of rat-maven-
 plugin
Checksums-Sha1: 
 a0fecc8279687dbb4e25992749b91b6a26cc0527 2332 felix-framework_4.0.1-1.dsc
 19fbc8b1bc880134c208f75f98c53817ffe73a21 372871 
felix-framework_4.0.1.orig.tar.gz
 3dda9ca636a4bafeb1619c0205c3881b65c1916e 3772 
felix-framework_4.0.1-1.debian.tar.gz
 ae1ffd92965bdbd4fbcc9af053641920cc8ed60c 458596 
libfelix-framework-java_4.0.1-1_all.deb
 31223c02c7027804a3b37e7a11f8d89ee6301f86 871572 
libfelix-framework-java-doc_4.0.1-1_all.deb
Checksums-Sha256: 
 da3b7b9f4ad6cfbf90e53961c1f1a5f3afaee51b66cb768a6ccc9660e7333600 2332 
felix-framework_4.0.1-1.dsc
 7ffd98fd38252954062b6c80057606523595b51cb2eddda28e199ae0491b181a 372871 
felix-framework_4.0.1.orig.tar.gz
 6390c7f6c765561e52bf094af62b3e3540fd397fcb1a828a6c8b73d73718f919 3772 
felix-framework_4.0.1-1.debian.tar.gz
 e2b8dcf02cbf2aa75c080b71bbc05db9618a72203c9cf65a2c31b0874a8046cd 458596 
libfelix-framework-java_4.0.1-1_all.deb
 6cca5e4b82f4d3340d47f9c9dfb89060ee2b17270d6b9d9408214458c9df033e 871572 
libfelix-framework-java-doc_4.0.1-1_all.deb
Files: 
 ea8be0dd962fe94142ed68bdd1a5a6e5 2332 java optional felix-framework_4.0.1-1.dsc
 fc31639c2758675c16495cdfc1c85a0c 372871 java optional 
felix-framework_4.0.1.orig.tar.gz
 d0ea157f0aa60b56296da21477fc6750 3772 java optional 
felix-framework_4.0.1-1.debian.tar.gz
 582152cf2ee4811cba74eb0b15d81b61 458596 java optional 
libfelix-framework-java_4.0.1-1_all.deb
 63f1f224ec2e2910ec075af59e0ea83a 871572 doc optional 
libfelix-framework-java-doc_4.0.1-1_all.deb

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

iQIcBAEBCAAGBQJOuwQsAAoJEHXiDM0z50n8hDUQAMB3vQLIuWQXSJRiCEHw+cZQ
ygpxzqPtVprvdhJlBLEnrWe0ODaP1mnHo19CGhaJHs4qXMYprGPH95Y4axxcVRWc
HjeR6y9N9CQ+HYhXiyC1YvERB0f7uOCckAwdlW9pHHvQDFTG60nQrxmZkGZm+odw
oO5bE951QrZoNebbQYnXjSSvTrepDjWk6lsLZb36zuqMen6T7If/rg3GSKDVf+TF
NbAKNp9r0iBhZ+aacgqc5TSai6XqgK68njtirDaTDgb0uwQFOro2295ymVbNTfvj
Mvjke9SUULrrwpqorVHmyOReYL6hSSKeNVAv0CB1wNJV0OOuIyQt+qWQSlDn2kMS
j1FjdQq37rQr67eylFqp1ppqkdlr+lSN64BbXsUPyckzaHP6C/SFa5ffrUj9QD6B
/aqMhbwi/WRYbpcp3KuMecQYQL4VO16x7x5iPNOLlZpZIs0lp5OfPdsWviI0GVM8
RQfGlCwmriMRPGgwJ2wFOmolh3bS7GgWnS1h1RaZaj5/o/CvnAeiSCX3ZD5OTMaJ
F6u4tV3MQ5Fva1x59QZw6mvS+wdpDQNzFxQS56bXr5R95bN+/P9vbyFcnbvwY1WL
MN8C+QXzdwy6xk3J6p3AGNihLtvrbSpanxIQ988vOyvr5rYLErUbMLuAP/LlYWzp
r7YspWSHnEqrR1F6l2d7
=6XZ4
-END PGP SIGNATURE-


Accepted:
felix-framework_4.0.1-1.debian.tar.gz
  to main/f/felix-framework/felix-framework_4.0.1-1.debian.tar.gz
felix-framework_4.0.1-1.dsc
  to main/f/felix-framework/felix-framework_4.0.1-1.dsc
felix-framework_4.0.1.orig.tar.gz
  to main/f/felix-framework/felix-framework_4.0.1.orig.tar.gz
libfelix-framework-java-doc_4.0.1-1_all.deb
  to main/f/felix-framework/libfelix-framework-java-doc_4.0.1-1_all.deb
libfelix-framework-java_4.0.1-1_all.deb
  to main/f/felix-framework/libfelix-framework-java_4.0.1-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rohah-0001zk...@franck.debian.org



Accepted ruby-test-unit 2.4.1-1 (source all)

2011-11-09 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Nov 2011 23:47:37 +0100
Source: ruby-test-unit
Binary: ruby-test-unit
Architecture: source all
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier cedric.boutill...@gmail.com
Description: 
 ruby-test-unit - Improved version of Test::Unit library initially bundled in 
Ruby
Changes: 
 ruby-test-unit (2.4.1-1) unstable; urgency=low
 .
   * New upstream version
   * Drop 0010-fix_test_assert_equal_with_different_encoding.patch applied
 upstream
Checksums-Sha1: 
 c563e42b2268af8da9c3dfd5493f0f3d31375daf 2080 ruby-test-unit_2.4.1-1.dsc
 68457474bf8a1d0d88b5180528aa7e84cbc4b5ea 95847 ruby-test-unit_2.4.1.orig.tar.gz
 a46695821dc24e43540b71d4efae3e0ef9e502ba 5186 
ruby-test-unit_2.4.1-1.debian.tar.gz
 1cfcc99477359c165a0a20f93bfa1bdf97a90ec5 58476 ruby-test-unit_2.4.1-1_all.deb
Checksums-Sha256: 
 f0017355af029b9354d465ef4fffb29bf514a27cbca4fbece944d811e469a275 2080 
ruby-test-unit_2.4.1-1.dsc
 4674e2b3da06ba904e3ee31a64f9b806c7af920bf947243e11e269d4f22527a2 95847 
ruby-test-unit_2.4.1.orig.tar.gz
 45ffd26b7b677f807e380d6762783b944fceb7584daf65378631718101e07ae9 5186 
ruby-test-unit_2.4.1-1.debian.tar.gz
 bdec2e87498c3e6056dbfe4068f6150b845014073f2bb83691fe849d6a1750f1 58476 
ruby-test-unit_2.4.1-1_all.deb
Files: 
 1f465c553285bff5f8a4b22ec331fd61 2080 ruby optional ruby-test-unit_2.4.1-1.dsc
 727dd49fd60d38dc1537158f6145ece9 95847 ruby optional 
ruby-test-unit_2.4.1.orig.tar.gz
 f7be33ae1f2fda69e9528b3a5e34b1f3 5186 ruby optional 
ruby-test-unit_2.4.1-1.debian.tar.gz
 f21d44e5bf748c30e928324af88fedb2 58476 ruby optional 
ruby-test-unit_2.4.1-1_all.deb

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

iQIbBAEBCAAGBQJOuwVqAAoJENpJWPYR4Unp/kgP8gO77fcEX7LYifRUclTHhuSq
yq4D54k2LSmBZEBA0yFFhBylFpqx1kMloa63+G83ZqZEhuX2Kqccs/KS2qccI8YJ
sKrUugYfV8PLqA9yIXRxVLzJEhLCmSTxPpxMRSqQrvkMD9JaUDKrkpsJmvdkvyOj
Jg5Wf5YvOpyyyi8DR9V2iZtDuIu5846NtmHy0uwLlzKytEDYzOYzVP1zWsz6kLue
MAUZu8M63Axutfh/JlOYCMnUMcOQ2PzUo0uEYL0xOF4orrxQvcfxKXOBFCYcIOvK
EUDMRRx0Ka1JFkFxiDf97F3YnZGIbdJwgCXTCxS9RhTohCyZu7eKSlkIvbZJyfiN
frUHXfjh8ILBazdJyqoKOhy3bBuBO6Ttardz9192J3+/zGBFgFNhjYW/pkAA0O/2
wiWMHo+uRQ+zWsm5iHoBmJQmOApwpozaRZEy8KecsjItWljLZcx34EhuapttXRGu
VxO93O+tlo58cwSwQeOTPGAcPJ9mSARE2iNbUc6imNXg8fmqegMJF7e1ujVGG1Hj
ekboECttkbzrT+oy+ttxN5s/U8g7YjTD2XdWCLqd2G9McRPWJfmgx0LU/ZEChbKd
UM7ShnIzCmiifL9ogLbhg6rFBRfTY+mh+el61dNdEsDAi0nJ7gcqIIk0wF8YBoV/
G4QEdH8GFz2hYvTkvVk=
=JEZ7
-END PGP SIGNATURE-


Accepted:
ruby-test-unit_2.4.1-1.debian.tar.gz
  to main/r/ruby-test-unit/ruby-test-unit_2.4.1-1.debian.tar.gz
ruby-test-unit_2.4.1-1.dsc
  to main/r/ruby-test-unit/ruby-test-unit_2.4.1-1.dsc
ruby-test-unit_2.4.1-1_all.deb
  to main/r/ruby-test-unit/ruby-test-unit_2.4.1-1_all.deb
ruby-test-unit_2.4.1.orig.tar.gz
  to main/r/ruby-test-unit/ruby-test-unit_2.4.1.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
Archive: http://lists.debian.org/e1rohp7-0002h2...@franck.debian.org



Accepted pyfltk 1.3.0-1 (source all amd64)

2011-11-09 Thread Charlie Smotherman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Nov 2011 16:03:14 -0500
Source: pyfltk
Binary: python-fltk python-fltk-doc python-fltk-dbg
Architecture: source amd64 all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Charlie Smotherman cj...@cableone.net
Description: 
 python-fltk - Python wrapper for the Fast Light Toolkit
 python-fltk-dbg - Python wrapper for the Fast Light Toolkit - Debugging symbols
 python-fltk-doc - Documentation for pyFltk
Changes: 
 pyfltk (1.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Increased libfltk1.1 to libfltk1.3 in debian/control.
   * Increased Standards Version to 3.9.2, no changes needed.
   * Corrected some spacing in debian/control for consistency.
   * Update debian copyright to newest version of DEP5
Checksums-Sha1: 
 aa8d14b17dbedd1a6edf592fbb8f9e69ddbec1bc 2135 pyfltk_1.3.0-1.dsc
 82c40bc11e0cef5b191949587b7e58c3a740cd88 915600 pyfltk_1.3.0.orig.tar.gz
 98a113fc42b1a30a4f2033a930cdfedae45de58a 6067 pyfltk_1.3.0-1.debian.tar.gz
 711810e5f609e0d041a4bfe689fe014ace744523 1457460 python-fltk_1.3.0-1_amd64.deb
 de11db090b5eec40972bc1b9b62683066af64d94 419150 python-fltk-doc_1.3.0-1_all.deb
 06e87677866783ed8196154a5c3309e126f727f8 8566556 
python-fltk-dbg_1.3.0-1_amd64.deb
Checksums-Sha256: 
 0f22e9225c3a58094dd070fdb5d73c6b20e51225302ac3928c9560cd4d921782 2135 
pyfltk_1.3.0-1.dsc
 c52852d21ee17d495185259b46ac9603d683edde7d7e6d4b6f9268da4ee3de57 915600 
pyfltk_1.3.0.orig.tar.gz
 a3e9b6ccc9d67d1ff1bb45cd13fb0499c505800d059dfc7cdeeb90732ef6db48 6067 
pyfltk_1.3.0-1.debian.tar.gz
 d608433512f561c208159835b16b0c106e51ea0a2b1b5466cc23597d12ac 1457460 
python-fltk_1.3.0-1_amd64.deb
 11ec41ef068dd8d4d759d2dedd71524cf26c2ca551485afd06cafde33eeff60d 419150 
python-fltk-doc_1.3.0-1_all.deb
 9008572fe150c0d49bbe192620102c1b2dd51c86f24eec924ceb890a2179c04d 8566556 
python-fltk-dbg_1.3.0-1_amd64.deb
Files: 
 ac89d1602db00520e96ed829e9ad8d80 2135 python optional pyfltk_1.3.0-1.dsc
 3dbd8edb3b0afa7257a4baa7165f7e71 915600 python optional 
pyfltk_1.3.0.orig.tar.gz
 7bb11ff2c333b3e4a9f877dc877640f3 6067 python optional 
pyfltk_1.3.0-1.debian.tar.gz
 11ccfc7343fea188e75bed9a632951b7 1457460 python optional 
python-fltk_1.3.0-1_amd64.deb
 6e5812e9080668a55999ca8de85121cb 419150 doc optional 
python-fltk-doc_1.3.0-1_all.deb
 46a53f48eced56351b77a6411d4b8343 8566556 debug extra 
python-fltk-dbg_1.3.0-1_amd64.deb

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

iQIcBAEBCAAGBQJOuwjVAAoJEEkIatPr4vMfIFoP/RdPyHT/pJCZ/fXXszpkfyOZ
5lPV5p1gSPP5FfDjaJdFjqki+BtOmOyDDvvtsEcrYsS5ImSjJyMZonkwP9Awwwgt
ZxL1B06+zdXZdVgUJM8VbRLGmq86atDtJZapV8awR+Of47fUYhrTrpMYpG1/iM16
eafRGZuI+Tf1OmCV8oz2lNlqSgjoX65Jo6paAaw0QILHxQLWsBOPFPBkQom6Iehu
upn63Q7e9l4DxLCRD/Fp4pjFysNRdwZTot1Y7EPylVUUXlLQc4qU4n+6q0SiPob/
vF5kK4OIgknKc6Ip6wE33qWBFKMj7a3mRyvjIyUHdWD/KJwnAi9rht+phlAQLpa0
A/Pc3262cEWQr8ozzXhbaBijKr4pW/WlmprdW9NLNMQTnTkAnG6vgTv0PMn4Js1R
c165n4w8KIa0RaRnRIGp4wn4MQcwCFK+Z/rWbXXIWs3nGgEyZP0Yhxe+a/o3pnbl
DWPO0a94iVpvRVSk0FQvHV8xxCO0F+Oi6ZlRaQV/CV0buJwA7cG52rjzNRxk1PAU
d4x93X+h6LV4geT/S1BPl/hdD8jycIbf6rAEMoU/9YPFkbp37jKc/4mL+TetaMGR
OtiMgR2LsbnWhVXsaO81lX36HipRvRW2YEoG1NXt+RhjRNxiEYu7+sJVq5OIw+5I
lSYHVh3XXfk7DnT28Amz
=Fpc1
-END PGP SIGNATURE-


Accepted:
pyfltk_1.3.0-1.debian.tar.gz
  to main/p/pyfltk/pyfltk_1.3.0-1.debian.tar.gz
pyfltk_1.3.0-1.dsc
  to main/p/pyfltk/pyfltk_1.3.0-1.dsc
pyfltk_1.3.0.orig.tar.gz
  to main/p/pyfltk/pyfltk_1.3.0.orig.tar.gz
python-fltk-dbg_1.3.0-1_amd64.deb
  to main/p/pyfltk/python-fltk-dbg_1.3.0-1_amd64.deb
python-fltk-doc_1.3.0-1_all.deb
  to main/p/pyfltk/python-fltk-doc_1.3.0-1_all.deb
python-fltk_1.3.0-1_amd64.deb
  to main/p/pyfltk/python-fltk_1.3.0-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
Archive: http://lists.debian.org/e1rohdc-0004ht...@franck.debian.org



Accepted imageshack-uploader 2.2+hg20100408.d802dea89428-4 (source all amd64)

2011-11-09 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Nov 2011 01:43:53 -0500
Source: imageshack-uploader
Binary: imageshack-uploader imageshack-uploader-common
Architecture: source all amd64
Version: 2.2+hg20100408.d802dea89428-4
Distribution: unstable
Urgency: low
Maintainer: Luke Faraone lfara...@debian.org
Changed-By: Luke Faraone lfara...@debian.org
Description: 
 imageshack-uploader - a image and video upload utility for the ImageShack 
hosting servi
 imageshack-uploader-common - a image and video upload utility - common files
Closes: 647217 647218
Changes: 
 imageshack-uploader (2.2+hg20100408.d802dea89428-4) unstable; urgency=low
 .
   * Correct error in debian/rules which prevented the installation of
 translations. (Closes: #647217, #647218)
   * Update to policy version 3.9.2. No changes needed.
Checksums-Sha1: 
 dca53fd6f701b10581ec231d105a1b8a0d920d85 2421 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.dsc
 2aadfbb47d4a9b08fd19dd196162461a4f16176b 6763 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.debian.tar.gz
 06ea2da4353da5bbb40c33de6a48c292578a93b6 230168 
imageshack-uploader-common_2.2+hg20100408.d802dea89428-4_all.deb
 ae2731d45b56a99fa4f460e9901fd95700e552b9 356002 
imageshack-uploader_2.2+hg20100408.d802dea89428-4_amd64.deb
Checksums-Sha256: 
 c7d9e738f5f170e1f117e33134d2e0c6d4f824d5bd07602132643e49f340064b 2421 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.dsc
 b13c6ffcef13077aef5867a1882a50a68454d44de7c045a19f2dfc5705ed3dfb 6763 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.debian.tar.gz
 800f90a7a5aac71fc1f835d54f036efd27a796360a64658b8bf3d0934de88127 230168 
imageshack-uploader-common_2.2+hg20100408.d802dea89428-4_all.deb
 be00e986ddd147148131e2bae45265b284132660741a59c8e309fab801337ab0 356002 
imageshack-uploader_2.2+hg20100408.d802dea89428-4_amd64.deb
Files: 
 457bc852f523d9879245ef3413d32da1 2421 utils optional 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.dsc
 06c32fb50ee82a211a0f9c2e6f9fe431 6763 utils optional 
imageshack-uploader_2.2+hg20100408.d802dea89428-4.debian.tar.gz
 48a9ac3fe54af865aaa27c52ded04517 230168 utils optional 
imageshack-uploader-common_2.2+hg20100408.d802dea89428-4_all.deb
 e5f771702d94a1a0abc995ff1eb1bc56 356002 utils optional 
imageshack-uploader_2.2+hg20100408.d802dea89428-4_amd64.deb

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

iQIcBAEBCAAGBQJOuxF5AAoJEJcyXdj5/dUG/rwP/39IKJTCGZMAvTI+xNpExAjj
TEa0ChvuCIJ75Z+d/mG4ANnpHY2Vy4PJ2QxGTRoNlWvmPU+Q37PLsPY1scDyeYyJ
dceTlN8h1yEOOde2ltgjEZeFZPqtnjnarveR7CPqufjf78bR2CDTAPnInalvYSA5
FkdDApQxm2CvsPXseBL91fFvW8pZOtRzvHiorPYDjX/dsZd8z+bfICQssBCY3A/G
TdjpjWiTEjftaTRWMnI6n5zLB01z6h8dNFQp3Myvj2Q9GmlXFNYYHP+IIIUauw5Q
4O79TUDxLT0eAGlHzdJX+Degyj+QFQUGuxJp47XeK5Ugmvj4hC/yHUkl8JkLaNlL
4ocPMRokWRL5aCtMOeu1mvx34jD+Yf9iCnOOHvwD52AUl7ZzDZN+ilFcu39vLrC5
8uTQ2wIsfIK5dX6tg0mP6XZITslW/ZGxl+qtQRk8m6+Qexmziz+wvDs8mI7+gBmv
29JYH3ECSXsWfG7W+N+Ef/tqeUTUayArveh0xaD9fkH24LRshnUjmNApYpFwPRu1
cFPQFN3fpzEF2nDF7Wm9iUu3X0Cv+QCnlKmo+G6HFNNPeDeoIVGm6q2PnbHi3mP8
mC58IhodmzOS+Jl6ysntMnXaTxG727QIkbzdGlOm+IkbV5HIWZdG3w7gq043ybDn
DCC/TpqQWcYfW5YL2+co
=faZZ
-END PGP SIGNATURE-


Accepted:
imageshack-uploader-common_2.2+hg20100408.d802dea89428-4_all.deb
  to 
main/i/imageshack-uploader/imageshack-uploader-common_2.2+hg20100408.d802dea89428-4_all.deb
imageshack-uploader_2.2+hg20100408.d802dea89428-4.debian.tar.gz
  to 
main/i/imageshack-uploader/imageshack-uploader_2.2+hg20100408.d802dea89428-4.debian.tar.gz
imageshack-uploader_2.2+hg20100408.d802dea89428-4.dsc
  to 
main/i/imageshack-uploader/imageshack-uploader_2.2+hg20100408.d802dea89428-4.dsc
imageshack-uploader_2.2+hg20100408.d802dea89428-4_amd64.deb
  to 
main/i/imageshack-uploader/imageshack-uploader_2.2+hg20100408.d802dea89428-4_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1roi6z-sn...@franck.debian.org



  1   2   >