Re: Adiscon LogAnalyzer? rsyslog + mongodb?

2014-03-05 Thread Florian Ernst
Hello all,

On Tue, Mar 04, 2014 at 03:49:25PM +0100, Daniel Pocock wrote:
 The rsyslog mongodb output module and the PHP mongodb modules are now in
 wheezy-backports.  This would appear to be sufficient to do something like:
 
 rsyslog = mongodb = loganalyzer
 
 Has anybody else tried that or does anybody have any comments on it (or
 recommended alternatives)?

That actually did work for a time, but something broke starting with
rsyslog 7.4.0-1. Since then the format of the data dumped into mongodb
doesn't match what tools like loganalyzer expect, cf. #721277 / #728827.
As I was merely experimenting with it I didn't follow up any further.

We ended up using hadoop for some log analysis, but that's quite a
different framework for such a task and as such requires a copious
amount of study ... YMMV.

Cheers,
Flo


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140305080931.ga7...@fernst.no-ip.org



Re: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!

2014-03-05 Thread Didier 'OdyX' Raboud
Le mercredi, 5 mars 2014, 10.47:07 Paul Wise a écrit :
 On Wed, Mar 5, 2014 at 1:55 AM, Xavier Roche wrote:
  I have a rather silly question: would a mail (signed with this key)
  request to the DDs who already signed the initial key (and checked
  the identity) to sign the replacement key considered unreasonable ?
 Considering that the initial keys are now considered weak, I expect
 that it would be reasonable for people to not trust a key transition
 statement where the only available trust anchor is the old weak key.

Well, the project currently considers these old keys to be trustworthy 
enough to let the people who control them to upload any packages on the 
archive (modulo these keys are in the uploading keyring).

If we trust that the people behind the keys haven't changed, we should 
let them use easy ways to stronger keys. On the other hand, if we think 
the keys have been compromised, then we should really drop the upload 
rights!

Cheers,
OdyX


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1698122.Pbb9aiM70E@gyllingar



Re: Adiscon LogAnalyzer? rsyslog + mongodb?

2014-03-05 Thread Daniel Pocock
On 04/03/14 18:04, Nicolas Dandrimont wrote:
 * Daniel Pocock dan...@pocock.pro [2014-03-04 15:49:25 +0100]:

 I didn't see any existing package of LogAnalyzer from Adiscon, the
 people who make rsyslog - is there any specific reason for not packaging
 it or it is just not something anybody needed yet?  It is GPL:

 http://loganalyzer.adiscon.com/

 http://download.adiscon.com/loganalyzer/loganalyzer-3.6.5.tar.gz

 The rsyslog mongodb output module and the PHP mongodb modules are now in
 wheezy-backports.  This would appear to be sufficient to do something like:

 rsyslog = mongodb = loganalyzer

 Has anybody else tried that or does anybody have any comments on it (or
 recommended alternatives)?

 http://loganalyzer.adiscon.com/articles/using-mongodb-with-rsyslog-and-loganalyzer/
 Hi,

 At work, I have been investigating the ElasticSearch + Logstash[1] + Kibana[2]
 combo, which has been pretty solid in my tests so far (feeding it 10GB or so 
 of
 firewall logs a day, yes, that thing is noisy).

 There is no Debian packaging of that stack yet (the RFP of logstash is at 
 [3]),
 and I haven't investigated the upstream-provided repositories either (AIUI,
 they appeared after my tests, so I ran the stuff from the flatjar bundle, 
 ick).

This is obviously the more advanced and feature-rich solution (and I
notice they include syslog in their long list of connectivity options):

http://cookbook.logstash.net/recipes/rsyslog-agent/
  The logstash agent, when run from java, can incur significant
overhead. The minimum memory footprint I have been able to achieve is
about 100mb. On tiny virtual machines, this may not be acceptable, so
you need an alternative.  (an alternative that every Debian system
contains already being a good choice)

I had a look at the distribution artifact (the flat JAR), it is a mix of
Java and Ruby, including various dependencies.  As everything is merged
into a single JAR it wasn't immediately obvious what the dependencies
are and which ones are essential but I'm guessing from the long list of
connector options that some are optional and packaging may involve
allowing people to mix and match.

For my own use cases, a Debian package isn't always a requirement and
the features this offers appear more compelling.

For some people (and some of my own use cases), LogAnalyzer is probably
enough as well and if a trivial integration with mongodb is going to be
possible in jessie, I felt it would be a nice thing for Debian.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5316f403.5080...@pocock.pro



Re: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!

2014-03-05 Thread Thibaut Paumard
Le 05/03/2014 10:01, Didier 'OdyX' Raboud a écrit :
 Le mercredi, 5 mars 2014, 10.47:07 Paul Wise a écrit :
 On Wed, Mar 5, 2014 at 1:55 AM, Xavier Roche wrote:
 I have a rather silly question: would a mail (signed with this key)
 request to the DDs who already signed the initial key (and checked
 the identity) to sign the replacement key considered unreasonable ?
 Considering that the initial keys are now considered weak, I expect
 that it would be reasonable for people to not trust a key transition
 statement where the only available trust anchor is the old weak key.
 
 Well, the project currently considers these old keys to be trustworthy 
 enough to let the people who control them to upload any packages on the 
 archive (modulo these keys are in the uploading keyring).
 
 If we trust that the people behind the keys haven't changed, we should 
 let them use easy ways to stronger keys. On the other hand, if we think 
 the keys have been compromised, then we should really drop the upload 
 rights!
 

Hi,

On the same line of thought, couldn't we manage something with
videoconferencing tools, at least for key renewal? Just to check that
the person I'm signing the new key resembles the one I met a couple of
years ago. I'm quite sure I would still be able to identify most of the
DDs whose key I signed.

Kind regards, Thibaut.




signature.asc
Description: OpenPGP digital signature


Re: Adiscon LogAnalyzer? rsyslog + mongodb?

2014-03-05 Thread Daniel Pocock
On 05/03/14 09:09, Florian Ernst wrote:
 Hello all,

 On Tue, Mar 04, 2014 at 03:49:25PM +0100, Daniel Pocock wrote:
 The rsyslog mongodb output module and the PHP mongodb modules are now in
 wheezy-backports.  This would appear to be sufficient to do something like:

 rsyslog = mongodb = loganalyzer

 Has anybody else tried that or does anybody have any comments on it (or
 recommended alternatives)?
 That actually did work for a time, but something broke starting with
 rsyslog 7.4.0-1. Since then the format of the data dumped into mongodb
 doesn't match what tools like loganalyzer expect, cf. #721277 / #728827.
 As I was merely experimenting with it I didn't follow up any further.

Some of this looks like documentation bugs and/or problems with the
default config rather than mongodb integration itself

LogAnalyzer and rsyslog are from the same upstream too, so I would be
surprised if they would not have them working together

I had a look at the Git history for the ommongodb, does anything stand
out here?

https://github.com/rsyslog/rsyslog/commits/master/plugins/ommongodb

You state the problem started with 7.4.0-1 - could you comment on the
previous set of versions that you had working (both rsyslog and
LogAnalyzer versions)?



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5316f75c.3020...@pocock.pro



Bug#740822: ITP: colpack -- Graph vertex coloring library

2014-03-05 Thread Barak A. Pearlmutter
Package: wnpp
Severity: wishlist
Owner: Barak A. Pearlmutter ba...@cs.nuim.ie

* Package name: colpack
  Version : 1.0.9
  Upstream Author : Alex Pothen apot...@purdue.edu
* URL : http://www.cscapes.org/coloringpage/
* License : LGPL-3+
  Programming Lang: C++
  Description : Specialized graph vertex coloring library

ColPack is a package comprising of implementation of algorithms for
specialized vertex coloring problems that arise in sparse derivative
computation.  It is written in an object-oriented fashion heavily
using the Standard Template Library (STL).  It is designed to be
simple, modular, extenable and efficient.  Its primary application
has been for use in automatic differentiation.

It is already packaged in Fedora.

The adolc library package can optionally use it, and my reason for
wanting to package colpack is to allow me to enable that option in the
debian adolc package.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140305110417.9259.10354.reportbug@port-kdr.hamilton.local



Re: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!

2014-03-05 Thread Jeremy T. Bouse

On 05.03.2014 04:01, Didier 'OdyX' Raboud wrote:

Le mercredi, 5 mars 2014, 10.47:07 Paul Wise a écrit :

On Wed, Mar 5, 2014 at 1:55 AM, Xavier Roche wrote:
 I have a rather silly question: would a mail (signed with this 
key)

 request to the DDs who already signed the initial key (and checked
 the identity) to sign the replacement key considered unreasonable 
?

Considering that the initial keys are now considered weak, I expect
that it would be reasonable for people to not trust a key transition
statement where the only available trust anchor is the old weak key.


Well, the project currently considers these old keys to be 
trustworthy
enough to let the people who control them to upload any packages on 
the

archive (modulo these keys are in the uploading keyring).

If we trust that the people behind the keys haven't changed, we 
should
let them use easy ways to stronger keys. On the other hand, if we 
think

the keys have been compromised, then we should really drop the upload
rights!

Cheers,
OdyX


I would tend to side more with Odyx here in that the keys are still 
considered trustworthy enough to be in the keyring but we're encouraging 
moving to stronger keys and no longer accepting these keys to be 
included. The subject of compromise is a totally different situation 
than this and would obviously need to be handled differently as you 
should no longer trust the key entirely and should be removed.


I started the move to the high bit RSA key because of deciding to make 
the move to using the OpenPGP smartcard which only supported RSA and not 
DSA. This was not because I have any reason to believe my key was 
compromised or that I had lost the private key data. Given the lengths I 
go to verify identity, control of private key data and the email 
addresses listed in the UID of the key, I might consider an encrypted 
challenge requesting signing a new replacement key provided the 
assurance that the original key had not been compromised and the keys 
were cross-signed. Though it is something I would most likely take on a 
case by case basis.



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



Bug#740858: ITP: madgwick-ahrs -- Madgwick and Mahony attitude and heading reference (AHRS) algorithms

2014-03-05 Thread Klee Dienes
Package: wnpp
Severity: wishlist
Owner: Klee Dienes k...@mit.edu

* Package name: madgwick-ahrs
  Version : 0.0.20120219-1
  Upstream Author : Sebastian Madgwick
* URL : http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms
* License : CC-SA 3.0
  Programming Lang: C
  Description : Madgwick and Mahony attitude and heading reference (AHRS) 
algorithms

In 2009 Sebastian Madgwick developed an IMU and AHRS sensor fusion
algorithm as part of his Ph.D research at the University of
Bristol. This library also includes Madgwick’s implementation of
Robert Mayhony’s ‘DCM filter‘ in quaternion form.

---

This package is used by the psmoveapi package for orientation
tracking.  It's also suitable for use as a general-purpose AHRS
algorithm.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140305162726.6722.61883.report...@router.dienesfamily.org



Bug#740865: ITP: python-srs -- Python SRS (Sender Rewriting Scheme) library

2014-03-05 Thread Sandro Knauß
Package: wnpp
Severity: wishlist
Owner: Sandro Knauß b...@sandroknauss.de

* Package name: python-srs
  Version : 0.30.11
  Upstream Author : Stuart Gathman stu...@bmsi.com
* URL : http://bmsi.com/python/pysrs.html
* License : Python License (CNRI Python License)
  Programming Lang: Python
  Description : Python SRS (Sender Rewriting Scheme) library

 As SPF is implemented, MTAs that check SPF must account for any forwarders.
 One way to handle forwarding is to have the forwarding MTA rewrite envfrom to a
 domain they are authorized to use.
 .
 More information about SRS:  http://spf.pobox.com/srs.html

This package is part of the python-milter project. I intend to maintain it 
under the Debian Python
Maintainers umbrella. Scott K agreed to sponser me with this packages.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140305171740.19541.81822.reportbug@tabin.local



Re: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!

2014-03-05 Thread Xavier Roche
Le 05/03/2014 15:05, Jeremy T. Bouse a écrit :
 I would tend to side more with Odyx here in that the keys are still
 considered trustworthy enough to be in the keyring but we're encouraging
 moving to stronger keys and no longer accepting these keys to be
 included.

Yes, this was my thoughts, too.

Or, to rephrase it: 1024D keys will soon be breakable (let's say in
few years), but at this present time, they are still trustworthy enough
to allow transition.

It doesn't mean that eventually, they'll be considered untrustworthy, later.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53176321.50...@httrack.com



Re: RSA vs ECDSA (Was: Bits from keyring-maint: Pushing keyring updates. Let us bury your old 1024D key!)

2014-03-05 Thread Kurt Roeckx
On Wed, Mar 05, 2014 at 08:29:37AM +0100, Ondrej Surý wrote:
 On Tue, Mar 4, 2014, at 21:33, Gunnar Wolf wrote:
  Ondrej Surý dijo [Tue, Mar 04, 2014 at 08:10:47PM +0100]:
   On Mon, Mar 3, 2014, at 19:13, Gunnar Wolf wrote:
As keyring maintainers, we no longer consider 1024D keys to be
trustable. We are not yet mass-removing them, because we don't want to
hamper the project's work, but we definitively will start being more
aggressively deprecating their use. 1024D keys should be seen as
brute-force vulnerable nowadays. Please do migrate away from them into
stronger keys (4096R recommended) as soon as possible.
   
   I am not sure what's the timeframe for GnuPG 2.1.0[1] release, but would
   it be possible to skip the RSA and go directly for ECDSA, before we
   start deprecating DSA? Or at least have an option to do so? (Well,
   unless GnuPG 2.1 release is too much far in the future.)
  
  Umh, I feel I have to answer this message, but I clearly don't have
  enough information to do so in an authoritative way¹. AIUI, ECDSA has
  not been shown to be *stronger* than RSA -- RSA works based on modulus
  operations, ECDSA on curve crypto. ECDSA keys can be smaller and
  achieve (again, AIUI) the same level of security. But nothing so far
  shows that RSA will be broken before or after ECDSA.
  
  Barring somebody pointing me to the right place to read, my take would
  be that we should accept both RSA and ECDSA keys
 
 Yes. I didn't suggest that we drop RSA.
 
  (of what minimum size/strength?).
 
 These might provide a guidance (even for RSA key lengths).
 
 http://www.keylength.com/en/compare/#Biblio4
 http://csrc.nist.gov/groups/ST/toolkit/key_management.html
 
 and
 
 http://csrc.nist.gov/publications/nistpubs/800-78-3/sp800-78-3.pdf
 
 NIST seems to recommend at least 2048 bits for RSA and Curve P-256 for
 ECDSA

You might want to take a look at http://safecurves.cr.yp.to/
before using the P-curves.


Kurt


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140305180926.ga3...@roeckx.be



Re: Bits from the Security Team

2014-03-05 Thread Guido Günther
Hi,
the work of the security team is very, very much appreciated!

On Wed, Mar 05, 2014 at 08:03:01PM +0100, Moritz Muehlenhoff wrote:
 * We're planning to request for hidepid to be enabled by default (to 1).
   This will squash an entire class of information leaks. If you have any
   comments or objections, please get in touch with us.

I looked at the docs and as I read them this would affect uid 0 as well.
In this case tools like checkrestart and whatmaps wouldn't be able to
detect mapped libraries anymore actually preventing security updates for
running processes. Maybe excempting uid 0 would be good.
Cheers,
 -- Guido


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140305195409.gb23...@bogon.m.sigxcpu.org



Bug#740886: ITP: libposix-strftime-compiler-perl -- GNU C library compatible strftime for loggers and servers

2014-03-05 Thread Florian Schlichting
Package: wnpp
Severity: wishlist
Owner: Florian Schlichting f...@debian.org

* Package name: libposix-strftime-compiler-perl
  Version : 0.31
  Upstream Author : Masahiro Nagano kazeb...@gmail.com
* URL : https://metacpan.org/release/POSIX-strftime-Compiler
* License : GPL-1+, Artistic
  Programming Lang: Perl
  Description : GNU C library compatible strftime for loggers and servers

POSIX::strftime::Compiler provides a GNU C library compatible
strftime(3), which is not affected by the system locale. This is useful
when you want to write loggers, servers and portable applications that
generate the same result strings on any locale.  Technically,
POSIX::strftime::Compiler wraps POSIX::strftime and converts some format
characters to perl code.

libposix-strftime-compiler-perl is a new dependency of
libapache-logformat-compiler-perl and will be maintained by pkg-perl


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140305201134.20403.72493.reportbug@thinkpad



Re: Bits from the Security Team

2014-03-05 Thread Jakub Wilk

* Guido Günther a...@sigxcpu.org, 2014-03-05, 20:54:
* We're planning to request for hidepid to be enabled by default (to 
1). This will squash an entire class of information leaks. If you have 
any comments or objections, please get in touch with us.


For the lazy, this is documentation for hidepid:

hidepid=0 means classic mode - everybody may access all /proc/pid/ 
directories (default).


hidepid=1 means users may not access any /proc/pid/ directories but 
their own. Sensitive files like cmdline, sched*, status are now 
protected against other users. This makes it impossible to learn whether 
any user runs specific program (given the program doesn't reveal itself 
by its behaviour). As an additional bonus, as /proc/pid/cmdline is 
unaccessible for other users, poorly written programs passing sensitive 
information via program arguments are now protected against local 
eavesdroppers.


hidepid=2 means hidepid=1 plus all /proc/pid/ will be fully invisible 
to other users. It doesn't mean that it hides a fact whether a process 
with a specific pid value exists (it can be learned by other means, e.g. 
by kill -0 $PID), but it hides process' uid and gid, which may be 
learned by stat()'ing /proc/pid/ otherwise. It greatly complicates an 
intruder's task of gathering information about running processes, 
whether some daemon runs with elevated privileges, whether other user 
runs some sensitive program, whether other users run any program at all, 
etc.


I looked at the docs and as I read them this would affect uid 0 as 
well.


Luckily this is not the case. :) root can see other users' /proc entries 
just fine. Perhaps the documentation should be improved.


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140305213323.ga9...@jwilk.net



Re: Bits from the Security Team

2014-03-05 Thread Paul Wise
On Thu, Mar 6, 2014 at 3:03 AM, Moritz Muehlenhoff wrote:

 * We're planning to request for hidepid to be enabled by default (to 1).
   This will squash an entire class of information leaks. If you have any
   comments or objections, please get in touch with us.

Apparently this breaks suspend with systemd and maybe causes some
issues with login and other things under systemd:

https://bugzilla.redhat.com/show_bug.cgi?id=1043134
http://lists.freedesktop.org/archives/systemd-devel/2012-October/006859.html
http://lists.freedesktop.org/archives/systemd-devel/2012-October/006860.html

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAKTje6EbTYiZYJXaVkJtQm=ru3iDN6O6+VWi4GXZ-1tqs9m=u...@mail.gmail.com



Re: Bits from the Security Team

2014-03-05 Thread Vincent Danjean
On 05/03/2014 22:33, Jakub Wilk wrote:
 * Guido Günther a...@sigxcpu.org, 2014-03-05, 20:54:
 I looked at the docs and as I read them this would affect uid 0 as well.
 
 Luckily this is not the case. :) root can see other users' /proc
 entries just fine. Perhaps the documentation should be improved.

  So, it means that most of live supervision I was doing from time to
time as a 'normal' user will need to be done as root (top,
ps axf, ...)
  I'm not sure I will let this setup (hidepid=1) on my computers. My
current POV (that can change) is that I prefer to be able to do the
maximum of thing as a normal user (top, ps, read log (I'm in the
adm group), ...) ans switch to root when I really need to do some
modifications.

  Regards,
Vincent



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5317b918.10...@ens-lyon.org



Re: Bits from the Security Team

2014-03-05 Thread Paul Wise
A lot of this is really great news, thanks for your work!

On Thu, Mar 6, 2014 at 3:03 AM, Moritz Muehlenhoff wrote:

 * In some cases source packages get renamed, These
   renames currently need to be tracked manually. We're planning to
   automate these. If anyone wants to help and implement it, please see
   #738172

The debbugs maintainers were going to implement something like this
and Don already has some code apparently so it would be a good idea to
co-ordinate there.

 * We've discussed whether older release information should be kept in
   the database.

This might be useful for folks still using EOL releases.

 * debsecan is a tool which is closely related to the Security Tracker:

I've 3 patches pending for debsecan so I'd definitely appreciate a
move to collab-maint.

 * There are quite some vulnerabilities which are addressed in Debian,
   but for which no CVE identifier has been assigned.

Perhaps we could encourage those submitting security bugs to
X-Debbugs-CC the oss-sec list?

Reading LWN I sometimes note the same issue happens for other
distributions. Does the security team monitor the advisory
announcements of upstreams and other distributions and auto-correlate
those with CVEs?

 * We're currently using Subversion. We discussed changing to git, but
   git doesn't offer significant benefit for our purpose so we decided
   to stick with it.

From when alioth was having repository issues, it appears having the
full history locally is useful so git would still be a net win. Also
is the SHA-1 hash chain not useful?

 * In order to avoid bottlenecks and to open up the security process
   further we're planning to allow maintainers which are not part of
   the security team to release security updates on their own

The backports archive has a whitelist mechanism, would that be useful?

 * We're tentatively aiming for another Security Team meeting at the
   beginning of 2015. At that time Jessie will be in freeze which is a
   good opportunity to plan for jessie/jessie+1.

From memory some folks not in the security team who wanted to come
missed the last meeting. It would be great to get more people at the
next one.

 * In some cases the scope of security support needs to be limited (e.g
   webkit-based browsers in Wheezy) and sometimes packages need to
   end-of-lifed before the security support time frame ends.

A mechanism for this already exists/existed, some links:

https://lists.alioth.debian.org/pipermail/debtags-devel/2008-June/001795.html
https://bugs.debian.org/436161
http://anonscm.debian.org/viewvc/debtags/vocabulary/trunk/security-team?view=markup

 * Our documentation is currently spread across (too) many
   places. We're planning to create a one-stop site
   http://security-team.debian.org which links all information wrt to
   working/contributing on security

Any reason not to use the wiki?

https://wiki.debian.org/Teams/Security

 * The distribution hardening using dpkg-buildflags is coming along
   nicely.

Unfortunately this doesn't apply to binaries compiled outside of the
package building system. It would be great if we could adopt the
Ubuntu approach of just enabling the flags in GCC itself. Even better
would be to get GCC upstream to finally enable them by default.

 * Since Wheezy the Linux kernel features a security mechanism which
   nullifies many symlink attacks  kfreebsd (currently a
   technology preview) and Hurd (currently not a release arch) don't
   implement this security feature. We welcome feedback from the
   porters whether similar protections exist or whether they're
   feasible within the jessie release time frame.

I expect it would be a good idea to directly consult the porting lists
for these ports, not all porters may have read the full mail.

 * At the moment it seems likely that an extended security support
   timespan for squeeze is possible.
   The rough draft is that updates will be delivered via a separate
   suite (e.g. squeeze-lts)

Why not just use the existing suite for this?

Other things:

The information at www.d.o/security could use some updates.

The Ubuntu security folks have a tool called ubuntu-security-tools
that they use for auditing new packages coming in and packages where
flaws are discovered. I expect it would be a lot of work to do that
for Debian but it might be worth it.

git clone bzr::lp:ubuntu-security-tools

Is there much collaboration/synergy with the Ubuntu security team or
those of any other derivatives?

Will security team members be at DebConf14?

Is the team filtering debian-devel-changes and looking for words like
security, overflow, attack etc? This might turn up some things that
don't have CVEs but should.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bits from the Security Team

2014-03-05 Thread Russ Allbery
Paul Wise p...@debian.org writes:

 Perhaps we could encourage those submitting security bugs to
 X-Debbugs-CC the oss-sec list?

I don't think the list would really appreciate that.  Most of the CVE
requests it currently gets have been vetted by either a developer of the
software or by the security team of a distribution, and right now the
signal-to-noise ratio is very high.  I think we want to at least
peer-review the bug before we send it to oss-sec to make sure that we have
good-quality requests.

We also don't want to do something that would cause the whole bug
discussion to get copied to the list.  The list maintainers aren't
particularly happy when that happens and the discussion drifts away from
the specific security issue.

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


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



Re: Bits from the Security Team

2014-03-05 Thread Craig Small
On Thu, Mar 06, 2014 at 12:54:00AM +0100, Vincent Danjean wrote:
   I'm not sure I will let this setup (hidepid=1) on my computers. My
 current POV (that can change) is that I prefer to be able to do the
 maximum of thing as a normal user (top, ps, read log (I'm in the
 adm group), ...) ans switch to root when I really need to do some
 modifications.
You apparently can have a special group that can see everything.
That might be worthwhile for a default.

It makes things like pstree look odd, so I'll be expecting some new bug
reports.

Someone might like to fix mount(8) too, especially the bit about procfs
if this is the new default.

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140306012106.ga30...@enc.com.au



Bug#740904: ITP: glamour -- beautiful 2D game with princesses for young girls

2014-03-05 Thread Miriam Ruiz
Package: wnpp
Severity: wishlist
Owner: Miriam Ruiz mir...@debian.org

* Package name: glamour
  Version : 1.0.0
  Upstream Author : Nelson do Vale nel...@ocastudios.com
* URL : https://launchpad.net/glamour
* License : Code/Art: Public Domain. Music: DFSG-Free
  Programming Lang: Python
  Description : beautiful 2D game with princesses for young girls

In this beautiful strategy game targeted to girls age 8 to 12, each
participant will take control of a princess from a fairy tale. You
must walk through the kingdom collecting shoes, dresses and makeup
to use at the balls, but must be careful: the fashion is always changing.

You play Maddeline, a young girl on her sweet sixteen, who will walk the
whole town looking for the perfect outfit. You will need to avoid getting
you look ruined by the dirty dogs and the bad language of the Viking man.
Watch out not to get late. Avoid playing with the butterflies.

With a lot of strategy, a bit of luck and the right look, you'll be
glamorous at the ball. And maybe even get the heart of the charming
prince.

The game has some very nice graphics and music. It was made after a board
game with the same name.


The package will be maintained collaboratively inside the Games Team


Homepage: http://ocastudios.com/gold/glamour
See also: http://ocastudios.com/videogame/glamour
And finally: http://www.pygame.org/project-Glamour-2859-.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140306014847.14489.23699.reportbug@tabiti.olimpo



Re: Bits from the Security Team

2014-03-05 Thread Matthias Klose
Am 06.03.2014 02:00, schrieb Paul Wise:
 * The distribution hardening using dpkg-buildflags is coming along
   nicely.
 
 Unfortunately this doesn't apply to binaries compiled outside of the
 package building system. It would be great if we could adopt the
 Ubuntu approach of just enabling the flags in GCC itself. Even better
 would be to get GCC upstream to finally enable them by default.

This should not be enabled in the distro itself, and if, then not before it can
be enabled upstream.  From my point of view it was a mistake to enable it this
way before getting this upstream.  However it is a lot of work to get the
compiler to build itself with these flags and the testsuite produce the same
results as without these.  In the past neither the Ubuntu security team nor the
Google ChromeOS team had time and resources to bring these patches upstream.

  Matthias


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5317faa6.6090...@debian.org



Re: Bits from the Security Team

2014-03-05 Thread Paul Wise
On Thu, Mar 6, 2014 at 12:33 PM, Matthias Klose wrote:

 This should not be enabled in the distro itself, and if, then not before it 
 can
 be enabled upstream.  From my point of view it was a mistake to enable it this
 way before getting this upstream.  However it is a lot of work to get the
 compiler to build itself with these flags and the testsuite produce the same
 results as without these.  In the past neither the Ubuntu security team nor 
 the
 Google ChromeOS team had time and resources to bring these patches upstream.

So, probably too much work for a GSoC project? If not would you mentor
such a project?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bits from the Security Team

2014-03-05 Thread Yves-Alexis Perez
On Thu, Mar 06, 2014 at 07:51:28AM +0800, Paul Wise wrote:
 On Thu, Mar 6, 2014 at 3:03 AM, Moritz Muehlenhoff wrote:
 
  * We're planning to request for hidepid to be enabled by default (to 1).
This will squash an entire class of information leaks. If you have any
comments or objections, please get in touch with us.
 
 Apparently this breaks suspend with systemd and maybe causes some
 issues with login and other things under systemd:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=1043134
 http://lists.freedesktop.org/archives/systemd-devel/2012-October/006859.html
 http://lists.freedesktop.org/archives/systemd-devel/2012-October/006860.html

I do use systemd and hidepid=2 and it seems to work just fine here
(please keep me on CC:, I'm not subscribed to -devel anymore).

From the bug report, I'm quite unsure it's actually related to hidpid=2
and not just to the lack of systemd/logind support in current Xfce
stack.

Regards,
-- 
Yves-Alexis Perez
Debian security team


signature.asc
Description: Digital signature


Bug#740916: ITP: dms -- DNS Management System

2014-03-05 Thread Matthew Grant
Package: wnpp
Severity: wishlist
Owner: Matthew Grant m...@mattgrant.net.nz

* Package name: dms
  Version : 1.0
  Upstream Author : Matthew Grant m...@mattgrant.net.nz
* URL : http://mattgrant.net.nz/software/dms
* License : GPL3
  Programming Lang: Python
  Description : DNS Management System

DNS Management System using bind9 and PostgresQL 9.2+.  Uses Dynamic
Updates to update and manage the Zones in Bind9.  Has a daemon which
uses a State Machine for publishing zones from the DB.  There is a
command line/shell program zone_tool for operation on the Zones,
including running an editor, and a JSON RPC over http interface via
Apache and mod_wsgi.

oMaster can have DR Failover

oIPv6 fully supported in back end and front end

oIPv6 DNS RRs ()

oDynamic DNS configuration of Master server reduces need for
reconfig and reload operations.

oDNS RRs supported include SOA NS A  MX PTR TXT SPF RP SSHFP SRV
 NSAP NAPTR LOC KX IPSECKEY HINFO CERT DS. DNSSEC handled by bind9 master

oAuto DNSSEC via Bind9 dynamic DNS. Bind9 master server auto
 maintains zone DNSSEC operations records and signing. NSEC3 and NSEC
 supported. DNSSEC key management on Master server file system pending
 write of key management module. Key material directory is replicated via
 DR protocol (rsync) though. DMS is fully enabled to use DNSSEC for
 securing our core domains.

o   Apex resource record (SOA and NS) management across all zones - can
be turned off per zone.

o   Auto reverse PTR generation

o   Customer control of their own automated reverse DNS. Individual PTR
records, and complete reverse zones. Useful for business IPv6 and IPv4
blocks. Enables on site use of IP PABX, intranet and email for SMBs on
XDSL/Fibre.

o   zone_tool command line administrative tool on master servers

o   IPSEC secured communications between each of DR master replicas and slaves

o   Modular design. For example, Racoon IPSEC can be replaced if needed.

o   Multiple Slave DNS server software implementations. NL Netlabs nsd3
can be used as a slave server once backend code is completed, and a
simple configuration monitoring/HUP daemon implemented to run on each
slave.

o   slave server/Server Groups (SG) support. Live migration of zones.

o   Private SGs for internal zones.

o   Retention of deleted zones in database for aged auto-deletion later.

o   Multiple Zone Instances per Zone. Roll forward and roll back
changes. Again old ZIs aged for auto deletion above a threshold number.

o   Templates used for generating name server configuration includes -
master, replicas and slaves.

o   Rsync to distribute name server configuration to servers.

o   Central distribution of name server configuration segments.

o   Hot standby master replica for DR purposes with manually controlled
fail over. Includes automatic replica/slave server reconfiguration.

o   WSGI JSON RPC over HTTPS API for mulitple front ends

o   Security tags to control what front ends can see

o   Zone reference metadata to tag the zone with the owner/customer
entity ID. Set by DMI when a zone is created. Tag out of table in DB via
foreign key for easy reference renaming.

o   zone_tool has built in pager support and editor support via standard
shell environment variables.

o   zone_tool has a configurable restricted shell mode for Help Desk use

o   RR Groups and RR comments supported in DB for use in text editor and
in Web Admin DMI (DNS Management Interface)

o   zone_tool has colourised diff support to display changes between
different ZIs for a zone

o   Vim can be used as zone tool editor, giving DNS colourised Zone file
syntax high lighting.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140306075515.5154.49732.report...@sid-dev.internal.anathoth.net



Accepted fex 20140226-1 (source all)

2014-03-05 Thread Kilian Krause
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 09:49:50 +0100
Source: fex
Binary: fex fex-utils
Architecture: source all
Version: 20140226-1
Distribution: unstable
Urgency: low
Maintainer: Kilian Krause kil...@debian.org
Changed-By: Kilian Krause kil...@debian.org
Description: 
 fex- web service for transferring very large files
 fex-utils  - web service for transferring very large files (utils)
Changes: 
 fex (20140226-1) unstable; urgency=low
 .
   * New upstream version: 20140226
- notification e-mail resend option for user and admin
- new FAQ design (questions first, then Q+A)
- sub and group users have the same quota amount like their main user
- config variable @local_domains may contain wildcard * for subdomains
- various small bug fixes
   * debian/fex.install: FAQ no longer has CSS and GIF files.
   * Update copyright years
Checksums-Sha1: 
 db999444eadb63762c71a4cfa44bd5d7779f412f 1211 fex_20140226-1.dsc
 61947fbeb25bc6f6bbe68df5807116ae7f5cf55a 308191 fex_20140226.orig.tar.gz
 795ce75e2050a50c82f3fb16a6e867d063528c50 20972 fex_20140226-1.debian.tar.xz
 8d224e7f0914c1ad7957825c23c0e045903f2b29 265410 fex_20140226-1_all.deb
 a705556104fd8a2b6cda50730a1faddc06f62381 56680 fex-utils_20140226-1_all.deb
Checksums-Sha256: 
 67947d79d0386bb8b181c8eaf781235b296a41b2d777bbc63496d388927e2f5d 1211 
fex_20140226-1.dsc
 9edc1ee1afb9f5b236792131da686de56bb65838546bf81473b9748f414b7844 308191 
fex_20140226.orig.tar.gz
 0934ec3dc31caf6ceeac6ef72ce396f276c21756d1c2c8b1fcf8feeb25460324 20972 
fex_20140226-1.debian.tar.xz
 0a8535abe779a0a3ff1d3f9c8ee48c316ad07cc5cc8278e250420af611e5e6c4 265410 
fex_20140226-1_all.deb
 03590930ae92b88b9e35c57b2e5f49a08a5b5da1521ad043022ad7676d7f8919 56680 
fex-utils_20140226-1_all.deb
Files: 
 89b19f26e2cf82ef8d1ab644c13e14ab 1211 non-free/web optional fex_20140226-1.dsc
 569eb8405fbaa7c012fbf31708f7d768 308191 non-free/web optional 
fex_20140226.orig.tar.gz
 0f7f70d028bf330a3eea606d010ec78d 20972 non-free/web optional 
fex_20140226-1.debian.tar.xz
 48238eab4adf4974f799ad9a1cb34684 265410 non-free/web optional 
fex_20140226-1_all.deb
 66cf75f672f7504ac3fe7aadd70bf8da 56680 non-free/web optional 
fex-utils_20140226-1_all.deb

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

iD8DBQFTFuWCvdkzt4X+wX8RAvATAJ0RnqsebQ1vAdoa8HEMWERvhBKSdgCfWJzA
8WJOv0WqgwxCUXEWgRkp+PI=
=FKlK
-END PGP SIGNATURE-


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



Accepted haskell-wai-extra 2.0.3.3-2 (source all amd64)

2014-03-05 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 09:01:56 +0100
Source: haskell-wai-extra
Binary: libghc-wai-extra-dev libghc-wai-extra-prof libghc-wai-extra-doc
Architecture: source all amd64
Version: 2.0.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-wai-extra-dev - some basic WAI handlers and 
middleware${haskell:ShortBlurb}
 libghc-wai-extra-doc - some basic WAI handlers and 
middleware${haskell:ShortBlurb}
 libghc-wai-extra-prof - some basic WAI handlers and 
middleware${haskell:ShortBlurb}
Changes: 
 haskell-wai-extra (2.0.3.3-2) unstable; urgency=medium
 .
   * Add missing dependency on base64-bytestring
Checksums-Sha1: 
 777ba0d6511b56b9382e0232064f13fd6b5f6bbd 3602 haskell-wai-extra_2.0.3.3-2.dsc
 db94429b82785fa5beda122ee34f09e5836e1569 2944 
haskell-wai-extra_2.0.3.3-2.debian.tar.xz
 947f0988f2ff25ac7376f1414d3107d027408d1c 67660 
libghc-wai-extra-doc_2.0.3.3-2_all.deb
 b6ad69f6d4f01198bdba84ef76a56e259fb726d2 167180 
libghc-wai-extra-dev_2.0.3.3-2_amd64.deb
 31c44976131242d10a697127fa813b650e35f21e 177084 
libghc-wai-extra-prof_2.0.3.3-2_amd64.deb
Checksums-Sha256: 
 bd57a469e567e1163f7a21e434b1b38aa987deb9c7a084dfb29ecdce4c28546a 3602 
haskell-wai-extra_2.0.3.3-2.dsc
 1a793079ffa78563caf9268abd00cce15bf520dbbd80a8d07965589da0ef1e98 2944 
haskell-wai-extra_2.0.3.3-2.debian.tar.xz
 e090e164e4dab41aaca7413a89f7ec4080098830a4f8cac86e479bdd21c5353b 67660 
libghc-wai-extra-doc_2.0.3.3-2_all.deb
 220e5d341939cf421687ccff9d481c710bd61f90f00fbd6032d2ff1c91a28001 167180 
libghc-wai-extra-dev_2.0.3.3-2_amd64.deb
 72e4dfe2b909416c70fd4f675f38a8de0aa276ef4c2a032b4a37c389280594d8 177084 
libghc-wai-extra-prof_2.0.3.3-2_amd64.deb
Files: 
 a3be841e5dfaafd6b2ffab4dd375a025 3602 haskell extra 
haskell-wai-extra_2.0.3.3-2.dsc
 2b714e1c1700c607e85c6220f2173b4b 2944 haskell extra 
haskell-wai-extra_2.0.3.3-2.debian.tar.xz
 115c9e21c07f190b38abf1132d28ea78 67660 doc extra 
libghc-wai-extra-doc_2.0.3.3-2_all.deb
 72a2edb1229a04997bc5239dc84ac463 167180 haskell extra 
libghc-wai-extra-dev_2.0.3.3-2_amd64.deb
 1368349713fcece39409882ec984d092 177084 haskell extra 
libghc-wai-extra-prof_2.0.3.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMW2uQACgkQ9ijrk0dDIGxHAACgsaxtJ8ZhFBiATuLtGpvJY3C4
950AnRr9e7m68b6j0S2YAcxKwrZPVn+f
=Z3Ka
-END PGP SIGNATURE-


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



Accepted opennebula-context 4.2.0-3 (source all)

2014-03-05 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 09:56:59 +0100
Source: opennebula-context
Binary: opennebula-context
Architecture: source all
Version: 4.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian OpenNebula Maintainers 
pkg-opennebula-de...@lists.alioth.debian.org
Changed-By: Olivier Sallou osal...@debian.org
Description: 
 opennebula-context - contextualization package
Changes: 
 opennebula-context (4.2.0-3) unstable; urgency=low
 .
   * Remove lintian warnings , go to standards 3.9.5
Checksums-Sha1: 
 fb78e6c5e8130db324b81895a3306486bcc36907 2013 opennebula-context_4.2.0-3.dsc
 a19033415d0d5cf2ef9acea17da55190c239a982 3208 
opennebula-context_4.2.0-3.debian.tar.xz
 f4daf1a00e675a36a96b612081f3fef10d27c4e3 5138 
opennebula-context_4.2.0-3_all.deb
Checksums-Sha256: 
 4952256b96079fc3d0e16b6c46d670c9d6ffafa42925140de95cb46fc4d16bde 2013 
opennebula-context_4.2.0-3.dsc
 c142a18144e79d332f03ba6748da32ec7cc405a9880b9c76770a54269e04793d 3208 
opennebula-context_4.2.0-3.debian.tar.xz
 31954909554af53464c93ffad9310dc0cb2729edc9dade30d8c3a30d882da195 5138 
opennebula-context_4.2.0-3_all.deb
Files: 
 6698aa0cee2b27b6b105534b1298f8f6 2013 utils extra 
opennebula-context_4.2.0-3.dsc
 6ba94b94a661a495f144c556a9b11ffb 3208 utils extra 
opennebula-context_4.2.0-3.debian.tar.xz
 e77fa845920557cab7a4d25d643ea938 5138 utils extra 
opennebula-context_4.2.0-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTFuflAAoJEHjcaNsybYQ4zLcP/1/3IUiK9JoAstomjW4FbbeH
LlKnlcp9KMuxUgzSA9d1+D0kASulJARhvOPd/6bUNq0r3bPeox8GZFW4gjT0UI4W
sXIYJWRG+KLDv3pf1msFM/IDkOwFEBMTfXezIPP1yarMo2R7iRKLyXzrmo7GWxEV
+OfDU0eJwtDxU+luomXRB2N8AToEvPibHcHCIIB13P4SWDeE7oMgafCM5xJ8mdXZ
fkeC0JB5nOrljswC6EOyC6bpX26F5pw0fYx0OYXznGdvWjbZ/lJZQZR5vN9KYo+Q
Mc0a7DEMg9tg+OvtRVgg+PWMrrwhLhQyQTi641/V9GR0lWkXjLVDB9IEP3PC/92v
tkG8TwU+iWEL56KAWMK3uFaH5RV+8Yoy+NG6GkQJ+pi/SdkL5MmHgyMnWx8getn5
hFxJhDyFyBd40oeAqkp/A03V/SsGbiFYB3DkaHbAo04VQFWGEn9XEFm205WaStUj
+2MYj8g3phxBahEEdsaMyfon1dE3UYYc/GqcI8rK9L0sGjN6XIsHcvcQUBgrCL5W
8Mn8dYAnBSojlBeVWP3MM9C8TpVzninbBndw4y2r0jxyMPxZQ/vMhczEOazLhwtB
9vrOEkjhVWo6670CsnEo+40e9dJs1Pjw9ERpvO3GbY9AzDMFWyBrhjlhmWV6Yg0Z
asmX3nVD0LOpXiFoaXJj
=m4Bs
-END PGP SIGNATURE-


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



Accepted spice-xpi 2.8.90-2 (source amd64)

2014-03-05 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 09:16:05 +0100
Source: spice-xpi
Binary: browser-plugin-spice
Architecture: source amd64
Version: 2.8.90-2
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen p...@debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 browser-plugin-spice - XPI client for interacting with SPICE servers
Closes: 739408
Changes: 
 spice-xpi (2.8.90-2) unstable; urgency=low
 .
   * Added patch path-spice-xpi-client.diff to use correct path for
 spice-xpi-client in the virt-viewer package (Closes: #739408).  Add
 dependency on virt-viewer.  Patch from Nikolai Kondrashov.
Checksums-Sha1: 
 b5ca647ea76d6edf5befa205d319625402888c50 1412 spice-xpi_2.8.90-2.dsc
 60d671192aeebc2fd194308b3a92585457398713 12376 spice-xpi_2.8.90-2.debian.tar.xz
 972a1026ed449ad8e05613e55c0b937b9c982e9b 34418 
browser-plugin-spice_2.8.90-2_amd64.deb
Checksums-Sha256: 
 ff3c2a682bf5a0678162ea899612a447a028d06bf0518ad04d50a915b551cf32 1412 
spice-xpi_2.8.90-2.dsc
 07d3a2b6b1cdb983a900eb9c8432d4d66aaab84b0f44a11930cb00094d1d1437 12376 
spice-xpi_2.8.90-2.debian.tar.xz
 50344e0c683b1a43838432c81ec90bf014589b769334c86f1348a8bd89f6129f 34418 
browser-plugin-spice_2.8.90-2_amd64.deb
Files: 
 b16f58948a19a845348c9bd5577ee0d1 1412 misc extra spice-xpi_2.8.90-2.dsc
 f544f93e67e95329a9b639d9b18b2b40 12376 misc extra 
spice-xpi_2.8.90-2.debian.tar.xz
 cc3b63d918b51601e48e938aaff5f100 34418 misc extra 
browser-plugin-spice_2.8.90-2_amd64.deb

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

iD8DBQFTFt6p20zMSyow1ykRAoGPAKC/4Hi0izrFabeM2AsLxrjm7SWJHQCggoy6
9i1tZNnIALr7kto35nKh0A8=
=gg02
-END PGP SIGNATURE-


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



Accepted umockdev 0.7-1 (source amd64)

2014-03-05 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 08:58:54 +0100
Source: umockdev
Binary: umockdev libumockdev0 libumockdev-dev gir1.2-umockdev-1.0
Architecture: source amd64
Version: 0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 gir1.2-umockdev-1.0 - introspection data for umockdev library
 libumockdev-dev - development files and documentation for libumockdev
 libumockdev0 - hardware mocking testbed for bug reports and regression tests
 umockdev   - record/mock hardware devices for bug reports and regression tests
Changes: 
 umockdev (0.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/tests/upstream: Drop workaround for #711209, it was fixed half a
 year ago.
Checksums-Sha1: 
 05af632f05afa2ab82e080cd86f136e21c5df1a2 2299 umockdev_0.7-1.dsc
 43bd0f25dfc402890a85c2d2476b2db271838990 724648 umockdev_0.7.orig.tar.xz
 c377df2e62ff7f5b2531094d5b43c9067ce6c48e 3996 umockdev_0.7-1.debian.tar.xz
 b90bf68c5548afcf68783593a926d340d6e90a91 34530 umockdev_0.7-1_amd64.deb
 325f882a67ad1baa5878e7d5ccb6cf487994 30120 libumockdev0_0.7-1_amd64.deb
 bcaaeec8a9129e087c3a47b75a69fd00957325d7 21486 libumockdev-dev_0.7-1_amd64.deb
 66900f6d10c65ed2810a04f0b84765a1ec4b77b2 3956 
gir1.2-umockdev-1.0_0.7-1_amd64.deb
Checksums-Sha256: 
 b4d39947b0fe2b63db3a49ac58fef95b5ca154f4fbacc8f80e950aeea33f9355 2299 
umockdev_0.7-1.dsc
 b8f1a0a3873dde81314f1cf5b8dbb61148ce30e026a0c5c56bc961e648a1c2b6 724648 
umockdev_0.7.orig.tar.xz
 37fe77da71fdbcf85e9d1a4e844d287bee49d4d77dc32a1f6ce6345d43fd0490 3996 
umockdev_0.7-1.debian.tar.xz
 278e36b1e5c46ef3e87ea52fa3a50599a2a70c1113aeba63317a32cdf96cba90 34530 
umockdev_0.7-1_amd64.deb
 09a76fcd2b9e9fa35c4f2c3995d0f4d74e9ac2d7e1e4ffd69c5d34a119c3abbb 30120 
libumockdev0_0.7-1_amd64.deb
 4f4645bd6b301540daa3002389fd87ca49c4a45103e6b9cb133a78e812be2a16 21486 
libumockdev-dev_0.7-1_amd64.deb
 74671c267c21fb0aef56b5bb2108561cc40e7da2f3918cbd6272e2d90b7ed6bc 3956 
gir1.2-umockdev-1.0_0.7-1_amd64.deb
Files: 
 47f5072e746b646dc1e8f74fcea0cf7e 2299 devel optional umockdev_0.7-1.dsc
 36971b7842638fa1413e3ec71bec9c52 724648 devel optional umockdev_0.7.orig.tar.xz
 8bb582ff258b48127e6767e624f45bf3 3996 devel optional 
umockdev_0.7-1.debian.tar.xz
 91daa51d5795ae7bf40a0fc96fcf28a5 34530 devel optional umockdev_0.7-1_amd64.deb
 2db39159d1a1b5d73788951ecc93a291 30120 libs optional 
libumockdev0_0.7-1_amd64.deb
 c8d2547151403feb2bcbb53cf04a6958 21486 libdevel optional 
libumockdev-dev_0.7-1_amd64.deb
 5e72729204957153002777c86ae20aaf 3956 introspection optional 
gir1.2-umockdev-1.0_0.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTFtpHAAoJENFO8V2v4RNHBNsQAIVX6plvxX9Nb4RKaAlLmRQP
Fcko+akCm3gnWsdVvWXmNhkgpigccwq8u0Leet0LJp00+8e5QKRENTOEpB1OIJpo
c+DcWn7KSl63Rm6OpLMUAq/qFbYkbm7yXczhiZe5RmWQwM5rrHRsGpZSg2VuqGKE
P7G4H3e7cuTugQqxETLdRAuUnQHk3Jj9IS/u2b4Bi+pozHxNzTcuftaBFwW3dtAB
Egw7FKW+bRYtxIgg+Frx9z6mIbYwzbjTOHxiVETvyQXW/OT360K8BJ6tV+Mkr4Ys
T7LkIAIbtbfwPKBgd0BTiEPHTdE9hGtycHQxhN3iRefgMDrlmpCaFWbdlWazw4Gj
RXEqtnXVmpEHtAxQ3t+gylQMgTb+zpfvmbKJyXhCrtdzKi9yxbPrUT+Z397inRkP
OyYi0GALh+dJ0TFP0/+ccwcjEEQSckh8A0F/sybmmGIZSHDSXIZinOygXXYAy1rt
KKb0H0udcgHwUt54gwqRnSW8nOhnp9vv6KexSLr8R8xxj4VvrKWrAKSS22Q5/gbe
l0hqAzoKkJoy84H0HJZU682EnWTl06qMXCOrEfCMvILNnE1gasE9x4gqRN12Oed6
7vZMf0YAcdSS9PrlEeGBT5GO8wytSKu/HQMIyUUxrnUWmhmSK/gG50HksNjw/nov
KKxAvLqf2JqJbDH8z8jA
=u5mQ
-END PGP SIGNATURE-


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



Accepted libinput 0.1.0-1 (source amd64)

2014-03-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Mar 2014 19:03:37 +0100
Source: libinput
Binary: libinput0 libinput0-dbg libinput-dev
Architecture: source amd64
Version: 0.1.0-1
Distribution: experimental
Urgency: medium
Maintainer: Emilio Pozuelo Monfort po...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 libinput-dev - input device management and event handling library - development
 libinput0  - input device management and event handling library - shared libra
 libinput0-dbg - input device management and event handling library - debugging 
sy
Closes: 740223
Changes: 
 libinput (0.1.0-1) experimental; urgency=medium
 .
   * Initial release. Closes: #740223.
Checksums-Sha1: 
 9fb810c0cfc36ef365a0cea1970b75da891ee534 1254 libinput_0.1.0-1.dsc
 4d38a9c3aea30f98c53108c7e91364427ed0015a 342180 libinput_0.1.0.orig.tar.xz
 b41d9a3b5324b8f06c9c402e1f452c2ebe4fd8cc 2568 libinput_0.1.0-1.debian.tar.xz
 82bc926bed8d9c527f0afbe6c5a7497b362d3188 17996 libinput0_0.1.0-1_amd64.deb
 09b608dd19e5aa4643a1f37731856c3172209f89 51068 libinput0-dbg_0.1.0-1_amd64.deb
 7c8b657d621034a9de6baddbb422e5e43dfe061e 71498 libinput-dev_0.1.0-1_amd64.deb
Checksums-Sha256: 
 0fc5ac601b662492e965cb3d70b26fbbb13da97a479cac15c19c0d8e7767712d 1254 
libinput_0.1.0-1.dsc
 63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d 342180 
libinput_0.1.0.orig.tar.xz
 b6819076da4e3173c542503caa46f044cb57f2bcaea4e7418bffcd2207afe575 2568 
libinput_0.1.0-1.debian.tar.xz
 d49f0d20fc15c0f5452ce9705218337e9f788adaf524a3651b463ba3ece13ce4 17996 
libinput0_0.1.0-1_amd64.deb
 5535f03521a4c8e0aa16eb2e4c30cb001a29317d3e29a342db0a1250edd79084 51068 
libinput0-dbg_0.1.0-1_amd64.deb
 b3127567d70a0da517d0452c41ce3d1336fefa79192beb42f21dbfad82a7100a 71498 
libinput-dev_0.1.0-1_amd64.deb
Files: 
 340349e4cb65446fa41f71f3f245423b 1254 libs optional libinput_0.1.0-1.dsc
 f5d794beb5228353f480d15a058e1885 342180 libs optional 
libinput_0.1.0.orig.tar.xz
 168c54834de6e11ed2e59b5a404b1ccd 2568 libs optional 
libinput_0.1.0-1.debian.tar.xz
 9f2d9d8f0fa6319c02900b0eb5f1c75f 17996 libs optional 
libinput0_0.1.0-1_amd64.deb
 732213f89f600e5b81376f51cd24a305 51068 debug extra 
libinput0-dbg_0.1.0-1_amd64.deb
 6c2b9bd26956e828d4e1c0a1490f1a77 71498 libdevel extra 
libinput-dev_0.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMSIr0ACgkQhTV17EoIsv6g/wCdEbDTX0YnHNj+1alkzIpERGEz
nusAoI5r0zsut9iohSRUfl5szDs7FQKY
=yozr
-END PGP SIGNATURE-


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



Accepted duck 0.2 (source amd64)

2014-03-05 Thread Simon Kainz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Mar 2014 08:40:40 +0100
Source: duck
Binary: duck
Architecture: source amd64
Version: 0.2
Distribution: unstable
Urgency: low
Maintainer: Simon Kainz si...@familiekainz.at
Changed-By: Simon Kainz si...@familiekainz.at
Description: 
 duck   - checks URLs in debian/control and debian/upstream files
Changes: 
 duck (0.2) unstable; urgency=low
 .
   * Remove convenience copy of libparse-debian-packages-perl.
   * Change dh version to 9.
   * Minor code cleanup.
   * Add new check for Vcs-Bzr: entries
Checksums-Sha1: 
 fe30c0631d15a07255d7a0f31eda20dce10afada 1604 duck_0.2.dsc
 98f7a6442f8fbef9d047e9070adeeca7b7e7ceb5 5424 duck_0.2.tar.xz
 0970f4f72e660a6ae395b9dc6c60f6c6f171073b 6144 duck_0.2_amd64.deb
Checksums-Sha256: 
 38af88a375c594b0429dbf8ea5ea33da6f8d2114a20fe9bca5f72386770b5a99 1604 
duck_0.2.dsc
 f654261cb2c352fa705ae7e0c0c7defaf95c4501235518cf14a8805c270dd19f 5424 
duck_0.2.tar.xz
 a9b4dfc62d13cd375432f830af0b06a2a67d1740da9ff1efc1d2be58941f398f 6144 
duck_0.2_amd64.deb
Files: 
 7e73b318b8b084b78a06c915f417cf20 1604 devel optional duck_0.2.dsc
 d75eb8862e9e38a98cd08a87de7077d4 5424 devel optional duck_0.2.tar.xz
 f71f60bbc351eb5263d7f4c74632a61d 6144 devel optional duck_0.2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTFqPOAAoJEDEWul6f+mmjNmQQAKWv+r/vkDOqpA3bdofs/yzc
tnazaNxormodonORI0Yq615KRk2Wxw5j214UrNy190N9c7Saf5myEV504SfoD0C9
LETMauXF6osOUbHsbfEdxPd597QKAVgPOoS1o41Vn8PmaMfu3Ngd93ZjVk0d1Zkm
80X6Ez22wQo9AXxHe/NRhZcMP7l2LviRyb7Vh9P+HPDIEI/ADXH8zWXgF6/CiWTr
zCcRHNhzmXuUcxesudZju83omsRpftMouJ9ZwEmK9dNqvj7rlXdCvGLma1jjOgOt
NwTZDt3/djJz36WTMBA8xpqhmfbSHPwxzqhd81BSrJtBqoDco4dGWts2I2exlbdn
2J8FC5RMku15v2zypSpmTog8V/j03vOXhQGCV1p+S/ENu/lQvEKc6U2Lkt4Bs1CB
x1Op+9K0LiqQwpfX57Ur0oaYBkm/81X2uXJE6tO92AollUdBDxXuvSM4+/EUs4Q3
JWG3THRfqCrVV4U3zbfPJJBFsMjS+7F0yw1iFEixhR/oep4hgFwHIx+X16Vu2KPO
ZexbUj2LxSiJoxjfyLf++FU0JlciuUizDkFxcw8dXxXOlRvIaWuY9M6PA0J7DMn2
9Tk4mgbhZPeNExj3Uq4Cbh29+7qrS6EUvVZ8mXM3/CWwK2ZjOxdCGGv4XubSsJ3W
8UZ2eNLu5n+ClQftzqW/
=fmhw
-END PGP SIGNATURE-


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



Accepted boinc-app-seti 7.19~svn2051-2 (source amd64)

2014-03-05 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 09:40:55 +0100
Source: boinc-app-seti
Binary: boinc-app-seti boinc-app-seti-graphics boinc-app-seti-dbg
Architecture: source amd64
Version: 7.19~svn2051-2
Distribution: unstable
Urgency: medium
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Description: 
 boinc-app-seti - SETI@home application for the BOINC client
 boinc-app-seti-dbg - debug symbols for SETI@home
 boinc-app-seti-graphics - SETI@home application for the BOINC client (with 
graphics)
Changes: 
 boinc-app-seti (7.19~svn2051-2) unstable; urgency=medium
 .
   * Upload to unstable.
   * Switch to dh-autoreconf.
   * Tweak app-info.xml file after upstream suggestion,
 thanks Claggy!
   * Moved app name from setiathome_enhanced to setiathome_v7
 for upstream suggestion.
Checksums-Sha1: 
 9f363dbb7e0e024686c681ecfcc4d795f291fb56 2103 boinc-app-seti_7.19~svn2051-2.dsc
 8f117a9569d9372fdcfbbd23603c53b291a7ada7 17036 
boinc-app-seti_7.19~svn2051-2.debian.tar.xz
 9ed141fb05dc407046aa7a30277c8bf676843b0e 262094 
boinc-app-seti_7.19~svn2051-2_amd64.deb
 90ac33ccdbf6492c14749bb17fb06a02745daf2e 275462 
boinc-app-seti-graphics_7.19~svn2051-2_amd64.deb
 ec0145100a693e80c463b82c83701ecf8b87b70d 6082404 
boinc-app-seti-dbg_7.19~svn2051-2_amd64.deb
Checksums-Sha256: 
 e0175833fd9440b5d389d069d176ac8d9c9a607bfd954606e5bd116d1b4de48b 2103 
boinc-app-seti_7.19~svn2051-2.dsc
 093cabcb0dd6a0bdd7d5befb48968a5481316de8bae0e7bfb55e1f6506fe40de 17036 
boinc-app-seti_7.19~svn2051-2.debian.tar.xz
 ac9b8a0ebfe4018bd54daa2ce7e378d45e86f7a385e822119abdacf3010bc047 262094 
boinc-app-seti_7.19~svn2051-2_amd64.deb
 fdfa18c8483ef86c82db48d6ba8394b08b308232df2a0bbe0c8ec121901a252b 275462 
boinc-app-seti-graphics_7.19~svn2051-2_amd64.deb
 b4c8778487b7bbc15dcf2263425d4bc63cde18a7569fd20cf2845c98c4784f1f 6082404 
boinc-app-seti-dbg_7.19~svn2051-2_amd64.deb
Files: 
 a883bdf857d03d66ffb8b1c789da11d9 2103 science extra 
boinc-app-seti_7.19~svn2051-2.dsc
 90a7c3e8d5ed75944f2f24d2e2527797 17036 science extra 
boinc-app-seti_7.19~svn2051-2.debian.tar.xz
 9da507abf32f4cb97022be09c7a6cabe 262094 science extra 
boinc-app-seti_7.19~svn2051-2_amd64.deb
 e5a5db32db60f553005fc4916e50f853 275462 science extra 
boinc-app-seti-graphics_7.19~svn2051-2_amd64.deb
 46f3bc098691c3ed3c5e73df306d76bb 6082404 debug extra 
boinc-app-seti-dbg_7.19~svn2051-2_amd64.deb

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

iQEbBAEBAgAGBQJTFvVVAAoJEItu8lKPB14dmycH+Kxas/qg8kCRdbCnGUb+BRAZ
Ra5iyrdIGsXWNQkPX4Ps9bThj+Ja3UiBjBwjL8l5UlfruxhLt4noTj1SLhiGxKu+
PlLsGRDNIGrUiFcoNWeZ7/7R764L7BFjRGbmO72Zpzw1ROS9zkM45FeNP8VOw/VY
NFO/qMFc/FTMdsmZmRHs5e14SyZf3XopyHwRUr8vScRcrSTWukC0+3FY1IlLG5I/
3C/C2hsRTfOmndTq9udTbEojeGS2VvXPk0BfCk2n2Lfklv7f2N7wOryz+vnIDgkU
FwJqtRSzTuT7n9UXnfWqxncvjviANftK+CTBiu5tJC7HV5FI32QKhecPa6apsA==
=sEU9
-END PGP SIGNATURE-


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



Accepted python3.3 3.3.5~rc2-1 (source all amd64)

2014-03-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 08:32:07 +0100
Source: python3.3
Binary: python3.3 libpython3.3-stdlib python3.3-minimal libpython3.3-minimal 
libpython3.3 python3.3-examples python3.3-dev libpython3.3-dev 
libpython3.3-testsuite idle-python3.3 python3.3-doc python3.3-dbg 
libpython3.3-dbg
Architecture: source all amd64
Version: 3.3.5~rc2-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python3.3 - IDE for Python (v3.3) using Tkinter
 libpython3.3 - Shared Python runtime library (version 3.3)
 libpython3.3-dbg - Debug Build of the Python Interpreter (version 3.3)
 libpython3.3-dev - Header files and a static library for Python (v3.3)
 libpython3.3-minimal - Minimal subset of the Python language (version 3.3)
 libpython3.3-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.3-testsuite - Testsuite for the Python standard library (v3.3)
 python3.3  - Interactive high-level object-oriented language (version 3.3)
 python3.3-dbg - Debug Build of the Python Interpreter (version 3.3)
 python3.3-dev - Header files and a static library for Python (v3.3)
 python3.3-doc - Documentation for the high-level object-oriented language 
Python
 python3.3-examples - Examples for the Python language (v3.3)
 python3.3-minimal - Minimal subset of the Python language (version 3.3)
Changes: 
 python3.3 (3.3.5~rc2-1) unstable; urgency=medium
 .
   * Python 3.3.5 release candidate 2.
   * Build without ffi on or1k. Addresses: #738519.
   * Allow loading of extensions in the sqlite module. Addresses: #739555.
   * Update autopkg tests (Martin Pitt):
 - Don't fail if apport is not installed.
 - Call su with explicit shell, as nobody has nologin as default shell now.
 - Only use $SUDO_USER if that user actually exists in the testbed.
 - Drop obsolete chowning of $TMPDIR and $ADTTMP; with current autopkgtest
   $TMPDIR has appropriate permissions, and $ADTTMP is not being used.
Checksums-Sha1: 
 7632786595a6be4d2f36c2984b99296dffa495ab 2462 python3.3_3.3.5~rc2-1.dsc
 8b9ba0e505314bf82269de246382aa089c120295 16979828 
python3.3_3.3.5~rc2.orig.tar.gz
 1c8924ea0eb5a9580193fec8581be29f98542af1 240179 python3.3_3.3.5~rc2-1.diff.gz
 7aa918928758ac61cb085a7b56cf3036af660298 334802 
python3.3-examples_3.3.5~rc2-1_all.deb
 b222888548bcf9ac598e572d588e8838f98bc039 2800414 
libpython3.3-testsuite_3.3.5~rc2-1_all.deb
 bb1c7dc6b8d039c119014d698bb617cd3139438c 79492 
idle-python3.3_3.3.5~rc2-1_all.deb
 f1754b3ec1b5768b1bedf2ebf51841a734df5ca4 4768874 
python3.3-doc_3.3.5~rc2-1_all.deb
 bee72e2dcbb2d0e1e9235ef321ac32c95f02be40 164340 python3.3_3.3.5~rc2-1_amd64.deb
 d53569155a5c1f7fb278fbbeef967e834385c581 2000482 
libpython3.3-stdlib_3.3.5~rc2-1_amd64.deb
 d70758966fb5a6af7a0de81f76cf4c8b6f682d8c 1402126 
python3.3-minimal_3.3.5~rc2-1_amd64.deb
 b6e840a111b4621d701bd6b3252ce7bacfd05d6c 423982 
libpython3.3-minimal_3.3.5~rc2-1_amd64.deb
 fa3c6ab55237dd34ad67be0d4d3b7e3769728837 1263604 
libpython3.3_3.3.5~rc2-1_amd64.deb
 1367197391014b93843576f4e7077898d58e6fd6 365082 
python3.3-dev_3.3.5~rc2-1_amd64.deb
 f5400b9326159c10950de0bb95af32003a54c382 25781296 
libpython3.3-dev_3.3.5~rc2-1_amd64.deb
 ab076eb9ec14779095ec549b1f172824f03cb7c2 7081176 
python3.3-dbg_3.3.5~rc2-1_amd64.deb
 f62d82fe315f112b472916609e00322db6453550 4591050 
libpython3.3-dbg_3.3.5~rc2-1_amd64.deb
Checksums-Sha256: 
 a62858c7a6226e56294cd61890f9ecfa80080505efc405b59a39541aa9e1c9d3 2462 
python3.3_3.3.5~rc2-1.dsc
 030407000557a0407bc5bc3e9e9b1928081a34343544779dcd41da691a785a9e 16979828 
python3.3_3.3.5~rc2.orig.tar.gz
 89514added7ed6815c2f8e1a4f845278f22db1a48e30b2ff48efd62501b856f5 240179 
python3.3_3.3.5~rc2-1.diff.gz
 0e16a6c6ec56cd222d0175420c98de8b6602897d408c0572c8338e8a2d9ce358 334802 
python3.3-examples_3.3.5~rc2-1_all.deb
 99f888a22352bc1521909b61d003d98ecd875596fbf6c6eab86144675d33fde4 2800414 
libpython3.3-testsuite_3.3.5~rc2-1_all.deb
 f2310c56474fb82d50ec2d30c4180e0bd3cbd474e1f61457282efa5382bc68d8 79492 
idle-python3.3_3.3.5~rc2-1_all.deb
 bedfa4c47243d506f8d35c0f1616272d4606bb3def87a011444f36f8be2d1b58 4768874 
python3.3-doc_3.3.5~rc2-1_all.deb
 a5d3afd982755a1106dbebcaade15524d92c901b52867678a7cf0ddea74293ab 164340 
python3.3_3.3.5~rc2-1_amd64.deb
 cc1996dbf38655aa2e3eb51337f934e11419bad960aecaa2e1081f96f9377a86 2000482 
libpython3.3-stdlib_3.3.5~rc2-1_amd64.deb
 c913a0fb19e97e4217529e8754195c4a085998e26d542a465a67dc388d23bad9 1402126 
python3.3-minimal_3.3.5~rc2-1_amd64.deb
 70271e0414a938f3814ea04d61addda75c40f1a92c98bcabd485f20507f50f19 423982 
libpython3.3-minimal_3.3.5~rc2-1_amd64.deb
 f5d13817d685fbdfdbce0baedd0abd1c554468faee71506b1b4159b2f4d613f6 1263604 
libpython3.3_3.3.5~rc2-1_amd64.deb
 e4bb257c5fe64af1b1fea89806705b93065905e26722e5cbd16baedc5ce55eeb 365082 
python3.3-dev_3.3.5~rc2-1_amd64.deb
 

Accepted gcc-snapshot 20140305-1 (source amd64)

2014-03-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 07:45:13 +0100
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source amd64
Version: 20140305-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20140305-1) unstable; urgency=medium
 .
   * Snapshot, taken from the trunk (20140305)
Checksums-Sha1: 
 7a8a3ad63c58516856ca91feb32fc78163ef0f78 3395 gcc-snapshot_20140305-1.dsc
 27b3d271345678c6c70a015e5bb1b3ed375acf43 68667890 
gcc-snapshot_20140305.orig.tar.gz
 655d5ce91f61481cb77ca95c65b514ea6cbba503 619475 gcc-snapshot_20140305-1.diff.gz
 0a60f65b89d0d3dd0356ee30d4f0c7e7b0f6b26c 119970312 
gcc-snapshot_20140305-1_amd64.deb
Checksums-Sha256: 
 ee8f5481d48417d3bc44629a9d285e37cccdece5a6ab2abc8ff5df072407623b 3395 
gcc-snapshot_20140305-1.dsc
 34db5940ff0aba8393f30f0ff00d2ee3874f31a363b4a1b0b6dd9de32a05dde9 68667890 
gcc-snapshot_20140305.orig.tar.gz
 288bc9da6105a86df82de84a9b8bc886633e4a058442eb62764afa2fd85e4712 619475 
gcc-snapshot_20140305-1.diff.gz
 0c74a0c39bc4af65c13a62ec04038e9d6c850562463ab535686c2eb152a6d9c8 119970312 
gcc-snapshot_20140305-1_amd64.deb
Files: 
 313c3aa5c90ceec563888c4ed513096e 3395 devel optional 
gcc-snapshot_20140305-1.dsc
 25c465a75fd9c69140fedf87c0db9c94 68667890 devel optional 
gcc-snapshot_20140305.orig.tar.gz
 6acd6e14657780822f728d7b61a833b7 619475 devel optional 
gcc-snapshot_20140305-1.diff.gz
 9e38ea728cb08418eb3248de7d734aee 119970312 devel extra 
gcc-snapshot_20140305-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMW+McACgkQStlRaw+TLJz+YQCggPdAp+Q6Sh5ohSP5kveKTdVl
AZUAn044YyRmmB8t7XjNQweA89C4kiXU
=jQgM
-END PGP SIGNATURE-


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



Accepted libapache2-mod-rivet 2.1.4-1 (source amd64 all)

2014-03-05 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 00:11:31 +0100
Source: libapache2-mod-rivet
Binary: libapache2-mod-rivet libapache2-mod-rivet-doc
Architecture: source amd64 all
Version: 2.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Massimo Manghi mxman...@apache.org
Changed-By: Massimo Manghi mxman...@apache.org
Description: 
 libapache2-mod-rivet - Server-side Tcl programming system combining ease of 
use and powe
 libapache2-mod-rivet-doc - Documentation for Rivet, a server-side Tcl 
programming system
Closes: 725681
Changes: 
 libapache2-mod-rivet (2.1.4-1) unstable; urgency=low
 .
   * New upstream release 2.1.4
   * Starting with 2.1.4 autoconf build scripts were reorganized to
 allow idempotent build of rivet (Closes: #725681)
   * Verified compliance with level 3.9.5 of the standards
Checksums-Sha1: 
 6d0c4835a2369d3ac8e8dd7fbfd28632216da069 1996 libapache2-mod-rivet_2.1.4-1.dsc
 363e02b72efd3d29f9d547da6badc3b0b4e31995 1384469 
libapache2-mod-rivet_2.1.4.orig.tar.gz
 efa8862a3148f7863cb40306c6c62b17f9d1e4ec 8092 
libapache2-mod-rivet_2.1.4-1.debian.tar.xz
 b1ca9c1a94a1bd92f5616651faaa84666c2c5c56 145074 
libapache2-mod-rivet_2.1.4-1_amd64.deb
 aa1df5d11acb85e37ad62c05588347a0a0d563cb 166712 
libapache2-mod-rivet-doc_2.1.4-1_all.deb
Checksums-Sha256: 
 b200e627eaa4eb9802f2563cd61507de03ca5d2a19f59842ee9a4ab646ec4769 1996 
libapache2-mod-rivet_2.1.4-1.dsc
 79936db37b97187cb82c7529799b23d105fae41be5072bd044f63accc6a3ea74 1384469 
libapache2-mod-rivet_2.1.4.orig.tar.gz
 04e1ce95bf62f0a6dbcf778a80b7c0bc1a1b539d776879833536373e2f96b321 8092 
libapache2-mod-rivet_2.1.4-1.debian.tar.xz
 67d721e96cca4dde1705478b7d8ef194ff130e3d1fcc4da8f14db5c069cb8cc1 145074 
libapache2-mod-rivet_2.1.4-1_amd64.deb
 42325730350e95381a11873315244678c0d14f7403d8cf2269829f42f4a3fe54 166712 
libapache2-mod-rivet-doc_2.1.4-1_all.deb
Files: 
 1659b544788b0c6ade26d6f5bd514bf7 1996 httpd extra 
libapache2-mod-rivet_2.1.4-1.dsc
 088a9b66f31458036948690da5d724a8 1384469 httpd extra 
libapache2-mod-rivet_2.1.4.orig.tar.gz
 d04de2f1dc2a7a1d8993ce7bed776b03 8092 httpd extra 
libapache2-mod-rivet_2.1.4-1.debian.tar.xz
 039d8d882d149b7860f4f978cd371e82 145074 httpd extra 
libapache2-mod-rivet_2.1.4-1_amd64.deb
 bf5ed6b0d658d988944a8aa9ad03b3c9 166712 doc extra 
libapache2-mod-rivet-doc_2.1.4-1_all.deb

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

iQIcBAEBCAAGBQJTFvseAAoJEKbcJNnaJJPRL0kQAL903xYY9KbdOYiOG4C4rtvR
FQBRLek5kl8kQPTyI+7Inp0EA5moYNdtPdVQweRhkr2KIOLYhdcR/l+0+c8xK/jH
2VJfE532WCPBCzV2TAPjq18+HrOZT34/7KvHDd7Eyfaqv55s5ob3GyCZ9lnWSi+Z
NDgcVG+txM95lJVQaxOyX2+d8ZWjZEiH/lVD04F/vSb14wo3DQk1p6veh34mmF/i
vET0RkShAGb62x2QN76lOgiqAWFFmSQB6ulhpmDeEs1NcDYqYpqpGi3Qpv8HEnnd
wdr7nfCuiYRCbmDHyhLTCkld6UQ+LnU7Wjhc4gyChb0vKYvd1Z58p1ukdQbLjCy2
9gaOyFumkXAyj7LkdQA3kxgN/6vtkq4I+9Dd9bzHTjwyXCciRWdwrcnZ1n0wd4FE
OEcT2onFNufSWcbgDh06CAgIvldcILmU6JpWPm2eW/WU6Mf6cUvttq4w02wql73Z
NjGfNjQwAVtglAxrXFPrk9ScKsSS76PCwT7MLrOR6FhdIhBf9ZJnlRT7+G16uV9N
ReL4wmHaZYWjIawPJI49AujQmA+ouaY/SCYeNmTDC5ZfJN/i7jpiIE3Z0zhDe5F5
nTN2eAErazkVGij+6UpaHlrdC2U8YKKjJ+4NnI7Q4eTEVKM6rI/QSf445WitSNv0
h25hgEDk3ZPE//NAudWV
=wAs9
-END PGP SIGNATURE-


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



Accepted python-firewoes 0.1-1 (source all)

2014-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Feb 2014 23:05:01 +0100
Source: python-firewoes
Binary: python-firewoes
Architecture: source all
Version: 0.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 python-firewoes - web UI for viewing Firehose data with Flask
Closes: 740290
Changes: 
 python-firewoes (0.1-1) experimental; urgency=low
 .
   [ Paul Tagliamonte  Sylvestre Ledru ]
   * Initial release (Closes: #740290)
Checksums-Sha1: 
 4f0340c6b8be20491d1206ed8109e0fd9565bb21 2024 python-firewoes_0.1-1.dsc
 7b3fcab8a2ff3cc17702f0ad6f43ed6f08a1e276 52168 python-firewoes_0.1.orig.tar.gz
 b940068896ce40b838728d4996fa7b41469da476 2300 
python-firewoes_0.1-1.debian.tar.xz
 192405eb229d9f4d34375d73ed27a449aa3ab1c2 19462 python-firewoes_0.1-1_all.deb
Checksums-Sha256: 
 6af8885e642dab2c729bdf879995e243af4e110cafa70468fa9c363af82e2d05 2024 
python-firewoes_0.1-1.dsc
 e44abbf23a543bf19aeb33abb9b0987981aa9a4b04ea28078e44786ed4ab8118 52168 
python-firewoes_0.1.orig.tar.gz
 b5067e40dfb64b7e2b3b5c9335138d1a75bafabe4e290f16a75c31977537b1d8 2300 
python-firewoes_0.1-1.debian.tar.xz
 67c7687b20bd3fe95609abbe45f977b076179ba0dbf89b019be5aae8b75f85ba 19462 
python-firewoes_0.1-1_all.deb
Files: 
 e71f13868f70be86a27b9bab684ba0d4 2024 python optional python-firewoes_0.1-1.dsc
 ba9f53fafa00094dbd094d366f5efc8f 52168 python optional 
python-firewoes_0.1.orig.tar.gz
 2084875696772889bc0db540d33317f8 2300 python optional 
python-firewoes_0.1-1.debian.tar.xz
 51908d5ef4c24ae5279d8a24f711ae37 19462 python optional 
python-firewoes_0.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTFfysAAoJEH5lKNp1LxvheTwP+wY4LrIIklgZycFOVTo8MQfY
cP4DGuGubOprNIuZ7SIcpXwNwlztyLMoRN9VzypKFfDe2/WxnipKg1/rS9mdfgrW
x7XQXdPqZNmVQs9VAv0FSmzNtfo8h6vxQ7dVvA48fj43ZmszeRCzESyAtk3jzlOe
BTMIJB94ymiRtaxr2jR9pu71dTP98y9E9Iw5FlWm8njWHgZKGFlYYZT4bqzMhbju
13PmfB+vL0DnfxPxvrNuIgf1H1Pd/TgeZVVqqVU0dVJ6tRq0013yexkMVKP0hdrV
ExFRYzuqKLnVfvic9YW9Y7effJPHJxMzFsYLVaVbnYZTpMq8MHV7ZUNbray++N0l
WaRQgJx1Q4GuWUGWHDhi/O/mcnVIwBjES6bg2xDaZPwH0IfVonUY4YkDcAHr92IX
8ioQ/eGfk/SmUHNgFwdOcAIiSp9bMaz+i5uM3/PpXoAgHYXlpxdxkfHYURvfjyos
3JxSyCDtR2KmbeYRiWLlvekeyeNy9q8uR0IKxNI7FeCnAGoFjQNBv/THlaOThO5e
JlPnwcLdHmrGYHIdBwPEsWgJG0JXqvwLk3z9lqzPrh+pXs2kUqIuVyDMqCBwEp0P
FUDWmZtSHdOlq14AqpWnj4DW9FQLiEcVxrQMte4xIeBQD+PZQfLLaqhkvpSjZ149
ergBD3rw7IRiaKpdgnP/
=4VII
-END PGP SIGNATURE-


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



Accepted libkdcraw 4:4.12.3-1 (source amd64 all)

2014-03-05 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Mar 2014 00:05:47 +0100
Source: libkdcraw
Binary: libkdcraw23 libkdcraw-dev libkdcraw-data libkdcraw23-dbg
Architecture: source amd64 all
Version: 4:4.12.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 libkdcraw-data - RAW picture decoding library -- data files
 libkdcraw-dev - RAW picture decoding library -- development files
 libkdcraw23 - RAW picture decoding library
 libkdcraw23-dbg - RAW picture decoding library -- debugging symbols
Changes: 
 libkdcraw (4:4.12.3-1) experimental; urgency=medium
 .
   * New upstream release.
   * New upstream release.
   * Remove patch: libkdcraw_CVE-2013-143x.diff, upstream removed
 embedded libraw code.
   * Add libraw-dev as build-dep.
   * Soversion bump for libkdcraw.
   * Update install files.
   * Add symbols file for the new soversion.
Checksums-Sha1: 
 93957c7926ea86eef90316c531e1771d75fe8b8c 2218 libkdcraw_4.12.3-1.dsc
 66653079bc89b563f6f28689f36fa3b8677c40ef 14 libkdcraw_4.12.3.orig.tar.xz
 459d372165373ab9b57359277ecafc80b500dc33 8520 libkdcraw_4.12.3-1.debian.tar.xz
 1c244c51df6fe649cd3c7290e2b16aac298b1a69 77920 libkdcraw23_4.12.3-1_amd64.deb
 05874516e6f24cb568a0e4238ff1f99b1efdad0a 27918 libkdcraw-dev_4.12.3-1_amd64.deb
 e13d38d7ad2dd5ca0964e6a06aa9bdc89de822b1 44290 libkdcraw-data_4.12.3-1_all.deb
 56a4b54652d479af39baa0dfb2a60dcc23cc1ca2 674998 
libkdcraw23-dbg_4.12.3-1_amd64.deb
Checksums-Sha256: 
 dbf345b5e39d46b5f118de9a531baad4702cc0a09321a3bfb0c5fccecc94149f 2218 
libkdcraw_4.12.3-1.dsc
 01bf1cb8a1ef67b9266e953b652b2714d489e02672b89840b5efee0107435742 14 
libkdcraw_4.12.3.orig.tar.xz
 e956e9897fe3f9c5cae77acda61d80435479ae6046d71569869308314ced7425 8520 
libkdcraw_4.12.3-1.debian.tar.xz
 54886d6aab8da4d1e1a5bcd14872fcaf082133eb403e63fa4ef03a37e4dc42ac 77920 
libkdcraw23_4.12.3-1_amd64.deb
 ff14742337e937f0e54c84fd19af195816d023f6008f2461f4bb68cd1fcd13b1 27918 
libkdcraw-dev_4.12.3-1_amd64.deb
 d9c3cbe8f6533628aa0f0a9f55de82818d3989862ba55011f7a049490780827b 44290 
libkdcraw-data_4.12.3-1_all.deb
 8993999d2f7796c0ea83ca4011c3ed7dc0ed6665e3c50919f3371e27665ac3cd 674998 
libkdcraw23-dbg_4.12.3-1_amd64.deb
Files: 
 46f8710bd3cc62a45bfbe7b67a156e71 2218 kde optional libkdcraw_4.12.3-1.dsc
 41cd073ec1f49d941680a5a78e855def 14 kde optional 
libkdcraw_4.12.3.orig.tar.xz
 7e84d74f4bc7ef1c006253070855d9f9 8520 kde optional 
libkdcraw_4.12.3-1.debian.tar.xz
 f6e1cae7ae9cae391213766006a64303 77920 libs optional 
libkdcraw23_4.12.3-1_amd64.deb
 7fd16d11fbb0b8f571a06d762b877f1e 27918 libdevel optional 
libkdcraw-dev_4.12.3-1_amd64.deb
 15192418120da83ce68f502be23b1115 44290 libs optional 
libkdcraw-data_4.12.3-1_all.deb
 1b2ef407f8e8d17bd8d254d3910b24d2 674998 debug extra 
libkdcraw23-dbg_4.12.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTFlZVAAoJEMcZdpmymyMqenAP+wdG8L7WvT8xdCay+OomfFK6
jT4cFpVg69Hcf/n4j3NsTG2wiYp6gf+QRJR1bu0FcsW+2cgasPEPCzqmdzDCG/kh
KB1IuPO27KjGXn+apYewaxYXjpHMXyq5vbGndnf+vDgZqj9iF+AzrqxRXCpi58aI
yZ/j3O6r3BkBe0DPKWBpa4K0s4mMmnFK6Zx+cmpA6hJ2aOqAohXti9Bmv3QgPPI8
nAO1DughMwA4Ji0IFfZtAiGxG2FqEs4aUylZLwDCgBzHNwKuEl8zj0l/repjOUZg
WsGPjArnLJyz7wcjHnyD/nzMieKs03UjzVwtUgw40mUEmsjfvL6CwhvOdTtTB3e1
A7Z4Xx3VGKLbA9o5sh946QcNEUPAeDdYCP+bKfMZhc63gdJD4fgVnJo3SMnX0L97
P3azzNb7GLtFesBoFurPzeinrZA3aMv9513BpumEKhDNbUO6YqJFeYaohPIGlAi8
qjndT2ePCLXr4MpQuwj8CScUkQz5TvJ+84WxwTZpswWCIFjhlrazNz2BQ7+mOaG7
/LyVXU1AHVVThwSAWrpODQVkKaPCLIpuikxaNWcr0/gd+6JBBYKIUcz++SZ4cQxl
HJsipFpZsbUQLcQk9cOS2GadYM6Y2tZq5q84IeNzBxmZ2gJCjX5ybsDWo6APFgRM
Y47j4pbWll24QBdhiD9F
=e5XZ
-END PGP SIGNATURE-


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



Accepted libnet-frame-dump-perl 1.13-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Feb 2014 11:30:52 +
Source: libnet-frame-dump-perl
Binary: libnet-frame-dump-perl
Architecture: source all
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-frame-dump-perl - base-class for a tcpdump like implementation
Closes: 740239
Changes: 
 libnet-frame-dump-perl (1.13-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740239
Checksums-Sha1: 
 115aab386e4ff2fd88a8daba0de03841ecdb4ab2 2175 libnet-frame-dump-perl_1.13-1.dsc
 d9b2f2460ecd06969d02b7c94d2d2582b9808451 14156 
libnet-frame-dump-perl_1.13.orig.tar.gz
 4c9fa262832072a564969b48cc0995369283e788 1508 
libnet-frame-dump-perl_1.13-1.debian.tar.xz
 b4167f9df3a4e78e6afadb4806c52bb22756db33 28334 
libnet-frame-dump-perl_1.13-1_all.deb
Checksums-Sha256: 
 408e5c57446a0916a53aca65da7ac94ebad4926804d727efb858e5f41e3e579b 2175 
libnet-frame-dump-perl_1.13-1.dsc
 a11f562e2f770c7e382da2962c38c42e1b80725310ceb594a00e5525ccc3c590 14156 
libnet-frame-dump-perl_1.13.orig.tar.gz
 cce2e54f18d3908d27056f30c9c5b1c94a16abc83b928d2503438dad28ffa82c 1508 
libnet-frame-dump-perl_1.13-1.debian.tar.xz
 0eacd5666b9525ea044b7c8e567702b9b86edfacb29f94e74af8737cc8a77acc 28334 
libnet-frame-dump-perl_1.13-1_all.deb
Files: 
 5bd694b3d31c71d99a2b038e488a2b37 2175 perl optional 
libnet-frame-dump-perl_1.13-1.dsc
 36d73e029ccfabd6abb0ad3e9589e308 14156 perl optional 
libnet-frame-dump-perl_1.13.orig.tar.gz
 dffe9b966d737c91e30ef58b350b01f6 1508 perl optional 
libnet-frame-dump-perl_1.13-1.debian.tar.xz
 03a41084dafcb5d5714b20acf2112da8 28334 perl optional 
libnet-frame-dump-perl_1.13-1_all.deb

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

iQIcBAEBCAAGBQJTD5isAAoJEG6k0jEaLSaNI48P/2dyxf8+rzu/KTkis86OwQ02
vZ/zTCmLS9NL9M2YrVu0ZYyz5OUWeffhP5HLRZVz+uxZzjvItL4YZKb7RsMMhLAe
n/Wdyyfd+NuwHP0BRo/jdXuCoNrNkgd8xsk8k83SyRtP4kspmiL5Wz/X9pR2dwVR
XYmOIpfnxro81upIgqjkZF5p/A2um7cEtAarFBqbIdcv4hQfGWrMekm0gBI7gH6C
xbBxOLvId6ESIMF4k/WPv+26VYRQHJDkxuYtG3nP8hreU6h2AUDmlyGGGiyFaC3p
ZhW8ZeVB15ackGuPcS7UDudeTDateCW9d4xold0GLaEOadA5otOl3rAhyngQwgVt
6G0WU3Nt74RRkzzYAtXlZUITquZmR6BVqEapD6aIy079PeT7GL3zUYMqW/rKpJDh
qBT6V65e13cbUYAeMaKmi2TiZVu6my8PfTAaCH02OUtVmjI3w/BITC9ts5Oj8CDo
QgN4m6DnHztnJl2Oxfa9kqe2T0NV3DRjbCnL09OQTpMXmrkv4cDmaxyDjCjnJ5vb
UBDLDrw45WK9CKCD32pAfZMJ/6NTXvXYkf5zS8L4cJI5TVQ8XtKxPlh142BHjWC/
qzyX4LhhHUH3pxQnEqE3SpPJKQkUQD1Mr27t1qStzVIlc5dqKo4GtzJK905FoywC
VLsf9xKxNRp44E/SoGNS
=4eeX
-END PGP SIGNATURE-


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



Accepted gnome-shell-extension-autohidetopbar 20140131-1 (source all)

2014-03-05 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 28 Feb 2014 18:58:32 +0100
Source: gnome-shell-extension-autohidetopbar
Binary: gnome-shell-extension-autohidetopbar
Architecture: source all
Version: 20140131-1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost t...@coldtobi.de
Changed-By: Tobias Frost t...@coldtobi.de
Description: 
 gnome-shell-extension-autohidetopbar - gnome shell automatic topbar hider
Changes: 
 gnome-shell-extension-autohidetopbar (20140131-1) unstable; urgency=medium
 .
   * New upstream git snapshot
   * Remove translation patch, applied upstream
   * Whitespace-cleanup of debian/*
   * Fix d/rules get-orig-source to retrieve not trunk but the packaged version
 by default
Checksums-Sha1: 
 b96231fbd2a1b5ed230c6e45e81a9391865c6422 2241 
gnome-shell-extension-autohidetopbar_20140131-1.dsc
 3d16f1f7d1924a72f55ad8a270f00904b43fa9a9 8632 
gnome-shell-extension-autohidetopbar_20140131.orig.tar.xz
 b13dcfdb678f0592096fb1cd26a9fd7ad87f9fd9 3340 
gnome-shell-extension-autohidetopbar_20140131-1.debian.tar.xz
 512eee3bdc6b44da6f4d73c52d1b26181c8ffb62 10530 
gnome-shell-extension-autohidetopbar_20140131-1_all.deb
Checksums-Sha256: 
 8f3f03708f96d660b16d435bb4543f8d90bd9e5edcce814b7e410ecb65685d41 2241 
gnome-shell-extension-autohidetopbar_20140131-1.dsc
 73c7c08a3c8bcbe87e9f411ff84211f9d5de447373c9861b374b6a24da449718 8632 
gnome-shell-extension-autohidetopbar_20140131.orig.tar.xz
 3349d62aa105ebf01bd44268a742a06d05f225b8a34be865cd7b9ec6c24ca361 3340 
gnome-shell-extension-autohidetopbar_20140131-1.debian.tar.xz
 0dd627e6ed1e59ce3d59604e873e616467b286bd126b49c2b80715a3e293d467 10530 
gnome-shell-extension-autohidetopbar_20140131-1_all.deb
Files: 
 c7c7ac501f12234618218d46fe6fe513 2241 gnome optional 
gnome-shell-extension-autohidetopbar_20140131-1.dsc
 1f49a363206646e0025146c380ace166 8632 gnome optional 
gnome-shell-extension-autohidetopbar_20140131.orig.tar.xz
 1059a69abd5fcdbee88814ec33bacf57 3340 gnome optional 
gnome-shell-extension-autohidetopbar_20140131-1.debian.tar.xz
 f9b31b824f44c6d11762ef5303e6f699 10530 gnome optional 
gnome-shell-extension-autohidetopbar_20140131-1_all.deb

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

iQIcBAEBCAAGBQJTFwXqAAoJEBLZsEqQy9jklHgQAIrAqV11mXp48QS+z7zlUjfZ
NMwdTvIJdhSTmEJTrL5FbZ8pakue4kss3Vwdbhh5PEFp/racsH/TYsrlgyWwEg8A
dNOhcXyc6B83kS2kqctXrrosTOVxqr6DP+FaRUWTn4SZdkGzX2eEPX2Z2Q+cEdfR
qJPtE7+c8eqS8TklAfGK5d/r7FnZQesKcNzmN8xPhbB1k5zRRplV8RSiFqWznhCw
yrhNegGx7uKdrNNsGfPf4b7usaWBV2qmPXseAVnQS1T6huiwOutdkT+R5aLc0xnB
jwn8GAd9e6Ig4cuTijhv7d1ik56nduU7GXRYWaWb4ae8UxX+YKsjqLfhUkfhLiQV
2+yRdF7Xxri29c1Z8SGQwMMGp4sM+pvECQLrrMndGdx6fO1/iQJlWHD9SiUgIxvX
M4lzeL5VZRUWkrzqGZ2SnPSoiQNsAs7HY/Pp9VykaGQzSl6ifjP8QrJxpeLj65va
Fv4jt/HGxQLb9LLYjJ7VS6gbYQorhLQu7IPuzax2bEAiDSEn0Guw1ltPfW0CqN8Q
n69+W4BNxKKrDJ/wgC7dwWK2tt3rYfs+Ajp4bKwsfspu1xIbUlOEXTfocY8m97WR
/uAm4pjZMU7wza7DgF/GdX98w+z+jKjZYcanr3KuswZp5wXkk3K63ZVLH2fI3Qa5
4dcykOPQ6eRCu8QKV+v3
=M6/Q
-END PGP SIGNATURE-


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



Accepted dictionaries-common 1.22.4 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 11:57:10 +0100
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.22.4
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Changes: 
 dictionaries-common (1.22.4) unstable; urgency=low
 .
   * Fix $class:Depends substvar population for different classes.
Checksums-Sha1: 
 95ec2aebf90687481b9bd52e7eec003217a643fe 1231 dictionaries-common_1.22.4.dsc
 e98f37fef4ab6c83e97ebae31f25656fc341b494 331473 
dictionaries-common_1.22.4.tar.gz
 dd63aa03028acb9719eab48bf08c8fcc088dccc7 302670 
dictionaries-common_1.22.4_all.deb
 a68325a770e31cf353d144ef2cafcad12bf5449f 137884 
dictionaries-common-dev_1.22.4_all.deb
Checksums-Sha256: 
 8d40d0da4665644f126c2f9f60d3348c6ef254c434595ca7fbdc7043050dd21e 1231 
dictionaries-common_1.22.4.dsc
 ffb83e518ccb796b0b82fd5e5f52fd4ac6d984253aef7a10446c7629bc013566 331473 
dictionaries-common_1.22.4.tar.gz
 e9e9ce2c9015c71a9461e7e2cef24b6bed9cbc51373be2ae99f704ad8062a31b 302670 
dictionaries-common_1.22.4_all.deb
 a0641a54d1a0f7e5d5d27580ddc3f0c79119c8895b778613cb824547ef7c038a 137884 
dictionaries-common-dev_1.22.4_all.deb
Files: 
 5bad56334efe11b0e26c19562b969113 1231 text optional 
dictionaries-common_1.22.4.dsc
 87a089c46d5f32f910eaa8058d1cb753 331473 text optional 
dictionaries-common_1.22.4.tar.gz
 c7619aa5d3b6fa464ce36cced444b636 302670 text optional 
dictionaries-common_1.22.4_all.deb
 3bb7c4edd020739ad863b4a0aae147a1 137884 devel extra 
dictionaries-common-dev_1.22.4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXBRQACgkQTShHqj72DpyEowCdEwC93WvKNEIN3O6L1uJBlVxq
06kAnjZiWBbHpBxvGLkgGu7Nhrvw6INz
=B31Y
-END PGP SIGNATURE-


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



Accepted latex-make 2.1.18-3 (all source)

2014-03-05 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 11:57:53 +0100
Source: latex-make
Binary: latex-make
Architecture: all source
Version: 2.1.18-3
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Vincent Danjean vdanj...@debian.org
Closes: 738431
Description: 
 latex-make - easy compiling of complex (and simple) LaTeX documents
Changes: 
 latex-make (2.1.18-3) unstable; urgency=medium
 .
   * add texlive-fonts-recommended to B-D-I as suggested by gregor
 (Closes: #738431)
 Do not add it to recommended packages in binary packages: this
 is not the role of this package to provide a correct environment
 for LaTeX work (ie using this package does not change anything
 related to LaTeX fonts)
Checksums-Sha1: 
 f7c2af39e5ddef0f9c6318133f2aa7237f478c77 2038 latex-make_2.1.18-3.dsc
 7fd155488d7a1636e677af352a0fcd9b722b5060 5656 latex-make_2.1.18-3.debian.tar.xz
 d6766345bc154d7300cc2be9d34441be5e67a9a6 882896 latex-make_2.1.18-3_all.deb
Checksums-Sha256: 
 426e85f0c2cbf34cdb2826649c91cf58e0e514182b44d7a05d41294bda021942 2038 
latex-make_2.1.18-3.dsc
 7a7dd3947aaf8a8104d8713cfc8b33e4b176a328d71d3a459237a0d6b6eb5890 5656 
latex-make_2.1.18-3.debian.tar.xz
 5e238dbe884b8e7475233cb780003851a8d3b986347050d767dd078cd7fe4730 882896 
latex-make_2.1.18-3_all.deb
Files: 
 0765b4a29d1d6db7711bafb7e09fdb07 2038 tex optional latex-make_2.1.18-3.dsc
 afe98bb79d18663a3f6579b299a32c93 5656 tex optional 
latex-make_2.1.18-3.debian.tar.xz
 17003048e8883a5f2fb4f8027c4127db 882896 tex optional 
latex-make_2.1.18-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUxcKe9T1zgD6DpudAQiCOw/9Hba+83S0RDEdnt5P0vHA/QZac65i/ubt
AxQpxkXWGxs+2FpJ2aMGRYonCuwo8CP/ZUaUl3+QFAV1j7N7kdyzC7Qi2AkLFbeF
h52RbIqV7ZhigiJNdMuAgaV7lapit/NPFqkmvpUupk7eOFF1Jvhd4qUM4dQ6OmIu
grXoY27qyo7eU8A+thLoWINuOZ/8/hjQ3xHgxTIcuYfzLQJJGb8CE6MZUz+Sd4eY
y6hU2B61wK9XF3QNhWBmpQxpRejXfXRqcEmAkWLiawV92xRJChOltSX2fcfrlJbq
PvqXXuZPpRcHSgKMM0ajyrWFIaTdzFGpKL81UZBzywmJCMylsd9ZaS25elFMDi0f
eojXgCWa/h978e9GxD7gm6JkzZfwXU87I3OMgQErtX1fureau1cZ/3R0l3Ipu8nT
0b63b2D4Be8LmWuNQY6fYlBRv6MvuXR0EWmP7bLgYOHqsyBVMgEttNegKvq5UJj/
WDD21+uvCW1CULnpPr3QEa4woCVf+GdA1UQ2zzU7EUscOUjRVremRESgn3zBgSS1
n1Jpg9dRVjwwhKwCCwoARo1QTRkf37JEOygqe35kwgnwGeGByUCJNAllX/lr4pSR
ukRii0x+RJNTkHcJrCnTQn9Dl6t7Xj4HH4FoC4+IxjoUTCLgULbDnQEnUPN8gSmY
LonH7QowGYU=
=sqo0
-END PGP SIGNATURE-


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



Accepted sardana 1.3.1-1 (source all)

2014-03-05 Thread Picca Frédéric-Emmanuel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Feb 2014 13:52:26 +0100
Source: sardana
Binary: python-sardana python-sardana-doc
Architecture: source all
Version: 1.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Picca Frédéric-Emmanuel pi...@debian.org
Description: 
 python-sardana - instrument control and data acquisition system - library
 python-sardana-doc - instrument control and data acquisition system - 
documentation
Changes: 
 sardana (1.3.1-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.3.1
   * debian/patches
 - 0001-forwarded-upstream-install-also-the-ipython_01_00-mo.patch (removed)
   * debian/control
 - Depends: ipython-qtconsole for spock
Checksums-Sha1: 
 3f87a9f8cdc1bc5f4544665390f76c74b0af69f4 1514 sardana_1.3.1-1.dsc
 d4a0423997c35be0dca0f259c4f3bfcf4f8f64f1 8210996 sardana_1.3.1.orig.tar.gz
 c3f6a4d0de3b0debf32b5c1149a6ecf5f4c24d82 9168 sardana_1.3.1-1.debian.tar.xz
 4dbc205372fba38db8be4d63654b1a6c104feff0 246842 python-sardana_1.3.1-1_all.deb
 52853a44c1b777b34ffd45b503ac66c2a758d9c9 6949330 
python-sardana-doc_1.3.1-1_all.deb
Checksums-Sha256: 
 b9cc893bf12ab14719a0ea54704431165e4cb614e80ddb25895ff9db164b6712 1514 
sardana_1.3.1-1.dsc
 15919c62d9d744ea6f6ab4c5706cf48973346e992dfdbbf9a0a5b57cc6eb 8210996 
sardana_1.3.1.orig.tar.gz
 a43f7f29ba462618adaabb8cdb74ba8aba313bec220244731c4b1295dd77d4d9 9168 
sardana_1.3.1-1.debian.tar.xz
 930c15dafdafbf49ff956a7ea1b874e9a5043a1c785b720317ee7b19bd65fac4 246842 
python-sardana_1.3.1-1_all.deb
 74197d9bb01bcf98bdc9c09c557345e5212f7e48f1f2854a780cf997f6b09dca 6949330 
python-sardana-doc_1.3.1-1_all.deb
Files: 
 9361bd8df1290fc11d5471af13cb4a7f 1514 science extra sardana_1.3.1-1.dsc
 7a26e42d8d2f859b4b4fa988508e4820 8210996 science extra 
sardana_1.3.1.orig.tar.gz
 b3373983f2c050dbdd6542cb03671749 9168 science extra 
sardana_1.3.1-1.debian.tar.xz
 342eeff8eac42cefcecc468e7186d685 246842 python extra 
python-sardana_1.3.1-1_all.deb
 5ea503fb23bfb5f9c79c8d23f2e83a6f 6949330 doc extra 
python-sardana-doc_1.3.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXBwEACgkQtqm6aqWbEXG+cgCgkyNdePecOVrFqto02F2vcwF0
vtcAmwfm5e0237HmfHf3yh/kiV0+wzOq
=2Mgw
-END PGP SIGNATURE-


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



Accepted glances 1.7.4-1 (source all)

2014-03-05 Thread Geoffroy Youri Berret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Feb 2014 20:05:51 +0100
Source: glances
Binary: glances
Architecture: source all
Version: 1.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Geoffroy Youri Berret ef...@azylum.org
Changed-By: Geoffroy Youri Berret ef...@azylum.org
Description: 
 glances- CLI curses based monitoring tool
Changes: 
 glances (1.7.4-1) unstable; urgency=medium
 .
   * python3 conversion
   * Fixed executable issue (LP: #1275579)
   * Imported Upstream version 1.7.4
   * Handle html doc with doc-base
   * Update copyright
Checksums-Sha1: 
 4e903039d61d74e57b8f11c367c15dc9a4a92301 1871 glances_1.7.4-1.dsc
 9427df5d4215365932f60b6e8e02d8d52a8a9ea1 1228816 glances_1.7.4.orig.tar.gz
 09b3fae09f279a272e2cc0f5c29ec7e3792c3d67 4604 glances_1.7.4-1.debian.tar.xz
 f9b309102074cc1c147a9a60e4af593324b74126 564394 glances_1.7.4-1_all.deb
Checksums-Sha256: 
 a466a9459643d673733fa948dbb064bbf2e0fec6deeb3c4c48e82c603d305e5b 1871 
glances_1.7.4-1.dsc
 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6 1228816 
glances_1.7.4.orig.tar.gz
 780f15eb9fec60bb644513933a6232b41b4f29de41d42286c81f5ad81ec91543 4604 
glances_1.7.4-1.debian.tar.xz
 3d2eaac7921bf1109722577a03213c47ca9e52e4e15e93fb212c3323ad9e7810 564394 
glances_1.7.4-1_all.deb
Files: 
 74a54b4a8d17b17f88f7c4576a4bd01a 1871 utils extra glances_1.7.4-1.dsc
 2062e70326f4c2eb9595c53c59d55047 1228816 utils extra glances_1.7.4.orig.tar.gz
 977a40b4a1802a52ebb7bf57cde37c55 4604 utils extra glances_1.7.4-1.debian.tar.xz
 282c443f6a0f99e7c5afd89c79290392 564394 utils extra glances_1.7.4-1_all.deb

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

iQIcBAEBCgAGBQJTFwsVAAoJEOryzVHFAGgZvOQQAMCXMYcu/KLUH2gq3bjoEfnL
UQQWqbyPyfk5hh32GupQdbalAiJyuXa6WnMNpKK7/W/11ec4Amu1sru2PUcm9t8L
K8QZl5o73+xQ3SFyaAwDQ9f859EUrSRxWHicDYqwIcWn1J5k2JphZ05MevRIcUYY
h4B5gVI9DEhs9fhIVgrjZf60EGfklxIQS4YP7sJ9LpbR5Hew5ldNaQrIqeObZgOj
eiA8G/9/oTyQUt/iQrXVTAtiL1ZTeVpK6NqaedCyidZcES7zo909Qdr9S7hsncok
+aRiE3rBIkvT8eMaq0b1U3j0nBk9gPLDwo3MvLwljKKGZAXrL9gCJMvxbsbIcKdq
jMgm4EGS7TRSB0V8//zXEghUGPPbj41v1yvFFkheszjNQbUfLpQwEDQrvs6B5OQy
pjYu5YBV/6Ss33oekgk2cPdycfDj+LoLSj2v/ai8ypMb2rFUYKPXZwOhOyrghiC4
pB1zG8gMeHdCW01NsVGCjwHLzPBzxkH7HNrGWR/DtLVqbwQByt8Hk5RfRXjnwIla
8xmnBjwh24RGUyn28zzb8mMIbodHiXg2kOIkfmhzJT624/zD5y34qHlvZlyrybEx
WJq51qrzOZzQs/Pf180ACQiVQid3TttLpSqUgRkaqaZ8RHunEQhoxd4LCZl+IXO+
zmmwUHWkVANbnco+VQbA
=evJz
-END PGP SIGNATURE-


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



Accepted ruby-descendants-tracker 0.0.3-1 (source all)

2014-03-05 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 15:18:00 +0100
Source: ruby-descendants-tracker
Binary: ruby-descendants-tracker
Architecture: source all
Version: 0.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-descendants-tracker - Ruby module that adds descendant tracking to a class
Closes: 711905
Changes: 
 ruby-descendants-tracker (0.0.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #711905)
Checksums-Sha1: 
 844cd576adb6b49bee547c5b7ec7456d22104cef 2177 
ruby-descendants-tracker_0.0.3-1.dsc
 b0cfaf97ec51141ebf925b32ffcd1fd28b309f0d 7889 
ruby-descendants-tracker_0.0.3.orig.tar.gz
 ca8931a96e2b0e7931cc16b14088e5bac28d715e 2928 
ruby-descendants-tracker_0.0.3-1.debian.tar.xz
 e1a9a25a045cce4abe58f10b5dbe6feb21f85e37 4554 
ruby-descendants-tracker_0.0.3-1_all.deb
Checksums-Sha256: 
 d58648958c9e941ca419b7efd6272310b4bca1ac6ab1f28d5e27740b8035cd26 2177 
ruby-descendants-tracker_0.0.3-1.dsc
 1545edf6694477b326b714194bba32273e48a5e818ca4d350777a023c80a49ce 7889 
ruby-descendants-tracker_0.0.3.orig.tar.gz
 5f804b4513e5ce88ca17475146a901b59a2d4a975fc747ec00545b11e26177bc 2928 
ruby-descendants-tracker_0.0.3-1.debian.tar.xz
 873e71458d9cf4d234b75cd6190e865253d0496afde50985d22cdcef372be49c 4554 
ruby-descendants-tracker_0.0.3-1_all.deb
Files: 
 eb2f1bc9104860510e22c9293d7c52bb 2177 ruby optional 
ruby-descendants-tracker_0.0.3-1.dsc
 8448663f94e98afb8938bbbf8550dfd1 7889 ruby optional 
ruby-descendants-tracker_0.0.3.orig.tar.gz
 571018e3ff480d8a6f8c4423889718bf 2928 ruby optional 
ruby-descendants-tracker_0.0.3-1.debian.tar.xz
 d6af1a8ff94b89a7838b31a60b43c266 4554 ruby optional 
ruby-descendants-tracker_0.0.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTEKIZAAoJENpJWPYR4Unp1RQP/iNx53ooZKQORReXSveyveNq
jxBoBLuheE+wMYSrC6Wi0/N5osO34YzWwkZqZGRfXP6nxHbImSKEG0rhlY4jdrYH
Tyip872/0B6E6ZQZVsb15JNeZBsp8IeNzfe/c3WnyfL76nPk/EgqLgbjHU7WTHoh
lBJvOdCp7YeCwpEnXo8xoAf64CMNi9ppHFORiNe3KpGwdoWFEKfiPrbDDSRfyOHS
+OO01uTIQVmaFAT3zc5Y2xffXGuAACv73bh36yowpXzNtqdK/wDcM/Gy/eAowmWu
U6Lpjf6A/TSg4dzCni8H72wfc0v5upqaz+S8zQEHUSdZz7vNepu1975VoFivdUUl
ObZxl23MmImSg0IPPUvkNBSoy4nhSFAKqi73pmNGNJc/gdkJo6NwXYSVO44ml4SA
txynQhOAv1QdN92gOfVegcODOY/Q2rrxHKT6xev45ZtFwvZpf98Hb95EoXkJwCas
spYWual2Y+3z8Bxm06qUkBvLhJkZ0rj2Qg/LksMYTvcaQw6evEifcg9bK1W/KuuL
UA48cC5zlzYWOPR0BXXN2llYpJPpUkhpfWlJwudNUZFpoJrYthbOyC9JOix/FveK
4z9dv37PnsUKp5pxEbsNVJwKHS3nMwzaiWSWGcmVeuLYpnN6WITSnzdrGJHGXc8c
1+yeN8nICwvytRx4sDZe
=EcPE
-END PGP SIGNATURE-


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



Accepted ruby-jekyll-test-plugin 0.1.0-1 (source all)

2014-03-05 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Feb 2014 16:47:02 +0100
Source: ruby-jekyll-test-plugin
Binary: ruby-jekyll-test-plugin
Architecture: source all
Version: 0.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 ruby-jekyll-test-plugin - facility to test Jekyll plugins
Closes: 740249
Changes: 
 ruby-jekyll-test-plugin (0.1.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #740249)
Checksums-Sha1: 
 272f69cb4d8e74270b6acc62af2fe9e046713c71 2144 
ruby-jekyll-test-plugin_0.1.0-1.dsc
 f8bbc4b9ab4113aa1016847fc996bf5b0c815436 3052 
ruby-jekyll-test-plugin_0.1.0.orig.tar.gz
 806814742b8653cb91e21b793fa39c5daf373e9b 2104 
ruby-jekyll-test-plugin_0.1.0-1.debian.tar.xz
 d8c0ed4af5fefe353abf3ef0438ad40a676ea700 3198 
ruby-jekyll-test-plugin_0.1.0-1_all.deb
Checksums-Sha256: 
 3d2964d14263f1f54fae16e922be7dbd8d0c7e3fac76b1a9158cbe94e41eb01e 2144 
ruby-jekyll-test-plugin_0.1.0-1.dsc
 7c51c1d2858af5efe22cc4b68b6c8f19ebac3c55b3a9316e6b43bb15fd204542 3052 
ruby-jekyll-test-plugin_0.1.0.orig.tar.gz
 f80fc6f340ec58fee152e74f2f387306c9960247f693d01a2b95b646c7815f2a 2104 
ruby-jekyll-test-plugin_0.1.0-1.debian.tar.xz
 fae1b74239774ce0a17ecefe4020a4f618ec0a084d5d54c19aaf4c0864d4c427 3198 
ruby-jekyll-test-plugin_0.1.0-1_all.deb
Files: 
 c1c0f69e7c43603f50a60f01c88de879 2144 ruby optional 
ruby-jekyll-test-plugin_0.1.0-1.dsc
 eefa50f2c20d03167179d423b292690a 3052 ruby optional 
ruby-jekyll-test-plugin_0.1.0.orig.tar.gz
 f9b4870c52953b78dc8b4b7b709851d2 2104 ruby optional 
ruby-jekyll-test-plugin_0.1.0-1.debian.tar.xz
 eb967918ec61ab80a2b8f03ceab43f20 3198 ruby optional 
ruby-jekyll-test-plugin_0.1.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTEI8eAAoJEMMfT9lJqytsitQP/3fDiWj2z1O93k/r1yvVF/su
hBCKWoG81x12Nhz4EwtUDxxI4vLezaLWuhz0ScOO0bBaEzEe/4+jFyGVz4wy7ano
/g0UyOKEK62gPl00KRKHnGpN0qfAzX8/RxptCH3v/3vurnbjJs98DXZ+zKh6KsZ7
o9IYhKHMdoV7V0eDzqPfYkHmKNzBzcB1NQEs9z/w1xFrVx9ODyEAn4q0GTu4jaEI
2Hyc8Zie4uPPF7tZyKEO4UjE3/TbZztb2JNeugo+NxAI1LERisZrdbSfXGEkfKj2
oRkF+DC3uVlXUcToYH75lh5dO+yDovU3YSi7CtATKyIWlIg9N9raz17oOKCMey8h
9Kc281eTtFIRySHYUo6hgAT6mtm/lWW58PQuSVxAquVwYYyKqe4fiOdODdmVbetR
4iu2Lq/+zZV+OmXQtWh6fQzAvJRka27dMRWwkHfBs7qtY1bwrM7EPLVKZ1OFaT5I
17OMw4bpmnbdjImgHN6mUEXkdL/3Ea4/oCHj88JjsvpYWeqN6kLQDp0eHTvL395/
iSIh0gNh2kshXWa5dPd1eoPuQ1GyFN1Weg5Y3SVfddVOfsV/kEISxje/C/3BKXje
y1+h1z+83QM9kSqpKTl/8i22ACu0JnGXEETqVhWtLCFtpCL4Q1ve59GS+CFkyIIF
nXRQSJxg8+7KouxSFs3Q
=ttwY
-END PGP SIGNATURE-


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



Accepted python-ofxclient 1.3.8-1 (source all)

2014-03-05 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Feb 2014 13:03:49 -0500
Source: python-ofxclient
Binary: python-ofxclient
Architecture: source all
Version: 1.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 python-ofxclient - OFX client for dowloading transactions from banks
Changes: 
 python-ofxclient (1.3.8-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 a9bff2c76829e028f1289d65624c20403370a973 1919 python-ofxclient_1.3.8-1.dsc
 32be293a7ec7fae9646939886cf18dc8dbf15933 12118 
python-ofxclient_1.3.8.orig.tar.gz
 79813882d2d3b17bbe2f45cfa5c38754eddf4f9b 3976 
python-ofxclient_1.3.8-1.debian.tar.xz
 d2e8bbc4f0af74ffe487058b07d6c42af33a2fef 13248 python-ofxclient_1.3.8-1_all.deb
Checksums-Sha256: 
 93745e205b89af1c0e042c4a83821ce3c700f82b9f74c91c58298f22c3dd65b7 1919 
python-ofxclient_1.3.8-1.dsc
 99ab03bffdb30d9ec98724898f428f8e73129483417d5892799a0f0d2249f233 12118 
python-ofxclient_1.3.8.orig.tar.gz
 726a865ec88053c70cf4589d37bf849fa26ab2048aec5ea91b2eb0e0c78b4b13 3976 
python-ofxclient_1.3.8-1.debian.tar.xz
 4e7dd35fdfda4e7082d95ec9af46b7ae5c40b01a2818a679ae46f91d6cd61f29 13248 
python-ofxclient_1.3.8-1_all.deb
Files: 
 74f35142105230a2e1b28bfd9c7ab118 1919 python optional 
python-ofxclient_1.3.8-1.dsc
 a632e157f9c98524bf9302a0c6788174 12118 python optional 
python-ofxclient_1.3.8.orig.tar.gz
 6e18141a606dab48b9aebfe30b6f8ace 3976 python optional 
python-ofxclient_1.3.8-1.debian.tar.xz
 ef6c934eb92570852a19b07807f7fce6 13248 python optional 
python-ofxclient_1.3.8-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Debian!

iQIcBAEBCgAGBQJTDQQlAAoJEFWSMx4ZnTiouGAP/iVtuyZqCWrS/GftaZ0L3qdr
DIr++ju29AMN+k4RyMVUAgALEJU4plJZu64kbLCCUiNjEPWW/S7A3ggoCrFGt96K
7NhI0F3IGDiivOsxki7xrgKl9H/4hTosN/Mhoze5zQs22J3NX/LCpKhWn+LuPKmv
QjRBoDu5GgHKRfH1thTx+24V5d01BNYTjiH/EZBTT+qjJ+25nOGMeUCFhmnYAirz
cnsIZKe3DQHCES+1oSv1WkofyFl1PS6RAcG0GJbzJrbs5/HDpM2khFg9TFBWqMSw
DaT7EJzVm8f5v98hgYRJviXGskD2s4fqVbyJhk2ZymtpIysI5zWUn2yogD9Vf9+B
Y2NOvjXCq3g8y8MDAFK2vPFHyX2Cxe1SzPZy4u8S2xblZRtA37rOPPpqba6U99F3
WGb9MGOvQ9+CV1Ehcc+9M5XwqYprehRTMcoL29ydF8mAZeIvziUXGVbLpjhHZ0lZ
V4vE/GoB62KTeGPFmhB1cwApC1zDpzZJEBJ1KK9qT96Tyq+kvm2FeNCsxFkugewT
3B5LPKR0sffRDPh2A5aW/3/iriHoqw40zkQ7QB/k6UixQWVNXMYoZh/F1A5W3N4y
oxJNizd4G6fs1/HgdXvyF++9vkIZZEFhtJif/mui0oZgWqHZMU+4sfrevmEEbO9x
ki0fPxN4SykhMAejjuCB
=YRMe
-END PGP SIGNATURE-


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



Accepted libfixbuf 1.4.0+ds-2 (source amd64 all)

2014-03-05 Thread Johannes Schauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 25 Feb 2014 08:58:28 +0100
Source: libfixbuf
Binary: libfixbuf2 libfixbuf2-dev libfixbuf2-doc
Architecture: source amd64 all
Version: 1.4.0+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Johannes Schauer j.scha...@email.de
Changed-By: Johannes Schauer j.scha...@email.de
Description: 
 libfixbuf2 - Implementation of the IPFIX protocol - shared library
 libfixbuf2-dev - Implementation of the IPFIX protocol - development headers
 libfixbuf2-doc - Implementation of the IPFIX protocol - documentation
Changes: 
 libfixbuf (1.4.0+ds-2) unstable; urgency=medium
 .
   * fix debian/copyright
Checksums-Sha1: 
 cf78dcff221978083bd5a72390491212e51e7b67 1278 libfixbuf_1.4.0+ds-2.dsc
 92c9757221e437a33dfd62ec0f1dea165d1bd2a7 537481 libfixbuf_1.4.0+ds.orig.tar.gz
 94935d6a84c001b78b170fc3f277a808f3168e78 4952 
libfixbuf_1.4.0+ds-2.debian.tar.xz
 d7c4c2e2434ebce613a2b4561a3257c925d7df81 49850 libfixbuf2_1.4.0+ds-2_amd64.deb
 450bfadd8642e9988f46a9c5bef3bd9aa195b1fd 81676 
libfixbuf2-dev_1.4.0+ds-2_amd64.deb
 dd41ee1dbd2b07bb93b6eb257f21acf63da306ba 112630 
libfixbuf2-doc_1.4.0+ds-2_all.deb
Checksums-Sha256: 
 0fc137261f32358cf96575bc59a5e52c0ab0024b4c7d917142bc1ce487c40fff 1278 
libfixbuf_1.4.0+ds-2.dsc
 a2961b2d85115958ac96f58f5cb02bfaaedffdb883404baf89b7c1d222b4da48 537481 
libfixbuf_1.4.0+ds.orig.tar.gz
 d48e301a8e7c79cd81875b506b2c081865543f36952d908e1a980a045f71b49d 4952 
libfixbuf_1.4.0+ds-2.debian.tar.xz
 26d63c0caca2039aed28901fda185e22c792d33ee189ef2cf5614650d3e5b6a2 49850 
libfixbuf2_1.4.0+ds-2_amd64.deb
 af2d733675ee4877fc4122f72d703a2da604b595f284735acdf3cee3b628a9ea 81676 
libfixbuf2-dev_1.4.0+ds-2_amd64.deb
 60ff7c189b6a7bc64ff4538d7e3b771b4d013ab65efc942341d0f7c3f56597a7 112630 
libfixbuf2-doc_1.4.0+ds-2_all.deb
Files: 
 10560a9ace676f9fb54119d307f4a868 1278 net optional libfixbuf_1.4.0+ds-2.dsc
 3fcffc9b814d416dd90d5224a5214bb7 537481 net optional 
libfixbuf_1.4.0+ds.orig.tar.gz
 c6fa43d27dc24086634eb0185601404b 4952 net optional 
libfixbuf_1.4.0+ds-2.debian.tar.xz
 609ca2168daf49425df61112e66483b9 49850 libs optional 
libfixbuf2_1.4.0+ds-2_amd64.deb
 c3f505415460b7be70ada24f4874767c 81676 libdevel optional 
libfixbuf2-dev_1.4.0+ds-2_amd64.deb
 b5fe355285eb157196d7f372f5f12f19 112630 doc optional 
libfixbuf2-doc_1.4.0+ds-2_all.deb

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

iEYEARECAAYFAlMQB4YACgkQIWclcBdP7jV9fgCfVcONB7sJJJKgAoTsgdALMhLV
WQUAoJl2fyux7k7+yRIGyM9hK4jbIm/K
=BVtz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wlauz-00028m...@franck.debian.org



Accepted svtplay-dl 0.9.2014.02.15-1 (source all)

2014-03-05 Thread Olof Johansson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 15 Feb 2014 11:48:10 +0200
Source: svtplay-dl
Binary: svtplay-dl
Architecture: source all
Version: 0.9.2014.02.15-1
Distribution: unstable
Urgency: low
Maintainer: Olof Johansson o...@ethup.se
Changed-By: Olof Johansson o...@ethup.se
Description: 
 svtplay-dl - program to download videos from video on demand sites
Closes: 709922
Changes: 
 svtplay-dl (0.9.2014.02.15-1) unstable; urgency=low
 .
   * Initial release. (Closes: #709922)
Checksums-Sha1: 
 be38c4836c7c27e607840913d8793f5954765cf6 1931 svtplay-dl_0.9.2014.02.15-1.dsc
 5fc82a5894ee4d24c6496b4b34db28c185f72dd2 57661 
svtplay-dl_0.9.2014.02.15.orig.tar.gz
 deb6889934ce0cf5aa758e498f7df41cbe800965 2140 
svtplay-dl_0.9.2014.02.15-1.debian.tar.xz
 f6d0361a41d5049ae07cee50d78a2a74f73dd8ae 35970 
svtplay-dl_0.9.2014.02.15-1_all.deb
Checksums-Sha256: 
 14c96d9791de044a6c50e41896a2710d087b74cf0ed5e482b29401be15f667ac 1931 
svtplay-dl_0.9.2014.02.15-1.dsc
 1901490e64bf9977741edbab5fbb1940dca9a6f43db65222aeff60add1c3e2f9 57661 
svtplay-dl_0.9.2014.02.15.orig.tar.gz
 6c8d80c0ff9fffd697b0b3fe004f2078ec356de6a2874cb2d3a0dc839be97368 2140 
svtplay-dl_0.9.2014.02.15-1.debian.tar.xz
 a79082d560f9f19a060ecd5816a58cce1b2e5a0c62d38fba87761c8cb307aa2c 35970 
svtplay-dl_0.9.2014.02.15-1_all.deb
Files: 
 fbda2580ce1ce4f2a014718009359fa4 1931 utils optional 
svtplay-dl_0.9.2014.02.15-1.dsc
 4e8edd69751fff96ad2ff1f1eeae27c8 57661 utils optional 
svtplay-dl_0.9.2014.02.15.orig.tar.gz
 2e87b0c71126e200f04f5add081931f3 2140 utils optional 
svtplay-dl_0.9.2014.02.15-1.debian.tar.xz
 589c2c77e856b213f48a1d31bc475346 35970 utils optional 
svtplay-dl_0.9.2014.02.15-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTD/G0AAoJELGIrlV59JL4Wt8P/RyhYek5kVam+YAJscdpF1bo
q6Iple+pR7E/6wJrnJYwaAvaS2q48Y3h1AY7C6fXLuDiQ2WQ6e2oGEaiiYtVJ1J+
GYl7XlKs3HbqKTEt/R5vwrwvZsf1V1y/Ducl5WZUJo8BxhdFydDDV6mnTgsYWtRW
GCdyB8V/yxSMwEhnliR+C1twzn2fBskxaUUzeLlZBEFMA6g4u4uWBtdcrZb7x1EZ
OZWzyB4a+q8tpJS4bxhEqPkbCzZfz8bYAImVngQgOCLUqdz3vm7PQ2VfzrBT9dzN
jF4IgdF4KcxDnLUAU2GalNo2QCOuLhlWf1xNRM6l9gWvTgVC38OP8I0Iz1edTSlI
XolK3o3Zit9RdYP+XLPm7f/vZczqqS1r+LnAD6SWh4DPhfnWYAs62AXecVzUyXp9
S8whKDMZr2QH+bVBkYbCJ1AtTc1Ws/9y/PugZMXEt1xdhWxb1opHrIP9XykoGuoe
DGi0Ijj6vcNYb0zkxioKFv/NpRKeWqIVo6p5s60F24o5LEEAxs7OL30P32z8Rw3Q
/t4Zomkn8YUJLhZebZflAIAcIIfKI4D37f/ZGwMkroKcAGRlHOd9K2eBcTBlyej7
yQiSgc2Y3zuFBp6Q0IddhHyLNL2jz+SlgdSrgAKjgNlDNL7mHyoC67iD7sQQ9SaQ
uX2aw/zZ9eZBLjt28GQM
=m/wG
-END PGP SIGNATURE-


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



Accepted freefem++ 3.27-1 (source amd64 all)

2014-03-05 Thread Dimitrios Eftaxiopoulos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 Mar 2014 13:31:46 +0200
Source: freefem++
Binary: freefem++ libfreefem++ libfreefem++-dev freefem++-doc
Architecture: source amd64 all
Version: 3.27-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Dimitrios Eftaxiopoulos eftax...@otenet.gr
Description: 
 freefem++  - Provides the binaries of the FreeFem++ FE suite
 freefem++-doc - Provides the documentation of the FreeFem++ FE suite
 libfreefem++ - Provides the shared libraries of the FreeFem++ FE suite
 libfreefem++-dev - Provides the development files of the FreeFem++ FE suite
Changes: 
 freefem++ (3.27-1) unstable; urgency=medium
 .
   * Imported Upstream version 3.27
Checksums-Sha1: 
 6f08707e0588f0a3975841a7f08d6fad87ce305d 2731 freefem++_3.27-1.dsc
 806d2e8bc1abd910b959cb2be2c138975f2fa011 11712323 freefem++_3.27.orig.tar.gz
 1db9bc3ef0951703701d41e8496fae77a708d28f 12020 freefem++_3.27-1.debian.tar.xz
 c49cdf856c6b40e20f9443e93eddf76e78ceb4b4 4218276 freefem++_3.27-1_amd64.deb
 8d022514e302b1acde1d6142d1eae3afa6651f16 900616 libfreefem++_3.27-1_amd64.deb
 2e86921eb568e25d0a4082b4429ea8ce2fc7760c 232824 
libfreefem++-dev_3.27-1_amd64.deb
 68e7f47e1daa222c0fc51dbbeeed56b08e85ac8f 9871062 freefem++-doc_3.27-1_all.deb
Checksums-Sha256: 
 55647232394de44484bbf96aedbdf0271b8574bf0727decfa91760b5bdc1c98d 2731 
freefem++_3.27-1.dsc
 0f49430025e17b5a7341b04c88461f5b7068ce0176714000fcd3be7242662536 11712323 
freefem++_3.27.orig.tar.gz
 bebbc8954c812c8079a6afd5a700cc66f6547a250a282d0a57eb1766e0a22a76 12020 
freefem++_3.27-1.debian.tar.xz
 6195ee5971f7480d98cb5afaf9fb7a1aa56d30f9efe4fc6eb8109b877358014a 4218276 
freefem++_3.27-1_amd64.deb
 4e72cdf76f213ba81cb56eed81694bedd25357fb0d2ec778bfa42d137135b7b4 900616 
libfreefem++_3.27-1_amd64.deb
 2f692f23fd233c13ed8c898e2fb877e4eeb7cb8832f64be9187a844d61453aaa 232824 
libfreefem++-dev_3.27-1_amd64.deb
 e71897be081804045eecf8a158ed37521f752270ad95a4148866ceada7fccca7 9871062 
freefem++-doc_3.27-1_all.deb
Files: 
 4d65ceb4d306ff9bfb0b45a417f33fbc 2731 science optional freefem++_3.27-1.dsc
 fa5c603c803db63f37159fcea6b8ba90 11712323 science optional 
freefem++_3.27.orig.tar.gz
 e281fbd398143ef314f7cad71c1f47ea 12020 science optional 
freefem++_3.27-1.debian.tar.xz
 8b95fd7cd09f2c0b278737c75211db52 4218276 math optional 
freefem++_3.27-1_amd64.deb
 6ea551b6858d551cd7fefd5060aa4cbe 900616 libs optional 
libfreefem++_3.27-1_amd64.deb
 db9b458f61b088ee6ced152b2db7e9d4 232824 libdevel optional 
libfreefem++-dev_3.27-1_amd64.deb
 bfa4d3368c78a5e614912ce908d9f58a 9871062 doc optional 
freefem++-doc_3.27-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTFxEbAAoJEKA/UghdQkiV8FQP/RY1q8tgmUx9aVXZTR3Re0L1
8hkTu2g+OLDBHacBJwSvOQ/ezV/zb3ldMxbT2O96Zk9EiQBnfZj3CbdH4QOx1DSo
fVWUN8sz/7Qs0XdpJ6TsJkuqEPsdlY9hTcPgqnQ2RPY7E2HxFaOmbH910aoKIr1l
4rNuQnzYdIGxUHjEINAt65Qaxlod1L/mIwRIaPjJZCSwVC+Zyk1laM9c25mQUcNl
nFKSFr7NgiRKVL2HYiPbXbuID4nchzbuvnwFPPNp5rm37d1K51Gbts8QLwFU3AP1
/7qY1W/+EyBBULxGhIlLyBuXqxwiKxy+qYWSRko2bKABN+qF27vYOQyZdgZw5SI8
+RCJRZ05ru6tobpKWA7eFTvRW/nBak/sJnYl02XcYN1GB6WmCRfwhfNv5N5U9R9X
xBbio3+EQIch0wxIYY6/a4mQattcvgKxWYvqragmsGsPRQI2GRfOLEDawp7xnDY2
mGw2TlpFrIgE3LQ3zSxiSsleXCHAc+JrYV80rKHVogQWDhQo3oKO/Shz/mq8/7fl
WJ2BuoixGVqTKI9Sbxk8zaU/CG5Kv+ar1vaUUnoGDoWaO8PuLnNaStysOHQh0Guo
NLDNTbOQqJDOWMX7QexRG1xIKqrWSXS4X+QFiNG1Z+V3u1Gv94+/d7WVQHB3swxL
cqLsfZ313WsfInO8dgwr
=NSeV
-END PGP SIGNATURE-


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



Accepted latex-make 2.1.18-4 (all source)

2014-03-05 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 12:32:41 +0100
Source: latex-make
Binary: latex-make
Architecture: all source
Version: 2.1.18-4
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Vincent Danjean vdanj...@debian.org
Description: 
 latex-make - easy compiling of complex (and simple) LaTeX documents
Changes: 
 latex-make (2.1.18-4) unstable; urgency=medium
 .
   * Fix several lintial notices:
 + duplicate-in-relation-field
 + vcs-field-not-canonical
 + out-of-date-standards-version (no changes needed)
 + copyright-refers-to-symlink-license
Checksums-Sha1: 
 537f51e64aad9caeee7058eca3768eacd0e71c73 2042 latex-make_2.1.18-4.dsc
 8a00a448b5c0439df1dbd90f587b4e656d18b8b1 5752 latex-make_2.1.18-4.debian.tar.xz
 3006ed47ff38753de68e23d75538bd9fd308f3b5 882974 latex-make_2.1.18-4_all.deb
Checksums-Sha256: 
 f0ac42b11bb2c04eda51546e3e3602a4405a3730af29ffe83de24f00af8c7ff8 2042 
latex-make_2.1.18-4.dsc
 7a6a80c55e7c4b3ddd54ed5203623fc68769348c80f558c0b4df4e8f8a7e4a3c 5752 
latex-make_2.1.18-4.debian.tar.xz
 c66c4979c04a583ab08c03f8c83ba45ac161df1e7b41a0066d3ce4c76955c32e 882974 
latex-make_2.1.18-4_all.deb
Files: 
 702e1c9b76bceade2a9238e14ce99fab 2042 tex optional latex-make_2.1.18-4.dsc
 92970d01d08659cbc94811bb280f67e6 5752 tex optional 
latex-make_2.1.18-4.debian.tar.xz
 f7470e2646aa9b712fcbdd331741185d 882974 tex optional 
latex-make_2.1.18-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUxcTrdT1zgD6DpudAQjEsw//aihwwxykzW1lySGeYeXPTI4mPkVnqPsb
IvxbB8KVnMI2p5ZemdBmDXj8oGCjGPMLbDxd7iqm7OwnoUSnTmmBXYv3AlWAVtO4
rmZ5H12fjQOUwWlUsjNnRQoo1MXkJ2ppJo/XdN1BSu4OxOu2/yKnbOK1LEidjigg
jiFTR8olgTC6k948ESWKhO7b9njP6CFzBf3WERDmMO518qTqtXJDUlkUBVg/lKYe
MIgWKQpYQadxHwX9zZtH9+fZSBtg9G16AR/pwTTp7D4OoR3NqaciTGut9KbYRFOO
p0mApI3wjQWyl6GYkfVzW80QnJK00ZJBzLUIHI8yIbPQi7c43+pUy/cmkX1Vl32g
dzdiM3Dlb7tA/rrntPWTQURPJb+TiNKyfiP6xIW0V/GldffDqC60y4JREqiv6Sf1
DMp3f+NeyIpPgVqf3bldNpx2GCVGaT5KdghYckMtGByWIZzIItJjEYzXVBU8KELd
aTcT1m0wUbjGrm0vp1w2paXuWShhjU87JXae8hpC9Jjt+eo8b6uF0AE9QekUqxbF
J9dZzzFRturWc21mBeZ38ZUdXpYyZuZtpXFuXDLza7H2v5Ns4Deg3y/EajMCvLdT
lESzN6uJbLx6Jwre19CPmoRNCCd6miBjw2aAf1uz2DQr1pk0yelJIrVYi23cfx7Y
0sDHDdfCZWg=
=wy5V
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wlamk-00059b...@franck.debian.org



Accepted tkgate 2.0~b10-3 (source amd64 all)

2014-03-05 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 11:24:29 +0100
Source: tkgate
Binary: tkgate tkgate-data tkgate-doc
Architecture: source amd64 all
Version: 2.0~b10-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: georg...@debian.org
Description: 
 tkgate - Tcl/Tk based digital circuit editor and simulator
 tkgate-data - Tcl/Tk based digital circuit editor and simulator - data files
 tkgate-doc - Tcl/Tk based digital circuit editor and simulator - documentation
Closes: 351744 549319 554464
Changes: 
 tkgate (2.0~b10-3) unstable; urgency=medium
 .
   * removed the unsed build-dependency on dhelp, replaced it by a Recommends:
 for the package tkgate-doc. So the package is installable even if
 dhelp does not belong to the current distribution.
   * added the directory 'primitives' to the package tkgate-data. Created a
 versioned dependency between tkgate and tkgate-data.
 Closes: #549319
   * checked for #554464, which is not reproducible with the current (latest)
 version. Closes: #554464
   * checked for #351744, which is not reproducible with the current (latest)
 version. Closes: #351744
Checksums-Sha1: 
 97a550d0572a5dd6a374dc0f8d5f6244f2a9d4db 1547 tkgate_2.0~b10-3.dsc
 f356a7458764af5f00369097b82f9a9c9d17145d 7400 tkgate_2.0~b10-3.diff.gz
 b6c5029bdf53a61ca80c3eaa8839b57b9fb2b63d 389644 tkgate_2.0~b10-3_amd64.deb
 6d7a0107db8a434e8dfe695632fc810591de7861 1103832 tkgate-data_2.0~b10-3_all.deb
 4adc0ecbae9918b3b36f10aaf4055f2f619919e4 3256116 tkgate-doc_2.0~b10-3_all.deb
Checksums-Sha256: 
 b60920f58f9fb1a1d543bcfa6134116d432238edc72c6aaef82f61f6bc295327 1547 
tkgate_2.0~b10-3.dsc
 711364324b3dc6809226cd3db5562f6ffb087e3aba82f33223db89d969bb42ee 7400 
tkgate_2.0~b10-3.diff.gz
 3d09dc794c7f1191c3146042f16f6f8ae9391487ee02e52ea640ce057bac9d78 389644 
tkgate_2.0~b10-3_amd64.deb
 c3d3a47fd141a23c0361bc6770c76c9f02822cb91a1428b1f1f78d93d1dade6d 1103832 
tkgate-data_2.0~b10-3_all.deb
 4a910f98d2f982e32f39f255d6696e0108494996c89c228c4eb2b45bf3aec3fb 3256116 
tkgate-doc_2.0~b10-3_all.deb
Files: 
 a22c54f8fcb8f7ccd60a6c57f9a9c47f 1547 electronics optional tkgate_2.0~b10-3.dsc
 571a991b4651f1afb7b819238a016060 7400 electronics optional 
tkgate_2.0~b10-3.diff.gz
 d33abc9fca4f9d36cbf7bebc23992942 389644 electronics optional 
tkgate_2.0~b10-3_amd64.deb
 c92d14fce03452af237b458164662cd4 1103832 electronics optional 
tkgate-data_2.0~b10-3_all.deb
 978df3ec4612a5a742eb0e0e9e1c2bec 3256116 doc optional 
tkgate-doc_2.0~b10-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTFxK6nfmb2hFpETARAmBDAJ99rEM/ihKMRlpNR5KY/Kv3pjThrgCbB+0O
kvzfhE7y48GjKQ7m9SXyWvE=
=eZ6S
-END PGP SIGNATURE-


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



Accepted chealpix 3.11.4-1 (source amd64)

2014-03-05 Thread Leo Singer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Feb 2014 07:51:05 -0800
Source: chealpix
Binary: libchealpix-dev libchealpix0 libchealpix0-dbg
Architecture: source amd64
Version: 3.11.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Leo Singer leo.sin...@ligo.org
Description: 
 libchealpix-dev - HEALPix representation of spherical data - C development 
library
 libchealpix0 - HEALPix representation of spherical data - C shared library
 libchealpix0-dbg - HEALPix representation of spherical data - C library debug 
symbol
Changes: 
 chealpix (3.11.4-1) unstable; urgency=medium
 .
   * New upstream release; now cfitsio-related functions are built.
   * Added debug package.
Checksums-Sha1: 
 b9e56a55e08c0b0889780d45e17a687ced6cc9e3 2123 chealpix_3.11.4-1.dsc
 214484d8959f37f890338c1624b0152f68c9a49d 309359 chealpix_3.11.4.orig.tar.gz
 0da864183d2f8e909dc95eac8ae60ecfa3acd39b 2640 chealpix_3.11.4-1.debian.tar.xz
 dd7fb62b2dc2d417a9ab5ca47283d3c87267dd65 14240 
libchealpix-dev_3.11.4-1_amd64.deb
 65181edec649e4c622914190a88b7b2ed1c6653a 13392 libchealpix0_3.11.4-1_amd64.deb
 3fd2e0b4fae21327f16a24f628855346471e4720 25686 
libchealpix0-dbg_3.11.4-1_amd64.deb
Checksums-Sha256: 
 cb9689ac0e213185a7e0bf11c320f141ec401c001eb6353e782ef8fd4cfc5399 2123 
chealpix_3.11.4-1.dsc
 b7732330236c4e00d25913d17bdbbdeb82b48e48ac92e609f1b94ba050c7ad27 309359 
chealpix_3.11.4.orig.tar.gz
 808791c11accbee42acabf26f24f8c225e7357aa8ed41367208889b4af478cf6 2640 
chealpix_3.11.4-1.debian.tar.xz
 3bd84d772901b439c30c83f8f3e7d6bf350dfcdb887414d3aa54d8b23de21a89 14240 
libchealpix-dev_3.11.4-1_amd64.deb
 83fe8f7edd77277c2a2a7db732b081f268f4b76bedd97171e074045f2a9fa60a 13392 
libchealpix0_3.11.4-1_amd64.deb
 bae7cd05e915388d2d87ddb9891656404240ce8ca6ca6a4ff1ce78da2ae2e730 25686 
libchealpix0-dbg_3.11.4-1_amd64.deb
Files: 
 c767d15af319ee0b0042c2bf73d5244e 2123 libs optional chealpix_3.11.4-1.dsc
 da330c99c3fac4ae73f9369da4e372cc 309359 libs optional 
chealpix_3.11.4.orig.tar.gz
 b34441a46fe8dc8cc5b9823ebda48900 2640 libs optional 
chealpix_3.11.4-1.debian.tar.xz
 57d54b318e2b6aa4633b8bcbb1736cad 14240 libdevel optional 
libchealpix-dev_3.11.4-1_amd64.deb
 eb9b8278e48907409201a7d573f6aa5b 13392 libs optional 
libchealpix0_3.11.4-1_amd64.deb
 3a5d1f85aaf0562e277196dda6d35320 25686 debug extra 
libchealpix0-dbg_3.11.4-1_amd64.deb

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

iQIcBAEBCAAGBQJTEd/6AAoJEC/YvtrAIO7RAOwQAIbcle0ErPooxc838KL5KUDe
DhOKWh3h+ERjIS+dTIhN97EopnfIkPn7Lv9x6ttr1a8yTtQLDJC/yFYGHkvYYDu7
DMMHg43u7GrZQcWqCXF/TGx4jhbrc6qBPcYvlnsKXXULUAilqxqi0yKZASPm7DkH
E+RPzqxZIUerpc/9sokZ5kSa7QmRMdZAqkzphm9tCGasAcquMhH1m0DEKoqVw/uy
Ql14LDnUlc641mM/MSdKu0AtbZqEK9SEKu5iCe0uDi5chlyRNNTXCgH7QYXdYBAe
k90UAWtaFBvzsyquDMeTninlebTyu3K6abJQPSffbt6XWYGg3ZUnliA6dXgR8cfA
60vX7awjl2fkXNTkSOW4tjkszXRbl4W3qsRPXJB2ppowBeshFjAZRGUbPGFIWu1Q
CvSp3vpnYSLv+mz8C62DcelgzHhYL4ebjMzreziFl39OWuFl18rjAfUsohaXDwHC
pZB79vQFMgh/REoWEQDNIGZYqNZwhaB3N8VXql3TP4RvE5+diSQr5Ei2vk95G3hi
zGz/jZ1PPmk1BaD6HNqStNVGFIQX303XzzBbv0Y+mkBqLKFLVRdsXGg2SNp7nGpd
vhXJQ4rI5Alyl/o8UZtZjgvPAIVTPDU3VRZaqg52WYupsVWuroeOtUiv2+HBKC9m
6I6TNKb5Vkpo07bR7slc
=O2XG
-END PGP SIGNATURE-


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



Accepted chealpix 3.11.2-3 (source amd64)

2014-03-05 Thread Leo Singer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Feb 2014 15:49:14 -0800
Source: chealpix
Binary: libchealpix-dev libchealpix0 libchealpix0-dbg
Architecture: source amd64
Version: 3.11.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Leo Singer leo.sin...@ligo.org
Description: 
 libchealpix-dev - HEALPix representation of spherical data - C development 
library
 libchealpix0 - HEALPix representation of spherical data - C shared library
 libchealpix0-dbg - Debug information for C implementation of HEALPix library
Changes: 
 chealpix (3.11.2-3) unstable; urgency=medium
 .
   * Update description, VCS links, and maintainer.
   * Introduced debug package.
   * Removed non-informative README.Debian.
Checksums-Sha1: 
 054ee3b0393f8bd3932efe55801ce242fccff921 2123 chealpix_3.11.2-3.dsc
 ae37635f21fda103f87f8ade245ca5dc1a114ad5 309153 chealpix_3.11.2.orig.tar.gz
 36cb165e7016ae325a7ca0a42cc18ef189202d33 2504 chealpix_3.11.2-3.debian.tar.xz
 0e866557aa71c928998af925699a1d2e1b0890d7 12316 
libchealpix-dev_3.11.2-3_amd64.deb
 6b9e4f78c568bb5c1fa1bea1b900a04739b22368 11554 libchealpix0_3.11.2-3_amd64.deb
 6223ee135420470174efecfb799bb9d8a9b7d93c 20686 
libchealpix0-dbg_3.11.2-3_amd64.deb
Checksums-Sha256: 
 36637d30d7305b66ae6877d1e6d88957fc30fb59899640d84a771d369fa2627d 2123 
chealpix_3.11.2-3.dsc
 fae83cbc353a18999f48397a14f8b41cf9f41f0f1e5927feac8e2acf2f6583e3 309153 
chealpix_3.11.2.orig.tar.gz
 09bc5ff4e2453398f9031ac49e4d48962fb80755573b96e1d2f86375b5ece227 2504 
chealpix_3.11.2-3.debian.tar.xz
 062ebab1368acb593da6ebec1e86e3341d08c67232269061083479ea8ac34b42 12316 
libchealpix-dev_3.11.2-3_amd64.deb
 e8b1f1266842f4cf9a0f44b5886d309fb6e8b27e0489299f048f74dd535afd23 11554 
libchealpix0_3.11.2-3_amd64.deb
 82af38deed7a41f4ed68bee5fbdf537a7c5a17b55e59c38806210fa065557651 20686 
libchealpix0-dbg_3.11.2-3_amd64.deb
Files: 
 1c8f1d641b7e97b0e891aa19c7b232ef 2123 libs optional chealpix_3.11.2-3.dsc
 4d6e2c77429a1fc316c6d99399fdbcf6 309153 libs optional 
chealpix_3.11.2.orig.tar.gz
 99391704983d801ca6726d2bf0fe702c 2504 libs optional 
chealpix_3.11.2-3.debian.tar.xz
 d38371186f8a5b894c0250591418aa53 12316 libdevel optional 
libchealpix-dev_3.11.2-3_amd64.deb
 b0caaf5b9bca48c1c99ad14e4c909d48 11554 libs optional 
libchealpix0_3.11.2-3_amd64.deb
 04400ec6c91ec3b759cb1153e40b13d4 20686 debug extra 
libchealpix0-dbg_3.11.2-3_amd64.deb

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

iQIcBAEBCAAGBQJTEd/oAAoJEC/YvtrAIO7RmwcP/iAvP6VK6hhQky1I1BWKAz1j
oG53dBnSodaRgY+EIAIJa2XUhQtr6sCW35cATC7L1/Z02unq16A1UGSCa3sHu5Y8
BvzRH/W6QmO+E+pVlYQ4THMaRbnfUqGQEg4SyH7B/06HYjgGrinex0Y3YS32DqG0
IJCl7LF5FgaYTluevhH3Z6+T54KNWmLY8aItU0HlUEL/sqfYIKBTaquesZ2jtfyQ
mXTWFyYDBnj6e/Nb0DorwtUtjE5BCAZK+LDFzRTpblRx0VDeOu7n4VEdQWgLOhNc
pNZ759J/aIZflK6vtc16s2iFeaqnnEzy/3xcdGIhhEDJ74Q4GUzngXHarYk8cs43
yhK1yzX6NUNBo+y5RcpeRB5saKOxhO1rkSSytSwzOYm4DnSs1NO0GwXIGN+kGTpZ
41kXT5dQnyxmnIQ3qvuianxbDnzsHsg3X2HqMACKHRrVtjo8TJBcQAqkDBYvyiaO
PB32fQsCtN4KdUy4eo/gD/xcF4YnL/2TCZ8f7nHUHbDIokLDaiuDEZ4H4rqzGkkN
/8XVu/SGaMiOTzBRsLaA5rVjUtvougA+KzfjQOgVZiT+pgzZtXHoFT4Azu49+so/
3iTZ25XMFC9qml0ZI54BMUCUZmuBQXYKgHtu+/uXrVZdRE4BpkZTsYZVhJlO0TsS
OAKyLeBZrGFzklW7DiI5
=vQP8
-END PGP SIGNATURE-


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



Accepted jmxetric 1.0.5-1 (source all)

2014-03-05 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 Mar 2014 14:36:16 +0100
Source: jmxetric
Binary: libjmxetric-java
Architecture: source all
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libjmxetric-java - JMXetric Ganglia metric transmission API
Closes: 740431
Changes: 
 jmxetric (1.0.5-1) unstable; urgency=low
 .
   * Initial packaging (Closes: #740431)
Checksums-Sha1: 
 acc1fedd846e0933f2ddd7aca86bcfe9b84d45cd 2055 jmxetric_1.0.5-1.dsc
 041c79053518a2ea648550712950851147b31d89 14474 jmxetric_1.0.5.orig.tar.gz
 f995ddac7a99d6bd82a5922907877c2df27c4f05 2320 jmxetric_1.0.5-1.debian.tar.gz
 f7b4b38132437374955a629d9dc5a041a4a9edd7 17306 libjmxetric-java_1.0.5-1_all.deb
Checksums-Sha256: 
 22008da300f04c4618c4d964268f14dd52cc1dc2648b69d71bb7e80e30946b15 2055 
jmxetric_1.0.5-1.dsc
 5dd3f6c693ab509b56c37ae0682bb3e462ddcb7729342a3b298e413eeed9a2c4 14474 
jmxetric_1.0.5.orig.tar.gz
 107c8ae59ea555fd3c9b3dfc083dd0fa8e5706171f588a2cbe64178626faaeb4 2320 
jmxetric_1.0.5-1.debian.tar.gz
 997ccf24340e5cb586bbbeb997b59483d0f46e63b62e3406d062615887cf380c 17306 
libjmxetric-java_1.0.5-1_all.deb
Files: 
 8db2d8b9443ef29cdaf619710d7077eb 2055 java optional jmxetric_1.0.5-1.dsc
 66e8ef40defc415c6e1f9fc680458244 14474 java optional jmxetric_1.0.5.orig.tar.gz
 ebe122a74c850d71b6eb8698e8dd19ec 2320 java optional 
jmxetric_1.0.5-1.debian.tar.gz
 89d4e52479f76c3fb1e681e260b595d1 17306 java optional 
libjmxetric-java_1.0.5-1_all.deb

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

iQIcBAEBCAAGBQJTEfKfAAoJEOm1uwJp1aqDlGUQAJQ0s2nB07TbKS6q1tWlPvd3
ZEel5Kyk+P2uk32wY2Er5K0rc5wKKCb2AlX5oNfKTNxcE5YPZjEr9aZonxBzTgx6
ZP8YcryMESaEI8PWyHVpWkjQV+ZteIcQFh0OLKoISXwbzm9OumXb6ND3OjjOSkaS
LR2ulM1eE2+N5ZigEZX/BkuwqNY2pQ/fBv/HRQ2p3Q92UufhizStCCfiLSlXS/bj
3d92xjvvd/WQlvy0/T1rNEIkBoydAyhVjav25/o0pkhsQRbPkuX3LKXgn2m+i8A1
jHDMVo7moF+cbI+CQiU4WIsK7P2fFL7jLP4DBDio33jiBcHTVlVPWn3E1oZSOBfw
oRr7jvRHGpKfSYN10tZGxIj39pkiGYrwXkIwnjNsXckiDh0qTwzwo34bT0So/fua
IlG5MzHytiB4vOPa5Ls1sQnLYpzYYPvSnAd/1+Afej9V/HdLKnHPagmQZrBAkCqe
+qXlY3jbgEl2SPhuZ8eMxixXi7kz1l3hLiYsiYcwbP8qqWCmDhI3LrUCmBjlZbhQ
QrwGjc40Vy+Q7SWZQYcq8ChAc6uov1geYM4fhioo9Y59AbSY7ensLLDGMiRNIN35
1A9OXBAvh7i13J7orgog86+4ATcbehNEUI72BOukuVtKnOkkRyw1Cd6TD+6xTwrN
Zq7WIXeNaTCncmF8HrjV
=cXr4
-END PGP SIGNATURE-


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



Accepted jmxetric 1.0.5-2 (source all)

2014-03-05 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 Mar 2014 20:16:06 +0100
Source: jmxetric
Binary: libjmxetric-java
Architecture: source all
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libjmxetric-java - JMXetric Ganglia metric transmission API
Changes: 
 jmxetric (1.0.5-2) unstable; urgency=low
 .
   * Add sample jmxetric.xml to package
Checksums-Sha1: 
 3c45eb8b7e21b63628b7aec94a267ec236919888 2055 jmxetric_1.0.5-2.dsc
 e8af6111aee3ab1fd88fb0aa448309cd7ac4e99f 2991 jmxetric_1.0.5-2.debian.tar.gz
 a1fdeff96e4b7c70e5ef97c36a936fbf3d45f044 18894 libjmxetric-java_1.0.5-2_all.deb
Checksums-Sha256: 
 6bb7366fe6b9d0407e49c0c0e1b59b4d7645bbaca9908dee7b18d076ce0c299a 2055 
jmxetric_1.0.5-2.dsc
 2c718f4753203b130df449e27424f5b94f7b99def01e538d211e07ca5bea0d46 2991 
jmxetric_1.0.5-2.debian.tar.gz
 36b9411b3366249ac78bc96d0c9d3d212b1f5e8a145dec274707c645a69b274d 18894 
libjmxetric-java_1.0.5-2_all.deb
Files: 
 edffc9c203b12319f43ef00f0b9fa791 2055 java optional jmxetric_1.0.5-2.dsc
 ef46f853a7547a3f462979f23cd93dc3 2991 java optional 
jmxetric_1.0.5-2.debian.tar.gz
 448f0614241f63a07d6d00e9e2a2f795 18894 java optional 
libjmxetric-java_1.0.5-2_all.deb

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

iQIcBAEBCAAGBQJTEjLYAAoJEOm1uwJp1aqD+5EP/R/8VhQR5HwWoGG6a6fd7zZt
ddLPYAriovgcIvFc9HGAs3oVltpAgOOEfYAll+rEprI4Z0rbawCUtnoftNbYrdtT
igajLj6L+15LB+udk8U63jMkJI9IkcCZbpon3EHry4pZzbeZKxcetIEKf29S8/6x
v7xquNdSPkpNVMTOkOeWSf+FImHH2cwSXW4PHV4m/nZvYavVSTmTh4lFiXcHaBvB
N/d9VuKuDcBSotrfB2e5z2mOU/UDVsdxIMsMAHu5zns+AoAcvgFTOYD73HStV/sF
bvzoHgmUpf4stZTfS4oecJ66Rn0/uYpiw6GkRaPVmdidqm/ovdfWqvKAgZj5jI/r
mzSdyVKJvsIoYpHBxX3CxDdf8SF+IgEkp2tNawE+DW9yEn9vySxBh2Q7OKSWeGiv
3Zv3L+2LMF7R5NnLGSZk4X3BXmJ600QE1nqh5y/ZDPIcpR1IRK0lR9ECKKvUJRhC
9xHay9Mt3q2ln9brVVrx8TYGEYLWeI0PNtciT/tjVJSqXzoa+3GXUyRUG/YgAf/9
xSLMokiFtpf0YvzX5Ob42k0vfzYQS52eKP5Ge30rzsmdWYFuvtdDf+YsmI1PoXZl
5PWpTNJAnI835IlQyHdX/j/vaNH6lfDrR3pahlyo7P7WvMqdmZ7zTPA6HNroTBSw
zPjDG/zFZRj+BN4EsI50
=6Zye
-END PGP SIGNATURE-


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



Accepted gmetric4j 1.0.6-1 (source all)

2014-03-05 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 Mar 2014 14:36:16 +0100
Source: gmetric4j
Binary: libgmetric4j-java
Architecture: source all
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libgmetric4j-java - gmetric4j Ganglia metric transmission API
Closes: 740430
Changes: 
 gmetric4j (1.0.6-1) unstable; urgency=low
 .
   * Initial packaging (Closes: #740430)
Checksums-Sha1: 
 5785ae84401f154d1886b17679f2d05b8c3eeaf8 2048 gmetric4j_1.0.6-1.dsc
 3c4324d4ee5ad89e041fead54be44817530ef624 16231 gmetric4j_1.0.6.orig.tar.gz
 43c25ce3e9cc4219e978724786a433b93bdcebb1 2309 gmetric4j_1.0.6-1.debian.tar.gz
 0a199399d8990f506b9acfbed619124f5954af8b 38990 
libgmetric4j-java_1.0.6-1_all.deb
Checksums-Sha256: 
 d0667f5b7f9649b372c313d4376c7dac93101bee1ff4b9d193762cd4573784b3 2048 
gmetric4j_1.0.6-1.dsc
 04e101806dc31568e4e4e60fd3c28c4dace8caebae13026c845b605272a23a29 16231 
gmetric4j_1.0.6.orig.tar.gz
 e64ef06d4b3b91e6c949839944e167a1bebc2c24a0b0621b4650dd589e34c21b 2309 
gmetric4j_1.0.6-1.debian.tar.gz
 bde61c5b61bd03b54c6a7b4f943a5fdbb5c7b9c2e7a9e260f87cf01b7bbf866c 38990 
libgmetric4j-java_1.0.6-1_all.deb
Files: 
 c5f22a920e8fb6bd59f756e4dc3bbbf5 2048 java optional gmetric4j_1.0.6-1.dsc
 2e9a0f232eaec6e5f663723582e1e316 16231 java optional 
gmetric4j_1.0.6.orig.tar.gz
 f861df3e1f44574bf2fe5f12f735bb81 2309 java optional 
gmetric4j_1.0.6-1.debian.tar.gz
 72e23dbdd05411aaa6257d2ab4b7bc74 38990 java optional 
libgmetric4j-java_1.0.6-1_all.deb

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

iQIcBAEBCAAGBQJTEfEMAAoJEOm1uwJp1aqDsE8P/0SWDA8RTdvwKv54xuyBBcVl
LUg9PoZOECYJCEctIjkmRjk8h10DnthscRzeriXeQD3tSLhw7nC7lJDMFrJjAoQL
EisQWdntJOPWNXrAC9/90Ktr41AK6W69qX7xaPBzIzBAJWNwxMo78x13NFzuWC5J
wlUyPjtx0D+fxkM0YVL+sZdOYkeyLM7XmdVSLpYOO9rVoldDSkR+XMw2+3oMNBTf
PNuSLxZBiGDP8KRXQ4AmNpCmSX/zbXKERzNXYuBiCfECFs/QUDu+mXf74tPaTetY
IUlyzGQvfvFCFFQoZk4fXtYbXDEPX9yuLsc7v9GotaeO2V/WRLyRd19IzguKk2gX
tLPHrwR89+srbnHB1h4zYle2FogZl8ZhwRjmhBaSdsf7bWgWyw1j+kSkwbq8VO+f
RUKXl641x20zsfhONGMj9z9wPjyAvNKPS1ZRAvOF3wNF3Z5DY5zJYFRcqOx8PwN9
LzKiZzEzzBzXQn+P+BgKsMJk4zllssQYxxzKWjfQkstuU7xXuuTj0lZ+saDLbevW
ogtvqqR2TGPHXOBD67nDJP1ohkgScyf9M405zic1aPyKB2NJIbWGSZW+v5H47lo/
rwMaGms0IIl8CrvmNeJ9VVMMEhON/208ixim64c3jBwvXg6iLwdzWacgIm114Hv+
GgMSqyTCDk1cOMg9mHeO
=68R1
-END PGP SIGNATURE-


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



Accepted libhttp-cookiejar-perl 0.006-1 (source all)

2014-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Mar 2014 00:25:04 +0100
Source: libhttp-cookiejar-perl
Binary: libhttp-cookiejar-perl
Architecture: source all
Version: 0.006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libhttp-cookiejar-perl - minimalist HTTP user agent cookie jar
Closes: 740467
Changes: 
 libhttp-cookiejar-perl (0.006-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740467
Checksums-Sha1: 
 be448d3d41a8a35d66ecdd1723ce38d286d81ce8 2366 
libhttp-cookiejar-perl_0.006-1.dsc
 46aa70384ab71292dec7e783518fb6d5474d74b0 27581 
libhttp-cookiejar-perl_0.006.orig.tar.gz
 a894fdd4f09baf5c76fe4ff43bc1064be9778906 2168 
libhttp-cookiejar-perl_0.006-1.debian.tar.xz
 160c10802d89535749dff6b757cd88de6591cfe4 16864 
libhttp-cookiejar-perl_0.006-1_all.deb
Checksums-Sha256: 
 75646e59e8ba541ad43a1bc6d61eb6ae78df471b586c07d4e65095fa7c723ae2 2366 
libhttp-cookiejar-perl_0.006-1.dsc
 629d5d83fba0682296deb2f919ef7681f9dba7dd0028660090422d335512f430 27581 
libhttp-cookiejar-perl_0.006.orig.tar.gz
 402970bb5add4c1702cdaaf7552c0b4ab42f487d69b554d44128ca052536aef9 2168 
libhttp-cookiejar-perl_0.006-1.debian.tar.xz
 2f5329ad01bec114855a4f2e9b4ca36e470cab50d1a85c7442a9a20373114a14 16864 
libhttp-cookiejar-perl_0.006-1_all.deb
Files: 
 513cfdeb64d3aa555cbcc67797034f92 2366 perl optional 
libhttp-cookiejar-perl_0.006-1.dsc
 3ebef4f5c9cca2383c05fdb10378bacc 27581 perl optional 
libhttp-cookiejar-perl_0.006.orig.tar.gz
 e8ffe7c64a94442147aaccabaed07370 2168 perl optional 
libhttp-cookiejar-perl_0.006-1.debian.tar.xz
 3610843bcbe47693672236931fe0c7d7 16864 perl optional 
libhttp-cookiejar-perl_0.006-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTEmxiThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBjiaEACopE5kQjkotbSz4LcLlakuSy/X0DIg6lVluMVyHBYskBd4
++bNHK2ArncDWMD3Vd6Csc7jfq5hlYwxdmRwDh3PWCzX0N8Mbi89sIBUQIFPj+Qm
VcHxd1wLWVCmtdwqmT3A1OS//H9LgmZuhI95lCUG8Hv+DDo2FhFLKG8qE7s/mHc/
7bvP3V9IUpjxUbG8RECL66N0fhdF4SBqmPoSTUVl8Xks0dg7DjkxVKIK+GRCRqht
5TDL8K+CTYfJA0nEIGf303Gqi6M173LxTRkWs9etOTox5BWFfHnWbQ8/CsIsRrPs
98fzKHpDEWHLdipAYs6GMI3UF04KUKy0Y3BFccKh9Hr08epIHY3rmPajwZNyKZjq
fxpBPrTkyLzQk33JhcwerXi4dnk6Rb1LItiFBx+gB6ceVpVWucYxa/yR9IzX9oCl
uTrbsshLcga9KaPzWhGPK2FCQgqlNiTkxhNINkiYpqT1lp/QW/0zhd6juy+OApsz
CL1PG3P8xYuYBr+XeKva4U2d9OlaIST61SjxRJSQ3/ihxcJ6l1Rvds5MgEnV5oW/
ESRIRPO3bbX0xMas0pqsZQn1tALKw5qhlA/a05hzqItQW6uKNp7h3UCVEzqHOwTn
qkMsAHUmY5j3uJKl5Q/DujFdAEhQ/hiDJv2OisiNukUJ0r6Dn4pjSg1MJlJ5Ng==
=h5xA
-END PGP SIGNATURE-


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



Accepted jmxetric 1.0.6-1 (source all)

2014-03-05 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 03 Mar 2014 19:40:53 +0100
Source: jmxetric
Binary: libjmxetric-java
Architecture: source all
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libjmxetric-java - JMXetric Ganglia metric transmission API
Changes: 
 jmxetric (1.0.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 54390126b59b67c0f4599e271c1e8aa9851bca8b 2055 jmxetric_1.0.6-1.dsc
 cbf10a8956af5a3fc0024b1a51ad427419ac1d41 14650 jmxetric_1.0.6.orig.tar.gz
 63560ef21744bcc239cdf70e6bf3cf9828de68e1 3016 jmxetric_1.0.6-1.debian.tar.gz
 08374586f7bd32a0d1149373152baab1e36c8f39 19160 libjmxetric-java_1.0.6-1_all.deb
Checksums-Sha256: 
 57939e723cb3de2b0e179654ca64c102fd260cc845d3e75ab5ea78bc7879882d 2055 
jmxetric_1.0.6-1.dsc
 9177a3e7d532d558d80e00a5485d37c73c2518835857485abb82a50d53bacd1c 14650 
jmxetric_1.0.6.orig.tar.gz
 111928fb32541c3bfd6778458448e0abecacf541c323df4d50dc0bef7171f8b9 3016 
jmxetric_1.0.6-1.debian.tar.gz
 41af491652407d9e5f40552963ff16887b3f46e92ad35fe1261dcdcf4dc4df5c 19160 
libjmxetric-java_1.0.6-1_all.deb
Files: 
 4d7e8863ba07555ff26a98926f051d08 2055 java optional jmxetric_1.0.6-1.dsc
 bec5c00014bd5bb866a74c62b671635f 14650 java optional jmxetric_1.0.6.orig.tar.gz
 c77a90c5aaa112fec05814ce683f9708 3016 java optional 
jmxetric_1.0.6-1.debian.tar.gz
 7c8329d03e5678bac6fb415ddd9adc46 19160 java optional 
libjmxetric-java_1.0.6-1_all.deb

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

iQIcBAEBCAAGBQJTFM0PAAoJEOm1uwJp1aqDMwMQAJcGiN9mL+7jXIKZ1D19jjBm
Jg/O2YM4rI3gKzRiUiLsuw/moC1G7vhA3oe/dRqSvv2tyI8e0XbDhNC8+kuPLYfR
UCkJk7tEyDJcVVY5+HXM3Y33jbUouXJPUUMXCECxE7KtujtScTGBo2Dyh6U7tm/z
wp4rv1242UsYpk3/9HRC5NOezsjPykOIbwQVUYQdudun+J4WtLry1VnofLJMpe+S
pEtPwX/upYw9oymSdykovew0lTIFz2fo5jW0mk+ExVfHjUz8NR9krvZ0bTjO2r1v
wILRJOAczvPs20sUFadhtqbevSiKnl3e20ttBE4+WLsn6M7yNIaHDqBxoOWi0FIc
cd/48ffDpcolon2iXIkbxx0ec5L+pxZutWRZe0YeOej+5fnvfnB0xBsUcEwEFvwT
XsV+1z8uK7dbzHrmF9azgIBIOSWloglg1RG22oiyp+8NGLQ3h6SKyr2fHcbdEA2a
R1FpyaGaGNiWswLDMRhRwLqxmgeawYpN7FBUUHKM5PYCapPYcIsNASexaJuVkdss
8fJ6MxPNxIa1GILhhXnTQ29jnc7x+M8RciP+62OQgK8exPlDe+BNrpPmS/P3Lr0Q
Rpio0Xn0C0hc4mJ0q6uxybvTDGDPr/rKhLDBJRS3VF32nv1HVAltUfh15wpbZzkM
4zd8VTgQDWpDsjBIZubP
=zaet
-END PGP SIGNATURE-


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



Accepted libnet-frame-layer-ipv6-perl 1.05-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 19:54:55 +
Source: libnet-frame-layer-ipv6-perl
Binary: libnet-frame-layer-ipv6-perl
Architecture: source all
Version: 1.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-frame-layer-ipv6-perl - module for encoding and decoding of the IPv6 
layer
Closes: 740251
Changes: 
 libnet-frame-layer-ipv6-perl (1.05-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740251
Checksums-Sha1: 
 be542d5e0982067ad06bbd2219e3d91f49142537 2311 
libnet-frame-layer-ipv6-perl_1.05-1.dsc
 7c53dbc11dad0ca2038d15426914997c0d96a210 14131 
libnet-frame-layer-ipv6-perl_1.05.orig.tar.gz
 a7648581b1259941ab8b1b6d8dec01b6f3e01a41 2140 
libnet-frame-layer-ipv6-perl_1.05-1.debian.tar.xz
 89df95a54cc98ef34d524d98a608484e9c1e3c7f 29858 
libnet-frame-layer-ipv6-perl_1.05-1_all.deb
Checksums-Sha256: 
 fa35fafe4cf37048d011b39a7bbe14f546d38a92cfed1e9d66e0b5ae9828cd09 2311 
libnet-frame-layer-ipv6-perl_1.05-1.dsc
 c50416d1d8cae406f0a03effc7d07a666d5fca3c728c7f38ed21c4aaeb8c0fd0 14131 
libnet-frame-layer-ipv6-perl_1.05.orig.tar.gz
 95405ff6425976791e72f7fddbc77b330718154eb23e24b88829cc5dc96ce06d 2140 
libnet-frame-layer-ipv6-perl_1.05-1.debian.tar.xz
 7e5e083198ef56044d19cf1aff8ff06c299fc4da04020beadcf5889a85dd38c9 29858 
libnet-frame-layer-ipv6-perl_1.05-1_all.deb
Files: 
 81a6c0bcde2316c7fcbdc4d31cad6060 2311 perl optional 
libnet-frame-layer-ipv6-perl_1.05-1.dsc
 1da809b540a289639551aafac386c6ea 14131 perl optional 
libnet-frame-layer-ipv6-perl_1.05.orig.tar.gz
 8b6b6634e931d1f19df495b3d0d49ca0 2140 perl optional 
libnet-frame-layer-ipv6-perl_1.05-1.debian.tar.xz
 939b45261aaf8182dcacaae320187404 29858 perl optional 
libnet-frame-layer-ipv6-perl_1.05-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTERWsThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBgcuD/0bW1uQZyRy1GRPwKVnDor5m7g1DUwkcv1ZMKL1wcJ+GmEx
JVO/JZAiNOatYQj0Dku29VLVcKdOJBC6SDtc2qS2QBS1zKB1JN7LlsZcXWWTD+FB
hkFTE8b13H+l6Pre+H0nHw59pX/DLsG/5F0A2oKiLZvSVVEhsluaZcFknbAKDf1L
9dSVDpOWTIHPManGa7632xcDuXUZUnep+aJy9M6KgJVUiniW16H1w/a0Gx6Y80tM
VI/inLrfRmfBBvZsWHpTDZ5aLdi3riccpgtFDuF/HidW8cZF53KEjCtmeeZtmc68
6G3kAlEyOQcIPPEKyJVbXcK3hg0CyCYiOWQMmT/tW0Evgs/HFZMl9ycNYnSrlS+4
WdrDNkTzzaPEnjvIdBagSS4WsFx7HHwsZIVNf5//mv+jyuNolNsUuHD03Ngie//A
DYcWV77WnRET5hwK3VGMHcd6s7sP2Af55r+DE8WZxdFRIS04H3k9aAmHd3wChlgY
vKKr1K2NU7f4P+INt5RmAU0bH6WgRQoGu5H9xDl6S/DX+RLyN/UcdvuhNOLkBvL3
xRgHKDmyTtBy70NCQ83DvsbN38Yv7WTVnC4VRXCsSwGEYErGwpH8G+O8A5sIppcN
o3mvjatQ/j7sUlvbUB6tk4NY9E4ocRsSGaiMzWm/okzmLpfwOzYyf0BtOLmN8w==
=KPnG
-END PGP SIGNATURE-


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



Accepted gmetric4j 1.0.6-2 (source all)

2014-03-05 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 Mar 2014 20:33:19 +0100
Source: gmetric4j
Binary: libgmetric4j-java
Architecture: source all
Version: 1.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libgmetric4j-java - gmetric4j Ganglia metric transmission API
Changes: 
 gmetric4j (1.0.6-2) unstable; urgency=low
 .
   * Recommend ganglia-monitor
Checksums-Sha1: 
 c89068c607331d021fc70a3e37a8f49649f2cf79 2048 gmetric4j_1.0.6-2.dsc
 1bc145007d6fcf006542c22f8424a7a8b03cf114 2361 gmetric4j_1.0.6-2.debian.tar.gz
 0ba5a18aef548989044f9516a25a08931ff0dcd5 39056 
libgmetric4j-java_1.0.6-2_all.deb
Checksums-Sha256: 
 0932a9aa06d0c915622ab15625bcc2b114948f7e643f07d3b0586b72a8988662 2048 
gmetric4j_1.0.6-2.dsc
 9fd3a503f29052e40efeec8af85a8a8d4a051010309d507fee8e621c8aa71405 2361 
gmetric4j_1.0.6-2.debian.tar.gz
 2489cec788232055985ae1cfc08f1811d92bfc6a14a510ea2c727ffbfbc705a7 39056 
libgmetric4j-java_1.0.6-2_all.deb
Files: 
 51e8e2a86133b42ca80737a6579c0fa0 2048 java optional gmetric4j_1.0.6-2.dsc
 926553b546e79bd77931171468739ae5 2361 java optional 
gmetric4j_1.0.6-2.debian.tar.gz
 fdbcd091a263fd10b517b8c5cfe241bf 39056 java optional 
libgmetric4j-java_1.0.6-2_all.deb

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

iQIcBAEBCAAGBQJTE4ffAAoJEOm1uwJp1aqDz9QQALyfrWUSLUTrVa6XN2OAHIJ5
KD5w4a9Xh2id0TSvO8/rjKCnyNYDDFsoG45B7yyvqiqiRc8cq3F90EO3cHDiY/Qa
pFnlAdBo5snJcGpSpL0P3UVLsJwDtlZwCxQN/yg8e/EHOWZ8fXfziW2U/PrNEbhi
N25M0iH43wa7ZTnSGoghrDbL8Gk5G+9alBhshnrSvyCZ3vzpZ5xUzHFn+XCjL36L
gTE4cgkWh3vTFXPivtzPH50HmE3P8AtnRaq5X8oKZ7gR4xoW7pyxQMqS1y2Fb3mk
zFRb6faVx+UmFAqt2UeiIJidMVNVH5IIfvEPbkpmePv/r8CusrMvLFtNVrbbN96g
OeONzGyISAs7D8JofkzPBObvEAOcg2HkWB15pOseJZ4GFWAZfhv9mXG/pHaXeoEq
wCMwfMCDUpk646VGn1q1Qzq41l/VnxjEKXYKD59xQe2Nhzcs7nkgPShoDYziY/Bw
B1w/iNO6TsZdKTCGmwtWat/nvc54AB251pSOwLHboUmVgPXMWOp8m1Cuah3Hly1c
FVmXUdlYNM2sSbZwMimoP57jBhoiYZAIXtcYMd9jSQGkPzABEmL4WMPkCyF0GXov
v5Y16vXGOgFiFWvBCoxDNJWjtnMzrmSBUXWVl9P0dZBns7re6qGa+I332Q5Plc21
sMisc3RlHVvez+a+tOdd
=Nssl
-END PGP SIGNATURE-


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



Accepted libnet-frame-layer-icmpv6-perl 1.08-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 19:55:20 +
Source: libnet-frame-layer-icmpv6-perl
Binary: libnet-frame-layer-icmpv6-perl
Architecture: source all
Version: 1.08-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-frame-layer-icmpv6-perl - module for encoding and decoding of the 
ICMPv6 layer
Closes: 740243
Changes: 
 libnet-frame-layer-icmpv6-perl (1.08-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740243
Checksums-Sha1: 
 673ebc556047ece9c3cf5b32fb091e3f31f26cde 2335 
libnet-frame-layer-icmpv6-perl_1.08-1.dsc
 3ab32b599d9ba3c9e434d40670a6776fd9a3972e 13387 
libnet-frame-layer-icmpv6-perl_1.08.orig.tar.gz
 a074773f3842760ae1f304f7706c696bd6fee5fe 2040 
libnet-frame-layer-icmpv6-perl_1.08-1.debian.tar.xz
 187f682e75268dba922bc355d4f1e45000c1019e 40426 
libnet-frame-layer-icmpv6-perl_1.08-1_all.deb
Checksums-Sha256: 
 d023f11133d07ec4d597f875e9b73e130e9fe90727a84932ab2799f2ee34e8ec 2335 
libnet-frame-layer-icmpv6-perl_1.08-1.dsc
 40af10b44ff39ddf8c7ffe156ddc45ce6ee25d3ec20696e4357d76b3e259dbdb 13387 
libnet-frame-layer-icmpv6-perl_1.08.orig.tar.gz
 be097afcd0e96372c5b1ea174452b28c0ba7676c02b64801884921ed6985bd0b 2040 
libnet-frame-layer-icmpv6-perl_1.08-1.debian.tar.xz
 4a37fe879f09dcb8401983fa5a639a18fd63a201d0bd4c544399130255576b89 40426 
libnet-frame-layer-icmpv6-perl_1.08-1_all.deb
Files: 
 c078d80fa2f4cf990a3fdab82ad13457 2335 perl optional 
libnet-frame-layer-icmpv6-perl_1.08-1.dsc
 f84039177ca9efdb405798aa25a544ae 13387 perl optional 
libnet-frame-layer-icmpv6-perl_1.08.orig.tar.gz
 bfccf4e9d7d861bce17fb63e0452ad75 2040 perl optional 
libnet-frame-layer-icmpv6-perl_1.08-1.debian.tar.xz
 9b20b05d7a363595c03b62cd70f6610d 40426 perl optional 
libnet-frame-layer-icmpv6-perl_1.08-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTERVfThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBsURD/9CLFq748tMr4hQ1+E267Tzgk02bvc2swHHz/L3d4a/HN+O
FEws1oGUd6RDwHbamWR7dw/jtTXFSzYYgSsRQfwQWkqZxPmKzCbeVuIKEqvMJoYN
zBXWsVAYA79+lO9VAPnebOIOQD1XhVpTCXv9R6j6hSsRfcAyFGgK5o0IQfo+70YI
6gLWDa4kyAJrgPyYU2nkz+OK4Eq8oLPeWUUrYsa95wzHuuJwQdL7JeDck77gEJlm
RXQ3kSTpD30sJfFClsIo1D2Zik2WpsrWBYKFS7HW7Cs3klPG9pk6pJLLV4jgxZ46
KAGGi9M1Ln+bVzGm1Y/6bxUMgraI/z8CqK3xylXgJrUbWHdIIa44aDNPXczf+D4Q
4gnx5ibwsLfvWheTke3VUP+cnLFIS3CXLstIOB97gy42WmR7dqnGP/y+a9DfIcR9
TmvdLsgkz/eSkoWt57KfC9BC7smKgnfTpr/RmXYPCybAyLxFK78NwCdM7O4FTyo7
kpx6UnnvSJ24QtzynSEaXhwO3IxYaKSIktdSAVqmmitPS83FKWEtRa2g5ovYdFvd
27XUZfVwMB+3Hx13J2H5XjcyDO0vXn01/51xzhUPCCDTgBAZs4NyRznXxLydFU78
uClU9mWRLRxfRlBOHctGgD7sdDLJhbBDpiA6vVFAJKJoOmdfkYK/wLXpzMj1Ow==
=1qZ7
-END PGP SIGNATURE-


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



Accepted libnet-frame-simple-perl 1.05-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 19:54:20 +
Source: libnet-frame-simple-perl
Binary: libnet-frame-simple-perl
Architecture: source all
Version: 1.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-frame-simple-perl - module to make crafting network frames easier
Closes: 740259
Changes: 
 libnet-frame-simple-perl (1.05-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740259
Checksums-Sha1: 
 047f8d3fa76b32df40d69add3b8192597045240e 2261 
libnet-frame-simple-perl_1.05-1.dsc
 a9d08ce08885a6586d6817356e0ee31e267a9605 8790 
libnet-frame-simple-perl_1.05.orig.tar.gz
 0fa5fb3ec0d2364659b6f831410b1da8c44f5649 1568 
libnet-frame-simple-perl_1.05-1.debian.tar.xz
 dcc9653f04aa232ee8521e6eef2964530678f3ec 11086 
libnet-frame-simple-perl_1.05-1_all.deb
Checksums-Sha256: 
 836e9474dd8b9655dc8a1ff0075f832eb240349052eec4cd42f9e01cc2592165 2261 
libnet-frame-simple-perl_1.05-1.dsc
 ba6aae3db07e7bd771165ff74a531eedf2893a174d46891ac03ceda296469b71 8790 
libnet-frame-simple-perl_1.05.orig.tar.gz
 3ee0fada403be978e289b8c26d8afcd387cfb9bed6284715f538f480c1649723 1568 
libnet-frame-simple-perl_1.05-1.debian.tar.xz
 2d7e74f91f9b6a8774a936518b140267133a23f44ef21c45462bf0d5482f503e 11086 
libnet-frame-simple-perl_1.05-1_all.deb
Files: 
 4fe4dbb1b04f458c1449cb83564eff69 2261 perl optional 
libnet-frame-simple-perl_1.05-1.dsc
 3c20f98508d70b0728628533f67ee70c 8790 perl optional 
libnet-frame-simple-perl_1.05.orig.tar.gz
 ad2361984c72910215e25af364b67390 1568 perl optional 
libnet-frame-simple-perl_1.05-1.debian.tar.xz
 db576fc193b876d2fbb7981be0a004bf 11086 perl optional 
libnet-frame-simple-perl_1.05-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTERYPThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBkTPEACSPXnE5BqYqRvvl7oo9GEC/xEKZ/7YJ1cfGq0ltVDwWxPH
4zsXVjDKjYL337HuS143fUrsgGB1MMBjVqzJyUYU4YsL2WDgsotg5tG6bCCLHHpw
LBGhOHu8P3686xw18bxDG42LQw1BVt2duk92F7Tr9InvsjLrYVEYymFcSy3RgaLh
hoPyU1K0LkmExIaMXS7C4vTOYPTNefZRaimpUTEFMzbeoSUgNc6cSgPBgT+kaHO0
RWAfISXqf8fZFdWHvCKi/fbKtYtrsb4ZU8l9z0y2kN5Le8jJirtG/5gaQ6jY1D/Z
PLGPxFCzGsXdmGrcPf0hvaBMSNgTQlbi9IOzqj6D18/dMbn3zExHu7rocRJsmCqz
jHliQEN/MexRKgl/WDZw1b5Be/4x6QFhhfjWYFnj2uQaB4xc0rjjdVDuyVpJMBfE
4+DYuW+c0mI/WeGTA3a3DQykcd7bcn16yCmaSh1cX/gOo/E1hwOfy0qO3XOE0KKF
5hjE9DakMh9QY/cpMzHQp3GOgEZ1p/HvBhXiQeyw1cZVx8mT577trb/gB16TTLWV
kQIvE6pcLssYpaFTt/Ej4hpCEEuQsgcFYi0EOVbJhP5LTjYeEzewLZDjx6l+D/2J
+OohKOdOsGfh1nipMKvkUvz3mwpbL0Bn0Fk2an8hmFfgcpFSiln99TX3ZEe5Ag==
=6Ppc
-END PGP SIGNATURE-


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



Accepted ruby-re2 0.5.0-1 (source amd64)

2014-03-05 Thread David Suárez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 26 Jan 2014 17:08:13 +0100
Source: ruby-re2
Binary: ruby-re2
Architecture: source amd64
Version: 0.5.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: David Suárez david.sephi...@gmail.com
Description: 
 ruby-re2   - Ruby bindings to re2
Closes: 735672
Changes: 
 ruby-re2 (0.5.0-1) experimental; urgency=medium
 .
   * Initial release (Closes: #735672)
Checksums-Sha1: 
 88ee66009aff425fdb8cdec44f2750a70b9243c6 2004 ruby-re2_0.5.0-1.dsc
 523318f2051a36c56c4ec97d76107053c5d7dc31 15747 ruby-re2_0.5.0.orig.tar.gz
 242eb2892fe4b5643691cfcb054c66eb853dd7fa 2132 ruby-re2_0.5.0-1.debian.tar.xz
 c08354ddaee0e40ebb021c88b23067117b2c450c 23268 ruby-re2_0.5.0-1_amd64.deb
Checksums-Sha256: 
 8ee3eaa7769bb525162533fc8d8190d671d5fb96915cbf8dd60072f15e36736a 2004 
ruby-re2_0.5.0-1.dsc
 cb8faae470a45978d603cd350d027ecd807bed952b13837089a67a04aef4c4ab 15747 
ruby-re2_0.5.0.orig.tar.gz
 8fe10660ebd2facb60d90a1a38d8d492224a1a94ae5413b85173ee723acdfadb 2132 
ruby-re2_0.5.0-1.debian.tar.xz
 ff164de704041ef5c12a033558c6a0523a7c61ca2e9e568450f306b8dcc6fca1 23268 
ruby-re2_0.5.0-1_amd64.deb
Files: 
 55bfd3bec9f6a5b3602ea7fefc6fa882 2004 ruby optional ruby-re2_0.5.0-1.dsc
 52414e20a4a10079ffd2f6f906b73794 15747 ruby optional ruby-re2_0.5.0.orig.tar.gz
 3c3d8391c61562b51c9d9c0e05c6b9a1 2132 ruby optional 
ruby-re2_0.5.0-1.debian.tar.xz
 f9e262d64f494fc9504589771e7e48d1 23268 ruby optional ruby-re2_0.5.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTEdYTAAoJEFwT1tuTBS4D2vUP/0AKZXocGDhbe6fVvAShYfOc
tnRQpCOoK+ZhFJpmcFwHXuEynq5vlHomCQ3DlVO3CwFUNbAhbxQhlPFpd85qvYzw
DMG1KXjr64VC7ncIkD7qY3rMe4Fsot9UPPvOsuvx53lJh1kxkZ5noeC2zC4O2RHe
mgh9Q03YzGfYCsCMq922Miq/Qe1NdbATJVn15VLXWuFXBsF1j7TfKCDgzOXRfvcd
MHkPJMuTWn3HCSdedVriJJxOpq2yCbxLiubr15Bc8RXqZ+gHdHLeEibp+itDLoq+
AbtC5srDk9iENr05ZCnNA5ZqUQdqBf78AtPJOmSgyD5eM1vrzRwI0WZ1As0cKItF
42VlTlpC5IL2mS4Va7Gn9cDItt2OOAVAAXcld9PIICXMRc6EaJNpKbjvaXHJ8ChU
VXH5FsAubJNHB1FzxvCxQyjK1FawQVxOIAKGT7gs6PHWtIrs5uujbJe9dzVc0wyn
3A3q72HZ/fZc3WVUv/vpd5Xhx5CQ4hHpkUpT/8epZzJk8sV8/J+SSW4fi3mb+LTo
8Fq+k/lI6cY4+9BldUmA6CseOwCCCV7o+I4cG0nan6jV65yqVJNOYoHN6bF1F6K8
ntRrz4R4Ec0pS3/Tdob0cpWM0lLiNkZtn6sNOyzCCS7Oy4ynMWBFpkmRRrBymJTh
r5iJowxEPm6HmMU15l8R
=u7cu
-END PGP SIGNATURE-


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



Accepted libnet-libdnet6-perl 0.26-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 19:54:09 +
Source: libnet-libdnet6-perl
Binary: libnet-libdnet6-perl
Architecture: source all
Version: 0.26-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-libdnet6-perl - module to add IPv6 support to Net::Libdnet
Closes: 740263
Changes: 
 libnet-libdnet6-perl (0.26-1) unstable; urgency=low
 .
   * Initial Release. Closes: #740263
Checksums-Sha1: 
 c63c5e301dd52509a300bf0333c96118e8fe67c1 2247 libnet-libdnet6-perl_0.26-1.dsc
 82f022e024807d2f6e636bfaa147bfa199fdabe0 7608 
libnet-libdnet6-perl_0.26.orig.tar.gz
 7060af2de1fe1774cdb12a880bbc69b6e4e3134e 1572 
libnet-libdnet6-perl_0.26-1.debian.tar.xz
 bdd4341e06469ff7583e93edaa12a5525aa0ab48 7978 
libnet-libdnet6-perl_0.26-1_all.deb
Checksums-Sha256: 
 1b293424f8c0ff06cc52192983fa2c88f60771a5edbcab68d10f429ebbc8cead 2247 
libnet-libdnet6-perl_0.26-1.dsc
 f9b40461a4e51a42f29514e0d690f5e4142cee92c107eb408cbfd8465afe1d10 7608 
libnet-libdnet6-perl_0.26.orig.tar.gz
 419b2a18ffd7e2639282067bad41018813dabc13b1880141b2b42ae8ccac82b3 1572 
libnet-libdnet6-perl_0.26-1.debian.tar.xz
 a1881a89d0f2c18c0e4258559ddb152833b7ee7c41ac9d8392728ff651ec9489 7978 
libnet-libdnet6-perl_0.26-1_all.deb
Files: 
 87e666f477621c502c61a695f9e4321e 2247 perl optional 
libnet-libdnet6-perl_0.26-1.dsc
 f2a82f3dbf5dcb8b4658a46040b3aab8 7608 perl optional 
libnet-libdnet6-perl_0.26.orig.tar.gz
 b16bc0243c61df83a4daec6c5969f854 1572 perl optional 
libnet-libdnet6-perl_0.26-1.debian.tar.xz
 58736c70ae73a64db8e749bcb420efb7 7978 perl optional 
libnet-libdnet6-perl_0.26-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTERZ4ThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBhVoD/92imu71xVIh3l58mqgsMI5C8MZ2lXOhino+IgS/IE6uOxM
rN3TjEwuIv5w7a2k5IC/htBlRX+MhtOE1WhdI8ZA1fWNK2iSG1I/oFh5zfymBtjF
71mG3ObyHBGxcW2iGNXSALlsZ9lvtYBEbm/Gga3q7aNldh3Zz7rHFDoCPRsTLQ8+
vg86ZuRO6vEzc7zieD4s9jUGykhfhlUwY0XMDC5WX/n4nhVtV7gFBMsezJkGUtXJ
AllY+MU/JFCV1XCmq0SwqFIMqgu1o0PfKRHNoWGEZmNMa9y4vbZeOPpAeJAUbbdt
dNBg5V2l++NbbxCoS0LpqAsf4UceU3Zdg4IDtFP3QrZDyvF9oklRRxY8wu8nznl8
5jui+zOM0w6OSNpDIaU3g4LVuKBVPosCrdwbe4FxXwU1fvwZUSL/X7cnw+KOXhhi
0K+mI8OjRNIVCRYuRvjrZZMr+r6YRjVhHJsxw0kzvVgaaTpt1YdwFVuhBACPOuzI
mEvj9EIXb0qBYYFW4kaXnz0H4OQjbJiG39OjCAKGNI/dfnsoNlxjsj+iJ9PFJKXC
lkVJp7DiDZxm/pi0JkN0Jpvcmw2uLJmSYMdfAL8CtIg9PPADXGBXx9Ex0Y1j1gIO
LHTdspq7dXWbAD2xRfItYmIumtU2fTJHhJD2yipyLD+o9C2skVp03PSt0VR8iw==
=H9CL
-END PGP SIGNATURE-


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



Accepted libconfig-model-tkui-perl 1.341-1 (source all)

2014-03-05 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 13:51:18 +0100
Source: libconfig-model-tkui-perl
Binary: libconfig-model-tkui-perl
Architecture: source all
Version: 1.341-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libconfig-model-tkui-perl - Tk GUI to edit config data through Config::Model
Changes: 
 libconfig-model-tkui-perl (1.341-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Dominique Dumont ]
   * Imported Upstream version 1.341
 * add save/del button to annotation editor:
 * removed experimental given/when
   * copyright: updated years
   * control:
 * bumped std-version to 3.9.5
 * upadted description to mention cme (instead of old config-edit)
 * depends on libconfig-model-perl = 2.050
 * bumped compat to 9
   - removed fix-green-arrow-and-show-hide patch (applied upstream)
Checksums-Sha1: 
 77d1d2b835885fefe74f04af436039a3cc894677 2514 
libconfig-model-tkui-perl_1.341-1.dsc
 a028dcbaa5e826ebb64541981fada3441af077c7 76296 
libconfig-model-tkui-perl_1.341.orig.tar.gz
 a7fd0f68d11fe5a6d97e4dceea1a947dc5005dd5 4800 
libconfig-model-tkui-perl_1.341-1.debian.tar.xz
 3d32accbb719d521b72d74f8b11f34686f9ffa09 65190 
libconfig-model-tkui-perl_1.341-1_all.deb
Checksums-Sha256: 
 f6685b1fd412864186002d3266546207b6c72fcf6e2f596ada908605ff2cb473 2514 
libconfig-model-tkui-perl_1.341-1.dsc
 87821e5f6dc05b5e16bec7f2bc1a48e9dc35850b9c67c588f7e193659c23bf77 76296 
libconfig-model-tkui-perl_1.341.orig.tar.gz
 5498937ab39762f23ff8dd23c7835eae1e5faec163013721978c6e262de9cae6 4800 
libconfig-model-tkui-perl_1.341-1.debian.tar.xz
 746506f5afadaf08cd5a552f91565f24b798fc15fe6d6b652047280596392e81 65190 
libconfig-model-tkui-perl_1.341-1_all.deb
Files: 
 3bdfe0b6f8fda8361fb2e275e1c2dba9 2514 perl optional 
libconfig-model-tkui-perl_1.341-1.dsc
 d30758209d0cf9e23d3c556945a9aeb1 76296 perl optional 
libconfig-model-tkui-perl_1.341.orig.tar.gz
 5caa5c528cb7a2f033b1f413c1736883 4800 perl optional 
libconfig-model-tkui-perl_1.341-1.debian.tar.xz
 8a101907cdf1badbcb24b5df188f4fe2 65190 perl optional 
libconfig-model-tkui-perl_1.341-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTFyFiAAoJEMMfT9lJqyts+MoP/iNefPRX3W2YPWPm8BACR2JN
UXufJynrwUBXfz5KBDN3EEsorUAXJ3T5oTxzlmQ0RFN+sx8vzUne3Ceg9XLEgL9i
TBBzu+ztwPLTfOX4n2w2aYQVaoFbwe2Rahmhf5wyGOWJeFjTBwaqIla2rT+CasBH
DNuUN7v0dao6nAceUiwp82uRPVkI3MKRbWDbgi03TaI7WwBKFxtdyaASaDfHrqWH
upj62IzKG2Ry2TlYgBDinL0ePJnCcEcjyE+NLbG5rJ7Xruz279NzO+KHQORrh92t
dWLRl2GgX+lRgwBRN9umCDlRKoW8PodM8Fr2wuXw9CfVFYmd48GIvKZpseqkt3E1
Vdo6zZgixORPFNTQovF3WM8QXW55pjtNx0wow5UhiJKt2PHhiyeUXwhl6MfpHFI/
X9H9X5fcpcYrrjUuHkPYnhEFhb/UMdJPAqKrcUG9wbEnqEgD0sgNgXEHjkL7ko1f
GVTdx0K8+a/m8drWZzn/b5nfNWy2Ztkvc6JwTjMG5pr7n8N0v0OqMMI87ig4ZVs3
mGBUvvzInCoLstcrPl3PZ46v/N0Z8x2VSa5eVxpwVWYZoVj9o0MRHmM/FSCUuW88
6tJGA2LcoPPxOt+IHr9FSbU/QK3m/gJuaLt0AmBDeeD2VdS+fefU7l2464xBCXL2
5oeYFZ0lYoizOrlO2WR2
=Waow
-END PGP SIGNATURE-


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



Accepted pyside 1.2.1-2 (all source)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 14:13:50 +0100
Source: pyside
Binary: python-pyside python3-pyside libpyside1.2 libpyside-py3-1.2 
libpyside-dev python-pyside.qtcore python3-pyside.qtcore 
python-pyside.qtdeclarative python3-pyside.qtdeclarative python-pyside.qtgui 
python3-pyside.qtgui python-pyside.qthelp python3-pyside.qthelp 
python-pyside.qtnetwork python3-pyside.qtnetwork python-pyside.qtopengl 
python3-pyside.qtopengl python-pyside.phonon python3-pyside.phonon 
python-pyside.qtscript python3-pyside.qtscript python-pyside.qtsql 
python3-pyside.qtsql python-pyside.qtsvg python3-pyside.qtsvg 
python-pyside.qttest python3-pyside.qttest python-pyside.qtuitools 
python3-pyside.qtuitools python-pyside.qtwebkit python3-pyside.qtwebkit 
python-pyside.qtxml python3-pyside.qtxml
Architecture: all source
Version: 1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 libpyside1.2 - Python bindings for Qt 4 (base files)
 libpyside-dev - Python bindings for Qt 4 (development files)
 libpyside-py3-1.2 - Python3 bindings for Qt 4 (base files)
 python3-pyside.phonon - Qt 4 Phonon module - Python3 bindings
 python3-pyside - Python3 bindings for Qt4 (big metapackage)
 python3-pyside.qtcore - Qt 4 core module - Python3 bindings
 python3-pyside.qtdeclarative - Qt 4 Declarative module - Python3 bindings
 python3-pyside.qtgui - Qt 4 GUI module - Python3 bindings
 python3-pyside.qthelp - Qt 4 help module - Python3 bindings
 python3-pyside.qtnetwork - Qt 4 network module - Python3 bindings
 python3-pyside.qtopengl - Qt 4 OpenGL module - Python3 bindings
 python3-pyside.qtscript - Qt 4 script module - Python3 bindings
 python3-pyside.qtsql - Qt 4 SQL module - Python3 bindings
 python3-pyside.qtsvg - Qt 4 SVG module - Python3 bindings
 python3-pyside.qttest - Qt 4 test module - Python3 bindings
 python3-pyside.qtuitools - Qt 4 UI tools module - Python3 bindings
 python3-pyside.qtwebkit - Qt 4 WebKit module - Python3 bindings
 python3-pyside.qtxml - Qt 4 XML module - Python3 bindings
 python-pyside.phonon - Qt 4 Phonon module - Python bindings
 python-pyside - Python bindings for Qt4 (big metapackage)
 python-pyside.qtcore - Qt 4 core module - Python bindings
 python-pyside.qtdeclarative - Qt 4 Declarative module - Python bindings
 python-pyside.qtgui - Qt 4 GUI module - Python bindings
 python-pyside.qthelp - Qt 4 help module - Python bindings
 python-pyside.qtnetwork - Qt 4 network module - Python bindings
 python-pyside.qtopengl - Qt 4 OpenGL module - Python bindings
 python-pyside.qtscript - Qt 4 script module - Python bindings
 python-pyside.qtsql - Qt 4 SQL module - Python bindings
 python-pyside.qtsvg - Qt 4 SVG module - Python bindings
 python-pyside.qttest - Qt 4 test module - Python bindings
 python-pyside.qtuitools - Qt 4 UI tools module - Python bindings
 python-pyside.qtwebkit - Qt 4 WebKit module - Python bindings
 python-pyside.qtxml - Qt 4 XML module - Python bindings
Changes: 
 pyside (1.2.1-2) unstable; urgency=low
 .
   * Mark the AutoDecRef destructor symbol as optional as it chokes on sparc
   * Bump Standards-Version to 3.9.5 without changes needed
Checksums-Sha1: 
 632546a939a52a3a4187dd5e888075cbc2eabb0c 4210 pyside_1.2.1-2.dsc
 d923c495f5e4d8be15c791bca2991a5d83274177 16500 pyside_1.2.1-2.debian.tar.xz
 1e3b4d3f14c3ad17a564a34114d0fe8754dbc598 128724 python-pyside_1.2.1-2_all.deb
 037f02d037ced7e2319ef88c92209262c0c5ae07 128580 python3-pyside_1.2.1-2_all.deb
Checksums-Sha256: 
 ea6eae14db9eb55f7860d3f630e674cbefb081b945f279598d231ac205f91b96 4210 
pyside_1.2.1-2.dsc
 19035619380f4631f58707693ecc5674cd91b88c1ca702b3946311f0cb3a668e 16500 
pyside_1.2.1-2.debian.tar.xz
 bba32717982045da0ec7b0f7022ddabe2cc94fffd41028427b3c108e8661db13 128724 
python-pyside_1.2.1-2_all.deb
 25d61f0674bfe5d484a465f8f4da4135386ab6adff81b7a0e1b4714b20211f68 128580 
python3-pyside_1.2.1-2_all.deb
Files: 
 0b4e8430587fe2069614a1784e88d8b0 4210 python optional pyside_1.2.1-2.dsc
 9906098513930afb2e56c5005c852513 16500 python optional 
pyside_1.2.1-2.debian.tar.xz
 eaa4540b7b5a54bedcb0939c29e9baf2 128724 python optional 
python-pyside_1.2.1-2_all.deb
 2233e132436a24dd7702f53db8dfad16 128580 python optional 
python3-pyside_1.2.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTFyVkAAoJEIvPpx7KFjRVm/4L/1mjwS5g5uy/3V2EajggQNs0
4eLPp5wh57bOYbTK0vubORWj38ihHM8v/AFwExYVHdF49JVc1YrpOHeFu0tH2Ryi
GPrpk99wH97HfPgyaHT3WFBcTHfyC7mqQi+A+OYk8Sz5g6CAb48pPiRqsKWSA6Gg
Ka9WpMtFgDJ7dgiaZL+D29lARTsqRQdN9ejVXMZziR1HS6JqlPd2guMx7A93HQ70
z7mk+ErtHxabHigm6A42mubYd+UGSyKy5RG8bQgR/4TnuqOZmv2ehhgcby62AkBs
N9BPnLrd+3IQloniUJRzcrK7YC36Ovljw5Wjo6TPNx0cAdch00+z3YgIbCI4KYn2
/NZmQJ53VO5DDYqNImsrn1gXhZwijBeALKH16YU63uoZ3keGuP8VVBVaKmssgEXG
ot1vUcG3/o+IffbGczbhvR0w0bbYDAdVF51MNvy+ktvuTS3a/gfeI1Iw48c8vfJz
ikpQnrm+klAPvjo1L2gvNunQARUboYCwLCLPDMCreA==
=Gvho

Accepted simplesamlphp 1.12.0~rc2-1 (source all)

2014-03-05 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 14:18:31 +0100
Source: simplesamlphp
Binary: simplesamlphp
Architecture: source all
Version: 1.12.0~rc2-1
Distribution: unstable
Urgency: medium
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 simplesamlphp - Authentication and federation application supporting several 
prot
Changes: 
 simplesamlphp (1.12.0~rc2-1) unstable; urgency=medium
 .
   * New upstream release candidate.
Checksums-Sha1: 
 6a1ae7e09fb3bb185532abd7255ce9ac42fba738 1595 simplesamlphp_1.12.0~rc2-1.dsc
 87e749907320613e97b0bcddf5b88968354ef72d 2282302 
simplesamlphp_1.12.0~rc2.orig.tar.gz
 79ffd40a67ad27da6d3c9a4580c8ff9f4a03a885 7460 
simplesamlphp_1.12.0~rc2-1.debian.tar.xz
 12f93ce842f28fb4b8461948d390c7d6085f5071 1545188 
simplesamlphp_1.12.0~rc2-1_all.deb
Checksums-Sha256: 
 8af9df6ac0cce1055445c8ca505745ede50024ab026d73e80452b1f84b237b3e 1595 
simplesamlphp_1.12.0~rc2-1.dsc
 926b0a97feeb6f6e8b9170859ad02dcc2bf9ed66872eeeb900f6c97920908bbf 2282302 
simplesamlphp_1.12.0~rc2.orig.tar.gz
 7076a04fab0277c479e78c03952e73753463360b3be5153f7fa0d7e9ee9dee27 7460 
simplesamlphp_1.12.0~rc2-1.debian.tar.xz
 a7c58d197972f43c82214f75ce2228254cb1337a991c24104684cca0016adc65 1545188 
simplesamlphp_1.12.0~rc2-1_all.deb
Files: 
 1940b020c5e92535b27b677fd9dfaaaf 1595 web extra simplesamlphp_1.12.0~rc2-1.dsc
 51a6a89917b599fee5dc8a4bfe402c28 2282302 web extra 
simplesamlphp_1.12.0~rc2.orig.tar.gz
 0ace47f14437bd772af163fe281942b7 7460 web extra 
simplesamlphp_1.12.0~rc2-1.debian.tar.xz
 31f6a2591cef7cc32ecbf0a52c65bb0c 1545188 web extra 
simplesamlphp_1.12.0~rc2-1_all.deb

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

iQEcBAEBAgAGBQJTFyXxAAoJEFb2GnlAHawELYIH/01v7lLdqwwxlJAWOj469+8J
Yv+DUDIMPojZ5PvLP/2H7X6s+ganqnMknaWjF9hnWWpqEImVPE64qiCtIGltzs/E
b045xYZYJeofaMeSD0pCyJDi5LrJ07jbTpewYibkhayX1u9P73h5PeDLsv1Ctqpe
P6aiP1D2TkcR8ERbaOvuZgvwMBMu8WTsmqUPhLaWd+QFAsOBRUhPl2YkIoscnoF+
IQLEIM8wLYKbM6cnqo/tE8ZVkYTj5ZZqyvZJDyvwS8/+2OW00tGTL9wv65Pjfc4s
ZWX8wqU+fFjyhA5mk1NHHYSU3Jzin3/r7zrjrQGNQbQXunxM+tUc1aBQbh0Q1pU=
=43/y
-END PGP SIGNATURE-


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



Accepted mutt 1.5.22-1 (source amd64)

2014-03-05 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 13:51:33 +0100
Source: mutt
Binary: mutt mutt-patched mutt-dbg
Architecture: source amd64
Version: 1.5.22-1
Distribution: unstable
Urgency: low
Maintainer: Antonio Radici anto...@dyne.org
Changed-By: Christoph Berg christoph.b...@credativ.de
Description: 
 mutt   - text-based mailreader supporting MIME, GPG, PGP and threading
 mutt-dbg   - debugging symbols for mutt
 mutt-patched - Mutt Mail User Agent with extra patches
Closes: 172960 413688 482883 509980 541241 546591 580677 592874 602145 631017 
668583 674245 675464 727264 732859
Changes: 
 mutt (1.5.22-1) unstable; urgency=low
 .
   Many thanks to Matteo and Evgeni for preparing this release!
 .
   [ Matteo F. Vescovi ]
   * Imported Upstream version 1.5.22 (Closes: #732859)
 - debian/patches/: patchset re-worked against v1.5.22 via gbp
   - __[tag]__ classification has been introduced with
 this release (gbp pq format)
   - all already-applied upstream patches were dropped
   - most of the patches required simple renaming
 - debian/rules: patch usage modified
   - mutt.org patch popping updated
   - patch path for README.patches updated
   * debian/control: Vcs-* fields updated
   * debian/: dh bump version 7 = 9
   * debian/source/format: 1.0 = 3.0 (quilt)
   * debian/control: S-V bump 3.9.2 = 3.9.5 (no changes needed)
 .
   [ Evgeni Golov ]
   * Refresh sidebar related patches.
 Update the main sidebar patch from OpenBSD, who have ported the latest
 upstream version of the patch to mutt 1.5.22.
   * Drop our sidebar-sorted patch, as upstream has support for sorting now.
   * Drop our sidebar-dotted in favor of Gentoo's sidebar-dotpathsep patch.
 Gentoo's patch has a configurable list of delimiters, which is nice.
   * Re-add sidebar-newonly patch
   * Do not segfault in sidebar-newonly (Closes: #546591)
   * Add nntp patch
   * Fix a warning during configure
 checking for idna_to_ascii_from_locale... no
 ../configure: line 12285: test: =: unary operator expected
 .
   [ Christoph Berg ]
   * Bugs fixed upstream:
   Closes: #631017: crash on group reply
   Closes: #674245: mutt silently truncates IMAP passwords longer than 63
 bytes
   Closes: #413688: GnuPG and GnuPG clients unsigned data injection
 vulnerability
   Closes: #541241: attachment type misdetection for small .tar.gz
   Closes: #580677: default keybindings override user defined ones
   Closes: #592874: User-defined settings are overriden by /etc/Muttrc
   Closes: #602145: Display problems for mbox-files  2GiB
   Closes: #668583: SegFault on verifying gpg key for a message
   Closes: #675464: almost all colors are bright if bright is used for
 normal
   Closes: #172960: %r contains e-mail adress instead of key id
   Closes: #482883: removes custom headers on postpone+resume
   Closes: #509980: Mail-Followup-To removed when recalling postponed
 messages
   * Patches applied upstream are now removed:
   537061-dont-recode-saved-attachments.patch
   537694-segv-imap-headers.patch
   537818-emptycharset.patch
   568295-references.patch
   578087-header-strchr.patch
   584138-mx_update_context-segfault.patch
   608706-fix-spelling-errors.patch
   611412-bts-regexp.patch
   619216-gnutls-CN-validation.patch
   620854-pop3-segfault.patch
   624058-gnutls-deprecated-set-priority.patch
   624085-gnutls-deprecated-verify-peers.patch
   * Use autotools-dev to update configure.{sub,guess} (Closes: #727264)
   * Remove obsolete configure switches: --enable-inodesort --with-sharedir.
Checksums-Sha1: 
 033f1e4a04d2b0d44d61aa2055b4c61d3e204ae5 2182 mutt_1.5.22-1.dsc
 728a114cb3a44df373dbf1292fc34dd8321057dc 3782237 mutt_1.5.22.orig.tar.gz
 f31f46be68e66c04b2dacc7caeb671cb13ca6c19 127428 mutt_1.5.22-1.debian.tar.xz
 406d43b910e5b0502cb34f72c5816e069229b83b 1422732 mutt_1.5.22-1_amd64.deb
 a4e02824a58bc671572ff6331e631488796e14d8 399300 mutt-patched_1.5.22-1_amd64.deb
 addeb5038160e896a6835deedfa38eda5929e4b8 2256278 mutt-dbg_1.5.22-1_amd64.deb
Checksums-Sha256: 
 645ef15f8b7798ff57efdd437ec34a45b09037ca67a965d5bc06068f6704fe0d 2182 
mutt_1.5.22-1.dsc
 8feae890ed0758a5108bafaef27bd8fc9c378675acf25a3c620f2c7b7540f3a7 3782237 
mutt_1.5.22.orig.tar.gz
 457f27388ca5b1fd7a3395a329994f24d7626a914218133d17590ddd7636b2b0 127428 
mutt_1.5.22-1.debian.tar.xz
 9c43a3ceaaace33451c91a91ff94509e126a8344dc05288ceac5c1d31ff10f6c 1422732 
mutt_1.5.22-1_amd64.deb
 a8cf2bec96b5f2304c291abde331d95534129ba9b3eac86cb0ed7fb8c4d9a765 399300 
mutt-patched_1.5.22-1_amd64.deb
 16505ff97fa9fc9c79ba6ba932cd82d3594b9c7e2e445334d530035ab5dfb6b0 2256278 
mutt-dbg_1.5.22-1_amd64.deb
Files: 
 32254b38eda0764fd1908eac96d13715 2182 mail standard mutt_1.5.22-1.dsc
 48267aba1bc53db636777f4a1ec87cb6 3782237 mail standard mutt_1.5.22.orig.tar.gz
 

Accepted burp 1.4.10-1 (source amd64)

2014-03-05 Thread Bastiaan Franciscus van den Dikkenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 13:29:04 +0100
Source: burp
Binary: burp burp-dbg
Architecture: source amd64
Version: 1.4.10-1
Distribution: experimental
Urgency: low
Maintainer: Bastiaan Franciscus van den Dikkenberg b...@dikkenberg.net
Changed-By: Bastiaan Franciscus van den Dikkenberg b...@dikkenberg.net
Description: 
 burp   - Simple cross-platform network BackUp and Restore Program
 burp-dbg   - debugging symbols for Burp
Changes: 
 burp (1.4.10-1) experimental; urgency=low
 .
   * New upstream release 1.4.10 (not stable)
   * Changes in burp-1.4.10:
 - Bug fix for false failure notification when a client tries to
   connect again while a backup is still in progress.
   * Changes in burp-1.4.8:
 - Be sure to close directory file descriptor if fdopendir() fails.
 - Extend the JSON list functionality so that covers all types of listing.
 - Allow the backup to carry on if a filename was too long for the server.
 - Regenerate server certificates if the CA directory exists and is empty.
 - Add machine-readable statistics files for restores and verifies in the
   backup directories.
 - Bug fix for server not exiting after one connection with '-n'.
 - Add 'manual_delete=directory' option. This makes the server move
   directories to be deleted to the specified directory, with the intention
   that they will be deleted manually (perhaps by a cron job) later.
   * Changes in burp-1.4.6:
 - Add client option '-a T', which checks whether it is yet time for a 
backup
   without actually doing a backup.
 - Make the server request the whole file when ctime changes on Windows,
   otherwise changes to metadata when the file content is unchanged will not
   be noticed.
 - Add 'delete' to the client help output.
 - Bug fix for the include_glob code being run on the server side.
 - Bug fix for in the include_glob code not initialising the glob_t struct
   correctly.
 - Get 'include_glob=' in the clientconfdir server side file to work without
   also needing an 'include='.
 - When backing up, open files and directories with O_NOATIME flag so that
   the access time is not changed.
 - Bug fix for no failure notification being sent when the backup directory
   cannot be created.
   * Changes in burp-1.4.4:
 - Bug fix for include_glob xmalloc success check on Windows.
 - Fix long list and status monitor output when a directory argument
   is given.
 - Fix restore problem with backups containing both compressed and
   uncompressed files.
 - Bug fix for an interrupted backup causing a resume when a restore_client
   connects.
 - Bug fix for defaulting 'resume partial' to off.
   * Changes in burp-1.4.2
 - Add a machine-readable statistics file to each backup directory.
   * Changes in burp-1.4.0
 - Add Abbas Khan's RHEL spec files and related things.
 - Add Benjamin Sans's include_glob feature.
Checksums-Sha1: 
 99b509fa65226694c33403beaf49f902cd88c2ca 1652 burp_1.4.10-1.dsc
 5bc770e2be86089e47d9192bd1e75f3f1743dccb 701977 burp_1.4.10.orig.tar.bz2
 3114ea6fc6bc02fba1b508472b9b3cee3afb46d8 23768 burp_1.4.10-1.debian.tar.xz
 0f4ea00325d2bb6f3fedf519cfded0f58695c1a4 174114 burp_1.4.10-1_amd64.deb
 c465aa940be83d82856c2c4f0845d7c4e3e63f69 504820 burp-dbg_1.4.10-1_amd64.deb
Checksums-Sha256: 
 3c28c7ff9a3c27f112cf8068ac187a15c49abc0d9d3dbed18df9bd54367eefec 1652 
burp_1.4.10-1.dsc
 f9e55170656b05c07c7909b7a74867becae2cd88d6a0d2fec94206caf2778c19 701977 
burp_1.4.10.orig.tar.bz2
 ff999555da9302b152a94349ead8f4a8a19949e1437836e8457f65d44da599a0 23768 
burp_1.4.10-1.debian.tar.xz
 7a4237c70bdabca2e3170c19419acae3e958633609edabfe0cac4fd77a7026eb 174114 
burp_1.4.10-1_amd64.deb
 b503d29554c4c41509c28c5ed65ed7062470957d5eb9ff9eea425d7666c690e3 504820 
burp-dbg_1.4.10-1_amd64.deb
Files: 
 54c8319fcc5a13fab0deb77230eb414f 1652 utils extra burp_1.4.10-1.dsc
 b58d8891541fc031887c963dd120ccb3 701977 utils extra burp_1.4.10.orig.tar.bz2
 562229a85676587cf6c8623bf37e923f 23768 utils extra burp_1.4.10-1.debian.tar.xz
 af4ab3e035bcb91fc18bb81fd00de39e 174114 utils extra burp_1.4.10-1_amd64.deb
 7c39ff84115431772f5d67b31785ec52 504820 debug extra burp-dbg_1.4.10-1_amd64.deb

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

iQEcBAEBAgAGBQJTFzoHAAoJEFb2GnlAHawE18YIAJuNs7eBzqTLv9yZQWc6cucR
cBU5gwWNWxn71GD0uCf3xLDDH3UTET2z75qTbILZDB8aLq6xBOzVmzW7Gft03F4a
uwNyhdN8YdwH2zK4hac32BQLR40XfoWHut9BwNk0ZVbCGLvuFYE+ujW+V0MC+GjI
6b8QyAk5JdUQHsddX70m1gefFj9uKEndb4F9B9L5EioMJv7LQhyKrJ0JJikNtTMa
PJyYRsSkYSoaXmB9qbbZsFf2xe9UAzyliX6KIvwprGBgsLgVHQpc7r5qWFJzpCL2
cxgRk+y2rZnoo7xjJE6X7W9BFZ74rbDVSyvTlr6nQAHsooz9hihYqhxU5kRP3eQ=
=Fvyj
-END PGP SIGNATURE-


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

Accepted jemalloc 3.5.1-1 (source amd64)

2014-03-05 Thread Stig Sandbeck Mathisen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 14:09:42 +0100
Source: jemalloc
Binary: libjemalloc-dev libjemalloc1 libjemalloc1-dbg
Architecture: source amd64
Version: 3.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Stig Sandbeck Mathisen s...@debian.org
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 libjemalloc-dev - development files and documentation for jemalloc
 libjemalloc1 - general-purpose scalable concurrent malloc(3) implementation
 libjemalloc1-dbg - debug symbols for jemalloc
Changes: 
 jemalloc (3.5.1-1) unstable; urgency=medium
 .
   * Imported upstream release 3.5.1
   * [0bd04da] Drop build test patch included in this release
Checksums-Sha1: 
 779e06f7a37c67b3524af2f7de41cfd3eb80073b 1355 jemalloc_3.5.1-1.dsc
 c8bf1365baf045c47b780fd837f94b4020b741ed 336555 jemalloc_3.5.1.orig.tar.bz2
 2470751c306c276de323bffa918080b47dca208f 10080 jemalloc_3.5.1-1.debian.tar.xz
 ceb544194d09c7c52a690a6c561ff17cb3f23571 173944 
libjemalloc-dev_3.5.1-1_amd64.deb
 616e0b6e7424cce52e20b06dc0db62c032e39568 85540 libjemalloc1_3.5.1-1_amd64.deb
 268a7e01f89b27c055b47be42467f12f3581252e 330978 
libjemalloc1-dbg_3.5.1-1_amd64.deb
Checksums-Sha256: 
 05785e789e9230b13326ce824adab8badb1f05acca989c62d90a40a85da76dde 1355 
jemalloc_3.5.1-1.dsc
 1a09f2570167ebc5fba4ddcc09176575d8acbb77017faf27797b9ab7f38f349f 336555 
jemalloc_3.5.1.orig.tar.bz2
 9314bb8dba97b3a4d82c4706b01685f5db23c1e1834e21c05938528c89c706db 10080 
jemalloc_3.5.1-1.debian.tar.xz
 2b691c1a97af414bd11a899537f72cef201080a8801ffe9bb830cfc4a063596a 173944 
libjemalloc-dev_3.5.1-1_amd64.deb
 4e07383eb2d9c50a454cef4e2b4b5575007cd0bf4adcb5e2ef034b48ab6c724a 85540 
libjemalloc1_3.5.1-1_amd64.deb
 825d27f14503093a20e440c3dd419b2f2e5fd920780da06d6064f29f3d2c2432 330978 
libjemalloc1-dbg_3.5.1-1_amd64.deb
Files: 
 91f85a478cdfaed0d00ac276654811d9 1355 libs extra jemalloc_3.5.1-1.dsc
 43a6ce2f60d14d58c4b28b73b8b70cd2 336555 libs extra jemalloc_3.5.1.orig.tar.bz2
 0e70084b42170d0d087f9113f654fb27 10080 libs extra 
jemalloc_3.5.1-1.debian.tar.xz
 9ae7eb799dbd4abc4114548c5e72f1af 173944 libdevel extra 
libjemalloc-dev_3.5.1-1_amd64.deb
 2a017069bcf3b9400fb4ff9fc1146a85 85540 libs extra 
libjemalloc1_3.5.1-1_amd64.deb
 90c454155ae4f3b39c279c79f09fd015 330978 debug extra 
libjemalloc1-dbg_3.5.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXIsEACgkQQONU2fom4u4exwCgpzjJlvv6JnpfR6IlkiCKwrWq
SYIAnRQkJ8df34l/9Iia89DOGRUaAYxj
=ivHs
-END PGP SIGNATURE-


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



Accepted expeyes 3.1.7-1 (source all amd64)

2014-03-05 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 Mar 2014 18:43:19 +0100
Source: expeyes
Binary: expeyes libej0 libej-dev expeyes-clib expeyes-firmware-dev 
python-expeyes expeyes-doc-en expeyes-doc-fr expeyes-doc-common microhope
Architecture: source all amd64
Version: 3.1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description: 
 expeyes- hardware  software framework for developing science experiments
 expeyes-clib - hardware  software framework for developing science experiments
 expeyes-doc-common - Common files related to the User manual for expeyes 
library
 expeyes-doc-en - User manual for expeyes library, in English language
 expeyes-doc-fr - User manual for expeyes library, French translation
 expeyes-firmware-dev - hardware  software framework for developing science 
experiments
 libej-dev  - hardware  software framework for developing science experiments
 libej0 - hardware  software framework for developing science experiments
 microhope  - hardware  software framework to learn microcontrollers
 python-expeyes - Python library for expeyes
Changes: 
 expeyes (3.1.7-1) unstable; urgency=medium
 .
   * upgraded to the newest upstream version.
 - better management of user files when there is no previous environment
   set
 - smoother access to the documentation
 - i18n and French l10n
   * versioned the dependency of exepeyes on python-expeyes
Checksums-Sha1: 
 3ab34b0bd0ae2e934bcb3cc4e208e03cec1ac100 1663 expeyes_3.1.7-1.dsc
 8a04a79a1a2a48928a11cb745730057ea75b0eaa 26962386 expeyes_3.1.7.orig.tar.gz
 ee10427896468cec6a296f8d3bcedb4fd337ea28 3232720 expeyes_3.1.7-1.debian.tar.xz
 8b44afa0d46566d79c305113321d273d00752683 581148 expeyes_3.1.7-1_all.deb
 7d71a9a6fbf9303b43823d1305e671d6a5c9caed 16066 libej0_3.1.7-1_amd64.deb
 65fef21d7128e94780c25e30a23908226ee0195f 17016 libej-dev_3.1.7-1_amd64.deb
 b3718eca23c56abe24763ed3c234e02de4ad632e 13024 expeyes-clib_3.1.7-1_amd64.deb
 4fafa95c69a4cff486a8faf65fc36ecb4b543873 23564 
expeyes-firmware-dev_3.1.7-1_all.deb
 6e84475b31474db6be125588ce24d1eb8f82fda3 30318 python-expeyes_3.1.7-1_all.deb
 9f9e6c389043a82945146a14289381b7c232b06c 5538432 expeyes-doc-en_3.1.7-1_all.deb
 822580a01a6fa4b10d50af4d642fe6fe0034573b 14230380 
expeyes-doc-fr_3.1.7-1_all.deb
 362bf125eec81e384a52e8ea8ded74af17bec83c 34456 
expeyes-doc-common_3.1.7-1_all.deb
 257a7ece4727bb8541b30c3cd6d048050116fa5f 3350032 microhope_3.1.7-1_amd64.deb
Checksums-Sha256: 
 00af6e1a78da77e40fa766553b9c0002e97c7df1e7425f055c927af1cd8c4868 1663 
expeyes_3.1.7-1.dsc
 b75611e61a249e9ccf6a7be124d29163a390559e41723abd971d0e70c0630d3c 26962386 
expeyes_3.1.7.orig.tar.gz
 c30245c0b9dc13089ac0318f8afcb1b6c0891563e1eee1b0b395f79d2135fd87 3232720 
expeyes_3.1.7-1.debian.tar.xz
 a8bbf16ffdf7b79ddaa01b26eda653ca2a0a2a981a1d6b8803dabb99ea5f0712 581148 
expeyes_3.1.7-1_all.deb
 6c326da649bd63fb9a9e9fa79cd1d9566a7f21197eca59b520039034eb18b68b 16066 
libej0_3.1.7-1_amd64.deb
 d3bd01d9bcb851bceaa7d99b7a7d0c312090c363ab07a5b80148a33de1403810 17016 
libej-dev_3.1.7-1_amd64.deb
 1948f4bb948344ee1de1d86f640ed86594f18c298337a4a6747f019168e20238 13024 
expeyes-clib_3.1.7-1_amd64.deb
 43a4e23344ab99d2f18d9c8f7d41eda5e9089c44946e404156aa05bf38959661 23564 
expeyes-firmware-dev_3.1.7-1_all.deb
 f529af36c6535422cd75e89b9ecbbcba7c43f0ca0cc8be5c2ff4db1c86dd1a63 30318 
python-expeyes_3.1.7-1_all.deb
 5611d7135c4e2cd5e244f5200243b5b2fe7f5d609bf7aa31039ed4211bc6cabc 5538432 
expeyes-doc-en_3.1.7-1_all.deb
 dcf32f23039a6aa8448166ce5f9d84321d768aa08c59774593df834dd5241f43 14230380 
expeyes-doc-fr_3.1.7-1_all.deb
 c0b3c33901f13d02171a49f9a83d27756916b0153933b629e1099be850c8e613 34456 
expeyes-doc-common_3.1.7-1_all.deb
 b5f8de2de8d9095cfc8ca6cc98b0282ae14361f12a215bbb7067570449334748 3350032 
microhope_3.1.7-1_amd64.deb
Files: 
 096af9b36cf5bc6165a7b00259c2d9e5 1663 science extra expeyes_3.1.7-1.dsc
 a3e165869843cda8bacff7efeb9e11d9 26962386 science extra 
expeyes_3.1.7.orig.tar.gz
 cea4cd4b9fa8da590ec19a38247521bc 3232720 science extra 
expeyes_3.1.7-1.debian.tar.xz
 f06a301e1eb543d285d739c1c77e0427 581148 science extra expeyes_3.1.7-1_all.deb
 33d63b70e968630285c4596367fa7869 16066 science extra libej0_3.1.7-1_amd64.deb
 1226adbfa4c3c7cd4bf863c59a78a332 17016 libdevel extra 
libej-dev_3.1.7-1_amd64.deb
 03122cb99952ca04b4b0e3f2e02f011d 13024 science extra 
expeyes-clib_3.1.7-1_amd64.deb
 53ae6346cc860d1d782c044bba61699d 23564 devel extra 
expeyes-firmware-dev_3.1.7-1_all.deb
 8bd56222e21032da9040ae3c96162724 30318 python extra 
python-expeyes_3.1.7-1_all.deb
 75ed818e6c3b70cfedd69516b1fc312a 5538432 doc extra 
expeyes-doc-en_3.1.7-1_all.deb
 93b74872aa542c2440ac105e8c3e4845 14230380 doc extra 
expeyes-doc-fr_3.1.7-1_all.deb
 8ccc958801a2913a7660245d0e2f1146 34456 doc extra 
expeyes-doc-common_3.1.7-1_all.deb
 76e9e6e577af61a8fa9bce0b3bdf0e42 3350032 science extra 
microhope_3.1.7-1_amd64.deb

-BEGIN 

Accepted libqb 0.17.0-2 (source amd64)

2014-03-05 Thread Martin Loschwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 14:44:10 +
Source: libqb
Binary: libqb-dev libqb0
Architecture: source amd64
Version: 0.17.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Martin Loschwitz madk...@debian.org
Description: 
 libqb-dev  - high performance client server features library (devel files)
 libqb0 - high performance client server features library
Changes: 
 libqb (0.17.0-2) unstable; urgency=medium
 .
   * debian/patches/buildfix-dvossel-1.patch: Add an additional fix by dvossel
 to ensure proper building of libqb
Checksums-Sha1: 
 7e8ec5e81d18699db624aeab8b91d82e0fce7a61 1237 libqb_0.17.0-2.dsc
 26b1de3b5048142c53228de6290c942ae608a91d 4120 libqb_0.17.0-2.debian.tar.xz
 261eb01b96717061b683062944023af29f727bb8 141116 libqb-dev_0.17.0-2_amd64.deb
 b922424ec426678750af8475ae573eafbf1ad128 87394 libqb0_0.17.0-2_amd64.deb
Checksums-Sha256: 
 07790def754c927e9a3b7aa289891a96fccb1c61dd87a6d2940f5ef8474f422e 1237 
libqb_0.17.0-2.dsc
 620543bab1e82760a096029edca7473451fd02b5bc71fc14c6f9851efa4d03c2 4120 
libqb_0.17.0-2.debian.tar.xz
 8319243902727e3dc018fb53870657ca04917435dfca241e0fe49905b028571a 141116 
libqb-dev_0.17.0-2_amd64.deb
 3b49298c8d8526a6b535e4e6d530076e445c34e5557bcf0b28bae4db07b984b9 87394 
libqb0_0.17.0-2_amd64.deb
Files: 
 dbbb93958741f5221db07013df2f9c9b 1237 libs extra libqb_0.17.0-2.dsc
 909238668db19c19c7d8e4be5da0b3b1 4120 libs extra libqb_0.17.0-2.debian.tar.xz
 3dbef2bbb75d3d052f8a8bcfe237979a 141116 libdevel extra 
libqb-dev_0.17.0-2_amd64.deb
 3d243f81de277b2dcfe5483e2f544edd 87394 libs extra libqb0_0.17.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXOZ4ACgkQHPo+jNcUXjDGfgCfdk459798jPlFj2E8shlHQP6X
+5EAoJeE4MOpjaabcI37lY01nhtpvQi+
=BdMy
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wldcm-00016y...@franck.debian.org



Accepted python-numpy 1:1.7.1-4 (source amd64 all)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 14:16:36 +0100
Source: python-numpy
Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg 
python-numpy-doc
Architecture: source amd64 all
Version: 1:1.7.1-4
Distribution: unstable
Urgency: high
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 python-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python-numpy-dbg - Fast array facility to the Python language (debug extension)
 python-numpy-doc - NumPy documentation
 python3-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python3-numpy-dbg - Fast array facility to the Python language (debug 
extension)
Closes: 740318
Changes: 
 python-numpy (1:1.7.1-4) unstable; urgency=high
 .
   * Team upload
   * Urgency high to fix coinstallability of kfreebsd in testing.
 .
   [Julian Taylor]
   * debian/python3-numpy-dbg.install:
 - fix duplicate files in dbg package of kfreebsd (Closes: #740318)
Checksums-Sha1: 
 38b89cc55cf9eb32741add270274e694fa383e45 2299 python-numpy_1.7.1-4.dsc
 012d63a375007f0087b9ddc2cea21ea22e549346 137592 
python-numpy_1.7.1-4.debian.tar.xz
 1911984d0db6582bbcc08bc11834b15acc78191f 1486028 python-numpy_1.7.1-4_amd64.deb
 b1a925c37fe6a260e81dbf72fbdf3025c7604182 2425098 
python-numpy-dbg_1.7.1-4_amd64.deb
 ef1976412980b1d590e5f2cb3d3cef4ea4c21564 1535082 
python3-numpy_1.7.1-4_amd64.deb
 e0b6705c8306a6aef6c670ff8b799ae725829a8a 4554030 
python3-numpy-dbg_1.7.1-4_amd64.deb
 77c7cbe3ce1d448390bbeae7546d83dbd26b5be7 3895090 
python-numpy-doc_1.7.1-4_all.deb
Checksums-Sha256: 
 762996c3adcb5c0e3bb6669e5d10aa56dbb8b29ec37ad10a338d32c3735eaf7e 2299 
python-numpy_1.7.1-4.dsc
 83f9912b111acc88fcec8cabf752b142d9d7eed06b472becd8231fada1ceae08 137592 
python-numpy_1.7.1-4.debian.tar.xz
 c01635cba4010542d822127a5eb421de77814f7e01d5400bb294b35583a9ee7f 1486028 
python-numpy_1.7.1-4_amd64.deb
 f3f50f100d658f9756146962fac6f401dce3e0ab2a5e5e8b53a3b2045d79ba99 2425098 
python-numpy-dbg_1.7.1-4_amd64.deb
 712974ebc9202598ab2dfa9a612571641516427ccad782cd717019509ce7717a 1535082 
python3-numpy_1.7.1-4_amd64.deb
 acf675b4be6da48d615e06ebcb24bc617eb2023d562aed24cd54fc0609494e64 4554030 
python3-numpy-dbg_1.7.1-4_amd64.deb
 8a7357bfab62d1b6cd2e40d29b49d3a7c0fa30f48c238e06acc05377e5362e83 3895090 
python-numpy-doc_1.7.1-4_all.deb
Files: 
 cf57889be07bbc987f48c1859cd02907 2299 python optional python-numpy_1.7.1-4.dsc
 54f925b14c8c3f69f593a6f4ce677157 137592 python optional 
python-numpy_1.7.1-4.debian.tar.xz
 1a2359f92d9d6c321629429df6a33b6a 1486028 python optional 
python-numpy_1.7.1-4_amd64.deb
 6284c9399daf9ef39426c64c38dd717e 2425098 debug extra 
python-numpy-dbg_1.7.1-4_amd64.deb
 764ae948d1a73d4309fda897d1b05e7d 1535082 python optional 
python3-numpy_1.7.1-4_amd64.deb
 9863787d37c8c7d354626ded254511df 4554030 debug extra 
python3-numpy-dbg_1.7.1-4_amd64.deb
 69f849f766c52540ba35b99e71fe3945 3895090 doc optional 
python-numpy-doc_1.7.1-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTFz0VAAoJEIvPpx7KFjRVWrwL/1e/hYaFEJsCItce45kgkupi
fxMKq1t4C9lnrYZETIEOvacfHDzGiojrKV8Uo8Xj182uv5mqPb3ncyUBJhnSP2qw
awJKlSKx5rhmC4Vhn9pr8anJ4xm7V3VA3gzK5pnO6XY77kWYo1sWXmExQoI1OM49
ljUQanNMXWZ2eHpaD4wNTk62kl/E1R0Bn3TBC15AkOXerQljFcrshxaZFLdXDL6T
wmV636wh8NkWwzIxyYUlT0gy6YFgLr93h5nNBqBWXqvNMx00HGSL77Pl5MqhreMz
8+ZtVDr3CuiEgS56FjJK6mxDwio+ubWenFnoddY0a19xSaqvG2FBQr9JNbpdvror
KlfdffZt4n/KDWWW0nfHiHz0gkXTihLNdW7BowuTWOU5fuY35nkTs/U/c08BxpVz
nJvRtSZdkMhGbyh8Cijzg4Hyid2oDcHSRVK0Z7EfQ7N7VWuQke/UMpfflYT1Pa9X
jiLd5DpaAA/GqF6LBPyDsRNffYSg4nwz+GDb0t7plw==
=aeZp
-END PGP SIGNATURE-


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



Accepted cjet 0.8.9-5 (source amd64)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 16:26:23 +0100
Source: cjet
Binary: printer-driver-cjet
Architecture: source amd64
Version: 0.8.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 printer-driver-cjet - printer driver for Canon LBP laser printers
Changes: 
 cjet (0.8.9-5) unstable; urgency=medium
 .
   [ Bart Martens ]
   * Add debian/watch
 .
   [ Didier Raboud ]
   * Move the repository from collab-maint to printing; update the VCS-*
 fields accordingly
Checksums-Sha1: 
 b29e64fbe1170c275b843817ce163575c5471939 1698 cjet_0.8.9-5.dsc
 d44bdc06205a61151459f782ed04b156f10fc647 3852 cjet_0.8.9-5.debian.tar.xz
 ff558ae0340923e2328bbbdc9383b6e2ddc49e06 23946 
printer-driver-cjet_0.8.9-5_amd64.deb
Checksums-Sha256: 
 82913052ac161f0c6da84c44be41c173f3d9fe647faae0e0543f2980e2b8c39b 1698 
cjet_0.8.9-5.dsc
 787cbc25af2ff981fbe6f161cad8cfa6b64373ab04103dc10630afad32c9e680 3852 
cjet_0.8.9-5.debian.tar.xz
 87a5bfa1e95b1cb8bc22843d81f959d36ffd6cf1237414b1838310032b2e26ac 23946 
printer-driver-cjet_0.8.9-5_amd64.deb
Files: 
 fb7d87a8a3251d2994335095303d8e63 1698 text optional cjet_0.8.9-5.dsc
 ab2b81209062901c50b34c670a8fd758 3852 text optional cjet_0.8.9-5.debian.tar.xz
 6523d53c5d80e4e0ba4679b0c99b2ce5 23946 text optional 
printer-driver-cjet_0.8.9-5_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTF0NiAAoJEIvPpx7KFjRVY+gL/AwYeHrzdjcUFnDFZzdxyoJc
9wKuBOtlB/qkZK8p1r57V0qSQ58eiBAhDwFPvbgt/Y+qnGndHBSZy+6KPFy76AbA
+BoyhC+6i/92elZIP1HldIdWKgK+q/QKWWPPI9uxqfsNZzymlhEv5SljJPJvaCK3
bznQAw3ZZ9glYbcG7TOdpylDxYm9fMnbyZZwkWDC5Mq9TKxgeByR+S/NjzRxxkoB
hpdF93wezQjpkIW7fWqSYjmoqY7iQbEe2AxX3zi/k4OglXa9XQkLJbOG+cuw/zK4
+cBS18LGyH1OzHGJY32Iy2VA8FFsthBCgZ6xNtXQGfAahN9ucjerURMphotTSiou
mwgpGix882JgdE42RBJcfLzG7DKCZNy5Y7C58QpCOZWu41jmu4VczUDNU4SMAK11
9L8CCCwvESZbBiRXYWQ5k0aPzoam2D5tLn61FCozyqGYsBzvOvT9DmbgvyEKy480
LvkUoutELSe2Y/9l002Bqi15UfkzFG+vYYVa5eromA==
=KcAN
-END PGP SIGNATURE-


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



Accepted c2esp 27-1 (source amd64)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 15:32:36 +0100
Source: c2esp
Binary: printer-driver-c2esp
Architecture: source amd64
Version: 27-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 printer-driver-c2esp - printer driver for Kodak ESP AiO color inkjet Series
Changes: 
 c2esp (27-1) unstable; urgency=medium
 .
   * New 27 upstream release
 - The compile and install system has been changed to
   autoconf/automake
   * Updates for version 27:
 - Refresh debian/copyright
 - Update debian/watch to cope with the latest upstream naming scheme
 - Drop all debian patches, made obsolete by the new upstream
   * Move the repository from collab-maint to printing; update the VCS-*
 fields accordingly
   * Bump debhelper depends to 9; sync with compat
Checksums-Sha1: 
 898632dbad2b7d81d1851d6681ab9922f6a41973 1755 c2esp_27-1.dsc
 628f76dd61d81b6fcabb458644f0426f4ed34c34 143551 c2esp_27.orig.tar.gz
 892151f637a7fa30b51044bbf08e6d34bb8af47e 3992 c2esp_27-1.debian.tar.xz
 15e0b28f77ff971183c8da050904ee4ef7264bd6 32990 
printer-driver-c2esp_27-1_amd64.deb
Checksums-Sha256: 
 6f4a2943d04f63f264fdc9a239e278253c7a32ed5b783e704cf46889cf4ee161 1755 
c2esp_27-1.dsc
 f095f9cbb539cd48b75cec6fe2f844ba0cb8866ce5e4318ad4ca5ba0224396d4 143551 
c2esp_27.orig.tar.gz
 d6b4e232ac900975a6c20b87ee48b38c4e78648af7faefcfd298358da827371c 3992 
c2esp_27-1.debian.tar.xz
 ffcdbc00990ea9f53dc0c35738797040fe79812bf9f0c735ae327e79bed0ce4b 32990 
printer-driver-c2esp_27-1_amd64.deb
Files: 
 5ea038b5ba2d66f913675fe0819d2138 1755 text optional c2esp_27-1.dsc
 dd63fb1aa1c551ecfd1f3c585b36db74 143551 text optional c2esp_27.orig.tar.gz
 9028e14a19864c8ae3cd85a88f421cb4 3992 text optional c2esp_27-1.debian.tar.xz
 fe5fc51091f9f901aee208c4d381dfc7 32990 text optional 
printer-driver-c2esp_27-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTF0GcAAoJEIvPpx7KFjRVITAL/32bIbdLL/glTSfagJRQOeIX
O70gbz2XLI7SKva9o2UEafUI8VggFn3Y1XQ7VBfIuppc2Hc+jmzSuipXH+2LsWry
9qfkrHO0z8mNjCRSVvo6hTx1xzKLfkr2G50nJQd65eImvOFqz5Te/nwJEzsDvzNh
w/ez+BlfN62dbjAsNDB7QAEOOgQCfeOCbaXF60oru6aqgtJDF+1lvn83AGcPLj8x
+WDVNwawrG8tyEmbLGsCyQzpiicdehUxb6GKRAGUBA1mKSQsLmKesnyyhEJghXO8
jhdqCmbskfxkDY7LjvXEDofaIEkNufksa7sQo0aoGEviTc04RiGxA28p51EDGkCx
sU7o1ASMzmayN43VI211TgYYG/2FxjGLFLUMjhRijf2XY7rbb1x4e3CI5SWevo6Z
WMKTUtIvUEWG1vLFIdyF9IlxRXx0cNyaEmptgziqgHJYXywpSSmfrbeEHWmhP91V
CsxejJ7G1evO84G1sxqpi3YHFPTk5Imwy3mETAz3UQ==
=lbLm
-END PGP SIGNATURE-


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



Accepted libhttp-tiny-perl 0.043-2 (source all)

2014-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Mar 2014 16:36:45 +0100
Source: libhttp-tiny-perl
Binary: libhttp-tiny-perl
Architecture: source all
Version: 0.043-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libhttp-tiny-perl - Perl module that implements a small, simple, correct 
HTTP/1.1 cli
Changes: 
 libhttp-tiny-perl (0.043-2) unstable; urgency=medium
 .
   * Add libhttp-cookiejar-perl to Recommends and B-D-I.
Checksums-Sha1: 
 ebc0dff1d8bb233050552f2fe5ce8940e66356e5 2292 libhttp-tiny-perl_0.043-2.dsc
 2eb0d24e14f05f6637ee823611a6457f06304605 2744 
libhttp-tiny-perl_0.043-2.debian.tar.xz
 9829bf7c20424f4d63fbfa51471540bfd1fa8bb3 33826 
libhttp-tiny-perl_0.043-2_all.deb
Checksums-Sha256: 
 f3ed6663818a202b2570ba530e0a13115e4adc33178e2c406791f1ceda875f07 2292 
libhttp-tiny-perl_0.043-2.dsc
 ec3d4418f3749a85e6de1affa4b7ea476c3308bbf379ab96470e2d2a1636d2e0 2744 
libhttp-tiny-perl_0.043-2.debian.tar.xz
 cf58b28b48fb3daa26b6c41fc27b3b3966a1559ffbcc2d12b01dc5ea7f8b3b55 33826 
libhttp-tiny-perl_0.043-2_all.deb
Files: 
 efe64aab5442fe27de474f4aae04f71c 2292 perl optional 
libhttp-tiny-perl_0.043-2.dsc
 7bcfb2d874539b0cc2e5ebe5e505197c 2744 perl optional 
libhttp-tiny-perl_0.043-2.debian.tar.xz
 536894924319dca084799d2f096b67c3 33826 perl optional 
libhttp-tiny-perl_0.043-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTF0UFThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBslhEACZiwtLw9fjoEHAJso/ooX9tHcLlnZEaYfoniIFSk4jJjWJ
OCdNJbPjKexlFps3DLAZAjUW/jpQHI3P/UF/WOSnZFwAs9mITnifCJJIs+aZB4s6
8o8KA7kjkp0NGs/P28SfJrOX+XYfJcl6lRvlCSzHtuKMvV12+xZBPnlPR8iqU/aW
xzjm1RY2UU//E+Cln4VmUHz2LnpiYwsvJwjuKTxPbXQD6fEMuGZcRaBzigf1qfYc
oHycNvtWxqb0k1U15qTx7IOnOg8bkCG24X2Bxu+JiTYb1zgQIU5z5K6jttSFvCs2
IFPln4HBspcmilrPzdTdWOZnDiORn7bKWAJsKKSZN3/VNaoZuVDVpzGK1AdTFzOo
/8maAidQ/7UGntc4Zdjeo+CIJLyzgreTrV4E8w29D+BFs4KyQ71NNQso1X3beGc+
J/qLMDgsWpVGDkQw/MynuNVQLI+EZK3/FiRyykgH6CD/aBBYD5MtEw34Ublf1uOi
XEYjeLlVM5CDSC6uhmn0vOaLBlvQEaReNgLs62yqGSzcG9tCqcj/SF9S+63q0m1Q
3f4BOM1yWz1yWL57kMitxnLhfAS7TGXG6YWf3cCUEX147B0OU1tQdxEuHZCfcrB1
B3IqjxQruhtRCXeCHrphdPdcE6AvEVFsHfO447sb8T8YnH2Qdr9ABrN9s7aagg==
=KL51
-END PGP SIGNATURE-


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



Accepted dymo-cups-drivers 1.4.0-3 (source amd64)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 16:35:22 +0100
Source: dymo-cups-drivers
Binary: printer-driver-dymo
Architecture: source amd64
Version: 1.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 printer-driver-dymo - printer driver for DYMO label printers
Changes: 
 dymo-cups-drivers (1.4.0-3) unstable; urgency=medium
 .
   * Move the repository from collab-maint to printing; update the VCS-*
 fields accordingly
Checksums-Sha1: 
 bbd9de4a5eb3c4aa8420936ffa3056a85715ec18 1936 dymo-cups-drivers_1.4.0-3.dsc
 459e356dcab39ff67e5ce20b57272a2d18451c41 2676 
dymo-cups-drivers_1.4.0-3.debian.tar.xz
 41ce0028dc1ede4205a3a719bebcdb01d8db97d4 48250 
printer-driver-dymo_1.4.0-3_amd64.deb
Checksums-Sha256: 
 c65db8d30f7c6908e89fefebaf4e4d34a2b2df5b2ea68cdbcf75292a5a3b7a08 1936 
dymo-cups-drivers_1.4.0-3.dsc
 53843d968a059def306e7b7c8f0af10a7929f49812bc8209983b3ea4e400c2f7 2676 
dymo-cups-drivers_1.4.0-3.debian.tar.xz
 ecfdfbb7075d6b36da5f213af47296b9970a9887d642255f8ee8ad79a252ef5c 48250 
printer-driver-dymo_1.4.0-3_amd64.deb
Files: 
 5401e8686cd544b08147cafd1ce36af7 1936 text optional 
dymo-cups-drivers_1.4.0-3.dsc
 e05d24edb6ac1d0a938da836b65b7296 2676 text optional 
dymo-cups-drivers_1.4.0-3.debian.tar.xz
 aa42ae30e1a6a7902791850ac9ff13c5 48250 text optional 
printer-driver-dymo_1.4.0-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTF0ltAAoJEIvPpx7KFjRVOSoMAIjUSei9O6cbOohDsZtrv2er
5NGiwKgdk7pp1iwK2hI6S/ArzdjsMJIuQb3Fh6sylVDE9FrHROUt33b4Kl4kaxby
X+vM6JJRroy5faEcOPK+RZ5v+sMtPCcXgy5bdWYnjOuBHVA1MQaurXldOR+KFbC7
CQJJuXLTQQJe4Xm7R5hgXLqzfwYiLyzHOOL+iIMT7KlIX0iooZMHEABjpUeLip/n
7Tr8n3M4+YYlQZnlzWSHe4p7zCobO4AxTlnfLRhpzPtEFY+gWHxMY8iwcpuNV1oq
F3p8Q+7yTVqQu1R44RFYPadUwOjgccbMLDP2mu/uPlFuU9ytpiI8TbSO19rbZ77w
h5lK974tae07cpzBTLDlBygTVFfOsFcuwrjvkVzreQZ2hFaCzrtz5XSOcF2YCd7f
FXlw+CpZn/ZiC+8O/VWAXKPoRrZZuNpp127cYpiK3K+Q2upV/sqPqRPvwdVTbQ6M
wZ4ZFD5+/ok4ePs3fpuToL9W8Knt+Jn2Gdla1M92UQ==
=uDew
-END PGP SIGNATURE-


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



Accepted kde-l10n 4:4.12.3-1 (source all)

2014-03-05 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 10:12:06 +0100
Source: kde-l10n
Binary: kde-l10n-ar kde-l10n-bg kde-l10n-bs kde-l10n-ca kde-l10n-cavalencia 
kde-l10n-cs kde-l10n-da kde-l10n-de kde-l10n-el kde-l10n-engb kde-l10n-es 
kde-l10n-et kde-l10n-eu kde-l10n-fi kde-l10n-fr kde-l10n-ga kde-l10n-gl 
kde-l10n-he kde-l10n-hi kde-l10n-hr kde-l10n-hu kde-l10n-ia kde-l10n-is 
kde-l10n-it kde-l10n-ja kde-l10n-kk kde-l10n-km kde-l10n-ko kde-l10n-lv 
kde-l10n-lt kde-l10n-mr kde-l10n-nb kde-l10n-nds kde-l10n-nl kde-l10n-nn 
kde-l10n-pa kde-l10n-pl kde-l10n-pt kde-l10n-ptbr kde-l10n-ro kde-l10n-ru 
kde-l10n-sk kde-l10n-sl kde-l10n-sr kde-l10n-sv kde-l10n-tr kde-l10n-ug 
kde-l10n-uk kde-l10n-vi kde-l10n-wa kde-l10n-zhcn kde-l10n-zhtw
Architecture: source all
Version: 4:4.12.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 kde-l10n-ar - Arabic (ar) localization files for KDE
 kde-l10n-bg - Bulgarian (bg) localization files for KDE
 kde-l10n-bs - Bosnian (bs) localization files for KDE
 kde-l10n-ca - Catalan (ca) localization files for KDE
 kde-l10n-cavalencia - Southern Catalan (Valencian) (ca@valencia) files for KDE
 kde-l10n-cs - Czech (cs) localization files for KDE
 kde-l10n-da - Danish (da) localization files for KDE
 kde-l10n-de - German (de) localization files for KDE
 kde-l10n-el - Greek (el) localization files for KDE
 kde-l10n-engb - British English (en_GB) localization files for KDE
 kde-l10n-es - Spanish (es) localization files for KDE
 kde-l10n-et - Estonian (et) localization files for KDE
 kde-l10n-eu - Basque (eu) localization files for KDE
 kde-l10n-fi - Finnish (fi) localization files for KDE
 kde-l10n-fr - French (fr) localization files for KDE
 kde-l10n-ga - Irish Gaelic (ga) localization files for KDE
 kde-l10n-gl - Galician (gl) localization files for KDE
 kde-l10n-he - Hebrew (he) localization files for KDE
 kde-l10n-hi - Hindi (hi) localization files for KDE
 kde-l10n-hr - Croatian (hr) localization files for KDE
 kde-l10n-hu - Hungarian (hu) localization files for KDE
 kde-l10n-ia - Interlingua (ia) localization files for KDE
 kde-l10n-is - Icelandic (is) localization files for KDE
 kde-l10n-it - Italian (it) localization files for KDE
 kde-l10n-ja - Japanese (ja) localization files for KDE
 kde-l10n-kk - Kazakh (kk) localization files for KDE
 kde-l10n-km - Khmer (km) localization files for KDE
 kde-l10n-ko - Korean (ko) localization files for KDE
 kde-l10n-lt - Lithuanian (lt) localization files for KDE
 kde-l10n-lv - Latvian (lv) localization files for KDE
 kde-l10n-mr - Marathi (mr) localization files for KDE
 kde-l10n-nb - Norwegian Bookmal (nb) localization files for KDE
 kde-l10n-nds - Low Saxon (nds) localization files for KDE
 kde-l10n-nl - Dutch (nl) localization files for KDE
 kde-l10n-nn - Norwegian Nynorsk (nn) localization files for KDE
 kde-l10n-pa - Punjabi (pa) localization files for KDE
 kde-l10n-pl - Polish (pl) localization files for KDE
 kde-l10n-pt - Portuguese (pt) localization files for KDE
 kde-l10n-ptbr - Brazilian Portuguese (pt_BR) localization files for KDE
 kde-l10n-ro - Romanian (ro) localization files for KDE
 kde-l10n-ru - Russian (ru) localization files for KDE
 kde-l10n-sk - Slovakian (sk) localization files for KDE
 kde-l10n-sl - Slovenian (sl) localization files for KDE
 kde-l10n-sr - Serbian (sr) localization files for KDE
 kde-l10n-sv - Swedish (sv) localization files for KDE
 kde-l10n-tr - Turkish (tr) localization files for KDE
 kde-l10n-ug - Uygur (ug) localization files for KDE
 kde-l10n-uk - Ukrainian (uk) localization files for KDE
 kde-l10n-vi - Vietnamese (vi) localization files for KDE
 kde-l10n-wa - Walloon (wa) localization files for KDE
 kde-l10n-zhcn - Chinese Simplified (zh_CN) localization files for KDE
 kde-l10n-zhtw - Chinese Traditional (zh_TW) localization files for KDE
Changes: 
 kde-l10n (4:4.12.3-1) experimental; urgency=medium
 .
   * New upstream release.
   * Remove fa and tg packages, no longer distributed upstream.
   * Remove patch: konsole_fr_nofork_option.diff, applied upstream.
Checksums-Sha1: 
 e5f78aac27b8689e7f45ebf19ae615b3774b 18299 kde-l10n_4.12.3-1.dsc
 01aded7d56b9d71a5e3c9654f92bc6c882b0fab5 3308764 kde-l10n_4.12.3.orig-ar.tar.xz
 6d6711b90b5e396700aff2cc646eb82296d1fe49 2055716 kde-l10n_4.12.3.orig-bg.tar.xz
 0d682ce8aeb38869133927b2a1ea3aee084159ef 2359852 kde-l10n_4.12.3.orig-bs.tar.xz
 aa0b59e63eee148a03e32c3f61b0469e33128f55 12235244 
kde-l10n_4.12.3.orig-ca.tar.xz
 0c94bf94200bcfc82398b2f6a79eae84933facc7 2324520 
kde-l10n_4.12.3.orig-cavalencia.tar.xz
 164ec4b2ddcb9eda1115d33b7d18a3a44667f132 2967792 kde-l10n_4.12.3.orig-cs.tar.xz
 e21b7fcf5e63eb5b00de5980cc07e69d90ae9d4a 13327228 
kde-l10n_4.12.3.orig-da.tar.xz
 73debd468386f278fc284909e988e0c6104c1dad 36162268 
kde-l10n_4.12.3.orig-de.tar.xz
 7e75ab1da62d23ba64cb71ea8f949674821670ee 

Accepted libchart-clicker-perl 2.87-1 (source all)

2014-03-05 Thread Jotam Jr. Trejo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Mar 2014 21:21:41 -0600
Source: libchart-clicker-perl
Binary: libchart-clicker-perl
Architecture: source all
Version: 2.87-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jotam Jr. Trejo jota...@debian.org.sv
Description: 
 libchart-clicker-perl - module for creating attractive charts and graphs
Changes: 
 libchart-clicker-perl (2.87-1) unstable; urgency=medium
 .
   [ Jotam Jr. Trejo ]
   * Imported Upstream version 2.87
   * Updated years of upstream and packaging copyright.
   * Upgraded Standards-Version compliance to 3.9.5
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
   * Refresh patch (offset).
Checksums-Sha1: 
 916c02514a681a755d910bc1aa093059c7ce0c04 2619 libchart-clicker-perl_2.87-1.dsc
 0473afe5bd3af94eaff6870b83c78ea965ef0d23 72743 
libchart-clicker-perl_2.87.orig.tar.gz
 0f8f41dd7e9620020649b7d68618d51f6c261018 3316 
libchart-clicker-perl_2.87-1.debian.tar.xz
 9fd8538f1cb13a075153940d74f7db20fb375dfb 145776 
libchart-clicker-perl_2.87-1_all.deb
Checksums-Sha256: 
 c49a12659d02266f4d0cccfbb9b0ab8d5bd487a94ca5c6ddfa8663a9e8e63eec 2619 
libchart-clicker-perl_2.87-1.dsc
 397fc498ccc5a831e97a9736e36a65a43cfeaeaebd6ec4cf1a17280133934b2f 72743 
libchart-clicker-perl_2.87.orig.tar.gz
 a1ad7287c26e2f6922031dfbe2d9c811d68f2bbd797cf0d4a1721a92f11e8e66 3316 
libchart-clicker-perl_2.87-1.debian.tar.xz
 dfbb76042d352943a9d9cf108abdcb0330a160785734f8395632babf1771b8d5 145776 
libchart-clicker-perl_2.87-1_all.deb
Files: 
 43581fb22b6b35531983d96dd51d9395 2619 perl optional 
libchart-clicker-perl_2.87-1.dsc
 dd2da39dbae5cca3f27190b6922b3251 72743 perl optional 
libchart-clicker-perl_2.87.orig.tar.gz
 a85eee0b02779472d9a12b2c44da9d69 3316 perl optional 
libchart-clicker-perl_2.87-1.debian.tar.xz
 e33ab558cf1a6b7fda186785ffb818c1 145776 perl optional 
libchart-clicker-perl_2.87-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTF0oBThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBsGYD/0Z/XInaqxrOQy9MYoNtb83in9hRKQCKJ84Zj9NJCWBWbbu
fwSwrZ4mOirs1jaY704mqFHJ25Ld7nGxAewREFnF6HXT7BhuNcKysYZ7N9K8362a
fBl7Uq5eKv8N3OGkKckN2Dfp1F8Y6aTwC9cZbJwFOY7GxwJb4mKZgsNYJ4+kL4YK
OE/bdwXjLqaJTIkhXK+/TNeReyc/cs1KlWztrY7CW0dSJxirWqj7gWpNna02jJYg
RI/iWc0cXmVGaizG25sWWT2p6OtMJ0LjgQBvGi8V52QvpXoaFkdpm/nHQlNj1NCB
gHaeHhr1QGCRCB3ZW1qGnNqvi/rRAkyQjneEKeqk8rkY9iac7r/K0fhuVqhtoCu4
vKxJAEG91ulNgZ8BdKjcCOgIl36Wo9VGCxNtYPlWEPRhpyQ+2o+Ns6/q9KNSrpWX
OsqFHfTLb3/19FIWX6CYD9LBkl9+xRR3uGvAUkDGS1xzm/hA8yaJUE9lroH9oV3h
SHFWyC2/z6DYCvphi002TuULRXupn/X+BsZ9BY75hwKo9KlSzHmNq9rKBzT9tA6X
Pk9zw6icGEUw5wWNWWs5mH8oCy3DiWhHygHJ/FNgtIzg7KlGfkhl87jqmDLokFiF
NRyvDQGT4waxV96BjAsYNzACvlMjHRgv8cnwitORMxKajAiGsYRP7Tszakg/3Q==
=64Zm
-END PGP SIGNATURE-


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



Accepted libnet-appliance-session-perl 4.140230-1 (source all)

2014-03-05 Thread Jotam Jr. Trejo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Mar 2014 23:21:41 -0600
Source: libnet-appliance-session-perl
Binary: libnet-appliance-session-perl
Architecture: source all
Version: 4.140230-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jotam Jr. Trejo jota...@debian.org.sv
Description: 
 libnet-appliance-session-perl - module for running command-line sessions to 
network appliances
Changes: 
 libnet-appliance-session-perl (4.140230-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Jotam Jr. Trejo ]
   * New upstream release.
   * Update years of copyright.
   * Upgrade debhelper compatibility level to 9.
   * Add /me to Copyright and Uploaders.
Checksums-Sha1: 
 e0801b11d746b456c80ecdef0890c3d6b1a63682 2548 
libnet-appliance-session-perl_4.140230-1.dsc
 1d10a308d7dfcebda4d4fa4a4c11660e4f6587f1 31722 
libnet-appliance-session-perl_4.140230.orig.tar.gz
 5c7b071528d66f5c8d448d8e136c2ac15101596e 2304 
libnet-appliance-session-perl_4.140230-1.debian.tar.xz
 f3106bcfcff237f142baaee99706c8d0a01ae838 27508 
libnet-appliance-session-perl_4.140230-1_all.deb
Checksums-Sha256: 
 5199b7d940f61ad545f5dbad9287cd119dde6e14c7c81f6063b4d3414f83e605 2548 
libnet-appliance-session-perl_4.140230-1.dsc
 c99fdae5971b21fde2deb3bd0d9e36dbf985bc627599b1c59c570794bfdade0c 31722 
libnet-appliance-session-perl_4.140230.orig.tar.gz
 1d9228fd36ea54242ab2026e6add745988d367978f5d1d6c71fd934d61098166 2304 
libnet-appliance-session-perl_4.140230-1.debian.tar.xz
 505c09deff11e3e87fab2d96a7ae7209a0811548360e47a128ea3025507e0804 27508 
libnet-appliance-session-perl_4.140230-1_all.deb
Files: 
 ea7461cb6236b8995a4e8d4f4d6969f4 2548 perl optional 
libnet-appliance-session-perl_4.140230-1.dsc
 d24a1e9f2df58fa24efb3c2d18018d5c 31722 perl optional 
libnet-appliance-session-perl_4.140230.orig.tar.gz
 563c9bc77a8f9b6304447cb9e2443b1e 2304 perl optional 
libnet-appliance-session-perl_4.140230-1.debian.tar.xz
 c5304855f3588f0ec9f7b981d469f99d 27508 perl optional 
libnet-appliance-session-perl_4.140230-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTF0qPThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBozaD/4ucYqD3YGnv/A81YwEXT5J6c94t0okoRSZQ0fA8hmT+JEq
4wz/sBkcR8pSnO9XjlLhv6aZfX18rj2gQhcm/4LtZi/ha2faMlxUPrg7B1PJMb9Y
nrrudoFKUtX5mM5NQGmx+1ihOVZ4R/PkdGOqKRxLls4jsvUOhxxXXDf1UleIoIHM
ZcHX6977h84Q+xdkvQXdvNt1uYWH+qSmarng3PNGcYGewxWXTHPU9itCcT7MgQ2z
EH5M7ITuufUBu+/DjbgZPYxa6iHDDVB3ghPadDzR6Ph67jkKZWmH2dU2ONqilcxg
eriwNp3quM5Ngr+mtp0Oz2hFCJ7YPIYyhS/dObLPiWopee9l7UK3rQwW0PvpJ8xN
MH+6OKtUwwKHoLWEd4e5VsH2yV6WDe6KbZNNwlXE5thpfj1L9rS4C4JAcE9CUugf
nElWTULoGT+cHaPjBzG1lgqKUVSaX3U01Pq33SIBGs/N279Op6uai1lVcp/2Mr40
WtJzsOqxfYtfaGSNb4NRsvJyC58wBLJunmP4IBocXRTQ2OxLMibyv6lBHQuI16E8
bL0Ut8TDeCMAzrNE8jBucf6A/VEUHrF8gHmwO4HUXilih8arIp7WnRp8prOxsC7R
/Le3QFQBlYYILbWCPfhkYkDK/rjN84dLD8B2f43VdIm02/q8FW/oIiNwtKgm5w==
=gB0n
-END PGP SIGNATURE-


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



Accepted libnet-akamai-perl 0.15-1 (source all)

2014-03-05 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2014 20:24:13 +
Source: libnet-akamai-perl
Binary: libnet-akamai-perl
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Daniel Lintott dan...@serverb.co.uk
Description: 
 libnet-akamai-perl - Perl module to interact with Akamai
Changes: 
 libnet-akamai-perl (0.15-1) unstable; urgency=medium
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using cme fix dpkg-
 copyright
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Daniel Lintott ]
   * Imported Upstream version 0.15
   * Bump debhelper version
   * Add myself to uploaders
   * Update debian/copyright
   * Declare compliance with standards version 3.9.5
   * Update (build-)depends to specify version for libmoose-perl
Checksums-Sha1: 
 646f16b22e5ea9636c4ae454658818696b10e1df 2339 libnet-akamai-perl_0.15-1.dsc
 d4435c2772fbb93548ab68e5559c06714eabf971 30528 
libnet-akamai-perl_0.15.orig.tar.gz
 a18838cd37c3546cdeb1fc01b8639026308f1ffe 2180 
libnet-akamai-perl_0.15-1.debian.tar.xz
 ed319f1abb92f8a46f535f9bebb14e1419f69d05 15502 
libnet-akamai-perl_0.15-1_all.deb
Checksums-Sha256: 
 67b9d11d8a242e5227a7af078b44d239401f4237d6f6aad17ceb17b6c7f6181e 2339 
libnet-akamai-perl_0.15-1.dsc
 52a787f621d867e107bfe852b540e331bbcdd2a4bb1f2227be1aebc18ee19918 30528 
libnet-akamai-perl_0.15.orig.tar.gz
 37dc321847efc843fa916337bce0044862df95f670f919a84338feb6c3a91a9e 2180 
libnet-akamai-perl_0.15-1.debian.tar.xz
 9d29e43a93da199a5ac7b5c9288983ca79cf7846afc04cc8bc8c471de744d695 15502 
libnet-akamai-perl_0.15-1_all.deb
Files: 
 419fd1229ebcc17ff95019b1bc915760 2339 perl optional 
libnet-akamai-perl_0.15-1.dsc
 34c625b3cd0dc624dd228530c3e0c8c7 30528 perl optional 
libnet-akamai-perl_0.15.orig.tar.gz
 3a815531774079a9c8273fba6d0b5d1d 2180 perl optional 
libnet-akamai-perl_0.15-1.debian.tar.xz
 ff3ffcb566af4f25e68f7f9a61952789 15502 perl optional 
libnet-akamai-perl_0.15-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTF0xxThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBvFUEACrgrqhMvRcUbNlhzXDu6Od0zC3cSw7lokwfdkceP/u/YrM
GkZDIaCNe8fkQBGI2WkzsxVt3KnYn7FfEJkZo2Eq8/WV/7YFHa4g7wG9tQyH/rEv
nnMdit6FCmeEcvnMYZokN6z0FXf8D5QEwC4CjrVkvfU/aVHwttK5D4acq4b7hSiv
DZy3EutrQ5FNRo6ku5Qfk1dTqK8UHrNKuAxrAwNoyNZx/XmbLnoFO6gIsq4c4QIV
N8CehoHdZrGptfe1e41MqG1R+kxglYSr1ywKg6v5mwmSrOt0ngyxC+ePZFR7ZcW2
LzJJ1uYleNctDf54CioJJ2j4+UuR3KIs8QCoL5FSvFZSL9WsMqO/CnIZY6nmcnTk
g1ALRb99ucDF2DwHu5On/QAtBxOZ00FgAQ8BSF23VP9fF1pvaJZlMW2kUIenQjD9
c0mx4LadbjdxqcsLQra4Y6jq4HCu4aVlxSuHnXWz8sM/I0cPFXnF4aWyUF5E8FKL
/ePPLHZ3Pjw1e2FuBNPPbJ8iS/VFwyD9nxUN300MzZPACksdIoS2UjTwRBJDGEVG
vnxUz3iQSl3aEW8ynU3Z910sjetcxRLcubJA73WfGK6b5/q47lPrqq47vR2scinh
M8E9yihrQSyxIcz0A4YsCF2K9iOJEjeMIcYqYbolUTvxVZpweMvnyXUXiboNVQ==
=cydF
-END PGP SIGNATURE-


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



Accepted epson-inkjet-printer-escpr 1.3.0-2 (source amd64)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 16:59:34 +0100
Source: epson-inkjet-printer-escpr
Binary: printer-driver-escpr
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 printer-driver-escpr - printer driver for Epson Inkjet that use ESC/P-R
Changes: 
 epson-inkjet-printer-escpr (1.3.0-2) unstable; urgency=medium
 .
   * Move the repository from collab-maint to printing; update the VCS-*
 fields accordingly
Checksums-Sha1: 
 9fa97b2550e27d5fec7e90ee956e56bad8e557d5 2020 
epson-inkjet-printer-escpr_1.3.0-2.dsc
 04d5d6e90ee14c178b8164063945c153bbf6087c 4656 
epson-inkjet-printer-escpr_1.3.0-2.debian.tar.xz
 d72cf6a8d127f9ea1dfb8ddee92e1df51a08ed42 149014 
printer-driver-escpr_1.3.0-2_amd64.deb
Checksums-Sha256: 
 e2cfd2285cbcc1e3271d8d7edf742029f95e75fa62346ec02e94577a1d7e0b1f 2020 
epson-inkjet-printer-escpr_1.3.0-2.dsc
 27769c8dab61aee44f2e6d33467629290e1b34889cb0d7b2d9c8b01d1f9512c5 4656 
epson-inkjet-printer-escpr_1.3.0-2.debian.tar.xz
 b6748e1e26a7d45c63391fbd56736178b9787a600b9d9837a35ad9211b65473a 149014 
printer-driver-escpr_1.3.0-2_amd64.deb
Files: 
 f67084a2b94bcf1633c8694ab99a 2020 text optional 
epson-inkjet-printer-escpr_1.3.0-2.dsc
 2606ffb4328d81c45d69057d879cb627 4656 text optional 
epson-inkjet-printer-escpr_1.3.0-2.debian.tar.xz
 603b10159b4446194b1177094111 149014 text optional 
printer-driver-escpr_1.3.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTF057AAoJEIvPpx7KFjRV3PkMAJAYL4by/w0kb7g/IvEUlqQQ
qtyqAeH9e/rFGh74bJeuKJjEh3aOCdn/QsLX7pvLXVeDb+PFhnnFl+h2glFBSL01
IUkLSUD9mKuZeTGPUSglrZozPWwlY3bw9qQoQvtzHxzv+8YyPWvZFP43OaEEfloO
+V8bZSknACmX3mFPumk676+XqEq0Wjry0QZM2MwoAWz9HdeLsuHoJ2G+Tl6Mr+Fi
XW0wBwYoWoVz/SqD5/TDU+il6kxMOxzkgbM0OUnl9lyzy3TnbC78A01nekgSHnjF
V6if72yfNXdalBR0hm0ACs1M01f8g+FHxUhI9cucIcLSB/ti+NpE8YsFj9imjMiO
oG7h7AdDz9jddc/3qvIaelpDbcSa/Wo9RR+x0XKlj5SWW9B7Ij9kFTL+Tf8H1Ir3
xrtGRW+bODuXM69CPVXzBZw67OcAP/73jmvrE5IxJTdY3QvPF2TiN52tKrguT8AE
MwkBgQgxEaOlLYWNohCHdvOZGwYsV1rbTmpu77rLGg==
=NUtE
-END PGP SIGNATURE-


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



Accepted clamav 0.98.1+dfsg-2 (source all i386)

2014-03-05 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 03 Mar 2014 16:49:54 -0500
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.98.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 710260 733035
Changes: 
 clamav (0.98.1+dfsg-2) unstable; urgency=medium
 .
   [ Adam Conrad ]
   * Stop using a cargo-culted syscall table and trust the glibc headers
 (Closes: #733035)
 .
   [ Louis Bouchard ]
   * debian/common_functions
 - Fix slurp_config() that is sometimes not discriminative
   enough which leads to invalid configuration files (LP: #799623 )
 .
   [ Yolanda Robla ]
   * Add autopkgtests (Closes: #710260)
 .
   [ Sebastian Andrzej Siewior ]
   * unit_test: check_clamav: skip .rar files if there is no rar support to fix
 test failure (and FTBFS) when tests are run
   * configure: use pkg-config for check so test is detected and tests will run
 .
   [ Scott Kitterman ]
   * Add pkg-config to build-depends
   * Remove rule that touched libclamav/version.h since it is no longer missing
 in 0.98.1
Checksums-Sha1: 
 a4539144afa2a0f9d9031d1176611daafe6e4c22 2637 clamav_0.98.1+dfsg-2.dsc
 3589744485fd3e496cb8e4404faf2f47ea520d67 295712 clamav_0.98.1+dfsg-2.diff.gz
 38d5e8fe5b645c904b15846e0428b28c71a57ba0 325628 
clamav-base_0.98.1+dfsg-2_all.deb
 d58e18e92850ac7380f5111d54653fb7bd77a971 3081392 
clamav-testfiles_0.98.1+dfsg-2_all.deb
 d97df3a6a19eb5590e42662e1d66e9e1af60a10d 1249478 
clamav-docs_0.98.1+dfsg-2_all.deb
 e7d07edd1a9bc01acb2f3f1a4aeee73b79826258 3410916 
libclamav6_0.98.1+dfsg-2_i386.deb
 b1d1d405bf529867938440962afc3f5bfc9e6b3c 297954 clamav_0.98.1+dfsg-2_i386.deb
 ead5f2be14527b8b9d328e14a1a73bf6d5950897 346066 
clamav-daemon_0.98.1+dfsg-2_i386.deb
 58e9747543d5803696e7df98ca8596926d8eeae7 326746 
clamav-freshclam_0.98.1+dfsg-2_i386.deb
 9a5a6fd08324e0e0e4b9eb9eb4819aeb654891ee 383084 
clamav-milter_0.98.1+dfsg-2_i386.deb
 2dff7e3cd53fbbd70e6a57cec6d290dfad723088 231422 
libclamav-dev_0.98.1+dfsg-2_i386.deb
 64a5c954173b7962d1ce18192266aacde99eb69d 24673406 
clamav-dbg_0.98.1+dfsg-2_i386.deb
Checksums-Sha256: 
 2af4db2f3bbb8dfdea75af80a277c3c4a8e3baa67db1e137baa6915488bf121d 2637 
clamav_0.98.1+dfsg-2.dsc
 a44835e3bded66332b3dde5547f1ebf0b3bf4b99a3dc3fc1b6b8a2092cc922ee 295712 
clamav_0.98.1+dfsg-2.diff.gz
 b396b8da105e1fd429622ea1d6f45bd01c23073a09d0624885f8b955cf9edecb 325628 
clamav-base_0.98.1+dfsg-2_all.deb
 7a4128b34a38a6bf54e6462e0186f14940802d4333f6f2704de45d80ada38706 3081392 
clamav-testfiles_0.98.1+dfsg-2_all.deb
 1edb30c54a9f1687fc617ce9deec9e0f0165a9b3b73220ca720b0b63b6080f1d 1249478 
clamav-docs_0.98.1+dfsg-2_all.deb
 f8b27e7f8c8d7e59f11abaf9f0cd4d11162f06d2c0f3d2c1af88762330f7d0ba 3410916 
libclamav6_0.98.1+dfsg-2_i386.deb
 e3d0d3f280602f31a6f55b54f24c18e50a485d67f4b25e5365a46ee88cc36459 297954 
clamav_0.98.1+dfsg-2_i386.deb
 c5d3d5ac4269fd74cdaab08087b4281a3a1c543298ba0fe7d42556b79fa1ebdb 346066 
clamav-daemon_0.98.1+dfsg-2_i386.deb
 21843b99babf07b716a4c5085a34b35c113b6c522fdbbd7ad6ed69d09acacd12 326746 
clamav-freshclam_0.98.1+dfsg-2_i386.deb
 074651094938e349323230933930f4a40990f4e8dff8e7e6c30c40c693a44a36 383084 
clamav-milter_0.98.1+dfsg-2_i386.deb
 bb6aca77104a28502d9e756ddd58f4fb1d2c64debda247b25c1a4affad8a0f1a 231422 
libclamav-dev_0.98.1+dfsg-2_i386.deb
 559f73275e28a5d363c28d93c15cb45d962d6179209415df686ba4cd6f5d1cd9 24673406 
clamav-dbg_0.98.1+dfsg-2_i386.deb
Files: 
 b8e0f51b03f01ec3bd333b2cccdc6326 2637 utils optional clamav_0.98.1+dfsg-2.dsc
 e75042af65c6a346c7b4968b631211f0 295712 utils optional 
clamav_0.98.1+dfsg-2.diff.gz
 c5912919ce3ea7a5cd86c540584e65ba 325628 utils optional 
clamav-base_0.98.1+dfsg-2_all.deb
 d9f6925cd7d3f208048ab87a9ac77ed5 3081392 utils optional 
clamav-testfiles_0.98.1+dfsg-2_all.deb
 680388669428c30736f4f9edae5a63e6 1249478 doc optional 
clamav-docs_0.98.1+dfsg-2_all.deb
 1d201a753580679749467020699c72f3 3410916 libs optional 
libclamav6_0.98.1+dfsg-2_i386.deb
 154a01c6c92ff714c5b6734937fe410f 297954 utils optional 
clamav_0.98.1+dfsg-2_i386.deb
 65db254687a4a3071f22872b71adc229 346066 utils optional 

Accepted unattended-upgrades 0.82.3 (source all)

2014-03-05 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 18:23:05 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.82.3
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 740847
Changes: 
 unattended-upgrades (0.82.3) unstable; urgency=low
 .
   * restore python2-apt compatibility, thanks to Simon McVittie
 closes: #740847
   * ensure rewind_cache() does never cause a broken state
Checksums-Sha1: 
 1a2aed760719f98e51e1af7bd2b150a53b36df48 1088 unattended-upgrades_0.82.3.dsc
 321f052de16c3675d063ae17537bcd005ad245b3 15 
unattended-upgrades_0.82.3.tar.gz
 a5e29cdc7dd38e6f897ac3a787d4f6c567531ae5 46896 
unattended-upgrades_0.82.3_all.deb
Checksums-Sha256: 
 6021ad01571a1a204407be96a80dde378e0827f60cdd075896721d615707fba1 1088 
unattended-upgrades_0.82.3.dsc
 8ba15af9568b2ae3a30c1e232c843f9ead222fdcadb76f699dad2347c7024562 15 
unattended-upgrades_0.82.3.tar.gz
 0b548db3cc22565e513288a441ea4539cf7c53d9da4931eb99d472a25a40228b 46896 
unattended-upgrades_0.82.3_all.deb
Files: 
 49e2e9c52a5a850bb7cdd4762823a77e 1088 admin optional 
unattended-upgrades_0.82.3.dsc
 6d3a0482da204bb6020a3b9c46e23171 15 admin optional 
unattended-upgrades_0.82.3.tar.gz
 41918a2e124b5e857e5ede976ff1d246 46896 admin optional 
unattended-upgrades_0.82.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXX/0ACgkQliSD4VZixzSQMgCaA2ptdn8x7LLL/Wudsggg2J79
bgYAn3pbOmfok8c+hMEiYIQ5K2eZcE+l
=Uqkw
-END PGP SIGNATURE-


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



Accepted ruby2.1 2.1.1-1 (source amd64 all)

2014-03-05 Thread Christian Hofstaedtler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 18:22:58 +0100
Source: ruby2.1
Binary: ruby2.1 libruby2.1 ruby2.1-dev ruby2.1-doc ruby2.1-tcltk
Architecture: source amd64 all
Version: 2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Terceiro terce...@debian.org
Changed-By: Christian Hofstaedtler z...@debian.org
Description: 
 libruby2.1 - Libraries necessary to run Ruby 2.1
 ruby2.1- Interpreter of object-oriented scripting language Ruby
 ruby2.1-dev - Header files for compiling extension modules for the Ruby 2.1
 ruby2.1-doc - Documentation for Ruby 2.1
 ruby2.1-tcltk - Ruby/Tk for Ruby 2.1
Changes: 
 ruby2.1 (2.1.1-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.1.1
   * Update lintian overrides
Checksums-Sha1: 
 473689afcfe8fff14561780d337b458224ca9174 2300 ruby2.1_2.1.1-1.dsc
 c6508d7adc9969f84ec93a766ada9af684472f7d 8001516 ruby2.1_2.1.1.orig.tar.xz
 0b703135face744104160294eb89789f3e1ecc46 78916 ruby2.1_2.1.1-1.debian.tar.xz
 3811db3cfe0aa0b9422688999f09723fce6d5952 255848 ruby2.1_2.1.1-1_amd64.deb
 6f10ff75947d3b6fe557e0bf03d9c51359b1f5d1 3247282 libruby2.1_2.1.1-1_amd64.deb
 2e26699cadf202845a383bd41e06532e20344665 1141750 ruby2.1-dev_2.1.1-1_amd64.deb
 538dabb38308e722289cef252f888d30811d00c6 3343052 ruby2.1-doc_2.1.1-1_all.deb
 15e89e26c6489cbf4ec822d1ead1eb99b0790d03 460796 ruby2.1-tcltk_2.1.1-1_amd64.deb
Checksums-Sha256: 
 f0bf6331fd40a1d197ffae2ec18b2382434e08be5bf0fda5e5859c8fd05a6fa9 2300 
ruby2.1_2.1.1-1.dsc
 8338ae14ac4579e423347d09d10b12f3e361d6322054fce1c9923103dff040cb 8001516 
ruby2.1_2.1.1.orig.tar.xz
 1b07a8b7e1902ae37e1fb975e0de791ba2bfa1014e396d7dab6d1e64d763814d 78916 
ruby2.1_2.1.1-1.debian.tar.xz
 056b6f5ee6d47c35d897adeb9f8b482ce5b20273c8aefc7a9b3342e6b07c97d5 255848 
ruby2.1_2.1.1-1_amd64.deb
 5d6c77d7c8d04c2024b75197d01c7db70e44ddd00ffd7abc5f4ff8cff53f4581 3247282 
libruby2.1_2.1.1-1_amd64.deb
 03b85455f7acb600dcfa35a5a6d1f61978e4c1834c3c64e7c49fde9f8da9b126 1141750 
ruby2.1-dev_2.1.1-1_amd64.deb
 a1145fdc9139da3fcf1d473c214d654c23ea3d1fb9ce7ffe800f6f9ea407145b 3343052 
ruby2.1-doc_2.1.1-1_all.deb
 71d24ab91fd5329d95912201048a1717f10dbdba9e1aca5909a72496f6dfd6dc 460796 
ruby2.1-tcltk_2.1.1-1_amd64.deb
Files: 
 2fa7be42d36527332ff493418bd5fd38 2300 ruby extra ruby2.1_2.1.1-1.dsc
 a74c04b13124b589b45c8abec82dbd94 8001516 ruby extra ruby2.1_2.1.1.orig.tar.xz
 ebda94914c26987ba53b27f06da86a77 78916 ruby extra ruby2.1_2.1.1-1.debian.tar.xz
 22fdff6cbec36ef56a536e3505cc7c9d 255848 ruby extra ruby2.1_2.1.1-1_amd64.deb
 a285689c05ac3f7f1f4ae03a347d03c7 3247282 libs extra 
libruby2.1_2.1.1-1_amd64.deb
 a373c960df0285a99967b73042439d10 1141750 ruby extra 
ruby2.1-dev_2.1.1-1_amd64.deb
 49ac31df93c1139c6c8d53a272948623 3343052 doc extra ruby2.1-doc_2.1.1-1_all.deb
 cb679005c094009e021dcb8397300015 460796 ruby extra 
ruby2.1-tcltk_2.1.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTF1/SAAoJEFwT1tuTBS4DvXIP/AoUxLjiqVgzaCtEa1+Ksd2y
mj8mEt/wZ8coIr+lZxnSnEedJyZxUZyi3CRv2MvolxQAuVSgmOXohTKPhDhZxsdb
5S/jTXgWBmUWkJeErF8Asu5kE7LPwKAFWZ9KFdBR1EfJS47ta4KySbE47cwrOraK
Alg+XNxfDcdA4WsaFVdfkkIiMJviqPiRAkHYv7nZk0oParFMHczYqQKtKp7XFY6J
htH2c4U2YmRcWjQHnVqlVO/I5+0WkK36kn67Sa4isdg17CRQcEUQZO45vGsZ0E92
WelwwbX8Dlp06Q120McbQz/pfoRlaHToBcXSMAxK0T0yRPQOSVWq69Q0SDrp1Y/X
Nc26/tth4Am0w7ttfT1tiU6E7uAEgjYZ8iJBhFgqp3Zvk0OraDQyo2Jpj1Hr5Wgg
Pew/Zr+2l0df5npON1Kj/I2g47xc0MEFajGrfenB7AcZZDwtlsLGhzKppQU0s/xF
lkEAJYJs9gNvhZSdB2NAJ8mmdIMTTO90/7zOulA8HwSAVwVlbqem0pLmH/ZHmDAB
V+qTdKR3FgNypsN36/CKg1sjAWtVpw65+vtoxcE6sRVHXHf4YRRHD1roaMcMgh6x
2UewHrlAKgpHP2tc4vy7GcpdPV/Bf1MIdJV5wLbvzzl2oVyQT4dAi+oPokOkiGe9
amypKo6twrw9Fmor2xKI
=hDjW
-END PGP SIGNATURE-


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



Accepted gtkmathview 0.8.0-10 (source amd64)

2014-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 18:33:00 +0100
Source: gtkmathview
Binary: libgtkmathview0c2a libgtkmathview-dev libgtkmathview-bin
Architecture: source amd64
Version: 0.8.0-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libgtkmathview-bin - rendering engine for MathML documents
 libgtkmathview-dev - rendering engine for MathML documents
 libgtkmathview0c2a - rendering engine for MathML documents
Closes: 638761
Changes: 
 gtkmathview (0.8.0-10) unstable; urgency=medium
 .
   * Remove t1lib dependency (Closes: #638761)
   * Bump Standards-Version to 3.9.5
Checksums-Sha1: 
 a53d4fee9a92f0d6d63491129601dcc5597cc3b1 2296 gtkmathview_0.8.0-10.dsc
 a0e1ee19e13a38ec668f46f7b7f48d50ed6d7a82 14788 
gtkmathview_0.8.0-10.debian.tar.xz
 367cc333bc4189cde016fec168de1323cd501aaa 597878 
libgtkmathview0c2a_0.8.0-10_amd64.deb
 064349995cdbb3c86cdf5e8bd0aefd88c7976a61 663564 
libgtkmathview-dev_0.8.0-10_amd64.deb
 cb9d223bba9c7807249f47e4eed60d69db69e4d4 62804 
libgtkmathview-bin_0.8.0-10_amd64.deb
Checksums-Sha256: 
 71bcb9aca360c3716620b42be833402fd281540764a502bc54ca6efb377f91c3 2296 
gtkmathview_0.8.0-10.dsc
 1d0cf6478939e0038d05292228428bea368c5d0e81b0684c1ae1303d1b2c237a 14788 
gtkmathview_0.8.0-10.debian.tar.xz
 81153956427685eb643ae8732a00f8f144d1f3e69fd42dbc9d9974e60d4ef61c 597878 
libgtkmathview0c2a_0.8.0-10_amd64.deb
 ffac460d2701706ab99c3fc79199c68479f6a74bd2c89466fa65bfed2de9abc6 663564 
libgtkmathview-dev_0.8.0-10_amd64.deb
 059eb3598d2c7bb4d069314771c921f8c88cf4dff5300d1151c1ec280effb568 62804 
libgtkmathview-bin_0.8.0-10_amd64.deb
Files: 
 8a2aa4ed81b2eb6a127770848b5dfd6d 2296 devel optional gtkmathview_0.8.0-10.dsc
 62a9644d13467331afec6b482b029b57 14788 devel optional 
gtkmathview_0.8.0-10.debian.tar.xz
 a2194ebfd38a2494156664b7e5cbcf21 597878 libs optional 
libgtkmathview0c2a_0.8.0-10_amd64.deb
 decb943dc842b3d761f6d48c7afbb73e 663564 libdevel optional 
libgtkmathview-dev_0.8.0-10_amd64.deb
 3e2de423503cbf50cfa965d823c2c676 62804 misc optional 
libgtkmathview-bin_0.8.0-10_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTF2a3AAoJEH5lKNp1LxvhEBgQAJ4PaYBsGUG4G7eJDckRM04C
f9/REINrO7mVkQRIXjEcDbRXEl0iOkOohDuAJ1NIwo0l6ngMi1dsocKZJfeE0wHZ
R3W38q/OFV2TGeezI/ZYAD21yll20TctuRwINtWhG1eugrkfM+Po6LNcrwYlRxuV
jCd9Ahe85tp+/RJzQy168zOZkKlnqMC6a2xNfWhXatPyZ4re4aKm04UHDwq4lnz5
8UoyoejCIwBaYyKgEHn42waarbojuff7BjiLLpcxu06R051r4UkrTf6NashCBw/U
XlcRoSU7rVw8NyS4cspUikXW+jbXCYITj5Cx5up1KUG+Dt2A00L8eULulxYzmt6n
r8p/snYbdeeLiKEh19IQ7Xq44TBFEukfYXzcOYjpN2mqgar7D+xfFeix++S+k1oW
hkD0vaMjR86kv2G660Xx0FPiIsHelVFLeeaRaihdPErYf4WO1MElpicKpWR9nJus
3KdrtfRqvOyBQkhYfJW5Xa4IMTPr8+7mk78wpMQfMul25GI2TM9saJZtXxicv5He
uBNEhAvbpoMwYs0IXrsdxb76gNfgrAYk1aWxsFv1UjuzWKGvdu0grQpx7GQNRvZm
T2g2FueQr0MRJ2RgGA+tu32FLGoihh0V+j3u4jNmH3CPWh5wDbsUq48Awoh06Jf+
3xl87VXrPZH57nlew/IQ
=Whv9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wlgol-00065b...@franck.debian.org



Accepted libav 6:9.11-3 (source all amd64)

2014-03-05 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 02:49:52 +
Source: libav
Binary: libav-tools libav-dbg libav-doc libavutil52 libavcodec54 libavdevice53 
libavformat54 libavfilter3 libswscale2 libavutil-dev libavcodec-dev 
libavdevice-dev libavformat-dev libavfilter-dev libswscale-dev 
libavresample-dev libavresample1 libavutil-extra-52 libavcodec-extra-54 
libavdevice-extra-53 libavfilter-extra-3 libavformat-extra-54 
libswscale-extra-2 libavcodec-extra
Architecture: source all amd64
Version: 6:9.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 libav-dbg  - Debug symbols for Libav related packages
 libav-doc  - Documentation of the Libav API
 libav-tools - Multimedia player, server, encoder and transcoder
 libavcodec-dev - Development files for libavcodec
 libavcodec-extra - Libav codec library (additional codecs meta-package)
 libavcodec-extra-54 - Libav codec library (additional codecs)
 libavcodec54 - Libav codec library
 libavdevice-dev - Development files for libavdevice
 libavdevice-extra-53 - Libav device handling library (transitional package)
 libavdevice53 - Libav device handling library
 libavfilter-dev - Development files for libavfilter
 libavfilter-extra-3 - Libav filter library (transitional package)
 libavfilter3 - Libav video filtering library
 libavformat-dev - Development files for libavformat
 libavformat-extra-54 - Libav file format library (transitional package)
 libavformat54 - Libav file format library
 libavresample-dev - Development files for libavresample
 libavresample1 - Libav audo resampling library
 libavutil-dev - Development files for libavutil
 libavutil-extra-52 - Libav utility library (transitional package)
 libavutil52 - Libav utility library
 libswscale-dev - Development files for libswscale
 libswscale-extra-2 - Libav video software scaling library (transitional 
package)
 libswscale2 - Libav video scaling library
Closes: 726733
Changes: 
 libav (6:9.11-3) unstable; urgency=low
 .
   * Add upstream patch to enable PIC on s390(x), Closes: #726733
Checksums-Sha1: 
 7ce91ed9b7967b1d23e5b0e2aee532d9ef35657f 3890 libav_9.11-3.dsc
 4eb48cbe70515734f70bde8dceff28896d76adf2 4075860 libav_9.11.orig.tar.xz
 ed1b0430f069bc905ad852fef365f4d925c40b5d 48240 libav_9.11-3.debian.tar.xz
 924794852c195de629a6a80f1305d7423c02dfe9 14018588 libav-doc_9.11-3_all.deb
 9f3a86d34a70606aa2ab3337e7fe581f2478f4f2 56354 
libavutil-extra-52_9.11-3_all.deb
 e700e8210599e66a1a33d4194db44b61c8aa50e3 56358 
libavdevice-extra-53_9.11-3_all.deb
 f524004324639f1f04bf104df840f04af2f0a971 56342 
libavfilter-extra-3_9.11-3_all.deb
 dfba4283cf827bf0e04de05b73fe31eb4328a1ec 56350 
libavformat-extra-54_9.11-3_all.deb
 14a3a7635378cac06e9686534ad8a5f994eef7b8 56358 
libswscale-extra-2_9.11-3_all.deb
 0a9226e115704fc443b048103176a8cead34c8cd 56384 libavcodec-extra_9.11-3_all.deb
 bdad8a41611acc0ee2f38ea984cb51ffb9053aec 3353250 libav-tools_9.11-3_amd64.deb
 b2b17e818f3739d6bd05f5c4bd4c05cafb44cc96 30385016 libav-dbg_9.11-3_amd64.deb
 e8c2776bc54622547c48f4850b27f98a9c813532 112504 libavutil52_9.11-3_amd64.deb
 d1f2522b5ee379d53a4df8de34a35e572430a87d 2395346 libavcodec54_9.11-3_amd64.deb
 686f19b878f7c69f5ae7a412e6488bbc74c8bc53 80496 libavdevice53_9.11-3_amd64.deb
 5c3f789e976811f9b6d6ba73323a460040d61119 528474 libavformat54_9.11-3_amd64.deb
 cd46cd973b54aea9219f4b3a12972528417050e4 142034 libavfilter3_9.11-3_amd64.deb
 2a2a7b2725d7d8a223f3dcea1e5f5c3dbc835dca 130032 libswscale2_9.11-3_amd64.deb
 53c0b29d364b148cf7c8369fe4b5e41d4d1a45ba 159434 libavutil-dev_9.11-3_amd64.deb
 eae779044d638aadff82e00a0eef2f6205512dba 2648768 
libavcodec-dev_9.11-3_amd64.deb
 fa784268406a97ac6768316fafa65bf45f2c984a 82810 libavdevice-dev_9.11-3_amd64.deb
 15a1f6fcef808c1b8bf8d6d52563678e909740bd 622882 
libavformat-dev_9.11-3_amd64.deb
 4eeb95afb43e75e649cd75cd9f1cb48f5421e301 165310 
libavfilter-dev_9.11-3_amd64.deb
 2a687bf97f1428a159677e20e168de65d4cac67f 142418 libswscale-dev_9.11-3_amd64.deb
 6034fd43dc9be0ed2d2201dc6b5b55f8863dafeb 96648 
libavresample-dev_9.11-3_amd64.deb
 a010b26ab88b23adcb0f14eb5b393740fb835e52 87538 libavresample1_9.11-3_amd64.deb
 a80e4d09c5bcb634d06d8cfb95e27272ca018892 2399402 
libavcodec-extra-54_9.11-3_amd64.deb
Checksums-Sha256: 
 e14058fd39e6dddc922f1ec9657b9152373d23cb94de12b83a554e706ca051e2 3890 
libav_9.11-3.dsc
 433110e89a581715317cf0de85a0998f4afd2cf8ce04f6ace10d7170bbdfa7a9 4075860 
libav_9.11.orig.tar.xz
 dc8b98dadca0d7fa44f5b08316c8ecc0119ba3807087a1b21bb6e9554bef9df2 48240 
libav_9.11-3.debian.tar.xz
 6cd5394dcc3e9ed7e823277168cea8c0346558f0f4c47d54e888d8a33588d63a 14018588 
libav-doc_9.11-3_all.deb
 976eeaa9caa1687eebc766efe3cfaf4bbcce94220fc96bdc43c8e451b929fd09 56354 
libavutil-extra-52_9.11-3_all.deb
 490abcc422d2171777f70b3c0a2295d87733fffc8bf7b85401163dd841ee0485 56358 

Accepted foomatic-db 20140218-1 (source all)

2014-03-05 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 17:30:39 +0100
Source: foomatic-db
Binary: foomatic-db foomatic-db-compressed-ppds openprinting-ppds
Architecture: source all
Version: 20140218-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Group debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 foomatic-db - OpenPrinting printer support - database
 foomatic-db-compressed-ppds - OpenPrinting printer support - Compressed PPDs 
derived from the d
 openprinting-ppds - OpenPrinting printer support - PostScript PPD files
Changes: 
 foomatic-db (20140218-1) unstable; urgency=medium
 .
   * New upstream release
 - Removed 4 broken printer entries from Ricoh and OEM.
 - Corrections on 11 Samsung PPDs.
 .
   * Move the repository from collab-maint to printing; update the VCS-*
 fields accordingly
Checksums-Sha1: 
 6170fc714d6aba87a7cafc4ab5cdc18dfc93d752 2017 foomatic-db_20140218-1.dsc
 28fe2ef4dbf8b492d7bd288af80c1749579b4faf 38836943 
foomatic-db_20140218.orig.tar.gz
 8f397a29f69e8af0f7131dd684ec7fd574eba4c7 19732 
foomatic-db_20140218-1.debian.tar.xz
 cd601bfddd0060177666edc08793297d6ea54238 790006 foomatic-db_20140218-1_all.deb
 dc9842aafa6cd69ac74c68643fa9d2476505db02 620576 
foomatic-db-compressed-ppds_20140218-1_all.deb
 ec15cb56a6972cb18abe375967bc5172b8aafc99 3227956 
openprinting-ppds_20140218-1_all.deb
Checksums-Sha256: 
 3f085a2ac4659e9589e85c966c7f926f30d3e6edaa39e034b2a2ad3bd8b6cb94 2017 
foomatic-db_20140218-1.dsc
 c8147a6e0506d7a75ce2c0da856efbbb2aba1286cd56d8903cdd8c1085a08687 38836943 
foomatic-db_20140218.orig.tar.gz
 3ea2bed62e1fdd8cdb4534dd18bab77d4f3cb2b288529cac4461f5d52d77b276 19732 
foomatic-db_20140218-1.debian.tar.xz
 0e0f10fe8abfd07b89a179ee1936f96a19e17366976bfcf5053b0302d57e36df 790006 
foomatic-db_20140218-1_all.deb
 923b698402733d282c1fd794b401c9a5c35a091ad7b6d1366f9ab29d37892d49 620576 
foomatic-db-compressed-ppds_20140218-1_all.deb
 261f5e7b81eb61e4bd219758a4fbc59647a5e8c849e91cb5f7fdf6baf5dba11f 3227956 
openprinting-ppds_20140218-1_all.deb
Files: 
 a5fa1f5c9ec2640758d3340e3eb29b1e 2017 text optional foomatic-db_20140218-1.dsc
 4261fecae4061e342dbaa80fb178953b 38836943 text optional 
foomatic-db_20140218.orig.tar.gz
 45a9e66a81936b35085e5a72485a4667 19732 text optional 
foomatic-db_20140218-1.debian.tar.xz
 268d9081a56dd227cb7be3805a5b1c4f 790006 text optional 
foomatic-db_20140218-1_all.deb
 38e3658c53994e5795a8f8297c2b5ae5 620576 text optional 
foomatic-db-compressed-ppds_20140218-1_all.deb
 733b636943eeda262fb33f8f45f63303 3227956 text optional 
openprinting-ppds_20140218-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJTF2yMAAoJEIvPpx7KFjRVu1IL/1PoX8A7yk9JWTwX5RnQBuUQ
np9llhyShr+38eXcve8WmIwMBHTmyDuEXAGJK7eQvFLSQ6GCAjOPMCKhgICq8Vo9
m9/rSxa2/S2/9tCkQSLvFpPuvd6fzNN0V/TqjupR05JSgz+nnH8Q+d8iDWbd9wZY
LAlZ2bXijgKvuw044iQfUwgCBY7qMI56IPc8je67h+aYBREzlgVGc0qg2Udm2Gnp
M5EFA7VpMr+H6B8kWrlEWTJDAXns+/Z24CIbm9g+5fzvxn+HPQLv8LqYWWm72H3x
ajs76Q87F22gkZCkzh8iCLg68N/PAPskp+yu9waSdqlHxJeXvHvkv53izg8kSl/b
KJ8GYaMOf2keX3UT+jXU4+pGHESPkpAqO7SwWFySAZriJ3FU7t1Rc+2DjjNyNt9z
nPctV/9my6i3AmvF3ahbfZ7TTUoRp6zUqREm99tV5FgPJJicGjf9hBJY9ASGSA8Y
lVe7SwCK9WUzTT/0igacd67PE1O56oyEcfZuehlppw==
=e3y1
-END PGP SIGNATURE-


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



Accepted gammaray 2.0.1-1 (source amd64)

2014-03-05 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Mar 2014 19:28:40 +0100
Source: gammaray
Binary: gammaray gammaray-probe-qt4 gammaray-plugin-kjobtracker gammaray-dev 
gammaray-dbg
Architecture: source amd64
Version: 2.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 gammaray   - Tool for examining the internals of Qt application
 gammaray-dbg - debugging symbols for gammaray
 gammaray-dev - GammaRay plugin development files
 gammaray-plugin-kjobtracker - KJob tracker plugin for GammaRay
 gammaray-probe-qt4 - GammaRay support for inspecting Qt4 applications
Changes: 
 gammaray (2.0.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refreshed d/patches/use-empty-rpath.patch.
Checksums-Sha1: 
 4eab6aac52a4ad1c8b6041c60dd1dde46b7b380e 2344 gammaray_2.0.1-1.dsc
 d2005b4d6e05977b7c094bf82075910dc47243d6 644648 gammaray_2.0.1.orig.tar.xz
 f37af83b09deea25d873be9937acc0636ac80aac 5332 gammaray_2.0.1-1.debian.tar.xz
 e446023393643eb1a9a01fc681e6cde5f60fa126 1093224 gammaray_2.0.1-1_amd64.deb
 d8b5bf976b6bf01fa4e1d94205266297bc94417b 864940 
gammaray-probe-qt4_2.0.1-1_amd64.deb
 ea25899437329905fbee33a88b844775c53992a7 14668 
gammaray-plugin-kjobtracker_2.0.1-1_amd64.deb
 a27d86e16b1f698f37d87f30305cde80e27564f6 15702 gammaray-dev_2.0.1-1_amd64.deb
 29958adfd1044fe95e4e01e2500e61e89418f380 34351664 
gammaray-dbg_2.0.1-1_amd64.deb
Checksums-Sha256: 
 0852965d3caa0fd39ab2ee3d5d2c018ca64abc3262196ea90b197dee69c43655 2344 
gammaray_2.0.1-1.dsc
 590cf214c829d6d4c111810a1a08ee4b0db22033db3514ebdfdb6c93b18e82b1 644648 
gammaray_2.0.1.orig.tar.xz
 1a9eacc2ffa4f13175af61fccb447e6f86456634d5feb37f6f05a39932e61ce1 5332 
gammaray_2.0.1-1.debian.tar.xz
 a4dd8adfb910a655e19d1a8cf9192646532a2e43a2d74df09aa12fe0c3e68eff 1093224 
gammaray_2.0.1-1_amd64.deb
 aff97a72a7f8f4fd8e74d1c9745d76009582c23325876200dab23d109e0f1e6a 864940 
gammaray-probe-qt4_2.0.1-1_amd64.deb
 58b99ddc55bdccb03b22af00f02183c2447a4750ff215abf843c978448ce84ad 14668 
gammaray-plugin-kjobtracker_2.0.1-1_amd64.deb
 12ea022eb6770824c40817b2bb792d676b2bb5cec7a4946875b300908c24882a 15702 
gammaray-dev_2.0.1-1_amd64.deb
 3cd757dab51d1353e6cf75aeb25fa1f051d0dae75cf71ab5faa125b5e759a1b0 34351664 
gammaray-dbg_2.0.1-1_amd64.deb
Files: 
 762241567d20a87e35e6db6bc57d12a3 2344 devel optional gammaray_2.0.1-1.dsc
 3939d2e7e07eb2dbbc0e455291ee61b1 644648 devel optional 
gammaray_2.0.1.orig.tar.xz
 9f050977ba41988ba74ca3b29a930769 5332 devel optional 
gammaray_2.0.1-1.debian.tar.xz
 e8a8f2f7b50d2ab0b12ad78caf04547b 1093224 devel optional 
gammaray_2.0.1-1_amd64.deb
 8101b6690e4c731e51d0daac80484662 864940 devel optional 
gammaray-probe-qt4_2.0.1-1_amd64.deb
 f2485fc3ce7fc6398f18d81f910ee7e9 14668 devel optional 
gammaray-plugin-kjobtracker_2.0.1-1_amd64.deb
 21f01a8b7332e808894226011898dd7d 15702 libdevel optional 
gammaray-dev_2.0.1-1_amd64.deb
 a571345ff4e9b482e9678240d33a528a 34351664 debug extra 
gammaray-dbg_2.0.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTF29HAAoJEP4ixv2DE11FchsP/10bhFEgPATm1rI5Ndf9a3Ix
g6DAB85/ifN4wVMzOh3tD3DbxdgLCnFcQIQhMckPSjgzTX9UGCsRrvvh7gEgNSEz
GZgMGF9oaQzbmoB9AnxtkQFI38NweAnV4avOAehEq6+5ocss8d6HYpCLNSOJ4MTy
C/JpKVRUrXSK1jb+5quN1jolA0ggefGYUj5EwwnS86Zmw41IrpGOOwGfitiGWe9u
SmQ4xaqVvJ/ZdxyGk+icnr4PyJlPEFmimAu42mmpkQvuEIbUanxd5NGiooTxEjth
gJAx5ug8Awm2wLEdGi2LjBoVtv/Kb+gc0iD6114+Wx7I2rhiP+Nq4dC2lRBxAVKq
eHpB1X8AduF6z7TTU5ElJZ18KApA0wHe0fGvjU125N/8XMkH5Jo3p2J5jvhUcZ8I
+7I90q5NKPsg+u7hor44i8NuIxp2V5hzyC8APi9I/OgS4SV8v3A2D8Eta5RS0+an
HshLNF0ejqRwiFkY0fh2ygSt45Ua3x2b6yXv9uI4hMxzSdX/of1HXDIUiFQdgp6T
MYlr/KBzTaSnjFPplHwC7PiNDXVlL81v1LKCil07eu5f8q2TlpAOkUa8iWYXlfsy
HX2f9LISh4dWhv2xJB3+OeGpVkjE0AN64n+JuuGs+xYJHQ35TB46EH1qZFQL+LG7
qVdC0jMslssfwlD28Hmp
=MbjE
-END PGP SIGNATURE-


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



Accepted dictionaries-common 1.22.5 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 19:45:27 +0100
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.22.5
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Changes: 
 dictionaries-common (1.22.5) unstable; urgency=low
 .
   * scripts/perl5/Devel/DictionariesCommon.pm.in: Use new dico_warning
 function instead of no longer available mywarn.
   * scripts/debhelper/installdeb-myspell:
 - Use debhelper warn and error functions.
Checksums-Sha1: 
 6b90d82d393e630e2bd5702557b658b1d1401c91 1231 dictionaries-common_1.22.5.dsc
 defc54abe7c42db3b629718e21db6c56bd3676a8 332157 
dictionaries-common_1.22.5.tar.gz
 6978292e536c9649e6171eba0e1a6fd1d379085e 302714 
dictionaries-common_1.22.5_all.deb
 0056388c3687fc09f011169be3299dc408ffea48 137948 
dictionaries-common-dev_1.22.5_all.deb
Checksums-Sha256: 
 b25155daf54ae245040463de7f93bfb1f714f300bf6c9275c752729d9cdb0cac 1231 
dictionaries-common_1.22.5.dsc
 a85caeb6113f2967f5ff4807a44424a6d55b068030a6ed68bbd98d3038dfb401 332157 
dictionaries-common_1.22.5.tar.gz
 db09fc6e81eccdf63d91add4b61d65b536d79a900411bdb800f6d749e880de37 302714 
dictionaries-common_1.22.5_all.deb
 f54ead40d725bba212aabe04acfd268ad2096d5bb9c743b5059549b1d375a0ca 137948 
dictionaries-common-dev_1.22.5_all.deb
Files: 
 541044e2cc8f37e723454274a0bb3516 1231 text optional 
dictionaries-common_1.22.5.dsc
 6104cbc687aaa3dfffedac916a9a694b 332157 text optional 
dictionaries-common_1.22.5.tar.gz
 61a1b82337cb2240eaa11ab6ea4c8225 302714 text optional 
dictionaries-common_1.22.5_all.deb
 9a7e8be45ddcf5cb59cebeed29ba6ae1 137948 devel extra 
dictionaries-common-dev_1.22.5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXclYACgkQTShHqj72Dpxb7wCffe24dqheEdjEnC7dqvmMjacf
lxcAnid6BJJtoWSFdBuVa9s4WnTXWP9B
=j4HF
-END PGP SIGNATURE-


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



Accepted aspell-tl 0.4-0-11 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 11:24:11 +0100
Source: aspell-tl
Binary: aspell-tl myspell-tl
Architecture: source all
Version: 0.4-0-11
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-tl  - Tagalog dictionary for GNU Aspell
 myspell-tl - Tagalog dictionary for myspell/hunspell
Changes: 
 aspell-tl (0.4-0-11) unstable; urgency=low
 .
   * Modify to use dictionaries-common-dev (= 1.22.0) features:
 - ${aspell:Depends}, ${hunspell:Depends}
 - Deal with remove files in debhelper snippet.
   * debian/control:
 - Bump Standards Version. No changes required.
 - Canonicalize VCS-* headers.
 - Change versioned conflict to Break.
   * Add debian/source/format for 3.0 (quilt).
   * Remove no longer needed debian/myspell-tl.dirs.
   * Add watch file. Thanks Bart Martens.
Checksums-Sha1: 
 ddcedb3f521ceeb7094c7a49c15e778e29925507 1344 aspell-tl_0.4-0-11.dsc
 1564142d28f3f8265c8755b859e3c20233fe03df 5356 aspell-tl_0.4-0-11.debian.tar.xz
 9026d9e5447d90cd6b0ecf8a3eaecc7bb2a7a27d 48622 aspell-tl_0.4-0-11_all.deb
 cee00d5424c6e18d635c1c69d934dc51e225aad2 52384 myspell-tl_0.4-0-11_all.deb
Checksums-Sha256: 
 504e34776bcbf95be8c296ef2ce81adb83b937de9f8196a777eaa48ca23a75c8 1344 
aspell-tl_0.4-0-11.dsc
 b6e3142a52831ad2722cdaafdd11331a8cc32668ddaa0d91bd08ef47a917b87c 5356 
aspell-tl_0.4-0-11.debian.tar.xz
 8bf18cbd9bf502ed90ae4a72b94a7aa92664e3e56cc48ab7c21abfb32f494941 48622 
aspell-tl_0.4-0-11_all.deb
 536ad67db7823e8ff32655f7296d6db72da1dce0fef271df43062a90b1bb0d79 52384 
myspell-tl_0.4-0-11_all.deb
Files: 
 73be5f56ae30bfdc2143af34f92d34ca 1344 text optional aspell-tl_0.4-0-11.dsc
 c6f2168557c8d6b491ff847035d6653e 5356 text optional 
aspell-tl_0.4-0-11.debian.tar.xz
 56d7034044de0cfb4a87e74ead539c0b 48622 text optional aspell-tl_0.4-0-11_all.deb
 5bf2c74ec670a6c09510644aaa909c50 52384 text optional 
myspell-tl_0.4-0-11_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXdDsACgkQTShHqj72DpzfLQCeM/uF47BNJHKtQFpSSoNPb2qj
AsQAn0zp5/WVnFhGrAm1gTVDzm9OZoK4
=inG/
-END PGP SIGNATURE-


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



Accepted ispell-tl 0.3.1-4 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 12:23:24 +0100
Source: ispell-tl
Binary: itagalog
Architecture: source all
Version: 0.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 itagalog   - Tagalog dictionary for Ispell
Changes: 
 ispell-tl (0.3.1-4) unstable; urgency=low
 .
   * debian/control:
 - Use dictionaries-common-dev (= 1.22.0) ${ispell:Depends}.
 - Bump Standards Version. No changes required.
 - Canonicalize Vcs-* headers.
   * Add debian/source/format for 3.0 (quilt).
Checksums-Sha1: 
 8a9f96af296ea4d352fbcc13bf5f9e66b0a75f3d 1258 ispell-tl_0.3.1-4.dsc
 4e1dc1374604af40be8217190e416c122ff6b525 3788 ispell-tl_0.3.1-4.debian.tar.xz
 6de006d7c25982cc12b8106343b9bd4b1901730b 61010 itagalog_0.3.1-4_all.deb
Checksums-Sha256: 
 54d36755b2ffbf0866ec47d00de50cda85e23bd2e3765b62cd3024a7145cde18 1258 
ispell-tl_0.3.1-4.dsc
 7cdab8e925fea3fbbd7d78e049d68ae0a1f9033c138f3fd8a5139c1363b5 3788 
ispell-tl_0.3.1-4.debian.tar.xz
 1fee5854ccb995b587c054da8250be4c92a17b718cb96d3efff0fa4bc59842c7 61010 
itagalog_0.3.1-4_all.deb
Files: 
 60f3a8bfe8f46eed01f6808bc51068e2 1258 text optional ispell-tl_0.3.1-4.dsc
 aff7eda7303f88a5e36be63a44e01910 3788 text optional 
ispell-tl_0.3.1-4.debian.tar.xz
 818cd00249fb9d81dda4e38498d12387 61010 text optional itagalog_0.3.1-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXdI4ACgkQTShHqj72DpwkLgCfYqya1HRKhXOGtdqZZqyvGRXQ
bUIAoIKFQR1UziePr6GgwL8uTRPid+hq
=VCVx
-END PGP SIGNATURE-


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



Accepted gnutls28 3.2.12.1-1 (source i386 all)

2014-03-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Mar 2014 19:40:42 +0100
Source: gnutls28
Binary: libgnutls28-dev libgnutls28 libgnutls28-dbg gnutls-bin gnutls-doc 
guile-gnutls libgnutlsxx28 libgnutls-xssl0
Architecture: source i386 all
Version: 3.2.12.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls-bin - GNU TLS library - commandline utilities
 gnutls-doc - GNU TLS library - documentation and examples
 guile-gnutls - GNU TLS library - GNU Guile bindings
 libgnutls-xssl0 - GNU TLS library - XSSL API runtime library
 libgnutls28 - GNU TLS library - main runtime library
 libgnutls28-dbg - GNU TLS library - debugger symbols
 libgnutls28-dev - GNU TLS library - development files
 libgnutlsxx28 - GNU TLS library - C++ runtime library
Changes: 
 gnutls28 (3.2.12.1-1) experimental; urgency=medium
 .
   * New upstream version.
 + Drop superfluous patches:
   20_bug-in-gnutls_pcert_list_import_x509_raw.patch
   20_CVE-2014-0092.diff
Checksums-Sha1: 
 81a04838a9406b400c00eb7591307414183390a1 2678 gnutls28_3.2.12.1-1.dsc
 5ad26522ec18d6b54a17ff8d1d5b69bf2cd5c7ce 5137552 gnutls28_3.2.12.1.orig.tar.xz
 43bc13d00a8d173df3a10bf40bd8e4ff973efe5c 74532 
gnutls28_3.2.12.1-1.debian.tar.xz
 4d1f1d3a518ef38bffa448e59381e42717c3f47a 614100 
libgnutls28-dev_3.2.12.1-1_i386.deb
 0ac614802e7ccabf10c26ba6049259e45dc713db 643208 libgnutls28_3.2.12.1-1_i386.deb
 22e92685884958ae4c9bc56b327d6f63dec81616 2113294 
libgnutls28-dbg_3.2.12.1-1_i386.deb
 1a0e56353edddb476bf854e9bf5c3b4c8d80b5c0 299522 gnutls-bin_3.2.12.1-1_i386.deb
 fb9d2cf7200e8538495e966587a2c64f893e0884 3379048 gnutls-doc_3.2.12.1-1_all.deb
 c5e0026ae6bb3396902529fed016a81295dc0c95 184442 
guile-gnutls_3.2.12.1-1_i386.deb
 ede82307947ee291a0b03bb0c92aadaa3ff03c98 15422 
libgnutlsxx28_3.2.12.1-1_i386.deb
 f2887556578ad6cd63f00b1b421e1947b04f26e6 13480 
libgnutls-xssl0_3.2.12.1-1_i386.deb
Checksums-Sha256: 
 79367ef96f422fbc6eb4fea63a8868b0fb34857c6e220378356d4ef5c89d5511 2678 
gnutls28_3.2.12.1-1.dsc
 29069907546f6b9e134aafcaa52a030f517835c83de9ffc38b51ab33c31adf12 5137552 
gnutls28_3.2.12.1.orig.tar.xz
 a8e0e5d6c93d6d14b2f7dd95174402c289dc9374b1d1f9745b953312f6d6bdd8 74532 
gnutls28_3.2.12.1-1.debian.tar.xz
 111bbbd865fb777fd00108150e9c5508b59277565d9597f29e692a2b7ca3ecf4 614100 
libgnutls28-dev_3.2.12.1-1_i386.deb
 ffef7c8c25297d758a413f72c2dc54f2b829161afae14c32244827ebc836380a 643208 
libgnutls28_3.2.12.1-1_i386.deb
 0d8b641009fbb5a4b038ee123d1e9c038875df8b0fa3033f947830930ff315d0 2113294 
libgnutls28-dbg_3.2.12.1-1_i386.deb
 f6d7d66f794520e36336f0c6dccc96218d7c4fc1ddb9ecab5e0fd01059a35030 299522 
gnutls-bin_3.2.12.1-1_i386.deb
 334f86c6d2f3981dbd64344e9517c9e6814cd913ad6029321df435e94f58e123 3379048 
gnutls-doc_3.2.12.1-1_all.deb
 3d7af57fdf1ac186b5d9b82ea27292e7fcbae19c5ee8d22aebf1be32897880bc 184442 
guile-gnutls_3.2.12.1-1_i386.deb
 141a8d050bf38ac8e706661cacef74da9a2e6f66095933ec2375356cfa689fd1 15422 
libgnutlsxx28_3.2.12.1-1_i386.deb
 86dbd46b4e6d815894f28e774857d8b945300c17624b516569a8b412a27315af 13480 
libgnutls-xssl0_3.2.12.1-1_i386.deb
Files: 
 10aa11f0286a2f4fccad031398b3 2678 libs optional gnutls28_3.2.12.1-1.dsc
 a795db68253d1336f1e3c2ee48c1fee4 5137552 libs optional 
gnutls28_3.2.12.1.orig.tar.xz
 86dbbe8d2308f37eb60aedab8876be10 74532 libs optional 
gnutls28_3.2.12.1-1.debian.tar.xz
 8b0d730b0f4004fdf6ee92e8a380 614100 libdevel optional 
libgnutls28-dev_3.2.12.1-1_i386.deb
 b6461c76c2a01d174f343e1a140b9957 643208 libs standard 
libgnutls28_3.2.12.1-1_i386.deb
 d659ac3fdba642b03f6253cb07c3e83f 2113294 debug extra 
libgnutls28-dbg_3.2.12.1-1_i386.deb
 8793162bdbcaf1e838a16787b2d50bb7 299522 net optional 
gnutls-bin_3.2.12.1-1_i386.deb
 d1be0f39e7eacf1c13e674c015710333 3379048 doc optional 
gnutls-doc_3.2.12.1-1_all.deb
 578f51c0d5cfc62c1b21dca25fb04ac8 184442 lisp optional 
guile-gnutls_3.2.12.1-1_i386.deb
 150c83a46b979d11dbe137fd6d1219b8 15422 libs extra 
libgnutlsxx28_3.2.12.1-1_i386.deb
 3c8079ca48748a7639f2223632313544 13480 libs extra 
libgnutls-xssl0_3.2.12.1-1_i386.deb

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

iQIcBAEBCgAGBQJTF3N0AAoJEKVPAYVDghSEW8EP/iLvxWNdIPDNrWAkj11jwlT7
OkMMNYYaUL4ChBosM5xwE+6fkBVZnJtwgvdwkjc1lc4IpQgOPwVyGveRr958Y4al
Sp6TuNctARrnZy+t5mP6RigyyJ30zWzxrDv9xq8kzH55GWpFdDlvmMf8rHe7sLdz
RNJgmV8R49IsE3sq89pkhtUAMSz3raDyuGOSvL8IubyQ26T8WFqInd1SnKEQHfEf
g85t7Cx3XBGIDVU9e2FU1s0bVpqngpWlun/RBKDxeXSRD77onrNXkf5VqGHrGjwQ
XdKVewrNvtBcxGWEK/fTIfwjkf+ZDOXPUDUq/CAiO4Jlu1JBbtdyeYVA4eiAGDLT
4L4pTgZq50/bn0C4WbOV7fTnqJKJpHPOo80V4xg45AWJDtE7jRdpfdQ3SEcpK5lt
j/CgVqwBAuFthNYM8ozaPyfVUKHePj/oGHsoI8bOz+McorSr/tAXD9toMqhJKFSm
xm43p3Duk37zr5923wXYvljDshvGFvDUcAGySivHNU0m5Lc53WKGCE/dPRfhXipp
3qFt+XY7FrAbhirqypy4QLzSzHwABJo2uyYqvQzILg87Lf0XDsZxTXHjsiFbAB62
HWF6AUKFVv/iHvG1+3P40EO9EQ0OWH1BPinXbh3MPv2Nq3Ektg3UaN/aH9uzAfRC

Accepted libpod-webserver-perl 3.09-1 (source all)

2014-03-05 Thread Alejandro Garrido Mota
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 12:55:53 -0430
Source: libpod-webserver-perl
Binary: libpod-webserver-perl
Architecture: source all
Version: 3.09-1
Distribution: unstable
Urgency: low
Maintainer: Alejandro Garrido Mota alejan...@debian.org
Changed-By: Alejandro Garrido Mota alejan...@debian.org
Description: 
 libpod-webserver-perl - miniature web server for reading Pod in web browsers
Changes: 
 libpod-webserver-perl (3.09-1) unstable; urgency=low
 .
   * New upstream release.
   * d/control:
 - Update Standard-Version field.
 - Update email in Maintainer field.
 - Update Homepage field, now pointing to metacpan.
 - Add Vcs-Git and Vcs-Browser field.
 - Update debhelper Build-Depends to = 9.
 - Add netbase to B-D-I because t/daemon.t uses 'getprotobyname' function
   and it's looking for /etc/protocols (inside netbase package).
   * Update d/compat to 9.
   * d/watch: Use metacpan intead cpan.
   * Update d/copyright to copyright-format 1.0.
   * Update d/rules to dh9.
   * Add d/libpod-webserver-perl.manpages and install d/libpod-webserver-perl.1
   * Remove d/libpod-webserver-perl.docs
Checksums-Sha1: 
 3b3c04d57014441a4d5a1e269f81034fbac0cb55 1369 libpod-webserver-perl_3.09-1.dsc
 1f189fce25996f76bd4536ba076b760c52af3752 17186 
libpod-webserver-perl_3.09.orig.tar.gz
 c70e5c163d1f2c4c32634034e8db4c6776ac1fac 5432 
libpod-webserver-perl_3.09-1.debian.tar.xz
 d33b57f213a1e1e0972ed69bf1fefb5f33f4d8a9 20070 
libpod-webserver-perl_3.09-1_all.deb
Checksums-Sha256: 
 ac5b6e286e53d712c5834b4b2da90d8c6f13fae895be919be1fb7d399e960b30 1369 
libpod-webserver-perl_3.09-1.dsc
 bd2d11fa0a958b66925b3542bc5cdd04260416d3ccab333a76db60d9fe1fa425 17186 
libpod-webserver-perl_3.09.orig.tar.gz
 32b0b8fa48523ddef4d3be6090c8bd2779254d7d7dfff10cd9d394e4020f26c4 5432 
libpod-webserver-perl_3.09-1.debian.tar.xz
 39f9b0ed1dccf77cd8883fa61a5bf48e5d8fa0be746be4aa65827f51b931b7ee 20070 
libpod-webserver-perl_3.09-1_all.deb
Files: 
 ccad25bfd96a86d74357fe8b385a7212 1369 perl optional 
libpod-webserver-perl_3.09-1.dsc
 93c794d6cee8e7a49e13db06427c6986 17186 perl optional 
libpod-webserver-perl_3.09.orig.tar.gz
 111e4a768f7ab969a2ded740cd22af82 5432 perl optional 
libpod-webserver-perl_3.09-1.debian.tar.xz
 cf6c2f01d6ed769061658242e1ce4ba0 20070 perl optional 
libpod-webserver-perl_3.09-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXc+wACgkQ9rCWRbJL8gDIjwCeKOpgvdaJYQkzdE0ecWCXEL+E
E3IAoJeyKIyiVvQWHM01Jup4QoTJmrtD
=dMoG
-END PGP SIGNATURE-


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



Accepted br.ispell 3.0~beta4-16 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 18:41:08 +0100
Source: br.ispell
Binary: ibrazilian brazilian-conjugate wbrazilian
Architecture: source all
Version: 3.0~beta4-16
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 brazilian-conjugate - Brazilian Portuguese verb conjugator
 ibrazilian - Brazilian Portuguese dictionary for ispell
 wbrazilian - Brazilian Portuguese wordlist
Changes: 
 br.ispell (3.0~beta4-16) unstable; urgency=low
 .
   * debian/control:
 - Modify to use dictionaries-common-dev (= 1.22.0) features:
   + ${ispell:Depends}, ${wordlist:Depends}
   + Deal with remove files in debhelper snippet.
 - Bump Standards Version. No changes required.
 - Canonicalize Vcs-* headers.
   * Add debian/source/format for 3.0 (quilt).
Checksums-Sha1: 
 d4e39fec4f2856b0bb06a13156bba67fb27ad430 1450 br.ispell_3.0~beta4-16.dsc
 ab06402d2949a64aaddcc4dfed6df04cd58039d6 14612 
br.ispell_3.0~beta4-16.debian.tar.xz
 def579fb73b345408ad4f090d9fdcb311230ce1e 182894 ibrazilian_3.0~beta4-16_all.deb
 ccbbdd4a3e118aadc09a8ac7922bad0cb344476f 65222 
brazilian-conjugate_3.0~beta4-16_all.deb
 8ef4c9dace92315d65967b9fb57d232697565f84 459668 wbrazilian_3.0~beta4-16_all.deb
Checksums-Sha256: 
 4092e0df4932d6f1715ceec461ba2023f9fb7fa5e62b5b6de00b0fa8aa83380b 1450 
br.ispell_3.0~beta4-16.dsc
 cbb4f288f9c09ee162722568d7fdb94c38988bff5a56bd2fd0bd9ed2ee5114dd 14612 
br.ispell_3.0~beta4-16.debian.tar.xz
 edb8c192db7e6580a3425ef9d38beaaf61ee22bd907d2f2282f6b159c617b546 182894 
ibrazilian_3.0~beta4-16_all.deb
 9563f4330a1f0595e4ae7d307e19bac5560e2c1bdf66a64ab8c77dd02e6d9645 65222 
brazilian-conjugate_3.0~beta4-16_all.deb
 56ad39f11c8db97c5696f0374f3246bb9987ccf4a109848e91579161a7edc044 459668 
wbrazilian_3.0~beta4-16_all.deb
Files: 
 b3c4382ed5425fa444fe5b7de922bd1b 1450 text optional br.ispell_3.0~beta4-16.dsc
 5e64a786894b5d0eda11fc2367fafed4 14612 text optional 
br.ispell_3.0~beta4-16.debian.tar.xz
 4c1ed1a00d531def94387aa5a25a451e 182894 text optional 
ibrazilian_3.0~beta4-16_all.deb
 e88bbf8f7192050a50d5c2e4fd20c1c0 65222 text extra 
brazilian-conjugate_3.0~beta4-16_all.deb
 8805bdb7ff381d8586233f9dc0379873 459668 text optional 
wbrazilian_3.0~beta4-16_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXctMACgkQTShHqj72DpwA8ACdHn0ZowhFy0aN9XJHLma/E5CL
oyQAniLEgtDj0l+HMKNrLqqEeyqOQIWA
=f0kn
-END PGP SIGNATURE-


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



Accepted espa-nol 1.11-5 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 12:36:13 +0100
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.11-5
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-es  - Spanish dictionary for aspell
 ispanish   - Spanish dictionary for ispell
 myspell-es - Spanish dictionary for myspell
Changes: 
 espa-nol (1.11-5) unstable; urgency=low
 .
   * debian/control:
 - Modify to use dictionaries-common-dev (= 1.22.0) features:
   + ${ispell:Depends}, ${aspell:Depends}, ${hunspell:Depends}
   + Deal with remove files in debhelper snippet.
 - Bump Standards Version. No changes required.
 - Canonicalize Vcs-* headers.
 - Change versioned Conflicts to Breaks.
   * Add debian/source/format for 3.0 (quilt). Add empty series file.
   * debian/watch: Remove dh_make header.
   * debian/aspell-es.links: Recode to UTF-8.
   * debian/ispanish.postinst: Explicitly use 'set -e'
Checksums-Sha1: 
 ed3b7bfd72b4997e41e16ec6a0e857cad0763a68 1425 espa-nol_1.11-5.dsc
 86cbc992729fb13ce29be9181358f7dee906be4b 15280 espa-nol_1.11-5.debian.tar.xz
 129d09aba84a27c392c09b60e4d824401e56e71d 263282 ispanish_1.11-5_all.deb
 b1a8697c7a187ae1d6532549e5f9ac3819dc8e5d 208070 myspell-es_1.11-5_all.deb
 f98fc0bc4db079b37f0443c1e878cb85b967e932 185128 aspell-es_1.11-5_all.deb
Checksums-Sha256: 
 f381794d7c309587dc6734ff6c68dfa58a8cfc115ace38274ef68fce1ede8cca 1425 
espa-nol_1.11-5.dsc
 c99f79ff380303127b16f8f79d67a0c68df0a55b0cd8e8b9f2dbcd934f1545d2 15280 
espa-nol_1.11-5.debian.tar.xz
 2a5df8f45b13b86e6cd3bb49d1353d13c8380ad9fb82661aa1c2b480aa72cf0c 263282 
ispanish_1.11-5_all.deb
 8773d184e63663910727a72b9c1f6e6c443535a790bd83b26daa8c0ed01abb90 208070 
myspell-es_1.11-5_all.deb
 0984acc2eca96bb8500540041d784f1f696747d11ed839ff8ea7d73ca90b0548 185128 
aspell-es_1.11-5_all.deb
Files: 
 adb68ba7399782d13c97ebdf6de2dd85 1425 text optional espa-nol_1.11-5.dsc
 d14856501825e43cfecbac377311cf0c 15280 text optional 
espa-nol_1.11-5.debian.tar.xz
 c6fce0d8cab0f0b95d8f247cf9adfb79 263282 text optional ispanish_1.11-5_all.deb
 8ce880599fd1b5564b00811ee3fe0c68 208070 text optional myspell-es_1.11-5_all.deb
 4b4be05e373593a7b485c9d396aaf634 185128 text optional aspell-es_1.11-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXc3wACgkQTShHqj72DpxI2QCeNQkMjwms8UPxKrcH1TFZTQas
YacAn127VxVpyzoqI90aqfQJ1uKEu7f4
=nW3U
-END PGP SIGNATURE-


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



Accepted myspell.pt 20091013-5 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 19:01:03 +0100
Source: myspell.pt
Binary: myspell-pt-pt myspell-pt aspell-pt-pt
Architecture: source all
Version: 20091013-5
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-pt-pt - European Portuguese dictionary for GNU Aspell
 myspell-pt - Portuguese dictionaries for myspell
 myspell-pt-pt - European Portuguese dictionary for myspell
Changes: 
 myspell.pt (20091013-5) unstable; urgency=low
 .
   * debian/control:
 - Add aspell to Build-Depends-Indep (LP: #568088).
 - Modify to use dictionaries-common-dev (= 1.22.0) features:
   + ${aspell:Depends}, ${hunspell:Depends}
   + Deal with remove files in debhelper snippet.
 - Bump Standards Version. No changes required.
 - Canonicalize Vcs-* headers.
 - Use Breaks rather that Conflicts.
   * Add debian/source/format for 3.0 (quilt).
   * debian/rules: Pass -c option to prezip.
Checksums-Sha1: 
 8a80a1d0905dfed80d20fcf8a0ceb47edb9e1212 1446 myspell.pt_20091013-5.dsc
 3ccfc88cc3028c9f78a592d3509ae13c1cc9a685 5256 
myspell.pt_20091013-5.debian.tar.xz
 7e8177dcb855dcb9c12694d1ce2e28b170be5bb6 137888 
myspell-pt-pt_20091013-5_all.deb
 f4708a0127bad74a3433ba55b10dca942251a411 3480 myspell-pt_20091013-5_all.deb
 fdad0a388e1aa4d658a87ac16a7b0e6366d51ac4 116048 aspell-pt-pt_20091013-5_all.deb
Checksums-Sha256: 
 e359fffb364e1d334141ba942a04d40bf6bbf1c97cfc07d1a2ba322f60862c75 1446 
myspell.pt_20091013-5.dsc
 928ad10ed73551664d393f3bf2e6946cc1f04714e5d3c60fbf779c07a2d6194b 5256 
myspell.pt_20091013-5.debian.tar.xz
 05f5ce31325259ecd575bf223413dd3cdb9bae2a4ae0e72f6369519e0248c69f 137888 
myspell-pt-pt_20091013-5_all.deb
 1c2d23bf362327e87fa5f12dcdda60d775842fd9b15d9d4fa8ee4ea4199486ca 3480 
myspell-pt_20091013-5_all.deb
 2122858e98465064ba0ef21890557175889458e04eb18aaa43a38d28d57152cc 116048 
aspell-pt-pt_20091013-5_all.deb
Files: 
 fc2339f0eccc1b9dd48326f145bf3e69 1446 text optional myspell.pt_20091013-5.dsc
 97a402ba7eca7abb858dfbf295fe5a2d 5256 text optional 
myspell.pt_20091013-5.debian.tar.xz
 84c0b6f307f9a4dd065ca60cda834c7e 137888 text optional 
myspell-pt-pt_20091013-5_all.deb
 6f34d1d42b7eff81d212479f14756ccb 3480 text optional 
myspell-pt_20091013-5_all.deb
 7c838f4b88075e4604d614d59890302d 116048 text optional 
aspell-pt-pt_20091013-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXbcwACgkQTShHqj72Dpz+mACffzn/Yq+rVwS1Hiw/8/6nAkJA
gpEAn3QIOSK/Qy6OvC7VOSvna9oZefHe
=iznf
-END PGP SIGNATURE-


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



Accepted wspanish 1.0.27 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 18:22:37 +0100
Source: wspanish
Binary: wspanish
Architecture: source all
Version: 1.0.27
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 wspanish   - Spanish dictionary words for /usr/share/dict
Changes: 
 wspanish (1.0.27) unstable; urgency=low
 .
   * debian/control:
 - Modify to use ${wordlist:Depends} dictionaries-common-dev
   (= 1.22.0) feature.
 - Bump Standards Version. No changes required.
 - Canonicalize VCS-* headers.
 - Explain better long description.
   * Add debian/source/format for 3.0 (quilt).
Checksums-Sha1: 
 1b1af2bbe4cbb3a12bd751926a56afe8d641e020 945 wspanish_1.0.27.dsc
 d5b16e70a191a4fa204a669be8980814b1028d24 256920 wspanish_1.0.27.tar.gz
 15bcc3ede841e96162be074dcbddb97abe366c0d 213376 wspanish_1.0.27_all.deb
Checksums-Sha256: 
 94e5004655e4473b06f0581c1af4228f4d0465a362ab3d1c0ee756740b180421 945 
wspanish_1.0.27.dsc
 6000c0e2d4f811296e543afb7d1d62ecfc810346a6ebb776d127b63dcee352de 256920 
wspanish_1.0.27.tar.gz
 39d95aa860eb7a9a393f3a483aeb550fb2f9bba3d13571b331fb8d55950cc20b 213376 
wspanish_1.0.27_all.deb
Files: 
 4f9d01c8a1b7856de07bc14b9fa8a818 945 text optional wspanish_1.0.27.dsc
 6e1dfa2287f8cdd28c78bec4b6e1f920 256920 text optional wspanish_1.0.27.tar.gz
 8d6291c8a1a0cdf8070c45a8026dd586 213376 text optional wspanish_1.0.27_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXcyQACgkQTShHqj72Dpyc9gCfYiwXpxmOJFp9+1R5WDUizary
KPEAmwY6TXtJPQNua2tj4qmjVKEBXRyC
=MeiL
-END PGP SIGNATURE-


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



Accepted xuxen-eu-spell 0.4.20081029-7 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 Mar 2014 20:08:54 +0100
Source: xuxen-eu-spell
Binary: hunspell-eu-es aspell-eu-es
Architecture: source all
Version: 0.4.20081029-7
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-eu-es - Basque (Euskera) dictionary for aspell
 hunspell-eu-es - Basque (Euskera) dictionary for hunspell
Changes: 
 xuxen-eu-spell (0.4.20081029-7) unstable; urgency=low
 .
   * Modify to use dictionaries-common-dev (= 1.22.0) features:
 - ${aspell:Depends}, ${hunspell:Depends}
 - Deal with remove files in debhelper snippet.
   * debian/control:
 - Bump Standards Version. No changes required.
 - Canonicalize Vcs-* headers.
 - Use Breaks instead of Conflicts for hunspell-eu-es.
   * Add debian/source/format for 3.0 (quilt).
Checksums-Sha1: 
 3942023885262b8a5116892cf5bfa21ffb4b617b 1478 xuxen-eu-spell_0.4.20081029-7.dsc
 e0080ce606f743b582f4dabf979dd6ba4404c0c6 5572 
xuxen-eu-spell_0.4.20081029-7.debian.tar.xz
 1b200861cadb360bafaaa9bfb0e3d864792d4a85 422094 
hunspell-eu-es_0.4.20081029-7_all.deb
 8ccfc2a75a6592149da4cc275d2886c79a1a02bf 284664 
aspell-eu-es_0.4.20081029-7_all.deb
Checksums-Sha256: 
 a286ada4b880f099f5cad8314fbf525eaf29483c5119117b1c11ba0464317e06 1478 
xuxen-eu-spell_0.4.20081029-7.dsc
 22841a9e9a179818f393e33d5d394e5d528f5e3cccf5eaf4b413d7c37077ab2e 5572 
xuxen-eu-spell_0.4.20081029-7.debian.tar.xz
 c3b4da2b803c54ce1b9125f224c1a358cb76e59e093f5946fc5194c2a5eb062e 422094 
hunspell-eu-es_0.4.20081029-7_all.deb
 037a8ca02741978b5207a79a7d0bf654aed67ef78938faf9ccb9ac79a651a895 284664 
aspell-eu-es_0.4.20081029-7_all.deb
Files: 
 9ff02e4994528c0da9bafd9eae3b2cea 1478 text optional 
xuxen-eu-spell_0.4.20081029-7.dsc
 7347e19715d49f8ac0414530e0f82c76 5572 text optional 
xuxen-eu-spell_0.4.20081029-7.debian.tar.xz
 80957693228a5f9a2e8db8cb611b1d0e 422094 text optional 
hunspell-eu-es_0.4.20081029-7_all.deb
 e52b0749d3e95e13214ecec40fe2821d 284664 text optional 
aspell-eu-es_0.4.20081029-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXc9UACgkQTShHqj72DpyHNQCdEgc1o9lqx/GiVITKnBrDxHnP
FDsAoIXWglYlGIVJqFNpmySSbj+AKxTV
=c6Z5
-END PGP SIGNATURE-


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



Accepted myspell-pt-br 20131030-2 (source all)

2014-03-05 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Mar 2014 19:21:44 +0100
Source: myspell-pt-br
Binary: myspell-pt-br aspell-pt-br
Architecture: source all
Version: 20131030-2
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 aspell-pt-br - Brazilian Portuguese dictionary for GNU Aspell
 myspell-pt-br - Brazilian Portuguese dictionary for myspell
Changes: 
 myspell-pt-br (20131030-2) unstable; urgency=low
 .
   * Modify to use dictionaries-common-dev (= 1.22.0) features:
 - ${aspell:Depends}, ${hunspell:Depends}
 - Deal with remove files in debhelper snippet.
Checksums-Sha1: 
 99bdc6c8d568d9ffc08e593bb286ce0364bbed02 1469 myspell-pt-br_20131030-2.dsc
 596202eb0e1d4d73dc9562b5cf6ddeccbf42941f 7016 
myspell-pt-br_20131030-2.debian.tar.xz
 29bfb1b5147a614d33d0ad48112dd178f356ca3e 1133516 
myspell-pt-br_20131030-2_all.deb
 857e6ac0a5f9b84833f90c0b3490e8bdce3b8f65 1034094 
aspell-pt-br_20131030-2_all.deb
Checksums-Sha256: 
 721c602a0853069ad5aed099c3d154c95f9445a430b6809a6e3a7f0c17cd4c30 1469 
myspell-pt-br_20131030-2.dsc
 10b966a6b9708cb6be522c76d98b14caaac8143a86c0b84de00bfcdeb155717b 7016 
myspell-pt-br_20131030-2.debian.tar.xz
 b4b89946f4c5468edd862b7e591cdb067be0aa8436968ca63a95bfc55cf0dde5 1133516 
myspell-pt-br_20131030-2_all.deb
 fa6ab085a680608b49fb868a3759c33d6492e842dbdc556f64a032e88826372b 1034094 
aspell-pt-br_20131030-2_all.deb
Files: 
 207c44de2c0d9219b39d93ea7baaf128 1469 text optional 
myspell-pt-br_20131030-2.dsc
 c7c343dba0666da447189b67f20ed1b6 7016 text optional 
myspell-pt-br_20131030-2.debian.tar.xz
 a58b024a9f96e6de15c1efda17b94690 1133516 text optional 
myspell-pt-br_20131030-2_all.deb
 7424def5ea84998a444fc99b1cb93951 1034094 text optional 
aspell-pt-br_20131030-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMXbXkACgkQTShHqj72DpzTCQCbBG9XFupWXbG5QZ4l0Aw45ce3
VwcAoIPWPwoeIWG1vMftr7815j128jrt
=nCuG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wlhol-4y...@franck.debian.org



  1   2   >