Rimozione dello spam dalle liste -italian (maggio 2012 e mese precedente...)

2012-06-02 Thread Christian PERRIER
(let's see how well Google translates from French to Italian..:-))

Dato che siamo nel mese di giugno 2012, è ora possibile trattare
archivi maggio 2012 delle mailing list italiane.  

Ricordate ovviamente di aggiungere il vostro nome alla lista dei
revisori così sappiamo dove siamo.

I dettagli del processo di pulizia di spam:
[0] http://wiki.debian.org/I18n/ItalianSpamClean



-- 




signature.asc
Description: Digital signature


Re: Orphaning php-codesniffer, then take it over by the PHP PEAR team

2012-06-02 Thread Jonas Smedegaard
On 12-05-31 at 11:05am, Jonas Smedegaard wrote:
 Thanks to Daniel Kahn Gilmore for lending me the bike!

Gillmor. Sorry!


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: why hijacking is bad (and salvaging is good) Re: Orphaning php-codesniffer, then take it over by the PHP PEAR team

2012-06-02 Thread George Danchev
On Saturday 02 June 2012 05:36:04 Thomas Goirand wrote:
 On 06/02/2012 04:43 AM, Holger Levsen wrote:
  now that I notice the subject change I also notice the original
  subject...
  
  hi Thomas 8-)
 
 LOL !
 
 I'm amazed that it's seems I'm capable of creating huge uncontrollable
 threads out of nowhere (eg: this isn't the first time).

No one is perfect, but in this paticular case, I think your good will, 
patience, complete lack of hostality and desire to communicate the whole 
issue, has become a victim of what I'd more or less qualify as an unlawful or 
inappropriate interference. So, thank you for your commitment, and for being 
that patient and endurant!

 I swear its never intended ! :)

OMG, I hope we don't need any oath-taking ceremonies any time we try to 
improve something within Debian.

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu


-- 
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/201206021046.50162.danc...@spnet.net



Re: Maintainer responsible for or only doing maintenance?

2012-06-02 Thread Paul Wise
On Sat, Jun 2, 2012 at 1:33 AM, Jonas Smedegaard wrote:

 Today I find the Maintainer field a joke.

Both the Maintainer and Uploaders fields are less than useful for a
number of reasons:

They are tied to the source package, this is bad because people's
commitment to and responsiblity for packages changes over time
independent of source package uploads.

They are not sufficient to represent reality. While we have some
definition in, there are many different styles of maintainership and
different levels of commitment.

I would like to see Debian get rid of the Maintainer and Uploaders
fields and instead implement something like DEP-2 where we have a list
of people, what they are willing to work on and the things they are
willing to do.

For example, as a Debian member with upload privelidges who is part of
the games team I could specify that I am willing to fix RC bugs in all
packages with Section: games, sponsor updates for packages in Section:
games, sponsor new uploads when the meet QA criteria X, am upstream
for chromium-bsu and am willing to deal with bugs filed against iotop.

People in the security team might say they are willing to fix bugs
tagged security on any package in the archive, except for web browser
foo.

In this way we will get a much more realistic picture of the
commitment of the Debian community to the software that we are
shipping. Registering this level of detail might not be something
individuals are willing to do though.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Serge
2012/6/2 Roger Leigh wrote:

 These tests were all performed on current unstable using a core2 quad
 core system with ext4 and swap on LVM on a 1 TiB MD RAID1 PV, and
 Btrfs internally using RAID1 over 2 1TiB partitions.

Well, not fair for btrfs, but anyway, finally, some tests! Thank you
for doing them.

 1) Checkout of several tags in a git repository
 2) Building a package (sysvinit)

These are strange tests. We're not just talking about tmpfs, but about
/tmp on tmpfs. Are people expected to use git in /tmp? Or building packages
inside /tmp by default?

I mean, it may be a good hack for you to mount tmpfs to /mnt/tmpfs and use
it for your personal scripts, but why do you use _/tmp_ for that?

 3) Unpacking of a large zip file
 4) Unpacking of large uncompressed tarfile

How large were these large files?:

 unpack 1.2 GiB of data.

Hm, it means, that there must be _at_least_ 2GB of RAM and 4GB of swap
just for this test to work. Are you sure it's a good *default*? ;)

 Without the overhead of uncompression, making it largely CPU bound,
 tmpfs is the fastest by far.

Hah! And this makes your test the artificial corner case. I mean, default
users are not really expected to unpack zip and uncompressed tars to /tmp?
(i.e. mc won't unpack them) And personally I haven't ever seen 1+GB zip
archives (where did you got it from, just curious, or have you created
it just for the test?).

 So if you're doing a lot of I/O, tmpfs is unquestionably faster.

You're right. But who does a lot of I/O in _/tmp_?

Your tests show that if you wrote some scripts doing a lot of I/O it may
be nice to make them working on a large tmpfs mounted to i.e. /mnt/tmpfs,
but they don't explain why _/tmp_ must be mounted on tmpfs.

-- 
  Serge


-- 
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/CAOVenEqNCAL8ihiL0Vi9ryW6o3OS3eM=no0QEt+0OxR=1e1...@mail.gmail.com



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Serge
2012/6/2 Bruce Sass wrote:

 Maintainer will probably write a better code.

 Much better... if TMPTIME != 0 it will be necessary to mount the FS based
 /tmp, clean it, create a tmpfs, move anything left in /tmp to the tmpfs,
 then mount --bind the tmpfs on /tmp.

Oh... I was not thinking about TMPTIME. Does it mean that there's no way
we can mount /tmp to tmpfs because it breaks TMPTIME?

-- 
  Serge


-- 
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/CAOVenEqm2ZMcX6yM9njDGeX9xji_=syt7p4t1c2_qezwhbd...@mail.gmail.com



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Serge
2012/6/2 Carlos Alberto Lopez Perez wrote:

 IMHO The logical way of behaving in such situation is to slow-down the
 IO bandwidth of the processes that are filling the cache, by sending to
 sleep any process that requests more IO while the cache is full instead
 of trying to free RAM by swapping out things from the RAM to the swap.

 Do you know any way to avoid (or mitigate) this? Perhaps some sysctl
 variable?

It's already there and it works that way by default:
  /proc/sys/vm/dirty_* files and vm.dirty_* sysctls.
I have the ratio set to 10%, which means, that process will start writing
to disk if it filled 10% of memory (note: not FULL cache, just 10% of
memory is enough to slow-down the process).

Of course anybody who don't like these defaults can change them in
/etc/sysctl.conf

See also: http://www.kernel.org/doc/Documentation/sysctl/vm.txt
-- 
Linux kernel is usually smart enough,
  Serge


-- 
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/CAOVenEpp9XjC7dw8-kTMZwWnMOSAqbkfp6CV9JTz++XO=3t...@mail.gmail.com



Bug#675583: ITP: torrentflux-b4rt -- web-based bittorrent client manager, built on top of torrentflux

2012-06-02 Thread Panayiotis Karabassis
Package: wnpp
Severity: wishlist
Owner: Panayiotis Karabassis pan...@gmail.com

* Package name: torrentflux-b4rt
  Version : 1.0-beta2
  Upstream Author : Multiple
* URL : http://tf-b4rt.berlios.de/
* License : GPL2
  Programming Lang: PHP, Perl
  Description : web-based bittorrent client manager, built on top of
torrentflux



-- 
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/20120602100505.9599.1744.reportbug@smyrna



Re: Starting services automatically after install

2012-06-02 Thread Tollef Fog Heen
]] Jonas Smedegaard 

  A problem with using policy-rc.d is you don't know whether a service 
  is being started because it's the initial install or if it's because 
  of an upgrade.  I'll sometimes not want the service to start on 
  initial installation (because chef is just about to plop its 
  configuration into place), but if it's an upgrade, then please just 
  restart the service.
 
 You could setup your local policy to check if the service exist in e.g. 
 /etc/local-ok-services/ and then when you've customized or 
 security-checked or whatever each service you do a
 
touch /etc/local-ok-services/$service
 
 Or did I misunderstand?

You could do something like this, and it would handle most cases, but
not all corner cases. However, it's a workaround for information that
the system already has.  The postinst already know whether it's an
initial installation or not, invoke-rc.d and policy-rc.d should just be
told so it can make a better decision.

(An obvious problem with having a whitelist is then what happens when
you purge a package?  It won't magically be removed from the whitelist
and so you end up in an unwanted situation.)

 (We haven't spoken much in person, but I regard you as pretty clever so 
 am surprised that you describe this as a problem and I feel it so simple 
 to solve...)

The 90% solution is easy, I don't think the 100% solution is that easy.
I haven't investigated it deeply though.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zk8mm1ec@xoog.err.no



Re: Maintainer responsible for or only doing maintenance?

2012-06-02 Thread Jonas Smedegaard
On 12-06-02 at 04:59pm, Paul Wise wrote:
 On Sat, Jun 2, 2012 at 1:33 AM, Jonas Smedegaard wrote:
 
  Today I find the Maintainer field a joke.
 
 Both the Maintainer and Uploaders fields are less than useful for a
 number of reasons:
 
 They are tied to the source package, this is bad because people's
 commitment to and responsiblity for packages changes over time
 independent of source package uploads.
 
 They are not sufficient to represent reality. While we have some 
 definition in, there are many different styles of maintainership and 
 different levels of commitment.
 
 I would like to see Debian get rid of the Maintainer and Uploaders 
 fields and instead implement something like DEP-2 where we have a list 
 of people, what they are willing to work on and the things they are 
 willing to do.
[snip]
 In this way we will get a much more realistic picture of the
 commitment of the Debian community to the software that we are
 shipping. Registering this level of detail might not be something
 individuals are willing to do though.

So because the classic fields are insufficient, you want to drop them.  
Even if you already ahead notice that  replacement is probably too 
complex for simple uses.

I have not followed DEP-2, so unaware if I am totally off here, but 
seems more sensible to me to keep classic hints as defaults.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Stephan Seitz

On Sat, Jun 02, 2012 at 12:48:03PM +0300, Serge wrote:

Oh... I was not thinking about TMPTIME. Does it mean that there's no way
we can mount /tmp to tmpfs because it breaks TMPTIME?


Well, I think, as long as this setting exist, no. With „-1” you can even 
disable tmp cleaning. So if the admin wishes to change the setting to 
keep files in /tmp even after reboot, you can’t use tmpfs, even if you 
don’t have enough space left. You can only print a warning message but 
not ignore the local configuration.


Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Re: Starting services automatically after install

2012-06-02 Thread Toni Mueller

Hi Phil,

On Fri, Jun 01, 2012 at 07:49:03PM +0100, Philip Hands wrote:
 The Debian approach has always been to not install anything that you
 don't intend to use.

I have brought up this topic in the past, too. Summary: I often do want
the Debian-packaged software on my systems, but use it entirely
differently from what the package maintainer had in mind when he created
the package. Eg. restring services to certain IPs, configure ACLs,
change locations, running not under init but runit instead, whatever.

 It is also to ensure that if you do choose to
 install something, it should be doing something useful by the end of the
 install (if possible, security considerations allowing).

I can actually do that. Please note that this problem only ever affects
services, and the person who is going to run a service will have to do
one additional action if the service is not being started right away
(start it if he is satisfied with the default configuration), whereas
everyone with different requirements, and it's very easy to run into
such a situation, will have to scramble to avoid doing that. Makes
unattended operations more difficult, imho.

 the user for configuration questions -- RedHat just want the software to
 install, whereas Debian wants it to be useful, so may need to ask
 questions.

The package maintainer can do only so much to make a package useful
right away, and certainly not cover many interesting cases from the
real world, due to lack of time, or also imagination, or expertise.

 Both approaches are valid, and are mostly a matter of taste.  If you
 are using a distribution that uses one assumption, it's not useful to
 start introducing packages that work on the opposite assumption.

I was never under the assumption that it was Debian's policy that made
the system this way, but only the superiour packaging system that
enables this kind of configuration to be done at package-install-time.
And what if you had set the debconf value for the user interface to
noninteractive? Start the service, anyway?

It's just safer to not start the service immediately after installation.

Eg. when I recently installed some nova* packages on one system, they
destroyed that system because of missing/wrong configuration and the
unability to cope with the situation they found, but nevertheless
cheerfully started immediately, anyway, with no way for me to anticipate
and/or prevent that situation... major bummer (I'm just recovering from
it)!

 If you don't like the assumptions, you are much better off switching to
 a distribution that you prefer, rather than trying to persuade the
 overwhelming majority of the people that like the current assumptions,
 and use Debian because of those assumptions, that they should change
 their minds because they are supposedly wrong for liking it that way.

These are *quite* strong words, imho.

Whoever wasn't aware of these assumtions, or doesn't have a dedicated
opinion, would probably object to being pocketed like this. I also think
that there are more, other reasons for choosing Debian, not only this
habit.


Kind regards,
--Toni++


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120602111809.ga20...@spruce.wiehl.oeko.net



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Thomas Goirand
On 06/01/2012 06:50 PM, Goswin von Brederlow wrote:
 There is also no problem with having large files in tmpfs. Only
 requirement is that you make tmpfs large enough and add enough ram
 and/or swap to cope with it.

Well, there's the problem that it will take some memory at least. So
either your tmpfs is too small, either it eats all your RAM. None are
good options, unless you have a ridiculous huge amount of RAM available.
And that's why we shouldn't have it *by default* (that's the only thing
we are discussing here, not the fact that tmpfs is good or not, please
don't hijack the debate).

 All the complaints about /tmp as tmpfs come down to one simple issue:
 The size of the tmpfs isn't chosen well. It would be more constructive
 to find a better heuristic for the size there.

No. The complain is that it will never be big enough for some cases. If
you tell me that it should be twice as big as now, then I'll tell you:
what if we have to handle files twice as big as what you thought to
begin with? If you tell me 4 times, I'll tell you about files 4 times
bigger as well, and so on...

So it all goes down to a simple fact: in nearly all cases, we have a lot
more HDD space than we have RAM, which is why /tmp needs to be using the
HDD. There's never a case where tmpfs /tmp will be big enough to handle
all situations, while using HDD has a lot more chance to be able to cope
with it.

Anyway, if you're an expect, no problem, choose tmpfs if you want. But
don't force it to all users as a default which might break and that some
users wont understand. This is just too risky to have some users saying
linux is crap, libreoffice can't open big PPT files, it gets horribly
slow, then crashes the whole system so much that I have to reboot.
Probably that's wrong, but it's still going to be the comments of our
users. Will you be watching debian-users@l.d.o and our forum, and
explain each of them? Will you take the time to explain this to my wife
and my mom (good luck...)?

Cheers,

Thomas


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



Re: Maintainer responsible for or only doing maintenance?

2012-06-02 Thread Thomas Goirand
On 06/02/2012 04:59 PM, Paul Wise wrote:
 They are tied to the source package, this is bad because people's
 commitment to and responsiblity for packages changes over time
 independent of source package uploads.
   
There's another thing that bothers me currently. If I do:

apt-cache show $package | grep Maintainer

in the stable distribution, I can see who was the last person who
was declared as the maintainer of a package before Stable was
released. This gives very few hints on who is the *actual*
maintainer of a package. Somebody without much experience might
rapidly get fooled and write to the wrong email address.

I'm not sure what's the solution. Maybe having apt-cache show
to replace the Maintainer field by a link to packages.debian.org
or something like that...

Thomas


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



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Toni Mueller
Hi Thomas,

On Sat, Jun 02, 2012 at 07:33:26PM +0800, Thomas Goirand wrote:
  All the complaints about /tmp as tmpfs come down to one simple issue:
  The size of the tmpfs isn't chosen well. It would be more constructive
  to find a better heuristic for the size there.
 
 No. The complain is that it will never be big enough for some cases. If
 you tell me that it should be twice as big as now, then I'll tell you:
 what if we have to handle files twice as big as what you thought to
 begin with?

that problem applies to disks as well, and especially to small /
partitions, if you don't have /tmp somewhere else. If we are talking by
making /tmp its own file system, that's ok, but if we are talking about
manually relocating it to (say) /var/tmp, then we've made exactly as
much progress as we would have made by making it tmpfs by default: We
then require the user to manually intervene and change the default.

 don't force it to all users as a default which might break and that some
 users wont understand. This is just too risky to have some users saying
 linux is crap, libreoffice can't open big PPT files, it gets horribly
 slow, then crashes the whole system so much that I have to reboot.
 Probably that's wrong, but it's still going to be the comments of our
 users.

You certainly can't cover all edge cases, and especially non-technical
users have just too many ways to break any system, as well as usually
being too rash to investigate. My suggested fix for this problem is to
install a ~/tmp upon account creation, and set the TEMP environment
variable in, say, /etc/environments. That *should* fix up all cases
except for rogue applications that don't honour $TEMP. We can then
proceed to fix these over time, while not demanding too many changes to
the general setup. And fwiw, the user's home is supposed to be big
enough for all such cases where the user is non-technical, but still
his own systems administrator - the case you are highlighting.


Kind regards,
--Toni++


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120602114619.gb20...@spruce.wiehl.oeko.net



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Toni Mueller
On Fri, Jun 01, 2012 at 07:00:52PM +0300, Serge wrote:
 Well, nobody named the benefits yet. Just the problems. There were a

Well, I named one on 28th of May. Did you read it?


Kind regards,
--Toni++


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120602115220.gc20...@spruce.wiehl.oeko.net



Re: Orphaning php-codesniffer, then take it over by the PHP PEAR team

2012-06-02 Thread Bernd Zeimetz
On 06/01/2012 08:45 PM, Steve Langasek wrote:
 On Thu, May 31, 2012 at 08:20:40AM +0200, Raphael Hertzog wrote:
 On Wed, 30 May 2012, Steve Langasek wrote:
 There is no excuse for hijacking a package, ever.
 
 If the maintainer is MIA, use the MIA process to get the package orphaned.
 
 This goes too far IMO. One of the reasons why the MIA process has been
 setup is because many DD fear forcibly taking over or forcibly orphaning
 a package. So instead of relying on random DD to do it, we put up some
 best practice procedure and a team to handle this.
 
 But this process is not set in stone, and if a DD believes that the best
 course of action is to orphan/take over a package, he should certainly be
 free to do it all by him/herself.
 
 Informing the MIA team for tracking purpose is still a good idea, though.
 
 So I should probably clarify, because I misspoke in my previous message.  By
 MIA process I was not merely referring to the process used to determine
 that a Debian developer is MIA and should have their account expired; I was
 also referring to the longstanding process of discussing package orphaning
 on the QA mailing list, and having the QA team make a determination that a
 package is de facto maintainerless and should be orphaned.

That is exactly what the MIA team does (or should do but sometimes just doesn't
find the time to do so). There is no formal QA team.


 The important thing here is still that the decisions are made by consensus
 within the QA *team*, not as a decision by a single developer who decides to
 take over the package.  This is an important check on developers deciding in
 the moment that their particular pet issue should trump our conventions.

Everybody is part of the QA team, there are only some people with write access
to the repositories, that is the only difference. As I mentioned before (see my
other mails in this thread) such discussions happened for years on debian-devel
(or on debian-qa, but that does not make a difference), and not somewhere in a
QA team.


 So no, I stand by my statement that an individual DD should not take it upon
 themselves to decide that a package should be orphaned.  This sort of thing
 needs to be a community decision.

What do you think why the original submitter wrote to debian-devel?


 On Thu, May 31, 2012 at 01:08:11PM +0100, Ian Jackson wrote:
 Steve Langasek writes (Re: Orphaning php-codesniffer, then take it over by 
 the PHP PEAR team):
 A hijack is, by definition, a declaration by the hijacker that they believe
 they are not answerable to the project's processes for how package
 maintenance is decided.  It is antisocial vigilanteism and it is not
 acceptable.
 
 Our processes for how package maintenance is decided are utterly
 dysfunctional.
 
 If the TC had _ever_ voted to remove a maintainer who wanted to keep
 hold of a package, it might be at least reasonably possible to argue
 that the TC was the right forum for these disputes.
 
 As a sitting member of the Technical Committee, I encourage anyone who sees
 a package being hijacked to immediately bring it to the attention of the TC.
 I will without hesitation vote to have the hijacker barred from being made
 the maintainer of the package.
 
 Instead of this kind of aggressive approach to those who are IMO quite
 reasonably working around our dysfunctional formal processes, how
 about working towards fixing those dysfunctional processes ?
 
 I await with interest your suggestions for revising the way the TC
 deals with problematic maintainers.  I have been arguing for years
 that we need a much more robust approach.
 
 Right, so the constitution says that it's the TC that decides whenever
 there's a question of maintainer.
 
 But in practice, when one of the would-be maintainers is not doing the work
 and not responding to email, I don't think there should be any need for the
 formal process of a TC vote.  I think it's more than sufficient to get a
 consensus on the mailing list that the maintainer isn't coming back, *after*
 making an appropriate effort to contact the maintainer and waiting a
 suitable amount of time for a response.  And indeed, this is the convention
 that's been in place for approximately the past decade on the debian-qa
 list.

Why on debian-qa? It is a long tradition to post such requests to debian-devel,
and most people read this list. I can't see a reason why it should be posted to
-qa, especially not as there is no special QA team.


 The key points of this process are:
 
  - It's not a decision by an individual that the package can be orphaned
(and silence does not imply consent).
  - An effort is made to actively contact the maintainer on the subject of
orphaning, rather than assuming the maintainer's non-interest based on
the state of bugs.
  - The maintainer is given a suitable amount of time to respond.  A week is
not a suitably long waiting period.  Indeed, the minimum waiting period
here should *at minimum* be longer than the 

Re: Starting services automatically after install

2012-06-02 Thread Jonas Smedegaard
On 12-06-02 at 12:52pm, Tollef Fog Heen wrote:
 ]] Jonas Smedegaard 
 
   A problem with using policy-rc.d is you don't know whether a 
   service is being started because it's the initial install or if 
   it's because of an upgrade.  I'll sometimes not want the service 
   to start on initial installation (because chef is just about to 
   plop its configuration into place), but if it's an upgrade, then 
   please just restart the service.
  
  You could setup your local policy to check if the service exist in 
  e.g. /etc/local-ok-services/ and then when you've customized or 
  security-checked or whatever each service you do a
  
 touch /etc/local-ok-services/$service
  
  Or did I misunderstand?
 
 You could do something like this, and it would handle most cases, but 
 not all corner cases. However, it's a workaround for information that 
 the system already has.  The postinst already know whether it's an 
 initial installation or not, invoke-rc.d and policy-rc.d should just 
 be told so it can make a better decision.
 
 (An obvious problem with having a whitelist is then what happens when 
 you purge a package?  It won't magically be removed from the whitelist 
 and so you end up in an unwanted situation.)
 
  (We haven't spoken much in person, but I regard you as pretty clever 
  so am surprised that you describe this as a problem and I feel it so 
  simple to solve...)
 
 The 90% solution is easy, I don't think the 100% solution is that 
 easy. I haven't investigated it deeply though.

Makes sense.

Thanks - my confidence in you is now restored :-D


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Teemu Likonen
* Toni Mueller [2012-06-02 13:46:19 +0200] wrote:

 My suggested fix for this problem is to install a ~/tmp upon account
 creation, and set the TEMP environment variable in, say,
 /etc/environments. That *should* fix up all cases except for rogue
 applications that don't honour $TEMP. We can then proceed to fix these
 over time, while not demanding too many changes to the general setup.

As a simple Debian user my suggestion is to not fix non-problems. /tmp
on a regular disk is not a problem. It works. It has been working nicely
many years. It's the best default.


-- 
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/87y5o5zz5p@mithlond.arda



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Salvo Tomaselli
 that problem applies to disks as well, and especially to small /
 partitions, if you don't have /tmp somewhere else.
But by default the installer doesn't create a small / partition, it uses all 
the available space.
So by default just by clicking next-next, there are no such problems.

Users who don't like defaults can change them but they are supposed to know, 
or at least have a clue of what they are doing.

So you are taking into consideration an odd and uncommon situation.

If the user just happens to have a 1Gb drive then... well... i guess you can't 
expect the swap partition to be 10Gb right?


-- 
Salvo Tomaselli


-- 
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/201206021453.02506.tipos...@tiscali.it



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Philipp Kern
On Fri, Jun 01, 2012 at 07:21:40PM +0200, Stephan Seitz wrote:
 /tmp is for temporary files, so I expect my /tmp to hold all these
 files, in my case DVD ISO images (downloaded or localy generated)
 that I will burn and then delete. So my /tmp is at least 20GB.
 BluRay users may need more.

If you assume an unexpected reboot, then all that data will be lost, forcing
you to redownload these images. Couldn't /var/tmp serve this purpose better,
if it's not exactly ephemeral data? (Like a temporary ISO created from on-disk
content.)

Kind regards
Philipp Kern


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



Upgrade path for packages that dropped ia32-libs for wheezy

2012-06-02 Thread Scott Howard
Hello,

I have a non-free package that is distributable but comes precompiled
for i386. Squeeze (and previous) released an amd64 package that
depended on ia32-libs. For wheezy we've been able to use multiarched
libraries to drop the dependency. Is there a mechanism that will make
the upgrade to wheezy work for the package? Right now dpkg uninstalls
the package (because it sees the data package, which is all but
can't find the corresponding binary package in amd64), users are
confused, find a bug report on the BTS or the changelog on a debian
site telling them to enable i386 in dpkg, then they install the :i386
package and it works.

This may just be a non-free issue people have to deal with, I just
wanted to see if there was a better way or plan in place to handle
this.

Regards,
Scott


-- 
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/CANg8-dDH-SiOP=fbfbld74ewujvfd7svki9txsp3cxx0exu...@mail.gmail.com



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Serge
2012/6/2 Toni Mueller wrote:

 Well, nobody named the benefits yet. Just the problems. There were a

 Well, I named one on 28th of May. Did you read it?

Sorry, I was trying to send not so many messages then, and I had not
answered yours. I guess you talk about these:

 Eg. web application's session data very frequently goes there, and/or
 the sysadmin wants it to go onto a tmpfs.

First, there can be rather large session directory, you probably don't
want ~365595 files to be always eating your RAM. Second, session data
MUST NOT be lost on reboot by default. So even without /tmp, sysadmin
should not put session data on tmpfs. There're different admins, however...

 Q: gcc writes small files in /tmp
 A: usually it does not, especially when used with -pipe option

 Changing all (generated?) Makefiles floating around out there, and
 getting the changes committed upstream to actually benefit from that is
 easier than using a tmpfs, of course.

No need to. You only need to add -pipe to your *FLAGS. You don't build
software with default autotools flags (-g -O2) anyway, I guess.

-- 
  Serge


-- 
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/CAOVenEpgq4vfwODL=fa+krvdeshavo4fcuzwspnyn4-myhf...@mail.gmail.com



Re: Bug#675577: libgmp-dev: arch-dependent files in Multi-Arch: same package

2012-06-02 Thread Steve M. Robbins
On Sat, Jun 02, 2012 at 10:54:13AM +0200, Jakub Wilk wrote:
 Package: libgmp-dev
 Version: 2:5.0.5+dfsg-2
 User: multiarch-de...@lists.alioth.debian.org
 Usertags: multiarch
 
 libgmp-dev is marked as Multi-Arch: same, but the following files
 are architecture-dependent:
 
 /usr/include/gmp-arm.h
 /usr/include/gmp-i386.h
 /usr/include/gmp-mips.h
 /usr/include/gmp-x86_64.h

True, but only one such file exists in each arch's build.  I was told
this is acceptable as long as any file name that is shared among
architectures has the same contents [1] (which is the case).

Who is right?

[1] 
http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2012-May/013450.html

Thanks,
-Steve



signature.asc
Description: Digital signature


Re: Starting services automatically after install

2012-06-02 Thread Aaron Toponce
On Fri, Jun 01, 2012 at 07:49:03PM +0100, Philip Hands wrote:
 The reason that RedHat don't start things is that their default approach
 has been to install a whole load of stuff that you might possibly want,
 and allow you to enable it when you are inspired to give some new
 service a try.

 The Debian approach has always been to not install anything that you
 don't intend to use.  It is also to ensure that if you do choose to
 install something, it should be doing something useful by the end of the
 install (if possible, security considerations allowing).

I don't understand what you are saying. When I install a RHEL system from
scratch, as with the Debian Installer, it's trivial to install just a base
system, then install the software you need after that. In this case, I will
do a yum install httpd, and it will install Apache and its dependencies.
In a similar fashion, doing an aptitude install apache2 will also install
Apache and its dependencies. Both systems will be in a similar state with
installed software, except RHEL will wait for me to configure the package
first, before starting, while Debian is shiiping the It Works! page to
anyone who queries the server.

 That is also why Debian and RedHat diverge when it comes to prompting
 the user for configuration questions -- RedHat just want the software to
 install, whereas Debian wants it to be useful, so may need to ask
 questions.

I also don't understand what you are saying here. Red Hat installs the
software and makes it possible for me to start providing value to my
customers, as does Debian. What do you mean that Red Hat does not want
useful services, and Debian does.

 It also leads to the fact that you can do major release upgrades of
 Debian, whereas that's not really supported in RedHat, as chances are
 your configuration is going to get trashed to some extent, and they
 don't have the chance to ask you what you want to do about it.

No. In both cases, doing a major release, whether Debian stable - Debian
stable, or RHEL 5 - RHEL 6, there is going to be breakage. This should
always be heavily tested before such a massive migration. This is why there
is such things as development and QA evironments. You always test major
software upgrades before doing them. Regardless of operating system. Heh.

 If you don't like the assumptions, you are much better off switching to
 a distribution that you prefer, rather than trying to persuade the
 overwhelming majority of the people that like the current assumptions,
 and use Debian because of those assumptions, that they should change
 their minds because they are supposedly wrong for liking it that way.

Wrong answer. Rather than telling people to go elsewhere, because you don't
understand their point of view, the constructive approach would be a
discussion about adding a /etc/default/services config file, with
START=on or START=off, or something similar.

Debian provides a great deal of value to me and many others. Just because
it might have one point that I don't agree with, does mean I should ignore
all the other points that I do agree with, and use a different operating
system. I'm curious how this solves any problems at all.

-- 
. 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: Digital signature


Re: Starting services automatically after install

2012-06-02 Thread Aaron Toponce
On Fri, Jun 01, 2012 at 08:23:20PM +0200, Jonas Smedegaard wrote:
 Debian goal is - as you probably know already - for packages to work out 
 of the box.  For daemons this means they are started by default.
 
 If a package (service or not) is insecure by default, it is a bug! 
 Severity of such bugs vary - e.g. some may consider it insecure for a 
 web server to publicly display a static page saying It works! while 
 most probably won't.
 
 You can override the default of daemons using policy.d.
 
 What I do for chroots  - which you can adapt to your own personal needs, 
 is to install the package policyrcd-script-zg2 and add the attached 
 config file as /usr/local/sbin/policy-rc.d .

(Snipped code)

This is quite a bit of work from the administrator's point of view. And, as
much as we would not like to admit it, no software is secure by default.
Security isn't a binary function. I wouldn't mind so bad if the services
listened to localhost by default, and not on external interfaces. This
would allow me to make configuration changes, and continue to reload the
service, testing locally, until I'm satisfied it can be for the general
public, or whomever my customers are.

Enabling services on external interfaces by default is indeed a bug, IMO,
especially things like SSH, DHCP, SMTP or Bind (which has a long history of
security problems).

-- 
. 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


-- 
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/20120602142101.gg12...@kratos.cocyt.us



Re: Starting services automatically after install

2012-06-02 Thread Aaron Toponce
On Sat, Jun 02, 2012 at 04:02:57PM +0300, Serge wrote:
 I'm not experienced in this topic much yet, that's why I'm writing not in
 list, but directly. Feel free to reply into list, if you wish.

I would prefer to keep it on the list for a public archive, and to benefit
the greater admin population.

 I understand both approaches, so here's the question/suggestion.
 
 If both approaches are valid and there're people who likes each of them,
 then, maybe, we can suit them all.
 
 Is it possible to configure dpkg (or something else) so that it would not
 start services? I.e. is there some simple option, like:
   echo START_ON_INSTALL=no  /etc/dpkg/dpkg.cfg
 so that one could configure which approach he likes?

This, or a global /etc/default/services (or similar file) for all services.
However, I am calling into question the validity of starting a service by
default post-install. I think it introduces security concerns, possible
headaces on the local LAN, and just unnessary work for the administrator.
Other than if you don't want a service, don't install the package
agrument, I don't understand why services _should_ be started by default
post-install.

-- 
. 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


-- 
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/20120602142539.gh12...@kratos.cocyt.us



Bug#675626: ITP: lutok -- Lightweight C++ API library for Lua

2012-06-02 Thread Julio Merino
Package: wnpp
Severity: wishlist
Owner: Julio Merino j...@julipedia.org

* Package name: lutok
  Version : 0.2
  Upstream Author : Julio Merino j...@julipedia.org
* URL : http://code.google.com/p/lutok/
* License : BSD
  Programming Lang: C++
  Description : Lightweight C++ API library for Lua

Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua.  These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors.  The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.

Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments.  In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.



-- 
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/20120602153507.18550.72331.report...@debian.julipedia.org



Re: Starting services automatically after install

2012-06-02 Thread The Fungi
On 2012-06-02 08:25:40 -0600 (-0600), Aaron Toponce wrote:
[...]
 I don't understand why services _should_ be started by default
 post-install.
[...]

There are many desktop-oriented home networking applications (file
and printer sharing, media distribution, et cetera) which really do
need to be started upon installation. The average desktop user is
going to expect them to just work when installed, and probably
doesn't even grok the concept of a socket listener much less
understand why it would need to be started before it works.

On a server with a competent system administrator, there's someone
who understands that a service needs to be configured and started.
On the other hand, that same administrator can protect their systems
from compromise through an automatically-started-but-mostly-secure
default configured network service (local packet filters, selinux
policies, network firewall devices, out-of-band/offline
upgrades...).

It may not be a popular opinion, but I'm personally quite a fan of
the maintainers who compromise by providing a package with the
daemon and then one or more separate packages with init system
bindings/scripts. That way you can install *just* the software,
configure it, then install a second package which causes it to run
by default. And if someone wants it to run automatically, they can
just install the init binding package which depends on the
corresponding daemon package. Seems elegant to me, admittedly at the
expense of increasing the size of the package database with teensy
init-oriented packages (but really, are the majority of Debian's
packages network daemons anyway?).
-- 
{ IRL(Jeremy_Stanley); WWW(http://fungi.yuggoth.org/); PGP(43495829);
WHOIS(STANL3-ARIN); SMTP(fu...@yuggoth.org); FINGER(fu...@yuggoth.org);
MUD(kin...@katarsis.mudpy.org:6669); IRC(fu...@irc.yuggoth.org#ccl); }


-- 
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/20120602170032.gf1...@yuggoth.org



Re: pbuilder + ccache suddenly fails

2012-06-02 Thread Steve M. Robbins
On Sun, May 06, 2012 at 05:33:10PM -0400, Andres Mejia wrote:
 On Sun, May 6, 2012 at 2:40 PM, Steve M. Robbins st...@sumost.ca wrote:
  On Sun, May 06, 2012 at 01:21:57PM -0400, Andres Mejia wrote:
  On Sat, May 5, 2012 at 9:57 PM, Steve M. Robbins st...@sumost.ca wrote:
   I've routinely used pbuilder to build packages for years.
   Yesterday, I have started to see the following failure:
  
   ccache: FATAL: Failed to create /var/cache/pbuilder/ccache/0/f: 
   Permission denied

This hit me again.  Is no-one else experiencing this?


 Part of the reason to use pbuilder or sbuild is to build packages in a
 clean chroot. Providing ccache support in this way isn't clean and
 apparently it's prone to problems such as the bug you pointed out. See
 also [1].
 
 If you're going to upload to the archive, simply disable ccache.

As I explained: I have neither enabled nor disabled ccache within
pbuilder, nor have I changed my pbuilder practices.  This had never
happened to me prior to a month ago.

Has something changed in pbuilder or ccache in the last few
months to account for this?

How do I disable ccache inside pbuilder?

Thanks,
-Steve


 
 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430765#35
 
 -- 
 ~ Andres
 


signature.asc
Description: Digital signature


Re: pbuilder + ccache suddenly fails

2012-06-02 Thread Christian Welzel
Am 02.06.2012 19:08, schrieb Steve M. Robbins:

 This hit me again.  Is no-one else experiencing this?

I had this problem too. I found a bugreport about this somewhere in BTS
(cant remember the number). There was the suggestion to set BUILDUSERID
as env var in the shell to your userid. This worked for me.
The man page of ccache says that setting CCACHE_DISABLE=1 will disable
ccache.


-- 
 MfG, Christian Welzel

  GPG-Key: pub 4096R/5117E119 2011-09-19
  Fingerprint: 3688 337C 0D3E 3725 94EC  E401 8D52 CDE9 5117 E119


-- 
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/jqdjnt$9d6$1...@dough.gmane.org



Re: pbuilder + ccache suddenly fails

2012-06-02 Thread Steve M. Robbins
On Sat, Jun 02, 2012 at 12:08:24PM -0500, Steve M. Robbins wrote:

 How do I disable ccache inside pbuilder?

OK, I figured this out.  The workaround is detailed
in #675691.

Cheers,
-Steve


signature.asc
Description: Digital signature


Bug#675695: ITP: abtransfers -- simple online banking application for online money transfers

2012-06-02 Thread Micha Lenk
Package: wnpp
Severity: wishlist
Owner: Micha Lenk mi...@debian.org

Hi,

just for the records, I am currently working on packaging abTransfers from
Patrick Wacker.

* Package name: abtransfers
  Version : 0.0.3.0
  Upstream Author : Patrick Wacker schmuf...@gmx.net
* URL : http://schmufu.dyndns.org/dokuwiki/ab_transfer:start
* License : GPL
  Programming Lang: C++
  Description : simple online banking application for online money transfers

AB-Transfers is an application for online money transfers of any kind. In
contrast to KMyMoney or Gnucash it is not intended to be used as a complete
accounting application but is intended to be used as a companion to them to
perform money transfers that they don't support.

If it seems to fit it will serve as a replacement for the package qbankmanager
that I am maintaining too, but which is abandoned upstream.

Regards,
Micha



-- 
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/20120602180554.6234.36272.report...@ian.lenk.info



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Stephan Seitz

On Sat, Jun 02, 2012 at 02:56:03PM +0200, Philipp Kern wrote:
If you assume an unexpected reboot, then all that data will be lost, 


Well, I can count my unexpected reboots in the last years with one hand, 
so this is not a problem. And as already mentioned, you can configure 
with TMPTIME in /etc/default/rcS, which files in /tmp will be deleted.


you to redownload these images. Couldn't /var/tmp serve this purpose 
better, if it's not exactly ephemeral data? (Like a temporary ISO 
created from on-disk content.)


Since I’m not interested in filling my /var partition with tmp files (and 
so getting problems with databases or logs), /var/tmp is always a link to 
/tmp.


Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Re: amd64 as default architecture

2012-06-02 Thread Sven Joachim
On 2012-06-01 11:54 +0200, Goswin von Brederlow wrote:

 Guillem Jover guil...@debian.org writes:

 On Sun, 2012-05-20 at 14:03:35 +0200, David Kalnischkies wrote:
 On Sun, May 20, 2012 at 1:10 PM, Sven Joachim svenj...@gmx.de wrote:
  On 2012-05-20 11:27 +0200, Goswin von Brederlow wrote:
   Slightly OT but I wanted to mention it for its similarity:
  
   One thing that should be tested and then documented prominently as yay
   or nay in the wheezy upgrade notes is wether one can cross-grade from
   i386 to amd64 using multiarch. Wether one can install apt/dpkg:amd64 and
   then migrate to a 64bit userspace.
 
  Won't work in wheezy, apt does not support crossgradesน.

 Why? What breaks?

You give the answer yourself:

 Testing (see below) shows that there is one big issue, namely that
 crossgrading wants to remove the package before installing the new
 one.

This means you have to crossgrade at least the essential packages
without apt's help.  While this should not pose insurmountable
difficulties, it is probably not something to be recommended to the
average user.

 Interestingly enough apt has no problem with removing an essential
 package from a foreign architecture. In this case though it breaks
 because the diversion handling in bash/dash is broken for crossgrades:

 Removing dash ...
 Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
 dpkg-divert: error: rename involves overwriting `/bin/sh' with
   different file `/bin/sh.distrib', not allowed
 dpkg: error processing dash (--remove):
  subprocess installed pre-removal script returned error exit status 2

This may be a bug in dash.  Few people remove essential packages, so
removing dash has probably not been tested so well.

 Overall the one MAJOR showstopped seems to be that apt/dpkg can't
 crossgrade a package without removing it.

Only apt cannot do that, dpkg has no problem with it.  But if you use
dpkg alone you may be left with lots of unfulfilled dependencies after
the crossgrade, see #20471¹.

Cheers,
   Sven


¹ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=20471


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



Re: Moving /tmp to tmpfs makes it useless

2012-06-02 Thread Stefan Lippers-Hollmann
Hi

Now lets do a benchmark on a busy system (during a kernel compile) and 
some memory pressure, due to building on tmpfs. While this is not 
directly representative for /tmp/ usage patterns, it does show what 
happens if /tmp/ gets full and fights against normal RAM uses.

Tested on a current unstable system under KDE 4.7.4, debuild invoked 
under 'konsole'. For each test the system was freshly rebooted and is
mostly idle. As an indicator for system responsiveness the only 
application running besides konsole  debuild is kaffeine, displaying 
a 720*576 DVB-T/ MPEG2 stream.


*system specifications*
- Intel Core2 Quad Q9550, 2.8 GHz
- 8 GB RAM
- ATI RV630 [Radeon HD 2600 Series]
  using xserver-xorg-radeon and its firmware
- Seagate ST31000340AS HDD, 1 TB, 7200 rpm
- io scheduler cfq registered (default)
- kernel 3.4.1-rc1

required space for building linux-2.6 3.2.19-1 on amd64 using debuild 
on an unclean host, involving a lengthy lintian run (no devscripts.conf
customisation), ~19 GB


*ext4*
single GPT partition spanning the whole disk, freshly formatted with 
ext4 (all defaults, empty).
/dev/sdc1 /mnt ext4 rw,relatime,data=ordered 0 0

[during the build, towards the end (docbook generation)]
$ free -m
 total   used   free sharedbuffers cached
Mem:  7991   7830160  0 57   6435
-/+ buffers/cache:   1338   6652
Swap:0  0  0

$ time debuild -j8
[…]
real142m17.038s
user249m31.896s
sys 33m25.303s

The system remains responsive during the whole build time, video 
display remains fluent.


*tmpfs*
single GPT partition spanning the whole disk, freshly mkswap'ed
benchmark /mnt tmpfs rw,nosuid,nodev,relatime,size=838860800k 0 0

[during the build, towards the end (docbook generation)]
$ free -m
 total   used   free sharedbuffers cached
Mem:  7991   7486504  0  2   6527
-/+ buffers/cache:956   7034
Swap:   953868   7142 946726

[immediately after the build]
$ free -m
 total   used   free sharedbuffers cached
Mem:  7991   7250740  0 87   6302
-/+ buffers/cache:861   7129
Swap:   953868  11846 942021

$ time debuild -j8
[…]
real163m15.803s
user253m6.583s
sys 35m38.599s

Once the system gets under memory pressure (more than ~7-9 GB space 
needed on tmpfs), system responsiveness is gone. Video playback becomes
a strobe light slide show, mouse and cli are choppy, moving windows is 
basically impossible - not enough to get tempted to hit hard-reset, but
interactive system use is no longer useful.


Of course this is not a representative benchmark, unless swap is
many times larger than system RAM, but it shows what happens when
tmpfs gets full (which is not an unlikely situation, as demonstrated 
in this thread) and enforces swapping. Keep in mind that the OOM killer
cannot evict tmpfs, but only page it out. However comparable 
situations might easily arise on systems up to 1 GB RAM and twice its 
RAM size as swap, these systems have basically no RAM to spare for 
tmpfs.

While I'm not arguing for or against the RAMTMP defaults, given that I 
tend deviate from normal procedures[1] here, I don't think systems with
less than 2 GB system RAM can spare any of their RAM for /tmp/[2]. Even
on systems with more RAM, it might be pretty hard to reserve enough space
on a tmpfs backed /tmp/ to meet the expectations of contemporary 
applications, without compromising on system memory.

Regards
Stefan Lippers-Hollmann

[1] by bind mounting /var/tmp/ on /tmp/, either backed by a
separate /var/ partition or a dedicated /var/tmp/ partition on
servers
[2] using KDE4 or GNOME3, anything below 1 GB RAM severely limits
multi-tasking; running browser, office suite, PDF viewer, 
file manager at email client at once basically requires 
~1.5 GB RAM at least.


--
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/201206022038.39233.s@gmx.de



Re: Starting services automatically after install

2012-06-02 Thread Tollef Fog Heen
]] Aaron Toponce 

 Enabling services on external interfaces by default is indeed a bug, IMO,
 especially things like SSH, DHCP, SMTP or Bind (which has a long history of
 security problems).

Are you seriously suggesting that DHCP and SSH servers should not listen
on external interfaces by default?  The use case for SSH or DHCPd on
localhost only is pretty small.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcj9momj@xoog.err.no



Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-02 Thread Bruce Sass
On June 2, 2012 03:48:03 AM Serge wrote:
 2012/6/2 Bruce Sass wrote:
  Maintainer will probably write a better code.
  
  Much better... if TMPTIME != 0 it will be necessary to mount the FS based
  /tmp, clean it, create a tmpfs, move anything left in /tmp to the tmpfs,
  then mount --bind the tmpfs on /tmp.
 
 Oh... I was not thinking about TMPTIME. Does it mean that there's no way
 we can mount /tmp to tmpfs because it breaks TMPTIME?
no... TMPTIME is currently meaningless (or effectively == 0) when /tmp is a 
tmpfs, that is simply an expected consequence of keeping /tmp in RAM. It could 
become meaningful if tmpfs on /tmp's contents were written to disk at shutdown 
then reloaded at boot when TMPTIME's value is !=0.

What it does mean is that automatically changing a system over to /tmp on 
tmpfs was a bad idea both philosophically and because it could cause data 
lose; and that there should be a check of TMPTIME's value and the contents of 
/tmp before any automated mechanism changes to a tmpfs based /tmp, to mitigate 
the possibility of data loss.

- Bruce


-- 
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/201206021602.24750.bms...@shaw.ca



Results for Diversity statement

2012-06-02 Thread devotee
Greetings,

This message is an automated, unofficial publication of vote results.
 Official results shall follow, sent in by the vote taker, namely
Debian Project Secretary

This email is just a convenience for the impatient.
 I remain, gentle folks,

Your humble servant,
Devotee (on behalf of Debian Project Secretary)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Starting results calculation at Sun Jun  3 00:00:06 2012

Option 1 Ratify diversity statement
Option 2 Further Discussion

In the following table, tally[row x][col y] represents the votes that
option x received over option y.

  Option
  1 2 
===   === 
Option 1  251 
Option 2 19   



Looking at row 2, column 1, Further Discussion
received 19 votes over Ratify diversity statement

Looking at row 1, column 2, Ratify diversity statement
received 251 votes over Further Discussion.

Option 1 Reached quorum: 251  46.2574318353278


Option 1 passes Majority.  13.211 (251/19) = 1


  Option 1 defeats Option 2 by ( 251 -   19) =  232 votes.


The Schwartz Set contains:
 Option 1 Ratify diversity statement



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

The winners are:
 Option 1 Ratify diversity statement

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-- 
The voters have spoken, the bastards... --unknown
DEbian VOTe EnginE
digraph Results {
  ranksep=0.25;
 Ratify diversity statement\n13.21 [ style=filled , color=powderblue, 
shape=egg, fontcolor=NavyBlue, fontname=Helvetica, fontsize=10  ];
 Ratify diversity statement\n13.21 - Further Discussion [ label=232 ];
 Further Discussion [ style=filled , shape=diamond, fontcolor=Red, 
fontname=Helvetica, fontsize=10  ];
}


pgpWP3EM1tjc3.pgp
Description: PGP signature


Bug#675733: ITP: libmodule-package-perl -- postmodern Perl module packaging

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

* Package name: libmodule-package-perl
  Version : 0.30
  Upstream Author : Ingy döt Net i...@cpan.org
* URL : http://search.cpan.org/dist/Module-Package/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : postmodern Perl module packaging

 Module::Package is a drop-in replacement for Module::Install. It does
 everything Module::Install does, but just a bit better.
 .
 Actually this module is simply a wrapper around Module::Install. It
 attempts to drastically reduce what goes in a Makefile.PL, while at the
 same time, fixing many of the problems that people have had with
 Module::Install (and other module frameworks) over the years.



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



Bug#675736: ITP: libmodule-install-authorrequires-perl -- declare author-only dependencies

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

* Package name: libmodule-install-authorrequires-perl
  Version : 0.02
  Upstream Author : Florian Ragwitz r...@debian.org
* URL : http://search.cpan.org/dist/Module-Install-AuthorRequires/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : declare author-only dependencies

 Modules often have optional requirements, for example dependencies that
 are useful for (optional) tests, but not required for the module to
 work properly.
 .
 Usually you want all developers of a project to have these optional
 modules installed. However, simply telling everyone or printing
 diagnostic messages if optional dependencies are missing often isn't
 enough to make sure all authors have all optional modules installed.
 .
 Module::Install already has a way of detecting an author environment,
 so an easy way to achieve the above would be something like:
 .
  if ($Module::Install::AUTHOR) {
requires 'Some::Module';
requires 'Another::Module' = '0.42';
  }
 .
 Unfortunately, that'll also make the optional dependencies show up in
 the distributions META.yml file, which is obviously wrong, as they
 aren't actually hard requirements.
 .
 Working that around requires a considerable amount of non-trivial
 Makefile.PL hackery, or simply using Module::Install::AuthorRequires's
 author_requires command.



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



Re: Starting services automatically after install

2012-06-02 Thread Aaron Toponce
On Sat, Jun 02, 2012 at 10:43:00PM +0200, Tollef Fog Heen wrote:
 Are you seriously suggesting that DHCP and SSH servers should not listen
 on external interfaces by default?  The use case for SSH or DHCPd on
 localhost only is pretty small.

I would much rather have DHCP listening on localhost, than competing with
an already existing DHCP server on the LAN.

-- 
. 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


-- 
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/20120603032337.gi12...@kratos.cocyt.us



Accepted drush 5.3-1 (source all)

2012-06-02 Thread Antoine Beaupré
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 May 2012 16:54:35 -0400
Source: drush
Binary: drush
Architecture: source all
Version: 5.3-1
Distribution: unstable
Urgency: low
Maintainer: Antoine Beaupré anar...@debian.org
Changed-By: Antoine Beaupré anar...@debian.org
Description: 
 drush  - command line shell and Unix scripting interface for Drupal
Changes: 
 drush (5.3-1) unstable; urgency=low
 .
   [ Jamon Camisso ]
   * added /usr/share/drush/lib directory
 .
   [ Antoine Beaupré ]
   * update to Drush 5.3, no change
   * release to Debian unstable
Checksums-Sha1: 
 d43afc08b0932d80f64a263bfd9c453ad1981720 1809 drush_5.3-1.dsc
 b1ee4ead3b414fe798117338f6045a82e641711d 400823 drush_5.3.orig.tar.gz
 56a9c00bf9b8eff9573e056ef5528efdf400886f 8925 drush_5.3-1.debian.tar.gz
 a4b300b54a27d46c26d20f192f291c6d3128b2cb 341570 drush_5.3-1_all.deb
Checksums-Sha256: 
 b43424ae96f0c1ee21f701f9be03218a7272412921311b35990aeb4e98652be6 1809 
drush_5.3-1.dsc
 e9a2c01a1fdde6d4978fbce5d84468681093990c14c32b98887ae025078edaf6 400823 
drush_5.3.orig.tar.gz
 7df013f5798857f4581abd5007e77c1e33283a39457050d9eaa6499310ed8ac1 8925 
drush_5.3-1.debian.tar.gz
 2050e8b6f83609d65137c1676dd5ed85721e7856f6c2106f39421907d22902a3 341570 
drush_5.3-1_all.deb
Files: 
 87d465e1ef51f1ada294f4dd6324a38f 1809 php optional drush_5.3-1.dsc
 b477c0088c6806a2d5cf7abb57ffad9f 400823 php optional drush_5.3.orig.tar.gz
 e23177c0b28372e238312d2af18c6fb5 8925 php optional drush_5.3-1.debian.tar.gz
 572cd57e9baf289c77f7eb629e3e3815 341570 php optional drush_5.3-1_all.deb

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

iQIcBAEBCAAGBQJPyaioAAoJEHkhUlJ7dZIeld4QAIxBlYUo0sAvQnHIzHl/2HaK
8ywg2NOs+h1KL14cufa0hGOkk/qHktBKnBbVQnQjsh7kMJx9zYYNm4YHGHRmqw7K
lRVBO+6p/99sByaqrN8QW7h1EOLE4Gcxo7WDB3Ko9vM0FUAarQgkqbUdlm3blzMn
lBIL0m/eAE5cCn7Jo1TTYOcRus19MUTtM/f0QH8uIb/Mp3hKohX1iJldUNUmTTVW
BRmZIL1ni4dVs94iraXpgWnqFZc8b+z9CdrDwTSTPa8owXoSfUFvHjivR5p4JQSn
oAKpntEog353XtuvlmK5UEU7LcZejjnDMNj64RJh1tOyLLxswIYTCb9J5hsrg19X
3h3wRYlBnsSZuHLeswBGl8Zbc/m89z3Ge3jB9kJlDNekLRHzvncvgYDbHoa/jiKb
+Cbkd0Bf3ryJ5ew2kTxpATE0NvKhFzVcwjKj8CwIg/isn1KDlpvoZ7YSD2t9Vsvp
zLM4ZYehtuekNmUBPNs/3lEWEJRprkR/YBCPIFXttyLlwvKNzYwKZaia7e1df7XC
GcYQL6Gr0Rgk66+RLYG+EvM+QcNw9WcQfHPK3WICh087qiAAUPOqrNLQMRfIzQCe
FsHq+UhNotPsXrYC2LAALtLvRc6umwoIZf0OQiKdG4cgmz/Oxd8pYMBftmaiq1kc
ogOCPGfXJpc8Fnhvjy/A
=Iyum
-END PGP SIGNATURE-


Accepted:
drush_5.3-1.debian.tar.gz
  to main/d/drush/drush_5.3-1.debian.tar.gz
drush_5.3-1.dsc
  to main/d/drush/drush_5.3-1.dsc
drush_5.3-1_all.deb
  to main/d/drush/drush_5.3-1_all.deb
drush_5.3.orig.tar.gz
  to main/d/drush/drush_5.3.orig.tar.gz


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



Accepted stella 3.7-1 (source i386)

2012-06-02 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 07:33:16 +0200
Source: stella
Binary: stella
Architecture: source i386
Version: 3.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 stella - Atari 2600 Emulator for SDL  the X Window System
Changes: 
 stella (3.7-1) unstable; urgency=low
 .
   * New upstream version.
   * Update description and documentation with new features in 3.7, notably
 Blargg TV filters (replacing the filters available in versions 3.4.1
 and earlier).
   * Switch to debhelper compatibility level 9.
Checksums-Sha1: 
 1d453d7127ea5421a254b26f8aa8fbb23854ee89 1929 stella_3.7-1.dsc
 c439080025964b1fad95217d395aa54d1d825efa 1771461 stella_3.7.orig.tar.bz2
 879e66935d170b7917df2912dcd84b562dbae239 14294 stella_3.7-1.debian.tar.gz
 b1435f4b703bb1b51da601b9d9455a2c13c92f49 1410820 stella_3.7-1_i386.deb
Checksums-Sha256: 
 e830d80ec59730520a734966d5e8be001d133c93a00ba03d280f2fafd421576b 1929 
stella_3.7-1.dsc
 bcf817c6d55b2515c103595e2743d0e3558de4cda85da9edb02d061b5a4bb97a 1771461 
stella_3.7.orig.tar.bz2
 27de3a033bc5e121c7d56a937b578dcceaada308e36c0b8a6a90b57f9b2dc423 14294 
stella_3.7-1.debian.tar.gz
 5c81ab20941194ea5c7403e8b3bf4812d089abd945867b9ca1619a29fe0ccff5 1410820 
stella_3.7-1_i386.deb
Files: 
 5b3115eeafba18bcd2455e188def052a 1929 otherosfs optional stella_3.7-1.dsc
 7eb939d561d49f9b17cb711daed76db4 1771461 otherosfs optional 
stella_3.7.orig.tar.bz2
 67a6216a2e5bdb3e1343f95ef2fb97f2 14294 otherosfs optional 
stella_3.7-1.debian.tar.gz
 2261cc7b306b372d1659d9bb81ab9750 1410820 otherosfs optional 
stella_3.7-1_i386.deb

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

iQIcBAEBCAAGBQJPyaqSAAoJEHWXeKmja0lPKYkQAK6yI0vzISO0fYyZc8U6q3Ag
+yWcoZN4lxFfhH5CAoSwRnPyw7tb1+RV8fJ/8QZK1su/bySz5Cb6ydg0cV8hogW8
JLyyf3INWoQEWRPEhnSwSkaUqrDNjCqHueLLRfZij99dT/lN+5Cfw082fMBP7Lrb
3rv4I0RJk1MYjKRTqiNQoCwU5o6W/REyphZA2+HVUbMGXJ1EWAMFMnZA9v5fAH8E
+kp0WZtpnFo8wYn+jvEKEQSeY+8Ouoef3Bo5uFWPoqw7u5ObdH2jX9S1j+dlyv9/
KvFT0CzdQIMoxJZgJTL4Mw0QmTxFpA6kRLV/WMT3asib7E6NOqJJ46Z7+mgJ5kaW
4uVMm+5AlbW+UoGCh5M0cnjyTPbPstOqrKxLWXMaZXzpY6738q5m/Q5XQ0hyYJyr
g50IWi43rJhqYaE7n2JYTju+5nqMjqOpfSR0NOFc4SyjzAPoc4v41lPy62uxS1uH
FCeppslccymIYY3h/LQDjxxvS0iFHTNp1oR3Lv4W+eju4Ja9CyPA7pt9BCb39ELN
Mn1EQiqQChy0YZSoles7lBTyDjEnFIFtHKnejbyvfvpw6gj/gk/RxFKxAqudtdn8
aqO0giVQjuAKbsBxGCbKxvxzroS88ragRUMSSvcqDUdk0eOTxqKbF6M3gCFk93jy
c4ucXA1jcQCsec+74O/r
=fill
-END PGP SIGNATURE-


Accepted:
stella_3.7-1.debian.tar.gz
  to main/s/stella/stella_3.7-1.debian.tar.gz
stella_3.7-1.dsc
  to main/s/stella/stella_3.7-1.dsc
stella_3.7-1_i386.deb
  to main/s/stella/stella_3.7-1_i386.deb
stella_3.7.orig.tar.bz2
  to main/s/stella/stella_3.7.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/e1sahqf-0005ba...@franck.debian.org



Accepted libcorona-perl 0.1004-2 (source i386)

2012-06-02 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 02 Jun 2012 10:15:45 +0400
Source: libcorona-perl
Binary: libcorona-perl
Architecture: source i386
Version: 0.1004-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 libcorona-perl - Coro based PSGI web server
Closes: 675524
Changes: 
 libcorona-perl (0.1004-2) unstable; urgency=low
 .
   * Add libev-perl to B-D/D, closes: #675524,
 thanks to Aaron M. Ucko u...@debian.org for bugreport.
Checksums-Sha1: 
 c0898ca58af32a3b2e9d9f259650797712838318 1197 libcorona-perl_0.1004-2.dsc
 c2000ca0433e4e431c7a8b376e920c4376cf0bf9 2170 
libcorona-perl_0.1004-2.debian.tar.gz
 505437a5d0e08abc5630db077d3febc30b3c5be7 14834 libcorona-perl_0.1004-2_i386.deb
Checksums-Sha256: 
 21df815d02c9020c8b4d112dafb8f08c39415f6bc21d8a14d3bbdbb429aa3415 1197 
libcorona-perl_0.1004-2.dsc
 0c03590eef540b0f2513004a3bc454e84cde8c4286f32c622c3e75f1367a39cb 2170 
libcorona-perl_0.1004-2.debian.tar.gz
 0c93ec9bd1fd99fd2d9b91c749d8a9cc781b8694ff6f7bbd5821d21a6bed576c 14834 
libcorona-perl_0.1004-2_i386.deb
Files: 
 dcf1e5b00dcecbea958eafbe5f005a09 1197 perl extra libcorona-perl_0.1004-2.dsc
 0115feb402b3dad0c75c2543b922d853 2170 perl extra 
libcorona-perl_0.1004-2.debian.tar.gz
 eb8f2564748db01435ac6eb72a39e947 14834 perl extra 
libcorona-perl_0.1004-2_i386.deb

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

iEYEAREDAAYFAk/JsiQACgkQq4wAz/jiZTdXUgCfX74H4S1c8XWrqoiAR0yz6YPB
d8YAnRiTrZ0SmlxBeL/JTYwoArs47k31
=MSBb
-END PGP SIGNATURE-


Accepted:
libcorona-perl_0.1004-2.debian.tar.gz
  to main/libc/libcorona-perl/libcorona-perl_0.1004-2.debian.tar.gz
libcorona-perl_0.1004-2.dsc
  to main/libc/libcorona-perl/libcorona-perl_0.1004-2.dsc
libcorona-perl_0.1004-2_i386.deb
  to main/libc/libcorona-perl/libcorona-perl_0.1004-2_i386.deb


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



Accepted luminance-hdr 2.2.1-3 (source i386 all)

2012-06-02 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 02 Jun 2012 08:22:02 +0200
Source: luminance-hdr
Binary: luminance-hdr qtpfsgui
Architecture: source i386 all
Version: 2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 luminance-hdr - graphical user interface providing a workflow for HDR imaging
 qtpfsgui   - luminance-hdr transitional package
Changes: 
 luminance-hdr (2.2.1-3) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 477c3398d9ccb553aa0b1f72c4267333adccbd55 1565 luminance-hdr_2.2.1-3.dsc
 2df51d0c992527c9aff044e70753de1a6aa7df1b 8719 
luminance-hdr_2.2.1-3.debian.tar.gz
 62768dc3b37083856d97b3252c3c71cdc57845e1 4395452 luminance-hdr_2.2.1-3_i386.deb
 8d620e5336decf8607501e28beaf3130084467d9 14652 qtpfsgui_2.2.1-3_all.deb
Checksums-Sha256: 
 daeae443a642cf982cf4c7dadef4dba73d49c13acee634daf843ec7fed3392c5 1565 
luminance-hdr_2.2.1-3.dsc
 29b2240bd94605f16f8ccb20eec8da531a274cc14d6f91c73022b47b9c1641ea 8719 
luminance-hdr_2.2.1-3.debian.tar.gz
 343748ef942e7dce083d5faa7a75e2724ded5ab670e34291396ef17689fa64e0 4395452 
luminance-hdr_2.2.1-3_i386.deb
 8968a8e27a9e66628ba556d7a3e08817873ef4f46bbc2e041ab219eeb7240866 14652 
qtpfsgui_2.2.1-3_all.deb
Files: 
 3037841360d9b8a85797ec10f7b47440 1565 graphics extra luminance-hdr_2.2.1-3.dsc
 ee117705886aefd83a4592968997c029 8719 graphics extra 
luminance-hdr_2.2.1-3.debian.tar.gz
 364c55f85fb22e88cbe60a509501c699 4395452 graphics extra 
luminance-hdr_2.2.1-3_i386.deb
 e8681001152450f721f7bda326746d2c 14652 oldlibs extra qtpfsgui_2.2.1-3_all.deb

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

iEYEAREDAAYFAk/JsVoACgkQHTOcZYuNdmMaGQCfVduQfL8+ck1M5O2umF3eclU3
tzUAn24cJiYxYtk5DDn4K1zRtOwy8eQ3
=3yXL
-END PGP SIGNATURE-


Accepted:
luminance-hdr_2.2.1-3.debian.tar.gz
  to main/l/luminance-hdr/luminance-hdr_2.2.1-3.debian.tar.gz
luminance-hdr_2.2.1-3.dsc
  to main/l/luminance-hdr/luminance-hdr_2.2.1-3.dsc
luminance-hdr_2.2.1-3_i386.deb
  to main/l/luminance-hdr/luminance-hdr_2.2.1-3_i386.deb
qtpfsgui_2.2.1-3_all.deb
  to main/l/luminance-hdr/qtpfsgui_2.2.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/e1sahtn-0006p1...@franck.debian.org



Accepted mbt 3.2.8-1 (source amd64)

2012-06-02 Thread Ko van der Sloot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Mar 2012 15:20:48 +0200
Source: mbt
Binary: mbt libmbt0-dev libmbt0
Architecture: source amd64
Version: 3.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ko van der Sloot ko.vandersl...@uvt.nl
Description: 
 libmbt0- memory-based tagger-generator and tagger - runtime
 libmbt0-dev - memory-based tagger-generator and tagger - development
 mbt- memory-based tagger-generator and tagger
Changes: 
 mbt (3.2.8-1) unstable; urgency=low
 .
   [ Ko van der Sloot ]
   * debian/watch updated to watch http://software.ticc.uvt.nl/
   * New Upstream release
Checksums-Sha1: 
 3dfd6ef3d22d071ae1ae2e5ce282b2fc9b1d51ab 1642 mbt_3.2.8-1.dsc
 37f8bee0b30e3e13aeaf58ad6d757cc3be1ce8f2 674455 mbt_3.2.8.orig.tar.gz
 e6a3330154e5492d5bcf5b578877c55bf7967f79 5183 mbt_3.2.8-1.debian.tar.gz
 fc411c2431551821304618eacb044c5883fe4bed 27990 mbt_3.2.8-1_amd64.deb
 750dc8c231c50880e5de31e3ede50414383ea1ce 115238 libmbt0-dev_3.2.8-1_amd64.deb
 98c5d21c5420b1b4212bc7eb6aa70126f40a6677 97756 libmbt0_3.2.8-1_amd64.deb
Checksums-Sha256: 
 aa726135e8f075abc15824f1956f84dc3724b45e9e263a068f292b9d0e97f4f4 1642 
mbt_3.2.8-1.dsc
 e290c3cae6ca973379b07bdfc43882a6aca5d360961136e9f1231089b003c6d8 674455 
mbt_3.2.8.orig.tar.gz
 d9f85082c8c8dd6de1cbe3a91c0a35dedc8de796ceff4bddee4634ea34117d42 5183 
mbt_3.2.8-1.debian.tar.gz
 6468314c8e5fffe5f88329a5fbd87735ddd31277d5ef84a0ba649cffb976811c 27990 
mbt_3.2.8-1_amd64.deb
 a400d015595d39ac470d557ebd44803c3864273b6a101f69e13a5078ee9402fb 115238 
libmbt0-dev_3.2.8-1_amd64.deb
 2a972cd4098d15b84f99021095111c525d6a1368605f2a3ec7cdbb2655fb68c3 97756 
libmbt0_3.2.8-1_amd64.deb
Files: 
 5c7bcff546e043f45aff341e452d2a86 1642 science extra mbt_3.2.8-1.dsc
 46140496fe4f63c8db1baac14a14800a 674455 science extra mbt_3.2.8.orig.tar.gz
 d238e49c2247f7c0f278a9fc335365f0 5183 science extra mbt_3.2.8-1.debian.tar.gz
 4fe374497ca6b350e2760e4baaf51e8e 27990 science extra mbt_3.2.8-1_amd64.deb
 02c3161443142212b22b126f134dc3ef 115238 libdevel extra 
libmbt0-dev_3.2.8-1_amd64.deb
 aed4ce5a6aa8f59a53f365a53a090531 97756 libs extra libmbt0_3.2.8-1_amd64.deb

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

iQEcBAEBCAAGBQJPya/gAAoJEDNRenKl5rDIRX0H/jhNOuAg4dM/PprYmkZj+8qP
+fZWLWAVwSnYg7r4ZiukG3NKkJSNw84iBlm46Xz74ekage5ShksCyB7meREpWScp
T59Y7yeVsEIYYAYx9Xajf+ZoMLv5KFHE2sz7PFtxnXp/hzWKAu85EemofTQSakeC
AK1cg+qOZAH1xepqvfmg05asR7P8l7+81N9wTFwVUG6ECq052eWxjBJ3zRJAMQAj
xA32OhrScZTFNiewYxJWFB5LJQKCaX5ipbu4HgeIB6UwYDoYIEXDMBuUqyHdyx5N
PB5C57Jktfs4z4ulzEi5efx5eyNItsZCswSaaSf3FmieH0HGldkqifeBBgBtgzk=
=lZZk
-END PGP SIGNATURE-


Accepted:
libmbt0-dev_3.2.8-1_amd64.deb
  to main/m/mbt/libmbt0-dev_3.2.8-1_amd64.deb
libmbt0_3.2.8-1_amd64.deb
  to main/m/mbt/libmbt0_3.2.8-1_amd64.deb
mbt_3.2.8-1.debian.tar.gz
  to main/m/mbt/mbt_3.2.8-1.debian.tar.gz
mbt_3.2.8-1.dsc
  to main/m/mbt/mbt_3.2.8-1.dsc
mbt_3.2.8-1_amd64.deb
  to main/m/mbt/mbt_3.2.8-1_amd64.deb
mbt_3.2.8.orig.tar.gz
  to main/m/mbt/mbt_3.2.8.orig.tar.gz


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



Accepted ruby-pgplot 0.1.3-4 (source amd64)

2012-06-02 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jun 2012 14:38:19 +0900
Source: ruby-pgplot
Binary: ruby-pgplot ruby-pgplot-dbg
Architecture: source amd64
Version: 0.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 ruby-pgplot - Ruby interface to the PGPLOT graphics library
 ruby-pgplot-dbg - Ruby-PGPLOT debugging symbols
Closes: 675471
Changes: 
 ruby-pgplot (0.1.3-4) unstable; urgency=low
 .
   * Fix typo, Thanks to Vincent Blut (Closes: #675471)
Checksums-Sha1: 
 0cab2dc653ab77aa487e3df69e3195548150 2133 ruby-pgplot_0.1.3-4.dsc
 790c752788174aadc6f17bf440a00a3345bce3ca 15824 
ruby-pgplot_0.1.3-4.debian.tar.gz
 67828055a219aff8788004d625843b36697fe5a2 35100 ruby-pgplot_0.1.3-4_amd64.deb
 40e2e6cbf9cdc9c9e9aeed1a6d03cc2a69d3b6db 40170 
ruby-pgplot-dbg_0.1.3-4_amd64.deb
Checksums-Sha256: 
 2abc39f1ffecd5bdd7bd363f0d1ac0c36b6c3883261584e7a0f4d98722f596c5 2133 
ruby-pgplot_0.1.3-4.dsc
 f384fde826f92d0c27a6c3b19e895a2e5233f11f5b632cd27ad6c8b263c3dd7a 15824 
ruby-pgplot_0.1.3-4.debian.tar.gz
 fa08dbaa966eb05cb5831293d1ba143f23db04e51569143ce675ec17f15b4936 35100 
ruby-pgplot_0.1.3-4_amd64.deb
 43612aa2c96fe1d6e52206ff5ab78ccc5c8d9dd4b5dd32714f3c737ae3ca4e10 40170 
ruby-pgplot-dbg_0.1.3-4_amd64.deb
Files: 
 ac0ba35b23f11252cf0d648bd73a312a 2133 contrib/ruby optional 
ruby-pgplot_0.1.3-4.dsc
 d3b5be253a3875befc917614a6da43d9 15824 contrib/ruby optional 
ruby-pgplot_0.1.3-4.debian.tar.gz
 85349c87573a5fd2093b9bcc38679209 35100 contrib/ruby optional 
ruby-pgplot_0.1.3-4_amd64.deb
 47147cbd20b25020a0f99b0780310f7d 40170 contrib/debug extra 
ruby-pgplot-dbg_0.1.3-4_amd64.deb

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

iQIcBAEBCgAGBQJPyacHAAoJEJOU81SJHX4HTI0QAIEd3LfBt9YTzpYtLSHItnKd
VHXfyCVXWPCorrW/2d4pM/RtOcJYrdUoAOdQC6VSVKwi5EmyHPlQ3DAW1z9A6oq5
wMSkYuhFLBP9uC+ufqpJf4p31dMu9G5/Kn10U7Elj64vRxdWB6ggd/aUJKsevTU3
RdJvIObHos9201+00glKhWZn+zT1kcKWM7e2+6GRcMI3xE3XBvCSQqeXxFf7kgLa
4ywNuJ46RVKa3jIBWERzvZwlD97XRGRVBmDZ+t/hfGmJ2NWJRAS5AVV2TPN63wVm
20MNQ9xh6ZbJr17iZ8stOQO9g/OcrMPdG3lQo31XzUljXISyX1ROXXEPnS5+gqad
Ei/FwIurmWyevblXCfA6ajqfRi2yqm8tAcb+QvRp3Hd8xXTid52NBZeICyIA/Dvp
cmSog25rGshy9rLELLsPnTR8mOovq86bvRNQulWGB1M16ZUTrw1oEQaA0VuQo1HX
vbGR3mDBktapWmOil6ArnZV3rmN0/WFT2Wc+E0VgKEOdNCwao+Wr4OT/mFEwD4/P
cCZZfxeuHBVY6/qxbJ29oMLY6ykKcdeD7aN5x1+u+LrFluyOVaKvUDLwy66r8qA5
FaUyL8GB1nLKEntmCggd8xehIUsyWZN5FauQw2Y0wrTP9K3uUwQ7WwU9dRBq3gpA
N6h+ZIt95cUors05jsHj
=qCMy
-END PGP SIGNATURE-


Accepted:
ruby-pgplot-dbg_0.1.3-4_amd64.deb
  to contrib/r/ruby-pgplot/ruby-pgplot-dbg_0.1.3-4_amd64.deb
ruby-pgplot_0.1.3-4.debian.tar.gz
  to contrib/r/ruby-pgplot/ruby-pgplot_0.1.3-4.debian.tar.gz
ruby-pgplot_0.1.3-4.dsc
  to contrib/r/ruby-pgplot/ruby-pgplot_0.1.3-4.dsc
ruby-pgplot_0.1.3-4_amd64.deb
  to contrib/r/ruby-pgplot/ruby-pgplot_0.1.3-4_amd64.deb


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



Accepted libfolia 0.9-1 (source amd64)

2012-06-02 Thread Ko van der Sloot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Mar 2012 10:32:42 +0200
Source: libfolia
Binary: libfolia1-dev libfolia1
Architecture: source amd64
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ko van der Sloot ko.vandersl...@uvt.nl
Description: 
 libfolia1  - implementation of the FoLiA document format
 libfolia1-dev - implementation of the FoLiA document format
Changes: 
 libfolia (0.9-1) unstable; urgency=low
 .
   * New Upstream Release
   * debian/watch updated to watch http://software.ticc.uvt.nl/
Checksums-Sha1: 
 6813c9ff9e3c2cf9e63893f21df07bf8664940a3 1654 libfolia_0.9-1.dsc
 a3634027a5a538287636601df1e4519593516dac 398288 libfolia_0.9.orig.tar.gz
 331cefb06b14ddbdc1d24a8aacdd9c183f9205b0 2852 libfolia_0.9-1.debian.tar.gz
 696869c1a43f6708720beaae72b9a40637f58917 221438 libfolia1-dev_0.9-1_amd64.deb
 2a3c5928927abb94131d8b20905c53e1cc2bf602 183126 libfolia1_0.9-1_amd64.deb
Checksums-Sha256: 
 918e49d88f7158021140f21dfa4f2b54f274a94058096f8624081a9901d15d9e 1654 
libfolia_0.9-1.dsc
 d1b06b3805169c57aa72752a01234c5d54f44097ed89c92cc9d7a7d364247e94 398288 
libfolia_0.9.orig.tar.gz
 cd7512c32e9ac2edd8d4d5d0cd68d53dc5649049ef38bb293bd38b75036773d6 2852 
libfolia_0.9-1.debian.tar.gz
 9861822fc476b9e5b5cf130becdf1eeb5f51fb5208b365c57558fdecf909e075 221438 
libfolia1-dev_0.9-1_amd64.deb
 adf615f38d2c2289e97f035cabf9565e08e442d736687d4173949da65fc0e869 183126 
libfolia1_0.9-1_amd64.deb
Files: 
 9ebc01da5ae5593786505caa3acb8c92 1654 science extra libfolia_0.9-1.dsc
 03e79ed85d1eba992d92d9ff399266de 398288 science extra libfolia_0.9.orig.tar.gz
 17fa525513ac513e119f22c764da4c9c 2852 science extra 
libfolia_0.9-1.debian.tar.gz
 d75656e4e2135c2a628699d43fe21448 221438 libdevel extra 
libfolia1-dev_0.9-1_amd64.deb
 8330a347904f6a5ac4762f39873d3938 183126 libs extra libfolia1_0.9-1_amd64.deb

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

iQEcBAEBCAAGBQJPybhLAAoJEDNRenKl5rDIe3wIAIlNm9aFZ4uyQu1LLszLM8eG
3kp8RxVH9mPzFsX+kD+zIdVIofUWGMY7kzE5qBN2Jl2dqYWfEU0VYZ8E3pouitFQ
qU5N1P9DFBB/UVGRNUWAiF0Wog3W5qstzr/1KUArx01LAFFU8YD/SeYe3HIIiq1I
0ENtHEec0fvVvpBjjdFCx2OlWaqF66K3oMgc1mFNnLXeMXyjbAoD/1zCb7pAkxqI
B2uTOavEPh1UrVIlMuR6QnzPWyLpV5jJ8wM67hfBeIJCsuqudFPSnLH9S9L0pc/B
kD6UzEgiBi9XV5Atjmt1zD/s2sg83IDpz+WZsw3BcChDiVo8qEED/kGbSVTxUC0=
=hIQ+
-END PGP SIGNATURE-


Accepted:
libfolia1-dev_0.9-1_amd64.deb
  to main/libf/libfolia/libfolia1-dev_0.9-1_amd64.deb
libfolia1_0.9-1_amd64.deb
  to main/libf/libfolia/libfolia1_0.9-1_amd64.deb
libfolia_0.9-1.debian.tar.gz
  to main/libf/libfolia/libfolia_0.9-1.debian.tar.gz
libfolia_0.9-1.dsc
  to main/libf/libfolia/libfolia_0.9-1.dsc
libfolia_0.9.orig.tar.gz
  to main/libf/libfolia/libfolia_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/e1saily-0008hj...@franck.debian.org



Accepted icinga 1.7.0-3 (source all amd64)

2012-06-02 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 09:06:09 +0200
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.7.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Closes: 675536
Changes: 
 icinga (1.7.0-3) unstable; urgency=low
 .
   * [7c55fce] Install plpgsql as early as possible into postgres
 (Closes: #675536)
Checksums-Sha1: 
 37d4116cc470ee9aad4eeb00b45f8a4cc9b53cd1 1688 icinga_1.7.0-3.dsc
 13906c4ed4ba7f213d4477bc0ba9934355c74184 44403 icinga_1.7.0-3.diff.gz
 68667c7e8325a430eaaa9b554724f18083da897f 2088450 icinga-cgi_1.7.0-3_amd64.deb
 e9ea9d1e6e74af7e859dde1586242ebc6b5f9a27 263528 
icinga-idoutils_1.7.0-3_amd64.deb
 9cd9f5f18eb25ee3a1e26e7f99e6ebc2db239202 1306 icinga_1.7.0-3_amd64.deb
 0ad016a3e61a4784b5e8031db3b1d1c3a493c156 292670 icinga-core_1.7.0-3_amd64.deb
 53b228ccfc391986ad40b9e2f5fb819d6d8a6fdb 5520558 icinga-dbg_1.7.0-3_amd64.deb
 15b7996c4c358764498eb6d4cbeecc61bea21b2c 106192 icinga-common_1.7.0-3_all.deb
 4eccf732f3660da5eb16b55417e85e7c74ac6b30 5346538 icinga-doc_1.7.0-3_all.deb
Checksums-Sha256: 
 89453dbedf2995946d3d85ff422752c9692c931bec25a002c92b1025117d2edc 1688 
icinga_1.7.0-3.dsc
 3759f97e264a01f389339ac5bdf539a0a431baab6ffcb0f1a7b87981d1f08be3 44403 
icinga_1.7.0-3.diff.gz
 a319b1ffd332f57276c91d4bd2c8a9bd8a23053eee7e779e1f3de53921597571 2088450 
icinga-cgi_1.7.0-3_amd64.deb
 df7633325c56c2221235c722e43ce7ba15da09fab3b4d75704593e091cd036cf 263528 
icinga-idoutils_1.7.0-3_amd64.deb
 0b1dbfb5c6fa4c5e90868c92f2779bcd1e7265964fa33ea9c8e03a09c26bf6a8 1306 
icinga_1.7.0-3_amd64.deb
 9fdb12a75c0168a667cd398728001f3e7450b9c9b710aaad5fddd85a283ae987 292670 
icinga-core_1.7.0-3_amd64.deb
 e4ac71922ae0fbc26d8e2213b4e01f5255c473c988b6a70f444733cea45d0672 5520558 
icinga-dbg_1.7.0-3_amd64.deb
 4696e5345c458ba829fdf797b21601aa723b0d3f7f2fb028b5ad506537d12312 106192 
icinga-common_1.7.0-3_all.deb
 0be5feaa39bd73130a8651e16fd8816ce9d5ab3fa4d8cfd54e1aba079ca58d1f 5346538 
icinga-doc_1.7.0-3_all.deb
Files: 
 5de2394e034fdd825237b1883835780b 1688 net optional icinga_1.7.0-3.dsc
 3385d3d1c36e5d9279cbe8d7764a0a4a 44403 net optional icinga_1.7.0-3.diff.gz
 a52e30fde2f1c6ad4a261cb4ee2b4f45 2088450 net optional 
icinga-cgi_1.7.0-3_amd64.deb
 76534748c065e5e70b5f717b9f90d9db 263528 net optional 
icinga-idoutils_1.7.0-3_amd64.deb
 aae5a53b6ce045a04a49072d659a8c30 1306 net optional icinga_1.7.0-3_amd64.deb
 92812437c199aa63676d802ebaa4a2bf 292670 net optional 
icinga-core_1.7.0-3_amd64.deb
 8891eac065419290cf8c6bfd702b38fa 5520558 debug extra 
icinga-dbg_1.7.0-3_amd64.deb
 dd11a764983bb3f5ffb754263f1c6503 106192 net optional 
icinga-common_1.7.0-3_all.deb
 07e5e140786d9a90e4474eb853be676a 5346538 doc optional 
icinga-doc_1.7.0-3_all.deb

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

iEYEARECAAYFAk/JvFYACgkQ01u8mbx9AgoYQACgySIP4jNXplyr97QDHr3wpfUT
EfQAni4vq8NKlBx2Cjmyl9xIwat94d1P
=oozO
-END PGP SIGNATURE-


Accepted:
icinga-cgi_1.7.0-3_amd64.deb
  to main/i/icinga/icinga-cgi_1.7.0-3_amd64.deb
icinga-common_1.7.0-3_all.deb
  to main/i/icinga/icinga-common_1.7.0-3_all.deb
icinga-core_1.7.0-3_amd64.deb
  to main/i/icinga/icinga-core_1.7.0-3_amd64.deb
icinga-dbg_1.7.0-3_amd64.deb
  to main/i/icinga/icinga-dbg_1.7.0-3_amd64.deb
icinga-doc_1.7.0-3_all.deb
  to main/i/icinga/icinga-doc_1.7.0-3_all.deb
icinga-idoutils_1.7.0-3_amd64.deb
  to main/i/icinga/icinga-idoutils_1.7.0-3_amd64.deb
icinga_1.7.0-3.diff.gz
  to main/i/icinga/icinga_1.7.0-3.diff.gz
icinga_1.7.0-3.dsc
  to main/i/icinga/icinga_1.7.0-3.dsc
icinga_1.7.0-3_amd64.deb
  to main/i/icinga/icinga_1.7.0-3_amd64.deb


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



Accepted libapache2-mod-qos 10.7-1 (source amd64)

2012-06-02 Thread Sergey B Kirpichev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 11:13:02 +0400
Source: libapache2-mod-qos
Binary: libapache2-mod-qos
Architecture: source amd64
Version: 10.7-1
Distribution: unstable
Urgency: low
Maintainer: Sergey B Kirpichev skirpic...@gmail.com
Changed-By: Sergey B Kirpichev skirpic...@gmail.com
Description: 
 libapache2-mod-qos - quality of service module for the apache2
Changes: 
 libapache2-mod-qos (10.7-1) unstable; urgency=low
 .
   * Imported Upstream version 10.7
   * Update patches
   * Pass hardening CFLAGS/CPPFLAGS to apxs2
Checksums-Sha1: 
 e8198ff83cc8c177764ce331ee63b7a77ff0e8d2 2113 libapache2-mod-qos_10.7-1.dsc
 edca11609ab5fec2a1145b0d19cc2140d1b77135 440581 
libapache2-mod-qos_10.7.orig.tar.gz
 44879ed569b2fcd9cc34162d4f950bcd713fdf97 5486 
libapache2-mod-qos_10.7-1.debian.tar.gz
 a3eb8292326b75310b14c6c7d98fa421afa693c0 382568 
libapache2-mod-qos_10.7-1_amd64.deb
Checksums-Sha256: 
 d4b3e3bc832cd941f8374f4092fdb20325f38b467a0d8d46ac19ab09166a504f 2113 
libapache2-mod-qos_10.7-1.dsc
 f3ccfe17f3464162d1ecd0e436447d07e070a47270b504b125859e3d61b8140a 440581 
libapache2-mod-qos_10.7.orig.tar.gz
 faeba1edfbf9f843ef451b52bd1028d90b9bfda0c32d987c7a792dfaba3f6f40 5486 
libapache2-mod-qos_10.7-1.debian.tar.gz
 86827b7d770c3a6d775a198444a7435d04cbd2de0d66d9480788a2c4b080d9fa 382568 
libapache2-mod-qos_10.7-1_amd64.deb
Files: 
 374d8c82e0b6a1828477aefd74489513 2113 httpd extra libapache2-mod-qos_10.7-1.dsc
 d684216a0e5ed959f7f1373f5b7d140b 440581 httpd extra 
libapache2-mod-qos_10.7.orig.tar.gz
 266944715f5c633ace56315493a22f55 5486 httpd extra 
libapache2-mod-qos_10.7-1.debian.tar.gz
 8e217f3ccb6fe6364cba41f4486370b4 382568 httpd extra 
libapache2-mod-qos_10.7-1_amd64.deb

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

iQIcBAEBCAAGBQJPyb8IAAoJEDnJoLZAJirwjGcQAIrkNFJhXUxgty/tWLM6Y1ud
zi0g0xUzD8LTnUSpEjKx7SUgLQooMo7LqE/xwTFtYleEvcG1a1dBqR1L8aX7mysf
WkNlYT/cZIDlncKnNLVm50ZhySC55WDqqHalQzBC8W23AuR83S3w5TpJh5og3n+k
v2lEmRBNwikQXWkiT3127d/vPa294wegJEFjpma1SIdalquEch/hk0NCR9N3NLDF
n/u5TeqIdTrTU3plqhcPTOacLf4Oo8pY5inTDU5rJOT8Nc8sWhwRIaPKDdMg10Em
IW/A3t9iHZXtuWQURKcBh2dkOhmJrjgYBNnFc07MMCo6P89FHqa7pNUmKms8Zzpp
GaOVMPuUQQinkJUhB7kMIsjawLUPuCfo61tEAK4aAhU+/xrZ8qJYnrQB6NKNwZPr
N2lCDSL0plgo8Nw2hUuoiDjDKkeagKjxaBGgmeMDNL7FkpajDOY0//LpkZzVYn3J
NVYgKV8YagGRL0LjTp9czpmaL0gajyNJLkctZ78vhayRIZo6HqIFTH0vR0+LuzDE
ym1Kj69/n2hC6Dj6fOWQSO9UhPFcJbD6JG3ZLNa/elHH7iwKNOG29F8Y/NIl4eDZ
pnPZR1nd/ETxhn7EQuGYNPF/73gPm73mYZgpR6iPMyZXgD3kUlydIuO9sHUZRbhJ
L9SBeBuo1fCRMaN67YII
=Sssz
-END PGP SIGNATURE-


Accepted:
libapache2-mod-qos_10.7-1.debian.tar.gz
  to main/liba/libapache2-mod-qos/libapache2-mod-qos_10.7-1.debian.tar.gz
libapache2-mod-qos_10.7-1.dsc
  to main/liba/libapache2-mod-qos/libapache2-mod-qos_10.7-1.dsc
libapache2-mod-qos_10.7-1_amd64.deb
  to main/liba/libapache2-mod-qos/libapache2-mod-qos_10.7-1_amd64.deb
libapache2-mod-qos_10.7.orig.tar.gz
  to main/liba/libapache2-mod-qos/libapache2-mod-qos_10.7.orig.tar.gz


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



Accepted ucto 0.5.2-1 (source amd64)

2012-06-02 Thread Ko van der Sloot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Mar 2012 10:55:15 +0200
Source: ucto
Binary: ucto libucto1-dev libucto1
Architecture: source amd64
Version: 0.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ko van der Sloot ko.vandersl...@uvt.nl
Description: 
 libucto1   - Unicode Tokenizer - runtime
 libucto1-dev - Unicode Tokenizer - development
 ucto   - Unicode Tokenizer
Changes: 
 ucto (0.5.2-1) unstable; urgency=low
 .
   * New Upstream Release
   * debian/control: depends on libfolia1-dev = 0.9
   * debian/watch updated to watch http://software.ticc.uvt.nl
Checksums-Sha1: 
 8a2b95df574e864c1e238e621a70d19393c37865 1660 ucto_0.5.2-1.dsc
 d59d7df1cdc8e9f074ac53c79ff6bb494285c59c 406330 ucto_0.5.2.orig.tar.gz
 6d001442ffe5118a4b958aaed46233d17e186e54 3040 ucto_0.5.2-1.debian.tar.gz
 970d1867dd3eec79b68599da6679d143223f412a 37576 ucto_0.5.2-1_amd64.deb
 7ffb5e00dd12407d1f884081177a1bfda754e89c 97420 libucto1-dev_0.5.2-1_amd64.deb
 57415774e73b8155a4bb8ff0e824f8255dc0db10 88170 libucto1_0.5.2-1_amd64.deb
Checksums-Sha256: 
 cee2fa5da507d48a155219aa8ea22dc0e430cafbffaccce0ffd1df1f2809a21d 1660 
ucto_0.5.2-1.dsc
 85c7d4d5a710576ee1a06ca6afab2591f1dfca78f9eb2fe452e52a06146e5c9d 406330 
ucto_0.5.2.orig.tar.gz
 3b45ad9a6876f9701264030e5f7e9d72427c833f140b1a3efadb46fe77266298 3040 
ucto_0.5.2-1.debian.tar.gz
 6a39bdfd176c5ef2a73ce6bc004005b6358bfb837348664532635f0445ef48bc 37576 
ucto_0.5.2-1_amd64.deb
 39d9b9477e1f6c1f60d955c036893ec7ccd7d15fffe7a38954a17435f2687b57 97420 
libucto1-dev_0.5.2-1_amd64.deb
 efc80585bff35af8b2503244a19b369b2b9ac2c63f20945a8b7312cb193e0d7c 88170 
libucto1_0.5.2-1_amd64.deb
Files: 
 117d69a0d3dfa080a87722a4a2fe5f64 1660 science extra ucto_0.5.2-1.dsc
 5a4e04687f083b3f77b3527375ae26e2 406330 science extra ucto_0.5.2.orig.tar.gz
 ec4fcf047bffe34dabb5fd14897485e4 3040 science extra ucto_0.5.2-1.debian.tar.gz
 26043d6b56908ae4521b438ebe301c68 37576 science extra ucto_0.5.2-1_amd64.deb
 d0c8be45775c7695a0a7f6bf1892e3b4 97420 libdevel extra 
libucto1-dev_0.5.2-1_amd64.deb
 233618ed08a15f7e7619a81c602191c9 88170 libs extra libucto1_0.5.2-1_amd64.deb

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

iQEcBAEBCAAGBQJPybztAAoJEDNRenKl5rDIf48H/i/cyOmgeBflSeLsbf/OyQWJ
x0kuZGpg7Ztw51iH7WrFszpGdElJ7LZd+81LHz2htKLxD8luW1mewZRINDi+Q4Zr
mb0p6iX7CvEj1g6Tp4jqAzOcWp7VS8sPGaQlknImqVpwu3g3PdsCkWeoyvPKxF/z
JGbyAjfxWgSwRDJqA2PQsxuq+oPH+zRZGRx42Rok1VhaVgrRGbmx1/LZIH+i7v0d
4xvWn4PlCKjH2LPjK7B21ErkbAqtNwtTC9sVlvrqMA7hvZvi2eQA2xfKsL5Ltedq
dOG8efZ7c4rZSZhb7bVrPhemD6C9Tla24TlOit9365cwMvdRh48ikYgHvwgChew=
=R9dL
-END PGP SIGNATURE-


Accepted:
libucto1-dev_0.5.2-1_amd64.deb
  to main/u/ucto/libucto1-dev_0.5.2-1_amd64.deb
libucto1_0.5.2-1_amd64.deb
  to main/u/ucto/libucto1_0.5.2-1_amd64.deb
ucto_0.5.2-1.debian.tar.gz
  to main/u/ucto/ucto_0.5.2-1.debian.tar.gz
ucto_0.5.2-1.dsc
  to main/u/ucto/ucto_0.5.2-1.dsc
ucto_0.5.2-1_amd64.deb
  to main/u/ucto/ucto_0.5.2-1_amd64.deb
ucto_0.5.2.orig.tar.gz
  to main/u/ucto/ucto_0.5.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/e1sairi-0002t5...@franck.debian.org



Accepted psmisc 22.17-1 (source amd64)

2012-06-02 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 16:09:01 +1000
Source: psmisc
Binary: psmisc
Architecture: source amd64
Version: 22.17-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 psmisc - utilities that use the proc file system
Closes: 661723 673485
Changes: 
 psmisc (22.17-1) unstable; urgency=low
 .
   * New upstream release
 - fuser uses correct timeout_stat define Closes: #661723
 - fuser is not compiled on hurd-i386 Closes: #673485
Checksums-Sha1: 
 8bb009efe89d3c6229d8fb07964392710c116680 1669 psmisc_22.17-1.dsc
 5d400710cf030bf7396aec40f53e933942ec8b4a 500655 psmisc_22.17.orig.tar.gz
 2f17176951b365d6121acdb659cc77dc40d9f21a 6376 psmisc_22.17-1.debian.tar.gz
 7237fbc4574a6a6982ec2b09a0b8d3b4bc406d29 145576 psmisc_22.17-1_amd64.deb
Checksums-Sha256: 
 6b475601399edc075699a634bc9f02a452ce69e9b807869d8acab9698ce02311 1669 
psmisc_22.17-1.dsc
 34e70139fd0d532eba00de408f2f4843a5fca93278de99db6eb04f3850c6be0d 500655 
psmisc_22.17.orig.tar.gz
 4ccdc43a460e97c19c79e605aeb9cfe6069079b971c67e5d3108e6374ead9063 6376 
psmisc_22.17-1.debian.tar.gz
 97c83b096128366c75f4c3dd9868e6a767624c831c220d79e18f51b746192949 145576 
psmisc_22.17-1_amd64.deb
Files: 
 04df119bf0a8a328c8fe016697c08d56 1669 admin optional psmisc_22.17-1.dsc
 634e0f7c3b3dde22ea879e6279c9ec61 500655 admin optional psmisc_22.17.orig.tar.gz
 31941169be13858d7484998f7d405c99 6376 admin optional 
psmisc_22.17-1.debian.tar.gz
 611abcd6ee880012cb32d3813d54d9cb 145576 admin optional psmisc_22.17-1_amd64.deb

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

iQIcBAEBCAAGBQJPycLeAAoJEDk4+WvfUP6ll9MP/2vQJDYhO44yG5gsTnjfHrXR
VU5ijLJM52EtRELoBPaZYacaGwhYvTI5OV4+ZM3Uq/hVBgSYuKPs2sqPva8aT7uj
NmquDLRUzcS+d3b5M6tgZ/On8RXmZzBIo4K0Li71PugIil/vgDtLMsVGX2kGoB9P
JwJFOck6n7wQK+1J17b6Kqzg41E4SU8LZBMljTDUX4UyJpOkb1LlWqVHZKpB9+8w
UIm7BSI6uj3nCGkCZGnjeQidqreyizWmkUgWKLweRmWef1rDcUGgQdsiW6OB4jF8
dmgtMHBTBRSCxBRjsBE9+HdbX1/bkooqGOgncR5bfpqrHdEs9gXLglwfUJ1gvvNw
tbR69Yj3IxkJy6sgDKplWbcRtbKUSrGf/okhUDZnp57EDoawryeskJjah46yf1jj
XqUGyEHzOM2MoGao1tSHcoyRXJsBM6ufOBrTo6LuL1R0EwodnLcB2u+a8T35bkXy
yKXHP7o7ufzRNz+ECoKxo94wvokXRVqB6EjeNMyD9/NwAWY9RBViP4/dKna6c3NZ
Ai5G2hJOujKsVEMMXz1uB+TOPi7kg9Eg39mNJcIHLVast6kG074xMwBagnV5+H6j
DoE+booknBZwk2a4YikH5EViyostwoSUmRMvBSWrizYhFV+oI0G1ctxX34sV3GXt
B283li5Odl1eL7VH86bC
=VlaT
-END PGP SIGNATURE-


Accepted:
psmisc_22.17-1.debian.tar.gz
  to main/p/psmisc/psmisc_22.17-1.debian.tar.gz
psmisc_22.17-1.dsc
  to main/p/psmisc/psmisc_22.17-1.dsc
psmisc_22.17-1_amd64.deb
  to main/p/psmisc/psmisc_22.17-1_amd64.deb
psmisc_22.17.orig.tar.gz
  to main/p/psmisc/psmisc_22.17.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/e1saj5w-0003en...@franck.debian.org



Accepted dehydra 0.9.hg20120525-1 (source amd64)

2012-06-02 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 10:09:37 +0200
Source: dehydra
Binary: dehydra
Architecture: source amd64
Version: 0.9.hg20120525-1
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey gland...@debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 dehydra- Scriptable static analysis tool for C and C++
Closes: 655779
Changes: 
 dehydra (0.9.hg20120525-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * debian/control, debian/rules: Build against libmozjs185-dev.
 Closes: #655779. Thanks Christian Engwer.
   * debian/control: Bumped Standards-Version. No changes needed.
   * debian/rules: Treehydra is always enabled now (and works), so build and
 install it.
   * debian/rules: Remove gcc plugin directory detection. Use whatever configure
 found.
   * debian/rules: Remove additional cleanup, upstream Makefile does it.
   * debian/rules: No override is necessary for build, test and clean anymore.
Checksums-Sha1: 
 1156d1650ca6ccb2055eb21b76f00ca27460c7d5 1752 dehydra_0.9.hg20120525-1.dsc
 34ae9000d585e41bccbc4085c95360b194ed17b3 124985 
dehydra_0.9.hg20120525.orig.tar.gz
 ab7a77307dd05801ab19a12568a934ae79ef6a9c 2430 dehydra_0.9.hg20120525-1.diff.gz
 190bc32a173242e5575451476f59cbdb4becd02c 160884 
dehydra_0.9.hg20120525-1_amd64.deb
Checksums-Sha256: 
 664aaf612934b848ebd7cf149417d6354e2c7df7a922f4a96aae552f611adbbc 1752 
dehydra_0.9.hg20120525-1.dsc
 273533eb2f5256f2afa9cc78abf631cbe769fb0c733f5db71d6a4cdc38e3f10e 124985 
dehydra_0.9.hg20120525.orig.tar.gz
 b0ce7f402696c6f2c5928dde28ee3a8c976f05bbbd42ce626052913c9262f09c 2430 
dehydra_0.9.hg20120525-1.diff.gz
 61b0056aed9183d7df885216ac64d0a10c3d1dae419403bc9020d49b3297c649 160884 
dehydra_0.9.hg20120525-1_amd64.deb
Files: 
 6a30f8bb557f286eac02d4d5a399c234 1752 devel extra dehydra_0.9.hg20120525-1.dsc
 219e13d10b607b3985615801003a1170 124985 devel extra 
dehydra_0.9.hg20120525.orig.tar.gz
 a40ec2e805f783b8b9d37bd1f74d63a0 2430 devel extra 
dehydra_0.9.hg20120525-1.diff.gz
 898ab91179883488c946e6353b605025 160884 devel extra 
dehydra_0.9.hg20120525-1_amd64.deb

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

iQIVAwUBT8nMLOQqoE+mqoxyAQim0w//bRiRYB0/58+fKP5lHs0WtAbegFjyRsx3
9gxMYhw9/l7wD7BrsJnbKfWpbbEqerOpwss+GR5FrZWxLy9oTtmJWtG7P/8cUWyH
ftvlMnNiqgUH8TqWSMe6VfN2gAGSbp1i9vlBZZD+BDCdJYibUGMObjUEFjTt2OVx
ugWJuR+RxNPBUEFzgiF1tMRwgG0u7IopwwJ9prh0/DK2Lryx3oL7OudOckAK69bR
obfWBD9bAFn/b1cpZ3SSNsaK5OI/NuCswTdQKH88BXjlSQAKfBMlaMBv6M8xWhTP
RHnKgJz5vpostI0DSUHd2dSXs4RbO956PpGruIFrEuB8/xXnkC+PlOQ0lAhlaMgC
UCrlamNPQ5TR0aTTuIuMS1Ck7MSg3cPBX7pV7hsVruTqQO10uEBdUCzjI4rShuq6
ymrDbByOko4zk2zlb8OXYSO2WOgbtxUj8Y8PLzHo9OOYsXARiHL4dcSkMEJG8Ebg
aoV7pJCa8bgM1FoRmHUeWIeCu2I6c3XYMf03vcf3XPNdVUhOmL5LARtjrQVroeKM
eclP2S1fiyRN9b/ZsnfUnVu46vJSQnfnuV6Mx6ecvfS1V3DjXfYqcxtlfpOj6K5D
MZAyUj5kAroZrqTpMB3T2V5ENRBbvbdN4h5As3ErPjptcXhJWVE/6tEUUDzGSoeK
Rr4zf8Ye8SY=
=R3xR
-END PGP SIGNATURE-


Accepted:
dehydra_0.9.hg20120525-1.diff.gz
  to main/d/dehydra/dehydra_0.9.hg20120525-1.diff.gz
dehydra_0.9.hg20120525-1.dsc
  to main/d/dehydra/dehydra_0.9.hg20120525-1.dsc
dehydra_0.9.hg20120525-1_amd64.deb
  to main/d/dehydra/dehydra_0.9.hg20120525-1_amd64.deb
dehydra_0.9.hg20120525.orig.tar.gz
  to main/d/dehydra/dehydra_0.9.hg20120525.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/e1sak0t-0004gg...@franck.debian.org



Accepted libcatalyst-manual-perl 5.9004-1 (source all)

2012-06-02 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 May 2012 22:31:02 +0200
Source: libcatalyst-manual-perl
Binary: libcatalyst-manual-perl
Architecture: source all
Version: 5.9004-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting fschl...@zedat.fu-berlin.de
Description: 
 libcatalyst-manual-perl - developer's manual for Catalyst
Changes: 
 libcatalyst-manual-perl (5.9004-1) unstable; urgency=low
 .
   * Imported Upstream version 5.9004.
   * Bumped Standards-Version to 3.9.3 (refreshing debian/copyright to use
 copyright-format 1.0).
Checksums-Sha1: 
 5f74d4a42e7cb57633712be861c8cf8ea94d9358 1659 
libcatalyst-manual-perl_5.9004-1.dsc
 3ed1a96151a9c7a5c7dc6a8c5ad3bafe37b9cfd4 190162 
libcatalyst-manual-perl_5.9004.orig.tar.gz
 ca3f0117838632fce5781df889f978ce220a3ed1 9252 
libcatalyst-manual-perl_5.9004-1.debian.tar.gz
 f0adb4ea936ffea5135cfc2391e474e2e824ee8c 429052 
libcatalyst-manual-perl_5.9004-1_all.deb
Checksums-Sha256: 
 da0be48c9fb7b303f64f7c9d06c760b59f7e54f9377696cdd73e1baf542cdea5 1659 
libcatalyst-manual-perl_5.9004-1.dsc
 5d7569ed0b161d4362115efb2e3cf138ac88a16df514899a24a7ee6d1e40fd2d 190162 
libcatalyst-manual-perl_5.9004.orig.tar.gz
 0f44e42a990206eb3241f8b010cb6409da4b44191746dc110ff24bdfe3625e0b 9252 
libcatalyst-manual-perl_5.9004-1.debian.tar.gz
 73b6b0ba70387805cc248e62046c47c530fe122656ccc4128cccbc8cd1dd5f7b 429052 
libcatalyst-manual-perl_5.9004-1_all.deb
Files: 
 cb676ccf80b831a05b73e634738bfccc 1659 perl optional 
libcatalyst-manual-perl_5.9004-1.dsc
 9683073fefb1df4928498b1b64f5ffe8 190162 perl optional 
libcatalyst-manual-perl_5.9004.orig.tar.gz
 edded0290a9f0d7a74343dc4691714f7 9252 perl optional 
libcatalyst-manual-perl_5.9004-1.debian.tar.gz
 ad0ec19829ae63c73e4f44f8baa8c3dd 429052 perl optional 
libcatalyst-manual-perl_5.9004-1_all.deb

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

iEYEARECAAYFAk/JzCEACgkQCY2uR+47wnktOwCfaZElUbACWiwPe626s7peFkdk
09cAoKwPzHZwNozxcPa059XAUUE25BAD
=DRsf
-END PGP SIGNATURE-


Accepted:
libcatalyst-manual-perl_5.9004-1.debian.tar.gz
  to 
main/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9004-1.debian.tar.gz
libcatalyst-manual-perl_5.9004-1.dsc
  to main/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9004-1.dsc
libcatalyst-manual-perl_5.9004-1_all.deb
  to main/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9004-1_all.deb
libcatalyst-manual-perl_5.9004.orig.tar.gz
  to 
main/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9004.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/e1sak4e-0004cw...@franck.debian.org



Accepted libxml2 2.8.0+dfsg1-2 (source all amd64)

2012-06-02 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jun 2012 15:09:37 +0800
Source: libxml2
Binary: libxml2 libxml2-utils libxml2-utils-dbg libxml2-dev libxml2-dbg 
libxml2-doc python-libxml2 python-libxml2-dbg
Architecture: source amd64 all
Version: 2.8.0+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group debian-xml-sgml-p...@lists.alioth.debian.org
Changed-By: Aron Xu a...@debian.org
Description: 
 libxml2- GNOME XML library
 libxml2-dbg - Debugging symbols for the GNOME XML library
 libxml2-dev - Development files for the GNOME XML library
 libxml2-doc - Documentation for the GNOME XML library
 libxml2-utils - XML utilities
 libxml2-utils-dbg - XML utilities (debug extension)
 python-libxml2 - Python bindings for the GNOME XML library
 python-libxml2-dbg - Python bindings for the GNOME XML library (debug 
extension)
Closes: 674474
Changes: 
 libxml2 (2.8.0+dfsg1-2) unstable; urgency=low
 .
   * debian/control:
 - Remove M-A: same from libxml2-dev (Closes: #674474).
 - Add M-A: foreign to libxml2-doc.
   * debian/rules:
 - Style change on calling dh using --with.
 - Enable all hardening features.
 - The sed command for removing DEB_HOST_MULTIARCH is not reverted
   because it's generally a good idea to avoid it here.
   * lintian-overrides:
 - libxml2: package-name-doesnt-match-sonames
 - python-libxml2-dbg: hardening-no-fortify-functions
Checksums-Sha1: 
 6744cf22d8e65563d5d169c7a0dc0c7f94611b98 2139 libxml2_2.8.0+dfsg1-2.dsc
 9cfbf81f36d6cd4bf8a710e2fc62cb9a7b5e75d8 27735 
libxml2_2.8.0+dfsg1-2.debian.tar.gz
 e957eae8cffbcc9d37598f9a56d889684730088f 902582 libxml2_2.8.0+dfsg1-2_amd64.deb
 b50aeefd70f6041ed92882f991ddc49f305a06d5 95952 
libxml2-utils_2.8.0+dfsg1-2_amd64.deb
 a9d775c3c2fadee2d97f37a5fc79a1398e42035d 126426 
libxml2-utils-dbg_2.8.0+dfsg1-2_amd64.deb
 9f7658fabbbe47a82d4e4503dd800448eb5521bd 898602 
libxml2-dev_2.8.0+dfsg1-2_amd64.deb
 504e9947a16d2689f4422249423265d649e9cb3c 1399328 
libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
 f6ec9a2182ba67a1f9c80172a11c9b7d5c1ebd05 1355380 
libxml2-doc_2.8.0+dfsg1-2_all.deb
 7a8b20f4ad3fb073fb6141078990d6c22cdacef0 344956 
python-libxml2_2.8.0+dfsg1-2_amd64.deb
 f9f81928873d9bd0f0d99ec3ef9e5ed2ee3c4a88 726720 
python-libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
Checksums-Sha256: 
 724b1d545868a9f148a042457114c24dab1ef0e90ab9e956713f6bcae0ad28c4 2139 
libxml2_2.8.0+dfsg1-2.dsc
 6f3947ecce7c8c1bf5b844767be1fffc53e56757840c541384213345686f57e9 27735 
libxml2_2.8.0+dfsg1-2.debian.tar.gz
 f5730a3c1b691ee6bd9f2c89a4edfce9bf4c7b991be99eb915daa12fbfa89970 902582 
libxml2_2.8.0+dfsg1-2_amd64.deb
 3be62b1f1b16d3692293400f76b9c457f40c7f64a225b3fd84c321cee8b67055 95952 
libxml2-utils_2.8.0+dfsg1-2_amd64.deb
 c9b6a84c1f9d0b6690eaf3eff47a4b51107acabbc607281458cea36245c3e979 126426 
libxml2-utils-dbg_2.8.0+dfsg1-2_amd64.deb
 ff129fc54fde18c3139b8e127c53535489cf87fe314f88f95c73dfaf1910f500 898602 
libxml2-dev_2.8.0+dfsg1-2_amd64.deb
 5d4509ee8bb56064fbde35b3b454f50cad69ef8d7ed3533f70d208cfcb9fde60 1399328 
libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
 022569043761bd082bd54cf2bb730ca5b575e52045c9a5f1d00d120bb41de894 1355380 
libxml2-doc_2.8.0+dfsg1-2_all.deb
 d88095ed81ec5a560b73bb2044c29ebdfb81f7f9656f6e521aa435484838303f 344956 
python-libxml2_2.8.0+dfsg1-2_amd64.deb
 9ef142029d793322fed249183118c409ddc5a8da418849bd25e486754417954f 726720 
python-libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
Files: 
 d0dc48f0b2881f13124b2bbfddbb946a 2139 libs optional libxml2_2.8.0+dfsg1-2.dsc
 becbd4485dbe2b395b51cfab158d308e 27735 libs optional 
libxml2_2.8.0+dfsg1-2.debian.tar.gz
 9c0b8fa69467acd60234f21171f755d4 902582 libs standard 
libxml2_2.8.0+dfsg1-2_amd64.deb
 06f1b5bfb8c7665726fb204780a58ec8 95952 text optional 
libxml2-utils_2.8.0+dfsg1-2_amd64.deb
 1586ee5bf4b99c1d72eecbde7686971c 126426 debug extra 
libxml2-utils-dbg_2.8.0+dfsg1-2_amd64.deb
 36d5a37ea2e52e86a852f6d1ebd82dc0 898602 libdevel optional 
libxml2-dev_2.8.0+dfsg1-2_amd64.deb
 20729dc924735aeaa5e87dcb031d0e05 1399328 debug extra 
libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
 4f5a3626711de86f9ec7402d82f7f5f6 1355380 doc optional 
libxml2-doc_2.8.0+dfsg1-2_all.deb
 85d406b0d66ed86e6eb4127a5e2da4a3 344956 python optional 
python-libxml2_2.8.0+dfsg1-2_amd64.deb
 b4e1628cb350a2ab87f7fe6b3a12eba8 726720 debug extra 
python-libxml2-dbg_2.8.0+dfsg1-2_amd64.deb

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

iQEcBAEBCgAGBQJPydNNAAoJEIAhAkTu07wNUf0H/0d+HdbpKwYvODBqxdsBbb5s
C787AJOD4zojZ0JEtBnc6lwsWAmzcixcsODWX80UiY/8605fsZ4a3f1QUvTNypY5
8fc0cxcgWnHHQFyMgnfZB+AQE3NO+uPaLhk8avQ9RkSF+jSy6CMcx15vyulFbA7u
u2VyzUveWBvmQAJfysF2QmqkyJFbTrbG4ngoH5JutmkzwTC075JHpR1RFevbf5DO
1Q5en1rggM2KNpNmXb9YqNgbYRFvGQ8QjX1jfr3xMk+Y1Pk0rKgBEMc9bWh2UkLo
POyd8ExYkivwaO9IkJefMJ5pemz1aVYEpQAwGdiuo7FzBA2MEO8o8Nk0/5vQ0hY=
=gHzb
-END PGP SIGNATURE-


Accepted:
libxml2-dbg_2.8.0+dfsg1-2_amd64.deb
  to main/libx/libxml2/libxml2-dbg_2.8.0+dfsg1-2_amd64.deb

Accepted gmp-doc 5.0.5-1 (source all)

2012-06-02 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 04:04:45 -0500
Source: gmp-doc
Binary: gmp-doc
Architecture: source all
Version: 5.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 gmp-doc- GMP (Multiprecision arithmetic library) documentation
Changes: 
 gmp-doc (5.0.5-1) unstable; urgency=low
 .
   * New upstream.
Checksums-Sha1: 
 a4401e18cf077049fe2e69acbbcaabfaf3844d95 1031 gmp-doc_5.0.5-1.dsc
 57dca3d0221fe93b8ba8187b3e80e84acc3a15c7 398044 gmp-doc_5.0.5.orig.tar.gz
 531f3d8453a0e4d54f3bf1a7458f5d7b21ced06c 1820 gmp-doc_5.0.5-1.diff.gz
 3f452b07ad59eb0da0790eb726f59e884dc31c21 922652 gmp-doc_5.0.5-1_all.deb
Checksums-Sha256: 
 5efa42a896e83b90ab2bf8e3e81d265dd05bd71dba9a590a131007e43563e944 1031 
gmp-doc_5.0.5-1.dsc
 75ecb06545ed5f84b7e8f13b542fa10e23aa7aacebabc7cf4250a3bd0ad0ea5f 398044 
gmp-doc_5.0.5.orig.tar.gz
 2b7dd314d0d41a3bcc3aa71318e4f36ef3978ae087b51f39ea6978f01ca53fd1 1820 
gmp-doc_5.0.5-1.diff.gz
 68eace625fc7540f2fcf2b23bf456f8a7327faa15deb7cf53c3ed853d8aee4bc 922652 
gmp-doc_5.0.5-1_all.deb
Files: 
 e8f3f0ff15d2f454a040ed6388025055 1031 non-free/doc optional gmp-doc_5.0.5-1.dsc
 9385081322641006ed4f72b9c0f973b6 398044 non-free/doc optional 
gmp-doc_5.0.5.orig.tar.gz
 e75cef4ee17dd9f67c8285544f212995 1820 non-free/doc optional 
gmp-doc_5.0.5-1.diff.gz
 f331dfa59c80d008d8b4f187bbb252c4 922652 non-free/doc optional 
gmp-doc_5.0.5-1_all.deb

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

iD8DBQFPydmy0i2bPSHbMcURAsIWAJ0b40/iILsOH4oViPPpVhKVZWixUgCeODSN
Pzhzi+lo1Kw4pvn0gly74OA=
=jMS6
-END PGP SIGNATURE-


Accepted:
gmp-doc_5.0.5-1.diff.gz
  to non-free/g/gmp-doc/gmp-doc_5.0.5-1.diff.gz
gmp-doc_5.0.5-1.dsc
  to non-free/g/gmp-doc/gmp-doc_5.0.5-1.dsc
gmp-doc_5.0.5-1_all.deb
  to non-free/g/gmp-doc/gmp-doc_5.0.5-1_all.deb
gmp-doc_5.0.5.orig.tar.gz
  to non-free/g/gmp-doc/gmp-doc_5.0.5.orig.tar.gz


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



Accepted citadel 8.11-2 (source all amd64)

2012-06-02 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 11:55:06 +0200
Source: citadel
Binary: citadel-server citadel-mta citadel-client citadel-doc citadel-dbg
Architecture: source amd64 all
Version: 8.11-2
Distribution: unstable
Urgency: low
Maintainer: Debian Citadel Team pkg-citadel-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 citadel-client - complete and feature-rich groupware server (command line 
client)
 citadel-dbg - complete and feature-rich groupware server - debugging symbols
 citadel-doc - complete and feature-rich groupware server (documentation)
 citadel-mta - complete and feature-rich groupware server (mail transport agent)
 citadel-server - complete and feature-rich groupware server
Closes: 675553
Changes: 
 citadel (8.11-2) unstable; urgency=low
 .
   * Repaired French translation. (Closes: #675553)
Checksums-Sha1: 
 33a5e68f28a97e5896c96dd51796b76484ff37ac 1764 citadel_8.11-2.dsc
 bd32f3abb1f094bb8bd1b76aab39b3ea95aeafaf 45947 citadel_8.11-2.diff.gz
 8236fdf97eca604c5aaf8ed9964bad0324a56a9e 428036 citadel-server_8.11-2_amd64.deb
 27e2a996627ac4822736c3e72234297538194b6a 11644 citadel-mta_8.11-2_amd64.deb
 7b54fca16a98cfc1cefcd9a71e94e3870fd537da 104850 citadel-client_8.11-2_amd64.deb
 fe8c0b34a70e8cb8486194b319180245bd52d5db 38890 citadel-doc_8.11-2_all.deb
 0e9f356d92048775eb97c5669214493c87d0b847 2109946 citadel-dbg_8.11-2_amd64.deb
Checksums-Sha256: 
 7a404f6cf317441823920a7bbdd9582048c3238726e7a8c4df462190f2146d1c 1764 
citadel_8.11-2.dsc
 8403db130702597530d49544af2ba084fc2309dd6c2e5acadd7df179ad782126 45947 
citadel_8.11-2.diff.gz
 0fd9042a54da0a32b02ebde3b534bc795b5b7e7619a123d2561a675cf996 428036 
citadel-server_8.11-2_amd64.deb
 852271889b5775b9adf54ad51f4cd2f7545091c5ff005e30cf05a3f4274a9dd3 11644 
citadel-mta_8.11-2_amd64.deb
 7e47569869b0d7ab29666eb7ff11e0e4cf15b6b381d426ac7972b4e718b14e80 104850 
citadel-client_8.11-2_amd64.deb
 193d2f87606333eba5a92216f5c4e91421df84b16aff90d520ea892bbee050dc 38890 
citadel-doc_8.11-2_all.deb
 99019d6f6b673a36dff9f4089e58bf4d62e7bcec0a7dc2a2eaf7426c22f0ba2b 2109946 
citadel-dbg_8.11-2_amd64.deb
Files: 
 44da35ff84ee99be2e49cf7bdee1640b 1764 mail extra citadel_8.11-2.dsc
 e9f26298cc3fa98f9aba88a09bfc2e04 45947 mail extra citadel_8.11-2.diff.gz
 497554958c4404c36ff4a6aea965eac2 428036 mail extra 
citadel-server_8.11-2_amd64.deb
 f926ca4ad50b193d9afd290f0e3e56a4 11644 mail extra citadel-mta_8.11-2_amd64.deb
 8b256a41711b6cc4dfe27aeef2d16a36 104850 mail extra 
citadel-client_8.11-2_amd64.deb
 68a549ecae2443a0cc73cf97c93cad7c 38890 doc extra citadel-doc_8.11-2_all.deb
 2add25a64789e8291928805c774b9c2e 2109946 debug extra 
citadel-dbg_8.11-2_amd64.deb

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

iD8DBQFPyeOeVkEm8inxm9ERAjfzAJ9FIn6CYdNg8BN63xqUEHPJq/LEAgCfcpTB
BaV5+5vrcBi9EgcQxJ8gvvU=
=koTY
-END PGP SIGNATURE-


Accepted:
citadel-client_8.11-2_amd64.deb
  to main/c/citadel/citadel-client_8.11-2_amd64.deb
citadel-dbg_8.11-2_amd64.deb
  to main/c/citadel/citadel-dbg_8.11-2_amd64.deb
citadel-doc_8.11-2_all.deb
  to main/c/citadel/citadel-doc_8.11-2_all.deb
citadel-mta_8.11-2_amd64.deb
  to main/c/citadel/citadel-mta_8.11-2_amd64.deb
citadel-server_8.11-2_amd64.deb
  to main/c/citadel/citadel-server_8.11-2_amd64.deb
citadel_8.11-2.diff.gz
  to main/c/citadel/citadel_8.11-2.diff.gz
citadel_8.11-2.dsc
  to main/c/citadel/citadel_8.11-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/e1sal9w-0002m9...@franck.debian.org



Accepted telepathy-glib 0.19.0-1 (source all amd64)

2012-06-02 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 11:16:04 +0200
Source: telepathy-glib
Binary: libtelepathy-glib0 libtelepathy-glib-dev libtelepathy-glib0-dbg 
libtelepathy-glib-doc gir1.2-telepathyglib-0.12
Architecture: source amd64 all
Version: 0.19.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-telepathyglib-0.12 - GLib Telepathy connection manager library 
(GObject-Introspection)
 libtelepathy-glib-dev - GLib Telepathy connection manager library (headers)
 libtelepathy-glib-doc - GLib Telepathy library (documentation)
 libtelepathy-glib0 - Telepathy framework - GLib library
 libtelepathy-glib0-dbg - GLib Telepathy library (debug symbols)
Changes: 
 telepathy-glib (0.19.0-1) experimental; urgency=low
 .
   * New upstream release
   * d/p/Hide-GList-based-contact-info-typedefs-from-g-ir-sca.patch:
 + Added. Fix build failures with recent vapigen (From upstream git)
   * debian/libtelepathy-glib0.symbols:
 + Update symbols file
Checksums-Sha1: 
 2fe8b987b45ba14a23abe2b137288e886e455ca0 2169 telepathy-glib_0.19.0-1.dsc
 8a08e19b307105b6671c91cfd122b95a1981276e 3645153 
telepathy-glib_0.19.0.orig.tar.gz
 85606b3619d72d1fcc3aba82ad18d51ed336d836 33234 
telepathy-glib_0.19.0-1.debian.tar.gz
 7aa9b5fa1c1403edbb2cb911c5e298eed34c5abf 882678 
libtelepathy-glib0_0.19.0-1_amd64.deb
 b8921fe2d2670f98b82231854ba8429832e01330 1403572 
libtelepathy-glib-dev_0.19.0-1_amd64.deb
 cb2549d7a36dd3a19f9cf331bf9f82c7941dc707 2256200 
libtelepathy-glib0-dbg_0.19.0-1_amd64.deb
 1df830a024bee627b88d45b817c2c245cbe9b0cf 1445602 
libtelepathy-glib-doc_0.19.0-1_all.deb
 1b264045eda8bfb0348951370eb7a57d9d18bf23 62836 
gir1.2-telepathyglib-0.12_0.19.0-1_amd64.deb
Checksums-Sha256: 
 eb2f2baa5eb1a0ae1bf10a1509e521658ac93d3c53e6fa15fd46b7169d1b67f6 2169 
telepathy-glib_0.19.0-1.dsc
 f2ed6a5207cb579f6807f6f37d4d379a65208c3e094288e57655238b7afd3d66 3645153 
telepathy-glib_0.19.0.orig.tar.gz
 ee62305cd74e17bd1c2b5e13f08bc265b895dca99c9f9de6f00c957064494b59 33234 
telepathy-glib_0.19.0-1.debian.tar.gz
 6f5229529a1ec4b8cb315d5b7b5f09c671f8d3769d76cebb9c6e84f1ce408058 882678 
libtelepathy-glib0_0.19.0-1_amd64.deb
 c2c8c57dc882cc42acfa693ddaf55d1c43872c34c59968b37cf28da68a4dff21 1403572 
libtelepathy-glib-dev_0.19.0-1_amd64.deb
 18349c3ccb1d1cf9f1c9c5d48b09efdaf11207b51ffa0867548f84eb9477eaaa 2256200 
libtelepathy-glib0-dbg_0.19.0-1_amd64.deb
 c8777e3ddd93d26d67a2c650dcb8fba1cb0295d48bfcc93c5f2e05a3144c4a53 1445602 
libtelepathy-glib-doc_0.19.0-1_all.deb
 1a791da10d2a05f4f6088c9822cd202b8eaa6f4cb8b5f542e729c32270bc7ee6 62836 
gir1.2-telepathyglib-0.12_0.19.0-1_amd64.deb
Files: 
 7272f762e14a09a98d64bd40bfe73ef5 2169 libs optional telepathy-glib_0.19.0-1.dsc
 a4a01b748b6b7134853a561228fe70e4 3645153 libs optional 
telepathy-glib_0.19.0.orig.tar.gz
 b6c2742374a3b673df2e518dfde0e4dc 33234 libs optional 
telepathy-glib_0.19.0-1.debian.tar.gz
 fb2076d0b19506efe0b2026204bd9f25 882678 libs optional 
libtelepathy-glib0_0.19.0-1_amd64.deb
 22eb341bf2e60e5cecd51f048ebc2c41 1403572 libdevel optional 
libtelepathy-glib-dev_0.19.0-1_amd64.deb
 2ee6753968c1388a32e8e0df07e7b3e9 2256200 debug extra 
libtelepathy-glib0-dbg_0.19.0-1_amd64.deb
 499c678885cb0cf417cdadb5904b6af3 1445602 doc optional 
libtelepathy-glib-doc_0.19.0-1_all.deb
 b8f24abad81408a3d01f3a491905be86 62836 introspection optional 
gir1.2-telepathyglib-0.12_0.19.0-1_amd64.deb

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

iEYEARECAAYFAk/J4vUACgkQgTd+SodosdKIowCgpmuRmy35mcJEx8lgA4eLF5US
MlgAoKjZrZYIGv6Ai+KJYL7BWkhT065r
=kM/W
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathyglib-0.12_0.19.0-1_amd64.deb
  to main/t/telepathy-glib/gir1.2-telepathyglib-0.12_0.19.0-1_amd64.deb
libtelepathy-glib-dev_0.19.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib-dev_0.19.0-1_amd64.deb
libtelepathy-glib-doc_0.19.0-1_all.deb
  to main/t/telepathy-glib/libtelepathy-glib-doc_0.19.0-1_all.deb
libtelepathy-glib0-dbg_0.19.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0-dbg_0.19.0-1_amd64.deb
libtelepathy-glib0_0.19.0-1_amd64.deb
  to main/t/telepathy-glib/libtelepathy-glib0_0.19.0-1_amd64.deb
telepathy-glib_0.19.0-1.debian.tar.gz
  to main/t/telepathy-glib/telepathy-glib_0.19.0-1.debian.tar.gz
telepathy-glib_0.19.0-1.dsc
  to main/t/telepathy-glib/telepathy-glib_0.19.0-1.dsc
telepathy-glib_0.19.0.orig.tar.gz
  to main/t/telepathy-glib/telepathy-glib_0.19.0.orig.tar.gz


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



Accepted wfmath 0.3.12-3 (source all amd64)

2012-06-02 Thread Stephen M. Webb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 May 2012 09:17:22 -0400
Source: wfmath
Binary: libwfmath-0.3-6 libwfmath-0.3-dev libwfmath-doc libwfmath-0.3-6-dbg
Architecture: all amd64 source
Version: 0.3.12-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen M. Webb stephen.w...@bregmasoft.ca
Closes: 671956
Description: 
 libwfmath-0.3-6 - WorldForge math library
 libwfmath-0.3-6-dbg - WorldForge math library - debugging library
 libwfmath-0.3-dev - WorldForge math library - development files
 libwfmath-doc - WorldForge math library - API documentation
Changes: 
 wfmath (0.3.12-3) unstable; urgency=low
 .
   * added more symbols (closes: #671956)
   * debian/control: updated Standards-Version to 3.9.3 (no changes)
   * incorporated and acknowledged NMU (thanks Matthias)
Checksums-Sha1: 
 0dbe987d26e8c30ceaff310a509be2f5ce240ff9 2095 wfmath_0.3.12-3.dsc
 30ad6026143d518bff0ddfb23d88aaea5ea0273a 11627 wfmath_0.3.12-3.debian.tar.gz
 d3818170e0f44e750f926ed779a42e6dcda43f19 112944 
libwfmath-0.3-6_0.3.12-3_amd64.deb
 ee9e62d0e7424039cda80b8e5026de8fcd0140f0 61424 
libwfmath-0.3-dev_0.3.12-3_amd64.deb
 5f5a9d795294ce48d3d996ecfd642c9fed9075f6 141958 libwfmath-doc_0.3.12-3_all.deb
 c56375b245340e7c7c7e4d8ce1ee551deda51cce 577388 
libwfmath-0.3-6-dbg_0.3.12-3_amd64.deb
Checksums-Sha256: 
 bc094f7f018956f922b61ec8f02347361edc0b16df857be25814f124c5dd0c66 2095 
wfmath_0.3.12-3.dsc
 418597fb3af5b35c10751000bb957c6c9ae354b167fa9b60c569020978fab98f 11627 
wfmath_0.3.12-3.debian.tar.gz
 e21d4c1009b0d7a6e5a799f5e2cc50c125856f080aaafbb19bb3dbeda721eacf 112944 
libwfmath-0.3-6_0.3.12-3_amd64.deb
 21158b8d84e9fdea1a71d4d58192de64bc94e3547bd886fb9bc9c30b5d7ff390 61424 
libwfmath-0.3-dev_0.3.12-3_amd64.deb
 be713cb9f2432b0e2d9608f1d6c9ed6df65141a7d33727522b613c8642cb503c 141958 
libwfmath-doc_0.3.12-3_all.deb
 41005b6de6abd83ad085a9c37fa88917f3e0e2038c1d10ca2c27327a9a680dff 577388 
libwfmath-0.3-6-dbg_0.3.12-3_amd64.deb
Files: 
 cac00fd2d825af83442e9b3fd7e5e525 2095 libs optional wfmath_0.3.12-3.dsc
 ae0fe1bc024670f11eb6006568c417c7 11627 libs optional 
wfmath_0.3.12-3.debian.tar.gz
 15d3dfed0d1ea69fa511718691db3424 112944 libs optional 
libwfmath-0.3-6_0.3.12-3_amd64.deb
 83b0babd446f3914dba634d492858700 61424 libdevel optional 
libwfmath-0.3-dev_0.3.12-3_amd64.deb
 db937ea53950dd344fa72c032583a015 141958 doc optional 
libwfmath-doc_0.3.12-3_all.deb
 a3e0c39555a428358195ce73f5be3328 577388 debug extra 
libwfmath-0.3-6-dbg_0.3.12-3_amd64.deb

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

iQIcBAEBCgAGBQJPyeE7AAoJEIATJTTdNH3IIYIP/3JWuyQ65W3dA82TUxzyHwdp
Cjkc0WGL6Txb1H3dZfAcyauOc8J5xZSi+uhj7vYFa0gdU2rQUTqYuYYOznfnZudk
uttnWBBJIqTQYg9vYm73XBDHptuoEFGvo/kshnI6D2ovcrBVPbkf0o/JV6RkGGMG
q6IA2eVAHLN2W5R8RdF62Jr9/n5WOqony1QMEqOKOPGw26fDqTNV6WIqSuvYsqy+
v290UBnzScqVfZjgkZePhQUHjLpwpbdZJ9hvoGwhvDuKlR0VyYZCx6LYonLH8mZp
9Txp9ByGlSkuNeZLQudihLUEBAca666AFWyYu2dNyWdBi0hsZfbdJWw/vDF3/h5m
h2acBLvsqRP+CWD2vKTAzUnKdpbLf7KhDVjsjpXDzpu/BCHNdNGPujAUOy+X0k3R
3YGXeufBU4aPK6+LO2oR+UTJe/TvlO72AA5nuxOYlUwk8oJEElE3SIPXZeyT0Hz4
Kd0cBXguVth6SxXncrsYGShH9MMsjzz/BnqSIZk2RwEETC0jDqYhAjxSc7K9mbKt
o0shKNSREijIi5Z8jHdlE2rklhWMzkKrcch8uId3YkgKEee0qO9DC7xwronO85rC
Ky3Ncblu7dvHTJGcw7RVH/s8Z/XBk8xEV3gO/ZZhFhqRn7adRWQLsAl23q7VQL1f
94FcDzyJe6ctOMpsZz8X
=3lWH
-END PGP SIGNATURE-


Accepted:
libwfmath-0.3-6-dbg_0.3.12-3_amd64.deb
  to main/w/wfmath/libwfmath-0.3-6-dbg_0.3.12-3_amd64.deb
libwfmath-0.3-6_0.3.12-3_amd64.deb
  to main/w/wfmath/libwfmath-0.3-6_0.3.12-3_amd64.deb
libwfmath-0.3-dev_0.3.12-3_amd64.deb
  to main/w/wfmath/libwfmath-0.3-dev_0.3.12-3_amd64.deb
libwfmath-doc_0.3.12-3_all.deb
  to main/w/wfmath/libwfmath-doc_0.3.12-3_all.deb
wfmath_0.3.12-3.debian.tar.gz
  to main/w/wfmath/wfmath_0.3.12-3.debian.tar.gz
wfmath_0.3.12-3.dsc
  to main/w/wfmath/wfmath_0.3.12-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/e1salc0-0002q3...@franck.debian.org



Accepted pam-dbus 0.2.1-1 (source all amd64)

2012-06-02 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 12:03:42 +0200
Source: pam-dbus
Binary: libpam-dbus pam-dbus-notify
Architecture: source amd64 all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner nome...@debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libpam-dbus - A PAM module which asks the logged in user for confirmation
 pam-dbus-notify - Handler for the pam-dbus module, using notification-daemon
Closes: 675535
Changes: 
 pam-dbus (0.2.1-1) unstable; urgency=low
 .
   * New upstream release, Closes: #675535
Checksums-Sha1: 
 3227c1d159faedfa0a336adbed7f19c416b97af8 1146 pam-dbus_0.2.1-1.dsc
 e70f530d19a60e512fbb290188258f9b99bc1ba0 344618 pam-dbus_0.2.1.orig.tar.gz
 ab51d1607991e66374a4f1161bbe7eb6b3343de1 1771 pam-dbus_0.2.1-1.debian.tar.gz
 ab29492a630f4d8c4093b848b35020d3d260ed34 5584 libpam-dbus_0.2.1-1_amd64.deb
 d6d80cad53b08dac49f8ce18258c3c011e6f06f7 3092 pam-dbus-notify_0.2.1-1_all.deb
Checksums-Sha256: 
 f37c7eece2dc54ab7996fbc36334461eb86ed226600409787f930c7c4dab5861 1146 
pam-dbus_0.2.1-1.dsc
 2564549a62a0c1b9ba1430fb8824c261a4b8027fea043e2ac4d653aa79e35cdb 344618 
pam-dbus_0.2.1.orig.tar.gz
 5068b29938912aa317b111eeb431a39a8ba3670e7c800ca1499ca16c5d198639 1771 
pam-dbus_0.2.1-1.debian.tar.gz
 aaa839c453368dd690b699a5eb9c11f60a36b958cf81332dd33720561fd10719 5584 
libpam-dbus_0.2.1-1_amd64.deb
 9c2c83916f1c81ea3a579247ff8954179f6ff3aec78258bb2910f0c496023232 3092 
pam-dbus-notify_0.2.1-1_all.deb
Files: 
 653ab58d85e3eff85cb9692ba4f5e1e7 1146 admin optional pam-dbus_0.2.1-1.dsc
 4c59e1b8d1f709f93299a0b852587730 344618 admin optional 
pam-dbus_0.2.1.orig.tar.gz
 0273d0d7ab0b4b948c5b24c2bacd67de 1771 admin optional 
pam-dbus_0.2.1-1.debian.tar.gz
 e6273651b61e5d6cbf3c0591b6eccff3 5584 admin optional 
libpam-dbus_0.2.1-1_amd64.deb
 3a5490c8cd311614a34c3fefdbc7c35d 3092 admin optional 
pam-dbus-notify_0.2.1-1_all.deb

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

iEYEARECAAYFAk/J5VUACgkQ9ijrk0dDIGzfTQCff8ntd344UPwTR8g7kAS7OCv2
cOgAn0CxXEGDGPdVUAhQX/OlpgUN7qbU
=Lvb2
-END PGP SIGNATURE-


Accepted:
libpam-dbus_0.2.1-1_amd64.deb
  to main/p/pam-dbus/libpam-dbus_0.2.1-1_amd64.deb
pam-dbus-notify_0.2.1-1_all.deb
  to main/p/pam-dbus/pam-dbus-notify_0.2.1-1_all.deb
pam-dbus_0.2.1-1.debian.tar.gz
  to main/p/pam-dbus/pam-dbus_0.2.1-1.debian.tar.gz
pam-dbus_0.2.1-1.dsc
  to main/p/pam-dbus/pam-dbus_0.2.1-1.dsc
pam-dbus_0.2.1.orig.tar.gz
  to main/p/pam-dbus/pam-dbus_0.2.1.orig.tar.gz


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



Accepted libpst 0.6.54-1 (source amd64)

2012-06-02 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Jun 2012 20:10:53 +0200
Source: libpst
Binary: libpst4 libpst-dev pst-utils libpst4-dbg
Architecture: source amd64
Version: 0.6.54-1
Distribution: unstable
Urgency: low
Maintainer: Leo Costela cost...@debian.org
Changed-By: Leo Costela cost...@debian.org
Description: 
 libpst-dev - library for reading Microsoft Outlook PST files (development file
 libpst4- library for reading Microsoft Outlook PST files
 libpst4-dbg - debug symbols for libpst
 pst-utils  - tools for reading Microsoft Outlook PST files
Closes: 512909
Changes: 
 libpst (0.6.54-1) unstable; urgency=low
 .
   * upload to unstable to take-over package (see #512909)
   * [6046fa94] Imported Upstream version 0.6.54 (closes: 512909)
   * [4b606aa2] adding debian/watch
   * [2ba6de21] add debian/TODO
   * [bc915076] add Vcs-* headers; add breaks/replaces readpst
   * [1872122e] adding patch to store Status in mbox files
   * [7956254a] drop mbox_flags.patch (merged upstream)
   * [07cc5885] debian/copyright: update copyright years
   * [970d1ae5] add patch to build with --no-add-needed
   * [9fc8d5e9] register HTML docs with doc-base
   * [8d3b4707] update dont_build_debian_dir patch to use autoreconf
   * [0b128dd1] clarify short-description for libpst-dev
   * [20214026] drop chrpath usage; --disable-rpath now works
   * [7888d515] use hardening flags and build with --as-needed
   * [268d5e37] bump policy to 3.9.3 (no changes)
   * [187ef1a7] add patch to fix ax_boost_python.m4
Checksums-Sha1: 
 5b43988c3e1ad2c07bfdef4198945acb5a648185 1353 libpst_0.6.54-1.dsc
 a4713b87e330556acb0786b4efa975a3c739cd84 13438330 libpst_0.6.54.orig.tar.gz
 aaecd308d9c780f98b043119cf5e2087b2221432 4735 libpst_0.6.54-1.debian.tar.gz
 66dee00422976f7eae42b02cbf798713e843721e 95240 libpst4_0.6.54-1_amd64.deb
 9a81e0cf4f9cf7bc783159d72b6f683fef46fb72 775070 libpst-dev_0.6.54-1_amd64.deb
 6c7e0430c0c22bb7da412b912ab70d0374b65fa8 62556 pst-utils_0.6.54-1_amd64.deb
 12e257ceba1bb3a384d22bbba84da4469482f8ae 252652 libpst4-dbg_0.6.54-1_amd64.deb
Checksums-Sha256: 
 d4e94644a1794f3a86bf484d134f306778e502df95169641f5449f5b8c3cc954 1353 
libpst_0.6.54-1.dsc
 ff41023ee32a772f3e11fe5d5c65cff8fc0e91609e9d83bac877ce248593d0a2 13438330 
libpst_0.6.54.orig.tar.gz
 3d4b45dcb0fd89857293b82f384771d8d9fde0e8ddb35ee2385d093209208474 4735 
libpst_0.6.54-1.debian.tar.gz
 21e46a99e17a3760ee570c119d7a93cccf843b91eb301b7ecdee6f6211867535 95240 
libpst4_0.6.54-1_amd64.deb
 8047a86977ae69b64b36d524752036b1d5382f539658b520842cd2285835ef25 775070 
libpst-dev_0.6.54-1_amd64.deb
 ced755a760dd3b17fc432be810fd96875be3c6458378c1149356e98ac10c51b2 62556 
pst-utils_0.6.54-1_amd64.deb
 43d5ba2569525a76eb98cf1cf3ea81eda5dbfd80fa7f46b74fd2dd544ac29d58 252652 
libpst4-dbg_0.6.54-1_amd64.deb
Files: 
 5ac7b34cb3170f43a44576329fdddfdb 1353 utils extra libpst_0.6.54-1.dsc
 d8eb0629c9f54bcf40c1f1b029221241 13438330 utils extra libpst_0.6.54.orig.tar.gz
 a85fcc6c2cb96ce8bdf4ff002f68511a 4735 utils extra libpst_0.6.54-1.debian.tar.gz
 7fc027ee1f22d9a6ebe0f5746fcc6883 95240 libs extra libpst4_0.6.54-1_amd64.deb
 cc292c73a2b861b92ab5917b9f8589f9 775070 libdevel extra 
libpst-dev_0.6.54-1_amd64.deb
 1b7b9e1e3ee050a8d4603a50a40aeabc 62556 utils extra pst-utils_0.6.54-1_amd64.deb
 aef4c082c296b36cc6269660ecd13173 252652 debug extra 
libpst4-dbg_0.6.54-1_amd64.deb

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

iEYEARECAAYFAk/JWQYACgkQImLTb3rflGarPgCggIMgZNR2ct1BIe23NnW63UUw
Y8IAoMi9n8Vy/rZ6yaeAaVt2lduuOYry
=qFBw
-END PGP SIGNATURE-


Accepted:
libpst-dev_0.6.54-1_amd64.deb
  to main/libp/libpst/libpst-dev_0.6.54-1_amd64.deb
libpst4-dbg_0.6.54-1_amd64.deb
  to main/libp/libpst/libpst4-dbg_0.6.54-1_amd64.deb
libpst4_0.6.54-1_amd64.deb
  to main/libp/libpst/libpst4_0.6.54-1_amd64.deb
libpst_0.6.54-1.debian.tar.gz
  to main/libp/libpst/libpst_0.6.54-1.debian.tar.gz
libpst_0.6.54-1.dsc
  to main/libp/libpst/libpst_0.6.54-1.dsc
libpst_0.6.54.orig.tar.gz
  to main/libp/libpst/libpst_0.6.54.orig.tar.gz
pst-utils_0.6.54-1_amd64.deb
  to main/libp/libpst/pst-utils_0.6.54-1_amd64.deb


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



Accepted linphone 3.5.2-9 (source all amd64)

2012-06-02 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 11:25:11 +1000
Source: linphone
Binary: linphone linphone-nogtk linphone-common liblinphone4 liblinphone-dev 
libmediastreamer1 libmediastreamer-dev libortp8 libortp-dev linphone-dbg
Architecture: source amd64 all
Version: 3.5.2-9
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 liblinphone-dev - linphone web phone's library (supporting the SIP protocol)
 liblinphone4 - linphone's shared library part (supporting the SIP protocol)
 libmediastreamer-dev - linphone web phone's media library
 libmediastreamer1 - linphone web phone's media library
 libortp-dev - Real-time Transport Protocol stack
 libortp8   - Real-time Transport Protocol stack
 linphone   - SIP softphone - graphical client
 linphone-common - Shared components of the linphone SIP softphone
 linphone-dbg - Debugging symbols for linphone and its libraries
 linphone-nogtk - SIP softphone - console-only client
Closes: 404113 669501 674221 675389
Changes: 
 linphone (3.5.2-9) unstable; urgency=low
 .
   * NEW package linphone-nogtk - CLI interface without libgtk
 - Fixes linphonec segfaults without framebuffer  (Closes: #404113)
 - Fixes please make a package separate for CLI (Closes: #674221)
 - Fixes please rework the deb dependencies (Closes: #675389)
   * Fix FTBFS: linphonec.c:1432: undefined reference to
 `rl_attempted_completion_over' patch from Sebastian Ramacher
 (Closes: #669501)
   * Refresh Uploaders: last 12 months contribution
   * Add Build-Depends: libncurses5-dev, libreadline6-dev
Checksums-Sha1: 
 a2cf350cb01b31df705ea6499cf6375f3ddb3b1e 2260 linphone_3.5.2-9.dsc
 c2e3000bb6fc16a66f746c1fb156fe6ddb08076c 14880 linphone_3.5.2-9.debian.tar.gz
 cd2ae9dc14a2496dc073e01cf3cf13a4c643094a 94686 linphone_3.5.2-9_amd64.deb
 e91e682a4098a334d092a1ca02e34f9142654514 55586 linphone-nogtk_3.5.2-9_amd64.deb
 5bfb21ad5990a32ea1d9bfc4c323aa43617b85d2 6236442 
linphone-common_3.5.2-9_all.deb
 9e8b0e9017b0ad38351cf1650f285e21a15a37df 134390 liblinphone4_3.5.2-9_amd64.deb
 207a54124f7e4c9d4560430238f44e3aaf2ea522 31736 
liblinphone-dev_3.5.2-9_amd64.deb
 0ad8e190556a96c2a47114160ac7135ded0f4942 167266 
libmediastreamer1_3.5.2-9_amd64.deb
 4eb110e1b37c893dc26a0eb9e842b92945e6a62e 46098 
libmediastreamer-dev_3.5.2-9_amd64.deb
 26512f1543da4e738ea9e1b98e4bd5fc5111ad6c 76614 libortp8_3.5.2-9_amd64.deb
 e0ff6b0c0fc1be4c72faa82fe7f33a03273d8f38 212452 libortp-dev_3.5.2-9_amd64.deb
 138a48df3efc4fdddcf15c404805fa670ac82a49 1236894 linphone-dbg_3.5.2-9_amd64.deb
Checksums-Sha256: 
 0ec5511d3c04363da90859c3aab91fccda7af1c5deb555bd5ef9ec63e4fda88f 2260 
linphone_3.5.2-9.dsc
 8bba1c39a311d1c6711d63585c7eaa05935a8a5cc1184b03552487ff7c80edf0 14880 
linphone_3.5.2-9.debian.tar.gz
 447948ed5d5d90d5e83f41ece3c7ce392d37731ad3528fc42225a9669a6fa659 94686 
linphone_3.5.2-9_amd64.deb
 69bb7be75db8b382fc3f2f46eaae5af1d09a8a53b86b759b30243019146089f4 55586 
linphone-nogtk_3.5.2-9_amd64.deb
 f84406583cd97ef50df49949a1f120ad1c9ae2c4be01fd0a5491c41fcb20403c 6236442 
linphone-common_3.5.2-9_all.deb
 11878ff96ba6f0082b5ecd08894df91d3030a41651572725618890ecb4afe2c7 134390 
liblinphone4_3.5.2-9_amd64.deb
 00a11071ef9b3714ca54957fd9966f37abf38f61c89715142b06cd1393606609 31736 
liblinphone-dev_3.5.2-9_amd64.deb
 e20c65e1ff82a9b9bb0d2317d1f55928ac642156b69db4984858286a0ab0a389 167266 
libmediastreamer1_3.5.2-9_amd64.deb
 00458fb2bc7ce8798e67231d71e5a393fe6ed201c91593d852b7491364129109 46098 
libmediastreamer-dev_3.5.2-9_amd64.deb
 f7095f38a9c6c5e1f647071611f6f287094467c7a2fdf85d2e62fbdbdeca71c4 76614 
libortp8_3.5.2-9_amd64.deb
 bed0de1420879a147d6db7cefb845cac7d9bd556d39b596e5db1e57b09fcc0f8 212452 
libortp-dev_3.5.2-9_amd64.deb
 dc7d5621bcb32b52f3544678963dbb5b665eaa4e3394b0278fb20013c34f7307 1236894 
linphone-dbg_3.5.2-9_amd64.deb
Files: 
 dfd677420f5ac9cf5c1f86917f79fa11 2260 sound optional linphone_3.5.2-9.dsc
 d5c538759b2e2ca8b113ff075286f53e 14880 sound optional 
linphone_3.5.2-9.debian.tar.gz
 f24f8869ce620b040a6a33edde3c8acc 94686 sound optional 
linphone_3.5.2-9_amd64.deb
 98378050808b72a96511cd9edd5ac540 55586 sound optional 
linphone-nogtk_3.5.2-9_amd64.deb
 30193a78686df5a0761a7da2ccffc49e 6236442 sound optional 
linphone-common_3.5.2-9_all.deb
 a9d47330e68b2092236d7b011648d9c3 134390 libs optional 
liblinphone4_3.5.2-9_amd64.deb
 60d1c15464ac68a48789d90277fff735 31736 libdevel optional 
liblinphone-dev_3.5.2-9_amd64.deb
 bf0ee5f194c7ccca5deb6010b83973b3 167266 libs optional 
libmediastreamer1_3.5.2-9_amd64.deb
 93fa221ee60e740ca4c791936ffbcf86 46098 libdevel optional 
libmediastreamer-dev_3.5.2-9_amd64.deb
 579984c6b5597ae4e3557334597fa79f 76614 libs optional libortp8_3.5.2-9_amd64.deb
 f9964ee3bfef76b0d2096584bf86348b 212452 libdevel optional 
libortp-dev_3.5.2-9_amd64.deb
 6476ea373adcdf56a9ecbdec4cf873dc 1236894 debug extra 

Accepted netlib-java 0.9.3-1 (source all)

2012-06-02 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Mar 2012 14:15:20 +0200
Source: netlib-java
Binary: libnetlib-java
Architecture: source all
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Olivier Sallou osal...@debian.org
Description: 
 libnetlib-java - collection of mission-critical software components for linear 
alg
Closes: 665343
Changes: 
 netlib-java (0.9.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #665343)
Checksums-Sha1: 
 f008a00ff02cd7605973d926629a094b32a8489c 2098 netlib-java_0.9.3-1.dsc
 442f0d95b0cac39105aadb2e40fe0eb175c83099 750487 netlib-java_0.9.3.orig.tar.bz2
 12fefb0d7b50982ddc4fa9fcb2ab58dae615 3510 netlib-java_0.9.3-1.debian.tar.gz
 8ece73f9571f6ce44ce548d92801db680d229ca7 226118 libnetlib-java_0.9.3-1_all.deb
Checksums-Sha256: 
 b3e95362b8d6830b0d77bbc698af5d24d725f0c09323fab6f14b944aba97e238 2098 
netlib-java_0.9.3-1.dsc
 d062f317c65329e3c9784130fac82277d73f1d7cfc854158be8ab05efddd043e 750487 
netlib-java_0.9.3.orig.tar.bz2
 f43ed1d3c079857aabefdc5a56fa16b9abd777ca2b00ed041dabb2cc90983b9d 3510 
netlib-java_0.9.3-1.debian.tar.gz
 ab01134cacec90ff4d8b2037ef6461b44abcbd1da0fde6b3fe0d8589544b8b47 226118 
libnetlib-java_0.9.3-1_all.deb
Files: 
 9926b977e6d285fbaf8ef1d7fe61c9e5 2098 contrib/java optional 
netlib-java_0.9.3-1.dsc
 eb4a6d8f214c7d824f838e58b33f0ce2 750487 contrib/java optional 
netlib-java_0.9.3.orig.tar.bz2
 6936779820ea7f09a0aaccd999b53a90 3510 contrib/java optional 
netlib-java_0.9.3-1.debian.tar.gz
 9ae96b59ce0e2597658887a41fd59fa9 226118 contrib/java optional 
libnetlib-java_0.9.3-1_all.deb

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

iQIcBAEBCAAGBQJPxPtnAAoJEHjcaNsybYQ4c1AQAIsMXTY7EFnGkiiPtGxMAXc5
3FnDUei+shIKsS5UDZgM/Joml0CiSQGBLvTVt6wOqhSrN7ylrksCXeY/hDdHmXa2
RsA7nq2j8kWPaGt1sanKjEwwbID5b/aQdu1sgD/7cZJb1ToGKYmz6vyqnED2bmyY
sT66o2rX0b0+glGGZx4EllL6zk3B3GeA7IhljkEGM0MRuZ08qmeTLz0hPqSWldeG
ml+IOHzeJjLreM85PIx+ZJvp5SPehNtTDeT9hVappZzpJM/ZOeDpfgGy+aROQXtz
ZXoqyiCsdfouUPren82p6aGKXxwNVtYFpOGIpqCKMYaQ/nE93+sqH+CUlV5+zZ/8
1JYZyiAHfW9TV+/PL4paK62MVih8s9ySGdsHBg2LxunEDhRn/3heasYMR+rua2y7
XBnKYiBiNst5IxPMkLMF8sRxO1jvjCRWPbmZkfzfcUVML1FlRTc0jZS0iikO055a
1gtUBCaC1jGhsa0NBGC975cwttScc/cYHUz0ZZOHGByS6070ovgjo+nEwimksGA+
IgYNQRs09H6Z5RB3Sjr7R8fd5egyaiicy9QI3tkj1rsPYQG4zKXhLJXk4v11Oiet
BiNHcN0QBJIwqj89Cj1RoY9KAndX8hFXCaEMYVXQztT0WAxZgt4w7JalKMhdfXX7
Dj7T8zk/WUdufym1SWTt
=6q9b
-END PGP SIGNATURE-


Accepted:
libnetlib-java_0.9.3-1_all.deb
  to contrib/n/netlib-java/libnetlib-java_0.9.3-1_all.deb
netlib-java_0.9.3-1.debian.tar.gz
  to contrib/n/netlib-java/netlib-java_0.9.3-1.debian.tar.gz
netlib-java_0.9.3-1.dsc
  to contrib/n/netlib-java/netlib-java_0.9.3-1.dsc
netlib-java_0.9.3.orig.tar.bz2
  to contrib/n/netlib-java/netlib-java_0.9.3.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/e1sals3-00032n...@franck.debian.org



Accepted clhep 2.1.2.2-1 (source i386 all)

2012-06-02 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 May 2012 21:14:40 +0800
Source: clhep
Binary: libclhep2.1 libclhep-dev clhep-doc
Architecture: source i386 all
Version: 2.1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 clhep-doc  - Documentation of CLHEP
 libclhep-dev - CLHEP: A Class Library for High Energy Physics - development
 libclhep2.1 - CLHEP: A Class Library for High Energy Physics
Closes: 636972
Changes: 
 clhep (2.1.2.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #636972)
Checksums-Sha1: 
 f13a15b1a0c8f1141a5c722c11ebb5cfec8185f6 1456 clhep_2.1.2.2-1.dsc
 553672be4ab9e11f22aa3e1644887634ed7e02c4 1856091 clhep_2.1.2.2.orig.tar.gz
 1becfd3f5e86213ba006120dcd495d02e2c6d0ec 4878 clhep_2.1.2.2-1.debian.tar.gz
 50ac9f930178beae40ad4168177c60482250a636 540138 libclhep2.1_2.1.2.2-1_i386.deb
 57f6e1a26a68522bafa495f79946080c643bdc5e 887762 libclhep-dev_2.1.2.2-1_i386.deb
 2b4a25f2088e2b671a578b632ab534621b90d855 7144204 clhep-doc_2.1.2.2-1_all.deb
Checksums-Sha256: 
 d260c7f7fa5293311da530e0951cdba53591209e8c006866ac5c39a44615edb5 1456 
clhep_2.1.2.2-1.dsc
 350d869022f285ff3caa31062fbf11958737ade6a7b40b9b96b0dbc84b9bc264 1856091 
clhep_2.1.2.2.orig.tar.gz
 2fa7c4dc8e9a6b2d306466cad012e9e0ccaeedcefc0ae075a5bba836c504795e 4878 
clhep_2.1.2.2-1.debian.tar.gz
 d82fa03eb1f281d90f0d78bec2d2fcf571f7eaf66883827cae905c1df8748128 540138 
libclhep2.1_2.1.2.2-1_i386.deb
 d26193c95c909f1a808948715ce7711182a324ea9261060f508df160dcaef1ee 887762 
libclhep-dev_2.1.2.2-1_i386.deb
 c81caa238e04cd7603ec19566c1fbcb137569187ee9f3288c9ee89ce4c446e3f 7144204 
clhep-doc_2.1.2.2-1_all.deb
Files: 
 a47e408d8c305151fc79ba381e4ea3e3 1456 science optional clhep_2.1.2.2-1.dsc
 281a8e481453bf28c07f8c5c280cb47b 1856091 science optional 
clhep_2.1.2.2.orig.tar.gz
 79a4f51715325ed1ddd0bf9b68c4d0d7 4878 science optional 
clhep_2.1.2.2-1.debian.tar.gz
 47a0100a932d76d6940446b2a9a99174 540138 science optional 
libclhep2.1_2.1.2.2-1_i386.deb
 bb1e2579b221895e6fa258d1a35ada78 887762 libdevel optional 
libclhep-dev_2.1.2.2-1_i386.deb
 36ef20832f4c8e44eeec1ffb57c2a798 7144204 doc optional 
clhep-doc_2.1.2.2-1_all.deb

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

iEYEARECAAYFAk/Fv/EACgkQiOXXM92JlhCdhgCfeaJcoVxmWbnQjS/p6YdLRbN/
TSUAniIZSqB0OK0QuvHYSZQ00CqbJGqk
=Gp0g
-END PGP SIGNATURE-


Accepted:
clhep-doc_2.1.2.2-1_all.deb
  to main/c/clhep/clhep-doc_2.1.2.2-1_all.deb
clhep_2.1.2.2-1.debian.tar.gz
  to main/c/clhep/clhep_2.1.2.2-1.debian.tar.gz
clhep_2.1.2.2-1.dsc
  to main/c/clhep/clhep_2.1.2.2-1.dsc
clhep_2.1.2.2.orig.tar.gz
  to main/c/clhep/clhep_2.1.2.2.orig.tar.gz
libclhep-dev_2.1.2.2-1_i386.deb
  to main/c/clhep/libclhep-dev_2.1.2.2-1_i386.deb
libclhep2.1_2.1.2.2-1_i386.deb
  to main/c/clhep/libclhep2.1_2.1.2.2-1_i386.deb


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



Accepted lhapdf 5.8.7-1 (source i386 all)

2012-06-02 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 May 2012 12:03:10 +0800
Source: lhapdf
Binary: liblhapdf0 liblhapdf-dev python-lhapdf octave-lhapdf 
lhapdf-pdfsets-minimal lhapdf-ccwrap-doc
Architecture: source i386 all
Version: 5.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 lhapdf-ccwrap-doc - C++ Bindings for LHAPDF - documentation
 lhapdf-pdfsets-minimal - Minimal PDF Sets of LHAPDF
 liblhapdf-dev - [Physics] Les Houches Accord PDF Interface - development files
 liblhapdf0 - [Physics] Les Houches Accord PDF Interface
 octave-lhapdf - Octave Bindings for LHAPDF
 python-lhapdf - Python Bindings for LHAPDF
Closes: 636978
Changes: 
 lhapdf (5.8.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #636978)
Checksums-Sha1: 
 d122c1da55fe6e5def991f71fcb5f7b833aa87f8 1737 lhapdf_5.8.7-1.dsc
 0125aa86d4900c164c3dd35bced8913c34fe148a 4234358 lhapdf_5.8.7.orig.tar.gz
 84224e0334cd633f2034419fffb012ccec8d8894 8033 lhapdf_5.8.7-1.debian.tar.gz
 ea817cdb5e349b0ef40baea5fd78e0d491a20819 775814 liblhapdf0_5.8.7-1_i386.deb
 b9225ee583b0545234c99f5a1209bd83d1d1f580 898398 liblhapdf-dev_5.8.7-1_i386.deb
 40c1d26b581cd956a275ca9ce8d8421872e13847 108620 python-lhapdf_5.8.7-1_i386.deb
 021b3c0e69b68607e6b132a61c0be89c497c0e15 38136 octave-lhapdf_5.8.7-1_i386.deb
 253d75c38b894c2f179df4273e46d63548bb70f1 3041446 
lhapdf-pdfsets-minimal_5.8.7-1_all.deb
 6af54c0d1f9d51fe55bab6dea04db890d0e56dc4 79232 
lhapdf-ccwrap-doc_5.8.7-1_all.deb
Checksums-Sha256: 
 71e39026598d7b0fce0c3afab973cf37dbbe0678ffad7bd9c9659fbd5c61fe08 1737 
lhapdf_5.8.7-1.dsc
 16ebc93a583ead4937e4d071aea6bd8cb93a9106fbb23d1e5b09de483e9f25b1 4234358 
lhapdf_5.8.7.orig.tar.gz
 cafc44732bde79d827bf0d751f8e124959fb210e93137a0d264708a2a94d5c39 8033 
lhapdf_5.8.7-1.debian.tar.gz
 7d686cd90f8f2d54c7b5d8f410e7e1b580768ce44077a56ea4efe16f8c42721c 775814 
liblhapdf0_5.8.7-1_i386.deb
 2d6be97a7d03e345f5f37e21f3ca3bfd6b53a3c5eb8aec2feb23c04bdbdb3015 898398 
liblhapdf-dev_5.8.7-1_i386.deb
 e2c627e0a19c3fc4d24b5ac6b679fa9e853082081cb80df51456d256aa68bd0c 108620 
python-lhapdf_5.8.7-1_i386.deb
 76cc52d0175f84de22555977df1ae3b726b10050ac473a7b575dac075e6e3371 38136 
octave-lhapdf_5.8.7-1_i386.deb
 9de047d5ace35fe05ea9158d951a776ec5d9ed9a54c73138a493177761fb1e60 3041446 
lhapdf-pdfsets-minimal_5.8.7-1_all.deb
 613aa44d627ab1ad57f5e9f7e3fcf2ae01c308605d7da83de3ffbcc99ea907fa 79232 
lhapdf-ccwrap-doc_5.8.7-1_all.deb
Files: 
 b1d533aab828671d5cff4063f4a34ffd 1737 science optional lhapdf_5.8.7-1.dsc
 478c90be172db5883b6e9eca44338d1e 4234358 science optional 
lhapdf_5.8.7.orig.tar.gz
 cc85cdd02a6d8e22ccc7753fedb11093 8033 science optional 
lhapdf_5.8.7-1.debian.tar.gz
 46727e02838ee0146c89c8e64f8a0605 775814 libs optional 
liblhapdf0_5.8.7-1_i386.deb
 db88579b7cf585d28762cf311e31fff8 898398 libdevel optional 
liblhapdf-dev_5.8.7-1_i386.deb
 0c502c18c769027ef9117fafb08e2086 108620 python optional 
python-lhapdf_5.8.7-1_i386.deb
 41c20768ee5a822b826236a0abda6462 38136 science optional 
octave-lhapdf_5.8.7-1_i386.deb
 a2f096578ec95f01d46ace7b42a9897b 3041446 science optional 
lhapdf-pdfsets-minimal_5.8.7-1_all.deb
 3201923470b4acaeb2e50684b646c32d 79232 doc optional 
lhapdf-ccwrap-doc_5.8.7-1_all.deb

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

iEYEARECAAYFAk/FzCkACgkQiOXXM92JlhAydwCfS+1s/kpE/53qMJ3XVVWVjiuW
5+IAoMfqcegPvYMRK4zKkUsRXZhhN5LH
=ySry
-END PGP SIGNATURE-


Accepted:
lhapdf-ccwrap-doc_5.8.7-1_all.deb
  to main/l/lhapdf/lhapdf-ccwrap-doc_5.8.7-1_all.deb
lhapdf-pdfsets-minimal_5.8.7-1_all.deb
  to main/l/lhapdf/lhapdf-pdfsets-minimal_5.8.7-1_all.deb
lhapdf_5.8.7-1.debian.tar.gz
  to main/l/lhapdf/lhapdf_5.8.7-1.debian.tar.gz
lhapdf_5.8.7-1.dsc
  to main/l/lhapdf/lhapdf_5.8.7-1.dsc
lhapdf_5.8.7.orig.tar.gz
  to main/l/lhapdf/lhapdf_5.8.7.orig.tar.gz
liblhapdf-dev_5.8.7-1_i386.deb
  to main/l/lhapdf/liblhapdf-dev_5.8.7-1_i386.deb
liblhapdf0_5.8.7-1_i386.deb
  to main/l/lhapdf/liblhapdf0_5.8.7-1_i386.deb
octave-lhapdf_5.8.7-1_i386.deb
  to main/l/lhapdf/octave-lhapdf_5.8.7-1_i386.deb
python-lhapdf_5.8.7-1_i386.deb
  to main/l/lhapdf/python-lhapdf_5.8.7-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/e1sam69-0004sn...@franck.debian.org



Accepted lunar-date 2.4.0-1 (source i386 all)

2012-06-02 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 May 2012 13:00:01 +0800
Source: lunar-date
Binary: liblunar-date-dev liblunar-date-2.0-0 liblunar-date-dbg 
liblunar-date-doc gir1.2-lunar-date-2.0
Architecture: source i386 all
Version: 2.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Chinese Team chinese-develop...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 gir1.2-lunar-date-2.0 - GObject Introspection for lunar-date
 liblunar-date-2.0-0 - Chinese Lunar library based on GObject
 liblunar-date-dbg - Chinese Lunar library based on GObject - debug symbols
 liblunar-date-dev - Chinese Lunar library based on GObject - develop files
 liblunar-date-doc - Chinese Lunar library based on GObject - API documents
Closes: 674808
Changes: 
 lunar-date (2.4.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #674808)
Checksums-Sha1: 
 cf87c70640cafd8d09035526aff25856740979ce 1960 lunar-date_2.4.0-1.dsc
 41e8f3719ff02e17f949744b4a1b6d9762a25c6a 394161 lunar-date_2.4.0.orig.tar.gz
 8c6857f9b346ae72196053937974ee451c7df4d1 2184 lunar-date_2.4.0-1.debian.tar.gz
 99ccd86ad2be37069ddb02a833a4fcd2a885a4d8 49162 
liblunar-date-dev_2.4.0-1_i386.deb
 e8b3fc3f76962fd39d3df20b7eb64093a0d58ad5 20802 
liblunar-date-2.0-0_2.4.0-1_i386.deb
 f4e106c5131b39d25bc540d35a5a9a99187fd403 25644 
liblunar-date-dbg_2.4.0-1_i386.deb
 c6a545e2ca0b22ca315dc575abdba2837ddb1919 12956 
liblunar-date-doc_2.4.0-1_all.deb
 fb77294a9887258f2b49a7e0fb61f3f21b7c2619 5940 
gir1.2-lunar-date-2.0_2.4.0-1_i386.deb
Checksums-Sha256: 
 d93133ebffa6ad403d317c89b723711e11d09c67f8c156620f3983899862c6a8 1960 
lunar-date_2.4.0-1.dsc
 7b2a572031cdd7b4ba679cae36f600221139369271c58351fa53498970a4f861 394161 
lunar-date_2.4.0.orig.tar.gz
 60145f7b11e00c8f1bd37c16c16049d7a0f8b193fee1869349bfd5c0ef312a57 2184 
lunar-date_2.4.0-1.debian.tar.gz
 ea41cb48fafc7c7f589fa15449e7bc5b5e2a9305615463d48d82ab68c2c30ba6 49162 
liblunar-date-dev_2.4.0-1_i386.deb
 86f9be640dc8a468deb2b2750adb251c47563011e253c11493e42cbed432b6a0 20802 
liblunar-date-2.0-0_2.4.0-1_i386.deb
 171770941988e3517b7f6e4acc90b6be55015de5172edbf5178f757c8850c26f 25644 
liblunar-date-dbg_2.4.0-1_i386.deb
 395e0df8e838b0e1c90f1fdfb8d1047483f845e6757621032f247a48e245e054 12956 
liblunar-date-doc_2.4.0-1_all.deb
 b801a61c542ebb054cef86170d4ab489351a2c68384aaaef69bc5b33acc7ffdb 5940 
gir1.2-lunar-date-2.0_2.4.0-1_i386.deb
Files: 
 37a23e8b4676286d9c9c870e4abcea3b 1960 libs optional lunar-date_2.4.0-1.dsc
 fe84d67b5a6d5a99927c80855c89ebd9 394161 libs optional 
lunar-date_2.4.0.orig.tar.gz
 cc2d6db451db3457a596ef4df6aca142 2184 libs optional 
lunar-date_2.4.0-1.debian.tar.gz
 7282b7568be07237e66e9a6330c29c88 49162 libdevel optional 
liblunar-date-dev_2.4.0-1_i386.deb
 21caa875d581e7c093ceef4019d1c5a0 20802 libs optional 
liblunar-date-2.0-0_2.4.0-1_i386.deb
 2178bd8633ee3a5b8fbc210f93a0b964 25644 debug extra 
liblunar-date-dbg_2.4.0-1_i386.deb
 7b6268f79d3cad8dab7121a4fbb638e5 12956 doc optional 
liblunar-date-doc_2.4.0-1_all.deb
 592b556877ff5525c8e6ceab204c4183 5940 introspection optional 
gir1.2-lunar-date-2.0_2.4.0-1_i386.deb

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

iQEcBAEBCgAGBQJPxP1hAAoJEIAhAkTu07wNqOMIAKIpeG8+DdWiAw/vGBxT5amN
fRM5p86I8X78ozNllbj90U1xJGwV0XfoyMYP/gVB5oXP75hRRZ8Pp2jqmLI8mq3j
Y/KXTVOc2o6yhx01rYZ0VlKzPvPG7JEk+W5YwyazBz6mz2FQXZT6A1BmcRzT5MCJ
ijenJmSqFta9neQHymZlF1q+f/EKTeX/l2C7dfsKo7VzHldf7xAGxnt6z/AePnma
nRamMIrZb5LVEaQgQo+sPVrhUMK0AlKbPxffjynhzymarj8PTgGVYEfs+BS3oKrF
cFOgd0QOv64J8I8y8+sMa7m9WUe9ugMC92sEn+1kNmrSjBOHnOSf9/+NY7Jwjkc=
=MgIe
-END PGP SIGNATURE-


Accepted:
gir1.2-lunar-date-2.0_2.4.0-1_i386.deb
  to main/l/lunar-date/gir1.2-lunar-date-2.0_2.4.0-1_i386.deb
liblunar-date-2.0-0_2.4.0-1_i386.deb
  to main/l/lunar-date/liblunar-date-2.0-0_2.4.0-1_i386.deb
liblunar-date-dbg_2.4.0-1_i386.deb
  to main/l/lunar-date/liblunar-date-dbg_2.4.0-1_i386.deb
liblunar-date-dev_2.4.0-1_i386.deb
  to main/l/lunar-date/liblunar-date-dev_2.4.0-1_i386.deb
liblunar-date-doc_2.4.0-1_all.deb
  to main/l/lunar-date/liblunar-date-doc_2.4.0-1_all.deb
lunar-date_2.4.0-1.debian.tar.gz
  to main/l/lunar-date/lunar-date_2.4.0-1.debian.tar.gz
lunar-date_2.4.0-1.dsc
  to main/l/lunar-date/lunar-date_2.4.0-1.dsc
lunar-date_2.4.0.orig.tar.gz
  to main/l/lunar-date/lunar-date_2.4.0.orig.tar.gz


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



Accepted siscone 2.0.5-1 (source i386 all)

2012-06-02 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 May 2012 17:05:07 +0800
Source: siscone
Binary: libsiscone0 libsiscone-dev libsiscone-spherical0 
libsiscone-spherical-dev siscone-examples siscone-doc-html siscone-doc-pdf
Architecture: source i386 all
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 libsiscone-dev - Seedless Infrared Safe Cone jet finder - development files
 libsiscone-spherical-dev - Spherical version of SISCone - development files
 libsiscone-spherical0 - Spherical version of SISCone
 libsiscone0 - Seedless Infrared Safe Cone jet finder
 siscone-doc-html - Developer's reference manual of SISCone (HTML)
 siscone-doc-pdf - Developer's reference manual of SISCone (PDF)
 siscone-examples - Seedless Infrared Safe Cone jet finder - example files
Closes: 636980
Changes: 
 siscone (2.0.5-1) unstable; urgency=low
 .
   * Initial release (Closes: #636980)
Checksums-Sha1: 
 9e05ca09cf58cded38f6ba8369fa2924f41b791f 1764 siscone_2.0.5-1.dsc
 14597c763abe33a31e09cb234927b10a6a4ba9ba 551756 siscone_2.0.5.orig.tar.gz
 cd2cfb3b87629eca331593f3d273bbdf317c6ba9 5241 siscone_2.0.5-1.debian.tar.gz
 ebf9d276e94df9c74d6f68239c66cb30bcf78bef 71820 libsiscone0_2.0.5-1_i386.deb
 f4b52ba27c32f4b5b3016709805c9f5d786c3ca9 93496 libsiscone-dev_2.0.5-1_i386.deb
 3b792c588f7cf79a41422ecbcfe0166977373aa0 65882 
libsiscone-spherical0_2.0.5-1_i386.deb
 cd9abaa488c516086899b4e221b65a4a70ca0656 83220 
libsiscone-spherical-dev_2.0.5-1_i386.deb
 fc503e5556f683e41e01706f9632de91f96671b8 36252 siscone-examples_2.0.5-1_all.deb
 1e31c66f30e19b9b481bcae859981da48274b0a0 1338346 
siscone-doc-html_2.0.5-1_all.deb
 d929bd38486d3ebdc339115baa19c9f37d06a962 428616 siscone-doc-pdf_2.0.5-1_all.deb
Checksums-Sha256: 
 e979fb559b6c82a7677cd681f94ec28c3db491e0138104334c40799a384e7459 1764 
siscone_2.0.5-1.dsc
 2000daa72058c8f8a561eb3a48724e96d6fe73affb7f57bfb6187ac927037f55 551756 
siscone_2.0.5.orig.tar.gz
 b08a685e8ae14e0c7c3214571d5a4958ce9e42ff3cadcec43cb88474bd5667e8 5241 
siscone_2.0.5-1.debian.tar.gz
 4e89afcd2c59f4741fa212c62ce1b7029fe7554343d0ca724417dcc7c3b85639 71820 
libsiscone0_2.0.5-1_i386.deb
 8facff733b240e113c91cee8387b8899350b97071f6a1171cea1f31786cdb95a 93496 
libsiscone-dev_2.0.5-1_i386.deb
 982c678717e715bf6a72bbe504e576c1eafec6edd234ac95a37b47e58aa62bd8 65882 
libsiscone-spherical0_2.0.5-1_i386.deb
 f9dc67d901733124808430c2db063f2998a4c095db36c097df32f75a1c860b49 83220 
libsiscone-spherical-dev_2.0.5-1_i386.deb
 8c220ee2cd8cd7ba2f46624e226eb15b9be32a9dab24c942e168f7d874680b4d 36252 
siscone-examples_2.0.5-1_all.deb
 606cfbb6d94332226bd7f0e00fa84a2b2d652af4d7895165c1d40a218e318d41 1338346 
siscone-doc-html_2.0.5-1_all.deb
 6a5cf2c351515f01248aa9b53094b732862f3b2c33c485582e413da76c457bc3 428616 
siscone-doc-pdf_2.0.5-1_all.deb
Files: 
 83079b3982d72e9090de9fe332ca10ee 1764 science optional siscone_2.0.5-1.dsc
 32dbc3cc8cadfb7aab4ff268fb9ef613 551756 science optional 
siscone_2.0.5.orig.tar.gz
 a462402189832d99351fe159e53e445b 5241 science optional 
siscone_2.0.5-1.debian.tar.gz
 e03a62dc2eff80fd985ebc708b659519 71820 libs optional 
libsiscone0_2.0.5-1_i386.deb
 41cd8a41385f1ff6c4804aa6716276be 93496 libdevel optional 
libsiscone-dev_2.0.5-1_i386.deb
 0e5714e90c89343a9e1c808a3dd5a1ff 65882 libs optional 
libsiscone-spherical0_2.0.5-1_i386.deb
 3ee35a442bae1fe58de0fc0e3928ee64 83220 libdevel optional 
libsiscone-spherical-dev_2.0.5-1_i386.deb
 3240c3d6c1931e09f2826aa78735eb1d 36252 devel optional 
siscone-examples_2.0.5-1_all.deb
 5b56198ef0699388256bb7e467a2991c 1338346 doc optional 
siscone-doc-html_2.0.5-1_all.deb
 7cd0e3ba0bae2494031220b053c26c0e 428616 doc optional 
siscone-doc-pdf_2.0.5-1_all.deb

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

iEYEARECAAYFAk/Fxs0ACgkQiOXXM92JlhB8ogCg894j6KUavfxn1ofTWTuK7X/E
Vb0AoMOEpzR7NTmIFtgQtbMpn1ZZTKXT
=R/4S
-END PGP SIGNATURE-


Accepted:
libsiscone-dev_2.0.5-1_i386.deb
  to main/s/siscone/libsiscone-dev_2.0.5-1_i386.deb
libsiscone-spherical-dev_2.0.5-1_i386.deb
  to main/s/siscone/libsiscone-spherical-dev_2.0.5-1_i386.deb
libsiscone-spherical0_2.0.5-1_i386.deb
  to main/s/siscone/libsiscone-spherical0_2.0.5-1_i386.deb
libsiscone0_2.0.5-1_i386.deb
  to main/s/siscone/libsiscone0_2.0.5-1_i386.deb
siscone-doc-html_2.0.5-1_all.deb
  to main/s/siscone/siscone-doc-html_2.0.5-1_all.deb
siscone-doc-pdf_2.0.5-1_all.deb
  to main/s/siscone/siscone-doc-pdf_2.0.5-1_all.deb
siscone-examples_2.0.5-1_all.deb
  to main/s/siscone/siscone-examples_2.0.5-1_all.deb
siscone_2.0.5-1.debian.tar.gz
  to main/s/siscone/siscone_2.0.5-1.debian.tar.gz
siscone_2.0.5-1.dsc
  to main/s/siscone/siscone_2.0.5-1.dsc
siscone_2.0.5.orig.tar.gz
  to main/s/siscone/siscone_2.0.5.orig.tar.gz


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

Accepted autofs 5.0.6-2 (source i386 all)

2012-06-02 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 May 2012 10:53:13 +0400
Source: autofs
Binary: autofs autofs-ldap autofs-hesiod autofs5 autofs5-ldap autofs5-hesiod
Architecture: source i386 all
Version: 5.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@member.fsf.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 autofs - kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
 autofs5- transitional dummy package for 'autofs'
 autofs5-hesiod - transitional dummy package for 'autofs-hesiod'
 autofs5-ldap - transitional dummy package for 'autofs-ldap'
Closes: 603092 673796 674391
Changes: 
 autofs (5.0.6-2) unstable; urgency=low
 .
   [Dmitry Smirnov]
   * minor update to 'manpages.patch' (Closes: #603092)
   * added VCS links
 .
   [Michael Tokarev]
   * conffile installation:
 - do no ship /etc/default/autofs (Closes: #673796)
 - install /etc/init.d/autofs manually (dh_installinit have issue finding 
it)
 - removed ugly symlinks debian/autofs.{default,init}
 - list bin programs and modules more explicitly in debian/*.install
 - transfer ucf conffile ownership from old autofs5 to autofs
   * removed debian/configure_override
   * recommend kmod|module-init-tools
   * ship debian/autofs.init instead of heavily patching upstream script
   * simplify (and fix) debian/autofs.init a bit in loading/checking modules,
 and use /bin/sh instead of /bin/bash
   * remove messing with /dev/autofs misc device in initscript,
 it is managed by udev or devtmpfs
   * remove (now unused) USE_MISC_DEVICE definition from default/autofs too
   * do not check for modprobe or procfs in configure, since module loading
 is ifdef'ed out in the code, and #ifdef the missing parts too
 (do-not-check-for-modprobe-procfs-or-load-module.patch)
   * always define standard program paths when building even if the 
corresponding
 utility isn't installed (e2fsck, mount, mount.nfs).  There is no need to
 check presence of standard utilities or verify their standard abilities.
   * also define other paths explicitly instead of relying on a config-time
 search - the build will be wrong if some directory (eg, /etc/sysconfig)
 will be present during configure time.
   * autoreconf and clean autoconf-generated files, FTBFS (Closes: #674391)
 This still does not make quilt patches easily revertable, since we
 don't save old configure and upstream changes patches configure to,
 so once regenerated by autoreconf, it will be different.
   * do not use $DEB_HOST_MULTIARCH in debian/rules without setting it
   * two patches:
   debian/patches/link-daemon-with-lpthread.patch
   debian/patches/save-hesiod-libs-correctly.patch
 to fix gold/-Wl,-no-as-needed FTBFS.
   * remove individual upstream patches from debian/patches and replace them
 with single autofs-5.0.6-upstream-git.patch - all upstream commits in
 master branch since release_5_0_6 tag.  Update this patch to include
 all current fixes too (up to 2012-06-01).
   * added debian/TODO file
Checksums-Sha1: 
 b28ddbee09777a68e630988bddca4b1422196797 1793 autofs_5.0.6-2.dsc
 3fe651a3036d5373e983d99c1fffc21cb200637e 48832 autofs_5.0.6-2.debian.tar.xz
 b2bae011e67a27ccf875082622bc518fdec11a4e 734122 autofs_5.0.6-2_i386.deb
 9e64f3c019da2a5ce5657fdb3d0ee4ec4503e65a 96176 autofs-ldap_5.0.6-2_i386.deb
 f05bd4eb82318c42c71265a9b5205a27a60cda37 107636 autofs-hesiod_5.0.6-2_i386.deb
 ba334a53ce0bfe3b00e31b8488fe7554926c602b 20830 autofs5_5.0.6-2_all.deb
 90a2c69f3beaad381f404bc306493e34c94ade2b 20852 autofs5-ldap_5.0.6-2_all.deb
 72f9195212ac5ef40ae058e4e97ff78da5a6c3ad 20852 autofs5-hesiod_5.0.6-2_all.deb
Checksums-Sha256: 
 0dc98360e6ac18be7c7ce25b8c65572fddd9f090e2daa6686dd5f8c02342642c 1793 
autofs_5.0.6-2.dsc
 0ab5298d07a6392be3a765322505d30b49a66feff2544589292522e9fc9db46d 48832 
autofs_5.0.6-2.debian.tar.xz
 eb36c6823ba72beecbb8e2bda3c45ffbf7dec0cd9f4ad6125b5d20932f87858e 734122 
autofs_5.0.6-2_i386.deb
 43d59b2958da64621cc2b135582fee6840b975e19374226398005a733290830e 96176 
autofs-ldap_5.0.6-2_i386.deb
 660423e33a60d73fcce9673c7b0dae7c5b700da204753379174379d3091223d9 107636 
autofs-hesiod_5.0.6-2_i386.deb
 7a74a84f5722eae891893f24ef34e1abfa650b5b63dd804a8b455d7d273b84ec 20830 
autofs5_5.0.6-2_all.deb
 ee5f467460346724c6701061d7ad2907ee081d3bca351ca61ccb5305146b7ef6 20852 
autofs5-ldap_5.0.6-2_all.deb
 2da5c77d4c5d6da1f0bdd9ec70ba26fdc127c0d2aca3295a98b0809b877b2a19 20852 
autofs5-hesiod_5.0.6-2_all.deb
Files: 
 4f009f11fc56b64fec98b7b0b2fdc314 1793 utils extra autofs_5.0.6-2.dsc
 4a6ecc371391113225d504a248ec745d 48832 utils extra autofs_5.0.6-2.debian.tar.xz
 ec656d340be85244c85a0c47965a3834 734122 utils extra autofs_5.0.6-2_i386.deb
 9584ce8f220fcc6637a6d5927cc4f26b 96176 utils extra autofs-ldap_5.0.6-2_i386.deb
 5eb2a1b94a5633eecb3b11ba92057099 107636 utils extra 

Accepted digikam 4:2.6.0~rc-4 (source all amd64)

2012-06-02 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 14:36:31 +1000
Source: digikam
Binary: digikam showfoto digikam-dbg digikam-data digikam-doc kipi-plugins 
kipi-plugins-common
Architecture: source amd64 all
Version: 4:2.6.0~rc-4
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-dbg - debugging symbols for digiKam
 digikam-doc - handbook for digiKam
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 661786 670454 674325
Changes: 
 digikam (4:2.6.0~rc-4) unstable; urgency=low
 .
   * Build-Depends: libopencv-dev
 - Fixes FTBFS: opencv not found (Closes: #674325)
   * Fix FTBFS on mips (error: #error Unable to figure out byte
 order.) rediscover dngconverter_BYTE_ORDER.diff (Closes: #670454)
   * Fix Cannot send pictures via icedove ! rediscover sendimages-icedove.diff
 (Closes: #661786)
Checksums-Sha1: 
 d0ee89a053700edc7fca502b2d926b2af97fb832 2443 digikam_2.6.0~rc-4.dsc
 e8669d262793c62fc98ebf3362bb4deb6e9838a2 42326 digikam_2.6.0~rc-4.debian.tar.gz
 89e9fdbe79e53c09ee6e724ad4a854c47e182545 7620070 digikam_2.6.0~rc-4_amd64.deb
 18c09f411cca055a19fedbc7ee4764f7ce424ef9 2018284 showfoto_2.6.0~rc-4_amd64.deb
 79fd62d8f6f71bdc49ae0035e2238fc50a2729dd 6552158 
digikam-dbg_2.6.0~rc-4_amd64.deb
 3dcf25221f9295559cd6964f31d3585347d208e2 11005948 
digikam-data_2.6.0~rc-4_all.deb
 899abedde9fd41252440c04851e6f5c30f523910 18801398 
digikam-doc_2.6.0~rc-4_all.deb
 62d7582519af6659772f80183ba98f1d2af6190c 7006218 
kipi-plugins_2.6.0~rc-4_amd64.deb
 9c432c227333e332e032203da40a67f4c9515035 7534776 
kipi-plugins-common_2.6.0~rc-4_all.deb
Checksums-Sha256: 
 e63c7b5b04f33b91bdb618269d28f41923a8cec409fe61d961ec14cbb6150676 2443 
digikam_2.6.0~rc-4.dsc
 edc51968794ba798b4524e7f54081befca9277fddc6f3c8e573ac772fb8e9520 42326 
digikam_2.6.0~rc-4.debian.tar.gz
 3a8f766467d6be392ea32fbc4ff9ec2ccdaa118566edb8eae54c317b32d5f0a9 7620070 
digikam_2.6.0~rc-4_amd64.deb
 18f3220f7e9cf3368e5b3d5e1debb2a24317dc84cec4678ed5a10cbfd03069fd 2018284 
showfoto_2.6.0~rc-4_amd64.deb
 0b82b9438af60b21184f20c6eb7c924ddc4b628cce6563fe945c647526c13870 6552158 
digikam-dbg_2.6.0~rc-4_amd64.deb
 fa07625112bdd237e7bd7d5027c29b48f05860eb1cb4fb2e320c574a72106215 11005948 
digikam-data_2.6.0~rc-4_all.deb
 1217dab1815507d9607ee37d80eab4b655f431b96885941140914dc9d6dde482 18801398 
digikam-doc_2.6.0~rc-4_all.deb
 be1230bddeb3c0b033533f429cb8e8fef73d40c894ea286d0c57615455efb865 7006218 
kipi-plugins_2.6.0~rc-4_amd64.deb
 3250cf349cd29e3d94327cfd4dd4f61fbd58e93048b5f1f4e05e478e308e48ac 7534776 
kipi-plugins-common_2.6.0~rc-4_all.deb
Files: 
 e851078ea243092dbddc3fac709b109c 2443 kde optional digikam_2.6.0~rc-4.dsc
 6942f3d3e7f0f1de4215c2adced631b6 42326 kde optional 
digikam_2.6.0~rc-4.debian.tar.gz
 ff7474dd84ca8aa46dda8a7bd7aa6550 7620070 kde optional 
digikam_2.6.0~rc-4_amd64.deb
 60b444105b1c8fcf6f4459aa97c278eb 2018284 kde optional 
showfoto_2.6.0~rc-4_amd64.deb
 1b89e67679a67252dd0ba6b289f1923f 6552158 debug extra 
digikam-dbg_2.6.0~rc-4_amd64.deb
 4422b17179ca77e2fc354cb2063444bf 11005948 kde optional 
digikam-data_2.6.0~rc-4_all.deb
 01655d39d5a6fbf49a67c0383c222b89 18801398 doc optional 
digikam-doc_2.6.0~rc-4_all.deb
 30c2c16fa8f4e802690baefa6eb3cd3f 7006218 kde optional 
kipi-plugins_2.6.0~rc-4_amd64.deb
 c178eda0b12b48eceeb4b04ca806ebda 7534776 kde optional 
kipi-plugins-common_2.6.0~rc-4_all.deb

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

iEYEARECAAYFAk/J6iQACgkQoCzanz0IthJhFACZAfh6Zsun3ILBEHrZ6b+eFFDT
N5IAn0AHKAlNdUsJA9rNjcY5xAMippft
=FgUJ
-END PGP SIGNATURE-


Accepted:
digikam-data_2.6.0~rc-4_all.deb
  to main/d/digikam/digikam-data_2.6.0~rc-4_all.deb
digikam-dbg_2.6.0~rc-4_amd64.deb
  to main/d/digikam/digikam-dbg_2.6.0~rc-4_amd64.deb
digikam-doc_2.6.0~rc-4_all.deb
  to main/d/digikam/digikam-doc_2.6.0~rc-4_all.deb
digikam_2.6.0~rc-4.debian.tar.gz
  to main/d/digikam/digikam_2.6.0~rc-4.debian.tar.gz
digikam_2.6.0~rc-4.dsc
  to main/d/digikam/digikam_2.6.0~rc-4.dsc
digikam_2.6.0~rc-4_amd64.deb
  to main/d/digikam/digikam_2.6.0~rc-4_amd64.deb
kipi-plugins-common_2.6.0~rc-4_all.deb
  to main/d/digikam/kipi-plugins-common_2.6.0~rc-4_all.deb
kipi-plugins_2.6.0~rc-4_amd64.deb
  to main/d/digikam/kipi-plugins_2.6.0~rc-4_amd64.deb
showfoto_2.6.0~rc-4_amd64.deb
  to main/d/digikam/showfoto_2.6.0~rc-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/e1sam7c-0004zu...@franck.debian.org



Accepted allegro4.4 2:4.4.2-1 (source all amd64)

2012-06-02 Thread Tobias Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 May 2012 01:53:16 +0200
Source: allegro4.4
Binary: liballegro4.4 liballegro4.2-dev liballegro4.4-plugin-alsa allegro4-doc 
liballegro-doc liballeggl4.4 liballeggl4-dev libjpgalleg4.4 libjpgalleg4-dev 
libloadpng4.4 libloadpng4-dev
Architecture: source amd64 all
Version: 2:4.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Tobias Hansen tobias@gmx.de
Description: 
 allegro4-doc - documentation for the Allegro library
 liballeggl4-dev - development files for the allgrogl library
 liballeggl4.4 - library to mix OpenGL graphics with Allegro routines
 liballegro-doc - transitional dummy package
 liballegro4.2-dev - development files for the Allegro library
 liballegro4.4 - portable library for cross-platform game and multimedia 
developme
 liballegro4.4-plugin-alsa - ALSA audio plugin for the Allegro library
 libjpgalleg4-dev - development files for the JPG loading addon for Allegro 4
 libjpgalleg4.4 - JPG loading addon for Allegro 4
 libloadpng4-dev - development files for the PNG loading addon for Allegro 4
 libloadpng4.4 - PNG loading addon for Allegro 4
Closes: 666524
Changes: 
 allegro4.4 (2:4.4.2-1) unstable; urgency=low
 .
   [ Andreas Rönnquist ]
   * New upstream release (Closes: #666524)
   * Set Debian Games Team as maintainer, me and Tobias as uploaders
   * Remove packages allegro-examples and allegro-demo.
   * Added dependencies - OpenGL, Ogg Vorbis, zlib and libpng
   * Added the libs included in allegro 4.4 - libloadpng, jpgalleg and alleggl
 New packages:
 - liballeggl4.4
 - liballeggl4-dev
 - libjpgalleg4-dev
 - libjpgalleg4.4
 - libloadpng4-dev
 - libloadpng4.4
   * Removed the Svgalib and ESD plugin libraries
   * Fixes to the cmake build system
   * Fixed lintian warnings on the allegro-config man-page
   * debian/patches/fix_format_not_string_literal_error.patch:
 - Added patch to fix build errors
   * debian/patches/fix_addons_shared_linkage.patch:
 - Added patch required to fix shared linkage of addons
   * debian/patches/fix_endianness_spelling.patch
 - Added patch to fix spelling in the textconv binary
   * debian/patches/020_non-executable-stack.diff
 - Renamed to fix_non_executable_stack.patch.
   * debian/patches/040_allegro_cfg.diff
 - Renamed to add_debian_config_hints.patch.
   * Fixed linker flags
 .
   [ Tobias Hansen ]
   * Exclude plugin libraries from dh_makeshlibs.
   * Enable OSS support.
   * Move ALSA plugin to separate package liballegro4.4-plugin-alsa.
   * Disable jack support.
   * Disable Linux console mode and remove build-dependency libsvga1-dev.
   * Rename doc package to allegro4-doc and make liballegro-doc
 a transitional dummy package.
   * Update README.Debian.
   * Remove build-dependency libesd0-dev.
   * debian/control - liballegro4.2-dev:
 - Remove Provides liballegro3.9.37-dev, liballegro-dev-common.
 - Add Conflicts liballegro4-dev and liballegro5-dev.
 - Add Provides liballegro4-dev.
   * debian/patches/020_asm_fixes.diff
 - Renamed to asm_fixes.patch.
   * debian/patches/050_manpage_syntax.diff
 - Removed. We can't fix every manpage syntax error anyway.
   * debian/patches/020_debug.diff
 - Removed. We don't understand the purpose and if it's only about
   debugging it can't be essential.
   * debian/patches/010_autoreconf.diff
 debian/patches/005_no_strip_no_export_dynamic.diff
 - Removed. Obsolete after switch from autotools to cmake.
   * debian/patches/005_no_unsharable.diff
 - Removed. We don't need to remove a static library and the output
   of allegro-config --libs is fine.
   * debian/patches/070_alsa_signed.diff
 debian/patches/060_fix_fnstsw.diff
 - Removed. Were applied upstream.
   * debian/patches/020_data_path.diff
 - Removed. Not needed anymore, because the compiled examples are
   no longer packaged.
   * debian/patches/fix_ftbfs_nonlinux.patch
 - Added. Patch by Steven Chamberlain to fix FTBFS on nonlinux.
Checksums-Sha1: 
 e793f2b14b9cdd924c55fe51916283eb95e2d32e 2631 allegro4.4_4.4.2-1.dsc
 346104b503b61d0df04d7c591db335362d73 4581077 allegro4.4_4.4.2.orig.tar.gz
 a80bf1f4569e91f1048c9e00144f6ce5b7a5ff9e 28426 allegro4.4_4.4.2-1.debian.tar.gz
 55ff154f932c416bf567143f6ae5c5adf571e74e 500428 liballegro4.4_4.4.2-1_amd64.deb
 6d8af1ef29c9345401f9309383d427a64045efb2 399696 
liballegro4.2-dev_4.4.2-1_amd64.deb
 47d3f6031e672617f3a57e8bb59affb22cc3cf12 90352 
liballegro4.4-plugin-alsa_4.4.2-1_amd64.deb
 ba80f04de3813c1d5b44c99a72b5bab1cefc9c24 1807992 allegro4-doc_4.4.2-1_all.deb
 3bde9ab717ae9f15f5123bb27b056ead54ed66e7 80622 liballegro-doc_4.4.2-1_all.deb
 f73415ca19bd86873563808f46c82581ac723852 226314 liballeggl4.4_4.4.2-1_amd64.deb
 0c8fa87ab6ed95fd3e5c7b9e6d6a2966c97b7747 158306 
liballeggl4-dev_4.4.2-1_amd64.deb
 e23d8e946ad56072319910a244e2c9221ea027ab 

Accepted bibtexconv 0.8.20-1 (source sparc)

2012-06-02 Thread Thomas Dreibholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 May 2012 03:03:03 +0800
Source: bibtexconv
Binary: bibtexconv
Architecture: source sparc
Version: 0.8.20-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Dreibholz dre...@iem.uni-due.de
Changed-By: Thomas Dreibholz dre...@iem.uni-due.de
Description: 
 bibtexconv - BibTeX Converter
Closes: 649404
Changes: 
 bibtexconv (0.8.20-1) unstable; urgency=low
 .
   * Initial Debian release (Closes: #649404).
Checksums-Sha1: 
 26a2c1d0825d7ca4232302d6db4a908c12152f99 1462 bibtexconv_0.8.20-1.dsc
 0c03184aba40da1c0494bee611671d4fd26fb6a3 431972 bibtexconv_0.8.20.orig.tar.gz
 f86465cbba09355e6b55f28ad198dd10078d1c7a 1909 bibtexconv_0.8.20-1.debian.tar.gz
 e670cc1214a4aa86295b9c1d0a69869a512453ad 88426 bibtexconv_0.8.20-1_sparc.deb
Checksums-Sha256: 
 4240e11c0cb4244a5eda19be8efbcf2ecb2e50f5c553342fe01b042f4ba0a1a1 1462 
bibtexconv_0.8.20-1.dsc
 e15a31431b4f7a16bd21a7e87f500cf1f164539850c6546d8d80a1978cc9e891 431972 
bibtexconv_0.8.20.orig.tar.gz
 79d8415443826455c2a2321e640ea1b89b0d98944a23595769ce9787a3669251 1909 
bibtexconv_0.8.20-1.debian.tar.gz
 9930f5e4ea59f67da18f6efa0e210592db1f2604052cf29238b30eb9fd2f4629 88426 
bibtexconv_0.8.20-1_sparc.deb
Files: 
 b86d3008c5a6dd7c030956a1135da7b8 1462 tex optional bibtexconv_0.8.20-1.dsc
 bdc21fc5bb670d37165f431e7ea1c271 431972 tex optional 
bibtexconv_0.8.20.orig.tar.gz
 cca54f6e9721204172cb9c4e3685ca12 1909 tex optional 
bibtexconv_0.8.20-1.debian.tar.gz
 32c1a6973ab67653b4327dc13bd8674b 88426 tex optional 
bibtexconv_0.8.20-1_sparc.deb

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

iQEcBAEBCgAGBQJPxia9AAoJEIAhAkTu07wNKBAH/RFqdERjWfik6U2WxufoeedD
zFVRDn/86jsxKhsE6xKjo0iyozxKoBPz8cNJdc6q3kjbyp6LyfD8c6UHgyusxo88
muL+co9G7epQkJyo/aeL99vK8BwVmu7h4hMtsGi09BP8wNsIKZEpGiBNwpk28P7I
f+NhAm1zKtuZys/NqIsUSj914PEoFOyGuH8IVtrPeYxEHYLY9LDVjdJ7HbT3bZa4
filCq6bDZE3pCet6bujw3dYH6qMD3CbjStIQPR8YHtXuMazEbz+XY2RCp6Or29o8
Vgxn/ucGA7H19qrAqCUkDmARKGHYErC6Yh9oZFNFLn0UPDYlIBuQiAP/PcHFtBw=
=rgs+
-END PGP SIGNATURE-


Accepted:
bibtexconv_0.8.20-1.debian.tar.gz
  to main/b/bibtexconv/bibtexconv_0.8.20-1.debian.tar.gz
bibtexconv_0.8.20-1.dsc
  to main/b/bibtexconv/bibtexconv_0.8.20-1.dsc
bibtexconv_0.8.20-1_sparc.deb
  to main/b/bibtexconv/bibtexconv_0.8.20-1_sparc.deb
bibtexconv_0.8.20.orig.tar.gz
  to main/b/bibtexconv/bibtexconv_0.8.20.orig.tar.gz


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



Accepted datapm 0.10-1 (source amd64)

2012-06-02 Thread J. Félix Ontañón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 Mar 2012 11:15:20 +0100
Source: datapm
Binary: datapm
Architecture: source amd64
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: J. Félix Ontañón fonta...@emergya.es
Changed-By: J. Félix Ontañón fonta...@emergya.es
Description: 
 datapm - Data packaging system and utilities
Closes: 664566
Changes: 
 datapm (0.10-1) unstable; urgency=low
 .
   * Initial release (Closes: #664566)
Checksums-Sha1: 
 f967634f09e1b933c808f91b70756b61e61ebdb4 1147 datapm_0.10-1.dsc
 9731a264b76d8fcd0e93515bd194cdc7f027a544 66004 datapm_0.10.orig.tar.xz
 bbb038d6cfcfe21889c83647e43b0a4aef58b07a 4991 datapm_0.10-1.debian.tar.gz
 5ac478a1825df0ecb40084a034f803b865e907ce 41926 datapm_0.10-1_amd64.deb
Checksums-Sha256: 
 070ba79ea1c91e7ba294b3b1919770067413f8f9856c0877e846bd76abe0e8ab 1147 
datapm_0.10-1.dsc
 cc81f615297e954a5e42db1c6c28da2ade968a8d78f55f40d8753c6b842d5f37 66004 
datapm_0.10.orig.tar.xz
 5a3a33d114a41dc5ea8535aa0571bde15b9061dd304b1c070ad46b35b877720a 4991 
datapm_0.10-1.debian.tar.gz
 84a03b2ea51e70db8dc0f26c8d5dc2f8ba3920e548b438e679df2c4047214d5b 41926 
datapm_0.10-1_amd64.deb
Files: 
 cd380f13e8d92f6e746da3163c8310bd 1147 text optional datapm_0.10-1.dsc
 6380ab2cf2b58246cbdf96fbf89961f9 66004 text optional datapm_0.10.orig.tar.xz
 f6ddb8406f697d79e3fb43f89c97e8b9 4991 text optional datapm_0.10-1.debian.tar.gz
 6aa4dfcf1aa55056c50414356d65c52a 41926 text optional datapm_0.10-1_amd64.deb

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

iEYEARECAAYFAk/HDswACgkQZttaNibwIPf4qgCbBjC9GUx6x2Qtpew4e8lQhD1o
JFEAn3E0BGxhyAk9PJdUnupamYI120Mw
=6zKz
-END PGP SIGNATURE-


Accepted:
datapm_0.10-1.debian.tar.gz
  to main/d/datapm/datapm_0.10-1.debian.tar.gz
datapm_0.10-1.dsc
  to main/d/datapm/datapm_0.10-1.dsc
datapm_0.10-1_amd64.deb
  to main/d/datapm/datapm_0.10-1_amd64.deb
datapm_0.10.orig.tar.xz
  to main/d/datapm/datapm_0.10.orig.tar.xz


-- 
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/e1samky-0007pj...@franck.debian.org



Accepted khronos-opengl-man4 1.0~svn17952-1 (source all)

2012-06-02 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 16:41:31 +0200
Source: khronos-opengl-man4
Binary: opengl-4.2-html-doc opengl-4.2-man-doc
Architecture: source all
Version: 1.0~svn17952-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 opengl-4.2-html-doc - OpenGL 4.2 documentation - html pages
 opengl-4.2-man-doc - OpenGL 4.2 documentation - man pages (experimental)
Closes: 673160
Changes: 
 khronos-opengl-man4 (1.0~svn17952-1) unstable; urgency=low
 .
   * Initial release.  (Closes: #673160)
Checksums-Sha1: 
 1e919fb689fe8a0f7cc68e6042af1e84ba0ce7bb 2210 
khronos-opengl-man4_1.0~svn17952-1.dsc
 80741cc5237f7e9e66db96f278867b158d86044e 338848 
khronos-opengl-man4_1.0~svn17952.orig.tar.gz
 38ffd82916e3beef01f34d48cfa7ae53d92f6652 7298 
khronos-opengl-man4_1.0~svn17952-1.debian.tar.gz
 59c2e0698db2a26eba01653e5a926d3be6126f74 275364 
opengl-4.2-html-doc_1.0~svn17952-1_all.deb
 78e2aa860eceac6d7f5924b897996c3d0a85374a 458088 
opengl-4.2-man-doc_1.0~svn17952-1_all.deb
Checksums-Sha256: 
 20161e89154b139c70a52de3cd47ba1e84ce6d3f76cd9f0cb7a50de2f3dcf079 2210 
khronos-opengl-man4_1.0~svn17952-1.dsc
 4e583978a8067166f59a5557df684e76d9c33a03515c1f9fc1a8bb2d75f49a19 338848 
khronos-opengl-man4_1.0~svn17952.orig.tar.gz
 0eed4892f1d111c0cd618c466635920f956456516da63c59bce6a765e25b5447 7298 
khronos-opengl-man4_1.0~svn17952-1.debian.tar.gz
 bdbb22cd0ed18b78059da61abadd6c79b5f21d71cab295910fad00cbbca34b77 275364 
opengl-4.2-html-doc_1.0~svn17952-1_all.deb
 b31af97b0156d945a44e138637a2be2db0eac904531574a45e1e3bdbd77bad6d 458088 
opengl-4.2-man-doc_1.0~svn17952-1_all.deb
Files: 
 332775846f37014666449b2c6627eef1 2210 doc extra 
khronos-opengl-man4_1.0~svn17952-1.dsc
 68e80f8a0faf6e87b7852e77e491c0b1 338848 doc extra 
khronos-opengl-man4_1.0~svn17952.orig.tar.gz
 f3205bc845d40b38903d3239c75773ce 7298 doc extra 
khronos-opengl-man4_1.0~svn17952-1.debian.tar.gz
 fb4336d28817b936beaf3e0e98a51382 275364 doc extra 
opengl-4.2-html-doc_1.0~svn17952-1_all.deb
 8b53d92f9a5c46620e85fa1b24de03cc 458088 doc extra 
opengl-4.2-man-doc_1.0~svn17952-1_all.deb

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

iQIcBAEBAgAGBQJPxgp1AAoJEAFx4YKK4JNFBO0P/Al+ausgXrfnW7w1hpVKJRyU
VKpkpNiQC/oMyqPNzP8lF6r1KIpMp5FuADH7n/vJlVgGX2hB5jl3sW3XsUDWQrbN
ZypKE3QpN18YVrGrM0NBzXoZAFW4FT6CbHfmNE1H6dnQJfNP7QOUrnmnUONh0fQx
Ig61gTmtmD3A6xeG8S491UDFa5v9vE6DRcvwihVAv58jgQYfXAn3DHBLwHIpGII+
xn4YyXdPAwwRjpTkIJ7QZxicec0vM5a2nQSQP1AuQKXONmon+SEnm0KcqzyL5oSy
P9aMQUMyciryJQWZdvkKPGwHdONmwl/rqFymdI7MgniU94PcZIyl/ImgF5ue3R+M
R7TjvelB3GFUVWUMTVij56XnLjdon+t8cDibz/UHjEnEStIG4lU8Ra3QfV1mZCuq
EIoYF/pmfmwv37uV21il0qKsfwAyiMLfAgScUNQvAejCRDtKMG1+Pofrb/IxVcZf
KDaUcr35glm10jyxoQarZKEIulsz2poazrWPACe75voIstVpTVt2sksFMMyC0qvG
Keq39Z2Iczbnv8tlRsvYOhFzNj1Cq+6DUnQ9414cLXWVxMIIZsWa4YcFWMIwdeq4
RT+8hX9c7YAXm4HclB1iRWp0X4anv1vJpAOtpI1Ey+7LOpGPJLea932OjiFsLaM7
UJ9p/kW5Rn1Ec5t2+3Ck
=SA29
-END PGP SIGNATURE-


Accepted:
khronos-opengl-man4_1.0~svn17952-1.debian.tar.gz
  to main/k/khronos-opengl-man4/khronos-opengl-man4_1.0~svn17952-1.debian.tar.gz
khronos-opengl-man4_1.0~svn17952-1.dsc
  to main/k/khronos-opengl-man4/khronos-opengl-man4_1.0~svn17952-1.dsc
khronos-opengl-man4_1.0~svn17952.orig.tar.gz
  to main/k/khronos-opengl-man4/khronos-opengl-man4_1.0~svn17952.orig.tar.gz
opengl-4.2-html-doc_1.0~svn17952-1_all.deb
  to main/k/khronos-opengl-man4/opengl-4.2-html-doc_1.0~svn17952-1_all.deb
opengl-4.2-man-doc_1.0~svn17952-1_all.deb
  to main/k/khronos-opengl-man4/opengl-4.2-man-doc_1.0~svn17952-1_all.deb


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



Accepted mediawiki-math 2:1.0+git20120528-1 (source all amd64)

2012-06-02 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 May 2012 23:19:38 +0100
Source: mediawiki-math
Binary: mediawiki-extensions-math mediawiki-math-texvc mediawiki-math
Architecture: source all amd64
Version: 2:1.0+git20120528-1
Distribution: experimental
Urgency: low
Maintainer: Mediawiki Maintenance Team 
pkg-mediawiki-de...@lists.alioth.debian.org
Changed-By: Jonathan Wiltshire j...@debian.org
Description: 
 mediawiki-extensions-math - math rendering plugin for MediaWiki (common files)
 mediawiki-math - math rendering plugin for MediaWiki (transitional package)
 mediawiki-math-texvc - math rendering plugin for MediaWiki (texvc binary files)
Closes: 673126 675145
Changes: 
 mediawiki-math (2:1.0+git20120528-1) experimental; urgency=low
 .
   * Initial release in new source package (Closes: #675145, #673126)
Checksums-Sha1: 
 e85593a9f651a704874d2fb2a9c96d69d11b44ed 2110 
mediawiki-math_1.0+git20120528-1.dsc
 974bbde4b827b36231346c5ade99c846dd4301e7 96696 
mediawiki-math_1.0+git20120528.orig.tar.gz
 f226c283e662a1082fa48d43ed951dbdcc47f87e 5250 
mediawiki-math_1.0+git20120528-1.debian.tar.gz
 c7faadd127d478c1167a2c0e44ce62f531662e77 82576 
mediawiki-extensions-math_1.0+git20120528-1_all.deb
 67b5a14d433382196e9cfd8a4e6439c9abda8fc1 178324 
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
 844225804395d6b41e462678108454df692b00ec 2054 
mediawiki-math_1.0+git20120528-1_amd64.deb
Checksums-Sha256: 
 4b288e1d9cc6f79c23f5caa8b67b2fc38a4c50dd2bfd3b48fa25fd52397675cd 2110 
mediawiki-math_1.0+git20120528-1.dsc
 b268c419010380df368f33e1731526ba951966d8c6d63a112815ee6a0e22417f 96696 
mediawiki-math_1.0+git20120528.orig.tar.gz
 0d9156cda12ba3d3d70dec326b1ad7818e91100ded02fa7ed0289cbd4b2fc93b 5250 
mediawiki-math_1.0+git20120528-1.debian.tar.gz
 7121fb0235508a4a94f1d9b516c704c630c7aff0959dafd2855c1f3241e8773e 82576 
mediawiki-extensions-math_1.0+git20120528-1_all.deb
 4b7921aa4acae404d238610f17405255746c6ba4314e0bf87cf358648ae33651 178324 
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
 10bab4df2581c08fae6d114655f91618642267d85bda4ce4259254c3da5aff67 2054 
mediawiki-math_1.0+git20120528-1_amd64.deb
Files: 
 dddf3a4be6d861c9caeabc112385bdc3 2110 web extra 
mediawiki-math_1.0+git20120528-1.dsc
 048cbeca0088beda942fab926ebbf8a1 96696 web extra 
mediawiki-math_1.0+git20120528.orig.tar.gz
 7aaca2b45fc791f87b42b713c6fa4ca0 5250 web extra 
mediawiki-math_1.0+git20120528-1.debian.tar.gz
 a008cb42392f89098dbbed0bcb156bae 82576 web extra 
mediawiki-extensions-math_1.0+git20120528-1_all.deb
 077be69263dd11ce4331448ca7e5c520 178324 web extra 
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
 443da5b145e899b27e7c3cb3151cb7a1 2054 oldlibs extra 
mediawiki-math_1.0+git20120528-1_amd64.deb

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

iQIcBAEBAgAGBQJPxp5LAAoJEFOUR53TUkxRK+MP/3Y9bmEaD/OFtaHpAcSuGQEX
PXWTyDPeZS8VR8fz+buIbkUZ6kp0ksWVd97VmByS07hI/NiHYG/QcgWWWR1iWSMX
r/wxxrCngbnhh52FcEq3jb35HrmsA06lIYu3gnGPASDDLU2WwggACjwaJAptQbtV
OxTe1r9FBo/xikvaOn6RECEW8ffrGAwIiGo/surDknv1uam5Y6M2apY2wLDbseC1
OIMl7dvtwh2NXHoj1AV15yIdoRVqw5zJCh7zw8+FuJhkfAcK3BR4RXsm2DDAv7jX
Ebp+nU+C9XDCU6rJQPmg58y2xn8QXMERdsJZm/8PB3UUBHmWv5YbsPWPYbnXBgH3
ISYCOPXXwjoC443YMA9N8sAO9zLPqypLdHpwZ9YbY5MJcnu2lSPtL2Gz0lfxomPX
QUFnWju3sHQoM/5m8u9aolPkOfw3nZP5i+u2KuSpFysP3gWHpGMFM08kHd8/0cg9
Zhe9QbgU+afWH+d33j0Y+P5fprFw3TWA1chL82+BJLzY8Qq2oHGLagwei42unAgw
aEzMRBJ6A6yNxJ5gQa3Bnz93AepUCaSFNK/MJVcaGCZ5Wt2VFuXF1NPoh3164/Z3
0HsnHZaRKC7T8P8jHsAxc1dZZpQIVJDiS4m/ddOKMZk559b4hy2qdQN+LfYIhqdY
jDaBLYJH6QQcMAephFSc
=DZ5E
-END PGP SIGNATURE-


Accepted:
mediawiki-extensions-math_1.0+git20120528-1_all.deb
  to main/m/mediawiki-math/mediawiki-extensions-math_1.0+git20120528-1_all.deb
mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
  to main/m/mediawiki-math/mediawiki-math-texvc_1.0+git20120528-1_amd64.deb
mediawiki-math_1.0+git20120528-1.debian.tar.gz
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1.debian.tar.gz
mediawiki-math_1.0+git20120528-1.dsc
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1.dsc
mediawiki-math_1.0+git20120528-1_amd64.deb
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528-1_amd64.deb
mediawiki-math_1.0+git20120528.orig.tar.gz
  to main/m/mediawiki-math/mediawiki-math_1.0+git20120528.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/e1samln-0007rh...@franck.debian.org



Accepted moe-standard-fonts 20120530-1 (source all)

2012-06-02 Thread Kan-Ru Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 30 May 2012 08:43:30 +0800
Source: moe-standard-fonts
Binary: fonts-moe-standard-kai fonts-moe-standard-song
Architecture: source all
Version: 20120530-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Kan-Ru Chen kos...@debian.org
Description: 
 fonts-moe-standard-kai - Chinese TrueType font, standard Kaiti (non-free)
 fonts-moe-standard-song - Chinese TrueType font, standard Song (non-free)
Closes: 675065 675066
Changes: 
 moe-standard-fonts (20120530-1) unstable; urgency=low
 .
   * Initial release (Closes: #675065, #675066)
Checksums-Sha1: 
 465912cec039c4921a67a4c33a0a36b1892e8f47 2119 moe-standard-fonts_20120530-1.dsc
 a1f3fe48672b0843fe31e4bc0ecc13ebd541304c 20538468 
moe-standard-fonts_20120530.orig.tar.xz
 0d1ab5058466d29c603e69d6c894b09fd01404f9 8204 
moe-standard-fonts_20120530-1.debian.tar.gz
 324d006e82230575eb6b51b3f7bd252ddacac774 8274016 
fonts-moe-standard-kai_20120530-1_all.deb
 7704ac130d76a1fccb5ad01a75bc66f032ecce6b 12281826 
fonts-moe-standard-song_20120530-1_all.deb
Checksums-Sha256: 
 204616ea672f71aab5d6fbaae4819e47984829a61600a2f468f13ae7ad60e695 2119 
moe-standard-fonts_20120530-1.dsc
 57af34685d05e0568bb75e4ebaefba76618a1708f44931e4d79a66aa24d90c05 20538468 
moe-standard-fonts_20120530.orig.tar.xz
 feea06d313e247a9ece5e510c673c8ea70e299ce41f763e0e649f14650f25c68 8204 
moe-standard-fonts_20120530-1.debian.tar.gz
 e5609e5236c655b816b18e948531ca3bb2f963e35b1b84b3366158698e07b821 8274016 
fonts-moe-standard-kai_20120530-1_all.deb
 97e1890854af1b42d78007f41bc3f65e202b93bf826583050835c42c2b25e482 12281826 
fonts-moe-standard-song_20120530-1_all.deb
Files: 
 3fe1ffbf021da5d85d7c547c3588a668 2119 non-free/fonts extra 
moe-standard-fonts_20120530-1.dsc
 47f73986f462c4bdb56839e29f235e77 20538468 non-free/fonts extra 
moe-standard-fonts_20120530.orig.tar.xz
 2c670bbce20238ba3e8daad09ad29285 8204 non-free/fonts extra 
moe-standard-fonts_20120530-1.debian.tar.gz
 01977d33ebd06f80f0303dec7d0d60ec 8274016 non-free/fonts extra 
fonts-moe-standard-kai_20120530-1_all.deb
 d88295077cec8d4c9c57cef9d9f4d2cc 12281826 non-free/fonts extra 
fonts-moe-standard-song_20120530-1_all.deb

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

iQIcBAEBCAAGBQJPxkfnAAoJEAo5NUq25X3hkDcP/3SfwQH3P4mb3B9YlRrG1za1
AQqZ9or4KB5oDIYrQtssTNW89Lr8VS+voLNJgzUt0VaXQwxugHWfysmKBvbZzPpj
PStsPuel/CAW+bOjtJna2A5YAIvT+1UqqfgkzjX13t/KqMUYqr1uCUaSQsQMmIJk
QNBakUDX9ohGMina2+7t7nEY2YmbXKMwNwtI6ZEU/itNlCYRT+U2LN1K0oJdqlQA
LfqLE336fCTCvhjrghxvqzePi7hlAFlWVvA1qDzb9RNaYi1U/xTLa3EpkWIkuwMD
MkxjFR1O7Uik/FGrUTQmiXAtOCNq+pxrZlm+2sSxvMKx8fvqrWx+J+JbwPQZuhNO
nkGZQcub5womtWZ5tSkAnbs+JWfzRH0S7Fu5gWrRqv/wrffNdO/uM6Ww2y1+pRgV
lrQpoRO5+8TB96a1DHSjA4sJYk12likAZFPULfszyHrpIL3E0mNNar+H9rizuPqn
uaW2NfMciuLWPQsDwpOFJxP0EJ0MpMYfNJxUWz4OAD7cXEZItFxW7DMNL9OvhMUn
O6ViHU9aN5rYWdUkcFQXKYJ6tFX5OaQUbC+gCKMFaZ5lhnEpaYoVlguuvZKybPff
MYhlRSFa8CtgcDHkOp04M4R38ZuFSFgW/qNhpIdBGpN0AXPNW3PWEOsEO3x4s6rz
yl0TsDrGuum52OerK5gj
=nFYg
-END PGP SIGNATURE-


Accepted:
fonts-moe-standard-kai_20120530-1_all.deb
  to non-free/m/moe-standard-fonts/fonts-moe-standard-kai_20120530-1_all.deb
fonts-moe-standard-song_20120530-1_all.deb
  to non-free/m/moe-standard-fonts/fonts-moe-standard-song_20120530-1_all.deb
moe-standard-fonts_20120530-1.debian.tar.gz
  to non-free/m/moe-standard-fonts/moe-standard-fonts_20120530-1.debian.tar.gz
moe-standard-fonts_20120530-1.dsc
  to non-free/m/moe-standard-fonts/moe-standard-fonts_20120530-1.dsc
moe-standard-fonts_20120530.orig.tar.xz
  to non-free/m/moe-standard-fonts/moe-standard-fonts_20120530.orig.tar.xz


-- 
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/e1samlb-0007sc...@franck.debian.org



Accepted neobio 0.0.20030929-1 (source all)

2012-06-02 Thread Christoph Gille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 May 2012 11:21:18 +0200
Source: neobio
Binary: neobio
Architecture: source all
Version: 0.0.20030929-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Christoph Gille christoph...@googlemail.com
Description: 
 neobio - pairwise sequence alignments
Closes: 647543
Changes: 
 neobio (0.0.20030929-1) unstable; urgency=low
 .
   * Initial release (Closes: #647543)
Checksums-Sha1: 
 edd4f945255f8095b8c54bd404815921c4ffd604 1390 neobio_0.0.20030929-1.dsc
 c64133027f440cce1978580eacba55ec002bb36f 442105 neobio_0.0.20030929.orig.tar.gz
 48d127b0d86b99388f0b2fb90bff96be6e370a5f 3575 
neobio_0.0.20030929-1.debian.tar.gz
 eeaf3ef4088be062db118f880e28ab46ad3ec538 448238 neobio_0.0.20030929-1_all.deb
Checksums-Sha256: 
 54251b89b3633946a9c1aca5a6ee3379c468e0d060905cebac898ee30e35efe5 1390 
neobio_0.0.20030929-1.dsc
 a2bb19e65e414a66caf19b0167518f378eb73aca08f9b1e8b6e3f327eabfd740 442105 
neobio_0.0.20030929.orig.tar.gz
 cf38b55d62ace78bdd38d2e3ac82ee34cbb2c383fd697de64ca876cb3c4c9266 3575 
neobio_0.0.20030929-1.debian.tar.gz
 814acf95f6fc8a8c5dcd4303747c84ade17484c6eb79407ee860079e3a3206e6 448238 
neobio_0.0.20030929-1_all.deb
Files: 
 a3a9be6fc24130a09009cfe1086b54cd 1390 science extra neobio_0.0.20030929-1.dsc
 056d6dfb0b65d36cbd4710b096a42cec 442105 science extra 
neobio_0.0.20030929.orig.tar.gz
 e4941614c33c2107aa55a57892680985 3575 science extra 
neobio_0.0.20030929-1.debian.tar.gz
 ab7b0af495a6ad58f7e1d42a2e45d6e9 448238 science extra 
neobio_0.0.20030929-1_all.deb

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

iEYEARECAAYFAk/F69wACgkQYDBbMcCf01oTQACeJ0hfmHRmmR8S2dBi/2dyreuM
PnIAn1/Khe9gP5c9nEeuJDlW5jenjIW2
=l3S6
-END PGP SIGNATURE-


Accepted:
neobio_0.0.20030929-1.debian.tar.gz
  to main/n/neobio/neobio_0.0.20030929-1.debian.tar.gz
neobio_0.0.20030929-1.dsc
  to main/n/neobio/neobio_0.0.20030929-1.dsc
neobio_0.0.20030929-1_all.deb
  to main/n/neobio/neobio_0.0.20030929-1_all.deb
neobio_0.0.20030929.orig.tar.gz
  to main/n/neobio/neobio_0.0.20030929.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/e1samlp-0007sz...@franck.debian.org



Accepted portabase 2.0+git20110117-1 (source sparc)

2012-06-02 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 May 2012 15:37:25 +1000
Source: portabase
Binary: portabase
Architecture: source sparc
Version: 2.0+git20110117-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@member.fsf.org
Changed-By: Dmitry Smirnov only...@member.fsf.org
Description: 
 portabase  - Easy-to-use personal database application
Closes: 584570
Changes: 
 portabase (2.0+git20110117-1) unstable; urgency=low
 .
   * Initial release (Closes: #584570)
Checksums-Sha1: 
 b754363a0d45a1a9e733abb66e858998c4a07360 1532 portabase_2.0+git20110117-1.dsc
 32d71fbff1ddb069c6b6c9e7753bc710b8f9c4d4 936788 
portabase_2.0+git20110117.orig.tar.xz
 23adc90d34b98caa8da16dd094e4c87e5c32ef0c 4600 
portabase_2.0+git20110117-1.debian.tar.xz
 abdeb94fdbbf804cb41367134819577140a0a848 863980 
portabase_2.0+git20110117-1_sparc.deb
Checksums-Sha256: 
 76ee582265b2693bf3b819acc627e45127499b8f347a8e43a3c50e476ae1b97c 1532 
portabase_2.0+git20110117-1.dsc
 377c1eabf877a2c40646712b40c420bc99393bd8df6cb215793ea83e80b27b5a 936788 
portabase_2.0+git20110117.orig.tar.xz
 c0744d7937556bf572e2b94e5706016bbd6591e522d39cc405e75f0b5a812283 4600 
portabase_2.0+git20110117-1.debian.tar.xz
 771147dbba8ee6d192bc7008907853edec75b7366abd0758609e7939036b38f8 863980 
portabase_2.0+git20110117-1_sparc.deb
Files: 
 0777b2b167695d8d8f21e59f2c2b552f 1532 database optional 
portabase_2.0+git20110117-1.dsc
 c443113bb51ea294ee8810c27418afac 936788 database optional 
portabase_2.0+git20110117.orig.tar.xz
 8adc89b44187e174329e4e0fc9c4299a 4600 database optional 
portabase_2.0+git20110117-1.debian.tar.xz
 f20aa1bdc9c56881be426de26d40d4d6 863980 database optional 
portabase_2.0+git20110117-1_sparc.deb

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

iQEcBAEBCgAGBQJPxxUZAAoJEIAhAkTu07wNmykIAM2BqEaqZZWMAk0LuiTczAjL
JJfM3MvIFkJ3NRHgZYaG50XOUCEMeyKqajaUYGKeetPP6TJ7u7qXrxg/HO4u80fG
ByLBvZCg2xchJkrpi9uPw1dbRrTPGUCw1tnCLmytX1TQxm6Y2crGCzpq/tnPRnKi
BT+X2J9/USShJl6qTXjUznp4Hl2lkG9vgeVj0JJY4F+OKQUSjzro8ocVAOb1aoaX
JxdeTbtC+3DmUmSopLcWvBLIe+LIU9Sg2Yg77p3QGIL2O7v5F6c8U8M1wyO4k9qd
Nq9bLWiJAdYaRRgaPjW65X8DCok33w3tbpcawGFlxG+IghmP51ABlMsx0MHLiXk=
=Lu6T
-END PGP SIGNATURE-


Accepted:
portabase_2.0+git20110117-1.debian.tar.xz
  to main/p/portabase/portabase_2.0+git20110117-1.debian.tar.xz
portabase_2.0+git20110117-1.dsc
  to main/p/portabase/portabase_2.0+git20110117-1.dsc
portabase_2.0+git20110117-1_sparc.deb
  to main/p/portabase/portabase_2.0+git20110117-1_sparc.deb
portabase_2.0+git20110117.orig.tar.xz
  to main/p/portabase/portabase_2.0+git20110117.orig.tar.xz


-- 
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/e1samm1-0007tg...@franck.debian.org



Accepted ruby1.8 1.8.7.358-4 (source all amd64)

2012-06-02 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 Jun 2012 22:44:42 -0300
Source: ruby1.8
Binary: ruby1.8 libruby1.8 libruby1.8-dbg ruby1.8-dev libtcltk-ruby1.8 
ruby1.8-examples ri1.8 ruby1.8-full
Architecture: source all amd64
Version: 1.8.7.358-4
Distribution: unstable
Urgency: low
Maintainer: akira yamada ak...@debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 libruby1.8 - Libraries necessary to run Ruby 1.8
 libruby1.8-dbg - Debugging symbols for Ruby 1.8
 libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
 ri1.8  - Ruby Interactive reference (for Ruby 1.8)
 ruby1.8- Interpreter of object-oriented scripting language Ruby 1.8
 ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
 ruby1.8-examples - Examples for Ruby 1.8
 ruby1.8-full - Ruby 1.8 full installation
Closes: 674942 675347
Changes: 
 ruby1.8 (1.8.7.358-4) unstable; urgency=low
 .
   * debian/rules: avoid running DRB tests, since they crash and leave runaway
 processes that make buildds hang forever. With this, I expect that we
 don't need to set timeouts for the test suite at all (Closes: #674942).
   * Added patch by Steven Chamberlain to make ruby1.8-dev depend on gcc-4.6,
 since Ruby will hard code that as the compiler for building C extensions.
 Any C extension will FTBFS if gcc-4.6 is not installed (Closes: #675347).
Checksums-Sha1: 
 28491056860380815e42408aa15602898cb2 1888 ruby1.8_1.8.7.358-4.dsc
 78eadf8b8a45e0fbb21fd83d185f72bd1fd7a0de 57617 
ruby1.8_1.8.7.358-4.debian.tar.gz
 1a448e3fd0fdedfbcd309e66635ed20992b2fe02 345194 
ruby1.8-examples_1.8.7.358-4_all.deb
 e4a2d194b9a00092d6f736db40d7340d6318c5d1 1430422 ri1.8_1.8.7.358-4_all.deb
 86610da6227656cb2dccb3e02ab4e8842f4985d7 283640 
ruby1.8-full_1.8.7.358-4_all.deb
 95073e48c628ede107a8e744a7029cf2720ae06f 319770 ruby1.8_1.8.7.358-4_amd64.deb
 672114c433f4b1101cfd58cad84718e1cfbe9c6b 2089564 
libruby1.8_1.8.7.358-4_amd64.deb
 bf212bd83128dc6210e90168b5b4d76b27ea6e5d 1737308 
libruby1.8-dbg_1.8.7.358-4_amd64.deb
 bdd1eee1036082515f52b3c5995971c3dfe5933f 910650 
ruby1.8-dev_1.8.7.358-4_amd64.deb
 9fb11e9e40af5a6d54e1e1d54f986f6f31010f5d 2036256 
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
Checksums-Sha256: 
 ea8de8b96bdcfcd2da35e5b41681315f7af69c09f7f3f903c70126396c135667 1888 
ruby1.8_1.8.7.358-4.dsc
 e66379c6aa46fdc6c761974b4162bb8d441224991c49715220533e77d38e0ee1 57617 
ruby1.8_1.8.7.358-4.debian.tar.gz
 2132545e7dfe981c1ed48cfb1338b9c66915579020a22edcd0d3afb4d6ec16f4 345194 
ruby1.8-examples_1.8.7.358-4_all.deb
 15a882588c661de81c899df94447024f3f79044dcafbd85be21a33402b1b5acb 1430422 
ri1.8_1.8.7.358-4_all.deb
 904ab3fc40f0ae635a8c9db100993663c55109252fcdf005ee16f993c97886f6 283640 
ruby1.8-full_1.8.7.358-4_all.deb
 42c92d5a043e1061c2aa0a5ef712f32903ce28a3ef2e7ac9df4bb0629e9f61c0 319770 
ruby1.8_1.8.7.358-4_amd64.deb
 42433c320b70be4a8efa1104ee246f0846e07601e81570157483c84ce3474891 2089564 
libruby1.8_1.8.7.358-4_amd64.deb
 1a60d594fa06776b7104a8a5cf66e69dfa7f6d405dc02a66ff0ce63343a4cfd6 1737308 
libruby1.8-dbg_1.8.7.358-4_amd64.deb
 ed25e74120cb4b1968ad7e2e3a1679e4adce535de91f8659a6d72cd8e5780665 910650 
ruby1.8-dev_1.8.7.358-4_amd64.deb
 acaaa0b22e431dcc77b1a0c27b34aabe716c1119ae8c3338a33fdaaee87c640e 2036256 
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
Files: 
 05fea184354072742b5890f1fbb3052e 1888 ruby optional ruby1.8_1.8.7.358-4.dsc
 810f237f8600b43a63d22b5025296b76 57617 ruby optional 
ruby1.8_1.8.7.358-4.debian.tar.gz
 f9d990a61f02cda6922791ab85d456da 345194 ruby optional 
ruby1.8-examples_1.8.7.358-4_all.deb
 890cd9e60c838336a38afc5ada1a720f 1430422 ruby optional 
ri1.8_1.8.7.358-4_all.deb
 8368cdc342e57b99caadf1ab46c9b689 283640 ruby optional 
ruby1.8-full_1.8.7.358-4_all.deb
 9971ee7337d08c368c2c2f40679d6b0a 319770 ruby optional 
ruby1.8_1.8.7.358-4_amd64.deb
 768837a8fadb814adaff84a471b1e9c6 2089564 libs optional 
libruby1.8_1.8.7.358-4_amd64.deb
 cf3c8a09fbf1c8a27c7098ad6d99416e 1737308 debug extra 
libruby1.8-dbg_1.8.7.358-4_amd64.deb
 5c02f83b898b426d8ed7e51529e903e3 910650 ruby optional 
ruby1.8-dev_1.8.7.358-4_amd64.deb
 e9e51587f0571abaf891b113da1409c0 2036256 ruby optional 
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb

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

iEYEARECAAYFAk/J9BwACgkQDOM8kQ+cso8awACfWIsFZdJ08MFwrBsBIPfWdcBe
1AEAoJ5onD/KZeuzpia0z5sGKbYqM1e4
=JafM
-END PGP SIGNATURE-


Accepted:
libruby1.8-dbg_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8-dbg_1.8.7.358-4_amd64.deb
libruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libruby1.8_1.8.7.358-4_amd64.deb
libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/libtcltk-ruby1.8_1.8.7.358-4_amd64.deb
ri1.8_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ri1.8_1.8.7.358-4_all.deb
ruby1.8-dev_1.8.7.358-4_amd64.deb
  to main/r/ruby1.8/ruby1.8-dev_1.8.7.358-4_amd64.deb
ruby1.8-examples_1.8.7.358-4_all.deb
  to main/r/ruby1.8/ruby1.8-examples_1.8.7.358-4_all.deb
ruby1.8-full_1.8.7.358-4_all.deb

Accepted biojava3-live 3.0.4-1 (source all)

2012-06-02 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 May 2012 18:13:46 +0200
Source: biojava3-live
Binary: libbiojava3.0-java libbiojava3-java libbiojava3-java-doc
Architecture: source all
Version: 3.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Olivier Sallou osal...@debian.org
Description: 
 libbiojava3-java - Java API to biological data and applications (default 
version)
 libbiojava3-java-doc - [Biology] Documentation for BioJava
 libbiojava3.0-java - Java API to biological data and applications (version 3)
Closes: 674265
Changes: 
 biojava3-live (3.0.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #674265)
Checksums-Sha1: 
 2ddee597f72989c984c41874dfabfa23dbb62cca 2478 biojava3-live_3.0.4-1.dsc
 9583a61c22829e632ee322941f518f8192952de4 6174280 
biojava3-live_3.0.4.orig.tar.bz2
 b18394232c6916125afa43c8e7227c2bf6ede32e 7754 
biojava3-live_3.0.4-1.debian.tar.gz
 d529f657c4cfb6529edfcd14e49e844eb6dda763 3121448 
libbiojava3.0-java_3.0.4-1_all.deb
 c73ab0ede2f70f3b6aaa655b43b1ad3bafdd705c 2742 libbiojava3-java_3.0.4-1_all.deb
 ee46b67df18f37ba08206539931d1d3d643e21ba 2161198 
libbiojava3-java-doc_3.0.4-1_all.deb
Checksums-Sha256: 
 270f3554805fdb35cd6bb4cc4bedb08530cf50ccb05bf41049dc226945f7a67d 2478 
biojava3-live_3.0.4-1.dsc
 69ed4e0c98a582e5308da73806c853f4d1d2cf02bc5b8534731de244251611bd 6174280 
biojava3-live_3.0.4.orig.tar.bz2
 6b932fa3221175caa0d033900e0c92e823014af9d587f087964e0f238720c912 7754 
biojava3-live_3.0.4-1.debian.tar.gz
 0474a3f1cdfde71dd170e162e8d7f145b107e094826eb89ef164a2037d2dff38 3121448 
libbiojava3.0-java_3.0.4-1_all.deb
 eb53ff788b78bc651e35a2c0f7bab6e23350359b8810c9f06e283860e6248e7b 2742 
libbiojava3-java_3.0.4-1_all.deb
 5fdbea7af7fffea30c8575a91466ede3ee5bb2a1e670fc6db56404c3619c3d25 2161198 
libbiojava3-java-doc_3.0.4-1_all.deb
Files: 
 79c652b53f9d0881bb56ee9d670716f8 2478 java optional biojava3-live_3.0.4-1.dsc
 6da41c8dac1cb7527c78dc3a7a0d34d6 6174280 java optional 
biojava3-live_3.0.4.orig.tar.bz2
 27b18dd881fbf9d9f42fa3de0ab4759a 7754 java optional 
biojava3-live_3.0.4-1.debian.tar.gz
 57aab979b5430cc3229e22c3a6c47ecb 3121448 java optional 
libbiojava3.0-java_3.0.4-1_all.deb
 08ba4eb5dc517de5c4ecbf9ff6895ef9 2742 java optional 
libbiojava3-java_3.0.4-1_all.deb
 ea85c32dd72fcd6510efa3009f8510f5 2161198 doc optional 
libbiojava3-java-doc_3.0.4-1_all.deb

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

iQIcBAEBCAAGBQJPxzTmAAoJEHjcaNsybYQ4qXcP/0F1X+TVUap37Km+XBtI04yJ
nizao+9D+Kw8t9GKSy7tr3QwvIRLJ+dvLqamzeLrCDSqIZC+dvMLA4L1KvmzZ/4C
CehIJ/8bdUgApRkYXJ+UKdMD5vI4BTTJ8JN9bk0IPrkS7unX0g3YLYi0Mj3nM+UW
U06qh1LrBpqK5CGUMW4aZcxmxjwCLoF94P2qYsc0Kvw8welJgFE9JpyXdNpCVP0U
Cm9TH3QKBzGJILOnOF6k9G6wrgdKnGChY83X9PLh1mKv31dBAbqj0e2WP/E9Zd3e
0AvpxhAM9LMLx34HkSFnwwYIHHED3+vemCT23yV9IDjlU3oOSX5aoAZkGO1mdwE3
9k7LIFXTTSkjgpRHq9yOaxArXp7myTbVMZhHL8EEhcfzqG/GdCLzYyA58ee/p5PX
UXAVOWqpa/D7x4yn6KpwKdn4UCm2/Jv5Ll4KXLNXXwC24duILbAMo1AMKWkZ4XTe
tTNqhpmS8vysE3pnVwt+P3PY887RWZoLzHGFbrMLOpGDU+pJF9Z/Pjiu0eKWI2i9
0fprdztYICs8gIQH+KCZA+xIggAZGn89g8Da+tv3BHfih6muj8OpTFOteEnrCx8c
xn0ZWR4U8PMn43UAZah8G17PJXHxEkz31JAg8Ox0lwmyGWilX+C6+hIxY89BRDSx
z6eRuz0RxfdYH//oZJPD
=DCnF
-END PGP SIGNATURE-


Accepted:
biojava3-live_3.0.4-1.debian.tar.gz
  to main/b/biojava3-live/biojava3-live_3.0.4-1.debian.tar.gz
biojava3-live_3.0.4-1.dsc
  to main/b/biojava3-live/biojava3-live_3.0.4-1.dsc
biojava3-live_3.0.4.orig.tar.bz2
  to main/b/biojava3-live/biojava3-live_3.0.4.orig.tar.bz2
libbiojava3-java-doc_3.0.4-1_all.deb
  to main/b/biojava3-live/libbiojava3-java-doc_3.0.4-1_all.deb
libbiojava3-java_3.0.4-1_all.deb
  to main/b/biojava3-live/libbiojava3-java_3.0.4-1_all.deb
libbiojava3.0-java_3.0.4-1_all.deb
  to main/b/biojava3-live/libbiojava3.0-java_3.0.4-1_all.deb


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



Accepted gflags 2.0-1 (source all amd64)

2012-06-02 Thread Koichi Akabe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 May 2012 20:19:37 +0900
Source: gflags
Binary: libgflags-dev libgflags2 libgflags-doc
Architecture: source amd64 all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Koichi Akabe vbkaise...@gmail.com
Changed-By: Koichi Akabe vbkaise...@gmail.com
Description: 
 libgflags-dev - commandline flags module for C++ (development files)
 libgflags-doc - documentation of gflags
 libgflags2 - commandline flags module for C++ (shared library)
Closes: 523411
Changes: 
 gflags (2.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #523411)
Checksums-Sha1: 
 428d6294246b64fd39b12a72e9c3efd41cd0daeb 1786 gflags_2.0-1.dsc
 dfb0add1b59433308749875ac42796c41e824908 513739 gflags_2.0.orig.tar.gz
 d73877577c2e9d4e685867781179f8c5d01bcba3 2508 gflags_2.0-1.debian.tar.gz
 5b7519d0da32e1aee5ead8edc40f64db6425ce6d 152044 libgflags-dev_2.0-1_amd64.deb
 41a89b9a0a6fa7a53cbd6c10e72bb1854e9bf2f9 113188 libgflags2_2.0-1_amd64.deb
 4b5c50e0820fe4848f68392eabe7d19bed1d2d14 18762 libgflags-doc_2.0-1_all.deb
Checksums-Sha256: 
 0082268214f459bcb5c693481d60e526c5fb40519f076317c6ca5efa4bb0470d 1786 
gflags_2.0-1.dsc
 ce4a5d3419f27a080bd68966e5cd9507bfa09d14341e07b78a1778a7a172d7d7 513739 
gflags_2.0.orig.tar.gz
 f3abebf04197847230e756fcfecbba25a42abdb79172adb04a2f440733e5bceb 2508 
gflags_2.0-1.debian.tar.gz
 4009e88e776404117ce02974c325b4fd16e34298d0af109a686f69ccbf50e21d 152044 
libgflags-dev_2.0-1_amd64.deb
 f117e380f7cd6b21e137b45887bcbabf9fb98c0719f1f706f01b9578b76c641d 113188 
libgflags2_2.0-1_amd64.deb
 e4291be8cb9b322fe24321714a40d32545f5520390199bd7b29556db345c7b77 18762 
libgflags-doc_2.0-1_all.deb
Files: 
 45716f17dc9fb0873951a1994417c8f8 1786 libs optional gflags_2.0-1.dsc
 e02268c1e90876c809ec0ffa095da864 513739 libs optional gflags_2.0.orig.tar.gz
 5c57ac5dd8dfb2ac7d7606c64c82838a 2508 libs optional gflags_2.0-1.debian.tar.gz
 a72a87e497f4a9c3f10028bb74179c56 152044 libdevel optional 
libgflags-dev_2.0-1_amd64.deb
 561e49fe491072deb1d0742ac75df552 113188 libs optional 
libgflags2_2.0-1_amd64.deb
 81c1655dd9a292b9df775165f99ae4c5 18762 doc optional libgflags-doc_2.0-1_all.deb

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

iQIcBAEBAgAGBQJPx2ixAAoJEAFx4YKK4JNFbjgQAIuLqlGNtKlWCDVXjynoEOcu
zE1MzMAakyizfS16dHtUF/3yKKIHbvzfwEj9i/e/9EOSQ/OYLjpBiSb8qaO/igEG
4fX4NEvRchWyYfDrOU5Ij8aw9d1udYJ/wugZY7A/QzOaVhavf8wBmPgFCdSlielU
PtZZl8380ZAym78sIjSMT3w9ZCeng+6giOhMpcnrqilUFOudj9VlYrQbhVXsXkEh
WHkMDxMtVChSqqrW8ecOft0BtC3L7mQqyrZj71DYmlnjR4Gsn/Rf1UJHwLyNgKDy
woMAXYCs9yIx7LO9hn0X4asnDwhejE3Xn45GJGZW12I8JglBzhOwEhktCIrZqY3L
xFxqwV6ZJLTar2vDz/omSLQs2/Meuu9tVOw49bdNYl/7qt2DoQcgXNhluC0oVxLE
3OPBwjvFXtKjxXSWAetwTp2sUBwFneFvzAI/9CBeY03IMlvbi60M7OCFsgeJpTWn
kRfwhmCgU1astND6xCMPLU8OLxupPkw2SWQtQnBIDkiSRgWouuTR7mYlxx13sDBI
5+J3l+coquqx+OZeiEqC5OBbQ9iSgOKuElL8rf2f/kpJKDz7GS9NMU9gYxmaQngu
gxLq6C1C6PJkFOB2fFFlSXuu+mmF/ETvZL1d3vZa+LP/SwNUx915lQ2FpX/14tIU
8T9wAqFYobGl9sWUXdGr
=mcKS
-END PGP SIGNATURE-


Accepted:
gflags_2.0-1.debian.tar.gz
  to main/g/gflags/gflags_2.0-1.debian.tar.gz
gflags_2.0-1.dsc
  to main/g/gflags/gflags_2.0-1.dsc
gflags_2.0.orig.tar.gz
  to main/g/gflags/gflags_2.0.orig.tar.gz
libgflags-dev_2.0-1_amd64.deb
  to main/g/gflags/libgflags-dev_2.0-1_amd64.deb
libgflags-doc_2.0-1_all.deb
  to main/g/gflags/libgflags-doc_2.0-1_all.deb
libgflags2_2.0-1_amd64.deb
  to main/g/gflags/libgflags2_2.0-1_amd64.deb


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



Accepted indicator-application 0.5.0-1 (source amd64)

2012-06-02 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 May 2012 23:33:00 +0200
Source: indicator-application
Binary: indicator-application indicator-application-gtk2
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 indicator-application - application menu indicator
 indicator-application-gtk2 - application menu indicator - GTK2 version
Closes: 609503
Changes: 
 indicator-application (0.5.0-1) unstable; urgency=low
 .
   * Import indicator-application from Ubuntu.
 Closes: #609503
   * Set Maintainer, Uploaders, Vcs-* to pkg-ayatana
   * Drop useless XS-Python-Version header
   * Improve descriptions
   * Standards-Version: 3.9.3
Checksums-Sha1: 
 cf03ee021f7168170203b227eccf01d0f37b7c11 1837 indicator-application_0.5.0-1.dsc
 d07ba65ad17d9fca1668a96db7fed041f4625a01 396456 
indicator-application_0.5.0.orig.tar.gz
 5b4c023032e7787c560f7463f0f7ea5bd1fe4cd9 8829 
indicator-application_0.5.0-1.diff.gz
 a0b079e42fb1dc27a889a1907d011416aa75ba22 62366 
indicator-application_0.5.0-1_amd64.deb
 843afe6707cf83245631e71b3c0059d928c87b62 44710 
indicator-application-gtk2_0.5.0-1_amd64.deb
Checksums-Sha256: 
 9a760072b71a1205656b05424c9185562ea22a10f19fb3fa7b35dbf1523ce0c7 1837 
indicator-application_0.5.0-1.dsc
 bb4f3f6ebffa27c10ed4f9b4231ee63e7eeec6c211e07f984f72881463485684 396456 
indicator-application_0.5.0.orig.tar.gz
 c35aeebceb9f63fc843f27c0a74e7eae14259485006b4065a64bfa6d3f884a68 8829 
indicator-application_0.5.0-1.diff.gz
 1dd46ff0413ab4047b04b7e87ea1cc5973beca492ae9c8f6916535d05d1ffc56 62366 
indicator-application_0.5.0-1_amd64.deb
 beecb20ebc71bd3ca9171036062ffb2bfd8cd706b927f5fe8eeb1208559e11f6 44710 
indicator-application-gtk2_0.5.0-1_amd64.deb
Files: 
 475c16148b951dee5dbe3f34377e5836 1837 gnome optional 
indicator-application_0.5.0-1.dsc
 2af53b69dbdbb326810cbfec31a9ee77 396456 gnome optional 
indicator-application_0.5.0.orig.tar.gz
 3ad9ee1832bd0a12dbce714f64b1f7fd 8829 gnome optional 
indicator-application_0.5.0-1.diff.gz
 ceff7aed2eda74a99d02294e421e4927 62366 gnome optional 
indicator-application_0.5.0-1_amd64.deb
 e6ee7c7bf038c1faa94fcc6b0ea7e951 44710 gnome optional 
indicator-application-gtk2_0.5.0-1_amd64.deb

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

iEYEARECAAYFAk/H5kQACgkQJKAUGKwVtQy7sQCgna1S1XvEfjhjrnnNIt3aXHwL
cK0AoJiVd8XP5HYw2Znl2nEJJl/77+q8
=ljrL
-END PGP SIGNATURE-


Accepted:
indicator-application-gtk2_0.5.0-1_amd64.deb
  to main/i/indicator-application/indicator-application-gtk2_0.5.0-1_amd64.deb
indicator-application_0.5.0-1.diff.gz
  to main/i/indicator-application/indicator-application_0.5.0-1.diff.gz
indicator-application_0.5.0-1.dsc
  to main/i/indicator-application/indicator-application_0.5.0-1.dsc
indicator-application_0.5.0-1_amd64.deb
  to main/i/indicator-application/indicator-application_0.5.0-1_amd64.deb
indicator-application_0.5.0.orig.tar.gz
  to main/i/indicator-application/indicator-application_0.5.0.orig.tar.gz


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



Accepted libappindicator 0.4.92-1 (source all amd64)

2012-06-02 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 May 2012 22:57:30 +0200
Source: libappindicator
Binary: python-appindicator libappindicator1 gir1.2-appindicator-0.1 
libappindicator-dev libappindicator-doc libappindicator3-1 libappindicator3-dev 
gir1.2-appindicator3-0.1 libappindicator0.1-cil libappindicator0.1-cil-dev
Architecture: source all amd64
Version: 0.4.92-1
Distribution: unstable
Urgency: low
Maintainer: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 gir1.2-appindicator-0.1 - Typelib files for libappindicator1
 gir1.2-appindicator3-0.1 - Typelib files for libappindicator3-1
 libappindicator-dev - allow applications to export a menu into the panel -- 
development
 libappindicator-doc - allow applications to export a menu into the panel -- 
documentati
 libappindicator0.1-cil - allow applications to export a menu into the panel -- 
CLI binding
 libappindicator0.1-cil-dev - allow applications to export a menu into the 
panel -- CLI develop
 libappindicator1 - allow applications to export a menu into the panel
 libappindicator3-1 - allow applications to export a menu into the panel -- 
GTK3 versio
 libappindicator3-dev - allow applications to export a menu into the panel -- 
GTK3 develo
 python-appindicator - Python bindings for libappindicator
Closes: 675395
Changes: 
 libappindicator (0.4.92-1) unstable; urgency=low
 .
   * Import libappindicator from Ubuntu.
 Closes: #675395
   * Drop B-D on dbus-test-runner, it's not available in Debian (yet)
   * Set Maintainer, Uploaders, Vcs-* to pkg-ayatana
   * Improve package descriptions
   * gir* packages belong into section introspection
   * Standards-Version: 3.9.3
Checksums-Sha1: 
 ee8ecdd3a4d55849f80827ab38b5f3a425b370bb 2614 libappindicator_0.4.92-1.dsc
 42c21d7a5cd7b8eaaea3705fdab910292aab5300 526779 
libappindicator_0.4.92.orig.tar.gz
 d8ae4d25d1f43301c08065564efdceaea73bb714 11363 libappindicator_0.4.92-1.diff.gz
 00cf28df65bb51f556ceb8e886b2e9a58b583073 55632 
libappindicator-doc_0.4.92-1_all.deb
 e209651cb108b0e49a9794feb24649ef71ea6970 46056 
libappindicator0.1-cil_0.4.92-1_all.deb
 ee1b9eb7d10a40a30faf800cefa80830ce364917 36116 
libappindicator0.1-cil-dev_0.4.92-1_all.deb
 5fe3e4c67b5e172049ff1ced77990a34fed5d4c6 45168 
python-appindicator_0.4.92-1_amd64.deb
 bbd443e760b272f1faaf6605fe0d7f01448c4633 55990 
libappindicator1_0.4.92-1_amd64.deb
 6ec82051a48751ff1e35d089c8d6f35416e31d8e 38656 
gir1.2-appindicator-0.1_0.4.92-1_amd64.deb
 03c84e0459fc298a181b6de3ee781ac6d1be3be8 47806 
libappindicator-dev_0.4.92-1_amd64.deb
 1b663e5f5121c85f262e4c466e80252397708df1 55960 
libappindicator3-1_0.4.92-1_amd64.deb
 88d8b64a76e0ea62bb82dab53956fd2f0be1a412 47834 
libappindicator3-dev_0.4.92-1_amd64.deb
 aea0df9f914db988b9cedb3b85d6c757e6ce4a1c 38662 
gir1.2-appindicator3-0.1_0.4.92-1_amd64.deb
Checksums-Sha256: 
 1016ea0ea1e5898f8dadc0af4dd8b33451b471308dae2b80a0968e497ee76a23 2614 
libappindicator_0.4.92-1.dsc
 b034263908f79a321542d3aaa32cc30381a3fbed5ee42af4347caaff4a853803 526779 
libappindicator_0.4.92.orig.tar.gz
 f6facc933ff79a8a3a505d4685ad778342212e8644b52084a554eb23d56a1324 11363 
libappindicator_0.4.92-1.diff.gz
 46b3447fb3dfcb9ca52407f8c249be8f9f77187669a82b49441d41958984d9b3 55632 
libappindicator-doc_0.4.92-1_all.deb
 8bcc4cb2eaa888b9f5d785bc3cc558340e3dab206a98776410dfbc4f51d839b1 46056 
libappindicator0.1-cil_0.4.92-1_all.deb
 1cb4fa576857b68c3db08788e09cf164e6a8a67326fc347ed55952f22f0ce06e 36116 
libappindicator0.1-cil-dev_0.4.92-1_all.deb
 fef8b04926973b17492df7d004681a786b10f85a7a156da615d67b3df6d819a4 45168 
python-appindicator_0.4.92-1_amd64.deb
 8233b29b86eacd089f6e120e16ffc28b4fb726d2bd31b8396d04efe369e502f9 55990 
libappindicator1_0.4.92-1_amd64.deb
 8dbee8e0eb82bbb53aa8b977bd06abd383ddb99924373c22c0bd22418e320be5 38656 
gir1.2-appindicator-0.1_0.4.92-1_amd64.deb
 185443ecaac59abf388e292f5562e86edf0c5eba716598303df6dcdb3b18899f 47806 
libappindicator-dev_0.4.92-1_amd64.deb
 4f87283043bf1702ec87eba4e4cae6d3cefa4a7264e20678cabc1c8e2203d2eb 55960 
libappindicator3-1_0.4.92-1_amd64.deb
 fd34edcbb5799b2bdcd782d883e1f91b0ff4a45b1d59329e420bd7675ac75005 47834 
libappindicator3-dev_0.4.92-1_amd64.deb
 e60d0dd283d4f1ddcb178070f425a13b9ceb570f693132edaedf91c6f793f26d 38662 
gir1.2-appindicator3-0.1_0.4.92-1_amd64.deb
Files: 
 a0f9295379cd4c29d256d11cd54062c5 2614 gnome optional 
libappindicator_0.4.92-1.dsc
 3e960dea059510061553ce0c24d22e75 526779 gnome optional 
libappindicator_0.4.92.orig.tar.gz
 7e5ff3cb679afb96d9dfda346a275f3c 11363 gnome optional 
libappindicator_0.4.92-1.diff.gz
 46f778ea98c7c42a921eccaa6a9ffd29 55632 doc optional 
libappindicator-doc_0.4.92-1_all.deb
 b59dda250c25b5b22f776278d2b67f71 46056 cli-mono optional 
libappindicator0.1-cil_0.4.92-1_all.deb
 53cba0139a5eb432bc7f8bcbeb12aec6 36116 libdevel optional 
libappindicator0.1-cil-dev_0.4.92-1_all.deb
 462580cfc3f38aaef0b016f3261da444 45168 python optional 

Accepted openssn 1.1-1 (source sparc all)

2012-06-02 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 May 2012 22:16:17 -0700
Source: openssn
Binary: openssn openssn-data openssn-dbg
Architecture: source sparc all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 openssn- modern submarine tactical simulator
 openssn-data - modern submarine tactical simulator (data)
 openssn-dbg - modern submarine tactical simulator (debug)
Closes: 640167
Changes: 
 openssn (1.1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #640167)
Checksums-Sha1: 
 cc1ebde0530b99295999405ddbad8dae3193675e 1723 openssn_1.1-1.dsc
 c5657ec6aa640024e278bfbba7c7090c33d63153 6090118 openssn_1.1.orig.tar.gz
 f6c90bfdd94bcacfe6f979656db82212604863f4 5670 openssn_1.1-1.debian.tar.gz
 d3ad1f0a18c26d3270a7d1dc2409f18eb4da6162 80430 openssn_1.1-1_sparc.deb
 73345688cd47cf587d4b15dca2b082bbb5a480a5 5860036 openssn-data_1.1-1_all.deb
 900407df0e734a9f99af0a6f5d5061f5da5b4eb0 186762 openssn-dbg_1.1-1_sparc.deb
Checksums-Sha256: 
 8ecc7dd233b27f8954a06df7c9f7ef0831b85d073542916649792be1d3316e41 1723 
openssn_1.1-1.dsc
 3b11102fdb71bdab3a7a31a8840acfc163dc1508cb4d907f8a88fbaaef9858ce 6090118 
openssn_1.1.orig.tar.gz
 a9cbe3518767b9d6a3094f24180e54936bfad75d2ff81285591aa39ff3d23ca7 5670 
openssn_1.1-1.debian.tar.gz
 c458a0cb50437c3ba221f97a1fbd962943afcd56cefc5cd3a70748a97e6a 80430 
openssn_1.1-1_sparc.deb
 86570b4b55a10952073f84bd7dcbce4185ec88da07e26fbd24f9b35948fb9802 5860036 
openssn-data_1.1-1_all.deb
 267c37a69ddc472be4c28677af755c789f2769557b45f0838abf885061b3f4a1 186762 
openssn-dbg_1.1-1_sparc.deb
Files: 
 67c87543753ba936cb5e7c6919905211 1723 games optional openssn_1.1-1.dsc
 fa0717a5c81b7cbb015c9f557748ac74 6090118 games optional openssn_1.1.orig.tar.gz
 239eb715355fa95f3dc27c7f386599a6 5670 games optional 
openssn_1.1-1.debian.tar.gz
 84719b2006f8cdee117bfc4f04d25f40 80430 games optional openssn_1.1-1_sparc.deb
 c2e5218026379fdb0c06acb5d88ad5ec 5860036 games optional 
openssn-data_1.1-1_all.deb
 ea84d1235512da18ca1c524516615fa2 186762 debug extra openssn-dbg_1.1-1_sparc.deb

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

iQEcBAEBCgAGBQJPx0Y3AAoJEIAhAkTu07wNVZgH+wd5p+j4YrBcFRQoS4uAd3GI
vR7jvG5A6tOwYx3wXSZASUXptdjVr92bFmvllKY7lJGOsTmwllUs6JzrfASJeXyD
zIM+T5IA0fTmYq6H9X5a1Xx2UFleX6ffDQiXbmEzLUY48AiLPZkrG/vj/WLIyYfb
aHpLvTztGS4BWmA0odNzFLNV27z0xzTgA1OayW/zNOIez14Sv9T0p7zgDc/WPOBJ
zRYQ8qLJpoxtb4aYGe0f2nZlGPrmXFH6Cb66if7nY1n6/wTweIG9xhvcM2ZsqMSI
hJt5Y4JvQiX5DVQXhcxQcZR/Xj7natQjnv31OHMZXnmx8uj4ICKAnyC+5Dj7GyE=
=MKbq
-END PGP SIGNATURE-


Accepted:
openssn-data_1.1-1_all.deb
  to main/o/openssn/openssn-data_1.1-1_all.deb
openssn-dbg_1.1-1_sparc.deb
  to main/o/openssn/openssn-dbg_1.1-1_sparc.deb
openssn_1.1-1.debian.tar.gz
  to main/o/openssn/openssn_1.1-1.debian.tar.gz
openssn_1.1-1.dsc
  to main/o/openssn/openssn_1.1-1.dsc
openssn_1.1-1_sparc.deb
  to main/o/openssn/openssn_1.1-1_sparc.deb
openssn_1.1.orig.tar.gz
  to main/o/openssn/openssn_1.1.orig.tar.gz


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



Accepted audacious 3.2.3-1 (source amd64)

2012-06-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jun 2012 13:27:56 +0200
Source: audacious
Binary: audacious audacious-dbg audacious-dev libaudclient2 libaudcore1
Architecture: source amd64
Version: 3.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 audacious  - small and fast audio player which supports lots of formats
 audacious-dbg - audacious media player (debugging symbols)
 audacious-dev - audacious development files
 libaudclient2 - audacious dbus remote control library
 libaudcore1 - audacious core engine library
Changes: 
 audacious (3.2.3-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream bugfix release.
Checksums-Sha1: 
 d9bb6bc47e86be259d5dc706aff0f4e36bcf209a 2409 audacious_3.2.3-1.dsc
 23be0fcb0a7d5ec2bc4d4fee436e77f2138903ef 695917 audacious_3.2.3.orig.tar.bz2
 4f9318ac6dd45d9229f88ecca25290595454efa4 14884 audacious_3.2.3-1.debian.tar.gz
 44a269624556a802c109f51ce126580c96d2041c 413946 audacious_3.2.3-1_amd64.deb
 ee84b8d6492d1cbc579d64d1ec1cc559d5a73611 649850 audacious-dbg_3.2.3-1_amd64.deb
 ab89ed44610c5209f4366df57c9c5993cb5be877 48640 audacious-dev_3.2.3-1_amd64.deb
 3c0dba97f14561e21a5a5096c300436c721ce9d6 26596 libaudclient2_3.2.3-1_amd64.deb
 93d856e0e72262fa6c4848f47bdd81d427a236ae 107094 libaudcore1_3.2.3-1_amd64.deb
Checksums-Sha256: 
 205838ffb3476bf286561e0b7f3fde0ad6b24fec36d76c5b92f2751e21073ff8 2409 
audacious_3.2.3-1.dsc
 aea8ad2f4da80fb58cf8b0e880585ab49ac42e8a02247c364ea29ccca5572bae 695917 
audacious_3.2.3.orig.tar.bz2
 cb0639558d2cb29317ea1b673a8b786f6969b4649475ccb3e7a76032a0042b9d 14884 
audacious_3.2.3-1.debian.tar.gz
 f0d8765dbc932d3bc01ffa5aaeca921439efcc9e766bd9698386f22c699f6856 413946 
audacious_3.2.3-1_amd64.deb
 466c1d5caca40cf65b86f101c2c2532422520550f40c18a684a279d13a309838 649850 
audacious-dbg_3.2.3-1_amd64.deb
 0d0ac0d9f3ae059c9eaed68bb8c7eacf3afdee7996d14142562e6de3b386ffcd 48640 
audacious-dev_3.2.3-1_amd64.deb
 6ea90e809e34fa73926937e4373d6630a55d1d17d07cf5c11984c059e55602ca 26596 
libaudclient2_3.2.3-1_amd64.deb
 ed63bbc0528a24ca8a4f7fa05a398949918ae666137379d132572c08a2af63b7 107094 
libaudcore1_3.2.3-1_amd64.deb
Files: 
 85babbb2db1ce2b75051a59fcc3741b5 2409 sound optional audacious_3.2.3-1.dsc
 322d9281168b92e3ef4e9334e6a2d5f3 695917 sound optional 
audacious_3.2.3.orig.tar.bz2
 182088d26ef431643a16372f32d3cbdf 14884 sound optional 
audacious_3.2.3-1.debian.tar.gz
 a4d22ee12f35372c388c00cc61386e1c 413946 sound optional 
audacious_3.2.3-1_amd64.deb
 818c040699f67f02d886c4680c045985 649850 debug extra 
audacious-dbg_3.2.3-1_amd64.deb
 7a15b1f657460f0cdadc4b140f515528 48640 libdevel optional 
audacious-dev_3.2.3-1_amd64.deb
 16439c4588f54d2d711ba6249544ea76 26596 sound optional 
libaudclient2_3.2.3-1_amd64.deb
 68715fbf66cd3fea37341ff48f4980b2 107094 sound optional 
libaudcore1_3.2.3-1_amd64.deb

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

iQIcBAEBCgAGBQJPyfufAAoJEOikiuUxHXZaNq4P/02yxvHqVetiI6B4FnHIgTpq
qococ86W6h/W4SfbHx5Hk1SlibgNXXtVjLPXY9qIr92nVz7G+fWDRr0CwAvdaytY
6DuF7w78utsOJjHBKicU5u7MFBbKvdGLf0yKp+Q2JxwE+nLW27hoPrEQ+TrOyOA2
sJXOccntKTjG4BEUOz9T+gqRteIBb5EPsZZcNeDB30nqwkthofVvh4Y81snAt4Wl
FxxtuUkOE0tfTHEh3a2HEjsZVwK8OZw9vMH7rMg9V3mXmI3PVEG1LDjnCSv6WUFz
oMNgaPajJVRAS6s4DV3qX5HNzBClGvwYknPWB4QuZbKs/pats7iusCp4k9FMoBA/
0ACbp/wFC/NGX+/MguQmxQQvghVXo7EbW4JJnXmzr5l0s9HgycpQ/flUVUg1C4iG
Jtu0SWXYeOSgCaaNV4oRIUMqcWfajCUOjnoXX6TMFjUqptezGRQx9IZ+hDrQG2+U
mai6iFqQ7EOjEaO5W9eTKWACIYt0Rz7MDGeHGehSJ2/1DOGZWXR0LGVZEN/Uyp3x
zbgmpmColPmT9KiaJiggi9RqqDvI56AfDro+1u/VoXZsRT4wrwxLPh+CE1m5ltSM
K4n0xO+U8MN/eVK9tXgFnnsqlX+3mtrOeDrPUFwQQrImEsWKV2h7eN9hdOxjhpev
Z35zxJL9fIAZOv/Naj8q
=KfR8
-END PGP SIGNATURE-


Accepted:
audacious-dbg_3.2.3-1_amd64.deb
  to main/a/audacious/audacious-dbg_3.2.3-1_amd64.deb
audacious-dev_3.2.3-1_amd64.deb
  to main/a/audacious/audacious-dev_3.2.3-1_amd64.deb
audacious_3.2.3-1.debian.tar.gz
  to main/a/audacious/audacious_3.2.3-1.debian.tar.gz
audacious_3.2.3-1.dsc
  to main/a/audacious/audacious_3.2.3-1.dsc
audacious_3.2.3-1_amd64.deb
  to main/a/audacious/audacious_3.2.3-1_amd64.deb
audacious_3.2.3.orig.tar.bz2
  to main/a/audacious/audacious_3.2.3.orig.tar.bz2
libaudclient2_3.2.3-1_amd64.deb
  to main/a/audacious/libaudclient2_3.2.3-1_amd64.deb
libaudcore1_3.2.3-1_amd64.deb
  to main/a/audacious/libaudcore1_3.2.3-1_amd64.deb


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



Accepted packagekit 0.7.4-4 (source all amd64)

2012-06-02 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 12:40:34 +0200
Source: packagekit
Binary: packagekit packagekit-tools packagekit-docs libpackagekit-glib2-14 
libpackagekit-glib2-dev gir1.2-packagekitglib-1.0 libpackagekit-qt2-2 
libpackagekit-qt2-dev packagekit-gtk3-module gstreamer0.10-packagekit 
browser-plugin-packagekit python-packagekit packagekit-backend-aptcc 
packagekit-backend-apt packagekit-backend-smart packagekit-dbg
Architecture: source amd64 all
Version: 0.7.4-4
Distribution: unstable
Urgency: low
Maintainer: Matthias Klumpp matth...@tenstral.net
Changed-By: Matthias Klumpp matth...@tenstral.net
Description: 
 browser-plugin-packagekit - Plugin to install missing plugins using PackageKit
 gir1.2-packagekitglib-1.0 - GObject introspection data for the PackageKit GLib 
library
 gstreamer0.10-packagekit - GStreamer plugin to install codecs using PackageKit
 libpackagekit-glib2-14 - Library for accessing PackageKit using GLib
 libpackagekit-glib2-dev - Library for accessing PackageKit using GLib 
(development files)
 libpackagekit-qt2-2 - Library for accessing PackageKit using Qt4
 libpackagekit-qt2-dev - Library for accessing PackageKit using Qt4 
(development files)
 packagekit - Provides a package management service
 packagekit-backend-apt - Python APT backend for PackageKit
 packagekit-backend-aptcc - APT backend for PackageKit
 packagekit-backend-smart - Smart backend for PackageKit
 packagekit-dbg - Debugging symbols for PackageKit
 packagekit-docs - Documentation for PackageKit
 packagekit-gtk3-module - Install fonts automatically using PackageKit
 packagekit-tools - Provides PackageKit command-line tools
 python-packagekit - PackageKit backend Python bindings
Closes: 665289 674910
Changes: 
 packagekit (0.7.4-4) unstable; urgency=low
 .
   * Install browser-plugin into valid path (Closes: #674910)
   * Install introduction pages (Closes: #665289/)
Checksums-Sha1: 
 033354bbf5de8388aa3a097514857ab8a57dcaa3 3565 packagekit_0.7.4-4.dsc
 d70953b8e4c509ae952ef095474d8f8115971182 19464 packagekit_0.7.4-4.debian.tar.gz
 eeda61a9ac0fe5bb197a9574372963d5d5982d3a 765506 packagekit_0.7.4-4_amd64.deb
 c8def861090ba40faa5910e78e25c3b7838cb2fd 66884 
packagekit-tools_0.7.4-4_amd64.deb
 5823538c7d8f3aa807700f5476bab7bb01dafce6 407574 packagekit-docs_0.7.4-4_all.deb
 d6e562ee5872faf00649ef5bea8129ed984fb5bf 139562 
libpackagekit-glib2-14_0.7.4-4_amd64.deb
 e822b9f830f23fa2d2ce564e849c57add9927b86 85864 
libpackagekit-glib2-dev_0.7.4-4_amd64.deb
 0fc7f827db4b82c49803b3d525bc323c3bba758b 44342 
gir1.2-packagekitglib-1.0_0.7.4-4_amd64.deb
 3db252f3e522141095c1b5d28daf2c6f2edf76cc 112034 
libpackagekit-qt2-2_0.7.4-4_amd64.deb
 9fd71bb99ff283862a3519471ceddbec9330b9a4 25584 
libpackagekit-qt2-dev_0.7.4-4_amd64.deb
 fb6a5a6ae7690b31c5330564e757c1e181a3b035 17568 
packagekit-gtk3-module_0.7.4-4_amd64.deb
 0839b2122b9df4c3c7284dbc2fefc8774914f3cf 17866 
gstreamer0.10-packagekit_0.7.4-4_amd64.deb
 df77c68ae40043b65ff43cfd596e85d28a7bb415 32524 
browser-plugin-packagekit_0.7.4-4_amd64.deb
 10a1c65ec77a62da321ea2275b3aa0050cb27745 27690 
python-packagekit_0.7.4-4_all.deb
 7763bc5986d008ecacd18ee717b1ca8db186fa5a 126826 
packagekit-backend-aptcc_0.7.4-4_amd64.deb
 50c0d599c553abdba57cab8563bd00fea7723fe5 40584 
packagekit-backend-apt_0.7.4-4_amd64.deb
 85dee97c51001085f666fc99972428f99290c798 26760 
packagekit-backend-smart_0.7.4-4_amd64.deb
 eeadf8e7618acb6edcf2d46475ddef21ece21d71 2720150 
packagekit-dbg_0.7.4-4_amd64.deb
Checksums-Sha256: 
 d0bf28c9b4e57c5432f61030beffac0fc21290edee81d07147e31f23f4d055eb 3565 
packagekit_0.7.4-4.dsc
 c1fdd897492161f3e54d25151dad3458e8bb04a8e18d68f2948268a74c605b80 19464 
packagekit_0.7.4-4.debian.tar.gz
 ea662be2e95871e22ddb4ac3642911a994cc927d8db7ab98c781531a3e92ec79 765506 
packagekit_0.7.4-4_amd64.deb
 956868ff0440d0a9661523f9dee8eb086c22d6209048f27fef13f53d635f3679 66884 
packagekit-tools_0.7.4-4_amd64.deb
 cd8d126b155e90fee1435af534b1dab06a7d730b9a20a34a787cd3aa62cdf14f 407574 
packagekit-docs_0.7.4-4_all.deb
 ca525b4dc25e7f253bd34f60aba1e41206e620f8bc1a1b9d29ea4e067b468d94 139562 
libpackagekit-glib2-14_0.7.4-4_amd64.deb
 ac0a39646d12e6079026ee44676086aefcc38f48681657ecd8cbd99c65dfa693 85864 
libpackagekit-glib2-dev_0.7.4-4_amd64.deb
 83a1c280255cb75ea21a362d01ad9dcc6a133a14bbe0650febc6b78ae2b546a2 44342 
gir1.2-packagekitglib-1.0_0.7.4-4_amd64.deb
 0dcff5a38dd9d2f8708439377b9fbba3d429caa5808225e92a3ef9bf7ff25edd 112034 
libpackagekit-qt2-2_0.7.4-4_amd64.deb
 cd9d33aec403fc35013358642febb37b41f9abe7cae403a8ff70081af01a717a 25584 
libpackagekit-qt2-dev_0.7.4-4_amd64.deb
 889ac7a92380be15563a9c2f86d704a94e17b0a0b827a5bc8da510feaf106df2 17568 
packagekit-gtk3-module_0.7.4-4_amd64.deb
 b1c02a0524d7161cc2135444d7857c48d1347de50f1ef4de7569d9cbe982c80c 17866 
gstreamer0.10-packagekit_0.7.4-4_amd64.deb
 6f9564390267f15e8866b130ec04cf8a6a2efad43b38ba5dadc922af241dd171 32524 
browser-plugin-packagekit_0.7.4-4_amd64.deb
 

Accepted telepathy-gabble 0.16.0-3 (source amd64)

2012-06-02 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 13:30:45 +0200
Source: telepathy-gabble
Binary: telepathy-gabble telepathy-gabble-dbg
Architecture: source amd64
Version: 0.16.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 telepathy-gabble - Jabber/XMPP connection manager
 telepathy-gabble-dbg - Jabber/XMPP connection manager (debug symbols)
Changes: 
 telepathy-gabble (0.16.0-3) unstable; urgency=low
 .
   * debian/patches/Fix-for-initiating-a-video-call-from-an-Android-tabl.patch
 + Added: Fix incoming video calls from ICS devices (from upstream git)
   * debian/patches/Make-Android-4.0-GTalk-contacts-appear-as-capable-of.patch
 + Added: Make ICS clients show as if they're video capable (from upstream
   git)
Checksums-Sha1: 
 b304324682f8529aebd0af3f06dfe9417de442ce 1882 telepathy-gabble_0.16.0-3.dsc
 1ae268f1201ca7f7b2e4baae70c157aba14d3b25 13761 
telepathy-gabble_0.16.0-3.debian.tar.gz
 532f8b7c78e3a189ff5a06d5b722dabc50dfe1b0 814850 
telepathy-gabble_0.16.0-3_amd64.deb
 a836e1fa3f64730b9d43a583328bb482c77b95fa 2120738 
telepathy-gabble-dbg_0.16.0-3_amd64.deb
Checksums-Sha256: 
 b6dcc937194518090118659d3faa22549a10f6c13b1f099cd70b9c4b3df6c95e 1882 
telepathy-gabble_0.16.0-3.dsc
 8a94ba804c1ef7f83d8e80c8a08e03edf739d5b6b8a88b9dcbc74c102116e6d5 13761 
telepathy-gabble_0.16.0-3.debian.tar.gz
 428f2b7d56415a5eff8d9908f481eda1d3f55bc5ef9c9fd200bde26985676e80 814850 
telepathy-gabble_0.16.0-3_amd64.deb
 79165523c2eeac2a6fdd0a1f20db1842930a7379911232479bd50dc20ad32922 2120738 
telepathy-gabble-dbg_0.16.0-3_amd64.deb
Files: 
 ade8e1adcdba714b021cb5177e555406 1882 net optional 
telepathy-gabble_0.16.0-3.dsc
 66f0250ce189a1544c2b316470c0958f 13761 net optional 
telepathy-gabble_0.16.0-3.debian.tar.gz
 3c3d51059d400b95760ee39f1044c34b 814850 net optional 
telepathy-gabble_0.16.0-3_amd64.deb
 4c860ed5366a97825f9c0a10bb64829e 2120738 debug extra 
telepathy-gabble-dbg_0.16.0-3_amd64.deb

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

iEYEARECAAYFAk/J+mcACgkQgTd+SodosdI2bgCg6t7P9xM2pxI6cRHC+quVOg3R
om4AmwdJFzSOrCi+q3f7ml6gArqqwzme
=fHkT
-END PGP SIGNATURE-


Accepted:
telepathy-gabble-dbg_0.16.0-3_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble-dbg_0.16.0-3_amd64.deb
telepathy-gabble_0.16.0-3.debian.tar.gz
  to main/t/telepathy-gabble/telepathy-gabble_0.16.0-3.debian.tar.gz
telepathy-gabble_0.16.0-3.dsc
  to main/t/telepathy-gabble/telepathy-gabble_0.16.0-3.dsc
telepathy-gabble_0.16.0-3_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble_0.16.0-3_amd64.deb


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



Accepted flactag 2.0.2-1 (source amd64)

2012-06-02 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Apr 2012 10:44:00 +0200
Source: flactag
Binary: flactag
Architecture: source amd64
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Pocock dan...@pocock.com.au
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 flactag- Tagger for whole-album FLAC files using data from MusicBrainz
Closes: 507876
Changes: 
 flactag (2.0.2-1) unstable; urgency=low
 .
   * Initial release closes: #507876
Checksums-Sha1: 
 37727350cc352e0f7e2b57d83bd537494e44ddb7 1950 flactag_2.0.2-1.dsc
 dc9024c3064a6dff208d9c349431c075ce0a27c8 478996 flactag_2.0.2.orig.tar.gz
 df4f1acdec4c7dfa827afc8aff04f20ff14a4530 2006 flactag_2.0.2-1.debian.tar.gz
 1fd0b33f4f556119b7d922e0b823b18f194d409a 145034 flactag_2.0.2-1_amd64.deb
Checksums-Sha256: 
 f7992698c14e6046dfafef85227f048909a45f73ea90cefcc8de76f04a2c544a 1950 
flactag_2.0.2-1.dsc
 11d7667b685384645c8752e7709678b5fb4f9935d5558a69ab14031a0269a868 478996 
flactag_2.0.2.orig.tar.gz
 f4c4c570438c236ef52a870c7ca63131594bbc4957ad17d6ad082724ad6e150b 2006 
flactag_2.0.2-1.debian.tar.gz
 7a539f4759bfcb791d2ec532c92e07ae5866362cad85eacaf15125e924686fb0 145034 
flactag_2.0.2-1_amd64.deb
Files: 
 935ba01b4504f37d6cf1ff5c33998856 1950 sound optional flactag_2.0.2-1.dsc
 8fbbecea8ca744e25fcbd40c4c38caac 478996 sound optional 
flactag_2.0.2.orig.tar.gz
 3312fc74cc46774de6c92dfb6b5893c2 2006 sound optional 
flactag_2.0.2-1.debian.tar.gz
 296b9d8e59e7776badbac1e54ef745dd 145034 sound optional 
flactag_2.0.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPyeVkAAoJEAkHQJYGk0IQAJXxegTj63S4qxWygnLsKfhr
eUmnb7pjfE3mVrZBnp14hXJKvaqu5h+erlwFZKh0t7ipgEk5ULUW8u0KoIEpt/ao
EeMLYj/QejvppFGKiWH4dOGWSVOlQRw3mvW/LkmUUNN7HbI7mEwg3sU364ZVpHc3
2rKDVeecqqjuNyTzuOciEZ1fAQGH58jPKBUWOKINQRbFTeR0demUMwBMulacUO6z
+RJw+eTeA/5UR0JhtfFEu24JxKBP6xIAFctPvqe7rH8MN7GzLHUaxYundJ+uahnY
Cct1ru3Yf+oSUgiGVIoUriXCEMT3+4EkelfKQoxgmHeLrb9WiIi/zTyW7RYWiACe
k1S7VP6R7C8yy6zf9S5BGkvmY/ONvUQyb+4dpXAuRLMNroxsymA0jU3BuyiJbX+O
prlEok8nMco/4KnyX/IED5KlEiLWGkPPKvjrcUjri53yE7TP+/ZFW8Of36wLIiR5
Zu4AuScyf+Wki2cQJ+ZVt2XiD+n+uE4AK1W6Uc2r0oNx4tb/XiLIzkzKlP13yjEY
1mVaP6kijvLFNWtee2rhXqCeD2AysMIuvA+AefHfeL6G0Cbb6yIXVFgzHWEUBN5g
6KDlgoPe3J8+vUrefj29QgNvBbSwrlCbXKvsiH7fpRM1bw8lPEpkdZNyO157xSJ5
ddLVv8mfCIRqIiYUu322
=nOiz
-END PGP SIGNATURE-


Accepted:
flactag_2.0.2-1.debian.tar.gz
  to main/f/flactag/flactag_2.0.2-1.debian.tar.gz
flactag_2.0.2-1.dsc
  to main/f/flactag/flactag_2.0.2-1.dsc
flactag_2.0.2-1_amd64.deb
  to main/f/flactag/flactag_2.0.2-1_amd64.deb
flactag_2.0.2.orig.tar.gz
  to main/f/flactag/flactag_2.0.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/e1san21-0007g3...@franck.debian.org



Accepted newtonsoft-json 4.5r5-1 (source all)

2012-06-02 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 May 2012 20:32:12 +0800
Source: newtonsoft-json
Binary: libnewtonsoft-json4.5-cil libnewtonsoft-json-cil-dev 
monodoc-newtonsoft-json-manual
Architecture: source all
Version: 4.5r5-1
Distribution: unstable
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 libnewtonsoft-json-cil-dev - high-performance JSON framework for .NET -- 
development files
 libnewtonsoft-json4.5-cil - high-performance JSON framework for .NET
 monodoc-newtonsoft-json-manual - compiled XML documentation for Json.NET
Closes: 675206
Changes: 
 newtonsoft-json (4.5r5-1) unstable; urgency=low
 .
   * Initial release (Closes: #675206)
Checksums-Sha1: 
 32f1579291b7e6a3eccd5a32a5c01477df70190a 2203 newtonsoft-json_4.5r5-1.dsc
 79748ec7f0e103863310d34eaf1303b1cbe7e565 886962 
newtonsoft-json_4.5r5.orig.tar.gz
 bb97ed740639ddbbc4cf92c3f0599ada8e8aa329 3578 
newtonsoft-json_4.5r5-1.debian.tar.gz
 2f7009a96193cc149e8f9e0182e29cd01e06c64a 155362 
libnewtonsoft-json4.5-cil_4.5r5-1_all.deb
 9e09a5eb76fe851d8c3e57a57bd7128bd9359b8d 2906 
libnewtonsoft-json-cil-dev_4.5r5-1_all.deb
 0e4894e7b88d9c376502a0854c18c58eb9e244ba 153850 
monodoc-newtonsoft-json-manual_4.5r5-1_all.deb
Checksums-Sha256: 
 0c3a3b1c7027fa3aaabdb2c27ea54ea415d22f092ec1fc11ad29a3df000c0f15 2203 
newtonsoft-json_4.5r5-1.dsc
 e6ae2ca5ddfb6a8a27cd19a9ee7cc87f186e4f624ab8299dd7b3d878293f1f2e 886962 
newtonsoft-json_4.5r5.orig.tar.gz
 bc9452815a76c3a39ee3275b2df0075cb808d243226e0f4afe1f65bb7a3afbf9 3578 
newtonsoft-json_4.5r5-1.debian.tar.gz
 67bd90fc8119af4d023844a64ef66f0ffbf9ef76c85df20521e7d24cb040c433 155362 
libnewtonsoft-json4.5-cil_4.5r5-1_all.deb
 c13f89a1b6a7e164d2945fbf758c5d620e38f09db2a773776b0da8785f2a1d2c 2906 
libnewtonsoft-json-cil-dev_4.5r5-1_all.deb
 f2b5be3d9bbc9297a54cb81c86a11b1c9e7f174693ecacf42576828063476f2a 153850 
monodoc-newtonsoft-json-manual_4.5r5-1_all.deb
Files: 
 e69e28fcbf48e125d74c1a960e2d91a1 2203 cli-mono optional 
newtonsoft-json_4.5r5-1.dsc
 4d77b94926a52bdeac1a6c34f49c9ab2 886962 cli-mono optional 
newtonsoft-json_4.5r5.orig.tar.gz
 c9e921c898b9bab3e1db996a6535980c 3578 cli-mono optional 
newtonsoft-json_4.5r5-1.debian.tar.gz
 db58e72d3d6bb31ef55776c097138692 155362 cli-mono optional 
libnewtonsoft-json4.5-cil_4.5r5-1_all.deb
 5dbc8415f2d84c405010c2637cb9cf5c 2906 cli-mono optional 
libnewtonsoft-json-cil-dev_4.5r5-1_all.deb
 11f6ce526fbaf999dbddb39a12b371eb 153850 doc optional 
monodoc-newtonsoft-json-manual_4.5r5-1_all.deb

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

iQIcBAEBAgAGBQJPx9LNAAoJEPvVIltYh1KhG/oQAJkAAlAMIfPH0pu/w9eXHpNh
1n5lX3MhDDxI2sab8FwvIZbsKxQAl3EDoV05ffEHMc/jOfLwm/06GMORur9Yd4Vc
zrX6pRfHZXDqORW5ITiEUng1qOaroiZP3MxHpyjyLtaaFTt6SekKCdYhIYvPDZtH
A9vzTJ090z93VXqs0ZZ5zlfLuTEirzVD7LJDrH2qihHtOcMzghypJsfg0Jbrubcm
iQjTEXpfO0RBaS+xpv3Zn1K3LcWvKWQQCGdj0idH+QyUVLkQB4Gi2mHY+04OZrec
E++t1QhRUVYP5aOWeg5vvPSaDhLxQNsScwDFF4PI6J7EGvisINW1mDzmnxyze0SH
hcj1m+dk4lsrO1rEg2yS7zYbEG3ICqkYblXHWbakihvko4Q7eSjotGmzVXyuNDA0
jOU2jy484095+uLXLx1D4tCpSEePPCBpkXySZ6K8wsRYAnG+F/ZRW5ucqa7lhHbn
1ZTN0lHt2VsCIP3PgKy5jsElCOSlPVOQgH7VoxVurAhG+xaWYfBRl+bapywKWRv6
wuA9keVxvvuk5Z/m4xOKJA529gE2hV7v2B0qPEm4tEfDJggomMCFUef8kJ26FVIk
O0ZXUe9K6NYgzOf4p+MvjAuDKoVyasXFz03KdZh9rmEpFRBgzoFJvvZklqCT4Qx6
4aA2KBiAk1JtFejOXlAK
=DwgS
-END PGP SIGNATURE-


Accepted:
libnewtonsoft-json-cil-dev_4.5r5-1_all.deb
  to main/n/newtonsoft-json/libnewtonsoft-json-cil-dev_4.5r5-1_all.deb
libnewtonsoft-json4.5-cil_4.5r5-1_all.deb
  to main/n/newtonsoft-json/libnewtonsoft-json4.5-cil_4.5r5-1_all.deb
monodoc-newtonsoft-json-manual_4.5r5-1_all.deb
  to main/n/newtonsoft-json/monodoc-newtonsoft-json-manual_4.5r5-1_all.deb
newtonsoft-json_4.5r5-1.debian.tar.gz
  to main/n/newtonsoft-json/newtonsoft-json_4.5r5-1.debian.tar.gz
newtonsoft-json_4.5r5-1.dsc
  to main/n/newtonsoft-json/newtonsoft-json_4.5r5-1.dsc
newtonsoft-json_4.5r5.orig.tar.gz
  to main/n/newtonsoft-json/newtonsoft-json_4.5r5.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/e1san2h-0007h6...@franck.debian.org



Accepted python-ase 3.6.0.2515-1 (source all)

2012-06-02 Thread Ask Hjorth Larsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 May 2012 02:32:46 +0200
Source: python-ase
Binary: python-ase
Architecture: source all
Version: 3.6.0.2515-1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Ask Hjorth Larsen asklar...@gmail.com
Description: 
 python-ase - Atomic Simulation Environment for atomistic simulations
Closes: 602126
Changes: 
 python-ase (3.6.0.2515-1) unstable; urgency=low
 .
   * Initial upload (Closes: #602126).
Checksums-Sha1: 
 fc098304cb603c8d9df05ad8336a6129497b1481 1252 python-ase_3.6.0.2515-1.dsc
 1abe4daae95df57bf3be921a4f28841d8cff0c24 5199641 
python-ase_3.6.0.2515.orig.tar.gz
 0a9455184849789821d8c3ded92932e7b4fcaaaf 10492 
python-ase_3.6.0.2515-1.debian.tar.gz
 213133418fec2bd993c8769bb03c1d4a6fa14596 736786 python-ase_3.6.0.2515-1_all.deb
Checksums-Sha256: 
 93e7a99099019bc984f8cd1525dc893c039900b456d25deb24b544669b9ed307 1252 
python-ase_3.6.0.2515-1.dsc
 90a846c4e410edc50ac1d2a2c2c7ded26ccb7060c75c4fd29a231832dc303e42 5199641 
python-ase_3.6.0.2515.orig.tar.gz
 bc2651337866b9ce9daeebc31d6d70551741057ff15f2f1620ac83cadfa8aa7a 10492 
python-ase_3.6.0.2515-1.debian.tar.gz
 8f66d4d0f191d5f8e5fc19afb7394780dc7dae0e21cb605f7aca664b80f5cb0d 736786 
python-ase_3.6.0.2515-1_all.deb
Files: 
 807b7b8b43337ae92ca463e50ca9feb5 1252 python optional 
python-ase_3.6.0.2515-1.dsc
 e3db4f1f83e96654db04e94dd15eab59 5199641 python optional 
python-ase_3.6.0.2515.orig.tar.gz
 38bacd0a637594eaf878219f24fddc4c 10492 python optional 
python-ase_3.6.0.2515-1.debian.tar.gz
 da67d5bd8fa7e060b0ae19d8c205a33b 736786 python optional 
python-ase_3.6.0.2515-1_all.deb

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

iEYEARECAAYFAk/I7YEACgkQmHaJYZ7RAb9olwCgn0B/71gpZr2xYUXi3Qno2CeR
7DQAn0Z373HOFJv6ovaqT5OZJ5Tsntzu
=6b1c
-END PGP SIGNATURE-


Accepted:
python-ase_3.6.0.2515-1.debian.tar.gz
  to main/p/python-ase/python-ase_3.6.0.2515-1.debian.tar.gz
python-ase_3.6.0.2515-1.dsc
  to main/p/python-ase/python-ase_3.6.0.2515-1.dsc
python-ase_3.6.0.2515-1_all.deb
  to main/p/python-ase/python-ase_3.6.0.2515-1_all.deb
python-ase_3.6.0.2515.orig.tar.gz
  to main/p/python-ase/python-ase_3.6.0.2515.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/e1san2u-0007hn...@franck.debian.org



Accepted ruby-fog 1.3.1-2 (source all)

2012-06-02 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 01 Jun 2012 13:18:17 +0200
Source: ruby-fog
Binary: ruby-fog
Architecture: source all
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Laurent Bigonville bi...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 ruby-fog   - Ruby cloud services library
Closes: 658858
Changes: 
 ruby-fog (1.3.1-2) unstable; urgency=low
 .
   * debian/control: Run wrap-and-sort
   * Add missing non-minified javascript files, the 2 patches have been taken
 from upstream
   * Update debian/copyright file
 .
 ruby-fog (1.3.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #658858)
Checksums-Sha1: 
 2eb2d43d7ece1efc64acf194e0694ebf70b9b830 1643 ruby-fog_1.3.1-2.dsc
 00ac497d7f26d93bc15a252724ed9af5b03e7ec9 787867 ruby-fog_1.3.1.orig.tar.gz
 374397e69d4993c0eba3bb003f2cb2e5a3356cc8 31155 ruby-fog_1.3.1-2.debian.tar.gz
 15b13e44a54c4a6beea8f43e716abff1946d5121 532396 ruby-fog_1.3.1-2_all.deb
Checksums-Sha256: 
 aa8aadbcab6ef4d805d04f678b2d1cb0f14a30f31bd3487f33a81d83b09d0be9 1643 
ruby-fog_1.3.1-2.dsc
 715cd9a9cea319272ae1db20c8fa2c0abd6e9a1de9dada799bc20317d34761a6 787867 
ruby-fog_1.3.1.orig.tar.gz
 0cb95a46c413ab4620c3354c4cf0b5418b6ebc2dd071ece9bfa02e727aeaa413 31155 
ruby-fog_1.3.1-2.debian.tar.gz
 9d102e0b64c4b1dd633c1592cc102b270acfa1db54c50d4c8dd3e10b54594174 532396 
ruby-fog_1.3.1-2_all.deb
Files: 
 fbc1f87759b2869ad123770c14114142 1643 ruby optional ruby-fog_1.3.1-2.dsc
 8ff642416dfba9649e68303ff0dbc8da 787867 ruby optional 
ruby-fog_1.3.1.orig.tar.gz
 737773bdd53cbdd0e9826d5344f1102b 31155 ruby optional 
ruby-fog_1.3.1-2.debian.tar.gz
 46e2025aced9f13ad8ff74359c63041a 532396 ruby optional ruby-fog_1.3.1-2_all.deb

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

iQEcBAEBCAAGBQJPyKcnAAoJEB/FiR66sEPVpgoIAIDFJIHe+HAbdDO7w2XTQhxD
Yr8ImrRH4yz5t1IFLFtaSeXbM47/s5JjRcnu0AgdokhT+RixfCSc3zfUOfOqlOGl
5+tkaxTeMCOS/RyZF8EZQXfb2gRNcZ72zPn7Vb4KTh3qJtx9hvfFUIxKC89MDIWp
JAF0c9uqFe+dNLCGQ1hmbWPoeqrGSFYM0kMblTDvvxWIpF+UWV/nt/TAiN12xVfP
DusJbMBWNGO3pxb/x5RzwYHBm87dhJEh/CVmyWALB7/ttQGCKITdD7M3zR28hsbD
jAsads1ndQImKiTCrS3ZvTimAWQEDQhOp+w3BBeQP1eyIyD98IDVbwqYJxgnrTA=
=AMv0
-END PGP SIGNATURE-


Accepted:
ruby-fog_1.3.1-2.debian.tar.gz
  to main/r/ruby-fog/ruby-fog_1.3.1-2.debian.tar.gz
ruby-fog_1.3.1-2.dsc
  to main/r/ruby-fog/ruby-fog_1.3.1-2.dsc
ruby-fog_1.3.1-2_all.deb
  to main/r/ruby-fog/ruby-fog_1.3.1-2_all.deb
ruby-fog_1.3.1.orig.tar.gz
  to main/r/ruby-fog/ruby-fog_1.3.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/e1san2i-0007mg...@franck.debian.org



Accepted audacious-plugins 3.2.3-1 (source all amd64)

2012-06-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jun 2012 13:33:01 +0200
Source: audacious-plugins
Binary: audacious-plugins audacious-plugins-dbg audacious-plugins-data
Architecture: source amd64 all
Version: 3.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 audacious-plugins - Base plugins for audacious
 audacious-plugins-data - Data files for Audacious plugins
 audacious-plugins-dbg - Audacious-Plugins debug symbols
Changes: 
 audacious-plugins (3.2.3-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream bugfix release.
   * Refresh patches.
Checksums-Sha1: 
 f69c6ef69cdfc75207a336f62ec7f13771af689e 3223 audacious-plugins_3.2.3-1.dsc
 87a795c4ecf645ad36ffe7bb3a7b5691e0316f71 1921236 
audacious-plugins_3.2.3.orig.tar.bz2
 79b30dff164871c8872e96c3e183e1a6028add3a 18926 
audacious-plugins_3.2.3-1.debian.tar.gz
 c8a3ddd74d182ce2053c5787166a8db2574d067b 1290262 
audacious-plugins_3.2.3-1_amd64.deb
 fa1a65fc5c9a466e361ec856c4b262df2b911e60 3344096 
audacious-plugins-dbg_3.2.3-1_amd64.deb
 a85a4a954288b58bedeb1da89e42fd6df684f1a4 893440 
audacious-plugins-data_3.2.3-1_all.deb
Checksums-Sha256: 
 01c9af2b94f32006d728157a6c82794ad2b65f241546f9ef173e07e5a673d4e9 3223 
audacious-plugins_3.2.3-1.dsc
 bba70fbbb4fa7d1f40de4d96265069b6faf23233cbf544cb2882f7c709c9d2da 1921236 
audacious-plugins_3.2.3.orig.tar.bz2
 a75429e0e88ac7d82805403d6f727083125972205d76384b2750167a281875f4 18926 
audacious-plugins_3.2.3-1.debian.tar.gz
 372ade471b1f54f822af87b60634fba9e2edbb4488cdd4b0dcacf5f5482eca82 1290262 
audacious-plugins_3.2.3-1_amd64.deb
 3a049ef5c093438ddab6495bb9900e13fa50a42dbdec6feee3177be00e304588 3344096 
audacious-plugins-dbg_3.2.3-1_amd64.deb
 e6cae2462a802292f9c30c5d647e6f6e7f8990163283328eaaf20bb4ab1b17cc 893440 
audacious-plugins-data_3.2.3-1_all.deb
Files: 
 61cdf42565c1dcd091206becd3799e56 3223 sound optional 
audacious-plugins_3.2.3-1.dsc
 9645637fb108f4d5cc47e72d194c5574 1921236 sound optional 
audacious-plugins_3.2.3.orig.tar.bz2
 a734a874a095754ff12f75614eff7941 18926 sound optional 
audacious-plugins_3.2.3-1.debian.tar.gz
 7f666369a285320b6a240f739df043c9 1290262 sound optional 
audacious-plugins_3.2.3-1_amd64.deb
 057aab8e76926906fdbae08cb9bbdd33 3344096 debug extra 
audacious-plugins-dbg_3.2.3-1_amd64.deb
 e2a316fa785d373f3fa106eeaa46bb1b 893440 sound optional 
audacious-plugins-data_3.2.3-1_all.deb

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

iQIcBAEBCgAGBQJPyf22AAoJEOikiuUxHXZay3sP/RKwNywWJv5LtJk7E6pKe8Y1
2nBHT8vs1hXVUD3t0NVFiE+hDN0hB2TCCxamnJyekY0A9WH/1kJ6PQHcldOwZTji
rpSMIX8SwQCCbJrrpkxN7pChkAuhkmE7g7sFW7zJkRKcLXvJuQe4AeNruBNRS50T
IkR8G+jJEkG+YpT/UZh0bhW9gfP+UgGf2eplD8WaWnGWAvllmt8jeA3m3PLVXhIW
+guNBBjHY2RStWKlwi2yxUvV7qtEAM1uuOzTgcRUtBqoZ/zCgGggpXbCFV3T1ptw
1ZxiwOMobQFj9EtSPg8VKAwIqQeSsBN9g3RxJ2r9/HrvugRMzk1ntgN76mg+f9/g
Q5/4HDIr4V31zpnckX7TLrSln3AJKJgQ7dhvpcKMfLEpWHygGzEMMSGF+vfsJ5NR
wYW0PXFno2+pMllKCE5GUxmNYUt3K33wAX8eo/k2zz3n1H+G8T+Wlp6Vt+rz0Cw4
rlJrWVsTEPWb+ieFkICLiE7x9v81AblufxJq/2z2v2W/ZgObYF9X7fDgvkd5Z98A
KyzK8wOQfK85asbK9fyYmL2dg4Y7uX3PhBXiEVMESZYY3yHfMeg3H3GUWpKTuHas
3v5FnUaJbQw/2zUl1o7GgPg7lX0iJkjxqoFrnVG0gsnQfF+pEVcHEneoS9VBoyXv
ziNxoMf+BCDJXt+c7iVo
=n/cf
-END PGP SIGNATURE-


Accepted:
audacious-plugins-data_3.2.3-1_all.deb
  to main/a/audacious-plugins/audacious-plugins-data_3.2.3-1_all.deb
audacious-plugins-dbg_3.2.3-1_amd64.deb
  to main/a/audacious-plugins/audacious-plugins-dbg_3.2.3-1_amd64.deb
audacious-plugins_3.2.3-1.debian.tar.gz
  to main/a/audacious-plugins/audacious-plugins_3.2.3-1.debian.tar.gz
audacious-plugins_3.2.3-1.dsc
  to main/a/audacious-plugins/audacious-plugins_3.2.3-1.dsc
audacious-plugins_3.2.3-1_amd64.deb
  to main/a/audacious-plugins/audacious-plugins_3.2.3-1_amd64.deb
audacious-plugins_3.2.3.orig.tar.bz2
  to main/a/audacious-plugins/audacious-plugins_3.2.3.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/e1san31-0007te...@franck.debian.org



Accepted rsskit 0.3-1 (source sparc)

2012-06-02 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jun 2012 12:30:22 +0300
Source: rsskit
Binary: librsskit-dev librsskit0 librsskit0-dbg
Architecture: source sparc
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description: 
 librsskit-dev - GNUstep RSS framework (development files)
 librsskit0 - GNUstep RSS framework (runtime library)
 librsskit0-dbg - GNUstep RSS framework (debugging symbols)
Closes: 675037
Changes: 
 rsskit (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #675037).
Checksums-Sha1: 
 411fb914c2c773b5ad0f53874e19ad61bd371b55 1685 rsskit_0.3-1.dsc
 2aa9fb83326307037ddcca803ea0fe1e42be4996 74934 rsskit_0.3.orig.tar.gz
 4b88aedd0f9f5840d214e8c8297d9f03510c66e5 3113 rsskit_0.3-1.debian.tar.gz
 1e903e4a3bd8c5194f44f1fea0f866def3cf5ef6 55916 librsskit-dev_0.3-1_sparc.deb
 18937209eecf3a626c6567653b48bf15393159c9 42442 librsskit0_0.3-1_sparc.deb
 53cb4769167f3bd69d5968a7733709996294ce27 51584 librsskit0-dbg_0.3-1_sparc.deb
Checksums-Sha256: 
 bdacf0312827629481a2d003cc95870c0f8459f0cc976e7d749cc13cf245957e 1685 
rsskit_0.3-1.dsc
 b3c363ef32d04edc92ca3d4da8fa486a26f4d80e1d01a630b27ba724c1a0f388 74934 
rsskit_0.3.orig.tar.gz
 e08339e7d452b8090282cd7b464b5930157e5d0fd55f881d2f59382b649ff2b5 3113 
rsskit_0.3-1.debian.tar.gz
 c0e6e2fa315fd79a41fac2d87a7a7323fc7dbaed65f6f18e4462f08c69c7dc01 55916 
librsskit-dev_0.3-1_sparc.deb
 01b4b8a822bdd7aa4c115ba3dfb38ae21f276808603cef5950680c7063b29a2a 42442 
librsskit0_0.3-1_sparc.deb
 ed1f5696b88a0aefd60f6eb41d62a5f5b0835836b3c50cdc22893694069075a7 51584 
librsskit0-dbg_0.3-1_sparc.deb
Files: 
 006dc1770ab70df5897e82b94b48f110 1685 libs optional rsskit_0.3-1.dsc
 174022ffd5f923983e66ac9989e71f06 74934 libs optional rsskit_0.3.orig.tar.gz
 21410f00a2752239f3db7a9dac03db60 3113 libs optional rsskit_0.3-1.debian.tar.gz
 2b562b63c42f8af6624c2d30d854ac2a 55916 libdevel optional 
librsskit-dev_0.3-1_sparc.deb
 8db6bfbe40287bb734fe1e9a1dbd5ab3 42442 libs optional librsskit0_0.3-1_sparc.deb
 aa584f9420e44ba8f866f001e2fc7372 51584 debug extra 
librsskit0-dbg_0.3-1_sparc.deb

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

iQEcBAEBCgAGBQJPyewcAAoJEIAhAkTu07wNmbUIAL03vaoN65crG2XyE0d+bvU/
qpeZE39TEiKR7peXv94FjtCBp3VtlpdnscA56sNY0nFx4UZO1ugLtJ4MLi5ASFa3
LL5nEEymSfU6j+QezSK5ec7sxRToOD+Fsnj+Bi7BkRbrXo3cbEJFj9DtF0fsjpHR
8meKxrZuu5+ohVIpeb0u242fyw+rFfUrBpwHgA8dUiWI9sM5bUB/H/Zvr9u4yzk9
oli0isf/MgV6LFawLajS2p4zBrmFHNNLtR1PfWxETs5luzhPB7QOhy1WD7Kl1310
AM8wv268NvXl6roM1gx+eIAE/fBa+xLVXcZzDQXiF2EErpDpkp1W1nBoDfzvOa8=
=L14y
-END PGP SIGNATURE-


Accepted:
librsskit-dev_0.3-1_sparc.deb
  to main/r/rsskit/librsskit-dev_0.3-1_sparc.deb
librsskit0-dbg_0.3-1_sparc.deb
  to main/r/rsskit/librsskit0-dbg_0.3-1_sparc.deb
librsskit0_0.3-1_sparc.deb
  to main/r/rsskit/librsskit0_0.3-1_sparc.deb
rsskit_0.3-1.debian.tar.gz
  to main/r/rsskit/rsskit_0.3-1.debian.tar.gz
rsskit_0.3-1.dsc
  to main/r/rsskit/rsskit_0.3-1.dsc
rsskit_0.3.orig.tar.gz
  to main/r/rsskit/rsskit_0.3.orig.tar.gz


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



Accepted libao 1.1.0-2 (source amd64)

2012-06-02 Thread Ron Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 20:36:50 +0930
Source: libao
Binary: libao4 libao-dev libao-dbg libao-common
Architecture: source amd64
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Ron Lee r...@debian.org
Changed-By: Ron Lee r...@debian.org
Description: 
 libao-common - Cross Platform Audio Output Library (Common files)
 libao-dbg  - Cross Platform Audio Output Library Debug Symbols
 libao-dev  - Cross Platform Audio Output Library Development
 libao4 - Cross Platform Audio Output Library
Closes: 636917 667039
Changes: 
 libao (1.1.0-2) unstable; urgency=low
 .
   * Adopting this package with the blessing of John.
 Leaving him in uploaders because he's busy, not disinterested, but putting
 myself in the hotseat for any reports related to this one now.
   * End the grief with roar.
 Too many people now have been through all the stages of Denial, Anger,
 Bargaining, and Depression with it, so it's time to accept the only
 sensible course of direct action that remains to preserve sanity.
 Closes: #667039
   * Pull upstream update to libao.conf.5, Closes: #636917
Checksums-Sha1: 
 ce004c5d6fc04cf5a9426320d71f6c06bf05c547 1431 libao_1.1.0-2.dsc
 e6df995a71b2741fba5a58ff567ededff5787574 7281 libao_1.1.0-2.diff.gz
 cae4e7371fe9da624c7cddc94d6a7143b0516530 44838 libao4_1.1.0-2_amd64.deb
 c9b28fe5cd83c2abc266f0974d06a25a951ae726 64606 libao-dev_1.1.0-2_amd64.deb
 ae37027ba9ab69bdfb98b5c4d8f50543c26d5dcb 15796 libao-dbg_1.1.0-2_amd64.deb
 9a16b4d5cf543f1f5480ec8b24fb516eb632512b 11278 libao-common_1.1.0-2_amd64.deb
Checksums-Sha256: 
 6dd64cd1e00e9a7890aeaf5c8796457060e65a1ed078809d5910fabcb7a9d196 1431 
libao_1.1.0-2.dsc
 ee5fcede28c1c7a2e4c341772f956c8800104b195c076e9de96010e2e7af8fa9 7281 
libao_1.1.0-2.diff.gz
 184146fda0b09452e865290124b6b57c2c125e2fc9f54b3ddb4e71f8191337c0 44838 
libao4_1.1.0-2_amd64.deb
 ac35a7bec5547501308a311b1a677c8bada8c6f8bebe1839851f15b8c33995c3 64606 
libao-dev_1.1.0-2_amd64.deb
 d1a3950935fa6189cf22c309fb58ca184e4b5730f3dc12960d82891c125427e5 15796 
libao-dbg_1.1.0-2_amd64.deb
 822a180cdd3ad3708da78a732f27a6b79768ab71e6cf42ed1130b902ceab54bd 11278 
libao-common_1.1.0-2_amd64.deb
Files: 
 86ca3e9f8765bff3208635647585e5ef 1431 libs optional libao_1.1.0-2.dsc
 071deccc4d562f8d6c8e5b83ec2c9f15 7281 libs optional libao_1.1.0-2.diff.gz
 bc254a8585f4e609d7014bdb5470e5c8 44838 libs optional libao4_1.1.0-2_amd64.deb
 4cff1a80a048694058bf8c1be40cde7e 64606 libdevel optional 
libao-dev_1.1.0-2_amd64.deb
 3a45cebd465fd0fd5287de732ebfc966 15796 debug extra libao-dbg_1.1.0-2_amd64.deb
 a876ef0f13c2991bda1cc2f54faabd65 11278 libs optional 
libao-common_1.1.0-2_amd64.deb

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

iD8DBQFPygHxp4BCHGgCHOQRAtopAJ9UTQFni9xaILIyE12xtDUYqCv1tgCfeac6
MAY+uEhwSNZOJ8S9Xixla8Y=
=dNnI
-END PGP SIGNATURE-


Accepted:
libao-common_1.1.0-2_amd64.deb
  to main/liba/libao/libao-common_1.1.0-2_amd64.deb
libao-dbg_1.1.0-2_amd64.deb
  to main/liba/libao/libao-dbg_1.1.0-2_amd64.deb
libao-dev_1.1.0-2_amd64.deb
  to main/liba/libao/libao-dev_1.1.0-2_amd64.deb
libao4_1.1.0-2_amd64.deb
  to main/liba/libao/libao4_1.1.0-2_amd64.deb
libao_1.1.0-2.diff.gz
  to main/liba/libao/libao_1.1.0-2.diff.gz
libao_1.1.0-2.dsc
  to main/liba/libao/libao_1.1.0-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/e1saniv-0008ua...@franck.debian.org



Accepted polarssl 1.1.4-1 (source i386)

2012-06-02 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 12:46:22 +0200
Source: polarssl
Binary: libpolarssl-dev libpolarssl-runtime libpolarssl0
Architecture: source i386
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 libpolarssl-dev - lightweight crypto and SSL/TLS library
 libpolarssl-runtime - lightweight crypto and SSL/TLS library
 libpolarssl0 - lightweight crypto and SSL/TLS library
Changes: 
 polarssl (1.1.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 85de1e761786c780aca8012c7755b8ca353300eb 1174 polarssl_1.1.4-1.dsc
 3dd10bd1a8f7f58e0ef8c91cfa5ea7efd5d5f4bc 611340 polarssl_1.1.4.orig.tar.gz
 b8c2cd4235bffa601392cb0572c60f5b11e2c352 4388 polarssl_1.1.4-1.debian.tar.gz
 cf7aa1d5e907659219fe47fe20597fc2b094e6e0 195960 
libpolarssl-dev_1.1.4-1_i386.deb
 1201c96e0d717ddbf2119a419ad5699ad71bbee3 1823956 
libpolarssl-runtime_1.1.4-1_i386.deb
 6224b8c685f9bd46940d98a6d3cc3040f8481366 138532 libpolarssl0_1.1.4-1_i386.deb
Checksums-Sha256: 
 da2f052afd701679bfd5f79a66eb1bf6a123f04f83639c0b2bf7bfb4ad8c84ac 1174 
polarssl_1.1.4-1.dsc
 2d29fd04a0d0ba29dae6bd29fb418944c08d3916665dcca74afb297ef37584b6 611340 
polarssl_1.1.4.orig.tar.gz
 f5eca389f354a7e0c7796732cae4cc4b79f0691c96a61b7d4861705e8df04493 4388 
polarssl_1.1.4-1.debian.tar.gz
 c723f50bb85faf30acb1b8c4482b1ce6e16cd42feb931339b319a391e029afd9 195960 
libpolarssl-dev_1.1.4-1_i386.deb
 0c015befc5eeaf35400c07d870eea21e673b9d9aff6b25019448ca2c58fd8357 1823956 
libpolarssl-runtime_1.1.4-1_i386.deb
 3fe5812ab9c787a11b5da9864977112f2c50deab4ff99defa301368fc5145aa5 138532 
libpolarssl0_1.1.4-1_i386.deb
Files: 
 6c21d506d7659371248c0d796ce099bb 1174 libs optional polarssl_1.1.4-1.dsc
 7b72caf22b01464ee7d6165f2fd85f44 611340 libs optional 
polarssl_1.1.4.orig.tar.gz
 09e410376873ee8a3551a865034350b9 4388 libs optional 
polarssl_1.1.4-1.debian.tar.gz
 f0c3382930910e47340d4015821145c1 195960 libdevel optional 
libpolarssl-dev_1.1.4-1_i386.deb
 6d591674b75b4fefe57821423a15d810 1823956 libdevel optional 
libpolarssl-runtime_1.1.4-1_i386.deb
 fdc533a9b75b4e0e2071736ecf8c86b7 138532 libs optional 
libpolarssl0_1.1.4-1_i386.deb

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

iD8DBQFPygBycaH/YBv43g8RAkNYAJ9iHTeTyUmIFYCAyitd+vwR2Vxf+ACgq9yi
p0yNPwAqpWyOVjrVomD5qzI=
=K5V+
-END PGP SIGNATURE-


Accepted:
libpolarssl-dev_1.1.4-1_i386.deb
  to main/p/polarssl/libpolarssl-dev_1.1.4-1_i386.deb
libpolarssl-runtime_1.1.4-1_i386.deb
  to main/p/polarssl/libpolarssl-runtime_1.1.4-1_i386.deb
libpolarssl0_1.1.4-1_i386.deb
  to main/p/polarssl/libpolarssl0_1.1.4-1_i386.deb
polarssl_1.1.4-1.debian.tar.gz
  to main/p/polarssl/polarssl_1.1.4-1.debian.tar.gz
polarssl_1.1.4-1.dsc
  to main/p/polarssl/polarssl_1.1.4-1.dsc
polarssl_1.1.4.orig.tar.gz
  to main/p/polarssl/polarssl_1.1.4.orig.tar.gz


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



Accepted clutter-1.0 1.10.6-1 (source all amd64)

2012-06-02 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 14:13:10 +0200
Source: clutter-1.0
Binary: libclutter-1.0-0 libclutter-1.0-common libclutter-1.0-dev 
libclutter-1.0-dbg libclutter-1.0-doc clutter-1.0-tests gir1.2-clutter-1.0
Architecture: source all amd64
Version: 1.10.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 clutter-1.0-tests - Open GL based interactive canvas library (test programs)
 gir1.2-clutter-1.0 - GObject introspection data for the Clutter 1.0 library
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-common - Open GL based interactive canvas library (common files)
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development 
files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
Changes: 
 clutter-1.0 (1.10.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 5e614822fec13ac2de0195a738e5c3f147ca73ab 3056 clutter-1.0_1.10.6-1.dsc
 e9f23b894bd391565bd4137ef043bca79bbcf390 4807320 clutter-1.0_1.10.6.orig.tar.xz
 404ef3981f7bc2904724c3562c9d82053abdf255 16761 
clutter-1.0_1.10.6-1.debian.tar.gz
 28f1a18bec7d3568e4244563343a84e66573dcca 833646 
libclutter-1.0-common_1.10.6-1_all.deb
 d812956c57004c0a3e47fdd1ed86d1d6aa3bdcce 1104276 
libclutter-1.0-doc_1.10.6-1_all.deb
 c9119b262bd639958c236f7a9b207eee868a5a39 715558 
libclutter-1.0-0_1.10.6-1_amd64.deb
 84fc46fba739c3e6a369910f6d5eb8615ca6aa28 597696 
libclutter-1.0-dev_1.10.6-1_amd64.deb
 cacae89021848c735efe4a9eaa1c4e5d335dcfd8 1851012 
libclutter-1.0-dbg_1.10.6-1_amd64.deb
 5f491c7c0a04588f4f70c05318a06b520ae46b7a 348924 
clutter-1.0-tests_1.10.6-1_amd64.deb
 fb4a3c354dee9c35f083c3b29b7cd9860e2e86a0 369450 
gir1.2-clutter-1.0_1.10.6-1_amd64.deb
Checksums-Sha256: 
 e475bfbf7ff8d2fc77ce112ff54b341e7f8163c1057d0b6e62cc464b5c755fea 3056 
clutter-1.0_1.10.6-1.dsc
 1599432d5ea79b0260cdea72803784d3b94ee14de2722ad29eefbe75975630f2 4807320 
clutter-1.0_1.10.6.orig.tar.xz
 16913b71cd8e8cba55f2d7708df7853c54d1a577e460c12a9bbc65d17d49b745 16761 
clutter-1.0_1.10.6-1.debian.tar.gz
 62c8858343924fba270a50bf32bda7a51281bb1dea5c7b788b44b132c714db58 833646 
libclutter-1.0-common_1.10.6-1_all.deb
 20fbd2d0ea4961f9c8818a84ed685a7ca01263d02e5b06e26da3870163f9be85 1104276 
libclutter-1.0-doc_1.10.6-1_all.deb
 f38544de089d06e16027122315278e28d573bb15b5d89e85790596bd55d32f39 715558 
libclutter-1.0-0_1.10.6-1_amd64.deb
 7045d2e84794db0b9026a8a1ed28af4a3f7507380f5ed344518a4ade8da90cdc 597696 
libclutter-1.0-dev_1.10.6-1_amd64.deb
 9edbac71bde05eb656fd0f41f65c98d52c13820d633b7bff8ee99402c74df99a 1851012 
libclutter-1.0-dbg_1.10.6-1_amd64.deb
 41638c64facb25306523435c7a3e1b9977acc9222ec57e46aa9248be630acecb 348924 
clutter-1.0-tests_1.10.6-1_amd64.deb
 d9e07c9439d62deb197ffdac2298e494d12ff63b33884ff238ab315b9a67138f 369450 
gir1.2-clutter-1.0_1.10.6-1_amd64.deb
Files: 
 222f0a48b98725fa1df69858b5e70c88 3056 libs optional clutter-1.0_1.10.6-1.dsc
 23c96fc828de7f3c77ddce69c894dd88 4807320 libs optional 
clutter-1.0_1.10.6.orig.tar.xz
 b900ada97fb8698f03e3f5c5d81f8b35 16761 libs optional 
clutter-1.0_1.10.6-1.debian.tar.gz
 74234263afefa98d55f306d04b1164b2 833646 libs optional 
libclutter-1.0-common_1.10.6-1_all.deb
 04d1b92576730a4346e9a93b389f836c 1104276 doc optional 
libclutter-1.0-doc_1.10.6-1_all.deb
 245d93ee5300278efdc51ed1367d643f 715558 libs optional 
libclutter-1.0-0_1.10.6-1_amd64.deb
 e2361935c818478db7ccc4fa302c272f 597696 libdevel optional 
libclutter-1.0-dev_1.10.6-1_amd64.deb
 e21e51bbd6efea7f0f1ee6a01120be49 1851012 debug extra 
libclutter-1.0-dbg_1.10.6-1_amd64.deb
 76b9e85849943ff938f99bb3551fbb2e 348924 misc extra 
clutter-1.0-tests_1.10.6-1_amd64.deb
 b016de0e2a949d6c43a5806e1640226b 369450 introspection optional 
gir1.2-clutter-1.0_1.10.6-1_amd64.deb

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

iQIcBAEBCAAGBQJPygVFAAoJEGrh3w1gjyLcg88P/RI+W7K9GU03gizNUpeXsOtH
mh+bBMfgYeFwUHEx9Wv8FXl4a6w2N+Hx7sGE/hXBlGT18yCbdyCNbZ+eQyBkFcQw
VNQUozqH52y9BN5hk9nExEBTJ34YlAxeJ7fl4BOxuXZnRA/Zu2b5VtjvdAtklJZf
mgHxqmf+qrhe4G6z9g9sC/iWekIy6Oy6lYIn4mYESyZ28CcRigjLcViHw7V7mBCQ
a5MYKiAsHSDggVzQbHyKiIJ8Vmj2lwTnmVE/WV/uS+5pAQk0rI9AKdvZafPUw/MD
dnfrxdep01LJxt3mI/2wlMrh6jJcQUCA8vYYdry+himoh2+v3FhivbzJW9CgJH+Z
ASB6tF7511k14D/L4LAgdDDQZ019AUsTO4SBSQLUDuwXkaH1Mm6ol+VO8RFnafrU
cC0XsY3ugmOLKcjMBTETc+sFuuZcQyZNnFT/C+zwafIx7oVm3dQ06oC14i0JAaur
/V+gNoOnLvj45a41TryfoHaazkKgcWOhgYs7kEfWN3qUdoNODNH8wBeg5MDHAI73
uk+bkYe0QAzqkoPcreBHZq2TAorAPb/iitch3j5TgT05lpTjVK1S+dtJms1e8rKV
PPEBHYBqlrf6yGpzB7t883ODPn3k4ebaYDPh7xuGLPoHwY2g52c3ckTDHpiKXD5t
nULDQkdVn8GsXmZQQT5A
=WH4Z
-END PGP SIGNATURE-


Accepted:
clutter-1.0-tests_1.10.6-1_amd64.deb
  to main/c/clutter-1.0/clutter-1.0-tests_1.10.6-1_amd64.deb
clutter-1.0_1.10.6-1.debian.tar.gz

Accepted libvalidation-class-perl 7.38-1 (source all)

2012-06-02 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Jun 2012 14:15:38 +0200
Source: libvalidation-class-perl
Binary: libvalidation-class-perl
Architecture: source all
Version: 7.38-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libvalidation-class-perl - module for centralized, simplified input validation
Changes: 
 libvalidation-class-perl (7.38-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 7.38
Checksums-Sha1: 
 fc1d60bca199847b7bbf59b9101d774810401ee3 2339 
libvalidation-class-perl_7.38-1.dsc
 639d3e3980abf232dbaea4af391317705c1a7702 76865 
libvalidation-class-perl_7.38.orig.tar.gz
 2d8a6062a3939870223c5a4fb201b7e99e672494 3468 
libvalidation-class-perl_7.38-1.debian.tar.gz
 84d650f33dc13649b549fd490b84954d1a362d43 96808 
libvalidation-class-perl_7.38-1_all.deb
Checksums-Sha256: 
 416977148ace8b479d082752cafa64328d558783ba80e5b116600f5c0b4ca626 2339 
libvalidation-class-perl_7.38-1.dsc
 98a51f01c1c4506a0d0fcc15bb91569af3047ba1bfe54626e2c99b7b69a43f3a 76865 
libvalidation-class-perl_7.38.orig.tar.gz
 c09efe6490ed1e86985e11fbe10fa395b17a524dac7614d63421dd1d586e1c91 3468 
libvalidation-class-perl_7.38-1.debian.tar.gz
 1b9a2646f169e1e8d1b8bd7532b1bbd12399aae7d8b889d718489d5f7e3f2763 96808 
libvalidation-class-perl_7.38-1_all.deb
Files: 
 f28592c1f6f371d2cd00a74facce86c0 2339 perl optional 
libvalidation-class-perl_7.38-1.dsc
 454a072d9c2169b359aeed68c73a2f23 76865 perl optional 
libvalidation-class-perl_7.38.orig.tar.gz
 c93a74cfc6474e368bc424113639dc4c 3468 perl optional 
libvalidation-class-perl_7.38-1.debian.tar.gz
 151ced74e091127e7549fdd286322ea6 96808 perl optional 
libvalidation-class-perl_7.38-1_all.deb

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

iQIbBAEBCAAGBQJPygSNAAoJEHidbwV/2GP+aHEP+Nh+6UhRCEGZxtHsvzqDOGL2
N7gr3T4PXQ/I/a5Xe/EOHBSkdshT21BarCQzqq607aoPPksNYd+ZBnQ2nh9vCeW3
Idue29up13epTVxpgGwkXy3BXPB0fvlNYSHBrtww3MvMmGmjZxC/h8zHMdi1wRqj
iNpiNBFaOUPn09V+lmEYznz2PDLvhpTDslpMXN8xia/zsgiTNH8/UuwX9/YyAPxa
seiiNFe+XhneVITcC3RLmwmuNDVvhkfX0chN8OWrWwtftwFy5RbZzRTGOcvPLDFn
PRLmcGN5lMG5+NJYP0J7LeSJB9f9vnCao8/ohfx5aSOfyqwJYlSxJsViCcu43y1R
gSxjIGdrqQHmrYeuZAie+qQMDx93ShPfACtCdatb3+0UODb9URVofxiY5bs+1BKt
Kq+u3YRiIlgBhxbH12Em2CgxkHuV0N5LVaMEH9XO1DcafFLGuc+dQTuwpbS2XbA9
czwUT1RubZTLVVVnjh4+39ZdMrFt+bwaZW/TXMNtKS7y/MjD3ccqRvqIEZu8Bdsj
b1RCyfC7KaOMCD2BCv5/nhADmPH7XYBeEvMOuTDkgmeNwLb4OSmqWRD2adDHS9RI
iIV2yji+WaYb29pCHxeqm6kKVy82ZEH8Eok5oN7OmffQMNa32tG3rfmSGGLVTE/B
thLHUvIYMYqSEjSSX5g=
=zop1
-END PGP SIGNATURE-


Accepted:
libvalidation-class-perl_7.38-1.debian.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_7.38-1.debian.tar.gz
libvalidation-class-perl_7.38-1.dsc
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_7.38-1.dsc
libvalidation-class-perl_7.38-1_all.deb
  to main/libv/libvalidation-class-perl/libvalidation-class-perl_7.38-1_all.deb
libvalidation-class-perl_7.38.orig.tar.gz
  to 
main/libv/libvalidation-class-perl/libvalidation-class-perl_7.38.orig.tar.gz


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



Accepted maildrop 2.5.5-2 (source amd64)

2012-06-02 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jun 2012 12:37:16 +0900
Source: maildrop
Binary: maildrop
Architecture: source amd64
Version: 2.5.5-2
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin joy-packa...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 maildrop   - mail delivery agent with filtering abilities
Closes: 339749 394779 660872 661156
Changes: 
 maildrop (2.5.5-2) unstable; urgency=low
 .
   * Skip patching makefile.in. Closes: #661156
   * Add URLs for upstream and VCS.
   * NMU fix in 2.2.0-3.1 is included in 2.5.5-1. Closes: #660872
   * Update copyright to DEP-5.
   * Document use of GID mail in README.Debian and manpage. Closes: #394779
   * Document killing of child processes in README.Debian. Closes: #339749
Checksums-Sha1: 
 007c6700cba645fd3dbbe03a841f0edadda6c26d 1404 maildrop_2.5.5-2.dsc
 cd38dee0942171726d1a6cd1a013c49306a25509 27279 maildrop_2.5.5-2.debian.tar.gz
 03caef2b8db172ea25ba805f1b48792e3a2ab5b4 468782 maildrop_2.5.5-2_amd64.deb
Checksums-Sha256: 
 a6959602b61f95874efd7f150951d46aab98c7a5adc787cbf69893cfd00b7d72 1404 
maildrop_2.5.5-2.dsc
 9d210aa79721c3f38e984764d5ffc0fc3fbc8ee3ef92fa2cdaa404a6463e0542 27279 
maildrop_2.5.5-2.debian.tar.gz
 8e964dd3c5c19421457c6906cfc28f9bf6f22bcc523163c4d6596ed06155a5da 468782 
maildrop_2.5.5-2_amd64.deb
Files: 
 e9f2deb948681f30b7446debb414ed89 1404 mail optional maildrop_2.5.5-2.dsc
 d6a07933f50e6da4ab19d5ccdc2777eb 27279 mail optional 
maildrop_2.5.5-2.debian.tar.gz
 90b6f02e1e7e64bd1de46d7ce28a8bdf 468782 mail optional 
maildrop_2.5.5-2_amd64.deb

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

iEYEARECAAYFAk/KDP8ACgkQ6A/EwagGHzJlWACdEshZuVDBB1lT7LrYSi0FQ2DY
dfoAnircALTBNN4tNTSg7oLuI/zGhmx9
=okqz
-END PGP SIGNATURE-


Accepted:
maildrop_2.5.5-2.debian.tar.gz
  to main/m/maildrop/maildrop_2.5.5-2.debian.tar.gz
maildrop_2.5.5-2.dsc
  to main/m/maildrop/maildrop_2.5.5-2.dsc
maildrop_2.5.5-2_amd64.deb
  to main/m/maildrop/maildrop_2.5.5-2_amd64.deb


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



Accepted pkcs11-data 0.7.4-1 (source amd64)

2012-06-02 Thread Max Vozeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 May 2012 15:15:12 +0200
Source: pkcs11-data
Binary: pkcs11-data
Architecture: source amd64
Version: 0.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Max Vozeler x...@debian.org
Changed-By: Max Vozeler x...@debian.org
Description: 
 pkcs11-data - Manage PKCS#11 data objects
Changes: 
 pkcs11-data (0.7.4-1) unstable; urgency=low
 .
   * New upstream version
   * Update to policy 3.9.3 (no changes)
   * Use debhelper v9, bump depends accordingly
   * Add ${misc:Depends} to please lintian
   * Use source format 3.0 (quilt) for bz2 orig
Checksums-Sha1: 
 8b3e3cbef6107580ac9f0c7ccf1144d40b61c733 1325 pkcs11-data_0.7.4-1.dsc
 250ee19230c469cc53af3d39c77cdce5fa546203 226267 pkcs11-data_0.7.4.orig.tar.bz2
 ef8fee163a018952d38a6ec622ee188ce353a556 2198 pkcs11-data_0.7.4-1.debian.tar.gz
 2dbbd7f647cd0ebf0d51e0deb7ee28d56df64378 12396 pkcs11-data_0.7.4-1_amd64.deb
Checksums-Sha256: 
 62392e856d42b51e52e063663a3987fa61ebc93077bf8ab7c3bbcea41c9d6655 1325 
pkcs11-data_0.7.4-1.dsc
 8e4312f41631c6a92c17c3149cd7d2f92315b30ca1e73526bf83ccf375a4ba85 226267 
pkcs11-data_0.7.4.orig.tar.bz2
 580b6cdd504d37c7b8ccbdd903309a7fc5ee726e5a418fcf664551ccd0753142 2198 
pkcs11-data_0.7.4-1.debian.tar.gz
 3b467ce52cdf24e607d457cbcf3394435312115f846e8b47d9caf633141cd48e 12396 
pkcs11-data_0.7.4-1_amd64.deb
Files: 
 56b97208564d8d86ab5b01f812060a2f 1325 utils extra pkcs11-data_0.7.4-1.dsc
 ef6dfb0988bb533a5755a7e9789e5626 226267 utils extra 
pkcs11-data_0.7.4.orig.tar.bz2
 389f123f76c4421d4088627257601d32 2198 utils extra 
pkcs11-data_0.7.4-1.debian.tar.gz
 43cfa2ffeaa232e07a554e727ba13443 12396 utils extra 
pkcs11-data_0.7.4-1_amd64.deb

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

iJwEAQECAAYFAk/KEWkACgkQqgnI+VyroZiD0QP+JOwMryJbNBrdfYbJpze1s/2X
enOIeXUIi20NE4X4Xoh5vjRc4Y3D3Hea7R3qtMwHwfvYGb7CxipTCZLg9lcf0XpM
at/N8cuJ8wEWTrrkLvfkiVIfZOKErHUXLo0tEkgCjaJesJVo9hhC9A+VWK2FedJ2
0A31s7L/AtOqQO6J6Bs=
=pfv5
-END PGP SIGNATURE-


Accepted:
pkcs11-data_0.7.4-1.debian.tar.gz
  to main/p/pkcs11-data/pkcs11-data_0.7.4-1.debian.tar.gz
pkcs11-data_0.7.4-1.dsc
  to main/p/pkcs11-data/pkcs11-data_0.7.4-1.dsc
pkcs11-data_0.7.4-1_amd64.deb
  to main/p/pkcs11-data/pkcs11-data_0.7.4-1_amd64.deb
pkcs11-data_0.7.4.orig.tar.bz2
  to main/p/pkcs11-data/pkcs11-data_0.7.4.orig.tar.bz2


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



Accepted pkcs11-dump 0.3.4-1 (source amd64)

2012-06-02 Thread Max Vozeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 May 2012 08:54:01 +0200
Source: pkcs11-dump
Binary: pkcs11-dump
Architecture: source amd64
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Max Vozeler x...@debian.org
Changed-By: Max Vozeler x...@debian.org
Description: 
 pkcs11-dump - Dump PKCS#11 token content
Changes: 
 pkcs11-dump (0.3.4-1) unstable; urgency=low
 .
   * New upstream version 0.3.4
   * Update to policy 3.9.3 (no changes)
   * Use debhelper v9, update build-dep accordingly
   * Use source format 3.0 (quilt) for bz2 orig
Checksums-Sha1: 
 19f36ecd92425a356d835ca2dd8052ca0a32f0c3 1329 pkcs11-dump_0.3.4-1.dsc
 ffd46279f9953af9dcab0291dc93fe7e19727e2d 255715 pkcs11-dump_0.3.4.orig.tar.bz2
 00974e812d395db8d4feae29eab19ff224d15012 2630 pkcs11-dump_0.3.4-1.debian.tar.gz
 762297af276c868da2dcd410c65de70a5d85dc41 23026 pkcs11-dump_0.3.4-1_amd64.deb
Checksums-Sha256: 
 9be14448ee0bf8ff90ff3e61d3053469f2978fd295ad59493db2fb01d61771e9 1329 
pkcs11-dump_0.3.4-1.dsc
 3c19d412350109423b12bfde196b5bd51e9b23552406bc82735c5ca5e7bcdda8 255715 
pkcs11-dump_0.3.4.orig.tar.bz2
 c3e2718f62f544518603814d72c733e612a0bcd70d6db81d6f69b5970551ff5b 2630 
pkcs11-dump_0.3.4-1.debian.tar.gz
 150f1ddf731f00547b5a381a904f4bcfeaf1ba3b23bc8c61822a57212f1e2416 23026 
pkcs11-dump_0.3.4-1_amd64.deb
Files: 
 8e202d7282640c15f4ac30122df1f739 1329 utils extra pkcs11-dump_0.3.4-1.dsc
 fc9e8b00367f8747f6ee9d54b77dc8e9 255715 utils extra 
pkcs11-dump_0.3.4.orig.tar.bz2
 9c022eec458cda91bad53301fbb564bb 2630 utils extra 
pkcs11-dump_0.3.4-1.debian.tar.gz
 e2b936f9821dd914cdb98bbef44e8f8c 23026 utils extra 
pkcs11-dump_0.3.4-1_amd64.deb

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

iJwEAQECAAYFAk/KEQIACgkQqgnI+VyroZiDQQP9ESvrMzWivyAsogJLBwUs9hcM
wHrm1AtysqnJdCImsE3HxpYvKhkzl/nP7QnHrRpMnruW3CvsLino5p8nPEMjgWd0
pe+zx4FF9DHegAgxJs+jSju1Fx+2/jltbWb1KdkyOdUAEfIV5QaP1D8qq9SlNRg4
7IVJgmjriNOP+ZajQGQ=
=3Io0
-END PGP SIGNATURE-


Accepted:
pkcs11-dump_0.3.4-1.debian.tar.gz
  to main/p/pkcs11-dump/pkcs11-dump_0.3.4-1.debian.tar.gz
pkcs11-dump_0.3.4-1.dsc
  to main/p/pkcs11-dump/pkcs11-dump_0.3.4-1.dsc
pkcs11-dump_0.3.4-1_amd64.deb
  to main/p/pkcs11-dump/pkcs11-dump_0.3.4-1_amd64.deb
pkcs11-dump_0.3.4.orig.tar.bz2
  to main/p/pkcs11-dump/pkcs11-dump_0.3.4.orig.tar.bz2


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



  1   2   3   >