Re: Removing web server dependencies from web apps

2012-01-09 Thread Raphael Geissert
Thomas Goirand wrote:
[...]
 The issue is that most PHP packages in Debian have dependencies on web
 servers, most of the time with something like this:
 
 Depends: apache2 | httpd, libapache2-mod-php5 | php5-cgi

Leaving aside use cases, workarounds (ugly hacks, I would call them), etc...

I personally believe those dependencies are incorrect. In the past, when I 
had the chance, I often explained to the corresponding maintainer why they 
were incorrect and what they should have been.

Code written in PHP shouldn't depend on a webserver. What the code really 
needs is *being interpreted*, which is done by PHP, not by the web server.
The PHP interpreter (in one of the multiple available flavours) is the 
interface to the server. Unless a PHP webapp has a specific requirement, at 
no time it actually talks to the server directly.
N.b. there's a difference between code written in PHP and a PHP webapp.

There could be an argument that webapps usually don't consist on only 
interpreted code, but on images, js, css, and other stuff that is delivered 
by the web server directly.  Following that reasoning, one could argue that 
that kind of webapp _does_ require a web server to be functional.

Additionally, PHP webapps should not depend on different SAPIs (i.e. 
apache2, cgi, fpm, etc.). They should depend on $BEST_SAPI | php5.
Where BEST_SAPI is usually libapache2-mod-php5 since it works out of the 
box, while most of the other SAPIs require or are intended for special 
setups.
The php5 (binary) package has an ORed dependency on all the web SAPIs, so it 
will do the trick for whatever SAPI the user chooses.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/jee7ah$2oe$1...@dough.gmane.org



Re: Uploader field containing the same as Maintainer

2012-01-09 Thread Raphael Geissert
Enrico Zini wrote:
 Before I just silence the warning in my import script, I'm posting here
 the full list. Some (like blankon and dlg-neu) are obviously bugs, but
 have already been fixes: the script also imports package data from
 stable.

FWIW, http://lintian.debian.org/tags/maintainer-also-in-uploaders.html

It's been there for years now.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/jee7h1$2oe$2...@dough.gmane.org



Re: [Long] UEFI support

2012-01-09 Thread Bjørn Mork
Tanguy Ortolo tanguy+deb...@ortolo.eu writes:
 Paul Wise, 2012-01-09 00:44+0100:
 Sounds like he was asking you to name these new 32-bit only x86
 systems that are still being produced and sold.

 That is right. In fact, I do not doubt there are some 32 bits only
 processors sold today, but I am not sure that they are using an UEFI. 

There are.  STFW

 It is very possible, but it may not be a very common case.

Neither is UEFI on 64bit systems.  Yet.  So let's just ignore it then.
No?  Well, then I don't see how the common case argument is relevant
for 32bit systems either.


Bjørn


-- 
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/878vlhfei7@nemi.mork.no



Re: GPG key issue

2012-01-09 Thread Daniel Martí
As spanish, I have two surnames as well. I'll just keep on using the first one 
online, like anyone else. It gives us a bit more privacy :-)

Cheers.

Francesco Namuri fra...@hal.hierax.net wrote:

Hi,

I have become DD in last days, in all my NM process, and in all my
debian
work I used only my first and last name, my doubt is related to my
second
name. I use it only on official/buroccratic documents.

Now I've created a new 4096 GPG key, I've specified also my second name
(I
tought that is more correct), my doubt regards this. Maybe it's a
problem
asking for a replacement of my old key? It's better if I recreate a key
without my second name?

thanks very much for any advice.

francesco


-- 
 .''`. Francesco Namuri france...@namuri.it
: :' : http://namuri.it/
`. `'  key ID = 3B30EB44
  `-fingerprint = 20FC 1C89 F7B8 F724 08FD B4B1 8E27 6437 3B30 EB44




-- 
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/65433e7c347865953d910c1fc7bf479a.squir...@hal.hierax.net


Re: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-09 Thread Thomas Goirand
disclaimerI didn't try it/disclaimer

Would that one help?

https://github.com/nelhage/reptyr

Thomas


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



Bug#655220: ITP: curvedns -- Forwarding implementation of the DNSCurve protocol

2012-01-09 Thread Sergiusz Pawlowicz
Package: wnpp
Severity: wishlist
Owner: Sergiusz Pawlowicz deb...@pawlowicz.name

* Package name: curvedns
  Version : 0.87
  Upstream Author : CurveDNS developers curve...@on2it.net
* URL : http://curvedns.on2it.net/
* License : CurveDNS (retain COPYRIGHT file, public domain)
  Programming Lang: C, C++
  Description : Forwarding implementation of the DNSCurve protocol

CurveDNS is the first publicly released forwarding implementation that
implements the DNSCurve protocol[0].

DNSCurve uses high-speed high-security elliptic-curve cryptography to
drastically improve every dimension of DNS security:

 *   Confidentiality: DNS requests and responses today are completely
unencrypted and are broadcast to any attacker who cares to look.
DNSCurve encrypts all DNS packets.
 *   Integrity: DNS today uses UDP source-port randomization and TXID
randomization to create some speed bumps for blind attackers, but
patient attackers and sniffing attackers can easily forge DNS records.
DNSCurve cryptographically authenticates all DNS responses, eliminating
forged DNS packets.
 *   Availability: DNS today has no protection against denial of service.
A sniffing attacker can disable all of your DNS lookups by sending just
a few forged packets per second. DNSCurve very quickly recognizes and
discards forged packets, so attackers have much more trouble preventing
DNS data from getting through. Protection is also needed for SMTP, HTTP,
HTTPS, etc., but protecting DNS is the first step. 

What is so special about this implementation is the fact that any
authoritative DNS name server can act as a DNSCurve capable one, without
changing anything on your current DNS environment. The only thing a DNS
data manager (that is probably you) has to do is to install CurveDNS on
a machine, generate a keypair, and update NS type records that were
pointing towards your authoritative name server and let them point to
this machine running CurveDNS. Indeed, it is that easy to become fully
protected against almost any of the currently known DNS flaws, such as
active and passive cache poisoning.

CurveDNS supports:

 *   Forwarding of regular (non-protected) DNS packets;
 *   Unboxing of DNSCurve queries and forwarding the regular DNS packets
 *   Boxing of regular DNS responses to DNSCurve responses;
 *   Both DNSCurve’s streamlined- and TXT-format;
 *   Caching of shared secrets;
 *   Both UDP and TCP;
 *   Both IPv4 and IPv6.

[0] http://www.dnscurve.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/20120109132953.24378.55673.report...@sid.pawlowicz.name



Bug#655222: ITP: filebench -- ITP: filebench - file system and storage benchmark with flexible workload specification

2012-01-09 Thread Martin Steigerwald
Package: wnpp
Severity: wishlist
Owner: Martin Steigerwald m...@teamix.de

* Package name: filebench
  Version : 1.4.9.1
  Upstream Author : Vasily Tarasov (v...@fsl.cs.sunysb.edu) and others
* URL : http://sourceforge.net/projects/filebench/
* License : CDDL 1.0
  Programming Lang: C, Perl
  Description : ITP: filebench - file system and storage benchmark with 
flexible workload specification

Filebench is a file system and storage benchmark that allows to generate a
high variety of workloads. It employs extensive Workload Model Language
(WML) for detailed workload specification.

Features:

- Extensive Workload Model Language (WML) for workload specification
- Includes popular pre-defined workloads: webserver, fileserver, varmail, etc.
- Reports throughput and latency histograms
- Works on Linux/FreeBSD/Solaris

(taken from upstream webpage)

I intend to maintain it as project of collabmaint on Alioth via Git. I
intend to have Sebastian 'tokkee' Harl s...@teamix.de as my sponsor for
uploading the package.



-- 
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/20120109134217.4596.20961.report...@mango.of.teamix.net



Bug#655224: ITP: fsmark -- ITP: fs_mark - benchmark for simulating synchronous write workloads

2012-01-09 Thread Martin Steigerwald
Package: wnpp
Severity: wishlist
Owner: Martin Steigerwald m...@teamix.de

* Package name: fsmark
  Version : 3.3
  Upstream Author : Ric Wheeler r...@emc.com
* URL : http://sourceforge.net/projects/fsmark/
* License : GPL v2 or later
  Programming Lang: C
  Description : ITP: fs_mark - benchmark for simulating synchronous write 
workloads

The fs_mark benchmark tests synchronous write workloads. It can vary
the number of files, directory depth, etc. It has detailed timings for
reads, writes, unlinks and fsyncs that make it good for simulating mail
servers and other setups.

(taken from upstream webpage.)

I intend to maintain it as project of collabmaint on Alioth via Git.
I intend to have my co-worker Sebastian 'tokkee' Harl s...@teamix.de as
sponsor for reviewing and uploading the package.

The fs_mark benchmark is popular among kernel developers for measuring
metadata performance, see for example:

Dave Chinner
[3.2-rc7] slowdown, warning + oops creating lots of files
http://permalink.gmane.org/gmane.comp.file-systems.btrfs/15130

I like to maintain the package to have the tool at hand for my
Linux Performance analysis  tuning trainings.

Thanks,
Martin



-- 
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/20120109135553.10663.20574.report...@mango.of.teamix.net



Bug#655227: ITP: yafaray-exporter -- modern, xml-speaking raytracing-based rendering system (exporter package)

2012-01-09 Thread Matteo F. Vescovi
Package: wnpp
Severity: wishlist
Owner: Matteo F. Vescovi mfv.deb...@gmail.com

* Package name: yafaray-exporter
  Version : 0.1.2~beta2.3
  Upstream Author : Bert Buchholz bertbuchh...@gmx.de
Michele Castigliego michele.castigli...@altasis.it
Rodrigo Placencia Vázquez darknesst...@gmail.com
* URL : http://www.yafaray.org/
* License : GPL-2+
  Programming Lang: Python
  Description : YafaRay Exporter for Blender

YafaRay Exporter for Blender allows exporting a Blender 3D model in
a way that YafaRay rendering engine can understand and work on it to
provide a good rendering alternative besides the Blender (and others)
one.

This new release of former yafaray-blender2.5-exporter (now present as
transitional dummy package) has been prepared to become blender-version
independent.
Since this work had to be done sooner or later, I preferred providing a
renamed version of the Exporter right after the forthcoming Blender 2.61
in sid.

-- 
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.




--
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/20120109142538.ga8...@matlap.revese.it



Re: [Long] UEFI support

2012-01-09 Thread Wookey
+++ Steve Langasek [2012-01-06 16:08 -0800]:
 On Fri, Jan 06, 2012 at 02:41:41PM +, Tanguy Ortolo wrote:
 
  It is also worth noting that an amd64 PC will probably support x64 UEFI
  only, so given that there is probably no UEFI-base x86 PCs, there is no
  point in creating corresponding images.
 
 Your terminology is a bit muddled here.  If you mean there will be no
 32-bit-only systems using UEFI, that's not a safe assumption to make. 
 There are still 32-bit-only systems being produced, and the move from BIOS
 to UEFI will affect them as well.

ARM systems will imminently be coming out with UEFI as the primary
boot mechanism too, so at least armhf and probably armel images make
sense too.

This is actually a very good thing in the sense that we can have a
unified boot mechanism across most newish machines in the
not-too-distant future, which makes debian-boot people's lives a lot
easier.

I assume evyone here is aware of mjg's useful posts about the issue of
key-management in UEFI secure boot?

We need to do one of:

* get our bootloaders signed by something like the 'linuxfoundation key'
if such a thing gets widely installed, 
* explain to users how to get the 'debian key' installed
* explain to users how to turn off secure boot.
* Get manufacturers to put the Debian key in machines for sale (or
  just make them with Debian(or a deriviative) pre-installed.

Ubuntu/Canonical probably have more leverage/interest in this aspect
of the problem so we should co-ordinate. Can be share a bootloader key
for example? - sounds sensible to me. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.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/20120109140414.ga4...@dream.aleph1.co.uk



gimp-dimage-color

2012-01-09 Thread mike dillon

Hello my name is Michael.

I would like to take over the gimp-dimage-color package maintenance.
That said I have never done this before, so I may need some help to show 
how certain thing are done at first.

Though I am here to learn.

Thanks, Michael


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



Re: Providing a dummy web server package in Debian (Removing web server dependencies from web apps)

2012-01-09 Thread Wookey
+++ Steve Langasek [2012-01-08 05:23 +0100]:
 
 It would be very wrong to bypass the dependency system in the archive on
 account of the filesystem cross-mount tricks described here.  Using equivs
 locally is the *right* solution for such cases.

I think steve is right here, even though it is inconvenient.

I was about to suggest that equivs should have more examples for this
of thing, but thought to check first.

Guess what, it already has /usr/share/doc/equivs/examples/webserver.ctl

Section: web
Package: webserver-dummy
Provides: httpd
Description: Webserver dummy package
 This package provides dpkg with the information that
 there is a local webserver installed.
 .
 Installing dwww, man2html etc. won't bug you to
 install apache any more

(That description could be improved)

so 
equivs-build /usr/share/doc/equivs/examples/webserver.ctl

prodcues the package you want.

The docs could be improved (I've used equivs before and it still took
me a few mins to work that out).

And equivs is an incredicbly-useful well-kept secret (of which Debian
and GNU/Linux has many). Any suggestions for making it better known
would be good. This disucssion has no doubt helped a little.

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.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/20120109143902.gd4...@dream.aleph1.co.uk



Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al Biheiri
Package: wnpp
Severity: wishlist
Owner: Al Biheiri abihe...@gmail.com


* Package name: pushkey
  Version : 1.0
  Upstream Author : Al Biheiri abihe...@gmail.com
* URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
* License : (GPL v3)
  Programming Lang: (Bash)
  Description : Pushes your ssh key to a remote location. It tries to
create a .ssh folder remotley then it adds your ssh key to authorized_keys.


pushkey_1.0-1-all.deb
Description: Binary data


Bug#655232: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al Biheiri
Package: wnpp
Severity: wishlist
Owner: Al Biheiri abihe...@gmail.com


* Package name: pushkey
  Version : 1.0
  Upstream Author : Al Biheiri abihe...@gmail.com
* URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
* License : (GPL v3)
  Programming Lang: (bash)
  Description : Pushes your ssh key to a remote location. It tries to
create a .ssh folder remotely then it adds your ssh key to authorized_keys.


pushkey_1.0-1-all.deb
Description: Binary data


Bug#655233: ITP: pushkey -- Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al Biheiri
Package: wnpp
Severity: wishlist
Owner: Al Biheiri abihe...@gmail.com


* Package name: pushkey
  Version : 1.0
  Upstream Author : Al Biheiri abihe...@gmail.com
* URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
* License : GPL v3
  Programming Lang: bash
  Description : Pushes your ssh key to a remote location. It tries to 
create a .ssh folder remotley then it adds your ssh key to authorized_keys.

Pushes your ssh key to a remote location. It tries to create a .ssh folder 
remotley then it adds your ssh key to authorized_keys. 
It also applies the correct permissions on the folder and file. 
If your ssh key does not exist then it will go through the process of creating 
one for you. 


pushkey_1.0-1-all.deb
Description: Binary data


Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

forcemerge 655230 655232 655233
thanks

Hi,

On 09.01.2012 15:43, Al Biheiri wrote:
   Description : Pushes your ssh key to a remote location. It tries to
 create a .ssh folder remotley then it adds your ssh key to authorized_keys.

What makes your program better or different to ssh-copy-id which is
bundled to the OpenSSH client package? In fact, a function like

ssh $REM_HOST mkdir ~/.ssh ; chmod 700 ~/.ssh
cat $DIR/$KEYTYPE | ssh $REM_HOST cat  ~/.ssh/authorized_keys 
chmod 600 ~/.ssh/*

prompts you for a password two times unless you use a ssh agent.

Moreover, you should provide a source package for review and inclusion.
Not a binary package to the debian-mentors mailing list.


- -- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPCwNMAAoJEMcrUe6dgPNtgK4P/15P4oET7rcGb49uOYoVLHOx
jumnMgbk75Dn65z+Rj93H3LvFgMXW+CoB3WvfQMCsEGHhwsrMBEa5KqGzNiT6m5a
K3a0Nt1PTScUXb4BRL9VHXv+IyT9GT5POTi210OOIwIpoNNK5Tzt028Gtsmm6qj2
peoo+/prQ24RruNWo7YkceXhYjYNbmngQoyMNbV3LNImnf0Dh5CJfeyzEIDrlJ81
dHhtGEsrNwVvOMO8rVtstWJuPtLb3sxDsvNV3hCS4BGnfATOCop1RAGQ3H1fG5iy
U8+hMhO5Tst7xskb/UHwTxsB3yNVm6Zh5cSgy+KXUhZSAIYiU0kHpGXQYX1w
vPPjwLDT8gmIcRds7aymwHPkYeBEwUCCk/hADg8QSLrV7LAHpOATfxFJd6DmKVk2
YzkVporv8KdwJe+n8G8F25saj5fSOuluU4JO2JMGTptmmjDFhprVq+2IWtZwe635
zpib/dijzILj8+T+nkM2XRjPWolCMdQpa9/tqY7lDwCpVlSWbO97epM4TO9HWPdb
TFCKWEalbOdhVqzTeGMJsLtnbpeE1yGFNFqp1SVNtuuQMA5ntQfOgF8evnP6Q6pj
YTZNzAQmjJ4raQYAzk9k3+98qa68N07GlnxudaKF5na2BAj9aTVNgg9HNCVeUQZf
uNlPKbD2THGdbYj6/y69
=uJsT
-END PGP SIGNATURE-


-- 
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/4f0b034c.4050...@toell.net



Re: Bug#655233: ITP: pushkey -- Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Cyril Brulebois
Al Biheiri abihe...@gmail.com (09/01/2012):
 * Package name: pushkey
   Version : 1.0
   Upstream Author : Al Biheiri abihe...@gmail.com
 * URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
 * License : GPL v3
   Programming Lang: bash
   Description : Pushes your ssh key to a remote location. It tries to 
 create a .ssh folder remotley then it adds your ssh key to authorized_keys.
 
 Pushes your ssh key to a remote location. It tries to create a .ssh
 folder remotley then it adds your ssh key to authorized_keys.  It also
 applies the correct permissions on the folder and file.  If your ssh
 key does not exist then it will go through the process of creating one
 for you. 

ssh-copy-id anyone?

No need to open 3 bugs, BTW.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Ansgar Burchardt

Hi,

On 01/09/2012 03:43 PM, Al Biheiri wrote:

* Package name: pushkey
   Version : 1.0
   Upstream Author : Al Biheiriabihe...@gmail.com
* URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
* License : (GPL v3)
   Programming Lang: (Bash)
   Description : Pushes your ssh key to a remote location. It tries to
create a .ssh folder remotley then it adds your ssh key to authorized_keys.


What does pushkey do that ssh-copy-id cannot?

I also don't think we need yet another package for a tiny script that 
(in short) only does


  ssh $REM_HOST umask 077; test -d .ssh || mkdir .ssh; chmod 700 .ssh 
; echo $VAL  .ssh/authorized_keys; chmod 600 .ssh/* || exit 1


Regards,
Ansgar


--
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/4f0b048f.80...@debian.org



Bug#655235: ITP: vim-pyclewn -- Pyclewn allows using vim as a front end to a debugger. Currently it supports gdb and pdb

2012-01-09 Thread medhamsh
Package: wnpp
Severity: wishlist
Owner: medhamsh m...@medhamsh.org


* Package name: vim-pyclewn
  Version : 1.7
  Upstream Author : Xavier de Gaye xdeg...@users.sourceforge.net
* URL : http://pyclewn.sourceforge.net/index.html
* License : GPL
  Programming Lang: Python
  Description : Pyclewn allows using vim as a front end to a debugger. 
Currently it supports gdb and pdb

 The debugger output is redirected to a vim window, the pyclewn console.
 The debugger commands are mapped to vim user-defined commands with a
 common letter prefix, and with completion available on the commands and
 their first argument.

 On unix when running gvim, the controlling terminal of the program to
 debug is the terminal used to launch pyclewn. Any other terminal can be
 used when the debugger allows it, for example after using the attach or
 tty gdb commands or using the --tty option with pdb. On Windows, gdb
 pops up a console attached to the program to debug.



-- 
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/20120109152109.6946.69996.report...@hackersbox.iiit.ac.in



Re: Bug#655232: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread James McCoy
On Jan 9, 2012 10:03 AM, Al Biheiri abihe...@gmail.com wrote:
 * Package name: pushkey
  Version : 1.0
  Upstream Author : Al Biheiri abihe...@gmail.com
 * URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
 * License : (GPL v3)
  Programming Lang: (bash)
  Description : Pushes your ssh key to a remote location. It tries to
 create a .ssh folder remotely then it adds your ssh key to
authorized_keys.

Why not use the ssh-copy-id command that comes in the openssh-client
package?


Re: Bug#655232: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread YunQiang Su
On Tue, Jan 10, 2012 at 12:04 AM, James McCoy james...@debian.org wrote:


 On Jan 9, 2012 10:03 AM, Al Biheiri abihe...@gmail.com wrote:
  * Package name: pushkey
   Version : 1.0
   Upstream Author : Al Biheiri abihe...@gmail.com
  * URL : http://dl.dropbox.com/u/77428/website-dev/index.htm
  * License : (GPL v3)
   Programming Lang: (bash)
   Description : Pushes your ssh key to a remote location. It tries to
  create a .ssh folder remotely then it adds your ssh key to
 authorized_keys.

 Why not use the ssh-copy-id command that comes in the openssh-client
 package?

+1


-- 
YunQiang Su


Re: Removing web server dependencies from web apps

2012-01-09 Thread Daniel Baumann

On 01/07/2012 05:11 PM, Tollef Fog Heen wrote:

Having, say, mediawiki, ask using debconf if you would like a vhost set
up with the host name wiki.$domain would be completely sane, IMO.  If
you don't want it, just tell the config script no.


i thouhg it would be implicitly clear that if the user explicitly tells 
a package to do otherwise, than that is fine of course.


--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


--
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/4f0b1522.3070...@progress-technologies.net



Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al
I'm sorry you guys feel like I am wasting your time as I had no intention
of doing that. As your probably aware this is my first time I am submitting
an ITP so I am new to the whole process.

I did not know I submitted the ITP twice. The reportbug application crashed
with a segfault warning so I assumed it did not go through. To make things
worse I noticed I have uploaded the wrong deb package as this is an old one
(sigh). I realize that there is ssh-copy-id but I thought to include my
package b/c it had extra abilities to create keys and also fix permissions
on folder and files. I hope you all will allow me the opportunity to submit
the correct deb package (including the source). I would like to know where
I can submit it as I am assuming not on this email thread.

Thank You


On Mon, Jan 9, 2012 at 10:15 AM, Ansgar Burchardt ans...@debian.org wrote:

 Hi,


 On 01/09/2012 03:43 PM, Al Biheiri wrote:

 * Package name: pushkey
   Version : 1.0
   Upstream Author : Al Biheiriabihe...@gmail.com
 * URL : 
 http://dl.dropbox.com/u/77428/**website-dev/index.htmhttp://dl.dropbox.com/u/77428/website-dev/index.htm
 * License : (GPL v3)
   Programming Lang: (Bash)
   Description : Pushes your ssh key to a remote location. It tries to
 create a .ssh folder remotley then it adds your ssh key to
 authorized_keys.


 What does pushkey do that ssh-copy-id cannot?

 I also don't think we need yet another package for a tiny script that (in
 short) only does

  ssh $REM_HOST umask 077; test -d .ssh || mkdir .ssh; chmod 700 .ssh ;
 echo $VAL  .ssh/authorized_keys; chmod 600 .ssh/* || exit 1

 Regards,
 Ansgar



Re: [Long] UEFI support

2012-01-09 Thread Tanguy Ortolo
Wookey, 2012-01-09 15:04+0100:
 I assume evyone here is aware of mjg's useful posts about the issue of
 key-management in UEFI secure boot?
 
 We need to do one of:
 
 * get our bootloaders signed by something like the 'linuxfoundation key'
 if such a thing gets widely installed, 
 * explain to users how to get the 'debian key' installed
 * explain to users how to turn off secure boot.
 * Get manufacturers to put the Debian key in machines for sale (or
  just make them with Debian(or a deriviative) pre-installed.

Just as a reminder, we must be aware that GRUB images are generated
locally on each host. Thus every user would have to have the secret key
to sign their boot loader image.

-- 
 ,--.
: /` )   Tanguy Ortolo xmpp:tan...@ortolo.eu irc://irc.oftc.net/Tanguy
| `-'Debian Developer
 \_


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



Re: [Long] UEFI support

2012-01-09 Thread Iustin Pop
On Mon, Jan 09, 2012 at 04:29:12PM +, Tanguy Ortolo wrote:
 Wookey, 2012-01-09 15:04+0100:
  I assume evyone here is aware of mjg's useful posts about the issue of
  key-management in UEFI secure boot?
  
  We need to do one of:
  
  * get our bootloaders signed by something like the 'linuxfoundation key'
  if such a thing gets widely installed, 
  * explain to users how to get the 'debian key' installed
  * explain to users how to turn off secure boot.
  * Get manufacturers to put the Debian key in machines for sale (or
   just make them with Debian(or a deriviative) pre-installed.
 
 Just as a reminder, we must be aware that GRUB images are generated
 locally on each host. Thus every user would have to have the secret key
 to sign their boot loader image.

Hmm, I might misunderstand this, but wouldn't just the grub binary need
to be signed? And this binary then would parse the grub.cfg file and
allow various kernels to boot.

regards,
iustin


-- 
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/20120109185753.ga4...@teal.hq.k1024.org



Re: [Long] UEFI support

2012-01-09 Thread Tanguy Ortolo
Iustin Pop, 2012-01-09 19:57+0100:
 Hmm, I might misunderstand this, but wouldn't just the grub binary need
 to be signed? And this binary then would parse the grub.cfg file and
 allow various kernels to boot.

Negative. Or rather, at least not the way GRUB currently works, since it
embeds in its core image just the modules required to access the file
system where it will find its configuration and all its other modules.

-- 
 ,--.
: /` )   Tanguy Ortolo xmpp:tan...@ortolo.eu irc://irc.oftc.net/Tanguy
| `-'Debian Developer
 \_


-- 
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/jefdoh$d84$1...@dough.gmane.org



Re: arliebox...U.S..Government -Wants to Help-You..

2012-01-09 Thread Arlie Box
Shove your fucking SPAM up your Ass!

On Mon, Jan 9, 2012 at 2:01 PM, free-mo...@wagner-debian.org wrote:




 Have_money_troubles?

 .Get_the..financial_help_you_need_today!..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY




 Millions_of..dollars_in..Free-Government-Grants_are..given_away!..

 .Apply_for..Grants~Now!..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY







 Please-Check..

 .You_may_qualify_for_a..Government-Grant..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY






 
 UnsubScribe_Offer:

 understandmanager.com//gcl.html?1d=1outbkusfr.gC19M._1y105.26953ODJmNmExNW1jNTlp0o4tXc


 ::351West_3165South::
 ::Draper_UT84020::
 _
 UnsubScribe_List:

 understandmanager.com//gcl.html?ok=1uns_tac59.gC19M._1y105.26953ODJmNmExNW1jNTlp0w6t3k






Re: arliebox...U.S..Government -Wants to Help-You..

2012-01-09 Thread lucas.g...@gmail.com
Way to spam everyone else.
G

On Mon, Jan 9, 2012 at 11:22 AM, Arlie Box arlie...@gmail.com wrote:

 Shove your fucking SPAM up your Ass!

 On Mon, Jan 9, 2012 at 2:01 PM, free-mo...@wagner-debian.org wrote:




 Have_money_troubles?

 .Get_the..financial_help_you_need_today!..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY




 Millions_of..dollars_in..Free-Government-Grants_are..given_away!..

 .Apply_for..Grants~Now!..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY







 Please-Check..

 .You_may_qualify_for_a..Government-Grant..

 understandmanager.com//gcl.html?1d=1ngtbkusfrgm2x4.gC19M._1y105.26953ODJmNmExNW1jNTlp0k3tHY






 
 UnsubScribe_Offer:

 understandmanager.com//gcl.html?1d=1outbkusfr.gC19M._1y105.26953ODJmNmExNW1jNTlp0o4tXc


 ::351West_3165South::
 ::Draper_UT84020::
 _
 UnsubScribe_List:

 understandmanager.com//gcl.html?ok=1uns_tac59.gC19M._1y105.26953ODJmNmExNW1jNTlp0w6t3k







Re: [Long] UEFI support

2012-01-09 Thread Philip Hands
On Mon, 9 Jan 2012 14:04:15 +, Wookey woo...@wookware.org wrote:
 +++ Steve Langasek [2012-01-06 16:08 -0800]:
  On Fri, Jan 06, 2012 at 02:41:41PM +, Tanguy Ortolo wrote:
  
   It is also worth noting that an amd64 PC will probably support x64 UEFI
   only, so given that there is probably no UEFI-base x86 PCs, there is no
   point in creating corresponding images.
  
  Your terminology is a bit muddled here.  If you mean there will be no
  32-bit-only systems using UEFI, that's not a safe assumption to make. 
  There are still 32-bit-only systems being produced, and the move from BIOS
  to UEFI will affect them as well.
 
 ARM systems will imminently be coming out with UEFI as the primary
 boot mechanism too, so at least armhf and probably armel images make
 sense too.
 
 This is actually a very good thing in the sense that we can have a
 unified boot mechanism across most newish machines in the
 not-too-distant future, which makes debian-boot people's lives a lot
 easier.
 
 I assume evyone here is aware of mjg's useful posts about the issue of
 key-management in UEFI secure boot?
 
 We need to do one of:
 
 * get our bootloaders signed by something like the 'linuxfoundation key'
 if such a thing gets widely installed, 
 * explain to users how to get the 'debian key' installed
 * explain to users how to turn off secure boot.
 * Get manufacturers to put the Debian key in machines for sale (or
   just make them with Debian(or a deriviative) pre-installed.

Are we going to have a restricted-GRUB that is only willing to load
kernels also signed by keys built into it, which in turn are configured
not to do tricks like kexec, to ensure that one doesn't use linux as a
bootloader?

If not, then any signature on GRUB will just be an invitation to some
scrote to use that signed GRUB as part of their rootkit to insert
malware under windows, and give Microsoft a nice headline about us lot
of pinko-commies being the cause of their latest security problems.

For people that are serious about making machines secure boot Linux,
what they need to be able to do is, firstly discard all the
pre-installed keys (since it's only a matter of time before one of those
is compromised) and then install their own locally generated key(s) with
which they then sign the version of GRUB they prefer, which they should
probably have configured to only boot kernels they trust, etc. etc.

For Joe Average, who is going to struggle to find the BIOS setup on a
current machine, well, I think MS just killed any chance of them trying 
Linux on new machines, unless someone like Neelie Kroes does something
aggressive about this in a hurry.

I'm wondering just how big the middle ground is: those that can find the
BIOS, cannot do their own key management, and are scared to untick the
Secure box when they read the Debian install notes (assuming any of
those options exist) -- I have a feeling that that's going to be quite a
small proportion of our potential users, so having a distro key seems
like it's not too worthwhile, and has the potential for some seriously
bad publicity.

On the other hand, all publicity is supposed to be good publicity ;-)

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgp0IbSuPqGr4.pgp
Description: PGP signature


Re: [Long] UEFI support

2012-01-09 Thread Ben Hutchings
On Mon, Jan 09, 2012 at 07:04:49PM +, Tanguy Ortolo wrote:
 Iustin Pop, 2012-01-09 19:57+0100:
  Hmm, I might misunderstand this, but wouldn't just the grub binary need
  to be signed? And this binary then would parse the grub.cfg file and
  allow various kernels to boot.
 
 Negative. Or rather, at least not the way GRUB currently works, since it
 embeds in its core image just the modules required to access the file
 system where it will find its configuration and all its other modules.
 
In any case, GRUB allows loading arbitrary payloads and that defeats
the whole purpose of Secure Boot.  You either have to do signature
checking all the way (bootloader checks kernel; kernel checks modules)
or disable Secure Boot.

The Linux Foundation and Red Hat separately issued statements on
how they think OEMs should implement Secure Boot so as to support
free operating systems and user choice:

http://lwn.net/Articles/464819/

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/20120109201718.gq20...@decadent.org.uk



Re: [Long] UEFI support

2012-01-09 Thread Ben Hutchings
On Mon, Jan 09, 2012 at 08:01:00PM +, Philip Hands wrote:
 On Mon, 9 Jan 2012 14:04:15 +, Wookey woo...@wookware.org wrote:
[...]
  * get our bootloaders signed by something like the 'linuxfoundation key'
  if such a thing gets widely installed, 
  * explain to users how to get the 'debian key' installed
  * explain to users how to turn off secure boot.
  * Get manufacturers to put the Debian key in machines for sale (or
just make them with Debian(or a deriviative) pre-installed.
 
 Are we going to have a restricted-GRUB that is only willing to load
 kernels also signed by keys built into it, which in turn are configured
 not to do tricks like kexec, to ensure that one doesn't use linux as a
 bootloader?

I think we would have to provide both options: a signed GRUB that
only boots signed kernels, and an unsigned GRUB that is unrestricted.
(Similarly for other UEFI bootloaders.)  Don't ask me how we build the
signed binaries, though.

In any case, I wouldn't expect the public key (KEK) for the bootloader
to be preinstalled except on systems that ship with Debian.  But the
Linux Foundation proposal envisages that a fresh system should allow
the OS installer to install a KEK and the firmware should provide a
'reset to factory default' that allows this again.

 If not, then any signature on GRUB will just be an invitation to some
 scrote to use that signed GRUB as part of their rootkit to insert
 malware under windows, and give Microsoft a nice headline about us lot
 of pinko-commies being the cause of their latest security problems.
[...]

Exactly.  Indeed, I have heard that some Windows rootkits already use
GRUB.

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/20120109202804.gr20...@decadent.org.uk



Re: Bug#655185: RFP: pxz -- parallel xz compressor

2012-01-09 Thread Joey Hess
Chow Loong Jin wrote:
  Good question. Not sure if pristine-tar supports xz already at all.
 
 I thought it did, but upon closer inspection, it looks like pristine-tar has
 been generating deltas for banshee's xz tarballs from ftp.gnome.org larger 
 than
 the original tarballs themselves.

A bug which I've fixed.

If a significant number of xz files turn out to be produced by pxz,
pristine-tar can certainly use it. (AFAIK, a parallelized compressor
will always produce different output than a non-parallel one, since it
compresses blocks independently.) So far, out of the 200 or so
.orig.tar.xz files in Debian, I am only able to reproduce around 50%
with my currently not very good pristine-xz implementation.

Anyway, I mostly wanted to say that it's a fallacy to worry that adding
a novel compressor to Debian will cause problems for pristine-tar. If
you're creating a tarball and want to use pristine-tar on it, you should
steer clear of things it doesn't support, but most upstreams probably
don't know or care about pristine-tar.

-- 
see shy jo


signature.asc
Description: Digital signature


Proposed entry for next DPN [was: Re: Providing a dummy web server package in Debian (Removing web server dependencies from web apps)]

2012-01-09 Thread Andrei Popescu
[Reply-To: set to -publicity]

On Lu, 09 ian 12, 14:39:03, Wookey wrote:
 
 And equivs is an incredicbly-useful well-kept secret (of which Debian
 and GNU/Linux has many). Any suggestions for making it better known
 would be good. This disucssion has no doubt helped a little.

Hi -publicity,

This is a proposed entry for next debian-news:

In a message to debian-devel[1] Thomas Goirand proposed relaxing or even 
removing some dependencies of web applications on a web server package. 
This would help users wanting to install such web applications in 
chroots, while the web server is installed only outside the chroot. 
During the following discussions several solutions were proposed, 
including dummy web server packages to be provided by Debian. It was 
pointed out that such dummy packages are actually very easy to create 
with the less known equivs[2] package.

[1] http://lists.debian.org/debian-devel/2012/01/msg00148.html
[2] http://packages.debian.org/equivs

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


Bug#655270: ITP: libshairport -- emulates an AirPort Express

2012-01-09 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Andres Mejia ame...@debian.org

* Package name: libshairport
  Version : 1.2.0
  Upstream Author : Team XBMC
* URL : http://xbmc.org/
* License : MIT/X
  Programming Lang: C
  Description : emulates an AirPort Express

This program emulates an AirPort Express for the purpose of
streaming music from iTunes and compatible iPods. It implements
a server for the Apple RAOP protocol. ShairPort does not support
AirPlay v2 (video and photo streaming). It supports multiple
simultaneous streams, if your audio output chain
(as detected by libao) does so.



-- 
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/4f0b6145.2a71340a.0da0.9...@mx.google.com



Re: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-09 Thread Axel Beckert
Hi,

Thomas Goirand wrote:
 disclaimerI didn't try it/disclaimer

As mentioned somewhere else in the thread I did once try either retty
or reptyr (can't remember) and it didn't work very well.

 https://github.com/nelhage/reptyr

It's also packaged for Debian. :-)

I though think it's a not so good idea to require the admin to install
something during an incompleted dist-upgrade, especially if he'd need
to kill the running apt/aptitude/dpkg processes in order to install
the proper package -- then he could kill the whole screen session
anyway and start a new one, so I wouldn't have to care about that
issue anyway. ;-)

Nevertheless thanks for caring and suggestions. :-)

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20120109223619.gu27...@sym.noone.org



Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al
jI have uploaded the correct package now including the debian source. They
are located here:
http://dl.dropbox.com/u/77428/website-dev/index.htm

This might seem trivial but it helped enough people I work with that I
thought I should contribute the code. Instead of running ssh-copy-id -i
identityName IPADDR , all you had to do was pushkey IPADDR. The
difference between my package and ssh-copy-id is that my package sets the
permission on the folder and file and it also gives you the option to
create new ssh key keys if it doesn't find it. ssh-copy-id does not have
the ability to create the .ssh folder remotely nor does it change the
permissions. And you had to explicitly specify which key to use in
ssh-copy-id. I use pushkey on many other distro's too so I thought it might
be something beneficial that can be ported over easily.

As for the gentlemen in the previous email 'Arno Töll' the packaged you
looked at was the old one I accidentally added wrong one. The new one does
not prompt for password twice

Again sorry guys for dropping the ball on this one. It is my first attempt
and I screwed that up..




On Mon, Jan 9, 2012 at 11:08 AM, Al abihe...@gmail.com wrote:

 I'm sorry you guys feel like I am wasting your time as I had no intention
 of doing that. As your probably aware this is my first time I am submitting
 an ITP so I am new to the whole process.

 I did not know I submitted the ITP twice. The reportbug application
 crashed with a segfault warning so I assumed it did not go through. To make
 things worse I noticed I have uploaded the wrong deb package as this is an
 old one (sigh). I realize that there is ssh-copy-id but I thought to
 include my package b/c it had extra abilities to create keys and also fix
 permissions on folder and files. I hope you all will allow me
 the opportunity to submit the correct deb package (including the source). I
 would like to know where I can submit it as I am assuming not on this email
 thread.

 Thank You


 On Mon, Jan 9, 2012 at 10:15 AM, Ansgar Burchardt ans...@debian.orgwrote:

 Hi,


 On 01/09/2012 03:43 PM, Al Biheiri wrote:

 * Package name: pushkey
   Version : 1.0
   Upstream Author : Al Biheiriabihe...@gmail.com
 * URL : http://dl.dropbox.com/u/77428/**
 website-dev/index.htmhttp://dl.dropbox.com/u/77428/website-dev/index.htm
 * License : (GPL v3)
   Programming Lang: (Bash)
   Description : Pushes your ssh key to a remote location. It tries to
 create a .ssh folder remotley then it adds your ssh key to
 authorized_keys.


 What does pushkey do that ssh-copy-id cannot?

 I also don't think we need yet another package for a tiny script that (in
 short) only does

  ssh $REM_HOST umask 077; test -d .ssh || mkdir .ssh; chmod 700 .ssh ;
 echo $VAL  .ssh/authorized_keys; chmod 600 .ssh/* || exit 1

 Regards,
 Ansgar





Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Lars Wirzenius
On Mon, Jan 09, 2012 at 07:43:27PM -0500, Al wrote:
 This might seem trivial but it helped enough people I work with that I thought
 I should contribute the code. Instead of running ssh-copy-id -i identityName
 IPADDR , all you had to do was pushkey IPADDR. The difference between my
 package and ssh-copy-id is that my package sets the permission on the folder
 and file and it also gives you the option to create new ssh key keys if it
 doesn't find it. ssh-copy-id does not have the ability to create the .ssh
 folder remotely nor does it change the permissions. And you had to explicitly
 specify which key to use in ssh-copy-id. I use pushkey on many other distro's
 too so I thought it might be something beneficial that can be ported over
 easily. 

Actually, ssh-copy-id does create the .ssh directory on the other end,
and sets its permission and the permission of the authorized_keys file
it creates. See this session:

liw@havelock$ ssh -l tomjon localhost
tomjon@localhost's password: 
Linux havelock 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64
tomjon@havelock:~$ ls -ld .ssh
ls: cannot access .ssh: No such file or directory
tomjon@havelock:~$ logout
Connection to localhost closed.
[status 2]
liw@havelock$ ssh-copy-id tomjon@localhost
tomjon@localhost's password: 
Now try logging into the machine, with ssh 'tomjon@localhost', and check 
in:

  ~/.ssh/authorized_keys

to make sure we haven't added extra keys that you weren't expecting.

liw@havelock$ ssh -l tomjon localhost
Linux havelock 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64
Last login: Tue Jan 10 01:01:32 2012 from localhost
tomjon@havelock:~$ ls -la .ssh
total 12
drwx-- 2 tomjon tomjon 4096 tammi 10 01:01 .
drwxr-xr-x 3 tomjon tomjon 4096 tammi 10 01:01 ..
-rw--- 1 tomjon tomjon  385 tammi 10 01:01 authorized_keys
tomjon@havelock:~$ 

ssh-copy-id does not create keys, it is true.

-- 
Freedom-based blog/wiki/web hosting: http://www.branchable.com/


signature.asc
Description: Digital signature


Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Al
OK I guess I am partially incorrect, however if .ssh or authorized_keys is
wrong permission, ssh-copy-id doesn't fix it..
I set .ssh folder to 777 and ssh-copy-id did not change it.


On Mon, Jan 9, 2012 at 8:05 PM, Lars Wirzenius l...@liw.fi wrote:

 On Mon, Jan 09, 2012 at 07:43:27PM -0500, Al wrote:
  This might seem trivial but it helped enough people I work with that I
 thought
  I should contribute the code. Instead of running ssh-copy-id -i
 identityName
  IPADDR , all you had to do was pushkey IPADDR. The difference between
 my
  package and ssh-copy-id is that my package sets the permission on the
 folder
  and file and it also gives you the option to create new ssh key keys if
 it
  doesn't find it. ssh-copy-id does not have the ability to create the .ssh
  folder remotely nor does it change the permissions. And you had to
 explicitly
  specify which key to use in ssh-copy-id. I use pushkey on many other
 distro's
  too so I thought it might be something beneficial that can be ported over
  easily.

 Actually, ssh-copy-id does create the .ssh directory on the other end,
 and sets its permission and the permission of the authorized_keys file
 it creates. See this session:

liw@havelock$ ssh -l tomjon localhost
tomjon@localhost's password:
Linux havelock 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64
tomjon@havelock:~$ ls -ld .ssh
ls: cannot access .ssh: No such file or directory
tomjon@havelock:~$ logout
Connection to localhost closed.
[status 2]
liw@havelock$ ssh-copy-id tomjon@localhost
tomjon@localhost's password:
Now try logging into the machine, with ssh 'tomjon@localhost', and
 check in:

  ~/.ssh/authorized_keys

to make sure we haven't added extra keys that you weren't expecting.

liw@havelock$ ssh -l tomjon localhost
Linux havelock 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64
Last login: Tue Jan 10 01:01:32 2012 from localhost
tomjon@havelock:~$ ls -la .ssh
total 12
drwx-- 2 tomjon tomjon 4096 tammi 10 01:01 .
drwxr-xr-x 3 tomjon tomjon 4096 tammi 10 01:01 ..
-rw--- 1 tomjon tomjon  385 tammi 10 01:01 authorized_keys
tomjon@havelock:~$

 ssh-copy-id does not create keys, it is true.

 --
 Freedom-based blog/wiki/web hosting: http://www.branchable.com/



Re: Bug#655230: ITP: pushkey -- ITP: pushkey - Pushes your ssh key to a remote location. It tries to create a .ssh folder remotley then it adds your ssh key to authorized_keys.

2012-01-09 Thread Matt Zagrabelny
Hi Al,

On Mon, Jan 9, 2012 at 7:12 PM, Al abihe...@gmail.com wrote:
 OK I guess I am partially incorrect, however if .ssh or authorized_keys is
 wrong permission, ssh-copy-id doesn't fix it..
 I set .ssh folder to 777 and ssh-copy-id did not change it.

That is the sane behavior here.

The utilities that come in the openssh-client package do not set .ssh
to 777, they set it to 600, hence if it is set to 777, then someone
*manually* did that. That person should then manually fix it. It would
be illogical for some other program to fix the perms. A manual
correction is the proper place for it. Also, pushkey is doing more
than what it name implies. The name implies that a key would get
pushed, however:

1) a key gets created
2) it gets pushed
3) directory mode is changed

I wouldn't expect, nor want, 3 and possibly 1.


devil's advocate

I don't think anyone is going to:

apt-get install pushkey

When there is already a tool to copy keys around. I know that push key
will generate a key, but that goes against the grain of the UNIX
philosophy of having tools do one job and do it well.

It seems best to stick with:

ssh-keygen (once in a great while)
ssh-copy-id system (whenever you need to ssh to a new system)

I don't think anyone will advocate for pushkey, it seems rather unnecessary.

/devil's advocate


Respectfully,

-mz


--
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/caolfk3u8tkbk2nfsy-joqeb-n5ehw0jztsv9pq0ugr7_++v...@mail.gmail.com



Accepted ruby-narray-miss 1.2.4-1 (source all)

2012-01-09 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 17:08:55 +0900
Source: ruby-narray-miss
Binary: ruby-narray-miss libnarray-miss-ruby libnarray-miss-ruby1.8 
libnarray-miss-ruby1.9.1
Architecture: source all
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 libnarray-miss-ruby - Transitional package for ruby-narray-miss
 libnarray-miss-ruby1.8 - Transitional package for ruby-narray-miss
 libnarray-miss-ruby1.9.1 - Transitional package for ruby-narray-miss
 ruby-narray-miss - Additional class with processing of missing value to NArray
Changes: 
 ruby-narray-miss (1.2.4-1) unstable; urgency=low
 .
   * New upstream version: 1.2.4
Checksums-Sha1: 
 e5860ee692971372507d05924923594a1aa2a1fd 2286 ruby-narray-miss_1.2.4-1.dsc
 03e907e8864284044a7a62f3c38974c30af5fed6 12565 
ruby-narray-miss_1.2.4.orig.tar.gz
 21c82e8087c0ac3495d6e93338ff78af76e1cd5a 2646 
ruby-narray-miss_1.2.4-1.debian.tar.gz
 548c3970f98904a2df0ff552ad4c80f865ac4c5a 17598 ruby-narray-miss_1.2.4-1_all.deb
 9a00ec6bb967e2fabd7e539abb80dd4a62dcbf33 2822 
libnarray-miss-ruby_1.2.4-1_all.deb
 c90f9c52bff8db52554683d23fdcdce576ecf5db 2826 
libnarray-miss-ruby1.8_1.2.4-1_all.deb
 283fc98d6fa824b720ae53f832028c4c62e0965f 2828 
libnarray-miss-ruby1.9.1_1.2.4-1_all.deb
Checksums-Sha256: 
 28bbd295d069faf75cffa66348c48c7762bcd9c985eb6c5d1d9b1abdc8636d00 2286 
ruby-narray-miss_1.2.4-1.dsc
 b0236234c6694c8c0feddef3408ac51756dd06e24d2df21ae44bb2c2724f8c26 12565 
ruby-narray-miss_1.2.4.orig.tar.gz
 2cc9124f8fc36826dc05843a8fbf894436ca8b1130f4e1c7a22cff7238c19125 2646 
ruby-narray-miss_1.2.4-1.debian.tar.gz
 55a3375b4d0ca9de9fd191aabaa65c926869eca7fe6640c8e55e836f4b549ca3 17598 
ruby-narray-miss_1.2.4-1_all.deb
 b74b234dcf0a601434fda327e2feb081a41f38a23dc01c92a48a53b497cd47eb 2822 
libnarray-miss-ruby_1.2.4-1_all.deb
 785d400acbcd345972aefa945e2d5ec355a0e00320c313619925eeef14f959a2 2826 
libnarray-miss-ruby1.8_1.2.4-1_all.deb
 a70e590e32b6d4bca1327c952d3fbe2ba0a5403d34fcf3ce141da4da4714e4f6 2828 
libnarray-miss-ruby1.9.1_1.2.4-1_all.deb
Files: 
 4db014ca9e4bda46120ff04f48617b99 2286 ruby optional 
ruby-narray-miss_1.2.4-1.dsc
 980a6f906e8902ebed9ea3d77bdbb7f4 12565 ruby optional 
ruby-narray-miss_1.2.4.orig.tar.gz
 d24120d9f51ae24fdd8f01faed740b88 2646 ruby optional 
ruby-narray-miss_1.2.4-1.debian.tar.gz
 b3cdf208e85593dfdf315bb4620b6187 17598 ruby optional 
ruby-narray-miss_1.2.4-1_all.deb
 7051535897a9e2a594f930d9a4726fb1 2822 oldlibs extra 
libnarray-miss-ruby_1.2.4-1_all.deb
 3fb576ad14f1a494ab2a73ca600b93de 2826 oldlibs extra 
libnarray-miss-ruby1.8_1.2.4-1_all.deb
 565d8de76cee9c2df2b46a494df3d7fb 2828 oldlibs extra 
libnarray-miss-ruby1.9.1_1.2.4-1_all.deb

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

iQIcBAEBCgAGBQJPCqKWAAoJEJOU81SJHX4HK/UP/jOGURfvK3UgidsUMOfdSyVj
mxSBnOCmlcnrmXXl498Ff1S62xE1bBJooCCntsvo6T2riLW33Uu+BzNAo8Qjhkfx
tfQHEt6BU5ZeKK5zrYqWhhm3a9lYxKsbRJB3t0+y0zaHUJ8klHoe9DtHNLqauwuW
kG8TjNLidFMrYI5bwsS9SjZPdCK4OvX5rmKLYpV9OMR0IgGJGOoII3AO7G5tyJz6
LESypDqBCJIJgc62j8BLYgchHLSjX/S3EzMMCAgiQiLb5y23lu80lYcEPdxFPnMp
rMLrKkOP6QvZxrGuISYKaFs8uovOAbHMS7y4fk4nT85W6ZWtRgLvS0e+5TpEm3E/
pDncknstGOrPb0xIb01ogkJvzcMfnE4tdbYWKi2l8nMTrO79Qp7v15UGQOnwIvtb
du8QcZYKTihPj985b06v7StikivxCsboYef/Bc/hg4V6tkm6cK0uNKF8BFDBjA6G
ppojdask3IfV4IYDctdCra0+XUxFyO+UiaFiwB3UhJp54nb9NDObvBoU+AkYFqoH
kStPAAy2YQfaZdx6sV23wr9WqqyXTcip0iQ5oeRWxyzC4D6iMDK3BdoJ3VO7zUAt
EfxsSFuQSGGh+elaStA+zH0HbzgZVGcS/pXSUvbn2FQtEDbF0uu+YNDACj+vs5oz
/J6wMs5uqjaHrhrEHBHP
=bMOc
-END PGP SIGNATURE-


Accepted:
libnarray-miss-ruby1.8_1.2.4-1_all.deb
  to main/r/ruby-narray-miss/libnarray-miss-ruby1.8_1.2.4-1_all.deb
libnarray-miss-ruby1.9.1_1.2.4-1_all.deb
  to main/r/ruby-narray-miss/libnarray-miss-ruby1.9.1_1.2.4-1_all.deb
libnarray-miss-ruby_1.2.4-1_all.deb
  to main/r/ruby-narray-miss/libnarray-miss-ruby_1.2.4-1_all.deb
ruby-narray-miss_1.2.4-1.debian.tar.gz
  to main/r/ruby-narray-miss/ruby-narray-miss_1.2.4-1.debian.tar.gz
ruby-narray-miss_1.2.4-1.dsc
  to main/r/ruby-narray-miss/ruby-narray-miss_1.2.4-1.dsc
ruby-narray-miss_1.2.4-1_all.deb
  to main/r/ruby-narray-miss/ruby-narray-miss_1.2.4-1_all.deb
ruby-narray-miss_1.2.4.orig.tar.gz
  to main/r/ruby-narray-miss/ruby-narray-miss_1.2.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/e1rkau2-0007zm...@franck.debian.org



Accepted sitesummary 0.1.0 (source all)

2012-01-09 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 11:12:36 +0100
Source: sitesummary
Binary: sitesummary sitesummary-client
Architecture: source all
Version: 0.1.0
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 sitesummary - Generate site summary of submitting hosts (server part)
 sitesummary-client - Generate site summary of submitting hosts (client part)
Changes: 
 sitesummary (0.1.0) unstable; urgency=low
 .
   * Bump version number, as the package is getting closer to a
 production release.
   * Only use includedir statement in munin configuration with
 munin version 1.4.5 or newer.
 .
   * Debconf translation updates:
 - Added nb.po from Petter Reinholdtsen.
Checksums-Sha1: 
 d95275f57768d66885aa34b39dbc6af24131306e 1161 sitesummary_0.1.0.dsc
 24eac0287ea8166f6f330c7bfaeae3a37bbc 72133 sitesummary_0.1.0.tar.gz
 5d42c20b7e15335a73aa9081042b578b451c4e29 46380 sitesummary_0.1.0_all.deb
 b30056a0ec2a75aada0535c6cd21c0849bf80f9d 32782 sitesummary-client_0.1.0_all.deb
Checksums-Sha256: 
 e9fb955d5166fa645ec52c6c1306b1d40d7556145dc3d7ac58a7ece88bd16d20 1161 
sitesummary_0.1.0.dsc
 963aabfda29adef0986150742eb9f5d21019ca28e033c5278bf44c25acde6acb 72133 
sitesummary_0.1.0.tar.gz
 f9c67d6fc189434ac2887d064b703fb910403509098c1e252841a4a852b42136 46380 
sitesummary_0.1.0_all.deb
 e178b180cc6052a21405454a3880407ec2b51c52fba8aa105ef47cadaafecc7b 32782 
sitesummary-client_0.1.0_all.deb
Files: 
 3ea3414c400d60ae4896be9f85d24867 1161 misc optional sitesummary_0.1.0.dsc
 e51725598d4a3e480a285160aaa2497e 72133 misc optional sitesummary_0.1.0.tar.gz
 b04e96e2bb16c780790d8710d5f3d17a 46380 misc optional sitesummary_0.1.0_all.deb
 bf74a6fd798c97e8f6a21badb07fcd56 32782 misc optional 
sitesummary-client_0.1.0_all.deb

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

iD8DBQFPCr3M20zMSyow1ykRAtd7AJ9dIPa9ywnSFx+wYZBpp1lj+qQfQQCgn/Dt
KirW/IcSMzBAS82RgRsqMoE=
=7b/A
-END PGP SIGNATURE-


Accepted:
sitesummary-client_0.1.0_all.deb
  to main/s/sitesummary/sitesummary-client_0.1.0_all.deb
sitesummary_0.1.0.dsc
  to main/s/sitesummary/sitesummary_0.1.0.dsc
sitesummary_0.1.0.tar.gz
  to main/s/sitesummary/sitesummary_0.1.0.tar.gz
sitesummary_0.1.0_all.deb
  to main/s/sitesummary/sitesummary_0.1.0_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/e1rkci5-0006gi...@franck.debian.org



Accepted win32-loader 0.7.4.3 (source all)

2012-01-09 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 10:27:10 +0100
Source: win32-loader
Binary: win32-loader
Architecture: source all
Version: 0.7.4.3
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 win32-loader - Debian-Installer loader for win32
Closes: 643728 646082 648198 653344 654535
Changes: 
 win32-loader (0.7.4.3) unstable; urgency=low
 .
   The « Гнулар » release.
 .
   * Updated translations:
 - Czech (Miroslav Kure)
 - Dutch (Jeroen Schot)
 - French (Christian Perrier)
 - German (Philipp Kern)
 - Icelandic (Sveinn í Felli)
 - Italian (Milo Casagrande)
 - Kazakh (Baurzhan Muftakhidinov, Closes: #653344)
 - Norwegian Bokmål (Hans Fredrik Nordhaug)
 - Persian (Hamid, Christian Perrier, Closes: #643728)
 - Portuguese (Miguel Figueiredo)
 - Russian (Yuri Kozlov, Closes: #646082)
 - Slovak (Ivan Masár, Christian Perrier, Closes: #648198)
 - Spanish (Javier Fernández-Sanguino Peña, Closes: #654535)
 - Swedish (Martin Bagge)
 - Belarusian, Bulgarian, Bosnian, Catalan, Greek
   Esperanto, Spanish, Finnish, Irish, Galician,
   Hungarian, Japanese, Thai, Turkish, Ukrainian updated
   (Christian Perrier in multilingual mode)
Checksums-Sha1: 
 80db7e9db83db8be2f30ef6c839f7c5427df7b79 1687 win32-loader_0.7.4.3.dsc
 13c6ef120a08fb5f1ca6e7e1e64e3a11ef218cf9 251509 win32-loader_0.7.4.3.tar.bz2
 af72029c70baae1afaf1c3c0d2ec84257d7b3541 490378 win32-loader_0.7.4.3_all.deb
 e1d903b4866c5e34dc16c299e639cd264d43eb27 937151 win32-loader_0.7.4.3_all.exe
 66e0c1fb8c0922fce696937cc81e6cc0262f872b 4349 win32-loader_0.7.4.3_all.txt
Checksums-Sha256: 
 ffc280d62f7dc03253d062fd6d4b9f46a892541d0e1a1785d68987625fc6a733 1687 
win32-loader_0.7.4.3.dsc
 a6a9af444542eb5eb69c74d779c767484cbfb867e9e74328a9f6df897974ea4a 251509 
win32-loader_0.7.4.3.tar.bz2
 ba35c9d5c617fe6d4101005c42b50e2ee7f257e091d89bb3e0201bc03d408179 490378 
win32-loader_0.7.4.3_all.deb
 da84a6bfdaa00de063dbe0d42d98a519b227ffec01a006e015954d1813f1a797 937151 
win32-loader_0.7.4.3_all.exe
 e7305d4c2333a004c4b27d981c61cf2dd545d65c0a87d29078900e56926a236e 4349 
win32-loader_0.7.4.3_all.txt
Files: 
 7d64a5407e3b3a6ed66ac1d2bccfad05 1687 utils extra win32-loader_0.7.4.3.dsc
 421a24c9f2952ac25d11d9712ff8c965 251509 utils extra 
win32-loader_0.7.4.3.tar.bz2
 541b8b634cd06860d7f025ca17b6c488 490378 utils extra 
win32-loader_0.7.4.3_all.deb
 0d74ec7e615b56fc4c4450ca31a95907 937151 byhand - win32-loader_0.7.4.3_all.exe
 644991e4d00c1b6ab27fe1788472e6b1 4349 byhand - win32-loader_0.7.4.3_all.txt

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

iQGcBAEBCAAGBQJPCsDWAAoJEIvPpx7KFjRVFtUL/Ak2YMdlZ6v54oPTeOA2iryI
wyQanbRPK7X75RQvOpZOP3jca6szERmWA8VC/49kfhOEW+Z8LPOKLVUz4DCjUzt0
bFDUShcFFPpcWDj6AeedmrlJKeFjiBLgvORpnLdgipsdVnlBvYJXT8npSCr1O3zg
kjqQsLw1XGaw3JMkPKCZMYs9c0AfV6bdILd/MMCiv/xf1202ehQO6e6lGZg+076X
esdK9WqtkAzb7bVoJ0MHxg/jExlgUR2hIKoEDY1FYTmIjVzG6ome05Chg+/UwTuv
66NEuDDH800B0TNIkZpNyqKqFfB0N0quL99pjkKbkqNHGlGqJjwrYbmyC9NcXi6M
HXm4PubZabHXDs07oBgEEklXydCwOiTICl2SZ1BlE0RSJgxe2vL64rsU9Nz37VfE
TNBMsAxQtQJcnVCMran7wwVL4kukeEm+dqI/8FF8HeeiEkJnzdjGUAjepy5jFHPo
shiGV/4GD2dYF7QZw0c1TdHEUBGjKjjrUZKUMLMAMA==
=M514
-END PGP SIGNATURE-


Accepted:
win32-loader_0.7.4.3.dsc
  to main/w/win32-loader/win32-loader_0.7.4.3.dsc
win32-loader_0.7.4.3.tar.bz2
  to main/w/win32-loader/win32-loader_0.7.4.3.tar.bz2
win32-loader_0.7.4.3_all.deb
  to main/w/win32-loader/win32-loader_0.7.4.3_all.deb
win32-loader_0.7.4.3_all.exe byhand
win32-loader_0.7.4.3_all.txt byhand


-- 
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/e1rkcl0-tu...@franck.debian.org



Accepted vows 0.6.1-1 (source all)

2012-01-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jan 2012 19:55:38 +0100
Source: vows
Binary: node-vows
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 node-vows  - asynchronous BDD  continuous integration for Node
Changes: 
 vows (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Update watch file to use more flexible regex.
Checksums-Sha1: 
 35439c50d2aaae664a13604af8ca158a2a4818ae 1887 vows_0.6.1-1.dsc
 8fed57ea49a5ae32f13290d42c898bd44bed6a10 26279 vows_0.6.1.orig.tar.gz
 4e501a24b3fb1773864bfc4f920834431ddbba5a 5212 vows_0.6.1-1.debian.tar.gz
 21ee9b8808786414c48b59bf9d99e7200525e518 26194 node-vows_0.6.1-1_all.deb
Checksums-Sha256: 
 8cbaf4004c96be9695eab65a077eaca5213db93faa832cdf4dd4d02bb53b6944 1887 
vows_0.6.1-1.dsc
 50efd6a9253d5a9b3b36562983025fea51a205f8240b3492c29f4d8cea94 26279 
vows_0.6.1.orig.tar.gz
 763b59cdaa3c2d452472c3178b1d0ddf502fce14cbbfd9771ca44bf1aadc8ee8 5212 
vows_0.6.1-1.debian.tar.gz
 c7facd29ffd8fd783da62602721d7cd7e3cc6d27670a0399e63c6b1e8df29879 26194 
node-vows_0.6.1-1_all.deb
Files: 
 28fd636961dfeb6e3bc9be2fdc12b014 1887 web optional vows_0.6.1-1.dsc
 83b79d32fdba6ef88ce74c1c1d0c361e 26279 web optional vows_0.6.1.orig.tar.gz
 2e545270547f302c03633ec8655f58fe 5212 web optional vows_0.6.1-1.debian.tar.gz
 04eede7c2345032e28117ec7183d41d7 26194 web optional node-vows_0.6.1-1_all.deb

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

iQIcBAEBCgAGBQJPCsejAAoJECx8MUbBoAEhhgUQAISwy3c7bCXb6qjZngnjZJJn
GsWxOabcHNiJ14OfuHfZecutj0g6WLinO3U02zyeSCxsdhFYxbeDSHPYrlK1GZ4D
kP59XlAXUxyUDOyMhEvUzKKSDEgioAx+3XOsnqljZlKWFUdYiAQVV1J1L/Lqygze
nYPu1tMyimxojrDsn3kXeYkDXFUy/eThphQlpyb4mpObrCo03YUscj8Wg3eIdyiS
6KJ2QW5l92oXmbn40tjqYMXDv9fzQjEdFHiG1rJAOV6FM/QJzoGUJZJlc/clemPA
eTY5kebrhlNSkQj08NVatVdh6fpeNCIAD/QIEX/GPh5iEh9Au3cETDaDMpCmbCtV
lF+U9DlKFVx06PmrKH7xOLURtvk/JzRD9YvUGPABCoxfb/3fXndaNR61mq2m4+rf
L9b6FWI2cWXAA3RU4geUBLORi36F831EG1+qRSIbwk0/H2iGnVgxm1d8ZVe9x9Kw
CIH/+Xp5iP5scyo7PvU80z7+8wk+SPXR/+pg5IzOQ2kHZOu34NBZts4I1HQoZ2IU
tevng/vqTHdU+cVK6t/D6AWDYgVkpYCPk2B9/ZhF5y24KNVICcGKuob2RlUD/zoI
SXbiJuQ8O5BNX9zE8E1SJp4nfDy18F1eWpQMeDXcbC3x0zOVCEg25b9pb59jS4iv
3IIhPHjoOGoMbPIQrliG
=qbHH
-END PGP SIGNATURE-


Accepted:
node-vows_0.6.1-1_all.deb
  to main/v/vows/node-vows_0.6.1-1_all.deb
vows_0.6.1-1.debian.tar.gz
  to main/v/vows/vows_0.6.1-1.debian.tar.gz
vows_0.6.1-1.dsc
  to main/v/vows/vows_0.6.1-1.dsc
vows_0.6.1.orig.tar.gz
  to main/v/vows/vows_0.6.1.orig.tar.gz


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



Accepted notmuch 0.11~rc3-1 (source all amd64)

2012-01-09 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 07:07:46 -0400
Source: notmuch
Binary: notmuch libnotmuch2 libnotmuch-dev python-notmuch notmuch-emacs 
notmuch-vim
Architecture: source amd64 all
Version: 0.11~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Carl Worth cwo...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 libnotmuch-dev - thread-based email index, search and tagging (development)
 libnotmuch2 - thread-based email index, search and tagging (runtime)
 notmuch- thread-based email index, search and tagging
 notmuch-emacs - thread-based email index, search and tagging (emacs interface)
 notmuch-vim - thread-based email index, search and tagging (vim interface)
 python-notmuch - python interface to the notmuch mail search and index library
Changes: 
 notmuch (0.11~rc3-1) experimental; urgency=low
 .
   * New upstream release candidate
 - Fix for uninitialized variable(s) in notmuch-reply
Checksums-Sha1: 
 da5194116ce6040cc6934e41198e1faf07860326 1847 notmuch_0.11~rc3-1.dsc
 88f1e4e8f9a078021109f68f734fca2d92919b6d 438032 notmuch_0.11~rc3.orig.tar.gz
 c73d9c5390b34be2fa0ad3ebba4b228ea568c1af 10161 notmuch_0.11~rc3-1.debian.tar.gz
 d09e1b54107e449e0da70a6e0e577863eb577d94 85418 notmuch_0.11~rc3-1_amd64.deb
 809de4cb324e77d0c7b496ae61e4311d63127e2a 57750 libnotmuch2_0.11~rc3-1_amd64.deb
 e4b21bd1be047077f4e37f82d7f5c96304c7051e 19490 
libnotmuch-dev_0.11~rc3-1_amd64.deb
 8e2b292e20c730d05b78c597b4e00fa9e7c41cd9 34814 
python-notmuch_0.11~rc3-1_all.deb
 b7706685b3406ebfa2315eff5e26a2db361734cc 54466 notmuch-emacs_0.11~rc3-1_all.deb
 3aed5431128c00e33ed5b2fbd44d30ffe83575f0 21756 notmuch-vim_0.11~rc3-1_all.deb
Checksums-Sha256: 
 578da7a26772bc73a26daaad5d9a451c901942953a17bb9b3b2ac5109a4b2265 1847 
notmuch_0.11~rc3-1.dsc
 7cf4506b29c34425cbebc4bbff4102629a0a9152cd77a78d18567085aa3448de 438032 
notmuch_0.11~rc3.orig.tar.gz
 6292c566d3c9e0b9dc38dabd0bb328a3f466aae9374259321d666bff3fa31952 10161 
notmuch_0.11~rc3-1.debian.tar.gz
 4b030e05ffa4d0e3820488aa3af4d73a74b5ce14de42261972463bc8d25b7cd6 85418 
notmuch_0.11~rc3-1_amd64.deb
 b981b99827024cb30ce731c361cc47d4c89e2e08c4989b0b43e8cf790ee2d29f 57750 
libnotmuch2_0.11~rc3-1_amd64.deb
 f5f14eb7fe83f1e9f1ab34684e34e5e198df86800de9c84414f088864b1ba99b 19490 
libnotmuch-dev_0.11~rc3-1_amd64.deb
 6f60e2ff9bc1f0e68339db83904db9241c6385c385e36858b019a50e6c3ed325 34814 
python-notmuch_0.11~rc3-1_all.deb
 171a48a5ce9982357cab49824b137e379cfeca97d6db81bdf38dfdfc953d32be 54466 
notmuch-emacs_0.11~rc3-1_all.deb
 56135a0b373b9efa0b4ea9dc556370d8480597524d90c1961e6c21ee36bb9468 21756 
notmuch-vim_0.11~rc3-1_all.deb
Files: 
 3ba7a59129888a50666c55930570a436 1847 mail extra notmuch_0.11~rc3-1.dsc
 5a1eb88eec04443f07c8708861af993d 438032 mail extra notmuch_0.11~rc3.orig.tar.gz
 992d778b20d612bd48db9cf45b571874 10161 mail extra 
notmuch_0.11~rc3-1.debian.tar.gz
 71283e1288766cb3c9c8d6bf6add7624 85418 mail extra notmuch_0.11~rc3-1_amd64.deb
 d1059241c575d15173d64858c4fabe13 57750 libs extra 
libnotmuch2_0.11~rc3-1_amd64.deb
 ef8617475d5621441ded983ca7d3de26 19490 libdevel extra 
libnotmuch-dev_0.11~rc3-1_amd64.deb
 d7933c99aaf7fb624a9b31b1226ef954 34814 python extra 
python-notmuch_0.11~rc3-1_all.deb
 d85adecad96bd85acac43c9883975e79 54466 mail extra 
notmuch-emacs_0.11~rc3-1_all.deb
 25dcf979a18bb483234ea7aacd05061e 21756 mail extra 
notmuch-vim_0.11~rc3-1_all.deb

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

iJwEAQECAAYFAk8KzqAACgkQTiiN/0Um85kQvgQAsqUweuIFNgoChsKP35Zgq9JZ
hllRn0vjbF3g+vtGaQYxMKYTAXz+wHU3/AOghpO0xGkaz6q0d6QNbBMrNaBxUotj
zwkjSPgP+tmC+hbkTiNYk33GLLFFZa+6Jpf2kNxJaNJCZhj7W3Ywaprq2dE5M3qE
RAcf7oH8AVg6dlOgXQg=
=5Yrl
-END PGP SIGNATURE-


Accepted:
libnotmuch-dev_0.11~rc3-1_amd64.deb
  to main/n/notmuch/libnotmuch-dev_0.11~rc3-1_amd64.deb
libnotmuch2_0.11~rc3-1_amd64.deb
  to main/n/notmuch/libnotmuch2_0.11~rc3-1_amd64.deb
notmuch-emacs_0.11~rc3-1_all.deb
  to main/n/notmuch/notmuch-emacs_0.11~rc3-1_all.deb
notmuch-vim_0.11~rc3-1_all.deb
  to main/n/notmuch/notmuch-vim_0.11~rc3-1_all.deb
notmuch_0.11~rc3-1.debian.tar.gz
  to main/n/notmuch/notmuch_0.11~rc3-1.debian.tar.gz
notmuch_0.11~rc3-1.dsc
  to main/n/notmuch/notmuch_0.11~rc3-1.dsc
notmuch_0.11~rc3-1_amd64.deb
  to main/n/notmuch/notmuch_0.11~rc3-1_amd64.deb
notmuch_0.11~rc3.orig.tar.gz
  to main/n/notmuch/notmuch_0.11~rc3.orig.tar.gz
python-notmuch_0.11~rc3-1_all.deb
  to main/n/notmuch/python-notmuch_0.11~rc3-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/e1rkdsj-0005h5...@franck.debian.org



Accepted ns3 3.13+dfsg-1 (source all amd64)

2012-01-09 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Jan 2012 00:35:42 +0800
Source: ns3
Binary: ns3 ns3-doc libns3-3 libns3-3-dbg libns3-dev python-ns3 python-ns3-dbg
Architecture: source all amd64
Version: 3.13+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Network Simulators Team 
pkg-netsim-de...@lists.alioth.debian.org
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 libns3-3   - shared libraries of ns-3
 libns3-3-dbg - shared libraries of ns-3 (debug extension)
 libns3-dev - Static and header files of ns-3
 ns3- discrete-event network simulator for Internet systems
 ns3-doc- documentation for ns3
 python-ns3 - Python binding of ns3
 python-ns3-dbg - Python binding of ns3 (debug extension)
Closes: 642217 642225 654493
Changes: 
 ns3 (3.13+dfsg-1) unstable; urgency=low
 .
   [ Aron Xu ]:
add tag binary and binary-indep,
 for not build doc when --binary-arch (Closes: #654493).
   [ YunQiang Su ]
add waf 1.5/1.6 source to debian directory,
 and build waf from there (Closes: #642217).
   [ Upstream ]
 Successfully link with --as-needed option (Closes: #642225).
Checksums-Sha1: 
 c53e3ce9c74adb7464889ca213d4add4fc0a2340 2261 ns3_3.13+dfsg-1.dsc
 e1f974a5aa05bb37b284c4aaa222a5e52934f905 23860239 ns3_3.13+dfsg.orig.tar.gz
 1d2dfaa6897f784f937db4b2c63c55d87126a552 409399 ns3_3.13+dfsg-1.debian.tar.gz
 a22f7dd1a5c008d14286a5fcaf7113cb07431c14 7052316 ns3-doc_3.13+dfsg-1_all.deb
 4615a81603437077a523db8f53a6a83426fe7449 146676 ns3_3.13+dfsg-1_amd64.deb
 e76cbcecba543c49d186a8e937305d7ccf9954fa 8449202 libns3-3_3.13+dfsg-1_amd64.deb
 e6871e74ccdc708b5b3d2dc00fafedd8cc3eb14b 40372380 
libns3-3-dbg_3.13+dfsg-1_amd64.deb
 382118e79fbdae8a9d34dabe143a1dda34d423c2 9859584 
libns3-dev_3.13+dfsg-1_amd64.deb
 e060b4c07a7cb75240018cb87a090a79ff5f934b 3532978 
python-ns3_3.13+dfsg-1_amd64.deb
 762260163fe8b11d53b233e7e2e60eed7de0ccc2 15285972 
python-ns3-dbg_3.13+dfsg-1_amd64.deb
Checksums-Sha256: 
 6e503ffcde652323020012c9a0eb5e5730d7e9660bca8dd28b391f986526c746 2261 
ns3_3.13+dfsg-1.dsc
 ed621a49a15b9ba789dfda2d52d06f434c5d3dfde1f5ca1179a392c65a3d6380 23860239 
ns3_3.13+dfsg.orig.tar.gz
 e8058986efa2daf14618d9f9e1b117c7b727f93594a20c5736fcd04f37e4a37f 409399 
ns3_3.13+dfsg-1.debian.tar.gz
 b60b0bf0123c24cb4c56bb17974de3609bf6201984a038dc47ab9a1fc84c5327 7052316 
ns3-doc_3.13+dfsg-1_all.deb
 6d14f330577c781bc4927f5ee280bb957333e6b998ab4616400982de8ded41d2 146676 
ns3_3.13+dfsg-1_amd64.deb
 6f3bdceeea1f719f37380ecf6ff4b2be967dd567e8ba3f89d27af83bad603ba2 8449202 
libns3-3_3.13+dfsg-1_amd64.deb
 7714038f04601cff003690328e534ca2421c3f7b6b143a7f73e2131cb10b582a 40372380 
libns3-3-dbg_3.13+dfsg-1_amd64.deb
 9c28e15150bebd6a1b43c3ca950d6288fa224cd87aa6f6aca0ee0dcb9e57c2db 9859584 
libns3-dev_3.13+dfsg-1_amd64.deb
 436881679328fffd40278bcb41d0efb08354e479670c39066551ae1c911c5d93 3532978 
python-ns3_3.13+dfsg-1_amd64.deb
 c92bcae9dc793dee411a93e354a10d73195fe7825cae4f79820f57df6aa6ce37 15285972 
python-ns3-dbg_3.13+dfsg-1_amd64.deb
Files: 
 75201d6d217a215bc91fd1495ca18ec0 2261 net optional ns3_3.13+dfsg-1.dsc
 16a9b64bdd08c2b2b97ad90e66be4e3e 23860239 net optional 
ns3_3.13+dfsg.orig.tar.gz
 8124c09e603ece728618d632e68fde57 409399 net optional 
ns3_3.13+dfsg-1.debian.tar.gz
 8ccd0042d9aebfbe2d96f6585fddb50c 7052316 doc optional 
ns3-doc_3.13+dfsg-1_all.deb
 c72313c3a89652b269f552b1e13948ed 146676 net optional ns3_3.13+dfsg-1_amd64.deb
 280e7697be4a72d7b775ce1efa07c321 8449202 net optional 
libns3-3_3.13+dfsg-1_amd64.deb
 462ade6569e88d43be814c1f460c3a21 40372380 debug extra 
libns3-3-dbg_3.13+dfsg-1_amd64.deb
 90a92eccaa35b159812b5ea496d40e5e 9859584 libdevel optional 
libns3-dev_3.13+dfsg-1_amd64.deb
 a7f125aa351892862d3881b4abe1b1ea 3532978 python optional 
python-ns3_3.13+dfsg-1_amd64.deb
 c85d9a2c46df34cdba6834ede003904e 15285972 debug extra 
python-ns3-dbg_3.13+dfsg-1_amd64.deb

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

iQEcBAEBCAAGBQJPCtGvAAoJEGqO9vovZQkSLCsIAKASQ/ns2T6xWag0AjeqHJDI
/9L2X0pGjxsEEFPycUBQqVhoQD3dFRdYmXGdWWQUI3OfDVuCvcrVfNa2J2QmROR2
5VLTFJXV0GrstcemEPBHmfVnepZRLpAeCQEUniTwuIhxakz7+ySCeZ/NdywnufDM
Tb0Fb4hHe2TJ1YYPDYznktXOeZNYyJfCDvgDbeAs/dgwJAIIBrv4A7kiogZ9t1J2
e003JqLb+qb9VZwr1Kq4DFO6Foq9BJ1+sElzjzf8KLgqIvwZsr1xAqY/oZY5a8rz
02cJk82wsWUVjLbjnx9RqnLZoJK0tr5Y7aRr/Xlj2oDnsWqEQI6kMMIwDPts93Y=
=4XGo
-END PGP SIGNATURE-


Accepted:
libns3-3-dbg_3.13+dfsg-1_amd64.deb
  to main/n/ns3/libns3-3-dbg_3.13+dfsg-1_amd64.deb
libns3-3_3.13+dfsg-1_amd64.deb
  to main/n/ns3/libns3-3_3.13+dfsg-1_amd64.deb
libns3-dev_3.13+dfsg-1_amd64.deb
  to main/n/ns3/libns3-dev_3.13+dfsg-1_amd64.deb
ns3-doc_3.13+dfsg-1_all.deb
  to main/n/ns3/ns3-doc_3.13+dfsg-1_all.deb
ns3_3.13+dfsg-1.debian.tar.gz
  to main/n/ns3/ns3_3.13+dfsg-1.debian.tar.gz
ns3_3.13+dfsg-1.dsc
  to main/n/ns3/ns3_3.13+dfsg-1.dsc
ns3_3.13+dfsg-1_amd64.deb
  to main/n/ns3/ns3_3.13+dfsg-1_amd64.deb
ns3_3.13+dfsg.orig.tar.gz
  to 

Accepted libpng 1.5.7-1 (source amd64)

2012-01-09 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 21:02:50 +0900
Source: libpng
Binary: libpng15-15 libpng-dev libpng15-15-udeb
Architecture: source amd64
Version: 1.5.7-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libpng-dev - PNG library - development
 libpng15-15 - PNG library - runtime
 libpng15-15-udeb - PNG library - minimal runtime library (udeb)
Closes: 654149
Changes: 
 libpng (1.5.7-1) experimental; urgency=low
 .
   * New upstream release.
   * Update debian/rules.
 Enabled hardened build flags. (Closes: #654149)
Checksums-Sha1: 
 f96b25f5b7c2dda5cb3f3d78e869d307910a0066 1916 libpng_1.5.7-1.dsc
 2b8cd60087311a62fcd806167c691de63676c633 858661 libpng_1.5.7.orig.tar.bz2
 56215192a98935ac52ee341910dc16382d1c4770 15583 libpng_1.5.7-1.debian.tar.bz2
 d99bd071b12acb724942ad2d5d9c0f7a9a9d8ba1 236874 libpng15-15_1.5.7-1_amd64.deb
 497df9991125d5419e2578bef1cd927cf333bec9 306570 libpng-dev_1.5.7-1_amd64.deb
 751b754c168e7ef42bd5bab3f2cb73a849a15642 84400 
libpng15-15-udeb_1.5.7-1_amd64.udeb
Checksums-Sha256: 
 9fcf44ce422f81b3c1d60ae9ae7f4544daa5b17d07f805ead88ab97270cd51c3 1916 
libpng_1.5.7-1.dsc
 85b0c4d03732663001cd414116039aaf83762a2eba4289216324d50cf4b934bd 858661 
libpng_1.5.7.orig.tar.bz2
 d64c4fd065806f9aa5a4fcfdbff4c3bad4ab54944d18cb737368b667c1cdf297 15583 
libpng_1.5.7-1.debian.tar.bz2
 6f10c92e135c420c7635d5390f1721fce0e2552a888cd1d8d84904aa7682b871 236874 
libpng15-15_1.5.7-1_amd64.deb
 29d044b6405ab9ee9c0bf45510ba4ee1c7a1f5df50507973bb6de678e0ebf397 306570 
libpng-dev_1.5.7-1_amd64.deb
 496dd2bf4c8316ef5e9c347aaf8994423bed1b8d19d60a210bac22865e7d7958 84400 
libpng15-15-udeb_1.5.7-1_amd64.udeb
Files: 
 b0fd98c7daeb0a7502cc9f68f3141b3c 1916 libs optional libpng_1.5.7-1.dsc
 590ecbecd6286810184fd3e66f151de3 858661 libs optional libpng_1.5.7.orig.tar.bz2
 bb7f384a8772ccb840855107ff950143 15583 libs optional 
libpng_1.5.7-1.debian.tar.bz2
 df75d5ed264c60e98fd2558829fa03b1 236874 libs optional 
libpng15-15_1.5.7-1_amd64.deb
 a92a5fa8a6be29b84c0f913701fc7d4c 306570 libdevel optional 
libpng-dev_1.5.7-1_amd64.deb
 7535d2d9a8db75267fe797d8a154 84400 debian-installer extra 
libpng15-15-udeb_1.5.7-1_amd64.udeb

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

iQIcBAEBCAAGBQJPCtpAAAoJEDIkf7tArR+mMW4QAIUJATfaeDSHGmvf6hXoUPbf
SjNfcxSSw3ynqO0xMzvZiCvyl2Kkg3dW39OeisQkSRGB4JN1DnJN3y8d1HvlGgBM
KHC6a46suH4DskH3q4N8r/0ZvRbzNLITp6QIhaLQCD+iiujeUPpIavKWcGS1YJeM
b4eh/sjS+BcMMz8gLCQSgPebJsHJmZdz3nD1vr5XfNJ9IpbZsdiX26LCx2I/31qm
lvnySF7GFeHrjQFgSABEtxaqdKVTYe+M3iEpUNrgzFYlMzA2QHsKKUpcYMTPu30z
VnwNw/LFM6bxyFYYNNj016zDGMi0W9TgWhmIQAyeYet1lymm7cWGkQ3gTQPpqKfV
/QjdlEvCUaWXVxqnKOI/G7ryfypNrjTgrkdxAj5rlqMGYjzj+k8bL+dqalaBzbK7
Nb9KZd438wLBIGu+eun8Q3SH6HEpZkjLrEOmBzsxRYUfkbbbgwJIO5i1OSExSYOT
QBGxKLRsR5rWt/wewpfFWe63fnnfdFwgXM3DMoIaQq1eIWHmx039RwdTP7xEqT3O
Ofr/dx23IKMJZgojeSDQ77CMrXyef5svOn48Ot/lc2WVofnVtzpfMBIPhNI3ALmn
JFCCBVe55hAvx5XdvqX/vKRbfkrOF+MyfIPq8cae7eQOTv5lQwuWgH0iVRKzXh92
R2fHas0r7znHb50Zg3VD
=mcNM
-END PGP SIGNATURE-


Accepted:
libpng-dev_1.5.7-1_amd64.deb
  to main/libp/libpng/libpng-dev_1.5.7-1_amd64.deb
libpng15-15-udeb_1.5.7-1_amd64.udeb
  to main/libp/libpng/libpng15-15-udeb_1.5.7-1_amd64.udeb
libpng15-15_1.5.7-1_amd64.deb
  to main/libp/libpng/libpng15-15_1.5.7-1_amd64.deb
libpng_1.5.7-1.debian.tar.bz2
  to main/libp/libpng/libpng_1.5.7-1.debian.tar.bz2
libpng_1.5.7-1.dsc
  to main/libp/libpng/libpng_1.5.7-1.dsc
libpng_1.5.7.orig.tar.bz2
  to main/libp/libpng/libpng_1.5.7.orig.tar.bz2


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



Accepted libpng 1.2.46-4 (source amd64)

2012-01-09 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 21:23:43 +0900
Source: libpng
Binary: libpng12-0 libpng12-dev libpng3 libpng12-0-udeb
Architecture: source amd64
Version: 1.2.46-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libpng12-0 - PNG library - runtime
 libpng12-0-udeb - PNG library - minimal runtime library (udeb)
 libpng12-dev - PNG library - development
 libpng3- PNG library - runtime
Closes: 654149
Changes: 
 libpng (1.2.46-4) unstable; urgency=low
 .
   * Update debian/rules.
 Enabled hardened build flags. (Closes: #654149)
Checksums-Sha1: 
 1bc35507619a0734c85621636580876da7f3b606 1976 libpng_1.2.46-4.dsc
 1b733cd591ddb16662dae997bb1302215461dec5 15638 libpng_1.2.46-4.debian.tar.bz2
 5ee98d080303280d13ac6ccfb6e8eee87e6d5e89 189888 libpng12-0_1.2.46-4_amd64.deb
 a041e65481414e745a6e77d4cee8ed63bcf47d57 266482 libpng12-dev_1.2.46-4_amd64.deb
 b017528a6148dfedf9aba2c3d746756cf05163d2 954 libpng3_1.2.46-4_amd64.deb
 77e41187bca9c31c5bb8bf939fddc5c4df8790d2 75460 
libpng12-0-udeb_1.2.46-4_amd64.udeb
Checksums-Sha256: 
 176b69166badd2976867daecc526d29c93d54e12ff07b882ebc919a0b9a58ea7 1976 
libpng_1.2.46-4.dsc
 8cc85d5c3deeca08cc71414ff803af719cc61287c73292147b8a8c57acd40ef3 15638 
libpng_1.2.46-4.debian.tar.bz2
 215a1a31042eccb080d7cf3018e8d72600ccf2c5c60a17cdd4d006de7e550b45 189888 
libpng12-0_1.2.46-4_amd64.deb
 c7efd68ad1cfbbcaacc2e99ba413e3057d51ab5e245c93bad1be4be95c02cefb 266482 
libpng12-dev_1.2.46-4_amd64.deb
 9a81b9cf710eceda06d81ddd36f464430b6bb6d10a82d0758c254099be87ae5e 954 
libpng3_1.2.46-4_amd64.deb
 3f7864844ab281cfe9b91d4c41006adba9787ea1d8541f97df48a4615606b6f7 75460 
libpng12-0-udeb_1.2.46-4_amd64.udeb
Files: 
 acfa9bc5e6e77714f473095ddccdc481 1976 libs optional libpng_1.2.46-4.dsc
 80788f8702b746d96db43a7660da1981 15638 libs optional 
libpng_1.2.46-4.debian.tar.bz2
 b4a2e4119ef45922ee790040999b7a49 189888 libs optional 
libpng12-0_1.2.46-4_amd64.deb
 8d3683d9fc45a45efa32f6d08f7bf810 266482 libdevel optional 
libpng12-dev_1.2.46-4_amd64.deb
 b591b761606ba8de7524165041a8c1e6 954 oldlibs optional 
libpng3_1.2.46-4_amd64.deb
 6f1406a6bf644809c2a166b15b7186df 75460 debian-installer extra 
libpng12-0-udeb_1.2.46-4_amd64.udeb

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

iQIcBAEBCAAGBQJPCuHIAAoJEDIkf7tArR+mU+IP/Rb3rFQBdI2n2woJ+hn/Bkt6
g+GzWRKT6x0pvp60znAqMUKPCBcUdQCZIcoWL2oMHg1u0xXTXFoc6V2iAwiuSpIc
RnmZEenBDDyIf9vpW5qAin83+rsglfA336Ej4XT45CLAty3IjWCWTD6wjWwbPXix
SL9DHz24OP1C7KZMWvSaAlvA3Rwluf4bsNFz2qdqQ24l8UOVMx5tuIx7nWipuYKV
793O/VGXe6eUDrJzF99Pk8GMPMhbvJi3c2y6U86D6iz48oHCoCpVdbUfP0W+XTQi
arni8vTnAOt3K8fCKt0lU4tftT9cP4WkUzEsOj1VPgvuVuovf1xOD1f/17LEvop/
0gpW79/+zQf8iQKy6d2H+IpA9R05F+0TuQgccWPFeYUiLHMWSuuejmST6IQFdkht
6Yw8cLmakONY4jfkdAVXXXAkJzhh7VFFzX8xDmo6yU48RQT9KURWeP/DUpsD+NCp
wcFzPywMVQVxWFdFEyF2/k3+NbHbP4fWgqDbXFmvqlNq7r6KBgUQRLLsb1srzuvi
py8TAQTv3JdiT9rA1DkP5mcxDvus2v8QentqfN/gHDOynvsZz1LRknrAGnyt0IS+
Hmw59KWmmVTvWN9L8itynOFIRZu3qg5QtETVcrneB9QaU4mGfZFhKi1fFAUS3B94
SAaatwwN+FVlR+TVqjIn
=6S/e
-END PGP SIGNATURE-


Accepted:
libpng12-0-udeb_1.2.46-4_amd64.udeb
  to main/libp/libpng/libpng12-0-udeb_1.2.46-4_amd64.udeb
libpng12-0_1.2.46-4_amd64.deb
  to main/libp/libpng/libpng12-0_1.2.46-4_amd64.deb
libpng12-dev_1.2.46-4_amd64.deb
  to main/libp/libpng/libpng12-dev_1.2.46-4_amd64.deb
libpng3_1.2.46-4_amd64.deb
  to main/libp/libpng/libpng3_1.2.46-4_amd64.deb
libpng_1.2.46-4.debian.tar.bz2
  to main/libp/libpng/libpng_1.2.46-4.debian.tar.bz2
libpng_1.2.46-4.dsc
  to main/libp/libpng/libpng_1.2.46-4.dsc


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



Accepted libpng 1.5.7-2 (source amd64)

2012-01-09 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 21:39:33 +0900
Source: libpng
Binary: libpng15-15 libpng-dev libpng15-15-udeb
Architecture: source amd64
Version: 1.5.7-2
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libpng-dev - PNG library - development
 libpng15-15 - PNG library - runtime
 libpng15-15-udeb - PNG library - minimal runtime library (udeb)
Changes: 
 libpng (1.5.7-2) experimental; urgency=low
 .
   * Fix typo from PPFLAGS to CPPFLAGS.
Checksums-Sha1: 
 0179e610a8af8f1e6bf028ff96601cdcf97f1425 1916 libpng_1.5.7-2.dsc
 eb14c7e4f12e50856094d066021499045c5ecdef 15609 libpng_1.5.7-2.debian.tar.bz2
 7f9d3b53051510634174e4294544cca4ad6e319f 236962 libpng15-15_1.5.7-2_amd64.deb
 ce97ca9b68a3f924b3495a4176770b80955a0c89 306756 libpng-dev_1.5.7-2_amd64.deb
 b9c8bb1f2212f669fbadbdbf411c7f2a039bf34f 84742 
libpng15-15-udeb_1.5.7-2_amd64.udeb
Checksums-Sha256: 
 664fef450fbed44cf9efdea93071b3d265ec15c90de797b60023fa8cc2717181 1916 
libpng_1.5.7-2.dsc
 1a998563a3fb69e4eb84a47925e882834f66c375399e02f46aad5c59964f0d13 15609 
libpng_1.5.7-2.debian.tar.bz2
 fd4d32e31dd1a146353294decdd5ce3099484113bac8767613b102e0cf7fd290 236962 
libpng15-15_1.5.7-2_amd64.deb
 727f619ae9d1464e79b9f2e00291f2150ca17578b041510bd4f977af46b8d026 306756 
libpng-dev_1.5.7-2_amd64.deb
 93757f79ba938c3298476bd0a293242f9df6b0059cae66a17b68f69318f1110a 84742 
libpng15-15-udeb_1.5.7-2_amd64.udeb
Files: 
 d1301e3494acfc376e088293abd12ae7 1916 libs optional libpng_1.5.7-2.dsc
 105372ca0cbe7ca52d41fc39d35256c1 15609 libs optional 
libpng_1.5.7-2.debian.tar.bz2
 677e8dbbbffd91bd5cb3101dd2e0261e 236962 libs optional 
libpng15-15_1.5.7-2_amd64.deb
 7189db1734882bdbdcfac9608d4d64b5 306756 libdevel optional 
libpng-dev_1.5.7-2_amd64.deb
 a4bb250811a2b63adb4ec7fdf259d0e7 84742 debian-installer extra 
libpng15-15-udeb_1.5.7-2_amd64.udeb

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

iQIcBAEBCAAGBQJPCuEVAAoJEDIkf7tArR+md1UP/jbBcH6qc3UIBudAcSqLU8Yc
opmf2pu/QOsxKOPMNW2wHuOWFas+pDipl5QLj5wx/zopulEZ2vX+CxoDKPjcbFAQ
wrP7jgruDlkjTmJtVtZLjSuspaWenNx/WiGNew/r14uF1ddN47fMW60+toZ2TzLd
ySdXpabVpYDM1TSTc+P56QKyG9iVcu2V3rUuK2X2NTsFsNKDn0fr//IT7N3tvLNE
PJK1VJOHSVl1rkzMaUTUDOAufHcbz1yID7arX9VWOVDPZkyKruu6BNGCZ4/lGDuA
ouOeMVxl8wFbFW0dw7NgPH6baTWJKCOUWuj3skn/YOwMgdupvNT3Wkg36ysApewv
JhmgmYx1SVlYvL5Z57dXvMFUW56GqekeFXSlk2Wdv5Z0Ir5pdXK9gSzw8OqK+6SI
mABq5ynEkr3XMSgvGTiVntsG+RA+szZPGXPOJjm9NROZXbmtZbom80CXFvaGjIn2
TfPaheqAOQN43Fw406zOQ6gmHu247ZW5GsUK97Ps/BbPlfeDbBcnwHWe2n2MqxHm
qu3j+qRyb6bMNYsGPtJ70Pk7DIqL+I2OlEU9i+JVA7P0WSLEilZgIpy7B+UOVbVC
GLIRWue6N26tTFh/hAn17PCmvfo/FLY4Ef0IZIorvUMjSzBigGmiFa0lCYyGOIsc
Bn5SZuFb4XeYyq7z2I28
=hODL
-END PGP SIGNATURE-


Accepted:
libpng-dev_1.5.7-2_amd64.deb
  to main/libp/libpng/libpng-dev_1.5.7-2_amd64.deb
libpng15-15-udeb_1.5.7-2_amd64.udeb
  to main/libp/libpng/libpng15-15-udeb_1.5.7-2_amd64.udeb
libpng15-15_1.5.7-2_amd64.deb
  to main/libp/libpng/libpng15-15_1.5.7-2_amd64.deb
libpng_1.5.7-2.debian.tar.bz2
  to main/libp/libpng/libpng_1.5.7-2.debian.tar.bz2
libpng_1.5.7-2.dsc
  to main/libp/libpng/libpng_1.5.7-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/e1rkeeq-0004h9...@franck.debian.org



Accepted muse 2.0~rc2-1 (source amd64)

2012-01-09 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 13:48:59 +0100
Source: muse
Binary: muse
Architecture: source amd64
Version: 2.0~rc2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 muse   - Qt4-based audio/MIDI sequencer
Changes: 
 muse (2.0~rc2-1) unstable; urgency=low
 .
   * New upstream RC.
   * Refresh 1001-buildsystem.patch
Checksums-Sha1: 
 190602953669a1162b9d011facd60d7e5d796add 2090 muse_2.0~rc2-1.dsc
 4676ab27e7f97cce5c002c46cdafca2945f7 3307829 muse_2.0~rc2.orig.tar.gz
 37e47cdbc82724f485ece11082d6b4a837e16920 38437 muse_2.0~rc2-1.debian.tar.gz
 e4611be5cfb2f5bda70178fe79136605980eb517 3734566 muse_2.0~rc2-1_amd64.deb
Checksums-Sha256: 
 9cbb0c1ebc951ac0205fedae66f5fbb87235c3e9160de0a116b0d417a0f8fe96 2090 
muse_2.0~rc2-1.dsc
 a1e58fd9134cb6e68ddcd472a6c84268fec1338e0c6a2fb9b4aa036261685bce 3307829 
muse_2.0~rc2.orig.tar.gz
 0069b8dd5fe06cb19e3a77ea2525b094a6453177a7bc12dd6813768d5147ef34 38437 
muse_2.0~rc2-1.debian.tar.gz
 34c1335fcdc7f215d9ae92b628e94f978ff8fd81cabfa50c21e3aee64c89c477 3734566 
muse_2.0~rc2-1_amd64.deb
Files: 
 6408f45b19ef8d37c9ae3b027b14f275 2090 sound optional muse_2.0~rc2-1.dsc
 6ddcac479696db8cc4d291e2a6881f92 3307829 sound optional 
muse_2.0~rc2.orig.tar.gz
 04b6145557bed7c9c0d897918dc9379e 38437 sound optional 
muse_2.0~rc2-1.debian.tar.gz
 b5349e6d6d740a4fc4cb8ec17fea800f 3734566 sound optional 
muse_2.0~rc2-1_amd64.deb

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

iQIcBAEBCgAGBQJPCuasAAoJEOikiuUxHXZau0cP+wSYYXNaWpdcMO4zQweIE5Ba
sBJ78HS4pSsjrCY2wfDV5GEE8rXO0YQedihDYyvaqh7gTsLsWKOCLyDoD/3+yV+m
v8CmMYJdUr2Dui1c6J5eQgIRJgZiTdyPSBMyQIJMz8M3ug/tFEfA9TC6uJqGh2p1
IspEM0oWlbtkOjG3134AO/CeOJfasN4KqrYdh5R6guDC0oLxlToXGt6+4OaFhJxq
6CkRJO+UB/VP/A/gGcAW0LMM+IiqgxsBhrXrQItC+npaT2mmZ/gkqu7LzvzLMbov
dvNuqI6tm4rZFtMp4Mu+A+Ih1s79iDPhqIFjlZT8IQXOyBWW+W7abOc6Ii0QWGx1
AcTSBPtmqaPywKXszjJhfP1AKehMn0e2oQ4nl4f0bfzpo+/MixXo27jWTZ68zbXm
RcpIWCVU784w9eY9yJWN4rx/t99c1owPoUrgtG42YY9IXFEdawvUE8QBhlW+K3NB
lPCq3oznSgOYjCwe1z8wz8vgxC9eAPzqNINI4Rl0BCb2ZzVLPA65xhiAzpamT4vO
jBVGvzq64UswSBxmI1EsdqiVDWsfbiODNIBwC35Uspo1JF7FGXIFt6jxRkNPZ6XD
+HXxtc50xauSqJntMDcMHGDE5+yngpqxyy1Rn9SpBfAMZgjAosW+opZ7UcrkOGEf
f6bkmHIvxh1M6aqWZ++2
=ca0Y
-END PGP SIGNATURE-


Accepted:
muse_2.0~rc2-1.debian.tar.gz
  to main/m/muse/muse_2.0~rc2-1.debian.tar.gz
muse_2.0~rc2-1.dsc
  to main/m/muse/muse_2.0~rc2-1.dsc
muse_2.0~rc2-1_amd64.deb
  to main/m/muse/muse_2.0~rc2-1_amd64.deb
muse_2.0~rc2.orig.tar.gz
  to main/m/muse/muse_2.0~rc2.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/e1rkf7t-0007wa...@franck.debian.org



Accepted git 1:1.7.8.3-1 (source all)

2012-01-09 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jan 2012 16:45:46 -0600
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 654596
Changes: 
 git (1:1.7.8.3-1) unstable; urgency=medium
 .
   * new upstream point release.
   * debian/git.preinst: on upgrade from git = 1:1.7.7-1, replace
 /usr/lib/git-core/git with a copy of itself.  This prevents are the
 same file errors when replacing hard links to the old copy with
 symlinks using mv (thx Jon Dowland and Anders Kaseorg; closes:
 #654596).
Checksums-Sha1: 
 045c71bf0027d3d715923951a9c439a01b70150c 1911 git_1.7.8.3-1.dsc
 e5eb8c289b69d69fd08c81b587a06eb5dd2b5c1c 3543164 git_1.7.8.3.orig.tar.gz
 bb2a1849b52b9ade8f2bd8b2e5fe81c72487d6ff 476950 git_1.7.8.3-1.diff.gz
 7b2dbd0d1b1b64afdfab9e879c6e35782ec4a7e2 2213296 git-doc_1.7.8.3-1_all.deb
 9f963133cef98c582312729043fcae051bf10062 443350 git-arch_1.7.8.3-1_all.deb
 c1fe8c9d74d9801f4d797f28acb0243c65de968f 513566 git-cvs_1.7.8.3-1_all.deb
 4a301f2472bde04c41862c5b4f4762423bf6a51e 500570 git-svn_1.7.8.3-1_all.deb
 dcc8cbfe8913f7222ac5bf951823533b624bc827 431672 
git-daemon-run_1.7.8.3-1_all.deb
 20d928d30e106cfc6e9e194dce09890ebafdf903 432844 
git-daemon-sysvinit_1.7.8.3-1_all.deb
 0498302013290b78dccdc811675c2e6ce1e8ee92 448608 git-email_1.7.8.3-1_all.deb
 82a0bdd0e749632dd41018b06492f952f3b18980 706362 git-gui_1.7.8.3-1_all.deb
 ea4f7c405f6a38bdcc6d488a46651641eb4c9b63 554214 gitk_1.7.8.3-1_all.deb
 bbe2fe61b7b514d81d2d90816727fbd2bac8cce4 433914 gitweb_1.7.8.3-1_all.deb
 a6f9d884b7e963aa56c672042de087e3d3fdff13 429962 git-all_1.7.8.3-1_all.deb
 dd0d488f0bf62fcf23c96804929ea612a02ff3f2 1330 git-core_1.7.8.3-1_all.deb
 39fd2d3d4eba1bc27c9af870ada9bc0e83994eb6 452992 git-el_1.7.8.3-1_all.deb
 e53365bd7d2122609d09a7d26d0a3376764abffb 1035852 git-man_1.7.8.3-1_all.deb
Checksums-Sha256: 
 00421b4da384bc65079b1fd7cf292f0f382590f43dfc15cc5d2309b601859fa9 1911 
git_1.7.8.3-1.dsc
 77f52b7104a107e0fbe1ce85b3f35c97f029fab92cd35a3909015ca169af505d 3543164 
git_1.7.8.3.orig.tar.gz
 1c9a4ba15a7c6f5452baf17a1ccfe62fa14ac257c6088d2bbcd952096e3cc469 476950 
git_1.7.8.3-1.diff.gz
 71b32e6cb9bfdd402d4b9744cc283e7004429c1b7713bfd38b99d54f964fd2d5 2213296 
git-doc_1.7.8.3-1_all.deb
 b5b59f769039e57c51fbed760cef715bb91cc8ecb243842c80d21cf87edc4bff 443350 
git-arch_1.7.8.3-1_all.deb
 19beadf504f0b9c9a861c37ddb4e7e7269f2339c0b2719903c85864ea3ccbe80 513566 
git-cvs_1.7.8.3-1_all.deb
 6687fa4dffea7533e08efa44527892c366becd5f9dd4690284744fa75db439b1 500570 
git-svn_1.7.8.3-1_all.deb
 6e4228c4ea055a544be66834675dca8de93781a9e44967caad2cbc658f970225 431672 
git-daemon-run_1.7.8.3-1_all.deb
 043439be0fcd231d8dde0514ca3f05f7bd9bc044cbfc523b32f12f869683cdfa 432844 
git-daemon-sysvinit_1.7.8.3-1_all.deb
 daf2e0337a392b64589bda848cd5a30dcc18c4fad2123623bf8f97dfe68bbaca 448608 
git-email_1.7.8.3-1_all.deb
 b98fb7384f2e1e6ada7e1dd8167d90e4f57617ecd815443e2496467ca94e1692 706362 
git-gui_1.7.8.3-1_all.deb
 02313a176f497757ddc4da25ced0e1126638ca18ebe64591890a9f6fb4be5d2c 554214 
gitk_1.7.8.3-1_all.deb
 5bc9ceb3420151f9246fea83976c6d0db01091070b09e39f1aa67901b145bd74 433914 
gitweb_1.7.8.3-1_all.deb
 d483d3806905ba3fe5b3c907a9c3541b4bfc3f832aefb3c6c703f6560716b60a 429962 
git-all_1.7.8.3-1_all.deb
 729c3722a58e4eb591ca3147fc6d5a88e9ed082d8181f7fcaee608491452c7d8 1330 
git-core_1.7.8.3-1_all.deb
 9129ca251beba8b01266b807b86aba51d967006b580ed52e6d778438fca7e1ff 452992 
git-el_1.7.8.3-1_all.deb
 

Accepted git 1:1.7.9~rc0-1 (source all)

2012-01-09 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jan 2012 17:06:55 -0600
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.9~rc0-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.9~rc0-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * update debian/copyright.
Checksums-Sha1: 
 de4870899dfe92a43193effc30284ced39a0a1bb 1925 git_1.7.9~rc0-1.dsc
 c4a04c92ce9a501ba11cfd0032b1f8371aa6536e 3602095 git_1.7.9~rc0.orig.tar.gz
 9698c6dd9e7757cd5b43867e9a2e4141f92c54b2 481594 git_1.7.9~rc0-1.diff.gz
 b41b9656fbdf652424cd3c198c28507c1a84d663 2251670 git-doc_1.7.9~rc0-1_all.deb
 d866d1ee91ffd9b867462eb9529ca816063a05b0 448106 git-arch_1.7.9~rc0-1_all.deb
 eb138621d3189c73008cded6534e13544df48759 517492 git-cvs_1.7.9~rc0-1_all.deb
 2ad8dfad23d77bc4aae017bbe21622160c6a963f 504552 git-svn_1.7.9~rc0-1_all.deb
 1313506bc640d8bd2dcd61ffd3f8d8af97fdf5cf 435316 
git-daemon-run_1.7.9~rc0-1_all.deb
 b947f4bc4d3beedef622e9e4acb861370afd31b9 436890 
git-daemon-sysvinit_1.7.9~rc0-1_all.deb
 e672af3f2f554cf14ee66bb58d4a28d4bc4f29bd 453538 git-email_1.7.9~rc0-1_all.deb
 11e877251169c114ca34fc2a7a749c04a08d39f2 713892 git-gui_1.7.9~rc0-1_all.deb
 c161d0a8fcea4da107d857544f7617b48a3a7373 559078 gitk_1.7.9~rc0-1_all.deb
 aa4dd143319fbe0c6077e91478f10d1b2259e68e 437972 gitweb_1.7.9~rc0-1_all.deb
 e80ae043b8488c85022b388917233f7d737b8e59 433550 git-all_1.7.9~rc0-1_all.deb
 8d60a545d9eac723a3588bd5d5801a8b9fa36ac6 1330 git-core_1.7.9~rc0-1_all.deb
 bf2a57f93feceede783f55e84178fb513b6b2423 457472 git-el_1.7.9~rc0-1_all.deb
 845379fc168622626d5b12469ecf2538661db8fe 1055230 git-man_1.7.9~rc0-1_all.deb
Checksums-Sha256: 
 60733a961c1cdcea7e7eca48884e01e9350c59bb78fab9ba1360cf48511e87c9 1925 
git_1.7.9~rc0-1.dsc
 aeffd59d4aafff7b5e6071a5dac9b12029ea2a8851fe04a18c7df35dc8246dcb 3602095 
git_1.7.9~rc0.orig.tar.gz
 955862de992ee037f8766caf773957453d2f089a6b6b279fefee5caeed1b493c 481594 
git_1.7.9~rc0-1.diff.gz
 91c09acbfeaf517d53807397466956d5d7a9cae8dec70ccc4c541db9aabf3eaf 2251670 
git-doc_1.7.9~rc0-1_all.deb
 7102dba963b7c1c66de5f7913d665686702f2c7a4e70bad9d21600ef076aa4bc 448106 
git-arch_1.7.9~rc0-1_all.deb
 a619f30b17d5868e561b505c89c8c946d31a095e2de5f0c6e021b05d92166523 517492 
git-cvs_1.7.9~rc0-1_all.deb
 7cd8295e5b1a5850bb0526d8aa4ee499d492a55f6faeef9d18667eeceb68221d 504552 
git-svn_1.7.9~rc0-1_all.deb
 ef90c6ce7280683eea77ad8df9287f153620822c8a24a847a3f7b88024f15288 435316 
git-daemon-run_1.7.9~rc0-1_all.deb
 bf2017a91b64656a9f9746cc6350c009dbdd386d7ac77c390a998acfe379e445 436890 
git-daemon-sysvinit_1.7.9~rc0-1_all.deb
 2f69c5e68bf428b54aa922f7f084c9b4e9050a56aae3ddbd33e19994757cacf7 453538 
git-email_1.7.9~rc0-1_all.deb
 ad110815957d62d360af5183998dad7675e8ca53c36aebb502b02bf3bb8b5ed4 713892 
git-gui_1.7.9~rc0-1_all.deb
 bd51665d80b3c020ea2a83a81efc5a6537b0a7dac40a38e88a635e1af430347e 559078 
gitk_1.7.9~rc0-1_all.deb
 cf92caf2ff9289a14e9cd4fc890344efdfaee6e3dd739570a8432682c35f3135 437972 
gitweb_1.7.9~rc0-1_all.deb
 da55b9df5cb14d0e0dbd40f8158dad37e072a095e123721b47d1a4c81c46eea1 433550 
git-all_1.7.9~rc0-1_all.deb
 41b2e8cdcf2708ae783e6a8618052baf123c122ff0491af98b746e21e85e3f4a 1330 
git-core_1.7.9~rc0-1_all.deb
 14f002761136ae86add6d0069323b27b7789770a2b332cd656f01da25037ad3a 457472 
git-el_1.7.9~rc0-1_all.deb
 3550bfc9a62214c77d96abb672c23a4c58502fab1190101dfbb2da836d2bd43c 1055230 
git-man_1.7.9~rc0-1_all.deb
Files: 
 a21ca6df3246f7ce96d15f5133ffbb2e 1925 vcs optional git_1.7.9~rc0-1.dsc
 b457d31b2baa72cd97339753d0c9b190 3602095 vcs optional 

Accepted poco 1.4.2p1-9 (source amd64)

2012-01-09 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 14:04:30 +0100
Source: poco
Binary: libpoco-dev libpococrypto11-dbg libpococrypto11 libpocodata11-dbg 
libpocodata11 libpocodatamysql11-dbg libpocodatamysql11 libpocodataodbc11-dbg 
libpocodataodbc11 libpocodatasqlite11-dbg libpocodatasqlite11 
libpocofoundation11-dbg libpocofoundation11 libpoconet11-dbg libpoconet11 
libpoconetssl11-dbg libpoconetssl11 libpocoutil11-dbg libpocoutil11 
libpocoxml11-dbg libpocoxml11 libpocozip11-dbg libpocozip11
Architecture: source amd64
Version: 1.4.2p1-9
Distribution: experimental
Urgency: low
Maintainer: Krzysztof Burghardt krzysz...@burghardt.pl
Changed-By: Cristian Greco crist...@debian.org
Description: 
 libpoco-dev - C++ Portable Components (POCO) Development files
 libpococrypto11 - C++ Portable Components (POCO) Crypto library
 libpococrypto11-dbg - C++ Portable Components (POCO) Crypto library (debug 
version)
 libpocodata11 - C++ Portable Components (POCO) Data library
 libpocodata11-dbg - C++ Portable Components (POCO) Data library (debug version)
 libpocodatamysql11 - C++ Portable Components (POCO) Data MySQL library
 libpocodatamysql11-dbg - C++ Portable Components (POCO) Data MySQL library 
(debug version)
 libpocodataodbc11 - C++ Portable Components (POCO) ODBC library
 libpocodataodbc11-dbg - C++ Portable Components (POCO) Data ODBC library 
(debug version)
 libpocodatasqlite11 - C++ Portable Components (POCO) Data SQLite library
 libpocodatasqlite11-dbg - C++ Portable Components (POCO) Data SQLite library 
(debug version
 libpocofoundation11 - C++ Portable Components (POCO) Foundation library
 libpocofoundation11-dbg - C++ Portable Components (POCO) Foundation library 
(debug version)
 libpoconet11 - C++ Portable Components (POCO) Network library
 libpoconet11-dbg - C++ Portable Components (POCO) Network library (debug 
version)
 libpoconetssl11 - C++ Portable Components (POCO) Network library with SSL
 libpoconetssl11-dbg - C++ Portable Components (POCO) Network library with SSL 
(debug ve
 libpocoutil11 - C++ Portable Components (POCO) Util library
 libpocoutil11-dbg - C++ Portable Components (POCO) Util library (debug version)
 libpocoxml11 - C++ Portable Components (POCO) XML library
 libpocoxml11-dbg - C++ Portable Components (POCO) XML library (debug version)
 libpocozip11 - C++ Portable Components (POCO) Zip library
 libpocozip11-dbg - C++ Portable Components (POCO) Zip library (debug version)
Changes: 
 poco (1.4.2p1-9) experimental; urgency=low
 .
   * fix-odbc-testsuite-armel.patch: new patch, disable building of
 the Data/ODBC/SQLExecutor test object on armel.
   * debian/testrunner.sh:
 - copy additional test files from data/ dir, if any. This should fix
   the SharedMemoryTest::testCreateFromFile test.
 - also enable Zip library tests (which will now succeed thanks
   to the previous change).
Checksums-Sha1: 
 1d34486e5194968ce319432a7177894c724b5ad5 3286 poco_1.4.2p1-9.dsc
 8364237ed840fac262fe931443d53bc5f368c1ce 12621 poco_1.4.2p1-9.debian.tar.gz
 64c66ea286c691f1a789bc8c46e78249565e0d71 594372 libpoco-dev_1.4.2p1-9_amd64.deb
 f77602890f5732aebcd3cdcd5b2dcabd7e744f87 307066 
libpococrypto11-dbg_1.4.2p1-9_amd64.deb
 6f6e870ffb1bf73de08ef25227a715495e73bd58 90296 
libpococrypto11_1.4.2p1-9_amd64.deb
 ba0380fd18c79737525e3f75f1c65789fc0b9fd4 695442 
libpocodata11-dbg_1.4.2p1-9_amd64.deb
 f6bc96b817668025673ad300a727a43bd3ea3c71 156866 
libpocodata11_1.4.2p1-9_amd64.deb
 ad8f4e002934fe5e452e5a0d57a5ca894b5270a5 400666 
libpocodatamysql11-dbg_1.4.2p1-9_amd64.deb
 e1dbecb1a7e69be98f50bd8f399a1fbbc8ffcde2 76790 
libpocodatamysql11_1.4.2p1-9_amd64.deb
 a01dacf4a5ef3c9d78b4dd0a327f504cb01025a0 748798 
libpocodataodbc11-dbg_1.4.2p1-9_amd64.deb
 fc486716f9206d9e76142738cc8632c28c9e0f55 112708 
libpocodataodbc11_1.4.2p1-9_amd64.deb
 cabfccb6e1b96f184cd90eda349e725b34c8f061 355614 
libpocodatasqlite11-dbg_1.4.2p1-9_amd64.deb
 80c91f172de317a65abd07640495c78accf7af92 100784 
libpocodatasqlite11_1.4.2p1-9_amd64.deb
 6e5afca603f73f906629a881b92a5fbb454f7af9 2407586 
libpocofoundation11-dbg_1.4.2p1-9_amd64.deb
 c26da0b9233fff3fb93b8ce8af41f31d78d26825 518156 
libpocofoundation11_1.4.2p1-9_amd64.deb
 bddc377eb1f3f70e4470fbb2c6fa5032410ba21e 1714078 
libpoconet11-dbg_1.4.2p1-9_amd64.deb
 b96d56f25dea31531e5514eedeb3fbf80fa47aba 344550 
libpoconet11_1.4.2p1-9_amd64.deb
 69cc5a56504a5dddb64a716d92db17b5ddf94c31 856686 
libpoconetssl11-dbg_1.4.2p1-9_amd64.deb
 f398e739b80675f0945bb9e8209a8103591b27eb 158014 
libpoconetssl11_1.4.2p1-9_amd64.deb
 aa445967091d3aed96a26bbf27b8dbce67c87dbd 871700 
libpocoutil11-dbg_1.4.2p1-9_amd64.deb
 db8991311ba6e9cfad8d52a9c7e6badc3227e39d 178406 
libpocoutil11_1.4.2p1-9_amd64.deb
 93d67be237f46be1572a30fef4e8e3c6b09b2e6f 826004 
libpocoxml11-dbg_1.4.2p1-9_amd64.deb
 fdb35c0dda871c25554d165c874a8f5b4e5586c7 182058 
libpocoxml11_1.4.2p1-9_amd64.deb
 3a35da0cb4b75b961e0613f1c88d6b27686a5d22 739296 

Accepted transifex-client 0.6.1-1 (source all)

2012-01-09 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 14:27:43 +0100
Source: transifex-client
Binary: transifex-client
Architecture: source all
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas ja...@resenje.org
Changed-By: Janos Guljas ja...@resenje.org
Description: 
 transifex-client - Command line interface for Transifex
Changes: 
 transifex-client (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 358ac233502bbe21ba1c8c6a1f62a04a056072e2 2109 transifex-client_0.6.1-1.dsc
 4bbdcc03285b78d2e5512f30885e8ef4e25080c4 33136 
transifex-client_0.6.1.orig.tar.gz
 6984b1681e1b3a6629c9e809a403c7cc437d8c84 2487 
transifex-client_0.6.1-1.debian.tar.gz
 00062c101eb65ea28bdc1b579429344ac26d75ba 29680 transifex-client_0.6.1-1_all.deb
Checksums-Sha256: 
 001eb1173665e57e8f2dfe2254eb7850ea2a330bb361c310b6f6e5c1c2006853 2109 
transifex-client_0.6.1-1.dsc
 f7ee31630f4739ece9eb9bd2ea5e4621d96235503dc9492c19f8e5b8a21744aa 33136 
transifex-client_0.6.1.orig.tar.gz
 0af7684b54197d61f8b266f7dfe2ab6b25cf668bf839cfb4c4bad647548019c9 2487 
transifex-client_0.6.1-1.debian.tar.gz
 fe8858f212e7f5e13ad8a4db9366fc6461bf247e591c7dba870614a6a0907d1f 29680 
transifex-client_0.6.1-1_all.deb
Files: 
 0eff0f39da03a50519e1fd6fdaa62911 2109 python optional 
transifex-client_0.6.1-1.dsc
 307357240a704ebe140f76c42349d837 33136 python optional 
transifex-client_0.6.1.orig.tar.gz
 dd09ef177f9c53636b86a3e6f7b84516 2487 python optional 
transifex-client_0.6.1-1.debian.tar.gz
 d2a99b48a38ae9a236020eb3e7bfa824 29680 python optional 
transifex-client_0.6.1-1_all.deb

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

iQIcBAEBCAAGBQJPCuz8AAoJEJ5QnJPSbfnTilUQAJyOosAtADNKlHQ7qA/Xqfqh
tzDC3Nl+jft4AAY115o7cQDZs0J867/meWt7mXlzvYToIysX6wZ2q0TsaGc4PgpF
Y8WxTtV5g2I2wvGj9FKCcK6Qy7yKd3DAUmBixysNnt83EGWjLJjUjhGCvtxe6PjB
33w+1lDh4JIhSdZvFWFPwVNnvS2i6v1i4PBkVJaCde2yRfJI2hyFrvGgq/zQDBoK
j4i4+AcGeb8L5MvzXO7eGaIdHToYjXEzhIh91q3qKZIpPk7x/vZIx/EpEllglMnn
utTWRwRUSZeIv1RLtLV0/AsGo1LTaXfup3ELIHWkZnwM0dNEbbktXxDLLzpoG1Fk
po0trMznNC/XiBh1cdjxS4Zm1OgrE5ya9Ow17uRwoXa9gTlBuhj5rIjElWJbPMgz
e7F+qnehdrPFiaxQPRFVnEMkkUUNr8of36o1MWpBOhH8dZKm1tgQYC6Ytr2PC+Mp
epx9NIylV1nFGghzeGEjwXJYO02d2u2id9MHGAiagSENAY13SBOBmeyXYvHYnyNJ
q1gGm+dX0llX0iAydp5OOcd9PX5g80KTZBTBotnLjPKJ7kIjZoMnN3JywtJQUyij
pFzeCfSVgRj62v9uGapWo42V0Zhs7V6s8lLHzWmHCB3uFx/UK35VD/1/0pBcCvqO
nS4PE/S1/8gVe4YDwSJo
=kudq
-END PGP SIGNATURE-


Accepted:
transifex-client_0.6.1-1.debian.tar.gz
  to main/t/transifex-client/transifex-client_0.6.1-1.debian.tar.gz
transifex-client_0.6.1-1.dsc
  to main/t/transifex-client/transifex-client_0.6.1-1.dsc
transifex-client_0.6.1-1_all.deb
  to main/t/transifex-client/transifex-client_0.6.1-1_all.deb
transifex-client_0.6.1.orig.tar.gz
  to main/t/transifex-client/transifex-client_0.6.1.orig.tar.gz


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



Accepted authres 0.3-1 (source all)

2012-01-09 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 08:54:49 -0500
Source: authres
Binary: python-authres python3-authres
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-authres - RFC 5451 Authentication Results Header manipulation for Python
 python3-authres - RFC 5451 Authentication Results Header manipulation for 
Python3
Changes: 
 authres (0.3-1) unstable; urgency=low
 .
   * New upstream release
 - Slightly adjusted function input order
 - Now supports generation of comments
 - Generates and parses (less comment parsing) all RFC 5451 examples
Checksums-Sha1: 
 c439734503c35ad629b646d7da848ec73a14fb03 1397 authres_0.3-1.dsc
 0334f6855e4fd2139042db2be017500beaddfab5 12755 authres_0.3.orig.tar.gz
 d67c38e74935ea8ecd3986588b4998b117f2d9b2 2067 authres_0.3-1.diff.gz
 bcdb5f140e17a514b7f4647679bc41c9c568cf0e 11320 python-authres_0.3-1_all.deb
 81db7eb08d6ad471a7ce975ac92ead73574395a4 11092 python3-authres_0.3-1_all.deb
Checksums-Sha256: 
 e06f7e778d41cfcc49a5cce78da2fa87aafffd9e3af36162b33d6fe056c10e4f 1397 
authres_0.3-1.dsc
 94342a0a0f1d95468e5d58769ba8aeaf0c887571014f8274649f93bfd9250700 12755 
authres_0.3.orig.tar.gz
 4cd1a5fc04c5477405f656b7de447b73118040c2d7722fdccfb7889176d56e32 2067 
authres_0.3-1.diff.gz
 42d0a59eeeb3421fe60d8e2673a738b6dc1d75698ba21fa49ac2af104c1a04ec 11320 
python-authres_0.3-1_all.deb
 4806526194d70417b3df836a32e48e2dd88feac213d776749ba9cf4640e087ee 11092 
python3-authres_0.3-1_all.deb
Files: 
 be4b1f55c515ab29054f456bfce77fde 1397 python optional authres_0.3-1.dsc
 4ee14e89e57a368d85a7dab7d8201c2e 12755 python optional authres_0.3.orig.tar.gz
 0f4eafd6975ae4b43ef2d314109646a9 2067 python optional authres_0.3-1.diff.gz
 bfdbd62847fd6121914f2494b774700c 11320 python optional 
python-authres_0.3-1_all.deb
 96fbae87888997f0f406e59b71967782 11092 python optional 
python3-authres_0.3-1_all.deb

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

iEYEARECAAYFAk8K8vUACgkQHajaM93NaGqPewCgltSKsEVqweMHuZWGICAM9ySf
cFYAmwW2U4lomUIMzuC2h4h5u+VuRqbK
=oIp1
-END PGP SIGNATURE-


Accepted:
authres_0.3-1.diff.gz
  to main/a/authres/authres_0.3-1.diff.gz
authres_0.3-1.dsc
  to main/a/authres/authres_0.3-1.dsc
authres_0.3.orig.tar.gz
  to main/a/authres/authres_0.3.orig.tar.gz
python-authres_0.3-1_all.deb
  to main/a/authres/python-authres_0.3-1_all.deb
python3-authres_0.3-1_all.deb
  to main/a/authres/python3-authres_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/e1rkgvk-0007ip...@franck.debian.org



Accepted ghc 7.4.0.20120108-1 (source all amd64)

2012-01-09 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 13:22:18 +0100
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-dynamic ghc-haddock ghc6 ghc6-doc ghc6-prof
Architecture: source all amd64
Version: 7.4.0.20120108-1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-dynamic - Dynamic libraries for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
 ghc6   - transitional dummy package
 ghc6-doc   - transitional dummy package
 ghc6-prof  - transitional dummy package
Changes: 
 ghc (7.4.0.20120108-1) experimental; urgency=low
 .
   * s/armef/armhf/ in debian/control
   * New upstream release, drop all patches introduced in 7.4.0.20111219-3,
 applied upstream.
Checksums-Sha1: 
 15f07fc16bc3167b1d33c71f9820a4ab207140e1 1686 ghc_7.4.0.20120108-1.dsc
 3357056dbb2f7a664424d1a6533b4d2f760d52cf 25272145 
ghc_7.4.0.20120108.orig.tar.bz2
 aa1497008e521cb6b137367cda2a6c24c5317cd8 44843 
ghc_7.4.0.20120108-1.debian.tar.gz
 e0e252c00effcedf205cc8ec9b2ed9866be3fb4c 13823730 
ghc-doc_7.4.0.20120108-1_all.deb
 c91a8fea215fd0e955893a33f82ffdd90e15f120 26010 ghc6_7.4.0.20120108-1_all.deb
 1841d92f0a9ca6399c915cf2f64b7b91e2be7aa2 26140 
ghc6-doc_7.4.0.20120108-1_all.deb
 60f5cd882a7dfc6474e11495af1ef5a4c5f5cbf0 25684 
ghc6-prof_7.4.0.20120108-1_all.deb
 171ea6fd697379199cf9d468a7dfcefa8b43e8e6 45703298 
ghc_7.4.0.20120108-1_amd64.deb
 5926a68e2a62a72ea3c37adf894b9767cd75 44211880 
ghc-prof_7.4.0.20120108-1_amd64.deb
 8d6b50ca6810f2d257379db6dacf3daf1ebe6574 20629906 
ghc-dynamic_7.4.0.20120108-1_amd64.deb
 513c333ea6466c9fae80bbe4c81fc92f0eee04c4 6737278 
ghc-haddock_7.4.0.20120108-1_amd64.deb
Checksums-Sha256: 
 feb34fea9192e3651a27c6933481977c0d8c4c5567e1956c45ba8ba29c1be147 1686 
ghc_7.4.0.20120108-1.dsc
 fab5ec7e088011a05eaffec66ec7ae1eae5fcb903bb4d54bb2090a5a826ebe43 25272145 
ghc_7.4.0.20120108.orig.tar.bz2
 733bb0478cf7f4ebfa30b8c65e95d5855ca7c9fc8832c5d3efe8b3b4e445ec1c 44843 
ghc_7.4.0.20120108-1.debian.tar.gz
 5134ef3079bbe52d69e93e52a45e28d1383566b0f7bdfb098b290beb5071a602 13823730 
ghc-doc_7.4.0.20120108-1_all.deb
 3b5f42de6256c1d5453fae2240ffb3c12412549103900c73704ce5eb2aea8993 26010 
ghc6_7.4.0.20120108-1_all.deb
 f0604ac2267a6697aabed5e1115d2ace3bb4e11f1c72b2dd8be3ecd48124d74b 26140 
ghc6-doc_7.4.0.20120108-1_all.deb
 bbd0831fd0430a4eec60a727dbe512f99631a8c692cec299a6e409226deff1a3 25684 
ghc6-prof_7.4.0.20120108-1_all.deb
 3050f23be9e351fbc144fdce78c4df2dadfcec377cbd75ff4403952c26ff0f2b 45703298 
ghc_7.4.0.20120108-1_amd64.deb
 72479d5f93e3602d047cc7be6f00a53358a03729eef906ba078abb87751105c1 44211880 
ghc-prof_7.4.0.20120108-1_amd64.deb
 75ae1d9f1e4ed2f24e4ee87d020cdeabc1834598fc5a1a05e28cae8bf41bcd46 20629906 
ghc-dynamic_7.4.0.20120108-1_amd64.deb
 d6444ea70153465672a7638b5b5096766159c7c3574aad0a9d270c365b6eb041 6737278 
ghc-haddock_7.4.0.20120108-1_amd64.deb
Files: 
 83db5eb888fe00afcfc8049308f33bcd 1686 haskell extra ghc_7.4.0.20120108-1.dsc
 4e0241014c1942c8619f80846113dcc6 25272145 haskell extra 
ghc_7.4.0.20120108.orig.tar.bz2
 99bd9c405da9aebc9553e4e9bc22e7f4 44843 haskell extra 
ghc_7.4.0.20120108-1.debian.tar.gz
 b5e5d89d58af83699b4786ec57f2aa78 13823730 doc extra 
ghc-doc_7.4.0.20120108-1_all.deb
 7943cc503f9bed7e0cdc009fbd429c29 26010 haskell extra 
ghc6_7.4.0.20120108-1_all.deb
 7f583a9ed7ca4746cfdc634fbbf8d5a8 26140 doc extra 
ghc6-doc_7.4.0.20120108-1_all.deb
 62878e4d8b4a6d76f9d948fe87784483 25684 haskell extra 
ghc6-prof_7.4.0.20120108-1_all.deb
 efc7087995bd73b9dd8bb52731cbb32c 45703298 haskell extra 
ghc_7.4.0.20120108-1_amd64.deb
 811d9fb988bf03c171b15afb1f02fe9e 44211880 haskell extra 
ghc-prof_7.4.0.20120108-1_amd64.deb
 26d30938c451b8728d526c81f3609f46 20629906 haskell extra 
ghc-dynamic_7.4.0.20120108-1_amd64.deb
 1b879b3bd8efec6e0e2e97b532b74959 6737278 haskell extra 
ghc-haddock_7.4.0.20120108-1_amd64.deb

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

iEYEARECAAYFAk8K8VAACgkQ9ijrk0dDIGyHHACggmLQQMfc8iPp4QYM5hf12m/1
FCgAoMI3RT5Gn/hYHHx70o1dbDjAgyS9
=DLqx
-END PGP SIGNATURE-


Accepted:
ghc-doc_7.4.0.20120108-1_all.deb
  to main/g/ghc/ghc-doc_7.4.0.20120108-1_all.deb
ghc-dynamic_7.4.0.20120108-1_amd64.deb
  to main/g/ghc/ghc-dynamic_7.4.0.20120108-1_amd64.deb
ghc-haddock_7.4.0.20120108-1_amd64.deb
  to main/g/ghc/ghc-haddock_7.4.0.20120108-1_amd64.deb
ghc-prof_7.4.0.20120108-1_amd64.deb
  to main/g/ghc/ghc-prof_7.4.0.20120108-1_amd64.deb
ghc6-doc_7.4.0.20120108-1_all.deb
  to main/g/ghc/ghc6-doc_7.4.0.20120108-1_all.deb
ghc6-prof_7.4.0.20120108-1_all.deb
  to main/g/ghc/ghc6-prof_7.4.0.20120108-1_all.deb
ghc6_7.4.0.20120108-1_all.deb

Accepted iceowl-l10n 1.0-2 (source all)

2012-01-09 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 15:12:06 +0100
Source: iceowl-l10n
Binary: iceowl-l10n-ca iceowl-l10n-cs iceowl-l10n-da iceowl-l10n-de 
iceowl-l10n-es-ar iceowl-l10n-es-es iceowl-l10n-et iceowl-l10n-eu 
iceowl-l10n-fr iceowl-l10n-fy-nl iceowl-l10n-ga-ie iceowl-l10n-hu 
iceowl-l10n-id iceowl-l10n-is iceowl-l10n-it iceowl-l10n-ja iceowl-l10n-lt 
iceowl-l10n-nb-no iceowl-l10n-nl iceowl-l10n-nn-no iceowl-l10n-pa-in 
iceowl-l10n-pl iceowl-l10n-pt-pt iceowl-l10n-ru iceowl-l10n-sk iceowl-l10n-sl 
iceowl-l10n-tr iceowl-l10n-uk iceowl-l10n-zh-cn iceowl-l10n-zh-tw
Architecture: source all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 iceowl-l10n-ca - Catalan/Valencian language package for Iceowl
 iceowl-l10n-cs - Czech language package for Iceowl
 iceowl-l10n-da - Danish language package for Iceowl
 iceowl-l10n-de - German language package for Iceowl
 iceowl-l10n-es-ar - Spanish (Argentina) language package for Iceowl
 iceowl-l10n-es-es - Spanish (Spain) language package for Iceowl
 iceowl-l10n-et - Estonian language package for Iceowl
 iceowl-l10n-eu - Basque language package for Iceowl
 iceowl-l10n-fr - French language package for Iceowl
 iceowl-l10n-fy-nl - Western Frisian language package for Iceowl
 iceowl-l10n-ga-ie - Irish (Ireland) language package for Iceowl
 iceowl-l10n-hu - Hungarian language package for Iceowl
 iceowl-l10n-id - Indonesian language package for Iceowl
 iceowl-l10n-is - Icelandic language package for Iceowl
 iceowl-l10n-it - Italian language package for Iceowl
 iceowl-l10n-ja - Japanese language package for Iceowl
 iceowl-l10n-lt - Lithuanian language package for Iceowl
 iceowl-l10n-nb-no - Bokmaal (Norway) language package for Iceowl
 iceowl-l10n-nl - Dutch language package for Iceowl
 iceowl-l10n-nn-no - Nynorsk (Norway) language package for Iceowl
 iceowl-l10n-pa-in - Punjabi (India) language package for Iceowl
 iceowl-l10n-pl - Polish language package for Iceowl
 iceowl-l10n-pt-pt - Portuguese (Portugal) language package for Iceowl
 iceowl-l10n-ru - Russian language package for Iceowl
 iceowl-l10n-sk - Slovak language package for Iceowl
 iceowl-l10n-sl - Slovenian language package for Iceowl
 iceowl-l10n-tr - Turkish language package for Iceowl
 iceowl-l10n-uk - Ukrainian language package for Iceowl
 iceowl-l10n-zh-cn - Chinese (China) language package for Iceowl
 iceowl-l10n-zh-tw - Chinese (Taiwan) language package for Iceowl
Changes: 
 iceowl-l10n (1.0-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 4b4730edacfda4084028bf1f8e4437c6c5b1f91a 2948 iceowl-l10n_1.0-2.dsc
 becaf5156fb23c69dc1a8eca84fd48bf89a28123 16513 iceowl-l10n_1.0-2.debian.tar.gz
 2f417619191db4920247b47c4f0991b59cdb2376 67790 iceowl-l10n-ca_1.0-2_all.deb
 34178b18024e4d41687f85d56dc801b3a002578d 68954 iceowl-l10n-cs_1.0-2_all.deb
 cc0d58a21a2471bec23035d870d945d4b65acb01 66504 iceowl-l10n-da_1.0-2_all.deb
 28e79b7a5058de756184a234fc27d8d086f7fd1e 69000 iceowl-l10n-de_1.0-2_all.deb
 d5f6143c0a6faf40a1c2fe69be7e669f434f5fd0 68622 iceowl-l10n-es-ar_1.0-2_all.deb
 d6f28903b81e7b10f6fff397fca0f4e3b1b40adf 58490 iceowl-l10n-es-es_1.0-2_all.deb
 4b8ab566c390bfe7e92fdbcf04abe6e66a580c69 68428 iceowl-l10n-et_1.0-2_all.deb
 5449f4d961032d55722cffab73b6efa19e967553 68302 iceowl-l10n-eu_1.0-2_all.deb
 933127ffafc15add1201500740333c11ca45da7f 68994 iceowl-l10n-fr_1.0-2_all.deb
 f4dd3e8de4c4136735e2201ad64beff646f0c5b0 68426 iceowl-l10n-fy-nl_1.0-2_all.deb
 6f18866eb746194fa242de928c5bfd8f188e8e4e 69290 iceowl-l10n-ga-ie_1.0-2_all.deb
 405b38651034bc2290dce4fd2bde56952ff3149d 70146 iceowl-l10n-hu_1.0-2_all.deb
 c5171d260721d75c1a1a2fa103dd3da3f7c0d37b 67186 iceowl-l10n-id_1.0-2_all.deb
 26c33a3ae14797ac7d06f24bc99b2bc2053db3e8 68136 iceowl-l10n-is_1.0-2_all.deb
 d10043cc3772d1b08c38e82ea60fef6d85b910d5 58580 iceowl-l10n-it_1.0-2_all.deb
 860de53e49055c3a2d58c1250d6b2358f64c2280 75992 iceowl-l10n-ja_1.0-2_all.deb
 4fdf70f0cafb00e219923ca2669c2c36633f5abc 70864 iceowl-l10n-lt_1.0-2_all.deb
 32f1b096749dcb3f9d4d0bdb3e8f849af21acf2c 67766 iceowl-l10n-nb-no_1.0-2_all.deb
 8dfdfaa9f36756f76c998cc7c3355e0c2afed1ee 68166 iceowl-l10n-nl_1.0-2_all.deb
 5ec69a4410d4740dbe81bfd22f94db9cd7de65f3 67772 iceowl-l10n-nn-no_1.0-2_all.deb
 9c8644d6ac3700e9fb2cc489fb0209d602d598f9 70226 iceowl-l10n-pa-in_1.0-2_all.deb
 920e2a83c21797ca6218b94cf91982fae7f9fe86 72000 iceowl-l10n-pl_1.0-2_all.deb
 f96544c222eab5e17ae2fd831869ec9ac2af73c9 68272 iceowl-l10n-pt-pt_1.0-2_all.deb
 8cd58e6cee37b4d6b127e94a5270acd24b119643 77132 iceowl-l10n-ru_1.0-2_all.deb
 a0879f2e0db248d0fc51dc532745becbfea63992 70570 iceowl-l10n-sk_1.0-2_all.deb
 9f24d9b6327a5e0f49ae25d3d77afa3fa275fca5 68986 iceowl-l10n-sl_1.0-2_all.deb
 402674bbd0fee7d13d5c9ebfea8aeb5a8f8e260c 67476 iceowl-l10n-tr_1.0-2_all.deb
 083f7d8fdcc5c30886c87fe234ca611ce113d2e3 76748 iceowl-l10n-uk_1.0-2_all.deb
 

Accepted less.js 1.2.0~20120107-1 (source all)

2012-01-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 15:13:18 +0100
Source: less.js
Binary: libjs-less node-less
Architecture: source all
Version: 1.2.0~20120107-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libjs-less - the LESS CSS meta-language - Javascript library
 node-less  - the LESS CSS meta-language - compiler and Node module
Changes: 
 less.js (1.2.0~20120107-1) unstable; urgency=low
 .
   * New snapshot of upstream Git.
   * Bump debhelper compat level to 7.
Checksums-Sha1: 
 e6cac5917a80a1f82024b8b1e4f07f62fcf6762b 2052 less.js_1.2.0~20120107-1.dsc
 55e5848bb0e3447d93c98c19912deaa5687dfd35 378988 
less.js_1.2.0~20120107.orig.tar.gz
 4822d9a9514326e86bd71d2edc383e45cc6802ea 7261 
less.js_1.2.0~20120107-1.debian.tar.gz
 e52f4378605300aeea672c6f1c0f67a5e41231f6 48618 
libjs-less_1.2.0~20120107-1_all.deb
 87d17cd9e0920b868918829c914feab8ece1a0f8 42232 
node-less_1.2.0~20120107-1_all.deb
Checksums-Sha256: 
 7ee072e0c166d48590f245e7dd5ed21db56e8bff65d5a953b07528a6c9e4ac00 2052 
less.js_1.2.0~20120107-1.dsc
 e18020a20b2c763fa5b222e30b4e6173f88201854818301f68fe5bc1c367a5e9 378988 
less.js_1.2.0~20120107.orig.tar.gz
 f43dc275315e8fdd5cdf926577b374f056b837e85c761257a3c8de977501cebf 7261 
less.js_1.2.0~20120107-1.debian.tar.gz
 e806270e6121531da564e9eca123c45bc6496ba7476ccd5a6814817740182f37 48618 
libjs-less_1.2.0~20120107-1_all.deb
 d20e9358ceb863ca2abbcadb78eba287941889d118c5a7918f95865b58b54d74 42232 
node-less_1.2.0~20120107-1_all.deb
Files: 
 71dd1bc2d91a25c12630605fd52946ac 2052 web optional less.js_1.2.0~20120107-1.dsc
 be9603a0c306f2a6ab380e363d923e73 378988 web optional 
less.js_1.2.0~20120107.orig.tar.gz
 746147e8b5dc30e9ccef9139ab410f55 7261 web optional 
less.js_1.2.0~20120107-1.debian.tar.gz
 130754d4455cad8fd704ab3d7a9c502d 48618 web optional 
libjs-less_1.2.0~20120107-1_all.deb
 a981c67f4455b0991b43b3cf5b119a4a 42232 web optional 
node-less_1.2.0~20120107-1_all.deb

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

iQIcBAEBCgAGBQJPCvbMAAoJECx8MUbBoAEhrUQP/0iMHBFOD3SKbGQ3iJKRvQwU
W+ETe1sEm7LeTDg0Y0G9GllO6VvrwK9QGpCtPdhiNO8bJXJ7fnvrh5YH1N9mQIAP
vKUXAU0saEQMTk/b5QFjxc+u4q8qRsT357qMAmyY6LZLPsm5RoGzmES6One9XK1b
JzHZ8Evh0eYe3MG3VafMuMN4ho5Oomq1OYH2LPVm6F2E2NH65nujjEXLemXIBV72
KjWCe4T8tuV6E0w+c1m34H90sIKxanzRoeBpd65maYbGEwxoLlcr2TJqRx/OFtqa
s67RnLDPX8ZrkXkfYqXr8gagIV8w7om7EdguVZSTr8G1Tb/ndMyioiCwE+FReKKI
LEXmUlv50tbOcNre+HM897qGNHeWbUMBuGzpn4galRUX+ybKSYla6rwwQmtebbaa
ue5HKs35FOzxmMGEgEBZupgGZ5y8n8w6ScPZ3weVfqJ2LKgCY3/XnPA3tSECQgeK
I8nxtEuS4CYR7/B+6VLPv3RKCZRQbf3UgEc/MK40kjF6eFLUO4hvD91r2uvuPNZD
VgV41rKAUXC6J0MpKiXLwkyVYzmBT5jByR3VmJLWcKdU0QSQ7CKu5ArFk/D+exCk
IaRqqYDjOsCGuHBtDj+c+NecA55RtqDOypSDN2nN4Fa8OJqCq8La/gf5tzy/Mvfb
MPaVVt2zJ/x7TW5Jas/p
=dnis
-END PGP SIGNATURE-


Accepted:
less.js_1.2.0~20120107-1.debian.tar.gz
  to main/l/less.js/less.js_1.2.0~20120107-1.debian.tar.gz
less.js_1.2.0~20120107-1.dsc
  to main/l/less.js/less.js_1.2.0~20120107-1.dsc
less.js_1.2.0~20120107.orig.tar.gz
  to main/l/less.js/less.js_1.2.0~20120107.orig.tar.gz
libjs-less_1.2.0~20120107-1_all.deb
  to main/l/less.js/libjs-less_1.2.0~20120107-1_all.deb
node-less_1.2.0~20120107-1_all.deb
  to main/l/less.js/node-less_1.2.0~20120107-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/e1rkgyb-0008cg...@franck.debian.org



Accepted node-uuid 1.3.3~201120104-1 (source all)

2012-01-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 15:26:50 +0100
Source: node-uuid
Binary: libjs-node-uuid node-node-uuid
Architecture: source all
Version: 1.3.3~201120104-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libjs-node-uuid - simple, fast generation of RFC4122 UUIDs - JavaScript library
 node-node-uuid - simple, fast generation of RFC4122 UUIDs - Node module
Changes: 
 node-uuid (1.3.3~201120104-1) unstable; urgency=low
 .
   * New upstream (git-)release.
Checksums-Sha1: 
 2acc56b6050f73e7ae7b37d8aa5039b3655fc17d 2071 node-uuid_1.3.3~201120104-1.dsc
 64489d4953e9de3c7310225454e1cc511eba2124 12684 
node-uuid_1.3.3~201120104.orig.tar.gz
 68dd3ea2b276912d770b720b8c0b6a60fbae6171 4230 
node-uuid_1.3.3~201120104-1.debian.tar.gz
 3e51304ed006b67b3fddd6e853b01e546a36d1c4 12360 
libjs-node-uuid_1.3.3~201120104-1_all.deb
 dff5b2681e3b61dd4c207ed2f3b71f024646d5b5 8388 
node-node-uuid_1.3.3~201120104-1_all.deb
Checksums-Sha256: 
 9ac7ce0121414453c2ef7e99ce70894f2fe8d261c1c6321b48ddbdc5142e0ea0 2071 
node-uuid_1.3.3~201120104-1.dsc
 968e5f767c6d6833cb0476a952b5237db590a9fd2a8dc280ed80d69534cc9ac6 12684 
node-uuid_1.3.3~201120104.orig.tar.gz
 92bc704e9d9f225891adb68959d3c04827431f8409cf2439373d8d9001be4e1b 4230 
node-uuid_1.3.3~201120104-1.debian.tar.gz
 fa7eabe31c92a6432611536013c6f9aecb233ba0245516fb52c90974c86505b3 12360 
libjs-node-uuid_1.3.3~201120104-1_all.deb
 41204c1613627ba48597a39390ee9a6c908de9d22bf2ce3bb61a99a279aa1685 8388 
node-node-uuid_1.3.3~201120104-1_all.deb
Files: 
 98897c3cd60d07d7dfe833c08670259e 2071 web optional 
node-uuid_1.3.3~201120104-1.dsc
 97c2c07f9a54a10b1348ee3a99eabca3 12684 web optional 
node-uuid_1.3.3~201120104.orig.tar.gz
 8f0ab43f19d0930ab336c88144958244 4230 web optional 
node-uuid_1.3.3~201120104-1.debian.tar.gz
 5331e57278d7a276b3207c5a4c492009 12360 web optional 
libjs-node-uuid_1.3.3~201120104-1_all.deb
 b96d53f588125cb75c35a312b676edfa 8388 web optional 
node-node-uuid_1.3.3~201120104-1_all.deb

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

iQIcBAEBCgAGBQJPCvxRAAoJECx8MUbBoAEhLp0P/jK0Xit+xYLqMG8JEq5BVMTZ
Emoh0W1BM3ATFimnRCnfY/IR1a/+OTeEAX9bHWyQNPemP9mImd8DrhBW/kvNAwM8
xdNa1nObSA8/Tn9ZnGpQ2bKX5qEvc1mRwyOCfOgGHIxg1SHYheZFeZOCwrY6wDTV
XCoLf2stquvRj124H19gtD+clokh2cHWkHn/xi7AgYXa2G5g+31u/v1g09JF0frv
IhFfVHFS9KaE2e/FvvEU8v3SCiggxeV/1kh1QkGHmLGyM7zjtKXithIzFOpgk+Dz
C42mYvYJ6lBXPPZttB7bhfxU8NtegLNRiYxoiU7H1Pg/g49FNygiTowM+3T8Mhuf
hiNTFBTMCjJ6Bljl72HtOuzWnZZSNVq2eCD3HsnEHgJt8YCv7smoyn57dpBegmKQ
hFGXGr/IJOP4hg1qbv+a5Q0+l2CZbvho/yy231tcZxwOgYh4Ya8ezYPUSohIHLqN
kYsOT956s06jWxmTeHmMsEHSHzdiksgPQnW6sYFhsKppfLll3rpxx8Wk655A8//5
i8WLJaz4LMxf0aj8mS9cLrPJUBlbvFstwkfMalUSQDYHBuUorCkyBAXpBRjAusJR
ayn1FdCOTvZNn9MvxDz8BWaoKcQhPAtJuuorI1T4coWRNhJwgEYhzWE5EkXVDVzF
mK5W44RT/V5qtM/TwYjo
=4e+7
-END PGP SIGNATURE-


Accepted:
libjs-node-uuid_1.3.3~201120104-1_all.deb
  to main/n/node-uuid/libjs-node-uuid_1.3.3~201120104-1_all.deb
node-node-uuid_1.3.3~201120104-1_all.deb
  to main/n/node-uuid/node-node-uuid_1.3.3~201120104-1_all.deb
node-uuid_1.3.3~201120104-1.debian.tar.gz
  to main/n/node-uuid/node-uuid_1.3.3~201120104-1.debian.tar.gz
node-uuid_1.3.3~201120104-1.dsc
  to main/n/node-uuid/node-uuid_1.3.3~201120104-1.dsc
node-uuid_1.3.3~201120104.orig.tar.gz
  to main/n/node-uuid/node-uuid_1.3.3~201120104.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/e1rkgzz-4x...@franck.debian.org



Accepted nostalgy 0.2.27+svn211-2 (source all)

2012-01-09 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 15:10:38 +0100
Source: nostalgy
Binary: xul-ext-nostalgy
Architecture: source all
Version: 0.2.27+svn211-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 xul-ext-nostalgy - keyboard shortcut extension for icedove
Changes: 
 nostalgy (0.2.27+svn211-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 e835c41e68debdf829efcd7230a5f4c41b2f2708 1345 nostalgy_0.2.27+svn211-2.dsc
 dbb8488d19f33185929d0a33986cd9c7855d1ae8 2359 nostalgy_0.2.27+svn211-2.diff.gz
 721544043b53f0131c390f544f36ea8690ed4fa4 36600 
xul-ext-nostalgy_0.2.27+svn211-2_all.deb
Checksums-Sha256: 
 2ff595efffa50e0e0b558acc905c2763b917120619693bb0d5c16ecb506f7ca8 1345 
nostalgy_0.2.27+svn211-2.dsc
 74f2feefad34d58388d39123aedbc1eb0b75316d1a7439d5a2d05de72bca72ed 2359 
nostalgy_0.2.27+svn211-2.diff.gz
 22045e24143565dfd5e958357e9c874e502afd1a30befc22b032b1221f6990b0 36600 
xul-ext-nostalgy_0.2.27+svn211-2_all.deb
Files: 
 73a03d874a2124ab48bb73eb05ca5809 1345 mail optional 
nostalgy_0.2.27+svn211-2.dsc
 c10438999c5c0d8dfd22f0925211beae 2359 mail optional 
nostalgy_0.2.27+svn211-2.diff.gz
 79f222e06aaaf8a188a09f1c5af6762a 36600 mail optional 
xul-ext-nostalgy_0.2.27+svn211-2_all.deb

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

iD8DBQFPCva3n88szT8+ZCYRAlTgAJ9kBcdDLup+guXweBqH8stdlP+jHwCeO92q
Tptrmj4BXtDCm/lUCJnoJpQ=
=oqEV
-END PGP SIGNATURE-


Accepted:
nostalgy_0.2.27+svn211-2.diff.gz
  to main/n/nostalgy/nostalgy_0.2.27+svn211-2.diff.gz
nostalgy_0.2.27+svn211-2.dsc
  to main/n/nostalgy/nostalgy_0.2.27+svn211-2.dsc
xul-ext-nostalgy_0.2.27+svn211-2_all.deb
  to main/n/nostalgy/xul-ext-nostalgy_0.2.27+svn211-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/e1rkga8-6y...@franck.debian.org



Accepted pyside-mobility 0.2.3+git4~8118106-1 (source all)

2012-01-09 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 15:37:35 +0100
Source: pyside-mobility
Binary: python-qtmobility python-qtmobility-common python-qtmobility-dev 
python-qtmobility.connectivity python-qtmobility.contacts 
python-qtmobility.feedback python-qtmobility.gallery python-qtmobility.location 
python-qtmobility.messaging python-qtmobility.multimediakit 
python-qtmobility.organizer python-qtmobility.publishsubscribe 
python-qtmobility.sensors python-qtmobility.serviceframework 
python-qtmobility.systeminfo python-qtmobility.versit
Architecture: source all
Version: 0.2.3+git4~8118106-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 python-qtmobility - Python bindings for Qt4 Mobility (big metapackage)
 python-qtmobility-common - Python bindings for Qt4 Mobility (common files)
 python-qtmobility-dev - Python bindings for Qt4 Mobility (devel files)
 python-qtmobility.connectivity - Qt4 Mobility Connectivity - Python bindings
 python-qtmobility.contacts - Qt4 Mobility Contacts - Python bindings
 python-qtmobility.feedback - Qt4 Mobility Feedback - Python bindings
 python-qtmobility.gallery - Qt4 Mobility Gallery - Python bindings
 python-qtmobility.location - Qt4 Mobility Location - Python bindings
 python-qtmobility.messaging - Qt4 Mobility Messaging - Python bindings
 python-qtmobility.multimediakit - Qt4 Mobility MultimediaKit - Python bindings
 python-qtmobility.organizer - Qt4 Mobility Organizer - Python bindings
 python-qtmobility.publishsubscribe - Qt4 Mobility Publish and Subscribe - 
Python bindings
 python-qtmobility.sensors - Qt4 Mobility Sensors - Python bindings
 python-qtmobility.serviceframework - Qt4 Mobility Service Framework - Python 
bindings
 python-qtmobility.systeminfo - Qt4 Mobility System Information - Python 
bindings
 python-qtmobility.versit - Qt4 Mobility Versit - Python bindings
Changes: 
 pyside-mobility (0.2.3+git4~8118106-1) unstable; urgency=low
 .
   * New upstream git snapshot, builds against pyside 1.1.0.
Checksums-Sha1: 
 8271b402ec85900a9a726b2a9a8848f87ae41060 3428 
pyside-mobility_0.2.3+git4~8118106-1.dsc
 fe48a047aead7a173d466cd6ed699159fe01c672 180945 
pyside-mobility_0.2.3+git4~8118106.orig.tar.bz2
 b94dea9a5b5660ca5a2952ed2fc7d38ae5f7bf19 8148 
pyside-mobility_0.2.3+git4~8118106-1.debian.tar.gz
 092052d6a71580155519af338d8ad657fcdc3ab4 3834 
python-qtmobility_0.2.3+git4~8118106-1_all.deb
Checksums-Sha256: 
 15a994e82b3f4d0b637d08063ce04918a4ecd177e7ed58687e4b244c97fd 3428 
pyside-mobility_0.2.3+git4~8118106-1.dsc
 1e526e86e3b277c5aba9299a213e03b26ea83f1ca4babd740eccc2acd1716cff 180945 
pyside-mobility_0.2.3+git4~8118106.orig.tar.bz2
 da1fed2f17bcaea66a8b5a4760ca2304ad29e4223e4fca1c3e1b9cf7d8ff7b5f 8148 
pyside-mobility_0.2.3+git4~8118106-1.debian.tar.gz
 5616b4dd83d767f2ac2a05ab0082c31a8ff742070047e1bcf0037d4e10175a74 3834 
python-qtmobility_0.2.3+git4~8118106-1_all.deb
Files: 
 b7f79b45c153aae770ca2f69652c5690 3428 python optional 
pyside-mobility_0.2.3+git4~8118106-1.dsc
 29afd3d55900b22804bc1e3fc9ecd782 180945 python optional 
pyside-mobility_0.2.3+git4~8118106.orig.tar.bz2
 8a82927758f76740f5a6904021e62749 8148 python optional 
pyside-mobility_0.2.3+git4~8118106-1.debian.tar.gz
 54e28f81390e7853c99c7721f1693b59 3834 python optional 
python-qtmobility_0.2.3+git4~8118106-1_all.deb

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

iQGcBAEBCAAGBQJPCvyfAAoJEIvPpx7KFjRVsE8L/ibHBJfnsWhUFlFP+jFRIbRZ
rz71uxI82auJlCMpV0qh8tYcOLqLU3qeL9EFDMeT3+caRv2Bp8Oj3fEHgN+sW5bV
MrcDdgElqa+M0ccHVLCUH/rvK58fvy8Qfo51gH56xJG5kYO5D0bKAw2/+9ad1DMw
+owa7mJk4Qj3u4MUpteNddsAkpXnsO8EpxRGnZIEAAIrMcjrqEk/aSJPFyH373EW
Ajak5ADnaKK349WNNFCvP5+bnrCTJu4gbpIKie7DynzP44Z+ADERQTXTRb/WmDPc
cbuQ0nyvbQDXwN+fi3VvuR/uyhSqNq9DqEZAi5k+Fu7Gn5hFmKQw7wawMQGjqfND
ORK0IFJna/uf/ZOYVBXx9cQcHwSYsKk7CEiXfr+NgqwisQgTnIjNUQiTHfyk4ouQ
efa/MeBQOb6aOtCNfWN3wliEkZ0mzYTiPHwmIHCia37QEQc8zz/pknFA9oyo0oZw
yQUmAI1fU7nOflhgzALDa7JkgR5pPKnud9QpRHl0EQ==
=TPgQ
-END PGP SIGNATURE-


Accepted:
pyside-mobility_0.2.3+git4~8118106-1.debian.tar.gz
  to main/p/pyside-mobility/pyside-mobility_0.2.3+git4~8118106-1.debian.tar.gz
pyside-mobility_0.2.3+git4~8118106-1.dsc
  to main/p/pyside-mobility/pyside-mobility_0.2.3+git4~8118106-1.dsc
pyside-mobility_0.2.3+git4~8118106.orig.tar.bz2
  to main/p/pyside-mobility/pyside-mobility_0.2.3+git4~8118106.orig.tar.bz2
python-qtmobility_0.2.3+git4~8118106-1_all.deb
  to main/p/pyside-mobility/python-qtmobility_0.2.3+git4~8118106-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/e1rkgbz-fu...@franck.debian.org



Accepted python-ldap-doc 2.3-2.2 (source all)

2012-01-09 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 04 Jan 2012 14:39:34 +0100
Source: python-ldap-doc
Binary: python-ldap-doc
Architecture: source all
Version: 2.3-2.2
Distribution: unstable
Urgency: low
Maintainer: Matej Vela v...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 python-ldap-doc - Documentation for the Python LDAP interface module
Closes: 653883
Changes: 
 python-ldap-doc (2.3-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Don't hard-code Python versions (closes: #653883).
Checksums-Sha1: 
 242a73a1829dbaa69f6e2f2e692620caefc12cc2 1756 python-ldap-doc_2.3-2.2.dsc
 9bfdfca8ec8eb6a116d6fbf9ab7e27a9a8f2d313 2518 python-ldap-doc_2.3-2.2.diff.gz
 e2045fac1a36f2d4a12ed42842d4f37d08b61a4c 43784 python-ldap-doc_2.3-2.2_all.deb
Checksums-Sha256: 
 47b0317e84fc6c5cda2759ee698e64b42df7a283d79191022eaf71753d80c698 1756 
python-ldap-doc_2.3-2.2.dsc
 a4fd42ff6064ce1c398c9b022bdfd2c54a964ce1ad1b1dc07a8266a5b0778c7b 2518 
python-ldap-doc_2.3-2.2.diff.gz
 6806495c0da342ac0e6ab0fbbd46f299603160b875c22dcf5aeeb0166fc4b8cd 43784 
python-ldap-doc_2.3-2.2_all.deb
Files: 
 d6dcf2e845a6f7f9285e42ad16a4e599 1756 contrib/doc optional 
python-ldap-doc_2.3-2.2.dsc
 bbb21f94f84d33a652a3c125acb65231 2518 contrib/doc optional 
python-ldap-doc_2.3-2.2.diff.gz
 8e33e3da5396dc3ee1f3d146676842b0 43784 contrib/doc optional 
python-ldap-doc_2.3-2.2_all.deb

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

iQIcBAEBCAAGBQJPBFfDAAoJEC1Os6YBVHX1awUP/iU9DtuGtBHNWtfpkIsRxvWN
hnd0aQXpg5FoNkfphsWAutYziRoirIIO0ZzEubHCsXGj27besbNZ/QRBdwU6c0Zz
5T5u5/JoU+VprzOAc5KJimz7fBF5sR1k78KU+vYST5to66LEstCl+VyEC/szrNE+
K5UcLn7/pwXZIyZMtp0l5R7COun3z+a3k16P7vqN2GQuGYpvAkRZd/gXwy9x+28Z
jMim0wcMQEIq6KX3B43Y53EqaGs2hRWDR1kYrVsLZihotBC/9AfK77qHxc0RuL7p
Q0iJo1q7JACL85N1CA3doHpbZLfQme+VExeDxDXaiPVMWL1kGEwIOK+lxt16KsuQ
t/vLuvzDbM/Y4re7sQIAouWizY5Qo8+d/lteTor9ntiiSUJ2QoKl8PDHgr7KoYze
yxPH1C8BLUu7sLy0pdyeJ1Pi/P276KcJY5Rir/Sq1MZq37AEM2syRt63u6857s8i
JN9Tzt/Mby6ZW/9CHiA93OgsidMw08kv99PLemNCgJzS0qEVsS5wxxsV9jqWB55j
jEvRSwF+rdwtnVkevhARM80os3wGa2E+5yC2jM7NMDusUK588QgyTXVpJcC5zJoS
UzpqblpQW7TJXkIRN3L16FlEcQ4vVCfZzZO1Ppl6FIIUjEXRuqh5qa8uCWNv1Qfb
EE/ap2/ow2q4bbyehTIO
=0Oeg
-END PGP SIGNATURE-


Accepted:
python-ldap-doc_2.3-2.2.diff.gz
  to contrib/p/python-ldap-doc/python-ldap-doc_2.3-2.2.diff.gz
python-ldap-doc_2.3-2.2.dsc
  to contrib/p/python-ldap-doc/python-ldap-doc_2.3-2.2.dsc
python-ldap-doc_2.3-2.2_all.deb
  to contrib/p/python-ldap-doc/python-ldap-doc_2.3-2.2_all.deb


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



Accepted qtl 1.22-21-1 (source amd64)

2012-01-09 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 14:45:00 +0100
Source: qtl
Binary: r-cran-qtl
Architecture: source amd64
Version: 1.22-21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Steffen Moeller moel...@debian.org
Description: 
 r-cran-qtl - GNU R package for genetic marker linkage analysis
Changes: 
 qtl (1.22-21-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 883732de3841f77960ae5b3402937b03e5e817a3 1358 qtl_1.22-21-1.dsc
 1ff5adac247cefdcc36a3646c0374887a900d9ef 4241052 qtl_1.22-21.orig.tar.gz
 f12552a85894d4697631e9f7a7099bc717bc99ff 5063 qtl_1.22-21-1.debian.tar.gz
 21ff61127c14dd99f9cce059e28e24b69373f3d4 4430524 r-cran-qtl_1.22-21-1_amd64.deb
Checksums-Sha256: 
 515306a7ecb076a67f43e4a2821be7dbac6917767fe9b996539dc2bc65ab8264 1358 
qtl_1.22-21-1.dsc
 b164606efae153caea27bc4a382f92e34574fb8956323203321e4d5ed9963f88 4241052 
qtl_1.22-21.orig.tar.gz
 3c98d65d965fdc427692b4266e743a097b7dcb57611890a2419784b25d4cccdd 5063 
qtl_1.22-21-1.debian.tar.gz
 8e4294bc32c7619355212b825098c163202a28d4b9ea5592b38317f37dec3365 4430524 
r-cran-qtl_1.22-21-1_amd64.deb
Files: 
 4344fe45b9eb7cffcf3dd3a09d770efa 1358 gnu-r optional qtl_1.22-21-1.dsc
 8e6d178924ba3533c0f24413d1416bf2 4241052 gnu-r optional qtl_1.22-21.orig.tar.gz
 b48e503596456a902b74b1083ffd619e 5063 gnu-r optional 
qtl_1.22-21-1.debian.tar.gz
 ba3a3ff272d45c6abb7d8c2255c75347 4430524 gnu-r optional 
r-cran-qtl_1.22-21-1_amd64.deb

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

iEYEARECAAYFAk8K8EkACgkQ1gXdnL6dUzmRfQCfW4PqdhVaBI4Q4eC8c0LtaczK
+d8An0DldKzPbBXdKcGh6crQnP4vT+q9
=LCiw
-END PGP SIGNATURE-


Accepted:
qtl_1.22-21-1.debian.tar.gz
  to main/q/qtl/qtl_1.22-21-1.debian.tar.gz
qtl_1.22-21-1.dsc
  to main/q/qtl/qtl_1.22-21-1.dsc
qtl_1.22-21.orig.tar.gz
  to main/q/qtl/qtl_1.22-21.orig.tar.gz
r-cran-qtl_1.22-21-1_amd64.deb
  to main/q/qtl/r-cran-qtl_1.22-21-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/e1rkgc2-t4...@franck.debian.org



Accepted quilt 0.50-2 (source all)

2012-01-09 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 15:25:47 +0100
Source: quilt
Binary: quilt
Architecture: source all
Version: 0.50-2
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson mquin...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 quilt  - Tool to work with series of patches
Closes: 543355 652734 652912
Changes: 
 quilt (0.50-2) unstable; urgency=low
 .
   [ Raphaël Hertzog ]
   * Recommends default-mta | mail-transport-agent instead of plain
 mail-transport-agent. Closes: #652734
   * Change the above Recommends into a Suggests. Closes: #652912
   * Drop entirely debian/patches/testsuite_cleanups since it's no longer
 needed.
   * Integrate 2 small regression fixes from upstream in
 debian/patches/backport-fixes-from-0.50, we could have waited 0.51
 for Debian but this offers a chance to get them in Ubuntu's LTS 12.04.
 .
   [ Martin Quinson ]
   * quilt/header: Add a --dep3 option to include a DEP-3 template
 (Closes: #543355; thanks to Didier Raboud for the report and the
  patch; sorry for the delay)
Checksums-Sha1: 
 774392ff0ec48e004b938a29d9f262c3c53e118d 1988 quilt_0.50-2.dsc
 9a11cc723af21f69bbc87e53857b728a353fe656 40658 quilt_0.50-2.debian.tar.gz
 f59c2530d1cea7976329ac739cf594d056bf480e 380856 quilt_0.50-2_all.deb
Checksums-Sha256: 
 92b2bcc9ef6cc02653b75525d4a2ed61dded06f1ebe3de75025c43614423d569 1988 
quilt_0.50-2.dsc
 9434d8efab8053a29647e3b0b844354304efc07ca44e3fa37a3d71bc2a0030eb 40658 
quilt_0.50-2.debian.tar.gz
 597000b4f2347c6dce264cc519bdd5670e7cc7140f3e5f8510ef3b572dc82767 380856 
quilt_0.50-2_all.deb
Files: 
 e7fec9eede45f0c8810a84e4cc66c7c8 1988 vcs optional quilt_0.50-2.dsc
 98ea146bb6d9e3a2a531d94a590c97e0 40658 vcs optional quilt_0.50-2.debian.tar.gz
 dd7438235a70dd37452c4c244d0ea951 380856 vcs optional quilt_0.50-2_all.deb

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

iQIcBAEBCAAGBQJPCvr3AAoJEOYZBF3yrHKaaL8P/RDcPiBhSoxUzQ9Gfas18BNH
TOYHB0aaWxFvquq4bIzDYpa8JfECBnQrgoPAxH5BdBfl4869GPvAJmBjPpzngNN2
ejQeXZloLX8lPLhHFDRS84XjlEz7hscuusQ15mv8CEwq67NnuOEpAmOFM7zNvT42
mISipQs4SrpT6DKaE8+c8S3ggwLTdKuxAoaQVaYAfkUoZRTZ93hz/H+A+/RsyOnG
X5PzNCKMmfYyMg7sZGxcjPL6H4oGutSeEieThyNN56LA7fYQxVSkSnGxI2bcaiAA
IxiOV5GqxoOMpTV5BlG+tuo4tM+CVBb5ddxd5m6wVdceT2ERTEEsk8DDINOO1LPs
3IQFapn+P+QWtmEZL1C5T0R6oa0sRHRx6dCtDTnErbZmAS2DBbXQHrN6DxL0nihR
POpCnzvm7LbaN0c+Bk5Xo5GOijTjdazVCT1rbPlr5is35culuBU1p4TtcRWHfmns
stPetNRt+TMIdo1DwKCoDB2W3BplC6NKZ6x52Dve2uzKmDzuh4uPuJOEbK4lh/oC
tNQShNn6xsX4lp4gJQvxEsoRgeOl/3UY1xUToz9q0OCKFZBrN8nnNqUf8P6xworc
iZlktbNOCPawLOIfSIC3jS4pDqkYCTiOEXNhqA1vpzcJ8Kjk2YXQUPzHi5baXS+r
ge9tpa1Q2/bhqz3pXFW1
=xPDm
-END PGP SIGNATURE-


Accepted:
quilt_0.50-2.debian.tar.gz
  to main/q/quilt/quilt_0.50-2.debian.tar.gz
quilt_0.50-2.dsc
  to main/q/quilt/quilt_0.50-2.dsc
quilt_0.50-2_all.deb
  to main/q/quilt/quilt_0.50-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/e1rkgcf-wr...@franck.debian.org



Accepted radicale 0.6.4-1 (source all)

2012-01-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 14:51:38 +0100
Source: radicale
Binary: radicale python-radicale
Architecture: source all
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-radicale - simple calendar server - module
 radicale   - simple calendar server - daemon
Closes: 655155
Changes: 
 radicale (0.6.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Use Github as upstream source.
   * Drop dpkg-source local-options hint: Declared options are default
 since dpkg-source 1.16.1.
   * Bump debhelper compat level to 7.
   * Fix install logging config file.
 Closes: bug#655155. Thanks to Martin Stigge.
Checksums-Sha1: 
 f0afdd362ffe40143686bb1e852a07c35f82900f 1964 radicale_0.6.4-1.dsc
 d9fc6d43f45348401e9cd2f568f8c52911df3516 32943 radicale_0.6.4.orig.tar.gz
 30d87b39e476e98a90618a0f4872eaf5b3f65d29 5466 radicale_0.6.4-1.debian.tar.gz
 84d676a0de1787b142f251434a5d77ff667ff00a 8022 radicale_0.6.4-1_all.deb
 f4126b5abcc6ea69095e02ae738a36401aef3024 22446 python-radicale_0.6.4-1_all.deb
Checksums-Sha256: 
 23af40fb6fe5641009fca8604c92e6e30a7dad5d775ed731e27ebf93f98632bc 1964 
radicale_0.6.4-1.dsc
 558da2145dd581da5d195adc5790961bad2476dcc6206d80c3941fda39df7808 32943 
radicale_0.6.4.orig.tar.gz
 d26b01a3c967fdef941566cdc1e514682e50324de118420c52d73bf659a1f1bd 5466 
radicale_0.6.4-1.debian.tar.gz
 1fdf822b6a4493c9d6b942605ec978c87f5389cecacda052d2949ec800ac7bc3 8022 
radicale_0.6.4-1_all.deb
 f73f6a34d7df5997e923c77e65ebca4c888082e3d5664246ec4ad6cc61191334 22446 
python-radicale_0.6.4-1_all.deb
Files: 
 d992bbbd3ef8d29bf7598cf29d385209 1964 web optional radicale_0.6.4-1.dsc
 17ada1c738aeee502a45be62d7effd11 32943 web optional radicale_0.6.4.orig.tar.gz
 aa3dbc3c4b62fa4d912e8dc955f05c5c 5466 web optional 
radicale_0.6.4-1.debian.tar.gz
 eb30836e2c75546d60d6dc31a164c00a 8022 web optional radicale_0.6.4-1_all.deb
 f20ed872d80d73d3aa9ea8fb6d98e9e8 22446 python optional 
python-radicale_0.6.4-1_all.deb

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

iQIcBAEBCgAGBQJPCvHzAAoJECx8MUbBoAEhKTEP/ifebvzbpp27gJl5H4LO/E24
v0hMPLANbnb7QlbjfIE4CsjJNCh3vyBBpeT2PXhsVY8gOPVomWPcVkt+CUcbBCVs
uFY7N+Y+UOMK5oYEDOJDlXgee8knKb32uUEs3GBvMsHgkQEaHZBzLsxePM9rws+x
ANzPXedWSP1Djn6V/epVxjamMV5RVr8uqB0E8XAuBGV2GmZx3mTOcnq33l1qlfW2
7ttbPbXrPZjGZMN474B6jK9EnNUJ0lXlrJD2Q1BTOe+0BioDzqKWu1PWBNKDb+y/
TSHLBGF4LL97TS9xvlz0xsYpLtHnSnFgvOe0lYoMUgn0c937VcPcW9oNkcTM9W5R
IkbmoanNUdSrAlTThl9NEkjFVuXvVGt6Ya9dFNdC7oTv34XRAtnvzO2rVRsY7HfJ
nChnq+lslrQfsA92xpZfvgVtnItGgVhmHRCFCC5UW22p514ibsgUMmkdlPZypPsp
4ZbXXYASJAn0IxbfnHFRE2RiqQ1K9+JruVKG+S4SAv5948C3jwfYipI9vZ9UcrZi
Fms3abJL2/YfWW2RJ0ATLiaK/xWR6ROkSa3wUG5s46QUS5hWSPENLLh1giZonylI
UVG8gJxPr6r8NBDUYuZo91TivPt92jrr2L8MXPuEKJLB7NLKM+V1ReCvmH4+GcWf
ZMINkZ9Wiuu6LsLWC9dU
=sZLT
-END PGP SIGNATURE-


Accepted:
python-radicale_0.6.4-1_all.deb
  to main/r/radicale/python-radicale_0.6.4-1_all.deb
radicale_0.6.4-1.debian.tar.gz
  to main/r/radicale/radicale_0.6.4-1.debian.tar.gz
radicale_0.6.4-1.dsc
  to main/r/radicale/radicale_0.6.4-1.dsc
radicale_0.6.4-1_all.deb
  to main/r/radicale/radicale_0.6.4-1_all.deb
radicale_0.6.4.orig.tar.gz
  to main/r/radicale/radicale_0.6.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/e1rkgcq-a5...@franck.debian.org



Accepted wxwidgets2.8 2.8.12.1-7 (source all amd64)

2012-01-09 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 07:38:56 +
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc 
wx2.8-examples libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source amd64 all
Version: 2.8.12.1-7
Distribution: unstable
Urgency: low
Maintainer: wxWidgets Maintainers freewx-ma...@lists.alioth.debian.org
Changed-By: Olly Betts o...@survex.com
Description: 
 libwxbase2.8-0 - wxBase library (runtime) - non-GUI support classes of 
wxWidgets t
 libwxbase2.8-dbg - wxBase library (debug) - non-GUI support classes of 
wxWidgets too
 libwxbase2.8-dev - wxBase library (development) - non-GUI support classes of 
wxWidge
 libwxgtk2.8-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ debug)
 libwxgtk2.8-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
 libwxmsw2.8-dbg - wxMSW mingw32msvc-cross (debug)
 libwxmsw2.8-dev - wxMSW mingw32msvc-cross
 python-wxgtk2.8 - wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
 python-wxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (wxPython 
binding, debug
 python-wxtools - wxWidgets Cross-platform C++ GUI toolkit (wxPython common 
files)
 python-wxversion - wxWidgets Cross-platform C++ GUI toolkit (wxPython version 
select
 wx-common  - wxWidgets Cross-platform C++ GUI toolkit (common support files)
 wx2.8-doc  - wxWidgets Cross-platform C++ GUI toolkit (documentation)
 wx2.8-examples - wxWidgets Cross-platform C++ GUI toolkit (examples)
 wx2.8-headers - wxWidgets Cross-platform C++ GUI toolkit (header files)
 wx2.8-headers-msw - Extra wxWidgets headers for mingw32msvc-cross
 wx2.8-i18n - wxWidgets Cross-platform C++ GUI toolkit (i18n support)
Closes: 654990
Changes: 
 wxwidgets2.8 (2.8.12.1-7) unstable; urgency=low
 .
   * Fix path to one of the bogus executable files in wx2.8-examples so it gets
 made non-executable as intended, really fixing the final lintian warning.
   * Add patch remove-refs-to-FPB_DEFAULT_STYLE.patch to fix warning upon
 refresh in XRCed.  (Closes: #654990)
   * Fix syntax of Bug-Debian header in fix-wxcmdline-segv.patch.
   * Add patch fix-more-typos.patch which fixes an assortment of typos in
 documentation, documentation comments, and docstrings.
   * debian/rules clean now removes wxPython/build-options.cache.
Checksums-Sha1: 
 509d8ddac82db45939a3ef9956233622c7a204de 3237 wxwidgets2.8_2.8.12.1-7.dsc
 0175599d05236cc46b6deb4bb19b10b7c207e366 54586 wxwidgets2.8_2.8.12.1-7.diff.gz
 e3b382c8e0a9dab0bc5877db97c74caf4c82c377 677746 
libwxbase2.8-0_2.8.12.1-7_amd64.deb
 2b43a0f0737b71da7fa9b207cc4f2ccaeef21d20 105942 
libwxbase2.8-dev_2.8.12.1-7_amd64.deb
 906e2556e46af80ae743a71ba479e6f8517299cb 3294876 
libwxbase2.8-dbg_2.8.12.1-7_amd64.deb
 1f62cf023f9c6faa85efdbf7bb3b1131048f73dc 3440754 
libwxgtk2.8-0_2.8.12.1-7_amd64.deb
 3a6e3246e50dc840523db97e8f460f0ac3adbf05 106318 
libwxgtk2.8-dev_2.8.12.1-7_amd64.deb
 d98cb9c76668ad6bf08fe0c078db16bbe4dfe4a8 21659392 
libwxgtk2.8-dbg_2.8.12.1-7_amd64.deb
 06de138dae5461e4ccb4a6ae88c4a07007851970 8250594 
python-wxgtk2.8_2.8.12.1-7_amd64.deb
 60a8a49d1cd06a607b4ff3393a1ce9b318fee2f9 45163240 
python-wxgtk2.8-dbg_2.8.12.1-7_amd64.deb
 e11330cae1a8a152c847bce94c9acae0309a4e18 128532 wx-common_2.8.12.1-7_amd64.deb
 d678b31a216184cad3efc9477ecc5ff58149b229 1555938 
wx2.8-headers_2.8.12.1-7_amd64.deb
 94319c2ba97872f6583ef33fdec5db41651a0cea 91266 
python-wxversion_2.8.12.1-7_all.deb
 481b23ff491462116b55b31964ea82f86e761a97 92318 
python-wxtools_2.8.12.1-7_all.deb
 4c10e5e207dd056020eb56a7d12146e0d23d7b0d 861716 wx2.8-i18n_2.8.12.1-7_all.deb
 2abc30e0ce77638f58628d2d6b2994b61e92f8a6 1991514 wx2.8-doc_2.8.12.1-7_all.deb
 e21e1e21a65b1088390f1eb18314d4cf97a339bd 8044926 
wx2.8-examples_2.8.12.1-7_all.deb
Checksums-Sha256: 
 2b65d348dd5c360257e5e091a5a7afd8de1aee219c63565a5ee8dcb15d3afe87 3237 
wxwidgets2.8_2.8.12.1-7.dsc
 66ade9bfcf2c558f7877648f1e5d8c6b7eacb8b4cae1c4d27423435b1e938c36 54586 
wxwidgets2.8_2.8.12.1-7.diff.gz
 a18682a280132f2b2daf1ea1fb99b98895dd06192892894f4d4e94908c19f23c 677746 
libwxbase2.8-0_2.8.12.1-7_amd64.deb
 d3c024a9cb615826502013ad544fbe867fa87744631ea434500d57cdfdd724d2 105942 
libwxbase2.8-dev_2.8.12.1-7_amd64.deb
 dbde29b11556a4596ddb3e7d5233acc58acd717ed4b26f3349d4b6f59adbbb2f 3294876 
libwxbase2.8-dbg_2.8.12.1-7_amd64.deb
 cc44bb05643f4054a3f6ecdf638c86be869dc13fa6b9dcbc14cc318c1c417dbc 3440754 
libwxgtk2.8-0_2.8.12.1-7_amd64.deb
 74bad250db2b4bc4cb2006fa6043f6554219441f35bffa349db4459847d4cbc0 106318 
libwxgtk2.8-dev_2.8.12.1-7_amd64.deb
 40d8b92846c9bfd2d36301dd4229647767149e8980a92593dd6bba1031567079 21659392 
libwxgtk2.8-dbg_2.8.12.1-7_amd64.deb
 b78f630d414fcec5573ce690ace8a97f75996cfb648bf014a94d89dc95113076 

Accepted xfreecd 0.9.0.1-1.1 (source amd64)

2012-01-09 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Jan 2012 22:49:07 +0900
Source: xfreecd
Binary: xfreecd
Architecture: source amd64
Version: 0.9.0.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters fpet...@debian.org
Changed-By: HIGUCHI Daisuke (VDR dai) d...@debian.org
Description: 
 xfreecd- a GTK-based CD Player
Closes: 556709
Changes: 
 xfreecd (0.9.0.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * FTBFS with binutils-gold (closes: #556709).
 - Makefile: add -lX11 to LDFLAGS.
Checksums-Sha1: 
 c73682bd6cdffdf8a0bec5325ea30807a32ed70f 1679 xfreecd_0.9.0.1-1.1.dsc
 197174da90c57dfa4948230589ded57a178956db 6471 xfreecd_0.9.0.1-1.1.diff.gz
 c1c197c1fbed67a993d21f3365dd104015d0c269 56974 xfreecd_0.9.0.1-1.1_amd64.deb
Checksums-Sha256: 
 22af9d16d59b547abff1f17ba8392aa3671a61f7d5dc259ca04907df3763ac36 1679 
xfreecd_0.9.0.1-1.1.dsc
 2bb1e0ebfeeccfe2b788a2ffb6b074ba9111db23308f3bbd9e4dc6e019a8e231 6471 
xfreecd_0.9.0.1-1.1.diff.gz
 12418ff953f69f48daa5cecc8d61522da9ba556824a026d41559e390471bce06 56974 
xfreecd_0.9.0.1-1.1_amd64.deb
Files: 
 20c211ade33a3004204ebf4584ee0400 1679 sound optional xfreecd_0.9.0.1-1.1.dsc
 6711b39c525af847131c39da35529fb3 6471 sound optional 
xfreecd_0.9.0.1-1.1.diff.gz
 c9a457c9b1902509789c5f75193e8413 56974 sound optional 
xfreecd_0.9.0.1-1.1_amd64.deb

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

iQIcBAEBCAAGBQJPCFCdAAoJEHg5YZ3UOWaOT+wP/3pXdjmlbscE/yrzHAjeTAqE
9cP00JkTZtsIH/XcdZHFgvpUmJS2YQjRrRAmMJLD6LHVxrR7srUxPkPLuNOqLZzJ
ixnE0PEgzW7WZgumzVS880Az/RXVS7F9M45NpaFXRv4DWWfvXsKUc/umjzI+g6Fu
VWCrpA7twmNFm3SBZJoyL23h2GwXaKGEi1gNj2vqaCZ0KsXClaeaCK+3TB5bVGxE
4kgh1mr3gUzTl5nd/Otm0h5bUwKFcsddlRXgvhj5EFV+1QlfJv+wBPLmuESh8qGG
18GK4LSBeL2aRTMyevuG+tMMUuGMb3exiE9Iy9hvfenlMKS99JZazc7/IhLAPOiK
NVROijo51zkUuK2AiZ/coToaZRnNaDjM7rmOFclnFkD2aK/DRPsFgy7busnnYow4
PbUSgpVYTwB4i7HCGAEvTVo4xOJqtmvzrtkrPaRD6GFdYHdk1Fv5sOqqnh4qn2mC
0lFRds3uhmCkN6GDuKYJU9Dj65DIV9dlwcsI6inVwGc0bgaq9SMXr8yLRjxa1XvC
5RvteyFbrjZFo3h6deXbdv86k80EtoLTtOwEW0r1EHJPrTR/2mipUqY+wTKTBj8t
TbWvUM+PROJ7OapLyg9FRulrTOiXklKq++N+R5AAZcsCo9YnZWrXZwHHfPP4mCZL
79t9y65ORwNePD7RH1h5
=4npw
-END PGP SIGNATURE-


Accepted:
xfreecd_0.9.0.1-1.1.diff.gz
  to main/x/xfreecd/xfreecd_0.9.0.1-1.1.diff.gz
xfreecd_0.9.0.1-1.1.dsc
  to main/x/xfreecd/xfreecd_0.9.0.1-1.1.dsc
xfreecd_0.9.0.1-1.1_amd64.deb
  to main/x/xfreecd/xfreecd_0.9.0.1-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/e1rkgdn-0001np...@franck.debian.org



Accepted yafaray 0.1.2~beta2.1-1 (source amd64)

2012-01-09 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 02 Jan 2012 15:20:37 +0100
Source: yafaray
Binary: yafaray
Architecture: source amd64
Version: 0.1.2~beta2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 yafaray- modern, xml-speaking raytracing-based rendering system
Changes: 
 yafaray (0.1.2~beta2.1-1) unstable; urgency=low
 .
   * New upstream git snapshot release (commit ecab381, November 2011)
   * [62619ea] debian/rules: removing useless cmake parameter
   * [1d07b97] debian/rules: simplifying libs structure.
   * [0528340] debian/yafaray.install: adjusting lib paths.
   * [0ce2e7f] debian/yafaray.links: adjusting lib paths.
 Thanks to Pino Toscano (pino) for helping on these last 3 commits
   * [37e39a5] debian/control: removing useless autotools-dev from b-deps
   * [be1f8e4] debian/control: Recommends field updated
   * [72ba86e] debian/control: Uploaders field updated
   * [18aafd2] debian/control: uploader's email address changed
   * [c4d519f] debian/watch: path to sources updated
Checksums-Sha1: 
 e28a84fb96f993d0734a6147b3e3fa16babbba49 2149 yafaray_0.1.2~beta2.1-1.dsc
 ae5b250a8fdde16d29e599623100553522ed2431 862227 
yafaray_0.1.2~beta2.1.orig.tar.gz
 ac61d4fed03083ac674e3826ed68b646997122d9 5431 
yafaray_0.1.2~beta2.1-1.debian.tar.gz
 229910417d50c9197d9468f3aeca052317bce1bc 1103182 
yafaray_0.1.2~beta2.1-1_amd64.deb
Checksums-Sha256: 
 c6da166c2c87479166b97de51288810ed482e94e2b4d4932ce8c1a3581dedeed 2149 
yafaray_0.1.2~beta2.1-1.dsc
 524dfe5124c7c8bb7e3b31eaec1cd565a5d28f53c0c7a54da11f90eaab90bd0c 862227 
yafaray_0.1.2~beta2.1.orig.tar.gz
 739cf7433775771174ef1d963fdf491601b766eddea2770308626524c5a35abf 5431 
yafaray_0.1.2~beta2.1-1.debian.tar.gz
 c3b26f17661ea709aa1ffd3f2a315a21d20f1461ef62e7309b24872dacd521e3 1103182 
yafaray_0.1.2~beta2.1-1_amd64.deb
Files: 
 bf099a4c3760a2dbdf6a34ddefccf05d 2149 graphics optional 
yafaray_0.1.2~beta2.1-1.dsc
 4cd22a0a65d0fbc5e6a7164f2c0a63cc 862227 graphics optional 
yafaray_0.1.2~beta2.1.orig.tar.gz
 5eb4b003b37236fcb5c932ec108670e7 5431 graphics optional 
yafaray_0.1.2~beta2.1-1.debian.tar.gz
 ad922bae72d334454cfbba5d3d138f60 1103182 graphics optional 
yafaray_0.1.2~beta2.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPCvG3AAoJEOikiuUxHXZaAdMQAJiSCG0JtonCrs95/fD/ximh
cTprAITlmF3s56xbsS/erjZm3pv30lKhVG5f3O2HEMbhnzSKHRjNj0WuX5bVdSVc
RHDDNrMhxnVPDLNnu+re3+B/lqbfXfMICGcdbOAlXciv42dJVmz6tC70SifXYqKn
LLlLAQYwn5gERTzT2Fb9tZKbnOnbTRkXkCJKvR55ludnyLjB9TQjzU7N5o9qiLCf
7CxaaEzHYo+1T9iIft4uWJ2CkJlBwvwqM2wO0vMNezIAGr+FZx1J/JRJMXdr/Z8U
T9CmZqV+mByvLDP9IyRHasPCYvgigICPbOM4RpxW8DdAOTQ6rNC46EI8cLVjYeSg
o5b8nBTyg7R6kTE/exO2PNsq/NaQhxOVmNVRtrsEY9YAMEq8QVfmvsKRd2R5n2GH
VqS6Smo7OZ1o9dBnejSLpIxTCixgDWk+E1UBWv6S/LX7HTIZxgYkfjmJsPDi7Bji
kRgd9mDwIoSTYwqIERIRkn+NMNCrAkOjwv/fw3PXP0c8dr8RlxuikUnIKIbiTMLQ
hmZ0LVTEpLbp1iBxEuq2dV2/PscJhUoz8jC/RosEpfmQ1Y1Q97QiI7aYffzImt0b
YBlLXHvDM5d+MYMQvpxybjDgpCWJ19mz4EegJ5kSXXEJIG0hfawVRtEIqgNOHBG2
Mx5LBkPMBfi+Gsgj0wcX
=mhjW
-END PGP SIGNATURE-


Accepted:
yafaray_0.1.2~beta2.1-1.debian.tar.gz
  to main/y/yafaray/yafaray_0.1.2~beta2.1-1.debian.tar.gz
yafaray_0.1.2~beta2.1-1.dsc
  to main/y/yafaray/yafaray_0.1.2~beta2.1-1.dsc
yafaray_0.1.2~beta2.1-1_amd64.deb
  to main/y/yafaray/yafaray_0.1.2~beta2.1-1_amd64.deb
yafaray_0.1.2~beta2.1.orig.tar.gz
  to main/y/yafaray/yafaray_0.1.2~beta2.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/e1rkgdz-0001yc...@franck.debian.org



Accepted zpspell 0.4.3-4.1 (source amd64)

2012-01-09 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Jan 2012 22:08:43 +0900
Source: zpspell
Binary: zpspell
Architecture: source amd64
Version: 0.4.3-4.1
Distribution: unstable
Urgency: low
Maintainer: Rail Aliev r...@i-rs.ru
Changed-By: HIGUCHI Daisuke (VDR dai) d...@debian.org
Description: 
 zpspell- Command line interface for zemberek-server
Closes: 652208
Changes: 
 zpspell (0.4.3-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * FTBFS: CMake Error: The following variables are used in this project,
 but they are set to NOTFOUND (Closes: #652208).
 - debian/patches/find_path-GLIB_CONFIG_DIR.diff
Checksums-Sha1: 
 9c2d2a3474aa1019ffaab9dba6947250b110ad04 1812 zpspell_0.4.3-4.1.dsc
 fe539bf274103ee182f634d0db84bb239aa00f6f 3638 zpspell_0.4.3-4.1.diff.gz
 da22302472151cfd45be256385d5363872c2cd2d 14822 zpspell_0.4.3-4.1_amd64.deb
Checksums-Sha256: 
 a7ccbaffa38b6fd34f04a193ec4b747bc1986943d6af6c76cc1ecb76a76516c1 1812 
zpspell_0.4.3-4.1.dsc
 8abdcaf12ca490db0a242a53611d313a3de409c3e91c930280f2552d2fec6a77 3638 
zpspell_0.4.3-4.1.diff.gz
 a7981f398e4e3ff09c9b27a929285985cf467a0998c7c7e87e1b0ed9a34033d2 14822 
zpspell_0.4.3-4.1_amd64.deb
Files: 
 06f55d2c2151abf85f1beb29d79954a1 1812 text optional zpspell_0.4.3-4.1.dsc
 9f7b12f06531f060dca3e03c2b00bf7d 3638 text optional zpspell_0.4.3-4.1.diff.gz
 62ed8c519e3d54e261f48bf88a7f239c 14822 text optional 
zpspell_0.4.3-4.1_amd64.deb

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

iQIcBAEBCAAGBQJPCEhpAAoJEHg5YZ3UOWaOp7QP/R+0Fqxf+L2HG4TwTyK6rnMN
7a8fzMNPnKw7N+ZWrVzG/+vcTaqQws/XVGPa2gNdPSqHnl1I5/RtK4Splu7glWlv
M5J1op3I/Th29I9Lr1KPN+ezDJw2NuGCxrNUWlytd7e10zBiRPuWzahvCXuin9th
WGbitRwaYA1siRsuTIycbvcFcBWnMCSQq6kdxfDretd689sTo5PojyVNEQKmDon9
F0+05fapxCImBSbSc1VbGTHsLDRA5+ahOqNu9Xf5L6Gmq78zWEibQ+IhoqUmDbd1
LPsMQFTbwrzGB8EFAJUBoYALX3eFe9y9zuYV0ScZgeDcaMLSHENsptkQuiNOSYd8
5KxEKbmVDi5rl2EmNwvvCbbTcps18x/NJo9x/1ygA9+k/PvBW1jTXpCCsJlPMSg7
iiDsSUi7ZEpVpu0FdNmzTJ3S2+bazOng+KVbD5lvhpXnb7gwhIXxOpHJ9YlX9Sgl
6pXNjEtolP7oferlF3ozapYmjojujIKILec8TvTy4ziZMy6s6Im0OP6KBsunPDGt
VahVZCjXYYRAZmumSTQwvWRnAKlvT0xFKxXCGopil6du7uJjo993rYfiUq/goFLe
0IzahHM5a7HT2y0WZmqQLJ4CtXoHEg34Kqw3HqUHcOYSLqrmXuo7hxPFx2hZyQlF
phqid4yfE88Z2mkWYTuc
=W5aD
-END PGP SIGNATURE-


Accepted:
zpspell_0.4.3-4.1.diff.gz
  to main/z/zpspell/zpspell_0.4.3-4.1.diff.gz
zpspell_0.4.3-4.1.dsc
  to main/z/zpspell/zpspell_0.4.3-4.1.dsc
zpspell_0.4.3-4.1_amd64.deb
  to main/z/zpspell/zpspell_0.4.3-4.1_amd64.deb


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



Accepted screader 1.8-5.2 (source amd64)

2012-01-09 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Jan 2012 23:39:29 +0900
Source: screader
Binary: screader
Architecture: source amd64
Version: 1.8-5.2
Distribution: unstable
Urgency: low
Maintainer: Mario Lang ml...@debian.org
Changed-By: HIGUCHI Daisuke (VDR dai) d...@debian.org
Description: 
 screader   - Screen reader using software or hardware speech synthesizer
Closes: 629673
Changes: 
 screader (1.8-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * FTBFS: process.c:(.text+0x77d): undefined reference to `crypt'
 (Closes: #629673).
 - debian/rules: add LIBS=-lcrypt to configure
Checksums-Sha1: 
 638b1b769bd092c1e1baf93e7b6191223244e2c2 1641 screader_1.8-5.2.dsc
 2b77f267012ccb6345b226da10d8e1cde5c474cc 6289 screader_1.8-5.2.diff.gz
 50733841abeb4a17e5a10a67dd9e0b28df26a43d 124084 screader_1.8-5.2_amd64.deb
Checksums-Sha256: 
 021ee84e9307d87ff7465a63994fd639a9ff235e91c727b6e3a858ff53522d93 1641 
screader_1.8-5.2.dsc
 92783e87afcff03fd0c1f5ce160d431b51c453f79884752040edf7480f61570b 6289 
screader_1.8-5.2.diff.gz
 803f4bb20f827f83d184f5f1dd685e8dbf42615637bb17e5c7c126eacfabbc41 124084 
screader_1.8-5.2_amd64.deb
Files: 
 fb55a55d70521ed9fce24ebc9bbfdf49 1641 text extra screader_1.8-5.2.dsc
 05f1df58a7022346ff2e9227f12e8342 6289 text extra screader_1.8-5.2.diff.gz
 379d997898407e8bfca29138ca036faa 124084 text extra screader_1.8-5.2_amd64.deb

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

iQIcBAEBCAAGBQJPCFtVAAoJEHg5YZ3UOWaOexEQAJXGrQbfxDGqoNmacqS77S5+
LFa/xw83MZmbFu9NzSDOn5KP45Bw+51+peELve2beHzJuhPULZ4qxn3ariX/9Mdx
BqzUUIY6bEoik5R4YWERsD3jYkpTYz6TKlKWRJJ8dGufnkKU8T3pXg5jipc2xSny
WRMkz3R2mSEiDdL/O012wGY0UQ2g3eAyzW7FntVVdYXKCZloTbRHtAO+LCfTWF0D
JahuEc6ueJ4CqVLtJKkqO9EA1ilnChmRR5TviK1xj+RDaE9zOWyTF9Nkp7Uh5D4l
d3GSRuzoGjOdm/uE1/OeQmmBg6Y5Rs1pgcVr7rCFPqbyhyi07v5Omf3n4pbEyYRY
KlbgYAK2JqrOGMb6I8dV0kPQ+33ZKNvIJSRzw6PpZfgHeO0t3NfQC/P4hn37nem7
Vjo8d9OBL3S3mIUVcshcLCIfHiSpxrUSeh1kWZduvc5vFMnLyIgZ35egzlGh/OWh
4AhGVFJQLAm3sdh9g97wDm5W8t0RHXdfvqOXErohoKGB/XFZDUjaI6hdi3cFQ2N7
T3JBEWvoMsf96sTg6boB/l5K72HCsNotJDB5J1rlRxC/6ns+w9HyXi2VPcmFSBF9
LK/CylyaMLQwHfDfqZL6LlOQOnQOeEh15y5ZeIcpg8wndb37tynwEkT6HJCoTPkg
aOfeHraz3RZaBY5G25Hq
=Ols0
-END PGP SIGNATURE-


Accepted:
screader_1.8-5.2.diff.gz
  to main/s/screader/screader_1.8-5.2.diff.gz
screader_1.8-5.2.dsc
  to main/s/screader/screader_1.8-5.2.dsc
screader_1.8-5.2_amd64.deb
  to main/s/screader/screader_1.8-5.2_amd64.deb


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



Accepted swift 1.4.5-1 (source all)

2012-01-09 Thread Ghe Rivero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 16:18:17 +0100
Source: swift
Binary: python-swift swift swift-proxy swift-object swift-container 
swift-account swift-doc
Architecture: source all
Version: 1.4.5-1
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Ghe Rivero g...@debian.org
Description: 
 python-swift - OpenStack Object Storage - libraries
 swift  - OpenStack Object Storage - common files
 swift-account - OpenStack Object Storage - account server
 swift-container - OpenStack Object Storage - container server
 swift-doc  - OpenStack Object Storage - documentation
 swift-object - OpenStack Object Storage - object server
 swift-proxy - OpenStack Object Storage - proxy server
Changes: 
 swift (1.4.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 1a49daeee290ba7c97fd456e60172b03d3616261 1794 swift_1.4.5-1.dsc
 c689cde9f4f16c1c3861b35b51f7115a1218b8c4 288680 swift_1.4.5.orig.tar.xz
 36c13511cae2ca71cb55d5986015bde54615af8f 12294 swift_1.4.5-1.debian.tar.gz
 cbb2c36b04b3ae19522af88b9001ff7f1eaa39a6 152376 python-swift_1.4.5-1_all.deb
 7c4213ea049281ee46c6d0cbf8144bc990ed0f7b 46212 swift_1.4.5-1_all.deb
 d1eec3917d60fbeecfe529c76ea025e913d54436 10728 swift-proxy_1.4.5-1_all.deb
 88fe0b91120399b7ba9f70bfbdaa1b16c5144964 11940 swift-object_1.4.5-1_all.deb
 ef065a2b2f8989c21051ce14ee114f2dfe42d589 10282 swift-container_1.4.5-1_all.deb
 91479f368fd0863970d18e0cceb92e02ffd803b8 10418 swift-account_1.4.5-1_all.deb
 952ce66827c794fa36ea675de22b0330e0d8d897 227366 swift-doc_1.4.5-1_all.deb
Checksums-Sha256: 
 bad2fe96d8629907e77d6936b949c4199ac7f192828457aed479e2be3a3bafad 1794 
swift_1.4.5-1.dsc
 8beb18db96da976af2997130ba6bf48eaaee7c5592f9c415b0ba5578bbf8238d 288680 
swift_1.4.5.orig.tar.xz
 e736fbfc34adf04b2b2ac58a82f07d89f3db9d36fb57cc145b09e579739a9e36 12294 
swift_1.4.5-1.debian.tar.gz
 b39982cfde9c4de95a03dfb8ee3e0948ceadaec8e0697cd9e207977760b5243a 152376 
python-swift_1.4.5-1_all.deb
 60bf0fef6bb6983d294b417750a01fbf78aeb233a6f5ca75c4e11daee48bee85 46212 
swift_1.4.5-1_all.deb
 85c92229586b03a33f023b57884282a75c8705bc8875e5287e1069e8a7252d04 10728 
swift-proxy_1.4.5-1_all.deb
 86835d7dc8b4633b9735e51212bb01615e37071374bee4186fa7e5e512afa447 11940 
swift-object_1.4.5-1_all.deb
 c970dee1e4ab33564786ed5f7662a35e32236adcf5d58ca65edeb4da269c544d 10282 
swift-container_1.4.5-1_all.deb
 cb2f04a4ccc5f67d6cd85c8d3662e00f950b084e40b462d4393baa0c4cec13e4 10418 
swift-account_1.4.5-1_all.deb
 6f6b20c03b018f2df4302edd4c84b53056891e31cf3b8ce9ff832e703891b194 227366 
swift-doc_1.4.5-1_all.deb
Files: 
 370741cdebc101b8845f622914781d12 1794 net optional swift_1.4.5-1.dsc
 81bc51df6f820e98dee094e5770d771c 288680 net optional swift_1.4.5.orig.tar.xz
 4e14bb480fdb2f5153af9404e4fbfee2 12294 net optional swift_1.4.5-1.debian.tar.gz
 1fb72a1e37e2ceddb67ed3a7544ab7f8 152376 python optional 
python-swift_1.4.5-1_all.deb
 12c7bda71a90906df564de19f6bad486 46212 net optional swift_1.4.5-1_all.deb
 a5362f368e1d81ee6b9c2c0320d77df2 10728 net optional swift-proxy_1.4.5-1_all.deb
 2f65e89a097046fd72027ec56ba4a838 11940 net optional 
swift-object_1.4.5-1_all.deb
 b63fd359fc710da274966b69da41e080 10282 net optional 
swift-container_1.4.5-1_all.deb
 d2f4522043f537f2b5dc9be8eec90f4b 10418 net optional 
swift-account_1.4.5-1_all.deb
 75ef40b8710bfc54aff82e4eda12269d 227366 doc optional swift-doc_1.4.5-1_all.deb

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

iEYEARECAAYFAk8LBpgACgkQZttaNibwIPfu+gCeOZuPiM4CQuJQC1mxQxKM5Z8L
RS0AoJj0d3J/MT8UTcwkUH/FOAsaZao2
=kpgp
-END PGP SIGNATURE-


Accepted:
python-swift_1.4.5-1_all.deb
  to main/s/swift/python-swift_1.4.5-1_all.deb
swift-account_1.4.5-1_all.deb
  to main/s/swift/swift-account_1.4.5-1_all.deb
swift-container_1.4.5-1_all.deb
  to main/s/swift/swift-container_1.4.5-1_all.deb
swift-doc_1.4.5-1_all.deb
  to main/s/swift/swift-doc_1.4.5-1_all.deb
swift-object_1.4.5-1_all.deb
  to main/s/swift/swift-object_1.4.5-1_all.deb
swift-proxy_1.4.5-1_all.deb
  to main/s/swift/swift-proxy_1.4.5-1_all.deb
swift_1.4.5-1.debian.tar.gz
  to main/s/swift/swift_1.4.5-1.debian.tar.gz
swift_1.4.5-1.dsc
  to main/s/swift/swift_1.4.5-1.dsc
swift_1.4.5-1_all.deb
  to main/s/swift/swift_1.4.5-1_all.deb
swift_1.4.5.orig.tar.xz
  to main/s/swift/swift_1.4.5.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/e1rkhdv-0006x6...@franck.debian.org



Accepted collectd 4.10.4-1 (source all amd64)

2012-01-09 Thread Sebastian Harl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 15:32:07 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient0
Architecture: source amd64 all
Version: 4.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl tok...@debian.org
Changed-By: Sebastian Harl tok...@debian.org
Description: 
 collectd   - statistics collection and monitoring daemon
 collectd-core - statistics collection and monitoring daemon (core system)
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
 collectd-utils - statistics collection and monitoring daemon (utilities)
 libcollectdclient-dev - client library for collectd's control interface 
(development file
 libcollectdclient0 - client library for collectd's control interface
Closes: 585975 592880 612784 614439 625323 636818 653879
Changes: 
 collectd (4.10.4-1) unstable; urgency=low
 .
   * New upstream release.
 - Added support for Yajl version 2; thanks to John Stamp for reporting
   this (Closes: #653879).
 - collectd.conf(5) now documents the Globals config option and that this
   is required for the perl and python plugins; thanks to Jeff Green
   for reporting this (Closes: #612784).
 - Be more verbose about why loading a plugin fails; thanks to Martin
   Steigerwald for reporting this (Closes: #585975).
 - Don't abort if including a config file fails; thanks to Reinhard Tartler
   for reporting this (Closes: #592880).
 - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
   and Peter Green and Colin Watson for providing patches
   (Closes: #625323).
 - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
   this (Closes: #636818).
 - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
   this (Closes: #614439).
   * debian/patches:
 - Removed bts595756-notify_email-segfault -- included upstream.
 - Removed bts592623-curl_json-file -- included upstream.
 - Removed bts596128-reheap-fix -- included upstream.
 - Removed CVE-2010-4336 -- included upstream.
   * debian/rules:
 - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
   package.
 - Split 'build' target into 'build-arch' and 'build-indep' as recommended
   by policy.
   * debian/patches/ipvs_h_include, debian/rules:
 - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
   make sure to look for the header in /usr/include rather than the kernel
   directory (which has been deprecated).
 - Force building of the ipvs plugin since configure is not currently able
   to correctly check for ip_vs.h.
   * debian/control:
 - Updated standards-version to 3.9.2 -- no changes.
   * debian/collectd-core.collectd.init.d:
 - Added a description LSB header field.
Checksums-Sha1: 
 4474f48562cbeaa36a5d5fc1064168bdad7ad2f8 2756 collectd_4.10.4-1.dsc
 7ec034c8b3568b5ee90f80e7be0fabb563c76195 1632601 collectd_4.10.4.orig.tar.gz
 acfff3b9ff387617517eead3000a1f42dd3832f8 57187 collectd_4.10.4-1.diff.gz
 8c7ef238f7799e87b27e19263ee46b8c36dd2c46 830122 
collectd-core_4.10.4-1_amd64.deb
 01ae366bd6ff406706e2f05ea186ddd801955221 67426 collectd_4.10.4-1_amd64.deb
 9193896febae61dfd42bfd12651dc605ccdf1204 70234 
collectd-utils_4.10.4-1_amd64.deb
 0cfd3c954f650035a16ccdc281063b731ffb99bf 917822 collectd-dbg_4.10.4-1_amd64.deb
 8c70a5368c25fda5a1eb329bbdcbcda74676770a 62882 
libcollectdclient-dev_4.10.4-1_amd64.deb
 af78e8215ef03caab1c3bb477ae3d7a1b21cc8e2 68268 
libcollectdclient0_4.10.4-1_amd64.deb
 7b77a37305a2568f259c8edc43ce2724d362e826 103842 collectd-dev_4.10.4-1_all.deb
Checksums-Sha256: 
 cf489502834206a4d61a751670cfffe4aafb4071c3d579f5c3181040be625637 2756 
collectd_4.10.4-1.dsc
 ee63dfbd519dd4cae3b682e7379c5e01ac3a615d48ec5871b6ab4921ec0a9b12 1632601 
collectd_4.10.4.orig.tar.gz
 de6cffa70cb72d8349655d78b77eb73c98cf66aa3b5a3756d78db06719228df3 57187 
collectd_4.10.4-1.diff.gz
 0cdc887ae476b4e3e738b1a9986448335a88502d33d118dba27e11ff1d6c858f 830122 
collectd-core_4.10.4-1_amd64.deb
 e33d0a0a8253a10e8f8a3fb8a66bcbf3cd1f6647c088539c314f62f2d824e253 67426 
collectd_4.10.4-1_amd64.deb
 28e69e7c726c31b4163045006caa82b56a7f93d31816302f53383488d1e5598f 70234 
collectd-utils_4.10.4-1_amd64.deb
 60d37afeb268d10cb18f48730fc0db6a4207dd85a0105316d057dc23e6ca 917822 
collectd-dbg_4.10.4-1_amd64.deb
 57817ef187c2645a7de9aa93012f3ee8d6694d7f1bdd51c839675845d328d540 62882 
libcollectdclient-dev_4.10.4-1_amd64.deb
 9dca6062f32463a24c7a9823271ed62e36fdda09eeea8b9c53f63a5e7b04f11f 68268 
libcollectdclient0_4.10.4-1_amd64.deb
 51f03f6c12ac7d6700f7918788eb779f51ec6945282fcae0dbea1abd71d6baf4 103842 
collectd-dev_4.10.4-1_all.deb
Files: 
 4bc0ab5aaac456ba969e97eece98868b 2756 utils optional 

Accepted grml2usb 0.11.4 (source amd64)

2012-01-09 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 16:37:18 +0100
Source: grml2usb
Binary: grml2usb
Architecture: source amd64
Version: 0.11.4
Distribution: unstable
Urgency: low
Maintainer: Grml Team t...@grml.org
Changed-By: Michael Prokop m...@grml.org
Description: 
 grml2usb   - install grml system / ISO to usb device
Changes: 
 grml2usb (0.11.4) unstable; urgency=low
 .
   [ Ulrich Dangel ]
   * [35feaad] Copy complete Grml flavour directory instead of explicit
 specifying files
 .
   [ Michael Prokop ]
   * [7c0195d] Make sure we don't fail in device check when using
 /dev/disk-by-label/* - Thanks to Bernhard Tittelbach
Checksums-Sha1: 
 7be1972aaeb29960d66fd8fd654db9c7545cc26a 1106 grml2usb_0.11.4.dsc
 83953511d1c5a840e778025fd15eb2b0499f54be 388076 grml2usb_0.11.4.tar.gz
 43ac0e3e470e136709bc57c0efd4c873678b8445 213738 grml2usb_0.11.4_amd64.deb
Checksums-Sha256: 
 e8c9b96615218ee6448e83afdd72a7ca8f15e48424887b11a752edc2a8138385 1106 
grml2usb_0.11.4.dsc
 4125893f73566ed46dec8405c3b129f7aca42c7f3959bfe519da9a4fe087ec09 388076 
grml2usb_0.11.4.tar.gz
 70c06398cef4ee62f1fb5603544141f7609540aa0fab10830cba6ff612e554b5 213738 
grml2usb_0.11.4_amd64.deb
Files: 
 bc7af98ebcb801ba9bdff71d368ca6dd 1106 admin optional grml2usb_0.11.4.dsc
 9c23aa09f2c98d6d947e1cbcf1284525 388076 admin optional grml2usb_0.11.4.tar.gz
 5da212386ffb6f6bf3a42973d2854c3d 213738 admin optional 
grml2usb_0.11.4_amd64.deb

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

iEYEARECAAYFAk8LCmMACgkQ2N9T+zficuirPwCffOCNWrIvpfgAJ+jERVpMASSk
MkEAnjqlTDUWgxflFM/yh4q1FYVLYVgp
=uiuy
-END PGP SIGNATURE-


Accepted:
grml2usb_0.11.4.dsc
  to main/g/grml2usb/grml2usb_0.11.4.dsc
grml2usb_0.11.4.tar.gz
  to main/g/grml2usb/grml2usb_0.11.4.tar.gz
grml2usb_0.11.4_amd64.deb
  to main/g/grml2usb/grml2usb_0.11.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/e1rkhrw-0008br...@franck.debian.org



Accepted slxfig 0.2.0~.35-1.1 (source i386)

2012-01-09 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Jan 2012 16:14:31 +0100
Source: slxfig
Binary: slang-xfig
Architecture: source i386
Version: 0.2.0~.35-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian JED Group pkg-jed-sl-modu...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 slang-xfig - produce plots and drawings through Xfig's fig2dev in S-Lang
Closes: 640688
Changes: 
 slxfig (0.2.0~.35-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: configure: error: unable to find the slang library and
 header file slang.h: add patch from Ubuntu / Ilya Barygin:
 adjust debian/rules to multiarched slang2.
 Additionally build-depend on multiarched libslang2-dev and
 dpkg-dev (= 1.16.0)
 (Closes: #640688)
Checksums-Sha1: 
 36abfc6b246d08fb1ab5447f32c38efd64568f34 2075 slxfig_0.2.0~.35-1.1.dsc
 35d63ce7799683f2ebb1bc8136f4204e03c5f6da 3709 slxfig_0.2.0~.35-1.1.diff.gz
 e1c72286774eb537ffa4967a51f2bc7d08244960 56940 
slang-xfig_0.2.0~.35-1.1_i386.deb
Checksums-Sha256: 
 c9ca8fb5c078595c9fa25ee2a12ff2193fbfd3da71e5e14912dbc1e10f04b581 2075 
slxfig_0.2.0~.35-1.1.dsc
 dff07d06252be8becc9cc8a31c532300e7c48714385410bd135fffd1e439b60e 3709 
slxfig_0.2.0~.35-1.1.diff.gz
 aedfcfa824e89be52bd52d397575ff278771d051a99e8ef88b43781929d55d60 56940 
slang-xfig_0.2.0~.35-1.1_i386.deb
Files: 
 6c90e46aa56bc7c16fc7816f1e8b843b 2075 science extra slxfig_0.2.0~.35-1.1.dsc
 763dad70ac3f46565efde706460fa9a7 3709 science extra 
slxfig_0.2.0~.35-1.1.diff.gz
 17772555356c3ac34235b49120779025 56940 science extra 
slang-xfig_0.2.0~.35-1.1_i386.deb

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

iQIbBAEBCAAGBQJPCGLIAAoJELs6aAGGSaoGCaoP9jYw+RXS8V57TpS0qPjgdUsY
tFTrP/rkub/KflhtRMsDyIWAW2GuXRZf5Vv0277vpTEHRs8jpushsUL6QINY+2pO
CWr8hMDtxX+Mm1f/GI2va6W4Isxg8uztUP7fFCyBoKb27Ki4/MkG3+/qlxnyvFsV
gFTQsTe8nU6jNHxUQWg2RSAH109GWZzj4rerzayUOfS+llvy6hSFGi9avfjO/P8/
/O7f+YHR20OTY79rL+Vjn9WneqnUh/PRTtuAfaBpXQe6mLwOVzQ047q5FDLxd6sz
wpt+8XMA63W5g8rS3k77r0v/uT1x9/HrU2upaad1EHah5lQRUFLXc6ZGZoQrsvZn
d0zeCAF8DZx5chwP1RyFJ8JAeM9V0ekNtSiiH47QnKRHMXcp7PTTVMTDCRnhkvQZ
ZUg62jEeyiURzWKOZKwMx+Kywnhsmlsx6cjiOrqiRUDaB3kKL9Ej2Q7KUgfdkiL5
QsNX+q5qmNs2DVb9RIwfvmIb7OG3bN/rOjuxLyW3Uu6m/rKFQUdpzdb3UPWitig7
UOC2AGK3nXSTpWnaj/vzf73kv81hwqTDduL2KnlPy5lSt6ssA3zegE4vvXOoatug
mXVJ/KsWB9Vz1Js/K4cYMIFtUoNAWPCAaxUdHU3FbNdjvq/yaPJwG7Hfj65JrFHU
DIYu4kq0npmZ7AnzmEs=
=OleP
-END PGP SIGNATURE-


Accepted:
slang-xfig_0.2.0~.35-1.1_i386.deb
  to main/s/slxfig/slang-xfig_0.2.0~.35-1.1_i386.deb
slxfig_0.2.0~.35-1.1.diff.gz
  to main/s/slxfig/slxfig_0.2.0~.35-1.1.diff.gz
slxfig_0.2.0~.35-1.1.dsc
  to main/s/slxfig/slxfig_0.2.0~.35-1.1.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/e1rkhtl-0008jj...@franck.debian.org



Accepted lxc 0.7.5-19 (source i386)

2012-01-09 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 16:13:39 +0100
Source: lxc
Binary: lxc lxc-dbg lxc-dev
Architecture: source i386
Version: 0.7.5-19
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
Closes: 655173 655176
Changes: 
 lxc (0.7.5-19) unstable; urgency=low
 .
   * Updating lintian overrides.
   * Calling apt-get clean after upgrading caches in lxc-debconf.
   * Using systems apt cache in lxc-debconf.
   * Correcting s/parent-archives-areas/parent-archive-areas/ typo in
 lxc-debconf (Closes: #655176).
   * Renaming lxc-create.patch to lxc-create-template-name.patch.
   * Adding patch to correct signal names in lxc-create trap (Closes:
 #655173).
   * Adding patch to correct signal names in lxc-clone trap.
Checksums-Sha1: 
 94522ff750201a54e44106aa114ecdb08d6885d3 1236 lxc_0.7.5-19.dsc
 de0b11b75ad4443085e843c9b7b757f079847195 41667 lxc_0.7.5-19.debian.tar.gz
 3a5e1bed365af0099198ace8f546af87ebc5f157 175132 lxc_0.7.5-19_i386.deb
 2c3a8ac8f360449406cdfae887d7ce5d4da128c4 174368 lxc-dbg_0.7.5-19_i386.deb
 23ace840bab7d123ebc948ab5c00821e0733c177 19492 lxc-dev_0.7.5-19_i386.deb
Checksums-Sha256: 
 e49d6359c00a88783421a21c902f93bbf469454514764f2bd0216003115f9342 1236 
lxc_0.7.5-19.dsc
 5f2a54eec69f82acba8fa9fcd113181db9957b51972db832c646b42358724c01 41667 
lxc_0.7.5-19.debian.tar.gz
 24fb1a30c3def6dad066229d29802df584a62419f377c707ee3761b4926359ad 175132 
lxc_0.7.5-19_i386.deb
 aaad9ea9d14231390af13ef9f9fdcb368ded24f992376655b5b016258abfcf06 174368 
lxc-dbg_0.7.5-19_i386.deb
 ffadef7847aa7a3a885f0745b8139fa0fa55bcf04711a68dfbe5b6a34da30440 19492 
lxc-dev_0.7.5-19_i386.deb
Files: 
 e5610ad7a2531a5037051474e22df267 1236 admin optional lxc_0.7.5-19.dsc
 b387958657b1429eef16eaa69461c05e 41667 admin optional 
lxc_0.7.5-19.debian.tar.gz
 6dbaff2373da805595e9ad2fc5781615 175132 admin optional lxc_0.7.5-19_i386.deb
 00085b259bc61fda8fc85e6426b3f759 174368 debug extra lxc-dbg_0.7.5-19_i386.deb
 457128a218e12efa14aa7214bc06a816 19492 libdevel optional 
lxc-dev_0.7.5-19_i386.deb

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

iEYEARECAAYFAk8LDpAACgkQ+C5cwEsrK568QQCfcrNCF2ZO135IBpFsw8gXQQ5V
PDUAn1lFakL5SfmE3+alJT+68MoZkd88
=0dX5
-END PGP SIGNATURE-


Accepted:
lxc-dbg_0.7.5-19_i386.deb
  to main/l/lxc/lxc-dbg_0.7.5-19_i386.deb
lxc-dev_0.7.5-19_i386.deb
  to main/l/lxc/lxc-dev_0.7.5-19_i386.deb
lxc_0.7.5-19.debian.tar.gz
  to main/l/lxc/lxc_0.7.5-19.debian.tar.gz
lxc_0.7.5-19.dsc
  to main/l/lxc/lxc_0.7.5-19.dsc
lxc_0.7.5-19_i386.deb
  to main/l/lxc/lxc_0.7.5-19_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/e1rkhfy-0001xr...@franck.debian.org



Accepted pristine-tar 1.17 (source i386)

2012-01-09 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 11:44:44 -0400
Source: pristine-tar
Binary: pristine-tar
Architecture: source i386
Version: 1.17
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 pristine-tar - regenerate pristine tarballs
Changes: 
 pristine-tar (1.17) unstable; urgency=low
 .
   * pristine-tar: Fail when the delta is excessively large, probably
 due to the tarball being compressed with something that tar x can
 auto-extract, but that pristine-tar does not support.
Checksums-Sha1: 
 ab3d7688c6074ee8faba54a901d42610f50c867d 1591 pristine-tar_1.17.dsc
 8622b948906e9f65a143b908d6e06c07523ae938 138490 pristine-tar_1.17.tar.gz
 3e8a2b75ce2d8564ed32410cdecd9da9dd8d1905 192820 pristine-tar_1.17_i386.deb
Checksums-Sha256: 
 e3362649460bc3bb49c533a0c3f5b5e6463ca3aae78f3826e79aa8ab933ef363 1591 
pristine-tar_1.17.dsc
 f51f5fa76ef4d00afd133458592b94d1df0fe0682b55e64539a3bc935633a4ed 138490 
pristine-tar_1.17.tar.gz
 04f3446cd7351b07c8142715adf1720caea7b19f0c3a4bbdc6512922f2948d6a 192820 
pristine-tar_1.17_i386.deb
Files: 
 f6f3efeeb9c93f72eec549af26a10dad 1591 utils optional pristine-tar_1.17.dsc
 7b7c179b13f2b4b32335809f2b8175b3 138490 utils optional pristine-tar_1.17.tar.gz
 d4169ba8a62c637bd385c66b50c76c09 192820 utils optional 
pristine-tar_1.17_i386.deb

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

iQIVAwUBTwsMMckQ2SIlEuPHAQjgiQ//fv7bCcsqbSyxe+jKkMRFbMbjOLeuOKJ6
hbrwSNMvFPCAlZ4qC7Am/S8xTpcq6VhgiUjBNHpRPneZ+AgMeZbh/PCLCOXN3C/a
SdwwW5/oETQWnPI/3fKFdLbTesVVtka4uRIyXCyxezE0zhBkWYVFUPPlT5OxJKo8
3zsyRrOPinRBaLfjfXSTPXRaIORvx43FVeSNFQehvGg6L+aroyrH/N1k0wQWc5lp
LHyaEvMshCIQ9UU3x1iHJETys9SQm9PSGL2XWPy8mLSYKdXyO0FOW5ReIaDLaLLV
gISClADSsuqKQt2Ll8tgiVUmqmcEErY93F30Y6JtEhsOSUvmSZbeHeBZp43chiL/
0DxOIVMLdO+cukRpbBtf0P155TeIHVUb6sLO9KbUqExMGvXaJa7vnotwKUvwIHX8
sTsi8/hY7fpMbGKO+2wZRYH/9HUAAS46Whp8+tTXAQvKyrjmjgfnimP5/1gS+DY/
filoQ8qti6dHg6A6Ha1UeOphyvyGca4SA6/4OI8QG1CA/OS2H6B7YDyZqV9OlNnC
ibYmneR7HdcnbOHyj1/xMMWqf9WnBHZvnSE32Y5piD8+sYrSHXWpFS4DlnaLPDOz
7AxOGcoI22fL32okzJuf+KTMxo24QPhWGtyXy8kOULd63srzK68Fu+wm0V7AX5jF
FUKTbXcJjGQ=
=bsgN
-END PGP SIGNATURE-


Accepted:
pristine-tar_1.17.dsc
  to main/p/pristine-tar/pristine-tar_1.17.dsc
pristine-tar_1.17.tar.gz
  to main/p/pristine-tar/pristine-tar_1.17.tar.gz
pristine-tar_1.17_i386.deb
  to main/p/pristine-tar/pristine-tar_1.17_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/e1rkhga-00020s...@franck.debian.org



Accepted newt 0.52.14-5 (source i386)

2012-01-09 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 16:08:28 +
Source: newt
Binary: libnewt-dev libnewt-pic newt-tcl python-newt python-newt-dbg 
libnewt0.52 whiptail
Architecture: source i386
Version: 0.52.14-5
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl   - NEWT module for Tcl
 python-newt - NEWT module for Python
 python-newt-dbg - NEWT module for Python (debug extension)
 whiptail   - Displays user-friendly dialog boxes from shell scripts
Closes: 655151
Changes: 
 newt (0.52.14-5) unstable; urgency=low
 .
   * Typo in patch: extra + leads to failure to install snackmodule
 in some cases. Closes: #655151.
   * Remove unnecessary dependencies on libpython* in python-newt that
 were blocking python2.6 upgade.
Checksums-Sha1: 
 fbc371ea61e00c64dc58cea13e6c237af4974653 2191 newt_0.52.14-5.dsc
 7fce3ddead7a358c7a2b1a12b89863d0276de423 38765 newt_0.52.14-5.debian.tar.gz
 03778971907bc74677c137ba6d0e83cc989270e5 89090 libnewt-dev_0.52.14-5_i386.deb
 39d22f543c2d60d59db5e210249290766e9b819b 18498 libnewt-pic_0.52.14-5_i386.deb
 1b9f1ba2bee04ebf22332d1d94e8f8b423f15785 26540 newt-tcl_0.52.14-5_i386.deb
 e72c7b8426e6373556e242faf5fc998d9170c43a 96220 python-newt_0.52.14-5_i386.deb
 f359f04298c17d69e17520fc43fb0f6bf46acf31 41290 
python-newt-dbg_0.52.14-5_i386.deb
 482511b559acdba31010aa6f6cfe4bfd05ba64f6 71584 libnewt0.52_0.52.14-5_i386.deb
 bb372c810eefcf3adb9238e0b77be977ced3f561 32804 whiptail_0.52.14-5_i386.deb
Checksums-Sha256: 
 fc9fe060cb4e0057c9c5eb0395e3d818735b46f2a2ddd5122ebc5f5fcc259aca 2191 
newt_0.52.14-5.dsc
 ead85fb87af7ae0215a494edad82df1f68487415779c772e4990b426a3f95492 38765 
newt_0.52.14-5.debian.tar.gz
 812b64e5030f5367d6de4d3b811f171335521f43056a78c55cac79a691a23203 89090 
libnewt-dev_0.52.14-5_i386.deb
 fc320234a6eabe10f7d19a8495b576ada630ba0588f3a8f438bb95cd2dd8b4a1 18498 
libnewt-pic_0.52.14-5_i386.deb
 629f3dd10d6699f970c9c5fa1baa8dd36690e65ed20f032d3f3fce3e786294e0 26540 
newt-tcl_0.52.14-5_i386.deb
 25e691c01cfa53ba4ac67b033ff70984d8d59f7e79a8bafc5697ab26363f35de 96220 
python-newt_0.52.14-5_i386.deb
 1871ada3d230d72ca13331d34de916c4dce9ff39059b9eb837761793b244bb42 41290 
python-newt-dbg_0.52.14-5_i386.deb
 e41d348a330d8cc3dd94787939ed77936c1c6ec3bf1c87952dc385e324236daf 71584 
libnewt0.52_0.52.14-5_i386.deb
 73d6f416e02de35772373ce00d4e97d8d74cae44dc3efb95956630b6200aa2a1 32804 
whiptail_0.52.14-5_i386.deb
Files: 
 93ae2e211dbdd18992c42b3b892a4b79 2191 devel optional newt_0.52.14-5.dsc
 e23db6cfefe35b2faa426652ac43494a 38765 devel optional 
newt_0.52.14-5.debian.tar.gz
 9133d33d6a68982425198fbab89f5ed7 89090 libdevel optional 
libnewt-dev_0.52.14-5_i386.deb
 7682f38944d3488d7f344a4ff40cc401 18498 libdevel extra 
libnewt-pic_0.52.14-5_i386.deb
 938dae29c76758043d2cf6f16682fc8f 26540 interpreters extra 
newt-tcl_0.52.14-5_i386.deb
 09e477c8a20183f5a3ca023ed12c6d77 96220 python optional 
python-newt_0.52.14-5_i386.deb
 12658841e38ec18d2ba0dd8c75971c51 41290 debug extra 
python-newt-dbg_0.52.14-5_i386.deb
 da0d3f3a412de3a779430e9c4f6dd4d9 71584 libs important 
libnewt0.52_0.52.14-5_i386.deb
 7097c0df522c3803c36bb1278d2fc440 32804 utils important 
whiptail_0.52.14-5_i386.deb

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

iQIcBAEBCAAGBQJPCxIIAAoJEN9LdrZRJ3Qs2xkQALA5XHS4ei4HVbrmxL46/80j
MTnKPVds1UU6ckiwi4DudyLUBTFFNLNbEMuCU388GwdkxFuz4tVdj5BUmfI82CUn
X/jjEL+iorrcH7KemayCObmV61dehOBD1DgHC1mM1Ja5T1m4xgdSDM12cpDTZhPv
LYdIhD+0OpKJquCEoky0moBaaVneFoqpigYU/m0rZqhS2PdozeQ7WgUEA0QY2+oL
LRrBHweHwJiFe8Z5ARF4U45SaThGEHOuDAxBy8vLrrzWZHwkESZF+aEPKzDKYqLz
ie8GeNzBRwZ5v1MiDjTjaSfyAzjITvu0dOs2D9wMtX+UBtVW2DNmQG7lEbBo3If9
/QvlUR8fS8KZaicfrVn+3fKnbhRPsxF952e0M2T6czb/dSvtLxHUUDGNyNAlytNK
7f+fjcVPCnOeBxAMGFFLa0PvWhH3cktYaeuhCBi5HRNVsyc0ZQglGAs5ZL3YSejT
qHWMTG9RrDbG9Glg5ijN4LQGAQrS1NFCOYAQp4nQQRz9Fj3s3lHKGxIY9eG2VkZh
+1m+mUyS/wGrnYuNlFTDsVny+2o7KRfZz2bXzl/MMS2LFEwMNcaA0VyN7toIPCvL
nzi24fi9Yjvv7jDFeImNQok4rg8wj849TOUm1S9zmYLJ5IrVG7I8Sx0adO8WSbke
DFj+lCbFOcQncLChkS1V
=3y6v
-END PGP SIGNATURE-


Accepted:
libnewt-dev_0.52.14-5_i386.deb
  to main/n/newt/libnewt-dev_0.52.14-5_i386.deb
libnewt-pic_0.52.14-5_i386.deb
  to main/n/newt/libnewt-pic_0.52.14-5_i386.deb
libnewt0.52_0.52.14-5_i386.deb
  to main/n/newt/libnewt0.52_0.52.14-5_i386.deb
newt-tcl_0.52.14-5_i386.deb
  to main/n/newt/newt-tcl_0.52.14-5_i386.deb
newt_0.52.14-5.debian.tar.gz
  to main/n/newt/newt_0.52.14-5.debian.tar.gz
newt_0.52.14-5.dsc
  to main/n/newt/newt_0.52.14-5.dsc
python-newt-dbg_0.52.14-5_i386.deb
  to main/n/newt/python-newt-dbg_0.52.14-5_i386.deb
python-newt_0.52.14-5_i386.deb
  to main/n/newt/python-newt_0.52.14-5_i386.deb

Accepted percona-toolkit 2.0.2-1 (source all)

2012-01-09 Thread Dario Minnucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 17:10:35 +0100
Source: percona-toolkit
Binary: percona-toolkit
Architecture: source all
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Dario Minnucci mid...@debian.org
Changed-By: Dario Minnucci mid...@debian.org
Description: 
 percona-toolkit - Command-line tools for MySQL and system tasks
Changes: 
 percona-toolkit (2.0.2-1) unstable; urgency=low
 .
   * New upstream release (2.0.2)
   * debian/patches:
 - Drop 000-pt-tcp-model-broken-for-type-requests.diff (Fixed upstream)
 - 000-Makefile.PL-fix-manpage-section-mismatch.diff (Updated)
Checksums-Sha1: 
 7ebef22107965ecd49493de13e9af6bbed7c7e8f 1959 percona-toolkit_2.0.2-1.dsc
 b0fa640eee4d2d1e5d28c46d0560c832cd89fd38 1020047 
percona-toolkit_2.0.2.orig.tar.gz
 4242366e0b44b24a633d6393ec55db0e3ecdee90 5180 
percona-toolkit_2.0.2-1.debian.tar.gz
 f929385dae480f9c8613cef51083b9e10333887a 1313972 
percona-toolkit_2.0.2-1_all.deb
Checksums-Sha256: 
 30dee0f8ccbb7ff623e8ee68486f4b4b126836408ca9a0ee9dbffa18b3b6765b 1959 
percona-toolkit_2.0.2-1.dsc
 0bb72e35c336f91be98b820083644ffd310e299067bcb61840d8c30688d7378d 1020047 
percona-toolkit_2.0.2.orig.tar.gz
 bc8a8494e3f0b9970fca8c2fc038ca4db73b1b4928936de4048ae3d0e20fc630 5180 
percona-toolkit_2.0.2-1.debian.tar.gz
 44030c8d0c35bf60b64474290b3caec2d91ae7e997e71253f079819b8770f2b7 1313972 
percona-toolkit_2.0.2-1_all.deb
Files: 
 06e7490fd96d501cae96dd2adb40348d 1959 utils optional 
percona-toolkit_2.0.2-1.dsc
 e29e75bfd22d57285e07f90c31cef353 1020047 utils optional 
percona-toolkit_2.0.2.orig.tar.gz
 a6a2db55fe9ff04f32e6f87c1bb11254 5180 utils optional 
percona-toolkit_2.0.2-1.debian.tar.gz
 243d15fa4092a554ed8bd32f1573b2ab 1313972 utils optional 
percona-toolkit_2.0.2-1_all.deb

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

iQIcBAEBCAAGBQJPCxHPAAoJEKgvu4Pz1XAz4VYP/j/0H9IvWhorW/7WGlgjp8pJ
Sp0EDtWv0dlKz9gcoHwP1ke4FFulCBWzIQRCIt+/LosU8hpJaO2zR/1F84XuIZxw
J1WMQxO3Q4KuqWOmqfQkkdAgUfMSca6bNVIqT6phxCPJKUcgtZeqt9sCfPJZMYE9
NJbNiXUHfFIeckBg3zlIxFyCAYQZ04AcBV+tvv2J8UmzODAyavF0R0zPXhKdmwpj
WYGvFp+KMxP+R0wnjnB2RdE9ZT/NlgxKZlhhYQsfpniAfw3FFOCqyqC5MoJbEM60
TMnjEVDQF675df1xuuUZ/qsZ4ibG0yC2zMq8TODRv2i4IqWHvV97lhwmD3hzqdp5
e1xfSNkSNboVD17wkAEjdkbwZPasKJdV13OquhFnUAZkvlQwEXLdsHHZ09n/ew5V
4WN+QCePWld0D9jSKY3r96QKDlapdhha9HTrwUl4yiDjwoQHIcI/1IfuvIPdhWT/
M+vPtFvnmupb1ZDLg9A6o1BeGA85FD6E5O3K4G6jphlzmPTh+cNtUYTxR2nbBeKa
NpLA5LY+pAByYBTXcUwsTm4Vd4k4QRWT4z5TefbT/3wKJCq4oL9RtzhQ3M62Ki3l
kAzO3kUA4sDHkXTyOsrMyD7/301gm59jqQ7d0YcV5tQEiUm9YPm+vMGNPkeUoEPU
TnMQFX6uepHo6dSO2xEf
=b/ZC
-END PGP SIGNATURE-


Accepted:
percona-toolkit_2.0.2-1.debian.tar.gz
  to main/p/percona-toolkit/percona-toolkit_2.0.2-1.debian.tar.gz
percona-toolkit_2.0.2-1.dsc
  to main/p/percona-toolkit/percona-toolkit_2.0.2-1.dsc
percona-toolkit_2.0.2-1_all.deb
  to main/p/percona-toolkit/percona-toolkit_2.0.2-1_all.deb
percona-toolkit_2.0.2.orig.tar.gz
  to main/p/percona-toolkit/percona-toolkit_2.0.2.orig.tar.gz


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



Accepted underscore 1.2.4-1 (source all)

2012-01-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 17:00:41 +0100
Source: underscore
Binary: libjs-underscore node-underscore
Architecture: source all
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libjs-underscore - JavaScript's functional programming helper library
 node-underscore - JavaScript's functional programming helper library - NodeJS
Changes: 
 underscore (1.2.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump debhelper compat level to 7.
   * Extend copyright years for Debian packaging.
   * Update copyright file:
 + Drop duplicate comments.
 + Extend copyright years.
Checksums-Sha1: 
 b96e42271583ea59d6abcc1a2468a61405e8e6d5 2060 underscore_1.2.4-1.dsc
 2e96bed097d862e7acf39925db5a13b0a40108b5 109881 underscore_1.2.4.orig.tar.gz
 447be368db72b307f08dc68c0b7ce9d1d95aaa2d 4862 underscore_1.2.4-1.debian.tar.gz
 da8d7202c63904428201f9a41f51c56c61268ff9 38784 libjs-underscore_1.2.4-1_all.deb
 d4580ec5ab2a282ff97d514b390cf4bdf41ab45a 25702 node-underscore_1.2.4-1_all.deb
Checksums-Sha256: 
 b3160c16d16862d85f563bbbe7d557075bc436a42794f6029cb1e9ea0c5fba56 2060 
underscore_1.2.4-1.dsc
 8e7f55dd6b77bd557f86fac37f7c7053cfd77418bf898c8fdcf3cf0c118fd5bd 109881 
underscore_1.2.4.orig.tar.gz
 6b6720e94abc831f4360b1a5caac02de98d230c93bdff966bceb0ed70ec212bc 4862 
underscore_1.2.4-1.debian.tar.gz
 4460885ed2f848c5e313d824873c9891aa0c6839f4b742c7f466288a7b99d20e 38784 
libjs-underscore_1.2.4-1_all.deb
 be11a9dd76f9a43f89dcbcb47f9df26a7e0befb589e2eee1675b15d2260e32ba 25702 
node-underscore_1.2.4-1_all.deb
Files: 
 6c73a781096fa716864f0c49919264e2 2060 web optional underscore_1.2.4-1.dsc
 a28e690a41615d34540749497567c356 109881 web optional 
underscore_1.2.4.orig.tar.gz
 aa03423458aa0ce1294b1e7b781d6b78 4862 web optional 
underscore_1.2.4-1.debian.tar.gz
 b18570e5120e67f257158ee732ae9a11 38784 web optional 
libjs-underscore_1.2.4-1_all.deb
 013f0f2b72637771b3bb0ad730b5ef05 25702 web optional 
node-underscore_1.2.4-1_all.deb

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

iQIcBAEBCgAGBQJPCw/kAAoJECx8MUbBoAEhE3oQAJCmR7TNv4eaRg3N8cv03qAU
pINed6SuG/7R2y1iFvCWu4ALwAjk+ncdJUr1+v/mzRdJ1p9eJ/zsbxd8bGK/aGDD
2HvMI76o3iepZ2lVzZ4f38b6WFga0uhnV8X8kD807xAzzpmK9fz1b0i7smPTAGtj
1tV08r5XU74CzhBOx3ZrK9XEDBnwOpnHuA65GwLYqfsiD/rAwk23DIPe0mj+FsVq
u4mVrOcTCTbkGeln7oh5weOXqPbj6jKZ0ZSbe7+Pcw75wtol5ZzsQwhxErys1JEt
/6krgART2JINDTQmJgFSjxGnOi7mdK13zDHsiQMz+FaqTOGub2B93M4E0NW4a5gS
Tt6wz4q3+CeNQKPXEu/PcNUEVBN/9vnlhhg87kmCmmTpFfpmrjXW4IPb9AFeTCbU
rul4PClFYSZuDOkqHHo4k2kIsSAyvudRa4AcfiAJhGlDPVePGorWpUbuUIdxRHfT
KKECrp4ij+HOFn3UY8+SmQNKDLgv1XLz1ug/VpAi1a6w0Qc6rd45sUE36IxN6XJk
7fDJyl7eN+QoSfpabUCjBanW4EznxVy43L5aBbzAZ24FprLyAoHouijB5wHwugYG
5HtOuC0FeHbjmIgutM0QHziBgOaxYXcQ7ZT8QuBHoY38vAKFc/BQgJI9ocsCK3/o
HmUZppp5//cBqh7ww2of
=pFrR
-END PGP SIGNATURE-


Accepted:
libjs-underscore_1.2.4-1_all.deb
  to main/u/underscore/libjs-underscore_1.2.4-1_all.deb
node-underscore_1.2.4-1_all.deb
  to main/u/underscore/node-underscore_1.2.4-1_all.deb
underscore_1.2.4-1.debian.tar.gz
  to main/u/underscore/underscore_1.2.4-1.debian.tar.gz
underscore_1.2.4-1.dsc
  to main/u/underscore/underscore_1.2.4-1.dsc
underscore_1.2.4.orig.tar.gz
  to main/u/underscore/underscore_1.2.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/e1rkhvh-00031g...@franck.debian.org



Accepted gmidimonitor 3.6+dfsg0-1 (source amd64)

2012-01-09 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 16:36:42 +0100
Source: gmidimonitor
Binary: gmidimonitor
Architecture: source amd64
Version: 3.6+dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gmidimonitor - GTK+ application that shows MIDI events
Closes: 654469
Changes: 
 gmidimonitor (3.6+dfsg0-1) unstable; urgency=low
 .
   [ Jaromír Mikeš ]
   * added local-option file
 .
   [ Alessio Treglia ]
   * Fix small mistake in debian/copyright.
   * Repack upstream tarball to get rid of the blob 'waf' (Closes: #654469)
   * debian/rules:
 - Don't call waf distclean anymore, use ./waf clean + prune of
   *.pyc files.
   * debian/watch: mangle Debian's versioning.
Checksums-Sha1: 
 2e5e2ed526e65ef8d7b456a828273f573c8ce125 2145 gmidimonitor_3.6+dfsg0-1.dsc
 82a20aa5d340989b3a6781e16bed92d68cb27e40 117551 
gmidimonitor_3.6+dfsg0.orig.tar.bz2
 59e5fe20253f522a55e695d19a08d919ad963bd1 6520 
gmidimonitor_3.6+dfsg0-1.debian.tar.gz
 06e1a0cc28c0920f4b8b696ef9a3c9322f69ea23 34518 
gmidimonitor_3.6+dfsg0-1_amd64.deb
Checksums-Sha256: 
 d8fbf379131e5dbf6148fbb49b06af88795664022151a65aac8e96d11dd37762 2145 
gmidimonitor_3.6+dfsg0-1.dsc
 424f3db7941fd653e7c331e80bc633a0a449e6af75e59e6d6088c708e1b280c9 117551 
gmidimonitor_3.6+dfsg0.orig.tar.bz2
 c16ef34ac2c7cba283d85ca8c933306a44b1805c31d40e2e85085a5ac993a823 6520 
gmidimonitor_3.6+dfsg0-1.debian.tar.gz
 d93905a5972c9901474f14ff8fdc62149d3db710e74c4d5af7ee12ca0f24 34518 
gmidimonitor_3.6+dfsg0-1_amd64.deb
Files: 
 19017dcbb9ed49c5a718ca20dd890b06 2145 sound extra gmidimonitor_3.6+dfsg0-1.dsc
 7d54e72ceab29abf85491494ceec0ed8 117551 sound extra 
gmidimonitor_3.6+dfsg0.orig.tar.bz2
 8a853301bc8b286db304cc5e0a22d314 6520 sound extra 
gmidimonitor_3.6+dfsg0-1.debian.tar.gz
 08a023652f94a1ceab720d6dfa50e21a 34518 sound extra 
gmidimonitor_3.6+dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPCxWBAAoJEOikiuUxHXZakFQP/3NGLTneVEcaWMDsGqcT2nGm
suiT+8g70ZJCnCGWKKXWHC8SQm141y9H8ouaFP78mFWWG9az86XXvh2ij+BGaWkt
dCHR+DiJyrZAPU7qebwAhFIfJgOklU7fpxP1QuZYQ2LtRP90q2eTVEu7D01bOGWq
MxAr1yE0k9oQMMTiVJ0FhdaP5NfXl9lUhjnggQ4aKBL5aMQmo2D3CWOblCbNiCVP
/zpymug+I3Thf0s63zICSLiQtaWx/5WmPmsLmDKEVYH3kroIujMThmy62+CeSRw8
nUTsWEE9oCwDG7iOMfl92N4V6UktjXE8ea8fJF5jtTahKdqhyO+Omfsk20L7cSjA
vKK9C8XT7zhqRYSA/sGr5mAtSk8cRuZjBOGuIun5mj4Zv43JA57B9iqtbn4HhgsP
eJQghul086hdvnUct7/Kqtv7dwjhfBjNzd6cB/VHSE5Bx64l6re2HEz38gqgkTGE
0puZwKcBQ4oRGyDKvjVkkYybVrcrdQPmfoXgDTs1+5aDn3q+s6JKN42suqtIJQxO
25H1xMdvDtI5sqhS/RA4MX5gRQ7Ujlsa6ipw8Vvw4J1/UC0sCo2N/yQo6n63LB0/
OXo1Tmfkai9/ZAVleAglZTR0Ddv75Rkbf12lnq0qOR1vTw2qZx6JnrE5Y8qHnR1/
zAyIKKn2cJKRZVHCuJPG
=3K7a
-END PGP SIGNATURE-


Accepted:
gmidimonitor_3.6+dfsg0-1.debian.tar.gz
  to main/g/gmidimonitor/gmidimonitor_3.6+dfsg0-1.debian.tar.gz
gmidimonitor_3.6+dfsg0-1.dsc
  to main/g/gmidimonitor/gmidimonitor_3.6+dfsg0-1.dsc
gmidimonitor_3.6+dfsg0-1_amd64.deb
  to main/g/gmidimonitor/gmidimonitor_3.6+dfsg0-1_amd64.deb
gmidimonitor_3.6+dfsg0.orig.tar.bz2
  to main/g/gmidimonitor/gmidimonitor_3.6+dfsg0.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/e1rki8x-0004vt...@franck.debian.org



Accepted ikiwiki 3.20120109 (source all)

2012-01-09 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 11:49:14 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20120109
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Changes: 
 ikiwiki (3.20120109) unstable; urgency=low
 .
   * mdwn: Can use the discount markdown library, via the
 Text::Markdown::Discount perl module. This is preferred if available
 since it's the fastest currently supported markdown library, speeding up
 ikiwiki's markdown rendering by a factor of 40.
 (However, when multimarkdown is enabled, Text::Markdown::Multimarkdown
 is still used.)
   * On Debian, depend on libtext-markdown-discount.
Checksums-Sha1: 
 3be42e9e572a6890ca7cae5bdf53a34211ccef52 1809 ikiwiki_3.20120109.dsc
 434c5bd9b910cf80ef57e80f41e8a0ca7c0984d1 2740212 ikiwiki_3.20120109.tar.gz
 54734727557a4098b370354ae3d58edfc3bb9302 1896678 ikiwiki_3.20120109_all.deb
Checksums-Sha256: 
 d55b427ff6e1ee9f38d12002032ba97e1585ebaaf4724154caaea1215dc28411 1809 
ikiwiki_3.20120109.dsc
 0a47135c039f3dfd62162dd3b250397fcdab2dbb4bf4cf0433099f6e48d6f3e8 2740212 
ikiwiki_3.20120109.tar.gz
 425c458acab55429ac4f5a7ed5d36dc1ff47e0e4089ba430d3caeab890a2fe94 1896678 
ikiwiki_3.20120109_all.deb
Files: 
 42fcbbd0e48482f8cb546134535d5704 1809 web optional ikiwiki_3.20120109.dsc
 39294993970b55095a7fa558a6cf5f94 2740212 web optional ikiwiki_3.20120109.tar.gz
 a81d4a220bab583e0fe00c4ac5823cda 1896678 web optional 
ikiwiki_3.20120109_all.deb

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

iQIVAwUBTwsTEskQ2SIlEuPHAQhm+A//ao9k21BZ0/ER1zL87Ax/wkh/NsIJAXTH
C7XaKPG0NCzzjdM/Kmp2ZQLDBS+U2bPfNhd45IteF6eenqJ4fxPlmxTYhJ0TA4zF
b88S/7aQ4EhaiTln0npAXPFhQR8588+/VQ1fLR7X0Zv8tvXdlNv8MvwenlHAdjcy
sIdGZXkPLHxrxeiGj+Yl+TPgXYiwLETtVYowDXYiBGXymTp48ZAMpKxgZBfF5OlD
owBTt8fLoyVTRbL6yRRIEncQOwFSHmXXMoglBzfgk7nBKnloep9tOxtx8PcXDWhU
6OYoVeZbHUQhXv1HLEJqiLAbmCkQKr0ehEN7eXK1Na2psOWGr6LMiIG2BG8M6L+S
sDdwxWXNO5BsvPlgTp0POWDXw3Yvaj0ycsHSUf5gvf8L1gfe+6YI5Q6MSF0bBZgB
WCgykiKPgaiLYBdRcbba3F7KMkC32SNYeFGoyq+N81mO20pNswg9Ja1Y/YFo3OT2
kMsCv38YjmIyEfcnRKgS94IlG3WXk87Y89qi203TX/ewQ9KCxcs7yUo4esiphen4
26mrcm+wxORrAonVGn+TQTGsyjDMP5WgCY0Fm8AHln2OKKoxP3YSv5TzCKg2FjSs
Q9TG3usvKGfX0mAQDdubwTXlamzWQyHww9BXbCdaVyBRd9vYdxLJEKrV1GAWll3V
6z3/fKZVJdA=
=G9Td
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.20120109.dsc
  to main/i/ikiwiki/ikiwiki_3.20120109.dsc
ikiwiki_3.20120109.tar.gz
  to main/i/ikiwiki/ikiwiki_3.20120109.tar.gz
ikiwiki_3.20120109_all.deb
  to main/i/ikiwiki/ikiwiki_3.20120109_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/e1rki9b-0004xl...@franck.debian.org



Accepted gnome-color-manager 3.2.2-1 (source amd64)

2012-01-09 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 18:16:15 +0100
Source: gnome-color-manager
Binary: gnome-color-manager
Architecture: source amd64
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-color-manager - Color management integration for the GNOME desktop 
environment
Changes: 
 gnome-color-manager (3.2.2-1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Update repository URL.
 .
   [ Michael Biebl ]
   * New upstream release.
   * Remove org.gnome.ColorManager.service D-Bus service file which references
 the no longer existing gcm-session binary.
Checksums-Sha1: 
 99463b7da7b04bb3e88bed0ab6704e8710778dff 2393 gnome-color-manager_3.2.2-1.dsc
 171cc28610b18b3dcf403865814236d263f06b05 2515672 
gnome-color-manager_3.2.2.orig.tar.xz
 44f2200e71a5d6659ddc6df46806a68df8112f44 2910 
gnome-color-manager_3.2.2-1.debian.tar.gz
 7d181dbc40347991f7b73204ccc7236bb6a92111 2201150 
gnome-color-manager_3.2.2-1_amd64.deb
Checksums-Sha256: 
 fe8a699fe35f95125df1a244fb1af59312dc95a736b339f375a530e0849a558e 2393 
gnome-color-manager_3.2.2-1.dsc
 4898fe8c29761d8dc0859c4a3a1bf725d3b80d552caab1225202f6030a118d9a 2515672 
gnome-color-manager_3.2.2.orig.tar.xz
 0c89bd69d08f32ed561fbde999dbc830a165ba96967c484028798584f1e0ea7e 2910 
gnome-color-manager_3.2.2-1.debian.tar.gz
 0ca9f97b983f20e4f68f1be92e0ff01f2b1d49e0ecc6d00fb83b0b008107fb26 2201150 
gnome-color-manager_3.2.2-1_amd64.deb
Files: 
 278db809a1bb120f90210086959ef321 2393 gnome optional 
gnome-color-manager_3.2.2-1.dsc
 2df1c411dd2f544cb085f53b3ea1d15b 2515672 gnome optional 
gnome-color-manager_3.2.2.orig.tar.xz
 41c135cdf064f41e3f139346ecda1da0 2910 gnome optional 
gnome-color-manager_3.2.2-1.debian.tar.gz
 94932196c1b3a76848550f3f54944538 2201150 gnome optional 
gnome-color-manager_3.2.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPCyOAAAoJEGrh3w1gjyLcO34P/RBwiNKsmWJbzCyYMkEU3SBb
eCK0MegAmxsKyntYHo0klVWzj7X0yPWFHfVRhkswvkv+htNfwboQisN2QsoTVioD
hTKGyK1UwE9OkOgOYeX1/hnsLCksJBs2M1llQReROWb5xithUd/Pkbmnf+bl+f9L
yAW4Y/3niP1d+oUcXyQDY3CTIkyC3SezdKTxEStXc0V2ftNrAVndwf+beEj5IUsR
grqQMUa91HQB/cMY+6jVdkCsgNp7TUKp4OxN5UbZ7tCA//ZAACPnLHD2ycdcFbBY
8lA1hCzqUMqBRUkr+9Aj4ZXdWcWniaJLh8yvR+ym1VslHh1arWkEkhnJmgzoaqGW
y91GIDcPW3auDiKc/WW/nZR+Heeg+w6nlFTYxChCI1a+1ev36iY3GW9AlubcP2N6
ivBL+shmQGyMIm9BEQJaiVo9rGzO7oFeA1HfLAo7sNmuCWMP9nLobmadOQ7Sizn1
gieQj540sVsuTrs/o9S2RXLV8r/OhNVfWWyVlOEdFNlVM2JSyoCDS72rNPMCfwHE
WjVZQb2a7Kl1C4bkvceAAuAmsKybAlll+Po7cIrtkTOOQeDe0Sbg5z4+LUnMmDdI
VNaPD1nAHC7VbUq81p9zdXAr9wUO9K0NF/dHb/QJE7+6140HfS64Q4qOz3S1ayWc
1JLlIAQgaBRQZWheU9RU
=lvhv
-END PGP SIGNATURE-


Accepted:
gnome-color-manager_3.2.2-1.debian.tar.gz
  to main/g/gnome-color-manager/gnome-color-manager_3.2.2-1.debian.tar.gz
gnome-color-manager_3.2.2-1.dsc
  to main/g/gnome-color-manager/gnome-color-manager_3.2.2-1.dsc
gnome-color-manager_3.2.2-1_amd64.deb
  to main/g/gnome-color-manager/gnome-color-manager_3.2.2-1_amd64.deb
gnome-color-manager_3.2.2.orig.tar.xz
  to main/g/gnome-color-manager/gnome-color-manager_3.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/e1rkj4w-0002j5...@franck.debian.org



Accepted python-graph 1.8.1-1 (source all)

2012-01-09 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 18:59:30 +0100
Source: python-graph
Binary: python-pygraph
Architecture: source all
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-pygraph - library for working with graphs in Python
Changes: 
 python-graph (1.8.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control
 - bump Standards-Version to 3.9.2 (no changes needed)
 - rename field XS-P-V to X-P-V
   * debian/watch
 - update to reflecg Google Code changes
   * debian/copyright
 - updated copyright years
   * debian/patches/10_exceptions_catch_fix.dpatch
 - removed, we don't support 2.5 anymore
   * Switch to 3.0 (quilt) source format
   * Switch to compat debian/rules format
Checksums-Sha1: 
 53b124a6d47ada311c80635dd43f1f34bff5396e 1468 python-graph_1.8.1-1.dsc
 44b4792be8246df7ce2f9291eaec2443f80a918c 166916 python-graph_1.8.1.orig.tar.gz
 ae5a1a8da5d5e8a47949477e0870c26be729390a 4218 
python-graph_1.8.1-1.debian.tar.gz
 1818cde09cf2d99ec1ddb65731cb80c990640eec 156300 python-pygraph_1.8.1-1_all.deb
Checksums-Sha256: 
 2ba15ea26a430ed0be24b3feb4a03e90b0634bfa186d7443c24be9195cbf687e 1468 
python-graph_1.8.1-1.dsc
 1a35b8f8e7a2f3904ff21ac425233623b117be05962982af40eeb1d2fc06251a 166916 
python-graph_1.8.1.orig.tar.gz
 8287b32910974e11f0ea9f1169fd273087a4c8166d983f4798591aaf852e66ed 4218 
python-graph_1.8.1-1.debian.tar.gz
 b7e09e7b93b153b292d6d57a71fb7ece44cd3d841e989870a5e573d7a2931160 156300 
python-pygraph_1.8.1-1_all.deb
Files: 
 fde9ebf9202df9f6b43c87287db3b37e 1468 python optional python-graph_1.8.1-1.dsc
 e296f425e674e1e6d93cf001ee82a978 166916 python optional 
python-graph_1.8.1.orig.tar.gz
 2d01f1cf10ec6f81e129adf8a4f4e917 4218 python optional 
python-graph_1.8.1-1.debian.tar.gz
 fca1b550c5944edb3c098cf604552ee9 156300 python optional 
python-pygraph_1.8.1-1_all.deb

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

iEYEARECAAYFAk8LLUkACgkQAukwV0RN2VDz3ACfTPSj0qxXqI5uhQjx//2iixdc
eQ0Anir/6ZHlhiQPMdSPuxw+vJkqgc2t
=TFu9
-END PGP SIGNATURE-


Accepted:
python-graph_1.8.1-1.debian.tar.gz
  to main/p/python-graph/python-graph_1.8.1-1.debian.tar.gz
python-graph_1.8.1-1.dsc
  to main/p/python-graph/python-graph_1.8.1-1.dsc
python-graph_1.8.1.orig.tar.gz
  to main/p/python-graph/python-graph_1.8.1.orig.tar.gz
python-pygraph_1.8.1-1_all.deb
  to main/p/python-graph/python-pygraph_1.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/e1rkjnw-0005v1...@franck.debian.org



Accepted gxine 0.5.906-2 (source amd64)

2012-01-09 Thread linux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Aug 2011 18:49:51 +0100
Source: gxine
Binary: gxine gxineplugin
Architecture: source amd64
Version: 0.5.906-2
Distribution: unstable
Urgency: low
Maintainer: Darren Salt li...@youmustbejoking.demon.co.uk
Changed-By: li...@youmustbejoking.demon.co.uk
Description: 
 gxine  - the xine video player, GTK+/Gnome user interface
 gxineplugin - the xine video player, GTK+/Gnome; launcher plugin for Mozilla
Closes: 654277
Changes: 
 gxine (0.5.906-2) unstable; urgency=low
 .
   * Patches from upstream:
 - Fix compilation which xulrunner 9 (the JS bit) broke. (Closes: #654277)
 - Fix a missing-playlist crash.
Checksums-Sha1: 
 de22164607b2f04c917d48df2f75fe2cc290bf6f 1533 gxine_0.5.906-2.dsc
 e5eb5912e74edc76a1cbd7e0198b6575ff61213a 12275 gxine_0.5.906-2.debian.tar.gz
 35624042f8ea7d306cf6fc87ce934c42641266e6 554308 gxine_0.5.906-2_amd64.deb
 b1056eb3953c9fa1372d8adc855d0717b7c94e52 7588 gxineplugin_0.5.906-2_amd64.deb
Checksums-Sha256: 
 4f1072366bef3010d39a2f3d949d206073f83d098c74d1f3f85ab43da5e19bd4 1533 
gxine_0.5.906-2.dsc
 43fcd5e65e8ccd1307f3fbd945f1354dd8fd794074c74b18ce20aa53958155d5 12275 
gxine_0.5.906-2.debian.tar.gz
 984457fa00fd35356b31a322b983d20c09713c3bfb77a4563dd5597ad54ec350 554308 
gxine_0.5.906-2_amd64.deb
 4c712e2eb4340dcc3a271a9a966c7c8cdb04370ccb749ab55da4e684966d3bfb 7588 
gxineplugin_0.5.906-2_amd64.deb
Files: 
 f816c694f7047cbba5a7b7171ed2e29e 1533 video optional gxine_0.5.906-2.dsc
 cf4cbb3f145f7828a19481c84afceee6 12275 video optional 
gxine_0.5.906-2.debian.tar.gz
 63731aa2fe77bd630981187dc0b2f54d 554308 video optional 
gxine_0.5.906-2_amd64.deb
 63e8c3921579795b327ff55a13097a87 7588 video optional 
gxineplugin_0.5.906-2_amd64.deb

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

iD8DBQFPCzADsBKtjPGfWZ8RAlBmAKCHSbwTf4VmFbgYFbrKgGadBhYaCACgs7SL
rGQQ7AkzV1QBncLU7cUOlUA=
=aBD2
-END PGP SIGNATURE-


Accepted:
gxine_0.5.906-2.debian.tar.gz
  to main/g/gxine/gxine_0.5.906-2.debian.tar.gz
gxine_0.5.906-2.dsc
  to main/g/gxine/gxine_0.5.906-2.dsc
gxine_0.5.906-2_amd64.deb
  to main/g/gxine/gxine_0.5.906-2_amd64.deb
gxineplugin_0.5.906-2_amd64.deb
  to main/g/gxine/gxineplugin_0.5.906-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/e1rkk10-00079s...@franck.debian.org



Accepted libvisio 0.0.12-1 (source all amd64)

2012-01-09 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 18:11:08 +
Source: libvisio
Binary: libvisio-dev libvisio-doc libvisio-0.0-0 libvisio-tools
Architecture: source amd64 all
Version: 0.0.12-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libvisio-0.0-0 - library for parsing the visio file structure
 libvisio-dev - library for parsing the visio file structure -- development
 libvisio-doc - library for parsing the visio file structure -- documentatio
 libvisio-tools - library for parsing the visio file structure -- tools
Changes: 
 libvisio (0.0.12-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6cfc70802f9f2487244eb2e8c2855ee46f7e30fc 1932 libvisio_0.0.12-1.dsc
 d3e6be3b5ca52730b7ca6d3f46246293882c5dee 390315 libvisio_0.0.12.orig.tar.bz2
 0f9f3a993261961751518f06f5815a63ef9a4197 1852 libvisio_0.0.12-1.debian.tar.gz
 f646c5f306fa4447ffccb9da2b898b1a65b351db 29740 libvisio-dev_0.0.12-1_amd64.deb
 21a2b3360ea21805172a6a2d5527af3515802d95 501736 libvisio-doc_0.0.12-1_all.deb
 7d9ab92edfb742d7b49b74290f634ffbf19955f1 175920 
libvisio-0.0-0_0.0.12-1_amd64.deb
 5f3201c73b97440c99d0ff7803b79875f72b675f 35920 
libvisio-tools_0.0.12-1_amd64.deb
Checksums-Sha256: 
 9d47d4dd1987ba1f9de36bea873e513523d421e51ee2670f87415d294556cd98 1932 
libvisio_0.0.12-1.dsc
 c2370541703b74f9c0d36c3d381cec3909ea238109900a026e1f718a0617b845 390315 
libvisio_0.0.12.orig.tar.bz2
 4903404ad8594274a9dc2bf161146993b30dbf73c1af181310662b1eca7aa350 1852 
libvisio_0.0.12-1.debian.tar.gz
 1001bcf8657e8b5331689123c50dc038fbfba940ab4b318d35fa0a828c61c47c 29740 
libvisio-dev_0.0.12-1_amd64.deb
 b3ea56e9e853570f436747b444c97dda67d3cd545180b7707b8e6eac058c32de 501736 
libvisio-doc_0.0.12-1_all.deb
 736c1f6b2521e732bb4ff35c44d78fe5c97ebcdb8c3df935be88173a1fea 175920 
libvisio-0.0-0_0.0.12-1_amd64.deb
 1fd8a28deadfaee9ad72291df9385b161a1cb087bd64b39e2401a07d60504aad 35920 
libvisio-tools_0.0.12-1_amd64.deb
Files: 
 7a880986236af84c4c0f570b1e0f2781 1932 libs optional libvisio_0.0.12-1.dsc
 053a35c244bf132f806e198ac4d960aa 390315 libs optional 
libvisio_0.0.12.orig.tar.bz2
 8e1bb905dec0fb6aa5963359820c0bf9 1852 libs optional 
libvisio_0.0.12-1.debian.tar.gz
 d6e0d7341e470b94e25db69c406cdeba 29740 libdevel optional 
libvisio-dev_0.0.12-1_amd64.deb
 46adb202d6be869c11d87228b0ef8b07 501736 doc optional 
libvisio-doc_0.0.12-1_all.deb
 380680c66c3d7475a146e7159bc89225 175920 libs optional 
libvisio-0.0-0_0.0.12-1_amd64.deb
 5227fdcc05ae389b683f92d9310bd5b8 35920 utils optional 
libvisio-tools_0.0.12-1_amd64.deb

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

iQIcBAEBCAAGBQJPCzBiAAoJEAqgRXHQPj5wCCEQAOTSrzCb8V9EYAXBtFNkS6yV
6l2WPrWUATdlIoQL7YlExoPDnCc6XzxyGkgI7eHmqpXRbKXDeHWIxoaDMe6NM7Ky
dnB1FUKozEcTg+g0atNPD63c3sJJjx93R2dt6f18NoGRzVoSC3019o+yZ1DVbX0o
2PpxpBh2VZf5xfYUT/CoHM47QyzQ+WO05jirFvJdpHzaPFbpi3xS7Mbd2EKrbD8i
g+Zr0XJ9GapYtLYD6IgjFvzU4AaWVai9aTKoKkW7bFobHYLVOLqNQ8ytaZQj3ahO
JxGrVrElFbjbJYK+PNgo8j8B93eKwXRBWd5tdaionoQ0PDTV9MAOuDkQ9DRxXb4b
z8ASpQG1z76bmUm9HgJhq5YTuF9ADv44uhvdnOGuuyxfVVa2S5LubgmkAasjzc3n
1Smr2A/ed3dHLd8qrqC7ZDk55Gs2tA1GRlBU7TvlimT4JlOIKCuWposMmTqt5aQX
1THH0XQHFY0hy3VjXhp1vhWB5ah7aA6hUW7BTCr6eDAcgYtYq5nz7wRD+Yl3Ubdi
h1mpP8yADO9PIydtVGfn5tFnIAwnICGpTNo1IHjaExf13CaQALZ6OsJxkmQMEmj1
AaS3EzMW1KeLYMWA2/jx/2nYXOJYMV1RIwKjyrdFo8uQvONzHikm3E+WvaD0AfOq
l8E2+z38OZSPDSWYU0vL
=GWfo
-END PGP SIGNATURE-


Accepted:
libvisio-0.0-0_0.0.12-1_amd64.deb
  to main/libv/libvisio/libvisio-0.0-0_0.0.12-1_amd64.deb
libvisio-dev_0.0.12-1_amd64.deb
  to main/libv/libvisio/libvisio-dev_0.0.12-1_amd64.deb
libvisio-doc_0.0.12-1_all.deb
  to main/libv/libvisio/libvisio-doc_0.0.12-1_all.deb
libvisio-tools_0.0.12-1_amd64.deb
  to main/libv/libvisio/libvisio-tools_0.0.12-1_amd64.deb
libvisio_0.0.12-1.debian.tar.gz
  to main/libv/libvisio/libvisio_0.0.12-1.debian.tar.gz
libvisio_0.0.12-1.dsc
  to main/libv/libvisio/libvisio_0.0.12-1.dsc
libvisio_0.0.12.orig.tar.bz2
  to main/libv/libvisio/libvisio_0.0.12.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/e1rkk1f-0007ev...@franck.debian.org



Accepted quotecolors 0.3-3 (source all)

2012-01-09 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 19:32:43 +0100
Source: quotecolors
Binary: xul-ext-quotecolors icedove-quotecolors
Architecture: source all
Version: 0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Christoph Goehre christoph.goe...@gmx.de
Description: 
 icedove-quotecolors - Colorize different quoting levels in e-mail messages 
(transitiona
 xul-ext-quotecolors - Colorize different quoting levels in e-mail messages
Closes: 654825
Changes: 
 quotecolors (0.3-3) unstable; urgency=low
 .
   * [421fc9d] rebuild patch queue from patch-queue branch
 modified patches:
 - 0001-support-icedove-8.0.patch (Closes: #654825)
   * [9a50228] lintian: fix transitional-package-should-be-oldlibs-extra
Checksums-Sha1: 
 cd0a84fb9d8feaf94e46578cc44a24a9da9a0e5d 2086 quotecolors_0.3-3.dsc
 b2a271275ab30ea6f9984698df8bb69e03bd4a0e 3422 quotecolors_0.3-3.debian.tar.gz
 0b937024ff188e38d43d3b44bde34b2f2069c100 40032 
xul-ext-quotecolors_0.3-3_all.deb
 32e07acb3f83f7d4c31e904893964f285c013e53 3072 icedove-quotecolors_0.3-3_all.deb
Checksums-Sha256: 
 30afda08347385a5dd78ce9c933787dbd78f8c7d00101d446dee91657f47dba8 2086 
quotecolors_0.3-3.dsc
 481881889abc9053687c0ad166066cd928bcd1b587c6ee192da075027e13bc88 3422 
quotecolors_0.3-3.debian.tar.gz
 1854c3d40646a175c72fce15b0f56acc3da0209c4cfeff806beff159e817c140 40032 
xul-ext-quotecolors_0.3-3_all.deb
 8e7d2cf31a21bb4b71e671d178b3262d12e3156c6f4e704565e155364bcf916e 3072 
icedove-quotecolors_0.3-3_all.deb
Files: 
 7f5f00651dc1418558c5a2a67a20d6fe 2086 mail optional quotecolors_0.3-3.dsc
 147e8af4c72ced76dc7167dfcfc1d51a 3422 mail optional 
quotecolors_0.3-3.debian.tar.gz
 37a81007ba12e186637ac8d041e54907 40032 mail optional 
xul-ext-quotecolors_0.3-3_all.deb
 03ff41b37c756be3116ace30f244e4da 3072 oldlibs extra 
icedove-quotecolors_0.3-3_all.deb

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

iQIcBAEBCAAGBQJPCzRUAAoJECbjyHWnRCDv7/4QAMICQfTbodDZeIpimxGVVqEL
L0a90jJQCjRElT/dtnszxdT24rD/hhylD8HVKskqarbeLQrVwhCmeQdQgeXipVwq
ZVDtGwgUbkQuxWPpWbyPEejEEA7MfJhjUe9ud6s6SUXPQZa5ADsms7UDimtCLODk
BLnk7KlyCuxqheN50OjCIU8v9iGmtbRhxtudU9gwBJp1yjFzkJlvImi1LZ0C+rAf
CPghvGIPV9i/PONSKBpWcf8nTAceIz6CoKbwpEvhxDiQFczzc0UpoMPDywdPMQUO
l3RxXwNI1I+wx7vHw4fl0bu+W0wUBxNXgxHwjbX3qU50sF2MwKIHdqS76PhlPfIK
9qdCw7esPRS6G8hQwHvn3VDh248jIHHJ21eEFMdXzK9mh7dei8lDWBZ6Q5CjtrJ3
SO1daKgd3adH+yppAICz2J9ph77kc2G45mMfsTuExs1kNUwDFGaXIh0Sqhs2ANZ9
+/Ltuy3s+gY012nx9GBPSMLZQ+fZunSV9DiuGNTrd9ObI64Y90iYLKSODZr0HXY1
8jG1NuN60XEOXSSWG2GKMBvbhCQD3nXbUcoAX5w58utYp4eMzInI+CJcbnVGvvkh
383gij7BiIrrO94NrMn06Rzf2z61Q0Sorapm8SAr0mazxLBhPixr8rLkpymY2uj+
uUI9gh9t/DsXorMisvwq
=gZUq
-END PGP SIGNATURE-


Accepted:
icedove-quotecolors_0.3-3_all.deb
  to main/q/quotecolors/icedove-quotecolors_0.3-3_all.deb
quotecolors_0.3-3.debian.tar.gz
  to main/q/quotecolors/quotecolors_0.3-3.debian.tar.gz
quotecolors_0.3-3.dsc
  to main/q/quotecolors/quotecolors_0.3-3.dsc
xul-ext-quotecolors_0.3-3_all.deb
  to main/q/quotecolors/xul-ext-quotecolors_0.3-3_all.deb


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



Accepted ladish 1+dfsg0-1 (source amd64)

2012-01-09 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 19:33:51 +0100
Source: ladish
Binary: ladish gladish ladish-dbg
Architecture: source amd64
Version: 1+dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gladish- graphical interface for LADI Session Handler
 ladish - session management system for JACK applications
 ladish-dbg - Debugging symbols for ladish
Closes: 654481
Changes: 
 ladish (1+dfsg0-1) unstable; urgency=low
 .
   * Add unpack_waf.sh shell script to get rid of the 'waf' blob file.
   * Repack upstream tarball to get rid of the waf blob (Closes: #654481).
   * debian/watch: Mangle Debian versioning.
   * Call 'waf clean' instead of 'distclean', skip errors, prune *.pyc files.
Checksums-Sha1: 
 cef37e69ff297f0aee227752dd39cfe32beab9a5 2243 ladish_1+dfsg0-1.dsc
 0330f19610d4b156a3f9830782793a129da4c1a6 604967 ladish_1+dfsg0.orig.tar.bz2
 d8dade8794635d5d303f3d00dc35ebe89dcc096d 9929 ladish_1+dfsg0-1.debian.tar.gz
 cacbbef83b8f8523f64b03defec0430eb71cdfb9 183846 ladish_1+dfsg0-1_amd64.deb
 30424635b278344b24ab94221f0c939375d584fe 162512 gladish_1+dfsg0-1_amd64.deb
 7d549b4e7e61eab3b32fa63c44e24576a1c19d81 201040 ladish-dbg_1+dfsg0-1_amd64.deb
Checksums-Sha256: 
 3dc60af804b7a9d6d78b567fd789899552291b01e99b5789f82921a7918ce50e 2243 
ladish_1+dfsg0-1.dsc
 39b09d5a4c2f2d65d37374eb8b53f35039f2229d96ea6ddef7b1ce154403383a 604967 
ladish_1+dfsg0.orig.tar.bz2
 6f980a2a9405cd1d11af82e54fc0519347115e8374da93c9266b401c0225ab7e 9929 
ladish_1+dfsg0-1.debian.tar.gz
 29142ea02abe195fbf4e386ad73238a96eb7fd7007a2b26bd6eb26cec91c7c29 183846 
ladish_1+dfsg0-1_amd64.deb
 8382bd4359f37c9a58ce605a7eebc261f95d9971c34424e255f747d1b6be1fa1 162512 
gladish_1+dfsg0-1_amd64.deb
 2ade06aa44fedc6dc584030f22da5d060fbc67cb10a9cca67b0e2a10c0787eca 201040 
ladish-dbg_1+dfsg0-1_amd64.deb
Files: 
 39ff30719dea08928982850039150353 2243 sound optional ladish_1+dfsg0-1.dsc
 7ef3e03f5763f1e1a3bcf0e7388f9eee 604967 sound optional 
ladish_1+dfsg0.orig.tar.bz2
 1cb73606e3890dbd4c1f91cfec7082ef 9929 sound optional 
ladish_1+dfsg0-1.debian.tar.gz
 bf3d305874aac7a108197e4995de4f08 183846 sound optional 
ladish_1+dfsg0-1_amd64.deb
 8920ef7ca1d825e8499e1d0b3ca370d7 162512 sound optional 
gladish_1+dfsg0-1_amd64.deb
 283074cf39f60f9bcadfeb59e5e5a8cf 201040 debug extra 
ladish-dbg_1+dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPCze1AAoJEOikiuUxHXZaJE0P/1ag+JH/SiRYr0vpyV1yeHuQ
esvb+TtOaBvDhphYGan4kMgjPNsRRbeZ5IdXTueIT0KpG/nIfhZKeD3Jn0n4ONBE
zermZOzH+gN3yrwff5WFthujzdy6gOmky/KN504U4oIla6pWjmTCr5uqCQl43jB7
O9qpcKOaosg6OcQCA3FDSt/1w7WezoGkMi/dsQ2NPbshXtqz6GZC1ax+sNUGw7m0
6WPlM/4p//DKOVASDr5RaxC4zO5/n6UVtDmojTL9Sj1TSFhr+k5UEc5Dn/m3n6eP
D5eRFJOh5qmP2vueDtJxXqBg2QxaP6e5ya0tg+ixyQemRZZ/EVS6X64Jdh2f+7TN
JB8tQ1TKMLDjvNv6TBLMLODrpAMDHeGa4ZuHI7VXSExVPnxm+pU7WYU2EBZXH+5V
BdPGjES+ZiL6Hw2meNbjGHkGJJLA07lXMK3thmw/196mex/van6k4VsoKo5VDmWZ
HhYA9FLsOUvfkot441S700FymJUejz1hFotlvOZ0st+lkv8O0wh1r7sqWawnNrlm
TtA55+QMyrrvvMYocm2hQAFk1cOwYS+2gE1Y1ExG6Pxr/G14cYvdmO+atA7NW+J8
qSBnPk/0BdKVt7x4PR90ILOyXNnNzXRzEF8rBeDR9n+g2hpYRgiji2w/7SZjItOR
KjFLd6yJWb/G7qPnBruX
=oCjP
-END PGP SIGNATURE-


Accepted:
gladish_1+dfsg0-1_amd64.deb
  to main/l/ladish/gladish_1+dfsg0-1_amd64.deb
ladish-dbg_1+dfsg0-1_amd64.deb
  to main/l/ladish/ladish-dbg_1+dfsg0-1_amd64.deb
ladish_1+dfsg0-1.debian.tar.gz
  to main/l/ladish/ladish_1+dfsg0-1.debian.tar.gz
ladish_1+dfsg0-1.dsc
  to main/l/ladish/ladish_1+dfsg0-1.dsc
ladish_1+dfsg0-1_amd64.deb
  to main/l/ladish/ladish_1+dfsg0-1_amd64.deb
ladish_1+dfsg0.orig.tar.bz2
  to main/l/ladish/ladish_1+dfsg0.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/e1rkkuy-0001p7...@franck.debian.org



Accepted newt 0.52.14-6 (source i386)

2012-01-09 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 17:49:24 +
Source: newt
Binary: libnewt-dev libnewt-pic newt-tcl python-newt python-newt-dbg 
libnewt0.52 whiptail
Architecture: source i386
Version: 0.52.14-6
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl   - NEWT module for Tcl
 python-newt - NEWT module for Python
 python-newt-dbg - NEWT module for Python (debug extension)
 whiptail   - Displays user-friendly dialog boxes from shell scripts
Closes: 655244
Changes: 
 newt (0.52.14-6) unstable; urgency=low
 .
   * Edit pkg-config --libs, --ldflags lines to ensure python shared objects
 are not linkead against libpython. Closes: #655244.
Checksums-Sha1: 
 ff781b0a2801a7ae39af2ae1ae28a3a47bc43e86 2191 newt_0.52.14-6.dsc
 730fc6dbfe75fe66b8dedcc64eecc1d9cc3d63db 39004 newt_0.52.14-6.debian.tar.gz
 5e415c13d1fbaaeac64c8bc61ee6b0dba2e8fe82 89144 libnewt-dev_0.52.14-6_i386.deb
 6bca2e1a45ccea303ebaf2de8952fca555d1eebf 18524 libnewt-pic_0.52.14-6_i386.deb
 afd7f13ee0749e5531c1ebefec892dee9fcc7bdc 26588 newt-tcl_0.52.14-6_i386.deb
 4691da6bdaaa9e038ccc81f82c87b542c9b585d1 96248 python-newt_0.52.14-6_i386.deb
 961879a0d5ae04440e60dab09150503b39514923 41340 
python-newt-dbg_0.52.14-6_i386.deb
 0202b9549d0dd4f2d68cf2f1b7480e4026e0d53e 71624 libnewt0.52_0.52.14-6_i386.deb
 5da358e8b22cafcb87068d0341e9008dfd346ee6 32850 whiptail_0.52.14-6_i386.deb
Checksums-Sha256: 
 4075944b3417d7cb9cbd703e872e95292787159c117a75c63d7af1e3a8fb794d 2191 
newt_0.52.14-6.dsc
 89b89f4c08c66ee2b5ce3952c4941381e252d7088a401da0a2f1338523771d01 39004 
newt_0.52.14-6.debian.tar.gz
 eda32549c376230f6add91889f14b9f41226a3f8221fa0390e2cbddd14953495 89144 
libnewt-dev_0.52.14-6_i386.deb
 1da05870e48ada435480288d3c53c094c400abc0c488eec6d6862e779d675389 18524 
libnewt-pic_0.52.14-6_i386.deb
 9b8e64c28388cc3dbaa5b5df37a16f2523cf089a2f2136de1a64bb3e3417aad1 26588 
newt-tcl_0.52.14-6_i386.deb
 4b8a50effb3228d7077204cbbed3e0182d27c1bd043f54d6f6db88d7356f2528 96248 
python-newt_0.52.14-6_i386.deb
 14ed84b559862680cfb80409a3ff63b94b502ec7a07721d09eee39e0e9ca5fc6 41340 
python-newt-dbg_0.52.14-6_i386.deb
 12bb72d526bd4819505caa6e9223e97de21fc7dd6d1530ef054ed8efa0dfbe79 71624 
libnewt0.52_0.52.14-6_i386.deb
 d072b6fcdec073359f43cf4fc55137163b7646e840903c4ce855a14e2c0a515b 32850 
whiptail_0.52.14-6_i386.deb
Files: 
 4d145aa00b2da7b29ba54571d37daa5e 2191 devel optional newt_0.52.14-6.dsc
 438c91728590df707786b206bf48b6aa 39004 devel optional 
newt_0.52.14-6.debian.tar.gz
 d5cc636dfddd4232a3be37163a9e2a5d 89144 libdevel optional 
libnewt-dev_0.52.14-6_i386.deb
 8af9bc3888dc73c53b4d611418583bde 18524 libdevel extra 
libnewt-pic_0.52.14-6_i386.deb
 147cc6ef42f24317ebf9909c5233a44f 26588 interpreters extra 
newt-tcl_0.52.14-6_i386.deb
 a40a3133ae40fb0011cb712a54cf3f23 96248 python optional 
python-newt_0.52.14-6_i386.deb
 ef9cd1713b821c18b5c081990dbe669d 41340 debug extra 
python-newt-dbg_0.52.14-6_i386.deb
 082eeb194d584f6f4abeb5c78dfd46d0 71624 libs important 
libnewt0.52_0.52.14-6_i386.deb
 1c324709f5405c4c794ff8bf54057d87 32850 utils important 
whiptail_0.52.14-6_i386.deb

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

iQIcBAEBCAAGBQJPCy05AAoJEN9LdrZRJ3QsiLEP/3J4ANxx8YaNQ68NN8fwm0kp
ne8IoLBu/HN2+NhIaqGte9Xc6VCFgWZ2cpIL+uAZRvAqbyYLLVSCRsn0qMJWU8Ma
hRrIblzTSjfV4Gu5YNjNUH74wrSpwbGk+TiEiPYeWxDri6hwOhLMQ5fHsbYwYNI9
uXhiDVkSNk/ARZb8FRITGnf94TE1C2starEIyoatIVAf4GudcJniWKnyKj/cxdTU
GdmgT7fCKp9CWCiUU+khu6xD0q3F862tbgOffHGHxUK7JNgguG/JQUFHsHN/OsTt
T13q/j0HFzTNoeB0U5cYiQHYPrsHC5/mXHF1/vw24eqAifW+gA6qMi6UgA5x9RCX
GSaqxe+DcX3Lftwd1VcF3Nf0msH0PHnqWjOM6KusI9SISgao1YLDNmK+/SJqmHdI
6dQMODEj8sQXIhPmVsH/H3A5kqgAHZPeXI+2+h/6ddO9SwSHTB2ouPONVSrrP/B1
UFadTOQzAPjWVIE8oQLUUymoj0HkXdytk1fgMlUAkQqHm54r9lMEaiOsmAP1u1n+
jZxVLU71C1pMavkOsnLSH1l7qpBukCtyQRXPC31cBzlHh5qjbU6XCHmeTr/NO/Xa
+wIuGxWQ6TVvK8q8rzbX/nUK4XVpUcb/Boe9Q8FHpqNxpBOJAE72JF/ZltySycwv
ZUVe0yEXJ75GOgSqovfL
=wFQc
-END PGP SIGNATURE-


Accepted:
libnewt-dev_0.52.14-6_i386.deb
  to main/n/newt/libnewt-dev_0.52.14-6_i386.deb
libnewt-pic_0.52.14-6_i386.deb
  to main/n/newt/libnewt-pic_0.52.14-6_i386.deb
libnewt0.52_0.52.14-6_i386.deb
  to main/n/newt/libnewt0.52_0.52.14-6_i386.deb
newt-tcl_0.52.14-6_i386.deb
  to main/n/newt/newt-tcl_0.52.14-6_i386.deb
newt_0.52.14-6.debian.tar.gz
  to main/n/newt/newt_0.52.14-6.debian.tar.gz
newt_0.52.14-6.dsc
  to main/n/newt/newt_0.52.14-6.dsc
python-newt-dbg_0.52.14-6_i386.deb
  to main/n/newt/python-newt-dbg_0.52.14-6_i386.deb
python-newt_0.52.14-6_i386.deb
  to main/n/newt/python-newt_0.52.14-6_i386.deb
whiptail_0.52.14-6_i386.deb
  to main/n/newt/whiptail_0.52.14-6_i386.deb


-- 
To UNSUBSCRIBE, 

Accepted readahead-fedora 2:1.5.6-4 (source i386)

2012-01-09 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 12:14:34 -0600
Source: readahead-fedora
Binary: readahead-fedora
Architecture: source i386
Version: 2:1.5.6-4
Distribution: unstable
Urgency: low
Maintainer: Raphael Geissert geiss...@debian.org
Changed-By: Raphael Geissert geiss...@debian.org
Description: 
 readahead-fedora - Fedora's implementation of readahead to preload boot 
process file
Closes: 654678
Changes: 
 readahead-fedora (2:1.5.6-4) unstable; urgency=low
 .
   The valgrind cleanup release
 .
   * Accurately describe the /run/readahead file
   * Drop rac_dont_list_rewritten_files.patch (Closes: #654678)
   * Fix multiple memory-related errors in the collector
Checksums-Sha1: 
 34f040ddb00b1c8cfd96581a365277ef2c1dc1b4 1245 readahead-fedora_1.5.6-4.dsc
 d6785bdf5e580c7772b197a674f96c862d1b66b2 22310 readahead-fedora_1.5.6-4.diff.gz
 8e84f7cf5ed60a645e90f87dddb2a8157442e78f 38996 
readahead-fedora_1.5.6-4_i386.deb
Checksums-Sha256: 
 17d8feaeeb680dfe71859f25415de6408e3c6ad74e636fe84d3dba01068c9199 1245 
readahead-fedora_1.5.6-4.dsc
 8e990280e2b494e78a9972f729765867b61c467842949353654db696409b41de 22310 
readahead-fedora_1.5.6-4.diff.gz
 949e35ad133a31a8feca93d752a96414f95d5bc287ed3791df1a2a12afd2a086 38996 
readahead-fedora_1.5.6-4_i386.deb
Files: 
 5fb313bbd6fe200fb2f1ee7490dff04e 1245 admin optional 
readahead-fedora_1.5.6-4.dsc
 7ecca5a4e8f3041281169b937ceaccfe 22310 admin optional 
readahead-fedora_1.5.6-4.diff.gz
 c0585a1d54033f600e8df04b2f287694 38996 admin optional 
readahead-fedora_1.5.6-4_i386.deb

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

iEYEARECAAYFAk8LOEgACgkQYy49rUbZzlo33ACdH+8VVgfkPeAzzvVih+mzsiHj
gTYAn2IuihBQi7MqVvsOHBjmXXECb2Gm
=yxRk
-END PGP SIGNATURE-


Accepted:
readahead-fedora_1.5.6-4.diff.gz
  to main/r/readahead-fedora/readahead-fedora_1.5.6-4.diff.gz
readahead-fedora_1.5.6-4.dsc
  to main/r/readahead-fedora/readahead-fedora_1.5.6-4.dsc
readahead-fedora_1.5.6-4_i386.deb
  to main/r/readahead-fedora/readahead-fedora_1.5.6-4_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/e1rkkkf-0002us...@franck.debian.org



Accepted source-highlight 3.1.6-1 (source i386 all)

2012-01-09 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 20:48:18 +0200
Source: source-highlight
Binary: source-highlight libsource-highlight-dev libsource-highlight4 
libsource-highlight-common
Architecture: source i386 all
Version: 3.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 libsource-highlight-common - architecture-independent files for source 
highlighting library
 libsource-highlight-dev - development files for source highlighting library
 libsource-highlight4 - source highlighting library
 source-highlight - convert source code to syntax highlighted document
Changes: 
 source-highlight (3.1.6-1) unstable; urgency=low
 .
   * New upstream release
   * Use hardening build flags obtained from dpkg
Checksums-Sha1: 
 2bbc91a987f12099c36070f7a058f7d6d79ecc59 1455 source-highlight_3.1.6-1.dsc
 e82460c75ecfc5370b3a8e82f3e71f4fff747932 1592588 
source-highlight_3.1.6.orig.tar.gz
 702a8f8f402cf29108963e9ce101e8007d6936b5 4586 
source-highlight_3.1.6-1.debian.tar.gz
 b80f1ae9ee14d2ede3461154104b421c9a975d83 365360 
source-highlight_3.1.6-1_i386.deb
 ea859fbbe38af883d8f30c18b1217d65a8c79772 817340 
libsource-highlight-dev_3.1.6-1_i386.deb
 ad114e2edb5da6ebd5736760b287e7f51223b116 311914 
libsource-highlight4_3.1.6-1_i386.deb
 f6646210968cd25f91abda39688a298e65728fc2 71116 
libsource-highlight-common_3.1.6-1_all.deb
Checksums-Sha256: 
 d89b6bbbc335b044c4d3f2337cfb323867d53508d3134af8d6fb5941d6ac3fd7 1455 
source-highlight_3.1.6-1.dsc
 b513f7f13797cf2cfb46b1d2a0d74f102a944749cba0f2d18b2f306b0e82bf28 1592588 
source-highlight_3.1.6.orig.tar.gz
 0e09b86612933cce2fed6f746a1974a124c6bf16e30fa678426e55f1822a111d 4586 
source-highlight_3.1.6-1.debian.tar.gz
 26947da13cb6aa3bfb937a0065b933ebc9d019d55028d216f7675699665e4dc3 365360 
source-highlight_3.1.6-1_i386.deb
 96de6762160f90d87a52b4750e608ef7cb7537b3d00583ae67ca20f03a1619be 817340 
libsource-highlight-dev_3.1.6-1_i386.deb
 429aef848ea36e0c7a3e9a567c1ecd22fcd786cf44832dacf635cdbde6c7a30b 311914 
libsource-highlight4_3.1.6-1_i386.deb
 c4a8b1567e34a2a38f3538462af2e2182ac4f5295cfa4e887c097e1e82d8d211 71116 
libsource-highlight-common_3.1.6-1_all.deb
Files: 
 9f14e467dda461a2f621755c38f86f27 1455 devel optional 
source-highlight_3.1.6-1.dsc
 44856c15a5dc8694e30d92f640ed348f 1592588 devel optional 
source-highlight_3.1.6.orig.tar.gz
 725af7089e143589f376059e35cb452a 4586 devel optional 
source-highlight_3.1.6-1.debian.tar.gz
 085f54f15c2e7d85c312728a032e7b4c 365360 devel optional 
source-highlight_3.1.6-1_i386.deb
 bb407e005e9fcc25c0fca90245787ad3 817340 libdevel optional 
libsource-highlight-dev_3.1.6-1_i386.deb
 fcab6c01904c9a7ac35af66e93ca76d5 311914 libs optional 
libsource-highlight4_3.1.6-1_i386.deb
 6255c234f5d061629bfa75adda92a568 71116 libs optional 
libsource-highlight-common_3.1.6-1_all.deb

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

iEYEARECAAYFAk8LOdoACgkQTTx8oVVPtMYPmwCgwcSQEu3Vhshgo+Ig0ZC31E5C
7QkAnRpy6Nv9uQMK39cG3NQYeNzEFSTV
=r9bD
-END PGP SIGNATURE-


Accepted:
libsource-highlight-common_3.1.6-1_all.deb
  to main/s/source-highlight/libsource-highlight-common_3.1.6-1_all.deb
libsource-highlight-dev_3.1.6-1_i386.deb
  to main/s/source-highlight/libsource-highlight-dev_3.1.6-1_i386.deb
libsource-highlight4_3.1.6-1_i386.deb
  to main/s/source-highlight/libsource-highlight4_3.1.6-1_i386.deb
source-highlight_3.1.6-1.debian.tar.gz
  to main/s/source-highlight/source-highlight_3.1.6-1.debian.tar.gz
source-highlight_3.1.6-1.dsc
  to main/s/source-highlight/source-highlight_3.1.6-1.dsc
source-highlight_3.1.6-1_i386.deb
  to main/s/source-highlight/source-highlight_3.1.6-1_i386.deb
source-highlight_3.1.6.orig.tar.gz
  to main/s/source-highlight/source-highlight_3.1.6.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/e1rkkkw-0002an...@franck.debian.org



Accepted normalize-audio 0.7.7-8 (source amd64)

2012-01-09 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 19:35:55 +0100
Source: normalize-audio
Binary: normalize-audio
Architecture: source amd64
Version: 0.7.7-8
Distribution: unstable
Urgency: low
Maintainer: Joachim Reichel reic...@debian.org
Changed-By: Joachim Reichel reic...@debian.org
Description: 
 normalize-audio - adjusts the volume of WAV, MP3 and OGG files to a standard 
volume
Closes: 655181
Changes: 
 normalize-audio (0.7.7-8) unstable; urgency=low
 .
   * Add patch fix-configure-ac.dpatch to fix audiofile detection for
 audiofile = 0.3.2-1 and other problems related to configure.ac
 (Closes: #655181), thanks to Ilya Barygin for the patch.
   * Update Standards-Version to 3.9.2 (no changes needed).
Checksums-Sha1: 
 921288f89af46a3a10f0403501ddea5247a6d9a4 1169 normalize-audio_0.7.7-8.dsc
 2d2ab420117f62d54e3697ffadf88c35a5277c3e 10647 normalize-audio_0.7.7-8.diff.gz
 9e989eecc7b2304f96bd60c581d8b4c85ff1dcca 58906 
normalize-audio_0.7.7-8_amd64.deb
Checksums-Sha256: 
 a56f9cd8eab16f4ee24830ca56ef72de7db9ce873f21c9cbb02fd8bb483c67ab 1169 
normalize-audio_0.7.7-8.dsc
 658b1d95006f2bc80d7ee01137206f21031a90120821f1a811908e25981ee82c 10647 
normalize-audio_0.7.7-8.diff.gz
 2dcde19c7648fabd4520a2c43412dab8ddc84d2f195eca316aae89f1d6bb507d 58906 
normalize-audio_0.7.7-8_amd64.deb
Files: 
 8787f6733173386fd4a65841e1811366 1169 sound extra normalize-audio_0.7.7-8.dsc
 1210fc5de1e83ee54e30d4b96f581315 10647 sound extra 
normalize-audio_0.7.7-8.diff.gz
 581fbfcfe6b93df0dc2f8e2a15f7c922 58906 sound extra 
normalize-audio_0.7.7-8_amd64.deb

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

iEYEARECAAYFAk8LPxkACgkQt2NXKBU/+UCJRACfT/NcBg22MkjS6ytQ6loQlWiM
RggAmgMwGU/MIKrfzGpTQWZmJkcLQzQo
=905q
-END PGP SIGNATURE-


Accepted:
normalize-audio_0.7.7-8.diff.gz
  to main/n/normalize-audio/normalize-audio_0.7.7-8.diff.gz
normalize-audio_0.7.7-8.dsc
  to main/n/normalize-audio/normalize-audio_0.7.7-8.dsc
normalize-audio_0.7.7-8_amd64.deb
  to main/n/normalize-audio/normalize-audio_0.7.7-8_amd64.deb


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



Accepted composite 0.006.2+dfsg0-1 (source all amd64)

2012-01-09 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 20:16:58 +0100
Source: composite
Binary: composite composite-data composite-dbg
Architecture: source amd64 all
Version: 0.006.2+dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 composite  - Live performance sequencer
 composite-data - Live performance sequencer (data files)
 composite-dbg - Live performance sequencer (debugging symbols)
Closes: 654463
Changes: 
 composite (0.006.2+dfsg0-1) unstable; urgency=low
 .
   [ Jaromír Mikeš ]
   * Provide xpm icon
   * Fix desktop file to be shipped in right package
   * Correct typo in cmake build type (s/RelWithoutDebInfo/RelWithDebInfo/)
 thanks to Gabriel Beddingfield
 .
   [ Alessio Treglia ]
   * Remove an unnecessary copy of the waf blob (Closes: #654463).
Checksums-Sha1: 
 1494348f1d88ff69c67f0584ee15dfb09181bdb7 2283 composite_0.006.2+dfsg0-1.dsc
 4f167b7680372b6c2b1716c72a64e5e09ff5c47b 3469257 
composite_0.006.2+dfsg0.orig.tar.bz2
 7b72b0ce85f0930128ef5b6b43dafd529aee3ad8 6988 
composite_0.006.2+dfsg0-1.debian.tar.gz
 2a6c685754c9f7bb64fe5699deec54865833e0e5 960980 
composite_0.006.2+dfsg0-1_amd64.deb
 f977363b17b23778e87f7e10030b67eed0c76c76 3050500 
composite-data_0.006.2+dfsg0-1_all.deb
 dcec38a5dee82615aebd689f72fad9fa2e882eb9 16622782 
composite-dbg_0.006.2+dfsg0-1_amd64.deb
Checksums-Sha256: 
 28872d51742111ea4db21a06bb7ac33d74d2b5379840550803ba69087464c89d 2283 
composite_0.006.2+dfsg0-1.dsc
 55a384b1376fbe857fc6f3d287231cb1980090cf5e54945125d75170f851ba91 3469257 
composite_0.006.2+dfsg0.orig.tar.bz2
 bba53dcd2cafb9cdfa959037979338ffd53c09ab01861baaa5614f9d609f3210 6988 
composite_0.006.2+dfsg0-1.debian.tar.gz
 81bd12bcaee1e0337e7662dfeaf30e4e248bd4fcf85b5c74ad2e2496f666982d 960980 
composite_0.006.2+dfsg0-1_amd64.deb
 e1be2f780bd407cc509fd7daa4f03aff62909b11923afc5acce9ecc7235723c2 3050500 
composite-data_0.006.2+dfsg0-1_all.deb
 f385c587aa5d9b9bec5612e5b53c51f05874254aa4840e212d2f3ab1533f6b58 16622782 
composite-dbg_0.006.2+dfsg0-1_amd64.deb
Files: 
 70e346f3fa9e21604e485cbe1c39e80e 2283 sound optional 
composite_0.006.2+dfsg0-1.dsc
 a671e6cb01b4cf66826ab7f4bef3f238 3469257 sound optional 
composite_0.006.2+dfsg0.orig.tar.bz2
 a9ac9e3460b20c6293dfc9ce3f2fa275 6988 sound optional 
composite_0.006.2+dfsg0-1.debian.tar.gz
 19ad93c629b9b9cea8cde3f8782e5927 960980 sound optional 
composite_0.006.2+dfsg0-1_amd64.deb
 e1daee69def74dbd27bd93e1deee20a3 3050500 sound optional 
composite-data_0.006.2+dfsg0-1_all.deb
 03ac79dddf38f43d189a7ca1923e3778 16622782 debug extra 
composite-dbg_0.006.2+dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPC0CoAAoJEOikiuUxHXZabqsQAIAMwGkadktC4mboBP6s4Eh5
yotzhKRWpRSn4f5maW587KHskyNWH2PZLrEaSaNjWNfrnZlzwHk5sPrr20Ujc46D
MPWfkNBPjhfoLUfWFaBmW8g4bP+O9yCHoSWQi/ElFNHED9kUKaQPt2/WEF5JPY/N
KSos4YX6LSoKCSnQOfhXzail5LeAMky21nGlBn2AXVpOMkUfPw2UzuCQQZQzFd0n
rQpgUIhGYInXpdj7S9USewow0sP/N29ym6oILMZ72oL7OCAhiwY5KKzSeQe/JQ9f
Dr3x9Eo2XSWLX1yhzZRly8mG/5h0pRfzzDkrVXpltWdFUL070FnGUktAr6S61SAR
LUN36S4XxFnVQJe6sLOkhIeQauLITEy9GrfTITrsfC0DWdMabVT4T8spXi7NjMYr
OfyWq6Xjl0zGSr8+FY6DabxWv+sLLowOuI5Fo5uCRd/Q4jKTpakJneq4l2fE5ALE
sH2hCnV9uphlZR3rujVYSN/VWeyJEz5CHiHa+D9Sn/TQLJGjiFAghRbDVHXJO2aZ
5gudUnXzFjepEdhosxqDX5+j++LSdhnuMb7iKeFXVHmGJxgLSlD3cysGUXU9/Xou
+USivegbvAeUB4qla/PVA50AHxqxbQ7bGMvYSNSAzsHuDLJyfeUMh9Hd6ztUduPh
Og8Z6KMML+XHwSmYbTIy
=vcpC
-END PGP SIGNATURE-


Accepted:
composite-data_0.006.2+dfsg0-1_all.deb
  to main/c/composite/composite-data_0.006.2+dfsg0-1_all.deb
composite-dbg_0.006.2+dfsg0-1_amd64.deb
  to main/c/composite/composite-dbg_0.006.2+dfsg0-1_amd64.deb
composite_0.006.2+dfsg0-1.debian.tar.gz
  to main/c/composite/composite_0.006.2+dfsg0-1.debian.tar.gz
composite_0.006.2+dfsg0-1.dsc
  to main/c/composite/composite_0.006.2+dfsg0-1.dsc
composite_0.006.2+dfsg0-1_amd64.deb
  to main/c/composite/composite_0.006.2+dfsg0-1_amd64.deb
composite_0.006.2+dfsg0.orig.tar.bz2
  to main/c/composite/composite_0.006.2+dfsg0.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/e1rklch-0007w4...@franck.debian.org



Accepted zyn 1+git.20100609+dfsg0-1 (source amd64)

2012-01-09 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 20:40:23 +0100
Source: zyn
Binary: zynadd
Architecture: source amd64
Version: 1+git.20100609+dfsg0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 zynadd - ZynAddSubFX engines converted to LV2 plugin format
Closes: 654513
Changes: 
 zyn (1+git.20100609+dfsg0-1) unstable; urgency=low
 .
   * Get rid of the waf blob (Closes: #654513).
   * Adjust clean target to work properly with unpacked waf.
   * Bump Standards.
Checksums-Sha1: 
 49ef0fbf6d83cfe3c21d18077cd4f71ef1225265 2079 zyn_1+git.20100609+dfsg0-1.dsc
 401e186fae4393609337e8ad29fece55575d0804 176685 
zyn_1+git.20100609+dfsg0.orig.tar.bz2
 bb2751b2813666d6b457f6a38806a7a03465e890 2951 
zyn_1+git.20100609+dfsg0-1.debian.tar.gz
 4615343e96837edfc5068f8afc338224c8182920 75252 
zynadd_1+git.20100609+dfsg0-1_amd64.deb
Checksums-Sha256: 
 a7cd460e4b161119c301592ad23de24460aa0fa1ea113499e9ef6e52951a9995 2079 
zyn_1+git.20100609+dfsg0-1.dsc
 655818f034c89a985faf1983f9c9c50947bae65d2e7c5bc3392e77f1a31cdf00 176685 
zyn_1+git.20100609+dfsg0.orig.tar.bz2
 399cfa3f74e449bb50cba8afc02f1ccd750d87b5fab9972fb06113851dea8600 2951 
zyn_1+git.20100609+dfsg0-1.debian.tar.gz
 1bd217521d5f021d3e157f694dcbc9d4b68a524ff503ac5ab704848228be4bbe 75252 
zynadd_1+git.20100609+dfsg0-1_amd64.deb
Files: 
 41602d74fbdaea96e6769d8c4a736a7e 2079 sound optional 
zyn_1+git.20100609+dfsg0-1.dsc
 a94997ad513babfda546f633cd32a105 176685 sound optional 
zyn_1+git.20100609+dfsg0.orig.tar.bz2
 a501136426b101645e32748a55499833 2951 sound optional 
zyn_1+git.20100609+dfsg0-1.debian.tar.gz
 1db4a875b1b0dadbd17b450bdee85be1 75252 sound optional 
zynadd_1+git.20100609+dfsg0-1_amd64.deb

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

iQIcBAEBCgAGBQJPC0OEAAoJEOikiuUxHXZa1YQP/RqwTUB5RcC1UzQ153s1DfSl
6YGBMXRVsvOje1zjHNjRuTT9curZpnCSUXA5LXBKaNAEtJAXz+/rTknoC2pY7RG4
kh5jVst2QbbNOGa6tIQGA2A5zH0tnr/QIxPRpnXjU0WYDJTy/oJe+RnNKtg4dqgG
mzQQiOdBU6xCWNzH7LZ7F++7q33bNZppnzifPyzvOKq48NCa81qtoZeSJOccdQRU
XRuo07SewpnCoQtMWtXyDojdC7+zRWK1wyS7MRSDsyhVkC+q1TTnMQw8mdsfWvGw
ZtaVFJ1EdfY4aaVBAh0RFF4pshJtTEPrMEkEd/R92/F1Kl7L4w9rRKi7kW2gxnUj
Lqm5l+7qHoe8mcbWxAsK/zkcniogcec/77McafTBuBburpysYJI6KLprXzrIt5kG
FHvcsPCKnJuMTE3moQQQRytGAf/eA7UXBA/XsXWgKak4jCNgeYuY2kE9TjF22v8b
gxMLypgWojUCtdQZd1xfdazCtudKepNe9d2hum4PjWCL1DTcKkL4UYPP6SSwaiGQ
SiL/YkPV5NR2xlkMr/o97QrDJgYPHWwBRM06bR2qaYkme6GzkGcd/xjs9UmQzNgN
+j3yASN3Q3YihRVHJkRX9xKBN6qnMplWgZwc8J5Q9LPjNhi+LYQwEueSz0qsh4DW
w71VWFHYpV4mis1bprdH
=WlBn
-END PGP SIGNATURE-


Accepted:
zyn_1+git.20100609+dfsg0-1.debian.tar.gz
  to main/z/zyn/zyn_1+git.20100609+dfsg0-1.debian.tar.gz
zyn_1+git.20100609+dfsg0-1.dsc
  to main/z/zyn/zyn_1+git.20100609+dfsg0-1.dsc
zyn_1+git.20100609+dfsg0.orig.tar.bz2
  to main/z/zyn/zyn_1+git.20100609+dfsg0.orig.tar.bz2
zynadd_1+git.20100609+dfsg0-1_amd64.deb
  to main/z/zyn/zynadd_1+git.20100609+dfsg0-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/e1rklep-0007kp...@franck.debian.org



Accepted coq-float 1:8.3pl1-1 (source all)

2012-01-09 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jan 2012 20:41:12 +0100
Source: coq-float
Binary: libfloat-coq
Architecture: source all
Version: 1:8.3pl1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libfloat-coq - Coq library on floating-point arithmetic
Changes: 
 coq-float (1:8.3pl1-1) unstable; urgency=low
 .
   * New upstream release
 - remove all patches (applied upstream)
Checksums-Sha1: 
 a8cd0e532d959b396e9c80d71b039406a29ef080 2014 coq-float_8.3pl1-1.dsc
 04e24664787b7f7a8a674eaec763171e20b38b47 359738 coq-float_8.3pl1.orig.tar.gz
 5b6852fff712a4af1d070103cc920698bb4a049b 3231 coq-float_8.3pl1-1.debian.tar.gz
 546cfbefb4edd7676593877c2be938d1bf07a9bf 16637552 libfloat-coq_8.3pl1-1_all.deb
Checksums-Sha256: 
 12750a47c4bdccea8c3ac6afbedbca54c33287769dfd3b84b073610bde66b4da 2014 
coq-float_8.3pl1-1.dsc
 f56ee9c5c1b7ec3fba4299f80b01eafd76a1225a2235050083a1b72c539844b0 359738 
coq-float_8.3pl1.orig.tar.gz
 7f5b38305ce9955c780a19f1b0b4d5c8607b2dfe70d02c4a7b2f2a5d245fc9ad 3231 
coq-float_8.3pl1-1.debian.tar.gz
 ce5bd3a146d8c64b1645a961914ec2a60df3fabb5a4ef1ddedfae5e506e128ab 16637552 
libfloat-coq_8.3pl1-1_all.deb
Files: 
 091f1645a2851540648abd115d14c6ac 2014 math optional coq-float_8.3pl1-1.dsc
 155de5063ffb8296a0bcb219c4eb99b3 359738 math optional 
coq-float_8.3pl1.orig.tar.gz
 3a2cb0367e73147b0020b3e39de9096b 3231 math optional 
coq-float_8.3pl1-1.debian.tar.gz
 b62f127f87704d2bb3e1098b753ef800 16637552 math optional 
libfloat-coq_8.3pl1-1_all.deb

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

iQIcBAEBCgAGBQJPC0wDAAoJEHhT2k1JiBrT260P/0F9KqIWy6XBFC0EiWOrDXfP
F/AqRZ/FPjn7ISektza72YlVzbORHTt/jpZrHATsmv9CkZyJv2iNywW0R+YmZbBQ
v2YPcl6RM/lMg3tPmTGWIG32Mfmkb8bOb1oLy3qLONnRou/NIGUbbHkcHyQy2Pqa
SMnkw7G3Wm67tnJUaufO+eBEsamnkh4dijeeCSTLEECcM+ZdNM9J1CIXmXC/LW/T
tOZhbYUf8harhkCt3wHZd/l/4KrqoGO8eSxFREQEuGuU1eFxkkmb4KWscgqFap7p
V1Fp10+T2e+FLNdZ16b4x4DtfZt71PBL/WEZtMMMVbt/r5yex81uzTgqD1rPTSQr
1ZtgFGibYQ/lXP2+UDIcxKVyrtR2xf+zkG1vn1cPKhWL1zcRttJzVj6yZTkqnzRm
NdVnUSPcjFSRFU0Xawx0s96gKHrvNjPdGgWCY4MPYIMH8RfxZLqW7jSuOsBTreBS
bLoJeJHV4kEQhpmTpFRl5OFE7UruI16FxIKuslBnZwm2jCIegZN1MkxUJpZNr0JA
ia3bCfo7PJQ+6WXh9SW4rtqyBHZgfbW1A4cZIo2vq+NAYePvxAPcpBcLakxrTBuw
tPBwsDNLybyHgeNlqr/K4cZ2WHF3o35IPBdSemiqbi3o+eG64yXqrFj73hbGeDhu
gWFQOKmkA3SQPJ2Wu90i
=r55z
-END PGP SIGNATURE-


Accepted:
coq-float_8.3pl1-1.debian.tar.gz
  to main/c/coq-float/coq-float_8.3pl1-1.debian.tar.gz
coq-float_8.3pl1-1.dsc
  to main/c/coq-float/coq-float_8.3pl1-1.dsc
coq-float_8.3pl1.orig.tar.gz
  to main/c/coq-float/coq-float_8.3pl1.orig.tar.gz
libfloat-coq_8.3pl1-1_all.deb
  to main/c/coq-float/libfloat-coq_8.3pl1-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/e1rkmnh-0003ax...@franck.debian.org



Accepted gnuplot-mode 1:0.6.0-8 (source all)

2012-01-09 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 21:05:59 +0100
Source: gnuplot-mode
Binary: gnuplot-mode
Architecture: source all
Version: 1:0.6.0-8
Distribution: unstable
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 gnuplot-mode - Yet another Gnuplot mode for Emacs
Closes: 653253
Changes: 
 gnuplot-mode (1:0.6.0-8) unstable; urgency=low
 .
   * Do not mess up emacs's auto-mode-alist when the packaged is
 uninstalled (but not purged), thanks to Kevin Ryde for noticing and to
 Agustin Martin to provide the patch (closes: #653253)
   * Add .gnuplot to auto-mode-alist
   * Bump to standards 3.9.2
Checksums-Sha1: 
 4d748e9f34319015bf70252f2ca72a051c41b5bd 1271 gnuplot-mode_0.6.0-8.dsc
 88ff818fca2d7117cfa5a7f4fe9f36a119407922 7940 
gnuplot-mode_0.6.0-8.debian.tar.gz
 4712b17670dabbb3e9d3c952de2877d78ae50b5b 144356 gnuplot-mode_0.6.0-8_all.deb
Checksums-Sha256: 
 6997c76b9c0d3322b18afd8eda58fe43ddb71b327bc642053f19028ac8fa9407 1271 
gnuplot-mode_0.6.0-8.dsc
 c7c29f5491664379dc9eadb7b77934d420d599095b8bd964b2196b9e82e154b5 7940 
gnuplot-mode_0.6.0-8.debian.tar.gz
 dd1f7a893346dda11254d44904e9389e808707f0557b8bf06ad7221722613b43 144356 
gnuplot-mode_0.6.0-8_all.deb
Files: 
 630b34b2ec74ae1adf652a1a9f55e922 1271 math optional gnuplot-mode_0.6.0-8.dsc
 160b3e99579b1a5e35939a3152d9de01 7940 math optional 
gnuplot-mode_0.6.0-8.debian.tar.gz
 2fff47e2d52e1c0e3bbb7ae18dc32854 144356 math optional 
gnuplot-mode_0.6.0-8_all.deb

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

iEYEARECAAYFAk8LScQACgkQx/UhwSKygsotzwCeNGVjPj9geKYP0KLQHaQTeBOl
U3wAn2avfq/6MObuzFJsJNFOIzikstah
=6sUh
-END PGP SIGNATURE-


Accepted:
gnuplot-mode_0.6.0-8.debian.tar.gz
  to main/g/gnuplot-mode/gnuplot-mode_0.6.0-8.debian.tar.gz
gnuplot-mode_0.6.0-8.dsc
  to main/g/gnuplot-mode/gnuplot-mode_0.6.0-8.dsc
gnuplot-mode_0.6.0-8_all.deb
  to main/g/gnuplot-mode/gnuplot-mode_0.6.0-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/e1rkmnz-0003dq...@franck.debian.org



Accepted mldonkey 3.1.0-3 (source amd64)

2012-01-09 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 12:27:37 +0100
Source: mldonkey
Binary: mldonkey-server mldonkey-gui
Architecture: source amd64
Version: 3.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 mldonkey-gui - Graphical frontend for mldonkey based on GTK+
 mldonkey-server - Door to the 'donkey' network
Closes: 655140
Changes: 
 mldonkey (3.1.0-3) unstable; urgency=low
 .
   * Enable hardened build flags through dpkg-buildflags (Closes: #655140).
 Thanks to Moritz Muehlenhoff for reporting it and providing a patch.
Checksums-Sha1: 
 cd611b6b78c9a8cb92f4180f53e3f372e513a2a1 2040 mldonkey_3.1.0-3.dsc
 c27de5f549d15f853d4c76c31aead9933eba175c 129756 mldonkey_3.1.0-3.debian.tar.gz
 8fdbf4e71e751b52b4c3f12632ffd6fff9bba759 3217940 
mldonkey-server_3.1.0-3_amd64.deb
 8c91b0dea735b75784b8af3dcd98ae0ba335b47d 4587792 mldonkey-gui_3.1.0-3_amd64.deb
Checksums-Sha256: 
 b1943ec6f2d67e41c7ad31bbc0142ccdff64a5a74581c8f15d50abd3f8ec9234 2040 
mldonkey_3.1.0-3.dsc
 1f22dbe756d17cdb99b0bc21a20a65f429ebfd836c8c099d2cda06edc1f9dcce 129756 
mldonkey_3.1.0-3.debian.tar.gz
 783b2eea3c375a4122a20c137fabd04a2d716d439231a5123c022bb3f7a963dc 3217940 
mldonkey-server_3.1.0-3_amd64.deb
 bb622d172c829666b2d1396cfad3cc36da6f0eb005a198c281ac275e9e473357 4587792 
mldonkey-gui_3.1.0-3_amd64.deb
Files: 
 a6d8e39aaf58f886ca4c615067bdf0fe 2040 net optional mldonkey_3.1.0-3.dsc
 61fe264f88bcf172ba015fa4d1a75ae6 129756 net optional 
mldonkey_3.1.0-3.debian.tar.gz
 49198a93f4dcd9f3d5d6f25cbc6938e5 3217940 net optional 
mldonkey-server_3.1.0-3_amd64.deb
 9f7b9d80b7c326ab6ee1c61cd3fcce4a 4587792 net optional 
mldonkey-gui_3.1.0-3_amd64.deb

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

iQEcBAEBAgAGBQJPC0Y+AAoJEDe1GR0FRlJoNwIH/AxbxDg5awgsDgQ6NVJrEKub
/gFUSFJqhMudVg6I1nKUI46MLHJ25wN34rV6ZWb6R6qs+shnV+H499+rGNKg4b4e
4JfMc2OuuN3WNdvp6qqhSUW+kQPITPp+VHNR1U1hJiVK03hc8TCfLcYSpQyA8uJW
sO6Ziq/pIOZWmbWQ/zfgvdk1c4zt8NhQQa2dWBfm3adXDMuzwVi0FQLTcsUlAcZ3
ulML1u+j51dDmwERudLTN89IfHTnj42humI2RDbmE/EE4qBsXIn0Jh7RMyzIvtVE
IRPVo9G3B7QWi6I52vM/2zfXdeF166l4ga+rO35zlB+sX+E58iWKHajbaWZlTDc=
=Luog
-END PGP SIGNATURE-


Accepted:
mldonkey-gui_3.1.0-3_amd64.deb
  to main/m/mldonkey/mldonkey-gui_3.1.0-3_amd64.deb
mldonkey-server_3.1.0-3_amd64.deb
  to main/m/mldonkey/mldonkey-server_3.1.0-3_amd64.deb
mldonkey_3.1.0-3.debian.tar.gz
  to main/m/mldonkey/mldonkey_3.1.0-3.debian.tar.gz
mldonkey_3.1.0-3.dsc
  to main/m/mldonkey/mldonkey_3.1.0-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/e1rkmo1-0003ii...@franck.debian.org



Accepted amide 1.0.1-1 (source amd64)

2012-01-09 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jan 2012 13:28:04 +0100
Source: amide
Binary: amide
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 amide  - software for Medical Imaging
Changes: 
 amide (1.0.1-1) unstable; urgency=low
 .
   * debian/README.source: removed because it is redundant
   * debian/control:
 - Fixed Vcs-Svn
 - Removed quilt from Build-Depends
   * debian/install: Make use of dh_install
   * debian/rules:
 - Remove unknown option --enable-rpm-install from configure
   arguments
 - rewritten to make use of
dh --with autotools_dev
   * debian/deletable.files: Removed.  There is no need to hack
 around broken upstream tarballs.  Upstream contains some *.bak
 files which are cleaned up in upstream clean target
   * debian/autogen.sh:
 Not needed when properly using autotools-dev
Checksums-Sha1: 
 3e6594606541c98f21ce56502d18d8444ba5 1618 amide_1.0.1-1.dsc
 50b211d78858bbbee478a6933e940033a53444f9 1543896 amide_1.0.1.orig.tar.gz
 4674e8b4797382146b4141f49ab109a2c97fb3d6 8620 amide_1.0.1-1.debian.tar.gz
 7c66a3594ef8ef70ada500561b156b68d32ede49 1015316 amide_1.0.1-1_amd64.deb
Checksums-Sha256: 
 b5de8e5af05302992d642df0da67a74e0f224f2b7bfdb99b4a10f81cea046211 1618 
amide_1.0.1-1.dsc
 029392ebf88c58e8ce724583f86d2a63f5730cce47c32163d908998a7a850a2d 1543896 
amide_1.0.1.orig.tar.gz
 fc4eeefa8a2f284e458906dfe431b42c4d4723334b9df1b0f11d8288e7cd7771 8620 
amide_1.0.1-1.debian.tar.gz
 f9d80419164e2d514e4840d6c37a8d9b18abe1746565e3dee0020c11d3f6303b 1015316 
amide_1.0.1-1_amd64.deb
Files: 
 a6dc0de3fe4b8d71e1048d40209feef3 1618 graphics optional amide_1.0.1-1.dsc
 7332168039595522fe92a2fe83cebb92 1543896 graphics optional 
amide_1.0.1.orig.tar.gz
 ffc45f090f604be9a54272d3980ace5c 8620 graphics optional 
amide_1.0.1-1.debian.tar.gz
 9f8751b6dc41c2570a64142b5f279e5e 1015316 graphics optional 
amide_1.0.1-1_amd64.deb

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

iEYEARECAAYFAk8LVX0ACgkQYDBbMcCf01qExwCfcVtEmXgHFsUBDxALKNyFU4zp
gk8An0orkDV1N+5DV36iBRLf58R1T2P6
=R06z
-END PGP SIGNATURE-


Accepted:
amide_1.0.1-1.debian.tar.gz
  to main/a/amide/amide_1.0.1-1.debian.tar.gz
amide_1.0.1-1.dsc
  to main/a/amide/amide_1.0.1-1.dsc
amide_1.0.1-1_amd64.deb
  to main/a/amide/amide_1.0.1-1_amd64.deb
amide_1.0.1.orig.tar.gz
  to main/a/amide/amide_1.0.1.orig.tar.gz


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



Accepted unixcw 3.0.1-1 (source amd64)

2012-01-09 Thread Kamil Ignacak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Jan 2012 13:22:36 +0100
Source: unixcw
Binary: libcw3 libcw3-dev cw cwcp xcwcp
Architecture: source amd64
Version: 3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Kamil Ignacak acer...@wp.pl
Description: 
 cw - Morse code tutor with command line user interface
 cwcp   - Morse code tutor, text user interface
 libcw3 - Shared library for Morse programs
 libcw3-dev - Development files for Morse programs
 xcwcp  - Morse code tutor, X Window user interface
Changes: 
 unixcw (3.0.1-1) unstable; urgency=low
 .
   * Prepare unixcw source package for new release: 3.0.1
   * Remove source of lintian warnings:
  - W: cw: maintainer-script-ignores-errors preinst
  - W: cwcp: maintainer-script-ignores-errors preinst
  - W: libcw3-dev: manpage-has-errors-from-man ...
  - W: xcwcp: maintainer-script-ignores-errors preinst
Checksums-Sha1: 
 2ec5a645268d154c41c27a1533de2f4fd6bc6775 2016 unixcw_3.0.1-1.dsc
 2c131514dd7f94df811e6f960499b2fa8feda726 280257 unixcw_3.0.1.orig.tar.gz
 6be67886567b839a2b9b8ab560d3462ec0ab386e 20343 unixcw_3.0.1-1.debian.tar.gz
 93bf384481e64666175b6eae7b386c7f209ce554 41098 libcw3_3.0.1-1_amd64.deb
 d651f52ca534ca811774fbdf179b30b7c6531892 54886 libcw3-dev_3.0.1-1_amd64.deb
 a70efe4327cc047251169c7ee9cc7edacba0e0e2 37056 cw_3.0.1-1_amd64.deb
 5d369a92f65ab06f201078c4691fc2dfe3ac6373 48702 cwcp_3.0.1-1_amd64.deb
 07720c50cd888edcd6a9e7cb0571c624efc473be 71350 xcwcp_3.0.1-1_amd64.deb
Checksums-Sha256: 
 fc5ff5e6eb3d521bd70d9f8b9953a92915ceb5174d533007fdf6da10174ce973 2016 
unixcw_3.0.1-1.dsc
 dbcef4ac2d90565ae9233df6000f1c8b1bafea41464a91b7d838d80aa6053e02 280257 
unixcw_3.0.1.orig.tar.gz
 4d1bb3b80bb966e560e42bdb2153583c2ba011eb191c77bb4a6830c77911568c 20343 
unixcw_3.0.1-1.debian.tar.gz
 9a11829282f02429456a6ad32ce7793b589aa88dde1630c8a2576a840b79834e 41098 
libcw3_3.0.1-1_amd64.deb
 d65da2d6065f5dca4d8ec8739aac0d0881dca8d76a9c428a3b760da9193bb70e 54886 
libcw3-dev_3.0.1-1_amd64.deb
 d7d64c5dd67bb2a4e2f1ad737371391feaad71cdba462a52a612c231cdb609ea 37056 
cw_3.0.1-1_amd64.deb
 0c17f57d4a10232ff3c46dea98f8883bb6fdbf4fad2622cc3152887277b20542 48702 
cwcp_3.0.1-1_amd64.deb
 2cbd78f85064590c601d01a930d93efa49eee194397a75aadb8b3ef0c57d6e46 71350 
xcwcp_3.0.1-1_amd64.deb
Files: 
 46ab456fc874c1697180963777efdc49 2016 hamradio optional unixcw_3.0.1-1.dsc
 c70383618ff4972b608750bf05196469 280257 hamradio optional 
unixcw_3.0.1.orig.tar.gz
 436d94937630ceec5fcc9cbbd7c325d3 20343 hamradio optional 
unixcw_3.0.1-1.debian.tar.gz
 a46d8948095350666c06fdeca88a241d 41098 libs optional libcw3_3.0.1-1_amd64.deb
 5108442b54895b8dcb7940829e2f0071 54886 libdevel optional 
libcw3-dev_3.0.1-1_amd64.deb
 a941464db091b61d3b0579e910174f84 37056 hamradio optional cw_3.0.1-1_amd64.deb
 b25ead1399f3c53df17c36f35be762b5 48702 hamradio optional cwcp_3.0.1-1_amd64.deb
 0d64c282605211c0185657204271fe2f 71350 hamradio optional 
xcwcp_3.0.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPC1d1AAoJEOf3EFVUCeQi3A4P/3eo1xkQMMlKjSxy3senplmZ
bHnloH9Y07/cCk5XjTj1IU9S0Vua+qi8JTTPPFS5DJ6M8mds+I5S+1MmRtk6IpLf
w94/rl0qnS1GNbCgIpDHqIfQY/YUYom/Gm7mO8BAZRILIeYgCjAab9MxZqsFSE51
pjY5XyHr5AAJyOslUfnE8EwVQ188Dd0+s1/nMafE9lGzev8G6rDVdyBQnmZaEXXD
bhfrny+vMHct9cGaCd1/FCqJ2zWWb2mgSqnqmS80wMFQxmA/SFRxgcNomrVpCeuq
Wh5cvh6//arPPZ9cIiEBv0Qx9Jx1cB2TfvUZXbQ5MD++08+abeD2DYbhHnZ3PJAb
9tGvwsMIXHbZeZ8ZWQJivyubJ6F13kSMx1wxS15e8iL4QQGJU801VYpnjHsiHesI
9JnQCidJsoxGXpUkQg/gtJHiCQszRpqHrDM/YUY9wuWr1gTuGa0jQ4sbE4arCacS
ObOjrkNNGgRDxOgdk7hMQky3fkdFnVwbMiVe63OwQ4o69mh4D6AZhVYPKu7TkZAj
WEeiSs9UuF3RI6l7zyOxJG8k4Uq+DgCADxzOF+czB1BIOPoWqg/BEaUErFNpLudE
v0GSE5EZ4t1ZAHtq9nrKNcvEEqtT//YnjfFVPAG1UoNvFnXjYE6jLvqNwG6h1TBd
wSgxML+ckFYpGiUZMqww
=xSv1
-END PGP SIGNATURE-


Accepted:
cw_3.0.1-1_amd64.deb
  to main/u/unixcw/cw_3.0.1-1_amd64.deb
cwcp_3.0.1-1_amd64.deb
  to main/u/unixcw/cwcp_3.0.1-1_amd64.deb
libcw3-dev_3.0.1-1_amd64.deb
  to main/u/unixcw/libcw3-dev_3.0.1-1_amd64.deb
libcw3_3.0.1-1_amd64.deb
  to main/u/unixcw/libcw3_3.0.1-1_amd64.deb
unixcw_3.0.1-1.debian.tar.gz
  to main/u/unixcw/unixcw_3.0.1-1.debian.tar.gz
unixcw_3.0.1-1.dsc
  to main/u/unixcw/unixcw_3.0.1-1.dsc
unixcw_3.0.1.orig.tar.gz
  to main/u/unixcw/unixcw_3.0.1.orig.tar.gz
xcwcp_3.0.1-1_amd64.deb
  to main/u/unixcw/xcwcp_3.0.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/e1rkmb7-0004ks...@franck.debian.org



Accepted autoconf-archive 20111221-1 (source all)

2012-01-09 Thread Bastien ROUCARIÈS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jan 2012 20:21:18 +0100
Source: autoconf-archive
Binary: autoconf-archive
Architecture: source all
Version: 20111221-1
Distribution: unstable
Urgency: low
Maintainer: Bastien ROUCARIÈS roucaries.bastien+deb...@gmail.com
Changed-By: Bastien ROUCARIÈS roucaries.bastien+deb...@gmail.com
Description: 
 autoconf-archive - Autoconf Macro Archive
Closes: 546447
Changes: 
 autoconf-archive (20111221-1) unstable; urgency=low
 .
   * New upstream version.
   * Upstream removed AX_CHECK_GL, AX_CHECK_GLU, AX_CHECK_GLUT. The
   author of these macros prefers to publish them on his own website at
   http://code.google.com/p/autoconf-gl-macros/. (Unfortunatly means
   Closes: 546447)
   * Remove build-depend on quilt.
Checksums-Sha1: 
 3d0f318202609a3b19a09f1484a0958c9602bc90 1407 autoconf-archive_20111221-1.dsc
 e51e551271df62856f3a6c40faf27b49734ae834 641645 
autoconf-archive_20111221.orig.tar.bz2
 a19dbd08827a521e4e706d96929a42b473078637 16498 
autoconf-archive_20111221-1.debian.tar.bz2
 29c45082c92b591e983b311c094cfaaf1e5c89d6 833980 
autoconf-archive_20111221-1_all.deb
Checksums-Sha256: 
 cbe84f4b32aa25f51478bcbd6705ba1bf038e01c2a201f679253bf7918f7e6f6 1407 
autoconf-archive_20111221-1.dsc
 6e8c47b6781ab897952bcbb5ad39e4959174d33d80abeb6912080ce40c063453 641645 
autoconf-archive_20111221.orig.tar.bz2
 323df4d3a4308f0deb83417c56386adf090f7d440038b50ee73e5f433e3555e3 16498 
autoconf-archive_20111221-1.debian.tar.bz2
 fe66dc00561e2312fe5a764dcbceaed73b115927d13acf276d012f71d4029e18 833980 
autoconf-archive_20111221-1_all.deb
Files: 
 7fb5d567167e2bdeb2fdeefe3eb23a85 1407 devel optional 
autoconf-archive_20111221-1.dsc
 d209c2f6034c07835987e4741fd504c0 641645 devel optional 
autoconf-archive_20111221.orig.tar.bz2
 024862249b6856fb55c9facadd0a746d 16498 devel optional 
autoconf-archive_20111221-1.debian.tar.bz2
 e05fa473a9c5e9fe268f29114d82c6ea 833980 devel optional 
autoconf-archive_20111221-1_all.deb

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

iD8DBQFPC15jvdkzt4X+wX8RAnw4AJ9fu1dIH22bi5O37erHgV7uriRUhwCffZcQ
nHNkBQ9eJvnhcOhrQ95ZsGI=
=yZzn
-END PGP SIGNATURE-


Accepted:
autoconf-archive_20111221-1.debian.tar.bz2
  to main/a/autoconf-archive/autoconf-archive_20111221-1.debian.tar.bz2
autoconf-archive_20111221-1.dsc
  to main/a/autoconf-archive/autoconf-archive_20111221-1.dsc
autoconf-archive_20111221-1_all.deb
  to main/a/autoconf-archive/autoconf-archive_20111221-1_all.deb
autoconf-archive_20111221.orig.tar.bz2
  to main/a/autoconf-archive/autoconf-archive_20111221.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/e1rkn40-0007w5...@franck.debian.org



Accepted jaxme 0.5.2+dfsg-6 (source all)

2012-01-09 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 22:28:04 +0100
Source: jaxme
Binary: libjaxme-java libjaxme-java-doc
Architecture: source all
Version: 0.5.2+dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 libjaxme-java - implementation of the JAXB specification for Java/XML binding
 libjaxme-java-doc - documentation of the JAXB specification for Java/XML 
binding
Changes: 
 jaxme (0.5.2+dfsg-6) unstable; urgency=low
 .
   * Add OSGi metadata to jar manifests
   * Add Jakub Adam to Uploaders
Checksums-Sha1: 
 050021c214e92b4100da4114ee8d98c884dabc68 2153 jaxme_0.5.2+dfsg-6.dsc
 4336e6809588a236fcd422e941511a973ab814ce 6844 jaxme_0.5.2+dfsg-6.debian.tar.gz
 f0eed0d3c7be020530e613d6bff1efbf7e3c3eaa 1201928 
libjaxme-java_0.5.2+dfsg-6_all.deb
 4c7f5267b5d4dfceb299efe365994a9f1b9f4885 1618144 
libjaxme-java-doc_0.5.2+dfsg-6_all.deb
Checksums-Sha256: 
 82509c8fe4d944ef7cbe795dc26e3b6990dca715effebf23f234d64876aa9c3b 2153 
jaxme_0.5.2+dfsg-6.dsc
 448771c20f6a28f73cab4b02fe45bd30e6819f8838efa39cc61bffb4583381ac 6844 
jaxme_0.5.2+dfsg-6.debian.tar.gz
 8a56c24f1dc5c4628112bc39715f62b97986e921fa52eea94c1d4ef2a5166ac7 1201928 
libjaxme-java_0.5.2+dfsg-6_all.deb
 d963ac1b018d85eafd2d92508cd02f3d2539348cf4edaa755f2dd8455ace02ec 1618144 
libjaxme-java-doc_0.5.2+dfsg-6_all.deb
Files: 
 75a6b5b52b523bd08fc75d89d8c4362f 2153 java optional jaxme_0.5.2+dfsg-6.dsc
 d2edba07deaa0a55a6e73845f8035fb1 6844 java optional 
jaxme_0.5.2+dfsg-6.debian.tar.gz
 86060b68efc6bddd4bf27052b7c85f44 1201928 java optional 
libjaxme-java_0.5.2+dfsg-6_all.deb
 61a0a09ea636c70d2af15483e866eb0c 1618144 doc optional 
libjaxme-java-doc_0.5.2+dfsg-6_all.deb

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

iQIcBAEBCAAGBQJPC1yXAAoJEHXiDM0z50n8ikwP+wRhe9Yg7E3rmaBafVywgde1
w55TE6L2ueHc1bu4nwvGMrY6QYpr0w5IMbu/Ch1urXbB9hvFDcJdZ8S6CzKyv6SO
/YEZG7gg6UDFA7AISeOp81zSngYzqO+IQL+L30QGTcpxtZnc9oPGRrjVneR3Gg9K
L83QPWLrGoMH6YL4yADrjxGNKrFyZNQkmB3pR6i93N/Li74VD6OYDNQvS4aHJkAg
bgchnVXiCV7PkLOAKS9zwSyQyYWz5PzEpUw22sMnelye9MV2+TmFOhizk7OboPIZ
6VrPM8oW+yQb0zomu3D1XuyPSFiYu9HaYi/vs+7BXhbmvkXpNpuwsOf44LH/i+lc
oyofJiocCHbPZ+59Ik/EKxw1/yu3Q6Ke7GTf6llJpI5Wv4MOIdsApudVhViALc77
EhhAHFeQriTWF2w0k8dzrKSWxJy3qxtpzT8lTOb0XyOHy9V/OHulRxhehwIXY3lo
HmkrqHfTC4bgZfM16JtkevMmwriCnMmK+rXGIJkg2t++TFrzkYo6b2VR6hiaf/BT
6vxDj/CJ9yn6Yo1fVQsiTKnIrYvk/2JSEMbT7O+TU2KmRiM/gbDLQnHC4yLtWvmv
hWhIJJT+MQGdIPpF2lpbPlQ6rQ6BjevpOkkXtIF5bOS09zQNKPqmHwO26g60EDEu
OC/D2QQhtrvY5Qo3FlJ4
=EQNh
-END PGP SIGNATURE-


Accepted:
jaxme_0.5.2+dfsg-6.debian.tar.gz
  to main/j/jaxme/jaxme_0.5.2+dfsg-6.debian.tar.gz
jaxme_0.5.2+dfsg-6.dsc
  to main/j/jaxme/jaxme_0.5.2+dfsg-6.dsc
libjaxme-java-doc_0.5.2+dfsg-6_all.deb
  to main/j/jaxme/libjaxme-java-doc_0.5.2+dfsg-6_all.deb
libjaxme-java_0.5.2+dfsg-6_all.deb
  to main/j/jaxme/libjaxme-java_0.5.2+dfsg-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/e1rkn4m-0007zl...@franck.debian.org



Accepted wagon 1.0.0-2 (source all)

2012-01-09 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jan 2012 22:33:51 +0100
Source: wagon
Binary: libwagon-java libwagon-java-doc
Architecture: source all
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libwagon-java - tools to manage Maven artifacts and deployment
 libwagon-java-doc - tools to manage Maven artifacts and deployment - 
documentation
Closes: 649609 654138
Changes: 
 wagon (1.0.0-2) unstable; urgency=low
 .
   * Team upload.
   * Drop Michael Koch from Uploaders. (Closes: #654138).
   * Add Build-Depends libjaxen-java to build depends to fix FTBFS, otherwise
 buildd was trying to download it. Thanks to Michael Terry for patch!
 (Closes: #649609).
   * Bump Standards-Version to 3.9.2: no changes needed.
   * d/control: Remove duplicate Homepage fields.
Checksums-Sha1: 
 d48ae2e8f317f4454a38af07831da284a4d941e0 2784 wagon_1.0.0-2.dsc
 d33e835928fb0e80e2ba3dc1d3b9970d9b4acfa8 7031 wagon_1.0.0-2.debian.tar.gz
 3fe23bb37d31daf21351bb5fe0b9429027f68f22 216012 libwagon-java_1.0.0-2_all.deb
 47b4a07a347b6f8b9dd09f6fdfbc8753b0f6e473 491452 
libwagon-java-doc_1.0.0-2_all.deb
Checksums-Sha256: 
 76ce4a6c5170691aedf45dc32aed8ab65887fd49e7fb61f919c71205cbede3dc 2784 
wagon_1.0.0-2.dsc
 2440427195f14a5791a7eed6fa1bb633b5ae3dec1a595ed7a4512cc3dff185b3 7031 
wagon_1.0.0-2.debian.tar.gz
 cd9609f6b40dd358f27d6c006b316a929238158a567faa128b3ff65f261aa7eb 216012 
libwagon-java_1.0.0-2_all.deb
 7b8adef81e879e524973a27fc9aaff5a3367409f75306adadf5c5800f9bec84d 491452 
libwagon-java-doc_1.0.0-2_all.deb
Files: 
 f10e5070a6e70eafc4570bc231995697 2784 java optional wagon_1.0.0-2.dsc
 18c852d776194561ff9c1c9afc2883f8 7031 java optional wagon_1.0.0-2.debian.tar.gz
 fc1ce2a7d456f1f910d8b058bf9e8765 216012 java optional 
libwagon-java_1.0.0-2_all.deb
 49ec5d2f70245d3ce8bda47e3df25774 491452 doc optional 
libwagon-java-doc_1.0.0-2_all.deb

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

iQIcBAEBCAAGBQJPC2FXAAoJEHXiDM0z50n8laEP/01JZKKwwcrztdhmoTqyO6VU
akS+iEtwQwvMYL0/02fj98zTzAKY9ock9ixVpD3Jk0mzgY8PqSX6pU9eEIoNkIGv
BupTh1Y+jcXyKVy1bQ3Rg8BilgPvhNngVhVrieZpafEQx4Utl6MZe0lpWaYVI+Rl
QoS+PBx87CVfs6dC9iQXQOE0Pg1cmT/lBFsj6dcnsLgYlIw4d0rbUYctpqI9QSBU
H/IW8n+AoHiSWicUT+DiB6AJJqDhXTF9PcwxuiU9QJQ4uV0jLp1JNV1eM7tYXSXg
c1du3a66NsHS4fdPoT24Y2ArHMbjHiY0pZoOv+K+2Kx4+TLcdihzStCX9S9A0uWh
fIC7PYSfgGisqUqlT2YKyQKQ5pLtBaXC/amxAsSneB2liaEuzSl8nqdrZtVwXm3K
KFWyZc5YP5JjlnnU5iVJgEYnB+s83TdeGZr5cKBbJMsSdtU8rFy0DGmGbAilZtMB
3g0kD50wZATtWzUeSPhZKSmMfgTVhNNd2hN/EbveOqSxt3WzG4P8IaT8B2zEKZBF
eAtSVG4GYOGiYiI+v8P/odm5pt3r7cYbYME/FI/SiXBc9cCsW1W4w/OfOWf2LWXa
dkdzTO9HHtn+Q+emzdQFRjoJ/7XPT5A2PB32ePZ/OtEgRPOTVyc5CG3lzdVb+w2T
0uY4v9ienHCOaEgRhOQp
=merT
-END PGP SIGNATURE-


Accepted:
libwagon-java-doc_1.0.0-2_all.deb
  to main/w/wagon/libwagon-java-doc_1.0.0-2_all.deb
libwagon-java_1.0.0-2_all.deb
  to main/w/wagon/libwagon-java_1.0.0-2_all.deb
wagon_1.0.0-2.debian.tar.gz
  to main/w/wagon/wagon_1.0.0-2.debian.tar.gz
wagon_1.0.0-2.dsc
  to main/w/wagon/wagon_1.0.0-2.dsc


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



  1   2   >