Re: boot ordering and resolvconf

2013-06-29 Thread Helmut Grohne
On Fri, Jun 28, 2013 at 05:02:51PM +0200, Thomas Hood wrote:
 Resolvconf supports both mode A and mode B and allows switching between them. 
 With resolvconf installed, (A) so long as a local forwarding nameserver is 
 running, resolv.conf points to this nameserver and thus rarely changes; but 
 (B) if no
 local forwarding nameserver is running and the network environment changes 
 then resolv.conf is updated and client applications are notified via 
 resolvconf hook scripts in /etc/resolvconf/update.d/ and 
 /etc/resolvconf/update-libc.d/. Even
 clients without resolvconf hook scripts make use of the latest resolv.conf 
 information because eglibc was enhanced two years ago to watch the mtime of 
 /etc/resolv.conf and re-initialize the resolver state when it changes. 
 Because of this,

The issue here is not resolvconf being inflexible. The issue at hand is
that different packages expect different and incompatible modes of
operation.

In addition resolvconf does not properly support mode (A), due to the
local forwarding nameserver is running requirement. It can leave
/etc/resolv.conf empty until the name server is actually started. In the
context of systemd this will break socket activation as a means of
avoiding dependencies and either make Debian broken (like ntpd) or
incompatible (due to added dependencies) with the rest of the world.

 I am not aware that there is anything (except perhaps ntpd) that needs to be 
 fixed.

It is true, that ntpd can work around this issue. Still it appears like
a bad design to treat EAI_SYSTEM as a temporary error. Sometimes it is,
other times it is not. How many upstreams will handle this correctly and
try again? Searching codesearch.d.n for EAI_SYSTEM and EAI_AGAIN can
give you a rough idea.

 Resolvconf supports the use of dnsmasq, pdnsd and djbdns dnscache as local 
 forwarding nameservers and reconfigures them based on input from DHCP 
 clients, ifup and NetworkManager. Support for bind9 and unbound could easily 
 be added (see
 bug report #483098).

As far as I can tell the unbound part works very well on wheezy already.
Well except for ntpd not noticing.

Helmut


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



Re: Reporting 1.2K crashes

2013-06-29 Thread Stefano Zacchiroli
On Tue, Jun 25, 2013 at 01:28:10AM -0400, Alexandre Rebert wrote:
 Please let us know if the reports are good enough to proceed with the
 filing, or if any additional information should be included in the
 report.

Heya, I haven't yet seen this mentioned yet, so here it goes: if/when
you go ahead with submitting the actual bug reports to the Debian BTS,
please usertag [1] them appropriately (e.g. using as user some valid
email contact point of yours or your team, and as usertag, say,
mayhem-crashes). Then please report to the list the user and usertag
you've chosen. That will make it easier to track what happens overtime
to the bug you reported.

[1]: http://www.debian.org/Bugs/server-request#user

And thanks for this interesting experiment!

But please consider releasing Mayhem as free software. Not only that is
what the Debian community is about, so you will likely find even *more*
people willing to help with this experiment if you do so. But doing so
is also in the interest of better reproducibility and peer review of
scientific experiments, as you certainly know.

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Is updating utmp when logging in a user a requirement in Debian?

2013-06-29 Thread Petter Reinholdtsen

Hi.

Traditionally, on Unix like systems, it is possible to run the 'w' and
'who' command to see all logged in users and ttys currently in used on
the system.  These commands look in /var/run/utmp to figure out what
users are logged in, and depend on login managers (like login, gdm, etc)
and terminal emulators to update the utmp file at the start and end of a
session.  In addition, the /var/log/wtmp file is used to record a
history of sessions, accessable using the 'last' command.

I believe it is a requirement in Debian to keep the files utmp and wtmp
up to date, and that any program should be able to depend on the content
of these files.  Example of packages depending on correct utmp
information is sysvinit (the shutdown program broadcast a message to all
logged in users), acpi-support-base (will lock the screen with the
console user's password for hibernation) and killer (kill processes of
users without active console sessions).

But my view is not shared by everyone, as for example can be seen in
URL: http://bugs.debian.org/648604 , where the maintainer of lightdm
believe correctly updated utmp information is nice to have but not a
requirement.  It is not the first time I meet this view, so he is not
the only one believing utmp and wtmp are not really no longer important
pieces of a Unix like system.

The debian policy manual have this to say about utmp and wtmp:

  11.3 Using pseudo-ttys and modifying wtmp, utmp and lastlog

  Some programs need to create pseudo-ttys. This should be done using
  Unix98 ptys if the C library supports it. The resulting program must
  not be installed setuid root, unless that is required for other
  functionality.

  The files /var/run/utmp, /var/log/wtmp and /var/log/lastlog must be
  installed writable by group utmp. Programs which need to modify those
  files must be installed setgid utmp.

But it do not state that programs should update it, nor when it should
happen.  Perhaps it should be extended to make that more clear?

So my question to my fellow debian developers is simply this: Is correct
updating of utmp and wtmp a requirement in debian, or just nice to have?
Is it a wishlist bug to fix it, or a release critical problem?

There are related mechanism like consolekit in place in Debian that can
provide a list of currently logged in users, so the question is also if
it is enough to only update consolekit, or if utmp must be updated too.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2fl61wxqsgg@diskless.uio.no



Re: Anonymous svn does not work any more

2013-06-29 Thread Andreas Tille
Hi Roland,

On Fri, Jun 28, 2013 at 01:14:01PM +0200, Roland Mas wrote:
 ...
   I won't try to pretend that I couldn't do a better job.  But Stephen
 Gran, Tollef Fog Heen, Alexander Wirt (and DSA) mostly handle the
 sysadminning part, for which we're all grateful; on the other hand,
 there's mostly only me maintaining the functional FusionForge-related
 stuff.  I would very much welcome helping hands in addition to, or in
 place of, complaints.

It seems you try to defend your stance on alioth maintenance but the
previous mails did not implied any criticism.  The issue should just be
recorded and Paul wanted to give an additional hint.

Another hint to the problem which is obviosly not singluar to Debian Med
SVN can be found here:

   
https://alioth.debian.org/tracker/?func=detailatid=21aid=314307group_id=1

Kind regards

 Andreas.

-- 
http://fam-tille.de


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



Re: Anonymous svn does not work any more

2013-06-29 Thread Andreas Tille
On Sat, Jun 29, 2013 at 11:00:55AM +0200, Andreas Tille wrote:
 Hi Roland,
 
 On Fri, Jun 28, 2013 at 01:14:01PM +0200, Roland Mas wrote:
  ...
I won't try to pretend that I couldn't do a better job.  But Stephen
  Gran, Tollef Fog Heen, Alexander Wirt (and DSA) mostly handle the
  sysadminning part, for which we're all grateful; on the other hand,
  there's mostly only me maintaining the functional FusionForge-related
  stuff.  I would very much welcome helping hands in addition to, or in
  place of, complaints.
 
 It seems you try to defend your stance on alioth maintenance but the
 previous mails did not implied any criticism.  The issue should just be
 recorded and Paul wanted to give an additional hint.
 
 Another hint to the problem which is obviosly not singluar to Debian Med

Please read the problem as the mail forward problem I mentioned in PS,
not the svn - anonscm problem - sorry for the confusion.

 SVN can be found here:
 

 https://alioth.debian.org/tracker/?func=detailatid=21aid=314307group_id=1
 
 Kind regards
 
  Andreas.

-- 
http://fam-tille.de


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



Bug#714449: ITP: droopy -- mini web server to let others upload files to your computer

2013-06-29 Thread Benjamin Drung
Package: wnpp
Severity: wishlist
Owner: Benjamin Drung bdr...@debian.org

* Package name: droopy
  Version : 20120108
  Upstream Author : Pierre Duquesne sta...@online.fr
* URL : http://stackp.online.fr/droopy
* License : BSD-3-clause
  Programming Lang: Python
  Description : mini web server to let others upload files to your computer

Droopy is a mini Web server whose sole purpose is to let others upload files to
your computer.


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



Bug#714451: ITP: golang-pq-dev -- pure Go postgres driver for Go’s database/sql package

2013-06-29 Thread Michael Stapelberg
Package: wnpp
Severity: wishlist
Owner: Michael Stapelberg stapelb...@debian.org

* Package name: golang-pq-dev
  Version : 0.0~git20130606-1
  Upstream Author : Blake Mizerany
* URL : https://github.com/lib/pq
* License : Expat
  Programming Lang: Go
  Description : pure Go postgres driver for Go’s database/sql package

After importing this package, you can connect to a postgres database from your
Go programs. This package does not depend on libpq-dev and does not need cgo,
making it suitable for use when cross-compiling.
.
This package contains the source.


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



ITP: marisa -- Tools and libs for a static and space-efficient trie data structure.

2013-06-29 Thread Mitsuya Shibata
Package: wnpp
Severity: wishlist
Owner: Mitsuya Shibata mty.shib...@gmail.com

* Package name: marisa
  Version : 0.2.4
  Upstream Author : Susumu Yuta sy...@acm.org
* URL : https://code.google.com/p/marisa-trie/
* License : LGPL, BSD
  Programming Lang: C++, Perl, Python, Ruby
  Description : Tools and libs for a static and space-efficient
trie data structure.

Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
and space-efficient trie data structure. And libmarisa is a C++ library to
provide an implementation of MARISA. Also, the package of libmarisa contains a
set of command line tools for building and operating a MARISA-based dictionary.

--
Mitsuya Shibata
mty.shib...@gmail.com


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



Bug#714454: ITP: polyphone -- soundfont editor (.sf2 format 2.01 and 2.04)

2013-06-29 Thread Davy Triponney
Package: wnpp
Severity: wishlist
Owner: Davy Triponney davy.tripon...@gmail.com

* Package name: polyphone
  Version : 0.7
  Upstream Author : Davy Triponney davy.tripon...@gmail.com
* URL : http://www.polyphone.fr/
* License : GPL v3
  Programming Lang: C++
  Description : soundfont editor (.sf2 format 2.01 and 2.04)

http://sourceforge.net/projects/polyphone/
http://mentors.debian.net/package/polyphone
Source package:
http://mentors.debian.net/debian/pool/main/p/polyphone/polyphone_0.7-1.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130629145140.2772.23661.report...@davy-portable.home



Bug#714457: ITP: golang-godebiancontrol-dev -- Go debian control file parser

2013-06-29 Thread Michael Stapelberg
Package: wnpp
Severity: wishlist
Owner: Michael Stapelberg stapelb...@debian.org

* Package name: golang-godebiancontrol-dev
  Version : 0.0~git20121130-1
  Upstream Author : Michael Stapelberg stapelb...@debian.org
* URL : https://github.com/mstap/godebiancontrol
* License : BSD
  Programming Lang: Go
  Description : Go debian control file parser

Parses files such as a Debian mirror’s Packages or Sources file, or any Debian
package’s debian/control file. Follows the Debian Policy, chapter 5.1 (“Syntax
of control files”).
.
This package contains the source.


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



Re: Reporting 1.2K crashes

2013-06-29 Thread Clint Adams
On Fri, Jun 28, 2013 at 08:06:54PM -0700, Russ Allbery wrote:
 It is, however, closely related to all of those things and you end up
 usually satisfying all of those requirements at the same time for quite a
 few packages, as has been discussed many times in the past.  People seem

I see some value in distinguishing between upstream contact points for
problems with the software (bugs and such) and upstream contact points
for licensing issues (such as restoration of rights after a GPL-2
violation).  debian/copyright seems like the logical place for the
latter but not the former.


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



Bug#714459: ITP: pyhunspell -- Python 2/3 binding for Hunspell

2013-06-29 Thread Benjamin Drung
Package: wnpp
Severity: wishlist
Owner: Benjamin Drung bdr...@debian.org

* Package name: pyhunspell
  Version : 0.1
  Upstream Author : Sayamindu Dasgupta sayami...@gmail.com
* URL : https://code.google.com/p/pyhunspell/
* License : GPL-3+
  Programming Lang: C, Python
  Description : Python 2/3 binding for Hunspell

Pyhunspell is a set of Python bindings for the Hunspell spell-checker
engine. It lets developers load Hunspell dictionaries, check words, get
suggestions, add new words, etc. It also provides some basic morphological
analysis related methods.

There are two binary packages. One provides the binding to Python 2 and the
other provides the binding to Python 3.


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



Re: Reporting 1.2K crashes

2013-06-29 Thread Russ Allbery
Clint Adams cl...@debian.org writes:
 On Fri, Jun 28, 2013 at 08:06:54PM -0700, Russ Allbery wrote:

 It is, however, closely related to all of those things and you end up
 usually satisfying all of those requirements at the same time for quite
 a few packages, as has been discussed many times in the past.

 I see some value in distinguishing between upstream contact points for
 problems with the software (bugs and such) and upstream contact points
 for licensing issues (such as restoration of rights after a GPL-2
 violation).  debian/copyright seems like the logical place for the
 latter but not the former.

Yeah, I agree.  (And sorry about being grumpy last night.)  Or, to
elaborate a bit, I think debian/copyright currently collects all the
information that people need about the licensing, including the
information required to verify the license with upstream.  That's why we
have the provenance (so that you know exactly what is included in the
package and where it came from, including anything excluded due to
licensing), the upstream URL and name (so that you can find the same code
again directly from upstream to verify the licensing if needed), and the
upstream authors (so that you can reach them directly with questions about
licensing).

It doesn't all have to be there, of course, but I do think those are all
good things for Debian packages to document in general.

For the packages whose upstreams are single people or small groups, this
probably will be a distinction without a difference.  I don't know if, to
be completely correct, we should really be separating the contact for
licensing questions from the contact for bug reports for, say, all the GNU
software that we package, where it really could be different contacts.
(Although I don't know that the GNU project specifically publishes such a
contact, unless it's licens...@gnu.org.)

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


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



Bug#714473: ITP: python-spidermonkey -- JavaScript / Python bridge

2013-06-29 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-spidermonkey
  Version : 0.0.10
  Upstream Author : Paul J. Davis paul.joseph.da...@gmail.com
* URL : https://pypi.python.org/pypi/python-spidermonkey
* License : MIT
  Programming Lang: Python
  Description : JavaScript / Python bridge

 Spidermonkey allows you to execute arbitrary JavaScript code from Python.
 It allows you to reference arbitrary Python objects and functions in the
 JavaScript VM.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130629185022.20827.31723.report...@buzig.gplhost.com



Bug#714474: ITP: pear-guzzle-channel -- Guzzle PEAR channel

2013-06-29 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org

* Package name: pear-guzzle-channel
  Version : 0~20130629
* URL : http://guzzlephp.org/pear/
* License : public-domain
  Programming Lang: XML
  Description : Guzzle PEAR channel

 This is the PEAR channel registry entry for guzzle.
 PEAR is a framework and distribution system for reusable PHP
 components. A PEAR channel is a website that provides package for
 download and a few extra meta-information for files.


This will be needed to package Guzzle, which is a dependency of the
latest php-aws-sdk version.


signature.asc
Description: Digital signature


Bug#714486: ITP: php-guzzle -- object-oriented PHP HTTP client

2013-06-29 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block -1 by 714474

* Package name: php-guzzle
  Version : 3.7.0
  Upstream Author : Michael Dowling mtdowl...@gmail.com
* URL : http://guzzlephp.org/
* License : Expat
  Programming Lang: PHP
  Description : object-oriented PHP HTTP client

 Object-oriented PHP HTTP Client for PHP 5.3+.
 It takes the pain out of sending HTTP requests and the redundancy out
 of creating web service clients. It's a framework that includes the
 tools needed to create a robust web service client, including: Service
 descriptions for defining the inputs and outputs of an API, resource
 iterators for traversing paginated resources, batching for sending a
 large number of requests as efficiently as possible.


This is a dependency of the latest php-aws-sdk version, which also
depends on php-symfony-eventdispatcher (upcoming ITP).


signature.asc
Description: Digital signature


Bug#714488: ITP: php-symfony-eventdispatcher -- Symfony framework - Event Dispatcher component

2013-06-29 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block 714486 by -1

* Package name: php-symfony-eventdispatcher
  Version : 2.3.1
  Upstream Author : Fabien Potencier fab...@symfony.com
* URL : 
http://symfony.com/doc/current/components/event_dispatcher/introduction.html
* License : Expat
  Programming Lang: PHP
  Description : Symfony framework - Event Dispatcher component

 This package provides the Event Dispatcher component, which implements
 a lightweight version of the Observer design pattern. The Observer
 pattern is a software design pattern in which an object, called the
 subject, maintains a list of its dependents, called observers, and
 notifies them automatically of any state changes, usually by calling
 one of their methods. It is mainly used to implement distributed event
 handling systems.
 .
 Symfony is a PHP framework, a set of tools and a development
 methodology.


signature.asc
Description: Digital signature


Re: Reporting 1.2K crashes

2013-06-29 Thread Charles Plessy
 Clint Adams cl...@debian.org writes:
 
  I see some value in distinguishing between upstream contact points for
  problems with the software (bugs and such) and upstream contact points
  for licensing issues (such as restoration of rights after a GPL-2
  violation).  debian/copyright seems like the logical place for the
  latter but not the former.

Le Sat, Jun 29, 2013 at 09:12:05AM -0700, Russ Allbery a écrit :
 
 Yeah, I agree.  (And sorry about being grumpy last night.)  Or, to
 elaborate a bit, I think debian/copyright currently collects all the
 information that people need about the licensing, including the
 information required to verify the license with upstream.  That's why we
 have the provenance (so that you know exactly what is included in the
 package and where it came from, including anything excluded due to
 licensing), the upstream URL and name (so that you can find the same code
 again directly from upstream to verify the licensing if needed), and the
 upstream authors (so that you can reach them directly with questions about
 licensing).

How about simply replacing should name the original authors by should
provide contact information for license questions ?

I think that there is value to correct this point even if we can not define
precisely what should or must be in the Debian copyright file as a whole.

Have a nice Sunday,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Re: Reporting 1.2K crashes

2013-06-29 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 28 June 2013 20:12:50 Russ Allbery wrote:
 Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com writes:
  And DEP5 is fine as long as you don't hit a source wich makes it grow
  above 12k+ lines. Then it becames a real PITA.
 
 This usually means you're doing it wrong.  Comprehensive copyright-format
 1.0 files for some of my packages with over 20 different licenses,
 including all of the build machinery (which you don't actually have to
 document), and dozens of separate copyright holders are only 300 lines.
 Obviously they'll grow considerably if you have licenses that aren't in
 common-licenses but are quite long, but that's unavoidable regardless of
 the format.

I agree. And yes, Maybe I could have make it less verbose by compressing the 
set of files thathave stuff in common.

But that would have taken me at least one more day of work. Thanks, but no 
thanks.

-- 
7: Hay diferencia entre cortar un archivo y borrarlo o eliminarlo
* Depende cuando se cuelgue Windows
Damian Nadales
http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Re: Reporting 1.2K crashes

2013-06-29 Thread Russ Allbery
Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com writes:

 I agree. And yes, Maybe I could have make it less verbose by compressing
 the set of files thathave stuff in common.

 But that would have taken me at least one more day of work. Thanks, but
 no thanks.

Yeah, I definitely understand that part.  I write them in part because I'm
kind of obsessive about some things.

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


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



Bug#714500: ITP: mnemonicode -- converts binary data into a sequence of words

2013-06-29 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: mnemonicode
  Version : 0.73
  Upstream Author : Oren Tirosh o...@hishome.net
* URL : 
http://web.archive.org/web/20101031205747/http://www.tothink.com/mnemonic/
* License : MIT
  Description : converts binary data into a sequence of words

 The mnemonic encoding presented here is a method for converting binary
 data into a sequence of words suitable for transmission or storage by
 voice, handwriting, memorization or other non-computerized means.
 .
 The encoding converts 32 bits of data into 3 words from a vocabulary
 of 1626 words. The words have been chosen to be easy to understand
 over the phone and recognizable internationally as much as possible.


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



Re: Reporting 1.2K crashes

2013-06-29 Thread Bart Martens
On Sun, Jun 30, 2013 at 08:24:30AM +0900, Charles Plessy wrote:
 How about simply replacing should name the original authors by should
 provide contact information for license questions ?

That would give the wrong impression that whatever that contact answers to
license questions applies.

Regards,

Bart Martens


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



Accepted p11-kit 0.18.4-1 (source i386)

2013-06-29 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 29 Jun 2013 08:18:04 +0200
Source: p11-kit
Binary: libp11-kit-dev libp11-kit0 p11-kit libp11-kit0-dbg
Architecture: source i386
Version: 0.18.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 libp11-kit-dev - Library for loading and coordinating access to PKCS#11 
modules -
 libp11-kit0 - Library for loading and coordinating access to PKCS#11 modules -
 libp11-kit0-dbg - load and coordinate access to PKCS#11 modules - debugging 
symbols
 p11-kit- p11-glue utilities, proxy and trust modules
Changes: 
 p11-kit (0.18.4-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 2b4523585e661c63a92f0960146103c117788f28 1498 p11-kit_0.18.4-1.dsc
 5bf49229fdc02721359919a0d625ff2e7cae66dd 992093 p11-kit_0.18.4.orig.tar.gz
 8fa3df04ff157d48daa2b60e038109e4ad6e3aea 8918 p11-kit_0.18.4-1.debian.tar.gz
 80c4c274f8ff5b527bf87e5b0651da1bc1d75e76 121544 
libp11-kit-dev_0.18.4-1_i386.deb
 e51860db77eaf33713aa240cf96d9abefcb6ffed 92 libp11-kit0_0.18.4-1_i386.deb
 06042bf15611a3f22623619094381a2f182dbde6 209230 p11-kit_0.18.4-1_i386.deb
 b01e8c2ea22d3d1d2feb1d35ae04bf03ea47a0b6 332808 
libp11-kit0-dbg_0.18.4-1_i386.deb
Checksums-Sha256: 
 5a08064cedcea2f7c6f9ca99cf86044ce9619697a12e63c76ca5815982757e57 1498 
p11-kit_0.18.4-1.dsc
 df5424ec39e17c2b3b98819bf772626e9b8c73871a8b82e54151f6297d8575fd 992093 
p11-kit_0.18.4.orig.tar.gz
 9b997e3fc5ab61bd39a46013a4c4519a301782899c48a092f6df024c11eb1e35 8918 
p11-kit_0.18.4-1.debian.tar.gz
 877b409b7f5a457661d4e632236a49e05ac076e3efcad4442e4f94e87a22f6b3 121544 
libp11-kit-dev_0.18.4-1_i386.deb
 17a959826b6e9a325cf0d1b1d027a6d15ccfcae211bfefd3c0ea02f673965df8 92 
libp11-kit0_0.18.4-1_i386.deb
 ed4ae7a646d4ca44b854ba1b8dd50b17c017c74d35be20f862fb57775e007564 209230 
p11-kit_0.18.4-1_i386.deb
 f6e7f0364e8d4db1aeb0db9c5cf9aa664ef3c6cb20fba757650a2f3d1e6fa3c6 332808 
libp11-kit0-dbg_0.18.4-1_i386.deb
Files: 
 2c25f0829f7becf8a81e782988b7ddaf 1498 libs extra p11-kit_0.18.4-1.dsc
 9535c4e5b9c2ef5f5cd0755115ba098b 992093 libs extra p11-kit_0.18.4.orig.tar.gz
 d7ea6c51298b7fbfca85110af2ef4eda 8918 libs extra p11-kit_0.18.4-1.debian.tar.gz
 5ab70fa1a2dd11a306173a4e18ea3b98 121544 libdevel optional 
libp11-kit-dev_0.18.4-1_i386.deb
 13b2954ae06d909e433d0f6a4d731d62 92 libs standard 
libp11-kit0_0.18.4-1_i386.deb
 6c2de3f9c8fbbab8ba7105bb70ff49fc 209230 misc extra p11-kit_0.18.4-1_i386.deb
 551615880833b0c4cdee91d8b0615b35 332808 debug extra 
libp11-kit0-dbg_0.18.4-1_i386.deb

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

iEYEAREDAAYFAlHOfRIACgkQHTOcZYuNdmMx9QCfaNuSsiJlMSAG2kvhHKSLDEMB
sWQAoIWncgs3QLXbCCinG6PgG/3dWuGr
=0bpn
-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: http://lists.debian.org/e1usoiw-00027b...@franck.debian.org



Accepted xdg-user-dirs 0.15-1 (source amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 08:21:06 +0200
Source: xdg-user-dirs
Binary: xdg-user-dirs
Architecture: source amd64
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 xdg-user-dirs - tool to manage well known user directories
Closes: 524903 666787
Changes: 
 xdg-user-dirs (0.15-1) unstable; urgency=low
 .
   * New upstream release.
 - Updated and new translations, including Croatian. (Closes: #666787)
 - Add manpages for all files and commands. (Closes: #524903)
   * Update Vcs-* URLs.
   * Rebuild all translations.
   * Bump Standards-Version to 3.9.4. No further changes.
   * Set pkg-gnome-maintain...@lists.alioth.debian.org as Maintainer.
   * Add Build-Depends on xsltproc, docbook-xsl and docbook-xml. Required to
 build the documentation.
Checksums-Sha1: 
 b2b2565a983fc51c4d933c4707ca61814cdca2c5 2142 xdg-user-dirs_0.15-1.dsc
 4e722682adcce33b4b9130b148bfbd9d49737814 243747 xdg-user-dirs_0.15.orig.tar.gz
 ffde902bf5b4acc614c45cf107d0a0fed0b4baf4 3714 
xdg-user-dirs_0.15-1.debian.tar.gz
 cd3477b56ebf040b1afa8aa4edffba37ec5c84ad 61730 xdg-user-dirs_0.15-1_amd64.deb
Checksums-Sha256: 
 1dcb0e9ad76a0bd012deae65b6fdc0651f5b82d0b95b11242a9e0d99113284c4 2142 
xdg-user-dirs_0.15-1.dsc
 20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786 243747 
xdg-user-dirs_0.15.orig.tar.gz
 605cf2cb6c337250206ddd420f375fd48350003c4916b4bcbe2ad3febef75b7d 3714 
xdg-user-dirs_0.15-1.debian.tar.gz
 1557f21f92eb255d02a629870c458cd1893d21b4fe44f741ef2aca9942817c86 61730 
xdg-user-dirs_0.15-1_amd64.deb
Files: 
 48b46ea4c380d303bfdad5ddfc5a0ace 2142 utils optional xdg-user-dirs_0.15-1.dsc
 f5aaf5686ad7d8809a664bfb4566a54d 243747 utils optional 
xdg-user-dirs_0.15.orig.tar.gz
 86fbc3f3437cff5e841bd4c755e5a294 3714 utils optional 
xdg-user-dirs_0.15-1.debian.tar.gz
 bb65f106a0bb2e97be7154d4191da7ae 61730 utils optional 
xdg-user-dirs_0.15-1_amd64.deb

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

iQIcBAEBCAAGBQJRzn8qAAoJEGrh3w1gjyLcwdMP/2r0gfRVosWTl1IvxH+A3Vp9
fpbgVhHH959C4zC3kDkKEJUVMkCTRhnOPNrVYh4s2f26jVU6qwCmx4yWTYrJk8b1
JRjrALxQNbxuf3VjURppJKNDXFPBf91pdnxtP5GEvYGgbgH2z8o9FilBWKExhYUT
pI851CXblkNWbx+YoMZBngct/Q0Xc8wSY5qSmJwes6I+eWGjKFbTD/1fGWt1aCzR
pgRFzU1n10+VqGKlDWrQi0EP3SWpnO9VOFeejzVrnIouorxULU8PQKuGi6W+d6Tx
foTydyZRw51XVU5d9TTtSQazicUsx5Xb6T2ye0fdKWMG4njH9ExiawL/9pANxgN3
mxPkSmoY1W3OOSuBdndeEWj3uTwP8jpOtrrWxHsNFDkw1PnR0sdHWmQ1dH3hUZ9R
0oL3m9Y+g6Rfadd+BUi+BvK1QnhjZGVVzbff2+e+pPoD0m69tG6WoZ4lb/ywY2bU
AaPyCr/PPrDYKnl/xm+8/uEsYsLCLx50P/JY1ZXUABBP3+uxhD8QgEiDVpC2EUO1
csCO6hVHS9dX3wI9MQmCVoe54kIMb/GiAXfi5js6bqpYF55CrBn2caoAJEuwuu7S
mgsVQK/rfxA/ybQjTRQ/uT6+FfW8LYRroNbUVPQPfJZTmsQXz7TgOEsfm/Wyu5M0
JoJ88Q/FpFmUllU3PeOf
=jMga
-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: http://lists.debian.org/e1usoid-0002a1...@franck.debian.org



Accepted libenv-path-perl 0.19-1 (source all)

2013-06-29 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 08:38:35 +0200
Source: libenv-path-perl
Binary: libenv-path-perl
Architecture: source all
Version: 0.19-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libenv-path-perl - Perl module implementing advanced operations on path 
variables
Changes: 
 libenv-path-perl (0.19-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Email change: Salvatore Bonaccorso - car...@debian.org
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.19
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
   * Convert to '3.0 (quilt)' source package format
   * Update debian/copyright file information.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update copyright years for debian/* packaging files.
 Refer to Debian systems in general instead of only Debian GNU/Linux
 systems.
 Explicity refer to GPL-1 license text included in common-licenses.
   * Bump Standards-Version to 3.9.4
   * Update Debhelper compat level to 8.
 Adjust versioned Build-Depends on debhelper to (= 8).
Checksums-Sha1: 
 5cbcac95ad3d8ea6547dab22fe7996273c733984 2040 libenv-path-perl_0.19-1.dsc
 0c4677e6d6e03a0bfaab877ac74bce55a519f49c 11036 
libenv-path-perl_0.19.orig.tar.gz
 ead018cb830fb3b054ebc36eec802e4cd0f1ed33 2063 
libenv-path-perl_0.19-1.debian.tar.gz
 6d19e9edf501ff14769a794b8e468da10e90e25b 21964 libenv-path-perl_0.19-1_all.deb
Checksums-Sha256: 
 8a08357aa0bea3673426337d44c9ab2d6db796c10b2a6ffb8629e15cf94bceb0 2040 
libenv-path-perl_0.19-1.dsc
 244bf093798832a7d841d9ee5b4b0e6b489996eef63541e505091aa34a9015e2 11036 
libenv-path-perl_0.19.orig.tar.gz
 fba24453ceb147558b8abb863b65dad83f1b7dae460b307b6b4a98194d708e00 2063 
libenv-path-perl_0.19-1.debian.tar.gz
 db54d2c7de3a78f810793789e6fc0203596d9363cd6c247c912735cf83cb263e 21964 
libenv-path-perl_0.19-1_all.deb
Files: 
 998aebf237687a2f9b57fe970a3ad413 2040 perl optional libenv-path-perl_0.19-1.dsc
 e0990baf757ce4f8145dd18817a589a9 11036 perl optional 
libenv-path-perl_0.19.orig.tar.gz
 26f60293f1c30faba7387057a30ca396 2063 perl optional 
libenv-path-perl_0.19-1.debian.tar.gz
 5c47bdaa53586427c03a0d1b994e6a6b 21964 perl optional 
libenv-path-perl_0.19-1_all.deb

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

iQIcBAEBCgAGBQJRzoKAAAoJEHidbwV/2GP+gOgQAORkQPOUVXJg4SC6rjphqXDx
PyIpSCqnsO3L/H6dArKvZ2V6afZcVDTMPt9ztetXaHnKknYkCbJsZR03xLIfbXnV
HhgL6OxcUPmHp47s5w19RdLEgTWuTPyF9UP+UMYa4LwJGRzRpj5dU0j4tPcfWLi9
56YmQ6L9xxtHvORIsHW13eoB5tir2qx5XnG6Dvc6BaSbUZUYhwvQGB1xv3G46Ugk
9uTVBgbAp7NFo1Mv5wlo8M2CJD/+291Vh4qut/ROIAcjiqJ8uuJJuliUkpDKNHT+
YMYwZorE4MeW9FWGMzMhvu0jMVg2jZgQnLZpa1sLDcKkSTRdGmD2gv9Xn0HS5UFQ
BJyzMSu5W4caHtbtHP3WlwypPye4XwV2mrHVuddHLV64ieN7oWdl7vzTAvJzywbn
20QNU0GCerTdZLxWFRe6p5USiGFur7fBL5T0l+clpcyOWro/S48ic4FQwZkQkW8y
M2bMHHvFfPAUj/Wycmi2p9+9uXDEFIFTwUMHxwmv/HQ3hjxSLXIGrFdTBF81NFSg
Di8yLN+qEnxv2+tUbOU34hM/CF9G83xS6Mu7FP2HgFWWvXpYUCfuYaZ0i8w0ghh2
kLYNAu+Bpzq5u+XmIum+eOmZTtCX7sxHYYQKVy7FrJJ7vYn7WFsa+QKC9D569Gvy
pSr1YhHYVSI4aojfG4lZ
=pQcQ
-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: http://lists.debian.org/e1usowu-0004tm...@franck.debian.org



Accepted mkvtoolnix 6.3.0-1 (source i386)

2013-06-29 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 08:11:55 +0200
Source: mkvtoolnix
Binary: mkvtoolnix mkvtoolnix-gui
Architecture: source i386
Version: 6.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description: 
 mkvtoolnix - Set of command-line tools to work with Matroska files
 mkvtoolnix-gui - Set of tools to work with Matroska files - GUI frontend
Changes: 
 mkvtoolnix (6.3.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b801038cb88d622c5a55b35c66834f4f56e8650c 1417 mkvtoolnix_6.3.0-1.dsc
 868d52111cb125040541dab564b51a6046b2fcb7 5123624 mkvtoolnix_6.3.0.orig.tar.xz
 89d76318f03f5979860b0c233bfc8ab7f71d1eb7 4980 mkvtoolnix_6.3.0-1.debian.tar.xz
 4961eafff2f3254f00f5ed8073543f02ca7f335b 4892488 mkvtoolnix_6.3.0-1_i386.deb
 46b61507ad89e1b21595ede2f60e69589453225c 2628118 
mkvtoolnix-gui_6.3.0-1_i386.deb
Checksums-Sha256: 
 b3a4306c182b34ffcbf3166fa8d32b267d66c4c3b1e3e6e70675c13cdb8b0c89 1417 
mkvtoolnix_6.3.0-1.dsc
 bc05f07d92190d018e901091a07ed5139f4eec833203af04672e4d3a0c619ba1 5123624 
mkvtoolnix_6.3.0.orig.tar.xz
 b04080d6322ad6cfd171e1de34ea3a3553feef1590e02578b9c80fd9ee1c50e7 4980 
mkvtoolnix_6.3.0-1.debian.tar.xz
 3dc8b11f3e9ed58c3302142013129cbe4fff2a6782952bf4618f195df9c2a04e 4892488 
mkvtoolnix_6.3.0-1_i386.deb
 d83ff3683ae08630718f50c773d046a5b7be2098b7e81359ef7c03f43da8d3ff 2628118 
mkvtoolnix-gui_6.3.0-1_i386.deb
Files: 
 390d39f3b530b94bc47ae7367c58d0b2 1417 graphics optional mkvtoolnix_6.3.0-1.dsc
 3d64652b1aa3ce3faaa468b11dcbd82c 5123624 graphics optional 
mkvtoolnix_6.3.0.orig.tar.xz
 e0c6d848499577d68a52c52b4aab4b8c 4980 graphics optional 
mkvtoolnix_6.3.0-1.debian.tar.xz
 e000fdcf222982f00ab2ae5708ce8055 4892488 graphics optional 
mkvtoolnix_6.3.0-1_i386.deb
 a3537e25a5856e8b6ec1fd7b4ab13a68 2628118 graphics optional 
mkvtoolnix-gui_6.3.0-1_i386.deb

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

iD8DBQFRzogSB9xWPR9BuQcRAqmkAJ0W+Bh2V6LQJ8sc5UPMh88WwgCzbACdFJUQ
oEjfyNQby6xB/Iuc3eLBYzg=
=oJIW
-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: http://lists.debian.org/e1uspq5-0002ku...@franck.debian.org



Accepted gvfs 1.16.3-1 (source all amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 09:34:48 +0200
Source: gvfs
Binary: gvfs gvfs-daemons gvfs-libs gvfs-common gvfs-fuse gvfs-backends 
gvfs-bin gvfs-dbg
Architecture: source all amd64
Version: 1.16.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gvfs   - userspace virtual filesystem - GIO module
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-common - userspace virtual filesystem - common data files
 gvfs-daemons - userspace virtual filesystem - servers
 gvfs-dbg   - userspace virtual filesystem - debugging information
 gvfs-fuse  - userspace virtual filesystem - fuse server
 gvfs-libs  - userspace virtual filesystem - private libraries
Changes: 
 gvfs (1.16.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 a051b9b1d906dedf1e28dcd5d479955f682b5cc7 3155 gvfs_1.16.3-1.dsc
 e1a6150888bc9438f5423a8005813f07e64818d8 1493048 gvfs_1.16.3.orig.tar.xz
 f4ddbc6a131b72def914f4b49d111ac346424ae5 21157 gvfs_1.16.3-1.debian.tar.gz
 458122465c7bdc29c4e41d6ec3ab49bb8641500f 673494 gvfs-common_1.16.3-1_all.deb
 8857e7b8dc388f76e8c7bd3f74b02e2b0273baab 281888 gvfs_1.16.3-1_amd64.deb
 5acb74333e48b3c8e683ed51bff156f2f3b31f20 301598 gvfs-daemons_1.16.3-1_amd64.deb
 3b571276d9bff60b9a70554e6d1d987c91841384 280304 gvfs-libs_1.16.3-1_amd64.deb
 50e5a51269f7830b2b157b1d90c71e888fab7250 204786 gvfs-fuse_1.16.3-1_amd64.deb
 b6fc05631e5bbe639101680727a32af659816116 466600 
gvfs-backends_1.16.3-1_amd64.deb
 80aad6e9ac463f35cc6e38cadce64dc085eb781e 225334 gvfs-bin_1.16.3-1_amd64.deb
 39a1aea88a8959afb0dc0796b459add0b1cb461b 1783942 gvfs-dbg_1.16.3-1_amd64.deb
Checksums-Sha256: 
 1f80cbc4d8140104884f4a0cb0732e09eacc1aaf0ea3c5e134a13cf884c71b5d 3155 
gvfs_1.16.3-1.dsc
 02a4483d0dd2e307f58f8e1d34dd29dbe06d3a345b73ac8d6f87bb91189c8e49 1493048 
gvfs_1.16.3.orig.tar.xz
 825396c75b258c83e311c37410cc7dcd0186cce37eab3ad8e4af4bb1bc5afb36 21157 
gvfs_1.16.3-1.debian.tar.gz
 15c93ea7345d62168ab6d9a831cc3e072e8cf4dab591ba36b37bc701e6b6375f 673494 
gvfs-common_1.16.3-1_all.deb
 dab204b0f525b7f80ae64e8358c70f52ba7970af55e53dd04e21980f4a15532b 281888 
gvfs_1.16.3-1_amd64.deb
 de0d2d7dee6381b780aff47d174d7745d19c7ced7e53582d66a7c0c0dbd8af72 301598 
gvfs-daemons_1.16.3-1_amd64.deb
 03a52c01f960049e0925197195b1b3019b22460ff3ac2b068585b2bd037d4fa5 280304 
gvfs-libs_1.16.3-1_amd64.deb
 c05aa00cc5d0eff85b70227d35b4e919d09c02997a425388627f1149eafe9010 204786 
gvfs-fuse_1.16.3-1_amd64.deb
 406fd41c58b7440936d6e192fd4c7f2dfa7b5ed90820d4bb32c95af358e88b53 466600 
gvfs-backends_1.16.3-1_amd64.deb
 f4f45929aa20de64fd84786518bd6ff46edf73e4b3c10fd8cdc49aa8840eeab6 225334 
gvfs-bin_1.16.3-1_amd64.deb
 3fb47d712e932e56bd47beb0e0b8aef7474f99d19847db8144d785af98fe6dd8 1783942 
gvfs-dbg_1.16.3-1_amd64.deb
Files: 
 f8a191e673702d58e074b87a6692330e 3155 gnome optional gvfs_1.16.3-1.dsc
 122f20b25a5e0259a3d33be25113a0aa 1493048 gnome optional gvfs_1.16.3.orig.tar.xz
 1cc270cb62d0ae977822c729c6fce56b 21157 gnome optional 
gvfs_1.16.3-1.debian.tar.gz
 989ec47f82220a207acd43146bf91ddc 673494 libs optional 
gvfs-common_1.16.3-1_all.deb
 a52a45fa068cc692d903fe97426cb19b 281888 libs optional gvfs_1.16.3-1_amd64.deb
 16caf9220a8a3e9beb0bd19d4e6bdc5f 301598 libs optional 
gvfs-daemons_1.16.3-1_amd64.deb
 35f3f42f50aa397ad507b44a93b65f26 280304 libs optional 
gvfs-libs_1.16.3-1_amd64.deb
 1a6566cdc012cd6ed6d61a6d209a4f09 204786 gnome optional 
gvfs-fuse_1.16.3-1_amd64.deb
 44eb956a8e048e984f90fe2a8b231797 466600 gnome optional 
gvfs-backends_1.16.3-1_amd64.deb
 a197c074f30715e43148b4777950312d 225334 gnome optional 
gvfs-bin_1.16.3-1_amd64.deb
 a6fab19a8d4a09da1146ee39618a6c23 1783942 debug extra 
gvfs-dbg_1.16.3-1_amd64.deb

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

iQIcBAEBCAAGBQJRzo9uAAoJEGrh3w1gjyLcJSMP/Ayw20Q/ReuRsSj2Ds4ISkkD
DMtSb8efmes6kRLWjTWcJE4sUCbAaxzTq6/1pt9rALUwjM3xxxl9gjFmmANuoNn2
qe/0KUdRcPSyAJkEA9yFoSnJ9s1/v+XQafWoCwzH9cwfTai7YnbI//9eS9fHMmab
27EUnv3a/B5FO8JzW2i+f19/2wDmmKoky6IOGAP6PwZxQJ8BGtDj3ryiAH7wof71
+yFA7bKt3aGZ364uW+ojk9vUec1Ul6GDb0pHFVn1svHm/MJVxAA7QS9delpFxl5C
phxi9ccgjUfwmE5E0YS5dw9fWqvT66pfp8vCAyguUnb0igLvOZf/MWZn5k9Cwyni
FelsgDscdqr4Ow06cAy5aVtTTM8eyJf/EUThtfUi7rNHAF3WgmqfUA1fxgzmzkzZ
NOHpa0O1XvpVmIxdsKG947Av12NQyVxyujNHHMmJzMXOWnGeJR9sSS1QBVrhpz8n
ftGcW2r7ebk5WW98ooH45FLlAJK8PUaVY1rK7lnvfg6o52zuzuAhePqQWdIOUCsj
vM2R4ZwuhA5sVrA0y/2gPm7hAaPGwB2WyLNiq9GOsNualT9lXfSDfvlcy14BNDh/
fMtAFUhW2DsV3fm72xt2zvakaI7MFh2qZ0t8GuQfMRfexRiVxciieX58FNH4/AVi
zreFXRtGpIzg3vj1vj2Q
=xtV2
-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: http://lists.debian.org/e1uspt9-ml...@franck.debian.org



Accepted aspcud 2012.10.24-4 (source amd64)

2013-06-29 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 10:41:01 +0200
Source: aspcud
Binary: aspcud
Architecture: source amd64
Version: 2012.10.24-4
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen trei...@debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 aspcud - CUDF solver based on Answer Set Programming
Changes: 
 aspcud (2012.10.24-4) unstable; urgency=low
 .
   * add sed script /usr/share/aspcud/misc11-to-misc12 based on an idea by
 Roberto Di Cosmo (thanks!)
   * Patch misc11-backward-compatiblity: translate optimization criteria
 in MISC11 style to MISC12.
Checksums-Sha1: 
 c6c020f40b37df1d22f336b9a9da48f2a336 1260 aspcud_2012.10.24-4.dsc
 c31f97d42189f05f35af7c8aa38c1d6f6d105fa8 5037 aspcud_2012.10.24-4.debian.tar.gz
 a10ac8f70f42a8f6befcaf0e465539705da1c5da 189052 aspcud_2012.10.24-4_amd64.deb
Checksums-Sha256: 
 b4bb3ffa6dfecbacbc6a586e413efcac8d72a0093517e002d151579a4b40ac55 1260 
aspcud_2012.10.24-4.dsc
 0fd9baafa10a98b427b057269fdaac14684399bbe995d440d1dfe7d91667da65 5037 
aspcud_2012.10.24-4.debian.tar.gz
 78828e2c5a3004ccfd7cad1755fe739053db9a14ba0292e4905e75da54b2b22e 189052 
aspcud_2012.10.24-4_amd64.deb
Files: 
 6a6cf364ea111075bc5960574af9d528 1260 admin extra aspcud_2012.10.24-4.dsc
 ae91f00b1e56eab390be03008d0ed1da 5037 admin extra 
aspcud_2012.10.24-4.debian.tar.gz
 22f7824a42143f0504e023d4fed88dd2 189052 admin extra 
aspcud_2012.10.24-4_amd64.deb

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

iEYEARECAAYFAlHOomwACgkQtzWmSeC6BMEHKwCgqkCPFj0dqQCWVHLdxsrojEuq
ew0AnjofVRzqMM73NGbZHu5CEv2yY4KG
=C8eL
-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: http://lists.debian.org/e1usr3g-0003so...@franck.debian.org



Accepted aspell-ar-large 1.2-0-3 (source all)

2013-06-29 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 12:13:28 +0300
Source: aspell-ar-large
Binary: aspell-ar-large
Architecture: source all
Version: 1.2-0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Arabic Packaging Team 
debian-arabic-packa...@lists.alioth.debian.org
Changed-By: Lior Kaplan kap...@debian.org
Description: 
 aspell-ar-large - Large Arabic dictionary for aspell
Closes: 638724
Changes: 
 aspell-ar-large (1.2-0-3) unstable; urgency=low
 .
   [ Agustin Martin Domingo ]
   * Enable Auto-Hash feature to no longer modify shipped files (Closes: 
#638724)
 .
   [ Lior Kaplan ]
   * Drop contents file
   * Auto-generate symlinks for rws files
Checksums-Sha1: 
 9fa0dd207dfe50645bd6d78e84e40b97bfa43f77 1403 aspell-ar-large_1.2-0-3.dsc
 08bc7cdd607f6e216cbd32b0e9f5eaddbb1fe2ed 4102 
aspell-ar-large_1.2-0-3.debian.tar.gz
 d63f8542a8034e3cfb905b7f627b8a441b7e7563 2225584 
aspell-ar-large_1.2-0-3_all.deb
Checksums-Sha256: 
 246e0f8dfd347a9d06d0c32d37fc4f28c41da81568738d31461afca5dcd78a76 1403 
aspell-ar-large_1.2-0-3.dsc
 98b86a808633da85e51c50b2bacb7ec3f7983e8c515db62109904bf6672d7097 4102 
aspell-ar-large_1.2-0-3.debian.tar.gz
 49f0fee40335afd9bedab970d1f4963be8097b82ae630952d924dd51457d5c1a 2225584 
aspell-ar-large_1.2-0-3_all.deb
Files: 
 2a24bfc35d94a211fa90d596e8e51e03 1403 text optional aspell-ar-large_1.2-0-3.dsc
 b31ea0be5b0e3fe8a260bb15f64b1318 4102 text optional 
aspell-ar-large_1.2-0-3.debian.tar.gz
 fe3193f8fb909cc2c318950ebb125340 2225584 text optional 
aspell-ar-large_1.2-0-3_all.deb

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

iEYEARECAAYFAlHOqDMACgkQFViURZnoHaAp2ACeKl2Gi0My7NX4PLQ7HMmHKqnc
n1YAn2selPifEFkeJK6fyc0B8I5HPQKY
=Sytb
-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: http://lists.debian.org/e1usrwy-0001fp...@franck.debian.org



Accepted aspell-he 1.0-0-6 (source all)

2013-06-29 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 11:50:40 +0300
Source: aspell-he
Binary: aspell-he
Architecture: source all
Version: 1.0-0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team 
debian-hebrew-pack...@lists.alioth.debian.org
Changed-By: Lior Kaplan kap...@debian.org
Description: 
 aspell-he  - Hebrew dictionary for aspell
Closes: 499882
Changes: 
 aspell-he (1.0-0-6) unstable; urgency=low
 .
   [ Agustin Martin Domingo ]
   * Enable Auto-Hash feature to no longer modify shipped files (Closes: 
#499882)
 .
   [ Lior Kaplan ]
   * Drop contents file
   * Auto-generate symlinks for rws files
Checksums-Sha1: 
 3af300d12ecfa6ba203a0e42680bd5bac267b7b4 1452 aspell-he_1.0-0-6.dsc
 558a93019b85ef44fe91d38d0cc690e8da12290e 3261 aspell-he_1.0-0-6.debian.tar.gz
 f7d0281b7fe5e6f5e2eb919ab7372126333448e9 190092 aspell-he_1.0-0-6_all.deb
Checksums-Sha256: 
 f4de7bb011f933e6d0a54a1653ff7486201c20bd3664a4ba7876c2b318d33a5f 1452 
aspell-he_1.0-0-6.dsc
 1853c019e127c476ce43698e89bd201d1c7331bc21bdd938737da525f542 3261 
aspell-he_1.0-0-6.debian.tar.gz
 7b4c3857af52e488eb2e204df7c4b5c9942f7721c4cce7a1dfcb9240b6cf 190092 
aspell-he_1.0-0-6_all.deb
Files: 
 f49d104c66eb89fb844e602b2c092ce5 1452 text optional aspell-he_1.0-0-6.dsc
 56970a3b66cb3606f143994d63e42b26 3261 text optional 
aspell-he_1.0-0-6.debian.tar.gz
 95be9cdc85dccef1f61b8a030fe61d51 190092 text optional aspell-he_1.0-0-6_all.deb

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

iEYEARECAAYFAlHOok4ACgkQFViURZnoHaDkrgCfXw5Ibz1uCUM8ifHgwJXWf1uj
PXkAoIkLLLsbEdKXr4w6w4amlp5xJrJh
=tTL3
-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: http://lists.debian.org/e1usrx4-0001j1...@franck.debian.org



Accepted freerdp 1.1.0~beta1+git20130629-1 (source amd64)

2013-06-29 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 11:50:57 +0200
Source: freerdp
Binary: freerdp-dbg freerdp-x11 libfreerdp1 libfreerdp-plugins-standard 
libfreerdp-dev
Architecture: source amd64
Version: 1.1.0~beta1+git20130629-1
Distribution: experimental
Urgency: low
Maintainer: Mike Gabriel sunwea...@debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 freerdp-dbg - RDP client for Windows Terminal Services (debug)
 freerdp-x11 - RDP client for Windows Terminal Services
 libfreerdp-dev - RDP client for Windows Terminal Services (development)
 libfreerdp-plugins-standard - RDP client for Windows Terminal Services 
(plugins)
 libfreerdp1 - RDP client for Windows Terminal Services (library)
Changes: 
 freerdp (1.1.0~beta1+git20130629-1) experimental; urgency=low
 .
   * Development snapshot [June 2013]. Targeted for Debian experimental.
 Based on upstream commit: 1274752506e97ac597fc02196ae83e63662e0753.
   * debian/control: add B-D: libxi-dev.
Checksums-Sha1: 
 349839cfb9028fac2b38236302fd44f0df4e7923 2494 
freerdp_1.1.0~beta1+git20130629-1.dsc
 a3daea899e737d43f46c10bc4da982cea2ca00cb 6749390 
freerdp_1.1.0~beta1+git20130629.orig.tar.gz
 157de1b1ba3e112dbc099bd4db4f0d0fe1a5366e 25737 
freerdp_1.1.0~beta1+git20130629-1.debian.tar.gz
 4b2c5056f3f90184de69d48766dadd85cfde4e2b 3046406 
freerdp-dbg_1.1.0~beta1+git20130629-1_amd64.deb
 cc72cca8ee9a918ca1a00e702a03a7e5ef1da962 12714 
freerdp-x11_1.1.0~beta1+git20130629-1_amd64.deb
 cc3152667ef82ac8484070617ee79240fe6f8cd3 16 
libfreerdp1_1.1.0~beta1+git20130629-1_amd64.deb
 cccf0140aeffe25952f322b7ab5413ff6de1cc45 83318 
libfreerdp-plugins-standard_1.1.0~beta1+git20130629-1_amd64.deb
 e058a6e8394716f242d3dee6d75ab750fa7c 210936 
libfreerdp-dev_1.1.0~beta1+git20130629-1_amd64.deb
Checksums-Sha256: 
 6f93e9b05a3f12e26674ca7d9d5f69947e07d9edbcc4e65dd950ad0ab270a795 2494 
freerdp_1.1.0~beta1+git20130629-1.dsc
 e57a5443d82a10a301a262dc5944b277a8836d7987970b638023fb236a3002d1 6749390 
freerdp_1.1.0~beta1+git20130629.orig.tar.gz
 b2c967486fff648485d51e7a57d1a095f2fe92c3d233c1deff88c6cea8098c43 25737 
freerdp_1.1.0~beta1+git20130629-1.debian.tar.gz
 80cb99947ff6ee3bc5249aaa6ee97ba88dfbf0e54ed730a509a481e17b3d1be2 3046406 
freerdp-dbg_1.1.0~beta1+git20130629-1_amd64.deb
 bb76294529a071394d60b87482ac68c16cc93ec279b0e7b6ab5719fe84732f96 12714 
freerdp-x11_1.1.0~beta1+git20130629-1_amd64.deb
 0837d011fb9464037e01f4bc4505225042774f86725143278e766cdf80955149 16 
libfreerdp1_1.1.0~beta1+git20130629-1_amd64.deb
 fa8d4636399ea655434627df8c7f35a899a6e8bbe60033bfdaf49d4f11d00cf8 83318 
libfreerdp-plugins-standard_1.1.0~beta1+git20130629-1_amd64.deb
 8d19c49e1061a347f82bd01e2a9ddbd9d530d3e368fe33547d8f40e6521c90d6 210936 
libfreerdp-dev_1.1.0~beta1+git20130629-1_amd64.deb
Files: 
 eaebceaa356ce68f94017129b4c4a400 2494 x11 optional 
freerdp_1.1.0~beta1+git20130629-1.dsc
 f2ed81e46d8658372b0d0d1a76f21adb 6749390 x11 optional 
freerdp_1.1.0~beta1+git20130629.orig.tar.gz
 ac69a004c49bfa284e311b836fea568f 25737 x11 optional 
freerdp_1.1.0~beta1+git20130629-1.debian.tar.gz
 18feaf3e304bbc589d371dc6950f9d62 3046406 debug extra 
freerdp-dbg_1.1.0~beta1+git20130629-1_amd64.deb
 bcf16ea4add73304a5488f2cb6045fec 12714 x11 optional 
freerdp-x11_1.1.0~beta1+git20130629-1_amd64.deb
 58cc47562e998f8b9a842a9d3dce7882 16 libs optional 
libfreerdp1_1.1.0~beta1+git20130629-1_amd64.deb
 dc56cb59ea3926a14847d0e1f4a8edf8 83318 libs optional 
libfreerdp-plugins-standard_1.1.0~beta1+git20130629-1_amd64.deb
 56b8d4dd3544874d6915add65b2ed80d 210936 libdevel optional 
libfreerdp-dev_1.1.0~beta1+git20130629-1_amd64.deb

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

iQIcBAEBAgAGBQJRzrCyAAoJEJr0azAldxsxc+YP/1lcB32HDrdCDIHc9rjpM+e3
i1MJSvbAl5z67tgtCkcWQ7fd2i00kqPbp6mW6l03IgyrLSn2MDmH9x663HdhSXes
82gYSZpFihCc7S7//X+S3yfCJT+Bj8J6B31TAab8vX771kU+Pc89sdXlnsMA2SyM
YSWZvLIWbaC6ltkPlaT4paD+UhJD3LMFJgjvT+fK3vLIsZpKvpPjMKJNunhxTU6X
S7kEacgxKZRlosSCllkqFqUiSaqrQgQP27HgrFck/2KmUNpuC3bQKap/APq3ZrIc
E7BhgI6gji7/DcjVCDzmOflgb5gGGSSbOmndtC0EbFW02za6HdNbQCN6trSiX4ap
MXyFrT4EyFKs8mV4gOZDuFCXFTHR6AipL8ZTNJ2wy2MJOjsFs4t2y5qztpmpHWD6
/LEKEFCr3OZyV3PlEdTVvOSlyWrEjgdecyCYBEv+XJ127sushmJnoETYb6vvpHRe
YBLNaPJ7Jw/75Sn+9dQqj73wCmHfR/7AaymzpXmOFros2kSUzT2GxdXrn6xMpCbw
ssTNlIlruPtRBBHTjMfYSk4N4no4AzwYnximiNLW0GOtuQ2t/yDzMPhdX48IQAVf
JW6p5tdgl6r/IzBvVU8+nxk8Cmk+QDfs8sCZoUuEm6wsONXjYJUUZhmRtDkNTeof
xJiHZJYUE5NQLDaAdP5z
=639J
-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: http://lists.debian.org/e1ussek-0007xa...@franck.debian.org



Accepted fetch-crl 3.0.10-1 (source all)

2013-06-29 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 10:22:11 +0200
Source: fetch-crl
Binary: fetch-crl
Architecture: source all
Version: 3.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 fetch-crl  - Downloads Certificate Revocation Lists
Changes: 
 fetch-crl (3.0.10-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d7831b3a9ea980661139962eedcc13b46dda697b 1895 fetch-crl_3.0.10-1.dsc
 6384500182fe8ee0cf27f1262a0598e6bc539108 41311 fetch-crl_3.0.10.orig.tar.gz
 9205e8fcc4a5a0dd100cfc8b19f49e2235f54acb 3649 fetch-crl_3.0.10-1.debian.tar.gz
 957a70609887fd7ec089e93513826471626ec4e7 41754 fetch-crl_3.0.10-1_all.deb
Checksums-Sha256: 
 3a2614608d2edf6439c067f13b8c8dd414ef4d2d54bddbf95743a212c6559633 1895 
fetch-crl_3.0.10-1.dsc
 56069e646a0422e337554a12a10fff02dfd3a97632a9afcde243a92efa1f9396 41311 
fetch-crl_3.0.10.orig.tar.gz
 762a49dbf813745ddb9e63c21ff8a80f76a415a93bce90eb6bdbc26832b94aef 3649 
fetch-crl_3.0.10-1.debian.tar.gz
 39270333fbe446c56b1aae729e8d8fc8e7a9d7215c8fc6f5edb0e62e1848ee71 41754 
fetch-crl_3.0.10-1_all.deb
Files: 
 0fe3d07207f4585fca19654c5c360d30 1895 net optional fetch-crl_3.0.10-1.dsc
 c2273efa4280d014a02b5543455f6948 41311 net optional 
fetch-crl_3.0.10.orig.tar.gz
 63f922f64de2d1fba63094d9a0e89244 3649 net optional 
fetch-crl_3.0.10-1.debian.tar.gz
 2847c373eaea8f651a21d9d26beb8a33 41754 net optional fetch-crl_3.0.10-1_all.deb

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

iQIcBAEBAgAGBQJRztV7AAoJEOiuwv874alLVXIP/3KkX503cp4s4YTPQF+33p0i
vSHjYoiJUIc3Uwz5YzZmabxkxL0iiTj2VX0xPDZsgoNVjvFQeep7zaklhb3KLAX6
yL7FN5dKSK/yvelbRQgWqFsGFJRCXM+DZFbrWDMOZv5+c6RdXbarWjbSox6aVrvJ
SRgy1e+pcP1SyxGtv1482CP/6NBFPtrvYSVuYXETFK4gMBmfsfSsgRWiTIjczfkL
H8gjhWBJu4b66xw9JnUpH2kGd0iQutZvpsOWC87ieCGhUbrSD8uvPnTb9aVfo7xt
jLbGWuTdld+4Zc3XzJlL7rKE4yv6sGroOlRCsla+mdFzDrRWKGpYNd3uRiF+zuPh
f9Cc0Qwq3vCbUtMenK0XV96zcLhubTye0EnkgQKmm5PgikJJGOxoktPZJifleJXW
rweKeXTdhHPSBADTAOYb8m5aggg9BTPZNnNZt2cnCZXKfdaYr+1+afYSty/cxvo6
+xmCMQ0azdvbBL8mO+lL8jTW0tkdZwnwSij9o5zVxq7YoQ+qsMJF/aDsyYrBqBnj
G8VKzht+dEYZIATaJRJVCr0X0/4qOanjUsk/UEsNZwEymfrmufdzDBYcZeVVUja7
AU02aS+pgfE4u+Nrg9E3zfQ9QNEnSmEg5TzBTkwLOBkaM8kxeVQJiuqK4zWrLWey
49e7VhbJsP/iPvnUddfd
=a8ug
-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: http://lists.debian.org/e1usuzh-00042i...@franck.debian.org



Accepted libkibi 0.1.1-1 (source amd64)

2013-06-29 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 14:25:23 +0200
Source: libkibi
Binary: libkibi0 libkibi-dbg libkibi-dev
Architecture: source amd64
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Benjamin Drung bdr...@debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 libkibi-dbg - library for byte prefixes (debugging symbols)
 libkibi-dev - library for byte prefixes (development files)
 libkibi0   - library for byte prefixes
Closes: 713216
Changes: 
 libkibi (0.1.1-1) unstable; urgency=low
 .
   * New upstream release.
 - Fix automake warning (Closes: #713216, LP: #1193950)
Checksums-Sha1: 
 c6812f886dc4ec177342ee5ad1d64cc3e1aeb7a7 1912 libkibi_0.1.1-1.dsc
 4d9b99dba7b7a37d95e04e67bae407e8982d102e 228032 libkibi_0.1.1.orig.tar.xz
 96ce0852a25e2ce2dde23d56b29867a05dc1d3dd 2161 libkibi_0.1.1-1.debian.tar.gz
 04d5779fa132c16eed8ab9ba77acc71cb85b8827 11522 libkibi0_0.1.1-1_amd64.deb
 a200746e0205954a1c4381d1acec2c4d8df87ba7 15068 libkibi-dbg_0.1.1-1_amd64.deb
 834126351759269a2f9c90bdb200653e0cbd9399 11488 libkibi-dev_0.1.1-1_amd64.deb
Checksums-Sha256: 
 560a469411060f902a419fdbc20be0c41ccebce6840dbfb79a77f2f718678c47 1912 
libkibi_0.1.1-1.dsc
 3932f20a5f328f00284ed7c2289c51fa6671167057c8da845d26dee0cf448271 228032 
libkibi_0.1.1.orig.tar.xz
 8eeabb966576f7739a8b8676803673941b4b3c1651e5057814955241eaf95e2e 2161 
libkibi_0.1.1-1.debian.tar.gz
 b09fc445684b58eafde283a24493198b4a07994af6b0a39b134522079f8e0183 11522 
libkibi0_0.1.1-1_amd64.deb
 cf9ef29b0bce0168ffd86fa0950d9bb14b72460de03c8b6b0a72b7cbc4c57d6c 15068 
libkibi-dbg_0.1.1-1_amd64.deb
 b8841740a1bef6397ff2b7aa68338a6293e8b612bcd98a045c3f0f42ad99b23f 11488 
libkibi-dev_0.1.1-1_amd64.deb
Files: 
 2a496fd6fa0bef4d49a596e8843dd795 1912 libs optional libkibi_0.1.1-1.dsc
 01447a50669eaea42ec9628c25f950bd 228032 libs optional libkibi_0.1.1.orig.tar.xz
 9b79b5536c39896c29cd0a4198ff3d3c 2161 libs optional 
libkibi_0.1.1-1.debian.tar.gz
 81bca9fea9a11103e6ff171ec2fd0828 11522 libs optional libkibi0_0.1.1-1_amd64.deb
 5e37dc93cbefb08ec153baf522ceb20c 15068 debug extra 
libkibi-dbg_0.1.1-1_amd64.deb
 9c5804f7fcf3a937f59a1e7fa05b967e 11488 libdevel optional 
libkibi-dev_0.1.1-1_amd64.deb

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

iQIcBAEBCgAGBQJRztL4AAoJEBWetcTvyHdM+T8QAK8FVziNLb3Gv+qMNNTetNrO
TvOwIXs7TtxWEEAPNXDoyO12A1MB/2CgD5rremfiaDB6ZQqqrhielolB0jC7STgs
Qj8kxMhwDI8eaEP5pdrNdnl2vHQ+fY5JXy846ZQXIDcYuLRVM6xul6wa3fyvm3YR
WYk+fjflzFthIxBrmxFGweg/WUMh5l8PuVW14HcvYqbuW5TxBnqn+q1U1mP1H/7i
tbWpG7A10Re5Q+akecKe0S+T/9FtUgtjwJ+3XJoHnKsxJK9WLuscZtZt+DUD+nXh
whOThh+kbPafvP4OXYNSuVBEr9qcRY1v/o/eybt4Zxk16IBwaxTYSG6Eqqn8z9GU
G/kwjqZAFb69WBQ0s3n7L0ynb2HeFBsX7rf8hTXa1NGClD/DGYi+rQTaTSzGQkTt
QCFtQi7BnIqzuqp5KuD0wCFDGzXymJ2b77GMesS2jY/3IzTbanVTpApPLuXrCFPA
HevATqk5XAWicGZJNAZ7bHkRorUn42e2GhevRIBguJRkSNhvkeYKCOBLQA6fmGjd
oI6wkNUshFsoASWwF4B2/gePrEpjsG/W5ATc4pyOMiHwdePLeA8yaKfBVgmlZVMa
hlqUfQxlyrq6H8wfUiHoluHjSskmpHrVZQYoMR1tiGp6bKcuTnoX+w2720pkxq8S
zQdV8ShOiA+9FhExJWc0
=akik
-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: http://lists.debian.org/e1usuzr-00048v...@franck.debian.org



Accepted dvdbackup 0.4.2-3 (source amd64)

2013-06-29 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 14:51:38 +0200
Source: dvdbackup
Binary: dvdbackup dvdbackup-dbg
Architecture: source amd64
Version: 0.4.2-3
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran sg...@debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 dvdbackup  - tool to rip DVD's from the command line
 dvdbackup-dbg - debug files for dvdbackup
Closes: 713293
Changes: 
 dvdbackup (0.4.2-3) unstable; urgency=low
 .
   * ignore-automake-warnings.patch: Do not treat automake warnings as errors.
 Gettext caused a warning with automake 1.13. (Closes: #713293)
Checksums-Sha1: 
 a5023de1f7a6581ff3a2cf8c835861c467c44b81 1996 dvdbackup_0.4.2-3.dsc
 4128fd7308fbf17b6ed46c59a30a0b6b13dfaecd 5242 dvdbackup_0.4.2-3.debian.tar.gz
 537bfe62759ba76c93e31639306c22fca1825192 54054 dvdbackup_0.4.2-3_amd64.deb
 d0938e89f1405e3ea4471ed5efbd330afeedddec 42534 dvdbackup-dbg_0.4.2-3_amd64.deb
Checksums-Sha256: 
 e942fd387c5ac04362ab8564032f52009c253832f12959154bfaf2e0f5bd79d6 1996 
dvdbackup_0.4.2-3.dsc
 fc112dc4a8c65fbc527ed129ecc7ff3794e36e7dae93dc1b889eab30f0121818 5242 
dvdbackup_0.4.2-3.debian.tar.gz
 cd22008278522eded882e6cdad2eca69787af8696088eb7892a198056bc7c893 54054 
dvdbackup_0.4.2-3_amd64.deb
 2879100a3f8f5a7f597ce3f79ab54f402b6847cf2f8d553486d8be0337f55b53 42534 
dvdbackup-dbg_0.4.2-3_amd64.deb
Files: 
 dca9e64ab2bc5fcca662913b361ae058 1996 video optional dvdbackup_0.4.2-3.dsc
 6244d194080509d94ec4bae452f0394a 5242 video optional 
dvdbackup_0.4.2-3.debian.tar.gz
 09b4b0aa0ba5b68caf767c4f21857588 54054 video optional 
dvdbackup_0.4.2-3_amd64.deb
 c8f0dc72db1b398326558357d06d2d1c 42534 debug extra 
dvdbackup-dbg_0.4.2-3_amd64.deb

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

iQIcBAEBCgAGBQJRztlVAAoJEBWetcTvyHdM0S4P+gPChbmr4U2q6LHITNbGKrKM
SwzDWA36/tpiudPBtlh0TlTmF4tkb4n5MgyhUzPj1rwd+ZplKoVVJoWyylQFV4pO
jhfZu6MlUV5oXE8JqHmzU8B66bIrcSJxU/G5J/9xgdEwM81iryhUDhsOItlKVvcc
94b2po9eKb+ktwKig60ECI9VB5Gl4sOiK/T3PHb3aSolVSxBWvgdmyhbn4C4v8+I
T+qTtINELZn7LsBr+UJoURNIdyGA467sWSJwI9QVhBXiidu6hPxE977/hddhwE9d
erBumbcqQRyEaXJP1YAaRTKnJjGoIKsZkcfXD1oIUZXDjZ9hzEeTNGNwTIZ0E8gA
5XkVCItGCnCdvUCdVtxee5YzlA3bOtid2zGl9YRUkL+vp4iZxNolsf/xo5Ij3kJk
PMyo/Cc3cqmXT4Cpx/3Rcz1LmtW3sl4wLcx7lBtDYqfLBTWQd0nnvmaetWDi/6ZD
n39pYfE2bGrIWwjexvLni0YKcXMTkDuyftH8QfR3Jtpu1QuWVocixElsKneuPTaY
bN+dEI4TLoNzIG8OrwNWMnesArhQTiHIhwMyzcLloERf92GJeztAi3Ba72bzdgzx
EA45kM29Px51gmcOQO2HbVzSuQtrdA6bUir0fsp0mbQnS/X4t6+gEjR1KqvzLW64
TLyjDfRPlGpXTAN+RAwD
=MjBz
-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: http://lists.debian.org/e1usunm-000793...@franck.debian.org



Accepted openjdk-7 7u25-2.3.10-1 (source amd64 all)

2013-06-29 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 28 Jun 2013 16:55:32 +0200
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib 
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-jamvm 
openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7u25-2.3.10-1
Distribution: unstable
Urgency: high
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@debian.org
Description: 
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-7 (7u25-2.3.10-1) unstable; urgency=high
 .
   * IcedTea7 2.3.10 release.
   * Security fixes
 * S6741606, CVE-2013-2407: Integrate Apache Santuario.
 * S7158805, CVE-2013-2445: Better rewriting of nested subroutine calls.
 * S7170730, CVE-2013-2451: Improve Windows network stack support.
 * S8000638, CVE-2013-2450: Improve deserialization.
 * S8000642, CVE-2013-2446: Better handling of objects for transportation.
 * S8001032: Restrict object access.
 * S8001033, CVE-2013-2452: Refactor network address handling in virtual
   machine identifiers.
 * S8001034, CVE-2013-1500: Memory management improvements.
 * S8001038, CVE-2013-2444: Resourcefully handle resources.
 * S8001043: Clarify definition restrictions.
 * S8001308: Update display of applet windows.
 * S8001309: Better handling of annotation interfaces.
 * S8001318, CVE-2013-2447: Socket.getLocalAddress not consistent with
   InetAddress.getLocalHost.
 * S8001330, CVE-2013-2443: Improve on checking order (non-Zero builds 
only).
 * S8003703, CVE-2013-2412: Update RMI connection dialog box.
 * S8004288, CVE-2013-2449: (fs) Files.probeContentType problems.
 * S8004584: Augment applet contextualization.
 * S8005007: Better glyph processing.
 * S8006328, CVE-2013-2448: Improve robustness of sound classes.
 * S8006611: Improve scripting.
 * S8007467: Improve robustness of JMX internal APIs.
 * S8007471: Improve MBean notifications.
 * S8007812, CVE-2013-2455: (reflect) Class.getEnclosingMethod problematic 
for some classes.
 * S8007925: Improve cmsStageAllocLabV2ToV4curves.
 * S8007926: Improve cmsPipelineDup.
 * S8007927: Improve cmsAllocProfileSequenceDescription.
 * S8007929: Improve CurvesAlloc.
 * S8008120, CVE-2013-2457: Improve JMX class checking.
 * S8008124, CVE-2013-2453: Better compliance testing.
 * S8008128: Better API coherence for JMX.
 * S8008132, CVE-2013-2456: Better serialization support.
 * S8008585: Better JMX data handling.
 * S8008593: Better URLClassLoader resource management.
 * S8008603: Improve provision of JMX providers.
 * S8008607: Better input checking in JMX.
 * S8008611: Better handling of annotations in JMX.
 * S8008615: Improve robustness of JMX internal APIs.
 * S8008623: Better handling of MBeanServers.
 * S8008744, CVE-2013-2407: Rework part of fix for JDK-6741606.
 * S8008982: Adjust JMX for underlying interface changes.
 * S8009004: Better implementation of RMI connections.
 * S8009008: Better manage management-api.
 * S8009013: Better handling of T2K glyphs.
 * S8009034: Improve resulting notifications in JMX.
 * S8009038: Improve JMX notification support.
 * S8009057, CVE-2013-2448: Improve MIDI event handling.
 * S8009067: Improve storing keys in KeyStore.
 * S8009071, CVE-2013-2459: Improve shape handling.
 * S8009235: Improve handling of TSA data.
 * S8009424, CVE-2013-2458: Adapt Nashorn to JSR-292 implementation change.
 * S8009554, CVE-2013-2454: Improve SerialJavaObject.getFields.
 * S8009654: Improve stability of cmsnamed.
 * S8010209, CVE-2013-2460: Better provision of factories.
 * S8011243, CVE-2013-2470: Improve ImagingLib.
 * S8011248, CVE-2013-2471: Better Component Rasters.
 * S8011253, CVE-2013-2472: Better Short Component Rasters.
 * S8011257, CVE-2013-2473: Better Byte Component Rasters.
 * S8012375, CVE-2013-1571: Improve Javadoc framing.
 * S8012421: Better positioning of PairPositioning.
 * S8012438, CVE-2013-2463: Better image validation.
 * S8012597, CVE-2013-2465: Better image channel verification.
 * S8012601, CVE-2013-2469: Better validation of image layouts.
 * S8014281, CVE-2013-2461: Better 

Accepted lintian 2.5.14 (source all)

2013-06-29 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 14:52:29 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.14
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers lintian-ma...@debian.org
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 lintian- Debian package checker
Closes: 710380 710405 710466 711090 79 711207 712124 712405 714427
Changes: 
 lintian (2.5.14) unstable; urgency=low
 .
   * Summary of tag changes:
 + Removed:
   - upstream-version-not-numeric
 .
   * checks/*:
 + [NT] Rename all checks to include the extension .pm.
   (Closes: #710405)
 + [JW] Fix typos in several files.
   * checks/binaries.pm:
 + [NT] Also check for the presence of mcount to detect
   whether a binary was compiled with profiling.
   (Closes: #712124)
 + [NT] Ignore teH when checking for spelling mistakes in
   ELF binaries.  Thanks to Ryan Kavanagh for the report.
   (Closes: #711207)
   * checks/cruft.pm:
 + [NT] Revise a few tests that relied on file(1) on text files.
 + [NT] Apply patches from Bastien Roucariès to fix some false
   positives in the GDFL related checks.  (Closes: #79)
 + [NT] Show the full path with source-contains-unsafe-symlink
   rather than just the basename.
   * checks/fields.{desc,pm}:
 + [NT] Fix typo, thanks to Adrien Cunin.
 + [NT] Retire upstream-version-not-numeric which can no longer
   be emitted.  Versions that would previously trigger this tag
   will now trigger bad-version-number instead.
 + [NT] Properly quote package names used in regular expressions.
   Thanks to Mattias Ellert for the report.  (Closes: #714427)
   * checks/menus.pm:
 + [NT] Fix a bug in checking for symlinks that could possibly
   make lintian follow an unsafe symlink.  (CVE-2013-1429)
 .
   * coll/*:
 + [NT] Set Auto-Remove: yes on several collections to
   reduce the inode pressure on lintian.d.o.
 + [NT] Reduce the number of inodes used by removing or not
   creating some empty files and directories.
   * coll/debfiles:
 + [NT] Remove test of the presence of unpacked.
   * coll/file-info{,.desc}:
 + [NT] Disable ascii test in file(1).  For some packages this
   may greatly reduce the overhead of running the file-info
   collection.
   * coll/hardening-info:
 + [NT] Skip files in usr/lib/debug/.
 .
   * data/binaries/embedded-libs:
 + [RG] Check for embedded copies of libraw.  (Closes: #711090)
   * data/fields/obsolete-packages:
 + [NT] Add texi2html.  Thanks to Ryan Kavanagh for the report.
   (Closes: #710466)
   * data/scripts/interpreters:
 + [NT] Add plackup (libplack-perl) as a known interpreter.  Thanks
   to Robert James Clay for the report.  (Closes: #712405)
 .
   * doc/{lintian.xml,README.in}:
 + [JW] Fix typos.
 .
   * lib/Lintian/CheckScript.pm:
 + [NT] Prefer loading checks with .pm, but fall back to loading
   checks without the extension (with a deprecation warning).
   * lib/Lintian/Collect/Package.pm:
 + [NT] sorted_index (etc.) now returns L::Path objects rather than
   just file names.
   * lib/Lintian/{Path,Util}.pm:
 + [NT] Remove deprecated methods.
   * lib/Lintian/Path.pm:
 + [NT] Overload some operators.
 .
   * man/lintian.pod.in:
 + [JW] Fix typos.
 .
   * reporting/config:
 + [NT] Replace /org with /srv.
   * reporting/harness:
 + [NT] Fix bug where harness might schedule the same group
   multiple times.  (Closes: #710380)
 .
   * t/runtests:
 + [NT] Include a summary of all skipped and failed tests.
Checksums-Sha1: 
 33d883e8ce15e3f5228f892f23178204b4f90ad4 2524 lintian_2.5.14.dsc
 32bf08b87c6940952fbee9d499e8ee0ad7bfe336 1224291 lintian_2.5.14.tar.gz
 9157f0264cef9d237c140ad1316afc6fb5f0b578 772236 lintian_2.5.14_all.deb
Checksums-Sha256: 
 4bd352bd6967feff6ba4f2a2272d9627237bf7e9679d8acad462745c41d5cd55 2524 
lintian_2.5.14.dsc
 5398ba28a8bfc1f9ccd46a50bdb510da6a87e25f72e141380bd2c768f288c940 1224291 
lintian_2.5.14.tar.gz
 913d4743124a00dc4c680c257d7aec20dea276ce48c72faeb653bbc239312a86 772236 
lintian_2.5.14_all.deb
Files: 
 b6d2d7d3b9ec20009f621e772ee900ea 2524 devel optional lintian_2.5.14.dsc
 cf6512e77f5cb3b87cb82096aef821f5 1224291 devel optional lintian_2.5.14.tar.gz
 58b440944156cabf818c732523830bad 772236 devel optional lintian_2.5.14_all.deb

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

iQIcBAEBCAAGBQJRztt+AAoJEAVLu599gGRCcF0P/2Ccupab131PEjIEVrBwa2cZ
xq+cWH5+C06cAfwWNWD319vS+0X0GJdUgSMX4kcgJ1JC12k5Dj/IoFB0i8jYL7Rh
1/fHVNtFP1lGY0B3upIo+T50km9oZUTArn5GQgWIoQ3SIFCXOBMAHVbUVJFB/Ug5
gVkXfiGi/DZFWOrVVc0VZ5VNsUKioomolJMk6WmDtTnwrWztKfflVvwnPvdRnMzi
+gFDYMM/YD+EsUk9dU/e0/ibIm5nCubfX2Gl3KkFj+IJ1phyLUx7KeNOSqpnZdHM
mttbBxATMhjyvUfBqtsoV+5qM9HjapGBKeYdkQmxVhemajLD2LRRSBjrZ+zvk/+j
b4kRJGc65q8G9FDxjmpZp788tCYu9UnGl35EcTGoxa6NjYtmGX1n07mwGZnmNQoT

Accepted pg-activity 1.0.2-1 (source all)

2013-06-29 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 09:01:02 +
Source: pg-activity
Binary: pg-activity
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 pg-activity - Realtime PostgreSQL database server monitoring tool
Changes: 
 pg-activity (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
   * Remove patches merged upstream
Checksums-Sha1: 
 971c6a2d72369b009afac90b5ea4ceb895e0dd92 1923 pg-activity_1.0.2-1.dsc
 8b3401b75bc84febdf5451770e15b42bb0d041da 119152 pg-activity_1.0.2.orig.tar.xz
 730e2cbad709b651513239ae967c261892b0d4da 2234 pg-activity_1.0.2-1.debian.tar.gz
 e754516366098dd61605dfe200d5d116bdc0e90b 21292 pg-activity_1.0.2-1_all.deb
Checksums-Sha256: 
 7c925f2441d3b81542ab53352f838e7233e71805105909bcee1b840092a53912 1923 
pg-activity_1.0.2-1.dsc
 76be8c1005d89f0c1a0a3aae1755c5947f8d72bcce0964d1dc0d823ac39bd7ef 119152 
pg-activity_1.0.2.orig.tar.xz
 feae5b9a9895d3819f74c1c53152ded86fdf4115007e96bf3019a3b60209a0a6 2234 
pg-activity_1.0.2-1.debian.tar.gz
 6169ffdc9cad6393f20d9830305040baf4d232ca4a6699c708ca6631f853e9c1 21292 
pg-activity_1.0.2-1_all.deb
Files: 
 22dd90b5dd654889ff4ffee319e8ca6f 1923 utils extra pg-activity_1.0.2-1.dsc
 72671efcb6476c0ddd1e4251afe7f52e 119152 utils extra 
pg-activity_1.0.2.orig.tar.xz
 e6540a33a8f5f0dc86d127c61c170d82 2234 utils extra 
pg-activity_1.0.2-1.debian.tar.gz
 6f5cfdf8fd2332cb06d5fcdf1f3eb0a7 21292 utils extra pg-activity_1.0.2-1_all.deb

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

iQIcBAEBCgAGBQJRztzVAAoJEEsHdyOSnULDnx4P/AjRE0+W29gUIag3PN9GRzTe
uZN34h3dj+KIKDrhtAQrnavu1OWvMD5TftiZl2QErsHhhGsWuKP4QzXrKn+qVEKe
VpHOmTP4mJdhbzc4XboZT8YVp+8g48QX1FeDw02bFWBo75wsaDXZjMINpEoa4qOJ
DFhjcCViB5V1j9BVuhW96gr7wUgmnaJqin+Oud+SU/vsRu4i7Q0kP5RcpNUYjFtn
H7/UA5Lt0d3MxKrnjcq181Ka0HfH/KO3wsXTHwW1jY7095DsZ3waCso5RviRvdNn
gl9+sjCasyXEc9a/EHyPdrE5LzKT8qS4UCn5X0wULyRzUQvThr6+7WWAIkzeHlGO
AYr22J4HXAdyk2865rdiRK/OsUuGwL7KvCBpbDA8/Waa5V1qAY8a8PQhAdWv1pkk
K9iSpwnGlJUBH4+bRogHIUtQ++4nn5/7+6JFiqjF2lkfXGqxZnvUw2XQtUUAHcZj
lNUM7yJS5UNNcApKPmXhoGnHBegu3gHsftkM9ZDjuOtjqGC62wbG01Kv7/3QJjdy
O6Ru8XzEq8wiXepomJRvSJEONKFtkR4YxdlyRjDiWtkSyubBLP6vH1GIRDqv0iF5
hkA6vtYoPIGyeTQ2mNkNV/qJJ07nDTWsmIPpSTFSQxpRmtPK6RVxjDjd15hCLZqp
Hq+fP9pOCnXpNVBnDqFl
=sCW9
-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: http://lists.debian.org/e1usvvq-00084h...@franck.debian.org



Accepted gnutls26 2.12.23-6 (source all i386)

2013-06-29 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 29 Jun 2013 13:29:55 +0200
Source: gnutls26
Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls26-doc libgnutlsxx27 
libgnutls-openssl27
Architecture: source all i386
Version: 2.12.23-6
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls26-doc - GNU TLS library 2.x - documentation and examples
 libgnutls-dev - GNU TLS library - development files
 libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper
 libgnutls26 - GNU TLS library - runtime library
 libgnutls26-dbg - GNU TLS library - debugger symbols
 libgnutlsxx27 - GNU TLS library - C++ runtime library
Changes: 
 gnutls26 (2.12.23-6) experimental; urgency=low
 .
   * Upload to experimental.
   * Let's try libtasn1-6 again, gcr in unstable should now be able to handle
 it.
   * Use debhelper v9, make libgnutls26-dbg Multi-arch: same.
   * Fix vcs-field-not-canonical lintian error by using anonscm instead of
 svn.debian.org.
   * Delete rpath in gnutls-binaries shipped in libgnutls26-dbg.
Checksums-Sha1: 
 14e69210eeb9da673dc2ad2f869211baaebc5425 1901 gnutls26_2.12.23-6.dsc
 182328474cb4cf17cdfefb386daa6c256b156340 25366 gnutls26_2.12.23-6.debian.tar.gz
 27bf533744288e8b4673141b2006108026265cea 2636714 gnutls26-doc_2.12.23-6_all.deb
 334b5c6dd1cb0a7002a5e0f04c1d0901cd089bea 722456 
libgnutls-dev_2.12.23-6_i386.deb
 c765605781408e1176b58d620ff074d9651fdb7e 597000 libgnutls26_2.12.23-6_i386.deb
 bd7d0105a5c2ed5f0c739849d551ddf526439c92 1695192 
libgnutls26-dbg_2.12.23-6_i386.deb
 58d67311e1e8a5ace0e28ea0533c176b2a3f6596 223078 
libgnutlsxx27_2.12.23-6_i386.deb
 e04a311653210e55c8b62b351b1051a7d861fda4 221666 
libgnutls-openssl27_2.12.23-6_i386.deb
Checksums-Sha256: 
 d75b06c85ced521d86e9ace935af739a61d0d377c55708cc47ea0857787fe90d 1901 
gnutls26_2.12.23-6.dsc
 ea3251b2733e8edef3abe527e7176387b77d7432a2696dffc96254c6b6ecc0af 25366 
gnutls26_2.12.23-6.debian.tar.gz
 dc8e43e2b36c95b07023b9af1172573057dae1faf8e95d0f8a7c84735898d4ed 2636714 
gnutls26-doc_2.12.23-6_all.deb
 ddffe98acadaae80267bd62edc470b415de43ef6e2cc478b33286ba634ca9fe3 722456 
libgnutls-dev_2.12.23-6_i386.deb
 c9a0996ee0a30671dc8d1685ec9cc9b02039e97adb4049584027f9d16eea933d 597000 
libgnutls26_2.12.23-6_i386.deb
 8cf60404627b8b87281e7b6324783dc06f55c75772545c8cdca91c89c25d099c 1695192 
libgnutls26-dbg_2.12.23-6_i386.deb
 b154c1c51e2c5f42a8d87504f72c1051baad9d824cb99fe5cae0036c8e853fbb 223078 
libgnutlsxx27_2.12.23-6_i386.deb
 57872df3ce172466bc4b1e402f51f88317a2489f88474cd4532e08c0b992ffe4 221666 
libgnutls-openssl27_2.12.23-6_i386.deb
Files: 
 2123922f50cd8c07a078a3aca7ca 1901 libs optional gnutls26_2.12.23-6.dsc
 6506b18e295874d3d2a50bc839b366d9 25366 libs optional 
gnutls26_2.12.23-6.debian.tar.gz
 e333e23ba7c89337df937666b561b377 2636714 doc optional 
gnutls26-doc_2.12.23-6_all.deb
 03e068edb594aa263da91dcfa6f5a18a 722456 libdevel optional 
libgnutls-dev_2.12.23-6_i386.deb
 8414df6ae53560ef2869279299c3d067 597000 libs standard 
libgnutls26_2.12.23-6_i386.deb
 895f13b7e0516021400139e4545d35d1 1695192 debug extra 
libgnutls26-dbg_2.12.23-6_i386.deb
 043fd977581b7415cc12334f51380be1 223078 libs extra 
libgnutlsxx27_2.12.23-6_i386.deb
 ee31bf5d2d7e4c350b2150fe7802b542 221666 libs standard 
libgnutls-openssl27_2.12.23-6_i386.deb

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

iEUEAREDAAYFAlHO7JQACgkQHTOcZYuNdmNDGQCaAsVK+AWiWhtOufJxmGoemhHU
i3AAmONIil9+vBcHcmQqIrxrNDQMwBE=
=LNo3
-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: http://lists.debian.org/e1uswgs-0002dv...@franck.debian.org



Accepted libxml-libxml-debugging-perl 0.102-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 16:14:06 +0200
Source: libxml-libxml-debugging-perl
Binary: libxml-libxml-debugging-perl
Architecture: source all
Version: 0.102-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libxml-libxml-debugging-perl - get debugging information from XML::LibXML
Changes: 
 libxml-libxml-debugging-perl (0.102-2) unstable; urgency=low
 .
   [ Jonas Smedegaard ]
   * Update package relations:
 + Drop build-dependency on libparent-perl: Provided by
   perl(-modules) even in oldstable.
 + Relax to build-depend unversioned on cdbs, debhelper and
   devscripts: Needed versions satisfied even in oldstable.
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * Declare examples in rules file (not as debhelper hint file).
   * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
   * Bump standards-version to 3.9.4.
   * Bump debhelper compatibility level to 8.
   * Update copyright file:
 + Rewrite using file format 1.0.
 + Fix update and extend copyright file Files sections for
   convenience copies.
 + Fix use comment and license pseudo-sections in copyright file to
   obey silly restrictions of copyright format 1.0.
 + List upstream issue tracker as preferred contact.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include recent years.
   * Update Homepage to use metacpan.com, to match upstream hint.
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
Checksums-Sha1: 
 0426d32fecc5cea948d4fde1ed8a144d14feea74 2285 
libxml-libxml-debugging-perl_0.102-2.dsc
 cf041c425fbceffae2cad03c03b33c943de7a028 4690 
libxml-libxml-debugging-perl_0.102-2.debian.tar.gz
 672cfa3fc8a8d6dfc442ebe332585f5ecfd3a335 11956 
libxml-libxml-debugging-perl_0.102-2_all.deb
Checksums-Sha256: 
 2766063f43d299ac2f1fcb26d525c743cfee61da5f438e8dff601d38cca761cd 2285 
libxml-libxml-debugging-perl_0.102-2.dsc
 f88c38c2ec8a024364703257285e00b4ab8a76aa50dd078737204649770f7d01 4690 
libxml-libxml-debugging-perl_0.102-2.debian.tar.gz
 e34ddfaee78eafe57411dd116573d91e2f83d3cc9e6598cd94ff483368b17634 11956 
libxml-libxml-debugging-perl_0.102-2_all.deb
Files: 
 da6972aa25131428668076e2114cb37e 2285 perl optional 
libxml-libxml-debugging-perl_0.102-2.dsc
 59c83b8a9d15cb10047be52e82b1d4cc 4690 perl optional 
libxml-libxml-debugging-perl_0.102-2.debian.tar.gz
 376ab98abffc289229913fa144040996 11956 perl optional 
libxml-libxml-debugging-perl_0.102-2_all.deb

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

iQIcBAEBCgAGBQJRzu0EAAoJECx8MUbBoAEhQg4QAIjhR0rT/TYXzSxpLH4BWsdb
Pl9jeHkRpKKNw4enBrRE8Y7mhYklXrotqOFNuWDfPbxmx8zA7vLj2UIprBgfryCN
qwRW7/k5WYijunHMsW8J488EF7Z0Xz4uhGZjW5Rr419eFlF/35ipLhtkcYw3Fjo3
696rB8+ERTMoJ2mSzKL2kyikPcmkWYKI/lVYBy4JpIs/CZm2bHEvUOVoOiqYPUn7
6pBfdDx4clZ+WcaG2VSgNou6bnPWi5eix9F3vUPw2Styn97LH4MOCILYJoxd1k5o
Z6Xss9zTwnBiniKuwekZyF/adYCk7z1JF+1uu3jQmbx5xr3JXrND9uvQNC3xIjxy
ymU9Sv5p/znZxEoQJ81WQBJamUoDPg0qBOtZLFe/1a69Hn7CeI4KzI78oxuUWKyq
8CxSEk7GolNXuLQcDLQv1fQZQ75rXrUK7N0Asu/FMKZEgaWlncXxtmfrS+Ted0Xn
Ivpo7ZSL2jfH5uKwSyBPIuCnGwvtJZx6aBGYWk+YaxtAN2QKH61ZAiZmMUpJ2gpN
muBs6kzFbfTRMiWrNldn5h97xuzxIEQgDRZf+K7ZQ8/sBiE59tMv/leNJGExJ1oK
Fc7oi8l0GhoEkd/pwMmhL9gExPMlaEVPIrv12PK95a/jOJ6yLp/tvF5iVuApdnCj
8IPbcv/sH7EzviTVdqxl
=UuAP
-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: http://lists.debian.org/e1uswgj-0002hr...@franck.debian.org



Accepted varnish 3.0.4-1 (source amd64 all)

2013-06-29 Thread Stig Sandbeck Mathisen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 16:20:51 +0200
Source: varnish
Binary: varnish varnish-doc libvarnishapi1 libvarnishapi-dev varnish-dbg
Architecture: source amd64 all
Version: 3.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Varnish Package Maintainers 
pkg-varnish-de...@lists.alioth.debian.org
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 libvarnishapi-dev - development files for Varnish
 libvarnishapi1 - shared libraries for Varnish
 varnish- state of the art, high-performance web accelerator
 varnish-dbg - debugging symbols for varnish
 varnish-doc - documentation for Varnish Cache
Closes: 710001 710525
Changes: 
 varnish (3.0.4-1) unstable; urgency=low
 .
   [ Stig Sandbeck Mathisen ]
   * New upstream release
   * Add dep8 tests.
 Thanks to Yolanda Robla yolanda.ro...@canonical.com (Closes: #710001)
   * Advertise reload in the init script help (Closes: #710525)
 .
   [ Michael Stapelberg ]
   * use dh-systemd for proper systemd-related maintscripts
Checksums-Sha1: 
 22cae9708f0638973a5573772d3092aedc6ae1d0 1758 varnish_3.0.4-1.dsc
 6ac72f0bcaf92c9716d6fd8cc790c8fc4cb7 2081361 varnish_3.0.4.orig.tar.gz
 20fb2857175c47502cc8c030770b03658031b949 16762 varnish_3.0.4-1.debian.tar.gz
 a5ae289255560849f2885668a9010ee7bce4fac8 538652 varnish_3.0.4-1_amd64.deb
 0e423e7da6cdbc2603385689c36277e58896b637 307696 varnish-doc_3.0.4-1_all.deb
 73826d8baa318e0b7b89f1f4fc5ecfc9c4fbb198 40962 libvarnishapi1_3.0.4-1_amd64.deb
 6c604e77e3033c6487fef08f1798ae840dc4a71a 18314 
libvarnishapi-dev_3.0.4-1_amd64.deb
 a723d8b376a9ae83d2725dc4c3debd2d812d8ad1 1126022 varnish-dbg_3.0.4-1_amd64.deb
Checksums-Sha256: 
 05a2c08ceeecefafcebbcdc04208339ec56323de9774f6c0659cf97cd98fef33 1758 
varnish_3.0.4-1.dsc
 4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79 2081361 
varnish_3.0.4.orig.tar.gz
 f86180643255bf343b39e67ee8539b94106375c860272bb4e0871acae38d8459 16762 
varnish_3.0.4-1.debian.tar.gz
 ce7fc34774af396c715b49645a9d1d8582769da9af24b2081f171228401ba647 538652 
varnish_3.0.4-1_amd64.deb
 a9c5cede1b24eeeb129eca6add1b5a5e6ecae40d6208948ad37fe958827a9806 307696 
varnish-doc_3.0.4-1_all.deb
 e6b9155167c3f00bc804dacb00f8fcdd973cc991b7972e585e915f2cea72ed41 40962 
libvarnishapi1_3.0.4-1_amd64.deb
 99df07408a0dd2a289a021e053976ab3fc0ece86f817ec4640dc18b7e2a3ee83 18314 
libvarnishapi-dev_3.0.4-1_amd64.deb
 392fbf21a332d7465cf9aa55396c08b26ea8f4b20e47d78d86171b17113d2115 1126022 
varnish-dbg_3.0.4-1_amd64.deb
Files: 
 818381061778da73dede7f4dc08c94ab 1758 web optional varnish_3.0.4-1.dsc
 a130ce9c3504b9603a46542635e18701 2081361 web optional varnish_3.0.4.orig.tar.gz
 065e041bccf6407f41141bfd360b0212 16762 web optional 
varnish_3.0.4-1.debian.tar.gz
 cff8cf768d5ac4bca1ed4361e52d80fa 538652 web optional varnish_3.0.4-1_amd64.deb
 c9232a7610878c0b23295a6ad96a009a 307696 doc optional 
varnish-doc_3.0.4-1_all.deb
 a54db94cf81777b9213bf0c8668494c1 40962 libs optional 
libvarnishapi1_3.0.4-1_amd64.deb
 e5c17250483a671f59b2a94745f5a5dc 18314 libdevel optional 
libvarnishapi-dev_3.0.4-1_amd64.deb
 8085b1d24d28906b323fb2279cb498cc 1126022 debug extra 
varnish-dbg_3.0.4-1_amd64.deb

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

iEYEARECAAYFAlHO7d0ACgkQQONU2fom4u4qIgCeMZ23ZeXL9rjWQ/8U89yrxa/I
f/IAn32MXTHOpn6MU8UhusOGbGQL/paX
=zaBf
-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: http://lists.debian.org/e1uswhb-00035n...@franck.debian.org



Accepted augeas 1.0.0-1.1 (source amd64 all)

2013-06-29 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 15:26:53 +0200
Source: augeas
Binary: augeas-tools libaugeas-dev libaugeas0 augeas-dbg augeas-lenses 
augeas-doc
Architecture: source amd64 all
Version: 1.0.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Valcárcel Scerpella nvalcar...@gmail.com
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 augeas-dbg - Debugging symbols for libaugeas0
 augeas-doc - Augeas lenses documentation
 augeas-lenses - Set of lenses needed by libaugeas0 to parse config files
 augeas-tools - Augeas command line tools
 libaugeas-dev - Development files for writing applications based on libaugeas0
 libaugeas0 - Augeas configuration editing library and API
Closes: 697972 707922
Changes: 
 augeas (1.0.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Tests can now be run in mixed-case directories such as the temporary
 directory created by sbuild (Closes: #707922)
   * Restored the original Maintainer field (Closes: #697972)
   * Updated watch file
   * Updated symbols file
   * Install *.vim files into correct path
   * Don't use chrpath
   * No longer disable optimization on armel
Checksums-Sha1: 
 f624d3c33ca5c94674f3048adaa6741a6d82f699 1502 augeas_1.0.0-1.1.dsc
 e3270c7380be3a29781b541d05c075c6dff1ea60 9349 augeas_1.0.0-1.1.debian.tar.gz
 b0fc7343ba2d624834d6c0d282b93751fc8ae6a7 45984 augeas-tools_1.0.0-1.1_amd64.deb
 16eded940b652f6d2f33492ba98709c3a6457f5a 36974 
libaugeas-dev_1.0.0-1.1_amd64.deb
 7b3cc8271e93f563cce21d330e9aa766d7812017 201632 libaugeas0_1.0.0-1.1_amd64.deb
 cf8b71c7d618a525d9dfcffc3065b29fb264c3f8 483692 augeas-dbg_1.0.0-1.1_amd64.deb
 63d275fdd784c41f5b0ee8f07025f71287c25e0a 267968 augeas-lenses_1.0.0-1.1_all.deb
 f16b7908dc7a66add8ad580c8cbf0bc48d2fa30e 879810 augeas-doc_1.0.0-1.1_all.deb
Checksums-Sha256: 
 5bfde48b2e36c1a777a6fa70c33c93965dd5ade7de55c48dec7e1cb56b9f3233 1502 
augeas_1.0.0-1.1.dsc
 1c533fcfc784e4fc6c09d08ff05d020809b810ba9e5db67fb719d1e762c9c332 9349 
augeas_1.0.0-1.1.debian.tar.gz
 ed25e967d7f3a306954869901d78fbffe8b250901af7a065afb44162e19df3c9 45984 
augeas-tools_1.0.0-1.1_amd64.deb
 7bda4884a8e2e696f94b3cf8b650ca91d952e8b630aa11468c298141d7981125 36974 
libaugeas-dev_1.0.0-1.1_amd64.deb
 eff29173b454e1cc2263d4474700fae226034d1ba34449e290c70b43f727e96f 201632 
libaugeas0_1.0.0-1.1_amd64.deb
 bd4ddcfc850098ee12ce0e389f02acc72d3c390327aed0e373cc006306e9d8a2 483692 
augeas-dbg_1.0.0-1.1_amd64.deb
 ba8f8b5c14f9678e1410a06a936fe269b5294c955fe21b1de8094fc7cfb26e3d 267968 
augeas-lenses_1.0.0-1.1_all.deb
 c94af3673c8edd170070fdef2afc816f9b7f82e27e1f2e24f3b9cfdd7a45f2bc 879810 
augeas-doc_1.0.0-1.1_all.deb
Files: 
 77ad4706881ec50ceaa2754d554e371d 1502 libs optional augeas_1.0.0-1.1.dsc
 b696d0b6b3d8c5fb8ea50dc2090cdc74 9349 libs optional 
augeas_1.0.0-1.1.debian.tar.gz
 6a8295677f1d157ed7dda018c9fe4d73 45984 admin optional 
augeas-tools_1.0.0-1.1_amd64.deb
 d4794fc35da4f847d2c49e5ee8488b76 36974 libdevel optional 
libaugeas-dev_1.0.0-1.1_amd64.deb
 de16659940ec787ab295f63515bdf603 201632 libs optional 
libaugeas0_1.0.0-1.1_amd64.deb
 3b1f810117ef398c8a5022a020dd894b 483692 debug extra 
augeas-dbg_1.0.0-1.1_amd64.deb
 3d4b78d304c26702ec761b10bd1f1aca 267968 misc optional 
augeas-lenses_1.0.0-1.1_all.deb
 9f93d7fad53aeab9caea4a0cb841 879810 doc optional 
augeas-doc_1.0.0-1.1_all.deb

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

iEYEARECAAYFAlHO980ACgkQUCgnLz/SlGg+jwCg0mNSJ8pWSrsj7eBlXkOeH7W6
Y1cAnjHRvC6tEsI8nOXLLrtVgy39OJtx
=iNuD
-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: http://lists.debian.org/e1usx9v-0008pc...@franck.debian.org



Accepted libhtml-embedded-turtle-perl 0.333-3 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 17:10:20 +0200
Source: libhtml-embedded-turtle-perl
Binary: libhtml-embedded-turtle-perl
Architecture: source all
Version: 0.333-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libhtml-embedded-turtle-perl - embedding RDF in HTML the crazy way
Changes: 
 libhtml-embedded-turtle-perl (0.333-3) unstable; urgency=low
 .
   * (Build-)depend on librole-commons-perl, and only as fallback on
 libobject-authority-perl.
Checksums-Sha1: 
 e355d52ecb49879d8137bb1c8394843d6c06f310 2446 
libhtml-embedded-turtle-perl_0.333-3.dsc
 3f1f83ca9c2ab8781600bd725cf1beb50e4c34da 4957 
libhtml-embedded-turtle-perl_0.333-3.debian.tar.gz
 35586e5a37196728bdda360161927a4d7ed28201 18610 
libhtml-embedded-turtle-perl_0.333-3_all.deb
Checksums-Sha256: 
 af8ad92582406b708fad1957ce54bfbc6b758d3d59a5b00d48d1a61f9407bb8e 2446 
libhtml-embedded-turtle-perl_0.333-3.dsc
 54a033dfa898afe3d027b8a46a0a867fa95dd1088320170f67615f195cead52f 4957 
libhtml-embedded-turtle-perl_0.333-3.debian.tar.gz
 d785f6e0f543ffd8ecebbf79c28808334e80146ae291cf4fbfa33a032f2eb8d3 18610 
libhtml-embedded-turtle-perl_0.333-3_all.deb
Files: 
 85b88f77b4c2bb93a43ba11899f88097 2446 perl optional 
libhtml-embedded-turtle-perl_0.333-3.dsc
 9f41368474c17afcf575b9e4831cf1e0 4957 perl optional 
libhtml-embedded-turtle-perl_0.333-3.debian.tar.gz
 f68e44a2351ee9286fce1b19c1989b7d 18610 perl optional 
libhtml-embedded-turtle-perl_0.333-3_all.deb

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

iQIcBAEBCgAGBQJRzvowAAoJECx8MUbBoAEhCg8P/iVrLxyySAgGs9O/hUK8sZyG
tzR+qhcVW1HifklwJUH7XTwQRjGNtBW/R2V9nP0OxSB9XlaK0ipYq/hBlPi1xS8c
WvW4H5oFIA/XvhlhMo1T34LeF8jFjNUvRxUFk/AXZKL7C8u+GSn+lFCYO7+r2wL3
q88U+R66epj3pgpu4V+xSaL52hMexutoDqMVzXZk4qgQ7F3DtJk0dVtlSyn6rA+A
WwlhyzbOgO+A9zX70ZVHHU0vTwpnT0YYepVALTrh9pDHUkScgcTqdNfiq4s98FDV
RdymJhQdTchmc/tes8PXyPGktYuiZpzytsMAuQnB9OpM5CI09RqNuDjslnXjmPga
+vrRWSJ5iMmUfq97caGbg1BH5nSDRIXGlbw7TVbXFL+oFWpATZAn8k3H3Cq9/wkX
WJPKMEoWayDOIIjhcXzqkfuQVUaVAtR3m9aOKVtM90VUiIutMiIgt8qDJZPu9Div
tEyny66D0PBeB/gAhFf+mPz/jgTItLSDZoBC3hO1LrXFEt6c6PRmJ5iquL6WuDMM
JINT6y2xJZpT23LKhuwb/mALBUDiWArFZeffF7tUeRflOI4U98RiogFoZJ/adVSY
5v/upc0ovl0iNOmX9g/3/pgL+p6AhbvNzFdaKLSVlyb8Nu7Ysp8IXJoEInnrj2HL
OIetBaAME01k64xDVEez
=gmHD
-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: http://lists.debian.org/e1usx9l-4x...@franck.debian.org



Accepted libxrd-parser-perl 0.201-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 17:01:55 +0200
Source: libxrd-parser-perl
Binary: libxrd-parser-perl
Architecture: source all
Version: 0.201-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libxrd-parser-perl - parse XRD and host-meta files into RDF::Trine models
Changes: 
 libxrd-parser-perl (0.201-2) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
 .
   [ Jonas Smedegaard ]
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to CDBS+git-buildpackage
 wiki page for details.
   * Recommend librdf-trine-node-literal-xml-perl.
   * (Build-)depend on librole-commons-perl, and only as fallback on
 libobject-authority-perl.
   * Declare examples in rules file (not as debhelper hint file).
   * Bump debhelper compatibility level to 8.
   * Bump standards-version to 3.9.4.
   * Drop patch 1001: Build problem turned out to be (and fixed by now)
 in CDBS.
   * Update Homepage to use metacpan.com, to match upstream hint.
   * List upstream issue tracker as preferred contact.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include current year.
Checksums-Sha1: 
 a2923679e5bbfd8040f9a0b76e8214b501a4c13f 2275 libxrd-parser-perl_0.201-2.dsc
 2f4bc68a03b03a3c9fe817d5057f8b27fb69f4a7 5303 
libxrd-parser-perl_0.201-2.debian.tar.gz
 19c988e3e3a724e5e8a3c88846aa9141940901f9 29612 
libxrd-parser-perl_0.201-2_all.deb
Checksums-Sha256: 
 367877b31d05a423c18df5792e79f8f5532357626aacb2eb9a0db815d95271f6 2275 
libxrd-parser-perl_0.201-2.dsc
 812c55a55e5f02dce9fd153c6fb62dd36d1c7c93501786ca8dad67d73751ac38 5303 
libxrd-parser-perl_0.201-2.debian.tar.gz
 3f46f33ea728c58e39e1cc3a441ea8b323ee8061ee781e898d9436275293 29612 
libxrd-parser-perl_0.201-2_all.deb
Files: 
 775d201d1549dde968bb1ef9b69a50f6 2275 perl optional 
libxrd-parser-perl_0.201-2.dsc
 ff672114430aa29699e86433f88787fd 5303 perl optional 
libxrd-parser-perl_0.201-2.debian.tar.gz
 0080a8afd48a4c76960bae97632e3f89 29612 perl optional 
libxrd-parser-perl_0.201-2_all.deb

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

iQIcBAEBCgAGBQJRzveNAAoJECx8MUbBoAEh9DcQAJjmBM5Ppx0NmmLWadZnvaNQ
ZbC8vUWhGkKuwE/LWlpGjo1d7Vsr807bswQimUpWA+kZ7tJ75zqlC7L7/Lshv3Fb
RosR9Buw3824f2mcV+SwNjDdpY669KPwYt16WZdgn1vXC4TeuqVVOMBshEfbd/Vx
WvH4hdrXLNpE2WCJ3Box4jlhG2WQIBoPACEu1cRImoJHARzUPM7V6tl8sEJVvERd
CmrQzxEsWi5IN9kmWQ08SGReew6Y2ijdOWsoGCZGepqd3JZrAg7GPFvOTOLGWrHO
eF7f3A80889hzIXAyMHrTnKdpTF8b1Hnp0vjVUY6j9OnmXk+BsBIVUwvRsAfq659
/0+bbOFgBGPAViBGTZGRIG5J5EvxecXm2hViaBKduVs+H9LN9iT6nE7Qxt+JHouo
4W1s7CHgmxlBDNJ1IfwaEX3nIHfFu8fEJhmBt7jh8xRhGHZIvWJdhjeMMf9QYqPO
jVSQD3d4A3pCHwiNHm/BJWex/EnfKpGHd/WPNGNBwPCqrROlHVHLhv8XT97Jp2I5
SPhRbTabBGQmlf2oFT/rIMWXTnSwGe9FGZsXs/fqrBU9lH4GWmw3jqgYwLayRLNo
FORo/8+p3kyojyJEmxJgFkeXeImp3J+MkVOy+xKKV7SbO+J9LBectRJQ7B5mdu2l
htRZbf9UJYQ2FoNDyEfC
=ePCV
-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: http://lists.debian.org/e1usx9q-7v...@franck.debian.org



Accepted lm-sensors 1:3.3.4-1 (source amd64 all)

2013-06-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 16:37:48 +0200
Source: lm-sensors
Binary: lm-sensors libsensors4 libsensors4-dev fancontrol sensord
Architecture: source amd64 all
Version: 1:3.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 fancontrol - utilities to read temperature/voltage/fan sensors
 libsensors4 - library to read temperature/voltage/fan sensors
 libsensors4-dev - lm-sensors development kit
 lm-sensors - utilities to read temperature/voltage/fan sensors
 sensord- hardware sensor information logging daemon
Closes: 714190
Changes: 
 lm-sensors (1:3.3.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Use dh-systemd to get proper systemd related maintainer scripts,
 based on a patch from Michael Stapelberg (closes: #714190).
Checksums-Sha1: 
 59cca974fae0d0d2799f86505841cf292149e7d8 1299 lm-sensors_3.3.4-1.dsc
 4e62538ca99973ff505f2eeb5b841bb402e996d8 172226 lm-sensors_3.3.4.orig.tar.bz2
 e31e132da27be859e3ec4242759f52ccfcd00947 29296 lm-sensors_3.3.4-1.debian.tar.xz
 7e1afae18fa8fed92077ae109e4bf2752934b7bf 108826 lm-sensors_3.3.4-1_amd64.deb
 a054165804232a9de4bafe736b46fea4e637 50810 libsensors4_3.3.4-1_amd64.deb
 29c136c91e95be513200b7b27ede7618b2f0505f 57168 
libsensors4-dev_3.3.4-1_amd64.deb
 0db25ebd5d6ab81cd3f673ab5cca818f9a25536b 45104 sensord_3.3.4-1_amd64.deb
 fb122c0db1fee76e1440c9c024a787c6f2307746 43304 fancontrol_3.3.4-1_all.deb
Checksums-Sha256: 
 04e658d3c47829246c355ec0b5165bdb0ab215ed35b331f1c7a3bca1b42de4de 1299 
lm-sensors_3.3.4-1.dsc
 b4608610cb5de4b24e3fe1ae357712e8633a8a929bbb42df5eecc4ccee6ba76d 172226 
lm-sensors_3.3.4.orig.tar.bz2
 b28b8bf4f9adcd10c17e026ee2e59c4ef0fa44aa138ee7b271ef2c96e6ce0ec5 29296 
lm-sensors_3.3.4-1.debian.tar.xz
 d98e2502bb2ffb80f0a1a5e193900f0b2e15eb67d24b95f7ab5793c956548124 108826 
lm-sensors_3.3.4-1_amd64.deb
 087c18d03967629b53f068858c89dc08bd0ab2f4097ee7bd27b0174a386ac4f9 50810 
libsensors4_3.3.4-1_amd64.deb
 27115960599844078aaefaff637e7934431e9abda7a9fd1eaaf0789c9be3a0de 57168 
libsensors4-dev_3.3.4-1_amd64.deb
 7ae774f71059ca3444bd270a4bb2fb8322d42c98e03e987036f2db2882b96535 45104 
sensord_3.3.4-1_amd64.deb
 d574ebf4940165deaaa6ae234e045a104f5d937c0613c61f45540264d07abc6b 43304 
fancontrol_3.3.4-1_all.deb
Files: 
 9291c241b7e4dea61d3db3f4fceada7f 1299 utils extra lm-sensors_3.3.4-1.dsc
 60cfb98ab7a8915c3ac684af5459de2e 172226 utils extra 
lm-sensors_3.3.4.orig.tar.bz2
 520084da967f8334dae75e4f66c62ef2 29296 utils extra 
lm-sensors_3.3.4-1.debian.tar.xz
 aefab401b9d17b86c42d2e86ca9764a0 108826 utils extra 
lm-sensors_3.3.4-1_amd64.deb
 d9031929fe2cd3f81373e01bc189bc7d 50810 libs optional 
libsensors4_3.3.4-1_amd64.deb
 4bc9c8393b45bf354968e2d88427bb3c 57168 libdevel extra 
libsensors4-dev_3.3.4-1_amd64.deb
 03a62a7dfaa28a55c1ff3eb990a84d1e 45104 utils extra sensord_3.3.4-1_amd64.deb
 3dc138950b4dce6d8734ed3f6b94528e 43304 utils extra fancontrol_3.3.4-1_all.deb

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

iD8DBQFRzvaQw3ao2vG823MRAs3XAJ0e5sqoeyo8ewrrEIpAJTVw9PIqsgCfTGtc
88iTe5Junhwx00UA4KQQOro=
=Q9Zd
-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: http://lists.debian.org/e1usxa1-hy...@franck.debian.org



Accepted weechat 0.4.1-2 (source all amd64)

2013-06-29 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 14:48:33 +
Source: weechat
Binary: weechat weechat-curses weechat-core weechat-plugins weechat-doc 
weechat-dev weechat-dbg
Architecture: source all amd64
Version: 0.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot kol...@debian.org
Changed-By: Emmanuel Bouthenot kol...@debian.org
Description: 
 weechat- Fast, light and extensible chat client
 weechat-core - Fast, light and extensible chat client - core files
 weechat-curses - Fast, light and extensible chat client - console client
 weechat-dbg - Fast, light and extensible chat client - debugging symbols
 weechat-dev - Fast, light and extensible chat client - developement headers
 weechat-doc - Fast, light and extensible chat client - documentation
 weechat-plugins - Fast, light and extensible chat client - plugins
Changes: 
 weechat (0.4.1-2) unstable; urgency=low
 .
   * Disable build of guile plugin (as guile-2.0-dev FTBFS on multiple
 architectures)
Checksums-Sha1: 
 a657a01b54158743ec7a4966f898336baae7c5ff 2387 weechat_0.4.1-2.dsc
 36f7b48115a222aca44a1c8c87af2e2a0a296a26 13455 weechat_0.4.1-2.debian.tar.gz
 b097dfbb91eba599265a0aef492221b3f919c427 39734 weechat_0.4.1-2_all.deb
 e85b4dc3ae8f0fc629381bdc00aa042bcb2f528d 359562 
weechat-curses_0.4.1-2_amd64.deb
 db7de3f87f8be3aa6bfa274493fc2818cb8dddb0 990982 weechat-core_0.4.1-2_amd64.deb
 7f7d9668aaee1dcf3512dc1fc546e966777550f2 504796 
weechat-plugins_0.4.1-2_amd64.deb
 7924e0190cbc1a346d11759cb0600d861e6d957c 1037886 weechat-doc_0.4.1-2_all.deb
 8f60622693a5c2c98746e5314286d0681860dd52 54088 weechat-dev_0.4.1-2_all.deb
 2d94ed9b7dd9b1ddaa4c0d27e433f0c376bd5dc0 2602566 weechat-dbg_0.4.1-2_amd64.deb
Checksums-Sha256: 
 35705d37471762072022cd9234a20e9d6f3254508fef4ff4aa89debabd7f5aad 2387 
weechat_0.4.1-2.dsc
 aa6a3af8195298af09cd88cf239bd7738177a45b73ecae61087afdcf769fb890 13455 
weechat_0.4.1-2.debian.tar.gz
 9120dbf84d520eca0c8e13448adc93bd5cf32bfeb7ab41ed9c97dbc46f12875a 39734 
weechat_0.4.1-2_all.deb
 f4611ced9b35ddd8551d80af86407ce67e360340ee357a3d9b6d010f4a17aaa4 359562 
weechat-curses_0.4.1-2_amd64.deb
 537428eba1286f6f7d87cc3daee9676a92d14c76e774bad1e404a5e83f06fc10 990982 
weechat-core_0.4.1-2_amd64.deb
 3db06e6e9a27c1362946f8a40fce42c917209e570a261c53e66208bafa7ffbd0 504796 
weechat-plugins_0.4.1-2_amd64.deb
 12949d805b5f3994f8468c531881d1d997ae17d4345de97bbfd8f1466bbebc0d 1037886 
weechat-doc_0.4.1-2_all.deb
 27d308cdafa3fd24e8dd2c9fe4f46209c21c505227bf400f9c7cecf96ed91b09 54088 
weechat-dev_0.4.1-2_all.deb
 c232795ca22971aed717da914a35d5957008d9b4d1522e6e3904de11959c3632 2602566 
weechat-dbg_0.4.1-2_amd64.deb
Files: 
 1340c627c3e26e8cd3ae491159076e18 2387 net optional weechat_0.4.1-2.dsc
 c20520b43b522e6262920b8c4a14f8a9 13455 net optional 
weechat_0.4.1-2.debian.tar.gz
 24ad850b93c6766b8026fae47c8f5099 39734 net optional weechat_0.4.1-2_all.deb
 220836a981801cbc5b2e007d97cd3ba9 359562 net optional 
weechat-curses_0.4.1-2_amd64.deb
 190e4f2a93ccc88b4f0cae9668db46ee 990982 net optional 
weechat-core_0.4.1-2_amd64.deb
 d72746751b2b9617faebe3dd4b238777 504796 net optional 
weechat-plugins_0.4.1-2_amd64.deb
 2853c9a98e5bc71b4d22f5e1e31390fe 1037886 doc optional 
weechat-doc_0.4.1-2_all.deb
 e04c80321393d6a24ee3ae58df1c578b 54088 devel optional 
weechat-dev_0.4.1-2_all.deb
 96b59dd54ddd4ce7673baaa7a15c4e43 2602566 debug extra 
weechat-dbg_0.4.1-2_amd64.deb

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

iQIcBAEBCgAGBQJRzvkPAAoJEEsHdyOSnULDaH8QAIKYm/FN2wFejwzMh3MfZ9kn
c2m2KM9BLxBPv5NqyN/prBUnoIhgsOc2fQT2BfQnsT4AQ1AM9kUk112A18U0eua5
puW3E2bCSmkWb6nt1i5TnTF3su113TVCJV4X8NsConpsz0/zzqRd3UWxlPL6qkJz
c+uEqMrNnhR9HBAjgxEzyvDGLEmefeCB1njexCE9kNnItzNPOJZt7JeZ9xakF4ja
RH5R+gz4yrekIW0DHDvQO6CPStAv+Csa0eaEckeQ7p7JouxmVcFpdq0M4Hy50Das
A9zt2D0WWCCYlE+rdNMxaIpXRs1i5GDDLzlxdVzNuiGemVVClbu6mZ6H8z/DoBk/
WhJ6MOHqYS2NhURl+jdGsoGHUNBoNNd1RVFVwTPzK0pN3AyOK20zyF1s+PSNv+aQ
hTOTPY9Vzexjpxm7wK7D3ndTKGc6zcdSusbLn2RHOPcZ03rC8PRDBDfOl0aurT38
NzNeG7hVTCD1bagCQ2Ex+8V0VNfefM9s8pzBMI6Ns/0jiIrUpIbsF2pZHxsIjxRO
O+cAhrMgsJ2MwaWt47XlQPA3lBWsEWYGkksWClks9Ft7x8mXoPQ3HvKE3+bLqm2E
rC8SxjefVOutxOg0wrshXB5zBVkoKgBRvnC5XqWRZ4p1HcQQAtjj1fiL/P6sSRZb
nQYeqa0yBGUocCuO+Ah4
=riyY
-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: http://lists.debian.org/e1usxai-b9...@franck.debian.org



Accepted libhtml-microformats-perl 0.105-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 17:26:08 +0200
Source: libhtml-microformats-perl
Binary: libhtml-microformats-perl
Architecture: source all
Version: 0.105-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libhtml-microformats-perl - parse microformats in HTML
Changes: 
 libhtml-microformats-perl (0.105-2) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
 .
   [ Jonas Smedegaard ]
   * Update README.source to emphasize control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * (Build-)depend on librole-commons-perl, and only as fallback on
 libobject-authority-perl.
   * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
   * Bump standards-version to 3.9.4.
   * Update Homepage to use metacpan.com, to match upstream hint.
   * Update copyright file:
 + List upstream issue tracker as preferred contact.
 + Fix tidy whitespace.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include recent years.
   * Drop patch 1001: Build problem turned out to be (and fixed by now)
 in CDBS.
Checksums-Sha1: 
 a5099295cdc5f6cb66558d8ba7572fe092bf8ab7 2657 
libhtml-microformats-perl_0.105-2.dsc
 18e96f524c4fd025e7b2fa01180ad14932e9398c 5775 
libhtml-microformats-perl_0.105-2.debian.tar.gz
 ed68d9a78f2a1b8aacecef0ae9d3418a4b268ed7 255244 
libhtml-microformats-perl_0.105-2_all.deb
Checksums-Sha256: 
 45b710de3eebb052f37b3ee4e40584be69921d0ceecad5f873862513bb8d15d0 2657 
libhtml-microformats-perl_0.105-2.dsc
 5349195712823d513972dd9d07fa8bcac00c61e3dfa97f993829882772095c21 5775 
libhtml-microformats-perl_0.105-2.debian.tar.gz
 03a8102eaec5191fdbbaa559bffcfd327bc9b7a9136d5d1c75d1ca1dac9c9c46 255244 
libhtml-microformats-perl_0.105-2_all.deb
Files: 
 b59114fb8b1c257d29aebeb641fa3728 2657 perl optional 
libhtml-microformats-perl_0.105-2.dsc
 e0de3fd6754675d43efe7a2a45cf 5775 perl optional 
libhtml-microformats-perl_0.105-2.debian.tar.gz
 45ba23322cd3d7bd984763453c84c2d7 255244 perl optional 
libhtml-microformats-perl_0.105-2_all.deb

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

iQIcBAEBCgAGBQJRzv17AAoJECx8MUbBoAEhafEP/1+IYiIxaESkav4v3kFsUOSa
vURvw6aAHFwGyniIqBnqbTqYtEYiCQ0/YXmIXPnLrUnd36pj9ziHGZaqMgr1mJLJ
hxPTRaOOtSXhUWfKyKWT8RUqmIth+mB4tlv6E9DKXSQ97BQXWPqSgsv75vkQ39Ch
Nz+0J4N87ag4/i9LqZS/94m6qM5Q97B7Z0KhZuppO+wESd6R389BZ7z+90gWTDUf
o6XOFs9RVaHPdAM1cpSdUSf32ZAZeN3kYWCmsfapguNKQVSWM3nnJiCEwBB14HO6
KbRA4spYUktcD0/DXLudkYVY+78E66UJrTA2q/mPXUW9CoDBLkSjBsZn9qxzuSwL
DQZcRjIxfnmC5wliFKdljCv3tDpPEXsnrX4/6XvkNSPYY7U5fyClwSM3MhuDnPiG
TLz+kUlMu1jsAD8cnPDDRT5PFhUWGp2QMCxrFGlTIQ+BCbtdVKtW6HW6r89YhKNq
gQ1II9QLhM6+qifHwLCKVjShMMqTExsosFaInPSat+IYIZjR6IIdK9mTbdYoccOs
30eDaYNf9MtwvTUvKRUJ6EBchjJc6h079rPY+EEkBihHVg88rTW+X8jf1SBiNICO
poqEbk7IfQCMaKhfOJ3Agv1wtiHgELO2uPyoIR8z5rfy4Nsu7ntWAMhQhvHZQwoB
qb6pcai82eYwrm4qKdzR
=szsQ
-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: http://lists.debian.org/e1usxni-0003uo...@franck.debian.org



Accepted pexec 1.0~rc8-3 (source amd64)

2013-06-29 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 16:35:01 +0200
Source: pexec
Binary: pexec
Architecture: source amd64
Version: 1.0~rc8-3
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal p...@debian.org
Changed-By: Milan Zamazal p...@debian.org
Description: 
 pexec  - Executing commands in parallel
Closes: 713295
Changes: 
 pexec (1.0~rc8-3) unstable; urgency=low
 .
   * Make documentation processing work with Texinfo 5; closes: #713295.
Checksums-Sha1: 
 858d8e3f16a7b146aaf5e2f2454a4b6a4053d011 1065 pexec_1.0~rc8-3.dsc
 c53e8224607b42fb8ae723de385aeda6641199f6 4625 pexec_1.0~rc8-3.debian.tar.gz
 2a7f3c1e335cca52682d8e896cff9a206e4ccd4e 75818 pexec_1.0~rc8-3_amd64.deb
Checksums-Sha256: 
 a39017f3e2c0a44d059f9769547cabebb482ca6145ea02234b38dac3915e5f4c 1065 
pexec_1.0~rc8-3.dsc
 e8aeb204286f8a3c0b250caff05c50a085f0abc26ab509191696dde6a6a56146 4625 
pexec_1.0~rc8-3.debian.tar.gz
 4b21f45c116cc9cae8c782f2de8eeece546edcab33bf5074adec20d54be5d532 75818 
pexec_1.0~rc8-3_amd64.deb
Files: 
 558b0bcae284de272ab1bc5770779010 1065 utils extra pexec_1.0~rc8-3.dsc
 b6c03c45a786e7ce263a89c8233d18b0 4625 utils extra pexec_1.0~rc8-3.debian.tar.gz
 95471c8ac4676b0b700e9dbe93e8eae5 75818 utils extra pexec_1.0~rc8-3_amd64.deb

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

iEYEARECAAYFAlHO+Y0ACgkQkSkk/j3Cm0HMMQCguEQAD47CLMlio+Ut4czinY6V
WXsAnR+YhwOt2lp/UNXMu8+ft2cVVBtT
=GQFl
-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: http://lists.debian.org/e1usxnp-0003xw...@franck.debian.org



Accepted icewm 1.3.7-5 (source amd64)

2013-06-29 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 17:59:17 +0200
Source: icewm
Binary: icewm-common icewm icewm-gnome-support icewm-lite icewm-experimental
Architecture: source amd64
Version: 1.3.7-5
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 icewm  - wonderful Win95-OS/2-Motif-like window manager
 icewm-common - wonderful Win95-OS/2-Motif-like window manager
 icewm-experimental - wonderful Win95-OS/2-Motif-like window manager
 icewm-gnome-support - GNOME support files for IceWM
 icewm-lite - wonderful Win95-OS/2-Motif-like window manager
Closes: 713632
Changes: 
 icewm (1.3.7-5) unstable; urgency=low
 .
   * Fixing linking arguments (libm also for Gnome parts, closes: #713632)
   * Using hardening flags now, working around null pointer dereferencing in
 option parsers
Checksums-Sha1: 
 63454af38b07616b34b0a377dd2f0ac67231fe82 1765 icewm_1.3.7-5.dsc
 b5f133b22c2352f38f67a28b35af074e0cc98e1e 206684 icewm_1.3.7-5.debian.tar.xz
 9a9435d6f4649e1f7238a5295c87adff493b17b7 302046 icewm-common_1.3.7-5_amd64.deb
 08f2869711f5f7a0aeadb157212e8c920f45c82b 403960 icewm_1.3.7-5_amd64.deb
 cc7430d3aeded32a69e265d867f98aec64ef23f2 31988 
icewm-gnome-support_1.3.7-5_amd64.deb
 988146c309ebe50f0169d16acd43be89c7ec9f3c 270096 icewm-lite_1.3.7-5_amd64.deb
 a53f85934838d06a883b40623efd15c6f4504c06 2562 
icewm-experimental_1.3.7-5_amd64.deb
Checksums-Sha256: 
 78a90f9e747e3be975502bc48c501063523774d37dc8d9e82f2a505badc096c6 1765 
icewm_1.3.7-5.dsc
 82ab129301e5172f97787c968374809ecd1a5fcd7f85383a3b8edd96d0e148c8 206684 
icewm_1.3.7-5.debian.tar.xz
 7df2fc484a77af46113187b9c6e2e46b45ba1d038c0a60aaed4283120171c47d 302046 
icewm-common_1.3.7-5_amd64.deb
 be0e233f01c539ffe944b52ec46ce4dd6b4d196e87007a8b0808ce21c18ce3d4 403960 
icewm_1.3.7-5_amd64.deb
 6dcb09faa379a8a1e21a17cfe6cb019b2a4b86497ff805e6d4702e8822a70fef 31988 
icewm-gnome-support_1.3.7-5_amd64.deb
 736fdad6928e3b70dc66d14baa5852ab13acbe670c38413f864dde96f730d252 270096 
icewm-lite_1.3.7-5_amd64.deb
 248d30a63f104ae32cce77a4d6a7e0c24884bb49bd0748fe8528151a2185e399 2562 
icewm-experimental_1.3.7-5_amd64.deb
Files: 
 ca678ac2fbd34142bc177e8bc22c398a 1765 x11 optional icewm_1.3.7-5.dsc
 183beae195941ea52561457cc1a91fcc 206684 x11 optional 
icewm_1.3.7-5.debian.tar.xz
 9ca46b5f4f27f1f005f4af7f3e1a43a4 302046 x11 optional 
icewm-common_1.3.7-5_amd64.deb
 c70b6177b167becd93a906d9085a581d 403960 x11 optional icewm_1.3.7-5_amd64.deb
 4c5eb97ff71063c5891ded9095b816b8 31988 gnome optional 
icewm-gnome-support_1.3.7-5_amd64.deb
 c5a9292784a65a17c85f2dd0a9ab67f9 270096 x11 optional 
icewm-lite_1.3.7-5_amd64.deb
 f1dcff51ce03719ffa5dd2e4113e2da9 2562 x11 optional 
icewm-experimental_1.3.7-5_amd64.deb

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

iD8DBQFRzwWn4QZIHu3wCMURAqV8AKCBFLCY4elu/XpZHKpaz4cHvs30TQCfc0V9
UR8HsJxqen57b0GOrA4ePuo=
=JEb7
-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: http://lists.debian.org/e1usxrd-0007ux...@franck.debian.org



Accepted libhttp-lrdd-perl 0.106-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 17:57:21 +0200
Source: libhttp-lrdd-perl
Binary: libhttp-lrdd-perl
Architecture: source all
Version: 0.106-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libhttp-lrdd-perl - link-based resource descriptor discovery
Changes: 
 libhttp-lrdd-perl (0.106-2) unstable; urgency=low
 .
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * Declare examples in rules file (not as debhelper hint file).
   * Drop patch 1001: Build problem turned out to be (and fixed by now)
 in CDBS.
   * Update Homepage to use metacpan.com, to match upstream hint.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include current year.
   * Relax to (build-)depend unversioned on libhtml-html5-parser-perl,
 libhtml-html5-sanity-perl and libhttp-link-parser-perl: Needed
 version satisfied in all Debian suites providing it at all.
   * (Build-)depend on librole-commons-perl, and only as fallback on
 libobject-authority-perl.
Checksums-Sha1: 
 972f43e9e28271f84d0c0aceda5fda52c83197fe 2404 libhttp-lrdd-perl_0.106-2.dsc
 51f51cd31f580ba3ec9388146fd10f115150dcde 5156 
libhttp-lrdd-perl_0.106-2.debian.tar.gz
 06228fabea1f388ea8d16f280b0210da647729f3 23632 
libhttp-lrdd-perl_0.106-2_all.deb
Checksums-Sha256: 
 5bdbd751bce50a9fcb3595094376c1e1efff826b341660e559a5f18bb7e66311 2404 
libhttp-lrdd-perl_0.106-2.dsc
 eaf5d382940075013d4ac52bdf73808f93e3bf982a3da9a71bc0d071d967d2c4 5156 
libhttp-lrdd-perl_0.106-2.debian.tar.gz
 97e55880a372483b764defe513366f886ada1faf20bd29bffaeeb7b53fdc31cc 23632 
libhttp-lrdd-perl_0.106-2_all.deb
Files: 
 9283c519e6a09d0409ce965d164c4eb9 2404 perl optional 
libhttp-lrdd-perl_0.106-2.dsc
 931d981adff0fb5840e868acf0989617 5156 perl optional 
libhttp-lrdd-perl_0.106-2.debian.tar.gz
 0983b2467b01172c349674ca13c6d849 23632 perl optional 
libhttp-lrdd-perl_0.106-2_all.deb

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

iQIcBAEBCgAGBQJRzwSTAAoJECx8MUbBoAEhw50P/jaYh0+MXgqgEj/pozyZoCur
1NJ59hwOIiCdZ8XspKZohOPpL9rBDrCSoHJ2+ms9ARmRdW/VJ91Y4WuLUkT82wzE
ZSijxURYRWvFPoyKvm/Tv4S92ugHIloOB83M4PhcoEokELzlHLmn+nz0lfIEaOAI
B0dr1R9Z/xSGY7LrCCn76a/bGmOB9x7UTwyhv5o6FJK92m3qvlPIpBFhUccH1XSj
r391DDiEKYDmFKXUikQ97RSvn40ikIC0x+kUWXUGy/MkKQhZN8SfkMiRL9OfpGs7
Kp/useMzrSpOsaF2mlVUTCiktm1ChsYH/CMm48anP1/+BXJQueyT/hmGJcw4vVOz
9KNNbJ1ofLUjoeHudHPQKqYp4UYBLrqIqGJXVq5R4LUIDtdq+kKckyh8GRvsIcPu
Lzh1sNm2vWHhYPi6afqK1thVF0rQ4DMoj9tBCtLSAIf7vFE9ipjjAqiIQtT7ZGvM
BV/xZNpasU/LXWgmQsNON+yZ4D7FTa0t5vn/bsOibJFGLd5LrAGpG7Ypq+pEd91/
7Dj7EqCIHNzwLylaoUeV47Ekg1k4HSFKJqRJdIHoSHZlo664DVy7cn9kFFGimvyP
GL09v03aISfL/6Wr2oKq/akk02q0V8nwbGQ+dpT7+riEtnc75fYdRPkEphFCqwTY
6+tr/xkBKnO0UgljAh08
=Mcm1
-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: http://lists.debian.org/e1usxri-0007xw...@franck.debian.org



Accepted lua-posix 29-1 (source amd64)

2013-06-29 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Jul 2012 19:07:41 +0200
Source: lua-posix
Binary: lua-posix lua-posix-dev lua-curses lua-curses-dev
Architecture: source amd64
Version: 29-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 lua-curses - curses library for the Lua language
 lua-curses-dev - curses development files for the Lua language
 lua-posix  - posix library for the Lua language
 lua-posix-dev - posix development files for the Lua language
Changes: 
 lua-posix (29-1) unstable; urgency=low
 .
   * New upstream release
   * lua5.2-compat.patch not needed anymore, removed
   * Transitional packages for wheezy removed
Checksums-Sha1: 
 9b3e4c7233a62faa83eb39dc658bda0cbc3a5523 1385 lua-posix_29-1.dsc
 c72e23b85e7fbef1e7eac7116dd668e6952fcfbe 516026 lua-posix_29.orig.tar.gz
 207d4075caeb994d3a31a2ee4b46d8a20e2450de 5272 lua-posix_29-1.debian.tar.gz
 dcc1b95b8782d1c74ba56e610b94cef31e0e0df9 88810 lua-posix_29-1_amd64.deb
 9dadb2cd5df026625e22afee1bfa2b8af4de1e26 91264 lua-posix-dev_29-1_amd64.deb
 712666cb0db035eee781b05bb37807410a8e7caa 65956 lua-curses_29-1_amd64.deb
 5ec537d60863c62bc1def1faa0f621550030dea9 69882 lua-curses-dev_29-1_amd64.deb
Checksums-Sha256: 
 4d37c4c57f047e9ed43ec46bee7faf3fc3228ce244a2c9fbeada4a5f452f0778 1385 
lua-posix_29-1.dsc
 9fb2f72f80045bd6142ba7222535fadb7fbecf2a41fcf9335cfb2aa5f8f1ca89 516026 
lua-posix_29.orig.tar.gz
 e0da2ca4e700ddf6ea1d9d82f93153809de76217308f993f757378bb3d48cda9 5272 
lua-posix_29-1.debian.tar.gz
 707ff28e4431f0bc30984e0ea8945a9978ec379077e1785c6ceefbd3cd4bc1be 88810 
lua-posix_29-1_amd64.deb
 41c689691e28df081e7f72b9b03709210f562e3f3d302cb8fec9742d85360f07 91264 
lua-posix-dev_29-1_amd64.deb
 f7639ab797d9d284f050c16499e008472671c2d96cb53c506ea2e06b6f421fd2 65956 
lua-curses_29-1_amd64.deb
 d2dd876b497eba4691b7239fc6e7641dd63f3a10c4c038994e1b99310f2ec61d 69882 
lua-curses-dev_29-1_amd64.deb
Files: 
 c987c44f3e0447b146f1393266b3a4c1 1385 interpreters optional lua-posix_29-1.dsc
 84a81c539e08b523bec6911f35c66db6 516026 interpreters optional 
lua-posix_29.orig.tar.gz
 0e17e221a8490b5f035871dc31b757eb 5272 interpreters optional 
lua-posix_29-1.debian.tar.gz
 209cd4effe36f3899d1be6e57d316dd4 88810 interpreters optional 
lua-posix_29-1_amd64.deb
 722f5b698c0313c693dee5dfd11697c0 91264 libdevel optional 
lua-posix-dev_29-1_amd64.deb
 40c9d53c0f50054c13a84703e7ba60f1 65956 libdevel optional 
lua-curses_29-1_amd64.deb
 09cab677c143f79b57f21b1b79890f6a 69882 libdevel optional 
lua-curses-dev_29-1_amd64.deb

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

iEYEARECAAYFAlHPAmYACgkQ7kkcPgEj8vKcHgCfbwiJJh8mZFB0yRoYIhIeqSK0
ANkAnjeNVr7tVlmX0hfTXN8AQ59YHkt1
=pqgM
-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: http://lists.debian.org/e1usxrh-00086v...@franck.debian.org



Accepted mtpfs 1.1-4.1 (source amd64)

2013-06-29 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 11:40:30 -0400
Source: mtpfs
Binary: mtpfs
Architecture: source amd64
Version: 1.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 mtpfs  - FUSE filesystem for Media Transfer Protocol devices
Closes: 700067
Changes: 
 mtpfs (1.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply patch from bug 700067 to allow visibility of files in folders
 with no subfolders.  (Closes: #700067)
Checksums-Sha1: 
 436511cbcb5493e4b7bf25ad0ef4a7d877bb1202 1853 mtpfs_1.1-4.1.dsc
 f9abece2ebbcc0652ba9c610109f4b3aca2491df 3660 mtpfs_1.1-4.1.debian.tar.gz
 497dac6d5f110b3ac71f05fae2668e37a26cbedc 18842 mtpfs_1.1-4.1_amd64.deb
Checksums-Sha256: 
 8adb40479da2ae9d95583f829d30988773e8bc85d8903f523627980a49aee96f 1853 
mtpfs_1.1-4.1.dsc
 23f2ef667a6d5c7d00eb0ccadaa8890781ad33c9a8fb3769af8cffd2d7fdde7e 3660 
mtpfs_1.1-4.1.debian.tar.gz
 972b0fcf94339bee07ec004e2e62e119b111068db722f85f1aa9c179bca0eda6 18842 
mtpfs_1.1-4.1_amd64.deb
Files: 
 aeae84dd565a48ffa3aa0b0741aabc01 1853 utils optional mtpfs_1.1-4.1.dsc
 586c91f319f8c15eba8c492909a8002f 3660 utils optional 
mtpfs_1.1-4.1.debian.tar.gz
 8863f004c1a4d2f3cd5d5815c8b0b93a 18842 utils optional mtpfs_1.1-4.1_amd64.deb

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

iQIcBAEBAgAGBQJRzwMsAAoJEIp10QmYASx+tlMP/3WocqwMmVbLGOzzswj4KAJc
CPksVH0KgbYDn8R36qEEPatGUQLntJJdSf0Pmv+hVNCM9U3lhZGbMDQSmQDyrKeG
tNltyIv5LxcKoNF8lqFzAHeeYdZsgR3VZ+3rsHiycH2EeoKD/CNUc+C7tLO914GS
HP4E0lh8ROtLm+5oG/reXVI6bmXnJFb8anebHFmtlKbfOA1+mt24uo9HpLYZUm1Z
WpHJMzQ639HZvC8d9++nGobztksK/KRpvTHbnbZCtXGb8ve2yrE1NYn8R4m4cn1N
OeC7HDIKGrz1i3ZA/br9cVGZKQKqbJYoW7LPRmYNtTfIiuu0mxQsUF7m5HACtHbE
LJYnQm8ZvlAlhrMdbYHDZdYR/pSziLHNcL/t8wtJb+vWtTK/q6c86CfqwTeB1xvh
ZxNTNm0ZzyY2/UvbU33lN0eijBEruhtb93boOWKTS4MJjvjxcqcftLW+GYcqoMY4
V1tV1S63IoMec9kyWWhkTDsWVunoTpS6GQ/yBiCMxi27VXSfFYUuFE9VZM0sJdsY
ALbHeM244RNVb1YN2Xed6wtQc+D3+XRTKYGq6clt2A68j7YmOwzE7sZ3Gjbg7mEa
nReBEed+/JS8kA921O7VItQd19S4Spohk8Joqgf1IJBiFIEGEj7BY0jfvnd52JBO
vNbYBwA2nSthMqMv4TcF
=2TaB
-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: http://lists.debian.org/e1usxrq-0008an...@franck.debian.org



Accepted xdg-user-dirs-gtk 0.10-1 (source amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 18:04:50 +0200
Source: xdg-user-dirs-gtk
Binary: xdg-user-dirs-gtk
Architecture: source amd64
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge sl...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 xdg-user-dirs-gtk - tool to manage well known user directories (Gtk extension)
Changes: 
 xdg-user-dirs-gtk (0.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Vcs-* fields.
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 a5c3f3f5a9b83f093376d73f452354766ef3ca91 2170 xdg-user-dirs-gtk_0.10-1.dsc
 7af51ac84ca269377a9699482e43a03b87d4277c 116528 
xdg-user-dirs-gtk_0.10.orig.tar.xz
 94d39f00583ce3c4afdfd3b91d3e2e3147ce1ea3 2585 
xdg-user-dirs-gtk_0.10-1.debian.tar.gz
 a2f6a04e67fea8e37207445af8c7622efc85ce4e 43418 
xdg-user-dirs-gtk_0.10-1_amd64.deb
Checksums-Sha256: 
 4d1064844c35a562c16188979bc367c85f09c52c709bfffd551b8045c629162a 2170 
xdg-user-dirs-gtk_0.10-1.dsc
 739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e 116528 
xdg-user-dirs-gtk_0.10.orig.tar.xz
 9930da68dd7780f235cc08e77cb277114e05df6b5bf2e78d608e0b67f14cfde8 2585 
xdg-user-dirs-gtk_0.10-1.debian.tar.gz
 b25e97a2e790f19b4757d53d41c7b238fb3694ed065406a790f474e6d5bb7556 43418 
xdg-user-dirs-gtk_0.10-1_amd64.deb
Files: 
 c867fc8b75bacb0f1da2a57d4397f32e 2170 utils optional 
xdg-user-dirs-gtk_0.10-1.dsc
 c4469eeeb0416d734a4592f8030d1bcf 116528 utils optional 
xdg-user-dirs-gtk_0.10.orig.tar.xz
 f3ca1ffa4405c4ebd5c07eb636b12224 2585 utils optional 
xdg-user-dirs-gtk_0.10-1.debian.tar.gz
 d75a621cf70f61632d849fcf9c476ba5 43418 utils optional 
xdg-user-dirs-gtk_0.10-1_amd64.deb

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

iQIcBAEBCAAGBQJRzwYHAAoJEGrh3w1gjyLcSd4P/21YMUS0lUAg+U2Uw83YzGCy
Uh5hBGkf7e/HHIhFENf3FThka8iIBieyY7cDIUngyU1umeJPsPGGeRXEZz+CvR70
EHFA6/Zd0TEoOh0jztGOIQSZnMXidlZO8jQihnPzeUdLUyQk4Q7ouxB3h990/CIz
siGdzEpscp8uYvynSp8EpQiKZl/vj7J+PtJyy+Q/vroz7fZHRXzP6edwbbp/5fni
2XrMLbF5iFpfZjSnys22lXX9i5wsaBpTKQ0CsAaQx/RLf0pnSi5N+/FeiBwSrfDf
fQGzaggRBBFIFFT8/JNJ8Uy4QawDiRIR71Jm8SXtRAskJXiADEFvGU4wUj5jdQHW
TI+PCxunDQm6XK4zyIsGwaX4Tj0rqt8i41bpAQAXQJTNjZZXxesAbH3kD3dlM732
DmQ3WqoCeA6rhJZr/oMfpYS+7rhJRyzr1s1olaf76twM8TEXhOSHablCTvis3tLL
Gw3m7xYIstMGzLsCun97zMsAqQUOZahEVFG0X+/yUVxvUWsjNdnVVjNF+45W4eir
8m0jiJmTL6PgA1GNDeWYgwgdVt7QM7tM+wDJheahK6erejc7ZPpFOIgaAj7vW/4o
ELepcvJWZwFXECoTTbA/ULP3JYOL0ZFKUgfCcMXnistdKuhG0+kJUNAnmbfWvqJm
wXxiKkNTFQeVTELBLQET
=xG9E
-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: http://lists.debian.org/e1usxsp-0008ub...@franck.debian.org



Accepted aspell-ku 0.20-0-6 (source all)

2013-06-29 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 19:04:16 +0300
Source: aspell-ku
Binary: aspell-ku
Architecture: source all
Version: 0.20-0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Arabic Packaging Team 
debian-arabic-packa...@lists.alioth.debian.org
Changed-By: Lior Kaplan kap...@debian.org
Description: 
 aspell-ku  - Kurdish dictionary for aspell
Closes: 499882
Changes: 
 aspell-ku (0.20-0-6) unstable; urgency=low
 .
   [ Agustin Martin Domingo ]
   * Enable Auto-Hash feature to no longer modify shipped files (Closes: 
#499882)
 .
   [ Lior Kaplan ]
   * Drop contents file
   * Auto-generate symlinks for rws files
Checksums-Sha1: 
 208953edd9df48676522dd5d69270a2e35b278ef 1309 aspell-ku_0.20-0-6.dsc
 9473734373e0a36ce22a9c7b4bbe1cfd60d146d2 3043 aspell-ku_0.20-0-6.debian.tar.gz
 bf911c21573b2e5a280bce560bc0e5def30c31ed 19146 aspell-ku_0.20-0-6_all.deb
Checksums-Sha256: 
 720efd8c41ffb13d95961d78f9f42d7b2a89fca5e86c8969fca719c0b94f43a6 1309 
aspell-ku_0.20-0-6.dsc
 fc293721d0e51e6e598f5e3b09ebfc5816d8259abca441f9daa69b9d72e714ad 3043 
aspell-ku_0.20-0-6.debian.tar.gz
 323675c7c4cc12bf5cdd51b7745f4d8da08d513af07b0ed12ed6b5322957bc5e 19146 
aspell-ku_0.20-0-6_all.deb
Files: 
 3b8675a840048060cbb788ffec43b3de 1309 text optional aspell-ku_0.20-0-6.dsc
 03da7d31b9f3a71af3624d7d8060ad7c 3043 text optional 
aspell-ku_0.20-0-6.debian.tar.gz
 accf34ca75fa893be2ba060d589c2c80 19146 text optional aspell-ku_0.20-0-6_all.deb

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

iEUEARECAAYFAlHPCdoACgkQFViURZnoHaDSxgCXZRYJNNbCa0pJe09S78jU6QGq
8QCgnvJGxojJJpY5c5/Rk09D9+yKBSQ=
=Iebz
-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: http://lists.debian.org/e1usy50-0002lb...@franck.debian.org



Accepted suds 0.4.1-8 (source all)

2013-06-29 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 17:42:55 +0200
Source: suds
Binary: python-suds
Architecture: source all
Version: 0.4.1-8
Distribution: unstable
Urgency: high
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 python-suds - Lightweight SOAP client for Python
Closes: 714340
Changes: 
 suds (0.4.1-8) unstable; urgency=high
 .
   * Removing needless empty line in rules.
   * Adding 02-fix-unsecure-cache-path.patch for CVE-2013-2217 (Closes: 
#714340).
Checksums-Sha1: 
 faf13ed5516d7db1da9dab97b69f3f97f0ba98db 1907 suds_0.4.1-8.dsc
 4b0ef7e265639cfadb9747090b5ce6524871c603 3672 suds_0.4.1-8.debian.tar.xz
 7789f82a8b8f150339843243d3b832967f91ab4b 91812 python-suds_0.4.1-8_all.deb
Checksums-Sha256: 
 530e6e57183410a0020df9ec423d0bf82fd11db4c58fcb6315460bacc65b7fa9 1907 
suds_0.4.1-8.dsc
 7e817db28fe0835625601dfb7e74140269fce2a778b6024bbf9f6e8f8bd019a5 3672 
suds_0.4.1-8.debian.tar.xz
 542c4ba4f3a4f98836c6b614fc514d31ee2b01260295dfe99c1f0dff4edf17c3 91812 
python-suds_0.4.1-8_all.deb
Files: 
 e3bacbe48a172eff7158462eeb64c4b1 1907 python optional suds_0.4.1-8.dsc
 08a18e657e670cc91080a95d744a8161 3672 python optional 
suds_0.4.1-8.debian.tar.xz
 ec2b2d5b7a9b47bb16b56973bf091410 91812 python optional 
python-suds_0.4.1-8_all.deb

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

iQIcBAEBCAAGBQJRzwj1AAoJENbQm+SEBbv2VF8P/0RTIgI9lf62jg/h3jqxnYwx
VFN4I/gXpSyGJv9gaML0dbmRLjovLw2zojZZuhCPAVbknt5u1QpBrk8XqgoN8esy
dp1U6bFwclNaTOUQFtdXcu9LZJPSFY9uOlUkqSPn1/YAZ+mR0Ssdfpil/wR8vXJt
ks8PIWUK0cyKCBN0kv0HAWoKCTjHOGF2+hbNZubqaba/yXnmd+mi3CZNigTeSoLl
L3WPIQ6ltyDH69y29rB8SWV/x+lxNvK1E5ei/k1+Bup9wzhkLeHu1uwJPZZO1Hnz
etiM++m8DKRSswGli5GaOijSlDOGsSUTVxJTGcQW6UNAY1BbgAaidVns/VP5SGmR
9Hm88ekYVkF2JnLXkHNSLAZ1EMHT/Gua2Tn2aAMXL9It+9kxMs/cftPvQBI1T68u
I6+qaGJnI5AdV39dShH0VmvtRiptzCaXL38E9xsIflS8rX5zDs43jgRzvgPHJMUC
MDp7tAaD4aHTrM77tryQyFqAf7IgP7z2EOtc17bfmIgYf3QpzJPebCv/2cIGEmfW
8HSGDScFbs9JW6MQ486Ktbw88rtzxJPKaKRfyVTEgiISTRYIDC7LefOtA0hvqqps
Kw3R///Bj7tErauP30b2K0YtU0hg3WTobEE7jozYwq9+bsRkdlkUGGAWlOyjPpTA
+bwep5aMWFM0xPMW07XH
=S1XU
-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: http://lists.debian.org/e1usy5r-00032i...@franck.debian.org



Accepted xprintidle 0.2-7 (source amd64)

2013-06-29 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 17:54:52 +0200
Source: xprintidle
Binary: xprintidle
Architecture: source amd64
Version: 0.2-7
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal p...@debian.org
Changed-By: Milan Zamazal p...@debian.org
Description: 
 xprintidle - Small utility that prints user's idle time in X
Closes: 713448
Changes: 
 xprintidle (0.2-7) unstable; urgency=low
 .
   * Fix of FTBFS error; closes: #713448.
Checksums-Sha1: 
 8fe7984404a5ebe01b943e74871bb0ae521195a5 1141 xprintidle_0.2-7.dsc
 9b30f7fd1e72866d0e8e9c87b8800fc87ffb90b8 4090 xprintidle_0.2-7.debian.tar.gz
 45b9d65dc10c3cf64f1c7d90ab2106fc1ebd484a 6774 xprintidle_0.2-7_amd64.deb
Checksums-Sha256: 
 69d01693c8241bdd9823c8e0e6ade837dbabc32eeb8d0a3812feec35f4b8d16b 1141 
xprintidle_0.2-7.dsc
 e8fa2bee05ff87668c432c50b568674c406ed80243b3c8527542f24c560c6dec 4090 
xprintidle_0.2-7.debian.tar.gz
 a99beb2ee4f3f95a4673beff89c009d0501a4a6102c062c5f3ac9aeb02d30e8f 6774 
xprintidle_0.2-7_amd64.deb
Files: 
 f0325951238c98887ccaf57e671d9006 1141 x11 optional xprintidle_0.2-7.dsc
 c4746d4ad2b4454ef2b54c84675e2394 4090 x11 optional 
xprintidle_0.2-7.debian.tar.gz
 016dcbcfe7e565c6e5f0956a99505a70 6774 x11 optional xprintidle_0.2-7_amd64.deb

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

iEYEARECAAYFAlHPB3wACgkQkSkk/j3Cm0EHxgCeMjqmcjgz86o7qE6eYnAiW23g
ungAn3dxoh75lxt+d4x/K9RGODY/hwF2
=E6Ff
-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: http://lists.debian.org/e1usy6h-00037v...@franck.debian.org



Accepted gdb-mingw-w64 7 (source all i386)

2013-06-29 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 17:09:06 +0200
Source: gdb-mingw-w64
Binary: gdb-mingw-w64 gdb-mingw-w64-target
Architecture: source all i386
Version: 7
Distribution: unstable
Urgency: low
Maintainer: Stephen Kitt sk...@debian.org
Changed-By: Stephen Kitt sk...@debian.org
Description: 
 gdb-mingw-w64 - Cross-debugger for Win32 and Win64 using MinGW-w64
 gdb-mingw-w64-target - Cross-debugger server for Win32 and Win64 using 
MinGW-w64
Changes: 
 gdb-mingw-w64 (7) unstable; urgency=low
 .
   * Drop unused, target-specific build-dependencies (in particular
 libunwind7-dev to help the libunwind transition).
Checksums-Sha1: 
 de16de352205bc8030072c1a3cda01da8c60eee9 1854 gdb-mingw-w64_7.dsc
 98bacfe5926566e475e26288f538254199dba020 4569 gdb-mingw-w64_7.tar.gz
 3f3c944957449f789a11250c04301ef574ff2648 975440 
gdb-mingw-w64-target_7.6-4+7_all.deb
 e1996a127e8d9e742c5ad209d54f74649f3f64ce 4101048 gdb-mingw-w64_7.6-4+7_i386.deb
Checksums-Sha256: 
 80792a78a5fd5211476d4e5cbff83d2e73b4c248f9c316947bd86d5857ed0358 1854 
gdb-mingw-w64_7.dsc
 374ba8cc74cf8163fd2781d46ab05b57cf409ee3f7a7d63d212f8daabb786734 4569 
gdb-mingw-w64_7.tar.gz
 ad745e6344c87865f8f43210dc215160c4e532210e80ea03d6f0cd3c409421ab 975440 
gdb-mingw-w64-target_7.6-4+7_all.deb
 3607eac8943977c04d0499dc9956aedd8c5fb1fc367d715c8948fbc5e751e3fe 4101048 
gdb-mingw-w64_7.6-4+7_i386.deb
Files: 
 d89428c2d881880cedef8188d01a7803 1854 devel extra gdb-mingw-w64_7.dsc
 f05851f7a8424d1d9603f9e7dd92f94f 4569 devel extra gdb-mingw-w64_7.tar.gz
 8b50ba27c57a06247e9ff0810ca16ca5 975440 devel extra 
gdb-mingw-w64-target_7.6-4+7_all.deb
 78a6a4851815caea2f7321087b7419db 4101048 devel extra 
gdb-mingw-w64_7.6-4+7_i386.deb

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

iQIcBAEBCAAGBQJRzw4VAAoJEHWXeKmja0lP7gAP/2agg20WQ1uBb/vJhEQ3SqeG
4s6TbeUtecdqvi58XT5/LhqQV6drFlitgJxTopRS/5uw0uE5kvo6ehu6s1aVBi6p
X1iUFmUpQsNUpTiDiQtzvA2mF4cFASqQwkf5MfqHpEd+SBvF75L9COg706d+zuru
jyuTjoBmexmvUdY6r9SPjW5F2mu+/KmTbNqfSsE9BydSNgsvQyQllgzJ5sxcOLOo
xlZpqB6l68PzU35d6U+Qm/qkyWbsaZlIz+I+UtlyEAuqCesVEV9yLKVUZbLWVuyv
c+Qbh+TIUxFdWcrGgccZWJ4sXPGUCzCb04CZ1pjPnRHw8XCyPVYy16WCllMgscMD
uE1HH5qSvn7bxn+pwv0f4o73IqGG8v2wxezGmMkWdSpwExtvJOR57I3hFR69y1MB
uiOQqhok2ptq3X29mMJnnW0RQTl+Br3U3wYKDdilV+NCqTYMBsfmEODTmvZ1fBP8
1xaX6HLgi/srkFfBzHuVmItS9lzqQR5X7Nrr6mdyMPnT+uQ2IpQezZkOxAhgdMoc
REUbBleddjnkZK48Zh6T9mEEVPFRDxQ64Md5d+ZV/TZN2ikfMqDT/N5u5yEHaLrJ
hVr+fSABM+ML01vJSuxPCwbkh3ncyx62agAGjOH6MZBsDumCYkSdZMrPyL8twfVw
78iiQue9D5wwE2VHBEg0
=+ZyJ
-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: http://lists.debian.org/e1usyjh-00064c...@franck.debian.org



Accepted pyxdg 0.25-3 (source all)

2013-06-29 Thread Andrew Starr-Bochicchio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 12:27:38 -0400
Source: pyxdg
Binary: python-xdg python3-xdg
Architecture: source all
Version: 0.25-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Andrew Starr-Bochicchio a...@debian.org
Description: 
 python-xdg - Python 2 library to access freedesktop.org standards
 python3-xdg - Python 3 library to access freedesktop.org standards
Changes: 
 pyxdg (0.25-3) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Andrew Starr-Bochicchio ]
   * Upload to unstable.
Checksums-Sha1: 
 b98a1a304483efba2626bdcb49b53e25c55ab7e3 2158 pyxdg_0.25-3.dsc
 b4bbf5f20b8f64da0f2407ef5c816150115df5f5 6952 pyxdg_0.25-3.debian.tar.gz
 8b5a928cd26d4d5909505066b92283c4a8f2f539 40436 python-xdg_0.25-3_all.deb
 d7a75d0a58aab228e2788a97fec5f4bccb147bfe 39210 python3-xdg_0.25-3_all.deb
Checksums-Sha256: 
 cd68775adbf0a3e6f5ae59718bc70aafcaa773ff613185eab5aee347ff970756 2158 
pyxdg_0.25-3.dsc
 c7922e29af70a74820d4c7dcbf49b11388f6567586301caeeb858a3f41fa0e99 6952 
pyxdg_0.25-3.debian.tar.gz
 8958d94bd33bce58339e6c21d5481f0d54c2bf95111038315ec6b2502ee401c3 40436 
python-xdg_0.25-3_all.deb
 f42f289686b79f78679bb180f7c4abacde46fe0b915812ff1a487d615b07 39210 
python3-xdg_0.25-3_all.deb
Files: 
 d8411b2cf219a48324e6ec74244ca083 2158 python optional pyxdg_0.25-3.dsc
 cea50e55c2afd5efcac0784fd9c9a850 6952 python optional 
pyxdg_0.25-3.debian.tar.gz
 7b026513d8af1478e871ea76e77eb7db 40436 python optional 
python-xdg_0.25-3_all.deb
 326735b9f743f59e3a97198f59e14b68 39210 python optional 
python3-xdg_0.25-3_all.deb

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

iQIcBAEBCAAGBQJRzw22AAoJEDtW4rvVP9yxglIP/RDaV5Gv58GfPw9H7H5LQqOY
Q/Zudqo3jIGKxppdgaVH9Qlvrx57PFu3bk8HkBcnGRgraQsWhtaloEugLI2B10Fq
Zqtg4eHFVt+UEhRJUDlgJ1ZWWFvY8bMEenN/QqgfqRKOuulOXj5jafU9N81pTP7e
Q9f6kN5XeXKjWrHmdQXGmKLXkqjrYctYGq10tiqtdsn3HXU5Af1TKYV9uaPB8bsu
VLbSnBaKLjDWCRcf9YvLU6sxAi76QH+2CZ2X67XvEvg1CnlbA9Wh61/r6A1J/0P1
iWhKNkyz73XuGsGnb3SEPt30RLW0AEwJxeRNpOg39SoHPtylVmg+Np8Y7AcPeiNG
99BN4pF/+kdX9PGvqRpn+v3aMz7U1o5GpjHpspesBqrAVgRsCv4/Sz7oR80LbFRK
r9fNx6xW9dfPz/OhFOc6ZUE7eQuX5WpZhNW6DRLWIHB0fkUTaHdp23IR4PXhjWbH
4GBNbzDwHEVZldVE4tV06UesBx6v9VqAIBXJo0odpOJB1zq6XbKwd5MZC2BSZjSM
Ir+BBKi7p8Osjj5tbAEs6dMcNilXBFtfFz0wJZ52HvS/zM1X0lCB1/GEkvTmqa65
DbnSDX1R2UOYt+gTnlstupoe3wk43t/Yw1CvTigvOVo3cE4z0RL9WIS7zJ8ig+86
xETyA4Vhcpq62d4S4Qnd
=uDD5
-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: http://lists.debian.org/e1usykk-0006fw...@franck.debian.org



Accepted libwww-finger-perl 0.104-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 19:31:13 +0200
Source: libwww-finger-perl
Binary: libwww-finger-perl
Architecture: source all
Version: 0.104-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libwww-finger-perl - get useful data from e-mail addresses
Changes: 
 libwww-finger-perl (0.104-2) unstable; urgency=low
 .
   [ Jonas Smedegaard ]
   * Update package relations:
 + (Build-)depend unversioned on librdf-query-client-perl and
   libxrd-parser-perl: Needed version satisfied in all suites
   where the packages is provided at all.
 + Stop (build-)depending on libparent-perl: Provided by
   perl(-modules) even in oldstable.
 + Relax to build-depend unversioned on cdbs: Needed version
   satisfied even in oldstable.
 + (Build-)depend on librole-commons-perl, and only as fallback on
   libobject-authority-perl.
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * Update copyright file:
 + Fix update and extend Files sections for convenience copies.
 + Fix use comment and license pseudo-sections in copyright file to
   obey silly restrictions of copyright format 1.0.
 + List upstream issue tracker as preferred contact.
   * Update Homepage to use metacpan.com, to match upstream hint.
   * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
   * Bump standards-version to 3.9.4.
   * Bump debhelper compatibility level to 8.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include current year.
   * Allow testsuite to fail temporarily, as it currently trips on broken
 libscalar-does-perl for which a fix waits for lippath-tiny-perl
 currently in NEW.
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
Checksums-Sha1: 
 acbb9895f4a54c42a14d8c15c85fc680235f89e9 2381 libwww-finger-perl_0.104-2.dsc
 499193a796b3699d17a7ce39c0ba21e23c88cf89 5647 
libwww-finger-perl_0.104-2.debian.tar.gz
 505fdd3624584b38edbd29671f930b48778dec59 40930 
libwww-finger-perl_0.104-2_all.deb
Checksums-Sha256: 
 f1ac0d90a5707911f5a7a56dd066b4aa7fc44215db76ab67497261f3c01fd697 2381 
libwww-finger-perl_0.104-2.dsc
 7a834a048fefc0bfc7824efbd8ebaa9278f8227c486b4fcf26b4a853d693d34e 5647 
libwww-finger-perl_0.104-2.debian.tar.gz
 8a007c0d3a1f0db893b562829f33254034500edadefd710fcae19ec30235 40930 
libwww-finger-perl_0.104-2_all.deb
Files: 
 5252e51d87cbcd20b2793217c1a98973 2381 perl optional 
libwww-finger-perl_0.104-2.dsc
 0ce16d74b2619683c334842b391bf458 5647 perl optional 
libwww-finger-perl_0.104-2.debian.tar.gz
 b736b58d6c3d76ebd2d31eb43e7b353d 40930 perl optional 
libwww-finger-perl_0.104-2_all.deb

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

iQIcBAEBCgAGBQJRzxtwAAoJECx8MUbBoAEhGIsQAJGk1rlrBrPxTCS/+76sQ/Ax
b9FbBNeXSx4tVt9Rof5uFbUrSUetzQ+lwWF6sYZEDuo1eC3NAcxDu5nOUFx/Oj0/
vJtgx2fhgaoiT08qye8h87rCobybILNxbflbYG/4IjeUCBV9cL4xVSbmTNc3SVjr
NfQQDICn6yPS1lMQSOR0ZF/ga7nezaN0KzFcy2dTJJ6SzgdTcUzoBbQp5s0gQ9MP
r/w7rGblUuEgicJuc4+8IP0euu48fPSQ3W1qLCw+PkKmC1hujINVvKdkifgXv891
XNtsbLBBMaK4LcZqp2L9RzSrsa5VT7nCspiVim8X1L/BeYrplPGc19KmBt0bJSAV
fio45l4AiFmNr1BgZRgvwOEhSyQmkg2AqCRJZv9xDrmgUejH0xfieKQj3OuXXVGt
OMy3I2IjTuvSnnXbULpJvdUJypn5/vA2/1hp+RWNHKzX4pCy1UwiV9oTsqYZADCZ
daADX8OPkEJhtUmzODQ13t/CixIaxIRZWVot8jSMfu5vusPgy2HPUwCfI9cIxYs9
1ju54KENnqYvFjmL+rN8svfTTBIUI5EjfnjTtjVacR+2Grgz6/u2kNxZNx5MUaq6
p9ACCjCDDDwMcPm2lIc4EyfIyO9Hrf8kzoW7YyEgyAfbidjg6bxrWaxJNUxoehIw
Hv9uh5+KsBgqKT2xpkMo
=eTJd
-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: http://lists.debian.org/e1uszfe-0001e5...@franck.debian.org



Accepted gtkspell3 3.0.3-1 (source amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 19:56:42 +0200
Source: gtkspell3
Binary: libgtkspell3-3-0 libgtkspell3-3-dev gir1.2-gtkspell3-3.0
Architecture: source amd64
Version: 3.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gtkspell3-3.0 - GObject introspection data for the GtkSpell library
 libgtkspell3-3-0 - spell-checking addon for GTK+'s TextView widget
 libgtkspell3-3-dev - Development files for GtkSpell
Changes: 
 gtkspell3 (3.0.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop patches, all merged upstream.
   * debian/patches/01-hide-private-symbols.patch: Don't export private
 symbols.
   * Update symbols file, add new symbols.
Checksums-Sha1: 
 1df43ee4a87d623a67b5f1d01ed402ae124394aa 2440 gtkspell3_3.0.3-1.dsc
 48197eb666e061223901fea35f54c90925f128a8 420313 gtkspell3_3.0.3.orig.tar.gz
 e00f60925b4c4fe7128ad8f9128653b01ce1b21e 6015 gtkspell3_3.0.3-1.debian.tar.gz
 8b23ddde88c1af8cea63654fc5465d063862c153 32130 
libgtkspell3-3-0_3.0.3-1_amd64.deb
 8b112b2e96f69d31adff1c43732b18d240a2ac52 32814 
libgtkspell3-3-dev_3.0.3-1_amd64.deb
 c7beac2d98371909c7d7beb04546943ffe46f0c7 10308 
gir1.2-gtkspell3-3.0_3.0.3-1_amd64.deb
Checksums-Sha256: 
 4d24c1909da5d500db03a7ab5b17e0f61870aeed3047173412472fec11a45d69 2440 
gtkspell3_3.0.3-1.dsc
 722d909e65925aef97380dd3fce92d8896be83b071487b79b2b3159bf877fc04 420313 
gtkspell3_3.0.3.orig.tar.gz
 2deb9879d75d35fa85dfc63c61767f15ef25223112d2acfa529ebd118447ded7 6015 
gtkspell3_3.0.3-1.debian.tar.gz
 7642c8f2964a36b19980933476a293946ede5e48b38de20964ff7e458ed43cf1 32130 
libgtkspell3-3-0_3.0.3-1_amd64.deb
 e0c3a61b4ae91ede322c84a95e637767d1c195d08ae7fa7c3e0e190e4d11f686 32814 
libgtkspell3-3-dev_3.0.3-1_amd64.deb
 332f0cf7178d4efe1581c3aeca466168e6b9babc29110254d9aca56242446b9c 10308 
gir1.2-gtkspell3-3.0_3.0.3-1_amd64.deb
Files: 
 0736ab192c1df6cf7acf928a6e12617f 2440 libs optional gtkspell3_3.0.3-1.dsc
 58f68a0fe9007d9a3d6092b222689320 420313 libs optional 
gtkspell3_3.0.3.orig.tar.gz
 79c9aa78e5c2bb80d3b93a466a781e2f 6015 libs optional 
gtkspell3_3.0.3-1.debian.tar.gz
 53fd47a5d4f6f879adf565b53d1d6cda 32130 libs optional 
libgtkspell3-3-0_3.0.3-1_amd64.deb
 b8374d354895bed8d419ecee5754bcae 32814 libdevel optional 
libgtkspell3-3-dev_3.0.3-1_amd64.deb
 ac9d794bb1fbe6428dd073649d71aad9 10308 introspection optional 
gir1.2-gtkspell3-3.0_3.0.3-1_amd64.deb

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

iQIcBAEBCAAGBQJRzyGOAAoJEGrh3w1gjyLc27YP/20eumE7HtEGnGcUmgk63hvq
lkRGAs01cTq/kja3ybgLaLJFmOeGrPzUxGO6DCZ8kK7zXDUPv+m2L0dBINc9U5q6
8G2WL188OeTi+/gX9x9VYVFYpmlosb8h9dskiIx/ZQ9MWEIzq9gNSTJR5vAp4le8
5QQoRvolpBQ5nFvhmrRw7bVNXco9TsUEgcfrB+i1mwVi76VeIADf3lErGwwxndrh
jvQGBOoJ2FbeLVrGho7+keZru+drMEoljIggajx28G2xwJOQRJXwS/KqhUNekZAW
aOsdD0NBdYq1Et0x0kpfY+HiGWx3/dUueebmyfFNipdZDm4U0menDJm4ZUPDvg/8
CB2M7PlTgesyABwjlsKzugeht86PQNocnEKZZZ+529TN28639IFnmWpefYKpg3k1
9enz8n5uH7cQ6hBMWmiw4bb/U+OW3ZyD0zaHix36GA1jKdvACww0RupJwNQzgq/t
3THt936kd6E3CwVt/Qsr6a+jTLNM+3tR76VORzZRtcK363vqlTryvjBpx1l1dxPg
yamU4HUFOZrdBYBY3FAd0+RO8sBkdjiIC+Mk46u21uzm7Y150uWCO0d6Y4HNUANf
VKizqCEcnXMTk9rwyNc/csL2wMOycl0+82Nr3SvEDOGKxnHGeJdu6NnExLGMUO9r
+9xpiJMWHzf47qGSzOcI
=Oxql
-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: http://lists.debian.org/e1uszih-0007l7...@franck.debian.org



Accepted gcc-4.8 4.8.1-5 (source all amd64)

2013-06-29 Thread Matthias Klose
 - support library providing __atomic built-in functions (n32)
 libn32atomic1-dbg - support library providing __atomic built-in functions (n32 
debug
 libn32gcc-4.8-dev - GCC support library (n32 development files)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran-4.8-dev - Runtime library for GNU Fortran applications (n32 
development fil
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug 
symbols)
 libn32go4  - Runtime library for GNU Go applications (n32)
 libn32go4-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc-4.8-dev - Runtime library for GNU Objective-C applications (n32 
development
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc-4.8-dev - Runtime library for GNU Objective-C applications 
(development fil
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libphobos-4.8-dbg - The Phobos D standard library (debug symbols)
 libphobos-4.8-dev - Phobos D standard library
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libstdc++-4.8-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++-4.8-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
 libtsan0   - ThreadSanitizer -- a Valgrind-based detector of data races (runti
 libtsan0-dbg - ThreadSanitizer -- a Valgrind-based detector of data races 
(debug
 libx32asan0 - AddressSanitizer -- a fast memory error detector (x32)
 libx32asan0-dbg - AddressSanitizer -- a fast memory error detector (x32 debug 
symbo
 libx32atomic1 - support library providing __atomic built-in functions (x32)
 libx32atomic1-dbg - support library providing __atomic built-in functions (x32 
debug
 libx32gcc-4.8-dev - GCC support library (x32 development files)
 libx32gcc1 - GCC support library (x32)
 libx32gcc1-dbg - GCC support library (debug symbols)
 libx32gfortran-4.8-dev - Runtime library for GNU Fortran applications (x32 
development fil
 libx32gfortran3 - Runtime library for GNU Fortran applications (x32)
 libx32gfortran3-dbg - Runtime library for GNU Fortran applications (x32 debug 
symbols)
 libx32go4  - Runtime library for GNU Go applications (x32)
 libx32go4-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32gomp1 - GCC OpenMP (GOMP) support library (x32)
 libx32gomp1-dbg - GCC OpenMP (GOMP) support library (x32 debug symbols)
 libx32itm1 - GNU Transactional Memory Library (x32)
 libx32itm1-dbg - GNU Transactional Memory Library (x32 debug symbols)
 libx32mudflap0 - GCC mudflap shared support libraries (x32)
 libx32mudflap0-dbg - GCC mudflap shared support libraries (x32 debug symbols)
 libx32objc-4.8-dev - Runtime library for GNU Objective-C applications (x32 
development
 libx32objc4 - Runtime library for GNU Objective-C applications (x32)
 libx32objc4-dbg - Runtime library for GNU Objective-C applications (x32 debug 
symbo
 libx32quadmath0 - GCC Quad-Precision Math Library (x32)
 libx32quadmath0-dbg - GCC Quad-Precision Math Library (x32 debug symbols)
 libx32stdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libx32stdc++6 - GNU Standard C++ Library v3 (x32)
 libx32stdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
Changes: 
 gcc-4.8 (4.8.1-5) unstable; urgency=low
 .
   * Update to SVN 20130629 (r200565) from the gcc-4_8-branch.
 .
   [ Aurelien Jarno ]
   * Don't pass --with-mips-plt on mips/mipsel.
 .
   [ Matthias Klose ]
   * Fix documentation builds with texinfo-5.1.
   * Update the ARM libsanitizer backport from the 4.8 Linaro branch.
   * libphobos-4.8-dev provides libphobos-dev (Peter de Wachter).
   * The gdc cross compiler doesn't depend on libphobos-4.8-dev.
   * Work around libgo build failure on ia64. PR 57689. #714090.
   * Apply proposed fix for PR

Accepted appstream 0.3.1-2 (source amd64)

2013-06-29 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 21:28:51 +0200
Source: appstream
Binary: appstream-index libappstream0 libappstream-dev gir1.2-appstream
Architecture: source amd64
Version: 0.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klumpp m...@debian.org
Changed-By: Matthias Klumpp m...@debian.org
Description: 
 appstream-index - Generator for application index
 gir1.2-appstream - Library to acess the AppStream database (introspection data)
 libappstream-dev - Library to acess the AppStream database (development files)
 libappstream0 - Library to acess the AppStream database
Closes: 703513
Changes: 
 appstream (0.3.1-2) unstable; urgency=low
 .
   * Don't automatically refresh cache after installation (Closes: #703513)
Checksums-Sha1: 
 d4a61cc59e9ad75707432d76467896be45c7bab0 2260 appstream_0.3.1-2.dsc
 2ebd1a2626cb9de0a510ce0069b716c20b3588e5 3442 appstream_0.3.1-2.debian.tar.gz
 b6e0fbfa05e0e10588593ff48f7cf9569ebb6a67 33518 
appstream-index_0.3.1-2_amd64.deb
 cb129169183966e5592c0d8ae505eeea6e33dfa9 48916 libappstream0_0.3.1-2_amd64.deb
 3f6d114261ad47327d388c70bcdf402b408f6654 7866 
libappstream-dev_0.3.1-2_amd64.deb
 3455244203d8a4556dd327b4f3137a0ac8a81798 4858 
gir1.2-appstream_0.3.1-2_amd64.deb
Checksums-Sha256: 
 d8bc2816a29c1c4ae5a67b9a0e5034b3e4bd6026aa1849607a8db82deb66e4ec 2260 
appstream_0.3.1-2.dsc
 020073051dc52aad2a673c48fe06f65ddfa770993c6ccb582b15caed3b12ec49 3442 
appstream_0.3.1-2.debian.tar.gz
 de0451dc4f6acedf03190d06215a72ddafc8baed3034723cefee076cd9b193d6 33518 
appstream-index_0.3.1-2_amd64.deb
 ecbf7f62441da5bc061b98a9aa917105de50c989d1660b6447fe69edaa79f610 48916 
libappstream0_0.3.1-2_amd64.deb
 37eff18787664416e89b5c5c23abbef18dd5f3afe9fbf85155797ebf5548d8a9 7866 
libappstream-dev_0.3.1-2_amd64.deb
 eb54f79e5ec299b6d22f5533cef49667eb6f5ee404910d93b92bda39300f 4858 
gir1.2-appstream_0.3.1-2_amd64.deb
Files: 
 f6939d8f5986cb88823b9e3d38f2b303 2260 admin optional appstream_0.3.1-2.dsc
 5b4e8c6ba81a9ee433672c42e87baf73 3442 admin optional 
appstream_0.3.1-2.debian.tar.gz
 f1c75144992718b432635c5baec54169 33518 admin optional 
appstream-index_0.3.1-2_amd64.deb
 a20e5753e3dc154f1a94c2550c4934c9 48916 libs optional 
libappstream0_0.3.1-2_amd64.deb
 243d9f4ddcdf97f056f08e9f72e20bb9 7866 libdevel optional 
libappstream-dev_0.3.1-2_amd64.deb
 a84c993e57fc33b83d3e9c63f5b45d66 4858 introspection optional 
gir1.2-appstream_0.3.1-2_amd64.deb

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

iQIcBAEBAgAGBQJRzzcUAAoJEElMil+/TezrjqsQAKSryI/4dbj52ig/R2oLJqYa
j9kamrwHCS0qavBJlQCTnHX5yRn88Y0IzoyHbCeQ9rHI750qe78vq2ku5mHlCV5i
0pkPw3MPmYj9ZDlisE2k1N8NWdKpp3EEU8SWcsYPilpjfCwNsO/j5EG9kBq+9R1C
SjmHcie/DF2/ahP+Sq79WDTYOq2tco8haAoRnb0D4BwGufXPh1Wl5xaYyhlVsp40
nq4LJB0wydxYVaWtdGTEFbNhFjgNU88mDkZzADNjrP4vWBNj+91RaUNznBlES+q6
8xb4FJZdhgMzg0OonotuRPtVaQjn/b9re+OQct338tv3B1hZmKuGA8l/71pbHReK
5FfqkKyRIQq8mG/AT65wofochrXy4J3C11C+8JdTfXMRTjYJaeSjdFmFr0JcyXsp
Y2ZSGronfXHWrLYvei1Af80rK+4d9kT8OquGP6sc5wVTdO7nA23fv6gptzip5mOY
/g/AJ75x4xpdrDH8pc00OHuf93g4Kt3VsM+6G8YsHhRd/QaIJ3DYAsyGMifTXjOE
nYJln0a7fdWMHgePUVImjdPu5XfJZLDVZ7nVM3zCBylSW+5LmomYLQbsrM2SDPs/
pLWyi3k/ULj/r5Y82CIfuBzoVf7ctXOaaAMFM+uiwqwvKWWDeb5AQ6bbRXhAqdF2
OJmK13Ms9Piuvw79/PSn
=wnTU
-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: http://lists.debian.org/e1ut17m-0001dt...@franck.debian.org



Accepted htop 1.0.2-2 (source amd64)

2013-06-29 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 22:25:41 +0300
Source: htop
Binary: htop
Architecture: source amd64
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 htop   - interactive processes viewer
Changes: 
 htop (1.0.2-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 e86503666f9a7efbd3ae24b55cd994a224304a58 1134 htop_1.0.2-2.dsc
 0ef8df1633498ffaf569b5ec52d3920114d9e28b 9490 htop_1.0.2-2.diff.gz
 a6bd03c56065226511c6def26572591ae71ea7f5 8 htop_1.0.2-2_amd64.deb
Checksums-Sha256: 
 ce23bbba696406d5d4055ce005668338d49a6ca2e58418b93b92e026d4ea888e 1134 
htop_1.0.2-2.dsc
 fbd8bfd981a903f6c17bfa1c246781d98eee64be9763ff61f2910dd3d764b5b9 9490 
htop_1.0.2-2.diff.gz
 80288b8981941ae9813a806e88f7854f8267d43e0b021dc69227288d28d45e02 8 
htop_1.0.2-2_amd64.deb
Files: 
 8ccbcc34c1db454057ea7f9f170482f9 1134 utils optional htop_1.0.2-2.dsc
 02d646bb535183aae7dc92dc8f7b9fcb 9490 utils optional htop_1.0.2-2.diff.gz
 e0877094ea478ec000a4fa98ff0224d0 8 utils optional htop_1.0.2-2_amd64.deb

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

iEYEARECAAYFAlHPNdoACgkQchorMMFUmYwFaACguedXSVlmm9C8/eCSSH1PaVxk
+/8Anj7EHqdiQ3y6E+NESgam/Hlakajz
=tfPz
-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: http://lists.debian.org/e1ut17s-0001go...@franck.debian.org



Accepted gtkmm2.4 1:2.24.4-1 (source all amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 22:05:07 +0200
Source: gtkmm2.4
Binary: libgtkmm-2.4-dev libgtkmm-2.4-1c2a libgtkmm-2.4-dbg libgtkmm-2.4-doc
Architecture: source all amd64
Version: 1:2.24.4-1
Distribution: unstable
Urgency: low
Maintainer: Deng Xiyue manphiz-gu...@users.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libgtkmm-2.4-1c2a - C++ wrappers for GTK+ (shared libraries)
 libgtkmm-2.4-dbg - C++ wrappers for GTK+ (debug symbols)
 libgtkmm-2.4-dev - C++ wrappers for GTK+ (development files)
 libgtkmm-2.4-doc - C++ wrappers for GTK+ (documentation)
Changes: 
 gtkmm2.4 (1:2.24.4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 240ee7ef3ca69d017c53ae66c18d099fa20e3dba 2494 gtkmm2.4_2.24.4-1.dsc
 e99866b0cb5a0d7387a7cef79253177310020b3d 10262212 gtkmm2.4_2.24.4.orig.tar.xz
 8f3642a44932a455453f07e8470c10e6bd15e413 8333 gtkmm2.4_2.24.4-1.debian.tar.gz
 4d66d80441d4cb7d1a7fb8e9e3f1718290e0fbaa 14749716 
libgtkmm-2.4-doc_2.24.4-1_all.deb
 5fb6ae6430f3a8186e09ec09066fb9e58b18e2f1 717810 
libgtkmm-2.4-dev_2.24.4-1_amd64.deb
 3f4fffb9ec772b7e4cbd95e07b5eeb11346c2b76 1116274 
libgtkmm-2.4-1c2a_2.24.4-1_amd64.deb
 c2bf89788d559863d7ca06d9a49cc930c5a8bb25 7048026 
libgtkmm-2.4-dbg_2.24.4-1_amd64.deb
Checksums-Sha256: 
 410d22c16900bd27f78453bc4b56f8efff401583bd1185f00e4dc1f8bca82ea4 2494 
gtkmm2.4_2.24.4-1.dsc
 443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee 10262212 
gtkmm2.4_2.24.4.orig.tar.xz
 fda0da6fc65a934273e0308d09c6d118a03e076dadc5e735f80e799ae1756629 8333 
gtkmm2.4_2.24.4-1.debian.tar.gz
 07569dbfd57a88ad38e0479d7e24c974afefb44adfd9adafa12d17e04ca51b26 14749716 
libgtkmm-2.4-doc_2.24.4-1_all.deb
 06534ec5fa30ac1ad177d62cca2e05985b669e9cdc8afa590b9ff63a20746235 717810 
libgtkmm-2.4-dev_2.24.4-1_amd64.deb
 d34fbf0f9514580de1434a47c49a2b5cb4bfb6aa05b50b016fc46509f20c7d0a 1116274 
libgtkmm-2.4-1c2a_2.24.4-1_amd64.deb
 286115898cda9a129abfdf5d5f92f97ca6ba19bbd25616704117520dd6c1d9bc 7048026 
libgtkmm-2.4-dbg_2.24.4-1_amd64.deb
Files: 
 2857a5f54a5471655d5f836518bf81c1 2494 libs optional gtkmm2.4_2.24.4-1.dsc
 b9ac60c90959a71095f07f84dd39961d 10262212 libs optional 
gtkmm2.4_2.24.4.orig.tar.xz
 2c7cffc1da0f14ebd5fec27b9961a64f 8333 libs optional 
gtkmm2.4_2.24.4-1.debian.tar.gz
 0304fefc3efdbd533d12ba403eb2d7bd 14749716 doc optional 
libgtkmm-2.4-doc_2.24.4-1_all.deb
 8eefd1f4d82310deec3106a4597fa637 717810 libdevel optional 
libgtkmm-2.4-dev_2.24.4-1_amd64.deb
 aae6209509313ea36823af4dc262bd9a 1116274 libs optional 
libgtkmm-2.4-1c2a_2.24.4-1_amd64.deb
 e823288b52e2f1fd7c5adba8bff1ed61 7048026 debug extra 
libgtkmm-2.4-dbg_2.24.4-1_amd64.deb

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

iQIcBAEBCAAGBQJRzz+NAAoJEGrh3w1gjyLcqmUP/R3d1DXKpdAIdh/ZeQFTCnD5
ZDCilrHHCFMI5KaB0AGYt8/sACW3j7/4ZkAI32EXN+bu3NssS1+QRIhZS6BEpqL8
6WC+BSmy9kxqoKf1zj5cJpTqnoZSVM394alH0gqMGuMGAMObZJWapAH5gRUGp+lE
JvGt86yNi8DcHC9b8SopwGPEsI+aabg9QMYbeXCmjFUbF1lArRCTUBvAsgrUt4bU
bKvuaBDZlAu2Q57DYJNJ189t8VCUnX+yYnaG4AJyskm3gs6KbDHWn4Bt/ua1qIUq
Ze6w/Yd7PvJtvnEp6QIqzbVt9wngyHw7godH34W0VOwhoYePPKLc0Ym2dc02jDqV
kxv5khYP/ME4mEd7pIESI+G0y6EasWOCF5vTNge9ttOfR8K1Jg/JX2BuHvHyJo5i
wGMT9GSJl3DVSLiLcmSoFKpQcdZnwrlBMiSM4ladH1Uld1eTmkzkCHWSN/Epkxhi
Uy2BYzBLR4eiP0+5kylQP9P1lQhGyeiIjwDKE2CVcmLEtdwXA9wZpXmPKDSofZah
euqDpgADudCfdoKfd1go4DOPtk0N1IXa2jejka1rLrq3T3vI3fRI8Ykmtbgwhhno
spy2VCasg6zLAHEgMz5hBpOjRKafX/ryogw+HOEuE5lvA92Z5508MdP8sP1rhSgR
azkCTrGQpSQnv0jtb4VV
=mNgP
-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: http://lists.debian.org/e1ut2jg-0004zq...@franck.debian.org



Accepted libclaw 1.7.3-1 (source i386 all)

2013-06-29 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 28 Jun 2013 05:40:33 -0400
Source: libclaw
Binary: libclaw-dev libclaw-doc libclaw-application1 libclaw-application-dev 
libclaw-configuration-file1 libclaw-configuration-file-dev 
libclaw-dynamic-library1 libclaw-dynamic-library-dev libclaw-graphic1 
libclaw-graphic-dev libclaw-logger1 libclaw-logger-dev libclaw-net1 
libclaw-net-dev libclaw-tween1 libclaw-tween-dev libclaw-i18n
Architecture: source i386 all
Version: 1.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 libclaw-application-dev - Set of classes to ease the initialisation of the 
program (develop
 libclaw-application1 - Set of classes to ease the initialisation of the program
 libclaw-configuration-file-dev - Class to process configuration files 
(development files)
 libclaw-configuration-file1 - Class to process configuration files
 libclaw-dev - Claw is a generalist C++ library (development files)
 libclaw-doc - Claw is a generalist C++ library (documentation files)
 libclaw-dynamic-library-dev - Class to ease the manipulation of dynamic 
libraries (development
 libclaw-dynamic-library1 - Class to ease the manipulation of dynamic libraries
 libclaw-graphic-dev - Set of classes for image manipulation (development files)
 libclaw-graphic1 - Set of classes for image manipulation
 libclaw-i18n - Internationalisation files for libclaw
 libclaw-logger-dev - Flexible log system (development files)
 libclaw-logger1 - Flexible log system
 libclaw-net-dev - C++ standard stream interface for Unix sockets (development 
files
 libclaw-net1 - C++ standard stream interface for Unix sockets
 libclaw-tween-dev - C++ tweeners (development files)
 libclaw-tween1 - C++ tweeners
Closes: 662394
Changes: 
 libclaw (1.7.3-1) unstable; urgency=low
 .
   * New upstream release.
 + Drop unneeded patches.
   * Build-dep libpng-dev not libpng12-dev. (Closes: #662394).
   * Move to source format 3.0 (quilt).
 + Drop quilt build-dep.
 + Remove file debian/README.source.
   * Bump debhelper build-dep and compat to 9.
   * Add Homepage tag to source package.
   * Update VCS tags.
   * Fix watch file.
   * Bump Standards Version to 3.9.4.
Checksums-Sha1: 
 4fbccc2c13a086fd0939e0cc9c686e0d039b5a15 2424 libclaw_1.7.3-1.dsc
 1f66fcade79d6c9e933c4b08227b21d5d3036654 341034 libclaw_1.7.3.orig.tar.gz
 c2f627c72b622a41a49b73f791d82677d6cada07 7228 libclaw_1.7.3-1.debian.tar.gz
 ffd5d6712ad8891cb0dfb84e0261ae37413ddbdc 83602 libclaw-dev_1.7.3-1_i386.deb
 c4b260c69c04063d18eceda818d429bfb34542d7 1489600 libclaw-doc_1.7.3-1_all.deb
 c5203cd2b2ba32ab03d2f1ae9841d18f41b7a9cc 37520 
libclaw-application1_1.7.3-1_i386.deb
 76b0f0aeb57614b900c37fe3bc989c2708428c6b 42566 
libclaw-application-dev_1.7.3-1_i386.deb
 a9dbfe1cec3c24c2c2b4a65a59d25c4c9a14a3dc 23778 
libclaw-configuration-file1_1.7.3-1_i386.deb
 6831b4c551aa93b1e24a2795367e28b06680c9d3 23994 
libclaw-configuration-file-dev_1.7.3-1_i386.deb
 1e2cc5c7d1fce133bf40ad145471411e66c46fa6 12670 
libclaw-dynamic-library1_1.7.3-1_i386.deb
 7966e9fcabdce28cfda6e8332dad8a7585713f38 13742 
libclaw-dynamic-library-dev_1.7.3-1_i386.deb
 e02714e63ed39714a6c31285f0ce2ca1c28cd609 77630 
libclaw-graphic1_1.7.3-1_i386.deb
 ded376def72caaa2de68303001aa7dc338fde7ae 117916 
libclaw-graphic-dev_1.7.3-1_i386.deb
 f75cce9a6696e8f50fea19a0f1fa182ed1bee12c 20788 libclaw-logger1_1.7.3-1_i386.deb
 4a0d6ada3ae82ed84f3b86a9ed97a547afbf8ac5 23576 
libclaw-logger-dev_1.7.3-1_i386.deb
 a909c786d7e7a6b491211058a1672d6ba37f599b 12250 libclaw-net1_1.7.3-1_i386.deb
 ea38ea578da4bbd2e790c319ccb515288c3861e1 18656 libclaw-net-dev_1.7.3-1_i386.deb
 a5db15d9b3f3192f1b533c213f0660e71c062c0e 24222 libclaw-tween1_1.7.3-1_i386.deb
 16a26279ef23d9944f984a7bf6a1fa512d85723b 32250 
libclaw-tween-dev_1.7.3-1_i386.deb
 3f6626484e988f671be80de7c1ef7576fbe645ef 10080 libclaw-i18n_1.7.3-1_all.deb
Checksums-Sha256: 
 15231dd6bf5adb58a3390fdf2aeb5b07a662aa2ee061b7fb5a26e9a8f8bb9e85 2424 
libclaw_1.7.3-1.dsc
 69c195154772ba8c97de5c33aa816f20c8fec58ada545d31ff9e739086fbf6c1 341034 
libclaw_1.7.3.orig.tar.gz
 92f722ea775573625ee5673f5a10e4890a4b434c57664a678ce14711f0053104 7228 
libclaw_1.7.3-1.debian.tar.gz
 3d15eae205bb1d5c3f6a9164321a99d288959bf7fbbe03f17480b579092c9844 83602 
libclaw-dev_1.7.3-1_i386.deb
 6e95158686d823c9085f3d907356d60ab35eaf25f6f06cdf7225609329014908 1489600 
libclaw-doc_1.7.3-1_all.deb
 a0e01f69037d7a8880995177d17adda8ad2e966ae4e9db1d4da9b41991585991 37520 
libclaw-application1_1.7.3-1_i386.deb
 0f550a728133c55c2e83853cb1d5f0c7a319b2948b0b7faa1b98bca70b9a6979 42566 
libclaw-application-dev_1.7.3-1_i386.deb
 05c463775ffeec97eb3833a37476830fdaf445faa476740f381116489a20d286 23778 
libclaw-configuration-file1_1.7.3-1_i386.deb
 120a013b5509e974b3a0a04ff06a41c91e5aaf315dd387e3f994f9c3bf8c93e8 23994 
libclaw-configuration-file-dev_1.7.3-1_i386.deb
 

Accepted libdmapsharing 2.9.18-1 (source amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 22:28:20 +0200
Source: libdmapsharing
Binary: libdmapsharing-3.0-2 libdmapsharing-3.0-dev
Architecture: source amd64
Version: 2.9.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libdmapsharing-3.0-2 - DMAP client and server library - runtime
 libdmapsharing-3.0-dev - DMAP client and server library - development
Changes: 
 libdmapsharing (2.9.18-1) unstable; urgency=low
 .
   * New upstream release.
   * Update symbols file.
Checksums-Sha1: 
 a6159145e11bcebc8cc40a2d89a249f1bd6d374d 2464 libdmapsharing_2.9.18-1.dsc
 64f5bf38ae3b664295d6b80ce50a1951baa4019e 725583 
libdmapsharing_2.9.18.orig.tar.gz
 dad76efde67e3a1b515517b6149e0d9831f9e71e 4318 
libdmapsharing_2.9.18-1.debian.tar.gz
 63f5d7a752b8c6f9a5aff8316e9990007020a535 89778 
libdmapsharing-3.0-2_2.9.18-1_amd64.deb
 65810d81ddacd9fee9f585601dce708853bdeffc 62712 
libdmapsharing-3.0-dev_2.9.18-1_amd64.deb
Checksums-Sha256: 
 973da7d94ae48925a6de7d47043b076bef98bb51b6d56fe67d6e3b48c7bb202c 2464 
libdmapsharing_2.9.18-1.dsc
 e4ed14021d387c7f8c81db87f1cd399a6405c95b343b99a019875f18814a228d 725583 
libdmapsharing_2.9.18.orig.tar.gz
 45cf740e9574d9ea00f293573beb507ecadadc89c9674891ec9fc6b578e9beeb 4318 
libdmapsharing_2.9.18-1.debian.tar.gz
 dfa10745e848dfa2306006aeaba648c0b6fb72b0a4e73be279e1f0929abd194a 89778 
libdmapsharing-3.0-2_2.9.18-1_amd64.deb
 0f27f91dee87e527c62de0d6e16f78f02652dffa168b707e889315926ad50363 62712 
libdmapsharing-3.0-dev_2.9.18-1_amd64.deb
Files: 
 333964529cff736b799879e2dccdc2f3 2464 libs optional libdmapsharing_2.9.18-1.dsc
 847d42bceed3b6b17864b0427e2f332d 725583 libs optional 
libdmapsharing_2.9.18.orig.tar.gz
 751c804fd9976f044cfc0d2c92bb530a 4318 libs optional 
libdmapsharing_2.9.18-1.debian.tar.gz
 7d4c88827d75f845d3ff7bce66360007 89778 libs optional 
libdmapsharing-3.0-2_2.9.18-1_amd64.deb
 1a1c9cd3a5633ce7aeaf151a3cbcc62d 62712 libdevel optional 
libdmapsharing-3.0-dev_2.9.18-1_amd64.deb

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

iQIcBAEBCAAGBQJRz0RPAAoJEGrh3w1gjyLcOFAP/R4tAOewPmuRGUEhAfXdHTOk
q8hXK2+LmiDnIL2Qt2Ajms1wQAGqZSte360MC6Lz4rpy/8b5O5YRVZKH+X6p8A5A
CNOqGXwF8lUbyiVKDpZGKoQ8ccrY7bTzPVLXoKG1krXP8Hsqnr5RZrqMIVmE0v7M
7sFTmrcibMx3yJn9LI/tJ6R0a9vK6Z9aIj3xOP+IBtcyFRD6lsTFprDgS+vgo3Lc
kC3Yzs9Cn4v+wL9dl3/ZRqNrC+ZDJuuqsP45qzg9IQZsPDrYNzUg/eYk/gXIIPKc
zbYWcn2teoTvlamzzE593+c9O909BTl0c4A6y7ioljdc67Ts3gaEPW1ze+qMw3i2
2V6R0weX3N2g++WHFjwpBmGLcU8VoM/uzYANKmRpdh2ivqlRsQNf3VrrER7OJa8C
jO6GrX7P+ETqYWBDCXqRlVs2B0FgAi0q5SPTgWbkG1HlIU5tdMnj5qWYNpWQWWXP
DN5nu48yZcuo3FaiU9/wjzD6Qp3jzUjyb+mpmjpCRlf5XQK0iEyi/GPow2OEumXb
sO6GXMz+TDgvOHTm838ivpReiOxO5tjSM+3HowSLkGPa0d17SHFTR+NGZNwSOKDj
M0icwebSh8M+ttS551XDxfPo6tcHUbxFCc0kgevN8woTPtPQ17PKqtg6mKlIpmoH
QC/wG4GaYmwA0yPFo0Tx
=fXQf
-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: http://lists.debian.org/e1ut2k0-00059l...@franck.debian.org



Accepted librdf-query-client-perl 0.110-2 (source all)

2013-06-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 21:51:37 +0200
Source: librdf-query-client-perl
Binary: librdf-query-client-perl
Architecture: source all
Version: 0.110-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 librdf-query-client-perl - get data from W3C SPARQL Protocol 1.0 servers
Changes: 
 librdf-query-client-perl (0.110-2) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
 .
   [ Jonas Smedegaard ]
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * Update copyright file:
 + Fix update and extend Files sections for convenience copies.
 + Fix use comment and license pseudo-sections in copyright file to
   obey silly restrictions of copyright format 1.0.
 + List upstream issue tracker as preferred contact.
   * Update Homepage to use metacpan.com, to match upstream hint.
   * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
   * Bump standards-version to 3.9.4.
   * Bump debhelper compatibility level to 8.
   * Update package relations:
 + Build-depend on libhttp-lrdd-perl (in addition to recommend):
   Optionally used by testsuite.
   Support dropping these build-dependencies for profile builds, and
   document how in README.source.
 + (Build-)depend on librole-commons-perl, and only as fallback on
   libauthority-shared-perl.
 + Relax to build-depend unversioned on cdbs: Needed version
   satisfied even in oldstable.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include recent years.
   * Temporarily ignore testsuite failure: convenience code copy of
 Scalar::Util upsets current Scalar::Does, and new fixed version
 requires lippath-tiny-perl which is currently in NEW.
Checksums-Sha1: 
 7c3142805afe20db66ef1ed780a35b48ae574a2e 2345 
librdf-query-client-perl_0.110-2.dsc
 e1c05b0fad1ddb8cb84f59556191db01bd6d6c12 5161 
librdf-query-client-perl_0.110-2.debian.tar.gz
 96ceb2037830af46d6515094cc8accd7878d5b10 20676 
librdf-query-client-perl_0.110-2_all.deb
Checksums-Sha256: 
 0e1d2ec437ff07bd01c111041932bd0067edb859407d868c76f0bf3dd11fc35b 2345 
librdf-query-client-perl_0.110-2.dsc
 c2d38cb63e76f24ff2f52114404f28a16d04f31a702260def2f19bc79bd201f1 5161 
librdf-query-client-perl_0.110-2.debian.tar.gz
 9d5c276a7073fb43dcafad71b825cd8395d0dc86cb87cd854e175c8d22df8967 20676 
librdf-query-client-perl_0.110-2_all.deb
Files: 
 f0b957c6db34fd7c71c509eb76f5f884 2345 perl optional 
librdf-query-client-perl_0.110-2.dsc
 bbb1d020a76aaa29ecdbc0410504 5161 perl optional 
librdf-query-client-perl_0.110-2.debian.tar.gz
 54e73b700b3865b4187a6942557fd679 20676 perl optional 
librdf-query-client-perl_0.110-2_all.deb

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

iQIcBAEBCgAGBQJRzztqAAoJECx8MUbBoAEh6nYP/3un1wXcPIoNkCoEkY25xBVj
Pw11b47tUgVTiwsp7t1E/H1yDaVQ/edCgfsneDz0AmUI9c0yvuD3ISNloDE5A+IR
CJLgpy7gRd6pjfGARtjVkO4FSvLPmRfLn9bvP9oOIBg4YUIkO8pCcaauH5B2aRae
15xXLS+5RfXLzs/pCmMes/nZWmV9IW7T6HGcu08nO/IjU3I063yVgA3hMq3y2cBw
t3RXB9OMdW5i5Tv+IoQ141OFlPnkHSt9cvA8mXE+UZsr4AQWrBEE4qA+tU2lJbxO
irEKEmtokzSOTft8S18tRByhpW+rGB79GD29FGri10dz87iIfZFdKYkD4wtdmK6Y
29C+qNNPW4+NaA07R2HPdcLcKE7lrnIVFMDZgzdWYNfcL9QTvoAKciJj4iPYBTjr
9ZBg7GLQQ9gN7MbTbvo8lAow5YCsyebN0jU0us9m6YXZBdAzTb4pbQuzegcD9eIJ
p7AsUgXziHW8WLFC1Xsvs+x6XB1IlNR5gBT3jGc5BAPAx6yKdoDtnyKGR+WzJ0dK
wFZiF9SFg7YAf56vbD0qufLt5GRwl/io/VmcxWoSvBUl9aI/unKhBy/+HzdsqPo3
VLmZDniQFJaNnecxx+TzdUaY5VvFxBZ0OGgQ43smsLpcTS8PiJIKqXUEGzP9Y+pS
R6WIlFPy65AJzk4bS6qA
=rY6U
-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: http://lists.debian.org/e1ut2k6-0005hi...@franck.debian.org



Accepted wine-unstable 1.5.30-2 (source i386)

2013-06-29 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 20:05:21 +
Source: wine-unstable
Binary: wine-unstable wine-bin-unstable wine64-bin libwine-dbg-unstable 
libwine-dev-unstable libwine-unstable libwine-alsa-unstable 
libwine-bin-unstable libwine-capi-unstable libwine-cms-unstable 
libwine-gl-unstable libwine-gphoto2-unstable libwine-ldap-unstable 
libwine-openal-unstable libwine-oss-unstable libwine-print-unstable 
libwine-sane-unstable
Architecture: source i386
Version: 1.5.30-2
Distribution: unstable
Urgency: low
Maintainer: Debian Wine Party pkg-wine-pa...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 libwine-alsa-unstable - Windows API implementation - ALSA sound module
 libwine-bin-unstable - Windows API implementation - system services
 libwine-capi-unstable - Windows API implementation - ISDN module
 libwine-cms-unstable - Windows API implementation - color management module
 libwine-dbg-unstable - Windows API implementation - debugging symbols
 libwine-dev-unstable - Windows API implementation - development files
 libwine-gl-unstable - Windows API implementation - OpenGL module
 libwine-gphoto2-unstable - Windows API implementation - camera module
 libwine-ldap-unstable - Windows API implementation - LDAP module
 libwine-openal-unstable - Windows API implementation - OpenAL module
 libwine-oss-unstable - Windows API implementation - OSS sound module
 libwine-print-unstable - Windows API implementation - printing module
 libwine-sane-unstable - Windows API implementation - scanner module
 libwine-unstable - Windows API implementation - library
 wine-bin-unstable - Windows API implementation - binary loader
 wine-unstable - Windows API implementation - standard suite
 wine64-bin - Windows API implementation - binary loader
Closes: 714366
Changes: 
 wine-unstable (1.5.30-2) unstable; urgency=low
 .
   * Fix wineserver installation path (closes: #714366).
   * Restore wine64-bin.
Checksums-Sha1: 
 1ac8ec0c1f696eae049ae077e027f6d73657e405 5029 wine-unstable_1.5.30-2.dsc
 a583e26fb5a14b792a58b70750a1ef93b8bc9fe7 68087 
wine-unstable_1.5.30-2.debian.tar.gz
 3514ec6851917b09fda888e7a1691eea438937e3 55992 wine-unstable_1.5.30-2_i386.deb
 0dce28863b87cfc2b28d30801386395e30682e96 84484 
wine-bin-unstable_1.5.30-2_i386.deb
 119b72e1c1c17c83ca804738066cc8e7f5422bfc 43113182 
libwine-dbg-unstable_1.5.30-2_i386.deb
 30e6337eff642014fc23d656891977bce8b262c0 4440184 
libwine-dev-unstable_1.5.30-2_i386.deb
 c6c1e3b6088437c9906c8bafc936ebc45a1ef959 24511258 
libwine-unstable_1.5.30-2_i386.deb
 fd7025171ed022c90093eead5c1844aa3d6b4b27 54344 
libwine-alsa-unstable_1.5.30-2_i386.deb
 8fadac93e04dd7167e4b564e52225cad1f5e6e18 54338 
libwine-bin-unstable_1.5.30-2_i386.deb
 932faacf091df3450e7579dbafa2b6eb7d4e82d0 54354 
libwine-capi-unstable_1.5.30-2_i386.deb
 9f8aa97dcf3d300c76f1bc1bcd84df10555d3995 54358 
libwine-cms-unstable_1.5.30-2_i386.deb
 7edda60bd8a995beb7b5bac461a39ecab05663e6 54348 
libwine-gl-unstable_1.5.30-2_i386.deb
 4ee12472a1f73c86744de9f4d67ce5de82ca2e2d 54350 
libwine-gphoto2-unstable_1.5.30-2_i386.deb
 d15e8993144d66f4266d6f28a650f5c4395193df 54354 
libwine-ldap-unstable_1.5.30-2_i386.deb
 2d9402e6888b48037e7261322561288cfb5b9747 54358 
libwine-openal-unstable_1.5.30-2_i386.deb
 c34f659cd55c93f319f8dc6bea4a78054501c07a 54350 
libwine-oss-unstable_1.5.30-2_i386.deb
 e3e7a851c21cb0e8fca6753b17be09ebe1c20e62 54356 
libwine-print-unstable_1.5.30-2_i386.deb
 90c7c971f27d4644124e754ad5d0aae759572891 54356 
libwine-sane-unstable_1.5.30-2_i386.deb
Checksums-Sha256: 
 a74e22500f183fd7e2ffae16ebaea359d26400f45d8cd57acb91be0f34af5d49 5029 
wine-unstable_1.5.30-2.dsc
 3a3aaea1825db6907833d456088c1bff7a93130bb84c7302a09a23bc0ee06158 68087 
wine-unstable_1.5.30-2.debian.tar.gz
 225a04264cd9b3d7bbb0faf67a07ac94f01d746b985a64916251fe38559f0ebc 55992 
wine-unstable_1.5.30-2_i386.deb
 f373f9cecf2ffe73be61ef0f4f905df03705950f1f43358c57616d841d0c527e 84484 
wine-bin-unstable_1.5.30-2_i386.deb
 6dc40c5de2a7a40349c7e1ea6bb2340f50e11aa27983c50476b3639c39928c00 43113182 
libwine-dbg-unstable_1.5.30-2_i386.deb
 6116ab36b4e17dce565b708a8e239dfee4231fa6b694775c8a6c3b6ffa29be6a 4440184 
libwine-dev-unstable_1.5.30-2_i386.deb
 c4337ade28b94af9c7abfac596a918827d46df83633b851f992d5904a69b14ea 24511258 
libwine-unstable_1.5.30-2_i386.deb
 53b0acc6740b6b8c0196980922c70c01576f5ce9ce3b8dbc2acdb1b3758b1c90 54344 
libwine-alsa-unstable_1.5.30-2_i386.deb
 c53c349b80ef8b84ab08406bfd22ff1625a96e681eaf55618f2414ab0f414fae 54338 
libwine-bin-unstable_1.5.30-2_i386.deb
 4745b897fb7fec91bb31eca864c738819f5412ec0aa7b39b27f9c95b2546f71c 54354 
libwine-capi-unstable_1.5.30-2_i386.deb
 ca11184c4327d36b72460587a9d777ea6a78a1a8a9aaa50f8c1c79791a67 54358 
libwine-cms-unstable_1.5.30-2_i386.deb
 06a1514b897042a2bec29225563e7856f22f86b59560452fc1e09ec12bb36098 54348 
libwine-gl-unstable_1.5.30-2_i386.deb
 b61436232b0cd67085e5c71f044160ab48363d98829d65d2ef8927ff7535b891 

Accepted xtel 3.3.0-16 (source amd64)

2013-06-29 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Jun 2013 21:48:25 +0200
Source: xtel
Binary: xtel
Architecture: source amd64
Version: 3.3.0-16
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 xtel   - X emulator of the French Minitel
Changes: 
 xtel (3.3.0-16) unstable; urgency=low
 .
   * Fix mdmdetect crash due to incorrect argument parsing.
Checksums-Sha1: 
 57d2b7a656093eb9695e3c3a5d22cca5276a9520 1846 xtel_3.3.0-16.dsc
 0deb7909bc8fb3d1027895cea366c4b951440112 30198 xtel_3.3.0-16.diff.gz
 30014dd774d8138d34eba812523c44a7070ddba6 243166 xtel_3.3.0-16_amd64.deb
Checksums-Sha256: 
 0a5417d06d572c661172239e0042ddf51873e89a6cca6949de067b36b136df1a 1846 
xtel_3.3.0-16.dsc
 701508a3127a51d6400c1da6d7c14260ef98cb03ee72629c54193f3a105f520f 30198 
xtel_3.3.0-16.diff.gz
 f8169612bd1c3cd2650c54d38205b46a94d85de0ac58c61080f685dbe4a35bbe 243166 
xtel_3.3.0-16_amd64.deb
Files: 
 d69ec4cae70688b430fe3afdcc0a320a 1846 comm extra xtel_3.3.0-16.dsc
 d5f44b4e314dad65e3c29c677a2efdd2 30198 comm extra xtel_3.3.0-16.diff.gz
 1e5d0d49f69ab9930f5e7d9cb6d8c2e1 243166 comm extra xtel_3.3.0-16_amd64.deb

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

iQIcBAEBCgAGBQJRzzweAAoJECqpogBB8bdX8WYP/2eWJwLnh7c6cUHUANzTN4t7
BEUpBcys23lVTIhq4oByi7/iPrQ6WWid4iXvfR3XB+ZaV9exKNMW8PwKn955okUs
RurE/iUWIZob/lrCm2W3wezSawgPgjtDdb+NXh98xWZAm3KLMJlFPEDgF8GnTHew
wt6YTRhrY8wWRIhZgmM5g0hw1xXeClWN/8KIBCAuGCiXcbW8aQ9rTOcx1kz58gn2
5w5Fk0X1vdYY3GBQkIwp2NPRHmjZzIhNue7iN8z2ORm/uTwxdwtAlx08WissrOiv
BflX5BuOXrl8q/qaJNapTuq0jAtaKBi1ZQ3RWuVtZCDG7ffVsUrWrX6eBlkvw6ns
zAxVIOMPNkwvEMOEIOcHi9pLMd8NSzH4h/dWj07C6NnAJrbi0rFePBkNZfnY5eKN
/Sg66JdOMTabpJykRN6h+MFMxezF5L/B3jNTOmO0ks/NNzd0qGQC6Pik0/tI/977
B12tSEZhQ8RyE5UWgb2VPSLVs9Pwqnu9ZXVmX/0LLnPEVIMbypHDMT8/PYY1atTt
2ZmiIfZifMwa4CBqQJ5n3o+9zOSeOrU5rfpOpzYYyrpmUtfb/PeodtTdlOBXXpWL
QNfZxCQENhbFOk78KjzdkFWPnckbL5To24pui5WBKdDoSE4VC/Diy1taOCB11DAS
XGXE88XxcGD4yaISLQ8+
=mojX
-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: http://lists.debian.org/e1ut2lc-0008ic...@franck.debian.org



Accepted aspell-hy 0.10.0-0-3 (source all)

2013-06-29 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 00:11:16 +0300
Source: aspell-hy
Binary: aspell-hy
Architecture: source all
Version: 0.10.0-0-3
Distribution: unstable
Urgency: low
Maintainer: Alan Baghumian a...@technotux.org
Changed-By: Lior Kaplan kap...@debian.org
Description: 
 aspell-hy  - Armenian dictionary for GNU Aspell
Changes: 
 aspell-hy (0.10.0-0-3) unstable; urgency=low
 .
   [ Agustin Martin Domingo ]
   * Enable Auto-Hash feature to no longer modify shipped files
 .
   [ Lior Kaplan ]
   * Auto-generate symlinks for rws files
Checksums-Sha1: 
 3db5e797264c33f22d892c67e9b98f23d9067e0a 1221 aspell-hy_0.10.0-0-3.dsc
 74e623cd2e032cd876ef6c9aa0bf45f3ca942972 2217 
aspell-hy_0.10.0-0-3.debian.tar.gz
 2b87dd90959511030fe1c8f239cab0a5406452d4 252372 aspell-hy_0.10.0-0-3_all.deb
Checksums-Sha256: 
 6e9c3764f96ef7087d6a4f4abbe003ad698d8b66f18f89b1daef9fd8dfc54ff8 1221 
aspell-hy_0.10.0-0-3.dsc
 abaf012727b247f9ee1422205ae22c42a2480a244aa18a4f2f79bb9f82d9619e 2217 
aspell-hy_0.10.0-0-3.debian.tar.gz
 873aa5901f7aa82eedc97997bf72dfaf367350038e6116339e2a22cc2869c44d 252372 
aspell-hy_0.10.0-0-3_all.deb
Files: 
 fbbce392a2addc49edf1e636baac3192 1221 text optional aspell-hy_0.10.0-0-3.dsc
 c0e6c12ca3c388fd55d469e8b4f1168e 2217 text optional 
aspell-hy_0.10.0-0-3.debian.tar.gz
 ff4b5368449908b73e204e23e06da732 252372 text optional 
aspell-hy_0.10.0-0-3_all.deb

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

iEYEARECAAYFAlHPT+cACgkQFViURZnoHaAy0gCeJfZTZFrHzegfZ/Y97b1TgPcT
3aYAoK83NBIMjkQi+cR52/jJ+NMf+ZlB
=H4PX
-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: http://lists.debian.org/e1ut2lf-0003rr...@franck.debian.org



Accepted nettoe 1.4.2-1 (source i386)

2013-06-29 Thread Mats Erik Andersson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 13:17:04 +0200
Source: nettoe
Binary: nettoe
Architecture: source i386
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Mats Erik Andersson mats.anders...@gisladisker.se
Description: 
 nettoe - networked version of Tic Tac Toe (3x3 Grid) for the console
Closes: 709447 709448
Changes: 
 nettoe (1.4.2-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #709447)
   * Follow standard 3.9.4:
 + debian/control: Update standards field.
   * debian/rules: Reimplement using 'dh'.
 + debian/compat: Set to 9.
 + debian/control: Build depends on debhelper (= 9),
 dh-autoreconf, autopoint, dpkg-dev (= 1.16.1~).
   * debian/control: Update Vcs-Svn and Vcs-Browser.
   * debian/copyright: Conform to specification of version 1.0.
   * [lintian] Trivial manpage issue:
 + debian/patches/01_manpage.diff: New file.
   * Desktop integration.  Thanks to Markus Koschany. (Closes: #709448)
 + debian/nettoe.menu: Update with icon location.
 + debian/nettoe.desktop: New file.
 + debian/nettoe.install: New file.
 + debian/icons/16x16/nettoe.png, debian/icons/32x32/nettoe.png,
   debian/nettoe.xpm: New files, reduced from larger original
 http://nettoe.sourceforge.net/images/nettoe_big.gif;.
 + debian/source/include-binaries: New file.
Checksums-Sha1: 
 7909a0b6a79290ded412f344ba998e66cc33195d 1366 nettoe_1.4.2-1.dsc
 5732b74528fd160a7e645efe9aad28a0d05292b8 138443 nettoe_1.4.2.orig.tar.gz
 a8b8ef854fe31abfcd4f93c95f6ef6bc12911b89 8671 nettoe_1.4.2-1.debian.tar.gz
 8d9596c16b6af838d2218aa376233ad0f045afd0 33768 nettoe_1.4.2-1_i386.deb
Checksums-Sha256: 
 acc94e69293d45df762d307b663c1147ac3bd747978bcbc6e15a0a612b6d89ff 1366 
nettoe_1.4.2-1.dsc
 fc30a4f902540ca005c3664981f5e1daa67c519615519a5060e83d0e6d44b1fb 138443 
nettoe_1.4.2.orig.tar.gz
 7ee7ab612ce0d447e9b68bbdc9b53042c6dfe03126cd2dd25ac4019208f47763 8671 
nettoe_1.4.2-1.debian.tar.gz
 0c5df6df985c2306a69dcde730c3618a87c0d0108ca088d8dc707c4cbf35c336 33768 
nettoe_1.4.2-1_i386.deb
Files: 
 b0b33c48d44d8bb0a129e560fc88029f 1366 games optional nettoe_1.4.2-1.dsc
 a16e0514355fd3c391edea5ad7c8563e 138443 games optional nettoe_1.4.2.orig.tar.gz
 c6ba02c4b27a37f8455ccdaa153fb99c 8671 games optional 
nettoe_1.4.2-1.debian.tar.gz
 9096c0a057d014416c5dd445591d1642 33768 games optional nettoe_1.4.2-1_i386.deb

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

iEYEARECAAYFAlHPFXAACgkQ5ItltUs5T36TrACgjrcz0/J7JgCWj5sgyEp/YEnO
hzoAni3FCr4O8l9KngRcD6ax7Jcr0AVt
=mHt2
-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: http://lists.debian.org/e1ut2mf-0003xm...@franck.debian.org



Accepted opense-basic 1:3.1.2-2 (source all)

2013-06-29 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 23:50:46 +0300
Source: opense-basic
Binary: opense-basic
Architecture: source all
Version: 1:3.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Alberto Garcia be...@igalia.com
Changed-By: Alberto Garcia be...@igalia.com
Description: 
 opense-basic - Free software ROM for the Sinclair ZX Spectrum
Changes: 
 opense-basic (1:3.1.2-2) unstable; urgency=low
 .
   * Update my e-mail address in debian/*.
   * debian/copyright: convert file to the machine-readable format, and
 change license of the Debian packaging to GPL-2+.
   * debian/compat: bump debhelper compatibility level to 9.
   * debian/control:
 - Update Standards-Version to 3.9.4 (no changes).
 - Remove obsolete DM-Upload-Allowed flag.
 - Update build dependency on debhelper to 9.
Checksums-Sha1: 
 60feaed8876204b1d6aebcd7020499a0f59dc0cb 1759 opense-basic_3.1.2-2.dsc
 c7bb6adf95dede09c95cde07fdc8fe3d639dbf5d 10400 
opense-basic_3.1.2-2.debian.tar.gz
 9358d201eb452518a57a789caf582f41aa3e05bc 242810 opense-basic_3.1.2-2_all.deb
Checksums-Sha256: 
 0f31083edd9130ab9aa573644de659dfdff3981ccc1e6c3ca399b9f8d50deac0 1759 
opense-basic_3.1.2-2.dsc
 8a8cecf79c319231bca809761b5a963fd89f86fcd847cd56bb91830b7eefc615 10400 
opense-basic_3.1.2-2.debian.tar.gz
 03b6e7a1458322390ec7fd24fcbc65ffabed6df1652c75031dc2509c097a20c4 242810 
opense-basic_3.1.2-2_all.deb
Files: 
 ef8c5660587f4aaf05df1c28e9c3ea5e 1759 otherosfs extra opense-basic_3.1.2-2.dsc
 e385600c5dd51935b28488176bf16734 10400 otherosfs extra 
opense-basic_3.1.2-2.debian.tar.gz
 b1c37986041c184786d67e8e2194de74 242810 otherosfs extra 
opense-basic_3.1.2-2_all.deb

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

iQIVAwUBUc9Nrb4yGa8+1BNBAQgGihAAkNJlkul7EmQ2wmB7Cvc8E/ia9v+EsbvC
2HvEoA5sZoLfuroOeFodGNwswgAUz4GkkBHRElnTaiZZ+t6YG57/X3ZQ9Px+mM0J
N5V1XcxUaL0AqLlLgEQMQbZs6Rn4Y+jLSAKMbrgB/6Zb7KuX8MPry5a1UIoilKAM
UHXu8BlApSEjS8NHIgZuE5WXCL9xjTS8UBgTBvDp7UQc3zPvrrw0h+sWhzM74ali
b/JYUnIyYyFQdFwq456ulMmkVIgDAUasyDz6JCZIc+mzE4JrHJIitq/MonFkaS7C
P2qZKDcQeXBnpE+86ffUUrgnIitW3tjd2l2ns02r4nVuQBO9bWuyuEHJRPpB6SOV
M9Z3DdHZ4IYsvPPv9ckhYuCqTbgezye4d97d9XVaPzasprxoyvZx1mgkDa+x2Ck9
D6Oii0ezOuQi+M6zCYlNPYxXXpw8RSCGwP5QHBUhbJWZglZwEqE8Qq3UKXyGExXR
cQfnsoxahHAemBLS1FUrX8FFvWbR8SjwRTfDvvIk4MlgCElQOwmIpRYxWhAO0aBW
DW0ZtA2w7rit+YnUL7dzJfldYQBPeTdb5TTe8RN7QRTXdVtTv5GHYjpbIDrR/ONQ
Jcla5HvGlYvQXxMbXk189inVCov9Jt3YdF3ZtGFRTK9Qp6p+edVglUzYpQLtKrYJ
T2sxCgjqe5U=
=x4pG
-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: http://lists.debian.org/e1ut2md-00041z...@franck.debian.org



Accepted aspell-ar 0.0.20060329-5 (source all)

2013-06-29 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 00:23:19 +0300
Source: aspell-ar
Binary: aspell-ar
Architecture: source all
Version: 0.0.20060329-5
Distribution: unstable
Urgency: low
Maintainer: Debian Arabic Packaging Team 
debian-arabic-packa...@lists.alioth.debian.org
Changed-By: Lior Kaplan kap...@debian.org
Description: 
 aspell-ar  - Arabic dictionary for aspell
Changes: 
 aspell-ar (0.0.20060329-5) unstable; urgency=low
 .
   [ Agustin Martin Domingo ]
   * Enable Auto-Hash feature to no longer modify shipped files
 .
   [ Lior Kaplan ]
   * Drop contents file
   * Auto-generate symlinks for rws files
Checksums-Sha1: 
 35c50dc9ce858a386033a68491f358f9f3a6390f 1328 aspell-ar_0.0.20060329-5.dsc
 7d37761b2b774c8423aaf2b5dc0e3bab3387ccd3 2910 
aspell-ar_0.0.20060329-5.debian.tar.gz
 1d0ad57920c065a8e3cd05ad01014588adf7de3d 107574 
aspell-ar_0.0.20060329-5_all.deb
Checksums-Sha256: 
 c6bd5e2d4822ebfc8be4e679d170d886823c2d27224f71291e23654391437485 1328 
aspell-ar_0.0.20060329-5.dsc
 d0ef9f0fd28caecbeb81c239a9ec10677b0bb782a1cf3ba84305457ef86c2483 2910 
aspell-ar_0.0.20060329-5.debian.tar.gz
 54209da6703cdfb0163916a4e2bcdb8648f98053eb181ecc637aa24b79c097a3 107574 
aspell-ar_0.0.20060329-5_all.deb
Files: 
 c820c85b9d2574433cadcba2058d23b4 1328 text optional 
aspell-ar_0.0.20060329-5.dsc
 d206bab285931fb1ad8a385797207bba 2910 text optional 
aspell-ar_0.0.20060329-5.debian.tar.gz
 bb1221005396834c5d6d53c0f8443c09 107574 text optional 
aspell-ar_0.0.20060329-5_all.deb

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

iEYEARECAAYFAlHPUp4ACgkQFViURZnoHaCPrwCfaISRoNaRyrPIf2WeDhvp3RbL
wMgAnAws9ZphS4aj5oDMxvYGYIQKcWcs
=PC0h
-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: http://lists.debian.org/e1ut2zu-0006dx...@franck.debian.org



Accepted gnome-chess 1:3.8.3-1 (source all amd64)

2013-06-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 23:24:35 +0200
Source: gnome-chess
Binary: gnome-chess glchess
Architecture: source all amd64
Version: 1:3.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 glchess- chess game with 3D graphics for GNOME (transitional package)
 gnome-chess - chess game with 3D graphics
Changes: 
 gnome-chess (1:3.8.3-1) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * Update homepage
 .
   [ Michael Biebl ]
   * New upstream release.
   * Set pkg-gnome-maintain...@lists.alioth.debian.org as Maintainer.
Checksums-Sha1: 
 7cd79ea123ae4a58abf2a5eff6a548be5ba34401 2379 gnome-chess_3.8.3-1.dsc
 4212f68a5b302e5af9098fd54537d28ead17fc72 3279032 gnome-chess_3.8.3.orig.tar.xz
 f9e2954dea1a9240589b906fa3a16132192162e7 23269 
gnome-chess_3.8.3-1.debian.tar.gz
 225ce4d5782937913e48bdc4b0c691fadc2b819c 24418 glchess_3.8.3-1_all.deb
 cfc266cf4ed9f0aa6ea3dfc4ce13290347d99ae9 2464424 gnome-chess_3.8.3-1_amd64.deb
Checksums-Sha256: 
 596f1f206089275490ee601dae071cb28c8d478d19e026dc125474aafd2bdd40 2379 
gnome-chess_3.8.3-1.dsc
 c45493ca7de778029ea78bcf328410a6399dfd91f50241c6f6b4420115c2e786 3279032 
gnome-chess_3.8.3.orig.tar.xz
 ea954d41e54fc857e2a13a9b4a172495589f10ecafcb253d99f9d66b3af4e686 23269 
gnome-chess_3.8.3-1.debian.tar.gz
 f3cb1e50885dc866a644402aecf628b0cb7c96c87c08b2c2f40a7bfc1db860e5 24418 
glchess_3.8.3-1_all.deb
 2e9695fadb339ba4e3d9fbdce3102aa1e85a134a4782be87c30f0f0f48afca2d 2464424 
gnome-chess_3.8.3-1_amd64.deb
Files: 
 f596f06ed5e804f1cb2bd49a60feb9ea 2379 games optional gnome-chess_3.8.3-1.dsc
 7f714705a01054029300283c544170d8 3279032 games optional 
gnome-chess_3.8.3.orig.tar.xz
 6cdacb8d8f83c0893623ac3dae984e4b 23269 games optional 
gnome-chess_3.8.3-1.debian.tar.gz
 4baaba06ea6f654e00ac7b6f0cc374ee 24418 oldlibs extra glchess_3.8.3-1_all.deb
 44142267763fee29193b6e95d1e21b71 2464424 games optional 
gnome-chess_3.8.3-1_amd64.deb

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

iQIcBAEBCAAGBQJRz1ElAAoJEGrh3w1gjyLcCjcP/0d6/Cedn4QJngvsnBvXggPt
nAbeomRPmfNz5WjvHZwckH6ym1OsoM0nSAYuXvlgf8NLzwSO/buOo+5w9ahDqjU8
JOa94k5hxW0M2UfoK1w3aotRwGu6Bks2WLGQ5u8otyzt6zJWCM9u4PGK2a49oTdr
qC0fpAvJwAnJIa13RxvbhKL8qt8ie/BYGYGrKyx0n2ONSZLgoFzs296USYzZeIPU
tqjq8ESnYIQ+EZXh7hhhLFSDSC+TBZ445YelH8oYZmC737AWxeXZw4e01D/TprWG
jDN+65PmoLqIiLUjiwhkv6HHUmoJXrOXots70LLX2N36ju14BCdOJBZIEMMfhRH0
LjWbM8SU+UwUlIXV/dOCWHzDluXhVnBQt/gqKtdqzuPhrKoq75IxxlvUl2ZneCUQ
eHPW3IX3nZfO6w0d1LMLPvswXIaKV72LrxWl7kG02zrR2uceir4O0lxgkYsHQWJ1
gzvgltO8kibN+FWp/U291aX4KAHbQAPrgmm4nuhOB7CDK0zodltSqsCO6ToMikLV
y/Rt3gahw2ZwYaH8odmPglwG+B10IXgbYQa7suy/OyM3PXYbUcgYaLw89t/J9iPK
z95yb+3S3tES86r4vdE8A5f8mEZgZ/poujb3spES5yFXQrEmz/BK/OsuYP7XAbg7
3eCsXZzbUUGYufnu79or
=McSr
-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: http://lists.debian.org/e1ut304-0006ib...@franck.debian.org



Accepted gkrellm 2.3.5-5 (source amd64)

2013-06-29 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 23:49:59 +0200
Source: gkrellm
Binary: gkrellm gkrellmd
Architecture: source amd64
Version: 2.3.5-5
Distribution: unstable
Urgency: low
Maintainer: Sandro Tosi mo...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 gkrellm- GNU Krell Monitors
 gkrellmd   - GNU Krell Monitors Server
Closes: 713724
Changes: 
 gkrellm (2.3.5-5) unstable; urgency=low
 .
   * Upload to unstable
   * 10_fix_glib_underlinkage.patch
 - link against gmodule-2.0, fixing a FTBFS (patch by Daniel T Chen, from
   Ubuntu); thanks to David Suárez for the report; Closes: #713724
   * debian/control
 - bump Standards-Version to 3.9.4 (no changes needed)
 - use canonical VCS URLs
Checksums-Sha1: 
 64f7c318ec06b784d0c36314b54a17ac597756cf 1328 gkrellm_2.3.5-5.dsc
 9060b14b4062c9ae5b2f09bb9658be11709230e1 16866 gkrellm_2.3.5-5.debian.tar.gz
 6137264715b2c0470ca325d5c8fa2bed7df40d9c 830738 gkrellm_2.3.5-5_amd64.deb
 7d2fe2ea73bcc5eed44df962ae5806ca581dde0f 120492 gkrellmd_2.3.5-5_amd64.deb
Checksums-Sha256: 
 5d0361f48392a0fb3810d35345feb04dcdeba6f09eae09c27a2cd55980d0012e 1328 
gkrellm_2.3.5-5.dsc
 c81d4229f369aff1a688a5ce2b8887805ae35f4167f4ea73a1fb5a41c3afc663 16866 
gkrellm_2.3.5-5.debian.tar.gz
 35adabaf6a3ec223b60ad2fd1c0b73bb2c5eeed481a6f6f52a801cc6a9c3cdcd 830738 
gkrellm_2.3.5-5_amd64.deb
 ed39d4801a8b1b9c04c95168d669661da441f7dc9a4e900695115358ad3c0b7d 120492 
gkrellmd_2.3.5-5_amd64.deb
Files: 
 e6aba7255cf48d2e2c8012607555a98a 1328 x11 optional gkrellm_2.3.5-5.dsc
 64e5c0ca9b7e592c543999299cbcfd6b 16866 x11 optional 
gkrellm_2.3.5-5.debian.tar.gz
 4ec86a5032f9cccf14a4761175e61175 830738 x11 optional gkrellm_2.3.5-5_amd64.deb
 cdf90db4c26449c0c618cc7bcd87ad88 120492 x11 optional gkrellmd_2.3.5-5_amd64.deb

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

iEYEARECAAYFAlHPWZcACgkQAukwV0RN2VCEfwCeIY26ewdfSOXOdNYx1Lmm2zKl
U6EAnjRjI3FutWXaNqF6g4ci9FK9dJwi
=A8l3
-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: http://lists.debian.org/e1ut3sy-0002yc...@franck.debian.org



Accepted gcr 3.8.2-4 (source all amd64)

2013-06-29 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 30 Jun 2013 00:08:09 +0200
Source: gcr
Binary: gcr libgck-1-dev libgck-1-doc libgck-1-0 gir1.2-gck-1 libgcr-3-dev 
libgcr-3-doc libgcr-3-1 libgcr-base-3-1 libgcr-ui-3-1 libgcr-3-common 
gir1.2-gcr-3
Architecture: source all amd64
Version: 3.8.2-4
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 gcr- GNOME crypto services (daemon and tools)
 gir1.2-gck-1 - GObject introspection data for the GCK library
 gir1.2-gcr-3 - GObject introspection data for the GCR library
 libgck-1-0 - Glib wrapper library for PKCS#11 - runtime
 libgck-1-dev - GLib wrapper library for PKCS#11 - development
 libgck-1-doc - GLib wrapper library for PKCS#11 - documentation
 libgcr-3-1 - Library for Crypto UI related task - transitional package
 libgcr-3-common - Library for Crypto UI related tasks - common files
 libgcr-3-dev - Library for Crypto UI related tasks - development
 libgcr-3-doc - Library for Crypto UI related tasks - documentation
 libgcr-base-3-1 - Library for Crypto related tasks
 libgcr-ui-3-1 - Library for Crypto UI related tasks
Closes: 678496
Changes: 
 gcr (3.8.2-4) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * Update homepage
 .
   [ Laurent Bigonville ]
   * d/p/Allow-valgrind-support-to-be-completely-disabled.patch,
 d/p/Fix-compilation-if-valgrind-support-is-completely-.patch,
 debian/rules: Disable valgrind macros, this is seems to cause
 miscompilations on some architectures (Closes: #678496)
   * debian/rules, debian/control: Add call to dh-autoreconf
Checksums-Sha1: 
 3eae3ce5a1a6d49432286d401a0207b4a36aadd9 2715 gcr_3.8.2-4.dsc
 1096e81313cdb3625d4c05e6eb37556d55377e6e 22484 gcr_3.8.2-4.debian.tar.gz
 76686c1dec3c13ee61182fc06dc38ae131af6e6e 189698 libgck-1-doc_3.8.2-4_all.deb
 e9e8e2a6a292fd77e85f0728666d86640de58ba0 267828 libgcr-3-doc_3.8.2-4_all.deb
 4e98aca463a6ae58e3383b63ab4fb5f007e43f12 140660 libgcr-3-common_3.8.2-4_all.deb
 f14b15fa7752acf955da373d6d4f3266a06a3ae5 335004 gcr_3.8.2-4_amd64.deb
 685b546a1a84cecf4a880d04a047461db80870d7 171196 libgck-1-dev_3.8.2-4_amd64.deb
 21390fa8f9de9c7712af84c55c79c731bba02b22 209486 libgck-1-0_3.8.2-4_amd64.deb
 cdd57dc0ee5a1527250e72c70ab5acc6703ba5f9 146418 gir1.2-gck-1_3.8.2-4_amd64.deb
 5aedf34635f1d5671f8b95a7a7c96518e7644c25 183778 libgcr-3-dev_3.8.2-4_amd64.deb
 15dfc9a4ce1307b720e4d6807d2e24d06291f789 139052 libgcr-3-1_3.8.2-4_amd64.deb
 6ada54dcbc262e4189e1820dd599e6950e60631a 318700 
libgcr-base-3-1_3.8.2-4_amd64.deb
 5835110e0e1d3918c0d5622d024574b904c9feaa 272698 libgcr-ui-3-1_3.8.2-4_amd64.deb
 842b07b30fb61ae20168d4c4911251cf6a6cfd3d 150852 gir1.2-gcr-3_3.8.2-4_amd64.deb
Checksums-Sha256: 
 6fec05eb40a325c46e8c564514c95bd9cab4dd1efa327faeed6bcb6983fa2bc3 2715 
gcr_3.8.2-4.dsc
 32bab91e4c0b3526fab9046d5cfca6c624770c02826e62690aae90aafae3afe0 22484 
gcr_3.8.2-4.debian.tar.gz
 030fc1d97257e1ab310c458d6015a6856acaf5f2a38a592720e24e0b52e0dc65 189698 
libgck-1-doc_3.8.2-4_all.deb
 f1a15284e7a6065d35e575b9bb3b67778ecd122c9a17e6dbd6afedccb856510a 267828 
libgcr-3-doc_3.8.2-4_all.deb
 945c4d3702dc91500ea6481c5abf4b513bf12549215a6ec99b3d9fc0fc497938 140660 
libgcr-3-common_3.8.2-4_all.deb
 4d70872257d09b4a8c68036a28ba99d429844e29399ef35ef6bb9cbe0038a1ac 335004 
gcr_3.8.2-4_amd64.deb
 4bc5762d2d1a0eb1165a37db9f2f5704f02edeb304256711a04e80edcdae61eb 171196 
libgck-1-dev_3.8.2-4_amd64.deb
 ab569b6b6d6f23dd8ee120fa9a16d012ffc1f1e22dc085386bfb230bf05e750f 209486 
libgck-1-0_3.8.2-4_amd64.deb
 3edeffb202ff6f3ae05399326c91043952c8179a4dcda41c19c0bc3d7272ca47 146418 
gir1.2-gck-1_3.8.2-4_amd64.deb
 24d7f005f1fea682121d1100a4a18687a973763d2483bc6e5f60ccdfcf187895 183778 
libgcr-3-dev_3.8.2-4_amd64.deb
 2b2ff9a938ec66e1c3d708b68fd4364727ac13a6844b9ba7410b5a6f5039fb1d 139052 
libgcr-3-1_3.8.2-4_amd64.deb
 4eb6a7fa9b71130e197a4fc658408cbb035768aac4a306e03161cb174595683c 318700 
libgcr-base-3-1_3.8.2-4_amd64.deb
 4bafba278f6a4c60811f7d29352972f78a9fdcd5c6f1f7c58e9b42ac555b01b9 272698 
libgcr-ui-3-1_3.8.2-4_amd64.deb
 c7a3213a396f32c5e52f55bce536f3662928621d04ee896876cd7fcfc7beb646 150852 
gir1.2-gcr-3_3.8.2-4_amd64.deb
Files: 
 c18fb0ae9549f189a6ff4678d12c247f 2715 gnome optional gcr_3.8.2-4.dsc
 da3aab4872548b5e66a5a8d7c2d34288 22484 gnome optional gcr_3.8.2-4.debian.tar.gz
 12af2bcdbd28dac9cefbcf142fd69a07 189698 doc optional 
libgck-1-doc_3.8.2-4_all.deb
 9c9a1e75582310aa9c226fe4458c0cd2 267828 doc optional 
libgcr-3-doc_3.8.2-4_all.deb
 2f7cc7d9e5478095630a573150121bca 140660 libs optional 
libgcr-3-common_3.8.2-4_all.deb
 c911181491737868578bf8352d38c7d6 335004 gnome optional gcr_3.8.2-4_amd64.deb
 62d60c209825d15bcc95149e3789b39b 171196 libdevel optional 
libgck-1-dev_3.8.2-4_amd64.deb
 8a6793a30f23b0704a8d768e1eea97f9 209486 libs optional 
libgck-1-0_3.8.2-4_amd64.deb
 1055ad7f52f37ddd2b50edd11df95eb3 146418 introspection optional 
gir1.2-gck-1_3.8.2-4_amd64.deb
 

Accepted qfits 6.2.0-6 (source amd64)

2013-06-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 00:37:59 +0200
Source: qfits
Binary: libqfits0 libqfits-dev qfits-tools
Architecture: source amd64
Version: 6.2.0-6
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libqfits-dev - Development files for libqfits
 libqfits0  - Library offering easy access to FITS files
 qfits-tools - FITS manipulation tools
Changes: 
 qfits (6.2.0-6) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.4 (no changes).
   * Correctly pass CPPFLAGS and LDFLAGS to build with hardening support.
   * Compress .deb with xz.
   * Fix bugs reported by the Mayhem team:
 - Add 04-hierarch28-table-parsing.diff to fix parsing issues with non
   alphanumeric characters in a conversion table.
 - Add 05-frameq-nofile.diff to fix processing issues when no input files
   are found.
 - Add 06-dfits-args.diff to fix argument parsing.
Checksums-Sha1: 
 dadd36c6a61eafeaac41377dedb838fe340902c0 1168 qfits_6.2.0-6.dsc
 7b53561f297ebb49bfc085bbb7a84f165cdbde26 5584 qfits_6.2.0-6.debian.tar.xz
 86e032ff0512775f8fc31aed6881ab9435ec9e68 37566 libqfits0_6.2.0-6_amd64.deb
 469286343446834900d3c5ea2e57cc047e773272 44190 libqfits-dev_6.2.0-6_amd64.deb
 ccdbb24b7b5c192fea045d235bdc141428f11cdd 42112 qfits-tools_6.2.0-6_amd64.deb
Checksums-Sha256: 
 19039a160f3247fb1d5a6715057272fdd13930f1101a69e35686b9e9abdad3a1 1168 
qfits_6.2.0-6.dsc
 489f211a1cd24ed1ecee7345108ce8dfab72983bb5474b7fa92290cb995c0f79 5584 
qfits_6.2.0-6.debian.tar.xz
 22dc3ac7091ec831127ba3c6ff0401419b64670893be6dcbe833dde6f159c71e 37566 
libqfits0_6.2.0-6_amd64.deb
 2b030f885947af19601e0f16d9594506b14de65dd795307d54e62314b9ba7a52 44190 
libqfits-dev_6.2.0-6_amd64.deb
 19cc86e8580624ec04cff9306207cc45546b2efe0605bbd5d4d0e6fd49c17a8a 42112 
qfits-tools_6.2.0-6_amd64.deb
Files: 
 d78d457be18ff886a1c04b5e020d1858 1168 libs optional qfits_6.2.0-6.dsc
 4fdc2922ede018d4e1f65eaf1acb6a06 5584 libs optional qfits_6.2.0-6.debian.tar.xz
 70a727d05dfb657936fe9cf31c01aa98 37566 libs optional 
libqfits0_6.2.0-6_amd64.deb
 c28ce6fbcff8f66743b189347230a357 44190 libdevel optional 
libqfits-dev_6.2.0-6_amd64.deb
 ef4a19fcc906932431ab3761ce0e707f 42112 science optional 
qfits-tools_6.2.0-6_amd64.deb

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

iD8DBQFRz2Vfw3ao2vG823MRAuKRAKCMD3/v6GW/KH2fwec/iBuF3NyVzQCeN2mh
BUmqIHCZMyGFUZyUGcytGF4=
=DAqr
-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: http://lists.debian.org/e1ut4cx-0003xf...@franck.debian.org



Accepted lives 2.0.5~ds0-1 (source amd64 all)

2013-06-29 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 23:03:39 +0100
Source: lives
Binary: libweed-dbg libweed-dev libweed0 lives lives-data lives-dbg
Architecture: source amd64 all
Version: 2.0.5~ds0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libweed-dbg - library for inclusion of plugins into LiVES - debugging symbols
 libweed-dev - Development library for inclusion of plugins into LiVES
 libweed0   - Runtime library for inclusion of plugins into LiVES
 lives  - Video Editing system allowing users to edit and create video
 lives-data - Data files for LiVES
 lives-dbg  - Debugging symbols for LiVES
Changes: 
 lives (2.0.5~ds0-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh 01-cdda2wav_to_icedax.patch.
Checksums-Sha1: 
 e8bc08a1e6e054e20d7a5403351a7c114fbbc3d7 2828 lives_2.0.5~ds0-1.dsc
 c80bb1b7967b81b43aa3ce04512951f32a7bdf70 3530027 lives_2.0.5~ds0.orig.tar.bz2
 4216950baa865cd5ef39f3036c571c01a96f9c9d 19703 lives_2.0.5~ds0-1.debian.tar.gz
 2d8fb64ef8de47c4fb5833308d8222b8f5b0020d 65880 
libweed-dbg_2.0.5~ds0-1_amd64.deb
 cb98e591c0f55dbc610b88e9680c428f58375bd2 41624 
libweed-dev_2.0.5~ds0-1_amd64.deb
 c2e28a15c1d72aa79c4adca67c900db08ad89033 45428 libweed0_2.0.5~ds0-1_amd64.deb
 323a474fdae75c2cf7a6237e2e3f0bebf7e8c4de 1517090 lives_2.0.5~ds0-1_amd64.deb
 f0a58fdf6b9b18d4c55b6f850c53b0f6ab0d3813 1997510 lives-data_2.0.5~ds0-1_all.deb
 6cc0b242deb63e07cf9e2015bfa4204eef2d2ac4 3896628 
lives-dbg_2.0.5~ds0-1_amd64.deb
Checksums-Sha256: 
 ecf9b5e57ee5185e9cd297c29e5c6122e766ee5ac2ff13df2379fddee7e31dfc 2828 
lives_2.0.5~ds0-1.dsc
 21c98b03262cbb0ce1ac99a9e6002693f3fbd1c74a6e3ffa889a999d750392d9 3530027 
lives_2.0.5~ds0.orig.tar.bz2
 7fb2d513a8b1e0a28a1c0d785d493eb33af25783630355c4cc538732dba6be72 19703 
lives_2.0.5~ds0-1.debian.tar.gz
 f1c491e783044bb6e86ed5c2040b0cf53f7f1f509a11d76d38803b5a567c1972 65880 
libweed-dbg_2.0.5~ds0-1_amd64.deb
 07d94e80a097a27c5bfa62b8f4bc3e88e3238be2d2c8f5fe5f0f21537cb4a4e8 41624 
libweed-dev_2.0.5~ds0-1_amd64.deb
 881c0e4d87ac71f2ca4771388942956a94917ecd438087c3dc0b2b4f7ac337a7 45428 
libweed0_2.0.5~ds0-1_amd64.deb
 13f49a8e9697e4cb2458d80c21059fc75e175be3f2f83f05cf60e97a4a53313f 1517090 
lives_2.0.5~ds0-1_amd64.deb
 4d88437beb5f903477e732ac8ef4835e2c1e49f9c071f280044032afd6b44fe3 1997510 
lives-data_2.0.5~ds0-1_all.deb
 00e6dc4f73bc83df4dca451ae8da3eeec3b06161b89a9ba8c5674ace71a400c1 3896628 
lives-dbg_2.0.5~ds0-1_amd64.deb
Files: 
 96cbffed0d4a382e9104161a5d4ec4f5 2828 video optional lives_2.0.5~ds0-1.dsc
 0ea966c7a07d21c78e921671df2e2471 3530027 video optional 
lives_2.0.5~ds0.orig.tar.bz2
 679e603000fe0428601f22ea055cfb6d 19703 video optional 
lives_2.0.5~ds0-1.debian.tar.gz
 59a60258e3160ad8266eb4a4c66afab1 65880 debug extra 
libweed-dbg_2.0.5~ds0-1_amd64.deb
 1a108b456bd6db317f3716006cb37a88 41624 libdevel optional 
libweed-dev_2.0.5~ds0-1_amd64.deb
 936ab7d75eb4eda42d74ebc1b0a4e379 45428 libs optional 
libweed0_2.0.5~ds0-1_amd64.deb
 6ee6fc98bcbcb1c5081fcceb197e2b12 1517090 video optional 
lives_2.0.5~ds0-1_amd64.deb
 ca1286082a78be41d7451980866c896e 1997510 video optional 
lives-data_2.0.5~ds0-1_all.deb
 ec8a3e0bf1c341a3657079a991c06b01 3896628 debug extra 
lives-dbg_2.0.5~ds0-1_amd64.deb

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

iQIcBAEBAgAGBQJRz263AAoJEOikiuUxHXZaqbEP/1Lu7loqOmu+XfeoBpaAJXoL
C646GqoYyDZBuSs1z4FMTvNIoXY7trN3Zx07RPeIVEnd+w9X3ar8jIQ9aiNaM+wB
bUYAKqgSYIOxfMMEEqJZLhodaXUtpkUelV7OyXmQYJFPktLft2oTe4+hBqOxb6rv
PF+uMiY8lJ3rFJoaqgJdwH9DAEqvlkVVRyaa0biIgeqXmRcdc74YfrN7o+eTJviS
jELcYppXAXqocA3xvtDWehHJH9OGjh1j3WZSNQpeVZNuxjmEv2lrs7xCwrizV0Yw
cX/X3eCHLzW1uUjnkvEinrMlugTDMIwa3u14wyIuekKPtCDYO6y2YFh/mTXheMSC
75EVPSftu5gjTAIdJrrH+bMiOHFTJEmElzusIHvKpwO8XVMZFpkbNQcE4F/z/zme
j6YnX1iMK14pEXypRmgZa56LVNR2oXD8UOEvOxWxuQr1cJiQg/u9dEpySnKyqZXI
UlZSp4qtygx/EAOIbx0nZVRjJZorbbf89r+Pa/+GIWohmY+mii+ZI0S8j6keQZzE
zLI2e4cSH1Nz16zRZxHX7Whl3VUlfIgmA5ZOvOFe+r4tC8wsigl6HLqR1n6dqGH0
IL+M0qC5V37VaXETktySeu2EvLznFTSOG4/LutoSiGRgTVGVzyHwuSJLHINsRAKE
DYzOSSVzYXK7GcpUAwUF
=BpMe
-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: http://lists.debian.org/e1ut4td-0004fy...@franck.debian.org



Accepted eglibc 2.17-7 (source all)

2013-06-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 01:18:27 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 
libc6-s390 libc6-dev-s390 libc6-s390x libc6-dev-s390x libc6-amd64 
libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 
libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc6-armhf 
libc6-dev-armhf libc6-armel libc6-dev-armel libc0.1-i386 libc0.1-dev-i386 
libc6-x32 libc6-dev-x32 libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 
libc0.3-xen libc6.1-alphaev67 libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all
Version: 2.17-7
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for 
AMD64
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- Embedded GNU C Library: Shared libraries
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - Embedded GNU C Library: Profiling Libraries
 libc0.3-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - Embedded GNU C Library: Shared libraries [Xen version]
 libc6  - Embedded GNU C Library: Shared libraries
 libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
 libc6-armel - Embedded GNU C Library: ARM softfp shared libraries for armhf
 libc6-armhf - Embedded GNU C Library: ARM hard float shared libraries for armel
 libc6-dbg  - Embedded GNU C Library: detached debugging symbols
 libc6-dev  - Embedded GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-armel - Embedded GNU C Library: ARM softfp development libraries for 
armh
 libc6-dev-armhf - Embedded GNU C Library: ARM hard float development libraries 
for
 libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - Embedded GNU C Library: 64bit Development Libraries for 
MIPS64
 libc6-dev-mipsn32 - Embedded GNU C Library: n32 Development Libraries for 
MIPS64
 libc6-dev-powerpc - Embedded GNU C Library: 32bit powerpc development 
libraries for p
 libc6-dev-ppc64 - Embedded GNU C Library: 64bit Development Libraries for 
PowerPC64
 libc6-dev-s390 - Embedded GNU C Library: 32bit Development Libraries for IBM 
zSeri
 libc6-dev-s390x - Embedded GNU C Library: 64bit Development Libraries for IBM 
zSeri
 libc6-dev-sparc - Embedded GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - Embedded GNU C Library: 64bit Development Libraries for 
UltraSPAR
 libc6-dev-x32 - Embedded GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc6-loongson2f - Embedded GNU C Library: Shared libraries (Loongson 2F 
optimized)
 libc6-mips64 - Embedded GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - Embedded GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - Embedded GNU C Library: PIC archive library
 libc6-powerpc - Embedded GNU C Library: 32bit powerpc shared libraries for 
ppc64
 libc6-ppc64 - Embedded GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - Embedded GNU C Library: Profiling Libraries
 libc6-s390 - Embedded GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-s390x - Embedded GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc - Embedded GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - Embedded GNU C 

Accepted lifeograph 0.11.1.dfsg-2 (source amd64)

2013-06-29 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 01:55:48 +0200
Source: lifeograph
Binary: lifeograph
Architecture: source amd64
Version: 0.11.1.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 lifeograph - Private digital diary
Closes: 710228
Changes: 
 lifeograph (0.11.1.dfsg-2) unstable; urgency=low
 .
   [ Iain Lane iain.l...@canonical.com ]
   * Remove unnecessary BD on libgtkspell-3-dev , add missing libenchant-dev BD
 (closes: #710228).
Checksums-Sha1: 
 645019a8f752b7bc02f933b95f5bae57df6e460f 1212 lifeograph_0.11.1.dfsg-2.dsc
 638923c8cf906795b77b7e107cddc2b213bbfb1e 3121 
lifeograph_0.11.1.dfsg-2.debian.tar.gz
 2b6e1b6cc556d2b69bf4eab78f6399bdcf7dad95 658702 
lifeograph_0.11.1.dfsg-2_amd64.deb
Checksums-Sha256: 
 aeb9af41928f800c13b40e6b688a26826df0d7730852d3aa2579dc5dab915906 1212 
lifeograph_0.11.1.dfsg-2.dsc
 a719122c2eb06bce8512dd23a71271b20b470ad2b82b2b3828d2478c74a854ba 3121 
lifeograph_0.11.1.dfsg-2.debian.tar.gz
 ea7b64e72b7a968a1f89e5c92775327eba82abb5a91751bb9367ef5dcbf977cd 658702 
lifeograph_0.11.1.dfsg-2_amd64.deb
Files: 
 8e5834154e93f3844727cb4d4224cef3 1212 gnome optional 
lifeograph_0.11.1.dfsg-2.dsc
 56e114d1b96579c1904fbf0c1c2ffe85 3121 gnome optional 
lifeograph_0.11.1.dfsg-2.debian.tar.gz
 6c872e8c81c8512b41ef6636f9b6017d 658702 gnome optional 
lifeograph_0.11.1.dfsg-2_amd64.deb

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

iEYEARECAAYFAlHPeuUACgkQMDatjqUaT91dQQCfdJ9KgBll5oUX5/QW7s4yb3jr
LA4Aniko7twlVU+Ob3HiheryTBM6FAy2
=wx0I
-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: http://lists.debian.org/e1ut5zh-0004g0...@franck.debian.org



Accepted magicmaze 1.4.3.6+dfsg-2 (source all)

2013-06-29 Thread Joe Nahmias
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 21:25:55 -0400
Source: magicmaze
Binary: magicmaze
Architecture: source all
Version: 1.4.3.6+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Joe Nahmias je...@debian.org
Changed-By: Joe Nahmias je...@debian.org
Description: 
 magicmaze  - rescue the maiden while avoiding the monsters
Changes: 
 magicmaze (1.4.3.6+dfsg-2) unstable; urgency=low
 .
   * fix crash when pausing the game
   * fix mangling in d/watch
Checksums-Sha1: 
 ef4e8812f957a6fc1a9e2245344271d1b5884c57 1754 magicmaze_1.4.3.6+dfsg-2.dsc
 7b2ce34f73a518948c4f4850a5bb4b823fad6c14 6274 
magicmaze_1.4.3.6+dfsg-2.debian.tar.gz
 99912d17cdd8ea437dd520d9e93210d671d6ba5f 122190 
magicmaze_1.4.3.6+dfsg-2_all.deb
Checksums-Sha256: 
 05b5f66dc7af55b2809e15a1ef2fe9eb1630a0d2243dc31c861012f63555aea1 1754 
magicmaze_1.4.3.6+dfsg-2.dsc
 58b9c675d517c858372033ef24fa354bde5796365ecea9a27a5eea82fdf407fb 6274 
magicmaze_1.4.3.6+dfsg-2.debian.tar.gz
 e0d8b35e9abf20bdfeb9aba804fdd2164ea95934f0dc8a376d8a78c21866fea9 122190 
magicmaze_1.4.3.6+dfsg-2_all.deb
Files: 
 c62445e3852d2819ab1450930f572a33 1754 games extra magicmaze_1.4.3.6+dfsg-2.dsc
 2811936baab766d652c9cfe21fb9b043 6274 games extra 
magicmaze_1.4.3.6+dfsg-2.debian.tar.gz
 cb7560a634f1fb0620a37672fa8be72e 122190 games extra 
magicmaze_1.4.3.6+dfsg-2_all.deb

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

iQIcBAEBCAAGBQJRz4v5AAoJELEb2RkHmjuYcNkQAI9lZeCabWTrSm7Yy2fLvMz/
neqsAW3yJr4PqlrCred18BZuD5li4rPj/sJFQKr2SFHq2Mi4TzxPu6lpkZdgV8ZM
n1MA5w+YMrXgmdvM00gSGK2zkHaPpDGmmJjeQEvBQj873Rkx/5ZSGknQYGC0EsdW
uCPKNBVb+UFfYDJqiqMNFF/H2UI3czK8eNBmJ8b5FK4lh8CWflyL8NRRLT+p24LV
9S4q1oPsRdYtjC3OKncvi5RUJMDhd5M1/7Wtn7uv3yL8mFNcWnY0M5BLeWT5KvzS
LH/yXPGPtvbWbb9OFUJ8RNBufbwn0HoMU4TXo7Ps6++6RQsUqvpZPszdMpewdEYm
VEmCpxpeHqO2ev2ZqzfMwn50MpdGPR5zJjPihWod8zcQ/A0GHgDzOMsLj0ugOual
b1mzMdDV9vcC6/g1XSWqWuYxh4L/LxIOoUZV6hA9090dWm8HsEd1kX27K773QDeq
6FUp35+yMEnL8VNQM8mGq4952X8Q1aQ5FYchXovZGLLhsrnBuWZCK1wCL3H7QIz1
gzB73/eahYP2B3QLghORXA60xiuDfK+TYeG2WqdkwMr67JOj8NR6C9dqLACNgg+o
BnNyH0a3sg8QU58qmzNneRcMZRTcGFS9o+03oOv+xyPdCuV9mGjo2WPlohkxfy1t
V8Dt2T95Z/ee84vc3LaL
=pHPP
-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: http://lists.debian.org/e1ut6ke-yg...@franck.debian.org



Accepted libintl-perl 1.23-1 (source all i386)

2013-06-29 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 21:23:42 -0400
Source: libintl-perl
Binary: libintl-perl libintl-xs-perl
Architecture: source all i386
Version: 1.23-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 libintl-perl - Uniforum message translations system compatible i18n library
 libintl-xs-perl - Uniforum message translations system compatible i18n library
Changes: 
 libintl-perl (1.23-1) unstable; urgency=low
 .
   * New upstream release
   * Updated standards version
   * Changed to Debhelper level 9
   * Added build-arch and build-indep targets
   * Fixed application of Debian build flags for hardening
Checksums-Sha1: 
 b9b283e6de6827008c85cbec8c672111a9dba370 1201 libintl-perl_1.23-1.dsc
 da2ed849f3b3f28dc5306a2887126a55f49992cb 523571 libintl-perl_1.23.orig.tar.gz
 11183b8f24e2081b6d9ee99187fef189f1d11c28 3225 libintl-perl_1.23-1.debian.tar.gz
 920b3c27604be0e5fbd2184f07557421d2585df9 1209050 libintl-perl_1.23-1_all.deb
 012d86e5833dee00bf4f9ace1661d3e27adb6b03 42138 libintl-xs-perl_1.23-1_i386.deb
Checksums-Sha256: 
 44f3b0b452e22af3282473ab53be41a58d7efaba10aa86ab3567d8ea8ea410f0 1201 
libintl-perl_1.23-1.dsc
 60da16356c2fa89a0c542c825d626c8c2811202b6002b56d8574b928a1379ffa 523571 
libintl-perl_1.23.orig.tar.gz
 33fb1fde742b80b28f2bce08dce5f760ce81b76c73e6f5755134550165c27ae1 3225 
libintl-perl_1.23-1.debian.tar.gz
 50636c10a0d8910b3babd49303c4eaa3fa7c00e4bae62ec02ea3361fb44f3903 1209050 
libintl-perl_1.23-1_all.deb
 ec861966ff5c9f6795799ff275d16f12df465349ae3c39110b5b2195bd2e5fa5 42138 
libintl-xs-perl_1.23-1_i386.deb
Files: 
 775ccdfb2118e7d3dc5861cf4d9dab8b 1201 perl optional libintl-perl_1.23-1.dsc
 2e79dc842af1c9efc14fbe6664dc89bf 523571 perl optional 
libintl-perl_1.23.orig.tar.gz
 02793dc4a389b2ec23af4cf9b5db9986 3225 perl optional 
libintl-perl_1.23-1.debian.tar.gz
 e3ae8537dd84114e2bf18330186e774b 1209050 perl optional 
libintl-perl_1.23-1_all.deb
 626be9299a933a78b0032c48b59dceea 42138 perl optional 
libintl-xs-perl_1.23-1_i386.deb

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

iEYEARECAAYFAlHPlDMACgkQTTx8oVVPtMaZLgCdETYG2Gm6dQu/HBY50lNcAJoR
2uoAnRLwCZAdcVTS6xdR8y7jUf9qj6wS
=Lewj
-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: http://lists.debian.org/e1ut7wn-0003fc...@franck.debian.org



Accepted sflphone 1.2.3-2 (source i386 all)

2013-06-29 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 11:40:56 +1000
Source: sflphone
Binary: sflphone-daemon sflphone-data sflphone-gnome sflphone-kde 
sflphone-evolution
Architecture: source i386 all
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 sflphone-daemon - SIP and IAX2 compatible VoIP phone - core daemon
 sflphone-data - SIP and IAX2 compatible VoIP phone - common data
 sflphone-evolution - SIP and IAX2 compatible VoIP phone - Evolution plugin
 sflphone-gnome - SIP and IAX2 compatible VoIP phone - GNOME client
 sflphone-kde - SIP and IAX2 compatible VoIP phone - KDE client
Changes: 
 sflphone (1.2.3-2) unstable; urgency=low
 .
   * changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff
 - fixes automatic endian detection
   * Update Vcs: fixes vcs-field-not-canonical
Checksums-Sha1: 
 eacfa006c3d457311f23e55bb8933093b6e03da4 2357 sflphone_1.2.3-2.dsc
 bc42e9dea0ad2054a01fe5c869aa3ad20d703dd6 10843 sflphone_1.2.3-2.debian.tar.gz
 dd5e9ca3bf8ffa596912a30810fdbc4d4c86c719 764082 
sflphone-daemon_1.2.3-2_i386.deb
 a1628c2d0a4a9b17a513446d693f3bb60638c9d0 346726 sflphone-data_1.2.3-2_all.deb
 0ff57ae93903db78953b1e39da27c587299e8a3b 296936 sflphone-gnome_1.2.3-2_i386.deb
 e74486106ceaad41ac58f17766e6cd55a956482e 1981422 sflphone-kde_1.2.3-2_i386.deb
 6b65bb3d04247277476088bd64145717a43da321 14044 
sflphone-evolution_1.2.3-2_i386.deb
Checksums-Sha256: 
 625b20f94d8bc1183c79dbed78afe56abf9ea6016dc71aad0871373488f239fd 2357 
sflphone_1.2.3-2.dsc
 3552b2bfd284df47d9dfdb4b6a2767fa8a6763e5f4a50a8284657b3570433eb4 10843 
sflphone_1.2.3-2.debian.tar.gz
 d2326d929b84420ead3a302bd95cea00aac375493ce989dae80645a603010a4f 764082 
sflphone-daemon_1.2.3-2_i386.deb
 2c1e76d30e9a7727dc4b0040678903ea4748d81903f854dbd0c9e026e8d4905d 346726 
sflphone-data_1.2.3-2_all.deb
 a4b3171d393f80f0edc579b57101516bac319a05569aff42ef6feb07e322b8ae 296936 
sflphone-gnome_1.2.3-2_i386.deb
 7689e098f4e740d887d9816826d6387c7f8b847eac3bed3b8d5d7321c6513ae0 1981422 
sflphone-kde_1.2.3-2_i386.deb
 5241da076f12d5cd3fa7d3d3c4d8ea02c86d1bb7b00822d43fc6a9702e376cac 14044 
sflphone-evolution_1.2.3-2_i386.deb
Files: 
 0acddd52c4bb48bb27169eb16a982ed8 2357 comm extra sflphone_1.2.3-2.dsc
 d3b60e0673624c87c44c84241041c53a 10843 comm extra 
sflphone_1.2.3-2.debian.tar.gz
 95cdc4793d9601e659b4910319ef547f 764082 comm extra 
sflphone-daemon_1.2.3-2_i386.deb
 1130dde4e776382129722bf7957b 346726 comm extra 
sflphone-data_1.2.3-2_all.deb
 07cccbf78915ff1decb5fbabc98e903b 296936 gnome extra 
sflphone-gnome_1.2.3-2_i386.deb
 43db6da8185e63ff1237abe09612f189 1981422 kde extra 
sflphone-kde_1.2.3-2_i386.deb
 5792deaf35f565d8e111f592cbeff289 14044 comm extra 
sflphone-evolution_1.2.3-2_i386.deb

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

iEYEARECAAYFAlHPmjUACgkQoCzanz0IthL1fQCggEjMcaK8VFfODR9ukkq4l6Mp
z6AAn37/dlf3RPi141ubiOchw1WMyDvm
=/ohZ
-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: http://lists.debian.org/e1ut7xg-0003xo...@franck.debian.org



Accepted sgt-puzzles 9872-1 (i386 source)

2013-06-29 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 30 Jun 2013 03:20:16 +0100
Source: sgt-puzzles
Binary: sgt-puzzles
Architecture: i386 source
Version: 9872-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings b...@decadent.org.uk
Changed-By: Ben Hutchings b...@decadent.org.uk
Closes: 667963 713476
Description: 
 sgt-puzzles - Simon Tatham's Portable Puzzle Collection - 1-player puzzle games
Changes: 
 sgt-puzzles (9872-1) unstable; urgency=low
 .
   * New upstream version
 - Add an explicit -lm to the link lines in Makefile.gtk (Closes: #713476)
 - Add Undead by Steffen Bauer, an implementation of 'Haunted Mirror Maze'
 - Add Unruly by Lennard Sprong, an implementation of a puzzle usually
   called 'Tohu wa Vohu'
   * Add DEP-3 headers to patches
   * pearl: Require width or height to be at least 6 for Tricky
 (Closes: #667963)
   * debian/watch: Update ViewVC URL regex
   * Add 'sgt-' prefix to all command names and remove 'game' suffix, but
 retain symlinks under the old names (see #684193)
   * Use upstream short descriptions in English manual pages and package
 description
   * Update German translation, thanks to Helge Kreutzmann
Checksums-Sha1: 
 8a183af3711cc9baea48b6c703671e8250c18499 1926 sgt-puzzles_9872-1.dsc
 7507932b50b9ce75f48368d4b0a8bb4595aa8cc0 3024453 sgt-puzzles_9872.orig.tar.gz
 9425251efdbe34d96548a556854bdd2ebc58350e 155806 
sgt-puzzles_9872-1.debian.tar.gz
 7c5dd5083aecc92c06cabdb0e280f3290154b5c6 1437170 sgt-puzzles_9872-1_i386.deb
Checksums-Sha256: 
 92abdfbda4e21ae1814973e6f45bcc8c49465abaa21c7f76ff8c47d89377ebc1 1926 
sgt-puzzles_9872-1.dsc
 cedeb2c684f45f7d85b92edd2fb137b0462e0825ee1f17df8da1110e9ce21f4f 3024453 
sgt-puzzles_9872.orig.tar.gz
 aa7a73990c04b05192428388140d20e6981afc72dcdb87bf531c9716b698aa46 155806 
sgt-puzzles_9872-1.debian.tar.gz
 82a35daf75d7d7b379d8bcb35ac6d5cba4eab818ae38e0b25ffaf0a0d2a2bcce 1437170 
sgt-puzzles_9872-1_i386.deb
Files: 
 be540b367115d985f804694ec22ca5cf 1926 games extra sgt-puzzles_9872-1.dsc
 80d03aa9719778c3c347a313eb1145bc 3024453 games extra 
sgt-puzzles_9872.orig.tar.gz
 fec730d477d6766e3ccd2542c65601da 155806 games extra 
sgt-puzzles_9872-1.debian.tar.gz
 92e2053146a26debf7279997c409e7e9 1437170 games extra 
sgt-puzzles_9872-1_i386.deb

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

iQIVAwUBUc+eBOe/yOyVhhEJAQrSmBAAh4phpq4xvwAmNtI4oKZ1p/Z9eGCsaCgJ
8rwUQYQQEIm3qr9zGYEhaZRJ9G/xGTfwxO13kkEvGtFv3+7OsKsNCh9EJvPQI4/g
KeC2BNOEDuZmBLyskY73yPlLZFMFru6jvm7v5vtKjD4QBJratxSVqrBiWiPAvbQp
sDz5Dv1gkkX+0mL3XMytbSZ/8ClvLg4szuLSkzjz+NHrAsY3kUlqX1uwfVnU7UJj
8FGLN2R0q9ZFrlGLZxp8rBgf8NQoevyRYMlHDeRdl05gP0/OPX3m+qYOFQgZDitg
x+4xl9N4pLgsSa94AvAqxDIbUadreHhsVpq5L3s29b8QAFa2tqOFQu3HapscPnNy
6+O8FhDRWRQMDNntt1Q4d5gjREG7r6sgM61Xgmd8GLXACWgKJRv73uvmk1UgjHwK
x9hDTuICEvGpzVWehz5j8U+I0TDaU+vlDJWKrOGxlSzseLEANhZYC8j/t76qQVE5
w5/6+XeOMVXmCFw9Jd5rxTImCehubkVBK4BWqyP8qS69/BuwJD6F6JwShutzyOy8
jM1ZiGQ7Z2hqqRjaiewSeL5axErxdQOQwIujGHxfW5bdZYdnBTlHBb8tUYI/ZFKS
uqFi806jOx6LHQ9/4oJnd1eh2mnDBjmw0C1aNWn03+co2RjN6R8oEzjkimpZU0qk
tU8srLV2N0k=
=HHxo
-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: http://lists.debian.org/e1ut7xp-00040k...@franck.debian.org



Accepted winetricks 0.0+20130624+svn1004-2 (source all)

2013-06-29 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 10:41:04 +0300
Source: winetricks
Binary: winetricks
Architecture: source all
Version: 0.0+20130624+svn1004-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 winetricks - package manager for WINE to install software easily
Closes: 713060
Changes: 
 winetricks (0.0+20130624+svn1004-2) unstable; urgency=low
 .
   * debian/control:
 - (winetricks::Multi-Arch): New. Has to be defined in binary package
   section. Thanks to Dmitry Smirnov only...@debian.org. (reopen;
   Closes: #713060).
Checksums-Sha1: 
 7ced9653382bb8c99c57f663f530d4ad057ce304 2037 
winetricks_0.0+20130624+svn1004-2.dsc
 588fb324a105250c237d44f0cdc98d2fc433ea64 31067 
winetricks_0.0+20130624+svn1004-2.debian.tar.gz
 8e95234c33194d069724b4d5d62847f741a4b54d 172928 
winetricks_0.0+20130624+svn1004-2_all.deb
Checksums-Sha256: 
 4c103b1bfc9b675350d396a73e7fb11f680ef554cce2c8933c6cecad49ad5962 2037 
winetricks_0.0+20130624+svn1004-2.dsc
 58ca00a68da9df76d24e89ee720f547b7cb6e2c9fdff4b49760bb43d652d040c 31067 
winetricks_0.0+20130624+svn1004-2.debian.tar.gz
 95eb7a9695b2182227f690a927b1ad6fe0770998e1449fd0bd13c92168aa5d8b 172928 
winetricks_0.0+20130624+svn1004-2_all.deb
Files: 
 e76c08f08c9c5b184d6f33fbe732fdd4 2037 contrib/otherosfs optional 
winetricks_0.0+20130624+svn1004-2.dsc
 8a5e0dfcca6ae69eac69e7b128ebeefe 31067 contrib/otherosfs optional 
winetricks_0.0+20130624+svn1004-2.debian.tar.gz
 95e81542045b2b04d8860b78ea734b50 172928 contrib/otherosfs optional 
winetricks_0.0+20130624+svn1004-2_all.deb

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

iQIcBAEBAgAGBQJRz5MaAAoJECHSBYmXSz6WMuEP+wTZr7Av5/wgzQBw87xlGK61
I+wfpvzpo2ytzEupiJrqkprBGrd8K5RMBxnklHuLIfbDXRm1UXPjcV2mtxY5njCe
akXo2hGGdnZRvAHQJEwBbf3zaHJ7n6Pm8s7gVXhi8cdrN13J0rIl5Y9YCk1tQyPx
uriUKw2BkWWdin0aGftyc9ipylAHVmcizPnduSw9bJkU8svh61BaL7VlKHQukPaX
/RrHxnLpIKqM4WxK3xwOAU/davaQHK/oBfvwZ1k4wV3UdhTdj7hHUB5ml6G58FSA
jLtGrJqK/aMsv8fJgrLjtUzOBEoTcQO1/5EbTLYBftOKEJZUgzlWDXE97tK3O+iX
6sbK8NKJnFPcexNWiJqdZNhraTf4dpXhtZnp+WgEr3aqgdRFQob/KrCbRtAOOg6f
JczekmIU7u/t+NSsUU4vrAUWj/htQSgMe3TilSbxHILxTPNmGFaAc9Fa8jnZ27qX
RMjdqp54IrMyDdM6vwf4F1IPxP9sIXn+Xfuzi37lIkXyQ91TItht+kUM+nfmL9QP
SeAW6V2FMdmdF8E3jqCcjyqn57bX7RMLU3/H5ykH668aE1qg0P4KEc64WBnSl0lA
wdEiCBA9AnydbU9lr2E/rrrQBIEmjOk9UpMBvGNVGJ6RcLFZag8BhZIQBDm0cCyV
nY7CtkMCzECyVZjeAvyo
=Ho/d
-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: http://lists.debian.org/e1ut7xu-00043w...@franck.debian.org



Accepted xwax 1.4-1 (source amd64)

2013-06-29 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Jun 2013 03:42:07 +0100
Source: xwax
Binary: xwax
Architecture: source amd64
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 xwax   - open-source vinyl emulation software for Linux
Changes: 
 xwax (1.4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 127d7763424b1bb914d9698165074ccbc7fe8619 1968 xwax_1.4-1.dsc
 de14818e49b08a850292b55e448a83a50234374a 71240 xwax_1.4.orig.tar.gz
 07edc56cdf1c95c6051b625ee9109f6b57595a20 3815 xwax_1.4-1.debian.tar.gz
 6dbe9fbd78f778cc7c31d66e049f26e5a0563207 47476 xwax_1.4-1_amd64.deb
Checksums-Sha256: 
 f0286ba3733831ae98b9bdd6a0d3b86f9377cd617c8e30ac39567f3f58516732 1968 
xwax_1.4-1.dsc
 87287e11261b6f7bb71f29081168bf956b7104fc2d68ba64bc1f5d4459c93ee8 71240 
xwax_1.4.orig.tar.gz
 e829cda7ec3afffc371fdce7ae752f5f23626fcf93ae16dd0ac82c62592163d3 3815 
xwax_1.4-1.debian.tar.gz
 a1ab699be41a04116df410a1ca13d4c25063f30d02cf0a39453595a784fe8757 47476 
xwax_1.4-1_amd64.deb
Files: 
 a63b4416488301fe35d26787dc0a80e6 1968 sound extra xwax_1.4-1.dsc
 01afde1f1222fca38eab736e0b3df116 71240 sound extra xwax_1.4.orig.tar.gz
 f88a100e10fee551a1b58569e17ee686 3815 sound extra xwax_1.4-1.debian.tar.gz
 93473893e6c6f3ed27af2d9998d878e3 47476 sound extra xwax_1.4-1_amd64.deb

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

iQIcBAEBAgAGBQJRz5w2AAoJEOikiuUxHXZaVn8P/iqq+izwBKNttJEDX0MPvJU2
1sZgSgL40U1UliYBFyW/iz56maC+4iaRSzJlv361FM7lIaCEMSBr6E8JT8kJ5kGu
bBG/25ulkUJt8UKO1aBQqIPt0clqIj+YlUKYA5PdD1AuT6B84YPa/R0+lEqmD+J5
C9kRVSSGV28sscAf1OXaU4/0zRdcUQQ9PnSN1xq0s8ljdidfRmZCnxx3N8y6JaaU
pMWtryhuaS7XWQMv8l/9KNsg2mSB07xh2U479Fiq2tduUvjdNUmkyD6jK6z0rXRU
Ait8PsoBEOc903MW6sqSXhDy/qs2SfPI1c1Nt0n0RUnyOkf7G9gN6tXIzpZ1rhBx
bTTViIyzLfaO0sfTTlOgX8nbfvbG70CEOeFZxveOkW0utjyC/yFR5g+xAx+nGATU
i/Kmh7g1gTwprKOnOm0paeFjPZUpe2crusmPH2VOPQZ+KsZ0Wv7oqLFdIulkzBn+
iPY97hAGfeR+OiNXVkFWGXoByeb+rjO2uvrZB/A75/sDx1KFlrUC+0yTafTYDBpO
HW/qH5zyY/agLSIzLoyRShf9L5QQPPlPsPhGmuSW3zEdbVsNdcA6gFZHMpiDDAyO
+N5ZJd1VvicNgDqHw8VMM4ozV0pD8Otv8raTAxEZPTfC0pnKSmSZW3U0dQdMpOjf
n6Bi7osYK10HaxuEumm4
=I5RH
-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: http://lists.debian.org/e1ut7xa-00046m...@franck.debian.org



Accepted gtest 1.7.0~svn20130629-1 (source amd64)

2013-06-29 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 29 Jun 2013 21:45:45 -0500
Source: gtest
Binary: libgtest-dev
Architecture: source amd64
Version: 1.7.0~svn20130629-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 libgtest-dev - Google's framework for writing C++ tests - header files
Closes: 710253
Changes: 
 gtest (1.7.0~svn20130629-1) unstable; urgency=low
 .
   * New upstream, snapshot of upcoming v 1.7.0.
 - includes gcc 4.8 fixes.  Closes: #710253.
Checksums-Sha1: 
 ce2061decdcbc6c280826e0cbbda0321b8d8accb 1320 gtest_1.7.0~svn20130629-1.dsc
 0ee8b349bd7ff07d5585a6d5d3082b3136792ad1 370150 
gtest_1.7.0~svn20130629.orig.tar.bz2
 f11823f5fe17a37187b13764d8d02185bef03630 5330 
gtest_1.7.0~svn20130629-1.debian.tar.gz
 a8d16b65cab497075575b1593785aeee12f3b8ea 270514 
libgtest-dev_1.7.0~svn20130629-1_amd64.deb
Checksums-Sha256: 
 3fabb977070208b2af0531f4903cdd07dfe666c927333ef33148f46cbaabcbf3 1320 
gtest_1.7.0~svn20130629-1.dsc
 3b1b6e55d1fec8aa76ee41dd595d98b14a1998764b0c1348ee0d79639a123411 370150 
gtest_1.7.0~svn20130629.orig.tar.bz2
 42847f4a04ebfcf72abc99884a5435b864f2b6aba9ea0e34b96af104f456 5330 
gtest_1.7.0~svn20130629-1.debian.tar.gz
 2be0d7981006c952afd69032db9b36587425aa9c40938228860dddbf095e978f 270514 
libgtest-dev_1.7.0~svn20130629-1_amd64.deb
Files: 
 6d7725f6ad8919e619519894f95f389f 1320 devel optional 
gtest_1.7.0~svn20130629-1.dsc
 6e7d10d03eb872ac5edd0b44d7087d0c 370150 devel optional 
gtest_1.7.0~svn20130629.orig.tar.bz2
 8053ea4deeb2a57c4b212ab492450d66 5330 devel optional 
gtest_1.7.0~svn20130629-1.debian.tar.gz
 6123b680cd1dd51aced711736d6bc3c1 270514 libdevel optional 
libgtest-dev_1.7.0~svn20130629-1_amd64.deb

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

iD8DBQFRz51+0i2bPSHbMcURAugEAKCotGdAIe+3quhsfLoZClcAP3fWYwCgm4gn
tizJYWpPlo4BQpeIk7cbOSk=
=J8XW
-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: http://lists.debian.org/e1ut89b-0006mp...@franck.debian.org



Accepted python-scipy 0.12.0-1 (source amd64)

2013-06-29 Thread Julian Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 May 2013 11:35:07 +0200
Source: python-scipy
Binary: python-scipy python3-scipy python-scipy-dbg python3-scipy-dbg
Architecture: source amd64
Version: 0.12.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Julian Taylor jtaylor.deb...@googlemail.com
Description: 
 python-scipy - scientific tools for Python
 python-scipy-dbg - scientific tools for Python - debugging symbols
 python3-scipy - scientific tools for Python 3
 python3-scipy-dbg - scientific tools for Python 3 - debugging symbols
Closes: 691254 707315
Changes: 
 python-scipy (0.12.0-1) unstable; urgency=low
 .
   [ Julian Taylor ]
   * New upstream release, no repackaging required anymore
 - Closes: #707315
 - Closes: #691254
   * also fail on test failures not only test errors
   * skip failing test_mio on big endian python3 = 3.2
   * print skipped tests and unused skips in autopkgtest scripts
   * add-swig-filetypes.patch, reswig.patch:
 reswigging from setup.py, dropped from debian/rules
   * cython-wraparound.patch: fix issue in ckdtree.pyx
   * qhull-lfs.patch: enable large file support
   * cap-ld-precision.patch: fix test failures due to broken np.finfo on ppc
   * refresh patches and remove upstream applied:
 - BUG-fix-dependency-on-dict-ordering-in-test.patch
 - BUG-remove-inline-statement-rejected-by-cython.patch
 - fix-dbg-crash.patch
 - fix-f2py-dependencies.patch
 - fix-test_basic.py-cephes_vs_amos_mass_te.patch
 - python3.3-incdir.diff
   * Bump standard to 3.9.4, no changes required
   * drop unused sharutils build depend and python-profiler from suggests
   * use system python-six and python-decorator instead of embedded copies
   * don't install setup.py and generator scripts
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
 software.
Checksums-Sha1: 
 41267baa42b6a05646da13ffe9beba00585bab1e 2676 python-scipy_0.12.0-1.dsc
 1ba2e2fc49ba321f62d6f78a5351336ed2509af3 9095801 
python-scipy_0.12.0.orig.tar.gz
 e2088aeb8e58c2d8a2bcae5dd9f4ab36d677cad1 16538 
python-scipy_0.12.0-1.debian.tar.gz
 ebcd5ba8b8ad8d78a7dceb38c8e63d7f63b6c81b 9984712 
python-scipy_0.12.0-1_amd64.deb
 9088007da7e65b74df318ced196d09c1b9c707d8 14261624 
python3-scipy_0.12.0-1_amd64.deb
 1229958d2ba63e1794fa9abcbb4cc885b6e40ca2 16629050 
python-scipy-dbg_0.12.0-1_amd64.deb
 0368397b725575e6ae2a43787ccc4e8d080863c0 33384470 
python3-scipy-dbg_0.12.0-1_amd64.deb
Checksums-Sha256: 
 d62d14ec163f5b596cbb30e901cafc9ffbd5271f4651264abf2279360147614a 2676 
python-scipy_0.12.0-1.dsc
 b967e802dafe2db043cfbdf0043e1312f9ce9c1386863e1c801a08ddfccf9de6 9095801 
python-scipy_0.12.0.orig.tar.gz
 d99922c92e5f0ddb8220aa3892864cbe93c9ef6f691d5fb23b285753f58f8f04 16538 
python-scipy_0.12.0-1.debian.tar.gz
 26aa5a359420fff8a0cd4bb97d798392fe9d53d561a7e0f414f36ad091370c61 9984712 
python-scipy_0.12.0-1_amd64.deb
 1d3193dee8b096c6787b2c2ec84321ad46b412954d1f4a9eb126b8fb49f18409 14261624 
python3-scipy_0.12.0-1_amd64.deb
 cde0df52181f6892e345f429e446dc3f970749bf33ceda58fe98a06b85bb547a 16629050 
python-scipy-dbg_0.12.0-1_amd64.deb
 28505ca47f846a5d60b9385b17dfb25d2ffb975e1eadfaf7943fda444907bc5a 33384470 
python3-scipy-dbg_0.12.0-1_amd64.deb
Files: 
 41cd449f30286a3584367e549fe038ca 2676 python extra python-scipy_0.12.0-1.dsc
 8fb4da324649f655e8557ea92b998786 9095801 python extra 
python-scipy_0.12.0.orig.tar.gz
 737a47ed7022bb77a3951d2a8246b2be 16538 python extra 
python-scipy_0.12.0-1.debian.tar.gz
 f34233428f31e9f9eb6a5b758ac00218 9984712 python extra 
python-scipy_0.12.0-1_amd64.deb
 e0d7e23c5c2190c08d0097ce3422d167 14261624 python extra 
python3-scipy_0.12.0-1_amd64.deb
 ef582378083696a9dc4ef82e2f06cf13 16629050 debug extra 
python-scipy-dbg_0.12.0-1_amd64.deb
 a43db85ac29d1ab46c0be8759a06a5c5 33384470 debug extra 
python3-scipy-dbg_0.12.0-1_amd64.deb

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

iQIcBAEBCgAGBQJRz7mrAAoJEHA3PPEpDbnO0xIP/3QenLy9tc2TihppBzkUFF7q
NukPOLo7MDv7wZ5GCQF9q70fWUstY0UTwcIzXbCEycrpDxLabWTH25OU8QYjJ3cM
eu6C3tLM6q1S5sgWdg9f8FabxjsXHiHrvH4EI+6Ce6mBko4acVXqLjgINfqUGBIO
AtrfIiZPhW0zHJ1fJorIGIB2kIqX6GB4QYU4v0NxD1JYUj1AYEi3gR89Z2JQbhCY
rHg7OPs2FzDspRVP/K38jsWPXeEtOef8kKEAf3/Zuw7lT9ylAYZ6xiOzg/lXFKff
iMznKYFDgFaQP6h40rOLpSRuPYQTmxgNTPMcZ6K8DXUsqFqfefCnJ/Ex4NXe2Fii
vDXmLPB7LkoEpjWYAFFGJhM+gw80/We2PG+NxY+GjxFdFyrc0a5bQF1oAz/VWLBZ
1/Z0GSSwQWsSjz6JDEZHYPbNgTX4meyYPYjnxtRUMNxKmA66FcuSksfleQ++3dvD
64i20MeD0yDiIz6QuktzUXiL/+C3Fkxl12Es2m64b7Tk31VyNwSlWrEs4wlah3Wh
fd9auhHe+XbNlv8gAhvlsHGKNGjekC7AoIHAVw0XdxPZFNbe7CYaAA+OOasNWeHs
TfNjzy7D2Of4/Ld3dMt91o0Y93+CngGLzKlLJuHs4g/BKcWBxcS2q+rH2ItF6gSL
MkspGrMwezNOEo8xL06+
=6VQd
-END PGP SIGNATURE-


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