RFA: jabberd2 -- Jabber instant messenger server

2012-12-18 Thread Willem van den Akker
Hi,

I am willing to maintain the packages jabberd2 and udns.
I have already uploaded new versions of both packages to
mentors.debian.org.

http://mentors.debian.net/package/udns
http://mentors.debian.net/package/jabberd2

Greetings,

Willem vdAkker




Bug#696232: ITP: jq -- a command-line json processor

2012-12-18 Thread Simon Elsbrock
Package: wnpp
Severity: wishlist
Owner: Simon Elsbrock si...@iodev.org

* Package name: jq
  Version : 1.1
  Upstream Author : Stephen Dolan m...@netsoc.tcd.ie
* URL : http://github.com/stedolan/jq
* License : (MIT)
  Programming Lang: (C)
  Description : a command-line json processor

jq is like sed for JSON data - you can use it to slice and filter and
map and transform structured data with the same ease that sed, awk, grep
and friends let you play with text.

jq is written in portable C, and it has zero runtime dependencies.

jq can mangle the data format that you have into the one that you want
with very little effort, and the program to do so is often shorter and
simpler than you’d expect.

(description was taken from http://stedolan.github.com/jq/)


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



Bug#696233: ITP: cdbfasta -- Fasta file indexing and retrieval tool

2012-12-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: cdbfasta
  Version : 0.99
  Upstream Author : Geo Pertea geo.per...@gmail.com
* URL : http://cdbfasta.sourceforge.net/
* License : Public Domain due to private mail
  Programming Lang: C++
  Description : Fasta file indexing and retrieval tool
 CDB (Constant DataBase) can be used for creating indices for quick
 retrieval of any particular sequences from large multi-FASTA files.
 It has the option to compress data records in order to save space.

The packaging will be done in Debian Med team and is available at
  Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/cdbfasta/trunk/


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



Re: RFA: jabberd2 -- Jabber instant messenger server

2012-12-18 Thread Andrei POPESCU
On Ma, 18 dec 12, 09:20:25, Willem van den Akker wrote:
 Hi,
 
 I am willing to maintain the packages jabberd2 and udns.
 I have already uploaded new versions of both packages to
 mentors.debian.org.
 
 http://mentors.debian.net/package/udns
 http://mentors.debian.net/package/jabberd2

If your intent was to contact the current Maintainer you should CC them 
explicitly. RFA bugs are filled against wnpp and there is no way to tell 
if the Maintainer is subscribed to the bug.

If your intent was to look for sponsors there is a special procedure for 
that, but you should still CC the original Maintainer, as they might 
want to sponsor you.

In the particular case of jabberd2 you should most definitely contact 
the Maintainer first, because:
- it is a Team (they will probably welcome your help)
- they are not the original Maintainer who filed the RFA (they may have 
  forgotten to close the bug)

Regarding udns, the package doesn't appear to be orphaned (no O: bug 
against wnpp). In this case uploading a new package might be considered 
a hijack. If you want to help you should definitely contact the 
Maintainer first.

Kind regards,
Andrei
P.S. This is probably off-topic for debian-devel, you might want to 
follow-up on debian-qa
P.P.S. I am not a Debian Developer
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Frédéric WANG

Dear Debian maintainers,

I raised this issue about math font dependency in Iceweasel a couple of 
time ago but I still don't see any changes at 
http://packages.debian.org/sid/iceweasel... The issue was discussed 
again on the LaTeXML mailing list, so I'm going to report it again.


Basically, Iceweasel must not depend on ttf-lyx, ttf-mathematica4.1, 
xfonts-mathml or any other font packages that would lead to the 
installation of Computer Modern fonts or Mathematica fonts. These old 
fonts were used a long time ago in Gecko's MathML engine but now they 
may give weird rendering bugs if they are still installed. However, the 
dependency on otf-stix should be preserved and possibly a dependency on 
fonts-oflb-asana-math should be added: 
http://packages.debian.org/sid/fonts-oflb-asana-math


It would also be great to make Iceweasel depend on the MathJax fonts as 
they look more like the old Computer Modern fonts. There is one debian 
package for MathJax here: http://packages.debian.org/source/sid/mathjax 
but the MathJax fonts should probably be distributed in a separate 
mathjax-fonts package and the Iceweasel and Mathjax package should 
depend on that new package mathjax-fonts.


The fonts for Iceweasel can be tested in the MathML torture test:

https://developer.mozilla.org/en-US/docs/Mozilla_MathML_Project/MathML_Torture_Test

Can the maintainer of the Iceweasel and MathJax package please do 
something to address this issue?


Thank you,

--
Frédéric Wang
maths-informatique-jeux.com/blog/frederic


--
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/50d0748d.1090...@free.fr



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Paul Wise
On Tue, Dec 18, 2012 at 9:54 PM, Dmitry Shachnev wrote:

 I can split the fonts into a separate package. Will it be OK if I keep
 the current path (/usr/share/javascript/mathjax/fonts/), or should I
 change it to something else to make it possible to load the fonts from
 other applications?

On Debian (and other distros), putting them in /usr/share/fonts or a
subdirectory will get them picked up by fontconfig and thus most apps
on Debian (except software using server-side fonts, see #657565).
I would suggest this directory:

/usr/share/fonts/truetype/mathjax

The package should be named fonts-mathjax. More monts policy stuff here:

http://wiki.debian.org/Fonts/PackagingPolicy

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



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Mike Hommey
On Tue, Dec 18, 2012 at 03:15:26PM +0100, Frédéric WANG wrote:
 On 18/12/2012 15:07, Mike Hommey wrote:
 And it doesn't. What you can see on
 http://packages.debian.org/sid/iceweasel is that the packages for
 alpha, hppa and powerpcspe, which are all outdated (3.5.something)
 have these suggests (not even dependencies) Mike
 OK, sorry for the misunderstanding and the term inaccuracy. Would it
 be possible to know about the status of MathJax  Asana fonts in
 Iceweasel and whether they may be added in the suggested package
 list?

File a bug?

Mike


-- 
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/20121218141731.ga18...@glandium.org



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Frédéric WANG
Thank you Dmitry. Yes, I don't think it's a problem if you keep the 
current path and that may probably be best for MathJax users to have the 
usual path. However, if that's not already the case, I suspect your 
installation script should use fontconfig or something to make the other 
programs aware of the MathJax fonts. That said I am neither a font 
expert nor a debian maintainer, so I guess other Debian people could 
know better what is the appropriate way to package these fonts. But in 
any cases, a separate package sounds the right way to do so.


On 18/12/2012 14:54, Dmitry Shachnev wrote:

Hi Frédéric,

I can split the fonts into a separate package. Will it be OK if I keep
the current path (/usr/share/javascript/mathjax/fonts/), or should I
change it to something else to make it possible to load the fonts from
other applications?

--
Dmitry Shachnev


--
Frédéric Wang
maths-informatique-jeux.com/blog/frederic


--
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/50d0790c.5040...@free.fr



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Frédéric WANG

On 18/12/2012 15:07, Mike Hommey wrote:
And it doesn't. What you can see on 
http://packages.debian.org/sid/iceweasel is that the packages for 
alpha, hppa and powerpcspe, which are all outdated (3.5.something) 
have these suggests (not even dependencies) Mike 
OK, sorry for the misunderstanding and the term inaccuracy. Would it be 
possible to know about the status of MathJax  Asana fonts in Iceweasel 
and whether they may be added in the suggested package list?


--
Frédéric Wang
maths-informatique-jeux.com/blog/frederic


--
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/50d07a7e.9090...@free.fr



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Paul Wise
On Tue, Dec 18, 2012 at 10:22 PM, Dmitry Shachnev wrote:

 OK. I maybe can try to add a fontconfig script or something like that.

No need for a script, just install them in the right directory.

 My another question is: there are 5 types of fonts, one of which is quite 
 heavy:

 $ du -sh /usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/*
 552K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/eot
 528K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/otf
 116M/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/png
 1,2M/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/svg
 380K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/woff

 Which types should be in the shared package — will otf be enough?

otf is enough for desktop apps that use the usual desktop text
rendering APIs. Web apps might need woff/eot. PNG seems useless and
wonder why it exists. SVG I'm not sure about.

-- 
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/CAKTje6EeNnNi31hvzHryPNfu8J5gfEwWKW_JdM=unqjbfmv...@mail.gmail.com



Bug#696238: ITP: python-gsw -- Python implementation of the Thermodynamic Equation of Seawater

2012-12-18 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry mckins...@debian.org

* Package name: python-gsw
  Version : 3.0.1
  Upstream Author : Filipe Fernandes
* URL : http://pypi.python.org/pypi/seawater/
* License : MIT
  Programming Lang: Python
  Description : Python implementation of the Thermodynamic Equation of 
Seawater

 This package implements the TEOS-10 Equation of State for seawater.
 TEOS-10 is based on a Gibbs function formulation from which all
 thermodynamic properties of seawater (density, enthalpy, entropy sound speed,
 etc.) can be derived in a thermodynamically consistent manner.
 TEOS-10 was adopted by the Intergovernmental Oceanographic Commission at its
 25th Assembly in June 2009 to replace EOS-80 as the official description of
 seawater and ice properties in marine science.
 .
 For further information, see http://www.teos-10.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/20121218143540.30318.88646.report...@ailm.sceal.ie



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Mike Hommey
On Tue, Dec 18, 2012 at 02:50:05PM +0100, Frédéric WANG wrote:
 Dear Debian maintainers,
 
 I raised this issue about math font dependency in Iceweasel a couple
 of time ago but I still don't see any changes at
 http://packages.debian.org/sid/iceweasel... The issue was discussed
 again on the LaTeXML mailing list, so I'm going to report it again.
 
 Basically, Iceweasel must not depend on ttf-lyx, ttf-mathematica4.1,
 xfonts-mathml or any other font packages that would lead to the
 installation of Computer Modern fonts or Mathematica fonts.

And it doesn't. What you can see on
http://packages.debian.org/sid/iceweasel is that the packages for alpha,
hppa and powerpcspe, which are all outdated (3.5.something) have these
suggests (not even dependencies)

Mike


-- 
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/20121218140724.ga13...@glandium.org



Re: Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Fabian Greffrath

OK. I maybe can try to add a fontconfig script or something like that.


If you want to keep them in place, a fontconfig script as simple as

?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
 dir/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/otf/dir
/fontconfig

will be sufficient, if dropped into '/etc/fonts/conf.d'.

 - Fabian


--
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/50d082b8.8010...@greffrath.com



Multiple source package entries in Sources file

2012-12-18 Thread Simon Kainz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

When i look at

ftp://ftp.tugraz.at/mirror/debian/dists/sid/main/source/Sources.gz

There are multiple entries for e.g. the package

gcc-snapshot:

 skainz$ cat Sources |grep Package: gcc-snapshot -A 3
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20120313-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
- --
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20120407-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
- --
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20120704-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
- --
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20121008-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
- --
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20121106-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
- --
Package: gcc-snapshot
Binary: gcc-snapshot
Version: 20121120-1
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org


So whats the point in having multiple versions of the same source package?
I'm really interested in the background if this issue.

Thanks in advance!

Regards,

Simon


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlDQhT0ACgkQEtt57sR2O6Vx6gCfYqu3Tcc/jGQo0p2nSeJ0PxRf
Bw0AnRW7+I3Cv02VenQd0dkXPIAQ1gr8
=sCHq
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50d08546.1020...@familiekainz.at



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Frédéric WANG

On 18/12/2012 15:22, Dmitry Shachnev wrote:

Which types should be in the shared package — will otf be enough?

Yes, the otf fonts are enough Iceweasel.

--
Frédéric Wang
maths-informatique-jeux.com/blog/frederic


--
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/50d08400.80...@free.fr



Re: Math Fonts for Iceweasel and MathJax

2012-12-18 Thread Jonas Smedegaard
Quoting Paul Wise (2012-12-18 15:34:23)
 On Tue, Dec 18, 2012 at 10:22 PM, Dmitry Shachnev wrote:
 
  OK. I maybe can try to add a fontconfig script or something like that.
 
 No need for a script, just install them in the right directory.
 
  My another question is: there are 5 types of fonts, one of which is quite 
  heavy:
 
  $ du -sh /usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/*
  552K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/eot
  528K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/otf
  116M/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/png
  1,2M/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/svg
  380K/usr/share/javascript/mathjax/fonts/HTML-CSS/TeX/woff
 
  Which types should be in the shared package — will otf be enough?
 
 otf is enough for desktop apps that use the usual desktop text
 rendering APIs. Web apps might need woff/eot. PNG seems useless and
 wonder why it exists. SVG I'm not sure about.

SVG is useful for web too (for some mobile browsers, IIRC).


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Re: Multiple source package entries in Sources file

2012-12-18 Thread Roland Mas
Simon Kainz, 2012-12-18 16:01:26 +0100 :

[...]

 So whats the point in having multiple versions of the same source package?

  My guess: there are multiple versions of the binary packages depending
on the architecture, and the archive kept the corresponding source
packages.

Roland.
-- 
Roland Mas

In every life you got some trouble, when you worry you make it double.
  -- in Don't worry, be happy (Bobby McFerrin)


-- 
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/87sj735qsf@polymir.internal.placard.fr.eu.org



Re: Multiple source package entries in Sources file

2012-12-18 Thread Stuart Prescott

 So whats the point in having multiple versions of the same source
 package?
 
   My guess: there are multiple versions of the binary packages depending
 on the architecture, and the archive kept the corresponding source
 packages.

Indeed -- gcc-snapshot has a habit of failing to build on some architectures 
so it's not that there are lots of different versions in the Sources (or 
Packages) for any one port. Either talking to UDD directly or using rmadison 
can tell us more about this:

udd= select version, architecture from packages where source = 'gcc-
snapshot' order by version;
version|  architecture  
---+
 20120313-1| ia64
 20120407-1+b1 | hurd-i386
 20120704-1| kfreebsd-amd64
 20121008-1| armel
 20121106-1| sparc
 20121120-1| armhf
 20121120-1| amd64
 20121120-1| mips
 20121120-1| mipsel
 20121120-1| powerpc
 20121120-1| s390
 20121120-1| s390x
 20121120-1| i386
(13 rows)

The buildd status [1] shows recent builds and build failures. Clicking on 
ia64 will show you that the last successful build of gcc-snapshot was the 
20120313 version, which is why it's still there in the ia64 port.

[1] https://buildd.debian.org/status/package.php?p=gcc-snapshotsuite=sid


-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprintBE65 FD1E F4EA 08F3 23D4 3C6D 9FE8 B8CD 71C5 D1A8




-- 
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/kaq2g8$ois$1...@ger.gmane.org



Re: Multiple source package entries in Sources file

2012-12-18 Thread Niels Thykier
On 2012-12-18 16:01, Simon Kainz wrote:
 So whats the point in having multiple versions of the same source package?
 I'm really interested in the background if this issue.
 
 Thanks in advance!
 
 Regards,
 
 Simon


Besides build failures (as suggested by Roland and Stuart), there is
also a talk about keeping old versions of the source package around for
license compliance.  This is mostly related to packages embedding
(parts of) other packages during builds (I believe they would use the
Built-Using header to declare this).

To knowledge, dak does not expose these extra sources yet.  However, I
believe it is the plan to eventually do so.

~Niels


-- 
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/50d0951e.6050...@thykier.net



Re: Multiple source package entries in Sources file

2012-12-18 Thread Ansgar Burchardt
On 12/18/2012 05:09 PM, Niels Thykier wrote:
 Besides build failures (as suggested by Roland and Stuart), there is
 also a talk about keeping old versions of the source package around for
 license compliance.  This is mostly related to packages embedding
 (parts of) other packages during builds (I believe they would use the
 Built-Using header to declare this).

We already do this. But only a few packages need it, for example
debian-installer or gdb-mingw-w64.

 To knowledge, dak does not expose these extra sources yet.  However, I
 believe it is the plan to eventually do so.

dak currently only uses the Built-Using information to keep the
additional source files in the pool directory, but I would like to also
add them to the Sources index, see #657212.

Ansgar


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



Bug#696305: ITP: libmath-prime-util-perl -- Utilities related to prime numbers, including fast sieves and factoring

2012-12-18 Thread Daniel Kahn Gillmor
Package: wnpp
Severity: wishlist
Owner: Daniel Kahn Gillmor d...@fifthhorseman.net

* Package name: libmath-prime-util-perl
  Version : 0.16
  Upstream Author : Dana A Jacobsen d...@acm.org
* URL : http://search.cpan.org/dist/Math-Prime-Util/
* License : GPL | Artistic
  Programming Lang: C, Perl
  Description : Utilities related to prime numbers, including fast sieves 
and factoring
 A set of utilities related to prime numbers. These include multiple sieving
 methods, is_prime, prime_count, nth_prime, approximations and bounds for the
 prime_count and nth prime, next_prime and prev_prime, factoring utilities,
 and more.
 .
 The default sieving and factoring are intended to be (and currently are) the
 fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
 Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
 Math::Factoring, and Math::Primality (when the GMP module is available). For
 numbers in the 10-20 digit range, it is often orders of magnitude faster.
 Typically it is faster than Math::Pari for 64-bit operations.
 .
 All operations support both Perl UV's (32-bit or 64-bit) and bignums. It
 requires no external software for big number support, as there are Perl
 implementations included that solely use Math::BigInt and Math::BigFloat.
 However, performance will be improved for most big number functions by
 installing Math::Prime::Util::GMP, and is definitely recommended if you do
 many bignum operations. Also look into Math::Pari as an alternative.


-- 
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/20121219063913.22151.36405.report...@alice.fifthhorseman.net



Re: Contributor agreements and copyright assignment

2012-12-18 Thread Florian Weimer
* Thomas Goirand:

 On 12/07/2012 05:39 AM, Florian Weimer wrote:
 The FSF can release your code under permissive free software licenses

 Can you explain how this is possible?

As far as I know, the FSF is not contractually obliged to license
contributors under copyleft licenses only.


-- 
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/87k3se4jy6@mid.deneb.enyo.de



Bug#696309: ITP: libmath-prime-util-gmp-perl -- Perl utilities related to prime numbers, using GMP

2012-12-18 Thread Daniel Kahn Gillmor
Package: wnpp
Severity: wishlist
Owner: Daniel Kahn Gillmor d...@fifthhorseman.net

* Package name: libmath-prime-util-gmp-perl
  Version : 0.6
  Upstream Author : Dana A Jacobsen d...@acm.org
* URL : http://search.cpan.org/dist/Math-Prime-Util-GMP/
* License : Perl (GPL or Artistic)
  Programming Lang: C, Perl
  Description : Perl utilities related to prime numbers, using GMP
 A set of utilities related to prime numbers, using GMP. This includes
 primality tests, getting primes in a range, and factoring.
 .
 While it certainly can be used directly, the main purpose of this module is
 for Math::Prime::Util. That module will automatically load this if it is
 installed, greatly speeding up many of its operations on big numbers.
 .
 Inputs and outputs for big numbers are via strings, so you do not need to use
 a bigint package in your program. However if you do use bigints, inputs will
 be converted internally so there is no need to convert before a call. Output
 results are returned as either Perl scalars (for native-size) or strings (for
 bigints). Math::Prime::Util tries to reconvert all strings back into the
 callers bigint type if possible, which makes it more convenient for
 calculations.


-- 
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/20121219073748.30490.61411.report...@alice.fifthhorseman.net



Accepted ldap-account-manager 4.0-1 (source all)

2012-12-18 Thread Roland Gruber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Dec 2012 19:41:29 +0100
Source: ldap-account-manager
Binary: ldap-account-manager ldap-account-manager-lamdaemon
Architecture: source all
Version: 4.0-1
Distribution: unstable
Urgency: low
Maintainer: Roland Gruber p...@rolandgruber.de
Changed-By: Roland Gruber p...@rolandgruber.de
Description: 
 ldap-account-manager - webfrontend for managing accounts in an LDAP directory
 ldap-account-manager-lamdaemon - Quota and home directory management for LDAP 
Account Manager
Changes: 
 ldap-account-manager (4.0-1) unstable; urgency=low
 .
   * new upstream release
Checksums-Sha1: 
 07f1c381632697e9eadaeb4adc6bb8c770d034ee 1258 ldap-account-manager_4.0-1.dsc
 29e7c999a61f59478dfc63d88ca3afaf6d181c44 11650400 
ldap-account-manager_4.0.orig.tar.gz
 5abe437a98272d94804152a2552e0a9a81e46bbf 22106 
ldap-account-manager_4.0-1.debian.tar.gz
 487036c72c9630522f389e56ad5c6a5736eb7d31 11592200 
ldap-account-manager_4.0-1_all.deb
 a0968daa7169c147066a4ff9968565a67fbe94a3 7207730 
ldap-account-manager-lamdaemon_4.0-1_all.deb
Checksums-Sha256: 
 827e92ba154ea0caa56e99e0724f2cf878f983a8353a256fc9712a065d048d1e 1258 
ldap-account-manager_4.0-1.dsc
 88e70145313d7c0410ef0e8211766d6d6c24175c8bd9ff29a5079acb76705a4a 11650400 
ldap-account-manager_4.0.orig.tar.gz
 3a24ed24291048627252375f8d003bf3cd2dfef4176a2d7af512c32ab9855fec 22106 
ldap-account-manager_4.0-1.debian.tar.gz
 d0a039f76272bed276774fb79ec50e4f97fa2e1dcd7b2e55b015bfa90f61e9cf 11592200 
ldap-account-manager_4.0-1_all.deb
 0ffae0355d747785905e534c2747da4c8a4a3822b55f89e7f4b70c624d1826d3 7207730 
ldap-account-manager-lamdaemon_4.0-1_all.deb
Files: 
 33ebd7648905438fb07a9e9d48981c33 1258 web extra ldap-account-manager_4.0-1.dsc
 5349ed917b0ebf9a43ea954584499d02 11650400 web extra 
ldap-account-manager_4.0.orig.tar.gz
 c709699c4e1504455b684a4061f5ac83 22106 web extra 
ldap-account-manager_4.0-1.debian.tar.gz
 53c6aa1a3c3dc5bcecea9e2056a65957 11592200 web extra 
ldap-account-manager_4.0-1_all.deb
 b07ae9d0be127e2b2cc0cb5c1bc9d61c 7207730 web extra 
ldap-account-manager-lamdaemon_4.0-1_all.deb

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

iEYEARECAAYFAlDQJzcACgkQK/juK3+WFWT+xACgiZZSTmSR2Zn1FfJSrv2ZK8n1
mpUAniGeAluQoDYSzeBuMEavSqEF3d17
=rpFE
-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/e1tksrj-0001ff...@franck.debian.org



Accepted libhmsbeagle 1.1r1092-1 (source amd64)

2012-12-18 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 21:47:26 +0100
Source: libhmsbeagle
Binary: libhmsbeagle-dev libhmsbeagle1 libhmsbeagle-java
Architecture: source amd64
Version: 1.1r1092-1
Distribution: experimental
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 libhmsbeagle-dev - High-performance lib for Bayesian and Maximum Likelihood 
phylogen
 libhmsbeagle-java - High-performance lib for Bayesian and Maximum Likelihood 
phylogen
 libhmsbeagle1 - High-performance lib for Bayesian and Maximum Likelihood 
phylogen
Changes: 
 libhmsbeagle (1.1r1092-1) experimental; urgency=low
 .
   * Package SVN trunk because it is required for beast-mcmc
Checksums-Sha1: 
 5b46202b24c343be34b2f50dbb69127f94a2741f 1658 libhmsbeagle_1.1r1092-1.dsc
 be0d3f4c1c90a1a37d246b873adf27f2984369db 278516 
libhmsbeagle_1.1r1092.orig.tar.xz
 6e696ebc56d646a9e71134b8150755f4bc42e3b8 6226 
libhmsbeagle_1.1r1092-1.debian.tar.gz
 4e7944f8b7339f52ac682d96568e90f80c2fc343 224786 
libhmsbeagle-dev_1.1r1092-1_amd64.deb
 b9f6051e22ee4cf0bd31f8d70b1d5fe6c971a043 118658 
libhmsbeagle1_1.1r1092-1_amd64.deb
 b269492fc4131dac7d55d6af69f9d54ed7b0b822 21450 
libhmsbeagle-java_1.1r1092-1_amd64.deb
Checksums-Sha256: 
 cc06c3e22c040c8f92504f335420d0ee8145a6119511aa4116aa4e23893e4b62 1658 
libhmsbeagle_1.1r1092-1.dsc
 2c9b22cefa8c7a02aeae7e4b657fd88a8084d4284ac428d27f886a47679380e9 278516 
libhmsbeagle_1.1r1092.orig.tar.xz
 adb830a6ea7b6084bf2b4201640ad8bcbab86ac47b197d0c7ac3cf05f9ea699d 6226 
libhmsbeagle_1.1r1092-1.debian.tar.gz
 280c6e5ef278aecfe719e29fc801dca2b872408994e0fcbbdef961d883a2c8d3 224786 
libhmsbeagle-dev_1.1r1092-1_amd64.deb
 0968855d16a744d8a7f3a7be064e538670be8109bc8cdc4877e922e95c0e0239 118658 
libhmsbeagle1_1.1r1092-1_amd64.deb
 29617289cdc4e9860b10c9f7fa7bed5f93191c66932791fd0756b7ad0fbe359a 21450 
libhmsbeagle-java_1.1r1092-1_amd64.deb
Files: 
 e03f2522f9205a5004a968a77a65cba0 1658 libs optional libhmsbeagle_1.1r1092-1.dsc
 7c5e7cd617d3022a54150fad6897c601 278516 libs optional 
libhmsbeagle_1.1r1092.orig.tar.xz
 b06769a76289f12abf4ef7874fadc4d5 6226 libs optional 
libhmsbeagle_1.1r1092-1.debian.tar.gz
 8ccd027ab366c2b2f3e27668beeb3499 224786 libdevel optional 
libhmsbeagle-dev_1.1r1092-1_amd64.deb
 9e75cf2d4084d6a41e91a9195fdbf758 118658 libs optional 
libhmsbeagle1_1.1r1092-1_amd64.deb
 8d752195a46624582986b30aff37f566 21450 java optional 
libhmsbeagle-java_1.1r1092-1_amd64.deb

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

iEYEARECAAYFAlDQK8cACgkQYDBbMcCf01pUBwCfZf0oue1XWOG0j8NXQteaRipa
DP8AoKGXm3K1JKXHKciyz6HN9+i4AV5T
=ZxEG
-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/e1tksrq-0001lh...@franck.debian.org



Accepted partman-nbd 0.18 (source amd64)

2012-12-18 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 09:12:05 +0100
Source: partman-nbd
Binary: partman-nbd
Architecture: source amd64
Version: 0.18
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description: 
 partman-nbd - Adds support for NBD to partman (udeb)
Changes: 
 partman-nbd (0.18) unstable; urgency=low
 .
   * Remove double debian/install file, append its contents to
 debian/partman-nbd.install. This was causing failed installs...
Checksums-Sha1: 
 93368eea1a4608b242554f8c567837e47cb144fd 1644 partman-nbd_0.18.dsc
 190a175e8d37d73ff71fbd6c9f367c8c0a757b66 81279 partman-nbd_0.18.tar.gz
 e911e2d6fd8cc8b521852357ec4584f6761ceb9d 52524 partman-nbd_0.18_amd64.udeb
Checksums-Sha256: 
 5bc0741fe5b645f9c414df8b66afea18806289e8b8d03c95e56cf76d6a3d894b 1644 
partman-nbd_0.18.dsc
 b8fa27b7164d70d7f75371fb6b9fe9c66fd37d51664526a7a5be41c43d994897 81279 
partman-nbd_0.18.tar.gz
 5d032e7083ef83c0a569cd35d0d407d4d83d4a1d8e43b813353361e56cc5b32a 52524 
partman-nbd_0.18_amd64.udeb
Files: 
 867477d0fddb32435720c68c45def415 1644 debian-installer optional 
partman-nbd_0.18.dsc
 418e0b337d2411a92d4ce607bf286f71 81279 debian-installer optional 
partman-nbd_0.18.tar.gz
 a0f99074fe1f075502aeaa9f4e933f29 52524 debian-installer optional 
partman-nbd_0.18_amd64.udeb

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

iQIcBAEBAgAGBQJQ0CVxAAoJEMKUD5Ub3wqdVVsP/j8tKUcWmCfsfyDDCGeFBZiW
hu6MF5IPUXqYffgcOXo/57OmNM1WIxsLRs9OgB3MQ/nJ5NHSyn56tWlAOadxCSPI
h28H/lyUTnd5aHEAfPYR5eIqvtMLilriz6rE47fUOgx0UPB1ZtAb5e8LVG1YqRGH
Lr9PNsFh2JlM7quMK/U6P1UiAeLk//Ji9OEJE+YA23vJFce+G4HdRdkYynChhQo5
t0JYcPnYG23+ER0i8PC9E63+1VPJe21EYHY40++zmKz0Uz7Cadu1cwHn2xA1tWqI
NLoyGvKzTVxZODQJV8aL2EBJb5lH0N1C6e7ps07rP7E1s/pFWywDnpyX5r3HSPDb
0eFfYpdzU03V2qKwndK3F3b3NlZf64tl9ySxnk23H+nX1o3aRgF/0ttUzfsX5ScF
l1zC0Zyg1KHyaDRXwgb09YyXtvdrWl8qz2brIWgpoex6Fz6nQgo+7+u8H94FKmYx
WPsVpuGWXONIcAbgawycAz26k22sGH6h+yNUeOz3b3LylKRIBGrA8Vsrxsm81LUW
LlaUwdCIEqIu8loAQN/YvCawiSn4fLTI/rp3dL5RzwNyVhHDnKeYyEgW9dRQEVDi
3LdpTOiz5hypCAksUFoYruW04/flTkkG5BPGd9yZRKum++c2YdU2bDkoedrOGl0E
CM6umjQFEvIYXtdF6Syu
=kDpH
-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/e1tksrw-0001ol...@franck.debian.org



Accepted php5 5.4.4-11 (source amd64 all)

2012-12-18 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Dec 2012 09:09:18 +0100
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl 
php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap 
php5-mcrypt php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell 
php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.4.4-11
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-mysqlnd - MySQL module for php5 (Native Driver)
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 673558
Changes: 
 php5 (5.4.4-11) unstable; urgency=low
 .
   * Install logrotate script in php5-fpm package (Closes: #673558)
Checksums-Sha1: 
 acbecd8472c30836433194008153b847aeefc415 3710 php5_5.4.4-11.dsc
 d0b3861ac11411f6883f8eb18d41e0790d58e51b 195138 php5_5.4.4-11.diff.gz
 e14842e91d6e50d2593ab59a694865e0febd28be 585852 php5-common_5.4.4-11_amd64.deb
 31b12525044a57bea7faf358449f24821c8eb1ff 2663942 
libapache2-mod-php5_5.4.4-11_amd64.deb
 a3b46f67b02cdf0c2cd22d01a12e412feaf4ae7a 2662642 
libapache2-mod-php5filter_5.4.4-11_amd64.deb
 fa268ee1114d35f45b6ae42b5c6471dac357878a 5098384 php5-cgi_5.4.4-11_amd64.deb
 6e72c9578992ce6e27ab9b742c9ce7861ca614fa 2556520 php5-cli_5.4.4-11_amd64.deb
 19b5c88f1ea157ddbb9cec484e52c537fda0eabc 2588094 php5-fpm_5.4.4-11_amd64.deb
 eb80b1847ab7d96ff088f892b16445508f7e6bba 2660920 
libphp5-embed_5.4.4-11_amd64.deb
 544808a5ae3e14ec4ddc4861d4c9a951537bfabb 497878 php5-dev_5.4.4-11_amd64.deb
 1a45852c1b186e13b35589446a30b989b6668d90 15955740 php5-dbg_5.4.4-11_amd64.deb
 e2c7bc5425ccd10b3511ea8710c76b9a994650a5 29076 php5-curl_5.4.4-11_amd64.deb
 5a018f2ea637b954c93dbb10b9d9c4a23621d73a 9924 php5-enchant_5.4.4-11_amd64.deb
 d725de05a7d47aba54ba7a4b53252bd15cf95c21 35696 php5-gd_5.4.4-11_amd64.deb
 642403ffa6bb07f0c13fc27ad3b7484706ec1bd4 17154 php5-gmp_5.4.4-11_amd64.deb
 2810fe23d18bdd3fc549f13c46cca34c6356e05f 35596 php5-imap_5.4.4-11_amd64.deb
 849ea4a48875b30974e99d20da2f5605a1040e6f 49598 
php5-interbase_5.4.4-11_amd64.deb
 9d1bd166af1cabe91f671892f33f1b2e5f71ef24 71960 php5-intl_5.4.4-11_amd64.deb
 9da3f0f88fe82a6d3e4ab1ee09d59aa24792dea8 21754 php5-ldap_5.4.4-11_amd64.deb
 f755e5cf770bb85082b0f8ebecc483519f326eae 16074 php5-mcrypt_5.4.4-11_amd64.deb
 ec4951b387014eb02dabfcd04bf904b37a70ddac 80850 php5-mysql_5.4.4-11_amd64.deb
 f818d70ef060050adc03496be63258e4b24e80ed 162364 php5-mysqlnd_5.4.4-11_amd64.deb
 a7f73a0ee0940a92d4c83fc47776ca2f280e656b 36648 php5-odbc_5.4.4-11_amd64.deb
 a08269eb7c7fee5757a8f36d23096cefd4a7ba97 61452 php5-pgsql_5.4.4-11_amd64.deb
 0a02c9164a1f9ee5d978f700ffad50ff31e1937c 8894 php5-pspell_5.4.4-11_amd64.deb
 14db4286c842adccecd7da46f283c973a2221edc 5194 php5-recode_5.4.4-11_amd64.deb
 70ed8d59273341698053494d5c5f9ab5189f32a1 21798 php5-snmp_5.4.4-11_amd64.deb
 5fe42e0866ddab5688fd101c12cfda321a0ade34 30336 php5-sqlite_5.4.4-11_amd64.deb
 0684c6e837552199bf02fb766ebf90724d882527 28168 php5-sybase_5.4.4-11_amd64.deb
 caa5614c40903b76951e130ed3dc7fa187c3c538 19592 php5-tidy_5.4.4-11_amd64.deb
 87168853640c442d1790f5da853398bd4d7308bf 36282 php5-xmlrpc_5.4.4-11_amd64.deb
 fb992d49d2327110cd4ef99f1dc7f7cf7d60fab7 15408 php5-xsl_5.4.4-11_amd64.deb
 

Accepted gst-libav1.0 1.0.3-2 (source amd64)

2012-12-18 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 11:41:55 +0100
Source: gst-libav1.0
Binary: gstreamer1.0-libav gstreamer1.0-libav-dbg
Architecture: source amd64
Version: 1.0.3-2
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer1.0-libav - FFmpeg plugin for GStreamer
 gstreamer1.0-libav-dbg - FFmpeg plugin for GStreamer (debug symbols)
Changes: 
 gst-libav1.0 (1.0.3-2) experimental; urgency=low
 .
   * debian/control,
 debian/patches/03_git-2012-12-18.patch:
 + Port to libav 9 API.
 + Backport all GIT changes up to today.
   * debian/patches/04_gstreamer-1.0.patch:
 + Don't use features new since GStreamer 1.1.
Checksums-Sha1: 
 1348494ae3ba6244519c83f9eb222a22d63a73cc 1758 gst-libav1.0_1.0.3-2.dsc
 e4d21fe9969bc9e644a0c0539e64e5ff1393923c 64940 
gst-libav1.0_1.0.3-2.debian.tar.gz
 45946e5b8997078a43126d900b405676683ceecc 157480 
gstreamer1.0-libav_1.0.3-2_amd64.deb
 5a9a6bcb8a45878d7a3234e89785efee79e7b4db 447610 
gstreamer1.0-libav-dbg_1.0.3-2_amd64.deb
Checksums-Sha256: 
 8cbd14ea64e5e1b4a45485ac5fea765319de84141ef3ebc64c0e4453bf66b0c8 1758 
gst-libav1.0_1.0.3-2.dsc
 1e9d322af00f46a69e26373ad1ecb2946d805e7c77039977afcba6df1871dad3 64940 
gst-libav1.0_1.0.3-2.debian.tar.gz
 19b5c9b4a42917b89eb7e4237b68e38bbe70d82e3b13bb75c0739d51ec1d3cf3 157480 
gstreamer1.0-libav_1.0.3-2_amd64.deb
 086093b3c4e1ec27d1874bb2576603aa8157053d623fbf08a3a8a67abf3a3108 447610 
gstreamer1.0-libav-dbg_1.0.3-2_amd64.deb
Files: 
 4e4fe064abf04d289f4d9b623c96e4e1 1758 libs optional gst-libav1.0_1.0.3-2.dsc
 05933edfd03801b793398bfeb7c82748 64940 libs optional 
gst-libav1.0_1.0.3-2.debian.tar.gz
 89836c8787887abbdea10c6bbb4621dd 157480 libs optional 
gstreamer1.0-libav_1.0.3-2_amd64.deb
 d9b875cfbeb862901d17218a37efa39c 447610 debug extra 
gstreamer1.0-libav-dbg_1.0.3-2_amd64.deb

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

iEYEARECAAYFAlDQS68ACgkQBsBdh1vkHyF1wQCffLT9/R2dG/SgO+MzrV350G9B
ZDUAn1ucMPj9xfASdHZwrpKEwnK/TALf
=hbwf
-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/e1tkuwx-00034d...@franck.debian.org



Accepted libsysadm-install-perl 0.41-1 (source all)

2012-12-18 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 10:20:11 +0100
Source: libsysadm-install-perl
Binary: libsysadm-install-perl
Architecture: source all
Version: 0.41-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libsysadm-install-perl - module for typical installation tasks of system 
administrators
Changes: 
 libsysadm-install-perl (0.41-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * Email change: Nathan Handler - nhand...@debian.org
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.41
   * Refresh spelling_errors.patch patch (offset)
Checksums-Sha1: 
 5572a33236d44a8937c1b108fa3c65c00414b084 2332 libsysadm-install-perl_0.41-1.dsc
 dcd3e5070445fe195ad0a92de3d01d9e511ecbb3 28704 
libsysadm-install-perl_0.41.orig.tar.gz
 aa5a0ca6408638ddaeacb452c152bfaff4ef4c1e 4221 
libsysadm-install-perl_0.41-1.debian.tar.gz
 8dd0358fb96bdacb2bf0dc69a60028e3fef6c87c 31576 
libsysadm-install-perl_0.41-1_all.deb
Checksums-Sha256: 
 30f8b08a49ffb8007526b2ddc8d60e504a4aed7d7be662752777a2e49182a25c 2332 
libsysadm-install-perl_0.41-1.dsc
 8a0015ea3b4947d63cd0570a57916d92747d3951689acac25fd191d7b8fe629e 28704 
libsysadm-install-perl_0.41.orig.tar.gz
 9545ee2a52c1161ff161d835bc31088dc66a226b687e0984387d2552eef1b47d 4221 
libsysadm-install-perl_0.41-1.debian.tar.gz
 13b654b23934bb0a8dfb2aa89f5ad4054f1524c20cb46a2ec8853cf1f588e9c4 31576 
libsysadm-install-perl_0.41-1_all.deb
Files: 
 5c99549b013c56b951a0ffdb5df98cf3 2332 perl optional 
libsysadm-install-perl_0.41-1.dsc
 a70c90aaa5b00741f87fb16e6cd31336 28704 perl optional 
libsysadm-install-perl_0.41.orig.tar.gz
 5233f010e5e1ab6fc7bb68b264175ea8 4221 perl optional 
libsysadm-install-perl_0.41-1.debian.tar.gz
 e4c8c71334078a14783a18e1dd269c5b 31576 perl optional 
libsysadm-install-perl_0.41-1_all.deb

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

iQIcBAEBCgAGBQJQ0FSEAAoJEHidbwV/2GP+93AP/joioeN2XodVo1KsL3c91RGz
oCfV5N/U5Im9uGrFw2Dp+gDyQCUqMuLWja7oJbmtRLvhSSaGg9Pw4Q0pckkD9BjP
NFkt8h5VhKIDcy6Rvi8oAj49Slsxe7n5blvV9HAkmvC15Xbmvv5ZHmNYFP3xG6oL
r0lObi3xKuXexD3w4fbH+G5DocbG5iH8AGTLy/v7uC1Y4YgrU9VgDPIUS03907br
3EmHpTrE+pEgK0LNgCbEfF/XCeFNpTtXonT9yoTTJkrMnL96SQ4S0kmkmsXNvcUB
sZPVkWkmUm3fSoPXpHsF76VUMp/lgYhnu0fFtgxeXyKq9FQKMyLdtGUnNQewgXgi
Zr5+uzfonnVaecmHaQunq4Qoja61QL/ZlPWdNSqHCOZP2rHQwNUirCCAqOYJKMke
wxijn+vbwiLrlTKUuWanFFD7/5fBcazh3zumdA8/coVZUz4DAzMuCaO8/5I98r3M
/C6hyhPh0D7Ufy1yqN6Z52Z4CTPZ1JmhQ3PkWIUCLanOnRnquXPpcJqeRAbwMBPY
1xu0cpG96dGeARW1iVMhycMeui7Yius76ptieA1hSINZoW7TSkTuNEwBBdBz/bdW
fbIZaoDHuvAQRCV6oQhW9bCp4RHTBTFtGjVvK8a6gWee03kH9xTWqWRif4o1I/ik
xP6R90LYdkzLvrA9ecTd
=4fc4
-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/e1tkvdz-0002i3...@franck.debian.org



Accepted libconfig-model-dpkg-perl 2.031 (source all)

2012-12-18 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Dec 2012 19:44:45 +0100
Source: libconfig-model-dpkg-perl
Binary: libconfig-model-dpkg-perl
Architecture: source all
Version: 2.031
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libconfig-model-dpkg-perl - editor for Dpkg source files with validation
Closes: 692849 696140
Changes: 
 libconfig-model-dpkg-perl (2.031) unstable; urgency=low
 .
   * adapted Dpkg copyright model to new libsoftware-license-perl
 (Closes: #696140)
   * Dependency: check if dependency is provided within the control
 file (Closes: #692849)
   * control: depends on libsoftware-license-perl ( = 0.103005-1)
Checksums-Sha1: 
 86b94b721dafded544fd1c1538a12ddd0de3c92d 2283 
libconfig-model-dpkg-perl_2.031.dsc
 86ef9b8653fe56ad50a705dcadd8b8382ccde710 93788 
libconfig-model-dpkg-perl_2.031.tar.gz
 1ed8813d00802348175e8e3b074dd35dc2afea95 99240 
libconfig-model-dpkg-perl_2.031_all.deb
Checksums-Sha256: 
 51dd5240487382bc17cd82a9c7b56c45c5d7405daf5f4ee8d60d1cb96cba97fc 2283 
libconfig-model-dpkg-perl_2.031.dsc
 b80cc5614ff6009f549b09fa503bae4c582cd869a661b08f9a0658176711b565 93788 
libconfig-model-dpkg-perl_2.031.tar.gz
 d371e54d69648e830fe3f20898c77286c0c4c9738211096b73c7fb8c8f600c3c 99240 
libconfig-model-dpkg-perl_2.031_all.deb
Files: 
 958ec71e3b4db6f47299b106c58707b5 2283 perl optional 
libconfig-model-dpkg-perl_2.031.dsc
 d16c600b84e17b0c727ba3a2bbfbbc7d 93788 perl optional 
libconfig-model-dpkg-perl_2.031.tar.gz
 409b387b9373e5d585bb8dd9262d83a3 99240 perl optional 
libconfig-model-dpkg-perl_2.031_all.deb

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

iQIcBAEBAgAGBQJQz2oQAAoJEMMfT9lJqytsn8IQAIhvmK9mO4dQJGyCUxtK3ZKj
07IRfSs/V+75qjixt82T9YZXCDS38BcNqkvm5xhnFuj/S8dOCU+FBHGdSaqt0ExD
iQhzaoZ/kMd4Wby0dJxXYjWlSLBXH76McVwihd0hpaxfKqFy+mDM7mvQCaGLdzBy
vq2u5WWTA6DzHAOsvMIAWNQarpCW0++oW+sziStVVz4FYf4adht5z+MYizmuet0d
B8gJg8r6akpz28938tNS5i4EmxyZWq/dOakbsgzPo4GCmvLcJ53o2ghP1SAozoof
ij7Ub78WgSJ89UOHBmg1z9VFDmaUXKdFKUljtVBzCN7apORfRRnFzUvkwMGN+8mR
alG7bvDXirNPXOI/Bkv7UItD+95zW7YxrRvz7pgijaheDESnNyZy0cmI88CCEV1L
Q44gSW9jhM5lkTcqdILCDUOf3rkVh/s8nvYSyQ0Pf/Jo8jq8Kv/wnef99/fY81nr
M0PF9UjMzprm6cJjj+yA+lP79l6LoNA5wGSmQJf8b7+8OPX7IyMMp5QMypKHgLR7
Nxt6Rg2rMP8Xmi6Z4HoWyujR0tCE0oRaVwlNwVFpMT5PCer+Kq81LlIVdH0SWUl5
0JB3hJE9UlW1ahXrl52/uxDb1cRM0rxb6Scv30ZNOuGQxUIIx55b7v+l81PUVg7l
30rQTemy0QJREpfdypMZ
=3kv0
-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/e1tkwlv-uz...@franck.debian.org



Accepted fonts-konatu 20121218-1 (source all)

2012-12-18 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 19:31:49 +0900
Source: fonts-konatu
Binary: fonts-konatu ttf-konatu
Architecture: source all
Version: 20121218-1
Distribution: experimental
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 fonts-konatu - TrueType Font originally for BeOS
 ttf-konatu - transitional dummy package
Changes: 
 fonts-konatu (20121218-1) experimental; urgency=low
 .
   * New upstream release
   * fix debian/watch
Checksums-Sha1: 
 2957791d6c4074f44a93616ae29e1ecf10bbfceb 2056 fonts-konatu_20121218-1.dsc
 b801e9b1f46d5bf3940ffafae1d2f0d306a05d8b 2056728 
fonts-konatu_20121218.orig.tar.xz
 231cad57294fcbe6f474c288dca01ac0f7327ccb 4584 
fonts-konatu_20121218-1.debian.tar.gz
 17dea3801071170e49e506a667e372562f1461a5 2061994 
fonts-konatu_20121218-1_all.deb
 37ea5cfb910bc82c6bf9f6d1f566e2e7f5199405 4164 ttf-konatu_20121218-1_all.deb
Checksums-Sha256: 
 eb700d23cecccb686b82461963206c38e4b1b5893cec8f86d635c23f4a6b4019 2056 
fonts-konatu_20121218-1.dsc
 e5823d141a0d46460d7f5b125db34014fbeb21cc2249bcf867169e787cd6c742 2056728 
fonts-konatu_20121218.orig.tar.xz
 2eed5de25811bc0a7bf1dd65380071d25225746f5c0e4e89c314727a0bf7570e 4584 
fonts-konatu_20121218-1.debian.tar.gz
 1b72582b578574b3bebd150737188bab6fdd8b84f2f621760d10a38be714d31f 2061994 
fonts-konatu_20121218-1_all.deb
 b99e5630400f145d2c6a217b8a18e6efe72880b9584b738e9f29f1989288004b 4164 
ttf-konatu_20121218-1_all.deb
Files: 
 7eb663e63c5f336be04d4ee610f96ef8 2056 fonts optional 
fonts-konatu_20121218-1.dsc
 f30844d04520afe8e66af0ac770c43c1 2056728 fonts optional 
fonts-konatu_20121218.orig.tar.xz
 6c1ee25b3d4b2f24a332fe0eafce90be 4584 fonts optional 
fonts-konatu_20121218-1.debian.tar.gz
 1c51e0577eb7c023318146f866ca7f86 2061994 fonts optional 
fonts-konatu_20121218-1_all.deb
 d27cf1803a3aa48b71319e31b51efe44 4164 oldlibs extra 
ttf-konatu_20121218-1_all.deb

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

iQIcBAEBCgAGBQJQ0GhvAAoJEF0yjQgqqrFAWdsP/2frQxbzweWVaay8tUUrVgKd
U/NH5kM+42Mgx/gr3gPWk6B/gldmfl/QQMYywsj0pXwxrhQnabrEnUMRUOd8oIXS
cYI79K5cm589YjwKwsYAQku0og8aBM2tArZlwKjXbEBGokHRXtzvngngtmvJtF07
RX+YBdzTympXpgKOh3tAC+ES2hmQuVWGhqE3qxRNJ2yvllTX2TvyqqzTfHHDq9kn
xnRcv1XZ3ILobmy/9G+Ja7MHSoi+9IhXP10/9FBTpm6bn96/bVbj5/4CDV0/vuKU
QlrQHAEheVehnyEXvjLbCT7/4mVlITzjXf3RpNiV7/Kp1z1A5TEhOiTW27yenerS
XB2VTzaALL11UMJvqMiwLCKhU5Czw/hcZkyiwfZifvH1lruIwxmXL2qEc7juS2hG
JJJzJ2FAHTmRaoTDDxc/alFj/O84gvOj/9UuJuaT0llGlCqqM7H8zd//CyQs55I/
4uWE03WUFfAnjMhtXS1Du+ZQXNlyx0TTV5YcQfi81qiCtaT8NdcWX7bgqenihmpP
nsLX2UyvT4tHqia1PzPg5Z/dvUVr6o8LpE6v9dves1ocnv/WSfaYDH1zq+6nom3p
/4aKOjNsb6gPnfagEgv4WYGjHavyXZ41H/Hfx5KEwyLOeiWp004GWDn82PTTvAa1
ZyK5z1zfdWDmBzSlrSRW
=DDsh
-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/e1tkwox-0005ey...@franck.debian.org



Accepted julia 0.0.0+20121214.gitdced1f7-1 (source amd64 all)

2012-12-18 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2012 14:42:23 +0100
Source: julia
Binary: julia julia-doc
Architecture: source amd64 all
Version: 0.0.0+20121214.gitdced1f7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Julia Team pkg-julia-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 julia  - high-performance programming language for technical computing
 julia-doc  - high-performance programming language for technical computing (do
Changes: 
 julia (0.0.0+20121214.gitdced1f7-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * debian/copyright: reflect upstream changes
   * Embedded libuv no longer uses libc-ares and libev.
  + debian/control: remove them from build-dependencies
  + debian/rules: no longer strip them from upstream tarball
  + use-system-{ev,c-ares}.patch: remove patches
   * Remove other patches merged upstream or no longer necessary
  + fhs-multiarch.patch
  + linalg-test-tolerance.patch
  + remove-rpath.patch
  + verbose-build.patch
   * New patches
  + do-not-download-patchelf.patch
  + ld-library-path-for-testing.patch
  + dpkg-multiarch.patch
  + libjulia-release-drop-soname.patch
   * Refresh other patches
   * debian/rules:
  + compile with MULTIARCH_INSTALL=1
  + build helpdb.jl as part of the build-arch rule
  + abort on failures in extra tests
   * debian/control: move python-sphinx to Build-Depends (now used in 
build-arch)
Checksums-Sha1: 
 c204169a3900e38e95d852959639c507962c7417 2346 
julia_0.0.0+20121214.gitdced1f7-1.dsc
 431946130a3ad50d47ba1493dd9f477ce335310d 1864424 
julia_0.0.0+20121214.gitdced1f7.orig.tar.xz
 c96abfd01b2ac2c573be163294c0cd24b99a0260 18060 
julia_0.0.0+20121214.gitdced1f7-1.debian.tar.gz
 ac06d49237b487b9b62b1a664a38554df1991315 1919362 
julia_0.0.0+20121214.gitdced1f7-1_amd64.deb
 a742bd9d00ebc28569f6d18d05f5abc52b145c8a 1190474 
julia-doc_0.0.0+20121214.gitdced1f7-1_all.deb
Checksums-Sha256: 
 be01a359038ab9fe01412629b2194abeabfc51a17d328b7f7a03c9cb6c548c14 2346 
julia_0.0.0+20121214.gitdced1f7-1.dsc
 96590ee06b0c5294e0426c87e9ab3d1d5796a43aed361a2ee8f1edde673c2dcc 1864424 
julia_0.0.0+20121214.gitdced1f7.orig.tar.xz
 dfdb0f86480603f2566ca0a02bd7883f65bf111fb64ccf804ab37b3e6a4d438d 18060 
julia_0.0.0+20121214.gitdced1f7-1.debian.tar.gz
 98ef472f9ed9127cc0016d93ef0d32bba5514e408664555a411adeddadb238f0 1919362 
julia_0.0.0+20121214.gitdced1f7-1_amd64.deb
 cd6e1d70fa06dec131ed83f369275952132e6fdcac848aa7889a1c5de40b7b2b 1190474 
julia-doc_0.0.0+20121214.gitdced1f7-1_all.deb
Files: 
 daa9dcc374d609036fe597dd7f895ae7 2346 science extra 
julia_0.0.0+20121214.gitdced1f7-1.dsc
 abdf7127f9330cde96d624f4643d5452 1864424 science extra 
julia_0.0.0+20121214.gitdced1f7.orig.tar.xz
 45baa01d5e75ec43bd1432d39ce28755 18060 science extra 
julia_0.0.0+20121214.gitdced1f7-1.debian.tar.gz
 919204eec3f20e2b5f3126543f002ad9 1919362 science extra 
julia_0.0.0+20121214.gitdced1f7-1_amd64.deb
 567bee87d55161719cfef2e7ac5a40af 1190474 doc extra 
julia-doc_0.0.0+20121214.gitdced1f7-1_all.deb

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

iQIcBAEBCAAGBQJQ0HYoAAoJECzs6TUOzr5K4L4P/39a+LH50RtjmDyONyF3rjQG
EKQ/2H9IGyAO/QvQ7TUwsaL3ivqzPyz0C1lUF7a0W1JNkkccn9qGdB2pFNdyHwWX
6LKQMd7z+BBvr7WqS9eRVrrezbXzgvVJfVn0pj1Kwd9J//bTKkM9Lj6At7D/DwG9
/WQX8RnG0FbqibO/v0gV/UZm48YUPZdJdI56UY4uZSjdEahEJk13Ry1v9BmXE0tC
tzxIu2OAv3Rhr5W/oTCzWPs7Mm9wYyugyWIyX1G98mEVanBTrm5mwCvsfKErQyjj
wslZlZ+T8xzRNeV4WeWzdJCzapNbUGMrnoTuzVBaG1srVrD5noPBoidC34AM5jjU
ombE4fsRXXXLjd2TUMPPRB6+HIs1M5wKSJvWTR4exmOQxT5VEa5kFWGYh1PiHF89
qJJcFdS2ue/5afcj9OZmNj+XX98M6P5u7eu5IEs/rKOOMpSHOPOj2pnBAL8Purqm
RZSfaPPu9tVrOppCTgSFGhj7FCLEY34OGVnmhQkYNkCrebB0O6MuWx+IaTIOXfKe
y+5+B3EHmLEJWxrC84q2OjO0Lw1Ow7Umd5o8qKUkSk4Xm5Dhgp4RExmgnCWQLcMV
Q2qp92ZsysDciCS/MgNsKEETbHFgCtlEbYQ8TEfLJw7mUy8upIxXGDveyzRi9O7m
3cO/xZ2joRPp16Rbo6er
=s7K2
-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/e1tkysk-0006at...@franck.debian.org



Accepted libquazip 0.5-1 (source amd64 all)

2012-12-18 Thread Eric Maeker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 08:34:13 +0100
Source: libquazip
Binary: libquazip0 libquazip0-dev libquazip0-dbg libquazip-doc
Architecture: source amd64 all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Eric Maeker eric.mae...@gmail.com
Description: 
 libquazip-doc - C++ wrapper for ZIP/UNZIP (documentation)
 libquazip0 - C++ wrapper wrapper for ZIP/UNZIP
 libquazip0-dbg - debugging symbols for libquazip
 libquazip0-dev - C++ wrapper wrapper for ZIP/UNZIP (development files)
Changes: 
 libquazip (0.5-1) unstable; urgency=low
 .
   [ Eric Maeker ]
   * New upstream
   * creating multi-arch binaries
 * debian/rules
 * debian/libquazip0.install
 * debian/libquazip0-dev.install
   * debian/copyright: removed symlink
   * including upstream changelog in all packages
   * debian/libquazip-doc: lintian overrides duplicate files
 .
   [ Andreas Tille ]
   * debian/control: removed dependency from libquazip0-headers
 which is no part of the package
Checksums-Sha1: 
 68396778f4848b59a2e0273c17d0e578922ca3ab 1572 libquazip_0.5-1.dsc
 7074822d7d082890a23e0cb10f6875bcb84b880c 377005 libquazip_0.5.orig.tar.gz
 a54a1afd3e122dba75ed587e7672bce8958c8c06 11697 libquazip_0.5-1.debian.tar.gz
 11a2846c0ef53e44b67567bcca1f55596bbf6e24 66232 libquazip0_0.5-1_amd64.deb
 883a735ebb508e7bb51b8d2cee850de341e9f9ba 30790 libquazip0-dev_0.5-1_amd64.deb
 c30f63c6a98eb015b001148056008043a8af4468 506032 libquazip0-dbg_0.5-1_amd64.deb
 87f4bbe75ebe8f9b5dad1134897dcf1a414ab7e2 233732 libquazip-doc_0.5-1_all.deb
Checksums-Sha256: 
 058b20f1000313e2496bc085e205e68c1263db9d946c134b73ea5f657eddbeff 1572 
libquazip_0.5-1.dsc
 fdafaef0d93a1301dce5fd6e2e437e0b5cf04c6b89469a32116c75c5d5429ab7 377005 
libquazip_0.5.orig.tar.gz
 fc5a3570730f0cd5b9e091ab1521b7ed579d6edf4b991ea6d374312f7dd6d2dd 11697 
libquazip_0.5-1.debian.tar.gz
 0c860d2692e9882bbe982cd1d9518e17d9f5fb457319d6c29fffeb5053fa3cc4 66232 
libquazip0_0.5-1_amd64.deb
 74b0087ce26bbaf06c37bfa359ef23057094fde928d854532ced04206611a5d7 30790 
libquazip0-dev_0.5-1_amd64.deb
 123d6d4987dbb3f9b1619665e1242530933a4d39ec5a8e1b56b15c9376153258 506032 
libquazip0-dbg_0.5-1_amd64.deb
 b7ddcbd8dfb89797fec3f40a0f1f14b793b315d869c1572afa04ef62fc8c46b5 233732 
libquazip-doc_0.5-1_all.deb
Files: 
 e6bf4338f3da9c0b600134d21b8043fc 1572 libs optional libquazip_0.5-1.dsc
 ab0763709c7e6863b30ffd018397a6d3 377005 libs optional libquazip_0.5.orig.tar.gz
 322ea1d669b8bf61087f531a1ba549ec 11697 libs optional 
libquazip_0.5-1.debian.tar.gz
 8fb4b72345a1df9182377cc08e3bc14f 66232 libs optional libquazip0_0.5-1_amd64.deb
 9aa97bedf4c6c6e0eb06a28f83d216fb 30790 libdevel optional 
libquazip0-dev_0.5-1_amd64.deb
 6084ba07b16c25bda3018cacf81d2775 506032 debug extra 
libquazip0-dbg_0.5-1_amd64.deb
 6bfac68fce3a6fad15770c8aa5486690 233732 doc optional 
libquazip-doc_0.5-1_all.deb

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

iEYEARECAAYFAlDQeXUACgkQYDBbMcCf01ppgwCgo6epjUoz2QyoQgvWc2nkN25V
gOMAoIGpih1b3tzh7AFFBeR6h1HdiMnY
=nskO
-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/e1tkyss-0006i2...@franck.debian.org



Accepted xchat 2.8.8-7.1 (source all amd64)

2012-12-18 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Dec 2012 15:06:39 +0100
Source: xchat
Binary: xchat xchat-common
Architecture: source all amd64
Version: 2.8.8-7.1
Distribution: unstable
Urgency: low
Maintainer: Davide Puricelli (evo) e...@debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 xchat  - IRC client for X similar to AmIRC
 xchat-common - Common files for X-Chat
Closes: 682599
Changes: 
 xchat (2.8.8-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Dynamically load libnotify.so.4 (instead of libnotify.so.1, which is
 no longer in sid) when sending notifications to the system tray, for
 better integration with Gnome 3. (Closes: #682599)
  + debian/control: recommend libnotify4 instead of libnotify1
  + debian/patches/66_load_libnotify4.patch: new patch
 A better fix would be to link against libnotify, but Bart Martens prefers
 to delay this until Jessie (it will be a larger diff).
Checksums-Sha1: 
 249593976886874e88d1962cf85ba7e84c9321a9 2054 xchat_2.8.8-7.1.dsc
 4588ee7119f5a0345edede6d04935f52764d7814 124621 xchat_2.8.8-7.1.debian.tar.gz
 2bbf20b1711cca00038ed9618d5af314a31d3bc9 1183802 xchat-common_2.8.8-7.1_all.deb
 4b76c20521439756787f30cb0b45e50679f711b9 360350 xchat_2.8.8-7.1_amd64.deb
Checksums-Sha256: 
 e95e7bd3648c9f512bd04a047e448dbfe2668435b02a7acad7c63b48173f4228 2054 
xchat_2.8.8-7.1.dsc
 d63da31141952036c0a19ad610a46c6b4be17148311bd65de980e2baacf97756 124621 
xchat_2.8.8-7.1.debian.tar.gz
 a2d4cf64fcd985de684abfa6ff592cb74f8ad3a9a2afd82e44b90ac19ca0f7b5 1183802 
xchat-common_2.8.8-7.1_all.deb
 8844f92d82fb5cc26b12288d8152cc9a535e7d48499cbbd6695e8ad451df74df 360350 
xchat_2.8.8-7.1_amd64.deb
Files: 
 05fd71745fa6f09ae2d968da907420cf 2054 net optional xchat_2.8.8-7.1.dsc
 96328a8bcb1c39f0a3c6f62874d12641 124621 net optional 
xchat_2.8.8-7.1.debian.tar.gz
 30c111bbe31fd97667b6cb2b9316548b 1183802 net optional 
xchat-common_2.8.8-7.1_all.deb
 1496fe47ba1d627938dcbdd57fefd669 360350 net optional xchat_2.8.8-7.1_amd64.deb

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

iQIcBAEBCAAGBQJQw1c0AAoJECzs6TUOzr5KGlYQAKkd3sDQNX1HWIrZZ1kMCANN
K6DXO0fdbnyF3ya4Ebm7ODH48IkxfnF6F0rkI3GHCkQ8L4eGi1cvfZadGZAjsWn3
r1kxikJlryA2Mx0jyN33A7zLHfzXjqWgS3I6IDZKzEHsEMnfomjt52WBoFmD8G0y
LIreBSJKo/yJswH1rCDDIXSNxuk3pcA6SVm0N2F6dQPJmR3Za/9vzsiXbQTxea5a
7ITiKr6dJtETHBjgRYfjWsTQu9UpeBxpq690UeUylm8YjRKD7q8Nmn6knuTH1BYo
bYD4dc4D9k9aA2ADrBJOnDHnR7SlVUjCsB8ACR/HYweMcBpTSUprv9HruBb51h3H
r1P9nQAyM1G1EhSI/uFNR2W65KzvyZqLcuAL5WwHbKXfC2M9Zg/H4aE0wbp5FoI/
h8acgE1sUfd3B9rdDfeURTyNbic8V1X4JXcoZ+zbK0MSMnfhbEr/wQGTa1wSMXks
GAeJaiK84kdJnnz0Z3tTS7QJWhqfKnSJbr8fMRvTqQBGUddDp3a4IDLCT5u1NSPI
3uTHDqPqEjYt1ulq5u5psoSabcFwE3pDsTf4+W+D7lCO8sE5uH7q7DVoXnANzWMC
/IevIxVUmSXNkCN/lmv5Z853iar4VNEVMamIRktslN7hAMHYMie95LNnIKaxQ5nn
qKQ32JIE1lTMoJ4wYMbw
=rdt2
-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/e1tkzp1-0007nn...@franck.debian.org



Accepted libvisio 0.0.24-1 (source amd64 all)

2012-12-18 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2012 17:11:24 +0100
Source: libvisio
Binary: libvisio-dev libvisio-doc libvisio-0.0-0 libvisio-tools
Architecture: source amd64 all
Version: 0.0.24-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libvisio-0.0-0 - library for parsing the visio file structure
 libvisio-dev - library for parsing the visio file structure -- development
 libvisio-doc - library for parsing the visio file structure -- documentatio
 libvisio-tools - library for parsing the visio file structure -- tools
Changes: 
 libvisio (0.0.24-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 8b5053de3d125eb2b0b3a3548575ea0f6b6cb76a 1964 libvisio_0.0.24-1.dsc
 49ca23b3d41697d0652ca8e3d3dc5d9900217608 475235 libvisio_0.0.24.orig.tar.bz2
 4234e238cccbfa35d8db0b08ba202a072f55e106 2358 libvisio_0.0.24-1.debian.tar.gz
 0dbb417ef4925b4c466e76c81bdcf956655e3c99 49660 libvisio-dev_0.0.24-1_amd64.deb
 40fa59ce015275dd598c9c387174f383051f3953 865928 libvisio-doc_0.0.24-1_all.deb
 631a8f9a8800466ab16a74b401997443b1bce516 324882 
libvisio-0.0-0_0.0.24-1_amd64.deb
 a152ff8a6f68e3d5957abef911ba2ba271848836 62854 
libvisio-tools_0.0.24-1_amd64.deb
Checksums-Sha256: 
 8ae1288daba64881afbd8192f539b2fd798c35c5878c5eff3fd87d40020ed151 1964 
libvisio_0.0.24-1.dsc
 97de2007793275ace6b1e93c71ccf22d05d920b6ab2ecd806b5864da9de15f07 475235 
libvisio_0.0.24.orig.tar.bz2
 e0837eba54ef7812581448758b193dee5e19c0df47857d31c90d654904337363 2358 
libvisio_0.0.24-1.debian.tar.gz
 2197ba3392bc2e3e0746e974f389ad5ae153abdf993e5800331eb70c8e59d053 49660 
libvisio-dev_0.0.24-1_amd64.deb
 5300aefb0ef7e2b22dc81cdd241a35568b3b273dae8c24c94e133abf0a63c0b0 865928 
libvisio-doc_0.0.24-1_all.deb
 80ac1ab8a91b34996ab000cf9bc5216efa21a35c4dd2915ec6fd5e02e82d5f57 324882 
libvisio-0.0-0_0.0.24-1_amd64.deb
 2b9b4cee5aff282e0818eb2ecb6114a2e623346cd8af71e3cfda85873cc75cec 62854 
libvisio-tools_0.0.24-1_amd64.deb
Files: 
 cab971aeef32847a6a717b8a8bf2c180 1964 libs optional libvisio_0.0.24-1.dsc
 1962a4183bac8a247989af17ef8882ea 475235 libs optional 
libvisio_0.0.24.orig.tar.bz2
 94fe8a75a631272a367a10865dbe21c9 2358 libs optional 
libvisio_0.0.24-1.debian.tar.gz
 5cf4b272b1fcbfbdc23deae464417af2 49660 libdevel optional 
libvisio-dev_0.0.24-1_amd64.deb
 f52fc69a51bade08b7d2ed3de9288859 865928 doc optional 
libvisio-doc_0.0.24-1_all.deb
 a2538bbae28fb8f2ca5369b88ecd8ea7 324882 libs optional 
libvisio-0.0-0_0.0.24-1_amd64.deb
 01875261445776bbd5617de1d1fb6265 62854 utils optional 
libvisio-tools_0.0.24-1_amd64.deb

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

iQIcBAEBCAAGBQJQ0JhrAAoJEAqgRXHQPj5w3fYP/2CV98zz9GPEih/9IY9pJHoK
e1/mzOWWjhyZ0mEhxsEl6iZGCuVlLu78W1qbFpYc7QaE+3f2DRLov6eXRug8+g+l
tG7OLtdJW86Fw/HTB/Is7PlnoLp+jeQUI2+lZnId6CUEz4nHci1iFHE3O5lPXOTl
7Sa9ptUGEzVO8ZcpL+lV4dMKAdciHioMa+P8sYlPRXNiAlGFpr213CcjPxMr5waH
dwdQ/cCCniGof/NCwA+bfG0cjgAaxgkG4wYlW6ek4Z7IFSigU6WdZ3Kv9APr/xSs
MUdOAYMEuXMOw18PqCyxho26hATxW0Acd8O63DhGoIaG7ynRsNt6jlri6xtH2SiN
DOH8NPIPtUY0lSno+qgPAAcOBDjT+mQPbyXrDN3jqvrRvTr6ZyqGn08gDSvOuk50
Hxw3iZKAK2UDk4nzq4i4rIvmxBSNkpuNwnMarWGej32WWCnL2GTs42B2Qhy4ch2C
4KhTSOQE4gCQxr++OobgQLoksEmrEbda+YsXSz2wfLqttjiWCuPZFm9vEKQJlY1N
gQJWGTnJBM7TRizogyL6RuAP+WdCfnWXYgOcK88Vda9TIHk2cAFgNE9MFQ0scah5
fhpe+/0ryDyiXYMYuZbLNOKLK2wvjyruMsXrFPD5IjuykKLUK+0jLgmYjZh0bozq
yEgVfOeKXzGRh9gibIf0
=ADuj
-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/e1tl0kl-0002qs...@franck.debian.org



Accepted openthesaurus 20120516-2 (source all)

2012-12-18 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2012 17:17:04 +0100
Source: openthesaurus
Binary: openthesaurus-de-text mythes-de mythes-de-ch
Architecture: source all
Version: 20120516-2
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 mythes-de  - German Thesaurus for OpenOffice.org/LibreOffice
 mythes-de-ch - German Thesaurus for OpenOffice.org/LibreOffice (Swiss Version)
 openthesaurus-de-text - German Text Thesaurus for e.g. ding
Closes: 685996
Changes: 
 openthesaurus (20120516-2) unstable; urgency=low
 .
   * fix sed in debian/rules for utf8-encoded dicts so that ß is correctly
 subsituted for -de-ch, thanks Tom Jampen (closes: #685996)
Checksums-Sha1: 
 1b709cfc46ca3455f569302604e27ffbc0401f80 2522 openthesaurus_20120516-2.dsc
 2251094877f726de339ecb7016eacbc82a2b56ab 2866263 
openthesaurus_20120516-2.debian.tar.gz
 3686f45d2c30bda6398f890d67505d4ccea4ea79 536366 
openthesaurus-de-text_20120516-2_all.deb
 378340089ca83b9afcce933b83edf1bc7fa09def 3736054 mythes-de_20120516-2_all.deb
 a9d2dda350422edaa7cc0d5137c6ba2965abc072 3731844 
mythes-de-ch_20120516-2_all.deb
Checksums-Sha256: 
 ba9cd6da1198c69c7ccda0aa996bb873ab651268ce1b5fcfaa27de03e0c58ce9 2522 
openthesaurus_20120516-2.dsc
 87bb1603e34fd0599d7672d8f345ee4e93cde3582a8f4a10a70aea580c7716c1 2866263 
openthesaurus_20120516-2.debian.tar.gz
 1aa4c2756aff4ae7dba496712a5ee935599a573bb9034e0170709184e27ad446 536366 
openthesaurus-de-text_20120516-2_all.deb
 83f3d082b8e048086f2803c3e177ae142342051ca564f3a0d60c1407da4551ae 3736054 
mythes-de_20120516-2_all.deb
 2340c25bd9d266052e86c3646db9bf742f1fcec5ac214611e00433a96f6d4579 3731844 
mythes-de-ch_20120516-2_all.deb
Files: 
 bbd4a5bdd403dbad2af3a33628e1e42f 2522 text optional 
openthesaurus_20120516-2.dsc
 bb748bb0f46d6e98a2dd157c9e3b80ba 2866263 text optional 
openthesaurus_20120516-2.debian.tar.gz
 b7a4ef186b089a13645b5c5fd484dde5 536366 text optional 
openthesaurus-de-text_20120516-2_all.deb
 af2c25cb4fa93a743ec6af62f8c8eeb8 3736054 text optional 
mythes-de_20120516-2_all.deb
 81f2547a5cb9a09c5789d992480ed117 3731844 text optional 
mythes-de-ch_20120516-2_all.deb

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

iQIcBAEBCAAGBQJQ0JlOAAoJEAqgRXHQPj5wwYIP/0xJMQkmYK0+nT0sZIwc3+jf
oBaAjMvRxQSxuqMQmJZKdCxHt9XvussjQWp19arhwp+Axe5Rh4Oh9CVeI1MUHDh0
XqG5ssQKjipNG1jRpug6wXhAAND5zoM1bvTSJpFjjA2NeAEoQjvyZGRbvsKYFqmK
bRwlq8OtSyUFYhgWSAB1RQvz16SqgOZ4UVkhNefeWcjqmXSOIBOKpGq9tWlL1gN5
nW7G0B8MF1vqlZ9TzhxQzXPX0quUoEVlUTxnP+Soqle2VW+41QLGgjLYHT+vIlFQ
YUBz3xbHdLMAGc1hXfPuIFiVyrInLqsBMPLssfYv5B81o+x3Nodi7lalR5H9J1Xk
FIvv0I5wsd0f1ONwT4qOR7ErGGkbaRGrhkS/vqHrNmC7W4RFCYL6RSv47/wEO0tE
JmG6qDAVTJCjk6zC8Jt6jwSFvCtFLeA/B5HNjK7w96YtYOuIz3qPdqAU9XJLLPC4
4X7RSJRFiSK36apZjP6pNH4QQIXyGpAbSSWVjlS/u8LjyVOtjFihwxazSkOHLFZD
7+q/Oz7TvpNepNnTpgLw/Wg9fUdJESrbQClQe/vFl/knQgICjPAfg72m0JIJNhh8
gGPeOeQwUspZF/nUEzRPCNt8iBWWhZQsejATnxfGxYwsT3iVvjDvD98FFOzZJjla
hg77Ez+Z5raCK5xsw8TH
=bCHn
-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/e1tl0kt-0002xf...@franck.debian.org



Accepted gcc-4.8 4.8-20121218-1 (source all amd64)

2012-12-18 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 16:44:42 +0100
Source: gcc-4.8
Binary: gcc-4.8-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-4.8-dev 
libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-4.8-dev lib32gcc1 
lib32gcc1-dbg lib32gcc-4.8-dev libn32gcc1 libn32gcc1-dbg libn32gcc-4.8-dev 
libx32gcc1 libx32gcc1-dbg libx32gcc-4.8-dev gcc-4.8 gcc-4.8-multilib 
gcc-4.8-plugin-dev gcc-4.8-hppa64 gcc-4.8-spu g++-4.8-spu gfortran-4.8-spu 
cpp-4.8 gcc-4.8-locales g++-4.8 g++-4.8-multilib libmudflap0 libmudflap0-dbg 
lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 
libn32mudflap0-dbg libx32mudflap0 libx32mudflap0-dbg libmudflap0-4.8-dev 
libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg 
libn32gomp1 libn32gomp1-dbg libx32gomp1 libx32gomp1-dbg libitm1 libitm1-dbg 
lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libn32itm1 libn32itm1-dbg 
libx32itm1 libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 
lib32atomic1-dbg lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg 
libx32atomic1
 libx32atomic1-dbg libasan0 libasan0-dbg lib32asan0 lib32asan0-dbg lib64asan0 
lib64asan0-dbg libn32asan0 libn32asan0-dbg libx32asan0 libx32asan0-dbg libtsan0 
libtsan0-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg 
lib64quadmath0 lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg 
libx32quadmath0 libx32quadmath0-dbg gobjc++-4.8 gobjc++-4.8-multilib gobjc-4.8 
gobjc-4.8-multilib libobjc-4.8-dev lib64objc-4.8-dev lib32objc-4.8-dev 
libn32objc-4.8-dev libx32objc-4.8-dev libobjc4 libobjc4-dbg lib64objc4 
lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg 
libx32objc4 libx32objc4-dbg gfortran-4.8 gfortran-4.8-multilib 
libgfortran-4.8-dev lib64gfortran-4.8-dev lib32gfortran-4.8-dev 
libn32gfortran-4.8-dev libx32gfortran-4.8-dev libgfortran3 libgfortran3-dbg 
lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg 
libn32gfortran3 libn32gfortran3-dbg libx32gfortran3 libx32gfortran3-dbg 
gccgo-4.8 gccgo-4.8-multilib libgo3
 libgo3-dbg lib64go3 lib64go3-dbg lib32go3 lib32go3-dbg libn32go3 libn32go3-dbg 
libx32go3 libx32go3-dbg libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 
libx32stdc++6 libstdc++-4.8-dev libstdc++-4.8-pic libstdc++6-4.8-dbg 
lib32stdc++-4.8-dev lib32stdc++6-4.8-dbg lib64stdc++-4.8-dev 
lib64stdc++6-4.8-dbg libn32stdc++-4.8-dev libn32stdc++6-4.8-dbg 
libx32stdc++-4.8-dev libx32stdc++6-4.8-dbg libstdc++-4.8-doc gcc-4.8-soft-float 
fixincludes
 gcc-4.8-source
Architecture: source all amd64
Version: 4.8-20121218-1
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.8- GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.8- GNU C++ compiler
 g++-4.8-multilib - GNU C++ compiler (multilib files)
 g++-4.8-spu - SPU cross-compiler (C++ compiler)
 gcc-4.8- GNU C compiler
 gcc-4.8-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.8-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.8-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-4.8-multilib - GNU C compiler (multilib files)
 gcc-4.8-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.8-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.8-source - Source of the GNU Compiler Collection
 gcc-4.8-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.8  - GNU Go compiler
 gccgo-4.8-multilib - GNU Go compiler (multilib files)
 gfortran-4.8 - GNU Fortran compiler
 gfortran-4.8-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.8-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.8 - GNU Objective-C++ compiler
 gobjc++-4.8-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.8  - GNU Objective-C compiler
 gobjc-4.8-multilib - GNU Objective-C compiler (multilib files)
 lib32asan0 - AddressSanitizer -- a fast memory error detector (32bit)
 lib32asan0-dbg - AddressSanitizer -- a fast memory error detector (32 bit 
debug sy
 lib32atomic1 - support library providing __atomic built-in functions (32bit)
 lib32atomic1-dbg - support library providing __atomic built-in functions (32 
bit deb
 lib32gcc-4.8-dev - GCC support library (32 bit development files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran-4.8-dev - Runtime library for GNU Fortran applications (32bit 
development f
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go3   - Runtime library for GNU Go applications (32bit)
 lib32go3-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32itm1

Accepted qt4-x11 4:4.8.2+dfsg-6 (source amd64 all)

2012-12-18 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2012 07:21:48 -0300
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network 
libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase 
libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite 
libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml 
libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help 
libqt4-assistant libqt4-test libqt4-phonon libqt4-declarative 
libqt4-declarative-folderlistmodel libqt4-declarative-gestures 
libqt4-declarative-particles libqt4-declarative-shaders libqt4-dev 
libqt4-dev-bin libqt4-private-dev libqt4-opengl-dev libqt4-dbg 
libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg libqt4-webkit-dbg 
libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools 
qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc 
qt4-doc-html
Architecture: source amd64 all
Version: 4:4.8.2+dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-declarative-shaders - Qt 4 shaders QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-designer-dbg - Qt 4 designer library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-dev-bin - Qt 4 development programs
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-private-dev - Qt 4 private development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
 libqt4-script - Qt 4 script module
 libqt4-script-dbg - Qt 4 script library debugging symbols
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - transitional package for Qt 4 WebKit module
 libqt4-webkit-dbg - transitional package for Qt 4 WebKit debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qdbus  - Qt 4 D-Bus tool
 qt4-bin-dbg - Qt 4 binaries debugging symbols
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc- Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-linguist-tools - Qt 4 Linguist tools
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qmlviewer - Qt 4 QML viewer
 qt4-qtconfig - Qt 4 configuration tool
Changes: 
 qt4-x11 (4:4.8.2+dfsg-6) unstable; urgency=low
 .
   [ Debian Qt/KDE Maintainers ]
   * Hopefully fix ia64 FTBFS:
 - Remove add-winvalid.patch. Stephan Schreiber has determined the problem
   with the precompiled headers on ia64. Thanks *a lot* Stephan.
 - Apply the changes suggested by Stephan to avoid using pre compiled
   headers just on ia64.
Checksums-Sha1: 
 1d2b5de3a5e5c579f7a3d11a54725f9738c596a2 5707 qt4-x11_4.8.2+dfsg-6.dsc
 7d6a1b9a29f9b5832a0e9d99f89f589eacab4553 410833 
qt4-x11_4.8.2+dfsg-6.debian.tar.gz
 78e8717c9aa87a97278f0aac826ab9e2f6166786 2107674 
libqtcore4_4.8.2+dfsg-6_amd64.deb
 9ef266a3282e4897f67ff2fd86a9d2a98bb489bb 45132 
libqt4-core_4.8.2+dfsg-6_amd64.deb
 bf275b914376012275b5eb0d7196d73057cc11f7 4047086 
libqtgui4_4.8.2+dfsg-6_amd64.deb
 e04ff2cb8bf370aae02e013a23d8e06a0cd9edac 45128 
libqt4-gui_4.8.2+dfsg-6_amd64.deb
 f1081cdee825b2dac7770115520c489c7ed91a8d 568138 
libqt4-network_4.8.2+dfsg-6_amd64.deb
 014a21f3b72067a1731b17328d9a59b072d1ed0d 335786 
libqt4-opengl_4.8.2+dfsg-6_amd64.deb
 aa2aefe62cdb5c85a26426bee110668f71a7f3ea 813222 
libqt4-script_4.8.2+dfsg-6_amd64.deb
 

Accepted boxes 1.1.1-2 (source amd64)

2012-12-18 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 21:22:06 +0100
Source: boxes
Binary: boxes
Architecture: source amd64
Version: 1.1.1-2
Distribution: experimental
Urgency: low
Maintainer: Salvatore Bonaccorso car...@debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 boxes  - textmode box- and comment drawing filter
Changes: 
 boxes (1.1.1-2) experimental; urgency=low
 .
   * Correct License for src/regexp/{regexp,regsub}.c files.
 Add missing license text for src/regexp/{regexp,regsub}.c files to
 debian/copyright and correct License field.
Checksums-Sha1: 
 0d162f7a723f08df8d2f205b0cd2c43cbc4672f3 1693 boxes_1.1.1-2.dsc
 e6820e1e0b9085241d947c9ffd3d4eb401a877cb 4408 boxes_1.1.1-2.debian.tar.gz
 a3a614ba27a08f5e7f11482e50cfb8416a68b699 68552 boxes_1.1.1-2_amd64.deb
Checksums-Sha256: 
 b4e86713cdf831a36a7eecab99b48eed0b43759462061cdfe3a18ecbb9e13537 1693 
boxes_1.1.1-2.dsc
 597ed0bd0993f0b380521030b83bab90e576a4bc4bea83e7391a67c6eb836098 4408 
boxes_1.1.1-2.debian.tar.gz
 2d1b0e397cdf77fee1b12c384c33d80b5c96d1f5fa7c6a48d562bc39e66c0b34 68552 
boxes_1.1.1-2_amd64.deb
Files: 
 7d68ac9f9e487b63352f419c9fb6 1693 text optional boxes_1.1.1-2.dsc
 2105dacf16a8da4713a27d8bb1e1a435 4408 text optional boxes_1.1.1-2.debian.tar.gz
 f1f44cf837b5a2617f88afddd0016803 68552 text optional boxes_1.1.1-2_amd64.deb

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

iQIcBAEBCgAGBQJQ0NMkAAoJEHidbwV/2GP+1rMP/iB5e7A98R0dgRtWsMK/kayg
bZhpw+Y13IUX8MSxlt2yK+S9BBsV6KPlFmH1fzl/t9CFFJS8i21qUZ5FOIZPyBGh
rJoH9MBaPfsvwCMxfszOBJp9WZebhjRECp0zfcaa+KkFGhnoCgTHt1aHgG+NsnWW
qRuT2LPHrz8shw9wHYQKA60hOexgrUfb1HB3UemqBEv84opdp3FrpPCHwsmjIzRK
RHgj0Gny0FbVjvkbRfc3ezRCxTYZqhkSEaVqlu3rHFDRUb2lo2YjHAkqASPtKwAj
byu1/KBbOyj/f/o7bMSB/rbN44rWexOa01WZnbELK/xJHp1O8XDJnaL3GlmixnFC
/MdQsXIIQvgk42i5KAxDbbM9nx1dYodCFygyeFkk5m9IE8cxBd21k1W7S3cJIDTx
SZ3yjQ9+6SMGFydd2w+im8Ba1fMjz7wF5yPML/aONWiE+nTSgc2gxqW0znAE6Xcd
zflmcsS5HKPvBuN0nT+zzcxLYNChmKdOKfrNJ7LkRz9Bp/O5aDuvvheNwkdHHfQi
WzTWWBgVs7YJ3Bb5o/jOhAVLjPMxyqNoQL6hPKpHbRrIuIXTJYhLFq8WZfhwa89I
B9gR22UTly72P0ynMjnuYTKiFVWxlDKQqtrRn+GNntWTm5Q2KkqakOJM0fUsWWZ/
eUwQLIsie/5nbKfdFLaP
=Nie6
-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/e1tl4j4-0008gh...@franck.debian.org



Accepted php-horde-role 1.0.1-4 (source all)

2012-12-18 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 21:22:06 +0100
Source: php-horde-role
Binary: php-horde-role
Architecture: source all
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-role - ${phppear:summary}
Closes: 696202
Changes: 
 php-horde-role (1.0.1-4) unstable; urgency=low
 .
   * Change default horde_dir instead of changing horde_dir as postinst. Fixes
 modifies conffiles (policy 10.7.3): /etc/pear/pear.conf (Closes: #696202)
Checksums-Sha1: 
 8eebd3b3f73b6fff3ef8f01b9c83c76136518faa 1363 php-horde-role_1.0.1-4.dsc
 633abc618ea6636fbca00edd26a8f15b9c381abe 2605 
php-horde-role_1.0.1-4.debian.tar.gz
 1446b611b0330de8eeea03a75d87bf68f53a6d12 7066 php-horde-role_1.0.1-4_all.deb
Checksums-Sha256: 
 eaa4f25bac0def24c54de19d13221b499741f3f537a0c4cbb99dfc44d2b916a0 1363 
php-horde-role_1.0.1-4.dsc
 919b56e627e2cc4ef3b4b63d401c953cb1e6ba4865d9f6894ef600075cb73142 2605 
php-horde-role_1.0.1-4.debian.tar.gz
 9e54436d8b68b9c3e12441f7b72368529b87eb5383303c0389500bdc0a165f2c 7066 
php-horde-role_1.0.1-4_all.deb
Files: 
 11c2f45403b1da9023a164cfa9a19a1c 1363 php extra php-horde-role_1.0.1-4.dsc
 2e54abf350a15a4838f885ba7475f686 2605 php extra 
php-horde-role_1.0.1-4.debian.tar.gz
 ecd5aad25e76618ea63ef83ba7b15071 7066 php extra php-horde-role_1.0.1-4_all.deb

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

iEYEARECAAYFAlDQ0LcACgkQOW2jYf5fHX9N7wCcCO7EfULjDu9TYvmeL4R5z7xm
jAAAn1FoJuAeeolkc4VvLDbia7frtUjr
=aorB
-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/e1tl4je-0008mf...@franck.debian.org



Accepted libsystem-command-perl 1.09-1 (source all)

2012-12-18 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 21:57:38 +0100
Source: libsystem-command-perl
Binary: libsystem-command-perl
Architecture: source all
Version: 1.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libsystem-command-perl - Perl class for running system commands
Changes: 
 libsystem-command-perl (1.09-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 1.09
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 3ecec381bd811628f7581e59d2162c4a9fa500a5 2285 libsystem-command-perl_1.09-1.dsc
 1c5e6d858a517a6c6887763aa92c18b8d33a3681 13908 
libsystem-command-perl_1.09.orig.tar.gz
 c28ccd841b6337589e433184af9d4368316459b2 1858 
libsystem-command-perl_1.09-1.debian.tar.gz
 29edacb235fab4cf245505064d83fc5f9a987646 13506 
libsystem-command-perl_1.09-1_all.deb
Checksums-Sha256: 
 139ef60a6ca3716802dba5ab45abee58fcbad790510ac142644464a6458aa3fd 2285 
libsystem-command-perl_1.09-1.dsc
 18da5d246a1b19ec2d60cdb58fedd54a48579c71e9367ea480960f3c77ed035e 13908 
libsystem-command-perl_1.09.orig.tar.gz
 e990ca30417b41eb2a3d27319e200f01102de8934ae62a5f67fafbe07db6eabb 1858 
libsystem-command-perl_1.09-1.debian.tar.gz
 8bf7e1df5cdcf52488a549a5b69ad3c226bf8be3c87517a51c68c30e2377e833 13506 
libsystem-command-perl_1.09-1_all.deb
Files: 
 17fce73ea9ce7159277e93735a936aea 2285 perl optional 
libsystem-command-perl_1.09-1.dsc
 c66c663fbb297032d7cd03f8ed0cf755 13908 perl optional 
libsystem-command-perl_1.09.orig.tar.gz
 8718dd6a806e17ddb433a5d2c4138bae 1858 perl optional 
libsystem-command-perl_1.09-1.debian.tar.gz
 ba71dd08619c2dee90cc46e5ad65dbe4 13506 perl optional 
libsystem-command-perl_1.09-1_all.deb

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

iQIcBAEBCgAGBQJQ0NwFAAoJEHidbwV/2GP+CPEP/RR6oDQnLL/MJ8Wbv1wKm0E2
Ml+Ui7M93IM3F1z48yYthwTeB78RzDSGHSuhiDV2uoW+sI06wqOBXaUJFkQ9x803
xQxxeKFo5+zgYXnUlR5w6QWVOGb2dtM7liLHek9NuUCIqzSRVhZ1xz81JevguTS2
4KI/fh7S7K5ABnFSlhVFZa3hGPEc34R1WxAH2ptjMTOW83MoEYLqXiaxc6jeZrIP
F09pFcrT1bKq8IsGvIWf6u/AaOKlvjdtZyy2/9TBIykzpQQvhtlm50IoTtyi9y7F
orJch8TUY+shVEalmJCW2S40gGXVpFAsLG1NSYRj8PU8qsVZljjeN2f/lKjhfvRS
iQfvUDiQloljCviZ0ZyAPyiN9Uw828LDQJzuLw5Ddm+bMwrOfCK3ctXBFCwRcCkb
iteWEIoBHoBY9M5AsxNzt2UUDBgoxjwQ9geLAt7DBZjXMCOPLTI6N0SxkjxW+e0C
3nQZFU1WukxH1RbrFONUdU5HQOBxrCciLj9ebPLDe6znbY0PMj3ZnD9OLDqFeD65
0Cyidbz4XGilUXJO0oNdbOJdtFVcuJvz3fakno6ff9P73tH3SFCxo+WSVUahD8jF
ruKMoJqVdu5Fkdf96nU41oRFJrU393o5tXZoZctGuEDHmzd/lQz0D5Q/4cXsNwtR
WK1VXlz0CaklJacX9gH+
=XlSE
-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/e1tl4yw-000334...@franck.debian.org



Accepted netcf 1:0.2.0-5 (source amd64)

2012-12-18 Thread Al Stone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 13:37:11 -0700
Source: netcf
Binary: netcf libnetcf-dev libnetcf1 libnetcf1-dbg
Architecture: source amd64
Version: 1:0.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Serge Hallyn serge.hal...@ubuntu.com
Changed-By: Al Stone a...@debian.org
Description: 
 libnetcf-dev - development library and headers for netcf
 libnetcf1  - cross-platform network configuration library
 libnetcf1-dbg - cross-platform network configuration library
 netcf  - programs for the netcf library
Closes: 693744 694362
Changes: 
 netcf (1:0.2.0-5) unstable; urgency=low
 .
   * Closes: #693744 -- revert to a version compatible with sid's
 libvirt0 instead of breaking libvirt installation; this forces
 the change to the epoch number
   * Closes: #694362 -- same issue as above, but reported from the
 standpoint of libvirt0 instead
Checksums-Sha1: 
 40aa54feb0cb55c330a397a3320456b519c4b6e7 1390 netcf_0.2.0-5.dsc
 d325cacb2b9dbb65cee687edeeddea294642619c 942160 netcf_0.2.0.orig.tar.gz
 2e4b9a835ab7658606ef22244f87f4e46914365a 7054 netcf_0.2.0-5.debian.tar.gz
 e2a560ff816f6c78032641642fcf7403565bf777 22192 netcf_0.2.0-5_amd64.deb
 b6a7d894528a967228cd5610ce6a4b1178f38c2c 48846 libnetcf-dev_0.2.0-5_amd64.deb
 fef1cf7853c560eb310706a7fd2622c9b6570d35 54398 libnetcf1_0.2.0-5_amd64.deb
 82514e566346d869323f2d9c3beb80dc920efd4f 137476 libnetcf1-dbg_0.2.0-5_amd64.deb
Checksums-Sha256: 
 d8760bab87030311f39de43bee4a477d812cf4d626829ca5e312a9b67bd9ace9 1390 
netcf_0.2.0-5.dsc
 0f3bd01a87bca9293ea17903702ef213c1f46cee3f9e47145fe2c2cef65bc081 942160 
netcf_0.2.0.orig.tar.gz
 c96cdd0bf87814737e045be9f548d71af78ef8246b0d5315283947e597d11f95 7054 
netcf_0.2.0-5.debian.tar.gz
 ceeb39f961ef16f44615aeb1bd8b20ed17dd1310a2ce2aa39d65651d0c6ee486 22192 
netcf_0.2.0-5_amd64.deb
 daaed7a7fde5a5e2aad0d6800ed51e595826dfe164a72efc5bb0960e7fad28c3 48846 
libnetcf-dev_0.2.0-5_amd64.deb
 e0e95c8100ae075317910ac1fc50b3117a9aa2f793956b98d4dd275c572f93a7 54398 
libnetcf1_0.2.0-5_amd64.deb
 cd1ef0c1d9cd7862b360d90a6be61e72abc33d5502fbf7446d096a6094b98365 137476 
libnetcf1-dbg_0.2.0-5_amd64.deb
Files: 
 7533ff20e72db257b36257093ca4f753 1390 libs extra netcf_0.2.0-5.dsc
 3c8f3a7b847bb09fee554546acb1cb16 942160 libs extra netcf_0.2.0.orig.tar.gz
 8d56f1221b72cb570db309e4826c0ce4 7054 libs extra netcf_0.2.0-5.debian.tar.gz
 59c8cdc9ba2c8060824a310e1662277c 22192 admin extra netcf_0.2.0-5_amd64.deb
 2115c47595d111b0482d4f05a5b36bf6 48846 libdevel extra 
libnetcf-dev_0.2.0-5_amd64.deb
 6cbbf45293577d35169e4ff9195f32dd 54398 libs extra libnetcf1_0.2.0-5_amd64.deb
 fbe86639975219e35f3ed7bcf5243034 137476 debug extra 
libnetcf1-dbg_0.2.0-5_amd64.deb

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

iD8DBQFQ0Oevso6+T7qY4V0RAuX/AJ9OcM3hR0G/xZT2YjZE3Z7nh4KNMQCfcmTL
DTysc9relDAcz8z74aCN4iQ=
=pr65
-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/e1tl5fv-0005zi...@franck.debian.org



Accepted at-spi2-atk 2.7.3-1 (source amd64 all)

2012-12-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 23:36:02 +0100
Source: at-spi2-atk
Binary: libatk-adaptor libatk-adaptor-dbg libatk-adaptor-data 
libatk-bridge2.0-0 libatk-bridge2.0-dev libatk-bridge2.0-0-dbg
Architecture: source amd64 all
Version: 2.7.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libatk-adaptor - AT-SPI 2 toolkit bridge
 libatk-adaptor-data - AT-SPI 2 toolkit bridge - transitional dummy package
 libatk-adaptor-dbg - AT-SPI 2 toolkit bridge - debugging symbols
 libatk-bridge2.0-0 - AT-SPI 2 toolkit bridge - shared library
 libatk-bridge2.0-0-dbg - AT-SPI 2 toolkit bridge - debugging symbols
 libatk-bridge2.0-dev - Development files for the AT-SPI 2 toolkit bridge
Changes: 
 at-spi2-atk (2.7.3-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 454589c441d0ca68bcc818834d76efde67b7c695 1846 at-spi2-atk_2.7.3-1.dsc
 28fb78d3c407615520e4fd655c69fcfb6eb25a26 266324 at-spi2-atk_2.7.3.orig.tar.xz
 02314888d39dfde86d6986f9f6a12fafaef15175 4904 at-spi2-atk_2.7.3-1.debian.tar.gz
 7e5ac69cbe5e127e1ac589eaf5edd4fcfb09a663 13124 libatk-adaptor_2.7.3-1_amd64.deb
 0edd6df7086a67b1d037ca82c9523564d30d3ad5 7022 
libatk-adaptor-dbg_2.7.3-1_amd64.deb
 9729fb504e1ab2ad560730f082bcb627d12cb530 4500 
libatk-adaptor-data_2.7.3-1_all.deb
 5041c25e28f6ed4c2cd6060be587f2e98004d91c 63554 
libatk-bridge2.0-0_2.7.3-1_amd64.deb
 ee98cfa952dc2825e4d4bf52a8b1ff1520c3d9c5 5682 
libatk-bridge2.0-dev_2.7.3-1_amd64.deb
 f4a3a12f3cfd2b413a866e506cffeafbbf15d043 91038 
libatk-bridge2.0-0-dbg_2.7.3-1_amd64.deb
Checksums-Sha256: 
 1d4eed6906cbba9973ec94718e23a99cb07737114b3c3f2dd2d62a0036e7583c 1846 
at-spi2-atk_2.7.3-1.dsc
 42844d62f8464a531c9c7f28f101e83fed9dd1f706ad1e5e5ec45e13d718a6d7 266324 
at-spi2-atk_2.7.3.orig.tar.xz
 2184b5bd4c1e4ef243b723a1ed155e682e7747a4d79dd64e3509e7ac02f78cb3 4904 
at-spi2-atk_2.7.3-1.debian.tar.gz
 4ca4fbe14184cbd8091da1f1d70fbec26696b463c5b609295c019eb4a14cf6e5 13124 
libatk-adaptor_2.7.3-1_amd64.deb
 6718fbf550cb80dcc032d849d9c361f5e959efbb2753b0112a834c32f380fdd0 7022 
libatk-adaptor-dbg_2.7.3-1_amd64.deb
 f92a537e49174177e6e876425a2ffdf2d71afe948365694282af6712e3b72bbb 4500 
libatk-adaptor-data_2.7.3-1_all.deb
 ed7f975baeec8c8bbe168e13fd4d7cd585486715b4911e917df28a786279a752 63554 
libatk-bridge2.0-0_2.7.3-1_amd64.deb
 87efcb3e042e5a42cda5709e410074aa8aef3f690d70f7a4f178083951eb159c 5682 
libatk-bridge2.0-dev_2.7.3-1_amd64.deb
 4da499fa814501cf233219d01b352723a0a612cd8f3b56c350dc75135cd93d75 91038 
libatk-bridge2.0-0-dbg_2.7.3-1_amd64.deb
Files: 
 833405a44d9475a40f6fb45993113285 1846 misc optional at-spi2-atk_2.7.3-1.dsc
 8c9f58f3a6897d19c91e1b7221952d87 266324 misc optional 
at-spi2-atk_2.7.3.orig.tar.xz
 34dd554fb85feaabe1ca05232b8fe3fe 4904 misc optional 
at-spi2-atk_2.7.3-1.debian.tar.gz
 7c5dcf5da4bc57e2ae56fcbf9be34d35 13124 misc optional 
libatk-adaptor_2.7.3-1_amd64.deb
 25e0f24f247d3c1c7ce6d7e246ead6a4 7022 debug extra 
libatk-adaptor-dbg_2.7.3-1_amd64.deb
 6e25812f076b6e9d04692a7487010ce7 4500 oldlibs extra 
libatk-adaptor-data_2.7.3-1_all.deb
 617b77442ddda81aeb72c06aacab3860 63554 libs optional 
libatk-bridge2.0-0_2.7.3-1_amd64.deb
 77438a8201d590f437edafca9a6630bd 5682 libdevel optional 
libatk-bridge2.0-dev_2.7.3-1_amd64.deb
 ed405d392508a1ad73c634aaccb48ad4 91038 debug extra 
libatk-bridge2.0-0-dbg_2.7.3-1_amd64.deb

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

iF4EAREKAAYFAlDQ8L0ACgkQ2y9P4eIpzVDAeAD+JoPkjWuM/uwW/oVH4rVQpSQE
ggC5YZAHeZfR6UQ+7oEA/jo7RWfz2rNzzDAcmvFG+5RPy+4qMB70YfU6eMo2OuNX
=7wkE
-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/e1tl5wj-00027h...@franck.debian.org



Accepted at-spi2-core 2.7.3-1 (source amd64 all)

2012-12-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 23:28:28 +0100
Source: at-spi2-core
Binary: at-spi2-core at-spi2-core-dbg libatspi2.0-0 libatspi2.0-dev 
libatspi2.0-0-dbg gir1.2-atspi-2.0 at-spi2-doc
Architecture: source amd64 all
Version: 2.7.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 at-spi2-core - Assistive Technology Service Provider Interface (dbus core)
 at-spi2-core-dbg - Assistive Technology Service Provider Interface - debugging 
symbo
 at-spi2-doc - Assistive Technology Service Provider Interface (Documentation)
 gir1.2-atspi-2.0 - Assistive Technology Service Provider (GObject 
introspection)
 libatspi2.0-0 - Assistive Technology Service Provider Interface - shared 
library
 libatspi2.0-0-dbg - Assistive Technology Service Provider Interface - 
debugging symbo
 libatspi2.0-dev - Development files for the assistive technology serice 
provider
Changes: 
 at-spi2-core (2.7.3-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 082ca0a5eeac512e3cfd0f9fdee12d7ad5c5d714 1868 at-spi2-core_2.7.3-1.dsc
 71206b4fd6401473808cf2facc59d1ad8979ccdc 433908 at-spi2-core_2.7.3.orig.tar.xz
 69c84e3e9c3c6e082fc5e4545020ca35e94ad1e9 4800 
at-spi2-core_2.7.3-1.debian.tar.gz
 a68aef8cb0fd7c666718cb26adef5a4c19ffd7d9 54024 at-spi2-core_2.7.3-1_amd64.deb
 738bbdd20e42b6794bb7081e448dbfdc3eb1af0d 62844 
at-spi2-core-dbg_2.7.3-1_amd64.deb
 79c05f72d2c6608eed4b3b8b8aea6e66fed98d2d 61676 libatspi2.0-0_2.7.3-1_amd64.deb
 0eff07d1188556ff20258c7e0b4f8bf816e56229 61854 
libatspi2.0-dev_2.7.3-1_amd64.deb
 788cdd41dffc80be8917e57c9190520ec604a5c5 93274 
libatspi2.0-0-dbg_2.7.3-1_amd64.deb
 ea6cef6d23b1583fa224449bc52ce2eba62a1bc5 18262 
gir1.2-atspi-2.0_2.7.3-1_amd64.deb
 b9a85a618a3d0b92c65e1f62087d9959ef8140ad 100886 at-spi2-doc_2.7.3-1_all.deb
Checksums-Sha256: 
 88be24a76f256f23175cf9bbc9341b92f5dabc649762ce1e5e8ab0495e80ac47 1868 
at-spi2-core_2.7.3-1.dsc
 4ae66c8518ac1e6f5133639be7e9be08097c26f8ede0c1584b379fc774b145be 433908 
at-spi2-core_2.7.3.orig.tar.xz
 bf033f3a69e7dc5b78b84d89cea5e89b3cc906f80cf221bf3fe3b5cc63bbb067 4800 
at-spi2-core_2.7.3-1.debian.tar.gz
 e24f81167f8fe667afd695beb1f3e54810f513d80c68cc8058ef5c098c0f6563 54024 
at-spi2-core_2.7.3-1_amd64.deb
 ba82c2164b8a0c1a6331df7323793d5ccaabfa56bc88577e5957c55065c205b9 62844 
at-spi2-core-dbg_2.7.3-1_amd64.deb
 7a234d20cd4ffc0a9b1e2dc54136f42a26b80529cf58f613a8bc57df5bb20767 61676 
libatspi2.0-0_2.7.3-1_amd64.deb
 a2a54b161341e3a81a9952a8e1d14e4ec0e8360017709fe1efd2216cfa41a398 61854 
libatspi2.0-dev_2.7.3-1_amd64.deb
 99f9ea3b2e488d919015c524438353e629f52ef9ccacdae90682277202617743 93274 
libatspi2.0-0-dbg_2.7.3-1_amd64.deb
 caa8d60063b6a4858461f07f0339f26e438f90d3556a4cec3076d4f7959dffbc 18262 
gir1.2-atspi-2.0_2.7.3-1_amd64.deb
 aebac736970fefcd24a864ec3aba8396d3aea03df1d5e5002ac3665304639315 100886 
at-spi2-doc_2.7.3-1_all.deb
Files: 
 8d795e936ce3f1853428af96496212df 1868 misc optional at-spi2-core_2.7.3-1.dsc
 66a83835d8bbd96e56e4735f15355368 433908 misc optional 
at-spi2-core_2.7.3.orig.tar.xz
 d50834911ac62d9674c7727730a57cac 4800 misc optional 
at-spi2-core_2.7.3-1.debian.tar.gz
 44bb07151cd4cd5d38e629f482a1e46e 54024 misc optional 
at-spi2-core_2.7.3-1_amd64.deb
 0d9d23182518e4a2eee0a742740fe07e 62844 debug extra 
at-spi2-core-dbg_2.7.3-1_amd64.deb
 e11baf6a98d6a2f46435b46a2a7e4a3f 61676 libs optional 
libatspi2.0-0_2.7.3-1_amd64.deb
 71a9787d0724feb3b5c93c1ac42b0886 61854 libdevel optional 
libatspi2.0-dev_2.7.3-1_amd64.deb
 0750080c76d7413c0d5a2a6167d4e630 93274 debug extra 
libatspi2.0-0-dbg_2.7.3-1_amd64.deb
 de4b5f384ac670746ba7b4f3105a03e1 18262 introspection optional 
gir1.2-atspi-2.0_2.7.3-1_amd64.deb
 a7caf142a170409c33b802606e780dca 100886 doc optional 
at-spi2-doc_2.7.3-1_all.deb

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

iF4EAREKAAYFAlDQ8D8ACgkQ2y9P4eIpzVCVtwEAkkUlhSmZOQjLbfi8PaXg10cH
JJhoSvqHGe1OO1+q7FwA/0VHXl96BkbUmzmEeVmjoVj3C4MGD1VNSw45iAHATPnN
=DwQb
-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/e1tl5wu-0002m1...@franck.debian.org



Accepted mingw-w64 3.0~svn5496-1 (source all i386)

2012-12-18 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2012 07:06:03 +0100
Source: mingw-w64
Binary: mingw-w64-dev mingw-w64-i686-dev mingw-w64-x86-64-dev mingw-w64 
mingw-w64-tools
Architecture: source all i386
Version: 3.0~svn5496-1
Distribution: experimental
Urgency: low
Maintainer: Stephen Kitt st...@sk2.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 mingw-w64  - Development environment targetting 32- and 64-bit Windows
 mingw-w64-dev - Development files for MinGW-w64 (transitional package)
 mingw-w64-i686-dev - Development files for MinGW-w64 targeting Win32
 mingw-w64-tools - Development tools for 32- and 64-bit Windows
 mingw-w64-x86-64-dev - Development files for MinGW-w64 targeting Win64
Changes: 
 mingw-w64 (3.0~svn5496-1) experimental; urgency=low
 .
   * New upstream trunk snapshot.
Checksums-Sha1: 
 ba0d6046fb6da7e8366236bb077c861594b8f84f 2258 mingw-w64_3.0~svn5496-1.dsc
 3e780ee2824b273e8f69aa5360f8610f59b5e577 6365515 
mingw-w64_3.0~svn5496.orig.tar.bz2
 e06aed72ef931f20a78975c094771a06ecce3991 9768 
mingw-w64_3.0~svn5496-1.debian.tar.gz
 793df64027b7c1b18f40da84c363b8d01748e52f 7184 
mingw-w64-dev_3.0~svn5496-1_all.deb
 92a07d5c26dc52c8a5b69afa4917db8b7c27a33b 7523294 
mingw-w64-i686-dev_3.0~svn5496-1_all.deb
 f07f3e0f006272d67309f85165de8de3d627e198 9385838 
mingw-w64-x86-64-dev_3.0~svn5496-1_all.deb
 c7d6f42cd297fdad2c40b52e132dab47f6e95bf5 7230 mingw-w64_3.0~svn5496-1_all.deb
 e0a249900dc920a7f4c39391e9811cc796edda52 360418 
mingw-w64-tools_3.0~svn5496-1_i386.deb
Checksums-Sha256: 
 5fb98ff98ae6faa36eb80873c99f32af812836a63bfaca7244dcadddfe338998 2258 
mingw-w64_3.0~svn5496-1.dsc
 ed7b61341c4ab8a060e908b1f5f2114a5ed50ac37ad9b695c4f817a652afdfda 6365515 
mingw-w64_3.0~svn5496.orig.tar.bz2
 d591b5febe5e3c0ff1a63037f35c5ba3b5115f76bc086a8278c290e138b925af 9768 
mingw-w64_3.0~svn5496-1.debian.tar.gz
 54d7155447d3e4eca77b57017b0b3e157535c2c536450cd8d678cb39c7aecf28 7184 
mingw-w64-dev_3.0~svn5496-1_all.deb
 a712184e95f0d34f0bba79c730ba110acc039ae92ceebe337d30d2938d6fa475 7523294 
mingw-w64-i686-dev_3.0~svn5496-1_all.deb
 a6b2ee5e1b284789203dc76647c7a194ab735e7eb28f8b4d1cd7ee2094a4424c 9385838 
mingw-w64-x86-64-dev_3.0~svn5496-1_all.deb
 773843294525fe647ccf37cec02025002dd4385891faa0fe0a4929a826674853 7230 
mingw-w64_3.0~svn5496-1_all.deb
 fce981bddd65c4c058b90d4f5751ad1748fdc5635d497d99715fcd956a604178 360418 
mingw-w64-tools_3.0~svn5496-1_i386.deb
Files: 
 b220388c3a6648fd96ad1dd99e34edce 2258 devel extra mingw-w64_3.0~svn5496-1.dsc
 3ab423188f18e75b07983018114d13fd 6365515 devel extra 
mingw-w64_3.0~svn5496.orig.tar.bz2
 63b93fcadc8e6786f62dc5154e0d893e 9768 devel extra 
mingw-w64_3.0~svn5496-1.debian.tar.gz
 446b4a3e3205a65cc9fd98c559aabaa0 7184 oldlibs extra 
mingw-w64-dev_3.0~svn5496-1_all.deb
 2a3407651d3c520114a36b985e67eae6 7523294 devel extra 
mingw-w64-i686-dev_3.0~svn5496-1_all.deb
 0e4237cd0b0b01cf962d8a52ed43f1ac 9385838 devel extra 
mingw-w64-x86-64-dev_3.0~svn5496-1_all.deb
 4e489fe69f28de32fcd724a06b6c82c4 7230 devel extra 
mingw-w64_3.0~svn5496-1_all.deb
 fa14e4da7d1cbb1044e1b2ca618d3512 360418 devel extra 
mingw-w64-tools_3.0~svn5496-1_i386.deb

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

iQIcBAEBCAAGBQJQ0O1sAAoJEHWXeKmja0lPgCUP/1xSpTyYTG+RHcJ9TnApM3WW
QWCK0B7FevjE40dUURcms3CmtsoKU1PoL0E7XyR49CRzsCjHG9uN+SuA+ee/Kheh
R8JIaFqKujhR0GnWqk4TIYx8zgG3jjlMEacFbtt8qiOVfEJjfeCxFn/PWl1q4gMZ
cLwps+gFtsPVI17eYvnQp7MryTo79sdzwakv2vTeITqmMueMv2tr6Bq2TYwnR/iW
I/Uz562hDH4pwcvfZ/icTEM6k4B6HhEr4Z+F3E9kST8KXNmwDYyAJrYwgXOS3SQF
4aeQImcxnljNKPxjWUg8mTYspP3tEFdyN5KCAE4iRY+QATkzMqv5kc02LUqhI/o7
lmjKhYglrQEKL1iurbJe8AT42hKjzuHJ2vQBGGfgUGuJnzJmhaMGe3MRZRgMiCgy
YKo7v54kUZKmt7TpkRqJarbH6IAp1Ogw7w8tV+ZrbLMT+ae7MYr5Jh10goTQioN8
8TL5v6tBDevPbMRU/h7AwV/orkxuiA6VIfc+1NkekaZUvOxvNRso0umLhyh3uHr3
LfVfkoMJHf0uLmFmj8Gctlz90Sf0kzcu644DUoh2syzjCNLIrEHlp+H8oR0msiXA
Wgn7t9HIlXJiWvynd6FDcScaC5dy6OlWERdDBQ2KIs/KEO3sNQ24ZYZhdag9mJp1
Gn+8MePjN3/Uq1qwTH6w
=+BWp
-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/e1tl5yb-0002ey...@franck.debian.org



Accepted netcf 1:0.2.2-3 (source amd64)

2012-12-18 Thread Al Stone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Dec 2012 14:14:47 -0700
Source: netcf
Binary: netcf libnetcf-dev libnetcf1 libnetcf1-dbg
Architecture: source amd64
Version: 1:0.2.2-3
Distribution: experimental
Urgency: low
Maintainer: Serge Hallyn serge.hal...@ubuntu.com
Changed-By: Al Stone a...@debian.org
Description: 
 libnetcf-dev - development library and headers for netcf
 libnetcf1  - cross-platform network configuration library
 libnetcf1-dbg - cross-platform network configuration library
 netcf  - programs for the netcf library
Changes: 
 netcf (1:0.2.2-3) experimental; urgency=low
 .
   * Rebuild and upload to experimental, with consistent epoch numbers
 due to reverting version for sid
Checksums-Sha1: 
 b63536028fea1dd545acf9d907798a30a8efed96 1399 netcf_0.2.2-3.dsc
 b5c2731e3c0302a54fd3112daf574f1ba35d317c 1009419 netcf_0.2.2.orig.tar.gz
 dc50380b8a24c542f34c2b39a8badcf1ffeeaf15 7217 netcf_0.2.2-3.debian.tar.gz
 4b95aa4a3af838220b2fc7ea274ee5efbb2c4816 22090 netcf_0.2.2-3_amd64.deb
 ca96cf2b9b2e4eac110e0d6c55fbc17890ffd5fd 48194 libnetcf-dev_0.2.2-3_amd64.deb
 acff9c77b43362db99692eb8618081cefef5c5d4 54358 libnetcf1_0.2.2-3_amd64.deb
 6b487697d290e2e58795eb54d4e970a8b7e2a04e 133908 libnetcf1-dbg_0.2.2-3_amd64.deb
Checksums-Sha256: 
 fa74aeba21bb37255a30895d721d11c57bbd5d4531c0781fd311338cf45b4f4e 1399 
netcf_0.2.2-3.dsc
 d38d17f518be4180e0cc2e3f31a9f865b05779fa2fd7b7384c6457dd31c3fcff 1009419 
netcf_0.2.2.orig.tar.gz
 f9d4799120fb6061ca5fae17c919a06d8f5ec7618345bd140719150aad88c4fe 7217 
netcf_0.2.2-3.debian.tar.gz
 17d8cf93123136137bbfdd8803dc37b7c273b29458b7509a79067a4bc54c9f08 22090 
netcf_0.2.2-3_amd64.deb
 857783ccac9aa078636c7b46c1320efafac440f770b55a08ffc6ae63081b9274 48194 
libnetcf-dev_0.2.2-3_amd64.deb
 636338c5596a21d94ca82cd5675596951d447fb83357672504c70f37e6725357 54358 
libnetcf1_0.2.2-3_amd64.deb
 254f946787b2e98654d14169fcda845b8bb9ea07c96f5d6533537968f36f0861 133908 
libnetcf1-dbg_0.2.2-3_amd64.deb
Files: 
 a495602ef2e6e2c7908af2c206788062 1399 libs extra netcf_0.2.2-3.dsc
 fbcd47101797b8fcd9519e22002cd200 1009419 libs extra netcf_0.2.2.orig.tar.gz
 aef944e8b6ae12a013a511daa24827b7 7217 libs extra netcf_0.2.2-3.debian.tar.gz
 1825fcd7a4b1e81b8c4a96e6571db742 22090 admin extra netcf_0.2.2-3_amd64.deb
 3d07104a7c8366839036535cbb287d70 48194 libdevel extra 
libnetcf-dev_0.2.2-3_amd64.deb
 02b20faef99c66f97ecfc7f99f38cffa 54358 libs extra libnetcf1_0.2.2-3_amd64.deb
 a15219716925d518c7a6cddde63189ae 133908 debug extra 
libnetcf1-dbg_0.2.2-3_amd64.deb

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

iD8DBQFQ0PEGso6+T7qY4V0RAoYjAJ9FQNMuseakhVIDbpzfEZ45fquDZwCdEuUL
EuaGKAGzx2ZHjwGtddsNLtc=
=NlhR
-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/e1tl5yo-0002nm...@franck.debian.org



Accepted liblouis 2.5.2-1 (source all amd64)

2012-12-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Dec 2012 23:52:16 +0100
Source: liblouis
Binary: liblouis-dev liblouis2 liblouis-data liblouis-bin python-louis
Architecture: source all amd64
Version: 2.5.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 liblouis-bin - Braille translation library - utilities
 liblouis-data - Braille translation library - data
 liblouis-dev - Braille translation library - static libs and headers
 liblouis2  - Braille translation library - shared libs
 python-louis - Python bindings for liblouis
Changes: 
 liblouis (2.5.2-1) experimental; urgency=low
 .
   * New upstream release
 - Update copyright
 - Remove patches/format, merged upstream.
Checksums-Sha1: 
 df52340e4737cf8cc5f90ce115279713f5f8b527 1628 liblouis_2.5.2-1.dsc
 93437f3c3a9a178ad08bdf6daca2a82cf3df2cc2 2351454 liblouis_2.5.2.orig.tar.gz
 37100f91c5496faebca4f35845dcb01ef2c3a9b9 6530 liblouis_2.5.2-1.debian.tar.gz
 cb8208afc18791f46cc773fd1016b6a4937ef42e 1443350 liblouis-data_2.5.2-1_all.deb
 1410eda5645c5f75b8370bf74029cc8dbe90dfc9 207650 liblouis-dev_2.5.2-1_amd64.deb
 dfc147183f286865ff1c56542b521a40ec9d3404 75768 liblouis2_2.5.2-1_amd64.deb
 b311c4301923bcc991203afd21c7bcb54416c3ab 49126 liblouis-bin_2.5.2-1_amd64.deb
 dc172bab3293d7933bb64e23edd0b52a9e45407d 21476 python-louis_2.5.2-1_amd64.deb
Checksums-Sha256: 
 d4c3c468138d2f8c9a7fb798dd21517b7f90749449e7f3e1359db3bd55cba3a6 1628 
liblouis_2.5.2-1.dsc
 658e218ad51eef6e49d3e5e36588481e702fd65e7a3cfc11b368ab28f235cf69 2351454 
liblouis_2.5.2.orig.tar.gz
 6b2c1e76f6eb2b95ef9207970ad9d8f8f39b24efdd5e578bd3d6d7015d8e 6530 
liblouis_2.5.2-1.debian.tar.gz
 f14615fc32af9ba58c336f393e33a2574714de3d3e74392e824dac265503b758 1443350 
liblouis-data_2.5.2-1_all.deb
 aa005259d5399076dc0fe578c48338db51648afa37a273f5a6ab498c8d3b5186 207650 
liblouis-dev_2.5.2-1_amd64.deb
 60f47697f85b526ffa7b91e447b73ea647ae904a31698c233aa19c753cdf1b97 75768 
liblouis2_2.5.2-1_amd64.deb
 e4a5ee654e706f4144e3d8e6ffeae0ee52459c5e6c214c8d8e483cb8368ac761 49126 
liblouis-bin_2.5.2-1_amd64.deb
 1aa5c734ab856fbc213bb02ad089228f95988dfc6cc24d24c93b0521e4e3e169 21476 
python-louis_2.5.2-1_amd64.deb
Files: 
 41cfedc73179f6a420b8f7c4e8ba126f 1628 libs extra liblouis_2.5.2-1.dsc
 8496003f328373f1dddb0e8e4ab75d6f 2351454 libs extra liblouis_2.5.2.orig.tar.gz
 33123f511385f6028ec417d9514633d1 6530 libs extra liblouis_2.5.2-1.debian.tar.gz
 7d3563a54891af56c1ca2393438aa1f8 1443350 text extra 
liblouis-data_2.5.2-1_all.deb
 2b6ebd15bbba1480716d76c0e9d85650 207650 libdevel extra 
liblouis-dev_2.5.2-1_amd64.deb
 fc8fc83adc2277f23c35b5b1a0a4d839 75768 libs extra liblouis2_2.5.2-1_amd64.deb
 fafc2905cc400185c8ddf03fcac5d2a7 49126 text extra 
liblouis-bin_2.5.2-1_amd64.deb
 16a62feb8d50ec74a05c34164ca1942d 21476 python extra 
python-louis_2.5.2-1_amd64.deb

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

iF4EAREKAAYFAlDQ9JsACgkQ2y9P4eIpzVDZNQD/bnLpv7dzrNfByuaU9v9Ecr3n
x6udF9vpdyenhwuqNGsA/RbwyNX9VOXBmkF8qWhRWZ6ATNo6xFQqbN81Y/mM1Eh4
=d5US
-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/e1tl6be-0006bx...@franck.debian.org



Accepted sbc 1.0-3 (source amd64)

2012-12-18 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Dec 2012 08:00:28 +0900
Source: sbc
Binary: libsbc1 libsbc-dev sbc-tools
Architecture: source amd64
Version: 1.0-3
Distribution: experimental
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
pkg-bluetooth-maintain...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libsbc-dev - Sub Band CODEC library - development
 libsbc1- Sub Band CODEC library - runtime
 sbc-tools  - Sub Band CODEC library - tools
Changes: 
 sbc (1.0-3) experimental; urgency=low
 .
   * Add watch file.
   * Change mail address in Uploaders.
Checksums-Sha1: 
 59676cc22485c957d3968133499157ef03ac0e36 1943 sbc_1.0-3.dsc
 42c6c37364b811f126631b43e072ea202b032b4c 3021 sbc_1.0-3.debian.tar.gz
 0469c8a8020059b29ac0fb51efe87e4ad791ec64 36708 libsbc1_1.0-3_amd64.deb
 730cec44514d47503b2bb07652784bc8eeab2730 38230 libsbc-dev_1.0-3_amd64.deb
 171e1287bba6053216b15c9755f6104fb6267ee4 79874 sbc-tools_1.0-3_amd64.deb
Checksums-Sha256: 
 b0793e514342b9af4afa30f6c40a1f066888df04406b29f85e521d7ffc86f6fd 1943 
sbc_1.0-3.dsc
 04f7490848fbcb5c58c7cb23686f29a5b2c58cd5a12ebc7a493ed73879bac261 3021 
sbc_1.0-3.debian.tar.gz
 d72ce099ed3d7a525e4e8acc247d6c3f17a84947fa93030bd1f59383f678d9a7 36708 
libsbc1_1.0-3_amd64.deb
 25847b66e77b4d2ae8d3e85f0174bd4a86c04ea5667997f36492bc9dce6df56c 38230 
libsbc-dev_1.0-3_amd64.deb
 38fc76aeb17dd4cd47435fa32bd3870e13e83b2587b7bb38b1d19f0c1a9c03ea 79874 
sbc-tools_1.0-3_amd64.deb
Files: 
 b0e2ca17499b4a6df3a4c382a52b5b48 1943 libs extra sbc_1.0-3.dsc
 8d5537563f573b572271ea3765264627 3021 libs extra sbc_1.0-3.debian.tar.gz
 90f4657fc27b3720c6d8639220a0df79 36708 libs extra libsbc1_1.0-3_amd64.deb
 292b22d2a0095010814e38d709d3e5ff 38230 libdevel extra 
libsbc-dev_1.0-3_amd64.deb
 cd052dbb7f30c4241c9abe4c53c7666a 79874 libs extra sbc-tools_1.0-3_amd64.deb

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

iQIcBAEBCAAGBQJQ0PiUAAoJEDIkf7tArR+mVzcP/0H5RjsEKGJgO+p0DN8ptFoa
8Ae3d44D4Y0ykU780EMB0Rn7rei7e2jgEUUGd1t2jmNcVAY+28ppBnaztChaavZh
S1m8lXIS1Ta5kkvscELs32wLBAzlIydonjYZIZC5LfpenAqEK5ODd+ZRC/7joqi9
FWQ7xGOZC0/W4ljZ0eID27cmbBcuqN6QyBVV6n5fxUGturfLj39PWMo9wNXWTuEg
G2PjhhWrALHe/jmdOZfQHlgqqvkP6Du79IwMTBF6yQaUWAqxaGTUUIQMxA9ggZzw
ldT1ULfL8Sgyw93+6eo365eIrsQndj1XIU+JEimMlnGPmswHMfj/s1iKcEMl6xhw
1JgTpitB/VnhLrC9+eTaOzo3yFvT3rh1BSEJ18iXxzNTdEZ4Qxet0TodLd5Es75Q
XasFUH1fs1nRhrWq8zE6RwR4WmkamrbWCgi2j5gOB//KKaJYi/s2zDn1bXq7dkkW
tSY7v7SX10kKBoIVpEXwEAj2/BhdBavkbPVVGS+OWrcscoDZR4Afh0Ag69hEcU5H
1jXzjF/i81753adodr+hfrt7qbJFf/xKB2kF83RyA8C/6BVldt6zr+7gOvGELOse
KUxfRSQzTQggQw+v7VX3ySlPBwBLJ+/PNdaqN9jM7oydKzoKFs7pVrae92y/Y/+/
8RRByyQ4innaNt7RFfpy
=/zFQ
-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/e1tl6bp-0006jq...@franck.debian.org



Accepted ffindex 0.9.9-2 (source amd64)

2012-12-18 Thread Laszlo Kajan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 00:39:51 +0100
Source: ffindex
Binary: ffindex libffindex0 libffindex0-dev ffindex-dbg
Architecture: source amd64
Version: 0.9.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Laszlo Kajan lka...@rostlab.org
Description: 
 ffindex- simple index/database for huge amounts of small files
 ffindex-dbg - simple index/database for huge amounts of small files (debug)
 libffindex0 - library for simple index/database for huge amounts of small files
 libffindex0-dev - library for simple index/database for huge amounts of small 
files
Closes: 696285
Changes: 
 ffindex (0.9.9-2) unstable; urgency=low
 .
   * Fixed 'bc' not found issue in d/rules (Closes: #696285).
Checksums-Sha1: 
 2306aa3a9c113dd39286163758d3786fb57b1e2d 2140 ffindex_0.9.9-2.dsc
 3ad566e0eb471a5b0b54919df5526da951e96c67 13619 ffindex_0.9.9-2.debian.tar.gz
 5cc0d5eea73a97cb2637db34094faa19186a4ece 27962 ffindex_0.9.9-2_amd64.deb
 3224c36522bf42dde505efcb55ca0fbf6f1e93b0 16980 libffindex0_0.9.9-2_amd64.deb
 6380647a88c205867eaa9a69cc46a383b2cb3602 16526 
libffindex0-dev_0.9.9-2_amd64.deb
 dc1e3f6b893667ad69795d9002f976192582dff1 50068 ffindex-dbg_0.9.9-2_amd64.deb
Checksums-Sha256: 
 5e71c1e48e73af1daf3f074cb709d3ef2981f7076fd849142a3cf00ffbf7ac13 2140 
ffindex_0.9.9-2.dsc
 8d02658e64cfe54d356d92b6ea652b18dbf037e1a88b3d5b86cb3d9fe2aff9ca 13619 
ffindex_0.9.9-2.debian.tar.gz
 ecfa7fa30477acb298c7125605a7e6a292b9c8db970eb3da99eb77a65302e1b1 27962 
ffindex_0.9.9-2_amd64.deb
 fa3701f53f3c3401d9b560abb0ebe0ef3557aa78467c6905170a00dfec4d7c0c 16980 
libffindex0_0.9.9-2_amd64.deb
 1c540ffba0d6c2334cf4f059850d0a1ef84cc1dd8d2219f9edc8824bbe055e9b 16526 
libffindex0-dev_0.9.9-2_amd64.deb
 ef08055a6f400a202ff51fc51ee5bfe5bea69ef3ebaec3b2c9b40fd1f95ee672 50068 
ffindex-dbg_0.9.9-2_amd64.deb
Files: 
 d403b921f40e34ee6aaab71f8f90301a 2140 science extra ffindex_0.9.9-2.dsc
 359744fcd70bd0361f084a08a16234eb 13619 science extra 
ffindex_0.9.9-2.debian.tar.gz
 b17b275853fdacf8edb4a526d45e9c9c 27962 science extra ffindex_0.9.9-2_amd64.deb
 096377b1b9e7185bf24a12885bf1f546 16980 libs extra libffindex0_0.9.9-2_amd64.deb
 03789a24936707d8e841d4b857279758 16526 libdevel extra 
libffindex0-dev_0.9.9-2_amd64.deb
 44fcf3a93eecc95dc920589931e5adfe 50068 debug extra 
ffindex-dbg_0.9.9-2_amd64.deb

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

iQIcBAEBAgAGBQJQ0P9iAAoJEJvS1kCaDFL62boQAMPhKrD/uRmfwYuZKnQNQIUP
tj7+At9AfxeKDsx8yOY/63ORCVM2kl/ZxBloPuLyydo50KJlT41arLwAT5Fpqt3h
zSquJR2qXHQr0H3PgJvLavW/N6D450tJXkrFdzCK21YEoxluDIJLBrsEj4nB3bE1
ET3JvoHUriwxkg+KLKqaHYPtQBNOsr/R/D20ClsT6NAa4azcNiC0PO36BEPnWyNd
7UJybCfHwDp88/KCSISC6uT6deU1pPkoG8xreljnkfa8Jii4LmAVM1uBx/26DAW/
GGAkxlMCYCm8fDH60XzmXuyC+CKH4RbswV9UDbGvRTVtgOusxcNElI9d0lRRerxo
c1kiS1QVY6+ZBZNr2J/KuZrBs7PPJhNkRI+FYUA5f5wW73xfDML1Osb4jCtZczPV
DqFW1gZ21spl8Hi3wH4cmjbkx6EDsO5myWcNWI19utWCpyAvXOEzHRSBoy1dmEOI
Y3ltLuNWp87TYxDUtpMVLtgriOy2CRk3fqJFVbZBMDWL8ngj2Pu14ayBZhKC7u1h
ezXQqtPe+UkbUD8oCrEGiZUaiym6xMS54E1mTOkprJvCnWtaazJiveRdYFLPgh7l
LYPQj1SrpEWLUdaqeMzJzXE67PORc6bCstTOODr3Hu31FdOEtR3dJmrMCFJpD0+R
Ud+XLefwylTRBfYqwo3H
=VWnr
-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/e1tl6su-jv...@franck.debian.org



Accepted tex-common 4.00 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Dec 2012 22:42:13 +0900
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 4.00
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 tex-common - common infrastructure for building and installing TeX
Changes: 
 tex-common (4.00) experimental; urgency=low
 .
   * drop the link from /u/s/texmf/doc - /u/s/doc/texmf
 here was never a need for having /usr/share/doc/texmf at all
   * break with all packages having installed files into
 /usr/share/texmf/doc
   * remove stale code that deals with upgrades from versions  3
   * adapt documentation a bit to reality
Checksums-Sha1: 
 5ad4586c8c180740e2c745e32de3e76c5eb2c518 1172 tex-common_4.00.dsc
 73c386e699c3222f87aa74996be2bedd0f0a4053 719964 tex-common_4.00.tar.gz
 1d6a2839ce504e20e6431d5f5bf703b7972f5440 637692 tex-common_4.00_all.deb
Checksums-Sha256: 
 895ea5df8bb55529abbef402705e199371906db6365fa25b975a5dc03d7ec5c9 1172 
tex-common_4.00.dsc
 8bda4bcf32f9e107a50227c5b562acb987274307219fcc5508c823a979960243 719964 
tex-common_4.00.tar.gz
 6b26346c3e9c5edb4be8a5378c8bfc9a93346ec3f802978cb5fec45b4e66073b 637692 
tex-common_4.00_all.deb
Files: 
 48286d0d4256da6426f9edad92cc0284 1172 tex optional tex-common_4.00.dsc
 ce0942872e13e05a0ef27ca685deb30a 719964 tex optional tex-common_4.00.tar.gz
 966e91602f22966ff8f872909d472b80 637692 tex optional tex-common_4.00_all.deb

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

iD8DBQFQzyHm0r9KownFsJQRAuqsAJ9iVe1bxJKN3fD/aMcZNo/59B64yQCdHQP5
AxDwAy9eBqrOs5Xip6kEZco=
=HvmK
-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/e1tl9gx-0001hb...@franck.debian.org



Accepted texinfo 4.13.92.dfsg.1-1 (source amd64)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 10:41:42 +0900
Source: texinfo
Binary: texinfo info install-info
Architecture: source amd64
Version: 4.13.92.dfsg.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 info   - Standalone GNU Info documentation browser
 install-info - Manage installed documentation in info format
 texinfo- Documentation system for on-line information and printed output
Closes: 596856
Changes: 
 texinfo (4.13.92.dfsg.1-1) experimental; urgency=low
 .
   * new upstream test release
 - fix incomplete redraw in some cases (Closes: #596856)
   * fix Vcs-fields
   * unfuzzify patches
Checksums-Sha1: 
 8bce10853ce5e5ffe6cc824892e7e84edfbb4628 1472 texinfo_4.13.92.dfsg.1-1.dsc
 51c6e7b70646cd1474823fd8b774b58753d9ec33 3486708 
texinfo_4.13.92.dfsg.1.orig.tar.xz
 62e7d24e6627677b456794a0a4110de6581e94c6 23892 
texinfo_4.13.92.dfsg.1-1.debian.tar.gz
 9e01c9aef84a442111e1fc1d3fc3aa4b8bb9a2ae 1289716 
texinfo_4.13.92.dfsg.1-1_amd64.deb
 489970894dee6549d336f8565c10db0a00a44a73 273932 info_4.13.92.dfsg.1-1_amd64.deb
 1f1e7b3786e372f0536a62117286ca5ab54a193f 186622 
install-info_4.13.92.dfsg.1-1_amd64.deb
Checksums-Sha256: 
 91d658036db157656131f3f91e9edb89245ddbb677454e90279b187f3bcd8b9b 1472 
texinfo_4.13.92.dfsg.1-1.dsc
 0793149704fcd4702b00b4bd5c8e65343d678c501e58e0b44821ac58ed6841f8 3486708 
texinfo_4.13.92.dfsg.1.orig.tar.xz
 b81f4ae72e645d3a34f3b4b38682513d195d6f000a319d9204ec2bd250f337d8 23892 
texinfo_4.13.92.dfsg.1-1.debian.tar.gz
 0807dbba1237384771ff0a161e28e134a06dc5a5361421e339d7608aff90c823 1289716 
texinfo_4.13.92.dfsg.1-1_amd64.deb
 3ed7c83c17bfa09bd138f3567fbc544f0c37a5bb7e37b1c7525672ff876b688e 273932 
info_4.13.92.dfsg.1-1_amd64.deb
 4d8c79430676781a39c71116e882405e26f06547305aefdb54ba0fb06d1b49e7 186622 
install-info_4.13.92.dfsg.1-1_amd64.deb
Files: 
 21740691d69bfef94b7211c972f1188b 1472 doc standard texinfo_4.13.92.dfsg.1-1.dsc
 464b81f4383a32f50988a263571f4d49 3486708 doc standard 
texinfo_4.13.92.dfsg.1.orig.tar.xz
 dbb983579fe3b5c5192c8def5d2a682a 23892 doc standard 
texinfo_4.13.92.dfsg.1-1.debian.tar.gz
 4bbf56bffaffb5fb8ee1736fd3ea7977 1289716 text standard 
texinfo_4.13.92.dfsg.1-1_amd64.deb
 56bf2c9b4a19bc531488e342d239f7ff 273932 doc important 
info_4.13.92.dfsg.1-1_amd64.deb
 8993bcd6c5a4f46303269d29d841fd09 186622 doc important 
install-info_4.13.92.dfsg.1-1_amd64.deb

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

iD8DBQFQ0R9m0r9KownFsJQRAkhiAJ91PwKoUvlgif2oZoJ49uvrI5jjXgCgiLbT
hq96cdheQ9fIxkMIK0pomc0=
=eCsQ
-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/e1tl9hc-0001oj...@franck.debian.org



Accepted texinfo-doc-nonfree 4.13.92-1 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 10:27:08 +0900
Source: texinfo-doc-nonfree
Binary: texinfo-doc-nonfree
Architecture: source all
Version: 4.13.92-1
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 texinfo-doc-nonfree - texinfo and info documentation that is non-free
Changes: 
 texinfo-doc-nonfree (4.13.92-1) experimental; urgency=low
 .
   * Imported Upstream version 4.13.92
Checksums-Sha1: 
 e5ab3ec4c28cfc4959e9df7c6e6ecae7790249d1 1246 texinfo-doc-nonfree_4.13.92-1.dsc
 30554752a5d8a9ba940b850bdcd22d021c7aa787 227100 
texinfo-doc-nonfree_4.13.92.orig.tar.xz
 491ba110ac37e989c2412a972e8ef516e4d65da4 2098 
texinfo-doc-nonfree_4.13.92-1.debian.tar.gz
 a378ec6370fc124119bcc8ab9eba144833dfb006 772954 
texinfo-doc-nonfree_4.13.92-1_all.deb
Checksums-Sha256: 
 74f83b888cf31250cc2c573ca38103fe6a42879e7e49b9a4257e3a4e80322450 1246 
texinfo-doc-nonfree_4.13.92-1.dsc
 99579c85d6316203940186c827fd0d3caa3dfbda3e3266a97e1e1b5e2ec527d5 227100 
texinfo-doc-nonfree_4.13.92.orig.tar.xz
 535ff6ab65c34f444771392b2444d7dc936f184acf8cf5618fed282d40fc1f3d 2098 
texinfo-doc-nonfree_4.13.92-1.debian.tar.gz
 8d47c99b03d5e5344ec3f15e82e8eb6fdea79ece1eac872ffe5ad07acb8a938f 772954 
texinfo-doc-nonfree_4.13.92-1_all.deb
Files: 
 755b17c58fae6ca26298fcd853d6faaa 1246 non-free/doc optional 
texinfo-doc-nonfree_4.13.92-1.dsc
 c0e8e81ca1a08e0182003a0ac0adb15c 227100 non-free/doc optional 
texinfo-doc-nonfree_4.13.92.orig.tar.xz
 263fdcbae22fb227a9f41d83492790ba 2098 non-free/doc optional 
texinfo-doc-nonfree_4.13.92-1.debian.tar.gz
 451c2b06753d3978ebeaaa4ccf28e5a6 772954 non-free/doc optional 
texinfo-doc-nonfree_4.13.92-1_all.deb

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

iD8DBQFQ0RhU0r9KownFsJQRAg+dAJ9OtjF8P1jAvftuYtpCe/QyRqhPhACeM6sL
Ewy8J3q+dSTkrIP4n0WAJDw=
=06FB
-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/e1tl9hi-0001r8...@franck.debian.org



Accepted kcemu 0.5.1+dfsg-6 (source amd64 all)

2012-12-18 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Dec 2012 04:34:25 +0100
Source: kcemu
Binary: kcemu kcemu-common
Architecture: source amd64 all
Version: 0.5.1+dfsg-6
Distribution: unstable
Urgency: low
Maintainer: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
Changed-By: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
Description: 
 kcemu  - KC 85/4 emulator
 kcemu-common - KC 85/4 emulator - common files
Changes: 
 kcemu (0.5.1+dfsg-6) unstable; urgency=low
 .
   * Bump debhelper to 9.0 to make use of hardening functions.
   * Provide format strig to printf in show_sample() to
 prevent FTBFS with -Werror=format-security enabled.
   * Drop DM-Upload-Allowed flag in debian/control.
Checksums-Sha1: 
 db3d4acc60a61cf20f0d271e83071fca36b0d60c 1972 kcemu_0.5.1+dfsg-6.dsc
 8b70219e8b8ea9f212bc9f0b3567834708bf33c6 3318116 kcemu_0.5.1+dfsg.orig.tar.gz
 1856dddc9860ba59e863ea22c951a1e2c42e02bc 9683 kcemu_0.5.1+dfsg-6.debian.tar.gz
 bbad488d573c6ea38b4d67ae317bc55590648950 504098 kcemu_0.5.1+dfsg-6_amd64.deb
 a7ee1d1d8bda42b297cbf3ed26a0d286a0fa2652 2155848 
kcemu-common_0.5.1+dfsg-6_all.deb
Checksums-Sha256: 
 c7cd04f545bae4e403d8c847e8d9fc30bed6012bfbd4f8ebcdf5471279ee3366 1972 
kcemu_0.5.1+dfsg-6.dsc
 484415b45f53e6702ef55a2e0dcae25a0f149a3e3747340d8e3be7e2c8e7aa11 3318116 
kcemu_0.5.1+dfsg.orig.tar.gz
 fc98efd5de97a367353bcdacac41931a9d176943637867e3266e5434a7349a46 9683 
kcemu_0.5.1+dfsg-6.debian.tar.gz
 83f584011e695f2559ca12775ef26bb53e0ab3aff15ea6c4b1e976b82a932626 504098 
kcemu_0.5.1+dfsg-6_amd64.deb
 217e2b807d15579f4e64351c386005e048076256e35050653a4d67066b3572ce 2155848 
kcemu-common_0.5.1+dfsg-6_all.deb
Files: 
 fff66435201647e5c7b6cf6768195079 1972 contrib/otherosfs optional 
kcemu_0.5.1+dfsg-6.dsc
 25aaa3b9614e4b3a544916198a88bb8a 3318116 contrib/otherosfs optional 
kcemu_0.5.1+dfsg.orig.tar.gz
 5b9c294e8a06a7b7bfc8f6b42664e01a 9683 contrib/otherosfs optional 
kcemu_0.5.1+dfsg-6.debian.tar.gz
 83d7c87a02e2ba35d84bb3b20f7f00e6 504098 contrib/otherosfs optional 
kcemu_0.5.1+dfsg-6_amd64.deb
 ec459148e7ba80a3b305648de39fc951 2155848 contrib/otherosfs optional 
kcemu-common_0.5.1+dfsg-6_all.deb

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

iQIcBAEBCAAGBQJQ0Td9AAoJEHQmOzf1tfkTlWgP/R9sHPi04u0R+glrDV8dXVZU
Uh4HwXDosbkXGZreXKmw6eAb9E7lF9hC5qj3ugjBsstxuz+PjWWCHyCowznk4X2y
KWFi2ao5y3NZBeNwVB0WzlBJwkuFWfzy+bpT0CNIcHalccXEDWomuXb4iRbAzIrW
cpVayn5J/Wo8LL70gnEcoHEPY71aW9djyO9R9XbGqH7fgGc+8ha5CIquowSXwkCQ
LPSVh7lAJBGpzGWU3suwYVTf5ydMAIFk/cADgZotaTjYt7adDA6z9IDg61ZD8sab
SF3bnLbJYc7+We8TazJ9Od4s+IkWCzHz2ISrKL7/HiTOeBrTjZiNlfNaNLwdAWlb
9SONzDQTkiHKQcAD6IvW9kcKk0IX7/lYPfBwXltLMUKfMgX8fU0StaSneerOc5PN
vyNOmXGb9vNfOg3XUNC9+OAbSJypGIUJYuEPu0iDmcmA+ad+nm31CmEJyeeHaZeM
HURHhnzGyfN4Oyk8BNiws5okxsiJvyXKCq+JSVdyjtiYXHwMRf/mBfY+PwtbLYtL
oF0b8e3J1z3vHStmgPY93mXLZ8+oHCXz9JllWS4Q5a9vueASUodqFNctXd5F0+5X
qUJdSwSRHv3hJQIwQVI9gJmyYW15xm3AlWH4C2CAHZq89h2DIxWGBEV4dxFGpz98
lLut1kaWnfDrm15Ioek5
=pTNP
-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/e1tlad1-0007vb...@franck.debian.org



Accepted tex-common 4.01 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 13:10:52 +0900
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 4.01
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 tex-common - common infrastructure for building and installing TeX
Changes: 
 tex-common (4.01) experimental; urgency=low
 .
   * dh_installtex: if the dir /usr/share/texmf/doc is found in the
 a package, then the generated tex-common dependency is = 4
Checksums-Sha1: 
 69275b48bd6c5afea6e8ced66af0040a0c31cb60 1172 tex-common_4.01.dsc
 d02966f6fe5baded8e12fd3300378ab1ad3abac8 720491 tex-common_4.01.tar.gz
 e8d1f03949f2326366e68137ee4f7adcefb0ba52 638136 tex-common_4.01_all.deb
Checksums-Sha256: 
 b9d76278893bcdfe7b9d77a4836adb15b0c17dee2147bad5a5d00720ced7141a 1172 
tex-common_4.01.dsc
 ce2bb38f7a8834b6444c2576245a4baa18c56f37c87cfc4fc1652f0da4b3b6d6 720491 
tex-common_4.01.tar.gz
 66f1a380dbab343a076b37ddde054e3af89a423e5ac8aebe0c656571371fe207 638136 
tex-common_4.01_all.deb
Files: 
 c1957ec7a7fe2adaf8490493960d4c44 1172 tex optional tex-common_4.01.dsc
 738a2773114a6a5ec5d75861b647312e 720491 tex optional tex-common_4.01.tar.gz
 8aada90a326bd0f884a99a182e38c290 638136 tex optional tex-common_4.01_all.deb

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

iD8DBQFQ0T6g0r9KownFsJQRAsBzAJ9HrDzcawJwZ3R78e5cTQjR+e0NAQCeIqFB
tD6qs0Xvl7f1LWXGHOilHBk=
=VYmy
-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/e1tlb64-00067d...@franck.debian.org



Accepted context 2012.05.30.20121209-2 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 13:36:23 +0900
Source: context
Binary: context
Architecture: source all
Version: 2012.05.30.20121209-2
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 context- powerful TeX format
Changes: 
 context (2012.05.30.20121209-2) experimental; urgency=low
 .
   * install doc files below /usr/share/texmf/doc, build-dep on
 tex-common = 4.01
Checksums-Sha1: 
 f8be1120a5d72d8d89e02245f730657f7933d1aa 1360 context_2012.05.30.20121209-2.dsc
 33da39e441fd466c16055d6caa0270563bdd0b53 30297 
context_2012.05.30.20121209-2.debian.tar.gz
 82f74e825e3c0b26223ab433e070486d55ffbd01 18687632 
context_2012.05.30.20121209-2_all.deb
Checksums-Sha256: 
 9076019a46885fba578bfe269aa3b51be21f2f7ce9270a9a4f057e554523c431 1360 
context_2012.05.30.20121209-2.dsc
 6b6af01590e98ff8441369baa9336eb4064bad466e4c5b5b8e57a9d9abba58e4 30297 
context_2012.05.30.20121209-2.debian.tar.gz
 7bdf398622b9ce4aa031073da53fa98776d5c8688bef86a76cccd2be246edfa9 18687632 
context_2012.05.30.20121209-2_all.deb
Files: 
 d90ab78703f6bc34c710a91033e111a8 1360 tex optional 
context_2012.05.30.20121209-2.dsc
 85e0bdec1cae7cc879b85b178b114d92 30297 tex optional 
context_2012.05.30.20121209-2.debian.tar.gz
 69761a51ef2a94b315dd1a16f2dd71ee 18687632 tex optional 
context_2012.05.30.20121209-2_all.deb

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

iD8DBQFQ0UXC0r9KownFsJQRAt7cAJwPH3ZF6q6HUIpex7lbzR6PcEY12wCgixUB
IONOdbs7ZLl9SbyKn/TDwPg=
=6FCs
-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/e1tlbza-000408...@franck.debian.org



Accepted context-doc-nonfree 2012.06.27-3 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 13:47:33 +0900
Source: context-doc-nonfree
Binary: context-doc-nonfree
Architecture: source all
Version: 2012.06.27-3
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 context-doc-nonfree - ConTeXt documentation that is not DFSG free
Changes: 
 context-doc-nonfree (2012.06.27-3) experimental; urgency=low
 .
   * ship documentation back in /usr/share/texmf/doc, build-depend on
 tex-common (= 4.01)
Checksums-Sha1: 
 677ab965fc15ed667ffbc55cdc6e0b92b27c2b78 1282 
context-doc-nonfree_2012.06.27-3.dsc
 692ed87d85e058a07ee9afca62a6be8778eb1d55 2213 
context-doc-nonfree_2012.06.27-3.debian.tar.gz
 75f2feead7d68af8a89ba6f12bcb152930294224 98295254 
context-doc-nonfree_2012.06.27-3_all.deb
Checksums-Sha256: 
 5550c5a6e971d66d10f22683a301079e1b041bd8c6ce72dae3ab4fbcf37c9a7c 1282 
context-doc-nonfree_2012.06.27-3.dsc
 c920879cd5a31550044fff20029feeab9e06b0854508d9302a57c8b008deeb02 2213 
context-doc-nonfree_2012.06.27-3.debian.tar.gz
 90a585783f4e1412fa7958a49daec604aa79aacba3039fd9669ecfd40eb945d9 98295254 
context-doc-nonfree_2012.06.27-3_all.deb
Files: 
 92905b2ee11b0237a8e48998b659a480 1282 non-free/doc optional 
context-doc-nonfree_2012.06.27-3.dsc
 1b40978e6c82fed887ce035e050d1274 2213 non-free/doc optional 
context-doc-nonfree_2012.06.27-3.debian.tar.gz
 c72986d97157a14fc72997dd09052230 98295254 non-free/doc optional 
context-doc-nonfree_2012.06.27-3_all.deb

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

iD8DBQFQ0UkH0r9KownFsJQRAp0AAJ9PGJfCUbJP7GKZjl+t+APO+JoWNQCghp/n
lhAodtG2v+UYRGkKCNdvitg=
=qKEV
-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/e1tlbnq-0007db...@franck.debian.org



Accepted alqalam 0.2-7 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:02:59 +0900
Source: alqalam
Binary: alqalam
Architecture: source all
Version: 0.2-7
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 alqalam- Qur'an typesetting macros for TeX/LaTeX
Changes: 
 alqalam (0.2-7) experimental; urgency=low
 .
   * debian/control:
 + Bump Standards-Version to 3.9.4, no changes needed.
 + Build-Depend on tex-common = 4.01 to support doc file move.
   * debian/links:
 + install link below /usr/share/texmf/doc again
Checksums-Sha1: 
 3656692a6b79021e58a5150468d254daed418130 1350 alqalam_0.2-7.dsc
 f01dd96ccf6912143e5dac686e481b0b523f7ce1 8657 alqalam_0.2-7.debian.tar.gz
 f2d60980c95cfbfc7c0d0d19ca51d9a7d2b7015b 876904 alqalam_0.2-7_all.deb
Checksums-Sha256: 
 f90d7b024e532f7d0f88598b738d1304b2dbe325044f75b445e7895765364341 1350 
alqalam_0.2-7.dsc
 0f160963b9565189636fb9866c2e0e45f2fe7355da1745df696447c63f00 8657 
alqalam_0.2-7.debian.tar.gz
 40281f2557521f54fbb77e72c96fdf38909a98bf314dc616d0659b16da1a8343 876904 
alqalam_0.2-7_all.deb
Files: 
 a85dba50d39fc099cd84dcc6f0e3876f 1350 tex optional alqalam_0.2-7.dsc
 b83c9446f8f2a61a5d72700530e5d7ff 8657 tex optional alqalam_0.2-7.debian.tar.gz
 0e91aa582b15f0ec0d1c62f7d1413cf6 876904 tex optional alqalam_0.2-7_all.deb

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

iD8DBQFQ0UtD0r9KownFsJQRAnGmAJ0XLfONj2QPbpNWCoP6VywVkQ8keACgjiIO
OSRZDiyO8jo1Kx6eSVP06KI=
=hEgh
-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/e1tlc22-000265...@franck.debian.org



Accepted lmodern 2.004.4-2 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:19:37 +0900
Source: lmodern
Binary: lmodern fonts-lmodern
Architecture: source all
Version: 2.004.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 fonts-lmodern - OpenType fonts based on Computer Modern
 lmodern- scalable PostScript and OpenType fonts based on Computer Modern
Changes: 
 lmodern (2.004.4-2) experimental; urgency=low
 .
   * move doc files into /usr/share/texmf/doc
   * build-depend on tex-common = 4.01
   * bump standards version to 3.9.4, no changes necessary
   * adjust lintian ignore for new location
Checksums-Sha1: 
 3eb9ff4cf231c5866e38ad09415c2f2130ce1b67 1527 lmodern_2.004.4-2.dsc
 8f6e4693e890710c58981b6c78effbd853f8c47e 19925 lmodern_2.004.4-2.diff.gz
 f56372c7a71d0628c2f4560ebc39a331362c1a99 12401436 lmodern_2.004.4-2_all.deb
 cdde8efa06d2c382c9f201a17c31c973aa5419d3 6386766 
fonts-lmodern_2.004.4-2_all.deb
Checksums-Sha256: 
 22fc3504bb11853700371bcf371e313e79c5bbd7da6b8abc24c8e25d95529006 1527 
lmodern_2.004.4-2.dsc
 ba083996bcf62f287d0ffc4bc374dee1d0e5ef5042c25b7b54de49bbe245e88f 19925 
lmodern_2.004.4-2.diff.gz
 b10282168d9c146298b76840113b25f728d19547ee919abf55cd6dc4a05c9615 12401436 
lmodern_2.004.4-2_all.deb
 d94291badf72b67fe24af944b2378a9bc2a1aec99a9cd62a99386432c0f24da9 6386766 
fonts-lmodern_2.004.4-2_all.deb
Files: 
 0ebdd3c2f74bf3e4231c3504d6b7c738 1527 fonts optional lmodern_2.004.4-2.dsc
 5d1b6f3921a9188a2a7f9c41df86706b 19925 fonts optional lmodern_2.004.4-2.diff.gz
 25c421478c07db618a065cba4f807fef 12401436 fonts optional 
lmodern_2.004.4-2_all.deb
 039db69b9e7042fc158b2ed81a7da7fe 6386766 fonts optional 
fonts-lmodern_2.004.4-2_all.deb

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

iD8DBQFQ0VA40r9KownFsJQRAtHqAJ9oT7Eq9k6E7KQOPdUVHgoOdtPN5gCfc7tf
jmdNDTVjMe7KKxukTMWE/2I=
=8XkE
-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/e1tlcgf-0006qp...@franck.debian.org



Accepted tex-gyre 2.004.2-3 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:20:41 +0900
Source: tex-gyre
Binary: tex-gyre fonts-texgyre
Architecture: source all
Version: 2.004.2-3
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 fonts-texgyre - OpenType fonts based on URW Fonts
 tex-gyre   - scalable PostScript and OpenType fonts based on URW Fonts
Changes: 
 tex-gyre (2.004.2-3) experimental; urgency=low
 .
   * fix Vcs fields
   * move doc files into /usr/share/texmf/doc
   * build-depend on tex-common = 4.01
   * bump standards version to 3.9.4, no changes necessary
   * adjust lintian ignore for new location
Checksums-Sha1: 
 428179e6fe9eba4e59959a34fc0cd3303399cecd 1370 tex-gyre_2.004.2-3.dsc
 659f0e149003093ee99b934d232fb3c57b77e760 11508 tex-gyre_2.004.2-3.diff.gz
 3a73b74dab912b657f8eb837dc5749ace8ef941e 7131264 tex-gyre_2.004.2-3_all.deb
 80e9d0cebbd95c4171560504265255e4ece68c2e 9775328 
fonts-texgyre_2.004.2-3_all.deb
Checksums-Sha256: 
 000e39167f3f38fdbedcfee72c670cb8a2e7a042258896cd40c9db46886afa04 1370 
tex-gyre_2.004.2-3.dsc
 030004f15d94fcb35d9eeedeab3858fd01bab441d5827354cee299c2475120ee 11508 
tex-gyre_2.004.2-3.diff.gz
 3562dcfba99dfe0f441798f10d1995aefb3f4fa5dc2943c6607275d479389d4a 7131264 
tex-gyre_2.004.2-3_all.deb
 779a1923360569851206b1b965c90421648862769e0f093a3e464e5e5420 9775328 
fonts-texgyre_2.004.2-3_all.deb
Files: 
 16d47e95cc5ef67e85d21ae73d238478 1370 tex optional tex-gyre_2.004.2-3.dsc
 cdef591433865b1c39fe9066f759b5b7 11508 tex optional tex-gyre_2.004.2-3.diff.gz
 3d54b71850ae28733155e91c232eb3ea 7131264 tex optional 
tex-gyre_2.004.2-3_all.deb
 ab2bd908517ab8eb8bfccd78cd832f28 9775328 fonts optional 
fonts-texgyre_2.004.2-3_all.deb

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

iD8DBQFQ0VAx0r9KownFsJQRApGbAJwNllUtgZW7IhvhAScSsBcKsWp07QCcDPyh
8pdNU6NlNt7ylyxbUrsyikE=
=N8kc
-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/e1tlcgp-0006vi...@franck.debian.org



Accepted cm-super 0.3.4-8 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:25:12 +0900
Source: cm-super
Binary: cm-super-minimal cm-super cm-super-x11
Architecture: source all
Version: 0.3.4-8
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 cm-super   - TeX font package (full version) with CM (EC) in Type1 in T1, T2*,
 cm-super-minimal - TeX font package (minimal version) with CM/EC in Type1 in 
T1, T2*
 cm-super-x11 - Make the cm-super fonts available to X11
Changes: 
 cm-super (0.3.4-8) experimental; urgency=low
 .
   * Ack NMU
   * fix Vcs fields
   * move doc files into /usr/share/texmf/doc
   * build-depend on tex-common = 4.01
   * bump standards version to 3.9.4, no changes necessary
Checksums-Sha1: 
 fdd81b42a3d523997d9c0d0ca9fb0730e0aca843 1363 cm-super_0.3.4-8.dsc
 71b99b17cbcafd9e183b006f8083b50ad5c551b4 13067 cm-super_0.3.4-8.diff.gz
 f83707dc1b48ba1806e0f7e2bf4d5a2168945809 5834122 
cm-super-minimal_0.3.4-8_all.deb
 b91f93a33afdc4a5798301e9f537e6d39d7c3a65 25633446 cm-super_0.3.4-8_all.deb
 23db73df4e62c13a61f568c79b21bb8f0a07cc8e 793800 cm-super-x11_0.3.4-8_all.deb
Checksums-Sha256: 
 4a79ec1e61337422846d6103cddbcdf951b9a9b82d8b1612550f5d87c9293f4f 1363 
cm-super_0.3.4-8.dsc
 0eab6012a4fc1176d73f2f16a2a8828e9b8ed775fdbd036fdd829b54e6fb991f 13067 
cm-super_0.3.4-8.diff.gz
 2b9574db2f3b64846d5ded7b64dab430d8ca193ebcdb789e2c579dc664612ac7 5834122 
cm-super-minimal_0.3.4-8_all.deb
 cc4bcdbbae5aad7baa62f4965d19309d44f3d0b11de4b6246a38bb0bd4af809a 25633446 
cm-super_0.3.4-8_all.deb
 d1c4604f089d2387ac0787501f7feb5d06d04f2976c8a28a6cd79fce36c59af5 793800 
cm-super-x11_0.3.4-8_all.deb
Files: 
 6b4e780901f63e71169f7c0d97a572fc 1363 fonts optional cm-super_0.3.4-8.dsc
 e187b7c0274d21a0940b6eee91045a36 13067 fonts optional cm-super_0.3.4-8.diff.gz
 3e3f81582f9500853c7adc17ff5028c3 5834122 fonts optional 
cm-super-minimal_0.3.4-8_all.deb
 56bc8b779849e91363784fc04855724a 25633446 fonts optional 
cm-super_0.3.4-8_all.deb
 7b5cac4938e9092c2cfa4a2dfa4503ed 793800 fonts optional 
cm-super-x11_0.3.4-8_all.deb

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

iD8DBQFQ0VC50r9KownFsJQRAv4FAJ9yihjIqDLAnsTyQaiBNOZfzMoIVACfe30i
kmy1uUYz+GtLTzq0hHUmPm0=
=NhQy
-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/e1tlcvc-0001az...@franck.debian.org



Accepted libmodule-corelist-perl 2.79-1 (source all)

2012-12-18 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Dec 2012 06:32:06 +0100
Source: libmodule-corelist-perl
Binary: libmodule-corelist-perl
Architecture: source all
Version: 2.79-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmodule-corelist-perl - module to determine modules shipped with perl
Changes: 
 libmodule-corelist-perl (2.79-1) unstable; urgency=low
 .
   * Imported Upstream version 2.79
Checksums-Sha1: 
 75b5ded6eac3f7918db85f71709eaf71d932b6d3 2427 
libmodule-corelist-perl_2.79-1.dsc
 e91350b27ea6f7666ff8c6fc1d25315d35e5ea47 57297 
libmodule-corelist-perl_2.79.orig.tar.gz
 f6333fcb5460393b01036cbaa7d6a96f59057fff 5200 
libmodule-corelist-perl_2.79-1.debian.tar.gz
 68c14811044d1f7a1ce73b4f6cd01a21d988aba4 70540 
libmodule-corelist-perl_2.79-1_all.deb
Checksums-Sha256: 
 22a14b542082e4f0c16f8fbb8358f50d0b54158cb2b514be243527e2676a4ce2 2427 
libmodule-corelist-perl_2.79-1.dsc
 3953b16dc6ec8f4912dc6f42938e5bafb463ee30d7b7b4fb0e40aae65ecd3909 57297 
libmodule-corelist-perl_2.79.orig.tar.gz
 4945a447fe3830a2b75bf45bdb4015f5db172f06397a4b81add1d08748dd8155 5200 
libmodule-corelist-perl_2.79-1.debian.tar.gz
 b4ffcd961819b2ef85354bd0261d5ace70d32a828967f974482e3f0f01bbd84b 70540 
libmodule-corelist-perl_2.79-1_all.deb
Files: 
 4853dbc3529b7daeb0b7159402528469 2427 perl optional 
libmodule-corelist-perl_2.79-1.dsc
 84702562f36c8a4a3f8ec0b19006e3bf 57297 perl optional 
libmodule-corelist-perl_2.79.orig.tar.gz
 0f9799548872b564039d733af3020d6c 5200 perl optional 
libmodule-corelist-perl_2.79-1.debian.tar.gz
 2cb65839eabf0871fefc781c9823bffe 70540 perl optional 
libmodule-corelist-perl_2.79-1_all.deb

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

iQIcBAEBCgAGBQJQ0VGqAAoJEHidbwV/2GP+x2gP/iIoXWSTCSxsqaznHHRC8Rc9
cLbj6BwR6rQmLRM/r+PfLQVitWYM5ZYx+nIYR3Q664vsv93rhkP9lssTdAPGX98H
nNf0RmBWSrcCuO3OvTFXPoVmWcsC3Oii1TLLwdrhGSDNDewiu0AUJgumrFmC7V6+
E2yKquk/Iqj7vgQJ89ZsGubt7AHSgk/6en+uT4rELKX7UEADRS2R7M8E6m2f5woR
dDt/vp9VAZTnoVPOkegMP9piPmoPawDznCWFILpuucw1jVnv630MsoZVUSDdOPZ8
Oae7IYS/wPZg2HspfFu0AxdOrTTE8HQNX/balHG8sr1y4xFljlxN3zG2tfdfVXuG
PosmK5gPmzGZ5ftyPo8on51SuQUWyO3byctcwtklhx8ye7iwA1y36lzGmd31tuWk
IH1vZrGXbCQ4tbNI92ZwEf0NUumV7CQCpwk3NOlchbHwk7mTNG3lQwhvp+EL7W2G
qHn6pQ6v62+6nooVx2B+XLO0BBWE9P9tTo+Uzjk9fdyyJx0Oq5YT+t6WeOwVBXKs
EfvPdPF5TvJa8w+2PGCRSIKCB16q2oXu2WtEpu5V1WLW3vUApV1gV74S13nLDb1P
T5yd4lt6YYoDnbS8tL5Zi+sSh1XV8mlDnkG0nYeYYRwJfs3eAfPPqqyVxk8h7AaM
31mifs5MAVU1Dpr72nMo
=QDjt
-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/e1tlcvh-0001dk...@franck.debian.org



Accepted latex209 25.mar.1992-14 (source all)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:50:46 +0900
Source: latex209
Binary: latex209-base latex209-bin latex209-src
Architecture: source all
Version: 25.mar.1992-14
Distribution: experimental
Urgency: low
Maintainer: Debian TeX maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 latex209-base - macro files of LaTeX 2.09 25-mar-1992 version
 latex209-bin - latex209 command for LaTeX 2.09 25-mar-1992 version
 latex209-src - source files of macros of LaTeX 2.09 25-mar-1992 version
Changes: 
 latex209 (25.mar.1992-14) experimental; urgency=low
 .
   * bump standards version to 3.9.4, no changes necessary
   * add Vcs fields
   * move doc files to /usr/share/texmf/doc
   * build-dep on tex-common = 4.01
Checksums-Sha1: 
 c64ce630e984e84bb4be1239405c2e75ae0c64f3 1423 latex209_25.mar.1992-14.dsc
 91226ba9e3d8f89a738da54f8daf471e288ef604 4947 
latex209_25.mar.1992-14.debian.tar.gz
 e9eec4e9932c89df14a2db036bd6b708623e2ea3 212928 
latex209-base_25.mar.1992-14_all.deb
 a216aa0449a52daa0c8111b9dbb77fbea049bda9 6802 
latex209-bin_25.mar.1992-14_all.deb
 fd2849ab174c87146a80d290e7416a207423f580 68990 
latex209-src_25.mar.1992-14_all.deb
Checksums-Sha256: 
 0632e6c0861fa5e271053ec3ec8ac8b909cbc534b6bb6d044580dd2e459d5f11 1423 
latex209_25.mar.1992-14.dsc
 9bca0fab650f9e2daac21888d997489ec684841136a3a28a4d323fa6c7093db2 4947 
latex209_25.mar.1992-14.debian.tar.gz
 ddb568e07295df91ad6f8458940c7fb7666127d78d40f8707b85c8c82c25d52b 212928 
latex209-base_25.mar.1992-14_all.deb
 32523404419be637a72282d140d6dc023cb08f4e90b3dd6416cd5124964ccb72 6802 
latex209-bin_25.mar.1992-14_all.deb
 da95ff37cde1accd17ee0ef7f56990dcd183adbc0110c1fb76a43a606188f941 68990 
latex209-src_25.mar.1992-14_all.deb
Files: 
 c51e4cd99313fe66f707fe41de0727d9 1423 tex optional latex209_25.mar.1992-14.dsc
 e574cc5b7d2a91f3bcb5a28ed24ec584 4947 tex optional 
latex209_25.mar.1992-14.debian.tar.gz
 5aec68b1ee3dc41ef9d930ed4195eb8b 212928 tex optional 
latex209-base_25.mar.1992-14_all.deb
 981217dfb6581e6a199d91119e7269a6 6802 tex optional 
latex209-bin_25.mar.1992-14_all.deb
 247715353d73ea1f132e76c0bb12a85b 68990 tex optional 
latex209-src_25.mar.1992-14_all.deb

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

iD8DBQFQ0VZ00r9KownFsJQRAmE+AJ45KfRW28udII8byTPWSpZFekYxGwCdGvGw
TAEpq5HGfakYCRCQhONnQaU=
=BN0i
-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/e1tlcje-0004wc...@franck.debian.org



Accepted luatex 0.72.0-2 (source amd64)

2012-12-18 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Dec 2012 14:39:40 +0900
Source: luatex
Binary: luatex
Architecture: source amd64
Version: 0.72.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 luatex - next generation TeX engine
Changes: 
 luatex (0.72.0-2) experimental; urgency=low
 .
   * move doc files into /usr/share/texmf/doc
   * depend on tex-common = 4
   * bump standards version to 3.9.4, no changes necessary
   * fix Vcs fields
Checksums-Sha1: 
 12539030b22a186c450ff1856e2b5b1679703133 1484 luatex_0.72.0-2.dsc
 b2718c705de9eb92297ebca147d821bc88641f8f 51205 luatex_0.72.0-2.debian.tar.gz
 62e4df0a9c780c013e47e9d6860a0d78966e9452 2526234 luatex_0.72.0-2_amd64.deb
Checksums-Sha256: 
 dcf98a82bbed9d8ffba1cd1f18cee1e34c4cd9986461de8ea157e056434b93b5 1484 
luatex_0.72.0-2.dsc
 d6a9545feede50304eb650f9c1e6dc6b8908c46082e3ad969a9715a88fe7ffb2 51205 
luatex_0.72.0-2.debian.tar.gz
 3787e4daffa6d307e5eb414024a873f045c0e0dc8d14fb76189ca3bc27eda7ed 2526234 
luatex_0.72.0-2_amd64.deb
Files: 
 b06f6cb1ead89f893cf82f13913b0f38 1484 tex optional luatex_0.72.0-2.dsc
 f9b45c769955286964e6316e917c40a8 51205 tex optional 
luatex_0.72.0-2.debian.tar.gz
 221941642ba298c4a59880722e5278e3 2526234 tex optional luatex_0.72.0-2_amd64.deb

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

iD8DBQFQ0VZt0r9KownFsJQRAowDAJwOWEJin4rdrR2g1UVHcGCjklq7sgCgjFlu
5pgYNXzckRor29mtrAlNPLA=
=8lPl
-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/e1tlcjt-0004a3...@franck.debian.org



Accepted libterm-sk-perl 0.12-1 (source all)

2012-12-18 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Dec 2012 07:23:26 +0100
Source: libterm-sk-perl
Binary: libterm-sk-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libterm-sk-perl - Perl extension for displaying a progress indicator on a 
terminal
Changes: 
 libterm-sk-perl (0.12-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 0.12
   * Update debian/copyright file information.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Correct Upstream-Contact information.
   * Bump Standards-Version to 3.9.4
   * Add fix-spelling-error-in-manpage.patch patch
Checksums-Sha1: 
 ae893e6d2bea12d58332fa73dc2c1e48e922bc88 1858 libterm-sk-perl_0.12-1.dsc
 5a5a97cb382b34e06e662ead337a206c527f9671 10199 libterm-sk-perl_0.12.orig.tar.gz
 cc450387b3f64138691e8dec9d9597143268fe80 2150 
libterm-sk-perl_0.12-1.debian.tar.gz
 43218f88d77f70a30237b084d65cb727153c4f26 15228 libterm-sk-perl_0.12-1_all.deb
Checksums-Sha256: 
 4116e599dc27cd9f97c691a67ec21543594ff8f123ba2b39156ed58c74c76f13 1858 
libterm-sk-perl_0.12-1.dsc
 419270a886e9c1755403ccf6332fb5a8251ad2e5bdf48d1a4e049543cfc6c256 10199 
libterm-sk-perl_0.12.orig.tar.gz
 73eb1063069d78fb2924a726480eeca1d9d5b4b0a5eac1f9a4d31c0262a69aba 2150 
libterm-sk-perl_0.12-1.debian.tar.gz
 bed5cc07f5a7132e24f775a64bfc1ea90caa300e0fc86392057fb69df88d9302 15228 
libterm-sk-perl_0.12-1_all.deb
Files: 
 2bfbd932bfa163c8e186e28bccfe 1858 perl optional libterm-sk-perl_0.12-1.dsc
 999410168ab1961cdeee5beb3635deb8 10199 perl optional 
libterm-sk-perl_0.12.orig.tar.gz
 dee76deaabc7dc2804d8f81c8af6d215 2150 perl optional 
libterm-sk-perl_0.12-1.debian.tar.gz
 7b7547dcb305977307d7425cdfa569e5 15228 perl optional 
libterm-sk-perl_0.12-1_all.deb

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

iQIcBAEBCgAGBQJQ0V4ZAAoJEHidbwV/2GP+kGcP/AiBR4i4taYUxYPZr1iiTCG5
2KepS42gHkjz/EXqyxkBrod167AoJrLgM+m7V84Enomlw8UAeXOm4j/8JCXGI4AS
oqpPafxmmJEqsWtSJ8JFuds7FXTHaDvBJih4aFtjWcfsQh+8QNmJYZ+L8y7jjYMv
5ayK+AyacPYEkdMsiaTUzCc0iY3ouY8EfsafjnOUFx5VOzlGp5RlGUYO8BeMAL6V
lpzZdS+aS8MIybCW9HvRonaAN98uCOeGB9rjE2MACFgbdH71zp5QziJauupTVdSs
nsL+MMkUm0kIU39CufDNxN5MQXQI9SwoCKy4DnDbFW7eMjev9/RG+/O7IeFVMbk6
9kfz2fMeswGBZgTmI0FPNhNwifc/TD3AKcKOkhmoFRs6dmVQ/4V3nV/97P93KWop
hjdUk/Q3ToMrol6jC0rgjvnwOEP+ozL0QwSc1awH+xkVDa0S+dfNOoaPCrHvvoTY
gHEABryK2GY35HSo7pz09UyE7B9MgPUrAGQt1giA0e1HuAxT4DAl5HCe2Zx2IZee
MTJE8zziW3VYE78jdKoM7ozaN7VH0k0JkrW62KnO9s4v8quOzX2gDllMdlMnsYbC
pzsVlv/fcBgrY0XPZ69taYrfypVbV1B7lhOtV8fNshe9J7wp9zUyMEBq4h37cQj/
YDqLWltNueMlQlSkKY6V
=L63e
-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/e1tldra-0004i7...@franck.debian.org