autopkgtest (was Re: Bits from the Security Team (for those that care about bits)

2011-01-24 Thread Holger Levsen
Hi,

On Montag, 24. Januar 2011, Iustin Pop wrote:
 Second, README.test are designed for human consumption, whereas a
 standardisation of how to invoke the tests would allow for much more
 automation. E.g. piuparts would not only be able to test that the
 install succeeds, but the automated tests also work.

Package: autopkgtest
Description: automatic as-installed testing for Debian packages
 autopkgtest runs tests on binary packages.  The tests are run on the
 package as installed on a testbed system (which may be found via a
 virtualisation or containment system).  The tests are expected to be
 supplied in the corresponding Debian source package.
 .
 See adt-run(1) and /usr/share/doc/autopkgtest.
 Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
 Use of the pre-cooked adt-testreport-onepackage script requires curl.


I'm happy that you like piuparts, but it's not the best tool for 
everything :-)

cheers,
Holger


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


Re: Bits from the Security Team (for those that care about bits)

2011-01-24 Thread Michael Hanke
On Mon, Jan 24, 2011 at 07:48:18AM +0100, Iustin Pop wrote:
 IMHO what would be a sufficient first step would be much simpler:
 - being able to know if a package does offer build  post-install tests
 - how to run such tests
 - for post-install tests, what are the depedencies (Test-Depends? ;-)

True. However, we are trying to think this somewhat trough so we have a
better picture what will be typical use cases for testing within Debian.
One thing we need to deal with in our field are tests that require
substantial amounts of additional data (not part of any package right
now) and sometimes also the test suite is not part of a source package,
but shipped separately (due to size, ...).

 This would allow a maintainer to implement an automatic test of his
 packages whenever doing a new upload (which is my personal issue :). A
 framework like your proposed DebTest can then build upon such basic
 functionality to provide coordinated, archive-wide or package-set-wide
 running of tests.

Yes, that was the idea.

 A few comments on your proposal:
 
 - “Metainformation: duration”: how do you standardise CPU/disk/etc.
   performance to get a useful metric here?

 - assess resources/performance: in general, across
   architectures/platforms and varied CPU speeds, I think it will be hard
   to quantify the performance and even resources needed for a test suite

All these are just meant to be things to consider while planning. I
personally don't believe it is possible to give an accurate 'in-advance'
estimate of test-runtime (given the large variety in performance).
However, it might still be valuable to indicate whether a test is
relatively resource hungry. Maybe it turns out that anything but a tag
'slow' is impossible to achieve. But we also thought about a
Debian-dashboard for test results. That could gather information about
the typical resource demands (per architecture) and give more accurate
estimates.

 - some structured output: given the variety of test suites, this might
   be very hard to achieve; in my experience, the best that can be hoped
   for across heterogeneous software is a count of pass/fail, and log
   files should be left for human investigation in case of failures

True. Although not being able to be smart in some cases doesn't imply
that we don't try to be clever when we can. We want to aim for a system
that has a very low entry threshold. In the simplest case the package
maintainer only places a symlink/script/binary with the package name
implementing the test suite into a certain directory. When called and
exiting normally the test will count is passed or failed otherwise. the
structured output in this case is stderr and stdout.

However, there are subsystems of Debian with more standardized
approaches to testing (e.g. Python). DebTest should have the ability to
add plugins for specific test environments to allow people to make it
more clever. We only need to make sure that more structured information
about test results have a place to go to and being handled in this
framework.


Michael

-- 
Michael Hanke
http://mih.voxindeserto.de


-- 
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/20110124133435.GA12160@meiner



Re: Bits from the Security Team (for those that care about bits)

2011-01-24 Thread Philip Ashmore

On 24/01/11 02:52, Paul Wise wrote:

* README.test

An alternative is to just provide *-test Debian packages.
If the package exists then building it is the same as running a test of 
the packages
it requires to be installed - maybe just the * package, but it could 
also be an

integration test.

I've got some packages in SourceForge that allow you to
- build from GIT version control
- install to a sandbox
- do a make distcheck and build the Debian package from the tar ball.
- check a particular branch with make git branch=X check

The build goodies are in the v3c project
http://www.sourceforge.net/projects/v3c

All the other projects inherit these features from v3c.

I hope this gives you some food for thought.

Philip




symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Christian Kastner
Hello,

it was recently pointed out to me that one of my library packages
encountered a build error whilst attempting to backport it to an older
system.

The build failed because I use symbol patterns, specifically c++ tags,
in the package's .symbols file. This feature was introduced in dpkg-1.15.6.

One simple way to resolve this would be to rename the .symbols file
during build and again during clean (or similar approaches); I was
wondering though if anybody had a better approach to recommend?

Christian



signature.asc
Description: OpenPGP digital signature


Does it matter that the squeeze installer...

2011-01-24 Thread David Goodenough
thinks that Window 7 is Windows Vista.  I am installing an amd64 machine
which already has the 64 bit version of Windows 7 Professional on it, and
when I came to install Debian using the squeeze installer RC2 in the grub
bit it said that it had detected Windows Vista loader.  I am not sure this
matters, but it might confuse the novice.  If they are the same then it
should say Windows Vista or 7 loader.

David


-- 
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/201101241428.28211.david.goodeno...@btconnect.com



Re: Does it matter that the squeeze installer...

2011-01-24 Thread Andrey Rahmatullin
On Mon, Jan 24, 2011 at 02:28:28PM +, David Goodenough wrote:
 thinks that Window 7 is Windows Vista.  I am installing an amd64 machine
 which already has the 64 bit version of Windows 7 Professional on it, and
 when I came to install Debian using the squeeze installer RC2 in the grub
 bit it said that it had detected Windows Vista loader.  I am not sure this
 matters, but it might confuse the novice.  If they are the same then it
 should say Windows Vista or 7 loader.
They are not the same and here os-prober successfully detected Win7 as
Windows 7 (loader) (on /dev/sdb1).

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Does it matter that the squeeze installer...

2011-01-24 Thread David Goodenough
On Monday 24 January 2011, Andrey Rahmatullin wrote:
 On Mon, Jan 24, 2011 at 02:28:28PM +, David Goodenough wrote:
  thinks that Window 7 is Windows Vista.  I am installing an amd64 machine
  which already has the 64 bit version of Windows 7 Professional on it, and
  when I came to install Debian using the squeeze installer RC2 in the grub
  bit it said that it had detected Windows Vista loader.  I am not sure
  this matters, but it might confuse the novice.  If they are the same
  then it should say Windows Vista or 7 loader.
 
 They are not the same and here os-prober successfully detected Win7 as
 Windows 7 (loader) (on /dev/sdb1).
Well that is odd, because it is definitely Windows 7, but the Grub installer
said it was Vista and but on looking closer at /boot/grub/grub.cfg it has
put Window 7 as the description.  Very odd.  Must just be in the installer
string that gets displayed when it asks if it has detected all the OSs.

David


-- 
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/201101241511.48029.david.goodeno...@btconnect.com



Re: Does it matter that the squeeze installer...

2011-01-24 Thread Michael Banck
On Mon, Jan 24, 2011 at 03:11:47PM +, David Goodenough wrote:
 On Monday 24 January 2011, Andrey Rahmatullin wrote:
  On Mon, Jan 24, 2011 at 02:28:28PM +, David Goodenough wrote:
   thinks that Window 7 is Windows Vista.  I am installing an amd64 machine
   which already has the 64 bit version of Windows 7 Professional on it, and
   when I came to install Debian using the squeeze installer RC2 in the grub
   bit it said that it had detected Windows Vista loader.  I am not sure
   this matters, but it might confuse the novice.  If they are the same
   then it should say Windows Vista or 7 loader.
  
  They are not the same and here os-prober successfully detected Win7 as
  Windows 7 (loader) (on /dev/sdb1).
 Well that is odd, because it is definitely Windows 7, but the Grub installer
 said it was Vista and but on looking closer at /boot/grub/grub.cfg it has
 put Window 7 as the description.  Very odd.  Must just be in the installer
 string that gets displayed when it asks if it has detected all the OSs.

Please file a bug about this, if there is none already.


Thanks,

Michael


-- 
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/20110124152726.ga13...@nighthawk.chemicalconnection.dyndns.org



Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Adam Borowski
On Mon, Jan 24, 2011 at 03:02:17PM +0100, Christian Kastner wrote:
 Hello,
 
 it was recently pointed out to me that one of my library packages
 encountered a build error whilst attempting to backport it to an older
 system.
 
 The build failed because I use symbol patterns, specifically c++ tags,
 in the package's .symbols file. This feature was introduced in dpkg-1.15.6.
 
 One simple way to resolve this would be to rename the .symbols file
 during build and again during clean (or similar approaches); I was
 wondering though if anybody had a better approach to recommend?

I'd say you need a versioned build dependency on dpkg-dev.  This would
document that you use that feature, and that backporters need to use a
modern dpkg.  This is no different from any other build depends you have.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


-- 
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/20110124153217.ga10...@angband.pl



Re: Does it matter that the squeeze installer...

2011-01-24 Thread Fabian Greffrath
Please do manually run os-prober (as root) on your system and report 
the output as a bug against os-prober if it still says Vista.


Did you upgrade from Vista to Windows 7 or was it a clean install?

 - Fabian


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



Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Christian Kastner
On 01/24/2011 04:32 PM, Adam Borowski wrote:
 On Mon, Jan 24, 2011 at 03:02:17PM +0100, Christian Kastner wrote:
 Hello,

 it was recently pointed out to me that one of my library packages
 encountered a build error whilst attempting to backport it to an older
 system.

 The build failed because I use symbol patterns, specifically c++ tags,
 in the package's .symbols file. This feature was introduced in dpkg-1.15.6.

 One simple way to resolve this would be to rename the .symbols file
 during build and again during clean (or similar approaches); I was
 wondering though if anybody had a better approach to recommend?
 
 I'd say you need a versioned build dependency on dpkg-dev.  This would
 document that you use that feature, and that backporters need to use a
 modern dpkg.  This is no different from any other build depends you have.

Indeed -- the lack of a versioned B-D and the consequences were just
pointed out to me in private communication. Seems obvious, don't know
why it eluded me.


Thanks,
Christian





signature.asc
Description: OpenPGP digital signature


Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Yaroslav Halchenko

On Mon, 24 Jan 2011, Christian Kastner wrote:
  One simple way to resolve this would be to rename the .symbols file
  during build and again during clean (or similar approaches); I was
  wondering though if anybody had a better approach to recommend?
  I'd say you need a versioned build dependency on dpkg-dev.  This would
  document that you use that feature, and that backporters need to use a
  modern dpkg.  This is no different from any other build depends you have.
 Indeed -- the lack of a versioned B-D and the consequences were just
 pointed out to me in private communication. Seems obvious, don't know
 why it eluded me.

Yeap -- if the functionality is unconditional -- there must have been
versioning of build-depends on dpkg.

Alternatively, version of dpkg could be lowered and functionality
conditioned on the version of dpkg (thus implementing necessary logic to
support older versions), it would imho be better and more flexible to
please those backport-lovers, saving them and you time going
patching/branching things around.

I guess the best/easiest way to obtain version of dpkg is:

perl -MDpkg -e 'print ${Dpkg::version};'

?

-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic


-- 
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/20110124161618.go8...@onerussian.com



Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Henrique de Moraes Holschuh
On Mon, 24 Jan 2011, Yaroslav Halchenko wrote:
 Alternatively, version of dpkg could be lowered and functionality
 conditioned on the version of dpkg (thus implementing necessary logic to
 support older versions), it would imho be better and more flexible to
 please those backport-lovers, saving them and you time going
 patching/branching things around.

No.  When we backport something, we are perfectly capable of backporting
dpkg-dev first.

Crap happens when you need backported debhelper, should whomever did that
backport have neglected to _change_ debhelper to do whatever is really
needed in the older distro.

This is not the sort of problem that backported dpkg-dev would ever cause.

Most of the time, all we backport-lovers really need is complete (and
properly versioned) build dependencies.  It _does_ help if you stick to
debhelper and ucf functionality available on stable for packages that are
extremely likely to be backported, though.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20110124162454.ge6...@khazad-dum.debian.net



Bug#610980: ITP: opus-codec -- A standard track, low-latency audio codec

2011-01-24 Thread Ron
Package: wnpp
Severity: wishlist
Owner: Ron r...@debian.org

* Package name: opus-codec
  Version : 0.1
  Upstream Author : xiph.org and others
* URL : http://www.xiph.org/
* License : 2-clause BSD
  Programming Lang: C
  Description : A standard track, low-latency audio codec

The Opus codec is the next evolution of CELT, currently being developed
by an IETF working group.  It is anticipated that this will replace CELT
when that work is complete.

For various reasons this package won't be uploaded just yet, but I'm filing
the ITP now to assure everyone that it will be, as soon as that is actually
possible to do.  The future of the existing celt package will be assessed
when that happens (but there will be a transition period for existing apps
which depend on it whichever way that goes).

Cheers,
Ron



-- 
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/20110124160245.7822.47895.report...@audi.shelbyville.oz



Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Yaroslav Halchenko
Hi Henrique,

On Mon, 24 Jan 2011, Henrique de Moraes Holschuh wrote:
 No.  When we backport something, we are perfectly capable of backporting
 dpkg-dev first.

 Crap happens when you need backported debhelper, should whomever did that
 backport have neglected to _change_ debhelper to do whatever is really
 needed in the older distro.

 This is not the sort of problem that backported dpkg-dev would ever cause.

probably you are right... but we do not know for sure. dpkg-dev is the
core component, and went from 1.14. series to 1.15 from lenny to
squeeze...  noone backported it, nor gettext (its build-dependency) so
we do not know for sure if backported version could not lead to
some interesting side-effects.

thus I thought that making few leaf packages friendlier to older versions of
dpkg-dev would be easier, than taking care about correct backporting of
the core components

 Most of the time, all we backport-lovers really need is complete (and
 properly versioned) build dependencies.  It _does_ help if you stick
 to debhelper and ucf functionality available on stable for packages
 that are extremely likely to be backported, though.

well -- I can only agree with that ;-)

-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic


-- 
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/20110124173911.gp8...@onerussian.com



Re: symbol patterns in .symbols files prior to dpkg-1.15.6

2011-01-24 Thread Bastian Blank
On Mon, Jan 24, 2011 at 03:02:17PM +0100, Christian Kastner wrote:
  I was
 wondering though if anybody had a better approach to recommend?

Simply remove them. They are not needed for proper operation, as the
shlibs file works as fallback.

Bastian

-- 
Virtue is a relative term.
-- Spock, Friday's Child, stardate 3499.1


-- 
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/20110124174737.ga18...@wavehammer.waldi.eu.org



Re: autopkgtest (was Re: Bits from the Security Team (for those that care about bits)

2011-01-24 Thread Iustin Pop
On Mon, Jan 24, 2011 at 10:37:26AM +0100, Holger Levsen wrote:
 Hi,
 
 On Montag, 24. Januar 2011, Iustin Pop wrote:
  Second, README.test are designed for human consumption, whereas a
  standardisation of how to invoke the tests would allow for much more
  automation. E.g. piuparts would not only be able to test that the
  install succeeds, but the automated tests also work.
 
 Package: autopkgtest
 Description: automatic as-installed testing for Debian packages
  autopkgtest runs tests on binary packages.  The tests are run on the
  package as installed on a testbed system (which may be found via a
  virtualisation or containment system).  The tests are expected to be
  supplied in the corresponding Debian source package.
  .
  See adt-run(1) and /usr/share/doc/autopkgtest.
  Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too;
  Use of the pre-cooked adt-testreport-onepackage script requires curl.
 
 
 I'm happy that you like piuparts, but it's not the best tool for 
 everything :-)

As I said, E.g. - for example. Thanks for mentioning autopkgtest, I
didn't know about it.

iustin


signature.asc
Description: Digital signature


Bug#611006: ITP: laditools -- tools to control and monitor LADI (JACK+LASH) system

2011-01-24 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: laditools
  Version : 0~git.f4d4a2
  Upstream Author : Marc-Olivier Barre ma...@marcochapeau.org
* URL : http://marcochapeau.org/software/laditools
* License : GPL
  Programming Lang: Python
  Description : tools to control and monitor LADI (JACK+LASH) system

 LADITools is a set of tools aiming to achieve the goals of the LADI
 project to improve desktop integration and user workflow of Linux
 audio system based on JACK and LASH. Those tools take advantage of the
 D-Bus interfaces recently added to JACK and LASH to ease the
 configuration and use of those two great softwares.
 .
 This package includes basic set of tools to control and monitor LADI
 system, that is JACK and LASH in a D-Bus environment.



-- 
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/20110124194808.4461.60905.reportbug@alessio-laptop



Re: Bits from the Security Team (for those that care about bits)

2011-01-24 Thread Stefan Fritsch
On Monday 24 January 2011, Iustin Pop wrote:
 This is a very good idea, but I think it could be taken two steps
 further. These are just some ideas I have but did not explore in
 depth, so take them with a grain of salt.
 
 First, tests run during a package build are good, but they do not
 ensure, for example, that the package as installed is working OK.
 I've been thinking that (also) providing tests to be run after the
 package is installed (and not on the build results) would be most
 useful in ensuring that both the build process and the packaging
 is correct.
 
 Second, README.test are designed for human consumption, whereas a
 standardisation of how to invoke the tests would allow for much
 more automation. E.g. piuparts would not only be able to test that
 the install succeeds, but the automated tests also work.
 
 Of course, these would be useful only for some classes of packages,
 but for those they would be of much help. I have something like
 this in one package of mine, and it gives me a lot of confidence
 while doing packaging changes.

FWIW, Ubuntu has a regression test suite:

https://code.launchpad.net/~ubuntu-bugcontrol/qa-regression-
testing/master

I didn't have a chance to look at it, yet, though.

Cheers,
Stefan


-- 
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/201101242132.26170...@sfritsch.de



Bug#611018: ITP: zeitgeist-datahub -- event logging framework - passive logging daemon

2011-01-24 Thread Siegfried-Angel Gevatter Pujals
Package: wnpp
Severity: wishlist
Owner: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com

* Package name: zeitgeist-datahub
  Version : 0.5.1
  Upstream Author : Michal Hruby michal@gmail.com
* URL : https://launchpad.net/zeitgeist-datahub
* License : LGPL-3+
  Programming Lang: Vala
  Description : event logging framework - passive logging daemon

 Zeitgeist is a service which logs the user's activities and events (files
 opened, websites visited, conversations hold with other people, etc.) and
 makes the relevant information available to other applications.
 .
 It serves as a comprehensive activity log and also makes it possible to
 determine relationships between items based on usage patterns.
 .
 This package contains zeitgeist-datahub, a daemon which starts together with
 the main engine and inserts information collected from GtkRecentlyUsed into
 it.



-- 
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/20110124213854.4800.28630.reportbug@gepard.savanna



Bug#611023: ITP: gtk2-engines-oxygen-gtk -- A port of the default KDE widget theme (Oxygen) to GTK+

2011-01-24 Thread P. J. McDermott
Package: wnpp
Severity: wishlist
Owner: P. J. McDermott p...@nac.net


* Package name: gtk2-engines-oxygen-gtk
  Version : 1.0.1
  Upstream Author : Bellegarde Cédric gnu...@gmail.com, Hugo Pereira Da Costa
hugo.pere...@free.fr, Ruslan Kabatsayev
b7.10110...@gmail.com
* URL : 
https://projects.kde.org/projects/playground/artwork/oxygen-gtk
* License : LGPL-2.1+
  Programming Lang: C++
  Description : A port of the default KDE widget theme (Oxygen) to GTK+

The primary goal of this theme engine is to ensure visual consistency between
GTK+- and Qt-based applications running under KDE. A secondary objective is to
also have a stand-alone nice looking GTK+ theme that would behave well on other
desktop environments.

Unlike other attempts made to port the kde oxygen theme to GTK+, this attempt
does not depend on Qt (via some Qt to GTK+ conversion engine), nor does render
the widget appearance via hard coded pixmaps, which otherwise breaks everytime
some setting is changed in KDE.



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



Bug#611042: ITP: ladish -- session management system for JACK applications

2011-01-24 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: ladish
  Version : 0.3
  Upstream Author : Nedko Arnaudov ne...@arnaudov.name
* URL : http://ladish.org
* License : GPL
  Programming Lang: C
  Description : session management system for JACK applications

 LADI Session Handler or simply ladish is a session management
 system for JACK applications on GNU/Linux. Its aim is to allow
 you to have many different audio programs running at once, to
 save their setup, close them down and then easily reload the
 setup at some other time. ladish doesn't deal with any kind of
 audio or MIDI data itself; it just runs programs, deals with
 saving/loading (arbitrary) data and connects JACK ports
 together. It can also be used to move entire sessions between
 computers, or post sessions on the Internet for download.



-- 
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/20110125010532.20183.67923.reportbug@alessio-laptop



Bug#611048: ITP: python-django-faincms -- Django-based Page CMS and CMS building toolkit

2011-01-24 Thread Janos Guljas
Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@resenje.org

* Package name: python-django-faincms
  Version : 1.1.4
  Upstream Author : Matthias Kestenholz m...@spinlock.ch
* URL : http://github.com/matthiask/feincms
* License : BSD
  Programming Lang: Python
  Description : Django-based Page CMS and CMS building toolkit

FeinCMS is an extremely stupid content management system. It knows
nothing about content -- just enough to create an admin interface for
your own page content types. It lets you reorder page content blocks
using a drag-drop interface, and you can add as many content blocks
to a region (f.e. the sidebar, the main content region or something
else). It provides helper functions, which provide ordered lists of
page content blocks.

FainCMS is dependent on python module 'mptt' which is not in Debian archive.
I am going to file an ITP for that package, 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/20110125025120.23262.86553.report...@mac.resenje.org



Bug#611049: ITP: python-django-mptt -- Modified Preorder Tree Traversal Django application

2011-01-24 Thread Janos Guljas
Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@resenje.org

* Package name: python-django-mptt
  Version : 0.4.2
  Upstream Author : Jonathan Buchanan
* URL : http://github.com/django-mptt/django-mptt
* License : MIT
  Programming Lang: Python
  Description : Modified Preorder Tree Traversal Django application

Django MPTT is a reusable/standalone Django application which aims to
make it easy for you to use Modified Preorder Tree Traversal with your
own Django models in your own applications.

It takes care of the details of managing a database table as a tree
structure and provides tools for working with trees of model instances.


This package is a dependency for FainCMS Django application.
An ITP bug #611048 is filed for that package.



-- 
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/20110125025859.23441.44171.report...@mac.resenje.org



Accepted libffado 2.0.99+svn1949-1 (source all i386)

2011-01-24 Thread Adrian Knoth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 11:26:14 +0100
Source: libffado
Binary: libffado-dev libffado2 ffado-tools ffado-dbus-server ffado-mixer-qt4
Architecture: source all i386
Version: 2.0.99+svn1949-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Adrian Knoth a...@drcomp.erfurt.thur.de
Description: 
 ffado-dbus-server - FFADO D-Bus server
 ffado-mixer-qt4 - FFADO D-Bus mixer applets (QT4)
 ffado-tools - FFADO debugging and firmware tools
 libffado-dev - FFADO API - development files
 libffado2  - FFADO API
Changes: 
 libffado (2.0.99+svn1949-1) experimental; urgency=low
 .
   * Imported Upstream version 2.0.99+svn1949
   * Fixed MIDI channel detection on Echo AudioFire series
   * Added support for Mackie Onyx i-Series
Checksums-Sha1: 
 baa0188c5109127aa982e2d9cec61f4ef7ed7a5b 2468 libffado_2.0.99+svn1949-1.dsc
 69b1215a9b1b3c0511b10bf89319b214bca1f096 880356 
libffado_2.0.99+svn1949.orig.tar.bz2
 7ce199673be84f8c5ea6ee8db461a2e4c3f2f047 8046 
libffado_2.0.99+svn1949-1.debian.tar.gz
 8ead48d02c9dc2e79c289c53ec9af424765f11d8 105656 
ffado-mixer-qt4_2.0.99+svn1949-1_all.deb
 d25258e8cff55d9ec667a133eed12bdee65ff23d 18382 
libffado-dev_2.0.99+svn1949-1_i386.deb
 d78430e64103c098b1479c31c532dd27ba2ebf6a 1419440 
libffado2_2.0.99+svn1949-1_i386.deb
 cd3c1e3d59d43b46915347e3b5c35f8fd697a055 59728 
ffado-tools_2.0.99+svn1949-1_i386.deb
 40d04c2701a683bcf774d4625cc3b9ae1ad9a02e 70508 
ffado-dbus-server_2.0.99+svn1949-1_i386.deb
Checksums-Sha256: 
 bbaeb7109112a7b4289033ff0570ebf90fb1a202fd1df4fe15f766c378d5c86a 2468 
libffado_2.0.99+svn1949-1.dsc
 44ec367c21ec749dac6df53e9764f267502b1c3f25c0575eb1fe2cde5e70ef4d 880356 
libffado_2.0.99+svn1949.orig.tar.bz2
 0bd1dd16cd4f27405bc01bd4e29a7adf4e1e493611d9f87b6c971d32d0df90cd 8046 
libffado_2.0.99+svn1949-1.debian.tar.gz
 84325313b3d65ed97981187c7a4b8f823a2f9490ae1ddfe3e03db84f444813f0 105656 
ffado-mixer-qt4_2.0.99+svn1949-1_all.deb
 2e4439a22dd687a200dee208c579eef5b42ae125878cf4cac8c52f76aad4e908 18382 
libffado-dev_2.0.99+svn1949-1_i386.deb
 ae94451a887122f42b42318ac428e8d172cb6eab6e7d51e58cebe76e19c8705c 1419440 
libffado2_2.0.99+svn1949-1_i386.deb
 1f981dd8f45e23644be79a0a29d634f12eb3355891542090919b163d0c9296e9 59728 
ffado-tools_2.0.99+svn1949-1_i386.deb
 cbb4e0233b9dc7319a56ba4c99ee867e6a9880c1ed0a4e2e011a20c89fece9a6 70508 
ffado-dbus-server_2.0.99+svn1949-1_i386.deb
Files: 
 482779bb73b6283ec813d2dde8ec1899 2468 libs optional 
libffado_2.0.99+svn1949-1.dsc
 2d1f57cde6a0a282a2cd52f7139444eb 880356 libs optional 
libffado_2.0.99+svn1949.orig.tar.bz2
 c2c2370c3f970e510b35caddc503c2bc 8046 libs optional 
libffado_2.0.99+svn1949-1.debian.tar.gz
 8eded05062fb9bd3f39d484f0091217d 105656 sound optional 
ffado-mixer-qt4_2.0.99+svn1949-1_all.deb
 558f596bd5c9a699bdb88217b97310db 18382 libdevel optional 
libffado-dev_2.0.99+svn1949-1_i386.deb
 4378cb6fcddb12d14b70dfe687184a41 1419440 libs optional 
libffado2_2.0.99+svn1949-1_i386.deb
 fb4bd9e9b7f4d9cc24704dd56a8abed1 59728 sound optional 
ffado-tools_2.0.99+svn1949-1_i386.deb
 f8d24c69b72b451b721291f50ad61e65 70508 sound optional 
ffado-dbus-server_2.0.99+svn1949-1_i386.deb

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

iQIcBAEBCAAGBQJNPV09AAoJEI8ytEIvUhB/OrcP/3S1+s5zgzt+yDa+Y5+EEJRs
C3ksl5YXcy+oaEAfZGRFu0iNEc+HHh4tx77T68KEUDKsUEzCeHQSoAAFfCohW5Xw
/pFCymewi/s3h357tMouGkn4kx8UtkskPf95Qs2zCF0b1Ay2X8poSDLYvJiQGc8z
+fYqK7fjWHNXjdeS89x9FePsYUym2eLw1pl3zsOtQ3oTu/86nEKPqaeRSub2cVrr
PEhohBplaFp680zi/8DqFmbbWvwZ0av6+mLp18yyvjJoPaRDaE9yFFezkyRD//Lv
h4FXx5X+0VbDp9n+3Jlgz/Hu7CfDuapOzmIABOWH9sqYQmwnqZtn3oeXm6XVZnoi
ylZvL+vE0XcNyy3dDecubjKstRmv9IdTMR3bdccR2eqYJV5Kjti/gyVhk7pq34O5
+jbkzKfT23S8i+g0pb7hZt48PKotPDHHB5319A/qNG3VuqD1aQkAyGms/EY2WvzL
9OaiVzMifEmE39f4fIN0Hvas1aP3c3Nt1ZRl9DP5G422S/OqDR/3D00Pf1qADGCU
Pr+k7XBQB0JBUIVHRlB5rlxRMVE9EwWBRG2lREOaTnym7Pp+KzcEfgs9r+vYS7z2
xlBT3Kz9/uq0ghgPU+ADZ/q+X2ikkj2fyPxh8kKnw+pLUug3nZ+4sD08XmGc4+6V
FHenjD3GXCHlL/2CUFPN
=RmlN
-END PGP SIGNATURE-


Accepted:
ffado-dbus-server_2.0.99+svn1949-1_i386.deb
  to main/libf/libffado/ffado-dbus-server_2.0.99+svn1949-1_i386.deb
ffado-mixer-qt4_2.0.99+svn1949-1_all.deb
  to main/libf/libffado/ffado-mixer-qt4_2.0.99+svn1949-1_all.deb
ffado-tools_2.0.99+svn1949-1_i386.deb
  to main/libf/libffado/ffado-tools_2.0.99+svn1949-1_i386.deb
libffado-dev_2.0.99+svn1949-1_i386.deb
  to main/libf/libffado/libffado-dev_2.0.99+svn1949-1_i386.deb
libffado2_2.0.99+svn1949-1_i386.deb
  to main/libf/libffado/libffado2_2.0.99+svn1949-1_i386.deb
libffado_2.0.99+svn1949-1.debian.tar.gz
  to main/libf/libffado/libffado_2.0.99+svn1949-1.debian.tar.gz
libffado_2.0.99+svn1949-1.dsc
  to main/libf/libffado/libffado_2.0.99+svn1949-1.dsc
libffado_2.0.99+svn1949.orig.tar.bz2
  to main/libf/libffado/libffado_2.0.99+svn1949.orig.tar.bz2


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

Accepted fragmaster 1.4-1 (source all)

2011-01-24 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jan 2011 18:12:20 +0100
Source: fragmaster
Binary: fragmaster
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 fragmaster - use of psfrag constructs with pdflatex
Closes: 534355
Changes: 
 fragmaster (1.4-1) unstable; urgency=low
 .
   * New maintainer (Closes: #534355).
   * New upstream version.
   * no-german-sty.diff: Removed. Integrated upstream.
   * Add README.source and install it.
   * Bump Standards version. No changes required.
   * debian/source/format: New file, set to '3.0 (quilt)'
   * Add po4a support along with an spanish translation for the man page.
Checksums-Sha1: 
 3061be24763102c98c390397d27b2174eefcb8db 1212 fragmaster_1.4-1.dsc
 7c3a81dbbae07a12ca9d02de158984df8533236d 106186 fragmaster_1.4.orig.tar.gz
 69001407fe2a605dccfebcd63c177bd34df2044b 4830 fragmaster_1.4-1.debian.tar.gz
 85b44902b273fd8cb98ccfce8db7c9f4dce242e9 108760 fragmaster_1.4-1_all.deb
Checksums-Sha256: 
 3a1ef8e8750b72f16be82a78bc4238a6af2e39f9fcd0407b9c51c009cb112490 1212 
fragmaster_1.4-1.dsc
 d8fce791b599b63cff5a8128d94dc320b4498043a75abd93efa746519346b314 106186 
fragmaster_1.4.orig.tar.gz
 6b6c04dd7b257d52daa77ec1fdeef126dc082460a88fc99c37e00dd61e8eef9a 4830 
fragmaster_1.4-1.debian.tar.gz
 8baa0134697f3f836d1911a56911465619156eb3fc1e600e2e3f7e830ac8398b 108760 
fragmaster_1.4-1_all.deb
Files: 
 eedf4193bd58f59188905d96f03abd0d 1212 tex extra fragmaster_1.4-1.dsc
 cfa2161d35e135fe971823f5c35618f3 106186 tex extra fragmaster_1.4.orig.tar.gz
 3e67e39a4d99e5903c50f6f9fe63ef45 4830 tex extra fragmaster_1.4-1.debian.tar.gz
 9f754b26cad4feab2e6815311f8dd443 108760 tex extra fragmaster_1.4-1_all.deb

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

iD8DBQFNOdK+TShHqj72DpwRAtsBAJ9FS5AByqY+m741HHLS2q0Ct/ShWACeOmYq
D62LWqklzhi8bZGQnjaAXas=
=HQ0T
-END PGP SIGNATURE-


Accepted:
fragmaster_1.4-1.debian.tar.gz
  to main/f/fragmaster/fragmaster_1.4-1.debian.tar.gz
fragmaster_1.4-1.dsc
  to main/f/fragmaster/fragmaster_1.4-1.dsc
fragmaster_1.4-1_all.deb
  to main/f/fragmaster/fragmaster_1.4-1_all.deb
fragmaster_1.4.orig.tar.gz
  to main/f/fragmaster/fragmaster_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/e1phktw-00067j...@franck.debian.org



Accepted installation-guide 20110122 (source all)

2011-01-24 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Jan 2011 13:16:49 +0100
Source: installation-guide
Binary: installation-guide-amd64 installation-guide-armel 
installation-guide-hppa installation-guide-i386 installation-guide-ia64 
installation-guide-kfreebsd-amd64 installation-guide-kfreebsd-i386 
installation-guide-mips installation-guide-mipsel installation-guide-powerpc 
installation-guide-s390 installation-guide-sparc
Architecture: source all
Version: 20110122
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 installation-guide-amd64 - Debian installation guide for amd64
 installation-guide-armel - Debian installation guide for armel
 installation-guide-hppa - Debian installation guide for hppa
 installation-guide-i386 - Debian installation guide for i386
 installation-guide-ia64 - Debian installation guide for ia64
 installation-guide-kfreebsd-amd64 - Debian installation guide for kFreeBSD 
amd64
 installation-guide-kfreebsd-i386 - Debian installation guide for kFreeBSD i386
 installation-guide-mips - Debian installation guide for mips
 installation-guide-mipsel - Debian installation guide for mipsel
 installation-guide-powerpc - Debian installation guide for powerpc
 installation-guide-s390 - Debian installation guide for s390
 installation-guide-sparc - Debian installation guide for sparc
Closes: 518808 579954 597983 599772 601308 603159 606725 610739
Changes: 
 installation-guide (20110122) unstable; urgency=low
 .
   [ Frans Pop ]
   * List myself as one of the main authors in the administrativa appendix.
   * Clarify IP addresses in example for booting SS4000-E (arm). Thanks to
 Miroslav Kure for the patch.
   * Add link to boot screen section in accessibility section. Closes: #579954.
 .
   [ Martin Michlmayr ]
   * Update links for ARM images.
 .
   [ Samuel Thibault ]
   * Update brltty version.
   * Document booting from DOS (Closes: Bug#518808).
   * Add non-Linux infrastructure to the build system.
   * Add kFreeBSD infrastructure.
   * Replace Linuxish bits with per-port entities.
   * Rephrase Hurd-specific paragraph explaining that Debian GNU/Hurd is not
 Linux.
   * Add a What is Debian GNU/kFreeBSD section.
   * Add the list of architectures supported by the kFreeBSD port.
   * Restrict Board Devices accessibility section to Linux.
   * Fix port URL for non-Linux ports.
   * Fix hardware part for non-Linux ports. Now needs fine-tune from BSD
 people.
   * Fix boot-installer part for non-Linux ports. Still needs extensive
 review from BSD people.
   * Fix preparing, using-d-i, boot-new, post-install, howto,
 preseed, partitioning, and random-bits parts for non-Linux ports.
   * Factorize os-specific parameters in build/arch-options.
   * Rename debian entity to debian-gnu. Introduce new debian entity which just
 stands for Debian.
   * Rename Mandrake into Mandriva (Closes: Bug#601308).
   * Update installation sizes for amd64 instead of i386.
   * Mention Windows 2003, Vista, and 7.
   * Fix graphical boot options.
   * Move user setup to before clock setup in Using the Debian Installer and
 Automating the installation using preseeding.
   * Document dpkg-reconfigure keyboard-configuration instead of kbd-config.
   * Add installation-guide-kfreebsd-{i386,amd64} packages.
   * Reference Debian Installer modules documentation from the preseed section
 (Closes: Bug#603159).
   * Move boot parameters subsections from inside the debian installer 
parameters
 section, to which they don't really belong.
   * Make subsection Installation Over the Network a direct child of Using
 Individual Components instead of hiding it in Miscellaneous.
   * Rename 6.3.8 Miscellaneous into Troubleshooting.
   * Fix default tftp directory from /var/lib/tftpboot to /srv/tftp, thanks
 Charles Plessy (Closes: Bug#606725).
   * Enable Spanish and Swedish translations (almost up-to-date).
   * Reword i386 and amd64 arch names to be consistent with the corresponding
 release-notes change: Intel x86 → 32-bit PC, AMD64 → 64-bit PC.
   * Add keyboard-configuration/xkb-keymap preseed variable.
 (Closes: Bug#599772)
 .
   [ Joey Hess ]
   * Update USB stick documentation to reflect isohybird mini.iso files,
 as generated by debian-installer = 20100913.
 .
   [ Christian Perrier ]
   * Remove obsolete reference to the replicator package
 Closes: #597983
 .
   [ Maximilian Attems ]
   * Remove obsolete reference to kernel-img.conf
 .
   [ Colin Watson ]
   * Fix /etc/init.d/dhcpd3-server typo (should be
 /etc/init.d/dhcp3-server), and unfuzzy all translations (LP: #666726).
 .
   [ Joey Hess ]
   * Updated USB stick documentation to describe the much simpler, more
 flexible, and likely more robust use of isohybrid images. All i386
 and amd64 ISO images are now isohybrid.
   * Remove documentation of no longer 

Accepted jack-keyboard 2.5-2 (source amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 13:38:34 +0100
Source: jack-keyboard
Binary: jack-keyboard
Architecture: source amd64
Version: 2.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 jack-keyboard - Virtual MIDI keyboard for JACK MIDI
Changes: 
 jack-keyboard (2.5-2) unstable; urgency=low
 .
   [ Rosea Grammostola ]
   * Add a2jmidid to Recommends.
 .
   [ Alessio Treglia ]
   * Add lashd to the Suggests field.
   * Take patches from upstream's trunk to achieve the following:
 - 0001-dvorak_layout.patch:
   + Add Dvorak layout support.
 - 0002-document_dvorak_support.patch:
   + Update manual page with information about Dvorak layout.
 - 0003-midi_programs.patch:
   + Set MIDI programs number to 127 as per MIDI spec.
 - 0004-desktop_file.patch:
   + Fix desktop file as per spec.
   * debian/patches/1001-manpage_errors.patch:
 - Escape hyphen character to be used as minus sign.
   * debian/control.in:
 - Remove trailing whitespace.
 - Remove debhelper from Build-Depends field, it is properly
   adjusted by regenerating debian/control.
   * Regenerate debian/control.
   * debian/README.source:
 - Document how to re-generate debian/control file.
Checksums-Sha1: 
 25beba7c6d8d7582f35eb97cf4a0704d80a728ee 1451 jack-keyboard_2.5-2.dsc
 1792e6b68d9abf8ae554a6809b477b97a455441b 5071 jack-keyboard_2.5-2.debian.tar.gz
 bd5f857936bbf9e37f094c0733a6371be72559f2 37538 jack-keyboard_2.5-2_amd64.deb
Checksums-Sha256: 
 30ea9f6818cac654fd5b2a72a1d58c6f2d48a54abf47947937a446a26dca8ecc 1451 
jack-keyboard_2.5-2.dsc
 28664e668ae8a929b71624756de325da0d0a35c05191b1fc87f2f27ced0b2853 5071 
jack-keyboard_2.5-2.debian.tar.gz
 124c03f71a2591c63bf0e0308c9c499d6d31c4a83c530a2ea7adadd72891d8bc 37538 
jack-keyboard_2.5-2_amd64.deb
Files: 
 43a8e13fade60a87fa23409f07f6d82d 1451 sound optional jack-keyboard_2.5-2.dsc
 9a0313e57bc71e9d09a9e687c341cb6e 5071 sound optional 
jack-keyboard_2.5-2.debian.tar.gz
 ac8f555af086eb12bb8b40ca7dafff00 37538 sound optional 
jack-keyboard_2.5-2_amd64.deb

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

iEYEARECAAYFAk09dKYACgkQRdSMfNz8P9BYhgCfS9fQeFp8vamCNTcxkdIaRb6v
koQAn0jTrvEhntl83uz8fBD8uGu9oeAu
=Vpll
-END PGP SIGNATURE-


Accepted:
jack-keyboard_2.5-2.debian.tar.gz
  to main/j/jack-keyboard/jack-keyboard_2.5-2.debian.tar.gz
jack-keyboard_2.5-2.dsc
  to main/j/jack-keyboard/jack-keyboard_2.5-2.dsc
jack-keyboard_2.5-2_amd64.deb
  to main/j/jack-keyboard/jack-keyboard_2.5-2_amd64.deb


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



Accepted coils 2002-2 (source amd64)

2011-01-24 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 14:29:17 +0100
Source: coils
Binary: ncoils
Architecture: source amd64
Version: 2002-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 ncoils - coiled coil secondary structure prediction
Changes: 
 coils (2002-2) unstable; urgency=low
 .
   * debian/control:
 - Team maintained in Debian Med team and added myself to uploaders
 - Removed '[biology]' from short description because we agreed not to use
   this any more
 - Fixed typo in Vcs-Browser field
 - Standards-Version: 3.9.1 (no changes needed)
 - Fixed homepage
   * Added debian/upstream-metadata.yaml
Checksums-Sha1: 
 18a6dad060a645242b6b0c2cd192045e515b35c5 1285 coils_2002-2.dsc
 f00a1f5fc826a059a6f119d759ff2ad9304e4650 5288 coils_2002-2.debian.tar.gz
 92369c42650d156cfdb1c1654c72f3324d470d70 20698 ncoils_2002-2_amd64.deb
Checksums-Sha256: 
 2c751ed9029067d13129da8403d09d8181b4bec0ff9943c3d73c772ff94942c5 1285 
coils_2002-2.dsc
 f1eeb7fdc65d8f3a5a951439b4160fee343223d20851f4f3a3eb1690af5b 5288 
coils_2002-2.debian.tar.gz
 113781acac1a9f8bfbb7415ff69019986ab10550813de55ff73bbc2fc745c4d2 20698 
ncoils_2002-2_amd64.deb
Files: 
 e3f202448d7c6b95d544b5a9327a09b9 1285 science optional coils_2002-2.dsc
 58bf1591e1fbe016bd9ecfcce1804ba1 5288 science optional 
coils_2002-2.debian.tar.gz
 516ab52209d7646f90fb0aa843d24943 20698 science optional ncoils_2002-2_amd64.deb

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

iD8DBQFNPYB7YDBbMcCf01oRAl2AAKCIYEicifi98dMcGFy40y+TJffyYQCgl5Oi
/xMeZk/gAx+v81F9hf7bqGA=
=lACF
-END PGP SIGNATURE-


Accepted:
coils_2002-2.debian.tar.gz
  to main/c/coils/coils_2002-2.debian.tar.gz
coils_2002-2.dsc
  to main/c/coils/coils_2002-2.dsc
ncoils_2002-2_amd64.deb
  to main/c/coils/ncoils_2002-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/e1phml8-00060q...@franck.debian.org



Accepted wdm 1.28-6 (source i386)

2011-01-24 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 12:46:57 +0100
Source: wdm
Binary: wdm
Architecture: source i386
Version: 1.28-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 wdm- WINGs Display Manager - an xdm replacement with a WindowMaker loo
Closes: 556673 594176
Changes: 
 wdm (1.28-6) unstable; urgency=low
 .
   * QA upload.
 .
   [ Matthias Klose ]
   * Fix FTBFS with ld --as-needed (Closes: #556673).
 .
   [ Yury Bulka ]
   * Fixed problem that wdm didn't read /etc/security/limits.d/*
 (Closes: #594176)
 .
   [ Agustin Martin Domingo ]
   * Add Vcs-Git and Vcs-Browser entries pointing to to collab-maint.
Checksums-Sha1: 
 1943c4bc1df3f0c6eb2da3c027a45e43a8349891 1398 wdm_1.28-6.dsc
 e1a62f7e9a12589d36972f1208987c43d1cac129 67407 wdm_1.28-6.diff.gz
 d2de70155575d4d03129d01b42742631f4c53516 421570 wdm_1.28-6_i386.deb
Checksums-Sha256: 
 ec77c02593009527fda095a7317825acae84d7d40dde7975da33da8528ecf30a 1398 
wdm_1.28-6.dsc
 4f3407bc6545b2a2a73dcf2caca654554d8d5a91f51b71124644abc4acbf47aa 67407 
wdm_1.28-6.diff.gz
 b1daeb961f13519078c30fbaf6ad05758405580afd34e532dc85994d41c75d4f 421570 
wdm_1.28-6_i386.deb
Files: 
 5bf14fa257d7b585ee4869a658257353 1398 x11 optional wdm_1.28-6.dsc
 a0ed8ce3581724e495286d330ff78f44 67407 x11 optional wdm_1.28-6.diff.gz
 c8dbaeef554fa1f5bd767603b9033754 421570 x11 optional wdm_1.28-6_i386.deb

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

iD8DBQFNPXEJTShHqj72DpwRAmFHAKCGQ3sb9ifkNJCsUDhqRbsKW01bxwCcDZ2E
PGf3bmbCSE2NsnzLAO15MZQ=
=zMLz
-END PGP SIGNATURE-


Accepted:
wdm_1.28-6.diff.gz
  to main/w/wdm/wdm_1.28-6.diff.gz
wdm_1.28-6.dsc
  to main/w/wdm/wdm_1.28-6.dsc
wdm_1.28-6_i386.deb
  to main/w/wdm/wdm_1.28-6_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/e1phmli-00062y...@franck.debian.org



Accepted nsd3 3.2.7-1 (source all amd64)

2011-01-24 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 14:26:57 +0100
Source: nsd3
Binary: nsd3 nsd
Architecture: source amd64 all
Version: 3.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 nsd- authoritative name domain server (transitional package)
 nsd3   - authoritative domain name server (3.x series)
Changes: 
 nsd3 (3.2.7-1) unstable; urgency=low
 .
   * Imported Upstream version 3.2.7
   * Refreshed patch for new release
   * Remove 0006-fix_manpages.patch; merged upstream
Checksums-Sha1: 
 6676d4d4bcd991162eb2b0b54cb353ad43216491 1189 nsd3_3.2.7-1.dsc
 1fc4af1831f64b76e1dc5c82b353770f9186de15 866753 nsd3_3.2.7.orig.tar.gz
 7d3a68e83f3c55a2b50e64e50ca5dc7e8745678f 10101 nsd3_3.2.7-1.debian.tar.gz
 e6a5dff711b93c11d480dd227c1d3f5909eec48b 925962 nsd3_3.2.7-1_amd64.deb
 5062d3384667ba9d0dc5605f8e5143e1cfd617a1 6502 nsd_3.2.7-1_all.deb
Checksums-Sha256: 
 a4cac449fbfe36037199e9c6699da60c4e6c22fedefed984a100c5f135d5a249 1189 
nsd3_3.2.7-1.dsc
 8d19914eb4ad625a4f49364f17c7e0b9de21612971294b7ce7790d3f75499d6e 866753 
nsd3_3.2.7.orig.tar.gz
 5e2ac4fa92295b84791126efa7fd333c7ec3b561a1a9d846f695841b75efc118 10101 
nsd3_3.2.7-1.debian.tar.gz
 f1a7109d2f842f8cda2bc9aa469d021117481ab29c5cdced50438e43fc0cc7ac 925962 
nsd3_3.2.7-1_amd64.deb
 7aaa4e4ed4eeb7d60888334cbcabe5eb3f5538d87a067f410f3321bf71d25d70 6502 
nsd_3.2.7-1_all.deb
Files: 
 f272c77497dd8fe77d6505f2245e1d2f 1189 net extra nsd3_3.2.7-1.dsc
 b5aca8a207f77db566b08db25bf77d74 866753 net extra nsd3_3.2.7.orig.tar.gz
 a9135f5234fb7078f800a9d1c3eab08a 10101 net extra nsd3_3.2.7-1.debian.tar.gz
 66977c366b1151dafb4fba3aba5a4524 925962 net extra nsd3_3.2.7-1_amd64.deb
 8a7078895f51e7d865d447194d1956f1 6502 net extra nsd_3.2.7-1_all.deb

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

iEYEARECAAYFAk09kQwACgkQ9OZqfMIN8nMafACfU8Oa3fl1apL2CRJ813UEddOt
aJcAn3zBy9Zedh7AWnhMyBW1PiJuS/Pe
=K41G
-END PGP SIGNATURE-


Accepted:
nsd3_3.2.7-1.debian.tar.gz
  to main/n/nsd3/nsd3_3.2.7-1.debian.tar.gz
nsd3_3.2.7-1.dsc
  to main/n/nsd3/nsd3_3.2.7-1.dsc
nsd3_3.2.7-1_amd64.deb
  to main/n/nsd3/nsd3_3.2.7-1_amd64.deb
nsd3_3.2.7.orig.tar.gz
  to main/n/nsd3/nsd3_3.2.7.orig.tar.gz
nsd_3.2.7-1_all.deb
  to main/n/nsd3/nsd_3.2.7-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/e1phnvk-00025g...@franck.debian.org



Accepted ldns 1.6.8-1 (source amd64)

2011-01-24 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 15:50:09 +0100
Source: ldns
Binary: libldns1 libldns-dev ldnsutils python-ldns
Architecture: source amd64
Version: 1.6.8-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ldnsutils  - ldns library for DNS programming
 libldns-dev - ldns library for DNS programming
 libldns1   - ldns library for DNS programming
 python-ldns - Python bindings for the ldns library for DNS programming
Changes: 
 ldns (1.6.8-1) unstable; urgency=low
 .
   * Imported Upstream version 1.6.8
Checksums-Sha1: 
 1a5d4e77e2aeafeb91c59e01093181aafc6d7d46 1181 ldns_1.6.8-1.dsc
 e736160f36b7dcc0303269d3c0a9be88b7ad10c4 968066 ldns_1.6.8.orig.tar.gz
 605c3ca42e3f46d7815222021533ab73c9004b69 11695 ldns_1.6.8-1.debian.tar.gz
 0670bf644b5f87b411a95b7588c7ae351b5a6aa6 148830 libldns1_1.6.8-1_amd64.deb
 a8f7435b805761b63b5a0ccff9c4de786879211b 559902 libldns-dev_1.6.8-1_amd64.deb
 5dcd2ad397c3d6672adf5060d8a95ec8544a0068 158618 ldnsutils_1.6.8-1_amd64.deb
 332bc9a500ac489e2568ce38702e3206797dc8af 382332 python-ldns_1.6.8-1_amd64.deb
Checksums-Sha256: 
 4d19d153a73a7bb4594a36430440e5addc8083c1833844d46b2ccbca2791c45b 1181 
ldns_1.6.8-1.dsc
 8f0180aa742964f7d14256c48fd4a4d175d192422dd7d00b1dbc2d5281db403e 968066 
ldns_1.6.8.orig.tar.gz
 5280ce4d7a3b5e42bdaee1c81b008faa708d5912fe6ba9dfc71d6ed8272ffe79 11695 
ldns_1.6.8-1.debian.tar.gz
 3772cb5f0de06a7c28631eeeac6a20e91c369668abbf635aca6c8c93ea301f26 148830 
libldns1_1.6.8-1_amd64.deb
 e4729a06af3877796729c962650f3f99eaf2b8839acc1062313eb927c20b7774 559902 
libldns-dev_1.6.8-1_amd64.deb
 1193c00f9477e929ab422c6e5de1bf81c9f9f5c40c014b112fbf9dc8950c6805 158618 
ldnsutils_1.6.8-1_amd64.deb
 5b6ba9e73a1dc1f71652e84537a01773fe1834d72208341fbfffe374369fdcff 382332 
python-ldns_1.6.8-1_amd64.deb
Files: 
 f7375e9419e0de10be551ccf2a51800e 1181 net extra ldns_1.6.8-1.dsc
 17d15e0d185a6258eed2c3806d8fc7c5 968066 net extra ldns_1.6.8.orig.tar.gz
 8f15a2dfc956817035e11928437ef8ea 11695 net extra ldns_1.6.8-1.debian.tar.gz
 a3daedbe6af5d45da69b267d00a09822 148830 libs extra libldns1_1.6.8-1_amd64.deb
 97bf351040ec0f8ee910c8191a5edd15 559902 libdevel extra 
libldns-dev_1.6.8-1_amd64.deb
 8ba392d23fa06c5d8375f9bca2339850 158618 net extra ldnsutils_1.6.8-1_amd64.deb
 3da8505506266f3053cd849ab63583c2 382332 python extra 
python-ldns_1.6.8-1_amd64.deb

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

iEYEARECAAYFAk09lO0ACgkQ9OZqfMIN8nO5cgCeNAnJJs+NhSHVmRmEPKfe03Cp
oJIAn3Fgy/GMx8NqOUqfYj+H06M1Yh6f
=v7o5
-END PGP SIGNATURE-


Accepted:
ldns_1.6.8-1.debian.tar.gz
  to main/l/ldns/ldns_1.6.8-1.debian.tar.gz
ldns_1.6.8-1.dsc
  to main/l/ldns/ldns_1.6.8-1.dsc
ldns_1.6.8.orig.tar.gz
  to main/l/ldns/ldns_1.6.8.orig.tar.gz
ldnsutils_1.6.8-1_amd64.deb
  to main/l/ldns/ldnsutils_1.6.8-1_amd64.deb
libldns-dev_1.6.8-1_amd64.deb
  to main/l/ldns/libldns-dev_1.6.8-1_amd64.deb
libldns1_1.6.8-1_amd64.deb
  to main/l/ldns/libldns1_1.6.8-1_amd64.deb
python-ldns_1.6.8-1_amd64.deb
  to main/l/ldns/python-ldns_1.6.8-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/e1phoam-0003dk...@franck.debian.org



Accepted fsl 4.1.7-1 (source all amd64)

2011-01-24 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Jan 2011 14:19:59 -0500
Source: fsl
Binary: fsl fsl-4.1 fsl-doc-4.1
Architecture: source amd64 all
Version: 4.1.7-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke m...@debian.org
Description: 
 fsl- Metapackage for the latest version of FSL
 fsl-4.1- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc-4.1 - documentation for FSL
Changes: 
 fsl (4.1.7-1) unstable; urgency=low
 .
   * New upstream bugfix release. Improved TFCE handling in fslmaths. Better
 error detection in randomise. MELODIC now has an option to use a
 user-defined seed. There are a number of minor fixes to FEAT. fslmerge
 now attempts to detect orientation problems during a temporal merge.
Checksums-Sha1: 
 09653cfb05f76355c52da4a982f1f998dac2905d 2189 fsl_4.1.7-1.dsc
 a62ede8301deb5ac614dc9bd6835bfa8741d23ec 15084376 fsl_4.1.7.orig.tar.gz
 ef383abc7836e667e999ad05840cab49406b7bb4 38171 fsl_4.1.7-1.debian.tar.gz
 09379d9e8fa11cc3901fa94cc2a2a4aae19bd4c7 10399146 fsl-4.1_4.1.7-1_amd64.deb
 7f68a9a7f58d5d867e79bf0a3383616629de1909 17840 fsl_4.1.7-1_all.deb
 72ae485cbba05a593c22847a3fb67e97871bc654 11173354 fsl-doc-4.1_4.1.7-1_all.deb
Checksums-Sha256: 
 7f2ff16d1cabc399230d46dc72c5258f661ffba8e384c7d8941368aebc30b9a7 2189 
fsl_4.1.7-1.dsc
 50f4e2e5e5e8d0accde0b035aad5045ea96d810dd13c706cd6e9c9873a672322 15084376 
fsl_4.1.7.orig.tar.gz
 dfda9a9f81f9a3d0623c4f4ebd64ad19b0a10084448fe25836a64b9ce37bbfc7 38171 
fsl_4.1.7-1.debian.tar.gz
 c343b37b30bfc14754f55427c22d28caadd7f0b7e80d9430cc96308e9db635c3 10399146 
fsl-4.1_4.1.7-1_amd64.deb
 df3008655dc638781173eff440d30914684c57c0734f3c2cfc161de6a3107503 17840 
fsl_4.1.7-1_all.deb
 0390e8f7e7e8c263984d60afb26cdc3c34f2879160de7a075a857be1f818fe91 11173354 
fsl-doc-4.1_4.1.7-1_all.deb
Files: 
 2b3be5f0385ed9b3b01795088074e9fa 2189 non-free/science optional fsl_4.1.7-1.dsc
 982b0a17bfee5cdd22886790b363fc89 15084376 non-free/science optional 
fsl_4.1.7.orig.tar.gz
 2c6057330ccc018758a199c69696fc96 38171 non-free/science optional 
fsl_4.1.7-1.debian.tar.gz
 bb258089ffcd25c181aabacaf251df83 10399146 non-free/science optional 
fsl-4.1_4.1.7-1_amd64.deb
 99a07bd21909eaa16094f8fdc05f5d24 17840 non-free/science optional 
fsl_4.1.7-1_all.deb
 86b0558976137aa84f91fd684c456863 11173354 non-free/doc optional 
fsl-doc-4.1_4.1.7-1_all.deb

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

iQIcBAEBAgAGBQJNPZb0AAoJEMBz0ih/+56b+HQP+gNrhwnpecC7roecdSDKrvhF
lf1ww5QycKs3xK+RCosykAgMYp5j2mih/bNKepQR2bkddq0jSt45ZPK1KeNAPQLm
4+HuJQM8dN+ubhkBxblyEXDjKUwdVC2klwxLCEGNWx2WLHYDgeZpupURwQ/KID02
7cy1mkR5Qzg7NyMzwRzR+Sqj8or+retWrgnmzhpVEY4MDeVvyo9lZbVJkznNPGBT
TjARTr4npqRfTQIRDaB5QHCf6aL34QMDanFBy77N2r+CjbWAzvbCP3aINqzg8VL4
2FghDaDyoNBLV8r596PGshOKU7vEynCvhznwO1KPtnYtrv1TZIaZ8UOEGgCJ/HX9
mKoGMtZmsN4Qlu29o1NVmovfYQjZ4RZaYc5KgYEsbDb/YV5iQu2omRoex4K9cxJx
PL5Mst2hVmGooPB92QpgBscP7RHqmg9ZjSynvlLskap4biuMvE1xo84HdsMkVDHM
0pVTfQFwQAOEaG6V9IqUkx+ff6lrYVDObztyl5fIxF3ZoPoMMNeFgKQrT7SSQBWd
YnIIHaa25o5WvbruWJ4aZo/cw1WNN/Wpn1PKVyGNu4uTFy5m38WtjqHKMqmyHu0h
ArG0OeHMS4kz2mE/GEXWxoQQieBAYzsHif2az3AiOg8v01STyZYcQHXnZspwQUJi
ZgszCXXctqt4GQWOw53j
=3o0L
-END PGP SIGNATURE-


Accepted:
fsl-4.1_4.1.7-1_amd64.deb
  to non-free/f/fsl/fsl-4.1_4.1.7-1_amd64.deb
fsl-doc-4.1_4.1.7-1_all.deb
  to non-free/f/fsl/fsl-doc-4.1_4.1.7-1_all.deb
fsl_4.1.7-1.debian.tar.gz
  to non-free/f/fsl/fsl_4.1.7-1.debian.tar.gz
fsl_4.1.7-1.dsc
  to non-free/f/fsl/fsl_4.1.7-1.dsc
fsl_4.1.7-1_all.deb
  to non-free/f/fsl/fsl_4.1.7-1_all.deb
fsl_4.1.7.orig.tar.gz
  to non-free/f/fsl/fsl_4.1.7.orig.tar.gz


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



Accepted tilestache 1.6.1-1 (source all)

2011-01-24 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 16:37:24 +0100
Source: tilestache
Binary: tilestache
Architecture: source all
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 tilestache - map tiles caching system
Changes: 
 tilestache (1.6.1-1) unstable; urgency=low
 .
   * New upstream release
   * Add Depends on python-werkzeug (used by tilestache-server)
   * Manpages have been merged upstream, fix their location
   * Fix hyphen-used-as-minus-sign (01-fix_manpages.patch)
   * Add manpage for tilestache-server
Checksums-Sha1: 
 07ae55543ebeead6c72f5a2cc424d8311861cf53 1165 tilestache_1.6.1-1.dsc
 19f627f094470777f5c2c844d86379cda6692393 90911 tilestache_1.6.1.orig.tar.gz
 6a7107a7b14a69ee32d32404858fe14c6c3fd681 4664 tilestache_1.6.1-1.debian.tar.gz
 03c0c69b054e5830c826ae4d8b46a7509a64729c 79126 tilestache_1.6.1-1_all.deb
Checksums-Sha256: 
 7f2622c7b6b00df3a9cacf7533aeac7ea24b06de8fd3ffae91dd1416e2c317c7 1165 
tilestache_1.6.1-1.dsc
 25bca0a0d90a735f15c7ccb1c0ed39c49d8abbe55efdca0548bfa4a5b48c5ed1 90911 
tilestache_1.6.1.orig.tar.gz
 8faeb267274281487716847ed775aaefbb1576f50e1e2b980bc4bf0379ff3c1e 4664 
tilestache_1.6.1-1.debian.tar.gz
 1c8081e7f0e7db29098042601fc48d391923c385e82558166ab8fc666864337f 79126 
tilestache_1.6.1-1_all.deb
Files: 
 f787f9d7cb4bf2e9cdda581071746410 1165 web extra tilestache_1.6.1-1.dsc
 e2b91ab9506c32f25fc3af4b7928ba8b 90911 web extra tilestache_1.6.1.orig.tar.gz
 62eab279876a45970bfb9fbf67c9c596 4664 web extra 
tilestache_1.6.1-1.debian.tar.gz
 a9837b178369373fc62cc9ebe72b0a3c 79126 web extra tilestache_1.6.1-1_all.deb

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

iEYEARECAAYFAk09nZAACgkQ5qqQFxOSsXR6zgCgoIQP1Ym3oh6p7mIe/kohMU/X
pM0AoJLRZxTq5/+BsRHx+JkTCUbJha0v
=D+KG
-END PGP SIGNATURE-


Accepted:
tilestache_1.6.1-1.debian.tar.gz
  to main/t/tilestache/tilestache_1.6.1-1.debian.tar.gz
tilestache_1.6.1-1.dsc
  to main/t/tilestache/tilestache_1.6.1-1.dsc
tilestache_1.6.1-1_all.deb
  to main/t/tilestache/tilestache_1.6.1-1_all.deb
tilestache_1.6.1.orig.tar.gz
  to main/t/tilestache/tilestache_1.6.1.orig.tar.gz


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



Accepted aqemu 0.8.1-1 (source i386)

2011-01-24 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 12:13:37 +0100
Source: aqemu
Binary: aqemu
Architecture: source i386
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar mouzan...@gmail.com
Changed-By: Ignace Mouzannar mouzan...@gmail.com
Description: 
 aqemu  - Qt4 front-end for QEMU and KVM
Closes: 607947
Changes: 
 aqemu (0.8.1-1) unstable; urgency=low
 .
   * New upstream release:
 - Corrects the mouse pointer bug. (Closes: #607947)
   * debian/clean:
 - Added remaining .rcc files.
   * debian/aqemu.1 and debian/aqemu.manpages:
 - Removed files as a manpage is now distributed by upstream.
   * debian/control:
 - Removed version dependency on libqt4-dev as Debian Lenny already fulfills
   this constraint.
Checksums-Sha1: 
 c3e497ad93a81245688992214dfe234eed393d4c 1880 aqemu_0.8.1-1.dsc
 463f6befa84afec3168d08cd598b911b8666df64 963345 aqemu_0.8.1.orig.tar.bz2
 4fc91cc0f0c5d56bd4f11a1d7339b3f7edd6e93e 8710 aqemu_0.8.1-1.debian.tar.gz
 36a0460c50bac17112af0edf564e5eb0beec4574 2041140 aqemu_0.8.1-1_i386.deb
Checksums-Sha256: 
 0bb09028f891b7b6625d8a4c8fd76b1070034779766f98d34a9109886367bad7 1880 
aqemu_0.8.1-1.dsc
 0fab894e5f49f688122ad15065bbdf278def1425a5d43ad2d64a21caf8dec41a 963345 
aqemu_0.8.1.orig.tar.bz2
 81d149542a3685a69891ef84f0ede47e86453f63b222ca1b6dcf384a264b0613 8710 
aqemu_0.8.1-1.debian.tar.gz
 cf00d9c1a6d98be7ffe48ce84aff55d6e1568f01aec0fed5ce604a894b2c0550 2041140 
aqemu_0.8.1-1_i386.deb
Files: 
 3c0114378b70e3e5476064888512aa40 1880 x11 optional aqemu_0.8.1-1.dsc
 ce2d156b5c5262da4c63b03297d664db 963345 x11 optional aqemu_0.8.1.orig.tar.bz2
 cf209ea0952f003a7e40950fd05c2822 8710 x11 optional aqemu_0.8.1-1.debian.tar.gz
 03091208d2ccb9ef1412b0429623a05a 2041140 x11 optional aqemu_0.8.1-1_i386.deb

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

iQIcBAEBCAAGBQJNPaSSAAoJELs6aAGGSaoG1EwQAID4lpzZ8ITzhmcDwCDWKRp0
pZ80TJiBpqOe0rb7dP8Cdfhrv9S2oQglbNLO+4x9/Ya1ZwcN5bsr21fV5o1eskVA
v+MAXvXQBEnGedMA9GQMvsVa8c9eaXFWN9+N+GUjSQEt4ufiN5CREIU5AmCp1AX8
oNQhZIqmySTDL9GGQM9wCDpLjCxrRTP+A9/UpFnSUolg+41GdJ3ec7kqYVmRIicl
f1mzDF1VPzdwpTImJjALX6IWkjyH/JF4d2jqDcdsWqRQuhbR6O+71oh50MRbspaY
KhBu9LzNuhsX4R30JszoSCWj4pRSOlDwfIORV8E1GC+RZhh99gaFCXq0RYQRo0dO
R5NXSKewNRva8GDinloCzoF8ykW7prFV+My7iPb+YjSCotyOkug3PTaYeMEfONxX
9n4rAOSRX91Vc2RmDXJY6vOlDwDiPYx2We6/JOm2p5wbw6y6pdt1lJn0yaB2kj0W
7mXqQlMNRvBQeAj7etBDFZR5DktTYqy58AmjQYFdV7TlE/kwLXOOIOEImRujMsrC
nwQx1N+EOl+fJ74PSdQ252wxG+Sb2CmWjeIX5VTcXMMhGjJqSt7Or33cjDy2VG/d
4yF2Ae9pT2/IJYTR2XgXFw9mmWjwXFpDCgg8ZrWmBmpyw6OqbbP1Gfn11y6ymGCg
IXvXLUqRO+fSHEnc0nni
=of/W
-END PGP SIGNATURE-


Accepted:
aqemu_0.8.1-1.debian.tar.gz
  to main/a/aqemu/aqemu_0.8.1-1.debian.tar.gz
aqemu_0.8.1-1.dsc
  to main/a/aqemu/aqemu_0.8.1-1.dsc
aqemu_0.8.1-1_i386.deb
  to main/a/aqemu/aqemu_0.8.1-1_i386.deb
aqemu_0.8.1.orig.tar.bz2
  to main/a/aqemu/aqemu_0.8.1.orig.tar.bz2


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



Accepted pyentropy 0.4-1 (source all)

2011-01-24 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 09:20:14 -0500
Source: pyentropy
Binary: python-pyentropy
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko deb...@onerussian.com
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-pyentropy - Python module for estimation information theoretic 
quantities
Changes: 
 pyentropy (0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Switched from cdbs to dh7
   * Boosted policy to 3.9.1 (no changes)
   * Added python-nose and python-scipy into *Depends
Checksums-Sha1: 
 0078dc35fbc9c1f6b56e6c46fbdbc3e28fec15a2 1199 pyentropy_0.4-1.dsc
 cce8c945a1d90981b77347726aae7bd00c2fe541 36930 pyentropy_0.4.orig.tar.gz
 e8691eab4a96385a7e34301664f96d7daed3c231 2305 pyentropy_0.4-1.diff.gz
 e9c1ef759b4c7b3c41d9dd78ca6a48c9ea96768d 19540 python-pyentropy_0.4-1_all.deb
Checksums-Sha256: 
 f6d42d3c791da86e0d692a624100e55ef7fb69b44cab5b660123d162aaa2e8c7 1199 
pyentropy_0.4-1.dsc
 8c5903f8e34926fb4ad1088ab1c727eb2d5793cd30569588fae4e16505fa153d 36930 
pyentropy_0.4.orig.tar.gz
 62f9452bfdcfca4f52dacdb02832bc28dd9c90f125ced4645a5d0baebcf9a132 2305 
pyentropy_0.4-1.diff.gz
 14d21005ab2d7c0147e72dd06a1fcc57feb088655bad70856ea15d1b1370532f 19540 
python-pyentropy_0.4-1_all.deb
Files: 
 e65eb387f508d8d26137114f3423b010 1199 python extra pyentropy_0.4-1.dsc
 5d13d9de6f45b5e6cc9fa7b07adf5789 36930 python extra pyentropy_0.4.orig.tar.gz
 445002b00ad7a1d8f7154dd0ea93be4e 2305 python extra pyentropy_0.4-1.diff.gz
 2e68f753f5fba93f359c0e8574a43f8d 19540 python extra 
python-pyentropy_0.4-1_all.deb

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

iEYEARECAAYFAk09ppkACgkQjRFFY3XAJMjGegCeI6OqpqhNrlDgtJ+58TJszPIH
e7oAn1czIrfMOabi2c9GCbk2Lhqkhzso
=kZaQ
-END PGP SIGNATURE-


Accepted:
pyentropy_0.4-1.diff.gz
  to main/p/pyentropy/pyentropy_0.4-1.diff.gz
pyentropy_0.4-1.dsc
  to main/p/pyentropy/pyentropy_0.4-1.dsc
pyentropy_0.4.orig.tar.gz
  to main/p/pyentropy/pyentropy_0.4.orig.tar.gz
python-pyentropy_0.4-1_all.deb
  to main/p/pyentropy/python-pyentropy_0.4-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/e1phplu-0001rb...@franck.debian.org



Accepted gmtp 0.8-1 (source amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 17:21:38 +0100
Source: gmtp
Binary: gmtp
Architecture: source amd64
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gmtp   - simple MP3 player client for MTP based devices
Changes: 
 gmtp (0.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Update debian/copyright.
   * Add patch to improve the Italian translation.
Checksums-Sha1: 
 194e447dd686d23f94c04d6c56474683f6247963 1205 gmtp_0.8-1.dsc
 cb11f120aea9904a8ed29ff6cf42fefb265a1cad 663762 gmtp_0.8.orig.tar.gz
 d784584638c0594610c2c022249175d98bcc60b9 9465 gmtp_0.8-1.debian.tar.gz
 10bcc7c734e448a5da6821492b981fa6023b5622 87148 gmtp_0.8-1_amd64.deb
Checksums-Sha256: 
 11b28ec669c87674d1711b7cfccdd325663a22cbef29528cffd6d70f0fd6dd93 1205 
gmtp_0.8-1.dsc
 c923daa6537f68aac7b677f2884c92f760ffa29225d69f0ef10f7eb6aa612273 663762 
gmtp_0.8.orig.tar.gz
 34b1092d70dc51256af36744ef1328aeaa486f6c5f1502435dbbccfd57199bd6 9465 
gmtp_0.8-1.debian.tar.gz
 95de15617a44f09978386f1e39a955edffcbfee6d2dd439ea369fc77363c7207 87148 
gmtp_0.8-1_amd64.deb
Files: 
 29e4a3ee57d4a34a61c5871e4147f626 1205 sound optional gmtp_0.8-1.dsc
 89ddd49a20390643959c80fd44438af4 663762 sound optional gmtp_0.8.orig.tar.gz
 b2f3ab73a13f7e96f12e741d6d07d139 9465 sound optional gmtp_0.8-1.debian.tar.gz
 30cb65bbc80fe1bd77d33b9c5a38dde6 87148 sound optional gmtp_0.8-1_amd64.deb

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

iEYEARECAAYFAk09rdYACgkQRdSMfNz8P9DmUgCeJPchNFXSi2LjEevS320mvgN7
onkAn2aZmmQ8t9Ve0zzlOKRzF4fFfONG
=TT2f
-END PGP SIGNATURE-


Accepted:
gmtp_0.8-1.debian.tar.gz
  to main/g/gmtp/gmtp_0.8-1.debian.tar.gz
gmtp_0.8-1.dsc
  to main/g/gmtp/gmtp_0.8-1.dsc
gmtp_0.8-1_amd64.deb
  to main/g/gmtp/gmtp_0.8-1_amd64.deb
gmtp_0.8.orig.tar.gz
  to main/g/gmtp/gmtp_0.8.orig.tar.gz


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



Accepted gnome-screensaver 2.30.0-3 (source amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 17:46:22 +0100
Source: gnome-screensaver
Binary: gnome-screensaver
Architecture: source amd64
Version: 2.30.0-3
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-screensaver - GNOME screen saver and locker
Closes: 606830
Changes: 
 gnome-screensaver (2.30.0-3) unstable; urgency=low
 .
   * Disable libnotify support, the function simply doesn’t work at all.
 Closes: #606830.
Checksums-Sha1: 
 eb67f35d669051b460e9e199d4b16bd4e8026c47 1920 gnome-screensaver_2.30.0-3.dsc
 c9448b72c3e056d60d5fb9b5f7b24187a1793672 12709 
gnome-screensaver_2.30.0-3.diff.gz
 a77004dc727fa5c7c68abee0465c3eedbbde2165 4731210 
gnome-screensaver_2.30.0-3_amd64.deb
Checksums-Sha256: 
 333b8ed13ccfcc52e87e4cf86013ed358f6de814b380256c43ffe097a8df504f 1920 
gnome-screensaver_2.30.0-3.dsc
 119605935ef1d6e4a3e11ec7732bd099c750d90208ffdb8c71115bd66a492bfd 12709 
gnome-screensaver_2.30.0-3.diff.gz
 53d4e5b038b96fc905a4bcb2996a3d6c18322855878c3f240b5ab0d4dfeb4a83 4731210 
gnome-screensaver_2.30.0-3_amd64.deb
Files: 
 6ab8d538810d7e368287d8a18dc811a1 1920 gnome optional 
gnome-screensaver_2.30.0-3.dsc
 962652a1f2e21f9a71dbf3af756e696e 12709 gnome optional 
gnome-screensaver_2.30.0-3.diff.gz
 a1756cb761bc931bdf6300c13bfafd85 4731210 gnome optional 
gnome-screensaver_2.30.0-3_amd64.deb

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

iD8DBQFNPa6krSla4ddfhTMRAhu8AKCNKng7RsBUe0X/J+LlkQva/vcXjgCdGbuB
YxAOEq/yObwF0cYUY+ZyWsU=
=oSZh
-END PGP SIGNATURE-


Accepted:
gnome-screensaver_2.30.0-3.diff.gz
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-3.diff.gz
gnome-screensaver_2.30.0-3.dsc
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-3.dsc
gnome-screensaver_2.30.0-3_amd64.deb
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-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/e1phpnz-00046v...@franck.debian.org



Accepted r-cran-genetics 1.3.5-1 (source all)

2011-01-24 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 17:08:21 +0100
Source: r-cran-genetics
Binary: r-cran-genetics
Architecture: source all
Version: 1.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 r-cran-genetics - GNU R package for population genetics
Changes: 
 r-cran-genetics (1.3.5-1) unstable; urgency=low
 .
   * New upstream version
   * debian/control:
 - Standards-Version: 3.9.1 (no changes needed)
 - + debian/rules: Require a number equal or superior than the R version the
   package was built with, using a R:Depends substvar.
   * debian/source/format: 3.0 (quilt)
   * debian/rules: No executable flag for PDF files
Checksums-Sha1: 
 1f752fb6cf315fe1abe452be0af3d181cfce13f5 1568 r-cran-genetics_1.3.5-1.dsc
 7bd39ca1519e2f49a9d81257a2a4bbdc119d72d0 237448 
r-cran-genetics_1.3.5.orig.tar.gz
 f5227f7e53414d1f4de79870ade36f8bec579f29 3408 
r-cran-genetics_1.3.5-1.debian.tar.gz
 1dde60ebf16ec02cc1c33c6cf57232a93bd67c6f 325782 r-cran-genetics_1.3.5-1_all.deb
Checksums-Sha256: 
 53ab46a73594a52dbb49d623ec0d4d5679d2b3f941ffc68da9ccc182b89bd58d 1568 
r-cran-genetics_1.3.5-1.dsc
 90610b03ccaa77853c7be3c58bfecc70f8899584a6595891decc345cf6feaf57 237448 
r-cran-genetics_1.3.5.orig.tar.gz
 4fdac78759df593cca233936fa6066fe649c4f28b1d8ad7799d53f3e1470fa87 3408 
r-cran-genetics_1.3.5-1.debian.tar.gz
 e88481146536a011e60a80e72f634e07daded06decb8849e28c7bc92b07d3e97 325782 
r-cran-genetics_1.3.5-1_all.deb
Files: 
 25293de1d6cb475ce5452ee1d0a5c3df 1568 gnu-r optional 
r-cran-genetics_1.3.5-1.dsc
 54b51ae425387c28ff8f65bbe3914efb 237448 gnu-r optional 
r-cran-genetics_1.3.5.orig.tar.gz
 9d10aa590270e825759c7697815d9f29 3408 gnu-r optional 
r-cran-genetics_1.3.5-1.debian.tar.gz
 e700953fa60917b2f8ac4db6100caaf5 325782 gnu-r optional 
r-cran-genetics_1.3.5-1_all.deb

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

iEYEARECAAYFAk09rZYACgkQYDBbMcCf01qkugCfTTp/Lcye8H9V2VTlMg2b1s18
LC4An3FQIFLf3VxSLM2fKhi1cRB9Vp2n
=WXj3
-END PGP SIGNATURE-


Accepted:
r-cran-genetics_1.3.5-1.debian.tar.gz
  to main/r/r-cran-genetics/r-cran-genetics_1.3.5-1.debian.tar.gz
r-cran-genetics_1.3.5-1.dsc
  to main/r/r-cran-genetics/r-cran-genetics_1.3.5-1.dsc
r-cran-genetics_1.3.5-1_all.deb
  to main/r/r-cran-genetics/r-cran-genetics_1.3.5-1_all.deb
r-cran-genetics_1.3.5.orig.tar.gz
  to main/r/r-cran-genetics/r-cran-genetics_1.3.5.orig.tar.gz


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



Accepted gnome-panel 2.30.2-3 (source all amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 17:57:39 +0100
Source: gnome-panel
Binary: gnome-panel libpanel-applet2-0 gnome-panel-dbg libpanel-applet2-dev 
libpanel-applet2-doc gnome-panel-data
Architecture: source all amd64
Version: 2.30.2-3
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-panel - launcher and docking facility for GNOME
 gnome-panel-data - common files for the GNOME Panel
 gnome-panel-dbg - GNOME Panel and library for panel applets - debugging symbols
 libpanel-applet2-0 - library for GNOME Panel applets
 libpanel-applet2-dev - library for GNOME Panel applets - development files
 libpanel-applet2-doc - library for GNOME Panel applets - documentation files
Closes: 610558
Changes: 
 gnome-panel (2.30.2-3) unstable; urgency=low
 .
   * Only recommend menu-xdg.
   * 10_bookmarks_limit.patch: new patch. Limit the number of bookmarks
 before putting them in a submenu to 8 instead of 5. Closes: #610558.
Checksums-Sha1: 
 0e53b549511b77c8efb2d787cac0d439feb25f43 2215 gnome-panel_2.30.2-3.dsc
 3aca4542f8ae88ba9eb10602ea4bbb61e1763ef1 94975 
gnome-panel_2.30.2-3.debian.tar.gz
 578a51644fd8bd9e2a95fde1059551c5cb85a849 138984 
libpanel-applet2-doc_2.30.2-3_all.deb
 d3b8012e583b1a7a8f7019a2ab2d002d4cf50451 3803320 
gnome-panel-data_2.30.2-3_all.deb
 99f760a26888ab1826b88c9f3d15b1ed8a4ddecb 563022 gnome-panel_2.30.2-3_amd64.deb
 e6fe0d18bade5257e8b612fb62ac31442f4eb663 136270 
libpanel-applet2-0_2.30.2-3_amd64.deb
 450ba91f3161cb254419d7617914b5146109f2e6 1337902 
gnome-panel-dbg_2.30.2-3_amd64.deb
 d9b4a2f987b0d7f4a530450cba42286848a7a7a3 142974 
libpanel-applet2-dev_2.30.2-3_amd64.deb
Checksums-Sha256: 
 653815eff576921b4dab528e6e09381e0eaceab4d8174064c9d60c5c7e1026f8 2215 
gnome-panel_2.30.2-3.dsc
 509908c204e3d0f8f56badec84ba3211665df0cb9487e87393d0defa31d6a726 94975 
gnome-panel_2.30.2-3.debian.tar.gz
 7c0f72d5b742e552b9335097a04cd20b1a603b8ce37d6fe287690697824aff1a 138984 
libpanel-applet2-doc_2.30.2-3_all.deb
 859b7b691b637e03dd50a6bd4944389164e516da45182ac82359af9513c26d62 3803320 
gnome-panel-data_2.30.2-3_all.deb
 b088863d73c533980383c071817f4063f1b4e275bf28d04c43d814d4355b192d 563022 
gnome-panel_2.30.2-3_amd64.deb
 b370970ac9cf3f69248f804ce4cdc98f8f2413b0723443ead3c1e4173e8aaeab 136270 
libpanel-applet2-0_2.30.2-3_amd64.deb
 2b292ec7b7ed6ed9b1309134d755b5482c60c3d2a62ef2d9e7131b25e3bad427 1337902 
gnome-panel-dbg_2.30.2-3_amd64.deb
 2fb2c388f67e804aab44d5bb771474b1d7ff814d75ac718686084c1a8e0ebb0d 142974 
libpanel-applet2-dev_2.30.2-3_amd64.deb
Files: 
 5617afdf706df4b9b5744b3b37133a0b 2215 gnome optional gnome-panel_2.30.2-3.dsc
 04495a8eac1aa3033a1d45339d098929 94975 gnome optional 
gnome-panel_2.30.2-3.debian.tar.gz
 2eb6a2343a583c9737d82573fc1bfbe7 138984 doc optional 
libpanel-applet2-doc_2.30.2-3_all.deb
 ff289d77ff28eda294baa00a8134d98b 3803320 gnome optional 
gnome-panel-data_2.30.2-3_all.deb
 8b9c8a7853eb1b38780f8ff3bb22e3a4 563022 gnome optional 
gnome-panel_2.30.2-3_amd64.deb
 8be64e93e62be78a9fcd7907b88bef32 136270 libs optional 
libpanel-applet2-0_2.30.2-3_amd64.deb
 1c495b7ff6aa8b7c359f4f14232055f0 1337902 debug extra 
gnome-panel-dbg_2.30.2-3_amd64.deb
 ab48c85865de16ac177874a34d91bceb 142974 libdevel optional 
libpanel-applet2-dev_2.30.2-3_amd64.deb

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

iD8DBQFNPbHnrSla4ddfhTMRAsAQAKDDNiuXan4mNGP93SiNIaf+g2O6rACgoLgr
XRO6bZbbIotsBbb7BRlI0YU=
=BbFX
-END PGP SIGNATURE-


Accepted:
gnome-panel-data_2.30.2-3_all.deb
  to main/g/gnome-panel/gnome-panel-data_2.30.2-3_all.deb
gnome-panel-dbg_2.30.2-3_amd64.deb
  to main/g/gnome-panel/gnome-panel-dbg_2.30.2-3_amd64.deb
gnome-panel_2.30.2-3.debian.tar.gz
  to main/g/gnome-panel/gnome-panel_2.30.2-3.debian.tar.gz
gnome-panel_2.30.2-3.dsc
  to main/g/gnome-panel/gnome-panel_2.30.2-3.dsc
gnome-panel_2.30.2-3_amd64.deb
  to main/g/gnome-panel/gnome-panel_2.30.2-3_amd64.deb
libpanel-applet2-0_2.30.2-3_amd64.deb
  to main/g/gnome-panel/libpanel-applet2-0_2.30.2-3_amd64.deb
libpanel-applet2-dev_2.30.2-3_amd64.deb
  to main/g/gnome-panel/libpanel-applet2-dev_2.30.2-3_amd64.deb
libpanel-applet2-doc_2.30.2-3_all.deb
  to main/g/gnome-panel/libpanel-applet2-doc_2.30.2-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/e1phq2u-0006m8...@franck.debian.org



Accepted popularity-contest 1.51 (source all)

2011-01-24 Thread Bill Allombert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 16:10:12 +0100
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.51
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers 
popcon-develop...@lists.alioth.debian.org
Changed-By: Bill Allombert ballo...@debian.org
Description: 
 popularity-contest - Vote for your favourite packages automatically
Closes: 610840
Changes: 
 popularity-contest (1.51) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Really fix Pre-Depends debconf (= 1.5.34) | cdebconf (= 0.106)
 to properly handle Serbian (Latin) debconf translations.
 Closes: #610840
Checksums-Sha1: 
 3c82196cee4963caec728e3afceba3571c984843 907 popularity-contest_1.51.dsc
 264f428ac58ab558e0c5f08ffa5714d66eee31f8 81233 popularity-contest_1.51.tar.gz
 5e801bfb124c67ccfb8a1995b5c034b54d604b7e 64510 popularity-contest_1.51_all.deb
Checksums-Sha256: 
 b6ea4d38d0a0d034e74905f08271fa605f47e750d37d6d02f2b2670a9812649d 907 
popularity-contest_1.51.dsc
 43305be190c155c721174fc6d5a120372b28cb0884b852e2de363d7d8a5b91b1 81233 
popularity-contest_1.51.tar.gz
 723a044816ab08b6274a29e68feb317ff84bbe5a1f7908d27dcfc84276592e16 64510 
popularity-contest_1.51_all.deb
Files: 
 6d230a25c00b43776b7d6079e930a527 907 misc optional popularity-contest_1.51.dsc
 56ac0dd60e5a2469dd5b3a7abd9684c3 81233 misc optional 
popularity-contest_1.51.tar.gz
 765a1fd5fb4f44e7be24ce032bfe60a0 64510 misc optional 
popularity-contest_1.51_all.deb

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

iEYEARECAAYFAk09r/wACgkQeDPs8bVESBVxDwCfeAi9oAqVORJ7R/YEcJjI9Mvt
HeQAniOkWilh/fLK2WPrWOOVVESCgNi6
=LeOa
-END PGP SIGNATURE-


Accepted:
popularity-contest_1.51.dsc
  to main/p/popularity-contest/popularity-contest_1.51.dsc
popularity-contest_1.51.tar.gz
  to main/p/popularity-contest/popularity-contest_1.51.tar.gz
popularity-contest_1.51_all.deb
  to main/p/popularity-contest/popularity-contest_1.51_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/e1phq2b-0006ot...@franck.debian.org



Accepted libextutils-cbuilder-perl 0.280202-1 (source all)

2011-01-24 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 01:58:35 +0100
Source: libextutils-cbuilder-perl
Binary: libextutils-cbuilder-perl
Architecture: source all
Version: 0.280202-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 libextutils-cbuilder-perl - module to compile and link C code for Perl modules
Changes: 
 libextutils-cbuilder-perl (0.280202-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d79c8f3560daeee885a056a2e3836ded39ab1108 2223 
libextutils-cbuilder-perl_0.280202-1.dsc
 94281774d27fc937c05d2f3bb111db988b5f2a2a 35872 
libextutils-cbuilder-perl_0.280202.orig.tar.gz
 4809c86e624eafeb4998aa58e8dc07654e19c7d1 3288 
libextutils-cbuilder-perl_0.280202-1.debian.tar.gz
 bb9e23444ae06db0bf66d4fec1cb02411f63c0b4 35034 
libextutils-cbuilder-perl_0.280202-1_all.deb
Checksums-Sha256: 
 14505b2053630d64afe30e517c2cc37c9efc4da7c585c7c115d3145de63b2bcf 2223 
libextutils-cbuilder-perl_0.280202-1.dsc
 785daca46ca010f5b08dd393935e53b279af1b23c92f02c8ade5e63ac36f128f 35872 
libextutils-cbuilder-perl_0.280202.orig.tar.gz
 f56111c4af18bb37d6e6068efce5597f9ff5866fd1823f84ac93099d8d37023d 3288 
libextutils-cbuilder-perl_0.280202-1.debian.tar.gz
 ef052633abf5c417af0a7d83ec0b40ddbb73f8cfcd4a17e7cae6b66a66141697 35034 
libextutils-cbuilder-perl_0.280202-1_all.deb
Files: 
 b0143c72041192ed500fbbca0810d3a0 2223 perl optional 
libextutils-cbuilder-perl_0.280202-1.dsc
 c2b6aa8d22416574c0a3f658136a7958 35872 perl optional 
libextutils-cbuilder-perl_0.280202.orig.tar.gz
 3827f2a1481a28b863d0438cc1bf2c3f 3288 perl optional 
libextutils-cbuilder-perl_0.280202-1.debian.tar.gz
 f4713211e712e09aedfb2deb02197d6b 35034 perl optional 
libextutils-cbuilder-perl_0.280202-1_all.deb

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

iQIcBAEBCAAGBQJNPbdYAAoJELs6aAGGSaoGDFUQAJetxXlzx34tJs2U7m7ol3VD
N+NoMYqtzOiSn4oCsQsQW8jdru20xOKZD37l0+387HlSgSGR3pRtvR9TfaC9aSsB
YRuASOpRMfdUwRFI0uSUQB+lAG3S9Y3drebMLJuOe621vwU5Th9L4adCv1xiu2W3
NkE+f6Tpb8PmtixXmEWxauDMnZe6tADT4ZAJh2nu/QZ2r0HQG20tXGJwczDFTQvB
2BlohZaLU5u5UrkmGPqRqzNSdXghMA2dqLXONu6MV7TBKyZRR7mQt73DJV7cF6Ux
s3xN2xf0pNCKlbgATyY4u22lBLUwQjTXTzpx8W1+1j6RVAaEe5warEGNmwx74MHY
QZPnX/pzSdHilyn+Qt/Nfg/nkAlFR1/l5eo4IIm9bk4u/AMJyCUdTq5F+qI1poEW
alPUah9GK2zJYXMnVcvwEpmOdp2v7MEV+1Khv8hhy86mKXPfjACowAXHyxb8sNCZ
qv2CgUccInQm6r2ikSrZFRQozo3U2ioxT3LYBUmJkJw7p+7lpuAV/wBiALkCzr0w
fzJHFdcs+QHDs9hIFOBl0N6iuUgRl8LQZCPK8arBgVXt0jTWqkCQAUspAO8MtFlS
uCvwLQb/PYfPm5+tr1KgC7/sLebSGZBm3x2SVMy9A7mk+ODFAzrD7LNv1SBcu6sp
DX6D3SryuQOjGWgqbjia
=6w/l
-END PGP SIGNATURE-


Accepted:
libextutils-cbuilder-perl_0.280202-1.debian.tar.gz
  to 
main/libe/libextutils-cbuilder-perl/libextutils-cbuilder-perl_0.280202-1.debian.tar.gz
libextutils-cbuilder-perl_0.280202-1.dsc
  to 
main/libe/libextutils-cbuilder-perl/libextutils-cbuilder-perl_0.280202-1.dsc
libextutils-cbuilder-perl_0.280202-1_all.deb
  to 
main/libe/libextutils-cbuilder-perl/libextutils-cbuilder-perl_0.280202-1_all.deb
libextutils-cbuilder-perl_0.280202.orig.tar.gz
  to 
main/libe/libextutils-cbuilder-perl/libextutils-cbuilder-perl_0.280202.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/e1phqvz-0004gs...@franck.debian.org



Accepted libvariable-magic-perl 0.46-1 (source i386)

2011-01-24 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 01:49:38 +0100
Source: libvariable-magic-perl
Binary: libvariable-magic-perl
Architecture: source i386
Version: 0.46-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 libvariable-magic-perl - module to associate user-defined magic to variables 
from Perl
Changes: 
 libvariable-magic-perl (0.46-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: Update copyright years
Checksums-Sha1: 
 6e58e7959d0aa460d4638af9a4ee9249e4c7b5b7 2251 libvariable-magic-perl_0.46-1.dsc
 27e35d10633dbfbb09db9d98ca5c10291f76bfa8 51774 
libvariable-magic-perl_0.46.orig.tar.gz
 2520618931f8317942fed04daf168ade44ced25b 2868 
libvariable-magic-perl_0.46-1.debian.tar.gz
 98913d189ce02549e9028ae9bb6fb06de7c718a9 41842 
libvariable-magic-perl_0.46-1_i386.deb
Checksums-Sha256: 
 72fe6fb21ebc2bd68ef76d61f63370397ef3cb36878fd275846e8eb5cde9b9fa 2251 
libvariable-magic-perl_0.46-1.dsc
 780cf9b6326fa25d156255dff0efa1bf0d2bfde172e1203785c0426b945d0e7d 51774 
libvariable-magic-perl_0.46.orig.tar.gz
 0b9fcdf23650a2cd58785148989aab1b7c501b69125e6e19ca09e06315e4b5e4 2868 
libvariable-magic-perl_0.46-1.debian.tar.gz
 ff472859c474ad328bdf8908f38833cc9318395d520722344d2c91a830324306 41842 
libvariable-magic-perl_0.46-1_i386.deb
Files: 
 34e13487d7df8b0275b22780abd9c7d2 2251 perl optional 
libvariable-magic-perl_0.46-1.dsc
 1e3c169cf8392e5c96e826e44fdeda6d 51774 perl optional 
libvariable-magic-perl_0.46.orig.tar.gz
 eafad424c85cd1225e85339134def40e 2868 perl optional 
libvariable-magic-perl_0.46-1.debian.tar.gz
 262b91624d21d771844600e11d1354eb 41842 perl optional 
libvariable-magic-perl_0.46-1_i386.deb

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

iQIcBAEBCAAGBQJNPbhvAAoJELs6aAGGSaoGWfUP/iESBE3eT8fKi1N8PZAPhwM5
AgoKcmZxpiV6tXzIkPmHBtvs/CGPjsKaxskVzyhmRzTfd2LPMnuSMTJZ+2168gA6
HlfzDs2X0L1mjD2XpBDbJhIw3kQdxYRYO8h3KSGnnFUUdAwfTGpzgoVK31SGydKj
V1AuHZOxoDfTHTGNXb2+10pulQnB5rdwlPC7xEwu76wgA9/+qbIilVJa/acdb5x2
CTPo3iGUqL71CKv1giZaJj3iMDAA3gbftNeNDzlDu3mBfa37CHWEQHVv9ED7Y+4c
lQNiNuobdKqMr0qUnP9+5zX5v+eGTEogrDdxWKbgCAqaNnqnlifmTlFB0NBZ6cYd
mEKCNzVsfBs5DI9Ri2eGQ1yW921R9g8uMykyoJKKmS8ydt2kj9N4a3oBcMpCzaGm
eJkCCoR2oAteQOw4fwW5diKvPdH3hALTtH2j5lvge7Ge7nT0nxhnKyOpJ+gRsV2r
Uy4cE97poFBiVSx8eZhYWClVd7Q33rWLY2HL/RDdaZC6ljisdLsWUVBz2QW+xp0X
cyg/tifciBOxaoMZbPSEZoPsJSbZLlEosZyPtypgaM2WYyO8h7QyTtxNxSM9AYTq
WEhcC20UxfpjUNDc4ZM3asKdgLF0SjhXRwdM9FC6Jm75LUYPuoZqJOJxiqhuiMh/
ARwwXlPX7loWn+sdl/yt
=4XGm
-END PGP SIGNATURE-


Accepted:
libvariable-magic-perl_0.46-1.debian.tar.gz
  to 
main/libv/libvariable-magic-perl/libvariable-magic-perl_0.46-1.debian.tar.gz
libvariable-magic-perl_0.46-1.dsc
  to main/libv/libvariable-magic-perl/libvariable-magic-perl_0.46-1.dsc
libvariable-magic-perl_0.46-1_i386.deb
  to main/libv/libvariable-magic-perl/libvariable-magic-perl_0.46-1_i386.deb
libvariable-magic-perl_0.46.orig.tar.gz
  to main/libv/libvariable-magic-perl/libvariable-magic-perl_0.46.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/e1phqvk-0004qq...@franck.debian.org



Accepted tzdata 2011a-1 (source all)

2011-01-24 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 24 Jan 2011 12:33:59 -0500
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2011a-1
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams cl...@gnu.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Changes: 
 tzdata (2011a-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 17dd55beed02979046fb445476e848f9c5c6f5d7 1795 tzdata_2011a-1.dsc
 5b43a87750c396ce85eae95914a3b1a1458a94ca 192593 tzdata_2011a.orig.tar.gz
 802ec2c2a5aef4a8871329670ad909baaeb74be7 249486 tzdata_2011a-1.debian.tar.gz
 302586c6c2f8a92164792f199465dd7b502b6b99 763698 tzdata_2011a-1_all.deb
 43d35fba80807294783909160f62142ff02c56bd 151438 tzdata-java_2011a-1_all.deb
Checksums-Sha256: 
 aedd3f276e135d938fecec330dd893d786c4a13a60b869c46628cafbddaf5dcd 1795 
tzdata_2011a-1.dsc
 782c691b4750bdefeb84063128db685a8b8f31dc2efb887ee841ae105bfa747b 192593 
tzdata_2011a.orig.tar.gz
 a39efab324be8143be1d52e8c18c4b97cfa3e0f5cddb3a03f1762caed476ecb2 249486 
tzdata_2011a-1.debian.tar.gz
 4250faa4986190ba50dd2745d808deafd2dbdc93434c6a73eea78ad3d59fa80d 763698 
tzdata_2011a-1_all.deb
 81048eff3482cb8300b9cbbdbc4a135c69a94986a0cbb97626a12e4a5212d230 151438 
tzdata-java_2011a-1_all.deb
Files: 
 eb0d2358a6573f35666c8ad9dc09e45b 1795 libs required tzdata_2011a-1.dsc
 d60f168fb7307d8c1b926c7dc3a6c5c1 192593 libs required tzdata_2011a.orig.tar.gz
 5cebefb303c4fcd8cffb8ecdf22cbd03 249486 libs required 
tzdata_2011a-1.debian.tar.gz
 3c201a46b6db95ee44766351ed060de0 763698 libs required tzdata_2011a-1_all.deb
 a03f95d48e18b26f0cefaaeba0e1dfe8 151438 java optional 
tzdata-java_2011a-1_all.deb

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

iQIcBAEBCgAGBQJNPbkGAAoJEFWSMx4ZnTiozewQAItD/32b2a1vmlLYzVUwen0m
/7VJaQx6/S3wgmuVTORnzrzIkjMSvy5MxB5wQAjd8EdNUzcoNJptQ6YI7nu27Yz+
0Yx/BV6Ij1bR/ddRXwiHjNrxX6NrXKfJ9kBy8Ps/pd5lu4j/4/cTe8PbNaduUXMs
Saj8K/AsOD9WuQgvFWxyFHwHTp03gSvNR+B1vOLJG26JaLqzMl+50QZp4/fhGoTt
5ZtuaFqPf0NjJSpI9BWYZB/h1WkqVtiyRFaqoxn0P85yEdQzpdz+IDfdh0f6C5VT
uFCACX0KVzSrp69cMo717vPLT5tL4pRM3Faf9Zx0vOiyWft8blNHIh25PzCXL7/v
IFkot3X2KmUS6fuPD5vvl8gA2YALF0Y+K0R8qtqPX98qV/rr3NrYB+lbtkqc1CgU
zCwOAOsLnvEHRxYsV/mKknQFOfRvStPppImW8hSXzTYr9jwrb2Lz3fZ1BwjYGtbE
WTKF3VGYJlaaX7MfxvOAiu2UtJkqpOLo7xdw/F/y5Ce5VbucvdI6WJ4z7NP/Mjf6
aijqmQ0xLp7wWNsPREEHOPzQOzJayLBocmPsWxfLjTRLamEhL5OohTkQCKs/mOjC
r3Qcm23gBkZ+kUryC+faMwOOlk4ElI1ef7iQWlxopvUjSfX59a20J+wNe1JYTSAI
sYutgU5QzE08qmIzIEkN
=md14
-END PGP SIGNATURE-


Accepted:
tzdata-java_2011a-1_all.deb
  to main/t/tzdata/tzdata-java_2011a-1_all.deb
tzdata_2011a-1.debian.tar.gz
  to main/t/tzdata/tzdata_2011a-1.debian.tar.gz
tzdata_2011a-1.dsc
  to main/t/tzdata/tzdata_2011a-1.dsc
tzdata_2011a-1_all.deb
  to main/t/tzdata/tzdata_2011a-1_all.deb
tzdata_2011a.orig.tar.gz
  to main/t/tzdata/tzdata_2011a.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/e1phqvs-0004ul...@franck.debian.org



Accepted font-manager 0.5.7-2 (source amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 18:43:57 +0100
Source: font-manager
Binary: font-manager
Architecture: source amd64
Version: 0.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 font-manager - font management application for the GNOME desktop
Changes: 
 font-manager (0.5.7-2) unstable; urgency=low
 .
   * Don't remove cache dir if non-existent.
Checksums-Sha1: 
 6cdc7615a83789dfb8fa90dbad4adf7972182aa0 1374 font-manager_0.5.7-2.dsc
 b2523d779820f6f5dd122b52bbebdc12d91f8047 4211 
font-manager_0.5.7-2.debian.tar.gz
 13ace56bd1c989b0bdb4dc63702efcf432d773e7 712938 font-manager_0.5.7-2_amd64.deb
Checksums-Sha256: 
 1cb8ab78f430bb75ef58727c72f14e289d2d4461e854e30a9d023f0add9dd8cb 1374 
font-manager_0.5.7-2.dsc
 ea1e7e5be03501dfb9247041a17493a67d0af33172a150055c97270363204fe8 4211 
font-manager_0.5.7-2.debian.tar.gz
 4caf9718af05c568c8566ab006e09dd6e134e288b303a29c357675aef3a31a36 712938 
font-manager_0.5.7-2_amd64.deb
Files: 
 6f884d56c10c6e69c219db177dc85088 1374 graphics optional 
font-manager_0.5.7-2.dsc
 d2f129ebae7c5f2159bd29b4d779 4211 graphics optional 
font-manager_0.5.7-2.debian.tar.gz
 1359156fafcd392f04a8399fed93e5fb 712938 graphics optional 
font-manager_0.5.7-2_amd64.deb

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

iEYEARECAAYFAk09u+YACgkQRdSMfNz8P9BfyACeON/3CkECO8dFOMgWByT8pRpg
b3QAnAryzaAZrrzhRrNaRzYcOgUol3DM
=F2WM
-END PGP SIGNATURE-


Accepted:
font-manager_0.5.7-2.debian.tar.gz
  to main/f/font-manager/font-manager_0.5.7-2.debian.tar.gz
font-manager_0.5.7-2.dsc
  to main/f/font-manager/font-manager_0.5.7-2.dsc
font-manager_0.5.7-2_amd64.deb
  to main/f/font-manager/font-manager_0.5.7-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/e1phqj3-00080a...@franck.debian.org



Accepted gmediaserver 0.13.0-7 (source sparc)

2011-01-24 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 18:08:59 +0100
Source: gmediaserver
Binary: gmediaserver
Architecture: source sparc
Version: 0.13.0-7
Distribution: unstable
Urgency: high
Maintainer: Jochen Friedrich joc...@scram.de
Changed-By: Jochen Friedrich joc...@scram.de
Description: 
 gmediaserver - UPnP Mediaserver
Closes: 610763
Changes: 
 gmediaserver (0.13.0-7) unstable; urgency=high
 .
   * Add patch from Guillem Jover guil...@debian.org to fix crashes
 due to a non thread safe variable. (Closes: #610763)
Checksums-Sha1: 
 c206ac1ac6213797459d5a0146991822432343bc 1201 gmediaserver_0.13.0-7.dsc
 323da2ab4c373d81db25fe75c3d3f2fe0ecfc574 8941 
gmediaserver_0.13.0-7.debian.tar.gz
 ef120063c0132d12813551adacb2a63bbef895ee 111048 gmediaserver_0.13.0-7_sparc.deb
Checksums-Sha256: 
 862c4898c00c9d894d7f0290f65f53b8f16ba45bafd9c432f93be5812d589800 1201 
gmediaserver_0.13.0-7.dsc
 2d4f300dc35ef9723b582495ecafd8d5a42949b48f8d4efa9364f870d91e5c2b 8941 
gmediaserver_0.13.0-7.debian.tar.gz
 47b6dadb71cb042e198c34fd3a9e9bd17fafa208d7e3785f4c6ede603821354a 111048 
gmediaserver_0.13.0-7_sparc.deb
Files: 
 247f0593a3cd82f2399e75b3d0e27921 1201 net extra gmediaserver_0.13.0-7.dsc
 d3e13f1c0769830c1b8bcf5cb2614944 8941 net extra 
gmediaserver_0.13.0-7.debian.tar.gz
 30950d6624f0cc265744938c1ad18dff 111048 net extra 
gmediaserver_0.13.0-7_sparc.deb

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

iD8DBQFNPbqs0fhX0Y/ocz0RAimAAJ4zqASK0I9sbH3ZAwHwvXuItuDmpwCcDDcp
FzDKZragk5CFbSNXE+VDTgQ=
=e2iu
-END PGP SIGNATURE-


Accepted:
gmediaserver_0.13.0-7.debian.tar.gz
  to main/g/gmediaserver/gmediaserver_0.13.0-7.debian.tar.gz
gmediaserver_0.13.0-7.dsc
  to main/g/gmediaserver/gmediaserver_0.13.0-7.dsc
gmediaserver_0.13.0-7_sparc.deb
  to main/g/gmediaserver/gmediaserver_0.13.0-7_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/e1phqja-00083d...@franck.debian.org



Accepted libclass-accessor-grouped-perl 0.10002-1 (source all)

2011-01-24 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 18:49:35 +0100
Source: libclass-accessor-grouped-perl
Binary: libclass-accessor-grouped-perl
Architecture: source all
Version: 0.10002-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libclass-accessor-grouped-perl - Perl module to build groups of accessors
Changes: 
 libclass-accessor-grouped-perl (0.10002-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * Update my email address.
 .
   [ Antony Gelberg ]
   * New upstream release
 .
   [ gregor herrmann ]
   * debian/copyright: update formatting and list of packagers.
   * debian/control: update build dependencies.
Checksums-Sha1: 
 0320213ae698ab870b6a47541a588cdc1f33 2413 
libclass-accessor-grouped-perl_0.10002-1.dsc
 f7acdf9a3807fadcc5830da172b32712f9eacf93 39557 
libclass-accessor-grouped-perl_0.10002.orig.tar.gz
 c93e4aa15cb1b3ddd3a28fc66c95d55807d20e79 3429 
libclass-accessor-grouped-perl_0.10002-1.debian.tar.gz
 83150dacdb2f20e68e7b009e16db7dae5575ccc0 18324 
libclass-accessor-grouped-perl_0.10002-1_all.deb
Checksums-Sha256: 
 e8c7614487ede386afa6c91089cd51dd0eee7142b4a667b1f681ae7326bdec99 2413 
libclass-accessor-grouped-perl_0.10002-1.dsc
 dfac820f004cf969c2be007b8b1bc6ec887e728097f473cb3b1605c6dcde38c8 39557 
libclass-accessor-grouped-perl_0.10002.orig.tar.gz
 619ac93399d9adf949c39fa42f6cf335a7521d0f270e4bf1d8136fd157451f9e 3429 
libclass-accessor-grouped-perl_0.10002-1.debian.tar.gz
 979a4e93a92ddbb6b1d1ea4e2daedf16ea12354994a890b5f8845e73856bc63e 18324 
libclass-accessor-grouped-perl_0.10002-1_all.deb
Files: 
 3d7631a3abbbac910434855075be43da 2413 perl optional 
libclass-accessor-grouped-perl_0.10002-1.dsc
 e5c1aac09ca27eb7ea95841a04cecaaf 39557 perl optional 
libclass-accessor-grouped-perl_0.10002.orig.tar.gz
 dfb5f45dadf3c2b80ff5c416a70d6119 3429 perl optional 
libclass-accessor-grouped-perl_0.10002-1.debian.tar.gz
 13d240bf4b3c5ab8f0f8d70a164bacb4 18324 perl optional 
libclass-accessor-grouped-perl_0.10002-1_all.deb

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

iQIcBAEBCAAGBQJNPbvqAAoJELs6aAGGSaoGc1YP/1u8ZiUjwMLkTrcxMXxhsNU5
aTOqg8SMaGIdA6bAURmpGtkTawYnMzTLx9rHTKvbqAF9ErvysdD8E5cPenO/9ib0
u00+qNIo0eu/4Y8EKcSC2UCj5D46OjYGJuSnDKiI4EHpxvdbJ1Ta/42pM0DqI3bM
rwvJVEC4bXOz+TMuUJrlkR2TVQDB+IUhW7fDxcEMuFfB40+Bw0lmAuFg8n02Klm7
t+7de6zrRMS5y0v9z7Xll5pgufG0jobNHO+EJRH2aY0Xv0A3hDBtzYyP++VFIkrG
nZ5O1/Zr1C3Ng4dcuJNSTPEKjArC2IxuWz8wQi3MsA+Lvmknpi3WBf0M6Az1s+No
TJ85OPtHoDrVy9bXIwkabbPC+D0Cqaa9zTlrqTndM0FHA6pa8LjDg3drEEHg20Gv
WvmHTJSWUMCk+kcjHORfhaCQfxFOfCoql+hX2tCTQ+k4bfkYcngDaM6UjFUgU1zh
TgYwG5dxUkrDmlzdO2JQR3hTZHS4zqE+HWz9R5cP0X9q2oWVdTySRVOpBtsu5Owy
1OI+DMsfWx8XGTc+bTGdFI53NEGCNrLJuLtpxUOTwEq9Ay0HbGr8cuKusT9MbPUk
rvTbNKsU26AnMyWLh7i2QyFHukXGJJrGZP8a4shc1PTCGPCJoG5/8hkeMx5EPOLz
aPXb24EH3G6rDzHNP5OU
=C/JE
-END PGP SIGNATURE-


Accepted:
libclass-accessor-grouped-perl_0.10002-1.debian.tar.gz
  to 
main/libc/libclass-accessor-grouped-perl/libclass-accessor-grouped-perl_0.10002-1.debian.tar.gz
libclass-accessor-grouped-perl_0.10002-1.dsc
  to 
main/libc/libclass-accessor-grouped-perl/libclass-accessor-grouped-perl_0.10002-1.dsc
libclass-accessor-grouped-perl_0.10002-1_all.deb
  to 
main/libc/libclass-accessor-grouped-perl/libclass-accessor-grouped-perl_0.10002-1_all.deb
libclass-accessor-grouped-perl_0.10002.orig.tar.gz
  to 
main/libc/libclass-accessor-grouped-perl/libclass-accessor-grouped-perl_0.10002.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/e1phqju-00088g...@franck.debian.org



Accepted rhino 1.7R3~pre-1 (source all)

2011-01-24 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 19:49:04 +0100
Source: rhino
Binary: rhino rhino-doc
Architecture: source all
Version: 1.7R3~pre-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 rhino  - JavaScript engine written in Java
 rhino-doc  - Documentation for rhino Java Script Engine
Changes: 
 rhino (1.7R3~pre-1) experimental; urgency=low
 .
   * New upstream snapshot of 1.7R3:
 - Needed by OpenJDK7 = b126
 - d/patches/*: Refresh all patches
 - d/rules: Force version installed by mh_* tools
   * Bump Standards-Version to 3.9.1 (no changes needed)
   * Switch to 3.0 (quilt) source format
Checksums-Sha1: 
 e677ea1fab2a780d9bf42609f36879c5a3724b94 2054 rhino_1.7R3~pre-1.dsc
 40edf937a046097c2f50e642cb6233dc01e5f070 3669308 rhino_1.7R3~pre.orig.tar.gz
 e1218212031b9e1f0a827c850ff68c82c2117cbb 35701 rhino_1.7R3~pre-1.debian.tar.gz
 d300cea64de7c3e565fc84f683caf96a165c3a72 1011852 rhino_1.7R3~pre-1_all.deb
 ecf8a3ef7a561b682f33b5a95f45ea98aab5e370 745020 rhino-doc_1.7R3~pre-1_all.deb
Checksums-Sha256: 
 7b60cb10d541c9efa35bd70816a0fa46460493cb9fca5424223c6a706f7ff7d5 2054 
rhino_1.7R3~pre-1.dsc
 6456925dc42c8a06d52522d66a25b478868968329632f4ba9b03b30034323c5e 3669308 
rhino_1.7R3~pre.orig.tar.gz
 5964927170b1d6eb6e1fd4518f2e45ed797a725cb3f4b6153417800b1f05ac55 35701 
rhino_1.7R3~pre-1.debian.tar.gz
 cb4e943a9aa6c72b54dc4de6436ba0115f67d13886a964c65f8a5bcf0bfd83e5 1011852 
rhino_1.7R3~pre-1_all.deb
 8bc7c9f21fcfa9e5be14e1527bdcbffeae19b342a80570b0af8af8bf33ebb2dc 745020 
rhino-doc_1.7R3~pre-1_all.deb
Files: 
 ca7a23c5cfcd85fce40872c2c1d86851 2054 interpreters optional 
rhino_1.7R3~pre-1.dsc
 1a85dd9c1c430d2f066dc30a620e80a7 3669308 interpreters optional 
rhino_1.7R3~pre.orig.tar.gz
 117899e7e0115c4476ea56ff271a90f4 35701 interpreters optional 
rhino_1.7R3~pre-1.debian.tar.gz
 677fff21105ea42ef0c0be0056043419 1011852 interpreters optional 
rhino_1.7R3~pre-1_all.deb
 2fefa03237c5d0a9d6d2ad5b67de968e 745020 doc optional 
rhino-doc_1.7R3~pre-1_all.deb

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

iQIcBAEBCAAGBQJNPcr/AAoJEHXiDM0z50n8qNIQAKdszmxxdOZWdx3aTNy08BsJ
JZiOXuodqq20z3TjdROGvcvo8YK8f8Pso8VA2lM8LqTIUU3joJFescQk+SVLH/FZ
F7Zm9LswtnsyW0SPZi9m05tUHs1fVhgutHINyDNAOPIVay/RTTgGeEL7TExR6TbG
e4PEV3xdDcsxgR8KL2UHycLQn8kjsK6kMRB3DvrqiPQViJb5vYP9YY25buCaxtt+
b4oeVAh7WBsydWM1eft4WGQA7XmgTDmsMCw42KEhhPMeTwcABU1PKLFTOZlUWVT4
IRv2kxXpWQ+ezsadgWGlz0IV7Zpk/e/ehRGtbJGG+2PKK2o9Np4b8Sw8Z0o+ViDG
ak9DwaO+fzuQUpg8c9N/vM6EYsFQgLmBqk2M7lT15/64MhSm4pmF4DrQqVHGXvSl
SB5YO3C1XjABDWCPlObJ2OQEYNbq18T72TvK/hMrVNkkDHXmJBvZo4NlTWdf1R1c
TkUQj3qMwkXpHkwxaGAE8OG1lXlXqX2rvc+XtVVU61Sk4dvruqiQLnUaYe3/ocSW
OCCqhcXxWzxt8OEBckToKtQzrH+WcFSHrSyw+Sbz6w84Vmu4kncbG5BxL/0kGSo1
b7KnPInI7w2bKFMPWAAFBIteR4VQCoPbDYpqWl9K2lsNl1pQZ3CXBx0mN+gakJRB
uR3k+INnvIEifcpaLOv+
=UTLW
-END PGP SIGNATURE-


Accepted:
rhino-doc_1.7R3~pre-1_all.deb
  to main/r/rhino/rhino-doc_1.7R3~pre-1_all.deb
rhino_1.7R3~pre-1.debian.tar.gz
  to main/r/rhino/rhino_1.7R3~pre-1.debian.tar.gz
rhino_1.7R3~pre-1.dsc
  to main/r/rhino/rhino_1.7R3~pre-1.dsc
rhino_1.7R3~pre-1_all.deb
  to main/r/rhino/rhino_1.7R3~pre-1_all.deb
rhino_1.7R3~pre.orig.tar.gz
  to main/r/rhino/rhino_1.7R3~pre.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/e1phruj-0004ky...@franck.debian.org



Accepted libversion-perl 1:0.8800-1 (source i386)

2011-01-24 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 19:39:55 +0100
Source: libversion-perl
Binary: libversion-perl
Architecture: source i386
Version: 1:0.8800-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont dominique.dum...@hp.com
Description: 
 libversion-perl - Perl extension for Version Objects
Changes: 
 libversion-perl (1:0.8800-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Minor documentation changes [RT#57950, RT#56737]
   * Standards-Version 3.9.1 (no changes)
   * Downgrade version dependency on debhelper 7.3.7 to 7, we are
 building exclusively with ExtUtils::MakeMaker
 .
   [ Nicholas Bamber ]
   * New upstream release 0.8500-1
 .
   [ Ansgar Burchardt ]
   * Update my email address.
 .
   [ Dominique Dumont ]
   * control: added /me to uploaders
   * removed spelling patch (fixed upstream)
 .
   [ gregor herrmann ]
   * debian/copyright: update years of upstream copyright, license stanzas, and
 list of packagers.
Checksums-Sha1: 
 ebfc9aa94d32df320f19ff6fe0cc427b5bd08872 2038 libversion-perl_0.8800-1.dsc
 2fbd1d808eb553a3ababb430aa75e8c028ca7f19 102186 
libversion-perl_0.8800.orig.tar.gz
 249eb72525e16bf6dbff286090c069a0a4e96ded 3158 
libversion-perl_0.8800-1.debian.tar.gz
 cb55de7a4a04d5b42d470ca17aa24a57f81fc140 71862 
libversion-perl_0.8800-1_i386.deb
Checksums-Sha256: 
 52fa14518816d393f53e42bed8ed390199f940b00d41f2b30c047b2ce4270226 2038 
libversion-perl_0.8800-1.dsc
 81cdc81960724b975d0e3ff2566265f40f2bbb4d5e0121faf3fc7778e83ad6b9 102186 
libversion-perl_0.8800.orig.tar.gz
 6c005e952117782129ebedf325ff6ffef2197d246d4bb54c2843e80bad0e79f6 3158 
libversion-perl_0.8800-1.debian.tar.gz
 97af1681cce23a9318a8fd1dad468df2a634744807e000ce16157a67dc7aa32f 71862 
libversion-perl_0.8800-1_i386.deb
Files: 
 300d056bb4b8cd346020af2232f605c1 2038 perl optional 
libversion-perl_0.8800-1.dsc
 5f27f21c625fa2f89f4130e277594635 102186 perl optional 
libversion-perl_0.8800.orig.tar.gz
 7afaad00f389ad55721d9c6efcc04ddd 3158 perl optional 
libversion-perl_0.8800-1.debian.tar.gz
 70bc2a0ba327c1b158ede8f113baf5ab 71862 perl optional 
libversion-perl_0.8800-1_i386.deb

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

iQIcBAEBCAAGBQJNPdHwAAoJELs6aAGGSaoGJdwP/0SD9M/7oENmfzmZivcPlZV6
c14axxHezQ7f2XPkVoIYOFrgyYkh9RplPL+/Hj4aF9jODRYr7gbP+oCVcQXniybC
JRWJSERRgIXAD1sk5TYG6VBdOnQH4fDagSgM/jMV0Mx0fUFLAstVpisGY7Xkbr7V
J+E5ofNM8Pbewn2+ncl50ELY0skswbjp5RgBiXKGbpGya6SBlM2vM6KECRVEixhZ
XsZhbHpEWrPPNSZh6dAN7w1Jwwb3VUKYfLCRTRQpKZ6IUesimeRM0jmbII1xcIzm
kZCbQ0VQg2ws4Mz3L2XX9/RypPmJ+J2OReTUzfBstBS3C8xx6AczseNTt8kAO/97
Ll9qnJLbJ4aaYElZblJzUL79UyEHPJLethBZcnY3Kk0A0fyYE7JTdDtGEpi5xQIh
fS7SIBP0R7MucCgLDkwhomUKVg07d/pFOWI0UFAH9rIHSyX8H3V2vqhUKuCaB2h6
RPCbojTRDKeWjMT8AVFWjIp0jETU7UVvEeCki9qyYsn2GdjgPruAhrvNR+NkndPl
Ra/yvQXhx/N6Yue4+ttDmookbgItdeEuP4ReWo45y8hikQmpg1tWRJuFEMQ5aVsV
aPiWh0zH6G0wUdUvUoubtb0Xem43ig+9ke2DvvTuX5Mv8I/JPVz9xXxX+ss1Ta8L
Go7vnPyb9brOGsCOGsTo
=Xs2B
-END PGP SIGNATURE-


Accepted:
libversion-perl_0.8800-1.debian.tar.gz
  to main/libv/libversion-perl/libversion-perl_0.8800-1.debian.tar.gz
libversion-perl_0.8800-1.dsc
  to main/libv/libversion-perl/libversion-perl_0.8800-1.dsc
libversion-perl_0.8800-1_i386.deb
  to main/libv/libversion-perl/libversion-perl_0.8800-1_i386.deb
libversion-perl_0.8800.orig.tar.gz
  to main/libv/libversion-perl/libversion-perl_0.8800.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/e1phs9e-0007a3...@franck.debian.org



Accepted geda-gaf 1:1.6.1-5 (source all i386)

2011-01-24 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 19:58:01 +0200
Source: geda-gaf
Binary: geda libgeda38 libgeda-dev libgeda-common geda-symbols geda-gschem 
geda-gattrib geda-gnetlist geda-gsymcheck geda-utils geda-examples geda-doc
Architecture: source all i386
Version: 1:1.6.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 geda   - GPL EDA -- Electronics design software (metapackage)
 geda-doc   - GPL EDA -- Electronics design software (documentation)
 geda-examples - GPL EDA -- Electronics design software (example designs)
 geda-gattrib - GPL EDA -- Electronics design software (attribute editor)
 geda-gnetlist - GPL EDA -- Electronics design software (netlister)
 geda-gschem - GPL EDA -- Electronics design software (schematic editor)
 geda-gsymcheck - GPL EDA -- Electronics design software (symbol checker)
 geda-symbols - GPL EDA -- Electronics design software (symbols library)
 geda-utils - GPL EDA -- Electronics design software (utilities)
 libgeda-common - GPL EDA -- Electronics design software (data files)
 libgeda-dev - GPL EDA -- Electronics design software (development files)
 libgeda38  - GPL EDA -- Electronics design software (library files)
Changes: 
 geda-gaf (1:1.6.1-5) unstable; urgency=low
 .
   * Added disable_gnetlist-arg.diff patch, to fix arbitrary code execution.
 (LP: #700194)
Checksums-Sha1: 
 092c5176ccd34c83febbe805c057097f91d29e0a 1957 geda-gaf_1.6.1-5.dsc
 415fdacd51fd7a9bd1f35d3365287ba38e70a7a8 13075 geda-gaf_1.6.1-5.debian.tar.gz
 33d1cc46d4ab8a7889448c5c1257883ee89151bf 1136 geda_1.6.1-5_all.deb
 947fb4508d0f0447808597cdd6d38b151a11c92a 147868 libgeda38_1.6.1-5_i386.deb
 e9ed4d64ce9f2fa6fee44384b78a6e88a94082f8 17160 libgeda-dev_1.6.1-5_i386.deb
 31414505755f8a72c3313a3dded3e8346624607a 155752 libgeda-common_1.6.1-5_all.deb
 6c3243ebe96ddc01f0e01dab4cce849230dec939 584336 geda-symbols_1.6.1-5_all.deb
 a07121414d5ccd273fe159a80b93519462e7bce2 548048 geda-gschem_1.6.1-5_i386.deb
 ee55e2229c44c8bd96c20198efa844a1d3d0835a 118102 geda-gattrib_1.6.1-5_i386.deb
 942569140c51b9c925b2bdb01ff7e83bfaf52e74 192378 geda-gnetlist_1.6.1-5_i386.deb
 44da17098b12e4c5d64624c5125c1a28d9c42fe0 35428 geda-gsymcheck_1.6.1-5_i386.deb
 019cfd6bf75c4a5b16ed27a1312e1c7853ec2381 171880 geda-utils_1.6.1-5_i386.deb
 7899904a9f01ad6f52143e9dea1a0fc08d53a0cd 190692 geda-examples_1.6.1-5_all.deb
 bae140303e7c4755d0f3d95f816a80f5330a229e 2670648 geda-doc_1.6.1-5_all.deb
Checksums-Sha256: 
 d692a8e0fba8a913d90a688e9c6d702b1a9d9f7b442c6c2aece125216e504ecf 1957 
geda-gaf_1.6.1-5.dsc
 48bda986e1b8e1df59dbb5ee6670f07ae19f3ee99a0bde24bfe9c33b8735bae6 13075 
geda-gaf_1.6.1-5.debian.tar.gz
 a795aff878b738910d4f475ee7c19c19631234490b043fe367f578b1708bcb45 1136 
geda_1.6.1-5_all.deb
 c98517c92322349fe3b1e752fcdc4eff18bc880b2cd2c504714f65191eff27ea 147868 
libgeda38_1.6.1-5_i386.deb
 83f2c31a0e4c59022728ab12066e9d633571ff8168ad238f53dfcbd2800f0f04 17160 
libgeda-dev_1.6.1-5_i386.deb
 db4e6c41d509b19f0997528b201a1e982a1f833340e65a8807a4b933f28b0aea 155752 
libgeda-common_1.6.1-5_all.deb
 1c4149aad814e39cbc816424ddd68fd95c341382485703d5af6339bf99404ac4 584336 
geda-symbols_1.6.1-5_all.deb
 20b7494f68f6780dea80760dc9b77cec4ba0ed76396d739e8fec9ad21e5be059 548048 
geda-gschem_1.6.1-5_i386.deb
 7fa6bac3fe26b1be665f33d69adc0e5dbbf31ffaca292b28aabef2651a95fbbe 118102 
geda-gattrib_1.6.1-5_i386.deb
 3519b85616f1d5897c3f61eefb171e14d9564222cb70394e89da21c16618d214 192378 
geda-gnetlist_1.6.1-5_i386.deb
 10bc00dc356a2168061e0114a395dba2afcd65cb246f33d64aac659cb30e2b6c 35428 
geda-gsymcheck_1.6.1-5_i386.deb
 dc233388553aa88988c04c462ae0fc2565b4913c88008385fc4dff13cacc4fff 171880 
geda-utils_1.6.1-5_i386.deb
 6da3add7e2a2f65998107873292c77fb7226298431281b1464e95f9948a77e80 190692 
geda-examples_1.6.1-5_all.deb
 da033c2ad7d293b9639264202fa2d6dce66572815468ab06e8a1969a89ee78d7 2670648 
geda-doc_1.6.1-5_all.deb
Files: 
 c37413d97f7fb46125849f125f4c4af9 1957 electronics optional geda-gaf_1.6.1-5.dsc
 eac6f00a48134d9e8c0badb1fb93c3fc 13075 electronics optional 
geda-gaf_1.6.1-5.debian.tar.gz
 7ad583aaf61abf0ca1301159fc9f8b09 1136 electronics optional geda_1.6.1-5_all.deb
 eb86aaa8db9500c255a489db8bfde300 147868 electronics optional 
libgeda38_1.6.1-5_i386.deb
 1c2d0dddca012cd7103022c9c58eb404 17160 libdevel optional 
libgeda-dev_1.6.1-5_i386.deb
 c03e917d79a83d1a512d79a5bfe33803 155752 electronics optional 
libgeda-common_1.6.1-5_all.deb
 1d43a56b62e986fe9669830b8dba5da3 584336 electronics optional 
geda-symbols_1.6.1-5_all.deb
 ff72ae5d66b905c059744050b9efc78b 548048 electronics optional 
geda-gschem_1.6.1-5_i386.deb
 2a9efddb184c354817280c95ba5abb0a 118102 electronics optional 
geda-gattrib_1.6.1-5_i386.deb
 3c346564439391e9ad77ff78b97ec57b 192378 electronics optional 
geda-gnetlist_1.6.1-5_i386.deb
 72db582b4c891e0f95c975568c4ee294 

Accepted gst123 0.1.4-1 (source amd64)

2011-01-24 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Jan 2011 09:52:03 +0200
Source: gst123
Binary: gst123
Architecture: source amd64
Version: 0.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 gst123 - GStreamer based command line media player
Changes: 
 gst123 (0.1.4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d839433b3f90e9054c3208a67040813b82eeb7bb 1361 gst123_0.1.4-1.dsc
 d395c3f9438c107267be90bb7ed3bb275b226867 105211 gst123_0.1.4.orig.tar.bz2
 81bd24dbd90445f86ebc19c36971fdcf8e6faf71 2463 gst123_0.1.4-1.debian.tar.gz
 d40394e5ac82f36e9ea967dc1b3da69ae7bb3701 53574 gst123_0.1.4-1_amd64.deb
Checksums-Sha256: 
 5eb497e26c7f58a72878460e99fad604d991332007332f14b7df731f55302fe7 1361 
gst123_0.1.4-1.dsc
 9c6d251abb02594b80af40a417aafd82cc0d9605bf6ba1a3957b33da37b37e9c 105211 
gst123_0.1.4.orig.tar.bz2
 a8854f0a4ce35a51aafa5d4948cbe5ba7ecfed30fd0fe51222ba9904fe5bbea8 2463 
gst123_0.1.4-1.debian.tar.gz
 5dcc587f289cc04baab2b5aa52a5eb9a4c1403f227751910e84bd2356de7de74 53574 
gst123_0.1.4-1_amd64.deb
Files: 
 04ad5bcaae882cbc253b57245534fcb5 1361 video extra gst123_0.1.4-1.dsc
 a89b257730f7170dda048984ca2339f4 105211 video extra gst123_0.1.4.orig.tar.bz2
 c4e796eebe534bff3d0cf957d3d65763 2463 video extra gst123_0.1.4-1.debian.tar.gz
 47d6bb44aff20ba0361b97a497a31ac6 53574 video extra gst123_0.1.4-1_amd64.deb

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

iEYEARECAAYFAk090x8ACgkQBsBdh1vkHyH1igCgiUP2ejvDnteeQPq7ojzw0sNo
ia4AoJT5LE8f1xMD0YFMcxHjWU6NYU/h
=lFJm
-END PGP SIGNATURE-


Accepted:
gst123_0.1.4-1.debian.tar.gz
  to main/g/gst123/gst123_0.1.4-1.debian.tar.gz
gst123_0.1.4-1.dsc
  to main/g/gst123/gst123_0.1.4-1.dsc
gst123_0.1.4-1_amd64.deb
  to main/g/gst123/gst123_0.1.4-1_amd64.deb
gst123_0.1.4.orig.tar.bz2
  to main/g/gst123/gst123_0.1.4.orig.tar.bz2


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



Accepted heimdal 1.4.0+git20110124.dfsg.1-1 (source all amd64)

2011-01-24 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 11:18:05 -0800
Source: heimdal
Binary: heimdal-docs heimdal-kdc heimdal-multidev heimdal-dev heimdal-clients-x 
heimdal-clients heimdal-kcm heimdal-servers-x heimdal-servers heimdal-dbg 
libheimbase1-heimdal libasn1-8-heimdal libkrb5-26-heimdal libhdb9-heimdal 
libkadm5srv8-heimdal libkadm5clnt7-heimdal libgssapi2-heimdal libkafs0-heimdal 
libroken18-heimdal libotp0-heimdal libsl0-heimdal libkdc2-heimdal 
libhx509-5-heimdal libheimntlm0-heimdal libwind0-heimdal libhcrypto4-heimdal
Architecture: source all amd64
Version: 1.4.0+git20110124.dfsg.1-1
Distribution: experimental
Urgency: low
Maintainer: Brian May b...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 heimdal-clients - Heimdal Kerberos - clients
 heimdal-clients-x - Heimdal Kerberos - X11 client programs
 heimdal-dbg - Heimdal Kerberos - key distribution center (KDC)
 heimdal-dev - Heimdal Kerberos - development files
 heimdal-docs - Heimdal Kerberos - documentation
 heimdal-kcm - Heimdal Kerberos - KCM daemon
 heimdal-kdc - Heimdal Kerberos - key distribution center (KDC)
 heimdal-multidev - Heimdal Kerberos - Multi-implementation Development
 heimdal-servers - Heimdal Kerberos - server programs
 heimdal-servers-x - Heimdal Kerberos - X11 server programs
 libasn1-8-heimdal - Heimdal Kerberos - ASN.1 library
 libgssapi2-heimdal - Heimdal Kerberos - GSSAPI support library
 libhcrypto4-heimdal - Heimdal Kerberos - crypto library
 libhdb9-heimdal - Heimdal Kerberos - kadmin server library
 libheimbase1-heimdal - Heimdal Kerberos - Base library
 libheimntlm0-heimdal - Heimdal Kerberos - NTLM support library
 libhx509-5-heimdal - Heimdal Kerberos - X509 support library
 libkadm5clnt7-heimdal - Heimdal Kerberos - kadmin client library
 libkadm5srv8-heimdal - Libraries for Heimdal Kerberos
 libkafs0-heimdal - Heimdal Kerberos - KAFS support library
 libkdc2-heimdal - Heimdal Kerberos - KDC support library
 libkrb5-26-heimdal - Heimdal Kerberos - libraries
 libotp0-heimdal - Heimdal Kerberos - OTP support library
 libroken18-heimdal - Heimdal Kerberos - roken support library
 libsl0-heimdal - Heimdal Kerberos - SL support library
 libwind0-heimdal - Heimdal Kerberos - NTLM support library
Changes: 
 heimdal (1.4.0+git20110124.dfsg.1-1) experimental; urgency=low
 .
   * Add build-conflicts with libreadline-dev, which breaks compilation.
   * New upstream snapshot.
   * Use dh-autoreconf to regenerate auto tools files.
Checksums-Sha1: 
 d40bbaa16d72469432dea35dde53406e1c62e7da 1924 
heimdal_1.4.0+git20110124.dfsg.1-1.dsc
 76234041ccb5fa14f1418bfb823a211c0122a7d9 8684577 
heimdal_1.4.0+git20110124.dfsg.1.orig.tar.gz
 32ad5d350b377bbd2087ddf9e1cbde420977c14a 48138 
heimdal_1.4.0+git20110124.dfsg.1-1.debian.tar.gz
 b65a34c136219c6368fccb06f8946dc9a4001bf8 90500 
heimdal-docs_1.4.0+git20110124.dfsg.1-1_all.deb
 b54efa154a63c5d2d4f60af507305ae826490ff0 126788 
heimdal-kdc_1.4.0+git20110124.dfsg.1-1_amd64.deb
 48a42e6d4c2cc7b377b02651aa768f8102b23c9d 1383188 
heimdal-multidev_1.4.0+git20110124.dfsg.1-1_amd64.deb
 5bb21f7a92cf414db2d7bf6d1a54c280cff81c61 144436 
heimdal-dev_1.4.0+git20110124.dfsg.1-1_amd64.deb
 7262fa72a9dd43b58f20de3cf18e97f30fa1d9f2 63162 
heimdal-clients-x_1.4.0+git20110124.dfsg.1-1_amd64.deb
 68a2605910330eb029242caa7c0d884517efbdc9 322480 
heimdal-clients_1.4.0+git20110124.dfsg.1-1_amd64.deb
 02aaec138f4b6bec1f2fab8566bf990792be0ff2 53160 
heimdal-kcm_1.4.0+git20110124.dfsg.1-1_amd64.deb
 c4a7ebc9d4d6319bf752652f05bb2cc20a989518 41444 
heimdal-servers-x_1.4.0+git20110124.dfsg.1-1_amd64.deb
 0a689a1c0198b496c30197cffb7d006a082d3023 170970 
heimdal-servers_1.4.0+git20110124.dfsg.1-1_amd64.deb
 d1e87c5a627da361c6dd9581a6137a1c078eb05e 3127060 
heimdal-dbg_1.4.0+git20110124.dfsg.1-1_amd64.deb
 e33fd5b2cb1a5787c2a6e6c98a8dcf60a577ba31 31224 
libheimbase1-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 014daace5aa4f34e890d8626f2fca3a6ad23a07a 229276 
libasn1-8-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 bf65d282e45701c746f8403c9f1729ccbaec2c4a 236786 
libkrb5-26-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 bef26086090bb538f7a1c72fa3cdff38dc24a64d 80802 
libhdb9-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 8a257bd07b2e3fe27556d21044e8e6baacf98d58 50390 
libkadm5srv8-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 a999fb6240e994857b3cc2999fbf7ded5116cbc5 40428 
libkadm5clnt7-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 7062b56547e5fcf43d15ad6d5b396dc2ab8ae37a 120796 
libgssapi2-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 54427940293b2b7ce02c8f25f539dc28474f76ea 37628 
libkafs0-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 5900fd5777816151bd79bbf3c17612a9182bd7ef 64226 
libroken18-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 53994ad35be73a09410dc16d84405665e38755be 73182 
libotp0-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 e3e8fa0b71041610402b06412dd8ce3677cd59ca 32464 
libsl0-heimdal_1.4.0+git20110124.dfsg.1-1_amd64.deb
 

Accepted mlt 0.6.2-1 (source all amd64)

2011-01-24 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 20:20:44 +0100
Source: mlt
Binary: libmlt-dev libmlt3 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt 
python-mlt3
Architecture: source amd64 all
Version: 0.6.2-1
Distribution: experimental
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt3- multimedia framework (runtime)
 melt   - command line media player and video editor
 python-mlt3 - multimedia framework (python bindings)
Changes: 
 mlt (0.6.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 96bd7da1130a31cbb279e24989cc9e2ceac6fbca 2060 mlt_0.6.2-1.dsc
 8ff3b7d37a3e4ae45665f9c1cf7998f1cdd1ed03 860765 mlt_0.6.2.orig.tar.gz
 ca64f3542c9478142bc7958074c0dec86f16d4f5 7047 mlt_0.6.2-1.debian.tar.gz
 df4820460cf7d8547c2cbbca467d87023c29d87a 140534 libmlt-dev_0.6.2-1_amd64.deb
 11d0d7022643bd2a7aa7890201f67a38766c977c 498106 libmlt3_0.6.2-1_amd64.deb
 ff171d9e4b5656efd27cb83b7348f61808d802a5 379382 libmlt-data_0.6.2-1_all.deb
 b2eff96a1b109e3dd48844741aecb2990cd4987e 100464 libmlt++-dev_0.6.2-1_amd64.deb
 4da338d2d36659c30484acdf783bf3221ac4eb78 131322 libmlt++3_0.6.2-1_amd64.deb
 8295b0a2b3cc2bde2dc3804ce13a9fb0886a0c1a 1079568 libmlt-dbg_0.6.2-1_amd64.deb
 d29070981bc230473b2669165921150cae3d1cfd 134502 melt_0.6.2-1_amd64.deb
 24ec071cbad8c2d0dc71ac5c3f7ab1acaaec4ab8 289430 python-mlt3_0.6.2-1_amd64.deb
Checksums-Sha256: 
 4209f7aa2c3c6c1d528feba267538cf8b470e45089537eb371156829333a8e87 2060 
mlt_0.6.2-1.dsc
 f1649422cfaa755648b02347c22211cb9b324d98994545a86c5594eb3b5d7e67 860765 
mlt_0.6.2.orig.tar.gz
 674750b3597bcb41e08253115028ec9b135d515c8fa3a29acd187d736505f415 7047 
mlt_0.6.2-1.debian.tar.gz
 c9a318a78b4f14df73a8869d1f665f4122163b91315dd64bc279fa858cc32765 140534 
libmlt-dev_0.6.2-1_amd64.deb
 3ddcb4b9ffba1c74eec4b6f8ce135adca97759cdc428a8c2a20a13eee94ad293 498106 
libmlt3_0.6.2-1_amd64.deb
 e80b1da422f040f537b2ea5147108504bfcec6bc9bface858b60c984dc588b4e 379382 
libmlt-data_0.6.2-1_all.deb
 93fb5630a2d20b394f268978f311cda8f3c09ac67db91954cc5d2ffa588bb260 100464 
libmlt++-dev_0.6.2-1_amd64.deb
 db64b999789aa204137563fe4b14e556a4f26f88dd5dad685a329add2626ad77 131322 
libmlt++3_0.6.2-1_amd64.deb
 4d3ec95981ceca211fdf24a4a0221c9986402efcdc0379e201e3aba1cb9f2b3f 1079568 
libmlt-dbg_0.6.2-1_amd64.deb
 c4a047e20e6e592e204ce48a6625e60375f4d6e0084f5068c209f3a42bae0e96 134502 
melt_0.6.2-1_amd64.deb
 d9cd880f015b9344e36e08396c9abe8f6c11d72082175e5c79442008f1158f7a 289430 
python-mlt3_0.6.2-1_amd64.deb
Files: 
 58614b3dcdc53e8dbfc52b1fb5a3dd13 2060 libs optional mlt_0.6.2-1.dsc
 7b3a866790381a227d278bb050d87590 860765 libs optional mlt_0.6.2.orig.tar.gz
 7c75ffa04706e412a9eb01339d3eeda8 7047 libs optional mlt_0.6.2-1.debian.tar.gz
 ba8a0f6369f4a99051c43fd72c557ccf 140534 libdevel optional 
libmlt-dev_0.6.2-1_amd64.deb
 77e4ec69025f1d0184da2509bb269139 498106 libs optional libmlt3_0.6.2-1_amd64.deb
 7e45f707d79991a278b2cac0e6cb5bce 379382 libs optional 
libmlt-data_0.6.2-1_all.deb
 7daf0e66e4eb974555023a8ed8bd398e 100464 libdevel optional 
libmlt++-dev_0.6.2-1_amd64.deb
 c20f46ac69bda90160737fa504451b89 131322 libs optional 
libmlt++3_0.6.2-1_amd64.deb
 eb63035d130244c1d620ba7037bbf95a 1079568 debug extra 
libmlt-dbg_0.6.2-1_amd64.deb
 a6447ef027bb67f9ba1c75e94a8a9a5a 134502 utils optional melt_0.6.2-1_amd64.deb
 3c1b35f60a019e71f010a35275738c12 289430 python optional 
python-mlt3_0.6.2-1_amd64.deb

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

iQIcBAEBCAAGBQJNPdM9AAoJEBLZsEqQy9jk0swQAImJJDkPH1FTpV4fWhpwGsIT
skuOyLMCB54VfP9v/IYrPpnHSdJwFXp59ZSGAX1oApVg1V6Nv0Qp+dsyIRFsYSBg
Ajj+X7fxr0TW0zQ3UzS0Ys2X0AvLAFRVBkDm+x4NrKuA97VKSWgH95eIYZu0ghhd
lRSWFFSZhaW5StlRZ1e39x4c2yblEW20OkIAgFs4TjaUtmtfS3JLfiIk1URioRO2
x1jUiaYTNDQiEU3v/rBppTUPNCqNjMgoymHouPeO86D8YfEDoPjBWrzWb/FLkrOm
ezqrNjpqypvEp5EMNN+tJ9wxBG6503k5J9mzBWBfHP5o9DSNZH6I+Kw6r+YJAtNi
aapzX2PYrdjVUnSYIm5H208Y4weBTx0hcXv7esgL52UNqYj103tktYB5Fb4WwN8t
kG/WaY2DP+Mp8qSNHJoGjnHNd/tO5j/RG4KJE885k4BlZn8SFpDAatuh7j3Axu0P
ekzWd+/+Wx07usNtvZk6uelxLlwzQxDlxUMzcBvuyJc0CemoHtE9zimWWri8pTpV
w5tmjbSgbS2kLpoaZud/D3FDP89TrKmXCjfzpkD80gTIsbQXbjwbyc90t/uRylb8
WPovNelCXG/IumjYaab/kwOvYj50L2ZUePZcrL4cU6bo0O2XCBPdcV80fJTv7SBr
i6njYFapVmcBpsSQN98X
=ZZX6
-END PGP SIGNATURE-


Accepted:
libmlt++-dev_0.6.2-1_amd64.deb
  to main/m/mlt/libmlt++-dev_0.6.2-1_amd64.deb
libmlt++3_0.6.2-1_amd64.deb
  to main/m/mlt/libmlt++3_0.6.2-1_amd64.deb
libmlt-data_0.6.2-1_all.deb
  to main/m/mlt/libmlt-data_0.6.2-1_all.deb
libmlt-dbg_0.6.2-1_amd64.deb
  to main/m/mlt/libmlt-dbg_0.6.2-1_amd64.deb
libmlt-dev_0.6.2-1_amd64.deb
  to main/m/mlt/libmlt-dev_0.6.2-1_amd64.deb

Accepted scrub 2.4-2 (source amd64)

2011-01-24 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 19:18:19 +
Source: scrub
Binary: scrub
Architecture: source amd64
Version: 2.4-2
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 scrub  - writes patterns on magnetic media to thwart data recovery
Closes: 603227
Changes: 
 scrub (2.4-2) unstable; urgency=low
 .
   * Include patch from ubuntu in 02-Includes (Closes: #603227).
Checksums-Sha1: 
 4401e14f18b0f0187d289469ac4a1c96bfc6ec46 1009 scrub_2.4-2.dsc
 5f81076c94f025fdc003dd9aff6fb9750f47b52e 2729 scrub_2.4-2.debian.tar.gz
 54f463815036fb0d83bf535af4022c09957b4182 28974 scrub_2.4-2_amd64.deb
Checksums-Sha256: 
 43552cb5fc1862bd23ef21d1bc8c6d9bd6df94d07eaed3a74de2f2c58882f983 1009 
scrub_2.4-2.dsc
 b5e46a8368574e0435075f588b84e897d22e89ea2ed86b7069c7f6f25cb48aa3 2729 
scrub_2.4-2.debian.tar.gz
 73f018487048e04c2e38eb15a0f19d94db4869a93042b2ef01f9f5f0cbc3c26c 28974 
scrub_2.4-2_amd64.deb
Files: 
 9ae896d1e470d717fa6bc6a352b3d3be 1009 utils extra scrub_2.4-2.dsc
 8d5d234f008ff4a3375e75ff6a3bb557 2729 utils extra scrub_2.4-2.debian.tar.gz
 c7b2441bd61e4b64a17de750e7660c6e 28974 utils extra scrub_2.4-2_amd64.deb

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

iEYEARECAAYFAk0902wACgkQLpNUoan9SCFHYQCcDH7rcLjI1VJOrK/MlQc9WMg/
GXYAn3KtIgY6799ankeaMdDyYn5gfLra
=iT9s
-END PGP SIGNATURE-


Accepted:
scrub_2.4-2.debian.tar.gz
  to main/s/scrub/scrub_2.4-2.debian.tar.gz
scrub_2.4-2.dsc
  to main/s/scrub/scrub_2.4-2.dsc
scrub_2.4-2_amd64.deb
  to main/s/scrub/scrub_2.4-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/e1phsqs-0005dn...@franck.debian.org



Accepted gcc-4.6 4.6-20110123-1 (source all amd64)

2011-01-24 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 12:14:49 +0100
Source: gcc-4.6
Binary: gcc-4.6-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.6 gcc-4.6-multilib gcc-4.6-plugin-dev gcc-4.6-hppa64 
gcc-4.6-spu g++-4.6-spu gfortran-4.6-spu cpp-4.6 cpp-4.6-doc gcc-4.6-locales 
g++-4.6 g++-4.6-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 
lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 
libn32mudflap0-dbg libmudflap0-4.6-dev libgomp1 libgomp1-dbg lib32gomp1 
lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg 
libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 
lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg gobjc++-4.6 
gobjc++-4.6-multilib gobjc-4.6 gobjc-4.6-multilib libobjc3 libobjc3-dbg 
lib64objc3 lib64objc3-dbg lib32objc3 lib32objc3-dbg libn32objc3 libn32objc3-dbg 
gfortran-4.6 gfortran-4.6-multilib gfortran-4.6-doc libgfortran3 
libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg
 lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg 
gccgo-4.6 gccgo-4.6-multilib gccgo-4.6-doc libgo0 libgo0-dbg lib64go0 
lib64go0-dbg lib32go0 lib32go0-dbg libn32go0 libn32go0-dbg libstdc++6 
lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.6-dev libstdc++6-4.6-pic 
libstdc++6-4.6-dbg lib32stdc++6-4.6-dbg lib64stdc++6-4.6-dbg 
libn32stdc++6-4.6-dbg libstdc++6-4.6-doc gcc-4.6-soft-float fixincludes 
gcc-4.6-doc
 gcc-4.6-source
Architecture: source all amd64
Version: 4.6-20110123-1
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.6- The GNU C preprocessor
 cpp-4.6-doc - Documentation for the GNU C preprocessor (cpp)
 fixincludes - Fix non-ANSI header files
 g++-4.6- The GNU C++ compiler
 g++-4.6-multilib - The GNU C++ compiler (multilib files)
 g++-4.6-spu - SPU cross-compiler (C++ compiler)
 gcc-4.6- The GNU C compiler
 gcc-4.6-base - The GNU Compiler Collection (base package)
 gcc-4.6-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.6-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.6-locales - The GNU C compiler (native language support files)
 gcc-4.6-multilib - The GNU C compiler (multilib files)
 gcc-4.6-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.6-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.6-source - Source of the GNU Compiler Collection
 gcc-4.6-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.6  - The GNU Go compiler
 gccgo-4.6-doc - Documentation for the GNU Go compiler (gccgo)
 gccgo-4.6-multilib - The GNU Go compiler (multilib files)
 gfortran-4.6 - The GNU Fortran 95 compiler
 gfortran-4.6-doc - Documentation for the GNU Fortran compiler (gfortran)
 gfortran-4.6-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.6-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.6 - The GNU Objective-C++ compiler
 gobjc++-4.6-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.6  - The GNU Objective-C compiler
 gobjc-4.6-multilib - The GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc3 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc3-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 

Accepted gedit 2.30.4-2 (source all amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 21:18:12 +0100
Source: gedit
Binary: gedit gedit-common gedit-dev
Architecture: source all amd64
Version: 2.30.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gedit  - official text editor of the GNOME desktop environment
 gedit-common - official text editor of the GNOME desktop environment (support 
fi
 gedit-dev  - official text editor of the GNOME desktop environment (developmen
Closes: 600055 603502
Changes: 
 gedit (2.30.4-2) unstable; urgency=low
 .
   * Recommend yelp. Closes: #600055.
   * 10_pt_BR_po.patch: fix an important mistake in the Brazilian
 Portuguese translation. Closes: #603502.
Checksums-Sha1: 
 cbc2ef48c4bde1b1b18ba88c3e8e6646e0464980 1977 gedit_2.30.4-2.dsc
 1d247efaa18df489a4e61968db5a7e8d872580f0 22748 gedit_2.30.4-2.debian.tar.gz
 71828cf04b9faba52030653a84040d7cccd3df6c 4536058 gedit-common_2.30.4-2_all.deb
 b28ea31ebc063d86cfb2a1e45cb3ade26cb2b7fc 180462 gedit-dev_2.30.4-2_all.deb
 66ec07774e0308e382afe680e1942d32140ffcb5 907754 gedit_2.30.4-2_amd64.deb
Checksums-Sha256: 
 9e03c401e1c501a6055093ae30f7bd5dd1e910d34a3bdec8a90b8d48514cd4b0 1977 
gedit_2.30.4-2.dsc
 35a89530d67db0728a53286ee2ff1d65b18eb4ef9d85995af5a4964518fdf92f 22748 
gedit_2.30.4-2.debian.tar.gz
 584d6335ceeab86f4eb048f0dbff2359ba9077795dcff05513f9f52c0da251a5 4536058 
gedit-common_2.30.4-2_all.deb
 a854496949ca3b6d4acbb66eeb41c0921524066065503c25a0684656ce7fcfa6 180462 
gedit-dev_2.30.4-2_all.deb
 610e3790cbdb710bb66c066ce10172b5db90a6ba96fb5b9868e0d01648fd2f08 907754 
gedit_2.30.4-2_amd64.deb
Files: 
 b49c6e0d3b6b6773f0cfa103c65b83b7 1977 gnome optional gedit_2.30.4-2.dsc
 fc61265a637716defa86a706dda85755 22748 gnome optional 
gedit_2.30.4-2.debian.tar.gz
 d51c3c055afae3b27715b30752c00cc4 4536058 gnome optional 
gedit-common_2.30.4-2_all.deb
 54a405b300751e20c0f3378252130b5b 180462 devel optional 
gedit-dev_2.30.4-2_all.deb
 4aca7c1e804ee947eb718d515d03fbb5 907754 gnome optional gedit_2.30.4-2_amd64.deb

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

iD8DBQFNPeHhrSla4ddfhTMRAjF8AJsEjKxsBuATn9/mb47iDqi1nKukngCfTCOD
4IqDPZpnfRmbjRsnIFIJSdY=
=JenH
-END PGP SIGNATURE-


Accepted:
gedit-common_2.30.4-2_all.deb
  to main/g/gedit/gedit-common_2.30.4-2_all.deb
gedit-dev_2.30.4-2_all.deb
  to main/g/gedit/gedit-dev_2.30.4-2_all.deb
gedit_2.30.4-2.debian.tar.gz
  to main/g/gedit/gedit_2.30.4-2.debian.tar.gz
gedit_2.30.4-2.dsc
  to main/g/gedit/gedit_2.30.4-2.dsc
gedit_2.30.4-2_amd64.deb
  to main/g/gedit/gedit_2.30.4-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/e1phtmh-00072n...@franck.debian.org



Accepted libgksu 2.0.13~pre1-4 (source amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 20:59:03 +0100
Source: libgksu
Binary: libgksu2-0 libgksu2-dev
Architecture: source amd64
Version: 2.0.13~pre1-4
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva k...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libgksu2-0 - library providing su and sudo functionality
 libgksu2-dev - library providing su and sudo functionality (development files)
Closes: 609130 609141
Changes: 
 libgksu (2.0.13~pre1-4) unstable; urgency=low
 .
   * ru.po: updated Russian translation by Alexander Sashanov.
 Closes: #609130, #609141.
Checksums-Sha1: 
 b54827dc5ec01a998674a0bcd438400c17ba6538 1535 libgksu_2.0.13~pre1-4.dsc
 94e15a6896b6c70b111838504284eb7b9d408dd5 25705 libgksu_2.0.13~pre1-4.diff.gz
 c006a9637fbebff742c51ad314074b6eceee9495 121038 
libgksu2-0_2.0.13~pre1-4_amd64.deb
 70ead92b30f84f17126d9f5a91a1d0a6e969b5b8 62268 
libgksu2-dev_2.0.13~pre1-4_amd64.deb
Checksums-Sha256: 
 7fbedcdb5071512e0203f3c4911569b3718a0f7fc89ce333b6e9c32ba55ae7a1 1535 
libgksu_2.0.13~pre1-4.dsc
 618850d797d70720428db7fd9d50b56a7ac1cdb67a3fa16ddf623debb52c31a3 25705 
libgksu_2.0.13~pre1-4.diff.gz
 ea0133cfce2754d5df279f49388cbae3d495e597b30ad5d40fbbeb57d29cf49e 121038 
libgksu2-0_2.0.13~pre1-4_amd64.deb
 ba4ac34938f1bab4015c4484f4d590d707026d3c962b9156ce28d2e4c837aab4 62268 
libgksu2-dev_2.0.13~pre1-4_amd64.deb
Files: 
 59bdddfdf7ecda1ba4ac90ebf844efe7 1535 admin optional libgksu_2.0.13~pre1-4.dsc
 8dc92703d14e62d64b8c9738de1f4482 25705 admin optional 
libgksu_2.0.13~pre1-4.diff.gz
 000acda44876e23edc54209c942468cf 121038 libs optional 
libgksu2-0_2.0.13~pre1-4_amd64.deb
 290385aa573111ffdf5c5c4d0a8bb509 62268 libdevel optional 
libgksu2-dev_2.0.13~pre1-4_amd64.deb

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

iD8DBQFNPdrvrSla4ddfhTMRAvF5AKD4AQROe21lvZ/Stob8rE6MSYD+RQCgjzHY
uBd1hlM9VZJbYotLeETjb20=
=Z/Vf
-END PGP SIGNATURE-


Accepted:
libgksu2-0_2.0.13~pre1-4_amd64.deb
  to main/libg/libgksu/libgksu2-0_2.0.13~pre1-4_amd64.deb
libgksu2-dev_2.0.13~pre1-4_amd64.deb
  to main/libg/libgksu/libgksu2-dev_2.0.13~pre1-4_amd64.deb
libgksu_2.0.13~pre1-4.diff.gz
  to main/libg/libgksu/libgksu_2.0.13~pre1-4.diff.gz
libgksu_2.0.13~pre1-4.dsc
  to main/libg/libgksu/libgksu_2.0.13~pre1-4.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/e1phtpt-0008ci...@franck.debian.org



Accepted rhythmbox 0.12.8-3 (source all amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Dec 2010 14:23:55 +0100
Source: rhythmbox
Binary: rhythmbox rhythmbox-dbg rhythmbox-plugins rhythmbox-plugin-cdrecorder 
rhythmbox-plugin-coherence
Architecture: source all amd64
Version: 0.12.8-3
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 rhythmbox  - music player and organizer for GNOME
 rhythmbox-dbg - debugging symbols for rhythmbox
 rhythmbox-plugin-cdrecorder - burning plugin for rhythmbox music player
 rhythmbox-plugin-coherence - UPnp plugin for rhythmbox music player
 rhythmbox-plugins - plugins for rhythmbox music player
Closes: 587870
Changes: 
 rhythmbox (0.12.8-3) unstable; urgency=low
 .
   * Drop type-handling usage. Closes: #587870.
   * Bump standards version accordingly.
   * 04_mtp_crash.patch: stolen upstream. Fix a crasher in MTP player
 management.
Checksums-Sha1: 
 2dfcac4e85ed621443faf0777e8f3e7f625bb4f9 2336 rhythmbox_0.12.8-3.dsc
 880834f680c31f80dcf73e248f250d0eaf1e7167 30466 rhythmbox_0.12.8-3.debian.tar.gz
 4608bda0153cd6b3de2b0d5709cf5a5da549becc 183784 
rhythmbox-plugin-coherence_0.12.8-3_all.deb
 84507361184797ab32a4a0ca2629577266a7c954 5254308 rhythmbox_0.12.8-3_amd64.deb
 5048b0b6ab4b73a2610ec8be6f83478260420372 2294406 
rhythmbox-dbg_0.12.8-3_amd64.deb
 a2868aa5267894fd07f4fabc21935747c63d86e5 667130 
rhythmbox-plugins_0.12.8-3_amd64.deb
 ebbf947ed9af1a5b1b72adb8ad4a7b44d3fa3bb7 177344 
rhythmbox-plugin-cdrecorder_0.12.8-3_amd64.deb
Checksums-Sha256: 
 90c5dd73314b6fb6417c851f5a901b919030dd2f7d1f831ec6210b370258f878 2336 
rhythmbox_0.12.8-3.dsc
 ea8dc95c5932a50d104294e732c60b102a8f2bf923cff47a7846111a73640e99 30466 
rhythmbox_0.12.8-3.debian.tar.gz
 a73712c565d61d98a0723669990b842ffccce5d83c7dcd78986eb442c4e6d43b 183784 
rhythmbox-plugin-coherence_0.12.8-3_all.deb
 c87ab55a884b6fda32e11ed847e49bbfe9ad0f71133ec90a73619e62b34e81a8 5254308 
rhythmbox_0.12.8-3_amd64.deb
 45592070c8272957988869fa1159d22599e9d5c9736d0c6e0b08712de67f129d 2294406 
rhythmbox-dbg_0.12.8-3_amd64.deb
 66b30fa8ad2fa03b11bfc428c02fa8aaba9b4c89cb51893c09c977ff65176769 667130 
rhythmbox-plugins_0.12.8-3_amd64.deb
 10f8b38773e7ad35f1fadb70f722be3c6392b84cd18142c9a84fbad28dd87fce 177344 
rhythmbox-plugin-cdrecorder_0.12.8-3_amd64.deb
Files: 
 611868fe5e078be42e5bef09bf59435b 2336 gnome optional rhythmbox_0.12.8-3.dsc
 258e68b1ae57ae35305c7755415c2b2f 30466 gnome optional 
rhythmbox_0.12.8-3.debian.tar.gz
 6a709d8953a28137fb6c8f8d58164480 183784 gnome optional 
rhythmbox-plugin-coherence_0.12.8-3_all.deb
 b64ad5d141d5e5ae41c1b9fb68fc75bf 5254308 gnome optional 
rhythmbox_0.12.8-3_amd64.deb
 9d041c7f8bf9c878070d0ab103870687 2294406 debug extra 
rhythmbox-dbg_0.12.8-3_amd64.deb
 7f2db57c982c7a940719d33810af6ef1 667130 gnome optional 
rhythmbox-plugins_0.12.8-3_amd64.deb
 ea0097cc6f64d31388d290951f79e201 177344 gnome optional 
rhythmbox-plugin-cdrecorder_0.12.8-3_amd64.deb

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

iD8DBQFNPdsurSla4ddfhTMRAnwtAJ9+l3gwe5/I5a4WM4sRgoCmIvFBEwCdHKOX
6RWkLGPTDQvXAmMls5OYJfc=
=GpwM
-END PGP SIGNATURE-


Accepted:
rhythmbox-dbg_0.12.8-3_amd64.deb
  to main/r/rhythmbox/rhythmbox-dbg_0.12.8-3_amd64.deb
rhythmbox-plugin-cdrecorder_0.12.8-3_amd64.deb
  to main/r/rhythmbox/rhythmbox-plugin-cdrecorder_0.12.8-3_amd64.deb
rhythmbox-plugin-coherence_0.12.8-3_all.deb
  to main/r/rhythmbox/rhythmbox-plugin-coherence_0.12.8-3_all.deb
rhythmbox-plugins_0.12.8-3_amd64.deb
  to main/r/rhythmbox/rhythmbox-plugins_0.12.8-3_amd64.deb
rhythmbox_0.12.8-3.debian.tar.gz
  to main/r/rhythmbox/rhythmbox_0.12.8-3.debian.tar.gz
rhythmbox_0.12.8-3.dsc
  to main/r/rhythmbox/rhythmbox_0.12.8-3.dsc
rhythmbox_0.12.8-3_amd64.deb
  to main/r/rhythmbox/rhythmbox_0.12.8-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/e1phtso-00017n...@franck.debian.org



Accepted ace 6.0.0-1 (source all i386)

2011-01-24 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Jan 2011 07:39:04 +0100
Source: ace
Binary: mpc-ace libace-6.0.0 libace-dev libace-doc libace-ssl-6.0.0 
libace-ssl-dev libace-rmcast-6.0.0 libace-rmcast-dev libace-tmcast-6.0.0 
libace-tmcast-dev libace-htbp-6.0.0 libace-htbp-dev ace-gperf gperf-ace 
libacexml-6.0.0 libacexml-dev libkokyu-6.0.0 libkokyu-dev 
libace-qtreactor-6.0.0 libace-qtreactor-dev libace-xtreactor-6.0.0 
libace-xtreactor-dev libace-tkreactor-6.0.0 libace-tkreactor-dev 
libace-flreactor-6.0.0 libace-flreactor-dev libace-foxreactor-6.0.0 
libace-foxreactor-dev libtao-2.0.0 libtao-dev libtao-doc libtao-orbsvcs-2.0.0 
libtao-orbsvcs-dev libtao-qtresource-2.0.0 libtao-qtresource-dev 
libtao-xtresource-2.0.0 libtao-xtresource-dev libtao-flresource-2.0.0 
libtao-flresource-dev libtao-tkresource-2.0.0 libtao-tkresource-dev 
libtao-foxresource-2.0.0 libtao-foxresource-dev tao-idl tao-ifr tao-imr tao-ft 
tao-utils tao-cosnaming tao-naming tao-costrading tao-trading tao-cosevent 
tao-event tao-rtevent tao-ftrtevent tao-cosnotification tao-notify tao-load
 tao-tls tao-log tao-scheduling tao-cosconcurrency tao-concurrency 
tao-coslifecycle tao-lifecycle tao-costime tao-time ace-netsvcs libnetsvcs-6.0.0
 libnetsvcs-dev
Architecture: source all i386
Version: 6.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian ACE+TAO maintainers pkg-ace-de...@lists.alioth.debian.org
Changed-By: Thomas Girard thomas.g.gir...@free.fr
Description: 
 ace-gperf  - ACE perfect hash function generator
 ace-netsvcs - ACE network service implementations
 gperf-ace  - ACE perfect hash function generator (transitional package)
 libace-6.0.0 - C++ network programming framework
 libace-dev - C++ network programming framework development files
 libace-doc - C++ network programming framework documentation
 libace-flreactor-6.0.0 - ACE-GUI reactor integration for Fl
 libace-flreactor-dev - ACE-GUI reactor integration for Fl development files
 libace-foxreactor-6.0.0 - ACE-GUI reactor integration for FOX
 libace-foxreactor-dev - ACE-GUI reactor integration for FOX development files
 libace-htbp-6.0.0 - ACE protocol over HTTP tunneling library
 libace-htbp-dev - ACE protocol over HTTP tunneling library development files
 libace-qtreactor-6.0.0 - ACE-GUI reactor integration for Qt
 libace-qtreactor-dev - ACE-GUI reactor integration for Qt development files
 libace-rmcast-6.0.0 - ACE reliable multicast library
 libace-rmcast-dev - ACE reliable multicast library development files
 libace-ssl-6.0.0 - ACE secure socket layer library
 libace-ssl-dev - ACE secure socket layer library development files
 libace-tkreactor-6.0.0 - ACE-GUI reactor integration for Tk
 libace-tkreactor-dev - ACE-GUI reactor integration for Tk development files
 libace-tmcast-6.0.0 - ACE transactional multicast library
 libace-tmcast-dev - ACE transactional multicast library development files
 libace-xtreactor-6.0.0 - ACE-GUI reactor integration for Xt
 libace-xtreactor-dev - ACE-GUI reactor integration for Xt development files
 libacexml-6.0.0 - ACE SAX based XML parsing library
 libacexml-dev - ACE SAX based XML parsing library development files
 libkokyu-6.0.0 - ACE scheduling and dispatching library
 libkokyu-dev - ACE scheduling and dispatching library development files
 libnetsvcs-6.0.0 - ACE network service implementations
 libnetsvcs-dev - ACE network service implementations
 libtao-2.0.0 - ACE based CORBA ORB core libraries
 libtao-dev - ACE based CORBA ORB core libraries development files
 libtao-doc - ACE based CORBA ORB core libraries documentation
 libtao-flresource-2.0.0 - TAO-GUI reactor integration for Fl
 libtao-flresource-dev - TAO-GUI reactor integration for Fl development files
 libtao-foxresource-2.0.0 - TAO-GUI reactor integration for FOX
 libtao-foxresource-dev - TAO-GUI reactor integration for FOX development files
 libtao-orbsvcs-2.0.0 - TAO CORBA services libraries
 libtao-orbsvcs-dev - TAO CORBA services development files
 libtao-qtresource-2.0.0 - TAO-GUI reactor integration for Qt
 libtao-qtresource-dev - TAO-GUI reactor integration for Qt development files
 libtao-tkresource-2.0.0 - TAO-GUI reactor integration for Tk
 libtao-tkresource-dev - TAO-GUI reactor integration for Tk development files
 libtao-xtresource-2.0.0 - TAO-GUI reactor integration for Xt
 libtao-xtresource-dev - TAO-GUI reactor integration for Xt development files
 mpc-ace- makefile, project and workspace creator
 tao-concurrency - TAO concurrency service (transitional package)
 tao-cosconcurrency - TAO concurrency service
 tao-cosevent - TAO event service
 tao-coslifecycle - TAO lifecycle service
 tao-cosnaming - TAO naming service
 tao-cosnotification - TAO notification service
 tao-costime - TAO time service
 tao-costrading - TAO trading service
 tao-event  - TAO event service (transitional package)
 tao-ft - TAO fault tolerant services
 tao-ftrtevent - TAO fault-tolerant real-time event service
 tao-idl- TAO IDL to 

Accepted afterstep 2.2.11-1 (source all i386)

2011-01-24 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 21:23:43 +0100
Source: afterstep
Binary: afterstep afterstep-data libafterstep1 libafterimage0 libafterimage-dev 
afterstep-dbg
Architecture: source all i386
Version: 2.2.11-1
Distribution: experimental
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 afterstep  - window manager with the NEXTSTEP look and feel
 afterstep-data - data files for AfterStep window manager
 afterstep-dbg - detached debugging symbols for AfterStep and its libraries
 libafterimage-dev - imaging library designed for AfterStep - development files
 libafterimage0 - imaging library designed for AfterStep - runtime files
 libafterstep1 - shared libraries for the AfterStep window manager
Closes: 576063
Changes: 
 afterstep (2.2.11-1) experimental; urgency=low
 .
   * New upstream release.
   * Split afterstep into afterstep and aftertep-data as suggested by
 lintian's `arch-dep-package-has-big-usr-share' tag.
   * Provide debugging symbols in new afterstep-dbg package.
   * Add 31_cached_menu_pixmaps.patch to cache thumbnail images under
 ~/.afterstep/debian to speed up afterstep loading.
   * Rename 11_afterstep_feels.patch into 13_afterstep_feel.patch.
   * Switch to 3.0 (quilt) source format, drop dbs from debian/rules
 and build dependencies (closes: #576063).
   * Bump debhelper compat level to v8.
   * Standards-Version: 3.9.1:
 + use Breaks instead of Conflicts on aterm;
 + remove outdated Conflicts with libafterstep0.
Checksums-Sha1: 
 0e1ca9593afddccaa7396b295cdc9628d824f9b4 1474 afterstep_2.2.11-1.dsc
 fda7de9ecb67cc35e5559ba262c75ed91a06d549 6584257 afterstep_2.2.11.orig.tar.gz
 6811ce5331dfc4a7680b6a7afc6a87d4ae08a8a9 78095 afterstep_2.2.11-1.debian.tar.gz
 4b1d0aae6cdfa20d878867600fa20001b2318881 3226544 
afterstep-data_2.2.11-1_all.deb
 11492d070bd5e0cb64967fdfb6029c9b78191735 403164 afterstep_2.2.11-1_i386.deb
 1b8479b7a9f6e85eb5ecd298d12ebcbbff7d4798 412878 libafterstep1_2.2.11-1_i386.deb
 37144b782834b2d0766a993689f6aa916c435c22 312928 
libafterimage0_2.2.11-1_i386.deb
 6f13dfef53193de5893d8af7e0bf5e33bbb270ac 816496 
libafterimage-dev_2.2.11-1_i386.deb
 5ca633f96915b69d19f87aaea292eceaa60f855b 2027260 
afterstep-dbg_2.2.11-1_i386.deb
Checksums-Sha256: 
 c6a2d629de1511c84fba82f4d1eb9c158f5f67b4446000974219e4e7f83335b4 1474 
afterstep_2.2.11-1.dsc
 9afc636c3f76096a89c7e2f9632abcd67d4a32c0e4576669d581a4fd97ceedbe 6584257 
afterstep_2.2.11.orig.tar.gz
 a4c64c1c70ecd9723284d7cb21234cf2b7eb89077f4c4e5fa78c0ceac4789df2 78095 
afterstep_2.2.11-1.debian.tar.gz
 fdd9bce75447421aec7e49386e13c2caf514bd81d8d870f009e17fbf0240fe0a 3226544 
afterstep-data_2.2.11-1_all.deb
 bf8d750864269808a35efb63b27546afa6f9657cc31d8e28b1289f1a121337ff 403164 
afterstep_2.2.11-1_i386.deb
 f267e43c48d580fe498ec7992f72cc869cfd0770b2b7bb8a0751a08da522f4b8 412878 
libafterstep1_2.2.11-1_i386.deb
 440eed02ad0bc217428681af1ad600d34813620a26fdeae5a6f2dce3ce08fae4 312928 
libafterimage0_2.2.11-1_i386.deb
 5849c4c359eb3c3180dbcfa72d69353b3e6445d778f9590f9d5f5ba3eec9c88f 816496 
libafterimage-dev_2.2.11-1_i386.deb
 3003115284b2b640b99de115ac84bb4a01bca43320ddb1c95436b59092701e5e 2027260 
afterstep-dbg_2.2.11-1_i386.deb
Files: 
 0be0da97d8680018c8ff005b4fd3375c 1474 x11 optional afterstep_2.2.11-1.dsc
 0e2bae2e00d91271bb121a0a276953b1 6584257 x11 optional 
afterstep_2.2.11.orig.tar.gz
 6be49eff097dfd5eaf7c0355c5310f7f 78095 x11 optional 
afterstep_2.2.11-1.debian.tar.gz
 ed1153a17f2c8188ae2d96c20b53506c 3226544 x11 optional 
afterstep-data_2.2.11-1_all.deb
 7084f74e5b1039aa7ade150cdbc79a9a 403164 x11 optional 
afterstep_2.2.11-1_i386.deb
 fe0d370442aaeddb80f3033dbc33d21f 412878 libs optional 
libafterstep1_2.2.11-1_i386.deb
 5c595c49eeaa6ab402b8b9516988a082 312928 libs optional 
libafterimage0_2.2.11-1_i386.deb
 d7be04381621834893c6689ad32befd9 816496 libdevel optional 
libafterimage-dev_2.2.11-1_i386.deb
 258712defed4f5ccf10f835a309bd09e 2027260 debug extra 
afterstep-dbg_2.2.11-1_i386.deb

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

iEYEARECAAYFAk08lo8ACgkQThh1cJ0wnDuHIgCfdXQxScJmxhigvz8UAIeRt/rk
EnsAoIhbcJIJb58/oOiPqxOqSEGOPHzl
=5zd0
-END PGP SIGNATURE-


Accepted:
afterstep-data_2.2.11-1_all.deb
  to main/a/afterstep/afterstep-data_2.2.11-1_all.deb
afterstep-dbg_2.2.11-1_i386.deb
  to main/a/afterstep/afterstep-dbg_2.2.11-1_i386.deb
afterstep_2.2.11-1.debian.tar.gz
  to main/a/afterstep/afterstep_2.2.11-1.debian.tar.gz
afterstep_2.2.11-1.dsc
  to main/a/afterstep/afterstep_2.2.11-1.dsc
afterstep_2.2.11-1_i386.deb
  to main/a/afterstep/afterstep_2.2.11-1_i386.deb
afterstep_2.2.11.orig.tar.gz
  to main/a/afterstep/afterstep_2.2.11.orig.tar.gz
libafterimage-dev_2.2.11-1_i386.deb
  to main/a/afterstep/libafterimage-dev_2.2.11-1_i386.deb
libafterimage0_2.2.11-1_i386.deb
  to main/a/afterstep/libafterimage0_2.2.11-1_i386.deb
libafterstep1_2.2.11-1_i386.deb
  to 

Accepted doxygen 1.7.3-4 (source all amd64)

2011-01-24 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jan 2011 02:51:40 +0100
Source: doxygen
Binary: doxygen doxygen-latex doxygen-doc doxygen-gui
Architecture: source amd64 all
Version: 1.7.3-4
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 doxygen- Documentation system for C, C++, Java, Python and other languages
 doxygen-doc - Documentation for doxygen
 doxygen-gui - GUI configuration tool for doxygen
 doxygen-latex - Documentation system for C, C++, Java, Python and other 
languages
Changes: 
 doxygen (1.7.3-4) experimental; urgency=low
 .
   * Build a dependency package adding dependencies for all LaTeX packages
 required to build documents using the default stylesheet.
Checksums-Sha1: 
 3f50665f0b5e997cbbdeafb7a01df4be04d2bef1 1247 doxygen_1.7.3-4.dsc
 49ac3e50b88e523ba3f5f17344f2371192a7ddfc 11081 doxygen_1.7.3-4.debian.tar.gz
 413fe247ee9a2fa04244348ec79b2c6d9cc2eec1 2226092 doxygen_1.7.3-4_amd64.deb
 f26afe38bdc68125827bef1427e0dab36ef02f85 266164 doxygen-gui_1.7.3-4_amd64.deb
 c8bc76462198059c4d458a69b87748cacc8a0b6e 7808 doxygen-latex_1.7.3-4_all.deb
 f1a2766fceca58d12c99b4454230e5289aadf8aa 1718408 doxygen-doc_1.7.3-4_all.deb
Checksums-Sha256: 
 a6ae0efb995e519ce5669e5bfa4e93b675d173b7f60a168b22cc0df8fbe7e076 1247 
doxygen_1.7.3-4.dsc
 c7bc0e18a5c5c743bf1e23962a6b4da3044e65c143093cc2533258b5d1ee20ea 11081 
doxygen_1.7.3-4.debian.tar.gz
 cf322bf388a0f5bb703caeb30aaa960886c31f757fc18dd7f2b25132ce4cbe32 2226092 
doxygen_1.7.3-4_amd64.deb
 e6398da611a107269884ef7dcbc87fe9829f72f403c9928795d072a260636ea5 266164 
doxygen-gui_1.7.3-4_amd64.deb
 e7cacb2ab10ae84dd9c154cfc77ba89be0b3be1855805c95fd4eba1e05f3a346 7808 
doxygen-latex_1.7.3-4_all.deb
 c69c834a7ae947df079acc91fb6a8f4beafe172eb2e03983867041839035f401 1718408 
doxygen-doc_1.7.3-4_all.deb
Files: 
 e2064e6ef51d5d1a3229444cdd00c8c3 1247 devel optional doxygen_1.7.3-4.dsc
 7a43d9d5bc7fb09fd8ddfc1f60531d2f 11081 devel optional 
doxygen_1.7.3-4.debian.tar.gz
 c1f4e28d3cd12c98a73cdb9e0ed17c12 2226092 devel optional 
doxygen_1.7.3-4_amd64.deb
 d8bd9bb3118d664976dfbbb332c92b15 266164 devel optional 
doxygen-gui_1.7.3-4_amd64.deb
 d5135a7e8bad174388a8567a1d0421ee 7808 devel optional 
doxygen-latex_1.7.3-4_all.deb
 6068a50aa373ae4cd428b99885b219b5 1718408 doc optional 
doxygen-doc_1.7.3-4_all.deb

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

iEYEARECAAYFAk03qLIACgkQStlRaw+TLJxzgACdGZuiG2IylrlwlocyZEpgOPPY
pswAnRWlku4PnlyWaX4DSxGDOD0DMtFt
=btIL
-END PGP SIGNATURE-


Accepted:
doxygen-doc_1.7.3-4_all.deb
  to main/d/doxygen/doxygen-doc_1.7.3-4_all.deb
doxygen-gui_1.7.3-4_amd64.deb
  to main/d/doxygen/doxygen-gui_1.7.3-4_amd64.deb
doxygen-latex_1.7.3-4_all.deb
  to main/d/doxygen/doxygen-latex_1.7.3-4_all.deb
doxygen_1.7.3-4.debian.tar.gz
  to main/d/doxygen/doxygen_1.7.3-4.debian.tar.gz
doxygen_1.7.3-4.dsc
  to main/d/doxygen/doxygen_1.7.3-4.dsc
doxygen_1.7.3-4_amd64.deb
  to main/d/doxygen/doxygen_1.7.3-4_amd64.deb


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



Accepted gnome-commander 1.2.8.10-2 (source all amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 10:29:38 +0100
Source: gnome-commander
Binary: gnome-commander gnome-commander-data gnome-commander-dbg
Architecture: source amd64 all
Version: 1.2.8.10-2
Distribution: experimental
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gnome-commander - nice and fast file manager for the GNOME desktop
 gnome-commander-data - Data files for GNOME Commander
 gnome-commander-dbg - Debugging symbols for gnome-commander
Changes: 
 gnome-commander (1.2.8.10-2) experimental; urgency=low
 .
   * Update debian/copyright.
   * Move stuff under /usr/share into a separate architecture independent
 package.
   * Link with -Wl,--as-needed.
   * Add -DBG package.
   * Pass -n to dh_makeshlibs since the package doesn't provide any
 shlib.
   * Add patch to correct a small spelling error.
   * Link gnome-commander's manpage to
 usr/share/man/man1/gcmd-block.1.gz.
   * Switch to dh_python2.
   * Add proper Replaces,Breaks fields.
   * Drop gnome-commander.postinst, it is no longer needed since the
 1.2.0 release isn't in stable.
   * Add patch to fix lintian's hyphen-used-as-minus-sign warning.
   * Add patch to fix the desktop file as per spec.
   * Add patch to avoid DeprecationWarning with Python 2.6.
Checksums-Sha1: 
 790e8ba4e5a674f547ca48f02a73baa500cbcef2 1638 gnome-commander_1.2.8.10-2.dsc
 057fc56b923b93d0667c694c1f24af965e78b741 7071 
gnome-commander_1.2.8.10-2.debian.tar.gz
 ed500e330aaeea9f5f35864d6f4abfde8abad534 533526 
gnome-commander_1.2.8.10-2_amd64.deb
 4449e7765dcfd338f96038a87a99e7ecc078df7c 3449142 
gnome-commander-data_1.2.8.10-2_all.deb
 ce68812dca39f937dde4178ebe488e28577bce03 2851364 
gnome-commander-dbg_1.2.8.10-2_amd64.deb
Checksums-Sha256: 
 e2ff820e43ab0dc04f2e2a6786bc1d48fb5723670fcbc1e48f1a66981f38 1638 
gnome-commander_1.2.8.10-2.dsc
 86dd6cc2d4c6ccb2c0de279a6c12d508b38cd67b807191a118916090f2db2b4c 7071 
gnome-commander_1.2.8.10-2.debian.tar.gz
 0ba0e3b62c9fd75283b4bb6cbe43824aec8afdc03e458e0955956e0316b8a5c2 533526 
gnome-commander_1.2.8.10-2_amd64.deb
 71773c5aba71db6e8c300e7e9beb69900ba1f322125a11ee2a34b3c2c43d2974 3449142 
gnome-commander-data_1.2.8.10-2_all.deb
 e545b316854b303781eba600cbcc73b61a9f4e23e3db8a1536d884cb96fbd591 2851364 
gnome-commander-dbg_1.2.8.10-2_amd64.deb
Files: 
 ddb7b370fb1f5d7d1f36ce2d9483af13 1638 gnome optional 
gnome-commander_1.2.8.10-2.dsc
 51b09ebf0e4dd8443c6dad55958ca4c0 7071 gnome optional 
gnome-commander_1.2.8.10-2.debian.tar.gz
 3e8f8e640610d5b9676852cb42b83062 533526 gnome optional 
gnome-commander_1.2.8.10-2_amd64.deb
 f6963b300a2df01940d2cd3a4063ef1a 3449142 gnome optional 
gnome-commander-data_1.2.8.10-2_all.deb
 8740cde706c9adbf526819cb625b4464 2851364 debug extra 
gnome-commander-dbg_1.2.8.10-2_amd64.deb

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

iEYEARECAAYFAk09VNcACgkQRdSMfNz8P9BdiwCfa8VmW8KLuJLYrNBJLTXtplQy
2bIAnA7oHdcXk9e2Fyqh7MIdrff1WA16
=mbHR
-END PGP SIGNATURE-


Accepted:
gnome-commander-data_1.2.8.10-2_all.deb
  to main/g/gnome-commander/gnome-commander-data_1.2.8.10-2_all.deb
gnome-commander-dbg_1.2.8.10-2_amd64.deb
  to main/g/gnome-commander/gnome-commander-dbg_1.2.8.10-2_amd64.deb
gnome-commander_1.2.8.10-2.debian.tar.gz
  to main/g/gnome-commander/gnome-commander_1.2.8.10-2.debian.tar.gz
gnome-commander_1.2.8.10-2.dsc
  to main/g/gnome-commander/gnome-commander_1.2.8.10-2.dsc
gnome-commander_1.2.8.10-2_amd64.deb
  to main/g/gnome-commander/gnome-commander_1.2.8.10-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/e1phtp8-hw...@franck.debian.org



Accepted haildb 2.3.2-1 (source amd64)

2011-01-24 Thread Monty Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Jan 2011 23:20:11 -0800
Source: haildb
Binary: libhaildb-dev libhaildb-dbg libhaildb6
Architecture: source amd64
Version: 2.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Monty Taylor mord...@inaugust.com
Changed-By: Monty Taylor mord...@inaugust.com
Description: 
 libhaildb-dbg - Library implementing InnoDB-like database - debug symbols
 libhaildb-dev - Library implementing InnoDB-like database - dev files
 libhaildb6 - Library implementing InnoDB-like database - shared library
Changes: 
 haildb (2.3.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 846682578d8947e146f82a46d6ea429738fd0f5a 1250 haildb_2.3.2-1.dsc
 1eac762df1f8b8bdf64560d492a7964cb203ae98 1687216 haildb_2.3.2.orig.tar.gz
 5ac236f6593ba8e03873735755ead1d65f4de03e 4319 haildb_2.3.2-1.debian.tar.gz
 d47969c8d85f2cb1d15bb4303559bd0ea25ab277 29068 libhaildb-dev_2.3.2-1_amd64.deb
 4e47ffa0c9095b3fad231ecaea4143aeb0ae07d2 1514406 
libhaildb-dbg_2.3.2-1_amd64.deb
 9d6c266f40a844679c115e46205674ae99058444 552074 libhaildb6_2.3.2-1_amd64.deb
Checksums-Sha256: 
 e904ea05a410fa270d3d7ae4c711ee756482114a832c8e9eba64157e01d50e23 1250 
haildb_2.3.2-1.dsc
 4dff658c27d68c1c72b8e985fa9c20ad0e2095a573cca13c77c7ffb582f8c0af 1687216 
haildb_2.3.2.orig.tar.gz
 e9f244c91440eac546d1a45c4d76717ece003a390ffd6d80b96230d1f96b5a6e 4319 
haildb_2.3.2-1.debian.tar.gz
 46c94f470303f6097302bf5ec2fdbd7e93774cebd915a2b0be55e898666253fe 29068 
libhaildb-dev_2.3.2-1_amd64.deb
 377bc85b43e13e71450cd920ec58975fbaa1c4be7761dcfea5efd7d5b36f870c 1514406 
libhaildb-dbg_2.3.2-1_amd64.deb
 c4c1491bbb156dc1ba4a03f55c7bd25c09074ac39a848d6aac28e29656abf333 552074 
libhaildb6_2.3.2-1_amd64.deb
Files: 
 8f2300593718745abf570bd30b0a437f 1250 libs optional haildb_2.3.2-1.dsc
 d4d1b1bfab7ebd12f58cedef115e46c0 1687216 libs optional haildb_2.3.2.orig.tar.gz
 1ed69b0530af9cc9075ea50e55385021 4319 libs optional 
haildb_2.3.2-1.debian.tar.gz
 5ba75ae9a644b34e724dbc4c77b22152 29068 libdevel optional 
libhaildb-dev_2.3.2-1_amd64.deb
 981e37abdae694054805dd81fe8b07aa 1514406 debug extra 
libhaildb-dbg_2.3.2-1_amd64.deb
 6e3d109115e4860a710a0ac181f41880 552074 libs optional 
libhaildb6_2.3.2-1_amd64.deb

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

iEYEARECAAYFAk07A30ACgkQ5TUK4GCH0vgMrACfYGzE4X5TL4Fi51kYGSwgyqGT
fE0AoJdU09cTQv99m3t/y6xN3d+X/MjJ
=MuPd
-END PGP SIGNATURE-


Accepted:
haildb_2.3.2-1.debian.tar.gz
  to main/h/haildb/haildb_2.3.2-1.debian.tar.gz
haildb_2.3.2-1.dsc
  to main/h/haildb/haildb_2.3.2-1.dsc
haildb_2.3.2.orig.tar.gz
  to main/h/haildb/haildb_2.3.2.orig.tar.gz
libhaildb-dbg_2.3.2-1_amd64.deb
  to main/h/haildb/libhaildb-dbg_2.3.2-1_amd64.deb
libhaildb-dev_2.3.2-1_amd64.deb
  to main/h/haildb/libhaildb-dev_2.3.2-1_amd64.deb
libhaildb6_2.3.2-1_amd64.deb
  to main/h/haildb/libhaildb6_2.3.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/e1phtpk-p9...@franck.debian.org



Accepted hyphen 2.7.1-2 (source all amd64)

2011-01-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jan 2011 22:36:51 +0100
Source: hyphen
Binary: libhyphen-dev libhyphen0 hyphen-en-us
Architecture: source all amd64
Version: 2.7.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian LibreOffice Maintainers debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 hyphen-en-us - US English hyphenation patterns for OpenOffice.org
 libhyphen-dev - ALTLinux hyphenation library - development files
 libhyphen0 - ALTLinux hyphenation library - shared library
Changes: 
 hyphen (2.7.1-2) experimental; urgency=low
 .
   * change Maintainer to Debian LibreOffice Maintainers
   * rename openoffice.org-hyphenation-en-us to hyphen-en-us;
 transitional package
   * provide hyphen-hyphenation-pattern
   * add ${misc:Depends}
   * recommend libreoffice-writer | openoffice.org-writer for hyphen-en-us
Checksums-Sha1: 
 4ebe56b3a5cfdf468ea4aac249e4731715df62bd 1776 hyphen_2.7.1-2.dsc
 d3d6745aad6825c8497ddb6c1ece45c2e7f583a4 12767 hyphen_2.7.1-2.diff.gz
 83a5583efffea49e587422cc0d04c34c2d4c8e4b 59650 hyphen-en-us_2.7.1-2_all.deb
 da07aecc6c5107881824141b8ee367277b3a54c3 191104 libhyphen-dev_2.7.1-2_amd64.deb
 98a0d54f6316e8147602b1e478012a2b8f4b1f9d 26118 libhyphen0_2.7.1-2_amd64.deb
Checksums-Sha256: 
 8610fd7612a4f37c1c306e1579354c60bfeadd7592d5f2667a0c40dbe734489d 1776 
hyphen_2.7.1-2.dsc
 8c7ef1447436333f5ed404eb8c716f15b42b5541681983c4d88a2374e0eb27ea 12767 
hyphen_2.7.1-2.diff.gz
 d7dd9fd0e9e27ddbac35777ec2fa7ead6f6c0cd4e988cf1d011d9fb53e7be072 59650 
hyphen-en-us_2.7.1-2_all.deb
 de4f1cd0906b5e6f312e00f7fc1e62c95a3df383aaf8bbc343a89ecc69c3d18d 191104 
libhyphen-dev_2.7.1-2_amd64.deb
 68b5c660207101d81882f9a61d19557e788e47b4f4596b3ae14d524d652276c7 26118 
libhyphen0_2.7.1-2_amd64.deb
Files: 
 e758c2646a73d8c8c2b58d265adf7e92 1776 libs optional hyphen_2.7.1-2.dsc
 3ffc82c4b56f48dbfb0d4277db842aba 12767 libs optional hyphen_2.7.1-2.diff.gz
 a9f94b33ea019d4da523f02749fab04d 59650 text optional 
hyphen-en-us_2.7.1-2_all.deb
 4b7a7499a64459883250d079a5f4a0da 191104 libdevel optional 
libhyphen-dev_2.7.1-2_amd64.deb
 72d88aa0eefc68517f9fc0d49352f6f3 26118 libs optional 
libhyphen0_2.7.1-2_amd64.deb

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

iQIcBAEBCAAGBQJNN2jaAAoJEAqgRXHQPj5whiIP/3NSVArE94kO6fdn/hEOcNNZ
NGyqWwvyemeinHQ1Z41x6Xg3Z4+DaGdh9strJWuMUUagmMotqFX+APDc8tqNGZIm
2CucYkRcl+XQO1eMo7cRw5Wneps4BSqI0xeVnLGeapTsPwK/GmWFwrtOEfuQje8x
kwUuA3+rFpujwEHlyaHWzeOcA2/AbCnqBiGRwVeg9km2fD40e879d3Jja+do1Nb2
DJxpbK6z77ON9cX2vPoKkIGK14Udtvs8dzxvXew4f1BohXfAHbyAMlkB+f77PgDT
amGyCFX7B0JiHabx1faIBbFvmLWaefmyYOcDTxVDfzUJa1HytuOPNbUtqHOFAYS/
5p8FnMdhU9McZVz0VN1RI1+azTzTCp8EIdHSiOXGemu1k5zM+QoiUlLVtnXjF64i
bI76rm1Znk36g1lRZQHCkG2m20GUe5vxoBVpQXziHAcwfAJDIeBv0+cp5SYhpJbY
kMuszq4vw/PXtaeMvZsmf+zbpy3TLLxw8QwpvuwGpu/z+dpUG7et7LVHQEUswIdd
fIXUpun7uIkpwqZB5IiNtzx9wdS8RdaMdUE0ARAnn7j+ZcjOk4fgI9imp3vxfh4G
qwmlpl6Tfll8drcr2vH1c8fJOeQhIazIDAr4j4CMo7/DydoHoriZxttAAsdQwBDU
rteFx1NX34IZppjU6ROE
=Hl7N
-END PGP SIGNATURE-


Accepted:
hyphen-en-us_2.7.1-2_all.deb
  to main/h/hyphen/hyphen-en-us_2.7.1-2_all.deb
hyphen_2.7.1-2.diff.gz
  to main/h/hyphen/hyphen_2.7.1-2.diff.gz
hyphen_2.7.1-2.dsc
  to main/h/hyphen/hyphen_2.7.1-2.dsc
libhyphen-dev_2.7.1-2_amd64.deb
  to main/h/hyphen/libhyphen-dev_2.7.1-2_amd64.deb
libhyphen0_2.7.1-2_amd64.deb
  to main/h/hyphen/libhyphen0_2.7.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/e1phtpt-u1...@franck.debian.org



Accepted ioquake3 1.36+svn1802-2+dbg (source amd64)

2011-01-24 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Jan 2011 23:25:22 +
Source: ioquake3
Binary: ioquake3 ioquake3-server ioquake3-dbg
Architecture: source amd64
Version: 1.36+svn1802-2+dbg
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description: 
 ioquake3   - Game engine for 3D first person shooter games
 ioquake3-dbg - debug symbols for the ioquake3 game engine
 ioquake3-server - Standalone server for ioQuake3 based games
Changes: 
 ioquake3 (1.36+svn1802-2+dbg) experimental; urgency=low
 .
   * Add debug symbols in ioquake3-dbg
Checksums-Sha1: 
 4340433f0bb20fdec08216d907a219f61836e2d1 2078 ioquake3_1.36+svn1802-2+dbg.dsc
 c0e536d9d6feb12e535019dc7c6f680b5846d583 26845 
ioquake3_1.36+svn1802-2+dbg.debian.tar.gz
 6d7f5a52a832593e4342c95a1f1e89e0e6d89251 1609858 
ioquake3_1.36+svn1802-2+dbg_amd64.deb
 bfa9d2d17ac79ae2c814c29ff34ad17d08203c76 1110762 
ioquake3-server_1.36+svn1802-2+dbg_amd64.deb
 389874d0078e401a8bd0862c4812f028013c50bf 3193690 
ioquake3-dbg_1.36+svn1802-2+dbg_amd64.deb
Checksums-Sha256: 
 418d914c955bf85f8e16d061021fac50c309a7fe3e53f625967001c0fcb3a6ec 2078 
ioquake3_1.36+svn1802-2+dbg.dsc
 df165ce76fd953c0d81dd73a40e6f0172b51aac37cb64cc4b7a46c8cc9ced62d 26845 
ioquake3_1.36+svn1802-2+dbg.debian.tar.gz
 a6a30f3bb4cda2b0edc54edac7f446bd1ad07481ddc9ee34773f8fe6b8432752 1609858 
ioquake3_1.36+svn1802-2+dbg_amd64.deb
 a556f1964e00bd733acf3903e14d9520be2e33a4975084a66ed668b79882edd7 1110762 
ioquake3-server_1.36+svn1802-2+dbg_amd64.deb
 ef3ba1b955269254cc4fb862f0e8615cdb306bba57cc3e071ac245092ac9470a 3193690 
ioquake3-dbg_1.36+svn1802-2+dbg_amd64.deb
Files: 
 9e45d0122c50548c8e237b20a5398154 2078 games optional 
ioquake3_1.36+svn1802-2+dbg.dsc
 f7bed1d583cbb0c6f43447569a684a6f 26845 games optional 
ioquake3_1.36+svn1802-2+dbg.debian.tar.gz
 81bb146f35826b2ab92248e27cc325c9 1609858 games optional 
ioquake3_1.36+svn1802-2+dbg_amd64.deb
 137cba4977aba4429be2d5643ef6b41a 1110762 games optional 
ioquake3-server_1.36+svn1802-2+dbg_amd64.deb
 0f7925ba393ac36c7090e0eeaf5081c4 3193690 debug extra 
ioquake3-dbg_1.36+svn1802-2+dbg_amd64.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBTTOD2k3o/ypjx8yQAQhWiQ//QIxkjblfKtkpDLgfneaj8aYxqnbsaFfB
y9dADIuGkjZ+YIgWXepHLNgY/JBEdv4Kg/7SD4qn/2ZRwyJF3IWuVNy6e0otxvdw
eXyznyxu+eD+FPtdvtTCBRCCEvjL0pBDywefHkUmATH/Tmuwy3JczBYldG+cJ5BQ
+NLJb1Zbb1Fkeaetu0PdTs8lwYmxo1CRR3onib8llL7ppuq8T8KU6K/wN3/Se8EQ
hTlkbXs/MEKs0rhsfS1mSkGSxoVdVnxErvUudXw76kX7+EEEvezR0THkPXGkYEVN
AlLtk7nMhVsUVWzQUJ8zHQupGHoiVWYvuVU3wo8vpG+i2dwiHp4v2526HVXgVy9H
JrXRg0se/v8ILkmsLKpbT/zl9WnRZrLVflmWz0eOflKOXObk0EI4d5ftjLwDc416
urolkl5ddtRAlMVKf/V8xlJvunJ0qGQZ1C0F4aCdQWBHyC44Do+K1owVcYobmdLR
IRN2dGmXpxFAmK0FnSUivUxbC5WPYI7f6I++VokuJ8NMxud9RiScNHBVyVZuL9Xf
S4DqZJO0Eqb0HxG9eCFo46FWCh9OFqWs9g1kcUMRgYQ3rIwx6NPkhqfpFeh7w7do
wnT6mFF8XhkPO6onnh/cEQDOGe6TbJllytSokBAt7ZZ9J75wbHHodxab0vgeUKD3
MApFyVZKkxE=
=oMdt
-END PGP SIGNATURE-


Accepted:
ioquake3-dbg_1.36+svn1802-2+dbg_amd64.deb
  to main/i/ioquake3/ioquake3-dbg_1.36+svn1802-2+dbg_amd64.deb
ioquake3-server_1.36+svn1802-2+dbg_amd64.deb
  to main/i/ioquake3/ioquake3-server_1.36+svn1802-2+dbg_amd64.deb
ioquake3_1.36+svn1802-2+dbg.debian.tar.gz
  to main/i/ioquake3/ioquake3_1.36+svn1802-2+dbg.debian.tar.gz
ioquake3_1.36+svn1802-2+dbg.dsc
  to main/i/ioquake3/ioquake3_1.36+svn1802-2+dbg.dsc
ioquake3_1.36+svn1802-2+dbg_amd64.deb
  to main/i/ioquake3/ioquake3_1.36+svn1802-2+dbg_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/e1phtpe-00015t...@franck.debian.org



Accepted ldb 1:0.9.24-1 (source amd64)

2011-01-24 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Oct 2010 20:00:40 +0200
Source: ldb
Binary: libldb0 ldb-tools libldb-dev python-ldb python-ldb-dev
Architecture: source amd64
Version: 1:0.9.24-1
Distribution: experimental
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 ldb-tools  - LDAP-like embedded database - tools
 libldb-dev - LDAP-like embedded database - development files
 libldb0- LDAP-like embedded database - shared library
 python-ldb - Python bindings for LDB
 python-ldb-dev - LDB python bindings - development files
Changes: 
 ldb (1:0.9.24-1) experimental; urgency=low
 .
   * New upstream release.
+ Add python-ldb-dev package.
   * Add watch file.
Checksums-Sha1: 
 2f0d1fd1f5ed9ffeb362038192fa3fd72c5b05ef 1364 ldb_0.9.24-1.dsc
 ed356fecfc8a4231ef1d0ffde86e79b488c259dd 825423 ldb_0.9.24.orig.tar.gz
 72e84a9f39095e9db9a7a2076346e0a2d79d33dc 10150 ldb_0.9.24-1.debian.tar.gz
 88c0e19d85da890e39c60cec9d6596ebab4df46a 130778 libldb0_0.9.24-1_amd64.deb
 1325425c9691fcd7880fef192aa64c5e11f4bacc 36036 ldb-tools_0.9.24-1_amd64.deb
 86ef12521714bd6b5406e91e54b7de896360235a 103488 libldb-dev_0.9.24-1_amd64.deb
 707af64476424c923e10233f324c862cd7b711e7 38372 python-ldb_0.9.24-1_amd64.deb
 0dc1617a90003c718e76435a8660d52bd2927727 6888 python-ldb-dev_0.9.24-1_amd64.deb
Checksums-Sha256: 
 bfa3b6b041be2d866672c048a07f01209e6f186da37758d3c834bd05b118720e 1364 
ldb_0.9.24-1.dsc
 103fdb4a53f26dc4fd41eba64c3b79bf687e3fecda43ea99762d1aa23fc72bc2 825423 
ldb_0.9.24.orig.tar.gz
 bc8475a1c1d82e6067fe456248855a4c3be0174f3eb94a9277eacff3ea8997df 10150 
ldb_0.9.24-1.debian.tar.gz
 f2e3ce70cbf93fa0f10e4cdb638bbab229670b27dc3d332d8a9898600dfa912e 130778 
libldb0_0.9.24-1_amd64.deb
 ade11471de3702e52616880eabf9d6a203d2afa04a0f2e4c31f9a3c54fd06f7a 36036 
ldb-tools_0.9.24-1_amd64.deb
 37980c4ef007b50dd6bfb8cea2e4c62fa490b591693bbd1fc5bc3a9e5cd393d7 103488 
libldb-dev_0.9.24-1_amd64.deb
 de3a364873ec60bc772ef60ff21126e7cbcade9790fdc67fc9140a3c4d87f7b0 38372 
python-ldb_0.9.24-1_amd64.deb
 5c646c6cbcff24d239f8f5a79aa851ea927d9d74d7c2f6897315c7857006c4d7 6888 
python-ldb-dev_0.9.24-1_amd64.deb
Files: 
 b0afa0320e4809f0f5ad8595e7c1325b 1364 devel optional ldb_0.9.24-1.dsc
 a0a33a4fad31da7d37c90fe21c4e440b 825423 devel optional ldb_0.9.24.orig.tar.gz
 ccdc709c126a4d43e07c5fa996b4a722 10150 devel optional 
ldb_0.9.24-1.debian.tar.gz
 4ffac0dfbff6714dd40fca6c55b7b701 130778 libs optional 
libldb0_0.9.24-1_amd64.deb
 9dc7ef8831678c833d1bd81a83564175 36036 utils optional 
ldb-tools_0.9.24-1_amd64.deb
 a914c05a0f2bc08cb0e3a5e926ff6aa9 103488 libdevel optional 
libldb-dev_0.9.24-1_amd64.deb
 11b990dce7101e7887f9e83b42f91dbc 38372 python optional 
python-ldb_0.9.24-1_amd64.deb
 b21c11019cb80a021399758f2a9ebaab 6888 libdevel optional 
python-ldb-dev_0.9.24-1_amd64.deb

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

iEYEARECAAYFAk09ysgACgkQPa9Uoh7vUnZMFQCfc0WwoE1ZRW5RQJNYiVHZM2/t
9jAAn164ajWJfjic+v0Z4NiSuh3cQhSz
=mKRM
-END PGP SIGNATURE-


Accepted:
ldb-tools_0.9.24-1_amd64.deb
  to main/l/ldb/ldb-tools_0.9.24-1_amd64.deb
ldb_0.9.24-1.debian.tar.gz
  to main/l/ldb/ldb_0.9.24-1.debian.tar.gz
ldb_0.9.24-1.dsc
  to main/l/ldb/ldb_0.9.24-1.dsc
ldb_0.9.24.orig.tar.gz
  to main/l/ldb/ldb_0.9.24.orig.tar.gz
libldb-dev_0.9.24-1_amd64.deb
  to main/l/ldb/libldb-dev_0.9.24-1_amd64.deb
libldb0_0.9.24-1_amd64.deb
  to main/l/ldb/libldb0_0.9.24-1_amd64.deb
python-ldb-dev_0.9.24-1_amd64.deb
  to main/l/ldb/python-ldb-dev_0.9.24-1_amd64.deb
python-ldb_0.9.24-1_amd64.deb
  to main/l/ldb/python-ldb_0.9.24-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/e1phtpp-0001lb...@franck.debian.org



Accepted libtioga-ruby 1.13-1 (source all amd64)

2011-01-24 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 20:22:35 +0100
Source: libtioga-ruby
Binary: tioga libtioga-ruby1.8 libtioga-ruby1.9.1 libtioga-ruby 
libtioga-ruby-doc
Architecture: source all amd64
Version: 1.13-1
Distribution: experimental
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 libtioga-ruby - Ruby library for scientific graphs
 libtioga-ruby-doc - Ruby library for scientific graphs
 libtioga-ruby1.8 - Ruby library for scientific graphs
 libtioga-ruby1.9.1 - Ruby library for scientific graphs
 tioga  - Ruby library for scientific graphs [transition package]
Changes: 
 libtioga-ruby (1.13-1) experimental; urgency=low
 .
   * New upstream release
   * Already conforms to standards 3.9.1
   * Switched to using cdbs/ruby-setup-rb.mk now that upstream build
 system relies on setup.rb
   * Remove all patches, not necessary anymore, along with references to dpatch
   * Switch to format 3.0 (quilt)
   * Remove the -examples package: there is no need to split the examples
 out of the documentation.
   * Bump debhelper compatibility to 7
   * Include images in the generated documentation
   * Do not use dh_rdoc as the generated graphs are simply useless (in the
 case of Tioga)
   * Profit from cdbs/ruby-setup-rb.mk to also build for Ruby 1.9.1
Checksums-Sha1: 
 b1d2ce2d4d104228156c40b0dc16582c9b586269 1472 libtioga-ruby_1.13-1.dsc
 694be7fa92ba39ab8481a9e50235a2e39592ed03 6567144 libtioga-ruby_1.13.orig.tar.gz
 f7e556d861f7e47c4aee755f8a98bf1c0fffde73 6505 
libtioga-ruby_1.13-1.debian.tar.gz
 8f5ffc30d95273fbdff5472e583942a92b908d1c 5116 tioga_1.13-1_all.deb
 a5ed2180e40a29dc57062806c9f52747288863ce 4782 libtioga-ruby_1.13-1_all.deb
 ec2a168ab89cc2857c823142e161562a5829c56b 5332692 
libtioga-ruby-doc_1.13-1_all.deb
 3b4dbbcf01c535d22443e5638826e40d19b27a4a 283800 
libtioga-ruby1.8_1.13-1_amd64.deb
 3d848c1cf35dba202ef7f3a277861612f263a3ad 271678 
libtioga-ruby1.9.1_1.13-1_amd64.deb
Checksums-Sha256: 
 ad8b5ccc94058a626df854d33e16361be63b46ff59e598a7cbf682f708d3de38 1472 
libtioga-ruby_1.13-1.dsc
 b4b31d6caf45bfdcbc4ebf84bd072716c9918485870a7f1d24bdf0b64921cab4 6567144 
libtioga-ruby_1.13.orig.tar.gz
 b41d22d3eef3e5b436352c97c0d24327b1a815b594ba381e6747f1d6adcbfbb5 6505 
libtioga-ruby_1.13-1.debian.tar.gz
 c486369f3753d9777af67cc96c5c6b4a2547d2f9d08de9462595ea1c872e95a6 5116 
tioga_1.13-1_all.deb
 58058e8e7a9a2f9ffea5e339a8ecb09e6dc84cd52439d30a04dfa7f95da221e2 4782 
libtioga-ruby_1.13-1_all.deb
 b484f0d4525b948b210ec06675bd0c60e0c870c96287d83a58641e4141a95c7d 5332692 
libtioga-ruby-doc_1.13-1_all.deb
 85f2ecae1fd57beb95223118c9f18a8b2d23f4938825e5c797b2d82b5382d13d 283800 
libtioga-ruby1.8_1.13-1_amd64.deb
 0b528fc14ad743f4d12eeeb0b255d80861cf9ffdb3b7ec3efcf35b5b452da8bb 271678 
libtioga-ruby1.9.1_1.13-1_amd64.deb
Files: 
 3a15c4fb496f43494d27a99cad29bdc3 1472 ruby optional libtioga-ruby_1.13-1.dsc
 64e35978226862366fb111b2cc5a9a77 6567144 ruby optional 
libtioga-ruby_1.13.orig.tar.gz
 c861bd48843fc436ef8e9bd7af4d7be6 6505 ruby optional 
libtioga-ruby_1.13-1.debian.tar.gz
 1a9982c02429af79bb6c3d3537bd8cc4 5116 ruby optional tioga_1.13-1_all.deb
 77343733640c77fc944a756f2a419813 4782 ruby optional 
libtioga-ruby_1.13-1_all.deb
 874a841dec76783a7530938cbadb2162 5332692 doc optional 
libtioga-ruby-doc_1.13-1_all.deb
 bc2a96b7df8bf4abbcd40b7ebfb38aa5 283800 ruby optional 
libtioga-ruby1.8_1.13-1_amd64.deb
 62fae4bb07323f81a5b800da79f9515f 271678 ruby optional 
libtioga-ruby1.9.1_1.13-1_amd64.deb

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

iEYEARECAAYFAk090mEACgkQx/UhwSKygsoFnQCffdzPD6X6PF9jJIxp8SbdTbka
xkIAn2A79F5vpyTOHa0y7zSofKuOUMcS
=ADb6
-END PGP SIGNATURE-


Accepted:
libtioga-ruby-doc_1.13-1_all.deb
  to main/libt/libtioga-ruby/libtioga-ruby-doc_1.13-1_all.deb
libtioga-ruby1.8_1.13-1_amd64.deb
  to main/libt/libtioga-ruby/libtioga-ruby1.8_1.13-1_amd64.deb
libtioga-ruby1.9.1_1.13-1_amd64.deb
  to main/libt/libtioga-ruby/libtioga-ruby1.9.1_1.13-1_amd64.deb
libtioga-ruby_1.13-1.debian.tar.gz
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-1.debian.tar.gz
libtioga-ruby_1.13-1.dsc
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-1.dsc
libtioga-ruby_1.13-1_all.deb
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-1_all.deb
libtioga-ruby_1.13.orig.tar.gz
  to main/libt/libtioga-ruby/libtioga-ruby_1.13.orig.tar.gz
tioga_1.13-1_all.deb
  to main/libt/libtioga-ruby/tioga_1.13-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/e1phtq2-0001ut...@franck.debian.org



Accepted libtioga-ruby 1.13-2 (source all amd64)

2011-01-24 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 21:36:06 +0100
Source: libtioga-ruby
Binary: tioga libtioga-ruby1.8 libtioga-ruby1.9.1 libtioga-ruby 
libtioga-ruby-doc
Architecture: source all amd64
Version: 1.13-2
Distribution: experimental
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 libtioga-ruby - Ruby library for scientific graphs
 libtioga-ruby-doc - Ruby library for scientific graphs
 libtioga-ruby1.8 - Ruby library for scientific graphs
 libtioga-ruby1.9.1 - Ruby library for scientific graphs
 tioga  - Ruby library for scientific graphs [transition package]
Changes: 
 libtioga-ruby (1.13-2) experimental; urgency=low
 .
   * Rename tioga as tioga-1.8 and tioga-1.9.1 to avoid conflicts
   * Use alternatives to provide /usr/bin/tioga and the corresponding man
 page
   * Drop recommends on rdoc + move irb to suggests
Checksums-Sha1: 
 0bb4c46cbc2124df980ea5d3d3246d92359b808f 1472 libtioga-ruby_1.13-2.dsc
 f518978566be1a2a2321ba0e6b090b6c3905eec9 6878 
libtioga-ruby_1.13-2.debian.tar.gz
 e3db16eeb9445665653aff3a1d22bf1920759a0b 5236 tioga_1.13-2_all.deb
 011d15b2622e05e67aa6fefecbd76a80080e33b2 4912 libtioga-ruby_1.13-2_all.deb
 5a38b96701b1679869313a14948c03403c359097 5332864 
libtioga-ruby-doc_1.13-2_all.deb
 b7f04d43e8149abbc5df7cdca164c85dca20510d 284162 
libtioga-ruby1.8_1.13-2_amd64.deb
 d41fbe85afab694b5ca2d2cb5eec93c3023280b4 272026 
libtioga-ruby1.9.1_1.13-2_amd64.deb
Checksums-Sha256: 
 472ef83085fe60de25329ce3e22e700d837b06a04bef75af3e5a15ce20e84a23 1472 
libtioga-ruby_1.13-2.dsc
 b1a02a6cde13814830d6cb84caec6c3eb7acd241c0582b5c2c8896605388bd37 6878 
libtioga-ruby_1.13-2.debian.tar.gz
 6b3bba5cdbea49f52497b6cbeb39a87939dd97463daf612eff36a10944d650bd 5236 
tioga_1.13-2_all.deb
 43449ce4f68c2b4dccf8d6392e4b3188521047dffe84a15a082310f275ed8b07 4912 
libtioga-ruby_1.13-2_all.deb
 230d1174909f21cf083c80e00dacaab6e104b7d7b1700ef7aed2243b20d78fe5 5332864 
libtioga-ruby-doc_1.13-2_all.deb
 315874fb5ca18648fcf9271d828fa04b8ccb9a8886fc3ffc42ebc52575f9632e 284162 
libtioga-ruby1.8_1.13-2_amd64.deb
 c7bebb48f835b49c341b42c8ee0a9f28e027126140ba49696f5d37a36112ea40 272026 
libtioga-ruby1.9.1_1.13-2_amd64.deb
Files: 
 f596df3d4d4cb2027d45d9b2c22a956b 1472 ruby optional libtioga-ruby_1.13-2.dsc
 56218fdc471c7a0a4589bbc225d5c885 6878 ruby optional 
libtioga-ruby_1.13-2.debian.tar.gz
 c8f85c8411a73259129a4f979cf60f5f 5236 ruby optional tioga_1.13-2_all.deb
 5c6baac75a4a9003a457533c4cd4fad2 4912 ruby optional 
libtioga-ruby_1.13-2_all.deb
 82efd0245f955f0200b2e87a70c9bee4 5332864 doc optional 
libtioga-ruby-doc_1.13-2_all.deb
 8e0305e9f8adc3166f9ec2a520fd4938 284162 ruby optional 
libtioga-ruby1.8_1.13-2_amd64.deb
 b79f65998e2c060a321436071f0586bc 272026 ruby optional 
libtioga-ruby1.9.1_1.13-2_amd64.deb

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

iEYEARECAAYFAk0947UACgkQx/UhwSKygsoyJgCfXiPH0FSIHsB3UAHBxxFHsLyl
vnQAn0y8tPynvu/ieL2dVFBxjwfJvvZX
=A01T
-END PGP SIGNATURE-


Accepted:
libtioga-ruby-doc_1.13-2_all.deb
  to main/libt/libtioga-ruby/libtioga-ruby-doc_1.13-2_all.deb
libtioga-ruby1.8_1.13-2_amd64.deb
  to main/libt/libtioga-ruby/libtioga-ruby1.8_1.13-2_amd64.deb
libtioga-ruby1.9.1_1.13-2_amd64.deb
  to main/libt/libtioga-ruby/libtioga-ruby1.9.1_1.13-2_amd64.deb
libtioga-ruby_1.13-2.debian.tar.gz
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-2.debian.tar.gz
libtioga-ruby_1.13-2.dsc
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-2.dsc
libtioga-ruby_1.13-2_all.deb
  to main/libt/libtioga-ruby/libtioga-ruby_1.13-2_all.deb
tioga_1.13-2_all.deb
  to main/libt/libtioga-ruby/tioga_1.13-2_all.deb


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



Accepted linux-kbuild-2.6 2.6.37-1~experimental.1 (source i386)

2011-01-24 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Jan 2011 15:14:34 +
Source: linux-kbuild-2.6
Binary: linux-kbuild-2.6.37
Architecture: i386 source
Version: 2.6.37-1~experimental.1
Distribution: experimental
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 linux-kbuild-2.6.37 - Kbuild infrastructure for Linux 2.6.37
Changes: 
 linux-kbuild-2.6 (2.6.37-1~experimental.1) experimental; urgency=low
 .
   * New upstream version
   * Include new script gcc-goto.sh
Checksums-Sha1: 
 1e377ff386d756faf3d520845b9e0daf1c380106 1826 
linux-kbuild-2.6_2.6.37-1~experimental.1.dsc
 12322781e0fe5013a9802405c13f3c746622d3df 506883 
linux-kbuild-2.6_2.6.37.orig.tar.gz
 e6f1d1e15d1761e9711438f614c36ff50ecf10a0 14465 
linux-kbuild-2.6_2.6.37-1~experimental.1.diff.gz
 5e5dd1eba2c4bee48acd8fe942b96ed54ff4f12a 234888 
linux-kbuild-2.6.37_2.6.37-1~experimental.1_i386.deb
Checksums-Sha256: 
 9788e7a13f08c4fe00084d2f2d2b4c25681815d1cfe98d9c4ae36bc9fc9b2e61 1826 
linux-kbuild-2.6_2.6.37-1~experimental.1.dsc
 01a9970a70db2341110a3315e32c6fb68068dcf21a1cca8db2f89d3251c4b8a2 506883 
linux-kbuild-2.6_2.6.37.orig.tar.gz
 c0c191a9afabf28364267cee666ac6f9bc2a10463f48cf3b71a6779156fdb3f1 14465 
linux-kbuild-2.6_2.6.37-1~experimental.1.diff.gz
 64a4cb1c38bf4d335208455644af87f3659bbdc7d7e9e030a0ca0aadf442eec4 234888 
linux-kbuild-2.6.37_2.6.37-1~experimental.1_i386.deb
Files: 
 a5ecfa25f80e00175667e17c3d06fe4e 1826 devel optional 
linux-kbuild-2.6_2.6.37-1~experimental.1.dsc
 b30b2f3529612ebad702d9861e3efcfd 506883 devel optional 
linux-kbuild-2.6_2.6.37.orig.tar.gz
 738cf8e92173d115939692a344d38e51 14465 devel optional 
linux-kbuild-2.6_2.6.37-1~experimental.1.diff.gz
 3e9c0885311874acb94fdafe8d93d693 234888 devel optional 
linux-kbuild-2.6.37_2.6.37-1~experimental.1_i386.deb

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

iQIVAwUBTTMfZue/yOyVhhEJAQqC0RAAoxhMI+ax4t08eFdh5oiknlZBQ2NMU1ul
7melgiouk9NtczoQsUADc93MrDkzn93eUQvJRIifVNSNwU5584kNcfcRjXvYwIbk
KALFq5MqKrts7cJSWkLHxbhjadwNGvtH8MY+ETFJmjcmM2Tehygjr+g7i9DiqfAO
XHmOiVx14UVOF5CFzdV7acFxqjlTk7t5jsjTPybm7cjiPRjLJfleZieCUSi2ZPGj
QI0MasE2zrGUPplR6KEfT1Y4jMIWXcWLGy+RWQxDeK0Ovz0fwmiqzNdsdmnf2ycn
jFn9QtCIk1Y9qlm6EktW1bYRSrBDb4BfOJ2c0D8BeoOl9EdTZDG3o6JksTqU6KSS
Rc7C6KMtP8+4FWul04Qy0+15fYQ6c+JDJw+/Eq5x2ElgcUANr1CVdiKO5IS3iiN3
WsdC+VTq+FANkFsS9vucHgLdF5GEEiglfrnmN6a1y9U/CAv37NOW8gvPLSlJg+81
TJ9+hERgKtFDv0Xle6FageTkPeRGKyJyBMTbpLpu5LJ01ZaoM/QgNtC61WUZapGS
H2bwjwBY75VK7AqSysGAOqvUdMREbBXVzIkAnsqDpY3ddvuqtMqTKvxbVZzrCEXC
Bfm3XFqXSq3cylzE8Id8mshcsE5YYcXywCB4xAAYpfOTOkXIu+n2P2xKP71sv8GO
kKu+kW5opws=
=ptIQ
-END PGP SIGNATURE-


Accepted:
linux-kbuild-2.6.37_2.6.37-1~experimental.1_i386.deb
  to 
main/l/linux-kbuild-2.6/linux-kbuild-2.6.37_2.6.37-1~experimental.1_i386.deb
linux-kbuild-2.6_2.6.37-1~experimental.1.diff.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.37-1~experimental.1.diff.gz
linux-kbuild-2.6_2.6.37-1~experimental.1.dsc
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.37-1~experimental.1.dsc
linux-kbuild-2.6_2.6.37.orig.tar.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.37.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/e1phtqo-0001ju...@franck.debian.org



Accepted lives 1.3.10-2 (source all amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jan 2011 16:22:27 +0100
Source: lives
Binary: lives libweed0 libweed-dev lives-data libweed-dbg lives-dbg
Architecture: source amd64 all
Version: 1.3.10-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libweed-dbg - library for inclusion of plugins into LiVES - debugging symbols
 libweed-dev - Development library for inclusion of plugins into LiVES
 libweed0   - Runtime library for inclusion of plugins into LiVES
 lives  - a Video Editing system allowing users to edit and create video
 lives-data - Data files for LiVES
 lives-dbg  - Debugging symbols for LiVES
Changes: 
 lives (1.3.10-2) experimental; urgency=low
 .
   * Add -DBG packages.
Checksums-Sha1: 
 777506469db4290008258e3553f256216bcc80d9 1955 lives_1.3.10-2.dsc
 60c59699fdeaf1d1fa85278e87123d5fc3f911c8 15379 lives_1.3.10-2.debian.tar.gz
 bd02c28fbcdf0966a6716824e348aa20c27b82ce 1227154 lives_1.3.10-2_amd64.deb
 c419b183795a2907260d4dd8ae44bb11f64bb028 36714 libweed0_1.3.10-2_amd64.deb
 cdad8d76ba8c0b3b251a16eeb54619ff560ab7c0 49174 libweed-dev_1.3.10-2_amd64.deb
 fdbde83f0ca191ecf32990a8226d955edc30644a 1985484 lives-data_1.3.10-2_all.deb
 72cdcae0f8d27e9da78ecfd0071230ceba85df9f 29736 libweed-dbg_1.3.10-2_amd64.deb
 77d436df3676b1529ed5439fb7ca0e6883119737 123272 lives-dbg_1.3.10-2_amd64.deb
Checksums-Sha256: 
 eb91f275a2c05f80fe55ce6478a40d8e4419eba7c99a9c847b9566ceb806c3e9 1955 
lives_1.3.10-2.dsc
 5603bd17d776c0e9e314d19256b14e57148ae55525db74ea0adf67459d260135 15379 
lives_1.3.10-2.debian.tar.gz
 5e2d4c28d308f3d95b5d5f4755bb00f3fe6dc8ca09e812c98c3252824181ee59 1227154 
lives_1.3.10-2_amd64.deb
 acd4118f137cb7008c72e22236bc0d8bf65dab747b74349ea1aaaf11aa4f235d 36714 
libweed0_1.3.10-2_amd64.deb
 140023eb85309bd5f891be9f92eafb07a52664ad2ce98561ad6d83fc35922bf4 49174 
libweed-dev_1.3.10-2_amd64.deb
 fb08567ca89ddf0756c7eadd44f16b050b1b126d5e6e438dacc0b0f390333cb2 1985484 
lives-data_1.3.10-2_all.deb
 645bc420758914223bd77206b0d3b19aee1f6f6f3175ed89da78c62c7e02d574 29736 
libweed-dbg_1.3.10-2_amd64.deb
 9ab479212d22b5e34ffe3773e20794d63dff4f3d5aa5204bf4cffdca61bf4fb0 123272 
lives-dbg_1.3.10-2_amd64.deb
Files: 
 66ed8caa01402b9097fbe7a096364a45 1955 video optional lives_1.3.10-2.dsc
 b674bb67680e4a2741f7e181da048d72 15379 video optional 
lives_1.3.10-2.debian.tar.gz
 ce1ff657e32950ee5c6135e48769678a 1227154 video optional 
lives_1.3.10-2_amd64.deb
 ac8ff29292688ec21414ae29ca544159 36714 libs optional 
libweed0_1.3.10-2_amd64.deb
 05461c2487740a3eae413227de5aef73 49174 libdevel optional 
libweed-dev_1.3.10-2_amd64.deb
 bb4244253e7da1bfd196993590de1a35 1985484 video optional 
lives-data_1.3.10-2_all.deb
 824fd62ad67d01a19942f3aa7535b833 29736 debug extra 
libweed-dbg_1.3.10-2_amd64.deb
 40df22219a65c74bad9d492666a847b8 123272 debug extra 
lives-dbg_1.3.10-2_amd64.deb

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

iEYEARECAAYFAk04VyAACgkQRdSMfNz8P9AmCQCfal5yujAd8ZPeeOZwItV7kOl7
lvIAnAt02foQURl3AnEoZvpmnFF714Ul
=8wi5
-END PGP SIGNATURE-


Accepted:
libweed-dbg_1.3.10-2_amd64.deb
  to main/l/lives/libweed-dbg_1.3.10-2_amd64.deb
libweed-dev_1.3.10-2_amd64.deb
  to main/l/lives/libweed-dev_1.3.10-2_amd64.deb
libweed0_1.3.10-2_amd64.deb
  to main/l/lives/libweed0_1.3.10-2_amd64.deb
lives-data_1.3.10-2_all.deb
  to main/l/lives/lives-data_1.3.10-2_all.deb
lives-dbg_1.3.10-2_amd64.deb
  to main/l/lives/lives-dbg_1.3.10-2_amd64.deb
lives_1.3.10-2.debian.tar.gz
  to main/l/lives/lives_1.3.10-2.debian.tar.gz
lives_1.3.10-2.dsc
  to main/l/lives/lives_1.3.10-2.dsc
lives_1.3.10-2_amd64.deb
  to main/l/lives/lives_1.3.10-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/e1phtqf-0002al...@franck.debian.org



Accepted nettle 2.1-1 (source amd64)

2011-01-24 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Jan 2011 23:44:49 +0100
Source: nettle
Binary: libnettle4 libhogweed2 nettle-dev nettle-bin nettle-dbg
Architecture: source amd64
Version: 2.1-1
Distribution: experimental
Urgency: low
Maintainer: Magnus Holmgren holmg...@debian.org
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 libhogweed2 - low level cryptographic library (public-key cryptos)
 libnettle4 - low level cryptographic library (symmetric and one-way cryptos)
 nettle-bin - low level cryptographic library (binary tools)
 nettle-dbg - low level cryptographic library (debugging symbols)
 nettle-dev - low level cryptographic library (development files)
Closes: 594386
Changes: 
 nettle (2.1-1) experimental; urgency=low
 .
   * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
 sorting things out.
 - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
   incorporated upstream.
 - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
   respectively; update and rename debian/control, debian/libnettle3.*,
   debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
   * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
   * Convert to source package format 3.0 (quilt), using
 dh_autotools-dev_*config to update config.sub and config.guess files.
   * Handle the parallel DEB_BUILD_OPTIONS option.
   * Pass --libdir=/usr/lib to ./configure since it will otherwise try to
 be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
   * General tidying of debian/rules:
 - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
 - Remove remnants of nostrip option handling.
 - Only pass --host to ./configure if HOST != BUILD, as is recommended.
 - Remove redundant compiler and configure flags.
   * Bump Standards-Version to 3.9.1.
Checksums-Sha1: 
 2933553c80b4e8c23a7fb8b7500264a3133e6ad8 1193 nettle_2.1-1.dsc
 15f660ef6cfd62c1c3302f68055f194913de0dfb 965345 nettle_2.1.orig.tar.gz
 26b64467fedbdc2a1e2fe2700db5b072e48e636f 12114 nettle_2.1-1.debian.tar.gz
 f08fd68f8188cd9a0ca28efed3dd47d0f314ef77 136812 libnettle4_2.1-1_amd64.deb
 7875d4fc5db14039563ddba94a2b662b5e8468c9 41774 libhogweed2_2.1-1_amd64.deb
 b994189565ad80400bb1766ada407f60805ed1a9 609332 nettle-dev_2.1-1_amd64.deb
 0a7ed8a09e8eb4de1cf3a0e34fb51bc15dae44ce 21074 nettle-bin_2.1-1_amd64.deb
 59e1f343a4261a1ed2ee187eda446b83b11a8274 896848 nettle-dbg_2.1-1_amd64.deb
Checksums-Sha256: 
 59b2a2e965339845cb79456542c6782c5040b5c236dbd77b1cd0da334c6a3bf1 1193 
nettle_2.1-1.dsc
 b7d26b3e38842d83c02f807ea7a2cbaa6e2d8f22e5fb20d97ab7a171d039d74e 965345 
nettle_2.1.orig.tar.gz
 d3ddea57fa39234a14068f7add5b24e6d9f232d8aa6bdc9ab2c17821cd6de521 12114 
nettle_2.1-1.debian.tar.gz
 ade41ad97c05b47dd4b6fef9e052c77ccb30052537bd840355535c97c1f41165 136812 
libnettle4_2.1-1_amd64.deb
 a8e89bfd25203469bea594e0b06781afe22fd3c3501d235648010175bfc70892 41774 
libhogweed2_2.1-1_amd64.deb
 78027c252c2011bd0ad5fa7b89fe782c63eb15ee561194bb902bb618300b4844 609332 
nettle-dev_2.1-1_amd64.deb
 5728e34256d961f8bc26ac32857a9c36acc8b3d062c36f437f1ca3aafe4e9548 21074 
nettle-bin_2.1-1_amd64.deb
 4bcda92150ac0bd0849430bf84c769fcedb761fe75d1f5b603a422299fdc268a 896848 
nettle-dbg_2.1-1_amd64.deb
Files: 
 aac0fa78272533ed1ceb421319aebfa3 1193 libs optional nettle_2.1-1.dsc
 2bfaf16234a5d8deb96cd23f53a682bb 965345 libs optional nettle_2.1.orig.tar.gz
 65ab5953582f2b77eaa9a74c59dd4607 12114 libs optional nettle_2.1-1.debian.tar.gz
 f4d3a836a31fa144d1947d8fecf38bfc 136812 libs optional 
libnettle4_2.1-1_amd64.deb
 e294ed5aa7f714388a22c4a6ea4d5211 41774 libs optional 
libhogweed2_2.1-1_amd64.deb
 4c09ec70c70939c52c89c2f001f44971 609332 libdevel optional 
nettle-dev_2.1-1_amd64.deb
 336d99e524759b40fc705eec2e5a01fb 21074 misc optional nettle-bin_2.1-1_amd64.deb
 72838d97813b9215d58e83efd2b3ff20 896848 debug extra nettle-dbg_2.1-1_amd64.deb

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

iEYEARECAAYFAk02GDoACgkQk7mRNn1h4+bkugCg3AsW2q8czdbjn4CM6Ip47ocH
33IAnjbKh5b7Kptba9C5puQKxf2p/gm6
=EEhG
-END PGP SIGNATURE-


Accepted:
libhogweed2_2.1-1_amd64.deb
  to main/n/nettle/libhogweed2_2.1-1_amd64.deb
libnettle4_2.1-1_amd64.deb
  to main/n/nettle/libnettle4_2.1-1_amd64.deb
nettle-bin_2.1-1_amd64.deb
  to main/n/nettle/nettle-bin_2.1-1_amd64.deb
nettle-dbg_2.1-1_amd64.deb
  to main/n/nettle/nettle-dbg_2.1-1_amd64.deb
nettle-dev_2.1-1_amd64.deb
  to main/n/nettle/nettle-dev_2.1-1_amd64.deb
nettle_2.1-1.debian.tar.gz
  to main/n/nettle/nettle_2.1-1.debian.tar.gz
nettle_2.1-1.dsc
  to main/n/nettle/nettle_2.1-1.dsc
nettle_2.1.orig.tar.gz
  to main/n/nettle/nettle_2.1.orig.tar.gz


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



Accepted openoffice.org-dictionaries 1:3.3.0~rc10-1 (source all)

2011-01-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jan 2011 22:33:47 +0100
Source: openoffice.org-dictionaries
Binary: mythes-en-us mythes-cs mythes-sk mythes-ru mythes-ne mythes-hu 
mythes-fr mythes-ro mythes-ca myspell-en-us myspell-en-gb myspell-en-za 
myspell-af myspell-it myspell-sw myspell-th hunspell-en-ca hunspell-ne 
hunspell-da hunspell-de-at-frami hunspell-de-ch-frami hunspell-de-de-frami 
hunspell-fr hunspell-vi hunspell-hu hunspell-sr hunspell-sh hunspell-ro 
hyphen-sh hyphen-sr hyphen-de hyphen-hu hyphen-it hyphen-sl hyphen-af hyphen-zu 
hyphen-fr hyphen-ro hyphen-ca
Architecture: source all
Version: 1:3.3.0~rc10-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 hunspell-da - Danish dictionary for hunspell
 hunspell-de-at-frami - Austrian (German) dictionary for hunspell (frami 
version)
 hunspell-de-ch-frami - Swiss (German) dictionary for hunspell (frami version)
 hunspell-de-de-frami - German dictionary for hunspell (frami version)
 hunspell-en-ca - English_canadian dictionary for hunspell
 hunspell-fr - French dictionary for hunspell
 hunspell-hu - Hungarian dictionary for hunspell
 hunspell-ne - Nepali dictionary for hunspell
 hunspell-ro - Romanian dictionary for hunspell
 hunspell-sh - Serbian (Latin) dictionary for hunspell
 hunspell-sr - Serbian (Cyrillic) dictionary for hunspell
 hunspell-vi - Vietnamese dictionary for hunspell
 hyphen-af  - Afrikaans hyphenation patterns for OpenOffice.org
 hyphen-ca  - Catalan hyphenation patterns for OpenOffice.org
 hyphen-de  - German hyphenation patterns for OpenOffice.org
 hyphen-fr  - French hyphenation patterns for OpenOffice.org
 hyphen-hu  - Hungarian hyphenation patterns for OpenOffice.org
 hyphen-it  - Italian hyphenation patterns for OpenOffice.org
 hyphen-ro  - Romanian hyphenation patterns for OpenOffice.org
 hyphen-sh  - Serbian (Latin) hyphenation patterns for OpenOffice.org
 hyphen-sl  - Slovenian hyphenation patterns for OpenOffice.org
 hyphen-sr  - Serbian (Cyrillic) hyphenation patterns for OpenOffice.org
 hyphen-zu  - Zulu hyphenation patterns for OpenOffice.org
 myspell-af - Afrikaans dictionary for myspell
 myspell-en-gb - English_british dictionary for myspell
 myspell-en-us - English_american dictionary for myspell
 myspell-en-za - English_southafrican dictionary for myspell
 myspell-it - Italian dictionary for myspell
 myspell-sw - Swahili dictionary for myspell
 myspell-th - Thai dictionary for myspell
 mythes-ca  - Catalan Thesaurus for OpenOffice.org
 mythes-cs  - Czech Thesaurus for OpenOffice.org
 mythes-en-us - English Thesaurus for OpenOffice.org
 mythes-fr  - French Thesaurus for OpenOffice.org
 mythes-hu  - Hungarian Thesaurus for OpenOffice.org
 mythes-ne  - Nepali Thesaurus for OpenOffice.org
 mythes-ro  - Romanian Thesaurus for OpenOffice.org
 mythes-ru  - Russian Thesaurus for OpenOffice.org
 mythes-sk  - Slovak Thesaurus for OpenOffice.org
Changes: 
 openoffice.org-dictionaries (1:3.3.0~rc10-1) experimental; urgency=low
 .
   * new upstream release candidate
   * rename openoffice.org-thesaurus-* - mythes-*;
 rename openoffice.org-hyphenation-* - hyphen-*
   * provide mythes-thesaurus(-xx) instead of openoffice.org2-thesaurus-(xx)
   * provide hyphen-hyphenation-patterns instead of openoffice.org-hyphenation
   * add ${misc:Depends}
   * allow LibreOffice in Depends:
Checksums-Sha1: 
 8df29e402ad4fb784217f94464badf8f78956db3 2417 
openoffice.org-dictionaries_3.3.0~rc10-1.dsc
 56280028ac9bc84bf654722b23591337c189970a 41538674 
openoffice.org-dictionaries_3.3.0~rc10.orig.tar.gz
 656f5a12cb128f3c695c54a558dd832f8d69c571 24863 
openoffice.org-dictionaries_3.3.0~rc10-1.diff.gz
 4b66ca056c1ec9e430e03d9cdfa26969fb46669e 5143752 
mythes-en-us_3.3.0~rc10-1_all.deb
 76033e8f46b2fdf9066a74b789d4fc0d8b3990e4 266572 mythes-cs_3.3.0~rc10-1_all.deb
 5d2818a9658e1f4a30ac795ce1ec5f2dfdd713b7 6690 mythes-sk_3.3.0~rc10-1_all.deb
 8884ff6c8abb3ec2ad2f2eb7a2eb6137505cbace 458754 mythes-ru_3.3.0~rc10-1_all.deb
 4f62b3beaf9df5d9e4874a53f8e696618434fb2a 223332 mythes-ne_3.3.0~rc10-1_all.deb
 5aa442c561ef693c4f97013a96ca6e4ae7f10712 990912 mythes-hu_3.3.0~rc10-1_all.deb
 e528afecd47e922d790ba37297e702e8def66718 1854912 mythes-fr_3.3.0~rc10-1_all.deb
 16f7ce402e90c6bead5eb0eb48869e4c3827e6a9 1232180 mythes-ro_3.3.0~rc10-1_all.deb
 c7c8f4254d689f3c26a74e987c13d8effcc3ad9c 252812 mythes-ca_3.3.0~rc10-1_all.deb
 19fab5d6efc296283ae4c6eb3ca576338cfd9bec 233540 
myspell-en-us_3.3.0~rc10-1_all.deb
 a319a19b1d9f3d501ef42a6c9fa007cde7ac080d 251560 
myspell-en-gb_3.3.0~rc10-1_all.deb
 530e61dba1c035ed634f82f67ecd3a7d610bfb27 279524 
myspell-en-za_3.3.0~rc10-1_all.deb
 3a28d3f291c0467c06d5f9f5d1801a1c9a7824fb 595128 myspell-af_3.3.0~rc10-1_all.deb
 d57550d633e9576dfaa897e47feb9fceef36a2ed 365238 myspell-it_3.3.0~rc10-1_all.deb
 64b5e9ab1591724cccefa2a7c6de76d0af6c6fb6 234078 

Accepted openthesaurus 20110119-1 (source all)

2011-01-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jan 2011 22:40:42 +0100
Source: openthesaurus
Binary: openthesaurus-de-text mythes-de mythes-de-ch
Architecture: source all
Version: 20110119-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 mythes-de  - German Thesaurus for OpenOffice.org/LibreOffice
 mythes-de-ch - German Thesaurus for OpenOffice.org/LibreOffice (Swiss Version)
 openthesaurus-de-text - German Text Thesaurus for e.g. ding
Changes: 
 openthesaurus (20110119-1) experimental; urgency=low
 .
   * new snapshot
   * rename to mythes-de, provide mythes-thesaurus(-xx)
   * allow LibreOffice in Depends, fix depends to require OOo3
Checksums-Sha1: 
 cb07265a284cc49ac26c7de3fdd6a14d7771232a 2396 openthesaurus_20110119-1.dsc
 7bc434b5f02bc1f96baed51f06a23038006abed4 2845591 
openthesaurus_20110119.orig-ooo3.tar.gz
 ba00b4e14510a413ae973fff4c3e267efda72ce8 462046 
openthesaurus_20110119.orig-text.tar.gz
 8c9e0690405340c00457f77e275b7ddf078fd67b 1366482 
openthesaurus_20110119.orig.tar.gz
 6b2f56b54bf603184d612c80c8b2814a53270fff 2915874 
openthesaurus_20110119-1.debian.tar.gz
 b4081a546db66f6cec1b14bc8491da88a05f2a3b 455002 
openthesaurus-de-text_20110119-1_all.deb
 5e5693a6859c37d8b18e799ff2eeff3fa754deda 2829330 mythes-de_20110119-1_all.deb
 82914a4b7a8d401cf9698c8561879491d8dc3fa3 3642 mythes-de-ch_20110119-1_all.deb
Checksums-Sha256: 
 dd0d6cdeaf60cc33fb5af2645befc177cefb61cb56301ac99c8cefdac7a87c2e 2396 
openthesaurus_20110119-1.dsc
 9fba2f50239be025b9b9dc5ae74c3b4afc8966dff2ac16142a2011569d529116 2845591 
openthesaurus_20110119.orig-ooo3.tar.gz
 f9249132b58bad5313e59b250679113cebb742b1986137f11235d87c007348ec 462046 
openthesaurus_20110119.orig-text.tar.gz
 7e998a9e8deb80b81a7908de98391b808d169391b68dfa5cdaa133c6bfc39159 1366482 
openthesaurus_20110119.orig.tar.gz
 3afc020d512fafea40d5778b2000fd2260407fd78dd3b60b8194551f8bbf797b 2915874 
openthesaurus_20110119-1.debian.tar.gz
 fb9f0041d686c2ad31e6bd7df74ae804ad9ea416d1140860cb2efe9e856875d5 455002 
openthesaurus-de-text_20110119-1_all.deb
 a95369d074d283bfc01ca63f59e6dee84651e1d42b31755966f9d88267cbc219 2829330 
mythes-de_20110119-1_all.deb
 53f19adffa9488040b941a15369a487ece1c78d86d6b3f77ac958ff965ecbc50 3642 
mythes-de-ch_20110119-1_all.deb
Files: 
 91d9906e3b16d00b2543aa2b17aaa434 2396 text optional 
openthesaurus_20110119-1.dsc
 8287f9d03b87aa6ac7ddeaa456c283fd 2845591 text optional 
openthesaurus_20110119.orig-ooo3.tar.gz
 b78f1c716f26470d748e3bcddd0e2636 462046 text optional 
openthesaurus_20110119.orig-text.tar.gz
 b186355207da1def82a39ccf0023f815 1366482 text optional 
openthesaurus_20110119.orig.tar.gz
 74e7a27a9a4084dad81207f4504da476 2915874 text optional 
openthesaurus_20110119-1.debian.tar.gz
 fde2cf5c62c9e023f00d9ae294e3b770 455002 text optional 
openthesaurus-de-text_20110119-1_all.deb
 e1505c19f3f94d988bb0441fe01ec9ac 2829330 text optional 
mythes-de_20110119-1_all.deb
 28456026d3a1da409ca9f8da60b2e8c6 3642 text optional 
mythes-de-ch_20110119-1_all.deb

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

iQIcBAEBCAAGBQJNN2kfAAoJEAqgRXHQPj5wyl4QANdyCkLXtliEBnKSDUiJ+sJN
z0uEPuXc/Op9Q8RySAna2fKTMr+y7fbvPS9ajwGKMQ8P66ohIPVkVuNo66DgJAao
VGvM+1o18TohVPA/Y1gjRhMXtVsZqE6coPdqeOIKrRCzrakfk3vOGXoeO2zFYdFv
kk9ARjGJGoqoGTO7tVOyr2guFfZJYNKUAVaa/eNLcuUhEZwPGhswSL39itbGkFZL
KrRoRr92DfvK14266Go85CRO4j1ahmRMXZNaEIT8OBOYUVWrwINLmu7/tyrNZIpP
VVCPBeINt9/DZPeEicujXwUB8KQ/8W926jNXYXkN9njHCj7WWpUcdpBoOfXakA4T
4YTUx+bOOEP7a4/p1WFP2O2kBvrzdrtBodGv1bwJf0rk79X3lyLx3OMd7Nqt2qMb
Ilzzn95rpIQe197O0+03C2sV7N+UQATq2rBlWoXsDleDFJcDhFPnA2P0zmZJAo6v
77d9IUhe2i4kPtxC2G9TAQgbeOMMfhiC+de6Kw9qdE7DuMxCXypMqE5J+GaNSbkv
TDzYyQGvmpU4XRm+S/WBDA952tEqaGirlvOMdG71jgEDGhFdAHtLWP9duoXZwCsX
Pot5Wwv3sXq3yfQ49onfxgCuxTQ0g6AeJ26rI+VVUt8kKZv89fUl0JN4UEpvkAj4
JyYLrvZT5Lg5xwk8gbvv
=rCNj
-END PGP SIGNATURE-


Accepted:
mythes-de-ch_20110119-1_all.deb
  to main/o/openthesaurus/mythes-de-ch_20110119-1_all.deb
mythes-de_20110119-1_all.deb
  to main/o/openthesaurus/mythes-de_20110119-1_all.deb
openthesaurus-de-text_20110119-1_all.deb
  to main/o/openthesaurus/openthesaurus-de-text_20110119-1_all.deb
openthesaurus_20110119-1.debian.tar.gz
  to main/o/openthesaurus/openthesaurus_20110119-1.debian.tar.gz
openthesaurus_20110119-1.dsc
  to main/o/openthesaurus/openthesaurus_20110119-1.dsc
openthesaurus_20110119.orig-ooo3.tar.gz
  to main/o/openthesaurus/openthesaurus_20110119.orig-ooo3.tar.gz
openthesaurus_20110119.orig-text.tar.gz
  to main/o/openthesaurus/openthesaurus_20110119.orig-text.tar.gz
openthesaurus_20110119.orig.tar.gz
  to main/o/openthesaurus/openthesaurus_20110119.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/e1phtrk-00032s...@franck.debian.org



Accepted soundtouch 1.5.0-2 (source amd64)

2011-01-24 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jan 2011 11:11:14 +0100
Source: soundtouch
Binary: libsoundtouch0-dev libsoundtouch0 libsoundtouch0-dbg 
lib32soundtouch0-dev lib32soundtouch0 lib32soundtouch0-dbg soundstretch 
soundstretch-dbg
Architecture: source amd64
Version: 1.5.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 lib32soundtouch0 - Sound stretching library (32 bit)
 lib32soundtouch0-dbg - Debugging symbols for the sound stretching library (32 
bit)
 lib32soundtouch0-dev - Development files for the sound stretching library (32 
bit)
 libsoundtouch0 - Sound stretching library
 libsoundtouch0-dbg - Debugging symbols for the sound stretching library
 libsoundtouch0-dev - Development files for the sound stretching library
 soundstretch - Stretches and pitch-shifts sound independently
 soundstretch-dbg - Debugging symbols for the soundstretch program
Closes: 546981
Changes: 
 soundtouch (1.5.0-2) experimental; urgency=low
 .
   [ Alessio Treglia ]
   * Adopting this (Closes: #546981).
   * Add gbp config file.
   * debian/control: A bit of style and clean-up.
   * Downgrade debhelper dependency, debhelper = 7.0.50~ is enough.
   * Update as per DEP-5 rev.162.
   * libsoundtouch0-dev provides libsoundtouch-dev.
   * lib32soundtouch0-dev provides lib32soundtouch-dev
   * Add .gitignore to skip .pc/* files.
 .
   [ Miguel Colon ]
   * Update the description field of the development packages.
   * One dependency per line for package soundstretch.
   * Create the libsoundtouch0-dbg package.
   * Create the lib32soundtouch0-dbg package.
   * Create the soundstretch-dbg package.
   * Change copyright year.
Checksums-Sha1: 
 56bba1efa1a0ca312f21b8aad3fe9b2fac94fc77 1442 soundtouch_1.5.0-2.dsc
 e3ada88716b3d0d7785499d6b5d7a0e0a848e7ac 9392 soundtouch_1.5.0-2.debian.tar.gz
 f8ef283399f8704add4744cf82ed09b3bf933e2d 12294 
libsoundtouch0-dev_1.5.0-2_amd64.deb
 6650bd456f0985743c1086324e75bd7da5dc0a31 40164 libsoundtouch0_1.5.0-2_amd64.deb
 a8844d8bc507aad2e8495140d2daf3cfe967e21a 64688 
libsoundtouch0-dbg_1.5.0-2_amd64.deb
 7ac8c6be106964219563c03c08c5dabfa40b0a1b 1378 
lib32soundtouch0-dev_1.5.0-2_amd64.deb
 b8fbb1e84570fbe8673d6e0f2802f7b3b1c30b69 25406 
lib32soundtouch0_1.5.0-2_amd64.deb
 1f417520943c7d6fbc6dc7e174d78bc7c546b85f 63774 
lib32soundtouch0-dbg_1.5.0-2_amd64.deb
 d196990ca9b9a2fa9062f9ae927fac02c43855ca 29060 soundstretch_1.5.0-2_amd64.deb
 7d28434c1d8f0c491a3efe75751567b762b567a9 35388 
soundstretch-dbg_1.5.0-2_amd64.deb
Checksums-Sha256: 
 2075d1ff6ae057e085bafd6e46933984ad354515684a46117343499cc67fec96 1442 
soundtouch_1.5.0-2.dsc
 016d6f05ef9d1786d55900fe27518649eade2c92265d9883720423a0c6d02196 9392 
soundtouch_1.5.0-2.debian.tar.gz
 483584685110ebd60e70bff12de4d139e2afaff72d761140fc9c845d380fbd93 12294 
libsoundtouch0-dev_1.5.0-2_amd64.deb
 794d2cf2a220ecb646f4894fb64fe7bfb8ca5312f8d2eaa62ea3409877ca91ea 40164 
libsoundtouch0_1.5.0-2_amd64.deb
 a1496fc48835e8c54b3b0701f6eb5d11e613d2737ece3040b2d7731fcb41b52e 64688 
libsoundtouch0-dbg_1.5.0-2_amd64.deb
 b7bd9333b1abc0e54774e8431cbeb92d068ff565cef205380befcc15dc560629 1378 
lib32soundtouch0-dev_1.5.0-2_amd64.deb
 a7029f1a18f39c175d21a6b71d449ffe481f7be93e667a74f1c77ec211e8724a 25406 
lib32soundtouch0_1.5.0-2_amd64.deb
 d1c700dabd12674ce2640e7bb6fed9108fbecbb23f53c33a832dfbe4f94113bd 63774 
lib32soundtouch0-dbg_1.5.0-2_amd64.deb
 833eac9e8b68f3ddce520e956541a613dbcb9c34aac1f3e8e1047105edef77e8 29060 
soundstretch_1.5.0-2_amd64.deb
 0c0fa3e12c4975752d8b2e627b40ced9f3b706263f5df6fdc377343a8d3988b8 35388 
soundstretch-dbg_1.5.0-2_amd64.deb
Files: 
 e6a488d7537e4fb9635d483a170983ed 1442 libs optional soundtouch_1.5.0-2.dsc
 561b5115291cb2430891ae497df4ca2d 9392 libs optional 
soundtouch_1.5.0-2.debian.tar.gz
 b4862a9022d9f8b0f3ba52932de18f93 12294 libdevel optional 
libsoundtouch0-dev_1.5.0-2_amd64.deb
 6a00aa928a44d4280d789d13e9a69caf 40164 libs optional 
libsoundtouch0_1.5.0-2_amd64.deb
 b088db69477a299270fe083691bfad70 64688 debug extra 
libsoundtouch0-dbg_1.5.0-2_amd64.deb
 44027e243eb1c5cbab6ba599ebefaeb9 1378 libdevel optional 
lib32soundtouch0-dev_1.5.0-2_amd64.deb
 5904dd23fc57bdfc37c153d3c618413e 25406 libs optional 
lib32soundtouch0_1.5.0-2_amd64.deb
 1cea36e487eb47c50104fd4630bfc610 63774 debug extra 
lib32soundtouch0-dbg_1.5.0-2_amd64.deb
 20e5c424f82f9e2c3fc2bdd879f3165d 29060 sound optional 
soundstretch_1.5.0-2_amd64.deb
 d6a74d54ccd45afaf9e4ab14e9b5d9f3 35388 debug extra 
soundstretch-dbg_1.5.0-2_amd64.deb

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

iEYEARECAAYFAk04DJQACgkQRdSMfNz8P9DlHwCeJNigAXoh4nTntImuUdPt5FKm
SVMAn17OhhfC4yOHFBbAIzowolIqiB8L
=p8/S
-END PGP SIGNATURE-


Accepted:
lib32soundtouch0-dbg_1.5.0-2_amd64.deb
  to main/s/soundtouch/lib32soundtouch0-dbg_1.5.0-2_amd64.deb
lib32soundtouch0-dev_1.5.0-2_amd64.deb
  to 

Accepted writer2latex 1.0.2-2 (source all)

2011-01-24 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jan 2011 23:11:06 +0100
Source: writer2latex
Binary: writer2latex writer2latex-manual libwriter2latex-java-doc 
libwriter2latex-java libreoffice-writer2latex libreoffice-writer2xhtml
Architecture: source all
Version: 1.0.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian LibreOffice Maintainers debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libreoffice-writer2latex - Writer/Calc to LaTeX converter extension for 
LibreOffice.org
 libreoffice-writer2xhtml - Writer/Calc to XHTML converter extension for 
OpenOffice.org
 libwriter2latex-java - OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- 
library
 libwriter2latex-java-doc - OpenOffice.org Writer/Calc to LaTeX/XHTML converter 
-- javadoc
 writer2latex - OpenOffice.org Writer/Calc to LaTeX/XHTML converter
 writer2latex-manual - OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- 
manual
Closes: 610311 610312
Changes: 
 writer2latex (1.0.2-2) experimental; urgency=low
 .
   * change maintainer to Debian LibreOffice Maintainers
   * don't gzip .odt files (closes: #610311)
   * don't predefine printer settings and name (PrinterSetup and
 PrinterName in settings.xml) in user-manual.odt (closes: #610312)
   * rename to libreoffice-writer2* and install them unpacked
   * remove Pre-Depends; now finally not needed anymore, yay
Checksums-Sha1: 
 b8439516b5d3fe643cb670b1449ab509d6fcb44c 2148 writer2latex_1.0.2-2.dsc
 40d26d1d7053c86f0ef5ed59917011c55b4e3cf4 12964 writer2latex_1.0.2-2.diff.gz
 2587139d5e4068a590277bc77ff4105358986968 31052 writer2latex_1.0.2-2_all.deb
 7d1333e133d6de3ee826796c7eeb1af873bf139e 217598 
writer2latex-manual_1.0.2-2_all.deb
 90bd22bfb2f2f29ca6948e9d5c8ec8b3d3014630 399248 
libwriter2latex-java-doc_1.0.2-2_all.deb
 08ffdd72137f04ea603f94f781d849902180af87 427834 
libwriter2latex-java_1.0.2-2_all.deb
 79ab50699dc3a72657f6bce086abc9779d9669cc 381186 
libreoffice-writer2latex_1.0.2-2_all.deb
 5d98320f9ba1eafd553609608b3a7e3e1e831400 299800 
libreoffice-writer2xhtml_1.0.2-2_all.deb
Checksums-Sha256: 
 935f334dfd116f001df32bea6dadf4256ad20d3cae561a77dfa4e9e754dc1092 2148 
writer2latex_1.0.2-2.dsc
 112de505cf7b082b116e27de2f25170822936d5962d40fe73a017ad71adb2476 12964 
writer2latex_1.0.2-2.diff.gz
 4990019cabc9d94f74a5d8c4deec0aeafab8149176d92eb4f4a5a6a335a54f93 31052 
writer2latex_1.0.2-2_all.deb
 281765d28511e696ce183cdec3d8961049f17d2b636305640911a865ab49240d 217598 
writer2latex-manual_1.0.2-2_all.deb
 c07136f5d759897653ff8ef85031770917f1901d16d480256b84298103825f39 399248 
libwriter2latex-java-doc_1.0.2-2_all.deb
 3549fe1ddfa8dcd062eb7b2fe502bdf7af2bb1e8e7b3041e327ee3e0bd0dc228 427834 
libwriter2latex-java_1.0.2-2_all.deb
 2303b95a286d66b8290c3d0b479c39c313e27222e4d480396e3a8cda8bbfa9b3 381186 
libreoffice-writer2latex_1.0.2-2_all.deb
 a988f3f0292c4467866925c97369f08f149fb05f93768facf3375138cd7bd4ce 299800 
libreoffice-writer2xhtml_1.0.2-2_all.deb
Files: 
 010d3782752c1a214da183f76b94bf76 2148 text optional writer2latex_1.0.2-2.dsc
 c639b5a41eb0567ef0ced9706416cccb 12964 text optional 
writer2latex_1.0.2-2.diff.gz
 77a07343631a955cb0b729745932821f 31052 text optional 
writer2latex_1.0.2-2_all.deb
 d109352ad1d9cfc227c5f424bbf788f4 217598 doc optional 
writer2latex-manual_1.0.2-2_all.deb
 d111bef8155681d642b194d0fef19a77 399248 doc optional 
libwriter2latex-java-doc_1.0.2-2_all.deb
 0cf69cbae0b812a68a39d8b7eaf796a1 427834 java optional 
libwriter2latex-java_1.0.2-2_all.deb
 a55011499cd6013a71d51322208e4b7c 381186 text optional 
libreoffice-writer2latex_1.0.2-2_all.deb
 af90f2ef6f8809eefb8ee4cb9be0cdbd 299800 text optional 
libreoffice-writer2xhtml_1.0.2-2_all.deb

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

iQIcBAEBCAAGBQJNN2kyAAoJEAqgRXHQPj5wu9IP/igplvJmM96VTITEc6syQCNF
9ymegbCQiRkAqdBwPqD8v2eRRx5QXrU9/Cl+9kjbaHKJabN+xNxGIzhh1BdY8/5Q
q5x+K2poDM6tqtb0M6U7hmqdFvLNsATcWa0AkRnS7CHvgvdLrjSZsBlmyxsFgUTL
eLp72GfvA8wMPRedCpU8Oe+riYRpuAFhQfoXdfLmjTfi8xUutz7d7VupId4qeSLg
Skh7GJinxMBZgh0MBX7V8VwsSCOTNYBqH5EAI/cnMfzzEFPkcCp+BRg2i8QOR0zE
CTml8lZWHlO5Ar8/fTCSVTUEL3EYW+cBmzMtNR12P5wkLzhURB/4qVdXkF5BcbU7
UmvCasNINpJw4IJfwz6cGbWX7IT1+oS+AO/0874jbp5W0bAmt1951MYq8km8odTa
AA5mPce/SwfBxv4g9cxIIHe9geSP8duhErzIrKCgW4vQM6T7KaBL//rgAvZk0FmC
08SQBwz/t5p+WBWrAaPT0dGzsJu4laYBnneC84b7Idj5UHsZhzvgWhSZFRKWtVn2
opZlRV69q6mT81p4wOxRbPPPO1mA+KnmK1lQQSh1eRwHVgMA9OC+Lx8mr3X4d22k
NwlfyvMBSuXpikVxHHkEtYRWBh5qafBXP9oB+hciYdwSqs22VZXRfhSzLx4w4OGU
L7olh77HUqW4RxL5OM9M
=hW0a
-END PGP SIGNATURE-


Accepted:
libreoffice-writer2latex_1.0.2-2_all.deb
  to main/w/writer2latex/libreoffice-writer2latex_1.0.2-2_all.deb
libreoffice-writer2xhtml_1.0.2-2_all.deb
  to main/w/writer2latex/libreoffice-writer2xhtml_1.0.2-2_all.deb
libwriter2latex-java-doc_1.0.2-2_all.deb
  to main/w/writer2latex/libwriter2latex-java-doc_1.0.2-2_all.deb
libwriter2latex-java_1.0.2-2_all.deb
  to 

Accepted zutils 0.9-2 (source i386)

2011-01-24 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Jan 2011 21:28:40 +0100
Source: zutils
Binary: zutils zutils-dbg
Architecture: source i386
Version: 0.9-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 zutils - utilities for dealing with compressed files transparently
 zutils-dbg - utilities for dealing with compressed files transparently (debug)
Changes: 
 zutils (0.9-2) unstable; urgency=low
 .
   * Adding enhances field.
   * Adding debug package.
Checksums-Sha1: 
 9cbfed50d22e5bba4574f9ad47a6d0504f8c31bf 1045 zutils_0.9-2.dsc
 3b7fbad80e1e451972f4981b87218183388c634e 2872 zutils_0.9-2.debian.tar.gz
 48e9db338088111bcc133c1381bb391218560770 891706 zutils_0.9-2_i386.deb
 a831bc3ed9db5d08b5e773c5d8d0e9bdc9cbfc37 293374 zutils-dbg_0.9-2_i386.deb
Checksums-Sha256: 
 ea1ccec27ce166d7cfe58a4e5173a0606f6bfce7913160cd3d594711b13b256f 1045 
zutils_0.9-2.dsc
 4ad1b1959c4474178c0dad565603235635ce9f6b6a4fe82ec8519ccbd211d7af 2872 
zutils_0.9-2.debian.tar.gz
 4283677db12fcdadecd3dfa3b767f2c29226a6431af44e41ee3e120964feb279 891706 
zutils_0.9-2_i386.deb
 5559920d688e51ad7bb10c3048e30d488e45f7e6423cbb21ffd59cbaa7d4601c 293374 
zutils-dbg_0.9-2_i386.deb
Files: 
 dc1585502d421ace40f210156dd8fb01 1045 utils extra zutils_0.9-2.dsc
 a69324c3f0ce25f9689ec22c2a05936e 2872 utils extra zutils_0.9-2.debian.tar.gz
 47852d1a2a17aa2edff1abe21d6d3d08 891706 utils extra zutils_0.9-2_i386.deb
 deb3027763590c700df8488a04532129 293374 debug extra zutils-dbg_0.9-2_i386.deb

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

iEYEARECAAYFAk00pzYACgkQ+C5cwEsrK57doACdFq8Ps6JJmZ3qzFHff+TTgR8z
urIAnA3IjLEyCBFbmQc0XBcsjlq34rdc
=TFWD
-END PGP SIGNATURE-


Accepted:
zutils-dbg_0.9-2_i386.deb
  to main/z/zutils/zutils-dbg_0.9-2_i386.deb
zutils_0.9-2.debian.tar.gz
  to main/z/zutils/zutils_0.9-2.debian.tar.gz
zutils_0.9-2.dsc
  to main/z/zutils/zutils_0.9-2.dsc
zutils_0.9-2_i386.deb
  to main/z/zutils/zutils_0.9-2_i386.deb


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



Accepted zutils 0.9-3 (source i386)

2011-01-24 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Jan 2011 21:37:48 +0100
Source: zutils
Binary: zutils zutils-dbg
Architecture: source i386
Version: 0.9-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 zutils - utilities for dealing with compressed files transparently
 zutils-dbg - utilities for dealing with compressed files transparently (debug)
Changes: 
 zutils (0.9-3) unstable; urgency=low
 .
   * Making reference to licenses in copyright distribution neutral.
   * Improving previous changelog entries.
Checksums-Sha1: 
 c45b200329345bb23195aeca3a88c6757d29eb90 1045 zutils_0.9-3.dsc
 0071da1343fe9d0dd86dc39d413e8cfd4db70807 2952 zutils_0.9-3.debian.tar.gz
 92dd8c9f7d1d69daab0159ddff0da4a71c8ac2af 891732 zutils_0.9-3_i386.deb
 e77827b3a95ae3caf3205170f602dbca441876fd 293424 zutils-dbg_0.9-3_i386.deb
Checksums-Sha256: 
 58859de020bdfec7946cc65fa8b085094c3cb2c5e4c54e20557e4d91a608b09d 1045 
zutils_0.9-3.dsc
 c05fe7c0aebaafc1d0f539b0624a68be3bf9803a7fa7009e5f5700067a18159c 2952 
zutils_0.9-3.debian.tar.gz
 44530d5b917046d1c76b46a46b262b59fe7afb13ae1bf192a29bb606b3e9b00b 891732 
zutils_0.9-3_i386.deb
 06994d767dac2da97332d3294c13814889279ee9eaa76c5b93cd7b0a9e7517e9 293424 
zutils-dbg_0.9-3_i386.deb
Files: 
 bf6c63058876fef26982b865e70db5c4 1045 utils extra zutils_0.9-3.dsc
 169df792c2869fbb5ebde0151c1f7dd0 2952 utils extra zutils_0.9-3.debian.tar.gz
 6648a271f021be191895d48de0fbb91e 891732 utils extra zutils_0.9-3_i386.deb
 da3899df2bc8eac1c7ccbbe82314dda5 293424 debug extra zutils-dbg_0.9-3_i386.deb

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

iEYEARECAAYFAk07QIEACgkQ+C5cwEsrK551fACdFR7y/6DGw+knrm3JERs+FYOI
T7cAn0kHzthc6lsMpI5D+QHliFAue1BX
=fahh
-END PGP SIGNATURE-


Accepted:
zutils-dbg_0.9-3_i386.deb
  to main/z/zutils/zutils-dbg_0.9-3_i386.deb
zutils_0.9-3.debian.tar.gz
  to main/z/zutils/zutils_0.9-3.debian.tar.gz
zutils_0.9-3.dsc
  to main/z/zutils/zutils_0.9-3.dsc
zutils_0.9-3_i386.deb
  to main/z/zutils/zutils_0.9-3_i386.deb


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



Accepted gliv 1.9.7-1 (source i386)

2011-01-24 Thread Lorenzo De Liso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 15:13:59 +0100
Source: gliv
Binary: gliv
Architecture: source i386
Version: 1.9.7-1
Distribution: unstable
Urgency: low
Maintainer: Lorenzo De Liso bla...@ubuntu.com
Changed-By: Lorenzo De Liso bla...@ubuntu.com
Description: 
 gliv   - image viewer using gdk-pixbuf and OpenGL
Closes: 527851
Changes: 
 gliv (1.9.7-1) unstable; urgency=low
 .
   * Adopt package (closes: #527851)
   * New upstream release
   * Bump Standard-Versions to 3.9.1; no further changes required
   * Bump to debhelper 7
   * Simplified debian/rules
   * debian/gliv.install: Install the pixmap for the desktop file
   * debian/gliv.menu: Added the description
   * debian/source/format: Added
Checksums-Sha1: 
 429754d33adfc60bbba678e6453f8ca72e8f66df 1077 gliv_1.9.7-1.dsc
 b65f784e3ae059d389333eee953f93bd8247bd36 846785 gliv_1.9.7.orig.tar.gz
 84ba86c0fa8a28e22a1e91fa35a5a1f9992b6fd6 5019 gliv_1.9.7-1.debian.tar.gz
 3c8dd10aae1eab3ac274258944c150acf62099a6 218858 gliv_1.9.7-1_i386.deb
Checksums-Sha256: 
 972deeaa9e49f94a679f9d989c41c00f012f4faa8d9cac5cea7a532eeb745939 1077 
gliv_1.9.7-1.dsc
 d18a4c066f7d068bc3b738357061e9b38abaabcb95deba101f54b1ca2d99a23d 846785 
gliv_1.9.7.orig.tar.gz
 df737bba79802249a93743330113423db9bf34ce7944c3db0eb13327aaa2b952 5019 
gliv_1.9.7-1.debian.tar.gz
 3c1fdea8f33c4c4866d896f5209cd941dec434be47ca0154a0663a0308ab8937 218858 
gliv_1.9.7-1_i386.deb
Files: 
 a70a22d8c24d35a6757d48975c2ef1a8 1077 graphics optional gliv_1.9.7-1.dsc
 537652c32fc4dd356e94938072b86469 846785 graphics optional 
gliv_1.9.7.orig.tar.gz
 940557736402df1b47bf58347f741573 5019 graphics optional 
gliv_1.9.7-1.debian.tar.gz
 dc5c32521a27b5a28c9f30d4e7973fff 218858 graphics optional gliv_1.9.7-1_i386.deb

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

iEYEARECAAYFAk09624ACgkQ5qqQFxOSsXQG8ACfbeEwDxGAaG5/uDdbMMwJ8SAc
kXQAnRCbE0ebOBk3RP3ZMufJDhTQL2kq
=v3h0
-END PGP SIGNATURE-


Accepted:
gliv_1.9.7-1.debian.tar.gz
  to main/g/gliv/gliv_1.9.7-1.debian.tar.gz
gliv_1.9.7-1.dsc
  to main/g/gliv/gliv_1.9.7-1.dsc
gliv_1.9.7-1_i386.deb
  to main/g/gliv/gliv_1.9.7-1_i386.deb
gliv_1.9.7.orig.tar.gz
  to main/g/gliv/gliv_1.9.7.orig.tar.gz


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



Accepted clutter-sharp 1.0.0~alpha3~git20090817.r1.349dba6-1 (source all)

2011-01-24 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Dec 2010 22:35:45 +0800
Source: clutter-sharp
Binary: libclutter-cil libclutter-cil-dev libclutter-gtk-cil 
libclutter-gtk-cil-dev monodoc-clutter-manual monodoc-clutter-gtk-manual
Architecture: source all
Version: 1.0.0~alpha3~git20090817.r1.349dba6-1
Distribution: experimental
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Chow Loong Jin hyper...@ubuntu.com
Description: 
 libclutter-cil - Open GL based interactive canvas library -- CLI Bindings
 libclutter-cil-dev - Open GL based interactive canvas library -- CLI 
development files
 libclutter-gtk-cil - Open GL based interactive canvas library Gtk# widget
 libclutter-gtk-cil-dev - Open GL based interactive canvas library Gtk# widget 
-- CLI devel
 monodoc-clutter-gtk-manual - compiled XML documentation for clutter-gtk-sharp
 monodoc-clutter-manual - compiled XML documentation for clutter-sharp
Closes: 517818
Changes: 
 clutter-sharp (1.0.0~alpha3~git20090817.r1.349dba6-1) experimental; urgency=low
 .
   * Initial release (Closes: #517818)
Checksums-Sha1: 
 088dc99c6071f7c0301a2edb97579231f87544fd 2133 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.dsc
 bc7c64484f68aaec5bb286ef08196a203fa95349 340593 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6.orig.tar.gz
 b38c6dd1110eed1a6c4a6fb40c5186604ad15f87 4052 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.debian.tar.gz
 2f9773c9678ff3ec4a1d319477387afcac8c7dfd 159238 
libclutter-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 a3fbb85e74f2a596ef645b363b167ce27581db64 31824 
libclutter-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 9a3c1539712e8a269d30bd75e7e0117dcaf65bee 13174 
libclutter-gtk-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 512552f32c2c38155267f968e8b56ef314d74935 4498 
libclutter-gtk-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 c2be04ee05c0675168e90b6ed8b17c62bfeb98c2 191320 
monodoc-clutter-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 c653f1828dedd398c50ca3af06cb6086c9c368a5 12414 
monodoc-clutter-gtk-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
Checksums-Sha256: 
 a7ea68459b76f7622bae8c354a1843eb7c516c8428eb0fa9d18e33aa58c6f341 2133 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.dsc
 0e87534171a6c7ede675ad14a759de7745b7bb963e564aec92d3f04c58a04bc8 340593 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6.orig.tar.gz
 2a20cd5124a02d6868563d246068965b298fe4795a8c2b5b888c32db3cdeba6f 4052 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.debian.tar.gz
 b32e3bbaecec8098704233f6eb5a54cd4ebd346b6c52ff04878178afe0551432 159238 
libclutter-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 467a709a4171302efaed9d47624c4f584d2688fe1fb9bd39397d8abc947632e8 31824 
libclutter-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 4258de802e6ebd3bf5196dad3322a6b9ac38e37e40364c228c29bc8022c384bd 13174 
libclutter-gtk-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 fa2b5c0f274e5c9dd4fc99391c39cc31f6f1b933076108b7be66bfba0e127352 4498 
libclutter-gtk-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 81a61bb113f78cc4df0c20265906a497f80bb11504d88e6fd6573d549ac85aeb 191320 
monodoc-clutter-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 c6dbbe93e8ded082795e8d7ab30c6a7653cd0397ea62af586b2c3234f0827566 12414 
monodoc-clutter-gtk-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
Files: 
 e0d9d6d25f1e7ecd7149ba4ffb8debda 2133 cli-mono optional 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.dsc
 d87ee14e5fe764305c2846651046517d 340593 cli-mono optional 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6.orig.tar.gz
 55bce1ae2961e4a522a0168bcb572efa 4052 cli-mono optional 
clutter-sharp_1.0.0~alpha3~git20090817.r1.349dba6-1.debian.tar.gz
 20bfbe82e270d5f2bc6e2d563018c71a 159238 cli-mono optional 
libclutter-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 8f32ed22c3353376bff09ef14927f5c0 31824 cli-mono optional 
libclutter-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 ef985874c6b6945535517b92684850d0 13174 cli-mono optional 
libclutter-gtk-cil_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 890bd635408682fd28b6e155ac2c16bc 4498 cli-mono optional 
libclutter-gtk-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 8281ff9f53ca00f447fb052428f116fb 191320 doc optional 
monodoc-clutter-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb
 6a0ae68a224ecb343d348882c02b8f23 12414 doc optional 
monodoc-clutter-gtk-manual_1.0.0~alpha3~git20090817.r1.349dba6-1_all.deb

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

iQEcBAEBCAAGBQJNMKlIAAoJEMkPnLkOH60MCcwH/0E9lyCPaLDIgqTWY5WzhzBL
rOwoD64uq04HGsVH1bKUzmK5KrptqSVTIbO8ci2ptC5CBKZg2LnJp86+Wu1hXSOR
UDa62QVfecTJXYua2eM2H5gIQdWFRFsu4ye/NkEQWZZLS4icJrYH3MRTqWKADH3L
Vo+SWww64C797qYkfcq5Wr6o8v6CQCfxPV/UhrEyFxHdMbgoUNZp2fY1B4kowD+5
3D8SFs2yYh0IJ86FZ2vYbPbTssFalj5dCXISJEeshE2kqyxcBMlZc0Tfp5FGMxN8

Accepted glade 3.9.1-1 (source all amd64)

2011-01-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:02:19 +
Source: glade
Binary: libgladeui-2-0 libgladeui-common libgladeui-dev libgladeui-doc glade
Architecture: source all amd64
Version: 3.9.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 glade  - GTK+ User Interface Builder
 libgladeui-2-0 - GTK+ User Interface Build core library
 libgladeui-common - GTK+ User Interface Build core library (common files)
 libgladeui-dev - GTK+ User Interface Build core library (development files)
 libgladeui-doc - GTK+ User Interface Build core library (documentation)
Closes: 545820
Changes: 
 glade (3.9.1-1) experimental; urgency=low
 .
   [ Josselin Mouette ]
   * Add symlink for the glade manpage, too. Closes: #545820.
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
   - Standards-Version is 3.9.1, no changes needed.
 + Rename libgladeui* packages for the new SONAME.
 + Add a libglade-common package for the translations/icons.
 + glade-gnome package is gone.
 + debian/glade.menu:
   - The binary is now /usr/bin/glade.
 + debian/patches/01_gladeui-types.patch:
   - Removed. Hopefully it's obsolete.
 + debian/patches/*:
   - Refreshed.
 + debian/copyright:
- Updated.
 + debian/rules,
   debian/source/format,
   debian/patches:
   + Switch to source format 3.0 (quilt).
   * Rename the source package to 'glade'.
   * debian/control.in:
 + B-D-I on libgtk3.0-doc instead of libgtk2.0-doc.
 + Make glade recommend libgtk3.0-dev instead of libgtk2.0-dev,
   and drop the python-gtk2-dev recommendation.
 + Bump libgladeui-dev dependency on libgtk3.0-dev.
   * debian/rules:
 + Include utils.mk.
Checksums-Sha1: 
 e95b708bfc7fc005c9a381595af3046b7ea6f82b 1722 glade_3.9.1-1.dsc
 4c7d0b4929dc9c33fbc81a3d3feba5a82b657c81 3880486 glade_3.9.1.orig.tar.gz
 a04aa9fba727ebd59f0fb0368491a89e7146374b 18287 glade_3.9.1-1.debian.tar.gz
 7f8a80dd544166caabc6ce247d211bfad2f6ef8c 1733054 
libgladeui-common_3.9.1-1_all.deb
 003b18e96ff3bd7b6c6da22241eae9eb878c4c3d 284530 libgladeui-doc_3.9.1-1_all.deb
 d8a9422f762aca5bdd9a8ff12839977a2ff3b9ff 553282 
libgladeui-2-0_3.9.1-1_amd64.deb
 72efa32b68132b7b4ce84da94135343def973758 205534 
libgladeui-dev_3.9.1-1_amd64.deb
 802cc148ed231151a05dd599538e099c658adb57 917330 glade_3.9.1-1_amd64.deb
Checksums-Sha256: 
 1058c2ac081acd553e0c6129884d5cdb9d4975ac512d0f1792049c836cd36b39 1722 
glade_3.9.1-1.dsc
 3dcc85eabe5ee538722bb7928b7180cea8631cce200bf7264f7eb599cca6ee4a 3880486 
glade_3.9.1.orig.tar.gz
 6e20116afa6b01373001db96d00e8974d9883b6eea5af47486359111b4e2abd9 18287 
glade_3.9.1-1.debian.tar.gz
 e7da1a6edb2ef3ab7f90f26d36d9e386de97ffe813e5a44625c215d4f2182b46 1733054 
libgladeui-common_3.9.1-1_all.deb
 5a4aa3e229b42063e2a005cc4c26335463a631446bbb0043c649f89191520642 284530 
libgladeui-doc_3.9.1-1_all.deb
 e732864d762b84e6083e23d953019da2ecaef15fc5338f4f776d652415203e87 553282 
libgladeui-2-0_3.9.1-1_amd64.deb
 5e31570af6be9efa8e214aacc2e552ef6cabe05578f9ec19b70edc958ec65049 205534 
libgladeui-dev_3.9.1-1_amd64.deb
 b208e4547b5a8bf010c2f95ca8ed7c972006f965006d94112fd9cc99eb5200c4 917330 
glade_3.9.1-1_amd64.deb
Files: 
 911388f8292a2940e253e9599c9061ed 1722 gnome optional glade_3.9.1-1.dsc
 561f77432bd73b696ec33e5b8016293e 3880486 gnome optional glade_3.9.1.orig.tar.gz
 1ce1c2b26c91af00d8efc71b0445c0f9 18287 gnome optional 
glade_3.9.1-1.debian.tar.gz
 08d7cd9260ce32a9a6aa46f6e73c2657 1733054 libs optional 
libgladeui-common_3.9.1-1_all.deb
 c7a13834ad9a04727de28334150d48af 284530 doc optional 
libgladeui-doc_3.9.1-1_all.deb
 7ea04fdb1acd09c7b2da294baca1ddfe 553282 libs optional 
libgladeui-2-0_3.9.1-1_amd64.deb
 f8e69665f6e9ba11a0a02c5d947389c5 205534 libdevel optional 
libgladeui-dev_3.9.1-1_amd64.deb
 cba0d452702814c879aef0eb28f4ee9f 917330 devel optional glade_3.9.1-1_amd64.deb

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

iEYEARECAAYFAk08hEkACgkQhTV17EoIsv7OCACffqF/7Pb8wOI5IqxDkjBvZUTa
1HUAnjLbhKMRgutJ6riqejw4p81y4iol
=pnWi
-END PGP SIGNATURE-


Accepted:
glade_3.9.1-1.debian.tar.gz
  to main/g/glade/glade_3.9.1-1.debian.tar.gz
glade_3.9.1-1.dsc
  to main/g/glade/glade_3.9.1-1.dsc
glade_3.9.1-1_amd64.deb
  to main/g/glade/glade_3.9.1-1_amd64.deb
glade_3.9.1.orig.tar.gz
  to main/g/glade/glade_3.9.1.orig.tar.gz
libgladeui-2-0_3.9.1-1_amd64.deb
  to main/g/glade/libgladeui-2-0_3.9.1-1_amd64.deb
libgladeui-common_3.9.1-1_all.deb
  to main/g/glade/libgladeui-common_3.9.1-1_all.deb
libgladeui-dev_3.9.1-1_amd64.deb
  to main/g/glade/libgladeui-dev_3.9.1-1_amd64.deb
libgladeui-doc_3.9.1-1_all.deb
  to main/g/glade/libgladeui-doc_3.9.1-1_all.deb


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

Accepted libepsilon 0.8.1-1 (source i386)

2011-01-24 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Nov 2010 14:47:39 +0100
Source: libepsilon
Binary: libepsilon-dev libepsilon0 epsilon-bin
Architecture: source i386
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 epsilon-bin - A library for wavelet image compression - tools
 libepsilon-dev - A library for wavelet image compression - development files
 libepsilon0 - A library for wavelet image compression
Closes: 604141
Changes: 
 libepsilon (0.8.1-1) unstable; urgency=low
 .
   * Initial release.
 (closes: #604141)
Checksums-Sha1: 
 1f40460bd9faab80b571dc0370e4d50eb5c4c5f6 1333 libepsilon_0.8.1-1.dsc
 386b616eb61dac773ede3f75b35bed6c4edf3798 426363 libepsilon_0.8.1.orig.tar.gz
 c8863cb4e20333046f82793bb2ef11a84dc7d6b1 2263 libepsilon_0.8.1-1.debian.tar.gz
 418b86c79dde5fe2339d4914b1344e2fb7f7f164 54390 libepsilon-dev_0.8.1-1_i386.deb
 311294c8c351a921c5699038a12d8a27c2c2e09d 42672 libepsilon0_0.8.1-1_i386.deb
 8942550f1bf113eae5cd7649245c8770c7457132 22814 epsilon-bin_0.8.1-1_i386.deb
Checksums-Sha256: 
 ee57c6607c24fd88983e95aaed945b8d4ab97ab0b2ff75312f14c92defe65c4a 1333 
libepsilon_0.8.1-1.dsc
 ff5577149a2c9bd8df274334a2a035a58ac21c5f669fe75ca25f4a49f5f05383 426363 
libepsilon_0.8.1.orig.tar.gz
 cea45660c329509adce531a7b380071935c04205c3c9a4be229b0a13828f08f8 2263 
libepsilon_0.8.1-1.debian.tar.gz
 86ef2c6ee56e518885faf2072b330c8fbd77f69adf6933a6c58d87eccabf22e6 54390 
libepsilon-dev_0.8.1-1_i386.deb
 71de0cb5760e820322274fec5ab3a0e81f72cd7a92454ce7634516471576bb40 42672 
libepsilon0_0.8.1-1_i386.deb
 4ab72036325ae615aff71e95f8d7e9cbaec8a6b97c081a28c17d832a28aee4d7 22814 
epsilon-bin_0.8.1-1_i386.deb
Files: 
 e3837f30ee9daf5be1bec4a7f89fdacc 1333 science extra libepsilon_0.8.1-1.dsc
 6f5232abf3661ddc3f78c1d2aee39001 426363 science extra 
libepsilon_0.8.1.orig.tar.gz
 f0807da2f3d44861fd57c62688dee659 2263 science extra 
libepsilon_0.8.1-1.debian.tar.gz
 d037ffabc6be199f3c82efb661e95bc9 54390 libdevel extra 
libepsilon-dev_0.8.1-1_i386.deb
 807c27447bbf5ee4e5fdf991a32f18d9 42672 libs extra libepsilon0_0.8.1-1_i386.deb
 825012aa74bf6b7b6566fa65c2827a4f 22814 science extra 
epsilon-bin_0.8.1-1_i386.deb

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

iEYEARECAAYFAkztGNsACgkQpFNRmenyx0ea3wCbBWb8wd+FvPekL9FABlMxoRzj
DRIAnig1LlYMKJAnam2u12I3PRUO0HXt
=UNYb
-END PGP SIGNATURE-


Accepted:
epsilon-bin_0.8.1-1_i386.deb
  to main/libe/libepsilon/epsilon-bin_0.8.1-1_i386.deb
libepsilon-dev_0.8.1-1_i386.deb
  to main/libe/libepsilon/libepsilon-dev_0.8.1-1_i386.deb
libepsilon0_0.8.1-1_i386.deb
  to main/libe/libepsilon/libepsilon0_0.8.1-1_i386.deb
libepsilon_0.8.1-1.debian.tar.gz
  to main/libe/libepsilon/libepsilon_0.8.1-1.debian.tar.gz
libepsilon_0.8.1-1.dsc
  to main/libe/libepsilon/libepsilon_0.8.1-1.dsc
libepsilon_0.8.1.orig.tar.gz
  to main/libe/libepsilon/libepsilon_0.8.1.orig.tar.gz


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



Accepted vala-0.12 0.11.5-1 (source all amd64)

2011-01-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:47:37 +
Source: vala-0.12
Binary: valac valac-0.12 vala-0.12-doc libvala-0.12-0 libvala-0.12-dev 
valac-0.12-dbg libvala-0.12-0-dbg
Architecture: source all amd64
Version: 0.11.5-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of Vala packages 
pkg-vala-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 libvala-0.12-0 - C# like language for the GObject system - library
 libvala-0.12-0-dbg - C# like language for the GObject system - library symbols
 libvala-0.12-dev - C# like language for the GObject system - development 
headers
 vala-0.12-doc - C# like language for the GObject system - documentation
 valac  - C# like language for the GObject system
 valac-0.12 - C# like language for the GObject system
 valac-0.12-dbg - C# like language for the GObject system
Closes: 606139
Changes: 
 vala-0.12 (0.11.5-1) experimental; urgency=low
 .
   * New upstream release. Closes: #606139.
 + Make parallel installable with vala (0.10).
   * debian/control.in:
 + Add myself to Uploaders.
   * debian/copyright:
 + Updated.
Checksums-Sha1: 
 78dacc91a92661fcc78a5fc5a61e298748eb2bc7 1587 vala-0.12_0.11.5-1.dsc
 ecdfdf2d2dfcd4298f6f7a2baed3e5eaf6c24466 4427685 vala-0.12_0.11.5.orig.tar.gz
 6109f8cf1ebe6c28c5770698cbb6e8b942ea679f 11359 vala-0.12_0.11.5-1.debian.tar.gz
 945b378913bd5cb9efd3c20ae08310e1ba019bb4 87202 valac_0.11.5-1_all.deb
 7ea45518d749eae9f89cb68735f0ad308c1e 95476 vala-0.12-doc_0.11.5-1_all.deb
 27adc48c4232730ce1c69e5e9b245d63fa0c42da 891870 valac-0.12_0.11.5-1_amd64.deb
 ebcf58deba7b55bf823050be43dc97fa4c3eb6e6 1210424 
libvala-0.12-0_0.11.5-1_amd64.deb
 6cb1bc472e7fe7e54dfb80eabd0dad7ddbd15aa1 146954 
libvala-0.12-dev_0.11.5-1_amd64.deb
 06f526ea2bce5553296fe09d8a5bdc4026e7a7f8 402236 
valac-0.12-dbg_0.11.5-1_amd64.deb
 692cdfba5b5ca9ce6407328fefcb6b886e7c9410 3038478 
libvala-0.12-0-dbg_0.11.5-1_amd64.deb
Checksums-Sha256: 
 ff87f9bd33308182a80a02536dc2c0754405251ab97e6ce278f7a8f7127295ef 1587 
vala-0.12_0.11.5-1.dsc
 d538e3ee88ee3f4113e59ace251568b66e3c7ac9b18f78355f312828df0e4375 4427685 
vala-0.12_0.11.5.orig.tar.gz
 61f8046540e18b84888bfaa9da24712e7ab6c7923c343396a47fdcfd942db809 11359 
vala-0.12_0.11.5-1.debian.tar.gz
 8dc6433739429ae47c3dc396ad39edb56c655b127fff1031bc2c8b55e816397f 87202 
valac_0.11.5-1_all.deb
 0ffea24c25d0c84d61581ec290689daa213384261f6e6f8c70e1266898a0eeae 95476 
vala-0.12-doc_0.11.5-1_all.deb
 6eed86c9ba44ba48cdee60561e51323b9aa4bb02d31c904b0a397c7ac0931b73 891870 
valac-0.12_0.11.5-1_amd64.deb
 5ec1fcd5ff307d209a80d3e66fede1a99284eade4fc0fe1e7979f15139d9cc99 1210424 
libvala-0.12-0_0.11.5-1_amd64.deb
 cd67aaceb92f7ea3d79360f1c75e920553d6a439f52c492e4f026bf642c77ae6 146954 
libvala-0.12-dev_0.11.5-1_amd64.deb
 27fc8f7b3b7c23b68e6f4097f9ed82f64034fcb86d856811def5df2698b01bf1 402236 
valac-0.12-dbg_0.11.5-1_amd64.deb
 8cea35e39417faebbb73498def2b0d93f159fa3901a105a181bdab634baf4953 3038478 
libvala-0.12-0-dbg_0.11.5-1_amd64.deb
Files: 
 5df26d2e86d3fc830efb57ef96ca7218 1587 devel optional vala-0.12_0.11.5-1.dsc
 b38e2f3a754603be1a30aeccc5e4f94a 4427685 devel optional 
vala-0.12_0.11.5.orig.tar.gz
 10d069543947c3e705122bff23001b11 11359 devel optional 
vala-0.12_0.11.5-1.debian.tar.gz
 fd835388e62d3258108ef0ff02233832 87202 devel optional valac_0.11.5-1_all.deb
 9996866e478ad020a7af049e5a626556 95476 doc optional 
vala-0.12-doc_0.11.5-1_all.deb
 1f7d5d53d4ed5c2bec980f141a7d13bb 891870 devel optional 
valac-0.12_0.11.5-1_amd64.deb
 7e5fb0cf9e321c9508656b80a78c69b4 1210424 libs optional 
libvala-0.12-0_0.11.5-1_amd64.deb
 e43a202b3ccf2579a088ab9e9dee7386 146954 libdevel optional 
libvala-0.12-dev_0.11.5-1_amd64.deb
 6b5d3be2ff323bb77c633a4803a0bb56 402236 debug extra 
valac-0.12-dbg_0.11.5-1_amd64.deb
 37b6bf584cabbab027ff94a51ce2ead5 3038478 debug extra 
libvala-0.12-0-dbg_0.11.5-1_amd64.deb

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

iEYEARECAAYFAk08h3QACgkQhTV17EoIsv4QXACgylLYpM275NNLKTrOewB+276L
h9cAni+d0n0LPKJdiSbGJC1Njd5iaI3N
=gqEv
-END PGP SIGNATURE-


Accepted:
libvala-0.12-0-dbg_0.11.5-1_amd64.deb
  to main/v/vala-0.12/libvala-0.12-0-dbg_0.11.5-1_amd64.deb
libvala-0.12-0_0.11.5-1_amd64.deb
  to main/v/vala-0.12/libvala-0.12-0_0.11.5-1_amd64.deb
libvala-0.12-dev_0.11.5-1_amd64.deb
  to main/v/vala-0.12/libvala-0.12-dev_0.11.5-1_amd64.deb
vala-0.12-doc_0.11.5-1_all.deb
  to main/v/vala-0.12/vala-0.12-doc_0.11.5-1_all.deb
vala-0.12_0.11.5-1.debian.tar.gz
  to main/v/vala-0.12/vala-0.12_0.11.5-1.debian.tar.gz
vala-0.12_0.11.5-1.dsc
  to main/v/vala-0.12/vala-0.12_0.11.5-1.dsc
vala-0.12_0.11.5.orig.tar.gz
  to main/v/vala-0.12/vala-0.12_0.11.5.orig.tar.gz
valac-0.12-dbg_0.11.5-1_amd64.deb
  to main/v/vala-0.12/valac-0.12-dbg_0.11.5-1_amd64.deb
valac-0.12_0.11.5-1_amd64.deb
  to main/v/vala-0.12/valac-0.12_0.11.5-1_amd64.deb
valac_0.11.5-1_all.deb
  to 

Accepted zeitgeist-sharp 0.1.0.3-1 (source all)

2011-01-24 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 29 Oct 2010 13:16:35 +0100
Source: zeitgeist-sharp
Binary: libzeitgeist-cil-dev libzeitgeist0.1-cil monodoc-zeitgeist-manual
Architecture: source all
Version: 0.1.0.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 libzeitgeist-cil-dev - CLI bindings for Zeitgeist Project - development files
 libzeitgeist0.1-cil - CLI bindings for Zeitgeist Project
 monodoc-zeitgeist-manual - compiled XML documentation for zeitgeist-sharp
Changes: 
 zeitgeist-sharp (0.1.0.3-1) experimental; urgency=low
 .
   * Initial Version
Checksums-Sha1: 
 e11bd0dd3cb25f6c14b5ed1b7fe4163c80d8fbb4 1901 zeitgeist-sharp_0.1.0.3-1.dsc
 f0a334331aa53cf5892b8376a6180077fef8bde6 88097 
zeitgeist-sharp_0.1.0.3.orig.tar.gz
 7b4668fb226e3f01d360ea0f0eed060d959e6934 2724 
zeitgeist-sharp_0.1.0.3-1.debian.tar.gz
 0bca05beee340756b4ed1d9c8834c419b0fbe1d4 2374 
libzeitgeist-cil-dev_0.1.0.3-1_all.deb
 77f9d5c2e42933a7ea78e82f163d1547e60fe4e7 19228 
libzeitgeist0.1-cil_0.1.0.3-1_all.deb
 8d15ba83b6abb40173555b846958adda318c3f89 24890 
monodoc-zeitgeist-manual_0.1.0.3-1_all.deb
Checksums-Sha256: 
 5088cbcec9633e71271e1bf058276248a943e6d2411bfff97cd40215b7be74ce 1901 
zeitgeist-sharp_0.1.0.3-1.dsc
 27927ccac88e15f5ae60b32c7d6ffb9fe62cd52dbd43491095ccba814302984c 88097 
zeitgeist-sharp_0.1.0.3.orig.tar.gz
 9fa62ceb5e8dab9e7fa39f6f6a7283ede07ac501974b2a13294dcf0c3a132d65 2724 
zeitgeist-sharp_0.1.0.3-1.debian.tar.gz
 d2b807a99fb1d95d65ba4eb3c2f7b6cb3a8b424a488005f153b63c2c04421e7c 2374 
libzeitgeist-cil-dev_0.1.0.3-1_all.deb
 6e3e2591a323ae1ea4bfe023b12cc32610b13722618d1d855f519fcd511ebd6a 19228 
libzeitgeist0.1-cil_0.1.0.3-1_all.deb
 4effd70e09501dcf3ad8df748991699f5c7b4b5d8dd079a47cc9207b164bcacb 24890 
monodoc-zeitgeist-manual_0.1.0.3-1_all.deb
Files: 
 2ce30e45298bd1b466f8280e56d4d748 1901 cli-mono optional 
zeitgeist-sharp_0.1.0.3-1.dsc
 d6563bb2f3741b09c49e04faffb3bea2 88097 cli-mono optional 
zeitgeist-sharp_0.1.0.3.orig.tar.gz
 e836845c422b5a2edc1761db3b140d52 2724 cli-mono optional 
zeitgeist-sharp_0.1.0.3-1.debian.tar.gz
 3d7becfa29b19825dcdf597dd8c94a69 2374 cli-mono optional 
libzeitgeist-cil-dev_0.1.0.3-1_all.deb
 61e7f17715f359239f01fb3dbb8a5e67 19228 cli-mono optional 
libzeitgeist0.1-cil_0.1.0.3-1_all.deb
 2c65cb48a8a023be151f02c56ad55159 24890 doc optional 
monodoc-zeitgeist-manual_0.1.0.3-1_all.deb

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

iQEcBAEBCAAGBQJNMKtvAAoJEMkPnLkOH60Mt9kIAMr5ZKKoBGzJo2qj9bB6p6nN
ESFrfF/hS/oe6ux2pRZBZMaEvXNKFsrFxfboQ5cUiwEUWu1btpgfLZfSSbOTo2iL
1PTH9rVpyHAwa3rwHXMZdKRm2sAdmMWtxmdVkcSJrkMT1b5GWHeCho30gGFtE3LP
w4vIi2ocMnbaWoXy9XCkiHpmqjJ/iQy91fmGZBElF7Xf2gNOGJtmv3Gyopy3hlry
cqBNk536mNK2p5+AIBKa80J9+UggVLIPu1TuwyfGW4Y0k0LByBNIlTITuDuBAF93
/PI+Yj8pLptVF4zrK6qz0XinGaMQyOx1odQ1MnhqdSCdCzp/N/ZLgsAwpJ/cbNo=
=t8bC
-END PGP SIGNATURE-


Accepted:
libzeitgeist-cil-dev_0.1.0.3-1_all.deb
  to main/z/zeitgeist-sharp/libzeitgeist-cil-dev_0.1.0.3-1_all.deb
libzeitgeist0.1-cil_0.1.0.3-1_all.deb
  to main/z/zeitgeist-sharp/libzeitgeist0.1-cil_0.1.0.3-1_all.deb
monodoc-zeitgeist-manual_0.1.0.3-1_all.deb
  to main/z/zeitgeist-sharp/monodoc-zeitgeist-manual_0.1.0.3-1_all.deb
zeitgeist-sharp_0.1.0.3-1.debian.tar.gz
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.1.0.3-1.debian.tar.gz
zeitgeist-sharp_0.1.0.3-1.dsc
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.1.0.3-1.dsc
zeitgeist-sharp_0.1.0.3.orig.tar.gz
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.1.0.3.orig.tar.gz


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



Accepted zeitgeist-sharp 0.1.1.0-1 (source all)

2011-01-24 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Jan 2011 04:39:31 +0800
Source: zeitgeist-sharp
Binary: libzeitgeist-cil-dev libzeitgeist0.1-cil monodoc-zeitgeist-manual
Architecture: source all
Version: 0.1.1.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Chow Loong Jin hyper...@ubuntu.com
Description: 
 libzeitgeist-cil-dev - CLI bindings for Zeitgeist Project - development files
 libzeitgeist0.1-cil - CLI bindings for Zeitgeist Project
 monodoc-zeitgeist-manual - compiled XML documentation for zeitgeist-sharp
Changes: 
 zeitgeist-sharp (0.1.1.0-1) experimental; urgency=low
 .
   [ Manish Sinha ]
   * New release:
  - Fixes the building problem with mono 2.8.
  - Changed the interface method in DataSourceRegistry (LP #705081 ).
  - Fixed the wrong bus name for DataSourceRegistry.
 .
   [ Chow Loong Jin ]
   * [02e1957] Add Manish to Uploaders
Checksums-Sha1: 
 848903c330d3c14f5a80c60ca34c54c6ae1d3c4f 1948 zeitgeist-sharp_0.1.1.0-1.dsc
 62f3b206ebc998fb96e4fd5f2ddf42081fd6bac8 88228 
zeitgeist-sharp_0.1.1.0.orig.tar.gz
 40e8e68353e9ed8b2db78ca1a710c3b341b7496d 2859 
zeitgeist-sharp_0.1.1.0-1.debian.tar.gz
 99e77cd359e5a08b214849b6f6049567f89542af 2626 
libzeitgeist-cil-dev_0.1.1.0-1_all.deb
 68bce41936fb00fbe15a1a67c17a28b56785af39 19512 
libzeitgeist0.1-cil_0.1.1.0-1_all.deb
 cac1906061e46dc6127265a5b280eb749e36d7e4 25108 
monodoc-zeitgeist-manual_0.1.1.0-1_all.deb
Checksums-Sha256: 
 f762495a97755db75e9b8380b433bb020e8d79ff8c89ff78d29503c4d8a81577 1948 
zeitgeist-sharp_0.1.1.0-1.dsc
 cc9c1ce441d9cc573b1b840343f4dd421743f325bd77e5e84f24360cc630e92f 88228 
zeitgeist-sharp_0.1.1.0.orig.tar.gz
 a77c40ee0c036c625cb4a9b7638a14613a934598d596e23ed4ecfa4eb3940b60 2859 
zeitgeist-sharp_0.1.1.0-1.debian.tar.gz
 51a3aa84a83ee4af2086f0c9a3e2c7e5f0bce2dc1e425524232b6a6e4a97a487 2626 
libzeitgeist-cil-dev_0.1.1.0-1_all.deb
 4c267c8beb7eb839f07b699fd1b211a8d85a6aa517d46389f67782f5e4d514ed 19512 
libzeitgeist0.1-cil_0.1.1.0-1_all.deb
 7131658d7df64bdd6b82a2a2c6069ef41f6e3a4a8c7e3e6a72bc3f8f9af3e5be 25108 
monodoc-zeitgeist-manual_0.1.1.0-1_all.deb
Files: 
 a6ca9461a63467710bcbca6ab0c6ded5 1948 cli-mono optional 
zeitgeist-sharp_0.1.1.0-1.dsc
 2a52ae6ee8501193a531ea42ca0ee2d6 88228 cli-mono optional 
zeitgeist-sharp_0.1.1.0.orig.tar.gz
 ad2dd3ea3fd3c753641712c5c2e9f631 2859 cli-mono optional 
zeitgeist-sharp_0.1.1.0-1.debian.tar.gz
 845354d20e17b33958dca348d3a62884 2626 cli-mono optional 
libzeitgeist-cil-dev_0.1.1.0-1_all.deb
 a5dfcd34753a02966172f69868d14d35 19512 cli-mono optional 
libzeitgeist0.1-cil_0.1.1.0-1_all.deb
 d683183610f8acc8e4b03229a906bf24 25108 doc optional 
monodoc-zeitgeist-manual_0.1.1.0-1_all.deb

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

iQEcBAEBAgAGBQJNPC3JAAoJEMkPnLkOH60MUrAIAKSg5NfbnVYiIWYH27ZRV2yR
5LXcteWduGgNFRf2DSvGiqR7tDkYwLtSfxfz0r5XtQEMXupWUiREogrl8XXiOWbi
/jlRFwsh34cIKXiSJ/3BLKTPG5fj4W9bdYEBmvinBl8C7sFi1NnujJyICr/oqLRL
38CUH4qlbkAuDsF1DNK1qtTeye0c2jXvAfuejLag05ANUaginnZvlkCm3pm0ZHMz
I0zzgGd1We/o5YxzCvx/ZPgDVbnY7blvDTmylH9v2Rj3z8U3g5iiz+h+wQlG3Gc6
miW/VUdQIy+8CbVKf3yKxJFvV5fXDiCOYFeGknWTk4C7AhuvYSvTVWWiQDhAM2g=
=e7vX
-END PGP SIGNATURE-


Accepted:
libzeitgeist-cil-dev_0.1.1.0-1_all.deb
  to main/z/zeitgeist-sharp/libzeitgeist-cil-dev_0.1.1.0-1_all.deb
libzeitgeist0.1-cil_0.1.1.0-1_all.deb
  to main/z/zeitgeist-sharp/libzeitgeist0.1-cil_0.1.1.0-1_all.deb
monodoc-zeitgeist-manual_0.1.1.0-1_all.deb
  to main/z/zeitgeist-sharp/monodoc-zeitgeist-manual_0.1.1.0-1_all.deb
zeitgeist-sharp_0.1.1.0-1.debian.tar.gz
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.1.1.0-1.debian.tar.gz
zeitgeist-sharp_0.1.1.0-1.dsc
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.1.1.0-1.dsc
zeitgeist-sharp_0.1.1.0.orig.tar.gz
  to main/z/zeitgeist-sharp/zeitgeist-sharp_0.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/e1phugg-0002er...@franck.debian.org



Accepted debian-keyring 2011.01.24 (source all)

2011-01-24 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 13:52:43 -0600
Source: debian-keyring
Binary: debian-keyring
Architecture: source all
Version: 2011.01.24
Distribution: unstable
Urgency: low
Maintainer: Debian Keyring Maintainers keyring-ma...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 debian-keyring - GnuPG keys of Debian Developers
Changes: 
 debian-keyring (2011.01.24) unstable; urgency=low
 .
   * Add new DM key 0x6598789058A23DE9 (Vincent Legout) (RT #2691)
   * Move 0xE22FD676BE93D2DE (Emmanuel le Chevoir) to emeritus
   * Add new nonuploading key 0x96DD4846A3D2357B (Martin Bagge) (RT
 #2697)
   * Added a new DD key for existing DD Matthijs Möhlmann (previous key
 stolen/revoked) (RT #2680)
   * Replace 0xC5AF774A58510B5A with 0x4C5A6BAB12D2A7AE (Cristoph Berg)
 (RT #2687)
   * Add new DD key 0xE7F710555409E422 (Kamal Mostafa) (RT #2709)
   * Add new DD key 0xBAA569D0CBF12A6A (Scott Howard) (RT #2707)
   * Add new DD key 0xA309D76CE1DE59D2 (Kai Wasserbäch) (RT #2708)
   * Added new DD key 0x51106DF5CD92D072 (Stefano Rivera) (RT #2706)
   * Add new role key 0xDA87E80D6294BE9B (Debian CD signing key) (RT #2715)
   * Updates from keyring.debian.org HKP interface:
 0x03042BF0E3BF6C78 Vagrant Cascadian vagrant
 0x06EAA066E397832F Luca Capello gismo
 0x54703CDE1228EB75 Tommi Vainikainen tvainika
 0x70373CF1290DB9CE Varun Hiremath varun
 0x79B0126693701EEF Carlo U. Segre segre
 0x872F702C4D6E25A8 Christian Perrier bubulle
 0x8B9D310A97C398CB Stefan Pfetzing dreamind
 0x965522B9D49AE731 Christoph Egger christoph
 0xB5022EB582EA653E Anselm Lingnau lingnau
 0xCF489438C5779A1C Manoj Srivastava srivasta
 0xED1A3933B2CFCDD8 Philipp Kern pkern
 0xF6D3495BB0AE9A02 Clint Adams schizo
 * Replace 0x06069CF2969457F0 with 0x57930DAB0B86B067 (Joost van Baal)
 (RT #2723)
   * Replace 0x161974E4C259E0E8 with0xE5CA8C4925E4205F (Philipp Huebner)
 (RT #2725)
   * Replace 0x220BC883330C4A75 with 0x55C9882D999BBCC4 (Martin F.
 Krafft) (RT #2727)
Checksums-Sha1: 
 7c3293f495440057c7cfc78ea0980ce8b12dc61e 1643 debian-keyring_2011.01.24.dsc
 e00fd071ee343d176e85c6833eb0f34db32d8e41 74630261 
debian-keyring_2011.01.24.tar.gz
 1eef194d75c95abcb85ed666d25499325b4c495a 31052948 
debian-keyring_2011.01.24_all.deb
Checksums-Sha256: 
 59e5816d759e751750630cd4d7f5e5df186c4aa36820e1ea36d4f0d79892fb25 1643 
debian-keyring_2011.01.24.dsc
 0acf699d632071dae6619c6b80e0e6b71c45e3858d9e0dd9a4bdc9459fbdb4f1 74630261 
debian-keyring_2011.01.24.tar.gz
 18c747048a9cc90e05085b37964b934c1abd544aa39c23b05fe1f392e9ab290f 31052948 
debian-keyring_2011.01.24_all.deb
Files: 
 1c35233e8266896179adc2a5618cc3fa 1643 misc optional 
debian-keyring_2011.01.24.dsc
 1f787804795d833f14e9a31df9409dd3 74630261 misc optional 
debian-keyring_2011.01.24.tar.gz
 1f938bafecbcdf8e09b8ef1093ecb124 31052948 misc optional 
debian-keyring_2011.01.24_all.deb

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

iQIcBAEBCAAGBQJNPe/LAAoJEGc6A+TB25IfiXwQAJ5Vgr68i6Tv39/WJ7/Bn5Ta
qKDo88kQuYpV5u1iUhSWjXteBRAKrQV5N250B65skHQwCNbFGZPnegZSh5L+XMoT
ijMDGu8Dx3k5lS/UrEr4TByENZFRQr7bHdf6NVAGj//43IN8ECENoHcj9A2P8GLZ
o9y3OdxmzL8BZJ5x6lwd/p+Gb2O2U4MUoS9rzI+k6pcHaI3Noj+6U8FdaWOatOKN
zF7/IGHt6jAgJhHfdJDA8Yl1juNyN0fINBebz8tPINX+oOG9JOHBnRcvuWS++OP8
eBrzAL4Lk+hr3QtvM4Z7vB/hZgm2Hs4ryrrdI/lGKdvvjDWDVPqm6FSKO1tcSh3h
PjWfvD6AlyvDmSkr3V0V06nlh1hQYrNXUx+htWalro9Vk3fKHAtJ6Wn7n/91bj4a
cWlDoZnmgmfsu0KgvwAFY5s69DZo/oywK7LXfr0exlh75k88HSBIWSZ2bQBZVOG9
sXfvDKXZfDn2RiUzKk3RFMOSVR/MT9ZpvC5AXFeO3D1OMkBuFuBGADm33rTZe+QY
PEfYGSvfYUVWfqX5qH3CQaHZg52AXdsguZ7T0t0v7w0uMzKXI2QB/DZhkg0gNlnQ
gXeB8Eaoo48vvC0CxJrPPfDCqmZr6WLL85x3vfFz3Ac4kGBMx08pvToBPeBQu9dV
2Rwey6ncykSR62sTEjYF
=acux
-END PGP SIGNATURE-


Accepted:
debian-keyring_2011.01.24.dsc
  to main/d/debian-keyring/debian-keyring_2011.01.24.dsc
debian-keyring_2011.01.24.tar.gz
  to main/d/debian-keyring/debian-keyring_2011.01.24.tar.gz
debian-keyring_2011.01.24_all.deb
  to main/d/debian-keyring/debian-keyring_2011.01.24_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/e1phugz-0002jd...@franck.debian.org



Accepted ikiwiki 3.20110124 (source all)

2011-01-24 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 17:07:44 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20110124
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Closes: 610878
Changes: 
 ikiwiki (3.20110124) unstable; urgency=low
 .
   * comments: Fix commenting, broken by security fix.
   * blogspam: Don't check modifications from admins for spam, and also
 allow the blogspam_pagespec to do other matches against who the user is.
   * inline: Fix regression in feed titles. Closes: #610878
 (Thanks, Paul Wise)
Checksums-Sha1: 
 4aa7b86c90b2720a524335a7d1aac2678f1ead55 1788 ikiwiki_3.20110124.dsc
 0057ea2b08292ff5da71d8d227741bf260ee0a2c 2308029 ikiwiki_3.20110124.tar.gz
 7f84bc1c9ad1cb626a94b305e4ad5c7cbaa19f96 1651980 ikiwiki_3.20110124_all.deb
Checksums-Sha256: 
 7ba6861f6e95aff490d21e0f4cfb672045ed7a66633d0b28c32f4e798c03d37b 1788 
ikiwiki_3.20110124.dsc
 484d70a4498e8578e0dfeefcce68bb0fb4533bc16dd16b1b679c53d79161f41c 2308029 
ikiwiki_3.20110124.tar.gz
 ab0b798b261067cec20ca29aabe3b8cb8e4e36f930cfb2fc14e6ed111da05b08 1651980 
ikiwiki_3.20110124_all.deb
Files: 
 3e2a4d26b94704084078954445d2af2a 1788 web optional ikiwiki_3.20110124.dsc
 256c67cc8992c74dede5f16903eece13 2308029 web optional ikiwiki_3.20110124.tar.gz
 ae99c7d0cf9185f6815423c2cd3a595a 1651980 web optional 
ikiwiki_3.20110124_all.deb

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

iQIVAwUBTT3rF8kQ2SIlEuPHAQhpSxAAk1BdqkXoil3BmLMBV1jBQbu7wKOJm4QG
zpEv0jGPUvEbJyLKmIhKJob4fZ4/jr1BX2Q5KcSUlnfFDGIHmHWvCaqkx7QHQncZ
6y3dSbZrUJd1FLUyOU6inuO8+REAU5Yv/F6MU+yBI8Imj71S8eWPJDBr61zHGgHh
Hwx1ME4FgJogb2Wjt/+QiYYQLQw4SX62h1IC6kPq4NkPrgrprBaZzz9FNunff3lH
/3Egx7asy2i3wqUcqV0u2s2jgjhU53JjFRj3g7LI5PGE8i1MipBCQU7M8t+noxpE
9o5ndQ9yrMnmx63sEVM2w5frmjX0CbYU8LchMBvexd3CFTVM798io+VNRDNuLJ7y
lHT1hkiW1JiuO5BDQhzSAjfqdN2ZzpG7luw56Vl873SDcvd186mG3iPWe/1HChLi
SFCjE2U4ncPG4fJje+7cxCVupTxYt4kXDIeU6HviHT+FTldQoBR+1ZxsVkoFjmRW
t54UcgnIrVjyEotTf8dzouILpiAd5kvuHDZcQn44X6hmTdZCkpAWiOI7dxNmAVDk
437CYM9ZkvlOSdC237fAWm8W2KQx+yvaz8wUf60MaPPx3P0IaQHzyJuNwpNFfv/D
hBxhIjM/HpWLn1ephCtKGl/GalVasLngKcAtJb/3OJrZLewUbNJn81UMoHti2kx2
aTElGodKS+M=
=Re1x
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.20110124.dsc
  to main/i/ikiwiki/ikiwiki_3.20110124.dsc
ikiwiki_3.20110124.tar.gz
  to main/i/ikiwiki/ikiwiki_3.20110124.tar.gz
ikiwiki_3.20110124_all.deb
  to main/i/ikiwiki/ikiwiki_3.20110124_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/e1phuhh-0002tt...@franck.debian.org



Accepted trac-mercurial 0.11.0.7+svnr8365-3 (source all)

2011-01-24 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 24 Jan 2011 22:16:47 +0100
Source: trac-mercurial
Binary: trac-mercurial
Architecture: source all
Version: 0.11.0.7+svnr8365-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Egger christ...@debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 trac-mercurial - Mercurial version control backend for Trac
Closes: 610461
Changes: 
 trac-mercurial (0.11.0.7+svnr8365-3) unstable; urgency=low
 .
   * Include patch to work around additional arguments in function call
 (Closes: #610461) -- patch from upstream rev 9944
Checksums-Sha1: 
 c468f2e4d2322ceff5df4d527cda0c65ec25d193 1642 
trac-mercurial_0.11.0.7+svnr8365-3.dsc
 e6c8ce36628562bf058b0ce35b72f86367681d75 9480 
trac-mercurial_0.11.0.7+svnr8365-3.diff.gz
 ceb12c6a3e0a288e6648efa77f24588dbadda45d 21402 
trac-mercurial_0.11.0.7+svnr8365-3_all.deb
Checksums-Sha256: 
 a124a2db8c59d1751c72973cda4f2bbac85a12bfb1aee482df84baa39113e6fe 1642 
trac-mercurial_0.11.0.7+svnr8365-3.dsc
 fe35d5711884f9c3f038ac5aaf45aac0cbc8ce2db640fd04af89c4b72971ab33 9480 
trac-mercurial_0.11.0.7+svnr8365-3.diff.gz
 88415a0d592e9862d2250b290237e06c8c15b40a8a04af86e0e2a20d9ae4e0b5 21402 
trac-mercurial_0.11.0.7+svnr8365-3_all.deb
Files: 
 20b61b8f8ab4523f68fda00fc8862c47 1642 python optional 
trac-mercurial_0.11.0.7+svnr8365-3.dsc
 dfb08e6ad2a1bb57d2fe37f6efcf5e89 9480 python optional 
trac-mercurial_0.11.0.7+svnr8365-3.diff.gz
 630a047e34ca985c7146a004adc1d303 21402 python optional 
trac-mercurial_0.11.0.7+svnr8365-3_all.deb

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

iQEcBAEBAwAGBQJNPfBSAAoJEOGDbms1cuRhmD4H/2O/CwQuNRoJF1GsZO0Gl0SU
uQDp9URhSvFhT/xtZbxYB0WWUtdOsA09f1YKzc1JXQdw2e2Qkj6QUu974u1Q5GCH
IDYj5kSzn8MDtK+yU92zCx6391ffw5iTZ50TZjGUvdS68UgWYWJgspiJdE/xVPa2
I3i8xZze3S8ztS45ipTGudU5YLBjwPOKWpTKamaAbjRTphujTZtNxeCTHb84BWOP
TJt5d6Qef0ady6favI3/dEma7JbHiZHJp6QeeLT5R+cBp6lHSyPoEfVUg4ReyI1J
JStR/aKId+VyJzh0wwcDGP8iCwaW2KVnYYn2VJcmXKylyl0yykpkrT+3tvxNxPk=
=kh5B
-END PGP SIGNATURE-


Accepted:
trac-mercurial_0.11.0.7+svnr8365-3.diff.gz
  to main/t/trac-mercurial/trac-mercurial_0.11.0.7+svnr8365-3.diff.gz
trac-mercurial_0.11.0.7+svnr8365-3.dsc
  to main/t/trac-mercurial/trac-mercurial_0.11.0.7+svnr8365-3.dsc
trac-mercurial_0.11.0.7+svnr8365-3_all.deb
  to main/t/trac-mercurial/trac-mercurial_0.11.0.7+svnr8365-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/e1phuic-00030t...@franck.debian.org



Accepted vlc 1.1.3-1squeeze2 (source all amd64)

2011-01-24 Thread Christophe Mutricy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 24 Jan 2011 22:13:57 +0100
Source: vlc
Binary: libvlc5 libvlc-dev libvlccore4 libvlccore-dev mozilla-plugin-vlc vlc 
vlc-data vlc-dbg vlc-nox vlc-plugin-fluidsynth vlc-plugin-ggi vlc-plugin-jack 
vlc-plugin-notify vlc-plugin-pulse vlc-plugin-sdl vlc-plugin-svg 
vlc-plugin-svgalib vlc-plugin-zvbi
Architecture: source all amd64
Version: 1.1.3-1squeeze2
Distribution: unstable
Urgency: medium
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Christophe Mutricy xto...@videolan.org
Description: 
 libvlc-dev - development files for libvlc
 libvlc5- multimedia player and streamer library
 libvlccore-dev - development files for libvlccore
 libvlccore4 - base library for VLC and its modules
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player and streamer
 vlc-data   - Common data for VLC
 vlc-dbg- debugging symbols for vlc
 vlc-nox- multimedia player and streamer (without X support)
 vlc-plugin-fluidsynth - FluidSynth plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-jack - Jack audio plugins for VLC
 vlc-plugin-notify - LibNotify plugin for VLC
 vlc-plugin-pulse - PulseAudio plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svg - SVG plugin for VLC
 vlc-plugin-svgalib - SVGAlib video output plugin for VLC
 vlc-plugin-zvbi - VBI teletext plugin for VLC
Changes: 
 vlc (1.1.3-1squeeze2) unstable; urgency=medium
 .
   * Fix heap overflow in CDG decoder - thanks to Dan Rosenberg
   * Fix heap corruption in some XML based subtitles decoder - thanks to
 Harry Sintonen
   * Set urgency to medium
Checksums-Sha1: 
 afde254ec9fca99780240591ed41ce5738872943 4220 vlc_1.1.3-1squeeze2.dsc
 7338a53444e22b7176e05c3573b578236146bcbf 110549 
vlc_1.1.3-1squeeze2.debian.tar.gz
 b5c190552397cde8594a23867e15f992de662001 7770308 
vlc-data_1.1.3-1squeeze2_all.deb
 6ca0bd16a91c5b998b20ba8e1eaaf458eb71be86 45250 
libvlc5_1.1.3-1squeeze2_amd64.deb
 f8b85d08cc90cebc076291b77c89201619240f31 69294 
libvlc-dev_1.1.3-1squeeze2_amd64.deb
 eee28e8fcc812ba3ac2b4990012a90a5236b1d2e 429556 
libvlccore4_1.1.3-1squeeze2_amd64.deb
 ae8ed6143a32acde61893824c1fd1f13ed741856 641064 
libvlccore-dev_1.1.3-1squeeze2_amd64.deb
 b757ad37ae3c14222372650a7340c41cdd54fd85 47232 
mozilla-plugin-vlc_1.1.3-1squeeze2_amd64.deb
 95e7cf8a7bd543a459d09b92dcd9cbce1ce7a3dd 1965796 vlc_1.1.3-1squeeze2_amd64.deb
 2d4150726447f791f5b49668dedc38cbca2ca958 14277468 
vlc-dbg_1.1.3-1squeeze2_amd64.deb
 bae488c988e3242f3564e308561f4c284d94646c 3151798 
vlc-nox_1.1.3-1squeeze2_amd64.deb
 ebb92f6190538bd82c31eddd05a1336b035baf1d 5564 
vlc-plugin-fluidsynth_1.1.3-1squeeze2_amd64.deb
 48afe4aa1768fc2e554db057d32b6ebb23bf0e63 6246 
vlc-plugin-ggi_1.1.3-1squeeze2_amd64.deb
 5481cd8b4e0b4320481b532afc4a0ce572538dab 11446 
vlc-plugin-jack_1.1.3-1squeeze2_amd64.deb
 9589a3f4a541119675c3a49d87ee6d948d2857da 6164 
vlc-plugin-notify_1.1.3-1squeeze2_amd64.deb
 d709a36e760029a4deda00d1528c92de6f29f975 7162 
vlc-plugin-pulse_1.1.3-1squeeze2_amd64.deb
 8e5fc168d0f962ce975d77f2ef1904b9e18492f8 12328 
vlc-plugin-sdl_1.1.3-1squeeze2_amd64.deb
 baee77198024464ae21b5138cf2e28e6ce09f71d 6850 
vlc-plugin-svg_1.1.3-1squeeze2_amd64.deb
 b9c9232b38c03643a7c8b616e0b9b05a82b75690 4950 
vlc-plugin-svgalib_1.1.3-1squeeze2_amd64.deb
 bfe288f50fb6294741d0dc5993952a3961a7e6f4 8776 
vlc-plugin-zvbi_1.1.3-1squeeze2_amd64.deb
Checksums-Sha256: 
 a822e6657226591e35a0955619b5a04962be6dd1175f7bdcebf86b60b75fa570 4220 
vlc_1.1.3-1squeeze2.dsc
 29aab0c6f0a3073d7fe62efbcc7a76975d1fe2f8bb9199da3a6b30e978794116 110549 
vlc_1.1.3-1squeeze2.debian.tar.gz
 5ea7dab9ccf1419d4e1fc34b54e32989fab8af55a311421ba4a04295aa195b1f 7770308 
vlc-data_1.1.3-1squeeze2_all.deb
 8f7b7def8ef7ae024362cf57db63b452337cd617a2c5fa168e2a431a229d6230 45250 
libvlc5_1.1.3-1squeeze2_amd64.deb
 c7fcdd2e60979efdd462113feab9529bb75f1801d19c288d463982d8024c5a52 69294 
libvlc-dev_1.1.3-1squeeze2_amd64.deb
 aa7460bbbf79d0c21825db31cf7c4c3a1bc02a2dfbe1fd614c420aa65c32a4d2 429556 
libvlccore4_1.1.3-1squeeze2_amd64.deb
 e2bc72da5081400446c993d1a3bbcb0ce863216f240c757b468f3703f1ecdfa6 641064 
libvlccore-dev_1.1.3-1squeeze2_amd64.deb
 ed3b1d1bd7c036855cba75cad485f130c9c9a8cd040c125f7b0e342047bef1ab 47232 
mozilla-plugin-vlc_1.1.3-1squeeze2_amd64.deb
 8b057b3cfae880e2808e41f5ca3f86f54d3ad20dd2fd89ebbc59c486296c809c 1965796 
vlc_1.1.3-1squeeze2_amd64.deb
 f27239e7cf0e15ea763c919ae7a1bcceae542d2218383a77059ec6ab51f818b3 14277468 
vlc-dbg_1.1.3-1squeeze2_amd64.deb
 f4bd0a0bf1b6a0308e49bdc07e06f2b7c53db524b100afd887c81f09faac64ca 3151798 
vlc-nox_1.1.3-1squeeze2_amd64.deb
 44f176de25199f06df5ae495c2db3815b1d59d162a7e36f616ba103baa694364 5564 
vlc-plugin-fluidsynth_1.1.3-1squeeze2_amd64.deb
 89e36d53cfa36ea6e2bf1273f0ba7113e143f2818badd3c7490a3d7a6a6cc713 6246 
vlc-plugin-ggi_1.1.3-1squeeze2_amd64.deb
 

Accepted d-itg 2.7.0~beta2-debian1-2 (source i386)

2011-01-24 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 12 Dec 2010 13:18:47 +0100
Source: d-itg
Binary: d-itg
Architecture: source i386
Version: 2.7.0~beta2-debian1-2
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 d-itg  - Distributed Internet Traffic Generator
Closes: 593831
Changes: 
 d-itg (2.7.0~beta2-debian1-2) unstable; urgency=low
 .
   * Added documentation source from upstream in
 d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2 - doc/*
   * Sorted out licensing issues with upstream for ITGPlot and newran
   * debian/control:
 - Build-Depends: texlive for building Documentation
 .
 d-itg (2.7.0~beta2-debian1-1) unstable; urgency=low
 .
   * Initial release (Closes: #593831)
Checksums-Sha1: 
 091079d0307c7598f5d17dc4b31e30db554e79af 1404 d-itg_2.7.0~beta2-debian1-2.dsc
 30d12c526fc4b781b037916dbad38b06335c89b5 62869 
d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2
 ae9a730f2ac41ca9a23b3b44b957e719b81b5d83 162129 
d-itg_2.7.0~beta2-debian1.orig.tar.bz2
 d4cc922e560ee53baf29068de2ca13170e2f4f1c 2615 
d-itg_2.7.0~beta2-debian1-2.debian.tar.gz
 74c57be3d05fcaf84e68369ba6a20de4bf88a9f3 314400 
d-itg_2.7.0~beta2-debian1-2_i386.deb
Checksums-Sha256: 
 69e0a214b86380c338d826c80b580a1b891a44e65f931a69917d1927c3792d2d 1404 
d-itg_2.7.0~beta2-debian1-2.dsc
 3b1c9fef325cde6b249c4627b4e8058cf58c6b763ad7a9dbcf0953bbef9ca63b 62869 
d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2
 2e46c100daa8500d33baab487241f0e9f0d4daa3f7112864e2074643d945222f 162129 
d-itg_2.7.0~beta2-debian1.orig.tar.bz2
 db09d275fd2b5f977849bc0f6e9ede3ff2738d6ead1c76444039aa6bbcfe0a1f 2615 
d-itg_2.7.0~beta2-debian1-2.debian.tar.gz
 b968a83bda540794bb4e5ed7a67329e683fe2a9742bbc13a0fec2969455b47a4 314400 
d-itg_2.7.0~beta2-debian1-2_i386.deb
Files: 
 4d9c12cb350ec15632bef196218db4f3 1404 net extra d-itg_2.7.0~beta2-debian1-2.dsc
 d64219a19f6b2f0c1492593a9acf1167 62869 net extra 
d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2
 38cabe932466ed3ae0aa6fefc50c8928 162129 net extra 
d-itg_2.7.0~beta2-debian1.orig.tar.bz2
 2e770885cf485c6eb4103949fb6d13be 2615 net extra 
d-itg_2.7.0~beta2-debian1-2.debian.tar.gz
 942c6f5b79fe622cc259117fb147bff3 314400 net extra 
d-itg_2.7.0~beta2-debian1-2_i386.deb

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

iD8DBQFNBN7NcaH/YBv43g8RAnjPAKC073ZaNIKyH1XHJ0QvWTBwbuPgVwCaAofw
Hfrq1+IXqWFrMC5vxOiiW7U=
=rqHg
-END PGP SIGNATURE-


Accepted:
d-itg_2.7.0~beta2-debian1-2.debian.tar.gz
  to main/d/d-itg/d-itg_2.7.0~beta2-debian1-2.debian.tar.gz
d-itg_2.7.0~beta2-debian1-2.dsc
  to main/d/d-itg/d-itg_2.7.0~beta2-debian1-2.dsc
d-itg_2.7.0~beta2-debian1-2_i386.deb
  to main/d/d-itg/d-itg_2.7.0~beta2-debian1-2_i386.deb
d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2
  to main/d/d-itg/d-itg_2.7.0~beta2-debian1.orig-doc.tar.bz2
d-itg_2.7.0~beta2-debian1.orig.tar.bz2
  to main/d/d-itg/d-itg_2.7.0~beta2-debian1.orig.tar.bz2


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



Accepted heimdal 1.4.0+git20110124.dfsg.1-2 (source all amd64)

2011-01-24 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 12:33:55 -0800
Source: heimdal
Binary: heimdal-docs heimdal-kdc heimdal-multidev heimdal-dev heimdal-clients-x 
heimdal-clients heimdal-kcm heimdal-servers-x heimdal-servers heimdal-dbg 
libheimbase1-heimdal libasn1-8-heimdal libkrb5-26-heimdal libhdb9-heimdal 
libkadm5srv8-heimdal libkadm5clnt7-heimdal libgssapi2-heimdal libkafs0-heimdal 
libroken18-heimdal libotp0-heimdal libsl0-heimdal libkdc2-heimdal 
libhx509-5-heimdal libheimntlm0-heimdal libwind0-heimdal libhcrypto4-heimdal
Architecture: source all amd64
Version: 1.4.0+git20110124.dfsg.1-2
Distribution: experimental
Urgency: low
Maintainer: Brian May b...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 heimdal-clients - Heimdal Kerberos - clients
 heimdal-clients-x - Heimdal Kerberos - X11 client programs
 heimdal-dbg - Heimdal Kerberos - key distribution center (KDC)
 heimdal-dev - Heimdal Kerberos - development files
 heimdal-docs - Heimdal Kerberos - documentation
 heimdal-kcm - Heimdal Kerberos - KCM daemon
 heimdal-kdc - Heimdal Kerberos - key distribution center (KDC)
 heimdal-multidev - Heimdal Kerberos - Multi-implementation Development
 heimdal-servers - Heimdal Kerberos - server programs
 heimdal-servers-x - Heimdal Kerberos - X11 server programs
 libasn1-8-heimdal - Heimdal Kerberos - ASN.1 library
 libgssapi2-heimdal - Heimdal Kerberos - GSSAPI support library
 libhcrypto4-heimdal - Heimdal Kerberos - crypto library
 libhdb9-heimdal - Heimdal Kerberos - kadmin server library
 libheimbase1-heimdal - Heimdal Kerberos - Base library
 libheimntlm0-heimdal - Heimdal Kerberos - NTLM support library
 libhx509-5-heimdal - Heimdal Kerberos - X509 support library
 libkadm5clnt7-heimdal - Heimdal Kerberos - kadmin client library
 libkadm5srv8-heimdal - Libraries for Heimdal Kerberos
 libkafs0-heimdal - Heimdal Kerberos - KAFS support library
 libkdc2-heimdal - Heimdal Kerberos - KDC support library
 libkrb5-26-heimdal - Heimdal Kerberos - libraries
 libotp0-heimdal - Heimdal Kerberos - OTP support library
 libroken18-heimdal - Heimdal Kerberos - roken support library
 libsl0-heimdal - Heimdal Kerberos - SL support library
 libwind0-heimdal - Heimdal Kerberos - NTLM support library
Closes: 586521 608673
Changes: 
 heimdal (1.4.0+git20110124.dfsg.1-2) experimental; urgency=low
 .
   * Install kcc. Closes: #608673
   * Cherry-pick fix for kdc.h - required for Samba 4.
   * Remove unsupported arguments for configure.
   * Install krb5-config in multidev. Closes: #586521
Checksums-Sha1: 
 6c0619702e3b62396665958fc282137f606d5aef 1924 
heimdal_1.4.0+git20110124.dfsg.1-2.dsc
 a24b957ffc6e9a5e59607bdde7f293d17333f671 48578 
heimdal_1.4.0+git20110124.dfsg.1-2.debian.tar.gz
 c0a93a83b18ab06840eda8b215489c343dbe77c3 90548 
heimdal-docs_1.4.0+git20110124.dfsg.1-2_all.deb
 1c47746d23df971c0c757667145735ed07227b49 127014 
heimdal-kdc_1.4.0+git20110124.dfsg.1-2_amd64.deb
 8a7c5302a5092f7f78ddb4b7a6ddea8cc8b54a0a 1386040 
heimdal-multidev_1.4.0+git20110124.dfsg.1-2_amd64.deb
 0826a7b980a16b4078f24bc4e00c4e07393f7637 141370 
heimdal-dev_1.4.0+git20110124.dfsg.1-2_amd64.deb
 1343d219db0f6b5b6dabaeb6c15a2aec9150e1cc 63242 
heimdal-clients-x_1.4.0+git20110124.dfsg.1-2_amd64.deb
 8706bc82a9f273b9dccd514c05cdc71e734353bd 338904 
heimdal-clients_1.4.0+git20110124.dfsg.1-2_amd64.deb
 9349b920e7ed6860128b47a73451bdad1220d0b6 53230 
heimdal-kcm_1.4.0+git20110124.dfsg.1-2_amd64.deb
 aa668c4651ffb8a4e2858e2b215a09735355d1d1 41502 
heimdal-servers-x_1.4.0+git20110124.dfsg.1-2_amd64.deb
 5058b913cf5c5ba2b7897531c5d8c56baf243a22 171028 
heimdal-servers_1.4.0+git20110124.dfsg.1-2_amd64.deb
 40f692840c94b1c1ea772cdeab4418c55851e2fe 3158960 
heimdal-dbg_1.4.0+git20110124.dfsg.1-2_amd64.deb
 95affe12f703150849b02ab91fb482d50b774742 31298 
libheimbase1-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 f473eb614842a329e4341459921268b34a1944d3 229344 
libasn1-8-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 adc41a594296bfb2f2f0ee9c3992d87fafcb7f9c 236858 
libkrb5-26-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 bdb5fa765bb574fc3d67bbd0b2eae3f87cc7cd50 80878 
libhdb9-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 67e6372a4bd1a97649e4b3100c06405fee58c61b 50454 
libkadm5srv8-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 8817d731d0779f9e868caf22e4696049b6a3e410 40498 
libkadm5clnt7-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 d4686544ab4bcd5418d6bda839ccefe7ea31442e 120862 
libgssapi2-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 bbcf4e726732f41377d4850e17b163722404554f 37696 
libkafs0-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 cd843fd5d8b71f8d2dc2d89f95d54ad3ab9f1574 64288 
libroken18-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 d3e8ec4af45080bcd91d911fc69a3229ab27b6e7 73266 
libotp0-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 efb2b2b39195c7f18772d2824541a69b81fa7937 32522 
libsl0-heimdal_1.4.0+git20110124.dfsg.1-2_amd64.deb
 292cc93d5ebc74667f831bde987e6cd240daf27c 8 

Accepted pango1.0 1.28.3-1+squeeze1 (source all amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 21:39:46 +0100
Source: pango1.0
Binary: libpango1.0-0 libpango1.0-udeb libpango1.0-common libpango1.0-dev 
libpango1.0-0-dbg libpango1.0-doc
Architecture: source all amd64
Version: 1.28.3-1+squeeze1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Closes: 610792
Changes: 
 pango1.0 (1.28.3-1+squeeze1) unstable; urgency=low
 .
   * 01_CVE-2011-0020.patch: patch from Behdad Esfahbod to fix heap
 corruption. Closes: #610792, CVE-2011-0020. LP: #696616.
Checksums-Sha1: 
 324783198df78ca9fe4c08f2656ee098d4568c78 1700 pango1.0_1.28.3-1+squeeze1.dsc
 1e9d6717b7943610564a4406408085f0a703772f 36852 
pango1.0_1.28.3-1+squeeze1.diff.gz
 24e8a62654b2d8208c61ba1641d7dcba9982cd06 114342 
libpango1.0-common_1.28.3-1+squeeze1_all.deb
 dfaac3510e0fecc593490b394bf24d971bec760e 343336 
libpango1.0-doc_1.28.3-1+squeeze1_all.deb
 0aaaceff2758197cccbc0b73c458c4e1dcfcc509 332262 
libpango1.0-0_1.28.3-1+squeeze1_amd64.deb
 ce51f8241f01a1ce912ae3290ca41e33ceb9c2d5 304844 
libpango1.0-udeb_1.28.3-1+squeeze1_amd64.udeb
 dbf6d7f71112321a448c7034c48a73f634dc8a76 420230 
libpango1.0-dev_1.28.3-1+squeeze1_amd64.deb
 661d0742d1a0472eb5367dafc1203adeaaa18dcc 866516 
libpango1.0-0-dbg_1.28.3-1+squeeze1_amd64.deb
Checksums-Sha256: 
 f7baa2c484b75ddaf4f4119c7c783faa2760100c604e823fdc01badabe469ac0 1700 
pango1.0_1.28.3-1+squeeze1.dsc
 68c8549874bed2298a5ab9a32e67f4412d1891f430d4fb4c9eb369df47713887 36852 
pango1.0_1.28.3-1+squeeze1.diff.gz
 fa41c19b6692bb5e81ee6ded4acbf28e4e628a0f4bf15e33466cfaa4c61f4816 114342 
libpango1.0-common_1.28.3-1+squeeze1_all.deb
 ebfcfd9d02d27fd71fe598c188c679dd16ffc5d74b756ff07b182f177fe4d25d 343336 
libpango1.0-doc_1.28.3-1+squeeze1_all.deb
 709250dfd6d971d069592ad42b85c42109b05c7465ef4103d61b500ffa812333 332262 
libpango1.0-0_1.28.3-1+squeeze1_amd64.deb
 808d4b340517086276f4885f61cc19979a40b67c698fb8cfad5475f49906ca78 304844 
libpango1.0-udeb_1.28.3-1+squeeze1_amd64.udeb
 df61cc6d59b8a5e78ed1a852ede4731c50c539f5e02708cc810be70916bb180b 420230 
libpango1.0-dev_1.28.3-1+squeeze1_amd64.deb
 c6b8854ba3815e70da9f853543393741f4b75aa41e079fb65293356b38ae6e54 866516 
libpango1.0-0-dbg_1.28.3-1+squeeze1_amd64.deb
Files: 
 a1b8764b64a53a5510f241788e86ae3b 1700 libs optional 
pango1.0_1.28.3-1+squeeze1.dsc
 402929441520f56355f69e7f86dd3c5a 36852 libs optional 
pango1.0_1.28.3-1+squeeze1.diff.gz
 bf1dad61d2578020ebe6db0e2685739d 114342 misc optional 
libpango1.0-common_1.28.3-1+squeeze1_all.deb
 dfdc0d81f4100a8d514568cd9149d978 343336 doc optional 
libpango1.0-doc_1.28.3-1+squeeze1_all.deb
 91519ae1b049d7b633df5affd5bc9d38 332262 libs optional 
libpango1.0-0_1.28.3-1+squeeze1_amd64.deb
 20159696a494e329d962a0652d1027d3 304844 debian-installer optional 
libpango1.0-udeb_1.28.3-1+squeeze1_amd64.udeb
 3af39b058215a2d07966747c20233fe2 420230 libdevel optional 
libpango1.0-dev_1.28.3-1+squeeze1_amd64.deb
 ba427d06adf0311e1aa2be917569f1c4 866516 debug extra 
libpango1.0-0-dbg_1.28.3-1+squeeze1_amd64.deb
Package-Type: udeb

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

iD8DBQFNPfR9rSla4ddfhTMRAkvOAKDgsCdbGiAPPl5HP7Wg+2iVq8+wzgCgux/A
VXbDYaM4PDHHBBLjC0qVwIM=
=T0jH
-END PGP SIGNATURE-


Accepted:
libpango1.0-0-dbg_1.28.3-1+squeeze1_amd64.deb
  to main/p/pango1.0/libpango1.0-0-dbg_1.28.3-1+squeeze1_amd64.deb
libpango1.0-0_1.28.3-1+squeeze1_amd64.deb
  to main/p/pango1.0/libpango1.0-0_1.28.3-1+squeeze1_amd64.deb
libpango1.0-common_1.28.3-1+squeeze1_all.deb
  to main/p/pango1.0/libpango1.0-common_1.28.3-1+squeeze1_all.deb
libpango1.0-dev_1.28.3-1+squeeze1_amd64.deb
  to main/p/pango1.0/libpango1.0-dev_1.28.3-1+squeeze1_amd64.deb
libpango1.0-doc_1.28.3-1+squeeze1_all.deb
  to main/p/pango1.0/libpango1.0-doc_1.28.3-1+squeeze1_all.deb
libpango1.0-udeb_1.28.3-1+squeeze1_amd64.udeb
  to main/p/pango1.0/libpango1.0-udeb_1.28.3-1+squeeze1_amd64.udeb
pango1.0_1.28.3-1+squeeze1.diff.gz
  to main/p/pango1.0/pango1.0_1.28.3-1+squeeze1.diff.gz
pango1.0_1.28.3-1+squeeze1.dsc
  to main/p/pango1.0/pango1.0_1.28.3-1+squeeze1.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/e1phux2-0001g2...@franck.debian.org



Accepted gmerlin-avdecoder 1.1.0~dfsg-1 (source all amd64)

2011-01-24 Thread gpg-key at iem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 10 Jan 2011 20:21:02 +0100
Source: gmerlin-avdecoder
Binary: libgmerlin-avdec1 libgmerlin-avdec-dev libgmerlin-avdec-doc 
gmerlin-avdecoder-dbg gmerlin-plugins-avdecoder
Architecture: source all amd64
Version: 1.1.0~dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: IOhannes m zmoelnig (gpg-key at iem) zmoel...@iem.at
Description: 
 gmerlin-avdecoder-dbg - debugging symbols for Gmerlin_avdecoder
 gmerlin-plugins-avdecoder - avdecoder plugins for Gmerlin
 libgmerlin-avdec-dev - a general multimedia decoding library (development 
files)
 libgmerlin-avdec-doc - a general multimedia decoding library (documentation)
 libgmerlin-avdec1 - a general multimedia decoding library
Closes: 555852
Changes: 
 gmerlin-avdecoder (1.1.0~dfsg-1) experimental; urgency=low
 .
   * Initial release (Closes: #555852)
Checksums-Sha1: 
 08f7ff91c02eac6054cfb5dca09c5edfd8ef7f7b 2180 
gmerlin-avdecoder_1.1.0~dfsg-1.dsc
 f278403e7ab58b5506c1d39bf41d7aa5447ff7e7 1177674 
gmerlin-avdecoder_1.1.0~dfsg.orig.tar.gz
 96a7e2307c41721438e6510a9c2395b2164e59af 12230 
gmerlin-avdecoder_1.1.0~dfsg-1.debian.tar.gz
 5c5fefe180ebddf0885ac5e3653d8f772238554d 26002 
libgmerlin-avdec-dev_1.1.0~dfsg-1_all.deb
 0fd629ca85a11377c2cc067a797193819f0361f4 100282 
libgmerlin-avdec-doc_1.1.0~dfsg-1_all.deb
 54ae39e2a2c0cc9fbbfe011be3446439c8d9ace3 506976 
libgmerlin-avdec1_1.1.0~dfsg-1_amd64.deb
 cda53ce87693405e556dbf6ec34f23de006e4702 1352120 
gmerlin-avdecoder-dbg_1.1.0~dfsg-1_amd64.deb
 b065dc1230f6ec28c4afa50ca005526f91d9a75e 40220 
gmerlin-plugins-avdecoder_1.1.0~dfsg-1_amd64.deb
Checksums-Sha256: 
 b2c071cd70537f1916f7784c456c51a14198bbaa5c963c1a365520858484f551 2180 
gmerlin-avdecoder_1.1.0~dfsg-1.dsc
 15863cef2cacdb821622373e5d364bad768a07376d6c2ea4d1de891b99602bdd 1177674 
gmerlin-avdecoder_1.1.0~dfsg.orig.tar.gz
 ccb395b9f38c58f50d361c5480fbe3eb05ddf0ec23c1bb18020b957f025eb8cb 12230 
gmerlin-avdecoder_1.1.0~dfsg-1.debian.tar.gz
 055c7aa31db493342e3651be284078fcac3620b6068284d87f0da07744b41627 26002 
libgmerlin-avdec-dev_1.1.0~dfsg-1_all.deb
 a87367b1c5a936596a0b4785afe1239f08b2ef49bf2e575c79ba2570bcc32582 100282 
libgmerlin-avdec-doc_1.1.0~dfsg-1_all.deb
 e6fc15c7730daadeb2fd328b8cc59ca1803c5763d2b92d4960c6b5b32ddecd5d 506976 
libgmerlin-avdec1_1.1.0~dfsg-1_amd64.deb
 513fe574d33abde15c71e97e33122acd3792fbb37cd44ac0c4fd58ed45ab4926 1352120 
gmerlin-avdecoder-dbg_1.1.0~dfsg-1_amd64.deb
 1dea1bfb954daf7ab5849693cb21e310c1d0c540d490ad3cc393f318620fd955 40220 
gmerlin-plugins-avdecoder_1.1.0~dfsg-1_amd64.deb
Files: 
 6a490c5194fd54b99231ccc66d5561c3 2180 libs extra 
gmerlin-avdecoder_1.1.0~dfsg-1.dsc
 f24f4d5ca38d4d971f2522d507ba96aa 1177674 libs extra 
gmerlin-avdecoder_1.1.0~dfsg.orig.tar.gz
 1f3d075c7caf9cebe89090be4941aa85 12230 libs extra 
gmerlin-avdecoder_1.1.0~dfsg-1.debian.tar.gz
 6e0792ef739963d41cfb0115b9383e14 26002 libdevel extra 
libgmerlin-avdec-dev_1.1.0~dfsg-1_all.deb
 c64e535b8691afc23a550663c825f5e3 100282 doc extra 
libgmerlin-avdec-doc_1.1.0~dfsg-1_all.deb
 5fc56f5b989120bad77dba66bb9ce045 506976 libs extra 
libgmerlin-avdec1_1.1.0~dfsg-1_amd64.deb
 32289003be346049ef22fef030b8a7e7 1352120 debug extra 
gmerlin-avdecoder-dbg_1.1.0~dfsg-1_amd64.deb
 48cf45db8f5cf11f4e9e83ccb8f36632 40220 libs extra 
gmerlin-plugins-avdecoder_1.1.0~dfsg-1_amd64.deb

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

iEYEARECAAYFAk014XEACgkQRdSMfNz8P9C/MwCeKSjGtpOshy+t6x39r3uUIiHw
crwAn2CmrX1ljYgc1kvBWFeSa0QRF2Pj
=f74h
-END PGP SIGNATURE-


Accepted:
gmerlin-avdecoder-dbg_1.1.0~dfsg-1_amd64.deb
  to main/g/gmerlin-avdecoder/gmerlin-avdecoder-dbg_1.1.0~dfsg-1_amd64.deb
gmerlin-avdecoder_1.1.0~dfsg-1.debian.tar.gz
  to main/g/gmerlin-avdecoder/gmerlin-avdecoder_1.1.0~dfsg-1.debian.tar.gz
gmerlin-avdecoder_1.1.0~dfsg-1.dsc
  to main/g/gmerlin-avdecoder/gmerlin-avdecoder_1.1.0~dfsg-1.dsc
gmerlin-avdecoder_1.1.0~dfsg.orig.tar.gz
  to main/g/gmerlin-avdecoder/gmerlin-avdecoder_1.1.0~dfsg.orig.tar.gz
gmerlin-plugins-avdecoder_1.1.0~dfsg-1_amd64.deb
  to main/g/gmerlin-avdecoder/gmerlin-plugins-avdecoder_1.1.0~dfsg-1_amd64.deb
libgmerlin-avdec-dev_1.1.0~dfsg-1_all.deb
  to main/g/gmerlin-avdecoder/libgmerlin-avdec-dev_1.1.0~dfsg-1_all.deb
libgmerlin-avdec-doc_1.1.0~dfsg-1_all.deb
  to main/g/gmerlin-avdecoder/libgmerlin-avdec-doc_1.1.0~dfsg-1_all.deb
libgmerlin-avdec1_1.1.0~dfsg-1_amd64.deb
  to main/g/gmerlin-avdecoder/libgmerlin-avdec1_1.1.0~dfsg-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/e1phuik-00049y...@franck.debian.org



Accepted gmerlin-encoders 1.0.0-1 (source amd64)

2011-01-24 Thread gpg-key at iem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 Jan 2011 20:19:05 +0100
Source: gmerlin-encoders
Binary: gmerlin-encoders-ffmpeg gmerlin-encoders-good
Architecture: source amd64
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: IOhannes m zmoelnig (gpg-key at iem) zmoel...@iem.at
Description: 
 gmerlin-encoders-ffmpeg - ffmpeg encoders for Gmerlin
 gmerlin-encoders-good - patent-free encoders for Gmerlin
Closes: 610164
Changes: 
 gmerlin-encoders (1.0.0-1) experimental; urgency=low
 .
   * Initial release. (Closes: #610164)
Checksums-Sha1: 
 18521829fb5c40407f72ddb6231cbcd50d682317 1692 gmerlin-encoders_1.0.0-1.dsc
 bc84b71af8f6da15cd65b0271e50cc050b5cc3a4 539714 
gmerlin-encoders_1.0.0.orig.tar.gz
 7ad5b0d973c20c440d28588703baa04c37a31ccc 5875 
gmerlin-encoders_1.0.0-1.debian.tar.gz
 97f3a6f502cca30ebdf41d8b3af874f25b8a15ff 70498 
gmerlin-encoders-ffmpeg_1.0.0-1_amd64.deb
 34e5157b467731efa543a7b3c944364b9021ab2d 90586 
gmerlin-encoders-good_1.0.0-1_amd64.deb
Checksums-Sha256: 
 f608168ee9b94498bb603749496f0df3b5bb50d26f7615c6c1511479b69caf6b 1692 
gmerlin-encoders_1.0.0-1.dsc
 a1f6f07e6e93d2f5c4ccbcd7471d2a7652383100b1750ec2677798d3ad9b76f0 539714 
gmerlin-encoders_1.0.0.orig.tar.gz
 65c2fc98972165cefe64051baf33eefd3f7cb17bd0bf328c8f83ce2011ea062e 5875 
gmerlin-encoders_1.0.0-1.debian.tar.gz
 a8bf072d953dcd852dede6f880c9db7a6e2d8c7bc9d3be521a8f7cacdc66650e 70498 
gmerlin-encoders-ffmpeg_1.0.0-1_amd64.deb
 2ec29cc81994d407a886a415aaac1dc8b8bc9f6375492581aa4345614f156a85 90586 
gmerlin-encoders-good_1.0.0-1_amd64.deb
Files: 
 742c52dcf403fc868c9bda3f9365ec55 1692 libs extra gmerlin-encoders_1.0.0-1.dsc
 036b074cffb788e9b96ce0068f555aa4 539714 libs extra 
gmerlin-encoders_1.0.0.orig.tar.gz
 6daa4f0f6336ea7c89375d49f619f9b4 5875 libs extra 
gmerlin-encoders_1.0.0-1.debian.tar.gz
 495ea1dcbe9b830b3f57c73df9c7978a 70498 libs extra 
gmerlin-encoders-ffmpeg_1.0.0-1_amd64.deb
 e360930862332ea7c7f73d2e452c031b 90586 libs extra 
gmerlin-encoders-good_1.0.0-1_amd64.deb

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

iEYEARECAAYFAk02qUAACgkQRdSMfNz8P9Cj+QCfYZJ0z362KgChZTl2rDnP1gXP
z7gAn1d8o3d7tj6QomS/EDjtfyz+zEDm
=2cDe
-END PGP SIGNATURE-


Accepted:
gmerlin-encoders-ffmpeg_1.0.0-1_amd64.deb
  to main/g/gmerlin-encoders/gmerlin-encoders-ffmpeg_1.0.0-1_amd64.deb
gmerlin-encoders-good_1.0.0-1_amd64.deb
  to main/g/gmerlin-encoders/gmerlin-encoders-good_1.0.0-1_amd64.deb
gmerlin-encoders_1.0.0-1.debian.tar.gz
  to main/g/gmerlin-encoders/gmerlin-encoders_1.0.0-1.debian.tar.gz
gmerlin-encoders_1.0.0-1.dsc
  to main/g/gmerlin-encoders/gmerlin-encoders_1.0.0-1.dsc
gmerlin-encoders_1.0.0.orig.tar.gz
  to main/g/gmerlin-encoders/gmerlin-encoders_1.0.0.orig.tar.gz


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



Accepted librabbitmq 0.0.1.hg216-1 (source amd64)

2011-01-24 Thread Monty Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Nov 2010 11:37:32 -0700
Source: librabbitmq
Binary: librabbitmq-dev librabbitmq-dbg librabbitmq0 amqp-tools
Architecture: source amd64
Version: 0.0.1.hg216-1
Distribution: unstable
Urgency: low
Maintainer: Monty Taylor mord...@inaugust.com
Changed-By: Monty Taylor mord...@inaugust.com
Description: 
 amqp-tools - Command-line utilities for interacting with AMQP servers
 librabbitmq-dbg - An AMQP client library written in C - Debug Files
 librabbitmq-dev - An AMQP client library written in C - Dev Files
 librabbitmq0 - An AMQP client library written in C
Closes: 602549
Changes: 
 librabbitmq (0.0.1.hg216-1) unstable; urgency=low
 .
   * Initial release. (Closes: #602549)
Checksums-Sha1: 
 eae3ec4ed2cb99e2bb995bb96048d8de1e7584ee 1342 librabbitmq_0.0.1.hg216-1.dsc
 9d580144f561d62081202d53284d5b60901a4500 395281 
librabbitmq_0.0.1.hg216.orig.tar.gz
 07b8dd5bf203853d6fcd0fc677b1579b4993a606 11183 
librabbitmq_0.0.1.hg216-1.debian.tar.gz
 b7cb9cf8420359b3fd9b779b10d7c6bbf77284a1 21744 
librabbitmq-dev_0.0.1.hg216-1_amd64.deb
 1f4e401589f6826e3caefc4fa4e505c0cc6d25f4 82768 
librabbitmq-dbg_0.0.1.hg216-1_amd64.deb
 1aafe01960fd57cded8164bf06229fd9d70ad749 37200 
librabbitmq0_0.0.1.hg216-1_amd64.deb
 d7f37baf1641e493c04c7fc4ed9b636a9668a735 39836 
amqp-tools_0.0.1.hg216-1_amd64.deb
Checksums-Sha256: 
 4bd715c6b504075dfba55e6e500dc86fc7db82a83f3adce5adbbf7c17de6 1342 
librabbitmq_0.0.1.hg216-1.dsc
 41af0c70a1b0d7e0e2b3727e8d075dcbd502c922fefc91d7923dd10165845bb2 395281 
librabbitmq_0.0.1.hg216.orig.tar.gz
 ac02ffd1fd3b02ad3c846a0fa1ab74d49a17303aa7dce378908fd80a9104cb44 11183 
librabbitmq_0.0.1.hg216-1.debian.tar.gz
 3e8c190e8b6223306993f4a6321f37482f01c03d9860e34d40864e78a656a938 21744 
librabbitmq-dev_0.0.1.hg216-1_amd64.deb
 5685e848ac2b03bdc0ec36511cbba761593dd7a09d363bd984c89ed8ece5e778 82768 
librabbitmq-dbg_0.0.1.hg216-1_amd64.deb
 f7c3e33a34a5439ffa6f7a1c6a6ee0ab43b4ed9c5e7e5b9691817cd203e8f9ed 37200 
librabbitmq0_0.0.1.hg216-1_amd64.deb
 0d61e1f5857503552ce7b3ceb1dc95086c1324a9ccc5b0e4fe7090f69b601094 39836 
amqp-tools_0.0.1.hg216-1_amd64.deb
Files: 
 1d4c04a0f030d9fc5232042b83bec853 1342 libs optional 
librabbitmq_0.0.1.hg216-1.dsc
 3c4817902a78faac0387ae746306e2de 395281 libs optional 
librabbitmq_0.0.1.hg216.orig.tar.gz
 2859f040920f0fa51ba705b11dc3d000 11183 libs optional 
librabbitmq_0.0.1.hg216-1.debian.tar.gz
 269282dad79fad51f711926b71171882 21744 libdevel optional 
librabbitmq-dev_0.0.1.hg216-1_amd64.deb
 0fcd78c4a20988a5a44b851303fc18cb 82768 debug extra 
librabbitmq-dbg_0.0.1.hg216-1_amd64.deb
 5c6730cb7cb45f860bc96f31a1f6b1f6 37200 libs optional 
librabbitmq0_0.0.1.hg216-1_amd64.deb
 1ade37d17323a212020d67a86e27feb0 39836 net optional 
amqp-tools_0.0.1.hg216-1_amd64.deb

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

iEYEARECAAYFAk0fUsUACgkQ5TUK4GCH0vifzwCfc3KLWMhcJAe1dQsA4oZmE0AY
D20AnA6kTqKRDlMroeI3XvckouPgmrKe
=6FGB
-END PGP SIGNATURE-


Accepted:
amqp-tools_0.0.1.hg216-1_amd64.deb
  to main/libr/librabbitmq/amqp-tools_0.0.1.hg216-1_amd64.deb
librabbitmq-dbg_0.0.1.hg216-1_amd64.deb
  to main/libr/librabbitmq/librabbitmq-dbg_0.0.1.hg216-1_amd64.deb
librabbitmq-dev_0.0.1.hg216-1_amd64.deb
  to main/libr/librabbitmq/librabbitmq-dev_0.0.1.hg216-1_amd64.deb
librabbitmq0_0.0.1.hg216-1_amd64.deb
  to main/libr/librabbitmq/librabbitmq0_0.0.1.hg216-1_amd64.deb
librabbitmq_0.0.1.hg216-1.debian.tar.gz
  to main/libr/librabbitmq/librabbitmq_0.0.1.hg216-1.debian.tar.gz
librabbitmq_0.0.1.hg216-1.dsc
  to main/libr/librabbitmq/librabbitmq_0.0.1.hg216-1.dsc
librabbitmq_0.0.1.hg216.orig.tar.gz
  to main/libr/librabbitmq/librabbitmq_0.0.1.hg216.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/e1phuj5-0004nr...@franck.debian.org



Accepted gdm3 2.30.5-7 (source amd64)

2011-01-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 22:56:35 +0100
Source: gdm3
Binary: gdm3
Architecture: source amd64
Version: 2.30.5-7
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gdm3   - Next generation GNOME Display Manager
Closes: 603510 603753 607664 607753 610723
Changes: 
 gdm3 (2.30.5-7) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * gdm3.init: chown the configuration to Debian-gdm, to avoid umask
 issues. Closes: #603510.
   * gdm3.postrm: handle deluser/delgroup failures gracefully.
 Closes: #603753.
   * 29_grep_path.patch: new patch. Don’t hardcode grep to a wrong
 location. Closes: #607664.
   * 30_utf8_locale.patch: new patch. Pass locale.UTF-8 instead of
 locale.utf8. Closes: #607753.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/gdm3.8.pod:
 + Fix typo, thanks Yury V. Zaytsev. Closes: #610723.
Checksums-Sha1: 
 d09d21f056f78e403e0b57091d5126e6d360a69a 1856 gdm3_2.30.5-7.dsc
 57167363755ca1006a7d73b5398e323a3b1df24d 405529 gdm3_2.30.5-7.debian.tar.gz
 ee884a9d619b53eb43f98bc701ddae283a4f6b94 1685986 gdm3_2.30.5-7_amd64.deb
Checksums-Sha256: 
 91eb88551e6fb1e300cae1b0856f40d832ec133e829a1499e638108fd92f959f 1856 
gdm3_2.30.5-7.dsc
 96e43626a0369cc1d8234bb3ca744cd5840da23fc343e1b2955a25279cadb70a 405529 
gdm3_2.30.5-7.debian.tar.gz
 c2032e143f3a8018965e1c822fba94ba59f21a7a16b61b6a83ba3e55b2ae17d8 1685986 
gdm3_2.30.5-7_amd64.deb
Files: 
 d827d3637c991edadee87e216d1e2774 1856 gnome optional gdm3_2.30.5-7.dsc
 dcddb720f50ed5f3995e74a22e500f81 405529 gnome optional 
gdm3_2.30.5-7.debian.tar.gz
 f9a009a4efdf9e2a9b09a3ea29b45d7f 1685986 gnome optional gdm3_2.30.5-7_amd64.deb

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

iD8DBQFNPfhTrSla4ddfhTMRAuwCAKC3wKJ6QDQJsAmzBJCqoz8xMOHwfACfXyzF
K8nmGYPXZug4pSZTsBtreyg=
=zFF5
-END PGP SIGNATURE-


Accepted:
gdm3_2.30.5-7.debian.tar.gz
  to main/g/gdm3/gdm3_2.30.5-7.debian.tar.gz
gdm3_2.30.5-7.dsc
  to main/g/gdm3/gdm3_2.30.5-7.dsc
gdm3_2.30.5-7_amd64.deb
  to main/g/gdm3/gdm3_2.30.5-7_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/e1phujh-0004vj...@franck.debian.org



Accepted bzr-gtk 0.99.1+bzr705-1 (source all)

2011-01-24 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 14:44:46 -0800
Source: bzr-gtk
Binary: bzr-gtk nautilus-bzr
Architecture: source all
Version: 0.99.1+bzr705-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
 nautilus-bzr - Bazaar (bzr) integration for nautilus
Changes: 
 bzr-gtk (0.99.1+bzr705-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Adds support for newer versions of Bazaar.
Checksums-Sha1: 
 d1bf3a54e58a823386ff70575614e66c5a87e1f0 1468 bzr-gtk_0.99.1+bzr705-1.dsc
 cf05c6a97601643d9686b4b3f8fadc50724ada1c 212721 
bzr-gtk_0.99.1+bzr705.orig.tar.gz
 18f55ab9bc8d94ba52cac2ffce499831462e78e6 7762 
bzr-gtk_0.99.1+bzr705-1.debian.tar.gz
 0375b0ad174e640a594c56e14fce04c8eae9010c 143436 bzr-gtk_0.99.1+bzr705-1_all.deb
 356538c0209153a016c4261dffe6266b8a54fd29 25676 
nautilus-bzr_0.99.1+bzr705-1_all.deb
Checksums-Sha256: 
 f59ce0dd3b1c68d68c572896fdb8a768afd7a516a68142e008ee1917b161b6ca 1468 
bzr-gtk_0.99.1+bzr705-1.dsc
 02327c1c411357dea0e78e28cc172f676e1268f0ffd350717deaed317dd92153 212721 
bzr-gtk_0.99.1+bzr705.orig.tar.gz
 1f6fb0fd88a33d88deba4c7b300c9a60b7dea5c54e45ea7075eca9a781c10ecf 7762 
bzr-gtk_0.99.1+bzr705-1.debian.tar.gz
 57f20561c2526a5d9b91f6a7065e9855a96f284f2f6c7cb3646c4c902040f518 143436 
bzr-gtk_0.99.1+bzr705-1_all.deb
 66e4246b7a4145b787eec18a1f5049087cf9a3bbe6b152575afcd6ded300f3de 25676 
nautilus-bzr_0.99.1+bzr705-1_all.deb
Files: 
 dbd2e1e6730d475c1d1ac6fe519263aa 1468 vcs optional bzr-gtk_0.99.1+bzr705-1.dsc
 8e84d03d373546fe0d42ea9436948b42 212721 vcs optional 
bzr-gtk_0.99.1+bzr705.orig.tar.gz
 a29d50f0fd28dea7c47789a8abcdcd3e 7762 vcs optional 
bzr-gtk_0.99.1+bzr705-1.debian.tar.gz
 2eddfcd7dc8f0648e7ab4f613640f50f 143436 vcs optional 
bzr-gtk_0.99.1+bzr705-1_all.deb
 50b003598966f36daf413d2a3d90197d 25676 vcs optional 
nautilus-bzr_0.99.1+bzr705-1_all.deb

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

iEYEARECAAYFAk0+AqIACgkQPa9Uoh7vUnaV+wCfazxj4pF47KsxnOPgCU3LGht3
3ToAnRrptZdI2JbgQMPgEc0XO0Czjozy
=gQvA
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.99.1+bzr705-1.debian.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.99.1+bzr705-1.debian.tar.gz
bzr-gtk_0.99.1+bzr705-1.dsc
  to main/b/bzr-gtk/bzr-gtk_0.99.1+bzr705-1.dsc
bzr-gtk_0.99.1+bzr705-1_all.deb
  to main/b/bzr-gtk/bzr-gtk_0.99.1+bzr705-1_all.deb
bzr-gtk_0.99.1+bzr705.orig.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.99.1+bzr705.orig.tar.gz
nautilus-bzr_0.99.1+bzr705-1_all.deb
  to main/b/bzr-gtk/nautilus-bzr_0.99.1+bzr705-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/e1phvqf-0004p6...@franck.debian.org



Accepted freedoom 0.7-1 (source all)

2011-01-24 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 22:30:01 +
Source: freedoom
Binary: freedoom freedm
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jon Dowland j...@debian.org
Description: 
 freedm - multiplayer-oriented maps for Doom
 freedoom   - free game files for the 3D game DOOM
Changes: 
 freedoom (0.7-1) unstable; urgency=low
 .
   * New upstream version.
   * adjust graphics/titlepic/create_caption to not be too
 clever.  This ensures the titlepic gets the correct version
 string appended.
Checksums-Sha1: 
 3df6d5b9df0fda374e22aa6e2cbf253c2bfdab31 1259 freedoom_0.7-1.dsc
 020bfbcee7c278e0d36f4247d410edf799d59276 15277288 freedoom_0.7.orig.tar.gz
 f762e03dbed92d8032ba24d223ed5a973eb17f30 5437 freedoom_0.7-1.diff.gz
 fe8b8a160fdf8a2d4389e415280974facb0bc0f3 9635026 freedoom_0.7-1_all.deb
 d1d87f385f77a11cc42629acf5e11338578331d8 4737588 freedm_0.7-1_all.deb
Checksums-Sha256: 
 77b0668e212b36b9a06988312df2eb6e357447f8d27dafd767cc969bfdcc 1259 
freedoom_0.7-1.dsc
 97d3ba1b20e3c5193b430e151094d20960af60d4d45bbe905a6b4bc2e55f 15277288 
freedoom_0.7.orig.tar.gz
 1da2a8afd35a15b07b43ca1139dae5625b994efdcd9959e504471bc892e1f777 5437 
freedoom_0.7-1.diff.gz
 e61ef332d3290b7031bcae3646ad7533bb5ef5ad2b31960d204d4aacbb41d833 9635026 
freedoom_0.7-1_all.deb
 bab2aecf70447f31fb1a7f4ce29da9867f99668c2f461f10e2ca168e8566a699 4737588 
freedm_0.7-1_all.deb
Files: 
 6f0d051a791532fdcf7343c66df71069 1259 games optional freedoom_0.7-1.dsc
 109b1a10a13cfa9c72f9096f4a0ef0cd 15277288 games optional 
freedoom_0.7.orig.tar.gz
 f4009662782ac6774978351dc75edbd1 5437 games optional freedoom_0.7-1.diff.gz
 3499098413e0938ff34138df21a46598 9635026 games optional freedoom_0.7-1_all.deb
 8463ec54bae75f049782d6052b699609 4737588 games optional freedm_0.7-1_all.deb

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

iEYEARECAAYFAk09/bwACgkQFotOcXAy8jhAGgCeP9IroQRKqRATn9lrwvJmZUvD
LIcAnA+PpV5NoTg+KeAbawuWlOVbz8+s
=0+zf
-END PGP SIGNATURE-


Accepted:
freedm_0.7-1_all.deb
  to main/f/freedoom/freedm_0.7-1_all.deb
freedoom_0.7-1.diff.gz
  to main/f/freedoom/freedoom_0.7-1.diff.gz
freedoom_0.7-1.dsc
  to main/f/freedoom/freedoom_0.7-1.dsc
freedoom_0.7-1_all.deb
  to main/f/freedoom/freedoom_0.7-1_all.deb
freedoom_0.7.orig.tar.gz
  to main/f/freedoom/freedoom_0.7.orig.tar.gz


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



Accepted dovecot 1:1.2.15-4 (source amd64)

2011-01-24 Thread Marco Nenciarini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 23:12:17 +0100
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d dovecot-dbg
Architecture: source amd64
Version: 1:1.2.15-4
Distribution: unstable
Urgency: low
Maintainer: Dovecot Maintainers jaldhar-dove...@debian.org
Changed-By: Marco Nenciarini mnen...@debian.org
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dbg - debug symbols for Dovecot
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 601980
Changes: 
 dovecot (1:1.2.15-4) unstable; urgency=low
 .
   * [49abe86] Fix upgrade from lenny by adding epoch to Replaces and
 Breaks lines (Closes: #601980)
Checksums-Sha1: 
 e8a7ad7bda1b85161c8b6e0d152ab1a1ba215f0d 1631 dovecot_1.2.15-4.dsc
 ddcd09989be566432127ddaac9663fe40723aba1 1497718 dovecot_1.2.15-4.debian.tar.gz
 4495ab4751040f71715c62ca6bcede13282bdc0e 5512144 
dovecot-common_1.2.15-4_amd64.deb
 572eeafdc37d2e24012a0f192a36eeea3960238a 658494 dovecot-dev_1.2.15-4_amd64.deb
 e6754fc2c4cb3cde87d73405ebaa40449e697e10 1177448 
dovecot-imapd_1.2.15-4_amd64.deb
 4c280bd9c0e11cf63e8179b5d3bb74f6be85684d 1073134 
dovecot-pop3d_1.2.15-4_amd64.deb
 02731fd68a254d3982779cb75c1bdf6b954dcffa 15064398 
dovecot-dbg_1.2.15-4_amd64.deb
Checksums-Sha256: 
 0bb487aa4bfe7a5ffc966ecf49675be360c5ea287c501c0517e70eda697d583b 1631 
dovecot_1.2.15-4.dsc
 40e1917d16b3a32210b35692235cbfe26c9e1696df4268a5ee8b3be520bca78e 1497718 
dovecot_1.2.15-4.debian.tar.gz
 77ee6b26c4379466c3f36eeb60ea199d6dcbe91118583b788aa45efbd9338103 5512144 
dovecot-common_1.2.15-4_amd64.deb
 6a7c6b673e31a741c786d64e7707f4e1965a09db2719005effa2ecfc27f7084a 658494 
dovecot-dev_1.2.15-4_amd64.deb
 469e6e1318bffbe02fff5562b09f17cebc4de53378107ab3f9a346805840b55c 1177448 
dovecot-imapd_1.2.15-4_amd64.deb
 066aa0fe23b0ec962fe86c4e2bb7217de31ec3abf9867ea8e8da3299f6c41ca4 1073134 
dovecot-pop3d_1.2.15-4_amd64.deb
 fd9e954c64032d10f9845222e77812c84b440a1533b00f44cf4b2cadb178b67c 15064398 
dovecot-dbg_1.2.15-4_amd64.deb
Files: 
 22d5204994b6b6e2d79d99c3005afb6f 1631 mail optional dovecot_1.2.15-4.dsc
 813c4384f3ec200e60301b41e51f05d7 1497718 mail optional 
dovecot_1.2.15-4.debian.tar.gz
 0752ad931a091b0d15cd05a4c87080c8 5512144 mail optional 
dovecot-common_1.2.15-4_amd64.deb
 f76a854a356413e3424d8434774ad6ae 658494 mail optional 
dovecot-dev_1.2.15-4_amd64.deb
 f1678d81b679a62ea45b8b498e26f49d 1177448 mail optional 
dovecot-imapd_1.2.15-4_amd64.deb
 20e810e4dc382c1477dcd2e9c93cb512 1073134 mail optional 
dovecot-pop3d_1.2.15-4_amd64.deb
 754a37e3bc0d454f66f6dcadf231ffee 15064398 debug extra 
dovecot-dbg_1.2.15-4_amd64.deb

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

iEYEARECAAYFAk0+DM4ACgkQaGRzDfCV5eSCcgCfRTsPrlb8sJtnRbvnKXePjm2C
Ne4An0MhnB5Ic7rwkn4zkseUn6Irazx7
=2Ug4
-END PGP SIGNATURE-


Accepted:
dovecot-common_1.2.15-4_amd64.deb
  to main/d/dovecot/dovecot-common_1.2.15-4_amd64.deb
dovecot-dbg_1.2.15-4_amd64.deb
  to main/d/dovecot/dovecot-dbg_1.2.15-4_amd64.deb
dovecot-dev_1.2.15-4_amd64.deb
  to main/d/dovecot/dovecot-dev_1.2.15-4_amd64.deb
dovecot-imapd_1.2.15-4_amd64.deb
  to main/d/dovecot/dovecot-imapd_1.2.15-4_amd64.deb
dovecot-pop3d_1.2.15-4_amd64.deb
  to main/d/dovecot/dovecot-pop3d_1.2.15-4_amd64.deb
dovecot_1.2.15-4.debian.tar.gz
  to main/d/dovecot/dovecot_1.2.15-4.debian.tar.gz
dovecot_1.2.15-4.dsc
  to main/d/dovecot/dovecot_1.2.15-4.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/e1phw8k-0006do...@franck.debian.org



Accepted mistelix 0.33-1 (source amd64)

2011-01-24 Thread Siegfried-Angel Gevatter Pujals
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Jan 2011 00:08:18 +0100
Source: mistelix
Binary: mistelix
Architecture: source amd64
Version: 0.33-1
Distribution: unstable
Urgency: low
Maintainer: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com
Changed-By: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com
Description: 
 mistelix   - DVD authoring and slideshow creation application
Changes: 
 mistelix (0.33-1) unstable; urgency=low
 .
   * New upstream version with translation updates.
   * debian/control, debian/copyright:
  - Update project website.
   * debian/copyright:
  - Update copyright years.
   * debian/source/format, debian/compat:
  - Change package source format to 3.0 and bump debian/compat.
Checksums-Sha1: 
 0f6152867b5c0bc56a8154978696cca778edd23a 1866 mistelix_0.33-1.dsc
 647d8906cd909c835ad46fae4e433e831876e437 1698127 mistelix_0.33.orig.tar.gz
 8d5a7cae9d2eeb48d4325d6402e17e1e2208b7b5 6158 mistelix_0.33-1.debian.tar.gz
 a891db65dd07d1b75b7d38d0b801b49239cf4add 1372306 mistelix_0.33-1_amd64.deb
Checksums-Sha256: 
 55c83d4ae0f93da2ee92a6538fb16585673992e2e9b35641f45006748e26565c 1866 
mistelix_0.33-1.dsc
 8236f538330747c92ed90a82ced562e98bd42eb5f8d982833b38046c3a35fb54 1698127 
mistelix_0.33.orig.tar.gz
 c169dfe03c3f09e7fd9da29bf99ada805d80e105d2981be4ba50c5eecfd6d901 6158 
mistelix_0.33-1.debian.tar.gz
 a71c6e481ee19dc0bd27c659ad8b1e86ad4241b5281f509d81a6f44104a79015 1372306 
mistelix_0.33-1_amd64.deb
Files: 
 f2d947bc778ef2fee31d95c5b4f8f809 1866 graphics optional mistelix_0.33-1.dsc
 954d351bff0e47a5092c55bb7bb5038a 1698127 graphics optional 
mistelix_0.33.orig.tar.gz
 a4a066859191b4638b84e9872f89e05e 6158 graphics optional 
mistelix_0.33-1.debian.tar.gz
 f507a4e4331e4757c2692c4d9e10ddae 1372306 graphics optional 
mistelix_0.33-1_amd64.deb

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

iQEcBAEBCAAGBQJNPg1/AAoJEBz8IvM2PerjGKQH/A3UO6L04cDpIxWWv9WmlMJ8
P/54Y1bLmazhPaosUO4zQhgJzVPELURzrp5N3w/5nvXpKXRUvjuSYyY+LJ4K+lc9
ecAf9583CrvTmUfILNV7iofKeEyrG9O+tUrJzJ9hErwmynTuDDkDbxCrmacka58P
nLJ35EJvtlJ9quUNSDBSLSeg+xmHrv8S9olpXXAJtjJltbZXnDl1iyQ0VdG6nJZ3
Au1YEF8Bbhy7d5otRQ1j0fBVS9WjnlFC0vIn3KNGiPmxl21kHc26CvtAYAPW06Ul
0fThHKA+iyWnCR8vW897oxz7KJCKXvo0DUIIA7S3f/2s6cbfg+uKgrHqmetEl04=
=qlD9
-END PGP SIGNATURE-


Accepted:
mistelix_0.33-1.debian.tar.gz
  to main/m/mistelix/mistelix_0.33-1.debian.tar.gz
mistelix_0.33-1.dsc
  to main/m/mistelix/mistelix_0.33-1.dsc
mistelix_0.33-1_amd64.deb
  to main/m/mistelix/mistelix_0.33-1_amd64.deb
mistelix_0.33.orig.tar.gz
  to main/m/mistelix/mistelix_0.33.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/e1phw8k-0006k9...@franck.debian.org



Accepted junit 3.8.2-6 (source all)

2011-01-24 Thread Ludovic Claude
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 12 Dec 2010 21:34:03 +0100
Source: junit
Binary: junit junit-doc
Architecture: source all
Version: 3.8.2-6
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Description: 
 junit  - Automated testing framework for Java
 junit-doc  - Document for JUnit
Changes: 
 junit (3.8.2-6) experimental; urgency=low
 .
   * Update OSGi metadata:
 - merge with metadata found in the BND project for junit,
 - remove Bundle-Classpath: junit.jar as we don't create
   a wrapper jar containing junit.jar as in the Eclipse project.
Checksums-Sha1: 
 a912ae9c5105f151819a9f2a070e159ae6993edb 1948 junit_3.8.2-6.dsc
 fdd7f767be3ae558e9f6deea840d911d6381ab4d 10576 junit_3.8.2-6.diff.gz
 9e0c52db3a43f46516b6901d07718bb2d19abab7 107316 junit_3.8.2-6_all.deb
 4b3c127decace4f9f369425b6aaeed4f52455bfd 99634 junit-doc_3.8.2-6_all.deb
Checksums-Sha256: 
 cdd48c993f01a13f4ae0203446373590396ac18b667b63e77a75acfb33181079 1948 
junit_3.8.2-6.dsc
 e33b63e2f7d110f45e21c47e8d49f6942d68f90ac40bc91731aed64ab387e097 10576 
junit_3.8.2-6.diff.gz
 2b7d28fbd1f15ed7e0946d82770892c478f056068ff5b007ff7b29010bd42e44 107316 
junit_3.8.2-6_all.deb
 19efeb251a8d192888d95e6b98812e7241dbf4f7c4f1619b2d13856ad3e9fa03 99634 
junit-doc_3.8.2-6_all.deb
Files: 
 b51982a870350f1e9dac914c9a03b3e9 1948 java optional junit_3.8.2-6.dsc
 52bbf430887b1c18efafadbc10f2b064 10576 java optional junit_3.8.2-6.diff.gz
 1cc2af44a75a445319a721730d82efbd 107316 java optional junit_3.8.2-6_all.deb
 4511df9d28bd94a86646f39b5cd2b35d 99634 doc optional junit-doc_3.8.2-6_all.deb

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

iQIcBAEBCAAGBQJNPhESAAoJEHXiDM0z50n8FDEQAKev+YaXNI6NM/+zqVBj3GEt
qdmPu+a6kgqqnWG+2X8OWu/i+8q9xHEeYy22VZ0UA4imjdkN3YH1RYK5zE1lBxQB
Weq3oMy72o0pv4nk4Rr22t6GFt2Q7gsn2xNmRQeS+q/cSBUQN9jpLWr59B1r/eJa
Nnfwieqzfahhq4vNEJmWEb+DmCq67cc1Hjhndg/ADCuFiFJf8Tq6puxaDHyqeHzD
hm2teS/Sja55Q0ba9mZGrINtWxHWWRISTD9sZk3Sp21P2y84boks8H4Wo81O58Xy
g5cnmj9x0XSoaNviUs6O5IgVIFKjkOPElzyviu3w7I+wntpskKu1wb6fIHmDkh4z
mnj5gBCW/C0gIWCZmHVwwJSnegRh377Dn1NBLwbAZG4nxq/VIbtzPDgzhRvOZCQn
bmt7uRGYl2CMUBljv2a5YrcWbNTplVlhcHdtooxZkbL9Yykx0ey4EHrAHeSpcdkU
VVo2exy9F4uugAcslmueFDLrlh47SfS1mDZ8dbXp2Cgatb+5zaKWgh3PZakIwo3+
KBbxMjW5Bj/KR+j90fR7PDxV47w2ZoeJfxmAMPdug+tH4yrH7v0uMDWvf9o8hC7T
73aGt65GAqeimYtvpNH9ngs4N0VAJ0FFWb7PQSjIajv49jpKTRLXzqtRx7IW6YvX
9L1MbuNo/wQj//HpVoN7
=Dyp/
-END PGP SIGNATURE-


Accepted:
junit-doc_3.8.2-6_all.deb
  to main/j/junit/junit-doc_3.8.2-6_all.deb
junit_3.8.2-6.diff.gz
  to main/j/junit/junit_3.8.2-6.diff.gz
junit_3.8.2-6.dsc
  to main/j/junit/junit_3.8.2-6.dsc
junit_3.8.2-6_all.deb
  to main/j/junit/junit_3.8.2-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/e1phwme-pv...@franck.debian.org



  1   2   >