Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Andrew Shadura
Hello,

On Sat, 14 Apr 2012 12:37:00 +0900
Charles Plessy ple...@debian.org wrote:

  * Package name: dparser
Description : a scannerless GLR parser generator

   DParser is a scannerless GLR parser generator based on the Tomita
   algorithm. It is self-hosted and very easy to use. Grammars are
   written in a natural style of EBNF and regular expressions and
   support both speculative and final actions.

 I would like to suggest to explicit the GLR, RPF, and perhaps
 EBNF acronyms in the long description.

In my opinion, this isn't needed. Those (except for RFP which is
request for packaging) are well-known abbreviations are need not be
explained to potential users of the package.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: usefulness of ITPs (Re: mosh ITP not done, just package name taken over)

2012-04-14 Thread Barak A. Pearlmutter
People embarking on packaging a bit of software are also supposed to
contact the upstream author.  When one contacts the upstream author
and they respond quickly and say they'd love to have the software
packaged and they don't know of anyone else doing so, an ITP can seem
(depending on the particulars of the situation) a bit superfluous.

If people are going to do only one of (a) heads-up to upstream author,
and (b) file an ITP, I personally would rather see them do (a).  Of
course, doing both would typically be best.

--Barak.
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/


-- 
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/E1SIy6b-7u-Cf@port-kdr.hamilton.local



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Markus Wanner
Dear Charles,

On 04/14/2012 05:37 AM, Charles Plessy wrote:
 I would like to suggest to explicit the GLR, RPF, and perhaps EBNF
 acronyms in the long description.

Thanks for your suggestions.

GLR means Generalized Left-to-right Rightmost deviation parser or
maybe Generalized LR parser. EBNF is the Extended Backus–Naur Form.
Acronyms like these - i.e. LL, LL(k), SLR, LALR - are pretty common when
talking about parsers.

RPF is actually a typo, I meant to point to the archived Request For
Packaging (RFP) bug in Debian, see here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248589

That last sentence isn't meant to be part of the long description of the
package. I wasn't sure how to make that clear.

Regards

Markus


-- 
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/4f89392d.2060...@bluegap.ch



Re: usefulness of ITPs (Re: mosh ITP not done, just package name taken over)

2012-04-14 Thread Paul Wise
On Sat, Apr 14, 2012 at 4:13 PM, Barak A. Pearlmutter wrote:

 People embarking on packaging a bit of software are also supposed to
 contact the upstream author.  When one contacts the upstream author
 and they respond quickly and say they'd love to have the software
 packaged and they don't know of anyone else doing so, an ITP can seem
 (depending on the particulars of the situation) a bit superfluous.

 If people are going to do only one of (a) heads-up to upstream author,
 and (b) file an ITP, I personally would rather see them do (a).  Of
 course, doing both would typically be best.

Might be best to both at once (using X-Debbugs-CC)?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Jakub Wilk

* Markus Wanner mar...@bluegap.ch, 2012-04-14, 10:45:
I would like to suggest to explicit the GLR, RPF, and perhaps 
EBNF acronyms in the long description.


Thanks for your suggestions.

GLR means Generalized Left-to-right Rightmost deviation parser or 
maybe Generalized LR parser. EBNF is the Extended Backus–Naur Form. 
Acronyms like these - i.e. LL, LL(k), SLR, LALR - are pretty common 
when talking about parsers.


Sure, they are also much more common than GLR. And if you are just 
interested in parsing and not a computer scientists, there's a chance 
you've never heard about any of them.


--
Jakub Wilk


--
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/20120414092206.ga6...@jwilk.net



Re: usefulness of ITPs (Re: mosh ITP not done, just package name taken over)

2012-04-14 Thread Moray Allan
On Sat, 2012-04-14 at 17:21 +0800, Paul Wise wrote:
 Might be best to both at once (using X-Debbugs-CC)?

That's fine if the upstream author is sufficiently aware of Debian
processes, but if not then the ITP template is rather an impersonal way
to make contact.

Despite licences, it's polite to start by asking the author if they're
happy about this version of the software being packaged at this time.
Often there are also a few specific questions to politely raise (e.g. if
they would mind using a configurable prefix rather than hard-coding 
/opt/arbitraryname/ on every second line, or if the files in the warez/
subdirectory are really under the overall GPL licence).  It's more
friendly to ask these directly to the upstream maintainer (this can be
CCd to the ITP), rather than in a CC of a message somewhere else.  

(I'm slightly torn between our usual openness and the benefits of CCing
all such questions to the ITP, versus the potential unfairness of
incriminating upstream by picky licensing questions -- in those cases it
may be better to only CC the ITP once a positive solution is found.)

-- 
Moray


--
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/1334398351.16637.16.ca...@claudin.sermisy.org



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Markus Wanner
Hi,

On 04/14/2012 11:22 AM, Jakub Wilk wrote:
 Sure, they are also much more common than GLR. And if you are just
 interested in parsing and not a computer scientists, there's a chance
 you've never heard about any of them.

Based on two votes for extending the acronyms, I propose to change the
long description as follows:

 DParser is a scannerless, generalized left-to-right, rightmost
 deviation (GLR) parser generator based on the Tomita algorithm. It is
 self-hosted and very easy to use. Grammars are written in a natural
 style of extended Backus-Naur form (EBNF) and regular expressions and
 support both speculative and final actions.

I'm not a native speaker, so please feel free to comment on spelling,
grammar, comma or other errors.

Regards

Markus


-- 
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/4f895c10.4050...@bluegap.ch



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Adam Borowski
On Sat, Apr 14, 2012 at 11:22:06AM +0200, Jakub Wilk wrote:
 * Markus Wanner mar...@bluegap.ch, 2012-04-14, 10:45:
 I would like to suggest to explicit the GLR, RPF, and
 perhaps EBNF acronyms in the long description.
 
 GLR means Generalized Left-to-right Rightmost deviation parser
 or maybe Generalized LR parser. EBNF is the Extended Backus–Naur
 Form. Acronyms like these - i.e. LL, LL(k), SLR, LALR - are pretty
 common when talking about parsers.
 
 Sure, they are also much more common than GLR. And if you are just
 interested in parsing and not a computer scientists, there's a
 chance you've never heard about any of them.

I can't really imagine someone writing a parser using such tools without
having heard these acronyms first, though.  And I'd risk saying they are
actually more widely known than their expansions.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


-- 
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/20120414111248.ga17...@angband.pl



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Andrew Shadura
Hello,

On Sat, 14 Apr 2012 13:12:48 +0200
Adam Borowski kilob...@angband.pl wrote:

 I can't really imagine someone writing a parser using such tools
 without having heard these acronyms first, though.  And I'd risk
 saying they are actually more widely known than their expansions.

During my university studies I had a course dedicated to compilers
theory, but while I knew (and still know) the meaning of all those
abbreviations I rarely tried to spell them out in full, but rather was
always using their abbreviated forms.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Tollef Fog Heen
]] Adam Borowski 

 I can't really imagine someone writing a parser using such tools without
 having heard these acronyms first, though.  And I'd risk saying they are
 actually more widely known than their expansions.

I've written parsers (using bison, though) and can't recall having heard
the term GLR parser before.  Maybe I'm unique in that respect, but I
doubt it.

-- 
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/87vcl2ecmh@qurzaw.varnish-software.com



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Markus Wanner
On 04/14/2012 01:12 PM, Adam Borowski wrote:
 I can't really imagine someone writing a parser using such tools without
 having heard these acronyms first, though.  And I'd risk saying they are
 actually more widely known than their expansions.

Yeah, that's why I think the acronyms must be included in the long
description as well. But it cannot hurt to provide the expansion. At
best, it might even increase the number of people who actually know what
the acronyms stand for (Although I - for example - am not sure I'm able
to remember the GLR one...).  ;-)

Regards

Markus Wanner


-- 
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/4f896a8d.3020...@bluegap.ch



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Moray Allan
On Sat, 2012-04-14 at 15:09 +0300, Andrew Shadura wrote:
 During my university studies I had a course dedicated to compilers
 theory, but while I knew (and still know) the meaning of all those
 abbreviations I rarely tried to spell them out in full, but rather was
 always using their abbreviated forms.

The new proposed description doesn't remove the abbreviations, so I
don't see any problem here.  It seems useful to me to include both
abbreviations and spelt-out versions, (a) as users might search for
either, and (b) it's good if descriptions are understandable enough for
users looking for something else to know when this is *not* the package
they wanted, so even if all target users know related jargon/an
abbreviation it's good to explain what it is.

-- 
Moray


--
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/1334406771.16637.20.ca...@claudin.sermisy.org



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Markus Wanner
Hi,

On 04/14/2012 02:12 PM, Tollef Fog Heen wrote:
 I've written parsers (using bison, though) and can't recall having heard
 the term GLR parser before.  Maybe I'm unique in that respect, but I
 doubt it.

Note that bison also supports building GLR parsers. That's a somewhat
recent addition, IIRC.

http://www.gnu.org/software/bison/manual/html_node/GLR-Parsers.html#GLR-Parsers

Regard

Markus Wanner


-- 
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/4f89746b.6020...@bluegap.ch



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Bernhard R. Link
* Markus Wanner mar...@bluegap.ch [120414 13:32]:
 On 04/14/2012 11:22 AM, Jakub Wilk wrote:
  Sure, they are also much more common than GLR. And if you are just
  interested in parsing and not a computer scientists, there's a chance
  you've never heard about any of them.

 Based on two votes for extending the acronyms, I propose to change the
 long description as follows:

  DParser is a scannerless, generalized left-to-right, rightmost
  deviation (GLR) parser generator based on the Tomita algorithm. It is
  self-hosted and very easy to use. Grammars are written in a natural
  style of extended Backus-Naur form (EBNF) and regular expressions and
  support both speculative and final actions.

 I'm not a native speaker, so please feel free to comment on spelling,
 grammar, comma or other errors.

I'm not sure that is that much more understandable for people not
knowing the concepts or for people trying to understand what this
package does and why some other admin installed it (or why a user
requests its installation).

Let's take a look at start of bison's description:
 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar.

That sentence also describes what a parser generator is (so even
someone not so deep into computer science knows what this package
is about), while still containing the details and not being much longer.

I personally cannot take much more out of generalized
left-to-right, rightmost deviation (GLR) parser generator than
out of GLR parser, I'd need to look it up anyway, so GLR parser
generator is quite well in my eyes.

For the grammer I personally would prefer it expanded, though
I think it is more understandable as EBNF (extended Backus-Naur form)
Grammer than the other way around.

Other questions I ask myself when looking at the description:

What is based on the Tomita algorithm about? Wikipedia tells me
GLR parser generators are based on work of Tomita, so is that a
description of GLR parser or is it a somehow important implementation
detail that this is based on the original and not some reinvention
or totally different algorithm one would also call GLR parser?
Would that information be important for anyone to decide if they
want to install that package or not?

What is a natural style of EBNF supposed to mean? Are there any
unnatural styles of EBNF? Does it mean I can write something I
would be able to identify as EBNF in contrast to other parser
generators? As EBNF is already about forms of expression grammars,
what is meant here that not having that could still be called EBNF?
That might be only my ignorance, so my question: Does this
'natural style of' give anyone a information they would want when
determining if installing or uninstalling this package?

What is scannerless? After considering that does not contain a
scanner does not make much sense I guess it means I do not need
something like flex run first to translate the input into tokens?
Perhaps that can also expressed more generally understandable.

If all my guesses above are right, that would result in something
like:

 DParser is a scannerless GLR parser generator that converts
 a grammar given in EBNF (extended Backus-Naur form) and
 regular expressions into whatever this translates to to parse
 that grammer without needing an extra scanner to tokenize the
 input.

(With perhaps GLR being replaced with GLR (generalized left-to-right,
rightmost deviation) and perhaps to tokenize the input removed).


-- 
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/20120414133220.gb2...@client.brlink.eu



Bug#668809: ITP: logging-tree -- introspect and display the logging tree

2012-04-14 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com

* Package name: logging-tree
  Version : 1.1
  Upstream Author : Brandon Rhodes bran...@rhodesmill.org
* URL : http://rhodesmill.org/brandon/2012/logging_tree/
* License : BSD
  Programming Lang: Python
  Description : introspect and display the logging tree

A debugging tool for inspecting the hierarchy of loggers in Python. 
It is useful for troubleshooting applications where the logging levels seem 
inconsistent across modules and libraries. 
The loggers and their configuration is printed in a ascii tree. 



-- 
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/20120414145035.6827.30895.reportbug@ehm



wine-unstable in Debian

2012-04-14 Thread Petr Baudis
  Hi!

  It appears that the last release of wine easily available in Debian
is from 2009, quite a surprising state for a high-profile project like
that.  Kai Wasserbäch appears to be very kindly providing wine-unstable
packages for Debian at

http://dev.carbon-project.org/debian/wine-unstable/

  I would like to ask if you have considered contributing these packages
to Debian sid, or if there is some major hurdle preventing that action?

  I know that there is also an effort by Ove Kåven to bring wine
up-to-date with some nice extras (thanks for that too!), but it seems
to be quite slow-paced (the last status update I have found was from
Sep 2011), so perhaps it would be beneficial to have working solution
in Debian now and perfect solution as soon as it's ready? :-)

  Can anyone else help with the process?

  Best regards,

Petr Pasky Baudis


-- 
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/20120414145156.gz6...@machine.or.cz



Re: wine-unstable in Debian

2012-04-14 Thread Adam Borowski
On Sat, Apr 14, 2012 at 04:51:56PM +0200, Petr Baudis wrote:
   Hi!
 
   It appears that the last release of wine easily available in Debian
 is from 2009, quite a surprising state for a high-profile project like
 that.  Kai Wasserbäch appears to be very kindly providing wine-unstable
 packages for Debian at
 
   http://dev.carbon-project.org/debian/wine-unstable/

It's not even about unstable releases of wine, we're multiple major stable
releases past as well:

Upstream has:
* devel 1.5.2
* stable1.4

Debian has:
* unstable  1.0.1-3.5
* experimental  1.1.24-2

If you're totally out of time, Ubuntu has 1.4, perhaps taking their work
could be good enough.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Re: wine-unstable in Debian

2012-04-14 Thread Johan Grönqvist

2012-04-14 16:51, Petr Baudis skrev:

   I know that there is also an effort by Ove Kåven to bring wine
up-to-date with some nice extras (thanks for that too!), but it seems
to be quite slow-paced (the last status update I have found was from
Sep 2011), so perhaps it would be beneficial to have working solution
in Debian now and perfect solution as soon as it's ready? :-)



At http://bugs.debian.org/585409 you will find more recent status 
updates, and you will also see that progress is being made.


Regards

Johan


--
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/jmc925$hqu$1...@dough.gmane.org



Re: wine-unstable in Debian

2012-04-14 Thread Stefano Zacchiroli
On Sat, Apr 14, 2012 at 05:56:58PM +0200, Adam Borowski wrote:
 It's not even about unstable releases of wine, we're multiple major stable
 releases past as well:
 
 Upstream has:
 * devel 1.5.2
 * stable1.4
 
 Debian has:
 * unstable  1.0.1-3.5
 * experimental  1.1.24-2
 
 If you're totally out of time, Ubuntu has 1.4, perhaps taking their work
 could be good enough.

See #585409 for some background on that and related topics.

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


eglibc 2.14 for wheezy?

2012-04-14 Thread Svante Signell
Hi,

As the title says, are there plans to use eglibc 2.14 for wheezy??
It has been out for some time now.

Thanks!


-- 
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/1334427910.2822.2.camel@x60



Re: eglibc 2.14 for wheezy?

2012-04-14 Thread Cyril Brulebois
Svante Signell svante.sign...@telia.com (14/04/2012):
 As the title says, are there plans to use eglibc 2.14 for wheezy??
 It has been out for some time now.

Again, ask the maintainers. Not dd@.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: eglibc 2.14 for wheezy?

2012-04-14 Thread Svante Signell
On Sat, 2012-04-14 at 20:27 +0200, Cyril Brulebois wrote:
 Svante Signell svante.sign...@telia.com (14/04/2012):
  As the title says, are there plans to use eglibc 2.14 for wheezy??
  It has been out for some time now.
 
 Again, ask the maintainers. Not dd@.

OK, I will, where?




-- 
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/1334428634.2822.11.camel@x60



Re: eglibc 2.14 for wheezy?

2012-04-14 Thread Thomas Preud'homme
Le samedi 14 avril 2012 20:37:14, Svante Signell a écrit :
 On Sat, 2012-04-14 at 20:27 +0200, Cyril Brulebois wrote:
  Svante Signell svante.sign...@telia.com (14/04/2012):
   As the title says, are there plans to use eglibc 2.14 for wheezy??
   It has been out for some time now.
  
  Again, ask the maintainers. Not dd@.
 
 OK, I will, where?

egl...@packages.debian.org


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


Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Svante Signell
Hi,

A question about packaging of some upstream (pre-)releases. It seems
like many DMs package new releases/fixes bugs closer to the release than
attending to that now. Of course it is a time/resource issue, but
anyway. Why not package pre-releases in experimental, to squeeze bugs
out before the new upstream release comes out? Doing that will make the
release of wheezy much smoother than trying to fix things in the last
minute (and risk that the packages gets excluded from wheezy??)

Thanks!


-- 
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/1334428573.2822.10.camel@x60



Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Neil Williams
On Sat, 14 Apr 2012 20:36:13 +0200
Svante Signell s...@kth.se wrote:

 A question about packaging of some upstream (pre-)releases. It seems
 like many DMs package new releases/fixes bugs closer to the release than
 attending to that now.

... which makes life harder for everyone, so let's not do that this
time ...

 Of course it is a time/resource issue, but
 anyway. Why not package pre-releases in experimental, to squeeze bugs
 out before the new upstream release comes out?

It is a very good use of experimental but there just aren't that many
people running systems with packages from experimental and unstable
gets priority as far as the buildd network is concerned.

If there are concerns that the pre-release isn't ready, push the
release into experimental and ask people to test it.

 Doing that will make the
 release of wheezy much smoother than trying to fix things in the last
 minute (and risk that the packages gets excluded from wheezy??)

Definitely. Whether the new version goes into experimental or into
unstable, the sooner the uploads are made the better - with the
requirement that if the changes involve a SONAME change or other
disruptions, talk to the release team (and wait for a response) before
uploading.

-- 


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



pgpG3GwG4aWvK.pgp
Description: PGP signature


Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Martin Bagge / brother

On Sat, 14 Apr 2012, Svante Signell wrote:


It seems
like many DMs package new releases/fixes bugs closer to the release than
attending to that now. Of course it is a time/resource issue, but
anyway. Why not package pre-releases in experimental, to squeeze bugs
out before the new upstream release comes out?


And what makes you assume that?


Doing that will make the
release of wheezy much smoother than trying to fix things in the last
minute (and risk that the packages gets excluded from wheezy??)


Given that the current state is to freeze the archive in about two 
months[1] the finalizing part should already be ongoing as we speak.


[1] http://lists.debian.org/debian-devel-announce/2012/01/msg9.html
A reminder to everyone that the freeze is due in June.

--
/brother
http://martin.bagge.nu
Anyone who makes love to Bruce Schneier discovers a 0-day flaw in a crypto 
protocol the next day.


--
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/alpine.deb.2.00.1204142136070.32...@salyut.bsnet.se



Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Fernando Lemos
On Sat, Apr 14, 2012 at 4:36 PM, Neil Williams codeh...@debian.org wrote:
 On Sat, 14 Apr 2012 20:36:13 +0200
 Svante Signell s...@kth.se wrote:
 Doing that will make the
 release of wheezy much smoother than trying to fix things in the last
 minute (and risk that the packages gets excluded from wheezy??)

 Definitely. Whether the new version goes into experimental or into
 unstable, the sooner the uploads are made the better - with the
 requirement that if the changes involve a SONAME change or other
 disruptions, talk to the release team (and wait for a response) before
 uploading.

Well, since now we have a roughly scheduled freeze, I can see why a
maintainer might want to postpone the packaging of a new upstream
release (or even skip it) in order to avoid unnecessary work and/or
multiple transitions.

Although I agree that package early should be a strong
recommendation, it's entirely up to the maintainers to decide what's
best. I believe the release team can help a maintainer to decide it
too, not entirely sure if that's a common procedure.

Regards,


-- 
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/canvyna8+qo6rteej4nyvudax9krz+-w7q6mnsxxaqvr_tho...@mail.gmail.com



Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Svante Signell
On Sat, 2012-04-14 at 21:40 +0200, Martin Bagge / brother wrote:
 On Sat, 14 Apr 2012, Svante Signell wrote:
 
  It seems
  like many DMs package new releases/fixes bugs closer to the release than
  attending to that now. Of course it is a time/resource issue, but
  anyway. Why not package pre-releases in experimental, to squeeze bugs
  out before the new upstream release comes out?
 
 And what makes you assume that?

I could give several examples of pre-releases and new upstream releases
that are not yet packaged, that will probably enter into wheezy. But you
never know what plan the DMs have for their packages, do you? In order
not to point at specific DMs I defer to mention which packages I'm
thinking of.


-- 
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/1334432946.2822.21.camel@x60



Bug#668841: ITP: svipc -- System V InterProcess Communication for Python/Yorick

2012-04-14 Thread Thibaut Paumard
Package: wnpp
Severity: wishlist
Owner: Thibaut Paumard paum...@users.sourceforge.net

* Package name: svipc
  Version : 0.9
  Upstream Author : Matthieu Bec
* URL : https://github.com/frigaut/yorick-svipc/
* License : GPL-3
  Programming Lang: C, Yorick, Python
  Description : System V InterProcess Communication for Python/Yorick

This souce package will build the following binary packages:

yorick-svipc
python-svipc
python3-svipc

The 3 packages expose SysV IPC functionalities to the corresponding
interpreter:

 - shared memory;
 - semaphores;
 - message queues.

This package is used (for instance by yorick-yao, already packaged) for
parallel (mutliprocess) computing and for mixed yorick/python applications.

Regards, Thibaut.



-- 
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/20120414201653.1780.69870.reportbug@localhost.localdomain



Re: Bug#668841: ITP: svipc -- System V InterProcess Communication for Python/Yorick

2012-04-14 Thread Roger Leigh
On Sat, Apr 14, 2012 at 10:16:53PM +0200, Thibaut Paumard wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Thibaut Paumard paum...@users.sourceforge.net
 
 * Package name: svipc
 * URL : https://github.com/frigaut/yorick-svipc/

Given the rather generic package name, and the fact that
upstream is already using yorick-svipc, wouldn't it be
better to continue using yorick-svipc as the package name?

 The 3 packages expose SysV IPC functionalities to the corresponding
 interpreter:
 
  - shared memory;
  - semaphores;
  - message queues.

Are the POSIX equivalents not supported already in Yorick and
Python?  While yorick-svipc is undoubtedly useful, it's also
quite dated; the standard POSIX equivalents to the old SysV
should really be preferred.

FWIW, http://pypi.python.org/pypi/posix_ipc/0.8.1


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120414203044.gf...@codelibre.net



Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Neil Williams
On Sat, 14 Apr 2012 21:49:06 +0200
Svante Signell s...@kth.se wrote:

 On Sat, 2012-04-14 at 21:40 +0200, Martin Bagge / brother wrote:
  On Sat, 14 Apr 2012, Svante Signell wrote:
  
   It seems
   like many DMs package new releases/fixes bugs closer to the release than
   attending to that now. Of course it is a time/resource issue, but
   anyway. Why not package pre-releases in experimental, to squeeze bugs
   out before the new upstream release comes out?
  
  And what makes you assume that?
 
 I could give several examples of pre-releases and new upstream releases
 that are not yet packaged, that will probably enter into wheezy. But you
 never know what plan the DMs have for their packages, do you?

(That has happened before with other freezes but hopefully we've learnt
not to get into that mess again.)

You can ask individual maintainers / maintainer teams ... file wishlist
bugs for the new version so that everyone can talk about the merits of
uploading or delaying until after the release due to unwarranted
disruptive changes in the new version...

 In order
 not to point at specific DMs I defer to mention which packages I'm
 thinking of.

Bearing in mind your previous question about eglibc, it is probably
worth saying now that a new upstream version of such an important
package is not something which should be rushed merely to get it into
Wheezy. That's a decision for the maintainers in discussion with the
release team.

-- 


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



pgpGBafHpSQtn.pgp
Description: PGP signature


Re: Packaging of new upstream (pre-)releases until wheezy

2012-04-14 Thread Christoph Egger
Hi!

Neil Williams codeh...@debian.org writes:
 unstable
 gets priority as far as the buildd network is concerned.

  While that's true, a sample package (priority optional) I've uploaded
to experimental today has been building on half the debian architectures
in less than half an hour and now, after 7h is only missing mips* and
arm* (even hurd is there) so I'd say this is no issue at all.

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


-- 
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/87y5pykqkx@hepworth.siccegge.de



Re: wine-unstable in Debian

2012-04-14 Thread Kai Wasserbäch
[Please don't CC me on messages to debian-devel.]

Petr Baudis schrieb am 14.04.2012 16:51:
   Hi!
 
   It appears that the last release of wine easily available in Debian
 is from 2009, quite a surprising state for a high-profile project like
 that.  Kai Wasserbäch appears to be very kindly providing wine-unstable
 packages for Debian at
 
   http://dev.carbon-project.org/debian/wine-unstable/
 
   I would like to ask if you have considered contributing these packages
 to Debian sid, or if there is some major hurdle preventing that action?

I'm going to be brief:
http://lists.debian.org/debian-devel/2011/09/msg00177.html (short version of
my motivation behind those packages).

Kind regards,
Kai Wasserbäch



-- 

E-Mail: cu...@debian.org
IRC: Curan
Jabber: dri...@debianforum.de
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2



signature.asc
Description: OpenPGP digital signature


Re: Bug#668841: ITP: svipc -- System V InterProcess Communication for Python/Yorick

2012-04-14 Thread Thibaut Paumard
Hi,

Thanks for your interest.

Le 14/04/12 22:30, Roger Leigh a écrit :
 * Package name: svipc
 * URL : https://github.com/frigaut/yorick-svipc/
 
 Given the rather generic package name, and the fact that
 upstream is already using yorick-svipc, wouldn't it be
 better to continue using yorick-svipc as the package name?

Sure, I can do that.

 Are the POSIX equivalents not supported already in Yorick and
 Python? 

There's no implemented alternative for yorick, and I can't find
alternative packages for python in Debian. I may have missed something
though.

 While yorick-svipc is undoubtedly useful, it's also
 quite dated; the standard POSIX equivalents to the old SysV
 should really be preferred.

From what I've read, the benefit of the POSIX IPC over the SysV
implementation is not that tremendous.

 FWIW, http://pypi.python.org/pypi/posix_ipc/0.8.1

Best regards, Thibaut.


-- 
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/4f89efe8.7020...@free.fr



Re: The future of non-dependency-based boot

2012-04-14 Thread Raphael Geissert
Goswin von Brederlow wrote:
 3) Aborting the upgrade because dependency boot ordering fails will be a
 major issue for users. You already mentioned 2 issues and on my system
 at home I get an error about a dependency loop. Dependency based boot
 doesn't seem to be universally working enough yet.

If it is caused by a package: file a bug, otherwise fix it.

 As a side note I have a use case at work where static order seems to be
 needed. We build boot images for network boot of clusters. During boot
 additional files can be copied from NFS into the system including boot
 scripts. When using dependency based boot order the numbers for boot
 scripts change a lot depending on the boot image (include support for
 lustre, ha, slurm, ... and each gets a different order). That makes it
 impossible (or at least a lot harder) to copy in the same generic boot
 scripts from NFS into different images since the name needs to be
 different for each case. The boot scripts would have to be reordered
 during boot.

Sounds very much like you want to configure those other boot scripts in a 
different runlevel to then switch to it. If you do it all by hand you need 
to: copy them, create the symlinks, run insserv, telinit.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/jmcsoc$hoa$1...@dough.gmane.org



Results for Debian Project Leader 2012 Election

2012-04-14 Thread devotee
Greetings,

This message is an automated, unofficial publication of vote results.
 Official results shall follow, sent in by the vote taker, namely
Debian Project Secretary

This email is just a convenience for the impatient.
 I remain, gentle folks,

Your humble servant,
Devotee (on behalf of Debian Project Secretary)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Starting results calculation at Sun Apr 15 00:00:52 2012

Option 1 Wouter Verhelst
Option 2 Gergely Nagy
Option 3 Stefano Zacchiroli
Option 4 None Of The Above

In the following table, tally[row x][col y] represents the votes that
option x received over option y.

  Option
  1 2 3 4 
===   ===   ===   === 
Option 1  20337   310 
Option 2 97  34   281 
Option 3347   354 385 
Option 4 607812   



Looking at row 2, column 1, Gergely Nagy
received 97 votes over Wouter Verhelst

Looking at row 1, column 2, Wouter Verhelst
received 203 votes over Gergely Nagy.

Option 1 Reached quorum: 310  46.184412955022
Option 2 Reached quorum: 281  46.184412955022
Option 3 Reached quorum: 385  46.184412955022


Option 1 passes Majority.   5.167 (310/60) = 1
Option 2 passes Majority.   3.603 (281/78) = 1
Option 3 passes Majority.  32.083 (385/12) = 1


  Option 1 defeats Option 2 by ( 203 -   97) =  106 votes.
  Option 3 defeats Option 1 by ( 347 -   37) =  310 votes.
  Option 1 defeats Option 4 by ( 310 -   60) =  250 votes.
  Option 3 defeats Option 2 by ( 354 -   34) =  320 votes.
  Option 2 defeats Option 4 by ( 281 -   78) =  203 votes.
  Option 3 defeats Option 4 by ( 385 -   12) =  373 votes.


The Schwartz Set contains:
 Option 3 Stefano Zacchiroli



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

The winners are:
 Option 3 Stefano Zacchiroli

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-- 
The voters have spoken, the bastards... --unknown
DEbian VOTe EnginE
digraph Results {
  ranksep=0.25;
 Wouter Verhelst\n5.17 [ style=filled , fontname=Helvetica, fontsize=10  
];
 Wouter Verhelst\n5.17 - Gergely Nagy\n3.60 [ label=106 ];
 Wouter Verhelst\n5.17 - None Of The Above [ label=250 ];
 Gergely Nagy\n3.60 [ style=filled , fontname=Helvetica, fontsize=10  ];
 Gergely Nagy\n3.60 - None Of The Above [ label=203 ];
 Stefano Zacchiroli\n32.08 [ style=filled , color=powderblue, shape=egg, 
fontcolor=NavyBlue, fontname=Helvetica, fontsize=10  ];
 Stefano Zacchiroli\n32.08 - Wouter Verhelst\n5.17 [ label=310 ];
 Stefano Zacchiroli\n32.08 - Gergely Nagy\n3.60 [ label=320 ];
 Stefano Zacchiroli\n32.08 - None Of The Above [ label=373 ];
 None Of The Above [ style=filled , shape=diamond, fontcolor=Red, 
fontname=Helvetica, fontsize=10  ];
}


pgpLfHq7JFpec.pgp
Description: PGP signature


Changing the default document root for HTTP server

2012-04-14 Thread Arno Töll
Hello,
(please keep replies limited to -devel; I'd just like to point relevant
maintainers to this thread)

I'd like to discuss a change related to the default document root for
HTTP servers in Debian. On behalf of the Apache maintainers I consider
this change a worthwhile idea, but we would like to reach consensus
among developers in general and HTTP server maintainers in particular
before pushing any change.

Currently, all web servers (as far as I am aware) are being installed
with the default document root pointing to /var/www. Let me point out
this change is _not_ going to affect existing web application packages -
these are already installed to /usr/share/application (or similar) and
are typically configured as an overlay alias into the web server (e.g.
by using a global /packagename alias or  whatever the preferred
methodology for a particular web server is). Thus this change does not
have any effects on existing packages in Debian (with one exception, see
below).

First, consider the status quo:

* Local site administrators tend to put virtual hosts into
/var/www/sitename/htdocs or something similar. Nonetheless the default
configuration for several web servers allows access to /var/www
directly. Thus, an attacker could potentially access sensitive data by
connecting to the default virtual host instead of the configured site
unless in some scenarios unless the default configuration was
modified/disabled. Consider reading #340947 for more background.

* Using /var/www as document root violates the File Hierarchy Standard.
/var is suggested to be used for spool directories and files,
administrative and logging data, and transient and temporary files.

Unless I'm missing something there is no better location for HTTP
documents mentioned within the FHS. Note /srv can't be used either as no
path hierarchy is specified for /srv (e.g. think of /srv/www) and we
really do not want to serve the entire /srv hierarchy as a document root
either.

* No package should be using /var/www directly (as per policy §11.5).
However, there is one counter-example: dspam (binary package:
dspam-webfrontend). They rely on suexec which in turn requires a
compiled-in physical path which is not configurable. See #555129 for
more background.


You can see, there is no ideal solution. Thus, I'd like to do a rather
conservative change to switch the default document root for HTTP servers
from /var/www to /var/www/html. This would not need any changes to the
policy and it would not solve the FHS discrepancy. However, it would
come over the remaining problems:

* Users can put sensitive data into /var/www, /var/www/whatever.
* Packages can put their configuration into /var/www/packagename if
/usr/share/packagename is not possible with a slight decreased risk of
unwanted side-effects.
* Compatibility to programs relying on suexec remains intact.
* Average users do not need to disable/edit the default configuration
and they do not need to worry about sensitive information disclosed by
accidentally matching last-resort catch-all name based hosts anymore.

Thus, to summarize once again: I'd like to change the default directory
served by web servers from /var/www to /var/www/html along with
remaining web servers in Debian.

Comments?


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: eglibc 2.14 for wheezy?

2012-04-14 Thread Steve Langasek
On Sat, Apr 14, 2012 at 08:25:10PM +0200, Svante Signell wrote:
 As the title says, are there plans to use eglibc 2.14 for wheezy??
 It has been out for some time now.

No.  2.14 was a dud release with many quality issues, and everyone else has
skipped it over in favor of 2.15.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Changing the default document root for HTTP server

2012-04-14 Thread Russ Allbery
Arno Töll a...@debian.org writes:

 Unless I'm missing something there is no better location for HTTP
 documents mentioned within the FHS. Note /srv can't be used either as no
 path hierarchy is specified for /srv (e.g. think of /srv/www) and we
 really do not want to serve the entire /srv hierarchy as a document root
 either.

I'd like us to consider switching to /var/lib/www for FHS compliance.
This does have the significant drawback of breaking backward compatibility
to at least some extent, but it's FHS-compliant (or at least is as good as
we're going to get for a default).  One option for dealing with the
backward compatibility issue is to create a one-time symlink from /var/www
to /var/lib/www (and move /var/www if it already exists) during upgrade
but not on new installs and then just leave it.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


--
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/87d379enra@windlord.stanford.edu



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Miles Bader
Bernhard R. Link brl...@debian.org writes:
 For the grammer I personally would prefer it expanded, though I
 think it is more understandable as EBNF (Extended Backus-Naur Form)
 Grammar than the other way around.

I agree -- in reinforces the fact that these are well-known terms
which are often known by their acronym.

-miles

-- 
P.S.  All information contained in the above letter is false,
  for reasons of military security.


-- 
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/87r4vphh6a@catnip.gol.com



Re: Bug#668556: ITP: dparser -- a scannerless GLR parser generator

2012-04-14 Thread Miles Bader
Adam Borowski kilob...@angband.pl writes:
 On Sat, Apr 14, 2012 at 11:22:06AM +0200, Jakub Wilk wrote:
 GLR means Generalized Left-to-right Rightmost deviation parser
 or maybe Generalized LR parser. EBNF is the Extended Backus–Naur
 Form. Acronyms like these - i.e. LL, LL(k), SLR, LALR - are pretty
 common when talking about parsers.
 
 Sure, they are also much more common than GLR. And if you are just
 interested in parsing and not a computer scientists, there's a
 chance you've never heard about any of them.

 I can't really imagine someone writing a parser using such tools without
 having heard these acronyms first, though.  And I'd risk saying they are
 actually more widely known than their expansions.

In my experience, EBNF and LL/SLR/LALR are widely known (they
are classic compiler terms), for the type of person who might be
interested in parser generators, but GLR isn't.

So I'd provide an expansion (maybe in parentheses) for the latter only.

Moreover, one wants to err on the side of being too verbose, at least
in the long description; of course one should provide both the acronym
and the expansion in case the person only recognizes the former
[e.g. XYZ (Xxx Yyyy Zzzz)].

-Miles

-- 
Acquaintance, n. A person whom we know well enough to borrow from, but not
well enough to lend to.


--
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/87wr5hhha2@catnip.gol.com



Re: Changing the default document root for HTTP server

2012-04-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/15/2012 02:25 AM, Arno Töll wrote:
 /srv can't be used either as no path hierarchy is specified for
 /srv (e.g. think of /srv/www) and we really do not want to serve
 the entire /srv hierarchy as a document root either.

packages should have a debconf question for the document root,
defaulting to /srv/, and create the directory where necessary (see
'/srv/tftp' handling in tftpd-hpa).

- -- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+KYGgACgkQ+C5cwEsrK56CnwCfZX1U0Fgep6y7SCQNXWdvkzBv
hrsAoLFedwX7UccQ4nNJc8g0Ku7Lsd5y
=jLd9
-END PGP SIGNATURE-


-- 
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/4f8a6068.4040...@progress-technologies.net



Accepted libfile-changenotify-perl 0.22-1 (source all)

2012-04-14 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 07:50:03 +0200
Source: libfile-changenotify-perl
Binary: libfile-changenotify-perl
Architecture: source all
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libfile-changenotify-perl - module to monitor files for changes
Changes: 
 libfile-changenotify-perl (0.22-1) unstable; urgency=low
 .
   * Imported Upstream version 0.22
   * Update debian/copyright file format.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 15bbabfa1908ef2e8edea6f0c2328534c3dd0b1e 2513 
libfile-changenotify-perl_0.22-1.dsc
 e790804d058a7a157c1881a85e7031d94d1e68af 19103 
libfile-changenotify-perl_0.22.orig.tar.gz
 c6360edfc547dc1e36a81685faddecc63e4ac98c 6094 
libfile-changenotify-perl_0.22-1.debian.tar.gz
 e2fc7e7b93a68d6b79c85126d6ef4ee39e0a0831 38288 
libfile-changenotify-perl_0.22-1_all.deb
Checksums-Sha256: 
 ee2743f4b9f3c4fa8dcd2a2cd8ba4bce50927372447aa6958ec53ca858656fc2 2513 
libfile-changenotify-perl_0.22-1.dsc
 24152d954d3028e986f0de305be0e97c7f492cb7ef9de6fd8b95736febf98ff6 19103 
libfile-changenotify-perl_0.22.orig.tar.gz
 2f036834c490f92192eeabe5f3903270a626854120ced22aba4666a114411861 6094 
libfile-changenotify-perl_0.22-1.debian.tar.gz
 266d284b3196338f3ef0eeeb1fa18db59901957625d4e31333e5a2494d9fc8f2 38288 
libfile-changenotify-perl_0.22-1_all.deb
Files: 
 2d7b1223c446461cf11cff917f53f7cb 2513 perl optional 
libfile-changenotify-perl_0.22-1.dsc
 29a45b3cff9798622f71a8560e8c6d28 19103 perl optional 
libfile-changenotify-perl_0.22.orig.tar.gz
 90d8e3993d2f7d8f8bc298a326df537e 6094 perl optional 
libfile-changenotify-perl_0.22-1.debian.tar.gz
 56035294279202ef375cedfa0950cb27 38288 perl optional 
libfile-changenotify-perl_0.22-1_all.deb

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

iQIcBAEBCAAGBQJPiRG3AAoJEHidbwV/2GP+7PYQAPO0cDPgwYLWI32J9a6iddaV
xtucIRhwzRablT9YeYohr9YhSFVV+ZM3jHZn/Fb2VZYSvM4/EWVz2yovGZE+x+RR
6g5kuO+spWrKOrf32qBkWCx2mAaKB0oeF5DB5CF9EO6UlQm8+aiRPTUzn8Hw9HOW
0P4gwliKzzFg+wz0s4cBsORPQxjwpLBYYnYeG1LGA8g/6jrjDNQBDtlEhwRrmkuX
3B+4vJg1RoO6tWHV2k6gMR6kV5gixRpiNf+Y9Bwu4O2guhMnBAYxxV8NcJg8sofw
rCfIVbtfLiFW3IEZPAyfiTSw8MS+jg2ZzkPvv583ST2EtmUJ27X63Azo8uTk7PG7
Aw+eNh9x97pA39bMlM0f2TAiQosunv11QVrfT22lEKFi1s0+UU3R/FRMvoiQjmK2
t3jz5lz1a8vzdXvrJEI7T5PVcC9V96B0GbiI6NsOk0IteqRdDMtvISsgxYYFSB50
6a/dc9CIGHS+fF8yfWNPTdf+F7a03Sef0hRbFs3tmOW5fWEnGWYr+tJhExQlpQhU
k9qO+SWgCZwPrs/Fop8n4nlBm7RisK4l1/SpVez7lpgGBNc7VlmtuFiTNYRX8tYr
gJKremjlJ4DLJxnmpC7lVWcPHf41z0PymO9pfQTe7U5Pq7SGcX6wF8RrffSI6CuX
uEGGdHHstnZnAcLYJc6l
=qEdd
-END PGP SIGNATURE-


Accepted:
libfile-changenotify-perl_0.22-1.debian.tar.gz
  to 
main/libf/libfile-changenotify-perl/libfile-changenotify-perl_0.22-1.debian.tar.gz
libfile-changenotify-perl_0.22-1.dsc
  to main/libf/libfile-changenotify-perl/libfile-changenotify-perl_0.22-1.dsc
libfile-changenotify-perl_0.22-1_all.deb
  to 
main/libf/libfile-changenotify-perl/libfile-changenotify-perl_0.22-1_all.deb
libfile-changenotify-perl_0.22.orig.tar.gz
  to 
main/libf/libfile-changenotify-perl/libfile-changenotify-perl_0.22.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/e1siw5m-0004fe...@franck.debian.org



Accepted gnuradio 3.5.3-3 (source i386 all)

2012-04-14 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 00:27:43 -0400
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-atsc3.5.3 
libgnuradio-audio3.5.3 libgnuradio-comedi3.5.3 libgnuradio-core3.5.3 
libgnuradio-digital3.5.3 libgnuradio-fcd3.5.3 libgnuradio-noaa3.5.3 
libgnuradio-pager3.5.3 libgnuradio-qtgui3.5.3 libgnuradio-trellis3.5.3 
libgnuradio-uhd3.5.3 libgnuradio-video-sdl3.5.3 libgnuradio-vocoder3.5.3 
libgruel3.5.3 libvolk0.0.0
Architecture: source i386 all
Version: 3.5.3-3
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: A. Maitland Bottoms bott...@debian.org
Description: 
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-atsc3.5.3 - gnuradio atsc functions
 libgnuradio-audio3.5.3 - gnuradio audio functions
 libgnuradio-comedi3.5.3 - gnuradio comedi instrument control functions
 libgnuradio-core3.5.3 - gnuradio core functions
 libgnuradio-digital3.5.3 - gnuradio digital communications functions
 libgnuradio-fcd3.5.3 - gnuradio FunCube Dongle support
 libgnuradio-noaa3.5.3 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.5.3 - gnuradio pager radio functions
 libgnuradio-qtgui3.5.3 - gnuradio Qt graphical user interface functions
 libgnuradio-trellis3.5.3 - gnuradio trellis modulation functions
 libgnuradio-uhd3.5.3 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.5.3 - gnuradio video functions
 libgnuradio-vocoder3.5.3 - gnuradio vocoder functions
 libgruel3.5.3 - gnuradio utilities etcetera functions
 libvolk0.0.0 - gnuradio vector optimized functions
Changes: 
 gnuradio (3.5.3-3) unstable; urgency=low
 .
   * kfreebsd patches
Checksums-Sha1: 
 6a4f5a08b7b252cc75df97f486adc658d164f9d4 2902 gnuradio_3.5.3-3.dsc
 086dc9340860351ea1c2b0d9a97c245900d1c288 27958 gnuradio_3.5.3-3.debian.tar.gz
 d7e56d48ac200a4ca032c93a8522b328921c0498 3517388 gnuradio_3.5.3-3_i386.deb
 8b69b477d4e74d0f4acabdd5ffaa324f7247b6ce 8081468 gnuradio-doc_3.5.3-3_all.deb
 8b4a154b8ce2b57a177f383adf9887115acee30d 560788 gnuradio-dev_3.5.3-3_i386.deb
 8584b4a15ba4fbbda6e332c73053b23429251368 86642 
libgnuradio-atsc3.5.3_3.5.3-3_i386.deb
 a0f8e6b2b39da5e513e42270bd4b0f36f56ea963 43406 
libgnuradio-audio3.5.3_3.5.3-3_i386.deb
 384adcc45b73cba06b610f1530e326514bbcfef1 16566 
libgnuradio-comedi3.5.3_3.5.3-3_i386.deb
 9ce56158a7779b94ad89dc43beeba7a7ed664b53 630130 
libgnuradio-core3.5.3_3.5.3-3_i386.deb
 99c3293ea0354b585ee14b816595db3c864882f5 79526 
libgnuradio-digital3.5.3_3.5.3-3_i386.deb
 a1a2e545df3a6c77c96ee050deb7b83a19c3229e 27956 
libgnuradio-fcd3.5.3_3.5.3-3_i386.deb
 4e47cf141b46a2be4fad91e25d0c3d5f4c6cb84c 16776 
libgnuradio-noaa3.5.3_3.5.3-3_i386.deb
 1bc580e7fba296b39290ec46cb4ffd771e67a6bf 23094 
libgnuradio-pager3.5.3_3.5.3-3_i386.deb
 b20ee6ff141d4a54e6da889de44181983693bc85 105716 
libgnuradio-qtgui3.5.3_3.5.3-3_i386.deb
 21060408ffbdb3c88b7917478cec9978923a4fc3 105980 
libgnuradio-trellis3.5.3_3.5.3-3_i386.deb
 8d0f33efb69a4b462fb0b6e61b849ed370c125c1 68214 
libgnuradio-uhd3.5.3_3.5.3-3_i386.deb
 919cc28dfef73c1ce1a47c6d426020a8ed859cdc 18002 
libgnuradio-video-sdl3.5.3_3.5.3-3_i386.deb
 14272f239ce263dcf8da837410c4446531d73e80 52516 
libgnuradio-vocoder3.5.3_3.5.3-3_i386.deb
 5f3ccd7509098a74bf4b81f84ca4f385f4472a98 95840 libgruel3.5.3_3.5.3-3_i386.deb
 ff550afa747445ed8660d2134da1c72987c29607 282918 libvolk0.0.0_3.5.3-3_i386.deb
Checksums-Sha256: 
 54cb94da03fb14715c3e95d228577cc870f3e4d3c9875ebb52671c5a88b20ca5 2902 
gnuradio_3.5.3-3.dsc
 dfc76564e0bd9abc608f5f873ecb115c3e322ae480d627d5b42d9fd66c22 27958 
gnuradio_3.5.3-3.debian.tar.gz
 5a58362d6c7a69447484db8cd545ef49d03d53a37408cd0b7c16a57ede48c270 3517388 
gnuradio_3.5.3-3_i386.deb
 f0129ff604441b98266165b1fd9f97844377a0ed522d5352f6c948fe291d893b 8081468 
gnuradio-doc_3.5.3-3_all.deb
 d0e195bda88528cef6ba6f4315efa5833ba63db02d77a508265bdbaddbbb15f8 560788 
gnuradio-dev_3.5.3-3_i386.deb
 2eef3a03d0363f6573ca37a1e847f38fee9814a367a7a2183f43d871394b2bb2 86642 
libgnuradio-atsc3.5.3_3.5.3-3_i386.deb
 9fe950f65cd6e521da577ebd544c9539986891c2b33b5ebb5c495ae0ee668648 43406 
libgnuradio-audio3.5.3_3.5.3-3_i386.deb
 4a70c304833aac32d427307ed6d850020854ec9f47292541dac909f0f566adf1 16566 
libgnuradio-comedi3.5.3_3.5.3-3_i386.deb
 30f6b28b70dc565cf11a862623d227f2225af1545736b073bc415072fead3749 630130 
libgnuradio-core3.5.3_3.5.3-3_i386.deb
 5134941252d36069f3d63e960f49898cd3ebc9cd3364b08572004c9924ba6eda 79526 
libgnuradio-digital3.5.3_3.5.3-3_i386.deb
 dd032a29b72c0f54cf9f231d12fca3204f8bb3b7fe3a545a085798339a41ebcc 27956 
libgnuradio-fcd3.5.3_3.5.3-3_i386.deb
 b7dbc3eb64a03d0d22e10881500c3cd129579f589f74947e0747afb21f2583c6 16776 
libgnuradio-noaa3.5.3_3.5.3-3_i386.deb
 cfe2078b6e8e09bd978e4a8ace56de41fb7821ee24bd66bcf0004b0aa920f9a0 23094 
libgnuradio-pager3.5.3_3.5.3-3_i386.deb
 

Accepted isdnutils 1:3.22+dfsg1-1 (source all i386)

2012-04-14 Thread Rolf Leggewie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Apr 2012 05:50:52 +0800
Source: isdnutils
Binary: isdnutils-base isdnutils-xtools ipppd isdnlog isdnlog-data 
isdnutils-doc isdnvbox isdnvboxclient isdnvboxserver capiutils libcapi20-3 
libcapi20-dev pppdcapiplugin
Architecture: source all i386
Version: 1:3.22+dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Rolf Leggewie f...@rolf.leggewie.biz
Changed-By: Rolf Leggewie f...@rolf.leggewie.biz
Description: 
 capiutils  - ISDN utilities - tools for CAPI-capable cards
 ipppd  - ISDN utilities - PPP daemon
 isdnlog- ISDN utilities - connection logger
 isdnlog-data - ISDN utilities - connection logger data
 isdnutils-base - ISDN utilities - minimal set
 isdnutils-doc - ISDN utilities - documentation
 isdnutils-xtools - ISDN utilities - graphical tools
 isdnvbox   - ISDN utilities - answering machine dependency package
 isdnvboxclient - ISDN utilities - answering machine client
 isdnvboxserver - ISDN utilities - answering machine server
 libcapi20-3 - ISDN utilities - CAPI support libraries
 libcapi20-dev - ISDN utilities - CAPI development libraries
 pppdcapiplugin - ISDN utilities - pppd plug-in for CAPI support
Closes: 309557 348943 404458 655086
Changes: 
 isdnutils (1:3.22+dfsg1-1) experimental; urgency=low
 .
   * NEW UPSTREAM release after 6 years of inactivity, Yay!
 - many of our patches were included upstream and can be dropped
 - fix authentication of local to remote host. Closes: #348943
 - update German cellphone network number prefixes. Closes: #404458
 - update incorrect information in avmcapictrl(8). Closes: 309557
   Many thanks to Peter Marschall for providing the patch.
 - prevent symbol lookup error in libcapi. Closes: #655086
   * update debian/copyright
   * debian/control:
 - add ppp-dev to build-time dependencies
 - update some long descriptions
   * debian/po/: update translation files
Checksums-Sha1: 
 38d5a61ad9d5bf1a01c0f05158b30d051e58661b 2770 isdnutils_3.22+dfsg1-1.dsc
 4450105f20658be08b91f4d226275b49dd6b3954 4295832 
isdnutils_3.22+dfsg1.orig.tar.bz2
 be29c54b67c239cdc638439de21ab87c0205ad10 243852 
isdnutils_3.22+dfsg1-1.debian.tar.gz
 4e91442a88af3cb27258d90ce85f5f165ab7cf31 841504 
isdnlog-data_3.22+dfsg1-1_all.deb
 2752549a88da4e3d1bd64ef16c44cb618ded1d9c 693120 
isdnutils-doc_3.22+dfsg1-1_all.deb
 f08135b50df610c27d71403fa13c05b99c31291d 152128 
isdnutils-base_3.22+dfsg1-1_i386.deb
 01629f9ed65f80f44791815e6bc9da80d78cf282 55868 
isdnutils-xtools_3.22+dfsg1-1_i386.deb
 6d27dec6c3b4c5468c716c6f9c31449d77bda235 186702 ipppd_3.22+dfsg1-1_i386.deb
 9c9841020c31d85c6cd5fc894e3244b228e8aff4 545214 isdnlog_3.22+dfsg1-1_i386.deb
 4a852db5f095d71fe285eae6e1d6f2406efc61a3 35196 isdnvbox_3.22+dfsg1-1_i386.deb
 9d9b8663b40d85a366c7d6ca36c5b5b9f4638a48 78628 
isdnvboxclient_3.22+dfsg1-1_i386.deb
 a275dcb2a4936f4f65e19dd349b475d7450266cd 156662 
isdnvboxserver_3.22+dfsg1-1_i386.deb
 aabdb5450c0892a75d9b0f7a8c01b2beaa47b43d 87436 capiutils_3.22+dfsg1-1_i386.deb
 3d0464da3c876bde249d0010f338a4cf93a45612 65246 
libcapi20-3_3.22+dfsg1-1_i386.deb
 6a177d608d013c6f28c22c749429e91c17795d8b 33754 
libcapi20-dev_3.22+dfsg1-1_i386.deb
 ac63cb3e20027cd39d11f517449379cfbbe416af 70652 
pppdcapiplugin_3.22+dfsg1-1_i386.deb
Checksums-Sha256: 
 ba6d81fe3b826106a867fdd647e62247ef6eb495834c97c698750618b7720f94 2770 
isdnutils_3.22+dfsg1-1.dsc
 44eb3983e8c36df5c90426972dc187c25e41ab726ea4d9b91d408a5bb7a9564e 4295832 
isdnutils_3.22+dfsg1.orig.tar.bz2
 bbba49169cf3811a31d5691960ea9dbcf5bbec325900dac469baa10c0402b6a0 243852 
isdnutils_3.22+dfsg1-1.debian.tar.gz
 f452e4a230c4c6c0bf9c1e243b1e4301377aa40c67c0e858117e526626aec0bc 841504 
isdnlog-data_3.22+dfsg1-1_all.deb
 1743db38dbdb879a7386b11801ae3267d95ea763153843f232692725d9065362 693120 
isdnutils-doc_3.22+dfsg1-1_all.deb
 3730ce3e7805f624ea934e7366080ab9c93850987349c37587affbaccea19b1b 152128 
isdnutils-base_3.22+dfsg1-1_i386.deb
 d5bb71f98db83cb9a50c9eff4a83939c7c51ad7367d0959995f64e44bdf6bb3a 55868 
isdnutils-xtools_3.22+dfsg1-1_i386.deb
 e5fb233c28b11b38a3ff8f370db568cdb949b7a5a560f9febd7d783e2c11d360 186702 
ipppd_3.22+dfsg1-1_i386.deb
 010b3ff885eedbf4600ac63609e925394f5bc80431070c84b3cca39e97e48fec 545214 
isdnlog_3.22+dfsg1-1_i386.deb
 fd5f666ce983ee6a61d9e143a8d420e6b5800710564bebf9b5d6538ebcb93c9b 35196 
isdnvbox_3.22+dfsg1-1_i386.deb
 4441b78ef6c3b96b86b2f247e171670967bac4ec12e8bf5554d90c8502a3 78628 
isdnvboxclient_3.22+dfsg1-1_i386.deb
 3842dac2b55f0eaf527b5188ca2cdc54a5e95e5f0d233d428a63d10fe332847f 156662 
isdnvboxserver_3.22+dfsg1-1_i386.deb
 47b02c472cf5edfbad4b1c13ba72d89d2c1e1cbfdb27df4efe5612852e7ba6fa 87436 
capiutils_3.22+dfsg1-1_i386.deb
 7ff2a2703aa62c66c99ade3a8e708a7ab70c185f2305cdcb8de035db557755c3 65246 
libcapi20-3_3.22+dfsg1-1_i386.deb
 3fd5feab537326e53938e18344343992b19631d750c3dab6096bf5241abfb990 33754 
libcapi20-dev_3.22+dfsg1-1_i386.deb
 

Accepted docvert 4.0-6 (source all)

2012-04-14 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 18:12:48 +1200
Source: docvert
Binary: docvert docvert-libreoffice
Architecture: source all
Version: 4.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 docvert- converts word processor files to HTML
 docvert-libreoffice - converts word processor files to HTML using LibreOffice
Changes: 
 docvert (4.0-6) unstable; urgency=low
 .
   * Orphan this package
Checksums-Sha1: 
 206fe6ddf06bccce84d124f2aba8fcf7a34a5158 1866 docvert_4.0-6.dsc
 93e6e1816a30987ce7a42b8eb06158ba7872e8bb 10226 docvert_4.0-6.debian.tar.gz
 fcc10c21f06db5b78ed24d9805f3abb9f8cf02b1 516082 docvert_4.0-6_all.deb
 e1c359e71901dea2003c13aa353d9463857bfd4b 13214 
docvert-libreoffice_4.0-6_all.deb
Checksums-Sha256: 
 a6e1c8c768622898417ebd8d567cc349e57191b81958cfb3fae16022e0c2b9e4 1866 
docvert_4.0-6.dsc
 de17ef6da4a4a08514e98b8576acd93f90af2b5295480bd83abf08a71d9d533a 10226 
docvert_4.0-6.debian.tar.gz
 d0e6dd3d4024de934073d221d91304bd06039fa8b1d605583c197ecade091af9 516082 
docvert_4.0-6_all.deb
 a3d9844a432be2661bcc6f6debf8c3a19dcd715d8532b7df932593ef1e9837e9 13214 
docvert-libreoffice_4.0-6_all.deb
Files: 
 98ffe00d5401cfd6872df5ca352fc268 1866 web extra docvert_4.0-6.dsc
 4d9efec856c00da5193a9aa455072323 10226 web extra docvert_4.0-6.debian.tar.gz
 b73b24a3f9ed731abb0f48ab9932fb1b 516082 web extra docvert_4.0-6_all.deb
 5a3fdb20fd30caca2044c9dffdffe75e 13214 web extra 
docvert-libreoffice_4.0-6_all.deb

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

iQIcBAEBCAAGBQJPiRWlAAoJEBYoHy4AfJjR5oUP/3lNhx5vanjyIXWALSL35N2h
KfRjQjlwpMbPAzHw7OedVtzafUIWO1Kwjrid6uyvNYNDodnCSEuipAe7W6zKpA6D
QQwavTMWLXC6UJY/aD9blUKQHQGCqoOTPTECsu5dpUHV5zqg2WcNhcT9nTJhvLo7
VmfoDoyx1AkvmYjvC7kNsfEECReaHpf8nSvxiGe9I4v/4i28BCXFkV/DjKFKlGrS
ConDv8pTf/wFvH1MoTzGSvYttMzjDusmI2xSkVI3D3i5zcttyyJ/j2cyh1/h97qJ
0CXlWFrmk2cPBGjz+jdb6+5OOwPoC0B2XPq2nf1NAqA6S+rPC02mnptDRP8zj2W5
unnZzAO0zGoiAiHs0K4h4wFTD/U/cqapW+xhEu/gKcgNWx6g6HNDIZ+uXADxwt8q
6l1l58FBNSPccWGAhbdYgdCW3h1aIvo7FdayQfkO5G7er4LtvF5VyKWuAMEEc9XM
OPwigaMnX6k4nbmcVaBWhJmdZpQqwwxppvh58r29knqa4uHyVqbwIJqKbEI//juF
hFp30y9iWh759HHFG8mFsTUDo29bzoJwhFM4WhYVtnSeXGBs7aFphsKtN/X5fO+M
uPeVRM7vwKPgrvBCJ86BLTeJdlpX1OU6ZzZe0K3WC1Y/p8O7PP139wOMAFLjBFid
8GjGThpJttAR8zwwjDf8
=pK7G
-END PGP SIGNATURE-


Accepted:
docvert-libreoffice_4.0-6_all.deb
  to main/d/docvert/docvert-libreoffice_4.0-6_all.deb
docvert_4.0-6.debian.tar.gz
  to main/d/docvert/docvert_4.0-6.debian.tar.gz
docvert_4.0-6.dsc
  to main/d/docvert/docvert_4.0-6.dsc
docvert_4.0-6_all.deb
  to main/d/docvert/docvert_4.0-6_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/e1siwx3-0003cd...@franck.debian.org



Accepted itcl3 3.4.1-1 (source all i386)

2012-04-14 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 10:44:20 +0400
Source: itcl3
Binary: itcl3 itcl3-dev itcl3-doc
Architecture: source all i386
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tcl/Tk Packagers pkg-tcltk-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 itcl3  - [incr Tcl] OOP extension for Tcl - run-time files
 itcl3-dev  - [incr Tcl] OOP extension for Tcl - development files
 itcl3-doc  - [incr Tcl] OOP extension for Tcl - manual pages
Closes: 664108
Changes: 
 itcl3 (3.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped standards-version to 3.9.3.
   * Removed Chris Waters from uploaders list (closes: #664108).
   * Fixed debian/copyright.
   * Added build-arch and build-indep targets to debian/rules.
Checksums-Sha1: 
 914042dfc1461dec687f7538655f7bdd3bcfbe78 1187 itcl3_3.4.1-1.dsc
 b791374d8fe4c5b31d6f45793622499a9d08d3e1 263316 itcl3_3.4.1.orig.tar.gz
 991510fab22013efcd8baf42a9ac07a031748f44 6086 itcl3_3.4.1-1.diff.gz
 eb8754f6d1c3bc9bd445b4525f184a78105d1c28 28232 itcl3-doc_3.4.1-1_all.deb
 04c89cbb5f3d135043f23df7b37f8af175b7bc07 56878 itcl3_3.4.1-1_i386.deb
 576e1b690bce7c4743cd22e35506d888bb9650b3 28488 itcl3-dev_3.4.1-1_i386.deb
Checksums-Sha256: 
 87853d6f2f467f0db5e494266f620b13d44b49b10eb3afdaac0dfeb3ffceed96 1187 
itcl3_3.4.1-1.dsc
 5330832ce72da97610497a58eca904287d0ff91f9ec741a4e4810d5b933c8568 263316 
itcl3_3.4.1.orig.tar.gz
 f1a78aa508acd065d71516b9f5db203305c05cdc6f222c4163640aad596b4820 6086 
itcl3_3.4.1-1.diff.gz
 5ed9f0b9094345aa0e28ecaa7eab4942e997e947ce42dd3a191ad88d361f250a 28232 
itcl3-doc_3.4.1-1_all.deb
 28cc188438476a4bf8ddf89213f0f8aad621c1601050810c7f2f15f35791eaf7 56878 
itcl3_3.4.1-1_i386.deb
 b4d94dbb9d82a4a2705984d6669f52af483e8745746c0b7243b6eabbeb381c9f 28488 
itcl3-dev_3.4.1-1_i386.deb
Files: 
 ffb286b3d9578cc6052b81fa72baf71b 1187 libs optional itcl3_3.4.1-1.dsc
 e7c98e0f69df1a675073ddd3344f0b7f 263316 libs optional itcl3_3.4.1.orig.tar.gz
 e0a44252cbbe472776a9990aa456509c 6086 libs optional itcl3_3.4.1-1.diff.gz
 3c02303077621b4ace798953809b57c5 28232 doc optional itcl3-doc_3.4.1-1_all.deb
 10c536c6bd658d8ebc56522cff81abc8 56878 libs optional itcl3_3.4.1-1_i386.deb
 dad26b0d1d938effb92ddd21d2f90cb2 28488 devel optional 
itcl3-dev_3.4.1-1_i386.deb

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

iD8DBQFPiR9uIcdH02pGEFIRAtXtAJ9WXH+tF83IHD0UAIfIGq/wHnUXkQCfeMdL
b22a+AhQfyFfxCZwqiAE5gA=
=TWeT
-END PGP SIGNATURE-


Accepted:
itcl3-dev_3.4.1-1_i386.deb
  to main/i/itcl3/itcl3-dev_3.4.1-1_i386.deb
itcl3-doc_3.4.1-1_all.deb
  to main/i/itcl3/itcl3-doc_3.4.1-1_all.deb
itcl3_3.4.1-1.diff.gz
  to main/i/itcl3/itcl3_3.4.1-1.diff.gz
itcl3_3.4.1-1.dsc
  to main/i/itcl3/itcl3_3.4.1-1.dsc
itcl3_3.4.1-1_i386.deb
  to main/i/itcl3/itcl3_3.4.1-1_i386.deb
itcl3_3.4.1.orig.tar.gz
  to main/i/itcl3/itcl3_3.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/e1six0p-0003ez...@franck.debian.org



Accepted llgal 0.13.17-2 (source all)

2012-04-14 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 09:35:49 +0200
Source: llgal
Binary: llgal
Architecture: source all
Version: 0.13.17-2
Distribution: unstable
Urgency: low
Maintainer: Brice Goglin bgog...@debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 llgal  - Command-line online gallery generator
Closes: 652929
Changes: 
 llgal (0.13.17-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.3, no changes needed.
   * Fix copyright-refers-to-symlink-license.
   * Add 01-fix_subgallery_-n.patch to fix the slidename of sugalleries
 when -n is used, closes: #652929.
Checksums-Sha1: 
 71650c7fc517e7af375ce096065478e333651899 1116 llgal_0.13.17-2.dsc
 383969b9a4366507bcd0fffdd85e985c1df82407 6591 llgal_0.13.17-2.debian.tar.gz
 0ea86bfc692916c02dcb748cd8993893185737f4 98024 llgal_0.13.17-2_all.deb
Checksums-Sha256: 
 5a61ae398323b08cc6853813ca1d515e7aef2e7153ecb807da88a1c1b53ca36b 1116 
llgal_0.13.17-2.dsc
 6d9215159c402ec892f9464411b95d2532d033c8d0b5830a2cd7572cf56f29d3 6591 
llgal_0.13.17-2.debian.tar.gz
 8fc68b17dc31de5dce35dc71d0bfaf57895221728ee9092b006eadb892ed3c36 98024 
llgal_0.13.17-2_all.deb
Files: 
 c56ae6e85ec9d521f9fbc70c8b28b8ae 1116 web optional llgal_0.13.17-2.dsc
 107938dfbd2351f9c1b4754287d53e32 6591 web optional 
llgal_0.13.17-2.debian.tar.gz
 1c283145f99d1be76a5b7fc72f4cb67b 98024 web optional llgal_0.13.17-2_all.deb

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

iEYEARECAAYFAk+JKRcACgkQRh88F8PcWfomfgCgigLksNH55jSTYqqQ1dirFEhY
yrgAoJR6/VzdFykGnNOg90qh2uxLCIsO
=7spv
-END PGP SIGNATURE-


Accepted:
llgal_0.13.17-2.debian.tar.gz
  to main/l/llgal/llgal_0.13.17-2.debian.tar.gz
llgal_0.13.17-2.dsc
  to main/l/llgal/llgal_0.13.17-2.dsc
llgal_0.13.17-2_all.deb
  to main/l/llgal/llgal_0.13.17-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/e1sixi9-0005z7...@franck.debian.org



Accepted ibus-chewing 1.3.10+clean-3 (source i386)

2012-04-14 Thread Asias He
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 16:19:51 +0800
Source: ibus-chewing
Binary: ibus-chewing
Architecture: source i386
Version: 1.3.10+clean-3
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Asias He asias.he...@gmail.com
Description: 
 ibus-chewing - Chewing engine for IBus
Changes: 
 ibus-chewing (1.3.10+clean-3) unstable; urgency=low
 .
   [ YunQiang Su ]
   * fix quote_me of LIBCHEWING_DATA_DIR.
   * back and restore po files.
   * don't remove Modules when auto_clean.
   * Rebuild to work with multiarched libchewing (Closese: #668540).
 .
   [ Asias He ]
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 1ec2aa91801afc8a1ae6f93fe62bdd72f3901805 2226 ibus-chewing_1.3.10+clean-3.dsc
 4d605d158a6dd1b170202f26016450f06bb79459 36193 
ibus-chewing_1.3.10+clean-3.debian.tar.gz
 a8205bacf183851f35571c64186ee74561298922 56288 
ibus-chewing_1.3.10+clean-3_i386.deb
Checksums-Sha256: 
 de877ba619bc1478471db52d0f99bfce948ef2a4862888d230cd03cbf11ae25f 2226 
ibus-chewing_1.3.10+clean-3.dsc
 e8de3ae910853c4363946d64dd3cbc35c03519ffc2141266db51078dc4ff241a 36193 
ibus-chewing_1.3.10+clean-3.debian.tar.gz
 1b7d204368f91bed48ba67912880ec2de1ecb811bd8f81d418e7507c2d12d75d 56288 
ibus-chewing_1.3.10+clean-3_i386.deb
Files: 
 2bc33f789365b3c1dd037a90ffb89092 2226 utils optional 
ibus-chewing_1.3.10+clean-3.dsc
 8d7c6bdeee873e84a81e3adebaee0ae8 36193 utils optional 
ibus-chewing_1.3.10+clean-3.debian.tar.gz
 0249aaa94698c2522a0159831d226b3d 56288 utils optional 
ibus-chewing_1.3.10+clean-3_i386.deb

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

iQIcBAEBAgAGBQJPiTQJAAoJEK7JmSstf/GAqusP/jnWzJl9wYzU51lx7qhIXZZ7
LLttShGWw9u8+E/VjgH7pFJmFefnqJezwKLQtvtuqz+05ncdZsguUAJHcN0/mn3k
0/Tjhl2bGq1EbtWsFLfXmarlY25IYaG/in3KDPbSbMBLV+8ZjcRAxDBF4SED8wz6
GMnX5fTSmfC4yXzepRFF6g2qFAMjj5mJFk4aVQRb/gAk7KvrRoiNEU18ZpVoP2T7
eUyLUqBySYl3xefrEx3Z7Pa0Dhrg++BfV1eCCQGWJMdM/r9sUnAnEW4DE3ekdU1F
3C5N43kg+aqrnoOZTGj3eKLkImIHZBu+vhADBm+yf/STdoIbjDcuxWNQjN8mM/nM
9ByQsRNqc8/11DsamFy2c+260uPOJl/FvxWgBm0NzqLqJ4ex8fh2w9iDB7S7keub
2J4f4U4uBjZIdy+2ElePYiFivxzQ4wdhtI2OaBumKq9AlZXJGPKKT8fR8vS2gPHr
K/sygTXGW8G9J9OSDIn0qiFVrxxHIclTnGA9v2g79HnC6ff5aUKXQvltmhBPAsAT
zqOkHhG7L6swlV/+nKDzcDyjCi9w2Zhx2MgpdqNNx8lvkiWtdORWcM27EDr3UvyW
gnk0//KDZoYDiRa77SMCB/Wkn5TdNHjK3BBYq3h11HHwsYuQRioMnOSQ932iHJsx
nFxZUHgFnP+VPF2VMztH
=s8yy
-END PGP SIGNATURE-


Accepted:
ibus-chewing_1.3.10+clean-3.debian.tar.gz
  to main/i/ibus-chewing/ibus-chewing_1.3.10+clean-3.debian.tar.gz
ibus-chewing_1.3.10+clean-3.dsc
  to main/i/ibus-chewing/ibus-chewing_1.3.10+clean-3.dsc
ibus-chewing_1.3.10+clean-3_i386.deb
  to main/i/ibus-chewing/ibus-chewing_1.3.10+clean-3_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/e1siye8-0002gp...@franck.debian.org



Accepted concordance 0.24-1 (source all amd64)

2012-04-14 Thread Mathieu Trudel-Lapierre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2012 10:42:25 -0400
Source: concordance
Binary: concordance libconcord2 libconcord-dev python-libconcord
Architecture: source amd64 all
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Mathieu Trudel-Lapierre mathieu...@gmail.com
Changed-By: Mathieu Trudel-Lapierre mathieu...@gmail.com
Description: 
 concordance - Harmony remote configuration tool
 libconcord-dev - Harmony remote configuration tool - development files
 libconcord2 - Harmony remote configuration tool - runtime libraries
 python-libconcord - Harmony remote configuration tool - Python bindings
Closes: 667140
Changes: 
 concordance (0.24-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes building with GCC 4.7 (Closes: #667140)
   * debian/patches/03-attr-syntax-in-udev-rules.diff: dropped, applied 
upstream.
   * debian/patches/h525-flash-size-detection.patch: dropped, applied upstream.
   * debian/rules: the udev rule file was renamed, so use the new name to move
 it back under debian/libconcord2.udev.
   * debian/control: bump Standards-Version to 3.9.3.
   * debian/copyright: fix Format-Specification url and some small typos.
Checksums-Sha1: 
 3103e7b03562500e7c358a6807e2a656e697f767 1955 concordance_0.24-1.dsc
 cb2d80a7e69ec309da87a3d358933e6053a45197 1082955 concordance_0.24.orig.tar.bz2
 74a21b6ada3dc94e1d9cd0c3e767062439cde712 5735 concordance_0.24-1.debian.tar.gz
 baae971ff91c5f450bc5980871eb6f144513a790 24996 concordance_0.24-1_amd64.deb
 43642033fe22831c1ee936b10a5a6a893a894f26 40504 libconcord2_0.24-1_amd64.deb
 e4fd0d27294e5c83a09cb840a664179631bf702f 46948 libconcord-dev_0.24-1_amd64.deb
 1cb0d0540b59553e0c0e32e39f0e390d180c9e7b 13706 python-libconcord_0.24-1_all.deb
Checksums-Sha256: 
 64865f6cec891fc6a660f81b5150d83131fddb31f91ee2375bcb2f9444fa55e6 1955 
concordance_0.24-1.dsc
 e2bea0430e936fd9e3e6a853b6533edbfd9211cf328c5334789b432035f03656 1082955 
concordance_0.24.orig.tar.bz2
 27cd68b5dd7334a37a0d0182f8a458af92c03c92abe38720dc6b539da4596aa5 5735 
concordance_0.24-1.debian.tar.gz
 f38ca9ba368998eb6fc9e5f1c6c7d255e0f4bddb844ab1b39e4970a5986cfc1f 24996 
concordance_0.24-1_amd64.deb
 5167fbcbbaa2a3c14c88a565497b1957de18ea40f049d3aebd4c08c3d86b328d 40504 
libconcord2_0.24-1_amd64.deb
 2477d61aac6e089430d36ea3dd954040585b577eb8750c7a44e7b3a48d1cf650 46948 
libconcord-dev_0.24-1_amd64.deb
 23eb043c0e2e8bd8a4b1df52c97972e585a05f77dcee312be66c1155f113255e 13706 
python-libconcord_0.24-1_all.deb
Files: 
 6e607ce0b6ea8645e900a2ecf54d2e6d 1955 utils optional concordance_0.24-1.dsc
 556f7b683fbe028d3d378e58889f3723 1082955 utils optional 
concordance_0.24.orig.tar.bz2
 96b690ea4c10a19fa35802982d27920e 5735 utils optional 
concordance_0.24-1.debian.tar.gz
 1cfda30fb074c78cc3a172609b09c609 24996 utils optional 
concordance_0.24-1_amd64.deb
 1cb9717db05414a5733054ca0c0715b8 40504 libs optional 
libconcord2_0.24-1_amd64.deb
 cc45736009fa0a549ee5b3310d388e18 46948 libdevel optional 
libconcord-dev_0.24-1_amd64.deb
 a34373657e86362ee6b11c6453499e0b 13706 python optional 
python-libconcord_0.24-1_all.deb

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

iQIcBAEBCAAGBQJPiTkjAAoJEBLZsEqQy9jkjD8P/1bfogX3SW5GILNXnemHUUe2
iVocrcCCaT3S0d299J1mT/QeMpMV2oIkzNsbqr1F5f4GLQ0oZ05qx2HixEqDpQXY
h6uEMO/aJDVqD+UOSFwv40z+fjOQFlhOOifZS8HSBynDRkwFvjJ7leEHeZe9X96c
EOIJ5jdOgGb4rWZumy4P9nkW3tFIK47CfbUtB1dbHBN89iuPz6wrPCq8yvG5jaJ2
h6Z5CAq0iYpUqJaEm2JW52D0mYXiArCnWzL81Yxt8iF9ZAcKKMFAMv93dOl5NH4n
UvasnSx7YufKjjIwU1wk8RdG7ghWgTqcuwr6Ps2TJ9xNsQ1N5/55HKYNiYWiEz78
08Aw75CzAoLe0/8isfa2RxhvsVENeCea4aRnVGAdTqw5ZCLhPJpBQXakjgKIxv4E
cdrFpkaPVB4XaHranIjs0pKmGLfw6nrUxuNRqjGHbdrqOEiojo3Y72qHjmJv/28/
Y6KgCZI/vegVUeD+SSzbzStG8r4Exob0L+1w+WXaEl157pfd3Aan/H8u6oTXH6Vw
glELLfKixj6+vS9hs+useSfLe7K9hG9P8Wyi47r7FSq06c59I5I6anDSyi9lzyrP
B1X8yxIahqI9QPA42P8fsdKLwjLtIqGNMWgKs96zxvtxw2VsBy2ws3Hll0mw+l1D
QJlcMHKOfskgAaLAkjVf
=m90D
-END PGP SIGNATURE-


Accepted:
concordance_0.24-1.debian.tar.gz
  to main/c/concordance/concordance_0.24-1.debian.tar.gz
concordance_0.24-1.dsc
  to main/c/concordance/concordance_0.24-1.dsc
concordance_0.24-1_amd64.deb
  to main/c/concordance/concordance_0.24-1_amd64.deb
concordance_0.24.orig.tar.bz2
  to main/c/concordance/concordance_0.24.orig.tar.bz2
libconcord-dev_0.24-1_amd64.deb
  to main/c/concordance/libconcord-dev_0.24-1_amd64.deb
libconcord2_0.24-1_amd64.deb
  to main/c/concordance/libconcord2_0.24-1_amd64.deb
python-libconcord_0.24-1_all.deb
  to main/c/concordance/python-libconcord_0.24-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/e1siys2-0007it...@franck.debian.org



Accepted puredata 0.43.2-1 (source all amd64)

2012-04-14 Thread gpg-key at iem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Apr 2012 13:42:20 +0200
Source: puredata
Binary: puredata puredata-core puredata-gui puredata-doc puredata-dev 
puredata-utils puredata-extra
Architecture: source all amd64
Version: 0.43.2-1
Distribution: unstable
Urgency: low
Maintainer: Paul Brossier p...@debian.org
Changed-By: IOhannes m zmoelnig (gpg-key at iem) zmoel...@iem.at
Description: 
 puredata   - realtime computer music and graphics system
 puredata-core - realtime computer music and graphics system - core components
 puredata-dev - realtime computer music and graphics system - development files
 puredata-doc - realtime computer music and graphics system - documentation
 puredata-extra - realtime computer music and graphics system - extra files
 puredata-gui - realtime computer music and graphics system - GUI
 puredata-utils - realtime computer music and graphics system - utility programs
Closes: 652383 658074
Changes: 
 puredata (0.43.2-1) unstable; urgency=low
 .
   * New upstream release
   * src/d_soundfile.c: Fixing type-punning (Closes: #658074)
   * pd is provided by puredata-core rather than
 puredata (Closes: #652383)
   * [expr~] is now released under the LGPL
   * Updated patches to new upstream release
   * Bumped standards version to 3.9.3
Checksums-Sha1: 
 3d815f4d1b1167ce3718b90e598f7d1b8caad65a 2315 puredata_0.43.2-1.dsc
 f3e29a9898d48a2124b33dcb6071f64bdf8b4ec6 2187284 puredata_0.43.2.orig.tar.gz
 7d39a94c4f7286278f4ec1d2f596b9b5740e8837 22736 puredata_0.43.2-1.debian.tar.gz
 c3c802377f5e96876452a7ae38afaef9cb8e4bdb 16870 puredata_0.43.2-1_all.deb
 93ec295c59c1bbfd1de4cb3739fba878846d631c 1135078 
puredata-core_0.43.2-1_amd64.deb
 01b7c865ed9523aba79e8c74bb1190d216c36198 72 puredata-gui_0.43.2-1_all.deb
 bae8fc772610443fae37a76a52d929cbaa67fd9d 995526 puredata-doc_0.43.2-1_all.deb
 e2e7388e19a088d9c5253df226f50f24af7652a8 36784 puredata-dev_0.43.2-1_all.deb
 090815d7677e42c87947a794afc750e0ad138924 24382 
puredata-utils_0.43.2-1_amd64.deb
 11408ffa4c7ba810e42e03ac6494d775b48ffb41 232080 
puredata-extra_0.43.2-1_amd64.deb
Checksums-Sha256: 
 7f5715b1dfd729ac6a04812a54f9b65d084f0d61de2d5f9afbb325cb26f126ce 2315 
puredata_0.43.2-1.dsc
 ba9cb6c2f451c5809a0ac8b0d08b4dd40bdc844d976d6d050e974364c4154c75 2187284 
puredata_0.43.2.orig.tar.gz
 aa1133c7b87be543455ba0b2c7c5ced32e66ce2a567866beea3cd34e76484854 22736 
puredata_0.43.2-1.debian.tar.gz
 97d092637f4ec77b03815e39af7e2557f9738cd5967b9e313cf23f3c43c615cf 16870 
puredata_0.43.2-1_all.deb
 ac8130a5a255936717a5946b311e087662d561764fe66083d16bb453bc1d5ece 1135078 
puredata-core_0.43.2-1_amd64.deb
 1f6bedccf542b904142c50112f4bac4b31e072365223f91da442658cf06501c1 72 
puredata-gui_0.43.2-1_all.deb
 f41b36d6f23954a51a07973fe08c12495a28c5f9b2ba41767001fa72a165ab5e 995526 
puredata-doc_0.43.2-1_all.deb
 c50078de4dc17b62b80bf35ce6c670fa09e160257e29169a5667f7a81f871440 36784 
puredata-dev_0.43.2-1_all.deb
 939e42c2f666725fdaaeecdc4de170834bde6a59a573ee035724ba3b9d6935fb 24382 
puredata-utils_0.43.2-1_amd64.deb
 476a30fc49319880572a0433402eaa63c7dc3647e74556c5e06b144f349df448 232080 
puredata-extra_0.43.2-1_amd64.deb
Files: 
 68003336a4509310aff96baa0178a8b9 2315 sound optional puredata_0.43.2-1.dsc
 72629b9de756b91317965f5e86b61c15 2187284 sound optional 
puredata_0.43.2.orig.tar.gz
 e2f263f0b61599b19148c0f138d0d4ff 22736 sound optional 
puredata_0.43.2-1.debian.tar.gz
 82dbb585824ca7565fcb7c51f734811d 16870 sound optional puredata_0.43.2-1_all.deb
 afbb17d9b3ffb0dfc986f5aecfe8dfc0 1135078 sound optional 
puredata-core_0.43.2-1_amd64.deb
 490d8f2a0870c16b21719834ed815da0 72 sound optional 
puredata-gui_0.43.2-1_all.deb
 c4b434412cb302975872f8fa55e833b1 995526 doc optional 
puredata-doc_0.43.2-1_all.deb
 ddf6e5d3145c3a2a87d895d60320e45b 36784 libdevel optional 
puredata-dev_0.43.2-1_all.deb
 55312716dd633fc3b73847f2c497230d 24382 utils optional 
puredata-utils_0.43.2-1_amd64.deb
 96d4a11cdc04dd833ae45dbc58d7fcc5 232080 sound optional 
puredata-extra_0.43.2-1_amd64.deb

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

iQIcBAEBCgAGBQJPiT8mAAoJEOikiuUxHXZahq0P/jxB0yqLtTK17PnR/mRtTWbQ
+7ZgZj1/T46u6PY2uW6B4+ULbkuRLzQBkjvN2YAdMHF57ByqWlFda6csjxM9FaTh
sxc6QihLo0VT+YZnp40G3pqwUhK22WKL+8WN5as7GQdCu25ko+nslqiucQ2ZtXoq
gYoINO3olnYRTUfRe/9yK78Ug2+xQDq8q51nFxQ1l81uv5jJFj0XLLcwsvbrEuET
GHo4r0Br9RHQeC1rqs0VUoeZroYaJpg9rqemyi3ykzwaWuHAzlMWpGSADKAJbo9h
k7VFSJhZXqDd9q96axGpreK1E2U1U8elTeq2P9Dkcjzy3i8vtOo8/XtsTpt4FiNr
7KRi4d/e9pUbgwY8/mfuJ0L5u9oADbZOeVpi9T3ytHtwe0bUH9cDF8bF8VAbEOBA
UdYwwun313JzNSSmHIC0csztAGI2OtQt7Jlx6aDpxs+hMHGauLWmEu2URXIL9GoN
OvWEi3/1o2n1GZwUd5ss7IB0yiYZ99Z1Brv5yo5aaSLxuGvU8Ohe2zpxzzJycC+F
JOd7aT7yoFmV416DPNxklf5R4ALoZSxFCfNTfdxY5Q103ZQ4XmDmyVRYdVsmRoio
5aTO6tyflmUxblKeEESlia5mMCQgwGpDoPVfS1PQI1AYYzoQsqnQSZTectj+J/TB
kgHqVuHA0tcvilGFi/my
=vrw0
-END PGP SIGNATURE-


Accepted:
puredata-core_0.43.2-1_amd64.deb
  to main/p/puredata/puredata-core_0.43.2-1_amd64.deb

Accepted widelands 1:17~rc2-3 (source all amd64)

2012-04-14 Thread Martin Quinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2012 22:37:25 -1000
Source: widelands
Binary: widelands widelands-data widelands-dbg
Architecture: source amd64 all
Version: 1:17~rc2-3
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson mquin...@debian.org
Changed-By: Martin Quinson mquin...@debian.org
Description: 
 widelands  - fantasy real-time strategy game
 widelands-data - fantasy real-time strategy game (data files)
 widelands-dbg - fantasy real-time strategy game (debug cruft)
Changes: 
 widelands (1:17~rc2-3) unstable; urgency=low
 .
   * on kfreebsd, the execinfo library cannot be found for an unkown reason.
 Try to survive this fact to fix the resulting FTBFS.
Checksums-Sha1: 
 26d04017818665d41fe5e3d8aa721afcec7cc02d 2304 widelands_17~rc2-3.dsc
 6cd5159eaa3a04be9203ed24fa075af9f99af942 13067 widelands_17~rc2-3.debian.tar.gz
 ec3336fffe1dc634a3f7ba4081cb399479d1a5c1 2299642 widelands_17~rc2-3_amd64.deb
 6411804bfd40baeba8734ce1c2c85e30ea79cd62 176412870 
widelands-data_17~rc2-3_all.deb
 a393709df72d2217145d9ecabdece6b8d21a6f8e 31574134 
widelands-dbg_17~rc2-3_amd64.deb
Checksums-Sha256: 
 f29a035338f6d1085c541003e158d35469c070a71d71c754e47a6982b0082fd2 2304 
widelands_17~rc2-3.dsc
 b68c2c1fc9b4a8dbf58b7cc2355a3537cd32511204a8ef20ce396e843bc7c003 13067 
widelands_17~rc2-3.debian.tar.gz
 defdd674d606332bce491bbb0943bcbf1b96a0999e764b3508fa62be136e376e 2299642 
widelands_17~rc2-3_amd64.deb
 bdd00892024a90c517c19d2a3ff21025658a9f1bbba940750ddea7e037161a3c 176412870 
widelands-data_17~rc2-3_all.deb
 e427b251da86c441967c43977ca17ef53c2adc4aae2e22a7a898737f7c8284a3 31574134 
widelands-dbg_17~rc2-3_amd64.deb
Files: 
 0f69fff54bb28b30166c300da022e66d 2304 games extra widelands_17~rc2-3.dsc
 c7bfffad47aaad70e8c70c61df1d3bcc 13067 games extra 
widelands_17~rc2-3.debian.tar.gz
 15c51d4aa1eb681f2fc77ef4313ee5fc 2299642 games extra 
widelands_17~rc2-3_amd64.deb
 7f480c4208d8ffb616a862e0dd757ab8 176412870 games extra 
widelands-data_17~rc2-3_all.deb
 cd34c8cc723c2ba78476951829286a83 31574134 debug extra 
widelands-dbg_17~rc2-3_amd64.deb

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

iQIcBAEBCAAGBQJPiUUoAAoJEJi9lyRPc76nIHQP/A9l8yxWBQ2saN3ueX4YBvc2
3+dNjDcnwG7HqOCgE0mRFr5dLpcobnFWxVlvrKaOAS4x2tMxhUlTkoQ+XBq8V/YL
Y6vvA5cZFkPTKL7t/cblYZiBPMW4SjL3tsqyicIagyDNvAUhe562+OluPB6pAxiN
JVVcIewnwI8//7dz2KPWzKhR+WgsSOlWgCK0AJVBYHCc3i0SZFt89GAMfKeGynFX
xizSbjxEfR9rWXQSF/5yKl0ZG8WayKYJ/19nbuEVbWbwtYGLKub4sPImXV48xQdG
4HQ2GUkyp+2x3TriDfnrU0PtuQ1gQuCsFUh2zGPWdbdQtxVG+ejy57DFaqbXncQK
E2knMwcKOXv3zj8GyMPJKrnzuJFKpkwRJDIe3WWjJ0/cqnCwM7Aq6eRIVzpjNxrF
LM3cP244WTtyJ2tDSBVXPN8p1YIRh5yU0XiTc/m1wHuR3wEZPeJ/z4+B3E9tS57d
psVWaYI0lVjqv4ueo+TQLj7BPMbgN16FGu1lY7FTs55GVJfWLrNmmYkSesChJiI1
dfZNgAoZgcaujSLcU2X8GHDunZGSMsB3u6H/gtQ8xkHB+r8AhJDKYxS8Daqz4usY
yWIZV7tRy2v6gAF6aNnTL3R0IOLv2m8bt2vrAcgW8tjLVHVY47fLS+CuKkzb1rCb
Xcvip1DvywmMe04mDre0
=aDjy
-END PGP SIGNATURE-


Accepted:
widelands-data_17~rc2-3_all.deb
  to main/w/widelands/widelands-data_17~rc2-3_all.deb
widelands-dbg_17~rc2-3_amd64.deb
  to main/w/widelands/widelands-dbg_17~rc2-3_amd64.deb
widelands_17~rc2-3.debian.tar.gz
  to main/w/widelands/widelands_17~rc2-3.debian.tar.gz
widelands_17~rc2-3.dsc
  to main/w/widelands/widelands_17~rc2-3.dsc
widelands_17~rc2-3_amd64.deb
  to main/w/widelands/widelands_17~rc2-3_amd64.deb


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



Accepted rt-extension-assettracker 2.0.0~b2-3 (source all)

2012-04-14 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 11:16:20 +0100
Source: rt-extension-assettracker
Binary: rt4-extension-assettracker
Architecture: source all
Version: 2.0.0~b2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Request Tracker Group 
pkg-request-tracker-maintain...@lists.alioth.debian.org
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 rt4-extension-assettracker - asset tracking extension for Request Tracker
Changes: 
 rt-extension-assettracker (2.0.0~b2-3) unstable; urgency=low
 .
   * Add debian/watch
   * Remove RT 3.8 support as request-tracker3.8 is being removed from
 Debian (see #668461)
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 f80bdb67ae929289c58ee7592da2870eea0f60d8 1573 
rt-extension-assettracker_2.0.0~b2-3.dsc
 58186c9edd241095c4ead925f4acbf34e6ef7e44 24536 
rt-extension-assettracker_2.0.0~b2-3.debian.tar.gz
 c03f8d4aa0f0867884dded2936121e2782f981a4 215730 
rt4-extension-assettracker_2.0.0~b2-3_all.deb
Checksums-Sha256: 
 5894f529b264afe97ae56d71f310ed1ca7a9d7f85983becc2301f7a40144661d 1573 
rt-extension-assettracker_2.0.0~b2-3.dsc
 f15c9066adac113af22f8df926d81d3340bade7b623126dd75bfc3072ccdc490 24536 
rt-extension-assettracker_2.0.0~b2-3.debian.tar.gz
 3b05d200b510e3e5741f70b0fc1d31aedf99f5eb5417e5c2c14580f1767cc022 215730 
rt4-extension-assettracker_2.0.0~b2-3_all.deb
Files: 
 aee71190bc52ec9e84247ac341c60650 1573 perl optional 
rt-extension-assettracker_2.0.0~b2-3.dsc
 cde844e94bbce93955ba981624fc0c5a 24536 perl optional 
rt-extension-assettracker_2.0.0~b2-3.debian.tar.gz
 fc607f1621614831bc2178bcd975b652 215730 perl optional 
rt4-extension-assettracker_2.0.0~b2-3_all.deb

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

iD8DBQFPiU7QYzuFKFF44qURAoczAJ9JJsKEaQI/beZrfQRvYhP0sUnYBwCg4h8b
Uqq6tuRLWAdrdAqrM/v988A=
=2cPA
-END PGP SIGNATURE-


Accepted:
rt-extension-assettracker_2.0.0~b2-3.debian.tar.gz
  to 
main/r/rt-extension-assettracker/rt-extension-assettracker_2.0.0~b2-3.debian.tar.gz
rt-extension-assettracker_2.0.0~b2-3.dsc
  to main/r/rt-extension-assettracker/rt-extension-assettracker_2.0.0~b2-3.dsc
rt4-extension-assettracker_2.0.0~b2-3_all.deb
  to 
main/r/rt-extension-assettracker/rt4-extension-assettracker_2.0.0~b2-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/e1sj0j2-0005ht...@franck.debian.org



Accepted moodle 1.9.9.dfsg2-6 (source all)

2012-04-14 Thread Tomasz Muras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Apr 2012 21:55:48 +0100
Source: moodle
Binary: moodle
Architecture: source all
Version: 1.9.9.dfsg2-6
Distribution: unstable
Urgency: high
Maintainer: Moodle Packaging Team 
pkg-moodle-maintain...@lists.alioth.debian.org
Changed-By: Tomasz Muras nexor1...@gmail.com
Description: 
 moodle - course management system for online learning
Closes: 668411
Changes: 
 moodle (1.9.9.dfsg2-6) unstable; urgency=high
 .
   * Backporting security fixes from Moodle 1.9.17
  - MSA-12-00013 DB activtity export does not respect groups
  (CVE-2012-1155, closes: #668411)
Checksums-Sha1: 
 a0fedc67e3b731154d7324bd2b9c3d241a33f8da 1694 moodle_1.9.9.dfsg2-6.dsc
 0436e4e786a263faa0737d56d2b580d5306abf84 88815 
moodle_1.9.9.dfsg2-6.debian.tar.gz
 a324e7eed653ffc3db93c9fd0a67203190e396c3 10047668 moodle_1.9.9.dfsg2-6_all.deb
Checksums-Sha256: 
 7ae93607a3d310987003adf1c1a129d5610f47b5dbc21c47f6da0acb13211d7d 1694 
moodle_1.9.9.dfsg2-6.dsc
 59c18daecd8634c0e8cdfd5f4d6a69b82bc7225f2195df8905a8516ae8744266 88815 
moodle_1.9.9.dfsg2-6.debian.tar.gz
 9f3934b4ae6653b0b9f851579bdcdb83636504efce0991094dbb5615a0aa5b7c 10047668 
moodle_1.9.9.dfsg2-6_all.deb
Files: 
 c50a7d0e721da5ca041adefd37da5035 1694 web optional moodle_1.9.9.dfsg2-6.dsc
 6103ad1201fc2ac2ed14773520ff5c63 88815 web optional 
moodle_1.9.9.dfsg2-6.debian.tar.gz
 a2863d75bf2709e6fa044d729976380b 10047668 web optional 
moodle_1.9.9.dfsg2-6_all.deb

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

iQEcBAEBAgAGBQJPh0KBAAoJEIfMiettfca2P3AH/025MV4maGZDLFuAB8YLR9vh
T1dg9z5REw6GQKOqORWaKJKzZfBxiDJA3l838l2GKZGXLPyAfk5Sqet/rJ8+E7j4
9y5vigc+eNyOVV3BSpnE3j3wJGw0bSGPpWDi1wsVofyl24nNh2gADRiityLJi57a
DdW7pR2WuIxRrg68H1DpEOghcrCjAeuGW7cyicqafJO45n2Z40a9iOu8AhZ635Tu
/NcPnX0yl/8j3RfJB0Iz+Y1vi2+Rs3oR619IG6SWab4b4O75LOJarP23IXBEIbzg
HkBnRlliPDdanK3w/DZTtJplbGxEeLiyClxmcTKDMueVRbGMNFajfGonafyuldA=
=TOm6
-END PGP SIGNATURE-


Accepted:
moodle_1.9.9.dfsg2-6.debian.tar.gz
  to main/m/moodle/moodle_1.9.9.dfsg2-6.debian.tar.gz
moodle_1.9.9.dfsg2-6.dsc
  to main/m/moodle/moodle_1.9.9.dfsg2-6.dsc
moodle_1.9.9.dfsg2-6_all.deb
  to main/m/moodle/moodle_1.9.9.dfsg2-6_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/e1sj0w6-00085n...@franck.debian.org



Accepted pan 0.136-1 (source amd64)

2012-04-14 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 11:44:57 +0200
Source: pan
Binary: pan
Architecture: source amd64
Version: 0.136-1
Distribution: unstable
Urgency: low
Maintainer: Dominique Dumont d...@debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 pan- newsreader based on GTK2, which looks like Forte Agent
Closes: 667080
Changes: 
 pan (0.136-1) unstable; urgency=low
 .
   * new upstream version:
 - upstream removed the test that failed in kfree-bsd (Closes: #667080)
   * refreshed rm-windows-mac-entries patch
   - removed obsoletes patches (add-missing-pot-file glib-single-include.patch)
   - removed TODO from docs: no longer provided by upstream
   * copyright: updated for new upstreams files and copyright
   * debian/rules:
 + added override_dh_auto_configure to enable optional features
   + debian/control: depends on said optional features: libgnutls-dev
 libnotify-dev  libgnome-keyring-dev and libdbus-1-dev
   + added debian NEWS to warn users about changes in the way
 passwords are stored and potential issues
Checksums-Sha1: 
 ea97edc730b4168e77effe06b44c450610dadf4c 1928 pan_0.136-1.dsc
 05c5b3577ea7445d74b0be0ec91dfabe18c6717f 1509412 pan_0.136.orig.tar.bz2
 4065228faf9b80bbf2de221a5f338b863b952ac3 16973 pan_0.136-1.debian.tar.gz
 9eb32c2e7547952c3a1de96d2a72c33b7b59bc5b 1369820 pan_0.136-1_amd64.deb
Checksums-Sha256: 
 db11684b8f88f5393377f16fe74c003327a1753481cba6a475f3159d520aacbb 1928 
pan_0.136-1.dsc
 9bca461434bb99bd497a70413f43cb3ffec0299846dcd11d389d23e888af4225 1509412 
pan_0.136.orig.tar.bz2
 6c44c4b606fcd6a0cddab3706f238cdafe27b20c9038754a3d49a681b816ca22 16973 
pan_0.136-1.debian.tar.gz
 c243faf7af2a3af97bb11f65e536b6251aa96e3c00887dfc5daef4c539e1226e 1369820 
pan_0.136-1_amd64.deb
Files: 
 9e5de6333c75326bde91c37091701f4e 1928 news optional pan_0.136-1.dsc
 4b7f1f345797e44fe9c58f9c4480fa79 1509412 news optional pan_0.136.orig.tar.bz2
 4e612b6e506532a91f02d41322d199d0 16973 news optional pan_0.136-1.debian.tar.gz
 f8ca1693d3ad8aca5219fd98d0f2ac06 1369820 news optional pan_0.136-1_amd64.deb

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

iQIcBAEBAgAGBQJPiVABAAoJEMMfT9lJqytsAFoP/0AG1kQy58wbURBHueXQ6rq8
/m9ZU+BswOnEAcDUXnPNpE0cb3qLlkzIlj1rrw7cQ2vSdNy2fxAyfspAX3C1hgr9
EUuos7QWqjeyeZPSlORg0dedYKocWEuHSIpjWiNaGR7C1lih3ETqjhGZfrlpz/Jp
0SOS+DeN/DLwu/ZRyL3E8jAZA7gk5C+z2cn7BcLCC2NvV00pkD6WtTsSxK7mnjus
popPtteXYiMIhmaVwQWIZqmOcXS/JH1qOa0MdGjuUSqz/Ry+pwoG1zHoAtnzDBLc
PydKalss7jOCBNwEY01+Irmx5CCwtm/GZmm8Rsoa/6C2E0n2uQtZaXnCdA543C9+
+f5Somcvx/JZ3NvP1iZmOt3qH6LP4T8YeAvnx+3COwVzMTu4T5p5+oQaFpS+3ohI
ijfd/uPIRy7Xe8Ukd+2SXtJ09Fi7PhFXeeSrmgMjZp3xFRJwwPabX5dMl79Sg+tO
U4EeSnGlIIxs/kTSc9VeLzQmHliR3zs9RSNVlaUYkgJBTPh4savzpAYY3lBsKpwS
gOofTGinxrdgoQwDAdDdwe8RJR5mbuTMkaAVi0q8dsDOKUkw4UHoQ7CPj8zSLF9K
KkbgUyFTziXxT6Tw8f/Vp/rjHMRM82ble8mcV64kdthAOugJ4gswRH2h76ZkdjtG
Qv2+Z/R9QP55xc37E94w
=SVx1
-END PGP SIGNATURE-


Accepted:
pan_0.136-1.debian.tar.gz
  to main/p/pan/pan_0.136-1.debian.tar.gz
pan_0.136-1.dsc
  to main/p/pan/pan_0.136-1.dsc
pan_0.136-1_amd64.deb
  to main/p/pan/pan_0.136-1_amd64.deb
pan_0.136.orig.tar.bz2
  to main/p/pan/pan_0.136.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/e1sj0wn-0008bk...@franck.debian.org



Accepted spatialite-tools 3.0.0-2 (source i386)

2012-04-14 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 11:55:00 +0200
Source: spatialite-tools
Binary: spatialite-bin
Architecture: source i386
Version: 3.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 spatialite-bin - Geospatial extension for SQLite - tools
Changes: 
 spatialite-tools (3.0.0-2) unstable; urgency=low
 .
   * Fixed debian/watch to properly mangle upstream versioning scheme
   * Added DEP-3 header to 05-dont_relink.patch
Checksums-Sha1: 
 d39bbe3f0809bdd34b8625e350c8e919e4b7f086 1565 spatialite-tools_3.0.0-2.dsc
 939d40fd8dbc189b7c2c5c62f513e7a1d23d2add 13779 
spatialite-tools_3.0.0-2.debian.tar.gz
 e1c7eb72b9603750b51a007c47bba5245e23fba7 129302 spatialite-bin_3.0.0-2_i386.deb
Checksums-Sha256: 
 bfcdce444901790e1f83648461bafeb816dd0a1876378cac397c33b1ceb64938 1565 
spatialite-tools_3.0.0-2.dsc
 64949b120da87bb8247cf58964e170d3ed484c28a58d96f4981006fdb302c0b3 13779 
spatialite-tools_3.0.0-2.debian.tar.gz
 a1707bcaa07f9523160115147e5ce260b880606be3053e3779f2d81d64ef5992 129302 
spatialite-bin_3.0.0-2_i386.deb
Files: 
 558c38a5e15205fa6eb049c806be3528 1565 science extra 
spatialite-tools_3.0.0-2.dsc
 7327db70a5f0dc87fb70f49899be13cd 13779 science extra 
spatialite-tools_3.0.0-2.debian.tar.gz
 802115702ee4d7d37a6397a09b30be9e 129302 science extra 
spatialite-bin_3.0.0-2_i386.deb

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

iEYEARECAAYFAk+JUosACgkQ5qqQFxOSsXQo/gCfeyjPBMRainTZcHG3Jykm0/J2
7DEAoK6txGijqg1AKrkE4PqC8PzM+LBk
=Anya
-END PGP SIGNATURE-


Accepted:
spatialite-bin_3.0.0-2_i386.deb
  to main/s/spatialite-tools/spatialite-bin_3.0.0-2_i386.deb
spatialite-tools_3.0.0-2.debian.tar.gz
  to main/s/spatialite-tools/spatialite-tools_3.0.0-2.debian.tar.gz
spatialite-tools_3.0.0-2.dsc
  to main/s/spatialite-tools/spatialite-tools_3.0.0-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/e1sj0x1-0008qe...@franck.debian.org



Accepted libmodule-extractuse-perl 0.27-1 (source all)

2012-04-14 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2012 22:19:39 +0200
Source: libmodule-extractuse-perl
Binary: libmodule-extractuse-perl
Architecture: source all
Version: 0.27-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting fschl...@zedat.fu-berlin.de
Description: 
 libmodule-extractuse-perl - Perl module to find out modules used by the 
specified Perl source
Changes: 
 libmodule-extractuse-perl (0.27-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release.
   * Drop spelling.patch, merged upstream.
   * debian/copyright: update to Copyright-Format 1.0.
   * Update year of upstream copyright.
   * Bump Standards-Version to 3.9.3 (no changes).
   * Update build/runtime dependencies.
 .
   [ Florian Schlichting ]
   * Add back libtest-deep-perl to build dependencies, needed for testing.
   * Add libuniversal-require-perl to build dependencies to enable running
 another test.
   * Add myself to uploaders and copyright.
 .
   [ Salvatore Bonaccorso ]
   * Lower versioned Build-Depends for Module::Build.
 Lower alternative versioned Build-Depends for libmodule-build-perl to
 perl (= 5.11.4) | libmodule-build-perl (= 0.360100).
Checksums-Sha1: 
 e3d12e88cd067eba1dfbac3d4c8af4211f00ad35 2454 
libmodule-extractuse-perl_0.27-1.dsc
 55e9a5af52a27a7d4356f0e3aac0e038ab541201 26512 
libmodule-extractuse-perl_0.27.orig.tar.gz
 5d53fb9aac14f883088d8a5c958e0531555f32c7 2268 
libmodule-extractuse-perl_0.27-1.debian.tar.gz
 f064413c625180ae2176e7d18c72cb38bbb04c8a 24426 
libmodule-extractuse-perl_0.27-1_all.deb
Checksums-Sha256: 
 b35490e33feb26d9bb9e41ad1de887d97966be9b3e5d9172f6a3f26513ac228a 2454 
libmodule-extractuse-perl_0.27-1.dsc
 aec925798638266cc3e539effb549d1b4df1927bec77e5cc329cb2870c1172f6 26512 
libmodule-extractuse-perl_0.27.orig.tar.gz
 a409e047f462c89073ee51fff999c55da06190712a1053c7f700e097a0c24d26 2268 
libmodule-extractuse-perl_0.27-1.debian.tar.gz
 f68417a792510d47e133383e3072254330569499a05a40e32b5419f1a28d9538 24426 
libmodule-extractuse-perl_0.27-1_all.deb
Files: 
 6e1f8a70ea5a36a31a89c44d1f14e16e 2454 perl optional 
libmodule-extractuse-perl_0.27-1.dsc
 86c988672dd3f5b80c4b54f6caffcfb9 26512 perl optional 
libmodule-extractuse-perl_0.27.orig.tar.gz
 4744dda25537b0f5bc09eea62a5122b4 2268 perl optional 
libmodule-extractuse-perl_0.27-1.debian.tar.gz
 bbe82186a1e0c32f9382870754905247 24426 perl optional 
libmodule-extractuse-perl_0.27-1_all.deb

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

iQIcBAEBCAAGBQJPiWCwAAoJEHidbwV/2GP+42QQAKH6UzE9afsf96eqebT1n49O
7hxoLG6y/fpacPmPFzqxny7QEUcaRDX3yBtpx7Xo9TEv5+Z5SF3uI8oRjgvjzzpM
psSmGBEC+78R6lC9WgNeTCfJ2pGUw0eJuAnVp5LxUiY36G4lLhMHgOjQFgTF5TtH
SM/OCQRPHwaDIzKGMGjpYcJXLh2t/ZtegnHl5ohdVquyTm7GZK4jAw95NXHZFava
q836F+E+Fak+ZvhI6Eek75r1HExSujMpnlHkdf6RZ8RWQUTBSCNZeCJcTJLSgufC
qZJyQY2XJtl1ohf9Ns/7nrQe5Vt6I89hMqvul30CzRrEoSvAyMOkBmCQ4ldHFFG2
JmgKeCOjiSANWAqo5fEqsOahk4foZZsInbRSXUhd5ghq2ZFzBOPNT7sfgxl2S5ue
TMOT9jfzA/6agbDUeRGekliZorbXh5FrzqVd2lk3HPN8AIITdH4jQjD9hRgURWhZ
9xmC619PgfAiKgFuYrurQowMxOTcXhua4o+fdg82EomOKwhJ55x9ClsEMAnb2XxZ
kge3sc9u6nI3b+n5U7ndbmNcHFrXDFZI6Mf1uyiU0rjSY8MUhaozv5QLoi6f9Y0B
Ua9ch1LRS2/JvvrpReuq0cuMHSF9p73f6z4awSa25mcr5Kw4uEQMgy08pB1ldiNi
F45ZWjyE0md7M7XIqx/N
=kJiv
-END PGP SIGNATURE-


Accepted:
libmodule-extractuse-perl_0.27-1.debian.tar.gz
  to 
main/libm/libmodule-extractuse-perl/libmodule-extractuse-perl_0.27-1.debian.tar.gz
libmodule-extractuse-perl_0.27-1.dsc
  to main/libm/libmodule-extractuse-perl/libmodule-extractuse-perl_0.27-1.dsc
libmodule-extractuse-perl_0.27-1_all.deb
  to 
main/libm/libmodule-extractuse-perl/libmodule-extractuse-perl_0.27-1_all.deb
libmodule-extractuse-perl_0.27.orig.tar.gz
  to 
main/libm/libmodule-extractuse-perl/libmodule-extractuse-perl_0.27.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/e1sj1ri-00068f...@franck.debian.org



Accepted autojump 20-1 (source all)

2012-04-14 Thread Tanguy Ortolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Apr 2012 13:59:47 +0200
Source: autojump
Binary: autojump jumpapplet
Architecture: source all
Version: 20-1
Distribution: unstable
Urgency: low
Maintainer: Tanguy Ortolo tanguy+deb...@ortolo.eu
Changed-By: Tanguy Ortolo tanguy+deb...@ortolo.eu
Description: 
 autojump   - shell extension to jump to frequently used directories
 jumpapplet - autojump notification icon, to jump to frequently used directorie
Closes: 649580
Changes: 
 autojump (20-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/autojump.links: link autojump to /usr/share/autojump where it is
 used as a module imported by jumpapplet.
   * debian/patches:
  + jumpapplet-include-functions.patch: removed, remplaced by a simpler
solution than copying functions from autojump to jumpapplet.
  + jumpapplet-import-path.patch: import autojump from jumpapplet using a
full path.
  + man-source.patch: updated, the manpage now being written in Markdown
and compiled with Pandoc.
  + fix-manpage.patch: fix the buggy manpage produced by Pandoc.
  + move-to-usrshare.patch: refreshed.
  + use-python3.patch: refreshed.
   * debian/copyright:
  + updated copyright date (to 2012).
  + updated to released format.
   * debian/autojump.docs: README.rst replaced by README.md.
   * debian/control:
  + update Standards-Version (no change required).
  + correct a typo and indicate that the user has to source autojump to be
able to use it. (Closes: #649580)
Checksums-Sha1: 
 c6ba1ae0ce8c3f06790cf94ff94203856c1b31cb 1891 autojump_20-1.dsc
 7de157feb90dc22d5959914fa531844c68d5ba7b 28575 autojump_20.orig.tar.gz
 d276cd6d8f3d5f2b3714eaf98effc6e9f71a21eb 7747 autojump_20-1.debian.tar.gz
 964d36d8602b269f170c72c9ad5798b29dbb8a09 14756 autojump_20-1_all.deb
 8a547f1ad65cadb841e5bfeddbd705bb6829812e 9840 jumpapplet_20-1_all.deb
Checksums-Sha256: 
 bf650646aa52440aa98c9a641cdfafd08037806ae07309ecfd795c58a9eb1420 1891 
autojump_20-1.dsc
 a2a8cf2dcda97fef227a53b3a634ebb7173e0f8da97545da247e7f4de88ba408 28575 
autojump_20.orig.tar.gz
 46507270a0aad90ef17e1331f61a0a11626913456a7a1dcb59549a17db1ba3e3 7747 
autojump_20-1.debian.tar.gz
 f9e95aafd963d8476800131e663fbc2b03c13d4b9d0d2bd42f99562e4e1d1517 14756 
autojump_20-1_all.deb
 a50db9ec3c859f715ff29524a65f0ca274920d5933491ccb46a1534690551db7 9840 
jumpapplet_20-1_all.deb
Files: 
 f34549603bf3adc79bc24a9ebbe0a903 1891 shells optional autojump_20-1.dsc
 5297817c33959cb5afc070f5d174b24f 28575 shells optional autojump_20.orig.tar.gz
 18d510c00b131a3f22cf6c91316013ed 7747 shells optional 
autojump_20-1.debian.tar.gz
 95aa5070903dd797b29bc3922019d649 14756 shells optional autojump_20-1_all.deb
 767444a211d78ede7b99b68a80489cdb 9840 x11 optional jumpapplet_20-1_all.deb

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

iQIcBAEBCgAGBQJPiWcEAAoJEOryzVHFAGgZiWIQAIb5eVIQX+PEV9QAQC3V7sR7
8NEHlBHNmvn7EENOF+JEE2zhyt1AlCxrIUkj7iY0pzTxXOdTl+El3rcZCh0knRG1
TqwM6jnPth+7DnLpV+A6eAQaPNasA03ahTkmtW7tz8OeRd9qkgHDy3zrENMrVrw2
eBqQ2krau2bz433l7QctfRtemzeKivQfyR6UzGJjxJfOX1puYPVcKTM14Dkvpy3+
TWl4U2JOBaQRbEVzvHxqFsQidWBtBxktH8NO9H6c4+AcHZEtcaTjy+uctVggPoJL
Dp+++5liZuQEJ/Jh7Y2Fm46LNR+QNuA1VmduA4iBqMCUVmUzF9j4i3+drndvp80L
IQfdQJfseFGxPRoBD7EH3/oQjMUWOcBRskV7ULzkCrQCTPhqt/wlk5MQGqz59c7P
DARGxx7jOzGxo1I0JMbT5tS7IiK1bT4NvscrzOwgJmgRskPUZCOFktHAWzV8Bm/4
TDa4Isf33F+ksdpt7x151W+E3vZr7EUEUzL2DfpthvIK9pRF+SjuUNy/hSKOK45f
BeWeN3UQ96zs98KROe0ZyKH/wJ3GiJ0Ql8ACY4E7fhamuLPgCq2VoMamOk2AW21r
K4MLCPuB0bbxMdrKx/+VublJqWcOvSmhC8oCGvIbEGTklGVefbp9555nl7+5wG6k
IK3bWIPeUzhMYNE2hMnX
=r0sW
-END PGP SIGNATURE-


Accepted:
autojump_20-1.debian.tar.gz
  to main/a/autojump/autojump_20-1.debian.tar.gz
autojump_20-1.dsc
  to main/a/autojump/autojump_20-1.dsc
autojump_20-1_all.deb
  to main/a/autojump/autojump_20-1_all.deb
autojump_20.orig.tar.gz
  to main/a/autojump/autojump_20.orig.tar.gz
jumpapplet_20-1_all.deb
  to main/a/autojump/jumpapplet_20-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/e1sj1uh-0003v0...@franck.debian.org



Accepted ecl 12.2.1-1 (source all amd64)

2012-04-14 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Apr 2012 13:13:12 +0200
Source: ecl
Binary: ecl ecl-doc
Architecture: source all amd64
Version: 12.2.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 ecl- Embeddable Common-Lisp: has an interpreter and can compile to C
 ecl-doc- documentation for Embeddable Common-Lisp
Closes: 648993
Changes: 
 ecl (12.2.1-1) experimental; urgency=low
 .
   * New upstream release
   * Import patch to build on the hurd (Closes: #648993)
Checksums-Sha1: 
 07eb13963b1113d3f12af11b984eaca8304b9b44 2157 ecl_12.2.1-1.dsc
 916d9991f17f644565e100a51fa4364840b377e1 8974948 ecl_12.2.1.orig.tar.gz
 af5a22c2d5eede0cd8102f7bf0416b2ca69211a7 37365 ecl_12.2.1-1.debian.tar.gz
 ac09e2fe0e22cdcaada1c28a2e253c2f5efa4c1d 5846 ecl-doc_12.2.1-1_all.deb
 1a3c9ae5fa1b3b0ad31c45b5e28ef05880c40c75 4510076 ecl_12.2.1-1_amd64.deb
Checksums-Sha256: 
 43d9b029d4c8c329a22994049eab74edb162a58f7199efdf3997a6365e874479 2157 
ecl_12.2.1-1.dsc
 dbb3f83c27f3d2565ca22c1c6b4ab497bbfdd0d0a7b09dee76338f378621f091 8974948 
ecl_12.2.1.orig.tar.gz
 3ec79c23a84fcf8e0c679491ac3449e37b6da07e9e1131af2346011cbc42caa5 37365 
ecl_12.2.1-1.debian.tar.gz
 5c00f5973e959f9f92c04b84e0c4e7003be94f14fac40bd17c9b09d9bd1953e4 5846 
ecl-doc_12.2.1-1_all.deb
 ae3d167d33efc6183bffaccbee34ed6d2bbd758ba9d65bd05d12df4f53bcda84 4510076 
ecl_12.2.1-1_amd64.deb
Files: 
 2be63993ea4bdebe60abb21542122db1 2157 devel optional ecl_12.2.1-1.dsc
 1a54b733e7cd07af2b1cb6d7f8b716d2 8974948 devel optional ecl_12.2.1.orig.tar.gz
 f4d92a33e0c32d596c5ce040e26bb7ef 37365 devel optional 
ecl_12.2.1-1.debian.tar.gz
 7e29c02974c0aa1f162228cb20ffc603 5846 doc optional ecl-doc_12.2.1-1_all.deb
 815629c8344693adcfa6cd02401bd2aa 4510076 devel optional ecl_12.2.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPiWVxAAoJEKv/7bJACMb5pSAP/2knPWFfXE5n6mXJxPfqJSYo
kqQINJSRkLG0L/xMPMBB+j1VLyvtn8rutsGo6fAs62VM7Ud+/CS3O5lP5Wk2Zbe8
3R2WSd34okm1RMHuFNahKu9+gaiO4C7ZNXZOMhmF+qpaTcQH60LmDAwY/dhnrVtC
rA/hiRMinstaCuRlHtoGdQbThCaDVeh4VV5US4NxNmgztzsruW4We+Rr12lLm88d
9OY91XjMcTHETD6brp4rsUoEg/hbDcZLB6oREAOTl9F3R4frS/Rqq8aLyICWkwI6
7EyVJrpP9wRC1tzGDdK2W6joBrNtpFD+H8dm3XipMCALkfRjRAwibUYULNGwrkJX
wNPqk6dkgKN7SpnliPC+aismPNtaWwLIKLfC3N3nmRVwjBEAVfFJnS15xHpLGmRS
DXfUbGWC0cteFPEWuV3RhHzHRW0V1HugyofmAGEShuHAuY7GS4FuG19PjVVe4r/Z
5aJiRhBMf1KgLz6OXZ42+JTJKiXUPajQ3SznIGu1ycApTkUPxIYnJmsmx3T7E3qg
asJ5eOnj/tf7geTFqds4lQ1USbhG7wOUOlfspYIVYbV6V6BSzFU0L1V9FcdSGvPb
2jqqAn09qtmYYUiqCkZPzR2Pnm40eTmdoCcIyQz+vCr/uRYAuvR10TUN1jOF/eZT
2nrG9pMzmHyDyMAZgr/7
=tAD9
-END PGP SIGNATURE-


Accepted:
ecl-doc_12.2.1-1_all.deb
  to main/e/ecl/ecl-doc_12.2.1-1_all.deb
ecl_12.2.1-1.debian.tar.gz
  to main/e/ecl/ecl_12.2.1-1.debian.tar.gz
ecl_12.2.1-1.dsc
  to main/e/ecl/ecl_12.2.1-1.dsc
ecl_12.2.1-1_amd64.deb
  to main/e/ecl/ecl_12.2.1-1_amd64.deb
ecl_12.2.1.orig.tar.gz
  to main/e/ecl/ecl_12.2.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/e1sj1vj-0003jc...@franck.debian.org



Accepted fontypython 0.4.2.3-5 (source all)

2012-04-14 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 16:59:28 +0530
Source: fontypython
Binary: fontypython
Architecture: source all
Version: 0.4.2.3-5
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 fontypython - Find, view and manage font files of all kinds
Changes: 
 fontypython (0.4.2.3-5) unstable; urgency=low
 .
   * debian/patches/Fix_for_.fonts_dir_creation.diff:
 + Fixed patch from upstream, now set userfontpath to ~/.fonts directory to
   install POGS properly.
Checksums-Sha1: 
 7937caea30b8819e1fe8abcf23428cf5a30e0bce 1196 fontypython_0.4.2.3-5.dsc
 7e3088d62cce620ab3f74cf7adf95352826258b7 4581 
fontypython_0.4.2.3-5.debian.tar.gz
 932e9ade0d2786cee7b139ff12a227b58add20d2 323034 fontypython_0.4.2.3-5_all.deb
Checksums-Sha256: 
 b2a51a315e5f072027e10caa0e45d7546efe1a64c6356f2d5569e8691f3e7a81 1196 
fontypython_0.4.2.3-5.dsc
 4db336ef1e1197fd75b2ad61c2f07b46bef401a102ab90e668340c2ff0f3a7bf 4581 
fontypython_0.4.2.3-5.debian.tar.gz
 a198506c8e08a004ec6579a960bdd474d3e04e07ba9887f0037577569f96ba6d 323034 
fontypython_0.4.2.3-5_all.deb
Files: 
 a9374d2cc635cd1607176ffa15ec4b2d 1196 fonts optional fontypython_0.4.2.3-5.dsc
 a0a66bc486b46e26c01da4c8eb0c6ad3 4581 fonts optional 
fontypython_0.4.2.3-5.debian.tar.gz
 dfae6281b81300b2846e829d6e2e6e13 323034 fonts optional 
fontypython_0.4.2.3-5_all.deb

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

iEYEARECAAYFAk+JaKYACgkQoRg/jtECjI1OSgCdGq5OLu55cka1hYW2yWD7kiy7
dEIAn0w0753YIG6BnsYR0jPkK9XekNHg
=GJTH
-END PGP SIGNATURE-


Accepted:
fontypython_0.4.2.3-5.debian.tar.gz
  to main/f/fontypython/fontypython_0.4.2.3-5.debian.tar.gz
fontypython_0.4.2.3-5.dsc
  to main/f/fontypython/fontypython_0.4.2.3-5.dsc
fontypython_0.4.2.3-5_all.deb
  to main/f/fontypython/fontypython_0.4.2.3-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/e1sj1vx-0003oq...@franck.debian.org



Accepted amoeba 1.1-24 (source i386)

2012-04-14 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 14:11:44 +0200
Source: amoeba
Binary: amoeba
Architecture: source i386
Version: 1.1-24
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson se...@debian.org
Changed-By: Steinar H. Gunderson se...@debian.org
Description: 
 amoeba - fast-paced, polished OpenGL demonstration by Excess
Changes: 
 amoeba (1.1-24) unstable; urgency=low
 .
   * Remove obsolete file debian/patches/debian-changes-1.1-21
 (see changelog for 1.1-22).
   * 24-build-on-kfreebsd.diff: New patch, based on work by
 Christoph Egger; should make Amoeba compile and work on kFreeBSD.
Checksums-Sha1: 
 b633cd0e078aa03aa094dd6af7974ab13f11532e 1208 amoeba_1.1-24.dsc
 52950aea34672f43227493fce51353fa9c82ddb9 20343 amoeba_1.1-24.debian.tar.gz
 5c486382dbe51a49e003fb0f3bf919928307124f 90652 amoeba_1.1-24_i386.deb
Checksums-Sha256: 
 38c7219c635ad3022c636d7ec5264f0ad204e34c896d5379ee566f6a0f6eec71 1208 
amoeba_1.1-24.dsc
 23b8b9dd846487676b2e840264c63dc46d7b5aa1c633f2da01b9554b4d3fa1f5 20343 
amoeba_1.1-24.debian.tar.gz
 374ebb75fdb7c5a8b3158f0bf321032c39aeb43bea8ee9f936bc10b1a6747c9d 90652 
amoeba_1.1-24_i386.deb
Files: 
 c30159003cfaf7dba44d3c1670fe5672 1208 contrib/x11 optional amoeba_1.1-24.dsc
 a6cb2870149ae47f1bf79d1fe3fe8349 20343 contrib/x11 optional 
amoeba_1.1-24.debian.tar.gz
 e4e3148b98f8c19e39f05eb20fdc63ae 90652 contrib/x11 optional 
amoeba_1.1-24_i386.deb

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

iEYEARECAAYFAk+JcOkACgkQXKRQ3lK3SH42HQCfdIYcZe/guJvohLO5KhpF19a6
QnQAnAksj+MtlSylwgQl4vYa8mkWwmu2
=H4mF
-END PGP SIGNATURE-


Accepted:
amoeba_1.1-24.debian.tar.gz
  to contrib/a/amoeba/amoeba_1.1-24.debian.tar.gz
amoeba_1.1-24.dsc
  to contrib/a/amoeba/amoeba_1.1-24.dsc
amoeba_1.1-24_i386.deb
  to contrib/a/amoeba/amoeba_1.1-24_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/e1sj2nj-0002co...@franck.debian.org



Accepted sbcl 2:1.0.56.0-1 (source all amd64)

2012-04-14 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Apr 2012 13:58:18 +0200
Source: sbcl
Binary: sbcl sbcl-doc sbcl-source
Architecture: source all amd64
Version: 2:1.0.56.0-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: 
 sbcl   - Common Lisp compiler and development system
 sbcl-doc   - Documentation for Steel Bank Common Lisp
 sbcl-source - Source code files for SBCL
Changes: 
 sbcl (2:1.0.56.0-1) unstable; urgency=low
 .
   * New upstream release
 * bug fix: fix copy-structure.  When copying from stack to heap, garbage
   could end up in the heap making GC unhappy.
   (Thanks to James Knight, lp#911027)
 * enhancements
   * SBCL can now be built using Clang.
   * ASDF has been updated 2.20.
 * bug fix: compiler errors when weakening hairy integer types. (lp#913232)
 * bug fix: don't complain about a too-hairy lexical environment for 
inlining
   when the function has never been requested for inlining.  (lp#963530)
Checksums-Sha1: 
 8ccc3f83a864684dc5ac9fb85903bead10458faf 2241 sbcl_1.0.56.0-1.dsc
 270849ae139c25544c43ef7cbecfc4f0282ba318 3615389 sbcl_1.0.56.0.orig.tar.bz2
 4896e63009ef8ba068489d25578f3d8994de9634 66870 sbcl_1.0.56.0-1.debian.tar.gz
 007190959657239c403f97dbbd7636457c907acd 1354076 sbcl-doc_1.0.56.0-1_all.deb
 68183135ad098508e304abde98b709e441020873 3636944 sbcl-source_1.0.56.0-1_all.deb
 6894035f58b73999f8640ae9c26ee3db4762555b 10695212 sbcl_1.0.56.0-1_amd64.deb
Checksums-Sha256: 
 1643aa275258101902caa2de73aca0d48a5090a2ecdc39dec85566a7c4c49e25 2241 
sbcl_1.0.56.0-1.dsc
 3c50bfa3381f46b87175ab6ecb75bf9c37974ff3f21b1f3c50dbdab1bf870533 3615389 
sbcl_1.0.56.0.orig.tar.bz2
 843c1ca26d97261eb29fdeebb6cd6e61fe1d3c5a37999738569852b336709280 66870 
sbcl_1.0.56.0-1.debian.tar.gz
 eb832f47522df59319ee9be9f53c0032fac2c41563f1e48d6bb39cfbcb5c706e 1354076 
sbcl-doc_1.0.56.0-1_all.deb
 dcfa5a8bc1a282252a15b0749b483e201a593c104163b8f61a33afdbaf99b259 3636944 
sbcl-source_1.0.56.0-1_all.deb
 7e667e7d1b129ea62f6a85c94a77ec7150a718f0f1df30ec8900a8e172f09984 10695212 
sbcl_1.0.56.0-1_amd64.deb
Files: 
 60b4ac5f655a345446a860c08190627b 2241 lisp optional sbcl_1.0.56.0-1.dsc
 f9ba54b20f057e6eb5857929bb259142 3615389 lisp optional 
sbcl_1.0.56.0.orig.tar.bz2
 e27226a705c442085f95a1b2ac867581 66870 lisp optional 
sbcl_1.0.56.0-1.debian.tar.gz
 3eea385aac3b60846409846df641a8bb 1354076 doc optional 
sbcl-doc_1.0.56.0-1_all.deb
 30b0b0d4c21515b26012c8f4c38997bc 3636944 lisp optional 
sbcl-source_1.0.56.0-1_all.deb
 b022a6472bdf3d19cace8156addfed44 10695212 lisp optional 
sbcl_1.0.56.0-1_amd64.deb

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

iQIcBAEBCgAGBQJPiWwhAAoJEKv/7bJACMb5/cEP/jobgFE+mvI3NlqoZ7KhD6WF
/5fDuAUdVgcGZHWKZSol3sqKryBFumztsxI+9PzPWL1RhG1rJ6r/emq7E+wpUN2e
SlYyc/G1yssYSfFBNERPKiWFrgOlbtJUcRUVwtptplYNMBSINnAyGQWxZyarNeOT
29BzWJw4DAnfqRu0hHiKkvVvrnV0Cy2Vhu6JOyltleZfl+6ktTq7Eo9Ov/z9EJhj
Lf3Can5/2PPEX1Fx60eZwSwlgkH9cye+YNg+rpJFVZrD1zaLdEdC+zb+E63ECSdR
ygh4/R5M2STeysrQuOyW7BL7MAl2H33hFfK483loeSnrxeDLI1RkD8sBqQiXoO8r
lCwtOhUEWMrW38E59/Ea1rdlNaenmcbRhfS5SbMqDdHg6PEs8NaxZcGwYcOuNdbv
h0W8JVWqnEa42BBX8McvXnrM14N5AoP4cfCbIA6KD/g8iTiIfmjJ0NWBMMao1Z62
j8xHNhqjdi8Ax3DiXKygOYZ/8pbaQsYiMcOo5dXXBPgZ6cuSVu2M6jKeY8eMvWy3
okwmptN7FYWjYGApjxf/McEVkNycuklGsyceMubA6sMIF9IIdY6w7FY/RJsYsitj
NqrZ9F8Ksc1NkIILFQK6PnEYr2W8xl8iZRN97HBSlh0fP5ksRGiLYi/VfCthzVGH
23Q7JjruOt2bgIZYUFl1
=8xU7
-END PGP SIGNATURE-


Accepted:
sbcl-doc_1.0.56.0-1_all.deb
  to main/s/sbcl/sbcl-doc_1.0.56.0-1_all.deb
sbcl-source_1.0.56.0-1_all.deb
  to main/s/sbcl/sbcl-source_1.0.56.0-1_all.deb
sbcl_1.0.56.0-1.debian.tar.gz
  to main/s/sbcl/sbcl_1.0.56.0-1.debian.tar.gz
sbcl_1.0.56.0-1.dsc
  to main/s/sbcl/sbcl_1.0.56.0-1.dsc
sbcl_1.0.56.0-1_amd64.deb
  to main/s/sbcl/sbcl_1.0.56.0-1_amd64.deb
sbcl_1.0.56.0.orig.tar.bz2
  to main/s/sbcl/sbcl_1.0.56.0.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/e1sj2oq-0002y1...@franck.debian.org



Accepted exuberant-ctags 1:5.9~svn20110310-4 (source i386)

2012-04-14 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 13:42:14 +0100
Source: exuberant-ctags
Binary: exuberant-ctags
Architecture: source i386
Version: 1:5.9~svn20110310-4
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 exuberant-ctags - build tag file indexes of source code definitions
Closes: 668560
Changes: 
 exuberant-ctags (1:5.9~svn20110310-4) unstable; urgency=low
 .
   * Simplify alternatives handling.  update-alternatives doesn't need so
 much babysitting these days.
   * Reduce the etags alternative's priority to 10 so that it's less than
 that of emacs (closes: #668560).
   * Upgrade to debhelper v9 and its new arrangements for honouring
 dpkg-buildflags output.
   * Append CPPFLAGS to CFLAGS, since the upstream build system doesn't
 honour CPPFLAGS.  This enables -D_FORTIFY_SOURCE=2 with Debian's default
 dpkg-buildflags configuration.
Checksums-Sha1: 
 e66bfe3edf65afb52f7fbe0ad807c3c0c3e015d0 1876 
exuberant-ctags_5.9~svn20110310-4.dsc
 3fc6d30e8eab23ac34c4ce64412473266948b6d6 11184 
exuberant-ctags_5.9~svn20110310-4.debian.tar.gz
 34c6038f7df97366812a28e219fea54598ed4b49 151320 
exuberant-ctags_5.9~svn20110310-4_i386.deb
Checksums-Sha256: 
 7a290817b1d9d7cd58aecbeef79554722b31a6d654892b91db0c87083237a445 1876 
exuberant-ctags_5.9~svn20110310-4.dsc
 1b3387127bd1f7302ea9c83c2b73b425597a602b6f6bd8c73895285956822dea 11184 
exuberant-ctags_5.9~svn20110310-4.debian.tar.gz
 47365cb1ca42d495263eb3f8ec4d63bd67301d19e949e8deb8153980c0a32470 151320 
exuberant-ctags_5.9~svn20110310-4_i386.deb
Files: 
 7612d35c1fecb392b91e44da9245fdfb 1876 editors optional 
exuberant-ctags_5.9~svn20110310-4.dsc
 b84197e7ecc8f5d61e76e13f48a1a710 11184 editors optional 
exuberant-ctags_5.9~svn20110310-4.debian.tar.gz
 61c280395c4a6c0a108f52c21ee801f2 151320 editors optional 
exuberant-ctags_5.9~svn20110310-4_i386.deb

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

iQIVAwUBT4lxnjk1h9l9hlALAQhF5RAAkFYPWGwzBlnBHchpWGbjfbFEst2LEpg6
C8u4XBi/hkdY1uRukZN6M7Y4K4v/4E1STFNevU/TnAUDHX8a56V4c/NaRutWMODp
tAlp3Y3ORMV3OogOI/w2avoSQvS34SlI+57ZGWpoIduddCy7bBHS/3pHOS4z7KCQ
Q+i1sCrDhsje+31JBdScqWM30+xX6N58jyvZDaSvjmHn/KVXCTD5GKzVBsk5N5pI
OF1jKy2Q48UxECfpC82lmQfBuGC7k39b1nVVCSan229avWC1PfHItwG/ihCS0oKj
cPRPqvaBvpmpn/LSpJvrbeTGHr4mlDEf3UcDx8jca/BnH4xtdMQbqSiUgLgnFAeu
wz3xxHxIJW/n0STFUU0gQeJu+HmepYd1iw8lnkIY5rZOsuK3VNjlT+3bCwjLkBs0
7r0Cu7AadSB2gS0uDXOSvw6cmuM2SjCRBSOzDLSJRciF5dGgEy9E3CesXnwfbYkz
NV2FCqVEJ+hSElHtCgxktWQ2V0J1eHcdy2df5VyFxStU9Lg5PmPPsFdhYgq7y4iz
syf2oJHHoUWgBclPugnpeyXHeLq5gmgVxhiqRfYo+khzqGhnXDoaqqdaYHVWxn4E
pdNK7Wl6saVoy621FRgOeDRMlXk5zZDzZJitXrwJvkvHCcvvAhvztwUFca2dswTD
2pfH6wDHv6M=
=0wdg
-END PGP SIGNATURE-


Accepted:
exuberant-ctags_5.9~svn20110310-4.debian.tar.gz
  to main/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310-4.debian.tar.gz
exuberant-ctags_5.9~svn20110310-4.dsc
  to main/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310-4.dsc
exuberant-ctags_5.9~svn20110310-4_i386.deb
  to main/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310-4_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/e1sj2ct-0006lr...@franck.debian.org



Accepted mailavenger 0.8.3rc1-1 (source amd64)

2012-04-14 Thread dererk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 09:40:52 -0300
Source: mailavenger
Binary: mailavenger
Architecture: source amd64
Version: 0.8.3rc1-1
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli der...@debian.org
Changed-By: der...@debian.org
Description: 
 mailavenger - Highly configurable, MTA-independent SMTP filter server
Closes: 667268 668749
Changes: 
 mailavenger (0.8.3rc1-1) unstable; urgency=low
 .
   * Fix FTBFS on gcc-4.7 series (Closes: #667268).
   * Fix piuparts QA checks on mailavenger:
 - unowned directory after purge: /var/lib/mailavenger (Closes: #668749).
   * Update Standard-version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 e79bfbd5df1f5e24995cedc43ee853902a03ef56 1838 mailavenger_0.8.3rc1-1.dsc
 2c554398f947c075591021e59a13278a825ec3b3 874695 
mailavenger_0.8.3rc1.orig.tar.gz
 cca262415348e4cd4bcddafbc0a1921874479fc2 8944 
mailavenger_0.8.3rc1-1.debian.tar.gz
 ee5646f4ac01cfae765336ce32f6e7e5dc1575b5 580040 
mailavenger_0.8.3rc1-1_amd64.deb
Checksums-Sha256: 
 2ff6217f62bf6934431756d9d10d83acf92ddd45c081f9fa4a2f5093e4a189f8 1838 
mailavenger_0.8.3rc1-1.dsc
 0242648ddb4f26d39e89049a23cf5ab2f8992105f124e7334835daaf636cc4b7 874695 
mailavenger_0.8.3rc1.orig.tar.gz
 c959509ae8b40aadd77909ceb16a663274503651d4a3c3f58d8cbc5917641366 8944 
mailavenger_0.8.3rc1-1.debian.tar.gz
 e9cfdd0d13c8b9f37dc4c8b185c65b145fc8ac747e272d1911a59fbc6a8822e3 580040 
mailavenger_0.8.3rc1-1_amd64.deb
Files: 
 4e85e30d148dce8f47d62002e897c6b3 1838 mail extra mailavenger_0.8.3rc1-1.dsc
 cceb557780bd394bf2c0489fc4dd26a1 874695 mail extra 
mailavenger_0.8.3rc1.orig.tar.gz
 664402ef7e7e71dfd8c370eac3c0e9a8 8944 mail extra 
mailavenger_0.8.3rc1-1.debian.tar.gz
 7096979a8a7294cc7e3ba1a996976a87 580040 mail extra 
mailavenger_0.8.3rc1-1_amd64.deb

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

iQIcBAEBCAAGBQJPiXLZAAoJEGin9OG0lUUKyQ0QAJ6LJ/Si1UMN81U5v1xCb2uz
4z+DrVXgjhqANi/z79Yt6COrhK20RffAKZ6yPE0lYhIVO09L6A7Hl2spmCMsp61J
dz2xnYPiXsvXPGpqDwXav77IBLlZeg9brL1Yzw6mx5sLj3x7Da4wJ8weqVp7rBue
SNOirK25f9lej6LsEVOdwDrM/sjuV9EWyOfdFHY3zquIqBW5WmBDbgay6y39D0Bh
d1+iiaadY3SC9S2LuTerBMIpeEtiRL+xLHmsaPRDPLUtZvPWUpUKNTpno6IDKq6W
amqh7oK7mYaAp41JLKVPby5BiJbmZ44ZPDkHIsH4xxtrlgbfiNZYFpkAFDDfG0jj
ClTpMWcaNKUdZ3/L1ac0GTqbfr4TRMIXjLi10hZhinU+Ll6lT4mobzYAumWhwrSp
cr1lKVa6UPRCetMFGy5D03WJcUP1fcTSc9Gx1Sd0wUgA6cx2lpROSA+eY2j23G48
nOSrGADIm1kf0LTHZqDE85OEKIkVlKY2GRP949VwyuTEQmaWIB7XlLjTTfesQ/Iu
V/x0gBmsXdFPo2GbBzV5mjh68ud72a70IeIYoQBJy3rP2jpfFmBRiQ2fo82rqpzq
/0jiC8S56qhu45ueWooywM4J9pMYlabaukrqMwCRlnSk7mnzAi72D8yD6a80wasJ
00qJlzIYWR686ug0mXfS
=QMXQ
-END PGP SIGNATURE-


Accepted:
mailavenger_0.8.3rc1-1.debian.tar.gz
  to main/m/mailavenger/mailavenger_0.8.3rc1-1.debian.tar.gz
mailavenger_0.8.3rc1-1.dsc
  to main/m/mailavenger/mailavenger_0.8.3rc1-1.dsc
mailavenger_0.8.3rc1-1_amd64.deb
  to main/m/mailavenger/mailavenger_0.8.3rc1-1_amd64.deb
mailavenger_0.8.3rc1.orig.tar.gz
  to main/m/mailavenger/mailavenger_0.8.3rc1.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/e1sj2do-00075e...@franck.debian.org



Accepted libdbix-class-dynamicdefault-perl 0.04-1 (source all)

2012-04-14 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 15:22:59 +0200
Source: libdbix-class-dynamicdefault-perl
Binary: libdbix-class-dynamicdefault-perl
Architecture: source all
Version: 0.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbix-class-dynamicdefault-perl - dbix-class extension to automatically set 
and update fields
Changes: 
 libdbix-class-dynamicdefault-perl (0.04-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * New upstream release.
   * Switch to 3.0 (quilt) source format.
   * Use tiny debian/rules.
   * Set debhelper compatibility level to 8.
   * Bump Standards-Version to 3.9.3; drop version from perl build
 dependency.
   * Update build/runtime dependencies.
   * debian/copyright: update to Copyright-Format 1.0.
   * Add /me to Uploaders.
Checksums-Sha1: 
 fc486e9e90a25331ccb957a350bfdc93efd6127b 2336 
libdbix-class-dynamicdefault-perl_0.04-1.dsc
 5c894113598bfb3736501cef0463e39b4367405d 22426 
libdbix-class-dynamicdefault-perl_0.04.orig.tar.gz
 15f6d1219403d5c0a38cd32d98e3edc4984a702f 1873 
libdbix-class-dynamicdefault-perl_0.04-1.debian.tar.gz
 d363aeb26110396d3e0b118bf7daac70e9bd722b 7228 
libdbix-class-dynamicdefault-perl_0.04-1_all.deb
Checksums-Sha256: 
 efaba99521cc157df9e5f6053aa6be2ecc14e936213c30e6b97083dea2a79f78 2336 
libdbix-class-dynamicdefault-perl_0.04-1.dsc
 228f51ab224642584b4dc63db6de2667c5bfae2a894a9376b210a104806a5afb 22426 
libdbix-class-dynamicdefault-perl_0.04.orig.tar.gz
 11a016ec0a107de42541cc4822182f9d71fec07b1081818cdc9c483d57149e48 1873 
libdbix-class-dynamicdefault-perl_0.04-1.debian.tar.gz
 f719193ba2f41321d9c86f91ada4cda9ad53a56ab451501247e554f20aaa7fbf 7228 
libdbix-class-dynamicdefault-perl_0.04-1_all.deb
Files: 
 a3bb97912315cd630cd235b0af34ce44 2336 perl optional 
libdbix-class-dynamicdefault-perl_0.04-1.dsc
 0f4ae1e7bc8a638f679922b387fbb011 22426 perl optional 
libdbix-class-dynamicdefault-perl_0.04.orig.tar.gz
 2a1cce41cdd821e4c4d4ef323d653dbd 1873 perl optional 
libdbix-class-dynamicdefault-perl_0.04-1.debian.tar.gz
 aaf15b6a39d63b2c1819ed54bccac3c8 7228 perl optional 
libdbix-class-dynamicdefault-perl_0.04-1_all.deb

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

iQIcBAEBCAAGBQJPiXpTAAoJELs6aAGGSaoGKBUQAME3HlT+kZvktPHqgUQESl3G
XrYmvCF9gDv2MTuJr5bKyTjSJSS8DAZ2auunpiafCCHHYaxBANQd7XYYd+GWcwvn
Ulds+FQ3mr3bWO3YggoZnmdPxler99d7XLRXf8+7kXB0m3CI49tXtmOTGZDMI3gY
0shC45Kd3kxD5Q7PwANvfRLlF8t51QmUK/EunipgqDstlk3VEap0YDUdT/BlMRys
/WIvEbyBVgjEP57Q0NxXKCui5Q0uUQZJeE2n8lncjQVowRIq3S/ENEeTp4Ewo+Us
GHF+7D7MioF/LbamOCAh77urAvklRtd6TvKHf1hUGQwYAbu6Wiv8MxmogK+i15b+
GJTKFy32P7YqycdVdOAiX/cMqxP4S412yF1jD56ezoLtkKiTt4Fb4syDEZAEa4zq
qz6DnSvls9k2S/FVzfSrReKtAjvmCiF39fMNfPdvPRv8gR2xUFiJt5XFbVxVk6L4
NYeUTqz0xHlD178Gx7OMAhKO14FR21zXc4Cut9y2xaDjnhedLuMybuatMP/69EJm
MH6PEsA5bdMSY+O1GuYlnImtw8wwxE4nGC19uoy9doFG+UeZpAstZ+McDV59NHfh
2lSWBWXfZi84HuzH2AbwmYR0Z4kEEnIL6WjAYXwkQ5GuSWdRNJctS8L5vtaBn0RI
SPCF/QA0NN+Rkn/EeqZU
=phfS
-END PGP SIGNATURE-


Accepted:
libdbix-class-dynamicdefault-perl_0.04-1.debian.tar.gz
  to 
main/libd/libdbix-class-dynamicdefault-perl/libdbix-class-dynamicdefault-perl_0.04-1.debian.tar.gz
libdbix-class-dynamicdefault-perl_0.04-1.dsc
  to 
main/libd/libdbix-class-dynamicdefault-perl/libdbix-class-dynamicdefault-perl_0.04-1.dsc
libdbix-class-dynamicdefault-perl_0.04-1_all.deb
  to 
main/libd/libdbix-class-dynamicdefault-perl/libdbix-class-dynamicdefault-perl_0.04-1_all.deb
libdbix-class-dynamicdefault-perl_0.04.orig.tar.gz
  to 
main/libd/libdbix-class-dynamicdefault-perl/libdbix-class-dynamicdefault-perl_0.04.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/e1sj36v-0006i4...@franck.debian.org



Accepted rs 20120414-1 (source amd64)

2012-04-14 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Sat, 14 Apr 2012 13:22:33 +
Source: rs
Binary: rs
Architecture: source amd64
Version: 20120414-1
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 rs - reshape a data array
Closes: 668306
Changes: 
 rs (20120414-1) unstable; urgency=medium
 .
   * Updated upstream version (Closes: #668306)
 - also fix manpage portability
 - no longer uses unreliable libbsd header files
   * Add a testsuite to prevent issues like #668306 from happening again
Checksums-Sha1: 
 24c3bfbb14a9703bb414a3088ad712c8cb4d507d 1790 rs_20120414-1.dsc
 bb077bd142467ce050c949513c0547bfd4d54cdb 8769 rs_20120414.orig.tar.gz
 02ef79bbee2056f3e8e86f30b32a1f5dff14329f 3274 rs_20120414-1.diff.gz
 5ed02720bd63df2df262209fe42aab866a8192f4 13058 rs_20120414-1_amd64.deb
Checksums-Sha256: 
 a9c5c16c53e2a15050772098f39b5dae53c549340aeeed52c233968cf2242acf 1790 
rs_20120414-1.dsc
 16e7db9a7e04c85d9f24b4236577408976d01d9bbade9b166ef65fb6199db114 8769 
rs_20120414.orig.tar.gz
 de9c0405091c982a3ccee7b77e9ce33e8f99fe192373c2a00aee5b239b6094a6 3274 
rs_20120414-1.diff.gz
 7ec87f565baa18fb61c9e7c52e03f03f3af611ae0906ee707e6c53be3782d923 13058 
rs_20120414-1_amd64.deb
Files: 
 2c919d3c655b90b8374cd17447a6b49c 1790 utils optional rs_20120414-1.dsc
 7b29ed0704c15e99d63fe88149d7775b 8769 utils optional rs_20120414.orig.tar.gz
 0c1b026505eaaeadf6e3e944f5820296 3274 utils optional rs_20120414-1.diff.gz
 1fda23c79dd6d77f8f37f70308649e19 13058 utils optional rs_20120414-1_amd64.deb

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

iQIcBAEBCQAGBQJPiX19AAoJEHa1NLLpkAfgi08P/20+rf/HYrYacOzuFlJD2McL
qTSz5sz5swrf5Ad+5JvsST2evQdyhsmdWPkYWBv1pP5InctqxuX5apY75p2Ys5S2
xf7GP0iOIf5gmg8j/mbpHr49kdDidNe66pCQHktxp8fSfDOGBLqLITZGeEeOVenp
Xz3H2u3637X8eMvJsH3fW/EPHPZKAhS7NmTDnLK5LbUashwiUWE0oZvX8PvMNqWI
9w2afO3OESkMbn5Nx7EoiClhFHMQ5+g9qvuYAyAWVC/JtqqVtGVanENslDC+sRRd
1umOpSYDp03R2Gjf6rGU/E0mnYOAU1SYaL8z7rsPqI5ll0EjMMDtBqGu/If1cfHr
Yot+PpRQAJN8cAIq2SqGMQ29oKIQz+Ak/FULt/IRhUgrBeqSEkAe3TNhBnSaIMmx
xHpESZDW1p88aToR1v5O0I6AgcZmszhLDD9lHFevlCB26R6xHGNYemv53WVJdeOg
pShLgcJhUz0KWzC77zFaLHlaXj4cQgmc7zU911JxWM6PAqqykj08+1FTw5JD3goz
y/j4pJNi433fJpFc7v5rzK9ethvak4VXINo1++N54FwptvuRfbsxPuwowvq0LmhI
U6sg4YuFB80r9uS4+ZR2w+SJJBhQXUuOryhyAMDYrrndOTQbSX8pXgqmNCAIuQQ4
mfxQcSCz3okOzZ5r1eYQ
=TNkY
-END PGP SIGNATURE-


Accepted:
rs_20120414-1.diff.gz
  to main/r/rs/rs_20120414-1.diff.gz
rs_20120414-1.dsc
  to main/r/rs/rs_20120414-1.dsc
rs_20120414-1_amd64.deb
  to main/r/rs/rs_20120414-1_amd64.deb
rs_20120414.orig.tar.gz
  to main/r/rs/rs_20120414.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/e1sj3k7-0001bh...@franck.debian.org



Accepted crawl 2:0.10.2-1 (source all amd64)

2012-04-14 Thread Adam Borowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Apr 2012 18:19:04 +0200
Source: crawl
Binary: crawl-common crawl crawl-tiles
Architecture: source all amd64
Version: 2:0.10.2-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Adam Borowski kilob...@angband.pl
Description: 
 crawl  - Dungeon Crawl, a text-based roguelike game
 crawl-common - Dungeon Crawl, a text-based roguelike game (data files)
 crawl-tiles - Dungeon Crawl, a roguelike game, tiles version
Closes: 668321
Changes: 
 crawl (2:0.10.2-1) unstable; urgency=low
 .
   * New upstream bugfix release. Closes: #668321
   * Tell the makefile to not strip instead of patching that out.
   * Install the SVG icon as .svg rather than .png.
Checksums-Sha1: 
 effd0999e52a27351067ae76bef16f94e9f264f0 1386 crawl_0.10.2-1.dsc
 d731769015dfe20a44ee18dc4553eb68e1835c94 6487088 crawl_0.10.2.orig.tar.xz
 9cbccaa36aa50ad92c711baec5b8520310522850 11409 crawl_0.10.2-1.debian.tar.gz
 aaaf6b0bccd81ef149bf297f633663cfc832aec0 1200684 crawl-common_0.10.2-1_all.deb
 8d8d9bd81ce8fc410d8e8797936fbd66e4c0800b 3602364 crawl_0.10.2-1_amd64.deb
 bac01597bc5ce43034ceb7c30cff75c5582e2b04 5950326 crawl-tiles_0.10.2-1_amd64.deb
Checksums-Sha256: 
 f57f3ddd6ee2edf3e65075e445e2393746735858677e6a43b4a6ffbe3c70fcd5 1386 
crawl_0.10.2-1.dsc
 08f9b1765ac2b6aafbcbae764de77dc2b97b53b87ca9cc0151f02d4a21ff3cdd 6487088 
crawl_0.10.2.orig.tar.xz
 a12accf415f13482505587f33316c0accef0e681246f51a9056bae44f6e4baa4 11409 
crawl_0.10.2-1.debian.tar.gz
 f628bc0d29a4b797faf3c8cfc97a69d64f538310f604648304bfded33ffd9d56 1200684 
crawl-common_0.10.2-1_all.deb
 40953cd8c95300068134980550bc9a5f0a67b7f35e0115a30cacf8913f9dabeb 3602364 
crawl_0.10.2-1_amd64.deb
 12109f297c99fa509739b63eb0595b1df42b1123562310bf691372e46747bcd9 5950326 
crawl-tiles_0.10.2-1_amd64.deb
Files: 
 a1f1d40443e943f7388377d8752365fa 1386 games optional crawl_0.10.2-1.dsc
 3fe94c426bd9d4d362c368f99e3f2622 6487088 games optional 
crawl_0.10.2.orig.tar.xz
 1119f9155854d46deb824673096d8002 11409 games optional 
crawl_0.10.2-1.debian.tar.gz
 0f7331c8a0be57fba24fd8b391299c42 1200684 games optional 
crawl-common_0.10.2-1_all.deb
 fffa9e4857d5bf00c46dd85bfcf0054b 3602364 games optional 
crawl_0.10.2-1_amd64.deb
 55bad9504928f79e294529ae8a25adac 5950326 games optional 
crawl-tiles_0.10.2-1_amd64.deb

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

iEYEARECAAYFAk+JgoUACgkQAxLow12M2nuy9QCeImSdMD40xVIPGJCDnem4o11J
+uMAnRWkUcq+qDeHfTCOAqbkxXLWpUFP
=1nmM
-END PGP SIGNATURE-


Accepted:
crawl-common_0.10.2-1_all.deb
  to main/c/crawl/crawl-common_0.10.2-1_all.deb
crawl-tiles_0.10.2-1_amd64.deb
  to main/c/crawl/crawl-tiles_0.10.2-1_amd64.deb
crawl_0.10.2-1.debian.tar.gz
  to main/c/crawl/crawl_0.10.2-1.debian.tar.gz
crawl_0.10.2-1.dsc
  to main/c/crawl/crawl_0.10.2-1.dsc
crawl_0.10.2-1_amd64.deb
  to main/c/crawl/crawl_0.10.2-1_amd64.deb
crawl_0.10.2.orig.tar.xz
  to main/c/crawl/crawl_0.10.2.orig.tar.xz


-- 
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/e1sj4g5-00045f...@franck.debian.org



Accepted freebsd-utils 9.0+ds1-3 (source kfreebsd-amd64)

2012-04-14 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 15:01:02 +0200
Source: freebsd-utils
Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol 
kbdcontrol-udeb vidcontrol freebsd-net-tools freebsd-net-tools-udeb 
freebsd-nfs-server freebsd-nfs-common geom freebsd-geom freebsd-ppp devd 
devd-udeb ktrace pf powerd mkuzip
Architecture: source kfreebsd-amd64
Version: 9.0+ds1-3
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 devd   - device state change monitoring daemon
 devd-udeb  - device state change monitoring daemon (udeb)
 freebsd-geom - modular disk I/O request transformation framework (meta-package)
 freebsd-net-tools - FreeBSD networking tools
 freebsd-net-tools-udeb - FreeBSD networking tools (udeb)
 freebsd-nfs-common - NFS support files common to client and server
 freebsd-nfs-server - FreeBSD server utilities needed for NFS on GNU/kFreeBSD
 freebsd-ppp - FreeBSD Point-to-Point Protocol (PPP) userland daemon
 freebsd-utils - FreeBSD utilities needed for GNU/kFreeBSD
 freebsd-utils-udeb - FreeBSD utilities needed for GNU/kFreeBSD (udeb)
 geom   - modular disk I/O request transformation framework
 kbdcontrol - command-line tool to change keyboard layout on GNU/kFreeBSD
 kbdcontrol-udeb - command-line tool to change keyboard layout on GNU/kFreeBSD 
(udeb)
 kldutils   - tools for managing kFreeBSD modules
 kldutils-udeb - tools for managing kFreeBSD modules (udeb)
 ktrace - A kernel call tracer
 mkuzip - Disk image compression utility
 pf - The OpenBSD Packet Filter
 powerd - System utility for power control and energy saving
 vidcontrol - command-line tool to control the system console on GNU/kFreeBSD
Closes: 650963
Changes: 
 freebsd-utils (9.0+ds1-3) unstable; urgency=low
 .
   * Restore default CPU frequency after stopping powerd.
   * Replace mount wrap script with source patch (mount_cli_compat.diff).
   * Make powerd fail gacefully when cpufreq(4) support isn't available.
 (Closes: #650963)
   * Set Priority: standard for powerd. (See #668263)
   * Fix a few lintian warnings in init scripts.
Checksums-Sha1: 
 842b527123d73f27f12879cdbf3759e5237402f0 2732 freebsd-utils_9.0+ds1-3.dsc
 19f786897ff647e31db698e8a43a5b7554c3a4aa 145801 
freebsd-utils_9.0+ds1-3.debian.tar.gz
 d8a28a85c5cedc6efb9296622723fca95104f672 261884 
freebsd-utils_9.0+ds1-3_kfreebsd-amd64.deb
 dd135f6f1c6105e25d6be95d7bc443c81abb 14718 
freebsd-utils-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 c6e2eeb27c05641a684ac86e9232d049b8d2fd0b 40450 
kldutils_9.0+ds1-3_kfreebsd-amd64.deb
 6877ac259f726811bfa182255120bb206147fa69 7420 
kldutils-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 f65fa348700e71ef72efae5cbcff06327e4e90a0 125054 
kbdcontrol_9.0+ds1-3_kfreebsd-amd64.deb
 fcff6042ec21950facb79d0c135fea9bbb0229e0 92210 
kbdcontrol-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 08ba1afd69baa67cf226f0b85b4dc75f9a05e489 126018 
vidcontrol_9.0+ds1-3_kfreebsd-amd64.deb
 c86e457713c495c565adf1706a59c1d20ec45b48 224414 
freebsd-net-tools_9.0+ds1-3_kfreebsd-amd64.deb
 4c948ba601f409b1e67bfeed4b23a99233b0037e 82770 
freebsd-net-tools-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 3ae4d8f4f36c3872ecc9bbee0c5be177e6ec767f 68616 
freebsd-nfs-server_9.0+ds1-3_kfreebsd-amd64.deb
 a12c6be745a513de5e4aff8af7749dcf91dd5868 78404 
freebsd-nfs-common_9.0+ds1-3_kfreebsd-amd64.deb
 65655e8f767ef0ec669571c0c9bf93d255771a86 157418 
geom_9.0+ds1-3_kfreebsd-amd64.deb
 b44e7abe057b6ffa6cb5206ed9cce3fa71ea4b09 21936 
freebsd-geom_9.0+ds1-3_kfreebsd-amd64.deb
 3a673720ca4a63d37329aaf2093f3ae932562b06 275994 
freebsd-ppp_9.0+ds1-3_kfreebsd-amd64.deb
 24ee2acff7cce6c5de756d592edee55ccf5e2e98 103650 
devd_9.0+ds1-3_kfreebsd-amd64.deb
 82a960cb6813ff6011b2fcaf573c39682c0438b7 73142 
devd-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 2de50bc30c0c965b49c1ef5da4b142c2bf249a40 55052 
ktrace_9.0+ds1-3_kfreebsd-amd64.deb
 49d8da3c0a034efbb305cce3dfb5b8d0f153bbc1 205622 pf_9.0+ds1-3_kfreebsd-amd64.deb
 bb2de17efae93a452b2551f840fe969949de844a 32764 
powerd_9.0+ds1-3_kfreebsd-amd64.deb
 f2e68906327d2ca02528d39b8fb2f524c4f00727 27790 
mkuzip_9.0+ds1-3_kfreebsd-amd64.deb
Checksums-Sha256: 
 d9483c27a71a3201b835ca307f178ac60dcde672eefd2735404776b9e3bafb38 2732 
freebsd-utils_9.0+ds1-3.dsc
 d05263baebbb21006b72238901916e58207cf7a05c76eb80158510bc10b13458 145801 
freebsd-utils_9.0+ds1-3.debian.tar.gz
 46daf2bc105547e78cb7e73e58fbda0e75f581b63d6399212776845dae1ef565 261884 
freebsd-utils_9.0+ds1-3_kfreebsd-amd64.deb
 3332caefb30f680f5a62d9dacfd4d7ddf20bbdd6d63e856a7aa4d5cead495113 14718 
freebsd-utils-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 c64c49995ecc90b53989932034eae46e5c7ba757eb42dced982d478f4edc5d3a 40450 
kldutils_9.0+ds1-3_kfreebsd-amd64.deb
 ebcb5b86a8ed87006e6c908de2f50d9945d5971b8f2b8800f3f132c8f60e2943 7420 
kldutils-udeb_9.0+ds1-3_kfreebsd-amd64.udeb
 a93e65a0ddfb8410638d78a75be6040df86cfc99f36924a93d8022fa3c7f60b3 125054 

Accepted w3c-markup-validator 1.2+dfsg-6 (source all)

2012-04-14 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 13:17:45 +0100
Source: w3c-markup-validator
Binary: w3c-markup-validator
Architecture: source all
Version: 1.2+dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Nicholas Bamber nicho...@periapt.co.uk
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 w3c-markup-validator - W3C Markup Validator
Changes: 
 w3c-markup-validator (1.2+dfsg-6) unstable; urgency=low
 .
   * Changed to new location of w3c-sgml-lib files
Checksums-Sha1: 
 00c4d318ca95cb03863f0ab223037a88a399 2072 
w3c-markup-validator_1.2+dfsg-6.dsc
 9e146b3c2e83cad63e24ef9fcaeffbb7766f4892 24688 
w3c-markup-validator_1.2+dfsg-6.debian.tar.gz
 29f176442a345b9cbe123f398c63fe4d23c25bf0 2475718 
w3c-markup-validator_1.2+dfsg-6_all.deb
Checksums-Sha256: 
 bf9a46884b82da97c72ae9631f4a24e9773aab529916272ea3c49b53c947d833 2072 
w3c-markup-validator_1.2+dfsg-6.dsc
 c6973df428039c14a83b910aef17fdf7686bb1a48aaf4146ead16bb86fde8080 24688 
w3c-markup-validator_1.2+dfsg-6.debian.tar.gz
 20d6e648203985bbce6d80e228499fe47e6bd39338429310556e6cd052d46edc 2475718 
w3c-markup-validator_1.2+dfsg-6_all.deb
Files: 
 9f6052bfb60d894724baf1192ea852f6 2072 web optional 
w3c-markup-validator_1.2+dfsg-6.dsc
 ebc87b4f97f8e2985258733738fae3f1 24688 web optional 
w3c-markup-validator_1.2+dfsg-6.debian.tar.gz
 d0ae9a97deb34bec1f045e2c5bbedf85 2475718 web optional 
w3c-markup-validator_1.2+dfsg-6_all.deb

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

iQIcBAEBCAAGBQJPiYGbAAoJELbE2bY7/+c8O0UP/2cwbpQmp0wNeq4I6F2OoWfC
bDaqXM8zwLPTFGx8HnSI92j4OrR9O/xR6JXw44PI6hbwsxrx9AY3MhhAMsEVgKK/
maum2ItCGx8STVQNiNNQRf4uw/3Hrohljby/+cPhIzRfcpQCT9GYLcNM50aujPI0
/jm6wBBKwHe8a6Vg+ZdUBvNEnmbSRLFlYyF/Xv9UnwzPcmD+BzlktvV1jnEQdK7p
Dpb+JckBt34EL9SI39Qcaoe9jljghYKE+JlBbhtgwsCVP2UaT7wGbUb1DUwddZHu
TMH+hzyKWz2neKa2OWCWXkJzLuy3lV4Z2OWeFeONxvesmtwykr0xGyjc9I78cHej
iOH5F8NKTSW39KoMvRaL+4z8dx2AAuJQhm77abIR2aNBc69hpS/TslqCMqDCXahd
cqlWUMxlx3vMLJI0topWr/yj+qzTwPR4xdcj0YEgzjFXrw54MEZXCfR2JpEpDR62
SOrDKh/PA49FIH4HV9+XMDWMfmyWPsl/0HB+UgKNGuRiYOtv3Gvop4yPG56lNLu1
9XJ4SNBiobTcbR16waF0x56bur8zZmtu/kNV1CWrJ0K2hQFijBdjkhK5yzKbakVg
KSFol3B2Z3NGWXCtjFzS3L491eZ2QniN4BKNDgLZ/d666sa69iDNARLW7k10OE+Y
FEZ55spVBhG9eITcQU97
=y0M2
-END PGP SIGNATURE-


Accepted:
w3c-markup-validator_1.2+dfsg-6.debian.tar.gz
  to main/w/w3c-markup-validator/w3c-markup-validator_1.2+dfsg-6.debian.tar.gz
w3c-markup-validator_1.2+dfsg-6.dsc
  to main/w/w3c-markup-validator/w3c-markup-validator_1.2+dfsg-6.dsc
w3c-markup-validator_1.2+dfsg-6_all.deb
  to main/w/w3c-markup-validator/w3c-markup-validator_1.2+dfsg-6_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/e1sj4if-00057v...@franck.debian.org



Accepted w3c-sgml-lib 1.2-2 (source all)

2012-04-14 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 13:13:38 +0100
Source: w3c-sgml-lib
Binary: w3c-sgml-lib w3c-dtd-xhtml
Architecture: source all
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Nicholas Bamber nicho...@periapt.co.uk
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 w3c-dtd-xhtml - W3C eXtensible HyperText Markup Language (XHTML) DTD 
[deprecated]
 w3c-sgml-lib - w3.org DTD and catalog files
Closes: 555118 615125 615360 662091
Changes: 
 w3c-sgml-lib (1.2-2) unstable; urgency=low
 .
   * Moved to personal maintainership
   * Adopting proposals from Samuel Bronson for resolving
 conflicts with w3c-dtd-xhtml (Closes: #662091)
 - Removing broken links
 - Removed legacy support
 - Removed Provides clause for w3c-dtd-xhtml (Closes: #615125)
 - Moved directory to w3c-sgml-lib from xhtml
 - Added Breaks clauses for old w3c-markup-validator
   * Raised standards version to 3.9.3
 - Updated debian/copyright
   * Raised compat level and debhelper version to 8
   * Added debian/generate_catalog_stuff.pl to build rules
 to regnerate debian/xmlcatalogs
   * Merged in w3c-dtd-xhtml (Closes: #555118)
 - Home page field added (Closes: #615360)
Checksums-Sha1: 
 abc33ea194e1c0fb26e495a126a264f5252f4d64 1971 w3c-sgml-lib_1.2-2.dsc
 3dbe74da2ffab676b337bfc3e87c49ee0ebf47d4 93238 w3c-sgml-lib_1.2-2.debian.tar.gz
 dc114b3f94646e0e047b4b9ef178f22f65639296 568166 w3c-sgml-lib_1.2-2_all.deb
 7bee5334aa1a76faae84284ac8f097e626b94adf 9012 w3c-dtd-xhtml_1.2-2_all.deb
Checksums-Sha256: 
 527f7853f631f8a00c86f56b9293f969f205cbf2aab37ab6edcc1fe30dd62209 1971 
w3c-sgml-lib_1.2-2.dsc
 d972b02fe1dd145b8749af7720f8e3b0cb4b0f6d07d0b86e2fb21191a4f1dfca 93238 
w3c-sgml-lib_1.2-2.debian.tar.gz
 cc7939aa8232c8c7ef658ab9c90d7fd3f96a0e0a5ba07af6ef1e43d326c11191 568166 
w3c-sgml-lib_1.2-2_all.deb
 94cb27ad4631db3caf38436fb13bd488a53cadf969d17ce290c76321b543ab36 9012 
w3c-dtd-xhtml_1.2-2_all.deb
Files: 
 b833b6136e4533abf741330cdb5d7137 1971 text optional w3c-sgml-lib_1.2-2.dsc
 36284912c87e38fdf2a43d0f528da145 93238 text optional 
w3c-sgml-lib_1.2-2.debian.tar.gz
 86a071c0fbe78a16b10bf02c831ea8a0 568166 text optional 
w3c-sgml-lib_1.2-2_all.deb
 df381bd8627e2c669ab21fac6fcc022d 9012 text optional w3c-dtd-xhtml_1.2-2_all.deb

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

iQIcBAEBCAAGBQJPiWpbAAoJELbE2bY7/+c81FgP/jpFq4jzKkcnzjsIFWjzN3UT
IavRZmNqKRtAeg6VUF185OyVeRf0kBXh6KEUV1N1uCjwgnU+K26et6lwkxaRxy2T
lKLR1QmjfnYNaaukYtYWOu8W+Eu3qZcUKBv4rp4Qp0R14dmLa3E1SQV+55rDOHdl
FWM8Z5foJ+pIWkkZsqcWkbwfAyWkVoIU8AYrf8TjlKYrpmxpPkL9wNep4jubKeo7
uKQta7rPxSgtViXKece/qEH6SoR2A3KUo2GcoyXNUl8yPsHKEVeMjBq9RkET7hH1
54fL1YvU8NOUcNajJvT8KFzVtyqPColw9GD5flC6r5/703ID000Db3vnRe+Z+RL+
VvC8A+wIxwk3ZJ7aM/D/a5iMznGG6rf2FLDWpec8JV9jWR7+5IBGcjc1H/yTJDYX
cda1D3sCa2I3jjFm9dUR76zooDok++j2icLMuyh1HGyxrCJqu/50a/ElO9O+zBWp
umlrk+dW21OLOs2ZQVLX8mqdQQMOad0mfPUIkeuPe/y8nchBv1k4zZygLWOoikc/
BRT3+wo79TuYFX5ht6CiLPut/85s9wxngTrf8qo+Y5kyRofwFcNIc4lLTfMJUnds
IQyNttWj42WMNW2UB5xAgC8tc5z0aa483H7HDh2NGi+/6tZ/XdMqhFINMfeNty8d
1LJBRLOE1cBv3H0+/27w
=GnGY
-END PGP SIGNATURE-


Accepted:
w3c-dtd-xhtml_1.2-2_all.deb
  to main/w/w3c-sgml-lib/w3c-dtd-xhtml_1.2-2_all.deb
w3c-sgml-lib_1.2-2.debian.tar.gz
  to main/w/w3c-sgml-lib/w3c-sgml-lib_1.2-2.debian.tar.gz
w3c-sgml-lib_1.2-2.dsc
  to main/w/w3c-sgml-lib/w3c-sgml-lib_1.2-2.dsc
w3c-sgml-lib_1.2-2_all.deb
  to main/w/w3c-sgml-lib/w3c-sgml-lib_1.2-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/e1sj4iw-0005cx...@franck.debian.org



Accepted gnutls28 3.0.18-2 (source all i386)

2012-04-14 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 14 Apr 2012 16:34:15 +0200
Source: gnutls28
Binary: libgnutls28-dev libgnutls28 libgnutls28-dbg gnutls-bin gnutls-doc 
guile-gnutls libgnutlsxx28
Architecture: source all i386
Version: 3.0.18-2
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls-bin - GNU TLS library - commandline utilities
 gnutls-doc - GNU TLS library - documentation and examples
 guile-gnutls - GNU TLS library - GNU Guile bindings
 libgnutls28 - GNU TLS library - main runtime library
 libgnutls28-dbg - GNU TLS library - debugger symbols
 libgnutls28-dev - GNU TLS library - development files
 libgnutlsxx28 - GNU TLS library - C++ runtime library
Changes: 
 gnutls28 (3.0.18-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 10dde70c2dd8e97f1b61c0fc0e06e51defbff7c7 1960 gnutls28_3.0.18-2.dsc
 2da30335cf9bb94486389e1375f7fd65eb30c6ce 28185 gnutls28_3.0.18-2.debian.tar.gz
 d40009cc719c9ffbcff3211fdd21024d87cfd1b9 3210928 gnutls-doc_3.0.18-2_all.deb
 aaa2b267275b90316c48d437828618fcc8501f54 824860 
libgnutls28-dev_3.0.18-2_i386.deb
 a163b501eb6311ff685bd7981eca4d87451fb616 710360 libgnutls28_3.0.18-2_i386.deb
 2f20b6adbaff318e191fd5bd5262cd06c80ae150 1716732 
libgnutls28-dbg_3.0.18-2_i386.deb
 d30034ef99ee1b59bc893d549e8bc4492974e18e 426356 gnutls-bin_3.0.18-2_i386.deb
 dd3afa5033978c57c40bcbe2f84be9c91d1ecd81 271376 guile-gnutls_3.0.18-2_i386.deb
 a5185030d0129af10405dd312865a244d2e02536 21426 libgnutlsxx28_3.0.18-2_i386.deb
Checksums-Sha256: 
 3b72aa9ddef4a7b6a1907d6555d683ae87f1101274565b131f5abd636f379bd2 1960 
gnutls28_3.0.18-2.dsc
 f83bd4bed32730c46c50d63e83e736bbee16eac87093f9f40eec96d541e121bd 28185 
gnutls28_3.0.18-2.debian.tar.gz
 5577b9a93ecb08d76e74d179d211f0e81950730ba4d543c95517f91c8b7fc53a 3210928 
gnutls-doc_3.0.18-2_all.deb
 106abcb899b057c5103810d3520173df8d2e7e2f601070575e421deb0a5dd392 824860 
libgnutls28-dev_3.0.18-2_i386.deb
 caf2db8e4d3c3329fcd995e9c54fdc48c13fff92967014a86684c31e0c1eb6af 710360 
libgnutls28_3.0.18-2_i386.deb
 8523371d62c9018cdcf4d4a29901234e6d9c74f49c17724c8da960ffdebf40ce 1716732 
libgnutls28-dbg_3.0.18-2_i386.deb
 1cd4b9753a987e24ace11b3db072b7d58064f735cb940cd744db6c9ed4271b27 426356 
gnutls-bin_3.0.18-2_i386.deb
 929c6d796f58ccaca6698e5e3f76897b5c05f9c30915bcfff888b2340595f7a3 271376 
guile-gnutls_3.0.18-2_i386.deb
 2df4d78403f91c228e9225266d695870715da3d9e8814295af636e93a01d4edc 21426 
libgnutlsxx28_3.0.18-2_i386.deb
Files: 
 de5c0e35a8e2b0af6b3503feb2ac8e3a 1960 libs optional gnutls28_3.0.18-2.dsc
 7cf526ad05dbfb9700233d30eec78308 28185 libs optional 
gnutls28_3.0.18-2.debian.tar.gz
 cc6ab1fd5c88a2a0a5948033014cff9a 3210928 doc optional 
gnutls-doc_3.0.18-2_all.deb
 edcb308844946aab153c1c88a4326e1e 824860 libdevel optional 
libgnutls28-dev_3.0.18-2_i386.deb
 d93135afb3b27a87991e848a5ee74e67 710360 libs standard 
libgnutls28_3.0.18-2_i386.deb
 5bcd05d32e66a8f7f9918ddc89426682 1716732 debug extra 
libgnutls28-dbg_3.0.18-2_i386.deb
 c3d9312a2c32add6a83e9a06e2ae289b 426356 net optional 
gnutls-bin_3.0.18-2_i386.deb
 75bfc1865c9eae2a3c1659f988bfd531 271376 lisp optional 
guile-gnutls_3.0.18-2_i386.deb
 38bef8b8296d2fe63b616c3a20662e2e 21426 libs extra 
libgnutlsxx28_3.0.18-2_i386.deb

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

iEYEAREDAAYFAk+JjcIACgkQHTOcZYuNdmP8ywCgivc0NY4nATUVd6gmrTOj3TP3
vNAAni/3vRFLxg5zz6wgeNIOpYmE1lO7
=tG0l
-END PGP SIGNATURE-


Accepted:
gnutls-bin_3.0.18-2_i386.deb
  to main/g/gnutls28/gnutls-bin_3.0.18-2_i386.deb
gnutls-doc_3.0.18-2_all.deb
  to main/g/gnutls28/gnutls-doc_3.0.18-2_all.deb
gnutls28_3.0.18-2.debian.tar.gz
  to main/g/gnutls28/gnutls28_3.0.18-2.debian.tar.gz
gnutls28_3.0.18-2.dsc
  to main/g/gnutls28/gnutls28_3.0.18-2.dsc
guile-gnutls_3.0.18-2_i386.deb
  to main/g/gnutls28/guile-gnutls_3.0.18-2_i386.deb
libgnutls28-dbg_3.0.18-2_i386.deb
  to main/g/gnutls28/libgnutls28-dbg_3.0.18-2_i386.deb
libgnutls28-dev_3.0.18-2_i386.deb
  to main/g/gnutls28/libgnutls28-dev_3.0.18-2_i386.deb
libgnutls28_3.0.18-2_i386.deb
  to main/g/gnutls28/libgnutls28_3.0.18-2_i386.deb
libgnutlsxx28_3.0.18-2_i386.deb
  to main/g/gnutls28/libgnutlsxx28_3.0.18-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/e1sj4uy-0001ey...@franck.debian.org



Accepted libgnupg-perl 0.18-2 (source all)

2012-04-14 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 17:04:37 +0200
Source: libgnupg-perl
Binary: libgnupg-perl
Architecture: source all
Version: 0.18-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libgnupg-perl - interface to GnuPG using its coprocess interface
Closes: 665226
Changes: 
 libgnupg-perl (0.18-2) unstable; urgency=low
 .
   * Add 665226-fix-FTBFS-with-gnupg-1.4.12.patch patch.
 Fix FTBFS with gnupg 1.4.12. gnupg 1.4.12 adds a new status message
 DECRYPTION_INFO. (Closes: #665226)
   * Update debian/copyright file.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update copyright years for debian/* packaging.
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 341f4e32e44aa8a8555e37f9be1747f7109482f1 2106 libgnupg-perl_0.18-2.dsc
 fcfd14edd62d908ae443fbefe149b62164774bf2 5362 
libgnupg-perl_0.18-2.debian.tar.gz
 814e44fb2fd4ae2c0c6a4a4b05e76ab0b7a51df3 36304 libgnupg-perl_0.18-2_all.deb
Checksums-Sha256: 
 8f1d7bbe7b3546a89f02a8f6ae4043b180836ae4eb1b382a8f357c2e55bc3e32 2106 
libgnupg-perl_0.18-2.dsc
 3294cd13a25db19b5a2450bdc2df4471223abaf1158bade83d7791523959b2fd 5362 
libgnupg-perl_0.18-2.debian.tar.gz
 2373f0176a2dea3403674b6c5387b3ce9a6db572f4d2f584630142fd074e980e 36304 
libgnupg-perl_0.18-2_all.deb
Files: 
 764058db5515c87429be10e53ee62391 2106 perl optional libgnupg-perl_0.18-2.dsc
 574bfd2fdcc652628ab4aefa5c366b21 5362 perl optional 
libgnupg-perl_0.18-2.debian.tar.gz
 7151a7486f53de6d038d4acbf7551a71 36304 perl optional 
libgnupg-perl_0.18-2_all.deb

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

iQIcBAEBCAAGBQJPiZU0AAoJEHidbwV/2GP+Q3YQANCG9yCYu3Urq7xQoZ652jWN
r3jhD0rBbGc56pFsuq1okDbwA5DtI3Uv90LM9yRVjpPn0B/YA9OC/7/td+Fv+AWs
hRJhLc7HQkk9sRzKVLCjnxoXpmsukJnfmULEcIR6jAnVpeCmUd/EAGPT8P4P4JWP
VzZijFYHwaTuY4RyuZiUaRqaFRWSd7KtOjmQmA8i0b7lavv64O+p5eI4bTEyhtvo
TqiJaMqx8on9V2LzmBQKTck50JSGvgH+iPajPAsYQNXP1noHaemaLTQkFLec/XPZ
BTNBEBjqMWfcG8dDymMnOwvbtgUC4sEJgV6nCOfJU0wb/4Nw/uXjY9z4eeup8m5Q
JKQ/+oS+sc98dm/nwy4Ye0WLLHfkVCE31wC+AeRE5Ev9FtvMnlSuWXaEelqNXDwu
VdAjzJxyWVEsSRJO3hr78NIQzZT27x8cN1YekQCx86cz+gQ8WhRzwTOFMaYBFVZz
wl6hi2Z3f7j3mHZ3M9xvRpyEeuveKAJs+Txkj2HmTWEcW3LN7HP9bEJUfSl+/bUL
DU2SOLa9NDoOGzK/LwIXjgH7RJecAk5BVJoWgDrovi57eUTz4qn3DO584vUBkSBf
DQ1sQ/qd7zxLx9RSiwXW4ytvDUQRVroT42PBb73uIbJ86+V+/UTaevSxX6y/G7Un
bLwQln3fYuCvtl+zh/1z
=KuWG
-END PGP SIGNATURE-


Accepted:
libgnupg-perl_0.18-2.debian.tar.gz
  to main/libg/libgnupg-perl/libgnupg-perl_0.18-2.debian.tar.gz
libgnupg-perl_0.18-2.dsc
  to main/libg/libgnupg-perl/libgnupg-perl_0.18-2.dsc
libgnupg-perl_0.18-2_all.deb
  to main/libg/libgnupg-perl/libgnupg-perl_0.18-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/e1sj4xs-0008mx...@franck.debian.org



Accepted libdbi 0.8.4-6 (source all amd64)

2012-04-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 13 Apr 2012 12:38:01 +
Source: libdbi
Binary: libdbi1 libdbi-dev libdbi-doc
Architecture: source amd64 all
Version: 0.8.4-6
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 libdbi-dev - DB Independent Abstraction Layer for C  -- development files
 libdbi-doc - DB Independent Abstraction Layer for C  -- documentation
 libdbi1- DB Independent Abstraction Layer for C -- shared library
Closes: 668338
Changes: 
 libdbi (0.8.4-6) unstable; urgency=low
 .
   [ Thomas Goirand ]
   * debian/copyright switched to machine readable format.
   * Cleans a bit the debian/rules file.
   [ Jari Aalto jari.aa...@cante.net ]
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt
   (Closes: #668338).
   * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
   * Add build-arch and build-indep targets and adjust clean in rules file.
   * Fix duplicate-in-relation-field automake libtool (Lintian).
   * Fix copyright-refers-to-symlink-license (Lintian).
Checksums-Sha1: 
 fec9a206a187aaf637150aba1bc64adcc0d51dab 1319 libdbi_0.8.4-6.dsc
 0c791e783bb1fbcd0dd234d95e642831b8aaf5dd 8101 libdbi_0.8.4-6.debian.tar.gz
 4b8fd8edce651832711284eda6dfdf16de7a091d 31736 libdbi1_0.8.4-6_amd64.deb
 a533b44dceeab97bdec3ba03e20ff1912bfbfe26 35840 libdbi-dev_0.8.4-6_amd64.deb
 574a44d404600238b6756f28d15d9007d5b8f5a0 558768 libdbi-doc_0.8.4-6_all.deb
Checksums-Sha256: 
 7323708977b39cfacca7d003e8917cca52921c62fc060a5975a8d5046b0c51a4 1319 
libdbi_0.8.4-6.dsc
 398af518e11731f1aa87bd0db188becec19b712e5885ec1334d2b466a4ea82c9 8101 
libdbi_0.8.4-6.debian.tar.gz
 d4be5b9bfdfae75613ba1a3fa4a6020884070ac03b055b0c71c4f7c95e5b16e0 31736 
libdbi1_0.8.4-6_amd64.deb
 f969d0d5154faaa0dd6423e4eba637c6a8ca2757cb5d90cdd755bb1f7e966676 35840 
libdbi-dev_0.8.4-6_amd64.deb
 152d4b49da6bc495ac797b19f7b8b43cd3c47a4b16388d9e13b3cf702a077f73 558768 
libdbi-doc_0.8.4-6_all.deb
Files: 
 c8746c86d269d4fdc59755a10f5ff351 1319 libs optional libdbi_0.8.4-6.dsc
 f0d3886684749e11c261c14bc4e96a5e 8101 libs optional 
libdbi_0.8.4-6.debian.tar.gz
 36e95f1c598bfdcd4c790b7cf58af907 31736 libs optional libdbi1_0.8.4-6_amd64.deb
 306a6703e1f9e7b3a72fe598a70d8a90 35840 libdevel optional 
libdbi-dev_0.8.4-6_amd64.deb
 045ec5a75bb50a6906205e511327a2a7 558768 doc optional libdbi-doc_0.8.4-6_all.deb

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

iEYEAREDAAYFAk+IQDwACgkQl4M9yZjvmkmVKgCglYCB0iFEJKoUIa2S3QF4j1iE
VzEAoM5rrIW9UAjTW0/d/Yndle3NacsA
=beSc
-END PGP SIGNATURE-


Accepted:
libdbi-dev_0.8.4-6_amd64.deb
  to main/libd/libdbi/libdbi-dev_0.8.4-6_amd64.deb
libdbi-doc_0.8.4-6_all.deb
  to main/libd/libdbi/libdbi-doc_0.8.4-6_all.deb
libdbi1_0.8.4-6_amd64.deb
  to main/libd/libdbi/libdbi1_0.8.4-6_amd64.deb
libdbi_0.8.4-6.debian.tar.gz
  to main/libd/libdbi/libdbi_0.8.4-6.debian.tar.gz
libdbi_0.8.4-6.dsc
  to main/libd/libdbi/libdbi_0.8.4-6.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/e1sj5rb-0007bj...@franck.debian.org



Accepted libdbi-drivers 0.8.3-1+s-3 (source amd64)

2012-04-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 13 Apr 2012 14:50:53 +
Source: libdbi-drivers
Binary: libdbd-sqlite libdbd-sqlite3 libdbd-mysql libdbd-pgsql libdbd-freetds
Architecture: source amd64
Version: 0.8.3-1+s-3
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 libdbd-freetds - Freetds database server driver for libdbi
 libdbd-mysql - MySQL database server driver for libdbi
 libdbd-pgsql - PostgreSQL database server driver for libdbi
 libdbd-sqlite - SQLite database driver for libdbi
 libdbd-sqlite3 - SQLite3 database driver for libdbi
Closes: 650044 668342
Changes: 
 libdbi-drivers (0.8.3-1+s-3) unstable; urgency=low
 .
   [ Thomas Goirand ]
   * Switched debian/copyright to format 1.0.
   * Added a debian/gbp.conf.
   * Re-activated the pgsql tests since they are now working agains.
   * Implemented DEB_BUILD_OPTIONS=nocheck in debian/rules.
   * Restores config.{guess,sub} on the clean: target.
 .
   [ Jari Aalto jari.aa...@cante.net ]
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt
 (Closes: #668342).
   * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
   * Add build-arch and build-indep targets to rules file.
   * Add multiarch support (FTBFS; Closes: #650044), patch
 thanks to Clint Byrum cl...@ubuntu.com.
   * Fix temporary-debhelper-file (Lintian) by cleaning debian/*.log.
   * Fix copyright-refers-to-symlink-license (Lintian).
Checksums-Sha1: 
 38e2f30bbfc708a8f4fd36ea5d1d68e45e27faf0 1733 libdbi-drivers_0.8.3-1+s-3.dsc
 de4ba34366973371e51a0d55c729a243faeb1dce 9226 
libdbi-drivers_0.8.3-1+s-3.debian.tar.gz
 1290f54d58f81ddcff9ee41cdccb70d34bc0ff84 187902 
libdbd-sqlite_0.8.3-1+s-3_amd64.deb
 b1a513c577b32942d9b359fa4008af279bdb4db6 190434 
libdbd-sqlite3_0.8.3-1+s-3_amd64.deb
 7371721c09c8553debdedb11931a459367cdaa63 157630 
libdbd-mysql_0.8.3-1+s-3_amd64.deb
 0c75c6620058da55254a7b6b5dac5e605539be9a 155924 
libdbd-pgsql_0.8.3-1+s-3_amd64.deb
 5b7576fa73715d82401a2d6ad438c5d80939a8f0 18026 
libdbd-freetds_0.8.3-1+s-3_amd64.deb
Checksums-Sha256: 
 d1ca60779d7e30ca16a2cdfa11405ee1254dfdd4c4d010d92d037cfcdfbfd777 1733 
libdbi-drivers_0.8.3-1+s-3.dsc
 2f81c73da6684de8fd43735ce3570573128464ef09e082c09229a2e141e3d6b5 9226 
libdbi-drivers_0.8.3-1+s-3.debian.tar.gz
 4fa662fd50f5f800add7700436a5d3e729b384bf0408d875492839862a884229 187902 
libdbd-sqlite_0.8.3-1+s-3_amd64.deb
 6600f1c0053547f1971a6e5f4016777e12cd089f4125017997c635b1089cc0dc 190434 
libdbd-sqlite3_0.8.3-1+s-3_amd64.deb
 c19312916674226b590dc9f520d30879431989424c46b3edc787c741c3c0edea 157630 
libdbd-mysql_0.8.3-1+s-3_amd64.deb
 195b7f36a3ff35fecd53a3e9be1bdfe7f1f32a9aba3d4bf29c4d7c8d8a2cf2a6 155924 
libdbd-pgsql_0.8.3-1+s-3_amd64.deb
 95796c3026d9a03fbc982ce87fe01320f82adbf9d9c6b6ce488df82cf3262e6c 18026 
libdbd-freetds_0.8.3-1+s-3_amd64.deb
Files: 
 2e1f3bcd603447c780f5d0291189c35d 1733 libs optional 
libdbi-drivers_0.8.3-1+s-3.dsc
 fbdf143e2e531f663c5d8d71ae87888a 9226 libs optional 
libdbi-drivers_0.8.3-1+s-3.debian.tar.gz
 ca2e0646bab3ab23501237459b73cb57 187902 libs optional 
libdbd-sqlite_0.8.3-1+s-3_amd64.deb
 3b8fafc47988bdd2b305b7fa4c52ddb1 190434 libs optional 
libdbd-sqlite3_0.8.3-1+s-3_amd64.deb
 378d9134a1c044b749d992af9f58be2c 157630 libs optional 
libdbd-mysql_0.8.3-1+s-3_amd64.deb
 c8607ef7dc7a8c81de22ecab2137dde6 155924 libs optional 
libdbd-pgsql_0.8.3-1+s-3_amd64.deb
 46f7dd990859f05e5ec4a0f1e02355cb 18026 libs optional 
libdbd-freetds_0.8.3-1+s-3_amd64.deb

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

iEYEAREDAAYFAk+Js2EACgkQl4M9yZjvmkk+0wCgxe6SyITTI3DjFHOxgg5wY6Qj
SBsAoO0CDHuSSl9FpG9tRU+KAGEIoz7Y
=tq5H
-END PGP SIGNATURE-


Accepted:
libdbd-freetds_0.8.3-1+s-3_amd64.deb
  to main/libd/libdbi-drivers/libdbd-freetds_0.8.3-1+s-3_amd64.deb
libdbd-mysql_0.8.3-1+s-3_amd64.deb
  to main/libd/libdbi-drivers/libdbd-mysql_0.8.3-1+s-3_amd64.deb
libdbd-pgsql_0.8.3-1+s-3_amd64.deb
  to main/libd/libdbi-drivers/libdbd-pgsql_0.8.3-1+s-3_amd64.deb
libdbd-sqlite3_0.8.3-1+s-3_amd64.deb
  to main/libd/libdbi-drivers/libdbd-sqlite3_0.8.3-1+s-3_amd64.deb
libdbd-sqlite_0.8.3-1+s-3_amd64.deb
  to main/libd/libdbi-drivers/libdbd-sqlite_0.8.3-1+s-3_amd64.deb
libdbi-drivers_0.8.3-1+s-3.debian.tar.gz
  to main/libd/libdbi-drivers/libdbi-drivers_0.8.3-1+s-3.debian.tar.gz
libdbi-drivers_0.8.3-1+s-3.dsc
  to main/libd/libdbi-drivers/libdbi-drivers_0.8.3-1+s-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/e1sj5rs-0007lw...@franck.debian.org



Accepted libdns-zoneparse-perl 1.10-1 (source all)

2012-04-14 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 18:22:21 +0200
Source: libdns-zoneparse-perl
Binary: libdns-zoneparse-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: gregor herrmann gre...@debian.org
Description: 
 libdns-zoneparse-perl - Perl extension for parsing and manipulating DNS Zone 
Files
Closes: 668696
Changes: 
 libdns-zoneparse-perl (1.10-1) unstable; urgency=low
 .
   * Take over for the Debian Perl Group; Closes: #668696 -- RFA/ITA
   * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza);
 ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
 Perl Group pkg-perl-maintain...@lists.alioth.debian.org (was: Ivan
 Kohler ivan-deb...@420.am); Ivan Kohler ivan-deb...@420.am moved
 to Uploaders.
   * debian/watch: use dist-based URL.
 .
   * New upstream release.
   * Use tiny debian/rules, don't install README anymore.
   * debian/copyright: update to Copyright-Format 1.0.
   * Set debhelper compatibility level to 8.
   * Bump Standards-Version to 3.9.3; remove version from perl build
 dependency.
   * Add /me to Uploaders.
Checksums-Sha1: 
 e6e6e8f36840ef1cf8ec05f57f8659bd61f074e1 2104 libdns-zoneparse-perl_1.10-1.dsc
 f629c4ac35e0a7e1cf7d684eaafcc61d4d4a5c00 22742 
libdns-zoneparse-perl_1.10.orig.tar.gz
 4867008dcfbfd5779dfca3cef1ce837c7f7ece0f 2435 
libdns-zoneparse-perl_1.10-1.debian.tar.gz
 1ed945a55321ca8049c790477ec4cbc2eeb05cd3 24256 
libdns-zoneparse-perl_1.10-1_all.deb
Checksums-Sha256: 
 d89e018461fbebfc18aab8300c52ab245046b4795e62571811a00a927732fabb 2104 
libdns-zoneparse-perl_1.10-1.dsc
 b96db6acf39bde6578dc3b83caa2e85fa4f5481c110ede83f1f95e1a3fb4124c 22742 
libdns-zoneparse-perl_1.10.orig.tar.gz
 bd65b265157cb656ae6065138a7041a67fa133b995205f37b7232a14ddc60fec 2435 
libdns-zoneparse-perl_1.10-1.debian.tar.gz
 bf39b1083e96861b3ce444ed1a529e5e758426be7909b994ba7b3716de7d5c13 24256 
libdns-zoneparse-perl_1.10-1_all.deb
Files: 
 9ba21ccdce219a7d67fe2f77f943d90e 2104 perl optional 
libdns-zoneparse-perl_1.10-1.dsc
 663b517d731f939742550fa45118650e 22742 perl optional 
libdns-zoneparse-perl_1.10.orig.tar.gz
 7c837f44e2ae1ed81bf9b87a0dedcec3 2435 perl optional 
libdns-zoneparse-perl_1.10-1.debian.tar.gz
 a8fc6a723ec98d5bf6077b31488b0c7a 24256 perl optional 
libdns-zoneparse-perl_1.10-1_all.deb

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

iQIcBAEBCAAGBQJPiaR8AAoJELs6aAGGSaoGgmUQAKa+JWJNn2m+o3AnC3WbfV5P
KwuakuPOMR4/dttANydZPhxsu8fVtIksesNfLcNC6oLQsq9qehaBIhxPpOZfmL+v
khqy1mouOMD0UoK9EUoPc55wsJfZj2Ra+ccY1bLPDZQ7H06vYnuqXrhvFXKV1MGT
TM3mOYhwQvhvv4lrct6VJsRRSPgj0mVW/2RvvEEWx0B0POi3MsagOPIUa0/XyX6W
NH+OAp8MtJoPcoXjwbGxD6X5wMcliKqemKdUIVyBimGbr2SldxzBbRA3VY/VRJnk
bhFiEsmYHU7VXmNQsaH22kF1LW7ecvgE1hxsWIJfnrZrskL/Vqp9AMCyRZsgdppr
4c7byHOISbUpkhTMrhcn9ez4Y/7RohlbltNgmzJwa5evH+IlFJv3mrJvEBvzVY6+
Gb3YX4BeNOR7wLHtytlY6ZrJmlguK8Y5Wr1O+erw4md4ylY0Rmogs+W8Dy8g9T5P
RnD2IVWiY/ntQ0Qr9tRa+tvMD4fs6s/Z8eErKAQIspgIG1kESnK9wEvs7gHO1CtC
jkMYUuPNF6FICaRbB3YWRvRqiKsPWDG7QHOhOlEjx9mAu+DZKNYQfmpkCRU/ngUj
ZjM2qyxGpjMO3vFEUSRl2fgzb438EmpfjMJTIG5GCg803p190jMtsB41IkGUqWTO
0agw5f3hkh9/PFeauWah
=yRz1
-END PGP SIGNATURE-


Accepted:
libdns-zoneparse-perl_1.10-1.debian.tar.gz
  to main/libd/libdns-zoneparse-perl/libdns-zoneparse-perl_1.10-1.debian.tar.gz
libdns-zoneparse-perl_1.10-1.dsc
  to main/libd/libdns-zoneparse-perl/libdns-zoneparse-perl_1.10-1.dsc
libdns-zoneparse-perl_1.10-1_all.deb
  to main/libd/libdns-zoneparse-perl/libdns-zoneparse-perl_1.10-1_all.deb
libdns-zoneparse-perl_1.10.orig.tar.gz
  to main/libd/libdns-zoneparse-perl/libdns-zoneparse-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/e1sj5vn-0005fh...@franck.debian.org



Accepted libxdmcp 1:1.1.1-1 (source amd64)

2012-04-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 18:37:46 +0200
Source: libxdmcp
Binary: libxdmcp6 libxdmcp6-udeb libxdmcp6-dbg libxdmcp-dev
Architecture: source amd64
Version: 1:1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxdmcp-dev - X11 authorisation library (development headers)
 libxdmcp6  - X11 Display Manager Control Protocol library
 libxdmcp6-dbg - X11 authorisation library (debug package)
 libxdmcp6-udeb - X11 Display Manager Control Protocol library (udeb)
Changes: 
 libxdmcp (1:1.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Don't require (fake)root for debian/rules clean.
   * Exclude .db files from dh_install.
   * Drop workaround from debian/rules for an upstream bug fixed in March 2006.
Checksums-Sha1: 
 5e16e7f858f50fc545ff25bd3ab7c65f8578fcaa 2102 libxdmcp_1.1.1-1.dsc
 62f1a6011df19c0b9ad60cbffd23cb36c0edfb95 376525 libxdmcp_1.1.1.orig.tar.gz
 701cec54c224607dfb0de1ac55440b558f4c35b7 14891 libxdmcp_1.1.1-1.diff.gz
 eec7263753fa42467cd4cf0d3ae802767bf0aae4 26302 libxdmcp6_1.1.1-1_amd64.deb
 789041e93269fbcc44954a8f7fa6e7ad843a88ca 9454 libxdmcp6-udeb_1.1.1-1_amd64.udeb
 76a91b437ac4cd5483b7a1a7e81600852905ed94 28860 libxdmcp6-dbg_1.1.1-1_amd64.deb
 bc5271a7fc5ba162439596aaa7e5cdbebe09ec66 42298 libxdmcp-dev_1.1.1-1_amd64.deb
Checksums-Sha256: 
 1713ac047ad1d235fe51476f2224d0dc0f170e9623c0735d1941c474942b24d3 2102 
libxdmcp_1.1.1-1.dsc
 ae6e677911e2696a2976b2f565f116ba9ce99e89cc7e140c4a791270c3aff96f 376525 
libxdmcp_1.1.1.orig.tar.gz
 bb79bc8439d63d5bed6bf7544f1ed14b4606c246f724523da2fa921cc9929f19 14891 
libxdmcp_1.1.1-1.diff.gz
 2fa48ae8dcf5d85213c82817beb31ac0c0a06b061daab5d6deab4bcad57d3d17 26302 
libxdmcp6_1.1.1-1_amd64.deb
 ed6940ab6a69ea0d2f496fccb4ca1b86da5a74fdb5e52b73d9c87d71140e9c4c 9454 
libxdmcp6-udeb_1.1.1-1_amd64.udeb
 63ad1baa7f9aff228150ed101dac01cc56ff6dd3122917867cf02bf12ab56da3 28860 
libxdmcp6-dbg_1.1.1-1_amd64.deb
 ccfc00d029a1352687c2f899ac2b10eef1aaed01eb346c2755371f4693ee7c85 42298 
libxdmcp-dev_1.1.1-1_amd64.deb
Files: 
 af2aa6bdd215ea483cf533913ac7dc93 2102 x11 optional libxdmcp_1.1.1-1.dsc
 194f30d2bb67b23dc33351e128db40a9 376525 x11 optional libxdmcp_1.1.1.orig.tar.gz
 78909b4eff1f47364a745263ee661c74 14891 x11 optional libxdmcp_1.1.1-1.diff.gz
 38abd0916b1b86d9848c156547197d48 26302 libs optional 
libxdmcp6_1.1.1-1_amd64.deb
 32a0cb5ca0a071cbd208ab3bd10fbe54 9454 debian-installer optional 
libxdmcp6-udeb_1.1.1-1_amd64.udeb
 f159e53467b9aef14ac7a94bcd7d9fe9 28860 debug extra 
libxdmcp6-dbg_1.1.1-1_amd64.deb
 ef46b076993558c333439f60cbb2f7ca 42298 libdevel optional 
libxdmcp-dev_1.1.1-1_amd64.deb
Package-Type: udeb

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

iQIcBAEBCAAGBQJPiahOAAoJEDEBgAUJBeQMBm8P/3Ter2D461gVePVjjaeJbWnu
kG83fCJDioEkXuOCgcyNhvO94K4FPeItwgVif/BmwmOGhyy9C8cWlj/n1bxm13RR
jg/FNq+HRU+Lkip5E4GOYhPaHJzJSnSd9Hcynvz7pFNAohy2D5xezhSrzLv8M0UW
I/g7qAycxq0guy0G/OPaEP46VVNl1UmZlmbqkOS0V8FW+vt9NMWz2U07Up8dHa45
0fYbKkaOlxXaciNnwD1p66BAQMp0+gqmx6CpR0Di+0V4CG87zV7WT9S0uwb7Oy7i
cnAMVVgbjwG4vY1t1iGo7VOSyQ5fcwDTXTfX/B1PODmCJN12geSQKnSCy/FSBkvW
OBRKVWmyaEAPWUF5+ASgdNrlDFjfF0hAu+SUosNgKcgOTFRsCp9p69Za6EVn3LY6
sEbqHTOWlNMb9FOoHVufB4bxHPtPG+YmX/9KAmi4oNY0s7Cdn6teaJJ0HXh5Cu1R
qftN6k81lJkc4DA1CDS/a11Xr9qJ82YRGm6nQV9LV+FIsjqj6TK8cNfcQwiDtctn
GCBY+OhmE2ctA3qOGfkwUie8JjOt6EfJ2e985X2wAdWhEFmoe2l3XYuaPD/JNZcM
pQsJo/NDh+24wiJ7AmLAa373b1/utEms2Udir56C9vCFdoSbuBhT1ZVAzD5yZn6R
EALNx5vmonN+0OVchRVS
=YPcD
-END PGP SIGNATURE-


Accepted:
libxdmcp-dev_1.1.1-1_amd64.deb
  to main/libx/libxdmcp/libxdmcp-dev_1.1.1-1_amd64.deb
libxdmcp6-dbg_1.1.1-1_amd64.deb
  to main/libx/libxdmcp/libxdmcp6-dbg_1.1.1-1_amd64.deb
libxdmcp6-udeb_1.1.1-1_amd64.udeb
  to main/libx/libxdmcp/libxdmcp6-udeb_1.1.1-1_amd64.udeb
libxdmcp6_1.1.1-1_amd64.deb
  to main/libx/libxdmcp/libxdmcp6_1.1.1-1_amd64.deb
libxdmcp_1.1.1-1.diff.gz
  to main/libx/libxdmcp/libxdmcp_1.1.1-1.diff.gz
libxdmcp_1.1.1-1.dsc
  to main/libx/libxdmcp/libxdmcp_1.1.1-1.dsc
libxdmcp_1.1.1.orig.tar.gz
  to main/libx/libxdmcp/libxdmcp_1.1.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/e1sj68e-fz...@franck.debian.org



Accepted munin 2.0~rc5-1 (source all)

2012-04-14 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Mar 2012 18:46:36 +0200
Source: munin
Binary: munin-node munin-plugins-core munin-plugins-extra munin-plugins-java 
munin munin-common munin-async munin-doc
Architecture: source all
Version: 2.0~rc5-1
Distribution: unstable
Urgency: low
Maintainer: Munin Debian Maintainers packag...@munin-monitoring.org
Changed-By: Holger Levsen hol...@debian.org
Description: 
 munin  - network-wide graphing framework (grapher/gatherer)
 munin-async - network-wide graphing framework (common)
 munin-common - network-wide graphing framework (common)
 munin-doc  - network-wide graphing framework (documentation)
 munin-node - network-wide graphing framework (node)
 munin-plugins-core - network-wide graphing framework (plugins for node)
 munin-plugins-extra - network-wide graphing framework (user contributed 
plugins for nod
 munin-plugins-java - network-wide graphing framework (java plugins for node)
Closes: 475078 568511 583189 601371 610825 626570 666759 666907 667493
Changes: 
 munin (2.0~rc5-1) unstable; urgency=low
 .
   [ Holger Levsen ]
   * New upstream release candidate, quoting the upstream Changelog:
  - Adding the current action to the command line. Useful for debugging.
  - Adding a new URL param full_size_mode to enable predictible IMG sizes
  - Enable sparklines with the url param only_graph
  - Start RRD just before first update. To avoid a very costly 1st update.
  - Emit the hosts in a sorted order, instead of somewhat random.
  - Do not emit png list if file handle is not defined. (Closes: #666759)
  - Add old option of --force-root, but with a new name. more explicit
(Closes:  #601371)
  - We dont generate the png list when using cgi html.
  - Remove warning when asking list w/o a hostname (LP: #907952)
  - Many bug fixes (trac: Closes #967, #1210) (Closes: #583189, #568511,
Closes: #475078)
   * Create /var/log/munin in /etc/init.d/munin-node (Closes: #626570)
   * Cleanup the dpkg-statoverrides mess, by removing all existing
 statoverrides in munin's and munin-nodes' postinst and just running chown 
and
 chmod on those files and directories. Also remove statoverride handling
 from postrm scripts. (Closes: #666907)
 As far as I understand, the usage of dpkg-statoverride was plainly wrong
 for all these years. If I'm wrong here, I'd be glad to be corrected.
 .
   [ Steve Schnepp ]
   * plugin.conf: run fail2ban plugin as root. (Closes: #610825)
   * move jmx_ to munin-plugins-java (Closes: #667493)
Checksums-Sha1: 
 9eddb7061db58c6531e4c7a967f3ff08a33eaa03 2362 munin_2.0~rc5-1.dsc
 75e34e5540140759648d0e144dab6e240ea99914 1316401 munin_2.0~rc5.orig.tar.gz
 e1ddb7a91bcf2170251434d28a40e632b7385178 46002 munin_2.0~rc5-1.diff.gz
 a1287a0d3eef29e5a55c128515b4f5b3ea5c27e5 122136 munin-node_2.0~rc5-1_all.deb
 9b1fa04140551bda7f0b51fb994fbc690c9ebe54 300446 
munin-plugins-core_2.0~rc5-1_all.deb
 a0d4836ec33dffe8b34088e2e64fa1cd5832a73e 148836 
munin-plugins-extra_2.0~rc5-1_all.deb
 16538305a0d790fd02b2ae97e5a26ccb9f092a6a 140234 
munin-plugins-java_2.0~rc5-1_all.deb
 e96ed9ebf20991204d1fcd9ff527f62659cbd83e 197040 munin_2.0~rc5-1_all.deb
 9cf36f1c434408ebe8b82ad8ec9bd43b73467494 89324 munin-common_2.0~rc5-1_all.deb
 a8ad48aee78039d4145a8241503382189356d162 76942 munin-async_2.0~rc5-1_all.deb
 6c0af75d190bf65367b0794273b292b90c9b8319 206732 munin-doc_2.0~rc5-1_all.deb
Checksums-Sha256: 
 fd622c5b52099199841681bf2ab872cb9263a361ffe2757bd83ed67b7daa23f2 2362 
munin_2.0~rc5-1.dsc
 3bebd9586d1f9ca5de9e7c7905d53d92de161a950aaee7d9186553bb2b80723a 1316401 
munin_2.0~rc5.orig.tar.gz
 92f5d7722bbe133f40a74162ef8bf9db50416e4f6a775699296692f73cae4bbc 46002 
munin_2.0~rc5-1.diff.gz
 ac280ba5cc0485780d96e3d0610aeab15ae6135d995b6de6838b2e5e2c9d79b9 122136 
munin-node_2.0~rc5-1_all.deb
 f974d1ccc76ec7049203f0865a5ba0b846e36dd7802f6a8e71455c089f0b4d08 300446 
munin-plugins-core_2.0~rc5-1_all.deb
 1543c8d7838732123ae6046abd508e4fa15453a2ca9f0bce2cc54c01df40293b 148836 
munin-plugins-extra_2.0~rc5-1_all.deb
 c63646ec1dcbeaa068d72fe9370f6470089e6fcbaee67b81bb880900a3c77954 140234 
munin-plugins-java_2.0~rc5-1_all.deb
 d43a4162f20c79e882129ed3366930472dfd9abf8ae510bfeb5099ef3358fc18 197040 
munin_2.0~rc5-1_all.deb
 b778a30983c94c2d3bfdbfa4736916acfa32fdb9c36d76e0f8d2a5b68b423f1e 89324 
munin-common_2.0~rc5-1_all.deb
 3b1ae5df2c4d386214de2896fd494478815b0799e8af1b0f93db95a12a83d2ee 76942 
munin-async_2.0~rc5-1_all.deb
 45eaa1545cdd4ea2513b6f2cf036bee7e014dab35f039203e83678ed7d4cb6fb 206732 
munin-doc_2.0~rc5-1_all.deb
Files: 
 3e21ec149d12573397ac3a5c759d82af 2362 net optional munin_2.0~rc5-1.dsc
 ce5d46a7cf9a38502d63b7e55ec226f5 1316401 net optional munin_2.0~rc5.orig.tar.gz
 13386a93e18b3f208233b764ecec65ee 46002 net optional munin_2.0~rc5-1.diff.gz
 c36b1014f4d7d7bed3df9e6b5c18aade 122136 net optional 
munin-node_2.0~rc5-1_all.deb
 1718171003708107b50f94d321fe80b9 300446 net 

Accepted mkgmapgui 1.1.ds-2 (source all)

2012-04-14 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 18:54:42 +0200
Source: mkgmapgui
Binary: mkgmapgui
Architecture: source all
Version: 1.1.ds-2
Distribution: unstable
Urgency: low
Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 mkgmapgui  - Graphical User Interface for mkgmap
Closes: 668283
Changes: 
 mkgmapgui (1.1.ds-2) unstable; urgency=low
 .
   * Fix wrapper script to look for generic OpenJDK (Closes: #668283)
   * Updated debian/copyright
   * Standards-Version bumped to 3.9.3, no changes needed
   * Updated Mònica's e-mail address
Checksums-Sha1: 
 9ff4a80ee7f1648bece8c87642b7c7a3de5e6aca 1444 mkgmapgui_1.1.ds-2.dsc
 13e55462318659dd14549c1bade4a4fea9329252 3203 mkgmapgui_1.1.ds-2.debian.tar.gz
 c63fd5380b1a1829e7e310feb143e16c94f5ca1f 19800 mkgmapgui_1.1.ds-2_all.deb
Checksums-Sha256: 
 681a2dd681f698adf76da84859c24790ad2168e53da8cfec2ca5048d34f5c032 1444 
mkgmapgui_1.1.ds-2.dsc
 afbc1aa7b0dd7fd47fec066e91eda0277f5717d14fd1cf05272d6c3f8c3ae3a7 3203 
mkgmapgui_1.1.ds-2.debian.tar.gz
 c300b2ac324a21eb0bc86c9a98b161cf54d0e033dcb5497cd19b0ac816e770d9 19800 
mkgmapgui_1.1.ds-2_all.deb
Files: 
 b3df3f3a512bcc7317b1edb8862327f3 1444 utils extra mkgmapgui_1.1.ds-2.dsc
 8553cf5c5ce4891a7d66c17e284080e6 3203 utils extra 
mkgmapgui_1.1.ds-2.debian.tar.gz
 125ecf2b359d644633c088b92a84c368 19800 utils extra mkgmapgui_1.1.ds-2_all.deb

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

iEYEARECAAYFAk+JrMcACgkQ5qqQFxOSsXQMvwCfYQ0AbrMwxITiri6i88opb6M4
kI8AnjNyGO4GrPtPl/iY7W9EoFKQ413M
=/ZaS
-END PGP SIGNATURE-


Accepted:
mkgmapgui_1.1.ds-2.debian.tar.gz
  to main/m/mkgmapgui/mkgmapgui_1.1.ds-2.debian.tar.gz
mkgmapgui_1.1.ds-2.dsc
  to main/m/mkgmapgui/mkgmapgui_1.1.ds-2.dsc
mkgmapgui_1.1.ds-2_all.deb
  to main/m/mkgmapgui/mkgmapgui_1.1.ds-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/e1sj6n3-0005ec...@franck.debian.org



Accepted redmine 1.3.3+dfsg1-1 (source all)

2012-04-14 Thread Jérémy Lal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 18:34:03 +0200
Source: redmine
Binary: redmine redmine-mysql redmine-pgsql redmine-sqlite
Architecture: source all
Version: 1.3.3+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Jérémy Lal kapo...@melix.org
Changed-By: Jérémy Lal kapo...@melix.org
Description: 
 redmine- flexible project management web application
 redmine-mysql - metapackage providing MySQL dependencies for Redmine
 redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
 redmine-sqlite - metapackage providing sqlite dependencies for Redmine
Changes: 
 redmine (1.3.3+dfsg1-1) unstable; urgency=low
 .
   * Upstream update.
Checksums-Sha1: 
 59d8dc9a44c42e075e938b77355484892af7e9a1 1550 redmine_1.3.3+dfsg1-1.dsc
 884217973f12dbf612cbef971a29411ff0459679 4277279 
redmine_1.3.3+dfsg1.orig.tar.gz
 ec355a7bd0ad137cf501057f776a7fbb0cafd4a6 37606 
redmine_1.3.3+dfsg1-1.debian.tar.gz
 6e7deb1a6f5b4b81fc8c42f7e540ea949e73d1d7 4063788 redmine_1.3.3+dfsg1-1_all.deb
 63803f58e893a3acebac43a18aa395b8165b3862 47296 
redmine-mysql_1.3.3+dfsg1-1_all.deb
 5edc88699dee53ad01955506767d50f0f3722f2d 47284 
redmine-pgsql_1.3.3+dfsg1-1_all.deb
 f3d997d7bbecf2fc584ce0756837465480a93789 47262 
redmine-sqlite_1.3.3+dfsg1-1_all.deb
Checksums-Sha256: 
 37a764e621e52ee3f1c34c30b2739daad96ec56bd1b0dd500e971f95ed777d0b 1550 
redmine_1.3.3+dfsg1-1.dsc
 3dbcd1a65546abf256a5daabc69870ac10ce688bb99706db4f3b4f7507241062 4277279 
redmine_1.3.3+dfsg1.orig.tar.gz
 bfe5275865243a35dfafeba22ba6297cab2ff469588dc3d4ffe08e4aa98cd6e8 37606 
redmine_1.3.3+dfsg1-1.debian.tar.gz
 4ce064afb7dec1f03165cff4a4d073e1fff561c75f9a80303255bd9e9545d3bf 4063788 
redmine_1.3.3+dfsg1-1_all.deb
 baf0f4c11e72d658f0eafc83600d358efd2629dd6f06d80732287eaa7eaa4450 47296 
redmine-mysql_1.3.3+dfsg1-1_all.deb
 18d7bb865424474431506ecdcfd928fe6f2c3b1605d4399e03c780ba1de670f1 47284 
redmine-pgsql_1.3.3+dfsg1-1_all.deb
 7ad951013ad900bdb1a2744804deb37b156d6558c7d8c4dbd28b101bfafb2198 47262 
redmine-sqlite_1.3.3+dfsg1-1_all.deb
Files: 
 b41715ed571021f36f2b2f75664723d1 1550 web extra redmine_1.3.3+dfsg1-1.dsc
 6fbe50ea58b0a9995b6d59a988d20acd 4277279 web extra 
redmine_1.3.3+dfsg1.orig.tar.gz
 d7b691a966bb09ec2fb4282f01d2438d 37606 web extra 
redmine_1.3.3+dfsg1-1.debian.tar.gz
 d14cced5fe8867a642c0130ae598f6dc 4063788 web extra 
redmine_1.3.3+dfsg1-1_all.deb
 cbe5175f30c41c9274480e363edc583c 47296 web extra 
redmine-mysql_1.3.3+dfsg1-1_all.deb
 f92705be3e4b81f7de197b1cf7787b04 47284 web extra 
redmine-pgsql_1.3.3+dfsg1-1_all.deb
 0e21d02658b51efc59ae11b350f17e52 47262 web extra 
redmine-sqlite_1.3.3+dfsg1-1_all.deb

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

iEYEARECAAYFAk+JqPAACgkQDMRIEQdBQdwGgwCgoRl0NI6CQ7LzboNXfStwFw6Y
vIAAn0dwBSCItF/9Rc17msP0xGuZzXpL
=iFP9
-END PGP SIGNATURE-


Accepted:
redmine-mysql_1.3.3+dfsg1-1_all.deb
  to main/r/redmine/redmine-mysql_1.3.3+dfsg1-1_all.deb
redmine-pgsql_1.3.3+dfsg1-1_all.deb
  to main/r/redmine/redmine-pgsql_1.3.3+dfsg1-1_all.deb
redmine-sqlite_1.3.3+dfsg1-1_all.deb
  to main/r/redmine/redmine-sqlite_1.3.3+dfsg1-1_all.deb
redmine_1.3.3+dfsg1-1.debian.tar.gz
  to main/r/redmine/redmine_1.3.3+dfsg1-1.debian.tar.gz
redmine_1.3.3+dfsg1-1.dsc
  to main/r/redmine/redmine_1.3.3+dfsg1-1.dsc
redmine_1.3.3+dfsg1-1_all.deb
  to main/r/redmine/redmine_1.3.3+dfsg1-1_all.deb
redmine_1.3.3+dfsg1.orig.tar.gz
  to main/r/redmine/redmine_1.3.3+dfsg1.orig.tar.gz


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



Accepted mksh 40.9.20120414-1 (source amd64)

2012-04-14 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Sat, 14 Apr 2012 16:58:58 +
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40.9.20120414-1
Distribution: unstable
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Changes: 
 mksh (40.9.20120414-1) unstable; urgency=low
 .
   * The “ziek zijn zuigt” upload
   * d/source/format 3.0 (quilt), with local single-debian-patch
   * Honour DevRef §6.7.8.2.(4) wrt. top-level directory name
   * Base on mksh-current HEAD of today:
 - [tg] New Build.sh environment configurable: LDSTATIC (empty)
 - [tg] Improve LTO effect by always adding our copies of distributed
   utility function sources when linking statically (i.e. LDSTATIC is
   not empty)
 - [tg] Drop deprecated hack for lines beginning with an exclamation mark
 - [tg] No longer interpret numbers beginning with a 0 digit as octal
 - [tg] Attempt to use -fwrapv on more compilers
 - [tg, RT] Better portability to 386BSD
 - [tg] No longer use mkstemp(3) or tempnam(3) functions, do our own
 - [tg] Fix some bugs in the manual page
   * Try klibc and fix missing optimisation for size with it
   * Note klibc and dietlibc both disable ProPolice SSP
Checksums-Sha1: 
 2f39f66eb8a467779d314f1db40ce888e002381f 2171 mksh_40.9.20120414-1.dsc
 74d4668a54d3b8b9ae9686ac8bf0395659c84b16 338943 mksh_40.9.20120414.orig.tar.gz
 1debc9e833e31996d94304a98eb03424790efb69 63526 
mksh_40.9.20120414-1.debian.tar.gz
 dfb3631073c9da8fa7635650da5d00e358fa69c0 431470 mksh_40.9.20120414-1_amd64.deb
Checksums-Sha256: 
 a3a5a3660bdd81f90acfbbc49685bf7ef583b9a07c675c0294e9c857e716cf00 2171 
mksh_40.9.20120414-1.dsc
 856b6b7fde9aec93d0f0a09ebc4819df03679c1bb62b36ca308c43096026 338943 
mksh_40.9.20120414.orig.tar.gz
 fc55574942d4e7fd7813f9744f49cfcc5e9f7e05cfc898c64d546c41550e5060 63526 
mksh_40.9.20120414-1.debian.tar.gz
 13ec37bfdc40b5c41b5a095e8f203d48b6e46c38e1e331883612b60e0751627c 431470 
mksh_40.9.20120414-1_amd64.deb
Files: 
 003737c88d28342e029609587c57d544 2171 shells optional mksh_40.9.20120414-1.dsc
 ed71f3d0e6367972c609e5d1d5466dd3 338943 shells optional 
mksh_40.9.20120414.orig.tar.gz
 3b42b701bffce82ac795c23912ab24f2 63526 shells optional 
mksh_40.9.20120414-1.debian.tar.gz
 8ff4daade6886a29abba91009a7591da 431470 shells optional 
mksh_40.9.20120414-1_amd64.deb

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

iQIcBAEBCQAGBQJPia8XAAoJEHa1NLLpkAfgRhsQALC1aLz2Y8RZLqgcRj1qR9o6
QkSg+tBQ9vMpGttiF5EbOsygdu0esDKmypqBKxVvRVln4qEPpgLGETOiLdqlprYo
W/TwasvYP6wOmjXbfCrktkLCS0RbdMNJOcwlYCClQGntu+QAMF+sU0BhEbE2CDFL
0Un59kRhuCAIYg6GI1H0COr5A8x26upO4h+5Xs+Ut3nPh7BzC85UAv7lFD4Kv8Fx
fumfYy4NCilyamUtTM08j68RgL6ELyzikgZ6jLZEAsXpaj3dUgixfy6Kjxi3GUaT
m+ANB5IgssmDfeCq+isT5gNiYp1V/ObCgbq2yvNpfn077RmmQVP4IYKRHkJFNrzo
RYyyggpMs1mzRVlSYTDBWIYSLg7CyE2W9HSfIztiMF49fHPQN0VTJ/lzUDf8apcs
oJmhYLJohro3g71utZAyW4k6zDUEFALhtzENpzZPcXTbSlPdAgCZL8Kbng6q2xiL
fBp4EKDqMeXsWEkVafIT0p+SNCX+lIjHmn3hP5cJgd+mscK08zjEfXR1AfIaYHk4
5Hta4dXlqZKf2Zq+JbzYALeeix9itg+fgVJhbV+Vs1jkXxsTQggRtdWvm54Wknju
mT14FIx5gUoHxqBSCnMhucItE35vF1MIUA7kMREc5NF5tmE9mMZk9zDt/uIWJ6+q
egqc+z+LpcwTGtWJpJap
=BM6G
-END PGP SIGNATURE-


Accepted:
mksh_40.9.20120414-1.debian.tar.gz
  to main/m/mksh/mksh_40.9.20120414-1.debian.tar.gz
mksh_40.9.20120414-1.dsc
  to main/m/mksh/mksh_40.9.20120414-1.dsc
mksh_40.9.20120414-1_amd64.deb
  to main/m/mksh/mksh_40.9.20120414-1_amd64.deb
mksh_40.9.20120414.orig.tar.gz
  to main/m/mksh/mksh_40.9.20120414.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/e1sj6cy-st...@franck.debian.org



Accepted openjdk-6 6b24-1.11.1-5 (source all amd64)

2012-04-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 12:41:01 +0200
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea-6-jre-cacao 
icedtea-6-jre-jamvm openjdk-6-jre-zero
Architecture: source amd64 all
Version: 6b24-1.11.1-5
Distribution: unstable
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-6-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Closes: 638805
Changes: 
 openjdk-6 (6b24-1.11.1-5) unstable; urgency=low
 .
   * Do not apply patches/revert-6885123.patch. Closes: #638805. LP: #981037.
Checksums-Sha1: 
 ca98d632d2dae33a49a7617a35008f9e72ea60f7 3035 openjdk-6_6b24-1.11.1-5.dsc
 ee0af3472ff2f600fa36be45816a5e792bb97486 162506 openjdk-6_6b24-1.11.1-5.diff.gz
 f1d799f9f2f5129e73188007f09996d737ce076a 11004762 
openjdk-6-jdk_6b24-1.11.1-5_amd64.deb
 1376a85115e03b347fccad8f221930e32032be78 25365150 
openjdk-6-jre-headless_6b24-1.11.1-5_amd64.deb
 e99570a4404b196580a099cbfec70a2ba7b94d8d 237446 
openjdk-6-jre_6b24-1.11.1-5_amd64.deb
 f48cb71587b4a474d7e872d69877655ac41a6705 2312470 
openjdk-6-demo_6b24-1.11.1-5_amd64.deb
 d760b832cd8e7ae8bb9db496e9d8fe5806a130ee 142176046 
openjdk-6-dbg_6b24-1.11.1-5_amd64.deb
 54ecf76d433f9eb165d3fd695983d8ac56bd0bc9 444982 
icedtea-6-jre-cacao_6b24-1.11.1-5_amd64.deb
 8c63bac3f0b4f54845958d7dc5c0b0265cd16eba 527220 
icedtea-6-jre-jamvm_6b24-1.11.1-5_amd64.deb
 525519cfa4f15e083698b5488ae7c59a7bcd191c 2170492 
openjdk-6-jre-zero_6b24-1.11.1-5_amd64.deb
 1dcf6296a83fd9abff36a377622e164c79beb85d 6132356 
openjdk-6-jre-lib_6b24-1.11.1-5_all.deb
 9992adfab3e48cfb9d0e4cb7b69c69f864936d33 40879200 
openjdk-6-source_6b24-1.11.1-5_all.deb
 b64b502bbad807b765ff64eb108ec53206302a45 20591518 
openjdk-6-doc_6b24-1.11.1-5_all.deb
Checksums-Sha256: 
 1936c9764ea9aa215846b70e625f00839f33b645a0c673701f7ebf2a823a2fec 3035 
openjdk-6_6b24-1.11.1-5.dsc
 aad8b3f4bcb7782fd6d39c5fa4157e3382fee028d9dfc0c206dc0708e04a081c 162506 
openjdk-6_6b24-1.11.1-5.diff.gz
 b5fc8ea9773f6a0ec744919285a1f8556cd6872e419fa5e078ede28e2d7897ca 11004762 
openjdk-6-jdk_6b24-1.11.1-5_amd64.deb
 077e926b1db9e12520223d4ec3c9ee09bbd166e7736f0b5e84e63de5198bd12a 25365150 
openjdk-6-jre-headless_6b24-1.11.1-5_amd64.deb
 3bdcd6e3d3c181835f5344e46997aff188169854c58aed198308e2b460ee23ea 237446 
openjdk-6-jre_6b24-1.11.1-5_amd64.deb
 df9d88296fbcb95e1c13f5eb355ce1d3599db7fa90a34e3d5444c5625d04c17a 2312470 
openjdk-6-demo_6b24-1.11.1-5_amd64.deb
 ea40d39083ac1c929e57f2c41338329492b004bedd812fe1cdceaab409bc7760 142176046 
openjdk-6-dbg_6b24-1.11.1-5_amd64.deb
 e87f7703cfe369854fa99b996f8f2c32f8f61114b128d96316341fa0de4eb142 444982 
icedtea-6-jre-cacao_6b24-1.11.1-5_amd64.deb
 0a56fe51c419e5597276a1e87fe3921b88c2736cd7635b6d8ed27b0c39652e73 527220 
icedtea-6-jre-jamvm_6b24-1.11.1-5_amd64.deb
 87a7f6c266ed8bcd41d8416a4dfd67f49e358f5701b14bc6ef79498043ea0775 2170492 
openjdk-6-jre-zero_6b24-1.11.1-5_amd64.deb
 d2cd6d3671762fbaf588b1c9664d42a5215f89b3da8ed62a3b7ca9b66e20c265 6132356 
openjdk-6-jre-lib_6b24-1.11.1-5_all.deb
 244171a7fc1f282d04083b8c1cce021109c342f059f87f57715634be457ac2b9 40879200 
openjdk-6-source_6b24-1.11.1-5_all.deb
 22d71e8756fd46a7b87c55d3e920297c10a63638820eedb011f0e8286364319a 20591518 
openjdk-6-doc_6b24-1.11.1-5_all.deb
Files: 
 f7e461e0815d067053f7fc92491bd375 3035 java optional openjdk-6_6b24-1.11.1-5.dsc
 97605b08565d981c32d2c749a74b46de 162506 java optional 
openjdk-6_6b24-1.11.1-5.diff.gz
 1e3cdbb8c90423992fbb72386c2afe12 11004762 java optional 
openjdk-6-jdk_6b24-1.11.1-5_amd64.deb
 26bb6df6d869a5af3ce8c87499a26a35 25365150 java optional 
openjdk-6-jre-headless_6b24-1.11.1-5_amd64.deb
 2f75849d3acff3744f624c5d09cfede4 237446 java optional 
openjdk-6-jre_6b24-1.11.1-5_amd64.deb
 acb6606f43cb5e0e334a9728599f192b 2312470 java extra 
openjdk-6-demo_6b24-1.11.1-5_amd64.deb
 02f951489901453d1f71f249fa4b5f4e 142176046 debug extra 
openjdk-6-dbg_6b24-1.11.1-5_amd64.deb
 a1820444c0f204aee96ed95086837c47 444982 java extra 
icedtea-6-jre-cacao_6b24-1.11.1-5_amd64.deb
 119bfbc0fb7a33c5343b64fac43711c5 527220 java extra 
icedtea-6-jre-jamvm_6b24-1.11.1-5_amd64.deb
 f61efa7e9341fccde27fd28ccf57feed 2170492 java extra 

Accepted osmosis 0.40.1+ds1-5 (source all)

2012-04-14 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 19:19:28 +0200
Source: osmosis
Binary: osmosis
Architecture: source all
Version: 0.40.1+ds1-5
Distribution: unstable
Urgency: low
Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 osmosis- Command line OpenStreetMap data processor
Closes: 664597 664602
Changes: 
 osmosis (0.40.1+ds1-5) unstable; urgency=low
 .
   * Bump dependency on libcommons-compress-java (Closes: #664597)
   * Bump dependency on checkstyle (Closes: #664602)
   * Updated debian/copyright
Checksums-Sha1: 
 3636f0cabd697e0b2709163e88283b5fbd6fcd20 1761 osmosis_0.40.1+ds1-5.dsc
 389c985b427697fd9fa954eee5fd12fd14762c7a 12074 
osmosis_0.40.1+ds1-5.debian.tar.gz
 5f2a845018d2f9a7d6d33bc14e68fdc7011fd648 861002 osmosis_0.40.1+ds1-5_all.deb
Checksums-Sha256: 
 89a5b6fcac674a5ff38d7a6be46b3cf8a0a5daaf869d2579596eeb71cddffe77 1761 
osmosis_0.40.1+ds1-5.dsc
 7a16b1d3b61a801ee6845df09d732866a33bf0ec7503a54a4d62c266b5dab299 12074 
osmosis_0.40.1+ds1-5.debian.tar.gz
 c3c726995582ff612501b4e70a41c579d79941a46f5028cf720348f338e5194f 861002 
osmosis_0.40.1+ds1-5_all.deb
Files: 
 6d3f090f9a13a9e4ce285d54250d37a3 1761 utils optional osmosis_0.40.1+ds1-5.dsc
 c16b02202b57f1227938cf61f1c2d5a3 12074 utils optional 
osmosis_0.40.1+ds1-5.debian.tar.gz
 e3facbf9fb1f9f944b49b5361134995a 861002 utils optional 
osmosis_0.40.1+ds1-5_all.deb

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

iEYEARECAAYFAk+Jsr0ACgkQ5qqQFxOSsXS80QCfRXhUusNUI5pr5vcZfsZiTNzh
2dQAninNYKbnPxjaJtdy/Cre6NLr4goG
=ar0j
-END PGP SIGNATURE-


Accepted:
osmosis_0.40.1+ds1-5.debian.tar.gz
  to main/o/osmosis/osmosis_0.40.1+ds1-5.debian.tar.gz
osmosis_0.40.1+ds1-5.dsc
  to main/o/osmosis/osmosis_0.40.1+ds1-5.dsc
osmosis_0.40.1+ds1-5_all.deb
  to main/o/osmosis/osmosis_0.40.1+ds1-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/e1sj6qg-0005bd...@franck.debian.org



Accepted x11proto-core 7.0.23-1 (source all)

2012-04-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 19:14:24 +0200
Source: x11proto-core
Binary: x11proto-core-dev
Architecture: source all
Version: 7.0.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11proto-core-dev - X11 core wire protocol and auxiliary headers
Changes: 
 x11proto-core (7.0.23-1) unstable; urgency=low
 .
   * New upstream release.
   * Build pdf docs.
   * Set docdir in configure.
Checksums-Sha1: 
 41dae36add8dd006fa0be87d2a8ce2e544b20285 2004 x11proto-core_7.0.23-1.dsc
 3baf2e7e517b392b60de0a8c090866f60a37e192 358066 
x11proto-core_7.0.23.orig.tar.gz
 09938c6e571108a9255e48232fd83e138ce9c316 6354 x11proto-core_7.0.23-1.diff.gz
 8807b1f414b4eacc0ceb8f3d39e9c87fcb44acf9 773544 
x11proto-core-dev_7.0.23-1_all.deb
Checksums-Sha256: 
 aace29d60ee651cc113d3ca4d8b9562e05cc8c3b8d05fa52ecbc9c7b99a91cc0 2004 
x11proto-core_7.0.23-1.dsc
 07efb40fdd23943ec554920eaf1fe175f70d20127c7a0ee8ab818bd88226f696 358066 
x11proto-core_7.0.23.orig.tar.gz
 d56fa7772ed6da926c40cee67600b93079028cfc5f2c0b5291c587134bb99a1e 6354 
x11proto-core_7.0.23-1.diff.gz
 97b323494864640e36dbc9becb38df89a1202e4449a20dd38dc5b4dcea5746e9 773544 
x11proto-core-dev_7.0.23-1_all.deb
Files: 
 95c6f146ee926815536bb16f3d156f8b 2004 x11 optional x11proto-core_7.0.23-1.dsc
 7ab1239930563a352cb3552fd2db4140 358066 x11 optional 
x11proto-core_7.0.23.orig.tar.gz
 762605c63847a89e84dfe71e65a165e4 6354 x11 optional 
x11proto-core_7.0.23-1.diff.gz
 4c4f42b0ec94689f7d6ce3a7c914b54b 773544 x11 optional 
x11proto-core-dev_7.0.23-1_all.deb

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

iQIcBAEBCAAGBQJPibE6AAoJEDEBgAUJBeQMUMEQAIXdNtSFZac4O/4RbEqxBKTO
RIqd+dhvxAjyhM5ftOsk1EIZLGT1/00zCgcVvESNwgCBEqTvUH+FEZ6DU1Cuk1by
LY4cn+7/IWvQMMls4Jbye6CqNkTxevh5EF3/58TLLwk3hv36PRlJ7y6VNXFKliNf
RFda1DX275rmFJcidk+91dXLg7wKP95OgBxaiqWBekeYPI/W4fOMpfyx3BTFDbJl
R4KJ0GsaJPpeEdRs2+JeXvhPYNRhoKFN5aHWixqJMUxG0mOyCmejfAjPRnbeK2II
FhW77fFw37TryJr9+oUcWT0W4+AEbJ55wpyfgJ6WFk1J7ROvuabqUtrWUg99pGja
u1xUHjtf9hylE6FBXK6RQbR988m/Zs8fkYm7Z7ssZYImjP2f1RuX3dNutWrZXesq
xUTuzweaAZqZFvxLQnBuvq8EzrQSJslI1m7R3o5Uct6kZ0CEZYQh+s6C8Md8c+9g
0vZkpL95jm9K4L3XNjLO7HkQPWdBCB8ke2+pdymUl/T0lnlRvkwV/ALH0wtQNcxM
WMBOWMD+gOlaIfU7ZEFbDwWxaDrA8pNQcHnakliHiZTg4KLPVRBXd0LnvAFnm+16
F9LWIsbSWbd5CBvZ9q4Cwkxle0f61AFhbTNCYksdJFvS3WUwdSGLyzC4GVwWWSJ3
sOvNpMRLWisz88g0Uqoc
=Xf3A
-END PGP SIGNATURE-


Accepted:
x11proto-core-dev_7.0.23-1_all.deb
  to main/x/x11proto-core/x11proto-core-dev_7.0.23-1_all.deb
x11proto-core_7.0.23-1.diff.gz
  to main/x/x11proto-core/x11proto-core_7.0.23-1.diff.gz
x11proto-core_7.0.23-1.dsc
  to main/x/x11proto-core/x11proto-core_7.0.23-1.dsc
x11proto-core_7.0.23.orig.tar.gz
  to main/x/x11proto-core/x11proto-core_7.0.23.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/e1sj6qr-0005gc...@franck.debian.org



Accepted bibletime 2.9.1-1 (source all amd64)

2012-04-14 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 18:11:50 +0100
Source: bibletime
Binary: bibletime bibletime-data
Architecture: source amd64 all
Version: 2.9.1-1
Distribution: unstable
Urgency: low
Maintainer: CrossWire Packages pkg-crosswire-de...@lists.alioth.debian.org
Changed-By: Dmitrijs Ledkovs x...@debian.org
Description: 
 bibletime  - bible study tool for Qt
 bibletime-data - Documentation and data for bibletime, a bible study tool
Changes: 
 bibletime (2.9.1-1) unstable; urgency=low
 .
   [ Jonathan Marsden ]
   * New upstream version 2.9.1
   * debian/patches/*: Remove all patches (incorporated upstream)
   * debian/control: bibletime now depends on a matching version of
 bibletime-data.
 .
   [ Dmitrijs Ledkovs ]
   * Add more strict alternative build-dependency on the libqt4-dev.
Checksums-Sha1: 
 4784492eccf8de961a526ccb3e44761136f9f8b0 2107 bibletime_2.9.1-1.dsc
 f00a3a3cfdf011c16ac9d424815f9ee985b539c9 5968979 bibletime_2.9.1.orig.tar.bz2
 b0f58a9b00f88b11c9201cfb79e10ab9a31727fc 11657 bibletime_2.9.1-1.debian.tar.gz
 131427a06569f5b2292d96727e8b8bc4bfdd83f2 911356 bibletime_2.9.1-1_amd64.deb
 ad88b42d9046fc6fb452614a8adbfdd9286a6b19 5081884 bibletime-data_2.9.1-1_all.deb
Checksums-Sha256: 
 319d5e449dad16736ffe652db77b3ccdb4a23fde67c379944a02e9fa0f0b3c55 2107 
bibletime_2.9.1-1.dsc
 308a86d4a1f63203e01438e75be8306377927498b5d0ae8769a4df3c828013b5 5968979 
bibletime_2.9.1.orig.tar.bz2
 b332bdc9615a63f39f72b0395532524c233db493dff10799b4eb56e5d7d24881 11657 
bibletime_2.9.1-1.debian.tar.gz
 93da42b5c279afadc9b52beaa7421af50152060702cc00a7343933d3c02ed780 911356 
bibletime_2.9.1-1_amd64.deb
 2d0701a451a01c61a3332103df81ff663668db0050c7b21339dd17c3ec4b61ed 5081884 
bibletime-data_2.9.1-1_all.deb
Files: 
 2705dca12fbaafc78f97c9e841bf49b9 2107 kde optional bibletime_2.9.1-1.dsc
 ff89f440418f3e23c0bf039810f21479 5968979 kde optional 
bibletime_2.9.1.orig.tar.bz2
 7f8a2f5d2b79802483d63d48733d4635 11657 kde optional 
bibletime_2.9.1-1.debian.tar.gz
 6c89b47975cf738a94b0da848fbef971 911356 kde optional 
bibletime_2.9.1-1_amd64.deb
 cb58679153e4a76ed6d75f0d750932df 5081884 kde optional 
bibletime-data_2.9.1-1_all.deb

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

iQIcBAEBCAAGBQJPibIrAAoJEIh7YGGLPBau+pAQAI1kRFkOjR6jz+aEU1J2HFns
kjX5gSDWS6ihpeHhqW5on7ipXK8Z/uG0MqFk0r+AIi01BOrCm1Jca5/LoFgZXCFK
8l18XIVPd+G5HiwKgSiQo44qYYpW0ms8g2TnrXeZI+AExi3F6o6ALAZBZg9UtUHP
7eQthaIalCwKY/wqz5C5+U/SOIGZ2A1Tdy7hkKXl8YT9YPN2/LSsQbkszZ8zN+X1
lXsV8CNZotJ7iio+laMRN0Mnuwh+0zS1Gkvg7prcdmY+LgHJfMUxVd4hpmU3QBpP
iG4iA44gGPUZHK9QAes+jTYAVYmjaRFogUy79pT8XKMAek3d6OQxmEcU+O0Z9Tgf
7sph4yh/OK2hcd6Ete2ODGw7/49e9mTKWzO8TMw0ajOlRydsMzidMnagOwN/+17g
RiWBQ+33xbn87hyPGVsW9YrQbUF2FGmIK+R3Ui3yV1cleCxsZhPq5Z05YLzRnAOa
vF0WdRv4TY/jVBj388hmD6+0Jlsm8xfVnkqqawbap7GZlG0QoRu9/HZcBEyKRNmS
F6oPkR5itOh9p7yJVHW+9DDtR8OfxHLYMpNFVnARq5EvpsQpEB8x70P7pwLNb5y2
zdwtBWvxpiSW6fH63FsmKhcct1V4xRkFVu74nhN85bjGyxri9gY07RCFxpANQxIq
hC3IoHHEaFA2X3Tn7kBY
=xybO
-END PGP SIGNATURE-


Accepted:
bibletime-data_2.9.1-1_all.deb
  to main/b/bibletime/bibletime-data_2.9.1-1_all.deb
bibletime_2.9.1-1.debian.tar.gz
  to main/b/bibletime/bibletime_2.9.1-1.debian.tar.gz
bibletime_2.9.1-1.dsc
  to main/b/bibletime/bibletime_2.9.1-1.dsc
bibletime_2.9.1-1_amd64.deb
  to main/b/bibletime/bibletime_2.9.1-1_amd64.deb
bibletime_2.9.1.orig.tar.bz2
  to main/b/bibletime/bibletime_2.9.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/e1sj749-w6...@franck.debian.org



Accepted boats 201204-1 (source amd64)

2012-04-14 Thread Thibaut Gridel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Apr 2012 23:45:26 +0200
Source: boats
Binary: boats
Architecture: source amd64
Version: 201204-1
Distribution: unstable
Urgency: low
Maintainer: Thibaut Gridel tgri...@free.fr
Changed-By: Thibaut Gridel tgri...@free.fr
Description: 
 boats  - a race scenario drawing tool
Changes: 
 boats (201204-1) unstable; urgency=low
 .
   * New upstream release.
   * Upstream moved to sf.net.
   * Simplifying rules and adding build-* targets.
   * Bumping Standards (no change).
Checksums-Sha1: 
 e665983bed04d069be475d9427092d03b321c6a5 1802 boats_201204-1.dsc
 a77b638fd08a5953bdb109f3836e02e9708f37a2 190111 boats_201204.orig.tar.gz
 cd4d937ebfc921730d11d633d0827b2eed5c3dd2 2360 boats_201204-1.debian.tar.gz
 095fcf2285bdacb85a99be2ba6f503cbbc92b1b0 261844 boats_201204-1_amd64.deb
Checksums-Sha256: 
 c0c4bb30dfce043dcdfd837506e439cd302cb6f0e35064a003fa6524a4ef19f6 1802 
boats_201204-1.dsc
 0b624260cbd3f0407156f46c16501fcda1caed51bb1ecb5827219979461c58af 190111 
boats_201204.orig.tar.gz
 86b02b913710082d09344864009662c2576d741aa2531b2183d7c3410ad77f1b 2360 
boats_201204-1.debian.tar.gz
 bb75c9cad6768f7a31053b49f60e8db2c31c5deda0e6bacb2a4b2092665a7d41 261844 
boats_201204-1_amd64.deb
Files: 
 5ff23adbb8b33e06a8c8c3edad2887cd 1802 x11 extra boats_201204-1.dsc
 773facc229861a0dcea28af2c02ee6b8 190111 x11 extra boats_201204.orig.tar.gz
 76565546836a57798d3618d02fba86e5 2360 x11 extra boats_201204-1.debian.tar.gz
 69432c494bbfec24800ea920a4c9620f 261844 x11 extra boats_201204-1_amd64.deb

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

iQIcBAEBCAAGBQJPibclAAoJELNGT4lqoVlIUMQP/0fIbwq3M5WnvBT81/HQ2wVp
3YS4hbCXE9M8tgR311snc6cFbR9zbnW20Fxuogy2XBJHfD7a1BFQMWT4t+gK5eNL
iKWIz1+dVmJ3r46FqBb5E2tIfp025i4HvU4LirOOdPoqCwHPPJbuHAtCKnYxmZm2
ukpRaEFjh6l9jEwjOWtdH6r1b7VTtuioq96r5gn883GnzbnjcWRdoMhc9ZvJtD37
0Y8+KJJY6zDkGhhoTWWL2FrJGjnRIuJcvUx5Vng3oo35w9oqfMtNuOAbVsu/U1I+
nd6X3c3h6b/xlo4o66nb+ku/n4tCUC9IFk+WRdKdysSu1jjg+NrSp+rhR/FCOuFo
79PXgP83+NHeaLMiMq+tP+W7mB6dFNrb2wI7jhFZsBCl/vI5crpkgi9SHMkBqSZj
JnmPuE9rJO7OarpHAqgZphNpWFamiMpEEoDmmYinOYUNi8HwP7nm0znT0mdhiLU4
eWGRpNjkvb5+ygTM1Hwlc4U5JSpmS9ZKlQaEke8Yj9iF7/CqC1u8FaT7FXei2QpL
5iAcMfMPeeBnhQj7FEq/CCBBDpAvzD0XFGzbCaVym/NSUQyHVBfAQZVCSDqaCxkn
VUtBQWQfzpmcirGB5tmiLTCbRkufGNRJ8rNq+vMv7GHatVa6SWcbevVxZLRwnC7y
dA2+PXhv8lVy/FyqCeQ4
=pmsL
-END PGP SIGNATURE-


Accepted:
boats_201204-1.debian.tar.gz
  to main/b/boats/boats_201204-1.debian.tar.gz
boats_201204-1.dsc
  to main/b/boats/boats_201204-1.dsc
boats_201204-1_amd64.deb
  to main/b/boats/boats_201204-1_amd64.deb
boats_201204.orig.tar.gz
  to main/b/boats/boats_201204.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/e1sj74k-av...@franck.debian.org



Accepted crawl 2:0.10.2-2 (source all amd64)

2012-04-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 18:21:54 +0200
Source: crawl
Binary: crawl-common crawl crawl-tiles
Architecture: source all amd64
Version: 2:0.10.2-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 crawl  - Dungeon Crawl, a text-based roguelike game
 crawl-common - Dungeon Crawl, a text-based roguelike game (data files)
 crawl-tiles - Dungeon Crawl, a roguelike game, tiles version
Changes: 
 crawl (2:0.10.2-2) unstable; urgency=low
 .
   * Build-Depend on libpng-dev.
Checksums-Sha1: 
 8b6e5c5d16f018bf361148aff289aa7f0dc26049 1398 crawl_0.10.2-2.dsc
 2d4e3497fd9d86893231c353ecf6c7a045de0af7 11173 crawl_0.10.2-2.debian.tar.gz
 cb63938396cfce0f1de8f7fa2618f9068e149495 1200660 crawl-common_0.10.2-2_all.deb
 e95e7100a45e40a9ff79321559e672b688da508c 3602366 crawl_0.10.2-2_amd64.deb
 08da3440f5d66dd38c9de99e9ce9777154b07dd4 5950346 crawl-tiles_0.10.2-2_amd64.deb
Checksums-Sha256: 
 cd8529f8f3243cc0e7b682b5dc68fa12847f25a797749b24082a05ef8f7f9f36 1398 
crawl_0.10.2-2.dsc
 ab0f3cd0854264a68045ea6e72465e50ea08c00501cfa0f23c7cd17d51a0dacf 11173 
crawl_0.10.2-2.debian.tar.gz
 5a17dcd11254dd72c5cd1b586ef181fcec25076d762a3654d806fc54c6a34487 1200660 
crawl-common_0.10.2-2_all.deb
 d221b9d6d8b6488b8836f89e552685957172fa288deeeadc59b8e98b1321612c 3602366 
crawl_0.10.2-2_amd64.deb
 bde7aa18cddc5d7909d74794d17fe9ca2e90d0884d508b37fbc3b51119c6f9aa 5950346 
crawl-tiles_0.10.2-2_amd64.deb
Files: 
 a100ff6335fef4e8cdfc0729dea48d24 1398 games optional crawl_0.10.2-2.dsc
 c72643bfac0fab7f1a22c5c773c8cd4f 11173 games optional 
crawl_0.10.2-2.debian.tar.gz
 cf736312d143dffe0c2ba1c232af957a 1200660 games optional 
crawl-common_0.10.2-2_all.deb
 2deb18269c41db4084f621262ef2f66b 3602366 games optional 
crawl_0.10.2-2_amd64.deb
 39379cea298e8e86226c572606d69df1 5950346 games optional 
crawl-tiles_0.10.2-2_amd64.deb

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

iEYEARECAAYFAk+Js2oACgkQAxLow12M2nvoVACgn9zAi/oHlPixZV/3T3zUKKWf
kbMAn1rH4NxqIBl5wEbcUl3gvuMC57ij
=mTYg
-END PGP SIGNATURE-


Accepted:
crawl-common_0.10.2-2_all.deb
  to main/c/crawl/crawl-common_0.10.2-2_all.deb
crawl-tiles_0.10.2-2_amd64.deb
  to main/c/crawl/crawl-tiles_0.10.2-2_amd64.deb
crawl_0.10.2-2.debian.tar.gz
  to main/c/crawl/crawl_0.10.2-2.debian.tar.gz
crawl_0.10.2-2.dsc
  to main/c/crawl/crawl_0.10.2-2.dsc
crawl_0.10.2-2_amd64.deb
  to main/c/crawl/crawl_0.10.2-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/e1sj74i-j5...@franck.debian.org



Accepted bisonc++ 4.00.00-1 (source all amd64)

2012-04-14 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Apr 2012 14:21:58 +0200
Source: bisonc++
Binary: bisonc++ bisonc++-doc
Architecture: source amd64 all
Version: 4.00.00-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 bisonc++   - Bison-style parser generator for C++
 bisonc++-doc - Bison-style parser generator for C++
Changes: 
 bisonc++ (4.00.00-1) unstable; urgency=low
 .
   * new upstream release moves to the next major release, as bisonc++ itself
 is now capable of generating a parser using polymorphic semantic
 values. No additional user-provided implementations are required.
Checksums-Sha1: 
 39d5a155d444ac53625f2a46c7cbf60a3fa4ce68 2005 bisonc++_4.00.00-1.dsc
 841c96a39a92fad9056fcc5ea73c5e26b7fc043c 658378 bisonc++_4.00.00.orig.tar.gz
 f6eef3fae67e0242990bc6c00acdab33eeac15d1 11487 bisonc++_4.00.00-1.debian.tar.gz
 b52c57c47792ae8b1ee5575137e486bf152637bc 214942 bisonc++_4.00.00-1_amd64.deb
 4fd3bb8dc5945d764dddcf87bffed721d37bcae6 466792 bisonc++-doc_4.00.00-1_all.deb
Checksums-Sha256: 
 f2e11639393be7269c39a8088f8ea6bc0544cf66b0f430ca2750a665a4cd4c44 2005 
bisonc++_4.00.00-1.dsc
 93f7f8611c85e7d6ee1010aee47b73845fcfec8f83143a2bf42d56d3960b87eb 658378 
bisonc++_4.00.00.orig.tar.gz
 62ab7c0e8e9c38f7566d474d6842e6a5b19664a4bd596ac5118513e5197a9ef4 11487 
bisonc++_4.00.00-1.debian.tar.gz
 d1e28c6995e38ed73ca335141218db2de5bd143121599c142fbb62225ff6bad4 214942 
bisonc++_4.00.00-1_amd64.deb
 28d4180b52025a9db34b86364d5961fc05e5d9cb553a6943674d5db426c74c0b 466792 
bisonc++-doc_4.00.00-1_all.deb
Files: 
 f371c0c168a667285e64e220a0ffe3f1 2005 devel optional bisonc++_4.00.00-1.dsc
 de8b8084e6e021aed9cc30941ec02b0e 658378 devel optional 
bisonc++_4.00.00.orig.tar.gz
 62b910d5375fad406a15a8a1be976c4f 11487 devel optional 
bisonc++_4.00.00-1.debian.tar.gz
 df56c118883d33591cc5d73423c50750 214942 devel optional 
bisonc++_4.00.00-1_amd64.deb
 7ec36133f2fd86a971233c081f388424 466792 doc optional 
bisonc++-doc_4.00.00-1_all.deb

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

iQIcBAEBAgAGBQJPibqhAAoJECHSBYmXSz6WS9MP/0HqZ2DuuZsyp3tIMkuueW2e
KnHXieRi9q7wQaV/tcmlJDAUK1Ha871vcIg1wRHfO7rU7QPB2gRf0oU5HhfiCC/P
KXkH3eGQf98NqPtkeBBedXHuM5nlIro1Mvh8Z+AQEYcUjxCCJ76D4R/ZBYDM1R+w
R8GZRnIZbWSwqLYKnny/SgAUTLSQBXyE+/zCd9mvD83tkfWBxNR9pHtzpiPvF12f
pgtUsQMEVXQhZysUhXA3U2FwKYtZbQG3EdxeceiNtp9/dH4DTGsEUKLtW7S0Cnl3
xP0hWJWfx1eQzVbBI7cvcQQAghBXJcnd1fO9fLofMpcKvNMLfm/EVeD0cxgOJj3V
GQnX4uU6eObEdYrW75HRikV74pgdxLcTri46Fp+51ibLuxzFWK/TuRxZaKaXqBoR
pgZVeTkTJs2+r7buocTgXK4S7ndnSuKFg6njA8JVwYmOYH0Sf61PyE3uB/jypgWD
g5BoueeQwAhU+VkGA7ne+dFjqAFnYtoQUorlQ3Ta3az+6K9YEWJ/RVW/zi3APA0A
rBNwp7+/MwI1Cl2ZIGBAV5stOt4HzlOTzum87bob9jPZPD/a35oZ5bAgsO8EhkrI
xrM6ep/xhP5MxB4tW+L3KpPWfUBeC8sXgDrA0stG3JQ8oCUI75g3Osg+KlOIesbT
5cC+JvjefpmHnF4Yb34R
=5zHR
-END PGP SIGNATURE-


Accepted:
bisonc++-doc_4.00.00-1_all.deb
  to main/b/bisonc++/bisonc++-doc_4.00.00-1_all.deb
bisonc++_4.00.00-1.debian.tar.gz
  to main/b/bisonc++/bisonc++_4.00.00-1.debian.tar.gz
bisonc++_4.00.00-1.dsc
  to main/b/bisonc++/bisonc++_4.00.00-1.dsc
bisonc++_4.00.00-1_amd64.deb
  to main/b/bisonc++/bisonc++_4.00.00-1_amd64.deb
bisonc++_4.00.00.orig.tar.gz
  to main/b/bisonc++/bisonc++_4.00.00.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/e1sj7ic-00048t...@franck.debian.org



Accepted cdbs 0.4.110 (source all)

2012-04-14 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Apr 2012 13:40:38 -0400
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.110
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers build-common-hack...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 cdbs   - common build system for Debian packages
Closes: 668820
Changes: 
 cdbs (0.4.110) unstable; urgency=low
 .
   * Have cmake.mk by default include CPPFLAGS in CFLAGS and CXXFLAGS.
 Closes: bug#668820. Thanks to Simon Ruderich.
   * Use anonscm.debian.org for Vcs-Browser field.
   * Extend my copyright for Debian packaging.
Checksums-Sha1: 
 45a6bbbfb326f5df3d491ccdb8b0a80e29ad62fb 1834 cdbs_0.4.110.dsc
 fa2edcb3a19b36301531b7127e47a765216314f8 266563 cdbs_0.4.110.tar.gz
 f30d413e44a85109d96b29e0ead2edf67fa03ac7 79620 cdbs_0.4.110_all.deb
Checksums-Sha256: 
 7c3534037d45d08cdcef1ccd5ea528765e412c87820e6b560a8ec8fda23a204c 1834 
cdbs_0.4.110.dsc
 8afec033d0c61a0727e9fa540b95119e7359c564501dbafef453f4495a4417c9 266563 
cdbs_0.4.110.tar.gz
 f4afab03f098c4117ca145fe28db9a1a11bea2a61ef2cc08f7f385410c8897a9 79620 
cdbs_0.4.110_all.deb
Files: 
 02f1268765b3bcca9935de99ed3dd60a 1834 devel optional cdbs_0.4.110.dsc
 8cea382c636e9fe5fb267c877d2b467b 266563 devel optional cdbs_0.4.110.tar.gz
 64703c5338d1ce6becefe87bc2f8f9c7 79620 devel optional cdbs_0.4.110_all.deb

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

iQIcBAEBCgAGBQJPibkkAAoJECx8MUbBoAEhonUP/1vnUqPkJI3hb7Bim6bzxUWB
s590BL+zXtl7Ri2drrcfG4OJ7HPH1sNdd805BQcw6/lRPLZmyUdqsepJB1hqtDz+
IrcYkk/r/r8AOQDYAf2NWw567M91i52OdbPhKYpSYHiOTwOAcrKuqcTVT5QirLiL
yXFeoVr6foiWnPe32qMvGITmFY21EmDtux6GOqLbLmoQjWx5RZqTq5tgVAgcfBvp
UVEvMNT73mHvU7Ild+Y9g8TcmkOtxxnPLNyLr8PaT0WDtEn8O1+/cQRU5EUYOORr
GU32V6ZwNErzPvEuGdgKXg/aTIwBQsyzI9qzLexVgBjylaSrW+Fc/dTikljhZAPk
uRHBVtk8lRj+zxZSuyrTDFkpp0oj9HOoTtVZB0ZVQZxWE9wV+2NivYWHYTLDr37v
SwwPuKaJ94aw0gFYir5Q3QZMeEN1GyBluGJpQ9PwGhawyPDLwc83z8TFnSfar2zT
cRQrhM2PArhVH0KWHKvesNxTxJnpVBF3nA5iKWSwBLdMEs0rOsVjzbQ5WEXVfMOv
6xlypUnuZPgCVEjCSj1zAuxmRqUQ6WBVX8+n+PpPMAYipr+jQ/Kp1mV3jXIKbKEt
frPW2hSNCE1JECIxb+Jbdc9pYOzWwHVt73/F0o05Z5jyQbpdGZ6fIG/znkFm2m7s
7MsjQTs5oR/67SI6HNpG
=18AV
-END PGP SIGNATURE-


Accepted:
cdbs_0.4.110.dsc
  to main/c/cdbs/cdbs_0.4.110.dsc
cdbs_0.4.110.tar.gz
  to main/c/cdbs/cdbs_0.4.110.tar.gz
cdbs_0.4.110_all.deb
  to main/c/cdbs/cdbs_0.4.110_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/e1sj7in-0004cm...@franck.debian.org



Accepted dia-newcanvas 0.6.10-5.4 (source i386)

2012-04-14 Thread Mònica Ramírez Arceda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 17:27:41 +0200
Source: dia-newcanvas
Binary: libdianewcanvas2 libdianewcanvas2-dev
Architecture: source i386
Version: 0.6.10-5.4
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description: 
 libdianewcanvas2 - a gtk+2 vectorial canvas with extra features
 libdianewcanvas2-dev - a gtk+2 vectorial canvas with extra features
Closes: 643088
Changes: 
 dia-newcanvas (0.6.10-5.4) unstable; urgency=low
 .
   [ Gregor Herrmann ]
   * Non-maintainer upload.
   * Fix FTBFS: dpkg-buildpackage: error: dpkg-source -b dia-newcanvas-
 0.6.10 gave error exit status 2: fix autotools handling:
 - remove automatically created patches
 - use dh-autoreconf instead of manual copying and autoreconfing in
   debian/rules
 (Closes: #643088)
 .
   [ Mònica Ramírez Arceda ]
   * debian/patches/20-fix-Werrors.patch: fix gcc warnings so that the package
 can be built (it is built with -Werror flag).
Checksums-Sha1: 
 fa9889e885e7b41f0fa3858660c73f7537f0f86f 1939 dia-newcanvas_0.6.10-5.4.dsc
 2e3ad7189eda0f93ab117120dbd075f7c96d563f 5895 
dia-newcanvas_0.6.10-5.4.debian.tar.gz
 7d19e6123b7fef885904b8f8b3dd4c3090d41a67 52064 
libdianewcanvas2_0.6.10-5.4_i386.deb
 e97e99b761b7f6218d216a54860c502d71bc2aba 20422 
libdianewcanvas2-dev_0.6.10-5.4_i386.deb
Checksums-Sha256: 
 861228a63914c595f7073488294b2f19a41267fd526f536b7cdc517810dc0980 1939 
dia-newcanvas_0.6.10-5.4.dsc
 04765efb76a80542f161a8245ad3b45a4bd0af26765346d504f130d06fb9078e 5895 
dia-newcanvas_0.6.10-5.4.debian.tar.gz
 6e05130beeeb9642c6ec4e5e2ef817340e5f0a5ab467e924d0825ae3ae93b0a5 52064 
libdianewcanvas2_0.6.10-5.4_i386.deb
 d5b23f8264ef711c320c9db1028fd88b15338f3565d46da741261d059fec3e72 20422 
libdianewcanvas2-dev_0.6.10-5.4_i386.deb
Files: 
 91041497308420b6e340a600b7829831 1939 devel optional 
dia-newcanvas_0.6.10-5.4.dsc
 df7667a58c2d056adac14a48d69d83e9 5895 devel optional 
dia-newcanvas_0.6.10-5.4.debian.tar.gz
 2245ecc299aab74d5cc93b719938fd02 52064 libs optional 
libdianewcanvas2_0.6.10-5.4_i386.deb
 6f3076c9b15abb43ea365bd9644db011 20422 libdevel optional 
libdianewcanvas2-dev_0.6.10-5.4_i386.deb

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

iQIcBAEBAgAGBQJPgx6IAAoJEB7+sYAaScDS7NgP/j7QpWhRX5Ua8xsP/nWPFYDp
E/Ml5SbwyzNJCgrJH9VPOuFnDNwNkDQhZt7nnTBzYFyZt3gJtLk4hSul+AZFe916
VAfEuEpvCXFwNW1pfpGbQOFq2NACMP1kG78A706XBR6N8US34uJmbcyUlTnpOTDG
2YOmw/yJMEguUqQRH4D1+GVSvx1EcV6Xwh1uO2dozmsmnVlCRbr/RzMxQhkR4HwJ
CbS6dPCIGLxV6xG2rZ82XcL11NAa1getaCkiU4JXlCgLFdhUD86tR9snHYBbDr7g
mt+xBKRRtPfaQXfX5X0dxMgXSS6yXi7mgWLYMKmo26X7pxVsrFd7AKDj01lXyxge
j7zEbD6owsgzqlYZjjCKOBSWpiO5xYS5npv3EX+Trjk/WYCzxddvb7O27hc+fX+E
PQuU/C9gEVuMced+O4DNGERVlXDtc2Lv48Zky9DK+HVxlwcFs8GKX4wnBSS/Rccj
gEwXe7tym3HITyiYwxSUKSdqFoR7eRYsTIY4bSwWrdHK9Kw7B26rUCFMFTITLMef
dZBpMepYxThQ40Sri0/3HWlNQ8h0JD9iA8XwkAWYT7x+8JzlyxrkHbBLBA9pvgaX
gnt9AFapOfP2FkNWsBLOxdVNw5AvW5V2qb1U5eQp/Zc/JMNLXQ/OYmr6aJqUwv3L
BmSqyL9LnfDyNEtnl8tA
=Z9JT
-END PGP SIGNATURE-


Accepted:
dia-newcanvas_0.6.10-5.4.debian.tar.gz
  to main/d/dia-newcanvas/dia-newcanvas_0.6.10-5.4.debian.tar.gz
dia-newcanvas_0.6.10-5.4.dsc
  to main/d/dia-newcanvas/dia-newcanvas_0.6.10-5.4.dsc
libdianewcanvas2-dev_0.6.10-5.4_i386.deb
  to main/d/dia-newcanvas/libdianewcanvas2-dev_0.6.10-5.4_i386.deb
libdianewcanvas2_0.6.10-5.4_i386.deb
  to main/d/dia-newcanvas/libdianewcanvas2_0.6.10-5.4_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/e1sj7iy-0004ih...@franck.debian.org



Accepted didiwiki 0.5-10 (source amd64)

2012-04-14 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Apr 2012 19:18:40 +0400
Source: didiwiki
Binary: didiwiki
Architecture: source amd64
Version: 0.5-10
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar mouzan...@gmail.com
Changed-By: Ignace Mouzannar mouzan...@gmail.com
Description: 
 didiwiki   - simple wiki implementation with built-in webserver
Closes: 601489 668005
Changes: 
 didiwiki (0.5-10) unstable; urgency=low
 .
   [ Ignace Mouzannar ]
   * debian/didiwiki.init:
 - The daemon now listens by default on localhost.
   Thank you José Sebrosa sebr...@artenumerica.com for the patch.
   (Closes: #601489)
   * debian/didiwiki.default:
 - Added the LISTEN variable to listen by default on localhost.
   * debian/didiwiki.init:
 - Added Description field.
 - Added the 'status' option.
   * debian/rule:
 - Replaced CDBS with dh7 features.
   * debian/control:
 - Removed dependency on cdbs.
 - Added DM-Upload-Allowed field.
   * debian/source/format:
 - New file set to '3.0 (quilt)'.
   * debian/didiwiki.docs:
 - Added AUTHORS file.
   * debian/copyright:
 - Removed second upstream URL.
 .
   [ Jari Aalto ]
   * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
   * debian/compat
 - Update to 9.
   * debian/control
 - Update to Standards-Version to 3.9.3 and debhelper to 9.
   * debian/rules:
 - Added hardening flags.
   * debian/patches
 - Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
   (Closes: #668005)
Checksums-Sha1: 
 112f748c5f69dd01d8c8d6da366e02b312fe2358 1708 didiwiki_0.5-10.dsc
 3d9380e23d71ac0fa1ed01ec5956aa2efd96ee8d 13858 didiwiki_0.5-10.debian.tar.gz
 a61b3b78323769b187155cc24bc41b291c43dc71 30876 didiwiki_0.5-10_amd64.deb
Checksums-Sha256: 
 6e9f31fb646aef24a0043c64d07242790195bddd5c72f9ed54b5b77bdf3a13ac 1708 
didiwiki_0.5-10.dsc
 d0cf1805dcf46e6dfd441b22e3dde6ea32005fe73b0bdf8da3a313637ac61e31 13858 
didiwiki_0.5-10.debian.tar.gz
 4a7ce67a930ec9b86c3c566f2536487e8f082a0fe943effeab7bf104e39ae89c 30876 
didiwiki_0.5-10_amd64.deb
Files: 
 e76395d639502bceb1e917b90bd8694a 1708 web optional didiwiki_0.5-10.dsc
 6d06e54b86aea66305aef2b296e71a52 13858 web optional 
didiwiki_0.5-10.debian.tar.gz
 f4a1faf9436088e664decb723fed535a 30876 web optional didiwiki_0.5-10_amd64.deb

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

iQIcBAEBCAAGBQJPibrYAAoJELNGT4lqoVlIUgoP/RVcGG6iM8uO0knTQU+f5aPm
NH4jDK7dwFutZqsh+ltTH9tbbx7t8Xp2xJsMZaFVS0C2hR6aVEAVz261ejBT1GuP
1zpfBYONqD+MsWLjoLT7hQHvQD+BVjCxtmQXqHbjdNrfOL7CWy7wRfD/9AiG4WQl
CwOAgmrfF9GD5EFgjkPlhd9et1H6QJGwUUUSiig3Q8YuierVC5LoGMFNK5mzTEJi
nR2jZ1LRizXn3I1gcaDhdOMF/bXTHI2qt166wPu1zRoEHIkZNeeFpZWXid+FaMli
wMrmoNXJp47TcxtBjw15sRON6phtsxg8phLtA1pTgO9i0DKmVRIdkinZh3hTozYj
ufNVV0R9RZ9tdlIotUMxKppin0ew26yfRdZopY69KMXEAPGUaXluf2e9la8jQcTU
Dby61CTiX1lqAJjKV7Ojm8pYc4dQE4qU9/Oza7ZKYn7fiRXclg7Zg0/zd92NbHPm
7c76otE8k2XiFfznfSx3k39+tLmypes7FMKCq3pIvLqsJnv+kNGS9LMBsyI160yY
0VQRmtUJCXcn/a3spG2KHKDiAAiMpEF2K94YjUMFDsNrGe9uQxPIbRRhIBdWK/e9
XOGaETZT5SyyPQ+TWPTaMItwnjz5QRiJD/UFIFUkafrS/JBHF+lOM8yGaJ6HAoGf
Xd4PLMKUfhlEiIvWkbam
=QL6v
-END PGP SIGNATURE-


Accepted:
didiwiki_0.5-10.debian.tar.gz
  to main/d/didiwiki/didiwiki_0.5-10.debian.tar.gz
didiwiki_0.5-10.dsc
  to main/d/didiwiki/didiwiki_0.5-10.dsc
didiwiki_0.5-10_amd64.deb
  to main/d/didiwiki/didiwiki_0.5-10_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/e1sj7jb-0004ns...@franck.debian.org



Accepted heirloom-mailx 12.5-2 (source amd64)

2012-04-14 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 20:24:57 +0200
Source: heirloom-mailx
Binary: heirloom-mailx
Architecture: source amd64
Version: 12.5-2
Distribution: sid
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 heirloom-mailx - feature-rich BSD mail(1)
Closes: 663384
Changes: 
 heirloom-mailx (12.5-2) unstable; urgency=low
 .
   * now Provides: mail-reader (Closes: #663384), imap-client
   * Moved custom build parameters from Makefile to debian/rules
   * Switched to source format 3 (quilt)
   * Attended to some Lintian warnings
Checksums-Sha1: 
 652eff0c175893f11cb4ee47f3d24d587c77fe18 1154 heirloom-mailx_12.5-2.dsc
 c8ce6e96dbbece4471a236bbfdd41ba72b9cfb91 7082 
heirloom-mailx_12.5-2.debian.tar.gz
 1976068c51535afc83a92141e5a24f2ed5800ce1 273878 heirloom-mailx_12.5-2_amd64.deb
Checksums-Sha256: 
 230c5c5011acef8493e572ed4922905bfe7d8b7badfefe7b26fd3fd7b5eb2a9f 1154 
heirloom-mailx_12.5-2.dsc
 c15a4eb38d33ccab7dfddd0c1f6fce202a6b176ac353ec61a13b5202fe24c8ec 7082 
heirloom-mailx_12.5-2.debian.tar.gz
 84f3a9b70c7a90b6c18f3ff2b9abc0949b65faaeecc885761677dc6c5d98107d 273878 
heirloom-mailx_12.5-2_amd64.deb
Files: 
 b50884716c3fd7e9390a0a769669698d 1154 mail optional heirloom-mailx_12.5-2.dsc
 ee3cef699c6258878f45419fbe3042a4 7082 mail optional 
heirloom-mailx_12.5-2.debian.tar.gz
 5a93cd9bb78c6227e3b2919b86c50da7 273878 mail optional 
heirloom-mailx_12.5-2_amd64.deb

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

iEYEARECAAYFAk+JwfAACgkQUCgnLz/SlGhyXQCgkyoMvNi9E2rWEA6HEMKhjmNs
2GAAmwWF9rxkqucU73364RLS8Z08KRU/
=3gyt
-END PGP SIGNATURE-


Accepted:
heirloom-mailx_12.5-2.debian.tar.gz
  to main/h/heirloom-mailx/heirloom-mailx_12.5-2.debian.tar.gz
heirloom-mailx_12.5-2.dsc
  to main/h/heirloom-mailx/heirloom-mailx_12.5-2.dsc
heirloom-mailx_12.5-2_amd64.deb
  to main/h/heirloom-mailx/heirloom-mailx_12.5-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/e1sj7n5-0003bf...@franck.debian.org



Accepted osmium 0.0~20111213-g7f3500a-3 (source i386)

2012-04-14 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 19:54:44 +0200
Source: osmium
Binary: libosmium-dev osmjs
Architecture: source i386
Version: 0.0~20111213-g7f3500a-3
Distribution: unstable
Urgency: low
Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libosmium-dev - C++ framework for working with OSM data files
 osmjs  - osmium-based Javascript framework for handling OSM data
Closes: 667035
Changes: 
 osmium (0.0~20111213-g7f3500a-3) unstable; urgency=low
 .
   * Disable building the documentation, since doxygen randomly fails
 on some arches (Closes: #667035)
   * Updated debian/copyright
Checksums-Sha1: 
 c5b9b5720575238543f19c4a2bf5eb879bc44c64 1639 
osmium_0.0~20111213-g7f3500a-3.dsc
 851cf341cdfe8ca768c0c072bb0ca38433ab85f2 8380 
osmium_0.0~20111213-g7f3500a-3.debian.tar.gz
 ebea03db2705184914a1c3c6b49ce0d0bdc0643f 93756 
libosmium-dev_0.0~20111213-g7f3500a-3_i386.deb
 f9a4904986b678672944723878762e54025cd487 188868 
osmjs_0.0~20111213-g7f3500a-3_i386.deb
Checksums-Sha256: 
 1d2610c3ed0e06822c23b9c0342cab7edff9e8b064a73c2cd910943a4843890c 1639 
osmium_0.0~20111213-g7f3500a-3.dsc
 39546cdf9e843caa7e07732f08ac8f79b40fcd0781ba13847b788e43053d968f 8380 
osmium_0.0~20111213-g7f3500a-3.debian.tar.gz
 81d356ab90ed565f1f5e8bddc304f8bccd6cce889ff98db01a2b77097d1f7ba8 93756 
libosmium-dev_0.0~20111213-g7f3500a-3_i386.deb
 dd945933867c436bda52348ec398fad7f2d494cce223ecf7520dc176d8afa4f1 188868 
osmjs_0.0~20111213-g7f3500a-3_i386.deb
Files: 
 8fce2a7131ca351ae3b5f29e1068c835 1639 utils extra 
osmium_0.0~20111213-g7f3500a-3.dsc
 e24c659217b868dcf22c92509d9cfff7 8380 utils extra 
osmium_0.0~20111213-g7f3500a-3.debian.tar.gz
 26ba2b17b13dee6047f991cf86095772 93756 libdevel extra 
libosmium-dev_0.0~20111213-g7f3500a-3_i386.deb
 f5e9a7abc08db3ac119678d3227ab1e0 188868 utils extra 
osmjs_0.0~20111213-g7f3500a-3_i386.deb

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

iEYEARECAAYFAk+JwvEACgkQ5qqQFxOSsXSrtACgwt5Urrlt04dtc+Z9rXZDDr3K
hGIAoLcL7gqaGd9bP664NBkAamXCWidV
=vbfY
-END PGP SIGNATURE-


Accepted:
libosmium-dev_0.0~20111213-g7f3500a-3_i386.deb
  to main/o/osmium/libosmium-dev_0.0~20111213-g7f3500a-3_i386.deb
osmium_0.0~20111213-g7f3500a-3.debian.tar.gz
  to main/o/osmium/osmium_0.0~20111213-g7f3500a-3.debian.tar.gz
osmium_0.0~20111213-g7f3500a-3.dsc
  to main/o/osmium/osmium_0.0~20111213-g7f3500a-3.dsc
osmjs_0.0~20111213-g7f3500a-3_i386.deb
  to main/o/osmium/osmjs_0.0~20111213-g7f3500a-3_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/e1sj81m-0006d8...@franck.debian.org



Accepted flexc++ 0.97.00-1 (source amd64)

2012-04-14 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 13:56:04 +0200
Source: flexc++
Binary: flexc++
Architecture: source amd64
Version: 0.97.00-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 flexc++- Flex-style scanner generator for C++
Changes: 
 flexc++ (0.97.00-1) unstable; urgency=low
 .
   * New upstream release. See the upstream's changelog
   * Build dependency on bisonc++ removed.
Checksums-Sha1: 
 0d952f802c203d6dbf8d71cedcfb5d36202d5ecb 1944 flexc++_0.97.00-1.dsc
 86776836567e5d8c11d6e4619d2b76d0ed59ebe8 3745778 flexc++_0.97.00.orig.tar.gz
 2ed9c4a5e877f4517287a4c24b5c41b06d798360 4295 flexc++_0.97.00-1.debian.tar.gz
 2a206c9ab4ab50a9186cbe0cdab3c88ab4cde3bb 235802 flexc++_0.97.00-1_amd64.deb
Checksums-Sha256: 
 e71003a6827bb03470cc9f96380afaf2768dfc85da13dfc3b8249b6cd7bb3d5b 1944 
flexc++_0.97.00-1.dsc
 ed8757f6889ad1ccbaed0267dc65fcdef3f3f736719fbf35a4cbb2cf97dfa42b 3745778 
flexc++_0.97.00.orig.tar.gz
 43be4bd3bf62273be7ea355ccd66f1ae6368f5bd282890129e88fab92884d7d2 4295 
flexc++_0.97.00-1.debian.tar.gz
 dd2caa10c76daecb524c9145cdbb52a2837ad1f24065a38cc5cb444276c0cc5c 235802 
flexc++_0.97.00-1_amd64.deb
Files: 
 0c74b8f694435a5dde6e3155dc435617 1944 devel optional flexc++_0.97.00-1.dsc
 5bda3e2b1866b24909b50d6d88d1778b 3745778 devel optional 
flexc++_0.97.00.orig.tar.gz
 ad36f0c7bc3004fc4419c61d553c6426 4295 devel optional 
flexc++_0.97.00-1.debian.tar.gz
 213b991693fd322b99fab9687c9caa25 235802 devel optional 
flexc++_0.97.00-1_amd64.deb

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

iQIcBAEBAgAGBQJPicgFAAoJECHSBYmXSz6WJDEQAITS64ZSPzj1wO70PRJeNo9d
8FWS5T0j/2dnz6qifLA5jiqKIZuB+UEh/ESYxdXvuKwyFYDChd4iiXpNJVMySLe7
l3g4YAelWw8IEnW1yDQJ2eWUOIQBOF3irNVOVZuNOPaY2s1dtgDpUCU+SEByuGFR
VCdVc86oeu4Am8YnwZlBFxjZPjwLx2evbGm8RxnrpOPLuJJyCgTK06haAWZUPYfo
9nksSSm8fANYundbLTRTVwzh5nV+5QZSC3jpt8dvA6r0Iy0Y5f1svFijhZxnX8CR
VRhWBQnC0ame9oWQ3TV6BF2oSmllDtTnAvFGno+mQM7w3daj55AM/FOAp/vf/p+J
PfNkrfH3rOcx5YFhIOQvvRMG8wtLoj5FvgKHqf2HUdcafI7qOcD7cOghC7TBjOOC
bOqWw9PXAmFevrUpFTnjsyBo03Z+1x3LQ9cWghek3J9Hi+3WFOHWZQ+D9S3xU9+b
EPF7cpCs45YTY5byahxVbJu/syC4+xEYrEenKAsKWKf3s8vYVxbiS0Cm5nIWN+CH
sDmYwK+zxEg00BIll0Rcm2LeR/K6njD8zU7d6IBT22Mn6V/1fRdPVF8tSs8b9xjx
ceB6VVNpImQW/TRP90rfCx9tJGnkM8MuqBnEr5OkESklB5CYOXtAMXTJWv8btaiD
9neg2+hGh7b8HmduFHbj
=4Q+G
-END PGP SIGNATURE-


Accepted:
flexc++_0.97.00-1.debian.tar.gz
  to main/f/flexc++/flexc++_0.97.00-1.debian.tar.gz
flexc++_0.97.00-1.dsc
  to main/f/flexc++/flexc++_0.97.00-1.dsc
flexc++_0.97.00-1_amd64.deb
  to main/f/flexc++/flexc++_0.97.00-1_amd64.deb
flexc++_0.97.00.orig.tar.gz
  to main/f/flexc++/flexc++_0.97.00.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/e1sj8fm-000333...@franck.debian.org



Accepted glassfish 1:2.1.1-b31g-2 (source all)

2012-04-14 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 Feb 2012 23:25:45 +0100
Source: glassfish
Binary: glassfish-activation glassfish-appserv glassfish-jmac-api 
glassfish-mail glassfish-javaee glassfish-toplink-essentials
Architecture: source all
Version: 1:2.1.1-b31g-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 glassfish-activation - Open source Java EE 5 Application Server
 glassfish-appserv - Open source Java EE 5 Application Server
 glassfish-javaee - Open source Java EE 5 Application Server
 glassfish-jmac-api - Open source Java EE 5 Application Server
 glassfish-mail - Open source Java EE 5 Application Server
 glassfish-toplink-essentials - Open source Java EE 5 Application Server
Changes: 
 glassfish (1:2.1.1-b31g-2) unstable; urgency=low
 .
   * Install POM and jar for Jmac API into maven-repo.
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 03fb4928850bc0fec4f935a33277917e2fa3017a 2469 glassfish_2.1.1-b31g-2.dsc
 9253e0fbca3d4b60818d1f818b7c047592385563 15586 
glassfish_2.1.1-b31g-2.debian.tar.gz
 100cd923351d7b21140b40f693bebbc1747d75f7 77998 
glassfish-activation_2.1.1-b31g-2_all.deb
 60ad389ce57918ab7ca62dc50e09285545e362ad 621938 
glassfish-appserv_2.1.1-b31g-2_all.deb
 ae65ece1d01b12bb870b8073ca94d05348ff9f89 28540 
glassfish-jmac-api_2.1.1-b31g-2_all.deb
 a5e9c8d56e91ba0073f4e2050d0d650e18701ef3 396620 
glassfish-mail_2.1.1-b31g-2_all.deb
 867f1c10c7a813335e2b7740b31d6f2cbc194bd3 1415250 
glassfish-javaee_2.1.1-b31g-2_all.deb
 798ef7a66a0cfd1f5a2ba4c16ce0b4ea59ad976f 2425616 
glassfish-toplink-essentials_2.1.1-b31g-2_all.deb
Checksums-Sha256: 
 f09d0d78395a519d41017022f833891b245cdccf008d92219d67231fcc9bb66a 2469 
glassfish_2.1.1-b31g-2.dsc
 1cedd424f9fe8446cab7f7fc26aab15b455346bc1787c3e3cc189dac05c18bc7 15586 
glassfish_2.1.1-b31g-2.debian.tar.gz
 9a280cdd251a67dd365097d82688917aa2f964321856f114b27133e16765e7c5 77998 
glassfish-activation_2.1.1-b31g-2_all.deb
 8d71fbadef45cc100c3deba4b36cddc1c9aa5f7f7ec6c591f980604886d9e527 621938 
glassfish-appserv_2.1.1-b31g-2_all.deb
 18de10f2e10378afceb67ee86900f2b0a14761590cbd50b65f1ca435316037bd 28540 
glassfish-jmac-api_2.1.1-b31g-2_all.deb
 4b1d72fcb8f651b12471cc7587456c97bf165054a1a498fb04fc7a382c022a1c 396620 
glassfish-mail_2.1.1-b31g-2_all.deb
 643eb40a51bb6a4b43c1f196e57416830ab90ba7c2b99380062e80d9b30b4c22 1415250 
glassfish-javaee_2.1.1-b31g-2_all.deb
 a254783f3877ed40e99eeb1132429d2b0a8d136309c3cd0d66581c1279fb 2425616 
glassfish-toplink-essentials_2.1.1-b31g-2_all.deb
Files: 
 f069fd479816f428da6b4d12fddefc3f 2469 java optional glassfish_2.1.1-b31g-2.dsc
 6c9f1b45fa897febde48ada23ccbe8b5 15586 java optional 
glassfish_2.1.1-b31g-2.debian.tar.gz
 0338481e7a514445ed680650b1ef4a55 77998 java optional 
glassfish-activation_2.1.1-b31g-2_all.deb
 417260c008b697458c1c9f4d1c0689f5 621938 java optional 
glassfish-appserv_2.1.1-b31g-2_all.deb
 cf40f65ba72e2bc466101c008e4d64cf 28540 java optional 
glassfish-jmac-api_2.1.1-b31g-2_all.deb
 365316731dc44c93219af5cb9d0f3ad1 396620 java optional 
glassfish-mail_2.1.1-b31g-2_all.deb
 13af7b87aef1beed42341e1bcd6f3330 1415250 java optional 
glassfish-javaee_2.1.1-b31g-2_all.deb
 c765c8911a9e0a152a596c77f293afc7 2425616 java optional 
glassfish-toplink-essentials_2.1.1-b31g-2_all.deb

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

iQIcBAEBAgAGBQJPicaiAAoJECHSBYmXSz6WQUUP+gM7pLneZRZDHkIMIcGhxp2I
MZpHWBxfcTq18zL4f9sJPoJbvK9JW59q/kUwqnv4Lfg75wCvNK4kL+XZnSEr/2cD
cKULLlU/kFtteJRIrmsYoEmPjI2cR8HIgtrgdzUxlX7MdPH+qQxNEiBY2VCtL8iN
BjGSXXjGUJHgNI8+e13DWiSzydq5qiTW1uoYx8FfGiYd+GBOlOKL3t8fMfF5aSqs
s25z3w77hXv8x6iqKiG0b1H6R1lruJJ2oPRhLxUi4uJZhsn7YYhkiy73s2rN8zs5
wT9h9E6xBbcWEKLX+e8IWxS9VYPlt70OBeraIgVHSP7vzgkUnyYLOHnkiOvx1lhm
V7qScGDWR0bXhNu8RPbbhDD+ZRJlO0qEIqFV9r44c5t5gbsDFtpmd8zlOyTX0qYE
83n1aa+yJWDkPUDbHbQ8xHPptwcLqrwFeuze/6FV0tr1LZY5Iscw4w7xk1sJ7iJX
uOrElNmGSgo4wa59YarjIsOXR/vyWi/vWs1My5q+VyRm+2TorHQXm+gbSR3NnIot
8dwl+Ohxx0a2rDcY5NIVPJ0bF1GfvU8UYMGviVXbbQBwsKMUDYRgoTTKj++33Uo9
BTDboO2vu2fN1O8i0S/iSbE7HcUnLbxSj/HXUJFCQjPDeNDwRdqOjuouSl36w55D
E83DJPoMqOhGmphuaoOi
=QaTb
-END PGP SIGNATURE-


Accepted:
glassfish-activation_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-activation_2.1.1-b31g-2_all.deb
glassfish-appserv_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-appserv_2.1.1-b31g-2_all.deb
glassfish-javaee_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-javaee_2.1.1-b31g-2_all.deb
glassfish-jmac-api_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-jmac-api_2.1.1-b31g-2_all.deb
glassfish-mail_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-mail_2.1.1-b31g-2_all.deb
glassfish-toplink-essentials_2.1.1-b31g-2_all.deb
  to main/g/glassfish/glassfish-toplink-essentials_2.1.1-b31g-2_all.deb
glassfish_2.1.1-b31g-2.debian.tar.gz
  to 

Accepted mksh 40.9.20120414-2 (source amd64)

2012-04-14 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Sat, 14 Apr 2012 18:48:37 +
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40.9.20120414-2
Distribution: unstable
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Changes: 
 mksh (40.9.20120414-2) unstable; urgency=low
 .
   * The “still more buggy than I had hoped” upload
   * When running mtests, time-limit every test to prevent hanging builds
   * Add back ppc64, packages.d.o brokenness had me fooled
   * m68k specific klibc workaround: -g but no -O are needed (gcc bug?)
Checksums-Sha1: 
 8aa9fa9c39c9eae14a87d713dcfb03ebdd8ea1d0 2183 mksh_40.9.20120414-2.dsc
 7edbef745ff0eff350f7cd1e3bfce43bab88c312 63688 
mksh_40.9.20120414-2.debian.tar.gz
 63687805e7c49679ef58a27ab11107ba90e35105 431596 mksh_40.9.20120414-2_amd64.deb
Checksums-Sha256: 
 f7aac1b702d73d80e7e8734c00a9c47fa39b271224fd18c3930b1209e6d91481 2183 
mksh_40.9.20120414-2.dsc
 80df1bc4de3fe86530a7db3e4beb36cecbf38e205b5d5dcc48a0fb939f171322 63688 
mksh_40.9.20120414-2.debian.tar.gz
 8628fa1c32559ec277d795431921f70e92c390d2c00a798994e8a05e2cbb30a1 431596 
mksh_40.9.20120414-2_amd64.deb
Files: 
 8d4d1ca6dec49f6c8cfecbddada4d6ef 2183 shells optional mksh_40.9.20120414-2.dsc
 ffdcdeedc1134faa28b88eca42807442 63688 shells optional 
mksh_40.9.20120414-2.debian.tar.gz
 1ed164f513c95b3103cb6de7e4f6ed4d 431596 shells optional 
mksh_40.9.20120414-2_amd64.deb

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

iQIcBAEBCQAGBQJPick1AAoJEHa1NLLpkAfgCU4QAL/kmTmXdoSq6OZqKnBv4lHK
mAVQYgUqneEZ00eqt4SCLeh/tnC+m6yoZ+iArA6Rdt9WyI2D9cF+kHhGCDf9Tiho
qBjOJO6qACs7HYct7AEUDW6OSpHPcmfGrT97EbNM6FV6MPuf4Mn9UD+mszWEuhOi
O0xX8Bal0ucqgUziq0CtknnRavr1tzgR2f+jr/NxvwHL4anbCHd61X/mEqpueFQp
Vu9bWLY99ZaHrpg0sqRUOJ4ZBnF1BNJB3pNJMYwRoFxPAVEpS21KpR+uKz4vpeiQ
ZCVBfIqtN/botFwHLpVfGx860glmNpOQMoCrWz5fVSpjQACiL7KXPbDZOmN8FM5e
p0A2WB5T5WSCkB3jM7pPBwZYrvQQ7GW5MbLe8ZOTOLWjXFhJvH+4n21KF3M4Hr+s
JHsi62bcszVFVEjyek2fnCmNHJu/PuP5PTsiYDutZsWBWKEvwlLeS8k6WagQqPHI
e8afdcMftY5jIbLlJ3yPqPNH+9WTXgnt9CCasO+8Li/3FhoYG4Q4QpX/ujSKnqQk
XMDwK7ZfFFQ3Kb00+hr3Raxsh0d/d5SsUcF6aSIK/0G7FeJoVxGedPktJz5+0EnF
2dGN7rwv2hpMXP7Y0V9wfGeLhDHVhVg7UvG+zowLoiCMT66AXkxTP40n/supniCV
AM876O8ZVJp9DLLyLjim
=jjju
-END PGP SIGNATURE-


Accepted:
mksh_40.9.20120414-2.debian.tar.gz
  to main/m/mksh/mksh_40.9.20120414-2.debian.tar.gz
mksh_40.9.20120414-2.dsc
  to main/m/mksh/mksh_40.9.20120414-2.dsc
mksh_40.9.20120414-2_amd64.deb
  to main/m/mksh/mksh_40.9.20120414-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/e1sj8i5-0003rh...@franck.debian.org



Accepted make-dfsg 3.81-8.2 (source amd64)

2012-04-14 Thread Tim Retout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Apr 2012 19:36:11 +0100
Source: make-dfsg
Binary: make
Architecture: source amd64
Version: 3.81-8.2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Tim Retout dioc...@debian.org
Description: 
 make   - An utility for Directing compilation.
Closes: 622644
Changes: 
 make-dfsg (3.81-8.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * expand.c: Apply patch from Savannah #20033 to fix segfault when
 using parallel (-j2) make with $(eval).  (Closes: #622644)
Checksums-Sha1: 
 f6ea7d1bddf3c0e7a8bde6274d99fa856b30200a 1221 make-dfsg_3.81-8.2.dsc
 1ea61a628cead65fb61d27fd5bc1f8ef768e5637 364621 make-dfsg_3.81-8.2.diff.gz
 dc5dca0e45f58bb1368965d6da1e2a3a03d24232 395676 make_3.81-8.2_amd64.deb
Checksums-Sha256: 
 cbac956a53580446fd16c3d931d2531c68e8a16670551a9f182210140b071b2f 1221 
make-dfsg_3.81-8.2.dsc
 42546fc129f2d9682bf2a22ac7b41bb1b8f3c236978b7215d8b3a9c4b690fcb0 364621 
make-dfsg_3.81-8.2.diff.gz
 7ad2949bd56374e4e5cd9ce2f27d22d23304842c84528a9f45264d1955d5299b 395676 
make_3.81-8.2_amd64.deb
Files: 
 c921bcf797386e074a697583838884bb 1221 devel standard make-dfsg_3.81-8.2.dsc
 fa14b27c566a111dc273dfc82f6c 364621 devel standard 
make-dfsg_3.81-8.2.diff.gz
 6ebc1bfc9c5400815a40906c624e8f36 395676 devel standard make_3.81-8.2_amd64.deb

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

iEYEARECAAYFAk+DLw0ACgkQOHNNd4eQFFKAcQCgnBn04EnFDz28faZfV90l844p
TqYAn0zDN8CgErx9CP+ndC2FB9xpHNFD
=qfa6
-END PGP SIGNATURE-


Accepted:
make-dfsg_3.81-8.2.diff.gz
  to main/m/make-dfsg/make-dfsg_3.81-8.2.diff.gz
make-dfsg_3.81-8.2.dsc
  to main/m/make-dfsg/make-dfsg_3.81-8.2.dsc
make_3.81-8.2_amd64.deb
  to main/m/make-dfsg/make_3.81-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/e1sj8uw-0007au...@franck.debian.org



Accepted ruby-dataobjects 0.10.8-1 (source all)

2012-04-14 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Feb 2012 11:46:02 +0100
Source: ruby-dataobjects
Binary: ruby-dataobjects libdataobjects-ruby libdataobjects-ruby1.8 
libdataobjects-ruby1.9.1
Architecture: source all
Version: 0.10.8-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: 
 libdataobjects-ruby - Transitional package to ruby-dataobjects
 libdataobjects-ruby1.8 - Transitional package to ruby-dataobjects
 libdataobjects-ruby1.9.1 - Transitional package to ruby-dataobjects
 ruby-dataobjects - Unified interface to various databases for Ruby
Changes: 
 ruby-dataobjects (0.10.8-1) unstable; urgency=low
 .
   * New upstream version
   * Update Format URL in DEP5 debian/copyright
   * Set DM-Upload-Allowed: to yes
   * Bump Standards-Version: to 3.9.3 (no changes needed)
Checksums-Sha1: 
 2dbe5ed6b67016548610a48ba44f3b445856e6d9 1755 ruby-dataobjects_0.10.8-1.dsc
 0d09c490119b7714b6722fc5e84abf4416841159 26145 
ruby-dataobjects_0.10.8.orig.tar.gz
 8eec85c774ec38f006f12009dd0b3b9c3f6d5f46 3833 
ruby-dataobjects_0.10.8-1.debian.tar.gz
 e4c5d3f8e4073cd184919ba443f916cbdee1f9fb 25782 
ruby-dataobjects_0.10.8-1_all.deb
 5dd112ba3431114e5354fb5af829822e02ed8d0a 4098 
libdataobjects-ruby_0.10.8-1_all.deb
 6d603a5218b063a84efefa86930c8f58f4a2d4e5 4100 
libdataobjects-ruby1.8_0.10.8-1_all.deb
 8576f4cee0ca6f166b884b8fabc15a015e3991c3 4100 
libdataobjects-ruby1.9.1_0.10.8-1_all.deb
Checksums-Sha256: 
 68accaad12a6ec08ee50458657b5f4a6811d042c2181427a4bccf23bf674739a 1755 
ruby-dataobjects_0.10.8-1.dsc
 d3cb6914ec3ab028505270a5c748100b9133e7f740c076991918bde1f657b567 26145 
ruby-dataobjects_0.10.8.orig.tar.gz
 8962a5adf4a21a23e4a1302d8fc9e27e815c4676859157276203991d10694590 3833 
ruby-dataobjects_0.10.8-1.debian.tar.gz
 a30566cecc73ea4a3f8bf9083d88fb035abdc3957d43aab78edae12b 25782 
ruby-dataobjects_0.10.8-1_all.deb
 ba05a2a4c731382f571553279591e7646799dc6423a1b8f0f0cb723132debcea 4098 
libdataobjects-ruby_0.10.8-1_all.deb
 dc62345613bd09d91b9165ebf394c74ad50bde176726be407175630edbaaa8d4 4100 
libdataobjects-ruby1.8_0.10.8-1_all.deb
 27303f5daaa27d47a5e174d6f1032469da95be7224a9ff0b9498b79dbe0a075e 4100 
libdataobjects-ruby1.9.1_0.10.8-1_all.deb
Files: 
 676ed5a28bb59a6c5779741a423b4c35 1755 ruby optional 
ruby-dataobjects_0.10.8-1.dsc
 b4945ec586fe2f5fcbdd1d6195dfddfd 26145 ruby optional 
ruby-dataobjects_0.10.8.orig.tar.gz
 bfc46330d33389ed1db23a57c9ac1d34 3833 ruby optional 
ruby-dataobjects_0.10.8-1.debian.tar.gz
 6b3cd92fa1d31be59df905f7fcaf0dea 25782 ruby optional 
ruby-dataobjects_0.10.8-1_all.deb
 e44e73b5bffd294ba8fc24a2b5fcb1dc 4098 oldlibs extra 
libdataobjects-ruby_0.10.8-1_all.deb
 361bc94ae1d52b62173419ae0f2196c5 4100 oldlibs extra 
libdataobjects-ruby1.8_0.10.8-1_all.deb
 8a5280bb17a3446700c5ffe9de477602 4100 oldlibs extra 
libdataobjects-ruby1.9.1_0.10.8-1_all.deb

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

iEYEARECAAYFAk+J0iAACgkQDOM8kQ+cso9HZwCfZR2x3kDhiRzdQR2iDRJvzB4j
/ZEAn1wnaTaJ3LJKhwMWBfDcMg4UPuai
=oI2/
-END PGP SIGNATURE-


Accepted:
libdataobjects-ruby1.8_0.10.8-1_all.deb
  to main/r/ruby-dataobjects/libdataobjects-ruby1.8_0.10.8-1_all.deb
libdataobjects-ruby1.9.1_0.10.8-1_all.deb
  to main/r/ruby-dataobjects/libdataobjects-ruby1.9.1_0.10.8-1_all.deb
libdataobjects-ruby_0.10.8-1_all.deb
  to main/r/ruby-dataobjects/libdataobjects-ruby_0.10.8-1_all.deb
ruby-dataobjects_0.10.8-1.debian.tar.gz
  to main/r/ruby-dataobjects/ruby-dataobjects_0.10.8-1.debian.tar.gz
ruby-dataobjects_0.10.8-1.dsc
  to main/r/ruby-dataobjects/ruby-dataobjects_0.10.8-1.dsc
ruby-dataobjects_0.10.8-1_all.deb
  to main/r/ruby-dataobjects/ruby-dataobjects_0.10.8-1_all.deb
ruby-dataobjects_0.10.8.orig.tar.gz
  to main/r/ruby-dataobjects/ruby-dataobjects_0.10.8.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/e1sj8yv-0005vg...@franck.debian.org



Accepted iodine 0.6.0~rc1-10 (source amd64)

2012-04-14 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Apr 2012 22:06:06 +0200
Source: iodine
Binary: iodine
Architecture: source amd64
Version: 0.6.0~rc1-10
Distribution: unstable
Urgency: low
Maintainer: gregor herrmann gre...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 iodine - tool for tunneling IPv4 data through a DNS server
Closes: 668621
Changes: 
 iodine (0.6.0~rc1-10) unstable; urgency=low
 .
   [ Luca Capello ]
   * debian/iodine.iodined.init:
 + add $named to LSB's Required-Start, DNS resolution is needed for
   the topdomain argument.
 .
   [ gregor herrmann ]
   * Add patch 0001-man-iodine.8-add-note-about-sharing-port-dnsport.patch:
 adds a note to the manpage about sharing port/dnsport. Thanks to Luca
 Capello for the great analysis and the patch. (Closes: #668621)
Checksums-Sha1: 
 5656f9b45e6f558b30cd4639a30fdbe9dd00da21 1941 iodine_0.6.0~rc1-10.dsc
 d43b3e5fd2afa833ca294abf5d6d8649d128492b 23835 
iodine_0.6.0~rc1-10.debian.tar.gz
 297cfe03549b16579ec361d698b1efd29c703922 107360 iodine_0.6.0~rc1-10_amd64.deb
Checksums-Sha256: 
 c0f244bbf56ec40d57226e608cd7defb165ed54004b946124584ec28bd068b84 1941 
iodine_0.6.0~rc1-10.dsc
 302a9ebaf323b021a257a5c3f8b6e18ac5abfd5e95f0dc48d3f43392b5720456 23835 
iodine_0.6.0~rc1-10.debian.tar.gz
 bf6d8b0ec09ed5fb72bdbb007dc7502c714857cc66c7aab8d6932d91210e4863 107360 
iodine_0.6.0~rc1-10_amd64.deb
Files: 
 dc649936762def710b4ab8acff5d73a8 1941 net extra iodine_0.6.0~rc1-10.dsc
 142983afa00e0428883c199559f2740a 23835 net extra 
iodine_0.6.0~rc1-10.debian.tar.gz
 9e8cf2eb3e14e60d749083d5a73e9d84 107360 net extra iodine_0.6.0~rc1-10_amd64.deb

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

iQIcBAEBCAAGBQJPidj1AAoJELs6aAGGSaoGAj8QAI/toX8mUCJkrSTzpwn+msDS
+J95nyOt1e9E/duGaOHCgp2gT2nkmKXOND3P27jIrCHGA5/+sflzEOYQerVkPy0E
R7oGcwNmZBuSJc1ONFwK+kCwqkDdjk+zPY6akMi86L75PyncrueuNdOAdXZGh0iR
NMgFJ5bcAwTUFhsVTeuBV/Qxt0WNAStqCnSrV0nz6Y3U5HpCAo61ceMhrhkSX4ws
RhBqV8tpfKI+AQR/0aeIEk8Ir3aemAIe0AtmIZbvs6wwDSgrGka/aS+a0yq64sIF
mbkIqfOzVV04Rgn8BmlWslmG9bQMBili1c96NIEZSH1jzUP63+9VGr7XAyLf1FyZ
SyXxvB4qTOaUlhbjgLuGR42ohDMqrz0rEzRbfN4w/bJ9p0dm2I2xfg31XU5cDxCX
1mx29fPDVa8czQUmeLsW5S+oTiWYOcSpWC45RJz66I6nrDdo7P+K5yFOAax7wBvI
Dz2oHhzziLVQSGKeaAiyyogEppZGfU8g7TUrmWTTriOzdNcfBbY9Jce845mjgywM
e3VfW/K9b9UnsuFNW6TA2MmIyNQOmR/5WDCQGCzQUjkYWmTodMz19Zhe+WlrZgJn
Xg3XdRC/VkJnJxncTlQYKJTF9zdzD7nrf/Idy9ZA2JEekqaPgcfNcUnyOgew1+lb
mG1IDR9GwPlif+NfBuF+
=tFjb
-END PGP SIGNATURE-


Accepted:
iodine_0.6.0~rc1-10.debian.tar.gz
  to main/i/iodine/iodine_0.6.0~rc1-10.debian.tar.gz
iodine_0.6.0~rc1-10.dsc
  to main/i/iodine/iodine_0.6.0~rc1-10.dsc
iodine_0.6.0~rc1-10_amd64.deb
  to main/i/iodine/iodine_0.6.0~rc1-10_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/e1sj9u6-0001bl...@franck.debian.org



Accepted jlha-utils 0.1.6-2 (source all)

2012-04-14 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Apr 2012 03:46:19 +0800
Source: jlha-utils
Binary: jlha-utils
Architecture: source all
Version: 0.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 jlha-utils - command-line lzh archiver written in Java
Closes: 668829
Changes: 
 jlha-utils (0.1.6-2) unstable; urgency=low
 .
   [Jari Aalto jari.aa...@cante.net]
   * Remove simple-patchsys.mk and upgrade to packaging format 3.0 quilt
 which includes patch management built-in. (Closes: #668829)
   * Update to Standards-Version to 3.9.3 and debhelper to 9 to benefit
 from hardened build flags.
   * Update obsolete depends default-jdk-builddep with default-jdk.
   * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
 .
   [Ying-Chun Liu (PaulLiu) paul...@debian.org]
   * Use debian/clean to clean up temporarily files.
   * Update debian/copyright format to v1.0
   * Use debian/package.manpages to install manpages
Checksums-Sha1: 
 2a1965d16146828859c4fba06fc88c2160e04d50 1828 jlha-utils_0.1.6-2.dsc
 8d09bb13d4a2df66e2dcf57a004cbbe908ef19f7 5580 jlha-utils_0.1.6-2.debian.tar.gz
 744e158c339c4ff9603c98b95461aee80cbbca5c 32780 jlha-utils_0.1.6-2_all.deb
Checksums-Sha256: 
 f9beda2a2360375e5293ad19627b84e0988feeb5ebd9ba79c2a1f5483d80f09d 1828 
jlha-utils_0.1.6-2.dsc
 34fc7fbc6dca6b565827456c374c3f27d0829b00e829bf258c7f24073120b5ef 5580 
jlha-utils_0.1.6-2.debian.tar.gz
 dd3e6506728f417b6776e313f17b0a4a7cba9c7365e33bcb144ca940e9fa94b4 32780 
jlha-utils_0.1.6-2_all.deb
Files: 
 5b7e782a37e2ad4b7254ee2888361767 1828 utils optional jlha-utils_0.1.6-2.dsc
 6002d87b1b27222a4d8a0c87e8d7c135 5580 utils optional 
jlha-utils_0.1.6-2.debian.tar.gz
 f05ac8464d7dad03874a89fc661acade 32780 utils optional 
jlha-utils_0.1.6-2_all.deb

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

iQIcBAEBCgAGBQJPidkwAAoJEPgLgUbQQog25hYP/Rpy5OUbHUTmXVg6V4k1cEdc
04b7ck+lKSWT+qJ/pBWOZSqEWWgPAYU1meGckzrlR6R4R4iQKoT0IKD7m9CDnEET
IjqYO+rzBn85ADr7Oxr5R7+FzGyZ/1ol0gEhFLDYZxY+Occ7JI4ytM+XCNFvl0N4
B0pbrjntntpCK46bs9PA36uQ+vjZokvA5iSdOMmHRSoBhylZERmNyLJOhiyepIkY
0hdUIPVZL124ZdiPPpGtZVjrwurxD704cehlQD+DDnA51YkBBX5R3z3fy8QEXERk
3NTh88PF1FAzFA0lVyck4lIemt6lxnz7CPoJhzvlHb9k1SnW8leiZPbPyW4wdWOs
T8p1TZZej2VBB3ylpEcd6zNhWnnIuYmgDE/3kk4NfeKuGZBnds6oCYz6Gzgx2wwc
uzkDarg8cQJLhBotazglLhUTLcZxuubwVXiR6j8vPsbUdlwHJCvXN73tSa/yy2lx
ZSTVpBkLD5wvo/e2pw0uM6YQHXGIJ6m+ThNdPKfRKHNmik2vugl0VsIH4xlv2c9g
UwfllSfIV5x7cqTdb7Jxdj7Ry80jl3w2Odz6GCLDa6UtlmHdawFaKJz2ET6L3uLr
B8FX0zM7c/U37/oHrtljPjxZsaPFDuCKyErkhnYS9vKlRwa5Ws4nMW0ahrpaA3pb
ya/2gP1cvhx7SrdR7Drl
=p8Ty
-END PGP SIGNATURE-


Accepted:
jlha-utils_0.1.6-2.debian.tar.gz
  to main/j/jlha-utils/jlha-utils_0.1.6-2.debian.tar.gz
jlha-utils_0.1.6-2.dsc
  to main/j/jlha-utils/jlha-utils_0.1.6-2.dsc
jlha-utils_0.1.6-2_all.deb
  to main/j/jlha-utils/jlha-utils_0.1.6-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/e1sj9ui-0001gk...@franck.debian.org



Accepted libcrypto++ 5.6.1-6 (source all amd64)

2012-04-14 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Apr 2012 20:21:41 +0200
Source: libcrypto++
Binary: libcrypto++9 libcrypto++9-dbg libcrypto++-dev libcrypto++-utils 
libcrypto++-doc
Architecture: source all amd64
Version: 5.6.1-6
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 libcrypto++-dev - General purpose cryptographic library - C++ development
 libcrypto++-doc - General purpose cryptographic library - documentation
 libcrypto++-utils - General purpose cryptographic library - utilities and data 
files
 libcrypto++9 - General purpose cryptographic library - shared library
 libcrypto++9-dbg - General purpose cryptographic library - debug symbols
Closes: 668700
Changes: 
 libcrypto++ (5.6.1-6) unstable; urgency=low
 .
   * Fix build failure with gcc-4.7 (closes: #668700) by adding missing 'this'
 references. Thanks to Matthias Klose d...@debian.org .
   * Update packaging bits.
Checksums-Sha1: 
 de6853a2e0ee06fab79c47ef81964435f7e0222a 1390 libcrypto++_5.6.1-6.dsc
 740b94661d7527186e56bd5e45bf55d92da3c33e 27657 
libcrypto++_5.6.1-6.debian.tar.gz
 0bf86190389e23f63898dae4c5618c2c9bb316b9 4874284 
libcrypto++-doc_5.6.1-6_all.deb
 1aa7e60fe683fc8c46d91e0ccb5ca72becf27ead 1311376 libcrypto++9_5.6.1-6_amd64.deb
 19a613a82b626b1d658890d5f8637401015155a1 9373702 
libcrypto++9-dbg_5.6.1-6_amd64.deb
 d6afa9707a8bf804c96cf627f5064483aca2169c 2864728 
libcrypto++-dev_5.6.1-6_amd64.deb
 d834036997a747f144c6f4a81ca6d451438aef90 983496 
libcrypto++-utils_5.6.1-6_amd64.deb
Checksums-Sha256: 
 f7f1bccf3a6883066dd23f889bf966d7fe7805abfb777c59c453400bb1e380e6 1390 
libcrypto++_5.6.1-6.dsc
 e3b7658b4cf8372eae54c8be439b597badc94a7168ee561c2d0406ec4f8f9052 27657 
libcrypto++_5.6.1-6.debian.tar.gz
 e9e7a32a4579708388941882ea7f129b61886af83c0c1339559bacf0dd700253 4874284 
libcrypto++-doc_5.6.1-6_all.deb
 d479b769dc4d4d1065d63a41b790e56c4f683be1e3b7e1c50b119356c27fca35 1311376 
libcrypto++9_5.6.1-6_amd64.deb
 344b3c4797f1abfa23a8b0108ae7299ae0ee8d93023f5aa2d1331b8f2e78f4e4 9373702 
libcrypto++9-dbg_5.6.1-6_amd64.deb
 1026f676098851338872d9d1fbc28f2da656b7fbebc9daae5c572bdff22f 2864728 
libcrypto++-dev_5.6.1-6_amd64.deb
 bd8830ca7e8a80bd6b42baa3517b088d24aab5ed057d52859c9b00f85d6c8b6b 983496 
libcrypto++-utils_5.6.1-6_amd64.deb
Files: 
 25f2c98ac99eec8499639ea0bf07f8c4 1390 libs optional libcrypto++_5.6.1-6.dsc
 cc3f04c6f0ab177fc71c1676fe577008 27657 libs optional 
libcrypto++_5.6.1-6.debian.tar.gz
 4ef9fea7510b0bc53844007bcb66f779 4874284 doc optional 
libcrypto++-doc_5.6.1-6_all.deb
 7139b00a28d291c284f6d70ea62de2a7 1311376 libs optional 
libcrypto++9_5.6.1-6_amd64.deb
 f8f4c9c06db016c59670a9d54eafc157 9373702 debug extra 
libcrypto++9-dbg_5.6.1-6_amd64.deb
 20a78658752aea34de85b6ed1edd490e 2864728 libdevel optional 
libcrypto++-dev_5.6.1-6_amd64.deb
 41ecf6250d570f7f72f05aa51797271e 983496 utils optional 
libcrypto++-utils_5.6.1-6_amd64.deb

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

iEYEARECAAYFAk+J0q0ACgkQMDatjqUaT92u8QCeKv1+RXMOq5qeFVnpAmhr6GzN
VOkAoI0n1Roll9jIsXbhc9q0oG4Bk4vs
=vrCl
-END PGP SIGNATURE-


Accepted:
libcrypto++-dev_5.6.1-6_amd64.deb
  to main/libc/libcrypto++/libcrypto++-dev_5.6.1-6_amd64.deb
libcrypto++-doc_5.6.1-6_all.deb
  to main/libc/libcrypto++/libcrypto++-doc_5.6.1-6_all.deb
libcrypto++-utils_5.6.1-6_amd64.deb
  to main/libc/libcrypto++/libcrypto++-utils_5.6.1-6_amd64.deb
libcrypto++9-dbg_5.6.1-6_amd64.deb
  to main/libc/libcrypto++/libcrypto++9-dbg_5.6.1-6_amd64.deb
libcrypto++9_5.6.1-6_amd64.deb
  to main/libc/libcrypto++/libcrypto++9_5.6.1-6_amd64.deb
libcrypto++_5.6.1-6.debian.tar.gz
  to main/libc/libcrypto++/libcrypto++_5.6.1-6.debian.tar.gz
libcrypto++_5.6.1-6.dsc
  to main/libc/libcrypto++/libcrypto++_5.6.1-6.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/e1sj9ue-0001rt...@franck.debian.org



  1   2   >