Re: Definition of _boot_

2012-04-30 Thread Svante Signell
On Sun, 2012-04-29 at 23:48 +0200, Carsten Hey wrote:
 * Svante Signell [2012-04-29 21:51 +0200]:
  In line with the recent discussion, lets aim at defining what _boot_ is:
 
 I'm rather sure that he wants to define booting as part of what
 currently is done in /etc/rcS.d.  Configuring the network or mounting
 non-essential remote file systems wouldn't be part of this definition.
 
 Then he would state that these early tasks do not need events at all,
 and conclude that later tasks can be handled in event based userspace
 tools, but that the initial process that invokes these event based tools
 doesn't require events and thus can stay simple.

Nice summary, thanks. This is the whole idea behind defining boot...
Some people get it, others don't.


-- 
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/1335766549.1819.121.camel@x60



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Jonathan Nieder
Marco d'Itri wrote:

 This has been happening more and more after SuSE has become irrelevant.

 I will cite just a few simple examples:
 - no good strategy to prevent lockstep udev/kernel upgrades, since RHEL 
   does not support upgrading to the next major release
 - configuration files in /etc/ overriding configuration files in /lib/, 
   to work around the inferior configuration files handling of RPM
 - removal from udev/systemd of features which Red Hat will not provide 
   anymore (e.g. support of persistent names for new network interfaces,
   choose your own example for systemd)

Thanks for explaining.  Very interesting examples.

Possible conclusions:
- we need to be involved upstream in core projects if we do not want to
  be neglected
- improving OpenSuSE and other distros is another way to help upstreams
  remember how to support more than one setup
- helping RPM and other Red Hat infrastructure is valuable, so they can
  experience the features that it would be nice to preserve in Debian
- sometimes package maintenance involves hard dilemmas


-- 
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/20120430064417.GA10890@burratino



Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Sven Joachim
On 2012-04-30 09:23 +0200, Thomas Goirand wrote:

 On 04/30/2012 03:48 AM, Sven Joachim wrote:
 The difference is that there are millions of videos you can watch with
 VLC, while there are only a dozen or so iwads for doomsday, none of
 which are free.

 And then what? Is it about numbers?

No, it's about the fact that while it is theoretically possible to play
doomsday with free iwads, no such iwads actually exist TTBMOMK.

 Now, let me find another example. We have in the main archive a lot of
 emulators:
 - visualboyadvance
 - xmame
 - atari800

That package is actually in contrib.

 - aranym
 - gnuboy
 - uae
 - stella

Moved to main only after somebody found free ROMs for it.

 - openmsx
 - etc.

 For all of these, there's no ROM available in the Debian archive, and
 it'd be hard, if not impossible in some cases, to find some free ROMs.
 This doesn't prevent the packages to be in main. If you want to
 challenge this fact, then please do it in debian-devel@l.d.o, but not
 for this RC bug, as this is a general situation really not specific to
 doomsday.

Moving the discussion to debian-devel hereby.

Cheers,
   Sven


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



Re: Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Dmitry Nezhevenko
On Mon, Apr 30, 2012 at 01:49:57AM +0300, Uoti Urpala wrote:
 Marco d'Itri wrote:
  I am on friendly terms with many Red Hat people, but it is a fact that 
  they take design decisions which are aligned with the needs of RHEL 
  and these needs are often far from what is good for other distributions.
 
  - configuration files in /etc/ overriding configuration files in /lib/, 
to work around the inferior configuration files handling of RPM
 
 I'm not convinced that the traditional Debian way of directly editing
 package-created files under /etc would be preferable. I think the
 etc-overrides-lib alternative is technically superior in many ways: the
 original version is kept in a known location, it's trivial to
 (temporarily) revert to defaults when you suspect a problem is caused by
 local configuration, it's easier to see what has been locally modified
 and what hasn't, and especially if the program supports file inclusion
 (to include then override the default version) you can resolve more
 updates without needing to do 3-way merges by hand.
 
 The main argument against etc-overrides-lib has been that dpkg can
 automatically give warnings about some of the cases where you may need
 to update your local configuration. But this ability isn't really
 inherent to the directly-editing case, nor only implementable with it. I

Currently dpkg allows not only warnings about some of the cases. It
always warns user when config file was changed in package and user edited
installed copy. And provides a a nice way to quickly take a look to
changes, choose which version to use or even start shell for resolving it
manually. So you just can't miss time when config should be edited at all.

With etc-overrides-lib it's not possible at all... 

-- 
WBR, Dmitry


signature.asc
Description: Digital signature


Re: Enabling hardened build flags for Wheezy

2012-04-30 Thread Bernhard R. Link
* Charles Plessy ple...@debian.org [120430 04:31]:
 Sorry to rant again, but am I the only one thinking that we are in most of the
 case wasting everybody's time by not simply passing all the hardening flags by
 default in CFLAGS ?  In my experience (and I maintain more than 100 packages),
 it is extremely rare to need to ensure that the compiler, preprocessor and
 linker flags are in three separate variables.

 When we need to modify a large number of packages in order to propagate a
 change, isn't this meaning that we are not picking the most efficient 
 defaults ?

As I wrote again, keeping them seperate means you can support both
cases: systems following GNU coding standards to keep them seperate and
systems wanting them in one place. If you mix them first you cannot
seperate them later.

There is also no way this can work without any maintainer intervention.
You need to look what the flags are called. It is quite common for
hand-written flags to use CFLAGS where CXXFLAGS is meant for example.
So you as maintainer have to decide what mapping to use anyway.
If you need CFLAGS='$(CFLAGS)' CPPFLAGS='$(CPPFLAGS)' or
CFLAGS='$(CXXFLAGS)' CPPFLAGS='$(CPPFLAGS)' or
CFLAGS='$(CPPFLAGS) $(CFLAGS)' or
CFLAGS='$(CPPFLAGS) $(CXXFLAGS)' or even something like
CFLAGS='$(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)'.

So what we have is already the most efficient default and also the only
one always working.

Bernhard R. Link


-- 
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/20120430084657.ga2...@client.brlink.eu



non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Jon Dowland
On Mon, Apr 30, 2012 at 09:50:06AM +0200, Sven Joachim wrote:
 Moving the discussion to debian-devel hereby.

Oh joy-of-joys, a context free drive-by-CC to -devel, and a bug which indicates
an NMU without warning, DELAYED queue use or nmudiff, for a package to which
the maintainer is actively discussing the bug (not MIA), for a maintainer who
is just beginning their time with Debian and relies on support and sponsorship.
How inviting to the project!

FWIW, I (or someone else) could quite easily contrive and upload a freedoom
derivative which worked with Doomsday and upload it. It would then satisfy this
technical requirement and thus the argument would go away.  It would also be
a poor imitation of Freedoom (lack features), confusing to users and generally
be a complete waste of time.


-- 
Jon Dowland


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



Re: switching from exim to postfix

2012-04-30 Thread Bernd Zeimetz
On 04/29/2012 03:13 AM, Marco d'Itri wrote:
 Is this the right time to do it?

First lets fix all RC bugs and get other more important things done than
discussing - yet again - the replacement of a well working MTA by a
different well working MTA. Both are equally easy to setup and configure
with debconf for the normal user - and that is what counts. Those who
know what they want/need also know how to install exactly that.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


-- 
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/4f9e614e.8070...@bzed.de



Re: switching from exim to postfix

2012-04-30 Thread Carsten Hey
As I'm not involved in developing dma at all, neither upstream nor in
Debian, I'm not the right one to discuss implementation details in depth
with.


* Russ Allbery [2012-04-29 17:32 -0700]:
 Adam Borowski kilob...@angband.pl writes:
  On Sun, Apr 29, 2012 at 10:50:45PM +0200, Carsten Hey wrote:

  Looks like the DragonFly Mail Agent (dma), which already has been
  mentioned in this thread, could become a decent default for Wheezy+1
  after some small changes.
 
  In a nutshell: it's able to deliver locally and remotely, has a queue,
  supports TLS/SSL, does not listen on port 25 and instead of running as
  daemon, it if run every 5 minutes via cron to flush the queue.

  I hope you mean: to run retries (in which case every 5 minutes is an
  overkill).

  Delaying every outgoing mail by 5 minutes doesn't sound like a good idea
  to me.

 ... incron ... You'd still need timed handling of queued mail for retries.

There are two modes dma can run in, one is the deferred mode, which
seems to be basically how you think dma always works.  The other is the
immediate mode that is default in Debian and upstream and as the name
suggests it delivers immediately if possible and it forks for mails that
can not be delivered immediately.  The resulting processes then handle
besides obvious other things the timed handling of queued mail for
retries.


The rest of this mail is likely not interesting for most of you since it
only tries to answer the natural follow up question Why does it need
a cronjob then? and explains why I don't think anymore that a switch to
incron should be considered.


Two reasons for running dma -q via cronjob in my own words but stolen
from README.Debian are:
 * If the queue is not empty after reboot, dma -q needs to be run at
   least once to start delivering these mails.  A @reboot cronjob or an
   init script would also to this job.
 * Delivery processes might die for various reasons, but the mails still
   need to be delivered in a timely manner.

If dma would be the default MTA, then it should IMHO be as reliable as
possible and even try to prevent user errors.  If a user would
unintentionally enables deferred mode (which is useful if you are behind
a dial-up line) but would not set up dma -q to run periodically, then
the mails would not be delivered without such a default cronjob.
A comment that reminds users to adapt the cronjob if needed should be
added to the config file.  If dma -q is run every 5 minutes be default
anyway, the option -bq does not make that much sense anymore; this can
possibly be solved by implementing different ways of processing queued
mails.  All in all, enabling the cronjob by default, as it is already
done in Debian, seems to be sane.


 I think that was Carsten's point about switching to incron, which
 would then do the right thing for new outgoing mail.

This is a reasonable and logical assumption, but it is wrong ;)

Actually the reason to mention incron was that I thought that running
dma -q if triggered by inotify could be a bit cheaper than running it
every five minutes.  For a default MTA, the amount of systems that run
it could make considering even minimal differences in efficiency
worthwhile.

The idea was to use incron to restart failed delivery processes, if this
would be possible at all depends on details of dma and incron/inotify
I'm not aware off.  An additional reason to the explanation above not to
use incron is that in rare cases dma might fail for example with ENOMEM
whilst reading its configuration file before it is able to open any file
in the spool dir, which would render running it by incron to be not 100%
bullet proof anyway.


Regards
Carsten


-- 
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/20120430095818.ga6...@furrball.stateful.de



Re: switching from exim to postfix

2012-04-30 Thread Riku Voipio
On Sat, Apr 28, 2012 at 07:12:42PM -0700, Russ Allbery wrote:
 I'm not sure that I see the point, and I say that as someone who
 replaces Exim with Postfix on all of my boxes.

Nobody's suggesting you need to change to anything. The worst you
have to do if debian changed default MTA, would be to
apt-get install exim4 (gasp, what horrible pain) when doing new
installations.

 There's nothing particularly wrong with Exim; it works just fine. 

Exim in 2012 not supporting 8BITMIME and thus being the last Major MTA
forcing quoted-printable conversions to make emails 7bit clean is quite
horribly wrong.

Debian is the main source of Exim installs in internet, it is also our fault.
According to one old stat[1], 34% of mx records were exim, most probably almost
all simply because it came by default in debian and it was good enough
so people didnt' switch away from it.

So yes, switching to postfix by default  would reduce the workload of email
servers around the globe (no need to burn cpu cycles and thus co2 to convert
emails to quoted-printable). 

Yes that was a bit of a hyperbole, but this is my pet issue. I complained
last about it in 2009 [2] with no change from upstream since...

Riku

[1] http://www.securityspace.com/s_survey/data/man.201007/mxsurvey.html
[2] http://suihkulokki.blogspot.com/2009/07/cult-of-workarounds.html


-- 
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/20120430101419.ga30...@afflict.kos.to



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Uoti Urpala
Dmitry Nezhevenko wrote:
 On Mon, Apr 30, 2012 at 01:49:57AM +0300, Uoti Urpala wrote:
  Marco d'Itri wrote:
   - configuration files in /etc/ overriding configuration files in /lib/, 
 to work around the inferior configuration files handling of RPM
  
  I'm not convinced that the traditional Debian way of directly editing
  package-created files under /etc would be preferable. I think the
  etc-overrides-lib alternative is technically superior in many ways: the
  original version is kept in a known location, it's trivial to
  (temporarily) revert to defaults when you suspect a problem is caused by
  local configuration, it's easier to see what has been locally modified
  and what hasn't, and especially if the program supports file inclusion
  (to include then override the default version) you can resolve more
  updates without needing to do 3-way merges by hand.
  
  The main argument against etc-overrides-lib has been that dpkg can
  automatically give warnings about some of the cases where you may need
  to update your local configuration. But this ability isn't really
  inherent to the directly-editing case, nor only implementable with it. I
 
 Currently dpkg allows not only warnings about some of the cases. It
 always warns user when config file was changed in package and user edited
 installed copy. And provides a a nice way to quickly take a look to
 changes, choose which version to use or even start shell for resolving it
 manually. So you just can't miss time when config should be edited at all.

Wrong. Any program behavior change may require changing custom
configuration, but such changes need not be accompanied by changes in
the default configuration file. Currently dpkg lacks any mechanism to
show warnings in these cases, even if the maintainers are aware of it.
The only workaround would be to make dummy changes to the configuration
files just to trigger the dpkg warnings, but this would cause other
problems. Thus can't miss at all is false.

 With etc-overrides-lib it's not possible at all... 

This is not true either. You could develop tools that work in this case.
I think there is no fundamental reason why such tools couldn't work
better than current dpkg behavior with equal effort. An easy starting
point (requiring no per-package work at all) would be to show a warning
if an updated package owns a directory under /etc, and that directory
contains non-package-owned files. With some extra work, still no worse
than what's required for current dpkg handling, you should be able to
include information about changes to the corresponding default files (if
any).



-- 
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/1335786282.1766.57.camel@glyph.nonexistent.invalid



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Dmitry Nezhevenko
On Mon, Apr 30, 2012 at 02:44:42PM +0300, Uoti Urpala wrote:
  Currently dpkg allows not only warnings about some of the cases. It
  always warns user when config file was changed in package and user edited
  installed copy. And provides a a nice way to quickly take a look to
  changes, choose which version to use or even start shell for resolving it
  manually. So you just can't miss time when config should be edited at all.
 
 Wrong. Any program behavior change may require changing custom
 configuration, but such changes need not be accompanied by changes in
 the default configuration file. Currently dpkg lacks any mechanism to
 show warnings in these cases, even if the maintainers are aware of it.
 The only workaround would be to make dummy changes to the configuration
 files just to trigger the dpkg warnings, but this would cause other
 problems. Thus can't miss at all is false.

You are talking about changing default values, right? Other cases
(option do_foo starts doing something called bar instead seems just like
bugs). But even for changing default, a lot of software with editable by
hands config files usually are shipped with well commented options and
commented out default value. Something like this (from dovecot.conf):

   # If you want to specify non-default ports or anything more complex,
   # edit conf.d/master.conf.
   #listen = *, ::
   
   # Base directory where to store runtime data.
   #base_dir = /var/run/dovecot/
   
   # Name of this instance. Used to prefix all Dovecot processes in ps
   # output.
   #instance_name = dovecot

So if upstream will decide to change default value, they will also update
configuration file and this will trigger dpkg handling of changed
conffiles.

  With etc-overrides-lib it's not possible at all... 
 
 This is not true either. You could develop tools that work in this case.
 I think there is no fundamental reason why such tools couldn't work
 better than current dpkg behavior with equal effort. An easy starting
 point (requiring no per-package work at all) would be to show a warning
 if an updated package owns a directory under /etc, and that directory
 contains non-package-owned files. With some extra work, still no worse
 than what's required for current dpkg handling, you should be able to
 include information about changes to the corresponding default files (if
 any).

Yeah. I agree. It's _currently_ not possible at all. But again, it's
possible but introduce new issues complications for users.

By default Debian users are aware that files in /etc are supposed to be
edited by user (directly using editor or via special tool, like passwd can
be edited using useradd/userdel). So if you're using software for a first
time, you can just do dpkg-query -L cooldaemon | grep /etc to find out it's
configuration file, quickly edit it and that's all you need. In simple
cases where configuration files are full of comments, you even don't need
to open documentation.

Now compare this with etc-overrides-lib case. You're doing same
dpkg-query -L and it show nothing in /etc (or just empty directory if you
are lucky) and a lot of stuff pieces of which looks like a config in /lib,
/usr/lib, /usr/share or any other place. So you should carefully read
documentation to find out, is it possible at all to override such file,
and if yes, how an where to copy these them before editing.
 
-- WBR, Dmitry


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Steve McIntyre
Marco wrote:
On Apr 29, Jonathan Nieder jrnie...@gmail.com wrote:

 Claiming that we are at their mercy is ignoring the ability to reason
 with them.
The problem is not reasoning, in my experience Red Hat people will 
promply agree that different distributions can make different choices.
But nowadays they just refuse to support these choices.
Obviously this is their prerogative, but it is also a fact which we need 
to be aware of.

If that's really the case, then we should be looking at other options
that *will* support what we want/need rather than simply meekly
following.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You can't barbecue lettuce! -- Ellie Crane


-- 
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/e1sopa8-0005cg...@mail.einval.com



Re: switching from exim to postfix

2012-04-30 Thread Adam Borowski
On Mon, Apr 30, 2012 at 11:58:18AM +0200, Carsten Hey wrote:
 * Russ Allbery [2012-04-29 17:32 -0700]:
  Adam Borowski kilob...@angband.pl writes:
   On Sun, Apr 29, 2012 at 10:50:45PM +0200, Carsten Hey wrote:
 
   Looks like the DragonFly Mail Agent (dma), which already has been
   mentioned in this thread, could become a decent default for Wheezy+1
   after some small changes.
  
   In a nutshell: it's able to deliver locally and remotely, has a queue,
   supports TLS/SSL, does not listen on port 25 and instead of running as
   daemon, it if run every 5 minutes via cron to flush the queue.
 
 If dma would be the default MTA, then it should IMHO be as reliable as
 possible and even try to prevent user errors.  If a user would
 unintentionally enables deferred mode (which is useful if you are behind
 a dial-up line) but would not set up dma -q to run periodically, then
 the mails would not be delivered without such a default cronjob.
 A comment that reminds users to adapt the cronjob if needed should be
 added to the config file.  If dma -q is run every 5 minutes be default
 anyway, the option -bq does not make that much sense anymore; this can
 possibly be solved by implementing different ways of processing queued
 mails.  All in all, enabling the cronjob by default, as it is already
 done in Debian, seems to be sane.

Not on a laptop or any machine that has to conserve power and avoid
unnecessary wakeups / disk spin-ups.

A cronjob every 5 minutes means you need to start up the process, which adds
quite a bit of churn.  Worse, it will spam the logs, and since at least
auth.log is fsync()ed after every write, it needs to spin up the disk.

That's too big a price for a MTA on a system that typically goes months or
years without a single mail.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-30 Thread Michael Tokarev
On 30.04.2012 16:55, Adam Borowski wrote:
 On Mon, Apr 30, 2012 at 11:58:18AM +0200, Carsten Hey wrote:
 * Russ Allbery [2012-04-29 17:32 -0700]:
[]
 If dma would be the default MTA, then it should IMHO be as reliable as
 possible and even try to prevent user errors.  If a user would
 unintentionally enables deferred mode (which is useful if you are behind
 a dial-up line) but would not set up dma -q to run periodically, then
 the mails would not be delivered without such a default cronjob.
 A comment that reminds users to adapt the cronjob if needed should be
 added to the config file.  If dma -q is run every 5 minutes be default
 anyway, the option -bq does not make that much sense anymore; this can
 possibly be solved by implementing different ways of processing queued
 mails.  All in all, enabling the cronjob by default, as it is already
 done in Debian, seems to be sane.
 
 Not on a laptop or any machine that has to conserve power and avoid
 unnecessary wakeups / disk spin-ups.
 
 A cronjob every 5 minutes means you need to start up the process, which adds
 quite a bit of churn.  Worse, it will spam the logs, and since at least
 auth.log is fsync()ed after every write, it needs to spin up the disk.
 
 That's too big a price for a MTA on a system that typically goes months or
 years without a single mail.

Hmm..  Now when you mentioned it...

On all our postfix servers (yes we use postfix), I mount a tmpfs over
/var/spool/postfix/run, create subdirs pid, private and public
in there and change corresponding dirs in /var/spool/postfix/ into
symlinks to run/$subdir.

Exactly in order to avoid extra disk wakeups every so often, by default
every 5min -- when qmgr gets woken up to re-scan its queue.  This is
done by master process according to master.cf, master writes a byte
into corresponding /var/spool/postfix/public/qmgr FIFO, which results
in mtime of that inode being updated every 5 minutes.  Oh well.

(And when I create these symlinks, `postfix check' starts reporting
wrong permissions on /var/spool/postfix/p* - since they becomes
world writable).

FWIW, but Postfix also has this issue, unless it is set up very
carefully and in a non-standard way :)

(This is something I use since about 2002)

Thanks,

/mjt


-- 
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/4f9e9014.8020...@msgid.tls.msk.ru



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread George Danchev
On Mon, 30 Apr 2012 14:44:42 +0300, Uoti Urpala 
uoti.urp...@pp1.inet.fi wrote:


Hi,


Dmitry Nezhevenko wrote:

On Mon, Apr 30, 2012 at 01:49:57AM +0300, Uoti Urpala wrote:
 Marco d'Itri wrote:
  - configuration files in /etc/ overriding configuration files in 
/lib/,
to work around the inferior configuration files handling of 
RPM


 I'm not convinced that the traditional Debian way of directly 
editing

 package-created files under /etc would be preferable. I think the
 etc-overrides-lib alternative is technically superior in many 
ways: the

 original version is kept in a known location, it's trivial to
 (temporarily) revert to defaults when you suspect a problem is 
caused by
 local configuration, it's easier to see what has been locally 
modified
 and what hasn't, and especially if the program supports file 
inclusion
 (to include then override the default version) you can resolve 
more

 updates without needing to do 3-way merges by hand.

 The main argument against etc-overrides-lib has been that dpkg can
 automatically give warnings about some of the cases where you may 
need

 to update your local configuration. But this ability isn't really
 inherent to the directly-editing case, nor only implementable with 
it. I


Currently dpkg allows not only warnings about some of the cases. 
It
always warns user when config file was changed in package and user 
edited

installed copy. And provides a a nice way to quickly take a look to
changes, choose which version to use or even start shell for 
resolving it
manually. So you just can't miss time when config should be edited 
at all.


Wrong. Any program behavior change may require changing custom
configuration, but such changes need not be accompanied by changes in
the default configuration file. Currently dpkg lacks any mechanism to
show warnings in these cases, even if the maintainers are aware of 
it.
The only workaround would be to make dummy changes to the 
configuration

files just to trigger the dpkg warnings, but this would cause other
problems. Thus can't miss at all is false.


I don't think it would be a very good idea for a low-level package 
manager to screen
for any subtle application changes be in the non-default configuration, 
its handling, or otherwise a more general
changes in the application functionality itself. To communicate such 
subtle application changes to the users,
there are Changelogs, NEWS files, and upper-level tools like 
apt-listchanges. Bonus: BTS + apt-listbugs.

I seriously doubt there is more room left for extra engineering.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/115988c609b2c90f790cffeba8567...@spnet.net



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Jon Dowland
On Fri, Apr 27, 2012 at 08:56:21AM +0200, Bernd Zeimetz wrote:
 How do you define really available? When the link is up (and your
 favourite cisco is still blocking traffic to figure out its STP fun?) or
 you default gateway is pingable (and waits for you to start your
 VPN/authentication/whatever stuff)... and so on. There is always a
 reason why you need to configure something manually for the special
 cases - I can't see why an event driven system would be reduce the pain
 enough to make it worth the hassle to migrate to it.

I can't see another way to solve this problem, other than definine more than
one network state, and making sure the dependencies are to the correct ones
(e.g. post-vpn, or gateway-available, or whatever)


-- 
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/20120430133821.GH7795@debian



Re: switching from exim to postfix

2012-04-30 Thread Stefano Zacchiroli
On Sun, Apr 29, 2012 at 07:18:54PM +0200, Marco d'Itri wrote:
 On Apr 29, Russ Allbery r...@debian.org wrote:
  The giant endless flamewars on debian-devel required to make a decision to
  change anything.  :)

 Unrelated: you have just shown what poisons Debian and has been keeping 
 us behind innovation for the last years.
 Not the flamewars themselves, most of us are grown ups and can handle 
 them, but the fear that proposing a change will cause endless 
 discussions and no results.

Still unrelated, but let me AOL the above. Russ was just joking, but I
completely agree with Marco's point here. We're often scared of
starting a thread on -devel to propose changes that are far reaching
enough not to be directly implementable. Every now and then I got asked
advice on whether proposing some change on -devel is a good idea or not.
I'm always happy to give advice, but the fact we sometime worry to
propose changes is worrisome in itself. And it can induce project-wide
inertia as much as worrying too much about performing NMUs to fix bugs.

But we also need to convince ourselves that -devel discussions are
useful and lead to progress. For that to happen, we need more people
that look back at past discussions, summarize their conclusions (if
there have been) or relaunch them (if not), and take concrete actions as
the natural next step of discussing. There are people doing that, but
not nearly enough.

Cheers.
-- 
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences   ..   http://upsilon.cc/zack   ..   . . o
Debian Project Leader...   @zack on identi.ca   ...o o o
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Charles Plessy
Le Mon, Apr 30, 2012 at 09:50:06AM +0200, Sven Joachim a écrit :
 
  For all of these, there's no ROM available in the Debian archive, and
  it'd be hard, if not impossible in some cases, to find some free ROMs.
  This doesn't prevent the packages to be in main. If you want to
  challenge this fact, then please do it in debian-devel@l.d.o, but not
  for this RC bug, as this is a general situation really not specific to
  doomsday.
 
 Moving the discussion to debian-devel hereby.

Hi all,

perhaps one way to solve for good these frequently re-occuring disagreements
would be to suppress the contrib area, and distribute its contents into main
and non-free according to their license and their dependancy chain:  packages
that cause the installation of non-Free works through our packaging system
itself are definitely and mechanically non-Free, and packages that do not cause
non-Free works to be automatically installed are Free.  They may be useless
without additional data, but this is the same as drivers that are useless
without additional hardware.

Cheers,   

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120430141345.ga2...@falafel.plessy.net



Re: Towards multi-arch: Multi-Arch: same file conflicts

2012-04-30 Thread Goswin von Brederlow
Aron Xu happyaron...@gmail.com writes:

 But what if I endianness does matters for those gettext .mo files?
 Installing them as libfoo-translations-be and libfoo-translations-le
 will need some change in gettext support of those
 applications/libraries, that is finding mo files in alternative paths,
 and choosing the right one when being built (cross or not) and run
 (host or qemu).

Yes it does. Or maybe not. Lets talk about the general case instead of
gettext (gettext uses /usr/share/... so they must be arch independent).

With libfoo being in /usr/lib/M-A tuple/ any endian dependent data
should be in /usr/lib/package/M-A tuple/ or /usr/lib/M-A
tuple/M-A tuple/ (sorry, did we pick one of them as standard yet?),
which is usualy a configure option.

When the files are moved into libfoo-data-be then you can put links in
/usr/lib/package/M-A tuple/ or /usr/lib/M-A tuple/M-A tuple/ to
link to /usr/lib/package-data-be/le/.

 Apart form (possibly) patching the software, marking the library as

Not the library, only the data files.

 M-A:foreign is questionable. How do we specify dependencies in
 d/control? If libfoo requires either libfoo-data-be or libfoo-data-le
 on different architectures, do we really want to hard code which
 architecture to depend on which package manually?

For the moment I don't see any other choice. If this is a frequent
problem then some dpkg support could be added or some debhelper
tool. Detecting the endianness at compile time and setting a substvar
would be relatively easy even now.

 Generating data files for both be and le then making it an arch:all
 and M-A:foreign package is not a solution for all maintainers, as this
 requires to patch the software which upstream are tend to reject of
 inclusion in many cases. Generating such data files in maintainer
 scripts is another thing I hate because I believe these data meant to
 have checksum stored in the package file list so that users can verify
 its integrity when needed.

There is no one solution for all maintainers.

At the moment and given the closeness of the freeze I would just do
whatever works for now. If that means big and little endian flavours of
the library have to conflict (libfoo-data-be conflicts libfoo-data-le)
because the path can't be untangeled then I would still think that would
be better than no multiarch support at all. The most common case is
amd64+i386 and adding armel is probably the next common. So most
multiarch users would be ok.

MfG
Goswin


-- 
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/87zk9ts3k9.fsf@frosties.localnet



Re: non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Thomas Goirand
On 04/30/2012 05:33 PM, Jon Dowland wrote:
 Oh joy-of-joys, a context free drive-by-CC to -devel, and a bug which 
 indicates
 an NMU without warning, DELAYED queue use or nmudiff, for a package to which
 the maintainer is actively discussing the bug (not MIA), for a maintainer who
 is just beginning their time with Debian and relies on support and 
 sponsorship.
 How inviting to the project!

 FWIW, I (or someone else) could quite easily contrive and upload a freedoom
 derivative which worked with Doomsday and upload it. It would then satisfy 
 this
 technical requirement and thus the argument would go away.  It would also be
 a poor imitation of Freedoom (lack features), confusing to users and generally
 be a complete waste of time

Well, here's the maintainer's view on this:

 The game should be able to run with free content as well, so I disagree 
 on that. Shall I just remove te requirement?

I happen to agree with him, also because there's at least one GPL editor for
doom, like doom builder:
http://www.doombuilder.com/index.php?p=development

Doom Builder is an open source development released under GNU GPL. 
Everyone can learn from the source code and use it in a GPL compatible 
project.

Yes, doom builder is a windows app, but there are many ways to run
a windows APP (wine, ReactOS, etc.). [Before you ask: no, I didn't try
to actually run doombuilder myself.]

Or is it that doomsday still needs iwad files on top of the wad
files for levels, sprites, and characters?

In any case, if you still think that this was a mistake that I did,
I am sorry for it, but if that's the case, it's easy to fix:
- reopen #661329
- retitle it doomsday should be in contrib, not in main so that it's
not miss-leading anymore.

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/4f9ea091.90...@debian.org



Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Michael Banck
On Mon, Apr 30, 2012 at 11:13:45PM +0900, Charles Plessy wrote:
 They may be useless without additional data, but this is the same as
 drivers that are useless without additional hardware.

I don't buy this analogy - usually, drivers are programmed for existing
(or soon-to-be-existing) hardware, so the additional hardware is
obtainable, just possibly not-existent for the user.

On the other hand, the free data files you are talking about *are*
non-existant and unobtainable.


Michael


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120430142436.gh18...@nighthawk.chemicalconnection.dyndns.org



Re: Enabling hardened build flags for Wheezy

2012-04-30 Thread Charles Plessy
Le Mon, Apr 30, 2012 at 10:46:57AM +0200, Bernhard R. Link a écrit :
 * Charles Plessy ple...@debian.org [120430 04:31]:
 
  When we need to modify a large number of packages in order to propagate a
  change, isn't this meaning that we are not picking the most efficient 
  defaults ?
 
 As I wrote again, keeping them seperate means you can support both
 cases.

The problem is: who wants to support what and what for ?  I thought that the
release goal was to harden Debian, not to fine-grain makefiles in general.

What I see here is a system that is generous of other people's time.

If people who are interested by improving our dozens of thousands upstream
makefiles could spend time forwarding patches upstream by themselves, that
would be appreciated.  I have a hard time finding convincing words when I think
the patch is borderline useless.

Cheers,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
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/20120430142553.gb2...@falafel.plessy.net



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Uoti Urpala
Dmitry Nezhevenko wrote:
 On Mon, Apr 30, 2012 at 02:44:42PM +0300, Uoti Urpala wrote:
  Wrong. Any program behavior change may require changing custom
  configuration, but such changes need not be accompanied by changes in
  the default configuration file. Currently dpkg lacks any mechanism to

 You are talking about changing default values, right? Other cases

More generally about things not necessarily directly related to any
particular option. For example changing heuristics in the program, which
may require using different options to override (even if the options
themselves didn't change).


   With etc-overrides-lib it's not possible at all... 
  
  This is not true either. You could develop tools that work in this case.

 Yeah. I agree. It's _currently_ not possible at all.

It is possible the with etc-overrides-libs behavior. Your _currently_
not possible is about the current state of the Debian tools, not about
etc-overrides-libs. My original point was exactly that the issues are
due to limitations of the existing Debian tools, not fundamental
problems with the etc-overrides-libs model itself.

  But again, it's
 possible but introduce new issues complications for users.

I don't think it would be any more complicated to use once you're
familiar with the model.



-- 
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/1335795081.1766.69.camel@glyph.nonexistent.invalid



Re: [Pkg-javascript-devel] Node.js and it's future in debian

2012-04-30 Thread Igor Pashev


+1 to let Node.js be just node


-- 
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/4f9ea18a.8030...@gmail.com



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Thomas Goirand
On 04/30/2012 05:25 AM, Marco d'Itri wrote:
 This has been happening more and more after SuSE has become irrelevant.
   
What (or what time) are you talking about?
Has SuSE ever been relevant? :)

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/4f9ea64c.1060...@debian.org



Re: non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Jon Dowland
On Mon, Apr 30, 2012 at 10:24:17PM +0800, Thomas Goirand wrote:
 On 04/30/2012 05:33 PM, Jon Dowland wrote:
  Oh joy-of-joys, a context free drive-by-CC to -devel, and a bug which 
  indicates
  an NMU without warning, DELAYED queue use or nmudiff, for a package to which
  the maintainer is actively discussing the bug (not MIA), for a maintainer 
  who
  is just beginning their time with Debian and relies on support and 
  sponsorship.
  How inviting to the project!
 
  FWIW, I (or someone else) could quite easily contrive and upload a freedoom
  derivative which worked with Doomsday and upload it. It would then satisfy 
  this
  technical requirement and thus the argument would go away.  It would also be
  a poor imitation of Freedoom (lack features), confusing to users and 
  generally
  be a complete waste of time
 
 Well, here's the maintainer's view on this:
 
  The game should be able to run with free content as well, so I disagree 
  on that. Shall I just remove te requirement?
 
 I happen to agree with him, also because there's at least one GPL editor for
 doom, like doom builder:
 http://www.doombuilder.com/index.php?p=development
 
 Doom Builder is an open source development released under GNU GPL. 
 Everyone can learn from the source code and use it in a GPL compatible 
 project.
 
 Yes, doom builder is a windows app, but there are many ways to run
 a windows APP (wine, ReactOS, etc.). [Before you ask: no, I didn't try
 to actually run doombuilder myself.]

There's also Yadex, which was (at one time) packaged in Debian, and WadC
(http://jmtd.net/wadc/), however…

 Or is it that doomsday still needs iwad files on top of the wad
 files for levels, sprites, and characters?

doomsday will need an internally-complete iwad: that is, one which provides
levels, sprites and sounds for the monsters in those levels, music to play
during the levels, textures for the walls and floors in those levels, and 
sound effects for the environment and weapons exposed in those levels, and
possibly ones not exposed (the engine may perform availability checks to
determine the precise game it is supposed to be offering.)

The problem with Freedoom (which provides all of the above) is that the levels
in Freedoom make use of features introduced in a doom derivative called 'boom',
from which the vast majority of doom engines derive, but not all, including
doomsday.  Doomsday will therefore crash trying to run those levels. (There
exists another port 'risen3d' which merged boom support into Doomsday -
http://risen3d.drdteam.org/, it is also, in theory, open source:
http://risen3d.drdteam.org/source.htm)

Note that chocolate-doom is another engine in the same situation (which is
in contrib).  There have been noises that people might re-work Freedoom to
remove the Boom features, or make a Boom-free variant, but I haven't seen
anything beyond discussion.

Another interesting consideration: You could use doomsday and freedoom together
as long as you never played the freedoom levels. So, you could play a
third-party level.  We could also package third-party levels.  What would be
the situation then? All the required pieces to use the engine would be in main.
(I have thought that a bundle of some of the best F/OSS compatible Doom levels
would be worthwhile. Sadly most of the classic or historically noteable Doom
levels are not F/OSS compatible.)

 In any case, if you still think that this was a mistake that I did,
 I am sorry for it, but if that's the case, it's easy to fix:
 - reopen #661329
 - retitle it doomsday should be in contrib, not in main so that it's
 not miss-leading anymore.

Well the issue is not so much the decision but the actions.  It would be nice
for you to submit the nmudiff, so Kees can merge it into his git repository.
AFAIK  the next in-progress doomsday release was being prepared in a git
repository (which would add the VCS- headers, too)


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



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Thomas Goirand
On 04/30/2012 04:56 AM, Fernando Lemos wrote:
 I agree that OpenRC would be an improvement over the status
 quo, but migrating *away* from OpenRC later on would be a major pain
 as we would have to support both LSB/sysvinit scripts and OpenRC
 service descriptions for the foreseeable future.
   
Ah? Is this any different with other alternatives like
upstart or systemd?

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/4f9ea852.5090...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Fernando Lemos
On Mon, Apr 30, 2012 at 11:57 AM, Thomas Goirand z...@debian.org wrote:
 On 04/30/2012 04:56 AM, Fernando Lemos wrote:
 I agree that OpenRC would be an improvement over the status
 quo, but migrating *away* from OpenRC later on would be a major pain
 as we would have to support both LSB/sysvinit scripts and OpenRC
 service descriptions for the foreseeable future.

 Ah? Is this any different with other alternatives like
 upstart or systemd?

Yes. The kernel isn't getting any less event-based, so OpenRC would be
an interim solution.


-- 
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/canvyna-pad0n6bw-k2h4cbsmcwyqfjom3zq-jvmw33qq8dw...@mail.gmail.com



Re: switching from exim to postfix

2012-04-30 Thread Russ Allbery
Riku Voipio riku.voi...@iki.fi writes:
 On Sat, Apr 28, 2012 at 07:12:42PM -0700, Russ Allbery wrote:

 I'm not sure that I see the point, and I say that as someone who
 replaces Exim with Postfix on all of my boxes.

 Nobody's suggesting you need to change to anything. The worst you have
 to do if debian changed default MTA, would be to apt-get install exim4
 (gasp, what horrible pain) when doing new installations.

Did you miss the bit where I said that I replace Exim with Postfix on all
of my boxes, despite quoting it?  Logically, you can draw the inference
that I know exactly how hard it is to replace the default MTA with a
different one.

 There's nothing particularly wrong with Exim; it works just fine. 

 Exim in 2012 not supporting 8BITMIME and thus being the last Major MTA
 forcing quoted-printable conversions to make emails 7bit clean is
 quite horribly wrong.

I didn't realize that.  I agree, that's an annoying missing feature.  Has
someone talked with upstream about whether they have plans to implement
it?

 Yes that was a bit of a hyperbole, but this is my pet issue. I
 complained last about it in 2009 [2] with no change from upstream
 since...

 [2] http://suihkulokki.blogspot.com/2009/07/cult-of-workarounds.html

Okay, let me rephrase that: has anyone talked with upstream about this
without making sweeping, confrontational statements about a cult of
workarounds and otherwise insulting them?

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


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



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Marco d'Itri
On Apr 30, Thomas Goirand z...@debian.org wrote:

 On 04/30/2012 05:25 AM, Marco d'Itri wrote:
  This has been happening more and more after SuSE has become irrelevant.
 What (or what time) are you talking about?
 Has SuSE ever been relevant? :)
In this context it was, because it was the other distribution supported 
by major hardware vendors and (some) ISVs and which employed the 
upstream maintainers of many kernel and core user space components.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Enabling hardened build flags for Wheezy

2012-04-30 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 The problem is: who wants to support what and what for ?  I thought that
 the release goal was to harden Debian, not to fine-grain makefiles in
 general.

 What I see here is a system that is generous of other people's time.

I would have assumed you would just add CPPFLAGS, CFLAGS, and LDFLAGS from
dpkg-buildflags to CFLAGS in your package if that's how your build system
works and be done.  In other words, debian/rules code like:

include /usr/share/dpkg/buildflags.mk

override_dh_autobuild:
make CFLAGS=$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)

This seems only marginally more difficult than a typical package only
because you'll have to invoke dpkg-buildflags yourself and can't just use
dh, but I can't imagine this taking more than five to ten minutes in
debian/rules unless something very strange is going on.

And yet, this clearly must not be correct, since you're talking about
sending Makefile patches upstream and are upset about having your time
wasted.  What am I missing?

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


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



Re: switching from exim to postfix

2012-04-30 Thread Andreas Barth
* Russ Allbery (r...@debian.org) [120430 17:09]:
 Riku Voipio riku.voi...@iki.fi writes:

  Exim in 2012 not supporting 8BITMIME and thus being the last Major MTA
  forcing quoted-printable conversions to make emails 7bit clean is
  quite horribly wrong.
 
 I didn't realize that.  I agree, that's an annoying missing feature.  Has
 someone talked with upstream about whether they have plans to implement
 it?

Quoting the manual
| accept_8bitmime Use: main   Type: boolean   Default: false
| 
| This option causes Exim to send 8BITMIME in its response to an SMTP EHLO
| command, and to accept the BODY= parameter on MAIL commands. However, though
| Exim is 8-bit clean, it is not a protocol converter, and it takes no steps to
| do anything special with messages received by this route. Consequently, this
| option is turned off by default. 

So the *default* configuration doesn't advertise 8BITMIME for the
reason that exim won't do conversions later on when relaying to other
hosts (which might be a possible RFC violation, depending where the
mail is relayed to). One could certainly argue that isn't the best /
recommended state, but it's not that bad either.

(And this is one of the first hits while searching for 8BITMIME and
exim.)


Andi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120430152149.gp2...@mails.so.argh.org



Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Andrey Rahmatullin
On Mon, Apr 30, 2012 at 04:24:36PM +0200, Michael Banck wrote:
  They may be useless without additional data, but this is the same as
  drivers that are useless without additional hardware.
 I don't buy this analogy - usually, drivers are programmed for existing
 (or soon-to-be-existing) hardware, so the additional hardware is
 obtainable, just possibly not-existent for the user.
How is non-free hardware different from non-free data in this case?

 On the other hand, the free data files you are talking about *are*
 non-existant and unobtainable.
Charles was not talking about *free* data.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Roger Leigh
On Mon, Apr 30, 2012 at 12:04:32PM -0300, Fernando Lemos wrote:
 On Mon, Apr 30, 2012 at 11:57 AM, Thomas Goirand z...@debian.org wrote:
  On 04/30/2012 04:56 AM, Fernando Lemos wrote:
  I agree that OpenRC would be an improvement over the status
  quo, but migrating *away* from OpenRC later on would be a major pain
  as we would have to support both LSB/sysvinit scripts and OpenRC
  service descriptions for the foreseeable future.
 
  Ah? Is this any different with other alternatives like
  upstart or systemd?
 
 Yes. The kernel isn't getting any less event-based, so OpenRC would be
 an interim solution.

Unless OpenRC itself could become more event-based.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20120430155009.gl28...@codelibre.net



Re: Towards multi-arch: Multi-Arch: same file conflicts

2012-04-30 Thread Simon McVittie
On 30/04/12 15:21, Goswin von Brederlow wrote:
 With libfoo being in /usr/lib/M-A tuple/ any endian dependent data
 should be in /usr/lib/package/M-A tuple/ or /usr/lib/M-A
 tuple/M-A tuple/ (sorry, did we pick one of them as standard yet?),
 which is usualy a configure option.

I think you mean /usr/lib/M-A tuple/package for the second option?

If so, then the second option is what you'd naturally get from
./configure --libdir=\${prefix}/lib/$DEB_HOST_MULTIARCH in an
Autotools package, and that's more or less what debhelper compat 9 does
- so it seems more natural to prefer that one. It's what we'll get in a
large percentage of packages anyway.

 For the moment I don't see any other choice. If this is a frequent
 problem then some dpkg support could be added or some debhelper
 tool. Detecting the endianness at compile time and setting a substvar
 would be relatively easy even now.

DEB_HOST_ARCH_ENDIAN is a dpkg-architecture query variable, just like
DEB_HOST_MULTIARCH, if you need it. (It takes values big or little.)

S


-- 
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/4f9eb72b.5000...@debian.org



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread George Danchev
On Mon, 30 Apr 2012 17:11:21 +0300, Uoti Urpala 
uoti.urp...@pp1.inet.fi wrote:

Dmitry Nezhevenko wrote:

On Mon, Apr 30, 2012 at 02:44:42PM +0300, Uoti Urpala wrote:
 Wrong. Any program behavior change may require changing custom
 configuration, but such changes need not be accompanied by changes 
in
 the default configuration file. Currently dpkg lacks any mechanism 
to



You are talking about changing default values, right? Other cases


More generally about things not necessarily directly related to any
particular option. For example changing heuristics in the program, 
which

may require using different options to override (even if the options
themselves didn't change).



  With etc-overrides-lib it's not possible at all...

 This is not true either. You could develop tools that work in this 
case.



Yeah. I agree. It's _currently_ not possible at all.


It is possible the with etc-overrides-libs behavior. Your 
_currently_
not possible is about the current state of the Debian tools, not 
about

etc-overrides-libs. My original point was exactly that the issues are
due to limitations of the existing Debian tools, not fundamental
problems with the etc-overrides-libs model itself.


It is entirely possible to manage configuration files from dpkg's 
maintainer
scripts (postinst on 'configure' stage, and resp. postrm) as you find 
fit,

or by means of ucf, and possibly in combination with debconf.

One can ship a bunch of configuration files in /usr/share/$pkg, or
rather /usr/share/doc/$pkg/examples/ to avoid redundancy,
and have them copied to /etc/$whatever or whatever is needed.

(this has been so for more than a decade)


--
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/495ab64b83513d1b28f64662febb5...@spnet.net



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Uoti Urpala
George Danchev wrote:
 It is entirely possible to manage configuration files from dpkg's
 maintainerscripts (postinst on 'configure' stage, and resp. postrm) as
 you find fit,
 or by means of ucf, and possibly in combination with debconf.
 
 One can ship a bunch of configuration files in /usr/share/$pkg, or
 rather /usr/share/doc/$pkg/examples/ to avoid redundancy,
 and have them copied to /etc/$whatever or whatever is needed.

You seem to be talking about something else, not about using
etc-overrides-lib semantics the same way as was meant in the messages
you replied to.



-- 
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/1335804141.1766.76.camel@glyph.nonexistent.invalid



Re: RFC: OpenRC as Init System for Debian

2012-04-30 Thread Fernando Lemos
On Mon, Apr 30, 2012 at 12:50 PM, Roger Leigh rle...@codelibre.net wrote:
 On Mon, Apr 30, 2012 at 12:04:32PM -0300, Fernando Lemos wrote:
 On Mon, Apr 30, 2012 at 11:57 AM, Thomas Goirand z...@debian.org wrote:
  On 04/30/2012 04:56 AM, Fernando Lemos wrote:
  I agree that OpenRC would be an improvement over the status
  quo, but migrating *away* from OpenRC later on would be a major pain
  as we would have to support both LSB/sysvinit scripts and OpenRC
  service descriptions for the foreseeable future.
 
  Ah? Is this any different with other alternatives like
  upstart or systemd?

 Yes. The kernel isn't getting any less event-based, so OpenRC would be
 an interim solution.

 Unless OpenRC itself could become more event-based.

How realistic is that?


-- 
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/canvyna-jrxkfeicsvhz2mzbe-4nldkfqmfmyex5bdb+uf8g...@mail.gmail.com



Re: question about Conflicts:

2012-04-30 Thread Ralf Treinen
On Mon, Apr 23, 2012 at 04:59:00PM +0200, Tollef Fog Heen wrote:
 ]] Harald Dunkel 
 
  How can I tell a Debian package to conflict with a real
  package foo, but not with other packages providing foo?
 
 Conflicts: foo (= 0)
 
 since versioned provides don't exist.

Conflicts: foo (= 0), foo ( 0)

to be exact, since versions smaller than 0 are possible.

-Ralf.


-- 
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/20120430165756.ga13...@free.fr



Making -devel discussions more viable (was: switching from exim to postfix)

2012-04-30 Thread Russ Allbery
Stefano Zacchiroli z...@debian.org writes:
 On Sun, Apr 29, 2012 at 07:18:54PM +0200, Marco d'Itri wrote:

 Unrelated: you have just shown what poisons Debian and has been keeping
 us behind innovation for the last years.  Not the flamewars themselves,
 most of us are grown ups and can handle them, but the fear that
 proposing a change will cause endless discussions and no results.

 Still unrelated, but let me AOL the above. Russ was just joking, but I
 completely agree with Marco's point here. We're often scared of
 starting a thread on -devel to propose changes that are far reaching
 enough not to be directly implementable. Every now and then I got asked
 advice on whether proposing some change on -devel is a good idea or not.
 I'm always happy to give advice, but the fact we sometime worry to
 propose changes is worrisome in itself. And it can induce project-wide
 inertia as much as worrying too much about performing NMUs to fix bugs.

Yes, I was just joking and I'm inclined to agree.  (Although with respect
to Marco's specific proposal, there *is* a cost to debate and a request
for everyone's attention, and unless the gains are particularly clear, I'm
not sure it's worth incurring that cost.)

 But we also need to convince ourselves that -devel discussions are
 useful and lead to progress. For that to happen, we need more people
 that look back at past discussions, summarize their conclusions (if
 there have been) or relaunch them (if not), and take concrete actions as
 the natural next step of discussing. There are people doing that, but
 not nearly enough.

Given recent experiences, I'm also coming around to Ian's position that
aggressive and confrontational contributions from people who don't
otherwise seem to be contributing to Debian are part of the problem and
are not useful, and possibly should be banned.  I think that's been a
significant factor in the deterioration of the init system threads.

I want our technical discussions to be welcoming to anyone who has
information to share and who can bring additional clarity and insight to
the discussion.  But once things start getting heated or people start
throwing around accusations or verge towards personal attacks, there's a
real psychological difference between people who are contributing to
Debian and people who aren't.

If I'm being attacked by a colleague, it's a lot easier for me to go
well, that made me mad, but they've done a great job of maintaining this
package I use and I've seen them do lots of other work for Debian, so they
must just be having a bad day and let it go.  There's some built-up good
will because they're part of the community.

When that sort of attack comes from someone who I've never heard of
before, and when I then go to the PTS and db.debian.org and find no track
record of that person ever contributing to Debian other than via mailing
list discussions, it's a lot harder to give them that benefit of the
doubt.  And it gets really frustrating to have to keep discussing and
defending decisions with people who don't appear to be doing anything for
Debian other than feeding discussions that are a net drain of energy.

I'm leery of this whole line of argument, since it's inherently a double
standard.  That's why I've not raised it before.  But, well, humans are
social animals and social dynamics involve some degree of double standard,
and it would be nice if people who were effectively guests in our
technical discussions would behave like house guests rather than diving in
with the degree of robust engagement that (while never exactly ideal) our
long-time contributors have to some degree made up for in advance.

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


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



Re: switching from exim to postfix

2012-04-30 Thread Raf Czlonka
On Mon, Apr 30, 2012 at 01:55:24PM BST, Adam Borowski wrote:
 Not on a laptop or any machine that has to conserve power and avoid
 unnecessary wakeups / disk spin-ups.

Or any device with an SSD or SD card (more and more popular net-tops
nowadays).

 A cronjob every 5 minutes means you need to start up the process, which adds
 quite a bit of churn.  Worse, it will spam the logs, and since at least
 auth.log is fsync()ed after every write, it needs to spin up the disk.

This is the reason why I got rid of DMA on my systems, the defaults -
cron job and unnecessary entries in the logs.
Other than that I don't really have anything else against it.
If those two get fixed it could be a sane default MTA (IMHO).

Cheers,
-- 
Raf


-- 
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/20120430171517.ga3...@linuxstuff.pl



Re: Definition of _boot_

2012-04-30 Thread Vincent Bernat
OoO En  ce doux  début de matinée  du lundi  30 avril 2012,  vers 08:15,
Svante Signell svante.sign...@telia.com disait :

 I'm rather sure that he wants to define booting as part of what
 currently is done in /etc/rcS.d.  Configuring the network or mounting
 non-essential remote file systems wouldn't be part of this definition.
 
 Then he would state that these early tasks do not need events at all,
 and conclude that later tasks can be handled in event based userspace
 tools, but that the initial process that invokes these event based tools
 doesn't require events and thus can stay simple.

 Nice summary, thanks. This is the whole idea behind defining boot...
 Some people get it, others don't.

Since your  boot definition  is mostly the  current initrd, you  seem to
agree that the current init system could be replaced with something more
current like upstart and systemd.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

Avoid temporary variables.
- The Elements of Programming Style (Kernighan  Plauger)


pgpVodDmgtN9J.pgp
Description: PGP signature


Re: non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Adam Borowski
On Mon, Apr 30, 2012 at 03:55:50PM +0100, Jon Dowland wrote:
  Or is it that doomsday still needs iwad files on top of the wad
  files for levels, sprites, and characters?
 
 The problem with Freedoom (which provides all of the above) is that the levels
 in Freedoom make use of features introduced in a doom derivative called 
 'boom',
 from which the vast majority of doom engines derive, but not all, including
 doomsday.  Doomsday will therefore crash trying to run those levels.
 
 Another interesting consideration: You could use doomsday and freedoom 
 together
 as long as you never played the freedoom levels.

So it's, of all Doom resources, the lack of _levels_ working with original
(-llish) Doom code that's the problem?  This would sound a lot more dire if
less than, say, 1/3 of us who remember the times of original Doom made our
own levels.

There's a bad case of Sturgeon's law, of course, but the only difficulty
here lies in sifting through a giant pile of levels and picking the best
ones.

My own masterpieces probably don't belong in the best category, but at
least a few could be ok contenders, especially after a few minor edits.
(Temporary URL: http://angband.pl/tmp/mywads/, ignore old copyright
statements, yadda yadda).

If you pool mine, yours and a few other random folks' wads, you'll have
enough content to get a good set.  And if you want one of famous ones,
there's a good chance authors will agree to relicense.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Re: Definition of _boot_

2012-04-30 Thread Carsten Hey
* Vincent Bernat [2012-04-30 20:30 +0200]:
 OoO En  ce doux  début de matinée  du lundi  30 avril 2012,  vers 08:15,
 Svante Signell svante.sign...@telia.com disait :

  I'm rather sure that he wants to define booting as part of what
  currently is done in /etc/rcS.d.  Configuring the network or mounting
  non-essential remote file systems wouldn't be part of this definition.
 
  Then he would state that these early tasks do not need events at all,
  and conclude that later tasks can be handled in event based userspace
  tools, but that the initial process that invokes these event based tools
  doesn't require events and thus can stay simple.

  Nice summary, thanks. This is the whole idea behind defining boot...
  Some people get it, others don't.

 Since your  boot definition  is mostly the  current initrd, you  seem to
 agree that the current init system could be replaced with something more
 current like upstart and systemd.

What you claim is not true.  If the system is up that far as his boot
definition would have implied, it would be easy for him to write
a simple shell script to do the rest or to install file-rc.  For the
rest of us, it would be easier to work around upgrade problems like the
ones udev's maintainer fixed for us for the last two releases.

Looks like sending a thread's summary before the thread started does not
end it ;)  Unless someone plans to write yet another init replacement or
to adapt an existent one, I think this discussion will not lead us to
anything helpful.


Regards
Carsten


-- 
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/20120430191414.ga17...@furrball.stateful.de



Re: non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Jon Dowland
On Mon, Apr 30, 2012 at 09:27:19PM +0200, Adam Borowski wrote:
 So it's, of all Doom resources, the lack of _levels_ working with original
 (-llish) Doom code that's the problem?  This would sound a lot more dire if
 less than, say, 1/3 of us who remember the times of original Doom made our
 own levels.

Yes.

 There's a bad case of Sturgeon's law, of course, but the only difficulty
 here lies in sifting through a giant pile of levels and picking the best
 ones.
 
 My own masterpieces probably don't belong in the best category, but at
 least a few could be ok contenders, especially after a few minor edits.
 (Temporary URL: http://angband.pl/tmp/mywads/, ignore old copyright
 statements, yadda yadda).

Thanks.

 If you pool mine, yours and a few other random folks' wads, you'll have
 enough content to get a good set.  And if you want one of famous ones,
 there's a good chance authors will agree to relicense.

I had a plan to package a collection of PWADs ('patch' WADs - levels) as a
package which I never did.  I'm going to see about picking that up tomorrow.
I've identified two that are public domain and featured in a 100 best PWADs
of all time list in the last few years.  After that, I'm hoping to arrange
access to the DB backing 'http://www.doomworld.com/idgames;, which has user-
submitted ratings and a list of txt files supplied with each PWAD. Luckily,
there was a widely-used txt-template that offered one of three licenses
and the majority of people who created levels used the template and picked
a license, so it should be possible to identify some highly-rated PWADs
which have DFSG-compatible terms. (you can do whatever you want with this
file. was one of the license-texts; one of others was you may use this
as a base for another PWAD, but you must give the original author credit
which I think should pass, depending on how strict you want to be about
interpreting the proscriptiveness of base for another PWAD)


-- 
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/20120430201320.GA16843@debian



Re: Towards multi-arch: Multi-Arch: same file conflicts

2012-04-30 Thread Aron Xu
On Mon, Apr 30, 2012 at 22:21, Goswin von Brederlow goswin-...@web.de wrote:
 Aron Xu happyaron...@gmail.com writes:

 But what if I endianness does matters for those gettext .mo files?
 Installing them as libfoo-translations-be and libfoo-translations-le
 will need some change in gettext support of those
 applications/libraries, that is finding mo files in alternative paths,
 and choosing the right one when being built (cross or not) and run
 (host or qemu).

 Yes it does. Or maybe not. Lets talk about the general case instead of
 gettext (gettext uses /usr/share/... so they must be arch independent).

 With libfoo being in /usr/lib/M-A tuple/ any endian dependent data
 should be in /usr/lib/package/M-A tuple/ or /usr/lib/M-A
 tuple/M-A tuple/ (sorry, did we pick one of them as standard yet?),
 which is usualy a configure option.


/usr/lib/tuple/package/ is more natural with Autotools and CMake,
which I prefer to use.

 When the files are moved into libfoo-data-be then you can put links in
 /usr/lib/package/M-A tuple/ or /usr/lib/M-A tuple/M-A tuple/ to
 link to /usr/lib/package-data-be/le/.

 Apart form (possibly) patching the software, marking the library as

 Not the library, only the data files.

 M-A:foreign is questionable. How do we specify dependencies in
 d/control? If libfoo requires either libfoo-data-be or libfoo-data-le
 on different architectures, do we really want to hard code which
 architecture to depend on which package manually?

 For the moment I don't see any other choice. If this is a frequent
 problem then some dpkg support could be added or some debhelper
 tool. Detecting the endianness at compile time and setting a substvar
 would be relatively easy even now.


Yes, detecting endianness at compile time and setting substvar is
easy, but again if those packages are arch:any, then they'll actually
consume a lot of space on our mirrors (discussed at -devel before).

 Generating data files for both be and le then making it an arch:all
 and M-A:foreign package is not a solution for all maintainers, as this
 requires to patch the software which upstream are tend to reject of
 inclusion in many cases. Generating such data files in maintainer
 scripts is another thing I hate because I believe these data meant to
 have checksum stored in the package file list so that users can verify
 its integrity when needed.

 There is no one solution for all maintainers.


If we want to reduce the mirror space consumed by such a package,
building arch:all package is a straightforward solution without
modifying archive management software and dpkg/apt, but it's again not
a good choice because we have to keep using binary upload mechanism
(or the maintainer will be required to patch the software so it can
generate both be/le data during a single buildd run).

 At the moment and given the closeness of the freeze I would just do
 whatever works for now. If that means big and little endian flavours of
 the library have to conflict (libfoo-data-be conflicts libfoo-data-le)
 because the path can't be untangeled then I would still think that would
 be better than no multiarch support at all. The most common case is
 amd64+i386 and adding armel is probably the next common. So most
 multiarch users would be ok.

 MfG
        Goswin

I agree on your opinion. It's much better than nothing. But we do need
to discover possible solution for Wheezy+1 or even Wheezy+2, don't we?
:-)

-- 
Regards,
Aron Xu


--
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/CAMr=8w5uu+ojvtfhp-7op6g4ijjdj7pdsi+n5jnqt_r3kt0...@mail.gmail.com



Re: non-satisfyable Recommends: in main (was Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware)

2012-04-30 Thread Adam Borowski
On Mon, Apr 30, 2012 at 09:13:25PM +0100, Jon Dowland wrote:
 I had a plan to package a collection of PWADs ('patch' WADs - levels) as a
 package which I never did.  I'm going to see about picking that up tomorrow.
 I've identified two that are public domain and featured in a 100 best PWADs
 of all time list in the last few years.  After that, I'm hoping to arrange
 access to the DB backing 'http://www.doomworld.com/idgames;, which has user-
 submitted ratings and a list of txt files supplied with each PWAD. Luckily,
 there was a widely-used txt-template that offered one of three licenses
 and the majority of people who created levels used the template and picked
 a license, so it should be possible to identify some highly-rated PWADs
 which have DFSG-compatible terms. (you can do whatever you want with this
 file. was one of the license-texts; one of others was you may use this
 as a base for another PWAD, but you must give the original author credit
 which I think should pass, depending on how strict you want to be about
 interpreting the proscriptiveness of base for another PWAD)

Most of WAD authors didn't put any thought into the license terms, me
included, and just picked any option at random.  I bet a majority of them
would be willing to relicense if asked.

Contacting those folks can be problematic, though -- 16-18 years later, few
email addresses are still valid.

-- 
// If you believe in so-called intellectual property, please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


signature.asc
Description: Digital signature


Re: Enabling hardened build flags for Wheezy

2012-04-30 Thread Charles Plessy
Le Mon, Apr 30, 2012 at 08:15:35AM -0700, Russ Allbery a écrit :
 Charles Plessy ple...@debian.org writes:
 
  The problem is: who wants to support what and what for ?  I thought that
  the release goal was to harden Debian, not to fine-grain makefiles in
  general.
 
  What I see here is a system that is generous of other people's time.
 
 I would have assumed you would just add CPPFLAGS, CFLAGS, and LDFLAGS from
 dpkg-buildflags to CFLAGS in your package if that's how your build system
 works and be done.  In other words, debian/rules code like:
 
 include /usr/share/dpkg/buildflags.mk
 
 override_dh_autobuild:
 make CFLAGS=$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
 
 This seems only marginally more difficult than a typical package only
 because you'll have to invoke dpkg-buildflags yourself and can't just use
 dh, but I can't imagine this taking more than five to ten minutes in
 debian/rules unless something very strange is going on.
 
 And yet, this clearly must not be correct, since you're talking about
 sending Makefile patches upstream and are upset about having your time
 wasted.  What am I missing?

Hi Russ,

all our packages include a way to pass build flags to the upstream build
system, in order to implement features such as DEB_BUILD_OPTIONS=noopt.  It
would have been trivial to pass the hardening flags automatically through the
same communication channel.

Unfortunately, the hardening build flags have been split in three variables.
To make sure they are passed correctly, either the upstream makefiles have to
be modified, or debian/rules has to be modified.  Why couldn't we design a
solution that does not require these modifications except for corner cases ?
It does not matter that they are trivial, the point is that if most C programs
need to have the same override in debian/rules, it feels that there is
something wrong.

(For the patches, I am getting them through the BTS, and I would feel too
unwelcoming to just throw them away).


Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
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/20120430223954.gd17...@falafel.plessy.net



Re: Enabling hardened build flags for Wheezy

2012-04-30 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 all our packages include a way to pass build flags to the upstream build
 system, in order to implement features such as DEB_BUILD_OPTIONS=noopt.
 It would have been trivial to pass the hardening flags automatically
 through the same communication channel.

I don't understand what you mean.  Explicit logic is required in
debian/rules to handle DEB_BUILD_OPTIONS=noopt unless you use a helper
system that embeds that logic.  There's nothing magic about that.  dh
deals with it for you, of course, but it's no different so far as I can
tell from the way hardening flags were implemented, except that it's much
simpler to change the optimization level than it is to harden all the
parts of the build.

 Unfortunately, the hardening build flags have been split in three
 variables.  To make sure they are passed correctly, either the upstream
 makefiles have to be modified, or debian/rules has to be modified.

Well... it's usual to have to modify debian/rules to adjust to new
features of the Debian build system, no?  It's a pretty simple one-time
change, isn't it?

 Why couldn't we design a solution that does not require these
 modifications except for corner cases ?

We did... that's dh.  dh 9 just picks up hardening flags and just works
without any changes required for any Autoconf-enabled package, or for any
package with another build system that it understands.

 It does not matter that they are trivial, the point is that if most C
 programs need to have the same override in debian/rules, it feels that
 there is something wrong.

Most C programs use Autoconf in my experience.  I know that scientific
software often doesn't, but I think scientific software is the significant
outlier in that respect.

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


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



Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Charles Plessy
Le Mon, Apr 30, 2012 at 04:24:36PM +0200, Michael Banck a écrit :
 On Mon, Apr 30, 2012 at 11:13:45PM +0900, Charles Plessy wrote:
  They may be useless without additional data, but this is the same as
  drivers that are useless without additional hardware.
 
 I don't buy this analogy - usually, drivers are programmed for existing
 (or soon-to-be-existing) hardware, so the additional hardware is
 obtainable, just possibly not-existent for the user.
 
 On the other hand, the free data files you are talking about *are*
 non-existant and unobtainable.

Hi Michael,

any analogy is discutable, and fortunately it is not the main point of my
argument.

By the way I would like to add another point, that the split between contrib
and non-free is not informative.  A program in contrib can be tightly coupled
to a non-free library in a way that would require a considerable amount of work
to free it.  On the other hand, a program in non-free can be so because of
re-using non-free code that can be easily removed.

For instance, the seaview package went from main to non-free when it gained the
possibility to do some kind of phylogenetic analysis, and if one would remove
this function, the resulting program would still be completely functional and
would be an improvement compared to the last free version.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
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/20120430224650.ge17...@falafel.plessy.net



Re: Bug#661329: recommends doom-wad which is only provided by non-free doom-wad-shareware

2012-04-30 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 By the way I would like to add another point, that the split between
 contrib and non-free is not informative.  A program in contrib can be
 tightly coupled to a non-free library in a way that would require a
 considerable amount of work to free it.  On the other hand, a program in
 non-free can be so because of re-using non-free code that can be easily
 removed.

The distinction between contrib and non-free is not informative because
it's not based on what would be a sensible division from a user
perspective.  The distinction between contrib and non-free is purely
legal.  contrib contains software that's redistributable in its entirety
under the DFSG; non-free contains software that is not, in part or in
whole.  That's basically it; that's the whole of the distinction, and
attempting to read more into it than that is going to lead people astray.

 For instance, the seaview package went from main to non-free when it
 gained the possibility to do some kind of phylogenetic analysis, and if
 one would remove this function, the resulting program would still be
 completely functional and would be an improvement compared to the last
 free version.

This is just because the granularity of our ability to divide things
between archives is the package level.  We can't divide things at any
lower level than that, so each package has to be declared DFSG-free or not
in its entirety.

If you separated out the phylogenetic analysis into a separate package,
then we would be able to divide the software properly.  (I realize that
this is probably difficult or you would have already done so.)

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


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



Re: Node.js and it's future in debian

2012-04-30 Thread Carsten Hey
* Carl Fürstenberg [2012-04-28 03:31 +0200]:
 There has been an log struggle between the nodejs package and the node
 package, which is still unresolved (bug #611698 for example) And I
 wonder now what the future should look like.

In short I think that there is only one sane solution to this and that
the way to reach this solution is to ask the tech-ctte for a decision.


This is the second thread about this topic on -devel, the first one was
in November 2011.  In both threads and in some smaller ones, people
basically claimed things like (incomplete list):
  * node is older and nodejs should have checked the binary name
  * first come first server
  * nodejs is used as node in the shebang line
  * my node is more widely used than yours (which node is meant depends
on the year)
  * node is a daemon and there it does not matter what name it uses
  * one of them should use the binary name node
  * none should use the binary name node if there is no consensus
  * let the user decide via debconf
  * users from either group would complain if they need to use a name
other than node
  * policy is wrong, packages should conflict
  * conflicts would be wrong

Nowadays, the popcon stats for both packages strongly suggest that most
of node's user are users that wanted to install node.js and did not
remove the node package after noticing that it is not what they
expected.

Given that node is a rarely used daemon and that nodejs is a widely used
language, I think that nodejs should get the binary name node; but due
to the non-responsiveness of node's maintainers I think this might be
a case where involving the tech-ctte would help.

node's maintainers don't participate in such discussions in a reasonable
and timely manner, for example the RC bug had no action for months
despite the patch and nobody ever explained what exactly the problem of
a changed binary name for a daemon would be (node can be used
interactively, but it is not supposed to be used that way and those
users that do would be able to set up an alias anyway).  The first
answer from one of the uploaders was sent nearly a year after nodesjs'
maintainer asked about this issue on the maintainer's list (back then he
didn't seem to notice that those who answered were unrelated to the node
package).  The subject of the -devel thread last year Is anyone
maintaining (the ham radio tool) node? speaks for itself.

I assume all of node's uploaders did great work on many ham related
packages, but all that the two uploaders that replied to this issue
during the last two years did related to the node package is that they
also replied to the Call for debian hamradio developers pool from
node's actual but now retired maintainer who then added them as
uploaders.  Only Hamish, who did not respond to this issue, uploaded
node once in 2005, the others did never do any upload.  The responses
from the other two uploaders were essentially please report a bug
(although this was already done) by one; and ... then no package should
get the name and in one mail this patch needs to be tested by someone
who runs node and nodejs by the other.


Regards
Carsten


-- 
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/20120430230711.gb17...@furrball.stateful.de



Bug#670984: ITP: libphidget -- Phidgets runtime library

2012-04-30 Thread Jonathan McCrohan
Package: wnpp
Severity: wishlist
Owner: Jonathan McCrohan jmccro...@gmail.com

* Package name: libphidget
  Version : 2.1.8.20120216
  Upstream Author : Phidgets Inc. supp...@phidgets.com
* URL : http://www.phidgets.com/
* License : LGPL-3
  Programming Lang: C
  Description : Phidgets runtime library

Phidgets are a set of plug and play building blocks for low cost USB sensing
and control from your PC. All the USB complexity is taken care of by the robust
libphidget API.

Note: This package is *not* related to martin f. krafft's libphidgets library
which was previously in the archive.



-- 
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/20120501010014.3095.87595.report...@lambda.dereenigne.org



Re: switching from exim to postfix

2012-04-30 Thread Chris Knadle
On Monday, April 30, 2012 06:14:19, Riku Voipio wrote:
 On Sat, Apr 28, 2012 at 07:12:42PM -0700, Russ Allbery wrote:
...
  There's nothing particularly wrong with Exim; it works just fine.
 
 Exim in 2012 not supporting 8BITMIME and thus being the last Major MTA
 forcing quoted-printable conversions to make emails 7bit clean is quite
 horribly wrong.

I think it would be useful to describe what issue(s) there are concerning 
8BITMIME and why this is important.  I've found some information [1] about 
this, but it isn't clear what problems are actially *caused* by the lack of 
8BITMIME support by default in Exim.  Is it just slow sending of outbound 
attachments?

 Debian is the main source of Exim installs in internet, it is also our
 fault. According to one old stat, 34% of mx records were exim, most
 probably almost all simply because it came by default in debian and it was
 good enough so people didnt' switch away from it.

The quoted 2010 survey [2] showed Exim was the most popular MTA (which I found 
surprising), deployment of Exim growing just slightly faster than Postfix, and 
everything else falling in popularity.  I don't know how one would verify (or 
dispute) the claim that Debian was the main source of Exim installs, and I'm 
not sure that's a problem that needs fixing.  (Also if you look more closely 
at the survey, ~55% of responding MTAs didn't identify themselves and are thus 
not counted in the statistics, which is a potential wide margin of error.)

 So yes, switching to postfix by default  would reduce the workload of email
 servers around the globe (no need to burn cpu cycles and thus co2 to
 convert emails to quoted-printable).

The statistics quoted showed that Exim was most popular, so wouldn't switching 
to Postfix by default actually be more CPU costly than the reverse?  :-/  [I'm 
not saying you're wrong, just that I don't see the logic in the argument.]




I administer both Postfix and Exim and greatly prefer Exim (specifically 
exim4-daemon-heavy and using a single config file), but I wouldn't mind if the 
default were Postifx.  Whatever the default MTA is should IMHO be whatever DDs 
supporting Debian think is the most supportable and the best default.

I've likewise often wondered if a low-resource MTA like DMA or ssmtp could be 
the default MTA for Desktop installs (and I've occasionally tried them), but 
as has been discussed there seem to be some issues with the idea.  In my case 
for Desktops I want the local MTA to be able to handle sending local outbound 
mail to a server via port 587 over TLS with authentication, to retry sending 
at increasing time intervals, using a queue runner but without a daemon 
listening, and to notify the sender on a permanent failure.  Thusfar I've only 
been able to find all of that in a full-fledged MTA.



[1] http://cr.yp.to/smtp/8bitmime.html

[2] http://www.securityspace.com/s_survey/data/man.201007/mxsurvey.html

  -- Chris

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


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


Accepted calibre 0.8.49+dfsg-0.1 (source all amd64)

2012-04-30 Thread Kefu Chai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 20:06:10 +0800
Source: calibre
Binary: calibre calibre-bin
Architecture: source all amd64
Version: 0.8.49+dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Kefu Chai tchai...@gmail.com
Description: 
 calibre- e-book converter and library management
 calibre-bin - e-book converter and library management
Closes: 555352 618948 640021
Changes: 
 calibre (0.8.49+dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release. (Closes: #640021)
   * debian/control, debian/rules: Remove internal feedparser Python module. Add
 python-feedparser as binary dependency. (Closes: #555352)
   * debian/control: Bump Standards-Version (no changes needed).
   * debian/watch: Upstream switched to *.tar.xz, update accordingly. (Closes:
 #618948)
   * debian/rules: Fix images permissions.
Checksums-Sha1: 
 aec686d4b05b537175957cbcfc74ad54e2a983ba 1763 calibre_0.8.49+dfsg-0.1.dsc
 50065f0e3015640bfa80d05961c59c23e534b64b 24183896 
calibre_0.8.49+dfsg.orig.tar.xz
 750af51eeb81d535f9773afa39256495581cc371 20967 
calibre_0.8.49+dfsg-0.1.debian.tar.gz
 5975328b0aacca8fd35a610e4000c91188320ed5 15618924 
calibre_0.8.49+dfsg-0.1_all.deb
 0e38625d893cc9f4c5b132ae5eea00ea7a3dbda3 209616 
calibre-bin_0.8.49+dfsg-0.1_amd64.deb
Checksums-Sha256: 
 cb85b5e2ef1116bc31c2508f45a722e2441c3dabbacfc018d2772fb072700821 1763 
calibre_0.8.49+dfsg-0.1.dsc
 24060645753f62af12ac1aff8bb166844ccafc3f6e311085314abfd896e23de4 24183896 
calibre_0.8.49+dfsg.orig.tar.xz
 fd43003a7f056583c5648bb0352c4f02d542dea301a0ad934c241c4baf7e4af2 20967 
calibre_0.8.49+dfsg-0.1.debian.tar.gz
 49b865d3baafdc1d5edd36336ff7d2d13b1b084e888951185cd1ec255123bf7f 15618924 
calibre_0.8.49+dfsg-0.1_all.deb
 9113df2a7d07f1790fc44262099a2d56197bab37fde104d87bf77c4553590958 209616 
calibre-bin_0.8.49+dfsg-0.1_amd64.deb
Files: 
 1e117bf4187c078f8e85c476cb92b13d 1763 text extra calibre_0.8.49+dfsg-0.1.dsc
 9604901368b19bb877adbd4413043d49 24183896 text extra 
calibre_0.8.49+dfsg.orig.tar.xz
 684d72a26683019252d1766a99979ce4 20967 text extra 
calibre_0.8.49+dfsg-0.1.debian.tar.gz
 fa41f53fceabcbbc5820674beca25c3b 15618924 text extra 
calibre_0.8.49+dfsg-0.1_all.deb
 3a0f174c9b6019c849873c06827ca8b7 209616 text extra 
calibre-bin_0.8.49+dfsg-0.1_amd64.deb

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

iEYEARECAAYFAk+eL8cACgkQ5TUK4GCH0vjEiwCeMOlvB0HPRvMY4ffouBKIJZKb
lwwAnRA2wGFQPynfFEbZAXme+tcQJ+GZ
=4OJr
-END PGP SIGNATURE-


Accepted:
calibre-bin_0.8.49+dfsg-0.1_amd64.deb
  to main/c/calibre/calibre-bin_0.8.49+dfsg-0.1_amd64.deb
calibre_0.8.49+dfsg-0.1.debian.tar.gz
  to main/c/calibre/calibre_0.8.49+dfsg-0.1.debian.tar.gz
calibre_0.8.49+dfsg-0.1.dsc
  to main/c/calibre/calibre_0.8.49+dfsg-0.1.dsc
calibre_0.8.49+dfsg-0.1_all.deb
  to main/c/calibre/calibre_0.8.49+dfsg-0.1_all.deb
calibre_0.8.49+dfsg.orig.tar.xz
  to main/c/calibre/calibre_0.8.49+dfsg.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/e1sok9u-0002ig...@franck.debian.org



Accepted libav 6:0.8.1-6 (source all amd64)

2012-04-30 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 08:14:20 +0200
Source: libav
Binary: libav-tools ffmpeg ffmpeg-dbg libav-dbg libav-regular-dbg 
libav-extra-dbg ffmpeg-doc libav-doc libavutil51 libavcodec53 libavdevice53 
libavformat53 libavfilter2 libpostproc52 libswscale2 libavutil-dev 
libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev 
libswscale-dev libavutil-extra-51 libavcodec-extra-53 libavdevice-extra-53 
libavfilter-extra-2 libpostproc-extra-52 libavformat-extra-53 libswscale-extra-2
Architecture: source amd64 all
Version: 6:0.8.1-6
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler siret...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 ffmpeg - Multimedia player, server, encoder and transcoder (transitional p
 ffmpeg-dbg - Debug symbols for Libav related packages (transitional package)
 ffmpeg-doc - Documentation of the Libav API (transitional package)
 libav-dbg  - Debug symbols for Libav related packages
 libav-doc  - Documentation of the Libav API
 libav-extra-dbg - Debug symbols for Libav related packages
 libav-regular-dbg - Debug symbols for Libav related packages
 libav-tools - Multimedia player, server, encoder and transcoder
 libavcodec-dev - Development files for libavcodec
 libavcodec-extra-53 - Libav codec library
 libavcodec53 - Libav codec library
 libavdevice-dev - Development files for libavdevice
 libavdevice-extra-53 - Libav device handling library (transitional package)
 libavdevice53 - Libav device handling library
 libavfilter-dev - Development files for libavfilter
 libavfilter-extra-2 - Libav filter library (transitional package)
 libavfilter2 - Libav video filtering library
 libavformat-dev - Development files for libavformat
 libavformat-extra-53 - Libav video postprocessing library (transitional 
package)
 libavformat53 - Libav file format library
 libavutil-dev - Development files for libavutil
 libavutil-extra-51 - Libav utility library (transitional package)
 libavutil51 - Libav utility library
 libpostproc-dev - Development files for libpostproc
 libpostproc-extra-52 - Libav video postprocessing library (transitional 
package)
 libpostproc52 - Libav video postprocessing library
 libswscale-dev - Development files for libswscale
 libswscale-extra-2 - Libav video software scaling library (transitional 
package)
 libswscale2 - Libav video scaling library
Closes: 670861
Changes: 
 libav (6:0.8.1-6) unstable; urgency=low
 .
   * Fix epoch in strict internal dependencies. Closes: #670861
   * Temporarily disable opencv to work around dependency trouble
Checksums-Sha1: 
 e88567bbf87bb10586049d942a36f63e622b0a17 3682 libav_0.8.1-6.dsc
 dc7d2b81901cb24cf3860aff97986cea1e68bf13 41075 libav_0.8.1-6.debian.tar.gz
 ad8530eda15156c8130089e195509dbc74d9057e 555664 libav-tools_0.8.1-6_amd64.deb
 7e98c8b25742c846c0f405c4a34f6c8ad0df7e4d 141196 ffmpeg_0.8.1-6_amd64.deb
 a5bd0c2b73aba0b903a8e393c15b3cb91c03aca9 131548 ffmpeg-dbg_0.8.1-6_amd64.deb
 e873345d0597bf6e4a1ffc72a54c960373314e4a 3049900 libav-dbg_0.8.1-6_amd64.deb
 b16aa98860451a1a3bc9201c4090d5b4b1acadcc 7177376 
libav-regular-dbg_0.8.1-6_amd64.deb
 9d374dc04abbea119a2358c8c2566210ec40e2d8 7194898 
libav-extra-dbg_0.8.1-6_amd64.deb
 01fe07dbac1846dbb31f5eaf02b91c784a2292b7 39856 ffmpeg-doc_0.8.1-6_all.deb
 65f3a92346572d928e65887d9f8eb1e8859d4cbb 21902738 libav-doc_0.8.1-6_all.deb
 d8236a3eee2cd38d4c1dee5a4686326a34fbf1f6 97616 libavutil51_0.8.1-6_amd64.deb
 40264a77a9fdd006046b48b68127d61b663fcd1c 2963854 libavcodec53_0.8.1-6_amd64.deb
 6456a6408d2ab32f89b8c35f4dc0e005aa12a3d2 70692 libavdevice53_0.8.1-6_amd64.deb
 aba8117ac18fcbd91fd6e7b5b5f106068aeb41f0 527436 libavformat53_0.8.1-6_amd64.deb
 f79a54e978955bd79e773590278eb50307f6c8d8 122298 libavfilter2_0.8.1-6_amd64.deb
 269dc17d6942141165154bd082bb6cdf40665aa2 101594 libpostproc52_0.8.1-6_amd64.deb
 874d65233062b39cf79264567535cc964ec37e80 130118 libswscale2_0.8.1-6_amd64.deb
 e76d3dcb31def17288a10d3e6da957a007e9635d 148838 libavutil-dev_0.8.1-6_amd64.deb
 ccd905432d19aa2e445a5148862631437bb3cab6 3472756 
libavcodec-dev_0.8.1-6_amd64.deb
 58728f8347b01492a60d3e9cb62f845b91997eeb 73796 
libavdevice-dev_0.8.1-6_amd64.deb
 2fc70f1f1bb9808bb5e29bfa4a3399df2d1ad0a3 710154 
libavformat-dev_0.8.1-6_amd64.deb
 8d4ad28222ad0187868aae4c11d3c649effe665b 156032 
libavfilter-dev_0.8.1-6_amd64.deb
 c2ce8de86db158dc68ed753b44f02b0691fb1123 102164 
libpostproc-dev_0.8.1-6_amd64.deb
 e2e0e5f885fc287e638afb49fad79abce487137c 152082 
libswscale-dev_0.8.1-6_amd64.deb
 1b959b05bb131dc1a3f55dee6d23248a412dcfc6 39842 
libavutil-extra-51_0.8.1-6_all.deb
 e907c2bcabb42011b2e6f76e99da082e053b16a2 2965710 
libavcodec-extra-53_0.8.1-6_amd64.deb
 bef6fdf31977a8a95a5107570098e58c10855198 39842 
libavdevice-extra-53_0.8.1-6_all.deb
 717d1a18776f701f299c68216f11ee693f9fd3dd 39834 
libavfilter-extra-2_0.8.1-6_all.deb
 40e2a6c03283a1bbf5ac0efece641a4c71daa70c 39842 

Accepted gobby-infinote 0.4.94-4 (source all amd64)

2012-04-30 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 08:57:17 +0200
Source: gobby-infinote
Binary: gobby-0.5 gobby-0.5-dbg gobby-infinote
Architecture: source amd64 all
Version: 0.4.94-4
Distribution: unstable
Urgency: low
Maintainer: Philipp Kern pk...@debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 gobby-0.5  - infinote-based collaborative text editor
 gobby-0.5-dbg - infinote-based collaborative text editor - debugging symbols
 gobby-infinote - infinote-based collaborative text editor (current)
Closes: 669452
Changes: 
 gobby-infinote (0.4.94-4) unstable; urgency=low
 .
   * Fix compilation with gtkmm 3.4. (Closes: #669452)
   * debian/copyright: Updated FSF address and copyright years.
Checksums-Sha1: 
 5ba28941835f81a184e844dd6ac6d21a7394d659 1470 gobby-infinote_0.4.94-4.dsc
 8e8db19da4906fae20958337ccb25c365d0e9316 10821 
gobby-infinote_0.4.94-4.debian.tar.gz
 ec9d87240da667a31e66b9f3f45f0fe07f40ffa4 570222 gobby-0.5_0.4.94-4_amd64.deb
 6d99835716a1c3a75348d5a8eed07337f5659ce7 2122792 
gobby-0.5-dbg_0.4.94-4_amd64.deb
 37c15db97530366c119385f81bb991f25b52d31c 27072 gobby-infinote_0.4.94-4_all.deb
Checksums-Sha256: 
 33a76fa5629afb8890182d3d08e2771cf1e3a1befd3c37a5c5bf14cead771928 1470 
gobby-infinote_0.4.94-4.dsc
 4a945edfee5e2f97bd9466651fbaa752bfb2fb1784ee3f29d842d30fb9976758 10821 
gobby-infinote_0.4.94-4.debian.tar.gz
 c55e6c81a4f8556cf44e0a83631e0138e3c0263fa60910db85f7b7b6ed859372 570222 
gobby-0.5_0.4.94-4_amd64.deb
 da93d595704a0eb6cc4562704794b9105f2dcb061b0ba4d427667ba2db097875 2122792 
gobby-0.5-dbg_0.4.94-4_amd64.deb
 4410845ddaa8047137465add1ecff0d38c2bb8c2e1883ed81f2ed2d0cc315607 27072 
gobby-infinote_0.4.94-4_all.deb
Files: 
 6cbe522d21b9e25a6fc7312414a94cbe 1470 net optional gobby-infinote_0.4.94-4.dsc
 7b69e6227216a9ba043dfa6e87a98418 10821 net optional 
gobby-infinote_0.4.94-4.debian.tar.gz
 9d47bcd50837e1bfe27d195123dfe784 570222 net optional 
gobby-0.5_0.4.94-4_amd64.deb
 131382fb6bb9e2da52de60c5206f70a4 2122792 debug extra 
gobby-0.5-dbg_0.4.94-4_amd64.deb
 c3f6142a0c1e24d6b3da8e3b81183fc3 27072 net optional 
gobby-infinote_0.4.94-4_all.deb

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

iEYEAREIAAYFAk+ePQUACgkQ7Ro5M7LPzdjNigCcCgQz/HE5fwJqeESxAY5ANDmb
VIYAoJzqp4aJobS5jNQrNGDs45+ZIbNj
=Zkxm
-END PGP SIGNATURE-


Accepted:
gobby-0.5-dbg_0.4.94-4_amd64.deb
  to main/g/gobby-infinote/gobby-0.5-dbg_0.4.94-4_amd64.deb
gobby-0.5_0.4.94-4_amd64.deb
  to main/g/gobby-infinote/gobby-0.5_0.4.94-4_amd64.deb
gobby-infinote_0.4.94-4.debian.tar.gz
  to main/g/gobby-infinote/gobby-infinote_0.4.94-4.debian.tar.gz
gobby-infinote_0.4.94-4.dsc
  to main/g/gobby-infinote/gobby-infinote_0.4.94-4.dsc
gobby-infinote_0.4.94-4_all.deb
  to main/g/gobby-infinote/gobby-infinote_0.4.94-4_all.deb


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



Accepted nagios-nrpe 2.12-6 (source amd64)

2012-04-30 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 09:25:45 +0200
Source: nagios-nrpe
Binary: nagios-nrpe-server nagios-nrpe-plugin
Architecture: source amd64
Version: 2.12-6
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 nagios-nrpe-plugin - Nagios Remote Plugin Executor Plugin
 nagios-nrpe-server - Nagios Remote Plugin Executor Server
Closes: 650464 665845
Changes: 
 nagios-nrpe (2.12-6) unstable; urgency=low
 .
   * [36b1062] Add add icinga to the list of recommends
   * [a698acb] Don't remove homedirectory of the nagios user (Closes: #665845)
   * [4dc53fb] Use retry argument for start-stop-daemon when stopping nrpe
 (Closes: #650464)
Checksums-Sha1: 
 aa0bf3c8d57343abde5b7c342e2ea90524926b78 1353 nagios-nrpe_2.12-6.dsc
 bd3582e3b6353cf57689c3f7b6d24b698c98169f 9983 nagios-nrpe_2.12-6.diff.gz
 fb98c8ef5dacfbe184cb1b7be4bf030a7dee3343 38990 
nagios-nrpe-server_2.12-6_amd64.deb
 ec7289fb5680b69eee22f73efb08a020cd270e32 19040 
nagios-nrpe-plugin_2.12-6_amd64.deb
Checksums-Sha256: 
 6fb97a940fd60e1f66919eede923cfc2b63eb71d5e7f357aa4b0a7b988f01110 1353 
nagios-nrpe_2.12-6.dsc
 209254b85a432f2a2090f91399545e893a7a6ae6ee05155a31519dd8d85f7b31 9983 
nagios-nrpe_2.12-6.diff.gz
 eff77285492e80fa36a7d549d22dccdfba2b04b6db7b0caf8d458c6e8d7c30f8 38990 
nagios-nrpe-server_2.12-6_amd64.deb
 15f52e29322411a3d90feae00cb1888504209d94b6d8a003d5c8d8c33bb56ca8 19040 
nagios-nrpe-plugin_2.12-6_amd64.deb
Files: 
 c3c5627df0096c8277911e0abdfe78a6 1353 net optional nagios-nrpe_2.12-6.dsc
 f0ba2f4ab6959ce392fe72549328cd36 9983 net optional nagios-nrpe_2.12-6.diff.gz
 683fc444d7fb91514fbea44359d1f6ec 38990 net optional 
nagios-nrpe-server_2.12-6_amd64.deb
 882df7f85b67df545a5c65c2295155d0 19040 net optional 
nagios-nrpe-plugin_2.12-6_amd64.deb

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

iEYEARECAAYFAk+ePxoACgkQ01u8mbx9AgpvGACeMG3qcWCHdLUdG41yu3+8jPkj
gTUAmgK3diuhHPzUzMM2+RfzG0U5CryM
=Zo5J
-END PGP SIGNATURE-


Accepted:
nagios-nrpe-plugin_2.12-6_amd64.deb
  to main/n/nagios-nrpe/nagios-nrpe-plugin_2.12-6_amd64.deb
nagios-nrpe-server_2.12-6_amd64.deb
  to main/n/nagios-nrpe/nagios-nrpe-server_2.12-6_amd64.deb
nagios-nrpe_2.12-6.diff.gz
  to main/n/nagios-nrpe/nagios-nrpe_2.12-6.diff.gz
nagios-nrpe_2.12-6.dsc
  to main/n/nagios-nrpe/nagios-nrpe_2.12-6.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/e1sol6b-0006jq...@franck.debian.org



Accepted avelsieve 1.9.9-2.2 (source all)

2012-04-30 Thread xiaowen 辛晓闻
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 15:14:24 +0800
Source: avelsieve
Binary: avelsieve
Architecture: source all
Version: 1.9.9-2.2
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm j...@debian.org
Changed-By: xiaowen 辛晓闻 xiaow...@gmail.com
Description: 
 avelsieve  - Sieve mail filters plugin for SquirrelMail
Closes: 667844
Changes: 
 avelsieve (1.9.9-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixes call-time pass-by-reference bug (Closes: #667844)
Checksums-Sha1: 
 2fa1f49a0ec492b6eda0e450acdb456028127682 1267 avelsieve_1.9.9-2.2.dsc
 24855ca6f8cd556c1c24a3129002fb30356ddc9d 16901 
avelsieve_1.9.9-2.2.debian.tar.gz
 c2f79ffef66ff8b1c7d3dc8044ec6fa1de479aab 322922 avelsieve_1.9.9-2.2_all.deb
Checksums-Sha256: 
 c96b828130234875b68a8da70e32cb5a499d815c7bb91502df97b4474c4714ce 1267 
avelsieve_1.9.9-2.2.dsc
 ed0359697df3be760c40bb070acd8f79462ca980dc2d730cf64b90d912d9 16901 
avelsieve_1.9.9-2.2.debian.tar.gz
 be23da82033a8e91125b7d14ef5d102b19cfa11823909e40c5c8a0ef14b53592 322922 
avelsieve_1.9.9-2.2_all.deb
Files: 
 48ae63768b24a36113b2bfa1a4469bc2 1267 web optional avelsieve_1.9.9-2.2.dsc
 ee686c08fd83f64b590f62cb1cd14086 16901 web optional 
avelsieve_1.9.9-2.2.debian.tar.gz
 f0965a1f88bf39e9c6f96c7786e5f7f8 322922 web optional 
avelsieve_1.9.9-2.2_all.deb

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

iEYEARECAAYFAk+eQvcACgkQ+MQbLPcULsImVgCdGLKUxB01BbqDqDiLFV2wpKGE
zPwAnj91zu+P/1coh9a2k7oQEAFWdEoj
=QL7k
-END PGP SIGNATURE-


Accepted:
avelsieve_1.9.9-2.2.debian.tar.gz
  to main/a/avelsieve/avelsieve_1.9.9-2.2.debian.tar.gz
avelsieve_1.9.9-2.2.dsc
  to main/a/avelsieve/avelsieve_1.9.9-2.2.dsc
avelsieve_1.9.9-2.2_all.deb
  to main/a/avelsieve/avelsieve_1.9.9-2.2_all.deb


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



Accepted libconfig-model-openssh-perl 1.221-1 (source all)

2012-04-30 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 09:53:13 +0200
Source: libconfig-model-openssh-perl
Binary: libconfig-model-openssh-perl
Architecture: source all
Version: 1.221-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libconfig-model-openssh-perl - configuration file editor for OpenSsh
Closes: 670319
Changes: 
 libconfig-model-openssh-perl (1.221-1) unstable; urgency=low
 .
   * New Upstream version:
 * Ssh model: ControlMaster also supports auto keyword (thanks to
   harleypig and Daniel Dehennin, Closes: #670319)
   * control: updated standard-version (no other changes)
   * copyright: updated format url
Checksums-Sha1: 
 dfa846460116e5240cfe50e527e83e7e47196648 2441 
libconfig-model-openssh-perl_1.221-1.dsc
 941488cababc0adb17808cd10126b5b5cf311933 61321 
libconfig-model-openssh-perl_1.221.orig.tar.gz
 ac12c63a48c8138812a3254067fb04842aca1e20 3998 
libconfig-model-openssh-perl_1.221-1.debian.tar.gz
 eb5025f515104d2013e56403929ba52b1ba1f0a9 94306 
libconfig-model-openssh-perl_1.221-1_all.deb
Checksums-Sha256: 
 6c2c2bc07b637d163275e8c53c1b3e7d3d601a3cef1c8abd21fe84010bfc279d 2441 
libconfig-model-openssh-perl_1.221-1.dsc
 a0d012e96058b8467815d560e84d328cadaeeb92b30f0aac739128f292d6f757 61321 
libconfig-model-openssh-perl_1.221.orig.tar.gz
 edbdde629d1af091a59103f2815a215063a14256324799911aa97f665d89d0f6 3998 
libconfig-model-openssh-perl_1.221-1.debian.tar.gz
 09aceed96c806e97aff893b55a54807833a62d60b7e9fa04b3e87b1639d75ade 94306 
libconfig-model-openssh-perl_1.221-1_all.deb
Files: 
 3cb4e887d2041e25fb73225c4ee0c22c 2441 perl optional 
libconfig-model-openssh-perl_1.221-1.dsc
 1e1c76d721114dbbd52b044c7beb108b 61321 perl optional 
libconfig-model-openssh-perl_1.221.orig.tar.gz
 6182a051d0fb51c8066d89f8a290d556 3998 perl optional 
libconfig-model-openssh-perl_1.221-1.debian.tar.gz
 5a5478c538c54d0070c292302b798d5c 94306 perl optional 
libconfig-model-openssh-perl_1.221-1_all.deb

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

iQIcBAEBAgAGBQJPnkUmAAoJEMMfT9lJqyts3+sP+wfcTNkZ6xLbmnhN7O5zAD/6
OTxZiNeotEG+2BqOVUGUbFAlpt3S4GSGehkmxlD0dnEes4MaBs5qA2GTGA3prKmN
aQuqhJPty1jWg8wx6eSqOtT7JbM3MHIOpnToO36ZUuRSJ1/yM4h9QT2HQvN6FPJ5
0VGpqU0MeukBOH9/mZBl/+QT5dH97NaEiIQrxnFXjXL5+mmmI0S6jqQYKzLXPy3I
mbeP7XEqgSLdCE1oP5TosPFZ90ttrH1ZdlPXQLUFZTc6AK25RhC/Q61wmTDFPhHA
5qOCj7q2FPmUEzqej1SKFanF21Iejhnh/eqrODo7LW+mGHuxBkWG+LMPheZdLsC7
0dtU3uZ/MxnOKfjV4ESPLzjAygDptGLojHzVcc3KjJpOv+0l5VvIOilvJ68ArCaz
Kmbq1bG4tsCm08y3bSMAiCTIyDR33rgMWmmdf6tnB93K7LerOzm6mi1zuuiUAxnO
RiTN3xLkA/dqI9Xb1KV11AIXJlkTNTUdq/HofyVvenU641fQ5hTGsFexpDcQD1FM
qQi6ME4i6J7Ud67kmN1kkPt08ZlKAFq8UgcIA70REERrUud19wwpp7vlx6Ts0Un6
zJwM8mgzk+0Bt/pmBFVaUnqZkQZqlivGDKJO91ExQM3asH+Whus9cDnq6ak9hkHs
ZgbD23VOEEc10bMFFqd0
=WfIR
-END PGP SIGNATURE-


Accepted:
libconfig-model-openssh-perl_1.221-1.debian.tar.gz
  to 
main/libc/libconfig-model-openssh-perl/libconfig-model-openssh-perl_1.221-1.debian.tar.gz
libconfig-model-openssh-perl_1.221-1.dsc
  to 
main/libc/libconfig-model-openssh-perl/libconfig-model-openssh-perl_1.221-1.dsc
libconfig-model-openssh-perl_1.221-1_all.deb
  to 
main/libc/libconfig-model-openssh-perl/libconfig-model-openssh-perl_1.221-1_all.deb
libconfig-model-openssh-perl_1.221.orig.tar.gz
  to 
main/libc/libconfig-model-openssh-perl/libconfig-model-openssh-perl_1.221.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/e1somik-0007wg...@franck.debian.org



Accepted libvirt 0.9.11.3-1 (source all i386)

2012-04-30 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 09:44:51 +0200
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source all i386
Version: 0.9.11.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (0.9.11.3-1) unstable; urgency=low
 .
   * [f254551] New upstream version 0.9.11.3
   * [5362229] Drop virURIParse-don-t-forget-to-copy-the-user-part.patch.
 Fixed upstream.
   * [36ed9f0] Update symbols file
Checksums-Sha1: 
 54009394c5114673e4f3b485718caa89eccd740b 2290 libvirt_0.9.11.3-1.dsc
 2bcb00a901113f53fb5eb3fd2d2a3b3e68dcc0f4 19615688 libvirt_0.9.11.3.orig.tar.gz
 e27a9a0524c4d4a0e48a095ea4b5ceaf739bef32 34562 libvirt_0.9.11.3-1.debian.tar.gz
 a5671daad600a2fe0353237739b56c802cf9974e 2127046 libvirt-doc_0.9.11.3-1_all.deb
 625552a809de941cbe9d2c8c4503b769b93bc99f 2291872 
libvirt-bin_0.9.11.3-1_i386.deb
 9347f5c48d2640448bf9433c1c20899b743bb92b 2088732 libvirt0_0.9.11.3-1_i386.deb
 9a71feb8b76d87a29c42f10b2e7a5b1d5af91290 6029978 
libvirt0-dbg_0.9.11.3-1_i386.deb
 f7a9dcef18ebabc9e2eed9eb0b88c61134b7 2468158 
libvirt-dev_0.9.11.3-1_i386.deb
 5fb25050a52d131cb4a0da0a5bcb95fbe8cc565f 1385388 
python-libvirt_0.9.11.3-1_i386.deb
Checksums-Sha256: 
 cdb1791a385268caec6c213a71000983bac3f030bd2452b15a5a9f0899e81370 2290 
libvirt_0.9.11.3-1.dsc
 aa73b329d2f6eb200991b9dc378d4636c15cd2f95ca224995d01b45257584fa2 19615688 
libvirt_0.9.11.3.orig.tar.gz
 8728006e6fb113e1a7b31f83060bc530f8ee17af9c4ee4976fe1fcb3189a6f1c 34562 
libvirt_0.9.11.3-1.debian.tar.gz
 4e0bb04f096c6893b44ec619dc8a2278b4d8c10b93fbc51b8b6e4efeb28af7d8 2127046 
libvirt-doc_0.9.11.3-1_all.deb
 a5bfa985bf547fba7e60f40889d4783f7ce40226ad2629d61c3c0a8fed8528a8 2291872 
libvirt-bin_0.9.11.3-1_i386.deb
 e114d38756d5b2e360e25fa7132a7959d1de9f90de4445a127aae488599a309b 2088732 
libvirt0_0.9.11.3-1_i386.deb
 a74ed4f823860b812a26822ecbd8fcf4e7409a0da712abf199d33cc36f067ac3 6029978 
libvirt0-dbg_0.9.11.3-1_i386.deb
 9f8fcf0fa45345092368204a970efd3550674b0c69fc3a2453ec7b7566d0e88c 2468158 
libvirt-dev_0.9.11.3-1_i386.deb
 c1bc72e9ce0ee71f83a445087ef3735f63f6acc98ebb125095438968e587530f 1385388 
python-libvirt_0.9.11.3-1_i386.deb
Files: 
 c72c9f6fd40abd7f4a803c948d5a97f0 2290 libs optional libvirt_0.9.11.3-1.dsc
 3c598b729dabdce08ef5b8741cc1b220 19615688 libs optional 
libvirt_0.9.11.3.orig.tar.gz
 0e96995a6b8a2d2c2f0b73f4ceedb6c3 34562 libs optional 
libvirt_0.9.11.3-1.debian.tar.gz
 67ff9df4325a81b10be04d07bb6cfe25 2127046 doc optional 
libvirt-doc_0.9.11.3-1_all.deb
 bacda5616d26579dd483b444e2e38590 2291872 admin optional 
libvirt-bin_0.9.11.3-1_i386.deb
 e5fa48a457beb19aea3a88d31c7ab69e 2088732 libs optional 
libvirt0_0.9.11.3-1_i386.deb
 d3114cc22c962c3e105bac6d839a1686 6029978 debug extra 
libvirt0-dbg_0.9.11.3-1_i386.deb
 1a083336e5410aba04a8d78bba1bd606 2468158 libdevel optional 
libvirt-dev_0.9.11.3-1_i386.deb
 71a738ac39ed2cfcdc93b34fbcb4d7a6 1385388 python optional 
python-libvirt_0.9.11.3-1_i386.deb

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

iD8DBQFPnkWMn88szT8+ZCYRAiNYAJ4od2LGY0MMrc3hE1u1MuQfkz4FLACeM2Qy
jpI9290GTRA2wanD00WX+58=
=5C72
-END PGP SIGNATURE-


Accepted:
libvirt-bin_0.9.11.3-1_i386.deb
  to main/libv/libvirt/libvirt-bin_0.9.11.3-1_i386.deb
libvirt-dev_0.9.11.3-1_i386.deb
  to main/libv/libvirt/libvirt-dev_0.9.11.3-1_i386.deb
libvirt-doc_0.9.11.3-1_all.deb
  to main/libv/libvirt/libvirt-doc_0.9.11.3-1_all.deb
libvirt0-dbg_0.9.11.3-1_i386.deb
  to main/libv/libvirt/libvirt0-dbg_0.9.11.3-1_i386.deb
libvirt0_0.9.11.3-1_i386.deb
  to main/libv/libvirt/libvirt0_0.9.11.3-1_i386.deb
libvirt_0.9.11.3-1.debian.tar.gz
  to main/libv/libvirt/libvirt_0.9.11.3-1.debian.tar.gz
libvirt_0.9.11.3-1.dsc
  to main/libv/libvirt/libvirt_0.9.11.3-1.dsc
libvirt_0.9.11.3.orig.tar.gz
  to main/libv/libvirt/libvirt_0.9.11.3.orig.tar.gz
python-libvirt_0.9.11.3-1_i386.deb
  to main/libv/libvirt/python-libvirt_0.9.11.3-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/e1somip-0007if...@franck.debian.org



Accepted snort 2.9.2-3.1 (source i386 all)

2012-04-30 Thread Emfox Zhou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 15:57:48 +0800
Source: snort
Binary: snort snort-common snort-doc snort-mysql snort-pgsql 
snort-rules-default snort-common-libraries
Architecture: source i386 all
Version: 2.9.2-3.1
Distribution: unstable
Urgency: low
Maintainer: Javier Fernández-Sanguino Peña j...@debian.org
Changed-By: Emfox Zhou em...@debian.org
Description: 
 snort  - flexible Network Intrusion Detection System
 snort-common - flexible Network Intrusion Detection System [common files]
 snort-common-libraries - flexible Network Intrusion Detection System ruleset
 snort-doc  - Documentation for the Snort IDS [documentation]
 snort-mysql - flexible Network Intrusion Detection System [MySQL]
 snort-pgsql - flexible Network Intrusion Detection System [PostgreSQL]
 snort-rules-default - flexible Network Intrusion Detection System ruleset
Closes: 669524
Changes: 
 snort (2.9.2-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Correct tex .sty path (Closes: #669524)
Checksums-Sha1: 
 8c9d924677ed45a4b3fb7cb3ce357224115e56d5 1798 snort_2.9.2-3.1.dsc
 affd85a7c079b3819ff7c1fe1cedd635046df12f 1587944 snort_2.9.2-3.1.debian.tar.gz
 e302ea7833789ce04d7af917d25c8bb4d6f05279 854734 snort_2.9.2-3.1_i386.deb
 6ba4e7e4a91f8117835fe5e24ff1795d89b74261 867924 snort-mysql_2.9.2-3.1_i386.deb
 5a7bcc894b84f407cb035d48a4c1febfa91837cb 867622 snort-pgsql_2.9.2-3.1_i386.deb
 c2acbd6f6f2b18513dbba4c91168a00c334417f6 525536 
snort-common-libraries_2.9.2-3.1_i386.deb
 b9ff2146fea93fe4442e689a1c11c9220582ecc6 204164 snort-common_2.9.2-3.1_all.deb
 2ed4d1098131f5d9395ec785865dd8739ac3ee0c 3060938 snort-doc_2.9.2-3.1_all.deb
 fea8718e156656620d870e77cda91beed43b9c3a 335288 
snort-rules-default_2.9.2-3.1_all.deb
Checksums-Sha256: 
 43bf688f4261da7ab8898ab770b52633e9f6f4ba7c4a2813c91414f20a1d2fcf 1798 
snort_2.9.2-3.1.dsc
 522a7bcf456348d63c4e7738169e6dc6d55f3ba70e1f63b38af9b7e94c1f994c 1587944 
snort_2.9.2-3.1.debian.tar.gz
 e649f7405a348d6a42c749b9c9a85c4dbabf45fd9ab51b812207e371d5f5e620 854734 
snort_2.9.2-3.1_i386.deb
 7569d3cb063812453e2566b7394ef7dc8757738611e2ca9f016641cef2f174fb 867924 
snort-mysql_2.9.2-3.1_i386.deb
 e02c843124acdd9a99521e9602ee04f1bc8a9c0e638595bf9b536193f355d36f 867622 
snort-pgsql_2.9.2-3.1_i386.deb
 1da29fdb50243fd696a849023a6e1734f3e8ff6f55d044fecbe08777f323f655 525536 
snort-common-libraries_2.9.2-3.1_i386.deb
 ca7bcc77dfbcd030562072c007e6fde82eb7642ec761f51547efe4622fa1b832 204164 
snort-common_2.9.2-3.1_all.deb
 1836ebbfed593e7de5d1df3f0a1318e65823de55a52f6222af9184d3fc3818ec 3060938 
snort-doc_2.9.2-3.1_all.deb
 340ba12eeda9f29bfa2051e35e0a234f1f890761b165951c54f3f2342ca3801b 335288 
snort-rules-default_2.9.2-3.1_all.deb
Files: 
 6df75dce6fa7c3ebd7ed79c2318aebac 1798 net optional snort_2.9.2-3.1.dsc
 dadeb076725801cf95e5adfa231ceb7b 1587944 net optional 
snort_2.9.2-3.1.debian.tar.gz
 f08d61c40d9d9bd238f76960763fb5a8 854734 net optional snort_2.9.2-3.1_i386.deb
 63597064e0ea3ddfd9e136a8933cd9d9 867924 net extra 
snort-mysql_2.9.2-3.1_i386.deb
 f07e4bf779975e24739b7b6323314d26 867622 net optional 
snort-pgsql_2.9.2-3.1_i386.deb
 1e9c719b09949952d821a2829ff93b3d 525536 net optional 
snort-common-libraries_2.9.2-3.1_i386.deb
 4892bdc405512bf8e7f953995cdce3a8 204164 net optional 
snort-common_2.9.2-3.1_all.deb
 5c42a38a7b2cea93292d7e06628aeaea 3060938 doc optional 
snort-doc_2.9.2-3.1_all.deb
 63fba3294dcede20e88f73d8ebdfb489 335288 net optional 
snort-rules-default_2.9.2-3.1_all.deb

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

iEYEARECAAYFAk+eStgACgkQ+MQbLPcULsKhGQCg36fvBmTju0dABQC1m0FVPb4i
EhEAoL7sjkbSn/YaO5Geir1SHk3/P3lX
=EpuC
-END PGP SIGNATURE-


Accepted:
snort-common-libraries_2.9.2-3.1_i386.deb
  to main/s/snort/snort-common-libraries_2.9.2-3.1_i386.deb
snort-common_2.9.2-3.1_all.deb
  to main/s/snort/snort-common_2.9.2-3.1_all.deb
snort-doc_2.9.2-3.1_all.deb
  to main/s/snort/snort-doc_2.9.2-3.1_all.deb
snort-mysql_2.9.2-3.1_i386.deb
  to main/s/snort/snort-mysql_2.9.2-3.1_i386.deb
snort-pgsql_2.9.2-3.1_i386.deb
  to main/s/snort/snort-pgsql_2.9.2-3.1_i386.deb
snort-rules-default_2.9.2-3.1_all.deb
  to main/s/snort/snort-rules-default_2.9.2-3.1_all.deb
snort_2.9.2-3.1.debian.tar.gz
  to main/s/snort/snort_2.9.2-3.1.debian.tar.gz
snort_2.9.2-3.1.dsc
  to main/s/snort/snort_2.9.2-3.1.dsc
snort_2.9.2-3.1_i386.deb
  to main/s/snort/snort_2.9.2-3.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/e1somkw-0008gc...@franck.debian.org



Accepted xbubble 0.5.11.2-3.2 (source all amd64)

2012-04-30 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 30 Apr 2012 08:23:12 +
Source: xbubble
Binary: xbubble xbubble-data
Architecture: source all amd64
Version: 0.5.11.2-3.2
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 xbubble- A nice Puzzle Bubble clone
 xbubble-data - Data files for XBubble, a nice Puzzle Bubble clone
Closes: 664910
Changes: 
 xbubble (0.5.11.2-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixes FTBFS: loadpng.c ignoring return value of fread (Closes: #664910).
Checksums-Sha1: 
 c70201e2c27692ee6becd50eb847cfc17e126486 1203 xbubble_0.5.11.2-3.2.dsc
 4cb6567efe57d903cd5e00b941c699e64a9eb7cf 5507 
xbubble_0.5.11.2-3.2.debian.tar.gz
 566266fb72faafe4fdd9c413e6f6985c3836a18b 5408466 
xbubble-data_0.5.11.2-3.2_all.deb
 e46e190ae46983ffca33cf70fd271f069971d3f5 159010 xbubble_0.5.11.2-3.2_amd64.deb
Checksums-Sha256: 
 4abb9c8f61958806a21978c3034892ffbf7db62d8ed91c80d6ef153cd99a6b44 1203 
xbubble_0.5.11.2-3.2.dsc
 d53eda905f3202c1eccbd78e234ed7844bebabb07a8269dc7d253d540e989a92 5507 
xbubble_0.5.11.2-3.2.debian.tar.gz
 75ba4bc33ce27f63de1184fad67d7007ca672f6b68065b4c282fe0909384d2d6 5408466 
xbubble-data_0.5.11.2-3.2_all.deb
 3dbf34222328fb744796c17c0c53ef2cace76d9604b9dc8bbf160fe25090e920 159010 
xbubble_0.5.11.2-3.2_amd64.deb
Files: 
 a20c3bed4c560ff5bc33f3cc0d38069d 1203 games optional xbubble_0.5.11.2-3.2.dsc
 9d73a8f01105c43430d97444909eef79 5507 games optional 
xbubble_0.5.11.2-3.2.debian.tar.gz
 947b9a584141ee969640fc96405c329d 5408466 games optional 
xbubble-data_0.5.11.2-3.2_all.deb
 f47ce9424e04bf6534b73a7423b9bb1b 159010 games optional 
xbubble_0.5.11.2-3.2_amd64.deb

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

iEYEAREDAAYFAk+eTx0ACgkQl4M9yZjvmkkPRQCaAyQvSiDEtxJ3n1txQ8tcAM+t
y1gAn02l+vcefB4fZNRpxjNnRfeHuRZw
=UtXB
-END PGP SIGNATURE-


Accepted:
xbubble-data_0.5.11.2-3.2_all.deb
  to main/x/xbubble/xbubble-data_0.5.11.2-3.2_all.deb
xbubble_0.5.11.2-3.2.debian.tar.gz
  to main/x/xbubble/xbubble_0.5.11.2-3.2.debian.tar.gz
xbubble_0.5.11.2-3.2.dsc
  to main/x/xbubble/xbubble_0.5.11.2-3.2.dsc
xbubble_0.5.11.2-3.2_amd64.deb
  to main/x/xbubble/xbubble_0.5.11.2-3.2_amd64.deb


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



Accepted bacula 5.0.3+dfsg-0.1 (source all i386)

2012-04-30 Thread Kefu Chai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 15:37:55 +0800
Source: bacula
Binary: bacula bacula-common bacula-common-sqlite3 bacula-common-pgsql 
bacula-common-mysql bacula-director-common bacula-director-sqlite 
bacula-director-sqlite3 bacula-director-mysql bacula-director-pgsql 
bacula-client bacula-fd bacula-server bacula-sd bacula-sd-sqlite3 
bacula-sd-sqlite bacula-sd-mysql bacula-sd-pgsql bacula-console 
bacula-console-qt bacula-traymonitor
Architecture: source all i386
Version: 5.0.3+dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: Debian Bacula packaging Group 
pkg-bacula-de...@lists.alioth.debian.org
Changed-By: Kefu Chai tchai...@gmail.com
Description: 
 bacula - network backup, recovery and verification - meta-package
 bacula-client - network backup, recovery and verification - client meta-package
 bacula-common - network backup, recovery and verification - common support 
files
 bacula-common-mysql - network backup, recovery and verification - MySQL common 
files
 bacula-common-pgsql - network backup, recovery and verification - PostgreSQL 
common fil
 bacula-common-sqlite3 - network backup, recovery and verification - SQLite v3 
common file
 bacula-console - network backup, recovery and verification - text console
 bacula-console-qt - Bacula Administration Tool Console
 bacula-director-common - network backup, recovery and verification - Director 
common files
 bacula-director-mysql - network backup, recovery and verification - MySQL 
storage for Dir
 bacula-director-pgsql - network backup, recovery and verification - PostgreSQL 
storage fo
 bacula-director-sqlite - network backup, recovery and verification - SQLite 2 
director tra
 bacula-director-sqlite3 - network backup, recovery and verification - SQLite 3 
storage for
 bacula-fd  - network backup, recovery and verification - file daemon
 bacula-sd  - network backup, recovery and verification - storage daemon
 bacula-sd-mysql - network backup, recovery and verification - MySQL SD tools
 bacula-sd-pgsql - network backup, recovery and verification - PostgreSQL SD 
tools
 bacula-sd-sqlite - network backup, recovery and verification - SQLite SD tools
 bacula-sd-sqlite3 - network backup, recovery and verification - SQLite 3 SD 
tools
 bacula-server - network backup, recovery and verification - server meta-package
 bacula-traymonitor - network backup, recovery and verification - tray monitor
Closes: 658326
Changes: 
 bacula (5.0.3+dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove non-free SHA implementation (Closes: #658326).
   * debian/control: add libncurses5-dev into Build-Depends
Checksums-Sha1: 
 b9d6f32983590e394e18e1de56252af7e76a03b5 2851 bacula_5.0.3+dfsg-0.1.dsc
 9afd2c8766680b8277a46ca60493e9af03e704ee 3807395 bacula_5.0.3+dfsg.orig.tar.gz
 f3427061babb54d1850cc7927437340cbce0d40c 44860 bacula_5.0.3+dfsg-0.1.diff.gz
 ba3768c082a55fb3ef7caa8922116e9652b2adbb 1044 bacula_5.0.3+dfsg-0.1_all.deb
 d7353b04daf70edb80b4f5e2549731ad1a042719 50448 
bacula-director-sqlite_5.0.3+dfsg-0.1_all.deb
 b41f31886366f593c734ffc70c737abf7c4794b1 50482 
bacula-client_5.0.3+dfsg-0.1_all.deb
 d98d743b55072a6d50ec2130ca1a0a8aad8c9080 50398 
bacula-server_5.0.3+dfsg-0.1_all.deb
 08c0e9eed2d742e191714d28d94a5e9b2f39d1e0 640350 
bacula-common_5.0.3+dfsg-0.1_i386.deb
 8e29fa25b63381f3bfd86c57d00fbd0303a959f6 103682 
bacula-common-sqlite3_5.0.3+dfsg-0.1_i386.deb
 ed1cfdb0c84f3e8e64511c83a6b5454963e5f82d 108628 
bacula-common-pgsql_5.0.3+dfsg-0.1_i386.deb
 cad51b685ff457ea1751675c1adf57a0802f1746 104806 
bacula-common-mysql_5.0.3+dfsg-0.1_i386.deb
 cee67f386bd9dc907391b62afe0f8d4b81e3bad6 58384 
bacula-director-common_5.0.3+dfsg-0.1_i386.deb
 156197d6036e19b33c8222c3d108026211b8fc38 309454 
bacula-director-sqlite3_5.0.3+dfsg-0.1_i386.deb
 5570784f913c3f6efba7c0a3808c9f539a8f7e77 310316 
bacula-director-mysql_5.0.3+dfsg-0.1_i386.deb
 d1f40c06cd0a32e3e258b51ed314a5d5ef17d522 310026 
bacula-director-pgsql_5.0.3+dfsg-0.1_i386.deb
 4766adc526fab1da3b1f3cfbddee4dde21066fe7 126326 
bacula-fd_5.0.3+dfsg-0.1_i386.deb
 f3a012ef5b078f7b0c66cbeba677b95d1294921d 467546 
bacula-sd_5.0.3+dfsg-0.1_i386.deb
 403c802c270f62b932447b3dadce86f0682eb636 442206 
bacula-sd-sqlite3_5.0.3+dfsg-0.1_i386.deb
 390035d8fd29aeaeca12fdf0751b93c24104b2fc 50380 
bacula-sd-sqlite_5.0.3+dfsg-0.1_i386.deb
 0c170e2b50400a5ab2b22de74c0b5f6ad2d21fb5 442192 
bacula-sd-mysql_5.0.3+dfsg-0.1_i386.deb
 79972cd954aacea2d4e1f60883e2ed0d346e 442208 
bacula-sd-pgsql_5.0.3+dfsg-0.1_i386.deb
 f95e7a957e7e3d7a66094aed4c72075cbcfd6a4f 68354 
bacula-console_5.0.3+dfsg-0.1_i386.deb
 a65a4a3cbca98d91f77f96b94b9e4b968a6d29ab 622410 
bacula-console-qt_5.0.3+dfsg-0.1_i386.deb
 d2ffc05b7ff285052a4ce4f07a8612ec54ce711f 70864 
bacula-traymonitor_5.0.3+dfsg-0.1_i386.deb
Checksums-Sha256: 
 dbd53a9fadd8d79f71ef4b1a50e8813d198a5add95c580b449d873986f183d30 2851 
bacula_5.0.3+dfsg-0.1.dsc
 

Accepted sqlite3 3.7.11-3 (source all amd64)

2012-04-30 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 10:56:57 +0200
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.7.11-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 lemon  - LALR(1) Parser Generator for C or C++
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- Command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 663691 665363
Changes: 
 sqlite3 (3.7.11-3) unstable; urgency=low
 .
   * Disable the usage of malloc_usable_size() (closes: #663691, #665363),
 thanks to Steven Chamberlain ste...@pyro.eu.org for the patch.
Checksums-Sha1: 
 41762502128fc87027730770e78c9eac57c2ccbc 1801 sqlite3_3.7.11-3.dsc
 17776c0e4a2bb1363f0026848dfc8400704f23c8 17012 sqlite3_3.7.11-3.debian.tar.gz
 40cc23b17c2cb1f3745194d81f6bdec0745ee7f6 3319248 sqlite3-doc_3.7.11-3_all.deb
 55a98d7a17eb77336089951830c9651a58f995c8 129564 lemon_3.7.11-3_amd64.deb
 5e759fe285020605678ef0d479d22a85e1b8c59d 114640 sqlite3_3.7.11-3_amd64.deb
 0213047c54b296584421b7d24e6007af9c9eb8c1 875192 
libsqlite3-0-dbg_3.7.11-3_amd64.deb
 bfb8aa6d0e1162c91326dde1b09a4a34dbd988f9 440096 libsqlite3-0_3.7.11-3_amd64.deb
 45afaa50ba2878f34c2c588cee67b4e4c3be9a64 559884 
libsqlite3-dev_3.7.11-3_amd64.deb
 d98f1b65b280b9cf0c6d8c1ecbe77545586bb2ce 108442 
libsqlite3-tcl_3.7.11-3_amd64.deb
Checksums-Sha256: 
 1aaebf3aa9397af0d8c6561cadbc86b8dce4baca846d48e4b525dd4217f17e15 1801 
sqlite3_3.7.11-3.dsc
 e56beece4282bff19bac37a1038271b401e794233f3e55437f912bbebdec3bc3 17012 
sqlite3_3.7.11-3.debian.tar.gz
 31e9d2a97e62e33ef38a2547142ff26d1772dc5231ff4d633da06652650a2bd5 3319248 
sqlite3-doc_3.7.11-3_all.deb
 5ff572404ca9d28fb2b1560846ac12758e7a814c9c87450c781af247c0df8939 129564 
lemon_3.7.11-3_amd64.deb
 554aad587f5622d7cf9edf073619995b713947612de89340b1dbd4db54a4febc 114640 
sqlite3_3.7.11-3_amd64.deb
 05bad83135388d53302a84860dde67f6db4fcd63e295e8a0f52e6be2bd1eafff 875192 
libsqlite3-0-dbg_3.7.11-3_amd64.deb
 262ebcb421f0e05ff44b2e88ea01194d3069733a5681318528da21149c734b1e 440096 
libsqlite3-0_3.7.11-3_amd64.deb
 4dbbe039758fae90570473a225fc89c292f2c3b713f66478911f435d18aed8e6 559884 
libsqlite3-dev_3.7.11-3_amd64.deb
 8faab9cc38c4b7395e6b5e287cc4baef1c43e60621a1e924665fe7414e573dce 108442 
libsqlite3-tcl_3.7.11-3_amd64.deb
Files: 
 dd0e9f3d7b6050861f51826657a553cd 1801 devel optional sqlite3_3.7.11-3.dsc
 02b138d62fa1f76faca48bcdf7d9a0af 17012 devel optional 
sqlite3_3.7.11-3.debian.tar.gz
 bedb624910acbecc3ed648eaa98e2491 3319248 doc optional 
sqlite3-doc_3.7.11-3_all.deb
 e4d5b0d3416bf41b3d3cc8fdaff11c9e 129564 devel optional lemon_3.7.11-3_amd64.deb
 65c7a1c1c935b954575b04e2e68bab4e 114640 database optional 
sqlite3_3.7.11-3_amd64.deb
 7bf71c85f3c10b4be027ffac2810775f 875192 debug extra 
libsqlite3-0-dbg_3.7.11-3_amd64.deb
 f1bce454d60f0898516ad1f4a908f2a5 440096 libs standard 
libsqlite3-0_3.7.11-3_amd64.deb
 0eba8a247222707931f6b8b3ceb5c0ad 559884 libdevel optional 
libsqlite3-dev_3.7.11-3_amd64.deb
 cea012dd942ed081fc7647e71a955374 108442 interpreters optional 
libsqlite3-tcl_3.7.11-3_amd64.deb

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

iEYEARECAAYFAk+eWcAACgkQMDatjqUaT93RMwCgiGoUrh0KwpGCtentztwD0jKm
UUgAn24/qdj4hsSTqcwB3i4aLQtzkGMG
=8Nzg
-END PGP SIGNATURE-


Accepted:
lemon_3.7.11-3_amd64.deb
  to main/s/sqlite3/lemon_3.7.11-3_amd64.deb
libsqlite3-0-dbg_3.7.11-3_amd64.deb
  to main/s/sqlite3/libsqlite3-0-dbg_3.7.11-3_amd64.deb
libsqlite3-0_3.7.11-3_amd64.deb
  to main/s/sqlite3/libsqlite3-0_3.7.11-3_amd64.deb
libsqlite3-dev_3.7.11-3_amd64.deb
  to main/s/sqlite3/libsqlite3-dev_3.7.11-3_amd64.deb
libsqlite3-tcl_3.7.11-3_amd64.deb
  to main/s/sqlite3/libsqlite3-tcl_3.7.11-3_amd64.deb
sqlite3-doc_3.7.11-3_all.deb
  to main/s/sqlite3/sqlite3-doc_3.7.11-3_all.deb
sqlite3_3.7.11-3.debian.tar.gz
  to main/s/sqlite3/sqlite3_3.7.11-3.debian.tar.gz
sqlite3_3.7.11-3.dsc
  to main/s/sqlite3/sqlite3_3.7.11-3.dsc
sqlite3_3.7.11-3_amd64.deb
  to main/s/sqlite3/sqlite3_3.7.11-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/e1somzl-0001ov...@franck.debian.org



Accepted wp2x 2.5-mhi-10.1 (source amd64)

2012-04-30 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 30 Apr 2012 09:26:37 +
Source: wp2x
Binary: wp2x
Architecture: source amd64
Version: 2.5-mhi-10.1
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen p...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 wp2x   - WordPerfect 5.x documents to whatever converter
Closes: 666338
Changes: 
 wp2x (2.5-mhi-10.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added build-arch: patch-stamp and build-indep: patch-stamp to fix the FTBFS
   (Closes: #666338).
Checksums-Sha1: 
 c06af2e9dfd180c859fa96b9836962f810b447a0 999 wp2x_2.5-mhi-10.1.dsc
 57edb377b0ecfcbb1542d90eb05ed3a51cd5fb27 6353 wp2x_2.5-mhi-10.1.diff.gz
 0787701755efcfd69983f28604e703a3a40c20af 40308 wp2x_2.5-mhi-10.1_amd64.deb
Checksums-Sha256: 
 d0dc51d02cb25f5eeafb367c687ca4e996fc856191b30380d05587855fdf7784 999 
wp2x_2.5-mhi-10.1.dsc
 962c509b151e62ba847259320c70ea2a7669be164f2b7d1b470ea6debc704438 6353 
wp2x_2.5-mhi-10.1.diff.gz
 9bff9f481627cbfa2f83825f8250e51f9503802d2b735e0af8f54247556b3141 40308 
wp2x_2.5-mhi-10.1_amd64.deb
Files: 
 eacafc3aec631ad2d33df5eeadc4c4ae 999 text optional wp2x_2.5-mhi-10.1.dsc
 5fb8d4f261b481d26c5612a10d53b9e2 6353 text optional wp2x_2.5-mhi-10.1.diff.gz
 dc6108d99654a6e976c5719da670bc12 40308 text optional 
wp2x_2.5-mhi-10.1_amd64.deb

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

iEYEAREDAAYFAk+eW10ACgkQl4M9yZjvmkn+rACg6ELgcAaHSGUJadkXU48ly1ly
tFMAnjSU9PDS3vUBpH+l5wxLp2S1VnRg
=iQck
-END PGP SIGNATURE-


Accepted:
wp2x_2.5-mhi-10.1.diff.gz
  to main/w/wp2x/wp2x_2.5-mhi-10.1.diff.gz
wp2x_2.5-mhi-10.1.dsc
  to main/w/wp2x/wp2x_2.5-mhi-10.1.dsc
wp2x_2.5-mhi-10.1_amd64.deb
  to main/w/wp2x/wp2x_2.5-mhi-10.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/e1son0f-0001fq...@franck.debian.org



Accepted pidgin-sipe 1.11.2-1.2 (source i386)

2012-04-30 Thread Mònica Ramírez Arceda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Apr 2012 16:46:23 +0200
Source: pidgin-sipe
Binary: pidgin-sipe
Architecture: source i386
Version: 1.11.2-1.2
Distribution: unstable
Urgency: low
Maintainer: Anibal Avelar aave...@cofradia.org
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description: 
 pidgin-sipe - Pidgin protocol plugin to connect to MS Office Communicator
Closes: 665672 667323
Changes: 
 pidgin-sipe (1.11.2-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * update-glib-2.32.patch: Update to use glib 2.32. Replace g_strcasecmp and
 g_strncasecmp with g_utf8_casefold and g_utf8_collate.
 (Closes: #665672)
   * gcc-4.7.patch: Fix -Werror=maybe-uninitialized to build with gcc-4.7.
 (Closes: #667323)
Checksums-Sha1: 
 5203e9243712dbbbd6d91c146bcf36a453e3a1d6 1904 pidgin-sipe_1.11.2-1.2.dsc
 662dc4c842202f021451be6ada38793a8806160d 10841 
pidgin-sipe_1.11.2-1.2.debian.tar.gz
 f9f0f02db7fd59c7c2af10251d2bf36e1432dac8 82 pidgin-sipe_1.11.2-1.2_i386.deb
Checksums-Sha256: 
 8871d52fa2a25b1798f4d0490465d652b11b66764b34f580bc0352f497a23464 1904 
pidgin-sipe_1.11.2-1.2.dsc
 5ef0bae1954e5dfda628d47978856ef83c60ddad1add61eb2513e7589fcda233 10841 
pidgin-sipe_1.11.2-1.2.debian.tar.gz
 3ed162435210773a10736eb9f8793f1474db7bbdd5ba567e0d8b8a224008b33a 82 
pidgin-sipe_1.11.2-1.2_i386.deb
Files: 
 f21285993974dc86570fd8ae8d83968e 1904 misc optional pidgin-sipe_1.11.2-1.2.dsc
 24fb794f4e2ccb2a48c24c71df4ebe75 10841 misc optional 
pidgin-sipe_1.11.2-1.2.debian.tar.gz
 3f3268a9a20fe1bda6c378613a636c3c 82 net optional 
pidgin-sipe_1.11.2-1.2_i386.deb

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

iQIcBAEBAgAGBQJPl8YcAAoJEB7+sYAaScDS3Y8P/j3Jw2OQ5nKqSnv+c1O1kyjh
RGG6e7wf+NW+ZjEPqo6/BrIQFxT2EAhxcFNJeZ6UVB21Y23tskHo87Y2Tn6eUUEd
oMtAaKovvoJHVS9UB3EklOHX/GOU1HP6c8Fz23+Qw729HmGEPYOpV7XphduawrEg
4pO8krwXLy0pH+ckR6lZ0fcmdi/yUW3nRuhVcAbTupLCgCMQN4buWfGInkSghan4
Z/Y+cplN4nuOLDOcJ67RLlfNK9kbAN0YKfu2t1LUGOvP2ZyHemXL3rgx7/tHH308
aB4drbLrQ3GWchqh8F1olt2G8G66geP1N2jQ+AGALumZSpoq8wjwi57dGob9nN0r
OxIfEZGYihL+jcne1UAoKTAGUrDolhJ+CGYXTwz2JMc5ul1BVCVfW2NifI+zhwgX
mseZZDGw06i/hw0qNcsHNhXyqPYdj9leFpx35i0CT2kFh800FF291rBy2uC70Uhc
YqAC4XlXLDO8DPwubi0a/f5S3ADnju+hp/TFhroeCqfJM17Rat1DrmC/wLs7yPnU
8KotQd8zaPVRJnHUk1WFJsSOlIAaG/LWr7+h+oTJuf0XlkuU6tbtP2wbJqCDtNBZ
HTGDGbnSbB2BHousEVmvYnf/YxV00t2+dC/70GOvKjtz5jEZEiGFjreDemp/OMzA
Ckt5iELA0WBYZsetvNCA
=ADCB
-END PGP SIGNATURE-


Accepted:
pidgin-sipe_1.11.2-1.2.debian.tar.gz
  to main/p/pidgin-sipe/pidgin-sipe_1.11.2-1.2.debian.tar.gz
pidgin-sipe_1.11.2-1.2.dsc
  to main/p/pidgin-sipe/pidgin-sipe_1.11.2-1.2.dsc
pidgin-sipe_1.11.2-1.2_i386.deb
  to main/p/pidgin-sipe/pidgin-sipe_1.11.2-1.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/e1songe-0001go...@franck.debian.org



Accepted libdevel-globaldestruction-perl 0.05-1 (source all)

2012-04-30 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 12:20:21 +0200
Source: libdevel-globaldestruction-perl
Binary: libdevel-globaldestruction-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libdevel-globaldestruction-perl - module to expose the flag that marks global 
destruction
Changes: 
 libdevel-globaldestruction-perl (0.05-1) unstable; urgency=low
 .
   * Team upload
   * New upstream release
   * Update d/copyright to Copyright-Format 1.0
   * Bump Standards-Version to 3.9.3
   * Bump debhelper compat level to 9
Checksums-Sha1: 
 584fc93ddf6205a21dc9d6cbf00dd2010cb2071e 2308 
libdevel-globaldestruction-perl_0.05-1.dsc
 9ca4c692325143649c51bf4bcb59e5ff314c8184 48866 
libdevel-globaldestruction-perl_0.05.orig.tar.gz
 3a2832cad45f9aef9d1da0363f43281151601f1b 2649 
libdevel-globaldestruction-perl_0.05-1.debian.tar.gz
 067029068670e43e586fea240f1dfb73689062a5 7972 
libdevel-globaldestruction-perl_0.05-1_all.deb
Checksums-Sha256: 
 034b9896b7e813606c8a2830351d8f6234d233e7b24981a325a7d69ae3ba6fda 2308 
libdevel-globaldestruction-perl_0.05-1.dsc
 b3f837f4001b03dd8ea8013480042776ffd85f062a19d3eb5c0ba752fe3583cb 48866 
libdevel-globaldestruction-perl_0.05.orig.tar.gz
 f0fd170ed4c1ec0d305b172700c0271c9fc4e91d5ca49efa97649c1f872f49af 2649 
libdevel-globaldestruction-perl_0.05-1.debian.tar.gz
 f9b286fe6a076500b4d36393d18526dca112735c845fa8b9a2aa572ca6040313 7972 
libdevel-globaldestruction-perl_0.05-1_all.deb
Files: 
 c8e0046379fc479efa16eece2f7a2ee0 2308 perl optional 
libdevel-globaldestruction-perl_0.05-1.dsc
 e99ef189e9f85549e42c32b5168f7f47 48866 perl optional 
libdevel-globaldestruction-perl_0.05.orig.tar.gz
 5001fc0918f7b70998a21f798b2f67ba 2649 perl optional 
libdevel-globaldestruction-perl_0.05-1.debian.tar.gz
 64d729ff52713087b92f16157edc5244 7972 perl optional 
libdevel-globaldestruction-perl_0.05-1_all.deb

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

iQIcBAEBAgAGBQJPnmffAAoJEK+lG9bN5XPL2cAP/3fvkXwx2Vv6k3Lh13TcBrXJ
WIFgaxQMrHyRK+TNfmtC4vyMOFO3lkVdUwO3m5fFxVjp02Z/jnjm/QimvS/J9c5x
un0NMDjzDl+5XDDTgpChlo8yKS8FNTZZvO0VMTZwGDCTpXFyY3PuUQbbPTdrlnTQ
dghE4S6FrxZfUa2opSc9WjsGQs3w5+HPRH3PQbCdIXH7oMAI7IKy6CmU1/3PbXYd
Cr+uRjzI2+RNpeanER2+aff5rOKNvfocU6BUdTlfqagf6IAfYcbhBErj8gs3XS7p
bbKnvmxYFWO7Rigz6cscmZQMBIwUNzL+DBeR/t6tx3mhLltQH1LFe9ChjlY1arkX
XuBAM2z7cneibRDr+ipVEaHUzGK2wWDGITFFZN0KMRxOTJ0clUXRNu7wH4YG94KB
W5pk84VhkpxI0vUb4R08F/2acCJMDLyYJN1YnHjnYaf5ZaZllOT90tKUXCE9hlrO
hS9zkqDJlkaBpmIDiELxt8bCsVzSb984osyrXv5EggydISeVLtCILHjiJoCKbo4t
2HRNj4xaRW1wkfTRa1rR+6nlGpGIn/8B3Yv443CTSKmJsRdVza4tYcbyvUTeJF3Q
O5l9slepICw8domW7HyVwKhhUAL8paXPO6bewQsJySpVO3DL2bvKyzWbobOk+WxP
5hhSUN7ucJdlp8lHICxz
=L4sI
-END PGP SIGNATURE-


Accepted:
libdevel-globaldestruction-perl_0.05-1.debian.tar.gz
  to 
main/libd/libdevel-globaldestruction-perl/libdevel-globaldestruction-perl_0.05-1.debian.tar.gz
libdevel-globaldestruction-perl_0.05-1.dsc
  to 
main/libd/libdevel-globaldestruction-perl/libdevel-globaldestruction-perl_0.05-1.dsc
libdevel-globaldestruction-perl_0.05-1_all.deb
  to 
main/libd/libdevel-globaldestruction-perl/libdevel-globaldestruction-perl_0.05-1_all.deb
libdevel-globaldestruction-perl_0.05.orig.tar.gz
  to 
main/libd/libdevel-globaldestruction-perl/libdevel-globaldestruction-perl_0.05.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/e1sonum-0004fn...@franck.debian.org



Accepted mdadm 3.2.3-3 (source i386)

2012-04-30 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 14:12:38 +0400
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source i386
Version: 3.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 627774 644319 656038
Changes: 
 mdadm (3.2.3-3) unstable; urgency=low
 .
   * switch from topgit to plain 3.0 (quilt) layout, creating
 debian/patches.  Don't build-depend on quilt as patching
 is done automatically by dpkg-source.
   * debian/patches/debian-run-udev.diff by Roger Leigh (Closes: #644319, 
#627774)
   * update debian/mdadm.logcheck.ignore.server to recognize k in
 addition of blocks in kernel messages.  Thanks to Frédéric Brière
 for the patch (Closes: #656038)
Checksums-Sha1: 
 c2842ad83dd38436dc6cc041fae3cd99c874510d 1491 mdadm_3.2.3-3.dsc
 ec5ae4654940461c60005339dc2f39a92b4eb7fb 125119 mdadm_3.2.3-3.debian.tar.bz2
 7717484a7fea340dd74d0f843f916206503aa806 558414 mdadm_3.2.3-3_i386.deb
 d8e0633a94bce90835368c58db1721b274efa9d5 189524 mdadm-udeb_3.2.3-3_i386.udeb
Checksums-Sha256: 
 65eda85dc8fec21a26400bde85acc53c44a6a11e18eeb0e28c7d849bfb388490 1491 
mdadm_3.2.3-3.dsc
 1e93c0351bed46e87e5578e4dd47bbf6c61557ab645f9cb8087af681080a1201 125119 
mdadm_3.2.3-3.debian.tar.bz2
 7cb2ef79b9225930dc27c733ba635616360e7135aee1080f028673515f1265aa 558414 
mdadm_3.2.3-3_i386.deb
 aad5922a56dfe5abe7f4458dd4c219be2a053795cb78bbef7d8a0a7f62429b87 189524 
mdadm-udeb_3.2.3-3_i386.udeb
Files: 
 264550b342a02f7fc7ec56fe7ac13dd8 1491 admin optional mdadm_3.2.3-3.dsc
 1d02823006ba7853fce13aab9df19692 125119 admin optional 
mdadm_3.2.3-3.debian.tar.bz2
 d98b4660189af0cff050900b4d749586 558414 admin optional mdadm_3.2.3-3_i386.deb
 46de3b1d9ce503057f3e0482174ac0e8 189524 debian-installer optional 
mdadm-udeb_3.2.3-3_i386.udeb
Package-Type: udeb

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

iJwEAQECAAYFAk+eZrQACgkQUlPFrXTwyDirBAP/aFh2A9tPNp4w5pVV40lpc9lK
qPNqr9do4JbYbUdV3RNXUG9i/s4ZLwPyVX84oYaYTf9RgKFf94+b/re9G8/YiTg1
qcIcbB+rwwimXynthLNCR9iQOGAqw09bWMIdLnTPf4GhZ5qijMMjsxrEUJwSyN+y
zaxm4GRKtnxMas7c2nY=
=bZwg
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_3.2.3-3_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.2.3-3_i386.udeb
mdadm_3.2.3-3.debian.tar.bz2
  to main/m/mdadm/mdadm_3.2.3-3.debian.tar.bz2
mdadm_3.2.3-3.dsc
  to main/m/mdadm/mdadm_3.2.3-3.dsc
mdadm_3.2.3-3_i386.deb
  to main/m/mdadm/mdadm_3.2.3-3_i386.deb


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



Accepted slang2 2.2.4-10 (source i386)

2012-04-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 11:17:13 +0100
Source: slang2
Binary: libslang2-dev libslang2 libslang2-pic libslang2-udeb slsh 
libslang2-modules
Architecture: source i386
Version: 2.2.4-10
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libslang2  - S-Lang programming library - runtime version
 libslang2-dev - S-Lang programming library, development version
 libslang2-modules - Shared modules for S-Lang language
 libslang2-pic - S-Lang programming library, shared library subset kit
 libslang2-udeb - S-Lang library for Debian Installer (udeb)
 slsh   - Interpreter for S-Lang language
Closes: 656128
Changes: 
 slang2 (2.2.4-10) unstable; urgency=low
 .
   [ Dmitry Smirnov ]
   * debhelper  compat to version 9
 use default hardening (Closes: #656128).
   * debian/watch is fixed and improved.
   * removed:
 - unused lintian-overrides.
 - postinst and postrm scripts (obsolete).
 - shlibs.local (obsolete).
 - obsolete .dirs files.
 - install_prefix.patch (unused).
 - debian/README file with upload instructions.
   * no longer install upstream UPGRADE.txt file with instructions
 how to upgrade from slang v1.
   * no longer install upstream README files with hints about
 location of documentation files in upstream source tree.
   * added doc-base registration for slsh html documentation.
   * added libslang2.symbols file.
   * added debian/clean file to remove auto-generated files.
   * use autoconf to re-generate configure script.
   * docs and examples separated from debhelper .install files
   * debian/copyright:
 + converted to copyright-format 1.0
 + updated debian contributors copyrights
 + corrected upstream license
   * debian/control:
 + added Homepage field to debian/control.
 + dropped conflict with obsolete slang0.99.34-dev
 + adding myself as Uploader.
 + minor lintianisation:
   * libslang2-modules long description is updated.
   * XC-Package-Type -- Package-Type.
   * dropped redundant Priority: optional
   * install compressed slangfun.txt doc file.
Checksums-Sha1: 
 7de6818f487fa7595692260c7d7d0022593fda39 2157 slang2_2.2.4-10.dsc
 e14757a68fac27aa0375e7c19fe79e1177b2fc14 20309 slang2_2.2.4-10.debian.tar.gz
 1f2132bcdde4a16212de2dbd15c42acdcf5d4150 598852 libslang2-dev_2.2.4-10_i386.deb
 df7c2061d2c88d23a30b7576eef246dc1ec96c80 577636 libslang2_2.2.4-10_i386.deb
 9fee5049b00fa462eeb1056f3957016db4af2b1f 547308 libslang2-pic_2.2.4-10_i386.deb
 5c693b86c421124a13736f2b1a4813479c693023 356168 
libslang2-udeb_2.2.4-10_i386.udeb
 a6974645d3ae17aaf36fe9fd1189d17704c4e023 183676 slsh_2.2.4-10_i386.deb
 ab62560b1bb28b7509247f23d75fb90e9b72ff50 138918 
libslang2-modules_2.2.4-10_i386.deb
Checksums-Sha256: 
 3ec2ee893b8a7317a16baf1a4abc9dc61807d937a0f84ad0bf3fbd0747dd74b7 2157 
slang2_2.2.4-10.dsc
 5d060baf9ee6c6813c1b544059459e10deee4e7dead1f899be79f5347da29ecb 20309 
slang2_2.2.4-10.debian.tar.gz
 c3b6b043557edc7f63a77ce9cfe5dfcd694ec3e2eb0e6d8f9263733c8ec25b71 598852 
libslang2-dev_2.2.4-10_i386.deb
 8a399375124ded4a4d9488001f95b1471f92db00baf5208fd09515405ca2cfff 577636 
libslang2_2.2.4-10_i386.deb
 e4dc7144d1a6c49ea270d1e54634556ce7497097e9ab0e9de6c7d0f777f171e6 547308 
libslang2-pic_2.2.4-10_i386.deb
 3ff875124e14ad90c27e52115f8714a32d9b3acfa46b27f62bdbf530fca60f54 356168 
libslang2-udeb_2.2.4-10_i386.udeb
 ee7523d233f6b68272299bdd11d4098a31a7244b7ea7cbf7100a23df37f838b4 183676 
slsh_2.2.4-10_i386.deb
 09591dfb4a934051cd1b7a6a72a2dad852b8e92442c3221852dc4b558526cb4b 138918 
libslang2-modules_2.2.4-10_i386.deb
Files: 
 7a37a75fb481e7db5bb8af727997e2ce 2157 devel optional slang2_2.2.4-10.dsc
 886c50abdbc287ed4f34285cde43dbc1 20309 devel optional 
slang2_2.2.4-10.debian.tar.gz
 027e84a10fff0613907f404d2c76faac 598852 libdevel optional 
libslang2-dev_2.2.4-10_i386.deb
 6612a8f2031fc2d6b57bb790f29537ed 577636 libs required 
libslang2_2.2.4-10_i386.deb
 77ce757d5a346ec221face8189f1a84c 547308 libdevel optional 
libslang2-pic_2.2.4-10_i386.deb
 7dc357b3936c07152c0568dd3d28974f 356168 debian-installer extra 
libslang2-udeb_2.2.4-10_i386.udeb
 75f4b012e1bffe28c776179d973ad243 183676 interpreters optional 
slsh_2.2.4-10_i386.deb
 3bb564971aa430ff061885d7e1c8d3f6 138918 libs optional 
libslang2-modules_2.2.4-10_i386.deb

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

iQIcBAEBCAAGBQJPnmlYAAoJEN9LdrZRJ3QsK4QP/04l9yfZ0jNVI4rJ+mxxzP/9
/lxH2p3dfcroOfs6Cp3GLK3CLiQ5764S0Y7ujwwJaG/KfgcHBUXPU9GiEK/JwOjV
lbs2mnelo16RwHsVKWV48bIP3Q9iszi0krriNqj4wer7HFGOUfdQ7lS228CgsCL1
/hGr1Z/G7560urSR/km9UNwKmNRAP1JIK6Ci0fBUbmo0YbBa0lSQC+tFsUAyp29w
9iXuNsbaZWsP65NdMdlxJc+zeXoDWYv9I+SmHRirrwurrSYrnkK60rMfznbxh87n
ObOMAsVhZUVm1CWYcfIekpUrh9Vhn9wEWzMSF5iD0jowGv2DlRhxnGF91aJDLjVb
1Wf8a1dERJf0yhZ7fBVDs2ZF4XEK0rf004xQzWQ/Oi2jnioHUmnpHLZu4HmSxLrB

Accepted libdist-zilla-plugin-changelogfromgit-perl 0.005-1 (source all)

2012-04-30 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 12:38:01 +0200
Source: libdist-zilla-plugin-changelogfromgit-perl
Binary: libdist-zilla-plugin-changelogfromgit-perl
Architecture: source all
Version: 0.005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libdist-zilla-plugin-changelogfromgit-perl - Dist::Zilla plugin to build a 
Changes file from a project's git l
Changes: 
 libdist-zilla-plugin-changelogfromgit-perl (0.005-1) unstable; urgency=low
 .
   * New upstream release
   * Email change: Alessandro Ghedini - gh...@debian.org
Checksums-Sha1: 
 5f0286902e69f9ea75210c4a1b48f3bd40d9c81c 2474 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.dsc
 56f301f90a703dd0421b3c410a4ce42611cce5f6 26812 
libdist-zilla-plugin-changelogfromgit-perl_0.005.orig.tar.gz
 0cddd5ffc11b5c0ed8b82cdf143aeaa82906f8b2 1775 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.debian.tar.gz
 3cef83c64c5147965f3ec1828b2eddf4b3877502 19266 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1_all.deb
Checksums-Sha256: 
 5d1593b0a1dc3246d11c98ca3335297af2910d485e8a7c52b04dabaa2c8d1493 2474 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.dsc
 454ec9251f0e16798a4356d516842d220205a227f740cf15f0a3eb8f6b558e7c 26812 
libdist-zilla-plugin-changelogfromgit-perl_0.005.orig.tar.gz
 d66c7e5031b9e238dce01c8f70cd3928aa6219fb5edafe892e1f3288ada8eeac 1775 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.debian.tar.gz
 bc33456b14bb1568efa62057439c393fe0a61d6c780c9e1ada99a66a4f3e7a1c 19266 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1_all.deb
Files: 
 873f4b946df2f4716a74f5a4b131b04d 2474 perl optional 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.dsc
 c3e73444b6a3bf6d7cffce2c28a5811a 26812 perl optional 
libdist-zilla-plugin-changelogfromgit-perl_0.005.orig.tar.gz
 e95a303e5de91cdeaa58e2e60f38057c 1775 perl optional 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.debian.tar.gz
 00e10bb362ba5b84a2e01342d5018ea0 19266 perl optional 
libdist-zilla-plugin-changelogfromgit-perl_0.005-1_all.deb

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

iQIcBAEBAgAGBQJPnmyYAAoJEK+lG9bN5XPLjUwP/jKItyewNiT0oxsReJXqqkgd
lW5ccpHSOPzf6PFiyBKyEfHsUJjG3n7hrwCXrVJuN8hkXdWatw42X4wy8VLTx4Cx
crhpgUZqWo1xEqsumTTV89AVfHwHidHVvIt4jDoXqBGps6b+4o0W3QAslSfXmBdg
x+DIJo5ap6JLfyX3bC2h1ZB4JXht4QVpW18+NH/r6SLYiWjhwbAYvwtPU4eao0ZQ
HYcGYAP5/H4viAYNceCwv2kqIaQJKC0Z0/2dourYTN60rIX0Lk86aIhR+po0bBd3
7BM/zM8b+ioOq62NHIb3GhBnur8jnyyLOLrmMYdAc0WnXNgnEsoeE8rbiOZetIXQ
cPMDIUEguo1Yetx50iVY8KfEi8WE3rXL8p3+Kl7eYoW22LMAYMllhvrCezHi8zIb
0RSmXVMOGlbXrQSZXkJ82ft+rjvlZpQZ0ZAgS4AIEXZc1UGC4vU1d4Q1rGGOTCt9
zAk0cgk503GJjy6MnwhLtFwC72+31fHMd061b5+d6oZXbGEtiz6aC6JXQvoLmWa8
SGEktaSQBgHACFTtzrQk7e6XSJIgu9x33+0y+mLM8JCyzkYE4siYGLR3YrzdKK0C
AVIkZVU1M04xA4cn9KsIACJgwecnw7PXo1GCJ+xdBP8mKRgc/v7yMQ4UquOAWW4d
JPsxZVw/0Zppv0zvbGgW
=W6zs
-END PGP SIGNATURE-


Accepted:
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.debian.tar.gz
  to 
main/libd/libdist-zilla-plugin-changelogfromgit-perl/libdist-zilla-plugin-changelogfromgit-perl_0.005-1.debian.tar.gz
libdist-zilla-plugin-changelogfromgit-perl_0.005-1.dsc
  to 
main/libd/libdist-zilla-plugin-changelogfromgit-perl/libdist-zilla-plugin-changelogfromgit-perl_0.005-1.dsc
libdist-zilla-plugin-changelogfromgit-perl_0.005-1_all.deb
  to 
main/libd/libdist-zilla-plugin-changelogfromgit-perl/libdist-zilla-plugin-changelogfromgit-perl_0.005-1_all.deb
libdist-zilla-plugin-changelogfromgit-perl_0.005.orig.tar.gz
  to 
main/libd/libdist-zilla-plugin-changelogfromgit-perl/libdist-zilla-plugin-changelogfromgit-perl_0.005.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/e1soon5-0006m3...@franck.debian.org



Accepted libmoosex-poe-perl 0.215-1 (source all)

2012-04-30 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 13:21:59 +0200
Source: libmoosex-poe-perl
Binary: libmoosex-poe-perl
Architecture: source all
Version: 0.215-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 libmoosex-poe-perl - Moose wrapper around a POE::Session
Changes: 
 libmoosex-poe-perl (0.215-1) unstable; urgency=low
 .
   * Team upload
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Alessandro Ghedini ]
   * New upstream release
   * Update d/copyright to Copyright-Format 1.0
   * Bump Standards-Version to 3.9.3
   * Refresh patch
Checksums-Sha1: 
 2d875ca037f7c0d2a7b8d753f1c186d965170a5e 2264 libmoosex-poe-perl_0.215-1.dsc
 fa03619bb58cc917c4cc99eaeabd1890e233e724 32099 
libmoosex-poe-perl_0.215.orig.tar.gz
 8a063465e9257f603c0b24f22299b6c4e83f5024 2485 
libmoosex-poe-perl_0.215-1.debian.tar.gz
 382af224e1dfaff46467ad55f1e4f5f6cd71b876 45052 
libmoosex-poe-perl_0.215-1_all.deb
Checksums-Sha256: 
 2f56f58b86c210530eb8f49ff8eba8a623cea270eeb27a860239132bac7fa584 2264 
libmoosex-poe-perl_0.215-1.dsc
 49ad7db943b5e4989be1f68c1f0447cf9637554974ed5a3a47a4279a7f02302f 32099 
libmoosex-poe-perl_0.215.orig.tar.gz
 95049bb00cc1503657fc7a84d111f25b2bc9cb5c5adc44be8a76673d6f1fbfff 2485 
libmoosex-poe-perl_0.215-1.debian.tar.gz
 8e0dbcb57dab4a0e410cb83c66f8f48c0fb1d4a3856a8b7644732ac30e7ff704 45052 
libmoosex-poe-perl_0.215-1_all.deb
Files: 
 7d5b87c78705b7577c91d27872956909 2264 perl optional 
libmoosex-poe-perl_0.215-1.dsc
 a8fd2c0dcdecd570ff3cca29eec2ae06 32099 perl optional 
libmoosex-poe-perl_0.215.orig.tar.gz
 17f46e874919b2ed849e701c8985ce32 2485 perl optional 
libmoosex-poe-perl_0.215-1.debian.tar.gz
 faef31f3a541c8cda57181c660030c94 45052 perl optional 
libmoosex-poe-perl_0.215-1_all.deb

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

iQIcBAEBAgAGBQJPnnaXAAoJEK+lG9bN5XPLIIQP/iyvq2X9WUiEtp3rxbCUCB5P
1+VeJWtEcfRrKUZeGB5152lH1kPJeSaaV/OaMJLl9em9X6gazeqV4+KIdGyC6e6A
Pm46oF2iIOpavkPGXKsv1MUfZW4oVShhBn1fWDrPofI6nRt8JzKgIEu5L1v+0qN8
I/dCzgBxopeUN0eoSDEFhKeLC/LkjDCBtnyd2CDLjcC46TNvpPQso/ZoGeOZR6Tq
fH1Uwn0HFZm1TI5AQpDayMt9SyrINxztBkGljx+7I+P8ZC5aBpV3+1u/4Si1n0Vu
HFzW/+wBu8dXY+LvOXL96Iy/vkb7M381Su70Of01T9i1f6aCQoip5tlCIMpojuS8
msqTdDHTav973X0aTOu8dOQ5YLyBPSjfFV7I7hdpNkO0DpK3jjIBLVcjrEnTH909
92m+q/1/tdEa5e17bHvaXtFhe6rN25GVfKbpphoVhN3dynQv+I8HiveebwUH/b6x
UXdf+hDTq5txQFfEDOiQsYdHf7xRoV4wBUZO9L/gGQhac+IBEfetiU6crTkFwmUr
ai2xze5LRbpce4ZcIRSnySdKmWFORBA1cYaoAfOHfWbMberr+xgkWTwCKQ7x3K8v
SUPCFA11Pb9jgAgFa8FTul/uNfSwjXb2DnhNqQEdsp1sjZSTerImIAMiz4xWHurf
E0r00+VG+Vj9bTtmvpDq
=X9P7
-END PGP SIGNATURE-


Accepted:
libmoosex-poe-perl_0.215-1.debian.tar.gz
  to main/libm/libmoosex-poe-perl/libmoosex-poe-perl_0.215-1.debian.tar.gz
libmoosex-poe-perl_0.215-1.dsc
  to main/libm/libmoosex-poe-perl/libmoosex-poe-perl_0.215-1.dsc
libmoosex-poe-perl_0.215-1_all.deb
  to main/libm/libmoosex-poe-perl/libmoosex-poe-perl_0.215-1_all.deb
libmoosex-poe-perl_0.215.orig.tar.gz
  to main/libm/libmoosex-poe-perl/libmoosex-poe-perl_0.215.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/e1sooq7-0001pn...@franck.debian.org



Accepted accountsservice 0.6.18-1 (source amd64)

2012-04-30 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Apr 2012 13:19:46 +0200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev 
gir1.2-accountsservice-1.0
Architecture: source amd64
Version: 0.6.18-1
Distribution: experimental
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 accountsservice - query and manipulate user account information
 gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
 libaccountsservice-dev - query and manipulate user account information - 
header files
 libaccountsservice0 - query and manipulate user account information - shared 
libraries
Changes: 
 accountsservice (0.6.18-1) experimental; urgency=low
 .
   * Upload to experimental due to the big amount of changes.
   * Imported Upstream version 0.6.18:
 - Fix systemd configure check
 - Add a few more common system accounts to the blacklist
 - Fix some issues in systemd session handling
   * Imported Upstream version 0.6.17:
 - Fix user filtering which was broken in 0.6.16.
 - Fix double free in user code.
   * Imported Upstream version 0.6.16:
 - Don't filter out users below UID_MIN in login.defs
 - Filter out users with invalid shells
 - build fixes for srcdir != builddir
 - Port to GDBus
 - Add systemd support
 - vala support and introspection fixes
 - ppc32 fixes
 - use infinite timeout for ListCachedUsers calls
 - Translation updates
   * Migrate 0007-add-lightdm-support.patch to GDBus:
 - More testing would be appreciated.
   * Remove 2001-icon_reset.patch, applied upstream.
   * Remove 3001-show_more_than_one_user_powerpc.patch, applied upstream.
   * Remove obsolete patches:
 - 0003-getpwnam_null_crash.patch
 - 0004-history-filter-sessions.patch
   * Refresh systemd's build-deps.
   * Drop {,build-}dependency on libdbus-glib-1-dev.
   * Refresh symbols.
   * Refresh debian/copyright.
   * Update debian/watch.
   * Bump Standards.
Checksums-Sha1: 
 6c4b661d7897acbb116299d18858f5ca9c492e65 2400 accountsservice_0.6.18-1.dsc
 119092922706da5ba578c7c3111dcff9705d33f2 98838 
accountsservice_0.6.18.orig.tar.gz
 0f5323181c72b4e533546081c3e0b8d4d98160ae 32200 
accountsservice_0.6.18-1.debian.tar.gz
 73ea2a5e470aa096f3ea42127a62df2c3773fe88 72408 
accountsservice_0.6.18-1_amd64.deb
 12554071854a5779a02a773b7e0652252a74ee21 87846 
libaccountsservice0_0.6.18-1_amd64.deb
 9d977f8c7251f9d2317336829d6fb8978aa91e18 14408 
libaccountsservice-dev_0.6.18-1_amd64.deb
 bba8dba8c58cad8d05fe8323bad514cb35f7481c 10540 
gir1.2-accountsservice-1.0_0.6.18-1_amd64.deb
Checksums-Sha256: 
 2fef36face5fc8efe85f861e48a9f4eb19dae6ebc69d9511fed11651401f499a 2400 
accountsservice_0.6.18-1.dsc
 f87c66ffe49e4c675b6141f52c8b9b6c5fc1a48a17a5b74e08315f98ecf2482b 98838 
accountsservice_0.6.18.orig.tar.gz
 f80e7af8d9c53c166031d39a3ccb18e37ed8c267f4e7ff48deae392603cfe5d9 32200 
accountsservice_0.6.18-1.debian.tar.gz
 7e91eb47206a6fa9130aae9e49bb1cccd90e6e6f0e42eee79d1aeac046eab299 72408 
accountsservice_0.6.18-1_amd64.deb
 aca1dfb7e65dc79761b00bfa8f5cd6ad47322f1742c5c83bee9ac123848b1a51 87846 
libaccountsservice0_0.6.18-1_amd64.deb
 68c34b54ecb3f10fcbaf8e2bc09dfec2392e0c5bf6debfef7ef5bc2ae586c37e 14408 
libaccountsservice-dev_0.6.18-1_amd64.deb
 088b36357f9a069cf244a81f2238129ae87aa0b9dbbdf7769e15809e7ebe8472 10540 
gir1.2-accountsservice-1.0_0.6.18-1_amd64.deb
Files: 
 b4a5d8d9822a875e7eadd3eeeb2a35d2 2400 admin optional 
accountsservice_0.6.18-1.dsc
 082e8688e516d89bb21f32bbc7e20ed2 98838 admin optional 
accountsservice_0.6.18.orig.tar.gz
 0dd9b5b79c04a112b8a12a4eeb2030dc 32200 admin optional 
accountsservice_0.6.18-1.debian.tar.gz
 52f1dd8b9a8c278db6d5992884df4e77 72408 admin optional 
accountsservice_0.6.18-1_amd64.deb
 87735e0e5039d9aff46473e910a45567 87846 libs optional 
libaccountsservice0_0.6.18-1_amd64.deb
 2225be790a1e2650e434b9504b24c363 14408 libdevel optional 
libaccountsservice-dev_0.6.18-1_amd64.deb
 a4a2d737cfda41f39e7c4d436637c276 10540 introspection optional 
gir1.2-accountsservice-1.0_0.6.18-1_amd64.deb

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

iQIcBAEBCgAGBQJPnncpAAoJEOikiuUxHXZaLt0P/0UYjv7zg30dyA8oO4SZ9Ad8
daR+NW/j/nFvl9dFKMagvvtQCu2XKP7TqTnEKvdobLBf2teOYHYH/h8YkU52gHHc
WQrA/aTd9/Wp3izMXf0T5R67/uFzQgedIxM1N2BN20T814SuSMY8KC6KKFx6tw5I
GvN509QEUx57U50mmHjESTDNWHwJTXrbrQS7Z4rWZkP67rhxljqdDyjWdLm9+cji
9NJetPRpY7wn3xQZOrS8lOHzfs/DcYvH2V7A0z44RS4d+1LGsaTlXacbnge6s4DO
QTNO0ubQI20jiqFDBRFDti1TAsB/hEG/aH58vEo4eknA5GuysPFgAdGdzTSNDgR2
uKaSyEWefj6N1mGg+6z9SPeB6/NVp4GIyshmz/BrLIiRXEh4HiVOgL3SrfMk3JgJ
znCTu9AmkRBFhnKA+obypu773oCS7HQme4R1v71OlFX+mfh4E8VxmKjZKGN4osCv
Aw8F0JIpJZ7ZU9z8mR5oUHlkXOPBbCl4vHf2NIPz3ogWdjaeYTEddwPoJvQ9MWOp
cwldZbWvs0JG5Kl3yhFQD1lQ56P3T2ozhNF2piIrK4RRgIc/novn9jxG/5+SV12Y
L30OHlEVrkEo72SVr+dk4IDRwptfuLD7oQNII2FJqlSFPhg5pxS1GJSy/pfQouJv
VyTQNXdYwfgrpUU4pxQ9
=2ajW
-END PGP SIGNATURE-

Accepted jenkins-commons-jelly 1.1-jenkins-20110627-3 (source all)

2012-04-30 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 11:46:35 +0100
Source: jenkins-commons-jelly
Binary: libjenkins-commons-jelly-java libjenkins-commons-jelly-java-doc
Architecture: source all
Version: 1.1-jenkins-20110627-3
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: James Page james.p...@ubuntu.com
Description: 
 libjenkins-commons-jelly-java - Jenkins fork of Apache Commons Jelly
 libjenkins-commons-jelly-java-doc - Documentation for 
libjenkins-commons-jelly-java
Changes: 
 jenkins-commons-jelly (1.1-jenkins-20110627-3) unstable; urgency=low
 .
   * Use new version of jenkins-commons-jexl:
 - d/maven.rules: Map to org.jenkins-ci groupID for maven artifact.
 - d/control: Build-Depend on libjenkins-commons-jexl-java (=
   1.1-jenkins-20111212) to pickup new groupID.
   * d/rules,libjenkins-commons-jelly-java.poms: Refactor to Use
 maven-debian-helper options to install jar files in /usr/share/java
 with correct names.
   * Bumped Standards-Version to 3.9.3:
 - d/copyright: Reference released version of DEP-5.
Checksums-Sha1: 
 1a6f64652dfa3f7c8ee2001101dc3dd4ee6373fe 2808 
jenkins-commons-jelly_1.1-jenkins-20110627-3.dsc
 fc77759a4092005cceb08d61f6a5d0355d72afe7 6263 
jenkins-commons-jelly_1.1-jenkins-20110627-3.debian.tar.gz
 ae49400b3a89b059fed854ed94193538751fd81c 524074 
libjenkins-commons-jelly-java_1.1-jenkins-20110627-3_all.deb
 01d8f78c2b6a3a8ab037403c889ca31ce1c989f2 1418984 
libjenkins-commons-jelly-java-doc_1.1-jenkins-20110627-3_all.deb
Checksums-Sha256: 
 f7ade59dc6ee7f7303891d157bc80f09ac664697373c4913329c76217c403fae 2808 
jenkins-commons-jelly_1.1-jenkins-20110627-3.dsc
 56dfe86cde0bba2bc2e8ed174cafb88ff367611f9b1a4514196429cfbd927907 6263 
jenkins-commons-jelly_1.1-jenkins-20110627-3.debian.tar.gz
 73802468237224219fbdf602022b96af08e11434ec5c77a536f4e8989dcd8ad7 524074 
libjenkins-commons-jelly-java_1.1-jenkins-20110627-3_all.deb
 012bc7c2fa56ee14a563fdca5b9beb6f7563ec0adc29b3c692580c3ea3fc73b4 1418984 
libjenkins-commons-jelly-java-doc_1.1-jenkins-20110627-3_all.deb
Files: 
 626a05d22e3de25016f82ebbb513e084 2808 java optional 
jenkins-commons-jelly_1.1-jenkins-20110627-3.dsc
 14734396e7f6ca8d408b3fe454e21926 6263 java optional 
jenkins-commons-jelly_1.1-jenkins-20110627-3.debian.tar.gz
 7d25ef6d12fecc1f812668dfd4f46fc6 524074 java optional 
libjenkins-commons-jelly-java_1.1-jenkins-20110627-3_all.deb
 82b8c6f390f71b8d3ecef106ae2793c6 1418984 doc optional 
libjenkins-commons-jelly-java-doc_1.1-jenkins-20110627-3_all.deb

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

iQIcBAEBCAAGBQJPnnevAAoJEL/srsug59jDSxoQAKS+6q7b6rVqeu8Ry3NvLqSE
eIlD3GcP2JfX9QPoQr8HtxGL2/dkYvU04jLxtNtWR8Fz0fM+gjLPaKxreDMTxJwh
LFErGaP4+wAJp4+2ujr6W1FXHO+dsRfdm6QUjc7JBT9cL4hc5PdREKJ+aIcJOGyc
mRLq+dTzZ2NH/Xw4QIzIgSI3+1mfc0irqmh9MGFvZfb7+CaXNpIKq72kAS2DWoXB
X0SgB3BBcSJspdKGsH7dGKUpO6AtGwPfi00iXM2yWarkxdN2V5SOQfn1fcVpcMGN
G4hF2vkEW2tq6MjfU5Nk2d0aIgO0nJxqGc/aiot913rnrGtbEaqJOa3LNrssptGE
8Benhv5mnaQKwUMUWZS7d2A507OvQFByLM6b820h9VM4SZLUmrdZQH48gfdnqwR3
BKjQY0ko/I6IicarDF29yG8yOCIbX1pzi2/tcj2VcYjTmJcUzBq1TxzgPU2/XCnT
YHNMpZ0S6xt8atscy06u7vZDbu3nJCLkuyUuPIV2Oqia5DEnuhSTBwzMxWVA7KC2
BD1ORoA8jeWfUGwv5Zt4d992vS5oimI7o1nYqu0CapCsPOGzZ554MkXxxwJMPKrm
IYPKgg6zIyELt1nrNFZELKLVCS28HWPlXJNEAzEqVdnCGzSdCUIXf0NFjabZMMOo
uwqz/t/isbx0i6wPJ3sQ
=/Y44
-END PGP SIGNATURE-


Accepted:
jenkins-commons-jelly_1.1-jenkins-20110627-3.debian.tar.gz
  to 
main/j/jenkins-commons-jelly/jenkins-commons-jelly_1.1-jenkins-20110627-3.debian.tar.gz
jenkins-commons-jelly_1.1-jenkins-20110627-3.dsc
  to 
main/j/jenkins-commons-jelly/jenkins-commons-jelly_1.1-jenkins-20110627-3.dsc
libjenkins-commons-jelly-java-doc_1.1-jenkins-20110627-3_all.deb
  to 
main/j/jenkins-commons-jelly/libjenkins-commons-jelly-java-doc_1.1-jenkins-20110627-3_all.deb
libjenkins-commons-jelly-java_1.1-jenkins-20110627-3_all.deb
  to 
main/j/jenkins-commons-jelly/libjenkins-commons-jelly-java_1.1-jenkins-20110627-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/e1sop4t-0002as...@franck.debian.org



Accepted dvi2ps 5.1j-1 (source amd64)

2012-04-30 Thread OHURA Makoto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 20:34:14 +0900
Source: dvi2ps
Binary: dvi2ps
Architecture: source amd64
Version: 5.1j-1
Distribution: unstable
Urgency: low
Maintainer: OHURA Makoto oh...@debian.org
Changed-By: OHURA Makoto oh...@debian.org
Description: 
 dvi2ps - TeX DVI-driver for NTT JTeX, MulTeX and ASCII pTeX
Closes: 666293
Changes: 
 dvi2ps (5.1j-1) unstable; urgency=low
 .
   * New upstream release
   * Switch to dpkg-source 3.0 (quilt) format.
 - Drop dpatch system.
   * 08_kpse_set_program_name.patch: Use kpse_set_progname instead of
   kpse_set_program_name (closes: #666293).
   * debian/rules: Regenerate dvi2ps-conf.h to change DVI2LIB variable.
   * 01_fix_FTBFS_on_kFreeBSD.dpatch, 02_include-kpathsea.h.dpatch,
 04_defs_h.dpatch: Delete unused patches.
Checksums-Sha1: 
 7b86abe821a5b5b74eb1b250f8aa3ff63f2413ee 1050 dvi2ps_5.1j-1.dsc
 5a815339ac3f9158e762afe3d89911416a5c43af 551541 dvi2ps_5.1j.orig.tar.gz
 7eeb3207c07c7896ab24dc7fe7bdad53b64ddfe3 22595 dvi2ps_5.1j-1.debian.tar.gz
 fb6fce9605475c0215777d9f20c7441ea83af4d2 231614 dvi2ps_5.1j-1_amd64.deb
Checksums-Sha256: 
 c5063f6c6f3b92cff8de5378dc948b34f94d4378802601b771d4f38d45a1ba00 1050 
dvi2ps_5.1j-1.dsc
 06e03b3137e00915e3a30b13f66ca3b00b44b55c4dd3c66716a9f2aee847e30b 551541 
dvi2ps_5.1j.orig.tar.gz
 0e3ffb9d624859ef0f5b6ac7e93c6eb5dd8e8f332450492114e3de554a45ffe7 22595 
dvi2ps_5.1j-1.debian.tar.gz
 8e224ba5ee78b03aa51a6eff55b6a05937ef7592831f28c45d3583b7d93ceca3 231614 
dvi2ps_5.1j-1_amd64.deb
Files: 
 6359ccc8cc6208e319918c466883c3d6 1050 tex optional dvi2ps_5.1j-1.dsc
 c0bdbf41fec4b9b03edb70472faf6463 551541 tex optional dvi2ps_5.1j.orig.tar.gz
 29f1d2c08e5439a6a31dec68dec0a8b6 22595 tex optional dvi2ps_5.1j-1.debian.tar.gz
 789dd6c0f596ae6589dde1f05e227a0b 231614 tex optional dvi2ps_5.1j-1_amd64.deb

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

iEYEARECAAYFAk+egCsACgkQ7qLvonfc4IMakACgvDbhvtMpJG86GEgpQ2h71Nr7
uYwAoODtpSIP116j9FU5X70UKHXDTeRd
=5YiC
-END PGP SIGNATURE-


Accepted:
dvi2ps_5.1j-1.debian.tar.gz
  to main/d/dvi2ps/dvi2ps_5.1j-1.debian.tar.gz
dvi2ps_5.1j-1.dsc
  to main/d/dvi2ps/dvi2ps_5.1j-1.dsc
dvi2ps_5.1j-1_amd64.deb
  to main/d/dvi2ps/dvi2ps_5.1j-1_amd64.deb
dvi2ps_5.1j.orig.tar.gz
  to main/d/dvi2ps/dvi2ps_5.1j.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/e1sopyh-0003lq...@franck.debian.org



Accepted mgcv 1.7-16-1 (source i386)

2012-04-30 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 07:21:03 -0500
Source: mgcv
Binary: r-cran-mgcv
Architecture: source i386
Version: 1.7-16-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-mgcv - GNU R package for multiple parameter smoothing estimation
Changes: 
 mgcv (1.7-16-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 8d662d62209de1822d2ee60f7df6ba08e524391e 1034 mgcv_1.7-16-1.dsc
 a05c755ab60cbaaae403cff0de3b676b79f3c81e 492383 mgcv_1.7-16.orig.tar.gz
 5439be162e382e4804cb02de5d8bf902320d45ce 4090 mgcv_1.7-16-1.diff.gz
 3b74eca4fdfb85badbc8ac1545dac688e294 1300732 r-cran-mgcv_1.7-16-1_i386.deb
Checksums-Sha256: 
 a29c5ae4890d5cc8f768e6a6fb9fc51afd17af7667c367344088eb2ae3bbc5ba 1034 
mgcv_1.7-16-1.dsc
 59f7e4b854e7fdc0849a4d0b12a13b1b7835c1186a131fada6639132a404b8c2 492383 
mgcv_1.7-16.orig.tar.gz
 8704d1d993c69c3ff10bbde7952880e047d22303c960e5908924bed15c908571 4090 
mgcv_1.7-16-1.diff.gz
 13f2beb553a9dabb1dca28ede9342d3ea463cd82fd7aa9a0ef136f3517459fcc 1300732 
r-cran-mgcv_1.7-16-1_i386.deb
Files: 
 a2cbe3e20670eb029497428f5e0c1f33 1034 gnu-r optional mgcv_1.7-16-1.dsc
 c90ae2f29c4c6a32723dd6b492be4135 492383 gnu-r optional mgcv_1.7-16.orig.tar.gz
 29223e1616df1f9ceda6d3723e2c0ff4 4090 gnu-r optional mgcv_1.7-16-1.diff.gz
 22f2408bd2063cd14f0a866adbf0165e 1300732 gnu-r optional 
r-cran-mgcv_1.7-16-1_i386.deb

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

iD8DBQFPnoRFCZSR95Gw07cRAgNMAJ9Al06RW2C+Jw6kxDnN5JKCFYRaigCeNwnp
2yCxMvmG6V0Nhh4Ku5mX8Lg=
=jDDv
-END PGP SIGNATURE-


Accepted:
mgcv_1.7-16-1.diff.gz
  to main/m/mgcv/mgcv_1.7-16-1.diff.gz
mgcv_1.7-16-1.dsc
  to main/m/mgcv/mgcv_1.7-16-1.dsc
mgcv_1.7-16.orig.tar.gz
  to main/m/mgcv/mgcv_1.7-16.orig.tar.gz
r-cran-mgcv_1.7-16-1_i386.deb
  to main/m/mgcv/r-cran-mgcv_1.7-16-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/e1sopma-0004ns...@franck.debian.org



Accepted network-manager-openconnect 0.9.4.0-5 (source amd64)

2012-04-30 Thread Mike Miller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 09:25:28 -0400
Source: network-manager-openconnect
Binary: network-manager-openconnect network-manager-openconnect-gnome
Architecture: source amd64
Version: 0.9.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Mike Miller mtmil...@ieee.org
Changed-By: Mike Miller mtmil...@ieee.org
Description: 
 network-manager-openconnect - network management framework (OpenConnect plugin)
 network-manager-openconnect-gnome - network management framework (OpenConnect 
plugin GNOME GUI)
Closes: 567358
Changes: 
 network-manager-openconnect (0.9.4.0-5) unstable; urgency=low
 .
   * Comment nm-openconnect user create/delete
 .
 network-manager-openconnect (0.9.4.0-4) unstable; urgency=low
 .
   * Add nm-openconnect user for dropping privileges (Closes: #567358)
   * Add Vcs-* fields for the git repository
Checksums-Sha1: 
 8aac75cd74408f741cf44db5774919f4108fe5ab 2382 
network-manager-openconnect_0.9.4.0-5.dsc
 543d38c564a35b5bec9eaf4c954bd8d960cb3c5f 262460 
network-manager-openconnect_0.9.4.0.orig.tar.xz
 a4a2eb604aea3c8752d8574abe5f0920a876b513 3996 
network-manager-openconnect_0.9.4.0-5.debian.tar.gz
 421769e2c41617bf1dc0c8452626baf523c53632 16766 
network-manager-openconnect_0.9.4.0-5_amd64.deb
 ab59fa92e0d637030f7731e5d2286b79d8749be0 66058 
network-manager-openconnect-gnome_0.9.4.0-5_amd64.deb
Checksums-Sha256: 
 8feb7d3767b686f0555a30fd7b65e70db9d85525de72d69c802e939db9e643d7 2382 
network-manager-openconnect_0.9.4.0-5.dsc
 60732587befd062fb8d979540c4410831f5e686b5d092ec24b0237ebd09e1084 262460 
network-manager-openconnect_0.9.4.0.orig.tar.xz
 8548ebf06e61672f03c13633dc6059d6329f29b8a777f0312457af697f8632d4 3996 
network-manager-openconnect_0.9.4.0-5.debian.tar.gz
 7cf79c4678dd9445410d0d77c331a89064f3bcbfed07644fe2af06bfea11f028 16766 
network-manager-openconnect_0.9.4.0-5_amd64.deb
 4f793f4002117b525cc8542d4029c883fa0b0df44d49ef373cb8b50872faf7f8 66058 
network-manager-openconnect-gnome_0.9.4.0-5_amd64.deb
Files: 
 dfa993fa19f3f809f230b5f719def2f3 2382 net optional 
network-manager-openconnect_0.9.4.0-5.dsc
 b06b92f2b54f7a70f534fd614ba67cf8 262460 net optional 
network-manager-openconnect_0.9.4.0.orig.tar.xz
 252d0ffa2139850e7e2b86d8327a139e 3996 net optional 
network-manager-openconnect_0.9.4.0-5.debian.tar.gz
 4dbcf2aab1e968988c8078c7e58690b2 16766 net optional 
network-manager-openconnect_0.9.4.0-5_amd64.deb
 3c0360b172ee722c323fa1370523d8e8 66058 net optional 
network-manager-openconnect-gnome_0.9.4.0-5_amd64.deb

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

iQIcBAEBCAAGBQJPnoU4AAoJEE5xYO1KyO4dX38P/0LEKLFrcQKQTOs5fg9YpHsn
UZ5GqjYhW7tMlKNckeBJkFTXL6wIC9FeFp5UqgGFV9BOPQ4jpG8sbLbK1VWZrjz9
0N6B60Pvj3Tg45+q0SL0bggFKDC/DlIHVbR7I+4u195ap2uCM97Sb0cKdbbz6XmD
GNQXdwYDzngaAKw9Ssw/cYpWydhT3C/Sttbg+eoEQgO133t/wJPDRE4blPnNA+Gl
BfJ2IJWqxAKLJLigVn+12IP4TEgNq/CtAs/YWvrVwLJPE62z4m+jXmplQJ1LbZ/a
0vx562WN12cSu3HadmKfGZLbSt5iFqfyUBO1eKUTWrEjBs7y+UcSIATxOqbmTWPN
8+peE/8ZprZP3eYRoqr8ZjvJOxHtaCPRXPgXjAgfTS99ZUVnUvNmnIyBhokwDZ6K
uO5Wx9DrCtOMQIWjyF4rSPPvIZGLQAuSLvGGTC0JnUtAmXgQ+8RXNvr0BfvGOo2q
Lvk/3E93ZLWXZDlqIVlgKMn7E3pIcJQqgIp+bTmE+C4BAEJxbn+5PkZUfQPCYeDP
GMBn4rH7hwbMBXJ9zDRJVD944Fmk6Lho7YkWdgM2LBmgl88CyuDCdx6StFkq4RWm
5X/j1I8lBn1iWpBjqn/PzeNoIm4CaMy7ItmYk9v8HQ8DYVbMWVx4OFzGaMaGK03B
OoEhv8AAdIsH6YJiVbwP
=m0p7
-END PGP SIGNATURE-


Accepted:
network-manager-openconnect-gnome_0.9.4.0-5_amd64.deb
  to 
main/n/network-manager-openconnect/network-manager-openconnect-gnome_0.9.4.0-5_amd64.deb
network-manager-openconnect_0.9.4.0-5.debian.tar.gz
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.9.4.0-5.debian.tar.gz
network-manager-openconnect_0.9.4.0-5.dsc
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.9.4.0-5.dsc
network-manager-openconnect_0.9.4.0-5_amd64.deb
  to 
main/n/network-manager-openconnect/network-manager-openconnect_0.9.4.0-5_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/e1soq1o-0004yi...@franck.debian.org



Accepted ois 1.3.0+dfsg0-5 (source amd64)

2012-04-30 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Apr 2012 13:55:19 +0200
Source: ois
Binary: libois-dev libois-1.3.0
Architecture: source amd64
Version: 1.3.0+dfsg0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libois-1.3.0 - Object Oriented Input System library (C++)
 libois-dev - Object Oriented Input System library (C++ development headers)
Closes: 670780
Changes: 
 ois (1.3.0+dfsg0-5) unstable; urgency=medium
 .
   * Team upload.
   * Install symlink /usr/include/OIS pointing to /usr/include/ois to fix
 namespace breakage introduced by the latest upload. We'll keep this
 until the next SONAME change (Closes: #670780); thanks to
 Manuel A. Fernandez Montecelo for reporting this.
Checksums-Sha1: 
 9aa0287933f06c011dd490e512b33dff514f8841 2097 ois_1.3.0+dfsg0-5.dsc
 cfe8b16d00910e7761a1eb2bd73102539db59e6e 7534 ois_1.3.0+dfsg0-5.debian.tar.gz
 23b24a782df71cd5aa1e0cc087a19d450af3d8ec 111672 
libois-dev_1.3.0+dfsg0-5_amd64.deb
 8a229b47bf3a14ae50bf75db2a1320dfaa72b3cd 57516 
libois-1.3.0_1.3.0+dfsg0-5_amd64.deb
Checksums-Sha256: 
 7feae5103a2edcfea16ac4299740702904fe10d1bc3bb4948690ce77aa44f29a 2097 
ois_1.3.0+dfsg0-5.dsc
 4df9bee9a6a691c6e50add7219723884b60371a0978a62e97e2ccbbc074e66f0 7534 
ois_1.3.0+dfsg0-5.debian.tar.gz
 2c2f95fc3c604c2ab3c006cc151fbcd349c71ff0da7a4ddbd2ea2cb857509a47 111672 
libois-dev_1.3.0+dfsg0-5_amd64.deb
 712434e7d58c4c265246fe5a818cd30652c1504208daf5e1cde1555612fe924b 57516 
libois-1.3.0_1.3.0+dfsg0-5_amd64.deb
Files: 
 5fc50b32e6496f1076af544ac913421d 2097 libs extra ois_1.3.0+dfsg0-5.dsc
 1207fbdf74ff04b6a48ddb81ec0efece 7534 libs extra 
ois_1.3.0+dfsg0-5.debian.tar.gz
 6b0cc58cc9cee5c2d5ccbbed4a75144a 111672 libdevel extra 
libois-dev_1.3.0+dfsg0-5_amd64.deb
 fc21851e4112ba6bdaac71aa68cdb350 57516 libs extra 
libois-1.3.0_1.3.0+dfsg0-5_amd64.deb

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

iQIcBAEBCgAGBQJPnn6RAAoJEOikiuUxHXZaATUP/0MvQo9Wb+rkVzxVpi4MjrxE
c3pnHb7hbEi8N4wpMB4/BWGiqgs6iWo2SGtJyPg26YbpxrWdyhNgTrlTbes23WFy
Qz/CVr44ZjszEBIEzV7Q9+t8e30DlLq8xjRPcOPod7GCx0Ar9kU1iDRVyLvzcdEp
KM1VyQ08zkzLV7J7oiKFk8zmYxx4bXNent8no/G3miutyTQ9Dk/HFOC1/Y6zQwsa
l52LAKbTbG1eQw5LBhHbbFUjtBHfogdt7dFMknW9dZxeExyzahLpmDeUa9aizoZp
hUF9crCVXqDE+PSHf4Irsm5efeGVuCGi7mmz/Q6FlNT0ma24wi9kqEwvETBKj0Bc
ukqJgaxRYjQAZF5PyUVsaY1ihoHuQ5/zYukEBgdOsmgPzk1S6+/1xIy7kwqBPMZP
KTCVSbTifNAtaKszWLp/pS0nc38zO3qaUHhLNQkyGT0iUwfIyZQsjAUh1fCBSDDJ
nPC6timDP57V3V4/pbmLcfyV/vHzZRI2wDWEzgFOBGMhu8uqKfWCKDcqgqqi6hDh
q9rrV+8Ahv2k7rd0zKovlTnIGiUr7GebwGjsEBDudsDUGnu9P2/NbofwYxGKil/v
WIs/R+UBjlBNzmL+q4Jnkxm33n1fwD1RdeYIAO/Vr2mbzRRIQc1qxaYOf9WPZZtA
0pJL7DkzEQ4Ue1l6qcr6
=qROv
-END PGP SIGNATURE-


Accepted:
libois-1.3.0_1.3.0+dfsg0-5_amd64.deb
  to main/o/ois/libois-1.3.0_1.3.0+dfsg0-5_amd64.deb
libois-dev_1.3.0+dfsg0-5_amd64.deb
  to main/o/ois/libois-dev_1.3.0+dfsg0-5_amd64.deb
ois_1.3.0+dfsg0-5.debian.tar.gz
  to main/o/ois/ois_1.3.0+dfsg0-5.debian.tar.gz
ois_1.3.0+dfsg0-5.dsc
  to main/o/ois/ois_1.3.0+dfsg0-5.dsc


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



Accepted pgbouncer 1.5.1-1 (source amd64)

2012-04-30 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 14:31:35 +0200
Source: pgbouncer
Binary: pgbouncer
Architecture: source amd64
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg m...@debian.org
Changed-By: Christoph Berg m...@debian.org
Description: 
 pgbouncer  - lightweight connection pooler for PostgreSQL
Changes: 
 pgbouncer (1.5.1-1) unstable; urgency=low
 .
   [ Peter Eisentraut ]
   * Remove duplicate userlist.txt from doc directory
 .
   [ Christoph Berg ]
   * Replace lsb init functions with plain echo. Spotted by Alexey Potehin.
   * Refresh debian-changes patch, most of our changes went upstream.
Checksums-Sha1: 
 6b60ea3c34c4e99770c17fe41380572fd0044b7a 1992 pgbouncer_1.5.1-1.dsc
 d1db99271a72051f5744a27af7a93ec203770c67 334413 pgbouncer_1.5.1.orig.tar.gz
 ed98adb49196395c32c48488ea3cfb4bbd87d23a 6550 pgbouncer_1.5.1-1.debian.tar.gz
 7fe16ddecb986c2fc4a2b711cd19f7b5d636a983 145956 pgbouncer_1.5.1-1_amd64.deb
Checksums-Sha256: 
 112602c858e1d76b63a48d58fad7d0a53a3533024deaabb3d20a76ec8b7738f8 1992 
pgbouncer_1.5.1-1.dsc
 d0634253d319e43ebc18cb0476ba28c47803eff5bae5c6e17f650dc031fc4434 334413 
pgbouncer_1.5.1.orig.tar.gz
 02969e3d985805e8ac6df98ba8459d14e0152289b8dcec989618887c2fa8fe3b 6550 
pgbouncer_1.5.1-1.debian.tar.gz
 1f96815523e38ffa5ff77fae18cbe040d695fea53080f0cfc8e05fd9d527d50c 145956 
pgbouncer_1.5.1-1_amd64.deb
Files: 
 bbb4c31f40c97e8f77443d8d6bb259c0 1992 database optional pgbouncer_1.5.1-1.dsc
 90348e2583ba2fadecaa1aa3cc5a5e78 334413 database optional 
pgbouncer_1.5.1.orig.tar.gz
 da9270ea69fbeb2202accff46d5471ee 6550 database optional 
pgbouncer_1.5.1-1.debian.tar.gz
 2562a27024a524e55cfd8c30c69acb4d 145956 database optional 
pgbouncer_1.5.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPnodKAAoJEExaa6sS0qeuNiAP/3OkoidZyZsahAMtz34APmb+
4hHz8bdxLd3m4awdyn0bc8ZxyS1roioeUtwVlxZlh8D31nw/3mYcz8IyhWcM4rR4
MUUaDDQx5TfbrLNfYK/zeGyM22MWgW5Yk+5aZUJTIHlv2WAzFQkEKCgTpYeUQFAm
Dl7rzQquv1ymjxU9IwgU++W4vwPuE2DoCyk07nriXKuyNMcKd0S6s6uZCkJ3zfFg
h2x+oLwbBS9chvf/90D3LyQIw8DQyIoWCfsDTk6/GH9QuRFXwmx3qw7MnTqAq9am
z45XQ5sshUFbbQ7gien7lcJ265Iw/+4348/u/bfQ6Uhr+ZFQzCR0ZZRLpDMzjEw6
hXlB9EWf3Exw5TtUcMZriNErW4N96ELDTXXd6TpJZk88BdGplGX3iHaFOVzACUJM
8QyWLb0FOzeY6QKPtCUpDYpLi3kjt1ygI7i8tJlKRqSKzKhHwuviheB6w3HS9wxs
fyTGwXgpHuDKgU6kx3hXkSKdBdR1NOc5eQY2rXVinEn/uYRbzAtwhofqaw7l7SzH
ktqOzvK5noGQhyet+5tq6quOvtV88l7ojXxQDKi+cJr8Ne+j+6f3m/Op4/I0RTBU
L4SQ/COub17+hGaq5Y3J0zTDNCAa8szRDo8dBHXLVUl8VAuE++ZBw48LFA9rP2vw
WwYkppKbQKzpTYJJX7k5
=Igg6
-END PGP SIGNATURE-


Accepted:
pgbouncer_1.5.1-1.debian.tar.gz
  to main/p/pgbouncer/pgbouncer_1.5.1-1.debian.tar.gz
pgbouncer_1.5.1-1.dsc
  to main/p/pgbouncer/pgbouncer_1.5.1-1.dsc
pgbouncer_1.5.1-1_amd64.deb
  to main/p/pgbouncer/pgbouncer_1.5.1-1_amd64.deb
pgbouncer_1.5.1.orig.tar.gz
  to main/p/pgbouncer/pgbouncer_1.5.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/e1soq2d-00054n...@franck.debian.org



Accepted cairo 1.12.2-1 (source all amd64)

2012-04-30 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 14:30:31 +0200
Source: cairo
Binary: libcairo2-dev libcairo2 libcairo2-dbg libcairo2-doc 
libcairo-script-interpreter2 libcairo-gobject2 cairo-perf-utils libcairo2-udeb
Architecture: source all amd64
Version: 1.12.2-1
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett daj...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 cairo-perf-utils - The Cairo 2D vector graphics library performance utilities
 libcairo-gobject2 - The Cairo 2D vector graphics library (GObject library)
 libcairo-script-interpreter2 - The Cairo 2D vector graphics library (script 
interpreter)
 libcairo2  - The Cairo 2D vector graphics library
 libcairo2-dbg - The Cairo 2D vector graphics library (debugging symbols)
 libcairo2-dev - Development files for the Cairo 2D graphics library
 libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library
 libcairo2-udeb - The Cairo 2D vector graphics library Xlib backend (udeb)
Changes: 
 cairo (1.12.2-1) unstable; urgency=low
 .
   * New upstream bugfix release:
 + 
debian/patches/07_traps-Clip-the-trapezoid-extents-against-the-clip-ex.patch,
   debian/patches/08_xlib-Allow-applications-to-create-0x0-surfaces.patch:
   - Dropped, merged upstream.
 + Refresh patches to apply cleanly again.
Checksums-Sha1: 
 74f6f2b2ce7dd5273ea443e2e34f41a31361a399 2016 cairo_1.12.2-1.dsc
 bc2ee50690575f16dab33af42a2e6cdc6451e3f9 42051584 cairo_1.12.2.orig.tar.xz
 bc2d095baba4b8d52ade030343b4c0ac34c2f6cf 30785 cairo_1.12.2-1.debian.tar.gz
 017f4697bc15eac5059d3bf545c4e0d4bf7c3a6e 623762 libcairo2-doc_1.12.2-1_all.deb
 5747062c0a8017b7b239074fa26c57618ec780ad 1164782 
libcairo2-dev_1.12.2-1_amd64.deb
 773c8db0cc64b8cb063530f151c9fa9ba216e54e 913158 libcairo2_1.12.2-1_amd64.deb
 ae539a55304327b52052e451e2c0ccd2705d8d32 1977694 
libcairo2-dbg_1.12.2-1_amd64.deb
 572cd6d17ad662ce15489b3880ed0f36ef33e5ce 482702 
libcairo-script-interpreter2_1.12.2-1_amd64.deb
 f6362b94108706401cf01668f85828ee031b4ff5 438672 
libcairo-gobject2_1.12.2-1_amd64.deb
 926554975df7d2ce3dbfbadee681d3496ef64052 929746 
cairo-perf-utils_1.12.2-1_amd64.deb
 7c60fd6aba65f0fb0fae275ba83753aef47081a2 431416 
libcairo2-udeb_1.12.2-1_amd64.udeb
Checksums-Sha256: 
 209a2f3d398a87eacc29a40e342384317013da1979b439cae4d78fc77f7ec72b 2016 
cairo_1.12.2-1.dsc
 b786bc4a70542bcb09f2d9d13e5e6a0c86408cbf6d1edde5f0de807eecf93f96 42051584 
cairo_1.12.2.orig.tar.xz
 657c145e860a13bedafcd3ba099d5a29e1e1553098b0d3d0a9548bed7188efd6 30785 
cairo_1.12.2-1.debian.tar.gz
 cc6e19979d3351eca3dac079dc5aab58d4e78ce47c2ca77d493805adce8e40c7 623762 
libcairo2-doc_1.12.2-1_all.deb
 2f4531e1bc639926d824713086c728bc83616741afbe65a39ac4220ba9838f39 1164782 
libcairo2-dev_1.12.2-1_amd64.deb
 a4e890e6318bdcea4bd6f35fbff2b9be634941eb965673b275f9251be53ad615 913158 
libcairo2_1.12.2-1_amd64.deb
 246b3df3b8738ce6cb26687e473ad39f9ab2c8899cc745acd7a5864200538790 1977694 
libcairo2-dbg_1.12.2-1_amd64.deb
 a9d525750e19039ea2021e0406272664c618cbfe5b02e01455215afc574875b8 482702 
libcairo-script-interpreter2_1.12.2-1_amd64.deb
 f99c10fbf48f015c1c28e0d56416246ec6f30ba482706da69fe049be9a51fd62 438672 
libcairo-gobject2_1.12.2-1_amd64.deb
 f9dfaa4ea0d077174fa86a5ef58ba11e29bc0a0a7dfa924a57e82d56646e7be5 929746 
cairo-perf-utils_1.12.2-1_amd64.deb
 137072142d4bfc6f604ee3e866029437c8bc88fb45afa0f70a0fba99bfebd4eb 431416 
libcairo2-udeb_1.12.2-1_amd64.udeb
Files: 
 b3a6b6597851dd7743d23574b540f946 2016 libs optional cairo_1.12.2-1.dsc
 87649eb75789739d517c743e94879e51 42051584 libs optional 
cairo_1.12.2.orig.tar.xz
 6b72ff143ea77400f528e2a13ccbc8ab 30785 libs optional 
cairo_1.12.2-1.debian.tar.gz
 035497a899e72cff83e68e3ce1ed82de 623762 doc optional 
libcairo2-doc_1.12.2-1_all.deb
 e22e28f712a5aded84516f8429efcdf2 1164782 libdevel optional 
libcairo2-dev_1.12.2-1_amd64.deb
 6bdbbb844cf222d3e2e57db0a24d40a1 913158 libs optional 
libcairo2_1.12.2-1_amd64.deb
 e9b7e5cb3f082f9e9b38972629534dfa 1977694 debug extra 
libcairo2-dbg_1.12.2-1_amd64.deb
 7ee91aa45443b171384b3f38da56f5fd 482702 libs optional 
libcairo-script-interpreter2_1.12.2-1_amd64.deb
 e7b4e0e323a01c91c13a3c5ac34be890 438672 libs optional 
libcairo-gobject2_1.12.2-1_amd64.deb
 96bbc1c7b322eb03a1789758236b6318 929746 misc optional 
cairo-perf-utils_1.12.2-1_amd64.deb
 8ef2974196ab9450304659c373401b20 431416 debian-installer optional 
libcairo2-udeb_1.12.2-1_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAk+eh7QACgkQBsBdh1vkHyGjrwCffcet5dYqwOaELEx2/ltfg2LJ
QAIAn1sdUBGLvPT5gMxzgiFwxt2x5CpS
=zoIl
-END PGP SIGNATURE-


Accepted:
cairo-perf-utils_1.12.2-1_amd64.deb
  to main/c/cairo/cairo-perf-utils_1.12.2-1_amd64.deb
cairo_1.12.2-1.debian.tar.gz
  to main/c/cairo/cairo_1.12.2-1.debian.tar.gz
cairo_1.12.2-1.dsc
  to main/c/cairo/cairo_1.12.2-1.dsc
cairo_1.12.2.orig.tar.xz
  to main/c/cairo/cairo_1.12.2.orig.tar.xz

Accepted libiscwt-java 5.3.20100629-2 (source all)

2012-04-30 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:07:59 +0200
Source: libiscwt-java
Binary: libiscwt-java libiscwt-java-doc
Architecture: source all
Version: 5.3.20100629-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 libiscwt-java - abstractions and Java implementations for rendering PDF
 libiscwt-java-doc - Javadoc API description for isCWT
Closes: 663396 670276 670915
Changes: 
 libiscwt-java (5.3.20100629-2) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Use public access URL in Vcs-Svn field. (Closes: #670276).
   * Bump Standards-Version to 3.9.3. No changes were required.
 .
   [ Niels Thykier ]
   * Updated description.
   * Use swt.jar rather than swt-gtk-3.7.jar.  (Closes: #670915)
   * Rebuild in sid environment.  (Closes: #663396)
Checksums-Sha1: 
 c8e00ad91f5b9abb7d9a21245802df37fadc1a0c 2183 libiscwt-java_5.3.20100629-2.dsc
 953d94c2d85418f2d811d234257f15525630789b 3509 
libiscwt-java_5.3.20100629-2.debian.tar.gz
 7e69d8ec46d12dbc185f02a2e2256cbf1d139ec1 92948 
libiscwt-java_5.3.20100629-2_all.deb
 cdfb9b954f2deb0e3a55eec0fd3463d78b526028 118560 
libiscwt-java-doc_5.3.20100629-2_all.deb
Checksums-Sha256: 
 8920b310e8e03a3b937a95e000d6343c1d04ff0507f2a630fbb01882809efb6f 2183 
libiscwt-java_5.3.20100629-2.dsc
 62bf5e236508a8b84a7aa920bee1d2b7ac42a1967f69893e375b8892693405f8 3509 
libiscwt-java_5.3.20100629-2.debian.tar.gz
 09cd3db46603fb63d29a7525e25e18422a08f88708dc87abb184f0de4afd07da 92948 
libiscwt-java_5.3.20100629-2_all.deb
 f0e5509fa36060a87455cf10a1c000a32b034931986850d14a2099e55d9fb54f 118560 
libiscwt-java-doc_5.3.20100629-2_all.deb
Files: 
 d8e3c2a9c4d8a5d4491d93117e30cf71 2183 java extra 
libiscwt-java_5.3.20100629-2.dsc
 0e477213329313d4d943b7cc18f8ef07 3509 java extra 
libiscwt-java_5.3.20100629-2.debian.tar.gz
 a4658472f541f184cb35e6bf95f16bb5 92948 java extra 
libiscwt-java_5.3.20100629-2_all.deb
 64c6217257d03b3d899b76de160c6879 118560 doc extra 
libiscwt-java-doc_5.3.20100629-2_all.deb

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

iQIcBAEBCAAGBQJPno8zAAoJEAVLu599gGRCPwoQAJPl/LbSv35AE66G8xd9GEro
KM3oHwwNbwE/q3LWiGdrAG+b5XG9h09eEKonIzHIQlV+Odr79au2ZEJe8UoZMuaN
Taoctz+IQ2s7ACAPDccxspzLwImRs8+lCKTTTNDyLuPQLwv8msdjRPm92GBGNnKh
c1KYq0gY6MH8T4lNO4oOPjVtyQFGfBszENbS/gZoh/QYPsXOnDB4510mpJFK5/KE
dKZ6CMh0k7fPI4zTyXToDhjjlMdf5SsMXNOc6j2Qyw1RcKhwVkkKuIBA9nc184uq
lw2LOyP2gNIdn4WbaJBfc29yCr9l1SY2sO5kX4IGwXYfiJxJnwqLlT37SCgeMU57
4q/l2x7IgWZo2nOx3xMvT+3yJ9SqpbBSQmltvk9ND8qqp+HFU4dTYWpEZACwYwvF
0Y7OLSDvxnDrMMG32RLHU9QiAHfcDdKfbSLqMGBzLF7RQgm4mkCheB8rr+4/hZIl
6orueTIazwlTR3XVO8irBbfvDxA26Or790aM9/1DgiLdFOhqUgYLeiwCyFgsH1Uv
IlA7gwUTPf3O9DMyDO6hvFFgCyAkM044YleGnTyphVmmy7wNQECgfGWXrPbFjUPB
WM10nr7wipwJ3rjMIYKx3YUUGcuSfQMEsGpJULyh81HPfhVGuUkogVbuXjRUhi2+
JHbx7ravO9+D9CAfyasF
=pQzP
-END PGP SIGNATURE-


Accepted:
libiscwt-java-doc_5.3.20100629-2_all.deb
  to main/libi/libiscwt-java/libiscwt-java-doc_5.3.20100629-2_all.deb
libiscwt-java_5.3.20100629-2.debian.tar.gz
  to main/libi/libiscwt-java/libiscwt-java_5.3.20100629-2.debian.tar.gz
libiscwt-java_5.3.20100629-2.dsc
  to main/libi/libiscwt-java/libiscwt-java_5.3.20100629-2.dsc
libiscwt-java_5.3.20100629-2_all.deb
  to main/libi/libiscwt-java/libiscwt-java_5.3.20100629-2_all.deb


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



Accepted libxxf86dga 2:1.1.3-1 (source amd64)

2012-04-30 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:11:07 +0200
Source: libxxf86dga
Binary: libxxf86dga1 libxxf86dga1-dbg libxxf86dga-dev
Architecture: source amd64
Version: 2:1.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxxf86dga-dev - X11 Direct Graphics Access extension library (development 
headers
 libxxf86dga1 - X11 Direct Graphics Access extension library
 libxxf86dga1-dbg - X11 Direct Graphics Access extension library (debug package)
Changes: 
 libxxf86dga (2:1.1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove David and Andres from Uploaders.
   * d/rules: add build-{arch,indep} target, don't use dh_testroot in clean.
   * Build for multiarch.
   * Drop useless Depends on x11-common.
Checksums-Sha1: 
 0af6d211bd5c634cbcbc5d913b21c5368dbf34b8 2118 libxxf86dga_1.1.3-1.dsc
 ce8a4859f317fcf74877731667330843c9872289 351699 libxxf86dga_1.1.3.orig.tar.gz
 76d7d266942edf5488437337bc4e9dede5428f0e 14678 libxxf86dga_1.1.3-1.diff.gz
 a9ca764c11f1246722292112937b0cc2d17b462e 22378 libxxf86dga1_1.1.3-1_amd64.deb
 32d83f01393f28ad3bb2ac50bf68c6f8bfbed3b1 51872 
libxxf86dga1-dbg_1.1.3-1_amd64.deb
 6d93f230b03ae7a675b50c245ad4bce98ba49a10 27438 
libxxf86dga-dev_1.1.3-1_amd64.deb
Checksums-Sha256: 
 e55b43d7a65591cc170c886aa3877112f67ca80bf3d0cb7b9c6ecd6fd0805a6f 2118 
libxxf86dga_1.1.3-1.dsc
 25d0f161905277c5eb3aba21226d63fd5ac6c22e3c40f99f4b3e380a7a08e7ce 351699 
libxxf86dga_1.1.3.orig.tar.gz
 b7b3553b2a2167ba0c520a0d584fcc6bac77b0b586f86f66326bb16704aeec85 14678 
libxxf86dga_1.1.3-1.diff.gz
 49edb5c68a4dd19f0a97c3b06f49ca397e417e9b729d8bc847170569117636a2 22378 
libxxf86dga1_1.1.3-1_amd64.deb
 cbe415033828f03f1ca1b309dbac0414333cd7522f3872d211b3f7b18d0bc993 51872 
libxxf86dga1-dbg_1.1.3-1_amd64.deb
 e7fd6f510e2767b2f38250a2b2c28995b106be88a1d6f3df70cc0f8b6e46ba7e 27438 
libxxf86dga-dev_1.1.3-1_amd64.deb
Files: 
 ffc763d80eb164a83c47794a51217445 2118 x11 optional libxxf86dga_1.1.3-1.dsc
 3d58873171c7765956ce257e6a7e4865 351699 x11 optional 
libxxf86dga_1.1.3.orig.tar.gz
 c2c0881b76bee56f4a972a490b439349 14678 x11 optional libxxf86dga_1.1.3-1.diff.gz
 4c8e8e6fcb63cc834fed63cd01ad 22378 libs optional 
libxxf86dga1_1.1.3-1_amd64.deb
 df4788c7e223e0704f42f35f2d978d31 51872 debug extra 
libxxf86dga1-dbg_1.1.3-1_amd64.deb
 7486b75444131fe06f68971be9e5d295 27438 libdevel optional 
libxxf86dga-dev_1.1.3-1_amd64.deb

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

iQIcBAEBCAAGBQJPnpAyAAoJEDEBgAUJBeQMimIQAPLArZBNY7COhUSGz7GcFUUo
NzHdBdK9j39nr8P/+Q1Qe7NubO/AR+dBbaz0dw/4U5qDKHGVMruPK77PB1LK3yzq
kbJJ5fdFVE6jmnTraJB2s+Kgh42jMoOdcnhYafJhebQ+JQwf4TxcTew3kY8QiK0M
QSm6fvqL32t+lrquiYkkZQQaKRddwjTt+Bvaoc3Bx0Vd3t1p/C5wyu57ZzTALffb
M9Hm6ITzZEQZe6vE2QZ3aYJ5XVtFDN7rfcyd6YJyAYWZskI9rwM689wHO98leAno
f+28MMR7C2kuViWmWzSy5I2IFXhGE/pKrqMdH9N82dFysKG4sY8++8o6AOiIxC7K
5pnTvjaryZx7IyuIvWMwY2WlJiN5sWmYshJ5eZ3NRmKkVHBBltl3dqeCIlalPdZA
NTaEc2fEC7HMkQtRjYEDSSRSgoUr2nyKdckUy7GLkGwxQ6rql/twxy9MPLDaWStv
69zA8l0SbS97zayMkIitkaVVsTwQIaGSrX//qS7vjY+tsiortsfppNSdLS0anl9d
wERLSsylJWwqabOaba0azqi74FxqyWHtWUJKHphyDvHqFRao9xaKs58nIT+nl1TP
U8LSghhsq/lQ0W6cZwvFUET4JihU7U6z9f97XWb3ttiljvpNnYPMnSr27G3E8pgE
PLFbRlrHywiTv+m/itbe
=bwum
-END PGP SIGNATURE-


Accepted:
libxxf86dga-dev_1.1.3-1_amd64.deb
  to main/libx/libxxf86dga/libxxf86dga-dev_1.1.3-1_amd64.deb
libxxf86dga1-dbg_1.1.3-1_amd64.deb
  to main/libx/libxxf86dga/libxxf86dga1-dbg_1.1.3-1_amd64.deb
libxxf86dga1_1.1.3-1_amd64.deb
  to main/libx/libxxf86dga/libxxf86dga1_1.1.3-1_amd64.deb
libxxf86dga_1.1.3-1.diff.gz
  to main/libx/libxxf86dga/libxxf86dga_1.1.3-1.diff.gz
libxxf86dga_1.1.3-1.dsc
  to main/libx/libxxf86dga/libxxf86dga_1.1.3-1.dsc
libxxf86dga_1.1.3.orig.tar.gz
  to main/libx/libxxf86dga/libxxf86dga_1.1.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/e1soqij-zf...@franck.debian.org



Accepted gcc-4.7 4.7.0-6 (source all amd64)

2012-04-30 Thread Matthias Klose
 libraries (64 bit debug symbols)
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libgcc1- GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2- GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4- GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgo0 - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libitm1- GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug 
symbols)
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
Changes: 
 gcc-4.7 (4.7.0-6) unstable; urgency=low
 .
   * Update to SVN 20120430 (r186964) from the gcc-4_7-branch.
 - Fix PR target/53138.
   * Build Go on ARM.
   * Treat wheezy the same as sid in more places (Peter Green).
 Addresses: #670821.
Checksums-Sha1: 
 22170d0903af0ffe443bc72e934e824c9e9b3b52 7614 gcc-4.7_4.7.0-6.dsc
 8b63c790918ff276312364a491f96dd39f1508e3 5446774 gcc-4.7_4.7.0-6.diff.gz
 731307ac8f771c8d4c45451ee660a66a7346e213 70551982 
gcc-4.7-source_4.7.0-6_all.deb
 b328da1ce60781fd23dde575994b853bf5c3cc2c 4919038 
libstdc++6-4.7-doc_4.7.0-6_all.deb
 1bca94e2bd91b0691c252c9639614f26d43a4dba 2681396 
gcc-4.7-locales_4.7.0-6_all.deb
 3f16946d1084432832a077ef65fa5443848d0d9a 140046 gcc-4.7-base_4.7.0-6_amd64.deb
 152f548012ffb50f593b08c319826bfa0acac67c 43122 libgcc1_4.7.0-6_amd64.deb
 403e9b6f88cb8688d13b5e4f9a7e61d0756ec9ac 101300 libgcc1-dbg_4.7.0-6_amd64.deb
 852121dc9b41aa6e12b376aca7a42a734bfc7555 53158 lib32gcc1_4.7.0-6_amd64.deb
 702a0116de48925ec223de902066b4c22aa6ffc3 108144 lib32gcc1-dbg_4.7.0-6_amd64.deb
 fbe4913169a7518fd9eefbcb0dcdd527b1f6a445 125474 libquadmath0_4.7.0-6_amd64.deb
 f52ab1194509073d3792745d5b4619844db003d9 174792 
libquadmath0-dbg_4.7.0-6_amd64.deb
 eccb48a7afab7f06a1324d26bc8998b005c2819e 197686 
lib32quadmath0_4.7.0-6_amd64.deb
 f2e310be94bbed5b299568a7ad2c5258bb4644ca 213772 
lib32quadmath0-dbg_4.7.0-6_amd64.deb
 bc8e77ed301e61a5ed5e639049db77efa813a104 27542 libgomp1_4.7.0-6_amd64.deb
 ca9f01152dc6b87da9e41d4e4e9eefc55da147c7 79568 libgomp1-dbg_4.7.0-6_amd64.deb
 92eb3c647f7baed14225b89e82136d67904fedfa 29978 lib32gomp1_4.7.0-6_amd64.deb
 7c2df3cbb7f4d365ba7a7a57fd09f331784c0a5e 79662 lib32gomp1-dbg_4.7.0-6_amd64.deb
 8aec931d0cf509dc9d2362df2a09dc715f31beeb 36646 libitm1_4.7.0-6_amd64.deb
 d295457886640180bc05865f363edafb0183d2ae 287568

Accepted jackd2 1.9.8~dfsg.3+20120418gitf82ec715-6 (source amd64)

2012-04-30 Thread Adrian Knoth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:25:53 +0200
Source: jackd2
Binary: jackd2 libjack-jackd2-0 jackd2-firewire libjack-jackd2-dev
Architecture: source amd64
Version: 1.9.8~dfsg.3+20120418gitf82ec715-6
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Adrian Knoth a...@drcomp.erfurt.thur.de
Description: 
 jackd2 - JACK Audio Connection Kit (server and example clients)
 jackd2-firewire - JACK Audio Connection Kit (FFADO and FreeBoB backends)
 libjack-jackd2-0 - JACK Audio Connection Kit (libraries)
 libjack-jackd2-dev - JACK Audio Connection Kit (development files)
Closes: 670608
Changes: 
 jackd2 (1.9.8~dfsg.3+20120418gitf82ec715-6) unstable; urgency=low
 .
   * Bump compat to 9 for multiarch
   * Drop dh_buildinfo dependency
   * Mark libjack-jackd2-0 as multiarch (Closes: #670608)
Checksums-Sha1: 
 1da9a758349d7869785eea4230291d8aad6e80f4 2668 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.dsc
 c9b6d4bfe1f5188c16408312f32a101cef8ec75e 54243 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.debian.tar.gz
 92d1dbc664942c41fe329e829861275a21b61efe 719848 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 4cbd2cfbb855ee29b50e5084326726efe35d1103 210874 
libjack-jackd2-0_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 49651abc004ae5885a04f4aeb09485a43267173c 74170 
jackd2-firewire_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 f73e3089880ee197dbd9886ff0710a822ac683de 91840 
libjack-jackd2-dev_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
Checksums-Sha256: 
 75737c6762caedc908a47bdf046d1867034284542ca1cb664df32fad0b80ebd5 2668 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.dsc
 89dae1eae7c1144c8f4e8ccaaed3d6639456c4a064f871f6c46d166d517b3a49 54243 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.debian.tar.gz
 9be59d977eb47f9686c200a14b7543b033f260479c04517f9336b167415e3a78 719848 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 8241cb3dec02af1dd9b3dd393c8b2329eb5e3828716755d1b90ab4ab0ff0bff7 210874 
libjack-jackd2-0_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 077e727db843fa805691471488305470003ab867a5dbc0d8af92cb036173607d 74170 
jackd2-firewire_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 31bd8136d595ce394f9b28a23065a6319503e4618724302b50d7a52d779fb111 91840 
libjack-jackd2-dev_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
Files: 
 a8eedc8d4d3c95b4594c9feedc38a638 2668 sound optional 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.dsc
 0c10feb1e5c9cae6d34d690f8a77e6e8 54243 sound optional 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.debian.tar.gz
 04258c56d0809caffc9a30fd1f59b10f 719848 sound optional 
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 693975bec175efd16d8d2adcc1f6d5fc 210874 libs optional 
libjack-jackd2-0_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 bfd4dbf59e4509270da98c08f015d493 74170 sound optional 
jackd2-firewire_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
 b281b77b46c3ba5efa5164ee99d94051 91840 libdevel optional 
libjack-jackd2-dev_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb

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

iQIcBAEBCAAGBQJPnpViAAoJEI8ytEIvUhB/ol8P/1vKu0k8IkTkSQazKcfNLHgG
oyBOS0p71ULw1Q9M7Hvcpew5MSxqHxM7Pea2ox7kKYEClpub7bsay3GX3wHlBIYz
9uTTe/iMJovDxSmFsL23+t+usYDkxAom6ZlwIxZyWP/jlX3HTYZt1gmhtvW1jB1b
WbHkjZgJUjn1Fhny5ofN5S/52r1LNP2WoTVtnkgNx2WsmKzchC4vHbnDgf4tnV3e
I/gshkEl0BpRTyIFRt/X6a8K3Z4kDJ5bUFklIcTlm6v03sW4HtWVi2dXL1eVv/Wh
PXIHYCkMpnMdT02GEuVjD7jOAaBP1KZI0bTroQVFhSYtznb0eYC1mGZzxWVYhRxD
e563ImlBfurdTi527c+7zkeOuOT6PngfAVZ2tz+TkncyXqwHnnl7L2ITFSjZ6wk2
6h59piXc1nC83ohgQQSoFX1dLTVgTfN3DEdbcM5vDr2Ry6wPPVffVKusXCMbEGxa
qf2kRRA8Ao/IhH7io+aiQgK/aQ2iGliBixSF3ucQqt+2QdwrrVcu+NXMoBUP5s+o
pSmLLZXEgQfGc+r7L0L6SDnQU7TWCUb/7E8JzYSShNNuADtgMpg0Z/bk8/xJMD2p
er8ewt44a1XNexDOsiqUZZ9pnaAK1uNPD4yesUJ9s1U9jSFCjrNcwdutV3j3jWdE
R24DCv/oflHFBHyK3z5E
=T9/v
-END PGP SIGNATURE-


Accepted:
jackd2-firewire_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
  to main/j/jackd2/jackd2-firewire_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.debian.tar.gz
  to main/j/jackd2/jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.debian.tar.gz
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.dsc
  to main/j/jackd2/jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6.dsc
jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
  to main/j/jackd2/jackd2_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
libjack-jackd2-0_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
  to main/j/jackd2/libjack-jackd2-0_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
libjack-jackd2-dev_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb
  to 
main/j/jackd2/libjack-jackd2-dev_1.9.8~dfsg.3+20120418gitf82ec715-6_amd64.deb


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



Accepted libsysactivity 0.6.2-7 (source all amd64)

2012-04-30 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:33:30 +0200
Source: libsysactivity
Binary: libsysactivity1 libsysactivity-dev libsysactivity1-dbg 
libsysactivity-doc
Architecture: source amd64 all
Version: 0.6.2-7
Distribution: unstable
Urgency: low
Maintainer: Niels Thykier ni...@thykier.net
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 libsysactivity-dev - Retrieves statistics of the system's activity 
(development header
 libsysactivity-doc - Retrieves statistics of the system's activity 
(development doc)
 libsysactivity1 - Retrieves statistics of the system's activity
 libsysactivity1-dbg - Retrieves statistics of the system's activity (debug 
package)
Closes: 670192
Changes: 
 libsysactivity (0.6.2-7) unstable; urgency=low
 .
   * Restrict building to linux-any and kfreebsd-any as there
 is no Hurd port of this package.
   * Remove fflush call on input stream.  It is unneeded and
 in some cases it ends up corrupting the stream state.
 Thanks to Guillem Jover for the report and patch.
 (Closes: #670192)
Checksums-Sha1: 
 068c655cdec4cb743d044b7305547c49682f5086 2216 libsysactivity_0.6.2-7.dsc
 f73be14b4a8e862c7017a4bf4551deafbd099597 6478 
libsysactivity_0.6.2-7.debian.tar.gz
 2f6d062b90e5251baeafe2cb5051e1cddd0af629 17234 
libsysactivity1_0.6.2-7_amd64.deb
 7160b6f07a5ce0a20dde12955b6f62135f9b58e1 13372 
libsysactivity-dev_0.6.2-7_amd64.deb
 bf79aac09a1792b7ecf4f2de2eec5c8d86ef77f2 27080 
libsysactivity1-dbg_0.6.2-7_amd64.deb
 9fb93478e03f4095801e6d2c107ad45203216645 64330 
libsysactivity-doc_0.6.2-7_all.deb
Checksums-Sha256: 
 5ac4edde7e2352de1f844458e92961c67d5954bb94c878efb4c9bf2e6a66b7a9 2216 
libsysactivity_0.6.2-7.dsc
 f762a3b3245ccb4a8a9b2bb381a0ce8c6f73e1ad2e18dce78cda5c9941949e77 6478 
libsysactivity_0.6.2-7.debian.tar.gz
 ec981d1bee20a996effa9db3f322db71c3b4e8fd55f5554451ba4003240abe08 17234 
libsysactivity1_0.6.2-7_amd64.deb
 d588faf4e014669946ac0173ae78a8558bc071d4697b9ebacb5bfa167b9f8437 13372 
libsysactivity-dev_0.6.2-7_amd64.deb
 a5db6a43328f6b2bc5738cc95ad0aad7575675154f3bd28f44b29466e4efdb6a 27080 
libsysactivity1-dbg_0.6.2-7_amd64.deb
 7dbdf4bedf6a77fe0c4c90655cc9810b2f8f3b774364c9951c714feb6324835a 64330 
libsysactivity-doc_0.6.2-7_all.deb
Files: 
 d62d2d7a0b49c9305d00b5eabb2c927b 2216 libs optional libsysactivity_0.6.2-7.dsc
 f29de7907561f198264dd2ad902ded3f 6478 libs optional 
libsysactivity_0.6.2-7.debian.tar.gz
 542657ec4c8640851f5170352ab9b2c1 17234 libs optional 
libsysactivity1_0.6.2-7_amd64.deb
 b3a9215b535ebc9cec737a1a2fb33d38 13372 libdevel optional 
libsysactivity-dev_0.6.2-7_amd64.deb
 0ead8e116e7a5b0b2eb9aa910682db87 27080 debug extra 
libsysactivity1-dbg_0.6.2-7_amd64.deb
 a0a0620efc6c9252672e45ae7e556e16 64330 doc optional 
libsysactivity-doc_0.6.2-7_all.deb

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

iQIcBAEBCAAGBQJPnpVwAAoJEAVLu599gGRCI/sQAJ+7y5/5F05xRlm11E1/sTfk
7Fd4jUSNUGjMMTeltK7HlK83g6ahnPT8oNYbt0DdqCqj4g3pDjrzFs4PmBdgMAYO
7fH+YydTZQn6DFRwB2XZ/f1itH9C+iZVpMRYV45j686/HQwlhyEQsXnSsabeohPm
loMLBq/OJE5xu4HwwPrcXMCwtEKrfccDvKrTBfaKHS+AvaZlyzviTVQpBVDNmh3U
ShTUb80qC2fH9boGff5gEtuE4HEyeh1VFSONjfGdPH388vihaQyU1yC9Km8iPpkm
mWlWS341LJBEqyV01Iin/uS/JY1jeH1TNbqD5esiLt1dwfRAh9YR4qMQ/OPTEPoJ
eqdpCXyd7EVnxwQ6XmIcUevl/wJMEXxglhEcI/N3cPC/17x37WvvCOWotvwXwIvw
+ZEhUIUgBNq8VAgTVyjx1cVzfTjR3yc0LgzZSE0qIqO/3fpWko7AbUJd5+1ZAzEC
9hnYfnvd4iG05/L3KTcoFrhNbzhnNigdGP0iwTqgGUWVeCXsxGfWL6sEXVKj4262
soELpKk1mqhg5wrdGGkUJnRQe1HcI9001goHVgAsbf0syHOZKH2a/3WzqthLQgn7
q5TtQoLXEi1EOIE+yyVjSEhDSt5q4+cas752yLi69CqpoBvcjUbasnak5YhSwopL
rRWky8wtSf9TzsuAwHIe
=gjVc
-END PGP SIGNATURE-


Accepted:
libsysactivity-dev_0.6.2-7_amd64.deb
  to main/libs/libsysactivity/libsysactivity-dev_0.6.2-7_amd64.deb
libsysactivity-doc_0.6.2-7_all.deb
  to main/libs/libsysactivity/libsysactivity-doc_0.6.2-7_all.deb
libsysactivity1-dbg_0.6.2-7_amd64.deb
  to main/libs/libsysactivity/libsysactivity1-dbg_0.6.2-7_amd64.deb
libsysactivity1_0.6.2-7_amd64.deb
  to main/libs/libsysactivity/libsysactivity1_0.6.2-7_amd64.deb
libsysactivity_0.6.2-7.debian.tar.gz
  to main/libs/libsysactivity/libsysactivity_0.6.2-7.debian.tar.gz
libsysactivity_0.6.2-7.dsc
  to main/libs/libsysactivity/libsysactivity_0.6.2-7.dsc


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



Accepted libxxf86vm 1:1.1.2-1 (source amd64)

2012-04-30 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:27:46 +0200
Source: libxxf86vm
Binary: libxxf86vm1 libxxf86vm1-dbg libxxf86vm-dev
Architecture: source amd64
Version: 1:1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxxf86vm-dev - X11 XFree86 video mode extension library (development headers)
 libxxf86vm1 - X11 XFree86 video mode extension library
 libxxf86vm1-dbg - X11 XFree86 video mode extension library (debug package)
Changes: 
 libxxf86vm (1:1.1.2-1) unstable; urgency=low
 .
   [ Robert Hooker ]
   * New upstream release.
Checksums-Sha1: 
 3c1da81da25dfe5bce8f530c50112f53f5ef3cf3 2100 libxxf86vm_1.1.2-1.dsc
 842f5d837c100e2ac8cb35feb13185cc5fb67bea 346676 libxxf86vm_1.1.2.orig.tar.gz
 29af2578f26007abfe02f7f0349431480d958199 4791 libxxf86vm_1.1.2-1.diff.gz
 7fcc5b9cb33361ebe8fafe4ccb779f1da39c7384 19030 libxxf86vm1_1.1.2-1_amd64.deb
 2dac0825a637d7daf30dc63bafebbb34b836e16c 35558 
libxxf86vm1-dbg_1.1.2-1_amd64.deb
 7054033ed3a559bed4d991823dabb9b4c6230307 23490 libxxf86vm-dev_1.1.2-1_amd64.deb
Checksums-Sha256: 
 f148ee0e4685b601e5cecd62df95cee1e2c33a99ac2633f29c97485a8c2b89b2 2100 
libxxf86vm_1.1.2-1.dsc
 a19c1e743a21da2c7243b47354afd911f0dbb79d6ac8fe560da1846863c181f6 346676 
libxxf86vm_1.1.2.orig.tar.gz
 6072fbfae13fbe0f0c33dd30b662b24ea722f7aa49aac7ab41731fe024b96059 4791 
libxxf86vm_1.1.2-1.diff.gz
 31dcfd2cc0e3e82153e10e0a87fe918352a75524b9948d1125658f246e750155 19030 
libxxf86vm1_1.1.2-1_amd64.deb
 5bcf785f41233ca983ebfb0ec8dfb0c6e451894425af9aadcad0f338c47d4995 35558 
libxxf86vm1-dbg_1.1.2-1_amd64.deb
 9b14e9a4bebedd45b67d303deb3515412cd2f94545056ef305780f90da49e76e 23490 
libxxf86vm-dev_1.1.2-1_amd64.deb
Files: 
 cf654847c5997923c1881a6583ea673c 2100 x11 optional libxxf86vm_1.1.2-1.dsc
 84d26e26c07f8cbcb5f447590df5b5c3 346676 x11 optional 
libxxf86vm_1.1.2.orig.tar.gz
 8dd7f5ea4f771a4da48ba7ca6653af35 4791 x11 optional libxxf86vm_1.1.2-1.diff.gz
 2e76dfd694bda8ed52311e14231c872a 19030 libs optional 
libxxf86vm1_1.1.2-1_amd64.deb
 7c0289ff6a1ef313746790fff46e4ac4 35558 debug extra 
libxxf86vm1-dbg_1.1.2-1_amd64.deb
 3d1a87273969fcbfbecfee7e76ea19e9 23490 libdevel optional 
libxxf86vm-dev_1.1.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPnpRFAAoJEDEBgAUJBeQMnwUP/jHm6Ktehmh9vya2FeIld0QX
aUD+NXGi9P9zv2bLXXayLZIIvW8lP4xq9hq6QWd21Fhj1D4MzNeCKE5lWuv01UfJ
O37AguC0+ExDekdU4JAdOTESCzxJ7/Yxi1yeWMPl0mTks/o4kSCMXrJ98qGsxhd3
qsxWXg8L49Vl19WFeuMWW/RY75x62bDxoORtsFxdWjdAaFDfuSi9WwW7XzBLTv+B
6iqFwQfMD6gANnI6J3llkeg4QJYKMiEv8Iw44AfkBnwaCGqLWHTwQxEdlIq3bF/J
Mvny57VT2JA5wPz4c6Oj/dTBjtseTueTJLq4eiFtUxx+P2Tz0z18rcUrRFFhHZG1
XhUTcqQos/c95BgbSQefWpTpbtk0Aa9KsIU4YeQTm/nFfPf33SlX1zY8tYfEEcGd
f/v9ZXMIJMqmvHrC112nY9KVLq5h5+amLXLR5A6qdv3PW94zrqaIO+ZJW3XAvj4G
o2zmvebEHVBkhSP7ahUmLO3tHDaxtCj6sRaPbPwLzEGsHD7NyYi8iNlDMDMbKhM8
Di+6Tma+zJc3t0hUcUWQjI8aMSe8z3kt5XAkUrgWVO/UpVTsqIS09+hAtcEsPyqj
/+rZP3pPM9ZNFMAE/o3QAKATroiBOwwoGr3+BS/ujbazl/rn+BqVldsJ2sC1DtrW
olRumI5l1+tXQm4DRYnK
=nxIn
-END PGP SIGNATURE-


Accepted:
libxxf86vm-dev_1.1.2-1_amd64.deb
  to main/libx/libxxf86vm/libxxf86vm-dev_1.1.2-1_amd64.deb
libxxf86vm1-dbg_1.1.2-1_amd64.deb
  to main/libx/libxxf86vm/libxxf86vm1-dbg_1.1.2-1_amd64.deb
libxxf86vm1_1.1.2-1_amd64.deb
  to main/libx/libxxf86vm/libxxf86vm1_1.1.2-1_amd64.deb
libxxf86vm_1.1.2-1.diff.gz
  to main/libx/libxxf86vm/libxxf86vm_1.1.2-1.diff.gz
libxxf86vm_1.1.2-1.dsc
  to main/libx/libxxf86vm/libxxf86vm_1.1.2-1.dsc
libxxf86vm_1.1.2.orig.tar.gz
  to main/libx/libxxf86vm/libxxf86vm_1.1.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/e1soqzv-0003mq...@franck.debian.org



Accepted unworkable 0.53-2 (source amd64)

2012-04-30 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 15:03:59 +0200
Source: unworkable
Binary: unworkable
Architecture: source amd64
Version: 0.53-2
Distribution: unstable
Urgency: low
Maintainer: Michael Stapelberg stapelb...@debian.org
Changed-By: Michael Stapelberg stapelb...@debian.org
Description: 
 unworkable - efficient, simple and secure bittorrent client
Closes: 670723
Changes: 
 unworkable (0.53-2) unstable; urgency=low
 .
   * Update Homepage address (Closes: #670723)
   * Email change: Michael Stapelberg - stapelb...@debian.org
   * Switch source format to 3.0 (quilt)
   * Add debian/watch
   * Add build-arch, build-indep
   * Bump standards version to 3.9.3
   * Convert debian/changelog to machine-readable copyright specification
Checksums-Sha1: 
 aaaf2d309426b38c73b3245044a033db21ae250f 1757 unworkable_0.53-2.dsc
 7e0da761fb10c6f21c8438c16746d83c5d44ec4d 2657 unworkable_0.53-2.debian.tar.gz
 c722aa0f86b06671a19fd7f471a7dc2950b22a9d 40218 unworkable_0.53-2_amd64.deb
Checksums-Sha256: 
 1a7799a27bbd1d89f6a35ddb6fcec6a48f5e8dd8197cd76667b042bdae34c35a 1757 
unworkable_0.53-2.dsc
 aba058549649887b0840096abb4c54d6dc9fbe95bdefd2dde24c6b731a535ee4 2657 
unworkable_0.53-2.debian.tar.gz
 229a645fd1a2a99dff87c142d5385320f858453fc6f008f1c2c3f2e6dc1950da 40218 
unworkable_0.53-2_amd64.deb
Files: 
 93be4cd1b5085d388827f38ce898b4cd 1757 net optional unworkable_0.53-2.dsc
 3c3ec803a342c2cd3cacf5dcf408e26d 2657 net optional 
unworkable_0.53-2.debian.tar.gz
 45bc26f952140aea4cd8df9ad98ccba8 40218 net optional unworkable_0.53-2_amd64.deb

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

iQIcBAEBCAAGBQJPnpTeAAoJEE5xYO1KyO4dWYEP/Rvv7uyHz0JUu8EJSbwi5na7
VpXAOgMnFLhqachq2plFniPCZQtrblrQxZ+tkh7ohNl+sPLSt0fQ8WHIYv9BPbOy
xRyWy5reH4pSCt487zOLmWzEP2kjYMtK4JzlYzt87XWz9DcOesggYTGTH6bYa/Ip
lBNUKcgrrHaJIFJ5qeS885BodWACKOkSNbQs4EDl57KMWGEScinxALINt6P3k2+k
8ht3i18iCBohRRpRATVS8BaL2LsVEbpBYQ+yfePzy5kZgVLzAzX2HTjFrrafcReH
Rkv0eDSWXvdneSTCX/GoOetQo7K1OAwYlmuPku4xykk4i5xDdk7U4a0RVYtjJEUA
GGxOk+UScUTiSTfsk4E49GwPIFpx9H3u8B1S7mJQYZB0bA1TZwQ/RnddpyJE43sh
QDVFdNX1oAox5XgErVqhTdOHFEFB0t+lxdD5U8FXVGyuqyeGSVlf7Dei8Z4echQ1
+0kJbJ763I6hYDIA7ydBA0txmUQcO5ukeOn3Qfa+zRJ65r2stsOuJvve/qUbTZRs
Hg7xQt7t5b86zHUlJtxxThOg9F6LJJ8StrNTCzTPKvkkKaDDXnke/REegAenmRlF
4v+vf7D9lC19UhBsK9H3sc3bsNax9abJVxsumDacbx7LAeVxUKxM+NfvEh9YkmY0
wSLowPGwByoaU/2IODm7
=BocZ
-END PGP SIGNATURE-


Accepted:
unworkable_0.53-2.debian.tar.gz
  to main/u/unworkable/unworkable_0.53-2.debian.tar.gz
unworkable_0.53-2.dsc
  to main/u/unworkable/unworkable_0.53-2.dsc
unworkable_0.53-2_amd64.deb
  to main/u/unworkable/unworkable_0.53-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/e1soqzl-0003rg...@franck.debian.org



Accepted libfuse-perl 0.15.1-2 (source amd64)

2012-04-30 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 14:21:00 +0200
Source: libfuse-perl
Binary: libfuse-perl
Architecture: source amd64
Version: 0.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libfuse-perl - Perl bindings for FUSE (Filesystems in USErland
Closes: 670808
Changes: 
 libfuse-perl (0.15.1-2) unstable; urgency=low
 .
   * Team upload.
   * Add fix-FTBFS-on-kfreebsd.patch patch.
 Fix FTBFS on Debian GNU/kFreeBSD architecture: error: 'struct stat' has
 no member named 'st_ctimespec'. (Closes: #670808)
Checksums-Sha1: 
 f96f8b558c37a696e1fb9571fed6dae55b46f6e6 2074 libfuse-perl_0.15.1-2.dsc
 e0cd68b1055e580c4f0305d1661c30de8464f5df 3572 
libfuse-perl_0.15.1-2.debian.tar.gz
 760596966620448d842072af0f8229f3bec24dba 56682 libfuse-perl_0.15.1-2_amd64.deb
Checksums-Sha256: 
 bb07d64f7d8a18dceab4a29f0d0f6aff8494f13a9c298efd856bbad7c5753459 2074 
libfuse-perl_0.15.1-2.dsc
 13093c661d81bae2dc9aa0e6acb4348340f292e39c9ffe316af27ce327e3dc61 3572 
libfuse-perl_0.15.1-2.debian.tar.gz
 738336423b9af560e9f23f970ed0114ad010bb23186b5cfdbdf10ccb2822ff1b 56682 
libfuse-perl_0.15.1-2_amd64.deb
Files: 
 e7762bbda13a62ca7ecc7857011f5e4f 2074 perl optional libfuse-perl_0.15.1-2.dsc
 f4ab7374dc4bcd6f3cf5cb138a53b3b1 3572 perl optional 
libfuse-perl_0.15.1-2.debian.tar.gz
 19b615dd4a519566ad86b45cd7faa2a2 56682 perl optional 
libfuse-perl_0.15.1-2_amd64.deb

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

iQIcBAEBCAAGBQJPnp3GAAoJEHidbwV/2GP+mxEP/3pHAVXofrqgVGUcOY47Moe4
/qTUpk6vuFUAVaElpCIVmRTxnhTOMvahCQ2nRYRHe82dAI0b1dk1Vut9SAoCNOYC
a5gsYUAyKz+9A6qDmr07P5fwNOhivBDFFdtBH5KhrHzTXYi4uxL1z3BI2qCMBl2b
H30nv8ezZpMYudanyxsLc8iELk/QCot8EDNAa0kL3QXBqilnKxYpeonP4Wmji6QU
qIzi2p8RZA0sX0wA6Ik2Jep0ZEb19I9ig96gALdd6w568+QRbO7N91HnT06bmZFr
LTjEgg/d8UdThBCTz/V8l8lQ9ftN400SL5VdUy+i8/opvXIKF2Uv/3x+XLS9gXFN
luDXVV/DKjW+CSKpkpUuo3aAB+iCrb8f+fTh2ZXA1sQLcVDGUZbmF+tPygv7384G
OwZIrEcpEer+RIR6ZQdP94kqyBslR2wk6I62gtvh0OY32tOH0mK6YLt0O5/dTI6S
dT9Q+MsSgTz/LGCXz3BFfBjvGkQMjfrex3OdrShLDV5muMqB/ZJLJ2Ez6hzdeTyk
J5Q7tNbgQAD470fTpoQlqusB1rbxlaWCKxk5Bj2nKgvv1im2f58xRQYh9YcCDAUM
6G0nIiAKGC1boAVE7LTSrdv7D8toMEHmoONRfygIX0Qj6O6kvm8SbGeqMGWBBQRM
CNZH1m30cQr+8ubmfukY
=v+rC
-END PGP SIGNATURE-


Accepted:
libfuse-perl_0.15.1-2.debian.tar.gz
  to main/libf/libfuse-perl/libfuse-perl_0.15.1-2.debian.tar.gz
libfuse-perl_0.15.1-2.dsc
  to main/libf/libfuse-perl/libfuse-perl_0.15.1-2.dsc
libfuse-perl_0.15.1-2_amd64.deb
  to main/libf/libfuse-perl/libfuse-perl_0.15.1-2_amd64.deb


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



Accepted x11-apps 7.7~1 (source amd64)

2012-04-30 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 16:35:36 +0200
Source: x11-apps
Binary: x11-apps
Architecture: source amd64
Version: 7.7~1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11-apps   - X applications
Changes: 
 x11-apps (7.7~1) unstable; urgency=low
 .
   [ Robert Hooker ]
   * Fix recommends. Previously it was recommending xbitmap which didn't
 exist, the package is xbitmaps.
   * oclock 1.0.3
   * x11perf 1.5.4
   * xclipboard 1.1.2
   * xclock 1.0.6
   * xwd 1.0.5
   * bitmap 1.0.6
   * xcursorgen 1.0.5
   * xload 1.1.1
   * xlogo 1.0.4
   * xwud 1.0.4
   * Drop oclock-ftbfs.diff, upstream.
 .
   [ Julien Cristau ]
   * Update build-dep list and comments.
   * Drop dh_testroot from debian/rules clean.
Checksums-Sha1: 
 10ef6fa72a3e9608f5780522a2965375ec15dab8 1927 x11-apps_7.7~1.dsc
 e1348fa3777d5baee0f1077ef11c592d945a0fed 3902265 x11-apps_7.7~1.tar.gz
 9381ede764bfe8ffa4f0c78553ec8b1d543f8b1b 736080 x11-apps_7.7~1_amd64.deb
Checksums-Sha256: 
 d2b0fcd12489bc7af4d54f382212d54a52e7a00a5808e279af821d028b7de697 1927 
x11-apps_7.7~1.dsc
 60bf0df1026fed735b46bb8ae2bfdd4f4d6b0c280db63151c87694fc96618f5e 3902265 
x11-apps_7.7~1.tar.gz
 80e3664c5ded065c0a08ac135285d27693ad7d836c7a8d9a5190907a0bed0710 736080 
x11-apps_7.7~1_amd64.deb
Files: 
 2701d0d176b357eb6fc1668b08651af6 1927 x11 optional x11-apps_7.7~1.dsc
 0ef63e088bb8e4f5de35db1745e7967b 3902265 x11 optional x11-apps_7.7~1.tar.gz
 b5f92d325bd5db813568fb0e69e837cf 736080 x11 optional x11-apps_7.7~1_amd64.deb

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

iQIcBAEBCAAGBQJPnqROAAoJEDEBgAUJBeQMFGwP/iHXBl/05NnHoZ5vehlFhR7I
O2l4xvPSzuhcZC8WPKRQs2Nt7bLFGcYn6vRVqvLSCtCumrytkOu7BE2LX7jF0KzJ
YX1HDaA/0v4cyTyHv238lZOn78rU8vLPoyqnUKVvCcVm5CVmnbVmR5cEsD+3To7A
WNU+CLZ391O6SlEJSCZSOSPfiU3BKY/ND7/w0bGtVa8AanOAMPug9v8QbE6ow9Bi
ihMTVqALjsXPD4KxprD+F6R4jMa+E8hXOpZ2ZttvzyRRCtZKUmSGvce+aE21Lzdy
XFN/rxxQLOBqQyPG0gVTo5n619+MCa/fSzL51MwBmPwyWbxkm1F53sCT2CTnAe3o
YGhWTr5Zghdn0P6sU13MYhPd/KGRQvfn5DJXM0KsXih4WpUhGuRjazJogoKi6iQp
hSgNCyWPp4zfDaEyexHHmIxNgxwyoJAyRQHdmtrzgdMDxb9HjYUalCguQsq5GhUH
Td8up5weOs96TLzbdJ6SOeB9yuwP2Mne26GWdgaOxsUX9SUmUQgNPPjg15LW3Ti7
Gtk+PCLo3QEeAbDZSmnbvL+Cv/5BYylSFg857Z11LCJa6VXljgDnBw4+sl0vVQb5
8QAjkG9ziE4ix6VdJiW7C6ezxcBjm87xc2VXL+Xi/+tiH0JkLIIBK7kcIzIRCbQ5
DPSz76nD7R0eLPbhokrq
=lLb5
-END PGP SIGNATURE-


Accepted:
x11-apps_7.7~1.dsc
  to main/x/x11-apps/x11-apps_7.7~1.dsc
x11-apps_7.7~1.tar.gz
  to main/x/x11-apps/x11-apps_7.7~1.tar.gz
x11-apps_7.7~1_amd64.deb
  to main/x/x11-apps/x11-apps_7.7~1_amd64.deb


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



Accepted anjuta 2:3.4.1-1 (source all amd64)

2012-04-30 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 16:39:08 +0200
Source: anjuta
Binary: anjuta anjuta-common libanjuta-3-0 libanjuta-dev anjuta-dbg 
gir1.2-anjuta-3.0
Architecture: source all amd64
Version: 2:3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 anjuta - GNOME development IDE, for C/C++
 anjuta-common - GNOME development IDE, for C/C++ - data files
 anjuta-dbg - GNOME development IDE, for C/C++ - debug files
 gir1.2-anjuta-3.0 - GObject introspection data for the Anjuta libraries
 libanjuta-3-0 - GNOME development IDE, for C/C++ - shared libraries
 libanjuta-dev - GNOME development IDE, for C/C++ - development files
Changes: 
 anjuta (2:3.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Suggest gjs which is used when creating a JavaScript based project.
Checksums-Sha1: 
 00cb21793eb4e4e422d43e9118d27890f3dfce91 2932 anjuta_3.4.1-1.dsc
 4d3a30ab389609e51bf7ccc12bc90a276269fbe8 6151140 anjuta_3.4.1.orig.tar.xz
 b986999254914f65da7ecec369da9856ed4e1b74 16047 anjuta_3.4.1-1.debian.tar.gz
 6aa69ade8a14df27d70c01b77d36af5191b954f8 6152260 anjuta-common_3.4.1-1_all.deb
 27527642975d5dfed1e98446b9fe5d9e951607b1 1937354 anjuta_3.4.1-1_amd64.deb
 3b325609e1b4828e31c346c82c8e8c37037033b2 604706 libanjuta-3-0_3.4.1-1_amd64.deb
 eb6acbec110a84b94b08262b529fbd074f1d95bc 765470 libanjuta-dev_3.4.1-1_amd64.deb
 f2416ebdfddb07fd0bad195292c196a418de25a0 4326956 anjuta-dbg_3.4.1-1_amd64.deb
 624112f7d4808e83123740a7ce749c9735349ced 396416 
gir1.2-anjuta-3.0_3.4.1-1_amd64.deb
Checksums-Sha256: 
 4977d4d4af48182ed3fb1e37022dfa228a9321c0eabe0e3c606690506e29 2932 
anjuta_3.4.1-1.dsc
 92edd96d7b7df178405cd229ff72d284c5499ad4496702f4efac7178e2d84369 6151140 
anjuta_3.4.1.orig.tar.xz
 eea7507548d517e47da44a35aaedaad50169385de8ae542c11748887ccc327a4 16047 
anjuta_3.4.1-1.debian.tar.gz
 cb71b1eaf58ebfcafeb35a1b03c4b65bce8829795270f5f94e20ced4cdc039e5 6152260 
anjuta-common_3.4.1-1_all.deb
 85efb17e560ca7e88e21441560b03beda7024925d4b88d1559c7dbf87ecd878f 1937354 
anjuta_3.4.1-1_amd64.deb
 bf84e9893f6114680f1646f81114f75721d7001213430023ce902e3707af1dde 604706 
libanjuta-3-0_3.4.1-1_amd64.deb
 ed8c0fe1216838ec1d375284db177a5d9a136016db9b52f06328a0ecea57abdc 765470 
libanjuta-dev_3.4.1-1_amd64.deb
 6e76ca5b2dd1b431039ad2f180962c75562694017b2b0670835eadc4fc4c2a23 4326956 
anjuta-dbg_3.4.1-1_amd64.deb
 979a792915001dbdb7d7dd741b2b6a252fab9a7dc93d4e25e76be0dc754022ef 396416 
gir1.2-anjuta-3.0_3.4.1-1_amd64.deb
Files: 
 03e7f3c6db5bc91e1c936380080001b0 2932 gnome optional anjuta_3.4.1-1.dsc
 e22c99823fedfe2b397c2f025f279c8f 6151140 gnome optional 
anjuta_3.4.1.orig.tar.xz
 8400b93c4a5d646e750b4d9268c7cdf0 16047 gnome optional 
anjuta_3.4.1-1.debian.tar.gz
 38295bd76d05d6f58c7eefdf044d572a 6152260 devel optional 
anjuta-common_3.4.1-1_all.deb
 96a944fb6ba518e4ddc67323ca3bcb39 1937354 gnome optional 
anjuta_3.4.1-1_amd64.deb
 5d7a39c1e7da2ea05f52148283ec5b17 604706 libs optional 
libanjuta-3-0_3.4.1-1_amd64.deb
 782412a5289c8dd5f70a4f8823ac0bc3 765470 libdevel optional 
libanjuta-dev_3.4.1-1_amd64.deb
 d5b8f6e5e2be2ea236438695c0eaa79b 4326956 debug extra 
anjuta-dbg_3.4.1-1_amd64.deb
 616c39e49b8e2808f86a0432e3ea677a 396416 introspection optional 
gir1.2-anjuta-3.0_3.4.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPnqYCAAoJEGrh3w1gjyLcNQUQAIF7hNrlQ1jLIm+81DF2KNKf
HeA6gAtP8oy2fgsoxR/hbIg3oxrL8hlORPG/0ManV9Gyatu2pzC8XqlyqDk5W/Rx
eDeLWBVOwVe9AW/4csEkU/ZlBbajGeLDyt9DW2S1hHipAG/IcpPqmpaG8+5xeLTb
yg5rd0NmudjuJjRvPfNTh+M55B00oHaWuAcyiH4ulxMdS75zJbB3p6ZmULNnQxD+
1YBssGswu+2eYYl16y2cFfKOJ6n/t6Qnu8S6xSkJ5wkvIqbRXCdi2hXmXKY7WKoQ
MOhBQDjMR8MQWE4c1kYOFLNQKqQLNqmQq1LDTZDfpS/gT/tqskhD0y7cBKnI36+J
uglmZAlxz7S3r/OLsZhI7lABFASAhBPvGU3ERNmdW+ZR3eMGMSbpJeT/QlJF9lUu
EHPeute/zMI/yrwq6XwVuPAvHNbzHebQQ2WZxOr9T06GsrB3LTEtj2ezzSBnB/4C
qTPPjCigEI4/FgLKbiE/IlpnoRSHK+mdLubz9LeI4Lts9JcPdsQjyDHZuDiaXYaR
Sirp59cx0k8p2z9iZKWCQ/8YD8+u4az0pPpYg2UEQPljsMeUN7T2qDnVwxpwyarZ
hxS2BKnnNfz2VDWb4kiH6N+OIFkF2xDgYCZzlivSVsIkKb75oVznuIxPkF0Z0Ak6
KjWwtVd6QQAwHeTsQYNY
=FSiv
-END PGP SIGNATURE-


Accepted:
anjuta-common_3.4.1-1_all.deb
  to main/a/anjuta/anjuta-common_3.4.1-1_all.deb
anjuta-dbg_3.4.1-1_amd64.deb
  to main/a/anjuta/anjuta-dbg_3.4.1-1_amd64.deb
anjuta_3.4.1-1.debian.tar.gz
  to main/a/anjuta/anjuta_3.4.1-1.debian.tar.gz
anjuta_3.4.1-1.dsc
  to main/a/anjuta/anjuta_3.4.1-1.dsc
anjuta_3.4.1-1_amd64.deb
  to main/a/anjuta/anjuta_3.4.1-1_amd64.deb
anjuta_3.4.1.orig.tar.xz
  to main/a/anjuta/anjuta_3.4.1.orig.tar.xz
gir1.2-anjuta-3.0_3.4.1-1_amd64.deb
  to main/a/anjuta/gir1.2-anjuta-3.0_3.4.1-1_amd64.deb
libanjuta-3-0_3.4.1-1_amd64.deb
  to main/a/anjuta/libanjuta-3-0_3.4.1-1_amd64.deb
libanjuta-dev_3.4.1-1_amd64.deb
  to main/a/anjuta/libanjuta-dev_3.4.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted gnome-contacts 3.4.1-1 (source amd64)

2012-04-30 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 16:59:24 +0200
Source: gnome-contacts
Binary: gnome-contacts
Architecture: source amd64
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-contacts - Contacts manager for GNOME
Changes: 
 gnome-contacts (3.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Build-Depends on libgtk-3-dev to (= 3.4.0).
Checksums-Sha1: 
 39c98e1afca50c38d08ae398938e065df49ec394 2403 gnome-contacts_3.4.1-1.dsc
 4782fe1bec23d691d7c3e940d31eaca221f22c9c 592392 
gnome-contacts_3.4.1.orig.tar.xz
 cfa4b6b3b6cd104bae0679df813b426bf1303515 2406 
gnome-contacts_3.4.1-1.debian.tar.gz
 ce0b15da7f5cbd2fcc57caed86054a82d12c3b4a 342110 
gnome-contacts_3.4.1-1_amd64.deb
Checksums-Sha256: 
 c41f0bcee8f3ef573fb611e8652d2f89c516e4103f819efe6acea80ebfb6c216 2403 
gnome-contacts_3.4.1-1.dsc
 673614fe6cd5f986132819eeb21d67c40af336ffd2c4ca4c3e99365114f13523 592392 
gnome-contacts_3.4.1.orig.tar.xz
 e829aa4675c7109d9ed42dbc885785e255be16a4c682bec67a316939f2cd67d8 2406 
gnome-contacts_3.4.1-1.debian.tar.gz
 49348e7290f84abb0625b536f57aef83af219c68a5fe5704040d6d50c653691c 342110 
gnome-contacts_3.4.1-1_amd64.deb
Files: 
 e6d09b873065f7c84a9a35fb3eab5876 2403 gnome optional gnome-contacts_3.4.1-1.dsc
 e5eb42a24316d247405fd42e872f88ae 592392 gnome optional 
gnome-contacts_3.4.1.orig.tar.xz
 9cdcc112e08c94ceb994f7eab21f933c 2406 gnome optional 
gnome-contacts_3.4.1-1.debian.tar.gz
 22d316d85d563182eb3b76a135c4c770 342110 gnome optional 
gnome-contacts_3.4.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPnqlgAAoJEGrh3w1gjyLcp2MP/RWK+4fxvBV4kPhMbbog7J4R
0JOhTWdHvGpRSZRh+a+0WGRCIy9LuNTWwqD3XK7mKte1YieLAmTgjroOKFLJxTwo
lAgcdpqHxNMrv7DN0Vl/UdDPBXa8RtsVROjAk0Cp5HbFCLkQNA62NXDXMkYqdCj2
YWrj5jPCcRx1aL9Ya4qUzbJ3ZkpNx+eqihHUt0mP6iwT0FCfEuPXliofZlkmnYa7
p7khkcuKNwGCldwS8ra1XIGv6DI8dJUEyluXH5/bmPWKU307I+ussZuKfVC7CDow
9KhSn5J6zR+wNdeR0CRsrw3Rvm+r10sSBoFQgtM4ytOayqRLZCY37CyC5GCp0RF9
DdYXp8aX3+cjImgELETEtf2jMi0J0oCsKQssTCa0RVcJItC82N2F64oB3EFfNTuz
QJrpmqmWqO6I3Fe3Oa08/mex3AbX20WcxKiJSkJ6ArRd/oMUAGt4NkMPS9St5cws
DjN8RB0uCK7Yu/NdokS7S8i7JUokQaR1TIUszzHN7TcaANkhVwqJsIHEqoF5kaah
bsqwp8vZ2OKyCiBhHR/no7oztfWJTW3is/cBLG9x2TGqqZlFSEwGvi6ZDsHzi7L+
vqoqZGOCOPJCbjcF5JHyYfktRGXIhjpnYZSoP7ihZCPt7BR9KhohDY06LP+viaZF
yNSj8DfaxBo5ibAQtw91
=qI+N
-END PGP SIGNATURE-


Accepted:
gnome-contacts_3.4.1-1.debian.tar.gz
  to main/g/gnome-contacts/gnome-contacts_3.4.1-1.debian.tar.gz
gnome-contacts_3.4.1-1.dsc
  to main/g/gnome-contacts/gnome-contacts_3.4.1-1.dsc
gnome-contacts_3.4.1-1_amd64.deb
  to main/g/gnome-contacts/gnome-contacts_3.4.1-1_amd64.deb
gnome-contacts_3.4.1.orig.tar.xz
  to main/g/gnome-contacts/gnome-contacts_3.4.1.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/e1sosmv-fb...@franck.debian.org



Accepted pulseaudio 1.1-3.2 (source amd64)

2012-04-30 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Apr 2012 12:33:21 +0200
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg 
pulseaudio-esound-compat pulseaudio-esound-compat-dbg 
pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg 
pulseaudio-module-jack pulseaudio-module-jack-dbg pulseaudio-module-lirc 
pulseaudio-module-lirc-dbg pulseaudio-module-gconf pulseaudio-module-gconf-dbg 
pulseaudio-module-raop pulseaudio-module-raop-dbg pulseaudio-module-bluetooth 
pulseaudio-module-bluetooth-dbg pulseaudio-module-x11 pulseaudio-module-x11-dbg 
libpulse0 libpulse0-dbg libpulse-mainloop-glib0 libpulse-mainloop-glib0-dbg 
libpulse-dev
Architecture: source amd64
Version: 1.1-3.2
Distribution: unstable
Urgency: low
Maintainer: Pulseaudio maintenance team 
pkg-pulseaudio-de...@lists.alioth.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libpulse-dev - PulseAudio client development headers and libraries
 libpulse-mainloop-glib0 - PulseAudio client libraries (glib support)
 libpulse-mainloop-glib0-dbg - PulseAudio client libraries (glib support) 
debugging symbols
 libpulse0  - PulseAudio client libraries
 libpulse0-dbg - PulseAudio client libraries detached debugging symbols
 pulseaudio - PulseAudio sound server
 pulseaudio-dbg - PulseAudio sound server detached debugging symbols
 pulseaudio-esound-compat - PulseAudio ESD compatibility layer
 pulseaudio-esound-compat-dbg - PulseAudio ESD compatibility layer debugging 
symbols
 pulseaudio-module-bluetooth - Bluetooth module for PulseAudio sound server
 pulseaudio-module-bluetooth-dbg - Bluetooth module for PulseAudio sound server
 pulseaudio-module-gconf - GConf module for PulseAudio sound server
 pulseaudio-module-gconf-dbg - GConf module for PulseAudio sound server 
debugging symbols
 pulseaudio-module-jack - jackd modules for PulseAudio sound server
 pulseaudio-module-jack-dbg - jackd modules for PulseAudio sound server 
debugging symbols
 pulseaudio-module-lirc - lirc module for PulseAudio sound server
 pulseaudio-module-lirc-dbg - lirc module for PulseAudio sound server debugging 
symbols
 pulseaudio-module-raop - RAOP module for PulseAudio sound server
 pulseaudio-module-raop-dbg - RAOP module for PulseAudio sound server
 pulseaudio-module-x11 - X11 module for PulseAudio sound server
 pulseaudio-module-x11-dbg - X11 module for PulseAudio sound server debugging 
symbols
 pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound server
 pulseaudio-module-zeroconf-dbg - Zeroconf module for PulseAudio sound server 
debugging symbols
 pulseaudio-utils - Command line tools for the PulseAudio sound server
 pulseaudio-utils-dbg - PulseAudio command line tools detached debugging symbols
Closes: 573339
Changes: 
 pulseaudio (1.1-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply upstream patches to fix build on hurd-i386 (Closes: 573339).
Checksums-Sha1: 
 9426216462fc22ed5c63b9b13e8cf424a6853ef1 3645 pulseaudio_1.1-3.2.dsc
 314620bd05c62808d10af7037f8593e6762cfff7 27972 pulseaudio_1.1-3.2.debian.tar.xz
 55109ceb2997f490eb65275e0ad0818829b66468 1472546 pulseaudio_1.1-3.2_amd64.deb
 4ebb6374e77f184f33c739fac373b0e861c3ce35 1666374 
pulseaudio-dbg_1.1-3.2_amd64.deb
 9ffb2d778e488d3bdd67d59fd332c596d6bdb150 92276 
pulseaudio-utils_1.1-3.2_amd64.deb
 4affd0bc5f7325d413ff4e45c24d52d0e1b53b13 78036 
pulseaudio-utils-dbg_1.1-3.2_amd64.deb
 0018cc5abf5d41f6c74d27e1de30bffb12241b68 49186 
pulseaudio-esound-compat_1.1-3.2_amd64.deb
 ed1158575d9be9ff25df30c8124ef918004fdd72 84546 
pulseaudio-esound-compat-dbg_1.1-3.2_amd64.deb
 61a0479c2bab9726301363ee72aa1416dc37ac6a 34640 
pulseaudio-module-zeroconf_1.1-3.2_amd64.deb
 5d5f918cfa5ac1203abc191182e65888baa471bf 57858 
pulseaudio-module-zeroconf-dbg_1.1-3.2_amd64.deb
 287d9da074e0e940a710300dfd2c4ff7ae76106a 35388 
pulseaudio-module-jack_1.1-3.2_amd64.deb
 70cae44a91a167cb8c693f93a5ade3a11ef215b5 66376 
pulseaudio-module-jack-dbg_1.1-3.2_amd64.deb
 75a2bdb6fc4dda9de88703e1c439bfbe535db48f 22704 
pulseaudio-module-lirc_1.1-3.2_amd64.deb
 e228eb27a4da87a94735b23f59d467bf7879be0a 31970 
pulseaudio-module-lirc-dbg_1.1-3.2_amd64.deb
 3e43616f4d670359889fe044384ebc1cab370b9a 26230 
pulseaudio-module-gconf_1.1-3.2_amd64.deb
 f21330bc74a613ae89c6d7e7282879717a1f621f 36188 
pulseaudio-module-gconf-dbg_1.1-3.2_amd64.deb
 d90f6ad1867c081e2951b5fd30d707880b49675b 39486 
pulseaudio-module-raop_1.1-3.2_amd64.deb
 0a33216a0de37c525beb4206d1b5fd2762d86d1a 68844 
pulseaudio-module-raop-dbg_1.1-3.2_amd64.deb
 eb1e01c257e88c20b9abe46143705d885565f879 102936 
pulseaudio-module-bluetooth_1.1-3.2_amd64.deb
 4559abe4c1091ad63234fe2acd7f848657a8edd2 122994 
pulseaudio-module-bluetooth-dbg_1.1-3.2_amd64.deb
 c4bf03bd8dd928b7ab0777deb7e4d8a599ee73a2 31542 
pulseaudio-module-x11_1.1-3.2_amd64.deb
 5349ec0c9c82198117b9e46f8df3d580f2092876 78842 
pulseaudio-module-x11-dbg_1.1-3.2_amd64.deb
 911096c9b1294f29e45fbc9d167582e5a10273fa 314244 

Accepted python-poppler 0.12.1-8 (source amd64)

2012-04-30 Thread Andrea Gasparini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:51:08 +0200
Source: python-poppler
Binary: python-poppler python-poppler-dbg
Architecture: source amd64
Version: 0.12.1-8
Distribution: unstable
Urgency: low
Maintainer: Andrea Gasparini ga...@yattaweb.it
Changed-By: Andrea Gasparini ga...@yattaweb.it
Description: 
 python-poppler - Poppler Python bindings
 python-poppler-dbg - Poppler Python bindings (debug extension)
Changes: 
 python-poppler (0.12.1-8) unstable; urgency=low
 .
   * uploading to unstable
Checksums-Sha1: 
 c8c486caba8668d88e58159f1a03a4154f920150 1712 python-poppler_0.12.1-8.dsc
 186713a985c6efaab64221b304ba23180e6839f6 5086 
python-poppler_0.12.1-8.debian.tar.gz
 c93f356f1e545944270cc2d7423f890d4ba853a9 51470 
python-poppler_0.12.1-8_amd64.deb
 734bd2e2e20f463c51f7f86b0716699da75a0a90 217304 
python-poppler-dbg_0.12.1-8_amd64.deb
Checksums-Sha256: 
 b968bb0797c1c0a4c91913cc46747e120a19615e720de68b5941f14c0320b702 1712 
python-poppler_0.12.1-8.dsc
 ebd13aebea3b6c9ec28bf80095203ab9b9eafe87edf51e929bdc696d5644e884 5086 
python-poppler_0.12.1-8.debian.tar.gz
 b12a38b1d87c86cff992b0daeaa2d9480c6dd82534da4e3a678ffe9cdbc21cfb 51470 
python-poppler_0.12.1-8_amd64.deb
 4b5cf95f7ab18d45863195cc8555060170a9770a6000a9bfd6dac70680ce79c2 217304 
python-poppler-dbg_0.12.1-8_amd64.deb
Files: 
 c9837ec2fd17a7d166066fb7146bd815 1712 python optional 
python-poppler_0.12.1-8.dsc
 711f1d144a6e31b245e0a2fa76f69acf 5086 python optional 
python-poppler_0.12.1-8.debian.tar.gz
 f364d8519aa09b84f198debe16a54aab 51470 python optional 
python-poppler_0.12.1-8_amd64.deb
 a6fc1242e6efc26ce34c83278c844826 217304 debug extra 
python-poppler-dbg_0.12.1-8_amd64.deb

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

iEYEARECAAYFAk+epUgACgkQAukwV0RN2VAs0gCaAoges9YYM2RMH/VdXNo8dAdb
utgAnAy3B4sUNBizgebwM8cagD9GnVaP
=bXa9
-END PGP SIGNATURE-


Accepted:
python-poppler-dbg_0.12.1-8_amd64.deb
  to main/p/python-poppler/python-poppler-dbg_0.12.1-8_amd64.deb
python-poppler_0.12.1-8.debian.tar.gz
  to main/p/python-poppler/python-poppler_0.12.1-8.debian.tar.gz
python-poppler_0.12.1-8.dsc
  to main/p/python-poppler/python-poppler_0.12.1-8.dsc
python-poppler_0.12.1-8_amd64.deb
  to main/p/python-poppler/python-poppler_0.12.1-8_amd64.deb


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



Accepted rabbitmq-server 2.8.2-1 (source all)

2012-04-30 Thread Emile Joubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 14:07:32 +0100
Source: rabbitmq-server
Binary: rabbitmq-server
Architecture: source all
Version: 2.8.2-1
Distribution: unstable
Urgency: low
Maintainer: RabbitMQ Team packag...@rabbitmq.com
Changed-By: Emile Joubert em...@rabbitmq.com
Description: 
 rabbitmq-server - An AMQP server written in Erlang
Changes: 
 rabbitmq-server (2.8.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d67c0b75f1f30c01f2d6b2d8c6f7aff31a3bab19 1844 rabbitmq-server_2.8.2-1.dsc
 3d0da2996a30747c5875cfbf887c61d80d765ef4 2643667 
rabbitmq-server_2.8.2.orig.tar.gz
 039ca836ea5a7413a5be8a4b5c8194c51713ddc5 17303 rabbitmq-server_2.8.2-1.diff.gz
 539073c3d77ff04e9e168d914f9363612f92dcbb 2811194 
rabbitmq-server_2.8.2-1_all.deb
Checksums-Sha256: 
 1acaa3469bab398df81bf869b6227776aa3485f7fce4f694d0791e8e622d3cdb 1844 
rabbitmq-server_2.8.2-1.dsc
 f8fe9a5d9f9cb0e301f89e26a259aa57c8731e3210d7b8b364ebb5c29f5f6796 2643667 
rabbitmq-server_2.8.2.orig.tar.gz
 1235272cd856269c0830589fb86421122f0d939d718c87e2c743d87bfbb2c565 17303 
rabbitmq-server_2.8.2-1.diff.gz
 1e09189a6dce5dae067be885fc56e90fe7e4faa7d85674ccf8ee7690ac8970f9 2811194 
rabbitmq-server_2.8.2-1_all.deb
Files: 
 34b071a57dde0dbafd126123b22f8386 1844 net extra rabbitmq-server_2.8.2-1.dsc
 ed01ebfc88555b7f8813584f1b76f43e 2643667 net extra 
rabbitmq-server_2.8.2.orig.tar.gz
 1e5516b613f786c02424b748e72b4346 17303 net extra 
rabbitmq-server_2.8.2-1.diff.gz
 62b8ea44baf763d06544ff2409be0bab 2811194 net extra 
rabbitmq-server_2.8.2-1_all.deb

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

iQIcBAEBCAAGBQJPnqSHAAoJEIJjVeJg97yyC3sP/AiSPLnXQZjS5NT4uJzfdT6K
aODKXx+2t9/zSJnCOkvP+v/TG2rWfr4v/sTs3vt/zYvVf/cg1wLGK5bK53Pi2ds6
tiorZKNZmSbBVSnZZBPeUR3pcPIqBiCduNzq/lUV9gJV5ATsXl3+ULOl0+yqXnLx
Ses6jirzQY/03CMP8OSi9dvJF4dP5PmD6jZOgNSBYupMqEfNUrfBZHGi9Xii3AkM
NFEN/i8KkxP6Tge280h1AViO7r2OkciNS68DRcKg571HByMIKfw9TStNZCh5v5HJ
cgKUB1XGCYAvTemC/zq3DUd6av08YtU9JhkJc1CRAydOqA3CaPxSAvaDAk5GwMfS
MN9G4QVMa+XanRNgcdznvh+++6MKu5KIgHtXeT0asqhHX61PGrVJod3P3Ugg8Yl5
qfeyliJOexKUerWV/6RR4PbqKmSsq9JdLr0Y0p34JBo43prmWX7LmzkmpgvT6EMo
LtjuWoBC2XuXaD2mbNgXoSWSZdQ4o4z4NYLcJ19g7Yz65Yei3AhYY34Ws968pixh
8mUBCypf2/xv8zqTCK1ucPkoFhSoPDK4AR7qseN4UP+tTmw2vBc+HYHXJ7G6Z7Uo
sVLoIRxE8VSiesTBAvM6Q/0rMVK3j4KbmUoYjdUsh9DSNIJgnWjz3foXSqoL4k4R
AomR9ljZU1BOeVO+DzaR
=XzDF
-END PGP SIGNATURE-


Accepted:
rabbitmq-server_2.8.2-1.diff.gz
  to main/r/rabbitmq-server/rabbitmq-server_2.8.2-1.diff.gz
rabbitmq-server_2.8.2-1.dsc
  to main/r/rabbitmq-server/rabbitmq-server_2.8.2-1.dsc
rabbitmq-server_2.8.2-1_all.deb
  to main/r/rabbitmq-server/rabbitmq-server_2.8.2-1_all.deb
rabbitmq-server_2.8.2.orig.tar.gz
  to main/r/rabbitmq-server/rabbitmq-server_2.8.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/e1sosoq-0001rm...@franck.debian.org



Accepted lua-coxpcall 1.13.0-6 (source all)

2012-04-30 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 17:19:28 +0200
Source: lua-coxpcall
Binary: lua-coxpcall liblua5.1-coxpcall0
Architecture: source all
Version: 1.13.0-6
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-coxpcall0 - Transitional package for lua-coxpcall
 lua-coxpcall - Protected function calls across coroutines for Lua
Changes: 
 lua-coxpcall (1.13.0-6) unstable; urgency=low
 .
   * Clean up debian/rules
   * Build-depend on dh-lua = 12
Checksums-Sha1: 
 34947c37a7bd7571b0b7bcd990059ee77ac6e7f3 1335 lua-coxpcall_1.13.0-6.dsc
 dbaabf5565f7d3465e30d4f0a3ff52807aba2291 2629 
lua-coxpcall_1.13.0-6.debian.tar.gz
 77bfac0b8d58654fa8e9f584a26dba8bee7b2236 5110 lua-coxpcall_1.13.0-6_all.deb
 343416f88ba9292bd03d0f98b398f0fce77c593f 2496 
liblua5.1-coxpcall0_1.13.0-6_all.deb
Checksums-Sha256: 
 0b194a562af9efb1d3f4d389eb641aaa1a578978cec676b327c01320f4baa732 1335 
lua-coxpcall_1.13.0-6.dsc
 99b027606fbb300a56907368ea661cddaa2a3d521a4891c24cf72b723c7570f5 2629 
lua-coxpcall_1.13.0-6.debian.tar.gz
 e1fc0b014dd796270cb9c4f8e6daf070b6e7f7c766270febae589a03d8baf68e 5110 
lua-coxpcall_1.13.0-6_all.deb
 3f55766be0703af01d2d74a6a526a7f8b59d012da87fa47b9bbd4f31824406ce 2496 
liblua5.1-coxpcall0_1.13.0-6_all.deb
Files: 
 ef560e5fce7b4ae59e5a9cdcc1fff850 1335 interpreters optional 
lua-coxpcall_1.13.0-6.dsc
 7e52257ac7e80e51f1695b180289a3fc 2629 interpreters optional 
lua-coxpcall_1.13.0-6.debian.tar.gz
 7d7d4448e2ecc70e204a51108429ccfd 5110 interpreters optional 
lua-coxpcall_1.13.0-6_all.deb
 cb97e6d3eec75417c341eba0b759336e 2496 oldlibs extra 
liblua5.1-coxpcall0_1.13.0-6_all.deb

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

iEYEARECAAYFAk+ercUACgkQ7kkcPgEj8vI4jwCffXeNAn4R1739xvKF1Hs4Qnn/
o/kAn0Y6h3asmXOf7+B491KJ3UFsswtI
=0XCi
-END PGP SIGNATURE-


Accepted:
liblua5.1-coxpcall0_1.13.0-6_all.deb
  to main/l/lua-coxpcall/liblua5.1-coxpcall0_1.13.0-6_all.deb
lua-coxpcall_1.13.0-6.debian.tar.gz
  to main/l/lua-coxpcall/lua-coxpcall_1.13.0-6.debian.tar.gz
lua-coxpcall_1.13.0-6.dsc
  to main/l/lua-coxpcall/lua-coxpcall_1.13.0-6.dsc
lua-coxpcall_1.13.0-6_all.deb
  to main/l/lua-coxpcall/lua-coxpcall_1.13.0-6_all.deb


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



Accepted mhc 0.25.1+20120403-1 (source i386 all)

2012-04-30 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 23:59:42 +0900
Source: mhc
Binary: mhc mhc-utils
Architecture: source i386 all
Version: 0.25.1+20120403-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 mhc- schedule management tool for emacsen
 mhc-utils  - command line/GUI utilities for the MHC schedule management system
Changes: 
 mhc (0.25.1+20120403-1) unstable; urgency=low
 .
   * New upstream release. (development snapshot on 2012-04-03,
 yoshinari-nomura-mhc-e8c7645, downloaded from
 http://github.com/yoshinari-nomura/mhc)
   * debian/rules, debian/docs, debian/mhc-utils.examples, debian/watch:
 Follow the upstream changes.
   * debian/rules, debian/*dirs, debian/*files: New targets build-arch and
 build-indep.
   * debian/control: Update Standards-Version to 3.9.3.
   * debian/copyright: Switch to copyright-format-1.0.
   * Switch to dpkg-source 3.0 (quilt) format.
Checksums-Sha1: 
 2c849f5502e08e67045e33adf294963fff3bdf89 1820 mhc_0.25.1+20120403-1.dsc
 49675ce26a45803e872a77ffa338933194e9897b 194462 mhc_0.25.1+20120403.orig.tar.gz
 cdcbb34b6aa29853240cc51486ad57b78079fa6c 13566 
mhc_0.25.1+20120403-1.debian.tar.gz
 a2dbb9217975ef76bb1f9a7d9a6d953f6b096a96 74246 
mhc-utils_0.25.1+20120403-1_i386.deb
 6a571426ffc11c784de342525b76530ffa255262 141272 mhc_0.25.1+20120403-1_all.deb
Checksums-Sha256: 
 e7ee3a40d4018bd163be59ca1920c787d524d62ef8d01c043b7bdf7d725330a1 1820 
mhc_0.25.1+20120403-1.dsc
 490d4965a10e5e3623c556d2cdac2a879da2da0c7230b5f7a1e0888c4cf1c0d3 194462 
mhc_0.25.1+20120403.orig.tar.gz
 bcdd7bb5b0c12314e7b32a693c3a91a546740249b395e5262df3a315fdc5b802 13566 
mhc_0.25.1+20120403-1.debian.tar.gz
 2d6c02ab32b796a7ebcb26a1ab093480c6053c63de6e5ae5c8b301a61101db44 74246 
mhc-utils_0.25.1+20120403-1_i386.deb
 50c7722f529e86dcff3a14b98d4d0876022132bcae22deb607f23b601684d0ac 141272 
mhc_0.25.1+20120403-1_all.deb
Files: 
 0e08d7353192129d4f692f6d7d472d97 1820 misc optional mhc_0.25.1+20120403-1.dsc
 95214dcc8a6ba3ec217fd5d323f01434 194462 misc optional 
mhc_0.25.1+20120403.orig.tar.gz
 2a03aeafa1b15e74d412bee87cdb7794 13566 misc optional 
mhc_0.25.1+20120403-1.debian.tar.gz
 e1e49b4f9f257c0c15eaa7e916bc504a 74246 misc optional 
mhc-utils_0.25.1+20120403-1_i386.deb
 9874eeafa1a83547891961bfed4ecdea 141272 lisp optional 
mhc_0.25.1+20120403-1_all.deb

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

iQIcBAEBCAAGBQJPnqrYAAoJEOXvq5AIDqY8iScQAIL5NaDROM1IZxjnj6f0q6zK
+djzVQu92P+NVT24FVuhp97/VszaZngLfE3rWGv7B8sUtWvUdG2L3eqEL5HAmoGZ
2qpGVDvAe/6nMtlqNQX4bI9APmB31TYzMg+XHPJAn63mHYIZ/0+N3Y+ngOAmZY1O
aCDH2hTIl7uWuWBGxfbjEQ46SgWcqsPDrccUACQ6YjnJxJoXLpo7gRJXj2rTNsKo
lI1YJtS506u7Tf/tn0S7fSfXkLQ+SQ1R4ym9KVs2JHLJOipMyKF/FfiHn60eZSdV
X68LiiPW/STRp2530S2Yni6glDwqvrnS73qcXcaGNQ9T0P7oL2Oma68hsti4Aywj
fs53yS3ZMeGzOXtcby22S05NIiIIdryaT8pReOLFL9fZoPlbaN5Pa6AW+5N47yKo
ZNMgTV8hMuK8yO+8PcU97q/itUHhGgNRxZC9TbVdytoYKPWToBLa6VF14xkCzq3a
GXsQtOlQMHqwF9WvZSxZIjFPp0PGCDIkXxqbxmHpziJQMQNA8hGMquMs5f2yVyda
4fqWE09pUK7cCK1HtgF9+kJCn1Ge3F5GyxIqh4sBx2LpkkC4tgJhEFtg/mVulaYt
tHIA+iYAz0o8dO93+xYJ8D218wLDxCCS9GM/VBpH6tjULxL4tYeX7bsnSYJEc4+R
tY3OpC2yf/C10HoZJ/jk
=S3wW
-END PGP SIGNATURE-


Accepted:
mhc-utils_0.25.1+20120403-1_i386.deb
  to main/m/mhc/mhc-utils_0.25.1+20120403-1_i386.deb
mhc_0.25.1+20120403-1.debian.tar.gz
  to main/m/mhc/mhc_0.25.1+20120403-1.debian.tar.gz
mhc_0.25.1+20120403-1.dsc
  to main/m/mhc/mhc_0.25.1+20120403-1.dsc
mhc_0.25.1+20120403-1_all.deb
  to main/m/mhc/mhc_0.25.1+20120403-1_all.deb
mhc_0.25.1+20120403.orig.tar.gz
  to main/m/mhc/mhc_0.25.1+20120403.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/e1sosbm-0002nl...@franck.debian.org



Accepted lua-rexlib 2.6.0-2 (source all amd64)

2012-04-30 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 17:23:38 +0200
Source: lua-rexlib
Binary: lua-rex-pcre lua-rex-pcre-dev lua-rex-posix lua-rex-posix-dev 
lua-rex-onig lua-rex-onig-dev lua-rex-tre lua-rex-tre-dev lua-rex-doc 
liblua5.1-rex-pcre0 liblua5.1-rex-pcre-dev liblua5.1-rex-posix0 
liblua5.1-rex-posix-dev liblua5.1-rex-onig-dev liblua5.1-rex-onig0
Architecture: source amd64 all
Version: 2.6.0-2
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-rex-onig-dev - Transitional package for lua-rex-onig-dev
 liblua5.1-rex-onig0 - Transitional package for lua-rex-onig
 liblua5.1-rex-pcre-dev - Transitional package for lua-rex-pcre-dev
 liblua5.1-rex-pcre0 - Transitional package for lua-rex-pcre
 liblua5.1-rex-posix-dev - Transitional package for lua-rex-posix-dev
 liblua5.1-rex-posix0 - Transitional package for lua-rex-posix
 lua-rex-doc - documentation of the rex library for the Lua language
 lua-rex-onig - Onig regular expressions library for the Lua language
 lua-rex-onig-dev - Onig regex development files for the Lua language
 lua-rex-pcre - Perl regular expressions library for the Lua language
 lua-rex-pcre-dev - PCRE development files for the Lua language
 lua-rex-posix - POSIX regular expressions library for the Lua language
 lua-rex-posix-dev - POSIX regex development files for the Lua language
 lua-rex-tre - TRE regular expressions library for the Lua language
 lua-rex-tre-dev - TRE development files for the Lua language
Changes: 
 lua-rexlib (2.6.0-2) unstable; urgency=low
 .
   * Cleaned up debian/rules
   * Build depend on dh-lua = 12
Checksums-Sha1: 
 3ac4ad6d382872fa7a0169408e72d5b10d627f79 2099 lua-rexlib_2.6.0-2.dsc
 b26aedfea2d5ab066cdb1bbc95586fd657b3d6ad 3692 lua-rexlib_2.6.0-2.debian.tar.gz
 4c7c273e61932f60f3a15aed841d8cecd55f041a 42822 lua-rex-pcre_2.6.0-2_amd64.deb
 89fc3aba65b24bf0b257d444d9a0c9aede4b006e 40550 
lua-rex-pcre-dev_2.6.0-2_amd64.deb
 855d10795cf1db7e1b49bd0566a0d4ca263e 30068 lua-rex-posix_2.6.0-2_amd64.deb
 55e3e26efa8c7985d5628b602d0afa69e5bfb37c 27510 
lua-rex-posix-dev_2.6.0-2_amd64.deb
 ce147a950b65916e8a6df3fc8e2a812fae32704c 47336 lua-rex-onig_2.6.0-2_amd64.deb
 0275deaf80635069083f787ec452cf1f686c844b 43962 
lua-rex-onig-dev_2.6.0-2_amd64.deb
 76f519eb998b4742f2a2231d1d41b2b678a54546 43918 lua-rex-tre_2.6.0-2_amd64.deb
 3c0558b4057665057de63af8256014d919a149ef 40856 
lua-rex-tre-dev_2.6.0-2_amd64.deb
 9279df8a3c5a3796cc9a2d603f55baba47cde0ea 36258 lua-rex-doc_2.6.0-2_all.deb
 3a2897f4e297ed97aec0fa3d058a25408be51a23 14514 
liblua5.1-rex-pcre0_2.6.0-2_all.deb
 b269ef1941f6a396840e5971e9dd46e15eaa1992 14508 
liblua5.1-rex-pcre-dev_2.6.0-2_all.deb
 99834571b2dac051686258e5381730706351497f 14512 
liblua5.1-rex-posix0_2.6.0-2_all.deb
 eaa653099fe1322fac56681d934f6d18c39b5d17 14518 
liblua5.1-rex-posix-dev_2.6.0-2_all.deb
 a28ac37fb8c564fecb797defda26dc4c161119cb 14510 
liblua5.1-rex-onig-dev_2.6.0-2_all.deb
 d762db3f690d119964be9b64040e36b529e2f093 14510 
liblua5.1-rex-onig0_2.6.0-2_all.deb
Checksums-Sha256: 
 dcba5921993f5e025bf8c94d9a5c0a6a1d887945dc4b7f5f0521195164cc4201 2099 
lua-rexlib_2.6.0-2.dsc
 290fce9f25a7f1c3454d50adc0a3a40e5e6638cd37da6e3a65e30bbb6b3c5738 3692 
lua-rexlib_2.6.0-2.debian.tar.gz
 1e1b0c434053a514d323500393b7b85db767eb899b1b2fb33581a4f3a69e25ef 42822 
lua-rex-pcre_2.6.0-2_amd64.deb
 1830b313df24fb3f0657e94f668a37e0f6fac057e4ff0e1f5a0e66e285fe5fbf 40550 
lua-rex-pcre-dev_2.6.0-2_amd64.deb
 f567e919ad4dbba60aaa6ebb37019146bd232d4d5c067f9152bc52e40bade9b1 30068 
lua-rex-posix_2.6.0-2_amd64.deb
 1e124acd8e3afd02bcc89150c236dd151221cacbe04574528c893eafbdf4e575 27510 
lua-rex-posix-dev_2.6.0-2_amd64.deb
 569b3c74b6fdf06b310c7c80c81ae892f9cbd300100019520874275bb4ed5eb0 47336 
lua-rex-onig_2.6.0-2_amd64.deb
 286183b99531506f5dc425658267565fae69aeac2d39a8da22479746c8c3c347 43962 
lua-rex-onig-dev_2.6.0-2_amd64.deb
 f5caa22ff1c1a320cd076deea2a7e09a423a62ac1968b5b63b73a69990e91f38 43918 
lua-rex-tre_2.6.0-2_amd64.deb
 04542a7cd682a1e3a23f5330010a43e7f5003aaa11334d53202034a13f4a6ad0 40856 
lua-rex-tre-dev_2.6.0-2_amd64.deb
 dd1ce5c8c4e2defb7b5228609bb9fc9033f98c20b9a512c26c490f18e3499af4 36258 
lua-rex-doc_2.6.0-2_all.deb
 50fae46885e6af6a3732a077ddcb20568a74a39501c74f3a0e9220f6ac43310d 14514 
liblua5.1-rex-pcre0_2.6.0-2_all.deb
 97342f5d4e0fc393f3b8c212c6b3f3044e0c84ff8723a511c8b952295ac28fc4 14508 
liblua5.1-rex-pcre-dev_2.6.0-2_all.deb
 f1e8d8e5f8e9021f8f7cefb47a2d8df5af377a35a3f94a87b1d827727fcb5608 14512 
liblua5.1-rex-posix0_2.6.0-2_all.deb
 1da834dc834995155f59998db8869eb264c23827ce295d5b391743b731efc514 14518 
liblua5.1-rex-posix-dev_2.6.0-2_all.deb
 68b1779dc08ee48fe921eb5cedfce10e9791039ddfb686ac0c3b60239c2779e5 14510 
liblua5.1-rex-onig-dev_2.6.0-2_all.deb
 15a0a173dc745030e9047eaa39d3d05ec9fb3fdc92044924eb139b96a9e29fde 14510 
liblua5.1-rex-onig0_2.6.0-2_all.deb
Files: 
 

Accepted uwsgi 1.2+dfsg-1 (source all amd64)

2012-04-30 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Apr 2012 17:35:22 +0200
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-core uwsgi-plugins-all 
uwsgi-infrastructure-plugins uwsgi-app-integration-plugins uwsgi-plugin-admin 
uwsgi-plugin-cache uwsgi-plugin-carbon uwsgi-plugin-cgi uwsgi-plugin-echo 
uwsgi-plugin-erlang uwsgi-plugin-fastrouter uwsgi-plugin-fiber 
uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python uwsgi-plugin-http 
uwsgi-plugin-jvm-openjdk-6 uwsgi-plugin-jwsgi-openjdk-6 uwsgi-plugin-logsocket 
uwsgi-plugin-lua5.1 uwsgi-plugin-luajit uwsgi-plugin-nagios uwsgi-plugin-ping 
uwsgi-plugin-probeconnect uwsgi-plugin-probepg uwsgi-plugin-psgi 
uwsgi-plugin-pyerl-python uwsgi-plugin-pyerl-python3 uwsgi-plugin-python 
uwsgi-plugin-python3 uwsgi-plugin-rack-ruby1.8 uwsgi-plugin-rack-ruby1.9.1 
uwsgi-plugin-rpc uwsgi-plugin-rrdtool uwsgi-plugin-rsyslog uwsgi-plugin-signal 
uwsgi-plugin-symcall uwsgi-plugin-syslog uwsgi-plugin-ugreen 
libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg libapache2-mod-ruwsgi 
libapache2-mod-ruwsgi-dbg python-django-uwsgi-admin python-uwsgicc
 python-uwsgidecorators python3-uwsgidecorators
 uwsgi-extra
Architecture: source all amd64
Version: 1.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas ja...@resenje.org
Changed-By: Janos Guljas ja...@resenje.org
Description: 
 libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
 libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
 libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
 libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
 python-django-uwsgi-admin - Django application for administering uWSGI server
 python-uwsgicc - uWSGI control center
 python-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python)
 python3-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 3)
 uwsgi  - fast, self-healing application container server
 uwsgi-app-integration-plugins - plugins for integration of uWSGI and 
application
 uwsgi-core - fast, self-healing application container server (core)
 uwsgi-dbg  - debugging symbols for uWSGI server and it's plugins
 uwsgi-extra - fast, self-healing application container server (extra files)
 uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
 uwsgi-plugin-admin - admin plugin for uWSGI
 uwsgi-plugin-cache - cache plugin for uWSGI
 uwsgi-plugin-carbon - carbon plugin for uWSGI
 uwsgi-plugin-cgi - CGI plugin for uWSGI
 uwsgi-plugin-echo - echo plugin for uWSGI
 uwsgi-plugin-erlang - Erlang plugin for uWSGI
 uwsgi-plugin-fastrouter - fastrouter plugin for uWSGI
 uwsgi-plugin-fiber - fiber loop engine plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python)
 uwsgi-plugin-http - HTTP server plugin for uWSGI
 uwsgi-plugin-jvm-openjdk-6 - Java plugin for uWSGI (OpenJDK 6)
 uwsgi-plugin-jwsgi-openjdk-6 - JWSGI plugin for uWSGI (OpenJDK 6)
 uwsgi-plugin-logsocket - logsocket plugin for uWSGI
 uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
 uwsgi-plugin-luajit - Lua WSAPI plugin for uWSGI (LuaJIT)
 uwsgi-plugin-nagios - Nagios plugin for uWSGI
 uwsgi-plugin-ping - ping plugin for uWSGI
 uwsgi-plugin-probeconnect - probeconnect plugin for uWSGI
 uwsgi-plugin-probepg - probepg plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI plugin for uWSGI
 uwsgi-plugin-pyerl-python - pyerl plugin for uWSGI (Python)
 uwsgi-plugin-pyerl-python3 - pyerl plugin for uWSGI (Python 3)
 uwsgi-plugin-python - Python WSGI plugin for uWSGI
 uwsgi-plugin-python3 - Python 3 WSGI plugin for uWSGI
 uwsgi-plugin-rack-ruby1.8 - Rack plugin for uWSGI (Ruby 1.8)
 uwsgi-plugin-rack-ruby1.9.1 - Rack plugin for uWSGI (Ruby 1.9.1)
 uwsgi-plugin-rpc - RPC plugin for uWSGI
 uwsgi-plugin-rrdtool - rrdtool plugin for uWSGI
 uwsgi-plugin-rsyslog - rsyslog plugin for uWSGI
 uwsgi-plugin-signal - signal plugin for uWSGI
 uwsgi-plugin-symcall - symcall plugin for uWSGI
 uwsgi-plugin-syslog - syslog plugin for uWSGI
 uwsgi-plugin-ugreen - uGreen plugin for uWSGI
 uwsgi-plugins-all - all available plugins for uWSGI
Changes: 
 uwsgi (1.2+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3109fe904cca23205f6a3c4529399479103fbcbd 5129 uwsgi_1.2+dfsg-1.dsc
 827d871868d16188f6d9d7a35d0b113abbae 430417 uwsgi_1.2+dfsg.orig.tar.gz
 39ca15721207fe0b2cde64b99515fdcd68735663 36910 uwsgi_1.2+dfsg-1.debian.tar.gz
 ba8e3533d06dcbb2cc36e30e3edea2a9174f63ee 15988 
python-django-uwsgi-admin_1.2+dfsg-1_all.deb
 dd74a6978ea690d316617c9a63c0aaf88396a39f 31278 
python-uwsgicc_1.2+dfsg-1_all.deb
 16316d38374d5978aabf5be55d9b1a555b0f283f 15820 
python-uwsgidecorators_1.2+dfsg-1_all.deb
 51b804608f276692f5f4c440151f8d40eed3ae24 15590 
python3-uwsgidecorators_1.2+dfsg-1_all.deb
 8bc3def589ff100107b2b562e91bf7b87c8ebb23 49564 uwsgi-extra_1.2+dfsg-1_all.deb
 b49346f945125b2ff5c317dd9a9458713f160081 27758 

Accepted isdnutils 1:3.22+dfsg1-3 (source all i386)

2012-04-30 Thread Rolf Leggewie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 23:40:53 +0800
Source: isdnutils
Binary: isdnutils-base isdnutils-xtools ipppd isdnlog isdnlog-data 
isdnutils-doc isdnvbox isdnvboxclient isdnvboxserver capiutils libcapi20-3 
libcapi20-dev pppdcapiplugin
Architecture: source all i386
Version: 1:3.22+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Rolf Leggewie f...@rolf.leggewie.biz
Changed-By: Rolf Leggewie f...@rolf.leggewie.biz
Description: 
 capiutils  - ISDN utilities - tools for CAPI-capable cards
 ipppd  - ISDN utilities - PPP daemon
 isdnlog- ISDN utilities - connection logger
 isdnlog-data - ISDN utilities - connection logger data
 isdnutils-base - ISDN utilities - minimal set
 isdnutils-doc - ISDN utilities - documentation
 isdnutils-xtools - ISDN utilities - graphical tools
 isdnvbox   - ISDN utilities - answering machine dependency package
 isdnvboxclient - ISDN utilities - answering machine client
 isdnvboxserver - ISDN utilities - answering machine server
 libcapi20-3 - ISDN utilities - CAPI support libraries
 libcapi20-dev - ISDN utilities - CAPI development libraries
 pppdcapiplugin - ISDN utilities - pppd plug-in for CAPI support
Closes: 197254 331116 670406
Changes: 
 isdnutils (1:3.22+dfsg1-3) unstable; urgency=medium
 .
   * isdnutils-base: use dh_installcron instead of postinst. Closes: #197254
   * isdnlog:
 - handle conf files with ucf. Closes: #331116
 - simplify and overhaul postinst
   * ipppd: bring more config files under ucf control. drop md5sum file.
   * libcapi20-dev: ship all *.h files. Closes: #670406
   * isdnvboxserver:
 - use set -e instead of #!/bin/sh -e in postinst
 - vboxmail is a tool for the admin, install to proper path
   * simplify build process (still ongoing process), leverage more of dh7
   * drop obsolete lintian overrides
Checksums-Sha1: 
 4b9d6e3e0f0a23e07ae6ae8f1ebaa8cc3ab9b88f 2770 isdnutils_3.22+dfsg1-3.dsc
 e3f3a4a4bc49818e09bea05a7d37fc17747f2335 243610 
isdnutils_3.22+dfsg1-3.debian.tar.gz
 38ab3e8ce9a75f21d95ee4fe6e0203a3ef6c40b8 841718 
isdnlog-data_3.22+dfsg1-3_all.deb
 8c70db18c12f1b65e92823b886f9a326ce1852d4 693364 
isdnutils-doc_3.22+dfsg1-3_all.deb
 dbfe4d4515d1764d883767b878a925b5ec7d81e5 151762 
isdnutils-base_3.22+dfsg1-3_i386.deb
 521b099aca09ed58a7c351d03c26aa654e078ae9 56202 
isdnutils-xtools_3.22+dfsg1-3_i386.deb
 010b2146c99aed2bc1854ccea7ba5bd5b78035e3 186814 ipppd_3.22+dfsg1-3_i386.deb
 a3b9f9529c3ee7e6b232ae52f4dcbb1001bad124 545284 isdnlog_3.22+dfsg1-3_i386.deb
 8051ed44cba80910f14fd90cfd8a3f6c16370295 35484 isdnvbox_3.22+dfsg1-3_i386.deb
 5d703153d44c45f323dfa7966850f58ef7e0b8b9 78990 
isdnvboxclient_3.22+dfsg1-3_i386.deb
 4b87e2a6edc6a355ccf7c2e012972ab8cbd41921 157594 
isdnvboxserver_3.22+dfsg1-3_i386.deb
 3c4714428fe11bd9f91cc7b6b9da86d2f38eed9e 87750 capiutils_3.22+dfsg1-3_i386.deb
 2cff856dd838b10da4bf4189d072d284fffcb6a9 65452 
libcapi20-3_3.22+dfsg1-3_i386.deb
 fab7abdaed27629df25a7e4555daca31fb61431f 35608 
libcapi20-dev_3.22+dfsg1-3_i386.deb
 b87a8bef769a5b310f78fc384f1a38391f8d2a31 70968 
pppdcapiplugin_3.22+dfsg1-3_i386.deb
Checksums-Sha256: 
 1507331b6d2a65b47da37cc4dc5e935fa0ad2fafeee8b6134b4236a89875cb2e 2770 
isdnutils_3.22+dfsg1-3.dsc
 5348bfe9de3ba480da761de729cdc5efc7e4da45be82846a2fc510d9b4a0470d 243610 
isdnutils_3.22+dfsg1-3.debian.tar.gz
 c29ae71343f28c4b6f9ea7fc4c17aca473c38348f14afd2e5d948289b502c05b 841718 
isdnlog-data_3.22+dfsg1-3_all.deb
 31c7a95e4f4631d7fb790b3a083a6369411e61dbd5f4565d4b616b00caf26d36 693364 
isdnutils-doc_3.22+dfsg1-3_all.deb
 741db557dcd7593d9d35eeedff3cb06c982da020f0108cb2bb36270a31fddece 151762 
isdnutils-base_3.22+dfsg1-3_i386.deb
 a6f6267d954aa08102469f2c2a6824ca66a275c81a32670c7e5904e52ab2c2a0 56202 
isdnutils-xtools_3.22+dfsg1-3_i386.deb
 5d881927b9c70dc5ca1f57ee7d5cd4e68a7a0ed2e248e8f6d8fde53295a83be3 186814 
ipppd_3.22+dfsg1-3_i386.deb
 2e59d1a4f62b7984e1fa570d843ff81b2277feb2c09230ff0ae330ee5c2b 545284 
isdnlog_3.22+dfsg1-3_i386.deb
 e3422e4aab4c48264ab71a50064e6363454527b1147fc56c1c610a46edb96bb4 35484 
isdnvbox_3.22+dfsg1-3_i386.deb
 eadc25932d026952131a9ae79802aeebe449a044f57eb623fc82a7d28f06c6e0 78990 
isdnvboxclient_3.22+dfsg1-3_i386.deb
 2b238945022aaa583996607c8467d82f0cbb6c4b1574d783fb94f53e2746cf30 157594 
isdnvboxserver_3.22+dfsg1-3_i386.deb
 e64d3066aa7f57ebe795870b7770518885965c980d9bcd2d81dba8e0ae93b968 87750 
capiutils_3.22+dfsg1-3_i386.deb
 e95a31c5224b88e41cb6e2a393c3589490ece98e6f8cefb52bade9e524a3f4e9 65452 
libcapi20-3_3.22+dfsg1-3_i386.deb
 b5d9c0372e836ff17e30e3d510267ff96fc354f933f263b5472b2f0006817013 35608 
libcapi20-dev_3.22+dfsg1-3_i386.deb
 54dd5a57d2f8327408293c30e064605af28f747c36660e6407a1aee27a7d93ff 70968 
pppdcapiplugin_3.22+dfsg1-3_i386.deb
Files: 
 644b881b974189a0d5768acb003cc284 2770 utils extra isdnutils_3.22+dfsg1-3.dsc
 92ef47a31a3b510526ecbcf9385d9062 243610 utils extra 
isdnutils_3.22+dfsg1-3.debian.tar.gz
 929265013684411d9471ff3503920307 841718 utils extra 

Accepted splix 2.0.0+svn306-2 (source all amd64)

2012-04-30 Thread Luca Niccoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 13:32:22 +0200
Source: splix
Binary: printer-driver-splix splix
Architecture: source amd64 all
Version: 2.0.0+svn306-2
Distribution: unstable
Urgency: low
Maintainer: Luca Niccoli lultimou...@gmail.com
Changed-By: Luca Niccoli lultimou...@gmail.com
Description: 
 printer-driver-splix - Driver for Samsung and Xerox SPL2 and SPLc laser 
printers
 splix  - transitional dummy package for splix printer driver
Closes: 670823
Changes: 
 splix (2.0.0+svn306-2) unstable; urgency=low
 .
   * Properly pre-process drv files during build. (Closes: #670823)
Checksums-Sha1: 
 cf8570644c2949fc1508e3e03386b4d37110b8d6 1815 splix_2.0.0+svn306-2.dsc
 51e1d8451092d02329eae2a015f14ece3c9c06ff 9757 
splix_2.0.0+svn306-2.debian.tar.gz
 2b92854f9b0d0ca687e96c0bcb98635d02a2b4e6 48698 
printer-driver-splix_2.0.0+svn306-2_amd64.deb
 b96e4691f3ff472baebd92dce28bfb0ed3bdd68b 7944 splix_2.0.0+svn306-2_all.deb
Checksums-Sha256: 
 8735ac4bc144c0e67790fd2112f09a8ee1bf89fd7a1860611e6776a1a77374f9 1815 
splix_2.0.0+svn306-2.dsc
 9654d3adf502cc2d3ce329978dc5d4431d5f27ae3d859bea8c87e4d5988d0429 9757 
splix_2.0.0+svn306-2.debian.tar.gz
 3b63c4fe3e65ffa48c67057ee68d4940d59e5d8cd3b8eda54e2ddef1728cb80b 48698 
printer-driver-splix_2.0.0+svn306-2_amd64.deb
 ab970f7e06e0309b76a03a2f6452e15a46c44105fd34f1f3d33940d4809935fc 7944 
splix_2.0.0+svn306-2_all.deb
Files: 
 fec03dcb1bbeadda0ad54a9f40d6e180 1815 text optional splix_2.0.0+svn306-2.dsc
 3b91ddaafb9fdd97e518b1269240d400 9757 text optional 
splix_2.0.0+svn306-2.debian.tar.gz
 5a9b1755edfb9cde5fe8ea89e4297ec4 48698 text optional 
printer-driver-splix_2.0.0+svn306-2_amd64.deb
 b4388f48cf5557ba43b53da71a7d46cf 7944 oldlibs extra 
splix_2.0.0+svn306-2_all.deb

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

iQIcBAEBCAAGBQJPnrxLAAoJEBLZsEqQy9jkC/AP/iRgKTonReighXGRFniaP1s8
SGfoEUTw+CE9qfEJmz9yxl3QbORJIUm9hBwtMrlLWxBNoNZfAeCWE3xhliJGh32Q
+Gvx8JjxH9iSNJ8XaSDWRlzVv4RC9F/46+Zgsm7GO+6JVq9NCLCy8vfMA8/C1y78
wVkOl5Q5inmDTqQYF7XGXYxU08cZ5qCmcUOjXTM+QQTqYtw+zvVYS+GIJxH9IYT3
iolVKSX9IEzUe4UxCfN97jDQczA2WH8onbBNayexaTnqM4FQmHSkkJy/dS58A07E
w7wiTUooc1zsK9G/rVXM4a494D9jONUV+Ncf7frlMb941gBl3XPxnnulc4qv+EkO
jzDpEgV3hcDC20b2UJs7EYuXQHB/xaWqOfavKyqcjSQQRJmJSuSpBBoufSGL65GG
AoQzhWhhSH4PxjQk10PV79qHeWH5dyUYRsupU97K0FCzxepupE3gFa9TqBtGTqZA
K2Yc12Y/UOZ2zud1ckYdHj0wfwTh6Z2q/eXjo/rPEb0OKMpfYCt/V92S9gxFBxo0
yvUbrBSu/8vj6/3CtdBaOoOSS4bKeSRYfsHeeLewCL7TQjm3pi1JCaFYviUHALGg
C8Z3W4/Xo3BV5jp5LA+ky+C84/hFFE8O6M0SqKMMa6dPV8wppQVYzblOG+uKiUBv
g1z4vsblvOeznq4acbRa
=57Tg
-END PGP SIGNATURE-


Accepted:
printer-driver-splix_2.0.0+svn306-2_amd64.deb
  to main/s/splix/printer-driver-splix_2.0.0+svn306-2_amd64.deb
splix_2.0.0+svn306-2.debian.tar.gz
  to main/s/splix/splix_2.0.0+svn306-2.debian.tar.gz
splix_2.0.0+svn306-2.dsc
  to main/s/splix/splix_2.0.0+svn306-2.dsc
splix_2.0.0+svn306-2_all.deb
  to main/s/splix/splix_2.0.0+svn306-2_all.deb


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



  1   2   >