Re: switching from exim to postfix

2012-04-29 Thread Andrei POPESCU
On Sb, 28 apr 12, 19:12:42, Russ Allbery wrote:
 
 There's nothing particularly wrong with Exim; it works just fine.  It's
 been the default in Debian for years, and it's actively maintained
 upstream.  And it's completely trivial to replace it with Postfix if one
 desires.  The disruption doesn't seem worth it even if we had consensus
 that Postfix was marginally better in some way.

What about dma?

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Svante Signell
On Sat, 2012-04-28 at 02:29 +0200, Vincent Bernat wrote:
 OoO Vers la  fin de l'après-midi du vendredi 27  avril 2012, vers 16:29,
 Svante Signell svante.sign...@telia.com disait :
 
  Apparently it can today ... with init scripts, which _new_ features will
  be brought in for the _boot_ process. udev takes care of the events,
  already today, right? More secure boot, faster boot (coreboot), better
  debugging, simple ways of logging the boot massages, etc? Don't talk
  about plug-and-p{r}ay, that is not interesting for _boot_: Found new
  hardware, eh?
 
 But that's the whole point : new hardware pops up while booting. See for
 example a server that will need  a 3G connection. The 3G connection will
 be done  by some  classic USB key.  When the  USB key is  detected, udev
 triggers a script  asking the USB key (which defaults  to a mass storage
 device) to  switch to  modem mode.   Once it becomes  a modem,  the 3G
 connection  can be initialized.   Turning the  USB key  into a  modem is
 taking   some  time.   The   USB  key   will  be   disconnected,  then
 reconnected. SO, found new  hardware.  ifupdown scripts were already
 run and filed with interface not found.

Nice description, thanks. However, this is not necessarily part of the
_boot_ process!! This could/should happen _after_ the computer is up and
running, e.g. when starting X. You are not able to use your USB modem
until then anyway, and boot times should be as short as possible, not
having to wait for a dongle to connect to the wireless network. So, the
real problem is: How do you define the boot process of a computer. For
me it is when the kernel has been loaded by the boot media, memory,
graphics card, etc initialized. Some modules are needed for boot, other
modules can be loaded later. The only case I can see when you need a
network during the boot process is when booting from the network, and
for that you can predefine which modules to load.

 udev can run simple actions when a device appears but cannot run a chain
 of dependencies  (start the  3G connection, run  some daemon  that needs
 Internet  which in  turn  will trigger  some  client to  this daemon  to
 run). The solution is an event-based init. We want a reliable boot.

Then the functionality of udev should be extended, not dragging the
init scripts into this udev-Linux kernel interaction. I think it
would be much better to isolate these two instead of having a third
(potentially buggy) software included. 

 We are in 2012 and if a non-essential daemon blocks the boot (no working
 network), we have no way to get a getty to be run.

See the reply from Thomas Goirand.



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



Re: switching from exim to postfix

2012-04-29 Thread George Danchev
On Sun, 29 Apr 2012 12:05:06 +0300, Andrei POPESCU 
andreimpope...@gmail.com wrote:

On Sb, 28 apr 12, 19:12:42, Russ Allbery wrote:


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

been the default in Debian for years, and it's actively maintained
upstream.  And it's completely trivial to replace it with Postfix if 
one
desires.  The disruption doesn't seem worth it even if we had 
consensus

that Postfix was marginally better in some way.


What about dma?


Well, dma does not listen on port 25 for incoming connections, it 
accepts
mails from local MUAs and delivers them to either the local mailboxes 
or remote
(full-fledged) SMTP servers. I'm sure there would be people claiming 
that such a

feature reduction, read simplification, would be a decent default.


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



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Bernd Zeimetz
On 04/27/2012 07:33 PM, Tollef Fog Heen wrote:
 ]] Martin Wuertele 
 
 * Josselin Mouette j...@debian.org [2012-04-27 09:53]:

 Le jeudi 26 avril 2012 à 22:29 +0200, Svante Signell a écrit : 
 Yes of course, because event-driven init systems have *always* been
 *only* about mounting USB devices. 

 Then explain the _real_ reasons for having an event driven boot system!

 BECAUSE THE LINUX KERNEL IS EVENT DRIVEN.

 That's a reason for udev/mdev, however I still fail to see why this
 results in the requirement for an event based boot process. 
 
 A trivial example is $remote_fs isn't satisfied until /srv/somewhere is
 mounted and /srv/somewhere comes off iscsi, which means it requires
 networking to be up, which means network drivers loaded, etc.  So the
 event «network driver loaded» causes ifup to be spawned, which causes
 $network to be satisfied which causes the iscsi daemons to be started
 which causes mount to be called.

You actually want to start your iscsi stuff even your network is not available
right now - and you for sure don't want to stop it just because the link flaps.
iscsi is able to handle that just fine. You could even add multipath on top of
iscsi to make it even more reliable. And for all that there is no need to have
an init system which understands events. If you want to do something after your
devices appear, use udev. As traffic yo your iscsi disk will be queued in case
the connection gets lost there is also no need to find something new to handle
link up/down events. If your link is gone forever there is a broken filesystem
and some stuck IO fun anyway.

You have to find something better to convince people.


-- 
 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/4f9d3909.2090...@bzed.de



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Bernd Zeimetz
On 04/27/2012 03:28 AM, Ben Hutchings wrote:
 On Fri, 2012-04-27 at 08:55 +0800, Patrick Lauer wrote:
 On 04/27/12 03:32, Adam Borowski wrote:
 On Thu, Apr 26, 2012 at 08:08:01PM +0100, Ben Hutchings wrote:
 On Thu, Apr 26, 2012 at 02:03:17PM -0400, Jonas Smedegaard wrote:
 I believe Debian still supports running locally compiled kernels
 which do not depend on udev, and that some setups do not require
 udev either (not everyone use fibre channel).
 
 It is supported only in the sense that it is not yet impossible.
 
 Please don't ask anyone to spend time to avoid udev dependencies; 
 hotplugging is normal and udev is the proper way to handle all 
 devices the Linux kernel finds.
 
 udev is just the reference implementation. mdev [part of busybox] can do 
 the same (modulo rules: it has a slightly simpler format that doesn't 
 provide exactly the same features (yet))
 [...]
 
 Sure, for Linux in general you have other options like mdev.  However, 
 Debian uses udev.


Debian installs udev by default, but as with other init systems it should not
stop your from using whatever-you-like instead of udev.


-- 
 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/4f9d3b4f.8040...@bzed.de



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Miles Bader
Svante Signell svante.sign...@telia.com writes:
 So, the
 real problem is: How do you define the boot process of a computer. For
 me it is when the kernel has been loaded by the boot media, memory,
 graphics card, etc initialized. Some modules are needed for boot, other
 modules can be loaded later. The only case I can see when you need a
 network during the boot process is when booting from the network, and
 for that you can predefine which modules to load.

Isn't mounting filesystems, which can depend on the network, part of
the boot process?

I recently had an unpleasant experience where I switched to
network-manager to make gnome-shell happy, but network-manager runs
too late in the boot process, so none of my NFS filesystems got
mounted.

I certainly wished there was a bit more proper ordering going on
then...

-miles

-- 
Philosophy, n. A route of many roads leading from nowhere to nothing.


-- 
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/87haw2irxf@catnip.gol.com



Bug#670837: ITP: python-cliff -- command line interface formulation framework

2012-04-29 Thread Jan Dittberner
Package: wnpp
Severity: wishlist
Owner: Jan Dittberner ja...@debian.org

* Package name: python-cliff
  Version : 0.4
  Upstream Author : Doug Hellmann doug.hellm...@gmail.com
* URL : https://github.com/dreamhost/cliff
* License : Apache License 2.0
  Programming Lang: Python
  Description : command line interface formulation framework

Cliff is a framework for building command line programs. It uses
plugins to define sub-commands, output formatters, and other
extensions.

The cliff framework is meant to be used to create multi-level commands
such as subversion and git, where the main program handles some basic
argument parsing and then invokes a sub-command to do the work.

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Stephan Seitz

On Sun, Apr 29, 2012 at 10:33:16PM +0900, Miles Bader wrote:

Isn't mounting filesystems, which can depend on the network, part of
the boot process?


Yes, but how do you check if the network is configured and operational?
- when the link is up?
- when the IP address is configured (how do you check this with IPv6?)?  
  What are you doing if more than one IP address is configured for this 
  NIC or more than one NIC is available?

- when the switch accepts traffic on the port you are connected to?
- when the router/firewall accepts traffic from your IP address?

No event based init system will solve these problems when you have 
dependencies outside the box you are booting. The local admin has to 
check if all timings are right and must adjust them if they are not 
fitting.


Shade and sweet water!

Stephan

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


smime.p7s
Description: S/MIME cryptographic signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Ben Hutchings
On Sun, 2012-04-29 at 14:59 +0200, Bernd Zeimetz wrote:
 On 04/27/2012 03:28 AM, Ben Hutchings wrote:
  On Fri, 2012-04-27 at 08:55 +0800, Patrick Lauer wrote:
  On 04/27/12 03:32, Adam Borowski wrote:
  On Thu, Apr 26, 2012 at 08:08:01PM +0100, Ben Hutchings wrote:
  On Thu, Apr 26, 2012 at 02:03:17PM -0400, Jonas Smedegaard wrote:
  I believe Debian still supports running locally compiled kernels
  which do not depend on udev, and that some setups do not require
  udev either (not everyone use fibre channel).
  
  It is supported only in the sense that it is not yet impossible.
  
  Please don't ask anyone to spend time to avoid udev dependencies; 
  hotplugging is normal and udev is the proper way to handle all 
  devices the Linux kernel finds.
  
  udev is just the reference implementation. mdev [part of busybox] can do 
  the same (modulo rules: it has a slightly simpler format that doesn't 
  provide exactly the same features (yet))
  [...]
  
  Sure, for Linux in general you have other options like mdev.  However, 
  Debian uses udev.
 
 
 Debian installs udev by default, but as with other init systems it should not
 stop your from using whatever-you-like instead of udev.

Of course, Debian has many derivative distributions that use some
alternate components.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


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

2012-04-29 Thread Harald Jenny
On Sat, Apr 28, 2012 at 08:39:41PM +0200, Jonas Smedegaard wrote:
 On 12-04-28 at 01:50pm, Joey Hess wrote:
  Jonas Smedegaard wrote:
   As I understand the current status, it has already on this list been 
   resolved that *both* packages should back off from using the 
   clashing name node.
   
   I also am biased in one direction but shall not say which as I see 
   no benefit at this point in rehashing the discussion: Both packaging 
   camps have clearly demonstrated a lack of interest in letting the 
   other use the name node, which means we must both step off of it.

Hi all,

I'm not sure if such this solution was already thought of so I have
choosen to present my approach:

A new package named node is created which contains two symlinks
/usr/(s)bin/node, a debconf question, link managing scripts and some
sort of trigger.
Both conflicting packages get a NMU by a neutral member renaming the
node command and adding a dedepency on the new package named node.
When installing only one of the two packages it automatically gets the
node link and everybody is happy.
If both are installed the person is presented a debconf question which
allows him to choose which node* should be the one.

Wouldn't this solve the whole dilemma in a policy compliant and easy
enough fashion that it could be used or what error is there in my idea?

Have a nice sunday
Harald Jenny


-- 
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/20120429135826.ga14...@harald-has.a-little-linux-box.at



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Miles Bader
Stephan Seitz stse+deb...@fsing.rootsland.net writes:
Isn't mounting filesystems, which can depend on the network, part of
the boot process?

 Yes, but how do you check if the network is configured and operational?
 - when the link is up?
 - when the IP address is configured (how do you check this with
 IPv6?)?  What are you doing if more than one IP address is configured
 for this NIC or more than one NIC is available?
 - when the switch accepts traffic on the port you are connected to?
 - when the router/firewall accepts traffic from your IP address?

 No event based init system will solve these problems when you have
 dependencies outside the box you are booting. The local admin has to
 check if all timings are right and must adjust them if they are not
 fitting.

Er, what?   Please don't throw out silly strawmen...

-miles

-- 
Inhumanity, n. One of the signal and characteristic qualities of humanity.


-- 
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/878vheipu5@catnip.gol.com



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

2012-04-29 Thread Marco d'Itri
On Apr 29, Harald Jenny har...@a-little-linux-box.at wrote:

 Wouldn't this solve the whole dilemma in a policy compliant and easy
 enough fashion that it could be used or what error is there in my idea?
If fixing a real world problem requires so much overhead because of 
policy concerns then it looks like the policy needs to be fixed.
Policy is not a religion.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Marco d'Itri
On Apr 29, Russ Allbery r...@debian.org wrote:

 desires.  The disruption doesn't seem worth it even if we had consensus
What kind of disruption are you thinking about?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Bernd Zeimetz
On 04/29/2012 04:11 PM, Ben Hutchings wrote:
 On Sun, 2012-04-29 at 14:59 +0200, Bernd Zeimetz wrote:
 On 04/27/2012 03:28 AM, Ben Hutchings wrote:
 On Fri, 2012-04-27 at 08:55 +0800, Patrick Lauer wrote:
 On 04/27/12 03:32, Adam Borowski wrote:
 On Thu, Apr 26, 2012 at 08:08:01PM +0100, Ben Hutchings wrote:
 On Thu, Apr 26, 2012 at 02:03:17PM -0400, Jonas Smedegaard
 wrote:
 I believe Debian still supports running locally compiled
 kernels which do not depend on udev, and that some setups do
 not require udev either (not everyone use fibre channel).
 
 It is supported only in the sense that it is not yet impossible.
 
 Please don't ask anyone to spend time to avoid udev dependencies;
  hotplugging is normal and udev is the proper way to handle all 
 devices the Linux kernel finds.
 
 udev is just the reference implementation. mdev [part of busybox] can
 do the same (modulo rules: it has a slightly simpler format that
 doesn't provide exactly the same features (yet))
 [...]
 
 Sure, for Linux in general you have other options like mdev.  However,
  Debian uses udev.
 
 
 Debian installs udev by default, but as with other init systems it should
 not stop your from using whatever-you-like instead of udev.
 
 Of course, Debian has many derivative distributions that use some alternate
 components.


Please stop trolling.
There is no reason why we should not allow people to use mdev or whatever they
like instead of udev.

-- 
 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/4f9d4faf.1060...@bzed.de



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Bernd Zeimetz
On 04/29/2012 04:18 PM, Miles Bader wrote:
 Stephan Seitz stse+deb...@fsing.rootsland.net writes:
 Isn't mounting filesystems, which can depend on the network, part of
 the boot process?

 Yes, but how do you check if the network is configured and operational?
 - when the link is up?
 - when the IP address is configured (how do you check this with
 IPv6?)?  What are you doing if more than one IP address is configured
 for this NIC or more than one NIC is available?
 - when the switch accepts traffic on the port you are connected to?
 - when the router/firewall accepts traffic from your IP address?

 No event based init system will solve these problems when you have
 dependencies outside the box you are booting. The local admin has to
 check if all timings are right and must adjust them if they are not
 fitting.
 
 Er, what?   Please don't throw out silly strawmen...


Stephan's points are valid. Just having a link on your favourite cisco does not
mean that you are allowed to send packets anywhere yet. Getting a ipv6 address
via radvd does not mean that you are able too access your nfsv4 server (and the
other way round...). And so on.

-- 
 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/4f9d5093.7000...@bzed.de



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

2012-04-29 Thread Harald Jenny
On Sun, Apr 29, 2012 at 04:23:25PM +0200, Marco d'Itri wrote:
 On Apr 29, Harald Jenny har...@a-little-linux-box.at wrote:
 
  Wouldn't this solve the whole dilemma in a policy compliant and easy
  enough fashion that it could be used or what error is there in my idea?
 If fixing a real world problem requires so much overhead because of 
 policy concerns then it looks like the policy needs to be fixed.
 Policy is not a religion.
 
 -- 
 ciao,
 Marco

Agreed but how long would it take to fix the policy vs how long would it
take to produce this package in the face of next stable release?

Kind regards
Harald Jenny


-- 
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/20120429143251.gb14...@harald-has.a-little-linux-box.at



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

2012-04-29 Thread Marco d'Itri
On Apr 29, Harald Jenny har...@a-little-linux-box.at wrote:

 Agreed but how long would it take to fix the policy vs how long would it
 take to produce this package in the face of next stable release?
The current situation does not even cause any practical problems, just 
a policy violation.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Ben Hutchings
On Sun, 2012-04-29 at 16:26 +0200, Bernd Zeimetz wrote:
 On 04/29/2012 04:11 PM, Ben Hutchings wrote:
  On Sun, 2012-04-29 at 14:59 +0200, Bernd Zeimetz wrote:
  On 04/27/2012 03:28 AM, Ben Hutchings wrote:
  On Fri, 2012-04-27 at 08:55 +0800, Patrick Lauer wrote:
  On 04/27/12 03:32, Adam Borowski wrote:
  On Thu, Apr 26, 2012 at 08:08:01PM +0100, Ben Hutchings wrote:
  On Thu, Apr 26, 2012 at 02:03:17PM -0400, Jonas Smedegaard
  wrote:
  I believe Debian still supports running locally compiled
  kernels which do not depend on udev, and that some setups do
  not require udev either (not everyone use fibre channel).
  
  It is supported only in the sense that it is not yet impossible.
  
  Please don't ask anyone to spend time to avoid udev dependencies;
   hotplugging is normal and udev is the proper way to handle all 
  devices the Linux kernel finds.
  
  udev is just the reference implementation. mdev [part of busybox] can
  do the same (modulo rules: it has a slightly simpler format that
  doesn't provide exactly the same features (yet))
  [...]
  
  Sure, for Linux in general you have other options like mdev.  However,
   Debian uses udev.
  
  
  Debian installs udev by default, but as with other init systems it should
  not stop your from using whatever-you-like instead of udev.
  
  Of course, Debian has many derivative distributions that use some alternate
  components.
 
 
 Please stop trolling.
 There is no reason why we should not allow people to use mdev or whatever they
 like instead of udev.

I'm perfectly serious.  You may be able to do that today, but you should
not expect it to work and should not report a bug if you are later
forced to install udev as a depdendency of some other package.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Vincent Bernat
OoO En  cette fin de  matinée radieuse du  dimanche 29 avril  2012, vers
11:25, Svante Signell svante.sign...@telia.com disait :

 But that's the whole point : new hardware pops up while booting. See for
 example a server that will need  a 3G connection. The 3G connection will
 be done  by some  classic USB key.  When the  USB key is  detected, udev
 triggers a script  asking the USB key (which defaults  to a mass storage
 device) to  switch to  modem mode.   Once it becomes  a modem,  the 3G
 connection  can be initialized.   Turning the  USB key  into a  modem is
 taking   some  time.   The   USB  key   will  be   disconnected,  then
 reconnected. SO, found new  hardware.  ifupdown scripts were already
 run and filed with interface not found.

 Nice description, thanks. However, this is not necessarily part of the
 _boot_ process!! This could/should happen _after_ the computer is up and
 running, e.g. when starting X. You are not able to use your USB modem
 until then anyway, and boot times should be as short as possible, not
 having to wait for a dongle to connect to the wireless network.

There is no  X. It is a _server_. Its  only available network connection
is through this 3G  usb dongle. If it does not happen  on boot, it never
happens.

 udev can run simple actions when a device appears but cannot run a chain
 of dependencies  (start the  3G connection, run  some daemon  that needs
 Internet  which in  turn  will trigger  some  client to  this daemon  to
 run). The solution is an event-based init. We want a reliable boot.

 Then the functionality of udev should be extended, not dragging the
 init scripts into this udev-Linux kernel interaction. I think it
 would be much better to isolate these two instead of having a third
 (potentially buggy) software included. 

The  functionality of  udev should  be extended  to  manage dependencies
between system daemons? Isn't the job of init?
-- 
Vincent Bernat ☯ http://vincent.bernat.im

Format a program to help the reader understand it.
- The Elements of Programming Style (Kernighan  Plauger)


pgpXpWSv0JZZH.pgp
Description: PGP signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Vincent Bernat
OoO Pendant le repas du samedi 28 avril 2012, vers 19:54, Thomas Goirand
z...@debian.org disait :

 We are in 2012 and if a non-essential daemon blocks the boot (no working
 network), we have no way to get a getty to be run.
 
 I agree with the rest of your post, but here, you are are
 picturing a very badly written init script that doesn't have
 a working failure mode! No daemon should block the boot,
 even with our current system. If it does, please feel free to
 file a bug.

There  is no  bug. When  using  start-stop-daemon on  a forking  daemon,
start-stop-daemon waits for the  process to detach which usually happens
when the  process is ready to  accept incoming requests. If  it needs to
establish some network connections, it will not fork before.

I am  not building some  random theoritical situation here.   It happens
with exim  and cfengine  for example. And  it also happens  when mouting
network drives. Even if you have  your root ready, you won't get a getty
after long long long timeouts.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

Make sure special cases are truly special.
- The Elements of Programming Style (Kernighan  Plauger)


pgpDnk6aK2pJC.pgp
Description: PGP signature


Re: switching from exim to postfix

2012-04-29 Thread Russ Allbery
m...@linux.it (Marco d'Itri) writes:
 On Apr 29, Russ Allbery r...@debian.org wrote:

 desires.  The disruption doesn't seem worth it even if we had consensus

 What kind of disruption are you thinking about?

Existing users who are familiar with Exim and who would get Postfix on a
new install and be surprised.

The giant endless flamewars on debian-devel required to make a decision to
change anything.  :)

-- 
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/87aa1uqxuh@windlord.stanford.edu



Re: switching from exim to postfix

2012-04-29 Thread Julien Cristau
On Sun, Apr 29, 2012 at 09:58:14 -0700, Russ Allbery wrote:

 m...@linux.it (Marco d'Itri) writes:
  On Apr 29, Russ Allbery r...@debian.org wrote:
 
  desires.  The disruption doesn't seem worth it even if we had consensus
 
  What kind of disruption are you thinking about?
 
 Existing users who are familiar with Exim and who would get Postfix on a
 new install and be surprised.
 
 The giant endless flamewars on debian-devel required to make a decision to
 change anything.  :)
 
The 500 packages that would have to change their Depends from exim4 |
mta to something else.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Roger Leigh
On Sun, Apr 29, 2012 at 07:03:11PM +0200, Julien Cristau wrote:
 The 500 packages that would have to change their Depends from exim4 |
 mta to something else.

The brokenness of having to have a default package hardcoded in
every virtual dependency rather than having a virtual defaults
package and/or central list is an insanity I wish we could have
fixed years ago.  We should not have global policy WRT virtual
package defaults embedded (inconsistently!) into every single
dependency!


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/20120429170701.ge28...@codelibre.net



Re: switching from exim to postfix

2012-04-29 Thread Russ Allbery
Julien Cristau jcris...@debian.org writes:

 The 500 packages that would have to change their Depends from exim4 |
 mta to something else.

Well, it would be nice to change all of those to depend on default-mta |
mail-transport-agent anyway, but yeah.  Making that low-priority change
urgent would be sort of annoying.

-- 
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/87y5pepitj@windlord.stanford.edu



Re: switching from exim to postfix

2012-04-29 Thread Raphael Hertzog
On Sun, 29 Apr 2012, Julien Cristau wrote:
 The 500 packages that would have to change their Depends from exim4 |
 mta to something else.

We're already on our way to update them with default-mta |
mail-transport-agent.

That would provide an incentive to finish converting the dependencies :-)

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/


-- 
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/20120429170856.gb1...@rivendell.home.ouaza.com



Re: switching from exim to postfix

2012-04-29 Thread Marco d'Itri
On Apr 29, Russ Allbery r...@debian.org wrote:

  What kind of disruption are you thinking about?
 Existing users who are familiar with Exim and who would get Postfix on a
 new install and be surprised.
This does not really look like a big surprise.
If somebody is familiar enough with Exim to modify the default configuration
then I think it is safe to assume that he also knows how to install the 
package.

 The giant endless flamewars on debian-devel required to make a decision to
 change anything.  :)
IIRC, last time we discussed this I think that even the exim maintainers 
were in favour of the change...

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Julien Cristau
On Sun, Apr 29, 2012 at 19:08:56 +0200, Raphael Hertzog wrote:

 On Sun, 29 Apr 2012, Julien Cristau wrote:
  The 500 packages that would have to change their Depends from exim4 |
  mta to something else.
 
 We're already on our way to update them with default-mta |
 mail-transport-agent.
 
On a very slow way.  I know.  That's beside the point.

 That would provide an incentive to finish converting the dependencies :-)
 
If you need disruption to do it then probably changing the default isn't
all that important.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Marco d'Itri
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.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Andrey Rahmatullin
On Sun, Apr 29, 2012 at 07:16:18PM +0200, Marco d'Itri wrote:
  The giant endless flamewars on debian-devel required to make a decision to
  change anything.  :)
 IIRC, last time we discussed this I think that even the exim maintainers 
 were in favour of the change...
What were the reasons?

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: switching from exim to postfix

2012-04-29 Thread Joerg Jaspert
On 12831 March 1977, Marco d'Itri wrote:
 Is this the right time to do it?

No.

It never will be.

It's insane to even think of switching one full featured MTA against
another full featured one. It feels like gosh, i dislike $onepiece,
lets all move to $differentpiece, though both are bad as default.

If you really want to invest work, the time is much better spent in
getting one of those tiny replacements a default. And then anyone who
wants/needs a real one can change. Much more useful that way.

-- 
bye, Joerg
Die dümmsten Hähne haben die dicksten Eier.


-- 
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/87k40y78dt@gkar.ganneff.de



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Roger Leigh
On Fri, Apr 27, 2012 at 08:49:24AM +0200, Adrian Knoth wrote:
 On Thu, Apr 26, 2012 at 02:03:17PM -0400, Jonas Smedegaard wrote:
 
  I believe Debian still supports running locally compiled kernels which 
  do not depend on udev, and that some setups do not require udev either 
  (not everyone use fibre channel).
 
 And then, there is this statement about the core distro:
 
There are a number of folk in the Linux ecosystem pushing for a
 small core of tightly coupled components to make the core of a modern
 linux distro. The idea is that this “core distro” can evolve in sync
 with the kernel, and generally move fast. This is both good for the
 overall platform and very hard to implement for the “universal”
 distros.

I hope I'm not alone in feeling quite uneasy about the implications
of the above.

One of the definining characteristics of the Linux ecosystem, including
Debian, has been that the system has been made up of a set of loosely-
coupled compoments with well-defined interfaces.  This is in stark
contrast to, e.g. Windows, MacOS and other proprietary systems, which
have extremely tight coupling between their components, and where being
able to swap out one component for another is almost unheard of.  Given
that this loose coupling has enabled experimentation with a wide
variety of different solutions to problems, and allowed the evolution
of a diverse range of different packages to solve a very wide variety
of needs, it could be considered one of the defining factors in the
success of Linux.  Quite why we would want to replace this with a
one-size-fits-all solution beggars belief.

Given the ongoing debate regarding the different init systems we might
want to adopt long-term, I think this is perhaps one of the less
discussed factors, but perhaps one of the more important ones.  Both
systemd and upstart are technically superior to all the alternatives,
systemd perhaps more so.  But while the technical advantages are nice,
these come at the cost of reducing the amount of diversity in the
system, and our ability to replace pieces which don't fit our needs
due to the tight coupling.

While sysvinit is clearly inferior, it gives us (Debian) something the
others do not: control over our own destiny, and the ability to
modify every aspect of it and the init scripts to fit our needs.  Both
systemd and upstart are largely influenced by third parties.  As a
trivial example: systemd creates user session information in
/run/user/$user .  I brought up with lennart the fact that this would
only permit one session per user.  He rejected out of hand the fact
that more than one session would ever be needed, because Gnome only
allowed one session per user.  So the limitations of Gnome in this
respect have led to a fundamental limitation in systemd's session
management.

We could patch and work around this type of brokenness easily enough.
But given the rapid speed at which systemd is growing and swallowing
up more and more functionality previously served by different tools,
would we have the ability and will to continue to patch every bit that
didn't fit our needs, and keep that working over time?  If we can't,
we'll potentialy end up with a technically superior system... which
meets the needs of Gnome/Fedora and other distributions, rather than
our own.  And when the primary maintainers have shown themselves to
be less than willing to accommodate even this simplest of requests
(as above; a single tempnam call would have been sufficient), would
we be committing ourselves to a less than desirable fate?


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/20120429174548.gf28...@codelibre.net



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Roger Leigh
On Thu, Apr 26, 2012 at 01:42:48PM +0100, Roger Leigh wrote:
 I'm going to investigate it in more detail on a running Gentoo system
 and learn a bit more about it before doing anything.  If anyone fancies
 doing the packaging, I'll be happy to join in.  I'll probably be able
 to provide a better overview once I know a bit more.

Just to provide a bit more context for this discussion.  After
learning a bit more about how OpenRC works, thanks to their
assistance on IRC:

- OpenRC is a relacement for sysv-rc/insserv/startpar
- It still depends on sysvinit, though only for the initial
  inittab runlevel actions.
- It uses its own dependency system rather than LSB.  In some
  ways, it's nicer (starting a script manually will also start
  the required deps, something LSB scripts can not do), and most
  of the LSB deps will map to OpenRC deps (not sure about all the
  (X- variants yet)
- It looks like it will be possible to get OpenRC to run LSB
  scripts and cope with LSB dependencies, which would let us
  evaluate it in Debian.

So from the POV of the wider systemd/upstart debate, it's not
going to particularly affect that.  I think this could be
viewed as a potentially good upgrade from insserv/startpar.


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/20120429175717.gg28...@codelibre.net



non-event-based init systems are unfixable [Was: Re: RFC: OpenRC as Init System for Debian]

2012-04-29 Thread Steve Langasek
On Sun, Apr 29, 2012 at 03:59:03PM +0200, Stephan Seitz wrote:
 On Sun, Apr 29, 2012 at 10:33:16PM +0900, Miles Bader wrote:
 Isn't mounting filesystems, which can depend on the network, part of
 the boot process?

 Yes, but how do you check if the network is configured and operational?
 - when the link is up?
 - when the IP address is configured (how do you check this with
 IPv6?)?What are you doing if more than one IP address is
 configured for this   NIC or more than one NIC is available?
 - when the switch accepts traffic on the port you are connected to?
 - when the router/firewall accepts traffic from your IP address?

Retransmitting your packets because the network is not yet delivering them
is an entirely different error handling scenario from rebinding because your
service was started before the system has an address (or interface).  The
former is handled transparently by the protocol stack and the latter
requires every application to handle it manually - and the only way the
application can handle it is by stupid polling.

Linux is an event-based system, and we need to do event-based activation of
the software, so that we don't have to patch a hundred processes to poll for
the network to show up underneath them.

The fact that v6 addresses may come and go without generating events seen by
userspace is a deficiency with the current system; but a) it's a solvable
one, b) having reliable events for all the *other* scenarios is a huge
reliability improvement over the sysvinit status quo.

For some insight into how upstart structures its events to ensure reliable
start of network services on boot, see the Upstart Cookbook:

  http://upstart.ubuntu.com/cookbook/

 No event based init system will solve these problems when you have
 dependencies outside the box you are booting. The local admin has to
 check if all timings are right and must adjust them if they are not
 fitting.

IOW, the admin has to add a bunch of sleep's everywhere?  Pass, thanks.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429180920.gb25...@virgil.dodds.net



Re: switching from exim to postfix

2012-04-29 Thread Joey Hess
Joerg Jaspert wrote:
 It's insane to even think of switching one full featured MTA against
 another full featured one. It feels like gosh, i dislike $onepiece,
 lets all move to $differentpiece, though both are bad as default.

Yeah, Debian has certianly never done that before ..
(Remember smail? It's still mentioned in Policy even!)

 If you really want to invest work, the time is much better spent in
 getting one of those tiny replacements a default. And then anyone who
 wants/needs a real one can change. Much more useful that way.

That would be a fairly viable route. Although it slightly begs the
question of what task-mail-server would then pull in instead.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Marco d'Itri
On Apr 29, Roger Leigh rle...@codelibre.net wrote:

 I hope I'm not alone in feeling quite uneasy about the implications
 of the above.
We can all be uneasy about it until we are blue in the face, but since 
Red Hat maintains most Linux core components and we do not, there is not 
much we can do about it.

 While sysvinit is clearly inferior, it gives us (Debian) something the
 others do not: control over our own destiny, and the ability to
 modify every aspect of it and the init scripts to fit our needs.  Both
 systemd and upstart are largely influenced by third parties.  As a
I do not consider settling for obsolete software to be a useful 
direction for Debian, nor is NIH a great argument in software design.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Svante Signell
On Sun, 2012-04-29 at 20:19 +0200, Marco d'Itri wrote:
 On Apr 29, Roger Leigh rle...@codelibre.net wrote:
 
  I hope I'm not alone in feeling quite uneasy about the implications
  of the above.
 We can all be uneasy about it until we are blue in the face, but since 
 Red Hat maintains most Linux core components and we do not, there is not 
 much we can do about it.

Maybe GNU/Linux is not the bright future any longer. 

  While sysvinit is clearly inferior, it gives us (Debian) something the
  others do not: control over our own destiny, and the ability to
  modify every aspect of it and the init scripts to fit our needs.  Both
  systemd and upstart are largely influenced by third parties.  As a
 I do not consider settling for obsolete software to be a useful 
 direction for Debian, nor is NIH a great argument in software design.

Talking about NIH, is systemd not that if anything?



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



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Fernando Lemos
On Sun, Apr 29, 2012 at 2:45 PM, Roger Leigh rle...@codelibre.net wrote:
 One of the definining characteristics of the Linux ecosystem, including
 Debian, has been that the system has been made up of a set of loosely-
 coupled compoments with well-defined interfaces.  This is in stark
 contrast to, e.g. Windows, MacOS and other proprietary systems, which
 have extremely tight coupling between their components, and where being
 able to swap out one component for another is almost unheard of.  Given
 that this loose coupling has enabled experimentation with a wide
 variety of different solutions to problems, and allowed the evolution
 of a diverse range of different packages to solve a very wide variety
 of needs, it could be considered one of the defining factors in the
 success of Linux.  Quite why we would want to replace this with a
 one-size-fits-all solution beggars belief.

Just to be clear, what you're describing is specific to systemd, not
to event-based init systems in general.

It's true that diversity fosters innovation. I think the question here
is, should Debian make technical choices based on whether or not the
resulting distribution is an ambient that fosters innovation on init
system design? And when I think of it that way, the answer seems to be
a resounding no.


 Given the ongoing debate regarding the different init systems we might
 want to adopt long-term, I think this is perhaps one of the less
 discussed factors, but perhaps one of the more important ones.  Both
 systemd and upstart are technically superior to all the alternatives,
 systemd perhaps more so.  But while the technical advantages are nice,
 these come at the cost of reducing the amount of diversity in the
 system, and our ability to replace pieces which don't fit our needs
 due to the tight coupling.

Just to be clear again, this is also specific to the current
event-based init implementations. It's not in any way a characteristic
of event-based init systems in general.

Integration versus flexibility is a tradeoff. At one end of the
spectrum, we have a very tightly integrated distribution, where
nothing is interchangeable. At the other end, we have the concept of
distribution as a simple collection of binaries with pretty much no
integration. Having a better integrated init system would push Debian
a little bit towards the former, no doubt.


 While sysvinit is clearly inferior, it gives us (Debian) something the
 others do not: control over our own destiny, and the ability to
 modify every aspect of it and the init scripts to fit our needs.  Both
 systemd and upstart are largely influenced by third parties.  As a
 trivial example: systemd creates user session information in
 /run/user/$user .  I brought up with lennart the fact that this would
 only permit one session per user.  He rejected out of hand the fact
 that more than one session would ever be needed, because Gnome only
 allowed one session per user.  So the limitations of Gnome in this
 respect have led to a fundamental limitation in systemd's session
 management.

 We could patch and work around this type of brokenness easily enough.
 But given the rapid speed at which systemd is growing and swallowing
 up more and more functionality previously served by different tools,
 would we have the ability and will to continue to patch every bit that
 didn't fit our needs, and keep that working over time?  If we can't,
 we'll potentialy end up with a technically superior system... which
 meets the needs of Gnome/Fedora and other distributions, rather than
 our own.  And when the primary maintainers have shown themselves to
 be less than willing to accommodate even this simplest of requests
 (as above; a single tempnam call would have been sufficient), would
 we be committing ourselves to a less than desirable fate?

That's certainly something we need to take into account. There's an
option you didn't mention: forking. I think it's better to fork than
to try to come up with something from scratch. When people write stuff
from scratch, 9 out of 10 times they just don't understand the problem
they're trying to solve. And if it's a big project (such as an init
system), it's very unlikely to ever get off the ground.


Regards,


--
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/canvyna838ycfnqc7g0todrcjkdbsmpdjh-9zrsz4x4aymrh...@mail.gmail.com



Re: RFC: OpenRC as Init System for Debian

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

 We can all be uneasy about it until we are blue in the face, but since 
 Red Hat maintains most Linux core components and we do not, there is not 
 much we can do about it.

I'll repeat what I said last time you made this (in my opinion
strange) argument:

Red Hat employs some eminently friendly and reasonable people.
Claiming that we are at their mercy is ignoring the ability to reason
with them.  (When that stops being true, we can talk about whether it
is time to work with other distros on a fork, but given that we're not
there yet, I wonder why you keep on raising the point.)


-- 
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/20120429193024.GA28023@burratino



Definition of _boot_

2012-04-29 Thread Svante Signell
Hello,

In line with the recent discussion, lets aim at defining what _boot_ is:
- initializing the RAM: yes
- initializing the CPU(s): yes
- loading the kernel: yes
- initializing the graphics card: yes for text mode, graphics mode can
come later
- initializing the HDD(s): yes, if boot devices.
- setting up swap: yes
 -initializing the keyboard and mouse : yes, see below wrt USB
- initializing the serial device: no, only if used for debugging.
- initializing the the parallel port: no
- initializing the audio card: can be done later
- initializing USB devices: yes if keyboard, mouse or boot device, other
things can be done later.
- starting up the network: yes if network booting, other things can be
done later.
- starting an MTA: no
- staring sshd: no
- starting X: no, that is not a _boot_ task,  other things can be done
later. This excludes network-manager and what follows with it.
- of course there are missing pieces here, you can help me filling them
in... or reject/not comment on this as usual as many of you would.

Thank you for your attention!


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



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Roger Leigh
On Sun, Apr 29, 2012 at 08:19:44PM +0200, Marco d'Itri wrote:
 On Apr 29, Roger Leigh rle...@codelibre.net wrote:
 
  While sysvinit is clearly inferior, it gives us (Debian) something the
  others do not: control over our own destiny, and the ability to
  modify every aspect of it and the init scripts to fit our needs.  Both
  systemd and upstart are largely influenced by third parties.  As a
 I do not consider settling for obsolete software to be a useful 
 direction for Debian, nor is NIH a great argument in software design.

Just to be clear, I am by no means suggesting that we should stick
with sysvinit.  I am merely pointing out that there are important
factors to consider /in addition to/ the technical merits of the init
system.  With systemd we get a technically excellent system, but we are
also buying into a whole lot more than that, some good, some bad.

Keeping our options open, and evaluating what are options are
available and usable is important, and this is the principal reason
why I am interested in looking at OpenRC.  It doesn't hurt to try it 
out and see if it meets our needs.


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/20120429201451.gh28...@codelibre.net



Re: switching from exim to postfix

2012-04-29 Thread Christoph Anton Mitterer
On Sun, 2012-04-29 at 03:13 +0200, Marco d'Itri wrote:
 Is this the right time to do it?
I'd vote for it :)

Or better said for depending on a default-mta which is going to be
postifx, as already outlined.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: Definition of _boot_

2012-04-29 Thread Jonathan Nieder
Svante Signell wrote:

 In line with the recent discussion, lets aim at defining what _boot_ is:

Why?  Unless you are suggesting documentation is unclear, I don't see
how this has any impact on the development of Debian.


-- 
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/20120429204859.GA31883@burratino



Re: Definition of _boot_

2012-04-29 Thread Ben Hutchings
On Sun, Apr 29, 2012 at 09:51:37PM +0200, Svante Signell wrote:
 Hello,
 
 In line with the recent discussion, lets aim at defining what _boot_ is:
[...]

No, let's not.  Beyond RAM, CPU, IRQ controllers and timers (all
of which are part of the kernel's early initialisation) pretty
much all of this varies from system to system and potentialy from
boot to boot.

Further, if I normally log in to my laptop through gdm then gdm most
certainly is part of the boot process *on that laptop*.  And if I set
up a Debian-based system as a web kiosk, starting the web browser is
also part of the boot process *on that system*.
 
Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
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/20120429205247.gq3...@decadent.org.uk



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Fernando Lemos
On Sun, Apr 29, 2012 at 5:14 PM, Roger Leigh rle...@codelibre.net wrote:
 Keeping our options open, and evaluating what are options are
 available and usable is important, and this is the principal reason
 why I am interested in looking at OpenRC.  It doesn't hurt to try it
 out and see if it meets our needs.

Agreed on the keeping our options open part. But given that the
kernel is increasingly event-based, OpenRC seems to be a step
backwards. 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.

Regards,


--
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/canvyna8w36re26qaxeyxegna4e_tqpyrkp3+t1omhaqa4-_...@mail.gmail.com



Re: switching from exim to postfix

2012-04-29 Thread Carsten Hey
* Joey Hess [2012-04-29 14:22 -0400]:
 Joerg Jaspert wrote:
  It's insane to even think of switching one full featured MTA against
  another full featured one. It feels like gosh, i dislike $onepiece,
  lets all move to $differentpiece, though both are bad as default.

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.  Maybe it
could be changed to use incron and not cron on Linux.  It's
README.Debian contains more verbose information.

It currently lacks support for .forward files, ignores -bs, misses -F,
ignores -om and the newaliases command exits with 1 if run without
arguments.  I'm nore sure if the latter two are problematic.


 Yeah, Debian has certianly never done that before ..
 (Remember smail? It's still mentioned in Policy even!)

JFTR: According to [1] and [2], the reason to switch away from smail was
that exim are easier to configure.

 [1] http://lists.debian.org/debian-devel/1998/11/msg00415.html
 [2] http://lists.debian.org/debian-devel/1998/11/msg00489.html


  If you really want to invest work, the time is much better spent in
  getting one of those tiny replacements a default. And then anyone who
  wants/needs a real one can change. Much more useful that way.

 That would be a fairly viable route. Although it slightly begs the
 question of what task-mail-server would then pull in instead.

If there will ever be a Debian user survey (again?), this question would
be a good fit.  At least GRML did user surveys in the past:
http://grml.org/survey2011-results/


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/20120429205045.ga23...@furrball.stateful.de



Bug#670875: ITP: logsurfer -- Monitoring system logs in real-time

2012-04-29 Thread Thilo Uttendorfer
Package: wnpp
Severity: wishlist
Owner: Thilo Uttendorfer deb...@uttendorfer.net

* Package name: logsurfer
  Version : 1.8
  Upstream Author : Kerry Thompson ke...@crypt.gen.nz
* URL : http://www.crypt.gen.nz/logsurfer/
* License : BSD
  Programming Lang: C
  Description : Monitoring system logs in real-time

Logsurfer is a program for monitoring system logs in real-time, and reporting
on the occurrence of events.



-- 
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/20120429210635.3942.66571.reportbug@kent.simpsons



Re: Definition of _boot_

2012-04-29 Thread Svante Signell
On Sun, 2012-04-29 at 21:52 +0100, Ben Hutchings wrote:
 On Sun, Apr 29, 2012 at 09:51:37PM +0200, Svante Signell wrote:
  Hello,
  
  In line with the recent discussion, lets aim at defining what _boot_ is:
 [...]
 
 No, let's not.  Beyond RAM, CPU, IRQ controllers and timers (all
 of which are part of the kernel's early initialisation) pretty
 much all of this varies from system to system and potentialy from
 boot to boot.

I'd assume that. Thank you.

 Further, if I normally log in to my laptop through gdm then gdm most
 certainly is part of the boot process *on that laptop*.  And if I set
 up a Debian-based system as a web kiosk, starting the web browser is
 also part of the boot process *on that system*.

Then why can't we define what _boot_ is then? Single user, multi-user,
desktop, laptop, server, with or without X (soon wayland) etc?


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



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Marco d'Itri
On Apr 29, Jonathan Nieder jrnie...@gmail.com wrote:

 Red Hat employs some eminently friendly and reasonable people.
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.
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)

 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.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Uoti Urpala
Roger Leigh wrote:
 One of the definining characteristics of the Linux ecosystem, including
 Debian, has been that the system has been made up of a set of loosely-
 coupled compoments with well-defined interfaces.  This is in stark
 contrast to, e.g. Windows, MacOS and other proprietary systems, which
 have extremely tight coupling between their components, and where being
 able to swap out one component for another is almost unheard of.  Given
 that this loose coupling has enabled experimentation with a wide
 variety of different solutions to problems, and allowed the evolution

Recent innovation related to init systems has largely happened in
systemd. More conservative approaches have failed to show enough
progress to solve even the immediate problems. IMO there's enough
evidence that the part which needed new innovation was the interfaces
and the integration between them, not the individual pieces trying to
work within the limitations of the old interfaces.


 While sysvinit is clearly inferior, it gives us (Debian) something the
 others do not: control over our own destiny, and the ability to
 modify every aspect of it and the init scripts to fit our needs.  Both
 systemd and upstart are largely influenced by third parties.

 But given the rapid speed at which systemd is growing and swallowing
 up more and more functionality previously served by different tools,
 would we have the ability and will to continue to patch every bit that
 didn't fit our needs, and keep that working over time?  If we can't,
 we'll potentialy end up with a technically superior system... which
 meets the needs of Gnome/Fedora and other distributions, rather than
 our own.

You're not offering any competitive alternative to systemd. In fact,
you're pretty much saying that that it's not realistic to maintain an
alternative. If you're given a choice between using Debian from 10 years
ago or the latest Fedora, would you choose the old Debian because it
was made for our needs? I think there's a quite direct equivalence
between preferring the 10-year-old Debian and preferring to stay with
sysvinit just to control our own destiny.



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



Bug#670876: ITP: php-sabredav -- SabreDAV allows you to easily add WebDAV support to a PHP application

2012-04-29 Thread Thomas Mueller
Package: wnpp
Severity: wishlist
Owner: Thomas Mueller thomas.muel...@tmit.eu

* Package name: php-sabredav
  Version : 1.6.2
  Upstream Author : Evert Pot ev...@rooftopsolutions.nl
* URL : http://www.http://sabredav.org/
* License : BSD
  Programming Lang: php
  Description : SabreDAV allows you to easily add WebDAV support to a PHP 
application

SabreDAV is meant to cover the entire standard, and attempts to allow 
integration using an easy to understand API.

Feature list:

Fully WebDAV compliant
Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive, 
Open Office, and probably more.
Passing all Litmus tests.
Supporting class 1, 2 and 3 Webdav servers.
Locking support.
Custom property support.
CalDAV (tested with Evolution, iCal, iPhone and Lightning).
CardDAV (tested with OS/X addressbook, the iOS addressbook and Evolution).
Over 97% unittest code coverage. 

Supported RFC's:

RFC2617: Basic/Digest auth.
RFC2518: First WebDAV spec.
RFC3744: ACL (some features missing).
RFC4709: DavMount.
RFC4791: CalDAV.
RFC4918: WebDAV revision.
RFC5397: current-user-principal.
RFC5689: Extended MKCOL.
RFC6352: CardDAV
draft-daboo-carddav-directory-gateway: CardDAV directory gateway
CalDAV ctag, CalDAV-proxy. 



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



Re: Definition of _boot_

2012-04-29 Thread Carsten Hey
* 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.


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/20120429214803.gb23...@furrball.stateful.de



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

2012-04-29 Thread Uoti Urpala
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
think this is better characterized as a case of Debian preferring an
inferior format because that's the only thing its existing tools already
support, while Red Hat is free to choose the superior format without
drawbacks as it never had such tools at all.



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



Re: Definition of _boot_

2012-04-29 Thread Ben Hutchings
On Sun, Apr 29, 2012 at 11:11:08PM +0200, Svante Signell wrote:
 On Sun, 2012-04-29 at 21:52 +0100, Ben Hutchings wrote:
  On Sun, Apr 29, 2012 at 09:51:37PM +0200, Svante Signell wrote:
   Hello,
   
   In line with the recent discussion, lets aim at defining what _boot_ is:
  [...]
  
  No, let's not.  Beyond RAM, CPU, IRQ controllers and timers (all
  of which are part of the kernel's early initialisation) pretty
  much all of this varies from system to system and potentialy from
  boot to boot.
 
 I'd assume that. Thank you.
 
  Further, if I normally log in to my laptop through gdm then gdm most
  certainly is part of the boot process *on that laptop*.  And if I set
  up a Debian-based system as a web kiosk, starting the web browser is
  also part of the boot process *on that system*.
 
 Then why can't we define what _boot_ is then? Single user, multi-user,
 desktop, laptop, server, with or without X (soon wayland) etc?
 
Ignoring special boot modes for the moment, the system is booted when
its usual services are available.  Exactly what those usual services
are is determined by package selection and local configuration.  We
cannot make an exhaustive definition.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
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/20120429232754.gr3...@decadent.org.uk



Re: Definition of _boot_

2012-04-29 Thread Chow Loong Jin
On 30/04/2012 03:51, Svante Signell wrote:
 - starting up the network: yes if network booting, other things can be
 done later.
 - starting an MTA: no
 - staring sshd: no

On my remotely administered Debian server, these three are *definitely* part of
the boot process, and it's not network booting.

I have no idea where you pulled your definition of _boot_ out from, but my
definition of _boot_ is the process of initializing hardware, and starting up
every service needed to get the machine into its usual running state.

From wikipedia:
 In computing, booting (also known as booting up) is the initial set of
 operations that a computer system performs when electrical power is switched 
 on.
 The process begins when a computer that has been turned off is re-energized, 
 and
 ends when the computer is ready to perform its normal operations. 

Read: ends when the computer is ready to perform its normal operations.

Is a remotely administered machine ready to perform its normal operations 
when:-
1. The network is still down? No.
2. SSH is still down? No.
3. (in the case of a mail server) MTA is still down? No.


Thank you. Now let's please stop this farce.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Re: switching from exim to postfix

2012-04-29 Thread Adam Borowski
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.

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


-- 
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/20120429235934.ga16...@angband.pl



Re: switching from exim to postfix

2012-04-29 Thread Russ Allbery
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.

I think that was Carsten's point about switching to incron, which would
then do the right thing for new outgoing mail.  You'd still need timed
handling of queued mail for retries.

(I was not previously familiar with incron; what a neat idea!)

-- 
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/87ehr6xdo8@windlord.stanford.edu



Bug#670887: ITP: volti -- control audio volume from system tray/notification area

2012-04-29 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: volti
  Version : 0.2.3
  Upstream Author : Milan Nikolic gen2br...@gmail.com
* URL : http://code.google.com/p/volti/
* License : GPL
  Programming Lang: Python
  Description : control audio volume from system tray/notification area

 Volti is a lightweight GTK+ application for controlling audio
 volume from system tray/notification area.
 .
 Features:
  * no PulseAudio, GStreamer, Phonon etc. only ALSA is needed
  * internal mixer application, either choosing any mixer app
is possible
  * left click opens volume scale (slider)
  * scroll wheel on tray icon changes volume, increment in
percents is configurable
  * configurable middle click to toggle 'mute' or 'show mixer'
  * nice tooltip with card and volume info
  * support for multimedia keys
  * support desktop notifications on keys events



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



Re: Enabling hardened build flags for Wheezy

2012-04-29 Thread Charles Plessy
Le Thu, Mar 08, 2012 at 12:26:46AM +0900, Charles Plessy a écrit :
 
 Thanks (and thanks Cyril) for the hint.  Still there are two things
 I do not understand:
 
  - Why and when it is a problem to add preprocessor flags in CFLAGS.
 
  - Why we chose the solution that require more extensive changes
to the packages.

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 ?

Anyway, I am starting to push some makefile patches upstream.  And in the
meantime, I am not doing anything particularly interesting for Debian.  In
contrary, I spend less time, because the tedious micromanagement of the
compiler flags is so boring and looks so useless, yet it is necessary to enable
hardening flags that are 'important' in our BTS.  Seriously, which package in
Debian directly benefits from the split of the hardening flags in three
separate variables ?  What other features than hardening are using this ?

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/20120430023116.ga1...@falafel.plessy.net



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Miles Bader
Bernd Zeimetz be...@bzed.de writes:
 Er, what?   Please don't throw out silly strawmen...

 Stephan's points are valid. Just having a link on your favourite cisco does 
 not
 mean that you are allowed to send packets anywhere yet. Getting a ipv6 address
 via radvd does not mean that you are able too access your nfsv4 server (and 
 the
 other way round...). And so on.

No, his points are strawmen.  Nothing is perfect, and there are no
absolute guarantees of _anything_, but there are things which can
generally assumed to be work in practice (in particular anything
outside the current box).

If there are ipv6 / nfsv4 interoperability issues, that's a shame, but
it certainly shouldn't be used as an excuse to gimp the entire system,
when it may work fine for people using ipv4 and nfsv3...

That's what it sounds like Stephan is doing:  oh it can't be perfect,
so let's not even try to be good.

-miles

-- 
gravity a demanding master ... soft soft snow


-- 
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/87fwblhoth@catnip.gol.com



Re: RFC: OpenRC as Init System for Debian

2012-04-29 Thread Tollef Fog Heen
]] Bernd Zeimetz 

 You actually want to start your iscsi stuff even your network is not
 available right now - and you for sure don't want to stop it just
 because the link flaps.

You need to wait for the right IP to become available so it can bind to
the right place.  And why would you stop networking because the link
flaps?

 If you want to do something after your devices appear, use udev.

udev has, intentionally, short timeouts and it should just trigger
services starting, it shouldn't run init script and such itself.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aa1t7pbd@qurzaw.varnish-software.com



Accepted bitmap-mule 8.5+0.20030825.0433-12 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 14:08:44 +0900
Source: bitmap-mule
Binary: bitmap-mule xfonts-bitmap-mule
Architecture: source all
Version: 8.5+0.20030825.0433-12
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 bitmap-mule - bitmap handler for GNU Emacs
 xfonts-bitmap-mule - fonts of BITMAP-MULE for X
Changes: 
 bitmap-mule (8.5+0.20030825.0433-12) unstable; urgency=low
 .
   * debian/emacsen-install: Create relative symlinks.
   * debian/emacsen-install, debian/emacsen-remove: Rewritten.
   * debian/rules: Remove handling of emacsen-install.in.
   * debian/patches/*.patch: Typo fix.
Checksums-Sha1: 
 ad69caa3ff682c637bba98964b566bc3c429dffd 1944 
bitmap-mule_8.5+0.20030825.0433-12.dsc
 b4c0146148d6845123d3e4701665d3e3f2f39180 7789 
bitmap-mule_8.5+0.20030825.0433-12.debian.tar.gz
 ce82bad38965d236febe2733200f7e1ac92726d1 54926 
bitmap-mule_8.5+0.20030825.0433-12_all.deb
 6edb9002aac635d86166753a4f4dc7873223e34f 94874 
xfonts-bitmap-mule_8.5+0.20030825.0433-12_all.deb
Checksums-Sha256: 
 988a3869fe67b4a5dfd99e2ada91cdb8a0dee49ff1a69623c7f012b4a16b1f04 1944 
bitmap-mule_8.5+0.20030825.0433-12.dsc
 6a7f62733718434ed41006aff59d33e4583f6f57078e277d40c94195beda9360 7789 
bitmap-mule_8.5+0.20030825.0433-12.debian.tar.gz
 27ceb8b95387f2fdd6d48541b70df0e67ad60e0bfa4ba2e205931efca05b9d00 54926 
bitmap-mule_8.5+0.20030825.0433-12_all.deb
 6d19ca9ce1d3aa5340dc5f189c6b9c02005ffd05e7f9cf7c4c27241f466ed758 94874 
xfonts-bitmap-mule_8.5+0.20030825.0433-12_all.deb
Files: 
 b780502c8e2595a5824637c02106bf7a 1944 editors optional 
bitmap-mule_8.5+0.20030825.0433-12.dsc
 c1962217fe83e3c9c57f89c0cfb539be 7789 editors optional 
bitmap-mule_8.5+0.20030825.0433-12.debian.tar.gz
 1b4b922f8de12a1f8d7cbb089961edf8 54926 editors optional 
bitmap-mule_8.5+0.20030825.0433-12_all.deb
 e1b3b599a60f1722441d673f3ace3c4e 94874 fonts optional 
xfonts-bitmap-mule_8.5+0.20030825.0433-12_all.deb

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

iQIcBAEBCAAGBQJPnNM0AAoJEOXvq5AIDqY8lyQP/32mUg9H/BL3d3TkCbOjhVM/
7vht1tUUrYJ14Y53efSWk++yH+ToPfwVzDh13loKD8VgRI/CAlTitzosVF+ZMyA4
vdSBRGT0l8YUZynCdRfwRNYrvO1X1NK4bekXaoLQxXB59zt6qk5B7zERk2PUbLMz
/mxCwf5bGjjboqdh1HpN4BfgrK651irc9skSlAGD/ge1TPI6k7PA8e2fLNPcGibN
LmMJsC5FFUYi1aQtN8WC2Jwl7lqNNlUnTpDjOAbY5hdR/8XSJS3tmP1TExP+vXUB
FP9Krr4HCGwW0I54WbC9Maovm9mWIeqz+JyHbj5mN2B5h3qRE8JC4TynHnsAS2dG
Mawisvv/1LrQXKWsvu1nSdjfNLiMmKWtvvP7SR6mHr6ZwV/5wfbs/21lCJdWv1xR
6aKC0qGY3qCllEKqiiTf29asWM/pjLEabeBasRVFjuM9PNnABE65SnQfBmDEUzem
nf3gyatULBce6+4rQQcPTqPrk6s2ePRujylme5Morvd/OJAwalD75Mn2pbkX8oaf
KRF36YZFgUJRuZMoSibfSTuUG+pLOfGJF6xIS+zj0TLP2iBQLWbRqfsTiAFfX2ot
WmOgVlCorFcdDZsFytVzjFWwqtKiWD1yuA/dAwXnJrzPirlmHlWJiNrMdXTORXoC
I4xB+1HNka6FQOLnXizU
=J4T0
-END PGP SIGNATURE-


Accepted:
bitmap-mule_8.5+0.20030825.0433-12.debian.tar.gz
  to main/b/bitmap-mule/bitmap-mule_8.5+0.20030825.0433-12.debian.tar.gz
bitmap-mule_8.5+0.20030825.0433-12.dsc
  to main/b/bitmap-mule/bitmap-mule_8.5+0.20030825.0433-12.dsc
bitmap-mule_8.5+0.20030825.0433-12_all.deb
  to main/b/bitmap-mule/bitmap-mule_8.5+0.20030825.0433-12_all.deb
xfonts-bitmap-mule_8.5+0.20030825.0433-12_all.deb
  to main/b/bitmap-mule/xfonts-bitmap-mule_8.5+0.20030825.0433-12_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/e1sond2-00044h...@franck.debian.org



Accepted php-horde-mime-viewer 1.0.8-1.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 05:42:38 +
Source: php-horde-mime-viewer
Binary: php-horde-mime-viewer
Architecture: source all
Version: 1.0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 php-horde-mime-viewer - ${phppear:summary}
Closes: 25
Changes: 
 php-horde-mime-viewer (1.0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Adds a patch to use role=www instead of role=horde (Closes: #25).
Checksums-Sha1: 
 71990c99d669c2d57dffb9f755768a3eb31764d6 1278 
php-horde-mime-viewer_1.0.8-1.1.dsc
 f296bcf6940a801585e6fb3dab727a52db6b78e6 4636 
php-horde-mime-viewer_1.0.8-1.1.debian.tar.gz
 cd8ee63a678638a3e3aebd41bba42242ed9eef5f 157178 
php-horde-mime-viewer_1.0.8-1.1_all.deb
Checksums-Sha256: 
 bb09927e906c93a039291626d669b57520a882c1a1d93806c2c9135c8b304224 1278 
php-horde-mime-viewer_1.0.8-1.1.dsc
 73e8d7e4ae3e87e6e2e146476edd9bac32a91eeeba3d9b20b92ca6718fafe97c 4636 
php-horde-mime-viewer_1.0.8-1.1.debian.tar.gz
 f7dfd7355d8885ef8480f10e32f263fa4817df9edec8409e2207b2e9a05fe8a1 157178 
php-horde-mime-viewer_1.0.8-1.1_all.deb
Files: 
 41156c0fb632fec3c6efcb53f6a3911e 1278 php extra 
php-horde-mime-viewer_1.0.8-1.1.dsc
 52aace920170da17182fd9b70fa7b780 4636 php extra 
php-horde-mime-viewer_1.0.8-1.1.debian.tar.gz
 dab23c30667e350916c916bc786e280e 157178 php extra 
php-horde-mime-viewer_1.0.8-1.1_all.deb

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

iEYEAREDAAYFAk+c1PsACgkQl4M9yZjvmknpJgCfWCWnSdzhaLrlpRydK1+xRuT0
xNEAoOoI1UKrArAKzopzQQBGhS0gcDI/
=Vu84
-END PGP SIGNATURE-


Accepted:
php-horde-mime-viewer_1.0.8-1.1.debian.tar.gz
  to main/p/php-horde-mime-viewer/php-horde-mime-viewer_1.0.8-1.1.debian.tar.gz
php-horde-mime-viewer_1.0.8-1.1.dsc
  to main/p/php-horde-mime-viewer/php-horde-mime-viewer_1.0.8-1.1.dsc
php-horde-mime-viewer_1.0.8-1.1_all.deb
  to main/p/php-horde-mime-viewer/php-horde-mime-viewer_1.0.8-1.1_all.deb


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



Accepted mcomix 0.97.1-1 (source all)

2012-04-29 Thread Krzysztof Klimonda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 19 Feb 2012 17:58:40 +0100
Source: mcomix
Binary: mcomix
Architecture: source all
Version: 0.97.1-1
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Klimonda kklimo...@syntaxhighlighted.com
Changed-By: Krzysztof Klimonda kklimo...@syntaxhighlighted.com
Description: 
 mcomix - GTK+ image viewer for comic books
Changes: 
 mcomix (0.97.1-1) unstable; urgency=low
 .
   * New upstream release.
   * remove 01_dont_install_comicthumb_manpage.patch, applied upstream.
Checksums-Sha1: 
 ee9e01fb1cfb4ec7527667c0d19128b08264 1136 mcomix_0.97.1-1.dsc
 aa58b8f4a3dd236f20005463d67eb50d9db5f885 444374 mcomix_0.97.1.orig.tar.bz2
 452df774dba03580ba13e7f50f165cb0a64ea5ed 1952 mcomix_0.97.1-1.debian.tar.gz
 e9b1f8b9b799021019b77ecec14757406597861c 370496 mcomix_0.97.1-1_all.deb
Checksums-Sha256: 
 d4eb4bc636cddc2e635b7e552e981c0783f5fda270de594e3d3d653bc541f6fe 1136 
mcomix_0.97.1-1.dsc
 ee96495dfaba16e02edc578d268537c6ef0ba3a8012c49901678af916b856c2d 444374 
mcomix_0.97.1.orig.tar.bz2
 8df3a644f37d6d7ec252484694483c991d14323791e09936aa1beb262fc16b41 1952 
mcomix_0.97.1-1.debian.tar.gz
 18df5e642609ff3156e0569744e86494cad7293105056d231ba160943c50e017 370496 
mcomix_0.97.1-1_all.deb
Files: 
 3fef0802fd8e1e5dba32a75cdc101596 1136 x11 optional mcomix_0.97.1-1.dsc
 7de5f683fbcbc64acef20ef43e6048b8 444374 x11 optional mcomix_0.97.1.orig.tar.bz2
 36dc42ca28cd5ba54ffd721042c3fb8c 1952 x11 optional 
mcomix_0.97.1-1.debian.tar.gz
 cd6cbe38b901f8d66ef4af60a1445cab 370496 x11 optional mcomix_0.97.1-1_all.deb

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

iEYEARECAAYFAk+c4gMACgkQ+MQbLPcULsKAMACgqSyPqwBxq4NF8pauKe5mU95g
EA4Ani8GMvzpCXblp2kOYEXR+2ytRC+Q
=JS7T
-END PGP SIGNATURE-


Accepted:
mcomix_0.97.1-1.debian.tar.gz
  to main/m/mcomix/mcomix_0.97.1-1.debian.tar.gz
mcomix_0.97.1-1.dsc
  to main/m/mcomix/mcomix_0.97.1-1.dsc
mcomix_0.97.1-1_all.deb
  to main/m/mcomix/mcomix_0.97.1-1_all.deb
mcomix_0.97.1.orig.tar.bz2
  to main/m/mcomix/mcomix_0.97.1.orig.tar.bz2


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



Accepted amavisd-new 1:2.7.1-1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 08:50:46 +0200
Source: amavisd-new
Binary: amavisd-new
Architecture: source all
Version: 1:2.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Brian May b...@debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 amavisd-new - Interface between MTA and virus scanner/content filters
Changes: 
 amavisd-new (1:2.7.1-1) unstable; urgency=low
 .
   * [a1fea9f] Imported Upstream version 2.7.1
   * [a96f241] Bump standards version
Checksums-Sha1: 
 c0242024ed090383092f64a4f8bf4c1cdfa83067 1340 amavisd-new_2.7.1-1.dsc
 ada44f02da370d4f0004fc81dfe37d2d3871dbe7 948909 amavisd-new_2.7.1.orig.tar.gz
 19583d53452ba42608000dee376fe206f73b8320 72626 amavisd-new_2.7.1-1.diff.gz
 b6002cb90a95d10d575fc3dbef6f199ab070b8c1 946190 amavisd-new_2.7.1-1_all.deb
Checksums-Sha256: 
 381707dbeb2a99cca2ac2e6090cab811fb8fb6a4c710c460d32732165431cb12 1340 
amavisd-new_2.7.1-1.dsc
 033d67fa3ebb8e865409a3b48c12b227f66a1fcc7e987100a64a2658401c 948909 
amavisd-new_2.7.1.orig.tar.gz
 e089ad875d1710b1f8a3be287fe4d3cfd852147b449f67c3f0037784c5e7b417 72626 
amavisd-new_2.7.1-1.diff.gz
 f10c382d4ea323ceef8fb3278d585c816b153592e1937ee230f48e0b1e061dac 946190 
amavisd-new_2.7.1-1_all.deb
Files: 
 d2fd54d3fb06a7f4c03a762aafd01c02 1340 mail extra amavisd-new_2.7.1-1.dsc
 87cd516d1c6349a4389947fb949ff1a2 948909 mail extra 
amavisd-new_2.7.1.orig.tar.gz
 dacf93df70325f4ebcb98f7cac0486fb 72626 mail extra amavisd-new_2.7.1-1.diff.gz
 e2193297a213a758adf4522884306c20 946190 mail extra amavisd-new_2.7.1-1_all.deb

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

iEYEARECAAYFAk+c5S0ACgkQ01u8mbx9AgqH9gCcCHqAVgxHhD7aR/ckb5iaZK4I
89AAoKQ12nPWi8K9oRf26O64n8204X+d
=l417
-END PGP SIGNATURE-


Accepted:
amavisd-new_2.7.1-1.diff.gz
  to main/a/amavisd-new/amavisd-new_2.7.1-1.diff.gz
amavisd-new_2.7.1-1.dsc
  to main/a/amavisd-new/amavisd-new_2.7.1-1.dsc
amavisd-new_2.7.1-1_all.deb
  to main/a/amavisd-new/amavisd-new_2.7.1-1_all.deb
amavisd-new_2.7.1.orig.tar.gz
  to main/a/amavisd-new/amavisd-new_2.7.1.orig.tar.gz


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



Accepted php-horde-auth 1.4.7-1.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 06:45:55 +
Source: php-horde-auth
Binary: php-horde-auth
Architecture: source all
Version: 1.4.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 php-horde-auth - ${phppear:summary}
Closes: 658870
Changes: 
 php-horde-auth (1.4.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixes call-time pass-by-reference (Closes: #658870).
Checksums-Sha1: 
 d91f491176a4e9e1807ee35c036220955ae59fbf 1212 php-horde-auth_1.4.7-1.1.dsc
 8d8bb0377bbac2806276062fb48cf6f593e6ac75 2062 
php-horde-auth_1.4.7-1.1.debian.tar.gz
 4c871b6139a2a0baa2495f64dbe0e0aa4922cb91 55542 php-horde-auth_1.4.7-1.1_all.deb
Checksums-Sha256: 
 7d97430627681ad099e3280874d2ab849691784a61cdfa1cae062247da5c5123 1212 
php-horde-auth_1.4.7-1.1.dsc
 8cedf8c4ceb67ea72ad8e55f2867a73c786972567d46feb4e9e4d7f67ec78133 2062 
php-horde-auth_1.4.7-1.1.debian.tar.gz
 6e6a4d945a8e879f72027fd88407b83b76bc3dce90ee51ac668a390e65766d89 55542 
php-horde-auth_1.4.7-1.1_all.deb
Files: 
 5a8512dd6d5b5f923dd838d90599b49f 1212 php extra php-horde-auth_1.4.7-1.1.dsc
 0be7e464c433b1fbf0fc078473b527f4 2062 php extra 
php-horde-auth_1.4.7-1.1.debian.tar.gz
 da9eef3ae1be933ad7692b21ccce554d 55542 php extra 
php-horde-auth_1.4.7-1.1_all.deb

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

iEYEAREDAAYFAk+c5PwACgkQl4M9yZjvmkmy0wCgnG5xOxhfi/kVSje3XZtF7WbX
N0sAnRneLwBSlSRGZOwjO0LaHXxFUlVZ
=IMsV
-END PGP SIGNATURE-


Accepted:
php-horde-auth_1.4.7-1.1.debian.tar.gz
  to main/p/php-horde-auth/php-horde-auth_1.4.7-1.1.debian.tar.gz
php-horde-auth_1.4.7-1.1.dsc
  to main/p/php-horde-auth/php-horde-auth_1.4.7-1.1.dsc
php-horde-auth_1.4.7-1.1_all.deb
  to main/p/php-horde-auth/php-horde-auth_1.4.7-1.1_all.deb


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



Accepted cmake 2.8.8-2 (source all amd64)

2012-04-29 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 09:55:50 +0300
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.8-2
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius mo...@debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 cmake  - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 669627
Changes: 
 cmake (2.8.8-2) unstable; urgency=low
 .
   * FindPkgConfig.cmake: properly set documented PKG_CONFIG_FOUND variable
 (patch backport_findpkgconfig_set_found_variable.diff). (Closes: #669627)
Checksums-Sha1: 
 223f4b22ff7f38cd5ba1fe4d366f43b421960ab3 1663 cmake_2.8.8-2.dsc
 f2f4b887ebb96c2963707b5ef0294a127f1f0689 25618 cmake_2.8.8-2.debian.tar.gz
 1dd8270ae2f95e2514ecf027065f6a35f59fbd32 4686024 cmake_2.8.8-2_amd64.deb
 c0c4d507a7cfaa821f54a4247204e1ddde6e79a3 1342976 cmake-data_2.8.8-2_all.deb
 d6384eba54da3ac02c5249aa422745cf121fc4d8 1373578 
cmake-curses-gui_2.8.8-2_amd64.deb
 b0d3960bd24297a2495dc9b4b7ce22c1bd113599 1443550 cmake-qt-gui_2.8.8-2_amd64.deb
 41f0e669bff7b11603b6cd3142aec2a6e765ff71 1782856 cmake-doc_2.8.8-2_all.deb
 e95323e6aa3b914e79ddeac85c531521e4783556 67636442 cmake-dbg_2.8.8-2_amd64.deb
Checksums-Sha256: 
 58a2a28f831196898f2141826ca8d00fbdd3aecb92bd72476b6b9c6364bcb30d 1663 
cmake_2.8.8-2.dsc
 9d8ef8306284421d5b2417bfb3ad2a64373a6d0c83f3709805d42eff97ddf936 25618 
cmake_2.8.8-2.debian.tar.gz
 459fd30aff8865e349b95e4596d36916f41f468624fdf14d089a3f3b261a3ce2 4686024 
cmake_2.8.8-2_amd64.deb
 cf3b5def13d0fd7a5b34e79c1193eff1cfe2f584c5f78ef1f39455e3880fd6ea 1342976 
cmake-data_2.8.8-2_all.deb
 86f12a7d28aad9da047a744edd6ccd0a1b7fac15979e358eeeb18f99282239c2 1373578 
cmake-curses-gui_2.8.8-2_amd64.deb
 05e5790a19398ff88d724a56d3ea5fa9ff51019c700835633d8fb4d2be7560d7 1443550 
cmake-qt-gui_2.8.8-2_amd64.deb
 2c588eb248e51652cf2e32cfc60782803b66fec24b687d4589dba77d40f74270 1782856 
cmake-doc_2.8.8-2_all.deb
 106369e927179b670d9269274cfb493aacb4574f12e67af2f0992e48f27206c2 67636442 
cmake-dbg_2.8.8-2_amd64.deb
Files: 
 21a36ac2987106bcb9029c4d02268490 1663 devel optional cmake_2.8.8-2.dsc
 8a30729971120ba277f8c32817af1f84 25618 devel optional 
cmake_2.8.8-2.debian.tar.gz
 64d6686ca256788da39a5296160c9bc0 4686024 devel optional cmake_2.8.8-2_amd64.deb
 3d13d9ecd9f75b9bdc077f14c4c7278b 1342976 devel optional 
cmake-data_2.8.8-2_all.deb
 63dad7e2b3ee43beb1928eed93403b16 1373578 devel optional 
cmake-curses-gui_2.8.8-2_amd64.deb
 624fdc612a4b440ca5e75c43a3c90bd9 1443550 devel optional 
cmake-qt-gui_2.8.8-2_amd64.deb
 3714203c777bef80674523195d90552b 1782856 doc optional cmake-doc_2.8.8-2_all.deb
 b5be65a129161af935460ca75ee9d3cd 67636442 debug extra 
cmake-dbg_2.8.8-2_amd64.deb

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

iEYEARECAAYFAk+c6twACgkQHO9JRnPq4hTcOgCdGp2P2yiGP8XbuKHZqpZuCxUT
YPsAoLfm3+J4toF68E318thELN+xC8a7
=XMI9
-END PGP SIGNATURE-


Accepted:
cmake-curses-gui_2.8.8-2_amd64.deb
  to main/c/cmake/cmake-curses-gui_2.8.8-2_amd64.deb
cmake-data_2.8.8-2_all.deb
  to main/c/cmake/cmake-data_2.8.8-2_all.deb
cmake-dbg_2.8.8-2_amd64.deb
  to main/c/cmake/cmake-dbg_2.8.8-2_amd64.deb
cmake-doc_2.8.8-2_all.deb
  to main/c/cmake/cmake-doc_2.8.8-2_all.deb
cmake-qt-gui_2.8.8-2_amd64.deb
  to main/c/cmake/cmake-qt-gui_2.8.8-2_amd64.deb
cmake_2.8.8-2.debian.tar.gz
  to main/c/cmake/cmake_2.8.8-2.debian.tar.gz
cmake_2.8.8-2.dsc
  to main/c/cmake/cmake_2.8.8-2.dsc
cmake_2.8.8-2_amd64.deb
  to main/c/cmake/cmake_2.8.8-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/e1soocp-y9...@franck.debian.org



Accepted eblook 1:1.6.1-11 (source i386)

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

Format: 1.8
Date: Sun, 29 Apr 2012 16:23:57 +0900
Source: eblook
Binary: eblook
Architecture: source i386
Version: 1:1.6.1-11
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 eblook - electronic dictionary search command using EB Library
Changes: 
 eblook (1:1.6.1-11) unstable; urgency=low
 .
   * debian/copyright: Switch to copyright-format-1.0.
   * debian/rules: New targets build-arch and build-indep.
   * debian/control: Update Standards-Version to 3.9.3.
Checksums-Sha1: 
 5323b250954d4eb96c9ad38fc420fc94be78eb1c 1729 eblook_1.6.1-11.dsc
 4cadad3f36240fc3ae19a2598046821fc71e8347 24607 eblook_1.6.1-11.debian.tar.gz
 0d26df2337a3a1675cd7b99a82e0d52b549f206d 50196 eblook_1.6.1-11_i386.deb
Checksums-Sha256: 
 90e87a7274199457617680970dcb05f6ccbf74d19acf86f83921003f01fe0391 1729 
eblook_1.6.1-11.dsc
 5e21b8d95cfd7ac01ae9f1639df8436f7d5eca86a94e1d1ed73d1a27532582f7 24607 
eblook_1.6.1-11.debian.tar.gz
 3ede3828b576367efded4836b240d988a004497ec83246eee8fc61d842b0cafc 50196 
eblook_1.6.1-11_i386.deb
Files: 
 f1345e9f79b56fd6e8e4b44f2bd38e5a 1729 text optional eblook_1.6.1-11.dsc
 497b6f50f2dbfc82694c1719473ea3a7 24607 text optional 
eblook_1.6.1-11.debian.tar.gz
 2331206f7f276f3f62b821bb7d67e37b 50196 text optional eblook_1.6.1-11_i386.deb

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

iQIcBAEBCAAGBQJPnPLaAAoJEOXvq5AIDqY894EP/RZMP/QyTJjeMNWmOYsGcboc
Exq0mlcVXNZVGkDm/ENSW+EENHviRK0ccQW7bg1vbpI/dbC9c73/tz4OX2+Xtz+W
XuoCVsVtxsUuY3ZgU91IWNHZbakGED+Qxqdn+Gdxcgplrxg/KhlHg6sXWFikMASu
bikOlAay7gwY2Id7+p46N0+9Ec6l6X29nrNBJDAklVUXNd6wxAZKY9kTYkwVXiiG
73oZNACUO8+os6vtgiJ9+4n6pA3hbpW/U1mZGnJpYKsJMoR0I12eTjTboB3u3oIE
wmWgHVUkrKd0vAUjjyYogylHPzpndPN0aGCXRdBYQmxPwb+f4ZwrEpYC1OZYhqUQ
VrjMzbHOSqVAyr9JZ01ToxjGj47TRyHQDc47xcol8IEOtfCfNlb6zfoJQeW6O0ke
qlUz3wBeEGHxLUWLqdeoWvp8KU222FOXCc1necU5/lZCWh7ShGxeHoOuUq8koxFe
047YRTV17Bhz0+e0/AXGI7OZbHIk1RQtg+0QLfuI+j1sJ6ibXVvP7xi6+k2MNdSK
lGWdgRZ7eE35kaKPyHDKCBS76H/7yrzq6MlNkQCD/T3CfMC9Kb0BBHHpMtVYovE0
8A97uoqUiOprx7PeMse9iUYfgm+FbpfOb8bdhUUXRFEK/pjTRlzZ+DlmyCXeIwTe
XBg+A9MG2we+VprBAswN
=WDHO
-END PGP SIGNATURE-


Accepted:
eblook_1.6.1-11.debian.tar.gz
  to main/e/eblook/eblook_1.6.1-11.debian.tar.gz
eblook_1.6.1-11.dsc
  to main/e/eblook/eblook_1.6.1-11.dsc
eblook_1.6.1-11_i386.deb
  to main/e/eblook/eblook_1.6.1-11_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/e1sopne-0001mo...@franck.debian.org



Accepted gitg 0.2.4-1.1 (source amd64)

2012-04-29 Thread wujiang
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 29 Apr 2012 13:57:01 +0800
Source: gitg
Binary: gitg
Architecture: source amd64
Version: 0.2.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Jonny Lamb jo...@debian.org
Changed-By: wujiang masterwuji...@gmail.com
Description: 
 gitg   - git repository viewer for gtk+/GNOME
Closes: 666232
Changes: 
 gitg (0.2.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replaced deprecated gdk_window_get_pointer API. (Closes: #666232)
 + debian/patches/ftbfs: Added.
Checksums-Sha1: 
 850dcf4f27516af8d6f4d8dbea5996f305baad23 1336 gitg_0.2.4-1.1.dsc
 a62b46a4105c609d68c7f5075e63d906c032deea 5909 gitg_0.2.4-1.1.debian.tar.gz
 d4d694dab81894cca9a8e3a480a8e8be92094dff 293724 gitg_0.2.4-1.1_amd64.deb
Checksums-Sha256: 
 d6db724f4a6398c19b1ffaceb0759c8a3c3ba397a34f692061f36ca62673cbd8 1336 
gitg_0.2.4-1.1.dsc
 b1cc68c3397774c1551c6d113b2b4bbc83f50117abc38c6785d55259cb6fd845 5909 
gitg_0.2.4-1.1.debian.tar.gz
 35ea757f624c32a04d2e2aef81a147949a810e79c9916a24d6ac9b1c1d08e7fd 293724 
gitg_0.2.4-1.1_amd64.deb
Files: 
 81680e9f0a46642611f8a77ace4d0d90 1336 vcs optional gitg_0.2.4-1.1.dsc
 a0802f94b88dd909d62f3825d2a292b2 5909 vcs optional gitg_0.2.4-1.1.debian.tar.gz
 3a8e379c4bfe7136303d025d9a7a7d84 293724 vcs optional gitg_0.2.4-1.1_amd64.deb

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

iEYEAREDAAYFAk+c8acACgkQl4M9yZjvmkklkACePRbHgNP8OsJ3NsemZEe7x7ds
T1EAoJBaJgefLexDVcdKLwGNXLIHh6cQ
=fYZu
-END PGP SIGNATURE-


Accepted:
gitg_0.2.4-1.1.debian.tar.gz
  to main/g/gitg/gitg_0.2.4-1.1.debian.tar.gz
gitg_0.2.4-1.1.dsc
  to main/g/gitg/gitg_0.2.4-1.1.dsc
gitg_0.2.4-1.1_amd64.deb
  to main/g/gitg/gitg_0.2.4-1.1_amd64.deb


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



Accepted hotot 1:0.9.7.32+git20111213.1d89daf-1.1 (source all)

2012-04-29 Thread billy3321
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 14:25:00 +0800
Source: hotot
Binary: hotot
Architecture: source all
Version: 1:0.9.7.32+git20111213.1d89daf-1.1
Distribution: unstable
Urgency: low
Maintainer: Julien Valroff jul...@debian.org
Changed-By: billy3321 billy3...@gmail.com
Description: 
 hotot  - lightweight microblogging client
Closes: 653691
Changes: 
 hotot (1:0.9.7.32+git20111213.1d89daf-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added missing python-dbus dependency (Closes: #653691).
Checksums-Sha1: 
 7e8e8f9b50e14fa35b48df8998b41130bdd50227 1439 
hotot_0.9.7.32+git20111213.1d89daf-1.1.dsc
 235c0d1adf9becf1cd761a3eb83fcb18e0f26c56 7018 
hotot_0.9.7.32+git20111213.1d89daf-1.1.debian.tar.gz
 48d48e7998d5d1287cb8b7344a5f9e764ffafeda 612312 
hotot_0.9.7.32+git20111213.1d89daf-1.1_all.deb
Checksums-Sha256: 
 cbe1d7f35824b81f9981cf8c4fc022930bd0aa9145b6a52e69bbd068a2643b52 1439 
hotot_0.9.7.32+git20111213.1d89daf-1.1.dsc
 9813106525b7b38dd1745b9fc3fc7108c0f6b76399e5d6276961b126a143cb07 7018 
hotot_0.9.7.32+git20111213.1d89daf-1.1.debian.tar.gz
 b99e302b3fd71fa074aee10131f4fd64c245a4dcec13a2436c971d1c03c95044 612312 
hotot_0.9.7.32+git20111213.1d89daf-1.1_all.deb
Files: 
 dea99b408fb07a9f1ecdf0199bd6b7d6 1439 net optional 
hotot_0.9.7.32+git20111213.1d89daf-1.1.dsc
 2b396dc63d7957bb7cac1fc0a3d425fc 7018 net optional 
hotot_0.9.7.32+git20111213.1d89daf-1.1.debian.tar.gz
 620b4bc2a92cb0848bd07c9ddb7b1062 612312 net optional 
hotot_0.9.7.32+git20111213.1d89daf-1.1_all.deb

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

iEYEARECAAYFAk+c8s4ACgkQ+MQbLPcULsIUrgCg1vX4slCfyJOatRvZeHhs3fgK
ZSAAn3RGoshZqCSH7bZ9v6segU70eyt6
=mlLe
-END PGP SIGNATURE-


Accepted:
hotot_0.9.7.32+git20111213.1d89daf-1.1.debian.tar.gz
  to main/h/hotot/hotot_0.9.7.32+git20111213.1d89daf-1.1.debian.tar.gz
hotot_0.9.7.32+git20111213.1d89daf-1.1.dsc
  to main/h/hotot/hotot_0.9.7.32+git20111213.1d89daf-1.1.dsc
hotot_0.9.7.32+git20111213.1d89daf-1.1_all.deb
  to main/h/hotot/hotot_0.9.7.32+git20111213.1d89daf-1.1_all.deb


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



Accepted https-everywhere 2.0.3-1 (source all)

2012-04-29 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 10:30:34 +0200
Source: https-everywhere
Binary: xul-ext-https-everywhere
Architecture: source all
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-https-everywhere - extension to force the use of HTTPS on many sites
Changes: 
 https-everywhere (2.0.3-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.3
   * Refreshed 01-enable-rules-disabled patch
Checksums-Sha1: 
 1e8ee94f4b2bc48f665b187b1918f767295a6b5c 2075 https-everywhere_2.0.3-1.dsc
 e2eb465f300e8be02fcef2052cb29d8e29a5c80e 243508 
https-everywhere_2.0.3.orig.tar.bz2
 9fcfff56473437d639187bba82c78ffebd5ccbea 147498 
https-everywhere_2.0.3-1.debian.tar.gz
 ec6999182b1efba1e230f91a7e3e1d11d9c51708 233290 
xul-ext-https-everywhere_2.0.3-1_all.deb
Checksums-Sha256: 
 95cf5532ae0b5a3c6fe532faf52fa4e3090583bf96cbf039f733255176fc3805 2075 
https-everywhere_2.0.3-1.dsc
 562a6e5c6249a41250473371028f9e6df2c076d4d8d0855f6fc972498db155d2 243508 
https-everywhere_2.0.3.orig.tar.bz2
 9aa7ca436a8ae32061ea68eb1b7d80a977bd630136a2867d57aa24d1b920575e 147498 
https-everywhere_2.0.3-1.debian.tar.gz
 c99b4c78982cbee4f1d23b59b0e25f58ee958fc83799502d3d29e90e285d19c9 233290 
xul-ext-https-everywhere_2.0.3-1_all.deb
Files: 
 d98b706d9cb20055cb7171087b707979 2075 web optional https-everywhere_2.0.3-1.dsc
 c92d4c2e07ea0cacc346f9658fbe427b 243508 web optional 
https-everywhere_2.0.3.orig.tar.bz2
 5ebcbba59658602f028930e3801f5c78 147498 web optional 
https-everywhere_2.0.3-1.debian.tar.gz
 9f52fb06f2653a73b51d36a71b5a8cbf 233290 web optional 
xul-ext-https-everywhere_2.0.3-1_all.deb

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

iQIcBAEBAgAGBQJPnPyGAAoJEEwEP+tcfPCy08EP/3zTuRc/f0VQ/cyAiqlff2vQ
orVRkf55xx7bgmLZQpK9aOmjeMwBjNN0sQFQU4SpSQbrp2eTBZtGhYxJw75Mztqn
dmpTprkxuNfsM/gEA6llEqWUaKnCULIBWvPG7PPYqgF9SC9VJ2yOHAumfmqHtlN0
/VCin2SE70rsISoe+nMxBNKkHZTAZiLqiHlApexinnMcno09SnF55XHDPQLCSSIC
pBRFeJDEz5viP02vq9xxZBr2b/alzGptvoAq+Lw/BT2ciC2Vh9KnUm76x+UagOF9
1Z+yxnJaGfw7E7DnXZv0wWe0s2vxSOVKbehN6UT1UsgYgJGUEOrOQUj0VnF21nOG
LL6X3/nYVOcCmxn+cEmT4stRsTXzrByQh5khY3yC2jyXdz0LLt46t7mQ34BW4BHa
6Pu1gPNH1OWy8IGHVBKpDjjY6cBdG9DWdB8PNHEY2S0Eda2tBNENDN4bH/a4BlFx
rfO5HQdoTPaqQESPpUqyyFERTB2xrtkV3yuSoituTa8SLDYZxGk8V7hCkSBoXPf/
MbAcLLlwM+n6seh7pJE3wP4nzELLmdKnxCja1C4br+0dqIH8HyucZJ4I0/X7V0r4
5mZgd8WF6kWt8sN/M1UZct+EToP5lhKZQPxwOM8OLwG5c2GrIGINtXWR61dqmEmJ
EbMjnBYTyioBoozznkGO
=hoVM
-END PGP SIGNATURE-


Accepted:
https-everywhere_2.0.3-1.debian.tar.gz
  to main/h/https-everywhere/https-everywhere_2.0.3-1.debian.tar.gz
https-everywhere_2.0.3-1.dsc
  to main/h/https-everywhere/https-everywhere_2.0.3-1.dsc
https-everywhere_2.0.3.orig.tar.bz2
  to main/h/https-everywhere/https-everywhere_2.0.3.orig.tar.bz2
xul-ext-https-everywhere_2.0.3-1_all.deb
  to main/h/https-everywhere/xul-ext-https-everywhere_2.0.3-1_all.deb


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



Accepted kbd 1.15.3-9 (source amd64)

2012-04-29 Thread Michael Schutte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 09:43:38 +0200
Source: kbd
Binary: kbd kbd-udeb
Architecture: source amd64
Version: 1.15.3-9
Distribution: unstable
Urgency: low
Maintainer: Console utilities maintainers 
pkg-kbd-de...@lists.alioth.debian.org
Changed-By: Michael Schutte mi...@debian.org
Description: 
 kbd- Linux console font and keytable utilities
 kbd-udeb   - Linux console keyboard setup utilities (udeb)
Closes: 670778
Changes: 
 kbd (1.15.3-9) unstable; urgency=low
 .
   * Revert the build-dependency change towards gettext:any and let the buildds
 do their work again, closes: #670778.
Checksums-Sha1: 
 07afc3e5b3310b6c289694b1a4f60b1ca3e0192f 1658 kbd_1.15.3-9.dsc
 65adfc885695b12cbbe50690ff8d696e6a86c310 35827 kbd_1.15.3-9.debian.tar.gz
 27cdb28f37fd444dc26a2c831e3c57be7fbf371a 457542 kbd_1.15.3-9_amd64.deb
 85ab7c063c08365383137feecd7daf5d39829cd2 56000 kbd-udeb_1.15.3-9_amd64.udeb
Checksums-Sha256: 
 a7bb9751365fffd8635208f2287fb833b7dcac6b74401458aa9eb8e4bdd38411 1658 
kbd_1.15.3-9.dsc
 c7a971383d85f325280281b6fde8561f8f4f794c5fa348d11bc8abc2500ee160 35827 
kbd_1.15.3-9.debian.tar.gz
 0d30cb1ca89bbd2bf18d5bccbb87659523d76102b307f11423b600dd1619b64e 457542 
kbd_1.15.3-9_amd64.deb
 e73248ba0eff8baa6c6ef30b9b0c095d8ba1343861026c8447e4aefc56253ca1 56000 
kbd-udeb_1.15.3-9_amd64.udeb
Files: 
 ddbbcf48a421d07bc09204303cb4be59 1658 utils optional kbd_1.15.3-9.dsc
 0159b0162ddbaddcb8e41e8121632a8c 35827 utils optional 
kbd_1.15.3-9.debian.tar.gz
 b77c69e975ae5a0f753ea8261b415e54 457542 utils optional kbd_1.15.3-9_amd64.deb
 f77a1075447ef14b65d4142f9135d89d 56000 debian-installer optional 
kbd-udeb_1.15.3-9_amd64.udeb

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

iQEcBAEBCAAGBQJPnPK8AAoJEPPkEi8djCYa+DwH/iDWYQAXBh1yg38ueYdZQJaW
Reao8H9NdNazxUmE1R/7bR6gRl8yZu7MUPtnEKq1CSdwei9IvG+5xRtry3RX8ft4
4ZKge15h21IT7g+oJW2jzaUOZ77+2smg2UqJxX4IjleGcBUEfOZGP9dHhkbdmXAH
UvVS26t4/RyutqTrMe7X2hmooGikDsf2aW3xdeZekEeSFjGumpwHSCJpfGmzLjOP
Nc440KRxmKn1XMTm4xaI26ccvVrBF0IGX9jIoti0dpfcAvY/tWpW+AvhqnVRbsZx
lzisQzoS4xgIt5RHxVrisG5aUaaLhm2ruzfJN/2NKjp96bmgzdnCh8yGjBAQ/HI=
=q1AT
-END PGP SIGNATURE-


Accepted:
kbd-udeb_1.15.3-9_amd64.udeb
  to main/k/kbd/kbd-udeb_1.15.3-9_amd64.udeb
kbd_1.15.3-9.debian.tar.gz
  to main/k/kbd/kbd_1.15.3-9.debian.tar.gz
kbd_1.15.3-9.dsc
  to main/k/kbd/kbd_1.15.3-9.dsc
kbd_1.15.3-9_amd64.deb
  to main/k/kbd/kbd_1.15.3-9_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/e1sopoy-00022j...@franck.debian.org



Accepted lookup-el 1.4.1-8 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 17:02:32 +0900
Source: lookup-el
Binary: lookup-el
Architecture: source all
Version: 1.4.1-8
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 lookup-el  - emacsen interface to electronic dictionaries
Changes: 
 lookup-el (1.4.1-8) unstable; urgency=low
 .
   * debian/emacsen-install: Create relative symlinks.
   * debian/copyright: Switch to copyright-format-1.0.
   * debian/rules: New targets build-arch and build-indep.
   * debian/control: Update Standards-Version to 3.9.3.
Checksums-Sha1: 
 14f0dc76039fe8a1bf23208744074f51af77fc6a 1715 lookup-el_1.4.1-8.dsc
 b3e6716ab0029f47f85bcd50795579ed27e18b1a 10429 lookup-el_1.4.1-8.debian.tar.gz
 d582ae22dac2948aa87739f9edc6b336020fd96c 253692 lookup-el_1.4.1-8_all.deb
Checksums-Sha256: 
 0677790a31a5763d74e0524925eb256a83152b473fc4c7d0a903a2b2e3491835 1715 
lookup-el_1.4.1-8.dsc
 c3909382de8b4a3997cdaa1541e0c13a184cc93f555da105df0caf838e03f442 10429 
lookup-el_1.4.1-8.debian.tar.gz
 4441603849f3ab59558e3fed423ee5f6e106c92f68983833b89fffc4fe5810cb 253692 
lookup-el_1.4.1-8_all.deb
Files: 
 ecfda334bb5064788af36c0d90406676 1715 lisp optional lookup-el_1.4.1-8.dsc
 f433cecaebfcacfd00b7d3ddf20135a0 10429 lisp optional 
lookup-el_1.4.1-8.debian.tar.gz
 bb8a6a8d82c05987e0d995a61f42094e 253692 lisp optional lookup-el_1.4.1-8_all.deb

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

iQIcBAEBCAAGBQJPnPdTAAoJEOXvq5AIDqY8V3gP/ibLn15eJ4XqXYWa7VJ6rq+r
sVzRSB8WJujA5OGzf1d4uekVBHujZ5/pGJPmwF9R5PDTAEEDKi3HSmBnw0PevDYx
UAYVhqSD0XPAmTXWTYzT33qRvXGTMtYVMziwGKUQKwMC9b7UdJ2JdXUNCC05YjYS
aA4IUr3uG5nvDx6CHWprwpjfzlQmQz5X0kWxe0805cRDpNTLUb26oo8wwCnW1rxi
KJp5+4AsOEDWXQp7IVnxD+armZOYLDcQ1Obb8pWX0dJI1sL9Jc8+OOiuUwNIxbMl
lN/HTyUCj/XfbMeJ6XmiQQ8JNpg8maG8MzpaxED23suJY1p/ZFUpl78rZVtAkfP5
TR/hz7IhbGIcV1FJbLl/fuphZCy3UexR/1hP4vo62E4MJfzzr+GCcU+ZeuTDCcNb
jNVk1Raw+k0hy/CTHJLh7/WCeyBKqDM6jITePWAWi+W41jZxQVaCcwETdkeKMc9y
wzTZqkN+uAaN4qR7mxrtaoeaIJyoGy5E22bvxFKZ7KOYRQw+g/zvYXTZjTbreAP5
ezv9qNlqBgGYEuxeDSHk1w47q9nzilC1jeoTjY/s8z5HVw0V9BktOQxo94jN6dwV
qvFNX+iLu1Y4Xz64yK/zteIuuNmyuJLowY0/rWQhP8O8s0SqV/3To4K9CEpv+e4y
bNNgschlfXBmd9JUQNRY
=1QWQ
-END PGP SIGNATURE-


Accepted:
lookup-el_1.4.1-8.debian.tar.gz
  to main/l/lookup-el/lookup-el_1.4.1-8.debian.tar.gz
lookup-el_1.4.1-8.dsc
  to main/l/lookup-el/lookup-el_1.4.1-8.dsc
lookup-el_1.4.1-8_all.deb
  to main/l/lookup-el/lookup-el_1.4.1-8_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/e1sopp1-00027i...@franck.debian.org



Accepted mysql-5.5 5.5.20-1 (source all i386)

2012-04-29 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Apr 2012 15:02:16 +0100
Source: mysql-5.5
Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev 
mysql-common mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 
mysql-server mysql-client mysql-testsuite-5.5 mysql-source-5.5
Architecture: source all i386
Version: 5.5.20-1
Distribution: experimental
Urgency: low
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient18 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - PIC version of MySQL embedded server development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.5 - MySQL database client binaries
 mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.5 - MySQL database server binaries and system database setup
 mysql-server-core-5.5 - MySQL database server binaries
 mysql-source-5.5 - MySQL source
 mysql-testsuite-5.5 - MySQL testsuite
Closes: 649484 651002 651003 659565 659566 660799 663354
Changes: 
 mysql-5.5 (5.5.20-1) experimental; urgency=low
 .
   [ Guillaume Plessis ]
   * d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
 (Closes: #649484)
   * d/rules: Turn off embedded libedit/readline.(Closes: #659566)
 .
   [ Clint Byrum ]
   * New Upstream Release
   * d/copyright: rearranging to have standalone license paragraphs
 silencing lintian complaints about missing paragraphs.
   * d/mysql-client-5.5.files: add mysql_plugin
   * d/rules, d/control: 5.5.20 Fixes segfault on tests with gcc 4.6,
 change compiler back to system default.
   * Sync changes back from Ubuntu:
   * d/control: need to also break mysql-client-core-5.1 and
 mysql-server-core-5.1 as well so that apt knows not to
 remove mysql-server/mysql-client.
   * d/control: convert mysql-server back to a meta-package
   * d/control: convert mysql-client back to a meta-package as well.
   * d/patches/72_fix_standalone_tests.patch: fix testsuite so it
 will run all tests when run from system /usr/lib/mysql-testsuite
 directory.
 5.1 is removed from the archive.
   * d/control: mysql-common includes configuration items that only
 work on mysql 5.5, so adding Breaks: for client and server 5.1.
 This will make mysql-server-5.1 and mysql-client-5.1
 uninstallable which is actually desired.
   * d/patches/71_disable_rpl_tests.patch: disables this test until
 Ubuntu bug #894146 can be triaged.
   * d/mysql-client-5.5.files: add missing mysql_plugin
   * d/libmysqlcient18.files,libmysqlclient-dev.files,d/rules: re-add
 libmysqlclient_r. In hindsight, removing it was not a productive
 change.
   * d/libmysqlclient-dev.files: ship entire contents of include dir,
 some of these files are included internally by others in the
 main dir.
   * d/patches/70_mysql_va_list.patch: cherry pick patch from
 upstream bug tracker to fix ARM build failure. (LP: #700982)
 .
   [ Nicholas Bamber ]
   * Added myself to Uploaders
   * Added libssl-dev as a build dependency and patched main.openssl_1 test
 so that it works with that library (Closes: #660799)
   * Added patch to provide cmake options for GNU/Hurd (Closes: #651002)
 and tweaked debian/rules so that only 'make test' is run on Hurd.
   * Tweaked debian/rules to make build logs verbose (Closes: #651003)
   * Refreshed patches - and added a new patch to disable a further flurry
 of failing tests
   * Switched on native AIO in linux builds (Closes: #659565)
   * Numerous minor changes to improve lintian cleanliness (Closes: #663354)
 - Added dh_lintian lines to debian/rules to ensure that lintian
   overrides take effect and removed old commented out lines
 - Clarified Hurd procps dependency in debian/control
 - Rewrote short description of the libmysqld-pic package to be more 
accurate
 - Depersonalised long description of mysql-client
 - Removed dependencies relating to mysql-common-4.1
 - Tightened Breaks clauses for mysql-common
 - Removed duplicate entry from Replaces clauses for mysql-server-core-5.5
 - Rexpressed Conflicts clause as versioned dependency
   for mysql-testsuite-5.5
 - Added DEP-5 header fields to two patches
 - Refreshed and commented all lintian overrides and added override
   concerning lack of upstream changelog to all packages
 - Cleaned up debian/copyright
   * upgraded to latest version of DEP-5
   * encoding issues
   * out of date FSF address
   * Updated License short name from PD to public-domain
   * 

Accepted nss 3.13.4-1 (source amd64)

2012-04-29 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 09:48:58 +0200
Source: nss
Binary: libnss3-1d libnss3-tools libnss3-dev libnss3-1d-dbg
Architecture: source amd64
Version: 3.13.4-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libnss3-1d - Network Security Service libraries
 libnss3-1d-dbg - Debugging symbols for the Network Security Service libraries
 libnss3-dev - Development files for the Network Security Service libraries
 libnss3-tools - Network Security Service tools
Closes: 650319 657325 670013 670015
Changes: 
 nss (3.13.4-1) unstable; urgency=low
 .
   * New upstream release.
 - Changed __GNUC_MINOR__ use in pkcs11n.h. Closes: #650319.
   * mozilla/security/nss/cmd/certcgi/certcgi.c,
 mozilla/security/nss/cmd/digest/digest.c,
 mozilla/security/nss/cmd/signver/pk7print.c: Import patch from Moritz
 Muehlenhoff for hardened format strings.
   * debian/make.mk, debian/rules, debian/control: Enable hardening.
 Closes: #657325.
   * debian/libnss3-1d.lintian-overrides.in, debian/rules: Use wildcards in
 lintian override. Closes: #670013.
   * debian/compat, debian/control: Bump debian/compat to 9. This has the
 effect of using build-id for debug files, thus Closes: #670015.
   * debian/libnss3-1d.symbols: Add symbols for /usr/lib/nss/ libraries.
Checksums-Sha1: 
 6760b456d24e680dc29e19069be57f682c427742 2142 nss_3.13.4-1.dsc
 c5a829c3bd56aa743457faf21469065f87c2db75 6087584 nss_3.13.4.orig.tar.gz
 a69dd64c2dc527100f499fbda426297b517868cf 87171 nss_3.13.4-1.debian.tar.gz
 78283156a61a44c32c3829aaf7cc7ee74b95594d 1309088 libnss3-1d_3.13.4-1_amd64.deb
 913889e5d98e8e6fa36c8b21f3c80c8550cac744 435264 
libnss3-tools_3.13.4-1_amd64.deb
 2a32205e21f1b3e0c24c48fefd0810f44209d02e 280158 libnss3-dev_3.13.4-1_amd64.deb
 7a02e5285843c93effe1604f01474c905ca9718e 3733656 
libnss3-1d-dbg_3.13.4-1_amd64.deb
Checksums-Sha256: 
 56004e6e5427da7672d9983749b070f8c595db6fcee406328bf84e3178100111 2142 
nss_3.13.4-1.dsc
 a552f56b03c0c716ba950c7eef971d87f717c02a4d9a75ee2fe84bd036830de5 6087584 
nss_3.13.4.orig.tar.gz
 fec400a063f6f62e7c9b0e209016ea609ce5816c14b5fcdc7e37ea2423d83775 87171 
nss_3.13.4-1.debian.tar.gz
 9be3271be1f5f33965913c6978b8517876b42e53dc55763cff1e030dfde94d6a 1309088 
libnss3-1d_3.13.4-1_amd64.deb
 5b62f3288e36ef4bcb3f9632e81db0199d49ff2ac904ba45f8edd19ed14a3712 435264 
libnss3-tools_3.13.4-1_amd64.deb
 59aa60093812df316e8bfd44be7735007fc6ab5202382355f0c64e45431bedec 280158 
libnss3-dev_3.13.4-1_amd64.deb
 fa4f5d770be9315c1ea92c35079410f349ee4111bec17924157e71c131a03a88 3733656 
libnss3-1d-dbg_3.13.4-1_amd64.deb
Files: 
 ff9097afa05ed084e958b87e464943ea 2142 libs optional nss_3.13.4-1.dsc
 2510d41ade236584cc0096954ea449c0 6087584 libs optional nss_3.13.4.orig.tar.gz
 0ba5fb4b308e6909533606201b83933f 87171 libs optional nss_3.13.4-1.debian.tar.gz
 f2fdbe5db1fd461c436bd126c27fddcc 1309088 libs optional 
libnss3-1d_3.13.4-1_amd64.deb
 9bd97503578f5a0555b661c84c9a87a6 435264 admin optional 
libnss3-tools_3.13.4-1_amd64.deb
 eeb1c3d5ffcf7309b632b2a91dc91533 280158 libdevel optional 
libnss3-dev_3.13.4-1_amd64.deb
 77b25d9dc663bca05705fc5ad8f3a8dc 3733656 debug extra 
libnss3-1d-dbg_3.13.4-1_amd64.deb

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

iQIVAwUBT5z02+QqoE+mqoxyAQhR/xAAnCzLSMbNysjUyvM2FM6zQ79ExsRJO+eK
4Y3B511vtdEo6ccYiA+/FauMFA5i98L/4Wyhx+LvVihZafmzKncN4s0gsb32WrNn
86AfN7YG0qoV/IfQoTW72ihlnwNYoNEAVF5cFiHpd+77rH6QBRTnLX5r3G58Z/BJ
C9/4DoJ4J+FMO6fA0UH0zLWLCdkyalZg3rfbLyl1r/dBzpyv15YvNpB5FxY98DNq
tvQ0quKN/WkAmef++kBu4RYGCYw9GlRPvFizCpJk5UVRTtEq3e7sEWC5MED+mWsP
idBEpVPmt1cG/oUv2UNI2mP06MUUslwi69JvYISGPMjM4JQJd/xEGSUkiCUZRI96
PWCaKN1kht0IkekJAZ6BYULVXY6RYd+MEZeAiPNabxCWEnVUjmUTu3KYxB6FdJh/
dim3oVQB31TCDoDxLXwfuquzCCM7lCGOmuCqZS+TtkbZLGJcaGlkJKjwV6qBu4bo
tkKKGHeE/PABhRUc4H2a8uigcuxhW1C6cwKUd8Nzbg/cT4PaD3DNbG/7mtMWNQ2U
jzRHOA17bvz1Anysf8qw/9wqNnjRoARgpptNVExWRsCozBrEsVv3GUXXzCgBXnfv
/di6iWtUMUxSu3xYFuD37WHgKdOZjsf68SlHJruPlhuDp01n4iYPFfhfEPxz9KdR
QjO8/SgFBD8=
=+Z4R
-END PGP SIGNATURE-


Accepted:
libnss3-1d-dbg_3.13.4-1_amd64.deb
  to main/n/nss/libnss3-1d-dbg_3.13.4-1_amd64.deb
libnss3-1d_3.13.4-1_amd64.deb
  to main/n/nss/libnss3-1d_3.13.4-1_amd64.deb
libnss3-dev_3.13.4-1_amd64.deb
  to main/n/nss/libnss3-dev_3.13.4-1_amd64.deb
libnss3-tools_3.13.4-1_amd64.deb
  to main/n/nss/libnss3-tools_3.13.4-1_amd64.deb
nss_3.13.4-1.debian.tar.gz
  to main/n/nss/nss_3.13.4-1.debian.tar.gz
nss_3.13.4-1.dsc
  to main/n/nss/nss_3.13.4-1.dsc
nss_3.13.4.orig.tar.gz
  to main/n/nss/nss_3.13.4.orig.tar.gz


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



Accepted paste 1.7.5.1-4.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 08:24:46 +
Source: paste
Binary: python-paste
Architecture: source all
Version: 1.7.5.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-paste - tools for using a Web Server Gateway Interface stack
Closes: 662678
Changes: 
 paste (1.7.5.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Adds a Breaks: python-pastescript ( 1.7.3-7~1) (Closes: #662678).
Checksums-Sha1: 
 e69d3685d74d052b1f1a9613d2691b39d92a3bff 1414 paste_1.7.5.1-4.1.dsc
 3a393a39c9b89b25de733ed985a1d7738435332e 6194 paste_1.7.5.1-4.1.debian.tar.gz
 2b7d776fbadd0132a3fc1c382ed7db1909079d32 403890 
python-paste_1.7.5.1-4.1_all.deb
Checksums-Sha256: 
 302ac500e052570c5f6ae712c99c57200c93ebadf0ecf46d32496c378bdc669f 1414 
paste_1.7.5.1-4.1.dsc
 21aafeb7df5d39bd40c8892332873091f60ab2c30be0aacbe0a9ee54600d2f41 6194 
paste_1.7.5.1-4.1.debian.tar.gz
 c85ed1eeef0da0e802ba24c256498682fbc2bb2cef1a6114cf3ca8baa6b06a4f 403890 
python-paste_1.7.5.1-4.1_all.deb
Files: 
 fcbef5562d0a4b627c6ff9c5b9e598ed 1414 python optional paste_1.7.5.1-4.1.dsc
 b347d3ab2532e3e92db537772692d1b5 6194 python optional 
paste_1.7.5.1-4.1.debian.tar.gz
 7b9162ac7193ea33bcaef5a6a8596d6f 403890 python optional 
python-paste_1.7.5.1-4.1_all.deb

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

iEYEAREDAAYFAk+c+9EACgkQl4M9yZjvmkm//QCg7BGogiiFJ5iNf6UhogWeF3ws
4CgAnjMPXX13DR4P90CXdfJnS2b7sPJC
=TRl+
-END PGP SIGNATURE-


Accepted:
paste_1.7.5.1-4.1.debian.tar.gz
  to main/p/paste/paste_1.7.5.1-4.1.debian.tar.gz
paste_1.7.5.1-4.1.dsc
  to main/p/paste/paste_1.7.5.1-4.1.dsc
python-paste_1.7.5.1-4.1_all.deb
  to main/p/paste/python-paste_1.7.5.1-4.1_all.deb


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



Accepted pastescript 1.7.5-1.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 08:29:48 +
Source: pastescript
Binary: python-pastescript
Architecture: source all
Version: 1.7.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-pastescript - serving web applications, creating file layouts for 
Python packag
Changes: 
 pastescript (1.7.5-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added a versioned dependency on python-paste (= 1.7.5.1-2~).
Checksums-Sha1: 
 e108f182a53dffe813bc88d9eb6536013a0a29c8 1508 pastescript_1.7.5-1.1.dsc
 a4ee1e3357134e51a6c1037e2d2b71ea12b19bdb 8391 
pastescript_1.7.5-1.1.debian.tar.gz
 ca9f46cc4687f3fb99b8ce1b24d5d5dc25e7ee4c 131832 
python-pastescript_1.7.5-1.1_all.deb
Checksums-Sha256: 
 28727e91ffb2f028f949529cfe87ba863741193d7b654824bcc47e0c5019d54e 1508 
pastescript_1.7.5-1.1.dsc
 76a24a5db988df4632014269ccad6b2ae17c6dbd3cf8d35f74c644bcd591f857 8391 
pastescript_1.7.5-1.1.debian.tar.gz
 9f2522798a689360a4fff159c2d646f1bfe039f16aa32e989cd8d32b051dcae6 131832 
python-pastescript_1.7.5-1.1_all.deb
Files: 
 4a9b31d00e55f26742b42fa27d847e1d 1508 python optional pastescript_1.7.5-1.1.dsc
 3df9abcf1be464ca1fc25bb446619681 8391 python optional 
pastescript_1.7.5-1.1.debian.tar.gz
 eda376ebb4ffc89bb0163dfb7c6269c1 131832 python optional 
python-pastescript_1.7.5-1.1_all.deb

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

iEYEAREDAAYFAk+c/JAACgkQl4M9yZjvmkk95QCfZ3Mgw7Dxuap2YoXtqWgtfJuo
tW4AnRVYNdzzydyDVgGPqWsWGRXy8MdA
=0YQ6
-END PGP SIGNATURE-


Accepted:
pastescript_1.7.5-1.1.debian.tar.gz
  to main/p/pastescript/pastescript_1.7.5-1.1.debian.tar.gz
pastescript_1.7.5-1.1.dsc
  to main/p/pastescript/pastescript_1.7.5-1.1.dsc
python-pastescript_1.7.5-1.1_all.deb
  to main/p/pastescript/python-pastescript_1.7.5-1.1_all.deb


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



Accepted python-snappy 0.4-1 (source amd64)

2012-04-29 Thread Shell Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 13:46:11 +0800
Source: python-snappy
Binary: python-snappy
Architecture: source amd64
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Shell Xu shell909...@gmail.com
Changed-By: Shell Xu shell909...@gmail.com
Description: 
 python-snappy - Python library for the snappy compression library from Google
Changes: 
 python-snappy (0.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 30f538efd01ad76ebabeb29bd9f04962570a6675 1153 python-snappy_0.4-1.dsc
 9a97afbea26ebce6956789f572c2a8c22d45dea6 3470 python-snappy_0.4.orig.tar.gz
 43b606e3935400292a70af38031c7aa84feb4b88 1830 python-snappy_0.4-1.debian.tar.gz
 8c9503a542d009b1fadabb8e0c9cb9feccd23512 6870 python-snappy_0.4-1_amd64.deb
Checksums-Sha256: 
 ad9af6b1c8e5c45022e65b9149ad3ed69f0eb8efc24e2e0f29410a07bcfb6ff0 1153 
python-snappy_0.4-1.dsc
 1ff107fcb2afc662325ccfe656d5b6cde618ee07ac64b19f9d256931cb4a31ab 3470 
python-snappy_0.4.orig.tar.gz
 eb848f8b41411dd06f6b0068a4bf62ee38218e2f5b63a17472ba6d5b72054a55 1830 
python-snappy_0.4-1.debian.tar.gz
 48b66a68d1e2ad69adb9985ad285069c6fbe82c76bc4f6069221c449dc74f145 6870 
python-snappy_0.4-1_amd64.deb
Files: 
 077541cc49017b36185d686d4603d186 1153 python optional python-snappy_0.4-1.dsc
 3e82ec29ddf47e63cb0c56ba48ea516c 3470 python optional 
python-snappy_0.4.orig.tar.gz
 3fb29fcd04f00eee15ca60d3d83c238d 1830 python optional 
python-snappy_0.4-1.debian.tar.gz
 a77dc17861d63aa1c43dc2094daaa9af 6870 python optional 
python-snappy_0.4-1_amd64.deb

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

iEYEARECAAYFAk+c8qUACgkQ5TUK4GCH0vgvsQCaA4j11v2hvei3oHN4gtgpv5nE
ehwAoJ3BhrQDC97iTHgVMHEuslGU1ABh
=s9PF
-END PGP SIGNATURE-


Accepted:
python-snappy_0.4-1.debian.tar.gz
  to main/p/python-snappy/python-snappy_0.4-1.debian.tar.gz
python-snappy_0.4-1.dsc
  to main/p/python-snappy/python-snappy_0.4-1.dsc
python-snappy_0.4-1_amd64.deb
  to main/p/python-snappy/python-snappy_0.4-1_amd64.deb
python-snappy_0.4.orig.tar.gz
  to main/p/python-snappy/python-snappy_0.4.orig.tar.gz


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



Accepted taglib 1.7.1-3 (source all amd64)

2012-04-29 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 10:48:12 +0300
Source: taglib
Binary: libtag1c2a libtag1-vanilla libtag1-rusxmms libtag1-dev libtag1-doc 
libtagc0 libtagc0-dev
Architecture: source amd64 all
Version: 1.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius mo...@debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 libtag1-dev - audio meta-data library - development files
 libtag1-doc - audio meta-data library - API documentation
 libtag1-rusxmms - audio meta-data library - RusXMMS flavour
 libtag1-vanilla - audio meta-data library - vanilla flavour
 libtag1c2a - audio meta-data library
 libtagc0   - audio meta-data library - C bindings
 libtagc0-dev - audio meta-data library - development files for C bindings
Closes: 670029
Changes: 
 taglib (1.7.1-3) unstable; urgency=low
 .
   * libtag1-dev and libtagc0-dev (libtag1-dev reverse dependency) are not
 Multi-Arch: same compatible, unmark them. (Closes: #670029)
Checksums-Sha1: 
 7f8ddf463f162d91157ff3335e2c52035f978145 1617 taglib_1.7.1-3.dsc
 f07350fea1aa830592f8b39838b960ba95380eeb 26690 taglib_1.7.1-3.debian.tar.gz
 7cfb580c80cadb1b77ec4f98d3577368ed735b5f 9226 libtag1c2a_1.7.1-3_amd64.deb
 346b45f6ddb7d72b40a5f1ccf9d71fed511d4afb 244300 
libtag1-vanilla_1.7.1-3_amd64.deb
 87fb6e5b57cd70af916e3554e25239b9a04957ea 246978 
libtag1-rusxmms_1.7.1-3_amd64.deb
 917e31dbaa42f9ddeac8d245c8a50ff3cd072c4d 80902 libtag1-dev_1.7.1-3_amd64.deb
 567569958458d254c2e2926847fe3d778462c0c1 5579144 libtag1-doc_1.7.1-3_all.deb
 5c8642daa286657e770b8a0d3d43dfa097424e50 15134 libtagc0_1.7.1-3_amd64.deb
 d86fa4bc831401ee11d68c6753a0f88966619c41 12280 libtagc0-dev_1.7.1-3_amd64.deb
Checksums-Sha256: 
 fe3706bf5ac72ee742a8ee166719ef3029cad8f5f29f4f58f638d37980a8bc90 1617 
taglib_1.7.1-3.dsc
 19f65d388c4c20a091e679a0874a236a35945fee1687f39cd207710ee986974d 26690 
taglib_1.7.1-3.debian.tar.gz
 9193b08cdd3e809bc491c11d83d08ceae43ef423449dbac01130d0d0834b8575 9226 
libtag1c2a_1.7.1-3_amd64.deb
 38beb0f569ee31c8a127250e0be0544e94f696bccdb0a0d2847cc991484840d4 244300 
libtag1-vanilla_1.7.1-3_amd64.deb
 4f361a460e7447f78476e32e3cd3def756143ffa9afbb7c81c03cc3d1050f9b1 246978 
libtag1-rusxmms_1.7.1-3_amd64.deb
 28a8d1b124bd76b3c671b01d75c6d9b43760fd61f5149f45523141a7fd1e2112 80902 
libtag1-dev_1.7.1-3_amd64.deb
 88ee7ba502848405ce7c43d50e1d62c7de5f2eee65643fb688fe732034589028 5579144 
libtag1-doc_1.7.1-3_all.deb
 596e7153b9c4160ffae78c65396766a1005682d3fdb4a3805636213e22efeef6 15134 
libtagc0_1.7.1-3_amd64.deb
 0baa1b7c71f0785bd8f28192adab25e87e70665fa761c398c89c68507a2419c6 12280 
libtagc0-dev_1.7.1-3_amd64.deb
Files: 
 b7c692fbf23e98416dadcd7bf53b51f7 1617 libs optional taglib_1.7.1-3.dsc
 3777fd82643a6368c5498396a2c5 26690 libs optional 
taglib_1.7.1-3.debian.tar.gz
 e518bd75aeca7428728a7f37e8577428 9226 libs optional 
libtag1c2a_1.7.1-3_amd64.deb
 4aeb0730b8e937a5c8859487868b55aa 244300 libs optional 
libtag1-vanilla_1.7.1-3_amd64.deb
 491c30eb1d73f88636cb1f1c55129926 246978 libs optional 
libtag1-rusxmms_1.7.1-3_amd64.deb
 a66d8ee3074a6e66feadbd3182d1e0b6 80902 libdevel optional 
libtag1-dev_1.7.1-3_amd64.deb
 16d066a7b2c5fbc538c9ad0bc8562ab8 5579144 doc optional 
libtag1-doc_1.7.1-3_all.deb
 4d14ca00457251a143ff236fd7917d79 15134 libs optional libtagc0_1.7.1-3_amd64.deb
 64950ee5cabf8bf47b7cc17817101e5f 12280 libdevel optional 
libtagc0-dev_1.7.1-3_amd64.deb

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

iEYEARECAAYFAk+c9CsACgkQHO9JRnPq4hQZWQCfd8h/unZ3wylfQKfQlNGD1+dW
uBIAoM/JRjKYZ+CIIsF9hC+j1/hmWd8g
=ukrC
-END PGP SIGNATURE-


Accepted:
libtag1-dev_1.7.1-3_amd64.deb
  to main/t/taglib/libtag1-dev_1.7.1-3_amd64.deb
libtag1-doc_1.7.1-3_all.deb
  to main/t/taglib/libtag1-doc_1.7.1-3_all.deb
libtag1-rusxmms_1.7.1-3_amd64.deb
  to main/t/taglib/libtag1-rusxmms_1.7.1-3_amd64.deb
libtag1-vanilla_1.7.1-3_amd64.deb
  to main/t/taglib/libtag1-vanilla_1.7.1-3_amd64.deb
libtag1c2a_1.7.1-3_amd64.deb
  to main/t/taglib/libtag1c2a_1.7.1-3_amd64.deb
libtagc0-dev_1.7.1-3_amd64.deb
  to main/t/taglib/libtagc0-dev_1.7.1-3_amd64.deb
libtagc0_1.7.1-3_amd64.deb
  to main/t/taglib/libtagc0_1.7.1-3_amd64.deb
taglib_1.7.1-3.debian.tar.gz
  to main/t/taglib/taglib_1.7.1-3.debian.tar.gz
taglib_1.7.1-3.dsc
  to main/t/taglib/taglib_1.7.1-3.dsc


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



Accepted eficas 6.4.0-1-1.1 (source all)

2012-04-29 Thread Chunis Deng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 16:07:53 +0800
Source: eficas
Binary: eficas
Architecture: source all
Version: 6.4.0-1-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Chunis Deng chunchen...@gmail.com
Description: 
 eficas - Graphical editor for Code Aster command files
Closes: 669233
Changes: 
 eficas (6.4.0-1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix eficas doesn't work (Closes: #669233)
   - Add depends on 'python-qt4'
Checksums-Sha1: 
 35b8912010f84ba6c88c9a5443921e7234c066b0 1426 eficas_6.4.0-1-1.1.dsc
 bb998763b4fd86381d252c7ddc0c6ed285c2d548 8636 eficas_6.4.0-1-1.1.debian.tar.gz
 bb9488d7f0ae7807feb081a6fa3d5cd501b765b4 2086096 eficas_6.4.0-1-1.1_all.deb
Checksums-Sha256: 
 47b0d256d9330d33f20c06784bf4b749b3ee4fc1c384a90f315e086478b09edc 1426 
eficas_6.4.0-1-1.1.dsc
 0cbceb4a9ed7839318faafc6024e5387c8f4d8cb7dfd41112dae93a2bbda0fb4 8636 
eficas_6.4.0-1-1.1.debian.tar.gz
 7207b15133fcd3d3abc431da47c1027e601f3823282aea7903e1cee561aa1993 2086096 
eficas_6.4.0-1-1.1_all.deb
Files: 
 b22f63b56579dbd98ee1ef3f6e954cc9 1426 science optional eficas_6.4.0-1-1.1.dsc
 149641794967be4fb1005ea0711c5086 8636 science optional 
eficas_6.4.0-1-1.1.debian.tar.gz
 7b737e68f1b653006d668715d795fb98 2086096 science optional 
eficas_6.4.0-1-1.1_all.deb

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

iEYEARECAAYFAk+dAHQACgkQ5TUK4GCH0vg4LwCeL77Inj7KRwGPnfiSfslIWHzv
nJwAmwRInrUG3VDAdmyPeSa2QWdtXSk6
=hFG4
-END PGP SIGNATURE-


Accepted:
eficas_6.4.0-1-1.1.debian.tar.gz
  to main/e/eficas/eficas_6.4.0-1-1.1.debian.tar.gz
eficas_6.4.0-1-1.1.dsc
  to main/e/eficas/eficas_6.4.0-1-1.1.dsc
eficas_6.4.0-1-1.1_all.deb
  to main/e/eficas/eficas_6.4.0-1-1.1_all.deb


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



Accepted libpostproc 6:0.git20120217-2 (source amd64)

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

Format: 1.8
Date: Sun, 29 Apr 2012 10:31:11 +0200
Source: libpostproc
Binary: libpostproc-dev libpostproc52
Architecture: source amd64
Version: 6:0.git20120217-2
Distribution: experimental
Urgency: low
Maintainer: Reinhard Tartler siret...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 libpostproc-dev - FFmpeg derived postprocessing library - development headers
 libpostproc52 - FFmpeg derived postprocessing library
Closes: 670762
Changes: 
 libpostproc (6:0.git20120217-2) experimental; urgency=low
 .
   * Bump epoch again to fix messed upload to experimental (Closes: #670762)
 (this time for real!)
Checksums-Sha1: 
 214724a7d7f7b5dd1b688d071e31d94d5d59bf52 1550 libpostproc_0.git20120217-2.dsc
 cf69c130d8e57f162be2af39e552a3280f544c93 2127 
libpostproc_0.git20120217-2.debian.tar.gz
 467f5ec6a8308d2b90795f067113b284696716b0 18120 
libpostproc-dev_0.git20120217-2_amd64.deb
 ef114ee755ad38676f1af3d49feb4df796a14de8 17716 
libpostproc52_0.git20120217-2_amd64.deb
Checksums-Sha256: 
 b031bc846344171ebe51a8a023a5c2de8e26350a95ed554b7e3042dc87032cc9 1550 
libpostproc_0.git20120217-2.dsc
 257637839df79bc83160efd0b5115cbd3f40fc1678d4cd0b40a7208660760650 2127 
libpostproc_0.git20120217-2.debian.tar.gz
 e80cf83cdb24de64b456e97990ad4dab30e51fbedff003eb59e546aa943313c5 18120 
libpostproc-dev_0.git20120217-2_amd64.deb
 28a948a0840123ab9a040de0999cb80066ec8cc76a537a9106e8ad0bd555819b 17716 
libpostproc52_0.git20120217-2_amd64.deb
Files: 
 0ac7d46003ecb2158594c1bf4fe7e43a 1550 libs optional 
libpostproc_0.git20120217-2.dsc
 3cea0332ade26d2487d01ca40fbe0d69 2127 libs optional 
libpostproc_0.git20120217-2.debian.tar.gz
 5f7fbd87da0c450da5f63cf31ae5190c 18120 libdevel optional 
libpostproc-dev_0.git20120217-2_amd64.deb
 2f95d96976e6f59934d213857275db6f 17716 libs optional 
libpostproc52_0.git20120217-2_amd64.deb

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

iEYEARECAAYFAk+dAnsACgkQmAg1RJRTSKQfDACfcpnrGkQ4UztTkCDYkMwK7B+P
fkcAnjat2d0S4Wd8zPk+7E/r2F5qhPIZ
=hUsN
-END PGP SIGNATURE-


Accepted:
libpostproc-dev_0.git20120217-2_amd64.deb
  to main/libp/libpostproc/libpostproc-dev_0.git20120217-2_amd64.deb
libpostproc52_0.git20120217-2_amd64.deb
  to main/libp/libpostproc/libpostproc52_0.git20120217-2_amd64.deb
libpostproc_0.git20120217-2.debian.tar.gz
  to main/libp/libpostproc/libpostproc_0.git20120217-2.debian.tar.gz
libpostproc_0.git20120217-2.dsc
  to main/libp/libpostproc/libpostproc_0.git20120217-2.dsc


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



Accepted ears 1.0.1-2.1 (source all)

2012-04-29 Thread Billy Zhe-Wei Lin, 林哲瑋 (billy3321, 雨蒼)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 16:35:39 +0800
Source: ears
Binary: ears
Architecture: source all
Version: 1.0.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster deck...@red-bean.com
Changed-By: Billy Zhe-Wei Lin, 林哲瑋 (billy3321, 雨蒼) billy3...@gmail.com
Description: 
 ears   - collection of Last.fm clients and CD-ripping tools
Closes: 628475
Changes: 
 ears (1.0.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Changed depends from python-musicbrainz to python-musicbrainz2 (Closes: 
#628475)
Checksums-Sha1: 
 56a8a5010a84a36b89c195991ec06f9447218101 1024 ears_1.0.1-2.1.dsc
 7a7679c17731bafbf387c7abbd5f44d72402d1b4  ears_1.0.1-2.1.diff.gz
 96098e6dbf757b1e5c550de30963dc289f1f008f 10148 ears_1.0.1-2.1_all.deb
Checksums-Sha256: 
 7f603fd9318131dc5b2e3d108d37565d464b152f7eb16d59ccf925ab94a04d59 1024 
ears_1.0.1-2.1.dsc
 771b96b2f5c0e5f243c15667b381ac03582b70ffb04cf640d080488259e05d1d  
ears_1.0.1-2.1.diff.gz
 1c6860126706813ecf1cf90b6e76cc9bc1afd1fae8728c14d9b9ecb2c23197e6 10148 
ears_1.0.1-2.1_all.deb
Files: 
 8087bcc9cad2bbc3268a473781e4a019 1024 sound optional ears_1.0.1-2.1.dsc
 4f0c5ada1f374b8960d512965b4c092e  sound optional ears_1.0.1-2.1.diff.gz
 cb1e6d5645f5acaf6d3856f933ba5c85 10148 sound optional ears_1.0.1-2.1_all.deb

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

iEYEARECAAYFAk+dA+MACgkQ+MQbLPcULsK0iwCgs5Jk311Ja9TwoLFyhY2nDk5b
4KcAoMqm9LAHLH2BQJC8bUtMi4rhVDaz
=dghq
-END PGP SIGNATURE-


Accepted:
ears_1.0.1-2.1.diff.gz
  to main/e/ears/ears_1.0.1-2.1.diff.gz
ears_1.0.1-2.1.dsc
  to main/e/ears/ears_1.0.1-2.1.dsc
ears_1.0.1-2.1_all.deb
  to main/e/ears/ears_1.0.1-2.1_all.deb


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



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

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

Format: 1.8
Date: Sun, 29 Apr 2012 10:30:26 +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-5
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: 669988 670762
Changes: 
 libav (6:0.8.1-5) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Fix issue with file not being multiarch compatible. (Closes: #669988)
 .
   [ Reinhard Tartler ]
   * Bump epoch to fix messed upload to unstable (Closes: #670762)
Checksums-Sha1: 
 bb83f3cce3c4fa9b22d3d2f3e8dcd805c1c239e3 3708 libav_0.8.1-5.dsc
 c1c8ec5ba1e266ae37bdc807640aa26b7eff94f2 41141 libav_0.8.1-5.debian.tar.gz
 6e2b165cc6f46b14a8adc7d2552ff943a4dc7287 555658 libav-tools_0.8.1-5_amd64.deb
 7190f6476dd70df68297cf5631c736596e46d398 141168 ffmpeg_0.8.1-5_amd64.deb
 a603f1a4eaef555490d455295498bd671825c8ad 131528 ffmpeg-dbg_0.8.1-5_amd64.deb
 1267f9b1a7186221c63e1664f6cbf75dcd4702b7 3056248 libav-dbg_0.8.1-5_amd64.deb
 d1f126ffb37a1ac5f8611bc6ae40b291fe8ed0b8 7177686 
libav-regular-dbg_0.8.1-5_amd64.deb
 565a8f649f01456c133a4f997b2f52df6932ac4a 7193612 
libav-extra-dbg_0.8.1-5_amd64.deb
 b8bf57f82b3bb3574b10094cc061eb2c29c65b14 39822 ffmpeg-doc_0.8.1-5_all.deb
 e9624214fea43bc4079099b866fa2336a794a790 21903622 libav-doc_0.8.1-5_all.deb
 bce9c985d374ba1fc9a28343db06430cf28f10a6 97574 libavutil51_0.8.1-5_amd64.deb
 de30f50c906c84df9dcdd73f75e114f42347d941 2963814 libavcodec53_0.8.1-5_amd64.deb
 08bcc213ec6559836f16ddb48c6aec7fe021a665 70644 libavdevice53_0.8.1-5_amd64.deb
 aae8e3b9cb5ab5c16efd82d6d3fa159e2f7b 527400 libavformat53_0.8.1-5_amd64.deb
 0046a907ce577a9c39ace90873dbac7a1d135acc 124792 libavfilter2_0.8.1-5_amd64.deb
 ad0cb0dc3c80a44867a6ad8899f97cb2df90f0ed 101554 libpostproc52_0.8.1-5_amd64.deb
 a4ca5b9578630b42ab3a2adb325d17b694d02cc9 130088 libswscale2_0.8.1-5_amd64.deb
 4159ed75351a0e808470e995d5d3cbe1cf499f14 148786 libavutil-dev_0.8.1-5_amd64.deb
 e2c60b6981584a8b9f41550b98933a7c07410680 3472842 
libavcodec-dev_0.8.1-5_amd64.deb
 bf6059c1d40310ede198061d2b8ecb6d02e31a05 73822 
libavdevice-dev_0.8.1-5_amd64.deb
 a0d2cc0c530e33e70271ae9c6a915dc4bbf12dff 710190 
libavformat-dev_0.8.1-5_amd64.deb
 f6bc00868f1ee27bbe2fd53ffd8ab3de652f14fe 159486 
libavfilter-dev_0.8.1-5_amd64.deb
 3dfad97ab8a029c82417b3db05071f32a90798c6 102114 
libpostproc-dev_0.8.1-5_amd64.deb
 57aa416bd202fe7c8743baddb16928c7527b1b7e 152034 
libswscale-dev_0.8.1-5_amd64.deb
 2290cf2b90311ec41b3b6ea50683b99286bfaf14 39806 
libavutil-extra-51_0.8.1-5_all.deb
 c507352b5a8e0532a1281eb175ede47ca87154a9 2965698 
libavcodec-extra-53_0.8.1-5_amd64.deb
 1e15923e51904529a491721a029211b67e1aa7cd 39812 
libavdevice-extra-53_0.8.1-5_all.deb
 fce48d2c72c5c2cca741b2c3ccd4f1a8e925d49a 39806 
libavfilter-extra-2_0.8.1-5_all.deb
 

Accepted libpgm 5.1.118-1~dfsg-0.1 (source amd64)

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

Format: 1.8
Date: Sun, 29 Apr 2012 13:07:51 +0800
Source: libpgm
Binary: libpgm-5.1-0 libpgm-dbg libpgm-dev
Architecture: source amd64
Version: 5.1.118-1~dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: Gabriel de Perthuis g2p.code+deb...@gmail.com
Changed-By: Kefu Chai tchai...@gmail.com
Description: 
 libpgm-5.1-0 - OpenPGM shared library
 libpgm-dbg - OpenPGM debugging symbols
 libpgm-dev - OpenPGM development files
Closes: 645758
Changes: 
 libpgm (5.1.118-1~dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Imported Upstream version 5.1.118-1~dfsg (Closes: #645758)
   * Drop patches included in upstream.
   * Do not bootstrap while build as upstream ships configure.
Checksums-Sha1: 
 2f1f76f839f3ee987e2dd05ce28bf89616f26475 1350 libpgm_5.1.118-1~dfsg-0.1.dsc
 aa5e5562d76404310bf88deca263963d9b48dbca 1154570 
libpgm_5.1.118-1~dfsg.orig.tar.gz
 4f5b76f04de0762023c1fb48923ee0449ad96f9a 4686 
libpgm_5.1.118-1~dfsg-0.1.debian.tar.gz
 e0ac9e8d04152e836e156d061e91ab31b5a1d12f 181268 
libpgm-5.1-0_5.1.118-1~dfsg-0.1_amd64.deb
 af57f6be7624e1e6d9b67971b5b13626083d48c1 265892 
libpgm-dbg_5.1.118-1~dfsg-0.1_amd64.deb
 36a52584c062e64dfb383d04963090ae6bdc98df 241682 
libpgm-dev_5.1.118-1~dfsg-0.1_amd64.deb
Checksums-Sha256: 
 a9d077d56198dd30cf304f1e148d4d98bb83054f43a42723c572dbd24154d0c1 1350 
libpgm_5.1.118-1~dfsg-0.1.dsc
 8d45cb9753ee942b3fa174008ac287fde9aaf5ce61719430d0673ace8d39659c 1154570 
libpgm_5.1.118-1~dfsg.orig.tar.gz
 45ecf9d56f83de72208a34bb4f816a5d09232a3afa1e75d3dcf44cfd98db14bd 4686 
libpgm_5.1.118-1~dfsg-0.1.debian.tar.gz
 8952afb9a41c27979946aabc36502712d965a9715a56704c2694ced9836bc3cd 181268 
libpgm-5.1-0_5.1.118-1~dfsg-0.1_amd64.deb
 0159df15d000e208a84174c462f23740391d0004832c05b569a9c38d76911ba7 265892 
libpgm-dbg_5.1.118-1~dfsg-0.1_amd64.deb
 55bd261a931f9b0cfc6623d1ec558b7d45eef3803710a4a90ae22ecdadc5f71d 241682 
libpgm-dev_5.1.118-1~dfsg-0.1_amd64.deb
Files: 
 6e99dcdc6d52b8193cdcea07eb434235 1350 libs optional 
libpgm_5.1.118-1~dfsg-0.1.dsc
 9067f5b94f2672fb9e93bd9b4fcc701d 1154570 libs optional 
libpgm_5.1.118-1~dfsg.orig.tar.gz
 3d299c47b35fa91ee7dc64acc26b22ac 4686 libs optional 
libpgm_5.1.118-1~dfsg-0.1.debian.tar.gz
 5acb53c55968678b81ae8e2998de1822 181268 libs optional 
libpgm-5.1-0_5.1.118-1~dfsg-0.1_amd64.deb
 0357152a58c148199c3e24ef756dd529 265892 debug extra 
libpgm-dbg_5.1.118-1~dfsg-0.1_amd64.deb
 89cfd17938369aa4923e671d1bc17924 241682 libdevel optional 
libpgm-dev_5.1.118-1~dfsg-0.1_amd64.deb

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

iEYEARECAAYFAk+dBJcACgkQ5TUK4GCH0vjk5wCgk2rfGu3Gtdf0v3s/F3/1Lz0F
db4AniSmBFzjCQ0LnfrMrVXN2SP4eDNv
=Kr0S
-END PGP SIGNATURE-


Accepted:
libpgm-5.1-0_5.1.118-1~dfsg-0.1_amd64.deb
  to main/libp/libpgm/libpgm-5.1-0_5.1.118-1~dfsg-0.1_amd64.deb
libpgm-dbg_5.1.118-1~dfsg-0.1_amd64.deb
  to main/libp/libpgm/libpgm-dbg_5.1.118-1~dfsg-0.1_amd64.deb
libpgm-dev_5.1.118-1~dfsg-0.1_amd64.deb
  to main/libp/libpgm/libpgm-dev_5.1.118-1~dfsg-0.1_amd64.deb
libpgm_5.1.118-1~dfsg-0.1.debian.tar.gz
  to main/libp/libpgm/libpgm_5.1.118-1~dfsg-0.1.debian.tar.gz
libpgm_5.1.118-1~dfsg-0.1.dsc
  to main/libp/libpgm/libpgm_5.1.118-1~dfsg-0.1.dsc
libpgm_5.1.118-1~dfsg.orig.tar.gz
  to main/libp/libpgm/libpgm_5.1.118-1~dfsg.orig.tar.gz


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



Accepted php-openid 2.2.2-1.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 09:13:02 +
Source: php-openid
Binary: php-openid
Architecture: source all
Version: 2.2.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm j...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 php-openid - PHP OpenID library
Closes: 653621
Changes: 
 php-openid (2.2.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixes call-time pass-by-reference (Closes: #653621).
Checksums-Sha1: 
 a028130343ff0c53f83875bf24122c10b7e0a9bc 1223 php-openid_2.2.2-1.1.dsc
 00b01dfd1f54393a234d64c0cfb55beda37d598a 3116 
php-openid_2.2.2-1.1.debian.tar.gz
 05ac849965b57a3ce57d6e83e035ee1f3b9b7814 233316 php-openid_2.2.2-1.1_all.deb
Checksums-Sha256: 
 c4400307da72232450410755f864df0737ef778cb39cb5db646db121175b6b43 1223 
php-openid_2.2.2-1.1.dsc
 52c47226b641fd21aca2e202efba79c763051e42c8cedae840c7d2f396006f6b 3116 
php-openid_2.2.2-1.1.debian.tar.gz
 2ecbfcc5258fcb378405dc1ecb4be4775427b694d2cfc4a11548f6ed53a23485 233316 
php-openid_2.2.2-1.1_all.deb
Files: 
 24fb8d36b412fa7f0332cee890f7800c 1223 php optional php-openid_2.2.2-1.1.dsc
 96a89a609dd3a63cc09e474401a7fd9d 3116 php optional 
php-openid_2.2.2-1.1.debian.tar.gz
 d6122259dc273a6b434245c045c0fd26 233316 php optional 
php-openid_2.2.2-1.1_all.deb

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

iEYEAREDAAYFAk+dBycACgkQl4M9yZjvmknj9QCfbYi1BzYnujzdXQzMutsDay+H
AccAoJuTmacwX27c3133MjA4kllrodqZ
=P/o2
-END PGP SIGNATURE-


Accepted:
php-openid_2.2.2-1.1.debian.tar.gz
  to main/p/php-openid/php-openid_2.2.2-1.1.debian.tar.gz
php-openid_2.2.2-1.1.dsc
  to main/p/php-openid/php-openid_2.2.2-1.1.dsc
php-openid_2.2.2-1.1_all.deb
  to main/p/php-openid/php-openid_2.2.2-1.1_all.deb


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



Accepted php-kolab-filter 0.1.9-4.1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 09:26:32 +
Source: php-kolab-filter
Binary: php-kolab-filter
Architecture: source all
Version: 0.1.9-4.1
Distribution: unstable
Urgency: low
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 php-kolab-filter - Postfix filters for the Kolab server
Closes: 658871
Changes: 
 php-kolab-filter (0.1.9-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed call-time pass-by-reference (Closes: #658871).
Checksums-Sha1: 
 9841b972eb3c07b53b579dc065624bbd8413ddbc 1522 php-kolab-filter_0.1.9-4.1.dsc
 89414fdb4b8a47f635c799a910016fbc1c2a0a0b 9558 
php-kolab-filter_0.1.9-4.1.debian.tar.gz
 3316664279265f1ea5bc43683eb1e155f90d2431 72952 
php-kolab-filter_0.1.9-4.1_all.deb
Checksums-Sha256: 
 36247c2693aee2fe2cbc7b18265a1d53122c7eaec95c7e04dcbdb044a60473ba 1522 
php-kolab-filter_0.1.9-4.1.dsc
 3ef4e62ca9c55580561039df2434c14eac7e072754869047245449043550b27a 9558 
php-kolab-filter_0.1.9-4.1.debian.tar.gz
 df5659cfd36247ec8231092ff646db1d03187cc5004760dccb3e2959aec5425e 72952 
php-kolab-filter_0.1.9-4.1_all.deb
Files: 
 e3bc654ef233bd50abae750571603108 1522 php extra php-kolab-filter_0.1.9-4.1.dsc
 4633818e678ae4da1796ec0ac1a1c2c0 9558 php extra 
php-kolab-filter_0.1.9-4.1.debian.tar.gz
 5d96db15e027b324ce0819414ee02cf5 72952 php extra 
php-kolab-filter_0.1.9-4.1_all.deb

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

iEYEAREDAAYFAk+dCiEACgkQl4M9yZjvmkmPAQCgpHUxHVZ7XUxQP64EUrHAG+ib
Qq0AoMEFUad73Ds1J7Oe5bc4G0MPzKgl
=WvUT
-END PGP SIGNATURE-


Accepted:
php-kolab-filter_0.1.9-4.1.debian.tar.gz
  to main/p/php-kolab-filter/php-kolab-filter_0.1.9-4.1.debian.tar.gz
php-kolab-filter_0.1.9-4.1.dsc
  to main/p/php-kolab-filter/php-kolab-filter_0.1.9-4.1.dsc
php-kolab-filter_0.1.9-4.1_all.deb
  to main/p/php-kolab-filter/php-kolab-filter_0.1.9-4.1_all.deb


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



Accepted holotz-castle 1.3.14-5 (source all amd64)

2012-04-29 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 10:17:42 +0200
Source: holotz-castle
Binary: holotz-castle holotz-castle-data holotz-castle-editor
Architecture: source amd64 all
Version: 1.3.14-5
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Legout vleg...@debian.org
Description: 
 holotz-castle - platform game with high doses of mystery
 holotz-castle-data - platform game with high doses of mystery - data files
 holotz-castle-editor - platform game with high doses of mystery - level editor
Closes: 669444
Changes: 
 holotz-castle (1.3.14-5) unstable; urgency=low
 .
   * Team upload.
   * Build-Depends on zlib1g-dev. Fix FTBFS (Closes: #669444)
   * Standards-Version 3.9.3
Checksums-Sha1: 
 37ee89cfc2f8e837e9a2324e4617192df34c2a5b 2293 holotz-castle_1.3.14-5.dsc
 fe57f224bffe9785c4673aa9b12bf3be473fffde 12827 
holotz-castle_1.3.14-5.debian.tar.gz
 49a8fe715dfd5eff2a4347fe54e6da9493b246d4 104050 
holotz-castle_1.3.14-5_amd64.deb
 928d161b863a1a06f2e45b6dde9ec1209ac7e8d0 3489126 
holotz-castle-data_1.3.14-5_all.deb
 61f61fe919dd4fbacf14b4abbc67a4259e5b4793 110490 
holotz-castle-editor_1.3.14-5_amd64.deb
Checksums-Sha256: 
 cd15d2c984aac40caca0412ac5eb482e8398b3a48c1937d8e96d1ee40774f615 2293 
holotz-castle_1.3.14-5.dsc
 c0edb69e03b076e2597f8879814487a23138071af160313e65ddc70bfa36603b 12827 
holotz-castle_1.3.14-5.debian.tar.gz
 ea0181ce2aa75865236fa5d3426787d31ee9f1f4cdd621a3e40dd3a96fce133b 104050 
holotz-castle_1.3.14-5_amd64.deb
 879d4747a0e9bd87640e32ecfef727ccffd63d89fffcde56861667c6f0b80be8 3489126 
holotz-castle-data_1.3.14-5_all.deb
 a1e2ffaae48580257aa4e45c3e52d217ac9ac1201b02a8629e1fc80959b0b9e0 110490 
holotz-castle-editor_1.3.14-5_amd64.deb
Files: 
 9cb38094aa8a087c31435e2fa3d773bf 2293 games optional holotz-castle_1.3.14-5.dsc
 6a3fb2b07edec0028ed37a1711cb36e1 12827 games optional 
holotz-castle_1.3.14-5.debian.tar.gz
 f1897738cdf200aa33f11e9592f16d18 104050 games optional 
holotz-castle_1.3.14-5_amd64.deb
 8292fd5060419736d8d0dbb335a3591e 3489126 games optional 
holotz-castle-data_1.3.14-5_all.deb
 ea896809a86d01432b16f7077b2c2b8b 110490 games optional 
holotz-castle-editor_1.3.14-5_amd64.deb

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

iQIcBAEBCAAGBQJPnQ2rAAoJEGWYeJBYoj3pNUIQAJ03rJ4u9WZo5l9zz+tQA7ac
WQa6ON++0p0jAYjUejQwRWrysR9TBEhAjtUwXq7pE/d4M9GFu7xn6yRafW+mp9g2
1AGzrCS8q9cOoa+0GcB5FLjC+BBKswVYGP8Sj6Bmk/uekUmKr27YMLOVNHjAsHcS
ZDObYMI/xKJxXQgod29PSniZNXw7wbLMf4NfgbgMWvBaEq7dYQ6F3w2sVL9PjFra
Cf4oKJnPQTc6HwRvphqfT2zmwgv0M8/VaPh7TdwzSUh9yVYxwLXG7yy6qCESFj62
PTb9ZvJwpThDlqEOHHEyglMSe3Flz0R/D/+XkZDGj0Onvsd5JB0EWjDBgYuHE82j
6WDi1mY9H6Z2NDH+6AifEep71rHL3Twdsaw28Qp2VvqhBBwv6K/LggObQqarxobx
JBpPqmNzH1TImom0CeHJZlQ89uO0bhY3h9KY6BEq3a+ZljvfihzEtGG1TXaG/FYs
mxG5S2J9bsx9+QBq8+iT0VtMO+l9S2xzoML3V4Nc8FCMt5LhmKW05zXseW4q+M4X
yZzD69HBy9EC/w2Im2AwkWF62eAF4vHStt/KnPLthfoHI+w5OcRGB8d35VCB92BN
X29JYfR3ezXuxwu+GmxSPx+ISa+nLyUo8ZH8sDCB5WXnDFc76ye/Q77Xa34ujrwT
yOs/J9LqMSjsWIdYcM6B
=88Jr
-END PGP SIGNATURE-


Accepted:
holotz-castle-data_1.3.14-5_all.deb
  to main/h/holotz-castle/holotz-castle-data_1.3.14-5_all.deb
holotz-castle-editor_1.3.14-5_amd64.deb
  to main/h/holotz-castle/holotz-castle-editor_1.3.14-5_amd64.deb
holotz-castle_1.3.14-5.debian.tar.gz
  to main/h/holotz-castle/holotz-castle_1.3.14-5.debian.tar.gz
holotz-castle_1.3.14-5.dsc
  to main/h/holotz-castle/holotz-castle_1.3.14-5.dsc
holotz-castle_1.3.14-5_amd64.deb
  to main/h/holotz-castle/holotz-castle_1.3.14-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/e1soqxz-0002ht...@franck.debian.org



Accepted monotone 1.0-5 (source all amd64)

2012-04-29 Thread Francis Russell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Apr 2012 15:48:34 +0100
Source: monotone
Binary: monotone monotone-extras monotone-server monotone-doc
Architecture: source amd64 all
Version: 1.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Maintainers for Monotone monotone-deb...@nongnu.org
Changed-By: Francis Russell fran...@unchartedbackwaters.co.uk
Description: 
 monotone   - Distributed version (revision) control system
 monotone-doc - Distributed version (revision) control system - documentation
 monotone-extras - Distributed version (revision) control system - extras
 monotone-server - Distributed version (revision) control system - server 
scripts
Closes: 646349 668457
Changes: 
 monotone (1.0-5) unstable; urgency=low
 .
   * Switch to debhelper compatibility level 9. Most importantly, this
 causes dh_auto_* to set the environment variables listed by
 dpkg-buildflags that are no longer set by dpkg-buildpackage.
   * patches/01-format-security.diff: Backport upstream fix for building
 with hardened Debian build flags. Closes: #646349.
   * patches/02-file_handle.diff: Backport upstream fix for name clash
 between monotone's file_handle struct and the one defined in
 fcntl.h from (e)glibc =2.14.
   * patches/03-url_escaping.diff: Backport upstream fix for non-escaped URLs
 being passed to monotone in its test suite.  Closes: #668457.
Checksums-Sha1: 
 053d47f8e5c88ec4218e5a2d34279dfbbca065aa 1880 monotone_1.0-5.dsc
 4d7f2f9563b8867477b3f5bac5bc1949e89d 37912 monotone_1.0-5.debian.tar.gz
 ef7abab03fb3a5b60f8f8dff3e0558a5559a7257 2190658 monotone_1.0-5_amd64.deb
 71e1f595e620f226c2dea5e9c22b451438ddbabb 17188 monotone-extras_1.0-5_all.deb
 c47017626088719d97b7dfd33d98e39886818d35 11746 monotone-server_1.0-5_all.deb
 75bc66448a32ca03f96f85e3b8192ce9778c9174 1704274 monotone-doc_1.0-5_all.deb
Checksums-Sha256: 
 6d7caad3edc211bff9239d950fa3f76778811e105ffdf0348ac2fd532831da80 1880 
monotone_1.0-5.dsc
 06e6d0e35564464f56a4ea26d8f1eba16810b3a6c873e57359c581dcec9e77b3 37912 
monotone_1.0-5.debian.tar.gz
 ddcd3518af9455fab1db8b0945ad309f6dcd85c5aa6efa3dccc2c67fc351e384 2190658 
monotone_1.0-5_amd64.deb
 3f586b66fa84fe0e28ad2c3dda060e4d87ce3fa0cd74283908cbf666a52b3af7 17188 
monotone-extras_1.0-5_all.deb
 2a59ae0a029e7f6827819c4c29cc5ce5e57a190d8860f8fafdf8d4755a3236d0 11746 
monotone-server_1.0-5_all.deb
 35deb561b075186480347efecce864a0a8b18bec3ffd04a06401e374cd7954a4 1704274 
monotone-doc_1.0-5_all.deb
Files: 
 796d75c0632b87573590dc5d525beb5f 1880 vcs optional monotone_1.0-5.dsc
 d3fa9e157bc367a7ffdcd9c7aa6b0e36 37912 vcs optional 
monotone_1.0-5.debian.tar.gz
 1d61822a19953509f486f3c3443549f3 2190658 vcs optional monotone_1.0-5_amd64.deb
 f0ba9a17683cedddb31feb4e456f5f38 17188 vcs optional 
monotone-extras_1.0-5_all.deb
 95f0d0162f140e1c7e765c84f2abccce 11746 vcs optional 
monotone-server_1.0-5_all.deb
 24ebccdbf510f8e2648ac040597b9f0a 1704274 doc optional 
monotone-doc_1.0-5_all.deb

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

iD8DBQFPnRK9x9kwJZ3/qtQRAk72AJ9v624B+MBeH2nWnGPVhvpufaSYhgCgoIv0
RliIKAWuqoCh7lqV7SqcJsM=
=OP67
-END PGP SIGNATURE-


Accepted:
monotone-doc_1.0-5_all.deb
  to main/m/monotone/monotone-doc_1.0-5_all.deb
monotone-extras_1.0-5_all.deb
  to main/m/monotone/monotone-extras_1.0-5_all.deb
monotone-server_1.0-5_all.deb
  to main/m/monotone/monotone-server_1.0-5_all.deb
monotone_1.0-5.debian.tar.gz
  to main/m/monotone/monotone_1.0-5.debian.tar.gz
monotone_1.0-5.dsc
  to main/m/monotone/monotone_1.0-5.dsc
monotone_1.0-5_amd64.deb
  to main/m/monotone/monotone_1.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/e1sorcz-00063t...@franck.debian.org



Accepted lintian4python 0+20120429 (source all)

2012-04-29 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 13:19:36 +0200
Source: lintian4python
Binary: lintian4python
Architecture: source all
Version: 0+20120429
Distribution: experimental
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 lintian4python - Debian package checker (for Python packages)
Changes: 
 lintian4python (0+20120429) experimental; urgency=low
 .
   * Summary of tag changes
 + Added:
   - versioned-python-shebang
   - usr-bin-env-python-shebang
   * checks/scripts:
 + Check for versioned Python shebangs.
 + Check for /usr/bin/env Python shebangs.
   * data/python/projects*:
 + Refresh.
Checksums-Sha1: 
 251125c4d315e6324eb5f18493a78777d8a99ced 1547 lintian4python_0+20120429.dsc
 42b61420546d10f5b9052d89c587e3fdc813dd6b 26031 lintian4python_0+20120429.tar.gz
 5142496cdf465c5a6d29eca5fef47028c8cd1e75 25648 
lintian4python_0+20120429_all.deb
Checksums-Sha256: 
 76e09d6eb820c70c8f63eb0114547ee03fc5c3971a5e15ec720eba6817691651 1547 
lintian4python_0+20120429.dsc
 7f05804734d76b99eb63264218db3372a1ad02e1ebd95fe5fe4ed3716cf6e560 26031 
lintian4python_0+20120429.tar.gz
 e00baf73b5a846df8c36ad9b6d2cf81f68b3bd8415af2ab6eee15b6801dd2a35 25648 
lintian4python_0+20120429_all.deb
Files: 
 69615218446d2b35bfb8114a4fee780c 1547 devel extra lintian4python_0+20120429.dsc
 a1b19485b89969d82a6d533a185abef9 26031 devel extra 
lintian4python_0+20120429.tar.gz
 cc23df3681343512042392d136c399cb 25648 devel extra 
lintian4python_0+20120429_all.deb

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

iQIcBAEBCAAGBQJPnSeCAAoJEC1Os6YBVHX1T0kQAMzaragHz0L8sKJE/cvXieTe
QkkZx6xAQxwkla3WiSIAbP3JRJNLQgBCBozX45GYre4i+I4tzQsH89NictH+PxLT
Tgx0FYlsLMiskKda0SEGv2rSieXWf8NdCugl3ZK43wI7QpVPmDhwxGdYrFzhq/yo
JgXUmVDZpjCfh33t9/hhAvQa0wjo8qZRzaPKXlh35zWcuG7KEhpZZ4ZuJSvW+bN0
pZ4ZErH6IDrzFLFmj4zP8PY17wNeRLivFmzp+17I/ie15qOgv8nnwSH1+vK2XpC8
/cJdhy4mwcKeGh+P/m2eetQSuqq/RKSHfzOpIRutVL7AF5PvPQGYPqvok0q/unU/
OyX0+w0t2TMEEZDJJt1QhV/Bl1N05/AbHnEm1AGqMyItbb3i0SLvPufgG28ZdMUx
5cwdtjcGGciytZ7qtc3js5aDc+Vode95eTJXwr8aQ1HGH8o3IOvWUrdMbg6j8CD7
6YbndmolDIdxv1uN4QMmkpozGeSQ6UhiogQWB+tElqRAWCox7H0eT3HtfWXgiWMO
nReY6RRnu2qPGac8NwtaK8VRBIoLlIL7zM1PlN1snEPijNYRmMgjtB9EMAxCckBY
WrxSSP0hzUXqpmCr3fuSnjePJ+AXgR9RThg7M+5VMrELMXzknt0yQ4jMm6KTL+v3
bjt5bCLYV2ZymekX/AZ3
=yf8E
-END PGP SIGNATURE-


Accepted:
lintian4python_0+20120429.dsc
  to main/l/lintian4python/lintian4python_0+20120429.dsc
lintian4python_0+20120429.tar.gz
  to main/l/lintian4python/lintian4python_0+20120429.tar.gz
lintian4python_0+20120429_all.deb
  to main/l/lintian4python/lintian4python_0+20120429_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/e1sosay-0003it...@franck.debian.org



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

2012-04-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Apr 2012 11:59:36 +0200
Source: gcc-4.7
Binary: gcc-4.7-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.7 gcc-4.7-multilib gcc-4.7-plugin-dev gcc-4.7-hppa64 
gcc-4.7-spu g++-4.7-spu gfortran-4.7-spu cpp-4.7 gcc-4.7-locales g++-4.7 
g++-4.7-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg 
lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg 
libmudflap0-4.7-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libitm1 libitm1-dbg lib32itm1 
lib32itm1-dbg lib64itm1 lib64itm1-dbg libn32itm1 libn32itm1-dbg libquadmath0 
libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 
lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg gobjc++-4.7 
gobjc++-4.7-multilib gobjc-4.7 gobjc-4.7-multilib libobjc4 libobjc4-dbg 
lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg 
gfortran-4.7 gfortran-4.7-multilib
 libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 
lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg gccgo-4.7 
gccgo-4.7-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 
lib32go0-dbg libn32go0 libn32go0-dbg libstdc++6 lib32stdc++6 lib64stdc++6 
libn32stdc++6 libstdc++6-4.7-dev libstdc++6-4.7-pic libstdc++6-4.7-dbg 
lib32stdc++6-4.7-dbg lib64stdc++6-4.7-dbg libn32stdc++6-4.7-dbg 
libstdc++6-4.7-doc gcc-4.7-soft-float fixincludes
 gcc-4.7-source
Architecture: source all amd64
Version: 4.7.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.7- GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.7- GNU C++ compiler
 g++-4.7-multilib - GNU C++ compiler (multilib files)
 g++-4.7-spu - SPU cross-compiler (C++ compiler)
 gcc-4.7- GNU C compiler
 gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.7-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.7-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-4.7-multilib - GNU C compiler (multilib files)
 gcc-4.7-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.7-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.7-source - Source of the GNU Compiler Collection
 gcc-4.7-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32itm1  - GNU Transactional Memory Library (32bit)
 lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64itm1  - GNU Transactional Memory Library (64bit)
 lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support 

Accepted dblatex 0.3.3-2 (source all)

2012-04-29 Thread Andreas Hoenen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 12:05:52 +0200
Source: dblatex
Binary: dblatex
Architecture: source all
Version: 0.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Andreas Hoenen andr...@hoenen-terstappen.de
Changed-By: Andreas Hoenen andr...@hoenen-terstappen.de
Description: 
 dblatex- Produces DVI, PostScript, PDF documents from DocBook sources
Changes: 
 dblatex (0.3.3-2) unstable; urgency=low
 .
   * 20_glossary.patch:
 Fix failure for glosssee and glossseealso elements within a glossary:
 
http://sourceforge.net/tracker/?func=detailatid=535062aid=3520152group_id=72607
 Thanks to Benoît Guillon for pointing to the problem and for his patch.
   * 20_debian_errorhandler.patch:
 Adapt Debian error handler to changed upstream call in error case.
   * Simplify packaging:
 Keep upstream python namespace dbtexmf instead of moving it below an
 additional namespace dblatex.  Thanks to Raphaël Hertzog for the advice.
 .
 dblatex (0.3.3-1) unstable; urgency=low
 .
   * New upstram release
   * Remove patches that have been integrated upstream:
 + 10_texlive_version.patch
 + 20_apt_progress_interface.patch
 + 20_exit_code_on_error.patch (#632967)
 + 20_no_image_in_pdftitle.patch (#634563)
 + 20_xetex_draft_watermark.patch (#629514)
   * 20_missed_chars.patch:
 Fix the new feature of warnings about characters missing from the used font
 when using the pdftex backend.  Thanks to Benoît Guillon for the patch.
   * debian/rules:
 Replace the manual approach by the debhelper command sequencer dh.
   * Standards-Version: 3.9.3 (no changes needed)
Checksums-Sha1: 
 1cf060b63ce736a4c8f51161dd8effbc5b3eb1aa 2067 dblatex_0.3.3-2.dsc
 3a2e9b3fc501e0aa4c2152b9987287f8dca3f650 577068 
dblatex_0.3.3.orig-examples.tar.bz2
 15129966d5f0a07d4d2358d72f2386cb228bcb04 1446540 dblatex_0.3.3.orig.tar.bz2
 ccaad2fe8a21aeb880297f3e7bdc297effcb5654 19507 dblatex_0.3.3-2.debian.tar.gz
 05efe48c3046ee874438893da0838105025e7dc1 1893618 dblatex_0.3.3-2_all.deb
Checksums-Sha256: 
 8d784f0e46551ea1c0fd92779b1d1c3fb33da7d2ba751cbca0a53aac7a4d14b5 2067 
dblatex_0.3.3-2.dsc
 8f78fabc9a3ee7ae71e7ef1c6920cb541e4038b11ba4d4a52bca890d2a817d85 577068 
dblatex_0.3.3.orig-examples.tar.bz2
 46e29e6bbca64ebfb15b49efa980b6b36932da768237953050fb0ee65cc337c5 1446540 
dblatex_0.3.3.orig.tar.bz2
 ce0e6a26d6a86886e1a68ae2c00ce24655d9f0a052242a198304cbce1fcd5901 19507 
dblatex_0.3.3-2.debian.tar.gz
 c412c681679111e448f335461bb2baa3b25532817bc41b64e04590a96d4bcf70 1893618 
dblatex_0.3.3-2_all.deb
Files: 
 9847867015cf85134b1567c8654e3efa 2067 text optional dblatex_0.3.3-2.dsc
 afbf9a63eb82e31645b7d51dc781abf9 577068 text optional 
dblatex_0.3.3.orig-examples.tar.bz2
 674f15828dfdd9ed6890aab72fa16e2b 1446540 text optional 
dblatex_0.3.3.orig.tar.bz2
 85b8703ce5dd0a169a3730612528f6f6 19507 text optional 
dblatex_0.3.3-2.debian.tar.gz
 b7b9d7a2d6cac118d29b9b7518ad1688 1893618 text optional dblatex_0.3.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQIcBAEBCAAGBQJPnSzhAAoJEOYZBF3yrHKak34P/2NztPgcRC+Nzm97DfA2vKKo
kAFI5cJAy6vuOAmErAKmHVIsDQwhvrohTROC5bfY+QUDLWIWK4pjBQpYQ5B3vq9h
PvnGt5WlaURQc8hKE7mrmqfxjPm4Dxi+cRcv7dpQDXSWt/swJsaaHStmnWlq5L8w
oO2C3WsP1qkQ7Wgjl7pNBg1UCOpwJxyNVMUuabY5DCKe/J+MODtW4ruCspMhYsOH
r62vIZqeWtReqMeXw8bsWrVMO3PCwIDqDM+++XYmPWpbSyAaCOx0zB/36xnbLB7Q
DD+EMwylCY7oZ3pNMT6Wo/Xug0ijTmFk4ETV2y4BhPnoFLBP7McsC5Ml78CZCct3
WEUjigVxPDGwgXeyJbeWeggebtZtqh6cTfO5pEFTcyxJALRtIQ485CZ7Ks3zAR4d
a0HA+Pn9F7s+8rpUfpKnuuXQAhv4RQoNRX3dNY06XU/K3RUPKj3QLeVbHOa3PxRl
Yjs8n235wV2Hz5yEUYBGKtkj53OrKAhGRxXQtfcTvRZvjIL6IWvnCMJuTQSJk+jw
Gh/n4iIWRQnn9PKqL+pfJh+sDLwu8r1w03JzTPLoy7tamCQjbk/IkGWsHgPoOYAN
2uokNes3Rxkug0MayzOR+Bm1UNIA5OlMcLFeoDOjFeH1RujBO9UQZhZpUHFJ1TLs
Vth8XE3dbm1/l9S/NaqA
=TGjw
-END PGP SIGNATURE-


Accepted:
dblatex_0.3.3-2.debian.tar.gz
  to main/d/dblatex/dblatex_0.3.3-2.debian.tar.gz
dblatex_0.3.3-2.dsc
  to main/d/dblatex/dblatex_0.3.3-2.dsc
dblatex_0.3.3-2_all.deb
  to main/d/dblatex/dblatex_0.3.3-2_all.deb
dblatex_0.3.3.orig-examples.tar.bz2
  to main/d/dblatex/dblatex_0.3.3.orig-examples.tar.bz2
dblatex_0.3.3.orig.tar.bz2
  to main/d/dblatex/dblatex_0.3.3.orig.tar.bz2


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



Accepted toonloop 2.2.0-1 (source amd64)

2012-04-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Apr 2012 13:55:16 +0200
Source: toonloop
Binary: toonloop
Architecture: source amd64
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 toonloop   - live animation editor
Closes: 660151 660153 666756
Changes: 
 toonloop (2.2.0-1) unstable; urgency=low
 .
   * New upstream stable release (source identical to 2.1.18).
 .
   [ Alessio Treglia ]
   * Add patch 0005 to avoid FTBFS on big-endian architectures.
 Closes: #660151. Thanks to Laurent Bigonville.
 .
   [ Jonas Smedegaard ]
   * Drop dpkg-source local-options hint: Declared options are default
 since dpkg-source 1.16.1.
   * Tidy and improve patches:
 + Refresh with shortening quilt options -pab --no---no-timestamps
   --no-index.
 + Shorten short description.
 + Drop trailing dot in short description.
 + Consistently describe what patch does (not what happened without
   it).
 + Add Last-Update field.
 + Stop patching autogenerated files.
 + Add patch 0001 to avoid treating build warnings as errors.
   Closes: bug#666756. Thanks to Sjoerd Simons.
 + Drop unrelated and evidently bogus comment from patch 0004.
 + Re-indent patch 0004 more similar to upstream coding style.
 + Fix patch 0004 to properly unset custom USE_GLES2 flag (not set a
   bogus debug option).
   Closes: bug#660153. Thanks to Laurent Bigonville.
 + Rephrase patch 0005 description: Only removes hardcoded endian
   flag, but then needs it re-applied at build time.
 + Add Author and Reviewed-By header paragraphs to patch 0005.
 + Add patch 0006 to avoid a regression test which requires X11.
   * Bump debhelper compat level to 7.
   * Bump standards-version to 3.9.3.
   * Update copyright file:
 + Fix include verbatim all flavors of GAP licensing, and list them
   as License sections.
 + Fix include verbatim flavored Expat licensing, and rename its
   shortname accordingly.
 + Shorten GPL license comments, drop duplications, and quote license
   strings in them.
 + Fix include verbatim flavored GPL licensings, and rename to
   approproate License shortnames.
 + Fix add some files. Fix add a copyright holder.
 + Fix extend/correct copyright years.
 + Fix double-indent in Copyright fields as per Policy §5.6.13.
 + Bump format to 1.0.
 + Extend my copyright for Debian packaging.
   * Tidy rules file to list CDBS variables after snippet inclusions, and
 sort inclusions roughly in order of usage.
   * Re-declare during build endianness un-hardcoded by patch 0004.
   * Update package relations:
 + Stop build-depending on ffmpeg or gettext: Apparently unneeded.
 + Stop build-depending on GStreamer plugin packages: Apparently
   needed only at runtime.
 + Stop build-depending on automake or libtool: Handled implicitly by
   dh-autoreconf.
 + Stop build-depending on mencoder: Unused since 2.0.2.
 + Stop build-depending on libgtk2.0-dev: Unused since 2.1.14.
 + Build-depend on unversioned libglew-dev (not libglew1.5-dev).
 + Build-depend on virtual libglu-dev (not libglu1-mesa-dev).
   * Use anonscm.debian.org for Vcs-Browser field.
Checksums-Sha1: 
 9384349983b0ee68d2ba3b7ae1b8738c8dede7d5 2450 toonloop_2.2.0-1.dsc
 42676102ca0548ed7cf1ef5e8fa6fdf3d9e48880 585373 toonloop_2.2.0.orig.tar.gz
 8c45f0685cedd1ed605dd0f397e4164fffcdff69 10598 toonloop_2.2.0-1.debian.tar.gz
 09d48295156844bd4b60c4e2313606acad0cc37f 374860 toonloop_2.2.0-1_amd64.deb
Checksums-Sha256: 
 5281e45b62ee2d07e9961715cfdc108f6dcf3a6da62a0d243324647ac0c2cd7b 2450 
toonloop_2.2.0-1.dsc
 eafd7406dea9cbd01478efaf7f3a8a616857e82411aa1b53aabc5e3a399324b2 585373 
toonloop_2.2.0.orig.tar.gz
 ab36fce54d3c716f9ac2a2fe4dbb4d65ad380ed7fd0dc41c8eed63b3c09198ca 10598 
toonloop_2.2.0-1.debian.tar.gz
 7206638310482326bb3f634e7585efa5cf103b83c49f166a89534fc891afbbe9 374860 
toonloop_2.2.0-1_amd64.deb
Files: 
 172938bd2e86470b7283908451f937db 2450 video extra toonloop_2.2.0-1.dsc
 9d0bb75c5572c9e54b625a06d0b657d5 585373 video extra toonloop_2.2.0.orig.tar.gz
 59c606da1056c3eaf2eaeb95075c0f0f 10598 video extra 
toonloop_2.2.0-1.debian.tar.gz
 1925aa8cb5d234eb9d75e59b2251e944 374860 video extra toonloop_2.2.0-1_amd64.deb

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

iQIcBAEBCgAGBQJPnS+jAAoJECx8MUbBoAEhsbwP/0TTWt0lfsTfCXVcX6WxsF7p
YCrKZj8JhAMtFoT28aj/98nZvVVRc3OkbrHPRbpNl9wkbRvSDe31R2Dr9qmIJtC1
a9v1ynNw6bM4jxBa7K782iIdJF35vjldUz+EwCwVMV0yL68ijNxTnORAUiqYKCVS
/ryQQ7SXMIpmlUfxZ1SiE64pf+/YfVKrNViJUKKUjpsF72+1y4vjsveMou+3XZh8
cDRHFW1EkbxtMS9n7IdtCPgVEobTyD4Mnwy4v/fgaJ+Mzu5HNd00ZbNzAO3JGiW6
8+Ibc89u9TBQ+Ivot96vgKBBACU9GAdk8iPl63yeAkje1557JygGH9LwH99vYbqr
8KcMo0H6uuAvHInrYhesaRPlzRRg0KLLtm45vbLactlLfFk4JDWI6A1XppvCCkLn

Accepted darktable 1.0.3-1 (source amd64)

2012-04-29 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 08:30:00 -0300
Source: darktable
Binary: darktable darktable-dbg
Architecture: source amd64
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 darktable  - virtual lighttable and darkroom for photographers
 darktable-dbg - virtual lighttable and darkroom for photographers
Changes: 
 darktable (1.0.3-1) unstable; urgency=low
 .
   * Upstream bugfix release. Fixes include:
 - upstream #275 plugin with auto applied preset not disabled
 - upstream #364 keywords plugin causes hang
 - upstream #365 Watermark variable not correct
 - upstream #366/#399 two bugs in preset functionality
   * New presets/matrices
 - Sony NEX-7
 - Canon 400D, 50F
 - Nikon D800/D5100
Checksums-Sha1: 
 e0472b455ea33ea6a806a3b41b47481a22f5f08a 1856 darktable_1.0.3-1.dsc
 f03b250be74965745b1a267bdd696b406aa97f7c 2538467 darktable_1.0.3.orig.tar.gz
 4d7a0be31713c1b4d0c9efd5a9605afbbf97b50e 9240 darktable_1.0.3-1.debian.tar.gz
 1fffe0b447d770886170bd7aa7b5eb526ec66acf 2094632 darktable_1.0.3-1_amd64.deb
 8bea5a755eedd46e2a306a56b800fd42c37a4176 4651420 
darktable-dbg_1.0.3-1_amd64.deb
Checksums-Sha256: 
 3bbd85fada69ead445d3752e941eeb3e11d0ddba2a303c4bb879898624c3e722 1856 
darktable_1.0.3-1.dsc
 112d237a9ec99dab814eccf938a6a9aea1d2e7eec2da685633a03632f9ae99f1 2538467 
darktable_1.0.3.orig.tar.gz
 8fee462be3f2bc7c95ef5a81bfb47e4186d350c881474a05e7525f2d4cd9fac5 9240 
darktable_1.0.3-1.debian.tar.gz
 57fd3d536c06632b111d2731a1552e91a8611066b7d1b2248690cbc5c27038c2 2094632 
darktable_1.0.3-1_amd64.deb
 01e3e2f3987a789709a7fceff1baca781c2e2776444d82b444fe1b429c1cb5a0 4651420 
darktable-dbg_1.0.3-1_amd64.deb
Files: 
 4f8bc59796636b1105ba4f6024bc0b6f 1856 graphics optional darktable_1.0.3-1.dsc
 9877a012b2b39f0e5859783db508f580 2538467 graphics optional 
darktable_1.0.3.orig.tar.gz
 b6e90a0ed2e5136061361ad49efcc747 9240 graphics optional 
darktable_1.0.3-1.debian.tar.gz
 d6bb537755dfd93dc5087ec198cae59e 2094632 graphics optional 
darktable_1.0.3-1_amd64.deb
 d780ca0063dc6236b682d602f25b002d 4651420 debug extra 
darktable-dbg_1.0.3-1_amd64.deb

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

iJwEAQECAAYFAk+dL34ACgkQTiiN/0Um85mZRQP/XXE3rftthhJWal9rSXjC1Rx+
uWjDreEkeH5ln9VkwbJQQku5Wrhpl+fBf82ZdJO3+u8qxgkrqf6VPXzkb9smkGP6
1kozv8rBNxVRlmof2WeHLQFgdf7/LudV0kGjS+Ken0o2EWOC6Ej3IQoqhNu9Fknq
LzthmtPDJUKNvV0jlrk=
=OJVS
-END PGP SIGNATURE-


Accepted:
darktable-dbg_1.0.3-1_amd64.deb
  to main/d/darktable/darktable-dbg_1.0.3-1_amd64.deb
darktable_1.0.3-1.debian.tar.gz
  to main/d/darktable/darktable_1.0.3-1.debian.tar.gz
darktable_1.0.3-1.dsc
  to main/d/darktable/darktable_1.0.3-1.dsc
darktable_1.0.3-1_amd64.deb
  to main/d/darktable/darktable_1.0.3-1_amd64.deb
darktable_1.0.3.orig.tar.gz
  to main/d/darktable/darktable_1.0.3.orig.tar.gz


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



Accepted diffutils 1:3.2-4 (source all amd64)

2012-04-29 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 14:53:14 +0200
Source: diffutils
Binary: diffutils diffutils-doc
Architecture: source amd64 all
Version: 1:3.2-4
Distribution: unstable
Urgency: medium
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 diffutils  - File comparison utilities
 diffutils-doc - Documentation for GNU diffutils in HTML format
Changes: 
 diffutils (1:3.2-4) unstable; urgency=medium
 .
   * Modified gnulib-tests/Makefile.in to disable test-float,
 as it fails on powerpc.
Checksums-Sha1: 
 b30cde083befecebd18e26ebf9dd7791d01844fa 1436 diffutils_3.2-4.dsc
 69ec7d1427c1fba25024df8dc7f76e828f2fdde2 7679 diffutils_3.2-4.debian.tar.gz
 17a99e4275ff9a07ed99607c6c0451cc7a4cf4ed 365958 diffutils_3.2-4_amd64.deb
 4545d4e58ee773d4df9436a2b996667d265b8054 116100 diffutils-doc_3.2-4_all.deb
Checksums-Sha256: 
 8a094198a18216cad5e07095a723b4b69c3e5e296ff8873129be3185c80e0f5d 1436 
diffutils_3.2-4.dsc
 e0f16fe3318e75dc8ceab8c652b4ec3fb17e17d5977ffec54cf3e74612df35cc 7679 
diffutils_3.2-4.debian.tar.gz
 2c0d1fbf4b3d573a33a51402f7e1f8dcd6e10bc0fa021285e7b7107a8484ca5e 365958 
diffutils_3.2-4_amd64.deb
 2bbdde731b9d1a79957878d0d91bf5f4484fa20b971ee171c00f003b3f310b63 116100 
diffutils-doc_3.2-4_all.deb
Files: 
 bdba12ce7337c24a07fdf3fb42dc4ca5 1436 utils required diffutils_3.2-4.dsc
 83de565767f994d212d848f7873f150a 7679 utils required 
diffutils_3.2-4.debian.tar.gz
 7a1e1eae4aa8a6e90055008491eff795 365958 utils required 
diffutils_3.2-4_amd64.deb
 c4acf6eadb429e1183d50b62af02c84d 116100 doc optional 
diffutils-doc_3.2-4_all.deb

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

iQEcBAEBCAAGBQJPnTr6AAoJEEHOfwufG4syPSUIAJRZeh1koBO+0SmAZilZCvdv
MH14lo2MuCX/AR2twI8jJhFV+lBCLBLaZXjtIdp31EI7vHl3vOetZkSpOSPzsjt2
M4jpMTN2RCMZAFnUN54y+qFX4zOVlnvu3K5L77AAvwLGr5aw/y6+/dSLaDaWSZM0
VAW1hfoQqsw5yzkkf5REaNKSPUCVbibNq+jeRPmPYBOIGh8w+CHp2syO1XVEfbxT
Yni3vnnQ9bD6L9n/vu/71O8s2b61M4OGTvULCyAMJw2ppXeEoj6Ez0hSwn/3pGur
k4qErf1fhXErXIjGo+yOVvChz9CBB4HxrBd90hE3BgXv491TxO22ar54BsBxbdQ=
=tLXo
-END PGP SIGNATURE-


Accepted:
diffutils-doc_3.2-4_all.deb
  to main/d/diffutils/diffutils-doc_3.2-4_all.deb
diffutils_3.2-4.debian.tar.gz
  to main/d/diffutils/diffutils_3.2-4.debian.tar.gz
diffutils_3.2-4.dsc
  to main/d/diffutils/diffutils_3.2-4.dsc
diffutils_3.2-4_amd64.deb
  to main/d/diffutils/diffutils_3.2-4_amd64.deb


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



Accepted guitarix 0.22.2-1 (source i386)

2012-04-29 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 14:25:03 +0200
Source: guitarix
Binary: guitarix
Architecture: source i386
Version: 0.22.2-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 guitarix   - Rock guitar amplifier for Jack
Changes: 
 guitarix (0.22.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 267344d7360ac2dcdfa4f45b8a0ad734f8dfbbfb 1215 guitarix_0.22.2-1.dsc
 3fbc3afc1c7c3cbbb2aaf6d6a2673fbfea002f16 4329791 guitarix_0.22.2.orig.tar.bz2
 5a0a3c8d220e978c84c9517bfbfc1f8424935919 4185 guitarix_0.22.2-1.debian.tar.gz
 07d4fc67a32aec15600d594e7cc6eff962e69c30 3787410 guitarix_0.22.2-1_i386.deb
Checksums-Sha256: 
 a29ebbe8671780d0ab4cda497f3006d22d7f3010439980d062dda5902c59f1d3 1215 
guitarix_0.22.2-1.dsc
 b52cc3f90feffbba74edddebe00a84dc234c63e4253345808e64f64453796e38 4329791 
guitarix_0.22.2.orig.tar.bz2
 3cf796eb193a3847bee0013cf7fe0e6a24d1fab093f286ae7e79db6bf91c1692 4185 
guitarix_0.22.2-1.debian.tar.gz
 c3ee00c97845a6c2d6956433d76b7b38f42af620cdd4de8c2f08ca6fb00c2281 3787410 
guitarix_0.22.2-1_i386.deb
Files: 
 af0aeff84f3c0e981d724aa987f82b16 1215 sound extra guitarix_0.22.2-1.dsc
 ac757be0a0ebefb18d5527269c10cad9 4329791 sound extra 
guitarix_0.22.2.orig.tar.bz2
 6a5809a19c2891a7566204c7377140df 4185 sound extra 
guitarix_0.22.2-1.debian.tar.gz
 1c335dd12970ea809ab7e47836faad58 3787410 sound extra guitarix_0.22.2-1_i386.deb

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

iD8DBQFPnTumcaH/YBv43g8RAuQxAJ0fCTj6jJedCtA+1xh5Lfw4awaWVwCePr2Y
MhZHpFZZNKSp1xqiEdgvKOM=
=bTa8
-END PGP SIGNATURE-


Accepted:
guitarix_0.22.2-1.debian.tar.gz
  to main/g/guitarix/guitarix_0.22.2-1.debian.tar.gz
guitarix_0.22.2-1.dsc
  to main/g/guitarix/guitarix_0.22.2-1.dsc
guitarix_0.22.2-1_i386.deb
  to main/g/guitarix/guitarix_0.22.2-1_i386.deb
guitarix_0.22.2.orig.tar.bz2
  to main/g/guitarix/guitarix_0.22.2.orig.tar.bz2


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



Accepted mu-cite 8.1+0.20120227-1 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 21:33:27 +0900
Source: mu-cite
Binary: mu-cite
Architecture: source all
Version: 8.1+0.20120227-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 mu-cite- message citation utility for emacsen
Changes: 
 mu-cite (8.1+0.20120227-1) unstable; urgency=low
 .
   * New upstream release. (development snapshot on 2012-02-27, downloaded
 from http://www.jpl.org/elips/mu/snapshots/mu-cite-201202272330.tar.gz)
   * debian/emacsen-install: Create relative symlinks.
   * debian/rules: New targets build-arch and build-indep.
   * debian/copyright: Switch to copyright-format-1.0.
   * debian/control:
 - Add ${misc:Depends} to Depends.
 - Update Standards-Version to 3.9.3.
   * Switch to dpkg-source 3.0 (quilt) format.
Checksums-Sha1: 
 481c38e915258b59a28aac5d7c2119836ab8b45f 1751 mu-cite_8.1+0.20120227-1.dsc
 b02125cdf527071a6b591944d97262da547ac3fd 19294 
mu-cite_8.1+0.20120227.orig.tar.gz
 f626b6eab492d5893f94b317d315c7ba38ef12f6 5417 
mu-cite_8.1+0.20120227-1.debian.tar.gz
 445701e90311ebef480904012aa845a3c50aec81 27318 mu-cite_8.1+0.20120227-1_all.deb
Checksums-Sha256: 
 7b1418b59986aca8d9bc105fa507bf00243352014a7f958142d4b7ff2fd1a1e8 1751 
mu-cite_8.1+0.20120227-1.dsc
 3f89c4740c54baae6cf990ce9971b7b090eefbd1e03d2bc51b177ac77b4ca015 19294 
mu-cite_8.1+0.20120227.orig.tar.gz
 ededc2eca50e338b158f298efc08e4e08fa2a13737a9103a8aa26b7d1f11450b 5417 
mu-cite_8.1+0.20120227-1.debian.tar.gz
 f388521d3981ac2d9f0e2b4c6bf9d7e30424c5e81e830dacc727747683ee6a85 27318 
mu-cite_8.1+0.20120227-1_all.deb
Files: 
 e1f6e78f5af78cb80f5271e954e4a196 1751 mail optional 
mu-cite_8.1+0.20120227-1.dsc
 eb097097802f7976bd6e2a183853a735 19294 mail optional 
mu-cite_8.1+0.20120227.orig.tar.gz
 aba069ff4fc915389b3574798adfdd1a 5417 mail optional 
mu-cite_8.1+0.20120227-1.debian.tar.gz
 59f8e20d2b16b3b5c0cbbd55ac56792a 27318 mail optional 
mu-cite_8.1+0.20120227-1_all.deb

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

iQIcBAEBCAAGBQJPnT8pAAoJEOXvq5AIDqY8OTQP/3HDE8wEuE1Y46QTmeNe5zzv
AsS51b0tVAPlAy+pCtNK6t3KftFta7XiKhbgKf0JHsUL5M1kVv0hKa8E1Q5HMpn0
TiCP7wPB6za2WLTL/Ffd4Dj3YSaVO/pmKruzteOA19vn+nQX2ToRtHAmBMfAcGhq
OexLYP9HM7DO0GyG6ecozG12KRnnAaltsvW9y2vBE2EH2cY+pwfNJXapHJZqt1GV
oiwSb1nIozTLKmieCVNd2Xku9xqU7Q3pIbXHlQeDKfEL77xNyYCEHf563K747/qi
Ek+Z1pubS/EBxRwArqbS+oQlmpRhQ0x7NDUMgzLvk70hhVVFCEeG22OcMS0Rpszi
rzMDiOCUvETxRhagwkTiMfOaOsc6iidgFGjByXYxnBsC67AGdIXwvnNr7Dzb2mCQ
+D4NQROsACIkOLhAFlm0Bi509essCWqoNzBPifqKVAujulrZ2mMPijHkw9Wl2s72
sbDQFtBdK1klBYSvUsTYXX59/0QaXFRYE5cpn7YtCAZ73JcxPEOGLM6l/j+07gnc
D+dRXUzDf59raw9/CtkhqZdaeRjmURxphd4koNGKq9/jxx6W+xKSftHoetMybC4X
+fpjb2badq2HROciLJlNKoSIicT1PQYXkk4GEQINfEBqAB1P8DKO49N2T4TB+q6x
a9es5b8ommQfUOcPNtmI
=doRS
-END PGP SIGNATURE-


Accepted:
mu-cite_8.1+0.20120227-1.debian.tar.gz
  to main/m/mu-cite/mu-cite_8.1+0.20120227-1.debian.tar.gz
mu-cite_8.1+0.20120227-1.dsc
  to main/m/mu-cite/mu-cite_8.1+0.20120227-1.dsc
mu-cite_8.1+0.20120227-1_all.deb
  to main/m/mu-cite/mu-cite_8.1+0.20120227-1_all.deb
mu-cite_8.1+0.20120227.orig.tar.gz
  to main/m/mu-cite/mu-cite_8.1+0.20120227.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/e1soueu-0004sv...@franck.debian.org



Accepted simutrans 111.2.2-1 (source all amd64)

2012-04-29 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Apr 2012 14:40:06 +0200
Source: simutrans
Binary: simutrans simutrans-data simutrans-makeobj
Architecture: all amd64 source
Version: 111.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Closes: 662502 669475
Description: 
 simutrans  - transportation simulator
 simutrans-data - transportation simulator (base data)
 simutrans-makeobj - data file compiler for Simutrans
Changes: 
 simutrans (111.2.2-1) unstable; urgency=low
 .
   * New upstream release.
 + Includes fix for build failure. (Closes: #669475)
   * Backport patch to add missing include to csv.cc.
 + new patch: 0001-Add-stdlib-to-csv.h.patch
   * Fix Endianness issue with SHA1 replacement. (LP: #931181)
   * Build-depend on libpng-dev instead of libpng12-dev. (Closes: #662502)
   * Use debhelper compat level 9.
   * Use copyright format 1.0.
   * Bumped Standards-Version to 3.9.3.
Checksums-Sha1: 
 f0a2d9c2444b381732118a06114d499c9cdbb9dd 2169 simutrans_111.2.2-1.dsc
 1fbad89d27a944f1314e96f41a58a37ba6f7ba2f 1732768 simutrans_111.2.2.orig.tar.xz
 133692c2552fbbacf4e2c43d591b0db6d4862a2d 222840 
simutrans_111.2.2-1.debian.tar.xz
 d3fd06a055e519e7554293825425ab0df7d5c9d4 1068648 simutrans_111.2.2-1_amd64.deb
 e4a034cc2bec7a19f92930e1adcbbad7853902de 183686 
simutrans-makeobj_111.2.2-1_amd64.deb
 1bcdfa2fd6c8ddb3d80ec0bc524bcafd9823c08f 1126324 
simutrans-data_111.2.2-1_all.deb
Checksums-Sha256: 
 7dd5cc2362308ddc1a1b557393104f376b437046abdf8b9b150731a7a993a9a2 2169 
simutrans_111.2.2-1.dsc
 9d0131e1ae7e71ed542b138b125412ceb15deed01d81964f29b6c8ab9f860f88 1732768 
simutrans_111.2.2.orig.tar.xz
 f5b2abd60588c4efba99a40085b568297bc6b655c9f7c4848c2a15d36f0f6672 222840 
simutrans_111.2.2-1.debian.tar.xz
 0f36fd0251de979eef83894b682c257aa0353391e6262f6e38cac4cdd34a2fdf 1068648 
simutrans_111.2.2-1_amd64.deb
 33a9f37b9ece75ac1bfb0ed5d6f13160bc2db93f006a774929f6d8e195643986 183686 
simutrans-makeobj_111.2.2-1_amd64.deb
 1b73a720152e111f6d3414c331212b0ecbb40d5d77092cc51889c2c4efdfe420 1126324 
simutrans-data_111.2.2-1_all.deb
Files: 
 fc67f14eae6570af5c2ef82303e593fc 2169 games extra simutrans_111.2.2-1.dsc
 d4f1951c0e2b8db6f01659182f90b5d4 1732768 games extra 
simutrans_111.2.2.orig.tar.xz
 b96e834ce4252e3f71e58601ff412c86 222840 games extra 
simutrans_111.2.2-1.debian.tar.xz
 f5d000491f89e701f5ceaeb4da8c05ab 1068648 games extra 
simutrans_111.2.2-1_amd64.deb
 8150e2fadc3d7cb29a8c219deb2e33bf 183686 games extra 
simutrans-makeobj_111.2.2-1_amd64.deb
 5ef754eaf7b6a98f23d5382bd5354878 1126324 games extra 
simutrans-data_111.2.2-1_all.deb

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

iQIcBAEBCgAGBQJPnT2ZAAoJEIATJTTdNH3IurgP/3yFoDn/tp/fxEDAjJ5KxZ1b
c9hkhfpcXcTzxhyWNEYfm9fvoXKkMuVpGWolvCOrajFhedBbBTkCjP0bI7JPT5Y4
2BOR67tLc5qhuR5+6EsYHBgZsCOgUgBcjwQaf++SQwH81dd/sHoqZ3i4QItl+4HO
LzM6UtDlRxUNJ+Xi0XSCsR/+J3GYJPPTcbwrxhk4dKjnQeE/D7gfb5rXMkOCCKS2
pQHcGW4su6IhGb+YS+Ffvl16MEAU8Z1kOxT/csKYQHEcf6RavlyqaouphvPWDSPP
WJe/UvBSyrUqcXnhG75B77Ir8uftw8+PUCnfF+CC9WtA4kBNqRjThGlsFAVtKk0k
Og05tvTcKSQAwvL8/wigYWPPvrA4nzxxXA59FrkdNj/mnqgeXyIDhnFCKGZQKBfB
ggPT9u5kHEf8q7Gr0xxLBV3TvewCmQmlMCtDukw1hY8Wh4Xs86K1chRmB+pWDaok
CUU6RaJah0NqpxFCdD3yzVqcs3JeWL6VYN+kkQBGT8Rbgznr6/ewzygBlHwk5vKL
K3Bz8U8Ri9dGR61fVXd3SEspgaO+LYYJP40zsHsCt0cEvc8ksxNReD0tCPXx6uUt
h0vAWq4/eDr26KSU6SrK9pxkr3WVScCKS0FiGIIq7JjZEvY5sOpNaROuGuynab4S
1z2RaSEARc96qur2dUF4
=8mof
-END PGP SIGNATURE-


Accepted:
simutrans-data_111.2.2-1_all.deb
  to main/s/simutrans/simutrans-data_111.2.2-1_all.deb
simutrans-makeobj_111.2.2-1_amd64.deb
  to main/s/simutrans/simutrans-makeobj_111.2.2-1_amd64.deb
simutrans_111.2.2-1.debian.tar.xz
  to main/s/simutrans/simutrans_111.2.2-1.debian.tar.xz
simutrans_111.2.2-1.dsc
  to main/s/simutrans/simutrans_111.2.2-1.dsc
simutrans_111.2.2-1_amd64.deb
  to main/s/simutrans/simutrans_111.2.2-1_amd64.deb
simutrans_111.2.2.orig.tar.xz
  to main/s/simutrans/simutrans_111.2.2.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/e1souff-0004xo...@franck.debian.org



Accepted simutrans-pak64 111.2-1 (source all)

2012-04-29 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Apr 2012 15:11:01 +0200
Source: simutrans-pak64
Binary: simutrans-pak64
Architecture: all source
Version: 111.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 simutrans-pak64 - transportation simulator (data files)
Changes: 
 simutrans-pak64 (111.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Move package to a Git repository.
   * Bumped Standards-Version to 3.9.3.
Checksums-Sha1: 
 5b684c9fc90ca04f4c6d7c1c2f7984d3c764f9e1 2017 simutrans-pak64_111.2-1.dsc
 58f1e8df642803817b24a1415efc46f20009a910 7906156 
simutrans-pak64_111.2.orig.tar.xz
 e731a4382116b1cebb87f82af8757aec79a6b420 5088 
simutrans-pak64_111.2-1.debian.tar.xz
 4adb6223e9555e80878706ebbf1f91a93477f5da 2621058 
simutrans-pak64_111.2-1_all.deb
Checksums-Sha256: 
 800a9b72c611768cc0378dceabae29de93a9014a2ac0b59f2669676c964c2fc8 2017 
simutrans-pak64_111.2-1.dsc
 39ff1b7476519f52551b682e05a09634f2dbae12c7a81e3e31d8bdb03d4bb8ca 7906156 
simutrans-pak64_111.2.orig.tar.xz
 34888238141b1b98c66af991cf018aee5a13e0a6df3fea5881b94808c28721e8 5088 
simutrans-pak64_111.2-1.debian.tar.xz
 a462a19a57aa0169bb43ca89f33b3c1a6f029b5b23b615183ebd3f5c4d62b5da 2621058 
simutrans-pak64_111.2-1_all.deb
Files: 
 40a92395c0b2b0265620bc83f7672715 2017 games extra simutrans-pak64_111.2-1.dsc
 faf5079cd689953bc766ff6ee261cbda 7906156 games extra 
simutrans-pak64_111.2.orig.tar.xz
 b1aeae714be2fc6def666d38415a04a2 5088 games extra 
simutrans-pak64_111.2-1.debian.tar.xz
 1db9cfcda67b6505c291b7c60652a065 2621058 games extra 
simutrans-pak64_111.2-1_all.deb

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

iQIcBAEBCgAGBQJPnT+XAAoJEIATJTTdNH3Ijj4QAK3ulN+W9xOzYOZnPx11+Vel
eIEubJMkiUgJYfHQcVvUgGHcwh/iLc3uPZEuUGy39iTh7MF97au9XVG+T3iSkup6
4bF62gUeORYt1zDl1TA50xJrTn5YX8gGn99A60/b7OPyv+fEBs/If1Jo0Kpowmcs
FwAL3IX5rFfQWUeTYIhHMU68NZh1vec2CPqy6FFebLuldfkH6UOxoJM9MlrR7FtW
CVJGGxD3ilU8EkT0Yiy+c9hwje0f9xwKzpwpaeXBgthGJpL5apfwNshIbhHZrh4l
bJalQQmflwz6ryrAw50X4ElbblS2ZeiS7ZPpTsitlgxzVx7/KpeByn0By8oPwV6Q
dinP1AXR7lyZ0bdwu5O3KdSZGwLyCPQdMNxgSxJEKtPwy4dJMEoQj7r2c+vpaton
y1HXcp4SH0iB4Xc+kkb5DGkqPz6Qg2sLCUARye9zoI9+tA2XSeFtdiYSXTWtaWZy
hOArDLKFUE3q99PjnBJ2yDCJvIOa+OiMtSwbict6hc2cay88QkKBCSknaA2VCgEm
AbJSyAKbRUWQf2OaYpoD1Je8fLKVqJHPVxk1oG4hWtK6a7ulBSxzbuulgmq7Asr+
DPdL6bdylHlVysQsDi1cxKk5q/Mb2TEb5hAOMqzeY16oMfYlj3VDQ68f7b8WWCYr
FXAjehVoEXYcbdvlygjT
=TXwL
-END PGP SIGNATURE-


Accepted:
simutrans-pak64_111.2-1.debian.tar.xz
  to main/s/simutrans-pak64/simutrans-pak64_111.2-1.debian.tar.xz
simutrans-pak64_111.2-1.dsc
  to main/s/simutrans-pak64/simutrans-pak64_111.2-1.dsc
simutrans-pak64_111.2-1_all.deb
  to main/s/simutrans-pak64/simutrans-pak64_111.2-1_all.deb
simutrans-pak64_111.2.orig.tar.xz
  to main/s/simutrans-pak64/simutrans-pak64_111.2.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/e1soufr-0004zq...@franck.debian.org



Accepted clive 2.3.3-2 (source all)

2012-04-29 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Apr 2012 15:42:49 +0200
Source: clive
Binary: clive
Architecture: all source
Version: 2.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Closes: 664493
Description: 
 clive  - video extraction utility for YouTube, Google Video and others
Changes: 
 clive (2.3.3-2) unstable; urgency=low
 .
   * Upload to unstable.
   * No longer recommend clive-utils. (Closes: #664493)
Checksums-Sha1: 
 b1718259f30e6a56d1e6d029f5210432806aec50 2097 clive_2.3.3-2.dsc
 0aa4fc23b2d282df67234a2c82be44ccc61dc778 7492 clive_2.3.3-2.debian.tar.xz
 139c8a3aa84bb1cd12cb09a8d017c5d7c6a30d37 26286 clive_2.3.3-2_all.deb
Checksums-Sha256: 
 65b44ff048d2ccf1dd4775f908779abb7b84b6eac6127e894d48d34f682abfd5 2097 
clive_2.3.3-2.dsc
 ca84e6e5546c2086794934c1e30e6e078f3e2f2250211c201d579e751b9df7ed 7492 
clive_2.3.3-2.debian.tar.xz
 82087d51b2f4bad36741fa0203bce2712a7979618d67956977cca8ffed610549 26286 
clive_2.3.3-2_all.deb
Files: 
 39716e9c42fe82aa2526bfad1950d65e 2097 utils optional clive_2.3.3-2.dsc
 483f4b5d9b1b9a933e039194b42618cf 7492 utils optional 
clive_2.3.3-2.debian.tar.xz
 0a43458f0744dd36742c5e9f68fac78a 26286 utils optional clive_2.3.3-2_all.deb

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

iQIcBAEBCgAGBQJPnUWxAAoJEIATJTTdNH3Ica0P+wTz3ZGL+SEEgnFwHY0IrocH
GJb8gEom+4UfS0olifVlzO+q+kBkPmCA1A9Maf3sFY+R3w1b3LtfgLy064/khLtI
ZcEVZEd30U+5k0MeQmG0440zzQyzPXSoBWKmejnzsTdx4DIiUUg9guPQjLoEmr9B
r5VcY6DN35NKZBDwAmNaBxe0HCKcHyPI2zRN6LFH7k0Y4fjwsgI+CHToIMN5I5fi
gXC6wNYNruDHuJIrO7463XJksm2zN4V9Zk9kld9Q7fgSxudXZxPmxI/Jtmx6RKLG
ABb18XiBy2kwnqFBdJsL6RjIuj0qkxDKMW4YLK1+TYznGjnz1/okP0cG0ba2OcWx
VXUczQTOa/yKE/tYtTxmX/3p19mb1qEMxVNXCHOcWiGfuAYZjUJYjgYImnDoTIxL
A7XmqQEigl3YHi8+sco4Uwf4K3iiStJEu2zmbox93GxoshoAlkG6/Me35av1U5xh
sNAV86cLKHFGHtAyrfg5znnV6Dqnvr5wzsKIaJKS7nheNzGDIzKZDx6m15suYNcv
EDYiejODXzydy8myJj8zEaGPuaHqes05vu2Xq3y5BaBGdukMHAnZFwDx+TvSi/zD
S97stl0KLFA6of/CGh/km5ySQBA/W+9nNAeGiPHzgCWqgHoYfCIsJYAjrha8sGbF
0dEkEbMPE0Q3QxsoPCxM
=qKxn
-END PGP SIGNATURE-


Accepted:
clive_2.3.3-2.debian.tar.xz
  to main/c/clive/clive_2.3.3-2.debian.tar.xz
clive_2.3.3-2.dsc
  to main/c/clive/clive_2.3.3-2.dsc
clive_2.3.3-2_all.deb
  to main/c/clive/clive_2.3.3-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/e1sovpa-00068q...@franck.debian.org



Accepted einstein 2.0.dfsg.2-9 (source amd64)

2012-04-29 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Apr 2012 13:21:34 +
Source: einstein
Binary: einstein
Architecture: source amd64
Version: 2.0.dfsg.2-9
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 einstein   - Puzzle game inspired on Einstein's puzzle
Closes: 669490
Changes: 
 einstein (2.0.dfsg.2-9) unstable; urgency=low
 .
   * Added libfreetype6-dev to Build-Depends.  Closes: #669490.
Checksums-Sha1: 
 1fde23000530458927eb220fc2322fcc12317ab0 1828 einstein_2.0.dfsg.2-9.dsc
 b710208a5d6c6db9eacea84283b790199665397e 17017 
einstein_2.0.dfsg.2-9.debian.tar.gz
 2298903fc527e0d2b189efe3fcec0af7f70a5ad1 1065512 
einstein_2.0.dfsg.2-9_amd64.deb
Checksums-Sha256: 
 028329bf545e3191f08cc300771c98769550306593069960c4960bea103fb70b 1828 
einstein_2.0.dfsg.2-9.dsc
 fca19837c3cb3b23e8319261198f3d9ffabaf9faca748211e927bed823a3a969 17017 
einstein_2.0.dfsg.2-9.debian.tar.gz
 24db8c7ced0ecb3700491bd80a20aa41f35a0af2f98630cc145a0a4a951ce075 1065512 
einstein_2.0.dfsg.2-9_amd64.deb
Files: 
 9520b841710667fe767a22a0d05c1e50 1828 games optional einstein_2.0.dfsg.2-9.dsc
 ddb4e9c1677c39e43f14be70980076d1 17017 games optional 
einstein_2.0.dfsg.2-9.debian.tar.gz
 57fcde676bc39087d73c2fc0c2daaae9 1065512 games optional 
einstein_2.0.dfsg.2-9_amd64.deb

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

iQIcBAEBCAAGBQJPnUpaAAoJEDNV9NY7WCHMookP/1DZrqjLzEx38pgUBTKzhaYd
dY93y/ifxzK1wzaoD8q3D9hF2SHyBCeXMiopTWl7Yd7KlQvSR4zWq6vbGOJUDPyf
cbCBK2ywdzFSmimNnIz6MMn9RLIrBj8h5ewEivc5KE31mBTEmyMAZGB8GqA+Shen
VnXBzJsy/ap+fmPlg4oarf5IzDlg90GvfvtJIKGaF9O3Yd+ovo+tbFb9SJxIgA8t
ZKFkI+mbPZPeETpjQPX6lBpSzuCI8clp+/fPSiYAi20zY+LCe9Pq+qVdMp1QP1t3
A5d57iMLrJe/xVmsTv6sjVZalHef5UQBJQHXcjr2MoTNhs9JtJ1NmBduzIUTcllk
YevkG6Oo0CIBqXdcFa855BmKn3HywGUSa7XprnJaCYCguWXhxxP210mZIoPwdE20
kJl7ezTswfCrP+pyTMPp4xaNApcH3zxZaMiTtrJTsweWy3hP0IO1bV1huTRq2Kc5
FJBOGnCzS5hZgQJo12LD3C/682UQ0GvT7Geljy3YC4oY5mb4NRvAgCHcsvVPxBuU
YrkcldY1+ERqgKCwh7ia8PgTtIs7Y/q6kZvd74kGlnOtApQ/ty+CYFU7GzVrMb1m
4Tn7mvWV/esxLP9vhkcIK58APaZTjgtX3UXaEyeWVn/gHJ9ZZGEWaYf/gzsZLHDG
5cSZpAd+Q18cF2dwMh1l
=aXrf
-END PGP SIGNATURE-


Accepted:
einstein_2.0.dfsg.2-9.debian.tar.gz
  to main/e/einstein/einstein_2.0.dfsg.2-9.debian.tar.gz
einstein_2.0.dfsg.2-9.dsc
  to main/e/einstein/einstein_2.0.dfsg.2-9.dsc
einstein_2.0.dfsg.2-9_amd64.deb
  to main/e/einstein/einstein_2.0.dfsg.2-9_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/e1sovpv-0006hb...@franck.debian.org



Accepted select-xface 0.15-6 (source all)

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

Format: 1.8
Date: Sun, 29 Apr 2012 23:10:36 +0900
Source: select-xface
Binary: select-xface
Architecture: source all
Version: 0.15-6
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 select-xface - utility for selecting X-Face on emacsen
Changes: 
 select-xface (0.15-6) unstable; urgency=low
 .
   * debian/emacsen-install: Create relative symlinks.
   * debian/rules: New targets build-arch and build-indep.
   * debian/control:
 - Add ${misc:Depends} to Depends.
 - 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: 
 dc16db7e2c472986db113d45b5081c5a326837ee 1687 select-xface_0.15-6.dsc
 67973d9e3f326f50828fc3c1006a261df12eaae7 3848 select-xface_0.15-6.debian.tar.gz
 18385256bf4fe5e0274877478b38a56b196c7af5 16568 select-xface_0.15-6_all.deb
Checksums-Sha256: 
 43c3209ac44f4f1271b74f565f273525b0b29ffa03d5a38e83f9173ab573556c 1687 
select-xface_0.15-6.dsc
 e30a8450e3c03aa9035f1ca60a2c69624eef4dab9fafa8ef07c7569b99f01cf5 3848 
select-xface_0.15-6.debian.tar.gz
 59a78c80f4476507aefb2f263e0ed9f70a203d62d1803716b4eb1c74fa661e86 16568 
select-xface_0.15-6_all.deb
Files: 
 0afef2c65a5bbcff2aedec1eb8b02bab 1687 mail optional select-xface_0.15-6.dsc
 6d62752da5d84e591d51283e66e40e27 3848 mail optional 
select-xface_0.15-6.debian.tar.gz
 2ac9c2db4f4fd29294685d1c52112351 16568 mail optional 
select-xface_0.15-6_all.deb

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

iQIcBAEBCAAGBQJPnU99AAoJEOXvq5AIDqY8144QAJxRPDKC8MV6kFALP7EMYAka
fvxleeGjSsmy5EiUWcKoQ8CabPGk5SyLLjjlaqKzEiHmc6XUJ/3l4LkcwyFWMlyZ
4lNUcHErZXjgSTVoTiCgknJGRsiDF8gdPBiFOtwVF6Xr3vGGb3cUBC47SwxzktyR
XgmQq/nLl86BhV225edfiaWG85Kx32rkurrt3RbCseHE5DQ93TEp99z9pzPWK5HE
+w5t7/W5dZUN40gd2J8Xo+GmwybH28QGHkrKxC816VAGBGTM46ZxZVYpor5T+67w
pytl9aWs8pibccmj8TEDmqNRhuRmswU7AwQS+pj20KLPZhrJFRAxS/nW5Ni4k6E4
ieqteS/+mdmiu36Ob5fy5MscG3SMfHYfpiXWfKcMUHkg20qSt14uSsBUOQ1Dywrk
GyYuYmj+aRF/jUJjLHu39ToTHTAm2qlPqNzQROF4xxS3YGJnWTcPy3jVuCwawF36
n7SQygnIFNZtJncK+fhtcj2d7dKp7YbrLW6smZ7EHSC4hrU5as3it8jNR7ntPJ27
FMgzb9KtqqgUPnBFczYec+byroRd/WbMmzjpsGs/kLOBexBkQFMBseJVZlqwJAZd
Q3eKxaZjR5IytcPgvDPDeabYng26D/5YApN+O/+FfC3o6c7fufYUCLqEmt4fglV8
bCZy4jfjfxo+krZqoKbR
=RvcK
-END PGP SIGNATURE-


Accepted:
select-xface_0.15-6.debian.tar.gz
  to main/s/select-xface/select-xface_0.15-6.debian.tar.gz
select-xface_0.15-6.dsc
  to main/s/select-xface/select-xface_0.15-6.dsc
select-xface_0.15-6_all.deb
  to main/s/select-xface/select-xface_0.15-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/e1sovrt-0006qb...@franck.debian.org



  1   2   >