Re: switching from exim to postfix

2012-05-17 Thread Thomas Goirand
On 05/03/2012 07:23 AM, Henrique de Moraes Holschuh wrote:
 Well, FWIW postfix allows you to override all MTA notifications, not just
 bounce messages, but the full set.  We do that at work.
   
Interesting. Can you post an example here?

Thomas


-- 
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/4fb4954d.8050...@debian.org



Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Thomas Goirand
On 05/16/2012 08:45 PM, Jon Dowland wrote:
 Of course, many of these could be separate source/binary packages in their own
 right[1], as they have value outside of wordpress, and be 
 Build-Depends/Depends
 of wordpress. In fact a few already are: jquery (already packaged); swfupload
 (not yet); tinymce (already packaged)
Unfortunately, swfupload *cannot* be packaged in Debian because we have
no ways
of building it (unless the situation changed with adobe tools... in
which case,
I would really like to hear about it!). The only thing you could package
would
be a very old version of it.

Thomas


-- 
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/4fb498c0.4020...@debian.org



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-17 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 17/05/12 00:25, James McCoy a écrit :
 On Wed, May 16, 2012 at 04:23:05PM +0200, Olе Streicher wrote:
 Unpatching the sources *before* the build process was cleaned up
 makes no sense to me at all. Could you provide a use case for
 that?
 
 As was described in #649531:
 
 vcs clone repository with unpatched source cd repo ... tweak a
 little ... dpkg-buildpackage; # applies patches, builds, and
 unapplies patches

Precisely, the point is that should be:
applies patches, builds, *cleans* and unapplies patches

 because it does *not* leave the sources in the same state.
 
 Yes, it does.

Nope.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+0mOMACgkQ+37NkUuUiPHvwQCfZ5JgYpy9gMl05G+Crkqui+cx
BG8AnAj2RKjSNZ8DqFVXFXaWP2nJP+hY
=DgDT
-END PGP SIGNATURE-


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



Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Neil Williams
On Thu, 17 May 2012 04:36:40 +0200
Adam Borowski kilob...@angband.pl wrote:

 On Wed, May 16, 2012 at 02:47:54PM +0200, Goswin von Brederlow wrote:
  Can someone set the default to xz and recompile all of Debian or at
  least base and create a repository from that for install tests?
 
 There's no need to recompile anything.  You can recompress existing packages
 using the attached script.

.. and then spend a huge amount of time rebuilding your now broken
pool/ and archive because none of the checksums match ...

Do you have a patch for dak to go alongside your script to update all
checksums for all binaries across all architectures? What about
packages which are the same version in wheezy and in squeeze - now
you're looking at making a new point release with all packages across
all suites changing checksums.

Then once wheezy is out, we'll just have another round with the next
release because packages just keep getting fatter.

Stop investing time in stop gap measures - we need a durable solution
and that is likely to mean dropping GNOME and KDE as an option for CD#1.

-- 


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



pgpALWVSNRSqw.pgp
Description: PGP signature


Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Paul Wise
On Thu, May 17, 2012 at 2:20 PM, Thomas Goirand wrote:

 Unfortunately, swfupload *cannot* be packaged in Debian because we have
 no ways of building it (unless the situation changed with adobe tools... in
 which case, I would really like to hear about it!). The only thing you could 
 package
 would be a very old version of it.

Now that we have an AS3 compiler in Debian (as3compile in swftools)
maybe that would work?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Yves-Alexis Perez
On mer., 2012-05-16 at 19:45 +1000, Russell Coker wrote:
 I just downloaded the source to Wordpress from Squeeze, it's got a 14M 
 .debian.tar.xz which is mostly sources for things that are included in the 
 upstream tarball.  The build process appears to only use the upstream tarball 
 code so the 13MB of data in the debian/missing-sources directory isn't used 
 for building.
 
 It is a really good thing to have upstream sources available as dictated by 
 the GPL (well done to whoever did that).  But that availability doesn't 
 require that they be in the source package.
 
 Would it be possible to have somewhere on the Debian servers for storing such 
 files so that they can be referenced in a README file or something rather 
 than 
 sent to everyone?  I'm sure that most people who build a Wordpress package 
 won't use them.
 
Any reason you didn't CC: wordpress maintainers? (I guess they are
subscribed to -devel but considering the current mail rate, I'm unsure
they'll read everything so it might make sense to CC: them at first…)

Regards,
-- 
Yves-Alexis


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


Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Jon Dowland
On Thu, May 17, 2012 at 02:20:48PM +0800, Thomas Goirand wrote:
 Unfortunately, swfupload *cannot* be packaged in Debian because we have no
 ways of building it (unless the situation changed with adobe tools... in
 which case, I would really like to hear about it!). The only thing you could
 package would be a very old version of it.

So if I understand the situation correctly; wordpress ships a pre-build binary
which cannot be generated in Debian?  Whether the source is in a separate
package or not, this does not feel right.


-- 
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/20120517083808.GA32082@debian



Bug#673238: ITP: ceres-solver -- nonlinear least square minimizer

2012-05-17 Thread Koichi Akabe
Package: wnpp
Severity: wishlist
Owner: Koichi Akabe vbkaise...@gmail.com

* Package name: ceres-solver
  Version : 1.1.1
  Upstream Author : Google Inc.
* URL : http://code.google.com/p/ceres-solver/
* License : BSD-3-clause
  Programming Lang: C++
  Description : nonlinear least square minimizer

Ceres Solver solves nonlinear least squares problems comes up
in a broad range of areas across science and engineering.



-- 
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/20120517084353.4478.26415.reportbug@debian



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-17 Thread James McCoy
On Thu, May 17, 2012 at 08:21:23AM +0200, Thibaut Paumard wrote:
 Le 17/05/12 00:25, James McCoy a écrit :
  On Wed, May 16, 2012 at 04:23:05PM +0200, Olе Streicher wrote:
  Unpatching the sources *before* the build process was cleaned up
  makes no sense to me at all. Could you provide a use case for
  that?
  
  As was described in #649531:
  
  vcs clone repository with unpatched source cd repo ... tweak a
  little ... dpkg-buildpackage; # applies patches, builds, and
  unapplies patches
 
 Precisely, the point is that should be:
 applies patches, builds, *cleans* and unapplies patches

So, you would want dpkg-buildpackage to be an expensive no-op?  Running
the clean target means that you no longer have the artifacts produced by
the build.

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#673241: ITP: glog -- logging library for C++

2012-05-17 Thread Koichi Akabe
Package: wnpp
Severity: wishlist
Owner: Koichi Akabe vbkaise...@gmail.com

* Package name: glog
  Version : 0.3.2
  Upstream Author : Google Inc.
* URL : http://code.google.com/p/google-glog/
* License : BSD-3-clause
  Programming Lang: C++
  Description : logging library for C++

The glog library implements application-level logging. This
library provides logging APIs based on C++-style streams and
various helper macros.



-- 
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/20120517085849.4638.67049.reportbug@debian



Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Adam D. Barratt

On 17.05.2012 07:54, Neil Williams wrote:

On Thu, 17 May 2012 04:36:40 +0200
Adam Borowski kilob...@angband.pl wrote:

On Wed, May 16, 2012 at 02:47:54PM +0200, Goswin von Brederlow 
wrote:
 Can someone set the default to xz and recompile all of Debian or 
at

 least base and create a repository from that for install tests?

There's no need to recompile anything.  You can recompress existing 
packages

using the attached script.


What about
packages which are the same version in wheezy and in squeeze - now
you're looking at making a new point release with all packages across
all suites changing checksums.


SRM would need an awful lot of convincing that doing that was anything 
other than a really bad idea.


Regards,

Adam


--
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/edd7c0607eeb8483c213f32dda8af...@mail.adsl.funky-badger.org



Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Toni Mueller

On Wed, May 16, 2012 at 05:53:11PM +0800, Paul Wise wrote:
 On Wed, May 16, 2012 at 5:45 PM, Russell Coker wrote:
  Would it be possible to have somewhere on the Debian servers for storing 
  such
  files so that they can be referenced in a README file or something rather 
  than
  sent to everyone?  I'm sure that most people who build a Wordpress package
  won't use them.
 
 If I downloaded a source package and didn't get source I would be most
 unimpressed.

Seconded!

If you say download some, and ignore the others in most cases, please
consider that in the case you really find out that you need the source,
you'll most likely be offline, and cannot do much about it (Murphy's
laws apply generously).

So I'd say, better get the whole chunk in one go to be safe.

Imho, much of the value of being entitled to have source is in actually
having it, instantanously, as opposed to merely having a legal option to
get it somehow, sometime.

Of course, YMMV.


Kind regards,
--Toni++


-- 
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/20120517101054.ga10...@spruce.wiehl.oeko.net



Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Adam Borowski
On Thu, May 17, 2012 at 07:54:17AM +0100, Neil Williams wrote:
 On Thu, 17 May 2012 04:36:40 +0200
 Adam Borowski kilob...@angband.pl wrote:
 
  On Wed, May 16, 2012 at 02:47:54PM +0200, Goswin von Brederlow wrote:
   Can someone set the default to xz and recompile all of Debian or at
   least base and create a repository from that for install tests?
  
  There's no need to recompile anything.  You can recompress existing packages
  using the attached script.
 
 .. and then spend a huge amount of time rebuilding your now broken
 pool/ and archive because none of the checksums match ...
 
 Do you have a patch for dak to go alongside your script to update all
 checksums for all binaries across all architectures? What about
 packages which are the same version in wheezy and in squeeze

Goswin asked for a way to test d-i and friends with xz .debs, and this
script works well for that task, removing the need for recompiling.

No one proposes replacing packages in the archive without bumping the
version number, that'd be a recipe for disaster.

Although, if I understand what David Kalnischkies says in
https://lists.debian.org/debian-devel/2012/05/msg00706.html, having
packages with different size/global checksum but identical contents
(control.tar, data.tar) in local repositories (apt-cdrom, reprepro, ...)
shouldn't be a problem as well.

 Stop investing time in stop gap measures

How exactly is greatly reducing download sizes a stop gap measure? 
Obviously, several releases later the savings will be eaten, but without
them the bloat will be that much bigger.  That's the long-term benefit, and
that it also solves a short-term problem (CD1) is a reason to switch to xz
before wheezy.

 we need a durable solution and that is likely to mean dropping GNOME and
 KDE as an option for CD#1.

While dropping GNOME3 is a very sweet idea -- its main mode fails to work
on a good part of, even new, machines, not degrading gracefully; its
fallback mode is a bad joke, it Depends: network-manager (ie, Conflicts:
working networking), and so on, not to even start about more subjective
opinions about changes to the UI -- reducing the size of CD1 to 2/3 would
easily solve the problem for now and last for a few Debian releases, and
by then, CDs will go away the way floppies did.

-- 
“This is gonna be as easy as cheating on an ethics exam!”
-Cerise Brightmoon


signature.asc
Description: Digital signature


Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-17 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 17/05/12 11:39, James McCoy a écrit :
 On Thu, May 17, 2012 at 08:21:23AM +0200, Thibaut Paumard wrote:
 Le 17/05/12 00:25, James McCoy a écrit :
 On Wed, May 16, 2012 at 04:23:05PM +0200, Olе Streicher wrote:
 Unpatching the sources *before* the build process was cleaned
 up makes no sense to me at all. Could you provide a use case
 for that?
 
 As was described in #649531:
 
 vcs clone repository with unpatched source cd repo ... tweak
 a little ... dpkg-buildpackage; # applies patches, builds, and 
 unapplies patches
 
 Precisely, the point is that should be: applies patches, builds,
 *cleans* and unapplies patches
 
 So, you would want dpkg-buildpackage to be an expensive no-op?
 Running the clean target means that you no longer have the
 artifacts produced by the build.
 

Except the built packages in the parent directory, of course.

I see two reasonable choices:

1- don't clean, don't unpatch
2- clean, unpatch (like with -tc)

The current default (don't clean, unpatch) doesn't sound as a very
good choice to me, but again I may fail to see a use case that is
obvious to someone else.

Regards, Thibaut.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+00NQACgkQ+37NkUuUiPF1uACfTk/GvlAIJ7qLNmFzh2Xml/KP
0swAniYd9cOJJmbDkAa1gvqfS+CSRRdM
=sokZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4fb4d0d4.2030...@users.sourceforge.net



Re: Bug#671503: general: APT repository format is not documented

2012-05-17 Thread Michal Suchanek
Excerpts from Filipus Klutiero's message of Wed May 16 18:44:21 +0200 2012:
 Could you clarify how this differs from #481129?

It's 4 years later.

Sorry, forgot that I filed the bug already. It's quite some time.

Given there is no feedback in 4 years I guess it is futile reporting
this.

Admittedly there is no text in social contract about using
Debian-proprietary formats. And a format only defined by apt can read
that is definitely Debian-proprietary there is no better term for that.

I'd say it's slightly discriminatory against software not part of Debian
that cannot rely on getting notified when apt can read that silently
changes, there is no document defining what apt should be able to read
that software authors can rely on to interoperate with apt, one of the
core Debian tools. Apt in turn relies on open standards like HTTP and
FTP to interoperate with the rest of the world.

Thanks

Michal


-- 
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/1337254452-sup-8...@virtual.ruk.cuni.cz



Re: debuild/dpkg-buildpackage behaves not as expected

2012-05-17 Thread Olе Streicher
James McCoy vega.ja...@gmail.com writes:
 On Wed, May 16, 2012 at 04:23:05PM +0200, Olе Streicher wrote:
 Unpatching the sources *before* the build process was cleaned up makes
 no sense to me at all. Could you provide a use case for that?
 As was described in #649531:

   vcs clone repository with unpatched source
   cd repo
   ... tweak a little ...
   dpkg-buildpackage; # applies patches, builds, and unapplies patches
   vcs diff; # looks good?
   vcs commit

This works only for the special case that build does not change any
source file. Otherwise you would also commit the changed source files.

Since for Debian you have only changes in the debian/ subdirectory, you
may do the following:

vcs clone repository with unpatched source
cd repo
 tweak a little ...
dpkg-buildpackage; # applies patches, builds, and unapplies patches
vcs diff debian
vcs commit debian

this does not require unpatching, since it commits only the debian
subdirectory, which is not affected by any patches.

Therefore, I don't see that the workflow you mentioned is a use case
that would require unpatching.

[Quoting restored: Goswin wrote]
 What happens if you now call
 debuild patch
 to apply the patches in a 3.0 (quilt) package that has patch/unpatch
 targets?

 because it does *not* leave the sources in the same state.

 Yes, it does.  

He wrote it himself: patch was meant as a target that *applies* the
patches. Therefore, it does not leave the sources in the same state
(since it applies the patches).

 If you started with patches applied, then they will still be applied
 after calling dpkg-buildpackage.  If you didn't have patches
 applied, then dpkg-buildpackage will apply the patches, build and
 unapply the patches.

We discussed the debuild patch option here which was introduced by
Goswin. 

Best

Ole


-- 
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/87ipfvm17v@news.ole.ath.cx



Re: Bug#671503: general: APT repository format is not documented

2012-05-17 Thread Ian Jackson
Michal Suchanek writes (Re: Bug#671503: general: APT repository format is not 
documented):
 Excerpts from Filipus Klutiero's message of Wed May 16 18:44:21 +0200 2012:
  Could you clarify how this differs from #481129?
 
 It's 4 years later.
 
 Sorry, forgot that I filed the bug already. It's quite some time.
 
 Given there is no feedback in 4 years I guess it is futile reporting
 this.

Well, it's useful to bring it up again.

 Admittedly there is no text in social contract about using
 Debian-proprietary formats. And a format only defined by apt can read
 that is definitely Debian-proprietary there is no better term for that.

Everyone agrees that it would be better if this were documented.
(I have struggled on occasion myself due to the lack of
documentation.)

But I think the use of the word proprietary is going too far.  It's
certainly a special Debian format, but that wouldn't be changed if it
were documented.  But it's not secret and we publish at least two
writer implementations and one reader implementation AFAIK, with
proper Free licences.

 I'd say it's slightly discriminatory against software not part of Debian
 that cannot rely on getting notified when apt can read that silently
 changes, there is no document defining what apt should be able to read
 that software authors can rely on to interoperate with apt, one of the
 core Debian tools. Apt in turn relies on open standards like HTTP and
 FTP to interoperate with the rest of the world.

I think this is not an appropriate use of the social contract or its
concepts.

Rather than complaining that this documentation doesn't exist, how
about writing the document yourself ?  It's not a trivial job but it
should be feasible by looking at the apt source code.

Once such a document exists, even if it's a bit sketchy or perhaps not
entirely accurate, it will be much easier to insist that future
changes are likewise documented.

Thanks,
Ian.


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



Re: Bug#671503: general: APT repository format is not documented

2012-05-17 Thread Eugene V. Lyubimkin
Hello,

On 2012-05-17 13:48, Michal Suchanek wrote:
 Admittedly there is no text in social contract about using
 Debian-proprietary formats. And a format only defined by apt can read
 that is definitely Debian-proprietary there is no better term for that.
 
 I'd say it's slightly discriminatory against software not part of Debian
 that cannot rely on getting notified when apt can read that silently
 changes, there is no document defining what apt should be able to read
 that software authors can rely on to interoperate with apt, one of the
 core Debian tools. Apt in turn relies on open standards like HTTP and
 FTP to interoperate with the rest of the world.

As someone who had to reverse-engineer APT repository format I fully
agree with the above. With one minor addition that some software which
is (non-core) part of Debian suffer from the same problem.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer


-- 
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/20120517132412.GA23563@r500-debian



Re: Bug#671503: general: APT repository format is not documented

2012-05-17 Thread Michal Suchanek
Excerpts from Ian Jackson's message of Thu May 17 14:53:30 +0200 2012:
 Michal Suchanek writes (Re: Bug#671503: general: APT repository format is 
 not documented):
  Excerpts from Filipus Klutiero's message of Wed May 16 18:44:21 +0200 2012:
   Could you clarify how this differs from #481129?
  
  It's 4 years later.
  
  Sorry, forgot that I filed the bug already. It's quite some time.
  
  Given there is no feedback in 4 years I guess it is futile reporting
  this.
 
 Well, it's useful to bring it up again.
 
  Admittedly there is no text in social contract about using
  Debian-proprietary formats. And a format only defined by apt can read
  that is definitely Debian-proprietary there is no better term for that.
 
 Everyone agrees that it would be better if this were documented.
 (I have struggled on occasion myself due to the lack of
 documentation.)
 
 But I think the use of the word proprietary is going too far.  It's
 certainly a special Debian format, but that wouldn't be changed if it
 were documented.  But it's not secret and we publish at least two
 writer implementations and one reader implementation AFAIK, with
 proper Free licences.

However, it's easier to reverse-engineer  an existing repository than
the source code so for all practical purposes it's the same as if it
were closed source.

 
  I'd say it's slightly discriminatory against software not part of Debian
  that cannot rely on getting notified when apt can read that silently
  changes, there is no document defining what apt should be able to read
  that software authors can rely on to interoperate with apt, one of the
  core Debian tools. Apt in turn relies on open standards like HTTP and
  FTP to interoperate with the rest of the world.
 
 I think this is not an appropriate use of the social contract or its
 concepts.
 
 Rather than complaining that this documentation doesn't exist, how
 about writing the document yourself ?  It's not a trivial job but it
 should be feasible by looking at the apt source code.

For me it is not feasible at all.

I can, of course, describe what current repositories look like or what
the current apt code accepts.

However, that has silently changed in the past and is considered apt
feature, not a bug.

 
 Once such a document exists, even if it's a bit sketchy or perhaps not
 entirely accurate, it will be much easier to insist that future
 changes are likewise documented.

I am not so sure about that.

So long as the document merely describes what apt happens to do at the
moment rather than apt implementing what the document says there is no
saying this document has any value.

The status was 'documented' by existing repositories which stopped
working.

Thanks

Michal


-- 
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/1337260034-sup-4...@virtual.ruk.cuni.cz



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Chris Knadle
On Wednesday, May 16, 2012 06:38:49, Adam Borowski wrote:
 On Tue, May 15, 2012 at 10:10:28AM +0100, Jon Dowland wrote:
  On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
   No, I hereby start saying good by to 3.0
  
  I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have also
  found myself to be incompatible iwth 3.0 (quilt) and used 1.0 for my last
  few packages.
 
 I can't see any reason to use 1.0 anymore, ever.
 
 It is true that 3.0 (quilt) does have a great downside, quilt, but it also
 has a number of upsides.  And working around quilt is simple:
 
 echo single-debian-patch debian/source/options
 echo /.pc .gitignore
 echo /debian/patches .gitignore

I'm confused concerning the above; the point of a VCS in this context is to 
track changes to the source package, and the patches are themselves important 
changes to the source package.  If you have Git ignore the patches then Git 
doesn't have a complete view of the source package anymore.  Why would you 
want to do that?

 and perhaps rm -rf .pc debian/patches in the clean target if those bother
 you -- and you have all the goodies that come with the 3.0 format, with
 getting none of quilt brain damage onto you.  Suddenly, nothing conflicts
 with the VCS you're using, nothing breaks bisects, nothing causes spurious
 recompiles, etc.
 
 Except for nuking upstream debian/ dir which can mean a bit of lost work if
 the upstream is sane (and can save some if they're not), the 3.0 format is
 strictly better than 1.0.

If debian/ is nuked then so is debian/patches, and if Git has been told to 
ignore debian/patches then it cannot bring those files back.  Patching the 
source can be an effort especially concerning documenting why the patches were 
done and the source of the patches, so these seem like they'd be important to 
track rather than something to ignore.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us
GPG Key: 4096R/0x1E759A726A9FDD74


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


Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Jon Dowland
On Thu, May 17, 2012 at 10:41:37AM -0400, Chris Knadle wrote:
 I'm confused concerning the above; the point of a VCS in this context is to 
 track changes to the source package, and the patches are themselves important 
 changes to the source package.  If you have Git ignore the patches then Git 
 doesn't have a complete view of the source package anymore.  Why would you 
 want to do that?

It's the other way around. You manage changes to the source package as commits
in the VCS; perhaps tracked on separate branches, perhaps not. The source
package ends up being a flattened version of all of these commits.  So the
'preferred form for modification' is the VCS archive; the source package is a
second class citizen.

So to follow Adam's instructions you would first apply each of the patches as a
commit in your VCS, then delete them, then ignore debian/patches going forward
(treating it as an implementation detail of a legacy source archive format)

Yes, I think it's a shame if the preferred form for modification wasn't the
source package.  I also think it's turning a blind eye to say putting git
repos in as source packages would be not worth the work to audit them; but we
can keep hosting them at git.debian.org just fine.


-- 
Jon Dowland


-- 
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/20120517145410.GB7703@debian



Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Jon Dowland
On Thu, May 17, 2012 at 12:10:55PM +0200, Toni Mueller wrote:
 If you say download some, and ignore the others in most cases, please
 consider that in the case you really find out that you need the source,
 you'll most likely be offline, and cannot do much about it (Murphy's
 laws apply generously).

Hopefully you've got the build-dependencies too. Which, if the source packages
were split off into other packages, you'd then pull in.


-- 
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/20120517145625.GC7703@debian



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Gergely Nagy
Chris Knadle chris.kna...@coredump.us writes:

 On Wednesday, May 16, 2012 06:38:49, Adam Borowski wrote:
 On Tue, May 15, 2012 at 10:10:28AM +0100, Jon Dowland wrote:
  On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
   No, I hereby start saying good by to 3.0
  
  I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have also
  found myself to be incompatible iwth 3.0 (quilt) and used 1.0 for my last
  few packages.
 
 I can't see any reason to use 1.0 anymore, ever.
 
 It is true that 3.0 (quilt) does have a great downside, quilt, but it also
 has a number of upsides.  And working around quilt is simple:
 
 echo single-debian-patch debian/source/options
 echo /.pc .gitignore
 echo /debian/patches .gitignore

 I'm confused concerning the above; the point of a VCS in this context is to 
 track changes to the source package, and the patches are themselves important 
 changes to the source package.  If you have Git ignore the patches then Git 
 doesn't have a complete view of the source package anymore.  Why would you 
 want to do that?

Git does have a complete view. What the above does, is tell dpkg-source
to fold any changes made to the upstream sources into a single
patch. Since the git tree already has the patches applied (with upstream
sources on a different branch, most probably), it has a full view.

This basically folds whatever patches the git tree has over upstream,
outside of debian/ into a single file. That's about it. Since that file
is generated, it has no business staying in git.

 Except for nuking upstream debian/ dir which can mean a bit of lost work if
 the upstream is sane (and can save some if they're not), the 3.0 format is
 strictly better than 1.0.

 If debian/ is nuked then so is debian/patches, and if Git has been told to 
 ignore debian/patches then it cannot bring those files back.

You're misreading this. Nuking upstream debian/ means ignoring any
debian/ directory upstream may have had. That is generally a Good
Thing(tm), as we want to have our own packaging.

The original is still available in both the upstream tarball, and the
upstream branch. debian/patches in this case is irrelevant, as that is
automatically generated by diffing the upstream tree against the current
(git) tree and folding it into a single patch file.

 Patching the source can be an effort especially concerning documenting
 why the patches were done and the source of the patches, so these seem
 like they'd be important to track rather than something to ignore.

The reasons can - and should be - documented in git. Granted, that does
not transfer to the debianized source package, which is unfortunate, but
it's still better than fighting with integrating quilt with a VCS (in
which case, everyone with a higher number of patches would go back to
1.0 and custom patching systems and ignore every other benefit of 3.0,
because quilt and VCS generally don't play nice together).

-- 
|8]


-- 
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/871umioo6l.fsf@algernon.balabit



Lintian warning hardening-no-stackprotector although compiled with hardening options

2012-05-17 Thread Daniel Leidert
Hi,

The html-xml-utils package contains a bunch of small helper programs.
I've chosen dh 9 compatibility level recently to enable hardening.
However, I still get lintian warnings for 3 binaries. However all
binaries are compiled and linked with the same flags. The only
difference I see is, that the 3 binaries in question are made of only
one object file, whereas all other binaries are linked together by two
or more object files.

So why does lintian give me those warnings and how can it be fixed?

The log file is attached.

TIA
Regards, Daniel
I: Using pkgname logfile
I: Current time: Thu May 17 17:07:09 CEST 2012
I: pbuilder-time-stamp: 1337267229
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: bison, debhelper ( 9), flex, gperf, libcurl4-gnutls-dev ( 7.9.7) | 
libcurl-dev ( 7.9.7), man2html
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 11221 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on bison; however:
  Package bison is not installed.
 pbuilder-satisfydepends-dummy depends on debhelper ( 9); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on flex; however:
  Package flex is not installed.
 pbuilder-satisfydepends-dummy depends on gperf; however:
  Package gperf is not installed.
 pbuilder-satisfydepends-dummy depends on libcurl4-gnutls-dev ( 7.9.7) | 
libcurl-dev ( 7.9.7); however:
  Package libcurl4-gnutls-dev is not installed.
  Package libcurl-dev is not installed.
 pbuilder-satisfydepends-dummy depends on man2html; however:
  Package man2html is not installed.
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  apache2{a} apache2-mpm-worker{a} apache2-utils{a} apache2.2-bin{a} 
  apache2.2-common{a} bison{a} bsdmainutils{a} comerr-dev{a} debhelper{a} 
  file{a} flex{a} gawk{a} gettext{a} gettext-base{a} gperf{a} groff-base{a} 
  html2text{a} intltool-debian{a} krb5-multidev{a} libapr1{a} 
  libaprutil1{a} libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a} 
  libasprintf0c2{a} libbison-dev{a} libcap2{a} libcroco3{a} 
  libcurl3-gnutls{a} libcurl4-gnutls-dev{a} libexpat1{a} libffi5{a} 
  libgcrypt11{a} libgcrypt11-dev{a} libgettextpo0{a} libglib2.0-0{a} 
  libgnutls-dev{a} libgnutls-openssl27{a} libgnutls26{a} libgnutlsxx27{a} 
  libgpg-error-dev{a} libgpg-error0{a} libgssapi-krb5-2{a} libgssrpc4{a} 
  libidn11{a} libidn11-dev{a} libk5crypto3{a} libkadm5clnt-mit8{a} 
  libkadm5srv-mit8{a} libkdb5-6{a} libkeyutils1{a} libkrb5-3{a} 
  libkrb5-dev{a} libkrb5support0{a} libldap-2.4-2{a} libldap2-dev{a} 
  libmagic1{a} libp11-kit-dev{a} libp11-kit0{a} libpcre3{a} libpipeline1{a} 
  libpopt0{a} libprocps0{a} librtmp-dev{a} librtmp0{a} libsasl2-2{a} 
  libsigsegv2{a} libssh2-1{a} libssh2-1-dev{a} libssl1.0.0{a} libtasn1-3{a} 
  libtasn1-3-dev{a} libunistring0{a} libxml2{a} m4{a} man-db{a} man2html{a} 
  man2html-base{a} mime-support{a} pkg-config{a} po-debconf{a} procps{a} 
  zlib1g-dev{a} 
0 paThe following NEW packages will be installed:
  apache2{a} apache2-mpm-worker{a} apache2-utils{a} apache2.2-bin{a} 
  apache2.2-common{a} bison{a} bsdmainutils{a} comerr-dev{a} debhe
Extracting templates from packages: 36%
Extracting templates from packages: 73%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libpipeline1:amd64.
(Reading database ... 11221 files and directories currently installed.)
Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ...
Selecting previously unselected package libpopt0:amd64.
Unpacking libpopt0:amd64 (from .../libpopt0_1.16-5_amd64.deb) ...
Selecting previously unselected package libprocps0:amd64.
Unpacking libprocps0:amd64 (from .../libprocps0_1%3a3.3.2-3_amd64.deb) ...
Selecting previously unselected package libssl1.0.0:amd64.
Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-1_amd64.deb) ...
Selecting previously unselected package libasprintf0c2:amd64.

Re: Lintian warning hardening-no-stackprotector although compiled with hardening options

2012-05-17 Thread Sven Joachim
On 2012-05-17 17:25 +0200, Daniel Leidert wrote:

 The html-xml-utils package contains a bunch of small helper programs.
 I've chosen dh 9 compatibility level recently to enable hardening.
 However, I still get lintian warnings for 3 binaries. However all
 binaries are compiled and linked with the same flags. The only
 difference I see is, that the 3 binaries in question are made of only
 one object file, whereas all other binaries are linked together by two
 or more object files.

 So why does lintian give me those warnings

Probably your package does not allocate any character arrays on the
stack.  See lintian-info -t hardening-no-stackprotector and
hardening-check(1).

 and how can it be fixed?

There needs to be a better way to detect if a program was built with
-fstack-protector, or the warning should be made experimental.
See also #673112.

Cheers,
   Sven


-- 
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/87likq24rg@turtle.gmx.de



Re: Lintian warning hardening-no-stackprotector although compiled with hardening options

2012-05-17 Thread Joachim Wiedorn
Hello Daniel,

[the appended logfile wasn't complete!]

Daniel Leidert wrote on 2012-05-17 17:25:

 So why does lintian give me those warnings and how can it be fixed?

I had the same problem with fox1.6. Please check your build log file
wether -fstack-protector is really inside.

I had found that in configure.ac CXXFLAGS will be reset at first.
Now I use this solution in configure.ac:

   CXXFLAGS=${CXXFLAGS}
   LDFLAGS=${LDFLAGS}

Perhaps you can use a similar solution.

---
Have a nice day.

Joachim (Germany)


-- 
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/20120517173943.4a36f...@jupiter.home



Re: big .debian.tar.xz - EG Wordpress

2012-05-17 Thread Toni Mueller
On Thu, May 17, 2012 at 03:56:25PM +0100, Jon Dowland wrote:
 Hopefully you've got the build-dependencies too. Which, if the source packages
 were split off into other packages, you'd then pull in.

Being able to read the source code can often get you quite far already,
but yes, usually, I want all the build dependencies and a locally
runnable copy, too.


-- 
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/20120517161426.gb10...@spruce.wiehl.oeko.net



Re: Bug#481129: Bug#671503: general: APT repository format is not documented

2012-05-17 Thread David Kalnischkies
On Thu, May 17, 2012 at 3:16 PM, Michal Suchanek
michal.sucha...@ruk.cuni.cz wrote:
 Excerpts from Ian Jackson's message of Thu May 17 14:53:30 +0200 2012:
 Michal Suchanek writes (Re: Bug#671503: general: APT repository format is 
 not documented):
  Excerpts from Filipus Klutiero's message of Wed May 16 18:44:21 +0200 2012:
   Could you clarify how this differs from #481129?
 
  It's 4 years later.
 
  Sorry, forgot that I filed the bug already. It's quite some time.
 
  Given there is no feedback in 4 years I guess it is futile reporting
  this.

 Well, it's useful to bring it up again.

  Admittedly there is no text in social contract about using
  Debian-proprietary formats. And a format only defined by apt can read
  that is definitely Debian-proprietary there is no better term for that.

 Everyone agrees that it would be better if this were documented.
 (I have struggled on occasion myself due to the lack of
 documentation.)

 But I think the use of the word proprietary is going too far.  It's
 certainly a special Debian format, but that wouldn't be changed if it
 were documented.  But it's not secret and we publish at least two
 writer implementations and one reader implementation AFAIK, with
 proper Free licences.

 However, it's easier to reverse-engineer  an existing repository than
 the source code so for all practical purposes it's the same as if it
 were closed source.

That is non-sense. You said yourself that the repository is not sufficient
to understand it, yet you say that it is easier to understand with it than
with looking at the source (and the various bits and pieces where parts
are documented).

Even if you don't like apt sources, debian has a lot of other tools working
with the same repository in a bunch of different languages, so choose
which you like most and you will properly find a tool in that language to
either download from repositories or to create them.



But I don't know why we are still talking here. Russ already said he would
like to have it as a subpolicy in the debian-policy. ftpmasters already said
they would accept maintaining it. Everything left is writing this goddamn
piece of documentation. So, maybe you should just write it…
If you want to be extra fancy, start a wikipage in the debian wiki,
but start typing. Go to debian-dak@l.d.o and discuss your work there.

Would be way more productive than talking about that this document is missing…
Everbody knows that. Everybody doesn't like it. Now go and fix that.
That everyone would like to have such a document but nobody has it so far
is a strong indication that the current people are busy with other stuff.
An opportunity to get involved, I would say.


  I'd say it's slightly discriminatory against software not part of Debian
  that cannot rely on getting notified when apt can read that silently
  changes, there is no document defining what apt should be able to read
  that software authors can rely on to interoperate with apt, one of the
  core Debian tools. Apt in turn relies on open standards like HTTP and
  FTP to interoperate with the rest of the world.

 I think this is not an appropriate use of the social contract or its
 concepts.

 Rather than complaining that this documentation doesn't exist, how
 about writing the document yourself ?  It's not a trivial job but it
 should be feasible by looking at the apt source code.

 For me it is not feasible at all.

 I can, of course, describe what current repositories look like or what
 the current apt code accepts.

 However, that has silently changed in the past and is considered apt
 feature, not a bug.

It hasn't silently changed. It was and is still the same. Your script was
just horribly wrong and older APT versions just happened to work with
that brokenness a little better. What you created with that script was NEVER
intended to work, it just happened to be working out of complete luck
(A Release file is supposed to include current data, not non-existent
 data, this conclusion is reachable even without too much guessing.
 Beside that this is actually documented in apt-secure and co, but that is
 the problem with most of the documentation, nobody really reads it even
 if it exists… which in the specific case of the Release file is even
 translated to a few languages -- i am to lazy to look it up now…).

At the time you reported that bug i also told you what was wrong in that
script and how to fix it if you want to continue to use that script, so
please don't keep up the myth that we changed everything and nobody told
you why and how and what not.


If you are really that unsatisfied with apt, feel free to use something else,
we have enough tools to choose from, it not like apt would be the only
package manager in existence. It might be the most used one, but that
doesn't say anything about documentation or available manpower.


 The status was 'documented' by existing repositories which stopped
 working.

You would complain to the mechanic who fixed the 

Duplicate

2012-05-17 Thread Filipus Klutiero

reassign 481129 debian-policy
merge 481129 671503
thanks

On 2012-05-17 07:48, Michal Suchanek wrote:

Excerpts from Filipus Klutiero's message of Wed May 16 18:44:21 +0200 2012:

Could you clarify how this differs from #481129?

It's 4 years later.

Sorry, forgot that I filed the bug already. It's quite some time.



Merging the reports then.


--
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/4fb52bc3.4090...@gmail.com



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Russ Allbery
Tollef Fog Heen tfh...@err.no writes:

 Pushing a signed tag and having source packages and binaries built from
 that doesn't rely on 3.0 (git), though.  «Just» a repository somewhere
 with hooks that go «oh, a signed tag, let me build a source package and
 upload that».  Might fire it off as a job to a separate process so
 pushing to big repos doesn't take a winter and a day, but that's really
 an implementation detail.

Good point.

If I were to pick between the enhancements to Debian in this area, none of
which I have time to work on and therefore can't vote on via
implementation, I'd be way more interested in avoiding the entire source
package upload process entirely and be able to just push signed Git tags
to a trusted host that stores Git repositories for our packages.  Even if
those repositories were only accessible to Debian maintainers because
they're not license-reviewed.

-- 
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/871umiy9r8@windlord.stanford.edu



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Andreas Barth
* Russ Allbery (r...@debian.org) [120517 19:53]:
 Tollef Fog Heen tfh...@err.no writes:
 
  Pushing a signed tag and having source packages and binaries built from
  that doesn't rely on 3.0 (git), though.  «Just» a repository somewhere
  with hooks that go «oh, a signed tag, let me build a source package and
  upload that».  Might fire it off as a job to a separate process so
  pushing to big repos doesn't take a winter and a day, but that's really
  an implementation detail.
 
 Good point.
 
 If I were to pick between the enhancements to Debian in this area, none of
 which I have time to work on and therefore can't vote on via
 implementation, I'd be way more interested in avoiding the entire source
 package upload process entirely and be able to just push signed Git tags
 to a trusted host that stores Git repositories for our packages.  Even if
 those repositories were only accessible to Debian maintainers because
 they're not license-reviewed.

git.debian.org isn't license-reviewed either, so could be the same
level of being public. Having special form of git-tags on git.d.o
automatically uploaded to ftp-master (and having there the usual
checks) would sound a good idea (of course, also for svn and other
vcs). However, this package format would still need to allow NMUs
(and/or having the vcs in question having support for NMUs).


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/20120517181917.ga2...@mails.so.argh.org



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Tollef Fog Heen
]] Russ Allbery 

 If I were to pick between the enhancements to Debian in this area, none of
 which I have time to work on and therefore can't vote on via
 implementation, I'd be way more interested in avoiding the entire source
 package upload process entirely and be able to just push signed Git tags
 to a trusted host that stores Git repositories for our packages.  Even if
 those repositories were only accessible to Debian maintainers because
 they're not license-reviewed.

As always, it's easier to add another abstraction layer and so generate
the (somewhat pointless) source package and upload that, rather than
modifying dak (and/or buildd) to handle two kinds of sources and source
tools.

I do agree it'd be better if we could just get rid of source packages,
but we're far from there yet, sadly.

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


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



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Chris Knadle
On Thursday, May 17, 2012 10:52:02, Gergely Nagy wrote:
 Chris Knadle chris.kna...@coredump.us writes:
  On Wednesday, May 16, 2012 06:38:49, Adam Borowski wrote:
  On Tue, May 15, 2012 at 10:10:28AM +0100, Jon Dowland wrote:
   On Tue, May 15, 2012 at 03:17:17PM +0900, Norbert Preining wrote:
No, I hereby start saying good by to 3.0
   
   I'm hoping we can revisit 3.0 (git) post-squeeze, myself. But I have
   also found myself to be incompatible iwth 3.0 (quilt) and used 1.0
   for my last few packages.
  
  I can't see any reason to use 1.0 anymore, ever.
  
  It is true that 3.0 (quilt) does have a great downside, quilt, but it
  also has a number of upsides.  And working around quilt is simple:
  
  echo single-debian-patch debian/source/options
  echo /.pc .gitignore
  echo /debian/patches .gitignore
  
  I'm confused concerning the above; the point of a VCS in this context is
  to track changes to the source package, and the patches are themselves
  important changes to the source package.  If you have Git ignore the
  patches then Git doesn't have a complete view of the source package
  anymore.  Why would you want to do that?
 
 Git does have a complete view. What the above does, is tell dpkg-source
 to fold any changes made to the upstream sources into a single
 patch. Since the git tree already has the patches applied (with upstream
 sources on a different branch, most probably), it has a full view.

 This basically folds whatever patches the git tree has over upstream,
 outside of debian/ into a single file. That's about it. Since that file
 is generated, it has no business staying in git.

So essentially this uses Git to create the 3.0 (quilt) format without actually 
using quilt, yet acts similar to the original 1.0 format of making a single 
patch.   That's pretty interesting.  Thanks for the explanation.

  Except for nuking upstream debian/ dir which can mean a bit of lost work
  if the upstream is sane (and can save some if they're not), the 3.0
  format is strictly better than 1.0.
  
  If debian/ is nuked then so is debian/patches, and if Git has been told
  to ignore debian/patches then it cannot bring those files back.
 
 You're misreading this. Nuking upstream debian/ means ignoring any
 debian/ directory upstream may have had. That is generally a Good
 Thing(tm), as we want to have our own packaging.

Okay.  I don't commonly see debian/ directories in the upstream sources 
themselves, so I couldn't tell that's what you had meant.

 The original is still available in both the upstream tarball, and the
 upstream branch. debian/patches in this case is irrelevant, as that is
 automatically generated by diffing the upstream tree against the current
 (git) tree and folding it into a single patch file.

Yes I see.

  Patching the source can be an effort especially concerning documenting
  why the patches were done and the source of the patches, so these seem
  like they'd be important to track rather than something to ignore.
 
 The reasons can - and should be - documented in git. Granted, that does
 not transfer to the debianized source package, which is unfortunate, but
 it's still better than fighting with integrating quilt with a VCS (in
 which case, everyone with a higher number of patches would go back to
 1.0 and custom patching systems and ignore every other benefit of 3.0,
 because quilt and VCS generally don't play nice together).

One of the problems I'm running into is in working on updating a package that 
has been abandoned and is now three years older than upstream, and which has a 
single (1.0 format) patch with no notes in the files themselves, and no VCS 
location.  I can look through the changelog in the package, but without any 
way of matching up dates due to the patch being bundled into a single file, I 
cannot seem to match up what changes within the patch match up with the 
changelog, so I cannot tell which elements of the patch may still be relevent 
today with a new upstream version of the software.

If Git had been used it would be possible to figure out which commit made what 
change, but it would still be a lenthy process.  Quilt patches with annotated 
headers to describe each patch still seems like they have an advantage in that 
the annotated headers are in the patch files themselves.

I'm not sure which is better at this point (and it may depend on the 
situation) but either way it's nice to know about both options.

Thanks.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us
GPG Key: 4096R/0x1E759A726A9FDD74


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


Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Yves-Alexis Perez
On mar., 2012-05-15 at 14:32 +0900, Norbert Preining wrote:
 Hi dpkg-* maintainers,

I think you missed the correct mailing list to reach the dpkg-*
maintainers.
-- 
Yves-Alexis


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


Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Russ Allbery
Tollef Fog Heen tfh...@err.no writes:
 ]] Russ Allbery 

 If I were to pick between the enhancements to Debian in this area, none
 of which I have time to work on and therefore can't vote on via
 implementation, I'd be way more interested in avoiding the entire
 source package upload process entirely and be able to just push signed
 Git tags to a trusted host that stores Git repositories for our
 packages.  Even if those repositories were only accessible to Debian
 maintainers because they're not license-reviewed.

 As always, it's easier to add another abstraction layer and so generate
 the (somewhat pointless) source package and upload that, rather than
 modifying dak (and/or buildd) to handle two kinds of sources and source
 tools.

 I do agree it'd be better if we could just get rid of source packages,
 but we're far from there yet, sadly.

Oh, sure.  And I'd be fine with that.  I just really like the idea of
having everything about the package build automated, including generation
of the source package, so that we no longer have problems where the
maintainer does something weird on their local system.  I'm fine with it
being optional for those who want to use it, but I'd like to use it.  One
would test the build locally and then just push the tag, and the whole
process would be reproduced in our infrastructure with a known
configuration and we'd identify problems much faster.

It would also mean that any Debian maintainer could easily clone the
canonical source for a package that's using Git and that infrastructure,
which we sort of have with debcheckout but a bit awkwardly, and NMUs could
always be pushed to the same place, with the security handled via regular
upload rights checking instead of the more ad hoc git.debian.org
permission approach.

It feels like the sort of direction in which software development is
moving, and it feels like embracing our tools in ways that we're not yet
doing.

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



Re: Lintian warning hardening-no-stackprotector although compiled with hardening options

2012-05-17 Thread Russ Allbery
Daniel Leidert daniel.leidert.s...@gmx.net writes:

 The html-xml-utils package contains a bunch of small helper programs.
 I've chosen dh 9 compatibility level recently to enable hardening.
 However, I still get lintian warnings for 3 binaries. However all
 binaries are compiled and linked with the same flags. The only
 difference I see is, that the 3 binaries in question are made of only
 one object file, whereas all other binaries are linked together by two
 or more object files.

 So why does lintian give me those warnings and how can it be fixed?

I think we may have to disable that check.  There are just too many false
positives.  Stack protection only happens if you allocate large
character arrays off the stack, and a lot of software just doesn't do
that.  (One could argue that doing so is frequently bad coding style
compared to using dynamically allocated memory from the start.  While not
all software that does this has arbitrary limits on things like input line
sizes, a lot of it does.)

-- 
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/878vgqva5y@windlord.stanford.edu



Bug#673318: ITP: mwrap -- Octave/Matlab mex generator

2012-05-17 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud nicolas.bourd...@gmail.com

* Package name: mwrap
  Version : 0.33
  Upstream Author : David Bindel bin...@cs.cornell.edu
* URL : http://www.cs.cornell.edu/~bindel/sw/mwrap/
* License : BSD
  Programming Lang: C++
  Description : Octave/Matlab mex generator

MWrap is an interface generation system in the spirit of SWIG or matwrap. From
a set of augmented MATLAB script files, MWrap will generate a MEX gateway to
desired C/C++ and FORTRAN function calls and MATLAB function files to access
that gateway. MWrap takes care of the details of converting to and from
MATLAB's data structures, allocating and freeing temporary storage, handling
object upcasts (even in the presence of multiple inheritance), and catching C++
exceptions. The gateway functions also work with recent versions of Octave.



-- 
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/20120517202141.3652.75629.reportbug@petisuix



Bug#673322: ITP: sankore -- interactive digital whiteboard software for teaching

2012-05-17 Thread Miriam Ruiz
Package: wnpp
Severity: wishlist
Owner: Miriam Ruiz little_m...@yahoo.es

* Package name: sankore
  Version : 3.1
  Upstream Author : Open-Sankoré Developers team d...@open-sankore.org
* URL : http://dev.open-sankore.org/
* License : GPL-3+
  Programming Lang: C++
  Description : interactive digital whiteboard software for teaching

 Open-Sankoré is a free and open-source interactive whiteboard (IWB)
 software compatible with any projector and pointing device. It is
 based on the Uniboard software originally developed at the University
 of Lausanne, Switzerland.



-- 
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/20120517204046.12472.67714.reportbug@inanna



Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Holger Wansing
Hi,

Steve McIntyre st...@einval.com wrote:
 Remembering the fun that we had during the Squeeze release with trying
 to make single-CD installations work well, it's time to consider what
 we're going to *claim* to support in Wheezy. We've had a history of
 supporting the following single-CD installations:
 
  * Gnome desktop from CD#1
  * KDE desktop from KDE CD#1
  * XFCE desktop from light CD#1
  * LXDE desktop from light CD#1
  * base system only from netinst CD

FYI: With the alpha1 images, it is not possible, to do an installation
from only one CD image and without internet access, getting an X system
as result.
When using  Alpha1 Binary-CD #1
Alpha1 KDE CD
Alpha1 xfce-lxde CD
and, as said before, having no internet access while installing, you are
only provided the Standard system tools task, no Desktop environment 
is provided.

See #673200.

If you knew this already, sorry for the noise.


Holger


-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Powered by Sylpheed 3.0.2 under
Debian GNU/ / _  _  _  _  _ __  __
 / /__  / / / \// //_// \ \/ /
// /_/ /_/\/ /___/  /_/\_\6.0 / Squeeze.
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120517224902.9a3a4552.li...@wansing-online.de



Re: why do people introduce stup^Wstrange changes to quilt 3.0 format

2012-05-17 Thread Chris Knadle
On Thursday, May 17, 2012 10:54:15, Jon Dowland wrote:
 On Thu, May 17, 2012 at 10:41:37AM -0400, Chris Knadle wrote:
  I'm confused concerning the above; the point of a VCS in this context is
  to track changes to the source package, and the patches are themselves
  important changes to the source package.  If you have Git ignore the
  patches then Git doesn't have a complete view of the source package
  anymore.  Why would you want to do that?
 
 It's the other way around. You manage changes to the source package as
 commits in the VCS; perhaps tracked on separate branches, perhaps not. The
 source package ends up being a flattened version of all of these commits. 
 So the 'preferred form for modification' is the VCS archive; the source
 package is a second class citizen.
 
 So to follow Adam's instructions you would first apply each of the patches
 as a commit in your VCS, then delete them, then ignore debian/patches
 going forward (treating it as an implementation detail of a legacy source
 archive format)
 
 Yes, I think it's a shame if the preferred form for modification wasn't the
 source package.  I also think it's turning a blind eye to say putting git
 repos in as source packages would be not worth the work to audit them; but
 we can keep hosting them at git.debian.org just fine.

Although I like the /idea/ of being able to modify the source package directly 
via Git as if there were a 3.0 (Git) source format, I also think it's 
important to be able to verify the source download that came from upstream.  
Including the original source tarball isn't enough because that is then being 
modified.  Doing something like 'git diff original-source-commit..HEAD' to 
find out how the source has been changed would presumably also contain diffs 
from debian/ files not related to the source.   Looking at the manpage for 
'git diff' it isn't immediately clear to me how you'd filter those out.  
[Although I'm sure there's a way.]

Another thing I've seen with another package I'm working on in collaboration 
is using a Git repo in which the only contents are the debian/ files and not 
the original source tarball nor source files at all.  To do a built the source 
is then downloaded via uscan, expanded, and the debian/ directory is copied 
into the expanded source directory, and then built.  With this kind of 
configuration no source files are tracked in Git, so instead it's necessary to 
track debian/patches so that patches can be applied to the pristine source.

At the moment I'm following the latter methodology to see how well it works 
out and whether I like it.  If anyone else has used this method and has 
comments on it, I'd be interested in reading them.

Thanks.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us
GPG Key: 4096R/0x1E759A726A9FDD74


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


Bug#673332: ITP: etk.docking -- PyGTK Docking Widgets

2012-05-17 Thread Dmitry Borodaenko
Package: wnpp
Severity: wishlist
Owner: Dmitry Borodaenko angdr...@debian.org

* Package name: etk.docking
  Version : 0.2
  Upstream Author : Dieter Verfaillie diet...@optionexplicit.be, Arjan 
Molenaar gap...@gmail.com
* URL : http://pypi.python.org/pypi/etk.docking
* License : LGPL3+
  Programming Lang: Python
  Description : PyGTK Docking Widgets

etk.docking provides GTK+ docking widgets for use in Python
applications.



-- 
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/20120517215744.GA30561@localhost



Bug#673342: ITP: ciderwebmail -- IMAP webmail service

2012-05-17 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: ciderwebmail
  Version : 1.03
  Upstream Author : Stefan Seifert
* URL : http://ciderwebmail.org/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : webmail that suck less

 CiderWebmail is a modern, user friendly and maintenance free webmail
 application. It's targeted at mailserver administrators who need to
 provide web access for their user's mailboxes and individuals wanting
 to access their mailboxes via an always available web application.
 .
 It currently supports all the basic mail handling features one would
 expect from such an application:
 .
  * Listing your emails with selectable sort order and grouping.
  * Moving emails between folders and deleting using drag  drop.
  * Displaying text and HTML emails even if their code is completely
broken (which happens quite often in reality)
  * Keyboard bindings for switching through emails, moving, deleting,
replying and forwarding.
  * Reply to and forward existing emails or write new emails, add
attachments and have a copy saved in your Sent folder.
 .
 As an application written deep in the 21st century, CiderWebmail
 supports only IMAP mail servers.



-- 
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/20120517231131.30038.15668.report...@auryn.jones.dk



Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Adam Borowski
On Wed, May 16, 2012 at 02:47:54PM +0200, Goswin von Brederlow wrote:
 Can someone set the default to xz and recompile all of Debian or at
 least base and create a repository from that for install tests?

I tested it a bit, both with bare debootstrap into a chroot, and by
recompressing all debs on a d-i CD (netinst i386, CD1 amd64).  All went ok.

I did not test fancy options in d-i (probably pointless, either unpacking
debs works or not), nor special firmwares (what hardware requires those?  Do
they come from udebs or debs?).

And of course, this doesn't solve the issue of first stage of debootstrap on
foreign systems without xz.  Are those ever going to touch packages with
priority important?


-- 
“This is gonna be as easy as cheating on an ethics exam!”
-Cerise Brightmoon


signature.asc
Description: Digital signature


Work-needing packages report for May 18, 2012

2012-05-17 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 391 (new: 1)
Total number of packages offered up for adoption: 171 (new: 3)
Total number of packages requested help for: 60 (new: 1)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   aaphoto (#673231), orphaned today
 Description: Auto Adjust Photo, automatic color correction of photos
 Installations reported by Popcon: 177

390 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   birthday (#673226), offered today
 Description: Display information about pending events on login
 Installations reported by Popcon: 110

   snd (#673203), offered yesterday
 Installations reported by Popcon: 533

   wmifs (#672846), offered 3 days ago
 Description: WindowMaker dock app for monitoring network traffic
 Installations reported by Popcon: 163

168 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

[NEW] par2cmdline (#673225), requested today
 Description: Parity Archive Volume Set, for checking and repair of
   files
 Installations reported by Popcon: 2200

   apt-xapian-index (#567955), requested 836 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Installations reported by Popcon: 55901

   asymptote (#517342), requested 1175 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 3291

   athcool (#278442), requested 2760 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 87

   balsa (#642906), requested 235 days ago
 Description: An e-mail client for GNOME
 Installations reported by Popcon: 259

   bastille (#592137), requested 649 days ago
 Description: Security hardening tool
 Installations reported by Popcon: 222

   boinc (#511243), requested 1225 days ago
 Description: BOINC distributed computing
 Installations reported by Popcon: 1820

   cardstories (#624100), requested 388 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 6

   chromium-browser (#583826), requested 718 days ago
 Description: Chromium browser
 Installations reported by Popcon: 10644

   cryptsetup (#600777), requested 575 days ago
 Description: configures encrypted block devices
 Installations reported by Popcon: 7866

   debtags (#567954), requested 836 days ago
 Description: Enables support for package tags
 Installations reported by Popcon: 2539

   doc-central (#566364), requested 845 days ago
 Description: web-based documentation browser
 Installations reported by Popcon: 204

   elvis (#432298), requested 1774 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Installations reported by Popcon: 370

   fbcat (#565156), requested 855 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 164

   flightgear (#487388), requested 1426 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 840

   freeipmi (#628062), requested 357 days ago
 Description: GNU implementation of the IPMI protocol
 Installations reported by Popcon: 1300

   gnat-4.4 (#539633), requested 1493 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Installations reported by Popcon: 1678

   gnat-gps (#496905), requested 1358 days ago
 Description: co-maintainer needed
 Installations reported by Popcon: 432

   gnupg (#660685), requested 87 days ago
 Description: GNU privacy guard - a free PGP replacement
 Installations reported by Popcon: 124050

   golang (#668870), requested 32 days ago
 Installations reported by Popcon: 206

   grub2 (#248397), requested 2929 days ago
 Description: GRand Unified Bootloader
 Installations reported by Popcon: 114099

   hfsprogs (#557892), requested 904 days ago
 Description: mkfs and fsck for HFS and HFS+ file systems
 Installations reported by Popcon: 1155

   hotkey-setup (#483107), requested 1451 days ago
 Description: auto-configures laptop hotkeys
 Installations reported by Popcon: 3925

   irssi-scripts (#663577), requested 66 days ago
 Description: collection of 

Re: Wheezy release: CDs are not big enough any more...

2012-05-17 Thread Guillem Jover
On Sun, 2012-05-13 at 18:47:01 -0400, Joey Hess wrote:
 Adam Borowski wrote:
  Special-casing base packages would be a lot of complexity, let's avoid that
  if possible -- but still preferred to letting gzip stay.
 
 Base packages can be identified at build time by their priority.
 if ($priority ne 'important'  $priority ne 'required') {
 }

Only as long as the debian/control information matches the one from
the archive override. And if we have to keep changing the packages
anyway to make sure they match changing priorities, we might as well
just set the compressor (to gzip) explicitly for base packages.

regards,
guillem


-- 
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/20120518024612.ga20...@gaara.hadrons.org



Participe da 6ª Edição da SEC - Semana de Encontro de Coordenadores

2012-05-17 Thread Escola Paulista de Direito - EPD
Olá debian-devel.lists.debian,

Este programa não permite a visualização de mensagens formatadas (com cores, 
imagens e links), portanto solicitamos que você copie o texto abaixo, e cole no 
campo Endereço do seu navegador.
http://emkt.epd.edu.br/emkt/tracer/?1,846080,c4b71992,b4d8

Para garantir que nossas mensagens cheguem em sua caixa de entrada, adicione o 
email epdm...@epd.edu.br ao seu catálogo de endereços.
Não deseja mais receber nossas mensagens? Cancele sua inscrição aqui:
http://emkt.epd.edu.br/emkt/tracer/?9,846080,c4b71992,b4d8



Accepted haskell-monadcatchio-transformers 0.3.0.0-2 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 May 2012 00:42:42 +0200
Source: haskell-monadcatchio-transformers
Binary: libghc-monadcatchio-transformers-dev 
libghc-monadcatchio-transformers-prof libghc-monadcatchio-transformers-doc
Architecture: source all amd64
Version: 0.3.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-monadcatchio-transformers-dev - Monad-transformer compatible with 
Control.Exception
 libghc-monadcatchio-transformers-doc - Monad-transformer compatible with 
Control.Exception; documentatio
 libghc-monadcatchio-transformers-prof - Monad-transformer compatible with 
Control.Exception; profiling li
Changes: 
 haskell-monadcatchio-transformers (0.3.0.0-2) unstable; urgency=low
 .
   * Bump dependencies, was forgotten by last upload.
Checksums-Sha1: 
 e5edc2086ef0cea19b1fee4c813397137a05c576 1737 
haskell-monadcatchio-transformers_0.3.0.0-2.dsc
 799c80739215d8635b61c6952ce641e19f8ddfbf 1921 
haskell-monadcatchio-transformers_0.3.0.0-2.debian.tar.gz
 e5bf416d6201a7c4aa3d88d8eadd2243c6b95df2 36296 
libghc-monadcatchio-transformers-doc_0.3.0.0-2_all.deb
 e9f2d202570fde6a5a0a42db1050f849ae8bb4f7 37768 
libghc-monadcatchio-transformers-dev_0.3.0.0-2_amd64.deb
 c2bd1d41c2659996da93b9f86ca0ffcaa2b8eac6 41278 
libghc-monadcatchio-transformers-prof_0.3.0.0-2_amd64.deb
Checksums-Sha256: 
 0d501e31761c7be26d4ba7f9c8f1a860f5bd638464ef3dc6c03933c2b5969e09 1737 
haskell-monadcatchio-transformers_0.3.0.0-2.dsc
 f99f87215c48f9b744f0a3391e2e6107e94bb22ad6ddb0bed461b6e6c0e9c1de 1921 
haskell-monadcatchio-transformers_0.3.0.0-2.debian.tar.gz
 a358542d1043bebe0f8457790c2881df89e6f3dce6fa4d0f466e51ae6f2cda32 36296 
libghc-monadcatchio-transformers-doc_0.3.0.0-2_all.deb
 fdc80da773e83009828a5c844caffe0e68cb48524d028f793b09c5f11f6250a1 37768 
libghc-monadcatchio-transformers-dev_0.3.0.0-2_amd64.deb
 66d9d8596da61b8edce1c9c636a16a510ee411c8fb3f835741fd44e13a1827ce 41278 
libghc-monadcatchio-transformers-prof_0.3.0.0-2_amd64.deb
Files: 
 9e0b1912217407bd1f35106e4374e209 1737 haskell optional 
haskell-monadcatchio-transformers_0.3.0.0-2.dsc
 3242bac973e7019d43695b7d9c5855ee 1921 haskell optional 
haskell-monadcatchio-transformers_0.3.0.0-2.debian.tar.gz
 78868088d36efeb831d8635fea278fac 36296 doc optional 
libghc-monadcatchio-transformers-doc_0.3.0.0-2_all.deb
 ff0d102730a4486f85cc03656c55d779 37768 haskell optional 
libghc-monadcatchio-transformers-dev_0.3.0.0-2_amd64.deb
 8d209d149b7692390a5d254b4f015b9c 41278 haskell optional 
libghc-monadcatchio-transformers-prof_0.3.0.0-2_amd64.deb

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

iEYEARECAAYFAk+1fv4ACgkQ9ijrk0dDIGz6TwCdFaxc0U4H08dBkuFkwYnjWouu
QQYAoIbRA3A7mnKpZlig/0u08JhK0Aph
=lBR9
-END PGP SIGNATURE-


Accepted:
haskell-monadcatchio-transformers_0.3.0.0-2.debian.tar.gz
  to 
main/h/haskell-monadcatchio-transformers/haskell-monadcatchio-transformers_0.3.0.0-2.debian.tar.gz
haskell-monadcatchio-transformers_0.3.0.0-2.dsc
  to 
main/h/haskell-monadcatchio-transformers/haskell-monadcatchio-transformers_0.3.0.0-2.dsc
libghc-monadcatchio-transformers-dev_0.3.0.0-2_amd64.deb
  to 
main/h/haskell-monadcatchio-transformers/libghc-monadcatchio-transformers-dev_0.3.0.0-2_amd64.deb
libghc-monadcatchio-transformers-doc_0.3.0.0-2_all.deb
  to 
main/h/haskell-monadcatchio-transformers/libghc-monadcatchio-transformers-doc_0.3.0.0-2_all.deb
libghc-monadcatchio-transformers-prof_0.3.0.0-2_amd64.deb
  to 
main/h/haskell-monadcatchio-transformers/libghc-monadcatchio-transformers-prof_0.3.0.0-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/e1sv9vu-fb...@franck.debian.org



Accepted haskell-snap-server 0.8.1.1-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 May 2012 00:28:49 +0200
Source: haskell-snap-server
Binary: libghc-snap-server-dev libghc-snap-server-prof libghc-snap-server-doc
Architecture: source all amd64
Version: 0.8.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-snap-server-dev - iteratee-based, epoll-enabled web server for the Snap 
Framework
 libghc-snap-server-doc - iteratee-based, epoll-enabled web server for the Snap 
Framework;
 libghc-snap-server-prof - iteratee-based, epoll-enabled web server for the 
Snap Framework;
Changes: 
 haskell-snap-server (0.8.1.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 08648549ab1cf244ed2c38db67ff224d3d7af372 3968 haskell-snap-server_0.8.1.1-1.dsc
 d791e5d6209a94027a7c576c44669bba80b0067b 63196 
haskell-snap-server_0.8.1.1.orig.tar.gz
 e895d3da1a6368d7571a8c0be97696663bbd7346 3142 
haskell-snap-server_0.8.1.1-1.debian.tar.gz
 3587bb446a95c7ae82bed8f0c2be885e7aedc6cf 119126 
libghc-snap-server-doc_0.8.1.1-1_all.deb
 4255b1010a4979720955dd9c0a0d619ed9f9753d 567066 
libghc-snap-server-dev_0.8.1.1-1_amd64.deb
 91796b52aa327bc672ae952843b7e43c4926ca1e 739534 
libghc-snap-server-prof_0.8.1.1-1_amd64.deb
Checksums-Sha256: 
 b9ca84812206702fa70653ca697bc6cc87bd4c2f17008036057d783409b95975 3968 
haskell-snap-server_0.8.1.1-1.dsc
 86683ed439b7cad292b7c5d5e12d12131ec69bdd5df568d0b68b18065dfa874c 63196 
haskell-snap-server_0.8.1.1.orig.tar.gz
 c8a2d7bd4aa5d10b190f025103abd031518b43b5604d292852ac7f23361a90f1 3142 
haskell-snap-server_0.8.1.1-1.debian.tar.gz
 59f03a7855a11c8a8e04c90ad89daa6934977a99c174449564f6ea33408adbf7 119126 
libghc-snap-server-doc_0.8.1.1-1_all.deb
 1a9b577a34fca98a3d5196062233274683a19269ffca35e22bf92b49c751f01f 567066 
libghc-snap-server-dev_0.8.1.1-1_amd64.deb
 b7bc1b06fd88e8396417faf0144a3c44df379c9c30f1ed6dee08b7c7cceb205c 739534 
libghc-snap-server-prof_0.8.1.1-1_amd64.deb
Files: 
 6d682543c4b3853d38c37fda3c7e83da 3968 haskell extra 
haskell-snap-server_0.8.1.1-1.dsc
 d83651a2e88b5894c8effd39cfa95326 63196 haskell extra 
haskell-snap-server_0.8.1.1.orig.tar.gz
 3696e3a6bdc9fa2a402c6e57d526ea32 3142 haskell extra 
haskell-snap-server_0.8.1.1-1.debian.tar.gz
 ecd0d62567d1156aa1f15fed4895a5fd 119126 doc extra 
libghc-snap-server-doc_0.8.1.1-1_all.deb
 c5ff43493b2f06d97bcf394197b3c0e3 567066 haskell extra 
libghc-snap-server-dev_0.8.1.1-1_amd64.deb
 8f56308c787af0a4697e826f58aa1388 739534 haskell extra 
libghc-snap-server-prof_0.8.1.1-1_amd64.deb

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

iEYEARECAAYFAk+1fCYACgkQ9ijrk0dDIGykqgCgvrHXvevu/yiU/H47XiB5c7sV
7UIAn1RIN2upFMOjxIIiLb4VdRvTHnQk
=YWFo
-END PGP SIGNATURE-


Accepted:
haskell-snap-server_0.8.1.1-1.debian.tar.gz
  to main/h/haskell-snap-server/haskell-snap-server_0.8.1.1-1.debian.tar.gz
haskell-snap-server_0.8.1.1-1.dsc
  to main/h/haskell-snap-server/haskell-snap-server_0.8.1.1-1.dsc
haskell-snap-server_0.8.1.1.orig.tar.gz
  to main/h/haskell-snap-server/haskell-snap-server_0.8.1.1.orig.tar.gz
libghc-snap-server-dev_0.8.1.1-1_amd64.deb
  to main/h/haskell-snap-server/libghc-snap-server-dev_0.8.1.1-1_amd64.deb
libghc-snap-server-doc_0.8.1.1-1_all.deb
  to main/h/haskell-snap-server/libghc-snap-server-doc_0.8.1.1-1_all.deb
libghc-snap-server-prof_0.8.1.1-1_amd64.deb
  to main/h/haskell-snap-server/libghc-snap-server-prof_0.8.1.1-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/e1sv9wf-m1...@franck.debian.org



Accepted uicilibris 1.8-1 (source all)

2012-05-17 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 17:56:43 +
Source: uicilibris
Binary: uicilibris
Architecture: source all
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 uicilibris - convert mediawiki contents to a printable book
Changes: 
 uicilibris (1.8-1) unstable; urgency=low
 .
   * fixed a bug with the compilation from * to \\item
   * fixed a problem with characters _, % and accented letters in URLs
   * fixed a problem with unicode paragraph breaks
   * simplified some source codes
   * bumped the version number to 1.8
Checksums-Sha1: 
 b1d98d0a27b94105d6b1d049ee4b6d1d2c05846b 1124 uicilibris_1.8-1.dsc
 4aa6165d3825b42f85bc2211ccf7bcc92ef36009 3616722 uicilibris_1.8.orig.tar.gz
 9cced3032a85cb6e2b8687af8a666814a1771235 12180 uicilibris_1.8-1.debian.tar.gz
 04f77934fa41d050fc19b247ab9e85e4f843faae 381282 uicilibris_1.8-1_all.deb
Checksums-Sha256: 
 0958e4b5ff3b7ee4b3fd2d0eb23bf216818ad58ee9a28c70a58f5cb4efbf5d61 1124 
uicilibris_1.8-1.dsc
 e8f0701329bf038309128b76c5a490b79d4206c53b33ca04a590ee5c586825e4 3616722 
uicilibris_1.8.orig.tar.gz
 a04bb48b76139432d9165ca0e1bc2a92bef8713609cd05ea3de2f31b7658146b 12180 
uicilibris_1.8-1.debian.tar.gz
 23a51f18f709eebc176f635f8e97db3e229e763d5000a16b9eb74dea88dafc26 381282 
uicilibris_1.8-1_all.deb
Files: 
 e9fe204c5aeb2cdd065d1cb9dd83f22f 1124 tex extra uicilibris_1.8-1.dsc
 04e399504bf3d774b7f71bc2edf44db3 3616722 tex extra uicilibris_1.8.orig.tar.gz
 df3d25d9db2378d285e3d24a844d5796 12180 tex extra uicilibris_1.8-1.debian.tar.gz
 5908259a06fbdb2edd8c596f9d2406d8 381282 tex extra uicilibris_1.8-1_all.deb

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

iD8DBQFPtXyRnfmb2hFpETARAqfoAJ9EYyOyrgCH5pa20xjl3NUIGwy2vACfeWA7
wNAWDGvNnWIl0zFvwQSy8q0=
=lFrs
-END PGP SIGNATURE-


Accepted:
uicilibris_1.8-1.debian.tar.gz
  to main/u/uicilibris/uicilibris_1.8-1.debian.tar.gz
uicilibris_1.8-1.dsc
  to main/u/uicilibris/uicilibris_1.8-1.dsc
uicilibris_1.8-1_all.deb
  to main/u/uicilibris/uicilibris_1.8-1_all.deb
uicilibris_1.8.orig.tar.gz
  to main/u/uicilibris/uicilibris_1.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/e1sv9bs-000146...@franck.debian.org



Accepted libv8-i18n 0~0.svn7-3 (source amd64)

2012-05-17 Thread Jérémy Lal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 23:20:29 +0200
Source: libv8-i18n
Binary: libv8-i18n-dev libv8-i18n0.0.0 libv8-i18n0.0.0-dbg
Architecture: source amd64
Version: 0~0.svn7-3
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jérémy Lal kapo...@melix.org
Description: 
 libv8-i18n-dev - Native internationalization extension for libv8 - development 
fil
 libv8-i18n0.0.0 - Native internationalization extension for libv8 - runtime 
library
 libv8-i18n0.0.0-dbg - Native internationalization extension for libv8 - 
debugging symbo
Closes: 673306
Changes: 
 libv8-i18n (0~0.svn7-3) unstable; urgency=low
 .
   * Remove symbols file, they are not maintainable. Closes: #673306.
Checksums-Sha1: 
 782918d05b9dbc6a6211cd6c14b773dc7fe399c3 1602 libv8-i18n_0~0.svn7-3.dsc
 d4e3eca9d6c23ec58cf4379420b2a6b5782d78be 5295 
libv8-i18n_0~0.svn7-3.debian.tar.gz
 39845e3a4a4be877280243f49c92de83005cf6d7 5866 
libv8-i18n-dev_0~0.svn7-3_amd64.deb
 d2f7e4fb225c53b965313746543b82616151c859 30890 
libv8-i18n0.0.0_0~0.svn7-3_amd64.deb
 63bc811a282d48a5c71ae7a5c81140eb8a1cd732 183798 
libv8-i18n0.0.0-dbg_0~0.svn7-3_amd64.deb
Checksums-Sha256: 
 445b10f6af99f63e0648fa126b189d22391e73833998ab190d1a611bee4242eb 1602 
libv8-i18n_0~0.svn7-3.dsc
 2ed3d19682a9a56786efaf6bffc57dadc8f47b5c0fa95e882d4fb5d094f67623 5295 
libv8-i18n_0~0.svn7-3.debian.tar.gz
 21113c22ebafc594143e6dc26a4381cdc9dd21ecc3d6a3f72cee19fdfcc87601 5866 
libv8-i18n-dev_0~0.svn7-3_amd64.deb
 d90ff2c1172afb018bce80fa0024a49bf70455ad125a08daf3fa97e028f1672b 30890 
libv8-i18n0.0.0_0~0.svn7-3_amd64.deb
 6e08eed861b5f4c27a77a9bc22657a3f6acf9f32b213ca1d643d270dd2d7ac23 183798 
libv8-i18n0.0.0-dbg_0~0.svn7-3_amd64.deb
Files: 
 38c66953d3183e3834bc57839b20299c 1602 libs optional libv8-i18n_0~0.svn7-3.dsc
 f48943b2adaf4db97905184c5855f81d 5295 libs optional 
libv8-i18n_0~0.svn7-3.debian.tar.gz
 2dbec3f0659c9293328da89bb00d1003 5866 libdevel optional 
libv8-i18n-dev_0~0.svn7-3_amd64.deb
 23a5552c512c1aa3e5c938e63073b022 30890 libs optional 
libv8-i18n0.0.0_0~0.svn7-3_amd64.deb
 1146134f97f099aa067ae811ddcf7316 183798 debug extra 
libv8-i18n0.0.0-dbg_0~0.svn7-3_amd64.deb

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

iEYEARECAAYFAk+1h4wACgkQDMRIEQdBQdxFTQCeMSFe3cmBuG8cUhXKQ8QbpdV2
EzUAn25MHnO0XdymqFun0cNQFX2lciSm
=EgsP
-END PGP SIGNATURE-


Accepted:
libv8-i18n-dev_0~0.svn7-3_amd64.deb
  to main/libv/libv8-i18n/libv8-i18n-dev_0~0.svn7-3_amd64.deb
libv8-i18n0.0.0-dbg_0~0.svn7-3_amd64.deb
  to main/libv/libv8-i18n/libv8-i18n0.0.0-dbg_0~0.svn7-3_amd64.deb
libv8-i18n0.0.0_0~0.svn7-3_amd64.deb
  to main/libv/libv8-i18n/libv8-i18n0.0.0_0~0.svn7-3_amd64.deb
libv8-i18n_0~0.svn7-3.debian.tar.gz
  to main/libv/libv8-i18n/libv8-i18n_0~0.svn7-3.debian.tar.gz
libv8-i18n_0~0.svn7-3.dsc
  to main/libv/libv8-i18n/libv8-i18n_0~0.svn7-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/e1svafq-0005nm...@franck.debian.org



Accepted haskell-debian 3.64-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 19:22:18 -0400
Source: haskell-debian
Binary: libghc-debian-dev libghc-debian-prof libghc-debian-doc 
haskell-debian-utils
Architecture: source all amd64
Version: 3.64-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 haskell-debian-utils - Various helpers to work with Debian packages
 libghc-debian-dev - Haskell library for working with the Debian package system
 libghc-debian-doc - Documentation for Debian package system library
 libghc-debian-prof - Profiling library for working with the Debian package 
system
Changes: 
 haskell-debian (3.64-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 fe187b665a868812c25562d4c363e869309fb8b6 2969 haskell-debian_3.64-1.dsc
 b85781a8b878e2cd3cff0c1e54b760854772ab62 50050 haskell-debian_3.64.orig.tar.gz
 fd2ef43be0a91e976e0cfce1b9430dd37676ffe0 5475 
haskell-debian_3.64-1.debian.tar.gz
 08c9094ce48838808aed4bfe01d9e22dac4e7ccb 163514 
libghc-debian-doc_3.64-1_all.deb
 5e3071229cb54e5de6af0fefe63e71c0e00c258a 913028 
libghc-debian-dev_3.64-1_amd64.deb
 f4b1e081e351c7c566db3cc76835e5376f9e2514 892594 
libghc-debian-prof_3.64-1_amd64.deb
 39040a15e9aa6d445c9a780f6d004cd347f00752 3282018 
haskell-debian-utils_3.64-1_amd64.deb
Checksums-Sha256: 
 f1851e52cd43de91369432fa8a56dbc9ef0eaf903842895f5059886a6863fe84 2969 
haskell-debian_3.64-1.dsc
 3993bd68d1666dbdb2dd31283ed597a29592168c80be9c0a85008e61cabb863e 50050 
haskell-debian_3.64.orig.tar.gz
 0cf9e7d41376ab2d8c790717bbf7f4ff38932688724c0204b462e6980380a67e 5475 
haskell-debian_3.64-1.debian.tar.gz
 89fca497ac47ea77e62f7d790ac6bf4f421afe36507e1ea9092f0899d698f316 163514 
libghc-debian-doc_3.64-1_all.deb
 22cff308b1cd9198bcc12dad21fb1753391d78d14816fbdecc660d6ae5f4a1a0 913028 
libghc-debian-dev_3.64-1_amd64.deb
 dabb1dc6709627e55dae0a2ff0b97ee9a87b191f8dc0ed604d2267d4f8365897 892594 
libghc-debian-prof_3.64-1_amd64.deb
 291119fb12de9eb50ca25f7b88fc8dd34d35baf7ec6b594daa3d0f112db68bcd 3282018 
haskell-debian-utils_3.64-1_amd64.deb
Files: 
 7e3f8745d1460eff6bd30ea2cf16d442 2969 haskell extra haskell-debian_3.64-1.dsc
 a8c40f4add2ca04e8bf7a5ffe2a184e9 50050 haskell extra 
haskell-debian_3.64.orig.tar.gz
 6de248c6619d8b366afc9773269e2b40 5475 haskell extra 
haskell-debian_3.64-1.debian.tar.gz
 68ee60c8f8d1cba4b2e38bc039527586 163514 doc extra 
libghc-debian-doc_3.64-1_all.deb
 332a655d98a242646df668254df4e41a 913028 haskell extra 
libghc-debian-dev_3.64-1_amd64.deb
 840d990e3857f3ca56a587e84d1d5cc7 892594 haskell extra 
libghc-debian-prof_3.64-1_amd64.deb
 836b396645df1473df8240119b55a5bf 3282018 devel extra 
haskell-debian-utils_3.64-1_amd64.deb

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

iQIcBAEBCgAGBQJPtYuiAAoJEFWSMx4ZnTiopoIP/0sB6BQtnxU9K/I6FukZVeYi
WAe68ijcEODpHj2rWV+RhR1oLv0Y/l5NqAUMivFhy7uPEX4A2N0aM+s5H0arkJbz
WRcQpFNvd22U6oSc7csBbvOjZ9R/1L/ckoKGSTgc9Nf3fpCV1zvktIZ5VHZ1DT8w
WEvb7daet/Kl/u9uyEfG8tJUXmtYn+3ALJcb+/iKzUup3JoACuwknJv4LlApe8/O
kgWd174CPgou0xe0g5mfXUkfhKu7OE3QzWZEJZhj9UUGifMslCkEVgKTey4M/MSD
F7WI44Wi1DWoxx67cVjoTiwai0nYyyK11pTwGj+392tpy9W/1/wf5CVZ0pHnS0+m
k5ut1IBOJ43pVrGq0iKHIc+inlgJhGUxfTpY4DK03/HJCpoASRZmze61EnSM6KkP
em433LFSgcjNanwkSSoKtAuBEu0AcPguuhlDcI/o/nWEOAhFgNQsJbXSrmNMEnS2
Znt7y2hUvPOSrAJR+qFE5O9wcxqQ1gPcYQVsS3Tl/ZuvPDiLXdwlbfT44oaodq04
86uMm1wM4wo7rNXsO4frxVIlp0StUOEIxEMDjguN8IHFS9t4Rt1XRQNl+llEc+1e
Ta3ISqrqKNz4N5gM3Qb6SOKGfmYv+RBYThy48E8qrTgdLEePR+Tur/K04McWP3l2
H5O6pefV2WlUodf2krCz
=epw0
-END PGP SIGNATURE-


Accepted:
haskell-debian-utils_3.64-1_amd64.deb
  to main/h/haskell-debian/haskell-debian-utils_3.64-1_amd64.deb
haskell-debian_3.64-1.debian.tar.gz
  to main/h/haskell-debian/haskell-debian_3.64-1.debian.tar.gz
haskell-debian_3.64-1.dsc
  to main/h/haskell-debian/haskell-debian_3.64-1.dsc
haskell-debian_3.64.orig.tar.gz
  to main/h/haskell-debian/haskell-debian_3.64.orig.tar.gz
libghc-debian-dev_3.64-1_amd64.deb
  to main/h/haskell-debian/libghc-debian-dev_3.64-1_amd64.deb
libghc-debian-doc_3.64-1_all.deb
  to main/h/haskell-debian/libghc-debian-doc_3.64-1_all.deb
libghc-debian-prof_3.64-1_amd64.deb
  to main/h/haskell-debian/libghc-debian-prof_3.64-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/e1svasa-0006bg...@franck.debian.org



Accepted haskell-unixutils 1.50-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 19:27:13 -0400
Source: haskell-unixutils
Binary: libghc-unixutils-dev libghc-unixutils-prof libghc-unixutils-doc
Architecture: source all amd64
Version: 1.50-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-unixutils-dev - An interface between Haskell and Unix-like operating 
systems
 libghc-unixutils-doc - Documentation for the haskell-unixutils package
 libghc-unixutils-prof - Profiling libraries for the haskell-unixutils package
Changes: 
 haskell-unixutils (1.50-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 689c9c8eba075849023a1dcbd573c94c6600b2f1 2441 haskell-unixutils_1.50-1.dsc
 2ca048280487445f9c4b1ab479acfab7a49a6c19 11482 
haskell-unixutils_1.50.orig.tar.gz
 b1c2ea1a055987324111513f4cc5c7b1d32e3113 3150 
haskell-unixutils_1.50-1.debian.tar.gz
 112f66c14db998408b6a116be84963fb1d276f1e 57538 
libghc-unixutils-doc_1.50-1_all.deb
 1ebd7d1e4c9355284a9ebc1c1d26821158f7e28d 118660 
libghc-unixutils-dev_1.50-1_amd64.deb
 6609586ce76fc547efcbb57f1771375803fbc564 113904 
libghc-unixutils-prof_1.50-1_amd64.deb
Checksums-Sha256: 
 3787ef46abca320d8f0089cbff4a9ac7e0038a175d85467d89b9008c8c8bf317 2441 
haskell-unixutils_1.50-1.dsc
 8d8f0b7cf8f0c2191482be5c2af8d7c52b22bb18323c600c4d8c0cbaade9805f 11482 
haskell-unixutils_1.50.orig.tar.gz
 168a551348c93c79866028ed5dfd5e773e7d88f7962825b03d7293e9e52fbfc6 3150 
haskell-unixutils_1.50-1.debian.tar.gz
 19fa45c079168ce23d0dbee38076487006f56763a60474539a85e16fc2c462fd 57538 
libghc-unixutils-doc_1.50-1_all.deb
 26dc890f3352db839827219049b587b4d17dcb3245c1cd66179ba43d3a6b069d 118660 
libghc-unixutils-dev_1.50-1_amd64.deb
 7d82c991077bebc7112366b875185c19b9b15a128cbffc9096324d4845ff87c7 113904 
libghc-unixutils-prof_1.50-1_amd64.deb
Files: 
 edad9dd3fb0b45b2008f647f4dc49c6d 2441 haskell extra 
haskell-unixutils_1.50-1.dsc
 3ac6517c39b6b30c9d3de2c1f53c1a46 11482 haskell extra 
haskell-unixutils_1.50.orig.tar.gz
 989a65d5e751ae2e878a58495002ab76 3150 haskell extra 
haskell-unixutils_1.50-1.debian.tar.gz
 c26ec4796fc534b49d64f5fbad256d07 57538 doc extra 
libghc-unixutils-doc_1.50-1_all.deb
 6fd3b39e0f8ea537f854b0a9ab527946 118660 haskell extra 
libghc-unixutils-dev_1.50-1_amd64.deb
 cdab973f12cab256f90f7ad1d872e44f 113904 haskell extra 
libghc-unixutils-prof_1.50-1_amd64.deb

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

iQIcBAEBCgAGBQJPtYsSAAoJEFWSMx4ZnTior3oQAIggA4pznShj5vAU82HGYXha
dX/G5Bo5BonO+hb9UtCyNzBODFEJgL7ra7/E8xzR8DQKANBm72MwdfMh+f6o93XE
2pHE3p4MSToLKTsHMV/pv1c2en/131Y/8fDLLuxKmUTtSiYaoPFWgGv0r39FJo00
aQyQ6fz+3h0InXgs3fR9agCnrUdGsh3BIhvyaDn0QumW2pYbX04iof5WXJh63k4c
tRcya5Wx1GxhcVjkQ3S+uJeWNFzkhg5iOX+n1ZvkFXc7wHXzVM45kG7xa7S6scx0
J2HnR8OYmTkBVE1iTqT51vIKOdPREpVrtlV62CLi/DgsgYt2edL5gm2vczWZiza2
6yFHvz0Ka03enIK0HXYMJnsQ0QjJWv49zJf3XxHb0HBNrj6q/j0Q6ZWY9hS+KqTO
7zBDkrIBfILPMg/RIAXh85OwrNcTgMRrYUbMcrXl3z9ogvokP1ojd/DGXZup2146
Tfb8uWndXl4mEo3geiUfeFiydxzWQYNb26IEfXI6rSFKrM1nl3d8Sz29h4Qg2IxK
AINDzJA/GNnxdRBvZ+G36f1VJ/Qo5taXc5WKugvweSUYG4pdb1vmc0vxakGRwgT9
c+ehuykvA0SRKG3ftQR0o55KeOa1AGChcW5UemSec3DW1SqF8HVYmp3ETJKPD521
76zoqwhizFn0EHn7NjVz
=D0Hv
-END PGP SIGNATURE-


Accepted:
haskell-unixutils_1.50-1.debian.tar.gz
  to main/h/haskell-unixutils/haskell-unixutils_1.50-1.debian.tar.gz
haskell-unixutils_1.50-1.dsc
  to main/h/haskell-unixutils/haskell-unixutils_1.50-1.dsc
haskell-unixutils_1.50.orig.tar.gz
  to main/h/haskell-unixutils/haskell-unixutils_1.50.orig.tar.gz
libghc-unixutils-dev_1.50-1_amd64.deb
  to main/h/haskell-unixutils/libghc-unixutils-dev_1.50-1_amd64.deb
libghc-unixutils-doc_1.50-1_all.deb
  to main/h/haskell-unixutils/libghc-unixutils-doc_1.50-1_all.deb
libghc-unixutils-prof_1.50-1_amd64.deb
  to main/h/haskell-unixutils/libghc-unixutils-prof_1.50-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/e1svatc-0006jm...@franck.debian.org



Accepted netdde 0.0.20120518-1 (source hurd-i386)

2012-05-17 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 May 2012 01:13:15 +
Source: netdde
Binary: netdde netdde-udeb netdde-dbg
Architecture: source hurd-i386
Version: 0.0.20120518-1
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers debian-h...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 netdde - Linux network drivers glued by the DDE layer
 netdde-dbg - Linux network drivers glued by the DDE layer - debugging symbols
 netdde-udeb - Linux network drivers glued by the DDE layer - udeb (udeb)
Changes: 
 netdde (0.0.20120518-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * copyright: Fix syntax.
   * rules: Strip netdde-udeb.
Checksums-Sha1: 
 c7f266827f997f73788e6444ed20770303c4a656 1874 netdde_0.0.20120518-1.dsc
 e7b24cf7c2df59bcfd1bee2ee63e652395bbe1d3 6990005 
netdde_0.0.20120518.orig-linux.tar.bz2
 dd411d986815a424e00b51af402cbbea785ed27e 13634 netdde_0.0.20120518.orig.tar.gz
 06f7ca24244cbef39cb522f115a9479680cd5af3 17570 
netdde_0.0.20120518-1.debian.tar.bz2
 d1c7084fe94b5d58602eb72e4a158b59e591b1a9 807218 
netdde_0.0.20120518-1_hurd-i386.deb
 b92cc4d37559d2b7a27f16112dc59f740fdaf7a6 576958 
netdde-udeb_0.0.20120518-1_hurd-i386.udeb
 746a2c520d3c9620ef22ff7939897c2f8f148eec 5904630 
netdde-dbg_0.0.20120518-1_hurd-i386.deb
Checksums-Sha256: 
 0faeb4deef5fe4e58fe788c326c44b9f24807fa149064163eab5304bc04e3cbf 1874 
netdde_0.0.20120518-1.dsc
 61f00827dd83937e4e63a266b96f3ae0f2ef714f5ece266cb0e04c8f785517ac 6990005 
netdde_0.0.20120518.orig-linux.tar.bz2
 d0ceaeedc98bb9574d8c390484a18b332fdb92c1278e26c034134799a1abe2dc 13634 
netdde_0.0.20120518.orig.tar.gz
 1630d0f9e6af94df12bb89eae8f6462a4bc8e2bf9603a2f8a4306dceff903280 17570 
netdde_0.0.20120518-1.debian.tar.bz2
 58c77ce8da24679ba13a1575ad30e51adc3219245bdde716d329d3ad50eae979 807218 
netdde_0.0.20120518-1_hurd-i386.deb
 170fa5d05498d003795398b65d34c365bc7324db6407ccffa9ced6e417015375 576958 
netdde-udeb_0.0.20120518-1_hurd-i386.udeb
 7a3e6e84fa567f6ef56aed4a8ac02a8cf950cfd5b70a48148ebd26566e8eaa5e 5904630 
netdde-dbg_0.0.20120518-1_hurd-i386.deb
Files: 
 01208af8437299237c398992b9e3aaec 1874 kernel required netdde_0.0.20120518-1.dsc
 f897413276e60b2ac535d1b21c6e82ae 6990005 kernel required 
netdde_0.0.20120518.orig-linux.tar.bz2
 5e87d984656f8dfb8377818376521dec 13634 kernel required 
netdde_0.0.20120518.orig.tar.gz
 485551c615168c7ce825ee49a53d3e04 17570 kernel required 
netdde_0.0.20120518-1.debian.tar.bz2
 26721f07ba030b1cc7a0d2d1b780002e 807218 kernel required 
netdde_0.0.20120518-1_hurd-i386.deb
 d7299b3504012b73d8b334e38a012f5e 576958 debian-installer required 
netdde-udeb_0.0.20120518-1_hurd-i386.udeb
 f396999afd684532e2d5cd2312af974a 5904630 debug extra 
netdde-dbg_0.0.20120518-1_hurd-i386.deb
Package-Type: udeb

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

iF4EAREKAAYFAk+1j6sACgkQUesQhRznqyjeLgD/d7l+Iqevafwr0GZiFbU0+mXG
Y/SQos9gHK0lmV/KgHYBAN6c3v5PvDudqs0yGtGubEDb/JZOPUBs5aVwnGQDEVGa
=fird
-END PGP SIGNATURE-


Accepted:
netdde-dbg_0.0.20120518-1_hurd-i386.deb
  to main/n/netdde/netdde-dbg_0.0.20120518-1_hurd-i386.deb
netdde-udeb_0.0.20120518-1_hurd-i386.udeb
  to main/n/netdde/netdde-udeb_0.0.20120518-1_hurd-i386.udeb
netdde_0.0.20120518-1.debian.tar.bz2
  to main/n/netdde/netdde_0.0.20120518-1.debian.tar.bz2
netdde_0.0.20120518-1.dsc
  to main/n/netdde/netdde_0.0.20120518-1.dsc
netdde_0.0.20120518-1_hurd-i386.deb
  to main/n/netdde/netdde_0.0.20120518-1_hurd-i386.deb
netdde_0.0.20120518.orig-linux.tar.bz2
  to main/n/netdde/netdde_0.0.20120518.orig-linux.tar.bz2
netdde_0.0.20120518.orig.tar.gz
  to main/n/netdde/netdde_0.0.20120518.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/e1svauy-hi...@franck.debian.org



Accepted libexcel-writer-xlsx-perl 0.47-1 (source all)

2012-05-17 Thread Alexander Zangerl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 May 2012 10:13:12 +1000
Source: libexcel-writer-xlsx-perl
Binary: libexcel-writer-xlsx-perl
Architecture: source all
Version: 0.47-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Zangerl a...@debian.org
Changed-By: Alexander Zangerl a...@debian.org
Description: 
 libexcel-writer-xlsx-perl - module to create Excel spreadsheets in xlsx format
Changes: 
 libexcel-writer-xlsx-perl (0.47-1) unstable; urgency=low
 .
   * New upstream release
   * lifted standards version, minor cleanups for lintian
Checksums-Sha1: 
 34b64f57754e7061844770bc0455856f8983e4e5 1164 
libexcel-writer-xlsx-perl_0.47-1.dsc
 e577fd6fda43c5ef7a171d55138b59385d68ab94 738019 
libexcel-writer-xlsx-perl_0.47.orig.tar.gz
 172ddf0f2e3a7999429a538679d798f14d5a8999 1610 
libexcel-writer-xlsx-perl_0.47-1.diff.gz
 2c52f643e8d96dcfb10e4feccfa0507fb203fb0a 419228 
libexcel-writer-xlsx-perl_0.47-1_all.deb
Checksums-Sha256: 
 fdc3a4dd84b4d2c62c9f32809a5266ac33e1380f06ff2445c2267039a5c67b7a 1164 
libexcel-writer-xlsx-perl_0.47-1.dsc
 3722619b4ff84d708b86ba0a035e0ee61a739aff41c3a64af8ed4bd043f6d441 738019 
libexcel-writer-xlsx-perl_0.47.orig.tar.gz
 1b32d089ceb294a30c4fda9df92757760345a8dc8071f2639d68b9754c24487d 1610 
libexcel-writer-xlsx-perl_0.47-1.diff.gz
 6ceb6854aabfb709dc8ded71289bae5cb2f4d1036b7fbea495d221e509066f4a 419228 
libexcel-writer-xlsx-perl_0.47-1_all.deb
Files: 
 c3d8158bee9dc5252967718bb22fdf2d 1164 perl optional 
libexcel-writer-xlsx-perl_0.47-1.dsc
 e38c8c5197b705e588be4e2cd1a75fc5 738019 perl optional 
libexcel-writer-xlsx-perl_0.47.orig.tar.gz
 fecf9ae5e53694eb262b7e3cd80eebab 1610 perl optional 
libexcel-writer-xlsx-perl_0.47-1.diff.gz
 fa4a20e882eca7a786bb0fa3796291ff 419228 perl optional 
libexcel-writer-xlsx-perl_0.47-1_all.deb

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

iF4EAREIAAYFAk+1nGkACgkQ+bKELRvb2Dy7QwEA1YiA0nmE09xFtshW8cFdcdAe
IpNSHMcEZrnYS1FT4n8BAMINd/c3j1uOSc1XHoxkiBugzNy7mJTx/SeezQAlJnG1
=/iZY
-END PGP SIGNATURE-


Accepted:
libexcel-writer-xlsx-perl_0.47-1.diff.gz
  to 
main/libe/libexcel-writer-xlsx-perl/libexcel-writer-xlsx-perl_0.47-1.diff.gz
libexcel-writer-xlsx-perl_0.47-1.dsc
  to main/libe/libexcel-writer-xlsx-perl/libexcel-writer-xlsx-perl_0.47-1.dsc
libexcel-writer-xlsx-perl_0.47-1_all.deb
  to 
main/libe/libexcel-writer-xlsx-perl/libexcel-writer-xlsx-perl_0.47-1_all.deb
libexcel-writer-xlsx-perl_0.47.orig.tar.gz
  to 
main/libe/libexcel-writer-xlsx-perl/libexcel-writer-xlsx-perl_0.47.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/e1svbcr-0003e1...@franck.debian.org



Accepted haskell-dyre 0.8.7-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 21:03:34 -0400
Source: haskell-dyre
Binary: libghc-dyre-dev libghc-dyre-prof libghc-dyre-doc
Architecture: source all amd64
Version: 0.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-dyre-dev - dynamic reconfiguration library
 libghc-dyre-doc - dynamic reconfiguration library; documentation
 libghc-dyre-prof - dynamic reconfiguration library; profiling libraries
Changes: 
 haskell-dyre (0.8.7-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 db0fc2f7973deae1cc359b4dab10c0cabde963fe 2469 haskell-dyre_0.8.7-1.dsc
 ce1f60ee89ffd9750998b9340bce8f65785fec0c 13032 haskell-dyre_0.8.7.orig.tar.gz
 c286a0e2c91b61e3e65c77c53c1809347060c346 2332 
haskell-dyre_0.8.7-1.debian.tar.gz
 63215d682ef7f52cb4d0a7c4ebc34c5a11e60bee 54736 libghc-dyre-doc_0.8.7-1_all.deb
 32be0afdeb5435a0c60e03e74603e06534649253 67470 
libghc-dyre-dev_0.8.7-1_amd64.deb
 b234b6459e8501a566b38b2c1833fff2cf730920 63688 
libghc-dyre-prof_0.8.7-1_amd64.deb
Checksums-Sha256: 
 991582c7bbd20c80e9e601c5c1103dd521bf3f4732fc9821a26e4622b549a600 2469 
haskell-dyre_0.8.7-1.dsc
 f701655bc6069046d267842bc8f13da8f18eb1f308873d837edfd40746917cd8 13032 
haskell-dyre_0.8.7.orig.tar.gz
 f3c24a8e89a0f6aa1ce39820ce76ffba79903205a7ddc76743bc30cabbe79888 2332 
haskell-dyre_0.8.7-1.debian.tar.gz
 02e6bba136a70689a0ed3157e5ddeac19d5092bb7578bee331ba260deb977787 54736 
libghc-dyre-doc_0.8.7-1_all.deb
 5ec7db7881b173907526ef4d921899121f9bb7eed4b098d7df21374e30e7dc89 67470 
libghc-dyre-dev_0.8.7-1_amd64.deb
 e5e1986951bc36e0d456a377a9d94af3256cfc34cb58a5d0774de2fd8f5cd170 63688 
libghc-dyre-prof_0.8.7-1_amd64.deb
Files: 
 40357a6d0e699cab063e215c5a579ed0 2469 haskell extra haskell-dyre_0.8.7-1.dsc
 ed335cf434be32ce958cd9ceeb60927d 13032 haskell extra 
haskell-dyre_0.8.7.orig.tar.gz
 e82f7c510b9643131a600f257ff28c13 2332 haskell extra 
haskell-dyre_0.8.7-1.debian.tar.gz
 2201c38032341dafcc9fd1636f8149fb 54736 doc extra 
libghc-dyre-doc_0.8.7-1_all.deb
 c052ea21ba36ed493535cd7b64d97617 67470 haskell extra 
libghc-dyre-dev_0.8.7-1_amd64.deb
 88c2513d9cd73b9e7a9ab1716e3e7ba1 63688 haskell extra 
libghc-dyre-prof_0.8.7-1_amd64.deb

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

iQIcBAEBCgAGBQJPtaCxAAoJEFWSMx4ZnTiojSMP/jRSb54sLnz/lJttKuEvzGLG
Y/zygYWMpmEp9aBuihYf1NXs4dG789jXU+MM3leMJzpEFisWLNyxnz+NUSmOhy0q
Sn/9nR/Odqr0DhnuUywQPUJRM9h0BzS47pprKkRTpVXbd33am4v4OEbBPl942Xbf
gTaIuYjN84aKrMkTM/R8SYjJIymKiA/aZpqU3L6x9mfQSpwPeZBgkWB/xSVdxWeN
e8E0uRJHVU6D84eTESfxK0sN58CtG2ushE1eRVbzcEUBVtYE4+HKFIvt2e4fzN9j
Gia03nfxpSpiu5tMcWHTdCtUrqJ2PkO0+wungrqCVn6Svp2xHThOPL81XNmT0vbQ
AmEYJ2tvYPX+JDQ2xC6vg5KOtMirSZRBzwr940Lc0en1SWjDZV5D2loURmKX10RW
8xID3V/Ll1gn08eNKPumiWyHDpK8EO532I5PQFrZkcU5FZZi3kcjb3ISjGbayJ4V
MVsqBt6poQyTVmfr1nHmIdGSFIOo1jfoTq4NbRqq+laXHld/f/W/2E+rqiK1x1Vi
m6QzUZthpOtSqir8lPykmlZVZZNAVq4BnPuMeEW48kCaAybrc6WgYOzmGXvBfBgb
NUH6QWADgtVl8eJuWhtgmP9YT2ImcNF1s61eTnLLU9LTYq0aNe01EaoZddw0j49n
L0K1wE9IVP3zbUi2Tjpp
=cTnG
-END PGP SIGNATURE-


Accepted:
haskell-dyre_0.8.7-1.debian.tar.gz
  to main/h/haskell-dyre/haskell-dyre_0.8.7-1.debian.tar.gz
haskell-dyre_0.8.7-1.dsc
  to main/h/haskell-dyre/haskell-dyre_0.8.7-1.dsc
haskell-dyre_0.8.7.orig.tar.gz
  to main/h/haskell-dyre/haskell-dyre_0.8.7.orig.tar.gz
libghc-dyre-dev_0.8.7-1_amd64.deb
  to main/h/haskell-dyre/libghc-dyre-dev_0.8.7-1_amd64.deb
libghc-dyre-doc_0.8.7-1_all.deb
  to main/h/haskell-dyre/libghc-dyre-doc_0.8.7-1_all.deb
libghc-dyre-prof_0.8.7-1_amd64.deb
  to main/h/haskell-dyre/libghc-dyre-prof_0.8.7-1_amd64.deb


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



Accepted haskell-file-embed 0.0.4.3-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 21:09:59 -0400
Source: haskell-file-embed
Binary: libghc-file-embed-dev libghc-file-embed-prof libghc-file-embed-doc
Architecture: source all amd64
Version: 0.0.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-file-embed-dev - direct file embedding library
 libghc-file-embed-doc - direct file embedding library; documentation
 libghc-file-embed-prof - direct file embedding library; profiling libraries
Changes: 
 haskell-file-embed (0.0.4.3-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 b8aa56eb15d883e9c41f88e9cb23935c9771d672 2291 haskell-file-embed_0.0.4.3-1.dsc
 4fc3dd8dd382d4ce59e1702bf691426787e78f9d 3394 
haskell-file-embed_0.0.4.3.orig.tar.gz
 f8b3794ca8976c04ce6ae799893ce309fed06903 2161 
haskell-file-embed_0.0.4.3-1.debian.tar.gz
 e76cbf09ad734a786b0ae7edfc99600f3223cf5b 31684 
libghc-file-embed-doc_0.0.4.3-1_all.deb
 4e7bdadd032fdd0fb4da734d26730fbd02c34576 37296 
libghc-file-embed-dev_0.0.4.3-1_amd64.deb
 5304f4c4733b865a82eacadf82b18f2b2328c8a0 34224 
libghc-file-embed-prof_0.0.4.3-1_amd64.deb
Checksums-Sha256: 
 255dce28349bf90e1123c9f09b8eaeb51a08e12d14f6d0aa92dd6cae705ac7be 2291 
haskell-file-embed_0.0.4.3-1.dsc
 46a765c3f9c4da67d4279ec34baa8cbab8cf3542519b51d5fe0c85a5f48a4f45 3394 
haskell-file-embed_0.0.4.3.orig.tar.gz
 bab98c7b660b7c7e9ca4ba2b0577144bae5be7140d62a7147dcc8efc6fbf0c5b 2161 
haskell-file-embed_0.0.4.3-1.debian.tar.gz
 029423d5cbe926885681f8aed3c8c19742e435977d409de4a9e2910b88c94fb2 31684 
libghc-file-embed-doc_0.0.4.3-1_all.deb
 1d763c71baabffc8264220d58dce4fb5b700c25f0ecd841b3ca0546533155220 37296 
libghc-file-embed-dev_0.0.4.3-1_amd64.deb
 317d4f126fbea4983429f2bf8229e4adaae342b2965f7a65707340db9ff0f619 34224 
libghc-file-embed-prof_0.0.4.3-1_amd64.deb
Files: 
 df55bb6262c1ed789798dd3ac70883c3 2291 haskell extra 
haskell-file-embed_0.0.4.3-1.dsc
 dd8b5337a495830f6b5ee9e097445f40 3394 haskell extra 
haskell-file-embed_0.0.4.3.orig.tar.gz
 98c3eec8781cd2a9840b1585c03a1d5c 2161 haskell extra 
haskell-file-embed_0.0.4.3-1.debian.tar.gz
 637d058b2bd90564d75d2ab83acd4712 31684 doc extra 
libghc-file-embed-doc_0.0.4.3-1_all.deb
 a24adafd45425fc42ca9fc26a3b04703 37296 haskell extra 
libghc-file-embed-dev_0.0.4.3-1_amd64.deb
 99d229af3f5cfddaa7e8af4168dfff17 34224 haskell extra 
libghc-file-embed-prof_0.0.4.3-1_amd64.deb

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

iQIcBAEBCgAGBQJPtaH9AAoJEFWSMx4ZnTioDy0P/RPgcrtlxADQTFts3lEKNHo/
rrVrkJwNGOA//4xSTpwiHwMODpcCIXm95KX4KPq2ZrcZ3zf/975hnS/EFkBLUPVJ
d6WczIeMnCcZbDE+v0FaApXOtXsNPqhUMeGvd95VxWuSKX359/QwA2PyKW1/xEcs
28CKCVTJWvgrvyZswptlKjw48LCQ7FxIR3jVEYzAUmUn64uE7+FZo9LV22kv8oZd
/bRFvnmaF9GyHwdEP6uR4uvSnyZGA3kpU/c6MBJQoLUfE+eBIHTnfSBiHdTfeD84
EceLw+Wqt7RRIEMWBzjzU2XpCbt/elTEnsAxk8erJpuUfqbwVoKAJokiMlmVZTkL
IcBJcXfBanEyty8ehSIRflUyTWG2QDKfDv80Yj8CxXHpBVAOPhae6PZK5sf767a3
2Waa27ejhLZ+M7Iqn+yGbVfWHBcLEpGQoXa0H/gBz1dhEQV83/CVxnOvq0cid9QM
jMKymUoK4Ht6zn8pABmOPgiGJNE7pASUz0aUu7QP4URmUC8swfrwHUPfloImMhJM
ItHrgK00dT37ZcOV+BM5VC0fyEz2j1ZKE5tqH2TMV7DOwmjUh7arScFPy3DLt9XJ
0Mr+KYUuJDhCqp8Jr2tc6H+DPX/AKhPUk6/LizC5HAlBM9VHEsPwvs5lA29No+Ag
qDMh/1XTG38bh6oLZ+iy
=ZU91
-END PGP SIGNATURE-


Accepted:
haskell-file-embed_0.0.4.3-1.debian.tar.gz
  to main/h/haskell-file-embed/haskell-file-embed_0.0.4.3-1.debian.tar.gz
haskell-file-embed_0.0.4.3-1.dsc
  to main/h/haskell-file-embed/haskell-file-embed_0.0.4.3-1.dsc
haskell-file-embed_0.0.4.3.orig.tar.gz
  to main/h/haskell-file-embed/haskell-file-embed_0.0.4.3.orig.tar.gz
libghc-file-embed-dev_0.0.4.3-1_amd64.deb
  to main/h/haskell-file-embed/libghc-file-embed-dev_0.0.4.3-1_amd64.deb
libghc-file-embed-doc_0.0.4.3-1_all.deb
  to main/h/haskell-file-embed/libghc-file-embed-doc_0.0.4.3-1_all.deb
libghc-file-embed-prof_0.0.4.3-1_amd64.deb
  to main/h/haskell-file-embed/libghc-file-embed-prof_0.0.4.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/e1svbqt-00058t...@franck.debian.org



Accepted haskell-zlib-enum 0.2.2.1-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 21:22:21 -0400
Source: haskell-zlib-enum
Binary: libghc-zlib-enum-dev libghc-zlib-enum-prof libghc-zlib-enum-doc
Architecture: source all amd64
Version: 0.2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-zlib-enum-dev - enumerator interface for zlib compression
 libghc-zlib-enum-doc - enumerator interface for zlib compression; documentation
 libghc-zlib-enum-prof - enumerator interface for zlib compression; profiling 
libraries
Changes: 
 haskell-zlib-enum (0.2.2.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 35d4656c39de8803ba181c2781d936c0c475871f 2618 haskell-zlib-enum_0.2.2.1-1.dsc
 a63f1b3954cccbce5f25e759ed9253884b9816b8 4648 
haskell-zlib-enum_0.2.2.1.orig.tar.gz
 0d6d345e3d9828788917876ae44b1fdeef833457 2215 
haskell-zlib-enum_0.2.2.1-1.debian.tar.gz
 a9be05f62ed56dd5e55600a4e5e5ce313b1d1e7c 30518 
libghc-zlib-enum-doc_0.2.2.1-1_all.deb
 12d7d793b3812db0cda052bc77c140e40dc23502 14610 
libghc-zlib-enum-dev_0.2.2.1-1_amd64.deb
 faa3be7fae04475f80194473ea1cedcb97a4204f 16498 
libghc-zlib-enum-prof_0.2.2.1-1_amd64.deb
Checksums-Sha256: 
 ceb7f4b5d478ac62d13d41b28eeb0adf73045e136fba1ad054744303f25b71d8 2618 
haskell-zlib-enum_0.2.2.1-1.dsc
 a9cb17442a1fbff01f9ea6afed5eaeae70a755b7039931fcaa0e2f40a0515b09 4648 
haskell-zlib-enum_0.2.2.1.orig.tar.gz
 5135659b65a77b62159afdcffa3f065113f26ffd2e4604dc52ebed147850bfdf 2215 
haskell-zlib-enum_0.2.2.1-1.debian.tar.gz
 ad63516869752b59d8cbb001e0eaf5bd14f0992df7ed23d7b428357497af555d 30518 
libghc-zlib-enum-doc_0.2.2.1-1_all.deb
 e9cf3ceff4358165da1d078a815e3331fdc826090d02ac63fd8e4594b3632c34 14610 
libghc-zlib-enum-dev_0.2.2.1-1_amd64.deb
 137668015e6e2612fabff56a9a6983bf7d040fe40b957ead5efd2a7260dc05a8 16498 
libghc-zlib-enum-prof_0.2.2.1-1_amd64.deb
Files: 
 0583d514084d5f4e2d13e570dfb3d815 2618 haskell extra 
haskell-zlib-enum_0.2.2.1-1.dsc
 a33057a3be3bc97ff3e5c0c6066a5fad 4648 haskell extra 
haskell-zlib-enum_0.2.2.1.orig.tar.gz
 9ac32cb1cb0aa83a0d15c569a82dda16 2215 haskell extra 
haskell-zlib-enum_0.2.2.1-1.debian.tar.gz
 6356b9df37b303e74e887264fce77005 30518 doc extra 
libghc-zlib-enum-doc_0.2.2.1-1_all.deb
 4f76c281aa262fe212d84763885369db 14610 haskell extra 
libghc-zlib-enum-dev_0.2.2.1-1_amd64.deb
 ac31b2e099338852fac05c091fdc5575 16498 haskell extra 
libghc-zlib-enum-prof_0.2.2.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPtaVEAAoJEFWSMx4ZnTioo2kP/0n62eaSH80SOUqu85XsmExB
g5CtHqpfRxrgNSrDXqvzIDovjPvRTjs4vyVZXDLu2RrKPZD4pVEnAxy87IGEebwu
xJsNvZQS8rgUGeL8z6wv37f2Xkzce2ZvsiZEgKRKEKBj0oU/Te2ZrMh6a+GmIfxl
lv9nqgYOL7OzwgOrqoJs7ul+OpqyK6S2mIlSO/RzcmlAWcgPAGgfUY6DIiQWu8Ej
Zo8v6z2WN6fieAaaZvCDd9uqpCSSucsPZ/rj3VN3Bitb4A35pATxFSbvU2OrQYAJ
MNWvta98ZzmAl9lHP/lpXopRe8RTivJQjTaL3CjLI9ZnBlml31SjGqihtEOyT+zU
IFLCwT0uAgNPKZeifJ/CjUwqqRfa+sdNyHB7nlCS/wtk5obTm1WaT79ndJjepoS3
iYf+31mgSZlBXQO/bbIsT/vyYpSmGlnciI4lnOJfGWNSE2yaeprybCTcepMewuQ8
QfPSPmjldcTfTT6QJElzQlZScqTesNl9CwfybjomxNGBUnyc7AAztSEOhOI2sqVu
UOIJjD9Y5DZnqYJ0t5WkNLfzDnd3SLOfJIluoW1kN/bdZRB3LePaaNEiIyRzhIzZ
HAQao2XMOoIZfLjO2d9MkHmWN2OmuLUyy88Sm0GjxQL8Yr2VfmVNqAXPiPOdyV+a
CRNsmtzAyEwo9EU1OMMJ
=gGWb
-END PGP SIGNATURE-


Accepted:
haskell-zlib-enum_0.2.2.1-1.debian.tar.gz
  to main/h/haskell-zlib-enum/haskell-zlib-enum_0.2.2.1-1.debian.tar.gz
haskell-zlib-enum_0.2.2.1-1.dsc
  to main/h/haskell-zlib-enum/haskell-zlib-enum_0.2.2.1-1.dsc
haskell-zlib-enum_0.2.2.1.orig.tar.gz
  to main/h/haskell-zlib-enum/haskell-zlib-enum_0.2.2.1.orig.tar.gz
libghc-zlib-enum-dev_0.2.2.1-1_amd64.deb
  to main/h/haskell-zlib-enum/libghc-zlib-enum-dev_0.2.2.1-1_amd64.deb
libghc-zlib-enum-doc_0.2.2.1-1_all.deb
  to main/h/haskell-zlib-enum/libghc-zlib-enum-doc_0.2.2.1-1_all.deb
libghc-zlib-enum-prof_0.2.2.1-1_amd64.deb
  to main/h/haskell-zlib-enum/libghc-zlib-enum-prof_0.2.2.1-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/e1svc66-0006w9...@franck.debian.org



Accepted fcitx-cloudpinyin 0.2.1-2 (source amd64)

2012-05-17 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 May 2012 10:19:31 +0800
Source: fcitx-cloudpinyin
Binary: fcitx-module-cloudpinyin
Architecture: source amd64
Version: 0.2.1-2
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 fcitx-module-cloudpinyin - Flexible Input Method Framework - cloudpinyin module
Changes: 
 fcitx-cloudpinyin (0.2.1-2) unstable; urgency=low
 .
   * Fix the full name of Fcitx in debian/control.
Checksums-Sha1: 
 eeb366d9b2e1d7da3738be8662bb8c63b454674c 2106 fcitx-cloudpinyin_0.2.1-2.dsc
 19f53c567328f13d787dc424a3230f3a196f7303 2562 
fcitx-cloudpinyin_0.2.1-2.debian.tar.gz
 12bfa7c98f30d7f644f5738e8544861a7e01236f 16852 
fcitx-module-cloudpinyin_0.2.1-2_amd64.deb
Checksums-Sha256: 
 7bf140ea76eb1771ead9627f40bedcaf1d49c206ffb629cbec57a2f275ef2766 2106 
fcitx-cloudpinyin_0.2.1-2.dsc
 c16e1e971d53299d90b1dc3abb20bc074689ba47f260974d090307f2f5418304 2562 
fcitx-cloudpinyin_0.2.1-2.debian.tar.gz
 4aee8654c074e36707ee3f1a6d38edc7aae46862061cc81ae72a6bf58f750a28 16852 
fcitx-module-cloudpinyin_0.2.1-2_amd64.deb
Files: 
 ec498fdba4deac5943584c71c6c1da5c 2106 utils optional 
fcitx-cloudpinyin_0.2.1-2.dsc
 23bc20c89a18e861af85e160b69fd732 2562 utils optional 
fcitx-cloudpinyin_0.2.1-2.debian.tar.gz
 e537d29cfd1f70cecbede32acc5ed221 16852 utils optional 
fcitx-module-cloudpinyin_0.2.1-2_amd64.deb

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

iQIcBAEBCAAGBQJPtbKVAAoJEBQTXSd7iNflrgAQAKL7gIB5XhxbRqxRB4uDiaH/
mWIdoIdukfYGxIm5gQ84tjb9IozbERg7VvtxVh8oIxCidUdMKP4z/QfOoBxBz7ws
mJ0pCkOTmrDtxd2me7IH94YBx5BAxbo5/b60QKgljYP8JVX3qonNnmSes4maq1Ms
7UJqcTwh2MW6Igg2gCFoa5qsJbeREIGU5B8w2f8m2H2OTII8wZsos/RglQ9zhklE
VXDmhR3JXxHRmQd7RtyJzlJNbCIzEgNdWzOFcKcCtDGP+LarVn7DGBaaCcPA/O/G
wy72TgSo3wq2GTgXtmHDqb2TkZnjzQyzOH/l4iwrgwk2eKnDN+8BhDlZG5mmVOHg
yMWuRFPQWNxsBKrkjF/XiXJMl+OeEWowwW8w+YseHHs4l1pumVzm6Pqx5SujIJph
oTQMpAu1YEI4vMm4Eb4Ig43Pr6E4eiKg6qbtsKQtTNLj6s6zqt77lYzWus9GIUj5
5/c0Uh9NtnZ5/CdutEcYc1NSwbey+lwEXvw7IllAzDlIpmID8+mMZc2dCYMPASRi
aT1H9uJtbFwGajfmAVG7R8Jqv9GpInk1YLisut5IhEVSwFD/T9AulcXNAIJ4eAdS
iCaRYWw4unx0bzZdCozxArxe6S4BtZqaQ/RYN5NSna/D97+uP9Ayhl9h7Ptatzif
nD3lnhB9eqCwe3MDP493
=z1fZ
-END PGP SIGNATURE-


Accepted:
fcitx-cloudpinyin_0.2.1-2.debian.tar.gz
  to main/f/fcitx-cloudpinyin/fcitx-cloudpinyin_0.2.1-2.debian.tar.gz
fcitx-cloudpinyin_0.2.1-2.dsc
  to main/f/fcitx-cloudpinyin/fcitx-cloudpinyin_0.2.1-2.dsc
fcitx-module-cloudpinyin_0.2.1-2_amd64.deb
  to main/f/fcitx-cloudpinyin/fcitx-module-cloudpinyin_0.2.1-2_amd64.deb


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



Accepted grace 1:5.1.22-13 (source amd64)

2012-05-17 Thread Nicholas Breen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 19:26:48 -0700
Source: grace
Binary: grace
Architecture: source amd64
Version: 1:5.1.22-13
Distribution: unstable
Urgency: low
Maintainer: Nicholas Breen nbr...@debian.org
Changed-By: Nicholas Breen nbr...@debian.org
Description: 
 grace  - XY graphing and plotting tool
Closes: 662358 670613
Changes: 
 grace (1:5.1.22-13) unstable; urgency=low
 .
   * rules: Convert from CDBS to debhelper v7+ style.  Remove special case
 for mips(el), the underlying binutils bug has been fixed.
   * control:
 - Update maintainer address.
 - Drop Build-Depends on cdbs.
 - Bump Standards-Version to 3.9.3, no changes required.
 - Swap order of libpng B-Ds for libpng15 transition.  (Closes: #662358)
 - Add Recommends: on xfonts-{100,75}dpi to ensure proper operation on
   Ubuntu systems.  (Closes: #670613)
 - Move to debhelper version 9 (also updating debian/compat).
   * grace.preinst, grace.prerm: Use explicit set -e outside the shebang.
   * grace.docs: Specifically install README.
   * patches/source-hardening.diff: Force -Wl,-z,relro for /usr/bin/convcal.
   * grace.lintian-overrides: Overrides for two false positives in Lintian
 2.5.7, see #673112 and #673352.
   * copyright: Point symlink to GPL-2 specifically, although later versions
 are permitted.
Checksums-Sha1: 
 f259481f4fea7ddc89ff016467141d98e004a532 2001 grace_5.1.22-13.dsc
 69c09d6b8d26cb881fb327bde4eb9b2fe1a507b9 50914 grace_5.1.22-13.debian.tar.gz
 50fe4c121bc09d3ea09c569103c15f958b1461d7 966828 grace_5.1.22-13_amd64.deb
Checksums-Sha256: 
 da3ba30f3ca8b987f81a79742c5880f4db77d893f32c084ae3350ac0c2b61f4a 2001 
grace_5.1.22-13.dsc
 88ac3984af93b306018f87c15c36429502ef6249bbc626ec1e96bcf1c5f45288 50914 
grace_5.1.22-13.debian.tar.gz
 1719163139430f6892e673ddf87d254e37f33ce3ff8d284f61c90d8610683a2e 966828 
grace_5.1.22-13_amd64.deb
Files: 
 3867926af55db9feefc5a4b0bf17a383 2001 math optional grace_5.1.22-13.dsc
 48039dff9da934842f565f827e1e499d 50914 math optional 
grace_5.1.22-13.debian.tar.gz
 9d962445ff01d7da36291872637fcd20 966828 math optional grace_5.1.22-13_amd64.deb

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

iQIVAwUBT7W1p+5K/WnsZRCPAQhSZRAApzdRr7Uyr/vHz2qcp6rUae9lV1IyA7++
L0dFI8DSQXk1BZutXPU4UsNd2CEHXAcgWyBwCD3LoQ3it3M32gcFH/7lzX/JYibL
zWsXJkrmsM8JBsOj3HF3IbS0IP0dx88Z1t1HtGyYSwpSXQxEqYZLJReWbVAa0O/G
MAmG08A4BdfRQbMnNQqTmn41qES2B7j0QuPHvjEGCJ7J960VhvFyHGGwOOoI+lDb
cEXhCGrzNvv/1uiAFZRMFvnbK6tRHlJyXBOpaWB/N535aKwq6K4K1ujGBlfL1TzE
jzYMCPA1sl6zF0a0PHjO2GdQjuWbtdw9YwuHWxr/ULtx4NUwIajQxO4vbKOoOukP
LjnGPbeK910aHe8r7Aj00x4bK3dpVSUhsooTxUVkTUxyuJTEYUsYzpS+78BC77sH
gozjBS7DqIOXPE2n9bAN9BEeiSDktlPFtPgeabxSDXEpc+HQATtj9jTcYspBW01K
M76ZVSsGOEIHyBTFmRe0jndhAlhgt/iOuY+Juh0OuF9fegi73voK+r37C/F/1hgY
gj5VKSDpQDnPGjeAkRPdHbvHNdNHEGrpzqO9OTlanvNV2Im3Fadj876lsvPGbR05
+q4cGqVg1Lia+intkvavy0pPjHzQhAST2IS43EE8Znr3znKHEiTZBVj+G9w2iGJ/
Oar0HTOeXmg=
=Zc77
-END PGP SIGNATURE-


Accepted:
grace_5.1.22-13.debian.tar.gz
  to main/g/grace/grace_5.1.22-13.debian.tar.gz
grace_5.1.22-13.dsc
  to main/g/grace/grace_5.1.22-13.dsc
grace_5.1.22-13_amd64.deb
  to main/g/grace/grace_5.1.22-13_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/e1svdfw-wn...@franck.debian.org



Accepted haskell-network-protocol-xmpp 0.4.2-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 22:51:36 -0400
Source: haskell-network-protocol-xmpp
Binary: libghc-network-protocol-xmpp-dev libghc-network-protocol-xmpp-prof 
libghc-network-protocol-xmpp-doc
Architecture: source all amd64
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-network-protocol-xmpp-dev - XMPP (Jabber) library
 libghc-network-protocol-xmpp-doc - XMPP (Jabber) library; documentation
 libghc-network-protocol-xmpp-prof - XMPP (Jabber) library; profiling libraries
Changes: 
 haskell-network-protocol-xmpp (0.4.2-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 6648fd690b758ee4360f4049f58a3a3fd607d85f 3309 
haskell-network-protocol-xmpp_0.4.2-1.dsc
 bb0581201c189d2aeaddb24a7cd3eea62fcf0c9c 24026 
haskell-network-protocol-xmpp_0.4.2.orig.tar.gz
 168535c4d7486ea25d7861fee17106d746daa991 1531 
haskell-network-protocol-xmpp_0.4.2-1.debian.tar.gz
 3a1516b455fcc21c0f879ecd679a3f0e05074036 63422 
libghc-network-protocol-xmpp-doc_0.4.2-1_all.deb
 58816d9283982f96d0cbd4e4049cc59b8ada476e 385888 
libghc-network-protocol-xmpp-dev_0.4.2-1_amd64.deb
 c585b987abd778889a9ce72ed63ca4c9391fd758 371394 
libghc-network-protocol-xmpp-prof_0.4.2-1_amd64.deb
Checksums-Sha256: 
 d6bfad18ff648c1d9be46ed09a10f439eab4964db972f37d84ef086b168537d6 3309 
haskell-network-protocol-xmpp_0.4.2-1.dsc
 352cc15dc33e36a4eec29d666750dda3cde2d9f0bfa22fe8a0ba05bd9551b1ca 24026 
haskell-network-protocol-xmpp_0.4.2.orig.tar.gz
 08c3e34d9c1af4c111e1e422b11d55bca42db952db86a53870826bbf25745ecd 1531 
haskell-network-protocol-xmpp_0.4.2-1.debian.tar.gz
 601fae320a0164bec7b1eeb8cec71aa06ae65d6d5d39176543b7c5774b803173 63422 
libghc-network-protocol-xmpp-doc_0.4.2-1_all.deb
 00034764c82458435d4385dd556326732919a89f2a977e7c0a708ee523dbf779 385888 
libghc-network-protocol-xmpp-dev_0.4.2-1_amd64.deb
 6db9539df86a0dfacb584d6d7e2912e3be14f7ecff620a11ba82e3cd96201cde 371394 
libghc-network-protocol-xmpp-prof_0.4.2-1_amd64.deb
Files: 
 8dbae60ac8fa42f5353cc03e6be2ff0b 3309 haskell extra 
haskell-network-protocol-xmpp_0.4.2-1.dsc
 4cd9d5c4627be475b1739aa9b0e969be 24026 haskell extra 
haskell-network-protocol-xmpp_0.4.2.orig.tar.gz
 c508bbdeba22a038faa6f602515aab9f 1531 haskell extra 
haskell-network-protocol-xmpp_0.4.2-1.debian.tar.gz
 e54f2a46201528655feab746f0679268 63422 doc extra 
libghc-network-protocol-xmpp-doc_0.4.2-1_all.deb
 b34e6554c5bf2db52605be8b396703b9 385888 haskell extra 
libghc-network-protocol-xmpp-dev_0.4.2-1_amd64.deb
 0dfa4014a13a256c15c6a6d7cf177120 371394 haskell extra 
libghc-network-protocol-xmpp-prof_0.4.2-1_amd64.deb

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

iQIcBAEBCgAGBQJPtbqNAAoJEFWSMx4ZnTioaDIP/jN6tnDdONijFqcJQl0Kbnur
iPKExWXFq4W4tmb9XI0jPNCkAqxOzOtqm/T3wOQC5uljyhpQc4iOxl46Jy4JrOoi
z7END4sSzlshbx6IXmpE1Ljq1+CntLYE5tYo2pllIIN50trBrdkPhT24SDYG4HeF
ih6CDdWybEoSqxPD3CG8xm3ljoGHydTMCtGVCKns+XAiwJmjakOmtg7bf73OQ/aP
ayzFSQ8Eme8fC1GCA1prcUjVK9x3FVwjmBcDflxqsrE0hIe3g/u+7GmHXKKPSImF
4yHxDQ1anNOu+6arqYKXfEf3EQ9ReBQNJPTxJCWjEFtsp1vjw1HmGvpIfRrKwlob
uGpJsI8Gz+Kfbb4Wu4pnMmDEbpBTTKRQR1qOrdknrln3AtxQnT/GXwE8+Gs87QgU
SsWQCcU6GShlS06aqnizwunVCTVe3Yc10X2zlv8VtZEbAG2J0KwrbMvxGBPubvBi
A/vIlEV97qAbORbMTKuaqmRsTsxScQi4cKCdIVUesPQ2qE7bWXqRUWPEgFGgUit4
1T2Iz+7+zPiEkasf4LOzKlb0ozj1DbTG7rD5Bk/MhInAzr235UhWyNvhNjA9Emhk
JTCKayIsF2UY6KJpDiD+GQ9D+L6xGlOkDzuuuwLjJ7+ihF1q4ZoJihtAxa6D9cXo
GskQRJ57zSH+m26mTu+x
=Yyde
-END PGP SIGNATURE-


Accepted:
haskell-network-protocol-xmpp_0.4.2-1.debian.tar.gz
  to 
main/h/haskell-network-protocol-xmpp/haskell-network-protocol-xmpp_0.4.2-1.debian.tar.gz
haskell-network-protocol-xmpp_0.4.2-1.dsc
  to 
main/h/haskell-network-protocol-xmpp/haskell-network-protocol-xmpp_0.4.2-1.dsc
haskell-network-protocol-xmpp_0.4.2.orig.tar.gz
  to 
main/h/haskell-network-protocol-xmpp/haskell-network-protocol-xmpp_0.4.2.orig.tar.gz
libghc-network-protocol-xmpp-dev_0.4.2-1_amd64.deb
  to 
main/h/haskell-network-protocol-xmpp/libghc-network-protocol-xmpp-dev_0.4.2-1_amd64.deb
libghc-network-protocol-xmpp-doc_0.4.2-1_all.deb
  to 
main/h/haskell-network-protocol-xmpp/libghc-network-protocol-xmpp-doc_0.4.2-1_all.deb
libghc-network-protocol-xmpp-prof_0.4.2-1_amd64.deb
  to 
main/h/haskell-network-protocol-xmpp/libghc-network-protocol-xmpp-prof_0.4.2-1_amd64.deb


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



Accepted haskell-vty 4.7.0.12-1 (source all amd64)

2012-05-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 23:00:17 -0400
Source: haskell-vty
Binary: libghc-vty-dev libghc-vty-prof libghc-vty-doc
Architecture: source all amd64
Version: 4.7.0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-vty-dev - Terminal interface library for ghc
 libghc-vty-doc - Terminal interface library for ghc; API documentation
 libghc-vty-prof - Terminal interface library for ghc; profiling libraries
Changes: 
 haskell-vty (4.7.0.12-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 ce2a2d8087251b0b13892556cd97da23a29a9f52 2756 haskell-vty_4.7.0.12-1.dsc
 9715b662185ae41466f509a9330f8616b5858e25 64549 haskell-vty_4.7.0.12.orig.tar.gz
 74e195dbcce0e6b0c07c4ef03c161b837ad7a7e9 3277 
haskell-vty_4.7.0.12-1.debian.tar.gz
 653ef6552c2e06f2ba27ba0798a60f5c9d5a08b5 132466 
libghc-vty-doc_4.7.0.12-1_all.deb
 2e24dedee93140588c5e732517207012e691181f 566520 
libghc-vty-dev_4.7.0.12-1_amd64.deb
 3b57997a71842d39ebf1551114f8b817cbf7defa 560038 
libghc-vty-prof_4.7.0.12-1_amd64.deb
Checksums-Sha256: 
 b0ecf11d713b9602abd6a0c379cbcd5503e1dbbe2fa78c9e6736420c4a2252bb 2756 
haskell-vty_4.7.0.12-1.dsc
 312ed2cc539878c167ae24e8fe8f80c1f4e4bcf0ea7c05b1290c4d236146bd56 64549 
haskell-vty_4.7.0.12.orig.tar.gz
 70dce5fd8459a533914aca58290b4248d11521a11886d6240ee17557f67fe621 3277 
haskell-vty_4.7.0.12-1.debian.tar.gz
 3e45b053dd9247511bd21259df2c14b080c5ccf885b2b248c6c9cc280e7e7f8c 132466 
libghc-vty-doc_4.7.0.12-1_all.deb
 fab0d71dc2f65863f43419b7cb04885c014ac9e6580c0eefe4a26d48a3186e1a 566520 
libghc-vty-dev_4.7.0.12-1_amd64.deb
 aaa40884294970bc86db4019a1fb82b672dd281f5c7476a5a32c30a4bed0002a 560038 
libghc-vty-prof_4.7.0.12-1_amd64.deb
Files: 
 35aadd2bc325f77ae30eeb0e174e6b62 2756 haskell extra haskell-vty_4.7.0.12-1.dsc
 a8da016b8bfba4082b4c4af666cb912b 64549 haskell extra 
haskell-vty_4.7.0.12.orig.tar.gz
 6713f9419d9590a12d4b6d276f01b04a 3277 haskell extra 
haskell-vty_4.7.0.12-1.debian.tar.gz
 709af8837662d75b56361e4edf0c246b 132466 doc extra 
libghc-vty-doc_4.7.0.12-1_all.deb
 c656fcda5a357417d55ee19ac1479811 566520 haskell extra 
libghc-vty-dev_4.7.0.12-1_amd64.deb
 33a20dcc0f50f134c69a57177a7c2804 560038 haskell extra 
libghc-vty-prof_4.7.0.12-1_amd64.deb

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

iQIcBAEBCgAGBQJPtbwzAAoJEFWSMx4ZnTiohvQP+wVZnNgUX2Q+73saZqTopmed
e/rJ2xjWYA4e69FXmOIUQVjCw2vnPR9B/N6k9bsEmYIrCAUJUtvvQHqWuScTgHN/
4lRIFIoZLvZPG2pBYIHR5kjcCIqI9lIZDHyd+VPLO0f0toRDE9ofV4h5jYTrnUJH
9e46eWmiuR74vWOVietw8rh2VktbN3qQh1TOeXdy98qdBzA7E6tw05KhKvWYfv4q
AmT3fXMmDcJX4ymkkXEfAIdYfItfdtmbo6UulHmFleUmuNIEukxAutNhQwvS+tn2
L7oG9KI5t2mNd/MejhFmOcRpPgmbre1q/JX/5bdpVHYiujLv0UBh1y/K83zWLN/x
Nvf9zanY5+bBI7rTEKG/3ov165ZC/mgkfZCNYSwk7WgEUqeEReluucEj0f2x/QvI
7ji9OyTpvZyJJHIo+/Ox1vkvwfkPxduC+MliGmoFSZx02oS1ZkMJnOla46NFdsEn
3Pqm8flILF03cMSYDJxPnQLiaeBELRlndTQkKkDPEP1rKzSTa6r72UXL4KsO1tj3
ntc7Z71tqX4k2bcm5yG4gcsOwnfzS9gOdFMKJPYdQxOb13CxwoSwglagi3iScoJ4
VUnxc7nGyEJ44QXPJWtINX2Sczs9H43RHp4kW3T4jr17xNL0zMueeHAogifUrgc3
iTf/DsZDinsQOTs2ADKl
=3kOD
-END PGP SIGNATURE-


Accepted:
haskell-vty_4.7.0.12-1.debian.tar.gz
  to main/h/haskell-vty/haskell-vty_4.7.0.12-1.debian.tar.gz
haskell-vty_4.7.0.12-1.dsc
  to main/h/haskell-vty/haskell-vty_4.7.0.12-1.dsc
haskell-vty_4.7.0.12.orig.tar.gz
  to main/h/haskell-vty/haskell-vty_4.7.0.12.orig.tar.gz
libghc-vty-dev_4.7.0.12-1_amd64.deb
  to main/h/haskell-vty/libghc-vty-dev_4.7.0.12-1_amd64.deb
libghc-vty-doc_4.7.0.12-1_all.deb
  to main/h/haskell-vty/libghc-vty-doc_4.7.0.12-1_all.deb
libghc-vty-prof_4.7.0.12-1_amd64.deb
  to main/h/haskell-vty/libghc-vty-prof_4.7.0.12-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/e1svdk7-0003d8...@franck.debian.org



Accepted libxerces2-java 2.11.0-6 (source all amd64)

2012-05-17 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 21:38:27 -0700
Source: libxerces2-java
Binary: libxerces2-java libxerces2-java-gcj libxerces2-java-doc
Architecture: source all amd64
Version: 2.11.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 libxerces2-java - Validating XML parser for Java with DOM level 3 support
 libxerces2-java-doc - Validating XML parser for Java -- Documentation and 
examples
 libxerces2-java-gcj - Validating XML parser for Java with DOM level 3 support 
(native c
Closes: 663913 673177
Changes: 
 libxerces2-java (2.11.0-6) unstable; urgency=low
 .
   * Team upload.
   * Update links for libxml-commons-external-java 1.4 (Closes: #663913)
   * Bump Standards Version to 3.9.3 (no changes).
   * Build class files with source/target = 1.4 to ensure backwards
 compatibility. Thanks to James Page. (Closes: #673177)
Checksums-Sha1: 
 2e2b19fb922d506cb2f16bbdf9e292edd7e80db3 2411 libxerces2-java_2.11.0-6.dsc
 d196aa893ef4612426f846d5eadd8607261b610e 10070 
libxerces2-java_2.11.0-6.debian.tar.gz
 1d04d010b463399ff03172d0120b6f325bb79611 1365258 
libxerces2-java_2.11.0-6_all.deb
 a018e0ba84e84f5890c6bf424db284a9c47ffa72 2213864 
libxerces2-java-doc_2.11.0-6_all.deb
 ce82100db7231d83d45655e3ae6cccd267c11282 2482354 
libxerces2-java-gcj_2.11.0-6_amd64.deb
Checksums-Sha256: 
 e1af9fa1f918f5774dd737620257c692b042192ddd94864b01ddb77ceb43f974 2411 
libxerces2-java_2.11.0-6.dsc
 57a2383a123f70bd2b6f61809b4480859ea7ba739f891aa60c4ac8c584cc3a67 10070 
libxerces2-java_2.11.0-6.debian.tar.gz
 286de8757ddb497963edfe14b8022cf320484e6c5f1a969555cff757d32a1a9d 1365258 
libxerces2-java_2.11.0-6_all.deb
 e01f0edd3bc39951ce8e53563bf08d43fff9cc1ef10b0b9715c1cdcfc046682c 2213864 
libxerces2-java-doc_2.11.0-6_all.deb
 b6a1b371c66e499701fc4569f9012119ecba2e9889fbfde8f82c557c2a13180b 2482354 
libxerces2-java-gcj_2.11.0-6_amd64.deb
Files: 
 f3960f36817f34e0f1581c3e3ddfc2bc 2411 java optional 
libxerces2-java_2.11.0-6.dsc
 f2c6af308a1ff3843afbce9609ff2cdc 10070 java optional 
libxerces2-java_2.11.0-6.debian.tar.gz
 fbfc465ab5a4a341cb4d415b056caba5 1365258 java optional 
libxerces2-java_2.11.0-6_all.deb
 43386b2310d36416d73227012905deaa 2213864 doc optional 
libxerces2-java-doc_2.11.0-6_all.deb
 e42d09ab31555920a7246b666ebd76bc 2482354 libs optional 
libxerces2-java-gcj_2.11.0-6_amd64.deb

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

iQIcBAEBAgAGBQJPtdYjAAoJECHSBYmXSz6WOI0QAIxjnTRbtFM3FHmi468QlWqm
ZnpAPjXPAHW6OHKR9yJMxvutyHEgPR8udZIiZOiTddlTPUAdmbI6vrQAzEfRlRH+
soNEBmVu2rP3M52d02kGLBgk3c0xI8LYxpjge9ZZnZf5qhvDZiHa8Pog2PW5EQ07
9wu0JiEHu/gWyUS2pG5qqk+Cvz880kbbsaBmpweSSo2r2sAxp12T8gMyGPXJSGKi
hTpWFi0b6XZovhmfY08LFFcYTHngEsB/Oj7y38xsEAoXWgknrv3ySxcAzJGIQYIQ
+XTiM6qfpr213xr45IbHANYsW++r0CYkIPcBdaGGzOoxDXZ/S4TmWnmGWLJDu75G
EbaXcODJcty2W/gf+XdMoTZ9GXSR2ddGlnd8oJ8zl399qGAJSNQ3wc1OBfROqUl9
6hRJ87eI4GXmVRx3PTJVKiUMaAL6QTFMUJapNPajGtYIemoCDNlQ1EMlsxZs0Un4
KdCB5fDlIDtjRroPBm2SX/7eD+tQHloHExoXe6iFyloT7br3LHsZsSORy3zBEaC9
kvov99l9X2sDRPi0XW2c28xep17P78fvolr2vKXQxm/DZ/Xzi3hixPNc6x0y7hvw
TQUY/LOmSYXqpba0NgzVCcYtXb0EWC9KCqJsvNfSFPniarYnwxjegju7pm2fXZJv
1159pa8rUcu+DyNjiHDN
=CNIK
-END PGP SIGNATURE-


Accepted:
libxerces2-java-doc_2.11.0-6_all.deb
  to main/libx/libxerces2-java/libxerces2-java-doc_2.11.0-6_all.deb
libxerces2-java-gcj_2.11.0-6_amd64.deb
  to main/libx/libxerces2-java/libxerces2-java-gcj_2.11.0-6_amd64.deb
libxerces2-java_2.11.0-6.debian.tar.gz
  to main/libx/libxerces2-java/libxerces2-java_2.11.0-6.debian.tar.gz
libxerces2-java_2.11.0-6.dsc
  to main/libx/libxerces2-java/libxerces2-java_2.11.0-6.dsc
libxerces2-java_2.11.0-6_all.deb
  to main/libx/libxerces2-java/libxerces2-java_2.11.0-6_all.deb


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



Accepted pidgin-otr 3.2.1-2 (source amd64)

2012-05-17 Thread Thibaut VARENE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 17:39:28 -0700
Source: pidgin-otr
Binary: pidgin-otr
Architecture: source amd64
Version: 3.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Thibaut VARENE vare...@debian.org
Changed-By: Thibaut VARENE vare...@debian.org
Description: 
 pidgin-otr - Off-the-Record Messaging plugin for pidgin
Closes: 673184
Changes: 
 pidgin-otr (3.2.1-2) unstable; urgency=low
 .
   * Enable hardening flags (patch from Felix Geyer) Closes: #673184
Checksums-Sha1: 
 0cc7fb1fbb04aaaedc86f3ffbbf895fbaa63c18b 1246 pidgin-otr_3.2.1-2.dsc
 a1e78d7f093912dc544b134c9952c6b8a0d95b77 3454 pidgin-otr_3.2.1-2.debian.tar.gz
 e1a3da06e4c87c4546b05dfff2e40dc011228550 95872 pidgin-otr_3.2.1-2_amd64.deb
Checksums-Sha256: 
 52c2b93c2bad808a3ca3748e87c236b00cacddbe2cc29b8eb79e24ffa93f01eb 1246 
pidgin-otr_3.2.1-2.dsc
 30ef825b8ae5a116591958123eacb403bb1ea2a5c08b113172cabb838edb5ef9 3454 
pidgin-otr_3.2.1-2.debian.tar.gz
 843e2f84163f0655a34978602e0a52b7e9bd47061ddd272651c09034d4a38e98 95872 
pidgin-otr_3.2.1-2_amd64.deb
Files: 
 5a7e8929083ced6230e503a05ef84508 1246 net optional pidgin-otr_3.2.1-2.dsc
 99d10750387c7a013ce5651c22e84352 3454 net optional 
pidgin-otr_3.2.1-2.debian.tar.gz
 15288af8ad2dc4b76148b78d0ff3564c 95872 net optional 
pidgin-otr_3.2.1-2_amd64.deb

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

iEYEARECAAYFAk+11r0ACgkQHjLD2rfS8GNHEQCeOBkLaOGzwpxMJyNco34qs5TV
NFAAn30Vp6hj2bPEWD4SQoH0p+QZ9cLz
=MrVM
-END PGP SIGNATURE-


Accepted:
pidgin-otr_3.2.1-2.debian.tar.gz
  to main/p/pidgin-otr/pidgin-otr_3.2.1-2.debian.tar.gz
pidgin-otr_3.2.1-2.dsc
  to main/p/pidgin-otr/pidgin-otr_3.2.1-2.dsc
pidgin-otr_3.2.1-2_amd64.deb
  to main/p/pidgin-otr/pidgin-otr_3.2.1-2_amd64.deb


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



Accepted gvidm 0.8-11 (source amd64)

2012-05-17 Thread Matteo Cypriani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 12:49:43 +0200
Source: gvidm
Binary: gvidm
Architecture: source amd64
Version: 0.8-11
Distribution: unstable
Urgency: low
Maintainer: Matteo Cypriani m...@lm7.fr
Changed-By: Matteo Cypriani m...@lm7.fr
Description: 
 gvidm  - quickly and easily change video resolutions in X
Changes: 
 gvidm (0.8-11) unstable; urgency=low
 .
   * Bump Standard-Version to 3.9.3.
   * Switch to debhelper 9.
   * debian/copyright:
 - Add missing Copyright in 2nd paragraph.
 - Update Format.
Checksums-Sha1: 
 6a10f3d55c0e10c4865ffac9a5b3c78e16adcafd 1886 gvidm_0.8-11.dsc
 f478812defbc3e852c5bf7d96cba801dcda5ab98 4412 gvidm_0.8-11.debian.tar.gz
 5cf556fab42cabefeff5714b33f63688baa088db 27488 gvidm_0.8-11_amd64.deb
Checksums-Sha256: 
 d12d82a4382cddcb85a1d2ef08fbca8e1dd430eac074e39e6cc56911de61c7a3 1886 
gvidm_0.8-11.dsc
 aa4962d9d116ab225f7b20325c54cc4272ea7c7915828636af7ca17dc1814947 4412 
gvidm_0.8-11.debian.tar.gz
 53e60ffcc51d0eb30174ff98be23af1d39ccbea5315bbc1b8e7c53481c91fb84 27488 
gvidm_0.8-11_amd64.deb
Files: 
 7ffa2dfc2928051b098a135f9c27a1cc 1886 x11 optional gvidm_0.8-11.dsc
 431334d1b48d204a1cd50eea48d41ff2 4412 x11 optional gvidm_0.8-11.debian.tar.gz
 c9e736a046f4ae0bf8adf0e1a4b819d0 27488 x11 optional gvidm_0.8-11_amd64.deb

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

iQIcBAEBCAAGBQJPtd7iAAoJEDNV9NY7WCHMlXQQAJcrCjQ0dhM3svICQpKFKW24
OWRFUNxDsFvpEpq+MW9KY+aqSkWSeR0EnT5SPSK28lWM2WP1vgGkUFvtCBE5wuGx
PQYVOmXK4Oc2imjuk20jXWAjnS8yw2jgiWI19CN47ZeDHMfR3nGd1dKpHBLHOB/3
a3eP9uUvL+XpnmlktIdl6/uiCzh1BeIo89aCKxNiytRjslqoHYmkvNF6RWeBUDbM
P2feNvrI/OqPp7qLS1PiXvrgNNLfuutZQdOsW0ExeI3BsttBad8uZxv1UEB1QdEV
Qy84cR1GHAqls9cFoMJB6sby3rFitD8Bixpu+LOMp9159jE2tFxHNijbfzkTfl2g
dc2tGcJrG+IcuKikUFj87mPs/mzFLPu9MkLKCbNnJrUzMRmbDPtKiWiHiloPiQj4
wAuseHZCEPKBHOi/BD5A6QWpn0q3PsmGPnoD6ye+OLnJL0D1wcjIOWNFGjMeUcUE
wGex630aaBCURXyAR0+qjs0BmPggS3mw0Zej5fwG2RKMWCsOX4TK7+Vz4Q4A5HO5
o2fAf6q9EqP9Lw718AAdDa26ziOOo0B1/wqy2F84nfMJ9QJqm43ac2gcfV0v1pmJ
NrRYCHquph+PjxTsytlZKGbUp82pIkJ72R4jexUL9EJ4zHp7+B++tK4GkY4kNHPM
qZPudgV+iWqqprqd6tuw
=AXni
-END PGP SIGNATURE-


Accepted:
gvidm_0.8-11.debian.tar.gz
  to main/g/gvidm/gvidm_0.8-11.debian.tar.gz
gvidm_0.8-11.dsc
  to main/g/gvidm/gvidm_0.8-11.dsc
gvidm_0.8-11_amd64.deb
  to main/g/gvidm/gvidm_0.8-11_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/e1svg1v-0005zd...@franck.debian.org



Accepted libauthen-krb5-admin-perl 0.13-1 (source amd64)

2012-05-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 08:13:35 +0200
Source: libauthen-krb5-admin-perl
Binary: libauthen-krb5-admin-perl
Architecture: source amd64
Version: 0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libauthen-krb5-admin-perl - Perl extension for MIT Kerberos 5 admin interface
Changes: 
 libauthen-krb5-admin-perl (0.13-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.13
   * Drop link_less_libraries.diff patch.
 Patch was applied upstream.
   * Drop use_1_7_admin_interface.patch patch.
 Upstream now uses the Kerberos admin.h rather than a local copy.
   * Update debian/copyright information.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update Upstream-Contact to refer to the new author of Authen-Krb5-Admin.
 Update copyright years for included ppport.h.
   * Bump Standards-Version to 3.9.3
   * Bump Debhelper compat level to 9.
 Adjust versioned Build-Depends on debhelper to (= 9).
Checksums-Sha1: 
 176e34333fce0de31477891de8e1a9e3bdacf9d8 2215 
libauthen-krb5-admin-perl_0.13-1.dsc
 ccba74155edce9b7b53d8683595eda80caf9401d 73229 
libauthen-krb5-admin-perl_0.13.orig.tar.gz
 517dd2ce411ba5f166f953ca503502d08d5035e4 3895 
libauthen-krb5-admin-perl_0.13-1.debian.tar.gz
 dba1b575522433aa1bf3d13d22db3cc2dc666511 49668 
libauthen-krb5-admin-perl_0.13-1_amd64.deb
Checksums-Sha256: 
 12a843adcc411d56bcacce0dcdd3e2feb0caf2f59756b3c1e175c52651490791 2215 
libauthen-krb5-admin-perl_0.13-1.dsc
 9d131f2464728a201b6681f9c5ee38e5bfe6313f6a63b39fb2d1866e8c9260fa 73229 
libauthen-krb5-admin-perl_0.13.orig.tar.gz
 c3579e4279755a449adcb6a948f0747f62c2bdf6ac98deaa85adccd541a610a2 3895 
libauthen-krb5-admin-perl_0.13-1.debian.tar.gz
 7e93302b4e89fc766129c97e45a66b35931dfb2271224772eeab46f726abec0a 49668 
libauthen-krb5-admin-perl_0.13-1_amd64.deb
Files: 
 566f6b603c43865ff6bcd08588be3b5e 2215 perl optional 
libauthen-krb5-admin-perl_0.13-1.dsc
 91614823b130d20e9634574eb8c8ee80 73229 perl optional 
libauthen-krb5-admin-perl_0.13.orig.tar.gz
 fb1c7359bba61f7041b7e3a7a14d15b0 3895 perl optional 
libauthen-krb5-admin-perl_0.13-1.debian.tar.gz
 132d3b54f3e83aa9e6547950574e62b3 49668 perl optional 
libauthen-krb5-admin-perl_0.13-1_amd64.deb

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

iQIcBAEBCAAGBQJPtJd8AAoJEHidbwV/2GP++McQAK82s/PM9HY9IXf8om0XTTp5
ttTTAf2g0IdaLEWC4EZU+aDphkV2UOhWnu6esbR12ixYnZyCz1vZNGulRS9hLcc5
xeaee8f2wWgBtJzNi/oBmlgBuVLTe/a6lx18L2LHoBBxON3kDQa2LZonwT5TkxuS
6tFhbut2LZsC3UHHAz4OfjJZwe1P+9cFIhl+PSL+U6lW/n+1tLE0/Cw738n6k0/c
zwWByrHXCwHwMThSyinRhiCiOaCBsAc4t36lmSzKE0s9gUYuMrj+Io9+ZxYtkw5Y
PZ2lsHi/2R18xT7uox5rld7MliqTSYewVaikYFe13oXZMEdm3wl8Ff+NkOc6bxzg
KBzb9pjQPo2MQek9jsnGn4o7clVdlxrjJOtwzGZ5nwmZIaarHYb5fCfcTD3odjEZ
XzDrPaV4razu62m4vrq3hv5RNFyymL5Q3Nox5S+s7xWxyxC2js4mymHqKwONe0BL
Px7WPH55kfo8ReRL1i/Gy+iudFM7O6SBPWflrw3bIZ9PvspK+J+jklI5NCAWg8D2
j5BmCYw7noHTCjpWHKh0BI2mXcrvMIXbKu7iX4JYBmtkMCMfwTRgYcY98y3aaQaz
yEEx+FsboRagke7NLJEhVXZfasURieNg586/tS6OIs52hkreX8sPnmTD/alP84s+
dCuC01+i5ZAtKnC8QhdK
=jAV4
-END PGP SIGNATURE-


Accepted:
libauthen-krb5-admin-perl_0.13-1.debian.tar.gz
  to 
main/liba/libauthen-krb5-admin-perl/libauthen-krb5-admin-perl_0.13-1.debian.tar.gz
libauthen-krb5-admin-perl_0.13-1.dsc
  to main/liba/libauthen-krb5-admin-perl/libauthen-krb5-admin-perl_0.13-1.dsc
libauthen-krb5-admin-perl_0.13-1_amd64.deb
  to 
main/liba/libauthen-krb5-admin-perl/libauthen-krb5-admin-perl_0.13-1_amd64.deb
libauthen-krb5-admin-perl_0.13.orig.tar.gz
  to 
main/liba/libauthen-krb5-admin-perl/libauthen-krb5-admin-perl_0.13.orig.tar.gz


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



Accepted nspr 2:4.9-3 (source amd64)

2012-05-17 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 08:43:32 +0200
Source: nspr
Binary: libnspr4 libnspr4-0d libnspr4-dev libnspr4-dbg
Architecture: source amd64
Version: 2:4.9-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libnspr4   - NetScape Portable Runtime Library
 libnspr4-0d - NetScape Portable Runtime Library - transitional package
 libnspr4-dbg - Debugging symbols for the NetScape Portable Runtime library
 libnspr4-dev - Development files for the NetScape Portable Runtime library
Closes: 673090
Changes: 
 nspr (2:4.9-3) unstable; urgency=low
 .
   * debian/rules: Re-enable read-only relocations. Closes: #673090.
Checksums-Sha1: 
 d4b04ebdbe27197bba7c9eb4643fc4608f363e80 2061 nspr_4.9-3.dsc
 e5e63a65ebe00fbf0938d094245abfb5c31871eb 26358 nspr_4.9-3.debian.tar.gz
 75ca7cd88b6aaa2cfc71d808356a6959ebec5101 144132 libnspr4_4.9-3_amd64.deb
 45a04a45991ee5a9ce965ba8fea4b4aa13941b2e 15750 libnspr4-0d_4.9-3_amd64.deb
 e051574b0103f17bb95da3bb7f16a79fb640ba45 285270 libnspr4-dev_4.9-3_amd64.deb
 5d688dd5a635a1d8a24d819d0994c3cac7ee1484 353760 libnspr4-dbg_4.9-3_amd64.deb
Checksums-Sha256: 
 6ca78acd9d88904119862e0bc74081a6713f81db5b3a5636f1d6f6591c9d6eef 2061 
nspr_4.9-3.dsc
 44668280224bfe3aeb96cf042febb1f77f6811d792ecccac82b9aa942b8128f7 26358 
nspr_4.9-3.debian.tar.gz
 14cbc3f3e892227a1e093b447149cd38f8cc63be2d9ce0b2ab5f3ef98faacf70 144132 
libnspr4_4.9-3_amd64.deb
 698ffe76ada2e39b6c891ecc1b8a85721208792af448faf32f867c7d14648507 15750 
libnspr4-0d_4.9-3_amd64.deb
 11dc59a6d98a3314158fc90ffc619e618427acb127c4b3888360fa08f630abfe 285270 
libnspr4-dev_4.9-3_amd64.deb
 f627abcbdb717b6c6ce4b700a4e2b6dbcaa297352ebbfe1a22493849dc61a859 353760 
libnspr4-dbg_4.9-3_amd64.deb
Files: 
 d25101019476f7703e227855cc4e4311 2061 libs optional nspr_4.9-3.dsc
 5afbdc2a37e0f2557e8d174d0e10e853 26358 libs optional nspr_4.9-3.debian.tar.gz
 a44b1403965bf2b2c68e8b971f894b91 144132 libs optional libnspr4_4.9-3_amd64.deb
 67834c02ca7d76fc94f30339f436275c 15750 oldlibs extra 
libnspr4-0d_4.9-3_amd64.deb
 b617848e0dd0c17a16fd4c09ff61a720 285270 libdevel optional 
libnspr4-dev_4.9-3_amd64.deb
 18f75f2ee0526a0cdf3710ef93cc906c 353760 debug extra 
libnspr4-dbg_4.9-3_amd64.deb

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

iQIVAwUBT7SgUeQqoE+mqoxyAQh7XA/8DqM44yxe7zJRb6ReYkBjs2FJb9nTTqvo
OVDoPWmeFWXxoy3pp33iQkYCTvQg740g6mLY07Xozf/2aBk507QhMZf/EzVVNrWJ
Q9w5ZosW65TyOqdOYGBULTptsOz+20HQ+itIrzn5ifLdZgVplG8p1qh1453I9Yrx
aMMI9aV3BhrRTNNYJe1qAWRAGWYUEdSgS+Bf+AyBMWiRnyIghcs4ASRMJ5qt/lWX
KqQma8VDdRbuXWMeE0dmcUL3ZHRaIIUVn4LUBj27JybkuxRjGiwLoUoQobbE5lKk
msj6DepcgDYHp+mVB/IdcmgZwpE9uizO+NKmcZ6LCBmi2WRqhFgII12+v9mc+wVF
ewvDWzynuocu0zzSXmXNkWyfeRU0h5CASHK086juptEu67wP7bUriOkcn9qiEktG
eSiDa1AQyXSCUcoDqA+QXKMcQLV8HbiWksFwyEwSGGhGXnmbgjAKPMk04p38eV1u
fuUCBJegSTx71te/UYCawnsC7q4USRgxYF5FhF7K60D7ex5FtVu8a44STNwDoFu7
lUqsPtT6rLhpDAQwRTrBz5SZ07Khoztut0U1zoZfRWAMJ0JTrVWCoNXJ7reBbwSI
23Gr8uJXxAWzc0z9z+Jzt/eID8PjWPHH8wcWf1qrY6aViYvNUmU5km/PX1bBHsQz
rG+B9KXhg78=
=5eFj
-END PGP SIGNATURE-


Accepted:
libnspr4-0d_4.9-3_amd64.deb
  to main/n/nspr/libnspr4-0d_4.9-3_amd64.deb
libnspr4-dbg_4.9-3_amd64.deb
  to main/n/nspr/libnspr4-dbg_4.9-3_amd64.deb
libnspr4-dev_4.9-3_amd64.deb
  to main/n/nspr/libnspr4-dev_4.9-3_amd64.deb
libnspr4_4.9-3_amd64.deb
  to main/n/nspr/libnspr4_4.9-3_amd64.deb
nspr_4.9-3.debian.tar.gz
  to main/n/nspr/nspr_4.9-3.debian.tar.gz
nspr_4.9-3.dsc
  to main/n/nspr/nspr_4.9-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/e1suujx-0003hk...@franck.debian.org



Accepted stopwatch 3.5-3 (source all)

2012-05-17 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 06:19:36 +
Source: stopwatch
Binary: stopwatch
Architecture: source all
Version: 3.5-3
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 stopwatch  - Virtual stopwatch and timer
Closes: 673227
Changes: 
 stopwatch (3.5-3) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format, debhelper 8, no cdbs.
   * debian/control: Updated Homepage.  Closes: #673227.
   * debian/control: Fixed description-synopsis-starts-with-article.
   * debian/watch: Updated to match new homepage.
Checksums-Sha1: 
 a84b39814bed424f6f9a1841eace59a4b0e26f4a 1738 stopwatch_3.5-3.dsc
 63d60fb20d130a4df512899fe3b3a725f56db1bc 5288 stopwatch_3.5-3.debian.tar.gz
 fa8612c348b9f7733c161a65425f1db50a1da387 14344 stopwatch_3.5-3_all.deb
Checksums-Sha256: 
 a4714f42cbd10ef893a818edab746da64838c4a05154b9f4020d0b44cc2fde9e 1738 
stopwatch_3.5-3.dsc
 c0f2cc2aa175e51dd4d7b0ff1892bba7f282329d63cc2a0551130746d5cce84b 5288 
stopwatch_3.5-3.debian.tar.gz
 950ce8d3872dc8bf795b05ebbc86e785f44f6c2b8f52265cea1a9b96038d6663 14344 
stopwatch_3.5-3_all.deb
Files: 
 c20b5880ab038f973ce6aa7f3320280c 1738 utils optional stopwatch_3.5-3.dsc
 2820ff0b91259f2597e201dcba7957bf 5288 utils optional 
stopwatch_3.5-3.debian.tar.gz
 d028a294e9a670229e55b77038f78ad4 14344 utils optional stopwatch_3.5-3_all.deb

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

iQIcBAEBCAAGBQJPtJ/aAAoJEDNV9NY7WCHMS8gP/i3nFNPVf3T1oZmw8CWQHVYq
ecA4uBFBNPqfSI0Oisa1/KgD0kQHIpVhrzCUNoeUnWnmPDlgKWJeVMblAdH0jX0p
s+a9ZMrjHX5iZZ9v2GCHFURzakRbDEXfJ8FMdKx36YcEq6yzLFKpv/bDqOUbrRi+
fRHB/1I2As5f8BzvHdg+vELGo5m35lM5ruudpUIHh0eclwFc5VIOk+yp6sAVBPUg
lvAn6gIIGMKlfhj9y1VowhT0QU1GWGG35KvRp1iKum7wmyH/IEbeaL2g9H8ovDQE
QhQEvFFTCP4Vh6++WgrUTuBVQ7QM9uFSe8T6yfibQ1ljqb13UeSfTE05xfhAAIMi
NQ72f/yFXlB7adn73TZPfhYu3KgCTuqfV0w37FhdBNbH/9WUOC0Nga1ArzYOCyMg
bvxCipTFPs31pW+sNeTUbQ0zHLsmJrDiMXWL95vIkIDUvGGoRDoIhTQMDjUxvtXC
xcLmE2ml4n06eilOsTT/+PFuBK43ASjKTNGBKPCyJtPVgXX1IIIi2REGzBxutlYM
Tajj8+MaL7+LcoWi64M7vUW4MBytAM+srFUkYWj21EGdtUzgkTkKdbziZwIssdxy
XblC/DvDmuByzfEH2UUu06svFgXWBa9il4FEItO6WedOhQ20ScYZ/K0+99PyeE+1
cu2ugK7rnob9MfjwDe/h
=QRdm
-END PGP SIGNATURE-


Accepted:
stopwatch_3.5-3.debian.tar.gz
  to main/s/stopwatch/stopwatch_3.5-3.debian.tar.gz
stopwatch_3.5-3.dsc
  to main/s/stopwatch/stopwatch_3.5-3.dsc
stopwatch_3.5-3_all.deb
  to main/s/stopwatch/stopwatch_3.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/e1suuk5-0003l0...@franck.debian.org



Accepted uim 1:1.7.3-2.1 (source all i386)

2012-05-17 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 May 2012 01:28:54 -0400
Source: uim
Binary: uim-common uim libuim7 libuim-scm0 libuim-custom2 libuim-data 
libuim-dev uim-dbg uim-gtk2.0 uim-gtk3 uim-qt uim-qt3 uim-xim uim-applet-gnome 
plasma-widget-uim uim-applet-kde uim-dict-gtk uim-dict-gtk3 uim-fep uim-utils 
uim-anthy uim-canna uim-skk uim-prime uim-m17nlib uim-el uim-byeoru uim-hangul 
uim-latin uim-pinyin uim-tcode uim-viqr uim-ipa-x-sampa uim-look uim-yahoo-jp 
uim-social-ime uim-ajax-ime
Architecture: source all i386
Version: 1:1.7.3-2.1
Distribution: unstable
Urgency: low
Maintainer: HIGUCHI Daisuke (VDR dai) d...@debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 libuim-custom2 - Universal Input Method - uim-custom API library
 libuim-data - Universal Input Method - data files
 libuim-dev - Universal Input Method - development files
 libuim-scm0 - Universal Input Method - uim-scm API library
 libuim7- Universal Input Method - uim library
 plasma-widget-uim - Universal Input Method - KDE Plasma widget
 uim- Universal Input Method - metapackage
 uim-ajax-ime - Universal Input Method - Ajax-IME web input support
 uim-anthy  - Universal Input Method - Anthy plugin
 uim-applet-gnome - Universal Input Method - GNOME applet
 uim-applet-kde - transitional package for plasma-widget-uim
 uim-byeoru - Universal Input Method - byeoru hangul input support
 uim-canna  - Universal Input Method - Canna plugin
 uim-common - Universal Input Method - common files
 uim-dbg- Universal Input Method - debugging symbols
 uim-dict-gtk - Universal Input Method - GTK+2.x Japanese dictionary tool
 uim-dict-gtk3 - Universal Input Method - GTK+3.x Japanese dictionary tool
 uim-el - Universal Input Method - Emacs front end
 uim-fep- Universal Input Method - front end processor
 uim-gtk2.0 - Universal Input Method - GTK+2.x front end
 uim-gtk3   - Universal Input Method - GTK+3.x front end
 uim-hangul - transitional package for uim-byeoru
 uim-ipa-x-sampa - Universal Input Method - X-SAMPA IPA input support
 uim-latin  - Universal Input Method - Latin script input support
 uim-look   - Universal Input Method - Dictionary-based completion input suppor
 uim-m17nlib - Universal Input Method - m17nlib plugin
 uim-pinyin - Universal Input Method - pinyin input support
 uim-prime  - Universal Input Method - PRIME plugin
 uim-qt - Universal Input Method - Qt 4.x front end
 uim-qt3- transitional package for uim-qt
 uim-skk- Universal Input Method - SKK plugin
 uim-social-ime - Universal Input Method - Social-IME web input support
 uim-tcode  - Universal Input Method - T-Code input support
 uim-utils  - Universal Input Method - utilities
 uim-viqr   - Universal Input Method - Vietnamese Quoted-Readable support
 uim-xim- Universal Input Method - XIM compatibility interface
 uim-yahoo-jp - Universal Input Method - Yahoo-JP web input support
Closes: 662796
Changes: 
 uim (1:1.7.3-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS against multiarch Qt 4.8 (Closes: #662796)
 - Thanks to Felix Geyer for the fix
Checksums-Sha1: 
 ac6fc8c744a046b42ca5cd4a0d4050f5b50a3024 3248 uim_1.7.3-2.1.dsc
 ad0a126bb7f848f034da8452017552a61aa02522 39960 uim_1.7.3-2.1.debian.tar.gz
 d65e225bdf494a6b1bdc832ecb30165ca16a9bcf 134978 uim-common_1.7.3-2.1_all.deb
 ec260e67ff3a6408418b92c7c9c1eb2cdb306f03 1200 uim_1.7.3-2.1_all.deb
 529e00d786f1d91eb03617d4f555898a92d43075 36592 libuim7_1.7.3-2.1_i386.deb
 180bf9d41c2e336624e818254f21a7098b0c5133 64736 libuim-scm0_1.7.3-2.1_i386.deb
 04528c44cf29f7d563cfeffa30ec05598f55a6bf 12272 
libuim-custom2_1.7.3-2.1_i386.deb
 710043b41cb06cb48b187f7de279c740e6294c7b 268818 libuim-data_1.7.3-2.1_i386.deb
 d444ab4dbeb0a9312ed1d8439a0d12b42087eba1 127018 libuim-dev_1.7.3-2.1_i386.deb
 af2aee7bc99c843c7280567dd600482b35f20a0f 4826962 uim-dbg_1.7.3-2.1_i386.deb
 e52164e0975740ee23bd160d10e625f0bef75773 127014 uim-gtk2.0_1.7.3-2.1_i386.deb
 dc163897859dfd64d115217baf41a935e57f4ecb 126382 uim-gtk3_1.7.3-2.1_i386.deb
 f6913cc1d4805b59e725ce8b2286c3c4356fd709 234336 uim-qt_1.7.3-2.1_i386.deb
 ed74abaf5259bafa4af9a4f57fa6696e987510c5 808 uim-qt3_1.7.3-2.1_all.deb
 5b1b6cfd69a53aa12d995679e4cbcd4df2afc9c4 90992 uim-xim_1.7.3-2.1_i386.deb
 818a2c3a2bbfb9245657faa03e45969e270442c3 13754 
uim-applet-gnome_1.7.3-2.1_i386.deb
 3b3c18915981569890c1307deeb3dc7dd35dfe8d 26932 
plasma-widget-uim_1.7.3-2.1_i386.deb
 5463762a7a7535ecee4c45a875a0510454a20b9d 832 uim-applet-kde_1.7.3-2.1_all.deb
 41ac65014598155a8b413cafa6e75efd97f2be47 29354 uim-dict-gtk_1.7.3-2.1_i386.deb
 2232e8ad98e54535c36f27abd768dc54e208be28 29248 uim-dict-gtk3_1.7.3-2.1_i386.deb
 052b879a4edb04311dff58e8af3dcecab9843385 70766 uim-fep_1.7.3-2.1_i386.deb
 938d32e58257e5f4453b43a86649a99afd9efb8c 13244 uim-utils_1.7.3-2.1_i386.deb
 f994afe82a1d45f6ab5eceb368c700aaba68db39 38018 uim-anthy_1.7.3-2.1_i386.deb
 90bafa5a5550db054cac5dea72b1a5fb87cc761d 21202 

Accepted ibus-qt 1.3.1-2.1 (source i386)

2012-05-17 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 May 2012 02:44:44 -0400
Source: ibus-qt
Binary: ibus-qt4 libibus-qt1 libibus-qt-dev
Architecture: source i386
Version: 1.3.1-2.1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 ibus-qt4   - qt-immodule for ibus (QT4)
 libibus-qt-dev - qt-immodule for ibus (QT4)
 libibus-qt1 - qt-immodule for ibus (QT4)
Closes: 662775
Changes: 
 ibus-qt (1.3.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Qt 4.8 (multiarch) by updating ibus-qt4.install to use
 multiarch paths (Closes: #662775)
Checksums-Sha1: 
 eb6787d9f67a6cecdfd62bef4505a19cd08b87d6 1510 ibus-qt_1.3.1-2.1.dsc
 fb431a2f82368c9135c1d80fdc9d60086dee93be 2860 ibus-qt_1.3.1-2.1.debian.tar.gz
 cc0de6d818dc410503c220f5c1a23724a34733dc 57762 ibus-qt4_1.3.1-2.1_i386.deb
 7720664e4df9746a1bb331555794c6c06fd975d6 130798 libibus-qt1_1.3.1-2.1_i386.deb
 e78a5f9e65cb75c70db19b72170190286931abca 14790 
libibus-qt-dev_1.3.1-2.1_i386.deb
Checksums-Sha256: 
 365c8a08378f2df591732847dbe4b540c1f8b9c95d538f6897ed3edce15c6aad 1510 
ibus-qt_1.3.1-2.1.dsc
 ff27698b5d3b9a0d769d0c381b3505d8992e96ad7d8c7b3f3177351bb191a504 2860 
ibus-qt_1.3.1-2.1.debian.tar.gz
 001ad0130e5e37f521ccc9ebdf4f9b615de43dbc3d22d4b6869c7fb3742809ed 57762 
ibus-qt4_1.3.1-2.1_i386.deb
 fa7780143d6b4b665e59bca279e7f61a85553fab6b73a144005301248597 130798 
libibus-qt1_1.3.1-2.1_i386.deb
 74c6659fc969110a23471f1991d5a78b77b93408fdea5f1e6eb56d8c1e743cfc 14790 
libibus-qt-dev_1.3.1-2.1_i386.deb
Files: 
 5beedc1533eaa078ba8be19672aef224 1510 utils optional ibus-qt_1.3.1-2.1.dsc
 fa87455ec1b6edb1ff6ad084809a0360 2860 utils optional 
ibus-qt_1.3.1-2.1.debian.tar.gz
 c1b1d249bd6d31c92dd462e3ccf8ad66 57762 utils optional 
ibus-qt4_1.3.1-2.1_i386.deb
 7d9c2ef23aa32a3feba74c83d4ab240f 130798 libs optional 
libibus-qt1_1.3.1-2.1_i386.deb
 3c0f1d9a4d3dd49fa172a7ad6f10e65b 14790 libdevel optional 
libibus-qt-dev_1.3.1-2.1_i386.deb

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

iEYEARECAAYFAk+x/XQACgkQHajaM93NaGoEoACeK7h++daVYR6Z5tZ8nfdR5KHC
vNAAn3FJD2t71IqAHfks82AhNwtEPWzR
=k0uB
-END PGP SIGNATURE-


Accepted:
ibus-qt4_1.3.1-2.1_i386.deb
  to main/i/ibus-qt/ibus-qt4_1.3.1-2.1_i386.deb
ibus-qt_1.3.1-2.1.debian.tar.gz
  to main/i/ibus-qt/ibus-qt_1.3.1-2.1.debian.tar.gz
ibus-qt_1.3.1-2.1.dsc
  to main/i/ibus-qt/ibus-qt_1.3.1-2.1.dsc
libibus-qt-dev_1.3.1-2.1_i386.deb
  to main/i/ibus-qt/libibus-qt-dev_1.3.1-2.1_i386.deb
libibus-qt1_1.3.1-2.1_i386.deb
  to main/i/ibus-qt/libibus-qt1_1.3.1-2.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/e1suuyf-0004or...@franck.debian.org



Accepted nullmailer 1:1.10-1 (source i386)

2012-05-17 Thread Nick Leverton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 May 2012 19:52:06 +0100
Source: nullmailer
Binary: nullmailer
Architecture: source i386
Version: 1:1.10-1
Distribution: unstable
Urgency: low
Maintainer: Nick Leverton n...@leverton.org
Changed-By: Nick Leverton n...@leverton.org
Description: 
 nullmailer - simple relay-only mail transport agent
Closes: 271662 359994 504184 540758 583564 605899 625246 632015 643228 646355 
657773 659446
Changes: 
 nullmailer (1:1.10-1) unstable; urgency=low
 .
   * New upstream release (Closes: #271662, #540758, #359994, #583564, #540758,
 LP:660089).  We now provide Sendmail's -bs functionality and therefore
 no longer conflict with LSB.
   * Upgrade to dh compat level 9 and dpkg 1.16 dpkg-buildflags.
   * Update Policy to 3.9.3 (no change).
   * Set defaultdomain from the domain part of /etc/mailname and allow it to
 be empty, meaning don't add a defaultdomain (patch 12, Closes: #504184).
   * Fix IPv6 autoconf check to #include stddef.h (patch 02, Closes: #605899).
   * Support IPv6 address literals in debconf smarthost field (Closes: #625246)
 and update debian/templates with the new format.
   * Use LOG_INFO not LOG_ERR when logging success (patch 03, Closes: #632015,
 LP:531796).
   * Ensure no cruft in source package using debian/clean (Closes: #643228).
   * Use correct test for socket existence in initscript (Closes: #646355).
   * Proof ourselves against multi-line mailname (Closes: #657773).
   * New debconf translations: Danish (Closes: #659446).
   * Fix patch 06 to correctly apply Return-Path when requested in resent mails.
   * Mention helohost and sendtimeout in nullmailer.7 (patch 08).
   * Update upstream info in debian/copyright and convert to DEP-5 format.
   * Thanks to Harald Jenny for the 1.10 changes.
Checksums-Sha1: 
 09418128abc575b4be6a8b91ae5705f827aeb47a 1789 nullmailer_1.10-1.dsc
 801515726cdf19deb018c61eb4bb2744bbe1b3dc 201324 nullmailer_1.10.orig.tar.gz
 168ead6ab0cf52699d1c016ad39cd38feffa3039 32950 nullmailer_1.10-1.debian.tar.gz
 f2528298079f66a80dcd0cfee85a922cf06f1fe7 120560 nullmailer_1.10-1_i386.deb
Checksums-Sha256: 
 414be9989bda126b79ccfc6aa7e6f68ca138a15aab219865326ab7e636663a7a 1789 
nullmailer_1.10-1.dsc
 eda85acf95ccac886271c2d9d471b3e245288aa6597c925372e429defb7f75b7 201324 
nullmailer_1.10.orig.tar.gz
 97adc0ef257b8185100208d8c4b00b298843683a95c2e04011f424f49873fa03 32950 
nullmailer_1.10-1.debian.tar.gz
 39b73a6c44505c370bc55128d747e1406e6a3fceef5715b8584a3045ed2bff8b 120560 
nullmailer_1.10-1_i386.deb
Files: 
 c24560d9e33644df2483a8ad64ef9b44 1789 mail extra nullmailer_1.10-1.dsc
 d970da365dbe9db44101937880cf8579 201324 mail extra nullmailer_1.10.orig.tar.gz
 c314b0e744108994f41ba3b489b70dd3 32950 mail extra 
nullmailer_1.10-1.debian.tar.gz
 48db6e0d3b44a6c7b632ac60663a5ad3 120560 mail extra nullmailer_1.10-1_i386.deb

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

iQIVAwUBT7ShtIcvcCxNbiWoAQKt0Q//aLInORsce6lEaEvrUhOtLiIuAzPdAOFY
kcFFkMti4zgsJJbaCH8PnBRhvnvKGnUMG2nnLdoYmJgPmi3jENW68qPJbqL25HDE
3SVwTz1gPj2+eprVLMXBf460SKebuwJNlyhBr/ayjnB4UbWVLA5f9NAPHkEBoWWU
Y7t5vKVQuB9ETNOYpQhtPxwBMWXLuViN368Y4x6xPqs7KqKE9HK6DRR0r4hLTmHv
CpLmIE2lS3wvPykUEnVMtOJ0L0W0wuE/62bC8/q3l+QsvDpzq0SINVpntFIF3XS7
RBx2c2LmWgZ8byQdtuuiDTW5UBK9DLtMb4uG2aAQWmdCJXS+lJ+jI4TLcX/v9uu+
VgLwlJLbYLz9PHZay/KW2zyDClFQjbXmgnkA43FClvASnDU4SGH8pfqaNlCrjft+
lEp3g5ioFFZbbsWDGQescGGVxLqmaQXjbtbd0Lfs2EdNYJkb3cmgRhiBmh1IiSar
QEY/1KzQgLzCXUr8CZiubOeoCeET2x/XPpqEidak5GnO2BwrC8C1sNUIEe2pMWrp
AmCiuht78D3qdJfXNfySvePjijxckN+lXj8GtaCWJTIT64VvllJjyx6RhBVZrZxY
Z40Semtv2nyIbhzuwT18x/VYS5+uYD9QOMeUqB8a2RDPHfGaU+8C6ouS573cjCYB
MEEctKDMSsQ=
=dJMA
-END PGP SIGNATURE-


Accepted:
nullmailer_1.10-1.debian.tar.gz
  to main/n/nullmailer/nullmailer_1.10-1.debian.tar.gz
nullmailer_1.10-1.dsc
  to main/n/nullmailer/nullmailer_1.10-1.dsc
nullmailer_1.10-1_i386.deb
  to main/n/nullmailer/nullmailer_1.10-1_i386.deb
nullmailer_1.10.orig.tar.gz
  to main/n/nullmailer/nullmailer_1.10.orig.tar.gz


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



Accepted gcc-msp430 4.6.3~mspgcc-20120406-1 (source amd64)

2012-05-17 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 09:04:24 +0200
Source: gcc-msp430
Binary: gcc-msp430
Architecture: source amd64
Version: 4.6.3~mspgcc-20120406-1
Distribution: experimental
Urgency: low
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description: 
 gcc-msp430 - GNU C compiler (cross compiler for MSP430)
Changes: 
 gcc-msp430 (4.6.3~mspgcc-20120406-1) experimental; urgency=low
 .
   * New upstream release
   * Due to upstream and debian gcc-source de-synchronization,
 vanilla sources are now embedded here along with patches.
Checksums-Sha1: 
 9c9e7991ee777ce6755ee5158eb364cd582b98c0 1435 
gcc-msp430_4.6.3~mspgcc-20120406-1.dsc
 47dbcc8732340bda46a3514234bd3469e046339d 71960373 
gcc-msp430_4.6.3~mspgcc-20120406.orig.tar.gz
 f3d1d1aa7fe3f67261db2bf3d67a59527daaf8b4 3972 
gcc-msp430_4.6.3~mspgcc-20120406-1.debian.tar.gz
 c12ee7e2624885182cb0299aac4e20ae2b872138 13584854 
gcc-msp430_4.6.3~mspgcc-20120406-1_amd64.deb
Checksums-Sha256: 
 7ae7d875f4e4a244a4d4267031474227de641cc798b7dec89af2cadb989b1a12 1435 
gcc-msp430_4.6.3~mspgcc-20120406-1.dsc
 5c695bf92ee982f63116a11c6ee2182a97bc226b5a6f6447a9c7ee93142e0353 71960373 
gcc-msp430_4.6.3~mspgcc-20120406.orig.tar.gz
 d7d41429276f7eba3cb811b192b97e4e5738a2627420513546f243b6b235c327 3972 
gcc-msp430_4.6.3~mspgcc-20120406-1.debian.tar.gz
 474c97a1fbf88db59a5fd6e0a84de35602913ef989ed6dd084bb0539968e 13584854 
gcc-msp430_4.6.3~mspgcc-20120406-1_amd64.deb
Files: 
 b731ea4646412de759eb5092b6b3c65e 1435 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406-1.dsc
 5dd3573fe1f7c5641c2bec0318c08bfc 71960373 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406.orig.tar.gz
 cc8e4c054805e45507c87c8d8a24e8bd 3972 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406-1.debian.tar.gz
 8012132ed3c08a900f3cd4d09152c239 13584854 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406-1_amd64.deb

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

iEYEARECAAYFAk+0qwwACgkQRqobajv7n7MejACffrE9pd9BoKla8SCqobbmo3yC
bVcAoKeZQ7EH7s7Ck9EMWDC14lVWaXw2
=R2ZX
-END PGP SIGNATURE-


Accepted:
gcc-msp430_4.6.3~mspgcc-20120406-1.debian.tar.gz
  to main/g/gcc-msp430/gcc-msp430_4.6.3~mspgcc-20120406-1.debian.tar.gz
gcc-msp430_4.6.3~mspgcc-20120406-1.dsc
  to main/g/gcc-msp430/gcc-msp430_4.6.3~mspgcc-20120406-1.dsc
gcc-msp430_4.6.3~mspgcc-20120406-1_amd64.deb
  to main/g/gcc-msp430/gcc-msp430_4.6.3~mspgcc-20120406-1_amd64.deb
gcc-msp430_4.6.3~mspgcc-20120406.orig.tar.gz
  to main/g/gcc-msp430/gcc-msp430_4.6.3~mspgcc-20120406.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/e1suwnq-0008hf...@franck.debian.org



Accepted qastools 0.17.2-2 (source all amd64)

2012-05-17 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 10:27:26 +0200
Source: qastools
Binary: qastools-common qasconfig qashctl qasmixer
Architecture: source all amd64
Version: 0.17.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 qasconfig  - ALSA configuration browser
 qashctl- mixer for ALSA's High level Control Interface
 qasmixer   - ALSA mixer for the desktop
 qastools-common - QasTools common files
Changes: 
 qastools (0.17.2-2) unstable; urgency=low
 .
   * Move python-scour to Build-Depends to fix FTBFS.
Checksums-Sha1: 
 1024b492558d8c8cf9d44bf00f87ac1c37feacd1 2173 qastools_0.17.2-2.dsc
 e6267192ecd989bdf390797f890c05cc58fd2e3e 3099 qastools_0.17.2-2.debian.tar.gz
 e70bc36f4f21216aba3bc4db032f15c22450a69e 22928 qastools-common_0.17.2-2_all.deb
 0eac861774ab0f81de58e0e2a60e80ccf2a58e8a 71206 qasconfig_0.17.2-2_amd64.deb
 b7cdc4017071e1de051e574d04e06e74de516ea2 278906 qashctl_0.17.2-2_amd64.deb
 6e2582aecd23a89daa3c414111694f9615d604ba 316108 qasmixer_0.17.2-2_amd64.deb
Checksums-Sha256: 
 26a65073d58b97cbd867fd3a9490239b909cd856abe3f86d80d9cc5c767e38ce 2173 
qastools_0.17.2-2.dsc
 430bfc8ea3eba2fd98108eb337fff251dc21c3ac2d4a25d61984717f17ab7686 3099 
qastools_0.17.2-2.debian.tar.gz
 99b5bc6f78414f2edcc775bb2030d620ca02285153aa7f0713b5d17970d59b4e 22928 
qastools-common_0.17.2-2_all.deb
 caf8513746f4f7be787ff7e61740fa160257a636d37172a5362ac9f02f4941ce 71206 
qasconfig_0.17.2-2_amd64.deb
 3f6cc661d9dda4448e71e0762372c025978c35c7bce65680c6044088e74dd10c 278906 
qashctl_0.17.2-2_amd64.deb
 6dc078fd716d81f6f0921fff77ca3c3b3ac51bfad006556ff22c148d5b752093 316108 
qasmixer_0.17.2-2_amd64.deb
Files: 
 9d67a187dd10f0443133a747202a774a 2173 sound optional qastools_0.17.2-2.dsc
 e7efbeaa61c58887633ddedb355513bc 3099 sound optional 
qastools_0.17.2-2.debian.tar.gz
 3b7059d1f8b50fa9c651f150fba90ab2 22928 sound optional 
qastools-common_0.17.2-2_all.deb
 5bbbd4e46db8290867db70e255cdbc06 71206 sound optional 
qasconfig_0.17.2-2_amd64.deb
 53e1fb75750bde6933a615dfe5ff4034 278906 sound optional 
qashctl_0.17.2-2_amd64.deb
 b7955f08cfa9d9851e2267c1a3d4f3c9 316108 sound optional 
qasmixer_0.17.2-2_amd64.deb

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

iQIcBAEBCgAGBQJPtLd2AAoJEOikiuUxHXZa/9sP+gPLRWYGteTertVM2jEWp+QS
7UvyyZM3BG1EvQn6eIcndgCKSVEjyY2p81OSrflSq8m3xt9wQLFZBuuF3oEgPRFh
Yq3xRVQAKFOC93AIO0k7J/uSSbZECZRvNfHrfyD2Wg18jTy8EAgcvKqTXaU+9AGu
dshlZh86kSt3T6oaMUGLsUqaMw6qjGiAzV1GC8+FrsXvb6MZ8tD8SGSe9ldxQDAc
MglZCA7s688YUL2o6CeWawh2BH7iWT982jk/5+G5kU/JtGPbNumbwnA7x9GAz4Fq
5DrEYwC31x0H96OaLezohdj2gxqJTg8s7PAD6ZH+9vu47mgpajD+vFAUdJuQTE/l
c84g3dCAoSO0TB7zFPCzh1YgkONOhJT4BiHNNJRKSLCI/8dOGdf7bc5j30CkxmLy
kzxJFUy+99dbSE5JHvTiKSynXYrprOq3Y2BvdRIZQZydWMgaKlCj0P/0rF7mWAB7
JppQN1NuUq59wsGWdcURFybDXowdYG7rxftBWiM6iDmoQbOU/RJVUSc5Tarcg+yS
8sN8soBAF66kl9Fsy/LhXKEydqh77ljYjEujXcAH/dHHyELhlIwgrTu13yunpS85
8FeyBrC2LtImX7RIBOLu9SLTk9TcpcrBwPsGyM2BLVnIzDU8v811y4Rmz78finQW
HFvnnCPZWjZFt5q3X2ea
=9/KE
-END PGP SIGNATURE-


Accepted:
qasconfig_0.17.2-2_amd64.deb
  to main/q/qastools/qasconfig_0.17.2-2_amd64.deb
qashctl_0.17.2-2_amd64.deb
  to main/q/qastools/qashctl_0.17.2-2_amd64.deb
qasmixer_0.17.2-2_amd64.deb
  to main/q/qastools/qasmixer_0.17.2-2_amd64.deb
qastools-common_0.17.2-2_all.deb
  to main/q/qastools/qastools-common_0.17.2-2_all.deb
qastools_0.17.2-2.debian.tar.gz
  to main/q/qastools/qastools_0.17.2-2.debian.tar.gz
qastools_0.17.2-2.dsc
  to main/q/qastools/qastools_0.17.2-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/e1suwrs-00011s...@franck.debian.org



Accepted auto-multiple-choice 1.1.0-1 (source all amd64)

2012-05-17 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 May 2012 09:38:50 +
Source: auto-multiple-choice
Binary: auto-multiple-choice auto-multiple-choice-common 
auto-multiple-choice-doc auto-multiple-choice-doc-pdf
Architecture: source amd64 all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Bienvenüe p...@passoire.fr
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 auto-multiple-choice - Auto Multiple Choice - multiple choice papers management
 auto-multiple-choice-common - Auto Multiple Choice - architecture independent 
files
 auto-multiple-choice-doc - Auto Multiple Choice - HTML documentation
 auto-multiple-choice-doc-pdf - Auto Multiple Choice - PDF documentation
Closes: 660094
Changes: 
 auto-multiple-choice (1.1.0-1) unstable; urgency=low
 .
   [ Alexis Bienvenüe ]
   * upgraded to new upstream version.
   * cleaned rules.
   * removed obsolete patches.
   * updated dependencies - libpoppler-dev is not used anymore. Closes: #660094
   * split the package to isolate architecture-independent files
 and documentation.
   * documentation registered with doc-base.
   * bumped Standards-Version to 3.9.3.
   * section changed to education.
   * updated copyright to follow new copyright format version.
 .
   [ Georges Khaznadar ]
   * changed my status to Uploders' member, Alexis is now Maintainer
Checksums-Sha1: 
 7b87e4ad32128ddebb9402a204ea71dc1f9c6b9d 1716 auto-multiple-choice_1.1.0-1.dsc
 87fbb5aa65091b22211e399406007754c91b1797 1159579 
auto-multiple-choice_1.1.0.orig.tar.gz
 1943d596849cf92931ee1a1de5b82af84a1b0dbe 7366 
auto-multiple-choice_1.1.0-1.debian.tar.gz
 6e4cca43ddfb63aab4f1573f8f3a47b24ed11d8a 24070 
auto-multiple-choice_1.1.0-1_amd64.deb
 42d21a2a0ba5b120ee086bafebc65ceb39fa2403 395882 
auto-multiple-choice-common_1.1.0-1_all.deb
 31b74c77d668a58f3998a90650bc131bc86b9aa1 168712 
auto-multiple-choice-doc_1.1.0-1_all.deb
 5fc86b2c92570b220d0a60c7d5df587605be8b15 1621850 
auto-multiple-choice-doc-pdf_1.1.0-1_all.deb
Checksums-Sha256: 
 f7c9c4e83c7c1d2841c3170c9db314aace28cdc9429beb4e713f5497715dda80 1716 
auto-multiple-choice_1.1.0-1.dsc
 6f4294da6cfdb9256e4cc9dd8cf9129dd887915a9618ab245b1c4d59d3e9aa91 1159579 
auto-multiple-choice_1.1.0.orig.tar.gz
 431c2c2efd617e9501ef4422330c8632391fc526b07b4a46273a522ddc6b 7366 
auto-multiple-choice_1.1.0-1.debian.tar.gz
 f353272b0a9d920049da7ed1eadcdb723ef56ab6bfb27e49a86f6f898c5fac56 24070 
auto-multiple-choice_1.1.0-1_amd64.deb
 833c558ef4a7722932e4d184b66d737e96ccfa7d83199fb9edd1360a997ba437 395882 
auto-multiple-choice-common_1.1.0-1_all.deb
 f7e175cca325f5cd92097dd917bb72dcbf3828aef883704a58401bf9aae3fff2 168712 
auto-multiple-choice-doc_1.1.0-1_all.deb
 a9de6034dfd32b7e7b2a926f26e00b297f7a4c8202d3066724d0dc9d6663833c 1621850 
auto-multiple-choice-doc-pdf_1.1.0-1_all.deb
Files: 
 43aedce000bb3ce65543fb26ab7518cd 1716 education optional 
auto-multiple-choice_1.1.0-1.dsc
 8ac14d0ee75d9febbea84a572cdb7006 1159579 education optional 
auto-multiple-choice_1.1.0.orig.tar.gz
 b61b3c6a597f86a0e0daaca024a8f595 7366 education optional 
auto-multiple-choice_1.1.0-1.debian.tar.gz
 de453f5f2bab46596142a1280e7f032d 24070 education optional 
auto-multiple-choice_1.1.0-1_amd64.deb
 ad76ecf23daf25f6e22301acdd406ba1 395882 education optional 
auto-multiple-choice-common_1.1.0-1_all.deb
 80046d331eebf7109bbaaab183c67e0f 168712 doc optional 
auto-multiple-choice-doc_1.1.0-1_all.deb
 2c403f8852dcefb65c3a214a7962a002 1621850 doc optional 
auto-multiple-choice-doc-pdf_1.1.0-1_all.deb

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

iD8DBQFPr/s5nfmb2hFpETARAkDxAJsFYrrKtRnvavnmFT3DijTEIVpFTACeNuV4
EPRl9Sn2P+51OFbYLs1+vT0=
=dTL5
-END PGP SIGNATURE-


Accepted:
auto-multiple-choice-common_1.1.0-1_all.deb
  to main/a/auto-multiple-choice/auto-multiple-choice-common_1.1.0-1_all.deb
auto-multiple-choice-doc-pdf_1.1.0-1_all.deb
  to main/a/auto-multiple-choice/auto-multiple-choice-doc-pdf_1.1.0-1_all.deb
auto-multiple-choice-doc_1.1.0-1_all.deb
  to main/a/auto-multiple-choice/auto-multiple-choice-doc_1.1.0-1_all.deb
auto-multiple-choice_1.1.0-1.debian.tar.gz
  to main/a/auto-multiple-choice/auto-multiple-choice_1.1.0-1.debian.tar.gz
auto-multiple-choice_1.1.0-1.dsc
  to main/a/auto-multiple-choice/auto-multiple-choice_1.1.0-1.dsc
auto-multiple-choice_1.1.0-1_amd64.deb
  to main/a/auto-multiple-choice/auto-multiple-choice_1.1.0-1_amd64.deb
auto-multiple-choice_1.1.0.orig.tar.gz
  to main/a/auto-multiple-choice/auto-multiple-choice_1.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/e1suwb9-0003je...@franck.debian.org



Accepted etl 0.04.15-1 (source amd64)

2012-05-17 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 May 2012 16:24:53 +1000
Source: etl
Binary: etl-dev
Architecture: source amd64
Version: 0.04.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Dmitry Smirnov only...@member.fsf.org
Description: 
 etl-dev- Extended Class and Template Library
Closes: 665041
Changes: 
 etl (0.04.15-1) unstable; urgency=low
 .
   * New maintainers (Closes: #665041)
   * New upstream release.
   * imported latest QA changes
   * Packaging update
 + to straight debhelper + dh-autoreconf
 + compat  debhelper to version 9
 + corrected Vcs-Browser URL
 + allow dh_auto_test failure (fixes FTBFS)
 + Maintainer set to d-multimedia
Checksums-Sha1: 
 bcb41be0d7e7d4ad97b4316f09172b34374f4c13 1623 etl_0.04.15-1.dsc
 fee4f4152d57a8843163963dc587bca44c5ab0e4 362312 etl_0.04.15.orig.tar.gz
 39c1fa03407f9d8cfc9cce067e4ead3a5a68bcf4 3752 etl_0.04.15-1.debian.tar.gz
 963c914ce1311007cd30b4808d476b1942761d1d 178088 etl-dev_0.04.15-1_amd64.deb
Checksums-Sha256: 
 c9281ff4dfe05c514bfff5c015fe7fe2b2e1d4a09b9398af76f4f8d517c6dc6a 1623 
etl_0.04.15-1.dsc
 8010f71d585fe8543738d129e0beef7aa0bc431e046d48a33409e6b701aba916 362312 
etl_0.04.15.orig.tar.gz
 54090bc0d67ed759b47a8702550fbd98ef4c5732b0a58eed88a48249aeb97d65 3752 
etl_0.04.15-1.debian.tar.gz
 efba47022843779b2e53e9690697eb173d76150a285453ca313c8d9795191f00 178088 
etl-dev_0.04.15-1_amd64.deb
Files: 
 e90b598e7f504cae2245950279b245a3 1623 libdevel optional etl_0.04.15-1.dsc
 aac5038cdb4067100e57fb52337b0cfd 362312 libdevel optional 
etl_0.04.15.orig.tar.gz
 ddc4f6525eddfe816c7620418a425a87 3752 libdevel optional 
etl_0.04.15-1.debian.tar.gz
 7e51af5e6737edec45ec3763d7673ff3 178088 libdevel optional 
etl-dev_0.04.15-1_amd64.deb

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

iQEcBAEBCgAGBQJPsB6xAAoJEIAhAkTu07wN/vYH/0uXT21N4KANu3yViGIvX0t7
19jIkpTU+Q5N4ltmlC0KBpL3wdsI43s6oi9IhC5zbNFbdHvBu0F+S7kow8SbZVbO
TXoYIhpWXCiMtetwdg5TG7+8koRI7HSdsqpIYZIMPuyIeqH8CDSeRudd/Ai2FMst
v4ocR1HE9YMmKoawNOkhqQPluyO7hvq89uL7mEahD+dE68fZxQQfDFcAl7x/l4cY
0E3sxaxyXlk6j/XKKPk/0Je3m56X3UlYalNDvzOUHJGxhX2V1PQWvui9lgdlkfIM
NV7SBlutqL6f4pzNUpHnWEPfeFNjRDs9F72aMuSuRBmsjnS8rgqYhEyQYN5vj3Q=
=TDex
-END PGP SIGNATURE-


Accepted:
etl-dev_0.04.15-1_amd64.deb
  to main/e/etl/etl-dev_0.04.15-1_amd64.deb
etl_0.04.15-1.debian.tar.gz
  to main/e/etl/etl_0.04.15-1.debian.tar.gz
etl_0.04.15-1.dsc
  to main/e/etl/etl_0.04.15-1.dsc
etl_0.04.15.orig.tar.gz
  to main/e/etl/etl_0.04.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/e1suwbo-0003ml...@franck.debian.org



Accepted fcitx-table-extra 0.3.0-1 (source amd64)

2012-05-17 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 11 May 2012 18:45:18 +
Source: fcitx-table-extra
Binary: fcitx-table-array30 fcitx-table-array30-big fcitx-table-boshiamy 
fcitx-table-cantonese fcitx-table-cantonhk fcitx-table-cangjie3 
fcitx-table-cangjie5 fcitx-table-cangjie-big fcitx-table-easy-big 
fcitx-table-quick3 fcitx-table-quick5 fcitx-table-quick-classic 
fcitx-table-jyutping fcitx-table-scj6 fcitx-table-stroke5 fcitx-table-wu 
fcitx-table-zhengma
Architecture: source amd64
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu a...@debian.org
Description: 
 fcitx-table-array30 - Flexible Input Method Framework - Array30 table
 fcitx-table-array30-big - Flexible Input Method Framework - Array30-Big table
 fcitx-table-boshiamy - Flexible Input Method Framework - Boshiamy table
 fcitx-table-cangjie-big - Flexible Input Method Framework - Cangjie-Big table
 fcitx-table-cangjie3 - Flexible Input Method Framework - Cangjie3 table
 fcitx-table-cangjie5 - Flexible Input Method Framework - Cangjie5 table
 fcitx-table-cantonese - Flexible Input Method Framework - Cantonese table
 fcitx-table-cantonhk - Flexible Input Method Framework - Cantonhk table
 fcitx-table-easy-big - Flexible Input Method Framework - Easy-Big table
 fcitx-table-jyutping - Flexible Input Method Framework - Jyutping table
 fcitx-table-quick-classic - Flexible Input Method Framework - Quick-Classic 
table
 fcitx-table-quick3 - Flexible Input Method Framework - Quick3 table
 fcitx-table-quick5 - Flexible Input Method Framework - Quick5 table
 fcitx-table-scj6 - Flexible Input Method Framework - Scj6 table
 fcitx-table-stroke5 - Flexible Input Method Framework - Stroke5 table
 fcitx-table-wu - Flexible Input Method Framework - Wu table
 fcitx-table-zhengma - Flexible Input Method Framework - Zhengma table
Changes: 
 fcitx-table-extra (0.3.0-1) unstable; urgency=low
 .
   * New upstream release:
 + Add array30, array30-big, cantonese, cantonhk, jyutping,
   scj6, stroke5 and wu tables.
   * debian/rules:
 - Call dh_install with --fail-missing.
Checksums-Sha1: 
 1eb99fd498d6fbff5ba913f3dc3b620f982ca799 2765 fcitx-table-extra_0.3.0-1.dsc
 4f2487fda610ebaa0eeaaeb5b714c2b2a23f0f0d 2367720 
fcitx-table-extra_0.3.0.orig.tar.xz
 f667dd0c21234122a2bcd5143cfb7676e073f492 4245 
fcitx-table-extra_0.3.0-1.debian.tar.gz
 bda1b6edde1e61c0cb9a39570ee5473414424401 103590 
fcitx-table-array30_0.3.0-1_amd64.deb
 512927e66ca1968aae12ad0c6fdc0b250a9458c8 291066 
fcitx-table-array30-big_0.3.0-1_amd64.deb
 71767cfd05be49e159bc7943510dc93e7a7156a6 97884 
fcitx-table-boshiamy_0.3.0-1_amd64.deb
 c061235200257c2bb155457195c1c8104e049a8b 29932 
fcitx-table-cantonese_0.3.0-1_amd64.deb
 13dc90699b7124f8d5d1390adb089971feb40eeb 30026 
fcitx-table-cantonhk_0.3.0-1_amd64.deb
 0f00c06494749d205aced9d7ae5c960f292f13d1 65000 
fcitx-table-cangjie3_0.3.0-1_amd64.deb
 4fa626ab685064a463a843e74f8eab34ab0ce5d9 255178 
fcitx-table-cangjie5_0.3.0-1_amd64.deb
 558d91896e4ee080f0064bf0b6386db6ebf49108 264748 
fcitx-table-cangjie-big_0.3.0-1_amd64.deb
 d9ae089552b6cd428f11135ccbb06ed4a7d79460 633770 
fcitx-table-easy-big_0.3.0-1_amd64.deb
 cc294f8815a75645d9848cabaf58823bc2356009 36082 
fcitx-table-quick3_0.3.0-1_amd64.deb
 12da6ef037679752faa40a753365f00fb38338e2 130262 
fcitx-table-quick5_0.3.0-1_amd64.deb
 0ddce4cb4c4949843307ed9950cbb3e054799ee0 43596 
fcitx-table-quick-classic_0.3.0-1_amd64.deb
 a8787467fad090bb3782eb753ba045b197abc922 32004 
fcitx-table-jyutping_0.3.0-1_amd64.deb
 d65ede19b6862e68c2f370713f05497dca0bc19e 193342 
fcitx-table-scj6_0.3.0-1_amd64.deb
 12badd11eb74a39a1c72f9d63d58d3d75a11bc2d 20162 
fcitx-table-stroke5_0.3.0-1_amd64.deb
 dcb3a229a4686a582c939da55588f9d181bb55f5 64658 fcitx-table-wu_0.3.0-1_amd64.deb
 e5595abfb5414a21b9ff43b6e24f888938c60d8d 563870 
fcitx-table-zhengma_0.3.0-1_amd64.deb
Checksums-Sha256: 
 cda02e6ca2bd2db54aeca186c7664b7fbd25a8132269088288f090cac9c5f070 2765 
fcitx-table-extra_0.3.0-1.dsc
 b855895936e864055925764cbac5b4e17209f611260ab1914b745b4186ac1ec3 2367720 
fcitx-table-extra_0.3.0.orig.tar.xz
 17fa40d0c22ef59bf130d8942e2baa2283cc960dbffd780c279b819981ed4bd4 4245 
fcitx-table-extra_0.3.0-1.debian.tar.gz
 03a4cab828ee06246e17b39bbbc1093ad5eca9bcee57f2069d828ebd1d2ca009 103590 
fcitx-table-array30_0.3.0-1_amd64.deb
 b0e89de9ccebff9c2237e97c3c4bad09154c7190d94b1f59fdfb4a8ed9e0f05a 291066 
fcitx-table-array30-big_0.3.0-1_amd64.deb
 297769a22e54c7d15eaeafad03bb2da515007fb539cc1e9ef2cdd61f881732de 97884 
fcitx-table-boshiamy_0.3.0-1_amd64.deb
 91603399a04c397b27da90d29ce470bcb154cb8591f6167f13ef8e7ea57f505c 29932 
fcitx-table-cantonese_0.3.0-1_amd64.deb
 5517cccbf851e6a69ae370b6060b98bfc182a9f513123f9c853406fd8a051dfc 30026 
fcitx-table-cantonhk_0.3.0-1_amd64.deb
 ae7033535d3c5985830f603e454180c1ea405f7f2457fad838f6dfd5a415b0e5 65000 
fcitx-table-cangjie3_0.3.0-1_amd64.deb
 

Accepted nginx 1.2.0-1 (source all amd64)

2012-05-17 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 May 2012 11:15:00 +0530
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-full nginx-full-dbg nginx-light 
nginx-light-dbg nginx-extras nginx-extras-dbg nginx-naxsi nginx-naxsi-dbg 
nginx-naxsi-ui
Architecture: source all amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 nginx  - small, powerful, scalable web/proxy server
 nginx-common - small, powerful, scalable web/proxy server - common files
 nginx-doc  - small, powerful, scalable web/proxy server - documentation
 nginx-extras - nginx web/proxy server (extended version)
 nginx-extras-dbg - nginx web/proxy server (extended version) - debugging 
symbols
 nginx-full - nginx web/proxy server (standard version)
 nginx-full-dbg - nginx web/proxy server (standard version) - debugging symbols
 nginx-light - nginx web/proxy server (basic version)
 nginx-light-dbg - nginx web/proxy server (basic version) - debugging symbols
 nginx-naxsi - nginx web/proxy server (version with naxsi)
 nginx-naxsi-dbg - nginx web/proxy server (version with naxsi) - debugging 
symbols
 nginx-naxsi-ui - nginx web/proxy server - naxsi configuration front-end
Closes: 664271 664878 670306 672632 673580
Changes: 
 nginx (1.2.0-1) unstable; urgency=low
 .
   [Cyril Lavier]
   * New upstream release. (Closes: #670306)
 + 1.2.x is stable release now.
   * debian/modules/chunkin-nginx-module:
 + Updated chunkin-nginx-module to v0.23rc2-3-g85eca98.
   * debian/modules/headers-more-module:
 + Updated headers-more-module to v0.17rc1-4-g33a82ed.
   * debian/modules/nginx-development-kit:
 + Updated nginx-development-kit to v0.2.17-7-g24202b4.
   * debian/modules/nginx-echo:
 + Updated nginx-echo to v0.38rc2-7-g080c0a1.
   * debian/modules/nginx-lua:
 + Updated nginx-lua to v0.5.0rc25-5-g8d28785.
   * debian/modules/nginx-upstream-fair:
 + Updated nginx-upstream-fair to a18b409.
   * debian/modules/nginx-upload-progress:
 + Updated nginx-upload-progress to v0.9.0-0-ga788dea.
   * debian/modules/naxsi:
 + Updated naxsi to 0.46
   * debian/modules/README.Modules-versions:
 + Updated versions and URLs for modules.
   * debian/naxsi-ui-extract, debian/naxsi-ui-intercept,
 debian/nginx-naxsi-ui.*, debian/naxsi-ui-extract.1,
 debian/naxsi-ui-intercept.1, debian/rules:
 + Added nginx-naxsi-ui package containing the learning daemon
   and the WebUI.
   * debian/nginx-common.nginx.default, debian/nginx-common.nginx.init:
 + Renamed files to be compliant with the nginx-naxsi-ui package.
   * debian/po:
 + Added needed files for using po-debconf.
 + Added French translation.
   * debian/control:
 + Applied the modifications given after the review by Justin Rye.
 .
   [Michael Lustfield]
   * debian/conf/uwsgi_params:
 + Added UWSGI_SCHEME to uwsgi_params. (Closes: #664878)
   * debian/conf/sites-available/default:
 + Added allow directive for ipv6 localhost. (Closes: #664271)
 .
   [Kartik Mistry]
   * debian/control:
 + wrap-and-sort.
   * debian/copyright:
 + Added missing copyrights, minor formatting fixes.
   * debian/nginx-common.nginx.init:
 + Added ulimit for restarts, Thanks to Daniel Roschka
   danielrosc...@phoenitydawn.de for patch. (Closes: #673580)
   * debian/conf/sites-available/default:
 + Added patch to fix deprecated listen directive, Thanks to
   Guillaume Plessis g...@dotdeb.org for patch. (Closes: #672632)
Checksums-Sha1: 
 bfa59ba705ca2b715cbc17aed81a94e870e36a93 2092 nginx_1.2.0-1.dsc
 15cec8d1b8dbf2007f9f99594a08a2f45814034e 716067 nginx_1.2.0.orig.tar.gz
 93eb436a64bde7de491e2d23fa1379e5791022a2 1336350 nginx_1.2.0-1.debian.tar.gz
 54b00c7904fd4b2065e14ac9b2d8fb13000599b1 59310 nginx_1.2.0-1_all.deb
 a5175f8065a0b7264a6059f5c1f2aad2eb485666 73338 nginx-doc_1.2.0-1_all.deb
 0d55b15c10727dd8723862330ed2dcba8f8be8a3 71380 nginx-common_1.2.0-1_all.deb
 8ea19220c21009119aeadd40fb83bba56886062a 337730 nginx-naxsi-ui_1.2.0-1_all.deb
 9d80e03a26db7b3ed4f47f2e56c558c985d992a3 432066 nginx-full_1.2.0-1_amd64.deb
 657d4c7727e745380ddbe41c9b935d9352e3c570 3066170 
nginx-full-dbg_1.2.0-1_amd64.deb
 d50e0eba7d32898ae43b452d8ee257f95592c312 317146 nginx-light_1.2.0-1_amd64.deb
 ed6429b88fb4f3a6e87d8ccde665ecc6674d0d39 2124038 
nginx-light-dbg_1.2.0-1_amd64.deb
 08a3780c84469a354ad9f819eada90e968f65ba2 598084 nginx-extras_1.2.0-1_amd64.deb
 0c8b4f5e42982e219d120c86291c324cec6ab9e1 4540362 
nginx-extras-dbg_1.2.0-1_amd64.deb
 1bedd5718db55fb2347445c587b574d306662a0e 355788 nginx-naxsi_1.2.0-1_amd64.deb
 790f37580364082c0bb93f1f0170d884f01b6150 2228318 
nginx-naxsi-dbg_1.2.0-1_amd64.deb
Checksums-Sha256: 
 3218a2bf4298a17ec9669c763dff74dc7a8b0a39d751a6826325be93c8c003d7 2092 
nginx_1.2.0-1.dsc
 ac06b3aa55bf4f634b7e779272685536607183e8669809ce497151e47e518f2d 716067 
nginx_1.2.0.orig.tar.gz
 

Accepted python-pylibacl 0.5.1-1 (source amd64)

2012-05-17 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 May 2012 22:19:00 +0200
Source: python-pylibacl
Binary: python-pylibacl python-pylibacl-dbg python3-pylibacl 
python3-pylibacl-dbg
Architecture: source amd64
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python-pylibacl-dbg - module for manipulating POSIX.1e ACLs (debug extension)
 python3-pylibacl - module for manipulating POSIX.1e ACLs (Python3 version)
 python3-pylibacl-dbg - module for manipulating POSIX.1e ACLs (Python3 debug 
extension)
Changes: 
 python-pylibacl (0.5.1-1) unstable; urgency=low
 .
   * New upstream version: bugfixes for refcount leaks and possible
 NULL-pointer dereferences
   * Add packages for Python3
   * Switch from python-support to dh_python2/dh_python3
   * Standards Version 3.9.3 (no changes needed)
Checksums-Sha1: 
 38d38f904443ef062c8c5e26ec8c81755de04b33 2247 python-pylibacl_0.5.1-1.dsc
 3dbaade48bc5e217b7e88d762ec739af63b94827 31218 
python-pylibacl_0.5.1.orig.tar.gz
 916e9a203286f369fb1d4fdaefd72782dddf2e7a 4352 
python-pylibacl_0.5.1-1.debian.tar.gz
 2949f16f1680c9729c0d665a67888936d6ce2ea5 64928 
python-pylibacl_0.5.1-1_amd64.deb
 f955f95cb0ea7d109edac49fbad2c7a7324279bc 93284 
python-pylibacl-dbg_0.5.1-1_amd64.deb
 b24fe74a94e92b33c28c5f00890fbfc5d9b88c21 17700 
python3-pylibacl_0.5.1-1_amd64.deb
 6c888edda5a19ab6ff6efa7eb21102c1a4c35428 47860 
python3-pylibacl-dbg_0.5.1-1_amd64.deb
Checksums-Sha256: 
 d744d858a5ec2fa3f7eccaaa55a4e380740c3e737d0a95d0d1085a7f6ae34898 2247 
python-pylibacl_0.5.1-1.dsc
 3338b616c5449c031d541c2885f6449a1bdcd6a170cfaef4efc2d895e4d1b3c5 31218 
python-pylibacl_0.5.1.orig.tar.gz
 198abf1a9cdb7a52296fa12bcb4410bd2e06d0db5ae7af1a3d61401a37833863 4352 
python-pylibacl_0.5.1-1.debian.tar.gz
 7375b40948ca036716a5af8a7d9e423ea8f644f0789c66c5675b7863bda83f7f 64928 
python-pylibacl_0.5.1-1_amd64.deb
 170819b8ce1d0f15dd64517b85a461be1f960607037352f6cf2999407e3cf475 93284 
python-pylibacl-dbg_0.5.1-1_amd64.deb
 9849c8500fc462b09dc05076db7fee8353161ccbc9822e5779b4cab3bf73cad9 17700 
python3-pylibacl_0.5.1-1_amd64.deb
 7fc03224c49f989185762b3662443ff2dbcd0c819560f5683261ad66e094cc0e 47860 
python3-pylibacl-dbg_0.5.1-1_amd64.deb
Files: 
 c533684efd51fb450c970a0f7962aafb 2247 python optional 
python-pylibacl_0.5.1-1.dsc
 a429256345ffdc2cea57fd24da0d980d 31218 python optional 
python-pylibacl_0.5.1.orig.tar.gz
 59b0c646bbabc8f84139c8a010f558eb 4352 python optional 
python-pylibacl_0.5.1-1.debian.tar.gz
 252e77283e8d329bf6d0438c604f6cec 64928 python optional 
python-pylibacl_0.5.1-1_amd64.deb
 4808da8c46e43fb07cc50e063a07b301 93284 debug extra 
python-pylibacl-dbg_0.5.1-1_amd64.deb
 ad1891a2f5a1912559abe816f0228a95 17700 python optional 
python3-pylibacl_0.5.1-1_amd64.deb
 4b4a7dc13fcc97a5094e1ab42c971437 47860 debug extra 
python3-pylibacl-dbg_0.5.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPsB6PAAoJEPZuPkGfhPTejtAP/RDcU3eAZL2n5xrHHA4AumGq
AsR+f7j2M7gN77AuT3JVMrhLGBgBtN+gWJs7IdabqUpe/YRNQRAEhz9JxYd1aMUQ
YMrOfGbmR39oJTZ6o+cedU7Xr32wV5z1KAzUdqbeKOTG5ColBF2sJE1yGQ+lGD7w
3upVgr4giUTbTK9hIjrCJfrRhyNd0d6Afx1frFu4uPaisbdyTCxCbjwFW/kTJMsu
8D8YH4h/wtbrfiwidYWpdSC969NVKe5YkSOE9D7nVK+ATUhw0al8Un0rP8FBTwSq
mGEGdO3ojfqdRBnWwMDYVPU0lqKoq1Pe7FGLUZ53korc64lJAA+XVY8h6uS1Fo8B
JbkKGlWfYOcQzs+I4M8fuBB0hIGw5Wpv7+w7plEqRu8vldnvaWttZxQuaKaheU5S
cMDMTt7V/LlAd8kbGkGleSriaCXxI1NEthshL180G2Wid92Ji53+ojxJ6mxxkEuj
9KvB7hXlnTTTKyqqKkJmJpOFN4//7SMwjTzbs91ggXFoYnjEDuzor86DRhqTlHg9
mvAUZCJOWU4+XgwEX2pI6BQoWbqiFI0iVnY5sDBC/9ArpC+6BwqfQz7GdrviY2+/
I4i6TwsvT6vqTj+XW5O219Tfv0fbjwI6hevegByAOmDOIy708cRdDkbpHpqBCP7U
IXzD3sgerDhPrqq6Qm64
=yXCr
-END PGP SIGNATURE-


Accepted:
python-pylibacl-dbg_0.5.1-1_amd64.deb
  to main/p/python-pylibacl/python-pylibacl-dbg_0.5.1-1_amd64.deb
python-pylibacl_0.5.1-1.debian.tar.gz
  to main/p/python-pylibacl/python-pylibacl_0.5.1-1.debian.tar.gz
python-pylibacl_0.5.1-1.dsc
  to main/p/python-pylibacl/python-pylibacl_0.5.1-1.dsc
python-pylibacl_0.5.1-1_amd64.deb
  to main/p/python-pylibacl/python-pylibacl_0.5.1-1_amd64.deb
python-pylibacl_0.5.1.orig.tar.gz
  to main/p/python-pylibacl/python-pylibacl_0.5.1.orig.tar.gz
python3-pylibacl-dbg_0.5.1-1_amd64.deb
  to main/p/python-pylibacl/python3-pylibacl-dbg_0.5.1-1_amd64.deb
python3-pylibacl_0.5.1-1_amd64.deb
  to main/p/python-pylibacl/python3-pylibacl_0.5.1-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/e1suwcx-0003yp...@franck.debian.org



Accepted roaraudio 1.0~beta1-1 (source amd64)

2012-05-17 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 May 2012 13:32:43 +0200
Source: roaraudio
Binary: libroar2 libroar-dev roaraudio-dbg roaraudio roarclients 
libroar-compat2 libroar-plugins-universal
Architecture: source amd64
Version: 1.0~beta1-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libroar-compat2 - drop-in replacements for other sound libraries
 libroar-dev - header files and documentation for the RoarAudio libraries
 libroar-plugins-universal - Collection of host-independent plugins for libroar
 libroar2   - foundation libraries for the RoarAudio sound server and clients
 roaraudio  - sound server for audio mixing
 roaraudio-dbg - RoarAudio sound server for audio mixing (debugging symbols)
 roarclients - Collection of basic clients for the RoarAudio Sound System
Changes: 
 roaraudio (1.0~beta1-1) unstable; urgency=low
 .
   [ Philipp Schafft ]
   * New upstream beta release.
 - Install new plugins provided by upstream to the new package
   libroar-plugins-universal.
 .
   [ Patrick Matthäi ]
   * Move the roaraudio client binaries to the new package roarclients.
Checksums-Sha1: 
 d8e117f1b3fe1ed821df8b2d652afccdd5da25b8 2461 roaraudio_1.0~beta1-1.dsc
 888c1007796004ee7cbed9b5ac556630eee4ee0f 672297 roaraudio_1.0~beta1.orig.tar.gz
 acbbb62c461988fce1314090567bd98398823fa2 9646 
roaraudio_1.0~beta1-1.debian.tar.gz
 7eb91c77d582975059a0f136bba753b085540211 205802 libroar2_1.0~beta1-1_amd64.deb
 7c737d07483768a3d9ee314c31697743d1db0075 159676 
libroar-dev_1.0~beta1-1_amd64.deb
 a933f9918a9e5dbe487b61bf36649d2ac83a4970 1032248 
roaraudio-dbg_1.0~beta1-1_amd64.deb
 fd9b78d411f9066cb2c92098fce61d044c74463d 171146 roaraudio_1.0~beta1-1_amd64.deb
 96ae7b4dd03f5c0be435d9863ac5155ec5893035 113850 
roarclients_1.0~beta1-1_amd64.deb
 092b87206a1f9756b2328cc248cfe3ce3a65bd55 63304 
libroar-compat2_1.0~beta1-1_amd64.deb
 9cd71092f270cd4d51a8311eae7f17034c1610ff 20550 
libroar-plugins-universal_1.0~beta1-1_amd64.deb
Checksums-Sha256: 
 8dac9bf0e205e6f9e416361c1e9285995c7dc4f891cb716af63fa710ceb5ba7f 2461 
roaraudio_1.0~beta1-1.dsc
 f91293fb41f07b3011d99368fe5afba5c03654ce954f8e4efbb2e510518ca2f3 672297 
roaraudio_1.0~beta1.orig.tar.gz
 921445012061590b23a96fd8c0bc42beb72b70a46479fc3153cb1e481a7bc566 9646 
roaraudio_1.0~beta1-1.debian.tar.gz
 55dd7b1bcabbb9e71f9f7daa72eff6ed21554e2a5e51ff94c67448b62569e6fb 205802 
libroar2_1.0~beta1-1_amd64.deb
 1f0b1c08f61e93c3c889ebb248a8ec8ff8b0e593c12ea5683c275441699fd52f 159676 
libroar-dev_1.0~beta1-1_amd64.deb
 a05b16c6726612c628a7472b86055fe067f1cc8b00e9446a6e3f66bb8d3b8b29 1032248 
roaraudio-dbg_1.0~beta1-1_amd64.deb
 8a94a2deb6aac2910382df2295dd27405308d17bbb0e2dcdccbbf6c604b35d95 171146 
roaraudio_1.0~beta1-1_amd64.deb
 65f040ddaa01dedede7f1ef7e1757f825fa01850fcc99ac93167641ec5430810 113850 
roarclients_1.0~beta1-1_amd64.deb
 bdd8ca9cdc1dc87d9205fc40c84566188803a3abbd98a702d1b3db49e2130bf1 63304 
libroar-compat2_1.0~beta1-1_amd64.deb
 3783fc78ebac0f512d4a533097063b8856a4e1f9bc8c8bad30d2c51651d9c120 20550 
libroar-plugins-universal_1.0~beta1-1_amd64.deb
Files: 
 f355dc57a2be3ec7d3f35a9247c5109f 2461 libs optional roaraudio_1.0~beta1-1.dsc
 aac40138c7b93586e796a1708431aa0b 672297 libs optional 
roaraudio_1.0~beta1.orig.tar.gz
 e84dc8f5235edb1def7f43aaced74323 9646 libs optional 
roaraudio_1.0~beta1-1.debian.tar.gz
 068596551fc539fd8a6a80cd23ea66dc 205802 libs optional 
libroar2_1.0~beta1-1_amd64.deb
 0ec3d91e1d4af349046c58b958f8b5e9 159676 libdevel optional 
libroar-dev_1.0~beta1-1_amd64.deb
 f8c6ddb9b26444cbf4eb1b07ecad5316 1032248 debug extra 
roaraudio-dbg_1.0~beta1-1_amd64.deb
 035e74b6ab7349807358fc6fe7e684f1 171146 sound optional 
roaraudio_1.0~beta1-1_amd64.deb
 c1fb4f269c7aa0c04d4334797542a8b0 113850 sound optional 
roarclients_1.0~beta1-1_amd64.deb
 8eac985fe2ff399fc01e088c2be2caa8 63304 libs optional 
libroar-compat2_1.0~beta1-1_amd64.deb
 8dfbcbf8620e709f804dd26cd297da9f 20550 sound optional 
libroar-plugins-universal_1.0~beta1-1_amd64.deb

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

iQIcBAEBCAAGBQJPr53bAAoJEBLZsEqQy9jkqRUP/3nGzCm1gH0AduYoMwRgdbyE
/LBAtb35p1VGHMeWrlf02iRdhqYhKCFasigZopXU3QRgxYUUad3HMXfwshgpjYHL
aj+b31H5RFaN1AneRcrfQ/WTcaxyFavR+bnShdG7hhIEb2Md7P1BVAQDb5QRtgGA
U2ebpOPtSQAvqtmrMr25AxR5M7RQQWVlyc87rDMTjhQHBeljgnDfDl6CubvpXeNs
X/rxVgCdtJMzHpzcC8WD+sqzxhWZJT7ixsPW4LgcziOA6DYnayC8awxOhgK61CQc
MhSDlfH2pLfm640hvl53Jftpnv7U34WqliA4KGk5Pz8D8L4OAExQc868CvIBJ9v3
s5Pe4cFpI3wXnu8dbgjoZpK5T2DAm9Q8XBiKqXMpsmYsna+6HKFH8XA1RJz1wD1R
VXJVe/y1J4ZDcWRe0vxe9OoEb1bFa79g+5yPyHTO4whjahNKqc8kihb47RYilMgd
OrL8dgdEej/Pgrd419WEshwy0gT2e5ig69cGNjZDKn8VDNRpIYwrGMfcUN7R225m
s6chbUYp6DmSFCreCPxZBEiNu/Gsvo8ONoxGffHPnz+96SSUf68c+6kmN4lZpz20
vyPj1nHqLGMkUyYsVnT41T/PoY0z7w9nNncomAWGqw0xaWy4i8O73t3EsSiZMpg9
f1UD2EgsyKkyHQlGWsnq
=6xeH
-END PGP SIGNATURE-


Accepted:
libroar-compat2_1.0~beta1-1_amd64.deb
  to 

Accepted composite 0.006.2+dfsg0-2 (source all amd64)

2012-05-17 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 10:40:59 +0200
Source: composite
Binary: composite composite-data composite-dbg
Architecture: source amd64 all
Version: 0.006.2+dfsg0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 composite  - Live performance sequencer
 composite-data - Live performance sequencer (data files)
 composite-dbg - Live performance sequencer (debugging symbols)
Changes: 
 composite (0.006.2+dfsg0-2) unstable; urgency=low
 .
   * Replace lv2core with lv2-dev in Build-Depends.
   * debian/copyright:
 - Update to machine-readable format.
 - Group files by license.
   * Bump Standards.
Checksums-Sha1: 
 0d40c0aee3bc80e82b8474996dc6fbd09016beb2 2284 composite_0.006.2+dfsg0-2.dsc
 a6d20821139f1a736e736e56c7a7c264b1a48b80 7137 
composite_0.006.2+dfsg0-2.debian.tar.gz
 23867a9f83724ce1497f2676a6467b9e71af7c6c 970444 
composite_0.006.2+dfsg0-2_amd64.deb
 c58dd87116d9a57c80dbadd9c788a85f00c52369 3050412 
composite-data_0.006.2+dfsg0-2_all.deb
 3dd825a376cad847cd5e496c4559853510fe5623 18078610 
composite-dbg_0.006.2+dfsg0-2_amd64.deb
Checksums-Sha256: 
 78700fedecc78b4cce21652f3162507ccc04f947ca314c9b658d9f533c5bfd00 2284 
composite_0.006.2+dfsg0-2.dsc
 d222bf33b6ae6ef42a79e11bae01e322ffd898c418c3b664d467d89294664799 7137 
composite_0.006.2+dfsg0-2.debian.tar.gz
 59abe95be641a69059fefe12911dcee3979dfe2c29bb4565582cc70dfd99759a 970444 
composite_0.006.2+dfsg0-2_amd64.deb
 46cf1578f0476078238a18610bc4e61b3ec2681b12ef2f060e62cac62552878c 3050412 
composite-data_0.006.2+dfsg0-2_all.deb
 d10035d3253114409b09067a65cac577c7f680d834109db3f3526f65ae81cdb8 18078610 
composite-dbg_0.006.2+dfsg0-2_amd64.deb
Files: 
 fa09cac363f3d0df23a2d007cbbff630 2284 sound optional 
composite_0.006.2+dfsg0-2.dsc
 b19cb76ab9c4ee559e3da35a8a75641a 7137 sound optional 
composite_0.006.2+dfsg0-2.debian.tar.gz
 e2ff8f62f612a2c918d070de23d2e0b7 970444 sound optional 
composite_0.006.2+dfsg0-2_amd64.deb
 279a4b18b9815203c01ee88e84711bc0 3050412 sound optional 
composite-data_0.006.2+dfsg0-2_all.deb
 b26ccf047921594e3b1d007e2bc440e2 18078610 debug extra 
composite-dbg_0.006.2+dfsg0-2_amd64.deb

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

iQIcBAEBCgAGBQJPtLyLAAoJEOikiuUxHXZabJsP/15r4Cn0CHcGncAupurXoIFZ
gtluoyCvf7ZnClxJWmnVyv4MF7d9ZWgm6+yQFttOTohB5Bri6H/7TdiFZnRgPGd2
bZ7EppK9DJkTR2tOV4jIfJC2hRUkdPWIRLhCQskyBIHyVMulgrffBCMUgbBKxfj6
f6mEek0DqmlPFlIBkeYFj0USf1lc1ti307I9mgn2CAg8TpXMgIG12/HmvnmTmSOU
rtZ7ZH6pahpjqR+B2ozmWrrEgQkqstKS4rqadz96aJltLamviVzOU4MahCdXavrn
qQemV6m26cz0hBxit/tx38m/J8tmzroZUFzSGmkE/foevwchj6jeUeifELH1otSC
N4/MnibEGapdZf1Rz32MmeBSXgU6BN9sX/ygqa/ArQMftNECEgS32I4kFPldAsuT
/uOfDNyvF/ZSqLoRRa58tRjGAZxXW1eXfEYaI+jSzKJr7DjNLSlaVnH3Ht5TcubO
YMuTGoAg8JtRMWK5aGQq0KqNbJynoZDXetKZPlYVkL8pf7wF0dRz05YnGVJ2xA4a
wuXc4H8RFwm6JKpwQ5Sxmec+FmMmQLRczWnV/bnxzyFcGomJ1Rfs7BrKXuTzpA7D
J1uQry9ffR+cS6MFV5H7XEUUGXZ9wCsv5+oVbIK4xUS3rfz9R9hTD6hZj39qpE91
3tTHmvHENBt7EndT0y0u
=60h/
-END PGP SIGNATURE-


Accepted:
composite-data_0.006.2+dfsg0-2_all.deb
  to main/c/composite/composite-data_0.006.2+dfsg0-2_all.deb
composite-dbg_0.006.2+dfsg0-2_amd64.deb
  to main/c/composite/composite-dbg_0.006.2+dfsg0-2_amd64.deb
composite_0.006.2+dfsg0-2.debian.tar.gz
  to main/c/composite/composite_0.006.2+dfsg0-2.debian.tar.gz
composite_0.006.2+dfsg0-2.dsc
  to main/c/composite/composite_0.006.2+dfsg0-2.dsc
composite_0.006.2+dfsg0-2_amd64.deb
  to main/c/composite/composite_0.006.2+dfsg0-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/e1suwdt-0004d9...@franck.debian.org



Accepted libsysadm-install-perl 0.39-1 (source all)

2012-05-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 10:41:26 +0200
Source: libsysadm-install-perl
Binary: libsysadm-install-perl
Architecture: source all
Version: 0.39-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libsysadm-install-perl - module for typical installation tasks of system 
administrators
Changes: 
 libsysadm-install-perl (0.39-1) unstable; urgency=low
 .
   [ Angel Abad ]
   * Email change: Angel Abad - an...@debian.org
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.39
   * Update debian/copyright file.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update copyright years for debian/* packaging.
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 0bb6d75f5dab08f2568ee2fd498db68f9a4b5537 2342 libsysadm-install-perl_0.39-1.dsc
 79d82bb69ec755660f04725bcc3aa19f8207f5c5 28076 
libsysadm-install-perl_0.39.orig.tar.gz
 1b1ea5bdbfe491c4a0133181b31a341b831b69d8 4113 
libsysadm-install-perl_0.39-1.debian.tar.gz
 73be41fdb1870c00a7b716ff18e4e5377f1eda2f 30974 
libsysadm-install-perl_0.39-1_all.deb
Checksums-Sha256: 
 e9aaf08df19340f0819524a39b9c5a9868081d20445509cd59cf32e4d7ee3c39 2342 
libsysadm-install-perl_0.39-1.dsc
 536daff2f82f37e5e11fa03eaf1703466306612985526b05d4cc58b9dd22f728 28076 
libsysadm-install-perl_0.39.orig.tar.gz
 858e5d4e6fd43e0b354f3536822e9ea37022663157789e4501c58815173fc171 4113 
libsysadm-install-perl_0.39-1.debian.tar.gz
 545f3d8fa5ef0d54f8a7485aefb78a6b273aa53fff6db2074e95d4772ddd6589 30974 
libsysadm-install-perl_0.39-1_all.deb
Files: 
 a68a5c310fbf7707589994ea21ffdce9 2342 perl optional 
libsysadm-install-perl_0.39-1.dsc
 0e6be4dfa53e820671b1ecdab5506d26 28076 perl optional 
libsysadm-install-perl_0.39.orig.tar.gz
 c46fec9024ccfa115bdd5c04f2c681fa 4113 perl optional 
libsysadm-install-perl_0.39-1.debian.tar.gz
 a89a40804127b1bd54e72b6db43d2e2c 30974 perl optional 
libsysadm-install-perl_0.39-1_all.deb

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

iQIcBAEBCAAGBQJPtLp8AAoJEHidbwV/2GP+PeIQAKMI/JYi9gqB+HtUv6Cemj4P
qUSuYgXE4P1rRZVAmSZ3tW0hTUZ67K+ilxbUTt2Iul1rJxBTDr5qAYjNmyFy1ekq
kw95g7AziA267XX/v6uvyY/x8rlzgZRqsV6kA+OC+UMU5iEz8FlgUlHIYWTyrGHS
+FzTKVT+8Ol2TqePV0Dra82B1lx9nWnnxwDyRQ6U7ZYxZltba2f+COnlQPr6XKhi
u2F9sCTqRlu68JzEhxSa0cCVfWTAexBq3biWChJ5RC5kaavplSB1ytl2r2WVqppW
xT1qzMU3xdcQGRDnk/nmVBz/jJYjkL+WN4tVWFuvjI58J7fRufWb+FMAjxqmA3cR
9TsMctSsBo/nkFiQigEI6YknkRDXxWmxiRXEA0Z7DTicNMbfbs+9ito5kGaEQ3+F
EBUtuVolxnEmmPRJW9EKwWPWjBELhCZcWRCdfPWTdut9mscil9IfGRfyy6Cobce+
mkrIeIi3IuVfZ+llJgYh0S5KZDyCiSkHFFBsn792QlPTZiSmyqlR7UyIKRaZqcmj
r4m8GNDSch2n4fP79I2H/4HIM0QK0BuOz4FbDi+fCLHJPqmlwXwJpdD5bS3qW4cT
WvtJHhj9GTA/qjXNqzrGYVYxuw4Mz44zVz5323YpHkEkY2NFUjZ53WyExrsf/khC
31WqGq1rPdDwVI1pE3t5
=5qDA
-END PGP SIGNATURE-


Accepted:
libsysadm-install-perl_0.39-1.debian.tar.gz
  to 
main/libs/libsysadm-install-perl/libsysadm-install-perl_0.39-1.debian.tar.gz
libsysadm-install-perl_0.39-1.dsc
  to main/libs/libsysadm-install-perl/libsysadm-install-perl_0.39-1.dsc
libsysadm-install-perl_0.39-1_all.deb
  to main/libs/libsysadm-install-perl/libsysadm-install-perl_0.39-1_all.deb
libsysadm-install-perl_0.39.orig.tar.gz
  to main/libs/libsysadm-install-perl/libsysadm-install-perl_0.39.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/e1suwem-0004wn...@franck.debian.org



Accepted gle-graphics 4.2.4c-2 (source sparc)

2012-05-17 Thread Christian T. Steigies
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 May 2012 23:56:53 +0200
Source: gle-graphics
Binary: gle-graphics
Architecture: source sparc
Version: 4.2.4c-2
Distribution: unstable
Urgency: low
Maintainer: Christian T. Steigies c...@debian.org
Changed-By: Christian T. Steigies c...@debian.org
Description: 
 gle-graphics - Interactive Graphics Language Editor
Closes: 669161
Changes: 
 gle-graphics (4.2.4c-2) unstable; urgency=low
 .
   * add libpoppler-glib-dev and libcairo-dev to Build-Depends
   * build package on smetana.debian.org to show that it does not FTBFS
 on sparc (closes: #669161)
Checksums-Sha1: 
 6d20477daeee36c06fda9513c09365ee8b129d85 1333 gle-graphics_4.2.4c-2.dsc
 7149b41b192c238872d3312da2f0ecd8961bf4b4 11905 
gle-graphics_4.2.4c-2.debian.tar.gz
 9102ce0b526f45666ccdc677f8f42afb4dc73bf0 4518058 
gle-graphics_4.2.4c-2_sparc.deb
Checksums-Sha256: 
 37077f94bec0e6c256f8e2996d0942d5d2e558aacb33512affd42597053aea37 1333 
gle-graphics_4.2.4c-2.dsc
 886b7fbfca0e1e22df865cab9a92949cd5301a4bd559e7e0a4dd39fafdfff9ce 11905 
gle-graphics_4.2.4c-2.debian.tar.gz
 530698263b72265e2b9356e0ddd91c8a4c828af982be482492c5b2cbc468d6f6 4518058 
gle-graphics_4.2.4c-2_sparc.deb
Files: 
 099b615eb3e79cae353899b50aacd62d 1333 graphics optional 
gle-graphics_4.2.4c-2.dsc
 6004329f3eca1de6142599a43add63ed 11905 graphics optional 
gle-graphics_4.2.4c-2.debian.tar.gz
 47a2a9b55d53cba985ac8d79cf2462dd 4518058 graphics optional 
gle-graphics_4.2.4c-2_sparc.deb

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

iEYEARECAAYFAk+0wtIACgkQhWcuXd2lEoB/kACfWqJVvYYvVBOWCr8v8lK9SSLk
yecAn2Ln4feTtfxVO/CPcvMwJwj0euLr
=jGEx
-END PGP SIGNATURE-


Accepted:
gle-graphics_4.2.4c-2.debian.tar.gz
  to main/g/gle-graphics/gle-graphics_4.2.4c-2.debian.tar.gz
gle-graphics_4.2.4c-2.dsc
  to main/g/gle-graphics/gle-graphics_4.2.4c-2.dsc
gle-graphics_4.2.4c-2_sparc.deb
  to main/g/gle-graphics/gle-graphics_4.2.4c-2_sparc.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/e1sux4b-0003xb...@franck.debian.org



Accepted ardour 1:2.8.12-2 (source amd64)

2012-05-17 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 May 2012 11:02:30 +0200
Source: ardour
Binary: ardour ardour-altivec ardour-i686
Architecture: source amd64
Version: 1:2.8.12-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 ardour - digital audio workstation (graphical gtk2 interface)
 ardour-altivec - digital audio workstation (graphical gtk2 interface) [altivec]
 ardour-i686 - digital audio workstation (graphical gtk2 interface) [i686]
Closes: 667101
Changes: 
 ardour (1:2.8.12-2) unstable; urgency=low
 .
   * Team upload.
 .
   [ Jaromír Mikeš ]
   * Little fix in license reference
 .
   [ Alessio Treglia ]
   * Fix FTBFS with GCC 4.7.
 Thanks to Matthias Klose for the patch. (Closes: #667101)
   * Replace lv2core with lv2-dev in Build-Depends.
Checksums-Sha1: 
 c6201e13f093138ef3af0cde4b907fb3c36ffe7b 2856 ardour_2.8.12-2.dsc
 acabfb0081e796f59539cd54978dc79dbb0ba6d1 121167 ardour_2.8.12-2.debian.tar.gz
 9738ab85ddf63cb769775c1649e548fb2dd11c04 5588008 ardour_2.8.12-2_amd64.deb
Checksums-Sha256: 
 89c60f3c661a99e1a4c0e40ec3bfff8990b174b2908012cb1e497835d8f1bbdd 2856 
ardour_2.8.12-2.dsc
 7f3f6fbfb6d8ec9f4d4c2d07f841019894ddd46bf9add9b64abb2b505a352dc9 121167 
ardour_2.8.12-2.debian.tar.gz
 5a8e8b162d5696f0e003a295c1c06123b8954f7efecf2f823121c8f7d962024a 5588008 
ardour_2.8.12-2_amd64.deb
Files: 
 13035ca0854442de7f9eb1e7240cd413 2856 sound extra ardour_2.8.12-2.dsc
 db978bc8be278ac722def19c39abb2bb 121167 sound extra 
ardour_2.8.12-2.debian.tar.gz
 c9e77c16ff139543d86d8082143c8b9a 5588008 sound extra ardour_2.8.12-2_amd64.deb

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

iQIcBAEBCgAGBQJPtMUCAAoJEOikiuUxHXZaz5YP/jhpIxlePCuSPDsgAJ4tM2cs
9Z2kV0UbZ9bK40cG86qxH7zixGF4W+3xgyU9ur08HUjhDG8gvnN2kNvQuV2FlyXw
WhkOlSulmHQt3OAMbZEbDOKixxG0KBxXFQkrZXKviZtjG/drLHMFFNfnP6J6XHsh
R51v4uJw4D76v9aClWAqxoWU0yk/w/T8C12b+F+psqkd/mKPs/McI8QegZTmbaZy
C/p4KBmmdj1mXZ56bI1w5IIs3GI/OLpVnd4a4+YfVl4BtvyiDy3bv7EzCcCUUL0V
PNpvSPtw25Cho14mdan97wxvsegfiJ1/9OWg3PUUBkBWx+LYuTaDlf1ndBLAHROr
CrJqcc3tYmusQuqDMR4aFIENtWvH4ZyOu/bjVWAzRGtDsYy/I5kCOGfANCGErLbf
xpdhynrxMqsNHCs5Cbk8tSQn9Fu9U0D0FVEjG2Dc9Ln6J2WxTl1mUN19kIBAiI2m
7/quRVHGHgETMcXZl6iPJErFJf8XdZvfZcRvgzRT9Szv8GPq3Q/0NQ319OXL0RgS
SSur+KIlOiNB95tlH7sdXIkWocaaM4LfXS6G8nI5m6O3vIGZe3e4FNEyrdRf2QEQ
nTJO2trYwZPMLUWDUNaklsguAgmmCTopLVvqtfJcBGIEPJXnx5HNP+A/iwMccfpw
m5C5TpN6qJYhcH3H6YyA
=ktlg
-END PGP SIGNATURE-


Accepted:
ardour_2.8.12-2.debian.tar.gz
  to main/a/ardour/ardour_2.8.12-2.debian.tar.gz
ardour_2.8.12-2.dsc
  to main/a/ardour/ardour_2.8.12-2.dsc
ardour_2.8.12-2_amd64.deb
  to main/a/ardour/ardour_2.8.12-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/e1suxir-0007nt...@franck.debian.org



Accepted libncursesada 5.9.20110404-5 (source all amd64)

2012-05-17 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 10:48:53 +0200
Source: libncursesada
Binary: libncursesada2-dev libncursesada2 libncursesada-dbg libncursesada-doc
Architecture: source amd64 all
Version: 5.9.20110404-5
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boulenguez nicolas.bouleng...@free.fr
Changed-By: Nicolas Boulenguez nicolas.bouleng...@free.fr
Description: 
 libncursesada-dbg - Ada binding to the ncurses text interface library: debug 
symbols
 libncursesada-doc - Ada binding to the ncurses text interface library: 
documentation
 libncursesada2 - Ada binding to the ncurses text interface library: shared 
library
 libncursesada2-dev - Ada binding to the ncurses text interface library: 
development
Changes: 
 libncursesada (5.9.20110404-5) unstable; urgency=low
 .
   * Switched from ALDH mess to dh_ada_library.
   * README.Debian: short reference to Debian Ada Policy.
   * Created build dirs once and for all.
   * Standard-Version, compat: 3.9.3, 9 (no changes)
   * control: -dbg does not Pre-Depends: ${misc:Pre-Depends} for multiarch.
 -dev Depends: libncurses-dev
   * copyright: update.
   * patches:
 recompile_c_srcs_with_fpic.diff for dynamic version.
 respect_cflags_adaflags_ldflags.diff
   * source.lintian-overrides: a generated dependency is passed as substvar
 and not seen by lintian.
   * tests: explicit find instead of glob.
   * rules: removed unused ./configure parameter.
Checksums-Sha1: 
 24c85d71c758cf448a5e7d6c2a8a4e6b887e735b 2228 libncursesada_5.9.20110404-5.dsc
 e709fe71fbd0970ef33f9ffc2b6ce7e5bfd2449e 8525 
libncursesada_5.9.20110404-5.debian.tar.bz2
 48230f21dabce6a25a7d6ac747cd8b9d0ef5ee2f 460088 
libncursesada2-dev_5.9.20110404-5_amd64.deb
 41095e31749cec637963d7ec9ac4c8bb7f04ba77 240398 
libncursesada2_5.9.20110404-5_amd64.deb
 ba537bac940f96e6b989348ce994986addcbb430 139746 
libncursesada-dbg_5.9.20110404-5_amd64.deb
 53e76f5804abcad6c028cad96a2479fb1f645c1a 405058 
libncursesada-doc_5.9.20110404-5_all.deb
Checksums-Sha256: 
 441815835c43255529d7dc0e35f52d2d81b7feb07074535ed4525312be9df008 2228 
libncursesada_5.9.20110404-5.dsc
 01baffa2a1bbcb6854ecfef5376307a126234653204937d3de06a916cebe8ceb 8525 
libncursesada_5.9.20110404-5.debian.tar.bz2
 f6f15566f95d918d8fc45af0ca8166d402f1f912f552831741c3cad90a8a0b33 460088 
libncursesada2-dev_5.9.20110404-5_amd64.deb
 fa1ee3f1bd06a9fad9d2809d7baa8af7bbeb2e214331a98d9221f253a7024123 240398 
libncursesada2_5.9.20110404-5_amd64.deb
 b9433cabf13b08524ba50019fadd8e7b26e3241901dc7285e8a95f880cd02dd0 139746 
libncursesada-dbg_5.9.20110404-5_amd64.deb
 027c2d2d722c815ba301c23427b955c57890b91da02f07e1b338fd815f772073 405058 
libncursesada-doc_5.9.20110404-5_all.deb
Files: 
 cf37770a28d1c7d2b0bb327e0e202d7b 2228 libdevel extra 
libncursesada_5.9.20110404-5.dsc
 2fd8ce7cfb993ac642679d849e59875f 8525 libdevel extra 
libncursesada_5.9.20110404-5.debian.tar.bz2
 c714b34114e26130d70be3bddbeb983d 460088 libdevel extra 
libncursesada2-dev_5.9.20110404-5_amd64.deb
 0e69ee7b708e236f7eb23394d2060438 240398 libs extra 
libncursesada2_5.9.20110404-5_amd64.deb
 b7f3eb3fa832fe3af9a765bae8f32af9 139746 debug extra 
libncursesada-dbg_5.9.20110404-5_amd64.deb
 1782c716f2211096288163139678e164 405058 doc extra 
libncursesada-doc_5.9.20110404-5_all.deb

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

iQIcBAEBCAAGBQJPtMZHAAoJELUqnPRJDfyNROoP/0oe1hO84pwfiS9ADZn6tsMC
jI//KT8w2Q1WwpqKrmnuTiqUVAsmHAsiKeHiTEolK4WGfF6DeIRQMxftLuRYlPXF
ckyU2qcMyfZNwSqB6BuWOsGdb2uu8PzeYmT6T/HxpF3//IgIhoOlh7jDs8WGUavM
Xr+mCeS8BdVC6Zain6MNOhH3WJapuK42wdUR9ndzZeceduS3UPPKlPERicFyExqb
C220SvTJsKdbZp9seQnhVPvVGX1bQftYlewF6PyblOro9tyJVrDTrIAN4IJCJLID
bUg675AH6qe4sf8EzqRQFbk6qX02qmU0Ns2xVLSW8mSjrvHAb58vN1e6DTw5e0Uf
RuVhW2lQ3/3oEVpwYqKrGoAcYRwe4meuP+Tf+5FvgYaI2TQUUG5azRtV/bqTypPN
6sUOA7EpqGdpmDiO83eUInql5vUQgIFq4TSsdzrOWI1A/gFzcGioNjdFpWrBvJa6
lz3KBlSTBjoWjJNBkj711zsEpPZIK1LDoKmWZaGldfpO0+DkyySIAKks2rljjHnD
ZKsZ8VEJ0fwHpCzt3Tq6z+8w8FhyjWTqb3ut/i2f4Ty5QzvfkUBG8PvgT9sHB7Kk
Eif/cgz1+15tZSe+pGqCMbT+K6Lgs4dD0vgr7GpjXR7xvZMTmYPX9FTsolH0XsCr
01Fk3XkWjGErF+ro8NRy
=xW+g
-END PGP SIGNATURE-


Accepted:
libncursesada-dbg_5.9.20110404-5_amd64.deb
  to main/libn/libncursesada/libncursesada-dbg_5.9.20110404-5_amd64.deb
libncursesada-doc_5.9.20110404-5_all.deb
  to main/libn/libncursesada/libncursesada-doc_5.9.20110404-5_all.deb
libncursesada2-dev_5.9.20110404-5_amd64.deb
  to main/libn/libncursesada/libncursesada2-dev_5.9.20110404-5_amd64.deb
libncursesada2_5.9.20110404-5_amd64.deb
  to main/libn/libncursesada/libncursesada2_5.9.20110404-5_amd64.deb
libncursesada_5.9.20110404-5.debian.tar.bz2
  to main/libn/libncursesada/libncursesada_5.9.20110404-5.debian.tar.bz2
libncursesada_5.9.20110404-5.dsc
  to main/libn/libncursesada/libncursesada_5.9.20110404-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: 

Accepted music123 16.3-3 (source amd64)

2012-05-17 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 10:14:12 +0200
Source: music123
Binary: music123
Architecture: source amd64
Version: 16.3-3
Distribution: unstable
Urgency: low
Maintainer: Xavier Grave xavier.gr...@ipno.in2p3.fr
Changed-By: Nicolas Boulenguez nicolas.bouleng...@free.fr
Description: 
 music123   - Command-line shell for sound-file players
Changes: 
 music123 (16.3-3) unstable; urgency=low
 .
   * Standard-Versions 3.9.3: updated DEP URL in copyright file.
   * debhelper 9: no changes (upstream Makefile ignores environment).
   * control: executables do not need depending on versioned gnat.
   * rules: existence of buildflags.mk guaranteed by dpkg-dev (1.16.1).
 Use dh-ada-library Makefile snippet for build flags and parralelism.
Checksums-Sha1: 
 2c9bd3363bda58a4ce1ba92eb136546806e4dc39 1988 music123_16.3-3.dsc
 e95b2b384a60be965b0ef2003ec1d01ba51c7ec7 5682 music123_16.3-3.debian.tar.bz2
 68b0f4a41af2aa1ef223f0e611fbccfd811355b5 74782 music123_16.3-3_amd64.deb
Checksums-Sha256: 
 3cba43f74a16ad4e2808996e3669061288e5e9d11073e90ddb9cdd89372026bf 1988 
music123_16.3-3.dsc
 80bfe8054ce951208cfa7e7d899b72d679427832c411b85beead796426ea909d 5682 
music123_16.3-3.debian.tar.bz2
 5c275c8c42d151f36d6a4675d1135c8c3cb6819695e9668fa89359371c62b882 74782 
music123_16.3-3_amd64.deb
Files: 
 48b3ddf4b462799b300370a31f7e0e26 1988 sound optional music123_16.3-3.dsc
 c063e6378dd71dae2db30f4cdc50e371 5682 sound optional 
music123_16.3-3.debian.tar.bz2
 c04b68c05a13f092ade480b5958bcca9 74782 sound optional music123_16.3-3_amd64.deb

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

iQIcBAEBCAAGBQJPtMZxAAoJELUqnPRJDfyNW/wP/RiiQpurI3uRp6DSPoOwJrtN
YxSXoKQ8olmDMTe9jVf4vEBZI67x/zVj90CTAkaFRmkHcL6BjDeFvpV9MFQuTiFT
6de3/8YfX09MntbUfsW5BJZc10ESNa95JQEOxVnOeFZpOpzO7+m424MtZmuR5iPg
9skEq6LMrhAiTSMSDYMeKbnv59ciJjJjJ5E7S9iUFa4Sl5nTZ54SN9f6aUoIO4Gp
W0kFptbF1JFmLXCDSikrmrvjXzD9XUlZ2hmbXZGoU2mKwVT5KZw7bHpJ6uNqvpr0
FnqCvr3Juz8VQAcBLibJTil1vS1I11Nlc1b9jZ6UKJKBIs2+17vxhhpcNvmd6cRh
vKWkEcor4GT7ehypArenYETN1GVUPHbrXTMr+ebV5/2OgfSqMR71aVs896hWjOGY
bsylBDVoklXnqZfu6+5PXnik+vrrj9mbiM7//i7Qju1jVohogdNHOCMIZSv9d8ej
Ffaf+KrkswPUwuJY0K/Ft4i7ohE6cj2XVNE+uzyX0ZbRkXc2bPw7bdu6M0eoMWwT
BFFECN3ARKZNziugB0pyL0GIw7UzBhDdYCxzE+kqmsyhsqhsKN7MEi7FRx8HkSiR
yjgpCFtbqeopobPcGl8jadePy50Nwqd0ecV5SUec4bd+TTKkBPshdbL8QfX69PDo
HbHXx/mherMNb4o+LHcF
=tSHE
-END PGP SIGNATURE-


Accepted:
music123_16.3-3.debian.tar.bz2
  to main/m/music123/music123_16.3-3.debian.tar.bz2
music123_16.3-3.dsc
  to main/m/music123/music123_16.3-3.dsc
music123_16.3-3_amd64.deb
  to main/m/music123/music123_16.3-3_amd64.deb


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



Accepted redis 2:2.4.13-1 (source amd64)

2012-05-17 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 10:32:33 +0100
Source: redis
Binary: redis-server
Architecture: source amd64
Version: 2:2.4.13-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 redis-server - Persistent key-value database with network interface
Closes: 673202
Changes: 
 redis (2:2.4.13-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #673202)
   * Sync upstream redis.conf changes with debian/redis.conf.
Checksums-Sha1: 
 24491d58604aba33c9f85bc91c173b255cf992f7 1161 redis_2.4.13-1.dsc
 212128b1c7cc0021beb3dae38b7fe957d6743f3b 625464 redis_2.4.13.orig.tar.gz
 411b9d5d691a07a75f7350e8974c2258406b6b6c 17790 redis_2.4.13-1.debian.tar.gz
 e8b043a260735e92fc7678cc14a3e1dd1b780b49 231578 redis-server_2.4.13-1_amd64.deb
Checksums-Sha256: 
 da6067fd31988510b3d65f432724175fea0666fce43d5883ccca4437fb18bea6 1161 
redis_2.4.13-1.dsc
 b6e057b6b5cd5946f8b46b2427401400686ed4f6c4af446eb1f0ec170d3f87be 625464 
redis_2.4.13.orig.tar.gz
 1bd1e0c2306a586ac6ed52c11371ce0fcabf64e2a78e38e11d84d8162a006340 17790 
redis_2.4.13-1.debian.tar.gz
 821226d253349afed5acb6e7475133eaf87ce4b87e4b014c19c96bb68e7009b5 231578 
redis-server_2.4.13-1_amd64.deb
Files: 
 9dad4480aef4c7dfcff09695d65a22d1 1161 database optional redis_2.4.13-1.dsc
 f8a160f8a6fe7d7e8ebb4c23ff583d71 625464 database optional 
redis_2.4.13.orig.tar.gz
 d4eb72cbabba2f6388702035053dd32d 17790 database optional 
redis_2.4.13-1.debian.tar.gz
 1dadc82398ce5cedf0394d0565f02d9d 231578 database optional 
redis-server_2.4.13-1_amd64.deb

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

iEYEARECAAYFAk+0xd0ACgkQ5/8uW2NPmiDGkgCgjSfBygdYaYlywtHt5Tb36CwI
1hQAn01ShKKbyyu/uY/Hc6u8rBQo9IFT
=2b0R
-END PGP SIGNATURE-


Accepted:
redis-server_2.4.13-1_amd64.deb
  to main/r/redis/redis-server_2.4.13-1_amd64.deb
redis_2.4.13-1.debian.tar.gz
  to main/r/redis/redis_2.4.13-1.debian.tar.gz
redis_2.4.13-1.dsc
  to main/r/redis/redis_2.4.13-1.dsc
redis_2.4.13.orig.tar.gz
  to main/r/redis/redis_2.4.13.orig.tar.gz


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



Accepted berusky-data 1.4-1 (source all)

2012-05-17 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 07:09:07 +
Source: berusky-data
Binary: berusky-data
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 berusky-data - Data files for Berusky
Changes: 
 berusky-data (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control, debian/copyright, debian/watch: New homepage.
Checksums-Sha1: 
 d5b2d368ab4240a29fcb13e73810d2cfa8ef0660 1727 berusky-data_1.4-1.dsc
 907e2c323ded63ea82838e3f1e9e94340a855ee2 964700 berusky-data_1.4.orig.tar.gz
 ee5ca55341bf0a9881b8d9e50446adebc55fd098 2695 berusky-data_1.4-1.debian.tar.gz
 8a47c7b72958537cebbb8b12ab64a3de36253157 931988 berusky-data_1.4-1_all.deb
Checksums-Sha256: 
 8bd9cfcd2ea1385f009e36e955ca26a95090d06a892f9b7687f44c083e013dbe 1727 
berusky-data_1.4-1.dsc
 3639f6b08cb176339b80e962878fb9666be5a1b28f39c6dbc721d4378381 964700 
berusky-data_1.4.orig.tar.gz
 d2044ca15af44ad9222364d37c99858e4f0a33cd4ea2dc03803a1feb7f9bdfda 2695 
berusky-data_1.4-1.debian.tar.gz
 953e12ac81bbd5c02e68c599a1f85d864b97447165337f8d8cfcd3a4a1873d57 931988 
berusky-data_1.4-1_all.deb
Files: 
 6e7c191e26800a81f3dbaa36494a93ae 1727 games optional berusky-data_1.4-1.dsc
 e9b1d09b538e1ac2ede25bcff0e3a61d 964700 games optional 
berusky-data_1.4.orig.tar.gz
 2660b449f34a5e703cf3bdd3feed9b84 2695 games optional 
berusky-data_1.4-1.debian.tar.gz
 464d5a69c8603040e44d740a3cbee46a 931988 games optional 
berusky-data_1.4-1_all.deb

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

iQIcBAEBCAAGBQJPtM6LAAoJEDNV9NY7WCHMuywP/AsUn4Ox2i7OsPTcUdP/9Tz0
s22wuTkuMFwGWoAoLYySQ6ZjZQI5+Mst3nQk/NSLosjFjAr3MquJsPRHiaUPWFhh
DEutWY5qu+rIiAjpw5ulX+pwtdcO6kfy++tf+ySVjs8gaNK7vMEDLScXkIeXwHjv
o7yC9xRFpy7w/GsMkHK2xlnje9GDzg/LkOUfEoJM6qRyGy5l8Lpj18C9w7TMjNyN
4A4nEI6N0tnuj1BKWywS7NRMIGbLkhwXYt5RuoM+bhPt5CMSax4uh4KA6tnEeeHU
aVeRxR4eIXjzQmN4B4FkVBSctEjm+/CNQd58gofoMKnnXW1jE7UpI0Xu8+8dB/Es
m4tvcv4WhIJI5jgkGbzS2Mq5LC+k9okPJYZbdfa0n/VPDzGk8BUNwqX8Q46UW4se
I4ADRdW2X1cOGN/aZ0JQASB59U+vNhLhrtj3Dl7KkIlHTffuBLG58ZqdCRO6STCb
IEh1vWLaPhch6v40+f1B9eSeU7kvCP5vlyjt4tBtkg8A0K7ICJ7khilDjooigAIo
0a5SXhYyDQAT/cEMilQlwZHTgdxm3sp+WVfSqW3xtUyWY94b0B8MnCidJRLmpsdU
0ySY7r0mV74EtD903CCl+TawzusEogBfycT8X0CYMzkSm0gplXIQTXXIDYCie8sp
4G0Wym8SXw3F11xZgwdU
=Uc7Y
-END PGP SIGNATURE-


Accepted:
berusky-data_1.4-1.debian.tar.gz
  to main/b/berusky-data/berusky-data_1.4-1.debian.tar.gz
berusky-data_1.4-1.dsc
  to main/b/berusky-data/berusky-data_1.4-1.dsc
berusky-data_1.4-1_all.deb
  to main/b/berusky-data/berusky-data_1.4-1_all.deb
berusky-data_1.4.orig.tar.gz
  to main/b/berusky-data/berusky-data_1.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/e1suxml-qa...@franck.debian.org



Accepted ispell.pt 20120503-1 (source all)

2012-05-17 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 11:32:18 +0200
Source: ispell.pt
Binary: iportuguese wportuguese
Architecture: source all
Version: 20120503-1
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 iportuguese - European Portuguese dictionary for ispell
 wportuguese - European Portuguese wordlist
Changes: 
 ispell.pt (20120503-1) unstable; urgency=low
 .
   * New Upstream release.
Checksums-Sha1: 
 1646d59e05dc7b749d2fc3e0b1314f38ec3c59ca 1360 ispell.pt_20120503-1.dsc
 bb8f79301fc180d191edafd2e73601566639a112 180362 ispell.pt_20120503.orig.tar.gz
 d49e919cecfc96a950434c687c90324d3170b039 6781 ispell.pt_20120503-1.diff.gz
 9252b48c029e6449b1dfb07f934403c4abdc08c8 169500 iportuguese_20120503-1_all.deb
 8f5bd1c53012d0a8705c9fa9180a0872830ed353 1020660 wportuguese_20120503-1_all.deb
Checksums-Sha256: 
 94c100d419b662a17a2e329ff2685aadd179fcabafa2a3b86b5bb1d68a426e32 1360 
ispell.pt_20120503-1.dsc
 06742523b348c3fdb1e1fd1a0d2bd08ee9365a1b6bdee5e0af1ac21e23efbafc 180362 
ispell.pt_20120503.orig.tar.gz
 a05fabde1a8477827588e4f4ec67ef24ec6420984edb1761f81712e1ee4804d6 6781 
ispell.pt_20120503-1.diff.gz
 5165965d8a533ca722b2a3146b9337e129eda05b03b1720d9327219cc23e09e7 169500 
iportuguese_20120503-1_all.deb
 aad4ebcf7c888c869c9840e43ad7313b08c487b402e4f4c7692ceaca099fccb5 1020660 
wportuguese_20120503-1_all.deb
Files: 
 ff9a994b51ddf3abbd0ec11a62fc287f 1360 text optional ispell.pt_20120503-1.dsc
 e67ebfbbcf360aab87474c71cd07c59b 180362 text optional 
ispell.pt_20120503.orig.tar.gz
 d01ee0e27b7eaf84330a9e76523336af 6781 text optional 
ispell.pt_20120503-1.diff.gz
 434c221d913bd1fe9e8c5ea8b925a751 169500 text optional 
iportuguese_20120503-1_all.deb
 becfbe8fae2421bfac0d4527f03e27aa 1020660 text optional 
wportuguese_20120503-1_all.deb

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

iD8DBQFPtMx7TShHqj72DpwRAiZiAJ9vvaWdxtu5xUGad8ruLw6Yj2JpPACeN8su
pxXCShZ0hiIePF+Dtny6DXI=
=BS0e
-END PGP SIGNATURE-


Accepted:
iportuguese_20120503-1_all.deb
  to main/i/ispell.pt/iportuguese_20120503-1_all.deb
ispell.pt_20120503-1.diff.gz
  to main/i/ispell.pt/ispell.pt_20120503-1.diff.gz
ispell.pt_20120503-1.dsc
  to main/i/ispell.pt/ispell.pt_20120503-1.dsc
ispell.pt_20120503.orig.tar.gz
  to main/i/ispell.pt/ispell.pt_20120503.orig.tar.gz
wportuguese_20120503-1_all.deb
  to main/i/ispell.pt/wportuguese_20120503-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/e1suxrz-0001tk...@franck.debian.org



Accepted lightspark 0.5.7-1+gles2~exp0 (source amd64)

2012-05-17 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 18:48:21 +0200
Source: lightspark
Binary: lightspark browser-plugin-lightspark lightspark-common lightspark-dbg
Architecture: source amd64
Version: 0.5.7-1+gles2~exp0
Distribution: experimental
Urgency: low
Maintainer: Debian Flash Maintainers pkg-flash-de...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 browser-plugin-lightspark - High-performance SWF player - Mozilla Plugin 
(experimental)
 lightspark - High-performance SWF player (experimental)
 lightspark-common - High-performance SWF player - common data
 lightspark-dbg - High-performance SWF player (experimental) - Debug symbols
Changes: 
 lightspark (0.5.7-1+gles2~exp0) experimental; urgency=low
 .
   * Build lightspark against gles2 libraries, upload to experimental.
   * Cherry-pick upstream commit e9d8149 to fix FTBFS when compiling
 against GLES2 libraries.
Checksums-Sha1: 
 80c34c59be4ef6058b245a34f8ffa40b9ff772f5 2319 lightspark_0.5.7-1+gles2~exp0.dsc
 4ee21176a26b99f9abff9d2b4b98a31bee1564f9 7913 
lightspark_0.5.7-1+gles2~exp0.debian.tar.gz
 5e69b6bf7b899e9738e4d6fed881ab5b3abefbd2 113442 
lightspark_0.5.7-1+gles2~exp0_amd64.deb
 fd94f4ef87e909823fc02d40ad135e772ef01610 50616 
browser-plugin-lightspark_0.5.7-1+gles2~exp0_amd64.deb
 b3eb2d28082a86b14f5548dcf52055b456dac3e8 4735326 
lightspark-common_0.5.7-1+gles2~exp0_amd64.deb
 d7bd7efd4dcfa6731fcaa75157ca9e87d9be0d38 17136460 
lightspark-dbg_0.5.7-1+gles2~exp0_amd64.deb
Checksums-Sha256: 
 7e57a5e642af3fc59fc2c118279a7e3b3dd0286af336e7cb93f97e797167d119 2319 
lightspark_0.5.7-1+gles2~exp0.dsc
 61e70807ac1ab31d2f21fea3ecb93bdff6fd00bb6e0835a1251cc1dab8393a96 7913 
lightspark_0.5.7-1+gles2~exp0.debian.tar.gz
 72ee9033539961a82124774a438220da2fd606a8a4e3a47a3dde3987ec4caad4 113442 
lightspark_0.5.7-1+gles2~exp0_amd64.deb
 9aaf22dc5fd73ce319c1e53cc8c0fa5703a8f86e7a9e8e6313c2fe285b062675 50616 
browser-plugin-lightspark_0.5.7-1+gles2~exp0_amd64.deb
 9f94565eb919683f105cfb16bfd56d70932db1f7118e43465c801fb51453d351 4735326 
lightspark-common_0.5.7-1+gles2~exp0_amd64.deb
 15cf8312fe4311598debf5254e386926447815571080c8bbe02a016686ad5d7b 17136460 
lightspark-dbg_0.5.7-1+gles2~exp0_amd64.deb
Files: 
 387b72e521a82c91e8ebda0499ed917b 2319 utils optional 
lightspark_0.5.7-1+gles2~exp0.dsc
 1d51f3ea9ac65941d36683527b789f34 7913 utils optional 
lightspark_0.5.7-1+gles2~exp0.debian.tar.gz
 370c05d99ed816989cf9fe36b452b549 113442 utils optional 
lightspark_0.5.7-1+gles2~exp0_amd64.deb
 572c441600d8ad20c8d107eb93fe146d 50616 utils optional 
browser-plugin-lightspark_0.5.7-1+gles2~exp0_amd64.deb
 16a9c931168eb6304064722baa8e1afa 4735326 utils optional 
lightspark-common_0.5.7-1+gles2~exp0_amd64.deb
 75658963ea6132db39a4756877e91cf4 17136460 debug extra 
lightspark-dbg_0.5.7-1+gles2~exp0_amd64.deb

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

iQGcBAEBCAAGBQJPtMqTAAoJEIvPpx7KFjRVso8L/iEk1Q2GTeEeetG4mIKQiQRY
jZTmmbbpnVsrYOLZPIr13M4lRICVG5e/MKWbkLavO/0Ra5UGXkcn9FlNux/1tCB4
AsPGx0Wyhh48d/c2zn5p/lpoBKOR4g6Xkfus7PwEH5bjJOkX/injxtVDwGj/snXO
1FIMxJX/P2HoDm3y0z5mEzKRfhbbzXbTCZtQx8GB+jTRH2KHr7ZuDhOSG+FLG3rR
sYJvhMnDK9ThsFredquX6MBz8PVTZR8mYpuTWWE3DEUCaXKNCDS8XczYnHjx6/Kp
F8zc6rJ5fWP5CJvrao9zlGpF9vmIA9VB7ZK5Gxtxsda2rrZaVP+0eSAM6zWJKVHt
88F4IoJg3XbvTQwr0+k1I+xcYf14wusR7k0vFu8MnJtqT020E5CooI68lTJpakMr
m+KpVu9VCvEAOBddkNTB5H0OB6QRW93PtQ2hnqCFZEScrar8IsXG5F5MZ4gZQ+Ft
M1S7nOqcDodXd0Ybu96svydQe0MjjiSbn1A45F2Isg==
=F6Iw
-END PGP SIGNATURE-


Accepted:
browser-plugin-lightspark_0.5.7-1+gles2~exp0_amd64.deb
  to main/l/lightspark/browser-plugin-lightspark_0.5.7-1+gles2~exp0_amd64.deb
lightspark-common_0.5.7-1+gles2~exp0_amd64.deb
  to main/l/lightspark/lightspark-common_0.5.7-1+gles2~exp0_amd64.deb
lightspark-dbg_0.5.7-1+gles2~exp0_amd64.deb
  to main/l/lightspark/lightspark-dbg_0.5.7-1+gles2~exp0_amd64.deb
lightspark_0.5.7-1+gles2~exp0.debian.tar.gz
  to main/l/lightspark/lightspark_0.5.7-1+gles2~exp0.debian.tar.gz
lightspark_0.5.7-1+gles2~exp0.dsc
  to main/l/lightspark/lightspark_0.5.7-1+gles2~exp0.dsc
lightspark_0.5.7-1+gles2~exp0_amd64.deb
  to main/l/lightspark/lightspark_0.5.7-1+gles2~exp0_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/e1suxum-0002my...@franck.debian.org



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

2012-05-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 10:34:38 +0200
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat 
samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind 
libpam-winbind libnss-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source i386 all
Version: 2:3.6.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libnss-winbind - Samba nameservice integration plugins
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Windows domain authentication integration plugin
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 swat   - Samba Web Administration Tool
 winbind- Samba nameservice integration server
Closes: 672733 673122
Changes: 
 samba (2:3.6.5-3) unstable; urgency=low
 .
   [ Luk Claes ]
   * Ship wbclient.pc so cifs-utils can be built again (Closes: #672733).
   * Activate parallel building. Might need DEB_BUILD_OPTIONS as usual.
 .
   [ Christian Perrier ]
   * Add Breaks and Replaces on libpam-winbind for newly created
 libnss-winbind. Thanks to Clin Watson for pointing this and shame
 on me for not properly checking the transition. Closes: #673122
Checksums-Sha1: 
 727909155f7d16e0a01ce224e40f44f5aaa12c9b 3091 samba_3.6.5-3.dsc
 43a5a7f4b694f0e54d07be51cf5ed3d0fa33faac 381610 samba_3.6.5-3.debian.tar.gz
 7fa114b33e6cc94999020ceee3e76bef80700eb9 8326842 samba_3.6.5-3_i386.deb
 55485a0b0aa034065e3864198e34c6e2d6e8230a 6395792 
samba-common-bin_3.6.5-3_i386.deb
 096bd6f05871b50b54d3c05ed8aaa5291976c8ce 393920 samba-common_3.6.5-3_all.deb
 06262497338b7875d3f2a638d34612451df47f62 11925668 samba-tools_3.6.5-3_i386.deb
 bc2ffb8903e0f9da46946ff942a5b1e167d32cca 14381570 smbclient_3.6.5-3_i386.deb
 097942775236470e7d0593ac746b336f60573f2a 2301564 swat_3.6.5-3_i386.deb
 d630ea6409b9616c11fdcea90a148769413e59e0 1769624 samba-doc_3.6.5-3_all.deb
 c2f682b5f9ce85c831650e2779c8345505823bda 7061114 samba-doc-pdf_3.6.5-3_all.deb
 8ebb34d9cd5bfb1bb6ae48fd32534da2c137c0e7 865540 libpam-smbpass_3.6.5-3_i386.deb
 abe02b129a988e8c016e6af571e858af5b71db5b 2257208 libsmbclient_3.6.5-3_i386.deb
 69352278762f19451e723d283c28cdffc2c187ea 2940082 
libsmbclient-dev_3.6.5-3_i386.deb
 25fe0f0d66058b6868fb928357d20283e958a895 4597770 winbind_3.6.5-3_i386.deb
 53f528bdfde56684a3ea7c4f01e31dcf536de798 105576 libpam-winbind_3.6.5-3_i386.deb
 03702825d0392fa77ddfc34c58ad3de0888c2132 692102 libnss-winbind_3.6.5-3_i386.deb
 929bd53e880c392e0da6a510c4453162bc29fce2 67626890 samba-dbg_3.6.5-3_i386.deb
 e46e61e2c2562615ac4d047be047fb75902d37e1 99178 libwbclient0_3.6.5-3_i386.deb
 910fe436a594a8ada7fe4d3283ea31329f960725 83020 libwbclient-dev_3.6.5-3_i386.deb
Checksums-Sha256: 
 dd0e350167c8dd3f5323b0d8b523cc791b628ab81972ced3945b223a5418132c 3091 
samba_3.6.5-3.dsc
 471ac55cbe1817099a4c547f898779280953eab58429cef90ac7a64b3e6c6d6e 381610 
samba_3.6.5-3.debian.tar.gz
 7e7ac2e2a70e898359179bb0bc3e2e9d7b6517ebcd82025e41fafa9197723252 8326842 
samba_3.6.5-3_i386.deb
 10eae901c5fe06655c4da743901e971c24a0cb9801559beb633e25831cda5d1b 6395792 
samba-common-bin_3.6.5-3_i386.deb
 21a159e56ac68a187164ba2c6becfed878de0cba15096caf048262c3b284c180 393920 
samba-common_3.6.5-3_all.deb
 e15ee6ea7a9e98d2239212b528014b8f655be10adcba332bdb43f35446f3b972 11925668 
samba-tools_3.6.5-3_i386.deb
 b7ef8eb6e198f8740ce269dc005e0f2490e4610ce45f5faf7c0d768ab56bbbfb 14381570 
smbclient_3.6.5-3_i386.deb
 20facf88d2a4572eff858278afce699426ff559b0de4a4898c5233adce2bd1cb 2301564 
swat_3.6.5-3_i386.deb
 29c401ec7ed819e92bd144648df9ece26d7cffee619ac89fdc49f46d134e6973 1769624 
samba-doc_3.6.5-3_all.deb
 ba57ad816fbed8b60f02c1347936503f51b3711f5172e9c23125724f11ca88de 7061114 
samba-doc-pdf_3.6.5-3_all.deb
 43491b9c40fc048db0e44ed57b103e587d7d39da7dfb01120f7a77c49545888a 865540 
libpam-smbpass_3.6.5-3_i386.deb
 fe080e264ed8cfcea80b2af07a55e6b0616f40c50d63d273f9bbe5797fcbceea 2257208 
libsmbclient_3.6.5-3_i386.deb
 3306aea4835c312539322b1d4651219ae2121adbb252123cc468b50e4135e348 2940082 
libsmbclient-dev_3.6.5-3_i386.deb
 cdab00d8e146eb8ab98c9187c240d55fcf938a37ce4c4510db94f0f0e4ceb036 4597770 
winbind_3.6.5-3_i386.deb
 914a04701e9885141237758168a3cb340e8560d2a082bcc4b64a9a51cc2ccba0 105576 

Accepted amoeba 1.1-26 (source i386)

2012-05-17 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 10:22:37 +
Source: amoeba
Binary: amoeba
Architecture: source i386
Version: 1.1-26
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson se...@debian.org
Changed-By: Steinar H. Gunderson se...@debian.org
Description: 
 amoeba - fast-paced, polished OpenGL demonstration by Excess
Closes: 673201
Changes: 
 amoeba (1.1-26) unstable; urgency=low
 .
   * 24-build-on-kfreebsd.diff: Added missing __linux__ - __unix__
 replacements in opengl/glwindow.h; should fix building on non-Linux
 platforms. (Closes: #673201)
Checksums-Sha1: 
 78387c415b6e4f54cbffdc7c65d2cbfcfd813c21 1208 amoeba_1.1-26.dsc
 45e76ec5725fb89c909a1f0755778dc3a1a3a6f0 21100 amoeba_1.1-26.debian.tar.gz
 579de8cdbbdeaec22fc076852b7ad3a06f1a408c 91168 amoeba_1.1-26_i386.deb
Checksums-Sha256: 
 fbd8d0224f0eafac6363088c8218b57cfce0f542a5ea684201f8af9a659edfe8 1208 
amoeba_1.1-26.dsc
 ccf72098fb0bbb739b53867e323b55e9a1f9d2cab975b5dc1380774c03e790f5 21100 
amoeba_1.1-26.debian.tar.gz
 e77d649eb2044a5b8335daad77d03ede0b211b09e01029078145d360d014dc5f 91168 
amoeba_1.1-26_i386.deb
Files: 
 28d595929ade98df843610ae2c323b64 1208 contrib/x11 optional amoeba_1.1-26.dsc
 0813cd273b2e42532f6c6f27023d61df 21100 contrib/x11 optional 
amoeba_1.1-26.debian.tar.gz
 9b2ee2e13921656c105f57bd054d9489 91168 contrib/x11 optional 
amoeba_1.1-26_i386.deb

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

iEYEARECAAYFAk+00hsACgkQXKRQ3lK3SH6YfACdHaYaydfgbncUnZls/qNraNFw
T7UAn3E2gegiCVI7eeyrndBr8jQ8leRi
=quaH
-END PGP SIGNATURE-


Accepted:
amoeba_1.1-26.debian.tar.gz
  to contrib/a/amoeba/amoeba_1.1-26.debian.tar.gz
amoeba_1.1-26.dsc
  to contrib/a/amoeba/amoeba_1.1-26.dsc
amoeba_1.1-26_i386.deb
  to contrib/a/amoeba/amoeba_1.1-26_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/e1suytj-0008kd...@franck.debian.org



Accepted berusky 1.4-1 (source amd64)

2012-05-17 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 May 2012 07:54:32 +
Source: berusky
Binary: berusky
Architecture: source amd64
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 berusky- Logic game based on Sokoban
Changes: 
 berusky (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Depends: berusky-data (= 1.4).
   * debian/patches/07_quick_quit.diff: Removed.
   * debian/patches/10_typos.diff: Removed.
   * debian/control, debian/copyright, debian/watch: New homepage.
   * debian/rules: Disabled German translation, see #673242.
Checksums-Sha1: 
 9461c139c88bf01f9695a61119020225f80d730a 1786 berusky_1.4-1.dsc
 7d59c382c029412341b20f3c7a4658a4c5d81e69 452548 berusky_1.4.orig.tar.gz
 e88e5cf2c188703fd203ab4addff31369045fd8d 14004 berusky_1.4-1.debian.tar.gz
 a74b8a0c04d7be2049ae24130c95a87050291ea9 126036 berusky_1.4-1_amd64.deb
Checksums-Sha256: 
 1eab7b3f3c819449894c2ccf87e2560b655f5388b6821af9a9f4b6e558c18122 1786 
berusky_1.4-1.dsc
 173cdeac878dd36737093a2a2b1160e9dbb96ebff80ee0ae4d1eb13349902f3f 452548 
berusky_1.4.orig.tar.gz
 f188015ef8143432661d593cab2f213684f9645a6fe77e7a9900ba16c3067b35 14004 
berusky_1.4-1.debian.tar.gz
 b578959c8d8350856b501c8ab92acc9faed0f198551f4f5ac77bc13b3b360bbc 126036 
berusky_1.4-1_amd64.deb
Files: 
 27a72110ee6a9b773894d6a14d557629 1786 games optional berusky_1.4-1.dsc
 3caddb21d5d865ea29bd2501227faec7 452548 games optional berusky_1.4.orig.tar.gz
 1d0374b606ffd1c6dd10b645a37f05de 14004 games optional 
berusky_1.4-1.debian.tar.gz
 e4e17fe3657363623366b1f9e6cd70a4 126036 games optional berusky_1.4-1_amd64.deb

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

iQIcBAEBCAAGBQJPtM6CAAoJEDNV9NY7WCHM3wUQALuWeYKu0MmxXtL0DtQM9uj/
p3Ay/XHm0Lwa+UDFXbx2/0+MfugyVRkcyek+x+hBYjYOxnbtCZpmrL3wHqtz1onH
nX1kRlYJDEcMdmLRBKU163v8EroDZlLwrVAZcdicPZF/LL6fMkxGMYsvqbcFw8h1
x9DFXd8Bnkdvm64rMqCd+Kf3C7q0GDVjRD8wEo6GaWlc7Eo2KgRwcKumzg0mv2hu
8PpddagONn+JJeqeSOq7tRNpnI7ELrpcnnVp4cBfWh8QvTF9IRY419nELhnSm3hI
eWiMvYPX9tKacGAOWFrTOnM5db9HCsLJKuR7yVcNXryXYJ//tK/MlnKF301BA6JE
JCY88EF+xtStcrKR8mh4riKx46X3Ipflz2ste6Y+Es2QaaGriR3HuRzPSFUZb5fP
ObcSQZ4BEUNhAm5TTBCGvctd5Ob5hIHQ6ai2btIPHixAi7hBxVqqYoQlwCqR8SYp
i2e8wRltriLqrm3mbX8EoOIpwuWCo5WdUh2xKhhrW6kXLzsaBKQoNo4GxRauzD+e
/85OHoJT50DFXHufvfIcRGBPEpnJH1PAdfkmqDsmjq9Hc4Z4jl29eJvH+uZcdlwb
i0cxEXHBZbndR1j7ziKbDqqapTQZ8l6UqS6cK6UHekaoue/Z7kAsx8SUSRV+VEPR
xG4oPrPGZ4wrxNs5Pne5
=TUw/
-END PGP SIGNATURE-


Accepted:
berusky_1.4-1.debian.tar.gz
  to main/b/berusky/berusky_1.4-1.debian.tar.gz
berusky_1.4-1.dsc
  to main/b/berusky/berusky_1.4-1.dsc
berusky_1.4-1_amd64.deb
  to main/b/berusky/berusky_1.4-1_amd64.deb
berusky_1.4.orig.tar.gz
  to main/b/berusky/berusky_1.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/e1suyuz-0008rx...@franck.debian.org



Accepted gnome-keyring 3.4.1-2 (source amd64)

2012-05-17 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 11:40:29 +0200
Source: gnome-keyring
Binary: gnome-keyring libpam-gnome-keyring
Architecture: source amd64
Version: 3.4.1-2
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 gnome-keyring - GNOME keyring services (daemon and tools)
 libpam-gnome-keyring - PAM module to unlock the GNOME keyring upon login
Changes: 
 gnome-keyring (3.4.1-2) experimental; urgency=low
 .
   * Build-Depend on libselinux1-dev only for linux-any.
Checksums-Sha1: 
 ed67b7ef33f274a3a6cf52d629d70d536a9b1200 2022 gnome-keyring_3.4.1-2.dsc
 850ce4da679ca3b886ab52032346ee7632f64e3e 15154 
gnome-keyring_3.4.1-2.debian.tar.gz
 23e6cc75eeaa0609532ca8d893687c927efd730d 1813726 
gnome-keyring_3.4.1-2_amd64.deb
 307f08733a31b3d3c179fd012c12443ca85eb7ff 253234 
libpam-gnome-keyring_3.4.1-2_amd64.deb
Checksums-Sha256: 
 312e3d340bab7948e238cd6e773f6f71d02a31ff3cc2d63c9902d1e4a252c0b0 2022 
gnome-keyring_3.4.1-2.dsc
 789b1573a19bd329174640dd7d012c886b0ccc5cd6b04b94192278625916f3de 15154 
gnome-keyring_3.4.1-2.debian.tar.gz
 4cc7b009751bf2aa3080e4294e0e872aba05ee3d81c98d7ecd31b74d02bf2f5c 1813726 
gnome-keyring_3.4.1-2_amd64.deb
 80a0e265f59bc3b936f32a52ab38330dfbdcfe4b0facf3d27adbc4446cd876bf 253234 
libpam-gnome-keyring_3.4.1-2_amd64.deb
Files: 
 d5405714d7a5a03eb56a440a907a610e 2022 gnome optional gnome-keyring_3.4.1-2.dsc
 4eb7331f34be70cf995ec56fbafdc457 15154 gnome optional 
gnome-keyring_3.4.1-2.debian.tar.gz
 f2e872401921902f4894530c113a0b63 1813726 gnome optional 
gnome-keyring_3.4.1-2_amd64.deb
 debab606f17e0666131ab0978537fbd4 253234 admin optional 
libpam-gnome-keyring_3.4.1-2_amd64.deb

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

iEYEARECAAYFAk+01/YACgkQJYSUupF6Il7jiwCg4RTyizBdx2OuFH1qZtVFPXE2
1RoAn2yLZiv/DDovdxigEh4j/SsbXb56
=2li7
-END PGP SIGNATURE-


Accepted:
gnome-keyring_3.4.1-2.debian.tar.gz
  to main/g/gnome-keyring/gnome-keyring_3.4.1-2.debian.tar.gz
gnome-keyring_3.4.1-2.dsc
  to main/g/gnome-keyring/gnome-keyring_3.4.1-2.dsc
gnome-keyring_3.4.1-2_amd64.deb
  to main/g/gnome-keyring/gnome-keyring_3.4.1-2_amd64.deb
libpam-gnome-keyring_3.4.1-2_amd64.deb
  to main/g/gnome-keyring/libpam-gnome-keyring_3.4.1-2_amd64.deb


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



Accepted gpsbabel 1.4.3-1 (source all amd64)

2012-05-17 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2012 23:28:46 +0200
Source: gpsbabel
Binary: gpsbabel gpsbabel-doc gpsbabel-gui
Architecture: source all amd64
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gpsbabel   - GPS file conversion plus transfer to/from GPS units
 gpsbabel-doc - GPS file conversion plus transfer to/from GPS units
 gpsbabel-gui - GPS file conversion plus transfer to/from GPS units - GUI
Closes: 660476
Changes: 
 gpsbabel (1.4.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #660476)
   * [0754cb61] Merge branch 'upstream'
   * [0dc59f07] Merge branch 'upstream'
   * [337703bb] Refreshing patches.
   * [6e23bc91] Migrate debian/rules and .install files to gpsbabel 
subdirectory.
Checksums-Sha1: 
 beedae7a020c701aba2880873d678e0293da 2147 gpsbabel_1.4.3-1.dsc
 713e46f0ce32c7dbf63ec45cd5b90e62a7b88243 5658528 gpsbabel_1.4.3.orig.tar.gz
 bc881c6e7c9211df1821ba2e6f691db60e7c44ac 12802 gpsbabel_1.4.3-1.diff.gz
 1ce03a0a65e6512e398176fed172ca11e53350e2 1507306 gpsbabel-doc_1.4.3-1_all.deb
 516ff6d24c88d4468798573f2c45841c556e7c44 575540 gpsbabel_1.4.3-1_amd64.deb
 aacd999f8d501e9e10101670798e8920f6384a3d 460354 gpsbabel-gui_1.4.3-1_amd64.deb
Checksums-Sha256: 
 c789135671fbc9529ad5e33a7c55b45334a028945ff7b379294c9e2c52f2b3d1 2147 
gpsbabel_1.4.3-1.dsc
 b1c9f4339552e48da05da03689b7fd838daf221e2ed484a019c8ed6886ea61e8 5658528 
gpsbabel_1.4.3.orig.tar.gz
 a8d1ac9c42857db6c3b91223e7c7795db3166707509bec7ea442d6ef94a74a24 12802 
gpsbabel_1.4.3-1.diff.gz
 edd67b2fcd021e2077211e74046281e4dc43a60f392f5e497a37dee8073cef5c 1507306 
gpsbabel-doc_1.4.3-1_all.deb
 450cd02329e9b5aebcf320733ad63846f32ef9e1ff9b796b0fcae3b7bc3b54aa 575540 
gpsbabel_1.4.3-1_amd64.deb
 699b966ef173a1a045d7e145b28c5ed1d0c82de9c58a0be4e96bf34acda09998 460354 
gpsbabel-gui_1.4.3-1_amd64.deb
Files: 
 b7c095e35b2eeb6a70d3eb9bb6e4bb6e 2147 utils optional gpsbabel_1.4.3-1.dsc
 038685d8488d782c29cb7c404a6bd790 5658528 utils optional 
gpsbabel_1.4.3.orig.tar.gz
 14ea49934ac30da1c28c6698579f155c 12802 utils optional gpsbabel_1.4.3-1.diff.gz
 7d7bff914e7a1dde98283ccbda2acea3 1507306 doc optional 
gpsbabel-doc_1.4.3-1_all.deb
 d0c4ba79b8aee29dba3d670d475a6adc 575540 utils optional 
gpsbabel_1.4.3-1_amd64.deb
 bdf23c7c30949a21e237b101cfe65073 460354 utils optional 
gpsbabel-gui_1.4.3-1_amd64.deb

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

iQIcBAEBCAAGBQJPtNFLAAoJEOs2Fxpv+UNfiZ8P/R9loOShC1i39cbxgcO67gUA
El06uog0Lx/r1bhzORMhM2lUIqySMi6ngVAIfwQcu8D0t3y1UCGeOJ3CEYL9BUAd
4dZh2Sg3vlYn9/qaFbNiNA9gj+g25JT6Ebxz1tMIxDzUnfU0Ng9rff3R+LX7Abj9
ireCh1uTgWzi6rKrtwaLSiSYtOId+vuSsd4BVtD+BXaVBmdO3xMxi+jvhgFe4MOz
B+ZyHxNJTnmwIoOHmoq1YwlbxDcjviye0aFGn6w2DETXob11d+e1kHmOrTjmyYK1
+WFcJo3VvBo/oNGEgvvMfm5NQjxmYJfU4fkf/DvlRy/zXPjMy0viMi8Fk79UdIE6
gx2C3KREZDMq8G5mOIYXrArM5rDVzkIDtf9BrISieLwORE4AQ98d2ipVy3ubp5Pf
56DOXFZgnaaac0W5knGiRgR1oct1GcUANXjJKADazvc0X8zdgSA8qsTErBVwmbkp
pCe1NAWt2jtftmknmFYR0QHTBuUMk7upFJiWeM3+rpQzUXxRZAloq+lsSwyt53nA
TroENa3LHeDCfnQhuLq9FvADVhaHa/IfSzsgWJVxokbWUiHss7sZxV4GXE6r6a9T
VQTbleCKIhU4Vmtp7bIEm/tvYaeG0lHGBUDa5BhtGxgSOMnxRgEmwqyKHRzXhz6t
YFJ5YSasGLcVyWBO2QIP
=9F/D
-END PGP SIGNATURE-


Accepted:
gpsbabel-doc_1.4.3-1_all.deb
  to main/g/gpsbabel/gpsbabel-doc_1.4.3-1_all.deb
gpsbabel-gui_1.4.3-1_amd64.deb
  to main/g/gpsbabel/gpsbabel-gui_1.4.3-1_amd64.deb
gpsbabel_1.4.3-1.diff.gz
  to main/g/gpsbabel/gpsbabel_1.4.3-1.diff.gz
gpsbabel_1.4.3-1.dsc
  to main/g/gpsbabel/gpsbabel_1.4.3-1.dsc
gpsbabel_1.4.3-1_amd64.deb
  to main/g/gpsbabel/gpsbabel_1.4.3-1_amd64.deb
gpsbabel_1.4.3.orig.tar.gz
  to main/g/gpsbabel/gpsbabel_1.4.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/e1suywn-jy...@franck.debian.org



Accepted haskell-comonad 1.1.1.5-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:41:57 +0200
Source: haskell-comonad
Binary: libghc-comonad-dev libghc-comonad-prof libghc-comonad-doc
Architecture: source all amd64
Version: 1.1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-comonad-dev - Haskell 98 comonads
 libghc-comonad-doc - Haskell 98 comonads; documentation
 libghc-comonad-prof - Haskell 98 comonads; profiling data
Changes: 
 haskell-comonad (1.1.1.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 7944188b2e895b36cb09499eb8ae7a215385a0fc 1834 haskell-comonad_1.1.1.5-1.dsc
 24265911c506fc64b454a9549f64dc75cdaebb61 4293 
haskell-comonad_1.1.1.5.orig.tar.gz
 3294519219bd504627a8a47490c714b55d132d2c 2252 
haskell-comonad_1.1.1.5-1.debian.tar.gz
 9d1a6c7215b77adf7f90eb0d342ad7427db96f1e 36994 
libghc-comonad-doc_1.1.1.5-1_all.deb
 695d7f9fe504569e3d8c18f1db9df7d2b09da891 40128 
libghc-comonad-dev_1.1.1.5-1_amd64.deb
 c11ad0c2cfc940c28a68e955cfbba2ab71a41f0a 41478 
libghc-comonad-prof_1.1.1.5-1_amd64.deb
Checksums-Sha256: 
 821d516198ca977bc481dc393d5693a47062883555ada9ca2ca2464d7af1f3f4 1834 
haskell-comonad_1.1.1.5-1.dsc
 bf7e14d454457c5cc13c3b0c9468180d6b85f902f869ae3dd3f9c35fecc5048a 4293 
haskell-comonad_1.1.1.5.orig.tar.gz
 edfedbf37abc18fb32853b9df0c03068b7969fa546ab757f81cfd96d30850873 2252 
haskell-comonad_1.1.1.5-1.debian.tar.gz
 d4bd78f9dea6adc0fa150fc9453e568e61cc6d00e09f32e104d04ca759479e29 36994 
libghc-comonad-doc_1.1.1.5-1_all.deb
 81c32d490813861c190a59d9d73d06faca26edea3a83d5b29250251954e3314b 40128 
libghc-comonad-dev_1.1.1.5-1_amd64.deb
 cee70adeb304f691fce65bf031a57ed964e6fce43d0fd5fef4866ad56cb50086 41478 
libghc-comonad-prof_1.1.1.5-1_amd64.deb
Files: 
 6f6f71c6659f148705a300b97814f7da 1834 haskell extra 
haskell-comonad_1.1.1.5-1.dsc
 ebd409f2ecbe400af77d133064bfdb8c 4293 haskell extra 
haskell-comonad_1.1.1.5.orig.tar.gz
 a2749ef16423cfa8a580f381eca3b794 2252 haskell extra 
haskell-comonad_1.1.1.5-1.debian.tar.gz
 bfa1508e42f7e97f46c4168f9a4a8946 36994 doc extra 
libghc-comonad-doc_1.1.1.5-1_all.deb
 286df9931eab1ff7d99ab2ff1a6b614f 40128 haskell extra 
libghc-comonad-dev_1.1.1.5-1_amd64.deb
 1eea22c181ede7ca4e2939f470eafc34 41478 haskell extra 
libghc-comonad-prof_1.1.1.5-1_amd64.deb

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

iEYEARECAAYFAk+01uwACgkQ9ijrk0dDIGzLuACfRZ1qyhED7EyfS/VR1bXlSlKS
TiQAn1PTBfmMsj9VqPeY3wqtaAxkehPD
=z046
-END PGP SIGNATURE-


Accepted:
haskell-comonad_1.1.1.5-1.debian.tar.gz
  to main/h/haskell-comonad/haskell-comonad_1.1.1.5-1.debian.tar.gz
haskell-comonad_1.1.1.5-1.dsc
  to main/h/haskell-comonad/haskell-comonad_1.1.1.5-1.dsc
haskell-comonad_1.1.1.5.orig.tar.gz
  to main/h/haskell-comonad/haskell-comonad_1.1.1.5.orig.tar.gz
libghc-comonad-dev_1.1.1.5-1_amd64.deb
  to main/h/haskell-comonad/libghc-comonad-dev_1.1.1.5-1_amd64.deb
libghc-comonad-doc_1.1.1.5-1_all.deb
  to main/h/haskell-comonad/libghc-comonad-doc_1.1.1.5-1_all.deb
libghc-comonad-prof_1.1.1.5-1_amd64.deb
  to main/h/haskell-comonad/libghc-comonad-prof_1.1.1.5-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/e1suyx1-ol...@franck.debian.org



Accepted haskell-comonad-transformers 2.1.1.1-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:51:47 +0200
Source: haskell-comonad-transformers
Binary: libghc-comonad-transformers-dev libghc-comonad-transformers-prof 
libghc-comonad-transformers-doc
Architecture: source all amd64
Version: 2.1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-comonad-transformers-dev - Haskell 98 Comonad transformers
 libghc-comonad-transformers-doc - Haskell 98 Comonad transformers; 
documentation
 libghc-comonad-transformers-prof - Haskell 98 Comonad transformers; profiling 
data
Changes: 
 haskell-comonad-transformers (2.1.1.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 f7e2465abdfb9c884e8ff5e4966476157a02f234 2520 
haskell-comonad-transformers_2.1.1.1-1.dsc
 f9d49389cb2672c008b6072322a2fb4b9e83adeb 6136 
haskell-comonad-transformers_2.1.1.1.orig.tar.gz
 bdc0614fa747594b6da3fa2067f783638994e395 2401 
haskell-comonad-transformers_2.1.1.1-1.debian.tar.gz
 1a2182d767ac35571059b3432c58e7024e40a1fc 44194 
libghc-comonad-transformers-doc_2.1.1.1-1_all.deb
 2e87b94a87c4f42a03d47b23bee4b56f44e02d27 109696 
libghc-comonad-transformers-dev_2.1.1.1-1_amd64.deb
 010223ae5ec360747a62186755283e92a76e7bb2 120764 
libghc-comonad-transformers-prof_2.1.1.1-1_amd64.deb
Checksums-Sha256: 
 41bd005845e0e7dea99cda414802b4f122dbbf9233be5537c05aa7ff4cf79af7 2520 
haskell-comonad-transformers_2.1.1.1-1.dsc
 49396ca25a73e3a41b247675192ddef7d700d05eadf6fa014d34a84a0f946120 6136 
haskell-comonad-transformers_2.1.1.1.orig.tar.gz
 a1d50b9cbd04381761c9cc3ffad18d67904a252dc23df36ba7c1ba606679eb55 2401 
haskell-comonad-transformers_2.1.1.1-1.debian.tar.gz
 bb4ef6b909981ad3785709b40966d3bf3cdc614ae4ee7d7b988b65f3ee7bc983 44194 
libghc-comonad-transformers-doc_2.1.1.1-1_all.deb
 78f629d46933b8f90cf5efe9199118b691104d09b787307a80f331fb95f102d9 109696 
libghc-comonad-transformers-dev_2.1.1.1-1_amd64.deb
 5b03194587bfc6ccc4c712aaa5b4189d4852ecd64baf684b182432062085f83c 120764 
libghc-comonad-transformers-prof_2.1.1.1-1_amd64.deb
Files: 
 c098289bcf2a098b0fcc184538a4252f 2520 haskell extra 
haskell-comonad-transformers_2.1.1.1-1.dsc
 055b6e4cd44a80ada4925e84b76c8bc0 6136 haskell extra 
haskell-comonad-transformers_2.1.1.1.orig.tar.gz
 92fa8e82867ec2b2d8eda07c60680ed7 2401 haskell extra 
haskell-comonad-transformers_2.1.1.1-1.debian.tar.gz
 c740f6703e2a0ee961a5875adc9eeaa9 44194 doc extra 
libghc-comonad-transformers-doc_2.1.1.1-1_all.deb
 01501d315696a54beb728020cd7a2fe5 109696 haskell extra 
libghc-comonad-transformers-dev_2.1.1.1-1_amd64.deb
 026e1cf2bdf774ac7aa3d547bc3e8a43 120764 haskell extra 
libghc-comonad-transformers-prof_2.1.1.1-1_amd64.deb

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

iEYEARECAAYFAk+02JQACgkQ9ijrk0dDIGzYzQCgtZ0PZ8WHas0c57Dn1cKfWdUp
33MAoK8XwIt0XYB/kQJqVo7lk97UG9Gx
=wFl8
-END PGP SIGNATURE-


Accepted:
haskell-comonad-transformers_2.1.1.1-1.debian.tar.gz
  to 
main/h/haskell-comonad-transformers/haskell-comonad-transformers_2.1.1.1-1.debian.tar.gz
haskell-comonad-transformers_2.1.1.1-1.dsc
  to 
main/h/haskell-comonad-transformers/haskell-comonad-transformers_2.1.1.1-1.dsc
haskell-comonad-transformers_2.1.1.1.orig.tar.gz
  to 
main/h/haskell-comonad-transformers/haskell-comonad-transformers_2.1.1.1.orig.tar.gz
libghc-comonad-transformers-dev_2.1.1.1-1_amd64.deb
  to 
main/h/haskell-comonad-transformers/libghc-comonad-transformers-dev_2.1.1.1-1_amd64.deb
libghc-comonad-transformers-doc_2.1.1.1-1_all.deb
  to 
main/h/haskell-comonad-transformers/libghc-comonad-transformers-doc_2.1.1.1-1_all.deb
libghc-comonad-transformers-prof_2.1.1.1-1_amd64.deb
  to 
main/h/haskell-comonad-transformers/libghc-comonad-transformers-prof_2.1.1.1-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/e1suyxh-sw...@franck.debian.org



Accepted haskell-comonads-fd 2.1.1.2-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:54:45 +0200
Source: haskell-comonads-fd
Binary: libghc-comonads-fd-dev libghc-comonads-fd-prof libghc-comonads-fd-doc
Architecture: source all amd64
Version: 2.1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-comonads-fd-dev - Comonad transformers using functional dependencies
 libghc-comonads-fd-doc - Comonad transformers using functional dependencies; 
documentation
 libghc-comonads-fd-prof - Comonad transformers using functional dependencies; 
prof data
Changes: 
 haskell-comonads-fd (2.1.1.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e98c20379923a40eb4ddfa2a5731f10cf92935b5 2239 haskell-comonads-fd_2.1.1.2-1.dsc
 8e5b2efbcb0e083cd27be7bed704c37c3881824c 3272 
haskell-comonads-fd_2.1.1.2.orig.tar.gz
 fc1f4e3886f39db2e4df12a921bb4a5dccbd342b 2346 
haskell-comonads-fd_2.1.1.2-1.debian.tar.gz
 99c20b36028b381311a3f2f04caa0847cf73161b 38030 
libghc-comonads-fd-doc_2.1.1.2-1_all.deb
 9e0b99b629d7a29935c22ae1f877dc79f9d7d3a0 35474 
libghc-comonads-fd-dev_2.1.1.2-1_amd64.deb
 e61606afe2b914493c4df98364d6a7902fda113b 42012 
libghc-comonads-fd-prof_2.1.1.2-1_amd64.deb
Checksums-Sha256: 
 a289683198c3d939213118d0b6175c6ce9e6e267870db53a7ed0904647c9388f 2239 
haskell-comonads-fd_2.1.1.2-1.dsc
 139754d745dde61590053bf85050edc8660e9fde99952a92a809a942a725483a 3272 
haskell-comonads-fd_2.1.1.2.orig.tar.gz
 eb51bff0347c15f066b0d87794397d87c3ca9cc67e5bc0e9d5133994b2c6f77c 2346 
haskell-comonads-fd_2.1.1.2-1.debian.tar.gz
 8a0e29e134808ebb6f39621c598bd8a7e68a5bd3f6838fd656250be59391e435 38030 
libghc-comonads-fd-doc_2.1.1.2-1_all.deb
 3d2af709651b59476cf45a6f86df19b32421e8d4d42b203da1a587c998b1d324 35474 
libghc-comonads-fd-dev_2.1.1.2-1_amd64.deb
 feb6a5d258f3458b7edcd9444fa1210835a318cd8c4a57bac6d22f45b1934972 42012 
libghc-comonads-fd-prof_2.1.1.2-1_amd64.deb
Files: 
 3c04f87c949c20454c1fed0658204cf8 2239 haskell extra 
haskell-comonads-fd_2.1.1.2-1.dsc
 e8fd6e8a9e8606a00860d045096699ee 3272 haskell extra 
haskell-comonads-fd_2.1.1.2.orig.tar.gz
 dd88bdbef798af819b89e5b17a78e393 2346 haskell extra 
haskell-comonads-fd_2.1.1.2-1.debian.tar.gz
 cd792755ae7ad02fed3703066937d288 38030 doc extra 
libghc-comonads-fd-doc_2.1.1.2-1_all.deb
 82bc8ec4f4db9dd04252c76735002de6 35474 haskell extra 
libghc-comonads-fd-dev_2.1.1.2-1_amd64.deb
 bf162c91878f46c6b4e58e985838eb26 42012 haskell extra 
libghc-comonads-fd-prof_2.1.1.2-1_amd64.deb

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

iEYEARECAAYFAk+02RQACgkQ9ijrk0dDIGxWswCfY4zmkmLKRlTmlSKNPnl2HJVN
NlUAnjtY+jg3gAYieFDHwqqKdNLlO9J5
=bjZJ
-END PGP SIGNATURE-


Accepted:
haskell-comonads-fd_2.1.1.2-1.debian.tar.gz
  to main/h/haskell-comonads-fd/haskell-comonads-fd_2.1.1.2-1.debian.tar.gz
haskell-comonads-fd_2.1.1.2-1.dsc
  to main/h/haskell-comonads-fd/haskell-comonads-fd_2.1.1.2-1.dsc
haskell-comonads-fd_2.1.1.2.orig.tar.gz
  to main/h/haskell-comonads-fd/haskell-comonads-fd_2.1.1.2.orig.tar.gz
libghc-comonads-fd-dev_2.1.1.2-1_amd64.deb
  to main/h/haskell-comonads-fd/libghc-comonads-fd-dev_2.1.1.2-1_amd64.deb
libghc-comonads-fd-doc_2.1.1.2-1_all.deb
  to main/h/haskell-comonads-fd/libghc-comonads-fd-doc_2.1.1.2-1_all.deb
libghc-comonads-fd-prof_2.1.1.2-1_amd64.deb
  to main/h/haskell-comonads-fd/libghc-comonads-fd-prof_2.1.1.2-1_amd64.deb


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



Accepted haskell-contravariant 0.2.0.2-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:49:26 +0200
Source: haskell-contravariant
Binary: libghc-contravariant-dev libghc-contravariant-prof 
libghc-contravariant-doc
Architecture: source all amd64
Version: 0.2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-contravariant-dev - Haskell 98 contravariant functors
 libghc-contravariant-doc - Haskell 98 contravariant functors; documentation
 libghc-contravariant-prof - Haskell 98 contravariant functors; profiling data
Changes: 
 haskell-contravariant (0.2.0.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a92615588f45614b513b709f91cfe64aecc87b56 1815 
haskell-contravariant_0.2.0.2-1.dsc
 435889a7cc3c79d7df7aeea5d29f794464fcabde 2929 
haskell-contravariant_0.2.0.2.orig.tar.gz
 a8f47905a18bc8017ea9460b6f01ea133cadf891 2188 
haskell-contravariant_0.2.0.2-1.debian.tar.gz
 9313e63def133de98756f0e7a98314b8c1015c02 33232 
libghc-contravariant-doc_0.2.0.2-1_all.deb
 caeb7f0d35efe534b853f647e55d9d5302b7d544 16648 
libghc-contravariant-dev_0.2.0.2-1_amd64.deb
 0be7a3e8e600b7355a5ffb87791e4565833b6dcc 18368 
libghc-contravariant-prof_0.2.0.2-1_amd64.deb
Checksums-Sha256: 
 73ff879ce058f9a534140a0f805ebd17aa9ef1bfb56e558d6a452253efbfa2e7 1815 
haskell-contravariant_0.2.0.2-1.dsc
 77b8e9fcc65df51714eb95615b23371aa3bd864e8c6dedb775eb939058d08204 2929 
haskell-contravariant_0.2.0.2.orig.tar.gz
 9f5a0effc6f209871ef27354fc8a57428464b09a55ce49470ab927f2acb2eef9 2188 
haskell-contravariant_0.2.0.2-1.debian.tar.gz
 7917d97b59c74464931c3ccec7ca7664e2079b4eaa5a3ce85ca11b37d7e8d353 33232 
libghc-contravariant-doc_0.2.0.2-1_all.deb
 5fe9efd6b98ed0d9edd6848f563a691baa986f029139424badce43ba8577ed40 16648 
libghc-contravariant-dev_0.2.0.2-1_amd64.deb
 e3c19b07b0808d44bddefda66f95d26664237c2bdcdfe8a96205bedfec09f003 18368 
libghc-contravariant-prof_0.2.0.2-1_amd64.deb
Files: 
 32dfc62c832151acc06d0eea7d9a03b8 1815 haskell extra 
haskell-contravariant_0.2.0.2-1.dsc
 3b73dd486bc7c62752924d9217762f74 2929 haskell extra 
haskell-contravariant_0.2.0.2.orig.tar.gz
 b09125dd27ecdd6257222fdae435de92 2188 haskell extra 
haskell-contravariant_0.2.0.2-1.debian.tar.gz
 10910ea33f74d71f0461d03f8b5aaea4 33232 doc extra 
libghc-contravariant-doc_0.2.0.2-1_all.deb
 1aa2c8fb3a85d7460352bc5ae26006ca 16648 haskell extra 
libghc-contravariant-dev_0.2.0.2-1_amd64.deb
 1e7bcd500e3720f6410c6e3b58b3ef87 18368 haskell extra 
libghc-contravariant-prof_0.2.0.2-1_amd64.deb

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

iEYEARECAAYFAk+019MACgkQ9ijrk0dDIGwg1QCfRBGjT8hA3xJRTGmiMbkCbaP0
ZVkAoKN77PbZwPB/mVZ3FkDIfVTbuhLm
=YkQz
-END PGP SIGNATURE-


Accepted:
haskell-contravariant_0.2.0.2-1.debian.tar.gz
  to main/h/haskell-contravariant/haskell-contravariant_0.2.0.2-1.debian.tar.gz
haskell-contravariant_0.2.0.2-1.dsc
  to main/h/haskell-contravariant/haskell-contravariant_0.2.0.2-1.dsc
haskell-contravariant_0.2.0.2.orig.tar.gz
  to main/h/haskell-contravariant/haskell-contravariant_0.2.0.2.orig.tar.gz
libghc-contravariant-dev_0.2.0.2-1_amd64.deb
  to main/h/haskell-contravariant/libghc-contravariant-dev_0.2.0.2-1_amd64.deb
libghc-contravariant-doc_0.2.0.2-1_all.deb
  to main/h/haskell-contravariant/libghc-contravariant-doc_0.2.0.2-1_all.deb
libghc-contravariant-prof_0.2.0.2-1_amd64.deb
  to main/h/haskell-contravariant/libghc-contravariant-prof_0.2.0.2-1_amd64.deb


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



Accepted haskell-data-lens 2.10.0-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:56:09 +0200
Source: haskell-data-lens
Binary: libghc-data-lens-dev libghc-data-lens-prof libghc-data-lens-doc
Architecture: source all amd64
Version: 2.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-data-lens-dev - Haskell 98 Lenses;
 libghc-data-lens-doc - Haskell 98 Lenses; documentation
 libghc-data-lens-prof - Haskell 98 Lenses; profiling data
Changes: 
 haskell-data-lens (2.10.0-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a88164c9b0a77edf8ec171144f97c5739c1a96b8 2125 haskell-data-lens_2.10.0-1.dsc
 8571b5afe412346017eb33ab243c0d3389060e57 5974 
haskell-data-lens_2.10.0.orig.tar.gz
 2ca2a7fc60b0800596e653f8f80e978da2f0bc80 2280 
haskell-data-lens_2.10.0-1.debian.tar.gz
 e4111baa97acb0a56157608423696654a2d74c0b 47206 
libghc-data-lens-doc_2.10.0-1_all.deb
 11ca832e5df0b2c75f9a1f0aeac162480490285b 72448 
libghc-data-lens-dev_2.10.0-1_amd64.deb
 1b7baead9e5023011bb442e563babce29a07c46d 82700 
libghc-data-lens-prof_2.10.0-1_amd64.deb
Checksums-Sha256: 
 deb33732ca204ca66a98eccd9e3fc564a311da86f1def7cc929b417ebe800e25 2125 
haskell-data-lens_2.10.0-1.dsc
 f315bc3013c0af6e2a79f5f9ec391afefcf0d7520a0158f9347f4fd555a27978 5974 
haskell-data-lens_2.10.0.orig.tar.gz
 8207c5b0c37cd1bb4c620f802d2e6f491212c7efe7aadf70b081498d34a3980a 2280 
haskell-data-lens_2.10.0-1.debian.tar.gz
 b9fb918dd542123cdccbcb212c519a1cf50d6991f33c58b6f2a7128eb48e65f8 47206 
libghc-data-lens-doc_2.10.0-1_all.deb
 a50f62865ef7fd1d1e67a51b208a335b88a661617adaf1b77577541df0339a9b 72448 
libghc-data-lens-dev_2.10.0-1_amd64.deb
 3cdc67064db01f77ef6a93b1a7ad5dcc5e521b7a2133ebe4489c50379945365b 82700 
libghc-data-lens-prof_2.10.0-1_amd64.deb
Files: 
 056eb7988d79074541d47bdb53db3498 2125 haskell extra 
haskell-data-lens_2.10.0-1.dsc
 b4c762add61ac4be2e252ec3d144fe3f 5974 haskell extra 
haskell-data-lens_2.10.0.orig.tar.gz
 ea51d27cbd2fd5513b89acb8e585c894 2280 haskell extra 
haskell-data-lens_2.10.0-1.debian.tar.gz
 0335dbb2d2a6b68915bb3dbaae1d90a6 47206 doc extra 
libghc-data-lens-doc_2.10.0-1_all.deb
 e46f7ee01e55efc53179994513df31c6 72448 haskell extra 
libghc-data-lens-dev_2.10.0-1_amd64.deb
 ad530b85afe0a80c00b24b7919be301d 82700 haskell extra 
libghc-data-lens-prof_2.10.0-1_amd64.deb

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

iEYEARECAAYFAk+02W4ACgkQ9ijrk0dDIGwsnACbBqKHTt3WS4jymRx81sxiPY9y
5eQAniW0r/JQ8Yn8yvvwzmcn7k/x8HUR
=X5cl
-END PGP SIGNATURE-


Accepted:
haskell-data-lens_2.10.0-1.debian.tar.gz
  to main/h/haskell-data-lens/haskell-data-lens_2.10.0-1.debian.tar.gz
haskell-data-lens_2.10.0-1.dsc
  to main/h/haskell-data-lens/haskell-data-lens_2.10.0-1.dsc
haskell-data-lens_2.10.0.orig.tar.gz
  to main/h/haskell-data-lens/haskell-data-lens_2.10.0.orig.tar.gz
libghc-data-lens-dev_2.10.0-1_amd64.deb
  to main/h/haskell-data-lens/libghc-data-lens-dev_2.10.0-1_amd64.deb
libghc-data-lens-doc_2.10.0-1_all.deb
  to main/h/haskell-data-lens/libghc-data-lens-doc_2.10.0-1_all.deb
libghc-data-lens-prof_2.10.0-1_amd64.deb
  to main/h/haskell-data-lens/libghc-data-lens-prof_2.10.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/e1suyy5-fy...@franck.debian.org



Accepted haskell-distributive 0.2.2-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:46:54 +0200
Source: haskell-distributive
Binary: libghc-distributive-dev libghc-distributive-prof libghc-distributive-doc
Architecture: source all amd64
Version: 0.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-distributive-dev - Haskell 98 Distributive functors -- Dual to 
Traversable
 libghc-distributive-doc - Haskell 98 Distributive functors -- Dual to 
Traversable; doc
 libghc-distributive-prof - Haskell 98 Distributive functors -- Dual to 
Traversable; prof dat
Changes: 
 haskell-distributive (0.2.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 3f0d9c9840bf103ead70207366a45f0ce21bc6ef 1785 haskell-distributive_0.2.2-1.dsc
 a2da8673f521108752fa9839cfbb262a4071b8de 2445 
haskell-distributive_0.2.2.orig.tar.gz
 2cd97442e4d200e47f1e6db37f27c416a4cad337 2229 
haskell-distributive_0.2.2-1.debian.tar.gz
 4268260a0d196477457ded16fb9fc39342ad7d20 29848 
libghc-distributive-doc_0.2.2-1_all.deb
 f5222d6176bfec07ebb66309dc70bb0d98e3ffe4 26420 
libghc-distributive-dev_0.2.2-1_amd64.deb
 cdd690d90e036be3a8b927ceae063d8ab7bb6425 29314 
libghc-distributive-prof_0.2.2-1_amd64.deb
Checksums-Sha256: 
 e8bfa9672905b52f7ebd03cf16c4dc00575d4037976d752bdcd5cc8d49c60c6c 1785 
haskell-distributive_0.2.2-1.dsc
 22c33561e42f105649f44ce051b17c913cb340c792b7d170c856c0b1b8c89b8f 2445 
haskell-distributive_0.2.2.orig.tar.gz
 da64877430ba8bec86512268a11e43d29cc90739ba7885fa1973c81c527fe67f 2229 
haskell-distributive_0.2.2-1.debian.tar.gz
 7627d559a1609ad0610bc336ceb16feceecf36235cc1af7cc92c3a481aa913b3 29848 
libghc-distributive-doc_0.2.2-1_all.deb
 1d34781c6df43be1515b886d56924127c37373b4153b162a9a0c8c78681d0e0d 26420 
libghc-distributive-dev_0.2.2-1_amd64.deb
 b411934096962b465c52e7c64faf6962360bf101ab667f853eb7f66468750bae 29314 
libghc-distributive-prof_0.2.2-1_amd64.deb
Files: 
 b8b375592cbd51cced8feaf9c17686a9 1785 haskell extra 
haskell-distributive_0.2.2-1.dsc
 71d232a754f9f1230a2610e6c2d5b0af 2445 haskell extra 
haskell-distributive_0.2.2.orig.tar.gz
 cb606353bc56ffc13b80a4edc8cc4464 2229 haskell extra 
haskell-distributive_0.2.2-1.debian.tar.gz
 d9d80138ed31d2fa386daf360f777d22 29848 doc extra 
libghc-distributive-doc_0.2.2-1_all.deb
 cd3d86f0978978851afc121a03ef3348 26420 haskell extra 
libghc-distributive-dev_0.2.2-1_amd64.deb
 374426b53ce3afe57a8d62fed2d82bcd 29314 haskell extra 
libghc-distributive-prof_0.2.2-1_amd64.deb

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

iEYEARECAAYFAk+01zsACgkQ9ijrk0dDIGw0TgCdF0xL/LhyA4hgtA4FKioLR//l
TyMAoIK1h6PJRXWiayuyKFEzBpOq6Wil
=gjQI
-END PGP SIGNATURE-


Accepted:
haskell-distributive_0.2.2-1.debian.tar.gz
  to main/h/haskell-distributive/haskell-distributive_0.2.2-1.debian.tar.gz
haskell-distributive_0.2.2-1.dsc
  to main/h/haskell-distributive/haskell-distributive_0.2.2-1.dsc
haskell-distributive_0.2.2.orig.tar.gz
  to main/h/haskell-distributive/haskell-distributive_0.2.2.orig.tar.gz
libghc-distributive-dev_0.2.2-1_amd64.deb
  to main/h/haskell-distributive/libghc-distributive-dev_0.2.2-1_amd64.deb
libghc-distributive-doc_0.2.2-1_all.deb
  to main/h/haskell-distributive/libghc-distributive-doc_0.2.2-1_all.deb
libghc-distributive-prof_0.2.2-1_amd64.deb
  to main/h/haskell-distributive/libghc-distributive-prof_0.2.2-1_amd64.deb


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



Accepted haskell-semigroupoids 1.3.1.2-1 (source all amd64)

2012-05-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 12:52:20 +0200
Source: haskell-semigroupoids
Binary: libghc-semigroupoids-dev libghc-semigroupoids-prof 
libghc-semigroupoids-doc
Architecture: source all amd64
Version: 1.3.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-semigroupoids-dev - Haskell 98 semigroupoids: Category sans id
 libghc-semigroupoids-doc - Haskell 98 semigroupoids: Category sans id; 
documentation
 libghc-semigroupoids-prof - Haskell 98 semigroupoids: Category sans id; 
profiling data
Changes: 
 haskell-semigroupoids (1.3.1.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 3f0103fa473005f85daba80715360f72d7b854e1 2163 
haskell-semigroupoids_1.3.1.2-1.dsc
 eb18fe37953e2c04d807d237cee8640008250d45 10253 
haskell-semigroupoids_1.3.1.2.orig.tar.gz
 c15d9bec1ad2c9e4f39240067066295768240339 2547 
haskell-semigroupoids_1.3.1.2-1.debian.tar.gz
 3c778fbef45b1ef2d4145ab07f4f7260f514a2a1 66808 
libghc-semigroupoids-doc_1.3.1.2-1_all.deb
 d0c063a222a3f5a6325bd455160ca4e2267d30ee 262024 
libghc-semigroupoids-dev_1.3.1.2-1_amd64.deb
 e7b7c3d773cd3a4da21fd630aa6a86f251b520b4 293894 
libghc-semigroupoids-prof_1.3.1.2-1_amd64.deb
Checksums-Sha256: 
 7652445cda0d2aa0c85251dad2f1b35f8656918adf4a3e7f45f72d20530bb7c2 2163 
haskell-semigroupoids_1.3.1.2-1.dsc
 02a78e22dfbe1aa53d85eaa5e1b8d6ad1e07657fab3244c0389b2cbd8e70c4bd 10253 
haskell-semigroupoids_1.3.1.2.orig.tar.gz
 f6547dc2db2e49daa81332d052e30a1c4bd5ebf14d02846a859edbdcdc650b49 2547 
haskell-semigroupoids_1.3.1.2-1.debian.tar.gz
 c6b7abf289a20c7b17ec0720d33568025188ac4a5f695f4b93d65c28b43346a2 66808 
libghc-semigroupoids-doc_1.3.1.2-1_all.deb
 f7d2bd4206b8d444dda0a37934acf9f5ea1814cbdac2027646a9decb6f9e09d4 262024 
libghc-semigroupoids-dev_1.3.1.2-1_amd64.deb
 fd533437fca1a305fbbacb6afac7214b1d8f64cb60a95aebab8d9be166ec741b 293894 
libghc-semigroupoids-prof_1.3.1.2-1_amd64.deb
Files: 
 2a6c2e8948832f086ca4bfcaf7729547 2163 haskell extra 
haskell-semigroupoids_1.3.1.2-1.dsc
 7eadd3e106c7108f00c64f4df5f32c5a 10253 haskell extra 
haskell-semigroupoids_1.3.1.2.orig.tar.gz
 96ad40bc734374a242ba1977bd46b2ea 2547 haskell extra 
haskell-semigroupoids_1.3.1.2-1.debian.tar.gz
 f27a4fddcf038185057fbaf2ebb8c60b 66808 doc extra 
libghc-semigroupoids-doc_1.3.1.2-1_all.deb
 5b9fb56c7babf296f8863465a253e5b8 262024 haskell extra 
libghc-semigroupoids-dev_1.3.1.2-1_amd64.deb
 a53d451ee2d7a439066b25f9c91d4d09 293894 haskell extra 
libghc-semigroupoids-prof_1.3.1.2-1_amd64.deb

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

iEYEARECAAYFAk+02JQACgkQ9ijrk0dDIGzwkQCfbD6pRsV/QxlCx2cew1qL65h1
6ogAoM74rOtP4/PyldsNy48xFqmLbOsq
=4Tlf
-END PGP SIGNATURE-


Accepted:
haskell-semigroupoids_1.3.1.2-1.debian.tar.gz
  to main/h/haskell-semigroupoids/haskell-semigroupoids_1.3.1.2-1.debian.tar.gz
haskell-semigroupoids_1.3.1.2-1.dsc
  to main/h/haskell-semigroupoids/haskell-semigroupoids_1.3.1.2-1.dsc
haskell-semigroupoids_1.3.1.2.orig.tar.gz
  to main/h/haskell-semigroupoids/haskell-semigroupoids_1.3.1.2.orig.tar.gz
libghc-semigroupoids-dev_1.3.1.2-1_amd64.deb
  to main/h/haskell-semigroupoids/libghc-semigroupoids-dev_1.3.1.2-1_amd64.deb
libghc-semigroupoids-doc_1.3.1.2-1_all.deb
  to main/h/haskell-semigroupoids/libghc-semigroupoids-doc_1.3.1.2-1_all.deb
libghc-semigroupoids-prof_1.3.1.2-1_amd64.deb
  to main/h/haskell-semigroupoids/libghc-semigroupoids-prof_1.3.1.2-1_amd64.deb


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



  1   2   3   >