Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Mike Hommey
On Sun, Jun 27, 2010 at 08:25:59AM -0600, Aaron Toponce wrote:
 Seeing as though upstream Firefox 3.6 released December 1, 2008, and
 upstream Thunderbird 3.1 released just a couple days ago, it might be
 high time to get xulrunner 1.9.2 into Sid, as both Iceweasel 3.6 and
 Icedove 3.1 will depend on it. However, I hear there will be lots of
 breakage if xulrunner 1.9.2 comes into Sid. If so, what will break?
 Further, what can I do to help?

Short answer: not much.

Long answer:
The target for squeeze was decided to be 3.5/1.9.1 a long time ago, when
testing freeze was expected much earlier. Until Thunderbird 3.1, the
incentive to keep it that way still made sense. Now, things may have
changed, but it's more complicated than it seems.

We currently only have one version of xulrunner in the archive for a
given suite. Technically speaking, the xulrunner source package provides
the xulrunner-1.9.x packages, and obviously a given source package only
provides on xulrunner-1.9.x package. At the moment, stable (lenny) has
xulrunner-1.9, squeeze and unstable have xulrunner-1.9.1 and
experimental has xulrunner-1.9.2. With the upcoming release of the
Firefox 4.0 first beta, there might be a xulrunner-2.0 coming in a third
party repository.

Therea are mainly two reasons for that state of affairs with xulrunner:
- it avoids having a part of the suite using a version of xulrunner
  while another part uses a different one, which would most probably
  create a big mess.
- there is not enough hand power to maintain several versions of
  xulrunner in the same suite (especially stable)

The latter also applies for iceape and icedove, and is why 3.5/1.9.1 is
still considered as the release target: iceape 2.0, icedove 3.0, and
iceweasel 3.5 are all based on xulrunner/gecko 1.9.1. Security support
for stable will be easier if there is only one branch to support for the
whole gecko ecosystem. Sure, upstream support for it will be dropped
soon, but we can't expect 3.6 to be supported the whole squeeze lifetime
either.

That being said, there are reasons why 3.6 would be nice to have in
squeeze, and the main one is the out of process plugin feature.

BUT, there are technical reasons that make that goal difficult to attain.

First, TB 3.1 has just been released, and as such hasn't been widely
tested in Debian. It usually isn't very wise, that close to the expected
freeze time, to upload a new major release of a not exactly small and
trivial software.

Second, for the reasons given earlier, releasing with iceweasel 3.6 and
icedove 3.1 would mean to avoid releasing with iceape 2.0. This may not
be a huge problem, as we already didn't release lenny with iceape, but
see below.

Switching to xulrunner 1.9.2 means making sure all the packages
currently built against xulrunner-dev and libmozjs-dev build fine, get
the proper dependencies, and then run fine with xulrunner 1.9.2.
Unfortunately, as xpcom is guaranteed forward compatible but not
backwards compatible, some plugins and extensions, once built against
xulrunner 1.9.2, are likely to not work in iceape 2.0 anymore. This
would leave iceape users with a bitter aftertaste. Alternatively,
iceape-dev could be filled again with the relevant header and library
files, such that those plugins and extensions can build against it which
would solve the compatibility issue, but then iceape would need to
either be released or be left in the same state as in lenny, i.e. only
providing the -dev package. That means a lot of work in identifying
those plugins and extensions, modifying them, etc.
FWIW, as iceape-dev is not used anymore and is a transitional package, I
was about to remove it.

Switching to xulrunner 1.9.2 would also mean to make sure it works
properly on all the target architectures, while currently there are
various test suite failures on some architectures. xulrunner 1.9.1 is in
a better shape, from that perspective.

All in all, I still think releasing squeeze with iceape 2.0, iceweasel
3.5 and icedove 3.0 is the best course of action.

Cheers,

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628083406.gd5...@glandium.org



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Steffen Möller
Hello,

On 06/27/2010 04:25 PM, Aaron Toponce wrote:
 Seeing as though upstream Firefox 3.6 released December 1, 2008, and
 upstream Thunderbird 3.1 released just a couple days ago, it might be
 high time to get xulrunner 1.9.2 into Sid, as both Iceweasel 3.6 and
 Icedove 3.1 will depend on it. However, I hear there will be lots of
 breakage if xulrunner 1.9.2 comes into Sid. If so, what will break?
 Further, what can I do to help?
   
It cannot be that bad, I am running it on my desktop with Maverick.
ii  xulrunner-1.9.2 1.9.2.4+build7+nobinonly-0u XUL + XPCOM
application runner

It is already in experimental
http://packages.debian.org/search?searchon=sourcenameskeywords=xulrunner
maybe you can just install it and report back to the maintainers?

Thanks and regards

Steffen


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



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread maximilian attems
On Mon, 28 Jun 2010, Ben Hutchings wrote:

 2. Packages for boot loaders that need to be updated whenever the files
 they load are modified must also install hook scripts in
 /etc/mkinitramfs/post-update.d.  Initramfs builders must call these
 scripts using run-parts after they create, update or delete an
 initramfs.  The arguments given to these hook scripts are the kernel ABI
 version and the absolute path to the initramfs image.

Please rename to more generic /etc/initramfs path.
mkinitramfs is initramfs-tools specific.
otherwise ack.
 
 3. Initramfs builders must complete their work before returning from the
 kernel postinst hook script.  [initramfs-tools currently uses a trigger
 to defer this because it can also be invoked twice, but this means it
 also has to know how to update specific boot loaders.]

not twice but multiple times, if you upgrade together for example
udev, lvm2, cryptsetup, mdadm and linux-2.6.
 
 4. During a kernel package installation, upgrade or removal, various
 boot loader hooks may be invoked (in this order):
 
 a. A postinst_hook or postrm_hook command set by the user or the
installer in /etc/kernel-img.conf
 b. A hook script in /etc/mkinitramfs/post-update.d
 c. A hook script in /etc/kernel/postinst.d or .../postrm.d
 
 To avoid unnecessary updates, the hooks invoked at step a and b may
 check whether $DPKG_MAINTSCRIPT_PACKAGE begins with 'linux-image-' and
 do nothing in this case.  [Is this sensible or is it too 'clever'?]

what is the intent of that point?
sorry you lost me here.
 
 5. Kernel and initramfs builder packages must not invoke boot loaders
 except via hooks.  If /etc/kernel-img.conf contains an explicit
 'do_bootloader = yes', kernel package maintainer scripts should warn
 that this is now ignored.

for backward compat and upgrade purpose from lenny,
I think the must is wrong.
 
 6. The installer must not define do_bootloader, postinst_hook or
 postrm_hook in /etc/kernel-img.conf.
 ---

thanks

-- 
maks


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628084532.ga23...@stro.at



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Marco d'Itri
On Jun 28, Mike Hommey m...@glandium.org wrote:

 Unfortunately, as xpcom is guaranteed forward compatible but not
 backwards compatible, some plugins and extensions, once built against
 xulrunner 1.9.2, are likely to not work in iceape 2.0 anymore. This
 would leave iceape users with a bitter aftertaste. Alternatively,
And how would this be worse than shipping a version of iceweasel which
is already obsolete? Who actually cares about iceape?
If there is no manpower to do better than this then I feel that it would
be more honest to just use volatile.

FWIW, I have been using iceweasel 3.6 since it has been uploaded and it
works *much* better than 3.5 did, which was slow and crashed a lot.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Philipp Kern
On 2010-06-28, Marco d'Itri m...@linux.it wrote:
 If there is no manpower to do better than this then I feel that it would
 be more honest to just use volatile.

The catch-all for I can't maintain this stuff properly[1] is not volatile,
but backports.  Thanks.

Kind regards,
Philipp Kern

[1] No offence meant for the awesome mozilla maintainers.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrni2gsca.jp9.tr...@kelgar.0x539.de



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Mike Hommey
On Mon, Jun 28, 2010 at 11:35:17AM +0200, Marco d'Itri wrote:
 On Jun 28, Mike Hommey m...@glandium.org wrote:
 
  Unfortunately, as xpcom is guaranteed forward compatible but not
  backwards compatible, some plugins and extensions, once built against
  xulrunner 1.9.2, are likely to not work in iceape 2.0 anymore. This
  would leave iceape users with a bitter aftertaste. Alternatively,
 And how would this be worse than shipping a version of iceweasel which
 is already obsolete? Who actually cares about iceape?
 If there is no manpower to do better than this then I feel that it would
 be more honest to just use volatile.

apt-cache rdepends xulrunner-1.9.1 libmozjs2d

What are you suggesting for these packages? volatile, too?

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628101703.ga12...@glandium.org



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Mike Hommey
On Mon, Jun 28, 2010 at 09:55:22AM +, Philipp Kern wrote:
 On 2010-06-28, Marco d'Itri m...@linux.it wrote:
  If there is no manpower to do better than this then I feel that it would
  be more honest to just use volatile.
 
 The catch-all for I can't maintain this stuff properly[1] is not volatile,
 but backports.  Thanks.

Speaking of backports, a way to streamline packages from testing to
backports would be very much helpful for packages like iceweasel, where
basically the package from testing can be installed on a lenny system
provided you already use backports for some other libraries. If that's
not the case anymore, some of its dependencies should be switched to
using symbols files.

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628101928.gb12...@glandium.org



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Marco d'Itri
On Jun 28, Mike Hommey m...@glandium.org wrote:

 Speaking of backports, a way to streamline packages from testing to
 backports would be very much helpful for packages like iceweasel, where
 basically the package from testing can be installed on a lenny system
 provided you already use backports for some other libraries. If that's
 not the case anymore, some of its dependencies should be switched to
 using symbols files.
Please open bugs on all your dependencies which are still not shipping
symbol files!
I did it (with patches) for some key dependencies of my packages and it
helped a lot.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Aaron Toponce
On 06/28/2010 02:34 AM, Mike Hommey wrote:
 The latter also applies for iceape and icedove, and is why 3.5/1.9.1 is
 still considered as the release target: iceape 2.0, icedove 3.0, and
 iceweasel 3.5 are all based on xulrunner/gecko 1.9.1. Security support
 for stable will be easier if there is only one branch to support for the
 whole gecko ecosystem. Sure, upstream support for it will be dropped
 soon, but we can't expect 3.6 to be supported the whole squeeze lifetime
 either.

Ah yes, Iceape. Their releases are so few and far between, this could
possibly mean that we won't see Iceweasel 3.6 or Icedove 3.1 for some
time, correct? Upstream Seamonkey 2.1 will be build against gecko 1.9.3,
but its release date is TBD. Upstream Firefox 4 is due the end of the
year, based on 1.9.3, and will likely be ahead of Seamonkey. So where
does that put us? Seems trying to keep the two projects aligned is some
task. :)

Will Iceweasel 4 go into Sid when Iceape 2.1 goes into Sid?

 First, TB 3.1 has just been released, and as such hasn't been widely
 tested in Debian. It usually isn't very wise, that close to the expected
 freeze time, to upload a new major release of a not exactly small and
 trivial software.

I can understand this, but I would imagine the release of Squeeze is at
least 8-10 months out. We still have a good deal of RC bugs to get
through. Of course, packages this size will add to the count.

 Second, for the reasons given earlier, releasing with iceweasel 3.6 and
 icedove 3.1 would mean to avoid releasing with iceape 2.0. This may not
 be a huge problem, as we already didn't release lenny with iceape, but
 see below.

Iceape is a beautiful piece of software, and I have run it in the past.
But market share shows that Seamonkey/Iceape users are the minority,
with Firefox/Iceweasel and Thunderbird/Icedove the vast majority.
Releasing Lenny without Iceape was the best move, IMO.

 All in all, I still think releasing squeeze with iceape 2.0, iceweasel
 3.5 and icedove 3.0 is the best course of action.

Is this really the best move? With Firefox 4 due the end of the year,
and 3.6 will be a year old already, the security team will be supporting
3.5 after Mozilla stops it's support. Same might be the case with
Icedove 3.0.

I can see this is a delicate dance, and I can see the problem of two
xulrunner releases in a single archive. I wasn't aware of the technical
complexities, so it was good to learn. Thanks for taking the time.

-- 
. O .   O . O   . . O   O . .   . O .
. . O   . O O   O . O   . O O   . . O
O O O   . O .   . O O   O O .   O O O



signature.asc
Description: OpenPGP digital signature


RE : xulrunner 1.9.2 into sid?

2010-06-28 Thread PICCA Frédéric-Emmanuel
Do you have an entry explaining how to create from scratch a symbol file for a 
given library ?

I could not find this information on the debian wiki.

thanks

Frederic


 Message d'origine
De: Marco d'Itri [mailto:m...@linux.it]
Date: lun. 28/06/2010 12:37
À: debian-devel@lists.debian.org
Cc: pkg-mozilla-maintain...@lists.alioth.debian.org
Objet : Re: xulrunner 1.9.2 into sid?
 
On Jun 28, Mike Hommey m...@glandium.org wrote:

 Speaking of backports, a way to streamline packages from testing to
 backports would be very much helpful for packages like iceweasel, where
 basically the package from testing can be installed on a lenny system
 provided you already use backports for some other libraries. If that's
 not the case anymore, some of its dependencies should be switched to
 using symbols files.
Please open bugs on all your dependencies which are still not shipping
symbol files!
I did it (with patches) for some key dependencies of my packages and it
helped a lot.

-- 
ciao,
Marco


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/606cc410b038e34cb97646a32d0ec0bf03888...@venusbis.synchrotron-soleil.fr



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Mike Hommey
On Mon, Jun 28, 2010 at 05:36:11AM -0600, Aaron Toponce wrote:
 Ah yes, Iceape. Their releases are so few and far between, this could
 possibly mean that we won't see Iceweasel 3.6 or Icedove 3.1 for some
 time, correct? Upstream Seamonkey 2.1 will be build against gecko 1.9.3,
 but its release date is TBD. Upstream Firefox 4 is due the end of the
 year, based on 1.9.3, and will likely be ahead of Seamonkey. So where
 does that put us? Seems trying to keep the two projects aligned is some
 task. :)

(note 1.9.3 is apparently going to be reversioned to 2.0)

 Will Iceweasel 4 go into Sid when Iceape 2.1 goes into Sid?

3.6 will go into sid when squeeze is released. It will remain in
experimental until then, except if the plans change.
4.0 betas will go into experimental then. In the meanwhile, they will
probably be provided somewhere on mozilla.debian.net.
4.0 will go into sid when it is released.

  First, TB 3.1 has just been released, and as such hasn't been widely
  tested in Debian. It usually isn't very wise, that close to the expected
  freeze time, to upload a new major release of a not exactly small and
  trivial software.
 
 I can understand this, but I would imagine the release of Squeeze is at
 least 8-10 months out. We still have a good deal of RC bugs to get
 through. Of course, packages this size will add to the count.

Supposedly, the freeze is somewhen in august. After that, getting a new
major version in the archive is a no-go.

  Second, for the reasons given earlier, releasing with iceweasel 3.6 and
  icedove 3.1 would mean to avoid releasing with iceape 2.0. This may not
  be a huge problem, as we already didn't release lenny with iceape, but
  see below.
 
 Iceape is a beautiful piece of software, and I have run it in the past.
 But market share shows that Seamonkey/Iceape users are the minority,
 with Firefox/Iceweasel and Thunderbird/Icedove the vast majority.
 Releasing Lenny without Iceape was the best move, IMO.

If Debian accounted for market share, it would dump a whole lot of
packages. There are a lot of packages with less users than iceape.

  All in all, I still think releasing squeeze with iceape 2.0, iceweasel
  3.5 and icedove 3.0 is the best course of action.
 
 Is this really the best move? With Firefox 4 due the end of the year,
 and 3.6 will be a year old already, the security team will be supporting
 3.5 after Mozilla stops it's support. Same might be the case with
 Icedove 3.0.

Choosing between 3.5 and 3.6 on that alone is not enough.
As I said, Mozilla will also stop supporting 3.6 way before squeeze
security support ends.

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628115428.ga18...@glandium.org



Re: Improve support for installing 32-bit libraries on 64-bit systems

2010-06-28 Thread David Kalnischkies
2010/6/26 Luca Bruno lu...@debian.org:
 David Kalnischkies scrisse:
 The biggest showstoppers are as far as i know that
 a) dpkg doesn't support it
 b) APT doesn't support it
 c) (not many) packages use it (last time i check ~24)

 c) is likely caused by a) and b) which in fact decreases the
 motivation for a) and b) to implement it as nobody use it… ***
 dependency loop detected ***

 Goswin recently offered some help to improve the situation regarding a)
 and c) points, but I've seen no (public) answer from you:
 http://lists.debian.org/debian-devel/2010/04/msg00493.html

What should i have answered? That i like that he wants to work
on a) and c)? I knew that as we exchanged a few mails already
as he is also present on deity@ and the associated bugreports,
so my only semi-public move as response to this mail was to join
the recommend list and proceed in doing stuff rather than writing
the obvious… especially as i was not a (direct) addressee of the mail
and got it a bit later than usual.

I can't comment on a) as dpkg is magic (for me at least) and the problem
for dpkg is more about reference counting for /usr/share/doc files than
dependency solving as far as i understand and should as it is promised be
done by someone who know his stuff. It might need to do something similar
to what i did in APT with creating pseudo-archdepending packages for
arch:all packages to simplify dependency solving, for their dependency
checking but that depends on their liking, isn't limited by compatibility
requirements like it is in APT - and the theory is documented in
README.MultiArch and code in case i am hit by a bus,
so as long as nobody has (further) questions - nothing to comment…
c) is also not my cup of tea so far as i never touched a library by now,
starting to tell libary maintainers they should do this and that is at least
in my understanding a bit awkward then. (This avoids also a bit pre-seeding
everyone with my understanding.) ;)


 Given that you say apt in experimental is semi-working, it would be
 interesting to join forces and see if something almost test-able can
 be provided.

Semi working as (obviously) nothing can be really installed as dpkg
will jump at you if you try. Semi working also as i focused mostly
on the case until now that you have e.g. i386 and amd64 packages
available but have only packages from one arch installed
(fun-fact: It is i386 for me as i have no amd64 system currently).
Requesting to install one or two packages from the other arch will be
the most seen use case and this works so far, but only with simple
constructed cases as in real world you will be hit by c) - i see that
positive as this at least guarantees that APT isn't too relaxed about
the dependencies. ;)
The ABI changes for it are quite stable and i am especially happy that
they are API compatible to the SingleArch-epoch.
The APT part left is beside bughunting really the (important) MultiArch
auxiliary stuff i described in the proposal.


 If so, it would also be useful to advertise it a bit more and hoping to
 gain some momentum...

While many would certainly love it, i don't feel like rushing into a mess.
We already saw some tries to implement a semi-multiarch behavior
and personally i don't want to see them again. Do it once, clean and
for real - and at best not before squeeze freeze or even release:

It requires a lot of changes to work correctly in a lot of packages and
mindsets and would be currently a waste of time which could better be
spent in (rc-)bugs and ongoing or waiting transitions.

(At least in the eyes of my mentor and myself. Big bangs after releases
generally generate more (positive) noise than near freeze time)

And most of the auxiliary stuff has the advantage to be not only needed
for MultiArch, but fixes a lot of bugs in drive-by mode.
Thankfully APT has still so many of them to choose from. ;)


Best regards,

David Kalnischkies


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



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Ron Johnson

On 06/28/2010 06:54 AM, Mike Hommey wrote:

On Mon, Jun 28, 2010 at 05:36:11AM -0600, Aaron Toponce wrote:

[snip]

Second, for the reasons given earlier, releasing with iceweasel 3.6 and
icedove 3.1 would mean to avoid releasing with iceape 2.0. This may not
be a huge problem, as we already didn't release lenny with iceape, but
see below.


Iceape is a beautiful piece of software, and I have run it in the past.
But market share shows that Seamonkey/Iceape users are the minority,
with Firefox/Iceweasel and Thunderbird/Icedove the vast majority.
Releasing Lenny without Iceape was the best move, IMO.


If Debian accounted for market share, it would dump a whole lot of
packages. There are a lot of packages with less users than iceape.



When you've got limited resources, you must make hard decisions.

One of those decisions is whether to help a lot of people at the 
expense of a few, or the few at the expense of the lot.


Quoting Aristotle: Even supposing the chief good to be eventually 
the aim for the individual as for the state, that of the state is 
evidently of greater and more fundamental importance both to attain 
and to preserve. The securing of one individual's good is cause for 
rejoicing, but to secure the good of a nation or of a city-state is 
nobler and more divine.


Quoting Spock: Were I to invoke logic, however, logic clearly 
dictates that the needs of the many outweigh the needs of the few.


--
Seek truth from facts.


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



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Marco d'Itri
On Jun 28, PICCA Frédéric-Emmanuel 
frederic-emmanuel.pi...@synchrotron-soleil.fr wrote:

 Do you have an entry explaining how to create from scratch a symbol file for 
 a given library ?

You add dh_makeshlibs -- -c4 to debian/rules and then edit the diff in
the error message.
Do not forget to remove the old .shlibs file.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Vincent Danjean
On 28/06/2010 14:29, Marco d'Itri wrote:
 On Jun 28, PICCA Frédéric-Emmanuel 
 frederic-emmanuel.pi...@synchrotron-soleil.fr wrote:
 
 Do you have an entry explaining how to create from scratch a symbol file for 
 a given library ?
 
 You add dh_makeshlibs -- -c4 to debian/rules and then edit the diff in
 the error message.

You can also create an empty symbol file and look at/apply the diff
in the build log. This is what I do.

 Do not forget to remove the old .shlibs file.

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c28a8f1.8080...@free.fr



Re: RE : xulrunner 1.9.2 into sid?

2010-06-28 Thread Didier 'OdyX' Raboud
PICCA Frédéric-Emmanuel wrote:

 Do you have an entry explaining how to create from scratch a symbol file
 for a given library ?
 
 I could not find this information on the debian wiki.
 
 thanks
 
 Frederic

Hi, 

$ man dpkg-gensymbols

aka

$ dpkg-gensymbols -plibfoo -v0.1.2 -Odebian/libfoo.symbols.$arch 

Then, for a c++ library, some sed, c++filt, etc. can give you a multi-arch 
symbols file.

Cheers,
OdyX


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/i0aa9n$ct...@dough.gmane.org



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Micah Gersten

On 06/28/2010 03:38 AM, Steffen Möller wrote:
 Hello,
 
 On 06/27/2010 04:25 PM, Aaron Toponce wrote:
 Seeing as though upstream Firefox 3.6 released December 1, 2008, and
 upstream Thunderbird 3.1 released just a couple days ago, it might be
 high time to get xulrunner 1.9.2 into Sid, as both Iceweasel 3.6 and
 Icedove 3.1 will depend on it. However, I hear there will be lots of
 breakage if xulrunner 1.9.2 comes into Sid. If so, what will break?
 Further, what can I do to help?
   
 It cannot be that bad, I am running it on my desktop with Maverick.
 ii  xulrunner-1.9.2 1.9.2.4+build7+nobinonly-0u XUL + XPCOM
 application runner
 
 It is already in experimental
 http://packages.debian.org/search?searchon=sourcenameskeywords=xulrunner
 maybe you can just install it and report back to the maintainers?
 
 Thanks and regards
 
 Steffen


Well, Ubuntu started the transition in Lucid and it's not entirely
completed yet.  We still have a handful of sources that we cannot
rebuild due to the transition.  There are also a few broken applications
that we still have to patch.  In addition, we had to drop most of the
extensions from the archive and a few less popular applications that
were built on xulrunner.  Also, Ubuntu does not have the resources to
backport security fixes for EOL gecko versions.  That was the main push
to have xulrunner-1.9.2 in Lucid (3 yr desktop support).  Since Debian
is committed to providing backported security fixes for EOL versions and
the greater number of packages involved, I think what Mike Hommey said
before is the way to go for Squeeze and sid.

Micah Gersten
Ubuntu Mozilla Team Member


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



Bug#587422: ITP: ferret-viz -- Interactive data visualization and analysis environment, for gridded and non-gridded climate data

2010-06-28 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry mckins...@debian.org

* Package name: ferret-viz
  Version : 6.2
  Upstream Author : NOAA 
* URL : http://ferret.pmel.noaa.gov/Ferret/home
* License : Public Domain / 
  Programming Lang: Fortran
  Description : Interactive data visualization and analysis environment, 
for gridded and non-gridded climate data

Ferret is an interactive computer visualization and analysis environment 
designed to meet the needs of oceanographers and meteorologists analyzing 
large and complex gridded data sets. It runs on most Unix systems, and on 
Windows XP/NT/9x using X windows for display. It can transparently access 
extensive remote Internet data bases using OPeNDAP (formerly known as DODS); 
see http://www.unidata.ucar.edu/packages/dods/.

Ferret was developed by the Thermal Modeling and Analysis Project (TMAP) at 
PMEL in Seattle to analyze the outputs of its numerical ocean models and 
compare them with gridded, observational data. The model data sets are 
generally multi-gigabyte in size with mixed 3 and 4-dimensional variables 
defined on staggered grids. Ferret offers a Mathematica-like approach to 
analysis; new variables may be defined interactively as mathematical 
expressions involving data set variables. Calculations may be applied over 
arbitrarily shaped regions. Fully documented graphics are produced with a 
single command.

Many excellent software packages have been developed recently for scientific 
visualization. The features that make Ferret distinctive among these 
packages are Mathematica-like flexibility, geophysical formatting, 
intelligent connection to its data base, memory management for very large 
calculations, and symmetrical processing in 4 dimensions.

Ferret is widely used in the oceanographic community to analyze data and create 
publication quality graphics. We have compiled an (incomplete) list of 
publications where the authors felt that the contribution of Ferret was 
sufficient to warrant an acknowledgment. We appreciate your acknowledgment of 
Ferret in your publications.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100628143745.27638.34979.report...@ailm.sceal.ie



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Mike Hommey
On Mon, Jun 28, 2010 at 02:29:54PM +0200, Marco d'Itri wrote:
 On Jun 28, PICCA Frédéric-Emmanuel 
 frederic-emmanuel.pi...@synchrotron-soleil.fr wrote:
 
  Do you have an entry explaining how to create from scratch a symbol file 
  for a given library ?
 
 You add dh_makeshlibs -- -c4 to debian/rules and then edit the diff in
 the error message.
 Do not forget to remove the old .shlibs file.

While that's enough to be useful for next versions, it's certainly not
to be useful to relax current dependencies in unstable. Using the
various files from mole[1] should be used as a base template, though the
versioning given by mole is wrong (the symbols file it gives contain the
debian revisions while they shouldn't)

Mike

1. http://qa.debian.org/cgi-bin/mole/seedsymbols


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628145812.gb29...@glandium.org



all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-28 Thread Hideki Yamane
Hi,

 As I reported in Bug#587420, all twitter client should support OAuth since 
twitter
 will discard basic auth. If they not, we should drop them from Squeeze release.

 These lists are assumed to be affected packages (got with apt-cache search 
twitter).


bisho: ? does it need?? (meego)
bti: not yet?
choqok: needs update. It should be newer than 0.9.80 (Bug#587420)
gtwitter: not yet?
gwibber: not yet, see https://bugs.launchpad.net/gwibber/+bug/381133
libmojito0: ? does it need?? (meego)
libnet-twitter-lite-perl: OK
libnet-twitter-perl: OK
libsocialweb0: ? does it need?? (meego)
libtwitter-glib-1.0-0: not yet?
libtwitter-ruby1.8: not yet?
libtwitter-ruby1.9.1: not yet?
pidgin-microblog: OK
python-twitter: not yet, see
http://code.google.com/p/python-twitter/issues/detail?id=65
python-twyt: not yet?
qwit: needs update. It should be newer than 1.1-beta.
tircd: OK, see http://code.google.com/p/tircd/issues/detail?id=72can=1q=oauth
twitux: not yet?
smuxi-engine-twitter: not yet, see http://projects.qnetp.net/issues/show/368


 Any comments are welcome. Thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628234007.3662897f.henr...@debian.or.jp



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Stephen Powell
I took the liberty of adding debian-boot and debian-s390 to the CC
list on this e-mail, since it affects the Debian installer and
the s390-tools package, which contains the zipl boot loader, which
has a design very similar to that of lilo.  If this results in some people
getting more than one copy of this e-mail, please accept my apologies; but
I figured it was better to err on the side of caution in this case.
I also added Joachim Wiedorn, the new lilo upstream maintainer (who
also happens to be the Debian package maintainer for backup2l).

On Sun, 27 Jun 2010 22:02:35 -0400 (EDT), Ben Hutchings wrote:
 
 I propose the following policy for squeeze and later releases.  This
 affects all Linux kernel, initramfs builder and boot loader packages,
 and the installer.
 
 I regret that this is happening so late in the release cycle, but
 currently a kernel update can easily leave the system unbootable and
 this does need to be addressed before release and I want to do so in a
 way that is reasonably clean and maintainable.
 
 ---
 1. Packages for boot loaders that need to be updated whenever the files
 they load are modified (i.e. those that store a block list) must install
 hook scripts in /etc/kernel/postinst.d and /etc/kernel/postrm.d, which
 will be called on installation/upgrade and removal of kernel packages,
 respectively.
 
 The arguments given to all kernel hook scripts are the kernel ABI
 version (the string that uname -r reports) and the absolute path to the
 kernel image.

Currently, hook scripts invoked by a stock kernel maintainer script
or a maintainer script from a kernel image package created by make-kpkg
pass these exact same arguments.  But a maintainer script for a kernel
image package created by make deb-pkg passes only the first argument.
Existing hook scripts rely on that difference to determine whether or
not to take action.  For example, the initramfs hook script provided by
the initramfs-tools package tests the number of arguments and exits
without doing anything if more than one argument is supplied.  In other
words, this hook script is designed to create the initial RAM file system
for a kernel image created by make deb-pkg, and only for a kernel
image created by make deb-pkg.  It does nothing otherwise.  Are you
proposing to change this behavior?

 The environment variable DEB_MAINT_PARAMS will contain
 the arguments given to the kernel maintainer script, single-quoted.

Is this environment variable provided by the maintainer scripts
that come with kernel image packages created by make deb-pkg?
(I honestly don't know.  I've never used make deb-pkg.)

 
 Since these boot loaders should be updated as the last step during
 installation/upgrade and removal, hook scripts for boot loaders must be
 named using the prefix 'zz-' and no other packages may use this prefix
 or one that sorts later by the rules used by run-parts.  A postrm hook
 script should warn but exit with code 0 if the boot loader configuration
 file still refers to the kernel image that has been removed.
 
 2. Packages for boot loaders that need to be updated whenever the files
 they load are modified must also install hook scripts in
 /etc/mkinitramfs/post-update.d.  Initramfs builders must call these
 scripts using run-parts after they create, update or delete an
 initramfs.  The arguments given to these hook scripts are the kernel ABI
 version and the absolute path to the initramfs image.
 
 3. Initramfs builders must complete their work before returning from the
 kernel postinst hook script.  [initramfs-tools currently uses a trigger
 to defer this because it can also be invoked twice, but this means it
 also has to know how to update specific boot loaders.]
 
 4. During a kernel package installation, upgrade or removal, various
 boot loader hooks may be invoked (in this order):
 
 a. A postinst_hook or postrm_hook command set by the user or the
installer in /etc/kernel-img.conf
 b. A hook script in /etc/mkinitramfs/post-update.d
 c. A hook script in /etc/kernel/postinst.d or .../postrm.d
 
 To avoid unnecessary updates, the hooks invoked at step a and b may
 check whether $DPKG_MAINTSCRIPT_PACKAGE begins with 'linux-image-' and
 do nothing in this case.  [Is this sensible or is it too 'clever'?]
 
 5. Kernel and initramfs builder packages must not invoke boot loaders
 except via hooks.  If /etc/kernel-img.conf contains an explicit
 'do_bootloader = yes', kernel package maintainer scripts should warn
 that this is now ignored.

At the risk of flogging a dead horse, I would prefer to see
do_bootloader = yes supported until Squeeze+1, both by the
kernel maintainer scripts and by update-initramfs -u, particularly
since we are so close to a freeze.  But if
you're going to drop support for it in Squeeze, then yes,
a warning message is necessary.  Both the kernel maintainer scripts
*and* update-initramfs -u *must* issue a warning message if they
find do_bootloader = yes specified in /etc/kernel-img.conf.
In fact, since 

Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-28 Thread Sune Vuorela
On 2010-06-28, Hideki Yamane henr...@debian.or.jp wrote:
 Hi,

  As I reported in Bug#587420, all twitter client should support OAuth since 
 twitter
  will discard basic auth. If they not, we should drop them from Squeeze 
 release.

  These lists are assumed to be affected packages (got with apt-cache search 
 twitter).

 
 bisho: ? does it need?? (meego)
 bti: not yet?
 choqok: needs update. It should be newer than 0.9.80 (Bug#587420)
 gtwitter: not yet?
 gwibber: not yet, see https://bugs.launchpad.net/gwibber/+bug/381133
 libmojito0: ? does it need?? (meego)
 libnet-twitter-lite-perl: OK
 libnet-twitter-perl: OK
 libsocialweb0: ? does it need?? (meego)
 libtwitter-glib-1.0-0: not yet?
 libtwitter-ruby1.8: not yet?
 libtwitter-ruby1.9.1: not yet?
 pidgin-microblog: OK
 python-twitter: not yet, see
 http://code.google.com/p/python-twitter/issues/detail?id=65
 python-twyt: not yet?
 qwit: needs update. It should be newer than 1.1-beta.
 tircd: OK, see 
 http://code.google.com/p/tircd/issues/detail?id=72can=1q=oauth
 twitux: not yet?
 smuxi-engine-twitter: not yet, see http://projects.qnetp.net/issues/show/368

plasma-widgets-addons (microblog widget)

/Sune


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrni2hfmm.rvp.nos...@sshway.ssh.pusling.com



Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-28 Thread Carlos Galisteo
On Mon, Jun 28, 2010 at 4:40 PM, Hideki Yamane henr...@debian.or.jp wrote:
 qwit: needs update. It should be newer than 1.1-beta.

 Waiting for qoauth [1].

 Any comments are welcome. Thanks.

Please, notice that oauth may imply some issues about distributing
application secret tokens [2]. Upstream and maintainers should be
aware of it and try to implement the better possible solution.


Thanks.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537247
[2] 
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c18ade9d86c8b239#




-- 
---
Carlos Galisteo cgalisteo AT k-rolus.net
GPG key :0x8E0076E9:
Fingerprint: 939E 3D10 EAA2 A972 3AF2  E25C 26B7 D8E3 8E00 76E9
---


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikdeqz-rnfof7-dn7jddymn5j9ufta0n0w-g...@mail.gmail.com



Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-28 Thread Joachim Breitner
Hi,

Am Montag, den 28.06.2010, 23:40 +0900 schrieb Hideki Yamane:
  As I reported in Bug#587420, all twitter client should support OAuth since 
 twitter
  will discard basic auth. If they not, we should drop them from Squeeze 
 release.
 
  These lists are assumed to be affected packages (got with apt-cache search 
 twitter).
 
 
 bisho: ? does it need?? (meego)
 bti: not yet?
 choqok: needs update. It should be newer than 0.9.80 (Bug#587420)
 gtwitter: not yet?
 gwibber: not yet, see https://bugs.launchpad.net/gwibber/+bug/381133
 libmojito0: ? does it need?? (meego)
 libnet-twitter-lite-perl: OK
 libnet-twitter-perl: OK
 libsocialweb0: ? does it need?? (meego)
 libtwitter-glib-1.0-0: not yet?
 libtwitter-ruby1.8: not yet?
 libtwitter-ruby1.9.1: not yet?
 pidgin-microblog: OK
 python-twitter: not yet, see
 http://code.google.com/p/python-twitter/issues/detail?id=65
 python-twyt: not yet?
 qwit: needs update. It should be newer than 1.1-beta.
 tircd: OK, see 
 http://code.google.com/p/tircd/issues/detail?id=72can=1q=oauth
 twitux: not yet?
 smuxi-engine-twitter: not yet, see http://projects.qnetp.net/issues/show/368

twidge: Probably OK (depends on haskell-hoauth)

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Olivier Bonvalet


Le 28/06/2010 11:35, Marco d'Itri a écrit :

On Jun 28, Mike Hommeym...@glandium.org  wrote:

   

Unfortunately, as xpcom is guaranteed forward compatible but not
backwards compatible, some plugins and extensions, once built against
xulrunner 1.9.2, are likely to not work in iceape 2.0 anymore. This
would leave iceape users with a bitter aftertaste. Alternatively,
 

And how would this be worse than shipping a version of iceweasel which
is already obsolete? Who actually cares about iceape?
If there is no manpower to do better than this then I feel that it would
be more honest to just use volatile.

FWIW, I have been using iceweasel 3.6 since it has been uploaded and it
works *much* better than 3.5 did, which was slow and crashed a lot.

   
I agree : on 64bit systems Iceweasel 3.5 is way too slow, and Iceweasel 
3.6 should be included in Squeeze.
For Icedove 3.0, it's a beta no ? I would prefer Icedove 2.0 or Icedove 
3.1 in Squeeze, but really not Icedove 3.0.


Have this packages in unstable or testing is not a huge problem, but do 
not release that in stable please !


Of course I'm ok to give some help to avoid that... if I can be usefull.

Olivier B.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c28c5fc@daevel.fr



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Joachim Wiedorn
Hello William,

perhaps you have read the recent email from Ben (see below). It would be
important to update the lilo package to support these recent requirements
to prepare LILO for Squeeze before it will get stable.

Do you have the intention to update the lilo package to integrate some
scripts for these recent requirements?

Have a nice day,

Joachim (Germany)

---

Ben Hutchings b...@decadent.org.uk wrote on 2010-06-28 03:02:

 I propose the following policy for squeeze and later releases.  This
 affects all Linux kernel, initramfs builder and boot loader packages,
 and the installer.
 
 I regret that this is happening so late in the release cycle, but
 currently a kernel update can easily leave the system unbootable and
 this does need to be addressed before release and I want to do so in a
 way that is reasonably clean and maintainable.
 
 ---
 1. Packages for boot loaders that need to be updated whenever the files
 they load are modified (i.e. those that store a block list) must install
 hook scripts in /etc/kernel/postinst.d and /etc/kernel/postrm.d, which
 will be called on installation/upgrade and removal of kernel packages,
 respectively.
 
 The arguments given to all kernel hook scripts are the kernel ABI
 version (the string that uname -r reports) and the absolute path to the
 kernel image.  The environment variable DEB_MAINT_PARAMS will contain
 the arguments given to the kernel maintainer script, single-quoted.
 
 Since these boot loaders should be updated as the last step during
 installation/upgrade and removal, hook scripts for boot loaders must be
 named using the prefix 'zz-' and no other packages may use this prefix
 or one that sorts later by the rules used by run-parts.  A postrm hook
 script should warn but exit with code 0 if the boot loader configuration
 file still refers to the kernel image that has been removed.
 
 2. Packages for boot loaders that need to be updated whenever the files
 they load are modified must also install hook scripts in
 /etc/mkinitramfs/post-update.d.  Initramfs builders must call these
 scripts using run-parts after they create, update or delete an
 initramfs.  The arguments given to these hook scripts are the kernel ABI
 version and the absolute path to the initramfs image.
 
 3. Initramfs builders must complete their work before returning from the
 kernel postinst hook script.  [initramfs-tools currently uses a trigger
 to defer this because it can also be invoked twice, but this means it
 also has to know how to update specific boot loaders.]
 
 4. During a kernel package installation, upgrade or removal, various
 boot loader hooks may be invoked (in this order):
 
 a. A postinst_hook or postrm_hook command set by the user or the
installer in /etc/kernel-img.conf
 b. A hook script in /etc/mkinitramfs/post-update.d
 c. A hook script in /etc/kernel/postinst.d or .../postrm.d
 
 To avoid unnecessary updates, the hooks invoked at step a and b may
 check whether $DPKG_MAINTSCRIPT_PACKAGE begins with 'linux-image-' and
 do nothing in this case.  [Is this sensible or is it too 'clever'?]
 
 5. Kernel and initramfs builder packages must not invoke boot loaders
 except via hooks.  If /etc/kernel-img.conf contains an explicit
 'do_bootloader = yes', kernel package maintainer scripts should warn
 that this is now ignored.
 
 6. The installer must not define do_bootloader, postinst_hook or
 postrm_hook in /etc/kernel-img.conf.
 ---
 
 I'm particularly interested to hear whether there are any upgrade issues
 I have not addressed.
 
 Ben.
 


signature.asc
Description: PGP signature


Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread maximilian attems
On Mon, Jun 28, 2010 at 11:16:58AM -0400, Stephen Powell wrote:
  ---
  1. Packages for boot loaders that need to be updated whenever the files
  they load are modified (i.e. those that store a block list) must install
  hook scripts in /etc/kernel/postinst.d and /etc/kernel/postrm.d, which
  will be called on installation/upgrade and removal of kernel packages,
  respectively.
  
  The arguments given to all kernel hook scripts are the kernel ABI
  version (the string that uname -r reports) and the absolute path to the
  kernel image.
 
 Currently, hook scripts invoked by a stock kernel maintainer script
 or a maintainer script from a kernel image package created by make-kpkg
 pass these exact same arguments.

no.

 But a maintainer script for a kernel
 image package created by make deb-pkg passes only the first argument.

no.

 Existing hook scripts rely on that difference to determine whether or
 not to take action.  For example, the initramfs hook script provided by
 the initramfs-tools package tests the number of arguments and exits
 without doing anything if more than one argument is supplied.  In other
 words, this hook script is designed to create the initial RAM file system
 for a kernel image created by make deb-pkg, and only for a kernel
 image created by make deb-pkg.  It does nothing otherwise.  Are you
 proposing to change this behavior?

please get your facts right before spamming the world.

kthxbye.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628164510.gb9...@baikonur.stro.at



Re: all twitter client should support OAuth before they will drop Basic Auth in August

2010-06-28 Thread Luk Claes
On 06/28/2010 04:40 PM, Hideki Yamane wrote:
 Hi,
 
  As I reported in Bug#587420, all twitter client should support OAuth since 
 twitter
  will discard basic auth. If they not, we should drop them from Squeeze 
 release.

Will they also not be usable anymore with identi.ca and similar twitter
like services? If not, there is no reason to have them dropped AFAICS.
It would be better to have them support both authentication mechansisms
though.

Cheers

Luk

PS: I don't get why they abandon a proven standard that everyone knows.


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



Bug#587446: RFP: cutycapt -- a small command-line utility to capture WebKit's rendering of a web page

2010-06-28 Thread Riccardo Magliocchetti

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: cutycapt
Version: svn
Upstream Author: Bjoern Hoehrmann bjo...@hoehrmann.de
URL: http://cutycapt.sourceforge.net/
License: GPLv2+
Description: a small command-line utility to capture WebKit's 
rendering of a web page
 CutyCapt is a small cross-platform command-line utility to capture 
WebKit's rendering of a web page into a variety of vector and bitmap 
formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.



Some work done in the past, last update more than one year ago here
http://oss.alea-soluciones.com/trac/browser/debian/cutycapt/

--
Riccardo Magliocchetti



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



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Kelly Clowers
On Mon, Jun 28, 2010 at 02:35, Marco d'Itri m...@linux.it wrote:
 On Jun 28, Mike Hommey m...@glandium.org wrote:

 Unfortunately, as xpcom is guaranteed forward compatible but not
 backwards compatible, some plugins and extensions, once built against
 xulrunner 1.9.2, are likely to not work in iceape 2.0 anymore. This
 would leave iceape users with a bitter aftertaste. Alternatively,
 And how would this be worse than shipping a version of iceweasel which
 is already obsolete? Who actually cares about iceape?

I would say I care, but I use Mozilla nightlies straight from ftp.mozilla.org...
But if current stable doesn't have iceape, anyone on stable that wants it
must be doing something else anyway, so I'm not sure it's that big a deal.


Cheers,
Kelly Clowers


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



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Stephen Powell
On Mon, 28 Jun 2010 12:45:10 -0400 (EDT), maximilian attems wrote:
 On Mon, 28 Jun 2010 03:02:35 +0100 Ben Hutchings wrote:
 The arguments given to all kernel hook scripts are the kernel ABI
 version (the string that uname -r reports) and the absolute path to the
 kernel image.
 On Mon, Jun 28, 2010 at 11:16:58AM -0400, Stephen Powell wrote:
 Currently, hook scripts invoked by a stock kernel maintainer script
 or a maintainer script from a kernel image package created by make-kpkg
 pass these exact same arguments.
 
 no.

From a Squeeze system running a custom kernel created by make-kpkg:

-

debian3:~# dpkg-reconfigure linux-image-2.6.32-custom5b-s390x
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/S30initramfs 2.6.32-custom5b-s390x 
/boot/vmlinuz-2.6.32-custom5b-s390x
 ^ ^
 +-- 1st argument  
+-- 2nd argument
  
-

From a Squeeze system running a stock kernel image:

-

r...@testdebian:~# dpkg-reconfigure linux-image-2.6.32-3-686
Running depmod.
Running update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/S30initramfs 2.6.32-3-686 
/boot/vmlinuz-2.6.32-3-686
 ^^
 |+-- 2nd 
argument
 +-- 1st argument

-

Q.E.D.

 On Mon, Jun 28, 2010 at 11:16:58AM -0400, Stephen Powell wrote:
 But a maintainer script for a kernel
 image package created by make deb-pkg passes only the first argument.
 
 no.

The actual text of /etc/kernel/postinst.d/initramfs-tools:

-

#!/bin/sh

version=$1
bootopt=

# passing the kernel version is required
[ -z ${version} ]  exit 0

# kernel-package passes an extra arg
if [ -n $2 ]; then
if [ -n ${KERNEL_PACKAGE_VERSION} ]; then
bootdir=$(dirname $2)
bootopt=-b ${bootdir}
else
# official Debian linux-images take care themself
exit 0
fi
fi

# avoid running multiple times
if [ -n $DEB_MAINT_PARAMS ]; then
eval set -- $DEB_MAINT_PARAMS
if [ -z $1 ] || [ $1 != configure ]; then
exit 0
fi
fi

# we're good - create initramfs.  update runs do_bootloader
update-initramfs -c -t -k ${version} ${bootopt}

-

I admit that I have never personally used make deb-pkg, but
clearly the source code speaks for itself.  This hook script is
expecting only one argument when invoked by make deb-pkg.

Q.E.D.

 On Mon, Jun 28, 2010 at 11:16:58AM -0400, Stephen Powell wrote: 
 Existing hook scripts rely on that difference to determine whether or
 not to take action.  For example, the initramfs hook script provided by
 the initramfs-tools package tests the number of arguments and exits
 without doing anything if more than one argument is supplied.  In other
 words, this hook script is designed to create the initial RAM file system
 for a kernel image created by make deb-pkg, and only for a kernel
 image created by make deb-pkg.  It does nothing otherwise.  Are you
 proposing to change this behavior?
 
 please get your facts right before spamming the world.

OK, you're partly right on this one.  Execution tracing shows that it
does nothing when invoked by a stock kernel maintainer script but
does create an initial RAM file system when invoked by a maintainer
script from a kernel image package created by make-kpkg.  (By the way,
since this script is running under debconf, output from update-initramfs
should be redirected to standard error via 2.)  I don't remember the
kernel-package logic being present in this script the last time I looked
at it.

(1) As far as I am able to determine, my original statements are correct,
with the exception of the correction made in the above paragraph.
If you can prove me wrong, please do so.
(2) This was not spam.  Spam is unsolicited advertising.
This was a response to an RFC, to which I was explicitly
included as an adressee.
(3) All the addressees of my e-mail were legitimate stake-holders
in this process.  This is not the world.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1137353821.16101.1277752206454.javamail.r...@md01.wow.synacor.com



Re: Policy 3.9.0.0 released

2010-06-28 Thread Carl Fürstenberg
On Mon, Jun 28, 2010 at 19:20, Russ Allbery r...@debian.org wrote:
     perl
          `perl-base' now provides `perlapi-abiname' instead of a package
          based solely on the Perl version.  Perl packages must now depend
          on `perlapi-$Config{debian_abi}', falling back on
          `$Config{version}' if `$Config{debian_abi}' is not set.


Might be relevant to point out that dh_perl and ${perl:Depends} should
take care of this, so for most it shouldn't be an issue.

-- 
/Carl Fürstenberg azat...@gmail.com


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



Bug#587467: ITP: audacious-analog-vumeter-plugin_1.0.0~rc1-1_i386.deb -- VU meter plugin for xmms and audacious

2010-06-28 Thread Antonino Arcudi
Package: wnpp
Severity: wishlist
Owner: Antonino Arcudi antonino.arc...@gmail.com


* Package name: audacious-analog-vumeter-plugin_1.0.0~rc1-1_i386.deb
  Version : 1.0.0~rc1-1
  Upstream Author : Name Pekka Harjamäki, mcf...@users.sourceforge.net
* URL : http://sourceforge.net/projects/vumeterplugin/
* License : (GPL)
  Programming Lang: (C)
  Description : VU meter plugin for xmms and audacious



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628212131.16301.99540.report...@njordr.lan



Bug#587468: ITP: audacious-analog-vumeter-plugin_1.0.0~rc1-1_i386.deb -- VU meter plugin for xmms and audacious

2010-06-28 Thread Antonino Arcudi
Package: wnpp
Severity: wishlist
Owner: Antonino Arcudi antonino.arc...@gmail.com


* Package name: audacious-analog-vumeter-plugin_1.0.0~rc1-1_i386.deb
  Version : 1.0.0-rc1
  Upstream Author : Pekka Harjamäki, mcf...@users.sourceforge.net
* URL : http://sourceforge.net/projects/vumeterplugin/
* License : (GPL)
  Programming Lang: (C)
  Description : VU meter plugin for xmms and audacious



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628212732.17034.91342.report...@njordr.lan



Re: xulrunner 1.9.2 into sid?

2010-06-28 Thread Yves-Alexis Perez
On lun., 2010-06-28 at 17:55 +0200, Olivier Bonvalet wrote:
 I agree : on 64bit systems Iceweasel 3.5 is way too slow, and Iceweasel 
 3.6 should be included in Squeeze. 

Thank you for volunteering, I'm sure Mike will take all the help you'll
give.
-- 
Yves-Alexis


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


Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Colin Watson
On Mon, Jun 28, 2010 at 03:02:35AM +0100, Ben Hutchings wrote:
 1. Packages for boot loaders that need to be updated whenever the files
 they load are modified (i.e. those that store a block list) must install
 hook scripts in /etc/kernel/postinst.d and /etc/kernel/postrm.d, which
 will be called on installation/upgrade and removal of kernel packages,
 respectively.

It seems to me (particularly from the fact that you upgraded a grub2 bug
report about this to important - GRUB 2 does not store block lists for
kernels) that this is not limited to boot loaders that store block lists
for the files they load: it also affects boot loaders that need to be
updated whenever the *list* of files they load is modified.  Can you
confirm that my understanding is correct?

 2. Packages for boot loaders that need to be updated whenever the files
 they load are modified must also install hook scripts in
 /etc/mkinitramfs/post-update.d.  Initramfs builders must call these
 scripts using run-parts after they create, update or delete an
 initramfs.  The arguments given to these hook scripts are the kernel ABI
 version and the absolute path to the initramfs image.

Does the same apply here, or not?  This is going to be quite a lot of
calls to update-grub if so, although at least it's quite a bit faster
now than it used to be ...

 3. Initramfs builders must complete their work before returning from the
 kernel postinst hook script.  [initramfs-tools currently uses a trigger
 to defer this because it can also be invoked twice, but this means it
 also has to know how to update specific boot loaders.]

Is an initramfs guaranteed to be built before any of the boot loader
hooks are executed?  It seems like a waste of time calling boot loader
hooks otherwise.  (This may be implied by your design, but it was a
little bit implicit if so.)

 4. During a kernel package installation, upgrade or removal, various
 boot loader hooks may be invoked (in this order):
 
 a. A postinst_hook or postrm_hook command set by the user or the
installer in /etc/kernel-img.conf
 b. A hook script in /etc/mkinitramfs/post-update.d
 c. A hook script in /etc/kernel/postinst.d or .../postrm.d
 
 To avoid unnecessary updates, the hooks invoked at step a and b may
 check whether $DPKG_MAINTSCRIPT_PACKAGE begins with 'linux-image-' and
 do nothing in this case.  [Is this sensible or is it too 'clever'?]

Sensible, I think.  There's no point running update-grub three times.

-- 
Colin Watson   [cjwat...@debian.org]


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100628221906.ga28...@master.debian.org



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Ben Hutchings
On Mon, 2010-06-28 at 22:19 +, Colin Watson wrote:
 On Mon, Jun 28, 2010 at 03:02:35AM +0100, Ben Hutchings wrote:
  1. Packages for boot loaders that need to be updated whenever the files
  they load are modified (i.e. those that store a block list) must install
  hook scripts in /etc/kernel/postinst.d and /etc/kernel/postrm.d, which
  will be called on installation/upgrade and removal of kernel packages,
  respectively.
 
 It seems to me (particularly from the fact that you upgraded a grub2 bug
 report about this to important - GRUB 2 does not store block lists for
 kernels) that this is not limited to boot loaders that store block lists
 for the files they load: it also affects boot loaders that need to be
 updated whenever the *list* of files they load is modified.  Can you
 confirm that my understanding is correct?

Sorry, I managed to lose this sentence during editing:

'Packages for boot loaders that can provide a menu of kernel versions
should install kernel hook scripts in order to update that menu.'

  2. Packages for boot loaders that need to be updated whenever the files
  they load are modified must also install hook scripts in
  /etc/mkinitramfs/post-update.d.  Initramfs builders must call these
  scripts using run-parts after they create, update or delete an
  initramfs.  The arguments given to these hook scripts are the kernel ABI
  version and the absolute path to the initramfs image.
 
 Does the same apply here, or not?  This is going to be quite a lot of
 calls to update-grub if so, although at least it's quite a bit faster
 now than it used to be ...

No.

  3. Initramfs builders must complete their work before returning from the
  kernel postinst hook script.  [initramfs-tools currently uses a trigger
  to defer this because it can also be invoked twice, but this means it
  also has to know how to update specific boot loaders.]
 
 Is an initramfs guaranteed to be built before any of the boot loader
 hooks are executed?  It seems like a waste of time calling boot loader
 hooks otherwise.  (This may be implied by your design, but it was a
 little bit implicit if so.)
[...]

This requirement and the naming requirements on hook scripts are
intended to guarantee that.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: Policy 3.9.0.0 released

2010-06-28 Thread Russ Allbery
Emil Langrock emil.langr...@gmx.de writes:
 Russ Allbery wrote:

 Debian Policy 3.9.0.0 has been released.  The next time you upload your
 packages, please review them against the upgrading checklist in the
 debian-policy package and see if they require changes for the new
 version of Policy.
 
 [...]
  5.6.8, 7.1, 11.1.1
   Architecture wildcards may be used in addition to specific
   architectures in `debian/control' and `*.dsc' Architecture
   fields, and in architecture restrictions in build relationships.

 Why is this allowed and still all packages are send to all
 architectures? This creates a lot of false failed ... build of ...
 mails. In the log of these builds on those architectures only appears
 something like:

  not in arch list or does not match any arch wildcards: linux-any all

It's a long-standing limitation of the way that the buildds work that if a
package builds any arch-independent package, that package is attempted on
all the buildds even if none of the arch-dependent packages will build
there.  It would be lovely to have that bug fixed, but it's not new nor is
it directly related to arch wildcards.  It's affected the openafs package
for years, which explicitly lists out the architectures it supports.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87wrtiahcu@windlord.stanford.edu



Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Ben Hutchings
Please reply to debian-kernel only.

On Mon, 2010-06-28 at 11:16 -0400, Stephen Powell wrote:
 On Sun, 27 Jun 2010 22:02:35 -0400 (EDT), Ben Hutchings wrote:
[...]
  The environment variable DEB_MAINT_PARAMS will contain
  the arguments given to the kernel maintainer script, single-quoted.
 
 Is this environment variable provided by the maintainer scripts
 that come with kernel image packages created by make deb-pkg?
 (I honestly don't know.  I've never used make deb-pkg.)

It has done since 2.6.31, though without single-quotes.  I'll note that
they may or may not be quoted, and recommend how to use this variable.

[...]
  5. Kernel and initramfs builder packages must not invoke boot loaders
  except via hooks.  If /etc/kernel-img.conf contains an explicit
  'do_bootloader = yes', kernel package maintainer scripts should warn
  that this is now ignored.
 
 At the risk of flogging a dead horse, I would prefer to see
 do_bootloader = yes supported until Squeeze+1, both by the
 kernel maintainer scripts and by update-initramfs -u, particularly
 since we are so close to a freeze.

The release team has stated we are not close to a freeze.  So we have a
little time to sort this out.

 But if
 you're going to drop support for it in Squeeze, then yes,
 a warning message is necessary.  Both the kernel maintainer scripts
 *and* update-initramfs -u *must* issue a warning message if they
 find do_bootloader = yes specified in /etc/kernel-img.conf.
 In fact, since the default value is yes, they should issue
 the warning message unless do_bootloader is *explicitly* set
 to no.

I can put a one-time warning into linux-base.  But the default for
squeeze must be 'no'.  It should not be necessary to create
/etc/kernel-img.conf at all in squeeze.

  6. The installer must not define do_bootloader, postinst_hook or
  postrm_hook in /etc/kernel-img.conf.
 
 Doesn't this conflict with point 4 (a)?

Not at all.  This means postinst_hook and postrm_hook are now strictly
for use by the user.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: [DRAFT] Policy for Linux kernel, initramfs, boot loader update process

2010-06-28 Thread Ben Hutchings
On Mon, 2010-06-28 at 18:45 +0200, maximilian attems wrote:
[...]
 please get your facts right before spamming the world.

Max, this is rude and unjustified.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: Policy 3.9.0.0 released

2010-06-28 Thread Emil Langrock
Russ Allbery wrote:
 Debian Policy 3.9.0.0 has been released.  The next time you upload your
 packages, please review them against the upgrading checklist in the
 debian-policy package and see if they require changes for the new version
 of Policy.
 
[...]
  5.6.8, 7.1, 11.1.1
   Architecture wildcards may be used in addition to specific
   architectures in `debian/control' and `*.dsc' Architecture
   fields, and in architecture restrictions in build relationships.

Why is this allowed and still all packages are send to all architectures? This 
creates a lot of false failed ... build of ... mails. In the log of these 
builds on those architectures only appears something like:

 not in arch list or does not match any arch wildcards: linux-any all
-- 
Emil Langrock


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201006290055.06113.emil.langr...@gmx.de



Bug#587483: ITP: threadscope -- a graphical thread profiler for Haskell programs

2010-06-28 Thread USB
Package: wnpp
Severity: wishlist
Owner: Ernesto Hernández-Novich (USB) e...@usb.ve


* Package name: threadscope
  Version : 0.1.2
  Upstream Author : Simon Marlow marl...@gmail.com,
Donnie Jones don...@darthik.con,
Satnam Singh s.si...@ieee.org
* URL : http://hackage.haskell.org/package/threadscope
* License : Glasgow Haskell Compiler License (BSD3)
  Programming Lang: Haskell
  Description : a graphical thread profiler for Haskell programs

Threadscope is a graphical thread profiler for Haskell programs.
It parses and displays the content of .eventlog files emitted by the
GHC 6.12.1 and later runtimes, showing a timeline of spark creation,
spark-to-thread promotions and garbage collections.

This helps debugging the parallel performance of Haskell programs,
making easier to check that work is well balanced across the available
processors and spot performance issues relating to garbage collection
or poor load balancing.



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100628235029.851.99075.report...@deepthought.ius.cc



kapila chawhan has invited you to open a Google mail account

2010-06-28 Thread kapila chawhan
I've been using Gmail and thought you might like to try it out. Here's
an invitation to create an account.

---

kapila chawhan has invited you to open a free Gmail account.

To accept this invitation and register for your account, visit
http://mail.google.com/mail/a-dfb6db189b-f1e8c2e09c-hFA6MSnt0q46UXLfhxxcMpxNDGs

Once you create your account, kapila chawhan will be notified with
your new email address so you can stay in touch with Gmail!

If you haven't already heard about Gmail, it's a new search-based webmail
service that offers:

- Over 2,700 megabytes (two gigabytes) of free storage
- Built-in Google search that instantly finds any message you want
- Automatic arrangement of messages and related replies into
  conversations
- Powerful spam protection using innovative Google technology
- No large, annoying ads--just small text ads and related pages that are
  relevant to the content of your messages

To learn more about Gmail before registering, visit:
http://mail.google.com/mail/help/benefits.html

And, to see how easy it can be to switch to a new email service, check
out our new switch guide: http://mail.google.com/mail/help/switch/

We're still working every day to improve Gmail, so we might ask for your
comments and suggestions periodically.  We hope you'll like Gmail.  We
do.  And, it's only going to get better.

Thanks,

The Gmail Team

(If clicking the URLs in this message does not work, copy and paste them
into the address bar of your browser).


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



Accepted logtool 1.2.8-8 (source amd64)

2010-06-28 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Jun 2010 14:33:50 +0200
Source: logtool
Binary: logtool
Architecture: source amd64
Version: 1.2.8-8
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst wou...@debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description: 
 logtool- Syslog-style logfile parser with lots of output options
Closes: 569692 586623 586920 586951
Changes: 
 logtool (1.2.8-8) unstable; urgency=low
 .
   * New translations:
 - Spanish, by Omar Campagne; Closes: #569692.
 - Chinese (simplified), by YunQiang Su; Closes: #586623.
 - Norwegian Bokmål, by Bjørn Steensrud; Closes: #586920.
 - Danish, by Joe Dalton; Closes: #586951.
   * Update debhelper compat level to 7 (from 4)
   * debian/rules: convert to debhelper 7 'dh' mode.
   * debian/control: bump debhelper required version to 7.0.50, first
 version to introduce dh_override_* targets
   * debian/control: add Homepage field
   * debian/control: bump Standards-Version to 3.8.4 (no changes relevant
 to logtool)
Checksums-Sha1: 
 bdd8143e5898036dd3e0902eacf0db4f86d4606f 988 logtool_1.2.8-8.dsc
 0a9f555e6dcfe265260a7e77642a1abe0f388391 41603 logtool_1.2.8-8.diff.gz
 713710ede51ca1a935ffb37a4d219e441a212f1f 59220 logtool_1.2.8-8_amd64.deb
Checksums-Sha256: 
 426f590d127259eb403be3221fc9e889c47242c663260c81f9c227338836fe2c 988 
logtool_1.2.8-8.dsc
 e55d5b5173b27e95365ffc71aa5f0809591c5122d9c5d2a8c54b14b1f9a5bb5f 41603 
logtool_1.2.8-8.diff.gz
 17cf41fb999e932785785a09f446a6c93f80b033df5a94f97f14575c194021ad 59220 
logtool_1.2.8-8_amd64.deb
Files: 
 de048ea4bd1bb4869d073a09c2460f9b 988 utils optional logtool_1.2.8-8.dsc
 f766427940993f421f9b1ee530db635a 41603 utils optional logtool_1.2.8-8.diff.gz
 2b5eacbef69f04214218a780f2d97679 59220 utils optional logtool_1.2.8-8_amd64.deb

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

iEYEARECAAYFAkwoRtwACgkQhbxvHru886w0uACgqKK8gdsJLT3X/HKaNzdu1fmZ
MUgAn3ZpkVdYP/9lvKgz2ulrp/YIfR5s
=d9LQ
-END PGP SIGNATURE-


Accepted:
logtool_1.2.8-8.diff.gz
  to main/l/logtool/logtool_1.2.8-8.diff.gz
logtool_1.2.8-8.dsc
  to main/l/logtool/logtool_1.2.8-8.dsc
logtool_1.2.8-8_amd64.deb
  to main/l/logtool/logtool_1.2.8-8_amd64.deb


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



Accepted feh 1.8-1 (source amd64)

2010-06-28 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 09:17:24 +0200
Source: feh
Binary: feh
Architecture: source amd64
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Tille ti...@debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 feh- imlib2 based image viewer
Closes: 587205
Changes: 
 feh (1.8-1) unstable; urgency=low
 .
   * New upstream version
 Closes: #587205
Checksums-Sha1: 
 a4c7c2f36ad2333769c40e320ae174afbddfd3bc 1277 feh_1.8-1.dsc
 147b5608281b81be8d1f7cf944fd761e8b86ae06 358172 feh_1.8.orig.tar.bz2
 5ae391a2a25b363e67a65525165eaf751a885719 7402 feh_1.8-1.debian.tar.bz2
 489bc5f43226aac7f44f6f0db4650163cec45ed6 258912 feh_1.8-1_amd64.deb
Checksums-Sha256: 
 76c8cf16043db3e25873f239e40207631b2ec96f4cdf76fe28972959ae93f8c4 1277 
feh_1.8-1.dsc
 9ee3f0d9d1b9704ae0131a3b51c8220e701ebe3d0457ae21122733fae915b0ac 358172 
feh_1.8.orig.tar.bz2
 e14395993a075fc175d1cee3e17feb4ace5a1a88e37afe35b6b7b79bb0840a03 7402 
feh_1.8-1.debian.tar.bz2
 f1e5d229793343b3a9b720d8f0fc94db5ab093d0f26a3c219c598d0a9e7cff66 258912 
feh_1.8-1_amd64.deb
Files: 
 4872a0f93d474027a7a2631553a6fc16 1277 graphics optional feh_1.8-1.dsc
 fe81334805f4da9b5f1e35b45c444a1a 358172 graphics optional feh_1.8.orig.tar.bz2
 91276337d23695857ba802d8e780537b 7402 graphics optional 
feh_1.8-1.debian.tar.bz2
 3a2935756cea49aab2085f3eb24d74e9 258912 graphics optional feh_1.8-1_amd64.deb

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

iD8DBQFMKE35YDBbMcCf01oRAjyxAJ40gkwlt4T2QCj22y8AnAcNAc7RkwCeJjG6
uzEfeyhHcsIsd6xWPLHENok=
=0+c0
-END PGP SIGNATURE-


Accepted:
feh_1.8-1.debian.tar.bz2
  to main/f/feh/feh_1.8-1.debian.tar.bz2
feh_1.8-1.dsc
  to main/f/feh/feh_1.8-1.dsc
feh_1.8-1_amd64.deb
  to main/f/feh/feh_1.8-1_amd64.deb
feh_1.8.orig.tar.bz2
  to main/f/feh/feh_1.8.orig.tar.bz2


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



Accepted lv2dynparam1 2-3 (source amd64)

2010-06-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 08:23:15 +0200
Source: lv2dynparam1
Binary: liblv2dynparamhost1-1 liblv2dynparamplugin1-0 liblv2dynparam1-dev
Architecture: source amd64
Version: 2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 liblv2dynparam1-dev - lv2dynparam is a LV2 plugin interface extension
 liblv2dynparamhost1-1 - LV2 plugin interface extension - host
 liblv2dynparamplugin1-0 - LV2 plugin interface extension - plugin
Closes: 548645 558933
Changes: 
 lv2dynparam1 (2-3) unstable; urgency=low
 .
   [ Jaromír Mikeš ]
   * Improved description in control file (Closes: #548645)
   * Bump standards 3.8.4
   * Switch to debhelper 7
   * Shortened rules file
 .
   [ Alessio Treglia ]
   * Switch to debian 3.0 (quilt) format.
   * debian/control:
 - Add myself as Uploader.
 - Remove shlibs:Depends macro from -DEV package's dependencies.
   * Add debian/gbp.conf file, now we can re-generate the original
 tarball from the information stored in the branch 'pristine-tar'.
   * Add .gitignore file.
   * debian/*.install:
 - Remove static libraries and libtool files.
   * debian/rules:
 - Add -phtread to CFLAGS to resolve unresolved symbols in shared
   libraries; the functions 'dynparam_ui_{group,parameter}_{,dis}appeared'
   and 'dynparam_ui_parameter_value_changed' are callbacks called from UI
   thread to notify which event has happened (Closes: #558933).
Checksums-Sha1: 
 862a7b2f80d82b8f8e672ead21e4954fa123b33a 1450 lv2dynparam1_2-3.dsc
 e30d5e97ee63b77ed982056b7f61cfe8accdee76 4205 lv2dynparam1_2-3.debian.tar.gz
 c10b0be208e27f40aada1c294d05a7c6bc22a583 18642 
liblv2dynparamhost1-1_2-3_amd64.deb
 f0b2cfeb7f74ff79e1523f68dbd252483fc8d426 14742 
liblv2dynparamplugin1-0_2-3_amd64.deb
 70c2ccc6151067d353ebfdbc65a32539e78c676e 11688 
liblv2dynparam1-dev_2-3_amd64.deb
Checksums-Sha256: 
 c929189e407a568fc1163f55536524b34dede4704642055e902c498b6635dbb3 1450 
lv2dynparam1_2-3.dsc
 41b0282d9ba0e1bb644c4c6bd377bfe89e5d13dfd3484b792f100e17c5d5cc17 4205 
lv2dynparam1_2-3.debian.tar.gz
 74eda53767112bf5c8890d36914f7c0c35379f04dc0c8f05e35dccb16ff6daa4 18642 
liblv2dynparamhost1-1_2-3_amd64.deb
 3bc2b0e134836c60718a3800ff6b65d346af8f8b69628a15868054d723578737 14742 
liblv2dynparamplugin1-0_2-3_amd64.deb
 99f9ec3e6a239f4d013d2482fd1fc939bc61037d15e1d9c779d03442e8cf3cf5 11688 
liblv2dynparam1-dev_2-3_amd64.deb
Files: 
 6285f7a561a97628c5fb1c7b3e4f16ce 1450 sound optional lv2dynparam1_2-3.dsc
 06d834ecc8592e6fb9e84a9c8d4cf8e2 4205 sound optional 
lv2dynparam1_2-3.debian.tar.gz
 9dbbb1a27fb2d04b7f913e81dc74566d 18642 libs optional 
liblv2dynparamhost1-1_2-3_amd64.deb
 4e5df2ad67bca62281ce7f40bdc6287e 14742 libs optional 
liblv2dynparamplugin1-0_2-3_amd64.deb
 c90634d84af6b78adb78b56c568ed8c6 11688 libdevel optional 
liblv2dynparam1-dev_2-3_amd64.deb

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

iEYEARECAAYFAkwoS+kACgkQRdSMfNz8P9DRtACffGwsdHOiLRtB75/DyZ+D/In/
Nw0AnimS6ECM+TNDqcl0qgpxajNX80e/
=P3hv
-END PGP SIGNATURE-


Accepted:
liblv2dynparam1-dev_2-3_amd64.deb
  to main/l/lv2dynparam1/liblv2dynparam1-dev_2-3_amd64.deb
liblv2dynparamhost1-1_2-3_amd64.deb
  to main/l/lv2dynparam1/liblv2dynparamhost1-1_2-3_amd64.deb
liblv2dynparamplugin1-0_2-3_amd64.deb
  to main/l/lv2dynparam1/liblv2dynparamplugin1-0_2-3_amd64.deb
lv2dynparam1_2-3.debian.tar.gz
  to main/l/lv2dynparam1/lv2dynparam1_2-3.debian.tar.gz
lv2dynparam1_2-3.dsc
  to main/l/lv2dynparam1/lv2dynparam1_2-3.dsc


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



Accepted bluetile 0.4.2-1 (source amd64)

2010-06-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 09:59:33 +0200
Source: bluetile
Binary: bluetile
Architecture: source amd64
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 bluetile   - modern tiling window manager with a gentle learning curve
Changes: 
 bluetile (0.4.2-1) unstable; urgency=low
 .
   * New upstream version
 + .desktop files included by upstream
   * Suggest gnome-core
Checksums-Sha1: 
 b38a1e069c723218633f89b0151eb1566a1dd09e 1434 bluetile_0.4.2-1.dsc
 060af02bdca8a6677b2976f56bfd1ea4dc10423a 50054 bluetile_0.4.2.orig.tar.gz
 7e8fa560d771bbc0fe93e4e5b5c762c079853cff 3138 bluetile_0.4.2-1.debian.tar.gz
 ecb25dcbbb93e7744cfa02e8221aef12a4fd 5464044 bluetile_0.4.2-1_amd64.deb
Checksums-Sha256: 
 95fc7ee6fd5cf794eaabd9f7ee56d189cd91f4a0470683a37003f5eac72b0a1e 1434 
bluetile_0.4.2-1.dsc
 f7e7ebfd9e524bc233b5c7f2c844c9e3f6903612e22a82b839d1acaad97d4dab 50054 
bluetile_0.4.2.orig.tar.gz
 fa2b43297ef8c4c0469166a2602a4f9e8a56451f5467950b6ca5746bcf78cf3f 3138 
bluetile_0.4.2-1.debian.tar.gz
 4f63fe1c0ce924b79b45503858b876d3ce1dbf8506cd245e1d37d27fe0c8d1dc 5464044 
bluetile_0.4.2-1_amd64.deb
Files: 
 10c404d6d428496c840b1229eb50ecc4 1434 x11 optional bluetile_0.4.2-1.dsc
 a0d1642a2d38b78ced5a0f896c7be0b4 50054 x11 optional bluetile_0.4.2.orig.tar.gz
 927837d0c0b7d684b84e2ae0a08b8ede 3138 x11 optional 
bluetile_0.4.2-1.debian.tar.gz
 5579281af9e6a3c891a60810e60f4a17 5464044 x11 optional 
bluetile_0.4.2-1_amd64.deb

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

iEYEARECAAYFAkwoVpkACgkQ9ijrk0dDIGytkACgwG70dGHLBT948+j8DAXmeWYF
ZL4An2WsxAFkLRfmRw+Txn0B6sm4sJZX
=ZJ79
-END PGP SIGNATURE-


Accepted:
bluetile_0.4.2-1.debian.tar.gz
  to main/b/bluetile/bluetile_0.4.2-1.debian.tar.gz
bluetile_0.4.2-1.dsc
  to main/b/bluetile/bluetile_0.4.2-1.dsc
bluetile_0.4.2-1_amd64.deb
  to main/b/bluetile/bluetile_0.4.2-1_amd64.deb
bluetile_0.4.2.orig.tar.gz
  to main/b/bluetile/bluetile_0.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
Archive: http://lists.debian.org/e1otahp-0004u5...@ries.debian.org



Accepted haskell-regex-tdfa 1.1.3-2 (source all amd64)

2010-06-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:30:48 +0200
Source: haskell-regex-tdfa
Binary: libghc6-regex-tdfa-dev libghc6-regex-tdfa-prof libghc6-regex-tdfa-doc
Architecture: source all amd64
Version: 1.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-regex-tdfa-dev - Haskell library for a tagged DFA regex engine
 libghc6-regex-tdfa-doc - Documentation for the tagged DFA regex engine
 libghc6-regex-tdfa-prof - Profiling libraries for the tagged DFA regex engine
Changes: 
 haskell-regex-tdfa (1.1.3-2) unstable; urgency=low
 .
   * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
 http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative
 side effects not known (yet).
Checksums-Sha1: 
 3478fd0d8a03367d910c4c6c641b7739c4f65457 1672 haskell-regex-tdfa_1.1.3-2.dsc
 3660981c61fb31f8e0172264ae43916659b9c5c2 3179 
haskell-regex-tdfa_1.1.3-2.debian.tar.gz
 c7b55b1d8f93468b5e4763e6672be0ac81d397b0 185882 
libghc6-regex-tdfa-doc_1.1.3-2_all.deb
 d79641ecbd4bfeac8ae014505fcdc2424462ee12 3030338 
libghc6-regex-tdfa-dev_1.1.3-2_amd64.deb
 3d600fd9549a29f801398ee8f306ddbe31644c5a 2479000 
libghc6-regex-tdfa-prof_1.1.3-2_amd64.deb
Checksums-Sha256: 
 59d9182e77b654ef214c17c6e125b0f9893b278204853a2f8b8504f2eeed5e30 1672 
haskell-regex-tdfa_1.1.3-2.dsc
 6f6767e58d21cfbfea0a7f7cfaa84364f47f34e21401f2070c51c85591ce6f73 3179 
haskell-regex-tdfa_1.1.3-2.debian.tar.gz
 4da65ec97e7afb1d6212e9d64147b0f9fc9657af1705f7995b4795cf8d9ab66b 185882 
libghc6-regex-tdfa-doc_1.1.3-2_all.deb
 2c34b8ba4f793282534d30b1ec97803293c3ec6e33fc987d1986ceed403a1506 3030338 
libghc6-regex-tdfa-dev_1.1.3-2_amd64.deb
 2603c0e305d7b83293fb485f9c7843ec7dca1c91ec1aa942f40abfcc0a5bc34a 2479000 
libghc6-regex-tdfa-prof_1.1.3-2_amd64.deb
Files: 
 ec4209e8ccdc7b40314ed0d22466ca9d 1672 haskell extra 
haskell-regex-tdfa_1.1.3-2.dsc
 fb7549272a810eab046fa60d461741ad 3179 haskell extra 
haskell-regex-tdfa_1.1.3-2.debian.tar.gz
 ed73e4269957d3df516793c87ec3f3c8 185882 doc extra 
libghc6-regex-tdfa-doc_1.1.3-2_all.deb
 96d5b221d91f3c16899cd54717b59c25 3030338 haskell extra 
libghc6-regex-tdfa-dev_1.1.3-2_amd64.deb
 69f4067516e3989ed9a95a4523976b40 2479000 haskell extra 
libghc6-regex-tdfa-prof_1.1.3-2_amd64.deb

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

iEYEARECAAYFAkwoXnAACgkQ9ijrk0dDIGx0egCgm0vyFp+b7o2AfFiS3pffhPIn
EJYAoNGNAs1FMqhg6ktTiVt2Am2hEwFB
=8B7J
-END PGP SIGNATURE-


Accepted:
haskell-regex-tdfa_1.1.3-2.debian.tar.gz
  to main/h/haskell-regex-tdfa/haskell-regex-tdfa_1.1.3-2.debian.tar.gz
haskell-regex-tdfa_1.1.3-2.dsc
  to main/h/haskell-regex-tdfa/haskell-regex-tdfa_1.1.3-2.dsc
libghc6-regex-tdfa-dev_1.1.3-2_amd64.deb
  to main/h/haskell-regex-tdfa/libghc6-regex-tdfa-dev_1.1.3-2_amd64.deb
libghc6-regex-tdfa-doc_1.1.3-2_all.deb
  to main/h/haskell-regex-tdfa/libghc6-regex-tdfa-doc_1.1.3-2_all.deb
libghc6-regex-tdfa-prof_1.1.3-2_amd64.deb
  to main/h/haskell-regex-tdfa/libghc6-regex-tdfa-prof_1.1.3-2_amd64.deb


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



Accepted hydrogen-drumkits 0.9.3.20070703-2 (source all)

2010-06-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:09:17 +0200
Source: hydrogen-drumkits
Binary: hydrogen-drumkits
Architecture: source all
Version: 0.9.3.20070703-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 hydrogen-drumkits - drumkits for Hydrogen
Changes: 
 hydrogen-drumkits (0.9.3.20070703-2) unstable; urgency=low
 .
   * Bump Standards.
   * Add myself as Uploader.
   * Bump debian/compat file.
   * DH 7 tiny rules.
   * Add ${misc:Depends} macro to Depends field.
   * Add Suggests on hydrogen.
   * Add Homepage field.
   * Switch to debian 3.0 (quilt) source format.
   * Bump version of build-dependency on debhelper.
   * Update debian/copyright.
   * Change Maintainer to Debian Multimedia Maintainers.
   * Add debian/gbp.conf file.
Checksums-Sha1: 
 cd1410dc74c0baccbcbd83f9cb1fdc952505c2e0 1351 
hydrogen-drumkits_0.9.3.20070703-2.dsc
 ff9cd47daaed2c60372b66f193d6307170bdb8d8 3242 
hydrogen-drumkits_0.9.3.20070703-2.debian.tar.gz
 612cc85b0924a1b320039243c7abc2245963ee89 18387274 
hydrogen-drumkits_0.9.3.20070703-2_all.deb
Checksums-Sha256: 
 881c73a6c61eea5d074536a780e0032314a0551050c7456ce239f9996c2cc3a9 1351 
hydrogen-drumkits_0.9.3.20070703-2.dsc
 ad6b44ece3a12b8e164fb536bb7b980229015c7238895d2b956122db7cc3f331 3242 
hydrogen-drumkits_0.9.3.20070703-2.debian.tar.gz
 9f873998806651db2ac2ede81820ea21fcff71dddee485d39808c084ac711ba4 18387274 
hydrogen-drumkits_0.9.3.20070703-2_all.deb
Files: 
 afeb18b7091a592f74d97e6c875daa36 1351 sound optional 
hydrogen-drumkits_0.9.3.20070703-2.dsc
 d466b3e8eada14c8ea7295cfa1eb7f52 3242 sound optional 
hydrogen-drumkits_0.9.3.20070703-2.debian.tar.gz
 a74947458fc2bc5bad513b03beded547 18387274 sound optional 
hydrogen-drumkits_0.9.3.20070703-2_all.deb

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

iEYEARECAAYFAkwoWjkACgkQRdSMfNz8P9BjXwCfXauJjudL8soXersM32w8Dm1j
7OcAn2EcesQSDEQsrPdXhgUQ6O+xs5O9
=mLXb
-END PGP SIGNATURE-


Accepted:
hydrogen-drumkits_0.9.3.20070703-2.debian.tar.gz
  to main/h/hydrogen-drumkits/hydrogen-drumkits_0.9.3.20070703-2.debian.tar.gz
hydrogen-drumkits_0.9.3.20070703-2.dsc
  to main/h/hydrogen-drumkits/hydrogen-drumkits_0.9.3.20070703-2.dsc
hydrogen-drumkits_0.9.3.20070703-2_all.deb
  to main/h/hydrogen-drumkits/hydrogen-drumkits_0.9.3.20070703-2_all.deb


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



Accepted omins 0.2.0-6 (source amd64)

2010-06-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:38:52 +0200
Source: omins
Binary: omins
Architecture: source amd64
Version: 0.2.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 omins  - a collection of LADSPA plugins aimed at modular synthesizers
Closes: 536001
Changes: 
 omins (0.2.0-6) unstable; urgency=low
 .
   * Add debian/gbp.conf file.
   * Switch to debian 3.0 (quilt) source format.
   * Change maintainer to Debian Multimedia Maintainers pkg-multimedia-
 maintain...@lists.alioth.debian.org.
   * Add Vcs-* tags.
   * Add myself to Uploaders field.
   * Switch to debhelper 7 + autotools_dev plugin (Closes: #536001).
   * Add misc:Depends macro.
   * Bump Standards.
   * Bump compat file.
   * Remove suggests on om, it has been removed.
   * Move upstream's URL from long description to Homepage field.
Checksums-Sha1: 
 aac2ad35204b51563ec70a61ab3036526022a431 1350 omins_0.2.0-6.dsc
 388ad32c04ff0571eaf2d10e12a215602b1198f0 2261 omins_0.2.0-6.debian.tar.gz
 788c6beb7a1c82a026077c4b66d0f2eff9f62794 33464 omins_0.2.0-6_amd64.deb
Checksums-Sha256: 
 27c8393cdfe8b32d96398687e44a7426c2c322c2f9b4ff1b0f6931c4f659fa11 1350 
omins_0.2.0-6.dsc
 58d130218f816f3936bae8a9582cefd2181be0ae69fd537ed36f1b6c3f856abb 2261 
omins_0.2.0-6.debian.tar.gz
 1f5b6200629b46f4e8b3e96649e06e02c7640825c99a00c96073b973eb71a4dd 33464 
omins_0.2.0-6_amd64.deb
Files: 
 63a72facd135736dcb561a9224dd8985 1350 sound optional omins_0.2.0-6.dsc
 ff5581d4b6e43e633cbabbd957364b06 2261 sound optional 
omins_0.2.0-6.debian.tar.gz
 88e80e3bd8b4d67e201ee551bc9c6bd2 33464 sound optional omins_0.2.0-6_amd64.deb

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

iEYEARECAAYFAkwoYEsACgkQRdSMfNz8P9BH5QCeJjezwtND6D61ttlQZlfGCyBq
EDgAnj5ko+swU5wRPZJIx7BLIBRRSRnw
=q/lu
-END PGP SIGNATURE-


Accepted:
omins_0.2.0-6.debian.tar.gz
  to main/o/omins/omins_0.2.0-6.debian.tar.gz
omins_0.2.0-6.dsc
  to main/o/omins/omins_0.2.0-6.dsc
omins_0.2.0-6_amd64.deb
  to main/o/omins/omins_0.2.0-6_amd64.deb


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



Accepted rpm 4.8.1-5 (source all amd64)

2010-06-28 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 11:12:30 +0200
Source: rpm
Binary: rpm rpm2cpio rpm-common rpm-i18n lsb-rpm librpm-dbg librpm1 librpmio1 
librpmbuild1 librpm-dev python-rpm
Architecture: source all amd64
Version: 4.8.1-5
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 librpm-dbg - debugging symbols for RPM
 librpm-dev - RPM shared library, development kit
 librpm1- RPM shared library
 librpmbuild1 - RPM build shared library
 librpmio1  - RPM IO shared library
 lsb-rpm- RPM Package Manager for LSB package building
 python-rpm - Python bindings for RPM
 rpm- package manager for RPM
 rpm-common - common files for RPM
 rpm-i18n   - localization and localized man pages for rpm
 rpm2cpio   - tool to convert RPM package to CPIO archive
Closes: 587366
Changes: 
 rpm (4.8.1-5) unstable; urgency=low
 .
   * Fix compilation on hurd and kfreebsd (Closes: #587366).
Checksums-Sha1: 
 bb565f602227f6c0515f5fab60296e27981de51c 1749 rpm_4.8.1-5.dsc
 763bc7d31dc1650ef497d0f4fa4550938c7f13e0 68580 rpm_4.8.1-5.debian.tar.gz
 4357ab75501953262591437fee1f668d1c3cffca 1184070 rpm-i18n_4.8.1-5_all.deb
 30363e9a675433e4ffb4ddcee7b65707ed42794d 843326 rpm_4.8.1-5_amd64.deb
 c5aa66340f7c31f964faf569be8eb154e5e6adde 699410 rpm2cpio_4.8.1-5_amd64.deb
 440ec26c9eaee84396055f2517b887ec7a55 714522 rpm-common_4.8.1-5_amd64.deb
 fe105a0e74ff7051152eec2ba6943f5853c25938 1253836 lsb-rpm_4.8.1-5_amd64.deb
 37298da1fbf7ae59f02dd40d6668dc0f14184618 2668482 librpm-dbg_4.8.1-5_amd64.deb
 433711bf164d18a7359c7c97773df0be95c1cc68 891248 librpm1_4.8.1-5_amd64.deb
 a565d692916d75293af40decb53fe204e7ccfee3 778464 librpmio1_4.8.1-5_amd64.deb
 1bb00493abf69dd37d7fbea289c5d24246492945 764274 librpmbuild1_4.8.1-5_amd64.deb
 66d2e88cdc1c9015a0bc5f2b50b9afe7a4c04f24 762334 librpm-dev_4.8.1-5_amd64.deb
 0111407190a51741ccd7d9c0550eb3fedc5408c5 734026 python-rpm_4.8.1-5_amd64.deb
Checksums-Sha256: 
 a4a5db2bc70b5d9cb5b46398278c50aa22c1a0c07b82f99b1fe3906bfd096733 1749 
rpm_4.8.1-5.dsc
 017a64dbcab94c5080a8240a3c3f766c618939de43afed921c6f6d444d2f7e19 68580 
rpm_4.8.1-5.debian.tar.gz
 3bf068ae88ee7194424634abb21bbeb8144f32984fa8745ee18d8d44abcb4834 1184070 
rpm-i18n_4.8.1-5_all.deb
 a0be18725d22b6ec7af8f19fb0bc5c99c62ddc1b26b88f7810973add8c36a063 843326 
rpm_4.8.1-5_amd64.deb
 ddd3d307f39ba0c68fdc2a0a415878a0b75c076d136e7780a7d4c2af44aee885 699410 
rpm2cpio_4.8.1-5_amd64.deb
 f9e31fa059669633fd21ad380f6d38b58fe76a5296a7184bc681d83bc26678bf 714522 
rpm-common_4.8.1-5_amd64.deb
 59c51d0be2cb9bd56d5ab4a0ebf4f7967db796e0fb0643ac45023582e345011a 1253836 
lsb-rpm_4.8.1-5_amd64.deb
 fda1e6ab2ded8d0cb45d4b048ff364c470a34d82d9eaf94e9f723580bddd1c76 2668482 
librpm-dbg_4.8.1-5_amd64.deb
 f7bf863c19e15b3fb356e63743f65162d4950dafdafe5592be12a86dd299cc19 891248 
librpm1_4.8.1-5_amd64.deb
 6ccbe9443f9e444d8870ee43112901de6295e3b1f04592eb5c4eb6ad5abd7585 778464 
librpmio1_4.8.1-5_amd64.deb
 6bd186221c213ef63711342572f95e450129213dd39ea523d5d88df6dee1e150 764274 
librpmbuild1_4.8.1-5_amd64.deb
 4cd7674d2c4dfb1c2455d5012c8b1df4f000eb266ccd4e36a73036fe0ff6b994 762334 
librpm-dev_4.8.1-5_amd64.deb
 89d08d93f7914c5525c00896f0e6d9a20b09b27c46a3304b5a52bed7488bf2ae 734026 
python-rpm_4.8.1-5_amd64.deb
Files: 
 8a0f98b75cd4a5b0868e7c94568bedc5 1749 admin optional rpm_4.8.1-5.dsc
 f72fe283ed224a78497e1ed7d8b7de58 68580 admin optional rpm_4.8.1-5.debian.tar.gz
 ef76e80b5365396e2383cd1f52dfadb5 1184070 localization optional 
rpm-i18n_4.8.1-5_all.deb
 32fbc0e5c4498d91556463dc8599727d 843326 admin optional rpm_4.8.1-5_amd64.deb
 582800be10c64f43ba38e618a6cf0025 699410 admin optional 
rpm2cpio_4.8.1-5_amd64.deb
 73f4fa3482f71729ae16ededd9fab511 714522 admin optional 
rpm-common_4.8.1-5_amd64.deb
 f9bea108394a48a34bb7b89a584b96d6 1253836 devel optional 
lsb-rpm_4.8.1-5_amd64.deb
 1343a710bed9ce9424c68209e063ec46 2668482 debug extra 
librpm-dbg_4.8.1-5_amd64.deb
 d41f0a0adf72c7b8074feace5849c866 891248 libs optional librpm1_4.8.1-5_amd64.deb
 bd8dfbe7945b1b951e6a8c0afed95fa8 778464 libs optional 
librpmio1_4.8.1-5_amd64.deb
 c8350ad34773b2eb6365f7ca8924760b 764274 libs optional 
librpmbuild1_4.8.1-5_amd64.deb
 df79dc4378551a51261f81b3f902704d 762334 libdevel extra 
librpm-dev_4.8.1-5_amd64.deb
 d15f173ccb45863faa40b087b8c0b318 734026 python extra 
python-rpm_4.8.1-5_amd64.deb

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

iEYEARECAAYFAkwoahkACgkQ3DVS6DbnVgQC5ACgn7MO3X3Uomyq9XYjywY5no4O
FL4AoKEGgojM1aInv5lm0R45zSuwNJ1y
=H8yY
-END PGP SIGNATURE-


Accepted:
librpm-dbg_4.8.1-5_amd64.deb
  to main/r/rpm/librpm-dbg_4.8.1-5_amd64.deb
librpm-dev_4.8.1-5_amd64.deb
  to main/r/rpm/librpm-dev_4.8.1-5_amd64.deb
librpm1_4.8.1-5_amd64.deb
  to main/r/rpm/librpm1_4.8.1-5_amd64.deb
librpmbuild1_4.8.1-5_amd64.deb
  to main/r/rpm/librpmbuild1_4.8.1-5_amd64.deb
librpmio1_4.8.1-5_amd64.deb
  to 

Accepted washngo 2.12.0.1-4 (source all amd64)

2010-06-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:32:17 +0200
Source: washngo
Binary: libghc6-wash-dev libghc6-wash-prof libghc6-wash-doc
Architecture: source all amd64
Version: 2.12.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-wash-dev - Web Authoring System for Haskell
 libghc6-wash-doc - Web Authoring System for Haskell; documentation
 libghc6-wash-prof - Web Authoring System for Haskell; profiling libraries
Changes: 
 washngo (2.12.0.1-4) unstable; urgency=low
 .
   * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
 http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative
 side effects not known (yet).
Checksums-Sha1: 
 1c0909a276056ae217a5692b51ddbc922ef8c5b3 1523 washngo_2.12.0.1-4.dsc
 440f57ac46e5432bda7635433b65027ea904dfd6 4030 washngo_2.12.0.1-4.debian.tar.gz
 94ceadca95b2422dde5adbc480f23608f38b33ce 615060 
libghc6-wash-doc_2.12.0.1-4_all.deb
 a828a0f74cdccd4070d06f548596967c7e4069a9 9984630 
libghc6-wash-dev_2.12.0.1-4_amd64.deb
 3d782a9af5db92b2c5d155e32fec2767ac3aa963 9107682 
libghc6-wash-prof_2.12.0.1-4_amd64.deb
Checksums-Sha256: 
 fbce4d1f2cb79f460217e2e2df7233a42257e26702c2714de5ec971056bd4498 1523 
washngo_2.12.0.1-4.dsc
 069ab31a5858eff438c038dde7660482159dc44ad3c2c860898420175bc32b92 4030 
washngo_2.12.0.1-4.debian.tar.gz
 fb9300a9d22e1b8138a90b0f32d8302e01a5593497a7cf99cce1b1066c55c8eb 615060 
libghc6-wash-doc_2.12.0.1-4_all.deb
 567a6dac95a81ed327c3ab3349b901b0f460ced2435be89f51f1ec8125c514d5 9984630 
libghc6-wash-dev_2.12.0.1-4_amd64.deb
 a81cf3724a664010977fffb1a7ecf26530c20f73092465e549552857d9e56fde 9107682 
libghc6-wash-prof_2.12.0.1-4_amd64.deb
Files: 
 94d8053acc149c8802100bec15ebc527 1523 haskell extra washngo_2.12.0.1-4.dsc
 500bcf47f516c83b30e0ee7b9b8861b7 4030 haskell extra 
washngo_2.12.0.1-4.debian.tar.gz
 45c46824724b254c08184ffb55511a48 615060 doc extra 
libghc6-wash-doc_2.12.0.1-4_all.deb
 60852effecc26f77405c685cd04e1ef6 9984630 haskell extra 
libghc6-wash-dev_2.12.0.1-4_amd64.deb
 ecc6f363f43ad583d963e5ad292e1c0c 9107682 haskell extra 
libghc6-wash-prof_2.12.0.1-4_amd64.deb

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

iEYEARECAAYFAkwoYCUACgkQ9ijrk0dDIGwxQwCgzlroNJCf/M6ZLncauuSr9u6J
YZIAoNLRAaHV4gYI66prIrATRnRyWPGZ
=veXu
-END PGP SIGNATURE-


Accepted:
libghc6-wash-dev_2.12.0.1-4_amd64.deb
  to main/w/washngo/libghc6-wash-dev_2.12.0.1-4_amd64.deb
libghc6-wash-doc_2.12.0.1-4_all.deb
  to main/w/washngo/libghc6-wash-doc_2.12.0.1-4_all.deb
libghc6-wash-prof_2.12.0.1-4_amd64.deb
  to main/w/washngo/libghc6-wash-prof_2.12.0.1-4_amd64.deb
washngo_2.12.0.1-4.debian.tar.gz
  to main/w/washngo/washngo_2.12.0.1-4.debian.tar.gz
washngo_2.12.0.1-4.dsc
  to main/w/washngo/washngo_2.12.0.1-4.dsc


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



Accepted xulrunner 1.9.2.4-2 (source all amd64)

2010-06-28 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 09:34:08 +0200
Source: xulrunner
Binary: xulrunner-1.9.2 libmozjs3d libmozjs-dev libmozjs3d-dbg spidermonkey-bin 
xulrunner-dev xulrunner-1.9.2-dbg libmozillainterfaces-java
Architecture: source amd64 all
Version: 1.9.2.4-2
Distribution: experimental
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs3d - The Mozilla SpiderMonkey JavaScript library
 libmozjs3d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9.2 - XUL + XPCOM application runner
 xulrunner-1.9.2-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Changes: 
 xulrunner (1.9.2.4-2) experimental; urgency=low
 .
   * Import the sole change from new upstream release 1.9.2.6:
 - modules/libpref/src/init/all.js: Increase the OOPP hang timeout.
Checksums-Sha1: 
 f83f5d8f8e26560205e8982a2b0bbf7563918bf5 2071 xulrunner_1.9.2.4-2.dsc
 d78944dd8df622e251d5f7a7b992fe2ff0f3092d 201692 
xulrunner_1.9.2.4-2.debian.tar.gz
 e070e30d8370aaf7c5815777b3771ec3c60eb976 9025946 
xulrunner-1.9.2_1.9.2.4-2_amd64.deb
 6a1e27dd943d30e8394b5f0db4cce5aa0401c04c 732356 libmozjs3d_1.9.2.4-2_amd64.deb
 6c7a9f5003af2ef243cdd57d66869cc41a072ede 321686 
libmozjs-dev_1.9.2.4-2_amd64.deb
 cbb1eff08334dce0fe0970451be93e105cd097e0 2450918 
libmozjs3d-dbg_1.9.2.4-2_amd64.deb
 1efa48d6b3e4fcb525124826ed19e9d74cd53c16 85168 
spidermonkey-bin_1.9.2.4-2_amd64.deb
 616162e866d2de595e35dca3f2dc641c5df87f30 3503748 
xulrunner-dev_1.9.2.4-2_amd64.deb
 eea93d9d557afde1283689d4abc2dd84f8bbf829 59812494 
xulrunner-1.9.2-dbg_1.9.2.4-2_amd64.deb
 86cdba0b63746a862bc2d46742c3779514888d63 1578430 
libmozillainterfaces-java_1.9.2.4-2_all.deb
Checksums-Sha256: 
 f68113cc6675cc3816b8f5da18a4d9bbb5542cd4ad2cd89c272004191f736d9f 2071 
xulrunner_1.9.2.4-2.dsc
 fe56e06a81946f55ced06f1e7e662ca87489597521ec0e6612ae6b5457963dc8 201692 
xulrunner_1.9.2.4-2.debian.tar.gz
 b201c88cef050b8084254273417b4e388b0bf1090217a11f384433c366dbba8a 9025946 
xulrunner-1.9.2_1.9.2.4-2_amd64.deb
 eb27616a1a566bc65adc80ae55fa33b7351d93b201eff534c148ff70329c7f5a 732356 
libmozjs3d_1.9.2.4-2_amd64.deb
 59daf5b1ee5c99bdc261decf5cd16ccfddd8421c8032627411fc2a65cd6a8106 321686 
libmozjs-dev_1.9.2.4-2_amd64.deb
 f1bc9f03da9f9fe7afb369a7649be2265a51b873a4075625b135e8fdb43724b6 2450918 
libmozjs3d-dbg_1.9.2.4-2_amd64.deb
 a96c944282397fd6d6a94c6d1abb825b5a2c1cf27c7bf35baf5aa2f78f92475b 85168 
spidermonkey-bin_1.9.2.4-2_amd64.deb
 9643f74acf6503725464edf89575d6644a590c1da17a4ca4f4ecd3645a3361d9 3503748 
xulrunner-dev_1.9.2.4-2_amd64.deb
 cb1fb2330a48e07b1b69c9d0b2e61cc79b3254a2b492bea474fc19b467f7d64a 59812494 
xulrunner-1.9.2-dbg_1.9.2.4-2_amd64.deb
 f8bcb5eda536fac45c2eddbe4a642a8fbc10ccef1ee7a6128d5fef4bab0784d4 1578430 
libmozillainterfaces-java_1.9.2.4-2_all.deb
Files: 
 715e23d8dbbc3ca9a37acf754b87bc90 2071 devel optional xulrunner_1.9.2.4-2.dsc
 113b20690aacb1af1a7d15fd80846b7a 201692 devel optional 
xulrunner_1.9.2.4-2.debian.tar.gz
 1b5d19697bed17fffeb2a47ba43e9cc2 9025946 libs optional 
xulrunner-1.9.2_1.9.2.4-2_amd64.deb
 2fb04d775cce196050903b350de2cc8e 732356 libs optional 
libmozjs3d_1.9.2.4-2_amd64.deb
 f0675f08e34a93e7dd7147a23a2f5a2b 321686 libdevel optional 
libmozjs-dev_1.9.2.4-2_amd64.deb
 de85c7f5ee4f92c50a4a1b83dcceea0e 2450918 debug extra 
libmozjs3d-dbg_1.9.2.4-2_amd64.deb
 ee2d0aaa7ea8690b59ba083a7f40e4fd 85168 interpreters optional 
spidermonkey-bin_1.9.2.4-2_amd64.deb
 3b98bba378c4ce1d48e1e5f83b4991ad 3503748 libdevel optional 
xulrunner-dev_1.9.2.4-2_amd64.deb
 d63ef889ccb29ff637bb2c373fcc5687 59812494 debug extra 
xulrunner-1.9.2-dbg_1.9.2.4-2_amd64.deb
 cd2d5875acee31d484954ff7943d4c50 1578430 java extra 
libmozillainterfaces-java_1.9.2.4-2_all.deb

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

iD8DBQFMKGFk3kvaLFT9KlgRAvzgAJ9q38UIKy9B2ptu9pYBs3YZDbDQrACfYUhF
wQlRnKZV5Z/+RRrZEPekCbs=
=ppKa
-END PGP SIGNATURE-


Accepted:
libmozillainterfaces-java_1.9.2.4-2_all.deb
  to main/x/xulrunner/libmozillainterfaces-java_1.9.2.4-2_all.deb
libmozjs-dev_1.9.2.4-2_amd64.deb
  to main/x/xulrunner/libmozjs-dev_1.9.2.4-2_amd64.deb
libmozjs3d-dbg_1.9.2.4-2_amd64.deb
  to main/x/xulrunner/libmozjs3d-dbg_1.9.2.4-2_amd64.deb
libmozjs3d_1.9.2.4-2_amd64.deb
  to main/x/xulrunner/libmozjs3d_1.9.2.4-2_amd64.deb
spidermonkey-bin_1.9.2.4-2_amd64.deb
  to main/x/xulrunner/spidermonkey-bin_1.9.2.4-2_amd64.deb
xulrunner-1.9.2-dbg_1.9.2.4-2_amd64.deb
  to main/x/xulrunner/xulrunner-1.9.2-dbg_1.9.2.4-2_amd64.deb
xulrunner-1.9.2_1.9.2.4-2_amd64.deb
  to 

Accepted fabric 0.9.0-3 (source all)

2010-06-28 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:44:43 +0100
Source: fabric
Binary: fabric
Architecture: source all
Version: 0.9.0-3
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 fabric - Simple Pythonic remote deployment tool
Closes: 587138
Changes: 
 fabric (0.9.0-3) unstable; urgency=low
 .
   * Don't try and install changes/ directory; something in sid now means this
 is causing a FTBFS. (Closes: #587138)
   * Switch to dpkg v3 source format.
   * Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 771bbc3b9ccea34c1eda5680e64a60217c41c8b9 1171 fabric_0.9.0-3.dsc
 455f03d1e82816a8d6fe93bd5c23192c52e1b0ea 2539 fabric_0.9.0-3.debian.tar.gz
 8ab913478c7c4df2deab21720ad151816dc3f659 36142 fabric_0.9.0-3_all.deb
Checksums-Sha256: 
 e73245666e69bfedc28a446875f04cd26a43cddc6a9cd0def92c8f6c2d731400 1171 
fabric_0.9.0-3.dsc
 4fefbfb0ed417496c161791fd7a0a6e39c79530f0ace731473866320674ae9ad 2539 
fabric_0.9.0-3.debian.tar.gz
 96e909528638a43cb292660dfc495f328dcb7e12a09b45c7f80161aaae973e7c 36142 
fabric_0.9.0-3_all.deb
Files: 
 1d03e68b6d67fe17a7ad963a95e11817 1171 net optional fabric_0.9.0-3.dsc
 a01dc95fd9a9854726a9ed7a23bf6809 2539 net optional fabric_0.9.0-3.debian.tar.gz
 2de15bcde6d4753c476edf5e16e71295 36142 net optional fabric_0.9.0-3_all.deb

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

iEYEARECAAYFAkwobzMACgkQ5/8uW2NPmiDjwACfXBRyymsUBPVUTnJkGKru6fwz
JkYAn24hdmu039t9UC4fEG3+MMpJ6zDQ
=FrMS
-END PGP SIGNATURE-


Accepted:
fabric_0.9.0-3.debian.tar.gz
  to main/f/fabric/fabric_0.9.0-3.debian.tar.gz
fabric_0.9.0-3.dsc
  to main/f/fabric/fabric_0.9.0-3.dsc
fabric_0.9.0-3_all.deb
  to main/f/fabric/fabric_0.9.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
Archive: http://lists.debian.org/e1otbah-tr...@ries.debian.org



Accepted lxc 0.7.1-1 (source amd64)

2010-06-28 Thread Guido Trotter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 10:15:48 +0100
Source: lxc
Binary: lxc
Architecture: source amd64
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Guido Trotter ultrot...@debian.org
Changed-By: Guido Trotter ultrot...@debian.org
Description: 
 lxc- Linux containers userspace tools
Changes: 
 lxc (0.7.1-1) unstable; urgency=low
 .
   * New upstream version
   * Convert to quilt format
   * Use pristine-tar option in git-buildpackage
   * lxc-$distro scripts (debian, fedora, sshd, ubuntu, busybox) are now
 shipped under /usr/lib/lxc/lxc/templates/
   * Bump up standards version
Checksums-Sha1: 
 3be55ddd94d6ab205263efe4be7a9c48ed3a1355 1081 lxc_0.7.1-1.dsc
 06dab217dd67b10acc57e2566f80b0673f0261f2 264376 lxc_0.7.1.orig.tar.gz
 03516264063b5c8a14bdbbb24568ceb3d74363d1 4029 lxc_0.7.1-1.debian.tar.gz
 1bca16d829a0a0617f4ed1d6b3fcbe124020d167 135720 lxc_0.7.1-1_amd64.deb
Checksums-Sha256: 
 f25fd2cb9cd451333bb780c103e9b1f7fbf2d8a3c23b033d2f9aee93e2adfa41 1081 
lxc_0.7.1-1.dsc
 da7a0b4f684a0d1d9d982c8423f1143a59798a0fab6c30e0c1aae752c578a642 264376 
lxc_0.7.1.orig.tar.gz
 4242ef1e81c858af93033e7d5aaa250b10eb482778f77078388f92c88eae7d5c 4029 
lxc_0.7.1-1.debian.tar.gz
 1f12dd815fe4d6d00fd5cc706f0ca2c58fe89cc4eaba639a7a7495714bd54e1d 135720 
lxc_0.7.1-1_amd64.deb
Files: 
 fdd50843d4fbaf3e2d74ded8f3ce4f96 1081 admin optional lxc_0.7.1-1.dsc
 7a48d7bf11c1ac26cba67fd43eac3e46 264376 admin optional lxc_0.7.1.orig.tar.gz
 42cde7a727e31ecf68ae171b9626d24d 4029 admin optional lxc_0.7.1-1.debian.tar.gz
 79701475347cf74f3dabeb09957c7b09 135720 admin optional lxc_0.7.1-1_amd64.deb

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

iEYEARECAAYFAkwodx8ACgkQhImxTYgHUpvEPACfdTe7eEZ5V+PGIGtgxCZdbDIq
LtAAnjKyd813fzjAzirX569+wE4T8Hxg
=+mpQ
-END PGP SIGNATURE-


Accepted:
lxc_0.7.1-1.debian.tar.gz
  to main/l/lxc/lxc_0.7.1-1.debian.tar.gz
lxc_0.7.1-1.dsc
  to main/l/lxc/lxc_0.7.1-1.dsc
lxc_0.7.1-1_amd64.deb
  to main/l/lxc/lxc_0.7.1-1_amd64.deb
lxc_0.7.1.orig.tar.gz
  to main/l/lxc/lxc_0.7.1.orig.tar.gz


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



Accepted redis 2:2.0.0~rc1-2 (source all amd64)

2010-06-28 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 11:02:31 +0100
Source: redis
Binary: redis-server redis-doc
Architecture: source amd64 all
Version: 2:2.0.0~rc1-2
Distribution: experimental
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 redis-doc  - Persistent key-value database with network interface (Documentati
 redis-server - Persistent key-value database with network interface
Closes: 587395
Changes: 
 redis (2:2.0.0~rc1-2) experimental; urgency=low
 .
   * Add 'status' command to initscript.
   * Add redis-benchmark (and manpage) to package. (Closes: #587395)
Checksums-Sha1: 
 fcb8afda86a16607d053e74623b8386e80950abf 1168 redis_2.0.0~rc1-2.dsc
 399e04e3b1c47890770347f5ed02c49ca63a2b47 13480 redis_2.0.0~rc1-2.debian.tar.gz
 f9d18be225de10eef851a9d0835ba1b4e45be221 155720 
redis-server_2.0.0~rc1-2_amd64.deb
 2446d7d050f1888eea5ea49bab9cac2f1e06ede1 156152 redis-doc_2.0.0~rc1-2_all.deb
Checksums-Sha256: 
 4ff3dc605dc4351ac2edc8b1ed1c7076cafb1ffacc3ea93a28311dafad74f782 1168 
redis_2.0.0~rc1-2.dsc
 1ea4bbb85b4e8b14dc80ef8c68ae6018cf5df8bde631f49a4bf58b61ad25b67d 13480 
redis_2.0.0~rc1-2.debian.tar.gz
 295240f317c273f73a7a222b439093dc9bfc136bb4830af4aa22e17c6e74ca2d 155720 
redis-server_2.0.0~rc1-2_amd64.deb
 bbbe80937650ae75d4d11abfc952f8a6fe2038b657e247d39f65636f921eb8e3 156152 
redis-doc_2.0.0~rc1-2_all.deb
Files: 
 84192fc5382c148786fb956ae1a9bb7d 1168 database optional redis_2.0.0~rc1-2.dsc
 68e0cd79d14fe095583b9f546008671f 13480 database optional 
redis_2.0.0~rc1-2.debian.tar.gz
 beaa3eae71e09e58af3511dcc57b55c5 155720 database optional 
redis-server_2.0.0~rc1-2_amd64.deb
 0796c23ef8bc2e6c780d3392ac7c67d6 156152 doc optional 
redis-doc_2.0.0~rc1-2_all.deb

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

iEYEARECAAYFAkwodzkACgkQ5/8uW2NPmiAiHQCeKPtuRfJh6ycl3NA1hBYa+Wle
Va4AnR4i/nnrwYhExIhJ7JGrqXGwTCLW
=Nc4i
-END PGP SIGNATURE-


Accepted:
redis-doc_2.0.0~rc1-2_all.deb
  to main/r/redis/redis-doc_2.0.0~rc1-2_all.deb
redis-server_2.0.0~rc1-2_amd64.deb
  to main/r/redis/redis-server_2.0.0~rc1-2_amd64.deb
redis_2.0.0~rc1-2.debian.tar.gz
  to main/r/redis/redis_2.0.0~rc1-2.debian.tar.gz
redis_2.0.0~rc1-2.dsc
  to main/r/redis/redis_2.0.0~rc1-2.dsc


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



Accepted scheme2c 1993.3.15.2-10 (source all amd64)

2010-06-28 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 12:37:21 +0200
Source: scheme2c
Binary: scheme2c scheme2c-doc
Architecture: source amd64 all
Version: 1993.3.15.2-10
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 scheme2c   - Joel Bartlett's fabled Scheme-C system
 scheme2c-doc - Documentation for the Scheme-C system
Closes: 585546
Changes: 
 scheme2c (1993.3.15.2-10) unstable; urgency=low
 .
   * merge upstream fixes: syntax-rules/case
   * use pdflatex not latex;dvips;ps2pdf bypassing ps2pdf bug (closes: #585546)
Checksums-Sha1: 
 63e9c3e1c3e3994f3a680f259efb0ed60012de30 1344 scheme2c_1993.3.15.2-10.dsc
 7cac05331c16adbd6689eee260f0fd15de80ee66 83418 
scheme2c_1993.3.15.2-10.debian.tar.gz
 62e352700232c98f30c9cc22a3ff55c2bfdfb3a0 817558 
scheme2c_1993.3.15.2-10_amd64.deb
 d0d6ad642b18e537fa55be55b27bcab0d2cbe575 886402 
scheme2c-doc_1993.3.15.2-10_all.deb
Checksums-Sha256: 
 fc3bdf2638499c51d56e85d8ec87f1ee0e25a05dfa4917095ef56f5ea6d9ab61 1344 
scheme2c_1993.3.15.2-10.dsc
 68c22f0fe71122ae52f85711852a53a9f20632b8a0ac4afa28b04c07f5c22a98 83418 
scheme2c_1993.3.15.2-10.debian.tar.gz
 c96e8594ca6f2e7d48bc67d3c1f522a5e8dadbb93c95505e6c229aefedcd10e0 817558 
scheme2c_1993.3.15.2-10_amd64.deb
 99106120e9ee8e57dab9ea9072848cc8af3724e8fd372289db25c6da7d782962 886402 
scheme2c-doc_1993.3.15.2-10_all.deb
Files: 
 c21360851d37bdf0d2c812df65110a86 1344 lisp extra scheme2c_1993.3.15.2-10.dsc
 edfb1cb73e357826fcc01d3f616f1c2b 83418 lisp extra 
scheme2c_1993.3.15.2-10.debian.tar.gz
 ca1b96ef9e895259e2f60b104a06079d 817558 lisp extra 
scheme2c_1993.3.15.2-10_amd64.deb
 81a7020cc00f1588aebd85d13ae79289 886402 doc extra 
scheme2c-doc_1993.3.15.2-10_all.deb

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

iEYEARECAAYFAkwogiwACgkQLz4Gnv7CP7Kq8wCdGqp5XwqwNbgCF+ecwyqd6/js
TBwAoKjjMNCL/JVQT37y/4g60F0agGdx
=klVr
-END PGP SIGNATURE-


Accepted:
scheme2c-doc_1993.3.15.2-10_all.deb
  to main/s/scheme2c/scheme2c-doc_1993.3.15.2-10_all.deb
scheme2c_1993.3.15.2-10.debian.tar.gz
  to main/s/scheme2c/scheme2c_1993.3.15.2-10.debian.tar.gz
scheme2c_1993.3.15.2-10.dsc
  to main/s/scheme2c/scheme2c_1993.3.15.2-10.dsc
scheme2c_1993.3.15.2-10_amd64.deb
  to main/s/scheme2c/scheme2c_1993.3.15.2-10_amd64.deb


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



Accepted cluster 1.13.1-1 (source i386)

2010-06-28 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 06:30:47 -0500
Source: cluster
Binary: r-cran-cluster
Architecture: source i386
Version: 1.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-cluster - GNU R package for cluster analysis by Rousseeuw et al
Changes: 
 cluster (1.13.1-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 5b12f7ac3ba8297d9dc6d970acf1fe102cdc3189 983 cluster_1.13.1-1.dsc
 a1f904bed170b149f04774091239221842c8fe7a 214083 cluster_1.13.1.orig.tar.gz
 0500d64aaeb33f1ba4ba5000e3a7a541511bb64e 2986 cluster_1.13.1-1.diff.gz
 73b9129e9c2b57f70cd4acdc8bd932df07be4954 358746 
r-cran-cluster_1.13.1-1_i386.deb
Checksums-Sha256: 
 7d48f1797e06f7c37def49ceff3d3f3c3f3572727ce324bcb55bf5f6e409f88a 983 
cluster_1.13.1-1.dsc
 b27f863978584901f912fa763f63384355891eae3117e3730c5135ed5e05b504 214083 
cluster_1.13.1.orig.tar.gz
 38d6ad805b4118caaa02eef9bf40a359721e1415aef49ab1f9f0fb52c0936fae 2986 
cluster_1.13.1-1.diff.gz
 51f2fa8f684ab5158449dccd887aa1a90c602e42b46f262bc366f2fb3ce25e54 358746 
r-cran-cluster_1.13.1-1_i386.deb
Files: 
 b37b73e5beebc2fee9db00ea846b5ec8 983 gnu-r optional cluster_1.13.1-1.dsc
 e4cc93c49411b38cfa2a1349e23d9249 214083 gnu-r optional 
cluster_1.13.1.orig.tar.gz
 a20a5dae3959a8b9953553ff59b58caf 2986 gnu-r optional cluster_1.13.1-1.diff.gz
 0a415b55398f7eb429036b677585ad74 358746 gnu-r optional 
r-cran-cluster_1.13.1-1_i386.deb

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

iD8DBQFMKIg5CZSR95Gw07cRAg1ZAKCZo7STlJ7sXlaqIHgjgTX5ChMP/ACfTAAp
ccUsbUeFhB5ccfs9hK5XaPc=
=28LE
-END PGP SIGNATURE-


Accepted:
cluster_1.13.1-1.diff.gz
  to main/c/cluster/cluster_1.13.1-1.diff.gz
cluster_1.13.1-1.dsc
  to main/c/cluster/cluster_1.13.1-1.dsc
cluster_1.13.1.orig.tar.gz
  to main/c/cluster/cluster_1.13.1.orig.tar.gz
r-cran-cluster_1.13.1-1_i386.deb
  to main/c/cluster/r-cran-cluster_1.13.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
Archive: http://lists.debian.org/e1otcnq-0004mj...@ries.debian.org



Accepted r-cran-slam 0.1-13-1 (source i386)

2010-06-28 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 06:31:30 -0500
Source: r-cran-slam
Binary: r-cran-slam
Architecture: source i386
Version: 0.1-13-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-slam - GNU R sparse lighweight arrays and matrices package
Changes: 
 r-cran-slam (0.1-13-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 4a840a691a59f2687ad1fc1a0ad8371e92eb5853 1070 r-cran-slam_0.1-13-1.dsc
 0e331deaa2f9db4f9f0295c75809ad735e44bcd9 15790 r-cran-slam_0.1-13.orig.tar.gz
 7a013e755c1d30fef4a9eebd9799dc21039b4b00 1493 r-cran-slam_0.1-13-1.diff.gz
 596d4cbfbb75571131dd8fece1c6787820b0d7ad 43994 r-cran-slam_0.1-13-1_i386.deb
Checksums-Sha256: 
 8d492ab76556b86c11cd05e1618847e60d2366328af4709d620698262fe186f8 1070 
r-cran-slam_0.1-13-1.dsc
 9256f94af2332f72d3cdaffcc971ae4d971ab9e7976f84d55e560f16105afecf 15790 
r-cran-slam_0.1-13.orig.tar.gz
 1dd978d9d6738cddb566b7efcd6c7cb1fbcfdd4802c0fbd1e774905857ce491a 1493 
r-cran-slam_0.1-13-1.diff.gz
 00a2ae7b0b087043f031c124ed2af288062cbb6a8d24f1c499cbdde30bef7c5a 43994 
r-cran-slam_0.1-13-1_i386.deb
Files: 
 3f2c7d660aa760bc5859639e58ce51b7 1070 gnu-r optional r-cran-slam_0.1-13-1.dsc
 9eb2d19bb06b63458b84ca00ca77dc5d 15790 gnu-r optional 
r-cran-slam_0.1-13.orig.tar.gz
 f568285c4960fdc49a351dd8a653355e 1493 gnu-r optional 
r-cran-slam_0.1-13-1.diff.gz
 2e6804e2386a22a07d08b97bb5581395 43994 gnu-r optional 
r-cran-slam_0.1-13-1_i386.deb

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

iD8DBQFMKIiVCZSR95Gw07cRApSTAJ4/bTCsCqPa5+q1AGU0wUfGJTHLqgCfZp7f
KLZ/W+1pUhEUyqXh3ZP29YE=
=OVJK
-END PGP SIGNATURE-


Accepted:
r-cran-slam_0.1-13-1.diff.gz
  to main/r/r-cran-slam/r-cran-slam_0.1-13-1.diff.gz
r-cran-slam_0.1-13-1.dsc
  to main/r/r-cran-slam/r-cran-slam_0.1-13-1.dsc
r-cran-slam_0.1-13-1_i386.deb
  to main/r/r-cran-slam/r-cran-slam_0.1-13-1_i386.deb
r-cran-slam_0.1-13.orig.tar.gz
  to main/r/r-cran-slam/r-cran-slam_0.1-13.orig.tar.gz


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



Accepted m17n-lib 1.6.1-1 (source amd64)

2010-06-28 Thread Harshula Jayasuriya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jun 2010 02:21:26 +1000
Source: m17n-lib
Binary: libm17n-0 libm17n-dev libm17n-0-dbg m17n-lib-bin
Architecture: source amd64
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Harshula Jayasuriya harsh...@gmail.com
Changed-By: Harshula Jayasuriya harsh...@gmail.com
Description: 
 libm17n-0  - a multilingual text processing library - runtime
 libm17n-0-dbg - a multilingual text processing library - debugging symbols
 libm17n-dev - a multilingual text processing library - development
 m17n-lib-bin - a multilingual text processing library - utilities
Changes: 
 m17n-lib (1.6.1-1) unstable; urgency=low
 .
   * New upstream release 1.6.1.
   * Update Standards-Version to Debian Policy 3.8.4. (No changes)
   * debian/source/format: 3.0 (quilt).
   * debian/README.source: deleted.
   * debian/rules: remove all references to patch and dpatch.
   * debian/copyright: update dates.
   * debian/control:
   - Build-depends: remove dpatch.
   - Build-depends: libotf = 0.9.11
   - Recommends: m17n-db = 1.6.0
   * debian/patches/fix_loadable_modules_path.dpatch: removed, fixed upstream.
   * debian/patches/fix_soversion.patch: removed, fixed upstream.
   * debian/libm17n-0.install: module directory changed from /usr/lib/m17n-lib/
 to /usr/lib/m17n/1.0/ .
   * debian/libm17n-0.symbols: updated.
   * debian/libm17n-dev.install: remove modules.
Checksums-Sha1: 
 de9d4f8502a5b8f6affb971f40602c652149 1390 m17n-lib_1.6.1-1.dsc
 bd949312394a8d8d3ea594125af5d95cf1d0a2f2 969637 m17n-lib_1.6.1.orig.tar.gz
 0f00e157ed5f11624f61b061f9fc62e2a504a9d5 9402 m17n-lib_1.6.1-1.debian.tar.gz
 1ed127c6cfc12d38688701dd7482dce1266ad082 298514 libm17n-0_1.6.1-1_amd64.deb
 64c1e9be563d26fe2fc6a7c6f795d7c06560d9ec 309294 libm17n-dev_1.6.1-1_amd64.deb
 873b06f5434862a4ce8c0f04d3151fdfadf4315c 465318 libm17n-0-dbg_1.6.1-1_amd64.deb
 3203355c65845373174e19cf7eed29f53ff8aef0 55758 m17n-lib-bin_1.6.1-1_amd64.deb
Checksums-Sha256: 
 76103852085da23835de7ac54b9ad76c2385a018360c4d5957377fa62255a248 1390 
m17n-lib_1.6.1-1.dsc
 6099e30c8413f6a37459f96cc6eaef9692a07b06a0f84682bb3b2b5e3b033a2e 969637 
m17n-lib_1.6.1.orig.tar.gz
 cfcb58f9fb854da1a8a1707a5bce0d3afe800afa1ddc53e27c7f4a87a50863ad 9402 
m17n-lib_1.6.1-1.debian.tar.gz
 5dd506ca9478afd59ef41457f713a3d14970c4a7fd59c8cd8bed3104fc2d6b2d 298514 
libm17n-0_1.6.1-1_amd64.deb
 7b110e8311f142b43f784f625c378f8a95153dd1fe4d77115ef1268c3df56572 309294 
libm17n-dev_1.6.1-1_amd64.deb
 eeaee27559b523d5cf6a40825c5f78ce7f943f43b0a4585f9bb9e2dd4c9fdb25 465318 
libm17n-0-dbg_1.6.1-1_amd64.deb
 599cbe3ec07a5c7a4feb9cc6f6f161e42c465873d9c77bf568e136e636a8b91a 55758 
m17n-lib-bin_1.6.1-1_amd64.deb
Files: 
 6c03c988f769c18cc6e413c1fbd6ece0 1390 utils optional m17n-lib_1.6.1-1.dsc
 3a0ee7b65eefa0042a7efd3d855104f2 969637 utils optional 
m17n-lib_1.6.1.orig.tar.gz
 7d67ea89bee15aa1f071ce6624f4181e 9402 utils optional 
m17n-lib_1.6.1-1.debian.tar.gz
 a52a4a69d14532d88dc1bc4ad268a163 298514 libs optional 
libm17n-0_1.6.1-1_amd64.deb
 49e952aecf10ce9142446eb61a7558a6 309294 libdevel optional 
libm17n-dev_1.6.1-1_amd64.deb
 9dd96d324099610caf92e44363657ac6 465318 debug extra 
libm17n-0-dbg_1.6.1-1_amd64.deb
 a2b9ef2da2e2793be59949622bcc9c1f 55758 utils optional 
m17n-lib-bin_1.6.1-1_amd64.deb

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

iEYEARECAAYFAkwoizYACgkQnXMZMWIGYYxc7wCeNKnF1J+3VlV2xMcF//LkqxUX
VIUAoKWpQMG5wg2bLnMyYY/8sp6S69uJ
=YVSf
-END PGP SIGNATURE-


Accepted:
libm17n-0-dbg_1.6.1-1_amd64.deb
  to main/m/m17n-lib/libm17n-0-dbg_1.6.1-1_amd64.deb
libm17n-0_1.6.1-1_amd64.deb
  to main/m/m17n-lib/libm17n-0_1.6.1-1_amd64.deb
libm17n-dev_1.6.1-1_amd64.deb
  to main/m/m17n-lib/libm17n-dev_1.6.1-1_amd64.deb
m17n-lib-bin_1.6.1-1_amd64.deb
  to main/m/m17n-lib/m17n-lib-bin_1.6.1-1_amd64.deb
m17n-lib_1.6.1-1.debian.tar.gz
  to main/m/m17n-lib/m17n-lib_1.6.1-1.debian.tar.gz
m17n-lib_1.6.1-1.dsc
  to main/m/m17n-lib/m17n-lib_1.6.1-1.dsc
m17n-lib_1.6.1.orig.tar.gz
  to main/m/m17n-lib/m17n-lib_1.6.1.orig.tar.gz


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



Accepted syslinux 2:4.00~pre64+dfsg-1 (source i386 all)

2010-06-28 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 13:44:49 +0200
Source: syslinux
Binary: syslinux extlinux syslinux-common
Architecture: source i386 all
Version: 2:4.00~pre64+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 extlinux   - utilities for the syslinux bootloaders (ext2/ext3/ext4/btrfs boot
 syslinux   - utilities for the syslinux bootloaders
 syslinux-common - Kernel loaders for FAT, ext2/3/4, btrfs or iso9660 
filesystems or
Changes: 
 syslinux (2:4.00~pre64+dfsg-1) unstable; urgency=low
 .
   * Merging upstream version 4.00~pre64+dfsg.
Checksums-Sha1: 
 c248502c14d4ff45e1525ac71353eb87814a1c4f 1454 syslinux_4.00~pre64+dfsg-1.dsc
 0e8e82771c64c4d432d01a6df5c7ecc48ae4b692 4990614 
syslinux_4.00~pre64+dfsg.orig.tar.gz
 70185db2d3ab8360993b35d4177482878694d587 19027 
syslinux_4.00~pre64+dfsg-1.diff.gz
 729cc344b8d68d44c8a7e48bfad747bbf0a796a9 83322 
syslinux_4.00~pre64+dfsg-1_i386.deb
 c30e7f9e7b1b215eb17d31b4dd0127b1df47b546 77606 
extlinux_4.00~pre64+dfsg-1_i386.deb
 9f22f6046fe6fb6c31502ed8285a9bab938f76ba 1167536 
syslinux-common_4.00~pre64+dfsg-1_all.deb
Checksums-Sha256: 
 caa68f7a1940d3956ddca7ffda6518a99ebd281777238eff46ad65bc4e42de92 1454 
syslinux_4.00~pre64+dfsg-1.dsc
 a45e4d3a079253eec98422680724d021ee3accb3db6957c77e3e40df510fc15d 4990614 
syslinux_4.00~pre64+dfsg.orig.tar.gz
 e61b37abf4aec81279c9ed5116c2b61f57f6e22edd71988fd8649c1cc1b86868 19027 
syslinux_4.00~pre64+dfsg-1.diff.gz
 373272ae39a312497002af088a2b79618384c6e557366bc80f4ced728709ca6d 83322 
syslinux_4.00~pre64+dfsg-1_i386.deb
 4bfe868944e0f977dc35d343779aa8c79b2443809977dee6be25ee7d2fb12129 77606 
extlinux_4.00~pre64+dfsg-1_i386.deb
 3398de28b506f9d5387a84a27d3c1732a29a1cfb187e8c39a32610b9646a8226 1167536 
syslinux-common_4.00~pre64+dfsg-1_all.deb
Files: 
 9bfb2bb5aa6ac5cc5ed7bea1def69e3c 1454 utils optional 
syslinux_4.00~pre64+dfsg-1.dsc
 af661cf742926287719ba5093030f695 4990614 utils optional 
syslinux_4.00~pre64+dfsg.orig.tar.gz
 78543074d1928f52fc4b9c1bfd0ac837 19027 utils optional 
syslinux_4.00~pre64+dfsg-1.diff.gz
 2a5e6dfc4fa8a0dc6310b93b607160a1 83322 utils optional 
syslinux_4.00~pre64+dfsg-1_i386.deb
 a205b72ab4efa3a99ff802c6b6b44112 77606 utils optional 
extlinux_4.00~pre64+dfsg-1_i386.deb
 ed6e6f13c070dcd4b2f5c0944b0b8335 1167536 utils optional 
syslinux-common_4.00~pre64+dfsg-1_all.deb

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

iEYEARECAAYFAkwojMoACgkQ+C5cwEsrK55omQCdEjfHdD1eqcIyZl4Ylv6A4CHt
DAIAoOSK6mbtq2ZQk9hiqxYLAN4x75sh
=2aoX
-END PGP SIGNATURE-


Accepted:
extlinux_4.00~pre64+dfsg-1_i386.deb
  to main/s/syslinux/extlinux_4.00~pre64+dfsg-1_i386.deb
syslinux-common_4.00~pre64+dfsg-1_all.deb
  to main/s/syslinux/syslinux-common_4.00~pre64+dfsg-1_all.deb
syslinux_4.00~pre64+dfsg-1.diff.gz
  to main/s/syslinux/syslinux_4.00~pre64+dfsg-1.diff.gz
syslinux_4.00~pre64+dfsg-1.dsc
  to main/s/syslinux/syslinux_4.00~pre64+dfsg-1.dsc
syslinux_4.00~pre64+dfsg-1_i386.deb
  to main/s/syslinux/syslinux_4.00~pre64+dfsg-1_i386.deb
syslinux_4.00~pre64+dfsg.orig.tar.gz
  to main/s/syslinux/syslinux_4.00~pre64+dfsg.orig.tar.gz


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



Accepted fusionforge 5.0.1+svn10137-1 (source all)

2010-06-28 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 13:34:14 +0200
Source: fusionforge
Binary: fusionforge-standard fusionforge-minimal fusionforge-full gforge 
gforge-common gforge-web-apache2 gforge-web-apache2-vhosts gforge-web-apache 
gforge-db-postgresql gforge-mta-exim4 gforge-mta-postfix gforge-mta-courier 
gforge-shell-postgresql gforge-ftp-proftpd gforge-dns-bind9 
gforge-lists-mailman gforge-plugin-scmcvs gforge-plugin-scmsvn 
gforge-plugin-scmbzr gforge-plugin-scmgit gforge-plugin-scmhg 
gforge-plugin-scmdarcs gforge-plugin-scmarch gforge-plugin-mediawiki 
gforge-plugin-extratabs gforge-plugin-globalsearch gforge-plugin-projectlabels 
gforge-plugin-contribtracker
Architecture: source all
Version: 5.0.1+svn10137-1
Distribution: unstable
Urgency: low
Maintainer: Roland Mas lola...@debian.org
Changed-By: Roland Mas lola...@debian.org
Description: 
 fusionforge-full - FusionForge collaborative development tool - full 
metapackage
 fusionforge-minimal - FusionForge collaborative development tool - minimal 
metapackage
 fusionforge-standard - FusionForge collaborative development tool - standard 
metapackage
 gforge - Dummy upgrade package for FusionForge
 gforge-common - collaborative development tool - shared files
 gforge-db-postgresql - collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - collaborative development tool - FTP management (using 
ProFTPd)
 gforge-lists-mailman - collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-courier - collaborative development tool - mail tools (using 
Courier)
 gforge-mta-exim4 - collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 gforge-plugin-contribtracker - Contribution tracker plugin for FusionForge
 gforge-plugin-extratabs - Extratabs plugin for FusionForge
 gforge-plugin-globalsearch - Globalsearch plugin for FusionForge
 gforge-plugin-mediawiki - Mediawiki plugin for FusionForge
 gforge-plugin-projectlabels - Projectlabels plugin for FusionForge
 gforge-plugin-scmarch - collaborative development tool - GNU Arch plugin
 gforge-plugin-scmbzr - collaborative development tool - Bazaar plugin
 gforge-plugin-scmcvs - collaborative development tool - CVS plugin
 gforge-plugin-scmdarcs - collaborative development tool - Darcs plugin
 gforge-plugin-scmgit - collaborative development tool - Git plugin
 gforge-plugin-scmhg - collaborative development tool - Mercurial (Hg) plugin
 gforge-plugin-scmsvn - collaborative development tool - Subversion plugin
 gforge-shell-postgresql - collaborative development tool - shell accounts 
(using PostgreSQL
 gforge-web-apache - transition package to gforge-web-apache2
 gforge-web-apache2 - collaborative development tool - web part (using Apache)
 gforge-web-apache2-vhosts - collaborative development tool - web vhosts (using 
Apache)
Closes: 579459
Changes: 
 fusionforge (5.0.1+svn10137-1) unstable; urgency=low
 .
   * Adapted URLs to logos and CSS for gitweb = 1.7.  Added versioned
 dependency accordingly.
   * Use local YUI library (over HTTPS if needed) rather than possibly
 leaking informations to Yahoo's servers (closes: #579459).
Checksums-Sha1: 
 6541b13d353af3fc310e2232cabd34fc83680b6e 1856 fusionforge_5.0.1+svn10137-1.dsc
 062f8ccde639050ff78e363c60e1911883b6b8ed 11385725 
fusionforge_5.0.1+svn10137.orig.tar.gz
 f7c28e7b113f405061bb9e0a3f650237614efb2f 3094 
fusionforge_5.0.1+svn10137-1.diff.gz
 176331183b40c0a7c540ab5f87772d717b7b3d36 52262 
fusionforge-standard_5.0.1+svn10137-1_all.deb
 db01ae4622015f19f821000408db837f20dffbf6 51006 
fusionforge-minimal_5.0.1+svn10137-1_all.deb
 5b77021690905ec62ff4c8049d0566372b949ad5 51124 
fusionforge-full_5.0.1+svn10137-1_all.deb
 60027083fa1098ed9bde3765224202e04982c196 47828 gforge_5.0.1+svn10137-1_all.deb
 998d1f08f842395157c4d80c51bc025b9879c0e3 1190938 
gforge-common_5.0.1+svn10137-1_all.deb
 124c24ae2fe4cb5470e565c1be3d5eef8069d378 1255458 
gforge-web-apache2_5.0.1+svn10137-1_all.deb
 c44c4e9215b571dd337c71df4c3b947cb51c3c9a 51402 
gforge-web-apache2-vhosts_5.0.1+svn10137-1_all.deb
 797fa06ec51d7f01bbfc09366fcb5787da811fff 47856 
gforge-web-apache_5.0.1+svn10137-1_all.deb
 4bf992ec2a2389a6c68de9cbdeba01001808c06d 182840 
gforge-db-postgresql_5.0.1+svn10137-1_all.deb
 083a5c3db930e4a44e8426a70a95f0db199ae575 56388 
gforge-mta-exim4_5.0.1+svn10137-1_all.deb
 fd67ed72b52c3a03f627dbf1e0d1cc896e9145e4 55878 
gforge-mta-postfix_5.0.1+svn10137-1_all.deb
 84295a644185a21ec3eb2db6d5e0ac2417572910 47936 
gforge-mta-courier_5.0.1+svn10137-1_all.deb
 2329bc156d9ec355680ea8ad11b52cb9f3cfead4 54282 
gforge-shell-postgresql_5.0.1+svn10137-1_all.deb
 7389d68581a58e0469dbc3c4ea69d7035f5ee743 54946 
gforge-ftp-proftpd_5.0.1+svn10137-1_all.deb
 1dd3aa6322d76815f39e67a7cad242c502d6344d 56718 

Accepted gnuvd 1.0.11-1 (source all amd64)

2010-06-28 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 14:00:35 +0200
Source: gnuvd
Binary: gnuvd gnuvd-gnome
Architecture: source amd64 all
Version: 1.0.11-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 gnuvd  - Query the online Dutch Van Dale dictionary
 gnuvd-gnome - Query the online Dutch Van Dale dictionary - GNOME frontend
Closes: 506716 580110
Changes: 
 gnuvd (1.0.11-1) unstable; urgency=low
 .
   * New upstream release.
 - Works with latest version of the Van Dale site again. Closes: #580110
   * Convert source package format to 3.0 (quilt).
   * Bump Standards-Version and debhelper compatibility level.
   * Remove unnecessary dependency on recode. Closes: #506716
Checksums-Sha1: 
 c32aa24f8684ea6c5efbdb27cec8c631cf72875c 1022 gnuvd_1.0.11-1.dsc
 96c568b46bd78eb1f7bd4e528acdd6f17d1a43f1 102996 gnuvd_1.0.11.orig.tar.gz
 fab50f745f43da167c3589fb32d57f9ec66c6717 4225 gnuvd_1.0.11-1.debian.tar.gz
 296ebc241fdb562c08fc706f1848e4072203dbf3 11928 gnuvd_1.0.11-1_amd64.deb
 df700d2b5be6421ba0d8921ecc175a4860e78c10 5826 gnuvd-gnome_1.0.11-1_all.deb
Checksums-Sha256: 
 79c20bf2a68f48cf73e2de8cae3ace91d298f1d2992030e947c96e5cdfd2d4d5 1022 
gnuvd_1.0.11-1.dsc
 c60d857a28175839487cf4794dc50d0560b2374acc0b9db8572cfba120cdf355 102996 
gnuvd_1.0.11.orig.tar.gz
 644937bcb9ea4d45ca28e8b56d0a59a13ef05f70665a7dc38703fabc34751bf1 4225 
gnuvd_1.0.11-1.debian.tar.gz
 1e672a20d71cb5a8728274cff85a5e8379ac31fc0997e508de28ff2bc7fa23a8 11928 
gnuvd_1.0.11-1_amd64.deb
 806c20c828545e8f1ee6ac3ce0359b0181bc6afec2d01bd3f47bdcbb6878b471 5826 
gnuvd-gnome_1.0.11-1_all.deb
Files: 
 c3c5cd27d768be9129c8ee60d53baaea 1022 contrib/text optional gnuvd_1.0.11-1.dsc
 f8bff07398808b8d99316bb45b9ee5c9 102996 contrib/text optional 
gnuvd_1.0.11.orig.tar.gz
 ef50110c2fdbcb7cbfcf6246d73f6011 4225 contrib/text optional 
gnuvd_1.0.11-1.debian.tar.gz
 07f0ae00a4bc9f1ef9f5d7002c73d053 11928 contrib/text optional 
gnuvd_1.0.11-1_amd64.deb
 abdc4a13f91ae2ac83ea18595bb2511f 5826 contrib/text optional 
gnuvd-gnome_1.0.11-1_all.deb

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

iEYEARECAAYFAkwojxEACgkQAxLow12M2nvXFACgrW9UWbhm0d3t40X28zr2nl9R
JIUAn2SN+qpY+X5iYTfuTyVXqXd87wvn
=lMbK
-END PGP SIGNATURE-


Accepted:
gnuvd-gnome_1.0.11-1_all.deb
  to contrib/g/gnuvd/gnuvd-gnome_1.0.11-1_all.deb
gnuvd_1.0.11-1.debian.tar.gz
  to contrib/g/gnuvd/gnuvd_1.0.11-1.debian.tar.gz
gnuvd_1.0.11-1.dsc
  to contrib/g/gnuvd/gnuvd_1.0.11-1.dsc
gnuvd_1.0.11-1_amd64.deb
  to contrib/g/gnuvd/gnuvd_1.0.11-1_amd64.deb
gnuvd_1.0.11.orig.tar.gz
  to contrib/g/gnuvd/gnuvd_1.0.11.orig.tar.gz


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



Accepted geeqie 1:1.0-5 (source all amd64)

2010-06-28 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jun 2010 17:14:59 +0200
Source: geeqie
Binary: geeqie geeqie-common geeqie-gps geeqie-dbg gqview gqview-dbg
Architecture: source amd64 all
Version: 1:1.0-5
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 geeqie - image viewer using GTK+
 geeqie-common - data files for Geeqie
 geeqie-dbg - debug symbols for Geeqie
 geeqie-gps - image viewer using GTK+ (with support for GPS maps)
 gqview - image viewer using GTK+ (transitional package)
 gqview-dbg - image viewer using GTK+ (debug) (transitional package)
Changes: 
 geeqie (1:1.0-5) unstable; urgency=low
 .
   * Fix typo in prerm script to fix uninstallation of alternative.
Checksums-Sha1: 
 9d3ef34e44aab5632a6fd6fe420f7b347a21832e 1465 geeqie_1.0-5.dsc
 85548b0b2fefa973dbdf13f8f9cc6bcf116824e3 10157 geeqie_1.0-5.debian.tar.gz
 caeae9c243cada00c9567ee7aa2627e9b58bc837 656018 geeqie_1.0-5_amd64.deb
 925bc85cb027a33205f03aaa12ec0f0467fb405b 870576 geeqie-common_1.0-5_all.deb
 3f57c13766c1cb083df03e2fc832ba6fe2679867 653086 geeqie-gps_1.0-5_amd64.deb
 92b40b260ad3d71542e407cc153c80ed0890d21d 2637958 geeqie-dbg_1.0-5_amd64.deb
 2e06a83b73b38f8e8f66374aa1c334b762b9b7ac 163070 gqview_1.0-5_all.deb
 3ca2a4e532145f381bd0729601b49e1e4aaefbd2 162738 gqview-dbg_1.0-5_all.deb
Checksums-Sha256: 
 53535041ff2b21bcb3fa8969d5c5304cd0ceb62ee19deba033f161e730dad618 1465 
geeqie_1.0-5.dsc
 5990ee183d939253d86ffd9a69d86cf4be9995429f98a6d925b1a93c33af0219 10157 
geeqie_1.0-5.debian.tar.gz
 ed4075bff50f5f7465e2b022396da378b7529dfc13b7023e12473df290c6ee9b 656018 
geeqie_1.0-5_amd64.deb
 786ff1149a540e83045b308587e0f0ae5b4179c54a700b656ef2a13fac739244 870576 
geeqie-common_1.0-5_all.deb
 27df279ff4671ed141c11cc95e9d600ca63e96a7e5f8cff29c715e9388396bc2 653086 
geeqie-gps_1.0-5_amd64.deb
 6050f47dea557dc0985f028f8d7b1dd1b9dd2f8937707ae1e86821681a75ce29 2637958 
geeqie-dbg_1.0-5_amd64.deb
 4590c04858cbcb28925f443a422d1b183763f10cab34a97f0d2476af55a0 163070 
gqview_1.0-5_all.deb
 d86bec2d25177e7c3dc2975f9d9a6298b66d9f4437d66013a9ac34553e7b2834 162738 
gqview-dbg_1.0-5_all.deb
Files: 
 b7d90ee04a4c1071a5f81c1789b3ed58 1465 graphics optional geeqie_1.0-5.dsc
 e44241126aec28189c75ead5abaa84b7 10157 graphics optional 
geeqie_1.0-5.debian.tar.gz
 416e37a1f125578455bdcadfae0ff37a 656018 graphics optional 
geeqie_1.0-5_amd64.deb
 180fe0549ac85da659450f6271c46f08 870576 graphics optional 
geeqie-common_1.0-5_all.deb
 356c27ea8e965889ff95a4e4351d9bb8 653086 graphics extra 
geeqie-gps_1.0-5_amd64.deb
 c7919910351d6cbe4003746889a463b7 2637958 debug extra geeqie-dbg_1.0-5_amd64.deb
 c2844471874714d390bfe42fccfc748d 163070 graphics optional gqview_1.0-5_all.deb
 e8fe399af36f5d07200335cc5fde30d2 162738 debug extra gqview-dbg_1.0-5_all.deb

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

iEYEARECAAYFAkwaPZ8ACgkQ3DVS6DbnVgRSZACg46kChGEFKzZYqzJE0J6XaFHg
kcoAn2/Ew9ZS/OgWJFvp78JmtS7Uh9aH
=jlIt
-END PGP SIGNATURE-


Accepted:
geeqie-common_1.0-5_all.deb
  to main/g/geeqie/geeqie-common_1.0-5_all.deb
geeqie-dbg_1.0-5_amd64.deb
  to main/g/geeqie/geeqie-dbg_1.0-5_amd64.deb
geeqie-gps_1.0-5_amd64.deb
  to main/g/geeqie/geeqie-gps_1.0-5_amd64.deb
geeqie_1.0-5.debian.tar.gz
  to main/g/geeqie/geeqie_1.0-5.debian.tar.gz
geeqie_1.0-5.dsc
  to main/g/geeqie/geeqie_1.0-5.dsc
geeqie_1.0-5_amd64.deb
  to main/g/geeqie/geeqie_1.0-5_amd64.deb
gqview-dbg_1.0-5_all.deb
  to main/g/geeqie/gqview-dbg_1.0-5_all.deb
gqview_1.0-5_all.deb
  to main/g/geeqie/gqview_1.0-5_all.deb


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



Accepted libqalculate 0.9.7-2 (source all amd64)

2010-06-28 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Jun 2010 14:48:20 +0200
Source: libqalculate
Binary: qalc libqalculate5 libqalculate-dev libqalculate-doc
Architecture: source amd64 all
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Legout vinc...@legout.info
Changed-By: Vincent Legout vinc...@legout.info
Description: 
 libqalculate-dev - Powerful and easy to use desktop calculator - development
 libqalculate-doc - Powerful and easy to use desktop calculator - documentation
 libqalculate5 - Powerful and easy to use desktop calculator - library
 qalc   - Powerful and easy to use command line calculator
Closes: 452492 571155 583266 583267
Changes: 
 libqalculate (0.9.7-2) unstable; urgency=low
 .
   * debian/control:
 - Add Depends on libxml2-dev for libqalculate-dev (Closes: #571155)
 - Update Standards-Version to 3.8.4
   * Move /usr/share/qalculate/*.xml and /usr/share/locale/* to libqalculate5
 binary package (Closes: 583267)
   * debian/patches/spell-fixes.patch: Fix spelling mistakes in the currencies.
 Thanks to Jonathan Riddell (Closes: 583266)
   * debian/patches/units-fixes.patch: Fix spelling mistakes in the units.
 (Closes: #452492)
   * Add debian/clean and remove the override_dh_auto_clean target in
 debian/rules
Checksums-Sha1: 
 e01b0598182fc8090efd1cd6a3058c07d1ca1e41 1224 libqalculate_0.9.7-2.dsc
 92a1e68db1360d314951ba05ae7b1b52860236d0 6031 
libqalculate_0.9.7-2.debian.tar.gz
 2c1357bd64da5b11fa3652ea3d15d741b93b6b4a 114370 qalc_0.9.7-2_amd64.deb
 8ea6dc9701f2c3563733c18009c61d766298ea0e 1076642 
libqalculate5_0.9.7-2_amd64.deb
 11c78c25ce6939d29e621299acc55e01d84be96d 1035422 
libqalculate-dev_0.9.7-2_amd64.deb
 9c37e8437815308134b768ab3256db18e3fb742a 372090 
libqalculate-doc_0.9.7-2_all.deb
Checksums-Sha256: 
 411a87dd239f9f13035e27b8f37c004805c9f2976f7c964868e08150cf1cdf01 1224 
libqalculate_0.9.7-2.dsc
 ccadc75ed6c99f59bda1a2a8ff236c7d6c0ab60bbd4a295b7fe42fe087268b69 6031 
libqalculate_0.9.7-2.debian.tar.gz
 8d8062d474d2f3106d982600d582d751bb2945a056de0eb972fce709b4c3e56a 114370 
qalc_0.9.7-2_amd64.deb
 51e0eb67252857618d9c2720601163b093982058eb74edadaffdc68df12f 1076642 
libqalculate5_0.9.7-2_amd64.deb
 680d4026088005cd5bb50dd0b8ef99fd91bdf9f994f902d7d62b696f41c448f8 1035422 
libqalculate-dev_0.9.7-2_amd64.deb
 5b81344fda2d78aa6b5fc23ffb73c8398986819893d0f3b6e098b97c6fc62ed2 372090 
libqalculate-doc_0.9.7-2_all.deb
Files: 
 d37fa045d1380df2f3b22f3a57650537 1224 math optional libqalculate_0.9.7-2.dsc
 7aa6d9a844a3bfe7389d6556a64819cc 6031 math optional 
libqalculate_0.9.7-2.debian.tar.gz
 d5f2dd6b0bc026f7c26d191f793141fa 114370 math optional qalc_0.9.7-2_amd64.deb
 4c383af37a65e6635f9437a60ab17aca 1076642 libs optional 
libqalculate5_0.9.7-2_amd64.deb
 438dcd87674a421082cea96fcb0f5ba2 1035422 libdevel optional 
libqalculate-dev_0.9.7-2_amd64.deb
 f803430707bc82c86f10132d062ba122 372090 doc optional 
libqalculate-doc_0.9.7-2_all.deb

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

iEYEARECAAYFAkwomG4ACgkQ9ijrk0dDIGz63wCguHMiKMUWdxipz5/b4J7eMSvY
Ty8AoLkUeTUUXpon9NznGnK7Vz0GlPnv
=kPuI
-END PGP SIGNATURE-


Accepted:
libqalculate-dev_0.9.7-2_amd64.deb
  to main/libq/libqalculate/libqalculate-dev_0.9.7-2_amd64.deb
libqalculate-doc_0.9.7-2_all.deb
  to main/libq/libqalculate/libqalculate-doc_0.9.7-2_all.deb
libqalculate5_0.9.7-2_amd64.deb
  to main/libq/libqalculate/libqalculate5_0.9.7-2_amd64.deb
libqalculate_0.9.7-2.debian.tar.gz
  to main/libq/libqalculate/libqalculate_0.9.7-2.debian.tar.gz
libqalculate_0.9.7-2.dsc
  to main/libq/libqalculate/libqalculate_0.9.7-2.dsc
qalc_0.9.7-2_amd64.deb
  to main/libq/libqalculate/qalc_0.9.7-2_amd64.deb


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



Accepted coriander 2.0.1-1 (source amd64)

2010-06-28 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 15:47:18 +0200
Source: coriander
Binary: coriander
Architecture: source amd64
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 coriander  - control IEEE1394 digital camera
Changes: 
 coriander (2.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove link-with-X11 patch.
   * Check return value of dc1394_camera_enumerate() and _new().
   * Do not use the po/ directory when building.
   * Bump Standards-Version.
Checksums-Sha1: 
 313280cef36db7f573f15f03fc32fe02a20d950e 1181 coriander_2.0.1-1.dsc
 3c63c1e534dd2b32e678fb6838173b28b3d64f41 292015 coriander_2.0.1.orig.tar.gz
 76c443b7dc47f0c8ca27e803560d54f532f592ae 9992 coriander_2.0.1-1.debian.tar.gz
 041cc572f288e028210244f7b77812c651d80d1c 143240 coriander_2.0.1-1_amd64.deb
Checksums-Sha256: 
 6950a3eaa7209dc94f236c3bfcb26e04cda2e7f68be004e0dd853bd65a7c495d 1181 
coriander_2.0.1-1.dsc
 a597411a03e48407922a539b503877cb056bf57bb9551a5b569ee4e29fbbd050 292015 
coriander_2.0.1.orig.tar.gz
 652312ca1d1e5174064c4c161a43a194b26cd005a4f711458c2faba15a9de9f0 9992 
coriander_2.0.1-1.debian.tar.gz
 64126f010509c75ef4156328d3f2c873522b39c531030d91b540d06305bf6d28 143240 
coriander_2.0.1-1_amd64.deb
Files: 
 5154b9beaf1776e3fa9d88ba88617946 1181 gnome extra coriander_2.0.1-1.dsc
 2bffa79925bda182c5c3c975e5b81a63 292015 gnome extra coriander_2.0.1.orig.tar.gz
 7a5692e66c51cab02d5999f71804b7c8 9992 gnome extra 
coriander_2.0.1-1.debian.tar.gz
 3e23c11dd272143d6b87105e483e01a2 143240 gnome extra coriander_2.0.1-1_amd64.deb

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

iEYEARECAAYFAkwoqEsACgkQAxLow12M2ns7agCbB1Ep7YB0bntRBZu2mVrwKmRe
IEcAn2G8mq2mCVRAjKvgCVtdGvA74MuW
=oBjZ
-END PGP SIGNATURE-


Accepted:
coriander_2.0.1-1.debian.tar.gz
  to main/c/coriander/coriander_2.0.1-1.debian.tar.gz
coriander_2.0.1-1.dsc
  to main/c/coriander/coriander_2.0.1-1.dsc
coriander_2.0.1-1_amd64.deb
  to main/c/coriander/coriander_2.0.1-1_amd64.deb
coriander_2.0.1.orig.tar.gz
  to main/c/coriander/coriander_2.0.1.orig.tar.gz


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



Accepted im-config 0.2 (source all)

2010-06-28 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 22:22:55 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.2
Distribution: unstable
Urgency: low
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 im-config  - Input method configuration framework
Changes: 
 im-config (0.2) unstable; urgency=low
 .
   * Set menu entry to be NoDisplay.
   * Improved GTK+ menu messages.
   * Added console menu.
   * Updated documentation.
Checksums-Sha1: 
 5b3e43ebc280e7c2aebd217a8f86c4b4b2504822 832 im-config_0.2.dsc
 ea8fdf68215512ba707dbf050ee4f6714c59c560 11475 im-config_0.2.tar.gz
 ebde8d4826d21123bcb0ced38c08ff5ed00b2f46 13648 im-config_0.2_all.deb
Checksums-Sha256: 
 d3dde76f4989002ac3ef012fcc19f676edbf3cae5733519b1d53b6f656ba91fc 832 
im-config_0.2.dsc
 6073c8272bbc447c1562a5d582f02d30b2e1eac5b6a77bb5405f848d70821a34 11475 
im-config_0.2.tar.gz
 6baade7ee94a7dab4885432445d4fd9631d6674a2037f96c4477b231d40d48cc 13648 
im-config_0.2_all.deb
Files: 
 817b9c96b5e4df122a4128cbd39ddf12 832 x11 optional im-config_0.2.dsc
 0eb4367120f94c8948ba5c26da374115 11475 x11 optional im-config_0.2.tar.gz
 c46412fb86f3f4f442819be5d098cb8c 13648 x11 optional im-config_0.2_all.deb

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

iEYEARECAAYFAkworqAACgkQ6A/EwagGHzJHeACeJgM8bu02Bk+zmJJIpG7m7Oew
3K0An3PtmVSBPngIIfJfFIy7zn7ccysd
=AHYg
-END PGP SIGNATURE-


Accepted:
im-config_0.2.dsc
  to main/i/im-config/im-config_0.2.dsc
im-config_0.2.tar.gz
  to main/i/im-config/im-config_0.2.tar.gz
im-config_0.2_all.deb
  to main/i/im-config/im-config_0.2_all.deb


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



Accepted sagasu 2.0.10-1 (source i386)

2010-06-28 Thread Daniel Gubser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 11:25:24 +0200
Source: sagasu
Binary: sagasu
Architecture: source i386
Version: 2.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Gubser gut...@debian.org
Changed-By: Daniel Gubser gut...@debian.org
Description: 
 sagasu - GNOME tool to find strings in a set of files
Closes: 529136 586535
Changes: 
 sagasu (2.0.10-1) unstable; urgency=low
 .
   * New upstream release (Closes: 586535)
   * changed watch file (Closes: 529136)
Checksums-Sha1: 
 a9be45453a003a961d8dbbabd9ccd9d7e7c7dba3 967 sagasu_2.0.10-1.dsc
 756f1cfff199a3f830712db315fb8c08e5b7b9f0 310439 sagasu_2.0.10.orig.tar.gz
 0de6080d3973f709341363662050d36770d647a4 2505 sagasu_2.0.10-1.diff.gz
 21f0e970d4d5bf67868a2984d2d9fcdcdcaedf73 92166 sagasu_2.0.10-1_i386.deb
Checksums-Sha256: 
 5dbc1ef70c8ead5185581deed0b4e1703479d8baa7acac670f48cc2c98c2408c 967 
sagasu_2.0.10-1.dsc
 a28a5b4c6b786d87bbdcee4e5587865b51b73f1c12260c425e4c457cc777e67b 310439 
sagasu_2.0.10.orig.tar.gz
 eaa4642a0f4bff45f0ad95b901975a9e2aab54e91dbee0d4213f6b94fad2672a 2505 
sagasu_2.0.10-1.diff.gz
 a9d4e7bec99a9f0a99fd731987b812d0fddc7b848153839f25dc256ff1c05426 92166 
sagasu_2.0.10-1_i386.deb
Files: 
 e41219fd10d20b3197ca0812d329b475 967 utils optional sagasu_2.0.10-1.dsc
 98e63d3965919f8ef72db6f2d8ec13c6 310439 utils optional 
sagasu_2.0.10.orig.tar.gz
 ae96abd4977aae4f099939f368c53ab9 2505 utils optional sagasu_2.0.10-1.diff.gz
 4209d2ef691dca6bc0f8113678fe2736 92166 utils optional sagasu_2.0.10-1_i386.deb

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

iEYEARECAAYFAkwouLoACgkQNgbFFFW/0CQfKwCbBDY+y2R3z71TsPInxQXBlPrV
cZoAoJ8wMySBZEu3ZjOMfZ0u7AZCMnDn
=aKZ7
-END PGP SIGNATURE-


Accepted:
sagasu_2.0.10-1.diff.gz
  to main/s/sagasu/sagasu_2.0.10-1.diff.gz
sagasu_2.0.10-1.dsc
  to main/s/sagasu/sagasu_2.0.10-1.dsc
sagasu_2.0.10-1_i386.deb
  to main/s/sagasu/sagasu_2.0.10-1_i386.deb
sagasu_2.0.10.orig.tar.gz
  to main/s/sagasu/sagasu_2.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
Archive: http://lists.debian.org/e1otgcf-0006fd...@ries.debian.org



Accepted strongswan 4.4.0-2 (source amd64)

2010-06-28 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Jun 2010 22:32:18 +0200
Source: strongswan
Binary: strongswan libstrongswan strongswan-dbg strongswan-starter 
strongswan-ikev1 strongswan-ikev2 strongswan-nm
Architecture: source amd64
Version: 4.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer rm...@debian.org
Changed-By: Rene Mayrhofer rm...@debian.org
Description: 
 libstrongswan - strongSwan utility and crypto library
 strongswan - IPsec VPN solution metapackage
 strongswan-dbg - strongSwan library and binaries - debugging symbols
 strongswan-ikev1 - strongSwan Internet Key Exchange (v1) daemon
 strongswan-ikev2 - strongSwan Internet Key Exchange (v2) daemon
 strongswan-nm - strongSwan plugin to interact with NetworkManager
 strongswan-starter - strongSwan daemon starter and configuration file parser
Closes: 587052 587159 587241 587255 587282
Changes: 
 strongswan (4.4.0-2) unstable; urgency=low
 .
   * Force enable-socket-raw configure option and enable list-missing option
 for dh_install to make sure that all required plugins get built and
 installed.
 Closes: #587282: plugins missing
   * Updated fr debconf translations.
 Closes: #587052: strongswan: [INTL:fr] French debconf templates
 translation update
 Closes: #587159: strongswan: [INTL:ru] Russian debconf templates
 translation update
 Closes: #587255: strongswan: [INTL:pt] Updated Portuguese
 translation for debconf messages
 Closes: #587241: [INTL:sv] po-debconf file for strongswan
   * Disabled cisco-quirks configure option, as it causes pluto to emit a
 bogus Cicso vendor ID attribute. Some Cicso VPN clients might not work
 without this, but it is less confusing for standards-compliant remote
 gateways.
   * Removed leftover attribute plugin source caused by incomplete svn-upgrade
 call.
Checksums-Sha1: 
 75254dd7c5233d8875095d626cdfd3cdbc79a173 1676 strongswan_4.4.0-2.dsc
 2f9eb93285da40e0954f60d5e5a7fbe04f938512 100674 
strongswan_4.4.0-2.debian.tar.gz
 a743a2ce1a426ea32a8f2205a3726b9e70cec64e 398818 libstrongswan_4.4.0-2_amd64.deb
 eb9882f316fc5cb73d4f8bc4361a01d44fa492c5 4141602 
strongswan-dbg_4.4.0-2_amd64.deb
 f6d733e50be0c4099e27f1bcdaf430712c839ffc 254570 
strongswan-starter_4.4.0-2_amd64.deb
 0b6289a062c5fc7b39d823e852725148897a8eaf 340602 
strongswan-ikev1_4.4.0-2_amd64.deb
 f7925fb5a489865027a163898b6a917a121fa411 306250 
strongswan-ikev2_4.4.0-2_amd64.deb
 9c6164e765e1234c6f9c849f1643711d416e6c53 50014 strongswan-nm_4.4.0-2_amd64.deb
Checksums-Sha256: 
 226718e6da2cb0ab24a700e349cf1c7711b68160ca162bbc50d597abea555c8f 1676 
strongswan_4.4.0-2.dsc
 9d3b21757bb16bac82b01403ae3b4530c9b066d6471797bdb079ef63ecaab47d 100674 
strongswan_4.4.0-2.debian.tar.gz
 68e12f95c08ac2c6c43bbd6e71face17eefb0ee7ed79658c7838509f73328b76 398818 
libstrongswan_4.4.0-2_amd64.deb
 bbc91ba8671e32113620e583dc3a33cc1e279392519619eb4227de8b3d0c3f9a 4141602 
strongswan-dbg_4.4.0-2_amd64.deb
 39fd33b1004f4211b8ff56374a95935aeaf063a779119565addd45e1b1e5017f 254570 
strongswan-starter_4.4.0-2_amd64.deb
 decc75844350a4b4514d046f79b460495c6cd5103deb183eb018a7723c9e7762 340602 
strongswan-ikev1_4.4.0-2_amd64.deb
 3973d0501f78b5687f72e1b854fd2b23b9aa038d826ec4c993f8987be366c750 306250 
strongswan-ikev2_4.4.0-2_amd64.deb
 a9b51fd8c1406503fa337aec04e5443d6b485c519aeca45d15dad2d72a06c1ca 50014 
strongswan-nm_4.4.0-2_amd64.deb
Files: 
 4ce9b5656cf01dc469748bf3975b32ca 1676 net optional strongswan_4.4.0-2.dsc
 bc9675600888ca22f473663c9deca452 100674 net optional 
strongswan_4.4.0-2.debian.tar.gz
 e3adc506f624024ea306a3bfdfaf1d48 398818 net optional 
libstrongswan_4.4.0-2_amd64.deb
 220ec215449d88201e4a09acedfd2ec4 4141602 debug extra 
strongswan-dbg_4.4.0-2_amd64.deb
 d4789131fe5ad3026cbe5f75b6bb2435 254570 net optional 
strongswan-starter_4.4.0-2_amd64.deb
 6f882c31786fdede98504b73334b0749 340602 net optional 
strongswan-ikev1_4.4.0-2_amd64.deb
 edacfe1351e77b243fcdc46958e3822f 306250 net optional 
strongswan-ikev2_4.4.0-2_amd64.deb
 6944c795dd6ec39deb4f83199385c8f7 50014 net optional 
strongswan-nm_4.4.0-2_amd64.deb

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

iEYEARECAAYFAkwosTAACgkQq7SPDcPCS965VgCdFXvacCwS7WhT94Gc81A995k8
nO4AnRyfnlD/gkVymbaTcLPU8T1ew3uM
=6UOg
-END PGP SIGNATURE-


Accepted:
libstrongswan_4.4.0-2_amd64.deb
  to main/s/strongswan/libstrongswan_4.4.0-2_amd64.deb
strongswan-dbg_4.4.0-2_amd64.deb
  to main/s/strongswan/strongswan-dbg_4.4.0-2_amd64.deb
strongswan-ikev1_4.4.0-2_amd64.deb
  to main/s/strongswan/strongswan-ikev1_4.4.0-2_amd64.deb
strongswan-ikev2_4.4.0-2_amd64.deb
  to main/s/strongswan/strongswan-ikev2_4.4.0-2_amd64.deb
strongswan-nm_4.4.0-2_amd64.deb
  to main/s/strongswan/strongswan-nm_4.4.0-2_amd64.deb
strongswan-starter_4.4.0-2_amd64.deb
  to main/s/strongswan/strongswan-starter_4.4.0-2_amd64.deb
strongswan_4.4.0-2.debian.tar.gz
  to main/s/strongswan/strongswan_4.4.0-2.debian.tar.gz

Accepted libdatetime-format-strptime-perl 1.3000-1 (source all)

2010-06-28 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 23:12:19 +0900
Source: libdatetime-format-strptime-perl
Binary: libdatetime-format-strptime-perl
Architecture: source all
Version: 1.3000-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libdatetime-format-strptime-perl - Perl module to parse and format strp and 
strf time patterns
Changes: 
 libdatetime-format-strptime-perl (1.3000-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: Update with new copyright information.
   * Bump Standards-Version to 3.9.0 (no changes).
Checksums-Sha1: 
 4e85104e11c244e19fc02f8d9f8960fc3a5bc8b1 2396 
libdatetime-format-strptime-perl_1.3000-1.dsc
 99e1788f780372710dcfc1d9576bcf05b5541284 27897 
libdatetime-format-strptime-perl_1.3000.orig.tar.gz
 f683ee2a4e243abf24d41507c3d69729b6f35640 5959 
libdatetime-format-strptime-perl_1.3000-1.debian.tar.gz
 fcd1d7e9f460b046c3f7051c766c772962562266 27746 
libdatetime-format-strptime-perl_1.3000-1_all.deb
Checksums-Sha256: 
 6e82ddaca16da16ca88241a46506c2a2bece260b9339b5645049312aeaebec9b 2396 
libdatetime-format-strptime-perl_1.3000-1.dsc
 5941bd5fb255b0108abb9362bb57fa8b7949f39742b3b6ce5b39173159633afe 27897 
libdatetime-format-strptime-perl_1.3000.orig.tar.gz
 4410af792374e0ed954c7e5e84fc4aee731b89210e02c2009c283ba158df1437 5959 
libdatetime-format-strptime-perl_1.3000-1.debian.tar.gz
 539fab0cff145733da19b7c803ba609f5f7bd895f45c443be38586f6dfebb516 27746 
libdatetime-format-strptime-perl_1.3000-1_all.deb
Files: 
 12046c63d266575de6751ceb5814afc2 2396 perl optional 
libdatetime-format-strptime-perl_1.3000-1.dsc
 cdbc9e06bd09659befe7243cd99af6de 27897 perl optional 
libdatetime-format-strptime-perl_1.3000.orig.tar.gz
 5b823e3e97652e3d5cabf36c26834a33 5959 perl optional 
libdatetime-format-strptime-perl_1.3000-1.debian.tar.gz
 12368eabc808cc46b0ad01bb4d72b080 27746 perl optional 
libdatetime-format-strptime-perl_1.3000-1_all.deb

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

iQIcBAEBCAAGBQJMKL+GAAoJELs6aAGGSaoG5WkQALZqz6mM702oXJZKBNZxlvdF
72LZlwS0T6YgiYt1RvQlBUEPjoo6C2F+GHZuQqKpi5VLWSGL9+PVHvzBbjdWsP4n
c6YPntbCw/rrYzIylKH+GL7pUrRZ7BCIz378G6+GuGJNP82v+1tcAgYh9DNrYhRC
PfFcmjnBaUs3ddkxuOUR2W8ZD+TQol36nDEJaflBw9lS5UY/wL5nbDVvND4ChsKU
oXFtTd07dSZhHvtbkVbEbPL7kQHPdmJKKkgRKTUT0p/xrF/qf8fwmP1wwVKPQSiE
WhRPLoiLuAM49yDzDH5NxyDEvu4zcB+oXMUydKwAXQuGbyfGpz3FUzhwJjxXYfe8
kURHmKeFUNekJok2MItWqwloWrGNiGEqMltfKdI+dPM1qu70P+i9rT+kQiwLveop
CypPkoyU+8Td2335QMxuEbpDliiIu0FauXmErh8j0noFy5PDnmgzl7cikDA6lgVX
yhyOtaQQxKSeRzcj6GG5WP5YasQBeoL0DywxDyITC9K1+TX6AZArkUuqfFCkk8/h
WkDYfpJb8lpvCWFZM8P6caxZr+N9zeSEu4etbE5tfXj/1ulU1zuF6pif3F+3jnUq
p6RcYCFbom2YeG2AwQvZJIsH7jKuRKu9VLebM79Z5qQwlVB66Rscb2dgeFoTM7ce
nMuKMlZVBkVUBHvu7R9P
=g4jF
-END PGP SIGNATURE-


Accepted:
libdatetime-format-strptime-perl_1.3000-1.debian.tar.gz
  to 
main/libd/libdatetime-format-strptime-perl/libdatetime-format-strptime-perl_1.3000-1.debian.tar.gz
libdatetime-format-strptime-perl_1.3000-1.dsc
  to 
main/libd/libdatetime-format-strptime-perl/libdatetime-format-strptime-perl_1.3000-1.dsc
libdatetime-format-strptime-perl_1.3000-1_all.deb
  to 
main/libd/libdatetime-format-strptime-perl/libdatetime-format-strptime-perl_1.3000-1_all.deb
libdatetime-format-strptime-perl_1.3000.orig.tar.gz
  to 
main/libd/libdatetime-format-strptime-perl/libdatetime-format-strptime-perl_1.3000.orig.tar.gz


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



Accepted zekr 0.7.6+repack-1 (source all)

2010-06-28 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:01:52 +0300
Source: zekr
Binary: zekr
Architecture: source all
Version: 0.7.6+repack-1
Distribution: unstable
Urgency: low
Maintainer: Debian Islamic Maintainers 
debian-islamic-maintain...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 zekr   - Quranic Study Tool
Closes: 584815
Changes: 
 zekr (0.7.6+repack-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix typo in extended description (Closes: #584815)
   * Added a script debian/zekr_repack to repack the upstream tarball.
   * debian/watch:
 + Modified version mangling to get a correct orig tarball symlink.
 + Call debian/zekr_repack after downloading upstream tarball.
   * Refreshed patches
   * debian/zekr.sh: Added lucene-misc.jar to classpath.
   * debian/rules: get-orig-source target is simplified to just call
 uscan.
   * Fix typo in extended description (Closes: #584815)
   * debian/zekr.sh:
 + Clean up
 + Parse command line arguments to correctly set ZEKR_WORKSPACE
 + Source /etc/zekr/zekrc as a system wide conf file instead of copying it
   as a user conf file.
 + Allow passing of extra arguments to the Java VM, via the EXTRA_VM_ARGS
   configuration variable
   * debian/zekr.1: Document the configuration files  variables in man page.
   * debian/rules: just install zekr.sh directly (sed'ing is not needed
 anymore)
   * debian/control:
 + Bumped Standards-Version to 3.9.0
 + Remove xulrunner-1.9 ( 1.9~b3) from Conflicts
 + Use Breaks instead of Conflicts
Checksums-Sha1: 
 c3f9767e834c42da5dd3b233b36bb1d563f0d8a8 2136 zekr_0.7.6+repack-1.dsc
 48d322d4c697b5315d4562852eb2382186fc6937 1928000 zekr_0.7.6+repack.orig.tar.gz
 12b4c9d27a6db49f81448b4a0aef1a8a6979d5f8 29615 
zekr_0.7.6+repack-1.debian.tar.gz
 770794eec50b40e2a35b9b7c6b1367a024545661 2307398 zekr_0.7.6+repack-1_all.deb
Checksums-Sha256: 
 eb031b3c8b10d00a8486af338f26358983906e4e0dbad495b69d03eb3b4e568d 2136 
zekr_0.7.6+repack-1.dsc
 d739f24c5aa3267dde5550f13a7ac1129e70b697a17da063d3e24f4bc9d60eac 1928000 
zekr_0.7.6+repack.orig.tar.gz
 94ff67c0c19513c30fd3c6c23a0a4455dce21f73e6e932c5b0ab5394abfd4677 29615 
zekr_0.7.6+repack-1.debian.tar.gz
 db8f616ee18d63195b08f81f692fa7318a3d4a53d6b9d7879ef3d3e14182592c 2307398 
zekr_0.7.6+repack-1_all.deb
Files: 
 5a5f24012dabab48184f21a34088d56a 2136 non-free/x11 optional 
zekr_0.7.6+repack-1.dsc
 4d5b5e7dfbae1264edcc241afc195ce8 1928000 non-free/x11 optional 
zekr_0.7.6+repack.orig.tar.gz
 9a4cad38b907fccba82c9422bc5d94f5 29615 non-free/x11 optional 
zekr_0.7.6+repack-1.debian.tar.gz
 4060128b11b4de039446e4a3eac8f143 2307398 non-free/x11 optional 
zekr_0.7.6+repack-1_all.deb

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

iQEcBAEBCAAGBQJMKL0DAAoJELwZapTt3aG3FZUIAK/qIeeJEuMGwbpCudc77HN2
BeRsN+uCfGWB5IX5nYHqUx6l9vRDlhxtPhObuAvMtVmF1We2eycvxH3vGHiLXLcV
wekGWV5Ic55NFQVWIlBefxHy5P5hjnbqZPyX9V9QasZly6PowWhwrXlnoVLcvQUP
sZCj0DtIPyYjXM1wd6IqX+rhEUcp8KaeEepwbQnLhET/nAWjTw5rHNxh/6U2oaWz
GShaVMJ2GFzkjhB7bBI0bj4r67PoRkMi9QeBF5OkD3WiMaoHesP5j3URzXstMGmB
s2KsN5U5vIEB/sTdIn9+W7ymyxHBqYBFknZriFwFl4wxsCIInEDK03DYmWmUvtk=
=K24j
-END PGP SIGNATURE-


Accepted:
zekr_0.7.6+repack-1.debian.tar.gz
  to non-free/z/zekr/zekr_0.7.6+repack-1.debian.tar.gz
zekr_0.7.6+repack-1.dsc
  to non-free/z/zekr/zekr_0.7.6+repack-1.dsc
zekr_0.7.6+repack-1_all.deb
  to non-free/z/zekr/zekr_0.7.6+repack-1_all.deb
zekr_0.7.6+repack.orig.tar.gz
  to non-free/z/zekr/zekr_0.7.6+repack.orig.tar.gz


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



Accepted libperl-critic-perl 1.108-1 (source all)

2010-06-28 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 13:41:28 +0200
Source: libperl-critic-perl
Binary: libperl-critic-perl
Architecture: source all
Version: 1.108-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libperl-critic-perl - Perl module to critique code for best practices
Closes: 544050 544063
Changes: 
 libperl-critic-perl (1.108-1) unstable; urgency=low
 .
   * New upstream release (Closes: #544050, #544063)
   * Refresh debian/copyright.
   * Drop spelling.patch as it is applied upstream.
   * debian/control:
 - Bump versioned (Build-)Depends(-Indep) on libppi-perl to (=
   1.208).
 - Add (Build-)Depends(-Indep) on libppix-utilities-statement-perl.
 - Add (Build-)Depends(-Indep) on libppix-regexp-perl.
 - Re-order dependency fields.
 - Drop Suggests on libemail-address-perl, it is required now, and
   move to Depends.
   * Drop libperl-critic-perl.docs as extras/KomodoIntegration.pod is not
 present anymore in source.
   * Bump Standards-Version to 3.9.0 (no changes).
Checksums-Sha1: 
 0b4e6c616ac82b0e99ac2d901e75ea914019d78a 2755 libperl-critic-perl_1.108-1.dsc
 bd8d22881be40653fb815bf9cd33247a81177c59 607529 
libperl-critic-perl_1.108.orig.tar.gz
 d0dc98e234fb1a31b94e3203f51a1778bd1f1718 7264 
libperl-critic-perl_1.108-1.debian.tar.gz
 62d7de02431260721d19d3cbd5ff1ffaa1a3d0ee 938426 
libperl-critic-perl_1.108-1_all.deb
Checksums-Sha256: 
 97f2baaef609921c4b6546b886e2d2be6421e08e468f4bdc062e050d0774670d 2755 
libperl-critic-perl_1.108-1.dsc
 49bec99ddd63d378b6dae7fb99b40d1402fcd927c5896feac11678bf46c9982e 607529 
libperl-critic-perl_1.108.orig.tar.gz
 111e6e7b6bd2e482e91c7ab269652a0663e69ae38d0acb3ed5912caa78f4aa18 7264 
libperl-critic-perl_1.108-1.debian.tar.gz
 3084d31e1128ca81e59cc545ee1d9ba472a286e80e40404da7a26707d3adacaa 938426 
libperl-critic-perl_1.108-1_all.deb
Files: 
 4bf7eb0a21ae210e02ee464a0482d0bc 2755 perl optional 
libperl-critic-perl_1.108-1.dsc
 b6b20da0d80c1b0357ef49e061dbb400 607529 perl optional 
libperl-critic-perl_1.108.orig.tar.gz
 cbf4320d6dda0a8a260a49e631ddeacb 7264 perl optional 
libperl-critic-perl_1.108-1.debian.tar.gz
 6ecdb85610c98865c960567acd72585b 938426 perl optional 
libperl-critic-perl_1.108-1_all.deb

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

iQIcBAEBCAAGBQJMKMIpAAoJELs6aAGGSaoGqnsQAMABlAKhlXf+M/moBaojG2Hm
yJXsxXFGjr6TGbXOYvIwrWupr5hJzcLRp9q3IQPGOiuKqW8/pWml1H4tkmVUEe1g
JWrgImEv/tlXlXOIlt1OUgagAqXSTVs9EQ0urLJ4NlmBdSH0dZChvSGGmg5q1/1C
W55uVyLWV8D4sPiqxmViseC0OTaaAtBxwAxPyfCpzAE64lrZFWdxkIhPcV7+1uf3
8ky5qPvyVtTe+Q2qKYVtrY7Xsn/5L8RA9knRoRFmaNPEgyDnCu2n3liykpukf3rM
SOQz1CEPmDeX085bKsi5XZst4rLa85wVzfEI4Y8/A7Pp0BC4KotUP8lm53vXzATK
orI/9dEw20nJB3cPqrKT5aq2bHiJEf67GbeDQwbMOYWQrl1EQiEKoGytMxOM9vHq
IdUqtRipahNiqE2IMYFfGcgXG7H0LnOxa+aeJ3nIVwYDSV4re2BqzSLKqiMbP011
9Mjz04jGRTcZwFVCrggU+hauGWnXr19FZf4UJKnaMamqw4/tPFp2Ttr493VVrFvC
FDfe6W9W57Ht78h5tpXctWZURQNrrfrQ5uWZDSfhoayrGUMF5Cx3lQB/H+7p6ntm
RT5Uy49GCeNrvd0+sfXdJh6dalMJaIemr98xVZumf3yRdeJQ1euibpoQpay8vCp+
RitUFtCTbPPX8iDrdiLt
=mAn0
-END PGP SIGNATURE-


Accepted:
libperl-critic-perl_1.108-1.debian.tar.gz
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.108-1.debian.tar.gz
libperl-critic-perl_1.108-1.dsc
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.108-1.dsc
libperl-critic-perl_1.108-1_all.deb
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.108-1_all.deb
libperl-critic-perl_1.108.orig.tar.gz
  to main/libp/libperl-critic-perl/libperl-critic-perl_1.108.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1otgy9-00028s...@ries.debian.org



Accepted udev 158-1 (source i386)

2010-06-28 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Jun 2010 21:07:04 +0200
Source: udev
Binary: udev libudev0 libudev-dev udev-udeb udev-gtk-udeb libgudev-1.0-0 
gir1.0-gudev-1.0 libgudev-1.0-dev
Architecture: source i386
Version: 158-1
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 gir1.0-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libudev-dev - libudev development files
 libudev0   - libudev shared library
 udev   - /dev/ and hotplug management daemon
 udev-gtk-udeb - libudev shared library (udeb)
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Changes: 
 udev (158-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1: 
 459b84a65afec7ff06d0863dcebf564b8aa159cf 1404 udev_158-1.dsc
 559c9289b2605b5357ace2c8c0eac11cba48fa85 668341 udev_158.orig.tar.gz
 11cfee6abe2e922d46f1875a104e49695f85f604 71156 udev_158-1.diff.gz
 4e85f9466f0c32239984f2e6d405a78c621107da 463572 udev_158-1_i386.deb
 70675f6cc21db3aa4d07e290de963f775c3eca2a 110150 libudev0_158-1_i386.deb
 8da953051321e672c545cc7af3bbad0ebf44be31 48540 libudev-dev_158-1_i386.deb
 983c3ce1235901da2a7380b55503fc79125eafd0 160318 udev-udeb_158-1_i386.udeb
 e00c3423c107be44d219223c5f86a682733205fa 24022 udev-gtk-udeb_158-1_i386.udeb
 d8cc5d664277b1559b9b5509b4982cb660c3aad1 96248 libgudev-1.0-0_158-1_i386.deb
 30c4d670a77eabdffcf2f0428b633ab3a3c11392 2498 gir1.0-gudev-1.0_158-1_i386.deb
 86d77570e3ada55ae01b13d6c457c01b5985f44c 32456 libgudev-1.0-dev_158-1_i386.deb
Checksums-Sha256: 
 b6bc7ca1488a4a13bd6e17e4f1058b727b30cf8f639dc6eecbe7a557cc23b880 1404 
udev_158-1.dsc
 f0a194a0500a07d50ae3f14416a34c8d94ea8a1aff8fc1f06e1d421775dcc902 668341 
udev_158.orig.tar.gz
 176d027f4fde1cba3d2e731bea83bca36367537461b66ec951804e78da3ba2a6 71156 
udev_158-1.diff.gz
 f5db53e7faf2807e1451e60708471d9a3ba1440cb6699f7a1979640287e9b593 463572 
udev_158-1_i386.deb
 b4779625978c64c3a118b4828420fa989a12eddef780fc34bbe5442ad6f0cc05 110150 
libudev0_158-1_i386.deb
 ea711a1c1b67ea8883547067d9783e5256101b6e02cd75f4fe4eba5371689f31 48540 
libudev-dev_158-1_i386.deb
 dcfbc459cb0e301224a5410912befb891d24994a158520f247ed08407bc4c693 160318 
udev-udeb_158-1_i386.udeb
 58701356b4ecf442ef53d73d5228b4b91520585bbb78c8f030cf3f248e5bbff2 24022 
udev-gtk-udeb_158-1_i386.udeb
 305fc893557767b6fbbd51d43313bcd1389a6a1d0a7891600194a63a7661c875 96248 
libgudev-1.0-0_158-1_i386.deb
 0f018c06dba52239dafe3fa356261fa68f3e6b8d0a741522b905f255b352ac95 2498 
gir1.0-gudev-1.0_158-1_i386.deb
 6af11945b1e196307e89f0032f2fc09d232a62bc7d77af5077fb15cf94eda8bc 32456 
libgudev-1.0-dev_158-1_i386.deb
Files: 
 f8743d7187a496e18a50c20b7fc1c642 1404 admin important udev_158-1.dsc
 d0f21f72f9e8b95d85191b77ff1ad2a0 668341 admin important udev_158.orig.tar.gz
 f865c3b579b20d625c31f2abea4fd08f 71156 admin important udev_158-1.diff.gz
 2fe03442e193ce1bd9c9b248d43837a1 463572 admin important udev_158-1_i386.deb
 b153712bbce4729a3383fa47ad025f9b 110150 libs optional libudev0_158-1_i386.deb
 572ef14616ff7650fe154713fdc66c89 48540 libdevel optional 
libudev-dev_158-1_i386.deb
 31bb96def11d688dfefc2923512fc42c 160318 debian-installer important 
udev-udeb_158-1_i386.udeb
 c791754b53c68b736e57c43995660a8a 24022 debian-installer optional 
udev-gtk-udeb_158-1_i386.udeb
 be4095c46271c9c82e5dcbdc8e59d328 96248 libs optional 
libgudev-1.0-0_158-1_i386.deb
 ca42495c96cce5e3d78ffdf623ea4f08 2498 libs optional 
gir1.0-gudev-1.0_158-1_i386.deb
 06d8101fe68569eea2f606a2208a87a8 32456 libdevel optional 
libgudev-1.0-dev_158-1_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAkwnpG4ACgkQFGfw2OHuP7FHVgCgiPpQBVffALuV+Fz1SZeuhvKm
h+wAmwbqEoINSisg4ei6aiu+3Yi+OwVG
=3FUM
-END PGP SIGNATURE-


Accepted:
gir1.0-gudev-1.0_158-1_i386.deb
  to main/u/udev/gir1.0-gudev-1.0_158-1_i386.deb
libgudev-1.0-0_158-1_i386.deb
  to main/u/udev/libgudev-1.0-0_158-1_i386.deb
libgudev-1.0-dev_158-1_i386.deb
  to main/u/udev/libgudev-1.0-dev_158-1_i386.deb
libudev-dev_158-1_i386.deb
  to main/u/udev/libudev-dev_158-1_i386.deb
libudev0_158-1_i386.deb
  to main/u/udev/libudev0_158-1_i386.deb
udev-gtk-udeb_158-1_i386.udeb
  to main/u/udev/udev-gtk-udeb_158-1_i386.udeb
udev-udeb_158-1_i386.udeb
  to main/u/udev/udev-udeb_158-1_i386.udeb
udev_158-1.diff.gz
  to main/u/udev/udev_158-1.diff.gz
udev_158-1.dsc
  to main/u/udev/udev_158-1.dsc
udev_158-1_i386.deb
  to main/u/udev/udev_158-1_i386.deb
udev_158.orig.tar.gz
  to main/u/udev/udev_158.orig.tar.gz


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



Accepted uncertainties 1.5.4.3-2 (source all)

2010-06-28 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 17:29:16 +0200
Source: uncertainties
Binary: python-uncertainties
Architecture: source all
Version: 1.5.4.3-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 python-uncertainties - Python module for calculations with uncertainties
Closes: 587064
Changes: 
 uncertainties (1.5.4.3-2) unstable; urgency=low
 .
   * Adopting the package (Closes: #587064)
   * Package moved from DPMT's SVN to collab-maint Git
   * debian/control:
 - Vcs-* fields updated
 - removed DPMT from Uploaders, added Federico Ceratto
 - dependency fields re-wrapped
 - Standards-Version bumped to 3.9.0, no changes needed
   * debian/rules simplified
   * debian/copyright: added myself for debian/*
Checksums-Sha1: 
 50e0ef0b83a29a2d3601c008beeffcc9a3ec39e7 1379 uncertainties_1.5.4.3-2.dsc
 86250428ec41575ff07c1e5d075cea6b94576c12 2805 
uncertainties_1.5.4.3-2.debian.tar.gz
 a2989ac480de3d187bc59d41cb824b6d69daee9f 33724 
python-uncertainties_1.5.4.3-2_all.deb
Checksums-Sha256: 
 677595e4b4ac5e3c2fbc434b09dbc9b22214332347a9ac33fb2e7795f47b9325 1379 
uncertainties_1.5.4.3-2.dsc
 33cd33ac49882010708bea3ec0f69593aa387eefe24142dbc9e12d60baf165b2 2805 
uncertainties_1.5.4.3-2.debian.tar.gz
 885258db648ab1a42a1e0aa4ff84051935f7bf26ab7bfc2d5e04da7538f9cd06 33724 
python-uncertainties_1.5.4.3-2_all.deb
Files: 
 719c10ff0552f9fb5b664d6e8d594a20 1379 python optional 
uncertainties_1.5.4.3-2.dsc
 15bad2a3e8a4a9f6cfa1e3f8782d4adf 2805 python optional 
uncertainties_1.5.4.3-2.debian.tar.gz
 c4bfa59076f7fe8778c6d1b528dfa848 33724 python optional 
python-uncertainties_1.5.4.3-2_all.deb

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

iEYEARECAAYFAkwow8wACgkQ5qqQFxOSsXSrZACfYT3jlPUQYNWPrBq7cwI/dqPK
PGQAoKAfFOEq2x0lnupmN3Go8/pv0XYR
=SsiE
-END PGP SIGNATURE-


Accepted:
python-uncertainties_1.5.4.3-2_all.deb
  to main/u/uncertainties/python-uncertainties_1.5.4.3-2_all.deb
uncertainties_1.5.4.3-2.debian.tar.gz
  to main/u/uncertainties/uncertainties_1.5.4.3-2.debian.tar.gz
uncertainties_1.5.4.3-2.dsc
  to main/u/uncertainties/uncertainties_1.5.4.3-2.dsc


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



Accepted chromium-browser 5.0.375.86~r49890-4 (source all amd64)

2010-06-28 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 15:10:05 +0200
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector
Architecture: source all amd64
Version: 5.0.375.86~r49890-4
Distribution: unstable
Urgency: low
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium-browser - Chromium browser
 chromium-browser-dbg - chromium-browser debug symbols
 chromium-browser-inspector - page inspector for the chromium-browser
 chromium-browser-l10n - chromium-browser language packages
Closes: 580582 587389
Changes: 
 chromium-browser (5.0.375.86~r49890-4) unstable; urgency=low
 .
   * Use the full path in chromium-browser.desktop Exec field (Closes: #580582)
   * Remove the 3d patch, non-3d videos are messed up (Closes: 587389)
   * Build depends on libicu-dev (= 4.2.1) and libevent-dev (= 1.4.13) to
 avoid bad backports
Checksums-Sha1: 
 3f2c1c26c3029af4a6b7ed995b30ba9af9041187 2251 
chromium-browser_5.0.375.86~r49890-4.dsc
 500a924ed0080663df41dbdff14d6fac5d9f2096 226636 
chromium-browser_5.0.375.86~r49890-4.debian.tar.gz
 a6737a03d35da59e28e15f22cec0f41b8b55e07c 1976096 
chromium-browser-l10n_5.0.375.86~r49890-4_all.deb
 574e6f310904cb9f128041df0bd60b6bbb721799 68 
chromium-browser-inspector_5.0.375.86~r49890-4_all.deb
 1d6753e3fa7ab8f836fadc31344a0471c80106ba 11661222 
chromium-browser_5.0.375.86~r49890-4_amd64.deb
 c28231bc2b707000716c79fdc13945f24a111dca 144868570 
chromium-browser-dbg_5.0.375.86~r49890-4_amd64.deb
Checksums-Sha256: 
 1b41eafb784d540127af51bac1c973432577f0483881148f596790c59ca373ea 2251 
chromium-browser_5.0.375.86~r49890-4.dsc
 bbc922804548dc5af058098f7050615ece3a2a3948d661d62816f3bd95a62a72 226636 
chromium-browser_5.0.375.86~r49890-4.debian.tar.gz
 aab6d6eb2fb2d0dac5de14eb7e8865a5ad72b6b6ad84ae0058e076a782919c9a 1976096 
chromium-browser-l10n_5.0.375.86~r49890-4_all.deb
 2fca57179bd6dd1de48b9d10a396b62330b5e0a5bbed86f0b4422b2d70e5b75a 68 
chromium-browser-inspector_5.0.375.86~r49890-4_all.deb
 14f0e1129e62eae959d3ca6adfe614d710fbe61d657db7507555cd70c6b956a5 11661222 
chromium-browser_5.0.375.86~r49890-4_amd64.deb
 14dd6844a57051b3d6e91999281f650b670e365b036153cb8e6abf3a11e06594 144868570 
chromium-browser-dbg_5.0.375.86~r49890-4_amd64.deb
Files: 
 552a42b0cac061ef1ab19443412e8ae5 2251 web optional 
chromium-browser_5.0.375.86~r49890-4.dsc
 d825f4cb26900018754f0c27ddbb6b7d 226636 web optional 
chromium-browser_5.0.375.86~r49890-4.debian.tar.gz
 07faa593e5cae58895fdc01a5c079d32 1976096 web optional 
chromium-browser-l10n_5.0.375.86~r49890-4_all.deb
 c81d842a545ed592d0f0bec64bc49f2a 68 web optional 
chromium-browser-inspector_5.0.375.86~r49890-4_all.deb
 63a15b19b4004c054d34599857d4e75f 11661222 web optional 
chromium-browser_5.0.375.86~r49890-4_amd64.deb
 93402cf502022ef8166037e08b5f14c1 144868570 debug extra 
chromium-browser-dbg_5.0.375.86~r49890-4_amd64.deb

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

iEYEARECAAYFAkwoxGkACgkQNxpp46476aoeCQCfbTopue6okCpsxTbODYOZ0gda
6mwAni8arDT8lIljeRRLgvmVyHofjP4i
=h5Jw
-END PGP SIGNATURE-


Accepted:
chromium-browser-dbg_5.0.375.86~r49890-4_amd64.deb
  to main/c/chromium-browser/chromium-browser-dbg_5.0.375.86~r49890-4_amd64.deb
chromium-browser-inspector_5.0.375.86~r49890-4_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_5.0.375.86~r49890-4_all.deb
chromium-browser-l10n_5.0.375.86~r49890-4_all.deb
  to main/c/chromium-browser/chromium-browser-l10n_5.0.375.86~r49890-4_all.deb
chromium-browser_5.0.375.86~r49890-4.debian.tar.gz
  to main/c/chromium-browser/chromium-browser_5.0.375.86~r49890-4.debian.tar.gz
chromium-browser_5.0.375.86~r49890-4.dsc
  to main/c/chromium-browser/chromium-browser_5.0.375.86~r49890-4.dsc
chromium-browser_5.0.375.86~r49890-4_amd64.deb
  to main/c/chromium-browser/chromium-browser_5.0.375.86~r49890-4_amd64.deb


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



Accepted fswebcam 20100622-1 (source amd64)

2010-06-28 Thread Luca Niccoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Jun 2010 23:00:13 +0200
Source: fswebcam
Binary: fswebcam
Architecture: source amd64
Version: 20100622-1
Distribution: unstable
Urgency: low
Maintainer: Luca Niccoli lultimou...@gmail.com
Changed-By: Luca Niccoli lultimou...@gmail.com
Description: 
 fswebcam   - Tiny and flexible webcam program
Closes: 581518 586366
Changes: 
 fswebcam (20100622-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #581518)
   * Remove patches merged upstream.
   * Fixes to the V4L1 source. (Closes: #586366)
Checksums-Sha1: 
 cf363c2768e1f481f5ee83d7a141efd9f529eba3 1066 fswebcam_20100622-1.dsc
 65420f5580724fee1a28176299bb2e0a7a90cac4 105418 fswebcam_20100622.orig.tar.gz
 61cff5611be0af37c5a38dedd1249c9cb9978b00 2599 fswebcam_20100622-1.debian.tar.gz
 7c7ca3bede64de376de8c00beccc170cc46b0c80 48332 fswebcam_20100622-1_amd64.deb
Checksums-Sha256: 
 31208127fc21a025ee8f137725213ea2d40093f4aa4ae94fab937efaf63b75e7 1066 
fswebcam_20100622-1.dsc
 708620a6ff93168d72141a7684a5f1b8d6abc4c12702a8998fa6fa1824858572 105418 
fswebcam_20100622.orig.tar.gz
 63d11e0ff47a971769f469e26f23c1c37dc0da192bcf0365c8c02da5dd3bcd9c 2599 
fswebcam_20100622-1.debian.tar.gz
 6501582bfed3b474948a6d439a78059a162ff9bb9fad06cf7251e6e2c03e570c 48332 
fswebcam_20100622-1_amd64.deb
Files: 
 dc68f2785d1a74f9c64132047a259e05 1066 graphics optional fswebcam_20100622-1.dsc
 33372d2114a9ecd9126887bf6cff1b03 105418 graphics optional 
fswebcam_20100622.orig.tar.gz
 ce249f509cf566c5202737fe5fe8e0d7 2599 graphics optional 
fswebcam_20100622-1.debian.tar.gz
 cf7dc46e469e655be4cf5b83d24453e8 48332 graphics optional 
fswebcam_20100622-1_amd64.deb

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

iEYEARECAAYFAkwjh3wACgkQ2XA5inpabMcunQCdGVIjPDRwSayV+AZ+hNGON5BX
ziwAoIYgfMkiMppa3YtGUGhmZqpQnlZP
=Qj4k
-END PGP SIGNATURE-


Accepted:
fswebcam_20100622-1.debian.tar.gz
  to main/f/fswebcam/fswebcam_20100622-1.debian.tar.gz
fswebcam_20100622-1.dsc
  to main/f/fswebcam/fswebcam_20100622-1.dsc
fswebcam_20100622-1_amd64.deb
  to main/f/fswebcam/fswebcam_20100622-1_amd64.deb
fswebcam_20100622.orig.tar.gz
  to main/f/fswebcam/fswebcam_20100622.orig.tar.gz


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



Accepted libhtml-template-pro-perl 0.9502-1 (source i386)

2010-06-28 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:04:28 +0200
Source: libhtml-template-pro-perl
Binary: libhtml-template-pro-perl
Architecture: source i386
Version: 0.9502-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libhtml-template-pro-perl - Perl module to use HTML Templates from CGI scripts
Changes: 
 libhtml-template-pro-perl (0.9502-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.9.0 (no changes).
Checksums-Sha1: 
 e0947d099670cd09d51cd230be52b6184c81fcba 2302 
libhtml-template-pro-perl_0.9502-1.dsc
 d9021e666b4d50093a1dd0e0a386aa23fe5774ce 169505 
libhtml-template-pro-perl_0.9502.orig.tar.gz
 db3468dae724bc4f8eb3ffa22a9bb66591cf495a 5775 
libhtml-template-pro-perl_0.9502-1.debian.tar.gz
 f3ac8d447fa5e6c70762ede62151e6a9af2b7537 109958 
libhtml-template-pro-perl_0.9502-1_i386.deb
Checksums-Sha256: 
 590c01526b6a3fafb6c39f2ddca6de2b34b2d5d92de32bc7373a8da13578f0e9 2302 
libhtml-template-pro-perl_0.9502-1.dsc
 cc8b1d9fe1dd383860b412c1baa1bbe450ce65982575f99a889f6089d386b24b 169505 
libhtml-template-pro-perl_0.9502.orig.tar.gz
 00aa276c465c20535a9c31485a4152668a45044d49346ba63213b032d95bbdc8 5775 
libhtml-template-pro-perl_0.9502-1.debian.tar.gz
 e44f7699c792f487c8cf37aa59e97efcab5c8d93eb881f12c784bd09bb5bc617 109958 
libhtml-template-pro-perl_0.9502-1_i386.deb
Files: 
 4190bc37fc30293c3322054c41385dfb 2302 perl optional 
libhtml-template-pro-perl_0.9502-1.dsc
 7debcb0f39f0c301f73bdbeb2cf6ddad 169505 perl optional 
libhtml-template-pro-perl_0.9502.orig.tar.gz
 483128cd1fb775686e274aaf4181a060 5775 perl optional 
libhtml-template-pro-perl_0.9502-1.debian.tar.gz
 86c8903394c177832f97f5d91e80a25d 109958 perl optional 
libhtml-template-pro-perl_0.9502-1_i386.deb

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

iQIcBAEBCAAGBQJMKMiKAAoJELs6aAGGSaoGdDUQAMMW2JnXCjb0hdH1N5hAHmI3
3T43OtWFTqg2lXgW5iLX6KDOMA1YmE48kPpPMTVbfvEVSw4eG+tw3T+uj51PO6XZ
W9HSTPXwu8D+M2fh/RGmKV4oQKDrA5R5E0h6GqaZte2f27+9bGAnxtcMyhjwStVU
CiGT6LjX6DVCVZpZCXnyzRLaaCy746qvDcbW8FGAcvtD3cCKc7CPZ35VuELr2g2K
LH82vr5fLALe4K/nnuxk/17leXxfR7NsnzKpdeny4N7yQMtJwVRUEQVMGobGpr/r
nL6ycSjKdrPztcK3EdXn1zZFjv3TPC+9BBy5w5/zmaDuFEVnB/ODQBAlV2L/SIn8
xf4Y8pYjdYVBRQFZqUn4eEBzjhNt58tuCNYTxsUKLs5AlWrPe8PhS/wPv1Wh36XI
RIaUc5fwOug3eReLn/ehBRtmr9P9R+BPkvp0TQahrM8xmV5z2HfI2jLq1sp7cmgl
u1NBoGF/GcRn4NzeRjL4Ay9f/NisUw0a4N7oQ74mh9RXwRT4Ww9oEqCAZGec17cY
r1PHNGBTTxFrM/QDKMconRy7St9ZcO+k+fi8fankvxgk5BlbFLccO3XQUypVZQ/G
myPZvYQe46OUsP013kULDbDxIVUA3cuMVrPNUN6DcRRsO6z+01of9mytjFY11hEp
Yu/6mBBsWhbBeYbIgsLY
=Ee12
-END PGP SIGNATURE-


Accepted:
libhtml-template-pro-perl_0.9502-1.debian.tar.gz
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9502-1.debian.tar.gz
libhtml-template-pro-perl_0.9502-1.dsc
  to main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9502-1.dsc
libhtml-template-pro-perl_0.9502-1_i386.deb
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9502-1_i386.deb
libhtml-template-pro-perl_0.9502.orig.tar.gz
  to 
main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9502.orig.tar.gz


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



Accepted byobu 2.80-1 (source all)

2010-06-28 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 18:04:16 +0200
Source: byobu
Binary: byobu
Architecture: source all
Version: 2.80-1
Distribution: unstable
Urgency: low
Maintainer: Dustin Kirkland kirkl...@ubuntu.com
Changed-By: Philipp Kern pk...@debian.org
Description: 
 byobu  - a set of useful profiles and a profile-switcher for GNU screen
Changes: 
 byobu (2.80-1) unstable; urgency=low
 .
   * Upload to Debian unstable.
 .
 byobu (2.80-0ubuntu1) maverick; urgency=low
 .
   * usr/bin/byobu-launcher: handle nasty recursion, if ssh'ing to localhost,
 and byobu-launches-by-default, LP: #595137
 .
 byobu (2.79-0ubuntu1) maverick; urgency=low
 .
   * debian/rules: symlink motd+shell to shell, LP: #589715
 .
 byobu (2.78-0ubuntu1) maverick; urgency=low
 .
   * usr/bin/byobu-status, usr/lib/byobu/menu,
 usr/share/byobu/keybindings/f-keys,
 usr/share/byobu/keybindings/screen-escape-keys: show a visual queue
 when toggling on/off the f-key keybindings; Menu:F9 vs. Menu:^a-@,
 LP: #589016
   * usr/bin/byobu-select-session: revert recent change, which defaulted to
 -UDR (which detached and logged out other connections on reattach);
 feedback was negative on this one, numerous questions in IRC, LP: #589027
   * usr/bin/byobu-select-session: allow for default selection of session 1
   * usr/bin/byobu-config: prevent the user from changing the escape sequence
 to / or \, both of which cause problems, LP: #581533
   * debian/manpages, rpm/byobu.spec, usr/bin/byobu, usr/bin/shell,
 usr/share/byobu/windows/common, usr/share/man/man1/shell.1: fix shelltitle
 breakage by dropping the -t shell title hardcoding, and move/rename
 motd+shell to just shell, LP: #368925
 .
 byobu (2.77-0ubuntu1) maverick; urgency=low
 .
   * debian/control: drop update-notifier-common and lsb-release from
 Recommends to Suggests (their status scripts are smart enough to
 operate without them), LP: #588340
 .
 byobu (2.76-0ubuntu1) maverick; urgency=low
 .
   [ Dustin Kirkland ]
   * usr/bin/byobu-select-session: default to -UDR, the author's favorite
 according to the screen(1) manpage; slightly more secure as it logs out
 other sessions; special handling is needed if the user wants to share
 sessions, LP: #578373; also, droping the -x should fix some resize
 problems, LP: #553085
 .
   [ Jon Bernard ]
   * ec2_cost, rcs_cost: calculate cost from the start of the
 instance, rather than the uptime
 .
 byobu (2.75-0ubuntu1) maverick; urgency=low
 .
   * usr/bin/byobu: ensure that .screenrc gets sourced if byobu is run
 with arguments, LP: #580760
   * ec2_cost, ip_address, network, rcs_cost: fix bug when calling ifconfig
 without setting lang to english, LP: #578792
   * byobu-launcher-uninstall: create the directory, in case this script is
 executed before byobu actually runs, LP: #580384
   * usr/bin/byobu-launcher: allow user to add custom screen arguments to
 byobu-launcher (useful in .profile for adding an option like -UDR),
 LP: #578373
 .
 byobu (2.74-0ubuntu1) maverick; urgency=low
 .
   * usr/lib/byobu/disk_io: fix regex to support RAID devices, LP: #572855
   * debian/postinst: make debconf question failsafe, LP: #569041
   * usr/bin/byobu, usr/share/byobu/profiles/byoburc: add support for
 different window sets, LP: #517796
   * usr/bin/byobu-select-session: use screen -ls, less overhead
   * usr/share/man/man1/byobu.1: document the different window sets
 .
 byobu (2.73-0ubuntu1) maverick; urgency=low
 .
   [ Dustin Kirkland ]
   * usr/bin/byobu-reconnect-sockets: look for gpg sessions quietly
   * usr/bin/byobu-launcher: ensure that if user does not want a nested
 session, they still get a local shell
 .
   [ Jon Bernard ]
   * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/rcs_cost,
 usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
 - Rackspace cost estimation (based on the ec2 one)
 .
 byobu (2.72-0ubuntu1) maverick; urgency=low
 .
   * usr/bin/byobu: support nethack screen mode, LP: #568751
   * usr/share/man/man1/byobu.1: document a sample custom script using
 custom colors, LP: #568967
   * usr/bin/byobu: LANG=C before grepping for text
   * usr/bin/byobu: handle unset term in tput 256 color check
   * bin/byobu-config, lib/byobu/disk_io, share/byobu/profiles/common,
 share/man/man1/byobu.1: added a disk throughput notification
   * usr/bin/byobu-janitor: add hyphenation to the regex to allow for
 disk_io
   * usr/lib/byobu/disk_io: improve MONITORED_DISK overriding
   * usr/lib/byobu/disk: minor simplification
 .
 byobu (2.71-0ubuntu1) maverick; urgency=low
 .
   * usr/bin/byobu-launch, usr/bin/byobu-launcher-install,
 usr/bin/byobu-janitor: exit 0 after launching byobu; this is superior
 to previously reverted implementations where we exec'd byobu, since
 we'll only exit 0 if the byobu/screen session exits cleanly; this will
 keep the 

Accepted libpar-packer-perl 1.006-1 (source i386)

2010-06-28 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:17:14 +0200
Source: libpar-packer-perl
Binary: libpar-packer-perl
Architecture: source i386
Version: 1.006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libpar-packer-perl - utility for creating PAR archives and stand-alone 
executables
Changes: 
 libpar-packer-perl (1.006-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.9.0 (no changes).
   * debian/copyright: remove info about now removed inc/IPC/Run3.pm file.
   * Refresh 01_manpage-ext.patch.
Checksums-Sha1: 
 0e2eb47dd4db066a381761e2d7a0e5f69ff2d0d1 2357 libpar-packer-perl_1.006-1.dsc
 16bb198c8b5bb517c104fe29bfe315de0beb7258 191061 
libpar-packer-perl_1.006.orig.tar.gz
 428c67f358042d106d5cd88edf961a4b6a96d0fc 7031 
libpar-packer-perl_1.006-1.debian.tar.gz
 70b575673ccc1c44b20e14609d5f5769ad99f9ac 1727592 
libpar-packer-perl_1.006-1_i386.deb
Checksums-Sha256: 
 84c08f597226a054080de5846806ff13c8486894d689a86db2b7e19039513764 2357 
libpar-packer-perl_1.006-1.dsc
 58ffb2a21f0636016cc495e91803b331396a0cfbab99e6e14d4bd19f39e9b507 191061 
libpar-packer-perl_1.006.orig.tar.gz
 eb0aba27173382aef35f4c7f954a1f1ad476061bf72e66b7bf3fc2d7956d9453 7031 
libpar-packer-perl_1.006-1.debian.tar.gz
 7ef8cabd9c6a6d03b74c6f38dcbf5be3af75a09b86ced016dae0490e54fb3def 1727592 
libpar-packer-perl_1.006-1_i386.deb
Files: 
 7bde2a0ef0640c192654f69d020aec26 2357 perl optional 
libpar-packer-perl_1.006-1.dsc
 314553728f2fd8c69737ad31768662e0 191061 perl optional 
libpar-packer-perl_1.006.orig.tar.gz
 0abaed682dc89f5d3e76b3c1f399ece6 7031 perl optional 
libpar-packer-perl_1.006-1.debian.tar.gz
 3320302057fb2cb837af544770de0e57 1727592 perl optional 
libpar-packer-perl_1.006-1_i386.deb

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

iQIcBAEBCAAGBQJMKM3MAAoJELs6aAGGSaoGiIQQAIsv6/ZJxt+y0odzJIHwNMRP
yoaPB5+hROwApq3Kk49RvdygDqGrmZGKyPtr4xxArzMP17ZqwdEL6SLo2238ZLdc
wT+NL7ZIGhRpiCGDVayDeXMMxcGBhv/NwLvXL4Vgfx7tpjjX/mqWhMrPstGwh/XQ
9v0FS5uvxfvkaq0YVgYIIly1/P4ROsvCWHSVXxhqkYRQ45MGXa056/LxIhTNMw03
T5y5L0MkNq8n4ffxTCkvTibeTkfUG9QmuonE/FGVYDP9IZyPm6sohLVaukb0uvKy
uQ8vIBpVCQg3SD+aTux5YTDwgScDowPtkW5qchDgqDjwmw/LxvC/hbuMk1cRHG/M
1RtUYscR454AhHjZc/tNr5ioOnlP9uaCYm+IZJiDtFNzIJOmMMyJFmVe2b6Wq5j2
2YFPeis0Ke92ShAJm7XSZ1gZYCUTMuYw3K1Se6Td4zvZgXWkZd9uCQ8UZg4ghBJL
CmagZIAwaf5FBr7bF4qLXNrayy5Ihta6n8yL4nvrcvs3V310i49JoA3JVhdGOhl2
16SM/5cJlZSm4BMfyDAdEirCr2ISj1a1CHZ0VyWiLjPlbAlf00II4N1mKuz7UaB/
8/iAWrldbjKUtfg8XJGYhpxLtzYpBtMI1ucZ+s8oBUwXQw9y/lctIN3ZxPXx1Ef7
csDLzbEmWeHWCij3gHub
=XKSk
-END PGP SIGNATURE-


Accepted:
libpar-packer-perl_1.006-1.debian.tar.gz
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.006-1.debian.tar.gz
libpar-packer-perl_1.006-1.dsc
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.006-1.dsc
libpar-packer-perl_1.006-1_i386.deb
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.006-1_i386.deb
libpar-packer-perl_1.006.orig.tar.gz
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.006.orig.tar.gz


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



Accepted mcelog 1.0~pre3-3 (source amd64)

2010-06-28 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 18:15:24 +0200
Source: mcelog
Binary: mcelog
Architecture: source amd64
Version: 1.0~pre3-3
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
Closes: 587365
Changes: 
 mcelog (1.0~pre3-3) unstable; urgency=low
 .
   * debian/patches/fix_timeout_bit.patch:
 + Added; fix interpretation of the timeout bit (closes: #587365).
Checksums-Sha1: 
 1a11bb4c84cb11004133d2f65291ff81b138180d 988 mcelog_1.0~pre3-3.dsc
 307e97c5d3e53c97f8312a9d88a6f4163f276ab9 10861 mcelog_1.0~pre3-3.debian.tar.gz
 87fbc7cd462bf10193558f4226838bc64454aa68 160264 mcelog_1.0~pre3-3_amd64.deb
Checksums-Sha256: 
 a95318ce26d91b0a55c654873ac610b1cb8f2249c468eed5b5b82de06fddc2aa 988 
mcelog_1.0~pre3-3.dsc
 a094758da77b752943be8c50339ea4cda11a9e78cf688fc1520b499f9fa90c8a 10861 
mcelog_1.0~pre3-3.debian.tar.gz
 865857b6c6517ce8f5d63649a3b07ab009c0b69ef4c469d5b74be500d7e37924 160264 
mcelog_1.0~pre3-3_amd64.deb
Files: 
 2c9b117a86584c79f5c1840bd69f6f4f 988 admin optional mcelog_1.0~pre3-3.dsc
 351437eeab0bf1d96fe399b018d1d853 10861 admin optional 
mcelog_1.0~pre3-3.debian.tar.gz
 a7ca8e494a0b9883ea03f3e7bece5f10 160264 admin optional 
mcelog_1.0~pre3-3_amd64.deb

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

iD8DBQFMKM6WzWFP1/XWUWkRAuSaAJ9KTQ6+yzO/oynPe4FRe3/j7eHCdwCgsDUi
R+w+C6o3l1Zx1Y7O67HWbHA=
=ULZS
-END PGP SIGNATURE-


Accepted:
mcelog_1.0~pre3-3.debian.tar.gz
  to main/m/mcelog/mcelog_1.0~pre3-3.debian.tar.gz
mcelog_1.0~pre3-3.dsc
  to main/m/mcelog/mcelog_1.0~pre3-3.dsc
mcelog_1.0~pre3-3_amd64.deb
  to main/m/mcelog/mcelog_1.0~pre3-3_amd64.deb


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



Accepted mercurial 1.5.4-2 (source all amd64)

2010-06-28 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Jun 2010 12:46:57 +0200
Source: mercurial
Binary: mercurial-common mercurial
Architecture: all amd64 source
Version: 1.5.4-2
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino cibervi...@gmail.com
Closes: 586907
Description: 
 mercurial-common - scalable distributed version control system (common files)
 mercurial  - scalable distributed version control system
Changes: 
 mercurial (1.5.4-2) unstable; urgency=low
 .
   * Fix regression in python 2.6.5 (Closes: #586907)
Checksums-Sha1: 
 867214c15d8c11ad4748ca7405dee2cab829b11f 2136 mercurial_1.5.4-2.dsc
 0cad51257545f8741777ec1ae0cf87c7b099f24f 32232 mercurial_1.5.4-2.debian.tar.gz
 7209824cfc4ea25c134eed595fc780037ad256c9 1225798 
mercurial-common_1.5.4-2_all.deb
 81906561077ef960cc555d8247c32f7075ff6d47 76342 mercurial_1.5.4-2_amd64.deb
Checksums-Sha256: 
 31dc5ff312811677e4708ecc9961262cda26a502451c063b5d44fdbefc1281fc 2136 
mercurial_1.5.4-2.dsc
 7d81946d9de3288ad05715543d4e83118108ccce553c2303aa374ed137e69a3b 32232 
mercurial_1.5.4-2.debian.tar.gz
 0f060247081f6e7c4e2435d3cc8e80e0294c27464d5dbd650c03caad772fb139 1225798 
mercurial-common_1.5.4-2_all.deb
 7cf79e10be35ed48ea58c6fab38cc41b4e91faf8912aade2273b367ee7ade064 76342 
mercurial_1.5.4-2_amd64.deb
Files: 
 d9bbe3f95b2455a4fa94a10fd092b8bb 2136 vcs optional mercurial_1.5.4-2.dsc
 29ce9e16de6922c5c95a3eab101201e5 32232 vcs optional 
mercurial_1.5.4-2.debian.tar.gz
 b0da20446cafbc2221b6f7b5091a9639 1225798 vcs optional 
mercurial-common_1.5.4-2_all.deb
 15c18be2b32f99818b43746bc8c27bc5 76342 vcs optional mercurial_1.5.4-2_amd64.deb

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

iQIVAwUBTCjEC9T1zgD6DpudAQgsSw/+NAfxH7BmKHsWBPATtaUuz00b84tCnL5t
UgBdlZa1FyFm47rIV/BDYG3USQak5lKiIfmpClegOWLT1H66hbGOEuTuzpIkZ6Y5
+FIeAw/BKeOH1CVktdUcdXLgQNp0toM31gaG6R+wfMvPbS8r3q2CqMEDRtB8Vns0
uZ8saEtCHzdijfj6QRqB5I+zFUwOvp/cD4yINt49RgANsHY16E+I8gzj7uysOnNu
vmAESKcoyRgeYswDN2wUFGR7UpAL+QWSUKD8M7eAx4pc4cedXLraoi7G4CsyV4dk
gTglU9cQyzqjfHYJDRrK73sPtev6oLiNkxr9UrhYviUmeE7czO1zVufqMbiidovC
6i9jIMf3YRi1vvc1u0qdV92apHGPWzUNTH8YqDUPVV+ahqQMTVabtpyseKzJCpCe
RqzteP38fh+f2MIx/kHu1TUCBT1X0P9yxOQnffTyEoovEyXNFxJLcGVkgUiVwO6Y
imLxPrwoOYDbXaVZz5ObBrgrwUALP7S3NO+T7ifLxejSYFW+1pmAgp8RaW+UUjd7
jMxzxR2yf5zbGkHeLL5wCtdEdl6j34lHtDptfYeb5UetRNEKddF/dvkOL5Ykz5yL
NsEbCeRr7s+QZSnSfAH0AEPJE3XPNx4eMp0k5iDLqqmrRUrLCn7+WGEQq/8H2/Yq
n0qTNoi7Uu0=
=wHAl
-END PGP SIGNATURE-


Accepted:
mercurial-common_1.5.4-2_all.deb
  to main/m/mercurial/mercurial-common_1.5.4-2_all.deb
mercurial_1.5.4-2.debian.tar.gz
  to main/m/mercurial/mercurial_1.5.4-2.debian.tar.gz
mercurial_1.5.4-2.dsc
  to main/m/mercurial/mercurial_1.5.4-2.dsc
mercurial_1.5.4-2_amd64.deb
  to main/m/mercurial/mercurial_1.5.4-2_amd64.deb


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



Accepted libpoe-component-irc-perl 6.35+dfsg-1 (source all)

2010-06-28 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:53:16 +0200
Source: libpoe-component-irc-perl
Binary: libpoe-component-irc-perl
Architecture: source all
Version: 6.35+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libpoe-component-irc-perl - POE Component for manipulating IRC sessions
Changes: 
 libpoe-component-irc-perl (6.35+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.9.0 (no changes).
   * Bump (build) dependency on libpoe-component-pluggable-perl to = 1.26.
Checksums-Sha1: 
 af272110b306fbfcf16ee4e44abb30988b3e9f38 2481 
libpoe-component-irc-perl_6.35+dfsg-1.dsc
 2d28d051fe0e7de126e1dc3303771bb01dd80971 228958 
libpoe-component-irc-perl_6.35+dfsg.orig.tar.gz
 081195085fc7ea2f2ddb7d91b28f0201c39caa16 7068 
libpoe-component-irc-perl_6.35+dfsg-1.debian.tar.gz
 abbd4da0c83265ddfba9158ac029f4bc916e8813 272582 
libpoe-component-irc-perl_6.35+dfsg-1_all.deb
Checksums-Sha256: 
 1b7685f56a9e1e5fb74ac93228e2804ba4ace81b951844640395a9aec529f3dc 2481 
libpoe-component-irc-perl_6.35+dfsg-1.dsc
 c14f85c31c243a9b4f14c9f19bef1229dc4e72bd34d20428614a5feefb8c2b7d 228958 
libpoe-component-irc-perl_6.35+dfsg.orig.tar.gz
 5fd21fc13f0d41acb6bd99d652a50a22ebcc85193742de8f20b3c29a7e787687 7068 
libpoe-component-irc-perl_6.35+dfsg-1.debian.tar.gz
 2981ad7d75ba509f3e0c2d461c50087718e1c1f115262a626cbcba05d7053f62 272582 
libpoe-component-irc-perl_6.35+dfsg-1_all.deb
Files: 
 f1b8a252d0e90af3eab5972fe1a0cc65 2481 perl optional 
libpoe-component-irc-perl_6.35+dfsg-1.dsc
 3ea814e5b799a60d0aefeaa0b670bfd3 228958 perl optional 
libpoe-component-irc-perl_6.35+dfsg.orig.tar.gz
 54b9d40fdaa7d7c1f0f1e196f596065d 7068 perl optional 
libpoe-component-irc-perl_6.35+dfsg-1.debian.tar.gz
 cc96bc78e9dc0851901943cac50a063c 272582 perl optional 
libpoe-component-irc-perl_6.35+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJMKNPGAAoJELs6aAGGSaoGXWEQAIrURjQrDDNxGvYVZR60JOzA
Z4oUfeHeK8MpMEENLRGIBoJvWsLW7VBC+fVnT1s26KuVNLENN8ArSnuk5NAut1JA
r17x0VQC9pUMce/gcg7+K479/5MAIsVdAG/KtRdZLN3qNKVHel4hug7rLhG9lNm+
vuDrZMFt9kfiCcovhkuDewGH2V0EnemzpIBltPOIHH7BjiQL9iWVxyg//pHCLAcn
ytCscedpOWpWXHh5dur4ICSuLtuHBd0qpS+Zl2f0KPmWWbsFBk6jLY6IQI9/PTiX
UF2+tjhiXD/bfCwyAvyGUmyvawaNhPactbtE8hJvT1CXt2vbN7ZkQu+5IIok+1QI
V+uUm4w6y/O7cyweKnpzEbPzLjWdmNT9vVfvfJPDcQgxXSzRCrTiQsB+VODTCkHl
U9h6Are4vwE7zIfFdNlvA+cN3yFRRqx9lnVusfK8ZnGOkmOOD1CX01/TzA0/ntHp
wMh1yemXC/08DWOJ4vW0zIlKZlPMC0WUfx8O3Y+8VkK4S4hal97/oGEJExQ16z34
KzcXtk4fKBwUGieNxO2/f1d42SzQkW0UCfHjoHqMabH5WwTlRqoh+2lrurFRMWuq
KBkH9IIh1EHrHhJkkll3yCI5c1KgRit/G92cNxK35V8H6byHdNjTZmQT1Q+PIRI6
VrrY0OX01/OrBNH40UYG
=sC4o
-END PGP SIGNATURE-


Accepted:
libpoe-component-irc-perl_6.35+dfsg-1.debian.tar.gz
  to 
main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_6.35+dfsg-1.debian.tar.gz
libpoe-component-irc-perl_6.35+dfsg-1.dsc
  to 
main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_6.35+dfsg-1.dsc
libpoe-component-irc-perl_6.35+dfsg-1_all.deb
  to 
main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_6.35+dfsg-1_all.deb
libpoe-component-irc-perl_6.35+dfsg.orig.tar.gz
  to 
main/libp/libpoe-component-irc-perl/libpoe-component-irc-perl_6.35+dfsg.orig.tar.gz


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



Accepted libpoe-component-pluggable-perl 1.26-1 (source all)

2010-06-28 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:45:10 +0200
Source: libpoe-component-pluggable-perl
Binary: libpoe-component-pluggable-perl
Architecture: source all
Version: 1.26-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libpoe-component-pluggable-perl - base class for creating plugin enabled POE 
Components
Changes: 
 libpoe-component-pluggable-perl (1.26-1) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * New upstream release.
   * Convert to source format 3.0 (quilt).
   * debian/copyright: update formatting and copyright info (upstream +
 packaging).
   * Set Standards-Version to 3.9.0 (no changes).
   * Add /me to Uploaders.
Checksums-Sha1: 
 28844d063d380bf7f81fcd3103348dcbe005275e 2354 
libpoe-component-pluggable-perl_1.26-1.dsc
 8d7c28635239abc6be88c4e8c9a1cf3b361221f7 37361 
libpoe-component-pluggable-perl_1.26.orig.tar.gz
 3713b65cfd2770bf8463c286fb45d5d81c6d3846 2605 
libpoe-component-pluggable-perl_1.26-1.debian.tar.gz
 9885ea150c2b7d0bcde926ddef73cfded7a785e7 27650 
libpoe-component-pluggable-perl_1.26-1_all.deb
Checksums-Sha256: 
 50f2694e4872426c3459dce571442148b875907f82a54b774c06b3a9077667cf 2354 
libpoe-component-pluggable-perl_1.26-1.dsc
 00cc2d39f76a38cbf3628e147e45e92ac427eb453ac2bdcfbdba81d1459d339d 37361 
libpoe-component-pluggable-perl_1.26.orig.tar.gz
 e85aeaccee1420d33ae77a64ba51b14e9869a1c393973db42488c414ec474196 2605 
libpoe-component-pluggable-perl_1.26-1.debian.tar.gz
 017a172a4651d7907f459e8264599ae57b021c59c85d99e930b28c8fae79b0ad 27650 
libpoe-component-pluggable-perl_1.26-1_all.deb
Files: 
 87d437b8851dbdfd809b809cee981afe 2354 perl optional 
libpoe-component-pluggable-perl_1.26-1.dsc
 989a64c6c2939a19ee5844c9d9e87047 37361 perl optional 
libpoe-component-pluggable-perl_1.26.orig.tar.gz
 f8e2e976dfdc042f9e5a7a9e67acf0f5 2605 perl optional 
libpoe-component-pluggable-perl_1.26-1.debian.tar.gz
 02f211adedc7c6446b9cd7926adb2882 27650 perl optional 
libpoe-component-pluggable-perl_1.26-1_all.deb

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

iQIcBAEBCAAGBQJMKNH7AAoJELs6aAGGSaoG/cUQAI0ZI3aUJyCwmpiFdPgWV5sx
t0sIcaQEL+yjIN0d04+bVWu7kpgcDyv+dzFHbSniH0H2iNXq0+8rWLZSpPYFw9TW
GhP7Yo7rfJ+lJO7Xka+drCkEk1tolq8B5nmYsB2Sg1v4+8sDwMFkartiTuR6760Q
dtv29/sysUf6J4AO0qqdYNWsFvQFVS97vOWnnYUDY9QgpmxVDyq6W2CWHKWua3eH
MuhLYtLb1N7+IiUr8FgcjSFp2MqLsps9JaCTgJm/AHtJqSo5tvO3nDdPVy58gaBC
VXoJdcY6XBw7iUhI4p6r3R+SE2ooNwb51QK1uXhSfpc7mTeFczzAf8CoqTE1Qpy8
P+7bCaFfeZONv7ZFbIO4B3EzGh/d742NNC7nqTKCXNMEx0K2h9m9B97BOFi6L6M4
m6BFafylmHAavP2dSKczNDU6YkX+zbrO50nwPGzZ8KsCRkXGt8fLg8minjCuOB0A
7uxTZ5g0wps1z7iDqN9VEcocJFNYtlmN2y7LvD6P4s0xVCCXUAjX8TEIe4rOmjyc
FvnPvhwRlKQHFtLOc4dufnJihasXHsoeRu85v0PykNtct2crDrkPEUq5dDmh6gce
RDDtik7YYj1CuLpqUioNMqWkV0z3udSCopjFSPXfbUFp1LoYGw951wnCwI1wr7sD
jPXoA19WuFEcAH3vyxIm
=PCia
-END PGP SIGNATURE-


Accepted:
libpoe-component-pluggable-perl_1.26-1.debian.tar.gz
  to 
main/libp/libpoe-component-pluggable-perl/libpoe-component-pluggable-perl_1.26-1.debian.tar.gz
libpoe-component-pluggable-perl_1.26-1.dsc
  to 
main/libp/libpoe-component-pluggable-perl/libpoe-component-pluggable-perl_1.26-1.dsc
libpoe-component-pluggable-perl_1.26-1_all.deb
  to 
main/libp/libpoe-component-pluggable-perl/libpoe-component-pluggable-perl_1.26-1_all.deb
libpoe-component-pluggable-perl_1.26.orig.tar.gz
  to 
main/libp/libpoe-component-pluggable-perl/libpoe-component-pluggable-perl_1.26.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1othj4-00072h...@ries.debian.org



Accepted openjdk-6 6b20~pre1-1 (source all amd64)

2010-06-28 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 00:50:58 +0200
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea6-plugin 
icedtea-6-jre-cacao openjdk-6-jre-zero
Architecture: source amd64 all
Version: 6b20~pre1-1
Distribution: experimental
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea6-plugin - web browser plugin based on OpenJDK and IcedTea to execute 
Java a
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b20~pre1-1) experimental; urgency=low
 .
   * Upload to experimental.
Checksums-Sha1: 
 c782063b8acb8787dc119f304aa3a7cd706ab9f0 2394 openjdk-6_6b20~pre1-1.dsc
 9574bc06bc76245502a92a0705ea7ca8483716ee 61025779 
openjdk-6_6b20~pre1.orig.tar.gz
 5e685ba36dcec23f73a429799aec5daa63329813 261939 openjdk-6_6b20~pre1-1.diff.gz
 6259fe4a42454c3dd474424d182d55b4b6a7048b 11264258 
openjdk-6-jdk_6b20~pre1-1_amd64.deb
 393551d159e0209d39c223654bde893a552e8eb4 25147926 
openjdk-6-jre-headless_6b20~pre1-1_amd64.deb
 30087a58eb5c82210803b2bcc1ba268d898d8e11 268894 
openjdk-6-jre_6b20~pre1-1_amd64.deb
 c404d8c0b1ab479165806f0010641613941d86dc 2367964 
openjdk-6-demo_6b20~pre1-1_amd64.deb
 2fea02c83f1e3e5fae7dd7e35033d47483968da3 112569264 
openjdk-6-dbg_6b20~pre1-1_amd64.deb
 69c555006129647c6abdf239d42e45d24d4a7cfe 83144 
icedtea6-plugin_6b20~pre1-1_amd64.deb
 09a0efaeb317d45d63b6e2cc320ccefee76f2997 379456 
icedtea-6-jre-cacao_6b20~pre1-1_amd64.deb
 d1164777f8b17f5ace18ed92cb7544f778817529 1874854 
openjdk-6-jre-zero_6b20~pre1-1_amd64.deb
 34038fe8600f6494c776454dc7663942663b1178 6086466 
openjdk-6-jre-lib_6b20~pre1-1_all.deb
 dd0d3f36c3f01462bf7cd2db07a399e2f0732f41 26887510 
openjdk-6-source_6b20~pre1-1_all.deb
 4fd2a8dd07d141cf906d85639072ce0c26f65e78 52856 
openjdk-6-doc_6b20~pre1-1_all.deb
Checksums-Sha256: 
 97dcb2061176edce263385e31efbba1b5572699e9bcf867bd40859958f476372 2394 
openjdk-6_6b20~pre1-1.dsc
 8a788a25d6aab5ad59c7df45620081d093132ab283c1e6c73e05517d53c2227e 61025779 
openjdk-6_6b20~pre1.orig.tar.gz
 a16c82838329533be22233f6b9fe1d0b22197f70af317974fae1472ebfba2f1a 261939 
openjdk-6_6b20~pre1-1.diff.gz
 c34376f54fba00eaa31896bebef11b69f3d522c87fc999f442588ee6a3c3dab6 11264258 
openjdk-6-jdk_6b20~pre1-1_amd64.deb
 9d96ba8e6645bd2a62ad807d61212135b36964c47e26604a7f9f35f5237920df 25147926 
openjdk-6-jre-headless_6b20~pre1-1_amd64.deb
 b334c0f352e72b6fd479bcfcbf77177f10a804c9333d726bd1b4693145afa35b 268894 
openjdk-6-jre_6b20~pre1-1_amd64.deb
 1a257047938458ab49a4963f7d2d3791b9c8cf4dc600dad04a9efb3eddce2f74 2367964 
openjdk-6-demo_6b20~pre1-1_amd64.deb
 03b3af5e7c07ab57b9ec933f19f169ed7d235c81e3fe3d360e60455e32329a11 112569264 
openjdk-6-dbg_6b20~pre1-1_amd64.deb
 323284a1ea2e87dbcfe872f9ff1594d6a630fe0a414145a035aa020befa3ed80 83144 
icedtea6-plugin_6b20~pre1-1_amd64.deb
 c94f7caa790cd2a2d121d0d1c3e3e9b009e0e467f95d8dabb1a1c92c2c460382 379456 
icedtea-6-jre-cacao_6b20~pre1-1_amd64.deb
 7b8bc269892d0186333c673b3103a2d1e9de4f5df17a8ddd3f583e598070b891 1874854 
openjdk-6-jre-zero_6b20~pre1-1_amd64.deb
 2a2bcbb6e0b0f12f2a96f27328ca5313343d6a32666f680c16d87f35a3d03ec8 6086466 
openjdk-6-jre-lib_6b20~pre1-1_all.deb
 edd95d60954578c511b07d2f0e4d4af92ba4bbe7a82c463fdd5cc5377f663009 26887510 
openjdk-6-source_6b20~pre1-1_all.deb
 b92a6b49ee4e796b3dc62431e02c737d18724b5bc82f6746e8312a46ff63f063 52856 
openjdk-6-doc_6b20~pre1-1_all.deb
Files: 
 3fb713eeb8343203712a8490157bb1ff 2394 java optional openjdk-6_6b20~pre1-1.dsc
 6d533430388f84243af347fc14c45de4 61025779 java optional 
openjdk-6_6b20~pre1.orig.tar.gz
 5d3ab95f95dbd859dd057356ea340222 261939 java optional 
openjdk-6_6b20~pre1-1.diff.gz
 978961c7e8b641391d5a4d0c9c057266 11264258 java optional 
openjdk-6-jdk_6b20~pre1-1_amd64.deb
 20138dfbf985e16e2c1ea4a3dec888c6 25147926 java optional 
openjdk-6-jre-headless_6b20~pre1-1_amd64.deb
 a969fa6adcae8ebeb72f7641f4775aa8 268894 java optional 
openjdk-6-jre_6b20~pre1-1_amd64.deb
 2bfaa7a28d1a3f1beaf3a1f4dbba1ae2 2367964 java extra 
openjdk-6-demo_6b20~pre1-1_amd64.deb
 52d048026f4d28ef9fb9077ac8803fab 112569264 debug extra 
openjdk-6-dbg_6b20~pre1-1_amd64.deb
 e87efd9e0c8cb230291034d3cd417823 83144 web extra 
icedtea6-plugin_6b20~pre1-1_amd64.deb
 

Accepted os-prober 1.39 (source i386)

2010-06-28 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jun 2010 18:01:00 +0100
Source: os-prober
Binary: os-prober-udeb os-prober
Architecture: source i386
Version: 1.39
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 os-prober  - utility to detect other OSes on a set of drives
 os-prober-udeb - utility to detect other OSes on a set of drives (udeb)
Closes: 582257
Changes: 
 os-prober (1.39) unstable; urgency=low
 .
   [ Joey Hess ]
   * Fix FreeDOS test to use case-insensative filename lookup
 as was already done for all other DOS/Windows tests. Closes: #582257
 (Thanks, Harald Dunkel)
 .
   [ Colin Watson ]
   * Handle Dracut-generated initramfs names in linux-boot-prober fallback
 test (thanks, Piscium; LP: #420900).
Checksums-Sha1: 
 8c33674e978e6b9f13760dd0b95216d4ce30382d 1577 os-prober_1.39.dsc
 75ff4b1b9bb9fe92a79268ea2b82d64721f55f72 22691 os-prober_1.39.tar.gz
 f90646f8b837d2d6d6797623f2899e5ef4a3ff73 12770 os-prober-udeb_1.39_i386.udeb
 08e52dd27b9de213618de591bd20c8a36f16d2e3 22944 os-prober_1.39_i386.deb
Checksums-Sha256: 
 b99af2cc052864834ec9dce2f83f840934699043458fdce1e40a05452c4f25de 1577 
os-prober_1.39.dsc
 d5b440d5d8872a864c063d17981adedfacb74d9fb478a3a6fa572da6f34e4ccc 22691 
os-prober_1.39.tar.gz
 96945254d126fd615907078a9af9560021b8246315bfffec1ce8f1a72452b47f 12770 
os-prober-udeb_1.39_i386.udeb
 be4eed1090b453e9cd4ef52f02fdab697e5a401c0ea83d8ab4fc02006233a191 22944 
os-prober_1.39_i386.deb
Files: 
 9ee1aede68eb7cb49a8d521ada140880 1577 debian-installer optional 
os-prober_1.39.dsc
 42a9d530e3b317a822fd7418686e091d 22691 debian-installer optional 
os-prober_1.39.tar.gz
 497f8d219bb47fadcc8b0c44f2c42ea5 12770 debian-installer optional 
os-prober-udeb_1.39_i386.udeb
 2404c84543415b80b4290314f6d9fbf5 22944 utils extra os-prober_1.39_i386.deb
Package-Type: udeb

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

iQIVAwUBTCjWYzk1h9l9hlALAQhI1hAAq/m1AcQ+MK0mBeX87OCuuFzWgM9n4dma
49vd0pj/KDlb7PWiPccb4bkXaaq/S8gtgNvAgfC88mTyaAMFtrABSOOl7OZDzbPH
kYKFyYydAzAY17CeKD3zyx7FcU8M8M41mMECrP4UsNSVl8k7EcU8sgl7w/l4tjhM
LQHqjeclyVOkDSMwlJWOXzRBTep+Pt3qofO3OIuZwBHMf94WCjGxi0zd9VIypwVF
Nts+wQhuAvv21SbwjcahzqoSTK6nejhezVOelxzRJq0/zTIzx1UkeNrMO/I6BdW4
du9jqhtK8/T6k86UeZtl3ATsPy3svctQTyI+h6bjdrAv+wCpVZKJFVTbSoRNoRCc
IsATW2DnKrDtTbPXFOBAxnsLvQhIYypqqQgZuDzzCl6q72z/YvTX25Py7uxheuyE
mOej3uT1VHHDD70+GDN6i7/iymDXwUOxkUan2sREFfqvVV6lsMF0PsxhS7pqlttS
iqf1LV43jQvvZsIrPKiPo/6Jey5qKyBj2U0nTLHysDjC+qlZtg1oeB3/8cEjtgVT
1jNalQjINfV7xHTM6w+8oDUDE/7ad6ApbRdqtZ/Oi6Ir1zSYlnKrf6N6uemzh7rv
R8Bdk/Derq7ul2Xue/ZspKGrZ147rveH6FpFlhQNGyfet7HkUaRRdg+HMo9ijFtn
Ssv9i/pLiDA=
=geg3
-END PGP SIGNATURE-


Accepted:
os-prober-udeb_1.39_i386.udeb
  to main/o/os-prober/os-prober-udeb_1.39_i386.udeb
os-prober_1.39.dsc
  to main/o/os-prober/os-prober_1.39.dsc
os-prober_1.39.tar.gz
  to main/o/os-prober/os-prober_1.39.tar.gz
os-prober_1.39_i386.deb
  to main/o/os-prober/os-prober_1.39_i386.deb


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



Accepted ocfs2-tools 1.4.4-3 (source amd64)

2010-06-28 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 19:22:53 +0200
Source: ocfs2-tools
Binary: ocfs2-tools ocfs2-tools-cman ocfs2-tools-dev ocfs2-tools-pacemaker 
ocfs2console
Architecture: source amd64
Version: 1.4.4-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé jeremy.la...@m4x.org
Changed-By: Jeremy Lainé jeremy.la...@m4x.org
Description: 
 ocfs2-tools - tools for managing OCFS2 cluster filesystems
 ocfs2-tools-cman - tools for managing OCFS2 cluster filesystems - cman support
 ocfs2-tools-dev - tools for managing OCFS2 cluster filesystems - development 
files
 ocfs2-tools-pacemaker - tools for managing OCFS2 cluster filesystems - 
pacemaker support
 ocfs2console - tools for managing OCFS2 cluster filesystems - graphical 
interfac
Closes: 587284 587285 587287
Changes: 
 ocfs2-tools (1.4.4-3) unstable; urgency=low
 .
   * Move ocfs2_controld.(cman|pcmk) to /usr/sbin (Closes: #587284).
   * Install /lib/udev/rules.d/51-ocfs2.rules (Closes: #587285).
   * Make ocfs2-tools-cman and ocfs2-tools-pacemaker depend on libdlm3, as
 libdlm_lt.so.3 is needed for userspace cluster stacks (Closes: #587287).
Checksums-Sha1: 
 946f555283931bbdc57cd56ed38af9fff31d8abf 1663 ocfs2-tools_1.4.4-3.dsc
 6ff2c76aa152b19812b6400aa79a259b4b15ea4d 23100 
ocfs2-tools_1.4.4-3.debian.tar.gz
 9a418ce43d7029a35bb9138164a12f96aed10fcf 732216 ocfs2-tools_1.4.4-3_amd64.deb
 a86168f2f27fb664fcb8d9a3f4b69376fbf3aae5 53038 
ocfs2-tools-cman_1.4.4-3_amd64.deb
 da9116688954de177fbc22a865ec9e6a691e7a5d 136616 
ocfs2-tools-dev_1.4.4-3_amd64.deb
 73b081cad8fc4adef6dc1e6f834eeb50b77ff5c9 52308 
ocfs2-tools-pacemaker_1.4.4-3_amd64.deb
 a21763d0c49c03a44b0afc05c93772a2fceb3bb2 113952 ocfs2console_1.4.4-3_amd64.deb
Checksums-Sha256: 
 481938f90e159837b2f88ccbf86dce8633452ac5a1abc1d3ae18fe2dc5319a05 1663 
ocfs2-tools_1.4.4-3.dsc
 35978e9411176ffe5772f8afc14d515d9e0ad7620ac2ba2ba4754b1491e0920b 23100 
ocfs2-tools_1.4.4-3.debian.tar.gz
 ca0c50512cbf8cfeaafd3d175b5337909e1c4517f3ed8e0874d92c3b1803a773 732216 
ocfs2-tools_1.4.4-3_amd64.deb
 80bbb0e0928c5f0440776ee427441b4042e7600a151fa78243ac3faadce026df 53038 
ocfs2-tools-cman_1.4.4-3_amd64.deb
 053885c5195b9884fc21aa73f35a9a2a38bee7cd8d8580e4795289ba3dda25df 136616 
ocfs2-tools-dev_1.4.4-3_amd64.deb
 f35a89444c855699b8e90ea283a0fe1dd3f28cba1a9459c7afe6bd8d17188d1d 52308 
ocfs2-tools-pacemaker_1.4.4-3_amd64.deb
 a9da46d32fac758fe3e6459471d728ca121d43f8a60a28e1d7716830af6d3d31 113952 
ocfs2console_1.4.4-3_amd64.deb
Files: 
 2166c34df9f8f9c4a15140763b1b8047 1663 admin optional ocfs2-tools_1.4.4-3.dsc
 8edd22b6ccb8c0e91de3f225cf7b8a77 23100 admin optional 
ocfs2-tools_1.4.4-3.debian.tar.gz
 94a644d1ad4e4667c0857b9024c4eee2 732216 admin optional 
ocfs2-tools_1.4.4-3_amd64.deb
 9570c557132416b378e41ac74d0c7552 53038 admin optional 
ocfs2-tools-cman_1.4.4-3_amd64.deb
 e747c2863af890d8bc77d1b414c8a0b2 136616 devel optional 
ocfs2-tools-dev_1.4.4-3_amd64.deb
 d986566be042c63f66267786d90d8fc4 52308 admin optional 
ocfs2-tools-pacemaker_1.4.4-3_amd64.deb
 c1a48acf08569551714840f60e63f7ad 113952 admin optional 
ocfs2console_1.4.4-3_amd64.deb

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

iEYEARECAAYFAkwo3D0ACgkQ4mJJZqJp2SdjIwCfTauKTAgHLFMLINyr+bvUYCpN
aZoAnjAqunDg5zgMySOLHOWu3SQ5g82x
=yPgL
-END PGP SIGNATURE-


Accepted:
ocfs2-tools-cman_1.4.4-3_amd64.deb
  to main/o/ocfs2-tools/ocfs2-tools-cman_1.4.4-3_amd64.deb
ocfs2-tools-dev_1.4.4-3_amd64.deb
  to main/o/ocfs2-tools/ocfs2-tools-dev_1.4.4-3_amd64.deb
ocfs2-tools-pacemaker_1.4.4-3_amd64.deb
  to main/o/ocfs2-tools/ocfs2-tools-pacemaker_1.4.4-3_amd64.deb
ocfs2-tools_1.4.4-3.debian.tar.gz
  to main/o/ocfs2-tools/ocfs2-tools_1.4.4-3.debian.tar.gz
ocfs2-tools_1.4.4-3.dsc
  to main/o/ocfs2-tools/ocfs2-tools_1.4.4-3.dsc
ocfs2-tools_1.4.4-3_amd64.deb
  to main/o/ocfs2-tools/ocfs2-tools_1.4.4-3_amd64.deb
ocfs2console_1.4.4-3_amd64.deb
  to main/o/ocfs2-tools/ocfs2console_1.4.4-3_amd64.deb


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



Accepted dbus 1.2.24-1+exp1 (source all amd64)

2010-06-28 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jun 2010 17:19:24 +0100
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev dbus-1-dbg
Architecture: source all amd64
Version: 1.2.24-1+exp1
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description: 
 dbus   - simple interprocess messaging system
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 550517
Changes: 
 dbus (1.2.24-1+exp1) experimental; urgency=low
 .
* Add separate debugging symbols (Closes: #550517)
Checksums-Sha1: 
 c230eaa385f4ba0f11f27b4176c6d1faf53d2bb1 2200 dbus_1.2.24-1+exp1.dsc
 8b9dbe714967db84e34de25f1cea724823eef460 27930 dbus_1.2.24-1+exp1.diff.gz
 6cd5b6e114ad7e826bdac626279a3cee9ee372e8 1821576 
dbus-1-doc_1.2.24-1+exp1_all.deb
 078b713c1a472402a8bd3ec2611c9758122eb74d 232872 dbus_1.2.24-1+exp1_amd64.deb
 27718871d7f8207f89a5adde62871bcea9ba8c13 42126 dbus-x11_1.2.24-1+exp1_amd64.deb
 a46ba035a70588ea8fe1e2046de9e5fcbeec5f20 144464 
libdbus-1-3_1.2.24-1+exp1_amd64.deb
 5d7287754241507aa02f75cc12d9f9791a5121af 244092 
libdbus-1-dev_1.2.24-1+exp1_amd64.deb
 0e9f66521d271af26493645fa8b6cb6bbbe0d0b2 761224 
dbus-1-dbg_1.2.24-1+exp1_amd64.deb
Checksums-Sha256: 
 a957149910b7f0bcdfc5c4bb7db3e24e26d20cc127c6cdf4bb2dee7d8c697736 2200 
dbus_1.2.24-1+exp1.dsc
 4b83b44c19900e263f90244a895e19812d26a2371ba189ea2436404d36e04a00 27930 
dbus_1.2.24-1+exp1.diff.gz
 24363f65dbab830e6e3dc89f63e631aa45d3ab4de47bd9b97a8b3cf5e1b7b523 1821576 
dbus-1-doc_1.2.24-1+exp1_all.deb
 0c1a01ba0a3c9d27ac5c1e6c9a2b6dd217bc47326ec774197d81e58ce1e48574 232872 
dbus_1.2.24-1+exp1_amd64.deb
 8feb58b75b8ba3f4be3fb9ffaa475bf7577c1eb2b6b11db33c90700566bbc33f 42126 
dbus-x11_1.2.24-1+exp1_amd64.deb
 e4b69e96636d8cb51b5001d83037637563d693c76b7e7f0f092775690975da9b 144464 
libdbus-1-3_1.2.24-1+exp1_amd64.deb
 fa087b4f5dce983b3ca433838f67dace730deaed2bc811fe91e76ad4bf828cfa 244092 
libdbus-1-dev_1.2.24-1+exp1_amd64.deb
 7b56ae1097d9ef0f1338519908cf1e3438ce6c127ee644964ad3bdc553f61656 761224 
dbus-1-dbg_1.2.24-1+exp1_amd64.deb
Files: 
 d490cb91f7e2778241a4663a8186392b 2200 devel optional dbus_1.2.24-1+exp1.dsc
 3e7b541b7e22de78fbc48f0873dd0b11 27930 devel optional 
dbus_1.2.24-1+exp1.diff.gz
 0d005025fb13440c4cf7aaf3df4593fc 1821576 doc optional 
dbus-1-doc_1.2.24-1+exp1_all.deb
 634b50309a7563a8bb50cc3505bea770 232872 devel optional 
dbus_1.2.24-1+exp1_amd64.deb
 0b637e2cce7d66e8fc0509ce77088a93 42126 x11 optional 
dbus-x11_1.2.24-1+exp1_amd64.deb
 1556bc4d1ce6295b90aa07fb74f80a92 144464 libs optional 
libdbus-1-3_1.2.24-1+exp1_amd64.deb
 1012bedd460e6f49a4c3a42e2b4ef9b8 244092 libdevel optional 
libdbus-1-dev_1.2.24-1+exp1_amd64.deb
 6ed1aab4036e017da11d1da8c3fcde80 761224 debug extra 
dbus-1-dbg_1.2.24-1+exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBTCeCEU3o/ypjx8yQAQiF8g//auoddNj6XlT1ujEneHTWBAm2t8oWFwP0
pmXmwUtvPQ9vT1ndU6VZAMw4edw+s/bMf2JAPgexKOr3EM+1X6cnToAV+vz1dkSu
iBpyBuuMGfZ9rLBsetdYvFFqexHTJr25gkBrXU84KUXhAuefMVUTQjQSP2kssn4r
asNY+057+5P6lT5XxqIrPDPdbitdfj8iqh8sV9+2hT/OinUC7yp4mRKiLCNOE0c2
PVEYDv3+Aj6Azzq66qypNd+/iY4fueRmGxGoGYAlUUxwDFiMfGtqTO1dVM4Tdgtg
U7L0MUdI5ynmIdD/zjE9K16roSidpI8MF+MssWHVlFUykAPFs4I20GuapH7BIMHF
AbEbfuIVuhSOJfmGbPTZeNp3LAaaRr9PKO4Q5gJ4NnHRuXvvEvI6J/dvh9qS6bdt
UFUPNxrFHIGqkkjQ61YXI+KIddSVssj8HgwXTNO/NgGodpJDv9fO7dltUT9FKdkI
QL0XcNmaHZWQcnMOAtLAM57gHMe1R216ZRKoMD1ssYSpa2MM9FrrXHYQ6u4M4yuY
ir3n1X2nrtNA96Xv0tRH3lovKvU82x+DEXM10eBzz6pn5hD2Fty8hxUWsQYhrhe7
K8ap+wr4bm4KmLuqORV2H3dkJ1Hjpw6M2BdCUyB+IYpPTQo7hIp1oVEIEf7WogXn
WVmNX+1fLbQ=
=oTQl
-END PGP SIGNATURE-


Accepted:
dbus-1-dbg_1.2.24-1+exp1_amd64.deb
  to main/d/dbus/dbus-1-dbg_1.2.24-1+exp1_amd64.deb
dbus-1-doc_1.2.24-1+exp1_all.deb
  to main/d/dbus/dbus-1-doc_1.2.24-1+exp1_all.deb
dbus-x11_1.2.24-1+exp1_amd64.deb
  to main/d/dbus/dbus-x11_1.2.24-1+exp1_amd64.deb
dbus_1.2.24-1+exp1.diff.gz
  to main/d/dbus/dbus_1.2.24-1+exp1.diff.gz
dbus_1.2.24-1+exp1.dsc
  to main/d/dbus/dbus_1.2.24-1+exp1.dsc
dbus_1.2.24-1+exp1_amd64.deb
  to main/d/dbus/dbus_1.2.24-1+exp1_amd64.deb
libdbus-1-3_1.2.24-1+exp1_amd64.deb
  to main/d/dbus/libdbus-1-3_1.2.24-1+exp1_amd64.deb
libdbus-1-dev_1.2.24-1+exp1_amd64.deb
  to main/d/dbus/libdbus-1-dev_1.2.24-1+exp1_amd64.deb


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



Accepted mrpt 1:0.9.0-2 (source all i386)

2010-06-28 Thread University of Malaga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jun 2010 16:44:47 +0200
Source: mrpt
Binary: mrpt-doc libmrpt-base0.9 libmrpt-opengl0.9 libmrpt-gui0.9 
libmrpt-obs0.9 libmrpt-maps0.9 libmrpt-hwdrivers0.9 libmrpt-vision0.9 
libmrpt-topography0.9 libmrpt-slam0.9 libmrpt-reactivenav0.9 libmrpt-hmtslam0.9 
mrpt-libs libmrpt-dev mrpt-apps
Architecture: source all i386
Version: 1:0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Jose Luis Blanco (University of Malaga) joseluisblan...@gmail.com
Changed-By: Jose Luis Blanco (University of Malaga) joseluisblan...@gmail.com
Description: 
 libmrpt-base0.9 - Mobile Robot Programming Toolkit - base library
 libmrpt-dev - Mobile Robot Programming Toolkit - Development headers
 libmrpt-gui0.9 - Mobile Robot Programming Toolkit - gui library
 libmrpt-hmtslam0.9 - Mobile Robot Programming Toolkit - hmtslam library
 libmrpt-hwdrivers0.9 - Mobile Robot Programming Toolkit - hwdrivers library
 libmrpt-maps0.9 - Mobile Robot Programming Toolkit - maps library
 libmrpt-obs0.9 - Mobile Robot Programming Toolkit - obs library
 libmrpt-opengl0.9 - Mobile Robot Programming Toolkit - opengl library
 libmrpt-reactivenav0.9 - Mobile Robot Programming Toolkit - reactivenav library
 libmrpt-slam0.9 - Mobile Robot Programming Toolkit - slam library
 libmrpt-topography0.9 - Mobile Robot Programming Toolkit - topography library
 libmrpt-vision0.9 - Mobile Robot Programming Toolkit - vision library
 mrpt-apps  - Mobile Robot Programming Toolkit - Console and GUI applications
 mrpt-doc   - Mobile Robot Programming Toolkit - Documentation and examples
 mrpt-libs  - Mobile Robot Programming Toolkit - All the libraries
Changes: 
 mrpt (1:0.9.0-2) unstable; urgency=low
 .
   * Added debian/source/format file to fix a lintian warning.
Checksums-Sha1: 
 d2d263868d19e674a260ed3a33138ef6c4dd4727 1501 mrpt_0.9.0-2.dsc
 63a2cf365570cd0a52e9fc87e92a9de0d9a3e592 32324960 mrpt_0.9.0.orig.tar.gz
 a6d56fcd13b3b52481d3de2b3ba1a3e7b8239022 9401 mrpt_0.9.0-2.debian.tar.gz
 6977e4f936fe63095807402c0ec58b6b95f20642 276112044 mrpt-doc_0.9.0-2_all.deb
 b0cfc634f8d14c2c1990d6c05f3a855367c2991b 1883424 
libmrpt-base0.9_0.9.0-2_i386.deb
 e443ed622a701487376e09bca00b8ff7313326c8 1066640 
libmrpt-opengl0.9_0.9.0-2_i386.deb
 55ddbd6ca7ab323c4c1c75e313d72a61c99ff177 24 libmrpt-gui0.9_0.9.0-2_i386.deb
 df904517e4f99d3dcd04e059f5d62899a273e676 233568 libmrpt-obs0.9_0.9.0-2_i386.deb
 cf58acfd53433f7ebaa6b870964ee3c9d4514187 430550 
libmrpt-maps0.9_0.9.0-2_i386.deb
 57666988274a20d451694244d0d585eea783ccb9 714208 
libmrpt-hwdrivers0.9_0.9.0-2_i386.deb
 b4fd2e548a8ddc915b5b4386b4683d62eaead281 332202 
libmrpt-vision0.9_0.9.0-2_i386.deb
 6f97e52ec9922e18a8bbaa14cfcd7ea744883c2f 74842 
libmrpt-topography0.9_0.9.0-2_i386.deb
 1767988b89e5664788005e5577183174bd477489 763402 
libmrpt-slam0.9_0.9.0-2_i386.deb
 6eeca6f53a74c05f9294f3732dd6a9edffd5d14e 164062 
libmrpt-reactivenav0.9_0.9.0-2_i386.deb
 360c5ee1d0bd7286f5765c64d87e404d7b66ba80 382468 
libmrpt-hmtslam0.9_0.9.0-2_i386.deb
 8527741137b530088c924a62d5474b3236e9eace 7302 mrpt-libs_0.9.0-2_i386.deb
 2b4198e2f05a84db378ac3e94cb0441bfba60479 701936 libmrpt-dev_0.9.0-2_i386.deb
 a138c9df17500d572afe8c52e3ee2c7ebe7bebb2 4589716 mrpt-apps_0.9.0-2_i386.deb
Checksums-Sha256: 
 c58755b28b8444bcccb8bff08c29da856ff66dd3de758c1871177fbfcddb7edb 1501 
mrpt_0.9.0-2.dsc
 f347055d60ba30b1bb038fe0517d10f7e4661f4d188844ad043949f30cb0d00b 32324960 
mrpt_0.9.0.orig.tar.gz
 843bb828c7e1de921e996d3940879a73cd5868feff3886e551503f95c6169f10 9401 
mrpt_0.9.0-2.debian.tar.gz
 d49d681f44e3c6b0e2ab314595fbf8c2c5f5e95e2618c03b3f4f7ae08f87f4f5 276112044 
mrpt-doc_0.9.0-2_all.deb
 004c5830a7a848b25eae6a986ebfa2517c768deb6c7b88460a26280335b5595c 1883424 
libmrpt-base0.9_0.9.0-2_i386.deb
 0b08f668bd1a2c669ca58c39758ed5526a1c49a559697ef6d40ecdb00281748c 1066640 
libmrpt-opengl0.9_0.9.0-2_i386.deb
 e11bfbdc4ee726ad8eaa8b2a9b1e8907fcfff7a541f157653589fe913f7ea621 24 
libmrpt-gui0.9_0.9.0-2_i386.deb
 4bbd6cb465a4dcf42f5a6969933ebcb3a6a4293422ec910a874e2d88ebd514b3 233568 
libmrpt-obs0.9_0.9.0-2_i386.deb
 fec6eee4e679aadf9be079dee875c8d2fb5f07c42a982009df7654f6726090fc 430550 
libmrpt-maps0.9_0.9.0-2_i386.deb
 52ad6a73da7a6894da497ca7430b0f68a34c9411c8efd57866a7bbe918c6f6cc 714208 
libmrpt-hwdrivers0.9_0.9.0-2_i386.deb
 69c7e91dbe1f802d8fe9cf20fa0aa7a4bf8e8f9862399fcc0a2d88633b83c7a6 332202 
libmrpt-vision0.9_0.9.0-2_i386.deb
 3c67bad7947474838f3766001e66b383270aaf10a5be328c729f4f1295a03bd5 74842 
libmrpt-topography0.9_0.9.0-2_i386.deb
 149e356fb0653eab08616be131daf6c3240c3fc8cb5eee9e4ef3a75a0037740d 763402 
libmrpt-slam0.9_0.9.0-2_i386.deb
 8b3c241c723c7312cb9065709a7e07c393a1188064db1c545819119405858d33 164062 
libmrpt-reactivenav0.9_0.9.0-2_i386.deb
 d63ccd2ae9b17c9c5777b6f14ae35292afd177176156bca18022deec326970fb 382468 
libmrpt-hmtslam0.9_0.9.0-2_i386.deb
 09c857d6499de765d87ab47e25881035ec31daa82344338d2991ed277ea4301d 7302 
mrpt-libs_0.9.0-2_i386.deb
 

Accepted openvanilla-modules 0.8.0.14+dfsg1-1 (source all amd64)

2010-06-28 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Feb 2010 16:00:45 +0800
Source: openvanilla-modules
Binary: libopenvanilla libopenvanilla-data libopenvanilla-dev
Architecture: source amd64 all
Version: 0.8.0.14+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 libopenvanilla - libraries of openvanilla input method
 libopenvanilla-data - libraries of openvanilla input method - data files
 libopenvanilla-dev - libraries of openvanilla input method - development files
Closes: 570200
Changes: 
 openvanilla-modules (0.8.0.14+dfsg1-1) unstable; urgency=low
 .
   * Initial release (Closes: #570200)
Checksums-Sha1: 
 e4a62c52cb3169aa8194b0be5f8506ca5e93c3b5 1335 
openvanilla-modules_0.8.0.14+dfsg1-1.dsc
 3043bd412423d8c3c58181ae460ce9e1b16eeb7a 10494073 
openvanilla-modules_0.8.0.14+dfsg1.orig.tar.gz
 09d338d453a619d8073b0badeeb865bbad718247 5308 
openvanilla-modules_0.8.0.14+dfsg1-1.debian.tar.gz
 127868e7d1de9c4fd461dce65cb6d83597857222 86648 
libopenvanilla_0.8.0.14+dfsg1-1_amd64.deb
 af22e47232d4d31783949c92936a94d905abdc85 8869116 
libopenvanilla-data_0.8.0.14+dfsg1-1_all.deb
 9490fbd9653477887bb1f6142b7d057e72589504 102488 
libopenvanilla-dev_0.8.0.14+dfsg1-1_amd64.deb
Checksums-Sha256: 
 380d788f930dcf53c07407ca038435deaddee9aa6130660e735ff0edbce86477 1335 
openvanilla-modules_0.8.0.14+dfsg1-1.dsc
 339838c35a1adab59e3e323fd0526145680cffbb779fa26899d2a578866a0639 10494073 
openvanilla-modules_0.8.0.14+dfsg1.orig.tar.gz
 08f2645f7596bc0a8656490f0d1ca9b1bd43bae67e9104d3c4b652d404c4 5308 
openvanilla-modules_0.8.0.14+dfsg1-1.debian.tar.gz
 1850795d4852038d64fa4560093489e9decb758b2484609d872e67e1c58ee7be 86648 
libopenvanilla_0.8.0.14+dfsg1-1_amd64.deb
 c3f7fe807df1d9cda5ab694fa93baa89f91e96d0e61b60419a924e5a58103dc0 8869116 
libopenvanilla-data_0.8.0.14+dfsg1-1_all.deb
 a305dc86fd487f7b55fbfdb4655b2a7eb73b5d33d31448c229e633398e2db9e0 102488 
libopenvanilla-dev_0.8.0.14+dfsg1-1_amd64.deb
Files: 
 4c45bdb41616fb862304517857c2b27e 1335 libs optional 
openvanilla-modules_0.8.0.14+dfsg1-1.dsc
 ae4e1344e229602ca1034a8f725468ff 10494073 libs optional 
openvanilla-modules_0.8.0.14+dfsg1.orig.tar.gz
 baf9c6f6350e6d4b2f81ffcff9193c4e 5308 libs optional 
openvanilla-modules_0.8.0.14+dfsg1-1.debian.tar.gz
 b1649dbd21f675aa16e76dfb87620eb7 86648 libs optional 
libopenvanilla_0.8.0.14+dfsg1-1_amd64.deb
 d3b3b16ed45ebbb2f1dde0d426521339 8869116 libs optional 
libopenvanilla-data_0.8.0.14+dfsg1-1_all.deb
 8a589d7c4657df6897e658b726908963 102488 libdevel optional 
libopenvanilla-dev_0.8.0.14+dfsg1-1_amd64.deb

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

iEYEARECAAYFAkwFBHoACgkQ5TUK4GCH0vgApACeJgNau2gXn62M1/QVqLnh4qzw
VNYAoIXYmwfibFbFsavc9aOxsHTF7DCh
=SqTh
-END PGP SIGNATURE-


Accepted:
libopenvanilla-data_0.8.0.14+dfsg1-1_all.deb
  to main/o/openvanilla-modules/libopenvanilla-data_0.8.0.14+dfsg1-1_all.deb
libopenvanilla-dev_0.8.0.14+dfsg1-1_amd64.deb
  to main/o/openvanilla-modules/libopenvanilla-dev_0.8.0.14+dfsg1-1_amd64.deb
libopenvanilla_0.8.0.14+dfsg1-1_amd64.deb
  to main/o/openvanilla-modules/libopenvanilla_0.8.0.14+dfsg1-1_amd64.deb
openvanilla-modules_0.8.0.14+dfsg1-1.debian.tar.gz
  to 
main/o/openvanilla-modules/openvanilla-modules_0.8.0.14+dfsg1-1.debian.tar.gz
openvanilla-modules_0.8.0.14+dfsg1-1.dsc
  to main/o/openvanilla-modules/openvanilla-modules_0.8.0.14+dfsg1-1.dsc
openvanilla-modules_0.8.0.14+dfsg1.orig.tar.gz
  to main/o/openvanilla-modules/openvanilla-modules_0.8.0.14+dfsg1.orig.tar.gz


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



Accepted gcompris 9.3-1 (source all amd64)

2010-06-28 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Jun 2010 22:51:30 +0200
Source: gcompris
Binary: gcompris gcompris-dbg gcompris-sound-ar gcompris-sound-ast 
gcompris-sound-bg gcompris-sound-br gcompris-sound-cs gcompris-sound-da 
gcompris-sound-de gcompris-sound-el gcompris-sound-en gcompris-sound-eo 
gcompris-sound-es gcompris-sound-eu gcompris-sound-fi gcompris-sound-fr 
gcompris-sound-he gcompris-sound-hi gcompris-sound-hu gcompris-sound-id 
gcompris-sound-it gcompris-sound-mr gcompris-sound-nb gcompris-sound-nl 
gcompris-sound-nn gcompris-sound-pa gcompris-sound-pt gcompris-sound-ptbr 
gcompris-sound-ru gcompris-sound-so gcompris-sound-sr gcompris-sound-sv 
gcompris-sound-tr gcompris-sound-ur gcompris-sound-zhcn gcompris-data
Architecture: source all amd64
Version: 9.3-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson dir...@debian.org
Changed-By: Yann Dirson dir...@debian.org
Description: 
 gcompris   - Educational games for small children
 gcompris-data - Data files for GCompris
 gcompris-dbg - Debugging symbols for gcompris
 gcompris-sound-ar - Arabic (Tunisia) sound files for GCompris
 gcompris-sound-ast - Asturian sound files for GCompris
 gcompris-sound-bg - Bulgarian sound files for GCompris
 gcompris-sound-br - Breton sound files for GCompris
 gcompris-sound-cs - Czech sound files for GCompris
 gcompris-sound-da - Danish sound files for GCompris
 gcompris-sound-de - German sound files for GCompris
 gcompris-sound-el - Greek sound files for GCompris
 gcompris-sound-en - English sound files for GCompris
 gcompris-sound-eo - Esperanto sound files for GCompris
 gcompris-sound-es - Spanish sound files for GCompris
 gcompris-sound-eu - Basque sound files for GCompris
 gcompris-sound-fi - Finnish sound files for GCompris
 gcompris-sound-fr - French sound files for GCompris
 gcompris-sound-he - Hebrew sound files for GCompris
 gcompris-sound-hi - Indian Hindi sound files for GCompris
 gcompris-sound-hu - Hungarian sound files for GCompris
 gcompris-sound-id - Indonesian sound files for GCompris
 gcompris-sound-it - Italian sound files for GCompris
 gcompris-sound-mr - Indian Marathi sound files for GCompris
 gcompris-sound-nb - Norwegian (Bokmal) sound files for GCompris
 gcompris-sound-nl - Dutch sound files for GCompris
 gcompris-sound-nn - Norwegian (Nynorsk) sound files for GCompris
 gcompris-sound-pa - Punjabi sound files for GCompris
 gcompris-sound-pt - Portuguese sound files for GCompris
 gcompris-sound-ptbr - Portuguese sound files for GCompris
 gcompris-sound-ru - Russian sound files for GCompris
 gcompris-sound-so - Somali sound files for GCompris
 gcompris-sound-sr - Serbian sound files for GCompris
 gcompris-sound-sv - Swedish sound files for GCompris
 gcompris-sound-tr - Turkish sound files for GCompris
 gcompris-sound-ur - Urdu sound files for GCompris
 gcompris-sound-zhcn - Chinese sound files for GCompris
Changes: 
 gcompris (9.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop GTK_DISABLE_DEPRECATED patch, useless for now.
   * Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
   * New voice package for Asturian.
Checksums-Sha1: 
 364040bb8f9de4f9737730a2cfa3f91a54a2a910 1935 gcompris_9.3-1.dsc
 a7bbd6a8a8f111e41012709f29a07fb7b0f1079a 127729284 gcompris_9.3.orig.tar.gz
 adfdf4d21075f216d69359b637e2c17eef399bd8 25334 gcompris_9.3-1.diff.gz
 37e004ef717a2778656f8ee963e042877618 1272592 
gcompris-sound-ar_9.3-1_all.deb
 f0ba678186753958ce2de51406aa78fc8d6e4e57 2160834 
gcompris-sound-ast_9.3-1_all.deb
 d890ff0f021ba33e1817ef70f476b2bdae79c059 818564 gcompris-sound-bg_9.3-1_all.deb
 be4c0b95dccc6199917017d4098a0c7f0175f767 1704212 
gcompris-sound-br_9.3-1_all.deb
 81797fe1d9adbddc71c2c8560d7b9cde9a8648de 1053972 
gcompris-sound-cs_9.3-1_all.deb
 77aac1ea199506ee9f152996bfaef71c0cb5002b 470430 gcompris-sound-da_9.3-1_all.deb
 4a068574ddee9e0ac8716b86bfaa53d80246b429 449376 gcompris-sound-de_9.3-1_all.deb
 bac27e7aca53106a9ba867f993602d68387eb96f 2317550 
gcompris-sound-el_9.3-1_all.deb
 3110e8ae4e96db42af4d614d8f089e48e163d480 5594662 
gcompris-sound-en_9.3-1_all.deb
 40cccf40c927d4e3ce8c0b9e31a21d0cc3a8d1d4 818114 gcompris-sound-eo_9.3-1_all.deb
 e011ea7264af5cf32defcfd3e343416a9c2609fe 1451420 
gcompris-sound-es_9.3-1_all.deb
 4536257ee83c7a8bb95c976159a42b5519659eab 911018 gcompris-sound-eu_9.3-1_all.deb
 5ddf172a8237f430185907fddc65aefd2c677d63 1821390 
gcompris-sound-fi_9.3-1_all.deb
 dc452532a35fdb180d66c9fd04039543fe921b9e 5466628 
gcompris-sound-fr_9.3-1_all.deb
 6b239f748659e46d1457b36d4b0e569728dfd8e2 2650978 
gcompris-sound-he_9.3-1_all.deb
 136430c603b939fe5da563cc1e08b07922f23a0c 2658894 
gcompris-sound-hi_9.3-1_all.deb
 c529a47997810d139d063ccc9d1adb726da48701 686478 gcompris-sound-hu_9.3-1_all.deb
 c466accac5e717af7637944d6e91d9d8e3b0681f 372712 gcompris-sound-id_9.3-1_all.deb
 0b0669eda4e73ddfd714f01b1c69acf67bd1796e 1356456 
gcompris-sound-it_9.3-1_all.deb
 3de9463830a54d4748606406506d821d58e01fb3 2905352 

Accepted libxslt 1.1.26-4 (source amd64)

2010-06-28 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 19:10:30 +0200
Source: libxslt
Binary: libxslt1.1 libxslt1-dev libxslt1-dbg xsltproc python-libxslt1 
python-libxslt1-dbg
Architecture: source amd64
Version: 1.1.26-4
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group debian-xml-sgml-p...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libxslt1-dbg - XSLT 1.0 processing library - debugging symbols
 libxslt1-dev - XSLT 1.0 processing library - development kit
 libxslt1.1 - XSLT 1.0 processing library - runtime library
 python-libxslt1 - Python bindings for libxslt1
 python-libxslt1-dbg - Python bindings for libxslt1 (debug extension)
 xsltproc   - XSLT 1.0 command line processor
Closes: 539890 579241 579244
Changes: 
 libxslt (1.1.26-4) unstable; urgency=low
 .
   * debian/rules:
 - Refactor configure-% and build-% rules.
 - Hack to link with -Wl,--as-needed.
   * debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
 .install. Cope with builds which don't have any dist-packages (or
 site-packages) based python versions. Thanks Loïc Minier.
   * debian/control:
 - Add missing XB-Python-Version to python-libxslt1.
 - Mention the version of XSLT implemented. Closes: #579244.
 - Fix typo in libxslt1-dev package description. Closes: #579241.
   * debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
 python-libxslt1-dbg package.
   * doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
 no output and -o is specified. Closes: #539890.
Checksums-Sha1: 
 4cd456f80e2eb620c7a4322ded6b8c0cfe726717 1275 libxslt_1.1.26-4.dsc
 c3cfbce28f3ff648c5b612b05c9928da10ff2133 87450 libxslt_1.1.26-4.diff.gz
 b4a4460c1e5beed07da93eba6842cff98ee429c0 246842 libxslt1.1_1.1.26-4_amd64.deb
 f411e15b9d540d59e45118993606cfdd046ac61f 633674 libxslt1-dev_1.1.26-4_amd64.deb
 001e775b1cee5fe7528276b3b2028de9d677e721 367946 libxslt1-dbg_1.1.26-4_amd64.deb
 b372d211b6a5a7ffd449da4455aeb14c0a344af0 114360 xsltproc_1.1.26-4_amd64.deb
 cc5455e5d564b7ae6ba40089f1dfce701d46fe18 167200 
python-libxslt1_1.1.26-4_amd64.deb
 4481486abbefcf1210f914b96712259e88405c28 371096 
python-libxslt1-dbg_1.1.26-4_amd64.deb
Checksums-Sha256: 
 34bf007347ce73aa8422291ba119ed27beeb1f663a4f1c6dd0ef9edb946a1f6f 1275 
libxslt_1.1.26-4.dsc
 72d9effc7f6fd888c076712b0439841962e50fe7a4b08d6a6737e72a76a1ef31 87450 
libxslt_1.1.26-4.diff.gz
 39a62439457614cd9b6e71eaaf8734be2cf58e393de5d5a9c2775df87118e59f 246842 
libxslt1.1_1.1.26-4_amd64.deb
 09a543e11e2dd3096b311574f47b7dc498b4a84b5776e1bd17de78f9aec675f7 633674 
libxslt1-dev_1.1.26-4_amd64.deb
 7902ab1adb263bedd794eab5165d06b9293c88aee89a38294f4e49c4dac96c76 367946 
libxslt1-dbg_1.1.26-4_amd64.deb
 7429d2f1061bfcfa1dbab25e944a059dc911179eba008548da9d6737129a93a0 114360 
xsltproc_1.1.26-4_amd64.deb
 5c2b0266f3bf93c8c2125bcddaf49c1a53f44ab048ceeb7b0f553b1706d32528 167200 
python-libxslt1_1.1.26-4_amd64.deb
 957508ed4d35d144558cda981980f1ceaa82a01b10e22b8d75aebe57c7704b2f 371096 
python-libxslt1-dbg_1.1.26-4_amd64.deb
Files: 
 16438ede5f43af9d460840af32ff7d68 1275 text optional libxslt_1.1.26-4.dsc
 248a2bbe418eee4f0a022cf237c07150 87450 text optional libxslt_1.1.26-4.diff.gz
 c548e6462681105367bc431b27c007e4 246842 libs optional 
libxslt1.1_1.1.26-4_amd64.deb
 a724f1cc08107cb30e89de13ad054f49 633674 libdevel optional 
libxslt1-dev_1.1.26-4_amd64.deb
 d78c84a908bd310054aff1d041af04f6 367946 debug extra 
libxslt1-dbg_1.1.26-4_amd64.deb
 5cb7e8aab466d2829bd86853f0e5a34c 114360 text optional 
xsltproc_1.1.26-4_amd64.deb
 3699ddaf3dc511c16e5099d498161fcc 167200 python optional 
python-libxslt1_1.1.26-4_amd64.deb
 d0e14cfefa864f269d4c7de856cde2f8 371096 debug extra 
python-libxslt1-dbg_1.1.26-4_amd64.deb

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

iD8DBQFMKNrv3kvaLFT9KlgRAgBNAJ0UDkYK/568O+kL6eUQo11BWoFi1wCaArPi
SFBQb1FWLE8O8ZbLgEUwPqs=
=dEYO
-END PGP SIGNATURE-


Accepted:
libxslt1-dbg_1.1.26-4_amd64.deb
  to main/libx/libxslt/libxslt1-dbg_1.1.26-4_amd64.deb
libxslt1-dev_1.1.26-4_amd64.deb
  to main/libx/libxslt/libxslt1-dev_1.1.26-4_amd64.deb
libxslt1.1_1.1.26-4_amd64.deb
  to main/libx/libxslt/libxslt1.1_1.1.26-4_amd64.deb
libxslt_1.1.26-4.diff.gz
  to main/libx/libxslt/libxslt_1.1.26-4.diff.gz
libxslt_1.1.26-4.dsc
  to main/libx/libxslt/libxslt_1.1.26-4.dsc
python-libxslt1-dbg_1.1.26-4_amd64.deb
  to main/libx/libxslt/python-libxslt1-dbg_1.1.26-4_amd64.deb
python-libxslt1_1.1.26-4_amd64.deb
  to main/libx/libxslt/python-libxslt1_1.1.26-4_amd64.deb
xsltproc_1.1.26-4_amd64.deb
  to main/libx/libxslt/xsltproc_1.1.26-4_amd64.deb


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



Accepted smart 1.3-1.3 (source all mipsel)

2010-06-28 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 18:24:59 +
Source: smart
Binary: smartpm smartpm-core python-smartpm
Architecture: source all mipsel
Version: 1.3-1.3
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Andreas Barth a...@not.so.argh.org
Description: 
 python-smartpm - Python library of the Smart Package Manager
 smartpm- An alternative package manager that works with dpkg/rpm
 smartpm-core - An alternative package manager that works with dpkg/rpm
Changes: 
 smart (1.3-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix my own upload, make smartpm installable again:
 drop debian/pyversions from 1.3-1.2 again.
Checksums-Sha1: 
 c87ebca463e7ec54ff1717563cd8382fd9b7e9cf 1077 smart_1.3-1.3.dsc
 1b0412a3018856dd2f023505c41470078f604cbc 10598 smart_1.3-1.3.diff.gz
 729e0e874de157df5a738d9c8692f914059ac8a4 77348 smartpm_1.3-1.3_all.deb
 98fdd133dd6023671190ac6855dc8f74f40479e3 16572 smartpm-core_1.3-1.3_mipsel.deb
 334da21a0c038b0efdfdd4cab853dc650b2f992f 291780 
python-smartpm_1.3-1.3_mipsel.deb
Checksums-Sha256: 
 14cb18a42ac19028659aee74863648d2f5c10b684301ac60c64cf2d03f50af6d 1077 
smart_1.3-1.3.dsc
 5d6c6159bf9d9bc4fd20c8ec03cb446b293ee1c6a63c81f6adff126b9e6cc5d4 10598 
smart_1.3-1.3.diff.gz
 e78a338d875157a52052320714c00bb87db0c60cabe9307a8684a8bf44f4ef93 77348 
smartpm_1.3-1.3_all.deb
 f1a39e68165e01d63303136f3a0c1c6e7985ef0620ffa2ac505c8ba01359ab5f 16572 
smartpm-core_1.3-1.3_mipsel.deb
 0f088aec698f9e8a53ba00a94930a8ebc7944a293025f0abb16d016332c2a1c3 291780 
python-smartpm_1.3-1.3_mipsel.deb
Files: 
 9f08d65c43b5163083c345a51c17c05a 1077 admin optional smart_1.3-1.3.dsc
 d15be85f74426ba5af5ef540d57e236c 10598 admin optional smart_1.3-1.3.diff.gz
 15010cd02c6b1d273192ebab0d700fbd 77348 admin optional smartpm_1.3-1.3_all.deb
 69cd92e10ebad16634a6083b0e2fb44c 16572 admin optional 
smartpm-core_1.3-1.3_mipsel.deb
 7aa8b9f3852c1bf24f5ed6bdb8f716d0 291780 admin optional 
python-smartpm_1.3-1.3_mipsel.deb

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

iEYEARECAAYFAkwo7EMACgkQmdOZoew2oYXfLgCgtSkzNuDpJ+TyBs7gU51/YPZS
NwIAoMAQdTsQCgFD7CLYYQ4rGtj2jnHR
=gxu9
-END PGP SIGNATURE-


Accepted:
python-smartpm_1.3-1.3_mipsel.deb
  to main/s/smart/python-smartpm_1.3-1.3_mipsel.deb
smart_1.3-1.3.diff.gz
  to main/s/smart/smart_1.3-1.3.diff.gz
smart_1.3-1.3.dsc
  to main/s/smart/smart_1.3-1.3.dsc
smartpm-core_1.3-1.3_mipsel.deb
  to main/s/smart/smartpm-core_1.3-1.3_mipsel.deb
smartpm_1.3-1.3_all.deb
  to main/s/smart/smartpm_1.3-1.3_all.deb


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



Accepted antlr3 3.2-3 (source all amd64)

2010-06-28 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 20:49:51 +0200
Source: antlr3
Binary: antlr3 antlr3-gcj antlr3-doc
Architecture: source all amd64
Version: 3.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 antlr3 - language tool for constructing recognizers, compilers etc
 antlr3-doc - language tool for constructing compilers etc - documentation
 antlr3-gcj - language tool for constructing recognizers, compilers etc (native
Closes: 587401
Changes: 
 antlr3 (3.2-3) unstable; urgency=low
 .
   * Clean up build dependencies. (Closes: #587401)
Checksums-Sha1: 
 d8ce6bfe11d3bfcf990e26d89c85b37ab84e2c40 1455 antlr3_3.2-3.dsc
 37be06604d78b7cd168e5f92570c75b3ae8e4315 85231 antlr3_3.2-3.debian.tar.gz
 c21e669b5909ed113d22aabb05a8e896f26a1e26 1290706 antlr3_3.2-3_all.deb
 350de9fe4bde0ec910f6151cfbab5f852facf1b4 2224304 antlr3-doc_3.2-3_all.deb
 25247ba6ba9c1801b9df30e19be0180e43fdedb9 1393170 antlr3-gcj_3.2-3_amd64.deb
Checksums-Sha256: 
 2b6519ae84f6790ab453a5a6295f033641f54bde45283c38ed08e01790f84431 1455 
antlr3_3.2-3.dsc
 d8251bf3478eaecdc3576a83e0f1ac99030694bc56f02a8d3e53162d6526bcf0 85231 
antlr3_3.2-3.debian.tar.gz
 07bb85798e116aca3576856144954dec110cb45888a2b618823797231e481646 1290706 
antlr3_3.2-3_all.deb
 3d2dc22f6db5cdd5de5a5ff5878076fd3dbce17f3076306e08c1a10bed052aef 2224304 
antlr3-doc_3.2-3_all.deb
 9a7a17c48ef62cffbad230d8dbc0d29d977129958c656e240e4a3de7d931f82a 1393170 
antlr3-gcj_3.2-3_amd64.deb
Files: 
 230b15fe719c36027b3e290f460759c7 1455 java optional antlr3_3.2-3.dsc
 12d449b6efdd44a585675347e13fddea 85231 java optional antlr3_3.2-3.debian.tar.gz
 2210f5e08ec4b758f1041fdcb57f0691 1290706 java optional antlr3_3.2-3_all.deb
 114b6d57272a067f3788408dd3bf4401 2224304 doc optional antlr3-doc_3.2-3_all.deb
 c85da2acf1aeec01e4a97f86b885482e 1393170 java optional 
antlr3-gcj_3.2-3_amd64.deb

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

iEYEARECAAYFAkwo8wAACgkQfY3dicTPjsOFYwCffAVrwyIDvJWaqFpVhjgkwyPM
NjAAnRAvVIP06D0LjEWkcVxYXqPwGzrl
=ZwqN
-END PGP SIGNATURE-


Accepted:
antlr3-doc_3.2-3_all.deb
  to main/a/antlr3/antlr3-doc_3.2-3_all.deb
antlr3-gcj_3.2-3_amd64.deb
  to main/a/antlr3/antlr3-gcj_3.2-3_amd64.deb
antlr3_3.2-3.debian.tar.gz
  to main/a/antlr3/antlr3_3.2-3.debian.tar.gz
antlr3_3.2-3.dsc
  to main/a/antlr3/antlr3_3.2-3.dsc
antlr3_3.2-3_all.deb
  to main/a/antlr3/antlr3_3.2-3_all.deb


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



Accepted batmand 0.3.2-6 (source all amd64)

2010-06-28 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jun 2010 22:43:59 +0200
Source: batmand
Binary: batmand batmand-dbg batmand-gateway-source batmand-gateway-dkms
Architecture: source all amd64
Version: 0.3.2-6
Distribution: unstable
Urgency: low
Maintainer: Holger Levsen hol...@debian.org
Changed-By: Sven Eckelmann sven.eckelm...@gmx.de
Description: 
 batmand- better approach to mobile adhoc networking
 batmand-dbg - better approach to mobile adhoc networking (debug files)
 batmand-gateway-dkms - DKMS Source for the batmand-gateway kernel module
 batmand-gateway-source - Source for the batmand-gateway kernel module
Changes: 
 batmand (0.3.2-6) unstable; urgency=low
 .
   * debian/copyright: Update copyright years
   * Remove outdated README.source
   * Convert to 3.0 (quilt) source format
   * Use dh_dkms to provide DKMS support
   * debian/control:
 - Upgraded to policy 3.9.0, no changes required
 - Build only on linux due dependencies on the linux routing code
Checksums-Sha1: 
 32d21456a1fc545dc93c1867c81127920a69214a 1318 batmand_0.3.2-6.dsc
 14ec3ef243efa200eb1a1743d4420e0095f48c25 10822 batmand_0.3.2-6.debian.tar.gz
 c9e343debb12c917661fa3b1f3c9146e20dff44f 24868 
batmand-gateway-source_0.3.2-6_all.deb
 97c8fd4ab73039ef3c5a1cae7e3eac6c41616ee3 19844 
batmand-gateway-dkms_0.3.2-6_all.deb
 e62547442b5919a240a60455e4027d61ab2c53e7 58078 batmand_0.3.2-6_amd64.deb
 ff39cf2005b4f815772d4a111ee74f5358d78c05 71570 batmand-dbg_0.3.2-6_amd64.deb
Checksums-Sha256: 
 f238eced2065ba25b5ced86138cf03f39a6fe94f7eec3e400443fdfa1d1b1567 1318 
batmand_0.3.2-6.dsc
 176a4f72f02ffa4c37034a76a2cbd8cd04cc216b49c2731ec6934f42d720e796 10822 
batmand_0.3.2-6.debian.tar.gz
 0d935b57e593215469e3c84fe61875b8f83cb37b1efc2bbd5f27ff553c4c1ad3 24868 
batmand-gateway-source_0.3.2-6_all.deb
 03e75cfed55b7eaf2230ac5a201cd86371cbd249eb8b7cfd5e134d9e043ce054 19844 
batmand-gateway-dkms_0.3.2-6_all.deb
 6e0e1bdc67a54f5fc66336b1b40b37d56644d14b9913f8cd50309d075ef94bdb 58078 
batmand_0.3.2-6_amd64.deb
 d98d68984826df02ebea2809e465c727cd232216bffb235ac1f86ae6bf20f0f0 71570 
batmand-dbg_0.3.2-6_amd64.deb
Files: 
 53c85f136dd5bc7dc8a3949bfc773335 1318 net extra batmand_0.3.2-6.dsc
 16a8343d83dd36d222fbd8d3354e2da0 10822 net extra batmand_0.3.2-6.debian.tar.gz
 311e2a8ae7696502262caeeb92e34284 24868 kernel extra 
batmand-gateway-source_0.3.2-6_all.deb
 7d046297340b82c463cb06f992b58f96 19844 kernel extra 
batmand-gateway-dkms_0.3.2-6_all.deb
 1c2daca6583e4b591312ad1a0ed96d6d 58078 net extra batmand_0.3.2-6_amd64.deb
 9c74a0d2adc719b1f12b23a3a3f9f928 71570 debug extra 
batmand-dbg_0.3.2-6_amd64.deb

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

iEYEAREKAAYFAkwpCiMACgkQqQGwKVlMoDuDxACeOK5gnxix2Ul42MEXiAyCWk1f
QFkAn0gm3BU4c8wA2IIzLd8YImfJAy5t
=PD1M
-END PGP SIGNATURE-


Accepted:
batmand-dbg_0.3.2-6_amd64.deb
  to main/b/batmand/batmand-dbg_0.3.2-6_amd64.deb
batmand-gateway-dkms_0.3.2-6_all.deb
  to main/b/batmand/batmand-gateway-dkms_0.3.2-6_all.deb
batmand-gateway-source_0.3.2-6_all.deb
  to main/b/batmand/batmand-gateway-source_0.3.2-6_all.deb
batmand_0.3.2-6.debian.tar.gz
  to main/b/batmand/batmand_0.3.2-6.debian.tar.gz
batmand_0.3.2-6.dsc
  to main/b/batmand/batmand_0.3.2-6.dsc
batmand_0.3.2-6_amd64.deb
  to main/b/batmand/batmand_0.3.2-6_amd64.deb


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



Accepted grig 0.7.2-4 (source amd64)

2010-06-28 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 22:19:49 +0200
Source: grig
Binary: grig
Architecture: source amd64
Version: 0.7.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 grig   - graphical user interface to the Ham Radio Control Libraries
Closes: 568648
Changes: 
 grig (0.7.2-4) unstable; urgency=low
 .
   * QA upload.
   * Patch segfault_on_click: fix segfault on amd64 when clicking in the
 numerical panel. Thanks a lot to Kamal Mostafa from ubuntu for
 sending in the patch! (closes: #568648).
   * Source format 3.0 (quilt)
   * DH compat level 5 (no change)
   * Standards-level 3.9.0 (no change)
   * Added dependency on ${misc:Depends}.
   * debian/watch: use sf redirector.
   * Removed empty postinst and postrm from the source package
   * debian/rules: link config.{guess,sub} from autotools-dev in the
 config.status target, restore in the clean target. Remove diff
 concerning config.{sub,guess} from patch debian-changes-0.7.2-4.
   * debian/copyright: proper copyright notice!
Checksums-Sha1: 
 fe0dc61f17897be71316cc4394ca4a3b912d3fad 1079 grig_0.7.2-4.dsc
 91b0a2526672ca2d5126d90e7d0a1f83a7f3d033 37106 grig_0.7.2-4.debian.tar.gz
 f064fa2f1228c454b29da0eb53ba3157b218 125578 grig_0.7.2-4_amd64.deb
Checksums-Sha256: 
 794f8c7717f23f1cefe45394c8e0024867db20ffd4ce00d2b95a05397420c521 1079 
grig_0.7.2-4.dsc
 9428e23b82cbd4231a2ec907d422efd9aa6a93ccf1246e7edb4ed77dde332822 37106 
grig_0.7.2-4.debian.tar.gz
 5323760ac3d1ed84f301216846b92dff336290dfdd1ba44a2b4d4a146b3175e1 125578 
grig_0.7.2-4_amd64.deb
Files: 
 ccdddad5b84c3e0026d36dfc141793fe 1079 hamradio optional grig_0.7.2-4.dsc
 ef0a9dd25402fcbc130ee9f9e100f9eb 37106 hamradio optional 
grig_0.7.2-4.debian.tar.gz
 83015aa4acd7aa6b0ee4661a97754975 125578 hamradio optional 
grig_0.7.2-4_amd64.deb

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

iD8DBQFMKQXqtzWmSeC6BMERAsaKAJ9zawoMNFRUFAprkhESDva4uVS7UwCfToiJ
5isvQoJw1DDqjAft282JVKw=
=P5wO
-END PGP SIGNATURE-


Accepted:
grig_0.7.2-4.debian.tar.gz
  to main/g/grig/grig_0.7.2-4.debian.tar.gz
grig_0.7.2-4.dsc
  to main/g/grig/grig_0.7.2-4.dsc
grig_0.7.2-4_amd64.deb
  to main/g/grig/grig_0.7.2-4_amd64.deb


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



Accepted ibus-skk 0.0.9-1 (source all)

2010-06-28 Thread Daiki Ueno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Jun 2010 05:58:19 +0900
Source: ibus-skk
Binary: ibus-skk
Architecture: source all
Version: 0.0.9-1
Distribution: unstable
Urgency: low
Maintainer: Daiki Ueno u...@unixuser.org
Changed-By: Daiki Ueno u...@unixuser.org
Description: 
 ibus-skk   - SKK engine for IBus
Closes: 583784
Changes: 
 ibus-skk (0.0.9-1) unstable; urgency=low
 .
   * New upstream release (Closes: #583784)
   * Add debian/source/format.
Checksums-Sha1: 
 de4a3c89ff78173873879ca762a04ae682b9f446 1703 ibus-skk_0.0.9-1.dsc
 38ac55a5c660f611b8dc3aec76db81b954216a40 398011 ibus-skk_0.0.9.orig.tar.gz
 b33e9c7779273ec118168803ab0d90ab7228aa33 1838 ibus-skk_0.0.9-1.diff.gz
 4af60089db6fd8351c60e70f5bca99734e68f0ec 42670 ibus-skk_0.0.9-1_all.deb
Checksums-Sha256: 
 dabcb58bc48b969547e90464aaadd4e80b9064a869a491e5aa75b230fb180776 1703 
ibus-skk_0.0.9-1.dsc
 f8cf116a8d8c5e32591a329418bba111b70b467164e2a86850d9d4581a87812d 398011 
ibus-skk_0.0.9.orig.tar.gz
 8dae08256f25667177f326edddb77b886e51f3a06786517d20ebef78c26828d7 1838 
ibus-skk_0.0.9-1.diff.gz
 9f8d7883da94cb22b1a4309527c4265c9081a008edd5c15025e025feec3a415d 42670 
ibus-skk_0.0.9-1_all.deb
Files: 
 120fda58111bc1a03b583903a6ddfd00 1703 utils optional ibus-skk_0.0.9-1.dsc
 414bf690a3158656c6c049b8c91202e6 398011 utils optional 
ibus-skk_0.0.9.orig.tar.gz
 65fa0ab492bca1b023c691e5ce9f7cf1 1838 utils optional ibus-skk_0.0.9-1.diff.gz
 548c2052dcc973679e5c0129df67f8c1 42670 utils optional ibus-skk_0.0.9-1_all.deb

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

iQIcBAEBAgAGBQJMKQ4EAAoJENYFhI7X5phxkZYP/0nab9YuAOT4vtUAwLHPkQPv
knwA4eiZ6yE7dUDEV8xQT10KyaiIiSvD2W30s6Q6lveJXE05nJ1TBMXZ56e0u9Pe
JrV4XXkyA5H4TAuCOTHJOvhfIn2R5OPT0vKgvHEHaqVx8vRpv21cTIMXXfY3DFXC
M77YgY5+YSABZtvYJ18YvJhZH3uxHqi8phL2QqhxBNv9HMce61xUK71twekbiek1
u4G+TsWBZBUyV5pfFoCl8fvZI2bUBtE5iug+c7sTvul9T+ps8Jtj4w6QY5nXRj8U
PPiZqbc8phK9K3XSBQaZX4dzNwLxrKQKtOxg+J/3Ev14vh0UK7qt7jdvJsqNR5En
1fL7lPcUYZsmugHr+pVVOnQ0mZodGE8EjxWDbX5Oib/ss7kza4pIQwzCEH1p+6/t
X12TWAgPWZSZ1WfYpzZKfc8Ymhgx7PVRskdpNsJZrqqJm3KkoxQ4JGu1DvuI6jTL
pnt/Oa7E+r4LNsGp4iBieKvFNhDX3Xij3rawFsfD3Rqolqcq2nA+1727ogC5DtDH
5tWUCkjXdMyzrOKebOJtgqJTC2praehBkTHv1ZNpw4Ykng8BRiT8xvu3ypJLG/zo
n1iFdZ+R34bRpWGSBt2NfHU68a0llJFAZzZS8zOCyFBlyvY+QmFi7oGDYksZ3V6g
/sDUuH1y/Wo9xd7T1SyN
=7IUa
-END PGP SIGNATURE-


Accepted:
ibus-skk_0.0.9-1.diff.gz
  to main/i/ibus-skk/ibus-skk_0.0.9-1.diff.gz
ibus-skk_0.0.9-1.dsc
  to main/i/ibus-skk/ibus-skk_0.0.9-1.dsc
ibus-skk_0.0.9-1_all.deb
  to main/i/ibus-skk/ibus-skk_0.0.9-1_all.deb
ibus-skk_0.0.9.orig.tar.gz
  to main/i/ibus-skk/ibus-skk_0.0.9.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1otmaj-00028w...@ries.debian.org



Accepted krename 4.0.4-2 (source amd64)

2010-06-28 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 21:36:15 +0300
Source: krename
Binary: krename
Architecture: source amd64
Version: 4.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 krename- powerful batch renamer for KDE
Closes: 577473
Changes: 
 krename (4.0.4-2) unstable; urgency=low
 .
   * Add 03_skip_equal.diff to skip renaming if source and target filenames are
 equal. Thanks to Bastian Kleineidam. (Closes: #577473)
Checksums-Sha1: 
 022a97fd14f2aec65fdf7ed179a672ea870d1928 1484 krename_4.0.4-2.dsc
 d4ea0a6355c48eca5a43b5988ca5e88b9dcf6b7d 17032 krename_4.0.4-2.debian.tar.gz
 dbb2565d5ab285dd24aaa7f0a32076994bac098f 424576 krename_4.0.4-2_amd64.deb
Checksums-Sha256: 
 8d2b713c1ac500b9e1b2d6a3b60767d8de8a67ef4db86bc7e4effa27593ddebe 1484 
krename_4.0.4-2.dsc
 e4b42eca49510cf3366fe4885a1ef91be4b7588036351552d19abd80e25e40a0 17032 
krename_4.0.4-2.debian.tar.gz
 16820fff75d04e9a980de42bb426bb44b85d0ea3ce49052742784f3d5170ffaf 424576 
krename_4.0.4-2_amd64.deb
Files: 
 3fba726b4006439c19044bce68b2f2e8 1484 utils optional krename_4.0.4-2.dsc
 16e97abcebef26586df76d29ce640bbe 17032 utils optional 
krename_4.0.4-2.debian.tar.gz
 601c6461e18cc7e850b668a63c8e24b4 424576 utils optional 
krename_4.0.4-2_amd64.deb

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

iJwEAQECAAYFAkwpDTcACgkQjPU19mqlcvdGaQQAm7xL13pzxnSXsOM0wsIF/KZ7
TcZyZJhe08hr/mbqRvo8A3us7cpD7Fssd4d0RS1MgBPGcjcf9hdT6DRQcS9OQ7kp
xSW83EWyngrjm8m4xIxi4uckMeobiG7IRVMoxVHcVzp+qPqreWoMU9EF5Iiil3b4
6YzJoyDiAul8siN9W+4=
=599N
-END PGP SIGNATURE-


Accepted:
krename_4.0.4-2.debian.tar.gz
  to main/k/krename/krename_4.0.4-2.debian.tar.gz
krename_4.0.4-2.dsc
  to main/k/krename/krename_4.0.4-2.dsc
krename_4.0.4-2_amd64.deb
  to main/k/krename/krename_4.0.4-2_amd64.deb


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



Accepted mupen64plus 1.5+dfsg1-12 (source amd64)

2010-06-28 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jun 2010 21:31:48 +0200
Source: mupen64plus
Binary: mupen64plus mupen64plus-dbg
Architecture: source amd64
Version: 1.5+dfsg1-12
Distribution: unstable
Urgency: low
Maintainer: Tobias Loose tobiaslo...@gmx.de
Changed-By: Sven Eckelmann sven.eckelm...@gmx.de
Description: 
 mupen64plus - plugin-based Nintendo 64 emulator
 mupen64plus-dbg - mupen64plus debug symbols package
Changes: 
 mupen64plus (1.5+dfsg1-12) unstable; urgency=low
 .
   * Use googlecode.debian.net instead of complex own filters for debian/watch
   * Upgraded to policy 3.9.0, no changes required
   * Build only on i386/amd64 because upstream doesn't to support more
   * debian/patches:
 - Add link_gdk.patch, Link directly against gdk-2.0 instead indirectly
   through gtk+-2.0
Checksums-Sha1: 
 2d5db156c1ea1229217f121698a1d4d176bd79e0 1612 mupen64plus_1.5+dfsg1-12.dsc
 a4d7f4f10ccc44bdea19c18f2012b359f3376479 83228 
mupen64plus_1.5+dfsg1-12.debian.tar.gz
 683d2d211e2a8b8e7b0bf9cb960dea4d2f547e6f 1438100 
mupen64plus_1.5+dfsg1-12_amd64.deb
 f7a9fbba3a948f502c0de95bc84140169a0fc884 1945458 
mupen64plus-dbg_1.5+dfsg1-12_amd64.deb
Checksums-Sha256: 
 bfba2a448651ec7d131e0d95c28df74cc8a128aaed3527fc170d886faee487d4 1612 
mupen64plus_1.5+dfsg1-12.dsc
 f83fcc4bcc23c59389f1252ef403bcb891ee779274f5f331a0c97fcb920b88b2 83228 
mupen64plus_1.5+dfsg1-12.debian.tar.gz
 2eedcd036bfb9ff39b5638251eefb5e398324afe6d55389fef6c516b1a9f2d9e 1438100 
mupen64plus_1.5+dfsg1-12_amd64.deb
 45ca962267f9c231879a60ef0ea2b915860bfe17efecc4d8d96b187768a95fb5 1945458 
mupen64plus-dbg_1.5+dfsg1-12_amd64.deb
Files: 
 4547e9c4c6f047d42ccf8f863b2cf149 1612 games optional 
mupen64plus_1.5+dfsg1-12.dsc
 37386509c2f537eb91a9405540efa0d2 83228 games optional 
mupen64plus_1.5+dfsg1-12.debian.tar.gz
 0ee38390c243f4225280d4869659 1438100 games optional 
mupen64plus_1.5+dfsg1-12_amd64.deb
 3214e4d014c5aab4a5431ebd263e3417 1945458 debug extra 
mupen64plus-dbg_1.5+dfsg1-12_amd64.deb

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

iEYEAREKAAYFAkwpAQEACgkQqQGwKVlMoDsAiACgoVy8YIF5/tB3dNXw5frE4fTY
idMAoPxHZFtWD0d+6TSr74ZItAYMl15d
=1WUh
-END PGP SIGNATURE-


Accepted:
mupen64plus-dbg_1.5+dfsg1-12_amd64.deb
  to main/m/mupen64plus/mupen64plus-dbg_1.5+dfsg1-12_amd64.deb
mupen64plus_1.5+dfsg1-12.debian.tar.gz
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-12.debian.tar.gz
mupen64plus_1.5+dfsg1-12.dsc
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-12.dsc
mupen64plus_1.5+dfsg1-12_amd64.deb
  to main/m/mupen64plus/mupen64plus_1.5+dfsg1-12_amd64.deb


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



Accepted phpmyadmin 4:3.3.4-1 (source all)

2010-06-28 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 21:45:43 +0200
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:3.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 phpmyadmin - MySQL web administration tool
Changes: 
 phpmyadmin (4:3.3.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Do not try to restart webserver if it is not installed (LP:  #573847),
   * Bump standards to 3.9.0.
Checksums-Sha1: 
 4dc180096f3f37d4566245ec65868f1735bd9af5 1225 phpmyadmin_3.3.4-1.dsc
 5ac752f5c1b3adb2e76697c1a07d1f9a5e00c1c0 4699928 phpmyadmin_3.3.4.orig.tar.gz
 dd473d15daddd4c5726753865eec1e931e587e32 43724 phpmyadmin_3.3.4-1.debian.tar.gz
 480ad3331ca285636fe1666faf8449eb81c9a7ff 4291942 phpmyadmin_3.3.4-1_all.deb
Checksums-Sha256: 
 891fde2e440872d7049a74d3d6c8c5f9b02f6a63695517ddec7d685bf0d73454 1225 
phpmyadmin_3.3.4-1.dsc
 30a75f01eae7a62a498181d4d3d801c0ed043c1cf2cc7c611f563464316d58b1 4699928 
phpmyadmin_3.3.4.orig.tar.gz
 32e25f8fd6b91fa5cd462990f8a0f73007cdce679b78246f6d1d7a320ea3464b 43724 
phpmyadmin_3.3.4-1.debian.tar.gz
 a3d2ba36845684f7aed8126d8ea43a158362bef020052d4094a698b1cdc9bcb4 4291942 
phpmyadmin_3.3.4-1_all.deb
Files: 
 79bad3f20fc804c0c58e14fbd3ce68fd 1225 web extra phpmyadmin_3.3.4-1.dsc
 7ef6078dd709f01a6cf10c718b98e4c5 4699928 web extra phpmyadmin_3.3.4.orig.tar.gz
 ce427f38df414aac76d8ec989f4b6fbc 43724 web extra 
phpmyadmin_3.3.4-1.debian.tar.gz
 98fd0f3e011054f24535d7fd3030923d 4291942 web extra phpmyadmin_3.3.4-1_all.deb

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

iEYEARECAAYFAkwpA1EACgkQ3DVS6DbnVgTbGACeJT8GchcP+1BoFOdjUiI/rdoI
WoUAoPSEAxa3UpgV+4wsTyYebcDgUScO
=DfOE
-END PGP SIGNATURE-


Accepted:
phpmyadmin_3.3.4-1.debian.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.3.4-1.debian.tar.gz
phpmyadmin_3.3.4-1.dsc
  to main/p/phpmyadmin/phpmyadmin_3.3.4-1.dsc
phpmyadmin_3.3.4-1_all.deb
  to main/p/phpmyadmin/phpmyadmin_3.3.4-1_all.deb
phpmyadmin_3.3.4.orig.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.3.4.orig.tar.gz


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



Accepted tomcat6 6.0.26-5 (source all)

2010-06-28 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jun 2010 21:41:31 +0200
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.5-java 
libservlet2.5-java-doc tomcat6-admin tomcat6-examples tomcat6-docs
Architecture: source all
Version: 6.0.26-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
 libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
 libtomcat6-java - Servlet and JSP engine -- core libraries
 tomcat6- Servlet and JSP engine
 tomcat6-admin - Servlet and JSP engine -- admin web applications
 tomcat6-common - Servlet and JSP engine -- common files
 tomcat6-docs - Servlet and JSP engine -- documentation
 tomcat6-examples - Servlet and JSP engine -- example web applications
 tomcat6-user - Servlet and JSP engine -- tools to create user instances
Closes: 587447
Changes: 
 tomcat6 (6.0.26-5) unstable; urgency=medium
 .
   * Convert patches to dep3 format.
   * Backport security fix from trunk to fix CVE-2010-1157. (Closes: #587447)
   * Set urgency to medium due to the security fix.
Checksums-Sha1: 
 f894f154164b7e7b99fda2b75bfe711b5379bd6f 1605 tomcat6_6.0.26-5.dsc
 fd158438a16580f4dac8c26f86b7c21f4c870623 32783 tomcat6_6.0.26-5.debian.tar.gz
 9b6da9c18b816d4db206ab3db69551e8bf084f8b 46242 tomcat6-common_6.0.26-5_all.deb
 a4d6846d6b8b36ac6334472c1a3d92967511db05 31230 tomcat6_6.0.26-5_all.deb
 220bf3ddec461ae293ee846b05f7e512f94ef311 25292 tomcat6-user_6.0.26-5_all.deb
 35ba20b3d65688bb82be4bdafbaa6d1e8d5c6149 3018046 
libtomcat6-java_6.0.26-5_all.deb
 107de46c77f3e757b12ab699f0b8c89b4b552a30 190782 
libservlet2.5-java_6.0.26-5_all.deb
 49247a0a398bccf8f216a5d42025c71b58207827 253906 
libservlet2.5-java-doc_6.0.26-5_all.deb
 cc49af62c93d092c778b8aa5d8b8f44a230b7920 41798 tomcat6-admin_6.0.26-5_all.deb
 a2fcfac961d53dc52a19c48c2b9a814ecb46c16d 161032 
tomcat6-examples_6.0.26-5_all.deb
 f695cc77b95f61fe66588dd203c75bb7f7ded6c6 520464 tomcat6-docs_6.0.26-5_all.deb
Checksums-Sha256: 
 26f71188225ef700ca5343ebb0f86b76073af7a7dce658090aec78f58d078059 1605 
tomcat6_6.0.26-5.dsc
 b305f7d08de41004f73b7e0e63ec9233f7e3399764e86449d76917ea7169b578 32783 
tomcat6_6.0.26-5.debian.tar.gz
 9520e1d6b0c596cb9556567b1e6e09168bbf30337419c1a1b63f62fb600ce153 46242 
tomcat6-common_6.0.26-5_all.deb
 fd64212cb1977c706e0f104add6e41da9693cb81728ac4c7d04ddada7b67ad1b 31230 
tomcat6_6.0.26-5_all.deb
 ad9283a0bfad786b7f84456706aed8f43fb8c54e2a70e084f52e14acf1e7d81b 25292 
tomcat6-user_6.0.26-5_all.deb
 52b9e82784b4eb0c3504555b94f4b64dd81ab46c76f61cd87b9a63430008c4f8 3018046 
libtomcat6-java_6.0.26-5_all.deb
 a5364682cc8134e147c36ec2a533cf6bbbf1f38e67382c65ef7aaabed9d52745 190782 
libservlet2.5-java_6.0.26-5_all.deb
 643af4020fc7f10ed63c5c9e71e87f8b9ca5a03c3571dc052874c313f6e2e2bf 253906 
libservlet2.5-java-doc_6.0.26-5_all.deb
 f60d2ef628197112471b993359942bb1ca39720e71edc776ae666b664ef2051f 41798 
tomcat6-admin_6.0.26-5_all.deb
 34325e48af282bb4c3e84dafdb9bb9d45174ec3f9d6cb9261311db624a81f363 161032 
tomcat6-examples_6.0.26-5_all.deb
 a00adc26e4953c6f886b1cfde2ac2679a787176aac1926e16a3efc1d4473b991 520464 
tomcat6-docs_6.0.26-5_all.deb
Files: 
 4c9ed8aea8f3647d2663f737182a7eca 1605 java optional tomcat6_6.0.26-5.dsc
 96916eb30f797a20b398e48754a0ff78 32783 java optional 
tomcat6_6.0.26-5.debian.tar.gz
 3f388a38125a60d5ab7511cb3d8eb9d7 46242 java optional 
tomcat6-common_6.0.26-5_all.deb
 77e031b82a9830699932e5887ba1fa32 31230 java optional tomcat6_6.0.26-5_all.deb
 7f1d3a4d868aa0f0c4b3d7a1d955f615 25292 java optional 
tomcat6-user_6.0.26-5_all.deb
 6e65a7692a32a832ca839b9bbf00cc83 3018046 java optional 
libtomcat6-java_6.0.26-5_all.deb
 9b0b30c05d43377371262c8015675d73 190782 java optional 
libservlet2.5-java_6.0.26-5_all.deb
 5d67523ffa320b9fbf0936a51f811475 253906 doc optional 
libservlet2.5-java-doc_6.0.26-5_all.deb
 33af204b3845d4b2199d9d73daa77e46 41798 java optional 
tomcat6-admin_6.0.26-5_all.deb
 084350d513bd50cfabaa376c3ce236e4 161032 java optional 
tomcat6-examples_6.0.26-5_all.deb
 a254d29f2f5934146cff9f02178c4fb3 520464 doc optional 
tomcat6-docs_6.0.26-5_all.deb

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

iEYEARECAAYFAkwpAA0ACgkQfY3dicTPjsMmVQCeOGpG9dvw/g6C+9HCiMs4+RT8
fNcAn3QxS40OGBY3l9nxv7+yHqQjH5/g
=RtEi
-END PGP SIGNATURE-


Accepted:
libservlet2.5-java-doc_6.0.26-5_all.deb
  to main/t/tomcat6/libservlet2.5-java-doc_6.0.26-5_all.deb
libservlet2.5-java_6.0.26-5_all.deb
  to main/t/tomcat6/libservlet2.5-java_6.0.26-5_all.deb
libtomcat6-java_6.0.26-5_all.deb
  to main/t/tomcat6/libtomcat6-java_6.0.26-5_all.deb
tomcat6-admin_6.0.26-5_all.deb
  to main/t/tomcat6/tomcat6-admin_6.0.26-5_all.deb
tomcat6-common_6.0.26-5_all.deb
  to main/t/tomcat6/tomcat6-common_6.0.26-5_all.deb
tomcat6-docs_6.0.26-5_all.deb
  to 

  1   2   >