Bootstrappable Debian - a decision is needed, patches exist

2013-10-15 Thread Johannes Schauer
Hi,

This email is a follow up on the thread started January 2013 [1]. In summary:
it seems that the ability to bootstrap Debian from scratch and the requirement
to extend the Build-Depends syntax meet general agreement.

What is yet to be decided is the concrete format for the Build-Depends syntax 
extension. The first proposals suggested a syntax which looked like

Build-Depends: foo [amd64] !stage1

Which would indicate that the build dependency foo would not apply if the
build profile called stage1 is activated. It was critisized [2] that this
syntax wastes a meta character and thus prohibits future extensions of the
Build-Depends syntax. Therefore the second proposal (finalised at debconf13)
looked like this:

Build-Depends: foo [amd64] [!profile.stage1]

The rectangular brackets are reused and a prefixed namespace is used to
indicate that stage1 is a build profile name. We hoped this would be the
final spec, given the previous discussion, but those brackets also got some
pushback [3] and thus the third version was born:

Build-Depends: foo [amd64] !profile.stage1

We wrote down the last two options in form of a spec on the Debian wiki [11].

Patches for dpkg, python-debian, apt and sbuild implementing the original
format have existed for years [4]. Patches for the new formats have existed for
some time as well [5]. They are surely not perfect but we would like to get
them into a state in which they can be integrated into dpkg. But for that we
need some feedback from the dpkg devs as well as a final decision of the Debian
community about which syntax to choose. We are writing to d-devel this time
because the thread on d-dpkg [6,7] has been dormant for a month once again.
Maybe bringing this issue to a wider audience will help make a decision on this
problem. The results from two years of GSoC [8,9] as well as the year long
efforts of others [10] cannot bear any fruit without this issue finally being
taken care of.

Thank you!

josch  wookey

[1] http://lists.debian.org/20130115181840.GA16417@hoothoot
[2] http://lists.debian.org/20726.45081.38709.233...@chiark.greenend.org.uk
[3] http://lists.debian.org/20130816121504.gb20...@gaara.hadrons.org
[4] http://people.debian.org/~wookey/bootstrap/patches/profiles/tools/
[5] http://lists.debian.org/20130917103117.2726.40546@hoothoot
[6] http://lists.debian.org/20130419194252.17205.76995@hoothoot
[7] http://lists.debian.org/debian-dpkg/2013/08/msg00019.html
[8] http://www.alkmim.eti.br/~alkmim/gitrepo/autobootstrap.git
[9] https://gitorious.org/debian-bootstrap/botch
[10] http://people.debian.org/~wookey/bootstrap
[11] https://wiki.debian.org/BuildProfileSpec


--
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/20131015060337.7934.42627@hoothoot



Bug#726376: ITP: puppet-module-puppetlabs-mysql -- The mysql module let you manage mysql with puppet

2013-10-15 Thread Thomas Bechtold
Package: wnpp
Severity: wishlist
Owner: Thomas Bechtold thomasbecht...@jpberlin.de

* Package name: puppet-module-puppetlabs-mysql
  Version : 2.0.0
  Upstream Author : Puppetlabs
* URL : http://forge.puppetlabs.com/puppetlabs/mysql
* License : Apache-2.0
  Programming Lang: Ruby
  Description : The mysql module let you manage mysql with puppet

The MySQL module manages both the installation and configuration of MySQL
as well as extends Pupppet to allow management of MySQL resources,
such as databases, users, and grants.


-- 
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/20131015060453.4440.60615.reportbug@steinpilz



Re: Bootstrappable Debian - a decision is needed, patches exist

2013-10-15 Thread YunQiang Su
On Tue, Oct 15, 2013 at 2:03 PM, Johannes Schauer j.scha...@email.de wrote:
 Hi,

 This email is a follow up on the thread started January 2013 [1]. In summary:
 it seems that the ability to bootstrap Debian from scratch and the requirement
 to extend the Build-Depends syntax meet general agreement.

 What is yet to be decided is the concrete format for the Build-Depends syntax 
 extension. The first proposals suggested a syntax which looked like

 Build-Depends: foo [amd64] !stage1
I'd prefer Build-Depends-Stage1 if possible.
When bootstrap, dpkg only ask for these build-depends while for normal build,
dpkg should merge Build-Depends-Stage1 and Build-Depends.

 Which would indicate that the build dependency foo would not apply if the
 build profile called stage1 is activated. It was critisized [2] that this
 syntax wastes a meta character and thus prohibits future extensions of the
 Build-Depends syntax. Therefore the second proposal (finalised at debconf13)
 looked like this:

 Build-Depends: foo [amd64] [!profile.stage1]

 The rectangular brackets are reused and a prefixed namespace is used to
 indicate that stage1 is a build profile name. We hoped this would be the
 final spec, given the previous discussion, but those brackets also got some
 pushback [3] and thus the third version was born:

 Build-Depends: foo [amd64] !profile.stage1

 We wrote down the last two options in form of a spec on the Debian wiki [11].

 Patches for dpkg, python-debian, apt and sbuild implementing the original
 format have existed for years [4]. Patches for the new formats have existed 
 for
 some time as well [5]. They are surely not perfect but we would like to get
 them into a state in which they can be integrated into dpkg. But for that we
 need some feedback from the dpkg devs as well as a final decision of the 
 Debian
 community about which syntax to choose. We are writing to d-devel this time
 because the thread on d-dpkg [6,7] has been dormant for a month once again.
 Maybe bringing this issue to a wider audience will help make a decision on 
 this
 problem. The results from two years of GSoC [8,9] as well as the year long
 efforts of others [10] cannot bear any fruit without this issue finally being
 taken care of.

 Thank you!

 josch  wookey

 [1] http://lists.debian.org/20130115181840.GA16417@hoothoot
 [2] http://lists.debian.org/20726.45081.38709.233...@chiark.greenend.org.uk
 [3] http://lists.debian.org/20130816121504.gb20...@gaara.hadrons.org
 [4] http://people.debian.org/~wookey/bootstrap/patches/profiles/tools/
 [5] http://lists.debian.org/20130917103117.2726.40546@hoothoot
 [6] http://lists.debian.org/20130419194252.17205.76995@hoothoot
 [7] http://lists.debian.org/debian-dpkg/2013/08/msg00019.html
 [8] http://www.alkmim.eti.br/~alkmim/gitrepo/autobootstrap.git
 [9] https://gitorious.org/debian-bootstrap/botch
 [10] http://people.debian.org/~wookey/bootstrap
 [11] https://wiki.debian.org/BuildProfileSpec


 --
 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/20131015060337.7934.42627@hoothoot




-- 
YunQiang Su


-- 
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/CAKcpw6VGjrC=++ka2cjq8bp6r8w8y4odviddtfr2nunsjlk...@mail.gmail.com



Re: Bootstrappable Debian - a decision is needed, patches exist

2013-10-15 Thread Johannes Schauer
Hi,

Quoting YunQiang Su (2013-10-15 08:08:52)
 On Tue, Oct 15, 2013 at 2:03 PM, Johannes Schauer j.scha...@email.de wrote:
  What is yet to be decided is the concrete format for the Build-Depends
  syntax extension. The first proposals suggested a syntax which looked like
 
  Build-Depends: foo [amd64] !stage1
 I'd prefer Build-Depends-Stage1 if possible.
 When bootstrap, dpkg only ask for these build-depends while for normal build,
 dpkg should merge Build-Depends-Stage1 and Build-Depends.

this approach does not work because it does not allow to specify additional
dependencies for when a source package is compiled with a certain profile
activated.

The Build-Depends-Stage1 field name was used in earlier proposals with a
different meaning. Instead of making the final build dependencies the union of
Build-Depends and Build-Depends-Stage1 as you proposed, Build-Depends-Stage1
contained all dependencies necessary for the build profile stage1. When doing
a normal build, only the Build-Depends would be used. When building with the
build profile stage1 activated only the Build-Depends-Stage1 would be used.
This solves the problem I explained above which your solution has.

This Build-Depends-Stage1 format was abolished in favor of the syntax additions
explained in my last email because of the following reasons:

 - it requires variable field names to match all possible profiles
 - it requires a near duplication of the Build-Depends field which is highly
   prone to bitrot
 - it does not work with multiple profiles activated at the same time

For a full history of the development of this see

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661538

cheers, josch


--
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/20131015063400.7934.32962@hoothoot



Re: Bits from the Release Team (Jessie freeze info)

2013-10-15 Thread Vincent Bernat
 ❦ 14 octobre 2013 10:19 CEST, Thijs Kinkhorst th...@debian.org :

 As a Brit I guess I'm as surprised by people not knowing this as some US
 folks are when I don't have plans for the 4th July. The pleasures of an
 international project

 Everyone will find the 5 December milestone easy to remember; perhaps with
 the exception of those not living in the Netherlands or on the Netherlands
 Antilles.

http://what-if.xkcd.com/53/ ;-)
-- 
 /* Identify the flock of penguins.  */
2.2.16 /usr/src/linux/arch/alpha/kernel/setup.c


signature.asc
Description: PGP signature


Bug#726386: ITP: pyqi -- Python framework for wrapping general commands in multiple interfaces

2013-10-15 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: pyqi
  Version : 0.2.0
  Upstream Author : BiPy Development Team gregcapor...@gmail.com
* URL : http://bipy.github.io/pyqi/doc/
* License : BSD-like
  Programming Lang: Python
  Description : Python framework for wrapping general commands in multiple 
interfaces
 pyqi (canonically pronounced pie chee) is a Python framework designed to
 support wrapping general commands in multiple types of interfaces, including
 at the command line, HTML, and API levels.
 .
 pyqi’s only requirement is a working Python 2.7 installation.


The package is a dependency of the new version of python-biom-format and
was originally packaged by Tim Booth from BioLinux in the Debian Med VCS
where it is available at

   svn://anonscm.debian.org/debian-med/trunk/packages/pyqi/trunk/

The package is ready for upload - thanks to Tim for his initial work.

Kind regards

  Andreas.


-- 
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/20131015083205.23852.77229.report...@mail.an3as.eu



Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Jarkko Palviainen
Package: general
Severity: normal

Some of the source packages were caught on a gateway anti-virus scanner while
downloading.

These are the exact downloads:

http://ftp.fi.debian.org/debian/pool/main/libm/libmime-explode-perl/libmime-
explode-perl_0.39.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/p/pymilter/pymilter_0.9.5.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/libm/libmail-deliverystatus-
bounceparser-perl/libmail-deliverystatus-bounceparser-perl_1.531.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/l/linkchecker/linkchecker_7.9.orig.tar.bz2

I also uploaded the archives to virustotal.com for scanning with multiple
vendors:
https://www.virustotal.com/en/file/2403530b352c591464b96b37173031749c993967ed6e1375b6d295ef84576ac9/analysis/
https://www.virustotal.com/en/file/2edb67ca8b8831991d7ba24092829e775355e5a35aeae61cac52de0dc82b2fd5/analysis/
https://www.virustotal.com/en/file/af45514ed8ad5491c8dd1d682a5061c79f624e1789abef3f27e92bcd3653c052/analysis/
https://www.virustotal.com/en/file/7bb478a4f9512e1dfe77c658f0410d62d9af91cedc35ee7aaaff6bc9a56d7f85/analysis/

I looked into one of these, libmail-deliverystatus-bounceparser-
perl_1.531.orig.tar.gz, and found multipart email file containing zip
attachment. Inside this archive is a .pif file (PE32 executable for MS Windows)
which is detected as Win32.Worm.Mytob.EF.

This doesn't look like a false positive. I hope that the source packages would
be sanitized from any actual malware samples.



-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
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/20131015102815.23380.68872.report...@debian.f-secure.com



Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Dominik George
Hi,

I have looked into this a bit.

 Some of the source packages were caught on a gateway anti-virus scanner while
 downloading.

Using a gateway anti-virus scanner for downloads from the Debian archive
seems a bit inappropriate, well, paranoid. Checking the signed hashsums
would seem a lot better to verify the downloads; if Debian's
infrastructure were compromised so viruses could get in *and* be signed,
we and you have other problems.

 http://ftp.fi.debian.org/[...]

If you suspect an issue with the Debian archive, please test against 
ftp.debian.org.

 I looked into one of these, libmail-deliverystatus-bounceparser-
 perl_1.531.orig.tar.gz, and found multipart email file containing zip
 attachment. Inside this archive is a .pif file (PE32 executable for MS 
 Windows)
 which is detected as Win32.Worm.Mytob.EF.

Yes, and the package carries it because it needs it in its operation.
Have you read the README file?

 This doesn't look like a false positive.

It isn't a false positive in that regard that the package *does* in fact
contain the virus sample. However, it *is* a false positive, as the
sample is there intentionally, and no virus scanner can guess the reason
why it is there. It does no harm in the location where it is, it will
not spread, so is it in fact a virus? No, it isn't.

 I hope that the source packages would be sanitized from any actual
 malware samples.

If a package has to contain virus samples for its operation, then how
should anyone sanitize it?

You just found one more reason why anti-virus sucks.

(JM2C, I am not a Debian release engineer or DD.)

Cheers,
Nik

-- 
burny Ein Jabber-Account, sie alle zu finden; ins Dunkel zu treiben
und ewig zu binden; im NaturalNet, wo die Schatten droh'n ;)!

PGP-Fingerprint: 3C9D 54A4 7575 C026 FB17  FD26 B79A 3C16 A0C4 F296


signature.asc
Description: Digital signature


Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Scott Kitterman
Pymilter is a false positive. 


-- 
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/fe0156c2-4f46-448c-b585-6323a1778...@email.android.com



Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Thijs Kinkhorst
On Tue, October 15, 2013 12:54, Dominik George wrote:
 I looked into one of these, libmail-deliverystatus-bounceparser-
 perl_1.531.orig.tar.gz, and found multipart email file containing zip
 attachment. Inside this archive is a .pif file (PE32 executable for MS
 Windows)
 which is detected as Win32.Worm.Mytob.EF.

 Yes, and the package carries it because it needs it in its operation.
 Have you read the README file?

I have in fact read the README and it doesn't seem to mention anything
about this, it doesn't even have the word virus at all.

 This doesn't look like a false positive.

 It isn't a false positive in that regard that the package *does* in fact
 contain the virus sample. However, it *is* a false positive, as the
 sample is there intentionally, and no virus scanner can guess the reason
 why it is there. It does no harm in the location where it is, it will
 not spread, so is it in fact a virus? No, it isn't.

I'm missing why the package cannot use the EICAR test virus signature for
its purposes.


Thijs


-- 
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/54f73ee1a529788f845b9918870d74b3.squir...@aphrodite.kinkhorst.nl



mips64el port build failed list

2013-10-15 Thread YunQiang Su
We are working on the port of mips64el, and the progress is quite good.

We have about 11000 packages to build for this port.
About 2666 packages are not in build queue, due to lack of build-deps
About 695 packages are building or waiting or attempted
   or failed to build due to something wrong
The others are successfully built (maybe with our patches)

http://192.168.252.248/attempted/0_attempted.txt
is the list of packages which have tried to build while failed,
which is so called attempted in sbuild.

The buildlog of these packages can be found in
 http://vip.moonux.org/attempted/

The help of to fix these build is warm welcomed.

-- 
YunQiang Su


-- 
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/cakcpw6u4hxoljori3ow9efrbxga-estrlqgpybdaqi4x2jj...@mail.gmail.com



Bug#726397: ITP: libmateweather -- MateWeather shared library

2013-10-15 Thread Vangelis Mouhtsis
Package: wnpp
Severity: wishlist
Owner: Vangelis Mouhtsis vange...@gnugr.org

* Package name: libmateweather
  Version : 1.6.1
  Upstream Author : Stefano Karapetsas stef...@karapetsas.com
* URL : http://mate-desktop.org/
* License : LGPL
  Programming Lang: C
  Description : MATE Window Navigator Construction Kit

  This package contains the shared library for the base MATE library
  functions.
  .
  A library to use for writing pagers and task lists.


-- 
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/20131015114620.4515.89520.report...@server.lan



Re: Bootstrappable Debian - a decision is needed, patches exist

2013-10-15 Thread Ben Hutchings
On Tue, 2013-10-15 at 08:03 +0200, Johannes Schauer wrote:
[...]
 But for that we
 need some feedback from the dpkg devs as well as a final decision of the 
 Debian
 community about which syntax to choose.
[...]

You, and the dpkg maintainers, are the ones that understand the
consequences of the different syntaxes.  Don't invite bikeshedding.

If the dpkg maintainers refuse to make a decision then you should go to
the technical committee.  Hopefully that will not be necessary.

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.


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


Re: Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Dominique Dumont
On Tuesday 15 October 2013 13:19:38 Thijs Kinkhorst wrote:
  It isn't a false positive in that regard that the package *does* in fact
  contain the virus sample. However, it *is* a false positive, as the
  sample is there intentionally, and no virus scanner can guess the reason
  why it is there. It does no harm in the location where it is, it will
  not spread, so is it in fact a virus? No, it isn't.
 
 I'm missing why the package cannot use the EICAR test virus signature for
 its purposes.

In libmail-deliverystatus-bounceparser-perl case, the virus is used on the 
non-regressions test which are shipped in the original tarball (and in Debian 
*source* package). This virus is *not* shipped in Debian binary package.

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


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



Re: Bug#726397: ITP: libmateweather -- MateWeather shared library

2013-10-15 Thread Jonathan Dowland
On Tue, Oct 15, 2013 at 02:46:20PM +0300, Vangelis Mouhtsis wrote:
   This package contains the shared library for the base MATE library
   functions.
   .
   A library to use for writing pagers and task lists.

You've copied-and-pasted the longdesc for libmatewnck, libmateweather
doesn't do this.

This reads better imho (for libmatewnck):

   A library to use for writing pagers and task lists.

(adapted from libwnck-3-0)

Or for libmateweather:

  libmateweather is a library to access weather information from online
  services for numerous locations.

(adapted from libgweather-3-0)

I suggest you then suffix a short common paragraph descripting what MATE is
to every MATE-related package's long description. Something like

  .
  MATE is an intuitive and attractive desktop environment. MATE began
  as a fork of GNOME 2.


-- 
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/20131015121416.GA24126@debian



Bug#726393: marked as done (general: Possible malware infections in source packages)

2013-10-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Oct 2013 14:12:48 +0200
with message-id 201310151412.51775.hol...@layer-acht.org
and subject line Re: Bug#726393: general: Possible malware infections in source 
packages
has caused the Debian Bug report #726393,
regarding general: Possible malware infections in source packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
726393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: general
Severity: normal

Some of the source packages were caught on a gateway anti-virus scanner while
downloading.

These are the exact downloads:

http://ftp.fi.debian.org/debian/pool/main/libm/libmime-explode-perl/libmime-
explode-perl_0.39.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/p/pymilter/pymilter_0.9.5.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/libm/libmail-deliverystatus-
bounceparser-perl/libmail-deliverystatus-bounceparser-perl_1.531.orig.tar.gz
http://ftp.fi.debian.org/debian/pool/main/l/linkchecker/linkchecker_7.9.orig.tar.bz2

I also uploaded the archives to virustotal.com for scanning with multiple
vendors:
https://www.virustotal.com/en/file/2403530b352c591464b96b37173031749c993967ed6e1375b6d295ef84576ac9/analysis/
https://www.virustotal.com/en/file/2edb67ca8b8831991d7ba24092829e775355e5a35aeae61cac52de0dc82b2fd5/analysis/
https://www.virustotal.com/en/file/af45514ed8ad5491c8dd1d682a5061c79f624e1789abef3f27e92bcd3653c052/analysis/
https://www.virustotal.com/en/file/7bb478a4f9512e1dfe77c658f0410d62d9af91cedc35ee7aaaff6bc9a56d7f85/analysis/

I looked into one of these, libmail-deliverystatus-bounceparser-
perl_1.531.orig.tar.gz, and found multipart email file containing zip
attachment. Inside this archive is a .pif file (PE32 executable for MS Windows)
which is detected as Win32.Worm.Mytob.EF.

This doesn't look like a false positive. I hope that the source packages would
be sanitized from any actual malware samples.



-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Hi,

On Dienstag, 15. Oktober 2013, Jarkko Palviainen wrote:
 Package: general
 Severity: normal
 
 Some of the source packages were caught on a gateway anti-virus scanner
 while downloading.
 
This is not a general bug in Debian. It *might* be bugs in the relevant source 
packages, but AFAICS these sources include these _examples_ for a reason, thus 
closing this bug. Feel free to file individual bugs against the relevant 
packages though.


cheers,
Holger


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


Re: Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Thijs Kinkhorst
On Tue, October 15, 2013 14:09, Dominique Dumont wrote:
 In libmail-deliverystatus-bounceparser-perl case, the virus is used on the
 non-regressions test which are shipped in the original tarball (and in
 Debian *source* package). This virus is *not* shipped in Debian binary
 package.

I'm still not sure why the virus contained in the source could not be
replaced by the EICAR test signature.

Setting off false positive alarms masks true positives so should be
avoided as much as possible.

The EICAR test signature exists exactly for the purpose of tests. I would
consider any other virus sample shipped by Debian, beit source or binary,
a bug and I invite Jarkko to report them as such against the respective
packages, so they can be solved in coordination with their upstreams.


Cheers,
Thijs


-- 
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/feddfe6413aac40df1f273906a8e30a2.squir...@aphrodite.kinkhorst.nl



Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Jarkko Palviainen

On 10/15/2013 03:09 PM, Dominique Dumont wrote:

On Tuesday 15 October 2013 13:19:38 Thijs Kinkhorst wrote:

It isn't a false positive in that regard that the package *does* in fact
contain the virus sample. However, it *is* a false positive, as the
sample is there intentionally, and no virus scanner can guess the reason
why it is there. It does no harm in the location where it is, it will
not spread, so is it in fact a virus? No, it isn't.


I'm missing why the package cannot use the EICAR test virus signature for
its purposes.


In libmail-deliverystatus-bounceparser-perl case, the virus is used on the
non-regressions test which are shipped in the original tarball (and in Debian
*source* package). This virus is *not* shipped in Debian binary package.

HTH



OK, you have already closed the ticket. I was expecting to find a 
general policy of maintainers should not allow malware from upstream 
but apparently this not desired or the discussion belongs to somewhere else.


It doesn't really matter what is the intention; you are still allowing 
spreading malware and potentially infecting users as they are publicly 
accessible. Just fetching the source package will give you this nice 
surprise.


In most cases, samples can be replaced with EICAR or equivalent to 
trigger the expected result, or tested with unit tests and proper mocking.



--
Jarkko Palviainen
Software Engineer, Linux Team
F-Secure Corporation


--
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/525d3ab6.4050...@f-secure.com



Bug#726405: ITP: libmateweather -- MateWeather shared library

2013-10-15 Thread Vangelis Mouhtsis
Package: wnpp
Severity: wishlist
Owner: Vangelis Mouhtsis vange...@gnugr.org

* Package name: libmateweather
  Version : 1.6.1
  Upstream Author : Stefano Karapetsas stef...@karapetsas.com
* URL : http://mate-desktop.org
* License : LGPL
  Programming Lang: C
  Description : MateWeather shared library

  libmateweather is a library to access weather information from online
  services for numerous locations.
  .
  MATE is an intuitive and attractive desktop environment. MATE began
  as a fork of GNOME 2.


-- 
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/20131015132458.4986.4177.report...@server.lan



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Andreas Tille
Hi Niels,

[sorry for the late reply I was on vac]

On Sun, Oct 06, 2013 at 09:52:17AM +0200, Niels Thykier wrote:
 
 Andreas Tille ti...@debian.org
gdpc: bugs 713652, flagged for removal in 8.3 days

Fixed.

gwyddion: bugs 713565, flagged for removal in 8.3 days

Hmmm, that's really strange.  The bug report was closed

   Sat, 29 Jun 2013 13:07:42 +0200

Seems something is wrong with the script.

praat: bugs 713597, flagged for removal in 8.3 days

We'll care about this in Debian Med team.

r-other-mott-happy: bugs 709190,713284, flagged for removal in 8.3 days

Besides the fact that this package should actually removed from testing
(perhaps even from Debian - the actual Uploader in our team should take
action about this) I noticed that something seems to be wrong in
rendering the BTS page.  While the first bug (#709190) is mentioned
the second one (#713284) is missing on the BTS page:

   http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=r-other-mott-happy

Any explanation for this?

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/20131015133558.gi23...@an3as.eu



Re: mips64el port build failed list

2013-10-15 Thread Adam D. Barratt

On 2013-10-15 12:33, YunQiang Su wrote:

http://192.168.252.248/attempted/0_attempted.txt
is the list of packages which have tried to build while failed,
which is so called attempted in sbuild.


That's a private IP address, so not that helpful to others. :-) There 
is a file named 0_attempted.txt at the other URL you mentioned:



The buildlog of these packages can be found in
 http://vip.moonux.org/attempted/


Regards,

Adam


--
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/b86d78c29951c167d169655a0b898...@mail.adsl.funky-badger.org



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Niels Thykier
On 2013-10-15 15:35, Andreas Tille wrote:
 Hi Niels,
 
 [sorry for the late reply I was on vac]
 

Hi,

No worries.

 On Sun, Oct 06, 2013 at 09:52:17AM +0200, Niels Thykier wrote:

 Andreas Tille ti...@debian.org
gdpc: bugs 713652, flagged for removal in 8.3 days
 
 Fixed.
 

Thank you,

gwyddion: bugs 713565, flagged for removal in 8.3 days
 
 Hmmm, that's really strange.  The bug report was closed
 
Sat, 29 Jun 2013 13:07:42 +0200
 
 Seems something is wrong with the script.
 

I am more inclined to believe that you experienced one of the quirks of
the Debian BTS.  According to the BTS, it is:


Fixed in version src:gwyddion/2.28-2


In the bottom of the bug log you will find:


No longer marked as found in versions gwyddion/2.28-2


meaning that the bug was (or, rather, used to be) marked as fixed in
the same version as it was found.  The BTS handles this by *silently
ignoring the fixed version* and thus concluding the bug is still in
2.28-2.  It then hands that off to Britney and the auto-removal script,
which will consider 2.28-2 as buggy as well.

praat: bugs 713597, flagged for removal in 8.3 days
 
 We'll care about this in Debian Med team.
 

\o/

r-other-mott-happy: bugs 709190,713284, flagged for removal in 8.3 days
 
 Besides the fact that this package should actually removed from testing
 (perhaps even from Debian - the actual Uploader in our team should take
 action about this) I noticed that something seems to be wrong in
 rendering the BTS page.  While the first bug (#709190) is mentioned
 the second one (#713284) is missing on the BTS page:
 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=r-other-mott-happy
 
 Any explanation for this?
 

Well, they are merged into each other and thus the BTS decided only to
show one of them in the bug page.  However, both bugs appear when you
reference then directly via [1] and [2].

 Kind regards
 
   Andreas.
 


~Niels

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713284

[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709190



-- 
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/525d48df.3060...@thykier.net



Re: mips64el port build failed list

2013-10-15 Thread YunQiang Su
On Tue, Oct 15, 2013 at 9:53 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 On 2013-10-15 12:33, YunQiang Su wrote:

 http://192.168.252.248/attempted/0_attempted.txt
sorry for me, it should be
http://vip.moonux.org/attempted/0_attempted.txt
 is the list of packages which have tried to build while failed,
 which is so called attempted in sbuild.


 That's a private IP address, so not that helpful to others. :-) There is a
 file named 0_attempted.txt at the other URL you mentioned:


 The buildlog of these packages can be found in
  http://vip.moonux.org/attempted/


 Regards,

 Adam


 --
 To UNSUBSCRIBE, email to debian-mips-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/b86d78c29951c167d169655a0b898...@mail.adsl.funky-badger.org




-- 
YunQiang Su


-- 
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/cakcpw6wyph7smcdzmvchy6xvzal2qnrnzvowibmu8ninyfn...@mail.gmail.com



Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Adam D. Barratt

On 2013-10-15 11:54, Dominik George wrote:
[Jarkko Palviainen; attribution lost in quoted mail]

http://ftp.fi.debian.org/[...]


If you suspect an issue with the Debian archive, please test against
ftp.debian.org.


That's not particularly great advice. ftp.debian.org is just another 
mirror[tm]; see the where to mirror from section of 
http://www.debian.org/mirror/ftpmirror


Regards,

Adam


--
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/d97887fdf723e27757a7885d369c9...@mail.adsl.funky-badger.org



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Andreas Tille
Hi,

On Tue, Oct 15, 2013 at 03:53:35PM +0200, Niels Thykier wrote:
 gwyddion: bugs 713565, flagged for removal in 8.3 days
  
  Hmmm, that's really strange.  The bug report was closed
  
 Sat, 29 Jun 2013 13:07:42 +0200
  
  Seems something is wrong with the script.
  
 
 I am more inclined to believe that you experienced one of the quirks of
 the Debian BTS.  According to the BTS, it is:
 
 
 Fixed in version src:gwyddion/2.28-2
 
 
 In the bottom of the bug log you will find:
 
 
 No longer marked as found in versions gwyddion/2.28-2
 
 
 meaning that the bug was (or, rather, used to be) marked as fixed in
 the same version as it was found.  The BTS handles this by *silently
 ignoring the fixed version* and thus concluding the bug is still in
 2.28-2.  It then hands that off to Britney and the auto-removal script,
 which will consider 2.28-2 as buggy as well.

Ahhh, I was missing this somehow.  I rebuilded the current package
2.32-2 in testing and unstable without any problem and thus closed
the bug (now hopefully for all versions).

  rendering the BTS page.  While the first bug (#709190) is mentioned
  the second one (#713284) is missing on the BTS page:
  
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=r-other-mott-happy
  
  Any explanation for this?
  
 
 Well, they are merged into each other and thus the BTS decided only to
 show one of them in the bug page.  However, both bugs appear when you
 reference then directly via [1] and [2].

Hmm, OK, I have noticed the merge.  However, the BTS behaviour seems to
be new to me.  But thinking about it it is reasonable.

Thanks for all your release team work

 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/20131015144308.go23...@an3as.eu



Re: mips64el port build failed list

2013-10-15 Thread Paul Wise
On Tue, Oct 15, 2013 at 7:33 PM, YunQiang Su wrote:

 We are working on the port of mips64el, and the progress is quite good.

Please add that to debian-ports.org so that maintainers can find
failed build logs linked from the PTS and work on fixing the issues.
Until you are able to add mips64el to debian-ports.org, please at
least provide the output of the dd-list command so that pro-active
maintainers can fix issues early. Do you have a machine that
maintainers can access to port their packages to mips64el?

Please add your architecture characteristics here:

https://wiki.debian.org/ArchitectureSpecificsMemo

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#726412: ITP: liblog-any-adapter-filehandle-perl -- basic Log::Any::Adapter to forward messages to a filehandle

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblog-any-adapter-filehandle-perl
  Version : 0.008
  Upstream Author : Jason Rodrigues jasonjayr+...@gmail.com
* URL :
  https://metacpan.org/release/Log-Any-Adapter-FileHandle
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : basic Log::Any::Adapter to forward messages to a
  filehandle

Log::Any::Adapter::FileHandle is a basic adapter that will simply
forward log messages to a filehandle, or any object that supports a
'print' method (IO::String, IO::Socket::INET, Plack's
$env-{psgi.errors} object, etc).

I've created it so that my scripts running under daemontools or runit
can output messages to locally defined logs. It does not timestamp
messages, that responsibility is delegated to the external log capture
mechanism.




signature.asc
Description: PGP signature


Re: Bug#726393: general: Possible malware infections in source packages

2013-10-15 Thread Thorsten Glaser
Jarkko Palviainen jarkko.palviainen at f-secure.com writes:

 I looked into one of these, libmail-deliverystatus-bounceparser-
 perl_1.531.orig.tar.gz, and found multipart email file containing zip
 attachment. Inside this archive is a .pif file (PE32 executable for MS
Windows)
 which is detected as Win32.Worm.Mytob.EF.
 
 This doesn't look like a false positive.

And yet, it’s totally legit: the file in question is an eMail archive
of a mail containing such virus for other platform, in order to test
against it so that the Perl script in question doesn’t exhibit any
bugs wrt. that.

 I hope that the source packages would
 be sanitized from any actual malware samples.

It’s not Malware if you’re running Debian.

bye,
//mirabilos


-- 
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/loom.20131015t172545-...@post.gmane.org



Bug#726414: ITP: libfailures-perl -- minimalist exception hierarchy generator

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfailures-perl
  Version : 0.002
  Upstream Author : David Golden dagol...@cpan.org
* URL : https://metacpan.org/release/failures
* License : Apache-2.0
  Programming Lang: Perl
  Description : minimalist exception hierarchy generator

This module lets you define an exception hierarchy quickly and simply.

Here were my design goals:

 • minimalist interface
 • 80% of features in 20% of lines of code
 • depend only on core modules (nearly achieved)
 • support hierarchical error types
 • identify errors types by name (class) not by parsing strings
 • leave (possibly expensive) trace decisions to the thrower




signature.asc
Description: PGP signature


Bug#726415: ITP: libdata-hal-perl -- module implementing the Hypertext Application Language data format

2013-10-15 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Package: wnpp
Owner: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) da...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdata-hal-perl
  Version : 1.000
  Upstream Author : Lars Dɪᴇᴄᴋᴏᴡ da...@cpan.org
* URL : https://metacpan.org/release/Data-HAL
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module implementing the Hypertext Application
  Language data format

HAL is a format you can use in your hypermedia API.




signature.asc
Description: PGP signature


Bug#726419: ITP: python-braintree -- Braintree Python library

2013-10-15 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: python-braintree
  Version : 2.23.0
  Upstream Author : Braintree Payment Solutions
* URL : https://www.braintreepayments.com/docs/python
* License : MIT
  Programming Lang: Python
  Description : Braintree Python library

 The Braintree library provides integration access to the Braintree
 Gateway. This module enables a web application to accept payment
 through such commercial, full-stack payments platform.


-- 
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/20131015155001.26789.75219.reportbug@glowworm-ThinkPad-L430



Re: mips64el port build failed list

2013-10-15 Thread Javier Vasquez
On Tue, Oct 15, 2013 at 5:33 AM, YunQiang Su wzss...@gmail.com wrote:
 We are working on the port of mips64el, and the progress is quite good.

Are they compiled with n64 abi, or with n32 abi?  The arch name is
confusing at times.

Thanks,

Javier.


-- 
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/calurrgftjy-jajv8iyuqaesrrgohusw4za3bhalfq1i0hyq...@mail.gmail.com



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Kevin Chadwick
xxxterm: bugs 718074, flagged for removal in 8.3 days

I use debian offline so it is of no consequence to me however I
just wanted to say.

xxxterm (now xombrero) is by far my favourite browser and rediculously
faster than any other browser whilst still being highly useful and with
better whitelisting control (javascript, cookies) by default too. Not a
user interface for everyone in being primarily keyboard based but
highly functional.

In fact where firefox is almost useless on an old thinkpad, xombrero
is quite snappy.

-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)

In Other Words - Don't design like polkit or systemd
___


-- 
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/380101.59925...@smtp145.mail.ir2.yahoo.com



Re: mips64el port build failed list

2013-10-15 Thread Aron Xu
On Wed, Oct 16, 2013 at 12:06 AM, Javier Vasquez
j.e.vasque...@gmail.com wrote:
 On Tue, Oct 15, 2013 at 5:33 AM, YunQiang Su wzss...@gmail.com wrote:
 We are working on the port of mips64el, and the progress is quite good.

 Are they compiled with n64 abi, or with n32 abi?  The arch name is
 confusing at times.

 Thanks,

 Javier.


They are compiled with the n64 abi, using mips64r2 instruction set
currently. The instruction set may be changed later (rebuild) before
introducing it to debian-ports.org as mips64r2 is a quite new
instruction to many hardware that is 64bit capable but only supports
mips3.

Regards,
Aron Xu


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAMr=8w4dnrtgru2aa6zhhsr3xw4m_8lme7wxjkxug-e9c8x...@mail.gmail.com



Bug#726432: ITP: libjdom2-java -- Java API for accessing, manipulating and outputting XML data

2013-10-15 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg ebo...@apache.org

* Package name: libjdom2-java
  Version : 2.0.5
  Upstream Author : Jason Hunter, Rolf Lear
* URL : http://www.jdom.org
* License : BSD
  Programming Lang: Java
  Description : Java API for accessing, manipulating and outputting
XML data

JDOM provides a solution for using XML from Java that is as simple as
Java itself.

There is no compelling reason for a Java API to manipulate XML to be
complex, tricky, unintuitive, or a pain in the neck. JDOM is both
Java-centric and Java-optimized. It behaves like Java, it uses Java
collections, it is completely natural API for current Java developers,
and it provides a low-cost entry point for using XML.

While JDOM interoperates well with existing standards such as the Simple
API for XML (SAX) and the Document Object Model (DOM), it is not an
abstraction layer or enhancement to those APIs. Rather, it provides a
robust, light-weight means of reading and writing XML data without the
complex and memory-consumptive options that current API offerings provide.

This package is a spin-off of libjdom1-java. The new 2.0 API is not
compatible with the previous one and requires a new package.


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



Bug#726393: Info received (Bug#726393: general: Possible malware infections in source packages)

2013-10-15 Thread Scott Kitterman
Boots fine if the image is not persistent. 


-- 
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/0c081e4b-992d-4c1e-8eb4-6b3884e5b...@email.android.com



Bug#726393: Info received (Bug#726393: general: Possible malware infections in source packages)

2013-10-15 Thread Scott Kitterman


Scott Kitterman skl...@kitterman.com wrote:
Boots fine if the image is not persistent. 

Sorry. Wrong bug.


-- 
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/2fe29cdf-969b-4298-ae9f-8a986f6d0...@email.android.com



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Svante Signell
On Tue, 2013-10-15 at 17:34 +0100, Kevin Chadwick wrote:
 xxxterm: bugs 718074, flagged for removal in 8.3 days
 
 I use debian offline so it is of no consequence to me however I
 just wanted to say.
 
 xxxterm (now xombrero) is by far my favourite browser and rediculously
 faster than any other browser whilst still being highly useful and with
 better whitelisting control (javascript, cookies) by default too. Not a
 user interface for everyone in being primarily keyboard based but
 highly functional.
 
 In fact where firefox is almost useless on an old thinkpad, xombrero
 is quite snappy.

Hi, is it possible to adopt this package? Since I'm not DM yet, I will
need a sponsor for uploading later on, when the latest release of
xombrero is packaged.


-- 
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/1381859486.3860.51.ca...@g3620.my.own.domain



Re: mips64el port build failed list

2013-10-15 Thread Javier Vasquez
On Tue, Oct 15, 2013 at 11:06 AM, Aron Xu a...@debian.org wrote:
 On Wed, Oct 16, 2013 at 12:06 AM, Javier Vasquez
 j.e.vasque...@gmail.com wrote:
 On Tue, Oct 15, 2013 at 5:33 AM, YunQiang Su wzss...@gmail.com wrote:
 We are working on the port of mips64el, and the progress is quite good.

 Are they compiled with n64 abi, or with n32 abi?  The arch name is
 confusing at times.

 Thanks,

 Javier.


 They are compiled with the n64 abi, using mips64r2 instruction set
 currently. The instruction set may be changed later (rebuild) before
 introducing it to debian-ports.org as mips64r2 is a quite new
 instruction to many hardware that is 64bit capable but only supports
 mips3.

 Regards,
 Aron Xu


Perfect for loongson-3A, and according to [1], also perfect for XLP832
and Octeon 6330, and moving forward, for future loongson CPUs and
other Hw I'd guess.  This is what I was looking for.

Thanks,

-- 
Javier.


[1]  http://lists.freebsd.org/pipermail/freebsd-mips/2012-July/002146.html


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



Re: mips64el port build failed list

2013-10-15 Thread Bernd Zeimetz
hi!

On 10/15/2013 03:59 PM, YunQiang Su wrote:
 The buildlog of these packages can be found in
  http://vip.moonux.org/attempted/


Looking at one of my pet packages (gpsd):

dpkg-checkbuilddeps: Unmet build dependencies: pps-tools (=
0.20120406+g0deb9c7e-2~)

but I don't see that building pps-tools failed, at least its not in the list. Am
I missing something or is there just something confused about the right order to
build packages?


Cheers,

Bernd


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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/525d912b.30...@bzed.de



Re: how do deal with versionless mercurial software ?

2013-10-15 Thread Benjamin Drung
On Fr, 2013-10-04 at 13:40 +0200, Dominik George wrote:
 Vincent Lefevre vinc...@vinc17.net schrieb:
 Then, do you mean that VCS hashes are sortable?
 
 Of course not. One would have to do something like 0~MMDDnn
 +git in that rare case.
 
 My argument for keeping the VCS hash is to ease identifying the code
 in the package.

You could put the VCS hash as text in the changelog entry, e.g. New
upstream snapshot (git commit ). and just use the date as Debian
version (0~MMDD or 0.MMDD). In case you need to release two
upstream snapshots on the same date, you can append .2 (0~MMDD.2).

-- 
Benjamin Drung
Debian  Ubuntu Developer


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



Re: how do deal with versionless mercurial software ?

2013-10-15 Thread Jerome BENOIT
Thanks !

On 15/10/13 22:32, Benjamin Drung wrote:
 On Fr, 2013-10-04 at 13:40 +0200, Dominik George wrote:
 Vincent Lefevre vinc...@vinc17.net schrieb:
 Then, do you mean that VCS hashes are sortable?

 Of course not. One would have to do something like 0~MMDDnn
 +git in that rare case.

 My argument for keeping the VCS hash is to ease identifying the code
 in the package.
 
 You could put the VCS hash as text in the changelog entry, e.g. New
 upstream snapshot (git commit ). and just use the date as Debian
 version (0~MMDD or 0.MMDD). In case you need to release two
 upstream snapshots on the same date, you can append .2 (0~MMDD.2).
 

I finally asked to the upstream maintainer if he could add a version string 
suffix to
his source tarball name: he did, no more tricks and everything is fine now.

Anyway, thanks a lot for all the hints and replies.

Best wishes,
Jerome


-- 
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/525daf6b.5050...@rezozer.net



Architectures EM64T(R) , x86-64 , ia32 , IA64 , Intel(R)64 , x86 , amd64 , amd32 , Mach64

2013-10-15 Thread Vadim L
Which packages should install for Architectures EM64T® , x86-64 , ia32 ,
IA64 , Intel®64 , x86 , amd64 , amd32 , Mach64 ?...
Is this architectures needs quotes ?

Tnks!!!


Bug#726456: ITP: php-font-lib -- read, parse, export and make subsets of different types of font files

2013-10-15 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: blocks 567928 by -1
Control: blocks 718585 by 567928
Control: blocks 726167 by 567928
Control: affects -1 owncloud

* Package name: php-font-lib
  Version : 0.2.1
  Upstream Author : Fabien Ménager fabien.mena...@gmail.com
* URL : https://github.com/PhenX/php-font-lib
* License : LGPL-2.1+
  Programming Lang: PHP
  Description : read, parse, export and make subsets of different fonts

 This library can be used to:
  * Read TrueType, OpenType (with TrueType glyphs), WOFF font files
  * Extract basic info (name, style, etc)
  * Extract advanced info (horizontal metrics, glyph names, glyph
shapes, etc.)
  * Make an Adobe Font Metrics (AFM) file from a font


This library is used by the soon to come php-dompdf package, that is
used by the requested phpdocx and php-excel packages, that will be used
by the upcoming version 6 of owncloud.

Regards

David

P.-S.: Some RFP have been recently filled for the upcoming version 6 of
owncloud. They are tagged as affecting owncloud, and are thus displayed
on http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=owncloud (in
case you feel bored or are willing to help a little bit ;).


signature.asc
Description: Digital signature


Re: Architectures EM64T(R) , x86-64 , ia32 , IA64 , Intel(R)64 , x86 , amd64 , amd32 , Mach64

2013-10-15 Thread Neil Williams
On Tue, 15 Oct 2013 20:56:12 +
Vadim L vadl...@gmail.com wrote:

 Which packages should install for Architectures EM64T® , x86-64 ,
 ia32 , IA64 , Intel®64 , x86 , amd64 , amd32 , Mach64 ?...
 Is this architectures needs quotes ?
 
 Tnks!!!


http://en.wikipedia.org/wiki/X86-64


-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



signature.asc
Description: PGP signature


Bug#726461: ITP: golang-thrift -- Go library for linking against Thrift clients

2013-10-15 Thread Tonnerre LOMBARD
Package: wnpp
Severity: wishlist
Owner: Tonnerre LOMBARD tonne...@ancient-solutions.com

* Package name: golang-thrift
  Version : 0.0~git20121118
  Upstream Author : Aalok Shah aa...@pomack.com
* URL : https://github.com/pomack/thrift4go/
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for linking against Thrift clients


This package contains the library required for developing thrift
clients in the Go programming language. It contains the part of the
Thrift bindings which are always built and which are not interface
depdendent.


-- 
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/20131016001726.16671.18986.report...@phileas.roam.internetputzen.com



Re: First autoremovals happen in about 8 days

2013-10-15 Thread Paul Wise
On Wed, Oct 16, 2013 at 1:51 AM, Svante Signell wrote:

 Hi, is it possible to adopt this package?

The package is not orphaned yet, so that will have to happen first:

http://www.debian.org/doc/manuals/developers-reference/pkgs.html#orphaning

When it is orphaned you can adopt it:

http://www.debian.org/doc/manuals/developers-reference/pkgs.html#adopting

 Since I'm not DM yet, I will need a sponsor for uploading later on

http://mentors.debian.net/intro-maintainers

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Accepted horizon 2013.2~rc1-2 (source all)

2013-10-15 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Oct 2013 22:48:35 +0800
Source: horizon
Binary: python-django-horizon openstack-dashboard openstack-dashboard-apache
Architecture: source all
Version: 2013.2~rc1-2
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 openstack-dashboard - OpenStack Dashboard
 openstack-dashboard-apache - OpenStack Dashboard - Apache support
 python-django-horizon - Django module providing web interaction with OpenStack
Closes: 725101 725878 725988 726124 726373
Changes: 
 horizon (2013.2~rc1-2) experimental; urgency=low
 .
   * Now creates /var/lib/openstack-dashboard/secret-key in the postinst, and
 sets this path as default in /etc/openstack-dashbaord/local_settings.py,
 instead of the path in /usr/share (Closes: #726373).
   * Debconf translations updates:
 - Czech, thanks to Michal Šimůnek (Closes: #726124).
 - Danish, thanks to Joe Dalton (Closes: #725988).
 - Russian, thanks to Yuri Kozlov (Closes: #725878).
   * Added new debconf translation:
 - Swedish, thanks to Martin Bagge (Closes: #725101).
Checksums-Sha1: 
 f0e18e7e4e2b50bb9f5d490dadec6a0880f8d170 3083 horizon_2013.2~rc1-2.dsc
 3568b902d510915854342edc822c3ef127b6ec94 16064 
horizon_2013.2~rc1-2.debian.tar.gz
 58b35be12a3fcf8a2087877bc5fda40b7dd9c913 796978 
python-django-horizon_2013.2~rc1-2_all.deb
 c7d8099574af31c508b7187a8f8ba9c0422c2173 801978 
openstack-dashboard_2013.2~rc1-2_all.deb
 68548d32f1bc0ad7e4707b1fd20d8a34fdb50434 7904 
openstack-dashboard-apache_2013.2~rc1-2_all.deb
Checksums-Sha256: 
 81f9f5cf8806acbf374f92406a9802afc9f799bd6cf50f80114de6861851c8c2 3083 
horizon_2013.2~rc1-2.dsc
 b8f177a95a81148f1c3553f4110a6e40ab89d192f327ddadedc84030bb288ac5 16064 
horizon_2013.2~rc1-2.debian.tar.gz
 5cdc6566997661225bf5afdf586650aa6b494483574a5b91c2c2485ff0734ceb 796978 
python-django-horizon_2013.2~rc1-2_all.deb
 6b3af5783bba294567da5f77f0b42e75632fdd039bb5d2b3c5580b4a5b48ca3f 801978 
openstack-dashboard_2013.2~rc1-2_all.deb
 90cfb7297344bf60f8a85c6cebd87938c3926956dff261b797181e8d6264367b 7904 
openstack-dashboard-apache_2013.2~rc1-2_all.deb
Files: 
 77e4644c78d6c5a3a79ba0967dc19156 3083 net extra horizon_2013.2~rc1-2.dsc
 869d40bc341bcb50deed39bad2b84310 16064 net extra 
horizon_2013.2~rc1-2.debian.tar.gz
 b18429caaa98afdee4f1cc583b92e4ba 796978 python extra 
python-django-horizon_2013.2~rc1-2_all.deb
 ebf0acd4b8573931a3b09f8b579f4edf 801978 net extra 
openstack-dashboard_2013.2~rc1-2_all.deb
 2f522d030b7a193d8d60087ca6c304c4 7904 net extra 
openstack-dashboard-apache_2013.2~rc1-2_all.deb

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

iQIcBAEBCAAGBQJSXNmWAAoJENQWrRWsa0P+ptQP+gOcwTz7UPlgc+bDYTUGvgyQ
RkRGL0oadXBucJ0GjL+C3cbv8G7ZPqjXJG5E1nN7GB6x9uT17Rg0UdoSK27o6Hh+
bij3ykaNI4xnH18/RgkJ0j+0P/COJIMzL8VKqNsKqvtlyoLiMlWtf7tP4hX1+JL0
HMVNtXMR9vx06YLPuzm7JfZ+hD+Pqq8e4DKm5yv1GDtgGZIHokAFsEoTIBRjJFXy
d6aw+wIySYmORp4zB28yeD/P8cGWtsYiDrnKD/FZ5NUhynlSWwT8K/lGVsZ7Z5aL
Q1Z2AiWEpObrM1TDWOVKlNhdDXKVhWuwTfBQbTyVPTod0AN+uKsI60GRhYDPPQc4
ZZNqLYkbOHdDQBqZkRXo7KmXscPGeGt9NZi4G4OmcEfDjqQXSFwEQC+ilU8N4Pn4
b0dGzD7vWy6M327Io+UaMpTszZVc0iw8bbrr3bcynp5ZSG/A5yQNYMzTswJoYYah
YWdKUuZ8ARdYwFs2pb+IXFeGkZ4dUtZJ4eXmv268XWuQ8Tgb+hjgjklANyR/gwIz
61FEo+wEitoK3m1ZuvLSwYbOVFKYbFQ86aVLLQEMPJEY2j8YlG3IhkUXZWmnXDIx
rC2k03GA93ap1cxLnElr1GoYoaNU1nkLxg+Ob885qcTpySinMTSMD3doSEoN+d1X
HodHdEysIcijcc56fXss
=Ev8o
-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/e1vvxj8-0006be...@franck.debian.org



Accepted dosfstools 3.0.23-1 (source i386)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 08:09:23 +0200
Source: dosfstools
Binary: dosfstools dosfstools-dbg dosfstools-udeb
Architecture: source i386
Version: 3.0.23-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 dosfstools - utilities for making and checking MS-DOS FAT filesystems
 dosfstools-dbg - utilities for making and checking MS-DOS FAT filesystems 
(debug)
 dosfstools-udeb - utilities for making and checking MS-DOS FAT filesystems 
(udeb) (udeb)
Changes: 
 dosfstools (3.0.23-1) experimental; urgency=low
 .
   * Updating vcs fields.
   * Merging upstream version 3.0.23.
Checksums-Sha1: 
 338aaa20e95354135f8c7e1d2c146c9f4ba87e14 1374 dosfstools_3.0.23-1.dsc
 277b0c39bbf1e7696ef60d34a22113e7f9c619f6 77940 dosfstools_3.0.23.orig.tar.xz
 aad1ea66193b5335d7fd6019d493cbe42febe167 8740 dosfstools_3.0.23-1.debian.tar.xz
 345f9a760721a11397d8b657bfd8cd772ea4df5f 83104 dosfstools_3.0.23-1_i386.deb
 7f5a994c49f340250583b4a04396f3b3af1864be 146788 
dosfstools-dbg_3.0.23-1_i386.deb
 bd5a2f97ec33d10738f9a3af7601ee9e8782ea53 38288 
dosfstools-udeb_3.0.23-1_i386.udeb
Checksums-Sha256: 
 741c6c76915e8e75aea2d542d2d2d81290e3c74e1ad9bf7cad55dc1a008eb036 1374 
dosfstools_3.0.23-1.dsc
 7ffd16266e41f7c4ff729de30d38d357f87e8c0ef0380042e8399a2bfa2a1d9b 77940 
dosfstools_3.0.23.orig.tar.xz
 ec9b27d49c300ab7c4b239395cf4f6aff6f2e0d8237488c426d7060819f0b60b 8740 
dosfstools_3.0.23-1.debian.tar.xz
 07f150f590e277dc7fdaa194de23bc142910baf7885d33644d32f643898091ed 83104 
dosfstools_3.0.23-1_i386.deb
 d66d10e6ed19fbece0604ec15377368170a56a189e98127f25da2be00ecabfaa 146788 
dosfstools-dbg_3.0.23-1_i386.deb
 38be85410324de62ee2e3ae1a6be2e8d4ffeb8af3502b7c506e4212fc557a946 38288 
dosfstools-udeb_3.0.23-1_i386.udeb
Files: 
 956d00a74af78a81e16850b6360a5d0a 1374 otherosfs optional 
dosfstools_3.0.23-1.dsc
 bfdca786880a7f1cc9ce8ac68cb1fd51 77940 otherosfs optional 
dosfstools_3.0.23.orig.tar.xz
 9e5caa32f91e960b2a3b4f2485a875c0 8740 otherosfs optional 
dosfstools_3.0.23-1.debian.tar.xz
 f363452f9a13493dbeddc7c0cd1a4ea6 83104 otherosfs optional 
dosfstools_3.0.23-1_i386.deb
 1310e30014a5fef8f52cc399fdef79e1 146788 debug extra 
dosfstools-dbg_3.0.23-1_i386.deb
 b414bce03fdcdb1ce68d88a3bf4b5e6c 38288 debian-installer optional 
dosfstools-udeb_3.0.23-1_i386.udeb

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

iEYEARECAAYFAlJc3DwACgkQ+C5cwEsrK55t5gCfXDWyFtfJMyfu56+HQY5RetI6
lm4An3R79ISdiw96PcKFCLWeM9MB1vIF
=Ceaa
-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/e1vvxxt-0008mg...@franck.debian.org



Accepted syslinux 3:6.02+dfsg-1 (source i386 all)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 08:56:11 +0200
Source: syslinux
Binary: syslinux extlinux isolinux pxelinux syslinux-common syslinux-dev 
syslinux-utils syslinux-installer syslinux-udeb
Architecture: source i386 all
Version: 3:6.02+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 extlinux   - collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs b
 isolinux   - collection of bootloaders (ISO 9960 bootloader)
 pxelinux   - collection of bootloaders (PXE network bootloader)
 syslinux   - collection of bootloaders (DOS FAT and NTFS bootloader)
 syslinux-common - collection of bootloaders (common)
 syslinux-dev - collection of bootloaders (development)
 syslinux-installer - Install syslinux on a hard disk (udeb)
 syslinux-udeb - collection of bootloaders (udeb)
 syslinux-utils - collection of bootloaders (utilities)
Changes: 
 syslinux (3:6.02+dfsg-1) experimental; urgency=low
 .
   * Merging upstream version 6.02+dfsg.
Checksums-Sha1: 
 f50500d108bbf7f3f8a5e6b4a56798d634bcfcd2 1756 syslinux_6.02+dfsg-1.dsc
 89893feada107a86f3cd91d7049b0ace55136b9f 6993240 syslinux_6.02+dfsg.orig.tar.xz
 45846cd72fa63eac7fc1aba83248f794560e74c5 36492 
syslinux_6.02+dfsg-1.debian.tar.xz
 d0f28ac061c431ce5e3e47cfa8b96fd4f411a4e5 298846 syslinux_6.02+dfsg-1_i386.deb
 47f6efa84354a31c75bda8eb43ced63037818908 179102 extlinux_6.02+dfsg-1_i386.deb
 b3e4138aee9a4c068560856db5c82daa6ab52ac9 97816 isolinux_6.02+dfsg-1_i386.deb
 467019da929d225717ac9c06d388a1e528949b02 222586 pxelinux_6.02+dfsg-1_i386.deb
 2a4ea711d6c467b5899158f15ea9dfe49dd3a3da 887048 
syslinux-common_6.02+dfsg-1_i386.deb
 c5774f77bab46ae18416097fc3ce9a56be3d2b45 882014 
syslinux-dev_6.02+dfsg-1_all.deb
 2436afe0168ca68b95f1eba2b84d2b9f4895bd38 66670 
syslinux-utils_6.02+dfsg-1_i386.deb
Checksums-Sha256: 
 c044d1f939f3c997d904412987630f5f20cee66a40adb31d5c6030df75b02066 1756 
syslinux_6.02+dfsg-1.dsc
 3b6fe447b4e4b63775dea45d76aaaf8107cbb2a1071553c9b716109fa6945a86 6993240 
syslinux_6.02+dfsg.orig.tar.xz
 1f3c68a8528ec64bbd780e9de9859c44c69e3a39538154761dc15b415e39c084 36492 
syslinux_6.02+dfsg-1.debian.tar.xz
 89204a568fe23c9b940b3773984fbe03a4a1a3a91a4a53e7809ad7b3a3ccd658 298846 
syslinux_6.02+dfsg-1_i386.deb
 263df0cf18902fbb24b93d5c20f9a57880994cb0c92f317731fe2b0881bace0f 179102 
extlinux_6.02+dfsg-1_i386.deb
 12abb17bab1c36554150b8fce4d8a32a3b0fb91a6ba0e02d9d2d33840fbecbbd 97816 
isolinux_6.02+dfsg-1_i386.deb
 5df82e13c1f978fc6833ed1195c4f1dc9a4186cbf0b7f958fdfc9e3cc7c86fb7 222586 
pxelinux_6.02+dfsg-1_i386.deb
 a1dab8ef5f47fe8a41397d83dea6f556199de356288208893bded8195641b338 887048 
syslinux-common_6.02+dfsg-1_i386.deb
 f17415710666a730be0cffae7b50e0e7080cdd22c98cc475941887996c42ac38 882014 
syslinux-dev_6.02+dfsg-1_all.deb
 285221048e8dd0051bb21fef75192a1fe96b002a847615c01bac383504dd9f2b 66670 
syslinux-utils_6.02+dfsg-1_i386.deb
Files: 
 b9e7a1e93a24faf19910c716ed9e5b06 1756 admin optional syslinux_6.02+dfsg-1.dsc
 b9574b0d012afcc1893d8b58969faab8 6993240 admin optional 
syslinux_6.02+dfsg.orig.tar.xz
 1c8284b980819bd1a1d972be1203159d 36492 admin optional 
syslinux_6.02+dfsg-1.debian.tar.xz
 6c8a07cbf655a75e34fb5e87c8eb84a2 298846 admin optional 
syslinux_6.02+dfsg-1_i386.deb
 87f25a438e8824390166f04612b4d934 179102 admin optional 
extlinux_6.02+dfsg-1_i386.deb
 25041c1af6641ae111032e84a6bdf8c0 97816 admin optional 
isolinux_6.02+dfsg-1_i386.deb
 50bd115d8a95a5cac476add8a03f35e2 222586 admin optional 
pxelinux_6.02+dfsg-1_i386.deb
 24ab047a60fd61e4974a1bb8a6bd32ef 887048 admin optional 
syslinux-common_6.02+dfsg-1_i386.deb
 89f79ffe5a6c08e9f10aa58fcfab0c6b 882014 admin optional 
syslinux-dev_6.02+dfsg-1_all.deb
 a307b447447d655acfda11d9a039169e 66670 admin optional 
syslinux-utils_6.02+dfsg-1_i386.deb

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

iEYEARECAAYFAlJc6IMACgkQ+C5cwEsrK56CbwCgidzoNdg3DiiOcemO3vV/SlNO
lIMAoJ08vYkG+btmNByqjbUCYRA2hxxw
=GbCk
-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/e1vvyu9-ac...@franck.debian.org



Accepted live-boot 4.0~alpha16-1 (source all)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 09:17:35 +0200
Source: live-boot
Binary: live-boot live-boot-doc live-boot-initramfs-tools
Architecture: source all
Version: 4.0~alpha16-1
Distribution: experimental
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-boot  - Live System Boot Components
 live-boot-doc - Live System Boot Components (documentation)
 live-boot-initramfs-tools - Live System Boot Components (initramfs-tools 
backend)
Changes: 
 live-boot (4.0~alpha16-1) experimental; urgency=low
 .
   * Updating package descriptions.
   * Applying patch from Michael Prokop m...@grml.org to update udev
 usage in is_nice_device() for newer udev versions.
Checksums-Sha1: 
 67f0a3ae4c38fc4d800a21a80c2f0dafdbc37c21 1424 live-boot_4.0~alpha16-1.dsc
 be44e73e3a08dbf5fcae48ca5375af0ee9dda6c0 58140 
live-boot_4.0~alpha16.orig.tar.xz
 4777ea6dc3bb6cda0075c4482580417f497d8551 23972 
live-boot_4.0~alpha16-1.debian.tar.xz
 192b7b4993de5c601dc2c4baab8bf8149407772f 50600 live-boot_4.0~alpha16-1_all.deb
 0b514b7d4df923a4791bcd3701c447872fc42974 53292 
live-boot-doc_4.0~alpha16-1_all.deb
 976fa3545755a6091b95f049a81bc2cd01888264 28312 
live-boot-initramfs-tools_4.0~alpha16-1_all.deb
Checksums-Sha256: 
 ee339ab613bb4a6e1f7eb6cc8dc9bd3ad7f60dfbc10924fd2e186f965104faeb 1424 
live-boot_4.0~alpha16-1.dsc
 c0db5353d819fff2ec8fbd991e79b736165ca008152469d90d0642d5e8f124f5 58140 
live-boot_4.0~alpha16.orig.tar.xz
 e236989e12813900a5472dc393da2daff91c5eb7537a03bb4b7209db0d230725 23972 
live-boot_4.0~alpha16-1.debian.tar.xz
 b56e43482ae5f5fac463d728e1bba7f707871556543a91b1891b344941a75f0c 50600 
live-boot_4.0~alpha16-1_all.deb
 4a12b6ab731b9146b80481c10091b9c1e1e5a2194aa135d7fa84066ced752b14 53292 
live-boot-doc_4.0~alpha16-1_all.deb
 c4f1e034937606e7245aee50aae31a0871ef0279b4e8270896ccc8c663498ac8 28312 
live-boot-initramfs-tools_4.0~alpha16-1_all.deb
Files: 
 6432fe492b1bb756684febf7c3d50897 1424 misc optional live-boot_4.0~alpha16-1.dsc
 60a6b1a9255693d1f82c0856b4aa7ca0 58140 misc optional 
live-boot_4.0~alpha16.orig.tar.xz
 517302bc415aad30787a9869b1c086ff 23972 misc optional 
live-boot_4.0~alpha16-1.debian.tar.xz
 7e792ef2aa06aacaa5c15c9b111e9f84 50600 misc optional 
live-boot_4.0~alpha16-1_all.deb
 d9e0ceda2913a484040cd2d2c559fc12 53292 doc optional 
live-boot-doc_4.0~alpha16-1_all.deb
 48876efddd1002114dafb694f800fd49 28312 misc optional 
live-boot-initramfs-tools_4.0~alpha16-1_all.deb

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

iEYEARECAAYFAlJc7IMACgkQ+C5cwEsrK56UZACbBDJsXJmp2OKxjitaiID4tBG1
QRIAoLz4WNP2lwh1xcSd4BTilyiN4ztZ
=QdL2
-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/e1vvz83-0001u1...@franck.debian.org



Accepted live-tools 4.0~alpha15-1 (source all)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 09:24:33 +0200
Source: live-tools
Binary: live-tools
Architecture: source all
Version: 4.0~alpha15-1
Distribution: experimental
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-tools - Live System Extra Components
Changes: 
 live-tools (4.0~alpha15-1) experimental; urgency=low
 .
   * Updating package descriptions.
Checksums-Sha1: 
 36866da6c9e2a2906fa757b0732cf2651f98005b 1314 live-tools_4.0~alpha15-1.dsc
 7505324f26ba5947a788436beb43ebd6533817a2 28004 
live-tools_4.0~alpha15.orig.tar.xz
 befb9718dbcdf5e5282275c90522550c89019765 6212 
live-tools_4.0~alpha15-1.debian.tar.xz
 9729319855e9cc497eb2642483c89a5792142259 30272 live-tools_4.0~alpha15-1_all.deb
Checksums-Sha256: 
 b9435611b1ccd2ed3d4202627632e811c58593766bd9c077e7034315c76ba9d9 1314 
live-tools_4.0~alpha15-1.dsc
 7c558c662fd3742fb507ab47b5c4515bf7dfab21cf068b50edaf4b973a0ab195 28004 
live-tools_4.0~alpha15.orig.tar.xz
 a382c563f5a1b556b5e40374197bf5c299d5890f9531a6337b810ba22c1f3863 6212 
live-tools_4.0~alpha15-1.debian.tar.xz
 e9620bbe0056e76dd77506bc1265ceda4d596caeeff47a9a0fd455805f940638 30272 
live-tools_4.0~alpha15-1_all.deb
Files: 
 fe5e4fa983ff12e2c0b72e542c2320ba 1314 misc optional 
live-tools_4.0~alpha15-1.dsc
 917e7cc63ef5dca4320c21dac2b017b6 28004 misc optional 
live-tools_4.0~alpha15.orig.tar.xz
 39dfb274a47e0b51ef17603ae94f1647 6212 misc optional 
live-tools_4.0~alpha15-1.debian.tar.xz
 ed39735229dba4ced27807c653cedb94 30272 misc optional 
live-tools_4.0~alpha15-1_all.deb

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

iEYEARECAAYFAlJc7ikACgkQ+C5cwEsrK56SmQCffSU4hPx6ncqGji+xd7cJJNk2
G1cAn0QiMm39f/Srt59JpXyHo1X5PDAC
=g4S/
-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/e1vvz8l-00021h...@franck.debian.org



Accepted live-config 4.0~alpha28-1 (source all)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 09:20:32 +0200
Source: live-config
Binary: live-config live-config-doc live-config-systemd live-config-sysvinit
Architecture: source all
Version: 4.0~alpha28-1
Distribution: experimental
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-config - Live System Configuration Components
 live-config-doc - Live System Configuration Components (documentation)
 live-config-systemd - Live System Configuration Components (systemd backend)
 live-config-sysvinit - Live System Configuration Components (sysvinit backend)
Changes: 
 live-config (4.0~alpha28-1) experimental; urgency=low
 .
   [ skizzhg ]
   * Italian translation update.
 .
   [ Daniel Baumann ]
   * Updating package descriptions.
Checksums-Sha1: 
 d4ba0d6f0150861be53d7f8586144f821b99bf76 1547 live-config_4.0~alpha28-1.dsc
 270945b4cd4d48443aefdd208054ca42d4dae573 64080 
live-config_4.0~alpha28.orig.tar.xz
 85100798deb8b8497ae0bb6a1092bfa626b95365 15876 
live-config_4.0~alpha28-1.debian.tar.xz
 942f73e06d236fc061c41a241a19c7ed32eeff80 28976 
live-config_4.0~alpha28-1_all.deb
 2ccedfd00bbfaaf3486accc880ab647445dcfb39 54926 
live-config-doc_4.0~alpha28-1_all.deb
 566603850824c56ca667b984eccbc68c86978f5d 17564 
live-config-systemd_4.0~alpha28-1_all.deb
 0c09151cb0b74b8142bc4d1ea3b82f689e608e7a 18522 
live-config-sysvinit_4.0~alpha28-1_all.deb
Checksums-Sha256: 
 12c8e04d6d197182d7bfea6badde3e171bea9bbd1243d6a5f2f345e50bb9daa1 1547 
live-config_4.0~alpha28-1.dsc
 1cc103966598583f23de670bc245a6c545b6345a2b0fd3452a6cef35b02d9f93 64080 
live-config_4.0~alpha28.orig.tar.xz
 d5346662e1712e4f716aa3f29adc244ea5a3242bcd8e6e2882f900451644b8cf 15876 
live-config_4.0~alpha28-1.debian.tar.xz
 202b86376f3cf41cfe9b4cdad48275deba72a7ff1a9dc6db06c527528feb279a 28976 
live-config_4.0~alpha28-1_all.deb
 0c0238f0326b5efd188f2174e50eed73539675a9fde1e003ea56f7637d37df8e 54926 
live-config-doc_4.0~alpha28-1_all.deb
 a3e6311ffaeb20da61163532b6e4bd00a0055f720eff593578039d3537b433c3 17564 
live-config-systemd_4.0~alpha28-1_all.deb
 f133ab3c1aebb9de5fcfffdc9f1551bf551d4c421ded549eba58ab9a94577694 18522 
live-config-sysvinit_4.0~alpha28-1_all.deb
Files: 
 f8c3a7f60a4b436605a4cd810402e5c8 1547 misc optional 
live-config_4.0~alpha28-1.dsc
 0e87fc004cd4a712d877947028d10ed1 64080 misc optional 
live-config_4.0~alpha28.orig.tar.xz
 852abcc91e0d0f46f02c87e2d72d5f64 15876 misc optional 
live-config_4.0~alpha28-1.debian.tar.xz
 043c09c9e04e0cac36b1daf17ed002bb 28976 misc optional 
live-config_4.0~alpha28-1_all.deb
 6e8d163502f8592e69f3447899d7c6a8 54926 doc optional 
live-config-doc_4.0~alpha28-1_all.deb
 06afcd4d7a5f65ff3112ec100ec9679c 17564 misc optional 
live-config-systemd_4.0~alpha28-1_all.deb
 98b9fa33d400ee9e6d1e81d5e9d217e3 18522 misc optional 
live-config-sysvinit_4.0~alpha28-1_all.deb

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

iEYEARECAAYFAlJc7hEACgkQ+C5cwEsrK55LkwCgjx9RucCh5mKVxy5b8vYAHrtR
640AoI0KsviqNwKGLFkrp2PW3ZeHqjlJ
=5GAN
-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/e1vvz8e-0001zn...@franck.debian.org



Accepted geoip-database-contrib 1.14 (source all)

2013-10-15 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 10:17:13 +0200
Source: geoip-database-contrib
Binary: geoip-database-contrib
Architecture: source all
Version: 1.14
Distribution: unstable
Urgency: low
Maintainer: Ludovico Cavedon cave...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 geoip-database-contrib - GeoLite binary database (downloader)
Closes: 725980
Changes: 
 geoip-database-contrib (1.14) unstable; urgency=low
 .
   * Add quiet option to wget.
 Closes: #725980
Checksums-Sha1: 
 ce7aae1cfcc91e3b760bf56bfe6ae34e3019e327 1750 geoip-database-contrib_1.14.dsc
 4ba0fe933ff8059bd9d8e9f5be3adc188fc4885e 12483 
geoip-database-contrib_1.14.tar.gz
 53e92d855882e1c211661af697e0d70bf753de28 10362 
geoip-database-contrib_1.14_all.deb
Checksums-Sha256: 
 38d202c6e85b13ded496b43f6080266378185803db7bf8a6aded0f3595b5 1750 
geoip-database-contrib_1.14.dsc
 03259e1118f0b147052d78790fc6cd3cf7f0ee7f69fc12338307c6216a95c2a8 12483 
geoip-database-contrib_1.14.tar.gz
 e43e339d5f635770c2318664d6278f85b589942b5fa6029413b60d7026305700 10362 
geoip-database-contrib_1.14_all.deb
Files: 
 1081ea211fe6600d6f67eea0db0032ba 1750 contrib/net optional 
geoip-database-contrib_1.14.dsc
 856a46a10f846777fd6c79b3106c3456 12483 contrib/net optional 
geoip-database-contrib_1.14.tar.gz
 9c87fd97d1665a99b9c50b5c00472e0e 10362 contrib/net optional 
geoip-database-contrib_1.14_all.deb

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

iQIcBAEBCAAGBQJSXQoJEBLZsEqQy9jkEdcP+wTQmhsAzgZJHD+CCKyu0wGi
iVG3gMqhbRkTbvNzeD2NH0b0pmeBZiKHmUbJJGFqXULmuimht6oy995mTHiPP5rZ
aR0uzz0+h0zrrc9xnWlUvPUpR3en4tLqbYnrIIDAqQwbkoFDAKxA+k/q1pWl3A5H
g5PaIzr15lPqlcSJQKPtRBTzEBjKUUAsZ6+Ds3X3rtgssCBHuxuY4bW7fAJK7sUp
D94SlFDQBPcR1lbcenXn3f0+WPYhdTSbNvdHLERfCa2njGqRte8bqD9geEL4LaJE
4ExpGgpLyOMP3k5H0BO3ykk+sI2rL9k2e/rOcHP0mZGsn4EcwngeptUO9miaUjOl
UhTS96jW7doXFP9nevlTH0w7x2Sc9XW2075AclxWmQ3ZbjpovYM7LtALDmLm6iNI
njIpYqRXpE3yEfHQnoxS3c54V2jhUCDXq31SiaaCeaL63oVwZJeVPmmmx41X+DJn
sqWv/x0QHxsiSRJA2otTx+9ymWDc407WUgcv7zvh5YhewIGNtYKySBhDX6Nd4bM2
DrO20X4x0NW+k8OWRS+EHkVLKfiJ0mmJs5FUALGkvJjajOlbaT8oBi/iX7LJ68a9
nMs9TB/OvoOTtolgNL0JGsOU4DCs2kKAWt50vraFoGECYVz+yQRYvGpGWjBSzvzE
4NwygKR1N1f8zBAMH04j
=W26C
-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/e1vw0xe-00068d...@franck.debian.org



Accepted efingerd 1.6.5 (source powerpc)

2013-10-15 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 10:25:13 +0200
Source: efingerd
Binary: efingerd
Architecture: source powerpc
Version: 1.6.5
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík gara...@kassiopeia.juls.savba.sk
Changed-By: Radovan Garabík gara...@kassiopeia.juls.savba.sk
Description: 
 efingerd   - Another finger daemon for unix capable of fine-tuning your output
Closes: 718525 724063
Changes: 
 efingerd (1.6.5) unstable; urgency=low
 .
   * Sanitize DNS response, ident response and username before passing them
 to user-defined executables (closes: #724063). While the default scripts
 are probably immune, this does not mean users' ones will be immune as
 well.
   * add Japanese debconf translation (closes: #718525)
Checksums-Sha1: 
 4a574209675d7bcda79cb36a117a2f112bea21cf 792 efingerd_1.6.5.dsc
 bedbe926889739bffefc12de6916a8ef2f6f3caf 45701 efingerd_1.6.5.tar.gz
 61349255364cdef4b978e3dcd54dd37d99278253 33080 efingerd_1.6.5_powerpc.deb
Checksums-Sha256: 
 bb4548697bd0a77d61f27975c590334e768db4a383826943ab8e536d3a0500ac 792 
efingerd_1.6.5.dsc
 c740c87d0fb28a1f797cccaf9d6dfa70c8d4152f2639297b738695bffc8b1dca 45701 
efingerd_1.6.5.tar.gz
 76836aa3a1bdc17d6b1fd205c1e3e33e5d600c8dac7c96e4116462bf7a878152 33080 
efingerd_1.6.5_powerpc.deb
Files: 
 b15ad994b238d946bc764b49895cae4c 792 net optional efingerd_1.6.5.dsc
 38a399da4b8c9f0c6bbf3ff535c37735 45701 net optional efingerd_1.6.5.tar.gz
 c2e314a0b5f2324dfacd5564f23f1843 33080 net optional efingerd_1.6.5_powerpc.deb

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

iEYEARECAAYFAlJc9BUACgkQUBQJxqD+WLgwzwCaAgQRij51g7Bh20RXVnbADPkf
G1gAnRpJdkWyRyqruoNaVjyx9jOxpTAt
=EWiD
-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/e1vw0xx-00062s...@franck.debian.org



Accepted hg-git 0.4.0-2 (source all)

2013-10-15 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Oct 2013 23:02:56 +0100
Source: hg-git
Binary: mercurial-git
Architecture: source all
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Qijiang Fan fqj1...@gmail.com
Changed-By: Javi Merino vi...@debian.org
Description: 
 mercurial-git - Git plugin for Mercurial
Closes: 724638
Changes: 
 hg-git (0.4.0-2) unstable; urgency=low
 .
   * Team upload.
   * Fix Incompatible with python-dulwich 0.9.1 by adding patches
 from_upstream__upgraded_to_use_latest_version_of_dulwich_0.9.1.patch,
 
from_upstream__fix_work_around_https_bugs_launchpad_net_dulwich_bug_1025886.patch
 and
 from_upstream__git_handler_fix_bugs_introduced_by_47df57f2bb2b.patch
 (Closes: #724638)
   * Update standards to 3.9.4 (no change needed)
Checksums-Sha1: 
 e20c603b064adaa43c4c0b9510a1dc8e360580f9 1950 hg-git_0.4.0-2.dsc
 0fb6794135d125ff56bb70b5472cde6972d7aa85 4870 hg-git_0.4.0-2.debian.tar.gz
 9068cadf92301bcb7902d4c7a61693fe68fcce8b 27836 mercurial-git_0.4.0-2_all.deb
Checksums-Sha256: 
 b7e8db5963dd1e2082f08674de6a8f7e39e36fbdd732ee48f3824e3390af2ca4 1950 
hg-git_0.4.0-2.dsc
 6e2caa78ee821a7ce7628b91fdfb1f8ff08c33df5d4fb40fa7474dae6215e1ae 4870 
hg-git_0.4.0-2.debian.tar.gz
 ba7666c52990b8ad8203f8bbe278aaa8d6e554e3ae5c6bf2100f32085811a376 27836 
mercurial-git_0.4.0-2_all.deb
Files: 
 6d1a8c33a973a50da4a8b41a659d6982 1950 vcs optional hg-git_0.4.0-2.dsc
 b1c2bbd13b276f8cca047dd8191e8d41 4870 vcs optional hg-git_0.4.0-2.debian.tar.gz
 ab362ec14a740377c54dc6d09a3ca572 27836 vcs optional 
mercurial-git_0.4.0-2_all.deb

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

iQIcBAEBCAAGBQJSXPNnAAoJEAe0hFJ2jTgkAlgQAKfYaTPEaFgYNzUYJNxccA1r
PjxvyoI7auQxlwQ+Ok8tl83VfBKbOrxd8r3ij5Pz8tJiuvBadfmy57lDHsu2Q//r
W++nf76IVIWHVyZqexnxE4XO9f9gb/STBE2KaNbSFAO120zVBJ6ZLkY1DizPpknL
DkdyUB0SpGqdpg2TxcethjJtl7SUORmV8BdEUb1o9G1+gzyfuH2iSp3pOoC40oC8
kwL+1vJuGLMsx/fLZANmk+Df7vYx4XTXN35ieC4F4Ei4mMUf3gS9z0V3mJSJX8x8
VIhQryAg8cr09eLmnUWpCH4AdTNpqSjfjVEm8A9NWfs4UobdmgEAMTVhNrfdzvp2
8OZ/MgQTvRtPyC9GUNzGmUjQfjJ678tPdze//WxQOtLEUR+W+cV0vdLcqBm+AKgA
KnITA8u99l9SUP1YL3r7e7N1bsvZ0gc8xclnklBpunZS9s0gOfVG/B6OGcc6cVpJ
RPKst2MY/fZJXx/yC4Uvr0x+oK42mL96NiVsRAUR7PxNe8fw3gOw8zddyonotOeY
3hb3aO3r+gwwpyCEwiTFxxlhF+VSvsrd8uiZQD2Zztmy8pwu2X6YpgjaAkSECFYj
IlsXoHEOhLulD3ymjuw/JV1CnyvczX4FLGH0eoMF19VJyptwm49wapJq/0VybGz3
2m1Nuhz8ECzFN2fGDzsd
=Rhxq
-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/e1vw0yg-0006ge...@franck.debian.org



Accepted manaplus 1.3.10.12-1 (source amd64 all)

2013-10-15 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 10:30:56 +0200
Source: manaplus
Binary: manaplus manaplus-dbg manaplus-data
Architecture: source amd64 all
Version: 1.3.10.12-1
Distribution: unstable
Urgency: low
Maintainer: Andrei Karas aka...@inbox.ru
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 manaplus   - Extended client for Evol Online and The Mana World
 manaplus-data - Extended client for Evol Online and The Mana World (data files)
 manaplus-dbg - Extended client for Evol Online and The Mana World (debugging 
sym
Changes: 
 manaplus (1.3.10.12-1) unstable; urgency=low
 .
   * New upstream release.
   * Overwrite false positive lintian warning about a spelling error.
Checksums-Sha1: 
 6ef8d489e238a6e0d9bb59c836dc80a075885abf 2137 manaplus_1.3.10.12-1.dsc
 ed2fe0e228a3d367017839a0cc4c548d526e516f 7325136 manaplus_1.3.10.12.orig.tar.xz
 50d8f424a2e889204761c2c2a747150cc147579f 21937 
manaplus_1.3.10.12-1.debian.tar.gz
 2752707b0ba000212dd53394feb1c8db6f74d8ae 1308068 manaplus_1.3.10.12-1_amd64.deb
 607613b494db11b3c8f7590abe27dae0cd7e9f9b 18648254 
manaplus-dbg_1.3.10.12-1_amd64.deb
 bd8d3e17676f737beb14d038fc5ea18f279e34fe 1234566 
manaplus-data_1.3.10.12-1_all.deb
Checksums-Sha256: 
 2bb229e061b6671b3c430a2f7ce3b99a058281a4a0f8a0c8468afabe7e5b7f1d 2137 
manaplus_1.3.10.12-1.dsc
 c3f5f8ae854496a7ead3aff6965ed3fbdc69997f000e611ec380fee6d38f0110 7325136 
manaplus_1.3.10.12.orig.tar.xz
 109af2e5dbd88f2d4cb667a07899783a8fd5c47d3f60030b15a830e2d39f8a0e 21937 
manaplus_1.3.10.12-1.debian.tar.gz
 54ffdb69f4f9f09252d190aa039b1b3d56f1dbf4c1c7a8da83662433340e4f97 1308068 
manaplus_1.3.10.12-1_amd64.deb
 eeed1f11bcde6f905a459afe731cb68b55cdc01d4d4ff67ed78a7c172dd6f0f3 18648254 
manaplus-dbg_1.3.10.12-1_amd64.deb
 5ca559ada19d91ac524147cda384ab725c9ee9e22e8221ee63beebe859f3d673 1234566 
manaplus-data_1.3.10.12-1_all.deb
Files: 
 27535cc492fe4bf2098b9ef1fa98f1b6 2137 games optional manaplus_1.3.10.12-1.dsc
 3a3869c2a9507aa01a1508b7e8116e1a 7325136 games optional 
manaplus_1.3.10.12.orig.tar.xz
 963cf62d740d3687d5d538dfa604877d 21937 games optional 
manaplus_1.3.10.12-1.debian.tar.gz
 200fd79fffee3544cfdaaf66d4c35283 1308068 games optional 
manaplus_1.3.10.12-1_amd64.deb
 0526c6fe5e187d41cd382c63e68ca5ce 18648254 debug extra 
manaplus-dbg_1.3.10.12-1_amd64.deb
 169b41c538790e3599eb1854c0ede7c1 1234566 games optional 
manaplus-data_1.3.10.12-1_all.deb

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

iQIcBAEBCAAGBQJSXQoJEBLZsEqQy9jkJi0P+wYKwTskMobH96UQ/ytxdl3V
JlJhv4z0DSIZL0RbtXJS2A3T3tceaT+YwedjIQ0bQ0D7rWQBKah0XM61CPPzHHBx
p2K2Wu/IzvapTChiuWnEnndONrSyPoXixgTNhjLjCRF8Yv1ZbKDiOS6df9wlJN26
775wSZIPAWc1V+WvLpGmCI6RpUvpMHFtXKZwgIYAfLZkhdMer7dLZ+LDe75KPUZn
ZomrNwCf2zKrfyzipV0Fyo7x8BhprShKCZKNr6SfaBb2oA3OcQgcIp3dNvcW1uMB
2BhjCyxJmNZ1aUafYhFyehaB9YHG7Yzp4Gp5XdNUlCTWurxXyKAo/XDKZfTnz1Ef
EPfI21uuMEn5TKQURMHYYip63/yy8MqH0cZN9tZTErmwnyV7TtpmwYKLimEK8KQm
GAGMsW6lzTM8puI4NwNKRHz1nt7z4r9J/tQ9j6VZVazeyGXEDeLDPh7QESMocKjo
cqCPL1UK/6VuIRrw3eC67Z9JJbOaq7dA61mohrJVTQHR6eskLxTjsCcFEbH+UkmN
eMUfeM2qYCqg00IaFpPscYjxsChnwgecIZsp5n5AsOEFSXZ9cpownJALtAOvUqnV
iqQH+MvMdezv+yF0+6nOybWhPdtp+fN6anA14w0tSugN3+Luraj3/1v1seH0MNRC
Bz1DXnSoidobo1+qEs24
=JmCG
-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/e1vw0z7-0006ub...@franck.debian.org



Accepted live-manual 1:4.0~alpha7-1 (source all)

2013-10-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 09:30:08 +0200
Source: live-manual
Binary: live-manual live-manual-epub live-manual-html live-manual-odf 
live-manual-pdf live-manual-txt
Architecture: source all
Version: 1:4.0~alpha7-1
Distribution: experimental
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-manual - Live Systems Documentation (metapackage)
 live-manual-epub - Live Systems Documentation (epub)
 live-manual-html - Live Systems Documentation (html)
 live-manual-odf - Live Systems Documentation (odf)
 live-manual-pdf - Live Systems Documentation (pdf)
 live-manual-txt - Live Systems Documentation (txt)
Changes: 
 live-manual (1:4.0~alpha7-1) experimental; urgency=low
 .
   [ chals ]
   * Adding support for Japanese in translation scripts (find-fuzzy).
   * Adding support for Japanese in translation scripts (po-integrity-
 check).
   * Adding support for Japanese in translation scripts (find-
 untranslated).
   * Modifying comments on find-untranslated script.
   * Removing now unused script to automatically unfuzzy dates.
   * Deleting disabled 'unfuzzy' target from Makefile.
 .
   [ Daniel Baumann ]
   * Correcting wrong spelling of linux-headers packages, thanks to
 Diederik de Haas didi.deb...@cknow.org.
 .
   [ Diederik de Haas ]
   * Added parameter value to IdentitiesOnly of the openssh-client config.
   * Removed redundant -a parameter, since the changes were already staged
 in the previous step.
 .
   [ chals ]
   * Updating dates in all languages.
   * Updating translations from English sources.
   * Updating Catalan translation of several files.
   * Updating Spanish translation of several files.
   * Updating French translation of several files.
 .
   [ Daniel Baumann ]
   * Removing outdated note about debian-cd includes from project
 procedures chapter.
   * Updating package descriptions.
Checksums-Sha1: 
 33e987277812f64e7f7d7f1c89d6e0e4822fef29 1815 live-manual_4.0~alpha7-1.dsc
 7628228df358c388cf8c570a706ba56664df28b7 336632 
live-manual_4.0~alpha7.orig.tar.xz
 2e4a0d1caa8419fa08824a7e77a152f33eb472c8 28868 
live-manual_4.0~alpha7-1.debian.tar.xz
 ebc2d4260ff781ae08cf253aca7748134e36c788 32400 live-manual_4.0~alpha7-1_all.deb
 eff9157876726fa5d7af3419c63fb87cad743991 885008 
live-manual-epub_4.0~alpha7-1_all.deb
 49557e1b3ec5f8c250598ce202fd019658f9ef80 383906 
live-manual-html_4.0~alpha7-1_all.deb
 03c7004a6b3175f1e3e6be5d871b765eca4618e4 685902 
live-manual-odf_4.0~alpha7-1_all.deb
 00fbadfc86ed622e65954c7ed55f8db825cd5bf9 11805266 
live-manual-pdf_4.0~alpha7-1_all.deb
 504c90ee9f3b30a383b22a56346a5a3f6c707f07 465614 
live-manual-txt_4.0~alpha7-1_all.deb
Checksums-Sha256: 
 3440e8b8bbeda1ee88e98c548799d4ee547d028110ad6f2575b08164e330a69c 1815 
live-manual_4.0~alpha7-1.dsc
 8c1cf3c50a6627f48b4c4aba495a7cdca67d7d78df922146b727b4384ca99a4c 336632 
live-manual_4.0~alpha7.orig.tar.xz
 573ed89a7cc4736ad7d7e7552c8325e8eb4df8f97a83f8f5b2657d2b3badbc84 28868 
live-manual_4.0~alpha7-1.debian.tar.xz
 27719dfc5fe3bf76bfe738fa59d335317ed0d93dc9e7a893b6a534c6c56aeb53 32400 
live-manual_4.0~alpha7-1_all.deb
 38c4821a6c06987f030eb3d76908ec9d0a3723ee92ab54e32b07a9f6476b9f1e 885008 
live-manual-epub_4.0~alpha7-1_all.deb
 5e59f6218cc92b61f2e8e5a634fc84f23d0dbfea5a6ac41c70812702cc4bce5b 383906 
live-manual-html_4.0~alpha7-1_all.deb
 87ffa8a932db42253dede0980e29de6d78cbd0606df5a6c3ec0a15cebbeb879e 685902 
live-manual-odf_4.0~alpha7-1_all.deb
 790a1663bc3eed586d68ddfe906fe114c8f145826c364447dbbad930266f7189 11805266 
live-manual-pdf_4.0~alpha7-1_all.deb
 e7a72b2a6e2974ddce24852f0d9b6aa3f04306ac8f4e12c45c02b1929f3d4821 465614 
live-manual-txt_4.0~alpha7-1_all.deb
Files: 
 43584ef6672d0f0c4ff046c36d2f1f22 1815 doc optional live-manual_4.0~alpha7-1.dsc
 05d5f6810755210684081df115825ef8 336632 doc optional 
live-manual_4.0~alpha7.orig.tar.xz
 dd9f8bc67db0b05a48ae70b3db668ff1 28868 doc optional 
live-manual_4.0~alpha7-1.debian.tar.xz
 ffec8a8fb6cf021eae8ad1a96ea35ef4 32400 metapackages optional 
live-manual_4.0~alpha7-1_all.deb
 bca1f658ebff9a7a1e142bcf9ee9c3f8 885008 doc optional 
live-manual-epub_4.0~alpha7-1_all.deb
 abb89f7301c976550c93d0b0711bcc73 383906 doc optional 
live-manual-html_4.0~alpha7-1_all.deb
 2988baeb39ff832b2b4b38c64c118b33 685902 doc optional 
live-manual-odf_4.0~alpha7-1_all.deb
 b8b2f49d91dfc727e6425923dd4a5176 11805266 doc optional 
live-manual-pdf_4.0~alpha7-1_all.deb
 596d0ddb8abd7dcde2692fd7f5481b8f 465614 doc optional 
live-manual-txt_4.0~alpha7-1_all.deb

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

iEYEARECAAYFAlJc9UkACgkQ+C5cwEsrK54/BQCcD5jnQH4g4jmIQ4bOfiH99viq
RrcAoJl8O1/AOX6PBngGcux8UrogopZ+
=VhXm
-END PGP SIGNATURE-


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

Accepted ruby-liquid 2.5.3-1 (source all)

2013-10-15 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 10:30:05 +0200
Source: ruby-liquid
Binary: ruby-liquid
Architecture: source all
Version: 2.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-liquid - Ruby library for rendering safe HTML and email templates
Changes: 
 ruby-liquid (2.5.3-1) unstable; urgency=low
 .
   * Imported Upstream version 2.5.3
Checksums-Sha1: 
 113bb11971c27124b221fe64277c771f32c51203 2024 ruby-liquid_2.5.3-1.dsc
 0d9326dce3660b0a4ee323727e3d2e0a57935b78 42479 ruby-liquid_2.5.3.orig.tar.gz
 3d45c5828c1a1e21bbd756ffc2fd5d2039be0838 3470 ruby-liquid_2.5.3-1.debian.tar.gz
 3311a30b31abbd675dae5e03076e04a48cbebc70 23808 ruby-liquid_2.5.3-1_all.deb
Checksums-Sha256: 
 6aeb009d0f2b7ce5cac8d0780f6e0e3050c81f7fd30339e61c69183df553f3c3 2024 
ruby-liquid_2.5.3-1.dsc
 05a50d88352da95061d66c053629a9b992a46cc9c697d24378850ab9572ebc23 42479 
ruby-liquid_2.5.3.orig.tar.gz
 c0f9df4ee241237cf3dc20b7d0663dbea418cd2fe6855a2306b12800ffcf7bd5 3470 
ruby-liquid_2.5.3-1.debian.tar.gz
 6a2af808e01d384b56ca5d9e147a99539603048016a226dcbc0ade3d7ef2c083 23808 
ruby-liquid_2.5.3-1_all.deb
Files: 
 a269f7a661b5b8325c06fa71f26d2a75 2024 ruby optional ruby-liquid_2.5.3-1.dsc
 232077e1e6b0dc804b4c81c679da0ae2 42479 ruby optional 
ruby-liquid_2.5.3.orig.tar.gz
 9e6ecaa0db88a7dd32378d07ee74dc96 3470 ruby optional 
ruby-liquid_2.5.3-1.debian.tar.gz
 4e713d8585aacfbcd8b6a09279cf1c6a 23808 ruby optional 
ruby-liquid_2.5.3-1_all.deb

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

iQIcBAEBCgAGBQJSXP2+AAoJENpJWPYR4Unp7k0QAKA1M8F+IqAhvyzw3o4S+st3
a1YhqKRbuuQSjjltV4c0SBI4DdYBuCKkl72ELZIBl6zTqLGuhIatwjxC6OpfGSln
SeDZDXXf7dFvup7DHr81A8QXfkxl4mFPSAXeKpwx2Tihw6SXBMb+NZcjk8vt/4vY
7Ur2qfbehgGjnH1u5f5Q9XsofQ8B3Tvu8zbAh0YOFcuQw6qNE5rONj8EYO0PADVc
hOy90dld2+ShvKFackv7GXh9p2YUbUiIoW4gEvuRvau065iipv20alSg19yz/0CC
heIs1KbVitCXhf8XYms01Tp87oGhNQvhLQMMngoIfPdyPk8X918vBjj4gZk1ag6M
N1QIO+PstZ5F2XYT7m/VZKPyuF/st7jkjw0IxSu1fJPA9/OW8EYYYnH9HRzDFIEo
Q2Wilr79BcQDan9ks+DZkFpzyPsL/2u+O4X3kJ5eBRP75Qns0aVixzkHj3gceZp7
FH69tM0043FSESrqqb7ZNqczH9HwIiHm/xv2Em7On1BiBpgOkFkSgjTrS10mLnkL
0GdnwQw0nK79+Wzp7LhhTzviN2Mjc6x41oAPdUyfGMfECvPipHBR/LM0mTqkjchO
dYWDHlVMylVv/VfwPG4fTPfoccF80cjmuDz9UblTJ0b+IQWWTOACxQDucWtOlFhd
ES5dWrhwEyEfZmVcI7kO
=r4WG
-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/e1vw0zy-0006be...@franck.debian.org



Accepted ruby-pkg-tools 0.19 (source all)

2013-10-15 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 10:35:45 +0200
Source: ruby-pkg-tools
Binary: ruby-pkg-tools
Architecture: source all
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: Paul van Tilburg pau...@debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-pkg-tools - Tools for building Debian Ruby packages
Closes: 724188
Changes: 
 ruby-pkg-tools (0.19) unstable; urgency=low
 .
   * Team upload
   * Fix encoding issues in bin/dh_rdoc causing a POD error (Closes: #724188)
   * Add explicit dependency on ruby1.8 as it is called explicitly
   * Bump Standards-Version to 3.9.4 (no changes needed)
   * Change dependency from libsetup-ruby1.8 to ruby-setup
Checksums-Sha1: 
 4a0a353a3310813b10cbed0924355fff68f06ef5 2353 ruby-pkg-tools_0.19.dsc
 303ae5345e00978df44ed805b838d01c48e6aed3 10196 ruby-pkg-tools_0.19.tar.gz
 27c92d55ee78b2e1d1b7a5e1bded657adb6a6550 13760 ruby-pkg-tools_0.19_all.deb
Checksums-Sha256: 
 3a77a51a6d0c2130702c3f26e56517e1c1b6deb7d74375f8dae2cf052a7814ba 2353 
ruby-pkg-tools_0.19.dsc
 74041b21fdf491b96633953ddd753bf3383f80b80d889aee165ecf03f107b814 10196 
ruby-pkg-tools_0.19.tar.gz
 ffa8ac77fe2cdf0071acc199789b4652ce677dcbff02fc66d804fc5915e25a11 13760 
ruby-pkg-tools_0.19_all.deb
Files: 
 faa593398037b11c76e5ca0f1032bfab 2353 ruby optional ruby-pkg-tools_0.19.dsc
 24506dc8dcae77dcddb0494e516e1f2c 10196 ruby optional ruby-pkg-tools_0.19.tar.gz
 c7e171578b3e65b36413a1edcdbb23c9 13760 ruby optional 
ruby-pkg-tools_0.19_all.deb

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

iQIcBAEBCgAGBQJSXQP8AAoJENpJWPYR4Unp1uUP/1BN+irTwp3wu7oQMoOTz2Ez
128m5h+rADvc479iCju83RNHHmIM+YM2dWmBwYR5P9noWOIdn5cnpa2QZE5watrY
o3fN95iVLyKkohcByXRHRAJIx55HSQOphyZOwajziiP6+VjkPiBHYmXyWrHuZUQK
2Bgvz6iQ9rs6HPTUPXXYSksOgre8R4pX2UCpGJT5YBrTmQWNzjQQeGjqJlk/gdYs
ZE5C7farofPC9252mzW76VZTmG22L8tnhR7+MhFJqoxJWZSeBYKgrsPq+NMAwn8k
QQcrkgWtri5WjEUnoWj0pYZ+7L83U1j7uwDiI5VfMEwNa0atJNLblQ8w53EYanQ3
Hlgs9NDD73xbCMLNdP/SlXJWJfN0bNrjhiHowfDfwF9H4tNFdxtNAfxAddbQ3Shi
ktrcRVd6ezr3VtBEePrFsCiC9oKFDR1hsEHH3xIoJMRxJaCg8IJJndPikHbcGiBH
PAO3cjIn3ZilfoYoFIu55rN2Bbl2/0UAemHBXV6zTteOm9aMck40I6KylQ3l1ZAX
52ucDcQNnNXK8KYKK6v4xTSCaDlDx4f280ziyiCsT3L73Jtb5wrZ60HYRhRDdpuO
wDqJVguMK31/sQqOMy5xtsMvAYzbY4J9T7K/7TJAT7jxPOWPhGzxV2lbh0As1udn
fDbt7vhwTVRCcCyIW5H4
=rqe3
-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/e1vw0ze-0006dc...@franck.debian.org



Accepted ruby-fftw3 0.4-5 (source amd64)

2013-10-15 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 17:28:24 +0900
Source: ruby-fftw3
Binary: ruby-fftw3 ruby-fftw3-dbg
Architecture: source amd64
Version: 0.4-5
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 ruby-fftw3 - Ruby interface to the FFTW Ver.3 library
 ruby-fftw3-dbg - Ruby FFT library using FFTW Ver.3
Closes: 720242
Changes: 
 ruby-fftw3 (0.4-5) unstable; urgency=low
 .
   [ Cédric Boutillier ]
   * debian/control: remove obsolete DM-Upload-Allowed flag
   * use canonical URI in Vcs-* fields
   * debian/copyright: use DEP5 copyright-format/1.0
 official URL for Format field
 .
   [ Youhei SASAKI ]
   * Unapply patches after build
   * Refresh patches
   * Bump Standard version: 3.9.4
   * Add doc-base support
   * Rebuild against newer ruby-narray, support Ruby =2.0 (Closes: #720242)
Checksums-Sha1: 
 f2144b386acdacbdc8fdd7a9136d9abc8dd2ee5a 2091 ruby-fftw3_0.4-5.dsc
 3751017161e7d6cc3cfd971de64e58d317283913 4321 ruby-fftw3_0.4-5.debian.tar.gz
 8029c8634318c6c8c9a7b89d88e916bcd00fa3b5 11162 ruby-fftw3_0.4-5_amd64.deb
 4ddfa51b98cb13b7cd5532ac582016d61c4fbf26 14466 ruby-fftw3-dbg_0.4-5_amd64.deb
Checksums-Sha256: 
 ee739d0af056425319d0859e5fb4bc2ad398501d5fecd96508cf926d6f36ccb5 2091 
ruby-fftw3_0.4-5.dsc
 7df79d0e72bc4fd6c60073097c8b9f6436e90875f787e8c8a18f59c32d113ea6 4321 
ruby-fftw3_0.4-5.debian.tar.gz
 7308258c15460d0a1a95453bd0604f48bb14baad6cfe923718725151f82a8007 11162 
ruby-fftw3_0.4-5_amd64.deb
 1118c2e3971fa6e3f274309d9ceb15edaa0eb123847fd602ee8efefaab86 14466 
ruby-fftw3-dbg_0.4-5_amd64.deb
Files: 
 66a85401a2be6e6e5d71c9dc8abb00dc 2091 ruby optional ruby-fftw3_0.4-5.dsc
 db301f3022620b176004251ddea5dce4 4321 ruby optional 
ruby-fftw3_0.4-5.debian.tar.gz
 c2f7cf3b9d2e331bc669b364e105c113 11162 ruby optional ruby-fftw3_0.4-5_amd64.deb
 566fb027f2bfed852eb6420b1e4a9591 14466 debug extra 
ruby-fftw3-dbg_0.4-5_amd64.deb

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

iQIcBAEBCgAGBQJSXP4hAAoJEJOU81SJHX4HaTsQAKkK7KFdciXZ9ugPQ6MSchoz
c0AUkR7zdDbcwd06g/VlMCvbHzpvmolQfcfOPEOmaPPu3W4L53boqD+wsJjTYCCw
gjEKnqfo027DqMbqdh5no3121gnQRj5k14r/EIIGS78O5Yl9IIZ25SuNOUyOyLiG
t616xRJe00UHrfOJkSv1/pHUrPav+JROsg4qmxNWppnyDvb7olhmxC8O+/c3GCjn
fxpvpstyJZS84KXTMKSc3zYDtAeXbjGmty7OSzqyk4pUdJijdToWmEn53fj03oNS
QpR1ORurbuljGOYkuUN3iUVn8Idc9Y34oK6lT7Ab8IDb2EQUoPj9217yAhZXhjmm
h5YlD6IMMJFpPYMrjhcF2Ri3tUdGmhrVk+wgTyEIxB4AKb2rLT3hqtmBtjBqgJOD
Q/R5ujzfXEOr/BVaKHQ/KyFstiP/C+TNsnZ97B0z150PuIy/sRBbpaWofcZ8x3D3
W73/92OsFVgU6qh7lJpwy4Nk53VCSulRGld8Fayw+QAWNMvGNT8bdX2mc5um7QNK
BysdkEN3lPrWW6zrxq3GCO36SUkg25dMSZv3Mj1Ch2tLSDz5o9BI/ELspIUJhx9D
l4KBkHQV7cybWfPxOiqfC0OJCdVJUipnxY1xu9eTv5zRl2qMaYtC4vM3dQ6AOGDZ
c313T8E+B0bcGh/o2A/Y
=jRJD
-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/e1vw0zo-0006yo...@franck.debian.org



Accepted billiard 2.7.3.34-1 (source amd64 all)

2013-10-15 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 08:27:52 +0200
Source: billiard
Binary: python-billiard python-billiard-doc
Architecture: source amd64 all
Version: 2.7.3.34-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Michael Fladischer fladischermich...@fladi.at
Description: 
 python-billiard - Multiprocessing Pool Extensions for Python
 python-billiard-doc - Multiprocessing Pool Extensions for Python 
(Documentation)
Changes: 
 billiard (2.7.3.34-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop versioned Build-Depends on python-all as no prior versions are
 available in Wheezy.
Checksums-Sha1: 
 85921783408945e15318f3722d312834d451dd2b 2219 billiard_2.7.3.34-1.dsc
 9a7f901c9f2bb49c1066d6a200fd78f5158b945e 135197 billiard_2.7.3.34.orig.tar.gz
 293fbfc7a46d90aec02937cd012014d71a6061a9 4931 billiard_2.7.3.34-1.debian.tar.gz
 f66228e748ca962d99c2f2f44db997b3a934585d 70198 
python-billiard_2.7.3.34-1_amd64.deb
 4cf408a39314c8599f404eaf9855129156f1f65a 77962 
python-billiard-doc_2.7.3.34-1_all.deb
Checksums-Sha256: 
 4cf48471cd8d9c83bbfd8745954cbd64c4e2bed2168dac3743308c0c6f42346c 2219 
billiard_2.7.3.34-1.dsc
 7c5638aa83d23e6339f39a2f28830f9c2ec5467a1c2bc2d6f199f0507653f36d 135197 
billiard_2.7.3.34.orig.tar.gz
 d03bf67a4ffb3ad9e6b3d70c49c8c48a55b35f41d084adea77debb2a3651fe53 4931 
billiard_2.7.3.34-1.debian.tar.gz
 233a371a6edc33b468610eba26ab1376452d9908ea17cde70802957f667f4dc5 70198 
python-billiard_2.7.3.34-1_amd64.deb
 6d9f6a86c62b1db9aea308a7a7037d9596ee62c826ead918f882cd26d507f076 77962 
python-billiard-doc_2.7.3.34-1_all.deb
Files: 
 777d7ece076304c01fa4e8e90a0e3371 2219 python optional billiard_2.7.3.34-1.dsc
 9ecf0a3dbbd023e1fe9830b40d397d70 135197 python optional 
billiard_2.7.3.34.orig.tar.gz
 dc38f01258728685c974d8ce3ce42a17 4931 python optional 
billiard_2.7.3.34-1.debian.tar.gz
 2a158f52c82ae42bbf251235fb68efb0 70198 python optional 
python-billiard_2.7.3.34-1_amd64.deb
 8e9385e2246daeb2bc53b63b04793cab 77962 doc optional 
python-billiard-doc_2.7.3.34-1_all.deb

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

iQIcBAEBAgAGBQJSXQbAAAoJEOikiuUxHXZaxZwP/0BEFfyQcXr9O8idwrzZU2H7
G+SMINcXmdaUif//EuAPnbGONUUecf5M5v2JDPoWQuY1o7pzwkW2MRYz0o4Fhrqm
kcOW6liX3w6iiDtZwLh0taq3fmZevntLQnyf9f/INnDSd19TFzGhjdcW0kAJIuNa
1+T/KrEsGxrpcTqWXdFM1kAfREJMeFW6WcUcpVnfTmHmyBGagvckcPml/KNQ6c43
G23NUlZfdFSzVc/xx0upMZSQuv/mrVdqWE+viMCYgjPb1VbalQpQbjWQ0f7iMnlX
EF8emZ9FqqXrRoG+8+A2DeNFNzlCB1qZHibFB/sXyu/8uMarJVdQ6leCuva0Br6W
Jj5MaBwhU0EUPxlJ1hxB5wW6i6728rvvpFQFfRVsge7at/UPr4ikdQ/mLqS8p0lw
q1QwiK/wu/bMuEvn1BYiWSbUzlNmrAMRZ0f33Ts1VVuAJlTL71f1Ab0WHJDkSJ4C
EeoqkmIbVip6oWvB5wqpNIEDoOXaUofnP2ZGMyQL4B6MH4m/0Mfl6GQCN9fvX11Q
hwsSr3vI7z0H8ShdR/t3N6RM4ols1FjVK1Q5GxFf0ITg6iLlsUPcPEy3D4tFD9qa
UlrGQEdZIYFjkquYTvNYSvfr2DHiQWkRvyZfR5qT8zAFLuyDWzDao5hEA4Daq3XG
i9SykpJmcMnGpafqRYDs
=g8lM
-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/e1vw0nq-vj...@franck.debian.org



Accepted ruby-pkg-tools 0.20 (source all)

2013-10-15 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 11:06:00 +0200
Source: ruby-pkg-tools
Binary: ruby-pkg-tools
Architecture: source all
Version: 0.20
Distribution: unstable
Urgency: low
Maintainer: Paul van Tilburg pau...@debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-pkg-tools - Tools for building Debian Ruby packages
Changes: 
 ruby-pkg-tools (0.20) unstable; urgency=low
 .
   * Team upload
   * Fix Vcs-* fields to point to the Git repository
Checksums-Sha1: 
 d5c913e27a8d8456365f85cd90d5251803790dda 2357 ruby-pkg-tools_0.20.dsc
 410c215e1fd0cd101de593b91e27f89c5de77f2d 10249 ruby-pkg-tools_0.20.tar.gz
 e7129ab4842927d63aa5dba88178c48105287e6e 13800 ruby-pkg-tools_0.20_all.deb
Checksums-Sha256: 
 e86de1695ecc26cf5638b03bab943747ea572dea157bc46c5028a8d9b8d545c0 2357 
ruby-pkg-tools_0.20.dsc
 928d4b114d9ac0d1b886b7e5a4c7d826e0ccf312bf0ad4e9724120adbcb3396f 10249 
ruby-pkg-tools_0.20.tar.gz
 3e5441540da60add98e5d63ef9ba97dc978b0bdb352bafe32c6075b06434928f 13800 
ruby-pkg-tools_0.20_all.deb
Files: 
 5b753409f8b22de4b438be83fc39c872 2357 ruby optional ruby-pkg-tools_0.20.dsc
 a2aee073f58488fc972a2d4ce402f829 10249 ruby optional ruby-pkg-tools_0.20.tar.gz
 1e5dc43995189bef26035c39ffdecae7 13800 ruby optional 
ruby-pkg-tools_0.20_all.deb

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

iQIcBAEBCgAGBQJSXQXwAAoJENpJWPYR4Unpf88QAJL9figzBpMs2NaKImO3En3w
u9wf/9icJSX3836wbOZiKjOr7hzeoYN7KFs0xe/LzMPx+pKyuGwbvqc3SzB4GOmm
wVY29th+mAn3IzI2jLDF+18w9cQMSLnGKMprDnuRLllu+U4CXpZKE9aFAdEF1jyg
tTCDwS4xN7OIMLpzhGlHNQDsjx3S7cgz92yzJn+NkARqLmwiAEP5GW11rNgNA/NP
uDJ5nNrlXNnaPwvOhN/9/ut2eHFSmlHVfTZ3YvaisR+1ue1IdoeV4Dm7le4ueOK9
jI21+X37e3gGllp3rKc4FMaNL5a3V2BQCI2ADIYR48kdPU/1JQA7x4mwFdcwWseA
JMDrv3+jqcpdfDiP7fkfqiPoRlifBN2BNS9r/g5E6zYoqJAHxoAIaZv46XR2JKDR
JV8CcB/UTgG2vziHnwrGv/079fj8yQipdZSEql8mRpTwA/NVW46QoIKQBO6gT2Gm
/SyPG4L903eWi61jhmrhhX4fv93dsFJfwhqF+DvrX01kgHan1sZcQv9ktZWs5IZ9
m7pL3UQ4jc+NsLPi4H5UYymRfatfkPDpL2FZQfD1TwGdPJBiwE+ZHFYXSAyb2Foh
Wb603c2AJoRHf+XuQ1v9M60l2JJDNck7i/VCV0e038RXzBej3WoAEtAxOgjc8mA+
/DUHzoqJ0c0XkUK1cGcb
=GC1z
-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/e1vw0ot-qx...@franck.debian.org



Accepted yi 0.7.0-1 (source all amd64)

2013-10-15 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 10:57:26 +0200
Source: yi
Binary: libghc-yi-dev libghc-yi-prof libghc-yi-doc yi
Architecture: source all amd64
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-yi-dev - Haskell-Scriptable Editor
 libghc-yi-doc - Haskell-Scriptable Editor
 libghc-yi-prof - Haskell-Scriptable Editor
 yi - Haskell-Scriptable Editor
Closes: 725577
Changes: 
 yi (0.7.0-1) unstable; urgency=low
 .
   [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 .
   [ Louis Bettens ]
   * New upstream release (Closes: #725577)
Checksums-Sha1: 
 c30a7d1b38fdb17f3e58dd1e829115d94864a3a5 4420 yi_0.7.0-1.dsc
 f8c52bba0ca5a50a2d7c9146af9e56a8fcae695a 594160 yi_0.7.0.orig.tar.gz
 f0fdec44ca4970d156db15e1aa1ed5a93cdd0156 10302 yi_0.7.0-1.debian.tar.gz
 93ce621b6bbc026345fe486df4af614a9dcbd08a 840098 libghc-yi-doc_0.7.0-1_all.deb
 25b6f85c89d1df43ba199b737886bf4117d8623c 3920452 
libghc-yi-dev_0.7.0-1_amd64.deb
 f21bcc2a10be50195fe4e8c01e90fbe787b11a42 4920584 
libghc-yi-prof_0.7.0-1_amd64.deb
 4a1f4086e1e9ff0a558dae67e697aee7f0aa13c7 6366052 yi_0.7.0-1_amd64.deb
Checksums-Sha256: 
 a9b3395707723fe0a2e30303a00a5fb80420ed549c7bdb64ff8408b064ad5720 4420 
yi_0.7.0-1.dsc
 410a2e843d2fbfbb4c319025a25bc7611971a6ee90997cc6eab54c11ee93ec57 594160 
yi_0.7.0.orig.tar.gz
 e7a89782334a59838342dd7dcd1c16b9afef505e6e56499d3ea4e3f6d8e994de 10302 
yi_0.7.0-1.debian.tar.gz
 adce0f42ab227b48d256b193f1ad9bbc3036b73cfa91f405dde38140a790bf36 840098 
libghc-yi-doc_0.7.0-1_all.deb
 ecc71fe7412a128e2f75c58f64cc05381bae8e1bf0b207c7075ccf6f3d42c645 3920452 
libghc-yi-dev_0.7.0-1_amd64.deb
 629356896db6cadce6ddc208069b84a3f5e27e513cb38e0ee1abff3c9fa47702 4920584 
libghc-yi-prof_0.7.0-1_amd64.deb
 2d3b8184f6701dec832bc1e3cce4362ff3aeac8f2e932d01589c25e79c7ad672 6366052 
yi_0.7.0-1_amd64.deb
Files: 
 a63181b1501de68adea36b49683b1a17 4420 haskell extra yi_0.7.0-1.dsc
 756f4fa6ceb273e6517e2c74318db832 594160 haskell extra yi_0.7.0.orig.tar.gz
 35c2f86c536e396fd7d802390431ccbc 10302 haskell extra yi_0.7.0-1.debian.tar.gz
 76b7968d4ccaba28ebbc82454c947cc1 840098 doc extra libghc-yi-doc_0.7.0-1_all.deb
 033a004424e035d84d78100b2706285e 3920452 haskell extra 
libghc-yi-dev_0.7.0-1_amd64.deb
 14b2ff7bf9c377f4c7b6cd7da54d0cf2 4920584 haskell extra 
libghc-yi-prof_0.7.0-1_amd64.deb
 0b1544f8af6a874341c598f66adb9bfb 6366052 misc extra yi_0.7.0-1_amd64.deb

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

iEYEARECAAYFAlJdBbIACgkQ9ijrk0dDIGzXUQCgsvvHT0YS2N4Bd88SDvntS5Iz
CIkAn2Y5+iICZCNBsxY5eXqEncpR+vNX
=MWgR
-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/e1vw0oh-z5...@franck.debian.org



Accepted gramadoir 0.7-1 (source all)

2013-10-15 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Oct 2013 21:53:29 +0100
Source: gramadoir
Binary: gramadoir liblingua-ga-gramadoir-perl
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 gramadoir  - Irish language grammar checker (integration scripts)
 liblingua-ga-gramadoir-perl - Irish language grammar checker
Closes: 464820 576049 710469 723881
Changes: 
 gramadoir (0.7-1) unstable; urgency=low
 .
   * Move from DBS to debhelper. Closes: #576049, #710469.
   * New upstream release. Closes: #723881.
   * Add misc:Depends on debhelper. Thanks to Lintian.
   * Change install dir for vim addon. Closes: #464820.
Checksums-Sha1: 
 ff8e6b8660ea6ac5962f25b765657cbf33a17bbe 1870 gramadoir_0.7-1.dsc
 d59dfd84d48082d78c2997514f2c86012385dd5e 3350163 gramadoir_0.7.orig.tar.gz
 dec82875e0d715312c3397fd1356d408c36c5e92 3957 gramadoir_0.7-1.debian.tar.gz
 c4ef4cc2006a1e01aab26658734b15596f734b2f 51144 gramadoir_0.7-1_all.deb
 c91c83dc1e9e0aa18137269afe9ee50b4fc49596 2924578 
liblingua-ga-gramadoir-perl_0.7-1_all.deb
Checksums-Sha256: 
 ce43d867da4918ccfdbdd036fdf3b581d68d3eb0c016d5a155829cde000df4a7 1870 
gramadoir_0.7-1.dsc
 8af7b4a2fff28f6d5b845b3fa61473953c16aa6dcddf1a5fdf756e132e24c67f 3350163 
gramadoir_0.7.orig.tar.gz
 a6ca5f2ff484a687f97955947024e6fdfcbde2834a3c986d6f4923eb98f01979 3957 
gramadoir_0.7-1.debian.tar.gz
 1990734655e4df90c5bcd32a3812931acb1291ca3fec0d2ef76c5c399203d172 51144 
gramadoir_0.7-1_all.deb
 f5d9b5f1df908cfc3f64a7cc6cf84a1624cc96631445a6993a6ba055c43d51e9 2924578 
liblingua-ga-gramadoir-perl_0.7-1_all.deb
Files: 
 58158937bf685b374aa9c11c62b6b332 1870 misc optional gramadoir_0.7-1.dsc
 e8f72f5fef6fcf2ed024db3ba798cd8b 3350163 misc optional 
gramadoir_0.7.orig.tar.gz
 e5d2958d1bc929e1c3080e0efacda713 3957 misc optional 
gramadoir_0.7-1.debian.tar.gz
 ce9e19201e967cf1701aee0e2fb62c6f 51144 misc optional gramadoir_0.7-1_all.deb
 f00500136ee617cb73adf4c1482bd705 2924578 perl optional 
liblingua-ga-gramadoir-perl_0.7-1_all.deb

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

iQIcBAEBCAAGBQJSXQgXAAoJEN9LdrZRJ3Qsu/MP/3fvRcTMgbRr+BkU5yFwmmTr
sNdDIFOFUujU20KjYofVxSpLGK0oc6RnjlgsArisMW3gHcC+FVpP4o+WwUcrFNKb
eu9AntTs7ZmIC8EZ8v89m76RxzgP8eidTBfruVfrXPsMihOU3JwQDmjYovC53Qyt
t+egC00fe7+3lBBsVIEjDL2f2KWYGhO5AbC1sBuOFbH/KtQWU6oMz+x7ZEv75gi6
3WZJ8Z7ZIup4osLhOBPeTG1BPIWQHbfwvwuCoW7nD8eXC8d2GjrWt39XgblNzPI9
MEiHKnNer/xZLrkg9dMmj/VfJj55RaUmsG8aSI7RxZu20S3dWuFoizvr+fIqTM+i
MdRjuCRspcIVYko/O8g4JdVscvZ0opWJd2GLpjOKkaLLQB/WOdvQeibeVkVnp2v2
6dmpfro6Tkt8tY30fZiVrVemLmBtVoM8Z+bxiVnjv8BJvDq9uHGad2JTeFQy+mVa
XfWV+XTcvCxupeBM6IVI+O89Q9KbxPJlblF250cEg0hJgkgQV+DXSVcrmRrdBmn3
SInJ8ApdAcuA9Ivacv4Cpx8agd+xjuLTpmbGgV0F1dhZo4w0RDxNeOclwmnHagwq
nDN8mtpCKoeEsn7D5PzwABK8VNwtq9f1azYV2ceJQMRV0t3XuZ39A3/gFBwLBhyR
pkjTjvqBTN6e5I+JHxXr
=Tesz
-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/e1vw10h-0004f6...@franck.debian.org



Accepted hdf-eos4 2.17v1.00.dfsg.1-5 (source i386)

2013-10-15 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 10:25:30 +0100
Source: hdf-eos4
Binary: libhdfeos0 libhdfeos-dev
Architecture: source i386
Version: 2.17v1.00.dfsg.1-5
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libhdfeos-dev - Development files for the HDF-EOS4 library
 libhdfeos0 - Earth Observation System extensions to HDF4
Changes: 
 hdf-eos4 (2.17v1.00.dfsg.1-5) unstable; urgency=low
 .
   * Include dh-autoreconf in B-D. Yes, this was tested on pbuilder.
Checksums-Sha1: 
 df99e6eab142181b0932bde4b15084ff2be50308 1973 hdf-eos4_2.17v1.00.dfsg.1-5.dsc
 43d393dfd7a8ec64ac7b2da1c180144400eac962 27625 
hdf-eos4_2.17v1.00.dfsg.1-5.debian.tar.gz
 114409f48733820439d9b4c9b5224ba2fdc62698 87102 
libhdfeos0_2.17v1.00.dfsg.1-5_i386.deb
 27f4aeae8fb3c4f8b5c59801fd67c26945535552 171934 
libhdfeos-dev_2.17v1.00.dfsg.1-5_i386.deb
Checksums-Sha256: 
 2c9515a864c13cd45f3be35519501f1f6edfa1411165f8f5865f16ee38a405a8 1973 
hdf-eos4_2.17v1.00.dfsg.1-5.dsc
 47522673713f71f145b000615cc297f9fe0e3e1d864c83e9664ff488848f9d3f 27625 
hdf-eos4_2.17v1.00.dfsg.1-5.debian.tar.gz
 b6aa62c64e5ac95dec9a1ae9cb124c9689f15286df2b87020acabf68d82b7957 87102 
libhdfeos0_2.17v1.00.dfsg.1-5_i386.deb
 1136ed4f30d30f45167580abcdb64517ff12016e11af90ae19c617730e6e 171934 
libhdfeos-dev_2.17v1.00.dfsg.1-5_i386.deb
Files: 
 11c0d6d6469b5ac6d49453fe9dee1201 1973 libs optional 
hdf-eos4_2.17v1.00.dfsg.1-5.dsc
 e165de85ab0f578bd7f663280c3a860d 27625 libs optional 
hdf-eos4_2.17v1.00.dfsg.1-5.debian.tar.gz
 9931f51b9b8a3a01f5adce47833590a0 87102 libs optional 
libhdfeos0_2.17v1.00.dfsg.1-5_i386.deb
 2fa00eff7737d0d434df34a0813440c2 171934 libdevel optional 
libhdfeos-dev_2.17v1.00.dfsg.1-5_i386.deb

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

iQIcBAEBCAAGBQJSXQvBAAoJEN9LdrZRJ3QsqrcQAI58AeaKx9fA9zoRCnwh6DIx
oRCqa+MtKyCJF+KP46Fhb5q8XE77SV1agghWN3vAv9G5L5y0GSGYuBvw2fkfGRMY
heSoqr1getk43g5DQ1u4EwwG5XalKCA19jkc7RPBsZ+XJrnyfSJMUqG01dbDo85g
qEdN14cEXJ5n5WBoN5Kq8N1yyzVQpoxyMediErQAL6GwOBAHWIQveWdc5GQr/gUR
sOcjMFAMw1F6AVMQCsr2Fl5T9m74QenRFGRk6KfTjiRZFg2XTYa856YchkeiUn6H
7E0H4z0IlOLUoUEUvcsIq1c2yvyKHSm/aoTGGl0AlU4oRFK/nw6it0M2zmBF1331
+YLLi/pRhF531lvoJ9rKUMyoj7g4ocg7tpzRt5ELgcIt4OXioNJCK+0YrvlxoNtf
IQY3dZtW4AYF1mgNs/r9cH8Rn1PXdKWC6+KJQI5KqfRtjInFirDdFIH9wdUqYR7O
16jxqJmXJ+B/WWLjQV7VI/p6MM/XF8j3CKOZGpkVN+UmU7vluC5eKzB5PM+5hMj1
ZseOT1BAx33zjqWSfr4KeCplskXtKj51I66zzZYsZ7Z/tB8WsaISEUtqWrZL47IM
Fx2vOievbjU+39qCORw5h7EMeKrLEIc5i0KUPwyD3qwGIecyEeSJSu15s4+guglf
pGDbMzMOM59Sr6C632Wd
=1JUj
-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/e1vw1ex-0008gh...@franck.debian.org



Accepted ruby-innate 2013.02.21-1 (source all)

2013-10-15 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 11:14:29 +0200
Source: ruby-innate
Binary: ruby-innate
Architecture: source all
Version: 2013.02.21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-innate - core web-framework part of Ramaze
Changes: 
 ruby-innate (2013.02.21-1) unstable; urgency=low
 .
   * Imported Upstream version 2013.02.21
   * debian/control:
 + remove obsolete DM-Upload-Allowed flag
 + use canonical URI in Vcs-* fields
 + bump Standards-Version to 3.9.4 (no changes needed)
 + drop transitional packages
 + update my email address
 + add minimal version to dependencies, according to upstream
   * Remove unused lintian-overrides about transitional packages
Checksums-Sha1: 
 5ab950cdf83aa6a9470d4334448e076dbb3186e9 2189 ruby-innate_2013.02.21-1.dsc
 30865771b3b45ff052898d2f5dda9523bd3adab8 107075 
ruby-innate_2013.02.21.orig.tar.gz
 170e97ae0c3fb59b8c9d0d6f6a8f50c46841b61a 3886 
ruby-innate_2013.02.21-1.debian.tar.gz
 91ab7e5f041d69eb11836bfc4e0c44db8a66229b 81962 ruby-innate_2013.02.21-1_all.deb
Checksums-Sha256: 
 9f1a82f4dd318136a526198ac3f54e03822abc49e6eb9c0ceb5acc1a9f233f3c 2189 
ruby-innate_2013.02.21-1.dsc
 b62de54219b2ad2a5751a5c58dbd2e05514c7746a9e29f9ba9bd3b95a3bada7e 107075 
ruby-innate_2013.02.21.orig.tar.gz
 fb50640df50c19dc9e58cd1b103975f939895ca06dd88097938113a131a050d9 3886 
ruby-innate_2013.02.21-1.debian.tar.gz
 0be523c243a18338afc36d948c8a0ce1d2af5e6d1f6c2ad2a889e18d8bd40a08 81962 
ruby-innate_2013.02.21-1_all.deb
Files: 
 8418f10d4010ad64c5c7ae2f2a1e07d5 2189 ruby optional 
ruby-innate_2013.02.21-1.dsc
 97f113adf9ed9ed907557c375405 107075 ruby optional 
ruby-innate_2013.02.21.orig.tar.gz
 e9ae3944ca75ef766d64f2e9fc0ff325 3886 ruby optional 
ruby-innate_2013.02.21-1.debian.tar.gz
 cb65ee60382498d7bbd303f7252b5318 81962 ruby optional 
ruby-innate_2013.02.21-1_all.deb

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

iQIcBAEBCgAGBQJSXQtNAAoJENpJWPYR4UnpeFYP/j4k2XAjFKt+OfvpdnZgMJDg
L82/9YT3H/KxmJEm6JtQscSY6aOBZLgJLQbqDBaO0Z3BPyFawk8YKKGGUxeCv4/K
HBzkMK5Q8frX2COAa4B6yEBrYu4Q3F5R5pqA6vPWJ4MWy/q3ykHBgudYnkiDblk0
cTyN2nkXAFv7SPqYO6loLVWdef/F0mBu+US/Vng56OAbdUP0iby79OHP7UW2B0v4
6vg+THcqZ6DWNzRaFlUvhPk3uR1GvNX+RAWu2ptc0G4vtf0ZTlBaFWOsaivZOS4m
O9SGObCby+6vTCQFGCKZXLVcnkICPl/ZHfCNN1wptfAqkvnOIu6lVAhm42Q4Hl6Z
4ORYmbn19GXr3xxA29H7/TpAR6f0DkIE3L8VQjvHEUrmO1lmO3QGYTs8vqwq88zu
LBrKsOnEhDNOhUVe/wA71GsSUdLxnl1+REzUK13PAjHd2pDRUg2TBdkqSW/Lp6E7
oV+0nIE3n6dXW2UP9qNBRY7+sTn5NfOdj+ZtD/Ps8Ozk+VKPyKaxFWXux/NzNQTb
FTFCXvOrHOs0cBtgfZR2rEjB+6kGOX10NUP3w6W2EF1jGrH2s6uD8B4KV1o+0g7W
GelNYDuN/K0WfovGkimYp/IKu+F9CvjdnsFjt1BnMm6MnrRjM3yEK45EqY4Px3u8
lqR8Jnn/fWas0oo7kYOp
=tbOj
-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/e1vw1ft-gq...@franck.debian.org



Accepted swift-im 2.0+dev6-1 (source amd64)

2013-10-15 Thread Kevin Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Oct 2013 16:42:12 -
Source: swift-im
Binary: libswiften2 libswiften-dev swift-im swift-im-dbg
Architecture: source amd64
Version: 2.0+dev6-1
Distribution: unstable
Urgency: low
Maintainer: Swift Package Maintainer packa...@swift.im
Changed-By: Kevin Smith ke...@kismith.co.uk
Description: 
 libswiften-dev - XMPP library (development files)
 libswiften2 - XMPP library
 swift-im   - easy to use Jabber/XMPP chat client
 swift-im-dbg - XMPP client/library (debugging symbols)
Closes: 726289 726290 726291
Changes: 
 swift-im (2.0+dev6-1) unstable; urgency=low
 .
   * Update from upstream.
   * Don't conflict with libswiften2 overrides. Closes: 726289
   * Don't conflict with swift-im-dbg overrides. Closes: 726290
   * Don't conflict with libswiften-dev overrides. Closes: 726291
Checksums-Sha1: 
 560fdf51ba75ce2a4d721c84ecf724f96dd9e517 2519 swift-im_2.0+dev6-1.dsc
 df07a53cc29bf44a2ef7307987fa8167bddd809f 2478665 swift-im_2.0+dev6.orig.tar.gz
 81a43a13c0f8234ec61f34f0e99bc47ff01fe14a 15302 
swift-im_2.0+dev6-1.debian.tar.gz
 391102d5f0ed045b7f20a5610d7f459abbad6130 1340064 
libswiften2_2.0+dev6-1_amd64.deb
 d409da84117db62be8516bdbd1633c5df431936c 146250 
libswiften-dev_2.0+dev6-1_amd64.deb
 d8cb0f2b6848ef1b90f8c576ba0313ad97c3df1a 961512 swift-im_2.0+dev6-1_amd64.deb
 fa84a917f11a0d7ae4d64403469ae6baab0f3588 33100800 
swift-im-dbg_2.0+dev6-1_amd64.deb
Checksums-Sha256: 
 c7952b69b9adae286b32f6222f4057477dd4bd6812050776dbfec938c34b6181 2519 
swift-im_2.0+dev6-1.dsc
 0662adef62093ac80519146a96c52a835dd3f98cd8d0b1805056d4a673699df7 2478665 
swift-im_2.0+dev6.orig.tar.gz
 27e84827e045374905511e1f62cc4ba1dc0a812daa4b68d13421dc7998deb0d2 15302 
swift-im_2.0+dev6-1.debian.tar.gz
 fecf77c633ee76ae0c13efaef45bca9e7862406345ecc19a1f15c8e2ef390883 1340064 
libswiften2_2.0+dev6-1_amd64.deb
 21a141bee1530d396fa2180a4cfe5b2753c83a61f735d8f530ccb28876d3bd22 146250 
libswiften-dev_2.0+dev6-1_amd64.deb
 3c0f7b2a043bf76a84d9462e1bb13792291735b9d6ba2f420b67feb5db6834eb 961512 
swift-im_2.0+dev6-1_amd64.deb
 61e364cfb479b29a91d865818d4d0e19452db90cb4f468cc370aba31afb8db2d 33100800 
swift-im-dbg_2.0+dev6-1_amd64.deb
Files: 
 7656044aebd00d606a0477f4f292cbf2 2519 net optional swift-im_2.0+dev6-1.dsc
 a43d7073e41be51242bb45ffb0db3fb2 2478665 net optional 
swift-im_2.0+dev6.orig.tar.gz
 f1d929d721af0ed1c67e360460f95339 15302 net optional 
swift-im_2.0+dev6-1.debian.tar.gz
 8bfc7460a86bef2f5a2eabc6afb93bab 1340064 libs optional 
libswiften2_2.0+dev6-1_amd64.deb
 2303e7d1f949d2ce2a612fbcd268a405 146250 libdevel optional 
libswiften-dev_2.0+dev6-1_amd64.deb
 0e7bffb2c5515f3498cf8eff509d4531 961512 net optional 
swift-im_2.0+dev6-1_amd64.deb
 6c9fa65d19bf5b9b45b398072b4619b1 33100800 debug extra 
swift-im-dbg_2.0+dev6-1_amd64.deb

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

iQIcBAEBAgAGBQJSXSGUAAoJEBgUewc7rSsHxpEQAIS2UHHda7VunbGQiGlc0mKi
ui5lWbPQ02MO1LawOWZUBgfihzHuZGLWY5neULgADmeY5vH8SQm7RMci4QQZidcZ
pltrozYBWupopANEonzaxzEc/DjUB60NuKRQBKavPmsxxK7Y3yFYwBonON18AZWX
MTHX2wBzVqGGIKEy8W0blnwIvXDj9rk7FYh06fnd3Aqcar3Qg8g5Q65j3ZeoDPC5
5tO5c2qwPl/t185w7wBBaUF4i9uaNA3VAuNnvkjVf3t0Js1zsUYWSAN80AyWI3TE
pkLUd0aELxsk4AeU96YYmgwkdJVj0+yVQIzLWs75x0OJ1P3n9m1jzlH2IcYyK7Ln
xHTsd74rJK/a2Yt/8jTl6MoqvXDVdFZYLa21n2tU5FpUhrdsvgQyXum/iSgQpV3N
PTN6J8I/h2qmrcXm+Z6apgInKsQyRbdx527sTLZB7wUWyg0NiO1Jjm/Tl3eh8obt
J9sSnRAaZCF3F3GRkerpJy/kJol5g+zJLITrnartyUYHYyTcvui/uoRjW26Dq81O
LMvCFZCM+OytHdSMfJKb5PAdIqGRGrPc+DGvI2PGYTQFg3LRLrxdYPqoClbBwWoB
rh0fBXQAmG2JNP0lyKU7MpiR/NNYW84Bxe4OMLdBqcWL+V+EO4G0PQu+anr1KnF5
UHyrdAjtSzEllHcDA3Xw
=gyc2
-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/e1vw2ew-0004ke...@franck.debian.org



Accepted qt-gstreamer 0.10.2-2.1 (source amd64 all)

2013-10-15 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 Oct 2013 19:54:23 +0900
Source: qt-gstreamer
Binary: libqtglib-2.0-0 libqtgstreamer-0.10-0 libqtgstreamerui-0.10-0 
libqtgstreamerutils-0.10-0 qtgstreamer-plugins qtgstreamer-declarative 
libqtgstreamer-dev qtgstreamer-doc qtgstreamer-dbg
Architecture: source amd64 all
Version: 0.10.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 libqtglib-2.0-0 - C++ bindings library for GLib and GObject with a Qt-style API
 libqtgstreamer-0.10-0 - C++ bindings library for GStreamer with a Qt-style API
 libqtgstreamer-dev - Development headers for QtGStreamer
 libqtgstreamerui-0.10-0 - QtGStreamerUi library
 libqtgstreamerutils-0.10-0 - QtGStreamerUtils library
 qtgstreamer-dbg - Debug symbols for QtGStreamer
 qtgstreamer-declarative - QML plugins from QtGStreamer
 qtgstreamer-doc - QtGStreamer API documentation
 qtgstreamer-plugins - GStreamer plugins from QtGStreamer
Closes: 701344
Changes: 
 qt-gstreamer (0.10.2-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/libqtgstreamerui-0.10-0.symbols
 - update symbol list information (Closes: #701344)
Checksums-Sha1: 
 293de6ce0952ca5d15dd650c5157266407203fcf 2603 qt-gstreamer_0.10.2-2.1.dsc
 dea424f576bc691d581a84bf62179bfd21603fbe 15438 
qt-gstreamer_0.10.2-2.1.debian.tar.gz
 6c983a708a177496c60b90174733dc6614895f5f 47696 
libqtglib-2.0-0_0.10.2-2.1_amd64.deb
 18cc587486cebcf01a6b1336beedf15d52dbeffd 74066 
libqtgstreamer-0.10-0_0.10.2-2.1_amd64.deb
 747827d8481d8b3aee04b0d7f6f1bb9dfaa469d6 26842 
libqtgstreamerui-0.10-0_0.10.2-2.1_amd64.deb
 ac7622c61d2bd62459ed5c23667c7c0c605d8398 13408 
libqtgstreamerutils-0.10-0_0.10.2-2.1_amd64.deb
 736fbf4eea02c4f9c78994cd1b43f45c4aade880 33672 
qtgstreamer-plugins_0.10.2-2.1_amd64.deb
 7922bc9b9c50aeaf6596d9b987e08a1d0d7a7651 10712 
qtgstreamer-declarative_0.10.2-2.1_amd64.deb
 d32419a0d430d062baec6889119a52b6e277db14 54334 
libqtgstreamer-dev_0.10.2-2.1_amd64.deb
 258aa557aa585ddec32580177f04fbbad720f62b 1733442 
qtgstreamer-doc_0.10.2-2.1_all.deb
 1586e756b772c5dfbfad3e5d13a79b8dbaf00d94 3501772 
qtgstreamer-dbg_0.10.2-2.1_amd64.deb
Checksums-Sha256: 
 2f66e2a5e2fe83d21b3483c94db3c30621ac991bf8a8d5ad130572fbcca39e2d 2603 
qt-gstreamer_0.10.2-2.1.dsc
 5b674fd8d346a779d876bd7324c71b56faa58ded7a9b725ef5870033a7c4899f 15438 
qt-gstreamer_0.10.2-2.1.debian.tar.gz
 4b54eebff119b1370f063817acf4dfbfd4db8cc37a72b690d43728c75d57c94c 47696 
libqtglib-2.0-0_0.10.2-2.1_amd64.deb
 a6a74b156c3c42d41ff320d25539e2ff8b6510a1fe8fcb0b3c31ff2fb76063bc 74066 
libqtgstreamer-0.10-0_0.10.2-2.1_amd64.deb
 dc88e38f1a29eae3ab71f867d59c47bfd1d09bb5553e065006662dafbb51de7f 26842 
libqtgstreamerui-0.10-0_0.10.2-2.1_amd64.deb
 6d866a6861ae9c95ddf5ec5a6f0a00947f34a1d292acbb83c90d48d440f9b944 13408 
libqtgstreamerutils-0.10-0_0.10.2-2.1_amd64.deb
 6f8cf386c736dec19628c93f3171a7fac3debec5245230c76b77eac26eeb924f 33672 
qtgstreamer-plugins_0.10.2-2.1_amd64.deb
 48045b2ce04c0e4d94051460b2dafc88c6d61c93fdaf2dcffdfe9f45a2d4224c 10712 
qtgstreamer-declarative_0.10.2-2.1_amd64.deb
 c2184502bc58530a8f6752c50b470cba3952b1ab60cd77c710602ebfc3b61f85 54334 
libqtgstreamer-dev_0.10.2-2.1_amd64.deb
 5be1333883cd3f3d6d656e100243d192b2f10edaec2ad7b20ca96ceaff331cfe 1733442 
qtgstreamer-doc_0.10.2-2.1_all.deb
 8b1c447ffa9f16ee7cc9238cda1877af5befd923a38e04739f8966b299bdceae 3501772 
qtgstreamer-dbg_0.10.2-2.1_amd64.deb
Files: 
 d3884c6d6e7153b268eebf411f78443d 2603 libs optional qt-gstreamer_0.10.2-2.1.dsc
 5fc15dd74237083c9ce4a639f361dfa8 15438 libs optional 
qt-gstreamer_0.10.2-2.1.debian.tar.gz
 574c67dacd5837f1de657b4925f5414b 47696 libs optional 
libqtglib-2.0-0_0.10.2-2.1_amd64.deb
 18084e01fe9305d0e4ecc93d359c98ee 74066 libs optional 
libqtgstreamer-0.10-0_0.10.2-2.1_amd64.deb
 9359eff3eeb3e791d73ecfc3bc19134a 26842 libs optional 
libqtgstreamerui-0.10-0_0.10.2-2.1_amd64.deb
 dd77b8e430debb44b9398cf1f0c9a7d6 13408 libs optional 
libqtgstreamerutils-0.10-0_0.10.2-2.1_amd64.deb
 51a897a89ea8a06a112ab457773b8fbe 33672 libs optional 
qtgstreamer-plugins_0.10.2-2.1_amd64.deb
 7bba47a6011adf2b04b7b5686cbd666a 10712 libs optional 
qtgstreamer-declarative_0.10.2-2.1_amd64.deb
 952f5864c301dc129f30560e0e1e1b45 54334 libdevel optional 
libqtgstreamer-dev_0.10.2-2.1_amd64.deb
 8fef62132d90d2b21251cf2e66fe1ac9 1733442 doc optional 
qtgstreamer-doc_0.10.2-2.1_all.deb
 563470f1bf4d6d741e0de7d8dbfa1d42 3501772 debug extra 
qtgstreamer-dbg_0.10.2-2.1_amd64.deb

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

iQIcBAEBCgAGBQJSVoppAAoJEF0yjQgqqrFAzPQP/1xoDbDhhtam7fyOgOiA/Go+
GK3b9Yow7YzB9/uCkqJv5jwJtazSsbQC5mze/9Xap9M15YfJn5Gkiw7L+/IaKMPI
dHwB7+CXaoJhJprs33BYAq4Njj1VPrtxBg0ZwQv3I1zpPWP7osTUWwCaRRbHWIUU
X2QialtuKKRTBaR3ahqyCP/WQxqa5k1A3R87J+NBlPnv16o+uIw5FUDd4Q7AI9UW
w4fcLljn62LZCvD9+uigC2Js3wyc4betL8L8T621aRdDpzpPCkFKfjW3B+GUDM4L

Accepted aroarfw 0.1~beta5-1 (source all)

2013-10-15 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 13:27:25 +0200
Source: aroarfw
Binary: aroarfw-dev aroarfw-doc
Architecture: source all
Version: 0.1~beta5-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 aroarfw-dev - framework to build hardware with RoarAudio protocol support
 aroarfw-doc - framework to build hardware with RoarAudio protocol support (docu
Changes: 
 aroarfw (0.1~beta5-1) unstable; urgency=low
 .
   * New upstream beta release.
Checksums-Sha1: 
 392183bbfb2e30b9e72618ffd309ef25e165227e 1820 aroarfw_0.1~beta5-1.dsc
 dd3469e20ccc4092f68c73a1f4cf89fa290fb8b6 35815 aroarfw_0.1~beta5.orig.tar.gz
 959d139f8ceba38ff263ad99f9d60fa28b71b165 2817 aroarfw_0.1~beta5-1.debian.tar.gz
 578c5e40c06f37bb43671ae7ef82f95964797dc4 20050 aroarfw-dev_0.1~beta5-1_all.deb
 2469220755fa0da06b1763b1795f3509b421d686 203382 aroarfw-doc_0.1~beta5-1_all.deb
Checksums-Sha256: 
 def593b900346fa4905a692f9437d538c828070444727489047661eea434d1b9 1820 
aroarfw_0.1~beta5-1.dsc
 65f98d0f9f1b07ef7bd4a20f2a7a1c50bb7db452b56d76ea80fbc008663b73a9 35815 
aroarfw_0.1~beta5.orig.tar.gz
 b74df741aa612a69ba36cedaa1ac15e13b1a80f4650f66e0581a2681f66c17b4 2817 
aroarfw_0.1~beta5-1.debian.tar.gz
 34ca5212ea7d1e8c3cbed8d5466f593be5617d682dda3d42cfbf402b6a5e17e2 20050 
aroarfw-dev_0.1~beta5-1_all.deb
 9210ceae2c910dd08af2a1215b2100b599e480f0e1c9c11b1af961e907fcd270 203382 
aroarfw-doc_0.1~beta5-1_all.deb
Files: 
 84fc6799ebabda73b353c632fbd8f683 1820 devel optional aroarfw_0.1~beta5-1.dsc
 66520c9522adca64bf7cc98af4619aa2 35815 devel optional 
aroarfw_0.1~beta5.orig.tar.gz
 911d89efa0bfd01a1e5d82d8f95cf17d 2817 devel optional 
aroarfw_0.1~beta5-1.debian.tar.gz
 5a671eed6c815dfe32389421d4355468 20050 devel optional 
aroarfw-dev_0.1~beta5-1_all.deb
 35d0fe5e824e137b82f7795e36a88c7c 203382 doc optional 
aroarfw-doc_0.1~beta5-1_all.deb

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

iQIcBAEBCAAGBQJSXS4LAAoJEBLZsEqQy9jk8dwP/i7RHzFwWTSjxniVa7tk6Peb
65qj40j2ba2yUoMRGBb/OqMQuhuxTppqc0QXdNTpnnvq0MWoZbxziqqX4T4wEjd8
hYKNFUdnnddC8zJeGws9KJfZmiJr1gJv60MRMJdebuyvq7PGEeTVAkTMPnI+bKRJ
vhxf51hMFMy/XhlpSfyq50AyeunPWOCwbItsYAAQBDmB1P9qR7IK15i2vGd5Es9r
t3dpElU13j0T/zc5hAeeyr78BYf9zeo1Gbkmo3TXoQ4gCziVX2Lgn7e5hsLAd8I3
UvkbSyjNnoMcsYLJh9OeQB/Z3F7MNNfZViclO2lXB85DxAz5v3z7vCZrBSpIjv9/
3lQSzqjRM6Ua6Ax2mJissz9qsKq5GQhBZDkaONdYsrFVF1BpvsEP1K8sF6XqTt1t
ptC3tJreAiJq5MVk2LUXnvreIYWzMXcQpcUKEwIe99zFH9zeJgN2W/dnuDKeXEmf
fpZJWwVEaTif2RjuQGOWPg+im1TYVJg4fpdATF18gpyzJK3LKFQbYhZLqFgxKYjZ
RP3dTMN7HYNXnIbhbyGwBYDsr+wUKj1RIaywlW63ehheqmOBd0uVgv8pQxkacPjN
t7xCGz11Qjyx5SpF770/n39G3OiI5i+uVhOAPDUE3THyp2uXfS05sHjOhLfkWbeq
Mo/tb+SOpVBbDEOpftAM
=9/Zz
-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/e1vw3li-0003ch...@franck.debian.org



Accepted roaraudio 1.0~beta10-1 (source amd64)

2013-10-15 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 13:46:25 +0200
Source: roaraudio
Binary: libroar2 libroar-dev roaraudio-dbg roaraudio roarclients 
libroar-compat2 libroar-plugins-universal
Architecture: source amd64
Version: 1.0~beta10-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libroar-compat2 - drop-in replacements for other sound libraries
 libroar-dev - header files and documentation for the RoarAudio libraries
 libroar-plugins-universal - Collection of host-independent plugins for libroar
 libroar2   - foundation libraries for the RoarAudio sound server and clients
 roaraudio  - sound server for audio mixing
 roaraudio-dbg - RoarAudio sound server for audio mixing (debugging symbols)
 roarclients - Collection of basic clients for the RoarAudio Sound System
Changes: 
 roaraudio (1.0~beta10-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix lintian error pkg-config-multi-arch-wrong-dir.
   * Add patch 01-source-init-functions to fix lintian warning
 init.d-script-does-not-source-init-functions.
Checksums-Sha1: 
 1402db81fa635f22f29a3ebe9ae1b28b92314736 2359 roaraudio_1.0~beta10-1.dsc
 8e2257b5b92a2252ba46c166e1d91e61b93fd32a 747900 
roaraudio_1.0~beta10.orig.tar.gz
 843b884b766025ed7d77a4e571a596521dff70f1 10773 
roaraudio_1.0~beta10-1.debian.tar.gz
 8fbeb2c0883570741e261d88120bf51b4f95d89a 183194 libroar2_1.0~beta10-1_amd64.deb
 7fafbb590ef71d66b9f56f6b4a00693fcaf8fe94 238258 
libroar-dev_1.0~beta10-1_amd64.deb
 8f779a392b88690a55c49a25b235350e8fb16936 1301772 
roaraudio-dbg_1.0~beta10-1_amd64.deb
 76fdc237dd646b67890d0bc84800b0fe236647d1 149798 
roaraudio_1.0~beta10-1_amd64.deb
 63e546b257e0779d0cc570fbd77c05673ca493d9 99822 
roarclients_1.0~beta10-1_amd64.deb
 8dd4a7ddd9d91a2e52edb1de96ed0d7aef37f2b4 56392 
libroar-compat2_1.0~beta10-1_amd64.deb
 132fd21bd36bf2c6daacf1c7b84d7b78ced54241 37994 
libroar-plugins-universal_1.0~beta10-1_amd64.deb
Checksums-Sha256: 
 7b59af69a67077acec8531bab4db57d2722600c7e7babcf024aed54adbc2ec70 2359 
roaraudio_1.0~beta10-1.dsc
 51ac987ce152c5196ad967749acd92e9b47c6860ef70b498b526bf0dda4112f2 747900 
roaraudio_1.0~beta10.orig.tar.gz
 b452653f970c9ef15d120c16add1d8a3fa260370d791827ae9d8f802e2c3cc32 10773 
roaraudio_1.0~beta10-1.debian.tar.gz
 94e6eb655f8af44012aaf035068ba87b71efbb45658b61339c3ef0659bdd5401 183194 
libroar2_1.0~beta10-1_amd64.deb
 75aca51a574ee5d31763a5386954c8d26a4bd8d2d7733afb5e50444bb5cc3bcf 238258 
libroar-dev_1.0~beta10-1_amd64.deb
 3a8fc7468c71c7e2927f8fd7ae2d0c2661c9424191fb04d69b5140153bacb95f 1301772 
roaraudio-dbg_1.0~beta10-1_amd64.deb
 293c2a4872cc93c2235574261317eaaecdbff0fc547737454a29796d9516a957 149798 
roaraudio_1.0~beta10-1_amd64.deb
 c366a08e538a7b8ce54d37cded6fd0e96f12869b3163928851658309ac9ec7cd 99822 
roarclients_1.0~beta10-1_amd64.deb
 31e83be51a90e1edfca57d181342d961a58bca602704db16764503383a6e 56392 
libroar-compat2_1.0~beta10-1_amd64.deb
 ec3f1a064a958b8879c86a5e2114207b38d70266495312777361095257abc1b8 37994 
libroar-plugins-universal_1.0~beta10-1_amd64.deb
Files: 
 4de24ddf6f1701f8b48c6ba05d34dd82 2359 libs optional roaraudio_1.0~beta10-1.dsc
 2ca6706448aa9e4407e92a488ac6f90f 747900 libs optional 
roaraudio_1.0~beta10.orig.tar.gz
 be1eebf0001a02a8f4661ee63d87aa56 10773 libs optional 
roaraudio_1.0~beta10-1.debian.tar.gz
 b6b91020ca81cf9a4e62278490e0e140 183194 libs optional 
libroar2_1.0~beta10-1_amd64.deb
 6f87b2dddafe692c600643a67236be3a 238258 libdevel optional 
libroar-dev_1.0~beta10-1_amd64.deb
 9e28c9c53d86d878e9352394cbd8680d 1301772 debug extra 
roaraudio-dbg_1.0~beta10-1_amd64.deb
 9512fc43cc63b9bee90cb67962c4c3f0 149798 sound optional 
roaraudio_1.0~beta10-1_amd64.deb
 2d7eca79ed3e3b03d3268044a731b682 99822 sound optional 
roarclients_1.0~beta10-1_amd64.deb
 b95e64b0a413bfa0905e991a48288ffd 56392 libs optional 
libroar-compat2_1.0~beta10-1_amd64.deb
 3277d594a9ff4f8974b4bd2b7816a77e 37994 sound optional 
libroar-plugins-universal_1.0~beta10-1_amd64.deb

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

iQIcBAEBCAAGBQJSXS4LAAoJEBLZsEqQy9jkFKkQAJ+Vemin7OSqlKn8aiug+3wJ
9YUQh/+4tsag+vsaimjnWrx7oKwdZ4i5stKCUT9P3rLTifzhLg0Q3Diwa1ePmRGF
/UG/mlryTX4MJTntXV2fPYgLq5upSfkQQzJSHG2uSdsBQxWiVevaMNXupFFznz8v
bCcvQl3x+dt/moGLRFT3i+OXvPqIDKxI/JAVrF1df8NYys/J9PUTUs+PJ/ocBK0W
qm2sEvhPnXEtBp1aiYcAG+KXniM70PjkaV5Ji3VbISG08XGoBM+MyDB0au6EgjMR
HH4yvILqcgY6D2KH2LI2YOUSXGW5gNeZ9uUMn1W8UeM833DWm+yOyApxKuLPeiNM
zJKGop+G8Fu5U13UWaL+rat/ptAtRjdPk1xvDJKcQUpH7l/LVRSdqOvc30vkC+Qd
X/1cpY+WyOG9466x4IxjaIDOptAeiGDaIeRp0K2n2qR3ovSDDFNUOvpYFbZVNimj
yneMbQAxkdf0NBMcjMNknmThuC++C1En18l4SFrgqe5Or4VvWdVp3zzoZi6DkEOa
hF6JBwAWpScBiBOcPSSeTCRVpqDGR5pcA1nhd+XOb2wnJ3mblIqn7h6y+7lOw/OP
QXggptf6yP1+KWVGRTeurlsOlLfIqoaolTJfcO28TgVoDgKVBgyWUMU3pj6ZCAl9
bK7FWDiftDUdg/xbB9hw
=doEJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a 

Accepted psgml 1.4.0-5 (source all)

2013-10-15 Thread Neil Roeth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 08:00:28 -0400
Source: psgml
Binary: psgml
Architecture: source all
Version: 1.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Neil Roeth n...@debian.org
Changed-By: Neil Roeth n...@debian.org
Description: 
 psgml  - Emacs major mode for editing SGML documents
Closes: 639220 680702
Changes: 
 psgml (1.4.0-5) unstable; urgency=low
 .
   * Fixed typo: determin - determine (Closes: #639220).
   * Changed regexp for file extension from \\.xml$ to \\.xml\\'
 (Closes: #680702).
Checksums-Sha1: 
 abdba8f6e554130dad13308180a17e85572b3217 1018 psgml_1.4.0-5.dsc
 d07e0689964580dd1afad2bdb08bb8c172ced9b5 102867 psgml_1.4.0-5.diff.gz
 6f94e6ecfcafaa30b80b8e8e7a4032b06d314f18 273990 psgml_1.4.0-5_all.deb
Checksums-Sha256: 
 4566ad706c1246f1094e50e87a7da011394a2853b30fba10cc23b399e4167654 1018 
psgml_1.4.0-5.dsc
 5f4c3ef2e0e49e7266a271caf34f61789ab00a1e7c5a2d10483b0abb4c6f1c53 102867 
psgml_1.4.0-5.diff.gz
 07aaa28346dcd280187af04bc76e6a2ecf20e6cab173cb4b07b3f67a8f86c83d 273990 
psgml_1.4.0-5_all.deb
Files: 
 c1ddbf35bf69c759009d13c56be69b21 1018 text optional psgml_1.4.0-5.dsc
 3748872a0103c1ebb03dbb177261634a 102867 text optional psgml_1.4.0-5.diff.gz
 ce6c6bfbfe1b94aed6ef9aa5f11c7adc 273990 text optional psgml_1.4.0-5_all.deb

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

iD8DBQFSXS6v6j+skPrutKkRAjwEAKCN4n60wyqjGTqUdJCi3z+KIySEPQCfeQxP
/gNdTe+DoJcCHopsSWoOtvo=
=/+u+
-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/e1vw3a8-0005yy...@franck.debian.org



Accepted netexpect 0.21-2 (source i386)

2013-10-15 Thread Eloy Paris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Oct 2013 22:15:00 -0400
Source: netexpect
Binary: netexpect tgn
Architecture: source i386
Version: 0.21-2
Distribution: unstable
Urgency: low
Maintainer: Eloy Paris pe...@debian.org
Changed-By: Eloy Paris pe...@debian.org
Description: 
 netexpect  - Network Expect, a framework for manipulating network packets
 tgn- A command-line based network traffic generator
Closes: 725072
Changes: 
 netexpect (0.21-2) unstable; urgency=low
 .
   * Invoke configure with the correct arguments for --with-tcl and
 --with-tcl-includes (making no assumption that the tcl-dev
 package is version 8.5) (Closes: #725072).
Checksums-Sha1: 
 d46be680cff5dce70c1b9a9d1ea0ee8e3365e073 1241 netexpect_0.21-2.dsc
 0aa96478da87d12d7c98acb307c1c32fbae4551c 19174 netexpect_0.21-2.debian.tar.gz
 bc251efd4c109170150ea7ebe5f25a88f2c59479 125534 netexpect_0.21-2_i386.deb
 460f1be40cf854a021d013ce60525eb545945755 57238 tgn_0.21-2_i386.deb
Checksums-Sha256: 
 1a7b38831c139d1df55433e935bf5ec58d1bdb2e5d04c1129fac5d0a9f814fc1 1241 
netexpect_0.21-2.dsc
 b557109459027a5da6b3fdd9536229e82f0f2bbe8c875ec7eebae6d9e1da9ba2 19174 
netexpect_0.21-2.debian.tar.gz
 c1bcf5e204fa0a7fab2c379df94ef2b6c6b065ad2b427ee8afdb368ab62f3917 125534 
netexpect_0.21-2_i386.deb
 7b1349858447649409d65000ab05901734af05cb5dced1c1cb6e241fafe943cc 57238 
tgn_0.21-2_i386.deb
Files: 
 eee292c30e4ac269af71d04260f949a1 1241 net optional netexpect_0.21-2.dsc
 1320abef9d2d9d7c89206b53ec23d9f0 19174 net optional 
netexpect_0.21-2.debian.tar.gz
 16098b12c490eacf562d18dc0bcb2263 125534 net optional netexpect_0.21-2_i386.deb
 ee732b80b60dc0ecfc424c9e56fe520e 57238 net optional tgn_0.21-2_i386.deb

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

iEYEARECAAYFAlJcrBEACgkQagjTfAtNY9iOZQCfR4ybot0crsBMBdVxDjqM0ivG
mfoAoIssM0uvrJFUoaEgMD81sJ9EMZgR
=0FD8
-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/e1vw3ov-0008e4...@franck.debian.org



Accepted acl2 6.3-3 (source all kfreebsd-amd64)

2013-10-15 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Oct 2013 15:09:48 +
Source: acl2
Binary: acl2 acl2-source acl2-emacs acl2-infix acl2-infix-source acl2-books 
acl2-books-source acl2-books-certs acl2-doc
Architecture: source all kfreebsd-amd64
Version: 6.3-3
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 acl2   - Computational Logic for Applicative Common Lisp: main binary
 acl2-books - Computational Logic for Applicative Common Lisp: compiled librari
 acl2-books-certs - Computational Logic for Applicative Common Lisp: library 
certific
 acl2-books-source - Computational Logic for Applicative Common Lisp: library 
sources
 acl2-doc   - Computational Logic for Applicative Common Lisp: documentation
 acl2-emacs - Computational Logic for Applicative Common Lisp: emacs interface
 acl2-infix - Computational Logic for Applicative Common Lisp: infix interface
 acl2-infix-source - Computational Logic for Applicative Common Lisp: infix 
source
 acl2-source - Computational Logic for Applicative Common Lisp: source files
Changes: 
 acl2 (6.3-3) unstable; urgency=low
 .
   * set HOME to $(pwd)
Checksums-Sha1: 
 631bbaaba2c78e57c3915d729bd6cf09ce2ce903 1749 acl2_6.3-3.dsc
 1c704a886939ec68e32cee9f252225a2f27eb392 161421 acl2_6.3-3.debian.tar.gz
 42f888e07a3dbe2883c9498e564466ce2cb9fa19 2732582 acl2-source_6.3-3_all.deb
 34376745219fc4e71db4cc5358f66da82261f113 52590 acl2-emacs_6.3-3_all.deb
 fe2c55f15a57aa94535fe4b156ed54f63aa30ed8 77544 acl2-infix-source_6.3-3_all.deb
 ae67fb36b6b1c884edbe9feb4e31c21b0c53901e 5343540 
acl2-books-source_6.3-3_all.deb
 f3f9dbc77e139af33642626ed51301bfd6052eef 3617824 acl2-books-certs_6.3-3_all.deb
 1d24ea379321ab322d040be74e7727a7607a5c11 14416358 acl2-doc_6.3-3_all.deb
 9ad5204628a5fce9127ec5ca81416891fec566a3 16445140 acl2_6.3-3_kfreebsd-amd64.deb
 783faaf8255d62ca2e4c107b2a7da1c507dd04f5 148686 
acl2-infix_6.3-3_kfreebsd-amd64.deb
 29599e3bcfe5d04eb476be782ad64f19d8b815de 19182448 
acl2-books_6.3-3_kfreebsd-amd64.deb
Checksums-Sha256: 
 88298c7ba213c3297557c5b3947618159afeedab3c61c97de59bdb6a12da3a1c 1749 
acl2_6.3-3.dsc
 b96849ba80e483133872feaee5130d85ed8c35fb508ea603054e89ecc0ad74a4 161421 
acl2_6.3-3.debian.tar.gz
 24b95340133c2527df923ea699d0b61187c2e93e33c21bb3226085a424f759b2 2732582 
acl2-source_6.3-3_all.deb
 57e7989037658ecdde9f1e7a89bbb482e0e222530de5091a0c5b3c336dcdb198 52590 
acl2-emacs_6.3-3_all.deb
 99120aa309926933592310a99d0fc4245a38896a8ca91f82d665324e7d59cd1a 77544 
acl2-infix-source_6.3-3_all.deb
 fc1bf8af6016ea455fb629649443142f8d8056c7d32651c30ee9a70e14110a79 5343540 
acl2-books-source_6.3-3_all.deb
 cb7a9fd60a2c4e2dceaa7abbc0c586c5c195a34ea33702e87d2a4224cf192f45 3617824 
acl2-books-certs_6.3-3_all.deb
 38acf0def48a926944682514ca1f1fe79177a9da60e2b20f14bd22923fcaa840 14416358 
acl2-doc_6.3-3_all.deb
 ce2464eba441075acd82c69af26eea84cb60f44a038c70d6272e9b5a43945e16 16445140 
acl2_6.3-3_kfreebsd-amd64.deb
 0931914f3bb62db7f0808e32a4f96418469849597252d17e0100866f8bcef7c2 148686 
acl2-infix_6.3-3_kfreebsd-amd64.deb
 1e722316304285346e2592b937eb893c4f8626ea81f9b4e6c4c041e771835090 19182448 
acl2-books_6.3-3_kfreebsd-amd64.deb
Files: 
 ee97b6fb2f158e2203803baed49676a1 1749 math optional acl2_6.3-3.dsc
 59ab8bf27da69f1018324917d6297edd 161421 math optional acl2_6.3-3.debian.tar.gz
 16af049179b4720011441f95d5dcf1b5 2732582 math optional 
acl2-source_6.3-3_all.deb
 6dd21123513f9a6d4a90a83d35e261f6 52590 math optional acl2-emacs_6.3-3_all.deb
 708c19fe2890aba1fb272e24dc281129 77544 math optional 
acl2-infix-source_6.3-3_all.deb
 ae95eb3d2b73f8ab29b6b587aeaafad1 5343540 math optional 
acl2-books-source_6.3-3_all.deb
 2507bd5045281cff695f51502214db89 3617824 math optional 
acl2-books-certs_6.3-3_all.deb
 2c6d8600c2f0da87209c1cc7f680fa8e 14416358 doc optional acl2-doc_6.3-3_all.deb
 9cbe8fbbd5cf4a662d26b8f818e8d0a1 16445140 math optional 
acl2_6.3-3_kfreebsd-amd64.deb
 0ead6cc5fe9b56c7768954763f5fe6e1 148686 math optional 
acl2-infix_6.3-3_kfreebsd-amd64.deb
 71227fca49b2631f01d8c4e48d20a269 19182448 math optional 
acl2-books_6.3-3_kfreebsd-amd64.deb

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

iEYEARECAAYFAlJdOC0ACgkQczG1wFfwRdyaJQCgl1IYyiJzZbZWrY0KI4kLynI1
GAkAn1TJ4p7Z4qdP7zFPU1X3KbCRpcYW
=QBBr
-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/e1vw44e-0007qm...@franck.debian.org



Accepted binutils-m68hc1x 1:2.18-3.3 (source amd64)

2013-10-15 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 Oct 2013 20:43:43 +0900
Source: binutils-m68hc1x
Binary: binutils-m68hc1x
Architecture: source amd64
Version: 1:2.18-3.3
Distribution: unstable
Urgency: low
Maintainer: Arthur Loiret arthur.loi...@gmail.com
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 binutils-m68hc1x - binary utilities that support Motorola's 68HC11/12 targets
Closes: 712345
Changes: 
 binutils-m68hc1x (1:2.18-3.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - fix target order to fix FTBFS
   * debian/patches/
 - update 02_missing_makeinfo.patch to deal with texinfo 5.x and fix FTBFS
   (Closes: #712345)
 - add debian/patches/04_fix_texinfo_warning.patch to fix another FTBFS
Checksums-Sha1: 
 94b275c5e7cc66cf46e8d405c27033ff98ed 1806 binutils-m68hc1x_2.18-3.3.dsc
 a502e27ffdadc8803a24d8fca5b916a15052 99310 
binutils-m68hc1x_2.18-3.3.diff.gz
 63382d30ce4a1259c12ce5f543b14f0fd344e709 1036898 
binutils-m68hc1x_2.18-3.3_amd64.deb
Checksums-Sha256: 
 1e7efc80bcede3bc339694ef41b9e84a6f6f933755cdfa7fbf7ad8b898733a96 1806 
binutils-m68hc1x_2.18-3.3.dsc
 d226aa8a6319827b0dbb226f5011819d6ad8de29f02fe73c40e217cb5f69e037 99310 
binutils-m68hc1x_2.18-3.3.diff.gz
 2313a6ba58496b17d80fce172ee6af48358c89afe1cfe984e004b256025cb5ba 1036898 
binutils-m68hc1x_2.18-3.3_amd64.deb
Files: 
 90eb952b7db751307357e3edc03f1f11 1806 devel extra binutils-m68hc1x_2.18-3.3.dsc
 c6c702a3ac188b2d88b828606732b164 99310 devel extra 
binutils-m68hc1x_2.18-3.3.diff.gz
 ad9b480efaf7a4d5901f831ecef97ef4 1036898 devel extra 
binutils-m68hc1x_2.18-3.3_amd64.deb

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

iQIcBAEBCgAGBQJSVpzPAAoJEF0yjQgqqrFA3LsQAK+gh95N+qd7PYL0klJfwGzS
riw3uoSifOCT/YHsV9bqjaGxkVVfKO9DAFW5H8c0N7U664QFv+LoLevSOJ0X1OB/
2b/hSlzFYmQKtpxLJmYQD7bDzuNrkmaI6d/6/GybHnipWk0USR3vewOWVR12xsH0
8r2kHZ4CBfKknbl7vF/778S8cqYVYNBo/3SEKjrd89QBBtROBiP56sUpjdWhE/2a
J8bVSe/yRqXorVZ6GeJ9TR+cF4ciKAYQ5wYBPV5CPbBmAkvwED/tVfHUGxzymJ2w
9ZeIM2JXua/IpXqSkw0V9el7Q6kKL/ieuTnWzNZY/LPWZgH0Eduw0vXVCZGCxtYi
DqMkB06X/gbV9XphiuHn+/RO8sy8duOkh4IG0mZSZYAJu0/FLjmBe+UsXhgyfZSC
6OJwa13Zooe1ANkcTjB5qii2KXy178pHb9cErQ+4Iz381PlJT4E7QN6/4geCz6jd
XJ8h0FmUj1Gh2qGqcGaalGtQRGySOA5YvYHITAfb/4t0KrfBgXNlAHnOMOXw+eyL
1XNWMQyTyZxVtxfdcgMGDgJzeFcC7LzRVsJW4AE+qoEc5erKHYGySv3BOHG0gjqM
snaE9hCz6eKG1NQiHwfs3kWyFCstABPrjypmL6X3z1lag/l8Om5/GNtls05U0oZ0
N463nLgLH9ev5J+men3+
=NzH3
-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/e1vw44n-0007v0...@franck.debian.org



Accepted transfig 1:3.2.5.e-1 (source amd64)

2013-10-15 Thread Roland Rosenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 15 Oct 2013 14:51:30 +0200
Source: transfig
Binary: transfig
Architecture: source amd64
Version: 1:3.2.5.e-1
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld rol...@debian.org
Changed-By: Roland Rosenfeld rol...@debian.org
Description: 
 transfig   - Utilities for converting XFig figure files
Closes: 722857
Changes: 
 transfig (1:3.2.5.e-1) unstable; urgency=low
 .
   * New upstream version 3.2.5e.
   * Update all patches to new version.
   * 23_MAXWIDTH, 24_PIC_precision, 25_PIC_leadspace, 26_gs_fail_doubleclose
 removed, since they are now incorported upstream.
   * debian/rules: Change build options to harden binaries.
   * 30_fprintf_format: Add a format string to fprintf()/sprintf() call
 instead of directly printing out Err_Mem.  This is needed by harding
 options.
   * Upgrade to Standards-Version 3.9.4 (no changes).
   * 31_index_not_static: index() is not static, otherwise transfig is liked
 with -L/usr/lib. Thanks to YunQiang Su (Closes: #722857)
   * Update homepage link.
Checksums-Sha1: 
 b62d8ca08528a70d546fefa4825b7b0699da5803 1285 transfig_3.2.5.e-1.dsc
 27aa9691bf84f8775db9be39c453a8132148bad1 531256 transfig_3.2.5.e.orig.tar.gz
 b893f548ee2d10ff160a0c49dc8fe26b2f9ace85 237087 
transfig_3.2.5.e-1.debian.tar.gz
 9739402cb18c5ace77736b9cc2af863f86cd8548 617544 transfig_3.2.5.e-1_amd64.deb
Checksums-Sha256: 
 6dea8e22798a0e34db705d772dc8d7728ba06e4141739b9542c8f98f50f99ecd 1285 
transfig_3.2.5.e-1.dsc
 8ec5a8f13254dd155622ed3ee0fda1382b1e2b5882d83b9aca1871f12a3e7744 531256 
transfig_3.2.5.e.orig.tar.gz
 6f736f15a6a605ef275c11eb2f95b7f945a6ce984047bc34766276448c23afd6 237087 
transfig_3.2.5.e-1.debian.tar.gz
 1a94381175d3803b1ab84607307e2e506bd1c132e45d0cac4fa81f35dbfba618 617544 
transfig_3.2.5.e-1_amd64.deb
Files: 
 ec3f1fc51f70fa22b863fcf23f986f79 1285 graphics optional transfig_3.2.5.e-1.dsc
 f547c67a93422c72039204f159f53ea9 531256 graphics optional 
transfig_3.2.5.e.orig.tar.gz
 bbf641960d05ae6566eff62700b21a8d 237087 graphics optional 
transfig_3.2.5.e-1.debian.tar.gz
 28abd8c8043cf9b2c9029bbe79f553a7 617544 graphics optional 
transfig_3.2.5.e-1_amd64.deb

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

iEYEAREDAAYFAlJdPPEACgkQO7/Pd72LBQ2+EACgoWo08G/MUs4T11cnJyuG1qt7
SqEAn23XFPsc15QBQKUQ2eVLQd6RvsDJ
=CF97
-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/e1vw4wo-0003oi...@franck.debian.org



Accepted gdpc 2.2.5-3 (source amd64 all)

2013-10-15 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 14:55:27 +0200
Source: gdpc
Binary: gdpc gdpc-examples
Architecture: source amd64 all
Version: 2.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gdpc   - visualiser of molecular dynamic simulations
 gdpc-examples - example files for the gdpc program
Closes: 713652
Changes: 
 gdpc (2.2.5-3) unstable; urgency=low
 .
   * debian/control:
  - cme fix dpkg-control
  - debhelper 9
  - Use anonscm in Vcs fields
   * debian/copyright: DEP5
   * debian/patches/40_fix_gcc4.8_build.patch:
 Fix build with gcc4.8
 Closes: #713652
Checksums-Sha1: 
 1d638b5765deccd5b01eacd63e2a8b33bd74b825 1390 gdpc_2.2.5-3.dsc
 bf854bef41de80da8a5dbbcc786022909b2e951d 5071 gdpc_2.2.5-3.debian.tar.gz
 5607e93aeac9e83ee6fcdc58021ed0a3c15172d2 33202 gdpc_2.2.5-3_amd64.deb
 cf834c154db04323800982798afeebac82641875 2285982 gdpc-examples_2.2.5-3_all.deb
Checksums-Sha256: 
 22cf78fa485266d099206fab3fa32cc99bf74a6ee302f210a6b3afbc3401cab0 1390 
gdpc_2.2.5-3.dsc
 6ed30a829e46cf945e9785e044823705dbc9d7fe2981f459fb5caee7b6651bb3 5071 
gdpc_2.2.5-3.debian.tar.gz
 3de6551a364b63b37dd1db277cf856662f65d0619cd40cb5b63e2bdcd3b07cc4 33202 
gdpc_2.2.5-3_amd64.deb
 969d37e61c208b943f2ec0e331ce7c31bf955827bcab4f2154ac15315b8e67ea 2285982 
gdpc-examples_2.2.5-3_all.deb
Files: 
 7b2723478bc51e11f9931b152b418ef6 1390 science optional gdpc_2.2.5-3.dsc
 4b37c916d9b82d82a68a641fa59e6229 5071 science optional 
gdpc_2.2.5-3.debian.tar.gz
 5dffcdf64783c3a7b65ebae64bc360f5 33202 science optional gdpc_2.2.5-3_amd64.deb
 26a240bd6bb1d8bea6712e667f213a11 2285982 science optional 
gdpc-examples_2.2.5-3_all.deb

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

iEYEARECAAYFAlJdQt8ACgkQYDBbMcCf01psuACfVx5TaM5PSaFhueBv6PqQwMQ7
0TQAoL/JP7E9DtqobrlnnycETHLxziiY
=TH17
-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/e1vw4ks-0005de...@franck.debian.org



Accepted ocrad 0.22-1 (source i386)

2013-10-15 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 15:14:28 +0200
Source: ocrad
Binary: ocrad libocrad-dev
Architecture: source i386
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 libocrad-dev - optical character recognition library
 ocrad  - optical character recognition program
Changes: 
 ocrad (0.22-1) unstable; urgency=low
 .
   * Upload to unstable.
   * New upstream release.
Checksums-Sha1: 
 ac8846dd21aead9475029478d359fdca691079a4 1773 ocrad_0.22-1.dsc
 c7aa22142ecab9870631e0a02cd3867d7117305f 108698 ocrad_0.22.orig.tar.gz
 900dded8cf6bd80aa18733dcf1c7697155d25a37 4659 ocrad_0.22-1.debian.tar.gz
 e0713a4249a128e069db20dd25ffe7fdcb48e94f 123498 ocrad_0.22-1_i386.deb
 0a28ada5e6979e75dc5c63a25fc091a1d1af9a5e 124640 libocrad-dev_0.22-1_i386.deb
Checksums-Sha256: 
 03002dfbf1424ae1d93b7d8cf12cdd2fd4f92a06aae5a7e65803e45c63caa911 1773 
ocrad_0.22-1.dsc
 1161a4c23e730c246b6f0749f6d0e6a6bb6cb7534d17ab527891192670d3fbfc 108698 
ocrad_0.22.orig.tar.gz
 9397bc98c1d170d7ac3018c11dff42d27e9ae23232582601f07f1a7d8547d541 4659 
ocrad_0.22-1.debian.tar.gz
 507dab15a3043e0f550563401f6f7dcfad4428c2e328e931ed4ad8cd1f63e25e 123498 
ocrad_0.22-1_i386.deb
 32a2a8dc79afb89e8f9446317be7a4b42b637046ca453b7a427858da7522c093 124640 
libocrad-dev_0.22-1_i386.deb
Files: 
 5b5917b24f75d0675565f5810bf82f63 1773 graphics optional ocrad_0.22-1.dsc
 41ffd4209c661388c594203f08ddcd09 108698 graphics optional 
ocrad_0.22.orig.tar.gz
 fb0e3c16a7eb6f8ac6a3c2f818bee82e 4659 graphics optional 
ocrad_0.22-1.debian.tar.gz
 6a5ecedf8143f1096cbf6d54337b4d8b 123498 graphics optional ocrad_0.22-1_i386.deb
 cda4c806b19b20d87661dac07f372e80 124640 libdevel optional 
libocrad-dev_0.22-1_i386.deb

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

iQIcBAEBCAAGBQJSXUDTAAoJEC1Os6YBVHX1deYP/2RUpyNdm60dGOFLSFtpkKQ2
X/AWCL/irmqS+JgVQeLx07aa3jtED0ga3aLT5BhOskrM68xXDL2NuV9sF+gyme6I
K47z0FPZ8FbfHy8fZiramqJJU3xJxUos8ZnJw4L2VZg75ob7wdBGljuwTuLQMcHn
v9mj97xXMbN6R80hr3bEJduuWOFFj8XZpMvp5M4i+UggiYVtwmdFoRmCBkfhzOD6
PZb3RM+SXICRMC+pj9nJLCef8bZdwOPykQwfAsE+lPnuPC1XDjh3zA1NjV7h0Uwu
vietDHJfu7YYOw3YTDOHF5reEbYpPuxt6ApkAL3P9pOg+eZG0YW27fN6WnooqIkI
eji6zhFqtXGDze/g7glffmffrzaYD8kZCFeRsZD4Bv0b5Z1do5aIIeMNHyM5nu7l
nQFsXdoBQoCIn6Tacc3I4xOqfLqITk90y8kob8fp7xsd+54HGvDArkVi7Dpfi/ix
cd130PoAoJ8W0+mGm0XLf8uxesd4Sr1Hwno/FmotNMGsQOacGDfnglULrLgn/fU/
TW2UzbZ8EhrXsRAc1HWrwa8JXEMFm8b+p5GR4cg8jteTqOCcEB2RSig2ej7emo0O
S6U3w9+ObvhY43qzK4XEE1eQNOTAuXS8Ln+e73zxXkPLPvdJxc1nx4387hZlDNFj
PNip+TXgkBoIsRC0Vs0c
=r5bz
-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/e1vw4ke-0005hm...@franck.debian.org



Accepted brutefir 1.0l-1 (source amd64)

2013-10-15 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 14:00:42 +0100
Source: brutefir
Binary: brutefir
Architecture: source amd64
Version: 1.0l-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 brutefir   - a software convolution engine
Closes: 634790
Changes: 
 brutefir (1.0l-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release:
 - Made the code compile well on x86-64.
 - Replaced legacy assembler code with new SSE/SSE2 C code,
   3DNow support dropped.
 - Fixed filter indexing bug in the 'cffa' CLI command.
 - S24_LE now maps to Alsa SND_PCM_FORMAT_S24_3LE and S24_4LE to
 - SND_PCM_FORMAT_S24_LE (same for BE of course). Also added possibility
   to use Alsa syntax S24_3LE in config file (means same as the old
   S24_LE).
 - Refreshed JACK I/O module to make up to date with current API
   versions.
   * Refresh patches.
   * Replace negated list of architectures with linux-any (Closes: #634790).
   * Use canonical form for VCS urls.
   * Remove myself from the Uploaders field.
   * Bump Standards.
Checksums-Sha1: 
 92b842c595f1da2f4367d746e45e4e19750403ce 2024 brutefir_1.0l-1.dsc
 ed476e475c136c10fd561e1fa934dfcf26d14e17 245398 brutefir_1.0l.orig.tar.gz
 544721a492c66c9d5983a0bca333be0adb3e56e0 6068 brutefir_1.0l-1.debian.tar.gz
 a149237b88d325143e25d417d2feefabb640b927 162024 brutefir_1.0l-1_amd64.deb
Checksums-Sha256: 
 7d8ea0daa8c69f0918b07eb6a9fbda5131b6eb17c78a2d878129c4f6163261e4 2024 
brutefir_1.0l-1.dsc
 44e12ede17bd2bd88506983b5a6e0d0d6dafa8ae529875e2f1d9cf73c40572aa 245398 
brutefir_1.0l.orig.tar.gz
 c6bfe3e42956833253140cc347f18d531c4e1369eef58862e681e3fe70ba9401 6068 
brutefir_1.0l-1.debian.tar.gz
 208aae7fea291e7df6b7b974717d709ac1bdfeddca96b0b06c05e4769453aecb 162024 
brutefir_1.0l-1_amd64.deb
Files: 
 20d9abb00a516ac0f3e03219df831b09 2024 sound optional brutefir_1.0l-1.dsc
 336028f849af5bfcfe2dab63dafdab2e 245398 sound optional 
brutefir_1.0l.orig.tar.gz
 e209ebc32c071bfb45ceb7c6c7a57c62 6068 sound optional 
brutefir_1.0l-1.debian.tar.gz
 3ebd1d072ed847aafa39bb426ce7b269 162024 sound optional 
brutefir_1.0l-1_amd64.deb

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

iQIcBAEBAgAGBQJSXUPlAAoJEOikiuUxHXZaRrwP/0NjcTscGi68OGZElGbnv/AB
3fK0CSrj+vJ8ciTFRliUELwsveGEaRTL+YEfsKd+8OQ6rML+DbQ+xyqXISRpmm4+
mLheBbWrwGJCU/k3O3/+Dup8jkPNN8ithDiNj+xTdHGePqs1HRKMRTdt8cpbt5fS
SUPNXFGKUi73nxt0nK1xbZrBEjHv7/e3GjK8qvjwJz+M926l0KxnX3st0LUiV7OS
klHXDRPVRz93HNqfSAOcZF+rX62X0kusayICywcI4G38oFPfvb/Vd+QNv6kO02D1
w1fGXpk5NBaevfiHgma+5V64qL3hvvcyk+uMbufU8zwyjN0qSz74lsGZq1nrbeHN
KYRDzO7pJuEzf3nRHICGc8nXxdlqBG/TsGh2YQcrBOk0lbZqXXYqSZgFVzWjJwFp
3U57KNXSgzbJ7B0f51h2+wWDc7AWrotoTv+aSBKWB1HdvR1XyAULmf920pFSCVOT
WqgmPDX/7Zc2EOw/ooPjVonvqYWdq4GEtIoTza4zqGUrwvYboYjPo7GWqiyaFN4Z
t6skyHZuFcAZaybG0WpOaKE2197mdYuwLAbnMq2d/PLUqyYxJZZb+j78jSpBGDgQ
cyecLJHjHE6w2n+JfAAEp4zZeb3ZVrhkROp4DmWfdACN/TovkN2dnNxu+9fF4PuR
bX4ggp30ZtU+G5ZDtB0M
=TxZO
-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/e1vw4yv-0007gs...@franck.debian.org



Accepted nova 2013.2~rc2-1 (source all)

2013-10-15 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 21:04:58 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-qemu nova-compute-kvm nova-conductor nova-cert nova-scheduler 
nova-volume nova-api nova-network nova-console nova-consoleauth nova-doc 
nova-cells nova-baremetal nova-consoleproxy
Architecture: source all
Version: 2013.2~rc2-1
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 nova-api   - OpenStack Compute - compute API frontend
 nova-baremetal - Openstack Compute - baremetal virt
 nova-cells - Openstack Compute - cells
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-conductor - OpenStack Compute - conductor service
 nova-console - OpenStack Compute - console
 nova-consoleauth - OpenStack Compute - Console Authenticator
 nova-consoleproxy - OpenStack Compute - NoVNC proxy
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage metapackage
 python-nova - OpenStack Compute - libraries
Changes: 
 nova (2013.2~rc2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d3431a55de64be9ffa78a2cf6fc999f218847f7f 4532 nova_2013.2~rc2-1.dsc
 66f638ce7477fc4c4a1866402ea86c0073da8cc5 2867664 nova_2013.2~rc2.orig.tar.xz
 c11390f769f6405753f8e525efa1069b76f369b0 75304 nova_2013.2~rc2-1.debian.tar.gz
 d12e9275276127abca3551bb149d3d8989f81d71 1628774 
python-nova_2013.2~rc2-1_all.deb
 3eb8504930159f36292a033d6105d7b86dbcb073 44238 nova-common_2013.2~rc2-1_all.deb
 6b2d22ad125030f862840b2f290d2323fa49b370 18182 
nova-compute_2013.2~rc2-1_all.deb
 99450922700681a4bc1aba5af01b3cdecf1a3ebc 13526 
nova-compute-lxc_2013.2~rc2-1_all.deb
 48f594015a48984707c9f5660af6c75f0c2168e7 13548 
nova-compute-uml_2013.2~rc2-1_all.deb
 7f2ce45bfbd718c6cd7e98f83f6e605e78bc39e9 13534 
nova-compute-qemu_2013.2~rc2-1_all.deb
 cf1d80c07798b4248233b07d80533c38afcb7b1f 13612 
nova-compute-kvm_2013.2~rc2-1_all.deb
 a22f9ae60c01f0a9ce2aa7c392087040176886e7 15898 
nova-conductor_2013.2~rc2-1_all.deb
 66c71ecadf35ade6e749f5c9364b32c83c3865d1 15996 nova-cert_2013.2~rc2-1_all.deb
 0a4e3ea0b3964787a66dea517b314c7e6a02c454 17002 
nova-scheduler_2013.2~rc2-1_all.deb
 a866acfd69a79e4d6362588008e2be2c8f64889f 13186 nova-volume_2013.2~rc2-1_all.deb
 4e424367e74554671778c0a709286f78560baf70 27910 nova-api_2013.2~rc2-1_all.deb
 d9164130bd8a9fc3ee455beee5306d93f4b11901 18090 
nova-network_2013.2~rc2-1_all.deb
 19564d819a8c6a464a641cea7c86ff969bf2074c 16028 
nova-console_2013.2~rc2-1_all.deb
 3027f852e9691e394b6a69e73e976dfa968c8305 15892 
nova-consoleauth_2013.2~rc2-1_all.deb
 173f4d0951f4fc9e601f855eb5179e37120a86bc 1042290 nova-doc_2013.2~rc2-1_all.deb
 3c1d063289049683fd6c54353ac2acd10f7d9bfc 14978 nova-cells_2013.2~rc2-1_all.deb
 051bb9f57133a5ce1ed01cd82f91474a5c0c27ed 15320 
nova-baremetal_2013.2~rc2-1_all.deb
 1c5210a7ba4d1da84d9b25b7f937ad5330a284e7 20304 
nova-consoleproxy_2013.2~rc2-1_all.deb
Checksums-Sha256: 
 2487f42711399d6149a75e21b37c5e9266c87bdc9ab5ce49a5e09f4203a8d1a5 4532 
nova_2013.2~rc2-1.dsc
 3ef84c78fb1ad71c58bfc2bf5d792f7be42d4c33218619f34a9fdbb5c06ba677 2867664 
nova_2013.2~rc2.orig.tar.xz
 644f8cf4e9d5404a28e6038d31fc34730e12e526f876de05782e4ad58cf78e0e 75304 
nova_2013.2~rc2-1.debian.tar.gz
 6696a25322250f9b9810fda8fd329325b3ddf98ef0187d06a5d2bbdead13 1628774 
python-nova_2013.2~rc2-1_all.deb
 cb591058955c18dc6e0240cf6d7b955ebe3d234c86ccde70094e38f14feb575f 44238 
nova-common_2013.2~rc2-1_all.deb
 a88495d9d4e3516aa17b296e212fdca3e413bf016bcc09a088062a460d4a3150 18182 
nova-compute_2013.2~rc2-1_all.deb
 78bd5355fac9025bde05ffb47f61e36e16f465b5a35560818ced439a7954440f 13526 
nova-compute-lxc_2013.2~rc2-1_all.deb
 00df50e9b5b84f45292f22900a4e93a7176562b4e7333527037a4a526ba74d2b 13548 
nova-compute-uml_2013.2~rc2-1_all.deb
 5804c5ddccacaa17964e00ac21d4a5be0917fc2dd35b04bbd9a96e8f83d0dbe6 13534 
nova-compute-qemu_2013.2~rc2-1_all.deb
 616bfb3abe36cf6acd263bcb9ab261751fa7890707d66d0eef43fa603732008d 13612 
nova-compute-kvm_2013.2~rc2-1_all.deb
 a99ba44c09a80962f18e102ca19be34491a6c4a11ae1e2a95c6188f0aa10db9e 15898 
nova-conductor_2013.2~rc2-1_all.deb
 e4f2b5ec1355006ed7728bc8170f9cf661519dea210b93786ea8deae2ef368f4 15996 
nova-cert_2013.2~rc2-1_all.deb
 75519fbd6ec839363a0b936156ebaf1402605622b1bb2362fa5a92170ceb1267 17002 
nova-scheduler_2013.2~rc2-1_all.deb
 

Accepted bsdgames-nonfree 2.17-6 (source amd64)

2013-10-15 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 11:12:31 -0400
Source: bsdgames-nonfree
Binary: bsdgames-nonfree
Architecture: source amd64
Version: 2.17-6
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko u...@debian.org
Changed-By: Aaron M. Ucko u...@debian.org
Description: 
 bsdgames-nonfree - rogue, the classic dungeon exploration game
Closes: 726195
Changes: 
 bsdgames-nonfree (2.17-6) unstable; urgency=low
 .
   * rogue/move.c (check_hunger): Achieve every-other-move effects correctly,
 by consulting m_moves rather than rogue.moves_left.  (Closes: #726195.)
   * Standards-Version: 3.9.4 (already compliant).
Checksums-Sha1: 
 8695bb0c28dbc62531e5339369e1a41ff4ad042d 1885 bsdgames-nonfree_2.17-6.dsc
 6ffdf440049b3a3498700287c92fe33292911e63 8099 bsdgames-nonfree_2.17-6.diff.gz
 57df9dfe434379b260df8d518ac8386c5129bd7b 151244 
bsdgames-nonfree_2.17-6_amd64.deb
Checksums-Sha256: 
 d7afb7ce296b41985fde4ea4404c7ae11f17e2509a2c541688d79337bbdc2c5b 1885 
bsdgames-nonfree_2.17-6.dsc
 c559f12f3d706de84bd311c6e3220ced99cf6ff748f044c613637c076ea0e6cc 8099 
bsdgames-nonfree_2.17-6.diff.gz
 87ee6f6e1a76eb5efa240d16a601d1c7a2f4477885748f24185b048851302197 151244 
bsdgames-nonfree_2.17-6_amd64.deb
Files: 
 33cc3e7010f897a2d3f0cbd8cece4bbb 1885 non-free/games optional 
bsdgames-nonfree_2.17-6.dsc
 167ee0a5911348da9f0c12e45a559395 8099 non-free/games optional 
bsdgames-nonfree_2.17-6.diff.gz
 2d3cb8909a9a514ef07086546f283c47 151244 non-free/games optional 
bsdgames-nonfree_2.17-6_amd64.deb

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

iQIcBAEBCAAGBQJSXVurAAoJEB5wkbHxSmSiZBEP/ioRCyk5JLTHueev6JRXdWcU
t+0pNOqxSb0J9FFg7klY9sxaLelyDMR4GmXquujbw8LUoSCoO6c9xpD1VziwSZII
XdH7z3r9iI6YinFuOjfKfaNJ8J1XmQtRD5RR4UHqWIqsQBkbsktTave3zEYNQWw8
PqKA/htUI33s8adwXL2XS/d/o1v4KH/tFE3bTVr9fSKkxOvUm3LgDx+UwVNq5+Dv
J+IqeUKurymzD26w8Ud66gqDgaw+L7Pq2oKTx3HHahqpdJ/954qIO/SsDkvqQlEB
VAnhdB4AtRaxvWgXOYMNuLbP9dH5jmbYAPG7E0mV3Uz9WjfTxG5vTKrcKj4jd8XE
1XkBb31WI6yHgmRWfkfUe7RbALBMlQCK25/uSFw77zmD+k3b+wGPtETxhMcdjCc4
OZ1FiDE8LoHdkLI6HLZ1LDotmXS9Y3rJ3yuOHehMJlHp/0qsDkiIq3ZiIqLQsi+E
+p9G7Wz3bc36W/EQDVz1vfuLrwyeXWpaDkUfPFZRd2qeZ3znc2z2chKkUfaH2c4x
O7d4k9pr8ft7GG6zMk+TpnahkRsJ8lQqFZlzkg3QUSSyioEolGXHq8jREu7o88EX
7119J9gSaAuwBbhI5WMWd6qkV+aV7lqgGmjDAeeP1SEK4bSSwXf/FKhrl1BFKwAp
SZZEZtJImCV1DlUD5b0j
=okUn
-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/e1vw6oa-0002nr...@franck.debian.org



Accepted gri 2.12.23-5 (source all i386)

2013-10-15 Thread Peter S Galbraith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 10:06:03 -0400
Source: gri
Binary: gri gri-el gri-html-doc gri-pdf-doc
Architecture: source all i386
Version: 2.12.23-5
Distribution: unstable
Urgency: low
Maintainer: Peter S Galbraith p...@debian.org
Changed-By: Peter S Galbraith p...@debian.org
Description: 
 gri- a language for scientific illustration
 gri-el - Emacs major-mode for gri, a language for scientific graphics
 gri-html-doc - HTML manual for gri, a language for scientific graphics
 gri-pdf-doc - PostScript manual for gri, a language for scientific graphics
Changes: 
 gri (2.12.23-5) unstable; urgency=low
 .
   * src/utility.cc: Merge in upstream fix for hurd PATH_MAX
Checksums-Sha1: 
 49764ef2f2366efb7e25b5f79403c2f3ced127f3 1933 gri_2.12.23-5.dsc
 7040b586bd330e27e57b75a8c674bef5b598d331 25189 gri_2.12.23-5.debian.tar.gz
 10e8fa001f83be003e2280b764e3c32d989ac0e1 72540 gri-el_2.12.23-5_all.deb
 0fc89f09dc2a04296d9176577252bf9ee740ea4a 1170470 gri-html-doc_2.12.23-5_all.deb
 d12037f9107d2293c345126680725a93d0e74588 1640556 gri-pdf-doc_2.12.23-5_all.deb
 59b1ac84c933605a4dc74a800d643d6242d9 639242 gri_2.12.23-5_i386.deb
Checksums-Sha256: 
 85d88b86bf280306c74dea35232eeeaf35296cf2dbbd0e681c11dcfdb4cfdd6a 1933 
gri_2.12.23-5.dsc
 0c2de2d8149f640ae944bf5f45bcc46b1f934995c1036dd37ced9e7ef6a5f049 25189 
gri_2.12.23-5.debian.tar.gz
 1e80c70cc27df3f0bae6bedc8c397491300eb207b7d5329974e97b396ac5cff0 72540 
gri-el_2.12.23-5_all.deb
 a53c98636be6c6009bff8b382bb5f64276fb15fe8103bd732bc269137f233940 1170470 
gri-html-doc_2.12.23-5_all.deb
 e081efce23638a05130f53bd3a2b770b3def21afb8ff70f4ccb86d5d21f61115 1640556 
gri-pdf-doc_2.12.23-5_all.deb
 876e75815582bd6ad4ddecf7bff6ac22aa54a472cfc34d5c337a9e9bba867b69 639242 
gri_2.12.23-5_i386.deb
Files: 
 d5704f45b1c5659a62760898d81fb04e 1933 science optional gri_2.12.23-5.dsc
 33a292dcac10aafaa334f469388e8a5a 25189 science optional 
gri_2.12.23-5.debian.tar.gz
 88f34f678e77ac1313b86187d6c5177b 72540 lisp optional gri-el_2.12.23-5_all.deb
 3a5b19cf6e82d919174790b7f5cc4cfd 1170470 doc optional 
gri-html-doc_2.12.23-5_all.deb
 d7a0484f1548c661f6b226e1072767aa 1640556 doc optional 
gri-pdf-doc_2.12.23-5_all.deb
 dcc0fac77ba8df1b22d9d54417da9fa6 639242 science optional gri_2.12.23-5_i386.deb

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

iQIcBAEBCAAGBQJSXUxSAAoJEBfcPMRw1Kl5tlUP/3/T2+e6ASo54HPrU53TnXkI
kLrxpMjJQErAZdqn03EfXqGBiJoAYxq3dkWnRz+5bSJEyrITlWVqOPCNDmlsyQcc
3B478pYYT87Ze5vp4g/JAOJUcNZwYMAAxXnIiQS008EO8W65hcnMladSvWLrGfR/
lIbwgFDPefyLmvdg/3xF0I71J1kLOEfSMqy8P508iStC/wB8zm1nSGUYIRNkKR1z
6na9amkHBslwrDmjtJ8BaQjJVUXSCh4HYrWNYBuZCWRB8hSpKIDpapjgpMwhEkxX
iRtdp8rDQTSqAeaPojhGON/KqrWfaeIBJYUXNMyqt0GRv0GvRuY9H+Fgh4+6cDDZ
2SwFJfVJenPKSfDPYwzho12g5qkB152V6lnHbGeKDpGOBFy8O6HxAkzSrONm76iz
PGNUa8yqwhKbexw6LJSpqy2Z85ecuvbHLeJLAz1e9BfMbzJXf+7jc2HRsSH5IdsL
fSzHXIObzyWs5Yw+gRn+3bfT3rT4d14fEyr4ghjmH2No90Bfm0pnrhnv0KX1GjIc
kGbaV6kYk2mzP2Gey6ASRfDHLpFHjITntgH0A7F2VCt7nFw88HkIS0d/XuH9x4OX
OAuMqYkG6HPW7j5qumN69AkjZbE/I/Xs4nN4IbsgsdZHsrW7Mmi1wYq3q66CTC5Q
su62Klo8OIFqB7hM3xah
=QT1g
-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/e1vw6ox-0002uz...@franck.debian.org



Accepted pysvn 1.7.8-0.1 (source amd64)

2013-10-15 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Oct 2013 22:53:34 +0900
Source: pysvn
Binary: python-svn python-svn-dbg
Architecture: source amd64
Version: 1.7.8-0.1
Distribution: unstable
Urgency: low
Maintainer: Henry Velez henry.deb...@gmail.com
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 python-svn - A(nother) Python interface to Subversion
 python-svn-dbg - A(nother) Python interface to Subversion (debug extension)
Changes: 
 pysvn (1.7.8-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release
   * debian/rules (and more...)
 - make it dh-nize
   * debian/compat
 - set 9
   * debian/control
 - set Standards-Version: 3.9.4
Checksums-Sha1: 
 8e02cc5ba213928b062c9f6ecc8520f00a16fe86 1949 pysvn_1.7.8-0.1.dsc
 b58c2a8145f0acf57f079746d4089b2b100eaccc 347114 pysvn_1.7.8.orig.tar.gz
 8d4abc4904a79a7723f01853f072ff6b3942ff35 8634 pysvn_1.7.8-0.1.debian.tar.gz
 e39702d0055c1e2c69f1952b7fdaa507077fdc20 379618 python-svn_1.7.8-0.1_amd64.deb
 d8b7f5cc0885835bf5ffcdaad40817620d560871 99940 
python-svn-dbg_1.7.8-0.1_amd64.deb
Checksums-Sha256: 
 891112fed65b57377800c64616ab49f7df8336c3729d706229bd27fa7ecf88f4 1949 
pysvn_1.7.8-0.1.dsc
 60936e30e73f8909034d8b51ee2aabbdd8dec04df480b6d271c12f45815367e2 347114 
pysvn_1.7.8.orig.tar.gz
 e25c342a970a7601a92b95bc14cabab76fff1ba8f42cc13b32206af4be4c5674 8634 
pysvn_1.7.8-0.1.debian.tar.gz
 33cf928c46cd5d9066e85aa5e3573f82acd291d4303b80ea802aef95ae41cd94 379618 
python-svn_1.7.8-0.1_amd64.deb
 579ab001cab55e1f51e14073da34ef373e3e439920c94403f4121f8b9f7cb305 99940 
python-svn-dbg_1.7.8-0.1_amd64.deb
Files: 
 2f51e5da8aff3319bf25607ac6763922 1949 python optional pysvn_1.7.8-0.1.dsc
 1e03badde472a6f1e7a11365c1ab9063 347114 python optional pysvn_1.7.8.orig.tar.gz
 faafefbae80b782d94c7a17b8798c360 8634 python optional 
pysvn_1.7.8-0.1.debian.tar.gz
 c241c6b4f07fc8a992fc2e688f3f5f6c 379618 python optional 
python-svn_1.7.8-0.1_amd64.deb
 0b0f8f30cb127a5ef4c69d2025a33b02 99940 debug extra 
python-svn-dbg_1.7.8-0.1_amd64.deb

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

iQIcBAEBCgAGBQJSUBpTAAoJEF0yjQgqqrFAM2gP/2SfSdI8zmDikbuDopL+gG0O
piFVKWn2Gxaw8mZWc9AwK8iWm0RKKTSwBZ2ML+3wG6Uh5haEORlct5oB+yjvodkj
Qy58WdnO0RQH7S4DvWTZbgsUSLn5/e8PXBHRYQSIw1bEwoK+oookc1PT8l+lAoql
ZNkxPMVTpm+sT5dvbGg3ddLbLRc9Y/LH4G+XQ0gijFh+zxmzbJVLdoiaciD8f0Xy
rq8ck5AxysgLez66tkgZ5nCZltT23KH8G8ZRGjuPg8DzohLIjIwzYi5rN0gQuO+W
Qqc77bky80OBJRtNS7EJEMIWojC2d2p0bR0qzllyqxNN5nEpUw9C4YZum54txwyp
urwKleusqfQhGeEFB5E+6EfbQuDSnLrUOtCxgbdcvfFNz34G+LbFKu2sZfA1vDg7
EnzOf0D49YdI77lDhYBD6OVLUQ+jpr9EKApe8pZ3xRIVH+Cz03oUqd+OxcyVcsX+
ix3OEnvwEWd8UxdM4urL+OHG20yVDry3a1Ga05AwlRMK3h3LG14yTfo4lL8GWOeP
Y28AC7QfZC/zGmUfZRUN6TxedDeOZRD890hFJ1hdu3r3e+pwOugEL5ck9eP40Cyu
SPdkrX8rdgOtuC3J6JlPD9OdDVrEX2RaM3CsiY9ENH3WEfsM/InU98q1APE6u+Tr
SbyWfY3haO+b9yJDIz3D
=uyqN
-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/e1vw6pe-00033w...@franck.debian.org



Accepted scilab 5.5.0~beta-1-1~exp2 (source all amd64)

2013-10-15 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 16:23:53 +0200
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg scilab-doc 
scilab-doc-fr scilab-doc-pt-br scilab-doc-ja scilab-test
Architecture: source all amd64
Version: 5.5.0~beta-1-1~exp2
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.5.0~beta-1-1~exp2) experimental; urgency=low
 .
   * Force the usage of gfortran 4.7
 Probably related to http://gcc.gnu.org/ml/fortran/2013-08/msg00077.html
Checksums-Sha1: 
 7d0a49d29944586e09e1f74cc65b4f2a0c812c5d 2880 scilab_5.5.0~beta-1-1~exp2.dsc
 74b3a0044d97364f3cde5e37fd49a785ee231507 39136 
scilab_5.5.0~beta-1-1~exp2.debian.tar.gz
 925be20efc20069b674286cd524d80e78baa04be 76368 
scilab-cli_5.5.0~beta-1-1~exp2_all.deb
 ca1e308dcbd7ea08aa9d9b7051dce89475a377e3 80322 
scilab_5.5.0~beta-1-1~exp2_all.deb
 ae16fbb464ed8062b7c0666db2b5118f6569d027 35189096 
scilab-data_5.5.0~beta-1-1~exp2_all.deb
 db3962f447942923e01fb0dd9918f7ed92b0c76e 7747932 
scilab-doc_5.5.0~beta-1-1~exp2_all.deb
 2fe2753c7c35c6008b7252a8060dcae41e611457 7055388 
scilab-doc-fr_5.5.0~beta-1-1~exp2_all.deb
 aab97e0f808ced648e618df8610f757badbdb68e 6913884 
scilab-doc-pt-br_5.5.0~beta-1-1~exp2_all.deb
 ad8b71a64bb00843d63dccf3e695e48d0de5e7fe 7136848 
scilab-doc-ja_5.5.0~beta-1-1~exp2_all.deb
 2484a8b90ec3882f2d99d454c49a7bb041e1025c 14077288 
scilab-test_5.5.0~beta-1-1~exp2_all.deb
 6e7b63d2110a60b433e868b8b4b897dfdd66bf66 128142 
scilab-include_5.5.0~beta-1-1~exp2_amd64.deb
 4088ac12c42271964153f7f7e059fc74de94a652 2274634 
scilab-minimal-bin_5.5.0~beta-1-1~exp2_amd64.deb
 1e1ff8f3b380cd27fc2f6dbabcdbb011696b2b21 1319988 
scilab-full-bin_5.5.0~beta-1-1~exp2_amd64.deb
 c3dcebb84b3fb02ed0ba6cd84e42fd8bdb13d3a7 3865894 
scilab-minimal-bin-dbg_5.5.0~beta-1-1~exp2_amd64.deb
 4b0224013787fe555777b6f2894c91252ef9bec5 2684372 
scilab-full-bin-dbg_5.5.0~beta-1-1~exp2_amd64.deb
Checksums-Sha256: 
 2691892941a4ca2c27d2c69cbb07937d170d11f8813838482da5f678308ff55a 2880 
scilab_5.5.0~beta-1-1~exp2.dsc
 40e84e8bda33fd649d176f6c12510449940da2948dc287896ed6f92b478817dd 39136 
scilab_5.5.0~beta-1-1~exp2.debian.tar.gz
 5bb07c64aec42bc1b08e12372259fec8851d7d4a2fb444e28e57d9b9a9fb4931 76368 
scilab-cli_5.5.0~beta-1-1~exp2_all.deb
 11e46698a93ebb7cfa0e6e626eb4ec7c3c0d9759c970879fbac5ecb53fc6934a 80322 
scilab_5.5.0~beta-1-1~exp2_all.deb
 d93a6b5fac3b1fef0b8eeef952e5ddc1f477ca874f16ad684a0c4774a6b84089 35189096 
scilab-data_5.5.0~beta-1-1~exp2_all.deb
 e854fa8f8aa66936de2b9bfc7a3842fd56b1dc753c8cb80ea039c37630666bb4 7747932 
scilab-doc_5.5.0~beta-1-1~exp2_all.deb
 5a6d48e59568deb27e2c1b704af4b0d18647ec09055e78eb283b7123d5637505 7055388 
scilab-doc-fr_5.5.0~beta-1-1~exp2_all.deb
 1f0ecca50dcc23bc0c3ac94f3a1d3e0477dfd187e0b126d8624a6d877600a085 6913884 
scilab-doc-pt-br_5.5.0~beta-1-1~exp2_all.deb
 555350476cb89e399c63353d4c22579de2447be8eee9bb6af471108c8b1fb767 7136848 
scilab-doc-ja_5.5.0~beta-1-1~exp2_all.deb
 dace392f1d948dcf2c812c59fc6660d600b779c5281012ea48606830304724d1 14077288 
scilab-test_5.5.0~beta-1-1~exp2_all.deb
 d8768a87c8a6c6b26c158ec06652b5d5d4a9508c38b902454d81f695a0694666 128142 
scilab-include_5.5.0~beta-1-1~exp2_amd64.deb
 5c97c6a9a3bc714c9e1d4878ab773641b2d5a651b2bf1a57c6901d713deafb7e 2274634 
scilab-minimal-bin_5.5.0~beta-1-1~exp2_amd64.deb
 d3cae1ce95c1577660d8922fcbf6b473d1f74820ee8f89748fe271c1c855eb95 1319988 
scilab-full-bin_5.5.0~beta-1-1~exp2_amd64.deb
 2a26827e52df61693a0a3384869a663e969079f3f5508ea8e735fbae78d46f7d 3865894 
scilab-minimal-bin-dbg_5.5.0~beta-1-1~exp2_amd64.deb
 502eed232110722f5bcba0d13fd2bb65da06a76fcec614f940780c4c3532f4f9 2684372 
scilab-full-bin-dbg_5.5.0~beta-1-1~exp2_amd64.deb
Files: 
 e1a5ee6428ac044842e3e1e46bb457f4 2880 math 

Accepted haskell-lens 3.9.0.2-4 (source all amd64)

2013-10-15 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 17:01:52 +0200
Source: haskell-lens
Binary: libghc-lens-dev libghc-lens-prof libghc-lens-doc
Architecture: source all amd64
Version: 3.9.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-lens-dev - Lenses, Folds and Traversals
 libghc-lens-doc - Lenses, Folds and Traversals; documentation
 libghc-lens-prof - Lenses, Folds and Traversals; profiling libraries
Closes: 726372
Changes: 
 haskell-lens (3.9.0.2-4) unstable; urgency=low
 .
   * Adjust watch file to new hackage layout
   * Disable TH on arches where it is not available, thanks to Joey Hess for
 the patches.  (Closes: #726372)
Checksums-Sha1: 
 b6253f1c8c9876d5f01e670a737ca2a235fc9f6d 4602 haskell-lens_3.9.0.2-4.dsc
 108e59f58fe44ef2d10e31b0de8ec3e3d7d8d1c8 8067 
haskell-lens_3.9.0.2-4.debian.tar.gz
 2d6e93e96ff6d198abb8b4c9300312144ee66fc9 815886 
libghc-lens-doc_3.9.0.2-4_all.deb
 22da0e18162d83de60ea2a1a4a6dcd3ec357dfda 1285214 
libghc-lens-dev_3.9.0.2-4_amd64.deb
 8012eb7eac8554594287cdf68e964bfff3328a39 1502672 
libghc-lens-prof_3.9.0.2-4_amd64.deb
Checksums-Sha256: 
 43212b8a1ad81304154cd52cd00a4564a1b40a8478e40a1e879201826d6ac68a 4602 
haskell-lens_3.9.0.2-4.dsc
 4705d0ed8a0dc98ea33588b391b2e17bbdedc260a8ac630cbcae53054f751b0d 8067 
haskell-lens_3.9.0.2-4.debian.tar.gz
 7dde2b84d64107690425714c57d657a9150363fa120f90e4af8d3d2674dd2250 815886 
libghc-lens-doc_3.9.0.2-4_all.deb
 5156b6e0f90ab09760afb0b1b33fcb4e1fa79fd430c97c0e653aafc6627752bd 1285214 
libghc-lens-dev_3.9.0.2-4_amd64.deb
 d8c7f0a1ea685839e2462800b665563e6aab5336356fd9e37afc6ab5cf0018da 1502672 
libghc-lens-prof_3.9.0.2-4_amd64.deb
Files: 
 9c81ece2aac198960c18b2e84ca3f91a 4602 haskell extra haskell-lens_3.9.0.2-4.dsc
 15e8fdcaabcffcd902923abc71db9d5c 8067 haskell extra 
haskell-lens_3.9.0.2-4.debian.tar.gz
 baa5f182fd2a0117c55b31f7bbc6 815886 doc extra 
libghc-lens-doc_3.9.0.2-4_all.deb
 8f6f98d104eb012b5bbefa20b041b45a 1285214 haskell extra 
libghc-lens-dev_3.9.0.2-4_amd64.deb
 11bee6a0afdeadc81fe7390f2775a611 1502672 haskell extra 
libghc-lens-prof_3.9.0.2-4_amd64.deb

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

iEYEARECAAYFAlJdXIAACgkQ9ijrk0dDIGyLGACZAbOA74ZAIqOslN2SxFoLvbQR
GDMAmwYf8lBeb3BiKjfb1as8uEMpU0M1
=V7FU
-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/e1vw6dp-0005xa...@franck.debian.org



Accepted dspam 3.10.2+dfsg-11 (source armhf all)

2013-10-15 Thread Thomas Preud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 04:59:39 +0200
Source: dspam
Binary: dspam dspam-webfrontend libdspam7 libdspam7-dev libdspam7-drv-hash 
libdspam7-drv-pgsql libdspam7-drv-mysql libdspam7-drv-sqlite3 dspam-doc 
dspam-dbg libdspam7-dbg
Architecture: source armhf all
Version: 3.10.2+dfsg-11
Distribution: unstable
Urgency: low
Maintainer: Debian DSPAM Maintainers pkg-dspam-m...@lists.alioth.debian.org
Changed-By: Thomas Preud'homme robo...@debian.org
Description: 
 dspam  - Scalable, fast and statistical anti-spam filter
 dspam-dbg  - debugging symbols for dspam
 dspam-doc  - Documentation for DSPAM anti-spam filter
 dspam-webfrontend - Webfrontend for DSPAM anti-spam filter
 libdspam7  - Core message processing and classification functionality for DSPA
 libdspam7-dbg - debugging symbols for DSPAM related libraries
 libdspam7-dev - Development headers for libdspam
 libdspam7-drv-hash - Hash backend for DSPAM anti-spam filter
 libdspam7-drv-mysql - MySQL backend for DSPAM anti-spam filter
 libdspam7-drv-pgsql - PostgreSQL backend for DSPAM anti-spam filter
 libdspam7-drv-sqlite3 - sqlite3 backend for DSPAM anti-spam filter
Changes: 
 dspam (3.10.2+dfsg-11) unstable; urgency=low
 .
   * debian/patches:
 + Remove patch improving handling of malformed css file as it creates more
   problems than it solves in its current form.
Checksums-Sha1: 
 0a15e888f155c67a69b7b7a4535ed307c74a0ccb 2600 dspam_3.10.2+dfsg-11.dsc
 7fde6717c728ac29e2c6a937744545a8256f9f2d 67357 
dspam_3.10.2+dfsg-11.debian.tar.gz
 5a6c7073a685ae413e1aeec933cb6847211d76f0 308528 dspam_3.10.2+dfsg-11_armhf.deb
 d0c51f9b4ef7b0a68374d0672e1cbc8da8a18b46 167458 
dspam-webfrontend_3.10.2+dfsg-11_all.deb
 3518cf63b8659dd55e97ada7649f6427077b0705 135812 
libdspam7_3.10.2+dfsg-11_armhf.deb
 c57ccdca972d8cfacd92e9c016bdacf668fdca3f 240108 
libdspam7-dev_3.10.2+dfsg-11_armhf.deb
 601b7368612281dd72fc28fe92c93e2cfd484ca5 109490 
libdspam7-drv-hash_3.10.2+dfsg-11_armhf.deb
 324abb59fb5a35d90f630f5a58572b9154a645d4 120222 
libdspam7-drv-pgsql_3.10.2+dfsg-11_armhf.deb
 5bd0fbfb269629ad7838b5744048a83da309814f 121968 
libdspam7-drv-mysql_3.10.2+dfsg-11_armhf.deb
 56f64b445830b9ac2cc59758c9ac85aa06dc0668 110578 
libdspam7-drv-sqlite3_3.10.2+dfsg-11_armhf.deb
 728ac838acff7d81300a22408e0cca00e2967805 128902 
dspam-doc_3.10.2+dfsg-11_all.deb
 daa056a388c3ff4cabd08b73bdd20ed37af08a38 558184 
dspam-dbg_3.10.2+dfsg-11_armhf.deb
 b711154b9c1fbcaa561913f06551ff7787f36ab7 299698 
libdspam7-dbg_3.10.2+dfsg-11_armhf.deb
Checksums-Sha256: 
 baf198ab44d6dabd7a8197fb9ba2fecc07db01e9715ce966c06ccd698b67d57f 2600 
dspam_3.10.2+dfsg-11.dsc
 38b96eee02aaf82f5ceef5dc04471312e3a6d523c47563825dddeccac7fb3c59 67357 
dspam_3.10.2+dfsg-11.debian.tar.gz
 76ae757a4256b18117fffab1e3a04d77b39046b988541b50ec3d17ec0f23c5cb 308528 
dspam_3.10.2+dfsg-11_armhf.deb
 9e8e7fde9f5b484ac7862c8ed35e355aaea2dda8459b3a630feace9c9ee6a3aa 167458 
dspam-webfrontend_3.10.2+dfsg-11_all.deb
 470a9cda3fb49614e051351bef7e4090057808b2eda1920f8f2ac2912de26915 135812 
libdspam7_3.10.2+dfsg-11_armhf.deb
 6f2994cd0003b5bd1a2bbdbf34aad543d26a5c00d5e2a7a7b25285512cd266d0 240108 
libdspam7-dev_3.10.2+dfsg-11_armhf.deb
 b3de81816c2ce19c2773d85551bf2d4fcf0784d28c49e9ee4aa21ec01559b8aa 109490 
libdspam7-drv-hash_3.10.2+dfsg-11_armhf.deb
 6c6e0f91070cc57ccb40da53e727e4ca7da022cb1d20a98a40b10bd8dc35b472 120222 
libdspam7-drv-pgsql_3.10.2+dfsg-11_armhf.deb
 60488a390bd7f7c78096d1d08d59f273103bd63867b2c2c57973c475a4392fb5 121968 
libdspam7-drv-mysql_3.10.2+dfsg-11_armhf.deb
 b7aa80f61971f2bed371dda093e3e0245434a26d955dbd45697a838df5404840 110578 
libdspam7-drv-sqlite3_3.10.2+dfsg-11_armhf.deb
 d306c25b89157adaac210ba5e4b1422510e4aa2be5fde03d4fe251fde266ef64 128902 
dspam-doc_3.10.2+dfsg-11_all.deb
 6ead75cb002e9d790385f3fd05a60fa64ff4e7be49a9b20d2d27e4d24824d9c9 558184 
dspam-dbg_3.10.2+dfsg-11_armhf.deb
 98641b43c6b4fefe96283c5dc66a49285e249823f519e459a946b189130eb254 299698 
libdspam7-dbg_3.10.2+dfsg-11_armhf.deb
Files: 
 964594d7caf5288daf715c8cfd2163d0 2600 mail optional dspam_3.10.2+dfsg-11.dsc
 31d44067c9c8946b6f51a07842568706 67357 mail optional 
dspam_3.10.2+dfsg-11.debian.tar.gz
 dd686ec1b31635b9c0b6c11eebf6bc76 308528 mail optional 
dspam_3.10.2+dfsg-11_armhf.deb
 bf18d2d3ebd2df6927d402005b498098 167458 mail extra 
dspam-webfrontend_3.10.2+dfsg-11_all.deb
 28fad760f7a5be81faab98ff9810e6b5 135812 libs optional 
libdspam7_3.10.2+dfsg-11_armhf.deb
 76cfb8d38f60444bca17f539804c2f37 240108 libdevel optional 
libdspam7-dev_3.10.2+dfsg-11_armhf.deb
 b7db6439f8dd87e6444e29fdb152930b 109490 mail optional 
libdspam7-drv-hash_3.10.2+dfsg-11_armhf.deb
 784b4cafa706c13db2687e4483f323e7 120222 mail optional 
libdspam7-drv-pgsql_3.10.2+dfsg-11_armhf.deb
 6821238dfa9b06ee39489866136bf294 121968 mail optional 
libdspam7-drv-mysql_3.10.2+dfsg-11_armhf.deb
 571155983548186acb7c75f4363583de 110578 mail optional 
libdspam7-drv-sqlite3_3.10.2+dfsg-11_armhf.deb
 

Accepted tar 1.27-1 (source amd64)

2013-10-15 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 09:56:45 -0600
Source: tar
Binary: tar tar-scripts
Architecture: source amd64
Version: 1.27-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bdale Garbee bd...@gag.com
Description: 
 tar- GNU version of the tar archiving utility
 tar-scripts - optional scripts for GNU version of the tar archiving utility
Closes: 724064 724238 724240
Changes: 
 tar (1.27-1) unstable; urgency=low
 .
   * new upstream version
   * prefix backup and restore scripts with tar- to avoid conflicts with
 other packages like openafs-client, closes: #724064, #724240
   * move libexec content in tar-scripts to /usr/lib/tar, closes: #724238
Checksums-Sha1: 
 e2f3da1a27d891234d4f9f24a6b83f7621d4ae54 1806 tar_1.27-1.dsc
 eb7ad427c1e2cb08287519a7d2e9fb567c2689c9 1691852 tar_1.27.orig.tar.xz
 a9d0ee71367ce511bfc27b74d1ae239600d9 38397 tar_1.27-1.debian.tar.gz
 eb6c5e3ffec656abdd552d13d2d96905b8638a57 653398 tar_1.27-1_amd64.deb
 d3485c2384dc0c3f8ac7c7fc1c6e235a9af44f91 19760 tar-scripts_1.27-1_amd64.deb
Checksums-Sha256: 
 cbb2984f1c9a075e87df49147818ab87adc9791bd882375d810352c067c783eb 1806 
tar_1.27-1.dsc
 b62087f9e919c6a4c199ea3aaf79335616ee50c38b0fa01b941400d86c86a879 1691852 
tar_1.27.orig.tar.xz
 47b6a41322778eee07659be59e22f5695b273c2f4ccb297df677a59bb84336fe 38397 
tar_1.27-1.debian.tar.gz
 3f6f0e9053319c58e88d6c2ed68303363dbb6d61b59fb13c5c747de313870428 653398 
tar_1.27-1_amd64.deb
 74ec206fd90f556914e550b55f6d3bbfd86c38269200432bc351651e095c94c7 19760 
tar-scripts_1.27-1_amd64.deb
Files: 
 3a8a879bf27750126e492f0f34fa06b2 1806 utils required tar_1.27-1.dsc
 79bd299acaf9a58a575de57141ed59b7 1691852 utils required tar_1.27.orig.tar.xz
 e06bd58cab84b0aeb76328c33f939305 38397 utils required tar_1.27-1.debian.tar.gz
 c327451c406d94118855d160591003bb 653398 utils required tar_1.27-1_amd64.deb
 ad0d5348848dff228dea80e57fefe24f 19760 utils optional 
tar-scripts_1.27-1_amd64.deb

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

iQIVAwUBUl1tPTqTYZbAldlBAQpKyA/+OIsV/q5Az0R8NUA2MBUPugitlGAVwAP0
TMr/V5sAWra06rhaJESzX2iLMgxop3azwurJSQq346XN747I89TFNBu5eh6cbcld
2hwbOw8fw/0qK3rCSheMAAMUWf4XTGi8iEvqlgWuad1uaR+DTUhaxNhWY60golFc
yijQHxZoMQMESGT1NhHlFtmmT4fOTW325ytpjI3IrkimeDZteNduAnYNk62vz+Ix
NTUzNw1NRJQurEf2KMhLQ+Dq98iX4RQnw2fFP8saAUY3osSzyGCYoh5nPKE22RiO
0D/qSGvLJ1GongkXYvplTqb8uS3wjI/XszbKwG9MhKhIpZICIj1Qa914SP+olZoQ
mjtfeIfj5KnK/e8YuG/XpAMdG/aEP4DVuQYmEyE+Sz1pumhHKvlDVnMMJ9UhZ4CK
rYGH6dVBP5lZgHnrZl55g2b38XUZtSJi8bNehSsAeJzYfRs01RjAFvtUqq+73DU1
8cM1q2C8uTeFHUEcM6nUNS7EvhRz2E5VJNEA3uzEoeDLGb7q6/vjOgp6ZJYl1Pe5
LV1OfTJwbodHgPRKbycvT5mtFECL7YetmuhUOLIPqDchc6kWL4XDYViMLp/dytB9
v/ST9R4RKPIwCXpD4lEqT1oD+5BNJm1u5vMeWX6KpBmJax6zG3fWTGXDu8nq/koX
Ztl1WYc9IYA=
=5i6k
-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/e1vw7z3-00049r...@franck.debian.org



Accepted policykit-1 0.105-4 (source amd64 all)

2013-10-15 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 18:34:24 +0200
Source: policykit-1
Binary: policykit-1 policykit-1-doc libpolkit-gobject-1-0 
libpolkit-gobject-1-dev libpolkit-agent-1-0 libpolkit-agent-1-dev 
libpolkit-backend-1-0 libpolkit-backend-1-dev gir1.2-polkit-1.0
Architecture: source amd64 all
Version: 0.105-4
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-polkit-1.0 - GObject introspection data for PolicyKit
 libpolkit-agent-1-0 - PolicyKit Authentication Agent API
 libpolkit-agent-1-dev - PolicyKit Authentication Agent API - development files
 libpolkit-backend-1-0 - PolicyKit backend API
 libpolkit-backend-1-dev - PolicyKit backend API - development files
 libpolkit-gobject-1-0 - PolicyKit Authorization API
 libpolkit-gobject-1-dev - PolicyKit Authorization API - development files
 policykit-1 - framework for managing administrative policies and privileges
 policykit-1-doc - documentation for PolicyKit-1
Closes: 692340
Changes: 
 policykit-1 (0.105-4) unstable; urgency=low
 .
   * Acknowledge non-maintainer upload for CVE-2013-4288.
   * Also cherry-pick the upstream commit which deprecates the racy APIs.
   * debian/patches/09_pam_environment.patch: set process environment from
 pam_getenvlist().
   * debian/patches/01_pam_polkit.patch: adjust patch to invoke pam_env, so our
 global settings from /etc/environment are applied correctly.
   * The two changes above fix pkexec to properly export the pam environment.
 Thanks Steve Langasek for the patch. (Closes: #692340)
Checksums-Sha1: 
 ef6951543687c5851a50e82af5c6588fb3d3b246 2772 policykit-1_0.105-4.dsc
 5ccc38006204f45b65cf3460fa18dcbb27523ebf 19808 
policykit-1_0.105-4.debian.tar.gz
 83757ad77f9b32f2bd358957716d86dc949e0a1e 57872 policykit-1_0.105-4_amd64.deb
 e2b08a653a5c8ff5e56ab14a24cc9d5c7b406d56 260396 policykit-1-doc_0.105-4_all.deb
 63d73b5a6b273faba5e4a78d65d5754999f422ef 39790 
libpolkit-gobject-1-0_0.105-4_amd64.deb
 7dcd631822e36efdf44bcc6e43881a0141b21fe1 58054 
libpolkit-gobject-1-dev_0.105-4_amd64.deb
 69184eecd23115a053f1c69054aecf38d1c96c23 21428 
libpolkit-agent-1-0_0.105-4_amd64.deb
 a7f755046ac133c5af37c48f7b9adb3c39ebe4bf 27202 
libpolkit-agent-1-dev_0.105-4_amd64.deb
 dce52e2f2db57c54375a66caf2f11bfe12912507 41596 
libpolkit-backend-1-0_0.105-4_amd64.deb
 ca84548413bd2c55c0e47c3edde076c1be396101 46068 
libpolkit-backend-1-dev_0.105-4_amd64.deb
 560a5a0e518122a1802bf5cf959372746fe36580 13704 
gir1.2-polkit-1.0_0.105-4_amd64.deb
Checksums-Sha256: 
 bd284110d9387d1402b46df5c8f5032bcd5a59ae41493bbcd085872b20b5ec9e 2772 
policykit-1_0.105-4.dsc
 6c011cda200f005cdb1781ff9ad2ed3da61ad48f37a2b459dd3cea3ad43399d0 19808 
policykit-1_0.105-4.debian.tar.gz
 6217ed44d2b7cd4517e71c3b87c2d01343695d8c0465b9c3490a6bb24bb582ad 57872 
policykit-1_0.105-4_amd64.deb
 d0aa862925d10507e8c21d16330869ac5cacfd9f0602d74c899e1cdf52a730ff 260396 
policykit-1-doc_0.105-4_all.deb
 cab46c8abb51a1be48660be861be6e593ba4b93bdafd1313c023fa67e50f9d45 39790 
libpolkit-gobject-1-0_0.105-4_amd64.deb
 93f630ee20fb3ff80b124e1ba72690fc9ae829aa7c0f32d2487b516b0b087056 58054 
libpolkit-gobject-1-dev_0.105-4_amd64.deb
 471e934799e443dc598b3cb9654b093f9ea0282d02c34d65ff998816c8d6c37d 21428 
libpolkit-agent-1-0_0.105-4_amd64.deb
 175f2cdfab53248458c6e691a8f0fa5c9dce7d372ae4dc1e157fff4ba762fc27 27202 
libpolkit-agent-1-dev_0.105-4_amd64.deb
 f6b97d77aebdb3fe58090c658c108fc490df0e6cb3d41de04e967867da59 41596 
libpolkit-backend-1-0_0.105-4_amd64.deb
 b73c92823f677404f8b3943b534ffad2d8846ceca14a57d4d4d5069a97385b50 46068 
libpolkit-backend-1-dev_0.105-4_amd64.deb
 03d650d795270cd7b5ed2fa446a0c87b89002d75f26e83ac473a2a5fea3ca233 13704 
gir1.2-polkit-1.0_0.105-4_amd64.deb
Files: 
 38c84cd4f749422d57ebe8a1dd8d4e42 2772 admin optional policykit-1_0.105-4.dsc
 94cc635c18dcab9ab46d666c54688510 19808 admin optional 
policykit-1_0.105-4.debian.tar.gz
 9a1f6c4af54c4470fa0a43ff4b644d4b 57872 admin optional 
policykit-1_0.105-4_amd64.deb
 ba06ccb1c8fce88d6e38faf7a7fe0e18 260396 doc optional 
policykit-1-doc_0.105-4_all.deb
 23d1ed475375252c95d2353a397ba1e7 39790 libs optional 
libpolkit-gobject-1-0_0.105-4_amd64.deb
 aacfaa545bc2b1ea3dcd79228aa63f63 58054 libdevel optional 
libpolkit-gobject-1-dev_0.105-4_amd64.deb
 b31c1a4d04062e9b74cfe6f32a227cc5 21428 libs optional 
libpolkit-agent-1-0_0.105-4_amd64.deb
 246b3ce642a6b54407fe3e2c0d5b98b0 27202 libdevel optional 
libpolkit-agent-1-dev_0.105-4_amd64.deb
 75e37b9374ee72122d4210a4ac99d1da 41596 libs optional 
libpolkit-backend-1-0_0.105-4_amd64.deb
 05d68ddf69ccdf0cfe41cb6964cb6389 46068 libdevel optional 
libpolkit-backend-1-dev_0.105-4_amd64.deb
 bc5ea6a4726b4292df9507fc5d9e5bf7 13704 introspection optional 
gir1.2-polkit-1.0_0.105-4_amd64.deb

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


Accepted chiark-tcl 1.1.1+nmu1 (source amd64)

2013-10-15 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 21:12:46 +0400
Source: chiark-tcl
Binary: libtcl-chiark-1
Architecture: source amd64
Version: 1.1.1+nmu1
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 libtcl-chiark-1 - Tcl interfaces for adns, cdb, crypto, etc.
Closes: 725248
Changes: 
 chiark-tcl (1.1.1+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build against the default Tcl version instead of deprecated 8.4
 (closes: #725248).
Checksums-Sha1: 
 3830ccd9a5dd57579dffd6487a9eb50b401414a0 910 chiark-tcl_1.1.1+nmu1.dsc
 5ab988d9c9024789205f16d393e7ba27263e038f 62288 chiark-tcl_1.1.1+nmu1.tar.gz
 590502a4ffc89a06210985a0b3acd14e5f2f663d 60276 
libtcl-chiark-1_1.1.1+nmu1_amd64.deb
Checksums-Sha256: 
 45ff8d67968af48b24ce4936dc7eb5c42e8a33c46948ac81a78a0367732e7b31 910 
chiark-tcl_1.1.1+nmu1.dsc
 6e3f5ad9717f58b85e7242fb296ef9ee4789a776707d69855433507638b93bca 62288 
chiark-tcl_1.1.1+nmu1.tar.gz
 922530ba86c9970e980ecff93ecbdcb8687989473771d987ac47d84a48be4b14 60276 
libtcl-chiark-1_1.1.1+nmu1_amd64.deb
Files: 
 b0f633c6db18d4c9db84b775130662b8 910 interpreters optional 
chiark-tcl_1.1.1+nmu1.dsc
 4629eef0283e720bfe9f4889d63d58c9 62288 interpreters optional 
chiark-tcl_1.1.1+nmu1.tar.gz
 c6438428f7b6fe78369fb9992e91121e 60276 interpreters optional 
libtcl-chiark-1_1.1.1+nmu1_amd64.deb

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

iD8DBQFSXXwAIcdH02pGEFIRAibrAJwNBGAZIfQkVNmJLOnM1x6QeGhVgQCcCcnL
U0mBH0ZDZZE8+RgSSuZkfKA=
=9KdJ
-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/e1vw8uf-0001n2...@franck.debian.org



Accepted libass 0.10.1-3 (source amd64)

2013-10-15 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 17:43:11 +0100
Source: libass
Binary: libass-dev libass4
Architecture: source amd64
Version: 0.10.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libass-dev - development files for libass
 libass4- library for SSA/ASS subtitles rendering
Closes: 726337
Changes: 
 libass (0.10.1-3) unstable; urgency=low
 .
   * Team upload.
   * Use autotols-dev to update config.{guess,sub}.
 Thanks to Colin Watson for the report and patch. (Closes: #726337)
Checksums-Sha1: 
 15c96cea1b3365eee2e315991273c5f28ed364e2 2054 libass_0.10.1-3.dsc
 c243fa0baeb1ff20169501be066ab48e2188d03e 5852 libass_0.10.1-3.debian.tar.gz
 23f025b1b5ff6e78058f19443f4f4fd5fa805a83 57038 libass-dev_0.10.1-3_amd64.deb
 b482ee71b45a142385f16fc3b9a0e1492d94b949 49696 libass4_0.10.1-3_amd64.deb
Checksums-Sha256: 
 a9c0e8413577d780e8945ff5962c959b8437ba93deaa4c8cada1cfefd5d42334 2054 
libass_0.10.1-3.dsc
 0479a258fe75db43b132119307b2cd1ac299e6e3d32a21d45a347dd9a5bf3438 5852 
libass_0.10.1-3.debian.tar.gz
 4689c2c5e38e78ac43095c40d75c5959c75345472dc80b0bec76526d79dd9ba4 57038 
libass-dev_0.10.1-3_amd64.deb
 8c4d82bef3a2e6732cef895da4dbdf7c45d90d4da64879bb96d2213d3e47320e 49696 
libass4_0.10.1-3_amd64.deb
Files: 
 608f1f1f0e683e1cb356536d29ed8e37 2054 libs extra libass_0.10.1-3.dsc
 2c0126fd27a7e2e66c0b366d87ad098e 5852 libs extra libass_0.10.1-3.debian.tar.gz
 1cb8c30adf4f2e27cad891233ab67dbb 57038 libdevel extra 
libass-dev_0.10.1-3_amd64.deb
 acf98e8adf9fa20fa7a9cf8d6bcaa3a5 49696 libs extra libass4_0.10.1-3_amd64.deb

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

iQIcBAEBAgAGBQJSXXH6AAoJEOikiuUxHXZaTyMP/3FklwDXmmMsjHJ8wp20iPH8
DlvnBFf3whD6E32fJpwdfrevMb26dzBFGFCpDNXBFPM9u3+MYrFGgfM/zJNarCHw
EXADQDEc1SXzrku9M86dveyZfscaHH8ZI+FowBCanQsWOazc/FgvllsVHkBWv09K
BLVEvDLkDorIXtUcoyXau/m1xdDrOJkAyI1YkwlphFODRfh3sIEvqQN8sDetJcwN
0D63LEctljOT+iFlNl2JQMkhTww/8j88ljOtKa+bMzUTsPBOBJi7SbD7nQvd/aXf
Ad4FzUo9W735q5ouAFPVtdDYHECNTrDyVxQDZ3wwpnxkT9c+AfV0mJKE1XvtK1xb
yQyJyxv4QVMmoz9zUV3kQWdpXHmyFX/ks4jOfyECmfnlj5oYrNilg2vOW/0wglGw
56EM17wTKsmw8NpKuFDQNWzXvIReyd3L/ZCFSn997x5HFJzO9nQt0ArwJ5y5gLsS
FimRBbfx4Uu5v0ZDmDm48LLwUXN5JMeVF5wHoWrgL3ygsl64bXWZ2N5bsb2aqSIs
ibgGe5+gKrGQ2ZOo6BbicrvYaWiikC9vulKaivuWDrAeNdoe/k4987qYDljSjO/o
APhGPr+wb/gUbR2DpFPaCalpv93b67Nv2lxxFft9WOMASFvsIGiUZpfkOw77I65o
YRxsUASZ6qEN6M0dcvl3
=bSuX
-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/e1vw8v0-0001a2...@franck.debian.org



Accepted its 1.1.8-4 (source all)

2013-10-15 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 11:52:00 -0500
Source: its
Binary: r-cran-its
Architecture: source all
Version: 1.1.8-4
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-its - GNU R package for handling irregular time series
Closes: 719381
Changes: 
 its (1.1.8-4) unstable; urgency=low
 .
   * Somewhat unnecessary rebuild just to squash a bug which was misfiled
 anyway as it affected a Build-Depends and not this package.
(Closes: #719381)
 .
   * debian/control: Change Depends to ${R:Depends}
Checksums-Sha1: 
 271919feb0567ca1e8a6fcfacd078a9ee0ab9a6e 996 its_1.1.8-4.dsc
 302da6be18908f4e3c1aea4c2033e84e62ed9982 29274 its_1.1.8.orig.tar.gz
 b7a91261bc5c200b0b0ac61bdc29e39bf2e32a34 2261 its_1.1.8-4.diff.gz
 8dc93d9f45553c84edcd7d7808a6e398b433e69a 116330 r-cran-its_1.1.8-4_all.deb
Checksums-Sha256: 
 b8b1f2f0de420f5cf60e2c57b257734e008fd189fe0e426490d2e8943a802b9d 996 
its_1.1.8-4.dsc
 0a6df5e35481d1d77ebedfcb10f2512be79b6a71eb389f63073ce2c373ab38bd 29274 
its_1.1.8.orig.tar.gz
 fb44a4a3a5842d89b0b0bdce445d3ee5ed3a59b98763c00c99e63ef3b9b50051 2261 
its_1.1.8-4.diff.gz
 0c45be9d081dcb839c910e998197c84e2b154bde25012a4eecdfe24e413081ab 116330 
r-cran-its_1.1.8-4_all.deb
Files: 
 d5ab20510fe84f04198ba4bca5af99a5 996 gnu-r optional its_1.1.8-4.dsc
 f99e76d72df0599df6f2b0591f6e88df 29274 gnu-r optional its_1.1.8.orig.tar.gz
 1c0bb7e7d1307ea2b463fcbb3a12b1de 2261 gnu-r optional its_1.1.8-4.diff.gz
 9e94d7d59c2847f10e873e6e7d5ec1f4 116330 gnu-r optional 
r-cran-its_1.1.8-4_all.deb

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

iD8DBQFSXXL2CZSR95Gw07cRAmykAJ0QrVvSBwgKrSkqWGQZT5b6ZXDETACaAnb1
XW0IyrNuCG8aBJj3QRb8H/o=
=/E+B
-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/e1vw8ut-0001qh...@franck.debian.org



Accepted lynis 1.3.2-1 (source all)

2013-10-15 Thread Francisco Manuel Garcia Claramonte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Oct 2013 17:33:03 +0200
Source: lynis
Binary: lynis
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Manuel Garcia Claramonte franci...@debian.org
Changed-By: Francisco Manuel Garcia Claramonte franci...@debian.org
Description: 
 lynis  - security auditing tool for Unix based systems
Changes: 
 lynis (1.3.2-1) unstable; urgency=low
 .
   * New upstream release
   * Updated Debian policy to 3.9.4.
   * Updated debian/copyright file.
   * Reviewed with minor improvements debian/README.Debian file.
Checksums-Sha1: 
 fa42d42de97c4ce3a3f454fde2026e7f7681f11c 1028 lynis_1.3.2-1.dsc
 9452711362ce333936734239e873d1b59bf5607b 133009 lynis_1.3.2.orig.tar.gz
 e14bfd527503e0eb829e42e4ec27bc078440f838 4399 lynis_1.3.2-1.debian.tar.gz
 6df5feea23a3c3fb7ecc3e142746e6eb329e 115114 lynis_1.3.2-1_all.deb
Checksums-Sha256: 
 73687b43771c853897fd092a8a48d2c901cd5d34f10734fd2f3d1a1984b55a2d 1028 
lynis_1.3.2-1.dsc
 0f6e0b893c026f7910bc0db7ddbed222e2b0e6cb5463b106ef53e5ceb7b3cb3f 133009 
lynis_1.3.2.orig.tar.gz
 51555f04ab5e190e664641756f95befc12ca4f9bf59b12a38868a6baf4b1421b 4399 
lynis_1.3.2-1.debian.tar.gz
 32898b0dceb923587a3e8fcbdec9c61773df73e011fc43b169cbbadc262b072e 115114 
lynis_1.3.2-1_all.deb
Files: 
 e58584c414907a8d37aaa3f94adabf00 1028 utils optional lynis_1.3.2-1.dsc
 16f34d08a79c634dc4b7352dfe27115d 133009 utils optional lynis_1.3.2.orig.tar.gz
 cc39223c50150d56aae2d5f306d105d8 4399 utils optional 
lynis_1.3.2-1.debian.tar.gz
 a24885c00d44c8ddc5ad18cb234dfc9d 115114 utils optional lynis_1.3.2-1_all.deb

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

iEYEARECAAYFAlJYL6kACgkQmpU8glVqulEB+QCgui6Qag/jLzAlfeO/DPbngJup
Y80An3jtgJA9gaLZ4At1Hply0wmWyF3C
=ty5q
-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/e1vw8wj-0002do...@franck.debian.org



Accepted tar-doc 1.27-1 (source all)

2013-10-15 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 10:31:43 -0600
Source: tar-doc
Binary: tar-doc
Architecture: source all
Version: 1.27-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bdale Garbee bd...@gag.com
Description: 
 tar-doc- documentation for the tar package
Changes: 
 tar-doc (1.27-1) unstable; urgency=low
 .
   * new upstream version
Checksums-Sha1: 
 d4252bc4fcc5c76d3ac33e454034b6c7bda6216b 1638 tar-doc_1.27-1.dsc
 e1f2cc15e4ed79e45f02170a826583023b2a49d5 233708 tar-doc_1.27.orig.tar.xz
 340e76de492328bee84d6db3da6ab587b88732d9 2802 tar-doc_1.27-1.debian.tar.gz
 bcec4dba81fe28994647d04b7babb0e404e87e91 179214 tar-doc_1.27-1_all.deb
Checksums-Sha256: 
 a0984499d481d3e8c6853ea7c7e7eb76274ffd1f0f97ba935847f534641e409b 1638 
tar-doc_1.27-1.dsc
 f7a7f292f10dab9caf4c6552c7e7d586f1f66ae92df298cdf49603716492b982 233708 
tar-doc_1.27.orig.tar.xz
 183d28ee146fe392de5feee6f1c12ea74a76613b17a00fd94370f7891cb5a760 2802 
tar-doc_1.27-1.debian.tar.gz
 5f6f1e6e6f5990bf54e203c49576b8e69e863e4d69d75629ef5d83163f248272 179214 
tar-doc_1.27-1_all.deb
Files: 
 738cc8e447b69a4489b1c03168d581e5 1638 non-free/doc optional tar-doc_1.27-1.dsc
 cb2265f6458e1afc3dac3a618bc18237 233708 non-free/doc optional 
tar-doc_1.27.orig.tar.xz
 fe7b71e7dec3de4c8f4292573a74f2fc 2802 non-free/doc optional 
tar-doc_1.27-1.debian.tar.gz
 11a522532b11a94a1b33f7f8e722 179214 non-free/doc optional 
tar-doc_1.27-1_all.deb

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

iQIVAwUBUl1yKTqTYZbAldlBAQrzAg//c9aOsTdpNVzq/9X6R5AMqi+RVzmuQc/s
oCja37NOBctAtzX5MFQPtIbj49mCbbRBBEc2/bWJr87866eXmWmu4o7t77uvFyc2
coepqAU8loWutc2YLWftmGJCKrLKd5Fp9H/G23qtqHlqlPJEKae1c210k7/mwDlT
fOfrC+z9kM+TW7iYOMsyKjt2iN9ckoAZ0x3nPSE3U0Az077G+0WH7TmKhLcqXOEP
3yDHWHblvlgMWCILLkevoFf+H5v5GjgM5KmINrSycIrCHaJG9WRPJkvZHUCJDcdN
WgrG/W0cxGbU/xS+4si0MEmyiV/YpbY3E5Gt5+vEBjBGHR0mrBPEoxxUhDDT+zi/
F0iAlxRs2PZUZODl1z6hdL7lBxHUq7PhlrlDezY0zk4lINSChHS/G8OSsl7jWw1N
T7Mmqv065lyNYt5C/EEVSR/z65xJESp39N7prK70PZ7WNDpxYsfP6/FY07Gygydf
4oPpnQdtYl/Kt6poZyB0wT1/tPQbg5z2VGMgivKurqT0INpFQMIzYnz1/KfxGAXP
igjEIl24utbk20ldBpYWKzUNpatUG+XcDV/s7DDMxLYHUg21sfqJzEtcxoe2Cw0c
Udrcia80ltzZzerSU9pDQZcZW/H/b1qNew96eXye05AhptPF+rAEngeEdLCb+DyC
M8HlAbzBTL4=
=rbLz
-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/e1vw8xd-0002kx...@franck.debian.org



Accepted idzebra 2.0.44-3.1 (source amd64 all)

2013-10-15 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 16:17:15 +0400
Source: idzebra
Binary: idzebra-2.0 libidzebra-2.0-modules idzebra-2.0-common 
idzebra-2.0-examples idzebra-2.0-utils libidzebra-2.0-dev libidzebra-2.0-0 
libidzebra-2.0-mod-alvis libidzebra-2.0-mod-dom libidzebra-2.0-mod-text 
libidzebra-2.0-mod-grs-marc libidzebra-2.0-mod-grs-regx 
libidzebra-2.0-mod-grs-xml idzebra-2.0-doc
Architecture: source amd64 all
Version: 2.0.44-3.1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 idzebra-2.0 - IDZebra metapackage (the works)
 idzebra-2.0-common - IDZebra common files
 idzebra-2.0-doc - IDZebra documentation
 idzebra-2.0-examples - IDZebra example configurations
 idzebra-2.0-utils - IDZebra utility programs
 libidzebra-2.0-0 - IDZebra libraries
 libidzebra-2.0-dev - IDZebra development
 libidzebra-2.0-mod-alvis - IDZebra filter alvis (XSLT filter for XML)
 libidzebra-2.0-mod-dom - IDZebra filter 'dom' (XML DOM internal document model 
with XSLT)
 libidzebra-2.0-mod-grs-marc - IDZebra filter grs.marc (ISO2709 MARC reader)
 libidzebra-2.0-mod-grs-regx - IDZebra filters grs.regx, grs.tcl
 libidzebra-2.0-mod-grs-xml - IDZebra filter grs.xml (XML filter)
 libidzebra-2.0-mod-text - IDZebra filter text
 libidzebra-2.0-modules - IDZebra modules
Closes: 725331
Changes: 
 idzebra (2.0.44-3.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Replaced the deprecated tcl8.4-dev by tcl-dev in build dependencies
 (closes: #725331)
   * Defined USE_INTERP_RESULT and USE_INTERP_ERRORLINE macros to quickfix
 FTBFS against tcl-dev 8.6
Checksums-Sha1: 
 98b107753f269e94fef67c6576ad3d3678bb8290 2321 idzebra_2.0.44-3.1.dsc
 93a38fd332f15d9f2f14cd28f8be886e0d65630d 12602 idzebra_2.0.44-3.1.debian.tar.gz
 b0bd7516fb9577c5512a038aa10958e4c715875f 227560 
idzebra-2.0_2.0.44-3.1_amd64.deb
 2403bc0a3e7492f9e7f127d6ac9d48036dee7097 227508 
libidzebra-2.0-modules_2.0.44-3.1_amd64.deb
 0218984e2445d56fe8cbf87a98068b4cb4eaf49c 247762 
idzebra-2.0-common_2.0.44-3.1_all.deb
 5fbf6fa5d9946187ef416a8fb93991562de54275 344298 
idzebra-2.0-examples_2.0.44-3.1_all.deb
 fdd2e22aaae3ccfe3769e8e8141bad5b7105b718 248702 
idzebra-2.0-utils_2.0.44-3.1_amd64.deb
 ce506244c929501e602f72e8bd9c3b9d64e59b4c 448120 
libidzebra-2.0-dev_2.0.44-3.1_amd64.deb
 eb7972772d0412f5d774c3d5e4bd037c771e7b1e 413742 
libidzebra-2.0-0_2.0.44-3.1_amd64.deb
 35632d7821b6807e50162a4f1ac2fe91a8024b49 232830 
libidzebra-2.0-mod-alvis_2.0.44-3.1_amd64.deb
 c183f0cb1f7b64fa643acd4ba1711e0107b7d358 236190 
libidzebra-2.0-mod-dom_2.0.44-3.1_amd64.deb
 fca0f151849f7b3819827dca3d9aef6bba33b7ac 230228 
libidzebra-2.0-mod-text_2.0.44-3.1_amd64.deb
 6812e6a355ccc2f6667683c3a50f4e991b29887a 235446 
libidzebra-2.0-mod-grs-marc_2.0.44-3.1_amd64.deb
 b79e27a2d11f42d5c402381f488946ba29d8261e 238316 
libidzebra-2.0-mod-grs-regx_2.0.44-3.1_amd64.deb
 046d5f627d21f68daa5de2798c81e67a1ba9cdf3 232418 
libidzebra-2.0-mod-grs-xml_2.0.44-3.1_amd64.deb
 087b6e0d63953df53627b82f5cb9fcc7458c0250 396892 
idzebra-2.0-doc_2.0.44-3.1_all.deb
Checksums-Sha256: 
 b8f0e232639e3418ed74e3651edb3955597cea76169e3982481ca90f63c33b91 2321 
idzebra_2.0.44-3.1.dsc
 cf8a7dc1c6ab285ddfd922641215b39e94c68da3a13ba7989cb6c8ea426dedbe 12602 
idzebra_2.0.44-3.1.debian.tar.gz
 29cad2ce69f12d299d67149fb0eee5d6e1e3f351a9fc40ef1b3e045aa4c0ea7a 227560 
idzebra-2.0_2.0.44-3.1_amd64.deb
 2008537600074e9b3441cf98e47dfd6494ba61179526b16c4352bb24ab39d8a5 227508 
libidzebra-2.0-modules_2.0.44-3.1_amd64.deb
 8db07ec2bc16e7bfc8780d0ccfdd8232394df22a90d3728c2a33a8133b2b8d5b 247762 
idzebra-2.0-common_2.0.44-3.1_all.deb
 473bad71f18c118bda93e1df4bf3a38e91cb0fa97d6f0be7c69cf6f00e9a3a8c 344298 
idzebra-2.0-examples_2.0.44-3.1_all.deb
 b52073ae6b36cf75bfe9b69e521ec123ca10f9c1455aacb8434f9d555174badf 248702 
idzebra-2.0-utils_2.0.44-3.1_amd64.deb
 c84a1474c91042d9206f9dea6fd702a9225dbd2a0a9dbc0eeb13b913fbcce541 448120 
libidzebra-2.0-dev_2.0.44-3.1_amd64.deb
 025107ff412d25ace64682d4a9071eb65d43ad032fbe510c6e915273041adce3 413742 
libidzebra-2.0-0_2.0.44-3.1_amd64.deb
 3d3b57c75997b549e3886452396b4caec4a9ab9f2922b4f16e68b371d706371e 232830 
libidzebra-2.0-mod-alvis_2.0.44-3.1_amd64.deb
 8366d4a4b802f79b09dbb76a8d37a6727f592618dd1b6fc2aa2ff19c8f1f139e 236190 
libidzebra-2.0-mod-dom_2.0.44-3.1_amd64.deb
 ca9dc3047c0372b3ffaccb7bc80315ec1bbda8257b9f9781a1dfd05ac4fac199 230228 
libidzebra-2.0-mod-text_2.0.44-3.1_amd64.deb
 3c761fa724e76de0899c991c4ed678860c5ed450e83fae4180b2c22801dcee3d 235446 
libidzebra-2.0-mod-grs-marc_2.0.44-3.1_amd64.deb
 f10333801c30d7c456ef9e041276234925e6e9ea28001bdb56621153153398a5 238316 
libidzebra-2.0-mod-grs-regx_2.0.44-3.1_amd64.deb
 b10fd17d37dca659ffbfbd3d101fdb502e6fb36d7a73ab3d71fca6726913422f 232418 
libidzebra-2.0-mod-grs-xml_2.0.44-3.1_amd64.deb
 11e17abd1e925ca80ab2c7c9b21c90baec8573293fe7fc0ca52e9cad308552e2 396892 
idzebra-2.0-doc_2.0.44-3.1_all.deb

Accepted yaz 4.2.30-2.1 (source amd64 all)

2013-10-15 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Oct 2013 15:40:26 +0400
Source: yaz
Binary: libyaz4 yaz yaz-doc libyaz4-dev yaz-illclient yaz-icu
Architecture: source amd64 all
Version: 4.2.30-2.1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 libyaz4- YAZ Z39.50 toolkit (runtime files)
 libyaz4-dev - YAZ Z39.50 toolkit (development files)
 yaz- utilities for YAZ Z39.50 toolkit
 yaz-doc- YAZ Z39.50 toolkit (documentation)
 yaz-icu- command line utility for ICU utilities of YAZ
 yaz-illclient - utility for ISO ILL of YAZ
Closes: 725270
Changes: 
 yaz (4.2.30-2.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Replaced tcl8.4 by tcl in build dependencies and in dependencies of
 libyaz4-dev (closes: #725270)
Checksums-Sha1: 
 c4155e816865dc3337051625f1e865fd5f8943c6 1643 yaz_4.2.30-2.1.dsc
 04288e26ddd5a92da346b072b62c0e45ff46f4fa 25049 yaz_4.2.30-2.1.debian.tar.gz
 7c5ac671324fd6dd60423b223afce42472915530 415974 libyaz4_4.2.30-2.1_amd64.deb
 37623d6fbe7984f241750cca9b2a40ebb042ecab 139680 yaz_4.2.30-2.1_amd64.deb
 56fac9884ad28d2240ee6908537bf99fbf29e24e 185022 yaz-doc_4.2.30-2.1_all.deb
 751d96d15c8dc9026411de3a5c42bc5478962f27 535450 
libyaz4-dev_4.2.30-2.1_amd64.deb
 01446b15249200857ebb89afdefe6276b21941ff 59098 
yaz-illclient_4.2.30-2.1_amd64.deb
 6f32d1b1c0435527056ab98b7c21c6ead2d73508 60076 yaz-icu_4.2.30-2.1_amd64.deb
Checksums-Sha256: 
 3af43477a1c7da2307dae59e054ec1fb6a0500414fea7d9ad656e3f7b8cee4d1 1643 
yaz_4.2.30-2.1.dsc
 3b3c2701bab3cf80ad5d583dbe26ae9040bf426731596d565ab4595878bf3d69 25049 
yaz_4.2.30-2.1.debian.tar.gz
 ff1bfffc8a54f1c62e134f5e5be57760660c6c30fbbddfd64b6af03ddf4be078 415974 
libyaz4_4.2.30-2.1_amd64.deb
 aa0fb9cb6fb0c1b1120ef0e804440cfd77538d151e8b52aa3124cecef2c8c64b 139680 
yaz_4.2.30-2.1_amd64.deb
 260eefb4f943d7ad145a89963eb80c926a76f948ce3919c167e2f56f5e6dc614 185022 
yaz-doc_4.2.30-2.1_all.deb
 6b16b25e1e957bdd95ac950eecca7f51c74c9b5f8876ea4e8ba19ec4023effc3 535450 
libyaz4-dev_4.2.30-2.1_amd64.deb
 4c768f558f8975c18305b21779a25fe9f8a2a491cd8157f1997577d375abbaef 59098 
yaz-illclient_4.2.30-2.1_amd64.deb
 5d60f5f0a81e3d1f2d919571b94b42bf0c7a3845b0c3087b9429c186b490a41c 60076 
yaz-icu_4.2.30-2.1_amd64.deb
Files: 
 1905421346b1284d99494cfacae1edc3 1643 utils extra yaz_4.2.30-2.1.dsc
 b9324c941aaad935131f2094e8a5fcb5 25049 utils extra yaz_4.2.30-2.1.debian.tar.gz
 2b51e752465c3fa70c586807c1de7b3b 415974 libs extra libyaz4_4.2.30-2.1_amd64.deb
 3d9307dacd3a2d0fa4cf90d30c7cbb14 139680 utils extra yaz_4.2.30-2.1_amd64.deb
 db4c0dc8cfc742de01919ec4363bd2b9 185022 doc extra yaz-doc_4.2.30-2.1_all.deb
 b45338269a702c4976701726befeab0e 535450 libdevel extra 
libyaz4-dev_4.2.30-2.1_amd64.deb
 e4bb8f1a8d45855aa518878e4db0346c 59098 utils extra 
yaz-illclient_4.2.30-2.1_amd64.deb
 a833efcb4e9d1cc250394d3532d7b941 60076 utils extra yaz-icu_4.2.30-2.1_amd64.deb

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

iD8DBQFSXXxhIcdH02pGEFIRAjEHAJ4gOLCEzj5i6ak/uVcI9LBIxWaZzwCeLgAj
7Qfu61LOJ9k3U4R8ayRNftI=
=bmxs
-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/e1vw8jy-0004ob...@franck.debian.org



Accepted procmail 3.22-21 (source amd64)

2013-10-15 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 19:30:30 +0200
Source: procmail
Binary: procmail
Architecture: source amd64
Version: 3.22-21
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 procmail   - Versatile e-mail processor
Changes: 
 procmail (3.22-21) unstable; urgency=low
 .
   * debian/patches: Try to correlate patches with bugs and Debian releases.
   * Really adopt remaining changes from procmail 3.23pre. No code changes
 here, just some documentation and RCS Id strings. As a result, this
 release now identifies itself as 3.23pre which is a lot closer to reality.
   * Removed obsolete Conflicts: suidmanager.
Checksums-Sha1: 
 098e1684869241ac10c285dc791f8ca7f457353c 1317 procmail_3.22-21.dsc
 adb6e01b0b8418c25a00aa75a61287cb50d0c4ad 21132 procmail_3.22-21.debian.tar.gz
 e32407c43844696e4339cacdf44169e4442a2ecc 138972 procmail_3.22-21_amd64.deb
Checksums-Sha256: 
 c8c6778a0a6a26c869369165f44a4256e5c447283110ca695130807191b073de 1317 
procmail_3.22-21.dsc
 612494f32bbec17d4320304dc0ed00b9f46858da787f3ab585ec64a2dfab7679 21132 
procmail_3.22-21.debian.tar.gz
 b14b131ad5b54fa8d36d7b56bc49ed60beb472fb8228a0bb3988e2986bdbe284 138972 
procmail_3.22-21_amd64.deb
Files: 
 b279275f46dd5ecb4ac98be24cf0a5ad 1317 mail standard procmail_3.22-21.dsc
 d6f4155cfd4c956d2791871da3d3c546 21132 mail standard 
procmail_3.22-21.debian.tar.gz
 96699f6f5afcc05449409ac5ed3f7728 138972 mail standard 
procmail_3.22-21_amd64.deb

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

iQEcBAEBCAAGBQJSXXwKAAoJEEHOfwufG4syIK4H/0CJBF8aTk9mBM36Y+SaPOrm
lcYTfh1Ka6OgEYibOQPz3St/3AVSL4v1Lnru36gWPl7Xe3KfAp5vONn/iQW0k4gx
73NK+nAdl2OaT+lGekWpZnbLY00pGx+C9lKiiWxc/uypoBJWTwZnUFZ8nfKW8dLM
XXeOixOSqV/cwGBEbZ0fnihTyMz8MyZ6bzQ1DdoZx3P0SpqHyTlEeNXJCxgHkwDW
zO438FZqgUjNZ1rUfTcg18H3bErOkCVTTtPQkwlBkmH1+yIGBSAAdMk/azsBR5qy
n/kQQsnQc8NUkRQfI/0lZBFBo+S9oSwd0tbGDsVBVWlfPG16Xz1hQQ/ulraC3/4=
=i2ti
-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/e1vw8je-0004dg...@franck.debian.org



Accepted intel-vaapi-driver 1.2.1-1 (source amd64 all)

2013-10-15 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 19:49:05 +0200
Source: intel-vaapi-driver
Binary: i965-va-driver i965-va-driver-dbg libva-intel-vaapi-driver 
libva-intel-vaapi-driver-dbg
Architecture: source amd64 all
Version: 1.2.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 i965-va-driver - VAAPI driver for Intel G45  HD Graphics family
 i965-va-driver-dbg - VAAPI driver for Intel G45  HD Graphics family (debug 
symbols)
 libva-intel-vaapi-driver - VAAPI driver for Intel G45  HD Graphics family 
(transitional pac
 libva-intel-vaapi-driver-dbg - VAAPI driver for Intel G45  HD Graphics family 
(dbg transitional
Closes: 722354
Changes: 
 intel-vaapi-driver (1.2.1-1) experimental; urgency=low
 .
   * New upstream release
   * debian/patches/: patchset created
 - 0001-Fix_FTBFS_on_kFreeBSD.patch added (Closes: #722354)
Checksums-Sha1: 
 4fc1c000978e2169c84948ca8fbdd605a2a7a863 2494 intel-vaapi-driver_1.2.1-1.dsc
 ce1903e5ba1d44fa6cfd38de624d9fa1c28953b6 803267 
intel-vaapi-driver_1.2.1.orig.tar.gz
 2247f433341421f42b6c75280413cb2fad3133bb 10652 
intel-vaapi-driver_1.2.1-1.debian.tar.gz
 3f0a1be4a7faddcf9cc147a3811b5641504aed44 178108 
i965-va-driver_1.2.1-1_amd64.deb
 5912631b63c6b1dc2a0445759ba851cc8c01c3de 565956 
i965-va-driver-dbg_1.2.1-1_amd64.deb
 6c0d86be1a4fb37ea54899f290350dd0c7532d88 10760 
libva-intel-vaapi-driver_1.2.1-1_all.deb
 67c1e52de9289a8b4c70a30c30e223086a69a699 10766 
libva-intel-vaapi-driver-dbg_1.2.1-1_all.deb
Checksums-Sha256: 
 5fa21e67e50cb885868feddedad6c677648a6e6b203c674550dbe635e2923a05 2494 
intel-vaapi-driver_1.2.1-1.dsc
 3a70acf29e368f27512bd745ed08d292c00d20aaeae6e42d439e642528690949 803267 
intel-vaapi-driver_1.2.1.orig.tar.gz
 d2567461ffe416687c01d16842c929845c9112fc6029412f3989f460e45c8889 10652 
intel-vaapi-driver_1.2.1-1.debian.tar.gz
 1213a0233c09b9b3070ec4aba3ad453833d414a099feac47bbc5813f1ca29992 178108 
i965-va-driver_1.2.1-1_amd64.deb
 f77a88dfe49a38958cfad3bfc870a98b2c0a546ee8df719dcc6e48f3af5337fb 565956 
i965-va-driver-dbg_1.2.1-1_amd64.deb
 c2e11ea1d2b8cca183eac9081360271a3afb7f0a88bd1601e350d0b908d7411c 10760 
libva-intel-vaapi-driver_1.2.1-1_all.deb
 3f2fabe4e5d2bf44c79f1aad04ebf32faa7da0244bf8bdcc7c76fb3b8bb0e80d 10766 
libva-intel-vaapi-driver-dbg_1.2.1-1_all.deb
Files: 
 c53e2040a589ffc6a0653a0ec67ec808 2494 libs optional 
intel-vaapi-driver_1.2.1-1.dsc
 04897d66950b8df82cd49d30e4633f65 803267 libs optional 
intel-vaapi-driver_1.2.1.orig.tar.gz
 68e6abcde68bd42dafac3ddb7d0a2f78 10652 libs optional 
intel-vaapi-driver_1.2.1-1.debian.tar.gz
 d6951e00dd8a74b6bdc5e90963c93efe 178108 libs optional 
i965-va-driver_1.2.1-1_amd64.deb
 20a520357eac4a0bfacbfb658a0106dc 565956 debug extra 
i965-va-driver-dbg_1.2.1-1_amd64.deb
 9e1bb1a733142df23deb69ce19fde1fe 10760 oldlibs extra 
libva-intel-vaapi-driver_1.2.1-1_all.deb
 5be9c23a53cdb3d8a16c5190bbe56c93 10766 oldlibs extra 
libva-intel-vaapi-driver-dbg_1.2.1-1_all.deb

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

iQIcBAEBCAAGBQJSXYDdAAoJEGny/FFupxmT800P/iEuG9DPH/KZBCfd/TEEM4B3
NPR+fI4iX1M8vDyldR9VCXAbgYTE7oh+VtjPpMYFvgYNdbyHi2fg95+0Z0A+oiNl
E53r1oiaN63jsz/nMd6CoJbJLJ0pf+H/LbOpr4pImxj36MQMl/VqonEoj4CL8oFs
3AbCuKngth6mgcNr0ii2qLFH6dS1RSJLmflDptjuE3MefKrLIOZFRMRJXLvZ6OjO
9qVcIauoSqSEGVT6FyvHsX9TcQ40jW6VQWFR+uG5+vKGj5dF2Y/F6X1Ty3TkWxJD
OTSOVQRTIiolMDb+T/Ld+wvW9FRXgPmkAX6+zM+cjQJBnKVeNXPBO/3dwJsflJAT
S/M0veGitH54Do7btc4F99yu4EW9l6o6zc3y3DdSJm1d7GYBzYmylTbBXnPhPdb4
qF6tlmIvF5vHUIRHBzU6bCwX6RGcnmIWa1tF8+Uy7RYsaVF3JNSWiwoJLHcEYzDf
x5sQivr/Eiey8eWECw0eyGGXzDauxnJG8AURkofvsKBjZe5MAU840X88NWidL+2z
Rss4MuHGIBeM9JQf/3TkfoPJscjVeDcutxwks9tUbmLfmJJndAwcS7KgX/3Y9yz5
gy2nHRfVwGDBkcX8Qs2qke+YstNl5PL69NqhF0s/v9aYX/23Gmzy8y7XWonAWs5K
2z2DLqQnNhuSAJ1AAHRw
=k+T8
-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/e1vw8yo-0007en...@franck.debian.org



Accepted emacs-goodies-el 35.5 (source all)

2013-10-15 Thread Peter S Galbraith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Oct 2013 13:43:58 -0400
Source: emacs-goodies-el
Binary: emacs-goodies-el gnus-bonus-el devscripts-el debian-el dpkg-dev-el 
vm-bonus-el
Architecture: source all
Version: 35.5
Distribution: unstable
Urgency: low
Maintainer: Peter S Galbraith p...@debian.org
Changed-By: Peter S Galbraith p...@debian.org
Description: 
 debian-el  - Emacs helpers specific to Debian users
 devscripts-el - Emacs wrappers for the commands in devscripts
 dpkg-dev-el - Emacs helpers specific to Debian development
 emacs-goodies-el - Miscellaneous add-ons for Emacs
 gnus-bonus-el - Miscellaneous add-ons for Gnus
 vm-bonus-el - vm-bogofilter add-on for VM
Closes: 652424 695299 699389 720890
Changes: 
 emacs-goodies-el (35.5) unstable; urgency=low
 .
   * emacs-goodies-el:
   - Bug fix: quack.el is out of date, upgrade to latest., thanks to
 Mehul Sanghvi (Closes: #720890).
   - Bug fix: tlc.el auto-mode-alist dot form, thanks to Kevin Ryde
 (Closes: #699389).
   - Bug fix: please update markdown-mode, thanks to
 y...@onerussian.com/a; (Closes: #695299).
   * dpkg-dev-el:
   - Bug fix: Unable to add field DM-Upload-Allowed, thanks to Kan-Ru
 Chen (Closes: #652424).
Checksums-Sha1: 
 a95a73e26b253de09a0aeda36c4e9e694374f85b 1862 emacs-goodies-el_35.5.dsc
 7ed0f9eeaf17f1cdfcad1d870b2be2353daae9bd 1107308 emacs-goodies-el_35.5.tar.gz
 9dff1a4d3a0411a1e8cdd1e08a46cb62c8a8fa3f 876686 emacs-goodies-el_35.5_all.deb
 15b126c00fd8cb444d16d0ac282b6a171b3254e4 84214 gnus-bonus-el_35.5_all.deb
 bff9de9eacc5fadbcad004d356b530b281707d24 43410 devscripts-el_35.5_all.deb
 d91b5953b92a2a57999a7cf38ce83438487b9fcc 105968 debian-el_35.5_all.deb
 d223e88f1f9184e92f8dbab57c7e1936bb275a55 77250 dpkg-dev-el_35.5_all.deb
 f4a255f83738c3f6b9ef389baf9a190a098898c4 45060 vm-bonus-el_35.5_all.deb
Checksums-Sha256: 
 80d4567dda64717b24d1036e39b6b42560e918f636dcb66a6f7f0717fabb1a92 1862 
emacs-goodies-el_35.5.dsc
 c0b9655191d7918dde758c5a645699d5b70ceb9edce446d81bacb33476112be1 1107308 
emacs-goodies-el_35.5.tar.gz
 4170ea89864d08ab75187a6755302e2a2ae8f4c116b88ebe2008feabb952828f 876686 
emacs-goodies-el_35.5_all.deb
 9cda33d4729026e1067e034935fbe0659b5bd4e9678aaf5299c11ca37a2e6b59 84214 
gnus-bonus-el_35.5_all.deb
 1f36e28921f04efc4fa75aa52e0475c123ba05de32290d28d36f06905c2cebae 43410 
devscripts-el_35.5_all.deb
 d6ad0dc6be02fc4377d2b08f6ee95e40b056d389d88b78aafe3cd3941aa7f20e 105968 
debian-el_35.5_all.deb
 958c7ded2b5be7a2a52cbe7b9b2fa01a6e03d74ce042f877ea596fb44e93cfab 77250 
dpkg-dev-el_35.5_all.deb
 25b346d8ee451305ed5f2aa4f4b71bd8eb29ed21cedbfb2a3548600d84e54c70 45060 
vm-bonus-el_35.5_all.deb
Files: 
 a2cbed6196af6d14f2edcd57def37b78 1862 editors optional 
emacs-goodies-el_35.5.dsc
 beaf6982db0d6f21f7420bf2ce2c80f6 1107308 editors optional 
emacs-goodies-el_35.5.tar.gz
 9e89ea927476f7dca61d2ab8f962b8d7 876686 editors optional 
emacs-goodies-el_35.5_all.deb
 e3f748b43261f1bc3fe0e093fe2e38e4 84214 news optional gnus-bonus-el_35.5_all.deb
 8cba5edc2dfaafdbc137701a735b5ac6 43410 editors optional 
devscripts-el_35.5_all.deb
 18192999036f76a4c9efa4ca9ce4a290 105968 utils optional debian-el_35.5_all.deb
 dd2e767966b8e1addc4f96131554b4c4 77250 utils optional dpkg-dev-el_35.5_all.deb
 77bd760e5ab3a19c0bd3851823aac239 45060 mail optional vm-bonus-el_35.5_all.deb

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

iQIcBAEBCAAGBQJSXX8zAAoJEBfcPMRw1Kl5ujIP/2WmWmQKiUaCThskYx/GBmTv
TG7vbk+8pMAWVaVlUEoAPFqFIWcKW2gn7Z59HdBSZj2Z6/fCUwGnQXfwt/YrBKIp
m9jDT9ZeCX5DfgTAnq8JdTb1eS0vMuiAftsoqDhyK//u/UoJWkBhstmBITfjw+V+
fSmBIrTT3/QeURqlH0JUAIWmhVtkzAvAhV4UWfgRiQMKKcP4Hyq1Z/o6vapzuEy3
2Ey8ObHnaQYR8yvoj7NZ0ytp+mfBf7Fi21gFKjBtOiVPthBbbnm727hIqWuCoPe3
NFK4ji67xi8H80zhmhQPg7/5Vd9a0IngxQvaPnzbc2GElNB6d+tpBYjcwHMEMrEw
M3KEoI+E7oXfQ6I4wS+IayhBbmuQWZnsDWk7+XkHUmwKb39Hgh7CRo/J4cTZVOJc
1C+4ktqTiv2+MqbRn2l2UqD4nYzMv2Er3uddNzRYwTFOp6zImffWkCjeTVXZtrRF
zVPdxDYTC7frKepWAMzl4/r0YbHiZtnAG/OU1QLE6stwkFl6R79NdNgkFWdxk+eG
E3QijvZKyiOY89Z22ZwGGSlrcCDnas170Ji5ysptZkzHKUnRAqUZvCQRvf9Qk+H/
4r5HTtR19c1V8MAPk89zLbztWgorlweUm4KurcY2nT4Nxhq8Wtvh4aEy+CvFJuVN
cD0z2yZciZt/tDYTpcnt
=itqc
-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/e1vw8y2-0006yw...@franck.debian.org



Accepted batctl 2013.4.0-1 (source amd64)

2013-10-15 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2013 20:00:20 +0200
Source: batctl
Binary: batctl batctl-dbg
Architecture: source amd64
Version: 2013.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Simon Wunderlich s...@simonwunderlich.de
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 batctl - B.A.T.M.A.N. advanced control and management tool
 batctl-dbg - B.A.T.M.A.N. advanced control and management tool (debug files)
Changes: 
 batctl (2013.4.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Update e-mail address of Simon Wunderlich
   * debian/copyright:
 - Update e-mail address of Marek Lindner
   * debian/patches:
 - Add email_addresses.patch, Update author addresses
 - Remove upstream merged nobatman_memleak.patch, bisect_iv_neigh_add.patch,
   hyphen_man.patch
 - Add ip_resolver_cleanup.patch, Reduce IPv4 focus of mac resolve functions
 - Add ip_resolver_rtnl.patch, Replace /proc/net/arp based resolver with 
rtnl
 - Add ip_resolver_ipv6.patch, Add support for IPv6 to address resolver
 - Add ip_resolver_libnl.patch, Use libnl to implement mac resolver
   * debian/control:
 - Add libnl-3-dev and pkg-config as Build-Depends for mac resolve functions
Checksums-Sha1: 
 f080759ed27fd4d6407b16d9570011173f82f9d2 1974 batctl_2013.4.0-1.dsc
 8832bfb75fae2917622d50607a6af6cb9b077149 53074 batctl_2013.4.0.orig.tar.gz
 10adf355eee5a7db4bf63061cdd6306711c5811c 26672 batctl_2013.4.0-1.debian.tar.gz
 839ef1afdeb8c0757c2b548e0934c62b06f6c199 50426 batctl_2013.4.0-1_amd64.deb
 27782ea58963967132b0463abcbb60447674a448 111692 batctl-dbg_2013.4.0-1_amd64.deb
Checksums-Sha256: 
 dd8a5256c10a490b6c5b44809b83dfbed0011e252ce4bdd45e0baec6edb9be54 1974 
batctl_2013.4.0-1.dsc
 4deae3b6664d0d13acf7a8ece74175a31a72fe58fb15cb9112a9a2014b32cb4c 53074 
batctl_2013.4.0.orig.tar.gz
 846c9d79d9a557114095638989b63c2196b52e227857beefe7756c191041dacd 26672 
batctl_2013.4.0-1.debian.tar.gz
 e0ddba60f1ead2533321d4909ebfd4592e2d0d8964fb8be9b88d7455616a7b99 50426 
batctl_2013.4.0-1_amd64.deb
 2f29a5445459d0e4dee544ec01c2588e9d83c6a6920c571235ca0922859cb8e4 111692 
batctl-dbg_2013.4.0-1_amd64.deb
Files: 
 f85f0c7546335acdb8eb607dd36cc7c9 1974 net extra batctl_2013.4.0-1.dsc
 42e269cc710bbc9a8fd17628201d4258 53074 net extra batctl_2013.4.0.orig.tar.gz
 2f321d5f0d6f351c9eb0583feb031f9f 26672 net extra 
batctl_2013.4.0-1.debian.tar.gz
 e2718f84ebde08839c6242ab269f0385 50426 net extra batctl_2013.4.0-1_amd64.deb
 a71eb523401e8bd75d3fd4f9bf47f24c 111692 debug extra 
batctl-dbg_2013.4.0-1_amd64.deb

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

iQIcBAEBCgAGBQJSXYL0AAoJEF2HCgfBJntGOz0QANE8pc0wjSa1a0QFWdYs8SOB
RQXxdHuQZ9lxWy6mMZTZcNa74/4KWP8Rrsaj6p9GWSGWfS+Nc7AUwa53SzQCJfDC
ZjlIxzu/D5LHdf6AhKFyqilNlplu9z/XrZGgWLYcuLvkGhzueVCl+4VbzJhg55y+
uBl2l80ANR94lYGzb8Q1kAq2Q/V+UesR4uXHoLdpTmPqtupILixAzL9KG6LasvDQ
oFno8tFhhHoJXiBsv7ilh8spB0Vwxcv5LyUs+/9MueEXJc9rObbYgEQnzvxqRKmK
dqTimW7IGU1D0KpXIks8heqPoLU/NCaneMEYecHLcZuUACHoYnAkJTxTHzmoAXFn
TyTWoJ+j3mXnv+BSwnJr7PQWC9JMnFZRsvRjLGcp0HCxMCweLJE9s3hZobel07XE
9cztkQBqbUT5SZ9QTAVSCluc7me5f5d6Fta93pV2g+voMQICYwiaqMrfzI19kEKW
/tgVxprqJ2lPsvKy/Yd4kJzMn3m/eD4VtROazDhl+8MbHUDPvReRlw0xtiv2bqnC
s72//e45XEPoelluzT/ojwj4kYooB/7CEH417L+g6IZ2ayjcPYzQ4xy1LcNj5bDX
+4/VkGqyXzSoIJzR8O/41lp5b+daFx45+EQa64ScO4smnbQfZCRnM0uiCHgj24bV
By0iygymlg+V/JUz5cmM
=Rz9U
-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/e1vw9cc-cn...@franck.debian.org



Accepted psychtoolbox-3 3.0.11.20131003.dfsg1-1 (source all amd64)

2013-10-15 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 Oct 2013 15:18:39 -0400
Source: psychtoolbox-3
Binary: psychtoolbox-3-common psychtoolbox-3-lib octave-psychtoolbox-3 
psychtoolbox-3-dbg
Architecture: source all amd64
Version: 3.0.11.20131003.dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 octave-psychtoolbox-3 - toolbox for vision research -- Octave bindings
 psychtoolbox-3-common - toolbox for vision research -- arch/interpreter 
independent part
 psychtoolbox-3-dbg - toolbox for vision research -- debug symbols for binaries
 psychtoolbox-3-lib - toolbox for vision research -- arch-specific parts
Changes: 
 psychtoolbox-3 (3.0.11.20131003.dfsg1-1) experimental; urgency=low
 .
   * Fresh upstream primarily bugfix release
 - addresses an issue with  PsychHID('Devices') breaking sub-second
   timing of WaitSecs (Thanks Mario for the detailed report on new release).
   * debian/patches
 - refreshed to address renaming of the build .m script
   * debian/control
 - boost build-depends on libusb-1.0-0-dev = 2:1.0.11
Checksums-Sha1: 
 efb12d3970c68c5f116346e8ad95750316b1052c 2286 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.dsc
 0610d1b8490d4244526649bdda22a66dc86956e3 22924093 
psychtoolbox-3_3.0.11.20131003.dfsg1.orig.tar.gz
 7764fe0ce42c185ae87ecaa94bb30af9ba7db1e4 42312 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.debian.tar.gz
 7d7ef07f31b7008c26a0fb8d7d29da52dd0b9f7d 15875484 
psychtoolbox-3-common_3.0.11.20131003.dfsg1-1_all.deb
 0f5f279bd0b487e83d1ee30cbb77b6b72c7910db 55000 
psychtoolbox-3-lib_3.0.11.20131003.dfsg1-1_amd64.deb
 4f7828c41c253f332e66440793301cdfa5e7272f 581566 
octave-psychtoolbox-3_3.0.11.20131003.dfsg1-1_amd64.deb
 5dd37c3bf26c802ca42a1f84f8682a535e3e06fe 473378 
psychtoolbox-3-dbg_3.0.11.20131003.dfsg1-1_amd64.deb
Checksums-Sha256: 
 dc8fb575a98df603a5b5ec1dd5390daa5ac4b595920af6d9ead3b21f440ff600 2286 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.dsc
 31c1c1feb1ac49f5b24f651f6ea3061b5b6a7d4997ed42923995717e48abf57e 22924093 
psychtoolbox-3_3.0.11.20131003.dfsg1.orig.tar.gz
 b535cfc36cf92b4b6d1ec2366b49e70c9cf2f883fabc5f12177e5f8970b22e72 42312 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.debian.tar.gz
 fd153e27ff75df11f359c5676e032b99d692b69abae8abfcb36e31e5cdff9237 15875484 
psychtoolbox-3-common_3.0.11.20131003.dfsg1-1_all.deb
 c45d63d1411e0dbcc1f18aa3e0c31433102ffc0df0a6e55b1dd093c0a8233eab 55000 
psychtoolbox-3-lib_3.0.11.20131003.dfsg1-1_amd64.deb
 eba6e6c95120292a8ba87dc7a6c066ae255ddcc69723342d66cb6a31a46b9cf3 581566 
octave-psychtoolbox-3_3.0.11.20131003.dfsg1-1_amd64.deb
 18e070144c0c16424952bc601581f39d9e7f9711b49ad47d06463263dae89622 473378 
psychtoolbox-3-dbg_3.0.11.20131003.dfsg1-1_amd64.deb
Files: 
 a32d06246d0f85084cad0a6c410978e0 2286 science extra 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.dsc
 66d91b9c9e0030c9ff6d6c5bf167fbf9 22924093 science extra 
psychtoolbox-3_3.0.11.20131003.dfsg1.orig.tar.gz
 b2e4040f85d80e41a3621401515fb210 42312 science extra 
psychtoolbox-3_3.0.11.20131003.dfsg1-1.debian.tar.gz
 aff69b2264a47684aa43174ced1b6eb0 15875484 science extra 
psychtoolbox-3-common_3.0.11.20131003.dfsg1-1_all.deb
 8f5c8e99ab74a2fbc81ee4fc4d9e119c 55000 science extra 
psychtoolbox-3-lib_3.0.11.20131003.dfsg1-1_amd64.deb
 1095d2c8a49f31b37460483567ccfa82 581566 science extra 
octave-psychtoolbox-3_3.0.11.20131003.dfsg1-1_amd64.deb
 6845221a5088139c498af8497b4be432 473378 debug extra 
psychtoolbox-3-dbg_3.0.11.20131003.dfsg1-1_amd64.deb

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

iEYEARECAAYFAlJdku4ACgkQjRFFY3XAJMi+WwCgkoflu6236Ddm0fY/AXT9geh2
rpQAn1QnmsD2A4MwGLJJTEhD9cEbmj2X
=QJp8
-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/e1vwa8l-dk...@franck.debian.org



  1   2   >