Maintainers, porters, and burden of porting

2011-08-29 Thread Lucas Nussbaum
TL;DR: I think that we should have a discussion about the respective
roles  responsibilities of maintainers and porters with regard to
porting.

Release team, there's a question for you regarding ruby1.9.1 in the last
paragraph.



Hi,

First, I'd like to say that I'm very proud of the fact that Debian
supports so many architectures, and even non-linux ports like kfreebsd.
And that Debian infrastructure is used to support unofficial
architectures such as Debian GNU/Hurd.

However, I'm the maintainer of Ruby. It's kind of special, because:
(1) it uses threads intensively (Ruby threads are mapped to pthreads,
and are routinely used in Ruby programs)
(2) it has a rather huge test suite, that is run at build time
As a result, building ruby1.9.1 tends to detect bugs in the toolchain,
the libc or the kernel, especially on architectures such as hppa or
kfreebsd-* which are a bit different. I spent my week-end
investigating ruby1.9.1 issues on kfreebsd, sparc, and ia64.

My problem is that I have the impression that some ports are a bit on
the 'experimental' side. For some ports, we use compiler defaults that
are not supported by upstream (sparc), or are the sole users+maintainers
of key packages (it was the case with hppa, which was not using NPTL
when all others architectures were using it, and it is the case for the
libc with Debian GNU/kFreeBSD).

While it's nice that Debian supports such experiments, and while it
generally helps making Debian better by detecting and fixing bugs that
could eventually affect key architectures, I think that we have a
problem when it gets in the way of progress on the architectures that
95%+ of our uses use.

I have the impression that in many cases, maintainers are totally fine
with ports as long as they don't interfere with their work. The
toolchain on ports is generally able to generate code, and when it fails
to do so (ICEs!), toolchain maintainers are usually quick to react.
However, for most of the packages, there's no proof that the generated
code (and the generated packages) actually work.

However, issues such as miscompilation or broken syscall or libc
semantics are largely undetected. To illustrate this, you can have a
look at #635126 (miscompilation on armel and sparc) and #639658
(forks+threads fun on kFreeBSD, derived from #593139).

With the push for more testing (think autopkgtest), it's likely that we
will run into more bugs. Once an architecture is accepted as an official
architecture in Debian, 'experimental' architectures start blocking
packages migration to testing, and it becomes a problem for the
maintainer. I sometimes have the impression that I'm 'taken as hostage'
by porting issues, because it seems that if I don't fix porting issues
myself, nobody will do, and my package won't migrate to testing.

I think that we should clarify roles and responsibilities. I
know that manpower is scarse for some ports, but if it's up to
maintainers to do the porting work on their own, maybe we should instead
find a way that allows Debian to support those ports, without putting
them in a position to block or slow down other development tasks.

I'd like to reinforce the fact that it's the porters' responsibility 
to investigate porters issues, and propose the following
responsibilities:
(1) It is the responsibility of porters to:
- track architecture-specific bugs (build failures, toolchain
  issues, etc)
- investigate and solve such bugs
(2) It is the responsibility of maintainers to help porters as much
as possible
(3) When porters are failing to do (1), we should investigate ways to
continue to support these ports without releasing them as stable
architectures.

Question for the release team:
We might chose to make ruby1.9.1 the default ruby implementation for
wheezy (instead of ruby1.8).  I still hope that all porting issues
affecting ruby1.9.1 will be resolved.
But if it's down to those four choices, what should I do in a couple of
weeks, when the new upstream release will be available?
(1) not upload the next ruby release to unstable until porting issues
are fixed
(2) disable the test suite on architectures where it fails, so that the
package can build and migrate to testing (but it will be completely
broken, which might annoy DSA, e.g because of puppet)
(3) request removal of ruby binaries on architectures where it fails to
build
(4) orphan ruby1.9.1 ;)

Thanks,

- Lucas


-- 
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/20110829065834.gb27...@xanadu.blop.info



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Andreas Barth
* Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 08:59]:
 I'd like to reinforce the fact that it's the porters' responsibility 
 to investigate porters issues, and propose the following
 responsibilities:
 (1) It is the responsibility of porters to:
 - track architecture-specific bugs (build failures, toolchain
   issues, etc)
 - investigate and solve such bugs

Sorry, but I disagree here. I don't think it is reasonable to expect
porters to check for build failures in general, especially as many of
them just happen because of generic maintainer errors and
cross-architectures.

It is the responsiblity of the maintainer to track whether his
packages build, and, in case build failures are not easily resolveable by
the maintainer and are architecture-specific, to contact the porters.
(This doesn't read as the maintainer needs to fix all the bugs
though.)

From here on, I agree if it are portability issues, the porters have
to start caring and to provide fixes.

 (3) When porters are failing to do (1), we should investigate ways to
 continue to support these ports without releasing them as stable
 architectures.

This mechanismn is already in place, and was used more than once in
the past. Though it hurts, we have done it, and we will definitly EOL
further architectures in due time.




Andi


-- 
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/20110829074725.gg15...@mails.so.argh.org



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Lucas Nussbaum
On 29/08/11 at 09:47 +0200, Andreas Barth wrote:
 * Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 08:59]:
  I'd like to reinforce the fact that it's the porters' responsibility 
  to investigate porters issues, and propose the following
  responsibilities:
  (1) It is the responsibility of porters to:
  - track architecture-specific bugs (build failures, toolchain
issues, etc)
  - investigate and solve such bugs
 
 Sorry, but I disagree here. I don't think it is reasonable to expect
 porters to check for build failures in general, especially as many of
 them just happen because of generic maintainer errors and
 cross-architectures.

I'm not saying that porters should check for build failures in general.

If you take a list of packages that failed on $PORTER_ARCH, but built
fine on at least two or three other architectures, do you really expect
to get many false positives (i.e, non-arch-specific problems)?

- Lucas


-- 
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/20110829110615.ga4...@xanadu.blop.info



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Bernd Zeimetz
On 08/29/2011 01:06 PM, Lucas Nussbaum wrote:
 On 29/08/11 at 09:47 +0200, Andreas Barth wrote:
 * Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 08:59]:
 I'd like to reinforce the fact that it's the porters' responsibility 
 to investigate porters issues, and propose the following
 responsibilities:
 (1) It is the responsibility of porters to:
 - track architecture-specific bugs (build failures, toolchain
   issues, etc)
 - investigate and solve such bugs

 Sorry, but I disagree here. I don't think it is reasonable to expect
 porters to check for build failures in general, especially as many of
 them just happen because of generic maintainer errors and
 cross-architectures.
 
 I'm not saying that porters should check for build failures in general.
 
 If you take a list of packages that failed on $PORTER_ARCH, but built
 fine on at least two or three other architectures, do you really expect
 to get many false positives (i.e, non-arch-specific problems)?

In my experience you would get a lot of issues which are nothing porters
need to solve, like libraries not being available as the hardware just
doesn't exist for that architecture or test suites failing for various
random reasons.
If you want a help from a porter, imho you should present a problem in a
way which is easy reproducible - I don't think that we should expect
from porters that they debug your program's test suite for you.

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


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



Bug#639701: ITP: festvox-ca-ona-hts -- Catalan text to speech voice for festival. 16kHz, HTS, female.

2011-08-29 Thread Sergio Oller
Package: wnpp
Severity: wishlist
Owner: Sergio Oller sergiol...@gmail.com

* Package name: festvox-ca-ona-hts
  Version : 1.0
  Upstream Author : Sergio Oller sergiol...@gmail.com
* URL : http://www.talp.cat/festcat/
* License : LGPL
  Programming Lang: Lisp
  Description : Catalan text to speech voice for festival. 16kHz, HTS,
female.



-- 
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/20110829143537.2880.94113.reportbug@localhost6.localdomain6



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Lucas Nussbaum
On 29/08/11 at 16:16 +0200, Bernd Zeimetz wrote:
 On 08/29/2011 01:06 PM, Lucas Nussbaum wrote:
  On 29/08/11 at 09:47 +0200, Andreas Barth wrote:
  * Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 08:59]:
  I'd like to reinforce the fact that it's the porters' responsibility 
  to investigate porters issues, and propose the following
  responsibilities:
  (1) It is the responsibility of porters to:
  - track architecture-specific bugs (build failures, toolchain
issues, etc)
  - investigate and solve such bugs
 
  Sorry, but I disagree here. I don't think it is reasonable to expect
  porters to check for build failures in general, especially as many of
  them just happen because of generic maintainer errors and
  cross-architectures.
  
  I'm not saying that porters should check for build failures in general.
  
  If you take a list of packages that failed on $PORTER_ARCH, but built
  fine on at least two or three other architectures, do you really expect
  to get many false positives (i.e, non-arch-specific problems)?
 
 In my experience you would get a lot of issues which are nothing porters
 need to solve, like libraries not being available as the hardware just
 doesn't exist for that architecture

Those packages should be set Not-For-Us anyway, no? So they still need
an action from porters or buildd maintainers.

 or test suites failing for various random reasons.

Like what? In my experience rebuilding the archive on amd64, there are
only a handful of packages where the test suite fails randomly. If it
fails randomly only on $PORTER_ARCH, it's likely to be an indication of
a bug in toolchain/libc/kernel/whatever that only triggers through a
race condition. And that's clearly porter's business.

 If you want a help from a porter,

As a maintainer, I don't want to be in a situation where I need help
from porters. I would like porters to feel responsible for packages on
their architectures. Of course, if porters want help from me, I will do
my best to help them. But it shouldn't work the other way around.

I'm also completely tired of investigating issues which are already
known to porters, which is unavoidable if each maintainer is asked to
first do the investigation and then ask porters for help.

 imho you should present a problem in a way which is easy reproducible
 - I don't think that we should expect from porters that they debug
 your program's test suite for you.

Note that failed builds are usually easily reproducible. Just try to
build the package. It fails. Reducing the failure to a minimal test case
usually takes hours of hard work, which are often useless, because when
you finally share the test case with the porters' list, a porter usually
says oh, that must be $COMMON_PROBLEM_WITH_PORT.

- Lucas


-- 
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/20110829144917.ga12...@xanadu.blop.info



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Samuel Thibault
Lucas Nussbaum, le Mon 29 Aug 2011 16:49:17 +0200, a écrit :
 On 29/08/11 at 16:16 +0200, Bernd Zeimetz wrote:
  On 08/29/2011 01:06 PM, Lucas Nussbaum wrote:
   On 29/08/11 at 09:47 +0200, Andreas Barth wrote:
   * Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 08:59]:
   I'd like to reinforce the fact that it's the porters' responsibility 
   to investigate porters issues, and propose the following
   responsibilities:
   (1) It is the responsibility of porters to:
   - track architecture-specific bugs (build failures, toolchain
 issues, etc)
   - investigate and solve such bugs
  
   Sorry, but I disagree here. I don't think it is reasonable to expect
   porters to check for build failures in general, especially as many of
   them just happen because of generic maintainer errors and
   cross-architectures.
   
   I'm not saying that porters should check for build failures in general.
   
   If you take a list of packages that failed on $PORTER_ARCH, but built
   fine on at least two or three other architectures, do you really expect
   to get many false positives (i.e, non-arch-specific problems)?
  
  In my experience you would get a lot of issues which are nothing porters
  need to solve, like libraries not being available as the hardware just
  doesn't exist for that architecture
 
 Those packages should be set Not-For-Us anyway, no? So they still need
 an action from porters or buildd maintainers.

We want to avoid Not-For-Us. Maintainers should simply set the
architecture list.

 Note that failed builds are usually easily reproducible. Just try to
 build the package. It fails. Reducing the failure to a minimal test case
 usually takes hours of hard work, which are often useless, because when
 you finally share the test case with the porters' list, a porter usually
 says oh, that must be $COMMON_PROBLEM_WITH_PORT.

Such common problems should ideally be documented.

Samuel


-- 
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/20110829145553.gg3...@type.u-bordeaux.fr



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Lucas Nussbaum
On 29/08/11 at 13:06 +0200, Lucas Nussbaum wrote:
 If you take a list of packages that failed on $PORTER_ARCH, but built
 fine on at least two or three other architectures, do you really expect
 to get many false positives (i.e, non-arch-specific problems)?

Such a list would be easy to generate using UDD, and I might even do it,
if porters find it useful (and fix all the Ruby porting issues. j/k).

What would be needed for making it optimally useful?
- list of packages that FTBFS on $ARCH
- state on other architectures
- list of bugs with architecture usertags for that package
- list of other bugs matching FTBFS, build, or an architecture for that
  package
- links to BTS, PTS, buildd.d.o 

What else?

Would you use it?

L.


-- 
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/20110829151900.ga13...@xanadu.blop.info



Dependencies of metapackages

2011-08-29 Thread Wolodja Wentland
Hi all,

is there a specific reason why metapackages depend rather then recommend
packages they are meant to pull in?

The rationale behind this question is [0] that we see a plethora of users in
#debian who ask questions like:

Why did apt remove all my system??⸘one!one!eleven!

and we have to explain to them that it is because they decided to remove one
of (typically) gnome's dependencies, which caused the metapackage to be
removed as well. The solution is then to either mark all other dependencies as
manually installed, install a smaller metapackage or a combination of those.

As this is a common problem of our users I was thinking why we don't make it
easier for them to slim down their system after they've done a default
installation. Are there any drawbacks to this change in metapackage semantics
that I am not aware of?

[0] The rationale is also more or less the same as the one formulated for
DEP-6
http://dep.debian.net/deps/dep6/
-- 
Wolodja babi...@gmail.com

4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC


signature.asc
Description: Digital signature


Re: Dependencies of metapackages

2011-08-29 Thread Andrey Rahmatullin
On Mon, Aug 29, 2011 at 04:40:30PM +0100, Wolodja Wentland wrote:
 they decided to remove one of (typically) gnome's dependencies, which
 caused the metapackage to be removed as well. 
That also causes an effect of GNOME gets removed! even without any
additional autoremoved packages :(

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Bernd Zeimetz
On 08/29/2011 04:49 PM, Lucas Nussbaum wrote:
[...]
 In my experience you would get a lot of issues which are nothing porters
 need to solve, like libraries not being available as the hardware just
 doesn't exist for that architecture
 
 Those packages should be set Not-For-Us anyway, no? So they still need
 an action from porters or buildd maintainers.

No, for example zbar ships an example application which uses a webcam to
read barcodes and the necessary webcam libraries are (or were!?) not
available on freebsd and hurd - so only the build of that single example
had to be disabled while recognizing barcodes from images works well of
course and the library builds fine.

 or test suites failing for various random reasons.
 
 Like what? In my experience rebuilding the archive on amd64, there are
 only a handful of packages where the test suite fails randomly. If it
 fails randomly only on $PORTER_ARCH, it's likely to be an indication of
 a bug in toolchain/libc/kernel/whatever that only triggers through a
 race condition. And that's clearly porter's business.

Doesn't make me wonder. I guess most software is well tested on amd64
and i386.


 If you want a help from a porter,
 
 As a maintainer, I don't want to be in a situation where I need help
 from porters. I would like porters to feel responsible for packages on
 their architectures. Of course, if porters want help from me, I will do
 my best to help them. But it shouldn't work the other way around.

Imho it can only work the other way round or we need a LOT more porters,
and that won't happen.

 I'm also completely tired of investigating issues which are already
 known to porters, which is unavoidable if each maintainer is asked to
 first do the investigation and then ask porters for help.

I'm sure there are issues where even porters can't tell you its a known
one without a lot of debugging. Also there is google which is very
helpful in finding problems on weird architectures.


 imho you should present a problem in a way which is easy reproducible
 - I don't think that we should expect from porters that they debug
 your program's test suite for you.
 
 Note that failed builds are usually easily reproducible. Just try to
 build the package. It fails. Reducing the failure to a minimal test case
 usually takes hours of hard work, which are often useless, because when
 you finally share the test case with the porters' list, a porter usually
 says oh, that must be $COMMON_PROBLEM_WITH_PORT.

If a failed build is easy reproducible, where is the problem for a
maintainer to come up with something easy to reprouce for a porter?
Anf when it is not easy reproducible or some easy way to create a test
case is not obviously - why should a porter do the work if you as
maintainer probably know the source times better than the porter and you
should be able to come up with something useful to debug much faster? We
don't have enough porters to throw all the longish tasks on them, imho
the maintainer should go to porters with an arch specific problem to
solve, not with 'fix my package'.


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


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



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Andreas Barth
* Lucas Nussbaum (lu...@lucas-nussbaum.net) [110829 13:10]:
 If you take a list of packages that failed on $PORTER_ARCH, but built
 fine on at least two or three other architectures, do you really expect
 to get many false positives (i.e, non-arch-specific problems)?

If we have methods which produce reliable lists packages for porters
to check, I'm all for it. But if it takes more time for the porters to
get rid of false positives, then we need to do something different.

Until however an issue has been handed over to the porters explicitly,
it's still the maintainers task to take care of it. Even if it only
means handing it over to the porters in an appropriate way. (And
of course, the maintainer still needs to help, and can't just yell my
package doesn't build, fix it to the porters. Especially as the
maintainer has valid package-specific knowledge in many cases.)



Andi


-- 
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/20110829165703.gh15...@mails.so.argh.org



Bug#639715: ITP: libjsoup-java -- Java HTML parser that makes sense of real-world HTML soup

2011-08-29 Thread Torsten Werner
Package: wnpp
Severity: wishlist
Owner: Torsten Werner twer...@debian.org

* Package name: libjsoup-java
  Version : 1.6.1
  Upstream Author : Jonathan Hedley
* URL : http://jsoup.org/
* License : MIT
  Programming Lang: Java
  Description : Java HTML parser that makes sense of real-world HTML soup

 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.

Jsoup is a build dependency for release 1.0 of wagon.

Torsten



-- 
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/20110829170103.ga2...@lumpi.twerner42.de



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Lucas Nussbaum
On 29/08/11 at 18:21 +0200, Bernd Zeimetz wrote:
 On 08/29/2011 04:49 PM, Lucas Nussbaum wrote:
 [...]
  In my experience you would get a lot of issues which are nothing porters
  need to solve, like libraries not being available as the hardware just
  doesn't exist for that architecture
  
  Those packages should be set Not-For-Us anyway, no? So they still need
  an action from porters or buildd maintainers.
 
 No, for example zbar ships an example application which uses a webcam to
 read barcodes and the necessary webcam libraries are (or were!?) not
 available on freebsd and hurd - so only the build of that single example
 had to be disabled while recognizing barcodes from images works well of
 course and the library builds fine.

I think that bugs caused by important differences compared to other
Debian architectures are the porter's job to handle, not the
maintainer's.
That includes stuff like:
- missing/different packages on $ARCH
- missing/different libraries on $ARCH
- different libc semantics on $ARCH (hi kfreebsd+hurd!)
etc.

KFreeBSD is a very nice experiment, and the KFreeBSD porters are
amongst the most helpful I've been talking to. But if porting software to
KFreeBSD's linuxthreads-based threading library with slightly broken
semantics becomes my own task, I won't try to solve issues on KFreeBSD
and instead stop supporting it, because I just don't have the time to do
that.

  If you want a help from a porter,
  
  As a maintainer, I don't want to be in a situation where I need help
  from porters. I would like porters to feel responsible for packages on
  their architectures. Of course, if porters want help from me, I will do
  my best to help them. But it shouldn't work the other way around.
 
 Imho it can only work the other way round or we need a LOT more porters,
 and that won't happen.
 
  I'm also completely tired of investigating issues which are already
  known to porters, which is unavoidable if each maintainer is asked
  to first do the investigation and then ask porters for help.
 
 I'm sure there are issues where even porters can't tell you its a
 known one without a lot of debugging.  Also there is google which is
 very helpful in finding problems on weird architectures.

Only once you have pinpointed a specific problem. In my case, it often
means going from a broken Ruby script to a minimal test case in Ruby, to
Ruby's C code, to a minimal test case in C.

  imho you should present a problem in a way which is easy reproducible
  - I don't think that we should expect from porters that they debug
  your program's test suite for you.
  
  Note that failed builds are usually easily reproducible. Just try to
  build the package. It fails. Reducing the failure to a minimal test case
  usually takes hours of hard work, which are often useless, because when
  you finally share the test case with the porters' list, a porter usually
  says oh, that must be $COMMON_PROBLEM_WITH_PORT.
 
 If a failed build is easy reproducible, where is the problem for a
 maintainer to come up with something easy to reprouce for a porter?
 Anf when it is not easy reproducible or some easy way to create a test
 case is not obviously - why should a porter do the work if you as
 maintainer probably know the source times better than the porter and you
 should be able to come up with something useful to debug much faster? We
 don't have enough porters to throw all the longish tasks on them, imho
 the maintainer should go to porters with an arch specific problem to
 solve, not with 'fix my package'.

The porter should do the work become he cares about that architecture.
I'm perfectly fine with helping porters get my packages ported to the
architectures they care about. I'm not fine with having to spend a lot
of time porting my packages to 'experimental' ports.

Anyway, I'm just trying to see if we can find ways to work better
together, since all those ports are a very important feature of Debian.
But it doesn't sound easy...

- Lucas


-- 
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/20110829171517.ga18...@xanadu.blop.info



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Bastian Blank
On Mon, Aug 29, 2011 at 04:49:17PM +0200, Lucas Nussbaum wrote:
 On 29/08/11 at 16:16 +0200, Bernd Zeimetz wrote:
  or test suites failing for various random reasons.
 Like what? In my experience rebuilding the archive on amd64, there are
 only a handful of packages where the test suite fails randomly. If it
 fails randomly only on $PORTER_ARCH, it's likely to be an indication of
 a bug in toolchain/libc/kernel/whatever that only triggers through a
 race condition. And that's clearly porter's business.

My experience shows that many errors are hidden undefined behaviours in
the source somewhere. Especially in C and C++ this error-class is easily
missed.

Bastian

-- 
Four thousand throats may be cut in one night by a running man.
-- Klingon Soldier, Day of the Dove, stardate unknown


-- 
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/20110829173939.ga1...@wavehammer.waldi.eu.org



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Jonathan Nieder
Hi Lucas,

Lucas Nussbaum wrote:

 But if porting software to
 KFreeBSD's linuxthreads-based threading library with slightly broken
 semantics becomes my own task, I won't try to solve issues on KFreeBSD
 and instead stop supporting it, because I just don't have the time to do
 that.

That sounds reasonable.  I think a good policy in a case like this is,
if a co-maintainer interested in this feature (support for platforms
that don't use NPTL) doesn't step up, I am dropping it.  In other
words, the burden for keeping such a feature is even higher than you
said --- what is needed is not a porter but someone interested in and
familiar with both the package and linuxthreads.

The problem with saying that's the porters' job is that then nobody
will want to be a porter. :)

Thanks for your hard work!
Jonathan


-- 
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/20110829174922.ga9...@elie.gateway.2wire.net



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Jonathan Nieder
Lucas Nussbaum wrote:

 We might chose to make ruby1.9.1 the default ruby implementation for
 wheezy (instead of ruby1.8).  I still hope that all porting issues
 affecting ruby1.9.1 will be resolved.
 But if it's down to those four choices, what should I do in a couple of
 weeks, when the new upstream release will be available?
 (1) not upload the next ruby release to unstable until porting issues
 are fixed
 (2) disable the test suite on architectures where it fails, so that the
 package can build and migrate to testing (but it will be completely
 broken, which might annoy DSA, e.g because of puppet)
 (3) request removal of ruby binaries on architectures where it fails to
 build
 (4) orphan ruby1.9.1 ;)

What gcc seems to do (though I may be understanding incorrectly) is
to allow the default version to vary by architecture.  People
interested in a given architecture are expected to do some work to
allow a modern version to be used, and if that doesn't happen, it's a
bad sign and accounted for in the usual ways.  Which I guess is
closest to (2) or (3), depending on the nature of the test failures.

I can understand if there are details involved that make that not
work here, though.


-- 
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/20110829180607.ga9...@elie.gateway.2wire.net



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Russ Allbery
Samuel Thibault sthiba...@debian.org writes:
 Lucas Nussbaum, le Mon 29 Aug 2011 16:49:17 +0200, a écrit :

 Those packages should be set Not-For-Us anyway, no? So they still need
 an action from porters or buildd maintainers.

 We want to avoid Not-For-Us. Maintainers should simply set the
 architecture list.

Does this work now?  Previously, setting the architecture list didn't do
anything useful if the source package built at least one arch: all
package.

-- 
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/874o10cb56@windlord.stanford.edu



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Cyril Brulebois
Russ Allbery r...@debian.org (29/08/2011):
 Does this work now?  Previously, setting the architecture list didn't
 do anything useful if the source package built at least one arch: all
 package.

Since arch: all as per-arch (…) now, I guess that limitation is gone.

And yes, arch restrictions have been working for a while (several months
at the very least).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Andreas Barth
* Russ Allbery (r...@debian.org) [110829 20:42]:
 Samuel Thibault sthiba...@debian.org writes:
  Lucas Nussbaum, le Mon 29 Aug 2011 16:49:17 +0200, a écrit :
 
  Those packages should be set Not-For-Us anyway, no? So they still need
  an action from porters or buildd maintainers.
 
  We want to avoid Not-For-Us. Maintainers should simply set the
  architecture list.
 
 Does this work now?  Previously, setting the architecture list didn't do
 anything useful if the source package built at least one arch: all
 package.

That should be changed some months ago. If not, please give me an
example package and I'll fix it.


Andi


-- 
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/20110829203803.gi15...@mails.so.argh.org



Re: Maintainers, porters, and burden of porting

2011-08-29 Thread Philipp Kern
On 2011-08-29, Russ Allbery r...@debian.org wrote:
 Samuel Thibault sthiba...@debian.org writes:
 Lucas Nussbaum, le Mon 29 Aug 2011 16:49:17 +0200, a écrit :
 Those packages should be set Not-For-Us anyway, no? So they still need
 an action from porters or buildd maintainers.
 We want to avoid Not-For-Us. Maintainers should simply set the
 architecture list.
 Does this work now?  Previously, setting the architecture list didn't do
 anything useful if the source package built at least one arch: all
 package.

Policy says this:

766a66d2 (Manoj Srivastava 2005-06-16 05:43:33 +  3015) p
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3016)   Specifying a list 
of architectures or architecture wildcards
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3017)   indicates that 
the source will build an architecture-dependent
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3018)   package, and will 
only work correctly on the listed or
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3019)   matching 
architectures.  If the source package also builds at
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3020)   least one 
architecture-independent package, ttall/tt will
8ec4f17a (Russ Allbery 2010-06-01 15:47:48 -0700  3021)   also be included 
in the list.
e7a3eb89 (Manoj Srivastava 2005-06-16 05:40:10 +  3022) /p

And actually I requested that change in dpkg before policy was adjusted.  (My
bad, didn't know it better at that time.)  So yeah, that's checked by
wanna-build since some time already.

Also I just saw that buxy committed the any all change to policy, which is
nice and will finally tell us which packages need arch:all building at all.

Kind regards
Philipp Kern



-- 
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/slrnj5o22r.fje.tr...@kelgar.0x539.de



Re: getting permission denied with shmat() as non-root

2011-08-29 Thread Timothy Stotts
Thanks Peter. That was the tip I needed for debugging the program on the
Debian system. ipcs(1), when run as the same user as the program, did
not show any shared memory being created. However, running ipcs(1) as
root showed the memory being created by the non-root user with
permissions of . Obviously, it should be 0660 or something similar,
so I corrected the issue by or'ing the permissions with the create flags
as the last argument to the function shmget(). Cheers.

Timothy Stotts

On Sun, 2011-08-28 at 21:11 +1000, Peter Miller wrote:
 On Sat, 2011-08-27 at 20:44 -0400, Timothy Stotts wrote:
  I am using ftok(), shmget(), shmat() to obtain a small quantity of
  shared memory for the application. As root, the shmat() function
  succeeds on the embedded system. However, on the Debian system the
  shmat() function returns -1 with an error code of EACCES, indicating
  permission denied.
 
 This means that the shared memory exists, or you would get EINVAL.
 The ipcs command may be used to list information about shared memory,
 and other ipc facilities.  Try using ipcs(1) to see if there is a an
 owner and/or permissions mismatch for the shmid you are using.
 
 
 -- 
 Peter Miller pmil...@opensource.org.au
 
 



-- 
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/1314656509.2359.5.camel@pedahzur



Bug#639756: ITP: recorditnow -- Qt/KDE application to record the desktop

2011-08-29 Thread Eshat Cakar
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: recorditnow
Version: 0.8.1
Upstream Author: Kai Dombrowe just89atgmxdotde
URL: http://recorditnow.sourceforge.net/
License: GPLv2
Description: Qt/KDE application to capture desktop

-- 
eshat cakar
web: www.eshat.de   gpg-id: 799B 95D5



-- 
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/201108300029.28483.i...@eshat.de



ITP: efilinux -- A UEFI bootloader

2011-08-29 Thread Nobuhiro Iwamatsu
Package: wnpp
Owner: Nobuhiro Iwamatsu iwama...@debian.org
Severity: wishlist

*** Please type your report below this line ***

* Package name: efilinux
  Version : 0.8.0
  Upstream Author : Matt Fleming matt.flem...@linux.intel.com
* URL : http://www.kernel.org/pub/linux/boot/efilinux/
* License : BSD
  Programming Lang: C
  Description : A UEFI bootloader

efilinux is a UEFI OS loader. This has no bells or whistles,
it is simply a prototype with the minimum amount of smarts required
to load a linux kernel (though loaders for other formatscould be added).


-- 
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/CABMQnVJTwL=yhnq8ehqqbuuvzv1vpprv4w4ew1g6czyt8oc...@mail.gmail.com



Accepted buxon 0.0.5-3 (source all)

2011-08-29 Thread Nacho Barrientos Arias
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 11:36:14 +
Source: buxon
Binary: buxon
Architecture: source all
Version: 0.0.5-3
Distribution: unstable
Urgency: low
Maintainer: Nacho Barrientos Arias na...@debian.org
Changed-By: Nacho Barrientos Arias na...@debian.org
Description: 
 buxon  - SIOC forums browser
Changes: 
 buxon (0.0.5-3) unstable; urgency=low
 .
   * debian/patches (+1 patches)
- manpage-typos: s/a RDF/an RDF/
Checksums-Sha1: 
 33951b1ed80cc1ca699dcfdc1b4b97024b670974 1035 buxon_0.0.5-3.dsc
 c6b555d1ac64f7983f314e4bb6bd4733880391cc 3447 buxon_0.0.5-3.debian.tar.gz
 a74fd1f16eee32fc43b90e7140019cc186c1266a 20100 buxon_0.0.5-3_all.deb
Checksums-Sha256: 
 ee8f69d0dec67c1d3f828047e9fd25845c804fb74104bb4984685171fed19f30 1035 
buxon_0.0.5-3.dsc
 2a5227c12678c88fe21db28e6397918de3b7044b8828561e53e95753683360c4 3447 
buxon_0.0.5-3.debian.tar.gz
 457641e5d6cbe9668c7f78bae8aade6b41f084efbea84458c2645ddf58182691 20100 
buxon_0.0.5-3_all.deb
Files: 
 61d595945493c77d7244828732851b2d 1035 web extra buxon_0.0.5-3.dsc
 cf803b14893d1ef5d0410b10716bb613 3447 web extra buxon_0.0.5-3.debian.tar.gz
 097cd4f9afa004b71e42c218e85d1f0d 20100 web extra buxon_0.0.5-3_all.deb

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

iEYEARECAAYFAk5bSFEACgkQmbOM+OED/E2HWwCcC8/R/pFYKkTmIIQemunUCCwD
NJoAn1EiC8iov9xGDUxlMCPpAvBGFIyP
=HI9Z
-END PGP SIGNATURE-


Accepted:
buxon_0.0.5-3.debian.tar.gz
  to main/b/buxon/buxon_0.0.5-3.debian.tar.gz
buxon_0.0.5-3.dsc
  to main/b/buxon/buxon_0.0.5-3.dsc
buxon_0.0.5-3_all.deb
  to main/b/buxon/buxon_0.0.5-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/e1qxxjr-0005pv...@franck.debian.org



Accepted cb2bib 1.4.6-1 (source amd64)

2011-08-29 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 19:01:28 +0200
Source: cb2bib
Binary: cb2bib
Architecture: source amd64
Version: 1.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Filippo Rusconi lopi...@debian.org
Description: 
 cb2bib - extract bibliographic references from various sources
Changes: 
 cb2bib (1.4.6-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * Removed debian/patches directory as there are no more patches.
Checksums-Sha1: 
 8841f919ed99dbd2142a153b578e71cfcd62645e 1392 cb2bib_1.4.6-1.dsc
 135d3f80ba0f2c728641d50478c3aae83f8c101b 623730 cb2bib_1.4.6.orig.tar.gz
 7181f202b4de02373627ec8efc171ba0dc86e7ba 7802 cb2bib_1.4.6-1.debian.tar.gz
 f6a7c5785d198c18d14db60246d20e1b6212f482 1286358 cb2bib_1.4.6-1_amd64.deb
Checksums-Sha256: 
 576f2efbf32a3ac8a6da9ca705ca79245dac41976aa4027a90c6be57f3026fad 1392 
cb2bib_1.4.6-1.dsc
 fd80f4ed68b1287f6b2db028ae42f25aa4f8c6f506a1cc9cc82f7ce8c8d224bd 623730 
cb2bib_1.4.6.orig.tar.gz
 e343e3edced74293ae2c0f329fa4bcd840549105e7c91468e981c4d832635161 7802 
cb2bib_1.4.6-1.debian.tar.gz
 53c65b37be7c8b0b33fad5ab2eb9d20b6a6469ba98f3136941194b6f9547b224 1286358 
cb2bib_1.4.6-1_amd64.deb
Files: 
 9e35c94f91aa087e4acb8e89a1c941d4 1392 text optional cb2bib_1.4.6-1.dsc
 6047b57d8e806da605969ed433502730 623730 text optional cb2bib_1.4.6.orig.tar.gz
 46f87ab4d5cc595a13776db52e6a67b8 7802 text optional 
cb2bib_1.4.6-1.debian.tar.gz
 42fb854cca94bfa45b3dee14054ba76f 1286358 text optional cb2bib_1.4.6-1_amd64.deb

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

iEYEARECAAYFAk5ailkACgkQTTOs5MePaHwrrACcD8xD167qndbG5KDdD8DEWuXf
JlYAoJ7hU3eR5GSiQJjT+ahXSS3sPGHD
=cwES
-END PGP SIGNATURE-


Accepted:
cb2bib_1.4.6-1.debian.tar.gz
  to main/c/cb2bib/cb2bib_1.4.6-1.debian.tar.gz
cb2bib_1.4.6-1.dsc
  to main/c/cb2bib/cb2bib_1.4.6-1.dsc
cb2bib_1.4.6-1_amd64.deb
  to main/c/cb2bib/cb2bib_1.4.6-1_amd64.deb
cb2bib_1.4.6.orig.tar.gz
  to main/c/cb2bib/cb2bib_1.4.6.orig.tar.gz


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



Accepted gsoap 2.8.3-2 (source all amd64)

2011-08-29 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 18:50:33 +0200
Source: gsoap
Binary: libgsoap0 gsoap gsoap-doc gsoap-dbg
Architecture: source amd64 all
Version: 2.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 gsoap  - Development libraries and stub generators for gSOAP
 gsoap-dbg  - Debugging symbols for gSOAP
 gsoap-doc  - gSOAP documentation
 libgsoap0  - Runtime libraries for gSOAP
Changes: 
 gsoap (2.8.3-2) unstable; urgency=low
 .
   * Update man pages
   * Add shlibs file
Checksums-Sha1: 
 bc464a6146def7d991bee74ceb2971619c84cf10 1286 gsoap_2.8.3-2.dsc
 ec26ebbd1541093400062103e9b0e82f9b3a926c 9284 gsoap_2.8.3-2.debian.tar.gz
 2fdf7ffc0271316ab799bddb7527f5bab9c253f2 520054 libgsoap0_2.8.3-2_amd64.deb
 c13605a513b926b637681b7a4234f563f2e71204 1353300 gsoap_2.8.3-2_amd64.deb
 57e48645c4b8aa9e17531aecbd6bb6bb3211304a 1550266 gsoap-doc_2.8.3-2_all.deb
 2d5f91df4188f67dbfdc6897b4cedbe4721e9083 2724644 gsoap-dbg_2.8.3-2_amd64.deb
Checksums-Sha256: 
 f2f1885b651bd2bb5736f4052b9ece47b84899abceb3f012540b488b2ea3acbc 1286 
gsoap_2.8.3-2.dsc
 b598a7abdac971ced52f30af8302e5114bbc2040b31ca1a610149a6c320724f9 9284 
gsoap_2.8.3-2.debian.tar.gz
 4fe2462052bbd7c1a2110159d82e0a8b64d89fe123ed5414df2fe663d93ff170 520054 
libgsoap0_2.8.3-2_amd64.deb
 f33977f3dd5172c28c85641841bee2f3415204ac51da858e899ff3f393f26c04 1353300 
gsoap_2.8.3-2_amd64.deb
 678b2f38bfd8fbc8fe92977db03207f330fa36017cc611a41baf74a76e647e79 1550266 
gsoap-doc_2.8.3-2_all.deb
 1849da417cdcf0930a75eb10220a808b3b903175099e9c548854d623e491bdd4 2724644 
gsoap-dbg_2.8.3-2_amd64.deb
Files: 
 03ff6c87740ff8a24eff7a87cc2ce403 1286 devel optional gsoap_2.8.3-2.dsc
 629123879e0643cadd25b97f04b9d78f 9284 devel optional 
gsoap_2.8.3-2.debian.tar.gz
 fd4a7ec13b90d9a1fdea404bbf5fa1e6 520054 libs optional 
libgsoap0_2.8.3-2_amd64.deb
 a437397c08de8e67b1e8cff29ae0d7d9 1353300 devel optional gsoap_2.8.3-2_amd64.deb
 d968fd86cc2216cda0093afa60f6bd57 1550266 doc optional gsoap-doc_2.8.3-2_all.deb
 8caa30f21078f08066b6d77a3c778293 2724644 debug extra 
gsoap-dbg_2.8.3-2_amd64.deb

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

iEYEARECAAYFAk5bQ7wACgkQeJY7S99W//IQ0QCaA9EGN6o/gzxYNzAxKo6jeBTY
3FkAn1INNR7qzUALjRtttWlo56Yj1qyU
=CInD
-END PGP SIGNATURE-


Accepted:
gsoap-dbg_2.8.3-2_amd64.deb
  to main/g/gsoap/gsoap-dbg_2.8.3-2_amd64.deb
gsoap-doc_2.8.3-2_all.deb
  to main/g/gsoap/gsoap-doc_2.8.3-2_all.deb
gsoap_2.8.3-2.debian.tar.gz
  to main/g/gsoap/gsoap_2.8.3-2.debian.tar.gz
gsoap_2.8.3-2.dsc
  to main/g/gsoap/gsoap_2.8.3-2.dsc
gsoap_2.8.3-2_amd64.deb
  to main/g/gsoap/gsoap_2.8.3-2_amd64.deb
libgsoap0_2.8.3-2_amd64.deb
  to main/g/gsoap/libgsoap0_2.8.3-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/e1qxxko-0006bo...@franck.debian.org



Accepted mmass 3.12.1-1 (source all amd64)

2011-08-29 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 09:37:13 +0200
Source: mmass
Binary: mmass mmass-modules
Architecture: source all amd64
Version: 3.12.1-1
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group debichem-de...@lists.alioth.debian.org
Changed-By: Filippo Rusconi lopi...@debian.org
Description: 
 mmass  - Mass spectrometry tool for proteomics
 mmass-modules - Mass spectrometry tool for proteomics - extension modules
Changes: 
 mmass (3.12.1-1) unstable; urgency=low
 .
   * New upstream release.
 .
 - Bug fixes. One of the bugs was reported by me : crash when closing
 last document.
Checksums-Sha1: 
 92d7dac5f61ff181273be271329909cf8b1caef3 1308 mmass_3.12.1-1.dsc
 a309c1bea5098cc0c6e2c4d0e8350d0702d11b7b 3595779 mmass_3.12.1.orig.tar.gz
 3f5606d0993fa440d181e2589a0f7f00ac5d407e 7404 mmass_3.12.1-1.debian.tar.gz
 eb018b8d929f51da55885a6662828ab567388d83 3599472 mmass_3.12.1-1_all.deb
 c569d18b2fe0ce8c6a26f275670592eecb4a7067 9572 mmass-modules_3.12.1-1_amd64.deb
Checksums-Sha256: 
 73b39ebe2bf7260f950ed2612dfe6b8b5ffc18a575fc3b0aabe9bb99abc560be 1308 
mmass_3.12.1-1.dsc
 48bb836113f820a19431d593addc637fa47adb1fd09afabcc36f6add7cb3978b 3595779 
mmass_3.12.1.orig.tar.gz
 512dcccadb64bb2dff21904b62ab86a0ed233803c163747702f9e4924c5c038e 7404 
mmass_3.12.1-1.debian.tar.gz
 73b76df023f5ff39ae1d6e16896e2bd55bc4b42de5e1b80ac5a7a6a4ab63f6f7 3599472 
mmass_3.12.1-1_all.deb
 275044b89dac591c5bdaada34aa124615d68d95d89b5dc97f887c0028c3bb336 9572 
mmass-modules_3.12.1-1_amd64.deb
Files: 
 2aca1efa30468a09cb01a2188aa0b00e 1308 science optional mmass_3.12.1-1.dsc
 fe6a2f341a46ccebf987cd808a8af798 3595779 science optional 
mmass_3.12.1.orig.tar.gz
 1eb368a283a545692c56158fa58fb9b0 7404 science optional 
mmass_3.12.1-1.debian.tar.gz
 9fefe9af4eb0a7a1cc3df487c9ec4b4f 3599472 science optional 
mmass_3.12.1-1_all.deb
 9fa82f86526a0f3d2650dbce8f75510e 9572 science optional 
mmass-modules_3.12.1-1_amd64.deb

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

iEYEARECAAYFAk5bQvkACgkQTTOs5MePaHxsGACffSAqfMxiMSLoHcv2i8mLS7fN
9AsAoJjMDEMHVYKOsaYNMfMPNXXsaybT
=1il4
-END PGP SIGNATURE-


Accepted:
mmass-modules_3.12.1-1_amd64.deb
  to main/m/mmass/mmass-modules_3.12.1-1_amd64.deb
mmass_3.12.1-1.debian.tar.gz
  to main/m/mmass/mmass_3.12.1-1.debian.tar.gz
mmass_3.12.1-1.dsc
  to main/m/mmass/mmass_3.12.1-1.dsc
mmass_3.12.1-1_all.deb
  to main/m/mmass/mmass_3.12.1-1_all.deb
mmass_3.12.1.orig.tar.gz
  to main/m/mmass/mmass_3.12.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/e1qxxl4-0006gx...@franck.debian.org



Accepted pytagsfs 0.9.2-5 (source all)

2011-08-29 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 13:26:36 +0530
Source: pytagsfs
Binary: pytagsfs
Architecture: source all
Version: 0.9.2-5
Distribution: unstable
Urgency: low
Maintainer: Ritesh Raj Sarraf r...@debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 pytagsfs   - maps media files to an arbitrary directory structure
Changes: 
 pytagsfs (0.9.2-5) unstable; urgency=low
 .
   * [7a307cd] Switch architecture to all
Checksums-Sha1: 
 59cc7b70daa2dac443f2415e3f9e2b9e78dea2c3 2082 pytagsfs_0.9.2-5.dsc
 9b0034601d408b726a551276f4be82d5f3a3abf6 4033 pytagsfs_0.9.2-5.diff.gz
 ecf8dd88ebc20ba2d1fb3866673cf2ef7d85fea7 72640 pytagsfs_0.9.2-5_all.deb
Checksums-Sha256: 
 418d6ea7673b4df2531ef4e0969044aec7c651ce580951dd75f1d6c8bc28ad27 2082 
pytagsfs_0.9.2-5.dsc
 93f5832bfcaf13923afdd84ea6098b29da799f2fc3349783b48a407b80edca9e 4033 
pytagsfs_0.9.2-5.diff.gz
 4fb5bda7a944984597a2a3904c2a83b4893c2afce48ab752fa7e574d0fbb232f 72640 
pytagsfs_0.9.2-5_all.deb
Files: 
 0846f1a221397c262e40680baae71f46 2082 utils optional pytagsfs_0.9.2-5.dsc
 890fbb14395dd4f0c11511855fc345c2 4033 utils optional pytagsfs_0.9.2-5.diff.gz
 4056a9fe9490ce509a59c8139ee7a021 72640 utils optional pytagsfs_0.9.2-5_all.deb

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

iQIcBAEBCgAGBQJOW0moAAoJEKY6WKPy4XVpf0cP+wXQUEdH3z0w7vIjqw5E4qhb
giwT1DtISpr+ddDwOOv8WxWovMBDB8cImk/3ddN0S5FxKYSrtFjW3oqKKq6MByxu
4z/0cHNTi4PPOqAU2QUFSjwdiKotB53BAA64wzKDH8BCe74/lrjnTGoBfs/fgBC4
zsHX4byUpPT0CoPLhbeUchIuHqWOSfHhjarZ4z/mGHoFLp5ELLSa1n6AXUvhlNc2
Pzn1ah/Dc1RnspyB96Jj2CBFzGruS5zOFYa9OASHnQEndg7FiZd/SziSuzvEXVoM
WA3vB8xbcwrFgGjj6hnLCh6auKwH4vn0t5GNJAFIHFG/jqQJpdWSspC1gVlBWbdo
V2MRNUFTCQk3d9j3+CQsRKGB/t+jCZSakHmhWyUFTox95bH56hp4C5RXsmsnuJWe
/7CTLDp3EXAx68jR8kPmPxboe6qgpKqb3PDUCgWr49FAaDrXmz1yEaJ9nbKB3Ddy
ytUUY575qwh0arJzZXoWddgmngvvGrOfq53G0LTsiYcxf2G9eZKPVL0KI+2JXy3o
wtuDhNTiopMWnrVG/oSCFHijP+S5+UfEGJXqtOjDqnE/GfZ16zvp0HAlRoYMd2xk
rSQ1nm8G/Ew7Go9KB5PkLOM08kQN6pUJaupUQW8uHVHyC3+W+WNLyoqIZ1XMS459
W9Y33hve2quS4eAuWk5m
=rje5
-END PGP SIGNATURE-


Accepted:
pytagsfs_0.9.2-5.diff.gz
  to main/p/pytagsfs/pytagsfs_0.9.2-5.diff.gz
pytagsfs_0.9.2-5.dsc
  to main/p/pytagsfs/pytagsfs_0.9.2-5.dsc
pytagsfs_0.9.2-5_all.deb
  to main/p/pytagsfs/pytagsfs_0.9.2-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/e1qxxlj-0006jv...@franck.debian.org



Accepted binutils-m68hc1x 1:2.18-3.1 (source i386)

2011-08-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 10:41:04 +0200
Source: binutils-m68hc1x
Binary: binutils-m68hc1x
Architecture: source i386
Version: 1:2.18-3.1
Distribution: unstable
Urgency: low
Maintainer: Arthur Loiret arthur.loi...@gmail.com
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils-m68hc1x - binary utilities that support Motorola's 68HC11/12 targets
Closes: 625313
Changes: 
 binutils-m68hc1x (1:2.18-3.1) unstable; urgency=low
 .
   * Non maintainer upload.
   * Configure with --disable-werror. Closes: #625313. LP: #749220.
Checksums-Sha1: 
 33de8cd88ac4e35046b8e67e7756dd0c45ff134b 1117 binutils-m68hc1x_2.18-3.1.dsc
 38619ebd890e8acc38015e01338acfbe1d48c229 98789 
binutils-m68hc1x_2.18-3.1.diff.gz
 daf53cc65c944eeed91cf98d83a2678cbf68de9c 3762794 
binutils-m68hc1x_2.18-3.1_i386.deb
Checksums-Sha256: 
 acdd1abd538fa8d7eb1480b33b515a9e3d8d2dd7292c47e36af2cd5a14cb1759 1117 
binutils-m68hc1x_2.18-3.1.dsc
 a06700599ff9f28c1a7ac46323765c47c4e18ece1c1c2c031915a95a753018f7 98789 
binutils-m68hc1x_2.18-3.1.diff.gz
 11bf50efbc82e591aca7a797d5fc831cd627a075f0aa7b12cb057b9c3ca50e44 3762794 
binutils-m68hc1x_2.18-3.1_i386.deb
Files: 
 12435e57a6623bf12722025efc95cb25 1117 devel extra binutils-m68hc1x_2.18-3.1.dsc
 3eeb16327bc78557822b2e3cb39ac1e3 98789 devel extra 
binutils-m68hc1x_2.18-3.1.diff.gz
 44f5b1801604cec053c5daaf6fed8ce5 3762794 devel extra 
binutils-m68hc1x_2.18-3.1_i386.deb

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

iEYEARECAAYFAk5bVkMACgkQStlRaw+TLJzpRQCgsAwy3MkR2ZevHUupUDjQtUVZ
haoAniFp0u0qgULDjPtsNgu+ohsHGOEh
=YS2K
-END PGP SIGNATURE-


Accepted:
binutils-m68hc1x_2.18-3.1.diff.gz
  to main/b/binutils-m68hc1x/binutils-m68hc1x_2.18-3.1.diff.gz
binutils-m68hc1x_2.18-3.1.dsc
  to main/b/binutils-m68hc1x/binutils-m68hc1x_2.18-3.1.dsc
binutils-m68hc1x_2.18-3.1_i386.deb
  to main/b/binutils-m68hc1x/binutils-m68hc1x_2.18-3.1_i386.deb


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



Accepted nordugrid-arc 1.0.1-2 (source all amd64)

2011-08-29 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Aug 2011 21:53:49 +0200
Source: nordugrid-arc
Binary: libarccommon1 nordugrid-arc-client nordugrid-arc-hed 
nordugrid-arc-chelonia nordugrid-arc-hopi nordugrid-arc-isis 
nordugrid-arc-gridftpd nordugrid-arc-cache-service nordugrid-arc-aris 
nordugrid-arc-egiis nordugrid-arc-ldap-monitor nordugrid-arc-ws-monitor 
nordugrid-arc-arex nordugrid-arc-plugins-needed nordugrid-arc-plugins-globus 
nordugrid-arc-dev nordugrid-arc-python nordugrid-arc-java nordugrid-arc-janitor 
nordugrid-arc-doxygen nordugrid-arc-gridmap-utils nordugrid-arc-ca-utils 
nordugrid-arc-dbg
Architecture: source amd64 all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Anders Waananen waana...@nbi.dk
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 libarccommon1 - ARC grid middleware
 nordugrid-arc-arex - ARC Remote EXecution service
 nordugrid-arc-aris - ARC LDAP infosys service
 nordugrid-arc-ca-utils - NorduGrid authentication tools
 nordugrid-arc-cache-service - ARC cache service
 nordugrid-arc-chelonia - ARC Chelonia service
 nordugrid-arc-client - ARC command line interface
 nordugrid-arc-dbg - ARC grid middleware - Debug Symbols
 nordugrid-arc-dev - ARC development files
 nordugrid-arc-doxygen - ARC API documentation
 nordugrid-arc-egiis - ARC EGIIS service
 nordugrid-arc-gridftpd - ARC gridftp server
 nordugrid-arc-gridmap-utils - NorduGrid authorization tools
 nordugrid-arc-hed - ARC Hosting Environment Daemon
 nordugrid-arc-hopi - ARC Hopi service
 nordugrid-arc-isis - ARC Isis service
 nordugrid-arc-janitor - ARC dynamic runtime environment installation
 nordugrid-arc-java - ARC Java wrapper
 nordugrid-arc-ldap-monitor - ARC LDAP monitor service
 nordugrid-arc-plugins-globus - ARC Globus plugins
 nordugrid-arc-plugins-needed - ARC base plugins
 nordugrid-arc-python - ARC Python wrapper
 nordugrid-arc-ws-monitor - ARC WS monitor service
Changes: 
 nordugrid-arc (1.0.1-2) unstable; urgency=low
 .
   * Remove perl switch statements (and drop Depends on libswitch-perl)
   * Move large files away from /var/run in order not to fill up /run partition
   * Move arc-lcas and arc-lcmaps to plugins-globus package
Checksums-Sha1: 
 82a299762baa273f29271870633f82b3f27731b7 2428 nordugrid-arc_1.0.1-2.dsc
 666788e896c1b018832210a7ab7b10b98b0bee8b 22494 
nordugrid-arc_1.0.1-2.debian.tar.gz
 e0e1f395098cea4c217ac02ea250372fd6a28818 1484472 
libarccommon1_1.0.1-2_amd64.deb
 a835252254ccc909e3cd6a6d2eef623477e2bdf3 529892 
nordugrid-arc-client_1.0.1-2_amd64.deb
 ccf355aaeac5d2e0cec72345df49405e0ffe5d1a 91596 
nordugrid-arc-hed_1.0.1-2_amd64.deb
 c11fae523507d9d1d1702a43e7064c67cab2c55f 89746 
nordugrid-arc-chelonia_1.0.1-2_amd64.deb
 17da0908939ed568a0a6fc277bb3745a11a9a73f 42824 
nordugrid-arc-hopi_1.0.1-2_amd64.deb
 17915c41b7e0133b8124a2d01b88aedb196cf621 71798 
nordugrid-arc-isis_1.0.1-2_amd64.deb
 d55bc6a1f8c4272393123c5e4b1bbc809c5e38e0 1162942 
nordugrid-arc-gridftpd_1.0.1-2_amd64.deb
 c2a14828705dd8c1011ba146435fb18ab6ae5d7b 462162 
nordugrid-arc-cache-service_1.0.1-2_amd64.deb
 5c85396ed4ef1fda282f694da2a44798eee31783 70212 
nordugrid-arc-aris_1.0.1-2_all.deb
 ffc267894915a23a33f9b8a7d27f28df1f6f7f40 29722 
nordugrid-arc-egiis_1.0.1-2_amd64.deb
 57e2c77ed95b757f3459224712293c45187ed310 167678 
nordugrid-arc-ldap-monitor_1.0.1-2_all.deb
 a530c1a440a92e00427ed3d9988d4a3cc8b0a543 81120 
nordugrid-arc-ws-monitor_1.0.1-2_all.deb
 3bb260849b7a6b8aaf1c552fbe823e618782affc 2552526 
nordugrid-arc-arex_1.0.1-2_amd64.deb
 18f51ef4d89d545fffb1f6f69fc4f0a2de006a2b 1287266 
nordugrid-arc-plugins-needed_1.0.1-2_amd64.deb
 1e423b59be4fc83e85b55193eefbaa7c9eef10d4 359842 
nordugrid-arc-plugins-globus_1.0.1-2_amd64.deb
 0caf416725787d717695fe20f4e82660da4f1144 217178 
nordugrid-arc-dev_1.0.1-2_amd64.deb
 41c1593bd7428191280be5e8a03b26a4f98baa2c 1091858 
nordugrid-arc-python_1.0.1-2_amd64.deb
 b7d12d6945808de729df166ab3e4335c81a32f1b 512792 
nordugrid-arc-java_1.0.1-2_amd64.deb
 4eb4e67bdc18861caa67f4e411010f819d6127ba 55828 
nordugrid-arc-janitor_1.0.1-2_amd64.deb
 7a7622e5b1df9887f0855ccda42e44edf941da66 2400548 
nordugrid-arc-doxygen_1.0.1-2_all.deb
 3c5f36633cb2b1349cb40ce66b73ae0b2057d9ee 11316 
nordugrid-arc-gridmap-utils_1.0.1-2_all.deb
 60f367d7334e693b6f2530d3b9b1e884a63de085 3164 
nordugrid-arc-ca-utils_1.0.1-2_all.deb
 3e13fc0777c93ff5db7d0be3d708f342fe1a305b 72046558 
nordugrid-arc-dbg_1.0.1-2_amd64.deb
Checksums-Sha256: 
 a486a23b5b5df162cf5b7203f32606f8b134f0f755a028250063a6a693e58e65 2428 
nordugrid-arc_1.0.1-2.dsc
 589a7d2ae8fb880f7e164925a6bcef3e3e3c596aac06d71cf79f9a8d9acb72ec 22494 
nordugrid-arc_1.0.1-2.debian.tar.gz
 394be8ff9089655c3d04d8dbae9ff2477d9334db0e7af6a4bbb5ae9e776fa322 1484472 
libarccommon1_1.0.1-2_amd64.deb
 077d258112d4939e6825e20ed0860b44db7445401d0c64b0773cc036d89c1116 529892 
nordugrid-arc-client_1.0.1-2_amd64.deb
 0569b8c5f4228ae330bb2898a99dc29c8c191244ddc788cc3543c0a19c59fffb 91596 

Accepted rastertosag-gdi 0.1-2 (source all)

2011-08-29 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 10:59:09 +0200
Source: rastertosag-gdi
Binary: rastertosag-gdi
Architecture: source all
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 rastertosag-gdi - printer driver for Ricoh Aficio SP1100s/SP1100s
Changes: 
 rastertosag-gdi (0.1-2) unstable; urgency=low
 .
   * Merge from Ubuntu.
 .
   [ Till Kamppeter ]
   * Use the CUPS PPD generator (.drv file) instead of including ready-made
 PPD files.
 - Drop cups-ppdc Build-Depends.
 - Use cups | foomatic-filters Recommends.
 - Update the ppd-updater
Checksums-Sha1: 
 54a73b6b5e223817198bb3855baf13320dbed268 1934 rastertosag-gdi_0.1-2.dsc
 560e04ca21f8974d3576d3188127b686c3a31719 2279 
rastertosag-gdi_0.1-2.debian.tar.gz
 5b54f90371bbeabf4d8b22ac27c172da4ed54cc8 8682 rastertosag-gdi_0.1-2_all.deb
Checksums-Sha256: 
 a5592c200e0299484d5e2542c82e0b7512fc3fabd4bed421ba37a2efbf621daa 1934 
rastertosag-gdi_0.1-2.dsc
 11ff0c2bf2a79082f13bc29c2d0647ab3054c2ec4d6c6b99d95761fb026cb918 2279 
rastertosag-gdi_0.1-2.debian.tar.gz
 d9a1d49254b2d415dc13f315c75478c2c8b52bb369db440d778388ff7e5f3e22 8682 
rastertosag-gdi_0.1-2_all.deb
Files: 
 cd15033d9fbe3b22b20ddeaae0b4 1934 text optional rastertosag-gdi_0.1-2.dsc
 62d55f903791aa5d7cc7df9c221f506c 2279 text optional 
rastertosag-gdi_0.1-2.debian.tar.gz
 bcc029f9563392ecaacb782f4c28e27b 8682 text optional 
rastertosag-gdi_0.1-2_all.deb

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

iQIcBAEBCAAGBQJOW1ZwAAoJENkp8pkr7wozEZMQAJu7CwatbTkYSO3IAW6thDua
eem0eNryHFFKEI9Jyp4xRv+Nh4nkaypB0WQGoiWfb5IIkHmALNCtgzKupkRppRoo
kEv7IW2/GrQZfk1SqSMmBea/lXS63IGshf7PRAh75k8mx02nnCpq/atoeN18WWke
SpydAQxQOCjaYtTOERKuX1m2Ni5J/AmdP4++e7V6M7d27fsxXcUeSmk5tmuJQpu5
UoL0vb6FVoYrUfcNE/lT/DDdu6bn0w2D23AAH3lw62QvL6el8PAFNoUEGc1CfoGJ
Nt7eguJaVqhCMVQP7a9GnpM+oeLscd+PPs4DUencDJbfTbAoFY8dNv79Xq6LlwiD
zwDxkIW2VA4hqHfB6aJVrx3dR/8WZm88fyw+bFt/ErtIc84ahGQCb4UBXsdiGPdn
BRRYuBs5pOa8qsZq9IlMurW4R8fQHzSBqDQweJ4pWIdPO19FVJxp3n+za5ZHdZxY
oQbf8H+Hx/R3IQeOH3RP5/zHdxRazvipJqDhcrouLu7gxuUElPj4TWtoQK46frPM
Nt2uNmSenBpDYrJ14HjkbZmnOlV/lSyK966v1zgr8BlffGZUQmHvFTtqAVIRyQfW
jCzkyJGLMU7w/3ktbDDXNXKTB3kaapZC3gSV5xNOriAhR6OUKs+zj4DGETeYcDCW
e8txTF/i08BGmmXqO0cC
=w9xj
-END PGP SIGNATURE-


Accepted:
rastertosag-gdi_0.1-2.debian.tar.gz
  to main/r/rastertosag-gdi/rastertosag-gdi_0.1-2.debian.tar.gz
rastertosag-gdi_0.1-2.dsc
  to main/r/rastertosag-gdi/rastertosag-gdi_0.1-2.dsc
rastertosag-gdi_0.1-2_all.deb
  to main/r/rastertosag-gdi/rastertosag-gdi_0.1-2_all.deb


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



Accepted gnome-do-plugins 0.8.4-2 (source all)

2011-08-29 Thread Christopher James Halse Rogers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 10:12:46 +0100
Source: gnome-do-plugins
Binary: gnome-do-plugins
Architecture: source all
Version: 0.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Christopher James Halse Rogers r...@ubuntu.com
Description: 
 gnome-do-plugins - Extra functionality for GNOME Do
Closes: 634433
Changes: 
 gnome-do-plugins (0.8.4-2) unstable; urgency=low
 .
   * [fad2401] Add 02_select_correct_banshee_dbus_implementation.patch.
 Fixes the detection of when to use dbus-sharp instead of ndesk.dbus, which
 was causing do-plugins to FTBFS in sid. (Closes: #634433)
Checksums-Sha1: 
 33ba7e3e1261e1a451eb574ef56d37bb161de8bf 2657 gnome-do-plugins_0.8.4-2.dsc
 344ae67515fa578b8da00655cac9fe3749bc2536 11327 gnome-do-plugins_0.8.4-2.diff.gz
 ca8187c76d9e51b476209d779e6475a192a5c481 2547570 
gnome-do-plugins_0.8.4-2_all.deb
Checksums-Sha256: 
 ff99ccbf8fc877054d54b78e63c1d93940b6fafd4a094e0a8962ab89d2cd8fb7 2657 
gnome-do-plugins_0.8.4-2.dsc
 1d36e0dff7c127d4b8a913a7d3796ce2a63d0449cee01eab740ac95731843ba0 11327 
gnome-do-plugins_0.8.4-2.diff.gz
 4a15300f06401a6ce68c84896caa0d7365f8a5871f71f63103193211e22125fd 2547570 
gnome-do-plugins_0.8.4-2_all.deb
Files: 
 e90b2fdad9187ee0b977e96dda1784b7 2657 gnome optional 
gnome-do-plugins_0.8.4-2.dsc
 d58f246add48ebc4f95095cbcb21a8c0 11327 gnome optional 
gnome-do-plugins_0.8.4-2.diff.gz
 ce12f71cff568d98a715eccaec612626 2547570 gnome optional 
gnome-do-plugins_0.8.4-2_all.deb

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

iQIcBAEBCAAGBQJOW1q2AAoJEONS1cUcUEHUuY4P/jm6RYKp9n/fpljJsqIN804m
ZT1A8WrF9vHNf63j2e4fVcMEPG5/BNN2Ouej/VSIRdZRpgPzydhZqnJ+OStMeDvy
GqqRBSKggfm1wY0EKt+EcfXTFCIv+4/vC3fO8YmuHjly4j18tCzzYbpl3frt72sY
tFb/62InqDDfVPxnQCngQ28rHFXvTcRk9sSfG7bFH6yqOikOryhYoyA536Uxh+3f
7BFgcMXabj4rG//fhHBrWs+PxL5f346Q+mNK+0FXx/K+uCMvleDwJEjB7CoeLG15
BSqmQ8juEHdC9BgIX3xTCZiiPSQLdjy1fa1xyW+OefEmETeBLV3tuXA1oRmUYmrz
ygMqJzXfq9AKeLIgYfjg2GdWO0sku7iQlXsThPfjS/hss9BqV6OHGD0waeGZ6coE
rA1pS1HDLl8LDSwUiQDC0Vzt7LPfLjfMa7JAr9GFTQcB82PWuNiA1PiZOvmQ4xDS
ePJk77DipMWRoYD3dMOXSwWSmbSG8MIsZvIhUBMq3Rd4IMhZlrwVgWmD/AlBU4J6
wjSe9cFIweI/Ojmq2cbhlG4FPbvXSvvRI+fp688CE+ZStvsZOufm9wwpVyx/DwvX
DDwwMAd35rAo7U8oMIluYYdrq8K9zN9iIcJS3ifgPU58eVtMOy6tkC5yxM4Wseor
7uk2EWM6mWC1bs2FubDF
=CbwB
-END PGP SIGNATURE-


Accepted:
gnome-do-plugins_0.8.4-2.diff.gz
  to main/g/gnome-do-plugins/gnome-do-plugins_0.8.4-2.diff.gz
gnome-do-plugins_0.8.4-2.dsc
  to main/g/gnome-do-plugins/gnome-do-plugins_0.8.4-2.dsc
gnome-do-plugins_0.8.4-2_all.deb
  to main/g/gnome-do-plugins/gnome-do-plugins_0.8.4-2_all.deb


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



Accepted mimedefang 2.71-2 (source amd64)

2011-08-29 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 29 Aug 2011 10:10:17 +0200
Source: mimedefang
Binary: mimedefang graphdefang
Architecture: source amd64
Version: 2.71-2
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin christoph.mar...@uni-mainz.de
Changed-By: Christoph Martin christoph.mar...@uni-mainz.de
Description: 
 graphdefang - grapher for MIMEDefang spam and virus logs
 mimedefang - e-mail filter program for sendmail
Closes: 623091 625870
Changes: 
 mimedefang (2.71-2) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Use Digest::SHA instead of Digest::SHA1. Remove libdigest-sha1-perl from
 (Build-)Depends (Closes: #625870).
 .
   [ Christoph Martin ]
   * include Danish debconf translation (Closes: #623091)
Checksums-Sha1: 
 9a246ab9a7e52fe0a15bba1c2c97b8d98d2b9a41 1186 mimedefang_2.71-2.dsc
 8aac1599d58ca2a5656ef80fe0ba110e7cfb3267 34664 mimedefang_2.71-2.diff.gz
 b4888de9a0cc67cfbf4184438702846aea95e7c2 257616 mimedefang_2.71-2_amd64.deb
 5905fd7399fe7c4cb3e4a5da4b1b74a2ad345525 84948 graphdefang_2.71-2_amd64.deb
Checksums-Sha256: 
 383dc31aa1c825d31c095ebc4850f516215a58d6932b1f7e5a3e3d337bacaca5 1186 
mimedefang_2.71-2.dsc
 5296b098e94a5a87c3c8853fbb3daa74525981f0c6a3f03f55f55a652f896735 34664 
mimedefang_2.71-2.diff.gz
 16c0532568811d1840e9ba33aa0eb3f58ddf00e2331374f64195037fe52c5a86 257616 
mimedefang_2.71-2_amd64.deb
 67450b782d860addc743f97e6e2521b9266c9940d4ea8882c03e38b67e5b32bb 84948 
graphdefang_2.71-2_amd64.deb
Files: 
 4022e34f19b6300f2a63cebc4e01ce7c 1186 mail extra mimedefang_2.71-2.dsc
 796afcc8a09940cbdbd9230bfa18cf9a 34664 mail extra mimedefang_2.71-2.diff.gz
 5b351fc596a2e38838346abf268290bb 257616 mail extra mimedefang_2.71-2_amd64.deb
 eac33b415283f51de07164998d7d690c 84948 mail extra graphdefang_2.71-2_amd64.deb

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

iEYEAREDAAYFAk5bWbcACgkQgeVih7XOVJc05gCfY0rqv6x8kCLxWSXpC6QDg5Zf
YhkAoJX4sRkY0L6ucgAMZ+dNsykA2BdI
=bihT
-END PGP SIGNATURE-


Accepted:
graphdefang_2.71-2_amd64.deb
  to main/m/mimedefang/graphdefang_2.71-2_amd64.deb
mimedefang_2.71-2.diff.gz
  to main/m/mimedefang/mimedefang_2.71-2.diff.gz
mimedefang_2.71-2.dsc
  to main/m/mimedefang/mimedefang_2.71-2.dsc
mimedefang_2.71-2_amd64.deb
  to main/m/mimedefang/mimedefang_2.71-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/e1qxyct-00025x...@franck.debian.org



Accepted mingw32-binutils 2.20-0.2 (source i386)

2011-08-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 11:19:21 +0200
Source: mingw32-binutils
Binary: mingw32-binutils
Architecture: source i386
Version: 2.20-0.2
Distribution: unstable
Urgency: low
Maintainer: Ron Lee r...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 mingw32-binutils - Minimalist GNU win32 (cross) binutils
Closes: 625396
Changes: 
 mingw32-binutils (2.20-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Configure with --disable-werror. Closes: #625396. LP: #831138.
Checksums-Sha1: 
 bd6cce33c9492dad53d43fb398b31ea505575e18 1053 mingw32-binutils_2.20-0.2.dsc
 1707fa4b51f58b763abe362b280d50428aa0ffaa 5168 mingw32-binutils_2.20-0.2.diff.gz
 8bbc0b5019541f979a24219eaf93cb010f7c7632 11967946 
mingw32-binutils_2.20-0.2_i386.deb
Checksums-Sha256: 
 b4a027ba3d400e10060739e449baa966e16f8937b9c6548faa7b3554c5d5be9c 1053 
mingw32-binutils_2.20-0.2.dsc
 33f4b705a9518f6ab51ac69a27236064bc24125db1e12ed5472a3b1754a61d3a 5168 
mingw32-binutils_2.20-0.2.diff.gz
 e6864f1c8d6c76e5cbf0f52105108be79af66af84135d832386c7831ec393220 11967946 
mingw32-binutils_2.20-0.2_i386.deb
Files: 
 6ff4e7326aee9fc399979b3be859a305 1053 devel optional 
mingw32-binutils_2.20-0.2.dsc
 146e1cefdf8a5a7af3335c8c7ca79034 5168 devel optional 
mingw32-binutils_2.20-0.2.diff.gz
 ef9dbfd26573ce1d067439d96e4c83b9 11967946 devel optional 
mingw32-binutils_2.20-0.2_i386.deb

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

iEYEARECAAYFAk5bXQEACgkQStlRaw+TLJwuUACfSrTcvPdz6p3SsHDzcfyEe4Ds
Z8wAoLMwrrIf1EYMF5C/kFGbrSU+JDrE
=mhLE
-END PGP SIGNATURE-


Accepted:
mingw32-binutils_2.20-0.2.diff.gz
  to main/m/mingw32-binutils/mingw32-binutils_2.20-0.2.diff.gz
mingw32-binutils_2.20-0.2.dsc
  to main/m/mingw32-binutils/mingw32-binutils_2.20-0.2.dsc
mingw32-binutils_2.20-0.2_i386.deb
  to main/m/mingw32-binutils/mingw32-binutils_2.20-0.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/e1qxys9-0004zj...@franck.debian.org



Accepted uptimed 1:0.3.16-3.2 (source all amd64)

2011-08-29 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Aug 2011 08:35:45 +0200
Source: uptimed
Binary: uptimed libuptimed0 libuptimed-dev uprecords-cgi
Architecture: source all amd64
Version: 1:0.3.16-3.2
Distribution: unstable
Urgency: low
Maintainer: Thibaut VARENE vare...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 libuptimed-dev - Development files for uptimed
 libuptimed0 - Library for uptimed
 uprecords-cgi - CGI script to show the world your highest uptimes
 uptimed- Utility to track your highest uptimes
Closes: 500497 515653 626687 629322 636596
Changes: 
 uptimed (1:0.3.16-3.2) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer approval.
   * Fix uptimed purge failure (Closes: #636596)
   * Change default recipient of milestone mails to root (Closes: #629322)
   * Fix uptimed debconf backup/cancel handling (Closes: #500497)
   * Fix lintian error weak-library-dev-dependency
   * Fix lintian warning for uprecords-cgi short description
   * Don't install uptimed.sh in rcS
   * Remove old uptimed.sh conffiles on upgrade
   * Add quilt patch system
   * Add patch to avoid the need to create a bootid file
 + no-bootid-file-on-linux.patch
 (The above four changes Closes: #626687)
   * Convert direct source edits to patches
 + uprecords-cgi-header-path.patch
 + uprecords-cgi-header-text-color.patch
   * Revert direct source edits since they are now patches
 - also remove src/test
   * Remove debian/foo
   * Add database corruption detection/recovery patch (Closes: #515653)
 - Authored by Thibaut VARENE, tested by Martin Steigerwald
Checksums-Sha1: 
 5554996c5a62d4116791fa8980f5d1b1ccf2a756 1034 uptimed_0.3.16-3.2.dsc
 0a26547ae2224291d14fd547584f823f4c66fee5 44742 uptimed_0.3.16-3.2.diff.gz
 7ee9fbd214a1a4fd7528a51c8a06a67ccab78ea9 23024 uprecords-cgi_0.3.16-3.2_all.deb
 95ac55e452ffb3f9687f9d166da6ebd77572f003 48450 uptimed_0.3.16-3.2_amd64.deb
 5de4816c38da427be757d5478d3c5a5855c9a363 16432 libuptimed0_0.3.16-3.2_amd64.deb
 78a238a7da78024e1e610603d58f1e32598905b0 16506 
libuptimed-dev_0.3.16-3.2_amd64.deb
Checksums-Sha256: 
 c450bedff6900557b202882fe1f752ffd63f052580e4987cc5d1e8c8853b9cd3 1034 
uptimed_0.3.16-3.2.dsc
 dee9b586c0d3b34b8191cca92047b4ea93f993d5dd35256651ecdb94bf6fe400 44742 
uptimed_0.3.16-3.2.diff.gz
 b5f52e3f7ff0bd4c3e6669c723e1635b92c57bfc077657f117bbb62d04754f44 23024 
uprecords-cgi_0.3.16-3.2_all.deb
 b83acff4e0da88ffbb68e0e3d2d7afcc01a0d4745610a3000d5b94fb59072df9 48450 
uptimed_0.3.16-3.2_amd64.deb
 afad8c2a2bc649fdac48d542007c5d4074772f54338396af710dca3f5782a827 16432 
libuptimed0_0.3.16-3.2_amd64.deb
 1c366f751e540240939b56af82ad04a742c29c2e19d5f6fae399bc79838e9967 16506 
libuptimed-dev_0.3.16-3.2_amd64.deb
Files: 
 c18b33889321c7957aa7201847530829 1034 utils extra uptimed_0.3.16-3.2.dsc
 af01eb58b9c182d59af0b225909a3156 44742 utils extra uptimed_0.3.16-3.2.diff.gz
 cf8cdc40067d3b79507ca01ffb361b61 23024 utils extra 
uprecords-cgi_0.3.16-3.2_all.deb
 397c1a5e74c3790b46ceae564367d499 48450 utils extra uptimed_0.3.16-3.2_amd64.deb
 7f8b7d4ebee6243ff24414d6983c6e60 16432 libs extra 
libuptimed0_0.3.16-3.2_amd64.deb
 9b0283c209e5c99d763710458347ad57 16506 libdevel extra 
libuptimed-dev_0.3.16-3.2_amd64.deb

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

iEYEARECAAYFAk5bXGwACgkQcgQ2cL3l8e4l1ACcD51KDcpEs8Z1RMrWvE072p4t
GFIAn05Rb2qhivXzatv9d0VdXlOmpubO
=9Z0m
-END PGP SIGNATURE-


Accepted:
libuptimed-dev_0.3.16-3.2_amd64.deb
  to main/u/uptimed/libuptimed-dev_0.3.16-3.2_amd64.deb
libuptimed0_0.3.16-3.2_amd64.deb
  to main/u/uptimed/libuptimed0_0.3.16-3.2_amd64.deb
uprecords-cgi_0.3.16-3.2_all.deb
  to main/u/uptimed/uprecords-cgi_0.3.16-3.2_all.deb
uptimed_0.3.16-3.2.diff.gz
  to main/u/uptimed/uptimed_0.3.16-3.2.diff.gz
uptimed_0.3.16-3.2.dsc
  to main/u/uptimed/uptimed_0.3.16-3.2.dsc
uptimed_0.3.16-3.2_amd64.deb
  to main/u/uptimed/uptimed_0.3.16-3.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/e1qxysy-0004gb...@franck.debian.org



Accepted pioneers 0.12.4-1 (source i386 all)

2011-08-29 Thread Roland Clobus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Aug 2011 17:00:00 +0200
Source: pioneers
Binary: pioneers pioneers-console pioneers-meta-server pioneers-data 
pioneers-console-data
Architecture: source i386 all
Version: 0.12.4-1
Distribution: unstable
Urgency: low
Maintainer: Roland Clobus rclo...@rclobus.nl
Changed-By: Roland Clobus rclo...@rclobus.nl
Description: 
 pioneers   - Settlers of Catan board game
 pioneers-console - Settlers of Catan board game - console parts
 pioneers-console-data - Settlers of Catan board game - data files
 pioneers-data - Settlers of Catan board game - data files
 pioneers-meta-server - Settlers of Catan board game - meta-server
Closes: 574549 633905
Changes: 
 pioneers (0.12.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Added Avahi support.
   * Numbers on the board are visible again. (closes: #574549) (LP:#530988)
   * Add Danish debconf translation. (closes: #633905)
   * Fix for lintian warning: debian-rules-missing-recommended-target
Checksums-Sha1: 
 37a33f199d37141f457556425d11ffb6a408f32f 1513 pioneers_0.12.4-1.dsc
 f8d5b558745bd0e7005a1f5dba087e12376414bb 3723115 pioneers_0.12.4.orig.tar.gz
 fb612fdad55096f53192e666e46f3b2baafc446c 26016 pioneers_0.12.4-1.debian.tar.gz
 3b7ea5faf7dcad57ae28f05b76a77d875e723061 381146 pioneers_0.12.4-1_i386.deb
 a9750b50ac1bc531c7d477d6be57a97eaac6b524 197974 
pioneers-console_0.12.4-1_i386.deb
 c10c49061ec686f9d580f01c7f362bc9a0194f3e 111408 
pioneers-meta-server_0.12.4-1_i386.deb
 eb97674b2d92d20bc80c4879f50c7d7e1501f585 2732626 pioneers-data_0.12.4-1_all.deb
 c2613fa38c758fe3da450e4de2d405563843af94 346322 
pioneers-console-data_0.12.4-1_all.deb
Checksums-Sha256: 
 180ee9f634d23758da0b26b071e6a9a8eca7e8695f479d97b868f766bf67820d 1513 
pioneers_0.12.4-1.dsc
 05e643c61b76f9558f7aec5076ca3404e296e4a6b097245a3407a4532f4c3c69 3723115 
pioneers_0.12.4.orig.tar.gz
 80a74a1856d48c25fc28dfac91e817210d313fbe3e2fd28c6a6d38ad48569837 26016 
pioneers_0.12.4-1.debian.tar.gz
 8d904d162c589763e946a05643e2610315d0765d3cdbaf42858cb18a4ec16461 381146 
pioneers_0.12.4-1_i386.deb
 e96ba79922e7ea42c6b2b2a70859828dfd77aa26c71edb37527477fd46c020f1 197974 
pioneers-console_0.12.4-1_i386.deb
 ada720eb04dd2048c60e97e2f85993eb8ed409bac43d14188f60ccd963af5fbe 111408 
pioneers-meta-server_0.12.4-1_i386.deb
 99f2c01200543835daa805b92ca9c80761c63ed62cbc44d23e308f64536891dd 2732626 
pioneers-data_0.12.4-1_all.deb
 0222d548cc0caa6d77829f5248819c11eb586fa855b1197a190e28722b390d89 346322 
pioneers-console-data_0.12.4-1_all.deb
Files: 
 b023718c2797de6f41c85b5931efe16b 1513 games optional pioneers_0.12.4-1.dsc
 44717b9315f9a4f5a8651c467ae4822c 3723115 games optional 
pioneers_0.12.4.orig.tar.gz
 cb5939f3b591d74111e4d13fc2addfd3 26016 games optional 
pioneers_0.12.4-1.debian.tar.gz
 026465cd60ca89a0de6ff2c13f1ae944 381146 games optional 
pioneers_0.12.4-1_i386.deb
 2b1795454af91182e826458072ffaa0c 197974 games optional 
pioneers-console_0.12.4-1_i386.deb
 2ed819f639f74939ad81483517dea720 111408 games optional 
pioneers-meta-server_0.12.4-1_i386.deb
 f87cc1f599ad4862f80ae498bda66bf3 2732626 games optional 
pioneers-data_0.12.4-1_all.deb
 bc398c7ce2726b73071a8acba0f5ce95 346322 games optional 
pioneers-console-data_0.12.4-1_all.deb

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

iEYEARECAAYFAk5bP9UACgkQFShl+2J8z5UQfgCgxNQum2x4hlQJwiDqVpRA6cm5
PkAAnA+k01vKZIfQxXY74SN8S7Vs5viR
=ajyz
-END PGP SIGNATURE-


Accepted:
pioneers-console-data_0.12.4-1_all.deb
  to main/p/pioneers/pioneers-console-data_0.12.4-1_all.deb
pioneers-console_0.12.4-1_i386.deb
  to main/p/pioneers/pioneers-console_0.12.4-1_i386.deb
pioneers-data_0.12.4-1_all.deb
  to main/p/pioneers/pioneers-data_0.12.4-1_all.deb
pioneers-meta-server_0.12.4-1_i386.deb
  to main/p/pioneers/pioneers-meta-server_0.12.4-1_i386.deb
pioneers_0.12.4-1.debian.tar.gz
  to main/p/pioneers/pioneers_0.12.4-1.debian.tar.gz
pioneers_0.12.4-1.dsc
  to main/p/pioneers/pioneers_0.12.4-1.dsc
pioneers_0.12.4-1_i386.deb
  to main/p/pioneers/pioneers_0.12.4-1_i386.deb
pioneers_0.12.4.orig.tar.gz
  to main/p/pioneers/pioneers_0.12.4.orig.tar.gz


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



Accepted os-prober 1.49 (source i386)

2011-08-29 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 12:34:21 +0100
Source: os-prober
Binary: os-prober-udeb os-prober
Architecture: source i386
Version: 1.49
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 os-prober  - utility to detect other OSes on a set of drives
 os-prober-udeb - utility to detect other OSes on a set of drives (udeb)
Closes: 639599
Changes: 
 os-prober (1.49) unstable; urgency=low
 .
   [ Robert Millan ]
   * Depend on grub-mount-udeb only on architectures with FUSE support.
 .
   [ Colin Watson ]
   * Restrict grub-mount-udeb dependency to architectures where
 grub-mount-udeb exists (closes: #639599).
Checksums-Sha1: 
 2b2700caf7ef476eaaa55b042b83dff6c4e63f2d 1622 os-prober_1.49.dsc
 c970530d9f2a3a9695c99d9c2bc0dbbfebf49223 24422 os-prober_1.49.tar.gz
 e6e945bd9f68d33546298303d3d6f18ed3f19bda 13896 os-prober-udeb_1.49_i386.udeb
 32f2aac7e6ee96f0816bff3afabd036490713a87 25418 os-prober_1.49_i386.deb
Checksums-Sha256: 
 0e61084f98b14e21938410f2295e7ae1a1d2827d016abf6196c96766566f84c8 1622 
os-prober_1.49.dsc
 828118ee0792263179572f5a7669f20c787dd61e7bfb2954a34ea0d62f94fc14 24422 
os-prober_1.49.tar.gz
 eaf9dd8749d20b1faf5f8b85560d4fb2257c482f1430877f97f18528b252b43d 13896 
os-prober-udeb_1.49_i386.udeb
 7109eb55e8228ef034476785d42ee001bdb0ceb0a9d2d2ba90a6dda207dd157e 25418 
os-prober_1.49_i386.deb
Files: 
 0ee113145ff5c9e7ca9f7ac813f7c05b 1622 debian-installer optional 
os-prober_1.49.dsc
 5a981493a7c16174e6454fcf6b39b1b5 24422 debian-installer optional 
os-prober_1.49.tar.gz
 9ea428458a1a1453789bf8a5ef024a53 13896 debian-installer optional 
os-prober-udeb_1.49_i386.udeb
 177c3bc29ca14b58e3c8c42ced30647d 25418 utils extra os-prober_1.49_i386.deb
Package-Type: udeb

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

iQIVAwUBTlt5nzk1h9l9hlALAQil9hAAu240Z3blhhstKt6BKMwwkx9DXLN4fO04
sRpI475PnDazXfhMDo+zMyAQuX46k4+RByTqX53Mv9LGNAgcaoX5jCfS5xGkrnpi
VlKKFycbnPNgxdRKkKE0g+6oY+RNmk3HANfTWlyB1jTVT8F1M4/C9xASShMkB0uH
rqsoZj8ywMVwn9kpbSJWO2jbP59BfOBmhHzY/eP/4SgebNCVL/QH8Bxn8nR4noNU
9OCd0IQct6PnVzT+9PJT4Rz1WUCamTDdoRokVlOXiawyJ+gjmEwMe3kxullpkUID
110+PvYssrKvuOPb6dKFD+3WSVmvfw3eDHYzR2PjhYIkqmR7zgxrsyE6z/u4GBTx
Gr6YRFWRzy7MM8cO6aUe6GRtvXfzhcBSYw/plkGDvGrCGffZXG2gjcOYLVky0bOD
Wa8OgV1Ykl1LNZNAQ4k/iSkVNeN30iYgJT9O2DIyk7N7XLMRUtHDhfUwHmdAz3Dv
ibwEPIMFOtyLbiAvr+LDyU76LE+P1j7UqyxRKsQF5eUfy3KmBexCbIZDi4SD6A9I
zxCCzf1i4fucakuLvC14uT+gXZhM8/BdnCvrPUIppx/H66gnjPRfrSesfJySd6Ub
bdg0ctSvncIR6qypizmkGn82oA6jBwFrXF4ghRiayKJnnvSBFiR8a1nAyP30UF9D
WfgzkwuPgPM=
=cukl
-END PGP SIGNATURE-


Accepted:
os-prober-udeb_1.49_i386.udeb
  to main/o/os-prober/os-prober-udeb_1.49_i386.udeb
os-prober_1.49.dsc
  to main/o/os-prober/os-prober_1.49.dsc
os-prober_1.49.tar.gz
  to main/o/os-prober/os-prober_1.49.tar.gz
os-prober_1.49_i386.deb
  to main/o/os-prober/os-prober_1.49_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/e1qy0jv-0001da...@franck.debian.org



Accepted libdevice-usb-perl 0.35-2 (source amd64)

2011-08-29 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 13:34:22 +0200
Source: libdevice-usb-perl
Binary: libdevice-usb-perl
Architecture: amd64 source
Version: 0.35-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Closes: 639677
Description: 
 libdevice-usb-perl - Perl module to access USB devices using libusb
Changes: 
 libdevice-usb-perl (0.35-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
   * Patch Makefile.PL to not check for libusb. (Closes: #639677)
 + new patch: just-assume-libusb-is-there.diff
   * Bump Standards-Version to 3.9.2 (no changes).
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
Checksums-Sha1: 
 10028d3fdea0e62a457b5a96756c6189ccea17d9 2050 libdevice-usb-perl_0.35-2.dsc
 8ebb71e2f7fc611a4fbe1715a14db9df7256bf3a 2872 
libdevice-usb-perl_0.35-2.debian.tar.gz
 eb44cda730cc2eb376f01c891e0cfa97647a8c06 68022 
libdevice-usb-perl_0.35-2_amd64.deb
Checksums-Sha256: 
 3e87d96e3a7c70b8b53c88ecba1dffe818f5bc448121d138748c1d9571d42e58 2050 
libdevice-usb-perl_0.35-2.dsc
 e05393bd191e8f2dfaf4844301b7c7c3c811e739684ad5c04b7070e7c61c8f96 2872 
libdevice-usb-perl_0.35-2.debian.tar.gz
 e976ed97bfb2c7884ed968e0f25659e20d13293c94860e1749635f66c3e15590 68022 
libdevice-usb-perl_0.35-2_amd64.deb
Files: 
 e9f8cd1364204088bf378023812792ec 2050 perl optional 
libdevice-usb-perl_0.35-2.dsc
 49466caf4901522cbc8a388a02f764e4 2872 perl optional 
libdevice-usb-perl_0.35-2.debian.tar.gz
 678112d37f918f0bbbdeaa3082505893 68022 perl optional 
libdevice-usb-perl_0.35-2_amd64.deb

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

iQIcBAEBCgAGBQJOW3tYAAoJEIATJTTdNH3IkfIQAMR7vwNilkkwB+SFbxj+x824
EaQBaFkZVoo1yRZA3GGA8fUvCoU5Ju1diGeJ/4woV4vqrWsKxVJ925u7jeiDu52z
tY1dGowKumZDFPRtYMEryUJVCyTdR+aYIV2HppBHDdMwSgKBHkuaqpzHgTAop78O
VPVt9OVkhugVz5NAQr2AEy9bDdGANtt4PMbB8Zx5Iw+A+YaC+Q4e7N6VMi4AAKLn
n+sd/kqFGXDLYUqi6bksZjXHV3+0CgddAG4gbT21YIucguS/M/FJfnNBWYo/m04X
ehe3bezFgstfS8S42tpPDdjBFoQMPUFOu7HUYkLktEf27Jd8Nf0vFbVRw/DKE3SX
tl4Z+QGs5oMoKDDG2Uunjnh8wGGo1gPN5DuY3hlwd5/igZrKODQ0YPbkrDojdyqn
aNYxj5BdBXWVS6b8U3Gy5EsKe+bj2GiQR2pLfSP1rGD3KW9s8yMtb/DY0ZkjcmB2
Cv+R5kqlm6xY1RB4xMBR6rfxCkP/FIXScpBb9KHp6UwnlhjhHBveWuyPFzUMmcE+
GJta6e9rzwo8PxDgwP7NaO9BRYZ6DFLyAGrThzlZjkdnQbpkfayCazt9Opcrs1H7
PldflexrD3QUPEMcCWV8a9EourvcF2xJaRzMg63dyIm5redGEvR02yqAItCbUcVW
I/+ixVhHEekn4t3z6sxI
=vwup
-END PGP SIGNATURE-


Accepted:
libdevice-usb-perl_0.35-2.debian.tar.gz
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-2.debian.tar.gz
libdevice-usb-perl_0.35-2.dsc
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-2.dsc
libdevice-usb-perl_0.35-2_amd64.deb
  to main/libd/libdevice-usb-perl/libdevice-usb-perl_0.35-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/e1qy0xj-0003j9...@franck.debian.org



Accepted claws-mail-extra-plugins 3.7.10-1 (source all amd64)

2011-08-29 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 08:07:09 +0200
Source: claws-mail-extra-plugins
Binary: claws-mail-extra-plugins claws-mail-extra-plugins-dbg 
claws-mail-vcalendar-plugin claws-mail-perl-filter claws-mail-feeds-reader 
claws-mail-mailmbox-plugin claws-mail-html2-viewer claws-mail-acpi-notifier 
claws-mail-attach-remover claws-mail-fetchinfo-plugin claws-mail-newmail-plugin 
claws-mail-multi-notifier claws-mail-attach-warner claws-mail-spam-report 
claws-mail-tnef-parser claws-mail-archiver-plugin claws-mail-bsfilter-plugin 
claws-mail-fancy-plugin claws-mail-python-plugin claws-mail-geolocation-plugin 
claws-mail-clamd-plugin claws-mail-address-keeper claws-mail-gdata-plugin
Architecture: source all amd64
Version: 3.7.10-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 claws-mail-acpi-notifier - Laptop's Mail LED control for Claws Mail
 claws-mail-address-keeper - Address keeper plugin for Claws Mail
 claws-mail-archiver-plugin - Archiver plugin for Claws Mail
 claws-mail-attach-remover - Mail attachment remover for Claws Mail
 claws-mail-attach-warner - Missing attachment warnings for Claws Mail
 claws-mail-bsfilter-plugin - Spam filtering using bsfilter for Claws Mail
 claws-mail-clamd-plugin - ClamAV socket-based plugin for Claws Mail
 claws-mail-extra-plugins - Extra plugins collection for Claws Mail
 claws-mail-extra-plugins-dbg - Debug symbols for Claws Mail Extra Plugins 
packages
 claws-mail-fancy-plugin - HTML mail viewer using GTK+ WebKit
 claws-mail-feeds-reader - Feeds (RSS/Atom) reader plugin for Claws Mail
 claws-mail-fetchinfo-plugin - Add X-FETCH headers plugin for Claws Mail
 claws-mail-gdata-plugin - Access to GData (Google services) for Claws Mail
 claws-mail-geolocation-plugin - Geolocation of senders for Claws Mail
 claws-mail-html2-viewer - HTML mail or attachment viewer for Claws Mail
 claws-mail-mailmbox-plugin - mbox format mailboxes handler for Claws Mail
 claws-mail-multi-notifier - Various new mail notifiers for Claws Mail
 claws-mail-newmail-plugin - New mail logger plugin for Claws Mail
 claws-mail-perl-filter - Message filtering plugin using perl for Claws Mail
 claws-mail-python-plugin - Python plugin and console for Claws Mail
 claws-mail-spam-report - Spam reporting plugin for Claws Mail
 claws-mail-tnef-parser - TNEF attachment handler for Claws Mail
 claws-mail-vcalendar-plugin - vCalendar message handling plugin for Claws Mail
Changes: 
 claws-mail-extra-plugins (3.7.10-1) unstable; urgency=low
 .
   * New upstream release
   * patches/geolocation*, patches/series
   - Remove transitional patch
   * debian/*gdata*, debian/manpages/*gdata*, README.Packaging,
 configure, control, rules
   - Added new gdata-plugin
   * debian/rules
   - Add build-arch and build-indep targets (thanks lintian)
   * manpages/*geolocation*.sgml
   - Slightly better wording to make it lintian clean
   * debian/control
   - Improve multi-notifier short description (thanks lintian)
Checksums-Sha1: 
 e4301ccf021e8f0a38e4cfbc40278c6ea65a64e0 2144 
claws-mail-extra-plugins_3.7.10-1.dsc
 19ea98d2ba256d6f7a133a3d9d06b4802b93955d 8710079 
claws-mail-extra-plugins_3.7.10.orig.tar.gz
 61c943f33d7a98f279da0e2ac69f658a9d700860 34563 
claws-mail-extra-plugins_3.7.10-1.debian.tar.gz
 8ce153cb8f595d0080e4df93cb9f755d8070cf0f 11804 
claws-mail-extra-plugins_3.7.10-1_all.deb
 16be833372e47922c781994711412f8589162ef8 2438226 
claws-mail-extra-plugins-dbg_3.7.10-1_amd64.deb
 4577ee5bc5c4b0d10ec20713b506fe8cb568104c 313448 
claws-mail-vcalendar-plugin_3.7.10-1_amd64.deb
 26e0bb2aa4272b04309a4eb0bba8c9565076ca52 52824 
claws-mail-perl-filter_3.7.10-1_amd64.deb
 8d9c1fa75a697da77672962b0b1f53d794142a27 108380 
claws-mail-feeds-reader_3.7.10-1_amd64.deb
 f508f10f84fd4d6e3a1b1b569b9d882ee6523596 66546 
claws-mail-mailmbox-plugin_3.7.10-1_amd64.deb
 0b226f7f1d8e0899285fa2c72d8d605cbc183800 215014 
claws-mail-html2-viewer_3.7.10-1_amd64.deb
 c593516064d169073964b6c2054322cc74a428fd 34100 
claws-mail-acpi-notifier_3.7.10-1_amd64.deb
 cc0fa16e9b2f4488537ed7a3011d87612bd613b8 19200 
claws-mail-attach-remover_3.7.10-1_amd64.deb
 0eb056dee5bdb2f24cc5d7a21d8a1bfc6cbffbc3 17522 
claws-mail-fetchinfo-plugin_3.7.10-1_amd64.deb
 73fcce0bfe6d7978cb1ef8a4cecf2ede020dc4a9 13014 
claws-mail-newmail-plugin_3.7.10-1_amd64.deb
 5447894ef9cbb52cdca1612085191fc66b401172 128640 
claws-mail-multi-notifier_3.7.10-1_amd64.deb
 4eaa16a46b6188236da4bdc9d002bca0c3b6cf03 30836 
claws-mail-attach-warner_3.7.10-1_amd64.deb
 d6472ca9ad0db0a619fa8bd09fedabd4c33a5ca0 26044 
claws-mail-spam-report_3.7.10-1_amd64.deb
 2ea06500c023d011489f60e21f1e0a33fea0c0bb 42966 
claws-mail-tnef-parser_3.7.10-1_amd64.deb
 4498440448f33b84a1dbf09c8f4d9bbb562720f0 71430 
claws-mail-archiver-plugin_3.7.10-1_amd64.deb
 8ca79a9289402f6ef86b7b5043a05d8191944d12 38562 
claws-mail-bsfilter-plugin_3.7.10-1_amd64.deb
 

Accepted plexus-cli 1.2-3 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 00:02:35 +0200
Source: plexus-cli
Binary: libplexus-cli-java libplexus-cli-java-doc
Architecture: source all
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libplexus-cli-java - Easily create CLIs with Plexus components
 libplexus-cli-java-doc - Documentation for Plexus CLI
Changes: 
 plexus-cli (1.2-3) unstable; urgency=low
 .
   * Team upload.
   * Switch to source format 3.0.
   * Remove Paul from Uploaders list - no Uploader left.
   * Update Standards-Version: 3.9.1.
   * Switch to debhelper level 7.
   * Use Maven to build the package.
   * Add a documentation package.
   * Convert debian/copyright to dep5 format.
Checksums-Sha1: 
 239bea0dc2e3d0dbe90a0c1f2f5ad9e69277ee17 1528 plexus-cli_1.2-3.dsc
 2f1850218093d367dee1a3e15df1ff257bf3f6af 7337 plexus-cli_1.2-3.debian.tar.gz
 30ff0119a26269d97eeea90ef959980363f7da8a 13178 libplexus-cli-java_1.2-3_all.deb
 69749fbda1545685b3ca28c7e00e939cbd69fff4 22814 
libplexus-cli-java-doc_1.2-3_all.deb
Checksums-Sha256: 
 a311fa5eeac328a8ee13eb1d197a8f9b197efa0530f39b68750241d72ac3292d 1528 
plexus-cli_1.2-3.dsc
 18c52e6d40ee88dd71fdc64ac74dd0b851fa3160b3fc121aa150098f73d40f8d 7337 
plexus-cli_1.2-3.debian.tar.gz
 1bf2a825e51a6373675e52f31edeb3317ae3a13b160b764f0e89880e3b461170 13178 
libplexus-cli-java_1.2-3_all.deb
 15bde0385420191f3341cc239d1386df3f316ca5fb7a70ed5f06d78f636870d5 22814 
libplexus-cli-java-doc_1.2-3_all.deb
Files: 
 a19af2a8d5922ad060ff7935029bf7b6 1528 java optional plexus-cli_1.2-3.dsc
 8ea227097e2eb4b82c10627dee652953 7337 java optional 
plexus-cli_1.2-3.debian.tar.gz
 ffd8bdcb6227dd8d8babd93c13c643f9 13178 java optional 
libplexus-cli-java_1.2-3_all.deb
 852bb89516f5aa68ed09a640c7705e2d 22814 doc optional 
libplexus-cli-java-doc_1.2-3_all.deb

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

iEUEARECAAYFAk5avC4ACgkQfY3dicTPjsPOFACXdbtnTbofVGIVmG+nhCDFoYTX
6wCfcIjYh1osSVEzdGGrr72O+R0mCG4=
=2CAh
-END PGP SIGNATURE-


Accepted:
libplexus-cli-java-doc_1.2-3_all.deb
  to main/p/plexus-cli/libplexus-cli-java-doc_1.2-3_all.deb
libplexus-cli-java_1.2-3_all.deb
  to main/p/plexus-cli/libplexus-cli-java_1.2-3_all.deb
plexus-cli_1.2-3.debian.tar.gz
  to main/p/plexus-cli/plexus-cli_1.2-3.debian.tar.gz
plexus-cli_1.2-3.dsc
  to main/p/plexus-cli/plexus-cli_1.2-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/e1qy0mb-0005ch...@franck.debian.org



Accepted plexus-interpolation 1.11-3 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 21:57:38 +0200
Source: plexus-interpolation
Binary: libplexus-interpolation-java libplexus-interpolation-java-doc
Architecture: source all
Version: 1.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libplexus-interpolation-java - Plexus Interpolation API
 libplexus-interpolation-java-doc - Documentation for Plexus Interpolation API
Changes: 
 plexus-interpolation (1.11-3) unstable; urgency=low
 .
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Change Build-Depends: default-jdk-builddep to default-jdk.
   * Update Standards-Version: 3.9.1.
   * Use Maven to build the package.
   * Add a documentation package.
   * Add a patch to support junit tests.
Checksums-Sha1: 
 79ab687ad30e5ecd4480bc1256e165ec2311f3f7 1573 plexus-interpolation_1.11-3.dsc
 6724678ca8caab8b171e011365281787fcbba0fb 6356 
plexus-interpolation_1.11-3.debian.tar.gz
 5b9b649d74001caa2e3bd0730270a9456bddb43a 49152 
libplexus-interpolation-java_1.11-3_all.deb
 7bd3bb95b95d3a8caf67d63b03ee7682517e995e 129370 
libplexus-interpolation-java-doc_1.11-3_all.deb
Checksums-Sha256: 
 1d6eeaf641ab508dd2f7da389253a0935d260542bf20674ab089ac46d9891ea2 1573 
plexus-interpolation_1.11-3.dsc
 76ccbc709dc930c66a4c72617a5f15ccf3e06f39bd8e6f78ad8157a40daf2046 6356 
plexus-interpolation_1.11-3.debian.tar.gz
 4309735ba60c8e07a72663905b25234e5b7d95c6135981d833daf1aaa9ab699c 49152 
libplexus-interpolation-java_1.11-3_all.deb
 33ae0f76f9befe899ed46c34220a85db9f887ef3676a3ccfdb8d1ae9a2f2832c 129370 
libplexus-interpolation-java-doc_1.11-3_all.deb
Files: 
 ace19dcced0a694c52b1ccc0e151757a 1573 java optional 
plexus-interpolation_1.11-3.dsc
 76647c76a5ae4ba260e5a2bcfd9a8f63 6356 java optional 
plexus-interpolation_1.11-3.debian.tar.gz
 c4b49709b29abccba63badb143487cf5 49152 java optional 
libplexus-interpolation-java_1.11-3_all.deb
 3afb73aaaeb185004c1dd0a0dc2795e7 129370 doc optional 
libplexus-interpolation-java-doc_1.11-3_all.deb

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

iEYEARECAAYFAk5aodcACgkQfY3dicTPjsPYVwCeOJ88JxzzzdsSKzoqZuuZ9GKk
uiwAnRI4M9JosiOUjRaxm9+Bn5xwD33U
=OcU9
-END PGP SIGNATURE-


Accepted:
libplexus-interpolation-java-doc_1.11-3_all.deb
  to main/p/plexus-interpolation/libplexus-interpolation-java-doc_1.11-3_all.deb
libplexus-interpolation-java_1.11-3_all.deb
  to main/p/plexus-interpolation/libplexus-interpolation-java_1.11-3_all.deb
plexus-interpolation_1.11-3.debian.tar.gz
  to main/p/plexus-interpolation/plexus-interpolation_1.11-3.debian.tar.gz
plexus-interpolation_1.11-3.dsc
  to main/p/plexus-interpolation/plexus-interpolation_1.11-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/e1qy0mn-0005fe...@franck.debian.org



Accepted plexus-sec-dispatcher 1.3.1-5 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 22:41:31 +0200
Source: plexus-sec-dispatcher
Binary: libplexus-sec-dispatcher-java libplexus-sec-dispatcher-java-doc
Architecture: source all
Version: 1.3.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libplexus-sec-dispatcher-java - Plexus Security Dispatcher Component used by 
Maven
 libplexus-sec-dispatcher-java-doc - Documentation for Plexus Security 
Dispatcher Component
Changes: 
 plexus-sec-dispatcher (1.3.1-5) unstable; urgency=low
 .
   * Team upload.
   * Update debian/watch to point to github but github does not have any tags.
 The latest upstream release is 1.4.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
   * Use Maven to build the package.
   * Add a documentation package.
Checksums-Sha1: 
 540ec8ffa812fddcb8936df0143fe6391f01780d 1754 plexus-sec-dispatcher_1.3.1-5.dsc
 631d040d68b11c722576a379e1bf72d393c182c7 3805 
plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
 019d23b2e3abd6d2f6c4afccb88753bf1ce398e9 27470 
libplexus-sec-dispatcher-java_1.3.1-5_all.deb
 feee97be00a3a65b88d87af24ae869ba46a0197a 42076 
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
Checksums-Sha256: 
 848f4da129b51f647086d648a1c9b7fa43775095699ed58b3dd6589d44f829e2 1754 
plexus-sec-dispatcher_1.3.1-5.dsc
 def64a995d289843d8fe79fbfafda5b3d0095bfbb43c117f9c09cc158977a57f 3805 
plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
 c03dc64f927c43232da230b245b3754c3b57da8ce46055e11a5522d023e3bad1 27470 
libplexus-sec-dispatcher-java_1.3.1-5_all.deb
 ab0a7ee2f5d69d38aac097f7fdbd81d15699378a02f9bbf7051dfcc587edc917 42076 
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
Files: 
 e849fd6b24fce4e23d96d1fc822dfab4 1754 java optional 
plexus-sec-dispatcher_1.3.1-5.dsc
 79370d527296d91cf3d97f48e2be84a4 3805 java optional 
plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
 14e13d09bd30215589ce7910df8ed363 27470 java optional 
libplexus-sec-dispatcher-java_1.3.1-5_all.deb
 efeb21a383fb97b58651280e3954cef3 42076 doc optional 
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb

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

iEYEARECAAYFAk5aqb4ACgkQfY3dicTPjsNv1ACgiToShaZS7y1ESSrsPgdoPO4j
txkAoIR5ok07vEX6tpLvCnJA47VmQvRk
=YOgq
-END PGP SIGNATURE-


Accepted:
libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
  to 
main/p/plexus-sec-dispatcher/libplexus-sec-dispatcher-java-doc_1.3.1-5_all.deb
libplexus-sec-dispatcher-java_1.3.1-5_all.deb
  to main/p/plexus-sec-dispatcher/libplexus-sec-dispatcher-java_1.3.1-5_all.deb
plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
  to main/p/plexus-sec-dispatcher/plexus-sec-dispatcher_1.3.1-5.debian.tar.gz
plexus-sec-dispatcher_1.3.1-5.dsc
  to main/p/plexus-sec-dispatcher/plexus-sec-dispatcher_1.3.1-5.dsc


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



Accepted postgresql-filedump 9.0.0-1 (source amd64)

2011-08-29 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 12:29:04 +0200
Source: postgresql-filedump
Binary: postgresql-filedump
Architecture: source amd64
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes mes...@debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 postgresql-filedump - Utility to format PostgreSQL files
Closes: 639476
Changes: 
 postgresql-filedump (9.0.0-1) unstable; urgency=low
 .
   * Imported Upstream version 9.0.0
   * Compile against PostgreSQL 9.1, closes: #639476
   * Removed PostgreSQL version number from package name.
   * Bumped Standars-Version to 3.9.2, no changes needed.
   * Updated Homepage: field.
   * Updated copyright file.
   * Added source/format and watch file.
Checksums-Sha1: 
 6987b90ec334e709441d2b3873f89485aa2ba912 1115 postgresql-filedump_9.0.0-1.dsc
 4acc59f14e4e46294cd4c82f9438135d22f5d22f 16864 
postgresql-filedump_9.0.0.orig.tar.gz
 d5c906b7027570e577ca26057cf2957b9c32b430 10724 
postgresql-filedump_9.0.0-1.diff.gz
 aa7a4184e45092d6ada240f7330838ffd33bc709 17736 
postgresql-filedump_9.0.0-1_amd64.deb
Checksums-Sha256: 
 81fdcfe609415aabf51c663f66bb1d5d60eaabc2a9a66cc86a318767cc618849 1115 
postgresql-filedump_9.0.0-1.dsc
 cb9cc1050637aadf97c9f289af422dd32b86331c2f43dfced4457cb558b2d21b 16864 
postgresql-filedump_9.0.0.orig.tar.gz
 20cdf1f770cb72ec4af237d0d2cb33b92ac72c017e500f080cba200a2a91a170 10724 
postgresql-filedump_9.0.0-1.diff.gz
 64c4c56a963de10f54f82a890b219319b63c54205e710c12746ee419547c3176 17736 
postgresql-filedump_9.0.0-1_amd64.deb
Files: 
 707ed6ba3e82754df41bba03869e412e 1115 misc optional 
postgresql-filedump_9.0.0-1.dsc
 151eab19ff50611ed771740bfc9ac0f8 16864 misc optional 
postgresql-filedump_9.0.0.orig.tar.gz
 2cd8aeb66737d2fcb27b248a3e2b13be 10724 misc optional 
postgresql-filedump_9.0.0-1.diff.gz
 35642a481588f27c8bee706b54d30460 17736 misc optional 
postgresql-filedump_9.0.0-1_amd64.deb

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

iD8DBQFOW2thVkEm8inxm9ERAluXAJ9Yd37eGD8zR3zAARCJYoLlOzt7aQCfdFZ0
NQCarAGVXZjMM75zzAmzNAA=
=a4nH
-END PGP SIGNATURE-


Accepted:
postgresql-filedump_9.0.0-1.diff.gz
  to main/p/postgresql-filedump/postgresql-filedump_9.0.0-1.diff.gz
postgresql-filedump_9.0.0-1.dsc
  to main/p/postgresql-filedump/postgresql-filedump_9.0.0-1.dsc
postgresql-filedump_9.0.0-1_amd64.deb
  to main/p/postgresql-filedump/postgresql-filedump_9.0.0-1_amd64.deb
postgresql-filedump_9.0.0.orig.tar.gz
  to main/p/postgresql-filedump/postgresql-filedump_9.0.0.orig.tar.gz


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



Accepted rails 2.3.14.1 (source all)

2011-08-29 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 10:13:50 +0200
Source: rails
Binary: rails ruby-activerecord ruby-activeresource ruby-activesupport 
ruby-actionpack ruby-actionmailer rails-ruby1.8 rails-doc libactiverecord-ruby 
libactiverecord-ruby1.8 libactiverecord-ruby1.9.1 libactivesupport-ruby 
libactivesupport-ruby1.8 libactivesupport-ruby1.9.1 libactionpack-ruby 
libactionpack-ruby1.8 libactionmailer-ruby libactionmailer-ruby1.8 
libactiveresource-ruby libactiveresource-ruby1.8
Architecture: source all
Version: 2.3.14.1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libactionmailer-ruby - Transitional package for ruby-actionmailer
 libactionmailer-ruby1.8 - Transitional package for ruby-actionmailer
 libactionpack-ruby - Transitional package for ruby-actionpack
 libactionpack-ruby1.8 - Transitional package for ruby-actionpack
 libactiverecord-ruby - Transitional package for ruby-activerecord
 libactiverecord-ruby1.8 - Transitional package for ruby-activerecord
 libactiverecord-ruby1.9.1 - Transitional package for ruby-activerecord
 libactiveresource-ruby - Transitional package for ruby-activeresource
 libactiveresource-ruby1.8 - Transitional package for ruby-activeresource
 libactivesupport-ruby - Transitional package for ruby-activesupport
 libactivesupport-ruby1.8 - Transitional package for ruby-activesupport
 libactivesupport-ruby1.9.1 - Transitional package for ruby-activesupport
 rails  - MVC ruby based framework geared for web application development
 rails-doc  - Transitional package for rails
 rails-ruby1.8 - Transitional package for rails
 ruby-actionmailer - Framework for generation of customized email messages
 ruby-actionpack - Controller and View framework used by Rails
 ruby-activerecord - ORD database interface for ruby
 ruby-activeresource - Connects objects and REST web services
 ruby-activesupport - Support and utility classes used by the Rails framework
Changes: 
 rails (2.3.14.1) unstable; urgency=low
 .
   * Add transitional packages from old rails package to the new
 packaging system
Checksums-Sha1: 
 d7cb012edaccd21014dfee958a0e4dd7ea4d1b84 1391 rails_2.3.14.1.dsc
 e17e0a681763ff0bac53481197bfda132e52c6ca 10665 rails_2.3.14.1.tar.gz
 2a811d7c79f8cf513826011bf64fe63de40a78ce 10370 rails_2.3.14.1_all.deb
 bac6629f238f7eec7dc1fe1704ce6751ec17a90b 8994 
ruby-activerecord_2.3.14.1_all.deb
 9665d5535824e4d8012269361df4f6b4996fe21c 9024 
ruby-activeresource_2.3.14.1_all.deb
 10f58171770519b0386f7079f6660954611c43ae 8924 
ruby-activesupport_2.3.14.1_all.deb
 51630da7c11e6634734b728d5bc97534e88b1901 9058 ruby-actionpack_2.3.14.1_all.deb
 c0b8a03b9177c8a045638f152ee7dabb83253727 9010 
ruby-actionmailer_2.3.14.1_all.deb
 292cc313191bdddb3c7e7d7b833a590eae0b42bf 8760 rails-ruby1.8_2.3.14.1_all.deb
 29a9865547f74337f2f71191c99b1bb610118aa0 8754 rails-doc_2.3.14.1_all.deb
 c1cff134e53765ff8f2a37eb7fab8ff87e2acb9b 8786 
libactiverecord-ruby_2.3.14.1_all.deb
 f73912d8552f2d2b7502dbdea768bebf44efc05d 8790 
libactiverecord-ruby1.8_2.3.14.1_all.deb
 8b822e88132fd2c2d7c932268a4f9eb8f91fa1f8 8800 
libactiverecord-ruby1.9.1_2.3.14.1_all.deb
 73663ebc849d875e5b0f7b2af9dd15c1fa8e7df8 8788 
libactivesupport-ruby_2.3.14.1_all.deb
 4ca19b814838f1328054b3dab7e15e67cfc83b7f 8792 
libactivesupport-ruby1.8_2.3.14.1_all.deb
 c78b17ef21d92fcf2fedff33143b43d23c93f36b 8796 
libactivesupport-ruby1.9.1_2.3.14.1_all.deb
 6c9787d63742d832d294509ebcc28dbf0e8d971f 8778 
libactionpack-ruby_2.3.14.1_all.deb
 5e212fda8848b13833e76f40d9b2b7409403c778 8778 
libactionpack-ruby1.8_2.3.14.1_all.deb
 e905cdf7e5194e80b2f41d9f5d3455f199508886 8782 
libactionmailer-ruby_2.3.14.1_all.deb
 a05adee51dbde397ad0280155fb0fc2911d069f8 8784 
libactionmailer-ruby1.8_2.3.14.1_all.deb
 555b1c4e462fa48237e43a144f23bf61411a58bd 8784 
libactiveresource-ruby_2.3.14.1_all.deb
 bad23ef4ae6a63fb2f2368e839af0ccde13825d0 8790 
libactiveresource-ruby1.8_2.3.14.1_all.deb
Checksums-Sha256: 
 ca3c6d43d060a7e57004332776002e304406f94909b39b7f78eeaaa56567bab1 1391 
rails_2.3.14.1.dsc
 85f3548272bfad1b535a617655d9c6820a55a814abb9ed415945746f2e6f6f99 10665 
rails_2.3.14.1.tar.gz
 40378ff89a7a47d4daabd117c8f18ac2a3c1aa761212aaf469c912e5883658f4 10370 
rails_2.3.14.1_all.deb
 35b4591a03d043e2561e8bc552815b6621097a41a2ec56aa6b4860ac7dd16f2a 8994 
ruby-activerecord_2.3.14.1_all.deb
 8ade88e7a777f61194436b527429060dd3f7b20ea4de6f7795d28999da3cd2f5 9024 
ruby-activeresource_2.3.14.1_all.deb
 66bc066aff10cf275e5e9e39f35359beb1da8404a314005df748adb03d11294c 8924 
ruby-activesupport_2.3.14.1_all.deb
 db656b8b79534bf752248c89aff3ed394382e250a47c6680b4cc76be2025147a 9058 
ruby-actionpack_2.3.14.1_all.deb
 8065cc6ee402ef09e52c9a83c861cc83f047f0aaac7de4cee64be3a3ccd32e8b 9010 
ruby-actionmailer_2.3.14.1_all.deb
 762a9eb777d77cf13407c721eea83d81b5eef87f92f2196771bad7ad4377a67f 8760 

Accepted roxterm 2.0.1-1 (source all amd64)

2011-08-29 Thread Tony Houghton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Aug 2011 17:00:43 +0100
Source: roxterm
Binary: roxterm-common roxterm-gtk3 roxterm-gtk2 roxterm
Architecture: source all amd64
Version: 2.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Tony Houghton h...@realh.co.uk
Changed-By: Tony Houghton h...@realh.co.uk
Description: 
 roxterm- Multi-tabbed GTK+/VTE terminal emulator
 roxterm-common - Multi-tabbed GTK+/VTE terminal emulator
 roxterm-gtk2 - Multi-tabbed GTK+/VTE terminal emulator
 roxterm-gtk3 - Multi-tabbed GTK+/VTE terminal emulator
Closes: 637021
Changes: 
 roxterm (2.0.1-1) experimental; urgency=low
 .
   * New upstream version:
 + Use GtkBuilder instead of libglade, support GTK+3.
 + Added search feature.
 + Support file URIs.
 + New tab placement is configurable (Closes: #637021).
 + Improved Tabs popup menu.
 + Improved tab label appearance and packing.
 + Dropped Spanish translation due to lack of maintenance.
   * Build multiple packages to support GTK+2 and GTK+3.
Checksums-Sha1: 
 08c4d2d75e9d2be8f91fb511a6c820a4a71f2580 1359 roxterm_2.0.1-1.dsc
 0ba8b6501a81a9527671f13be5111c6434cd4f0b 944173 roxterm_2.0.1.orig.tar.gz
 337009e87aba5951e98297ba5ad704756fbbe36b 7701 roxterm_2.0.1-1.debian.tar.gz
 0ed124ddd4dd1ec97bfd27ff995c5fd16dfd268b 131674 roxterm-common_2.0.1-1_all.deb
 f0bb391ffd0afbc95a6d32526d5d43becff5acd8 182048 roxterm-gtk3_2.0.1-1_amd64.deb
 d8fc478c98d57d28c3f744be151c708be85393a2 182756 roxterm-gtk2_2.0.1-1_amd64.deb
 2cf85f026c4802bb28de165d65744a550c7295ae 50084 roxterm_2.0.1-1_all.deb
Checksums-Sha256: 
 1f76192c30e6260d7128c6bf215a7d527c2a53e0f38ba58feab127df3566040a 1359 
roxterm_2.0.1-1.dsc
 198ea6302b02e8db7e5b9bf90238f17b627f6513a567a63d98a061854ebe84c9 944173 
roxterm_2.0.1.orig.tar.gz
 79a937869d37e7f9b6b5598fcefe3254d15f28fad88ba2ea0dadeca4f06d4ea4 7701 
roxterm_2.0.1-1.debian.tar.gz
 4919720b6e21ceb2343b863cf1fe5e431f712ae33cc48fd3cce47494f24ada03 131674 
roxterm-common_2.0.1-1_all.deb
 c5e98c7c89a517caa3c0026257eb83b44c9e46a536ee49fcc2fd699ad030c9ec 182048 
roxterm-gtk3_2.0.1-1_amd64.deb
 839c52b1a3af90b4884741e0224e46124b96bfad085897ac38ed7b9d3b24939c 182756 
roxterm-gtk2_2.0.1-1_amd64.deb
 45077fa3e2371f76c0601b6fc3d226a7fccb567ff671644689067cfc1c0bd0d8 50084 
roxterm_2.0.1-1_all.deb
Files: 
 f6525431ee79be67404db0b8b95347c0 1359 x11 optional roxterm_2.0.1-1.dsc
 114d571d42b2ddd7a777b26339a07573 944173 x11 optional roxterm_2.0.1.orig.tar.gz
 5a0a07d64b7cd5fcb9cafa831adf7c25 7701 x11 optional 
roxterm_2.0.1-1.debian.tar.gz
 5ca48e75316079c1b6074cf01d9abf87 131674 x11 optional 
roxterm-common_2.0.1-1_all.deb
 b4c26923e283f197e4504f6d2d8af1e7 182048 x11 optional 
roxterm-gtk3_2.0.1-1_amd64.deb
 cdc423a3ad575a57a019a354b79048b2 182756 x11 optional 
roxterm-gtk2_2.0.1-1_amd64.deb
 3712ffa9947bc13c33ed4be7c7265fd0 50084 x11 optional roxterm_2.0.1-1_all.deb

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

iEYEARECAAYFAk5a0y4ACgkQsbdbXzZcx6JfVACeLlMSewObcfKGgodSi0XwIgE2
c0oAn2va4v3oh7HzamYSuLSrtP55BwCb
=yjrF
-END PGP SIGNATURE-


Accepted:
roxterm-common_2.0.1-1_all.deb
  to main/r/roxterm/roxterm-common_2.0.1-1_all.deb
roxterm-gtk2_2.0.1-1_amd64.deb
  to main/r/roxterm/roxterm-gtk2_2.0.1-1_amd64.deb
roxterm-gtk3_2.0.1-1_amd64.deb
  to main/r/roxterm/roxterm-gtk3_2.0.1-1_amd64.deb
roxterm_2.0.1-1.debian.tar.gz
  to main/r/roxterm/roxterm_2.0.1-1.debian.tar.gz
roxterm_2.0.1-1.dsc
  to main/r/roxterm/roxterm_2.0.1-1.dsc
roxterm_2.0.1-1_all.deb
  to main/r/roxterm/roxterm_2.0.1-1_all.deb
roxterm_2.0.1.orig.tar.gz
  to main/r/roxterm/roxterm_2.0.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/e1qy0nq-0006ag...@franck.debian.org



Accepted gbrowse 2.39~dfsg-2 (source all amd64)

2011-08-29 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 10:34:12 -0400
Source: gbrowse
Binary: gbrowse gbrowse-data gbrowse-calign
Architecture: source all amd64
Version: 2.39~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Olivier Sallou olivier.sal...@irisa.fr
Description: 
 gbrowse- The GMOD Generic Genome Browser
 gbrowse-calign - CAlign helper
 gbrowse-data - Sample data to use GBrowse
Changes: 
 gbrowse (2.39~dfsg-2) unstable; urgency=low
 .
   * Skip deferred rendering tests causing random failures on build servers
Checksums-Sha1: 
 6c4f849ac3efecb23556f878b3b5d1977dfbc453 2481 gbrowse_2.39~dfsg-2.dsc
 551bbbc0379eadb5fc2a3d9614fdeffbd9f2f46c 16916 
gbrowse_2.39~dfsg-2.debian.tar.gz
 dc423bfeaeda02701ed9f1519d920dc1fadb33ff 2609930 gbrowse_2.39~dfsg-2_all.deb
 af1117aa08cf4b288872cfc4a8ce52cbd9f91a9e 7554596 
gbrowse-data_2.39~dfsg-2_all.deb
 24ace7f2ac63288643dd8c5d1178238420a5510b 35248 
gbrowse-calign_2.39~dfsg-2_amd64.deb
Checksums-Sha256: 
 766e190ec07b857ae7be9be8408a49cf6bfd8e1bab0948e54960fdd49201e935 2481 
gbrowse_2.39~dfsg-2.dsc
 5f9d8aa33dc52a724b66bf26db96b37f3f88ddba7e548e0e9716fd4a1db32769 16916 
gbrowse_2.39~dfsg-2.debian.tar.gz
 ef0ed4c9b0ea3f88e05b7b682a2c3b48ac9bd9c4957dd3c87f7fb3d382a143fb 2609930 
gbrowse_2.39~dfsg-2_all.deb
 bb3aaa64101fd91fe8458474869883aacd7328c53f0b4639ff61a67a97f17c8d 7554596 
gbrowse-data_2.39~dfsg-2_all.deb
 1b7d5ee3d851e5d901bd66bcceec8e6a8763546766726bb14a9d4a542e13a670 35248 
gbrowse-calign_2.39~dfsg-2_amd64.deb
Files: 
 57593d5d238b197e8e6f2dba9c879526 2481 science optional gbrowse_2.39~dfsg-2.dsc
 8d202082a7362f161ff7285da617a6f3 16916 science optional 
gbrowse_2.39~dfsg-2.debian.tar.gz
 460291107cf67a2d083850c2ce7c8068 2609930 science optional 
gbrowse_2.39~dfsg-2_all.deb
 4c9c705240d1b1c43284731434cd0d6d 7554596 science optional 
gbrowse-data_2.39~dfsg-2_all.deb
 84a93b01d4158162aaaecfbb138e3dc2 35248 science optional 
gbrowse-calign_2.39~dfsg-2_amd64.deb

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

iQIcBAEBCAAGBQJOW3xFAAoJEHjcaNsybYQ4A38QAIGr/NUo6ZQ5JCerEecj9GXy
lwaSSx2GD1i4oh63U47v61dX4bqjR/jjzx6d+OJ0SiEIlvnNO+Q+HzSwPUagl6qW
v587NXw+/LIi5sHMbF/DKBqf/v+voABI+ooNkA0O8nEXt+Jgu7NsCCEN4NM+x2hr
pjQVpA2jNM4hvswIDaOwL4ia3ZuTTPds6nji1iDhrEuPQYvab3a3ic9+v5ChzFja
K1SauJ7WVvKWKCU632zuUZOGcyC3dXSWHXYoGFlLBzGQzCP71VE0YqyiDTWe2Zuh
IPKd3zfnrcDN2D1Jpu2ittbtwxNS0qMgYaVDBVyoIQ33CRNnEJk5QXO5pBUYz6wG
Jh49ofa4zBy/PMPvgewt5CgS/DFQYl8Ik5ays4U/qL+0k1TNiEuA85id3r95LzDb
OdYfXqsBzoSL6PQwi6IqcY47GaTtTZcpSiXrXs39A9Fs0LPD88pNmVhvaKx8YNFL
fOjb4hZY71ESo3Z5xxXaSnETalhVI2Ds88hwxxDX9q/y0qTdOyfsroXmXF163W9o
aLgDHipV7vExfzO4lKu6G4F4/IuraA6HhXR8rIXFuO/Mlx+suEGi0crigvZx6PKt
nQMygBR7lya/tThxJum09Tb4SdU2C0tWHlmnNLRW+fsPoU5PcD+Tim7WbiQi+VNG
RTrYKqiMkb0sAcKnszAl
=GWv7
-END PGP SIGNATURE-


Accepted:
gbrowse-calign_2.39~dfsg-2_amd64.deb
  to main/g/gbrowse/gbrowse-calign_2.39~dfsg-2_amd64.deb
gbrowse-data_2.39~dfsg-2_all.deb
  to main/g/gbrowse/gbrowse-data_2.39~dfsg-2_all.deb
gbrowse_2.39~dfsg-2.debian.tar.gz
  to main/g/gbrowse/gbrowse_2.39~dfsg-2.debian.tar.gz
gbrowse_2.39~dfsg-2.dsc
  to main/g/gbrowse/gbrowse_2.39~dfsg-2.dsc
gbrowse_2.39~dfsg-2_all.deb
  to main/g/gbrowse/gbrowse_2.39~dfsg-2_all.deb


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



Accepted libscope-upper-perl 0.15-1 (source amd64)

2011-08-29 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 13:59:09 +0200
Source: libscope-upper-perl
Binary: libscope-upper-perl
Architecture: amd64 source
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libscope-upper-perl - module to manipulate upper scopes
Changes: 
 libscope-upper-perl (0.15-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
Checksums-Sha1: 
 4d10e4cf215c9442e30c81d091bc1dcc09b61ea9 2138 libscope-upper-perl_0.15-1.dsc
 25f115e2c7e90e92b29992f23d6e50306612ec47 42060 
libscope-upper-perl_0.15.orig.tar.gz
 4d6efa01f4a70855d1d861ea1d3f7294f0d9fdf5 2585 
libscope-upper-perl_0.15-1.debian.tar.gz
 98854558705c31990e0372b5f3f8a082ecf7e455 32770 
libscope-upper-perl_0.15-1_amd64.deb
Checksums-Sha256: 
 c5513604a6a036ed66d8be8b8c75ac10dc6072ac4a0af2513fc95d2c0d5221bb 2138 
libscope-upper-perl_0.15-1.dsc
 2c658d768fd10167d21e6c7cb960ec32c134095fa659fb72a9c069ff5c635d86 42060 
libscope-upper-perl_0.15.orig.tar.gz
 2232dae42907c595886027155a189f87e24d2a2b52fa490df73eacbae03154b5 2585 
libscope-upper-perl_0.15-1.debian.tar.gz
 f69bc82dd17a3215896c4e92dfbf01299f09877c362e3514ead8e8b516ac4852 32770 
libscope-upper-perl_0.15-1_amd64.deb
Files: 
 8218da58d9659ffb5af70f0cc3ec7b56 2138 perl optional 
libscope-upper-perl_0.15-1.dsc
 1f8152958aa86432bc7ffbd769c75488 42060 perl optional 
libscope-upper-perl_0.15.orig.tar.gz
 5bb75e655c3c6888e3760ae6919e16b8 2585 perl optional 
libscope-upper-perl_0.15-1.debian.tar.gz
 848a0d05ffe22dd769b3b3c127cdd507 32770 perl optional 
libscope-upper-perl_0.15-1_amd64.deb

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

iQIcBAEBCgAGBQJOW4AFAAoJEIATJTTdNH3IWvkQANMlv/COachvpVw5s6P3Vmgn
V2vcnpY2xJlVz1SVOoT7OzfrBCQddwfgdLsVeEumDb8can3+gRk3xMPj2QHe9c8A
uqh0Lj/DPmHJRIrMAPcvvrbrVE/5oujvkEQaAVMJRnSCbH1jDqCU4AsTBmmuX2Ra
tRne9/A29g6B+jSou6LwC5GePIv46LqIb2RhLjXVgEsQeYecyXahDsZNj5ILkvvF
oovOwrz/gXWJN1qaUIKxIC0w8LJtSOlYIs3OIMITazPgqk3b6CX7Xx6ns1rbA1y6
zB5RIRKaLmV9hZN0eOSWbakZSIOdYHtm1PPdA3gBcc/emWOoDjKeGwQdHQH0eSTX
BsIrPld7Oppuh2kj5wQO90aTSfBXwX16f8qc36Rfh9yffK2yDwihJqrEJKbhqh6x
9LHyk+46Ot+34C97jAS4nAZjWnyQ7hP3AlcdL757ZpIn1YY3bBWGR1R4HbQLVCYA
PAi8rhZkWdlHlB94K8l+LRVeZyTgsSwPidf2+jab+Duqc/CwRyGg8Vpqgg+X7lzY
8EvRG8F2RDPT0p1ewldMZ4I42NWFqiU1KWzmcyraykGCf8jlLsakF8nQZ8jMMeMa
UPwiJobBdeVpvyhKQWao0NefN995p9ClMRe2EAv86XsjaL+dURIrjQAv6cn941p5
K7p2aqk2q3RPa5Hc+5Vm
=7tmp
-END PGP SIGNATURE-


Accepted:
libscope-upper-perl_0.15-1.debian.tar.gz
  to main/libs/libscope-upper-perl/libscope-upper-perl_0.15-1.debian.tar.gz
libscope-upper-perl_0.15-1.dsc
  to main/libs/libscope-upper-perl/libscope-upper-perl_0.15-1.dsc
libscope-upper-perl_0.15-1_amd64.deb
  to main/libs/libscope-upper-perl/libscope-upper-perl_0.15-1_amd64.deb
libscope-upper-perl_0.15.orig.tar.gz
  to main/libs/libscope-upper-perl/libscope-upper-perl_0.15.orig.tar.gz


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



Accepted libcgi-emulate-psgi-perl 0.12-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 13:50:02 +0100
Source: libcgi-emulate-psgi-perl
Binary: libcgi-emulate-psgi-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libcgi-emulate-psgi-perl - PSGI adapter for CGI
Changes: 
 libcgi-emulate-psgi-perl (0.12-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 ebbe7aee25a124ceeaa5a12cf31ed4265bbcb37c 1313 
libcgi-emulate-psgi-perl_0.12-1.dsc
 0f00ee3a6a9829160779710be3676b454d3d10bd 30562 
libcgi-emulate-psgi-perl_0.12.orig.tar.gz
 6ccb324c0373123218b4f0f639f463348622d7fb 1587 
libcgi-emulate-psgi-perl_0.12-1.diff.gz
 140b967d3c0e4ee3062674b282c7d71718e7f279 12412 
libcgi-emulate-psgi-perl_0.12-1_all.deb
Checksums-Sha256: 
 38c851fd2b6a69271669d1ee289805ffdb256a2d11f8c7416b8d412da9249088 1313 
libcgi-emulate-psgi-perl_0.12-1.dsc
 afe428d9e394af844f6f795c24ace5ccdf5182e4dc57288ede4bc11e49daedba 30562 
libcgi-emulate-psgi-perl_0.12.orig.tar.gz
 548b1191b426fa104d4388999c83bb9db562887d57192f2f78e1ee6a7bef6d40 1587 
libcgi-emulate-psgi-perl_0.12-1.diff.gz
 d8017147c94b6227fde2f061d2709436fdac39c762662db0c113c2bc7af317fd 12412 
libcgi-emulate-psgi-perl_0.12-1_all.deb
Files: 
 c6e8a47dddbd6e8bcf7bb83c0dc7c20b 1313 perl optional 
libcgi-emulate-psgi-perl_0.12-1.dsc
 f1c950b8e45c4d72f6544e934179d784 30562 perl optional 
libcgi-emulate-psgi-perl_0.12.orig.tar.gz
 1733653ffcc2c228887e039bf436c701 1587 perl optional 
libcgi-emulate-psgi-perl_0.12-1.diff.gz
 6e0a6cd335b2bc96f2cca46acc0ff599 12412 perl optional 
libcgi-emulate-psgi-perl_0.12-1_all.deb

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

iD8DBQFOW4sXYzuFKFF44qURAouLAJ9nWwzv0uAgklvd1t3GdflvqyXYLgCgzK3P
pb9PUkQrPD+6uSq4yGSfm9I=
=/KLX
-END PGP SIGNATURE-


Accepted:
libcgi-emulate-psgi-perl_0.12-1.diff.gz
  to main/libc/libcgi-emulate-psgi-perl/libcgi-emulate-psgi-perl_0.12-1.diff.gz
libcgi-emulate-psgi-perl_0.12-1.dsc
  to main/libc/libcgi-emulate-psgi-perl/libcgi-emulate-psgi-perl_0.12-1.dsc
libcgi-emulate-psgi-perl_0.12-1_all.deb
  to main/libc/libcgi-emulate-psgi-perl/libcgi-emulate-psgi-perl_0.12-1_all.deb
libcgi-emulate-psgi-perl_0.12.orig.tar.gz
  to 
main/libc/libcgi-emulate-psgi-perl/libcgi-emulate-psgi-perl_0.12.orig.tar.gz


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



Accepted libcgi-psgi-perl 0.15-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 14:01:30 +0100
Source: libcgi-psgi-perl
Binary: libcgi-psgi-perl
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libcgi-psgi-perl - Adapt CGI.pm to the PSGI protocol
Changes: 
 libcgi-psgi-perl (0.15-1) unstable; urgency=low
 .
   * New upstream release
   * Switch to dpkg-source 3.0 (quilt) format
   * Update Standards-Version (no changes)
   * Add missing inc/Module/Install debian/copyright entries
Checksums-Sha1: 
 ff9480928c306ad4f1318c17e6aee670749d56d6 1328 libcgi-psgi-perl_0.15-1.dsc
 2d208922e1b3dd10d7461cbcd81b7b34bbed8684 27933 
libcgi-psgi-perl_0.15.orig.tar.gz
 860d5923103177dfc060ca9fa1069f96cab7af2c 1606 
libcgi-psgi-perl_0.15-1.debian.tar.gz
 6fe085877f62da40108a590f705e8bc7572c78ff 6 libcgi-psgi-perl_0.15-1_all.deb
Checksums-Sha256: 
 084c6854ab4a00a4736e9f5f78c5ec725a8db3bcff445dac127293597ac3254d 1328 
libcgi-psgi-perl_0.15-1.dsc
 c50dcb10bf8486a9843baed032ad89d879ff2f41c993342dead62f947a598d91 27933 
libcgi-psgi-perl_0.15.orig.tar.gz
 99a81689b06487995dd89842e0536a108affb1067e646f7d9b15d13ee5cca72f 1606 
libcgi-psgi-perl_0.15-1.debian.tar.gz
 d86ead7ca3b5f7bd894822c3772d4dc9b4f69bd67d24b3249b5d321615772f75 6 
libcgi-psgi-perl_0.15-1_all.deb
Files: 
 5be76f0704a8dab1f843f6271be1697b 1328 perl optional libcgi-psgi-perl_0.15-1.dsc
 58a39711add2b48229710688c5f81cfd 27933 perl optional 
libcgi-psgi-perl_0.15.orig.tar.gz
 758fd06c43186c9f16d4186491352df0 1606 perl optional 
libcgi-psgi-perl_0.15-1.debian.tar.gz
 8ee33319cd903d737687e095c6214aff 6 perl optional 
libcgi-psgi-perl_0.15-1_all.deb

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

iD8DBQFOW43IYzuFKFF44qURArqvAJsGTrjKFEqAsGY8d8blJMORIXODmQCgmgtT
AQm/kAmMqZscjFLf1Bc0zYY=
=M1S1
-END PGP SIGNATURE-


Accepted:
libcgi-psgi-perl_0.15-1.debian.tar.gz
  to main/libc/libcgi-psgi-perl/libcgi-psgi-perl_0.15-1.debian.tar.gz
libcgi-psgi-perl_0.15-1.dsc
  to main/libc/libcgi-psgi-perl/libcgi-psgi-perl_0.15-1.dsc
libcgi-psgi-perl_0.15-1_all.deb
  to main/libc/libcgi-psgi-perl/libcgi-psgi-perl_0.15-1_all.deb
libcgi-psgi-perl_0.15.orig.tar.gz
  to main/libc/libcgi-psgi-perl/libcgi-psgi-perl_0.15.orig.tar.gz


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



Accepted libsepol 2.1.0-1 (source amd64)

2011-08-29 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 21:40:52 +1000
Source: libsepol
Binary: sepol-utils libsepol1 libsepol1-dev
Architecture: source amd64
Version: 2.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Russell Coker russ...@coker.com.au
Description: 
 libsepol1  - SELinux library for manipulating binary security policies
 libsepol1-dev - SELinux binary policy maniulation library and development files
 sepol-utils - Security Enhanced Linux policy utility programs
Changes: 
 libsepol (2.1.0-1) unstable; urgency=low
 .
   * New Upstream version: new role transition and role attribute support.
Checksums-Sha1: 
 8726b5039a9067a6a26f358ee8d492ff4a19069e 918 libsepol_2.1.0-1.dsc
 7ff81510148ef5f4d36eb7da2fdd7dbcdb161cb2 232106 libsepol_2.1.0-1.tar.gz
 284989fc1c63535effcb6eae73519e1c314f9229 23784 sepol-utils_2.1.0-1_amd64.deb
 033bcb645498197fe01730071a8b799c95f1786e 136592 libsepol1_2.1.0-1_amd64.deb
 a8fd5cde855f77460bc893eaf44f030b43f18f84 672820 libsepol1-dev_2.1.0-1_amd64.deb
Checksums-Sha256: 
 cc9a13d4ec6d920a7a420104a8a4ba785ae29182339f2844df0f399fe025d7a5 918 
libsepol_2.1.0-1.dsc
 f89ca239a455d94f78f3fe9be270e399587b5479433db72f687d991348e75acc 232106 
libsepol_2.1.0-1.tar.gz
 4e15be23c79d8ac4daf5f2f1eeb72c5d0a96552146f9fb446bf398f1e79a2010 23784 
sepol-utils_2.1.0-1_amd64.deb
 0fdd10e9c5cadbdc638cfc4e5ecda316e7a5259be8be7d3b60459ab5a9b5882a 136592 
libsepol1_2.1.0-1_amd64.deb
 ec067a601995c5f26a0ffb4f4eb25a904ef133e0ad6f7dd0d4e888995984ca46 672820 
libsepol1-dev_2.1.0-1_amd64.deb
Files: 
 76c46692c5c3debd8b5b4656100be0b1 918 libs optional libsepol_2.1.0-1.dsc
 1a4797904f5e31ec0dcc8b012fab9779 232106 libs optional libsepol_2.1.0-1.tar.gz
 e1aefc0fe28472782263121fd41ec111 23784 admin optional 
sepol-utils_2.1.0-1_amd64.deb
 e6423e0d9151e501e08e1601534aee95 136592 libs required 
libsepol1_2.1.0-1_amd64.deb
 ec3077c2e05e31ae7231a6d194bf7f66 672820 libdevel optional 
libsepol1-dev_2.1.0-1_amd64.deb

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

iEYEARECAAYFAk5bk6IACgkQwrB5/PXHUlYVsACgj+z64m1pbs9PdszDOxNPPJzL
4hYAoMeWmaF06k4LBqDxq0ZGNLZLUgQh
=8BVS
-END PGP SIGNATURE-


Accepted:
libsepol1-dev_2.1.0-1_amd64.deb
  to main/libs/libsepol/libsepol1-dev_2.1.0-1_amd64.deb
libsepol1_2.1.0-1_amd64.deb
  to main/libs/libsepol/libsepol1_2.1.0-1_amd64.deb
libsepol_2.1.0-1.dsc
  to main/libs/libsepol/libsepol_2.1.0-1.dsc
libsepol_2.1.0-1.tar.gz
  to main/libs/libsepol/libsepol_2.1.0-1.tar.gz
sepol-utils_2.1.0-1_amd64.deb
  to main/libs/libsepol/sepol-utils_2.1.0-1_amd64.deb


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



Accepted mccs 1:1.1-1 (source amd64)

2011-08-29 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Aug 2011 16:16:05 +0200
Source: mccs
Binary: mccs
Architecture: source amd64
Version: 1:1.1-1
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen trei...@debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 mccs   - multi-critera CUDF solver
Changes: 
 mccs (1:1.1-1) unstable; urgency=low
 .
   * New upstream version.
 - updated patches calling-engines and cbc-default
 - epoch necessary due to the 01 madness in previous upstream version
Checksums-Sha1: 
 197156852f1c55f4b1ace9b8115a0ac7df90f498 1874 mccs_1.1-1.dsc
 1d421690ccdc79feb0d8f1776300ac7fbbc9ca10 65553 mccs_1.1.orig.tar.gz
 f55248c8f1f1d0e0a72f2fd58b204fa8e84da921 5904 mccs_1.1-1.debian.tar.gz
 91f32c486ca16c3f0b2070e0cb5bf42ea694caa1 351178 mccs_1.1-1_amd64.deb
Checksums-Sha256: 
 86f02e165159bf386545f235e591a29a9d9179b1a17ea08f5c5f563e9a88b26f 1874 
mccs_1.1-1.dsc
 b69a519eea835a9f489241aa21c5c5d143094739906fe02b0319447e4bb7bec9 65553 
mccs_1.1.orig.tar.gz
 3a469b1d2a369e6cf20590ab8b6fb15652ed30dea33724eb5db5b45b31f07086 5904 
mccs_1.1-1.debian.tar.gz
 f38a24db04049e64c518e186622608746d62823b71d7b5287947de44f64a13b1 351178 
mccs_1.1-1_amd64.deb
Files: 
 d9a0e0060990f9f5aa478c0816b4ec79 1874 admin extra mccs_1.1-1.dsc
 9e41002442367bdcfc098d6bd02b9c8f 65553 admin extra mccs_1.1.orig.tar.gz
 d46092a97656a8468a2ddb152e307056 5904 admin extra mccs_1.1-1.debian.tar.gz
 cd6cac1a99a55cc18ecb82a2897fefbe 351178 admin extra mccs_1.1-1_amd64.deb

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

iQIVAwUBTluqjZwxUDxthmOWAQhCpA//XcTzuiiaOMpTyVYO+39+jai75/AvTrH+
QeU5c4KHm0cHEBnxuDfijdbiAnumKmWOWMs5qGBu6wLdiCD9RV8dELTwO5+MD99w
3uukrDWzRmelHpzOPbk6FKJCwPusnw3+1ouEN614/tYJk5uLHHSXfl2lTG+K1sla
h20y0zl8CgLk+oFGP3ihRUY+lcNUBRab1fg+cO/TObHTyxN1c0xEc2cwhEbhCmNF
a96w8QTgG5mcYJA+KrbsLprt4JNPnb0bkGVrhM11axCUDqN8xkl7sBKbg2chIqG3
FGM6VRb//eSd1QjjgDMTrh2cD3IjDjr0DRbElsEQe7E4/lwFGDOcI3PEBUTwo6/k
TATeUCOXF3qtOVjKGIgY1gADgZBfkqMMsD0rCy9EjRtpn+kt5CdWlHsLZCWwpIqx
+qAq3rLt/wm5G74ybyha+CWebs+A4heiopx6S+5MIY15C5RS9/27kdWkRrCDEorQ
iNPbcvRgPTOdamJlff7zGFMQZTk4TiBZFCnKrHcI7oAauAscdlzfH+x10oYmg7MH
lbJPgKXCcglN8GQbLfeNcUODAFAJqoxA+VgswXAly6Qob8GTivOibYBfhRZmT66H
XQULFjtRHQL9AoNY437nQdxt/yd1lc8OLHT9wDstTzBcLwexIBw5ruzNfhoDVVvD
FYDqPqHm5BI=
=PmjG
-END PGP SIGNATURE-


Accepted:
mccs_1.1-1.debian.tar.gz
  to main/m/mccs/mccs_1.1-1.debian.tar.gz
mccs_1.1-1.dsc
  to main/m/mccs/mccs_1.1-1.dsc
mccs_1.1-1_amd64.deb
  to main/m/mccs/mccs_1.1-1_amd64.deb
mccs_1.1.orig.tar.gz
  to main/m/mccs/mccs_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/e1qy3ah-ba...@franck.debian.org



Accepted apache2 2.2.19-2 (source all i386)

2011-08-29 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:08:17 +0200
Source: apache2
Binary: apache2.2-common apache2.2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-itk apache2-utils apache2-suexec 
apache2-suexec-custom apache2 apache2-doc apache2-prefork-dev 
apache2-threaded-dev apache2-dbg
Architecture: source all i386
Version: 2.2.19-2
Distribution: unstable
Urgency: high
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 apache2- Apache HTTP Server metapackage
 apache2-dbg - Apache debugging symbols
 apache2-doc - Apache HTTP Server documentation
 apache2-mpm-event - Apache HTTP Server - event driven model
 apache2-mpm-itk - multiuser MPM for Apache 2.2
 apache2-mpm-prefork - Apache HTTP Server - traditional non-threaded model
 apache2-mpm-worker - Apache HTTP Server - high speed threaded model
 apache2-prefork-dev - Apache development headers - non-threaded MPM
 apache2-suexec - Standard suexec program for Apache 2 mod_suexec
 apache2-suexec-custom - Configurable suexec program for Apache 2 mod_suexec
 apache2-threaded-dev - Apache development headers - threaded MPM
 apache2-utils - utility programs for webservers
 apache2.2-bin - Apache HTTP Server common binary files
 apache2.2-common - Apache HTTP Server common files
Closes: 634242 634709 634834 639291
Changes: 
 apache2 (2.2.19-2) unstable; urgency=high
 .
   * Fix CVE-2011-3192: DoS by high memory usage for a large number of
 overlapping ranges.
   * Reduce default KeepAliveTimeout from 15 to 5 seconds.
   * Use linux-any in build-deps. Closes: #634709
   * Improve reload message of a2enmod. Closes: #639291
   * Improve description of the prefork MPM. Closes: #634242
   * Mention .conf files in a2enmod man page. Closes: #634834
Checksums-Sha1: 
 d4187bb6da1bed75fc0c3bcc53445cd418a2911c 1751 apache2_2.2.19-2.dsc
 9c28baab683b3caaff74a2a6f1ff55ea89427a3c 208931 apache2_2.2.19-2.diff.gz
 ba53d72032940bdf738c85b8f4989e68664848dd 2661058 apache2-doc_2.2.19-2_all.deb
 0ceca1079e0ec602dd0cb497bcfcfc810ba076d8 312902 
apache2.2-common_2.2.19-2_i386.deb
 14f4dcd33d536f2ab8820cf3c401fd195c121747 1453010 
apache2.2-bin_2.2.19-2_i386.deb
 4cc6753299dff40769df5aa22cec2dd96329570d 2192 
apache2-mpm-worker_2.2.19-2_i386.deb
 ab4af21909ada215e110ed6739760f874a771159 2298 
apache2-mpm-prefork_2.2.19-2_i386.deb
 b43085e98e090f01beeeb59d1511630dd893a79e 2258 
apache2-mpm-event_2.2.19-2_i386.deb
 105870c7539cf20dce7fa25dfa97467509fb6c4a 2288 apache2-mpm-itk_2.2.19-2_i386.deb
 aecb99c82fc73d81d68e6e7aaf50f8577a5db92b 168230 apache2-utils_2.2.19-2_i386.deb
 f79aa40ab2e12835b996fc860fb0efea1ed072b5 102176 
apache2-suexec_2.2.19-2_i386.deb
 6b32bc603160d25b81fb5b4f6c22f7fa7256e47f 103808 
apache2-suexec-custom_2.2.19-2_i386.deb
 b11889b50b219ce84643eb370290f02352677ea2 1384 apache2_2.2.19-2_i386.deb
 24ea600cb0d05f41f1fc04fac512f462ea323b9a 137744 
apache2-prefork-dev_2.2.19-2_i386.deb
 1d921ec40649f48df8b574cbbfb8d25211845282 138922 
apache2-threaded-dev_2.2.19-2_i386.deb
 d96634ba83cb415f0e0c6e4580665cf57eb14470 2801174 apache2-dbg_2.2.19-2_i386.deb
Checksums-Sha256: 
 c62ee2d090ae447cd6c639caa6dadac8654a87710dbb246daf911cbc8638c679 1751 
apache2_2.2.19-2.dsc
 6048a1ef34bf839fd65bd88152a8c356b4d224a489faced088de50c5874408a0 208931 
apache2_2.2.19-2.diff.gz
 769bfca651908cf355b3ed4c5e757658ba72744e5fcfb0124bb5564ceac1 2661058 
apache2-doc_2.2.19-2_all.deb
 19036b9c4cbaaec6456e04c382f22a0f6bf380999fa3b3e28c587d8fba51a447 312902 
apache2.2-common_2.2.19-2_i386.deb
 81c767d54830eced013ac7de9c6f3e14208b48ecbbdaedef8ea897c3e8fbeaf0 1453010 
apache2.2-bin_2.2.19-2_i386.deb
 bae40cdcaccfd28772fa08fbc75ad636503de48a33154db4446c8ed21cea0efa 2192 
apache2-mpm-worker_2.2.19-2_i386.deb
 0a7034d86e1cbfaa1ac81e957a77a6fa054c4244072ef27ccdfec480abaf778d 2298 
apache2-mpm-prefork_2.2.19-2_i386.deb
 25e613e60d24c8193b24f84ed628bc57da88bc6e9552121d5afedfcf589600ab 2258 
apache2-mpm-event_2.2.19-2_i386.deb
 ca29889fb69ca1789926eef233fabe27fdd14bb4aadd2cdf4deab913c023b5d2 2288 
apache2-mpm-itk_2.2.19-2_i386.deb
 066ef78a5b7a95fd32ff4e133a8351ff450b86c940340aabdeeb371d9b23f564 168230 
apache2-utils_2.2.19-2_i386.deb
 98e43953071ae54dca7124aad4311ddd75fdc62c7d18d8621c4eaf438c272055 102176 
apache2-suexec_2.2.19-2_i386.deb
 a4e23402f2d8540be86b9f9b940666eec058ff9a11da447fa8c3bc014e11e617 103808 
apache2-suexec-custom_2.2.19-2_i386.deb
 82378a657f27241f32f1c3f3f5427660bbf8b90cd909fdd3de2129c6b9dd 1384 
apache2_2.2.19-2_i386.deb
 06920d0c393d18405a958b76c9e35d6ffb287bf8fbf65ba8ba0b8f0584d0edc5 137744 
apache2-prefork-dev_2.2.19-2_i386.deb
 c663b86d9173053dab1b8ab4396af9346b1b9e0961a1d1f699b35605a48937c9 138922 
apache2-threaded-dev_2.2.19-2_i386.deb
 ed973567a679036febf3076e024d19dc8bcf1bc475f621feba427c3400847872 2801174 
apache2-dbg_2.2.19-2_i386.deb
Files: 
 de54a143fb404d5944193ce25606a1de 1751 httpd optional apache2_2.2.19-2.dsc
 

Accepted fusionforge 5.1-5 (source all)

2011-08-29 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:49:00 +0200
Source: fusionforge
Binary: fusionforge-standard fusionforge-minimal fusionforge-full gforge 
gforge-common gforge-web-apache2 gforge-web-apache2-vhosts gforge-web-apache 
gforge-db-postgresql gforge-mta-exim4 gforge-mta-postfix gforge-mta-courier 
gforge-shell-postgresql gforge-ftp-proftpd gforge-dns-bind9 
gforge-lists-mailman gforge-plugin-extratabs gforge-plugin-globalsearch 
gforge-plugin-mediawiki gforge-plugin-projectlabels gforge-plugin-scmgit 
fusionforge-plugin-blocks fusionforge-plugin-contribtracker 
fusionforge-plugin-extratabs fusionforge-plugin-globalsearch 
fusionforge-plugin-gravatar fusionforge-plugin-hudson 
fusionforge-plugin-mediawiki fusionforge-plugin-oslc 
fusionforge-plugin-projectlabels fusionforge-plugin-scmarch 
fusionforge-plugin-scmbzr fusionforge-plugin-scmcvs fusionforge-plugin-scmdarcs 
fusionforge-plugin-scmgit fusionforge-plugin-scmhg fusionforge-plugin-scmsvn
Architecture: source all
Version: 5.1-5
Distribution: unstable
Urgency: low
Maintainer: Roland Mas lola...@debian.org
Changed-By: Roland Mas lola...@debian.org
Description: 
 fusionforge-full - FusionForge collaborative development tool - full 
metapackage
 fusionforge-minimal - FusionForge collaborative development tool - minimal 
metapackage
 fusionforge-plugin-blocks - collaborative development tool - Blocks plugin
 fusionforge-plugin-contribtracker - Contribution tracker plugin for FusionForge
 fusionforge-plugin-extratabs - Extratabs plugin for FusionForge
 fusionforge-plugin-globalsearch - Globalsearch plugin for FusionForge
 fusionforge-plugin-gravatar - collaborative development tool - Gravatar plugin
 fusionforge-plugin-hudson - collaborative development tool - Hudson plugin
 fusionforge-plugin-mediawiki - Mediawiki plugin for FusionForge
 fusionforge-plugin-oslc - OSLC-CM compatible plugin for FusionForge tracker 
system.
 fusionforge-plugin-projectlabels - Projectlabels plugin for FusionForge
 fusionforge-plugin-scmarch - collaborative development tool - GNU Arch plugin
 fusionforge-plugin-scmbzr - collaborative development tool - Bazaar plugin
 fusionforge-plugin-scmcvs - collaborative development tool - CVS plugin
 fusionforge-plugin-scmdarcs - collaborative development tool - Darcs plugin
 fusionforge-plugin-scmgit - collaborative development tool - Git plugin
 fusionforge-plugin-scmhg - collaborative development tool - Mercurial (Hg) 
plugin
 fusionforge-plugin-scmsvn - collaborative development tool - Subversion plugin
 fusionforge-standard - FusionForge collaborative development tool - standard 
metapackage
 gforge - Dummy upgrade package for FusionForge
 gforge-common - collaborative development tool - shared files
 gforge-db-postgresql - collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - collaborative development tool - FTP management (using 
ProFTPd)
 gforge-lists-mailman - collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-courier - collaborative development tool - mail tools (using 
Courier)
 gforge-mta-exim4 - collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 gforge-plugin-extratabs - Extratabs plugin for FusionForge (transitional 
package)
 gforge-plugin-globalsearch - Globalsearch plugin for FusionForge (transitional 
package)
 gforge-plugin-mediawiki - Mediawiki plugin for FusionForge (transitional 
package)
 gforge-plugin-projectlabels - Projectlabels plugin for FusionForge 
(transitional package)
 gforge-plugin-scmgit - Git plugin for FusionForge (transitional package)
 gforge-shell-postgresql - collaborative development tool - shell accounts 
(using PostgreSQL
 gforge-web-apache - transition package to gforge-web-apache2
 gforge-web-apache2 - collaborative development tool - web part (using Apache)
 gforge-web-apache2-vhosts - collaborative development tool - web vhosts (using 
Apache)
Changes: 
 fusionforge (5.1-5) unstable; urgency=low
 .
   [ Olivier Berger ]
   * Better document in README.source how the package is build vs upstream
 SVN repo.
   * Manage pg_hba.conf with custom ucf template that should be less
 ambiguous, including a proper default value.
   * Use explicit db host connection on 127.0.0.1 in order to avoid some
 changes in pg_hba.conf.
   * Fix bits around ucf (using ucfr / ucfq)
 .
   [ Roland Mas ]
   * Switch dependency on PostgreSQL packages to the metapackage, as
 requested by the PostgreSQL maintainer.
   * Switch from dpatch to quilt, since the former is being deprecated by
 its author.
   * Tweaked package relationships to help transitioning to testing.
Checksums-Sha1: 
 8f1cb5f277f0939fe291f5d7f574af7e36ea4942 2140 fusionforge_5.1-5.dsc
 37be47216ab7773e4e1b639c7ec185af6dc59dd0 3206141 

Accepted libdata-objectdriver-perl 0.09-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 16:56:31 +0100
Source: libdata-objectdriver-perl
Binary: libdata-objectdriver-perl
Architecture: source all
Version: 0.09-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libdata-objectdriver-perl - Simple, transparent data interface, with caching
Changes: 
 libdata-objectdriver-perl (0.09-1) unstable; urgency=low
 .
   * Add Vcs-* fields
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 4c32b853a3b15c53dcd784baf3812bf6b0f48930 1495 
libdata-objectdriver-perl_0.09-1.dsc
 516031f61f1674934c747e763eb229155f196503 108863 
libdata-objectdriver-perl_0.09.orig.tar.gz
 e6c21e5b3c18827dc0f41d79cccb3c8d93e96a45 1919 
libdata-objectdriver-perl_0.09-1.debian.tar.gz
 db2cab950ceb76180e1f05441749f49985cb0008 127088 
libdata-objectdriver-perl_0.09-1_all.deb
Checksums-Sha256: 
 c27e98c5fe5a302b0d45a18f012585a8b0136c256bd481607bb8b33897c9e75f 1495 
libdata-objectdriver-perl_0.09-1.dsc
 b0ffe505415dc3dfa14cab4236519d85308011ee31cd13578cd7c2a6bd944e1f 108863 
libdata-objectdriver-perl_0.09.orig.tar.gz
 8f41e9fc0e7933a9bfdfccf154a3f3bbdca96209d4c45bee4da3ab1f7ea5b6c9 1919 
libdata-objectdriver-perl_0.09-1.debian.tar.gz
 e6becb3c5597a9860d680c8efb66cd4c0018318f74f814313cc140813cd58969 127088 
libdata-objectdriver-perl_0.09-1_all.deb
Files: 
 65d605e9e0b2f880de9f03ca287b0b71 1495 perl optional 
libdata-objectdriver-perl_0.09-1.dsc
 b7691b4b2b63a144cf98061546ef2e11 108863 perl optional 
libdata-objectdriver-perl_0.09.orig.tar.gz
 c7fd81f225d9e36658e7aafe4185e4ae 1919 perl optional 
libdata-objectdriver-perl_0.09-1.debian.tar.gz
 45e3bb5c28496101e8081660416bb6c2 127088 perl optional 
libdata-objectdriver-perl_0.09-1_all.deb

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

iD8DBQFOW7bSYzuFKFF44qURAmWZAJwM/vryv+uBDDjCGUg/Z32o19YXnACfeZ+Z
F1wsP1kkTBsEqiooMrIkmd4=
=3DQ8
-END PGP SIGNATURE-


Accepted:
libdata-objectdriver-perl_0.09-1.debian.tar.gz
  to 
main/libd/libdata-objectdriver-perl/libdata-objectdriver-perl_0.09-1.debian.tar.gz
libdata-objectdriver-perl_0.09-1.dsc
  to main/libd/libdata-objectdriver-perl/libdata-objectdriver-perl_0.09-1.dsc
libdata-objectdriver-perl_0.09-1_all.deb
  to 
main/libd/libdata-objectdriver-perl/libdata-objectdriver-perl_0.09-1_all.deb
libdata-objectdriver-perl_0.09.orig.tar.gz
  to 
main/libd/libdata-objectdriver-perl/libdata-objectdriver-perl_0.09.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/e1qy4ir-00080u...@franck.debian.org



Accepted jp2a 1.0.6-3.1 (source amd64)

2011-08-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:56:28 +0200
Source: jp2a
Binary: jp2a
Architecture: source amd64
Version: 1.0.6-3.1
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Changed-By: Matthias Klose d...@debian.org
Description: 
 jp2a   - converts jpg images to ascii
Closes: 618208
Changes: 
 jp2a (1.0.6-3.1) unstable; urgency=low
 .
   * Non maintainer upload.
   * Build-depend on libcurl4-gnutls-dev. Closes: #618208. LP: #836803.
Checksums-Sha1: 
 a1766c32a20b6b5881fd5737c31497a8cb7c1911 1192 jp2a_1.0.6-3.1.dsc
 083d46c0ecda8031a06d2df9eeb837dd20466d1f 3898 jp2a_1.0.6-3.1.diff.gz
 085a481bcbd0e763131847ad3076f2ba610dcbe9 21848 jp2a_1.0.6-3.1_amd64.deb
Checksums-Sha256: 
 8c943b8b2fa81ea010f5bf4579c9dd2a28e4d73763b20a41597552e9fb7ffc92 1192 
jp2a_1.0.6-3.1.dsc
 6ebad14f5b554126d3648a7ce3fe5701ac30dea0505d4004863686a4126c 3898 
jp2a_1.0.6-3.1.diff.gz
 2dd64d97dad1c16f26da82223058619e3f3f346b102e3a8410ddd9cc57795551 21848 
jp2a_1.0.6-3.1_amd64.deb
Files: 
 04ca67629622638bfa8410d281ce5fd3 1192 graphics optional jp2a_1.0.6-3.1.dsc
 b722bf6c9ffc694b252e5f07130af05a 3898 graphics optional jp2a_1.0.6-3.1.diff.gz
 dbb3cd2cbd3e62929d2158f3065b047f 21848 graphics optional 
jp2a_1.0.6-3.1_amd64.deb

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

iEYEARECAAYFAk5buNkACgkQStlRaw+TLJzZpACgkNuwp3qVulPl0fL4gY+5YGib
tYIAoIqjOE0hZi8nR822k7yH84eNVzO4
=/PWW
-END PGP SIGNATURE-


Accepted:
jp2a_1.0.6-3.1.diff.gz
  to main/j/jp2a/jp2a_1.0.6-3.1.diff.gz
jp2a_1.0.6-3.1.dsc
  to main/j/jp2a/jp2a_1.0.6-3.1.dsc
jp2a_1.0.6-3.1_amd64.deb
  to main/j/jp2a/jp2a_1.0.6-3.1_amd64.deb


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



Accepted lame 3.98.4+repack2-6 (source all amd64)

2011-08-29 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Aug 2011 19:17:13 -0400
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: all amd64 source
Version: 3.98.4+repack2-6
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 lame-doc   - MP3 encoding library (documentation)
 lame   - MP3 encoding library (frontend)
 libmp3lame0 - MP3 encoding library
 libmp3lame-dev - MP3 encoding library (development)
Changes: 
 lame (3.98.4+repack2-6) unstable; urgency=low
 .
   * Add missing 'Multi-Arch: same' field.
 .
 lame (3.98.4+repack2-5) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Include fix for alpha builds. alpha builds need include guards in config.h.
   * Implement multiarch support.
 .
   [ Reinhard Tartler ]
   * Unbreak compilation with gcc 4.4
Checksums-Sha1: 
 6b7b1d385a3c42dc1912406477dcd32924dad2b6 1484 lame_3.98.4+repack2-6.dsc
 ad45ff57557a85dfbf745239a02089510004e9c8 17088 
lame_3.98.4+repack2-6.debian.tar.gz
 7a04a9de3618ceaa726fc97443abdd5bae4091cb 173172 lame_3.98.4+repack2-6_amd64.deb
 4fa2ff4e5424111518bb1c7f62581fd02f82f163 172632 
lame-doc_3.98.4+repack2-6_all.deb
 e9d0044d38070dec6cc58c788b2e6deb25bc3b76 301630 
libmp3lame0_3.98.4+repack2-6_amd64.deb
 bd631592c2dbed465700a1415586315cbbc27770 337398 
libmp3lame-dev_3.98.4+repack2-6_amd64.deb
Checksums-Sha256: 
 a900528ecf997626eadede4172d97e22a909202a7917845093fd2e073b715002 1484 
lame_3.98.4+repack2-6.dsc
 69526dc9903273a7632a12c95851a47306905756b9f2051904ca3178647437d7 17088 
lame_3.98.4+repack2-6.debian.tar.gz
 4ba21c5a0ac44ac1e71bfe7a562ad4b7453117ef84d1b0b4ef0c606a7d8f5467 173172 
lame_3.98.4+repack2-6_amd64.deb
 5f8a0d16a8e75bdd5158909f10f855a5cb7f2fbaff7dd1d1b1b6fb60d586276e 172632 
lame-doc_3.98.4+repack2-6_all.deb
 6f8d71c1ae7a078876b4c4c02ef802945cbbe6021d473a099b3b3e52b7c49406 301630 
libmp3lame0_3.98.4+repack2-6_amd64.deb
 bb44aa7242727b72c51cc41953e923aa5e08531b8dd783d11b349ffb1abcba3e 337398 
libmp3lame-dev_3.98.4+repack2-6_amd64.deb
Files: 
 a5627c9bdee047138d9a20cf271952f1 1484 sound optional lame_3.98.4+repack2-6.dsc
 b84ca106e51e6ee536e4dd85b1571ed9 17088 sound optional 
lame_3.98.4+repack2-6.debian.tar.gz
 bfd54fc0a91956f42411a604a826b35e 173172 sound optional 
lame_3.98.4+repack2-6_amd64.deb
 a6c4a9508e3f880354d6912559741980 172632 doc optional 
lame-doc_3.98.4+repack2-6_all.deb
 b28d3dcda34a5ad7419b949151bc084d 301630 libs optional 
libmp3lame0_3.98.4+repack2-6_amd64.deb
 2a56ae364469b06c96b9b67262c89bbb 337398 libdevel optional 
libmp3lame-dev_3.98.4+repack2-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAk5bvbYACgkQmAg1RJRTSKSnvACcC217FLTQ5a6tABoS0IWXQk8U
PT0An1RsZ5KAREaDs+DJTZPQeSR+wLaF
=WW1f
-END PGP SIGNATURE-


Accepted:
lame-doc_3.98.4+repack2-6_all.deb
  to main/l/lame/lame-doc_3.98.4+repack2-6_all.deb
lame_3.98.4+repack2-6.debian.tar.gz
  to main/l/lame/lame_3.98.4+repack2-6.debian.tar.gz
lame_3.98.4+repack2-6.dsc
  to main/l/lame/lame_3.98.4+repack2-6.dsc
lame_3.98.4+repack2-6_amd64.deb
  to main/l/lame/lame_3.98.4+repack2-6_amd64.deb
libmp3lame-dev_3.98.4+repack2-6_amd64.deb
  to main/l/lame/libmp3lame-dev_3.98.4+repack2-6_amd64.deb
libmp3lame0_3.98.4+repack2-6_amd64.deb
  to main/l/lame/libmp3lame0_3.98.4+repack2-6_amd64.deb


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



Accepted libgeo-helmerttransform-perl 1.14-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:17:53 +0100
Source: libgeo-helmerttransform-perl
Binary: libgeo-helmerttransform-perl
Architecture: source all
Version: 1.14-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libgeo-helmerttransform-perl - Transformations between coordinates in 
different datums
Changes: 
 libgeo-helmerttransform-perl (1.14-1) unstable; urgency=low
 .
   * Refresh copyright info from module
   * Add Vcs-* fields
   * Switch to dpkg-source 3.0 (quilt) format
   * Switch to minimal dh7 rules
   * New upstream release
   * Retire patch uselongdouble_tests, included upstream
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 eb164d83061a54d0ee7790c27a9ebff76709cbac 1385 
libgeo-helmerttransform-perl_1.14-1.dsc
 59e2bf922ccbcb7490f94e7f4e0c154f856786ac 4501 
libgeo-helmerttransform-perl_1.14.orig.tar.gz
 7b4b2f1f6b5b0435815977f018e950a779e594ae 2061 
libgeo-helmerttransform-perl_1.14-1.debian.tar.gz
 43ebf06ffe381832309fcb8abb1427bbeb71ef02 9368 
libgeo-helmerttransform-perl_1.14-1_all.deb
Checksums-Sha256: 
 516c8a914d472141b648f5057d16dee313f0331a8b1acc28da13da95716e062b 1385 
libgeo-helmerttransform-perl_1.14-1.dsc
 7135a34153806b73810382da4ac43ce72041f3127690e6eeaea211951ea4e095 4501 
libgeo-helmerttransform-perl_1.14.orig.tar.gz
 797e8d489cbf964150939362c0f3c0cfc469768930a5acdce385407117b7af55 2061 
libgeo-helmerttransform-perl_1.14-1.debian.tar.gz
 c09d610d1a64c3ef77017f6dc70f404d01e12e4676c408048bdbf7cbf8bab83c 9368 
libgeo-helmerttransform-perl_1.14-1_all.deb
Files: 
 c4521a02af58a80082c535d67e099604 1385 perl optional 
libgeo-helmerttransform-perl_1.14-1.dsc
 44119b3fc18ded9a7bdcc48ceef0330e 4501 perl optional 
libgeo-helmerttransform-perl_1.14.orig.tar.gz
 c885b755b2ccbdf25ee9e90f01b9776a 2061 perl optional 
libgeo-helmerttransform-perl_1.14-1.debian.tar.gz
 c00a4c05860d62f292b0e45eae9b4137 9368 perl optional 
libgeo-helmerttransform-perl_1.14-1_all.deb

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

iD8DBQFOW7vMYzuFKFF44qURAvfRAJ41TE1yTT3Dc8PqHLpkPEnnyDq49gCdFebm
D7vW6EIzigI53QdAaWLCO74=
=FJaw
-END PGP SIGNATURE-


Accepted:
libgeo-helmerttransform-perl_1.14-1.debian.tar.gz
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.14-1.debian.tar.gz
libgeo-helmerttransform-perl_1.14-1.dsc
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.14-1.dsc
libgeo-helmerttransform-perl_1.14-1_all.deb
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.14-1_all.deb
libgeo-helmerttransform-perl_1.14.orig.tar.gz
  to 
main/libg/libgeo-helmerttransform-perl/libgeo-helmerttransform-perl_1.14.orig.tar.gz


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



Accepted tor 0.2.2.32-1 (source all amd64)

2011-08-29 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 12:19:05 UTC
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all amd64
Version: 0.2.2.32-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
 tor-geoipdb - geoIP database for Tor
Checksums-Sha1: 
 b7bb7837fbebd43846c313b72dc9e38302a42059 1552 tor_0.2.2.32-1.dsc
 4baddc836931b3e915974c261e405e111636b716 2701371 tor_0.2.2.32.orig.tar.gz
 ec63a9c0e8244cb583f88f4e0d7583871895c143 31284 tor_0.2.2.32-1.diff.gz
 13f9b408750fe1a21c0ed17dd093d53a6db30dab 1228384 tor-geoipdb_0.2.2.32-1_all.deb
 c6d37398ba04ce34298341b9f44acc8abf194ca2 1017656 tor_0.2.2.32-1_amd64.deb
 cd20c9d44a9457e30df1fd223f93b3a9f6ae4cfd 1302196 tor-dbg_0.2.2.32-1_amd64.deb
Checksums-Sha256: 
 08800d3fc9de51019b75a235dab6600331e0254eb0200b3281303e2283434a29 1552 
tor_0.2.2.32-1.dsc
 8744328c10b54950e08ee404a75a0e76865be0615cad6f7ffc8c75af7151ef4d 2701371 
tor_0.2.2.32.orig.tar.gz
 da061a01c3a264e9a72933ffc1b6036c9e095deed9194d22584a563100602ea0 31284 
tor_0.2.2.32-1.diff.gz
 0e0fee98426f683add58cb31b1bb73c99e03f1fe9ff65c0fac1aa59e93a887cf 1228384 
tor-geoipdb_0.2.2.32-1_all.deb
 5d34e9798157b66e5297163c0963090c839a4aebd5b0941bd0946aacea128fae 1017656 
tor_0.2.2.32-1_amd64.deb
 8f22e78b356eca9cc861f5a5d6d2b688ade44e36db3f7acba7da2ae76c2034a0 1302196 
tor-dbg_0.2.2.32-1_amd64.deb
Changes: 
 tor (0.2.2.32-1) unstable; urgency=low
 .
   * New upstream version, upload to unstable.
Files: 
 6a7f5e6c6fe6fa5f60894395756905e3 1552 net optional tor_0.2.2.32-1.dsc
 6d70db8da9513453d520168e017a272c 2701371 net optional tor_0.2.2.32.orig.tar.gz
 ce2252a8c3621eacf3cddd261215734a 31284 net optional tor_0.2.2.32-1.diff.gz
 e771c3de893d977b5e92b15fa0b083fa 1228384 net extra 
tor-geoipdb_0.2.2.32-1_all.deb
 b3dfa1246ca997693ac6c0c1266075a8 1017656 net optional tor_0.2.2.32-1_amd64.deb
 46d81b867f74b22dc8fc0e613e96c9a3 1302196 debug extra 
tor-dbg_0.2.2.32-1_amd64.deb

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

iQEcBAEBAgAGBQJOW7vYAAoJEDTSCgbh3sV35C8H/1u8kPtp6iWIC+0FPlG9MMWt
vflQ7xde3uIKhfczxxfo0aTtS+tTOX677ncHslWaX1lcjY/KupiVvaodXkmu8kS+
XcmIXzbhZaF6D6vXBHTMAG/d9Kyofq4QB+5OpTkxCxuyOEwK3VxQuSmRfbHBjSH5
LtWMZHe4emE+0eXpovLux3EN1p9cuA/u4aL+kohChvMcSUlHlBv66WsmKWP8HHLF
1etwUULBeUQptgebRWsV1GS/zZVM7fbq6rdW2FJGewJZvg6AhW3SIv48CB4FBr8Z
fj+oLgwZPxrkV9v58Gg4JZP9TYN8Vil6iIwY8UegudQt3Z+ItclZg4UaNG8itFo=
=rpKX
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.2.32-1_amd64.deb
  to main/t/tor/tor-dbg_0.2.2.32-1_amd64.deb
tor-geoipdb_0.2.2.32-1_all.deb
  to main/t/tor/tor-geoipdb_0.2.2.32-1_all.deb
tor_0.2.2.32-1.diff.gz
  to main/t/tor/tor_0.2.2.32-1.diff.gz
tor_0.2.2.32-1.dsc
  to main/t/tor/tor_0.2.2.32-1.dsc
tor_0.2.2.32-1_amd64.deb
  to main/t/tor/tor_0.2.2.32-1_amd64.deb
tor_0.2.2.32.orig.tar.gz
  to main/t/tor/tor_0.2.2.32.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/e1qy4mr-0002lu...@franck.debian.org



Accepted libnet-sslglue-perl 0.8-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:32:04 +0100
Source: libnet-sslglue-perl
Binary: libnet-sslglue-perl
Architecture: source all
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libnet-sslglue-perl - add/extend SSL support for common perl modules
Changes: 
 libnet-sslglue-perl (0.8-1) unstable; urgency=low
 .
   * Add Vcs-* fields
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 6c778d61c8baca076ddf0f3d6fb89afa7c1eeef2 1367 libnet-sslglue-perl_0.8-1.dsc
 7ef78739245044f7ed407ca79bb59bc9cd7ef966 7880 
libnet-sslglue-perl_0.8.orig.tar.gz
 8a0059e267f1f6257144814bab1f931d930d1db2 1835 
libnet-sslglue-perl_0.8-1.debian.tar.gz
 4e7f4af13fc06b6f1eae678df5ea1d14c2b9a0bb 19612 
libnet-sslglue-perl_0.8-1_all.deb
Checksums-Sha256: 
 79ff204321aaa38e38585dc6def3ce9aeeefb18e6108bfb6c34b2c340e9f859b 1367 
libnet-sslglue-perl_0.8-1.dsc
 44fce5b89ff848c98f3a945e23348974bbcb0aa37aa202855cf19caa9df38975 7880 
libnet-sslglue-perl_0.8.orig.tar.gz
 7faa27b23a35165cac6f0294e7e2fe40f19cc4f7c2d9becc2aa53eba202162d1 1835 
libnet-sslglue-perl_0.8-1.debian.tar.gz
 a67abd29d7c1b941d13cfdf5dbd4ea5e7081ff06a7627d6c1ba5c299dc1a23e2 19612 
libnet-sslglue-perl_0.8-1_all.deb
Files: 
 2fd2466270af2204a1e462e3ca384ca0 1367 perl optional 
libnet-sslglue-perl_0.8-1.dsc
 f16f21e313944317edeefe8c7b7cee6c 7880 perl optional 
libnet-sslglue-perl_0.8.orig.tar.gz
 0c82ea0b227a7f32a7fb4c9f591fd06a 1835 perl optional 
libnet-sslglue-perl_0.8-1.debian.tar.gz
 cb9134d8ce708b22169a636248d8c094 19612 perl optional 
libnet-sslglue-perl_0.8-1_all.deb

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

iD8DBQFOW78ZYzuFKFF44qURAvOIAJ9WT+KjTpowpy804eC4Ssvp0GShqQCbBGMz
14FxKxnpl7lCNzVMKVU5uGI=
=Z9hp
-END PGP SIGNATURE-


Accepted:
libnet-sslglue-perl_0.8-1.debian.tar.gz
  to main/libn/libnet-sslglue-perl/libnet-sslglue-perl_0.8-1.debian.tar.gz
libnet-sslglue-perl_0.8-1.dsc
  to main/libn/libnet-sslglue-perl/libnet-sslglue-perl_0.8-1.dsc
libnet-sslglue-perl_0.8-1_all.deb
  to main/libn/libnet-sslglue-perl/libnet-sslglue-perl_0.8-1_all.deb
libnet-sslglue-perl_0.8.orig.tar.gz
  to main/libn/libnet-sslglue-perl/libnet-sslglue-perl_0.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/e1qy50p-0003xc...@franck.debian.org



Accepted libpetal-perl 2.20-1 (source all)

2011-08-29 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 19:47:56 +0300
Source: libpetal-perl
Binary: libpetal-perl
Architecture: source all
Version: 2.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libpetal-perl - Perl Template Attribute Language - TAL for perl
Changes: 
 libpetal-perl (2.20-1) unstable; urgency=low
 .
   * Team upload
 .
   [ gregor herrmann ]
   * New upstream release.
   * Remove no-Safe.patch and no-UNIVERSAL-import.patch, applied upstream.
Checksums-Sha1: 
 cae85713c67c09d67afd442bdeaa70273077f91e 2021 libpetal-perl_2.20-1.dsc
 b42683ca332667ef52cef9eb12a4ad3497aa9944 85280 libpetal-perl_2.20.orig.tar.gz
 90258a528d8c16f2a5845ba02875a1154af29385 3466 
libpetal-perl_2.20-1.debian.tar.gz
 cdafb019afc47bebe9d6e0edfccc5672b49eda5d 86022 libpetal-perl_2.20-1_all.deb
Checksums-Sha256: 
 c3b0fa09cb6f104d34c963976a81acc7a17e2beb3470fd9851ebad90985bc3f0 2021 
libpetal-perl_2.20-1.dsc
 b7fee6cabc12a8c19194c6b7a8c2fb9afe1f66dbc10705697cd2cf8505af98a7 85280 
libpetal-perl_2.20.orig.tar.gz
 af3f1e89f40dfa707758bdd2dff2112bf9280e2171e062013b92cdef550cdaa7 3466 
libpetal-perl_2.20-1.debian.tar.gz
 6fe36790a1ecf671f8e8da3bb2fea22af0ea0a8a4f4b733fd27b44f87fe2ff8b 86022 
libpetal-perl_2.20-1_all.deb
Files: 
 076ef40a74031a29d53c314dc17048aa 2021 perl optional libpetal-perl_2.20-1.dsc
 448d9f18b66c3e0d26c2622c3ac251b5 85280 perl optional 
libpetal-perl_2.20.orig.tar.gz
 9666c07f7edde7afc98d5d320ef5a91b 3466 perl optional 
libpetal-perl_2.20-1.debian.tar.gz
 4fd96a98d1d4fe30ed4429548eb4b8cd 86022 perl optional 
libpetal-perl_2.20-1_all.deb

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

iQIcBAEBCAAGBQJOW8NOAAoJENu+nU2Z0qAEjuAQAKr0rVtVm9IXKpIQ8bOBVFmK
J9DaCFZqay3EK6BUDVc+8bmIigGn9jXT//DohmS8BdP/xSJyrbpym5un3qL/V0oL
ItnKlKKGGBiDEoDDVBhOwAcfUN18FDdTHT6d6cuEtbwBoUPg0Li+mJ2xBgYMgcH/
LXj8HIcNryGlmxB1wlC7DpGbGgvk3tG0tA4l+Tnd+TPZQpHM2yk2OEOd3LZBSAxn
MpzVg1s5VXtPkSN7IVKkKKmfish2nonemoqeznuid5hqJVo2QnU1DG6xEY2I2Xdg
926ZiFi2Dx3ajp8BchPYbwOpB3QINWKtCOriN/ovN7PrDsl6HUbqJGtAvpq54MkQ
A9vu/WBXhYYVi7QQVRaH50qhG11jkJWynOrj/dXlO/V5aaNlKSTCcfIUnZ5AlQzy
iTwld1n8IoIwRD2NvnFXWeePRYKZe+dw9S1MpysE0f67Kdlvwx9Jmga9VGPk1GpX
DhH7Yzz4Ksex2YEtq2EzOs4i9S0pDcaIbFdOcnkhN1W5Vmlna7etgBX0ohfOM/oX
Anmnx+fIuGfLBn/Z2MUPdEILFF7Jlurz3NFynvZXcao1bm7/bPomLSfPVDtFc0Py
ippbGvJc/iRrWK3q+m8J+EN6CjFSz+neXRv64bpE+118sxKghBDdgJWQC6/DGGGK
gUtUEPwF+U9jZAUyoMAx
=hcyN
-END PGP SIGNATURE-


Accepted:
libpetal-perl_2.20-1.debian.tar.gz
  to main/libp/libpetal-perl/libpetal-perl_2.20-1.debian.tar.gz
libpetal-perl_2.20-1.dsc
  to main/libp/libpetal-perl/libpetal-perl_2.20-1.dsc
libpetal-perl_2.20-1_all.deb
  to main/libp/libpetal-perl/libpetal-perl_2.20-1_all.deb
libpetal-perl_2.20.orig.tar.gz
  to main/libp/libpetal-perl/libpetal-perl_2.20.orig.tar.gz


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



Accepted aqemu 0.8.2-1 (source i386)

2011-08-29 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 17:17:42 +0200
Source: aqemu
Binary: aqemu
Architecture: source i386
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar mouzan...@gmail.com
Changed-By: Ignace Mouzannar mouzan...@gmail.com
Description: 
 aqemu  - Qt4 front-end for QEMU and KVM
Closes: 617877 622722
Changes: 
 aqemu (0.8.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Added armhf support. Thank you Konstantinos Margaritis
   mar...@genesi-usa.com for the tests and patch.
   (Closes: 622722)
 - Synced architectures with those the 'qemu' package. (Closes: #617877)
 - Bumped Standards-Version to 3.9.2.
 - Added the DM-Upload-Allowed field.
   * debian/patches:
 - 01_spelling_corrections: corrects upstream spelling errors.
Checksums-Sha1: 
 1db142dc17095e3b778967abbd0bef7af44f8c27 1966 aqemu_0.8.2-1.dsc
 fdc4c6ec9fe3b6fd917036ebcaab3c6d52794fab 1025129 aqemu_0.8.2.orig.tar.bz2
 1fe19dec31024c88585d858e8a56692898511fa4 9259 aqemu_0.8.2-1.debian.tar.gz
 8e72fd32fe0c9f26ec5182d5665f89ae7af8ed78 1995864 aqemu_0.8.2-1_i386.deb
Checksums-Sha256: 
 535306b84d54d650d49a725935b7028b972164d16ce09c9ed65cbb9d1d2a 1966 
aqemu_0.8.2-1.dsc
 03c4a95328f78238021168ca4887f9735641f10eb4eb1eff58b08c15b748bf03 1025129 
aqemu_0.8.2.orig.tar.bz2
 c92ba0007467acfa62028512726ecadc3d72611cc4dc81ed15c8bbc637272fb0 9259 
aqemu_0.8.2-1.debian.tar.gz
 16851c02a7d1db719094b012f7f5fb89df4dba644852cef624cd733b724bc6fe 1995864 
aqemu_0.8.2-1_i386.deb
Files: 
 e808ed093768d1b6966deea895be9033 1966 x11 optional aqemu_0.8.2-1.dsc
 dcec083f566e0a22df7bfe8e7ca4c593 1025129 x11 optional aqemu_0.8.2.orig.tar.bz2
 580286bf136561b516e76e7fbf109d4a 9259 x11 optional aqemu_0.8.2-1.debian.tar.gz
 292c88349ec1e6987a736dc2b18023d4 1995864 x11 optional aqemu_0.8.2-1_i386.deb

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

iQIcBAEBCAAGBQJOW8R+AAoJELs6aAGGSaoGq6UP/AxmwaNzjbUsSmEBBZGe5Aec
586T8RovZ/IWFsMQxKDjSMUppJC32liswIOfYVprYMdJ5SVaQHMhs7oqYHMenKGS
9awo6ETeQKdtflLt6eJEL7Jn8slqA0x029fHqTMuv7WTDqJiIGUH+jB+PBlgyDPM
JHlC55EOUiu2q3gGPL/tYNayOzzwfI+a9JPol8nQAPwyXkihj4NjBi3TDwyT7jG5
XYYAE1gaFtnf+UNd9LHckz9+Emg1ejZaBlx4IXCdlgvidYJFbC9UqZTO4IW8kCvw
fvpXOnL8Sonp3pTVXieCrmzNchP6NuW3dVsA0Q1iZtzz/u7J+6iNIgWRhmwUXRQi
kd6klglHQYrDZZL+ugFEhb/wDHOx6gfSMJMugHtMBftWym/pY+SrI130KOX5ilIH
iSrpiEvRTiTKokMqIdybMVgf8J5zX6HUBnxeWw2U0X255GWovY8YqsQcWoqSXYWo
T45G3Dw1nVeQfjDwXpsGW8QEE/W/vpYGy3V+gLYvriINHqa1uk9J2xc8RVUmsy5M
/CswY8mYirLUxxH7pjLnhMxjEKrnpBTxd0DJBwdHEyLrBsgxXATsIe/tqyiMtH2s
5MfaUthSuoisheP915DxoTwiBcCyUCSSDIC5tcBxOgoZCaq1FBLkXUCTL/zVniuG
wzONuCYmHY6eEVloDx+k
=4l4E
-END PGP SIGNATURE-


Accepted:
aqemu_0.8.2-1.debian.tar.gz
  to main/a/aqemu/aqemu_0.8.2-1.debian.tar.gz
aqemu_0.8.2-1.dsc
  to main/a/aqemu/aqemu_0.8.2-1.dsc
aqemu_0.8.2-1_i386.deb
  to main/a/aqemu/aqemu_0.8.2-1_i386.deb
aqemu_0.8.2.orig.tar.bz2
  to main/a/aqemu/aqemu_0.8.2.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/e1qy5gw-5t...@franck.debian.org



Accepted mupen64plus-core 1.99.4+77+8bb0e6b3ae3a-1 (source all amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:05:24 +0200
Source: mupen64plus-core
Binary: libmupen64plus2 libmupen64plus2-dbg libmupen64plus-dev
Architecture: source amd64 all
Version: 1.99.4+77+8bb0e6b3ae3a-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 libmupen64plus-dev - mupen64plus development package
 libmupen64plus2 - plugin-based Nintendo 64 emulator, core library
 libmupen64plus2-dbg - mupen64plus debug symbols package
Changes: 
 mupen64plus-core (1.99.4+77+8bb0e6b3ae3a-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
8bb0e6b3ae3a4020c12e601cfddf028fbb44a6ea
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patches: allocate_mmap.patch, api_header.patch,
   big_endian_conflict.patch, conflicting_symbol.patch,
   info_configuration_failure.patch, interpreter_fpu_modes.patch,
   interpreter_rw_memory.patch, mipmapping_doc.patch,
   n64_cic_nus_6105.patch, n64_romswap.patch, osd_memory_corruption.patch,
   privilege_segfault.patch, rewrite_makefile.patch, rjump_globber.patch,
   rtc.patch
 - Rebase dejavu-font.patch and printf_fixup.patch against
   1.99.4+77+8bb0e6b3ae3a
   * Add new files to debian/copyright
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 f2c0a7269354f8b4351748c2c969ac2c6425588a 2358 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.dsc
 191178cf54f22029cd930f31c2d67364ce6a204a 987206 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a.orig.tar.gz
 612add73e426359f9003c818a6a4705b87167a40 13163 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.debian.tar.gz
 fc209d7100a9c2b32367b76fbb4c9ffbef1cd64d 580544 
libmupen64plus2_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 5889a5eaaaeb6d4a8ce34cb381c4ab6792628238 337148 
libmupen64plus2-dbg_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 c351b66b5280c8f4c507ebcb29a2452f709138d9 32438 
libmupen64plus-dev_1.99.4+77+8bb0e6b3ae3a-1_all.deb
Checksums-Sha256: 
 55d6e1457146ffd2fb34f007c65cfb9b559734e5760d38727c9ef384be6c2341 2358 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.dsc
 87b07f4dffadd86593f32f77db79b7d154056d5fd98cc7fcd6a7cb04680b947f 987206 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a.orig.tar.gz
 1009d4a612a3d6fbc04840fa5b21336b189cb3fe12f5eb9b5253dc111a6f1f73 13163 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.debian.tar.gz
 4836660b5df7fbcdd7ac1760e7c507061dfba69f97372f89bf104d32d3f8b6fb 580544 
libmupen64plus2_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 db44689ad9ad327bc482526cc14cb09ec9476c21439236f91b59a7d3e3468eac 337148 
libmupen64plus2-dbg_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 1d199b8c9b8ec67c6464dbe1522dd136f387697abffdd1e0a18af50adaa4ca3e 32438 
libmupen64plus-dev_1.99.4+77+8bb0e6b3ae3a-1_all.deb
Files: 
 9b0a10ca5afe71cbc462ab026c169cbb 2358 games optional 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.dsc
 9b074074b56f988708037b89bd100aba 987206 games optional 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a.orig.tar.gz
 d43afad4a9aab673c0cc04e081fb89d7 13163 games optional 
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.debian.tar.gz
 ae907ea9968dedb5df55a9022cf28125 580544 libs optional 
libmupen64plus2_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 a091b58e319df12ef0e5a0556f023845 337148 debug extra 
libmupen64plus2-dbg_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
 536c7e89afbcc2b0c02f58f9ebf183d5 32438 libdevel optional 
libmupen64plus-dev_1.99.4+77+8bb0e6b3ae3a-1_all.deb

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

iQIcBAEBCgAGBQJOW8VAAAoJEF2HCgfBJntGEDIP/2ULkRCzdtGr4enmk1z5FOCz
3kc2mrRGhUBnAKDG076GYeX1FwsVLbgpdjeKLfsO3ozCIw8a8EgTwfRks6//YLF2
2oqRFrkrridhoZnztKv0lxoSCCR8K00FGzi91neMx/odttyK3O1ySAbCYFapp8bw
yMGFrG6a5t6RUm9VWMhW8sqdgtrnAI9Nnybe+e4VY3YwBhx+HkzBmAS936facEEV
fKFE8cDzYPZpPW1gZcsblDvmmaMCNj6kWRezO43i3mL2ebMyTQ33udS2NB0zQcBO
2xbR4RKZARdrKO31mVmp1InI4SfZd/W3AqxldO0eqnJ60SaVMRtO+qYy/Q84JaJN
d+Wx3d+bklxHd1hYB0TufFE+r+kzndbChbqcvZYG1YOX4dOp4WhL8ZVmHiNo4gZ4
FMCf0N0DFkbU4hru5eYfLL0qOF/hX7FckuhP6DXh0dR892uJfut7SQxg0TnxPONT
N4iTLOCFgL2R4EZNFUo7OOWT6goWkXF264NpOcVGRagRlFeHkjiyEnRaxwYG4KXh
Dru2eClNCqzPiw91krFfmIczGD3Rn9bxWyrKCqABIU6bYSsZqD1ljPvF5Mit+VTk
35cBKhHiSBxpCdvmsdWiBLGxWG1KTia3n9ETHITtADDM6i4KK+t8/F/Vx1Qvkw+M
KTJ8fFwU1qwjdybnqUm6
=LKw4
-END PGP SIGNATURE-


Accepted:
libmupen64plus-dev_1.99.4+77+8bb0e6b3ae3a-1_all.deb
  to main/m/mupen64plus-core/libmupen64plus-dev_1.99.4+77+8bb0e6b3ae3a-1_all.deb
libmupen64plus2-dbg_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
  to 
main/m/mupen64plus-core/libmupen64plus2-dbg_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
libmupen64plus2_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
  to main/m/mupen64plus-core/libmupen64plus2_1.99.4+77+8bb0e6b3ae3a-1_amd64.deb
mupen64plus-core_1.99.4+77+8bb0e6b3ae3a-1.debian.tar.gz
  to 

Accepted ncbi-blast+ 2.2.25-5 (source all amd64)

2011-08-29 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 12:31:05 -0400
Source: ncbi-blast+
Binary: ncbi-blast+ ncbi-blast+-legacy
Architecture: source amd64 all
Version: 2.2.25-5
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Aaron M. Ucko u...@debian.org
Description: 
 ncbi-blast+ - next generation suite of BLAST sequence search tools
 ncbi-blast+-legacy - NCBI Blast legacy call script
Closes: 629656
Changes: 
 ncbi-blast+ (2.2.25-5) unstable; urgency=low
 .
   * Team upload.
   * debian/patches/hurd_fixes: further patch configure(.ac) to reflect
 -Wl,rpath,... support.  (Closes: #629656.)
   * debian/patches/fix_lib_deps: link makembindex and srsearch against
 libxconnect rather than libconnect for consistency with libblast,
 which uses the former for consistency with other projects.
Checksums-Sha1: 
 67405c1410d6c40dfd6354501bb8dd70f6994f18 2209 ncbi-blast+_2.2.25-5.dsc
 59af38d9b60c3ed40b1b6c1a3e5f22d0f997ebf0 16414 
ncbi-blast+_2.2.25-5.debian.tar.gz
 e8fc16c471b62bfb6ed5c847b110389e7b20fda7 10152258 
ncbi-blast+_2.2.25-5_amd64.deb
 3c9e9d3d3aba4fb78bc29163c3c619cad4adfb4d 6608 
ncbi-blast+-legacy_2.2.25-5_all.deb
Checksums-Sha256: 
 44a1f1f6b5410796b07277edfb4638d94cff6bc0d0fa99ad6182536cf3ddd379 2209 
ncbi-blast+_2.2.25-5.dsc
 903df869a77d1557c17d9315eadaafbb6ece82472321d65f7249193a6755895e 16414 
ncbi-blast+_2.2.25-5.debian.tar.gz
 b0e6323f198ce1d806124ce3daf18b915ffbc21dd3d618125685406ad31338d8 10152258 
ncbi-blast+_2.2.25-5_amd64.deb
 f8deb5d9895cff54d5a87b6d07979de7c8d6e230ee9777b9a771790e3ac7c34a 6608 
ncbi-blast+-legacy_2.2.25-5_all.deb
Files: 
 aea4ce5a8b9db23b53733397a47b11dc 2209 science optional ncbi-blast+_2.2.25-5.dsc
 b0ba599240cd7f43ca7ee92e7bfb2db3 16414 science optional 
ncbi-blast+_2.2.25-5.debian.tar.gz
 0d1953582a1b7e937995ba34f68e5e7e 10152258 science optional 
ncbi-blast+_2.2.25-5_amd64.deb
 abe9416e55f086e2e06cb2063568ca95 6608 science optional 
ncbi-blast+-legacy_2.2.25-5_all.deb

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

iQIcBAEBCAAGBQJOW8qKAAoJEB5wkbHxSmSiR5UP/0CPTEkThJg95OpPMN47cBKz
i0NI/+MoAW+/N+1+z0laAOMtdyc3IFqxXxAomRbO+UxPLPbEU+O4fUHKCc5IY+t1
htUiztscRRbACJvXYN1pvo+jli3K3aj92lFyDFCoxSJXK6o0KwotlzT2VepeERQi
YRo6mO2GKWGqetkRuJ/7sguWD+HI5GYDNc7QF5rIJjt+4bfabUdAPsqiKVOWQ8mS
2VCH5x6TXAxz8G2FGYfx8CHZNTW4YI7JwjxiFzhaLeGoNckhXXVquQz8ZsmTInAT
G/DesPKv8IgBxf3B0yXKky3WSfKXV1lbKz/V58+ZkgOD/tVC5mvQDDVpG4deeTQz
r27rPnp8BCdpN4vXb2T2mgNz1XfH6EQuP7Yz5bhi5oaSYSXA1aHMf+MFPmlDwGYD
RjR8HHwta08h+D4r6cBlZbCL5pFlULe+H8PiFjGvmT1/xx1HfoUrEozQjuerhFBn
VcXfeGeT8wbbqk5aQ0b3Wl/UUuLVCs1v/n5EXoFyp6WMzwIguQo3C4K1tj1hMStU
DZeSs2M/IRfqYBoIfW2EwiHcGmekGsWk5ogYGupJZaWFHPOlR6BatjVKjtFFLs45
i2iAYozaxZAnfkraY9u1kDuI6sgz63Q/wL8NhT1FzKHy+1MOYGSZjz5gCf2Hjkz2
4Mba3qTW4sLzv/9GZY7P
=Wr+i
-END PGP SIGNATURE-


Accepted:
ncbi-blast+-legacy_2.2.25-5_all.deb
  to main/n/ncbi-blast+/ncbi-blast+-legacy_2.2.25-5_all.deb
ncbi-blast+_2.2.25-5.debian.tar.gz
  to main/n/ncbi-blast+/ncbi-blast+_2.2.25-5.debian.tar.gz
ncbi-blast+_2.2.25-5.dsc
  to main/n/ncbi-blast+/ncbi-blast+_2.2.25-5.dsc
ncbi-blast+_2.2.25-5_amd64.deb
  to main/n/ncbi-blast+/ncbi-blast+_2.2.25-5_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/e1qy5hf-sx...@franck.debian.org



Accepted netbeans-cvsclient 6.5-2 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 11:00:31 +0200
Source: netbeans-cvsclient
Binary: libnetbeans-cvsclient-java
Architecture: source all
Version: 6.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libnetbeans-cvsclient-java - NetBeans CVS Client library
Changes: 
 netbeans-cvsclient (6.5-2) unstable; urgency=low
 .
   * Change Build-Depends: default-jdk-builddep to default-jdk.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 4aaf9365c60099ba56acc35ebdbfd06fc10a7808 1432 netbeans-cvsclient_6.5-2.dsc
 58b7752118dc1aaac9bbe58ca3d2fffbd96864ce 9323 
netbeans-cvsclient_6.5-2.debian.tar.gz
 2fa4029daf9ea70a41cfd32868fe7ebec085aeb4 348548 
libnetbeans-cvsclient-java_6.5-2_all.deb
Checksums-Sha256: 
 3d618a4fde0914a0a7ef9c3e6ef070b87ce3f8a27b43a3eb44779040ed31fbd3 1432 
netbeans-cvsclient_6.5-2.dsc
 38e440dfed54de2b3b2c3a8796bc246630675892c8648e3e02170e05e279b706 9323 
netbeans-cvsclient_6.5-2.debian.tar.gz
 d05f1627e62511fd4b8ffcb7ef3f4906bf38ad1ec2b5f15acfe3cb976d7a184c 348548 
libnetbeans-cvsclient-java_6.5-2_all.deb
Files: 
 e064c56e8ab7cf202ddf50988b0e0b62 1432 java optional 
netbeans-cvsclient_6.5-2.dsc
 544f4350e816276823f5afd92a41080c 9323 java optional 
netbeans-cvsclient_6.5-2.debian.tar.gz
 d944ef03825bc6558e4bc35e12884d2c 348548 java optional 
libnetbeans-cvsclient-java_6.5-2_all.deb

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

iEYEARECAAYFAk5bynkACgkQfY3dicTPjsNIlQCfQ1FPVjCxbxqX67kMCysHjzqN
3+sAnRHyQbFECOjibNNnsU4y24XShWRN
=wJWd
-END PGP SIGNATURE-


Accepted:
libnetbeans-cvsclient-java_6.5-2_all.deb
  to main/n/netbeans-cvsclient/libnetbeans-cvsclient-java_6.5-2_all.deb
netbeans-cvsclient_6.5-2.debian.tar.gz
  to main/n/netbeans-cvsclient/netbeans-cvsclient_6.5-2.debian.tar.gz
netbeans-cvsclient_6.5-2.dsc
  to main/n/netbeans-cvsclient/netbeans-cvsclient_6.5-2.dsc


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



Accepted libjgrapht0.6-java 0.6.0-10 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 10:53:13 +0200
Source: libjgrapht0.6-java
Binary: libjgrapht0.6-java libjgrapht0.6-java-doc
Architecture: source all
Version: 0.6.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libjgrapht0.6-java - mathematical graph theory library for Java
 libjgrapht0.6-java-doc - javadoc-generated API of libjgrapht-java
Changes: 
 libjgrapht0.6-java (0.6.0-10) unstable; urgency=low
 .
   * Team upload.
   * Remove binary package libjgrapht0.6-java-link because we never agreed on
 such meta packages. Add apropriate Provides, Conflicts, and Replaces.
   * Change Section: java.
   * Update Standards-Version: 3.9.1.
   * Remove Java runtime from Depends. Remove Suggests: java-virtual-machine.
   * Switch to debhelper level 7.
   * Switch to source version 3.0.
Checksums-Sha1: 
 f81dde9d44f12e37bc8d19defc706e853d353630 1418 libjgrapht0.6-java_0.6.0-10.dsc
 6a64d1253ad07ce335604bb00ad3a4120a3cceb4 3842 
libjgrapht0.6-java_0.6.0-10.debian.tar.gz
 e7b32a96e9119f8dbb0ed0f98947a42a719a10cf 80916 
libjgrapht0.6-java_0.6.0-10_all.deb
 5a2cbc74142079c63b8e8be2c6f5770202ea03b1 163762 
libjgrapht0.6-java-doc_0.6.0-10_all.deb
Checksums-Sha256: 
 cead8928152be75b93a111ab84f2607be65d0a0767b999adc349662ca0f54d5d 1418 
libjgrapht0.6-java_0.6.0-10.dsc
 2db7cdab9a191cdfb7530d7daa64fd305802821b66fcfca58376d8dc7dd71214 3842 
libjgrapht0.6-java_0.6.0-10.debian.tar.gz
 7626b3100786a676aee9f37ca300188805087eb913121aacd53ee108c146f8a0 80916 
libjgrapht0.6-java_0.6.0-10_all.deb
 4bb165e48680fa7d1b85f76fcfb1867efc54a5c2b272f3b512a1426243dda748 163762 
libjgrapht0.6-java-doc_0.6.0-10_all.deb
Files: 
 dc9f6cf7438fe717ff812aec19355417 1418 java optional 
libjgrapht0.6-java_0.6.0-10.dsc
 ccc7515b154bf866a6e7c76dc87e7b71 3842 java optional 
libjgrapht0.6-java_0.6.0-10.debian.tar.gz
 fadb5123ba0cde45b6b2578b0cd4aeda 80916 java optional 
libjgrapht0.6-java_0.6.0-10_all.deb
 34df3e03765ea64a0a275f0b70a32e7c 163762 doc optional 
libjgrapht0.6-java-doc_0.6.0-10_all.deb

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

iEYEARECAAYFAk5bz0sACgkQfY3dicTPjsOGigCePd1aId0GyLK0wFPlU0ZaaQYe
qNgAoJAC9l9RoDLvxVPrrKwqM7hG0w3P
=jxsk
-END PGP SIGNATURE-


Accepted:
libjgrapht0.6-java-doc_0.6.0-10_all.deb
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java-doc_0.6.0-10_all.deb
libjgrapht0.6-java_0.6.0-10.debian.tar.gz
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10.debian.tar.gz
libjgrapht0.6-java_0.6.0-10.dsc
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10.dsc
libjgrapht0.6-java_0.6.0-10_all.deb
  to main/libj/libjgrapht0.6-java/libjgrapht0.6-java_0.6.0-10_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/e1qy5vs-0002mt...@franck.debian.org



Accepted liburi-fetch-perl 0.09-1 (source all)

2011-08-29 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 18:30:57 +0100
Source: liburi-fetch-perl
Binary: liburi-fetch-perl
Architecture: source all
Version: 0.09-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 liburi-fetch-perl - Smart URI fetching/caching
Changes: 
 liburi-fetch-perl (0.09-1) unstable; urgency=low
 .
   * Add Vcs-* fields
   * Switch to dpkg-source 3.0 (quilt) format
   * Switch to minimal dh7 rules
   * Add Homepage field
   * Update Standards-Version (no changes)
   * New upstream release
   * Refresh debian/copyright
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 accc7fe3e6fe8c67f8de72c2d68ad0afa873c924 1341 liburi-fetch-perl_0.09-1.dsc
 5afcf5aa46185fb170e1aea2271bdf30332b53d1 51315 
liburi-fetch-perl_0.09.orig.tar.gz
 6dcbecd7135627cfea336c77669c1a591a1e4ca8 2019 
liburi-fetch-perl_0.09-1.debian.tar.gz
 dd1631a70f6d202f1804eba594639e155a7d73ae 16758 liburi-fetch-perl_0.09-1_all.deb
Checksums-Sha256: 
 298e15e9bbd6fe4fa567869bf7a954fc70530c6246799dac4d11cf5576e7cc93 1341 
liburi-fetch-perl_0.09-1.dsc
 3877535b99e5c166b2d27b5761386aac54458d6795d9e3561bdfc42fcf97ed6d 51315 
liburi-fetch-perl_0.09.orig.tar.gz
 91edc389835db78267d826a55c8988493c0e4856685c64980230aa6978d59529 2019 
liburi-fetch-perl_0.09-1.debian.tar.gz
 05bbf2e292538170763ab8fe3b67849465cb82aa4f04df5db67b228fd3c3756f 16758 
liburi-fetch-perl_0.09-1_all.deb
Files: 
 55bee1487dc298afb0aeda8bd4727bc3 1341 perl optional 
liburi-fetch-perl_0.09-1.dsc
 cfc746bb7f142f0f5b82ea80a4416f2b 51315 perl optional 
liburi-fetch-perl_0.09.orig.tar.gz
 c2e5fa93e7204c3b119333e627a3838e 2019 perl optional 
liburi-fetch-perl_0.09-1.debian.tar.gz
 0315b6226194450f63064cd3e828895b 16758 perl optional 
liburi-fetch-perl_0.09-1_all.deb

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

iD8DBQFOW8z4YzuFKFF44qURAgzgAKCB89P3BJcbleKuGidjwSeU1mn8EgCcCQp2
sPOG1mLyaRuPOw5Fv2RC4Po=
=SK9g
-END PGP SIGNATURE-


Accepted:
liburi-fetch-perl_0.09-1.debian.tar.gz
  to main/libu/liburi-fetch-perl/liburi-fetch-perl_0.09-1.debian.tar.gz
liburi-fetch-perl_0.09-1.dsc
  to main/libu/liburi-fetch-perl/liburi-fetch-perl_0.09-1.dsc
liburi-fetch-perl_0.09-1_all.deb
  to main/libu/liburi-fetch-perl/liburi-fetch-perl_0.09-1_all.deb
liburi-fetch-perl_0.09.orig.tar.gz
  to main/libu/liburi-fetch-perl/liburi-fetch-perl_0.09.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/e1qy5vd-0002ox...@franck.debian.org



Accepted saxonb 9.1.0.8-1 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 13:34:44 +0200
Source: saxonb
Binary: libsaxonb-java libsaxonb-java-doc
Architecture: source all
Version: 9.1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libsaxonb-java - The Saxon-B XSLT Processor
 libsaxonb-java-doc - The Saxon-B XSLT Processor's documentation and javadoc
Closes: 576467 599413
Changes: 
 saxonb (9.1.0.8-1) unstable; urgency=low
 .
   * Team upload.
   * Newer but not newest upstream release. (Closes: #576467, #599413)
   * Switch to source format 3.0.
   * Update debian/watch to look into subversions tags directory. But there are
 even newer versions than tags.
   * Remove Java runtime from Depends.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 344011d3ec2fc27f648f7fd34761c29515587a84 1376 saxonb_9.1.0.8-1.dsc
 518546c362df80fe028126f3138b5c072605fadb 2209025 saxonb_9.1.0.8.orig.tar.gz
 95a103cf9d3c88d6737331c279e9b94b7636f5a9 21803 saxonb_9.1.0.8-1.debian.tar.gz
 4f1955f36125edb18754cd3afa7e81ce2bd7c2d5 3985896 
libsaxonb-java_9.1.0.8-1_all.deb
 74366192dac352eb41209682693237230c410954 4263048 
libsaxonb-java-doc_9.1.0.8-1_all.deb
Checksums-Sha256: 
 9b8f76147b6653ea2585576dc28ee20864fa8c53114cfd576ba5ae9fcbce4407 1376 
saxonb_9.1.0.8-1.dsc
 1fc11cc4a2119b2117477785c67443d2505763ae3137240499b48ea5a33ad673 2209025 
saxonb_9.1.0.8.orig.tar.gz
 07583d7f90db9577459d845a2df6c9f24794d0d5319e92f575099018b68467fb 21803 
saxonb_9.1.0.8-1.debian.tar.gz
 1be48ce5492f6a835f6f15195614e591636f71cafe1633128e9de9559e11 3985896 
libsaxonb-java_9.1.0.8-1_all.deb
 3be6e83b7b8f33d116b2a95a510e177b622945cb8864ca615ee3a8ce51466b77 4263048 
libsaxonb-java-doc_9.1.0.8-1_all.deb
Files: 
 d3b11c7800049c8621c4a58f3541ea8a 1376 java optional saxonb_9.1.0.8-1.dsc
 f431ba840a1474e2940466a4570f37a6 2209025 java optional 
saxonb_9.1.0.8.orig.tar.gz
 724066722e50b3851488fc25a6e56862 21803 java optional 
saxonb_9.1.0.8-1.debian.tar.gz
 f236bface73b9202892cb2642be73b77 3985896 java optional 
libsaxonb-java_9.1.0.8-1_all.deb
 067b71054a0e6d6ba0e75d5058a67b75 4263048 doc optional 
libsaxonb-java-doc_9.1.0.8-1_all.deb

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

iEYEARECAAYFAk5bzHgACgkQfY3dicTPjsNhIQCdGkVMqqLw+Kisz/Lbv/5JAGSG
GnoAni9snJG2Pcj5USSUSo4SObdoVE9w
=P6cv
-END PGP SIGNATURE-


Accepted:
libsaxonb-java-doc_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java-doc_9.1.0.8-1_all.deb
libsaxonb-java_9.1.0.8-1_all.deb
  to main/s/saxonb/libsaxonb-java_9.1.0.8-1_all.deb
saxonb_9.1.0.8-1.debian.tar.gz
  to main/s/saxonb/saxonb_9.1.0.8-1.debian.tar.gz
saxonb_9.1.0.8-1.dsc
  to main/s/saxonb/saxonb_9.1.0.8-1.dsc
saxonb_9.1.0.8.orig.tar.gz
  to main/s/saxonb/saxonb_9.1.0.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/e1qy5w6-0002s9...@franck.debian.org



Accepted libdbd-mock-perl 1.43-1 (source all)

2011-08-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 19:56:22 +0200
Source: libdbd-mock-perl
Binary: libdbd-mock-perl
Architecture: source all
Version: 1.43-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbd-mock-perl - Mock database driver for testing
Changes: 
 libdbd-mock-perl (1.43-1) unstable; urgency=low
 .
   * New upstream release.
   * Add a patch to fix a spelling mistake in the POD.
Checksums-Sha1: 
 eed8561dedf2bd2aa94bc2478ea456fc830e3151 2147 libdbd-mock-perl_1.43-1.dsc
 4ab72fc4855ad56ef170260066b6ea43afc0bf98 48307 
libdbd-mock-perl_1.43.orig.tar.gz
 a513250b0039c025c34edc3c3191bfdecc668b97 3132 
libdbd-mock-perl_1.43-1.debian.tar.gz
 a8fbffd46d52d930c150ec450e78a0e7b8eb5c11 44114 libdbd-mock-perl_1.43-1_all.deb
Checksums-Sha256: 
 1c9b6d2d8c8438256595145f3d4b33a738f5f7eb1cfb671635bbe29da9a080b1 2147 
libdbd-mock-perl_1.43-1.dsc
 528dd5cdf2d813fcb1d74956b10925cfc5bc0ac6df43bf3061c8ef4d112df2ac 48307 
libdbd-mock-perl_1.43.orig.tar.gz
 3caba8f167d52295a8565cca0a38da3e47750e9356e6ccf8c517c854ad2a3fde 3132 
libdbd-mock-perl_1.43-1.debian.tar.gz
 214666b1f38d186e69ff6b00a928933c2d81a9b37bd16f914905b3c90ee814a6 44114 
libdbd-mock-perl_1.43-1_all.deb
Files: 
 f6d1d1a22829852e36ad11cdedeb2ac9 2147 perl optional libdbd-mock-perl_1.43-1.dsc
 e7a43b6d20a5ab7f4f469e2dcc5ddc4e 48307 perl optional 
libdbd-mock-perl_1.43.orig.tar.gz
 d4d39fdfc87ff564eef6221e4b7f545b 3132 perl optional 
libdbd-mock-perl_1.43-1.debian.tar.gz
 ea1058da2c7d83e0c98a649836bf9db3 44114 perl optional 
libdbd-mock-perl_1.43-1_all.deb

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

iQIcBAEBCAAGBQJOW9MjAAoJELs6aAGGSaoGb+wP/iYax7mYne6I3/MBOeQxgPlK
2I6t1WDKem8qcb0+X396pqXAmtSKMzv6o+GOBIDl5jQr73wLMFVF5wirVDszc0eZ
Qt8otKJhU0ThPcuLIj8+fJECNez6CE0JjKYfwQeqt1sOLB/wYm2XnwgPw6JcUoDM
/B8r5mAqB/3FIoWo1RQ/ulyuTzQV8kYsybF1u1ySBfn4N0qf9RWcFTyjhmU2zt1b
Ba3jJ7PEI988qKbH7Dpq7KSO3DWcr4FBd5o+o+bfGYRX/BJ/ViB+7hSnNlXDPXL7
LnFfVvylCBawlRjZU0prXSpIUfnQATK+hEHLrh0OMV1RJGYm1gf3P1mn/zdNoDTB
fj6b3GfgjYAoLqLJ32+ts6lFtrKbW+e843cBJ974zIf2astPnWsaR+Nkyh84J9SV
TQ0545dfT3nZ9BFuiX3bBGjXjpsh1xyX48QQGmK2gmJtfEBwcC7ti83V+jgL+PP8
a+0+dRVJTtFMksKtM1fMQvR5AGl3Wtd2kLAJJT+/MXR3dxH034dnWzxf60OZP6gk
H0co73m5O5Fg/mAo9Sq2nhkCYQbTeMlXgvUU0iLdTcP6a6bIezM20e9QSt5uwP2f
QmCMQuIvQ8ky0qH8cb5IMbGS6y5V0onbMFfat/xUQuFAv/+71ipa7IZ86U9nKf4L
pbinerG3rQrMJBfNpNYV
=K2dT
-END PGP SIGNATURE-


Accepted:
libdbd-mock-perl_1.43-1.debian.tar.gz
  to main/libd/libdbd-mock-perl/libdbd-mock-perl_1.43-1.debian.tar.gz
libdbd-mock-perl_1.43-1.dsc
  to main/libd/libdbd-mock-perl/libdbd-mock-perl_1.43-1.dsc
libdbd-mock-perl_1.43-1_all.deb
  to main/libd/libdbd-mock-perl/libdbd-mock-perl_1.43-1_all.deb
libdbd-mock-perl_1.43.orig.tar.gz
  to main/libd/libdbd-mock-perl/libdbd-mock-perl_1.43.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/e1qy69w-0004ui...@franck.debian.org



Accepted mupen64plus-audio-sdl 1.99.4+23+a5074e99bdcc-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:00:51 +0200
Source: mupen64plus-audio-sdl
Binary: mupen64plus-audio-sdl mupen64plus-audio-sdl-dbg
Architecture: source amd64
Version: 1.99.4+23+a5074e99bdcc-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-audio-sdl - sdl audio output plugin for mupen64plus
 mupen64plus-audio-sdl-dbg - sdl audio output plugin for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-audio-sdl (1.99.4+23+a5074e99bdcc-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
a5074e99bdcc24d43548ac3d9409bd7603b3b53b
   * debian/control:
 - Add virtual package libsamplerate-dev as alternative build dependency
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patches rewrite_makefile.patch
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 6db4fb9e5d4f820e7c7c16659939ecec5bd8d856 2331 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.dsc
 44cb0ab7b500dd0b796aae263b830bc8da46ba93 22965 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc.orig.tar.gz
 b88c57b7cba734f38d539926f7bae9816e8ec735 7049 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.debian.tar.gz
 7ab2c2a63ccbefae953a5c4d8857bffcf4d23dfb 17466 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1_amd64.deb
 bb30c3127cf6a93d6db6d2a9dd5e21c80777aac2 21198 
mupen64plus-audio-sdl-dbg_1.99.4+23+a5074e99bdcc-1_amd64.deb
Checksums-Sha256: 
 64a76b2885babe28dae301e2db2c188c34e481228deea07ac8ce0d925262c886 2331 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.dsc
 c68322c350353886a244307b8116c1337d66dda3ad1ef00ea7dc28433cf06a42 22965 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc.orig.tar.gz
 c459de7323e3861c532b54b91341fbd5b3a8b8d71f0723024a64aa9fe3f68cb2 7049 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.debian.tar.gz
 a8eedd606f48f931267053665220f4893e904235f45f48d1c485a9f088a1f4dc 17466 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1_amd64.deb
 c8cc8f454bc6668546563c2e17feb3aad8b390576e201b4ac71e7737774223a6 21198 
mupen64plus-audio-sdl-dbg_1.99.4+23+a5074e99bdcc-1_amd64.deb
Files: 
 0dfde0e2a2ef484227dba75b58b10cd3 2331 games optional 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.dsc
 217532c06273420588490b4d5b071a08 22965 games optional 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc.orig.tar.gz
 8f50648798c421ae7c2905154da6e6e8 7049 games optional 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.debian.tar.gz
 a43323608b3dd88c5f4d47596de47bbb 17466 games optional 
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1_amd64.deb
 371e5e42badb19bc56bf02eb2b183b03 21198 debug extra 
mupen64plus-audio-sdl-dbg_1.99.4+23+a5074e99bdcc-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9IzAAoJEF2HCgfBJntGQNYQALk/FF903q8qvtAxLGpnSXGA
faKkcHzGmJksTjqNmOP0c8ChZ+FirojPLmlhVQcNlMniJAHVquza+/thQOP+dD33
RT78vlqGe66zIdhLvkE8eAqnct3rMBDyDNx+DQQKJTolwc5WivIGVzctXyO1pb7e
8yMSl827yVo0W8WD0/ngZP0haEq+Pu/1PV9yrVDWDPy+sW4c3QHHeh4GjwZnqOQ7
t7698VEnPvbnuCw+xDBD3wOheRwLdWpuAAX3GRYnXJPCMJfUfBniSGzU3ddd4gY3
zaGiZResCaK+nOcCgUAddd7jDFiguAYhOiXRl4fZIjSkBLlnCZk64kpXsSrbtbhx
cFTZG0HFVItSmyVdlx+boMEi30sdlAtMBvU0wtwbcCvcIDVdEXMOGkAGeKGHk9rJ
ShUQjHVOjuA6PkcYa8s66LWCAM1hkdnBgRHXLxCdG8mCtPvmRI45SK9HxK1blJpj
6oU9D+BbRTJ5QaqLLQQztWZkC45sw0JhO0U0a1VnzbjUpSRz7ka/rLuKIyzYKrxq
iPaEvEmCNPmaEppEY4HJnO+2pD63c6+Bn1cc2P3be8VGtLN/hO/9wmZOq9TEtz0c
3lwLh3UB7eoqm7S+PKtGs49hhi88qZ8NIibF1mIheh0Bp02PuuUe8Y333Mofb2gI
Rsb2mm4Sk5E+M0lulh7E
=JA9o
-END PGP SIGNATURE-


Accepted:
mupen64plus-audio-sdl-dbg_1.99.4+23+a5074e99bdcc-1_amd64.deb
  to 
main/m/mupen64plus-audio-sdl/mupen64plus-audio-sdl-dbg_1.99.4+23+a5074e99bdcc-1_amd64.deb
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.debian.tar.gz
  to 
main/m/mupen64plus-audio-sdl/mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.debian.tar.gz
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.dsc
  to 
main/m/mupen64plus-audio-sdl/mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1.dsc
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1_amd64.deb
  to 
main/m/mupen64plus-audio-sdl/mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc-1_amd64.deb
mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc.orig.tar.gz
  to 
main/m/mupen64plus-audio-sdl/mupen64plus-audio-sdl_1.99.4+23+a5074e99bdcc.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/e1qy6a9-0004y3...@franck.debian.org



Accepted mupen64plus-input-sdl 1.99.4+30+02519b25976b-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:05:38 +0200
Source: mupen64plus-input-sdl
Binary: mupen64plus-input-sdl mupen64plus-input-sdl-dbg
Architecture: source amd64
Version: 1.99.4+30+02519b25976b-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-input-sdl - sdl input device plugin for mupen64plus
 mupen64plus-input-sdl-dbg - sdl input device plugin for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-input-sdl (1.99.4+30+02519b25976b-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
02519b25976b988cfd40af19acf383da4bd8f92f
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patches 2controllers-per-usb-device.patch,
   patches/inputautocfg.patch, mouse_sensitivity.patch,
   rewrite_makefile.patch
   * Update years in debian/copyright
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 4ef1075b1a7b9ee42d182be49bc238a18e4d3e65 2279 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.dsc
 429f9c9dd435d77001590ba9e6f85788d69f30bc 35974 
mupen64plus-input-sdl_1.99.4+30+02519b25976b.orig.tar.gz
 3110f32767de74f4ddaec0bd3a48dd05a2269da8 7110 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.debian.tar.gz
 160405e3a3e96ca465685310253c989c667e8f99 26682 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1_amd64.deb
 60016a51a0fb89567429ad6c269064d5a0af20e4 34534 
mupen64plus-input-sdl-dbg_1.99.4+30+02519b25976b-1_amd64.deb
Checksums-Sha256: 
 d94b7d6c23ba857fc52e8c10b12af7bc6b6e7dfa89030ec3b9b52be6182e0f16 2279 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.dsc
 f003f78eb726e85cb9aeacd9870912b8f989f06a3e35432782c689ec471a89e0 35974 
mupen64plus-input-sdl_1.99.4+30+02519b25976b.orig.tar.gz
 5eb4ddde684524a09072aaaf1db1b76fedbdb3937b7f36ef4c828bb75215a7eb 7110 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.debian.tar.gz
 8a357d0713ac48da5ccb3cc67c9a04de85c430c87dce75bab42dff526bf8bbb3 26682 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1_amd64.deb
 2b2b5a6ef520d4521c73d7e34b7b19ec2046e0406a943f3e748308762e08afa0 34534 
mupen64plus-input-sdl-dbg_1.99.4+30+02519b25976b-1_amd64.deb
Files: 
 b9813192d49727d6ae620d21d10807b4 2279 games optional 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.dsc
 44a263ff5c2a5fd7e064599207662251 35974 games optional 
mupen64plus-input-sdl_1.99.4+30+02519b25976b.orig.tar.gz
 ca2898ce79eced1a5d49e16cbb7a7d62 7110 games optional 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.debian.tar.gz
 af5d6a669920ff5ff8981915e2d69246 26682 games optional 
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1_amd64.deb
 668087d10389a12b3fd928a67e047a78 34534 debug extra 
mupen64plus-input-sdl-dbg_1.99.4+30+02519b25976b-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9KuAAoJEF2HCgfBJntGZbMP/3ZyyB8ewZXEbiI+3tP1/TNY
jy+eFQNxYCOYvWxALmHmZOZHsqCm37uCna4YjraeJyUnPuNG5FDFqFoACtj3DDag
1OpK+jjnUeCMmdieqX9dfpzavcwi4j82cBdQYQ7nsQ9wzddVCvpGCFbJ2QTWhiax
mCn1yYZiOMXsldEfrhHCCeZCAveaRerbrqF2+yqIBIWypsfktr+8L+5Es/Pn2kw7
6FAhgmhfzy+0OsfVxKEk435Bj4Cqr3r6Ls6XzrLfmP7+8h3R4R1Z6O8W3vwSuOqz
DHk4Rf4LvUawUhn3q0azoPqSuxavxpFivrsCynPjnPsihEH8KAM+XCbJKWemmlex
lrSbTE09fYkKbzvkdOxWpjkzIxmRVZIBwTFOwfT8vMR79j9OsU80m/5OaYglD/QF
PLq1aD0y013Td4u7QBwgz0o+5sZ5zWQxM+4vp/PGJGKhw6J30odbYorTsBJDYkYO
lGme6pQ9TEd//PYaX7csk6I5/BBuH3r9bWQ5Qz5mo6o1UZAuJ8l1HsP4J8sZP0l4
m/ztzsz7bok+pEqcqB/5cKUEUQMLQxu8qL7tuQcxCLNHxL+UTSTfcTX/uE8ldhEh
3S5zxcMqfZP01Ngc9It5BFa1eiLUxPVFW1N2U/LEbkJUj7hBAeTwIh4cqWT40CMQ
WLvqAP4XmYysqLkX/vDY
=ympR
-END PGP SIGNATURE-


Accepted:
mupen64plus-input-sdl-dbg_1.99.4+30+02519b25976b-1_amd64.deb
  to 
main/m/mupen64plus-input-sdl/mupen64plus-input-sdl-dbg_1.99.4+30+02519b25976b-1_amd64.deb
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.debian.tar.gz
  to 
main/m/mupen64plus-input-sdl/mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.debian.tar.gz
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.dsc
  to 
main/m/mupen64plus-input-sdl/mupen64plus-input-sdl_1.99.4+30+02519b25976b-1.dsc
mupen64plus-input-sdl_1.99.4+30+02519b25976b-1_amd64.deb
  to 
main/m/mupen64plus-input-sdl/mupen64plus-input-sdl_1.99.4+30+02519b25976b-1_amd64.deb
mupen64plus-input-sdl_1.99.4+30+02519b25976b.orig.tar.gz
  to 
main/m/mupen64plus-input-sdl/mupen64plus-input-sdl_1.99.4+30+02519b25976b.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/e1qy6ak-00051t...@franck.debian.org



Accepted mupen64plus-rsp-hle 1.99.4+23+850d9527e48e-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:05:53 +0200
Source: mupen64plus-rsp-hle
Binary: mupen64plus-rsp-hle mupen64plus-rsp-hle-dbg
Architecture: source amd64
Version: 1.99.4+23+850d9527e48e-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-rsp-hle - high-level rsp emulation for mupen64plus
 mupen64plus-rsp-hle-dbg - high-level rsp emulation for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-rsp-hle (1.99.4+23+850d9527e48e-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
850d9527e48eb08a9c2d57d97b68b79bef46940e
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patches big_endian_conflict.patch,
   endianness_xor.patch, rewrite_makefile.patch
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 10d9fafc41634539835b21bef9ba87e90aa20c0f 2257 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.dsc
 19503fd396a645f6e4b962c77913c6be43a95cb9 40082 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e.orig.tar.gz
 572bce8ef909cdaa10e3f597f58890b9eec0e2ac 7040 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.debian.tar.gz
 a088e31bb50ba9e0ddd4e93877d6091f023849c7 30636 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1_amd64.deb
 69b66ad505331fac8aa0f8eeedde04d62a650b77 36548 
mupen64plus-rsp-hle-dbg_1.99.4+23+850d9527e48e-1_amd64.deb
Checksums-Sha256: 
 4b0abaf4e0175a034ea92fa9e72bfb026adb3872e74000492bca9ddb5180257a 2257 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.dsc
 cc11a48ba20a032e3ea445fa1b3074e5f2d7d73d49f1c2f10b5ba02ccf1a934b 40082 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e.orig.tar.gz
 825144ffb2671386ee3eb66360cd452922369f7a6cec9097dc2568654d58a226 7040 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.debian.tar.gz
 4f5604719ab3966edcfb19a6e526ca47eda5b3deb3b3b32a5c763328fe74d00f 30636 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1_amd64.deb
 c1935d23bcdf3d3574b70729017dec2f4c04fdec7590aa760d8ff148729bda21 36548 
mupen64plus-rsp-hle-dbg_1.99.4+23+850d9527e48e-1_amd64.deb
Files: 
 3e948688040d14e663731131eb084523 2257 games optional 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.dsc
 38dde8bbd4c6c2c90a5db9be868672d5 40082 games optional 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e.orig.tar.gz
 8a811606b298f611d045d53f4eca6fc0 7040 games optional 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.debian.tar.gz
 c38fc6afbf18274947b2d48cb20a7d73 30636 games optional 
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1_amd64.deb
 5ba5dcfb791b051ac6eae55c7bf21ffe 36548 debug extra 
mupen64plus-rsp-hle-dbg_1.99.4+23+850d9527e48e-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9NEAAoJEF2HCgfBJntGGikQAI/kqPtSAgqJeVXd9GTf1B9O
YMZ1xVTDTl7zSzG7GD+3veOMI9XqUAIfqYXppJMKweh+zEwLb5ejO7zegCWdrVy0
yz+mLnHw0mnRlE9C4q6UbzzgamQU33FyRTQJsCzxnq9d6G999hq7WDBkenD9I0Zm
sT9+ej86gCZW8GDcHaGB+1vvZFgGAxTgLUdkFUfRHD2uCj5IVjVp7UEe24AsrRYc
OcfgcxvUeguuAm8h4UOO1ZCKYljxI005tcHINOGB+y7/QZAGlkLkftdkLM4dYs9s
DDfxBPiMWsYJlK9QOSvpTwhayJ9yvETew+ADMLmdFkZ6SUPrGJM43sjvTJKzDWFS
k++5O8aFTLmPkfc9J/RC4Nk9X6Qhtx6+jf6A6lXVEvc5Nr6h+C02s3mebyvHsPGf
5ed34Nrj95UkaZorIdh+XuzHbTx1QGDbpE2P282NdjmVWQEa0r/6tfFph7yyIoLs
LXpwWnssfMaP48x2kN2HZIIdS3uCi5q18qnSCdRyJvv/mQsY4A7Xkh7N0WNjkKlM
evDEKZG8be3ADizC3/OZIZNI81fJAoeEnD0Unh47lSZ2vEzKpilkQsF3FkF9LVAN
o+AI9Y1qz9niXTK0LO8Nnu7iU97+TiutG7pf077eIrC3T7BAXic8bd0Y9NOAy7rd
cTx0sLVn0mdXtdHcWumP
=zY0l
-END PGP SIGNATURE-


Accepted:
mupen64plus-rsp-hle-dbg_1.99.4+23+850d9527e48e-1_amd64.deb
  to 
main/m/mupen64plus-rsp-hle/mupen64plus-rsp-hle-dbg_1.99.4+23+850d9527e48e-1_amd64.deb
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.debian.tar.gz
  to 
main/m/mupen64plus-rsp-hle/mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.debian.tar.gz
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.dsc
  to main/m/mupen64plus-rsp-hle/mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1.dsc
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1_amd64.deb
  to 
main/m/mupen64plus-rsp-hle/mupen64plus-rsp-hle_1.99.4+23+850d9527e48e-1_amd64.deb
mupen64plus-rsp-hle_1.99.4+23+850d9527e48e.orig.tar.gz
  to 
main/m/mupen64plus-rsp-hle/mupen64plus-rsp-hle_1.99.4+23+850d9527e48e.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/e1qy6ax-00054p...@franck.debian.org



Accepted sqlline 1.0.2-4 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 14:23:54 +0200
Source: sqlline
Binary: sqlline
Architecture: source all
Version: 1.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 sqlline- JDBC command-line utility for issuing SQL
Changes: 
 sqlline (1.0.2-4) unstable; urgency=low
 .
   * Team upload.
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
Checksums-Sha1: 
 f3300c33f51c419500ef1b5975ed3169439ae9ca 1280 sqlline_1.0.2-4.dsc
 f84d9431e47bb7f3773983e85aaeb3b2f7872c78 4609 sqlline_1.0.2-4.debian.tar.gz
 a81c42d91e2cfa632a27903b12a60e0b9b3fa2ce 65130 sqlline_1.0.2-4_all.deb
Checksums-Sha256: 
 d89c36790645a76606a7cd42a4b4b39af8a6f8db575131f4eb944d19f44c101d 1280 
sqlline_1.0.2-4.dsc
 96cedc72718399246c5d12df381f67a90e3faf71b346eae4497fc464dccf4759 4609 
sqlline_1.0.2-4.debian.tar.gz
 234649ddf4ed2688c401eefd4eae8cdcea1516090e876a9c67acc31b0e501373 65130 
sqlline_1.0.2-4_all.deb
Files: 
 7ae0eaf4511526c8f3ad6abc38a88088 1280 java extra sqlline_1.0.2-4.dsc
 3a39640084544af03723848ef6ba883a 4609 java extra sqlline_1.0.2-4.debian.tar.gz
 eaac2e8d4edea65b438feecf0dbd666a 65130 java extra sqlline_1.0.2-4_all.deb

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

iEYEARECAAYFAk5b0AUACgkQfY3dicTPjsNixQCgmLhF9ruwIlU5jqMghvedYjiO
dsYAnjOHiXs1nC923c4J6oA6dqezxw4g
=e0pn
-END PGP SIGNATURE-


Accepted:
sqlline_1.0.2-4.debian.tar.gz
  to main/s/sqlline/sqlline_1.0.2-4.debian.tar.gz
sqlline_1.0.2-4.dsc
  to main/s/sqlline/sqlline_1.0.2-4.dsc
sqlline_1.0.2-4_all.deb
  to main/s/sqlline/sqlline_1.0.2-4_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/e1qy6aj-00056v...@franck.debian.org



Accepted substance 5.3-2 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 14:42:35 +0200
Source: substance
Binary: substance substance-doc
Architecture: source all
Version: 5.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 substance  - cross-platform look  feel for Swing applications
 substance-doc - cross-platform look  feel for Swing applications - 
documentation
Changes: 
 substance (5.3-2) unstable; urgency=low
 .
   * Change maintainers into Maintainers.
   * Switch to source format 3.0.
   * Update Standards-Version: 3.9.1.
   * Remove Java runtime from Depends.
   * Add the full BSD license text to debian/copyright instead of referencing
 common-licenses.
Checksums-Sha1: 
 577269fc6d43037de3752c9625ad47dd761b318d 1444 substance_5.3-2.dsc
 fef181382ca9ccdfc6d274eae756a20905acdce8 17024 substance_5.3-2.debian.tar.gz
 b86388da94aedb4743bc119670413a576f42ca2c 5232870 substance_5.3-2_all.deb
 b92dbfca07b5cdbaf7837f5cf5c85124fac41d4f 802840 substance-doc_5.3-2_all.deb
Checksums-Sha256: 
 e037a73f2b4ee15e7215143b51155697f8bd8aa6722bda889c015e93ebb92ca1 1444 
substance_5.3-2.dsc
 1fbadebdf54fae0e9c4a80d79ca7f5252df87b95c19b4f318f2853b5ed5c7622 17024 
substance_5.3-2.debian.tar.gz
 a1ecd6d4f998f2bd30c153412c01dd1adce4d9449589f338ba75724504ff086f 5232870 
substance_5.3-2_all.deb
 2287cc81ed1f6d21ad5d2d3976e499c9d39eb44bcb6468a991f5057a1486a9e0 802840 
substance-doc_5.3-2_all.deb
Files: 
 83cec56739be3f61bd3207a99f849d21 1444 java optional substance_5.3-2.dsc
 23d51c09c6f2205cdfdb7eaf66d18714 17024 java optional 
substance_5.3-2.debian.tar.gz
 e3915635daa4ae2122e76de04d3c0b5a 5232870 java optional substance_5.3-2_all.deb
 700f16a76269026c1a62ee86c243eb42 802840 doc optional 
substance-doc_5.3-2_all.deb

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

iEYEARECAAYFAk5b0RUACgkQfY3dicTPjsMQsgCgjkP/02VOUwYcBEdqp3qOZ73B
aTcAoJJQzjxHJPappXZe3MuIq8ae+sCn
=4mD3
-END PGP SIGNATURE-


Accepted:
substance-doc_5.3-2_all.deb
  to main/s/substance/substance-doc_5.3-2_all.deb
substance_5.3-2.debian.tar.gz
  to main/s/substance/substance_5.3-2.debian.tar.gz
substance_5.3-2.dsc
  to main/s/substance/substance_5.3-2.dsc
substance_5.3-2_all.deb
  to main/s/substance/substance_5.3-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/e1qy6b0-0005a9...@franck.debian.org



Accepted tagsoup 1.2-3 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 14:46:54 +0200
Source: tagsoup
Binary: libtagsoup-java libtagsoup-java-doc
Architecture: source all
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libtagsoup-java - SAX-compliant parser for real-life HTML
 libtagsoup-java-doc - API Documentation for TagSoup
Changes: 
 tagsoup (1.2-3) unstable; urgency=low
 .
   * QA upload.
   * Orphaning package.
Checksums-Sha1: 
 6d6b448dddc23985038295b91ec3d59cb9a07f6e 1224 tagsoup_1.2-3.dsc
 ce7a7b146c94f56dc2d2a0f0d1c6b44fafc3300a 2953 tagsoup_1.2-3.diff.gz
 e9f34d6c5b9a37616341fdb5818d6b9381d4b69c 104912 libtagsoup-java_1.2-3_all.deb
 e58201fdeb902fc6f0a557c44ef0c43fdc861f0a 77716 
libtagsoup-java-doc_1.2-3_all.deb
Checksums-Sha256: 
 44064aa11c956fab8e56374e1221650c4c6a4a2665a386c3a8872ae33ace6ec4 1224 
tagsoup_1.2-3.dsc
 bb7bb9c0c7ab28c11ef0cf67a2bf2bc2667e951d1f03f62cfded4429e8feaf6e 2953 
tagsoup_1.2-3.diff.gz
 a3dc0707dfb3124378e60566f1ed7414fc07a99b8a3a5610fdd5740098a6a52e 104912 
libtagsoup-java_1.2-3_all.deb
 80417d551f9212d2a07d5ad826c0cb5020169737580870d7d4abba832f004669 77716 
libtagsoup-java-doc_1.2-3_all.deb
Files: 
 a4ed67a796f546f425e99ffa30bdabfd 1224 java optional tagsoup_1.2-3.dsc
 e51e5d007d6afc3b47bf2ef40d330c50 2953 java optional tagsoup_1.2-3.diff.gz
 8929436859d9eb898769647f6de453af 104912 java optional 
libtagsoup-java_1.2-3_all.deb
 6b36febbbf6d8a33c856138e457e3d0e 77716 doc optional 
libtagsoup-java-doc_1.2-3_all.deb

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

iEYEARECAAYFAk5b0gQACgkQfY3dicTPjsPFqACeJFphoMfSFOrstgvw/jcNbyFb
KxUAnjIWRea/6Sw8g5PjYrZ2vBPpth0H
=Ge4k
-END PGP SIGNATURE-


Accepted:
libtagsoup-java-doc_1.2-3_all.deb
  to main/t/tagsoup/libtagsoup-java-doc_1.2-3_all.deb
libtagsoup-java_1.2-3_all.deb
  to main/t/tagsoup/libtagsoup-java_1.2-3_all.deb
tagsoup_1.2-3.diff.gz
  to main/t/tagsoup/tagsoup_1.2-3.diff.gz
tagsoup_1.2-3.dsc
  to main/t/tagsoup/tagsoup_1.2-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/e1qy6bf-0005d6...@franck.debian.org



Accepted tinylaf 1.4.0-2 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 15:01:08 +0200
Source: tinylaf
Binary: tinylaf
Architecture: source all
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 tinylaf- pluggable Look and Feel for Java
Changes: 
 tinylaf (1.4.0-2) unstable; urgency=low
 .
   * QA upload.
   * Orphaning package.
Checksums-Sha1: 
 a1c79d59c4d4f4abdc5bef1789816b0f419bbda6 1156 tinylaf_1.4.0-2.dsc
 c57f46099a3515352a5c386d7898ae1d2f8c9047 2641 tinylaf_1.4.0-2.diff.gz
 8da714fb70bd0f981b84547bfda6848cbedb15b4 273736 tinylaf_1.4.0-2_all.deb
Checksums-Sha256: 
 5fd48d5a71e4e18cad7e7bfeec4a4323e68f632a20a847532dcbf9830529c17e 1156 
tinylaf_1.4.0-2.dsc
 bdf660c8e506440987c90cd8cd803dcb6e22f039caf9a9c8d6129de00d6813c2 2641 
tinylaf_1.4.0-2.diff.gz
 97673c105eb7c7ba943ba15f1f9a88c085e994a27f65fbd201de4e97fe1cf612 273736 
tinylaf_1.4.0-2_all.deb
Files: 
 e6e0e98ee0748cfa277600021aa8f176 1156 utils optional tinylaf_1.4.0-2.dsc
 085ec099be73f620f09c0266b6bbf34c 2641 utils optional tinylaf_1.4.0-2.diff.gz
 b7badba8fa6f8696894d6c7d8c1f9660 273736 utils optional tinylaf_1.4.0-2_all.deb

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

iEYEARECAAYFAk5b0ucACgkQfY3dicTPjsMwgwCeIvcV2URdZBXy1+prWB1SHqnA
G2UAn2FGb/qMrDbFD4cWkOuiraWvN4pZ
=no+v
-END PGP SIGNATURE-


Accepted:
tinylaf_1.4.0-2.diff.gz
  to main/t/tinylaf/tinylaf_1.4.0-2.diff.gz
tinylaf_1.4.0-2.dsc
  to main/t/tinylaf/tinylaf_1.4.0-2.dsc
tinylaf_1.4.0-2_all.deb
  to main/t/tinylaf/tinylaf_1.4.0-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/e1qy6bq-0005fb...@franck.debian.org



Accepted libktoblzcheck 1.34-1 (source i386 all)

2011-08-29 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 26 Aug 2011 19:56:10 +0200
Source: libktoblzcheck
Binary: libktoblzcheck1c2a libktoblzcheck1-dev ktoblzcheck libktoblzcheck-dbg 
python-ktoblzcheck
Architecture: source i386 all
Version: 1.34-1
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk mi...@debian.org
Changed-By: Micha Lenk mi...@debian.org
Description: 
 ktoblzcheck - tool for verification of account numbers and bank codes
 libktoblzcheck-dbg - library for verification of account numbers and bank 
codes (debug
 libktoblzcheck1-dev - library for verification of account numbers and bank 
codes (devel
 libktoblzcheck1c2a - library for verification of account numbers and bank codes
 python-ktoblzcheck - library for verification of account numbers and bank 
codes (Pytho
Changes: 
 libktoblzcheck (1.34-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 13d94f362a54f05c7d8344eb1a0f0e8679412d6d 1326 libktoblzcheck_1.34-1.dsc
 5cd738d793fd09d8374d573d3620131c33e0406f 581866 libktoblzcheck_1.34.orig.tar.gz
 953b0b3357e79dbc40c8bc499bda9712e0f11ae8 6844 
libktoblzcheck_1.34-1.debian.tar.gz
 014ac4be6d61f9a9f60f57e7cd72fc9f57fc18d2 236656 
libktoblzcheck1c2a_1.34-1_i386.deb
 cb178f072fe46347dd72a79a78c3a5de308d2a11 27384 
libktoblzcheck1-dev_1.34-1_i386.deb
 8918cf49836b1f666be71b6c6ed3e4d1ae22c04c 34590 ktoblzcheck_1.34-1_i386.deb
 d31ebec3424489268d0e28730c0a339933e9f955 335572 
libktoblzcheck-dbg_1.34-1_i386.deb
 1170f7fbaecfd0f7db97727cdfe23bc9b54eba84 23044 
python-ktoblzcheck_1.34-1_all.deb
Checksums-Sha256: 
 5728a8f95be61665a2bc39e0f2c8551ed9f4940e157607eb7d765b8c63952ca6 1326 
libktoblzcheck_1.34-1.dsc
 cde70ca359ce38c80b6dc75c9b1d3e0c234d88b7d4cc70d2db19c448b34bddf6 581866 
libktoblzcheck_1.34.orig.tar.gz
 e3dae84e47c85d37a83dd463516a1d704c23f959ad1d636783e4625dfacfd7d8 6844 
libktoblzcheck_1.34-1.debian.tar.gz
 f142ae0c66f13b893100073a20f9da914da1b9196753fb763daaf68a8a77d8a3 236656 
libktoblzcheck1c2a_1.34-1_i386.deb
 0f0436df5fe36220d751a65d034633c1441da6c5f7c9c0269aced89980c2ee4f 27384 
libktoblzcheck1-dev_1.34-1_i386.deb
 f1688a10b0906aff22a28a2786817f13d79d7fb1b8de212a66be63236f511ec9 34590 
ktoblzcheck_1.34-1_i386.deb
 c996a0c4446e633263580ca1d1ab68df62f76bc585ade518fc64600dc96bfd30 335572 
libktoblzcheck-dbg_1.34-1_i386.deb
 b299d58583ec95f0c95a85a8bc505a516cb9e88cec7d974fc69914fab633a693 23044 
python-ktoblzcheck_1.34-1_all.deb
Files: 
 e3b8338256c9a557e1497a89326146fa 1326 libs optional libktoblzcheck_1.34-1.dsc
 49cee11021614946400b96cc5603f1a5 581866 libs optional 
libktoblzcheck_1.34.orig.tar.gz
 d549a7378b5cd5943b10de7c3055c2ef 6844 libs optional 
libktoblzcheck_1.34-1.debian.tar.gz
 0498bfe5b64e6611a92bdf72f347f426 236656 libs optional 
libktoblzcheck1c2a_1.34-1_i386.deb
 96178cbf682b76f559698967b05938b4 27384 libdevel optional 
libktoblzcheck1-dev_1.34-1_i386.deb
 631b6649bd62b4e2c2d13fc9945a4d14 34590 misc optional 
ktoblzcheck_1.34-1_i386.deb
 1008d8d8dc4ad102008b61d3ea2e08e4 335572 debug extra 
libktoblzcheck-dbg_1.34-1_i386.deb
 1b7e5fe90af600314132486d4bd6e3d9 23044 python optional 
python-ktoblzcheck_1.34-1_all.deb

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

iEYEARECAAYFAk5X39sACgkQWN0/4pnhQbRbogCgqnD5bs+7CAzVHaWHg+GeyoFD
tT0An37po9hOhnF911Igv1HeFjf0Kg2W
=afxG
-END PGP SIGNATURE-


Accepted:
ktoblzcheck_1.34-1_i386.deb
  to main/libk/libktoblzcheck/ktoblzcheck_1.34-1_i386.deb
libktoblzcheck-dbg_1.34-1_i386.deb
  to main/libk/libktoblzcheck/libktoblzcheck-dbg_1.34-1_i386.deb
libktoblzcheck1-dev_1.34-1_i386.deb
  to main/libk/libktoblzcheck/libktoblzcheck1-dev_1.34-1_i386.deb
libktoblzcheck1c2a_1.34-1_i386.deb
  to main/libk/libktoblzcheck/libktoblzcheck1c2a_1.34-1_i386.deb
libktoblzcheck_1.34-1.debian.tar.gz
  to main/libk/libktoblzcheck/libktoblzcheck_1.34-1.debian.tar.gz
libktoblzcheck_1.34-1.dsc
  to main/libk/libktoblzcheck/libktoblzcheck_1.34-1.dsc
libktoblzcheck_1.34.orig.tar.gz
  to main/libk/libktoblzcheck/libktoblzcheck_1.34.orig.tar.gz
python-ktoblzcheck_1.34-1_all.deb
  to main/libk/libktoblzcheck/python-ktoblzcheck_1.34-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/e1qy6ow-0006ib...@franck.debian.org



Accepted mupen64plus-rsp-z64 1.99.4+26+121aa9960630-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:06:12 +0200
Source: mupen64plus-rsp-z64
Binary: mupen64plus-rsp-z64 mupen64plus-rsp-z64-dbg
Architecture: source amd64
Version: 1.99.4+26+121aa9960630-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-rsp-z64 - low-level rsp emulation for mupen64plus
 mupen64plus-rsp-z64-dbg - low-level rsp emulation for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-rsp-z64 (1.99.4+26+121aa9960630-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
121aa9960630695e10f903ffb7da37ff34247011
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/control:
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * debian/patches:
 - Remove upstream merged patch rewrite_makefile.patch
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 4059a589ba1325cc536a31a9b77088c1411c85ec 2229 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.dsc
 8239fefd509b5f37625ff5b006e6db25994f796e 44043 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630.orig.tar.gz
 fceb570064581cb0edc42103107cf462f1ca9811 6843 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.debian.tar.gz
 596ef9530518023bca415dba03da17664fc56ffa 31742 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1_amd64.deb
 99f6f42f67c26f992fc91f80934a4ba9e8f6ad8e 49044 
mupen64plus-rsp-z64-dbg_1.99.4+26+121aa9960630-1_amd64.deb
Checksums-Sha256: 
 081ba1e4547365fdd24fe40a9363c404a1155c9165b894e6dd039bee641ed52a 2229 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.dsc
 3ac076141f19e2f5af7622df56f46dd4fc370fa521ce799e3a3f9fbe406f4eaf 44043 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630.orig.tar.gz
 0328d29a30526975f8a4a38f1098f874728adeb92df161088178af000803fb21 6843 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.debian.tar.gz
 0686760d2a4de7461294b93091601e9c2a4765d19a1aad8bdeab61f7fd7c9280 31742 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1_amd64.deb
 459b199c5f82398957362db89354aa7c9a9eed53ad2fc7935a52dc7bf4ad968c 49044 
mupen64plus-rsp-z64-dbg_1.99.4+26+121aa9960630-1_amd64.deb
Files: 
 b0834b3e31bb4cfcac3f5180ea008102 2229 games optional 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.dsc
 b7eb1b021c6b8f1aa0035b5a2eba03de 44043 games optional 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630.orig.tar.gz
 de5ebee1c6ab01ca201e2d3b277a0e64 6843 games optional 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.debian.tar.gz
 0e52f2940a368ab514777bbc76592374 31742 games optional 
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1_amd64.deb
 45d6a9733e869632aba6d7b765afbee1 49044 debug extra 
mupen64plus-rsp-z64-dbg_1.99.4+26+121aa9960630-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9OJAAoJEF2HCgfBJntGRusP/jA4nltfMTTpAOF1pVVTobDE
u3A2bFnZVguaedcWCVbT4wNqp6tSLq19KbwJ+I/agZmt1L8UpfZoaQ/+tQsC6fIn
+RHc1I0uhQvWE2y8u+jxrx+AeBEI4VCxLinGC4dLCKGujjJXKdaPZNpAVUWswRBx
A+lkEYg1MSYvf11+dbnmh27puZkTO/BrdvFM4T+BlrVO4sCzG1ic6yeCDWIlLY74
G2Pj2+EttWPElX5YYztlcNrCNjvRifUlwmfV0LpVkpz9IVI7uwruMht1SfWjPiBB
f/PkmHHMnmvJ1KMKNjRo6JqNDaUkSPkk76I7QVDQlYxjoYUBEM+Drg2S5PrT054g
N+Bwh3afhahAoyLn/TIlOLjcujobTbyPFZJO7m8OgmhxQ0Ufch7AAqZpx7DsxitR
/J/jNtR48a5hhFI6Y3KXw4CRKBPzeJWd244xUDaNBAn/kNgoRT4Pl2mqxPEPco9+
a5lY9m+f8c7ia9i3sKfwCB9g9CGZ3ehAKgU5dfVnUjB2U+IhXPXKnTMarJr+d0XD
KxY/meEwK0L71d81RzkfaQq83rUXQANviEOlufTBuPyVqbaJ8oeh4D2Xk9/UfWwg
G5ICIh6ylHyZ5EabL0ii8LW+7E1svGGlp49RfmG9IkxmrUsyBSpinn4Mo8HEuT9L
czEDIzkYIF1pmIguHTbD
=hLVp
-END PGP SIGNATURE-


Accepted:
mupen64plus-rsp-z64-dbg_1.99.4+26+121aa9960630-1_amd64.deb
  to 
main/m/mupen64plus-rsp-z64/mupen64plus-rsp-z64-dbg_1.99.4+26+121aa9960630-1_amd64.deb
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.debian.tar.gz
  to 
main/m/mupen64plus-rsp-z64/mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.debian.tar.gz
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.dsc
  to main/m/mupen64plus-rsp-z64/mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1.dsc
mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1_amd64.deb
  to 
main/m/mupen64plus-rsp-z64/mupen64plus-rsp-z64_1.99.4+26+121aa9960630-1_amd64.deb
mupen64plus-rsp-z64_1.99.4+26+121aa9960630.orig.tar.gz
  to 
main/m/mupen64plus-rsp-z64/mupen64plus-rsp-z64_1.99.4+26+121aa9960630.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/e1qy6ph-0006mf...@franck.debian.org



Accepted mupen64plus-ui-console 1.99.4+23+86aec84c1b27-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:06:26 +0200
Source: mupen64plus-ui-console
Binary: mupen64plus-ui-console mupen64plus-ui-console-dbg
Architecture: source amd64
Version: 1.99.4+23+86aec84c1b27-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-ui-console - console frontend for mupen64plus
 mupen64plus-ui-console-dbg - console frontend for mupen64plus debug symbols 
package
Changes: 
 mupen64plus-ui-console (1.99.4+23+86aec84c1b27-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
86aec84c1b2735ff5d4d3f4f6b0342497d4dc5ae
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/control:
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * debian/patches:
 - Remove upstream merged patches big_endian_conflict.patch,
   rewrite_makefile.patch
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 6f0ab86433cb59ce290f0b118751bc00a0e5a9a1 2262 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.dsc
 818d54301b9e062dd55c554bfc8cea6d36795143 35766 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27.orig.tar.gz
 92eb37b6d56796fdbd08ad5853e5651f1724c18b 7105 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.debian.tar.gz
 c53a2d03e90f9c089fb9b14cff0a1bd40d506924 27098 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1_amd64.deb
 d91d46edc88beb9a7b900a9fffc8f6028b95dc20 37134 
mupen64plus-ui-console-dbg_1.99.4+23+86aec84c1b27-1_amd64.deb
Checksums-Sha256: 
 7f1ead537d136d6a14bcca9f70dd89e152962fa9fb2ca99f5259006c343d76bb 2262 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.dsc
 088beda4b6ed2a91bf8b09d5ae766045bc5648bd6d52a230da460fb22491ada0 35766 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27.orig.tar.gz
 7e7b5cb739e9582ef608dee38c76e3b6d07e69151943242ad6cc0cab48bd1b90 7105 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.debian.tar.gz
 bce310fa3c0f2f67e8567a23432bc78869393efd852c4dc0b6adaf8fc630c6da 27098 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1_amd64.deb
 b9ffdd1d67cb66a1fdbf8a17b189942f08630877bbf1b8cfc45579b6e22e584c 37134 
mupen64plus-ui-console-dbg_1.99.4+23+86aec84c1b27-1_amd64.deb
Files: 
 f1aa9c3cb39ddce5cf6512737d68ccbd 2262 games optional 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.dsc
 e7704d637f96c7b1a7bed5484a7e00b3 35766 games optional 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27.orig.tar.gz
 0f79d657003c7f11f0c6ac41572dd522 7105 games optional 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.debian.tar.gz
 f87d94094d8a2006a3474665a0acd71c 27098 games optional 
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1_amd64.deb
 5cab92e11861926f7367d6c6d7c7f41a 37134 debug extra 
mupen64plus-ui-console-dbg_1.99.4+23+86aec84c1b27-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9PIAAoJEF2HCgfBJntGLLAP/RqvhqurouYEPH12L6O2DvqM
/ScEyLs2XNRJCADi6t8yFw2Mlzfgkr9JgSDphu5eaf/cza+bY3vm30xFP5JJKTH6
QEJ0mK21ls8sB5h/H3ZLd3BVsq9xhsTQgc+Gh3cAdIxsC35zkW9fUz84n3pnrnnF
9mclyjFkS924qdNbIyu/eODpA2tj2aeZwSbgMNLDLDSsA3xHmkAsjpcuR0SjrNng
lPIKLIz//JPXd/kHsGO3rorlb9fQRsbscrv96wEvYuiZgUfYJ5MtecGeeHYmoYbK
1/3Y2uxPktfnCEOzTX02fwVNqf64sQ0onLlrV5k9WYhP4EkD/XybiHowYZ8gq3Ch
D4uQCcXeMqcSGvDhxnHKemsz3+gYhm9O5NzGUVZyys86kyUb95/MWcajULatjTdS
XK9yRnQsiVnYQac0sg0zkAdmKhIk/MWGNmKLm80942q0V7W6o4Hm4ymkxR8bh18I
qQzeKA0ODhlgJEIVWLVsuJeECJQf0wf7jgR6cNiZ7uaErJTqbvzdSF/1ATBmQeZ+
kJuRyLnKHA/FekU0W57vaPSvyz/HLERW/JpTPzXUmsoJ11WvY/XznhQ7fVYpIxXN
+HaLhJiW91/14oQEE2w9HHzuDe1f7Ya/0PqRAZM3N3peH4XMw5kyMFq+MDFtJP4M
aW9xDBT5SAQg/8u456p4
=+9Hz
-END PGP SIGNATURE-


Accepted:
mupen64plus-ui-console-dbg_1.99.4+23+86aec84c1b27-1_amd64.deb
  to 
main/m/mupen64plus-ui-console/mupen64plus-ui-console-dbg_1.99.4+23+86aec84c1b27-1_amd64.deb
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.debian.tar.gz
  to 
main/m/mupen64plus-ui-console/mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.debian.tar.gz
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.dsc
  to 
main/m/mupen64plus-ui-console/mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1.dsc
mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1_amd64.deb
  to 
main/m/mupen64plus-ui-console/mupen64plus-ui-console_1.99.4+23+86aec84c1b27-1_amd64.deb
mupen64plus-ui-console_1.99.4+23+86aec84c1b27.orig.tar.gz
  to 
main/m/mupen64plus-ui-console/mupen64plus-ui-console_1.99.4+23+86aec84c1b27.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/e1qy6pu-0006pg...@franck.debian.org



Accepted mupen64plus-video-glide64 1.99.4+28+34f0fa1700f5-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:06:50 +0200
Source: mupen64plus-video-glide64
Binary: mupen64plus-video-glide64 mupen64plus-video-glide64-dbg
Architecture: source amd64
Version: 1.99.4+28+34f0fa1700f5-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-video-glide64 - Glide64 high-level graphics emulation for 
mupen64plus
 mupen64plus-video-glide64-dbg - Glide64 graphics hle for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-video-glide64 (1.99.4+28+34f0fa1700f5-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
34f0fa1700f5b64ded4b84640384b8f74e4417ec
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remore upstream merged patches: default_settings.patch,
   portable_mm_store_ps.patch, rewrite_makefile.patch
 - Rebase printf_fixup.patch against 1.99.4+28+34f0fa1700f5
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 6231141ec7ed62af154cfcb65c8695244c578bb0 2370 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.dsc
 fc2b493f67ab3319d218a9b1058772a778fee3d5 339972 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5.orig.tar.gz
 351c1e85f2a650ae14bbdb9e0dc52b4e6f865c40 13835 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.debian.tar.gz
 1a01a0e668dc62a304fd1f5424c4316672ebd29e 280666 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1_amd64.deb
 cc8685901779c8338b6a0f7bd595a33c69018744 498804 
mupen64plus-video-glide64-dbg_1.99.4+28+34f0fa1700f5-1_amd64.deb
Checksums-Sha256: 
 cf7208f3826e51a77ff52f0b8ae7709b7ef2a2900187d3c57c9240c839745ff0 2370 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.dsc
 96a402219bb102864ec06f0ba28dde318e7f96728b3cb9cbdcfeda3c9485c5e5 339972 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5.orig.tar.gz
 97829021e6af411cf45ddc7640d10f919fd67be1fa9a13706061e2fe3d5308cb 13835 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.debian.tar.gz
 5365ea39f88da1fbfa093abd7ed393a9464c722775eeaaf7a271c118253fb936 280666 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1_amd64.deb
 556758450bfe11ef35efc8b58c8512d3e04790f86a09aae834bb3437015cdfce 498804 
mupen64plus-video-glide64-dbg_1.99.4+28+34f0fa1700f5-1_amd64.deb
Files: 
 ccf1b625e8e46ac314b0e7f6d528ade0 2370 games optional 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.dsc
 886c32b312495130f495548a4a888e78 339972 games optional 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5.orig.tar.gz
 a085238ddebc15f7f01ec376338d38d7 13835 games optional 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.debian.tar.gz
 964edaf8c565f12861ee792483164eb0 280666 games optional 
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1_amd64.deb
 5eb77d4f813156c64d6f191a6720e05c 498804 debug extra 
mupen64plus-video-glide64-dbg_1.99.4+28+34f0fa1700f5-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9UqAAoJEF2HCgfBJntGi80P/3QUjJdhXrjxzzYIZzBf4l0O
mjxt6AusGqyVnSfbTSxTfti55Lekdkfe7dTNO2QxiAssaVOwWCmuszo1K/6x630v
ft4EwFErdk3MJ2ik/OItTn4TiFWMfXMTrCLPDLIHKxZmzEVMbeyOfABM0pO+vdEQ
xzBNPoS/WDqAdpqXp7putMAdSSULVwledI5aLiKVdjkwj3XCpTv8sS75znGr3HJS
YFa3aUO85En6zWSwQNWvfRtFSGRH1buhvgbFBrgNnCMvPnMpsxjqbv4zB1dWQZvK
GnZF+La+dv7owet4ebCY7DzWYt8f2Egjckc9415jyNpzUYDR+MIeKoG5PfQiTIzU
Gky1XB9IIltUPsd6zYlQLfNWdKnHRRTpyuWR0rRGwuv7F17F2vFZsswKj1ma/LKl
/AY8RTM3BSC+6MziW+STwleIu/qgg9qDv04M/QcDlzou05Rf8PxcGLDvJ95hskwn
usbYNFwfc1nni4yIbJqLANRa+Oh5jALBea35qVVhYvXjtjZcYwWE4m73XGaj+Tbq
n4amk0jB5mw5iYpceTRfBb08IWJVTRvbsTa4CNGEsVv+Y6kBEGTChQxak/GuduyD
ZZxbN4hETDEdU1ofnEsbxkubC038vc66tner2itEp9ojKDBYv9PKjX+Z9TAfJBPp
H+4+zwwa/OqySfT+lj7f
=mP+u
-END PGP SIGNATURE-


Accepted:
mupen64plus-video-glide64-dbg_1.99.4+28+34f0fa1700f5-1_amd64.deb
  to 
main/m/mupen64plus-video-glide64/mupen64plus-video-glide64-dbg_1.99.4+28+34f0fa1700f5-1_amd64.deb
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.debian.tar.gz
  to 
main/m/mupen64plus-video-glide64/mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.debian.tar.gz
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.dsc
  to 
main/m/mupen64plus-video-glide64/mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1.dsc
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1_amd64.deb
  to 
main/m/mupen64plus-video-glide64/mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5-1_amd64.deb
mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5.orig.tar.gz
  to 
main/m/mupen64plus-video-glide64/mupen64plus-video-glide64_1.99.4+28+34f0fa1700f5.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: 

Accepted mupen64plus-video-rice 1.99.4+38+d1cc49eac47d-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:07:04 +0200
Source: mupen64plus-video-rice
Binary: mupen64plus-video-rice mupen64plus-video-rice-dbg
Architecture: source amd64
Version: 1.99.4+38+d1cc49eac47d-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-video-rice - Rice's high-level graphics emulation for mupen64plus
 mupen64plus-video-rice-dbg - Rice's graphics hle for mupen64plus debug symbols 
package
Changes: 
 mupen64plus-video-rice (1.99.4+38+d1cc49eac47d-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
d1cc49eac47d5d7d64989611f5565cc81d2433f4
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patches divide_by_zero.patch,
   highres_memcorruption.patch, infinit_loop.patch, mipmapping.patch,
   png_truecolor_conversation.patch, portable_movsxl.patch,
   rewrite_makefile.patch, undefined_functions.patch, wom_corruption.patch,
   z_coordinate_lines.patch
   * Update years in debian/copyright
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 1d28fa430c7236146bd47e08f62da5136504c0e3 2361 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.dsc
 10a6736d768009081c748625b2d65e3753a67d03 350361 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d.orig.tar.gz
 780c4b920066eb4cb42bd3e86574cea124070fd6 8214 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.debian.tar.gz
 5c879cabeb44b31297fcc60dd7751b3cb3fb11a0 293182 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1_amd64.deb
 f88a3009f5a141805f95209de6bcdfd693694d9c 772318 
mupen64plus-video-rice-dbg_1.99.4+38+d1cc49eac47d-1_amd64.deb
Checksums-Sha256: 
 20119ab2b9efbb89622531e5cfb63bc39f51b7dac2c5850657d957dad83ab0c4 2361 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.dsc
 d8c447aa50411f67fc3389a58666907240c5ccf108f398d73e57227fb5516037 350361 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d.orig.tar.gz
 70bee64f37f3471c7cb88ea8fc798f99733947a7c55e02b00c9ac2e178094244 8214 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.debian.tar.gz
 223188dec920730c131ad7995ed0b1853ff5809d18c64174bea8ddbdafdcb43a 293182 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1_amd64.deb
 c2ea8eaee93ca01c4c75319b6831235776996d85e0fd1712e975680b59d29473 772318 
mupen64plus-video-rice-dbg_1.99.4+38+d1cc49eac47d-1_amd64.deb
Files: 
 cd9bafbb9047bf9d8b7aba40b0969033 2361 games optional 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.dsc
 96e4803fb95960e26736af0f3fdbba37 350361 games optional 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d.orig.tar.gz
 1c1741ec772001e519b816f0be566c21 8214 games optional 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.debian.tar.gz
 6cff7b7f47b28061a1277a09f8cbbdbd 293182 games optional 
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1_amd64.deb
 6678e970e16c7c24476e5d1941aced8e 772318 debug extra 
mupen64plus-video-rice-dbg_1.99.4+38+d1cc49eac47d-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9WoAAoJEF2HCgfBJntGmysP/2SuT6PlIRayh/ypYya0VmNc
TMNLiwQHJWlLW3RbsrM/8OpacSG/GN+nZa1qc6FKvkrkmreQS8lcEG/Bcp0tPhfv
TMPsDzthXMuzMzkT3MP6oOliOVbzrylawmtpzNh3QFHKuKEehhp+iRtXZ9WmUTWX
dqC3UDJRXU/ijoyvUwCgESr/TAwF/A6zf9r0KkfOPAB1uIXNoUm/37xsZ17AGE/F
PHJ11YKtD60s0UxcwJMQcLP4gHXK44ZQBPSly1bJdvWdSnhsYCjxWKXt9T50bgeJ
+HdXvMrtZkv9+pkLyaKNfkBigTO6N+TOFQ5vAEw6ASgEfi6fjEYa89eWTdO9qtaE
a3s5buP6+73q4a1h7p8JGFAT75hm8yw1J0LgcInzdZsZGczbOq0OlwiNVmReYCio
nlsguggnXf/HoLlMWO/YjYjOzz6/789GZBlRo/4QHO6L9nzh9ZLaHVwDr03HDoAX
egWp9QRs2JGUGZAkvRZwfG0+dFRbm71iPFVh9kGlSvO1BNNtGES7RWvZN+rashJR
yEvlCfNZbwXawIi6mnuHIZBePFw7k2Ehx1JSmfRoRCDbe1RrP9pYm/3mCLE2Odc0
Wa1BARNWpdzeAsw5PBn85AV+jBzlOYdajGbnd2HMJyoK8f3RYmQxBZK9T91CEqR7
55ol0Ry4LhrR4Zwc6hHx
=7cqX
-END PGP SIGNATURE-


Accepted:
mupen64plus-video-rice-dbg_1.99.4+38+d1cc49eac47d-1_amd64.deb
  to 
main/m/mupen64plus-video-rice/mupen64plus-video-rice-dbg_1.99.4+38+d1cc49eac47d-1_amd64.deb
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.debian.tar.gz
  to 
main/m/mupen64plus-video-rice/mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.debian.tar.gz
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.dsc
  to 
main/m/mupen64plus-video-rice/mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1.dsc
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1_amd64.deb
  to 
main/m/mupen64plus-video-rice/mupen64plus-video-rice_1.99.4+38+d1cc49eac47d-1_amd64.deb
mupen64plus-video-rice_1.99.4+38+d1cc49eac47d.orig.tar.gz
  to 
main/m/mupen64plus-video-rice/mupen64plus-video-rice_1.99.4+38+d1cc49eac47d.orig.tar.gz


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

Accepted werken.xpath 0.9.4-12 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:11:40 +0200
Source: werken.xpath
Binary: libwerken.xpath-java
Architecture: source all
Version: 0.9.4-12
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libwerken.xpath-java - JDOM XPath Engine
Changes: 
 werken.xpath (0.9.4-12) unstable; urgency=low
 .
   * Team upload.
   * Remove Arnaud from Uploaders list.
   * Update Standards-Version: 3.9.1.
   * Add Vcs-Svn header.
   * Remove Java runtime from Depends.
   * Switch to source format 3.0.
Checksums-Sha1: 
 b95af4213941f3ada06650ee2a20e86ea3fd4132 1254 werken.xpath_0.9.4-12.dsc
 db2f80ad4d45899dbe5686e45436d69ef2b69431 4916 
werken.xpath_0.9.4-12.debian.tar.gz
 911ec1fbac9ccee68c8a3088049812b0e2a664c0 168676 
libwerken.xpath-java_0.9.4-12_all.deb
Checksums-Sha256: 
 2f82175717c4cf68e02e8e7139665dd86cdd19db3e195da5596e3473e20048fd 1254 
werken.xpath_0.9.4-12.dsc
 048aa07f681a4e62d8eafae7c342fc95166f2596edd91dbb37e45b03aa067663 4916 
werken.xpath_0.9.4-12.debian.tar.gz
 ac84e60a978496d0d274c4880f32ae14be13c9374233bcfdc9b2321a7282cbef 168676 
libwerken.xpath-java_0.9.4-12_all.deb
Files: 
 25e956233a78ee30b68277d37a3c2c08 1254 java optional werken.xpath_0.9.4-12.dsc
 60b5a3de368da1c1bf03080327fe70d6 4916 java optional 
werken.xpath_0.9.4-12.debian.tar.gz
 56c70f8b0c041cebd8201a685b5d3435 168676 java optional 
libwerken.xpath-java_0.9.4-12_all.deb

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

iEYEARECAAYFAk5b06IACgkQfY3dicTPjsMyHgCeLju8ersuG4ITLFS+R/Vbe0nQ
+ugAn2e2rU3DSvCTkNMZz02KXYfniaXU
=XNT0
-END PGP SIGNATURE-


Accepted:
libwerken.xpath-java_0.9.4-12_all.deb
  to main/w/werken.xpath/libwerken.xpath-java_0.9.4-12_all.deb
werken.xpath_0.9.4-12.debian.tar.gz
  to main/w/werken.xpath/werken.xpath_0.9.4-12.debian.tar.gz
werken.xpath_0.9.4-12.dsc
  to main/w/werken.xpath/werken.xpath_0.9.4-12.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/e1qy6qc-0006zb...@franck.debian.org



Accepted wsdl4j 1.6.2-3 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:17:38 +0200
Source: wsdl4j
Binary: libwsdl4j-java libwsdl4j-java-doc
Architecture: source all
Version: 1.6.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libwsdl4j-java - Webservice description language for Java
 libwsdl4j-java-doc - Documentation for Java Web Services Library
Changes: 
 wsdl4j (1.6.2-3) unstable; urgency=low
 .
   * Switch to source format 3.0.
   * Switch to debhelper level 7.
   * Update Standards-Version: 3.9.1.
   * Remove Java runtime from Depends.
Checksums-Sha1: 
 bacbefd5bf4308d354603d02906d93e900256be9 1346 wsdl4j_1.6.2-3.dsc
 a274b948307e55dc9a3cc2aeef790a634a563086 7720 wsdl4j_1.6.2-3.debian.tar.gz
 635651a3b84c1e51909ae1a8c2f8921e9f536191 141538 libwsdl4j-java_1.6.2-3_all.deb
 8fd35e592bf2830dd6669ba023967e798d4fd848 345488 
libwsdl4j-java-doc_1.6.2-3_all.deb
Checksums-Sha256: 
 62d1527dffc4acb01b84369a9ee7a5d156cece457fc4e463d4c6992f9e8b0d92 1346 
wsdl4j_1.6.2-3.dsc
 80a91ec47a35dfaa33ff4a332e634d3c3bd152dcb42fb18b0c87b703b1050e60 7720 
wsdl4j_1.6.2-3.debian.tar.gz
 4a6ab6e80ee31f89df70138d905673f5b2ff9915f5a1aa1813dc382bfce25676 141538 
libwsdl4j-java_1.6.2-3_all.deb
 aa5e033f466b3dcda5ed2456dfa1f477efcb1bf175c882ee067d383d39d620f5 345488 
libwsdl4j-java-doc_1.6.2-3_all.deb
Files: 
 817c0f9070e5b935e9b7159b8d1c9f44 1346 java optional wsdl4j_1.6.2-3.dsc
 6801c67f7b2609891dab1e97c80904fb 7720 java optional 
wsdl4j_1.6.2-3.debian.tar.gz
 84072cc0d743bc2f0f58c45b3146bd72 141538 java optional 
libwsdl4j-java_1.6.2-3_all.deb
 52b9038191eff494f61acea4778237bf 345488 doc optional 
libwsdl4j-java-doc_1.6.2-3_all.deb

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

iEYEARECAAYFAk5b1G8ACgkQfY3dicTPjsPCIQCgkJLTo+o6D4W8xQwxy3UujsnS
KKIAnRmC2QzclGsJQp3tq+JHHH0Z5R44
=9kqW
-END PGP SIGNATURE-


Accepted:
libwsdl4j-java-doc_1.6.2-3_all.deb
  to main/w/wsdl4j/libwsdl4j-java-doc_1.6.2-3_all.deb
libwsdl4j-java_1.6.2-3_all.deb
  to main/w/wsdl4j/libwsdl4j-java_1.6.2-3_all.deb
wsdl4j_1.6.2-3.debian.tar.gz
  to main/w/wsdl4j/wsdl4j_1.6.2-3.debian.tar.gz
wsdl4j_1.6.2-3.dsc
  to main/w/wsdl4j/wsdl4j_1.6.2-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/e1qy6qr-0006cs...@franck.debian.org



Accepted xml-crimson 1:1.1.3-11 (source all)

2011-08-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 17:33:15 +0200
Source: xml-crimson
Binary: libcrimson-java libcrimson-java-doc
Architecture: source all
Version: 1:1.1.3-11
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libcrimson-java - XML parser which support the Java API for XML Processing 
(JAXP)
 libcrimson-java-doc - XML parser which support the Java API for XML Processing 
(JAXP)
Changes: 
 xml-crimson (1:1.1.3-11) unstable; urgency=low
 .
   * Team upload.
   * Change Section: java.
   * Remove Arnaud from Uploaders list.
   * Switch to debhelper level 7.
   * Switch to default-jdk.
   * Remove Java runtime from Depends.
   * Add missing Depends: ${misc:Depends}.
   * Update Standards-Version: 3.9.1.
   * Switch to source format 3.0.
Checksums-Sha1: 
 1e3db73c3247d56f7757f1471eff5369f0561ad8 1135 xml-crimson_1.1.3-11.dsc
 d0c6cd586e44c581d2a79afa5f5281be5042fab6 4240 
xml-crimson_1.1.3-11.debian.tar.gz
 79f6cc248fcbca0f574cff16d81a6432639a6464 191500 
libcrimson-java_1.1.3-11_all.deb
 572b750092f3d0261fc52ccfdebb9b7d7da7b65d 195662 
libcrimson-java-doc_1.1.3-11_all.deb
Checksums-Sha256: 
 0e81b0c3c970f110e9e4ddecccbfa7ed153455faf88f82672f5be3c2103e7ce8 1135 
xml-crimson_1.1.3-11.dsc
 fbd98bf087b48f6c82b58b539d076eb2e171e90ded8c50f2c13a75ea3da55b95 4240 
xml-crimson_1.1.3-11.debian.tar.gz
 909c4fa1c7204fe50a532be5bdeae70cfa54168a4af0647cdf0f150d4a965aaf 191500 
libcrimson-java_1.1.3-11_all.deb
 468ccf913f9bb10bbd489300694860b74c6a5a35a8979e9bf6e5df71b3de9e6f 195662 
libcrimson-java-doc_1.1.3-11_all.deb
Files: 
 1724b140065784932dbaac58ddb8ae8f 1135 java optional xml-crimson_1.1.3-11.dsc
 85c9a636d701e7eefee9b67c14fe06b4 4240 java optional 
xml-crimson_1.1.3-11.debian.tar.gz
 78cef611fc44c072ccca5a0386373bc5 191500 java optional 
libcrimson-java_1.1.3-11_all.deb
 1a1d671e4221251dfe51aab1d0381061 195662 doc optional 
libcrimson-java-doc_1.1.3-11_all.deb

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

iEYEARECAAYFAk5b1TgACgkQfY3dicTPjsNRLQCcDAhQIDXx9leFIChSy5vaq+Qc
CTYAn2EYXGYyApm76tXG/XHf+8TJmWYP
=RQCy
-END PGP SIGNATURE-


Accepted:
libcrimson-java-doc_1.1.3-11_all.deb
  to main/x/xml-crimson/libcrimson-java-doc_1.1.3-11_all.deb
libcrimson-java_1.1.3-11_all.deb
  to main/x/xml-crimson/libcrimson-java_1.1.3-11_all.deb
xml-crimson_1.1.3-11.debian.tar.gz
  to main/x/xml-crimson/xml-crimson_1.1.3-11.debian.tar.gz
xml-crimson_1.1.3-11.dsc
  to main/x/xml-crimson/xml-crimson_1.1.3-11.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/e1qy6qc-0006fb...@franck.debian.org



Accepted eigen3 3.0.2-2 (source all i386)

2011-08-29 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Aug 2011 23:49:07 +0300
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source all i386
Version: 3.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API docmentation
Changes: 
 eigen3 (3.0.2-2) unstable; urgency=low
 .
   * [6ed3c4b] Fix eigen2-support in geometry-module.
Checksums-Sha1: 
 3e6930cf89765871e9f8fe80618058be2d57be23 2024 eigen3_3.0.2-2.dsc
 2bcc7a6b415f5c75b5e061a399c3f9ab9aadb708 955760 eigen3_3.0.2.orig.tar.bz2
 e40ae99156dcc061e5e3095ae339fe710c6926d3 9111 eigen3_3.0.2-2.debian.tar.gz
 13af8d7890f8bcda25ca060bee86ffbd78eccf55 2140308 libeigen3-doc_3.0.2-2_all.deb
 8a1a19a2f75ad6cc2c03dd2f5138261842bbcdef 515076 libeigen3-dev_3.0.2-2_i386.deb
Checksums-Sha256: 
 1cacbc6e919411e0c960c7d3f907967ba97f375e8ff4368d9f3a59c5ea39af91 2024 
eigen3_3.0.2-2.dsc
 cd76169b426f89b667db24beaaaf2d982b48664d9615ad781bdf9e83f0be5e5f 955760 
eigen3_3.0.2.orig.tar.bz2
 353bedb60e41095c37af2de2952821797472135bad72d9399b29c1620853de37 9111 
eigen3_3.0.2-2.debian.tar.gz
 a80986fa763c862989d40437217f4612fc823ffefeedb51aefe1eec152c01911 2140308 
libeigen3-doc_3.0.2-2_all.deb
 ea57db2ea251c96428a83b862b73d1cf93dab6488dedbcc226f9206518c892e0 515076 
libeigen3-dev_3.0.2-2_i386.deb
Files: 
 f17cc22fa7fdaedd74828a3a320d2c30 2024 libdevel extra eigen3_3.0.2-2.dsc
 45ee4ac26b25ae7152bf1e7754497971 955760 libdevel extra 
eigen3_3.0.2.orig.tar.bz2
 6d3266d816446bf1060f67e98ab002b5 9111 libdevel extra 
eigen3_3.0.2-2.debian.tar.gz
 6524dc90a5321f3f39770f30e131d5b2 2140308 doc extra 
libeigen3-doc_3.0.2-2_all.deb
 26d87611494fede9094dcca6c249d8f9 515076 libdevel extra 
libeigen3-dev_3.0.2-2_i386.deb

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

iQIcBAEBAgAGBQJOW9cNAAoJENPhc4PPp/8GrvQP/2MzQLf117XxwesFaj5sArkt
534rmSaZ+QPqaC49aw3IHS8sAsffxxhtTrgvfJucfjtn5yySem30uJiAhz+UPscZ
Ephr/ZuP1yqTu1cNBZzLbuTOhOuuhMt+jzds1tpPIuv2HC7rVql8Vwv7+gBR/cx2
EJCIO6xlkI4aY+2CuNZGZEG8QRgvcbzH6AnjswRhtBvAt69N8JQasBM8zBIS06bE
nZxJLZpCua8jRU+OPJyj2rMystYvsDKvK9ziym+kSHaxdJoDNWWlJimdQCbdesog
eKGEoPY6nWHqBvljcMy5C9HaMT9dGmE+p2XMqCQojwn/L28ka1zUMmFH790yuUVj
7rGIEuzqHRJ6eJ6HHsSchfpdPovHqvux9Hnvk5wAWzWPNsDWHpxkqxtQ73ULDtpX
OJV3KlGbpWjL4A24dDzm4krLpr+Tl9FYAQx6XNBKOOCcXqRu/K6Agf80QMSp/5JC
Q1gOYk2SD3KanBR006xrT38jG07IVCU6aRp2KEl1Lr0r4yDmZAu89yG6kITCVeNV
Z94FBKR8pYp+xuTYKF+5WNQyGsUWbmAXRXsy9Rri7OawGTmfOOEKj9sFlglAa+gu
Ke8/Y6Ole2IMHjiVoFAz5BhaCX95VU5+ofATCcBcf1cYtwmGwX6k/wSdzi13ikOM
UNHwKnLdwK15YMtV9dWh
=Uvjk
-END PGP SIGNATURE-


Accepted:
eigen3_3.0.2-2.debian.tar.gz
  to main/e/eigen3/eigen3_3.0.2-2.debian.tar.gz
eigen3_3.0.2-2.dsc
  to main/e/eigen3/eigen3_3.0.2-2.dsc
libeigen3-dev_3.0.2-2_i386.deb
  to main/e/eigen3/libeigen3-dev_3.0.2-2_i386.deb
libeigen3-doc_3.0.2-2_all.deb
  to main/e/eigen3/libeigen3-doc_3.0.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/e1qy6db-0008ud...@franck.debian.org



Accepted mupen64plus-video-z64 1.99.4+24+81f51799ae45-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:07:17 +0200
Source: mupen64plus-video-z64
Binary: mupen64plus-video-z64 mupen64plus-video-z64-dbg
Architecture: source amd64
Version: 1.99.4+24+81f51799ae45-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-video-z64 - low-level rdp emulation for mupen64plus
 mupen64plus-video-z64-dbg - low-level rdp emulation for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-video-z64 (1.99.4+24+81f51799ae45-1) experimental; urgency=low
 .
   * New upstream snapshot from revision 
81f51799ae4560b8a3b644ba992d0ddd747464ac
   * debian/control:
 - Add virtual package libsdl-dev as alternative build dependency
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/patches:
 - Remove upstream merged patch rewrite_makefile.patch
 - Rebase printf_fixup.patch against 1.99.4+24+81f51799ae45
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 e8dcc642f522457c8fd989d5fd83fe0a990e07bf 2350 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.dsc
 81b5d6e17f59dd14ee7cbcf39ee6e4cb5b52d7ca 64954 
mupen64plus-video-z64_1.99.4+24+81f51799ae45.orig.tar.gz
 96f5079ff93913448212fa88bec34295e3c0e84d 9432 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.debian.tar.gz
 138c4983465de841d544aedfbd019bd7658e705b 45642 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1_amd64.deb
 3a8a624dc70caa6645a1664a8f1072488f66fde3 67874 
mupen64plus-video-z64-dbg_1.99.4+24+81f51799ae45-1_amd64.deb
Checksums-Sha256: 
 ab69babb8a4fbadc28333f81cf986d666fd5435134ada3abad15e80edafe47f7 2350 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.dsc
 93c30f2362cdc760175e1178215672301b48c7830d58a6c9b84c1f2216f15816 64954 
mupen64plus-video-z64_1.99.4+24+81f51799ae45.orig.tar.gz
 2bf740d1c31352908dd9a0ad1ca676044acc491be3cd6bcbb3be49155ed8fe2f 9432 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.debian.tar.gz
 627c836be5cff49eace02b51d0929224cf66f6297203aec8833dc177e093f73e 45642 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1_amd64.deb
 4467e1e7b618a90e12e69c2048540851d8e6870edb230fffe18c63eebbb367c5 67874 
mupen64plus-video-z64-dbg_1.99.4+24+81f51799ae45-1_amd64.deb
Files: 
 51501703c0f4c86b6d76a429a4fd088c 2350 games optional 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.dsc
 39d58fed5f1b0147e16196c431df527b 64954 games optional 
mupen64plus-video-z64_1.99.4+24+81f51799ae45.orig.tar.gz
 adf5ee8f80b8bae0528170620fb75a09 9432 games optional 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.debian.tar.gz
 5a4811eb14334b14200d6c2d694e0960 45642 games optional 
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1_amd64.deb
 c1a9d24168db2ce685761fc1df8288cc 67874 debug extra 
mupen64plus-video-z64-dbg_1.99.4+24+81f51799ae45-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9YyAAoJEF2HCgfBJntGh3MQAMOzU1AoLC+6LZ1l0vbdlMJZ
fEaKNIjXU3zOdwGIiSxrEyn5Sr7v5F5sLdeIvHL3QHdU9OnKrsn+fk+rqzxVcHDy
MDXAjruBAmquDWa4IT00xKqUlCC7k06D0+kaLG+bvkFaEyaoJwpUKM/pnvo5TQBf
UqZ4roByjmVJQUHoR1uGERnr6FjhfhmZFltmwDbctz0MF9w4h/pPPpM1UIsjzZIP
mnvzykxDNkGsLo/Qdg8O0u9skhpo+7zDwTBiEOvkW263/izmLf3Dj/dHAeKbUlDD
Y7bGqYmlNEtbeW9pfMJC9qD3GHhzL1sWbZqxvXulHHirhrF8nfJn+/0uy9uFToSO
nnOIZJ/z7D6z3BgHn5Z4uPGUzukxaS53Ttu/gQWd1rpIUw0jvo43UXYhxAcWufBY
EIM48dZWSjeDqPbh9viSLt975GPq0WRK1StR9Ta1SGHU/f2YRiq5WuJD0GMBQR68
Wyo80o3RdnLZLxwBKnOD3L4V9R938Bl0/Y9hnzhu8fVFW7SRPTm+gGGrLJgFFt1K
e+kD98Rjkgu971CE7uvlnoMvT4i8o2h3e1BRgdOh7WsCU6h++8uUOtWq9ZYz+49U
gbX1EyC33bji0u/q9gs9V3YodOHX10uvPS1eMNJdyHLER6FJP2ldZCvd+iKUeO2l
MZaqkQIRkJraopBXaUIj
=xzZA
-END PGP SIGNATURE-


Accepted:
mupen64plus-video-z64-dbg_1.99.4+24+81f51799ae45-1_amd64.deb
  to 
main/m/mupen64plus-video-z64/mupen64plus-video-z64-dbg_1.99.4+24+81f51799ae45-1_amd64.deb
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.debian.tar.gz
  to 
main/m/mupen64plus-video-z64/mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.debian.tar.gz
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.dsc
  to 
main/m/mupen64plus-video-z64/mupen64plus-video-z64_1.99.4+24+81f51799ae45-1.dsc
mupen64plus-video-z64_1.99.4+24+81f51799ae45-1_amd64.deb
  to 
main/m/mupen64plus-video-z64/mupen64plus-video-z64_1.99.4+24+81f51799ae45-1_amd64.deb
mupen64plus-video-z64_1.99.4+24+81f51799ae45.orig.tar.gz
  to 
main/m/mupen64plus-video-z64/mupen64plus-video-z64_1.99.4+24+81f51799ae45.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/e1qy6e4-g8...@franck.debian.org



Accepted mupen64plus-video-arachnoid 1.99.4+33+6bb944b2f66e-1 (source amd64)

2011-08-29 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 17:06:38 +0200
Source: mupen64plus-video-arachnoid
Binary: mupen64plus-video-arachnoid mupen64plus-video-arachnoid-dbg
Architecture: source amd64
Version: 1.99.4+33+6bb944b2f66e-1
Distribution: experimental
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 mupen64plus-video-arachnoid - Arachnoid high-level graphics emulation for 
mupen64plus
 mupen64plus-video-arachnoid-dbg - Arachnoid graphics hle for mupen64plus debug 
symbols package
Changes: 
 mupen64plus-video-arachnoid (1.99.4+33+6bb944b2f66e-1) experimental; 
urgency=low
 .
   * New upstream snapshot from revision 
6bb944b2f66eb611972c5b8419341f8fcc886970
   * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82
   * debian/control:
 - Depend on mupen64plus-*-abi-2
 - Build-Depend on libmupen64plus-dev = 1.99.4+77+8bb0e6b3ae3a-1
   * debian/patches:
 - Remove upstream merged patches array_bounds.patch, mipmapping.patch,
   rewrite_makefile.patch
   * Add debian/get-orig-source.sh for snapshots
Checksums-Sha1: 
 f2d328176675aa417b40cd4a07d3ffbccf74513b 2392 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.dsc
 e2c84f5be403f8258b29a9b76d5374f2ff4ec8fe 127207 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e.orig.tar.gz
 aad14fe3c6f07a0a7e6c09f2433eba87984c0edf 7236 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.debian.tar.gz
 8202f75728157d6b1583f6345783e0b53959678a 84008 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1_amd64.deb
 456ed19832f49d54f2592e498dd05d8d8ef2d0f9 464638 
mupen64plus-video-arachnoid-dbg_1.99.4+33+6bb944b2f66e-1_amd64.deb
Checksums-Sha256: 
 14703731890b413e00289f2e9cd7e67f087094b12718f92324fe86ef9558a2a2 2392 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.dsc
 f2dcdb250e1f9eb8fcba2b6227a899c0b1081c73d736178eb44ac2587132b16f 127207 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e.orig.tar.gz
 4a4fd92e3b8927a7174032380cda6baf8d9cd047dc960e708cab79c17c86b1a1 7236 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.debian.tar.gz
 caf109076b2d7c0df422ab1cd1b227bb015355c86bd96920b620d86f6b7299ea 84008 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1_amd64.deb
 6d3ba6b3017b63de9d6c071a92a3a8b5c404bc5c9162f8388fc4047cfaca746d 464638 
mupen64plus-video-arachnoid-dbg_1.99.4+33+6bb944b2f66e-1_amd64.deb
Files: 
 2598ca143ea7849da7c391eb706ca392 2392 games optional 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.dsc
 6bfa2bd55ff920778453c5e243cb0c56 127207 games optional 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e.orig.tar.gz
 6ba3c1128c7683ec46fa0551d1b2f113 7236 games optional 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.debian.tar.gz
 7d07b014116615c756310ea7c3a974ee 84008 games optional 
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1_amd64.deb
 3efb216c48d9e6c933ad489def9d0e6a 464638 debug extra 
mupen64plus-video-arachnoid-dbg_1.99.4+33+6bb944b2f66e-1_amd64.deb

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

iQIcBAEBCgAGBQJOW9eRAAoJEF2HCgfBJntGi8MP/3qel2gTQNVLEHwxScZYgIpQ
C4YzuANoCNd9Ist+kEATswMXc9/FKPEuMxeAldQNyTkbj752Emrm1OiPZxiY3jmG
CBQlfb+at/O2ox35qcmxLzJVf5gPL1fcO1xaRD1yzypY6FrF9StHaOSoURXCwwPY
4bfzT+RGqA14ZKvVfKm32VNMhUi84O7ib26YgZSeF9qv5BBE0lfv43+raGqKz84E
SfRCc+zu+ywKrdwy9vwQvpYXe3nPEAfWtFRyo10EtpWB7P2UmLBZWHcwQZ+liIsV
1TfVduFrapSzNSPzCKIXt08OLl3/WMBySsUH4GVqvSBtpTAWQ5Cgac6nIvZfkDv1
l9mtAs8kICNq4VeZRiQexphqWqa7iNUMkbCPrMlP6ESff3FystE0qP20tB+dXOgh
X628NnIp11YGmfSho24jFFazzK/6TtoblOn8SDKmL53oqGBehZBuKfwOUOK/5/RD
z1lOTM+n5kdeVtEcrg6LfXMVrjNpxiCQg+VuxNKzHz/rFKU7pGOvN5OefnIW0hEB
M+wDIUWTcKkAvc4nGI8ZLjyLt//h55K6wF/UH+6EwboHmUOFlJeD5gYn3fWXUh8T
CJq6E4VlI28HofhwuA1/R/lRVgFH3BQNptVsNbh18JpIUgC3Wk2V5AIluuoRalQY
TUIIswE6L6l6nD+6e1o2
=qorw
-END PGP SIGNATURE-


Accepted:
mupen64plus-video-arachnoid-dbg_1.99.4+33+6bb944b2f66e-1_amd64.deb
  to 
main/m/mupen64plus-video-arachnoid/mupen64plus-video-arachnoid-dbg_1.99.4+33+6bb944b2f66e-1_amd64.deb
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.debian.tar.gz
  to 
main/m/mupen64plus-video-arachnoid/mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.debian.tar.gz
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.dsc
  to 
main/m/mupen64plus-video-arachnoid/mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1.dsc
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1_amd64.deb
  to 
main/m/mupen64plus-video-arachnoid/mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e-1_amd64.deb
mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e.orig.tar.gz
  to 
main/m/mupen64plus-video-arachnoid/mupen64plus-video-arachnoid_1.99.4+33+6bb944b2f66e.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/e1qy6sl-0001au...@franck.debian.org



Accepted usbutils 1:004-2 (source amd64)

2011-08-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 20:43:24 +0200
Source: usbutils
Binary: usbutils usbutils-udeb
Architecture: source amd64
Version: 1:004-2
Distribution: unstable
Urgency: high
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 usbutils   - Linux USB utilities
 usbutils-udeb - Linux USB utilities (udeb)
Closes: 639717
Changes: 
 usbutils (1:004-2) unstable; urgency=high
 .
   * Install usbutils.pc in the correct path.  Closes: #639717.
   * Set severity to high, as the bug affects testing.
Checksums-Sha1: 
 de45c59dde2a8904b6ab147c40ae2f9c052c3402 1041 usbutils_004-2.dsc
 2ba5ccaa96d98bcf5f7a91703b1ceb23f86b7e03 46800 usbutils_004-2.debian.tar.xz
 da24ffd41e801215919382854709998ead04ee61 219824 usbutils_004-2_amd64.deb
 656b5a9c7e561b27a67bb0ab432dc70466cae7e7 192252 usbutils-udeb_004-2_amd64.udeb
Checksums-Sha256: 
 c613f6933a30b525e352351c53e0803545a7f922c179b53bdb8bd678808d1f56 1041 
usbutils_004-2.dsc
 e2513e7b9484b51ba9a57aa41528e5002b90aa99450a050df2c4c361c6e66888 46800 
usbutils_004-2.debian.tar.xz
 2f2a0f1ab37701c219aace6fbe6278d242fbea71b69e13a361d52b9a117cdd32 219824 
usbutils_004-2_amd64.deb
 7c3d17c57a7e47b813da583c0c57d8ecf4e534a9f702c28a254b88a7e3581ed7 192252 
usbutils-udeb_004-2_amd64.udeb
Files: 
 dd3067d398e1850118fc22b23d76331a 1041 utils optional usbutils_004-2.dsc
 25ef0b250272e90d4942cbccc044137a 46800 utils optional 
usbutils_004-2.debian.tar.xz
 a4fcc75afef70f877adfbaa3d3ecfbe7 219824 utils optional usbutils_004-2_amd64.deb
 39852fd024bd84665392ac00e809fe72 192252 debian-installer optional 
usbutils-udeb_004-2_amd64.udeb
Package-Type: udeb

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

iD8DBQFOW9/uw3ao2vG823MRAu5kAJ9KvO2StvMK8J0MKto5MKfvRi7j1wCeOcIR
OOHr7F3HsoXF8hRMFx4J9aQ=
=p/fK
-END PGP SIGNATURE-


Accepted:
usbutils-udeb_004-2_amd64.udeb
  to main/u/usbutils/usbutils-udeb_004-2_amd64.udeb
usbutils_004-2.debian.tar.xz
  to main/u/usbutils/usbutils_004-2.debian.tar.xz
usbutils_004-2.dsc
  to main/u/usbutils/usbutils_004-2.dsc
usbutils_004-2_amd64.deb
  to main/u/usbutils/usbutils_004-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/e1qy77y-0003ms...@franck.debian.org



Accepted massxpert 3.1.0-1 (source all amd64)

2011-08-29 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 19:01:23 +0200
Source: massxpert
Binary: massxpert massxpert-data massxpert-doc
Architecture: source all amd64
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group debichem-de...@lists.alioth.debian.org
Changed-By: Filippo Rusconi lopi...@debian.org
Description: 
 massxpert  - linear polymer mass spectrometry software
 massxpert-data - linear polymer mass spectrometry software - arch-indep data
 massxpert-doc - Linear polymer mass spectrometry software - manual
Changes: 
 massxpert (3.1.0-1) unstable; urgency=low
 .
   * Upstream release:
 .
 - Updated the user manual since a long time, documenting part of the
 features implemented since last manual update;
 .
 - Implemented automatic naming of XpertMiner input data dialog
 windows;
 .
 - Implemented export of XpertMiner output data into new input data
 dialog windows, so as to be able to chain calculations;
 .
 - Refactored isotopic cluster calculation code;
 .
 - Implemented a new spectrum calculation feature that simulates a
 complete spectrum starting from a list of oligomers obtained by
 cleavage of a polymer sequence. An isotopic cluster can be computed
 for each oligomer in the list or not. If not, the mono or avg mass can
 be used to compute the peak shape;
 .
 - Implemented a new spectrum calculation feature that simulates a
 complete spectrum starting from a list of analytes obtained by
 calculating a m/z ratio series with a elemental formula as the
 starting point.
Checksums-Sha1: 
 67fea7f507a276779235f8f42431d2773c096e36 1370 massxpert_3.1.0-1.dsc
 8a1ecb4fb3ba363d7ce658e2c27f22e05b41fbf1 14827138 massxpert_3.1.0.orig.tar.gz
 a89065baa466d2d47f8e50c4e1ad0311e5a45a9c 12945 massxpert_3.1.0-1.debian.tar.gz
 f4e11a51b1ec45cb7a39a45df86722fd0f951637 246484 massxpert-data_3.1.0-1_all.deb
 3e5bb80033ba141e5753e8cb7341c090edc1 8818310 massxpert-doc_3.1.0-1_all.deb
 0cbe10c6b600bc061949b29b7a99db5e669e3d79 1173148 massxpert_3.1.0-1_amd64.deb
Checksums-Sha256: 
 7f6e72eb18e6fa4820de9a6fa26d2802ca8887c7254c807797023205553aecb3 1370 
massxpert_3.1.0-1.dsc
 b9b60b19b71362e2907cd92c220021061c8b912ba8965e88379ffb552411c5bb 14827138 
massxpert_3.1.0.orig.tar.gz
 58cae90b450459abcbfa403fdfb10b2c3939d13467407159f61f1ae723aba221 12945 
massxpert_3.1.0-1.debian.tar.gz
 2cc65b272959d8e3dbef1f122081347a6a2b6baa0f5405743121ef3632d78c01 246484 
massxpert-data_3.1.0-1_all.deb
 243b1c66eaac6bb81f08a46622b6abe521f5ad53b94da05e8288983693acf0b7 8818310 
massxpert-doc_3.1.0-1_all.deb
 f577ccf47a9ab86d00c7779ed600ab60ec0251a546a4b5b197b8f859c071f905 1173148 
massxpert_3.1.0-1_amd64.deb
Files: 
 14a8dfdd5836d9287d9f828b93bf2667 1370 science optional massxpert_3.1.0-1.dsc
 9b66e63e0bea2acb3ed6533b1a8ede1c 14827138 science optional 
massxpert_3.1.0.orig.tar.gz
 ac614502a83924c5bf25132f4bbecbbf 12945 science optional 
massxpert_3.1.0-1.debian.tar.gz
 c78ee922f9d29bcdbcb5a54eefb8bc5f 246484 science optional 
massxpert-data_3.1.0-1_all.deb
 fff106ff161b2eff937cd9d7b8633f40 8818310 doc optional 
massxpert-doc_3.1.0-1_all.deb
 c67cafcb8726fcf7442aae783cb3d126 1173148 science optional 
massxpert_3.1.0-1_amd64.deb

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

iEYEARECAAYFAk5b4awACgkQTTOs5MePaHyXIACfcqMo/rtd4B69qzO2fAWnRaYf
90YAn2gddcDmmIA8Akg6DZJ1BJNdw2kw
=x7Cd
-END PGP SIGNATURE-


Accepted:
massxpert-data_3.1.0-1_all.deb
  to main/m/massxpert/massxpert-data_3.1.0-1_all.deb
massxpert-doc_3.1.0-1_all.deb
  to main/m/massxpert/massxpert-doc_3.1.0-1_all.deb
massxpert_3.1.0-1.debian.tar.gz
  to main/m/massxpert/massxpert_3.1.0-1.debian.tar.gz
massxpert_3.1.0-1.dsc
  to main/m/massxpert/massxpert_3.1.0-1.dsc
massxpert_3.1.0-1_amd64.deb
  to main/m/massxpert/massxpert_3.1.0-1_amd64.deb
massxpert_3.1.0.orig.tar.gz
  to main/m/massxpert/massxpert_3.1.0.orig.tar.gz


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



Accepted padre 0.90.ds1-1 (source all)

2011-08-29 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Aug 2011 18:44:38 +0300
Source: padre
Binary: padre
Architecture: source all
Version: 0.90.ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 padre  - Perl Application Development and Refactoring Environment
Changes: 
 padre (0.90.ds1-1) unstable; urgency=low
 .
   * New upstream release
+ update dependencies:
  - add libcapture-tiny-perl 0.06 to Depends
  - add (build-) dependency on libmodule-corelist-perl 2.22 or a suitable
perl
  - remove module-refresh and module-starter from (build-)dependencies
  - bump (build-)dependency on libppix-editortools-perl to 0.13
  - add (build-)dependency on libprobe-perl-perl
+ update debian/copyright to match the new release
 .
   * Move Vcs-Git from apps/ to packages/
   * stop removing bundled fork of ORLite::Migrate (now heavily modified)
   * update debian/not-real-manual.list
   * revert the plugin API version bump
   * add Breaks: for incompatible plugin versions
   * upload to unstable
   * add pod-spelling.patch from upstream
   * update disable-tcp-server.patch to apply cleanly
Checksums-Sha1: 
 9311da2a9b0973ed4f20e9786eaf8ce5986fd6cc 3725 padre_0.90.ds1-1.dsc
 5ab30d0e154c0461954451af6787d93d57ba00aa 1428944 padre_0.90.ds1.orig.tar.gz
 a10757002b7dd75a29990577273352eb0d57a3ee 22045 padre_0.90.ds1-1.debian.tar.gz
 7ac51962433b399d00ed777c0c7998f2574b2039 1524824 padre_0.90.ds1-1_all.deb
Checksums-Sha256: 
 402bf27847a5c0259164646b8002dbb46f3b3258ff4acf3dfac42c68029b1d05 3725 
padre_0.90.ds1-1.dsc
 d7843f4b68007efcb11fe468d577667360d84419910c8dbf8191a9d1abab1e45 1428944 
padre_0.90.ds1.orig.tar.gz
 f9f5272092265f3c14bdda1ef3035c002646cb9ab1cc12c67a044377e53c9f7d 22045 
padre_0.90.ds1-1.debian.tar.gz
 0c8f822367b883c0bdd199636a870e226c7fcbb488f583dff566f89f48babb5d 1524824 
padre_0.90.ds1-1_all.deb
Files: 
 9837013f1f08b41f1893bb0029027d70 3725 perl optional padre_0.90.ds1-1.dsc
 ceb556b030faee816754697f1521d9ee 1428944 perl optional 
padre_0.90.ds1.orig.tar.gz
 f0845e2d8c20aa51f18476aae0e30b83 22045 perl optional 
padre_0.90.ds1-1.debian.tar.gz
 8944681cfeb440d5382a710426dfc655 1524824 perl optional padre_0.90.ds1-1_all.deb

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

iQIcBAEBCAAGBQJOW+b9AAoJENu+nU2Z0qAEe3AQAJpi60RY9sAAuJc0xMJXxCQQ
R0h14TGRWRZ9xEHOPVoWJv/QPKNxFXtHkkD58SAxiFTuAqrWNecy7RSmgyLVRHpD
duBhNba9tpHrJWy+H3uYdbOCuC8dDZoqv7Stx53iIb6tllFIEm9f6hVlagAmffna
8TU+P5Q9IlUu6oAgHQ/PNIOuR7kXWL/8C6Ebrkf4V6YOyBskb7urgndqf9dsarRT
Now7MWTWoKoOy+WGZQooJRskTUrkZX2TIIAHry/5BTqibVk23GrtMmlrZHi9o4dS
UePLDC7yDCd29AROCApa8XVZfRGxydClPNWOCHAqwNx/SIi9/r2C7JYexYlKTzg0
UxbvEbC0FDfo1Uu8jpmBaV2Z65ZthDiiYx6Z+LfyCuRjHjRTpviSwrsjckyj+l9i
6qO2MJGZ+vBaMYEynp+kLmR4Q/YCVcwTb1FgXeyEuRY1x1uxoaqeHP4fSU7mFaNL
G7ds1rZE7n4oZzkhyUPpksU+1doYmPU3oxoGFpjMVui8K8Zw/Gk3hz7Y00DISTKg
ejkeNOeTG1FWNYJcoRHUuTFhvU9AikN3fJ7Q/5NDKxE1dQ7F4q8i/KnkdPfo/oTT
KDV4/EV8WRGfXkKsEt71H+HIEipN+2g6L1i7l/jz4OyoW6QufNZP8P0FzDwD4NkK
ps4mmSO8zWkRCH8Ib/3Q
=ebOx
-END PGP SIGNATURE-


Accepted:
padre_0.90.ds1-1.debian.tar.gz
  to main/p/padre/padre_0.90.ds1-1.debian.tar.gz
padre_0.90.ds1-1.dsc
  to main/p/padre/padre_0.90.ds1-1.dsc
padre_0.90.ds1-1_all.deb
  to main/p/padre/padre_0.90.ds1-1_all.deb
padre_0.90.ds1.orig.tar.gz
  to main/p/padre/padre_0.90.ds1.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/e1qy7ak-00076x...@franck.debian.org



Accepted grdesktop 0.23+d040330-2 (source amd64)

2011-08-29 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 20:48:30 +0200
Source: grdesktop
Binary: grdesktop
Architecture: source amd64
Version: 0.23+d040330-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 grdesktop  - GNOME frontend for the rdesktop client
Closes: 566015 615351
Changes: 
 grdesktop (0.23+d040330-2) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format.
   * debian/control: Use Homepage field.  Closes: #615351.
   * debian/patches/04_typos.diff: Added.  Closes: #566015.
Checksums-Sha1: 
 eb7e23471b702eefc5520b85f79d85353d2f6846 1790 grdesktop_0.23+d040330-2.dsc
 8cb1f0c974d1a18a63fe257f5dca1782422a3f7d 6432 
grdesktop_0.23+d040330-2.debian.tar.gz
 64ceccc0b7fee2d5cf369d81d8eb70b218ebf17f 128270 
grdesktop_0.23+d040330-2_amd64.deb
Checksums-Sha256: 
 e8d82b2ebfd97d261ee661ed5f056ac1c9332e4f4fc957a0d70da51e855eaaa1 1790 
grdesktop_0.23+d040330-2.dsc
 beef11a06777f2d5078d5dd2586fcea58f0446d35073b7a0bddd0b8558860a6b 6432 
grdesktop_0.23+d040330-2.debian.tar.gz
 6133b9bbc697bc0fbcc84e79232bb120228bd18ffac77f5e1bea68a6b7178ecd 128270 
grdesktop_0.23+d040330-2_amd64.deb
Files: 
 40bd694642e21259ad3b92dbc55a26fd 1790 x11 optional grdesktop_0.23+d040330-2.dsc
 156c9ce048591255a5cdd93638acf843 6432 x11 optional 
grdesktop_0.23+d040330-2.debian.tar.gz
 882722ffb1ed6c4667519e14ee216650 128270 x11 optional 
grdesktop_0.23+d040330-2_amd64.deb

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

iQIcBAEBCAAGBQJOW+lJAAoJEDNV9NY7WCHM3e4P/ikj/NrbiDwvTVAjqvZ3YPU1
Auu36v2Os7RORGVPF16IoE/uFTsO/IUlFPfAtAP8wb5SjsdMiOhGyL4GTyv/m/j/
h5aks9LaS6JVf+2rICgkoDJcMXxHOeaDYvvysTrsMvB8dDNgKQkNxOm0Qjeghq7I
xqdXIQAsJOeAwlUCEs51yfyEW6KFDKyFFmdnL2vLVr8jV9DmoWjJFMBH2mVXs1E6
fn6dTnRXXNfFi7zTT7cg3hrRx2RiZBcjrczPB9iXxyNovVKNolBIARurQNWb5pgG
8RxsvE+BLFZLYh4s0G64EeSy1EKQXOA2nLO/0/R+dLC/XiSgnJx1nfeM9pojUNcS
0Se35Da00SGHpTSuUWRkk7ksS26xs2R6maMK3uAEoDDYrHC4AAzX7B2tmrqY53Lq
6l8a0kd0gAeT8IJI93ZU9bg6jOCvfiE4kL6t/0Dvii2vINe7aNCUUr9o7WT2ygy2
Dcs62q6cZm9P1ycDp2L8New6EcTHQpDgq0ep8a4/58LqamTVlWC3lCzaaa6wXE04
ogz2NbCzvVCouYNOO1/pys9oowTjyPHafNxeBE7mELuEVVAOJa/QRZVAspdwtuv7
3outsMFpK7pRyvwSdxFBgMwVTdiG6LNQzPBi7+6p9b2BJ18uP9izh4qhkBmC+iIG
Idr5biTIgwb4MaTi/cTa
=IjOy
-END PGP SIGNATURE-


Accepted:
grdesktop_0.23+d040330-2.debian.tar.gz
  to main/g/grdesktop/grdesktop_0.23+d040330-2.debian.tar.gz
grdesktop_0.23+d040330-2.dsc
  to main/g/grdesktop/grdesktop_0.23+d040330-2.dsc
grdesktop_0.23+d040330-2_amd64.deb
  to main/g/grdesktop/grdesktop_0.23+d040330-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/e1qy7o1-wk...@franck.debian.org



Accepted piespy 0.4.0-2.2 (source all)

2011-08-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 21:22:13 +0200
Source: piespy
Binary: piespy
Architecture: source all
Version: 0.4.0-2.2
Distribution: unstable
Urgency: low
Maintainer: Bryan Donlan bdon...@gmail.com
Changed-By: Matthias Klose d...@debian.org
Description: 
 piespy - An IRC bot to visualize social networks
Changes: 
 piespy (0.4.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-depend on default-jdk instead of gcj.
Checksums-Sha1: 
 2727ff6e8a772a8e0762b54a74dcb79d5eb886b8 1048 piespy_0.4.0-2.2.dsc
 5eba8530062352cdd3e2c5da8e5b70bd15ba7e4c 3936 piespy_0.4.0-2.2.diff.gz
 14e4e9a1347ef8ab3a9af7fdfe1c6a00888d9582 114800 piespy_0.4.0-2.2_all.deb
Checksums-Sha256: 
 21fd4c48cf01c9defd702a94edc0b24c818ddee399cc48c92b91852234c86339 1048 
piespy_0.4.0-2.2.dsc
 94edc56f4f0cb2187557475f3ca7bc7a2a431fa1fc418bb2f3113b1fac9b9778 3936 
piespy_0.4.0-2.2.diff.gz
 9a4ae27442fc0d44ab55aa3cc5291fdbd6b634e742bb3f55ed3f4a2bab8f3191 114800 
piespy_0.4.0-2.2_all.deb
Files: 
 bf4dd53fe9ba887fbd9ca358e60dded8 1048 net extra piespy_0.4.0-2.2.dsc
 447be258d744eddeeda6be81845439de 3936 net extra piespy_0.4.0-2.2.diff.gz
 21dd71aeef2d8818cfa2ac0ade09c3db 114800 net extra piespy_0.4.0-2.2_all.deb

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

iEYEARECAAYFAk5b6QQACgkQStlRaw+TLJwJLACgvu4ORQ9yteLtjb7wrYqmXnXQ
s2cAnjPas6TuDCV+Wckmv6ySORKfrjK7
=04kT
-END PGP SIGNATURE-


Accepted:
piespy_0.4.0-2.2.diff.gz
  to main/p/piespy/piespy_0.4.0-2.2.diff.gz
piespy_0.4.0-2.2.dsc
  to main/p/piespy/piespy_0.4.0-2.2.dsc
piespy_0.4.0-2.2_all.deb
  to main/p/piespy/piespy_0.4.0-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/e1qy7ou-00010w...@franck.debian.org



Accepted webtest 1.3-1 (source all)

2011-08-29 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Aug 2011 21:12:06 +0200
Source: webtest
Binary: python-webtest
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-webtest - wraps any WSGI application and makes it easy to test
Changes: 
 webtest (1.3-1) unstable; urgency=low
 .
   * New upstream release
   * Let dh_sphinxdoc handle documentation files, python-sphinx build
 dependency bumped to 1.0.7+dfsg-1
Checksums-Sha1: 
 1650e9788d09399091b3fb18d79e54bcb3dd628c 1990 webtest_1.3-1.dsc
 439ca06af501df7f8f4c8c68214d8463424cc82e 76603 webtest_1.3.orig.tar.gz
 ee83f8a8404871d7b101925cb62dd8844393af19 2942 webtest_1.3-1.debian.tar.gz
 9027f7482ec78d0a7bd568a3b55c3f833f539fb9 63944 python-webtest_1.3-1_all.deb
Checksums-Sha256: 
 699cd1e01c144d6e5fe59c2171dd54d4d2e10adb801b1ed688bcc22eb5ab5858 1990 
webtest_1.3-1.dsc
 aba8f6dcf87584c1d05848814cdd6c58fcb4cde1640a892322c978cc1ae204f3 76603 
webtest_1.3.orig.tar.gz
 f1ab0b7496a9a1d12ffef2b390b74345e4fad3fa6d23a35dc1c3e412a9ad623b 2942 
webtest_1.3-1.debian.tar.gz
 071b6ccb42670f8a6240a1e60cce1f76efade8ef2e7d232606a5d3994353fcbb 63944 
python-webtest_1.3-1_all.deb
Files: 
 7c48cf1add19da98495295db4bfdeada 1990 python optional webtest_1.3-1.dsc
 fdc92d7de28aec80d022fc5f067033de 76603 python optional webtest_1.3.orig.tar.gz
 52633d46a820c6c4cc9cd8c93c237bdd 2942 python optional 
webtest_1.3-1.debian.tar.gz
 64ac045f4987875f8e5adc7a6a110983 63944 python optional 
python-webtest_1.3-1_all.deb

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

iQIcBAEBCgAGBQJOW+klAAoJEK728aKnRXZFv1EQAK7UEBAQ30L03DQdNlF3Idp4
Jufk7K8DjlRMew3JAa3VL+Pb4BISDm+WI4LS7xwGHoD9SbW/s4P7XXhJDNGBb1eu
bXExn4ATJLk0itUb1iNyeAXvcEUUHFwCbiAoYAlOyey5H2jLhsRsZjik9HtgXuuz
Q1dmuZxi0BOq6Lt4D+W/+La+HotcgRpYBBKuOyL5OT3hSkQCkDEeh3agflpPFxSq
Z1/osB2jdqwylDqR4ziCmX+wBdt6ly7JhpHisBnO3spkv1sqwgvPMOMdDxa57fZB
WnJABQM1GC1dGExSj8D9MP+++Nqijjzoux2EeCXzx1ioHtXxUk6o1v/KeuSjGZMu
XOWP32ltwWOpFl/2FyUDW5sFKowR1dbUbCIStL0dxiAYvfj+H3HWipv9D5irjBRz
J9ol4/ayC8d+xDDScjavqC/WnW7V7WC4v6tdHQ0KnkmfzeZ1Vr4gMOKRir6Qs4hQ
Tw4j56gk7eBa6NE6QgActE2yCI7PW8zgxyaqusRUL01My9x7E8jZEqUI9q7zYHZA
cePeS1SuTyW6GuTInz2ga44gWEZeOkSZ6STex0qSSTBfjHHPWdLipPAErbtTW1Cg
mk4sWj/rYlc4InU7pvFk6fS3FQXTcLm3uPb0ZbQIhKeWIbydbMW9Pq38X5B0B4td
BUCafMb38QuP6hiErj68
=G0uH
-END PGP SIGNATURE-


Accepted:
python-webtest_1.3-1_all.deb
  to main/w/webtest/python-webtest_1.3-1_all.deb
webtest_1.3-1.debian.tar.gz
  to main/w/webtest/webtest_1.3-1.debian.tar.gz
webtest_1.3-1.dsc
  to main/w/webtest/webtest_1.3-1.dsc
webtest_1.3.orig.tar.gz
  to main/w/webtest/webtest_1.3.orig.tar.gz


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



Accepted bleachbit 0.9.0-1 (source all)

2011-08-29 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 22:29:46 +0200
Source: bleachbit
Binary: bleachbit
Architecture: source all
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 bleachbit  - delete unnecessary files from the system
Closes: 626883
Changes: 
 bleachbit (0.9.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Use word 'Clean' instead of 'Delete' (Closes: #626883).
   * debian/patches/desktop_file.patch, debian/patches/gnomevfs.patch:
 - Refresh for new upstream release.
Checksums-Sha1: 
 7f616e538558c4e6f96a2a021fd0012f23aa340c 1964 bleachbit_0.9.0-1.dsc
 9d7888204a5cd3f916a436be0591be222fc42a1b 583037 bleachbit_0.9.0.orig.tar.gz
 069ec52eac6c021318f8fa473c1bf9bf6225b22e 8351 bleachbit_0.9.0-1.debian.tar.gz
 a9ebdc90e70f2b5cf5aa9b596fe099c04d97b26f 323422 bleachbit_0.9.0-1_all.deb
Checksums-Sha256: 
 8616df1b3059e34bc12c031e55feb71331719e9bbf822bc651f461f3004e3d72 1964 
bleachbit_0.9.0-1.dsc
 0d4829ed366812794ffb7d1ec62223532901c1241a7537ab639ff7aec27e6218 583037 
bleachbit_0.9.0.orig.tar.gz
 df3dcd2d1afa3bed3c5d9477d266cf52e862e821378307b2ccfd4138ec6689ab 8351 
bleachbit_0.9.0-1.debian.tar.gz
 81f303759d4b62dc71b8274426e118084bfb9be291c59a3a051213a74208 323422 
bleachbit_0.9.0-1_all.deb
Files: 
 694a2efa8ff87ab5a35851285a10eec1 1964 admin optional bleachbit_0.9.0-1.dsc
 ab9bb74095bfbe0f7dfc54b6d74f7b48 583037 admin optional 
bleachbit_0.9.0.orig.tar.gz
 a292bdac34ccdbdb22863050f19b462a 8351 admin optional 
bleachbit_0.9.0-1.debian.tar.gz
 8187641470ff651c12c8655371fbc8c8 323422 admin optional 
bleachbit_0.9.0-1_all.deb

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

iQIcBAEBCAAGBQJOW/haAAoJEEkIatPr4vMfwCMP/RsfsZguxlrdxPakrUzsYa69
Gw4MsBKTPM8uElrpid/MYLaalMfVXpke9THCeLEAoeb7bufowxHo2DXAJgPoFY1I
j8j8+fUaCTpzYp90PEaeqqK+gBXkCyKbdSjmKqPblWrOq+XZrWQ3WG1HDEKm8Hrj
32j9NfkFHmZuyICSwW3gDmTLEhCXJp+Pf+LIi0AcCYd6r8eHu+AwYn+TVbhaLwc2
u4S3iEoFRMQkb6dBYNQ3VTBm9AeBejJZlWSATpC2CCuY8TcaM32esieORLcp3Rys
uMDqzA0NyAxiZS2ryNoz2lTmhYolmIfkRfMkLcQCzzIPaasCVe+Q4MGJfTCoiGGW
GtIDEHJemCTVhoQB9eorm412uTO3loyOUNyFgr9ociUNLXypLacGVCNOPBkeyykk
+Rt4SAvsDGMjDpRwr3xKJSJpDFG3upT3P1/eOuDwQtPPxs15ZIP4u/4hTqqo4O7e
peXBNHL1QlIdaJ+3WM5l3ZIdHKkeTFf7EQ3PDYj0GXyPKp9pSa8P8GjJS6z5FtHf
UDTe+hjubRS/PBmXCbn2wuHi5xQ5r067IRSVn/y1HVHzHq6M/E/T5vl/SDMv67XX
UPc01kw4htKkzlT1SAPB1QdqAA0NiPTQz79TmsJV1awZJOxhqqh/WMqInZHuFCq+
RBmLVXzD7ANcUVMeyR6I
=637M
-END PGP SIGNATURE-


Accepted:
bleachbit_0.9.0-1.debian.tar.gz
  to main/b/bleachbit/bleachbit_0.9.0-1.debian.tar.gz
bleachbit_0.9.0-1.dsc
  to main/b/bleachbit/bleachbit_0.9.0-1.dsc
bleachbit_0.9.0-1_all.deb
  to main/b/bleachbit/bleachbit_0.9.0-1_all.deb
bleachbit_0.9.0.orig.tar.gz
  to main/b/bleachbit/bleachbit_0.9.0.orig.tar.gz


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



Accepted edfbrowser 1.38-1 (source amd64)

2011-08-29 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 19:27:10 +0200
Source: edfbrowser
Binary: edfbrowser
Architecture: source amd64
Version: 1.38-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 edfbrowser - viewer for biosignal storage files such as bdf and edf
Changes: 
 edfbrowser (1.38-1) unstable; urgency=low
 .
   * New upstearm version
   * Team maintenance in Debian Med team with permission of
 original maintainer given in
 http://lists.debian.org/debian-med/2011/05/msg00141.html
   * Update Standards-Version to 3.9.2 (No changes needed)
   * Added Vcs fields
   * DM-Upload-Allowed: yes
   * omit initial article in short description
   * debian/rules: short dh notation to get simply rid of any
 lintian warning
   * Debhelper 8 (control+compat)
Checksums-Sha1: 
 2ba203e34575bada19aa89ad6f321cebffd8dd2d 1348 edfbrowser_1.38-1.dsc
 1a8e32df89a6e1c6ba626d2559f5e0b83f571f9c 329623 edfbrowser_1.38.orig.tar.gz
 15927751159085bac5e955123dea7b89acbb6548 5983 edfbrowser_1.38-1.debian.tar.gz
 3b70b5884173db7b2bbfa3d57c9be90d6017a035 521072 edfbrowser_1.38-1_amd64.deb
Checksums-Sha256: 
 8395a8d9fd592bf763414650b249b65645b8ffc9eb18be79d37b81c02742ac7e 1348 
edfbrowser_1.38-1.dsc
 a7c3b7fae7153fd6d707713ea0016956531b25c94ffd32978bd78bfaced2bb90 329623 
edfbrowser_1.38.orig.tar.gz
 900d4b47efdee9d052cda07763807c03fd20d6f650f4c90a1ca09bbf8c48581b 5983 
edfbrowser_1.38-1.debian.tar.gz
 b054dc07ef337e085582d9073eff4cf22d69d4b972ffa9fcd5cb44858daa22e5 521072 
edfbrowser_1.38-1_amd64.deb
Files: 
 ed27c4fecf7a0227b8c9a63da13a4475 1348 science extra edfbrowser_1.38-1.dsc
 0f8fcaa454a01ecf945a537ed17d46ab 329623 science extra 
edfbrowser_1.38.orig.tar.gz
 37e5e07a67d629854968fa20a1f0bc1e 5983 science extra 
edfbrowser_1.38-1.debian.tar.gz
 d2416a7a7dcf42b7da3cbd43a0527fb9 521072 science extra 
edfbrowser_1.38-1_amd64.deb

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

iEYEARECAAYFAk5b+TcACgkQYDBbMcCf01rcQACgsFmWt/LEs+jM41ctdgIZSzT8
L48AoMHsrMEHrDSRbL6d5pzbEczIQAYf
=0l+j
-END PGP SIGNATURE-


Accepted:
edfbrowser_1.38-1.debian.tar.gz
  to main/e/edfbrowser/edfbrowser_1.38-1.debian.tar.gz
edfbrowser_1.38-1.dsc
  to main/e/edfbrowser/edfbrowser_1.38-1.dsc
edfbrowser_1.38-1_amd64.deb
  to main/e/edfbrowser/edfbrowser_1.38-1_amd64.deb
edfbrowser_1.38.orig.tar.gz
  to main/e/edfbrowser/edfbrowser_1.38.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/e1qy8yy-0007gz...@franck.debian.org



Accepted fetchmail 6.3.21-1 (source all amd64)

2011-08-29 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 19:20:00 +0200
Source: fetchmail
Binary: fetchmail fetchmailconf
Architecture: source all amd64
Version: 6.3.21-1
Distribution: unstable
Urgency: low
Maintainer: Fetchmail Maintainers pkg-fetchmail-ma...@lists.alioth.debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 fetchmail  - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmailconf - fetchmail configurator
Closes: 612179 626100 638773
Changes: 
 fetchmail (6.3.21-1) unstable; urgency=low
 .
   * New upstream release
 - Do not insert null byte into the last line of a message under
   certain circumstances in the IMAP client (Closes: #638773).
   * debian/control: Drop XS-Python-Version to allow dh_python2 to create
 symlinks to all supported python versions (Closes: #626100).
   * Only awake fetchmail via resolvconf, if it is actually
 running (Closes: #612179).
   * Adjust 02_fetchmail-kill-sslv2.patch, german po changes have been
 applied by upstream.
   * debian/control: extend long description for fetchmailconf.
   * debian/rules: introduce new build-arch/build-indep targets.
Checksums-Sha1: 
 e1b644fd03b027ba9a60ef1d8927842224d21d5f 1331 fetchmail_6.3.21-1.dsc
 e32a0d40ec133d651782543ecd7bc9bbee52dff7 1724445 fetchmail_6.3.21.orig.tar.bz2
 4b676d69d8a6675ccd7df849a8b7d51808c53060 51552 fetchmail_6.3.21-1.debian.tar.gz
 52878200ae22463aec8544f45994b8fa3a6cc611 66096 fetchmailconf_6.3.21-1_all.deb
 b35d31e94a4580d30628701ed07a3554db5bfdb5 922218 fetchmail_6.3.21-1_amd64.deb
Checksums-Sha256: 
 28c43b974228b65e7ea20d910e25b5a0ab76845ec8c84bb80cc26a0f2abf6b4e 1331 
fetchmail_6.3.21-1.dsc
 9b20eededa7d15ab2bde2d4a0c2d169d4882021cd63042ecbed2f13999185502 1724445 
fetchmail_6.3.21.orig.tar.bz2
 5101314bdb34c80b9e423bbcf09f047ba99e54cb93129f4ed0bb9451c6f3f02b 51552 
fetchmail_6.3.21-1.debian.tar.gz
 ae491e739ef084918f01f9e923d8840f82590a39fc41b89e0de93b20cc45d953 66096 
fetchmailconf_6.3.21-1_all.deb
 4cbfe4864d90c332d460e918ab7ad4431716590ccbaf06cc874664f2af8ffc25 922218 
fetchmail_6.3.21-1_amd64.deb
Files: 
 828ddaa7f69f6ac7ccb55c7a1fe6f466 1331 mail optional fetchmail_6.3.21-1.dsc
 0ad8eac47e85bd0ae63870daa09992af 1724445 mail optional 
fetchmail_6.3.21.orig.tar.bz2
 361e23a765df9d393bbd30219b722d80 51552 mail optional 
fetchmail_6.3.21-1.debian.tar.gz
 2223336b1da2e498fc65e7e34e894fdf 66096 mail optional 
fetchmailconf_6.3.21-1_all.deb
 3fcf50fb78d494c32a9cacc4ad9f6fd1 922218 mail optional 
fetchmail_6.3.21-1_amd64.deb

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

iEYEARECAAYFAk5b7MUACgkQHYflSXNkfP/pkgCeJj/s46GH8T/ERD+odu+rLvz7
wtYAn0cVFWkn3mFFkYdpGjo3CxAq6trJ
=2vir
-END PGP SIGNATURE-


Accepted:
fetchmail_6.3.21-1.debian.tar.gz
  to main/f/fetchmail/fetchmail_6.3.21-1.debian.tar.gz
fetchmail_6.3.21-1.dsc
  to main/f/fetchmail/fetchmail_6.3.21-1.dsc
fetchmail_6.3.21-1_amd64.deb
  to main/f/fetchmail/fetchmail_6.3.21-1_amd64.deb
fetchmail_6.3.21.orig.tar.bz2
  to main/f/fetchmail/fetchmail_6.3.21.orig.tar.bz2
fetchmailconf_6.3.21-1_all.deb
  to main/f/fetchmail/fetchmailconf_6.3.21-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/e1qy8zk-0007ql...@franck.debian.org



Accepted libimager-perl 0.85+dfsg-1 (source i386)

2011-08-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 21:41:45 +0200
Source: libimager-perl
Binary: libimager-perl
Architecture: source i386
Version: 0.85+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libimager-perl - Perl extension for generating 24-bit images
Closes: 638762
Changes: 
 libimager-perl (0.85+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Don't build T1-fonts format anymore, t1lib is going away: Remove build
 dependency on libt1-dev, and patch T1/Makefile.PL to make sure we
 don't build/install Type1 font support even if t1lib-dev is present.
 Remove Imager::Font::Type1 files (wrapper around ::T1) in debian/rules
 and T1/Makefile in debian/clean. (Closes: #638762)
   * Refresh spelling.patch (offset).
   * Update years of packaging copyright.
Checksums-Sha1: 
 0f554524cc094c255ea839170a8f8d6919307706 2435 libimager-perl_0.85+dfsg-1.dsc
 09cbce9479a7b54a78ae9e555b11d8e757ec8c8b 1056250 
libimager-perl_0.85+dfsg.orig.tar.gz
 20559efccb7e4743033888d99a0332505435034c 8799 
libimager-perl_0.85+dfsg-1.debian.tar.gz
 77e3df77532f0dcc4635599aa4d646b4d8ed2793 723692 
libimager-perl_0.85+dfsg-1_i386.deb
Checksums-Sha256: 
 76d302bae14af07703cd4865e1e54e0549b464abb33953d767956e1d83bb299a 2435 
libimager-perl_0.85+dfsg-1.dsc
 29e2629e0155b0d066d0044ce6c32075eceddd2e2ed1da9884602f2ab31074d1 1056250 
libimager-perl_0.85+dfsg.orig.tar.gz
 23df1fc77c660856daa1971595a8564394bd161b23d62c5695dac60a8995b063 8799 
libimager-perl_0.85+dfsg-1.debian.tar.gz
 600c030958960450afc6f768609c486007e2b10197dcca6673a6ec458c5d6df4 723692 
libimager-perl_0.85+dfsg-1_i386.deb
Files: 
 1c39616ff9b7d76088b2df14ef1c4050 2435 perl optional 
libimager-perl_0.85+dfsg-1.dsc
 c04ad092e1964d128a9befbf75632946 1056250 perl optional 
libimager-perl_0.85+dfsg.orig.tar.gz
 0bc5f872dac176ecbb61ed92785d7770 8799 perl optional 
libimager-perl_0.85+dfsg-1.debian.tar.gz
 f9ac12d1b457d260af75ee529c94d2f2 723692 perl optional 
libimager-perl_0.85+dfsg-1_i386.deb

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

iQIcBAEBCAAGBQJOW+zIAAoJELs6aAGGSaoGAxwP/0ZXVN+1EFiWxeb90BTs/fah
WnrSiZsUWy+jkSFsuFLiC/0VFN071wMhCgGz5KWxX+nPocLuLp6mcwqyFFDUfRhN
Idl70R9SOppcbjD02Z5Wtq/mnT0AtuDkzwu1kkEA+OI6vY3jOlsS6bjDqD3NjpGC
hleyafgp5ADGPgVNpTOBeu+0l2lEhxeZFocBdWM74q/h1ipKMlSQxdbxp4fojJuc
IC9BETqk6kp74YVSiXczpJbSjr9iMC2dcXiPhXn+tsv4GeHwHZS9N+DS828+f4DB
aI2glJ6Nhrrbns8ejSasiGdHCj+I4RTt3cprojVaW5u1BI2lI81hBwL+aoMbJP4B
+I1xRPGrgQtl7zmRoV1GykIT+qw8s7l15qkV09B8uqYKQ+lJN+1qgDuzCou0ooB5
RcO8WCo6UAXIP6Rw7LUQ0Gk5zYDv6d8zDrYkx4W7+XxS/L6Id5RCszMSilWn22wq
QZeT38MOJFrrDlqQ+Q6u78DAeOzrRFGereF3yuua2nP/2gjW/Oj8JXSZiMCp9zN6
6p8YuWKJrAufy+P/4OO53RI22jAfwcH1fvp6sZzDC3z7lDmjo1zNo7P9IwbYYpm3
BGgt8Gjfm1wRYyF9HUuNsinNxxHfcyx/uyYiivGlHzQKFzuP2Rhq6NvQh1VFQN98
FcHV3XWeN/mYxH3kBICt
=1pGo
-END PGP SIGNATURE-


Accepted:
libimager-perl_0.85+dfsg-1.debian.tar.gz
  to main/libi/libimager-perl/libimager-perl_0.85+dfsg-1.debian.tar.gz
libimager-perl_0.85+dfsg-1.dsc
  to main/libi/libimager-perl/libimager-perl_0.85+dfsg-1.dsc
libimager-perl_0.85+dfsg-1_i386.deb
  to main/libi/libimager-perl/libimager-perl_0.85+dfsg-1_i386.deb
libimager-perl_0.85+dfsg.orig.tar.gz
  to main/libi/libimager-perl/libimager-perl_0.85+dfsg.orig.tar.gz


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



Accepted libmakefile-dom-perl 0.006-1 (source all)

2011-08-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 22:20:36 +0200
Source: libmakefile-dom-perl
Binary: libmakefile-dom-perl
Architecture: source all
Version: 0.006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmakefile-dom-perl - Perl DOM implementation for Makefiles
Changes: 
 libmakefile-dom-perl (0.006-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove fix-pod-errors.patch, applied upstream.
   * Refresh spelling.patch, not applied upstream, applies with a fuzz.
Checksums-Sha1: 
 e4457be5d603e3aeea9bfd58ad6ca94c31813173 2133 libmakefile-dom-perl_0.006-1.dsc
 9b163bb78237702b075a7f9c95f9f5bf14b17700 91226 
libmakefile-dom-perl_0.006.orig.tar.gz
 3d5583c6d36b3825943e3cdb137002221baee55d 2696 
libmakefile-dom-perl_0.006-1.debian.tar.gz
 ab8398801bfe7dddafd7965808c998001c3b9c9b 57378 
libmakefile-dom-perl_0.006-1_all.deb
Checksums-Sha256: 
 2c6ff8c358ec9dafb146ff7e8720c631f69d2e2aff658dcb490c32ffc05e71ea 2133 
libmakefile-dom-perl_0.006-1.dsc
 561cfbc57bcf7a0e519208ee69b47e072d13bdd50efe419e9376bb7c163f0784 91226 
libmakefile-dom-perl_0.006.orig.tar.gz
 5c1eb4c7f18df996ed2d2b2c492f68f13250bc6efad725443cadafbadb9223d2 2696 
libmakefile-dom-perl_0.006-1.debian.tar.gz
 8545d74fffcf25839ae7f4e7ddd76217c71f144b71db36571f2d23f0140d889e 57378 
libmakefile-dom-perl_0.006-1_all.deb
Files: 
 648ba882c722f508a1cfc1d5fcdc6d02 2133 perl optional 
libmakefile-dom-perl_0.006-1.dsc
 c9136d35514d3445288d5f4b8cea5703 91226 perl optional 
libmakefile-dom-perl_0.006.orig.tar.gz
 7a8c0ae789a5befe62cdb937825bc9f8 2696 perl optional 
libmakefile-dom-perl_0.006-1.debian.tar.gz
 6341efaf0734a8f18020e0aa51a7a034 57378 perl optional 
libmakefile-dom-perl_0.006-1_all.deb

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

iQIcBAEBCAAGBQJOW/TpAAoJELs6aAGGSaoG8C8P/3oNvptWoxKk68jji90VI+vF
tnFEf+ncPl0hSJYHpQfTk7ZcK+DHq/5iEOKyvbkgDSX/oaVWRhtZKb+YYcaoItk5
xTteULXa9LS8yvHdXVwFC2ISc8V3ODdZRz1R++02rW+glayCH44/coulCyTGGM6A
V/S3S8jy89AtEFYh354591Je93yw8cp5wPNWNTgx2MmqeIP/sWjq+1KWVU8OsQiP
4JhvUk3m5Due6t8R1FnaRGLeGMe+XncXz66k/R1QSZUY9GuAhl6/JgWNd+aPINJ0
as2+Kd19a3SQLF6SQO50e63Z50ONcx1qwL7kO6k0J8r4j+TXZaKAQE6sbThqrEqa
kV4RsH7NZZ4zgGXCA7sb1S4H+qPlIm57IgcjDnhQCIof7RsAitLNXPzkC4DO+sgJ
Q7fco0kizOcByKiHrS+N5hqyq6i4zK+3MBweVNYZiLeTv03DyeqUB38tDcYC7WD3
Z6eQyiVbULcYb1/nhVGK9x8lwux68+5Ea2GhwD67X8ALpaFzaakgaLe+K5FiE8OG
wjpDZ+R/vm7ijOvUlIgPIekYDeELU/gt5j0gykNlXKjLaLfiaLSTXC8detL0C0zB
EztMlpIqrNlHoCU57n94zLlzP+Whn7qGkO+CSg0kFk4TMvMadWC9NY3Wns5UTHa+
eqa2dDx6zVN7lLzT7TOf
=hBo6
-END PGP SIGNATURE-


Accepted:
libmakefile-dom-perl_0.006-1.debian.tar.gz
  to main/libm/libmakefile-dom-perl/libmakefile-dom-perl_0.006-1.debian.tar.gz
libmakefile-dom-perl_0.006-1.dsc
  to main/libm/libmakefile-dom-perl/libmakefile-dom-perl_0.006-1.dsc
libmakefile-dom-perl_0.006-1_all.deb
  to main/libm/libmakefile-dom-perl/libmakefile-dom-perl_0.006-1_all.deb
libmakefile-dom-perl_0.006.orig.tar.gz
  to main/libm/libmakefile-dom-perl/libmakefile-dom-perl_0.006.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/e1qy90i-00082p...@franck.debian.org



Accepted libsoap-lite-perl 0.714-1 (source all)

2011-08-29 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Aug 2011 22:51:41 +0200
Source: libsoap-lite-perl
Binary: libsoap-lite-perl
Architecture: source all
Version: 0.714-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsoap-lite-perl - Perl implementation of a SOAP client and server
Changes: 
 libsoap-lite-perl (0.714-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches (offset).
Checksums-Sha1: 
 7932a3c04d97ca54c9ef23e46c218682c3cffde5 2614 libsoap-lite-perl_0.714-1.dsc
 e7257cb41b4f6016d2fef6d07bdd0a04c3223fe3 236206 
libsoap-lite-perl_0.714.orig.tar.gz
 ceef619c0ddc42bc0e9facc79da70a2fa6f953a7 7920 
libsoap-lite-perl_0.714-1.debian.tar.gz
 849ef6ac593591748ff54d7f85324f7cf995ef06 342854 
libsoap-lite-perl_0.714-1_all.deb
Checksums-Sha256: 
 cf379a174681e691f2f7451feeccb9e93bbd016c39e5b06f17302107e14b5026 2614 
libsoap-lite-perl_0.714-1.dsc
 21ccac2376c927326db2b72a5d84c45e34a2917348cbada35f34ddf1f14b44d6 236206 
libsoap-lite-perl_0.714.orig.tar.gz
 ae448186442d7c479f43c01b45b379dc9c648b00ffa5997443224579d915f6f7 7920 
libsoap-lite-perl_0.714-1.debian.tar.gz
 53b26d7b7e32e8c6e077295da6d11fa310975b721e6fe5b6f53235d6ce734a0c 342854 
libsoap-lite-perl_0.714-1_all.deb
Files: 
 882fdcf79159c87ed2d047ba65aa5f19 2614 perl optional 
libsoap-lite-perl_0.714-1.dsc
 4a3e8990fde047e11bea6771a7174c23 236206 perl optional 
libsoap-lite-perl_0.714.orig.tar.gz
 86bb6326b24c156e2917e3d58baa7061 7920 perl optional 
libsoap-lite-perl_0.714-1.debian.tar.gz
 ec13e566486f5e6a7b36a4985df2bb73 342854 perl optional 
libsoap-lite-perl_0.714-1_all.deb

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

iQIcBAEBCAAGBQJOW/zmAAoJELs6aAGGSaoGDisP/05qnr5bvGh/uTbJ5QNs/SUZ
XNTc8ia00h1xbnhY/PMOnS1+Pr/ggjiOwzAaHIHjPKH1szJjTDN8fhwHjMUi+FB5
Pdp+JqJpYWhSBghWhm4+FhYafg+sdh5hTKH66oRiuJB144zI3+rGi303hdMJATeW
aEVrOR3DIHD8inCc337ViWZN1oDnScfPbW6dlY9h5Dwr60Ou7zZ08bqLeUaY6uy3
UDrwPwvjcvc2EQm6K55SHN5CfNUtlO9HfM2OzT7R18Q4DV8PbH1zxfG8VuZQHwZN
u3ocwneA8UdFf0ZNMaKjPHkWJMerlicvwLxEzzrKmqKWXcn7xU0OpDM/aLRhpPFd
zDKW20csKkAK4qVkfbeTvUThu6oZOdTYKS8eHspiH/XBF/jFy5RfvRhZ25/83+SW
2vIfbWn1AOiUrNq3vAe0NM1/njPMwVrD2tzieTdLX09IRlBNqOpmQU5mIv3PcOjX
PE2VkAeDVA/BBvq/aP9Wwisvm9bEjGqhAKj0dNzpGCPAkevTbWo/NVVoNGIU24Mx
/4ukX7A7mmRd/euRpRV5BmM1VNo1W5AmqOAEGw2t09USC7EEqGQpBf2fCrk0dDXd
DxcvIANoLZGAdSIgFa3pQF+n17N/lxZAwfV9CJbcZ9YFN7hyW9OmkWHfqd6vGF/m
qfXuh6vf1OOkTv+N9QII
=M95y
-END PGP SIGNATURE-


Accepted:
libsoap-lite-perl_0.714-1.debian.tar.gz
  to main/libs/libsoap-lite-perl/libsoap-lite-perl_0.714-1.debian.tar.gz
libsoap-lite-perl_0.714-1.dsc
  to main/libs/libsoap-lite-perl/libsoap-lite-perl_0.714-1.dsc
libsoap-lite-perl_0.714-1_all.deb
  to main/libs/libsoap-lite-perl/libsoap-lite-perl_0.714-1_all.deb
libsoap-lite-perl_0.714.orig.tar.gz
  to main/libs/libsoap-lite-perl/libsoap-lite-perl_0.714.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/e1qy90v-000870...@franck.debian.org



Accepted qemu-kvm 0.15.0+dfsg-2 (source i386)

2011-08-29 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Aug 2011 00:07:30 +0400
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source i386
Version: 0.15.0+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Michael Tokarev m...@tls.msk.ru
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 kvm- dummy transitional package from kvm to qemu-kvm
 qemu-kvm   - Full virtualization on x86 hardware
 qemu-kvm-dbg - Debugging info for qemu-kvm
Changes: 
 qemu-kvm (0.15.0+dfsg-2) experimental; urgency=low
 .
   * applied build-move-QEMU_INCLUDES-before-QEMU_CFLAGS-76dc3cf82c.diff
 from upstream (-stable) to fix build breakage with spice installed
   * add spice build-dependency (libspice-server-dev and libspice-protocol-dev)
   * disable guest-agent for now, it needs to go into separate package
Checksums-Sha1: 
 903527f9f9da3f7d16652724f3f8cee8c2625fa9 1802 qemu-kvm_0.15.0+dfsg-2.dsc
 3811aec8b1cd0b25f8e13970340a2d907d68b3a1 21182 
qemu-kvm_0.15.0+dfsg-2.debian.tar.gz
 5d72f5ecdd60641328441bb9b99ee6803983e16e 1418570 
qemu-kvm_0.15.0+dfsg-2_i386.deb
 c606f6df68cafe378e0b768cce4c9c6bffb5d151 3688772 
qemu-kvm-dbg_0.15.0+dfsg-2_i386.deb
 0b775bd35e3818b72cc321354f4d5421c0d1d6d0 9524 kvm_0.15.0+dfsg-2_i386.deb
Checksums-Sha256: 
 2180f6d67b0341732afbf06e557c94f711023dcc28c91baf7bfb777ab7a939ca 1802 
qemu-kvm_0.15.0+dfsg-2.dsc
 22e9b23ef7a9517252ecb9cd803bc51cfd7072c67f3d2d609ef9948a6c709dc3 21182 
qemu-kvm_0.15.0+dfsg-2.debian.tar.gz
 7b675a180c2d403f3d2f1f320a43ced24604123a4b909453b3cd95faa545433a 1418570 
qemu-kvm_0.15.0+dfsg-2_i386.deb
 172aa2fac21878d36d61e32549430a65a0480feb4b999a5482401315f0bdc323 3688772 
qemu-kvm-dbg_0.15.0+dfsg-2_i386.deb
 2cb280ce9583715424a7bb66c23ac7427538e4d4652ae5ad1e5aad8e821e1ea6 9524 
kvm_0.15.0+dfsg-2_i386.deb
Files: 
 53749251f5695c54328e5b3f8fbc1cc2 1802 misc optional qemu-kvm_0.15.0+dfsg-2.dsc
 1985d55d77f3cd93c4e06d972503b89d 21182 misc optional 
qemu-kvm_0.15.0+dfsg-2.debian.tar.gz
 b0130ca71a718388f103e59303477447 1418570 misc optional 
qemu-kvm_0.15.0+dfsg-2_i386.deb
 c8b3236d124c58fd98a56d580c36fb5a 3688772 debug extra 
qemu-kvm-dbg_0.15.0+dfsg-2_i386.deb
 a094ffcbdbd2ebc7f18a05b325cbe690 9524 oldlibs extra kvm_0.15.0+dfsg-2_i386.deb

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

iJwEAQECAAYFAk5b86MACgkQUlPFrXTwyDjSWAP/XYj2YpJWk0/vQm89BxMThfqr
I+Qiu46HxPVytllLJ3LEkBS9KIhlnjh08hkeAli/2MUzTaLdpU2srAcUzI4H2Xmp
iZj4ECy6BDK2e8ENvYjt+jScrdJ1B64+EfZ5x1juonn2CXc/VfMtuTHu0VZ0Th5t
5h7VSk9EGqyEpNq8kKA=
=Hmyv
-END PGP SIGNATURE-


Accepted:
kvm_0.15.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/kvm_0.15.0+dfsg-2_i386.deb
qemu-kvm-dbg_0.15.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm-dbg_0.15.0+dfsg-2_i386.deb
qemu-kvm_0.15.0+dfsg-2.debian.tar.gz
  to main/q/qemu-kvm/qemu-kvm_0.15.0+dfsg-2.debian.tar.gz
qemu-kvm_0.15.0+dfsg-2.dsc
  to main/q/qemu-kvm/qemu-kvm_0.15.0+dfsg-2.dsc
qemu-kvm_0.15.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm_0.15.0+dfsg-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/e1qy92n-6l...@franck.debian.org



  1   2   >