Re: ia32-libs transition

2009-07-01 Thread Goswin von Brederlow
Aneurin Price aneurin.pr...@gmail.com writes:

 On Tue, Jun 30, 2009 at 05:11, Goswin von Brederlowgoswin-...@web.de wrote:
 Aneurin Price aneurin.pr...@gmail.com writes:

 Hi,

 I've just spent over an hour writing and rewriting this mail, and determined
 that I can't think of a single constructive thing to say.

 Not wanting to leave it at that, I've spent a couple of hours today trying to
 pin down some specifics. Unfortunately I've not had much success. Purging
 everything related to 32bit compatibility and reinstalling doesn't ever seem 
 to
 have exactly the same effect - so far I've seen numerous problems, but none of
 them reproducibly, and many of them making no sense at all - eg how in the 
 world
 did I lose /usr/bin/dpkg-deb at one point? No clue. The apt segfault went away

That would require you to hit ctrl-C in the preinst between a mv and a
ln command. Or on remove between dpkg removing the package and running
postrm where the diversion is undone. In both cases you would have a
half-installed package due to your ctrl-c-ing.

 after setting Cache-Limit to 50331648 - but why did it only start doing that
 after a couple of goes? Couldn't say.

That makes 4 people having hit that libapt bug.

 I suspect that all of my problems are secondary damage rooted in a problem I 
 had
 the first time I tried the update: installing ia32-apt-get requires a ton of
 entropy to generate a private key (why? beats me). Unfortunately, my system
 didn't seem to be able to generate sufficient randomness even after an evening
 of use, so eventually I ^Cd it just so that at least the dpkg database lock
 would be released. I'm aware that this isn't a good idea, but I didn't feel 
 that
 I had a great deal of choice - plus I've never had a partial package install 
 be
 such a headache to clean up before. Curiously, in my later repeats of the
 process it never took more than a couple of minutes to generate enough 
 entropy,
 and usually it was less than a minute, so I'm not sure why it had such a 
 problem
 the first time.

I verry rarely have enough random bits for gpg to create a key. Even
after hours of uptime without using gpg. Other things eat up enough to
keep the pool small. But I never had it block for hours waiting for
more. Usualy continious quickly. Do you use ssl for mail and had a
fair amount of mail traffic? I heart that that eats up random bits
like crazy.

 Or maybe that, once cleaned up, wasn't the end of the world after all. Another
 possibility is that I didn't realise until I'd read the other thread that you
 need to use apt-get to complete the process, so I just used aptitude the first
 couple of goes, as I usually do.

You only need apt-get update. The rest works in aptitude or synaptic.

 So I'll just ask a couple of questions instead:

 Is there any way of preventing this kind of major breakage in the future?
 I don't think many people expect that upgrading one package will FUBAR
 the packaging system.

 Is there any chance of Wine becoming functional on amd64 in the forseeable
 future?

 # apt-get install ia32-wine

 Except that it's really:
 apt-get update
 apt-get upgrade
 apt-get update
 apt-get install ia32-wine

 Rather than:
 aptitude update
 aptitude install wine

 At least that's what I assume. I can't get past the second apt-get update
 without something breaking.

With version 19 (on mentors.debian.net) you can now also do

aptitude install ia32-apt-get
aptitude update
aptitude install ia32-wine

You only need one round of update after ia32-apt-get. ia32-wine
depends on all the libraries it needs and pulls them it. It doesn't
need an upgrade of ia32-libs before it is installable.

 This entire direction is a dead end. Having these extra package databases and
 dpkg-diversions only works in a very narrow set of circumstances. It's only a
 workable solution if you assume that everyone:

 * Uses apt-get and nothing else
 * Doesn't care about having other package-related tools like apt-file fully
 functional

apt-file needs to be patched for multiarch so it can cope with
multiple Contents-$ARCH files eventually. If you do that now it will
function more and more as libraries are converted to multiarch even if
ia32-apt-get is still used to install them. Remember that packages can
convert to multiarch prior to dpkg/apt/aptitute/synaptic/... being
multiarch capable.

 * Doesn't care about packages not being shown 'correctly' in eg.
 aptitude/apt-cache search, at least until the magic setup process is complete.

correctly? Inbetween installing ia32-apt-get and running update for
the first time after that there is small window where some index files
will be unavailable. I'm not aware though that that affects how
packages are shown in aptitude or apt-cache. I use apt-cache quite a
lot and it displays things just fine for me.

 * Reads the documentation and knows that they have to complete a multi-step
 process.
 * Is actually happy to do so
 * Is always going to know specifically that a certain 

Re: ia32-libs depends on ia32-apt-get ?

2009-07-01 Thread Goswin von Brederlow
Steve Langasek vor...@debian.org writes:

 On Tue, Jun 30, 2009 at 06:52:34PM +0200, Goswin von Brederlow wrote:
 Look at perl for example:

 Package: perl-base
 Provides: perlapi-5.10.0

 I suggest to also provide perlabi-$(DEB_HOST_GNU_TYPE) or
 perlabi-5.10.0-$(DEB_HOST_GNU_TYPE). Perl extensions that need a
 matching ABI can then easily depend on the right package.

 The dh_perl helper could add the dependency automatically allowing a
 binNMU to transition many packages.

 Do you intend to do the same for python, which has no such API provides?
 Or are you only proposing a workaround for perl?

Yes. No.

I was using perl as example because it verry nearly already is doing
this with its perlapi-5.10.0 provide.

I imagine dh_python / dh_pycentral / dh_pysupport will be able to
autodetect the need for a dependency on the python ABI automatically
as well.

  Also, what are the immediate practical use cases for cross-arch depends on
  extensible interpreters such as python and perl?  Wine doesn't need this,
  nor does nspluginwrapper AFAICS, so what actually is negatively impacted by
  requiring that class of dependencies to be deferred by a release cycle?

 Say you have:

 Package: foo
 Architecture: amd64
 Depends: perl

 Package: bar
 Architecture: i386
 Depends: perl

 Package: libbaz-perl
 Architecture: amd64
 Depends: perl

 Package: libbat-perl
 Architecture: i386
 Depends: perl

 This is a hypothetical.  I asked for evidence of a *practical* impact.

You really need me to go through the rdpends of interpreters and find
an example of 2 arch:any packages that depend on one? Ok, here we go:

Package: skyped
Architecture: i386
Depends: python (= 2.5), python-gnutls, python-skype (= 0.9.28.7)
Description: Daemon to control Skype remotely

Package: totem
Architecture: amd64
Depends: python, python-support (= 0.90.0)
Description: A simple media player for the GNOME desktop based on GStreamer

So installing skyped would require a 32bit python and 32bit totem
prior to a release cycle.

 4) Using Depends: perl [same]
This would allos foo and bar to be both installed but only the
right one of libbaz-perl and libbat-perl. But that takes a release
cycle to introduce the new syntax.

 But if it's unproven that anyone *needs* this, there's no reason to worry
 about the delay for implementing this corner case.

See above.

Note that you also need perl to break libbaz-perl and libbat-perl
versions prior to the ones with Depends: perl [same] or yet
another release cycle. But a Provides: perlabi-$(DEB_HOST_GNU_TYPE)
suffers from the same problem.

 The need for flag days for interpreters is identified as a limitation of
 this design, and is actually a point that's currently under review.

  Handling of -dev packages is defined as *out of scope* for this
  specification.  I fail to see how it's broken to confine the initial scope
  to those elements that impact the package management tools, to avoid 
  getting
  bogged down in irrelevant discussions about filesystem layouts.

 The problem is in the dependencies and actually not restricted to just
 -dev packages. Transitional/Meta packages suffer from this in
 general. For the sake of an example lets say you have the following
 packages (xlibs-dev being a real example):

 You know xlibs-dev is no longer in the archive, right?

 -dev metapackages don't make a whole lot of sense except on a transitional
 basis.  While there may be some things that still need to be tightened up
 here, if one of the outcomes is that -dev metapackages have to be made arch:
 any, I don't think that's too onerous.

Not just -dev metapackages, any meta/transitional packages can run
into this. xlibs-dev is just the package where I noticed the issue
first.

 Source: foo
 Build-Depends: xlibs-dev, bar

 Package: xlibs-dev
 Architecture: all
 Depends: libice-dev, libsm-dev, libx11-dev, libxext-dev, ...

 Package: libice-dev
 Architecture: any
 Multi-Arch: same

 Package: bar
 Architecture: any
 Multi-Arch: foreign
 Depends: baz

 Package: baz
 Architecture: any

 You assume:

 | Dependencies, Build-Dependencies, and Recommends within an existing
 | architecture foo will continue to remain closed over the set of
 | packages declaring either Architecture: foo or Architecture: all.

 This is a statement of the implications for the archive, and is an
 expression of the existing archive requirements.  It says nothing about how
 build-dependency fields are to be interpreted on a build system.

 Say you are building on amd64 and libice-dev:i386, bar:i386 and
 baz:i386 is installed.

 1) The 'Multi-Arch: foreign' breaks your assumption.
Bar:i386 + baz:i386 satisfy a dependency on bar for amd64 just
fine. You assumption would indicate you don't consider that a
satisfaction of the Build-Depends.

 Per the above, your conclusion here is invalid.  It satisfies the
 build-depends, it's just not sufficient from an archive perspective for
 bar:i386 to be the *only* package 

upload debian package error

2009-07-01 Thread xiangfu
Hi
I try to upload xburst-tools[1], I have two warning and one error.
my question is 
1. the version number must 1.0.0(like that). can I use 2009.06(something like 
that to be a version)
2. I am not a maintainer. but I want to be this package's maintainer.
   can I add my name and email to the control file
3. what am I got do with last warining.

maybe I ignore some help page because My English is not very good.
So give me some advice or direct. 

thanks for the help.


W: xburst-tools source: source-nmu-has-incorrect-version-number 2009.06
E: xburst-tools source: no-maintainer-field
W: xburst-tools source: configure-generated-file-in-source config.log

[1]http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=xburst-tools
-- 
Best Regards
Xiangfu Liu

jabber : xiangf...@gmail.com
skype  : xiangfu.z


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



Re: upload debian package error

2009-07-01 Thread Sandro Tosi
Hello xiangfu,
this kind of questions are better addressed to debian-mentors mailing
list, adding it, and you also already received a reply [1] there.

[1] https://lists.debian.org/debian-mentors/2009/06/msg00573.html

On Wed, Jul 1, 2009 at 08:55, xiangfuxiangf...@gmail.com wrote:
 Hi
 I try to upload xburst-tools[1], I have two warning and one error.

is this a new package? I can't find it in our archive or an ITP for it.

 my question is
 1. the version number must 1.0.0(like that). can I use 2009.06(something like 
 that to be a version)

if upstream has a version standard, use that, bu you can also use
dates for version.

You have to create a non-native package, that's the reason for
source-nmu-has-incorrect-version-number

I think this question proves you didn't read debian policy, developers
reference and new maintainers guide: please fill this gap of knowledge
asap, and before asking further questions.

 2. I am not a maintainer. but I want to be this package's maintainer.
   can I add my name and email to the control file

you MUST add your name if you want to be the maintainer. That's th
reason for xburst-tools source lintian error.

 3. what am I got do with last warining.

remove spuriours, auto-generated files in clean debian/rules target.

 maybe I ignore some help page because My English is not very good.

English is very important for debian communication, so I strongly
suggest to improve your english.

 So give me some advice or direct.

Read teh doc I've mentioned above and use debian-mentors, not -devel.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Re: ia32-libs transition

2009-07-01 Thread Michael Meskes
On Tue, Jun 30, 2009 at 11:04:38PM +0200, Joerg Jaspert wrote:
  Waiting for multi-arch, Goswin's system permits me to use wine (and 
  chromium 
  browser) on my 64bits Debian.
 
 A simple chroot will permit you to use this. And is a much saner thing
 than anything we have seen until now.

I beg to disagree here, well kind of. A *working* system that allows me to just
place your package manager here install some 32 bit stuff
is far superior to a chroot setup especially for users less
experienced/interested in technical details. Now whether the current system is
*working* is a different story.

And yes, I absolutely agree that getting such changes done on ones system
*without* notice and *without* full functionality is a no-go, as is btw
changing libc6-i386 without communication with the ia32 people, if it really
happened that way. 

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!


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



Re: upload debian package error

2009-07-01 Thread xiangfu
Hi Sandro Tosi

Thanks for the reply.
I will try my best

Sandro Tosi wrote:
 Hello xiangfu,
 this kind of questions are better addressed to debian-mentors mailing
 list, adding it, and you also already received a reply [1] there.
 
 [1] https://lists.debian.org/debian-mentors/2009/06/msg00573.html
 
 On Wed, Jul 1, 2009 at 08:55, xiangfuxiangf...@gmail.com wrote:
 Hi
 I try to upload xburst-tools[1], I have two warning and one error.
 
 is this a new package? I can't find it in our archive or an ITP for it.
 
 my question is
 1. the version number must 1.0.0(like that). can I use 2009.06(something 
 like that to be a version)
 
 if upstream has a version standard, use that, bu you can also use
 dates for version.
 
 You have to create a non-native package, that's the reason for
 source-nmu-has-incorrect-version-number
 
 I think this question proves you didn't read debian policy, developers
 reference and new maintainers guide: please fill this gap of knowledge
 asap, and before asking further questions.
 
 2. I am not a maintainer. but I want to be this package's maintainer.
   can I add my name and email to the control file
 
 you MUST add your name if you want to be the maintainer. That's th
 reason for xburst-tools source lintian error.
 
 3. what am I got do with last warining.
 
 remove spuriours, auto-generated files in clean debian/rules target.
 
 maybe I ignore some help page because My English is not very good.
 
 English is very important for debian communication, so I strongly
 suggest to improve your english.
 
 So give me some advice or direct.
 
 Read teh doc I've mentioned above and use debian-mentors, not -devel.
 
 Regards,


-- 
Best Regards
Xiangfu Liu

jabber : xiangf...@gmail.com
skype  : xiangfu.z


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



Bug#535256: ITP: libogginfo-ruby -- Ruby library for accessing low-level information on ogg files

2009-07-01 Thread Daniel Moerner
Package: wnpp
Severity: wishlist
Owner: Daniel Moerner dmoer...@gmail.com

  Package name: libogginfo-ruby
  Version : 0.3.2
  Upstream Author : Guillaume Pierronnet guillaume.pierron...@gmail.com
  URL : http://ruby-ogginfo.rubyforge.org/
  License : GPL
  Programming Lang: Ruby
  Description : Ruby library for accessing low-level information on ogg 
files

Ruby-ogginfo provides access to the bitrate, length, samplerate, encoder,
and tag information of ogg files. It can also access and write tags for
ogg files provided that vorbis-tools is installed.

I have joined the pkg-ruby-extras team on alioth to maintain this package
as part of the team.



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



Re: Bug#535233: ITP: collectl -- Initial package request

2009-07-01 Thread Bernd Schubert
Hello Christopher,

On Wednesday 01 July 2009, Simmons, Christopher wrote:
 Package: collectl
 Version: 3.3.4
 Severity: wishlist
 X-Debbugs-CC: debian-devel@lists.debian.org

 *** Please type your report below this line ***
 I wish to work on creating a debian package for collectl-3.3.4



I already have a package, just didn't have the time yet to upload it. 
http://www.pci.uni-heidelberg.de/tc/usr/bernd/downloads/collectl/


This also includes some patches from Goswin.


Cheers,
Bernd


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



Re: ia32-libs transition

2009-07-01 Thread Yannick
Goswin von Brederlow wrote:

 The choices where
 1) rewrite the old ia32-libs + ia32-libs-gtk for the new libc6-i386
 or
 2) make ia32-apt-get take over (slightly prematurely in hindsight)

If it's possible (according to ftp-masters) to have the old ia32-libs 
packages adapted to the new libc6-i386; the best thing, for me, would be to 
have a minimal[1] ia32-libs package in the archive and an ia32-archive tool 
for those who want other ia32-* packages or wants to keep up to date with 
library versions.

Yannick

[1] Minimal in the sense of the required libraries for packages needing i386 
in main (only wine?).



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



Re: RFC round 3: DEP-3: Patch Tagging Guidelines

2009-07-01 Thread Raphael Hertzog
On Wed, 01 Jul 2009, Charles Plessy wrote:
 Thank you for the feedback. It made me understood that the format can be even
 simplified. First of all, let me clarify that I do not aim at describing the
 format of Debian control files, but the proposed format for DEP5, which I
 propose for DEP3 as well since it is simple and does not require prior
 experience of Debian control files.

I don't see that as an advantage. I'd rather be able to reuse existing
parsers rather than creating new ones just for this purpose.

That said, supporting the patch as script case needs some trickery to
be able to reuse existing parsers (stripping #  before passing lines
to the parser). But allowing invalid lines as comments in the middle will
make it completely impossible to reuse standard parsers.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/


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



Re: Switching the default /bin/sh to dash

2009-07-01 Thread Petter Reinholdtsen
[Giacomo A. Catenazzi]
 Hmm, so a switch to dash it is not because of POSIX, but because
 of better code and lighter shell for our scripts?

 Which is also a good reason for the change.

Yes, it is a good change.  I would love to switch every installation
to dash as /bin/sh, but believe the path of least surprises to the
sysadmin is to only change new installations and not existing systems.

 But could you tell us more about the subtle problems for shutdown
 sequences.

URL: http://bugs.debian.org/159771  is an example, solved by
switching from bash to dash. :)

Happy hacking,
-- 
Petter Reinholdtsen


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



A standard patch rule for our rules

2009-07-01 Thread Rafael Almeida
A ``patch'' rule for debian/rules there should always be
for I'd like to easily apply patches created by me
Don't worry I don't think of anything too hard
a simple standarization will ease my heart

Today ``debian/rules build'' is always a good match
but there's no mandatory ``debian/rules patch''
Is the ``build'' rule mandatory? I don't even know
it seems to work for most packages, though

Patches, it seems, are for ``configure'' rule to apply
but I want to make a script and I think it won't fly
That script I think of will install my own patches
to any installable package, from zopes to apaches

Configures can change too much
like config.h files and such
There should be one and only patch rule
and then I'll be able to build my tool


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



Re: A standard patch rule for our rules

2009-07-01 Thread Goswin von Brederlow
Rafael Almeida almeida...@gmail.com writes:

 A ``patch'' rule for debian/rules there should always be
 for I'd like to easily apply patches created by me
 Don't worry I don't think of anything too hard
 a simple standarization will ease my heart

 Today ``debian/rules build'' is always a good match
 but there's no mandatory ``debian/rules patch''
 Is the ``build'' rule mandatory? I don't even know
 it seems to work for most packages, though

Debian policy describes all the required targets and some optional
ones.

 Patches, it seems, are for ``configure'' rule to apply
 but I want to make a script and I think it won't fly
 That script I think of will install my own patches
 to any installable package, from zopes to apaches

 Configures can change too much
 like config.h files and such
 There should be one and only patch rule
 and then I'll be able to build my tool

man dpkg-source

   Format: 3.0 (quilt)
   A source package in this format contains at least an  original  tarball
   (.orig.tar.ext  where ext can be gz, bz2 and lzma) and a debian tarball
   (.debian.tar.ext). It can also  contain  additional  original  tarballs
   (.orig-component.tar.ext).   component  can  only  contain alphanumeric
   characters and dashes (-).
   ...

Behold the future is, aeh, soon.

MfG
Goswin


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



Re: A standard patch rule for our rules

2009-07-01 Thread Paul Wise
Nice poem :)

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: libswt and eclipse

2009-07-01 Thread Adrian Perez
Sorry about not posting earlier. 
I got contact with sjackman and he is willing to review/sponsor the
package I've finished already, so I'm working on it. 
Anyway, since I've uploaded the package to debian-mentors and since
every comment is welcome, I could use as many reviews as I can get ;). 

http://mentors.debian.net/debian/pool/main/s/swt-gtk

-- 
Best regards, 

Adrian Perez adrianperez@gmail.com


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


Re: ia32-libs transition

2009-07-01 Thread Peter Samuelson

[Goswin von Brederlow]
 You only need apt-get update. The rest works in aptitude or synaptic.

I've gotten into the habit of using 'apt-get update' even though I
otherwise use aptitude.  This was necessary while I was building a
custom repository at work, because apt-get's error reporting is far
better.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: Switching the default /bin/sh to dash

2009-07-01 Thread Luk Claes
Petter Reinholdtsen wrote:
 [Giacomo A. Catenazzi]
 Hmm, so a switch to dash it is not because of POSIX, but because
 of better code and lighter shell for our scripts?

 Which is also a good reason for the change.
 
 Yes, it is a good change.  I would love to switch every installation
 to dash as /bin/sh, but believe the path of least surprises to the
 sysadmin is to only change new installations and not existing systems.

Right, though how would you implement that? It doesn't look trivial at
all to me and will possibly be an extra source of errors.

It should also only affect external scripts that are bash specific
AFAICS and they would be easily 'fixed' by changing bin/sh to bin/bash
in the shebang (can even happen unconditionally).

Cheers

Luk


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



Re: A standard patch rule for our rules

2009-07-01 Thread Andreas Metzler
Rafael Almeida almeida...@gmail.com wrote:
 A ``patch'' rule for debian/rules there should always be
 for I'd like to easily apply patches created by me
 Don't worry I don't think of anything too hard
 a simple standarization will ease my heart

 Today ``debian/rules build'' is always a good match
 but there's no mandatory ``debian/rules patch''
 Is the ``build'' rule mandatory? I don't even know
 it seems to work for most packages, though
[...]

patch indeded is the standard way nowadays. See policy 4.9.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Re: A standard patch rule for our rules

2009-07-01 Thread James Vega
On Wed, Jul 01, 2009 at 07:43:37PM +0200, Andreas Metzler wrote:
 Rafael Almeida almeida...@gmail.com wrote:
  A ``patch'' rule for debian/rules there should always be
  for I'd like to easily apply patches created by me
  Don't worry I don't think of anything too hard
  a simple standarization will ease my heart
 
  Today ``debian/rules build'' is always a good match
  but there's no mandatory ``debian/rules patch''
  Is the ``build'' rule mandatory? I don't even know
  it seems to work for most packages, though
 [...]
 
 patch indeded is the standard way nowadays. See policy 4.9.
 
I think you mean “recommended”, although not using that could be a
reason to have a README.source explaining how the package is handled.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


signature.asc
Description: Digital signature


Re: Switching the default /bin/sh to dash

2009-07-01 Thread Frans Pop
Raphael Hertzog wrote:
 On Thu, 25 Jun 2009, Raphael Geissert wrote:
 Artur R. Czechowski wrote:
  What about debconf question?
 
 dash already has one, the idea is to make it essential and default to
 yes, so that as soon as it is installed the symlink is changed. If you
 wish to have dash installed but not as /bin/sh you can always
 dpkg-reconfigure dash.
 
 Hum, AFAIK if it defaults to yes, it will be changed on upgrade for
 anyone who has not yet seen the question. So that doesn't work if your
 plan is to not change it except for new installations.

I've not seen any response to this, but it seems to me to be a very valid 
point.

dash currently is optional, so there will be on a lot of existing systems 
on which it is not installed. How is the planned strategy going to 
prevent dash becoming the default shell on existing systems when it gets 
installed for the first time because of its raised priority?


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



Re: Switching the default /bin/sh to dash

2009-07-01 Thread Raphael Geissert
Frans Pop wrote:
 Raphael Hertzog wrote:
 
 Hum, AFAIK if it [debconf prompt] defaults to yes, it will be changed on
 upgrade for anyone who has not yet seen the question. So that doesn't
 work if your plan is to not change it except for new installations.
 
 I've not seen any response to this, but it seems to me to be a very valid
 point.

I though I had replied, sorry.

 
 dash currently is optional, so there will be on a lot of existing systems
 on which it is not installed. How is the planned strategy going to
 prevent dash becoming the default shell on existing systems when it gets
 installed for the first time because of its raised priority?

There are two, both ugly actually, ways to do it:
a) by making dpkg pre-depend on dash so that it is installed and can see if
an older dpkg is installed
b) by finding a file that could tell us the installation date and base the
decision on that.

I've personally had no time to check if there's any file installed by dpkg
that could indicate the installation date. But another option, as some
people have already expressed, is to simply make the change on all the
installations.

Unless somebody knows a file that could be used to do it the b) way I guess
I won't have another option but to send another proposal stating that all
the installations would be modified.

In case the reasons are not obvious enough, a D-I-based solution is not a
candidate as newly created chroots (debootstrap-created) should get dash
and not bash.

Cheers,
Raphael Geissert



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



Re: Switching the default /bin/sh to dash

2009-07-01 Thread Frans Pop
Raphael Geissert wrote:
 dash currently is optional, so there will be on a lot of existing
 systems on which it is not installed. How is the planned strategy going
 to prevent dash becoming the default shell on existing systems when it
 gets installed for the first time because of its raised priority?
 
 There are two, both ugly actually, ways to do it:
 a) by making dpkg pre-depend on dash so that it is installed and can see
 if an older dpkg is installed
 b) by finding a file that could tell us the installation date and base
 the decision on that.

An alternative that is still not pretty, but at least keeps the ugliness 
in the packages related to the switch and is fairly straightforward to 
implement, would be to make the new dash pre-depend on a new version of 
bash and have the maintainer scripts of bash preseed the dash template to 
false if:
- bash is being upgraded
- the dash template does not yet exist

Cheers,
FJP


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



The multiarch conundrum

2009-07-01 Thread Aneurin Price
Hi,

I've just been trying to dig through some of the multitude of past discussions
on the planning and implementation of multiarch in Debian (and Ubuntu).

The short version of this for TLDR folks is that nobody seems to have coherently
written down all the problems in a way that they can be addressed, so far as I
can see.

The longer version:

It seems clear that there is no consensus yet on what exactly needs to be done,
let alone how to get there; discussions seem to go round in circles, then
eventually peter out to begin anew at a later date. If there is anywhere where
real progress is being made, then I can't find it, but I think a large part of
the problem is down to poor communication.

My proposal for one way to try moving forward with this is as follows:

Currently the collective discussions about multiarch have taken place in
numerous threads on numerous mailing lists, which makes it hard to find any
specific information.

I believe that a wiki or similar centralised collaborative process is a good way
of tying this together. If there is already some location where this is being
actively worked on in such a fashion then I apologise, and much of this mail
will be rather pointless - in which case that location really ought to be easier
to find :P.

Start with https://wiki.ubuntu.com/MultiarchSpec. The reason for choosing the
Ubuntu wiki page is that there is already some real content there, in an
organised form. If http://wiki.debian.org/multiarch is a better place then fine,
but either way it would be good to have the same content, or at least not
disagreement between the two. Ideally one would act as a pointer to the other -
this is assuming that everyone wants Ubuntu and Debian heading in the same
direction here, which seems to be the consensus.

Within the spec page there are sections describing the design and some notes on
the implementation. One major point which is missing is that each section needs
some description of the objections to it - which surely exist, otherwise we'd
already have multiarch by now, wouldn't we? Currently it looks more like 'well
that's a nice plan; why isn't it happening?'

Further, there has already been some work done which has been rejected or
ignored - this needs to be presented and the reasons documented; it doesn't
really help anyone to forget about past attempts. So far I've found the patches
by Goswin on the Alioth multiarch project page[0]; there must be more scattered
about the place?

Finally, there needs to be some organisation of the many existing threads on the
topic. A good first start would be to search through the list archives and add
links to related discussions on the wiki page - we need to be able to go to one
place and get an overview of the issues, proposals, and objections, without
having to hunt that information down. This way we can hopefully avoid going over
the same issues and making the same mistakes and arguments repeatedly.

If there is no objection, I would like to do the following:

* Merge multiarch information from the Debian wiki into the Ubuntu wiki.
  (I'm not too sure about tho organisation of the Ubuntu wiki; would the spec
  page be inappropriate for this? Where would be better?)
* Add pointers to any existing patches, and links to any discussions about them
  if I can find them in the ML archives.
* Start a list of related discussions and dig out archive links from whatever
  mailing lists are appropriate. So far I can think of debian-devel,
  debian-dpkg, debian-glibc (?), debian-amd64. Are there others? I don't know
  about any Ubuntu lists but I imagine it's been discussed to death there too.
* Start monitoring those lists for multiarch-related discussions and update the
  wiki appropriately.
* Possibly stub out some empty 'objections' sub-headings in the spec design, in
  the naive hope that somebody reading will see them and think 'no objections?
  Lies! I have objections!', and actually fill them in.


Does anybody have opinions on whether any of this would be even remotely useful?

-Nye

[0] https://alioth.debian.org/projects/multiarch/


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



Re: The multiarch conundrum

2009-07-01 Thread Steve Langasek
On Wed, Jul 01, 2009 at 09:53:56PM +0100, Aneurin Price wrote:

 I've just been trying to dig through some of the multitude of past discussions
 on the planning and implementation of multiarch in Debian (and Ubuntu).

 The short version of this for TLDR folks is that nobody seems to have
 coherently written down all the problems in a way that they can be
 addressed, so far as I can see.

https://wiki.ubuntu.com/MultiarchSpec is the work in progress on this, and
there is a plan to move the implementation forward once this is finalized.
Please don't distract from this with yet another metadiscussion.

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


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



Re: Switching the default /bin/sh to dash

2009-07-01 Thread Raphael Geissert
Frans Pop wrote:
 An alternative that is still not pretty, but at least keeps the ugliness
 in the packages related to the switch and is fairly straightforward to
 implement, would be to make the new dash pre-depend on a new version of
 bash and have the maintainer scripts of bash preseed the dash template

bash playing the evil role, trying to keep some users for himself :)

 to false if:
 - bash is being upgraded
 - the dash template does not yet exist
 

It's another option, yes.

Will wait some more feedback, though.

Cheers,
Raphael Geissert



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



Bug#535396: ITP: wrapsrv -- DNS SRV record command line wrapper

2009-07-01 Thread Robert Edmonds
Package: wnpp
Owner: Robert S. Edmonds edmo...@debian.org
Severity: wishlist

* Package name: wrapsrv
  Version : 0.1
  Upstream Author : Internet Systems Consortium, Inc.
* URL : ftp://ftp.isc.org/isc/toolmakers/wrapsrv/
* License : ISC
  Programming Lang: C
  Description : DNS SRV record command line wrapper
 wrapsrv adds support for connecting to a network service based on DNS SRV
 record lookups to commands that do not support the DNS SRV record. wrapsrv
 implements the weighted priority client connection algorithm in RFC 2782.
 The specified command line will be invoked one or more times with %h and %p
 sequences in the command line substituted for the hostname and port elements
 of the selected SRV record. 

-- 
Robert Edmonds
edmo...@debian.org


signature.asc
Description: Digital signature


Bug#535429: ITP: xburst-tools -- tools for Ingenic XBurst CPU USB boot and NAND flash access

2009-07-01 Thread Xiangfu Liu
Package: wnpp
Severity: wishlist
Owner: Xiangfu Liu xiangf...@gmail.com


* Package name: xburst-tools
  Version : 0.0+200906
  Upstream Author : Xiangfu Liu xiangf...@gmail.com
* URL : http://github.com/xiangfu/xburst-tools
* License : GPL
  Programming Lang: C
  Description : tools for Ingenic XBurst CPU USB boot and NAND flash access

xburst-tools contains tools for Ingenic XBurst CPU device booting.
It can flash bootloader, kernel, rootfs to Ingenic XBurst CPU
device NAND, and also has test functions for Ingenic XBurst CPU 
devices.

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)



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



Re: A standard patch rule for our rules

2009-07-01 Thread Charles Plessy
Le Wed, Jul 01, 2009 at 07:43:37PM +0200, Andreas Metzler a écrit :
 Rafael Almeida almeida...@gmail.com wrote:
  A ``patch'' rule for debian/rules there should always be
  for I'd like to easily apply patches created by me
  Don't worry I don't think of anything too hard
  a simple standarization will ease my heart
 
  Today ``debian/rules build'' is always a good match
  but there's no mandatory ``debian/rules patch''
  Is the ``build'' rule mandatory? I don't even know
  it seems to work for most packages, though
 [...]
 
 patch indeded is the standard way nowadays. See policy 4.9.

Unfortunately, it seems that with quilt, it is better ot use $(QUILT_STAMPFN)
in order to avoid a target to become phony. I do not know for other systems.

I just updated http://wiki.debian.org/debian/patches to mention this fact.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Re: A standard patch rule for our rules

2009-07-01 Thread Ben Finney
Charles Plessy ple...@debian.org writes:

 Le Wed, Jul 01, 2009 at 07:43:37PM +0200, Andreas Metzler a écrit :
  patch indeded is the standard way nowadays. See policy 4.9.
 
 Unfortunately, it seems that with quilt, it is better ot use
 $(QUILT_STAMPFN) in order to avoid a target to become phony.

What's wrong with having a phony target? We already have many of them,
and a standard way of dealing with them: as dependencies of the ‘.PHONY’
target.

It seems to me that the whole point of adding ‘patch’ as a (phony)
target is to allow a dependency on that target, instead of something
patch-system-specific. What is your reasoning for wanting to diverge
from that?

-- 
 \   “Two possibilities exist: Either we are alone in the Universe |
  `\   or we are not. Both are equally terrifying.” —Arthur C. Clarke, |
_o__) 1999 |
Ben Finney


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



Re: A standard patch rule for our rules

2009-07-01 Thread Russ Allbery
Ben Finney ben+deb...@benfinney.id.au writes:
 Charles Plessy ple...@debian.org writes:

 Unfortunately, it seems that with quilt, it is better ot use
 $(QUILT_STAMPFN) in order to avoid a target to become phony.

 What's wrong with having a phony target? We already have many of them,
 and a standard way of dealing with them: as dependencies of the
 ‘.PHONY’ target.

 It seems to me that the whole point of adding ‘patch’ as a (phony)
 target is to allow a dependency on that target, instead of something
 patch-system-specific. What is your reasoning for wanting to diverge
 from that?

I think Charles may be referring to the need to use $(QUILT_STAMPFN)
rather than patch as a dependency of a build-stamp target, since
otherwise the dependency on patch forces build-stamp to be always
considered out of date even if the stamp file is up-to-date.  This has
caused problems for a few packages where the build target was run
repeatedly in ways that it wasn't intended to.  Depending on
$(QUILT_STAMPFN) instead is more reliable.

I'm not entirely sure how that relates to the topic of conversation in
this thread, though.  It doesn't affect the presence of the patch target
in debian/rules.

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


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



Accepted openmsx 0.7.2-1 (source all amd64)

2009-07-01 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 07:25:34 +0200
Source: openmsx
Binary: openmsx openmsx-data
Architecture: source all amd64
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 openmsx- the MSX emulator that aims for perfection
 openmsx-data - datafiles for openMSX, an MSX emulator
Changes: 
 openmsx (0.7.2-1) unstable; urgency=low
 .
   * New upstream release
 - openMSX wasn't able to load savestates with paths that contain spaces
Checksums-Sha1: 
 48d861f38dd20f020b6760e4736ee00691cf31ab 1198 openmsx_0.7.2-1.dsc
 e600bf3fc7b5e69762de12cc6dc075a54b78a9ec 2653475 openmsx_0.7.2.orig.tar.gz
 e2123554b245bd53199f1fff55fa8e4d938d59bb 7215 openmsx_0.7.2-1.diff.gz
 a574daff5278d9ea4fb94ec82f380b42f528d882 1376490 openmsx-data_0.7.2-1_all.deb
 919e022df329ce488853b4a31a569b74232fb3af 2858102 openmsx_0.7.2-1_amd64.deb
Checksums-Sha256: 
 2e546669e0c49aa0034fe1461f0f1e3e89f6c2197c00a776fba3b759727a1034 1198 
openmsx_0.7.2-1.dsc
 61bd5323ff9c1f4ae3b6a7c57c3acf5131fc643667f91bc669639d690de7efd2 2653475 
openmsx_0.7.2.orig.tar.gz
 86c4dd2debb4b36e8e31643d0d204b5e1eb287e98fb4d3d8491004e4e3ad2b09 7215 
openmsx_0.7.2-1.diff.gz
 bcb0e3e1569f56772c0bbc6f425623022f1b51865c82131244476f376937b764 1376490 
openmsx-data_0.7.2-1_all.deb
 17635fd340857ce3724d4ad5643407f46156bcdd5ddf024a29661ef55892fab3 2858102 
openmsx_0.7.2-1_amd64.deb
Files: 
 b6bcf79521b851de632a4d9b932c02d1 1198 otherosfs optional openmsx_0.7.2-1.dsc
 1f6338be7d3db6827ddb7b57daa8e37f 2653475 otherosfs optional 
openmsx_0.7.2.orig.tar.gz
 f28ebc39f45454b5f8fa7264337bb9d5 7215 otherosfs optional 
openmsx_0.7.2-1.diff.gz
 f571607b27420cd969d6d45b35274216 1376490 otherosfs optional 
openmsx-data_0.7.2-1_all.deb
 63c8a75406b0cc3c8ee8dcae27ecc663 2858102 otherosfs optional 
openmsx_0.7.2-1_amd64.deb

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

iEYEARECAAYFAkpK988ACgkQ0/r2+3z8lN3j0gCfUkkhwu6pWSMfevk8lj+gwRcc
5DEAnRjuat7a3xGOp5nUesQDTWhmGtUv
=Chbb
-END PGP SIGNATURE-


Accepted:
openmsx-data_0.7.2-1_all.deb
  to pool/main/o/openmsx/openmsx-data_0.7.2-1_all.deb
openmsx_0.7.2-1.diff.gz
  to pool/main/o/openmsx/openmsx_0.7.2-1.diff.gz
openmsx_0.7.2-1.dsc
  to pool/main/o/openmsx/openmsx_0.7.2-1.dsc
openmsx_0.7.2-1_amd64.deb
  to pool/main/o/openmsx/openmsx_0.7.2-1_amd64.deb
openmsx_0.7.2.orig.tar.gz
  to pool/main/o/openmsx/openmsx_0.7.2.orig.tar.gz


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



Accepted openmsx-catapult 0.7.2-1 (source amd64)

2009-07-01 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 07:35:11 +0200
Source: openmsx-catapult
Binary: openmsx-catapult
Architecture: source amd64
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 openmsx-catapult - GUI for openMSX
Changes: 
 openmsx-catapult (0.7.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6a0e4fe072a8ebaf3046443555c2deff52c6ed4d 1117 openmsx-catapult_0.7.2-1.dsc
 8b8c0e96f7274809e64b3c8a09d25ea41cbf38aa 243980 
openmsx-catapult_0.7.2.orig.tar.gz
 52902e4681a4cba0f82bfaf4374c7a1dfd93f42a 5698 openmsx-catapult_0.7.2-1.diff.gz
 ed85dbfa329a2bb075979a170cbecec941dd75e8 324612 
openmsx-catapult_0.7.2-1_amd64.deb
Checksums-Sha256: 
 9d06933c493163b6c60c910c39d025822e9a50ed9e97952b8f63c6eebaec20ba 1117 
openmsx-catapult_0.7.2-1.dsc
 06294b9a718ac603583a625dba7f801ded81997cff2c8ec04829a934bef0e033 243980 
openmsx-catapult_0.7.2.orig.tar.gz
 d441fcfa7cff6d0e361c3741eb35d1edb7258db15ab82f9789d370905f3a10a2 5698 
openmsx-catapult_0.7.2-1.diff.gz
 9a09eb199442d7cbfe2b1a5c164fd19cf425f7646f50a5f8938e1fa017c8b60d 324612 
openmsx-catapult_0.7.2-1_amd64.deb
Files: 
 938b096a176117bd991f4153da9f03ae 1117 otherosfs optional 
openmsx-catapult_0.7.2-1.dsc
 1ec687958965031e7b1c8464a2ef90ec 243980 otherosfs optional 
openmsx-catapult_0.7.2.orig.tar.gz
 ff9ed3bbf68fa7b2906f29d00ec44f1e 5698 otherosfs optional 
openmsx-catapult_0.7.2-1.diff.gz
 47fd727cb81ba7ffd79ed99bc18b9a2a 324612 otherosfs optional 
openmsx-catapult_0.7.2-1_amd64.deb

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

iEYEARECAAYFAkpK+DQACgkQ0/r2+3z8lN2E3QCfapZVewV3rZlegazf6ASLVJu6
pbwAniUnZJ7PfvGT9M2uAMkFhPDNQwxT
=5Isn
-END PGP SIGNATURE-


Accepted:
openmsx-catapult_0.7.2-1.diff.gz
  to pool/main/o/openmsx-catapult/openmsx-catapult_0.7.2-1.diff.gz
openmsx-catapult_0.7.2-1.dsc
  to pool/main/o/openmsx-catapult/openmsx-catapult_0.7.2-1.dsc
openmsx-catapult_0.7.2-1_amd64.deb
  to pool/main/o/openmsx-catapult/openmsx-catapult_0.7.2-1_amd64.deb
openmsx-catapult_0.7.2.orig.tar.gz
  to pool/main/o/openmsx-catapult/openmsx-catapult_0.7.2.orig.tar.gz


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



Accepted libquicktime 2:1.1.2+debian-1 (source all i386)

2009-07-01 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 08:10:48 +0200
Source: libquicktime
Binary: libquicktime1 libquicktime-dev libquicktime-doc quicktime-utils 
quicktime-x11utils
Architecture: source all i386
Version: 2:1.1.2+debian-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 libquicktime-dev - library for reading and writing Quicktime files 
(development)
 libquicktime-doc - library for reading and writing Quicktime files 
(documentation)
 libquicktime1 - library for reading and writing Quicktime files
 quicktime-utils - library for reading and writing Quicktime files (utilities)
 quicktime-x11utils - library for reading and writing Quicktime files (x11 
utilities)
Changes: 
 libquicktime (2:1.1.2+debian-1) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * New upstream version.
   * debian/patches/01-debian-directory.patch: Refreshed.
   * debian/patches/02-install-in-libquicktime1.patch: Refreshed.
   * debian/patches/70-relibtoolize.patch: Recreated.
   * debian/control: Added libschroedinger-dev to Build-Depends.
   * debian/patches/03-spurious-files-in-potfiles-in.patch: Also remove
 plugins/schroedinger/extract_settings.c from POTFILES.in.
   * debian/README.source: Document that the debian/ directory is removed
 from the upstream tarball.
   * debian/control: Bumped Standards-Version to 3.8.2.
   * debian/rules: Removed the get-orig-source rule. We only remove the
 debian/ directory which is (a) trivial and (b) now documented in
 debian/README.Source. Additionally we now use GIT and pristine-tar,
 so a tarball in the ../tarballs directory does not play any role
 anymore.
   * Bring back the header for debian/patches/70-relibtoolize.patch.
   * debian/rules: Also remove the now unnecessary DEB_VERSION and
 UPSTREAM_VERSION variables.
   * debian/rules: Also remove the obsolete DEB_DH_INSTALL_SOURCEDIR
 variable.
 .
   [ Reinhard Tartler ]
   * Introduce a symbol file to track API additions with dpkg-gensymbols(1)
   * use debhelper 7
   * cleanup 'clean' target by using debian/clean
   * add myself to uploaders
Checksums-Sha1: 
 102e27931428528414364b1020876db959d7d43a 2162 libquicktime_1.1.2+debian-1.dsc
 d6fe9e873a6643056c7de8e773aa1cf00e1a2b05 961880 
libquicktime_1.1.2+debian.orig.tar.gz
 7ecfa82bf31bcc9fb9bc38aa04878c84e7251091 99101 
libquicktime_1.1.2+debian-1.diff.gz
 b1b4f675ce3137ac4b3b40ac421dcd89c265b17b 168700 
libquicktime-doc_1.1.2+debian-1_all.deb
 b2cbc0b715d9739b15fbc4a2b045b8adf607afca 330470 
libquicktime1_1.1.2+debian-1_i386.deb
 c3a58fc883bb6bf10b754105ae959cc5361e6cac 44752 
libquicktime-dev_1.1.2+debian-1_i386.deb
 1354923f0383e576c46aa7d5a56ff4f43ebe40e7 29974 
quicktime-utils_1.1.2+debian-1_i386.deb
 3b1c255c40886a15e6961ecf6f89c9e9bddaebf5 41538 
quicktime-x11utils_1.1.2+debian-1_i386.deb
Checksums-Sha256: 
 428fc238406cb8e95757f862db498c2893ef52093769dc6a256c9fb431e6b12b 2162 
libquicktime_1.1.2+debian-1.dsc
 1817d773c3f34b252272193498a14ff7a505695edcd765a11df5bd49dd782764 961880 
libquicktime_1.1.2+debian.orig.tar.gz
 9a2c10fd1d5f0238594e4c48dc60864c791fde59933d0e9202d885fbc44aabd6 99101 
libquicktime_1.1.2+debian-1.diff.gz
 f88a18a7ad0cfa4d367949d89bb24152c84f5a2105ebe5a44a39ad50c8bc3b72 168700 
libquicktime-doc_1.1.2+debian-1_all.deb
 863129286736b23d5a60d136cdbe9e571ba7f47dd98be5115b857d61baf5856f 330470 
libquicktime1_1.1.2+debian-1_i386.deb
 e6e10ce34eeab20537cbea196e4230c627fad38b101f83d9e4e767399b8f8817 44752 
libquicktime-dev_1.1.2+debian-1_i386.deb
 69f3b9bdd6406c92e9a826519dfee86a80be4d62ebafd85bce619b95f9ea2570 29974 
quicktime-utils_1.1.2+debian-1_i386.deb
 3d3109f170353fb42462340d532afae657409ddb19a3537d57ef96481798aa76 41538 
quicktime-x11utils_1.1.2+debian-1_i386.deb
Files: 
 56472fe89ebb8d8e0e565ded0385b3d3 2162 devel optional 
libquicktime_1.1.2+debian-1.dsc
 41b72873131e8390803e1ca4eff54a80 961880 devel optional 
libquicktime_1.1.2+debian.orig.tar.gz
 6db493df49e51c9ae4a8252e7cc69f38 99101 devel optional 
libquicktime_1.1.2+debian-1.diff.gz
 8fed163a1d41523b837cc8e01911a9b9 168700 doc optional 
libquicktime-doc_1.1.2+debian-1_all.deb
 28c976bf53d3ec92326f0e33698e6e5c 330470 libs optional 
libquicktime1_1.1.2+debian-1_i386.deb
 604110d1f0bf791c3eefd40e76f625d5 44752 libdevel optional 
libquicktime-dev_1.1.2+debian-1_i386.deb
 c47b5bc77847c29912a94a18fcce47db 29974 utils extra 
quicktime-utils_1.1.2+debian-1_i386.deb
 f1d002b56e46ad1de787ae3bdf5b2528 41538 utils extra 
quicktime-x11utils_1.1.2+debian-1_i386.deb

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

iJwEAQECAAYFAkpLAaoACgkQ78RAoABp8o851gQArggIR+iwo3n67NYYVx7dbCKu
Ndm23ObBH1Q/Uz7Cxh702t9voOIh8ZVT6akq8mMsEdZlsu0tPbK6EuPoPvEH5YZT
zg/l5E39alQrm+ZsOs4hWvdq7d7cHs/rdTwjc5B/eSkA3/4mpFNKOhoWDd2pK+o9
6uVpFcXJorECT7UmEeI=
=h8uH
-END PGP 

Accepted fvwm 1:2.5.27.ds-6 (source amd64)

2009-07-01 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 01 Jul 2009 01:27:10 -0500
Source: fvwm
Binary: fvwm
Architecture: source amd64
Version: 1:2.5.27.ds-6
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 fvwm   - F(?) Virtual Window Manager
Closes: 449248
Changes: 
 fvwm (1:2.5.27.ds-6) unstable; urgency=low
 .
   * Bug fix: fvwm fails to find certain icon files, ImagePath directive
 seems broken., thanks to Andreas Hartmann. The actual issue was more
 complex than that. The problem was, that in order to satisfy the
 policy directive that the Debian menu was available, fvwm always reads
 the menu defs -- too early for any ImagePath directives in the config
 file. There was no loss in functionality, since when the config file
 was read, the ImagePath was set,and then when the menu definitions
 were read the second time, the menu was setup correctly -- though the
 first reading emitted the scary warnings.   The solution was to set a
 default ImagePath that caters to the paths used in Debian packages,
 thus doing away with scary warnings.  (Closes: #449248).
Checksums-Sha1: 
 a87b65f8435851ec4fb395da8540f0ddb9998362 1613 fvwm_2.5.27.ds-6.dsc
 29abc1ef6b435034e7d961172391a72da836106e 108498 fvwm_2.5.27.ds-6.diff.gz
 77f20824aa5a8d30fde30522cbf2c3d6eb410711 3869666 fvwm_2.5.27.ds-6_amd64.deb
Checksums-Sha256: 
 9e2132cc2b285df190cd201cc0d485b0649e47d85bb6dd29ea99b541f6009e8f 1613 
fvwm_2.5.27.ds-6.dsc
 cf08653525f28ce9ef29c243f840ff0719a9dc627dd5a0051cd91da6079674d8 108498 
fvwm_2.5.27.ds-6.diff.gz
 4c88817f268e7ebea7f1d75692d4fe5166484542189310cac757acb36674b1eb 3869666 
fvwm_2.5.27.ds-6_amd64.deb
Files: 
 87464dcf1d3664e31ebd67cc5c114c05 1613 x11 optional fvwm_2.5.27.ds-6.dsc
 c30f0d37355a4029ea145f8d0b56cd2c 108498 x11 optional fvwm_2.5.27.ds-6.diff.gz
 d07212ac59d5279809e3647fdcd56bca 3869666 x11 optional 
fvwm_2.5.27.ds-6_amd64.deb

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

iEYEAREDAAYFAkpLDtwACgkQIbrau78kQkxhRgCfVrPH9Qohb/HypafNbYOkga2I
RfQAn2ggIrzOeeitXiaQ5F3RJ71b0fwp
=mLnZ
-END PGP SIGNATURE-


Accepted:
fvwm_2.5.27.ds-6.diff.gz
  to pool/main/f/fvwm/fvwm_2.5.27.ds-6.diff.gz
fvwm_2.5.27.ds-6.dsc
  to pool/main/f/fvwm/fvwm_2.5.27.ds-6.dsc
fvwm_2.5.27.ds-6_amd64.deb
  to pool/main/f/fvwm/fvwm_2.5.27.ds-6_amd64.deb


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



Accepted lsat 0.9.7.1-2 (source amd64)

2009-07-01 Thread Juan Angulo Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jun 2009 09:41:13 -0430
Source: lsat
Binary: lsat
Architecture: source amd64
Version: 0.9.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno j...@apuntale.com
Changed-By: Juan Angulo Moreno j...@apuntale.com
Description: 
 lsat   - Security auditor tool
Closes: 532575 532582 532615 533170
Changes: 
 lsat (0.9.7.1-2) unstable; urgency=low
 .
   * Updated debian/control (Standard-Version).
   * Fixed (Thanks Tomasz Nowak):
 - Segmentation fault when setting output file. (Closes: #532582)
 - Hardcoded number of accounts too low. (Closes: #532575)
 - AWK invocation in checknet for SunOS doesn't work. (Closes: #532615)
 - Checkpasswd module closes random file. (Closes: #533170)
Checksums-Sha1: 
 13c536920922fc7c7716f1003c63a2052c0edfd9 979 lsat_0.9.7.1-2.dsc
 62e86c2aa2baf0727555be884a264d96bfb5989c 4697 lsat_0.9.7.1-2.diff.gz
 8a48d6fd88d7f350bd0c9beaa488369179ff50c9 57634 lsat_0.9.7.1-2_amd64.deb
Checksums-Sha256: 
 8ae4a370548ddfd940a8575a2e075aac555dd80121da0e01e5b55b19becaa29a 979 
lsat_0.9.7.1-2.dsc
 d05ac441ee4606fb9bb644c14800612cd502f310a78a8e67db4c198b1fe70622 4697 
lsat_0.9.7.1-2.diff.gz
 31c6d71ae856bfee84a2ddb2229a6f8bceab3e503282d21c240ba4a9a6485688 57634 
lsat_0.9.7.1-2_amd64.deb
Files: 
 e03cf09d8089e66542e76ad5ea9b1b26 979 utils extra lsat_0.9.7.1-2.dsc
 7aa630fcf48f80bf11da04f1340af6e9 4697 utils extra lsat_0.9.7.1-2.diff.gz
 b2b2c098533fc360878bcf6345b92770 57634 utils extra lsat_0.9.7.1-2_amd64.deb

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

iEYEARECAAYFAkpLD1EACgkQgY5NIXPNpFV66QCfTIfdYPOGv7+VSA2cSbwHbvik
g0IAnRLRAkateosNlCF6H8dJ1WIsphNy
=XMkn
-END PGP SIGNATURE-


Accepted:
lsat_0.9.7.1-2.diff.gz
  to pool/main/l/lsat/lsat_0.9.7.1-2.diff.gz
lsat_0.9.7.1-2.dsc
  to pool/main/l/lsat/lsat_0.9.7.1-2.dsc
lsat_0.9.7.1-2_amd64.deb
  to pool/main/l/lsat/lsat_0.9.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



Accepted php5 5.3.0-2 (source all amd64)

2009-07-01 Thread Sean Finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 09:12:10 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-dev php5-dbg php-pear php5-curl php5-gd php5-gmp php5-imap 
php5-interbase php5-ldap php5-mcrypt php5-mysql php5-odbc php5-pgsql 
php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc 
php5-xsl
Architecture: source amd64 all
Version: 5.3.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Sean Finney sean...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Changes: 
 php5 (5.3.0-2) experimental; urgency=low
 .
   * update configuration file names to new upstream naming convention
Checksums-Sha1: 
 e901bb333279bba39a9f92f5429618a0eb50c655 2438 php5_5.3.0-2.dsc
 37fc9aba39a56a57d2da8b156da21d6fbb328bc5 137584 php5_5.3.0-2.diff.gz
 9b9cef8ce0337067d12f77bf3f263219baece675 468574 php5-common_5.3.0-2_amd64.deb
 0d5b6475663b783b2961b1895aac6cc64fb1dffc 3282946 
libapache2-mod-php5_5.3.0-2_amd64.deb
 b142c7f69f872cd760517e09d6030a2bd1e3d845 3281828 
libapache2-mod-php5filter_5.3.0-2_amd64.deb
 5fe40a191a4b20247b1b11072d483de332dd 6385662 php5-cgi_5.3.0-2_amd64.deb
 a2c4b2f59e71dd17123fc96c564eb633bb37a1a6 3193374 php5-cli_5.3.0-2_amd64.deb
 ea595053037b13cf66f69a7d337e9555291455ee 401520 php5-dev_5.3.0-2_amd64.deb
 a96f4e17a8f916e2bed248fc44df321415b58ebd 11383954 php5-dbg_5.3.0-2_amd64.deb
 f4b78af6169f0f015cd8557c370e3d31bc68e70a 26864 php5-curl_5.3.0-2_amd64.deb
 f5d28023e6e9623cc207ed62b9fa0924437ecfc1 42312 php5-gd_5.3.0-2_amd64.deb
 314374c08453193afc006083fd828410ed14e370 18218 php5-gmp_5.3.0-2_amd64.deb
 cd5e867efb678719d5befe8d492515c6bb5381b7 36398 php5-imap_5.3.0-2_amd64.deb
 bb8b049ac48636122de5f1fe0ded6cc31c5e1ac0 50142 php5-interbase_5.3.0-2_amd64.deb
 6d4af11a3f095a0d80c30a4547fd6c8641b63b81 21028 php5-ldap_5.3.0-2_amd64.deb
 2931ac7943ef133fc71e2fce6e870f1312fd9a83 14100 php5-mcrypt_5.3.0-2_amd64.deb
 dd71ffa63d8f8dda69a3a154ccfd6b0564bfd1ac 75282 php5-mysql_5.3.0-2_amd64.deb
 00909aed4ca6c4571f06157dff8e8d318206bf36 36998 php5-odbc_5.3.0-2_amd64.deb
 a87be67066a3486f6ea4c0ba49efc31dd47f5669 58004 php5-pgsql_5.3.0-2_amd64.deb
 208e5930743e2ac26fddaf6a6833ce21484b3d4f 8486 php5-pspell_5.3.0-2_amd64.deb
 55cea50c6e5d2293fe6a796be9da41d5be7b8a36 4894 php5-recode_5.3.0-2_amd64.deb
 3a8384e5cb0eba6d2df12f5499d5f7f33cd233f4 12716 php5-snmp_5.3.0-2_amd64.deb
 1a51459f5785b0336527fd1c15613e29f0ab9031 41382 php5-sqlite_5.3.0-2_amd64.deb
 b4e766a9725d457bd534713b9818969c2efa2880 26780 php5-sybase_5.3.0-2_amd64.deb
 3f202611a7f886f5f3c518e3df36fadd82363550 18554 php5-tidy_5.3.0-2_amd64.deb
 a5ac98d4f8ea34916a127fff35dad86c4dc1f558 40384 php5-xmlrpc_5.3.0-2_amd64.deb
 7024cf305b507b3878ae9ef3858cc3a52dd83035 14206 php5-xsl_5.3.0-2_amd64.deb
 4b2809aaece09e539a8730f3ea3c94d75ef43ccd 1066 php5_5.3.0-2_all.deb
 9335e9f4b75513f2eef3be12cac9c443e2daef94 335704 php-pear_5.3.0-2_all.deb
Checksums-Sha256: 
 c1baf343e938214cb545993eab9bd22c7f119b2abf8a401937537a747be9c7fe 2438 
php5_5.3.0-2.dsc
 27e008a74e5a102ca89b459867438c76bfc4ce07b62cb5eba66fb41edafe26da 137584 
php5_5.3.0-2.diff.gz
 b7e8fadc52f3a42b22410d42aee2c1262fc5fe19783298f183e52a8c0f9eea8e 468574 
php5-common_5.3.0-2_amd64.deb
 5784362443447b8915eb28032a918321e60186ee0d6f644c4da3db8019976e8b 3282946 
libapache2-mod-php5_5.3.0-2_amd64.deb
 66bf8aad59774bdff22912a25c67806b660f786930dec0323fa3fc27e2e1a690 3281828 
libapache2-mod-php5filter_5.3.0-2_amd64.deb
 84e8133ec38ada1a790229b185ce55593735929c9f67dcf0b88791dedf4e2b50 6385662 
php5-cgi_5.3.0-2_amd64.deb
 

Accepted linux-patch-tuxonice 3.0.1+2.6.30-1 (source all)

2009-07-01 Thread Mattia Oss
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed,  1 Jul 2009 10:37:52 CEST
Source: linux-patch-tuxonice
Binary: linux-patch-tuxonice
Architecture: all source 
Version: 3.0.1+2.6.30-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Oss maisto...@gmail.com
Changed-By: Mattia Oss maisto...@gmail.com
Description:
 linux-patch-tuxonice - TuxOnIce (aka suspend2) kernel patch
Changes:
 linux-patch-tuxonice (3.0.1+2.6.30-1) unstable; urgency=low
 .
   * Added support for 2.6.30.
   * Update to Standards-Version 3.8.2.
Checksums-Sha256: 
 c2f8cf83ef152b457d1623d940b153342affe676b3568456f9670bb9e4606b01 4018 
linux-patch-tuxonice_3.0.1+2.6.30-1.diff.gz
 269f1abaa2a7e59f7385d58231485d7c5fd7e8107a9d1eafc22dbc8329950d07 1173 
linux-patch-tuxonice_3.0.1+2.6.30-1.dsc
 f3a342420ffe62f77be597443b198a137b4a64cfbff3f58b305b735197657a7e 300531 
linux-patch-tuxonice_3.0.1+2.6.30.orig.tar.gz
 1687c9fd99e54720e570ccf239dff0c8f9f04ffb410ac6270dbcfe74c403510a 308270 
linux-patch-tuxonice_3.0.1+2.6.30-1_all.deb
Checksums-Sha1: 
 e04736864d0d0149e7feafbda398b23759bc0c8c 4018 
linux-patch-tuxonice_3.0.1+2.6.30-1.diff.gz
 7773809b6a5e77861abc61b49c1c6a6bb3795c71 1173 
linux-patch-tuxonice_3.0.1+2.6.30-1.dsc
 fd4b3980a35b41c9d48057ed1290aae59685 300531 
linux-patch-tuxonice_3.0.1+2.6.30.orig.tar.gz
 48246e1b9bf92561a1131aa4c9f3b98e0ac73017 308270 
linux-patch-tuxonice_3.0.1+2.6.30-1_all.deb
Files: 
 48e58ab8ee3fa3796fe90501db399dcd 4018 kernel extra 
linux-patch-tuxonice_3.0.1+2.6.30-1.diff.gz
 bb8e1f57c2552b420381aff04824bb59 1173 kernel extra 
linux-patch-tuxonice_3.0.1+2.6.30-1.dsc
 bf36cfb446f6fa742f9d5d4d7d27a4f1 300531 kernel extra 
linux-patch-tuxonice_3.0.1+2.6.30.orig.tar.gz
 c554bb3af655bf1c29e9d54b6dd9a948 308270 kernel extra 
linux-patch-tuxonice_3.0.1+2.6.30-1_all.deb

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

iEYEAREDAAYFAkpLII8ACgkQIgvIgzMMSnXs4wCgk+als/o8ebUzruCl8Ao5AQEY
pnwAoMruIFe5AcRfH4GghBNtltGf0rmK
=xhCR
-END PGP SIGNATURE-


Accepted:
linux-patch-tuxonice_3.0.1+2.6.30-1.diff.gz
  to 
pool/main/l/linux-patch-tuxonice/linux-patch-tuxonice_3.0.1+2.6.30-1.diff.gz
linux-patch-tuxonice_3.0.1+2.6.30-1.dsc
  to pool/main/l/linux-patch-tuxonice/linux-patch-tuxonice_3.0.1+2.6.30-1.dsc
linux-patch-tuxonice_3.0.1+2.6.30-1_all.deb
  to 
pool/main/l/linux-patch-tuxonice/linux-patch-tuxonice_3.0.1+2.6.30-1_all.deb
linux-patch-tuxonice_3.0.1+2.6.30.orig.tar.gz
  to 
pool/main/l/linux-patch-tuxonice/linux-patch-tuxonice_3.0.1+2.6.30.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



Accepted mpi-defaults 0.5 (source amd64)

2009-07-01 Thread Manuel Prinz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 11:14:52 +0200
Source: mpi-defaults
Binary: mpi-default-dev mpi-default-bin
Architecture: source amd64
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Manuel Prinz man...@debian.org
Description: 
 mpi-default-bin - Standard MPI runtime programs
 mpi-default-dev - Standard MPI development files
Closes: 535230
Changes: 
 mpi-defaults (0.5) unstable; urgency=low
 .
   * Fix folding in Build-Depends, backslashes are no longer allowed by
 dpkg-dev (= 1.15.3), fixing FTBFS with newer versions. Thanks to
 Cyril Brulebois for the patch! (Closes: #535230)
Checksums-Sha1: 
 7997c7f132554e366aed9fd80ead3dc233022b57 1316 mpi-defaults_0.5.dsc
 8d42affa379f4db159ed45252b24cfa42c6bf155 2835 mpi-defaults_0.5.tar.gz
 d675131b4c29f8fedb8d11f6fe6734c38d166d58 3106 mpi-default-dev_0.5_amd64.deb
 4488c3c3488203e3363967bb385c03a58de410c0 2504 mpi-default-bin_0.5_amd64.deb
Checksums-Sha256: 
 5340b406f83bf248a9bab9468fdafb532a9615bf470d1323f5f306b9b2444d6e 1316 
mpi-defaults_0.5.dsc
 af3dad06c041ddb0a599c38c878daafce0c25f1f06c5708f86bce66e3415416d 2835 
mpi-defaults_0.5.tar.gz
 04a147c09bece94d91554b06d53a49292da1302bfb506d12db59e0fa13adcf49 3106 
mpi-default-dev_0.5_amd64.deb
 4d5f3140c53b05ac5dcea7515fa7522f770751f33c31e059866987272513b50c 2504 
mpi-default-bin_0.5_amd64.deb
Files: 
 32590fd6925e7767175c72df3b2ad3bf 1316 devel extra mpi-defaults_0.5.dsc
 aebbf63c6faa32ff4c681d083ba6d4a8 2835 devel extra mpi-defaults_0.5.tar.gz
 5d4abe24d79c3fb977572f7f7347d98c 3106 libdevel extra 
mpi-default-dev_0.5_amd64.deb
 42173ffcdfaa41bb79ee7ed284f7edec 2504 net extra mpi-default-bin_0.5_amd64.deb

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

iEYEARECAAYFAkpLK1MACgkQ8WlhyMyNeVfYgACeItot28idk8AsahYzyUF27ZhE
aRAAn0C2ZvBqzY1AxWJzZkH7Jmk727oI
=j0ce
-END PGP SIGNATURE-


Accepted:
mpi-default-bin_0.5_amd64.deb
  to pool/main/m/mpi-defaults/mpi-default-bin_0.5_amd64.deb
mpi-default-dev_0.5_amd64.deb
  to pool/main/m/mpi-defaults/mpi-default-dev_0.5_amd64.deb
mpi-defaults_0.5.dsc
  to pool/main/m/mpi-defaults/mpi-defaults_0.5.dsc
mpi-defaults_0.5.tar.gz
  to pool/main/m/mpi-defaults/mpi-defaults_0.5.tar.gz


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



Accepted libio-compress-bzip2-perl 2.015-3 (source all)

2009-07-01 Thread Bas Zoetekouw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 10:15:39 +0200
Source: libio-compress-bzip2-perl
Binary: libio-compress-bzip2-perl
Architecture: source all
Version: 2.015-3
Distribution: unstable
Urgency: low
Maintainer: Bas Zoetekouw b...@debian.org
Changed-By: Bas Zoetekouw b...@debian.org
Description: 
 libio-compress-bzip2-perl - Read and write bzip2-compressed files and buffers 
in perl
Changes: 
 libio-compress-bzip2-perl (2.015-3) unstable; urgency=low
 .
   * Move to policy version 3.8.2 (no changes necessary)
   * Untighten dependency on libcompress-raw-bzip2-perl to =2.015 as
 there is a newer (compatible) version in the archive now
Checksums-Sha1: 
 7ca5e4fbd693ba365559a3a548df71d022f5c4bd 1240 
libio-compress-bzip2-perl_2.015-3.dsc
 b04f5699b032cb894c2e7c9a29619d3dd43522fa 2178 
libio-compress-bzip2-perl_2.015-3.diff.gz
 743049c1c28d2da555c93a60d0091cceac75798c 29508 
libio-compress-bzip2-perl_2.015-3_all.deb
Checksums-Sha256: 
 68e836720555f779ce2f71d314d5e6b843cc5045edfbde8246311fe9e556ba61 1240 
libio-compress-bzip2-perl_2.015-3.dsc
 4c6a6f02ea8b0e523181c0861ab7c899e033fb56acd402f2f15f826ddc2d6335 2178 
libio-compress-bzip2-perl_2.015-3.diff.gz
 3e1045363df7074ee0f5565a7f45db1feeac55dba40ee563ede9ee6a7a0e98e6 29508 
libio-compress-bzip2-perl_2.015-3_all.deb
Files: 
 50971eb3ddc9a16c353ce074fbfb56ac 1240 perl optional 
libio-compress-bzip2-perl_2.015-3.dsc
 b76ba0084aefc986ab273c4cb988afa5 2178 perl optional 
libio-compress-bzip2-perl_2.015-3.diff.gz
 317e3f159a61bc6b0bf9edd13f3bb476 29508 perl optional 
libio-compress-bzip2-perl_2.015-3_all.deb

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

iD8DBQFKSx7tK67kHwZE+rcRAmFQAJ9dvDCVzoOX+qjfUI0nPm/DWjS+/gCdGQuc
qjZ/VdEJ4f/5QzPlLH8GUEA=
=thQG
-END PGP SIGNATURE-


Accepted:
libio-compress-bzip2-perl_2.015-3.diff.gz
  to 
pool/main/libi/libio-compress-bzip2-perl/libio-compress-bzip2-perl_2.015-3.diff.gz
libio-compress-bzip2-perl_2.015-3.dsc
  to 
pool/main/libi/libio-compress-bzip2-perl/libio-compress-bzip2-perl_2.015-3.dsc
libio-compress-bzip2-perl_2.015-3_all.deb
  to 
pool/main/libi/libio-compress-bzip2-perl/libio-compress-bzip2-perl_2.015-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



Accepted otags 3.09.3-3 (source amd64)

2009-07-01 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 09:10:15 +
Source: otags
Binary: otags
Architecture: source amd64
Version: 3.09.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy dog...@pps.jussieu.fr
Description: 
 otags  - tool for building TAGS files from OCaml sources
Changes: 
 otags (3.09.3-3) unstable; urgency=low
 .
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 .
   [ Mehdi Dogguy ]
   * Move maintainers to uploaders and mark d-o-m as maintainer
   * Remove usage of old Ocaml's Standard library location
   * Add dh-ocaml as a build dependency
   * Bump compat to 5
   * Updated to policy 3.8.2 (no changes needed)
   * Added homepage field
   * Add a copyright notice in debian/copyright
   * Add a manpage for update-otags
Checksums-Sha1: 
 5e1ec4b387f11ff26dd01898af962f842b5941fa 1296 otags_3.09.3-3.dsc
 c1097db0d602a6ac4d32e2a18a864b89e4088e4f 6963 otags_3.09.3-3.diff.gz
 79398a7fd553458d0711036786027f1fe754b8c6 40058 otags_3.09.3-3_amd64.deb
Checksums-Sha256: 
 ac5ff89a65934061856d79c2155245640391d738abea22831b05d21d71265c6a 1296 
otags_3.09.3-3.dsc
 7f96d69caf062e199901568560cf9a0f5295eb79a9d2cf74d003a10039fe8474 6963 
otags_3.09.3-3.diff.gz
 61a57a98a75f9de1cdba4fb8158a81112cbdc9b14469b7eff06f2b688a90485a 40058 
otags_3.09.3-3_amd64.deb
Files: 
 3a8bb08f99e6ab85c062e5441a44f44e 1296 devel optional otags_3.09.3-3.dsc
 7d820c40c1cac54805b1174d6ed8e6e0 6963 devel optional otags_3.09.3-3.diff.gz
 53a4275b3c1e0dfbdccbeab87270fb1e 40058 devel optional otags_3.09.3-3_amd64.deb

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

iD8DBQFKSyonir2bofsN/psRAtBbAKCY7zpzQYGPEGzfjCePTKvEK80oZQCdEsH2
pgZJkkdll7p3Hs+toz/kZzI=
=5x9J
-END PGP SIGNATURE-


Accepted:
otags_3.09.3-3.diff.gz
  to pool/main/o/otags/otags_3.09.3-3.diff.gz
otags_3.09.3-3.dsc
  to pool/main/o/otags/otags_3.09.3-3.dsc
otags_3.09.3-3_amd64.deb
  to pool/main/o/otags/otags_3.09.3-3_amd64.deb


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



Accepted ocaml-getopt 0.0.20040811-9 (source amd64)

2009-07-01 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 11:44:35 +0200
Source: ocaml-getopt
Binary: libgetopt-ocaml-dev
Architecture: source amd64
Version: 0.0.20040811-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy dog...@pps.jussieu.fr
Description: 
 libgetopt-ocaml-dev - command line parsing library for OCaml
Changes: 
 ocaml-getopt (0.0.20040811-9) unstable; urgency=low
 .
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 .
   [ Mehdi Dogguy ]
   * Add dh-ocaml as a build-dependency
   * Use new Ocaml's standard library location
   * Updated standards version to 3.8.2
   * Move the package to section ocaml
   * Move maintainer to uploaders and mark d-o-m as maintainer
   * Add myself to uploaders
   * Build-depend on ocaml 3.11.1
   * Add a watch file
   * Add a homepage field
   * Add a copyright notice
   * Register documentation with docbase
Checksums-Sha1: 
 8beba7e8a9896613ee47e0cff433f3288c667e94 1431 ocaml-getopt_0.0.20040811-9.dsc
 64e32a01ab824c354bfe228ad5563bfdec327ab6 2901 
ocaml-getopt_0.0.20040811-9.diff.gz
 af85f1b0d3e8d810c8929107719362ece572cd8b 15936 
libgetopt-ocaml-dev_0.0.20040811-9_amd64.deb
Checksums-Sha256: 
 1df05f49c5c2b3bf623ef9908d5d87e5a8c05ac5d84f4ce5ec077a6ffdb70a60 1431 
ocaml-getopt_0.0.20040811-9.dsc
 46d03c62d8922b0929fdb05b174191d1a9c5aad468afe0e3cf983824b40e6396 2901 
ocaml-getopt_0.0.20040811-9.diff.gz
 1f6aa21970a785c148729bace406da9d7517d6a36ca2186b432563f599d96b65 15936 
libgetopt-ocaml-dev_0.0.20040811-9_amd64.deb
Files: 
 c93579486efd012cf13a9e136849dd61 1431 ocaml optional 
ocaml-getopt_0.0.20040811-9.dsc
 bf97f0c8a3e5b42ac9671b5ca419eb3a 2901 ocaml optional 
ocaml-getopt_0.0.20040811-9.diff.gz
 853d807cd943a064a1a5b3e2dd79cb87 15936 ocaml optional 
libgetopt-ocaml-dev_0.0.20040811-9_amd64.deb

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

iD8DBQFKSzLYir2bofsN/psRAmeJAJ4y24UdduKJc34woxlrftv/j/wy3QCfd/NF
JVhD5s31PlPce47pzMOFOOs=
=7cEZ
-END PGP SIGNATURE-


Accepted:
libgetopt-ocaml-dev_0.0.20040811-9_amd64.deb
  to pool/main/o/ocaml-getopt/libgetopt-ocaml-dev_0.0.20040811-9_amd64.deb
ocaml-getopt_0.0.20040811-9.diff.gz
  to pool/main/o/ocaml-getopt/ocaml-getopt_0.0.20040811-9.diff.gz
ocaml-getopt_0.0.20040811-9.dsc
  to pool/main/o/ocaml-getopt/ocaml-getopt_0.0.20040811-9.dsc


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



Accepted isight-firmware-tools 1.4.2-1 (source i386)

2009-07-01 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Jun 2009 14:32:46 +0900
Source: isight-firmware-tools
Binary: isight-firmware-tools
Architecture: source i386
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu iwama...@nigauri.org
Changed-By: Nobuhiro Iwamatsu iwama...@nigauri.org
Description: 
 isight-firmware-tools - tools for dealing with Apple iSight firmware
Changes: 
 isight-firmware-tools (1.4.2-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version
   * Remove Japanese po. (06_japanese.po.dpatch)
Checksums-Sha1: 
 a833ff9f831273d292ece408c3d3e752a6e1b9b5 1201 isight-firmware-tools_1.4.2-1.dsc
 eba96100213ba3e89d9c0f32a0a2fc3b46e9e280 285538 
isight-firmware-tools_1.4.2.orig.tar.gz
 8851439bdd3b73e875db40db02bbd65bb0c0e215 15971 
isight-firmware-tools_1.4.2-1.diff.gz
 df3c82375e70cceb02f37251e1fc5b57553f815f 33868 
isight-firmware-tools_1.4.2-1_i386.deb
Checksums-Sha256: 
 c38d9997b1d8bec6b5045a9ccb90cf6dbb46579de5b1f2b11b5ad667a47141fd 1201 
isight-firmware-tools_1.4.2-1.dsc
 2e3f743a8b11c5d9420e1a66f1b75f80cd5351b02d88605c0ea8b68139a9d8e8 285538 
isight-firmware-tools_1.4.2.orig.tar.gz
 6f3c75092cb35121c80b0658fca38f17e71f196f5bf76f87f159e53ff4dafeb9 15971 
isight-firmware-tools_1.4.2-1.diff.gz
 f2e559b4f495e72aac8a71f58d4ad182e9d78a05a97fa918b9274477e9d1c896 33868 
isight-firmware-tools_1.4.2-1_i386.deb
Files: 
 e318b8530f5bfdd44587238d92c42489 1201 contrib/graphics extra 
isight-firmware-tools_1.4.2-1.dsc
 9bb964677e722a93dd57e268366556b1 285538 contrib/graphics extra 
isight-firmware-tools_1.4.2.orig.tar.gz
 16bbbabc5c0f89d55b8a0d49e7a396e8 15971 contrib/graphics extra 
isight-firmware-tools_1.4.2-1.diff.gz
 ac09d0bedfee16dff7b6735324bd530c 33868 contrib/graphics extra 
isight-firmware-tools_1.4.2-1_i386.deb

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

iEYEARECAAYFAkpDDqAACgkQQSHHQzFw6+nThgCeMJP4+FDbADu8LlOaKmlbugOx
stQAoJItK/D5SU3A+NebyCQziqkgu4LA
=8d6C
-END PGP SIGNATURE-


Accepted:
isight-firmware-tools_1.4.2-1.diff.gz
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.4.2-1.diff.gz
isight-firmware-tools_1.4.2-1.dsc
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.4.2-1.dsc
isight-firmware-tools_1.4.2-1_i386.deb
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.4.2-1_i386.deb
isight-firmware-tools_1.4.2.orig.tar.gz
  to 
pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.4.2.orig.tar.gz


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



Accepted bluez 4.42-2 (source all amd64)

2009-07-01 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 20:05:13 +0200
Source: bluez
Binary: libbluetooth3 libbluetooth-dev bluetooth bluez bluez-alsa 
bluez-gstreamer bluez-cups bluez-pcmcia-support bluez-compat bluez-utils 
bluez-audio
Architecture: source all amd64
Version: 4.42-2
Distribution: unstable
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
pkg-bluetooth-maintain...@lists.alioth.debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 bluetooth  - Bluetooth support
 bluez  - Bluetooth tools and daemons
 bluez-alsa - Bluetooth ALSA support
 bluez-audio - Transitional package
 bluez-compat - BlueZ 3.x compatibility binaries
 bluez-cups - Bluetooth printer driver for CUPS
 bluez-gstreamer - Bluetooth GStreamer support
 bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools
 bluez-utils - Transitional package
 libbluetooth-dev - Development files for using the BlueZ Linux Bluetooth 
library
 libbluetooth3 - Library to use the BlueZ Linux Bluetooth stack
Closes: 523050 534511 535089
Changes: 
 bluez (4.42-2) unstable; urgency=low
 .
   * Fix Bashisms in init script (Closes: #534511)
   * Handle upgrade of old /etc/modprobe.d/bluez (Closes: #523050)
   * Conflict/Replace bluez-audio in bluez (Closes: #535089)
Checksums-Sha1: 
 f9f465051315e166dc05a9f0daec7ae6449bdea1 1558 bluez_4.42-2.dsc
 bc8e45b02315267bfd74d52f2e6b5ddf046ecb81 19662 bluez_4.42-2.diff.gz
 ebd6aff60a9854d0b88eb590f4eda75fa3392e80 25102 bluetooth_4.42-2_all.deb
 014f7b8a919d425acf587bf455e3f967e829c5ee 25136 bluez-utils_4.42-2_all.deb
 4503c5d9e83768caf2b834e33260cbe6f2d3afba 24936 bluez-audio_4.42-2_all.deb
 f75556f1871a34df345c1ab5f19b9b14b5df87b1 69800 libbluetooth3_4.42-2_amd64.deb
 f63c940c98735602346e9b963ffc0c4f0bc0db49 50930 
libbluetooth-dev_4.42-2_amd64.deb
 54ac38dca893a64e31b3ea6f0cbaf26265df1995 490282 bluez_4.42-2_amd64.deb
 5d911537070add10b04d022351b43b9b10da6794 58742 bluez-alsa_4.42-2_amd64.deb
 3563ed278b055445892fb74dd9aaed4d3fd8e922 72276 bluez-gstreamer_4.42-2_amd64.deb
 c746fb8470429ff111fbe2af4e5158497725b913 37668 bluez-cups_4.42-2_amd64.deb
 135c8b3a0aa1ca9fd6baac0162fdbe8bea1a36c6 26606 
bluez-pcmcia-support_4.42-2_amd64.deb
 4c2237cc980fb18e1ee947e08d180230b4df90cf 80318 bluez-compat_4.42-2_amd64.deb
Checksums-Sha256: 
 765d8af7a74dd9eb5149cee4c210deb1532c458ff92ee7de4c421830b327d58a 1558 
bluez_4.42-2.dsc
 498c188a0ff0ca708927680f481a4110e434429dba7087abb8e2bae774b4fd39 19662 
bluez_4.42-2.diff.gz
 23e4c9ac7d334b21c8e082598bc81f50e385db1db727c63e880bd9adc03bfb9f 25102 
bluetooth_4.42-2_all.deb
 56ef888f4532c83a241898320ad315874fa823c8065fea0daf6eda657d1fe60b 25136 
bluez-utils_4.42-2_all.deb
 f312bdcd0f5f3758d2925d70fdaeb60ae359c59cce219ff144c5456672b02d09 24936 
bluez-audio_4.42-2_all.deb
 77da353edf30f43604560aa97abd0b92a3a5f8ed021c95bbbc59f57ee02eb2c7 69800 
libbluetooth3_4.42-2_amd64.deb
 a476478c0999d529bcd8e0bf7914f80d1c4b3550c6faadb377fbb85dcb1f0666 50930 
libbluetooth-dev_4.42-2_amd64.deb
 d0852c4e7b417beaee8e00e0facd3100f0e26bac57bad297e1bb2b44a1ebcb3a 490282 
bluez_4.42-2_amd64.deb
 17b247a35480e5f58546b14aa4abedf77bb719cf5db5a1749e2f4ed1fae3f291 58742 
bluez-alsa_4.42-2_amd64.deb
 d3fa2dead9d2c046bc7ba57179b5f88000b68aaa40bbb8a38f22dfee3a5e0bf9 72276 
bluez-gstreamer_4.42-2_amd64.deb
 fe25f054c8da24b5ad5f62eae1e62c89dae99b29c6938b1762d2cf7ef3f307d3 37668 
bluez-cups_4.42-2_amd64.deb
 5835447b7b7598b027eaf3fd4ee4633c7a3dd354c22a8313a0125d44c3c487df 26606 
bluez-pcmcia-support_4.42-2_amd64.deb
 71c19aa6607525d427b225afdc166d47137b47f0d0a7601071ec5e6719ba2582 80318 
bluez-compat_4.42-2_amd64.deb
Files: 
 76efc73961df60e980fe0e17b4c679e9 1558 admin optional bluez_4.42-2.dsc
 d45d29f3b12b689634f58a1e70eb2dfa 19662 admin optional bluez_4.42-2.diff.gz
 e7d468e17c3f4d1e6ff3468d11963a77 25102 admin optional bluetooth_4.42-2_all.deb
 d86cd87720c5fa4dbf66c951298ea2d9 25136 admin optional 
bluez-utils_4.42-2_all.deb
 be7da6752834f11711013882c53ada22 24936 admin optional 
bluez-audio_4.42-2_all.deb
 98c08a90ce8e174386042a8b254197aa 69800 libs optional 
libbluetooth3_4.42-2_amd64.deb
 c213012a53bc6be944938d75649351c2 50930 libdevel extra 
libbluetooth-dev_4.42-2_amd64.deb
 0ec9706992ab6c3cc1d1d2f4d918b069 490282 admin optional bluez_4.42-2_amd64.deb
 782ee5122aa2fcef7840a35e27bfbd4b 58742 admin optional 
bluez-alsa_4.42-2_amd64.deb
 5f22278a36d0b488c30cec7bec583713 72276 admin optional 
bluez-gstreamer_4.42-2_amd64.deb
 6f122f08bc7abf25aaeb43529d1e5401 37668 admin optional 
bluez-cups_4.42-2_amd64.deb
 10a0e4ce4a02f9c665ed75fed094d110 26606 admin extra 
bluez-pcmcia-support_4.42-2_amd64.deb
 3cf9b654f1d8083fe0fa1f7808877179 80318 admin optional 
bluez-compat_4.42-2_amd64.deb

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

iEYEARECAAYFAkpLP6EACgkQABzeamt51AHOwQCgnQjOnQ5vnz3Cw6pkfycIIJrN
iNsAoICPH8Sc1MxpKAI9VsU2vBHtItj3
=Q+55
-END PGP SIGNATURE-


Accepted:
bluetooth_4.42-2_all.deb
  to 

Accepted mpi-defaults 0.6 (source amd64)

2009-07-01 Thread Manuel Prinz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 12:55:41 +0200
Source: mpi-defaults
Binary: mpi-default-dev mpi-default-bin
Architecture: source amd64
Version: 0.6
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Manuel Prinz man...@debian.org
Description: 
 mpi-default-bin - Standard MPI runtime programs
 mpi-default-dev - Standard MPI development files
Closes: 532643
Changes: 
 mpi-defaults (0.6) unstable; urgency=low
 .
   * Set Standards-Version to 3.8.2. No changes needed.
   * Added lpia to list of supported architectures, defaulting to
 Open MPI. Thanks to Steven Susbauer! (Closes: #532643)
Checksums-Sha1: 
 ba720a54ab855ee4d437c0eb2fb8fe7730ee377a 1338 mpi-defaults_0.6.dsc
 d80873a7ec1295069c4b5a8a05bd511238a5149f 2916 mpi-defaults_0.6.tar.gz
 f8afb94ecb7b3caf93b4701835650071bb1796c0 3202 mpi-default-dev_0.6_amd64.deb
 56b6e116f71e230317e8b36a0c6faee96db69bf5 2610 mpi-default-bin_0.6_amd64.deb
Checksums-Sha256: 
 41ea6ee354728586704ce63e3a201c0f8168d952964f80e3b9e407d7e38c92ba 1338 
mpi-defaults_0.6.dsc
 323c8def775e9fc46b5546897f86241451ca96bc20332a39301c25079601213c 2916 
mpi-defaults_0.6.tar.gz
 97eda2716f9471545504e60cf363b360a459bf83b18b2392dcc5f082614825c4 3202 
mpi-default-dev_0.6_amd64.deb
 6ba38cbb6b833854886a256fc2ffc8899fb2fa43dc6407d03a5f4e3784c2141a 2610 
mpi-default-bin_0.6_amd64.deb
Files: 
 8812d215fdcd37f965ed449eff81d1aa 1338 devel extra mpi-defaults_0.6.dsc
 4a6e515731cd3db472ad7a7f417cdf32 2916 devel extra mpi-defaults_0.6.tar.gz
 f159cfec0dab34c10f45b21ab930aa7f 3202 libdevel extra 
mpi-default-dev_0.6_amd64.deb
 b9cdad1eb96cdf451b00da22dec2a3b3 2610 net extra mpi-default-bin_0.6_amd64.deb

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

iEYEARECAAYFAkpLQUUACgkQ8WlhyMyNeVcCigCdEtHrrk5hf8P+mv9oZmOXQIYp
PrEAoI18bsYGY7t6NLLDsxtZvsZ4ZZi3
=N3m4
-END PGP SIGNATURE-


Accepted:
mpi-default-bin_0.6_amd64.deb
  to pool/main/m/mpi-defaults/mpi-default-bin_0.6_amd64.deb
mpi-default-dev_0.6_amd64.deb
  to pool/main/m/mpi-defaults/mpi-default-dev_0.6_amd64.deb
mpi-defaults_0.6.dsc
  to pool/main/m/mpi-defaults/mpi-defaults_0.6.dsc
mpi-defaults_0.6.tar.gz
  to pool/main/m/mpi-defaults/mpi-defaults_0.6.tar.gz


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



Accepted chmlib 2:0.40-1 (source i386)

2009-07-01 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 14:33:30 +0530
Source: chmlib
Binary: libchm1 libchm-dev libchm-bin
Architecture: source i386
Version: 2:0.40-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 libchm-bin - library for dealing with Microsoft CHM files (test programs)
 libchm-dev - library for dealing with Microsoft CHM files (development)
 libchm1- library for dealing with Microsoft CHM files
Closes: 449209 530116 532571
Changes: 
 chmlib (2:0.40-1) unstable; urgency=low
 .
   * New upstream release (Closes: #532571)
 + Fixed bashism in /bin/sh scripts (Closes: #530116)
 + Fixed chm_http craches due to segmentation fault on massive
   fetching (Closes: #449209)
   * debian/control:
 + Updated to Standards-Version 3.8.2 (no changes needed)
   * debian/copyright:
 + Removed versionless symlink to license texts
   * debian/patches/src_Makefile.in.diff:
 + Updated for new version
Checksums-Sha1: 
 b0e1be29b5fe5ec0a1b975db38958c48c46f9d9b 1034 chmlib_0.40-1.dsc
 8d9e4b9b79a23974aa06fb792ae652560bac5c4e 323492 chmlib_0.40.orig.tar.gz
 3f1fac995fa6398fa47dc47311521533c842d19c 7610 chmlib_0.40-1.diff.gz
 ef23f43a4fb0b7a9b1f655006f4749ad0b06cfbf 31700 libchm1_0.40-1_i386.deb
 b8fa99fa7821e66ee97e76222b8d1f72549cf56b 30256 libchm-dev_0.40-1_i386.deb
 40b72c96fa2707885c7a8af9a38512bb4f564052 20358 libchm-bin_0.40-1_i386.deb
Checksums-Sha256: 
 9816bb6ebae00f2fdde4666abd950a7b9fc5e4f6e47d12cf8589f6c1da45464d 1034 
chmlib_0.40-1.dsc
 512148ed1ca86dea051ebcf62e6debbb00edfdd9720cde28f6ed98071d3a9617 323492 
chmlib_0.40.orig.tar.gz
 f186310576239c25d09e7a42e8586840a60648538cd03484e79f1f2b0fec5c17 7610 
chmlib_0.40-1.diff.gz
 e9e68a0a0f027f4df72987befa2d1500ee1566fdcd2137142da4e94cb7440e99 31700 
libchm1_0.40-1_i386.deb
 36e9ac08d0e627ca81e2aca10e28bed2a87347294e09c808e1c54af091bb4830 30256 
libchm-dev_0.40-1_i386.deb
 8ef93cd7a3fe0e36602accde2c7a552d51a2f91079d37553acce4323af6e8b62 20358 
libchm-bin_0.40-1_i386.deb
Files: 
 1299a7b79f130f9925edb1d6566b21e8 1034 libs optional chmlib_0.40-1.dsc
 96b8e9ac52015902941862171f5daa4c 323492 libs optional chmlib_0.40.orig.tar.gz
 a02b03e05362416891671e817f3eede5 7610 libs optional chmlib_0.40-1.diff.gz
 beae37891acd3629c8ef1dcd245c65ea 31700 libs optional libchm1_0.40-1_i386.deb
 1398ebe8a4bb930325c3ff79f346eae5 30256 libdevel optional 
libchm-dev_0.40-1_i386.deb
 9328ae0bed1c1a675a503b2a96aa464e 20358 libdevel optional 
libchm-bin_0.40-1_i386.deb

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

iEYEARECAAYFAkpLQSAACgkQoRg/jtECjI0ZQgCgiNepcxoqMvgXS8jjnUUaYgwo
FxIAn19ZQmxPWpJ35o3qMUR0s47Wx54I
=Up9j
-END PGP SIGNATURE-


Accepted:
chmlib_0.40-1.diff.gz
  to pool/main/c/chmlib/chmlib_0.40-1.diff.gz
chmlib_0.40-1.dsc
  to pool/main/c/chmlib/chmlib_0.40-1.dsc
chmlib_0.40.orig.tar.gz
  to pool/main/c/chmlib/chmlib_0.40.orig.tar.gz
libchm-bin_0.40-1_i386.deb
  to pool/main/c/chmlib/libchm-bin_0.40-1_i386.deb
libchm-dev_0.40-1_i386.deb
  to pool/main/c/chmlib/libchm-dev_0.40-1_i386.deb
libchm1_0.40-1_i386.deb
  to pool/main/c/chmlib/libchm1_0.40-1_i386.deb


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



Accepted gupnp 0.12.6-3.1 (source all amd64)

2009-07-01 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 13:10:13 +0200
Source: gupnp
Binary: libgupnp-1.0-2 libgupnp-1.0-dev libgupnp-1.0-dbg libgupnp-doc
Architecture: source all amd64
Version: 0.12.6-3.1
Distribution: unstable
Urgency: high
Maintainer: Ross Burton r...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 libgupnp-1.0-2 - GObject-based library for UPnP
 libgupnp-1.0-dbg - GObject-based library for UPnP (debug symbols)
 libgupnp-1.0-dev - GObject-based library for UPnP (development files)
 libgupnp-doc - GObject-based library for UPnP (documentation)
Closes: 534594
Changes: 
 gupnp (0.12.6-3.1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix remote denial of service that can be triggered via an action
 without any content (CVE-2009-2174; Closes: #534594).
Checksums-Sha1: 
 d425a9d6a19d0abd92bcbf975998984542232326 1113 gupnp_0.12.6-3.1.dsc
 48d5e629c7f41d55667556888a2fb83f50ba3f52 2824 gupnp_0.12.6-3.1.diff.gz
 a9b60fbae722df6c3284dcd8e691152d662c6cd3 84608 libgupnp-doc_0.12.6-3.1_all.deb
 ca5610711e1105fd858961f66171a4916a4c892b 73768 
libgupnp-1.0-2_0.12.6-3.1_amd64.deb
 cb874520573f8b89fb7e8aed1421ab6eb9bef0bb 109678 
libgupnp-1.0-dev_0.12.6-3.1_amd64.deb
 5967baf7be5e23138d6894fcaee480c2e0c6ffaf 143218 
libgupnp-1.0-dbg_0.12.6-3.1_amd64.deb
Checksums-Sha256: 
 3e9c423ff79a22bc0268e5beab703b11c2e674dd3d7adb4b1c41cf6b9e0e72dc 1113 
gupnp_0.12.6-3.1.dsc
 bfeb80af041b9c47d99e9814ba25015d319acbe25d8257cfebf2e53f7509df11 2824 
gupnp_0.12.6-3.1.diff.gz
 0b7971ffb1951c577d294c2beffdeb18c87bbd6a3d5d14d49e76684751fefd53 84608 
libgupnp-doc_0.12.6-3.1_all.deb
 eceb9ef4e8834603f1ab6834953ae6af6bbfe1040a2d5ae33abbc1de76d01be9 73768 
libgupnp-1.0-2_0.12.6-3.1_amd64.deb
 bc835ab2e0407cc4b34e61f75bb1269e0a67fee2a4fee408685b6f67de4c5a01 109678 
libgupnp-1.0-dev_0.12.6-3.1_amd64.deb
 756a90d6bfd255c0e5d74645f7635b641e1c6bba05903a3b0b9eb616e42c7f15 143218 
libgupnp-1.0-dbg_0.12.6-3.1_amd64.deb
Files: 
 9fa86042cc90c1993793548e8b7ebdef 1113 libs optional gupnp_0.12.6-3.1.dsc
 60c2ccb7ccdafe80e1c540559d463aac 2824 libs optional gupnp_0.12.6-3.1.diff.gz
 9b3be5b225f01243192540e5510b540f 84608 doc optional 
libgupnp-doc_0.12.6-3.1_all.deb
 39cbe7b6fa4ff55038ececca2914c797 73768 libs optional 
libgupnp-1.0-2_0.12.6-3.1_amd64.deb
 8bb4b8ad70abfee0f036e78686b723b1 109678 libdevel optional 
libgupnp-1.0-dev_0.12.6-3.1_amd64.deb
 ebd68d7fe017cd213ec5c62ffb11f7fa 143218 libdevel extra 
libgupnp-1.0-dbg_0.12.6-3.1_amd64.deb

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

iEYEARECAAYFAkpLRPIACgkQHYflSXNkfP8qHwCeMpjOVOPRCbnX76OMQ1pHlS/F
xfgAn3jHGxD/6yR+x1orfNxIbsCy34Lm
=RuG3
-END PGP SIGNATURE-


Accepted:
gupnp_0.12.6-3.1.diff.gz
  to pool/main/g/gupnp/gupnp_0.12.6-3.1.diff.gz
gupnp_0.12.6-3.1.dsc
  to pool/main/g/gupnp/gupnp_0.12.6-3.1.dsc
libgupnp-1.0-2_0.12.6-3.1_amd64.deb
  to pool/main/g/gupnp/libgupnp-1.0-2_0.12.6-3.1_amd64.deb
libgupnp-1.0-dbg_0.12.6-3.1_amd64.deb
  to pool/main/g/gupnp/libgupnp-1.0-dbg_0.12.6-3.1_amd64.deb
libgupnp-1.0-dev_0.12.6-3.1_amd64.deb
  to pool/main/g/gupnp/libgupnp-1.0-dev_0.12.6-3.1_amd64.deb
libgupnp-doc_0.12.6-3.1_all.deb
  to pool/main/g/gupnp/libgupnp-doc_0.12.6-3.1_all.deb


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



Accepted fbterm 1.5-1 (source i386)

2009-07-01 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 May 2009 06:53:08 +0900
Source: fbterm
Binary: fbterm
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu iwama...@nigauri.org
Changed-By: Nobuhiro Iwamatsu iwama...@nigauri.org
Description: 
 fbterm - A fast framebuffer based terminal emulator for Linux
Changes: 
 fbterm (1.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 692c871a75372933d2c6f758a04ea0014655da6d 1083 fbterm_1.5-1.dsc
 45a74a11b13f9e9b8a8f29fe9155c9cab3772f13 174666 fbterm_1.5.orig.tar.gz
 260962eea988ea019d1dbc60959ee57a9118c17b 1995 fbterm_1.5-1.diff.gz
 d17f86e7e1c1af9209c348b5745343a7b38266e8 49666 fbterm_1.5-1_i386.deb
Checksums-Sha256: 
 0fe4707a658a88a17c72cf47b6ece8db29b8e5ae6b11acca43c703c006f11672 1083 
fbterm_1.5-1.dsc
 4bcbbdaf656a08dfc90b5128514a1ec15e62c1e1b41dcf8656301d959e611f17 174666 
fbterm_1.5.orig.tar.gz
 212dcabd49b862f93d74405963d1d4b9b3a6858330f03bc693ac0be0ad85c470 1995 
fbterm_1.5-1.diff.gz
 085684aa2a2e0742fb7a3a381496c7bed047a93fedb2854deb810cfcff7db619 49666 
fbterm_1.5-1_i386.deb
Files: 
 cbfb29dcb49022ae08303d47dc8820a1 1083 utils optional fbterm_1.5-1.dsc
 8f4eb318718aac9f16bf3bd4e401c936 174666 utils optional fbterm_1.5.orig.tar.gz
 ff6eaa47ec44afadf2af9bd97a47ce61 1995 utils optional fbterm_1.5-1.diff.gz
 dedfb0ae56eb781854e2840b772760e7 49666 utils optional fbterm_1.5-1_i386.deb

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

iEYEARECAAYFAkpDEYAACgkQQSHHQzFw6+kZvgCfdhe8DW6h3QarZqNXD+gsWUFT
3/cAnRwBTAxQSSzsuj1+lrNWQDRJ8F5h
=FXjB
-END PGP SIGNATURE-


Accepted:
fbterm_1.5-1.diff.gz
  to pool/main/f/fbterm/fbterm_1.5-1.diff.gz
fbterm_1.5-1.dsc
  to pool/main/f/fbterm/fbterm_1.5-1.dsc
fbterm_1.5-1_i386.deb
  to pool/main/f/fbterm/fbterm_1.5-1_i386.deb
fbterm_1.5.orig.tar.gz
  to pool/main/f/fbterm/fbterm_1.5.orig.tar.gz


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



Accepted rtpg 0.1.4-1 (source all)

2009-07-01 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 01 Jul 2009 14:54:22 +0400
Source: rtpg
Binary: rtpg-www
Architecture: source all
Version: 0.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 rtpg-www   - web based front end for rTorrent
Changes: 
 rtpg (0.1.4-1) unstable; urgency=low
 .
   * New upstream version (Now RTPG supports working on ports
 different 80 or 443).
   * Fixed a few lintian warnings.
Checksums-Sha1: 
 50989a4c8dc58a57d9e8a0a8e260dbd8d9bef948 1007 rtpg_0.1.4-1.dsc
 7b700ced9c54021126584891642c2308af127582 405375 rtpg_0.1.4.orig.tar.gz
 f8ff345021e41e5de4878c1bb102e778fda38a59 20 rtpg_0.1.4-1.diff.gz
 91d9027059c12d330e6f8c2c0829ac81698f30f6 80214 rtpg-www_0.1.4-1_all.deb
Checksums-Sha256: 
 12a9d66a9bae7ec67cfd992f755b23e8145d4dd3fb6ff71d3081173f4770d9ac 1007 
rtpg_0.1.4-1.dsc
 1dd375e1b8993f3a6eed97be773b76253d4bce6ba04291985b66c0a4abdd46ca 405375 
rtpg_0.1.4.orig.tar.gz
 f5ba426975ab7b275a14035231eb4a5c3673374b519faaeb159066a209cde825 20 
rtpg_0.1.4-1.diff.gz
 a3434c03985e3242cf276bba6fab670243a5e6905303b22ec2f3c0c7d4cd109c 80214 
rtpg-www_0.1.4-1_all.deb
Files: 
 6a540a5b57600c451b7c53ecce0ed027 1007 web optional rtpg_0.1.4-1.dsc
 f92195c2daf0049722d2fce264d34237 405375 web optional rtpg_0.1.4.orig.tar.gz
 54522bdc4f0d38128a8ad1f8ed20f734 20 web optional rtpg_0.1.4-1.diff.gz
 e53c5960bc306c80dbde10f97e4fb123 80214 web optional rtpg-www_0.1.4-1_all.deb

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

iEYEAREDAAYFAkpLQjwACgkQq4wAz/jiZTcyhQCcDDbH2pqdHSERJN+qKgqZuIsJ
B60AoLSTzUXsWX6+8L/lgQoUsPetS3FV
=ql0b
-END PGP SIGNATURE-


Accepted:
rtpg-www_0.1.4-1_all.deb
  to pool/main/r/rtpg/rtpg-www_0.1.4-1_all.deb
rtpg_0.1.4-1.diff.gz
  to pool/main/r/rtpg/rtpg_0.1.4-1.diff.gz
rtpg_0.1.4-1.dsc
  to pool/main/r/rtpg/rtpg_0.1.4-1.dsc
rtpg_0.1.4.orig.tar.gz
  to pool/main/r/rtpg/rtpg_0.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



Accepted cableswig 0.1.0+cvs20090701-1 (source amd64)

2009-07-01 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 06:05:48 -0500
Source: cableswig
Binary: cableswig
Architecture: source amd64
Version: 0.1.0+cvs20090701-1
Distribution: unstable
Urgency: low
Maintainer: Gavin Baker gav...@antonym.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 cableswig  - Generate wrappers for Python and Tcl from C++ code
Changes: 
 cableswig (0.1.0+cvs20090701-1) unstable; urgency=low
 .
   * New upstream, pulled from ITK-3-14 CVS branch.
 - patches/01_SWIG-CMakeLists-SWIG_LIB_INSTALL.diff: Remove.  Applied
 upstream.
Checksums-Sha1: 
 b9c7cbdf950d80e06408500b67d4f755f226ae8e 1208 cableswig_0.1.0+cvs20090701-1.dsc
 6ce201bb3a80baf64d744bd44e3a6e0f525b4f8f 1888461 
cableswig_0.1.0+cvs20090701.orig.tar.gz
 39fd99940c728558962c543a9c58330a01a8a22e 6698 
cableswig_0.1.0+cvs20090701-1.diff.gz
 628216f01acabe5557ca25b05be911b3ac82d31c 769528 
cableswig_0.1.0+cvs20090701-1_amd64.deb
Checksums-Sha256: 
 4ccee9a64a28d769ff18dcd14ace7ca16fb45415ba5983fbe914c645452bf9fc 1208 
cableswig_0.1.0+cvs20090701-1.dsc
 c7cfb5263b179a4af95f2dea6186bd82805885a1007798a15566490e2d554462 1888461 
cableswig_0.1.0+cvs20090701.orig.tar.gz
 0df40cc58b463aaf4cf8ea2c8958cebf0d8c00d5c04fee0617eac27957d63759 6698 
cableswig_0.1.0+cvs20090701-1.diff.gz
 ba7934af618d9ef0fd96b49f82c4e311a628d2012905598634dd36c65a726070 769528 
cableswig_0.1.0+cvs20090701-1_amd64.deb
Files: 
 26ff543e5d0a14fc4fed764d458dce1a 1208 devel optional 
cableswig_0.1.0+cvs20090701-1.dsc
 b4191a7ebc2e1086ad525b0c75d55ce1 1888461 devel optional 
cableswig_0.1.0+cvs20090701.orig.tar.gz
 4fd549f4c134b5d354f51227f04d1b56 6698 devel optional 
cableswig_0.1.0+cvs20090701-1.diff.gz
 98904a8221fe72eabfa4835cf254abdb 769528 devel optional 
cableswig_0.1.0+cvs20090701-1_amd64.deb

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

iD8DBQFKS0e50i2bPSHbMcURAgvdAKCjOpUWN1PXSeEe/AatvppJxCtjiACeIN7K
RZrSJ9AEyiodClkkLlz7j34=
=Pdvf
-END PGP SIGNATURE-


Accepted:
cableswig_0.1.0+cvs20090701-1.diff.gz
  to pool/main/c/cableswig/cableswig_0.1.0+cvs20090701-1.diff.gz
cableswig_0.1.0+cvs20090701-1.dsc
  to pool/main/c/cableswig/cableswig_0.1.0+cvs20090701-1.dsc
cableswig_0.1.0+cvs20090701-1_amd64.deb
  to pool/main/c/cableswig/cableswig_0.1.0+cvs20090701-1_amd64.deb
cableswig_0.1.0+cvs20090701.orig.tar.gz
  to pool/main/c/cableswig/cableswig_0.1.0+cvs20090701.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



Accepted gccxml 0.9.0+cvs20090701-1 (source amd64)

2009-07-01 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 06:57:07 -0500
Source: gccxml
Binary: gccxml
Architecture: source amd64
Version: 0.9.0+cvs20090701-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 gccxml - XML output extension to GCC
Changes: 
 gccxml (0.9.0+cvs20090701-1) unstable; urgency=low
 .
   * New cvs snapshot.
 - patches/03_gcc-4.3.diff: Remove.  Applied upstream.
Checksums-Sha1: 
 713195e96853a385a904b38d0499096d5b0c6d61 1051 gccxml_0.9.0+cvs20090701-1.dsc
 6a50ddfdb4fc74f020e930ff6eea95bd70f9652a 17044650 
gccxml_0.9.0+cvs20090701.orig.tar.gz
 e8ee70d30f505c07837f4da3657915c1590348ba 5322 
gccxml_0.9.0+cvs20090701-1.diff.gz
 2d199dd4e136a71d37238ff6f0cbe9ff24ec2e7b 3976186 
gccxml_0.9.0+cvs20090701-1_amd64.deb
Checksums-Sha256: 
 2d9530f73df58a189e2fef625c163cea6d3321c62192a0f59b9946f6ec36a5f2 1051 
gccxml_0.9.0+cvs20090701-1.dsc
 8c013210b88c50b175906e7ca4c25f3335098da7d5fa7bcbfe8b339f5bd38322 17044650 
gccxml_0.9.0+cvs20090701.orig.tar.gz
 3dbced6dbb04e46ed7d4e66164018295af88495b404ba089de14733ac4849936 5322 
gccxml_0.9.0+cvs20090701-1.diff.gz
 060f5297ecf1b2ff63775615fcf2223204d23ed2757c9e2ce8b74c6dad359cd9 3976186 
gccxml_0.9.0+cvs20090701-1_amd64.deb
Files: 
 11ba1c0ede1330c6cb0c9bea46317116 1051 devel optional 
gccxml_0.9.0+cvs20090701-1.dsc
 6516147420f25fd509af63ec605ccb62 17044650 devel optional 
gccxml_0.9.0+cvs20090701.orig.tar.gz
 30f2c71726fa0ba342a2707900e644c6 5322 devel optional 
gccxml_0.9.0+cvs20090701-1.diff.gz
 441e3572c49d64d2a410b994ebe049d6 3976186 devel optional 
gccxml_0.9.0+cvs20090701-1_amd64.deb

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

iD8DBQFKS1Hl0i2bPSHbMcURAjXXAKCCIOoDF7/iRy64gcfrXxOBTlq3DACfavbs
DdFyZMpHuMbrBHLtPsD5dxU=
=2Njq
-END PGP SIGNATURE-


Accepted:
gccxml_0.9.0+cvs20090701-1.diff.gz
  to pool/main/g/gccxml/gccxml_0.9.0+cvs20090701-1.diff.gz
gccxml_0.9.0+cvs20090701-1.dsc
  to pool/main/g/gccxml/gccxml_0.9.0+cvs20090701-1.dsc
gccxml_0.9.0+cvs20090701-1_amd64.deb
  to pool/main/g/gccxml/gccxml_0.9.0+cvs20090701-1_amd64.deb
gccxml_0.9.0+cvs20090701.orig.tar.gz
  to pool/main/g/gccxml/gccxml_0.9.0+cvs20090701.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



Accepted icedove 2.0.0.22-1 (source amd64)

2009-07-01 Thread Alexander Sack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 12:18:03 +0200
Source: icedove
Binary: icedove icedove-gnome-support icedove-dbg icedove-dev
Architecture: source amd64
Version: 2.0.0.22-1
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Mozilla Team ubuntu-mozillat...@lists.ubuntu.com
Changed-By: Alexander Sack a...@debian.org
Description: 
 icedove- free/unbranded thunderbird mail/news/rss clone
 icedove-dbg - Debug Symbols for Icedove
 icedove-dev - Development files for Icedove
 icedove-gnome-support - Support for Gnome in Icedove
Closes: 535124
Changes: 
 icedove (2.0.0.22-1) unstable; urgency=low
 .
   * New upstream security/stability update (v2.0.0.21/v2.0.0.22) (Closes: 
535124)
 * MFSA 2009-33: Crash viewing multipart/alternative message with 
text/enhanced part
 * MFSA 2009-32 aka CVE-2009-1841: JavaScript chrome privilege escalation
 * MFSA 2009-29 aka CVE-2009-1838: Arbitrary code execution using event 
listeners
   attached to an element whose owner document is null
 * MFSA 2009-27 aka CVE-2009-1836: SSL tampering via non-200 responses to 
proxy
   CONNECT requests
 * MFSA 2009-24 aka CVE-2009-1832+CVE-2009-1831: Crashes with evidence of 
memory
   corruption (rv:1.9.0.11)
 * MFSA 2009-17 aka CVE-2009-1307: Same-origin violations when Adobe Flash 
loaded
   via view-source: scheme
 * MFSA 2009-14 aka CVE-2009-1303+CVE-2009-1302: Crashes with evidence of 
memory
   corruption (rv:1.9.0.9)
 * MFSA 2009-15 aka CVE-2009-0652: URL spoofing with box drawing character
 * MFSA 2009-10 aka CVE-2009-0040: Upgrade PNG library to fix memory safety 
hazards
 * MFSA 2009-09 aka CVE-2009-0776: XML data theft via RDFXMLDataSource and 
cross-domain
   redirect
 * MFSA 2009-07 aka CVE-2009-0771,-0772,-0773,-0774: Crashes with evidence 
of memory
   corruption (rv:1.9.0.7)
 * MFSA 2009-01 aka CVE-2009-0352,CVE-2009-0353 Crashes with evidence of 
memory
   corruption (rv:1.9.0.6)
   * adjust patches to changed codebase
 - update debian/patches/ubuntu-mail-app-xre-name
Checksums-Sha1: 
 398da416eacbf016c236537c68b70fe7760836c7 2340 icedove_2.0.0.22-1.dsc
 69906157f63eb834f9448113935a54cdd7c57b5a 36965969 icedove_2.0.0.22.orig.tar.gz
 01929d25780e89ff7be061780139c4e65a5086da 119647 icedove_2.0.0.22-1.diff.gz
 3c369a22c26902aef61966ee11165784e50193ba 12322482 icedove_2.0.0.22-1_amd64.deb
 22e4f0f550be6bdeeedd7bfe7ed7b7b0371c1586 58586 
icedove-gnome-support_2.0.0.22-1_amd64.deb
 2043893fc1e3aafb8e7f48da3abc6549bb01df55 57821440 
icedove-dbg_2.0.0.22-1_amd64.deb
 61ac3071f4a3ec9b963c47701e05362e72e8f5c8 3918212 
icedove-dev_2.0.0.22-1_amd64.deb
Checksums-Sha256: 
 0bc9971e58a439c63bea62bf1a3a51ae58f6ef83d50500a030ef36559f683d0c 2340 
icedove_2.0.0.22-1.dsc
 a7807bee77140c93ef335c726609eebb4f35eaec0fc316e309e959dfecf11fa1 36965969 
icedove_2.0.0.22.orig.tar.gz
 6534ec6afad82c254951542818157a9ddb0ec6bbec4cc4f772f21106d24b38ee 119647 
icedove_2.0.0.22-1.diff.gz
 d3cf7639c660655add32b0f120a1c5bf9724730eb7e19bb4a4b7abca1f81c222 12322482 
icedove_2.0.0.22-1_amd64.deb
 c265a06a449b3126f1c05a75a5d2f16acff1a5f2a6de71774a29d6d76a91f0d0 58586 
icedove-gnome-support_2.0.0.22-1_amd64.deb
 67506d771998b1872803bc4c76376b68918aacacfd27246f6d9052080bed936e 57821440 
icedove-dbg_2.0.0.22-1_amd64.deb
 a234e0af1c812ff7d896479956c76a5a27d8df91beb9cf2f1ebd3f2a19bee07f 3918212 
icedove-dev_2.0.0.22-1_amd64.deb
Files: 
 cc10cb12e7c174d4c8a5c87698fcc78d 2340 mail optional icedove_2.0.0.22-1.dsc
 8e0ffafaece0680a42c0cb11ff34c64a 36965969 mail optional 
icedove_2.0.0.22.orig.tar.gz
 d37562ffa218b4cf1730a27fddd9857d 119647 mail optional 
icedove_2.0.0.22-1.diff.gz
 b36503cfc9345d9fea402c8b6f21e7df 12322482 mail optional 
icedove_2.0.0.22-1_amd64.deb
 69d09de772a749cf287f43b38a4762a0 58586 mail optional 
icedove-gnome-support_2.0.0.22-1_amd64.deb
 443811e9f4a8a010773660dccaf8bf9a 57821440 mail optional 
icedove-dbg_2.0.0.22-1_amd64.deb
 2db8c1314bf950d4cb347b4a28f775d3 3918212 mail optional 
icedove-dev_2.0.0.22-1_amd64.deb

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

iQIcBAEBAgAGBQJKS1XdAAoJEKBE/gcUDGZkSrQP+gKpjWHUpJylsqKEeI89TaoA
mkJqHhL6J74A8dzfrKBbewAlaUdHLfxo5LzHrMytP+ef7+68evtLROKjZFi2cwLT
Tj+d4jU5OnqYO5bsi3DkfXJ8PkE/tLujgBsuB0TOyrzV1DO+Sn1rccR2AQQoCYBy
76VtmFa4SGEgMylzZPvDFTN/a1y0iFncLWBMq3bdmvXaj72eaASdeg2yKT2VMWet
hl8SagLSHcUDJNMWFUqXyNE69uxxmce4WcnaGGNv5mJwbw2GwD4WNUYisZXYJzt/
4Vl7KFE9dGmzFLlNouR8BOSgJgDI/QQYSSplxnT2je6HAZ+75Mm5wKLviXoSYQbc
upXKkQ5/12Nka9+1cdG0s7Vyvv6wadTmzU9fzip8BI26HHRS1SSH6+OvB7Ul24gh
3s/GNtPEqOQ/Q4gSv4FH5O9wE0maCcdlAD0/CU75CCD5LoBq+a2Pje5oByPsP/Fi
D/553YmY6hUXe3vgRE8VKCR9QPSwVI8yo/ywmJMOpYPrz37z2TpmqIauuSd5aPPl
1OupF0ePsUVFvJtE8cFW95tBfRGQb+SFAB89bkmOrSfeNBOajK92qAg4bKj+T/f+
PJUJZhMrUxc4H1wGPOtoSPSnDFOQZY4xjUiUImIpJELhfHhqoAOVZ9c5ajZrIpvK
3y0nWAoxJxtcUlLgF7UD
=e51i
-END PGP SIGNATURE-


Accepted:
icedove-dbg_2.0.0.22-1_amd64.deb
  to 

Accepted prima 1.28-1 (source amd64)

2009-07-01 Thread Bas Zoetekouw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 10:32:44 +0200
Source: prima
Binary: libprima-perl
Architecture: source amd64
Version: 1.28-1
Distribution: unstable
Urgency: low
Maintainer: Bas Zoetekouw b...@debian.org
Changed-By: Bas Zoetekouw b...@debian.org
Description: 
 libprima-perl - multi-platform GUI development toolkit for Perl
Closes: 527687
Changes: 
 prima (1.28-1) unstable; urgency=low
 .
   * New upstream release:
 - Support JPEG comments and metadata. Save multiframe images.
 - Abandond prigraph, adopt libjpeg/libpng/etc cohort instead.
 - Develop gif animation features.
 - Closes: #527687
   * Increase standards-version to 3.8.2:
 - Added Homepage field to control file
   * Fix dependency on linungif4-dev (now libgif-dev)
   * Work around pod2man weirdness involving spaced-only S   statements in
 ./pod/Prima/Widget/place.pod./pod/Prima/Widget/place.pod
   * Link with --as-needed to get rid of unnecessary dependencies
   * Fix pod/Prima/Printer.pod to not generate warnings when converted to a man
 page
Checksums-Sha1: 
 22765cd167860964d27d5454b0d9253ad4bf0fda 1140 prima_1.28-1.dsc
 13193827c4c6be0dde0e595a498c954bd4ce2f4e 1433311 prima_1.28.orig.tar.gz
 0985fa0a6adfe9e632fde78609fa12f06061a6b7 5477 prima_1.28-1.diff.gz
 bb40672e8ad1b41d9212e2c337bc065bd15c8d92 2002510 libprima-perl_1.28-1_amd64.deb
Checksums-Sha256: 
 a810a7e1b48aeafea8ad600e083f1af6648f05e48feda44a9d32ec990cdbe7a9 1140 
prima_1.28-1.dsc
 aad694619de487f538b693728125d3a517f0b2929c027e77a9064a292bfd695d 1433311 
prima_1.28.orig.tar.gz
 b399b51851a23515f5e1831d9d33552262339a465a7caf701e22ce22db38c9ec 5477 
prima_1.28-1.diff.gz
 3388b0adb9687107d47bac0bf37113f9e117866370eaec85f055af87b7a56b99 2002510 
libprima-perl_1.28-1_amd64.deb
Files: 
 0ce0985c33dddf864bd2e264231ac91f 1140 perl extra prima_1.28-1.dsc
 6bfa2dc2b1ad7c392eed10f24956f4d7 1433311 perl extra prima_1.28.orig.tar.gz
 d04f76a7a48d2a75331392b681b3fc11 5477 perl extra prima_1.28-1.diff.gz
 64b446119811c3011328754f49b14307 2002510 perl extra 
libprima-perl_1.28-1_amd64.deb

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

iD8DBQFKS13ZK67kHwZE+rcRAq3EAKCHZ53gRi8xKvMPPDxagznz7+yJMQCgrEwh
LMSCLiYzyLXFUIqzborCRF8=
=rzzF
-END PGP SIGNATURE-


Accepted:
libprima-perl_1.28-1_amd64.deb
  to pool/main/p/prima/libprima-perl_1.28-1_amd64.deb
prima_1.28-1.diff.gz
  to pool/main/p/prima/prima_1.28-1.diff.gz
prima_1.28-1.dsc
  to pool/main/p/prima/prima_1.28-1.dsc
prima_1.28.orig.tar.gz
  to pool/main/p/prima/prima_1.28.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



Accepted libautodie-perl 2.03-1 (source all)

2009-07-01 Thread Ikusnet SLL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 10:24:00 +0200
Source: libautodie-perl
Binary: libautodie-perl
Architecture: source all
Version: 2.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad (Ikusnet SLL) an...@grupoikusnet.com
Description: 
 libautodie-perl - Perl pragma to make certain failures fatal
Changes: 
 libautodie-perl (2.03-1) unstable; urgency=low
 .
   * New upstream release
   * debian/rules: Move to mimalistic dh7 style
Checksums-Sha1: 
 9648c515862d5e3d33ebfe05b83117a391261cea 1609 libautodie-perl_2.03-1.dsc
 5124156f4006a9343f454df9f46ad497be952852 71986 libautodie-perl_2.03.orig.tar.gz
 3c0d446f08a81eeeabd43605de6e3d9fc5fcaae7 2235 libautodie-perl_2.03-1.diff.gz
 39ad27b243f0ef06d9806927d5fc1311d1b2f21f 62128 libautodie-perl_2.03-1_all.deb
Checksums-Sha256: 
 55534a7ce66b8f2a6cd1122130b37e587cb4d4ab12e3fcad4b825639914f9fee 1609 
libautodie-perl_2.03-1.dsc
 f51e1b6b84751fbc306691baff9fd80e73bd61d10d49729301ef53b82fb75785 71986 
libautodie-perl_2.03.orig.tar.gz
 956bc94d221b347c9d6ce758a91d90583dccbcb722437b5f20af3fff9dc1f32f 2235 
libautodie-perl_2.03-1.diff.gz
 9e526e385dd8f8136c2451323686fd83e0493455deecff15f32fd90824540147 62128 
libautodie-perl_2.03-1_all.deb
Files: 
 05a2f2ca54b96d7d4f369c2f16dcc66a 1609 perl optional libautodie-perl_2.03-1.dsc
 527164501196b588db741561baf68696 71986 perl optional 
libautodie-perl_2.03.orig.tar.gz
 b7cde66e9efc9a6038771504d13a5a72 2235 perl optional 
libautodie-perl_2.03-1.diff.gz
 861a08dc37890f7e2c3f5884fed83274 62128 perl optional 
libautodie-perl_2.03-1_all.deb

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

iEYEARECAAYFAkpLZB0ACgkQ2A7zWou1J6+HwgCgp4Jv49s+2AwmBLkp8sngcg3b
jqsAoMcNXvHruFqEadT8toQHUjkl63P/
=mMCj
-END PGP SIGNATURE-


Accepted:
libautodie-perl_2.03-1.diff.gz
  to pool/main/liba/libautodie-perl/libautodie-perl_2.03-1.diff.gz
libautodie-perl_2.03-1.dsc
  to pool/main/liba/libautodie-perl/libautodie-perl_2.03-1.dsc
libautodie-perl_2.03-1_all.deb
  to pool/main/liba/libautodie-perl/libautodie-perl_2.03-1_all.deb
libautodie-perl_2.03.orig.tar.gz
  to pool/main/liba/libautodie-perl/libautodie-perl_2.03.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



Accepted libconfig-model-perl 0.638-1 (source all)

2009-07-01 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 15:17:25 +0200
Source: libconfig-model-perl
Binary: libconfig-model-perl
Architecture: source all
Version: 0.638-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: 
 libconfig-model-perl - describe and edit configuration data
Changes: 
 libconfig-model-perl (0.638-1) unstable; urgency=low
 .
   * New upstream release: small bug fix
Checksums-Sha1: 
 ebd7fc00b4e336e17e8cd5bb5a4348a9593d7576 1649 libconfig-model-perl_0.638-1.dsc
 ea1cf6bdbcc0ee400592a44b138dba6404bc6b45 217152 
libconfig-model-perl_0.638.orig.tar.gz
 2eb3c0d7cc79a84e97e9a025d9a7c94042676c9e 2226 
libconfig-model-perl_0.638-1.diff.gz
 38a45e73b4e76f42d493b6f91c363e8828dd3fdd 233068 
libconfig-model-perl_0.638-1_all.deb
Checksums-Sha256: 
 c0b1267f3432ff2a162c64ca7d8971c62b899a8758bbfc9c7b5f4ddfd08f9440 1649 
libconfig-model-perl_0.638-1.dsc
 bfeed3958d0c22b9168d57062c67dd1c0ef3a4a177331bb14184366492ea5a2a 217152 
libconfig-model-perl_0.638.orig.tar.gz
 e513b91d91c5235ed0ecdf94fe902da22bfea1116fba86b714437e09b571c6df 2226 
libconfig-model-perl_0.638-1.diff.gz
 9455b92ce861e8796646e1a13ab990ec3b4627abc7e9da1e3539ce127ce1fc32 233068 
libconfig-model-perl_0.638-1_all.deb
Files: 
 6a69f6811bb368df6075241d8dd99d20 1649 perl optional 
libconfig-model-perl_0.638-1.dsc
 1d2051aa5eed763b14191027bc10cc84 217152 perl optional 
libconfig-model-perl_0.638.orig.tar.gz
 9ffc0797492eb22ff229814ab653609e 2226 perl optional 
libconfig-model-perl_0.638-1.diff.gz
 ea3590d688db73a7b3e499dab7fb6ebf 233068 perl optional 
libconfig-model-perl_0.638-1_all.deb

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

iEYEARECAAYFAkpLalcACgkQ2A7zWou1J6/SlgCghUTXt6ETcB/JD74obGnaYZdU
Q2sAnipEHylb8olYwyGogFwjMP3krkzZ
=7GoT
-END PGP SIGNATURE-


Accepted:
libconfig-model-perl_0.638-1.diff.gz
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.638-1.diff.gz
libconfig-model-perl_0.638-1.dsc
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.638-1.dsc
libconfig-model-perl_0.638-1_all.deb
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.638-1_all.deb
libconfig-model-perl_0.638.orig.tar.gz
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.638.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



Accepted ocaml-res 3.2.0-1 (source amd64)

2009-07-01 Thread Stephane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 01 Jul 2009 15:28:00 +0200
Source: ocaml-res
Binary: libres-ocaml-dev
Architecture: source amd64
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stephane Glondu st...@glondu.net
Description: 
 libres-ocaml-dev - OCaml library for automatically resizing contiguous data 
structur
Changes: 
 ocaml-res (3.2.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Use quilt to handle patches; add README.source
   * Update Standards-Version to 3.8.2
   * Move to section ocaml
   * Add versioned dependency to ocaml-findlib to ease OCaml 3.11.1
 transition
Checksums-Sha1: 
 8a23f9d39ed874479504b6257cfa204f73410873 1371 ocaml-res_3.2.0-1.dsc
 4345ddbdbb7d03900fd70d33997721c1613e2c6b 40294 ocaml-res_3.2.0.orig.tar.gz
 0787f3a29ca76e0219c053eedb5a0257a2be26b1 3200 ocaml-res_3.2.0-1.diff.gz
 39a1139e6a42d67c0d617b3e0a3a36b96410 177788 
libres-ocaml-dev_3.2.0-1_amd64.deb
Checksums-Sha256: 
 5690beb61949c46ee3c82c2c3378887571de3101403970a97e162736888d3bbb 1371 
ocaml-res_3.2.0-1.dsc
 7aa371cec6ec4d7cc5329f993295cd2f178ecc8e95d50f49778192187966d423 40294 
ocaml-res_3.2.0.orig.tar.gz
 d6c61743d15f23644d46a4e61a75cff3357f65a3cfc7df5a55e0d77ac515ed88 3200 
ocaml-res_3.2.0-1.diff.gz
 54a7f318a798bf804410c3bab6a7db8bfedc0b8b27d6626ae279ec7c56b932be 177788 
libres-ocaml-dev_3.2.0-1_amd64.deb
Files: 
 f2febe0ac512365ed8240b065fd21e6d 1371 ocaml extra ocaml-res_3.2.0-1.dsc
 087463c0c21a8260ab5c8f3d6ea1333c 40294 ocaml extra ocaml-res_3.2.0.orig.tar.gz
 a4ff7359b2a2c61350fb7d7714cdd34a 3200 ocaml extra ocaml-res_3.2.0-1.diff.gz
 47d3ff1a42a5fff211c2ecaf4c896509 177788 ocaml extra 
libres-ocaml-dev_3.2.0-1_amd64.deb

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

iEYEAREDAAYFAkpLZwwACgkQBg8odvzgPap5QwCdEJELIj+39BXvzHcLCEan/kuH
vb4AoKWTeiz7rUqx1U8y6q/Ym2xLfCFb
=Hvti
-END PGP SIGNATURE-


Accepted:
libres-ocaml-dev_3.2.0-1_amd64.deb
  to pool/main/o/ocaml-res/libres-ocaml-dev_3.2.0-1_amd64.deb
ocaml-res_3.2.0-1.diff.gz
  to pool/main/o/ocaml-res/ocaml-res_3.2.0-1.diff.gz
ocaml-res_3.2.0-1.dsc
  to pool/main/o/ocaml-res/ocaml-res_3.2.0-1.dsc
ocaml-res_3.2.0.orig.tar.gz
  to pool/main/o/ocaml-res/ocaml-res_3.2.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



Accepted exempi 2.1.1-1 (source i386)

2009-07-01 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 15:28:19 +0200
Source: exempi
Binary: libexempi3 libexempi-dev libexempi3-dbg
Architecture: source i386
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Asheesh Laroia ashe...@asheesh.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libexempi-dev - library to parse XMP metadata (Development files)
 libexempi3 - library to parse XMP metadata (Library)
 libexempi3-dbg - library to parse XMP metadata (Debug files)
Changes: 
 exempi (2.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
 - Bump Standards-Version to 3.8.2. No further changes.
 - Change section of libexempi3-dbg to debug.
   * debian/rules
 - Remove DEB_DH_INSTALL_SOURCEDIR, no longer required with debhelper v7
   compat mode.
   * debian/patches/01-gcc_4.4_missing_includes.patch
 - Removed, merged upstream.
Checksums-Sha1: 
 81ba9685bf9d9eb4e2d7371f78e27065bb7b66fa 1252 exempi_2.1.1-1.dsc
 f05a4c1d609c0e3cafdf839c16ec46afae1b160d 3401564 exempi_2.1.1.orig.tar.gz
 3b9ed7b3524c879e40c4fd485cc97c7bbdeac7e3 3775 exempi_2.1.1-1.diff.gz
 8dfaf8bb424fd6d8c7c26f8690f14e34330beb71 409634 libexempi3_2.1.1-1_i386.deb
 3b933d4bc183893a4a5f773f375ba784d6897caf 573172 libexempi-dev_2.1.1-1_i386.deb
 0e62011fe569eb15905d5cda7f5bff8b92e64d8f 1500634 
libexempi3-dbg_2.1.1-1_i386.deb
Checksums-Sha256: 
 10825d907524ac49981a168236f5d0ca6983d3ed610d48865a807bcf4e79490f 1252 
exempi_2.1.1-1.dsc
 b06b67472ff673e2d4257ae0b687ba421af1f9952428e7caead870868c2a4dd3 3401564 
exempi_2.1.1.orig.tar.gz
 d3474dceb2075b319fa07970ee84e44ffe9e27edca82fa9bf54d47f87ce080aa 3775 
exempi_2.1.1-1.diff.gz
 12e90ff9cd83bbcd8d5bfa6443d89e9dfb01674d19e4d930ecd729ad5a25b4e8 409634 
libexempi3_2.1.1-1_i386.deb
 5bb1e9a02214bc05741cbb88aacbd213db2b5577168bb0338471e3384aa64e99 573172 
libexempi-dev_2.1.1-1_i386.deb
 c38310b030bddd833eb4d6b22c8eb28bc8b4681bf3857ed3c84a52795a176686 1500634 
libexempi3-dbg_2.1.1-1_i386.deb
Files: 
 c4378ecbba408a1de52c91c8ae07e416 1252 libs optional exempi_2.1.1-1.dsc
 62ecb5a01387b9f940a5429b3df67e65 3401564 libs optional exempi_2.1.1.orig.tar.gz
 1420cc97993583013c48ca4e3e7f6779 3775 libs optional exempi_2.1.1-1.diff.gz
 77bd862eae306ac512c0f63acdd55678 409634 libs optional 
libexempi3_2.1.1-1_i386.deb
 c5cb917fc9abd3c240fe42d2a8eabe34 573172 libdevel optional 
libexempi-dev_2.1.1-1_i386.deb
 6655bf0127e0700db9a50399362d1ac9 1500634 debug extra 
libexempi3-dbg_2.1.1-1_i386.deb

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

iEYEARECAAYFAkpLasIACgkQh7PER70FhVSebQCffIE7oDmDxxCtk4vfr9TDZ/wB
JzkAoL1ImrbNxB1AwpkHtBzQIfmaZ5v3
=l0u6
-END PGP SIGNATURE-


Accepted:
exempi_2.1.1-1.diff.gz
  to pool/main/e/exempi/exempi_2.1.1-1.diff.gz
exempi_2.1.1-1.dsc
  to pool/main/e/exempi/exempi_2.1.1-1.dsc
exempi_2.1.1.orig.tar.gz
  to pool/main/e/exempi/exempi_2.1.1.orig.tar.gz
libexempi-dev_2.1.1-1_i386.deb
  to pool/main/e/exempi/libexempi-dev_2.1.1-1_i386.deb
libexempi3-dbg_2.1.1-1_i386.deb
  to pool/main/e/exempi/libexempi3-dbg_2.1.1-1_i386.deb
libexempi3_2.1.1-1_i386.deb
  to pool/main/e/exempi/libexempi3_2.1.1-1_i386.deb


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



Accepted pm-utils 1.2.5-3 (source all)

2009-07-01 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 17:29:02 +0200
Source: pm-utils
Binary: pm-utils
Architecture: source all
Version: 1.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Tim Dijkstra t...@famdijkstra.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 pm-utils   - utilities and scripts for power management
Closes: 525253 528726 530164
Changes: 
 pm-utils (1.2.5-3) unstable; urgency=low
 .
   * debian/patches/35-typo-fixes.patch
 - Fix a few typos in the man pages and the HOWTO.hooks documentation.
   (Closes: #525253)
   * debian/patches/40-pm-action-syntax-fix.patch
 - Fix wrong syntax for configuration variables in the pm-action man page.
   (Closes: #528726)
   * debian/patches/45-bashism-fixes.patch
 - Fix bashism ('==') in pm/functions.in. (Closes: #530164)
   * debian/patches/90-nm-proper-wakeup.patch
 - Patch pulled from Ubuntu. Use --print-reply when calling dbus-send to
   ensure NetworkManager gets signalled on wakeup
   * Bump Standards-Version to 3.8.2. No further changes.
Checksums-Sha1: 
 a0744c660ba979e7066fedc2bcfa1ff2c463d93b 1191 pm-utils_1.2.5-3.dsc
 4294a0638438b9e1979d94335570081c0cedaa65 8008 pm-utils_1.2.5-3.diff.gz
 d30a35dc069da126bfe8d423426276015cfb34c5 86922 pm-utils_1.2.5-3_all.deb
Checksums-Sha256: 
 98fbf9cde4ee492b997acffedef57a4d1cc1e3b7bf1a9d8c2f1c1ac1809a565b 1191 
pm-utils_1.2.5-3.dsc
 1222053d3b86817fb7471fba60ccaaf051372fe2a8438742286ad1143115df13 8008 
pm-utils_1.2.5-3.diff.gz
 85d20b745015b0438ec1884c3274696886ea787d5c4bc2b79280fe54cf8a2651 86922 
pm-utils_1.2.5-3_all.deb
Files: 
 ed9360bcb34985dab6d60ebc8f9557f1 1191 admin optional pm-utils_1.2.5-3.dsc
 fd6480c134ebd2e326fa9e788a258e5e 8008 admin optional pm-utils_1.2.5-3.diff.gz
 e4b05e1a9a10689c08c8ad55b627b519 86922 admin optional pm-utils_1.2.5-3_all.deb

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

iEYEARECAAYFAkpLgrQACgkQh7PER70FhVR3ZwCfemrE/yGAB7sytOkPTtUDBrPe
2nYAn2pqs0xOruuYSvY7jR3t9sgfwnDY
=vfDr
-END PGP SIGNATURE-


Accepted:
pm-utils_1.2.5-3.diff.gz
  to pool/main/p/pm-utils/pm-utils_1.2.5-3.diff.gz
pm-utils_1.2.5-3.dsc
  to pool/main/p/pm-utils/pm-utils_1.2.5-3.dsc
pm-utils_1.2.5-3_all.deb
  to pool/main/p/pm-utils/pm-utils_1.2.5-3_all.deb


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



Accepted ia32-libs-tools 20 (source all amd64)

2009-07-01 Thread Goswin von Brederlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 09:08:19 +0200
Source: ia32-libs-tools
Binary: ia32-libs-tools ia32-archive ia32-apt-get ia32-libs ia32-libs-gtk
Architecture: source all amd64
Version: 20
Distribution: unstable
Urgency: low
Maintainer: Debian ia32-libs Team 
pkg-ia32-libs-maintain...@lists.alioth.debian.org
Changed-By: Goswin von Brederlow goswin-...@web.de
Description: 
 ia32-apt-get - Apt-get and dpkg wrapper for on-the-fly ia32-libs conversion
 ia32-archive - Create a local archive of converted i386 debs for amd64 and ia64
 ia32-libs  - ia32 shared libraries for use on amd64 and ia64 systems
 ia32-libs-gtk - ia32 shared libraries for use on amd64 and ia64 systems
 ia32-libs-tools - Tools for converting i386 debs for amd64 and ia64
Closes: 535274
Changes: 
 ia32-libs-tools (20) unstable; urgency=low
 .
   * Typo fix for pinning thanks to Lionel Elie Mamane.
   * Don't ship /etc/apt/*/sources.list.d/ or /var/*/apt/*/lists/,
 generate and remove as needed.
   * Remove /usr/share/ia32-apt-get/transitional/dists/Release.gpg in prerm
 (Closes: #535274).
   * Use gpg --homedir instead of setting HOME.
   * Protect against gpg being interrupted while creating a key.
   * Protect against convert-all-sources.list being interrupted.
   * Mark ia32-apt-get-transitional repository as [arch=i386].
   * Prepare for upcoming kfreebsd support:
 + Eliminate the last occurances of @NATIVE_ARCH@, ask dpkg for it.
 + Add @FOREIGN_ARCH@ to postrm.
Checksums-Sha1: 
 78a131b879cfe0ff23aafc9cae40ddb0200810c6 993 ia32-libs-tools_20.dsc
 5bf9c63b78fb88b83826872cb3cdaebd2c0e9e2d 37763 ia32-libs-tools_20.tar.gz
 bf74bee04cb5878e4c8218adbd51c3f3ad3f8792 10490 ia32-archive_20_all.deb
 25dd57dd58eb5a2640439e7e13156ceec58f4405 23866 ia32-apt-get_20_all.deb
 3197ca0ccf0d6a3baed39ec0f1eb90e0f839b924 44176 ia32-libs-tools_20_amd64.deb
 78f65136e619c1ae873ab53f042e4beabd921198 5288 ia32-libs_20_amd64.deb
 5cc1c52073ceda116e6376e8659c1b905d77e83c 5332 ia32-libs-gtk_20_amd64.deb
Checksums-Sha256: 
 bc3e281062f8c129a547e816d4beb0b4fe7285dd1836e6837b83f7a4dece3461 993 
ia32-libs-tools_20.dsc
 be1e4fcf74dee17ec6e9bc8d9141209459c90006f17468ced2a184b968b299e6 37763 
ia32-libs-tools_20.tar.gz
 c0c330fe8c627f7fc92c3f9a823aa51e04be42dfc2ee6ac133b9c70c89c5d25b 10490 
ia32-archive_20_all.deb
 17cdfd6e474e79be997d255b34d6dfb8a881e40e166352bb45a55ffc72932942 23866 
ia32-apt-get_20_all.deb
 b6eefdf24f1da9fabfd3a9a7d8f938dda054f6e3b3a0e08160bfb08afac51d37 44176 
ia32-libs-tools_20_amd64.deb
 1bc029b0ef83dc7cc9508cad9098960912ac97232894b61441e9b53bf1d8a020 5288 
ia32-libs_20_amd64.deb
 caf2caa281db94569ec71d9634c63cd6461a013dc98bcdc3a7022fb4aa579bb2 5332 
ia32-libs-gtk_20_amd64.deb
Files: 
 fc77e4ecd0b9390b9741c68db87073aa 993 devel extra ia32-libs-tools_20.dsc
 c21a8e94730a014e66f907bf1f979730 37763 devel extra ia32-libs-tools_20.tar.gz
 bd369eb125e90f812e140d7c051309a6 10490 devel extra ia32-archive_20_all.deb
 525aff30b6ed4641c09326bcd564ba42 23866 devel extra ia32-apt-get_20_all.deb
 917f913d30585029c400506e15ad1ffe 44176 devel extra ia32-libs-tools_20_amd64.deb
 a3538ed8c9b838fd7268ea610b6b8084 5288 libs optional ia32-libs_20_amd64.deb
 527881d4d8ab343304f072d9eefba9c8 5332 libs optional ia32-libs-gtk_20_amd64.deb

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

iEYEARECAAYFAkpLfaoACgkQA+GMa4PlEQ837ACfRMe65VGbNbrtmycsirlMruxV
YWYAn1EQXxqUBwBLVBwTjz8i8vJ8Fv92
=zyjO
-END PGP SIGNATURE-


Accepted:
ia32-apt-get_20_all.deb
  to pool/main/i/ia32-libs-tools/ia32-apt-get_20_all.deb
ia32-archive_20_all.deb
  to pool/main/i/ia32-libs-tools/ia32-archive_20_all.deb
ia32-libs-gtk_20_amd64.deb
  to pool/main/i/ia32-libs-tools/ia32-libs-gtk_20_amd64.deb
ia32-libs-tools_20.dsc
  to pool/main/i/ia32-libs-tools/ia32-libs-tools_20.dsc
ia32-libs-tools_20.tar.gz
  to pool/main/i/ia32-libs-tools/ia32-libs-tools_20.tar.gz
ia32-libs-tools_20_amd64.deb
  to pool/main/i/ia32-libs-tools/ia32-libs-tools_20_amd64.deb
ia32-libs_20_amd64.deb
  to pool/main/i/ia32-libs-tools/ia32-libs_20_amd64.deb


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



Accepted libmoosex-params-validate-perl 0.10-1 (source all)

2009-07-01 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 15:15:59 -0400
Source: libmoosex-params-validate-perl
Binary: libmoosex-params-validate-perl
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu freque...@cpan.org
Description: 
 libmoosex-params-validate-perl - Perl module to validate Moose method 
parameters
Changes: 
 libmoosex-params-validate-perl (0.10-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
 + Fixes a warning about deprecated Moose call
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ gregor herrmann ]
   * Set Standards-Version to 3.8.2 (no changes).
Checksums-Sha1: 
 c9c2e8cbc671d3af6cc831719a82c9f9d11fd20f 1640 
libmoosex-params-validate-perl_0.10-1.dsc
 71d7d898dc3b35fd3f73222fd96867d72b4dbf1c 21278 
libmoosex-params-validate-perl_0.10.orig.tar.gz
 e3f0be42b22a8b10af01988eb2f31cb43627bdd0 1638 
libmoosex-params-validate-perl_0.10-1.diff.gz
 ef31564503a8d5dff0245ef8252750ceac9b66ad 11564 
libmoosex-params-validate-perl_0.10-1_all.deb
Checksums-Sha256: 
 f9834b60c7c97b560c259aa1e3109f7081450f1554cc3ce2e62c554c276089aa 1640 
libmoosex-params-validate-perl_0.10-1.dsc
 b5c8e278ba4b45d7c536f92feb143ecc1b1e518afe3930f3be81d8278eeab29a 21278 
libmoosex-params-validate-perl_0.10.orig.tar.gz
 8e850b6c208c65de74e850c138602260e9b273205c342a568e7864f874966bf8 1638 
libmoosex-params-validate-perl_0.10-1.diff.gz
 7b5312d1586f599a0769f5ba171dd46f0fc2f2defad3077c2bec01c6678a81a4 11564 
libmoosex-params-validate-perl_0.10-1_all.deb
Files: 
 3c1de2af401e81bdc669acf7292ee0e1 1640 perl optional 
libmoosex-params-validate-perl_0.10-1.dsc
 195d25c77183b4f6af17555a854fb732 21278 perl optional 
libmoosex-params-validate-perl_0.10.orig.tar.gz
 1b2d341ab7338d93ec8cae78fc9601f4 1638 perl optional 
libmoosex-params-validate-perl_0.10-1.diff.gz
 be4072978f1534270da1d53479cf4ce7 11564 perl optional 
libmoosex-params-validate-perl_0.10-1_all.deb

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

iEYEARECAAYFAkpLeEwACgkQOzKYnQDzz+RgjACfSOYEK0r/fjYnmfGDK3ailoGG
Q1QAn2I4woCGK3wB/njEw78Y00/l2ObT
=jH55
-END PGP SIGNATURE-


Accepted:
libmoosex-params-validate-perl_0.10-1.diff.gz
  to 
pool/main/libm/libmoosex-params-validate-perl/libmoosex-params-validate-perl_0.10-1.diff.gz
libmoosex-params-validate-perl_0.10-1.dsc
  to 
pool/main/libm/libmoosex-params-validate-perl/libmoosex-params-validate-perl_0.10-1.dsc
libmoosex-params-validate-perl_0.10-1_all.deb
  to 
pool/main/libm/libmoosex-params-validate-perl/libmoosex-params-validate-perl_0.10-1_all.deb
libmoosex-params-validate-perl_0.10.orig.tar.gz
  to 
pool/main/libm/libmoosex-params-validate-perl/libmoosex-params-validate-perl_0.10.orig.tar.gz


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



Accepted libdbix-class-timestamp-perl 0.12-1 (source all)

2009-07-01 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 17:32:04 +0200
Source: libdbix-class-timestamp-perl
Binary: libdbix-class-timestamp-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbix-class-timestamp-perl - DBIx::Class extension to update and create date 
and time based fi
Changes: 
 libdbix-class-timestamp-perl (0.12-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: remove build dependency on libsql-translator-perl, not
 needed any more.
Checksums-Sha1: 
 dfa08e0fccb604666f420f333861dc8e8e5fb668 1794 
libdbix-class-timestamp-perl_0.12-1.dsc
 d9105c6b5a92c7e5d854175a3df2d3c44da43e5f 25430 
libdbix-class-timestamp-perl_0.12.orig.tar.gz
 b1acae3839686495c4eb4eb94da551320b861083 1968 
libdbix-class-timestamp-perl_0.12-1.diff.gz
 2bc3e8e39b77cf5df60594567decda04a2489ac5 7234 
libdbix-class-timestamp-perl_0.12-1_all.deb
Checksums-Sha256: 
 0f25aa114680aace30e50d883bdab4ba9541068a66a1d3f018138d96e4408c93 1794 
libdbix-class-timestamp-perl_0.12-1.dsc
 4a1fa7c96d655073bc48f893980a8290414ecdd69c91d792136e3a389eff3033 25430 
libdbix-class-timestamp-perl_0.12.orig.tar.gz
 1b9b07f61dd143a970cfc22d21d6b5ec1221bc893e855cad9988226b50e2e3a6 1968 
libdbix-class-timestamp-perl_0.12-1.diff.gz
 1d2033862b63705c8ed8508388a53626cf06f85ce0197ed267638bdb703803ed 7234 
libdbix-class-timestamp-perl_0.12-1_all.deb
Files: 
 282b4438f1bdbf81de5c701610a57a44 1794 perl optional 
libdbix-class-timestamp-perl_0.12-1.dsc
 cb909b9e6e43ecfe3f367e2f90f5cf92 25430 perl optional 
libdbix-class-timestamp-perl_0.12.orig.tar.gz
 af0dde498d153000fdeddd4836c96cf3 1968 perl optional 
libdbix-class-timestamp-perl_0.12-1.diff.gz
 4571901652babb201f37a8cc60fc2b90 7234 perl optional 
libdbix-class-timestamp-perl_0.12-1_all.deb

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

iEYEARECAAYFAkpLgc8ACgkQOzKYnQDzz+RvzACfRVlefRXA8OEy6hQo8saXiA8x
wQ4AnjB7+1n6sJ2kUDA+Ihjda0X6vtUY
=bjDy
-END PGP SIGNATURE-


Accepted:
libdbix-class-timestamp-perl_0.12-1.diff.gz
  to 
pool/main/libd/libdbix-class-timestamp-perl/libdbix-class-timestamp-perl_0.12-1.diff.gz
libdbix-class-timestamp-perl_0.12-1.dsc
  to 
pool/main/libd/libdbix-class-timestamp-perl/libdbix-class-timestamp-perl_0.12-1.dsc
libdbix-class-timestamp-perl_0.12-1_all.deb
  to 
pool/main/libd/libdbix-class-timestamp-perl/libdbix-class-timestamp-perl_0.12-1_all.deb
libdbix-class-timestamp-perl_0.12.orig.tar.gz
  to 
pool/main/libd/libdbix-class-timestamp-perl/libdbix-class-timestamp-perl_0.12.orig.tar.gz


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



Accepted sqlxx 2.3.2-7 (source amd64)

2009-07-01 Thread Klaus Reimer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 14:54:31 +
Source: sqlxx
Binary: libsqlxx-dev libsqlxx-2.3c2a
Architecture: source amd64
Version: 2.3.2-7
Distribution: unstable
Urgency: low
Maintainer: Klaus Reimer k...@debian.org
Changed-By: Klaus Reimer k...@debian.org
Description: 
 libsqlxx-2.3c2a - C++ classes for database access via ODBC
 libsqlxx-dev - C++ classes for database access via ODBC (Development files)
Changes: 
 sqlxx (2.3.2-7) unstable; urgency=low
 .
   * Added watch file.
   * Removed duplicate section from control file.
   * Improved package descriptions.
   * Added symbols control file.
Checksums-Sha1: 
 2bb1cb8562803588c7009407027c4f289c10c0dd 1020 sqlxx_2.3.2-7.dsc
 a4fb4f84bbba357f497d6dd51b5cb78c6cef978d 20367 sqlxx_2.3.2-7.diff.gz
 915d502d73d183f753f7c910b99a2b2bf4c99f27 210730 libsqlxx-dev_2.3.2-7_amd64.deb
 5ad01a569ef854389e51755ad6623238321d8d17 29356 
libsqlxx-2.3c2a_2.3.2-7_amd64.deb
Checksums-Sha256: 
 97df4fada006b78434226441b94ac950e3b9f9041598997aefac135005aff5ea 1020 
sqlxx_2.3.2-7.dsc
 95ffecbcac3313b656212c31f20f17d15ab9fc972e2baac2d415acf729097c24 20367 
sqlxx_2.3.2-7.diff.gz
 bb07801c75e7a8157b8713feda5c3a72079c4ea45d2a8d02d6305ccd7b8c3b25 210730 
libsqlxx-dev_2.3.2-7_amd64.deb
 19af60957f7e2bd789608e75b2adb708677e868a32b429d5ec654f6f9e27a9e4 29356 
libsqlxx-2.3c2a_2.3.2-7_amd64.deb
Files: 
 e87d3217a271a3e173882c2e80c3e5ee 1020 libs optional sqlxx_2.3.2-7.dsc
 089d629fdf870ad2b76ff91c7e91e3a1 20367 libs optional sqlxx_2.3.2-7.diff.gz
 5993ea75c4b77da9ce35fd99d6247cf1 210730 libdevel optional 
libsqlxx-dev_2.3.2-7_amd64.deb
 57b0782ffeadcc90ab12cee15b6fb4e3 29356 libs optional 
libsqlxx-2.3c2a_2.3.2-7_amd64.deb

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

iD8DBQFKS3qnqgNhc6cj45ERAjJEAKDOjCS2Q28cWsBsktc/QxD4V1LibgCgxZMq
mY0c0DD/wbvYQS+vkBx9K/8=
=f8GL
-END PGP SIGNATURE-


Accepted:
libsqlxx-2.3c2a_2.3.2-7_amd64.deb
  to pool/main/s/sqlxx/libsqlxx-2.3c2a_2.3.2-7_amd64.deb
libsqlxx-dev_2.3.2-7_amd64.deb
  to pool/main/s/sqlxx/libsqlxx-dev_2.3.2-7_amd64.deb
sqlxx_2.3.2-7.diff.gz
  to pool/main/s/sqlxx/sqlxx_2.3.2-7.diff.gz
sqlxx_2.3.2-7.dsc
  to pool/main/s/sqlxx/sqlxx_2.3.2-7.dsc


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



Accepted postgresql-8.4 8.4.0-1 (source all i386)

2009-07-01 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 17:41:41 +0200
Source: postgresql-8.4
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-8.4 postgresql-client-8.4 postgresql-server-dev-8.4 
postgresql-doc-8.4 postgresql-contrib-8.4 postgresql-plperl-8.4 
postgresql-plpython-8.4 postgresql-pltcl-8.4 postgresql postgresql-client 
postgresql-doc postgresql-contrib
Architecture: source all i386
Version: 8.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 8.4
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql - object-relational SQL database (supported version)
 postgresql-8.4 - object-relational SQL database, version 8.4 server
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-8.4 - front-end programs for PostgreSQL 8.4
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-contrib-8.4 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.4 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.4 - PL/Perl procedural language for PostgreSQL 8.4
 postgresql-plpython-8.4 - PL/Python procedural language for PostgreSQL 8.4
 postgresql-pltcl-8.4 - PL/Tcl procedural language for PostgreSQL 8.4
 postgresql-server-dev-8.4 - development files for PostgreSQL 8.4 server-side 
programming
Changes: 
 postgresql-8.4 (8.4.0-1) unstable; urgency=low
 .
   * Final 8.4.0 release. Major enhancements:
 - Windowing Functions
 - Common Table Expressions and Recursive Queries
 - Default and variadic parameters for functions
 - Parallel Restore
 - Column Permissions
 - Per-database locale settings
 - Improved hash indexes
 - Improved join performance for EXISTS and NOT EXISTS queries
 - Easier-to-use Warm Standby
 - Automatic sizing of the Free Space Map
 - Visibility Map (greatly reduces vacuum overhead for slowly-changing
   tables)
 - Version-aware psql (backslash commands work against older servers)
 - Support SSL certificates for user authentication
 - Per-function runtime statistics
 - Easy editing of functions in psql
 - New contrib modules: pg_stat_statements, auto_explain, citext,
   btree_gin
 Upload to unstable, 8.4 is the new default.
   * debian/control: Build the versionless metapackages and have them point to
 8.4.
Checksums-Sha1: 
 f79e96d3dd41a466f65c947f2583f1240ae17a93 1675 postgresql-8.4_8.4.0-1.dsc
 ce17dda2a51452d27f77f7b300490057b5d15916 17113839 
postgresql-8.4_8.4.0.orig.tar.gz
 d8529055d4d0ca13758db73c812b7580b46445e0 26799 postgresql-8.4_8.4.0-1.diff.gz
 2a3ac0e0b33be1a76a865e2932701011d7b144e1 2047442 
postgresql-doc-8.4_8.4.0-1_all.deb
 dbbd3bc11d3869de87248e6232f2e83926de2333 5808 postgresql_8.4.0-1_all.deb
 ed561710554346295b4228fe2814a2bd19396ca4 5766 postgresql-client_8.4.0-1_all.deb
 9b8c36e1d78d0c991c06c48b37f96802b21be7cf 5610 postgresql-doc_8.4.0-1_all.deb
 f234cfe0754786453acefa579cb2ab2a1d4c6490 5670 
postgresql-contrib_8.4.0-1_all.deb
 3a3583059d5cd4b377a9cc2990f191877e2e601e 207242 libpq-dev_8.4.0-1_i386.deb
 9db27ae785d5d38444b06a2915d712c740f54a45 117064 libpq5_8.4.0-1_i386.deb
 d6c8e36283a5cc1d9fd4911cf8dd5b78d5d9b485 58636 libecpg6_8.4.0-1_i386.deb
 40e402293c4e94eddd8522b79a3137c22475bdbc 232910 libecpg-dev_8.4.0-1_i386.deb
 c6415ae7c07feca6e047f71517ea14ee0df1cd95 12718 libecpg-compat3_8.4.0-1_i386.deb
 4f48a2858ce29f7023816464ebea4c8cf45be464 36374 libpgtypes3_8.4.0-1_i386.deb
 c1b6f9d52279fcea7e331e98f1c7625bde7c25e5 4885900 
postgresql-8.4_8.4.0-1_i386.deb
 e65227dff53225dc340705fa5ff762218b3449b0 1186264 
postgresql-client-8.4_8.4.0-1_i386.deb
 ac8c3766a11ccfedf12b9f4489d7353d81cf26fa 619820 
postgresql-server-dev-8.4_8.4.0-1_i386.deb
 f29d7a79fa485f44476ddf48bddf9a70d1034cce 371420 
postgresql-contrib-8.4_8.4.0-1_i386.deb
 5fa8dcda3e07fa53be71b937fb2431ee2f49d4a1 36466 
postgresql-plperl-8.4_8.4.0-1_i386.deb
 f9abb75df23c88ba917caec8011c2ea6993e36f4 36444 
postgresql-plpython-8.4_8.4.0-1_i386.deb
 2886851cfd6868766ab18bdd606cdaebbf38301b 26368 
postgresql-pltcl-8.4_8.4.0-1_i386.deb
Checksums-Sha256: 
 6e752131d58e9b54219bf430a6986274d9112deffca6840b8ac0cf75e01dadb2 1675 
postgresql-8.4_8.4.0-1.dsc
 8358f445e627d73d597550feec33ddf93e5d0ccbb03e2e4b0f8b6e6ec826f7b9 17113839 
postgresql-8.4_8.4.0.orig.tar.gz
 84358ddd2c39b59ed6d1d6819ff590df0c2a41bcc7d962ae341893015b207ac0 26799 
postgresql-8.4_8.4.0-1.diff.gz
 

Accepted postgresql-8.3 8.3.7-2 (source all i386)

2009-07-01 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 17:44:16 +0200
Source: postgresql-8.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-8.3 postgresql-client-8.3 postgresql-server-dev-8.3 
postgresql-doc-8.3 postgresql-contrib-8.3 postgresql-plperl-8.3 
postgresql-plpython-8.3 postgresql-pltcl-8.3
Architecture: source all i386
Version: 8.3.7-2
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 8.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-8.3 - object-relational SQL database, version 8.3 server
 postgresql-client-8.3 - front-end programs for PostgreSQL 8.3
 postgresql-contrib-8.3 - additional facilities for PostgreSQL
 postgresql-doc-8.3 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3
 postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3
 postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3
 postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side 
programming
Changes: 
 postgresql-8.3 (8.3.7-2) unstable; urgency=low
 .
   * debian/control: Fix section to be databases, according to existing
 archive overrides.
   * debian/control: Bump Standards-Version to 3.8.2 (no changes required).
   * debian/watch: Fix file once again, now hopefully more stable.
   * debian/control: Drop the versionless metapackages, they are now built by
 -8.4.
Checksums-Sha1: 
 c833373f3974f4d8bbd06532d723cf72ac4fec18 1561 postgresql-8.3_8.3.7-2.dsc
 4a43db975295e5c300f2ab2c56d81863c3c96f52 64881 postgresql-8.3_8.3.7-2.diff.gz
 d1c3619542c692e8429a17ff890bebd9e65cf31a 2125692 
postgresql-doc-8.3_8.3.7-2_all.deb
 ce6b2b2134e0f2cc8830817bb9e84ff7d3f82b4a 430032 libpq-dev_8.3.7-2_i386.deb
 f4ec469361c37bad402746fabddf18cf9d0b84f0 364234 libpq5_8.3.7-2_i386.deb
 ddc9b230bde69066477f8dbee6c6b154a63789aa 262854 libecpg6_8.3.7-2_i386.deb
 072a4edc20363d30329987d6fde2d1af8353430a 446598 libecpg-dev_8.3.7-2_i386.deb
 33353ece517fa952a9476ceeae5617b462331074 241850 
libecpg-compat3_8.3.7-2_i386.deb
 0a81b7f1ab476d1de94ada2fe32306c62216fcfb 263872 libpgtypes3_8.3.7-2_i386.deb
 fa29e0bb9dd014f40f0e199f38c81aa0f8f0f1fc 5225848 
postgresql-8.3_8.3.7-2_i386.deb
 f8aaf7051dbbf0eb622f2522dc4ed9f15b45f3bc 1670852 
postgresql-client-8.3_8.3.7-2_i386.deb
 ff7391ca1791f042d2530f20e5b0f53dbbeb8316 807284 
postgresql-server-dev-8.3_8.3.7-2_i386.deb
 0d0c952f15818c52bec877f756dbe9a9308088ef 564578 
postgresql-contrib-8.3_8.3.7-2_i386.deb
 8d3253b3a7aca045ba42034531f7a43f60ef569a 260480 
postgresql-plperl-8.3_8.3.7-2_i386.deb
 286d865867a6026174b6f991e34d7dce56e99277 253502 
postgresql-plpython-8.3_8.3.7-2_i386.deb
 f2514a60af11e5fc70ef13977b30d039c32e3260 252560 
postgresql-pltcl-8.3_8.3.7-2_i386.deb
Checksums-Sha256: 
 ac5ae48d298d7e2e0dcb453bab844d98d66af4d058b9e51a6f719603f3ad88d2 1561 
postgresql-8.3_8.3.7-2.dsc
 bb0a85b130b6486eb9f9ff5c1fe0bf216d09a8d91b9be4a27e9ebc16b2e7b5f0 64881 
postgresql-8.3_8.3.7-2.diff.gz
 e1bd340aee53a8c2eb6268d675126ff4efadb3f87349b7542badf5ef62d71eba 2125692 
postgresql-doc-8.3_8.3.7-2_all.deb
 1f2aa6a3713a129755e080f05464ebbf64e1847848b55e2e4b201ea74fb1dc2d 430032 
libpq-dev_8.3.7-2_i386.deb
 889974e941795e6da3c760cf6e41de306e9156ae610ac1d4db0c163e5a753fca 364234 
libpq5_8.3.7-2_i386.deb
 567aa686a3420de8b4ab0cc7db01691e672ff3b9379b0f3381686b175e30edae 262854 
libecpg6_8.3.7-2_i386.deb
 d38d33a78ec334b270b6186ee8d8cfa69f03e965ce83679d39bc98e866465dcf 446598 
libecpg-dev_8.3.7-2_i386.deb
 43e9566173b404ee29bf7fd56c409f79a933da77f71b57e04f2c120c892c9af7 241850 
libecpg-compat3_8.3.7-2_i386.deb
 c721cb9a2775b04e0a19b96bf11f15e2f593898277f412fa2e4c6b93c470419c 263872 
libpgtypes3_8.3.7-2_i386.deb
 ac60fc85428109250cb30a6c4f764bfba7db5d4afde17a4bf3c01d29d4e8b564 5225848 
postgresql-8.3_8.3.7-2_i386.deb
 0fdf3bfd08286926cfd2602d522470ddc77c8a84603fe79e7a3fffe38b1aeffe 1670852 
postgresql-client-8.3_8.3.7-2_i386.deb
 a8e73d7b909642d5db5bb70a208d7dbebe808aac2f1fe1859bf52175f1eb7070 807284 
postgresql-server-dev-8.3_8.3.7-2_i386.deb
 12d72e025d4a5dfb87ec6ad5855101f05d62b06294aaf3b4eb4924254ac71103 564578 
postgresql-contrib-8.3_8.3.7-2_i386.deb
 f62744da8c6d01aa5091f9d55d11e115ab84950b9fa3bc356271ccb08a0cb6ba 260480 
postgresql-plperl-8.3_8.3.7-2_i386.deb
 e7b329c59fb41a9e08ae02f33dd88c390f6ce4cdbc6ae3b4ac788cef56b23544 253502 
postgresql-plpython-8.3_8.3.7-2_i386.deb
 d13eba68924982cfb22c89cf662e369a83e472a42df32bdc23ff4573d2c0be34 252560 
postgresql-pltcl-8.3_8.3.7-2_i386.deb
Files: 
 39a7757b2a63b6086a5a900256dba504 

Accepted mcelog 0.9~pre1-1 (source amd64)

2009-07-01 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 19:19:29 +0200
Source: mcelog
Binary: mcelog
Architecture: source amd64
Version: 0.9~pre1-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE jbla...@debian.org
Changed-By: Julien BLACHE jbla...@debian.org
Description: 
 mcelog - x86-64 Machine Check Exceptions collector and decoder
Changes: 
 mcelog (0.9~pre1-1) unstable; urgency=low
 .
   * New upstream (pre) release.
 .
   * debian/control:
 + Bump Standards-Version to 3.8.2 (no changes).
 + Remove supported processors from the description; the list is
   growing and is pointless now.
   * debian/copyright:
 + Updated.
 .
   * debian/patches/03_memory_errors.dpatch:
 + Updated.
   * debian/patches/10_debian_test.dpatch:
 + Updated.
Checksums-Sha1: 
 1c29b0df7033eb20e4a7febc52d33aba6210b67d 981 mcelog_0.9~pre1-1.dsc
 b9ebbbdff35ec60eb9b5a38ecab97db4ec8d6ebc 135973 mcelog_0.9~pre1.orig.tar.gz
 75dfe3a8a307ad6d698797fe7051b9d9c8b65d39 11078 mcelog_0.9~pre1-1.diff.gz
 a603e64b4682e2f909b00b4951542cd8a0d34669 139252 mcelog_0.9~pre1-1_amd64.deb
Checksums-Sha256: 
 b5832e76bc0b9ebb49a86a07585bda6593c86e35255dd1ede0d3b6ea25b4874f 981 
mcelog_0.9~pre1-1.dsc
 5fba13fbc7dc46cb6f276646447938470dd9a7ec87085c7b6b875a671304c7e4 135973 
mcelog_0.9~pre1.orig.tar.gz
 8f49365c6c1e5bc75f72fc09565f3c2a469229230ed01014cc819f0824fe4ef0 11078 
mcelog_0.9~pre1-1.diff.gz
 d6bf1b40ad0aa2e01aa478d987c40ba2a073a2c478a3c3dc536edc8807376ddc 139252 
mcelog_0.9~pre1-1_amd64.deb
Files: 
 1902f1f6ab3f1c4443ed22c1ceaf9aaf 981 admin optional mcelog_0.9~pre1-1.dsc
 7ba2ef16429641e013bceb8b138762af 135973 admin optional 
mcelog_0.9~pre1.orig.tar.gz
 c59c21983cbf1f6d209a301c81742812 11078 admin optional mcelog_0.9~pre1-1.diff.gz
 bdbff6d7d3386db2fa4a86db13dfd466 139252 admin optional 
mcelog_0.9~pre1-1_amd64.deb

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

iD8DBQFKS2uUzWFP1/XWUWkRAo0pAKCF94RRZyPV6fM9AwHxVW+QykkLjACfVoaL
9cUgKjYp0mm8BH6W25ZL8f4=
=RphV
-END PGP SIGNATURE-


Accepted:
mcelog_0.9~pre1-1.diff.gz
  to pool/main/m/mcelog/mcelog_0.9~pre1-1.diff.gz
mcelog_0.9~pre1-1.dsc
  to pool/main/m/mcelog/mcelog_0.9~pre1-1.dsc
mcelog_0.9~pre1-1_amd64.deb
  to pool/main/m/mcelog/mcelog_0.9~pre1-1_amd64.deb
mcelog_0.9~pre1.orig.tar.gz
  to pool/main/m/mcelog/mcelog_0.9~pre1.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



Accepted libclass-dbi-plugin-abstractcount-perl 0.08-1 (source all)

2009-07-01 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 17:18:12 +0200
Source: libclass-dbi-plugin-abstractcount-perl
Binary: libclass-dbi-plugin-abstractcount-perl
Architecture: source all
Version: 0.08-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-dbi-plugin-abstractcount-perl - Class::DBI plugin to get COUNT(*) 
results with abstract SQL
Closes: 527751
Changes: 
 libclass-dbi-plugin-abstractcount-perl (0.08-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ gregor herrmann ]
   * New upstream release:
 + now uses SQL::Abstract::Test for tests (closes: #527751)
 + bump (build) dependency on libsql-abstract-perl to = 1.50
 + add build dependecny on libtest-deep-perl
   * debian/control: change my email address.
   * Set Standards-Version to 3.8.2 (no changes).
   * Update to debhelper 7 (debian/{rules,compat,control}).
   * debian/copyright: switch to new format.
   * debian/control: adjust short and long description.
Checksums-Sha1: 
 397cf5194cdceb73b02dcbe31cd6ec3a406d7511 1747 
libclass-dbi-plugin-abstractcount-perl_0.08-1.dsc
 2a3be6de64e1ee268230ea5a791955393793923b 4581 
libclass-dbi-plugin-abstractcount-perl_0.08.orig.tar.gz
 1a73ab8c02529fa201c79c379ef663f8d8bdf610 2001 
libclass-dbi-plugin-abstractcount-perl_0.08-1.diff.gz
 bf58dc0df031f279ebd545ec9247da6b08d74d35 7966 
libclass-dbi-plugin-abstractcount-perl_0.08-1_all.deb
Checksums-Sha256: 
 c99384ad31b9d9c62a6c5c203b6e46c5ab06434825e6a525200b5792c10c9865 1747 
libclass-dbi-plugin-abstractcount-perl_0.08-1.dsc
 ddc8c0630157b1489770fe7e387d4397fd001da1ab557f1871778873393bc816 4581 
libclass-dbi-plugin-abstractcount-perl_0.08.orig.tar.gz
 70199b001bb77a723b58b98a69d65e619aa21b94fe41fc4d5b619532b8f83183 2001 
libclass-dbi-plugin-abstractcount-perl_0.08-1.diff.gz
 364976b2ba914cd072d50888c0d400cff6bb3c2dc636d257877cecb50e7591fb 7966 
libclass-dbi-plugin-abstractcount-perl_0.08-1_all.deb
Files: 
 e5583c1237e0562eedde5f2419570df2 1747 perl extra 
libclass-dbi-plugin-abstractcount-perl_0.08-1.dsc
 9d75840e939129f724d21762d1fa956b 4581 perl extra 
libclass-dbi-plugin-abstractcount-perl_0.08.orig.tar.gz
 977ee3e91ffdf7cad14409deb09e7997 2001 perl extra 
libclass-dbi-plugin-abstractcount-perl_0.08-1.diff.gz
 aca7a838fe399ed64edf50361ba20082 7966 perl extra 
libclass-dbi-plugin-abstractcount-perl_0.08-1_all.deb

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

iEYEARECAAYFAkpLfqAACgkQOzKYnQDzz+RUhQCfRSbXgseE3e0kMjf7gH+wkUPS
d8UAoLeaeU/VZuf2tPTG/aDidZ6lxsbL
=f3zM
-END PGP SIGNATURE-


Accepted:
libclass-dbi-plugin-abstractcount-perl_0.08-1.diff.gz
  to 
pool/main/libc/libclass-dbi-plugin-abstractcount-perl/libclass-dbi-plugin-abstractcount-perl_0.08-1.diff.gz
libclass-dbi-plugin-abstractcount-perl_0.08-1.dsc
  to 
pool/main/libc/libclass-dbi-plugin-abstractcount-perl/libclass-dbi-plugin-abstractcount-perl_0.08-1.dsc
libclass-dbi-plugin-abstractcount-perl_0.08-1_all.deb
  to 
pool/main/libc/libclass-dbi-plugin-abstractcount-perl/libclass-dbi-plugin-abstractcount-perl_0.08-1_all.deb
libclass-dbi-plugin-abstractcount-perl_0.08.orig.tar.gz
  to 
pool/main/libc/libclass-dbi-plugin-abstractcount-perl/libclass-dbi-plugin-abstractcount-perl_0.08.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



Accepted webgui 7.6.29-1 (source all)

2009-07-01 Thread USB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 08:48:09 -0430
Source: webgui
Binary: webgui
Architecture: source all
Version: 7.6.29-1
Distribution: unstable
Urgency: low
Maintainer: Ernesto Hernández-Novich (USB) e...@usb.ve
Changed-By: Ernesto Hernández-Novich (USB) e...@usb.ve
Description: 
 webgui - Content management platform to maintain complex web sites
Changes: 
 webgui (7.6.29-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 77327c3a74a147ee3d6f2db70702eef1a94bc90e 1047 webgui_7.6.29-1.dsc
 4d06ba2f35eaa6305976e99dcadaf6ad1c51c399 17767376 webgui_7.6.29.orig.tar.gz
 74184aef9a1e0f3d9408a2505c5267fb807e9d4a 31140 webgui_7.6.29-1.diff.gz
 d4eca654ff0dd0389fbd627cdb3b0e0540821ba3 8682842 webgui_7.6.29-1_all.deb
Checksums-Sha256: 
 d072a9ba42a09dabddeb6d04695fd27643d27b6c27ae8ad35632ab66dd7917fa 1047 
webgui_7.6.29-1.dsc
 6a14c269a70b5e03c23b90859e5f093f9aaa9481ef44973d3d071302e991f9e7 17767376 
webgui_7.6.29.orig.tar.gz
 4e97497491ff5b5dbf1c80008f25a6edc4df027e00f58a9ae47a02ee7f2125f2 31140 
webgui_7.6.29-1.diff.gz
 909db2adf5765d7b5a6694e0197e88010ab37560628ba4bb0f9f9f36e20f6011 8682842 
webgui_7.6.29-1_all.deb
Files: 
 d03281d8086755566009e9e2d41c933d 1047 web optional webgui_7.6.29-1.dsc
 865e10e99d793629e30181e15787febf 17767376 web optional 
webgui_7.6.29.orig.tar.gz
 b6a86600390580280e2ca876e9e0f063 31140 web optional webgui_7.6.29-1.diff.gz
 de66f584e11b3455d3eecc7895f227b6 8682842 web optional webgui_7.6.29-1_all.deb

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

iEYEARECAAYFAkpLfqkACgkQOzKYnQDzz+SPBwCdGLzJms0w1eM6jfc9iUL5mO1M
Lr0AoNWNorqXvQ4MI0rg3eGp2t/XxZQn
=NBLL
-END PGP SIGNATURE-


Accepted:
webgui_7.6.29-1.diff.gz
  to pool/main/w/webgui/webgui_7.6.29-1.diff.gz
webgui_7.6.29-1.dsc
  to pool/main/w/webgui/webgui_7.6.29-1.dsc
webgui_7.6.29-1_all.deb
  to pool/main/w/webgui/webgui_7.6.29-1_all.deb
webgui_7.6.29.orig.tar.gz
  to pool/main/w/webgui/webgui_7.6.29.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



Accepted wireshark 1.0.8-1 (source amd64)

2009-07-01 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 26 Jun 2009 20:31:26 -0700
Source: wireshark
Binary: wireshark-common wireshark tshark wireshark-dev
Architecture: source amd64
Version: 1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters fpet...@debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 tshark - network traffic analyzer (console)
 wireshark  - network traffic analyzer
 wireshark-common - network traffic analyser (common files)
 wireshark-dev - network traffic analyser (development tools)
Closes: 524364
Changes: 
 wireshark (1.0.8-1) unstable; urgency=low
 .
   * New upstream release 1.0.8
 - release notes:
   http://www.wireshark.org/docs/relnotes/wireshark-1.0.8.html
 - security fixes:
- The PCNFSD dissector could crash.(No assigned CVE number.)
   * add README.source (Closes: #524364)
   * removed wireshark-dev's dependency on removed omniidl package
Checksums-Sha1: 
 288c0ea5fe6ff6c8805de128420d80acbcfbd4b1 1468 wireshark_1.0.8-1.dsc
 92641ac0858baa0bba41cb9deee66d33d99a600b 17494151 wireshark_1.0.8.orig.tar.gz
 26c67ef6590a72d42a69387596dd4232ddc50437 52217 wireshark_1.0.8-1.diff.gz
 6f4fc80d87d3830385e1d5c89fecefbe4a3a58df 12072138 
wireshark-common_1.0.8-1_amd64.deb
 ecf09381f4016fad8f9d85af8d1a52060a594e4d 657994 wireshark_1.0.8-1_amd64.deb
 ffc4a9caa08c9f3c43ed027d0e2cdb1e6bb5bd43 119316 tshark_1.0.8-1_amd64.deb
 34bfd8addcf13ce5e549cb5ac77f17724b394d32 585536 wireshark-dev_1.0.8-1_amd64.deb
Checksums-Sha256: 
 7845151ee0cb507482930c9dcd713ef70ec08ae340c7f8fb2d050d0c033853c6 1468 
wireshark_1.0.8-1.dsc
 64b27a1c8c05f83cff8e0476cd8e4a1565b761b461c7d9bc91539cae64fee736 17494151 
wireshark_1.0.8.orig.tar.gz
 82d988725c2246674b9f588afce6b5edb15e9f694dd923025839a355cdaaa828 52217 
wireshark_1.0.8-1.diff.gz
 6b11d90b9acfd8e9a93e2b94778566bb06ca9877a71e4834b587bd52327aaa2b 12072138 
wireshark-common_1.0.8-1_amd64.deb
 f7ea7473204e50401d44eb2ccdce930ec83691dc2123cc1cb233d6a89b239af9 657994 
wireshark_1.0.8-1_amd64.deb
 cb876d431c4af6bccb4f7da024d6e7b0cda2fe2541488951c556eb361659ed79 119316 
tshark_1.0.8-1_amd64.deb
 36e9cf629218b357771a3ca211a240411a60418aaf17e7a8ee41e5e1b815cc27 585536 
wireshark-dev_1.0.8-1_amd64.deb
Files: 
 0445bee0e43d0a7917e04b2773fbae20 1468 net optional wireshark_1.0.8-1.dsc
 c01df5ef859beaf4b95c19a318ce4e00 17494151 net optional 
wireshark_1.0.8.orig.tar.gz
 5ab63767e396ebf18531d1b08971971e 52217 net optional wireshark_1.0.8-1.diff.gz
 56de4a53c059e2dd9fa1144ba30c51d5 12072138 net optional 
wireshark-common_1.0.8-1_amd64.deb
 b5e75e83ab70f2ac246f31cd89a32049 657994 net optional 
wireshark_1.0.8-1_amd64.deb
 4b790b19b7151255ee225b5af4f2e52f 119316 net optional tshark_1.0.8-1_amd64.deb
 beabaa06285236dd9e289fa5a952402a 585536 devel optional 
wireshark-dev_1.0.8-1_amd64.deb

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

iEYEARECAAYFAkpLf/kACgkQ0/r2+3z8lN0ZuQCfdrC/TkJ6tgJAaN+ygL/kmtcD
ZpAAniwZT8SOSpIk5egoebqo0qo5BJRB
=fssE
-END PGP SIGNATURE-


Accepted:
tshark_1.0.8-1_amd64.deb
  to pool/main/w/wireshark/tshark_1.0.8-1_amd64.deb
wireshark-common_1.0.8-1_amd64.deb
  to pool/main/w/wireshark/wireshark-common_1.0.8-1_amd64.deb
wireshark-dev_1.0.8-1_amd64.deb
  to pool/main/w/wireshark/wireshark-dev_1.0.8-1_amd64.deb
wireshark_1.0.8-1.diff.gz
  to pool/main/w/wireshark/wireshark_1.0.8-1.diff.gz
wireshark_1.0.8-1.dsc
  to pool/main/w/wireshark/wireshark_1.0.8-1.dsc
wireshark_1.0.8-1_amd64.deb
  to pool/main/w/wireshark/wireshark_1.0.8-1_amd64.deb
wireshark_1.0.8.orig.tar.gz
  to pool/main/w/wireshark/wireshark_1.0.8.orig.tar.gz


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



Accepted djbdoc2man 1.1-4 (source all)

2009-07-01 Thread Klaus Reimer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 14:20:44 +
Source: djbdoc2man
Binary: djbdoc2man
Architecture: source all
Version: 1.1-4
Distribution: unstable
Urgency: low
Maintainer: Klaus Reimer k...@debian.org
Changed-By: Klaus Reimer k...@debian.org
Description: 
 djbdoc2man - Convert DJB html documentation to man pages
Changes: 
 djbdoc2man (1.1-4) unstable; urgency=low
 .
   * Added watch file.
Checksums-Sha1: 
 4cc73b7509538db6fa74d993809a7240958bffd1 978 djbdoc2man_1.1-4.dsc
 66207e8b5eff6d63674d96caee3143058245ab0a 4551 djbdoc2man_1.1-4.diff.gz
 e0b73dd546697606c572b63bb6547c9cee779aa2 6520 djbdoc2man_1.1-4_all.deb
Checksums-Sha256: 
 63b621469d8196baf3d183233a20a1c4610b19c5499a0d505ae858cbdf34aaf4 978 
djbdoc2man_1.1-4.dsc
 1728749e5e917ea98a76f3426ebdeb5f2f9d58ee86daed984f5a6298fbf1ea54 4551 
djbdoc2man_1.1-4.diff.gz
 fb6ec93df78775eab220aa1da76bb544094eb35ac09f56e69aec4727a5599173 6520 
djbdoc2man_1.1-4_all.deb
Files: 
 c09f7f9d4974a6218489468ec78b9c51 978 misc optional djbdoc2man_1.1-4.dsc
 9cc10eed74cc4c6f0656ba7c73ae11d5 4551 misc optional djbdoc2man_1.1-4.diff.gz
 84bd4885f08aaab114da82695726bfc0 6520 misc optional djbdoc2man_1.1-4_all.deb

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

iD8DBQFKS3GrqgNhc6cj45ERApO7AJ0SGIxNjyYsosXvgTpcE1MGnH2VnACcC2BL
KNctmRoc0a907WXU9NobgQ4=
=xuvU
-END PGP SIGNATURE-


Accepted:
djbdoc2man_1.1-4.diff.gz
  to pool/main/d/djbdoc2man/djbdoc2man_1.1-4.diff.gz
djbdoc2man_1.1-4.dsc
  to pool/main/d/djbdoc2man/djbdoc2man_1.1-4.dsc
djbdoc2man_1.1-4_all.deb
  to pool/main/d/djbdoc2man/djbdoc2man_1.1-4_all.deb


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



Accepted python-distutils-extra 2.3 (source all)

2009-07-01 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 16:39:54 +0200
Source: python-distutils-extra
Binary: python-distutils-extra
Architecture: source all
Version: 2.3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Heinlein de...@glatzor.de
Changed-By: Martin Pitt mp...@debian.org
Description: 
 python-distutils-extra - enhancements to the Python build system
Changes: 
 python-distutils-extra (2.3) unstable; urgency=low
 .
   * auto.py: Fix recognition of GtkBuilder *.ui files as glade-3 writes them.
   * auto.py: Add automatic calculation of requires unless explicitly given.
   * auto.py: Add automatic calculation of provides unless explicitly given.
   * Drop test/testBzrBuild.py, it's specific to Sebastian's computer.
   * setup.py: Drop nose.collector, we don't use it.
   * Add debian/local/python-mkdebian: Create/update debian packaging
 (debian/*) from python egg-info data. Not terribly pretty, but working and
 reasonably policy compliant.
Checksums-Sha1: 
 2d1fe58b4245b92244882595c4aa05a9fe212d22 1099 python-distutils-extra_2.3.dsc
 0edefa4de18597ef9a319474e75fc5d606c25bd8 29136 
python-distutils-extra_2.3.tar.gz
 f8176657758460900fa869b9d23f7ce7ae0e6051 19790 
python-distutils-extra_2.3_all.deb
Checksums-Sha256: 
 c0575d67e501a7fbfd73116f0ce6d2d5ab28b065e791071f81b42fc23b5cca14 1099 
python-distutils-extra_2.3.dsc
 104b0b029ce5fa55c9d05568ce9183b8f8f2fac853f84f7819e62cfa607895ca 29136 
python-distutils-extra_2.3.tar.gz
 ab363deeff74e79a34fa81a22b6278265979cc576394eb7693d145cac48f0471 19790 
python-distutils-extra_2.3_all.deb
Files: 
 724f69220dda7d9e0f88688a25b7930a 1099 python optional 
python-distutils-extra_2.3.dsc
 52730357924df6f82718ae9da522dbda 29136 python optional 
python-distutils-extra_2.3.tar.gz
 9194e054c97de2180553f2d04aaf6ab6 19790 python optional 
python-distutils-extra_2.3_all.deb

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

iEYEARECAAYFAkpLdfcACgkQDecnbV4Fd/LlZQCfQH9+SWmx6eNM5z0UlvOApz1x
26kAoKH3B2BCBCSthGHI8MTXTCpFrDdN
=Etq6
-END PGP SIGNATURE-


Accepted:
python-distutils-extra_2.3.dsc
  to pool/main/p/python-distutils-extra/python-distutils-extra_2.3.dsc
python-distutils-extra_2.3.tar.gz
  to pool/main/p/python-distutils-extra/python-distutils-extra_2.3.tar.gz
python-distutils-extra_2.3_all.deb
  to pool/main/p/python-distutils-extra/python-distutils-extra_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



Accepted icedove-l10n 1:2.0.0.22+debian-1 (source all)

2009-07-01 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 11:35:49 -0300
Source: icedove-l10n
Binary: icedove-l10n-all icedove-l10n-af icedove-l10n-be icedove-l10n-bg 
icedove-l10n-ca icedove-l10n-cs icedove-l10n-da icedove-l10n-de icedove-l10n-el 
icedove-l10n-en-gb icedove-l10n-es-ar icedove-l10n-es-es icedove-l10n-eu 
icedove-l10n-fi icedove-l10n-fr icedove-l10n-ga-ie icedove-l10n-he 
icedove-l10n-hu icedove-l10n-it icedove-l10n-ja icedove-l10n-ko icedove-l10n-lt 
icedove-l10n-mk icedove-l10n-nb-no icedove-l10n-nl icedove-l10n-nn-no 
icedove-l10n-pa-in icedove-l10n-pl icedove-l10n-pt-br icedove-l10n-pt-pt 
icedove-l10n-ru icedove-l10n-sk icedove-l10n-sl icedove-l10n-sv-se 
icedove-l10n-tr icedove-l10n-uk icedove-l10n-zh-cn icedove-l10n-zh-tw 
icedove-l10n-gl-es icedove-l10n-ne-np
Architecture: source all
Version: 1:2.0.0.22+debian-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 icedove-l10n-af - Afrikaans language package for Icedove
 icedove-l10n-all - All language packages for Icedove (meta)
 icedove-l10n-be - Belarusian language package for Icedove
 icedove-l10n-bg - Bulgarian language package for Icedove
 icedove-l10n-ca - Catalan/Valencian language package for Icedove
 icedove-l10n-cs - Czech language package for Icedove
 icedove-l10n-da - Danish language package for Icedove
 icedove-l10n-de - German language package for Icedove
 icedove-l10n-el - Greek language package for Icedove
 icedove-l10n-en-gb - English (Great Britain) language package for Icedove
 icedove-l10n-es-ar - Spanish (Argentina) language package for Icedove
 icedove-l10n-es-es - Spanish (Spain) language package for Icedove
 icedove-l10n-eu - Basque language package for Icedove
 icedove-l10n-fi - Finnish language package for Icedove
 icedove-l10n-fr - French language package for Icedove
 icedove-l10n-ga-ie - Irish (Ireland) language package for Icedove
 icedove-l10n-gl-es - Galician language package for Icedove
 icedove-l10n-he - Hebrew language package for Icedove
 icedove-l10n-hu - Hungarian language package for Icedove
 icedove-l10n-it - Italian language package for Icedove
 icedove-l10n-ja - Japanese language package for Icedove
 icedove-l10n-ko - Korean language package for Icedove
 icedove-l10n-lt - Lithuanian language package for Icedove
 icedove-l10n-mk - Macedonian language package for Icedove
 icedove-l10n-nb-no - Bokmaal (Norway) language package for Icedove
 icedove-l10n-ne-np - Nepali language package for Icedove
 icedove-l10n-nl - Dutch language package for Icedove
 icedove-l10n-nn-no - Nynorsk (Norway) language package for Icedove
 icedove-l10n-pa-in - Punjabi (India) language package for Icedove
 icedove-l10n-pl - Polish language package for Icedove
 icedove-l10n-pt-br - Portuguese (Brazil) language package for Icedove
 icedove-l10n-pt-pt - Portuguese (Portugal) language package for Icedove
 icedove-l10n-ru - Russian language package for Icedove
 icedove-l10n-sk - Slovak language package for Icedove
 icedove-l10n-sl - Slovenian language package for Icedove
 icedove-l10n-sv-se - Swedish (Sweden) language package for Icedove
 icedove-l10n-tr - Turkish language package for Icedove
 icedove-l10n-uk - Ukrainian language package for Icedove
 icedove-l10n-zh-cn - Chinese (China) language package for Icedove
 icedove-l10n-zh-tw - Chinese (Taiwan) language package for Icedove
Changes: 
 icedove-l10n (1:2.0.0.22+debian-1) unstable; urgency=low
 .
   * Using correct rfc-2822 date formats in changelog.
   * Merging upstream version 2.0.0.22+debian.
   * Updating depends to icedove to version 2.0.0.22.
   * Updating section to localization.
   * Updating stanards version to 3.8.2.
Checksums-Sha1: 
 bcad02bdc87546b03f7c543d4f4c3d2f5cf9fe43 1921 
icedove-l10n_2.0.0.22+debian-1.dsc
 6b4dca940401c7c3c3a75e6eec2c4f0730689b34 7156926 
icedove-l10n_2.0.0.22+debian.orig.tar.gz
 d0edc047235cf75f2d84792a6ea3c79162cd2c47 21402 
icedove-l10n_2.0.0.22+debian-1.diff.gz
 c1c662c9eccd825e8c2ac07ca39f209e8c2dbe60 14152 
icedove-l10n-all_2.0.0.22+debian-1_all.deb
 56e7c6d805956ee3b05c5ec508516de4e68b7d58 192270 
icedove-l10n-af_2.0.0.22+debian-1_all.deb
 4e0e03d095f41761f6074ffb30cb7af9e074d48e 200074 
icedove-l10n-be_2.0.0.22+debian-1_all.deb
 b83972c8c080c9a62a0a1a9e01ba10db1645b11d 213502 
icedove-l10n-bg_2.0.0.22+debian-1_all.deb
 c067d247b989807c3dd7d202de8a4259c576766c 201184 
icedove-l10n-ca_2.0.0.22+debian-1_all.deb
 39b45f0dc2f515ccc1f39535ffec578d871ac0ab 201708 
icedove-l10n-cs_2.0.0.22+debian-1_all.deb
 341e32c9730bbb7dcebe17104d393bafbe1a19b4 193874 
icedove-l10n-da_2.0.0.22+debian-1_all.deb
 92cba872ce956a52a11b756816ebb4c3ccf2b0b1 174014 
icedove-l10n-de_2.0.0.22+debian-1_all.deb
 0b80a750f0976c5df936e215f5ab88269034dedb 201006 
icedove-l10n-el_2.0.0.22+debian-1_all.deb
 8a6304f086370e9f0decc075714d9b6fbc44e027 188370 
icedove-l10n-en-gb_2.0.0.22+debian-1_all.deb
 86fc199ea92ee1296c1fca1dc866ae92b5439bd9 200732 

Accepted libconfig-model-tkui-perl 1.211-1 (source all)

2009-07-01 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 15:28:10 +0200
Source: libconfig-model-tkui-perl
Binary: libconfig-model-tkui-perl
Architecture: source all
Version: 1.211-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: 
 libconfig-model-tkui-perl - Tk GUI to edit config data through Config::Model
Changes: 
 libconfig-model-tkui-perl (1.211-1) unstable; urgency=low
 .
   [ Dominique Dumont ]
   * New upstream release: Fix broken save in config-edit-ssh
 .
   [ gregor herrmann ]
   * Bump (build) dependency on libconfig-model-perl to = 0.638.
Checksums-Sha1: 
 530f03ee22094f6cc285f9acd941b8adc22f87f2 1639 
libconfig-model-tkui-perl_1.211-1.dsc
 1a535744e693694a78a0506534bea2acfa6bc65c 47588 
libconfig-model-tkui-perl_1.211.orig.tar.gz
 084eb1d7719a99f7d4bfb0d95f9de5153a218468 1943 
libconfig-model-tkui-perl_1.211-1.diff.gz
 15c64d6b429d42c1701e49e858e81974ab7297a0 42396 
libconfig-model-tkui-perl_1.211-1_all.deb
Checksums-Sha256: 
 0499147e734e02d3e9d1188007e0d6efaf2285e05365ef09e05205be391af904 1639 
libconfig-model-tkui-perl_1.211-1.dsc
 810692aed03f07bdf695f6bf44d3d8be1ec5de686ab17e428520455ffdefbe43 47588 
libconfig-model-tkui-perl_1.211.orig.tar.gz
 ccb3dca8759ebf329a89d691ef9b50734501793c60b703ca12d11d32f31eeeac 1943 
libconfig-model-tkui-perl_1.211-1.diff.gz
 158160011f98e3c4910329bde9d16b0d04d74dd360db6fb4c1fb77c5104ae9c4 42396 
libconfig-model-tkui-perl_1.211-1_all.deb
Files: 
 101099089d6d4790df20a48faacea419 1639 perl optional 
libconfig-model-tkui-perl_1.211-1.dsc
 c4f80a240a23bf410068268892d2deeb 47588 perl optional 
libconfig-model-tkui-perl_1.211.orig.tar.gz
 7979fd0d6522d19d5ec521d4c3cdc639 1943 perl optional 
libconfig-model-tkui-perl_1.211-1.diff.gz
 828545aa77d008d0baef74c06a0ddf1f 42396 perl optional 
libconfig-model-tkui-perl_1.211-1_all.deb

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

iEYEARECAAYFAkpLdsAACgkQOzKYnQDzz+TOEgCeIwoMv3vsucDU85z1RJEcMLu7
pQMAniKs39PQ6FFvtZiyrvqL/rb/FuLX
=68Uf
-END PGP SIGNATURE-


Accepted:
libconfig-model-tkui-perl_1.211-1.diff.gz
  to 
pool/main/libc/libconfig-model-tkui-perl/libconfig-model-tkui-perl_1.211-1.diff.gz
libconfig-model-tkui-perl_1.211-1.dsc
  to 
pool/main/libc/libconfig-model-tkui-perl/libconfig-model-tkui-perl_1.211-1.dsc
libconfig-model-tkui-perl_1.211-1_all.deb
  to 
pool/main/libc/libconfig-model-tkui-perl/libconfig-model-tkui-perl_1.211-1_all.deb
libconfig-model-tkui-perl_1.211.orig.tar.gz
  to 
pool/main/libc/libconfig-model-tkui-perl/libconfig-model-tkui-perl_1.211.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



Accepted cherokee 0.99.20-1 (source all amd64)

2009-07-01 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 11:00:52 -0500
Source: cherokee
Binary: cherokee libcherokee-base0 libcherokee-base0-dev libcherokee-client0 
libcherokee-client0-dev libcherokee-config0 libcherokee-config0-dev 
libcherokee-server0 libcherokee-server0-dev libcherokee-mod-admin 
libcherokee-mod-server-info libcherokee-mod-mysql libcherokee-mod-ldap 
libcherokee-mod-libssl libcherokee-mod-streaming libcherokee-mod-geoip cget 
cherokee-doc
Architecture: source amd64 all
Version: 0.99.20-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 cget   - web page downloader
 cherokee   - Very fast, flexible and easy to configure web server
 cherokee-doc - Very fast, flexible and easy to configure web server
 libcherokee-base0 - Cherokee web server - Base libraries
 libcherokee-base0-dev - Cherokee web server - base libraries' development files
 libcherokee-client0 - Cherokee web server - Client libraries
 libcherokee-client0-dev - Cherokee web server - Client libraries' development 
files
 libcherokee-config0 - Cherokee web server - Configuration libraries
 libcherokee-config0-dev - Cherokee web server - Configuration libraries' 
development files
 libcherokee-mod-admin - Cherokee web server - Administrative plugin
 libcherokee-mod-geoip - Cherokee web server - Media streaming functions plugin
 libcherokee-mod-ldap - Cherokee web server - LDAP user validator plugin
 libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
 libcherokee-mod-mysql - Cherokee web server - MySQL user validator plugin
 libcherokee-mod-server-info - Cherokee web server - Server information plugin
 libcherokee-mod-streaming - Cherokee web server - Media streaming functions 
plugin
 libcherokee-server0 - Cherokee web server - Server libraries
 libcherokee-server0-dev - Cherokee web server - Server librardevelopment files
Changes: 
 cherokee (0.99.20-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 66057a82981e40790b9c888c07dee078243f1de0 1774 cherokee_0.99.20-1.dsc
 1cd20e6ed4e1cfad4084b93a7ca0909039738491 4698370 cherokee_0.99.20.orig.tar.gz
 5f0e575d47c74cde6b5920b7241a5fa264626d22 36207 cherokee_0.99.20-1.diff.gz
 4184a7678c071c82384b7c5529cb1e3de4b2f9f0 183492 cherokee_0.99.20-1_amd64.deb
 3ff92989043b70715260388cea4c6d65d9699697 106444 
libcherokee-base0_0.99.20-1_amd64.deb
 e4caa981064545e9cfe1c1a351947eef361b5c74 149926 
libcherokee-base0-dev_0.99.20-1_amd64.deb
 2b8892cd1eb702c877dfea6f1ac5d1356a5b7758 30438 
libcherokee-client0_0.99.20-1_amd64.deb
 3865fa382c8af7e50af350a60ec8236779cf8a05 29378 
libcherokee-client0-dev_0.99.20-1_amd64.deb
 a0ea88d96b4f119fc6a15a92ba6b950599ff8a1e 393008 
libcherokee-config0_0.99.20-1_amd64.deb
 a6cf750b2048271a7f2650b779409a0db6be5f2f 26654 
libcherokee-config0-dev_0.99.20-1_amd64.deb
 287306f348f6cd6debf9f2558d828c6af28e123a 413458 
libcherokee-server0_0.99.20-1_amd64.deb
 bd50352ccae886bd32174490ea116489ffa44539 91182 
libcherokee-server0-dev_0.99.20-1_amd64.deb
 917a363d1486a7c678cefc21ee9cacfcb6e78dac 37776 
libcherokee-mod-admin_0.99.20-1_amd64.deb
 290755692d7d5d1a91a0fc6762e2c0d1730c68b3 45244 
libcherokee-mod-server-info_0.99.20-1_amd64.deb
 ee06a05206558ec46ef214500c7a89e895f2cddd 28234 
libcherokee-mod-mysql_0.99.20-1_amd64.deb
 c7fcc3d6fac01c8b27872dcb37684d124cc94e79 28250 
libcherokee-mod-ldap_0.99.20-1_amd64.deb
 6c7d634b2f6d481b8cf8d0fd61ba219d12462ad4 35348 
libcherokee-mod-libssl_0.99.20-1_amd64.deb
 3fcb00438ea876e3d7cba81278cd3b47c0ab39b0 28560 
libcherokee-mod-streaming_0.99.20-1_amd64.deb
 a1e284dfa90b953677e5568c1b3a0c4049d9d644 25650 
libcherokee-mod-geoip_0.99.20-1_amd64.deb
 12a2f0c5cda1952c0a68d6f7c8354c661e854926 27976 cget_0.99.20-1_amd64.deb
 cf5325f3f3b0981a9fc1878c1faf402e6240a478 2964030 cherokee-doc_0.99.20-1_all.deb
Checksums-Sha256: 
 8590a2f35ddf13ba5c6ba1e6c027aa32cdc12854832cca9a450404c7f1ceb0e4 1774 
cherokee_0.99.20-1.dsc
 aed4d09320920dd255d0d68c244ba940386c24470adaeef8598bdea8e333 4698370 
cherokee_0.99.20.orig.tar.gz
 bc2f958458119799b2672a68da3d8f6d506b7591613da34bec2f38362e346de9 36207 
cherokee_0.99.20-1.diff.gz
 1f1b7fa715740a7eb410c2c428d6f1a0c8f62cab7b0b2b317b8e23d06e59e0d9 183492 
cherokee_0.99.20-1_amd64.deb
 9662c31df93c798c42048d804451be4a280b1f8752309b8796949a36cc5c861e 106444 
libcherokee-base0_0.99.20-1_amd64.deb
 ccf28ac2b0105c950c4ca043c0ca1c7fc37635c2f4b57bfa661b9150d223bbb6 149926 
libcherokee-base0-dev_0.99.20-1_amd64.deb
 9a74e666158d858ece21f47293137ea16abf475c2ee554d805ae2d3b7c21b621 30438 
libcherokee-client0_0.99.20-1_amd64.deb
 4c713a296601fb64f13990697957a83ef1d527cd1fc2d13fe4d039cd223287a6 29378 
libcherokee-client0-dev_0.99.20-1_amd64.deb
 a0cb0c696b5fa3a5c8997ca4623d20ba971e9f096b0206c967d7e3e01152f6a5 393008 
libcherokee-config0_0.99.20-1_amd64.deb
 5fc18e6837b0eaaa4b6d0ce1293590d092d6087fd55fdf5c843ced15c5c20ed0 26654 

Accepted tint2 0.7-1 (source amd64)

2009-07-01 Thread Daniel Moerner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 02:01:27 -0700
Source: tint2
Binary: tint2
Architecture: source amd64
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Moerner dmoer...@gmail.com
Changed-By: Daniel Moerner dmoer...@gmail.com
Description: 
 tint2  - lightweight taskbar
Closes: 532307
Changes: 
 tint2 (0.7-1) unstable; urgency=low
 .
   * New Upstream Version. (LP: #319436)
 - Update watch file to point to tint2 instead of tint.
 - Remove debian/tint.1: integrated upstream (Closes: #532307)
 - Remove dpatch and patches/01-remove-strip-from-makefile.dpatch:
   integrated upstream.
 - Refresh debian/examples and remove debian/docs
 - tint2 is now licensed under the GPL-2.
   * Added Vcs-Git and Vcs-Browser fields to debian/control.
   * Updated to Standards Version 3.8.2
   * Switched to tiny dh 7 rules file with overrides.
Checksums-Sha1: 
 f1af930f7db9bef031bf124172ca30a80db275fa 1173 tint2_0.7-1.dsc
 9c6b1de7669f83bb4754c709bab49c4efdee7173 331084 tint2_0.7.orig.tar.gz
 53f7bee845c3426346c1d38da9f43724b31d727f 1985 tint2_0.7-1.diff.gz
 7e0d5d3e41a23042fc9e92d3894b265dd7c4305b 43898 tint2_0.7-1_amd64.deb
Checksums-Sha256: 
 602fc8326d2be22a37055dab5444edc1b485bb91c48fd1535ea6809bc2977ac3 1173 
tint2_0.7-1.dsc
 ebfbc7ce272802cdaf5a3177c5ba0a3ed78e456785191a7e42b10a47f4027320 331084 
tint2_0.7.orig.tar.gz
 1d76b68dfedf3f2cff4282e0163e55fdee22c2c1afe2eb8e48fe178356f6a8ff 1985 
tint2_0.7-1.diff.gz
 7149682ceb13294bd20aba6379280b1adc770c36357084c4f1fa89c4030c41b1 43898 
tint2_0.7-1_amd64.deb
Files: 
 4c082d15dec074892547a15e20c24485 1173 x11 optional tint2_0.7-1.dsc
 03851e10d848ec35641d531c47e352ac 331084 x11 optional tint2_0.7.orig.tar.gz
 bb7cca52983561884365a25ae5a5ecd2 1985 x11 optional tint2_0.7-1.diff.gz
 a565c17c409ae5bd423160b1e43cef1d 43898 x11 optional tint2_0.7-1_amd64.deb

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

iEYEARECAAYFAkpLk+0ACgkQB01zfu119ZlN8gCg1TStdruXYuqnvPIl5R53AZ58
F6oAoJiFJ0ZF08aLoNpfpx7p8xTO//Lp
=ZDLp
-END PGP SIGNATURE-


Accepted:
tint2_0.7-1.diff.gz
  to pool/main/t/tint2/tint2_0.7-1.diff.gz
tint2_0.7-1.dsc
  to pool/main/t/tint2/tint2_0.7-1.dsc
tint2_0.7-1_amd64.deb
  to pool/main/t/tint2/tint2_0.7-1_amd64.deb
tint2_0.7.orig.tar.gz
  to pool/main/t/tint2/tint2_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



Accepted libdatetime-locale-perl 1:0.43-1 (source all)

2009-07-01 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 18:24:36 +0200
Source: libdatetime-locale-perl
Binary: libdatetime-locale-perl
Architecture: source all
Version: 1:0.43-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdatetime-locale-perl - Localization support for DateTime
Changes: 
 libdatetime-locale-perl (1:0.43-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ gregor herrmann ]
   * New upstream release:
 + Based on CLDR 1.7.1, which includes support for several new languages
   * Add /me to Uploaders.
   * Set Standards-Version to 3.8.2 (no changes).
   * Update to debhelper 7 (debian/{rules,compat,control}).
   * Remove build dependency on libmodule-build-perl, dh prefers EUMM.
   * debian/copyright: update years of copyright for lib/DateTime/Locale/*.
   * Acticate more tests (debian/{control,rules}).
Checksums-Sha1: 
 0d6c676243ee170a3f8dd14db6cb3d454630dffc 1639 
libdatetime-locale-perl_0.43-1.dsc
 810a3d03b67791ba9a928e0f4394143e9b86c281 778002 
libdatetime-locale-perl_0.43.orig.tar.gz
 7b7e802c19de4d7ef349dcee01e88a6dbb631d16 4131 
libdatetime-locale-perl_0.43-1.diff.gz
 37b888775c0c20170686ab400e90b18955c82d5f 2265238 
libdatetime-locale-perl_0.43-1_all.deb
Checksums-Sha256: 
 20d245b32b9cebfd1d772a64dca63e040f929b78f63c2018e758a4a55a1f22fd 1639 
libdatetime-locale-perl_0.43-1.dsc
 19dc89e4501e23e66335d8f2d7647cec5bc986dd9d6822ce0b28cb7af9d98f9a 778002 
libdatetime-locale-perl_0.43.orig.tar.gz
 2b78cfea93aecaf5adf83ad758f56fea59a022eb76213df8de616a21fbeb9723 4131 
libdatetime-locale-perl_0.43-1.diff.gz
 35e9db6a7fcc23bfa7f452f3ed17521c64f21b0cb3323c673a4709bd16a9a391 2265238 
libdatetime-locale-perl_0.43-1_all.deb
Files: 
 46a67965d3dc6aae9fd1ba21eb48c99d 1639 perl extra 
libdatetime-locale-perl_0.43-1.dsc
 6481929d939cbb6a8ef656acd2a8a2d6 778002 perl extra 
libdatetime-locale-perl_0.43.orig.tar.gz
 e717d5e6a3f746b3f0cc845d21c85215 4131 perl extra 
libdatetime-locale-perl_0.43-1.diff.gz
 48e08caaa6a4c24d1479d4c6ad61fd1b 2265238 perl extra 
libdatetime-locale-perl_0.43-1_all.deb

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

iEYEARECAAYFAkpLj+cACgkQOzKYnQDzz+Rk5wCgpQUhgACVCmzIQDMwyjmR+6ws
i94Ani0v6BshuT5VEPpTAY0DyWs4jfiE
=W4Uu
-END PGP SIGNATURE-


Accepted:
libdatetime-locale-perl_0.43-1.diff.gz
  to 
pool/main/libd/libdatetime-locale-perl/libdatetime-locale-perl_0.43-1.diff.gz
libdatetime-locale-perl_0.43-1.dsc
  to pool/main/libd/libdatetime-locale-perl/libdatetime-locale-perl_0.43-1.dsc
libdatetime-locale-perl_0.43-1_all.deb
  to 
pool/main/libd/libdatetime-locale-perl/libdatetime-locale-perl_0.43-1_all.deb
libdatetime-locale-perl_0.43.orig.tar.gz
  to 
pool/main/libd/libdatetime-locale-perl/libdatetime-locale-perl_0.43.orig.tar.gz


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



Accepted gecode 3.1.0-1 (source all i386)

2009-07-01 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Jun 2009 22:29:21 +0300
Source: gecode
Binary: libgecode-dev libgecode-doc libgecode17
Architecture: source all i386
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula k...@debian.org
Changed-By: Kari Pahula k...@debian.org
Description: 
 libgecode-dev - generic constraint development environment
 libgecode-doc - generic constraint development environment
 libgecode17 - generic constraint development environment
Closes: 526675 534061
Changes: 
 gecode (3.1.0-1) unstable; urgency=low
 .
   * New upstream release (soname 17) (Closes: #526675)
   * Run make check instead of test/test.
   * Build depend on libboost-dev, not libboost1.37-dev. (Closes: #534061)
   * Standards-Version bumped to 3.8.2 (no changes necessary).
   * Explicitly add -lgecodedriver to the LDFLAGS in the provided Makefile
 for examples in libgecode-doc.
Checksums-Sha1: 
 549ce1fdcee5dd4a5f018ef6090c4544348d897d 1108 gecode_3.1.0-1.dsc
 8939351847e9462887b099565b3ce0990f8e61a5 913320 gecode_3.1.0.orig.tar.gz
 42db1de0d9a1415855689d4e640ac3a64455362a 6352 gecode_3.1.0-1.diff.gz
 0acc2e1840c203baa45187e5424d57a7497c52ed 8436558 libgecode-doc_3.1.0-1_all.deb
 20334226629a13ae55b5d9bf571c9af334078260 4052344 libgecode-dev_3.1.0-1_i386.deb
 f48e5a8711cceafb5b29893caae7845d7424a1ff 1964660 libgecode17_3.1.0-1_i386.deb
Checksums-Sha256: 
 6bb225800341b740128636191d11ceead17d6e061c01fbff491907b0b98ad51e 1108 
gecode_3.1.0-1.dsc
 202725dbfd5d0e7d2687391baf559b4ed908ea4ff35d1b91d34508d868ea9abc 913320 
gecode_3.1.0.orig.tar.gz
 1f25302384e012ebf73e084d0f0e8bafe8f5f5b9cbb2736c88ae176160ce33be 6352 
gecode_3.1.0-1.diff.gz
 b155145cf4dbba37a6189442947da738d625029d502fe960b85e37412a4c8211 8436558 
libgecode-doc_3.1.0-1_all.deb
 0c038833b5b7d9511b651bdb9dea541f186b79a1542ce05013036c9a544d34f8 4052344 
libgecode-dev_3.1.0-1_i386.deb
 4bd54ba1c450f0f5a50240ff9597ab974f20d67dc3ace56fbf6337890a4d1f4b 1964660 
libgecode17_3.1.0-1_i386.deb
Files: 
 0d1bf803febaefd8570ec8f7c7480899 1108 libs optional gecode_3.1.0-1.dsc
 b25ff31dd0d90787abe5450a37c88a08 913320 libs optional gecode_3.1.0.orig.tar.gz
 6083058589393eedb7f0f059f83119f0 6352 libs optional gecode_3.1.0-1.diff.gz
 2ac42bea412a72a443c6d68655ee660d 8436558 doc optional 
libgecode-doc_3.1.0-1_all.deb
 97ff56e05d69e343373cdb73f52dbeb5 4052344 libdevel optional 
libgecode-dev_3.1.0-1_i386.deb
 25e9d7e8d2473ddb99e0401b2d3a55f6 1964660 libs optional 
libgecode17_3.1.0-1_i386.deb

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

iEUEARECAAYFAkpGeIEACgkQeYl9593Atw0GJACgtIHmlYLqEBk/xcPK1d5xVGjG
YXEAmKvEDGG8Bc7C58fDgQDlFmr3Dwo=
=K4Pv
-END PGP SIGNATURE-


Accepted:
gecode_3.1.0-1.diff.gz
  to pool/main/g/gecode/gecode_3.1.0-1.diff.gz
gecode_3.1.0-1.dsc
  to pool/main/g/gecode/gecode_3.1.0-1.dsc
gecode_3.1.0.orig.tar.gz
  to pool/main/g/gecode/gecode_3.1.0.orig.tar.gz
libgecode-dev_3.1.0-1_i386.deb
  to pool/main/g/gecode/libgecode-dev_3.1.0-1_i386.deb
libgecode-doc_3.1.0-1_all.deb
  to pool/main/g/gecode/libgecode-doc_3.1.0-1_all.deb
libgecode17_3.1.0-1_i386.deb
  to pool/main/g/gecode/libgecode17_3.1.0-1_i386.deb


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



Accepted konq-plugins 4:4.2.4-1 (source all amd64)

2009-07-01 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 May 2009 17:52:09 +0200
Source: konq-plugins
Binary: konq-plugins konq-plugins-l10n
Architecture: source all amd64
Version: 4:4.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Didier Raboud did...@raboud.com
Description: 
 konq-plugins - plugins for Konqueror, the KDE file/web/doc browser
 konq-plugins-l10n - plugins for Konqueror, the KDE file/web/doc browser 
(localisation
Changes: 
 konq-plugins (4:4.2.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/{watch,rules}
 - Add get-orig-source target and a watch file accordingly.
   * Bump Standards to 3.8.2. No changes needed.
   * debian/control
 - Add myself to Uploaders
 - Indent the list of plugins to calm lintian down.
   * Split package in konq-plugins{,-l10n} to spare disk space and bandwidth.
 - Don't forget to split out non-en documentation.
 - Put -l10n in Section: localization.
   * debian/copyright: Update
Checksums-Sha1: 
 c737e71ef57529dff33755cc95030957d5d10bd3 962 konq-plugins_4.2.4-1.dsc
 1aa979a5f7e734df2c7461a91546edcb19dd53af 1506630 konq-plugins_4.2.4-1.tar.gz
 3971641960f909978eb6b81266c7155ea5b3 1322334 
konq-plugins-l10n_4.2.4-1_all.deb
 469664ccac9720a4fb1cd8859cc6c4a67030fcc9 720684 konq-plugins_4.2.4-1_amd64.deb
Checksums-Sha256: 
 46e23e1cd51c21bd885d830754f7f31c07c7b583f7e7447a8513b8b8e538f27c 962 
konq-plugins_4.2.4-1.dsc
 bd6caad284a2cf2f30f24f1b9e373f97cdd06a3e6cfa4eec3b06fae9aceab978 1506630 
konq-plugins_4.2.4-1.tar.gz
 2f876307a030b08c77208bb44bd78b213a10e95b3304efac82ff25fecd45774b 1322334 
konq-plugins-l10n_4.2.4-1_all.deb
 824fa9aa47246e090d2b4ad8a370e6c4d17ee01ed108a9223e150edba887a4a7 720684 
konq-plugins_4.2.4-1_amd64.deb
Files: 
 f1af7fa2aefd294c9fa668f94505baf6 962 utils extra konq-plugins_4.2.4-1.dsc
 5350b19a9e9e8ff956d2a7ace3ec834e 1506630 utils extra 
konq-plugins_4.2.4-1.tar.gz
 a613c16f859d373bc9635aa309ad18b8 1322334 localization extra 
konq-plugins-l10n_4.2.4-1_all.deb
 4fd24b733ee982a575c6c431fff6667e 720684 utils extra 
konq-plugins_4.2.4-1_amd64.deb

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

iEYEARECAAYFAkpByXQACgkQnMvaFgH6i0r0ZgCgqfEmDEueQ3DWyTNVw+FsQvzO
U1EAn2QxMk2ZEICaX7mw+NfOvfMtFcux
=VXOk
-END PGP SIGNATURE-


Accepted:
konq-plugins-l10n_4.2.4-1_all.deb
  to pool/main/k/konq-plugins/konq-plugins-l10n_4.2.4-1_all.deb
konq-plugins_4.2.4-1.dsc
  to pool/main/k/konq-plugins/konq-plugins_4.2.4-1.dsc
konq-plugins_4.2.4-1.tar.gz
  to pool/main/k/konq-plugins/konq-plugins_4.2.4-1.tar.gz
konq-plugins_4.2.4-1_amd64.deb
  to pool/main/k/konq-plugins/konq-plugins_4.2.4-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



Accepted libcommons-codec-java 1.3-5 (source all)

2009-07-01 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Jun 2009 20:46:13 +0200
Source: libcommons-codec-java
Binary: libcommons-codec-java libcommons-codec-java-doc
Architecture: source all
Version: 1.3-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@drazzib.com
Description: 
 libcommons-codec-java - encoder and decoders such as Base64 and hexadecimal 
codec
 libcommons-codec-java-doc - encoder and decoders such as Base64 and 
hexadecimal codec - docum
Closes: 506360 508967 532884
Changes: 
 libcommons-codec-java (1.3-5) unstable; urgency=low
 .
   [ Emmanuel Bourg ]
   * Update of the URLs
   * Rename Jakarta Commons to Apache Commons
 .
   [ Damien Raude-Morvan ]
   * Apply patch from Chris Cheney cche...@debian.org (Closes: #508967)
 - Use default-jdk-builddep in Build-Depends
 - /usr/lib/jvm/default-java as JAVA_HOME
 - Add ${misc:Depends} in Depends
   * Add myself to Uploaders
   * Bump Standards-Version to 3.8.2
 - Move to java section
 - Add Vcs-* fields
 - Add Homepage in debian/control
 - Add a get-orig-source target
 - Add a README.source describing patch system
   * Use debhelper 5
 - Bump debian/compat to 5
 - Build-Depends on debhelper = 5
   * Update the license to Apache License 2.0 (Closes: #532884)
   * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360)
Checksums-Sha1: 
 f242b66941a052f2729cfb8818c0b5c2268abf60 1483 libcommons-codec-java_1.3-5.dsc
 57edd7f55ac02ede32f26db45aa9926739daca31 3950 
libcommons-codec-java_1.3-5.diff.gz
 9682a6931e88e22e58b8661f85f50feb8c4a62ae 126762 
libcommons-codec-java_1.3-5_all.deb
 213241523b56f5d751d2adb4f6135bebe71f7b18 80068 
libcommons-codec-java-doc_1.3-5_all.deb
Checksums-Sha256: 
 05327247a82066043531f80585916a931835ad9ae42d8b3eca88532108ab2012 1483 
libcommons-codec-java_1.3-5.dsc
 1c6e44003590edc3dacf019cd3633bc5eed6fe7b95796bbe7fee51f26829ef4e 3950 
libcommons-codec-java_1.3-5.diff.gz
 51ed8a0d13b4f5a9f14ab07f6ce2e29abdb06c1e62f13c13eae6667d6283c55c 126762 
libcommons-codec-java_1.3-5_all.deb
 a9e2cbe5d1a8712df35b4792c29b302a396ffcb89f79f1dbb687d3d08ac26e8d 80068 
libcommons-codec-java-doc_1.3-5_all.deb
Files: 
 68e87ead813626636649a6c5db1798e0 1483 java optional 
libcommons-codec-java_1.3-5.dsc
 38e817ddd8bb9b0182b68a08a0318556 3950 java optional 
libcommons-codec-java_1.3-5.diff.gz
 e6b90ba0a388324971c3ae2bd1e11e35 126762 java optional 
libcommons-codec-java_1.3-5_all.deb
 bbf44cc6bca5759bb1447e3a86f8e7ca 80068 doc optional 
libcommons-codec-java-doc_1.3-5_all.deb

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

iEYEARECAAYFAkpJIWoACgkQfY3dicTPjsOTDgCfT6AAfQJc5qn539CYIfvQy8zL
ZtUAoJPq7O+06UQSHCrNcz4p6ZtGemPx
=OK5e
-END PGP SIGNATURE-


Accepted:
libcommons-codec-java-doc_1.3-5_all.deb
  to 
pool/main/libc/libcommons-codec-java/libcommons-codec-java-doc_1.3-5_all.deb
libcommons-codec-java_1.3-5.diff.gz
  to pool/main/libc/libcommons-codec-java/libcommons-codec-java_1.3-5.diff.gz
libcommons-codec-java_1.3-5.dsc
  to pool/main/libc/libcommons-codec-java/libcommons-codec-java_1.3-5.dsc
libcommons-codec-java_1.3-5_all.deb
  to pool/main/libc/libcommons-codec-java/libcommons-codec-java_1.3-5_all.deb


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



Accepted quantlib-swig 0.9.7-4 (source i386)

2009-07-01 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 06:28:57 -0500
Source: quantlib-swig
Binary: quantlib-python quantlib-ruby
Architecture: source i386
Version: 0.9.7-4
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 quantlib-python - Python bindings for the Quantlib Quantitative Finance library
 quantlib-ruby - Ruby bindings for the Quantlib Quantitative Finance library
Changes: 
 quantlib-swig (0.9.7-4) unstable; urgency=low
 .
   * debian/rules: Re-enable support for Ruby following a short debugging
 session with upstream (thanks, Luigi!).  Turns out that we simply need
 to run configure to create a Makefile even though none of several dozen
 prior releases needed this.
   * debian/control: Added 'ruby, ruby1.8, ruby1.8-dev' back to Build-Depends
Checksums-Sha1: 
 35e7127fd5ca7ccdc946c50d5fd29b05d7b5d0b9 1236 quantlib-swig_0.9.7-4.dsc
 ea82f8fa684803e5154287d7d72b5cfdb0cb8b1f 9913 quantlib-swig_0.9.7-4.diff.gz
 ee2efcd955089d13aa4754ff2b3b56ea351ac97a 1911322 
quantlib-python_0.9.7-4_i386.deb
 e44b97e5c40477b4478ca090abf8d32e88d7a90d 1813998 quantlib-ruby_0.9.7-4_i386.deb
Checksums-Sha256: 
 d7075ea407a408560dac6b9b0c383f0c373d16b983d3586754fc189e2c4958b5 1236 
quantlib-swig_0.9.7-4.dsc
 5b840df8123846d3446e42fa7134303fe08d45bea74d925495b8d8342d6aeaec 9913 
quantlib-swig_0.9.7-4.diff.gz
 04b3773c2d5743ab2730d6c8f8699f97912cf692f28149bf33884a91749628ac 1911322 
quantlib-python_0.9.7-4_i386.deb
 0184adbf1b1e61f79dbef1676100bf6101d35aa9d31876e92dcdf377c1f8c9e1 1813998 
quantlib-ruby_0.9.7-4_i386.deb
Files: 
 3a6a4a0ef827a0bed8aeedcf737da078 1236 interpreters optional 
quantlib-swig_0.9.7-4.dsc
 0b3d1ed114119903b5bfb954cfd5593a 9913 interpreters optional 
quantlib-swig_0.9.7-4.diff.gz
 3931ef7e7a0659e6060f05f02bd7efc7 1911322 python optional 
quantlib-python_0.9.7-4_i386.deb
 de8d3844d02ec755501f186694f0ba38 1813998 interpreters optional 
quantlib-ruby_0.9.7-4_i386.deb

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

iD8DBQFKS0vUCZSR95Gw07cRAg6bAJ96YxIDaV5kS+HoPFd0Yao663VCTQCaAk5p
yMqBZMYVBSaz/SDv/9mvMFM=
=9CaR
-END PGP SIGNATURE-


Accepted:
quantlib-python_0.9.7-4_i386.deb
  to pool/main/q/quantlib-swig/quantlib-python_0.9.7-4_i386.deb
quantlib-ruby_0.9.7-4_i386.deb
  to pool/main/q/quantlib-swig/quantlib-ruby_0.9.7-4_i386.deb
quantlib-swig_0.9.7-4.diff.gz
  to pool/main/q/quantlib-swig/quantlib-swig_0.9.7-4.diff.gz
quantlib-swig_0.9.7-4.dsc
  to pool/main/q/quantlib-swig/quantlib-swig_0.9.7-4.dsc


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



Accepted kde-style-qtcurve 0.65.1-1 (source i386 amd64)

2009-07-01 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 20:42:19 +0200
Source: kde-style-qtcurve
Binary: kde-style-qtcurve kwin-style-qtcurve qtcurve
Architecture: amd64 i386 source 
Version: 0.65.1-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description:
 kde-style-qtcurve - Unified widget styles for KDE and GTK+
 kwin-style-qtcurve - Unified window decoration for KDE and GTK+
 qtcurve- Unified window decoration for KDE and GTK+
Changes:
 kde-style-qtcurve (0.65.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 2e993716acc8c66a305b9b4cb962e45ece809b82 182998 
kde-style-qtcurve_0.65.1.orig.tar.gz
 480f2fcc9e5116f1c15a35bc092d004ddc80f4a8 16284 qtcurve_0.65.1-1_amd64.deb
 774b6e9363652dee5f6e8652dc537732e3a0416f 1542 kde-style-qtcurve_0.65.1-1.dsc
 81439d48ac92cf5dd567308ddee724147394b866 4393 
kde-style-qtcurve_0.65.1-1.diff.gz
 85a6216c8238e3ac2f8fb18fb45c973379497372 55638 
kwin-style-qtcurve_0.65.1-1_i386.deb
 b13d9fbf1a5f5e9e7c7685400ccebfc946fa2c07 57482 
kwin-style-qtcurve_0.65.1-1_amd64.deb
 cf8de3142964efbf7e90b533300ec479bd61c692 16286 qtcurve_0.65.1-1_i386.deb
 e75ae41de8972d0f7491ae44d934fb7b12b88dbb 299130 
kde-style-qtcurve_0.65.1-1_amd64.deb
 f772ba342c4900f00ad139ce3373cf74a8c668d9 301554 
kde-style-qtcurve_0.65.1-1_i386.deb
Checksums-Sha256: 
 5bde826906d376e29c8724b076b8a3adee3dddcb105b68d48935a9c18928129e 55638 
kwin-style-qtcurve_0.65.1-1_i386.deb
 6959422449188b777ae3c86f1b5437abb6db4dd9ff34d33ca6fd2760163995d9 16284 
qtcurve_0.65.1-1_amd64.deb
 981c7e665b6ac0d31408ff8dab57acec99045e88df61097dbfdc428646c3298e 1542 
kde-style-qtcurve_0.65.1-1.dsc
 a4da6d0bf0ceb0b51998e37532f15b7d2b4fab66d5afc51a807324c8aa062d75 301554 
kde-style-qtcurve_0.65.1-1_i386.deb
 aa646209d255b4f19abbf7640d0bcf7543caa0febea41177d4dd03932247e6fa 57482 
kwin-style-qtcurve_0.65.1-1_amd64.deb
 bcec37729dd103119b98b3fd9de301d75904ee6e511146fad6dcf1d3ad3f0eb3 299130 
kde-style-qtcurve_0.65.1-1_amd64.deb
 d0aca3c6a9c02200ac63a4e584d64a5a90bce5f0fd63daf1d571f652adec2a59 16286 
qtcurve_0.65.1-1_i386.deb
 df95543163be252783eba714a0372b78c710acedb0dcdb51d59e0576cc682ecc 4393 
kde-style-qtcurve_0.65.1-1.diff.gz
 e955044245d01bcfbd9c38aba02fa97724cd2aa05f33a8a800b81d0d7a0b8f14 182998 
kde-style-qtcurve_0.65.1.orig.tar.gz
Files: 
 6431ab903e2592e35a90ec7b62a47ceb 301554 kde optional 
kde-style-qtcurve_0.65.1-1_i386.deb
 650b06d9fc11d7e2bad3e071396d10b6 16284 kde optional qtcurve_0.65.1-1_amd64.deb
 69d44133d88b906debf5d537ce83798d 1542 kde optional 
kde-style-qtcurve_0.65.1-1.dsc
 838c206509c59d8ddd2c83426edf1256 57482 kde optional 
kwin-style-qtcurve_0.65.1-1_amd64.deb
 c6147387d3c12a090366a8620de59e8b 16286 kde optional qtcurve_0.65.1-1_i386.deb
 c812751a9395c0e8c6eb7ea46ae947dc 4393 kde optional 
kde-style-qtcurve_0.65.1-1.diff.gz
 cbf58e78652e506976cbb5992ac12c09 182998 kde optional 
kde-style-qtcurve_0.65.1.orig.tar.gz
 de1fc7caf1a9d77b519535964d7d628a 299130 kde optional 
kde-style-qtcurve_0.65.1-1_amd64.deb
 f5fb320b772a132c6ab2b392656d64ae 55638 kde optional 
kwin-style-qtcurve_0.65.1-1_i386.deb

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

iJwEAQECAAYFAkpKYEoACgkQjPU19mqlcvch7gQA2R1wVvFeTtr5TvKfmGEQeVfO
a2ua5XTDU0KzOkFjwOmclnf7kGRa0m+ZzhfOwyxylZgrC+6tB398iVuqOsnR+eFC
zWoMtlihwbAbtJOB+p5m1uTYy3RYpo77HiVnJ8IB80WTG0AR8EVxr4pRiw8RbOsi
Dabj+rGFGxhquE7ElJk=
=QA03
-END PGP SIGNATURE-


Accepted:
kde-style-qtcurve_0.65.1-1.diff.gz
  to pool/main/k/kde-style-qtcurve/kde-style-qtcurve_0.65.1-1.diff.gz
kde-style-qtcurve_0.65.1-1.dsc
  to pool/main/k/kde-style-qtcurve/kde-style-qtcurve_0.65.1-1.dsc
kde-style-qtcurve_0.65.1-1_amd64.deb
  to pool/main/k/kde-style-qtcurve/kde-style-qtcurve_0.65.1-1_amd64.deb
kde-style-qtcurve_0.65.1-1_i386.deb
  to pool/main/k/kde-style-qtcurve/kde-style-qtcurve_0.65.1-1_i386.deb
kde-style-qtcurve_0.65.1.orig.tar.gz
  to pool/main/k/kde-style-qtcurve/kde-style-qtcurve_0.65.1.orig.tar.gz
kwin-style-qtcurve_0.65.1-1_amd64.deb
  to pool/main/k/kde-style-qtcurve/kwin-style-qtcurve_0.65.1-1_amd64.deb
kwin-style-qtcurve_0.65.1-1_i386.deb
  to pool/main/k/kde-style-qtcurve/kwin-style-qtcurve_0.65.1-1_i386.deb
qtcurve_0.65.1-1_amd64.deb
  to pool/main/k/kde-style-qtcurve/qtcurve_0.65.1-1_amd64.deb
qtcurve_0.65.1-1_i386.deb
  to pool/main/k/kde-style-qtcurve/qtcurve_0.65.1-1_i386.deb


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



Accepted ruby-gnome2 0.19.0-1 (source all amd64)

2009-07-01 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 26 Jun 2009 00:12:52 +0200
Source: ruby-gnome2
Binary: libglib2-ruby libglib2-ruby1.8 libglib2-ruby1.8-dbg libatk1-ruby 
libatk1-ruby1.8 libatk1-ruby1.8-dbg libpango1-ruby libpango1-ruby1.8 
libpango1-ruby1.8-dbg libgdk-pixbuf2-ruby libgdk-pixbuf2-ruby1.8 
libgdk-pixbuf2-ruby1.8-dbg libgtk2-ruby libgtk2-ruby1.8 libgtk2-ruby1.8-dbg 
libart2-ruby libart2-ruby1.8 libart2-ruby1.8-dbg libgnomecanvas2-ruby 
libgnomecanvas2-ruby1.8 libgnomecanvas2-ruby1.8-dbg libgnome2-ruby 
libgnome2-ruby1.8 libgnome2-ruby1.8-dbg libgconf2-ruby libgconf2-ruby1.8 
libgconf2-ruby1.8-dbg libglade2-ruby libglade2-ruby1.8 libglade2-ruby1.8-dbg 
libgoocanvas-ruby libgoocanvas-ruby1.8 libgoocanvas-ruby1.8-dbg 
libgtkhtml2-ruby libgtkhtml2-ruby1.8 libgtkhtml2-ruby1.8-dbg libgtkglext1-ruby 
libgtkglext1-ruby1.8 libgtkglext1-ruby1.8-dbg libgnomevfs2-ruby 
libgnomevfs2-ruby1.8 libgnomevfs2-ruby1.8-dbg libgtksourceview1-ruby 
libgtksourceview1-ruby1.8 libgtksourceview1-ruby1.8-dbg libgtksourceview2-ruby 
libgtksourceview2-ruby1.8 libgtksourceview2-ruby1.8-dbg libpanel-
 applet2-ruby libpanel-applet2-ruby1.8 libpanel-applet2-ruby1.8-dbg 
libgnomeprint2-ruby libgnomeprint2-ruby1.8 libgnomeprint2-ruby1.8-dbg 
libgnomeprintui2-ruby libgnomeprintui2-ruby1.8 libgnomeprintui2-ruby1.8-dbg 
librsvg2-ruby librsvg2-ruby1.8 librsvg2-ruby1.8-dbg libgtk-mozembed-ruby 
libgtk-mozembed-ruby1.8 libgtk-mozembed-ruby1.8-dbg libvte-ruby libvte-ruby1.8 
libvte-ruby1.8-dbg libpoppler-glib-ruby libpoppler-glib-ruby1.8 
libpoppler-glib-ruby1.8-dbg libgst-ruby libgst-ruby1.8 libgst-ruby1.8-dbg 
ruby-gnome2 ruby-gnome2-dev
Architecture: source all amd64
Version: 0.19.0-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet acor...@debian.org
Changed-By: Arnaud Cornet acor...@debian.org
Description: 
 libart2-ruby - Libart 2 bindings for the Ruby language
 libart2-ruby1.8 - Libart 2 bindings for the Ruby language
 libart2-ruby1.8-dbg - Libart 2 bindings for the Ruby language
 libatk1-ruby - ATK bindings for the Ruby language
 libatk1-ruby1.8 - ATK bindings for the Ruby language
 libatk1-ruby1.8-dbg - ATK bindings for the Ruby language
 libgconf2-ruby - GConf 2 bindings for the Ruby language
 libgconf2-ruby1.8 - GConf 2 bindings for the Ruby language
 libgconf2-ruby1.8-dbg - GConf 2 bindings for the Ruby language
 libgdk-pixbuf2-ruby - Gdk-Pixbuf 2 bindings for the Ruby language
 libgdk-pixbuf2-ruby1.8 - Gdk-Pixbuf 2 bindings for the Ruby language
 libgdk-pixbuf2-ruby1.8-dbg - Gdk-Pixbuf 2 bindings for the Ruby language
 libglade2-ruby - Libglade 2 bindings for the Ruby language
 libglade2-ruby1.8 - Libglade 2 bindings for the Ruby language
 libglade2-ruby1.8-dbg - Libglade 2 bindings for the Ruby language
 libglib2-ruby - Glib 2 bindings for the Ruby language
 libglib2-ruby1.8 - Glib 2 bindings for the Ruby language
 libglib2-ruby1.8-dbg - Glib 2 bindings for the Ruby language
 libgnome2-ruby - GNOME 2 bindings for the Ruby language
 libgnome2-ruby1.8 - GNOME 2 bindings for the Ruby language
 libgnome2-ruby1.8-dbg - GNOME 2 bindings for the Ruby language
 libgnomecanvas2-ruby - GNOME Canvas 2 bindings for the Ruby language
 libgnomecanvas2-ruby1.8 - GNOME Canvas 2 bindings for the Ruby language
 libgnomecanvas2-ruby1.8-dbg - GNOME Canvas 2 bindings for the Ruby language
 libgnomeprint2-ruby - GNOME print bindings for the Ruby language
 libgnomeprint2-ruby1.8 - GNOME print bindings for the Ruby language
 libgnomeprint2-ruby1.8-dbg - GNOME print bindings for the Ruby language
 libgnomeprintui2-ruby - GNOME print user interface bindings for the Ruby 
language
 libgnomeprintui2-ruby1.8 - GNOME print user interface bindings for the Ruby 
language
 libgnomeprintui2-ruby1.8-dbg - GNOME print user interface bindings for the 
Ruby language
 libgnomevfs2-ruby - GNOME VFS 2 bindings for the Ruby language
 libgnomevfs2-ruby1.8 - GNOME VFS 2 bindings for the Ruby language
 libgnomevfs2-ruby1.8-dbg - GNOME VFS 2 bindings for the Ruby language
 libgoocanvas-ruby - GooCanvas bindings for the Ruby language
 libgoocanvas-ruby1.8 - GooCanvas bindings for the Ruby language
 libgoocanvas-ruby1.8-dbg - GooCanvas bindings for the Ruby language
 libgst-ruby - GStreamer bindings for the Ruby language
 libgst-ruby1.8 - GStreamer bindings for the Ruby language
 libgst-ruby1.8-dbg - GStreamer bindings for the Ruby language
 libgtk-mozembed-ruby - ruby binding of GtkMozEmbed, gecko renderer
 libgtk-mozembed-ruby1.8 - ruby binding of GtkMozEmbed, gecko renderer
 libgtk-mozembed-ruby1.8-dbg - ruby binding of GtkMozEmbed, gecko renderer
 libgtk2-ruby - GTK+ bindings for the Ruby language
 libgtk2-ruby1.8 - GTK+ bindings for the Ruby language
 libgtk2-ruby1.8-dbg - GTK+ bindings for the Ruby language
 libgtkglext1-ruby - GTK+ GL extension bindings for the Ruby language
 libgtkglext1-ruby1.8 - GTK+ GL extension bindings for the Ruby language
 libgtkglext1-ruby1.8-dbg - GTK+ GL extension bindings for the Ruby language
 

Accepted ecore 0.9.9.061-1 (source all amd64)

2009-07-01 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Jun 2009 17:33:26 +0200
Source: ecore
Binary: libecore-svn-02 libecore-con-svn-02 libecore-config-svn-02 
libecore-evas-svn-02 libecore-fb-svn-02 libecore-file-svn-02 
libecore-imf-svn-02 libecore-input-svn-02 libecore-ipc-svn-02 
libecore-job-svn-02 libecore-txt-svn-02 libecore-x-svn-02 libecore-dev 
libecore-doc libecore-bin libecore-dbg
Architecture: source all amd64
Version: 0.9.9.061-1
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre albin.tonne...@gmail.com
Description: 
 libecore-bin - Tools that support Ecore
 libecore-con-svn-02 - Ecore Connection Library
 libecore-config-svn-02 - Ecore Enlightened Property Library
 libecore-dbg - Debugging symbols for libecore
 libecore-dev - Ecore headers and static libraries
 libecore-doc - Ecore API Documentation
 libecore-evas-svn-02 - Ecore Evas Wrapper Library
 libecore-fb-svn-02 - Ecore frame buffer system functions
 libecore-file-svn-02 - Ecore File Library
 libecore-imf-svn-02 - Ecore Input Method Framework module
 libecore-input-svn-02 - Ecore input module
 libecore-ipc-svn-02 - Ecore inter-process communication functions
 libecore-job-svn-02 - Ecore job dealing functions
 libecore-svn-02 - Core abstraction layer for enlightenment DR 0.17
 libecore-txt-svn-02 - Ecore text encoding conversion functions
 libecore-x-svn-02 - Ecore functions for dealing with the X Windows System
Changes: 
 ecore (0.9.9.061-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Rename packages due to API changes
   * Update Standards-Version to 3.8.2, no change required
   * Upload to unstable
Checksums-Sha1: 
 b29793a042b6a61fa7e380416014d564a54fc5f3 1906 ecore_0.9.9.061-1.dsc
 0eec67350600eb9ff76b796c7c71f4860ff4dac3 4573228 ecore_0.9.9.061.orig.tar.gz
 38b266af64d56db3311933199134e95c5039de98 5948 ecore_0.9.9.061-1.diff.gz
 69e5f0847ab08842ab09c5c160a383a336580265 3993608 
libecore-doc_0.9.9.061-1_all.deb
 e8f6e73b6b7dfe232834abbc40262e9b4b701c29 55938 
libecore-svn-02_0.9.9.061-1_amd64.deb
 cf618e5cb24f82e5e2c21eef96a68a0bf607d0d2 24080 
libecore-con-svn-02_0.9.9.061-1_amd64.deb
 fc21938e89ed58225acb4bf2629d63ae51085e0d 26232 
libecore-config-svn-02_0.9.9.061-1_amd64.deb
 4186289e779eae540f82f795a59c75fe3028cda3 40418 
libecore-evas-svn-02_0.9.9.061-1_amd64.deb
 0586a37912daf60b02f4503756dbab0a445c3cee 18248 
libecore-fb-svn-02_0.9.9.061-1_amd64.deb
 ef3d37230293be11491a07380d581210768515dd 17870 
libecore-file-svn-02_0.9.9.061-1_amd64.deb
 e700ced2584884faba6370e7d454b90bb566b0d7 14810 
libecore-imf-svn-02_0.9.9.061-1_amd64.deb
 1da5b07afd1d01f3b045e3e36bcf204fe62b21eb 10984 
libecore-input-svn-02_0.9.9.061-1_amd64.deb
 d4849e12839c1ea4d71fb82bca469f91f6acc25f 15268 
libecore-ipc-svn-02_0.9.9.061-1_amd64.deb
 63e85bdb92230f2c5d2bfc21289a4055a514e25b 8322 
libecore-job-svn-02_0.9.9.061-1_amd64.deb
 2a352ed0551681665ab232ffdaf02960f5924d26 8074 
libecore-txt-svn-02_0.9.9.061-1_amd64.deb
 f7c4b29b848c927dfaddeb180abc4e85622be01a 75152 
libecore-x-svn-02_0.9.9.061-1_amd64.deb
 f177ccfdee5ffd152cbbc598ae1fa73f9afefa53 293536 
libecore-dev_0.9.9.061-1_amd64.deb
 af5a16ec0d567f5deeb3b86920f4ec9b7b3e55bb 11620 
libecore-bin_0.9.9.061-1_amd64.deb
 9e153f6458001f745faee3756ee69e5bc71219ee 474496 
libecore-dbg_0.9.9.061-1_amd64.deb
Checksums-Sha256: 
 8acbf026cfad30fd69c6e316ccd1bff6995eb4b07d2d3628736de57b76387f87 1906 
ecore_0.9.9.061-1.dsc
 3efc26b9a2e9da679abd3e0dca80f1d4599566f9ff8f844c648cabf36022ee16 4573228 
ecore_0.9.9.061.orig.tar.gz
 281d2f82812d820a00f858138cf55994c548805b514d59036efa63892c02704c 5948 
ecore_0.9.9.061-1.diff.gz
 0150bb5d535f7ab8b6a0e55ca954d6c0974cd88f5844ac934dc7841ec989a16c 3993608 
libecore-doc_0.9.9.061-1_all.deb
 44bf73419d06ef0fc081b4c7afb35c7789adc6c2dcff8725947a6c6372452bb7 55938 
libecore-svn-02_0.9.9.061-1_amd64.deb
 5f12404c3c64651376990069f713d4b62ca30ed5282566acf3fa2397b1afd296 24080 
libecore-con-svn-02_0.9.9.061-1_amd64.deb
 71128d3e03c1f559aac2b77b3c5436043428a9cc9c11f85d0816fa692f012464 26232 
libecore-config-svn-02_0.9.9.061-1_amd64.deb
 e617b7de95c890cb4a8557f0f6d5adbc1f9a235071d1026a4f5509d6bee9fab0 40418 
libecore-evas-svn-02_0.9.9.061-1_amd64.deb
 1809ae99d08a2c4bad26db33d706d2d7aef666c0b81543ca60ece9596dc791cb 18248 
libecore-fb-svn-02_0.9.9.061-1_amd64.deb
 7f6a747718b57384abe9d9b23dae8ef009a1a89135ebfbd6498b5f0ec2fe70ad 17870 
libecore-file-svn-02_0.9.9.061-1_amd64.deb
 09ee2d86301b4c31f7cb82528cfeeb8cdb4619637dde33301356af2585086185 14810 
libecore-imf-svn-02_0.9.9.061-1_amd64.deb
 82a351d37edf3d1d77aa21bbe7876a3842d7d75bbfa51d404859cce5329ee7b5 10984 
libecore-input-svn-02_0.9.9.061-1_amd64.deb
 6af0f1b35553660e38e5de379ef93507a1130517decd1c938b56f79c68350214 15268 
libecore-ipc-svn-02_0.9.9.061-1_amd64.deb
 bce739ee9bdc54fa0fa6b0073b17305c333430795de5711007840c8f701ef923 8322 
libecore-job-svn-02_0.9.9.061-1_amd64.deb
 

Accepted aspell-tl 0.4-0-3 (source all)

2009-07-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jun 2009 13:12:31 +0200
Source: aspell-tl
Binary: aspell-tl myspell-tl
Architecture: source all
Version: 0.4-0-3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-tl  - The Tagalog dictionary for GNU Aspell
 myspell-tl - The Tagalog dictionary for myspell/hunspell
Changes: 
 aspell-tl (0.4-0-3) unstable; urgency=low
 .
   * Create myspell-tl package out of aspell-tl.
   * Modify to use plain debhelper.
   * Raise debhelper compat level to 7.
   * Add aspell-tl prefix to debian/ stuff where appropriate.
   * Fix copyright notice, package is GPL2+, not a mix of both.
   * Fine tune docs installation.
   * Bump Standards version to 3.8.2. No changes needed.
Checksums-Sha1: 
 e72bfbc989f9fd2b787c16ca2501d2906f34ca8b 1212 aspell-tl_0.4-0-3.dsc
 977e1eba92c857e32924558177f96b6c1495afa5 4301 aspell-tl_0.4-0-3.diff.gz
 e7d9a9b27358795ea8d8ba89e73ec963c342b864 48350 aspell-tl_0.4-0-3_all.deb
 aab51fee7b5cf29a7b8a8a8a9cd1adf9f66a0483 60930 myspell-tl_0.4-0-3_all.deb
Checksums-Sha256: 
 dbf899dc6ef39fd8a26b5a5e5e704e3ec87da9f8947064c3dc809627a8f6fc96 1212 
aspell-tl_0.4-0-3.dsc
 81e402148bf294b9e2fc8609b17a04d77404626ad64359d41c2a09f6da19dd6d 4301 
aspell-tl_0.4-0-3.diff.gz
 53b54360996a1f70b221c465ba185355dd1540bc5dd23329f8a8429d0c914a9b 48350 
aspell-tl_0.4-0-3_all.deb
 2b8c725c4d7119fc53de21435089439a36e8cfc1f266766831ead30154835735 60930 
myspell-tl_0.4-0-3_all.deb
Files: 
 ad685d2db68c8cc5ad16359e4e4ae51b 1212 text optional aspell-tl_0.4-0-3.dsc
 f511a0e051985f46ed6e5f54f90d53dd 4301 text optional aspell-tl_0.4-0-3.diff.gz
 bb1b3dbe19ef7914d60f782e3f7b98c1 48350 text optional aspell-tl_0.4-0-3_all.deb
 4759c55d2699b538645b3229e60a1c94 60930 text optional myspell-tl_0.4-0-3_all.deb

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

iD8DBQFKQL30TShHqj72DpwRAj/UAJ0e5wl96gD1RrtJp0qfUv6Ylw55+gCeNM2R
IZYOrPQT0m+gvAaJJ/K3+BI=
=Yv31
-END PGP SIGNATURE-


Accepted:
aspell-tl_0.4-0-3.diff.gz
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-3.diff.gz
aspell-tl_0.4-0-3.dsc
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-3.dsc
aspell-tl_0.4-0-3_all.deb
  to pool/main/a/aspell-tl/aspell-tl_0.4-0-3_all.deb
myspell-tl_0.4-0-3_all.deb
  to pool/main/a/aspell-tl/myspell-tl_0.4-0-3_all.deb


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



Accepted xfmedia 0.9.2-7 (source amd64)

2009-07-01 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 24 Jun 2009 08:03:17 +0200
Source: xfmedia
Binary: xfmedia xfmedia-dev xfmedia-dbg
Architecture: source amd64
Version: 0.9.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfmedia- Xfce media player
 xfmedia-dbg - Xfce media player, debugging symbols
 xfmedia-dev - The Xfmedia development files
Closes: 533935
Changes: 
 xfmedia (0.9.2-7) unstable; urgency=low
 .
   [ Evgeni Golov ]
   * Fix Vcs-* fields, they were missing 'trunk' in the path.
 .
   [ Yves-Alexis Perez ]
   * debian/control:
 - update standards version to 3.8.2.
 - add libxt-dev to build-deps, fix FTBFS.   closes: #533935
 - switch to xfce section.
 - bump debhelper build-dep to 7.
 - add a -dbg package.
 - add ${misc:Depends} to the Depends: lines.
   * debian/compat bumped to 7.
   * debian/rules:
 - drop dh_desktop call.
   * debian/copyright:
 - update licensing information.
Checksums-Sha1: 
 afadeb84c5e3e5cbbc59ff60d10074d6a5417685 1509 xfmedia_0.9.2-7.dsc
 3cb36d2f7a4a9a7cdbe3a73fa0355923245c 6526 xfmedia_0.9.2-7.diff.gz
 79103a209e104ec3ae22d7b3fb538c0d11952809 730790 xfmedia_0.9.2-7_amd64.deb
 43bcc3004e7d68d3fc6e973302915d93747c0250 80322 xfmedia-dev_0.9.2-7_amd64.deb
 572cde06ad6548a0720e205d02d89321d21c3843 409358 xfmedia-dbg_0.9.2-7_amd64.deb
Checksums-Sha256: 
 1b22ea6accc27ebd1bd8b6f822da692d7df22e0bf39ad92a17659f5c04582cfc 1509 
xfmedia_0.9.2-7.dsc
 d1427c19a8683c545f32164e606a8fa88a371fef883d7b5fed612a6e2b7812e2 6526 
xfmedia_0.9.2-7.diff.gz
 c753ef9bdc09998eb6874c62aa7d5e7baf7562f442159293b72e08df88e3c6e2 730790 
xfmedia_0.9.2-7_amd64.deb
 1bd3e510abe74c796b1ab53c25c2a086cd905bf0f979ee55c92234a009efa98e 80322 
xfmedia-dev_0.9.2-7_amd64.deb
 20b0be6a3359dddac7ceafa685ce7670ab07bb97000c40d85ec65da5e46852ff 409358 
xfmedia-dbg_0.9.2-7_amd64.deb
Files: 
 c895312b597d467a5c9a3503aff33ada 1509 xfce optional xfmedia_0.9.2-7.dsc
 58550d864073f51cff2bcc3c03ab7c15 6526 xfce optional xfmedia_0.9.2-7.diff.gz
 fe18d471d22b5e4e52ed37bb7a6839c0 730790 xfce optional xfmedia_0.9.2-7_amd64.deb
 12727bc80599dd40a91c1c8776e23027 80322 devel optional 
xfmedia-dev_0.9.2-7_amd64.deb
 905379569bdea6498a9e3cb03578b7cb 409358 debug extra 
xfmedia-dbg_0.9.2-7_amd64.deb

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

iEYEAREDAAYFAkpBwsEACgkQTUTAIMXAW64wnACfaJ+jmYFCQQ9NAYq68MP0JPia
53YAn0yo0GZYDJsWWjHRUKCBtWYAVsKl
=X5mt
-END PGP SIGNATURE-


Accepted:
xfmedia-dbg_0.9.2-7_amd64.deb
  to pool/main/x/xfmedia/xfmedia-dbg_0.9.2-7_amd64.deb
xfmedia-dev_0.9.2-7_amd64.deb
  to pool/main/x/xfmedia/xfmedia-dev_0.9.2-7_amd64.deb
xfmedia_0.9.2-7.diff.gz
  to pool/main/x/xfmedia/xfmedia_0.9.2-7.diff.gz
xfmedia_0.9.2-7.dsc
  to pool/main/x/xfmedia/xfmedia_0.9.2-7.dsc
xfmedia_0.9.2-7_amd64.deb
  to pool/main/x/xfmedia/xfmedia_0.9.2-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



Accepted gdcm 2.0.12-1 (source i386)

2009-07-01 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 16:56:43 +0200
Source: gdcm
Binary: libgdcm2.0 libgdcm-tools libgdcm2-dev libgdcm2.0-dbg libgdcm-cil 
libgdcm-java python-gdcm libvtkgdcm2.0 libvtkgdcm2-dev libvtkgdcm-cil 
libvtkgdcm-java python-vtkgdcm libvtkgdcm-tools
Architecture: source i386
Version: 2.0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-java - Grassroots DICOM Java bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.0 - Grassroots DICOM runtime libraries
 libgdcm2.0-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-java - Grassroots DICOM VTK Java bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.0 - Grassroots DICOM VTK runtime libraries
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Closes: 534297
Changes: 
 gdcm (2.0.12-1) unstable; urgency=low
 .
   * new upstream: 2.0.12
   * Skipping 2.0.11 packaging as it does not provides anything more than 2.0.12
   * Adding libvtkgdcm-cil, libgdcm-java and libvtkgdcm-java which provides,
 namely the CLI binding to VTK/GDCM, the Java binding to gdcm and the Java
 binding to VTK/GDCM.
   * New cmd line tools: gdcmanon, gdcmpdf and gdcmgendir
   * Adding man pages for all tools
   * Transition of Mono 2.0. Closes: #534297
   * Adding a special patch for the Eclipse Java Compiler 0.894_R34x as it does
 not support covariant return type.
Checksums-Sha1: 
 99b293e9be084e8d4d6e0e8cbbe317d77af16815 2015 gdcm_2.0.12-1.dsc
 d3c9afb376dee3477e7fbdbace0f8fc336907761 3365559 gdcm_2.0.12.orig.tar.gz
 f3f861989542aec58a73e30a25b86925fafbb586 13620 gdcm_2.0.12-1.diff.gz
 723016ca4fada7579a7e5b5cf2da9553f0b1511b 981122 libgdcm2.0_2.0.12-1_i386.deb
 83e6c27d9fad73bc1028d4d709466f5a78546364 190644 libgdcm-tools_2.0.12-1_i386.deb
 0d5a5af6eac01dfa13160ebf3a387abbe0bcc2f9 724018 libgdcm2-dev_2.0.12-1_i386.deb
 7d47b8fba53cd224dc55ec80989a858c2582aa58 9117680 
libgdcm2.0-dbg_2.0.12-1_i386.deb
 60f4e841b53dc261abd89ce4064ee791761e25e4 250572 libgdcm-cil_2.0.12-1_i386.deb
 fc690503023b413b2adf104bb9b7a0aa34c91c21 407304 libgdcm-java_2.0.12-1_i386.deb
 7c90bb22bf9809192bbbd173620a128432179bb9 464774 python-gdcm_2.0.12-1_i386.deb
 b5907da4a52b0d31da7e5ce4cd9d693700ed46b2 236952 libvtkgdcm2.0_2.0.12-1_i386.deb
 498d1249b32e2b029e071aef87ad187fc9109160 23734 
libvtkgdcm2-dev_2.0.12-1_i386.deb
 b7e90b53c774b0ea5601fadfe4e10ea769053b25 112758 
libvtkgdcm-cil_2.0.12-1_i386.deb
 cdb2451830194b7fba04edd5ccfdab9410a8 41750 
libvtkgdcm-java_2.0.12-1_i386.deb
 cda6b2b6185597c99f29a3d41a9ab133134ac114 13602 python-vtkgdcm_2.0.12-1_i386.deb
 7117e594ad82d975a70643581cc93f9efb44f214 36912 
libvtkgdcm-tools_2.0.12-1_i386.deb
Checksums-Sha256: 
 282409710595cea06000513d56e7612e51988ff80567bdbab848c944cc7094af 2015 
gdcm_2.0.12-1.dsc
 3bab803757ff0c7887723519f5d2b9efc7b1140abbbf4cf858b979f4e7516e26 3365559 
gdcm_2.0.12.orig.tar.gz
 9cbfa55684da4db7871051fcc0f64da8f86ad3de5775af87a1ddb19980b7a409 13620 
gdcm_2.0.12-1.diff.gz
 c1780ac48384baf88a45376e8c2e814672648bc766d607ad1599cd3e62e9ffe2 981122 
libgdcm2.0_2.0.12-1_i386.deb
 b64fafd16851f4b290a0e0726e30cc57014f51f680fcbfdf79b68e7e437d8d6a 190644 
libgdcm-tools_2.0.12-1_i386.deb
 be6d691eceb57b374aa5b62213f12c7138def070d59ae77c4ec86059e7c56eaf 724018 
libgdcm2-dev_2.0.12-1_i386.deb
 8fdedec3009ef2962c2bec725235af3cc794ace704eb07a4110aef555745cbaa 9117680 
libgdcm2.0-dbg_2.0.12-1_i386.deb
 817d626a53875764717391fd0df48faf397d5c075a31a7ed835b2d258b263991 250572 
libgdcm-cil_2.0.12-1_i386.deb
 065c451fe03405f754cc990ea45fbf39c99c71b3ef1261283e4ca28caf76cfe5 407304 
libgdcm-java_2.0.12-1_i386.deb
 5795d0baec92511ad7c64bcfdc1a6863e16b15e2b7d9bd9320dceb74b3dbc299 464774 
python-gdcm_2.0.12-1_i386.deb
 264f1e37dc32a0214e78a752bcc98540b0a20f033a6205d8733fc239dd1d9940 236952 
libvtkgdcm2.0_2.0.12-1_i386.deb
 e8efe0e9509f017ced1a414eb3321f33f2721bc8b1e8f66187b254f886b3f08e 23734 
libvtkgdcm2-dev_2.0.12-1_i386.deb
 95dc89d63a8ba65f0e1775b407692ac7cddfbadca9f82390ad826c93b19b45d8 112758 
libvtkgdcm-cil_2.0.12-1_i386.deb
 541a8e420e7657d4c1cbd75754e2a98501606adbb42febc14a0941cf0c40de1f 41750 
libvtkgdcm-java_2.0.12-1_i386.deb
 a160f4b0e4511ddd24d277658ecab33fb2bb7e1bea66695edb68637da6480a75 13602 
python-vtkgdcm_2.0.12-1_i386.deb
 4bbf177d5c0855defed6bc25573fa6ea051747387b937da9df2e53376ba74d31 36912 
libvtkgdcm-tools_2.0.12-1_i386.deb
Files: 
 aa74722ff765637f996f8cf85b761d26 2015 libs optional gdcm_2.0.12-1.dsc
 fb777fb62a4fc39fdda1f87c93e82be2 3365559 libs optional 

Accepted xen-3 3.4.0-1 (source all amd64)

2009-07-01 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 22:33:22 +0200
Source: xen-3
Binary: xen-docs-3.4 libxenstore3.0 libxen-dev xenstore-utils xen-utils-3.4 
xen-hypervisor-3.4-amd64 xen-hypervisor-3.4-i386
Architecture: source all amd64
Version: 3.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 libxen-dev - Public headers and libs for Xen
 libxenstore3.0 - Xenstore communications library for Xen
 xen-docs-3.4 - Documentation for Xen
 xen-hypervisor-3.4-amd64 - The Xen Hypervisor on AMD64
 xen-hypervisor-3.4-i386 - The Xen Hypervisor on i386
 xen-utils-3.4 - XEN administrative tools
 xenstore-utils - Xenstore utilities for Xen
Closes: 490409 496367
Changes: 
 xen-3 (3.4.0-1) unstable; urgency=low
 .
   [ Bastian Blank ]
   * New upstream version.
   * Remove ioemu for now. (closes: #490409, #496367)
   * Remove non-pae hypervisor.
   * Use debhelper compat level 7.
   * Make the init script start all daemons.
Checksums-Sha1: 
 3dff5ca6400e0d1089f7603921005e4ccdd22bfc 1552 xen-3_3.4.0-1.dsc
 b046be446866205f8c0700edd98cf0b90f7c5d18 8402789 xen-3_3.4.0.orig.tar.gz
 1b8026af405e51cd04ce897ddb98f7d760af60cb 30169 xen-3_3.4.0-1.diff.gz
 d5e21dc1d1b858cdf585c0022313657e7dc13607 1289060 xen-docs-3.4_3.4.0-1_all.deb
 65cfb53a5d82d588ac3ea759cae1a3f8a17872a9 562648 
xen-hypervisor-3.4-amd64_3.4.0-1_amd64.deb
 2f48025ec24827be86f07d68bb0ebc2a44e1adf9 226046 libxen-dev_3.4.0-1_amd64.deb
 4ab2983bcc67900df89fe4b67cbf726f44896f0a 20028 libxenstore3.0_3.4.0-1_amd64.deb
 55c00e7852a57ea627e7e11ae2b884b4d4bf513c 996470 xen-utils-3.4_3.4.0-1_amd64.deb
 a2e646fe3a741d5be280e00fdafbcc075b8d0e0c 17902 xenstore-utils_3.4.0-1_amd64.deb
Checksums-Sha256: 
 0ed4306440dc27157fa2a21e7cd3b98d1a4503151ec2c1641a8e39c1104c65e5 1552 
xen-3_3.4.0-1.dsc
 9f0a04d8ca35de2af469ae7c4f63043c237d733a263a13290c360d454c6fe37a 8402789 
xen-3_3.4.0.orig.tar.gz
 777be9450582074415806903a0c2ded323b1d49e5ba4ba768e92b1bd82be2c61 30169 
xen-3_3.4.0-1.diff.gz
 8d3f1078aecf23dfafade1f51ff7b866f684dd5896ef80758afd0ce56aaa9b80 1289060 
xen-docs-3.4_3.4.0-1_all.deb
 c750cf0b51419c08fd0744dda82b4e49fa29ff99a0f280a064d04315b66d26e9 562648 
xen-hypervisor-3.4-amd64_3.4.0-1_amd64.deb
 f2ebb41795553b49f123525f13a987ad6b787e91583e18e4bc5b0da57fd11085 226046 
libxen-dev_3.4.0-1_amd64.deb
 6fe2dfbaa84400c238d39b5a62be0fc46414ad88c3d5ede187b573cf9ac347ea 20028 
libxenstore3.0_3.4.0-1_amd64.deb
 1c72bcf8bc07599aa09a924a8cf5985e7417342faf9ce7633dc6fc0ca439ab34 996470 
xen-utils-3.4_3.4.0-1_amd64.deb
 dbce32be16577221460487d9d1b339cb30b0639536f6150e6a9bc6dea9e3432a 17902 
xenstore-utils_3.4.0-1_amd64.deb
Files: 
 69cda48499c4e239f9decf1f1fb47737 1552 misc extra xen-3_3.4.0-1.dsc
 e3951ca3ab531036944871f37a05ce11 8402789 misc extra xen-3_3.4.0.orig.tar.gz
 036ffc1452ea0dc29fb00f8c88f15004 30169 misc extra xen-3_3.4.0-1.diff.gz
 fa8ac6d49279e4715a9be8c8b96ae20d 1289060 doc extra xen-docs-3.4_3.4.0-1_all.deb
 c3b7dca46afd7d764bfeff96040a403c 562648 misc extra 
xen-hypervisor-3.4-amd64_3.4.0-1_amd64.deb
 5d1921d4052d47e3747006b537f00c80 226046 libdevel extra 
libxen-dev_3.4.0-1_amd64.deb
 91bb611521f5a9968a16093897bfe4f0 20028 libs extra 
libxenstore3.0_3.4.0-1_amd64.deb
 d1f17533793c140cc1a49e1ab960daa1 996470 misc extra 
xen-utils-3.4_3.4.0-1_amd64.deb
 0d0eb2385df1a6f1a17923181ced6ee3 17902 admin extra 
xenstore-utils_3.4.0-1_amd64.deb

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

iEYEARECAAYFAkpKeSQACgkQLkAIIn9ODhFcTQCfYuKBeRk+Ts9WZzxJT/TAqLgf
hykAoKgXxbzf/cmtYdftYRSB+/TUnita
=PCBS
-END PGP SIGNATURE-


Accepted:
libxen-dev_3.4.0-1_amd64.deb
  to pool/main/x/xen-3/libxen-dev_3.4.0-1_amd64.deb
libxenstore3.0_3.4.0-1_amd64.deb
  to pool/main/x/xen-3/libxenstore3.0_3.4.0-1_amd64.deb
xen-3_3.4.0-1.diff.gz
  to pool/main/x/xen-3/xen-3_3.4.0-1.diff.gz
xen-3_3.4.0-1.dsc
  to pool/main/x/xen-3/xen-3_3.4.0-1.dsc
xen-3_3.4.0.orig.tar.gz
  to pool/main/x/xen-3/xen-3_3.4.0.orig.tar.gz
xen-docs-3.4_3.4.0-1_all.deb
  to pool/main/x/xen-3/xen-docs-3.4_3.4.0-1_all.deb
xen-hypervisor-3.4-amd64_3.4.0-1_amd64.deb
  to pool/main/x/xen-3/xen-hypervisor-3.4-amd64_3.4.0-1_amd64.deb
xen-utils-3.4_3.4.0-1_amd64.deb
  to pool/main/x/xen-3/xen-utils-3.4_3.4.0-1_amd64.deb
xenstore-utils_3.4.0-1_amd64.deb
  to pool/main/x/xen-3/xenstore-utils_3.4.0-1_amd64.deb


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



Accepted liblouis 1.6.1-2 (source all amd64)

2009-07-01 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Jun 2009 21:48:19 +0200
Source: liblouis
Binary: liblouis-dev liblouis0 liblouis-data liblouis-bin python-louis
Architecture: source all amd64
Version: 1.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 liblouis-bin - Braille translation library - utilities
 liblouis-data - Braille translation library - data
 liblouis-dev - Braille translation library - static libs and headers
 liblouis0  - Braille translation library - shared libs
 python-louis - Python bindings for liblouis
Closes: 530608
Changes: 
 liblouis (1.6.1-2) unstable; urgency=low
 .
   * Load the precise library file from the python bindings (Closes: #530608).
 Thanks Cyril Brulebois for the patch!
   * Since the python package is called louis and not liblouis, rename package
 python-liblouis into python-louis to meet the Debian Python Policy and fix
 ${python:Depends} generation (no reverse dependency exist). Make it
 Architecture: any instead of all as different systems may have different
 liblouis library file names.
   * control: Change my email, remove DM-Upload-Allowed, add Vcs-Git and
 Vcs-Browser.
   * pycompat: Remove, useless with python-support.
   * Bump Standards-Version to 3.8.2 (no change needed).
Checksums-Sha1: 
 b5423ec082b0ee0f3badd5c9e7e84856fde4b93c 1336 liblouis_1.6.1-2.dsc
 f414d1cdb480baca20c858d51801616da9c64914 6714 liblouis_1.6.1-2.diff.gz
 7e4c39bd566e5961e6663fd219a425161053ac25 778808 liblouis-data_1.6.1-2_all.deb
 7153e78a38c366a2816cbf268569f4b1a48c843e 138320 liblouis-dev_1.6.1-2_amd64.deb
 5a75fc8af52620b965b3a58f55c3f851334d63eb 49820 liblouis0_1.6.1-2_amd64.deb
 290c76fd43b2e0c32a872796bd66004fa06a6222 20752 liblouis-bin_1.6.1-2_amd64.deb
 646eaac5225ad7f344f7b5364952f64b7c9a80fb 9500 python-louis_1.6.1-2_amd64.deb
Checksums-Sha256: 
 b275a69bb64f956b9974b660b435969b7c562105e2afc6c1160eeea2f40f17c6 1336 
liblouis_1.6.1-2.dsc
 d5d866d3d5472bf6256857fea4e4a465e5563fab11e75f43e55a6bf796251e77 6714 
liblouis_1.6.1-2.diff.gz
 8a734fe5b7c42f7552353ac7f52270e0e1645711b051594dcdbb7d381fe6c637 778808 
liblouis-data_1.6.1-2_all.deb
 863d38e1e0001bd3d4a9cf47224b3d923937ea90b94a33ee230d612a17be5aa8 138320 
liblouis-dev_1.6.1-2_amd64.deb
 2ef2f570766105c8f37c57bde07aee7bebb0053bc33a4c652405ab73e4fe547f 49820 
liblouis0_1.6.1-2_amd64.deb
 228368268736a6a663ffa2349edee5ba8ca3f419de77eaee89e3a054ba273605 20752 
liblouis-bin_1.6.1-2_amd64.deb
 7cdfc91de0a6906b9a3d12ac4d3f752ee071ac8a43d0f085f5638f7d32961044 9500 
python-louis_1.6.1-2_amd64.deb
Files: 
 5369e42838697471a17e85dde2dd441d 1336 libs extra liblouis_1.6.1-2.dsc
 a80ad506ed653e133bd6a2df4f375a5c 6714 libs extra liblouis_1.6.1-2.diff.gz
 80f398abd6daf3737de1fd5a293929f8 778808 text extra 
liblouis-data_1.6.1-2_all.deb
 307d3e68937c5dd60a0dc2df39c664fd 138320 libdevel extra 
liblouis-dev_1.6.1-2_amd64.deb
 dc1e8a6b718ea4e8f61432d2bb377e4c 49820 libs extra liblouis0_1.6.1-2_amd64.deb
 f2ab1cbc15ae568ea5402cedd02d2c30 20752 text extra 
liblouis-bin_1.6.1-2_amd64.deb
 8a5cd74ced860ee62f9e96a12713cd35 9500 python extra 
python-louis_1.6.1-2_amd64.deb

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

iEYEARECAAYFAkpGd9UACgkQH3zgowGB3Pb7qgCg8f5IRuIUHgxCiaEKDyFASM7o
XwEAn017WqvVsVjyjPhstqiE6IF5AlAC
=HdOX
-END PGP SIGNATURE-


Accepted:
liblouis-bin_1.6.1-2_amd64.deb
  to pool/main/libl/liblouis/liblouis-bin_1.6.1-2_amd64.deb
liblouis-data_1.6.1-2_all.deb
  to pool/main/libl/liblouis/liblouis-data_1.6.1-2_all.deb
liblouis-dev_1.6.1-2_amd64.deb
  to pool/main/libl/liblouis/liblouis-dev_1.6.1-2_amd64.deb
liblouis0_1.6.1-2_amd64.deb
  to pool/main/libl/liblouis/liblouis0_1.6.1-2_amd64.deb
liblouis_1.6.1-2.diff.gz
  to pool/main/libl/liblouis/liblouis_1.6.1-2.diff.gz
liblouis_1.6.1-2.dsc
  to pool/main/libl/liblouis/liblouis_1.6.1-2.dsc
python-louis_1.6.1-2_amd64.deb
  to pool/main/libl/liblouis/python-louis_1.6.1-2_amd64.deb


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



Accepted hdf5 1.8.3-1 (source all i386)

2009-07-01 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 22 Jun 2009 09:39:25 +0200
Source: hdf5
Binary: libhdf5-serial-1.8.3 libhdf5-serial-dev libhdf5-lam-1.8.3 
libhdf5-lam-dev libhdf5-openmpi-1.8.3 libhdf5-openmpi-dev libhdf5-mpich-1.8.3 
libhdf5-mpich-dev libhdf5-doc hdf5-tools
Architecture: source all i386
Version: 1.8.3-1
Distribution: experimental
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools
 libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation
 libhdf5-lam-1.8.3 - Hierarchical Data Format 5 (HDF5) - runtime files - LAM 
version
 libhdf5-lam-dev - Hierarchical Data Format 5 (HDF5) - development files - LAM 
versi
 libhdf5-mpich-1.8.3 - Hierarchical Data Format 5 (HDF5) - runtime files - 
MPICH version
 libhdf5-mpich-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH ver
 libhdf5-openmpi-1.8.3 - Hierarchical Data Format 5 (HDF5) - runtime files - 
OpenMPI versi
 libhdf5-openmpi-dev - Hierarchical Data Format 5 (HDF5) - development files - 
OpenMPI v
 libhdf5-serial-1.8.3 - Hierarchical Data Format 5 (HDF5) - runtime files - 
serial versio
 libhdf5-serial-dev - Hierarchical Data Format 5 (HDF5) - development files - 
serial ve
Changes: 
 hdf5 (1.8.3-1) experimental; urgency=low
 .
   * New upstream release.
   * Added a patch debian/patches/autotools to update autotools and remove
 limitation in using thread-safety along with C++/Fortran bindings.
 Note that now there's a single configure.in in the base directory.
   * Added a note about thread-safety for non-C bindings in README.Debian.
   * Policy bumped to 3.8.2. No changes.
   * Secondary ABI interface number -0 dropped.
   * Changed Section in doc-base description document for hdf5-doc.
   * Debhelper level set to 7.
   * This version has been built with 1.6 interface as default. See NEWS for
 more information.
   * Added a (temporary) OMPI_MCA_disable_memory_allocator=1 definition
 to allow building under fakeroot for openmpi (see #531522). To be
 removed when better fixed by OpenMPI maintainer and upstreams.
Checksums-Sha1: 
 086bffeecf7e72fcbf1836cf4e77b66618fcf9d7 1593 hdf5_1.8.3-1.dsc
 dc4fe7c5b7e3722e417b66b0a8f14912775b05d3 7478570 hdf5_1.8.3.orig.tar.gz
 4240b67cce45012915dd7668f9b27a30d3c81d4a 279118 hdf5_1.8.3-1.diff.gz
 2b238ae6ad201ab8bfe27d653bcf33455f5d03ab 77328 libhdf5-doc_1.8.3-1_all.deb
 bf6dc6593c449b6fd2e74118f1ca1f7f69124367 1325976 
libhdf5-serial-1.8.3_1.8.3-1_i386.deb
 b7f4356b903b4deffd2ad376d59f9bff39a91b03 2353220 
libhdf5-serial-dev_1.8.3-1_i386.deb
 867203dab49a92a72e850f909d02d67692d6da86 1141864 
libhdf5-lam-1.8.3_1.8.3-1_i386.deb
 aed926e4b62839f520c2cd7c27846a7f0023730a 1588114 
libhdf5-lam-dev_1.8.3-1_i386.deb
 7837cae0a2c894a467196c39fde3fd62412b826e 1226512 
libhdf5-openmpi-1.8.3_1.8.3-1_i386.deb
 a07c3fd22b60f91e59c81d6a1f1222ea93ab1567 2257808 
libhdf5-openmpi-dev_1.8.3-1_i386.deb
 7a181d53b8d220b282bd07615205e7f9a5ff71bd 1429738 
libhdf5-mpich-1.8.3_1.8.3-1_i386.deb
 23174492de86b9875438815cdd4f7c7bfb43dfd9 2256732 
libhdf5-mpich-dev_1.8.3-1_i386.deb
 211c45821fccd50c42cf64e0c50651745650a99f 383774 hdf5-tools_1.8.3-1_i386.deb
Checksums-Sha256: 
 e628b84e788ff50497f2ddb3bc698fe96cbf95b7754f3833a5b200115f65d2bd 1593 
hdf5_1.8.3-1.dsc
 102d14d756bca35ad023e9dcad3943cfa99c61f3b610d11699dce7a54eeb7b2a 7478570 
hdf5_1.8.3.orig.tar.gz
 c9aa90789af71313ce077623327dd83e57f8b92582b39d22e25d88c1d9993309 279118 
hdf5_1.8.3-1.diff.gz
 6526e60c7ab46f9e3e15339c1cf640f121a7c35bbac5aea2451537d40b6717ea 77328 
libhdf5-doc_1.8.3-1_all.deb
 f8af60ababd2b80771f1962da44f4f65400f349663a5107f1a96282214569830 1325976 
libhdf5-serial-1.8.3_1.8.3-1_i386.deb
 f21dc0829c827a3b326717cbb6c55cb6a541130228eff87b81240b51b8e8f2e8 2353220 
libhdf5-serial-dev_1.8.3-1_i386.deb
 c49c452134f2bfcb04a52fb5c31e1f0d52b23bd4f2dfe27f02c7f4bb999d435a 1141864 
libhdf5-lam-1.8.3_1.8.3-1_i386.deb
 c3fbcb41f990734cdfe036867465fba3a8d57aeb5a208be08085b5b7ba1a39fb 1588114 
libhdf5-lam-dev_1.8.3-1_i386.deb
 5faea448ae9aabd48a1208a1bf216fdec8ac5e35533b8bceea7f562f8d7eb312 1226512 
libhdf5-openmpi-1.8.3_1.8.3-1_i386.deb
 30368a26d8061004f81f23f62081da592c23823bdfe618dbb10c129368428296 2257808 
libhdf5-openmpi-dev_1.8.3-1_i386.deb
 2206f7dcffdc9a85570ccc82783ecdab6a03c695190c6ce275bfa58cefc14a11 1429738 
libhdf5-mpich-1.8.3_1.8.3-1_i386.deb
 9b11d7f1579872a8a29e4ec5f712c520680fcbb315d5f5ea84fbb57eab31ba6c 2256732 
libhdf5-mpich-dev_1.8.3-1_i386.deb
 60d8ca8b96c73e53d1af182df9719d936db4dd95ef6a9946c66d9ff026470fdd 383774 
hdf5-tools_1.8.3-1_i386.deb
Files: 
 1d9e4f938644c3cf62274ffec5282fa9 1593 science optional hdf5_1.8.3-1.dsc
 1fc65a7a61fbbc178a1bd4b8530e0b2a 7478570 science optional 
hdf5_1.8.3.orig.tar.gz
 2948a356fc29ec984817d6b9b0b5ebcb 279118 science optional hdf5_1.8.3-1.diff.gz
 300d6c3732eab5b2b84a292089261cc8 77328 doc optional 

Accepted gobject-introspection 0.6.3-1 (source i386)

2009-07-01 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Jun 2009 17:03:09 -0300
Source: gobject-introspection
Binary: libgirepository1.0-0 libgirepository1.0-dev gobject-introspection 
gobject-introspection-glib-2.0 gobject-introspection-freedesktop
Architecture: source i386
Version: 0.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge sl...@debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gobject-introspection - Generate interface introspection data for GObject 
libraries
 gobject-introspection-freedesktop - Introspection data for some FreeDesktop 
components
 gobject-introspection-glib-2.0 - Introspection data for GLib, GObject, Gio and 
GModule
 libgirepository1.0-0 - Library for handling GObject introspection data 
(runtime library)
 libgirepository1.0-dev - Library for handling GObject introspection data 
(development file
Changes: 
 gobject-introspection (0.6.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control, debian/python-giscanner.install,
 debian/gobject-introspection.install:
   - python modules were made private with this release; I consulted with
 upstream and decided that following suit, and removing
 python-giscanner was in order
   * debian/control.in:
   - Make libgirepository1.0-dev conflict with and replace
 libgirepository-dev
   - Add a gobject-introspection-freedesktop package to hold the
 freedesktop-related modules which are also being shipped in this
 source package now.
Checksums-Sha1: 
 1add92a1b2f270a7b80887c8af7e870f2383a341 1806 gobject-introspection_0.6.3-1.dsc
 176aa1a0b4103903ca596e5b1d02982ff83a908a 743720 
gobject-introspection_0.6.3.orig.tar.gz
 0711bc998f497b22586e17b7d8e9a2121c1c6364 4895 
gobject-introspection_0.6.3-1.diff.gz
 40325c262f39392d6d5454be3fb26f1f1e422181 41562 
libgirepository1.0-0_0.6.3-1_i386.deb
 581ff5ec1489c2d1f348e8461e7d032b2f4b44c5 45756 
libgirepository1.0-dev_0.6.3-1_i386.deb
 a9aa56f1accd41f2fbfff0b99422d87ef4eb0d15 207630 
gobject-introspection_0.6.3-1_i386.deb
 c6c4d41f2adacc7feb7caa260ee3e8a50ce20b21 207130 
gobject-introspection-glib-2.0_0.6.3-1_i386.deb
 20857bc6711940d50b301590a551c817a1a29fb4 15576 
gobject-introspection-freedesktop_0.6.3-1_i386.deb
Checksums-Sha256: 
 cd4d939d16af0236b2dfc0e0b24ca40b7c38247b81692a4639bb4ecf897d1fc5 1806 
gobject-introspection_0.6.3-1.dsc
 fadbc1fec59e98ef5e17165c03949339d6245d66ee507eca81ab9a3ad296a798 743720 
gobject-introspection_0.6.3.orig.tar.gz
 771c7dc1607dae9a85a12ca6562533782e1c6076921747c7e594a761404d32b4 4895 
gobject-introspection_0.6.3-1.diff.gz
 df3969c1958a51488d36a692428f20665e9c1382c6961abaa8c18c693f02b822 41562 
libgirepository1.0-0_0.6.3-1_i386.deb
 927e546b0289ba30b682dfe9ed72a1858546dae2407651f6a105ddde0187ee62 45756 
libgirepository1.0-dev_0.6.3-1_i386.deb
 7e5f96545b2da41b8296cad0a251f238f75fc145d3b260a3932dba483fdf05e4 207630 
gobject-introspection_0.6.3-1_i386.deb
 af860e362d8ebd69bde6c9b643f3fd732295ec13e46ffeac90435792952ebed6 207130 
gobject-introspection-glib-2.0_0.6.3-1_i386.deb
 32a827e1a7e824998b65e254086679e1cc4ba5bb97f4a3fe2af9db3a292efcdd 15576 
gobject-introspection-freedesktop_0.6.3-1_i386.deb
Files: 
 694a0233e8048fe019f70278e91c613b 1806 devel optional 
gobject-introspection_0.6.3-1.dsc
 3e643bcd5798cb3d79be0e1c073f0a9d 743720 devel optional 
gobject-introspection_0.6.3.orig.tar.gz
 4d3b3ccaadfe0725c5a33dfb033c6cd5 4895 devel optional 
gobject-introspection_0.6.3-1.diff.gz
 1ffbe7f4bc6a155d53df46bdefca6176 41562 devel optional 
libgirepository1.0-0_0.6.3-1_i386.deb
 4d94a26a6d384179a2ea6fabc4d15f0c 45756 libdevel optional 
libgirepository1.0-dev_0.6.3-1_i386.deb
 24eca5a76bbd5fff0183f7e7f18f33eb 207630 devel optional 
gobject-introspection_0.6.3-1_i386.deb
 48869bdcfa5c59a7a1c525e0ae8fe645 207130 devel optional 
gobject-introspection-glib-2.0_0.6.3-1_i386.deb
 f736cd4dd2db4f9baf4fcc75539e99f9 15576 devel optional 
gobject-introspection-freedesktop_0.6.3-1_i386.deb

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

iQEcBAEBCAAGBQJKS1C9AAoJENIA6zCg+12mK8sH/jCZoKBJiyX70fTjQNhHyFNa
ijqdiVs4kjPGjIBgON11UQXVK+gTI3qT3DypDPRJXEbP9B04IwWZTjmntD8im2bN
3E8Ret/0Nfj82zA8BSK5/S7ATU2C75OyXMokKaa3D4cqHGCzYIHXVunzUXSSU7zv
DJt4B4V5Frd0PHaQeVL8+UZBDhbtjF6k4NvV8aCv/M5NHp3usKbPsGar2yrfgMEe
psUdfE9MU8UycTDLwl5C3b5apb35xlZ+0pOmSUFZ+eniKK+PAEO7A/2bnFLkYXVu
4HMGp0wA7LR5NSwAQGdr2stn/dQ7XbcykYT22Xx57wA+pFdrb+2wOAb0GnZaImE=
=9Noi
-END PGP SIGNATURE-


Accepted:
gobject-introspection-freedesktop_0.6.3-1_i386.deb
  to 
pool/main/g/gobject-introspection/gobject-introspection-freedesktop_0.6.3-1_i386.deb
gobject-introspection-glib-2.0_0.6.3-1_i386.deb
  to 
pool/main/g/gobject-introspection/gobject-introspection-glib-2.0_0.6.3-1_i386.deb
gobject-introspection_0.6.3-1.diff.gz
  to pool/main/g/gobject-introspection/gobject-introspection_0.6.3-1.diff.gz
gobject-introspection_0.6.3-1.dsc
  to pool/main/g/gobject-introspection/gobject-introspection_0.6.3-1.dsc

Accepted aumix 2.8-24 (source all amd64)

2009-07-01 Thread Stefan Ott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Jun 2009 06:31:51 +0200
Source: aumix
Binary: aumix-common aumix aumix-gtk
Architecture: source all amd64
Version: 2.8-24
Distribution: unstable
Urgency: low
Maintainer: Stefan Ott ste...@ott.net
Changed-By: Stefan Ott ste...@ott.net
Description: 
 aumix  - Simple text-based mixer control program
 aumix-common - Simple text-based mixer control program (common files)
 aumix-gtk  - Simple mixer control program with GUI and text interfaces
Closes: 437405
Changes: 
 aumix (2.8-24) unstable; urgency=low
 .
   * Split off aumix-common package to contain files common to aumix and
 aumix-gtk such as the init script, pixmaps and documentation
   * debian/control:
 + Added Vcs-Svn and Vcs-Browser entries
 + Lowered priority to extra (since we depend on oss-compat which is extra)
 + Removed duplicate priority entries
 + Removed any mention of aumix-alsa, that one's been gone for ages
 + Created additional entries for aumix-common
   * debian/rules: Major rewrite to use debhelper 7 and split off aumix-common
   * Removed maintainer scripts since debhelper now handles the init script
   * debian/default: Removedcloses: #437405
   * debian/aumix{,-gtk}.lintian-overrides: Override warnings about 'missing'
 files that have been moved to aumix-common
   * Removed 10_automake17.patch since we now regenerate missing files
Checksums-Sha1: 
 ba2d965a5fbc85ffe5966fddf5fbc832f8a31b0a 1260 aumix_2.8-24.dsc
 426175c3b3b2f83ed7d4dcf93bf86a7e40d81c45 25692 aumix_2.8-24.diff.gz
 5b2cf17cd7ffdf47776462adfea3c188d6249b24 42664 aumix-common_2.8-24_all.deb
 e25ce93d831d5919f79afd81fd63409e65a8524e 52492 aumix_2.8-24_amd64.deb
 5df000d8977d5fb105b92c91f38f75a45290f58c 59414 aumix-gtk_2.8-24_amd64.deb
Checksums-Sha256: 
 28a64bf37a9821e0a097e1556c3ae73a7c6021980576bb5b1444cfe976dedb41 1260 
aumix_2.8-24.dsc
 1d3123acdcf19bf8626d446b1b99594ae8933ed38e2d6eb05b7bb9493a3b454c 25692 
aumix_2.8-24.diff.gz
 a3e197351d2d7d7d42382434282546a813c41b0b0d4b1caba627b5954eb17e7b 42664 
aumix-common_2.8-24_all.deb
 f9085a4141249439193a724a3c06be3bd7945b945f376a521a35e4cd876cc3de 52492 
aumix_2.8-24_amd64.deb
 988c0c6ceaa637f0654f4bc6ce89fa56e76ab678afef88de13a13f5a60702710 59414 
aumix-gtk_2.8-24_amd64.deb
Files: 
 9791ef11d8c57a84f732fd489f77ee4d 1260 sound extra aumix_2.8-24.dsc
 1165aa5ad689dea17615e5d5c058db5a 25692 sound extra aumix_2.8-24.diff.gz
 26b98b4dda48add6171f6eac276625b2 42664 sound extra aumix-common_2.8-24_all.deb
 0c6992941dcab7a7d032712f04c3c82f 52492 sound extra aumix_2.8-24_amd64.deb
 21818b2c78a1a734073a893d97bc652d 59414 sound extra aumix-gtk_2.8-24_amd64.deb

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

iEYEARECAAYFAkpFA6cACgkQIsgn9zWpkudVgQCfVGVCPkU4SnnXVUlN6S4Rxk4W
KSoAoIMCisVUPvwhIVUEFcn4uk3maTmv
=jxjU
-END PGP SIGNATURE-


Accepted:
aumix-common_2.8-24_all.deb
  to pool/main/a/aumix/aumix-common_2.8-24_all.deb
aumix-gtk_2.8-24_amd64.deb
  to pool/main/a/aumix/aumix-gtk_2.8-24_amd64.deb
aumix_2.8-24.diff.gz
  to pool/main/a/aumix/aumix_2.8-24.diff.gz
aumix_2.8-24.dsc
  to pool/main/a/aumix/aumix_2.8-24.dsc
aumix_2.8-24_amd64.deb
  to pool/main/a/aumix/aumix_2.8-24_amd64.deb


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



Accepted efreet 0.5.0.061-1 (source all amd64)

2009-07-01 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Jun 2009 17:36:29 +0200
Source: efreet
Binary: libefreet-svn-02 libefreet-dev libefreet-doc
Architecture: source all amd64
Version: 0.5.0.061-1
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre albin.tonne...@gmail.com
Description: 
 libefreet-dev - Development files for libefreet and libefreet-mime
 libefreet-doc - libefreet and libfreet-mime API documentation
 libefreet-svn-02 - Library that implements freedesktop.org specs for use with 
E17/EF
Changes: 
 efreet (0.5.0.061-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Package rename due to API changes
   * Update to Standards-Version 3.8.2, no change required
   * Drop 01_menu_extra_path.patch, it belongs in e17
Checksums-Sha1: 
 af19ae283c93740a810a4b8e8b978a37a3409ca1 1376 efreet_0.5.0.061-1.dsc
 6e43fcb11dc3bbf37a75af724412b43647ba4b65 617920 efreet_0.5.0.061.orig.tar.gz
 2d810d91b63d699c66e8ec9f6f51ab13dbb48489 3558 efreet_0.5.0.061-1.diff.gz
 a7471cadf26106cba24bf2455ded3af6222ec8f1 1575390 
libefreet-doc_0.5.0.061-1_all.deb
 8533796d226e8343112279231ca3e4a2271c81e1 60514 
libefreet-svn-02_0.5.0.061-1_amd64.deb
 6ff76a4bd7fb4611a5b67a9058652d46efba8da3 72102 
libefreet-dev_0.5.0.061-1_amd64.deb
Checksums-Sha256: 
 6b8c33710e4c642c87c4a13879f181700d25faa0ec3e731ecf0edfa178e46b25 1376 
efreet_0.5.0.061-1.dsc
 8d3cfef0ca126cff5a8b55c3eb12ebd63c510fbba6372d1e2725167cdb33d2d1 617920 
efreet_0.5.0.061.orig.tar.gz
 2025afd98c86453e1f049ff4faf61e1ddfa4661ed6643fa6a546a9395aa29746 3558 
efreet_0.5.0.061-1.diff.gz
 dfbbecd3b2ab91c8105573c6064e077392d372b71fb77b8527249576c7767093 1575390 
libefreet-doc_0.5.0.061-1_all.deb
 bdedbb721073f50e30e8def034959bc0a3369713ab58ee2f3ade2a8c6d2b2701 60514 
libefreet-svn-02_0.5.0.061-1_amd64.deb
 026bc0943eee1b47a88e9329549e8d62b6348a00eaa51e6d99e01a9f22c204d2 72102 
libefreet-dev_0.5.0.061-1_amd64.deb
Files: 
 2496e336e32292d1cda734f3a3bc2426 1376 libs optional efreet_0.5.0.061-1.dsc
 a3d5a46fd499c92c93239ea23e289e3b 617920 libs optional 
efreet_0.5.0.061.orig.tar.gz
 b80ed4de01976ec90b2f337a7e7f16f0 3558 libs optional efreet_0.5.0.061-1.diff.gz
 a57bd8956b62185e6940b16e8c93e203 1575390 doc optional 
libefreet-doc_0.5.0.061-1_all.deb
 cc80212911aaf60637970696891b4e4d 60514 libs optional 
libefreet-svn-02_0.5.0.061-1_amd64.deb
 33bae8de55496dee153af4eba29e226a 72102 libdevel optional 
libefreet-dev_0.5.0.061-1_amd64.deb

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

iEYEARECAAYFAkpCoeUACgkQ9ijrk0dDIGwvtQCfYSXJJqFbtPVRik5kxYEO0yqC
uC8AoIdA50sJKhKZZAawRBUxfZFM9Ncn
=E76X
-END PGP SIGNATURE-


Accepted:
efreet_0.5.0.061-1.diff.gz
  to pool/main/e/efreet/efreet_0.5.0.061-1.diff.gz
efreet_0.5.0.061-1.dsc
  to pool/main/e/efreet/efreet_0.5.0.061-1.dsc
efreet_0.5.0.061.orig.tar.gz
  to pool/main/e/efreet/efreet_0.5.0.061.orig.tar.gz
libefreet-dev_0.5.0.061-1_amd64.deb
  to pool/main/e/efreet/libefreet-dev_0.5.0.061-1_amd64.deb
libefreet-doc_0.5.0.061-1_all.deb
  to pool/main/e/efreet/libefreet-doc_0.5.0.061-1_all.deb
libefreet-svn-02_0.5.0.061-1_amd64.deb
  to pool/main/e/efreet/libefreet-svn-02_0.5.0.061-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



Accepted libepc 0.3.10-1 (source all amd64)

2009-07-01 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 23:57:14 +0200
Source: libepc
Binary: libepc-1.0-2 libepc-ui-1.0-2 libepc-dev libepc-ui-dev libepc-doc 
libepc-common
Architecture: source all amd64
Version: 0.3.10-1
Distribution: unstable
Urgency: low
Maintainer: Emilio Pozuelo Monfort po...@ubuntu.com
Changed-By: Emilio Pozuelo Monfort po...@ubuntu.com
Description: 
 libepc-1.0-2 - Easy Publish and Consume library - shared libraries
 libepc-common - Easy Publish and Consume library - data files
 libepc-dev - Easy Publish and Consume library - development files
 libepc-doc - Easy Publish and Consume library - documentation
 libepc-ui-1.0-2 - Easy Publish and Consume library - shared widget libraries
 libepc-ui-dev - Easy Publish and Consume library - widget development files
Changes: 
 libepc (0.3.10-1) unstable; urgency=low
 .
   * Add a new binary package, libepc-common, to ship common files that
 don't have a versioned path. Ship the translations on it.
   * New upstream bugfix release.
   * Standards-Version is 3.8.2, no changes needed.
   * Point Vcs-* to the unstable branch.
Checksums-Sha1: 
 20798e9bdc7790baef7cb5b15b7f611190497338 1682 libepc_0.3.10-1.dsc
 0ac2d1af1dcd44e4cd061d770c6b07ce354fb0b3 510473 libepc_0.3.10.orig.tar.gz
 fde4289c73d19ebe8776a986a66908ab2dd30bb3 4149 libepc_0.3.10-1.diff.gz
 f74c742d051ef5b4d02473c7dcd9afb9c4637d15 185078 libepc-doc_0.3.10-1_all.deb
 18c04635a8cb8227bc2c32e0ca5e524eddcf12bd 36848 libepc-common_0.3.10-1_all.deb
 1dd104d78af466debc16175057a3f03b4da9c6c0 69952 libepc-1.0-2_0.3.10-1_amd64.deb
 e910f9ac47f75daca6e314260950a46f5b18dc0c 35058 
libepc-ui-1.0-2_0.3.10-1_amd64.deb
 743759a0c9bc1b79eb73836f2742dc8f4852310a 86888 libepc-dev_0.3.10-1_amd64.deb
 237420ecef0ccfec877542d5921a9c743dcd506c 35780 libepc-ui-dev_0.3.10-1_amd64.deb
Checksums-Sha256: 
 d84a9b471253427d8e4e7daf6b875af90f9b63ff5bfad6ea1b60a7e4a10913d6 1682 
libepc_0.3.10-1.dsc
 215844a021b2402a9e1d2bd7c2a7dc1613495585376ce8f678be51866130226d 510473 
libepc_0.3.10.orig.tar.gz
 38ce82d4b52524104d235271c4be0999bb05a91d8883f099cc54f48d7fc03708 4149 
libepc_0.3.10-1.diff.gz
 b399c292b4bbf332d4a5a5058168354654e73f9f51ac63948b336aa9785ad661 185078 
libepc-doc_0.3.10-1_all.deb
 374dfba5e73d5907c94509919d1e80adcf678a9c81d24a462c0be4285261ede6 36848 
libepc-common_0.3.10-1_all.deb
 cf9ee395c082b76f9cea438e671909619ed91bf450f4e4b8255d92a4d8b42306 69952 
libepc-1.0-2_0.3.10-1_amd64.deb
 927e0164ad1ae840388e207ef69881e8dcba52cac9bee21c3a3f3f79f7009583 35058 
libepc-ui-1.0-2_0.3.10-1_amd64.deb
 0f9748a051bdbb3d3318566908c01938d17c53a1736e216f48bc2879ef213eeb 86888 
libepc-dev_0.3.10-1_amd64.deb
 08f68c801c99e7537a1b74801231a3a473d2f8b6203e453161fa1013fd504aad 35780 
libepc-ui-dev_0.3.10-1_amd64.deb
Files: 
 dcd7a1cfa5d7319f89d298feb4ca1e08 1682 libs optional libepc_0.3.10-1.dsc
 914aa44bf5e3473dc4dd601f12e29cdf 510473 libs optional libepc_0.3.10.orig.tar.gz
 4628f292e085bc2a2442669232aebc6e 4149 libs optional libepc_0.3.10-1.diff.gz
 49c0ebcf45704aecafe9a2ee6fdbe403 185078 doc optional 
libepc-doc_0.3.10-1_all.deb
 e02976c7c96e02d5ffb093f218e1 36848 libs optional 
libepc-common_0.3.10-1_all.deb
 419d05f7cf05bf3e3830ed14031ffaf6 69952 libs optional 
libepc-1.0-2_0.3.10-1_amd64.deb
 7ac5bb194881a2bc95d778c625335a0e 35058 libs optional 
libepc-ui-1.0-2_0.3.10-1_amd64.deb
 41f7b266e1e0ab6325eebecc8b4477ef 86888 libdevel optional 
libepc-dev_0.3.10-1_amd64.deb
 f4f2fa1141632319a73e47e7f0bf4be3 35780 libdevel optional 
libepc-ui-dev_0.3.10-1_amd64.deb

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

iD8DBQFKRhp9rSla4ddfhTMRArhNAJ4xfGL+Gc+r9EN9izUgBrIBgiIC/ACgxKru
ytEoGtlBuB6y9WzI9H/JT4A=
=FvFc
-END PGP SIGNATURE-


Accepted:
libepc-1.0-2_0.3.10-1_amd64.deb
  to pool/main/libe/libepc/libepc-1.0-2_0.3.10-1_amd64.deb
libepc-common_0.3.10-1_all.deb
  to pool/main/libe/libepc/libepc-common_0.3.10-1_all.deb
libepc-dev_0.3.10-1_amd64.deb
  to pool/main/libe/libepc/libepc-dev_0.3.10-1_amd64.deb
libepc-doc_0.3.10-1_all.deb
  to pool/main/libe/libepc/libepc-doc_0.3.10-1_all.deb
libepc-ui-1.0-2_0.3.10-1_amd64.deb
  to pool/main/libe/libepc/libepc-ui-1.0-2_0.3.10-1_amd64.deb
libepc-ui-dev_0.3.10-1_amd64.deb
  to pool/main/libe/libepc/libepc-ui-dev_0.3.10-1_amd64.deb
libepc_0.3.10-1.diff.gz
  to pool/main/libe/libepc/libepc_0.3.10-1.diff.gz
libepc_0.3.10-1.dsc
  to pool/main/libe/libepc/libepc_0.3.10-1.dsc
libepc_0.3.10.orig.tar.gz
  to pool/main/libe/libepc/libepc_0.3.10.orig.tar.gz


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



Accepted prefix 1.0~rc1-1 (source amd64)

2009-07-01 Thread Dimitri Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jun 2009 09:41:07 +0200
Source: prefix
Binary: postgresql-8.3-prefix postgresql-8.4-prefix
Architecture: source amd64
Version: 1.0~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Dimitri Fontaine d...@tapoueh.org
Changed-By: Dimitri Fontaine d...@tapoueh.org
Description: 
 postgresql-8.3-prefix - Prefix Range module for PostgreSQL
 postgresql-8.4-prefix - Prefix Range module for PostgreSQL
Changes: 
 prefix (1.0~rc1-1) unstable; urgency=low
 .
   * Some more documentation (operators)
   * Fix (again) the  and  operators for BTree support, refactor the code
Checksums-Sha1: 
 6e93db6a1561f38987748eb03f1b0917964f555e 1041 prefix_1.0~rc1-1.dsc
 860bbccc0f6016f97334dce05f029f32bff54ff4 73576 prefix_1.0~rc1.orig.tar.gz
 6347535444b54936bb38dbccdb964d15a2700eb9 1908 prefix_1.0~rc1-1.diff.gz
 4e5693fda8f1366f76ba51fd8d5974163fe1c65c 19324 
postgresql-8.3-prefix_1.0~rc1-1_amd64.deb
 f9d1b2b119c53a0b304681782a6b3dd768b66a4d 19320 
postgresql-8.4-prefix_1.0~rc1-1_amd64.deb
Checksums-Sha256: 
 fdfc56d72e238c9dd8779a009d6321b94e44cab8e0df59fd1366495ae4fc4fa3 1041 
prefix_1.0~rc1-1.dsc
 90c68a42a24aeebeca1a3081eb1b3a42d61648a3191baccebb15363ae1602d48 73576 
prefix_1.0~rc1.orig.tar.gz
 bde12a0e2a2456b598aecfca1fd0e94d6335e0723131b99744847847dbe7353b 1908 
prefix_1.0~rc1-1.diff.gz
 9898feed10b8e9a6c259153cce7bbe8bbc9fe63d2983eff50c938f530331affd 19324 
postgresql-8.3-prefix_1.0~rc1-1_amd64.deb
 a433df2173e72b479ba260b88958f0df835351783e023439c2e0fe91839a392f 19320 
postgresql-8.4-prefix_1.0~rc1-1_amd64.deb
Files: 
 2fa924bf85f61086fd5373182a9f9d56 1041 misc extra prefix_1.0~rc1-1.dsc
 2548c599f2443ebb927699458418c206 73576 misc extra prefix_1.0~rc1.orig.tar.gz
 64271fa5c5f1541d4201c90ffd6d3b48 1908 misc extra prefix_1.0~rc1-1.diff.gz
 cc0e83f529135697a518bad4d0130501 19324 misc extra 
postgresql-8.3-prefix_1.0~rc1-1_amd64.deb
 cfac76c6d6b724c95c6160db3fb79038 19320 misc extra 
postgresql-8.4-prefix_1.0~rc1-1_amd64.deb

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

iEYEARECAAYFAkpAmMMACgkQpGK1HsL+5c0gdgCgsi6HRPqEdWEBNu6tOiVi9wfL
CtcAnjoDI02YIVYphIh9bBZ4XtURgius
=c1xn
-END PGP SIGNATURE-


Accepted:
postgresql-8.3-prefix_1.0~rc1-1_amd64.deb
  to pool/main/p/prefix/postgresql-8.3-prefix_1.0~rc1-1_amd64.deb
postgresql-8.4-prefix_1.0~rc1-1_amd64.deb
  to pool/main/p/prefix/postgresql-8.4-prefix_1.0~rc1-1_amd64.deb
prefix_1.0~rc1-1.diff.gz
  to pool/main/p/prefix/prefix_1.0~rc1-1.diff.gz
prefix_1.0~rc1-1.dsc
  to pool/main/p/prefix/prefix_1.0~rc1-1.dsc
prefix_1.0~rc1.orig.tar.gz
  to pool/main/p/prefix/prefix_1.0~rc1.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



Accepted pcp 2.8.10 (source i386)

2009-07-01 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 14:35:11 +1000
Source: pcp
Binary: pcp libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 libpcp-mmv1-dev 
libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev libpcp-trace2 
libpcp-pmda-perl libpcp-logsummary-perl libpcp-mmv-perl
Architecture: source i386
Version: 2.8.10
Distribution: unstable
Urgency: low
Maintainer: Nathan Scott nath...@debian.org
Changed-By: Nathan Scott nath...@debian.org
Description: 
 libpcp-gui2 - Performance Co-Pilot graphical client tools library
 libpcp-gui2-dev - Performance Co-Pilot graphical client tools library and 
headers
 libpcp-logsummary-perl - Performance Co-Pilot historical log summary module
 libpcp-mmv-perl - Performance Co-Pilot Memory Mapped Value Perl module
 libpcp-mmv1 - Performance Co-Pilot Memory Mapped Value client library
 libpcp-mmv1-dev - Performance Co-Pilot Memory Mapped Value library and headers
 libpcp-pmda-perl - Performance Co-Pilot Domain Agent Perl module
 libpcp-pmda3 - Performance Co-Pilot Domain Agent library
 libpcp-pmda3-dev - Performance Co-Pilot Domain Agent library and headers
 libpcp-trace2 - Performance Co-Pilot application tracing library
 libpcp-trace2-dev - Performance Co-Pilot application tracing library and 
headers
 libpcp3- Performance Co-Pilot library
 libpcp3-dev - Performance Co-Pilot library and headers
 pcp- System level performance monitoring and performance management
Changes: 
 pcp (2.8.10) unstable; urgency=low
 .
   * New release (full details in CHANGELOG).
Checksums-Sha1: 
 55e09ff722399a665c0522b2591cfd61b05ef2bc 1038 pcp_2.8.10.dsc
 23978394b73028a0b089c054cf33f441627e0c25 2026875 pcp_2.8.10.tar.gz
 3747c7d5a799f81730d36ef578d93a7fdfec18ab 1074568 pcp_2.8.10_i386.deb
 7965a2916701cf20615fc61e36526c9306f0909c 273148 libpcp3-dev_2.8.10_i386.deb
 2c578c65e801c1f3df51c9f3862886a07eda46f4 112538 libpcp3_2.8.10_i386.deb
 6eb7140f17965f7b15b4926fc4a719332533f826 14102 libpcp-gui2-dev_2.8.10_i386.deb
 667b70c83c41ddb640049189d25d8c9bee79c4d9 12308 libpcp-gui2_2.8.10_i386.deb
 a0db48fa14fc50b5e407a7f24afafc544711cf27 15800 libpcp-mmv1-dev_2.8.10_i386.deb
 01ee216747967843d06e96ac4080abe914be3354 8660 libpcp-mmv1_2.8.10_i386.deb
 00c1b4b59ddf84c105933e83100a2215f6a4a3b5 60216 libpcp-pmda3-dev_2.8.10_i386.deb
 fcab7c84caf6c1a7446d0e4915fb9b115bc11b49 21292 libpcp-pmda3_2.8.10_i386.deb
 40a15ce6abfce31df7432bbdff0d0daa607c1ab0 25330 
libpcp-trace2-dev_2.8.10_i386.deb
 d0a65626853f7e601d5725f44b60e941e49ff18f 16072 libpcp-trace2_2.8.10_i386.deb
 2f500935274a20fe08592ffb962eca75ab590183 37344 libpcp-pmda-perl_2.8.10_i386.deb
 e1b4040232301696b546679de81812acf1691c48 9088 
libpcp-logsummary-perl_2.8.10_i386.deb
 11ef423fb0c7549bad043c31d06f23c7f2726c17 19360 libpcp-mmv-perl_2.8.10_i386.deb
Checksums-Sha256: 
 6502c4eadf85a75bca9cb1bed72c0a24b606862833110ac9713cc87acf8b5afe 1038 
pcp_2.8.10.dsc
 4011b3dc31b0ef5474dee3fe231912715846dae16f1d4f46f07443bbf00cbe0d 2026875 
pcp_2.8.10.tar.gz
 eacd2cabb451b374ce2c6b7901456d149676c9536ff25c5ee10a85b61471add3 1074568 
pcp_2.8.10_i386.deb
 7b44ff05f00fe8b2c27e7e807c2340311f1c88c1b939510ee7718e587ff0bb47 273148 
libpcp3-dev_2.8.10_i386.deb
 5e43735a565dd2c171c537abb6500e7d2470a20105ab808e9be2aa42f600a112 112538 
libpcp3_2.8.10_i386.deb
 c22d616325118151e9e0dc59b895329331df3b5f802ce4cfc250b8108c7d1e14 14102 
libpcp-gui2-dev_2.8.10_i386.deb
 b20b0ef83afbf4cb3df6e1fe9a84057fe2dd51e33b6dd7168048d3e6735c0caa 12308 
libpcp-gui2_2.8.10_i386.deb
 3c6f3ca10bb0674c7e92f9013321616038e5867f439ea1427ac20b5f97c05536 15800 
libpcp-mmv1-dev_2.8.10_i386.deb
 6cf57c01e895e34c222cd96ea73ee8b703e51c9a246c9ca2c6554f43fe4783fe 8660 
libpcp-mmv1_2.8.10_i386.deb
 55c95bfee9e4f57ae75ed270d5bb40962369f6d9832335a2f850d8bf5c28e0a6 60216 
libpcp-pmda3-dev_2.8.10_i386.deb
 07cd1b7c5c107574ff1b4b7eeeab1f0892b8999b2c634051b5a483786c107937 21292 
libpcp-pmda3_2.8.10_i386.deb
 a386ae3cb00362dc7958b7e134481c90cbf1805c522a77598a87dcf4c782b5f7 25330 
libpcp-trace2-dev_2.8.10_i386.deb
 bebec45652fda979d21468c413b8c44b40f0626bab3594946f67e65d8e7c738a 16072 
libpcp-trace2_2.8.10_i386.deb
 f5c1af65c5c8c3a053e762b7a86205a3b95c536ca526e5241272826ab9b534c6 37344 
libpcp-pmda-perl_2.8.10_i386.deb
 775b17760cb08425d7df1cb86b10a8e178296aca4070f07832f202f116ff6c6f 9088 
libpcp-logsummary-perl_2.8.10_i386.deb
 7e560f6a93a667b82136b72bd5862bbb1dd12a3c06f38d001dc984efb8148661 19360 
libpcp-mmv-perl_2.8.10_i386.deb
Files: 
 10775ee784b888a2269d067e2433f9a9 1038 utils extra pcp_2.8.10.dsc
 78cde4cb56f80091312a2fef4e388b1f 2026875 utils extra pcp_2.8.10.tar.gz
 c0ff8df27f143b3ead7ef6365dcec494 1074568 utils extra pcp_2.8.10_i386.deb
 888517b9a7cf19356a1f275d4d63ccfd 273148 libdevel extra 
libpcp3-dev_2.8.10_i386.deb
 3068c9adb8a7138a40cc7833c43725cc 112538 libs extra libpcp3_2.8.10_i386.deb
 cb31fe5a8cc974c663fadae58bb5967e 14102 libdevel extra 
libpcp-gui2-dev_2.8.10_i386.deb
 bed88c3837248ec0be8cf76627121833 12308 libs extra 

Accepted edje 0.9.92.061-1 (source all amd64)

2009-07-01 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Jun 2009 22:23:39 +0200
Source: edje
Binary: libedje-bin libedje-svn-02 libedje-doc libedje-dev libedje-dbg
Architecture: source all amd64
Version: 0.9.92.061-1
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre albin.tonne...@gmail.com
Description: 
 libedje-bin - Various binaries for use with libedje
 libedje-dbg - Debugging symbols for libedje
 libedje-dev - libedje headers and static libraries
 libedje-doc - libedje0 development documentation
 libedje-svn-02 - Graphical layout and animation library
Changes: 
 edje (0.9.92.061-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Drop Add-libtool-Wl-as-needed-reordering-workaround.patch, no longer needed
   * Update libedje-bin deps following the evas engines rename
   * Upload to unstable
Checksums-Sha1: 
 0f611f94caa1cdceaf67653870ae25dadae49ecd 1436 edje_0.9.92.061-1.dsc
 a4c56c101e1c537ea3eea2248d97499f7b98411f 1738004 edje_0.9.92.061.orig.tar.gz
 76c66277406d564dd7c26c94b9ba1aa5f04e47de 4909 edje_0.9.92.061-1.diff.gz
 9b62a260150a5d5a8de69072fed325cf44b01893 1330284 
libedje-doc_0.9.92.061-1_all.deb
 6b1e8e1c08a1eb7a32ce03db444e96a5ee6b1667 53550 
libedje-bin_0.9.92.061-1_amd64.deb
 f6fe54b5211bc309763cc3fb1fa1b63c7e05cd3b 131398 
libedje-svn-02_0.9.92.061-1_amd64.deb
 1f02d6c2d9cf553d4daf1c46aa84cb30a1fc2e75 157246 
libedje-dev_0.9.92.061-1_amd64.deb
 516849614e80ca5ac349128f7524da6e6c4f303c 350858 
libedje-dbg_0.9.92.061-1_amd64.deb
Checksums-Sha256: 
 822f3f671d64980ffd12f54bf3bac843e71ae240c6704ce4863b6033b7edce0f 1436 
edje_0.9.92.061-1.dsc
 b1d42d00e1b1000fbc7deeecf63219584404dff8e7581085ac96d722ac5c7225 1738004 
edje_0.9.92.061.orig.tar.gz
 e7b68caf5edd6623ebe699ccf86de0e3a4c839d61e342c02d8810931ba62f9f8 4909 
edje_0.9.92.061-1.diff.gz
 15c0708fd4b8be9fcc2b14845f266649c778567ff976461bb46f7a268074316d 1330284 
libedje-doc_0.9.92.061-1_all.deb
 d6405439d9ec13daad1f004a089376e986a8797b4e56d2ab89940614f0ab6cd1 53550 
libedje-bin_0.9.92.061-1_amd64.deb
 0fed1033f607bda77bcee8bfdfd57012559255a72438cfad95ea3cfeade0a3bd 131398 
libedje-svn-02_0.9.92.061-1_amd64.deb
 badd1042818ac987cf6db3244f8d1c593a224a74f14ea6ca62ec7f862c98afdc 157246 
libedje-dev_0.9.92.061-1_amd64.deb
 10ee3c8a4d086ceb7c2436e5718e534ec17e53e63ce3f8c23f2ecb7ee56ddb28 350858 
libedje-dbg_0.9.92.061-1_amd64.deb
Files: 
 41c0a29450c1e5533bddf0123e20362f 1436 libs optional edje_0.9.92.061-1.dsc
 253c9509dd48893f09da85c61cac2029 1738004 libs optional 
edje_0.9.92.061.orig.tar.gz
 1e238caa64f494e57e26ba28533322c1 4909 libs optional edje_0.9.92.061-1.diff.gz
 25526d5d3597abbbcbfead2c9e908c2f 1330284 doc optional 
libedje-doc_0.9.92.061-1_all.deb
 a40a439e7c3e972fc489fea734fc64e8 53550 devel optional 
libedje-bin_0.9.92.061-1_amd64.deb
 88087a79bd7952c14c778807d78e5d58 131398 libs optional 
libedje-svn-02_0.9.92.061-1_amd64.deb
 c92eaef2dd194a62879240c349f88d8f 157246 libdevel optional 
libedje-dev_0.9.92.061-1_amd64.deb
 bf57ae11f3b7f8eaaf16d9198093248a 350858 debug extra 
libedje-dbg_0.9.92.061-1_amd64.deb

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

iEYEARECAAYFAkpCoqgACgkQ9ijrk0dDIGz+MACg0cZBxCLKfbxp1nYO0lRUL3Gz
7LUAoMJc1JtTBrLcMCV9CUrP6QiYVAYn
=fNxN
-END PGP SIGNATURE-


Accepted:
edje_0.9.92.061-1.diff.gz
  to pool/main/e/edje/edje_0.9.92.061-1.diff.gz
edje_0.9.92.061-1.dsc
  to pool/main/e/edje/edje_0.9.92.061-1.dsc
edje_0.9.92.061.orig.tar.gz
  to pool/main/e/edje/edje_0.9.92.061.orig.tar.gz
libedje-bin_0.9.92.061-1_amd64.deb
  to pool/main/e/edje/libedje-bin_0.9.92.061-1_amd64.deb
libedje-dbg_0.9.92.061-1_amd64.deb
  to pool/main/e/edje/libedje-dbg_0.9.92.061-1_amd64.deb
libedje-dev_0.9.92.061-1_amd64.deb
  to pool/main/e/edje/libedje-dev_0.9.92.061-1_amd64.deb
libedje-doc_0.9.92.061-1_all.deb
  to pool/main/e/edje/libedje-doc_0.9.92.061-1_all.deb
libedje-svn-02_0.9.92.061-1_amd64.deb
  to pool/main/e/edje/libedje-svn-02_0.9.92.061-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



Accepted xneur 0.9.4-2 (source i386)

2009-07-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 22 May 2009 22:40:38 +0400
Source: xneur
Binary: xneur libxnconfig9.0.4 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.4 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.4-2) unstable; urgency=low
 .
   * control: new Standards version: xneur-dbg section changed to debug.
   * rules: override lintian warning package-name-doesnt-match-sonames.
   * control: increase debhelper version in depends to allow dh_lintian using.
 .
 xneur (0.9.4-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/patches updated to new version.
   * Bump package version (and name for lib).
   * xneur.README.Debian updated to last changes.
Checksums-Sha1: 
 bc2682cfe5d3295907382e616a81143861078ea6 1257 xneur_0.9.4-2.dsc
 3210f33fae8350ae1f96d6279802a10c2ea3264f 1413347 xneur_0.9.4.orig.tar.gz
 e1a4726227748ee71cef0415f1d8295cace731c1 8237 xneur_0.9.4-2.diff.gz
 8f3027d767c9ecb8ba156a4c0a4540121713a018 90 xneur_0.9.4-2_i386.deb
 1e88747ac85e06a40601aee4eb37004c92d7491a 19384 
libxnconfig9.0.4_0.9.4-2_i386.deb
 31c748089128bceed7c876bcfaa3a04aff3df06b 20140 libxnconfig-dev_0.9.4-2_i386.deb
 19d83b939e547a7d4743bfe7ecce6e8230c62453 110134 xneur-dbg_0.9.4-2_i386.deb
Checksums-Sha256: 
 9bd6dc210c0fd01e292f5f08ee3a9bf15a983e0272548e33b8eb8ffccdc0e08b 1257 
xneur_0.9.4-2.dsc
 0f2b81f29659b4324a88f267ea38c38acc28d98e7bf9950b76aa46229f06d89d 1413347 
xneur_0.9.4.orig.tar.gz
 41482cd144590dd3aa82f6d8775c3242fca1760d9735476ca3f00edc25e23550 8237 
xneur_0.9.4-2.diff.gz
 ed991d6362a8869af272cdaed0a4c29703ded87c33e6cad898800d7b85c6b32e 90 
xneur_0.9.4-2_i386.deb
 e86832ce7c784e4d06cad03eeab4370e360d00118ed063274ef7816fe745103c 19384 
libxnconfig9.0.4_0.9.4-2_i386.deb
 22ccd678f0037de08d44872f5060947ce76d272ca891644c1098d73119e06350 20140 
libxnconfig-dev_0.9.4-2_i386.deb
 da1b0eaa2c2af3c791534772aeb7f4d8b9dcef3f44107f53f598f900876fa964 110134 
xneur-dbg_0.9.4-2_i386.deb
Files: 
 3899a8ffc87da5bdcd32082be4499406 1257 x11 optional xneur_0.9.4-2.dsc
 f8de81e27b8c2079483ab5cba11dc757 1413347 x11 optional xneur_0.9.4.orig.tar.gz
 c5f2748c15d681cb763a3063342b6511 8237 x11 optional xneur_0.9.4-2.diff.gz
 32cc20bb7f094450fb5a6474412acec8 90 x11 optional xneur_0.9.4-2_i386.deb
 ca89c8433030aa953857b0a3a1cbab8a 19384 libs optional 
libxnconfig9.0.4_0.9.4-2_i386.deb
 9ff5be7d23e3e437bccc89ab524c64d3 20140 libdevel optional 
libxnconfig-dev_0.9.4-2_i386.deb
 fe2cce28b246eb2f18a4262bf13a86eb 110134 debug extra xneur-dbg_0.9.4-2_i386.deb

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

iEYEAREDAAYFAkpIxYoACgkQq4wAz/jiZTf5VgCcCoPZJoZDpMx6Ix0v/r4djy1h
M7MAnjYPCS3n2s12S/NNuxTagoOnK8B6
=r56X
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.4-2_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.4-2_i386.deb
libxnconfig9.0.4_0.9.4-2_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.4_0.9.4-2_i386.deb
xneur-dbg_0.9.4-2_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.4-2_i386.deb
xneur_0.9.4-2.diff.gz
  to pool/main/x/xneur/xneur_0.9.4-2.diff.gz
xneur_0.9.4-2.dsc
  to pool/main/x/xneur/xneur_0.9.4-2.dsc
xneur_0.9.4-2_i386.deb
  to pool/main/x/xneur/xneur_0.9.4-2_i386.deb
xneur_0.9.4.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.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



Accepted libsemanage 2.0.32-1 (source amd64)

2009-07-01 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 20 Jun 2009 12:41:35 -0500
Source: libsemanage
Binary: libsemanage1 libsemanage1-dev libsemanage-ruby1.8 python-semanage
Architecture: source amd64
Version: 2.0.32-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava sriva...@debian.org
Changed-By: Manoj Srivastava sriva...@debian.org
Description: 
 libsemanage-ruby1.8 - Ruby bindings to for SELinux policy manipulation tools
 libsemanage1 - shared libraries used by SELinux policy manipulation tools
 libsemanage1-dev - Header files and libraries for SELinux policy manipulation 
tools
 python-semanage - Python bindings  for SELinux policy manipulation tools
Changes: 
 libsemanage (2.0.32-1) unstable; urgency=low
 .
   * New upstream release
   * [dee68bd]: [topic-debian]: Modify makefile to use installed versions
  of libraries
   * [97f1895]: [libsemanage]: Add a new package providing ruby bindings.
 [c00b158]: [7641bb1]: Support for above.
Checksums-Sha1: 
 4ca73714749bc20d7e2ce6df20ffca55c0da3542 1355 libsemanage_2.0.32-1.dsc
 6d9285ee1306f12762866d49786520fa86008d0f 173969 libsemanage_2.0.32.orig.tar.gz
 011440f901893561322b474f0f2007ab000c96f1 68257 libsemanage_2.0.32-1.diff.gz
 9b9bd0d2d0eb5b8246acc4bdc695a3f28164180a 97284 libsemanage1_2.0.32-1_amd64.deb
 9726a8e4b31b5e4cf0e7af213842e0c5e1fe7960 450124 
libsemanage1-dev_2.0.32-1_amd64.deb
 147c6b4bc65e7f838a5873cf171ab70b3e66ea8a 62278 
libsemanage-ruby1.8_2.0.32-1_amd64.deb
 dacdbe577d9baab400fb93007349734246f6a831 74898 
python-semanage_2.0.32-1_amd64.deb
Checksums-Sha256: 
 358037292ca93c8a7e23b032e4fcd309234aa94a072affea3a25b8191fd5c73d 1355 
libsemanage_2.0.32-1.dsc
 0fe5082fa153b750d9e3704535b74d9c9d5b7ae15fc2dba1e3fe564b5e314691 173969 
libsemanage_2.0.32.orig.tar.gz
 a9286d13b97a8f14b539e997fef52bab22124d7efcfebe4e2b742e87be2b8539 68257 
libsemanage_2.0.32-1.diff.gz
 aeea27ff6a7dcf470a2e0740683e22385cecb251b5a5ba81505d6d0ea944e68b 97284 
libsemanage1_2.0.32-1_amd64.deb
 13b8ccbb24ad8676f73b7142fc38c0016cf241539d98d24466b9c5e36cade810 450124 
libsemanage1-dev_2.0.32-1_amd64.deb
 0bbdc449217fe162961d8027ae617074160a55305f0b53152a927dbe8438d33b 62278 
libsemanage-ruby1.8_2.0.32-1_amd64.deb
 4e2b0d1307539cadc4a5119b00d910dba16f3d557b8aced57da49f0afff42572 74898 
python-semanage_2.0.32-1_amd64.deb
Files: 
 4ed695279175fb502bdeb80ae328db12 1355 libdevel optional 
libsemanage_2.0.32-1.dsc
 5593806ae708551f71a84067ac7601ea 173969 libdevel optional 
libsemanage_2.0.32.orig.tar.gz
 d0bde808fde95c69284d0eb85e383549 68257 libdevel optional 
libsemanage_2.0.32-1.diff.gz
 2935caef6b8357c274a422d2624e 97284 libs optional 
libsemanage1_2.0.32-1_amd64.deb
 4c1662b61435acacdda6e6d8b2577e9a 450124 libdevel optional 
libsemanage1-dev_2.0.32-1_amd64.deb
 232056732515f643469d9d53ef38bcef 62278 ruby optional 
libsemanage-ruby1.8_2.0.32-1_amd64.deb
 b9dcf31711279fc3f900d3a2aa82a64d 74898 python optional 
python-semanage_2.0.32-1_amd64.deb

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

iEYEAREDAAYFAko+UzMACgkQIbrau78kQkwuaACgoXtBg3oTX/90wOnFQszohs/X
gyYAoNn1HtbWQUiYXvc9jhvs4/l7SGxB
=ND/z
-END PGP SIGNATURE-


Accepted:
libsemanage-ruby1.8_2.0.32-1_amd64.deb
  to pool/main/libs/libsemanage/libsemanage-ruby1.8_2.0.32-1_amd64.deb
libsemanage1-dev_2.0.32-1_amd64.deb
  to pool/main/libs/libsemanage/libsemanage1-dev_2.0.32-1_amd64.deb
libsemanage1_2.0.32-1_amd64.deb
  to pool/main/libs/libsemanage/libsemanage1_2.0.32-1_amd64.deb
libsemanage_2.0.32-1.diff.gz
  to pool/main/libs/libsemanage/libsemanage_2.0.32-1.diff.gz
libsemanage_2.0.32-1.dsc
  to pool/main/libs/libsemanage/libsemanage_2.0.32-1.dsc
libsemanage_2.0.32.orig.tar.gz
  to pool/main/libs/libsemanage/libsemanage_2.0.32.orig.tar.gz
python-semanage_2.0.32-1_amd64.deb
  to pool/main/libs/libsemanage/python-semanage_2.0.32-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



Accepted unbound 1.3.0-1 (source amd64)

2009-07-01 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jun 2009 01:10:00 -0400
Source: unbound
Binary: unbound unbound-host libunbound1 libunbound-dev
Architecture: amd64 source 
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds edmo...@debian.org
Changed-By: Robert S. Edmonds edmo...@debian.org
Closes: 533611 533613
Description:
 libunbound-dev - static library, header files, and docs for libunbound
 libunbound1 - library implementing DNS resolution and validation
 unbound- validating, recursive, caching DNS resolver
 unbound-host - reimplementation of the 'host' command
Changes:
 unbound (1.3.0-1) unstable; urgency=low
 .
   * New upstream release; closes: #533613.
   * Move pid file to /var/run; closes: #533611.
   * Use unbound-checkconf -o pidfile in init script to determine pid file
 location (thanks Michael Tokarev).
Checksums-Sha1: 
 41e0a750151abecbd72fc5e228996c6bfc8b80a1 6240 unbound_1.3.0-1.diff.gz
 a111a0561e1f5413362dd8812a860382d851eb5a 1146 unbound_1.3.0-1.dsc
 5742d220f3b7daedb9bd6758d6b65bce96377836 207230 libunbound1_1.3.0-1_amd64.deb
 67fe06f087083fd24b0175b68e624efc375a3e0f 4059848 unbound_1.3.0.orig.tar.gz
 6b47c7b5bf231aa2a0d827e7811fb696d66ab908 12890 unbound-host_1.3.0-1_amd64.deb
 6c8abddf837e49650db6d57c2357720943c96faf 643534 unbound_1.3.0-1_amd64.deb
 7b8449a097456ce66a94d4888f8ba463068d9edd 278886 
libunbound-dev_1.3.0-1_amd64.deb
Checksums-Sha256: 
 1e18d01d6953801a67011101ec78326c69285e55128e0db74fb68e9eace4bd05 12890 
unbound-host_1.3.0-1_amd64.deb
 5529e768588c1c5b1c66adaa5ac6106a3414ad80dbbb5b8b0ab26cdee968c344 643534 
unbound_1.3.0-1_amd64.deb
 a621607cda4115796b965154ec0ba7eb8384c2a37b71b3ba8e70383be66e686c 1146 
unbound_1.3.0-1.dsc
 942a3421833b7202500439ab8905a6e5762932219a02cf50eb72c3891623a458 6240 
unbound_1.3.0-1.diff.gz
 cb9e7c48b868c1512707dc1f1d0325a0bf19f6f3c8acfff7d9dec1b8fdf22296 207230 
libunbound1_1.3.0-1_amd64.deb
 ebaed25422a32a7f13386982485d9d01b65cf3aefbebdcf4add6a4d7c71a4610 4059848 
unbound_1.3.0.orig.tar.gz
 f52be762d0ace26dac057040d651667a388b8b8ba06b3875acdefb79a3ca0b34 278886 
libunbound-dev_1.3.0-1_amd64.deb
Files: 
 213ae81270b81ae33e0be65b954c4ae6 6240 net optional unbound_1.3.0-1.diff.gz
 45b48181d107a5f67bc68cb22631c19d 643534 net optional unbound_1.3.0-1_amd64.deb
 70e1e93d0c69ab5ac33b888ae7ac9f96 12890 net optional 
unbound-host_1.3.0-1_amd64.deb
 783325c26ae1a47be0e496c94f3e1cca 4059848 net optional unbound_1.3.0.orig.tar.gz
 8a1f97a8f2e53d2fc26bb035c482f20c 207230 net optional 
libunbound1_1.3.0-1_amd64.deb
 d29ef34096e959686a032bacce07100f 278886 libdevel optional 
libunbound-dev_1.3.0-1_amd64.deb
 462bde284152a84cc36cb7df50b1a383 1146 net optional unbound_1.3.0-1.dsc

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

iEYEARECAAYFAkpIUdQACgkQdp+/SHMBQJHcnACfeHLn1GMTvIYQBBHO7Ucn4/HL
s5MAniWZ/8ohCU6IdMZpperUVsahpXXh
=A5ht
-END PGP SIGNATURE-


Accepted:
libunbound-dev_1.3.0-1_amd64.deb
  to pool/main/u/unbound/libunbound-dev_1.3.0-1_amd64.deb
libunbound1_1.3.0-1_amd64.deb
  to pool/main/u/unbound/libunbound1_1.3.0-1_amd64.deb
unbound-host_1.3.0-1_amd64.deb
  to pool/main/u/unbound/unbound-host_1.3.0-1_amd64.deb
unbound_1.3.0-1.diff.gz
  to pool/main/u/unbound/unbound_1.3.0-1.diff.gz
unbound_1.3.0-1.dsc
  to pool/main/u/unbound/unbound_1.3.0-1.dsc
unbound_1.3.0-1_amd64.deb
  to pool/main/u/unbound/unbound_1.3.0-1_amd64.deb
unbound_1.3.0.orig.tar.gz
  to pool/main/u/unbound/unbound_1.3.0.orig.tar.gz


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



Accepted distcc 3.1-1 (source amd64)

2009-07-01 Thread Carsten Wolff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Jun 2009 20:21:25 +0200
Source: distcc
Binary: distcc distccmon-gnome distcc-pump
Architecture: source amd64
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Carsten Wolff cars...@wolffcarsten.de
Changed-By: Carsten Wolff cars...@wolffcarsten.de
Description: 
 distcc - Simple distributed compiler client and server
 distcc-pump - pump mode for distcc a distributed compiler client and server
 distccmon-gnome - GTK+ monitor for distcc a distributed client and server
Closes: 481465 494187 501360 508726 522763 524204 526570 533197
Changes: 
 distcc (3.1-1) unstable; urgency=low
 .
   * New upstream release
 (closes:Bug#524204)
 (closes:Bug#494187)
 (closes:Bug#501360)
   * moved source-tree into subdirectory source to work around troubles with
 python's distutil choking on the debian directory.
 I'm clueless about python, so this might not be the best solution, but it
 works.
   * patched Makefile.in to fit the packages requirements
   * updated README.debian
   * added a new binary package distcc-pump, because it's only needed on the
 client machine, so we don't want to pull in the python dependency into the
 distcc binary package (and thus every server)
   * added the distcc/jobs debconf template and support for it in the init.d
 script and etc/default.
 (closes:Bug#522763)
   * added Should-Start: $network to init.d script.
 (closes:Bug#481465)
   * fixed spurious warning in init.d start action
 (closes:Bug#533197)
   * added status action to init.d script
 (closes:Bug#526570)
   * translation update
 es (closes:Bug#508726)
Checksums-Sha1: 
 7bdbede45c313c9323715dc1bb57cba59b7d6ed2 1065 distcc_3.1-1.dsc
 c40b69a44f6f4392cdcf703093cb36f6fd927e7d 742182 distcc_3.1.orig.tar.gz
 d07e1e1428682b2b1d43236dde414cea39331b0a 56225 distcc_3.1-1.diff.gz
 ff79a3532b3b34f629be549e7cafe6c8ae89b8b2 240178 distcc_3.1-1_amd64.deb
 67a32f514713a7c257d7f2b7606416e5669952a4 43392 distccmon-gnome_3.1-1_amd64.deb
 fbfb7a502b1c537e2ac32c83a220889d113d691c 220680 distcc-pump_3.1-1_amd64.deb
Checksums-Sha256: 
 1e14e7314395ce42bf85e4bfc7cdf24d82c8c85c10b2d12be1b22f8978023dfc 1065 
distcc_3.1-1.dsc
 a0f471b35dc9e8079fb683a2cabf7899aebd4d747d35c5a9dfaa33c8319a388b 742182 
distcc_3.1.orig.tar.gz
 a6e6441d44c8dd607fa0562a22607b83cd43337c1433694834291e503d5cfbce 56225 
distcc_3.1-1.diff.gz
 922d3f6ed26cb667811589a2771da0bb752292900aef0f1774b778dca5d6da20 240178 
distcc_3.1-1_amd64.deb
 9d944f866944604b8f7bdec54154b595f5dad2a57b2f7309d094f667189bcea4 43392 
distccmon-gnome_3.1-1_amd64.deb
 0d3ae40e0362d445665caf877c973b7e41e4d899f154200b6aef6b8ea76df06c 220680 
distcc-pump_3.1-1_amd64.deb
Files: 
 3bfe61cda3ca19188e04bdbb01c94c29 1065 devel optional distcc_3.1-1.dsc
 04e7ea80c55464bc541be1ab4efd2e4e 742182 devel optional distcc_3.1.orig.tar.gz
 d180f90d42f0c01ea7ab18b9adc4845f 56225 devel optional distcc_3.1-1.diff.gz
 0cb8c3589f13f9c7150867b6df0be864 240178 devel optional distcc_3.1-1_amd64.deb
 8b2ad386f8d507b68035c3a58877b144 43392 devel optional 
distccmon-gnome_3.1-1_amd64.deb
 cc05724e7e547ef7abeb869d07778bba 220680 devel optional 
distcc-pump_3.1-1_amd64.deb

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

iEYEARECAAYFAkpCopQACgkQ9/DnDzB9Vu0UvgCdFEkfIFihPzRuECpCYWW11wLn
7E0AnAgNzTuMIUngjei+9GVSBx6RODh9
=hftU
-END PGP SIGNATURE-


Accepted:
distcc-pump_3.1-1_amd64.deb
  to pool/main/d/distcc/distcc-pump_3.1-1_amd64.deb
distcc_3.1-1.diff.gz
  to pool/main/d/distcc/distcc_3.1-1.diff.gz
distcc_3.1-1.dsc
  to pool/main/d/distcc/distcc_3.1-1.dsc
distcc_3.1-1_amd64.deb
  to pool/main/d/distcc/distcc_3.1-1_amd64.deb
distcc_3.1.orig.tar.gz
  to pool/main/d/distcc/distcc_3.1.orig.tar.gz
distccmon-gnome_3.1-1_amd64.deb
  to pool/main/d/distcc/distccmon-gnome_3.1-1_amd64.deb


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



Accepted pcp 2.8.9 (source i386)

2009-07-01 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 10:25:36 +1000
Source: pcp
Binary: pcp libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 libpcp-mmv1-dev 
libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev libpcp-trace2 
libpcp-pmda-perl libpcp-logsummary-perl libpcp-mmv-perl
Architecture: source i386
Version: 2.8.9
Distribution: unstable
Urgency: low
Maintainer: Nathan Scott nath...@debian.org
Changed-By: Nathan Scott nath...@debian.org
Description: 
 libpcp-gui2 - Performance Co-Pilot graphical client tools library
 libpcp-gui2-dev - Performance Co-Pilot graphical client tools library and 
headers
 libpcp-logsummary-perl - Performance Co-Pilot historical log summary module
 libpcp-mmv-perl - Performance Co-Pilot Memory Mapped Value Perl module
 libpcp-mmv1 - Performance Co-Pilot Memory Mapped Value client library
 libpcp-mmv1-dev - Performance Co-Pilot Memory Mapped Value library and headers
 libpcp-pmda-perl - Performance Co-Pilot Domain Agent Perl module
 libpcp-pmda3 - Performance Co-Pilot Domain Agent library
 libpcp-pmda3-dev - Performance Co-Pilot Domain Agent library and headers
 libpcp-trace2 - Performance Co-Pilot application tracing library
 libpcp-trace2-dev - Performance Co-Pilot application tracing library and 
headers
 libpcp3- Performance Co-Pilot library
 libpcp3-dev - Performance Co-Pilot library and headers
 pcp- System level performance monitoring and performance management
Closes: 533632
Changes: 
 pcp (2.8.9) unstable; urgency=low
 .
   * New release (full details in CHANGELOG).
   * Updated Perl module source build (closes: #533632).
Checksums-Sha1: 
 ebee776e31581d12c2d82da7a6c14c65059bb6bc 1034 pcp_2.8.9.dsc
 007ea062ee864b02be4a8bffdccb44a31ceda5e8 2026620 pcp_2.8.9.tar.gz
 9a7a5170cf0f13f6178d6b5c637ca60f9b170a2b 1074550 pcp_2.8.9_i386.deb
 8d51531b5c74e5698bfbfc2286232c2e0541c56a 273142 libpcp3-dev_2.8.9_i386.deb
 61c447c0c331ebc5faca246540280d03a9daf135 112518 libpcp3_2.8.9_i386.deb
 5628620c31a9c674c68058ed172e4e88d4f20a6e 14086 libpcp-gui2-dev_2.8.9_i386.deb
 32caea20f044bd97e60c1e906afdc775ea834fd0 12306 libpcp-gui2_2.8.9_i386.deb
 1edac242eb13fe63b25af414b2e00342b5ec3e3a 15796 libpcp-mmv1-dev_2.8.9_i386.deb
 86cd315a4a7b0e5f47dbfac9a98d8ab09141f6b4 8652 libpcp-mmv1_2.8.9_i386.deb
 da7640d1f438ebacb88f6c0d7586d727cb6daf75 60096 libpcp-pmda3-dev_2.8.9_i386.deb
 79c9b91dd085e76caddefad013e3a7e86e63e9a9 21222 libpcp-pmda3_2.8.9_i386.deb
 393a51fbc3edfb8e27219165c81218acde466b4c 25330 libpcp-trace2-dev_2.8.9_i386.deb
 f4536f8d95750a673bbe8f30223174a9cc504948 16058 libpcp-trace2_2.8.9_i386.deb
 6bf155b3957a53b17e077d8a3b784d0190f06d6d 37346 libpcp-pmda-perl_2.8.9_i386.deb
 ece2eeccbae4eb54616d7f86d5f106b91dfd9af5 9090 
libpcp-logsummary-perl_2.8.9_i386.deb
 0af2698c94e9b29233175b204c5da1246a061e36 19356 libpcp-mmv-perl_2.8.9_i386.deb
Checksums-Sha256: 
 c1a4f7c81e9c6466273ce8cf717e8f7ecd37cb39696a6613a6ee553a2a735ecc 1034 
pcp_2.8.9.dsc
 1a6cfff5499f791d113575f7594ec44c67ae3d350c6d3e6e1397378e408183fa 2026620 
pcp_2.8.9.tar.gz
 3b5af3497a23bb333eedc32d96e6fe8c142815f16de396c697a4491a8d7486da 1074550 
pcp_2.8.9_i386.deb
 39356ce6a45a419df4794f2905a8fc0434897cb101d3a9d65f39eb7cb08c87ab 273142 
libpcp3-dev_2.8.9_i386.deb
 8f13e217e6d784028ba99ab98cef48d655800be495fbc0c0bf1b49c6ebe335fa 112518 
libpcp3_2.8.9_i386.deb
 4f6a1bb24d35e6942e266c41794a4e373071382d62cf9ed7ad68a4ab35c80dfd 14086 
libpcp-gui2-dev_2.8.9_i386.deb
 a05edc854aad376f2dbc132edd5636b049697d538c903ed0e3c04b3dd105596f 12306 
libpcp-gui2_2.8.9_i386.deb
 8006c01e628d42d82bc79ad8a74d7ad3401d98e76194eba9d6f1c9de2b347cc8 15796 
libpcp-mmv1-dev_2.8.9_i386.deb
 bfe9c3f7869bf2e7c891f0f1c1d25014783fb4c74a0a400c7c487223877a5c17 8652 
libpcp-mmv1_2.8.9_i386.deb
 602da0c892104bff10299c91c1c0ce42723572428b953050f6c452d88d94e74c 60096 
libpcp-pmda3-dev_2.8.9_i386.deb
 7a4e58e692901cfc21a3ef35a0f410a4efb173e7250825c39850eac89445d1c0 21222 
libpcp-pmda3_2.8.9_i386.deb
 12e85a556be2192dbfffca33a88b4ae7d2587ec97ebdd565f525226080c64ae9 25330 
libpcp-trace2-dev_2.8.9_i386.deb
 a0c3f5307cc6cb024c3180bc710dc50dfa13087b61afea18b76f037cd1fd75ba 16058 
libpcp-trace2_2.8.9_i386.deb
 42e816fc35fef576af2f5c0808be5d07ca9d1bb6244b1cadfa160deea33afd03 37346 
libpcp-pmda-perl_2.8.9_i386.deb
 b97a9d37e2f28aebdfa880fb248b832c318e0ed95e7d4bd0fb39f5a1ff1dfaff 9090 
libpcp-logsummary-perl_2.8.9_i386.deb
 99a3cb928e2b175341436b0e76ebb9a4dfe804cddb472f6fd5b8edcf41fc6d24 19356 
libpcp-mmv-perl_2.8.9_i386.deb
Files: 
 ee2c99c6680eb08847a3c74bfb37cf8a 1034 utils extra pcp_2.8.9.dsc
 1ae12208be287d719c983f31ec10d5f2 2026620 utils extra pcp_2.8.9.tar.gz
 452af165c3b7604c7f4a39cec38c75f7 1074550 utils extra pcp_2.8.9_i386.deb
 ef390ebb9d6d70a382bf12ea3aeb7503 273142 libdevel extra 
libpcp3-dev_2.8.9_i386.deb
 b15f19fe7cd327fe19dc0321fcea6e7a 112518 libs extra libpcp3_2.8.9_i386.deb
 44bffa61c8c58639513252310b78d08d 14086 libdevel extra 
libpcp-gui2-dev_2.8.9_i386.deb
 603715d57aeb27914e2922fd35ca0273 12306 

Accepted evas 0.9.9.061-1 (source all amd64)

2009-07-01 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Jun 2009 23:12:19 +0200
Source: evas
Binary: libevas-svn-02 libevas-doc libevas-dev libevas-dbg 
libevas-svn-02-engines-core libevas-svn-02-engines-x libevas-svn-02-engine-fb
Architecture: source all amd64
Version: 0.9.9.061-1
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre albin.tonne...@gmail.com
Description: 
 libevas-dbg - enlightenment advanced canvas library
 libevas-dev - Enlightenment DR17 advanced canvas library development files
 libevas-doc - Evas API Documentation
 libevas-svn-02 - Enlightenment DR17 advanced canvas library
 libevas-svn-02-engine-fb - Evas module providing the Framebuffer engine
 libevas-svn-02-engines-core - Evas module providingg the framebuffer render 
engine
 libevas-svn-02-engines-x - Evas module providing the X11 engines
Changes: 
 evas (0.9.9.061-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Change packages name due to API changes
   * Explicitly disable fribidi support for now
   * Refactoring of the engine packages
 - Add the version into the package name to avoid possible breakages, now
   that different evas versions can be installed at the same time
   * Upload to unstable
Checksums-Sha1: 
 59f8210d5724ebbbff7fd14d71d703c60a976e1c 1727 evas_0.9.9.061-1.dsc
 9ff76e0f01e9af25bb07c8552efe9512f7397e92 4837222 evas_0.9.9.061.orig.tar.gz
 b2ed764fc45e57f4080ec843a6be0902ad471a11 5056 evas_0.9.9.061-1.diff.gz
 558499dfe431944efe24b876bd7a9d231915c991 3781072 
libevas-doc_0.9.9.061-1_all.deb
 7be1a1d809372585ced4c3b674ad5c89f37d4330 320470 
libevas-svn-02_0.9.9.061-1_amd64.deb
 3f9ae0b522deebc9333d5b813b44688e98e00ff4 369586 
libevas-dev_0.9.9.061-1_amd64.deb
 82d3f63c91994484b829aabc8be70e1c17747508 990638 
libevas-dbg_0.9.9.061-1_amd64.deb
 a38ab6ece4913d92715d1a2b197280a71e2d8ae3 22744 
libevas-svn-02-engines-core_0.9.9.061-1_amd64.deb
 d9185fe1ca32332d447eb92f281e808a71b763b9 67722 
libevas-svn-02-engines-x_0.9.9.061-1_amd64.deb
 779605d299315c5b3adaf4e146975160dc31e094 19160 
libevas-svn-02-engine-fb_0.9.9.061-1_amd64.deb
Checksums-Sha256: 
 ece15460cbd9c18b7d8350e9df806154fdf8c0ad8e7ae53d0e052725118a8054 1727 
evas_0.9.9.061-1.dsc
 71000957ea80b23262bd356eb9258cdbe8707bb28d9427d9f3ea7202d968723d 4837222 
evas_0.9.9.061.orig.tar.gz
 455ed18322eef476224ba7d2365b594748db3e70d53bb791dcb790cdbb7acf9c 5056 
evas_0.9.9.061-1.diff.gz
 a7a3c36aa82a7e9c5ca8736b32d5c92077c6630de414551f4859dc74935421a2 3781072 
libevas-doc_0.9.9.061-1_all.deb
 5f948b04bff0078feb893f779e29f1c7dc68b3bdba2c8e719c2e701926e67dc0 320470 
libevas-svn-02_0.9.9.061-1_amd64.deb
 0a87a3fdad7176906bc67e9fac19a1cc7068cd1569ab86175e387eb76f2c46e3 369586 
libevas-dev_0.9.9.061-1_amd64.deb
 c5addc021fb98e6032795c788efaf278384a959eb3873c738dc338d495650561 990638 
libevas-dbg_0.9.9.061-1_amd64.deb
 b346c33c9120413c0bd2a78de46a6ee5b70ad5722501c12ed5ef8974761bf1f1 22744 
libevas-svn-02-engines-core_0.9.9.061-1_amd64.deb
 b6bf2c51e46cb8f1dcd76c9bced612652ce45ef88e3b7b400e57dab1aa78f119 67722 
libevas-svn-02-engines-x_0.9.9.061-1_amd64.deb
 a45d6cbe67e60ef8ee009bd3c6664009005ff7ca72f8307b401690d1590d39e5 19160 
libevas-svn-02-engine-fb_0.9.9.061-1_amd64.deb
Files: 
 3eb980b147781fdbffad0af20dab2a2b 1727 libs optional evas_0.9.9.061-1.dsc
 1bbf9e269f3afa09cf0a0a6456588bed 4837222 libs optional 
evas_0.9.9.061.orig.tar.gz
 48cdf2d169c32f05f320176825ea6b7b 5056 libs optional evas_0.9.9.061-1.diff.gz
 9ac80bdcdd0d31fee3539ddec0e18447 3781072 doc optional 
libevas-doc_0.9.9.061-1_all.deb
 5c63b4b2bfaf769f487d8c19f9121c5c 320470 libs optional 
libevas-svn-02_0.9.9.061-1_amd64.deb
 15639b14b8ea6e79f6add4777937e70b 369586 libdevel optional 
libevas-dev_0.9.9.061-1_amd64.deb
 085ed14a783710bc8a37f9fa04f716c4 990638 debug extra 
libevas-dbg_0.9.9.061-1_amd64.deb
 26a8f67e29423dad1516904d149b73b4 22744 libs optional 
libevas-svn-02-engines-core_0.9.9.061-1_amd64.deb
 d08e201ca4dec75ca4740ac4f85b0839 67722 libs optional 
libevas-svn-02-engines-x_0.9.9.061-1_amd64.deb
 a1b172f0874c18d509090b642ca3399f 19160 libs optional 
libevas-svn-02-engine-fb_0.9.9.061-1_amd64.deb

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

iEYEARECAAYFAkpCnsIACgkQ9ijrk0dDIGzI9gCeInt4j1AwIREhS7kTMp2drN2p
ePYAn1bJqHR5YQTMvjWWOf5ge4wbmdAJ
=bqvK
-END PGP SIGNATURE-


Accepted:
evas_0.9.9.061-1.diff.gz
  to pool/main/e/evas/evas_0.9.9.061-1.diff.gz
evas_0.9.9.061-1.dsc
  to pool/main/e/evas/evas_0.9.9.061-1.dsc
evas_0.9.9.061.orig.tar.gz
  to pool/main/e/evas/evas_0.9.9.061.orig.tar.gz
libevas-dbg_0.9.9.061-1_amd64.deb
  to pool/main/e/evas/libevas-dbg_0.9.9.061-1_amd64.deb
libevas-dev_0.9.9.061-1_amd64.deb
  to pool/main/e/evas/libevas-dev_0.9.9.061-1_amd64.deb
libevas-doc_0.9.9.061-1_all.deb
  to pool/main/e/evas/libevas-doc_0.9.9.061-1_all.deb
libevas-svn-02-engine-fb_0.9.9.061-1_amd64.deb
  to pool/main/e/evas/libevas-svn-02-engine-fb_0.9.9.061-1_amd64.deb

  1   2   >