Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Jon Dowland
On Mon, Nov 05, 2012 at 06:12:53PM -0200, Henrique de Moraes Holschuh wrote:
 Microcode updates will be applied immediately when the microcode
 packages are installed or updated: you don't have to reboot.  You will
 have to keep the packages installed, though: as explained above, the
 microcode updates have to be reapplied at every boot.
 
 You can check which version of the microcode your processors are running
 by looking for microcode lines on /proc/cpuinfo.  This information is
 only available on recent kernels (such as the Wheezy kernel).

This did not appear to work for me automatically. I did not upgrade my kernel
in the same aptitude session.

Before: 

 $ grep microcode /proc/cpuinfo
 microcode : 0x1b

After installing intel-microcode and iucode-tool 0.8.3-1:

 $ grep microcode /proc/cpuinfo
 microcode : 0x1b

After some manual fiddling

 # iucode_tool --scan-system -vv
 iucode_tool: cpuid kernel driver unavailable, cannot scan system processor 
 signatures
 # modprobe cpuid
 # iucode_tool --scan-system -vv
 iucode_tool: trying to get CPUID information from /dev/cpu/0/cpuid
 iucode_tool: system has processor(s) with signature 0x000206a7
 iucode_tool: trying to get CPUID information from /dev/cpu/1/cpuid
 iucode_tool: trying to get CPUID information from /dev/cpu/2/cpuid
 iucode_tool: trying to get CPUID information from /dev/cpu/3/cpuid
 iucode_tool: checked the signature of 4 processor(s)
 $ grep microcode /proc/cpuinfo
 microcode : 0x28
 $ dpkg -S /boot/vmlinuz-$(uname -r)
 linux-image-3.2.0-4-amd64: /boot/vmlinuz-3.2.0-4-amd64
 ii  udev   175-7amd64/dev/ and hotplug management daem

Shall I file a bug?


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



Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Stephan Seitz

On Mon, Nov 05, 2012 at 06:12:53PM -0200, Henrique de Moraes Holschuh wrote:

I would like to bring to your attention the improved support for system
processor (CPU) microcode updates, for x86/i686/x86-64/amd64 systems
that was recently added to [non-free] Wheezy.


Alas, this will not work for XEN users because I can’t update the 
microcode in Dom0 with xen-hypervisor 4.1. There exist kernel patches 
(over a year old), but according to the xen-devel ML they are not good 
enough to be included in the kernel.


With XEN 4.2 the hypervisor can load the CPU microcode. Would this be 
a reason to include XEN 4.2 in Wheezy?


Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Henrique de Moraes Holschuh
On Tue, 06 Nov 2012, Jon Dowland wrote:
 On Mon, Nov 05, 2012 at 06:12:53PM -0200, Henrique de Moraes Holschuh wrote:
  Microcode updates will be applied immediately when the microcode
  packages are installed or updated: you don't have to reboot.  You will
  have to keep the packages installed, though: as explained above, the
  microcode updates have to be reapplied at every boot.
  
  You can check which version of the microcode your processors are running
  by looking for microcode lines on /proc/cpuinfo.  This information is
  only available on recent kernels (such as the Wheezy kernel).
 
 This did not appear to work for me automatically. I did not upgrade my kernel
 in the same aptitude session.

That can also happen if you upgrade it in a previous aptitude session, but
didn't reboot yet.

 Before: 
  microcode   : 0x1b
 
 After installing intel-microcode and iucode-tool 0.8.3-1:
  microcode : 0x1b
 
  # iucode_tool --scan-system -vv
  iucode_tool: cpuid kernel driver unavailable, cannot scan system processor 
  signatures

Hmm, that should happen only if iucode-tool is installed/configured after
intel-microcode.

Still, it did lead me to a possible cause:  I am not trying to modprobe
microcode in the intel-microcode postinst.  This can indeed cause the
failure to update microcode at package install time.

I forget why I didn't do it that way in the first place, but that's easily
fixed.  Please file a bug, severity minor.  I will check for any possible
problems it might cause, and if I can't find any, I will fix it in unstable.

Still, those reports are very valuable.  I will probably try to get some
information about the microcode updates on the Wheezy release notes, and
this thread will go a long way to make sure no pitfals are left behind.

  $ grep microcode /proc/cpuinfo
  microcode   : 0x28

And that's why these packages exist... although you might want to check if
your motherboard vendor has a BIOS/UEFI update available, as it is _always_
better to have microcode updated as early as possible, and that means the
BIOS/UEFI.

 Shall I file a bug?

Please do.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20121106160553.ga25...@khazad-dum.debian.net



Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Henrique de Moraes Holschuh
On Tue, 06 Nov 2012, Stephan Seitz wrote:
 On Mon, Nov 05, 2012 at 06:12:53PM -0200, Henrique de Moraes Holschuh wrote:
 I would like to bring to your attention the improved support for system
 processor (CPU) microcode updates, for x86/i686/x86-64/amd64 systems
 that was recently added to [non-free] Wheezy.
 
 Alas, this will not work for XEN users because I can’t update the
 microcode in Dom0 with xen-hypervisor 4.1. There exist kernel
 patches (over a year old), but according to the xen-devel ML they
 are not good enough to be included in the kernel.
 
 With XEN 4.2 the hypervisor can load the CPU microcode. Would this
 be a reason to include XEN 4.2 in Wheezy?

I wouldn't know, please ask the xen maintainers and the release manager
about it.  Maybe a backport of the relevant functionality is also a possible
solution.

What I do know is that lack of microcode update support is a severe issue
IMO.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20121106160840.gb25...@khazad-dum.debian.net



Bug#692483: ITP: dnsperf -- DNS server performance testing tool

2012-11-06 Thread Faidon Liambotis
Package: wnpp
Severity: wishlist
Owner: Faidon Liambotis parav...@debian.org
Control: block -1 by 692467

* Package name: dnsperf
  Version : 2.0.0.0
  Upstream Author : Nominum, Inc.
* URL : http://www.nominum.com/support/measurement-tools/
* License : ISC
  Programming Lang: C
  Description : DNS server performance testing tool

 dnsperf is a DNS server performance testing tool. It is primarily intended for
 measuring the performance of authoritative DNS servers, but it can also be
 used for measuring caching server performance in a closed laboratory
 environment.
 .
 Also included is resperf, a similar tool that is more suitable for testing
 caching servers resolving against the live Internet.


-- 
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/20121106161554.ga6...@tty.gr



Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Michael Stapelberg
Hi,

I hereby announce a new Debian project: Debian Code Search.

Debian Code Search is a search engine for program source code within
Debian.

It allows you to search all ≈ 17000 source packages,
containing 130 GiB of FLOSS source code (including Debian
packaging) with regular expressions.

You can use the search engine at http://codesearch.debian.net/
Here are a few sample queries:
• http://codesearch.debian.net/search?q=workaround+package%3Alinux
• http://codesearch.debian.net/search?q=XCreateWindow
• http://codesearch.debian.net/search?q=AnyEvent%3A%3AI3+filetype%3Aperl

The corresponding thesis (and source code, of course) will be released
soon (2013-01-15 being the deadline, but I hope I can do it
earlier).

I hope you find it useful and would love to hear your feedback.

-- 
Best regards,
Michael


signature.asc
Description: PGP signature


Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Neil Williams
On Tue, 6 Nov 2012 19:05:43 +0100
Michael Stapelberg stapelb...@debian.org wrote:

 Debian Code Search is a search engine for program source code within
 Debian.
 
 It allows you to search all ≈ 17000 source packages,
 containing 130 GiB of FLOSS source code (including Debian
 packaging) with regular expressions.

It's pleasingly quick, which is always good. Might need to be able to
exclude the debian/ directory from searches.
 
 You can use the search engine at http://codesearch.debian.net/
 Here are a few sample queries:
 • http://codesearch.debian.net/search?q=workaround+package%3Alinux
 • http://codesearch.debian.net/search?q=XCreateWindow
 • http://codesearch.debian.net/search?q=AnyEvent%3A%3AI3+filetype%3Aperl
 
 The corresponding thesis (and source code, of course) will be released
 soon (2013-01-15 being the deadline, but I hope I can do it
 earlier).
 
 I hope you find it useful and would love to hear your feedback.

First thing which occurs to me is that I'd prefer a summary page as the
entry point for the search results - listing package, version and
possibly a link to the PTS, possibly the number of hits for that
package/package+version. First thing I've needed to do with every search
result so far is find a relevant package within the results. The search
results (and any summary page) should probably be sorted by package
name too - I'm getting results from packages starting with m before
package names starting with e.

Maybe extend the keywords to allow regexp matching on package names?

Another important step would be a way of excluding matches
within comments from the results.

The filetype seems a little confused in places too. Searching for
things in filetype:perl I get matches in debian/control and
debian/copyright.

-- 


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



pgp4kXw5FLbf9.pgp
Description: PGP signature


Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread alberto fuentes
2 words: Awe some

roughly speaking, how does it work internally?

On Tue, Nov 6, 2012 at 7:05 PM, Michael Stapelberg
stapelb...@debian.org wrote:
 Hi,

 I hereby announce a new Debian project: Debian Code Search.

 Debian Code Search is a search engine for program source code within
 Debian.

 It allows you to search all ≈ 17000 source packages,
 containing 130 GiB of FLOSS source code (including Debian
 packaging) with regular expressions.

 You can use the search engine at http://codesearch.debian.net/
 Here are a few sample queries:
 • http://codesearch.debian.net/search?q=workaround+package%3Alinux
 • http://codesearch.debian.net/search?q=XCreateWindow
 • http://codesearch.debian.net/search?q=AnyEvent%3A%3AI3+filetype%3Aperl

 The corresponding thesis (and source code, of course) will be released
 soon (2013-01-15 being the deadline, but I hope I can do it
 earlier).

 I hope you find it useful and would love to hear your feedback.

 --
 Best regards,
 Michael


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



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Mike Dupont
LOVE IT!!! THANK YOU SO MUCH


On Tue, Nov 6, 2012 at 12:05 PM, Michael Stapelberg
stapelb...@debian.orgwrote:

 Hi,

 I hereby announce a new Debian project: Debian Code Search.

 Debian Code Search is a search engine for program source code within
 Debian.

 It allows you to search all ≈ 17000 source packages,
 containing 130 GiB of FLOSS source code (including Debian
 packaging) with regular expressions.

 You can use the search engine at http://codesearch.debian.net/
 Here are a few sample queries:
 • http://codesearch.debian.net/search?q=workaround+package%3Alinux
 • http://codesearch.debian.net/search?q=XCreateWindow
 • http://codesearch.debian.net/search?q=AnyEvent%3A%3AI3+filetype%3Aperl

 The corresponding thesis (and source code, of course) will be released
 soon (2013-01-15 being the deadline, but I hope I can do it
 earlier).

 I hope you find it useful and would love to hear your feedback.

 --
 Best regards,
 Michael




-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3


Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Michael Stapelberg
Hi alberto,

alberto fuentes paj...@gmail.com writes:
 roughly speaking, how does it work internally?
It uses a trigram index and the RE2 regular expression engine.

My work is based on Russ Cox’s ideas and code published at
http://swtch.com/~rsc/regexp/regexp4.html

In case you are interested, I’m happy to send you (or anyone else) the
current draft of my thesis, which describes the system in much more
detail. In that case, just send me an email in private.

-- 
Best regards,
Michael


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



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Michael Stapelberg
Hi Neil,

Neil Williams codeh...@debian.org writes:
 It's pleasingly quick, which is always good. Might need to be able to
 exclude the debian/ directory from searches.
File regular expressions and a minus operator is already on the TODO
list :-).

 First thing which occurs to me is that I'd prefer a summary page as the
 entry point for the search results - listing package, version and
 possibly a link to the PTS, possibly the number of hits for that
 package/package+version. First thing I've needed to do with every search
 result so far is find a relevant package within the results. The search
 results (and any summary page) should probably be sorted by package
 name too - I'm getting results from packages starting with m before
 package names starting with e.
Changing the entry point of the search is not going to happen — I quite
like the interface it currently has. However, adding a list of packages
which are present in the current page of search results would be
possible. Note that displaying the entire list of matching packages is
unfortunately not possible because it’d require searching through all
the files, which is — depending on the query — absolutely impossible
when still wanting to guarantee a timely response :-).

 Maybe extend the keywords to allow regexp matching on package names?
I have also considered this. Probably I will resort to making the
filename keyword (not yet implemented) use regular expressions and keep
the package keyword an exact match. Since the package is part of the
filename, complex things are possible while easy matches stay easy :-).

 Another important step would be a way of excluding matches
 within comments from the results.
I have considered this, but when you think about it, identifiers
(variable names, function names, …) and comments are really are there is
searchable in source code. Could you give me a few convincing points on
why it would be useful to exclude comments (that is, examples)?

 The filetype seems a little confused in places too. Searching for
 things in filetype:perl I get matches in debian/control and
 debian/copyright.
Can you give me the exact query for which this happens, please?

-- 
Best regards,
Michael


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



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread alberto fuentes
On Tue, Nov 6, 2012 at 9:06 PM, Michael Stapelberg
stapelb...@debian.org wrote:
 Hi alberto,

 alberto fuentes paj...@gmail.com writes:
 roughly speaking, how does it work internally?
 It uses a trigram index and the RE2 regular expression engine.

 My work is based on Russ Cox’s ideas and code published at
 http://swtch.com/~rsc/regexp/regexp4.html

That read was enough to satiate my questions on how it works. :)

Now some actual details would be appreciate.
Like size of database, size on memory, engine running, kind of
machine, number of nodes, etc...

Have you run any benchmark?

greets
aL


--
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/calkubt7iuvm8r0jgkajfzl4d-nrxalpinurfpdr4-t8cysa...@mail.gmail.com



Bug#692498: ITP: bamtools -- C++ API and toolkit for manipulating BAM (genome alignment) files

2012-11-06 Thread Michael Crusoe
X-Debbugs-Cc: debian-...@lists.debian.org
X-Debbugs-Cc: debian-devel@lists.debian.org
Package: wnpp
Severity: wishlist
Owner: debian-...@lists.debian.org

* Package name: bamtools
  Version : 2.2
  Upstream Author : Derek Barnett derekwbarn...@gmail.com
* URL : https://github.com/pezmaster31/bamtools
* License : Expat
  Programming Lang: C++
  Description : C++ API and toolkit for manipulating BAM (genome
alignment) files


-- 
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/CAD=wrcla-be-tyforwnmbje0nwwyahyli+7-nbdabnmmrau...@mail.gmail.com



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Joachim Breitner
Hi,

Am Dienstag, den 06.11.2012, 19:05 +0100 schrieb Michael Stapelberg:
 I hereby announce a new Debian project: Debian Code Search.

Great!

 I hope you find it useful and would love to hear your feedback.

Since you have all code extracted anyways, could you extend the page to
allow for easy code browsing? Might be faster than apt-get source;
less ... sometimes.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Domenico Andreoli
On Tue, Nov 06, 2012 at 07:05:43PM +0100, Michael Stapelberg wrote:
 Hi,

Hi!

 I hereby announce a new Debian project: Debian Code Search.
 
 Debian Code Search is a search engine for program source code within
 Debian.

 It allows you to search all ??? 17000 source packages,
 containing 130 GiB of FLOSS source code (including Debian
 packaging) with regular expressions.

cool :)
 
 You can use the search engine at http://codesearch.debian.net/

nice

 I hope you find it useful and would love to hear your feedback.

yes, I think it is. it's an enabler kind of tool, people can study the
code in new ways and it has applications also in the security field. if
you consider that Debian is one of the more extended (and regularly used)
collections of software, I'm sure it will be the joy of many :)

cheers,
Domenico


-- 
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/20121106215213.GA20829@glitch



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Michael Stapelberg
Hi Joachim,

Joachim Breitner nome...@debian.org writes:
 Since you have all code extracted anyways, could you extend the page to
 allow for easy code browsing? Might be faster than apt-get source;
 less ... sometimes.
Very basic code browsing is on my agenda, but zack@ mentioned he wants
to build a new sources.debian.org. Maybe his project is what you are
looking for? :-)

-- 
Best regards,
Michael


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



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Joachim Breitner
Hi,

Am Dienstag, den 06.11.2012, 23:10 +0100 schrieb Michael Stapelberg:
 Joachim Breitner nome...@debian.org writes:
  Since you have all code extracted anyways, could you extend the page to
  allow for easy code browsing? Might be faster than apt-get source;
  less ... sometimes.
 Very basic code browsing is on my agenda, but zack@ mentioned he wants
 to build a new sources.debian.org. Maybe his project is what you are
 looking for? :-)

either works. Or rather, both should be one (or at least appear as one,
e.g. search input field on sources.d.o; search results on codesearch.d.n
linking back to sources.d.o).

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Neil Williams
On Tue, 06 Nov 2012 21:22:17 +0100
Michael Stapelberg stapelb...@debian.org wrote:

  Another important step would be a way of excluding matches
  within comments from the results.
 I have considered this, but when you think about it, identifiers
 (variable names, function names, …) and comments are really are there is
 searchable in source code. Could you give me a few convincing points on
 why it would be useful to exclude comments (that is, examples)?

Any search term which can be a variable name and frequently occurs in
licence headers or doxygen markup or email addresses (copyright).

(I dread to think what results come from searching just for 'debian',
even with filetype:c it's all licence headers / email addresses.)

http://codesearch.debian.net/search?q=QofBook+filetype%3Ac

Any similar term which is frequently used across doxygen-style API docs
will give a mix of comments and code.

e.g.
http://codesearch.debian.net/search?q=modify+filetype%3Ac
That's just swamped by licences, as would be received and lots of other
common words (which are, rightly or wrongly, used as variable names or
as part of function names).

Without exclusions on comments (and without fixes for filetype: matches
below) then any common word is going to be swamped.

  The filetype seems a little confused in places too. Searching for
  things in filetype:perl I get matches in debian/control and
  debian/copyright.
 Can you give me the exact query for which this happens, please?

http://codesearch.debian.net/search?q=codehelp+filetype%3Aperl

filetype:perl just doesn't seem to be working:
http://codesearch.debian.net/search?q=QofBook+filetype%3Aperl
... lists a lot of .c files ...

filetype:python does the same - some .py but then a lot more .c

-- 


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



pgpW7FiDGAXan.pgp
Description: PGP signature


Bug#692516: ITP: python-pyxs -- Pure Python bindings to XenStore

2012-11-06 Thread Maykel Moya
Package: wnpp
Severity: wishlist
Owner: Maykel Moya mm...@mmoya.org

* Package name: python-pyxs
  Version : 0.3
  Upstream Author : Sergei Lebedev lebe...@selectel.ru
* URL : https://github.com/selectel/pyxs
* License : LGPL
  Programming Lang: Python
  Description : A pure Python XenStore client implementation which covers 
all of the libxs features and adds some nice Pythonic sugar on top of it.


-- 
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/20121106234022.31431.71093.report...@andrea.mmoya.org



Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Adrian Fita
On 05/11/12 22:12, Henrique de Moraes Holschuh wrote:
 Hello all,
 
 I would like to bring to your attention the improved support for system
 processor (CPU) microcode updates, for x86/i686/x86-64/amd64 systems
 that was recently added to [non-free] Wheezy.
 
 System Processors from Intel and AMD may need updates to their microcode
 (sort of a control sequence for the processor) to operate correctly.
 These updates fix bugs/errata that can cause anything from incorrect
 processing, to code and data corruption, and system lockups.

 [...]

 You can check which version of the microcode your processors are running
 by looking for microcode lines on /proc/cpuinfo.  This information is
 only available on recent kernels (such as the Wheezy kernel).

Hello.

My CPU is an AMD Turion(tm)X2 Dual Core Mobile RM-76, cpu family: 17, so
it doesn't need the amd64-microcode package which contains microcode
updates only for cpu families: 10h - 14h  15h. But the microcode kernel
module gets loaded regardless of the fact that my CPU doesn't need it.
This leads to the following message being shown at boot, taining the
boot process messages (basicaly it uglifies the boot process :D):

microcode: failed to load file amd-ucode/microcode_amd.bin

So, shouldn't the microcode module be loaded only for the CPUs that need
it? I know I can blacklist the module from loading, but I think this
should be handled more elegantly - read automatically - by Debian so
users wouldn't have to manually fiddle with blacklisting modules. I
don't exactly know how this should be done, but seeing that the
microcode.ko belongs to the linux-image package, maybe there should be
some script that runs when the package is installed that checks if the
CPU needs a microcode update, and if it doesn't it should blacklist the
module.

-- 
Adrian Fita


-- 
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/5099a17f.7010...@gmail.com



Re: Bug#692516: ITP: python-pyxs -- Pure Python bindings to XenStore

2012-11-06 Thread Dmitrijs Ledkovs
On 6 November 2012 23:40, Maykel Moya mm...@mmoya.org wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Maykel Moya mm...@mmoya.org

 * Package name: python-pyxs
   Version : 0.3
   Upstream Author : Sergei Lebedev lebe...@selectel.ru
 * URL : https://github.com/selectel/pyxs
 * License : LGPL
   Programming Lang: Python
   Description : A pure Python XenStore client implementation which covers 
 all of the libxs features and adds some nice Pythonic sugar on top of it.


Which python series is this module compatible with?

Regards,

Dmitrijs.


-- 
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/CANBHLUhLd-4t5_VjyXCzGB4e=bbiW=_pvtosvzak9edhoyt...@mail.gmail.com



Re: Bug#692516: ITP: python-pyxs -- Pure Python bindings to XenStore

2012-11-06 Thread Maykel Moya
El 07/11/12 00:55, Dmitrijs Ledkovs escribió:

 * Package name: python-pyxs
   Version : 0.3

 
 Which python series is this module compatible with?

I've used it with python 2.6 and python 2.7. Haven't tried 2.5 yet
neither 'python2.x -3'/2to3.

Regards,
maykel


-- 
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/5099a93b.7040...@mmoya.org



Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free

2012-11-06 Thread Henrique de Moraes Holschuh
On Wed, 07 Nov 2012, Adrian Fita wrote:
 My CPU is an AMD Turion(tm)X2 Dual Core Mobile RM-76, cpu family: 17, so
 it doesn't need the amd64-microcode package which contains microcode
 updates only for cpu families: 10h - 14h  15h. But the microcode kernel

Family 17 (decimal) is family 11h (hexadecimal).

 module gets loaded regardless of the fact that my CPU doesn't need it.

Linux loads drivers for the devices it supports.  Your processor supports
microcode updates, and the kernel does know how to apply them, so the
microcode driver will load.

Also, the modular microcode driver won't complain of missing firmware files
if amd64-microcode is properly installed and working (the firmware files
with the microcode will be there), so something is wrong.

Are you using a custom kernel? was the initramfs for the running kernel
properly updated by update-initramfs -u ?  Are you using systemd?

 So, shouldn't the microcode module be loaded only for the CPUs that need
 it? I know I can blacklist the module from loading, but I think this
 should be handled more elegantly - read automatically - by Debian so
 users wouldn't have to manually fiddle with blacklisting modules. I

It is not a very good idea to overcomplicate stuff that will break the boot
process should it be buggy.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
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/20121107005052.gb5...@khazad-dum.debian.net



Accepted scscp-imcce 0.7.1+ds-2 (source amd64 all)

2012-11-06 Thread Jerome Benoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Oct 2012 13:48:06 +
Source: scscp-imcce
Binary: libscscp0 libscscp0-dev libscscp0-dbg libscscp-doc
Architecture: source amd64 all
Version: 0.7.1+ds-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Jerome Benoit calcu...@rezozer.net
Description: 
 libscscp-doc - IMCCE SCSCP C Library -- reference manual
 libscscp0  - IMCCE SCSCP C Library -- library package
 libscscp0-dbg - IMCCE SCSCP C Library -- debug symbols package
 libscscp0-dev - IMCCE SCSCP C Library -- development package
Changes: 
 scscp-imcce (0.7.1+ds-2) unstable; urgency=low
 .
   * Fixes for hurd-i386 architecture:
 - Test hang.
 - Test libtool failure.
Checksums-Sha1: 
 65ccb9c03f6d76c6fb29f067ccdc1e2ab76687ea 2225 scscp-imcce_0.7.1+ds-2.dsc
 1debe35bc95fcc1b1f45082d91c3455c3a83b137 9616 
scscp-imcce_0.7.1+ds-2.debian.tar.xz
 e8e859f01a2b0489eef03f360601e5779112fb71 77478 libscscp0_0.7.1+ds-2_amd64.deb
 2f92bc5c87cdb48d704bfae7bcf5d4aea2acf0e6 71912 
libscscp0-dev_0.7.1+ds-2_amd64.deb
 82a1a865dc5b3dcb3053849abd5191fa2ca42f03 149164 
libscscp0-dbg_0.7.1+ds-2_amd64.deb
 f2ae76016101c43e7c6bfa6e9836f6cec9378aff 424372 libscscp-doc_0.7.1+ds-2_all.deb
Checksums-Sha256: 
 57c9c6a0efdd45b08e3f23c1741af8b0c4a1e14b4b284ef0bd27d272b4953c80 2225 
scscp-imcce_0.7.1+ds-2.dsc
 e12c1bf69abfde2b2226841cc179142b430a6964c36f888a62ff3340accb8ed2 9616 
scscp-imcce_0.7.1+ds-2.debian.tar.xz
 715a7c77beb60f4051753beadc6eed84ab0ddcc3ab7fd0c339f6aafbe71dfd85 77478 
libscscp0_0.7.1+ds-2_amd64.deb
 4c7ab89cbb5fb386695fb6f4748dc1d2c6c912428882e742b532ecf7e7d2 71912 
libscscp0-dev_0.7.1+ds-2_amd64.deb
 ef08ffa901eddd20fe895816a7f299ee5d589202aa2ff40f4f253c18d6440c9c 149164 
libscscp0-dbg_0.7.1+ds-2_amd64.deb
 0807cfc64ded17b92bd21586b0ee9a7af62ba056d4adc4052c76b55a575745b8 424372 
libscscp-doc_0.7.1+ds-2_all.deb
Files: 
 46e111461011610a9f3b0b5bddd79b86 2225 math extra scscp-imcce_0.7.1+ds-2.dsc
 bde6b3fb43dcef42c791b45f46a9450a 9616 math extra 
scscp-imcce_0.7.1+ds-2.debian.tar.xz
 896188a4c53d7a04c64c6edad7d7fcc6 77478 libs extra 
libscscp0_0.7.1+ds-2_amd64.deb
 f17310479e90d7fa2bc0042ea5499e28 71912 libdevel extra 
libscscp0-dev_0.7.1+ds-2_amd64.deb
 3ed29a58667ed2b900bb2014c19bcd74 149164 debug extra 
libscscp0-dbg_0.7.1+ds-2_amd64.deb
 1216d0f3ff622e9efd7a522f354789e5 424372 doc extra 
libscscp-doc_0.7.1+ds-2_all.deb

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

iQIcBAEBCAAGBQJQmL/cAAoJEHjcaNsybYQ4/6wQAJmVg6NAF/aqEz1n8IuqB1Li
9sOZu+XFwKstFuO+umoKuR/H0cSGqZ6urv4Y5R2wvoEuYgSnjBAGFadUNVuBISvH
xgdMda28XV2nG2ImicX1AdPuY0c6Wje1vtsb1sQFnCOZil1ZAvAqIG32G+2IzlQ0
Ed3fWod/DN9IKYx13h6USsgPcSOfSlhrICwZU0nszdAoQnU+oyIlRo1DHwYkGkWS
/g2rTDHZ+uTNoayUQCiPbNHhQaSwwC6F4Fgw2itU9PsIfnZ4RmwXmYpaw3IC6j/L
DRM7wVS7hqNUqSxZL102vZKf+rp+/+Sv32LGxqVA+ZeSOzlrEO1LMdvHeaYb1x1j
PPRDxgHLWRnAgCNbDeEpFX4sQbwvMfUQqMcAsLLQD2uXtKfCDfBPQLcKebs7KZLu
FpN/l2JZbZniRoQcp/+oa4cC4Fiz4i9FnK3rMDgM/5YOGVzuStMNFVoj0tSwnB3z
YgofZWBCs4d93fHQUZ0mB1PCxE8L87TItYWqcL+0nEVrhkioasHkK5/kdlRj2e2J
ynTMrquTyrZq7B7Tm2rDQLmxBAlJ95m3UcRCFs0rRx4xWqBlvCnsHTNpp/Dc6TRc
2vEGieeYKczBa7KM7FK9bM5aekF7ocI+4Sb611L2H5U8IlhDRqsmLFLOILBVkSzP
NulnbJIfJ7qZd3mZp5vL
=st+W
-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/e1tveaq-0007dk...@franck.debian.org



Accepted tophat 2.0.6-1 (source amd64)

2012-11-06 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 14:54:31 +0900
Source: tophat
Binary: tophat
Architecture: source amd64
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 tophat - fast splice junction mapper for RNA-Seq reads
Changes: 
 tophat (2.0.6-1) unstable; urgency=low
 .
   * Team upload
 .
   [ Carlos Borroto ]
   * Imported Upstream version 2.0.6
Checksums-Sha1: 
 8c21d3b95b854cd220a4b314c5b2aa949fa5fa4f 2135 tophat_2.0.6-1.dsc
 d44084067f8345e9327f144746fcaa8b13ec328d 413551 tophat_2.0.6.orig.tar.gz
 4756f241d10aad628cbbc3d1c09b62d4df8b1689 5659 tophat_2.0.6-1.debian.tar.gz
 ad238395b42e5b85a5a8e8d0eaa017b17fe4f3a7 641756 tophat_2.0.6-1_amd64.deb
Checksums-Sha256: 
 36ca7d4acebe8c04d256b89dbb68d29fde73937938e05728f63474919b06b834 2135 
tophat_2.0.6-1.dsc
 556e8c8893694d9ffe469c024fbf3e2ccad1c05b70fec5cd2e70ce474a2e01ec 413551 
tophat_2.0.6.orig.tar.gz
 d8cd1a29dc9ea157b6dbdd6fb8cc99dead19461b043bc60de634d740c2be9423 5659 
tophat_2.0.6-1.debian.tar.gz
 626cac0cfda5c55d1e9f9f9f43d4243fa3281a15a746be1d44b7c88a46b9172b 641756 
tophat_2.0.6-1_amd64.deb
Files: 
 77a3e06af84708c5bfe6699a2d897a4c 2135 science optional tophat_2.0.6-1.dsc
 1c3c5fa5f2243e33b24f165a37934235 413551 science optional 
tophat_2.0.6.orig.tar.gz
 a731f8eba28cde99b8eb1d79657e2d6e 5659 science optional 
tophat_2.0.6-1.debian.tar.gz
 cd888a9cd952d881b6e9b73f4c5df85a 641756 science optional 
tophat_2.0.6-1_amd64.deb

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

iQIcBAEBCAAGBQJQmM+zAAoJEMW9bI8ildUC9VwP/jlGpSqYoT/t/6EmcN9RP0k1
lO41jInkuwa1gQeeApAHCEfW5E4EEsm0FR4rlkiyp5hJzfiJwtWVdDjOf1MnK/gw
KPdHaWfOfjwwC1y7Nmu5LuJTkbsZ1ZnksGVYoOHh/DVF0fgcD2maFlEpkKMuXght
I0q38UI7C0tnklvOtQwHhAS9nMR7O8rGis88sdz8TUXUh5642PmmZEBHXSJpxO4l
crgATjxdyAkKaV4j43alP6D2FV8FXiCjKEL+2h5+e7QrvQDGNuEU8yM1LNojKBaF
HLtQcO1ZdmLOL9pJSHvJ3JZIrqLdlXY5tizBvfD39on50Ye90vnJkjqwBAwzVgu5
Q/puWfVjKRDj6uVIq5X48HUD9Jn09TYPo3UK4zWpG2zAmeXkNbsnN1GCL+740Txa
fn+8P1ZtIBM2qwPzPOE3gwguRG20+3Fw/nA5iXEJH9OLcaNZP2yeWjQom8EySQMR
nvQHPNP//6J2euzWs+Uh6aQ2ClWSrSc2RkLI3IT5v78vhCHM/yTqsUG1ouSRK7G2
xBt1YbIEBsH5FiZIxlIQWJI+oWCg8mvjxfFcf02p6k8CcrmXuy0+n2DqQU+hjZsL
25EE/d879YEc/FlpUb1T9WyR3BdxHSxEf7xaF9FiPrZQC17Poc0ab1x8ghBA/RO0
0KK4Zmz++W4NwsuacdDF
=M9ll
-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/e1tvfia-00019a...@franck.debian.org



Accepted lazr.restfulclient 0.13.1-1 (source all)

2012-11-06 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Nov 2012 11:53:59 +0200
Source: lazr.restfulclient
Binary: python-lazr.restfulclient
Architecture: source all
Version: 0.13.1-1
Distribution: experimental
Urgency: low
Maintainer: Stefano Rivera stefa...@debian.org
Changed-By: Stefano Rivera stefa...@debian.org
Description: 
 python-lazr.restfulclient - client for lazr.restful-based web services
Changes: 
 lazr.restfulclient (0.13.1-1) experimental; urgency=low
 .
   * New upstream release.
  - Now cache-safe for concurrent clients.
   * Upload to experimental, as we are in freeze.
   * Get rid of .pth files, dh_python2's namespace support is sufficient.
 (LP: #796992, #583426)
   * Depend on python-lazr.uri. (LP: #876445)
   * Update watch file to work with secure LP urls for the tarballs.
   * Bump Standards-Version to 3.9.4, no changes needed.
   * Bump machine readable copyright format to 1.0, no changes needed.
   * Updated copyright years.
Checksums-Sha1: 
 e101f7cdb9c97b7bb46d32bee243e508702383a7 2127 lazr.restfulclient_0.13.1-1.dsc
 dd7197e962f87412c4110fc466bc49475db0ffdc 55831 
lazr.restfulclient_0.13.1.orig.tar.gz
 69fc39cbd7c3946c7c38328d4fead1a6350a4754 4358 
lazr.restfulclient_0.13.1-1.debian.tar.gz
 1662bf3724fe5d775d45789925ee305bd43e5155 58686 
python-lazr.restfulclient_0.13.1-1_all.deb
Checksums-Sha256: 
 1fb98e166ecc6be1fcd612b0d4a49dc9c21a92a1f5c8932e61ade46c0a95a864 2127 
lazr.restfulclient_0.13.1-1.dsc
 0b678412b61e3f9722525c07f7bbfd3a15173c3869d3dab30f2671c9bead7f2a 55831 
lazr.restfulclient_0.13.1.orig.tar.gz
 fb1ef8e76f2b433e85a86f2006e7b5d9331389d87e7454bcc56fd0e166ac5296 4358 
lazr.restfulclient_0.13.1-1.debian.tar.gz
 85c72217c9176382f94256f3890e01af731634ec816a6206fbbc478d1ad3e49a 58686 
python-lazr.restfulclient_0.13.1-1_all.deb
Files: 
 5aa592dfd07ba6b490e4e450ef161e9f 2127 python optional 
lazr.restfulclient_0.13.1-1.dsc
 d0dd34f9bdb78a9a748d48151d4e12f7 55831 python optional 
lazr.restfulclient_0.13.1.orig.tar.gz
 4b149050f38cf2c1fc26818792601bcf 4358 python optional 
lazr.restfulclient_0.13.1-1.debian.tar.gz
 313a5cb5c03322de76617e16d06f053e 58686 python optional 
python-lazr.restfulclient_0.13.1-1_all.deb

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

iQIcBAEBCgAGBQJQmN/5AAoJEACQ/CG1zRrMdycP/1pXtpbuKVg/dtYrrCD1Bjp3
tMu6bzIqTrzwg9gSfQavpyNOyLoy/hxtxtpazQz0ZoLLH23mJTcJz9rrHNyeUTv8
p4U4E2YRIhWI8G2AtFBvC4Y9i49PXKUzwnoTys9LAs/2brCbOF3ckTshGuITSjk2
dqhTLhorFDPTcbT9R+T+zAUbjRzVPsAZ+gzBnqM2I4dXf12qKofJteSgAPpoVM3q
prR+fTnjtqnurYzmFH+x5Tm3ypoKMEbewKkauq1Nsa7hbYOZCZ/OgnoTb+epP4Vu
CLIy0MOrgjVtDK+Gjom+G0mgFDyoG1LD3GURyE5iLWSPBP6wVZOUIuw/qKqO8MxS
+0pRRq51vms8aXdhSUFY+Vd06uf7JdXPE3L8raCuB6jRaEuK8vBC35P1wCucpspS
u0XV84CxJMxXBSqB+JwewdbAFcWbx+44SrzM3h5fC7dDo5FZagaIafzOFTgepoVU
yK2BTiUvMwsOaRHIzuU3kKnLsqKyoDSyRQs5u+YJpvLZpU5uuyEZwlUdytx5OXfQ
xfb7DqFFUMPnKg+iPr0l7t3NgG6vnJ18T6uAHOisBJS1R0fpTUf8m1HdRKMNNjqp
hjO29ILUZndxHYwygSvkByEMlIiB8Oi2YdupoBcxdEPXzyukS9vrklBGhAYsehV4
8Ab2nRyp7FpCcZt7yogX
=4L4U
-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/e1tvge4-00041i...@franck.debian.org



Accepted mountall 2.43 (source amd64)

2012-11-06 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 01:03:12 -0800
Source: mountall
Binary: mountall
Architecture: source amd64
Version: 2.43
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek vor...@debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 mountall   - filesystem mounting tool
Changes: 
 mountall (2.43) unstable; urgency=low
 .
   * Fix a regression introduced in 2.41: parse_mountinfo() doesn't
 generate a mounted event for a filesystem whose canonicalized
 mountpoint doesn't match the mountpoint specified in /etc/fstab.  So
 we still need to call mounted() explicitly for this case.  LP: #1059471.
Checksums-Sha1: 
 67d059a942d8ed07b9d440cbfea042d38ba2186f 1737 mountall_2.43.dsc
 f6fe7b3bbc9b03247d66981bcc49a609a6685f78 633355 mountall_2.43.tar.gz
 2965449abbed2cf0806013a88790e6321e0fe3e5 80320 mountall_2.43_amd64.deb
Checksums-Sha256: 
 a139156b5ccca0ce350dcb4efbd0c73e2acf374759e4901bfac10d394261f2bb 1737 
mountall_2.43.dsc
 24482f28a1c2b87758422517b7f83473c08aa2fed6ea41fc4c57b18eaa3ed953 633355 
mountall_2.43.tar.gz
 870feb0ae0839ed8b745d4e43137cd1c96123b972c85937cf9414eb0a7a10404 80320 
mountall_2.43_amd64.deb
Files: 
 2da851919be74431f4995bf2e7227585 1737 admin required mountall_2.43.dsc
 6270e4cffb904dc7a11283dbb2248290 633355 admin required mountall_2.43.tar.gz
 29340ec922798e79ede42cf259bf2aa2 80320 admin required mountall_2.43_amd64.deb

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

iQIcBAEBCAAGBQJQmODhAAoJEFaNMPMhshM94pkP/jWZS2Hs8PTBYG2MKse9F7l/
7J3b494ODdcI2n7i9PLbn9Z0jshYGH69fXIH/Arqnux2AxEqOAY8dcZdeEz6lLbl
8+upAmbKJ/U9IeBIqk9JvmVN19k1Q9YPMn7QHtSgbJBup9hdR+gOo59J1MtrLvSR
l69y9Ug1AEuXe56FirEFlrr0uK80ToOydbIl6DCMV2fPxZa2dY4v10bh10baWc2j
VfZKfrLVRr+C6P2a5o+R6UbqEUetMeJ4Cz4A5XhwtN1QldopeiFwssyzYqh9IXMk
j96nL6Q2E9pvPnKQkeEA76WwOk6D22TA8k16hS3fbC021l7lno3NsLQR7p3nTZVU
vYChxsj8ruEELC9mnk2sJLRkxd4BG6ZDh3hgTx4wIYgakcbshVoqp3v7H+UhePye
vX5Nx8ShdFM4YC+p2TJilQapxgSka+vfnctwpB9uw6KQLHFdhZrMp2u48QcjKl09
/1fEatbBhJzbqmoXLu3opSHfFxg4ubNt2VmUdkftnpKb0cUOGOglnla4DVVIILJF
HXm4yAJi41To0srFJqoYyh1dKNYAV+DRCThZ2/TZuXZjYSfe8GCEfW1LoGcyY5bQ
C8sCrP2KZr5II5/vh4j36quAaL6pGkGkCHpqoBv89UmItKlcCaFCHtfKzvNkocoD
9HlcIvYX+GJTjW3/gtz8
=jxpM
-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/e1tvge9-00044g...@franck.debian.org



Accepted beast 0.7.6-1 (source amd64 all)

2012-11-06 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 10:05:27 +
Source: beast
Binary: beast bse-alsa libbse-0.7-4 libbse-dev beast-doc
Architecture: source amd64 all
Version: 0.7.6-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 beast  - music synthesis and composition framework
 beast-doc  - Documentation for BEAST/BSE
 bse-alsa   - ALSA plugin for BEAST
 libbse-0.7-4 - music synthesis and composition framework - shared library
 libbse-dev - music synthesis and composition framework - development files
Changes: 
 beast (0.7.6-1) experimental; urgency=low
 .
   * New upstream release.
   * Refresh debian/patches/100_deprecated.diff.
   * Improve debian/patches/400-format-security.patch.
   * Remove debian/patches/*gcc4*.patch patches, applied upstream.
   * Build-Depends on groff.
Checksums-Sha1: 
 a6cc0b9fe356d90cf0197d3b04b6b7c67a18ba53 2386 beast_0.7.6-1.dsc
 8ac49bbe8e7b3b247e8f1d73b85400c64af3a985 6355826 beast_0.7.6.orig.tar.bz2
 799b323fc38d097bb1de1b37c14d66e99cbcb456 16018 beast_0.7.6-1.debian.tar.gz
 1d247f93d1cd6f99adb8406e6de2f6a763dfd15b 2463738 beast_0.7.6-1_amd64.deb
 488439ca443ba7a14b6a3934009b9ff3c90a3dac 35858 bse-alsa_0.7.6-1_amd64.deb
 5100df71acd0b749b9fa02655abffc6a7860b521 1504874 libbse-0.7-4_0.7.6-1_amd64.deb
 eb9acef6b348b53e178ae3df7fb4474dc03c81af 308500 libbse-dev_0.7.6-1_all.deb
 895347df2554f228741dff2a2138766c190b918a 51364 beast-doc_0.7.6-1_all.deb
Checksums-Sha256: 
 ae5ae40b5cffed60031fa394ab8c905ed8eb3ce01cd25db9b13de3776bd1679c 2386 
beast_0.7.6-1.dsc
 3eadbad7d7a7e6b51baf56c65f0b33b4a466ca8332d2a25bb0d26993360742ae 6355826 
beast_0.7.6.orig.tar.bz2
 d2259e4d7bc02aac6677e47c5c54987ff6fbc30969a1e325756d67922f864a23 16018 
beast_0.7.6-1.debian.tar.gz
 aa7f316a68f3eba5b01f667b3d4367c13f4b3a1c3e777d4ed86d5084cab06cae 2463738 
beast_0.7.6-1_amd64.deb
 d8ec543fc19baf56ccb9c38d6e0433b41f585952b69c7b99d38aea15c143a731 35858 
bse-alsa_0.7.6-1_amd64.deb
 9b585304cebcb40ae8edf5c123e7919b32e76b78ca7a4acda9f406574b964fb0 1504874 
libbse-0.7-4_0.7.6-1_amd64.deb
 ae9ea3086669bb99210adc7225179cc27f2d1a3dc108d9b70767395ff65707ee 308500 
libbse-dev_0.7.6-1_all.deb
 d87ebbbf74587050109899f9661089c0bf553d51a5427effb0ea7db8f3280114 51364 
beast-doc_0.7.6-1_all.deb
Files: 
 7d8352ffb014f2f4e46c69bab6f26c2e 2386 gnome extra beast_0.7.6-1.dsc
 99c41c6630d5d130abd7a0a01277f5a0 6355826 gnome extra beast_0.7.6.orig.tar.bz2
 9b1732538dd7edd252bb992a0fddfe4a 16018 gnome extra beast_0.7.6-1.debian.tar.gz
 f2ee22e3af18f8c13a84ed0c8fab81d6 2463738 gnome extra beast_0.7.6-1_amd64.deb
 4aa8751a8a78272e8b05e9d2e239e7b6 35858 sound extra bse-alsa_0.7.6-1_amd64.deb
 b20eb7a94d47814a1b91c3e62fdf6b3e 1504874 libs extra 
libbse-0.7-4_0.7.6-1_amd64.deb
 42d118fce7e1e412ae637e37b8fd0a5e 308500 libdevel extra 
libbse-dev_0.7.6-1_all.deb
 f8a206290778c8638fe42bb70ddf638c 51364 doc extra beast-doc_0.7.6-1_all.deb

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

iQIcBAEBAgAGBQJQmON0AAoJEOikiuUxHXZaM+wP/2260E5ybyB2ndsJG1AXtzaR
OyqJ5P1adezc9XSlIWir1395ggus1f1X3a/d2cIFl9AiVnZTILdd0WMOKg8EXiAT
9Yb9LyqXOWb1fXHb5ixT9ANISkli06JD4CvcGkAJcjAkw2JXZvQAssM+UNKWkTWc
YCr1AmTp44rK9r52LxVb4wiyzG892Nz9RFu8aoJJ2ZnqeFn4Da9mDeAH8GsT2HEx
hCujVPF0c9X/RYnknz84zOVAlhBEzgpj3i/zF/YuNzLWwzetGFPSIBiz0ENfYa0x
oUyPTIKxzWvAmy4Z5BpHUAOw8Y07sObCJxwhFaxI5Sy/pPRTUSBmEqX9iT0C1XT2
igHIXkSvQskWEjJnn4Dw3ftWtrWTGbsOe8Ity3hmCjg3RY29s/FApdgTgo9Kcdpj
v7YGuvRR+hwCMYat/LSZ7K4/bFeVajBGI15ygxC2liTgK+cTnmQ+EzPhGPzsvV/q
4pnlPcOILA06JQRisMFuJBvkXUOROy9/Ey+fb1clKVsQlLQMGg1AfFNpNjf7j8NU
iM19REYg3w1IQzDmjS2l6qP70c6VsIxw35zUdo5guXZpP9a9bvtVhi3cQpXLaKbZ
16s5nntUisN44+6ckMt7/5jRqNIfhvG1FtCOfshl82fSIc1jjUWeHmgv1UDfEKJF
Kwno+d3I/j/0Mtjw4n3p
=tnGf
-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/e1tvgsz-0001uy...@franck.debian.org



Accepted roundup 1.4.20-1.1 (source all)

2012-11-06 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Oct 2012 16:07:43 +0200
Source: roundup
Binary: roundup
Architecture: source all
Version: 1.4.20-1.1
Distribution: unstable
Urgency: low
Maintainer: Kai Storbeck k...@xs4all.nl
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 roundup- an issue-tracking system
Closes: 689257
Changes: 
 roundup (1.4.20-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove conffiles only on purge.
 Fix deletes conffiles during postrm remove (policy 10.7.3) as roundup
 removed /etc/init.d/roundup, /etc/init.d/roundup-dirs and init script
 links also on remove, abort-install and disappear calls to postrm.
 (Closes: #689257)
Checksums-Sha1: 
 14596d07a2207d5ef5a93baed9753644f95c746b 1779 roundup_1.4.20-1.1.dsc
 d64d41e78ad2cb306b36b804a764e8d79b40b0f7 64179 roundup_1.4.20-1.1.debian.tar.gz
 9697f08777d192c15d4c5f074a99721fc4f8bca6 1527072 roundup_1.4.20-1.1_all.deb
Checksums-Sha256: 
 16372dcf58ec0f8a52993ee167f06375d3554f21637c73e9fa5f6f3cb334ddd4 1779 
roundup_1.4.20-1.1.dsc
 bb3e0b9833931a405c0c9ee2f41683c306269912f4b1e6f2742e892797352636 64179 
roundup_1.4.20-1.1.debian.tar.gz
 7b8af4407e942a032611950c028904fd3d31d64d4c6872214f500dff3768782b 1527072 
roundup_1.4.20-1.1_all.deb
Files: 
 bffd873fee18768911d676c92245ee90 1779 web optional roundup_1.4.20-1.1.dsc
 5c2c6972306cd386cdf6b44164ed312c 64179 web optional 
roundup_1.4.20-1.1.debian.tar.gz
 674b0e63d216e017cc24d288e73da810 1527072 web optional 
roundup_1.4.20-1.1_all.deb

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

iQIcBAEBCgAGBQJQlkJNAAoJEHidbwV/2GP+fAwQAJm5Gqu9PYt/DcNwRcwgyUT8
H4fundIBQZFGhwxN68Pf9bztbfUS2HEYh0VxkRH/TVc5+SUxdO16bxK2PkfmqQ+m
ktobF+ucSC0yEWqLB6h7y3SviF/bTDRUGyHo8fjq0mHP+7jfmJ0z9jOBwFAgb55+
2kdRNvT2m1ToXJ6+ii0HwJ4g+8t/RYcs18NPanL/yq0rh8bfv3CzP3G/YOqqFW88
ZJL6/6vO4PJV9WoG6WmNFe2D4I2CBxoA4eKoQ4kskBNRnkOYE034BMRDZ8mL/tHA
+MnvtzvQEnW2gd1qu+LNQVvrMtXUJCUFwcYKpw29NvwPklaA3BuJyGUwtQ2tHTQo
jvZXxz6muRJy+tX7djK6KskoiXrTu7zAwRpxgV69V+hvkoSu1kMJvUUuuaVuKEtk
CZ+nroPSjdcmpcrzr7V7vTvgvZnkwW1QcqipbfHHXhgU3qViFoZW1bz4aYGHlR7t
j0MGMRlYbbNeNuBOspRaLfQsEac85yhFde1+sojYEqXfu8Z2pv7nhJht23HOhjsq
xar2IFDyFgE5SJNJ12WwNQisWQ8p2IO+6I5NXXNjepmb+UxVwcJfGMjuQLWq8Ls5
nujk6jdWFOZbNrPvyLplzXeF5ppDBSKQN2JQPs2pPuhitmLACecCJ70uWwHck0QB
Na5fv0kus8Bwn0QanSfr
=5Hcc
-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/e1tvgh0-0004wy...@franck.debian.org



Accepted knemo 0.7.4-3 (source amd64)

2012-11-06 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 14:16:53 +0100
Source: knemo
Binary: knemo
Architecture: source amd64
Version: 0.7.4-3
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 knemo  - network interfaces monitor for KDE's systray
Changes: 
 knemo (0.7.4-3) experimental; urgency=low
 .
   * Fix FTBFS on ARM: add fix_ftbfs_arm_qreal.diff
   * Switch to my @debian.org email address.
   * Bump Standards-Version to 3.9.4, no changes needed.
Checksums-Sha1: 
 8ba82afcaf6617d0cc3b697b3e7cce170e61df52 2059 knemo_0.7.4-3.dsc
 7ec8fdb5168152e158acc1fe8af7488a33594aeb 7406 knemo_0.7.4-3.debian.tar.gz
 6c36f400477c46f624f10299d97e90cfb212f057 831834 knemo_0.7.4-3_amd64.deb
Checksums-Sha256: 
 4e52b92677fef082ad1658b4999030432c7cd716b67adb4fc563a82fabfdd894 2059 
knemo_0.7.4-3.dsc
 d2329b4e03eff8a8f3184f194fd2a77cf21b82cc5f112c37f85e241541299353 7406 
knemo_0.7.4-3.debian.tar.gz
 dae40689f75e5857a4b2c859477f50de61ee24de70fce7d5726502527bd80cc4 831834 
knemo_0.7.4-3_amd64.deb
Files: 
 e86db2333b13ee7cba4749418f04369e 2059 kde optional knemo_0.7.4-3.dsc
 86b98b68b5a89e6f36362fbbd94a885e 7406 kde optional knemo_0.7.4-3.debian.tar.gz
 5eb3ffc040af53e73b7e773b87db75bf 831834 kde optional knemo_0.7.4-3_amd64.deb

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

iQIcBAEBCAAGBQJQmQ7UAAoJEP4ixv2DE11Fz7MP/1A2UJp3caTMDBLF9ysi7d3d
cTkKtWSAhozu/VpJ/BgUd9hPJXxiznIsSQl9l40x/L98XXe7ZiXsrbPUsAkTw2/7
d4G+DpgHdBUoqmsEGQl1UAcRsvs0/Cf5agawnikvClmgGbB/JNNubjW+jFyeYBuy
TpTUzzxVZJGzrv5S0H0dOIQVYWHsUw6I06a20Z1FDi2yPgMBDtoNKxGX67KoZElo
qG3VGMRUmo744U/lj8LjQ7FeYO8bZs0RIIC5RFo0jbL1Lc9dGY7IF6rURUaEumkE
0VpZuRYYkEskjgYoqGb9uzc0+sj96hCcRUrhl1WwGeeX6NdzPoOHWHlxa60Ff4Pu
ZKTbQd0U5RZAS627vXkb5bz7K6Mw7HFQziypWWpHZdqhg5X8L9vJUKfl494a3SEH
Pbc8R6fARcYZxPS2189BLSFUULqK9KXKIfVJY8KlD0bZhcK9014I1+OaofYory/O
kezsZkl2AqwMD/eTkyoze7QwMWUhEvb8H5J0FZ/mqGTmqeo2P0hhj35wKE3x0tHq
MwdRYKRH5/wZz07XjH7qtcYC/ffF/Fe0cQX2DhxlKLSykGb4wNnfSeK69BjdglLY
tbSWP5OUDt2BebUSpj2Q9J7QygB3U4YnOLM/i9gVOeD44V8m5KdZhBGQ7Z261vgw
GNuUzv35V8U6fevQhwT5
=UV7V
-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/e1tvjgc-w0...@franck.debian.org



Accepted radsecproxy 1.6.2-1 (source i386)

2012-11-06 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 12:56:27 +0200
Source: radsecproxy
Binary: radsecproxy
Architecture: source i386
Version: 1.6.2-1
Distribution: unstable
Urgency: high
Maintainer: Faidon Liambotis parav...@debian.org
Changed-By: Faidon Liambotis parav...@debian.org
Description: 
 radsecproxy - RADIUS protocol proxy supporting RadSec
Changes: 
 radsecproxy (1.6.2-1) unstable; urgency=high
 .
   * Urgency set to high for a security release.
   * New upstream release, fixing two security issues:
 - When verifying clients, don't consider config blocks with CA settings
   ('tls') which differ from the one used for verifying the certificate
   chain (RADSECPROXY-43, CVE-2012-4523). Reported by Ralf Paffrath.
 - Fix the issue with verification of clients when using multiple 'tls'
   config blocks for DTLS too (RADSECPROXY-43, CVE-2012-4566). Reported by
   Raphael Geissert.
   * Drop most of debian/patches/fix_manpages, merged upstream.
Checksums-Sha1: 
 d43706bf9981b5c29f1d729b627727ccb8421f52 1790 radsecproxy_1.6.2-1.dsc
 c45ddbbc69ed81a77c1365160d2cdd8f0184f40e 205422 radsecproxy_1.6.2.orig.tar.gz
 16e538b78df5afdd9f405746059362b4b34cd7ac 7771 radsecproxy_1.6.2-1.debian.tar.gz
 dbe6ea9d3a9fa8a456325686e28a7c790905cf35 91126 radsecproxy_1.6.2-1_i386.deb
Checksums-Sha256: 
 cea923711ef4df80546329a34bc1aaa923d800163ffe5a2ae89a9bb7289f 1790 
radsecproxy_1.6.2-1.dsc
 d562e69025b8833f0e44b141ae04aa0ae6b014290883a4f88967d8220c1d927c 205422 
radsecproxy_1.6.2.orig.tar.gz
 0f9e35c22a07bc12e1927674c652795c45025b112c709cf108723a5b48311bbc 7771 
radsecproxy_1.6.2-1.debian.tar.gz
 ed05e66a7ca3ec25afd0e17839b509f36d5aa403c066e14a21cb7af43e306c32 91126 
radsecproxy_1.6.2-1_i386.deb
Files: 
 4e51d22dafcb280c932ac4fbe1d07d3a 1790 net optional radsecproxy_1.6.2-1.dsc
 dad5c696e4cfe80d606ba90c9a13118b 205422 net optional 
radsecproxy_1.6.2.orig.tar.gz
 d58caa1c7d1c86515dc57b8f8217d270 7771 net optional 
radsecproxy_1.6.2-1.debian.tar.gz
 b7f203967cce8c32c27fb86f766be043 91126 net optional 
radsecproxy_1.6.2-1_i386.deb

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

iQIcBAEBCAAGBQJQmQSyAAoJEJ0LXlse7I8OVuUP/AiTJ3DDFgpcfwZKLDv6GRor
DG+NjZvXoXw07yKZrEMfkDVHiBEnAa/IltyxAoXICDBVTQdfjbROoFFNflzP58Dy
o21Qoyo9AOvUFSeuCT0thw/32XiwmT8+WNP1YbbP5pgJm5Dpd0vFOFt1652JsnF0
OZ1NkoIHaDd5ZsMUZ0yWe596a1PkB+TSj2UcnU4idEHpcVD15X+SqgJWeZMuajAQ
gV9kGH+8D9KjAHhxeiF4wE/VOJtr1j9yaUlEfT6kugr1AkTV2Hwf4sBwBwUogWv7
Rh7jCflyidLEGLRvNvLiLjW41YlAhsKSjBV1tG/w2t8jNDGlCK/rMP4gjP+5If5W
4Kb/ooPVogqR1fSSXRMo9CwQGCs/G5/Ep7y68vn2m4NFv4XxEMVGCzUv30AdgdV1
0PLRIaq4xr9s3NI/qRS/2472f9c91n8D8AIaFUYoDpurSHRsKLzBfrRTrxVJ24Cr
EOy6Yz5wCXhWrW9YamTn3zIi+O9ojWgTcjbl10oLwfCnpYwz/eEe5zFXRCRKxtyC
l7t0J3NxgDOXWLXx34E3wqK0ZdHa+ynQuTssaTO0OlHl+L6/yQrtLnx/MXI5Joc8
HoPNlddKu/SD/XGc4srrG67FnBVxxlRMoG1OnL5+1MpkVCFMZWMmoWSz3y7xw0uf
kTE7lbSKlxzxyfpBHVa5
=1CzO
-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/e1tvjgh-zd...@franck.debian.org



Accepted sitesummary 0.1.7 (source all)

2012-11-06 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 15:04:19 +0100
Source: sitesummary
Binary: sitesummary sitesummary-client
Architecture: source all
Version: 0.1.7
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 sitesummary - Generate site summary of submitting hosts (server part)
 sitesummary-client - Generate site summary of submitting hosts (client part)
Changes: 
 sitesummary (0.1.7) unstable; urgency=low
 .
   [ David Prévot ]
   * debian/control: Fix Vcs- entries.
Checksums-Sha1: 
 5c20ce339b2832958c934783357f694a25d85f77 1160 sitesummary_0.1.7.dsc
 dd8e8d7509b349293369a9cecd90c3c82338587d 74189 sitesummary_0.1.7.tar.gz
 03e2128c0edf69705c29358573374a73590b02d9 49638 sitesummary_0.1.7_all.deb
 5be75d16fbc94c383e8c16e9e1f6ba3525a327af 36886 sitesummary-client_0.1.7_all.deb
Checksums-Sha256: 
 ccb0f41ff2f3bd4f54065318a17901c126e9150ea287b3ee00fca0a61f6b9c76 1160 
sitesummary_0.1.7.dsc
 fe9639609f0caa1818a646b016d1845d57f48145c9cf112e977505b2a5aaf8b7 74189 
sitesummary_0.1.7.tar.gz
 a4e3e5f585c44dfbfc928e9e008304db0479e5a8549e04646d4b511d9102ecea 49638 
sitesummary_0.1.7_all.deb
 cbb172c48f357e8df140bfb9a53d0e9024f0a7db4406a06e31ded437ceb1cb81 36886 
sitesummary-client_0.1.7_all.deb
Files: 
 cf3ec0527f504fc2e8fddaaa0f789de0 1160 misc optional sitesummary_0.1.7.dsc
 29fae682c778202337bd5e62773730b4 74189 misc optional sitesummary_0.1.7.tar.gz
 033f61ada9291d3931a23b6ecc705dd8 49638 misc optional sitesummary_0.1.7_all.deb
 374a15c5faac1e9f7ee026f73ed378f4 36886 misc optional 
sitesummary-client_0.1.7_all.deb

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

iD8DBQFQmRln20zMSyow1ykRAisrAKDQnT6I5L/PM9RfDXSSguXVvqz32gCgiADY
B/xVOHKS3ZRp3sePY8K4WRw=
=BI5f
-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/e1tvkrd-0003gq...@franck.debian.org



Accepted cups 1.5.3-2.6 (source all amd64)

2012-11-06 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 16:26:25 +0100
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev 
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-ppdc cups-dbg cupsddk
Architecture: source all amd64
Version: 1.5.3-2.6
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk- Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files 
driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 668662
Changes: 
 cups (1.5.3-2.6) unstable; urgency=low
 .
   * Import more fixes:
 - From RedHat:
   * USB backend quirk rule for Xerox Phaser 3124 (and maybe others).
 (STR #4217)
   * Ensure attributes are valid UTF-8 in dbus notifier.
 (RedHat #863387, STR #4219)
 - From upstream:
   * Fix to properly send cancel requests to printers not supporting
 Create-Job.
   * Fix to work around broken 1284 device IDs that use a newline
 instead of a semicolon.
   * Fix to avoid letting the IPP backend stuck in an endless loop on
 certain network errors. (STR #4194)
* Tighten all internal dependencies on libcups2 to avoid any version
  disparity. (Closes: #668662)
Checksums-Sha1: 
 2fe74bea745a960673eeb799c499ea3e6ecad643 3265 cups_1.5.3-2.6.dsc
 47e66b8d3eed502320e34d733345e350ea44ba21 348385 cups_1.5.3-2.6.debian.tar.gz
 426efb4e7e08abc528131b1098a2dafd5948b93f 901694 cups-common_1.5.3-2.6_all.deb
 133b27275dc21c147efd24b45cdfcac561eedf30 85264 cupsddk_1.5.3-2.6_all.deb
 332111c5c28556e60ce374044aea339d0e2a913d 254150 libcups2_1.5.3-2.6_amd64.deb
 cd9f894b6899244192b1209f93d2c7046a9cb10d 136172 
libcupsimage2_1.5.3-2.6_amd64.deb
 d034d96ab633ef52f4afb360a532df204310dda6 114654 libcupscgi1_1.5.3-2.6_amd64.deb
 fb54f249e1f6b2e7b29274b5ba9b05d7e46be65f 102712 
libcupsdriver1_1.5.3-2.6_amd64.deb
 e84e3a8e95422433c1ecea3c4ca74c3207172281 97602 libcupsmime1_1.5.3-2.6_amd64.deb
 b808852c41221a7877ea129d95ac236ee3111ab2 137658 
libcupsppdc1_1.5.3-2.6_amd64.deb
 afbc9ebd0c3789c453d112fe5cd66625f5b65fdd 1380312 cups_1.5.3-2.6_amd64.deb
 5a105357b07f254e4518684f4d40e0a39e266200 180224 cups-client_1.5.3-2.6_amd64.deb
 5f2a2d9abed19539d35bb06432dda2d85a5fbbb9 325860 
libcups2-dev_1.5.3-2.6_amd64.deb
 621a48d7b0ae2ac56850dae42436f4cc8537ee25 65314 
libcupsimage2-dev_1.5.3-2.6_amd64.deb
 dd0fb1c01aa7d7bf6c96b5ecfc378a263c565774 120440 
libcupscgi1-dev_1.5.3-2.6_amd64.deb
 b487267daff3b122aa803255b19039605facb9be 105654 
libcupsdriver1-dev_1.5.3-2.6_amd64.deb
 0a84d4969d1683d412547698997e20d1a6eb7f50 98428 
libcupsmime1-dev_1.5.3-2.6_amd64.deb
 ff86fd887d774cc5f251f4af07b8551a351f20c3 154894 
libcupsppdc1-dev_1.5.3-2.6_amd64.deb
 826e2b5a44b224544d3ed95805347a06c17d0f87 45622 cups-bsd_1.5.3-2.6_amd64.deb
 1de85b328db99af91ae0140c6fcff6f34d79f103 114992 cups-ppdc_1.5.3-2.6_amd64.deb
 fb3c612e9d1c6f7b44a72c32a669395230f8c141 2209358 cups-dbg_1.5.3-2.6_amd64.deb
Checksums-Sha256: 
 8a141c8d6ade9b26cacb1cce51699c5b61ba6cd80cc468c4e2de7809d1b99945 3265 
cups_1.5.3-2.6.dsc
 31eeec8628ae7c05fb5cabdc9b595064bb732e82e52ec6602742a964b0c09a98 348385 
cups_1.5.3-2.6.debian.tar.gz
 ee9f46a993add73fe0c01fd21962c78ff80cad72536fc5337dc06c72cce9ffe0 901694 
cups-common_1.5.3-2.6_all.deb
 fd774d60ef5fe6b9052762503550c9f8ec31a888dbff1dbab394b0646584dcc0 85264 
cupsddk_1.5.3-2.6_all.deb
 7fefa6ea6e3a4d9651a88a50d78d313fe6a04feb0aec1ecec8c48df3624e33ef 254150 
libcups2_1.5.3-2.6_amd64.deb
 

Accepted libdevel-nytprof-perl 4.09-1 (source amd64)

2012-11-06 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Nov 2012 17:21:20 +0100
Source: libdevel-nytprof-perl
Binary: libdevel-nytprof-perl
Architecture: source amd64
Version: 4.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: 
 libdevel-nytprof-perl - Perl statement and subroutine code profiler
Changes: 
 libdevel-nytprof-perl (4.09-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 4.09
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 8da0c80a8c0263cfef08d6cf19440ad41b17f789 2291 libdevel-nytprof-perl_4.09-1.dsc
 6a3a6c67c2b095946be428bad9687fdb48411d19 413599 
libdevel-nytprof-perl_4.09.orig.tar.gz
 dd21231358a6fb0e158d294afed82121cb084211 7090 
libdevel-nytprof-perl_4.09-1.debian.tar.gz
 7417dbde3f9d4f9a7f4ae3f713bef32a26b88fc4 425370 
libdevel-nytprof-perl_4.09-1_amd64.deb
Checksums-Sha256: 
 d3d4e85aaf0fec625f4e021a98bed8e198147d00f29831849a8defd9e2d2ccb6 2291 
libdevel-nytprof-perl_4.09-1.dsc
 9270afc427e03c6c604bceba9450dde484191342435e85849b784d53b3c3a153 413599 
libdevel-nytprof-perl_4.09.orig.tar.gz
 32dc122bc37ccbe33d7edd502665b4f388ec4e7c2d901e204994bf387f1b6a25 7090 
libdevel-nytprof-perl_4.09-1.debian.tar.gz
 a433cc77c5cb34952ec527d3b1c215766a48a9ef588c8d5b6171ce00c6a8cbce 425370 
libdevel-nytprof-perl_4.09-1_amd64.deb
Files: 
 642429c8902a6f7b1bc39e1d4154b17d 2291 perl optional 
libdevel-nytprof-perl_4.09-1.dsc
 1201dca3f85b93af0a55303f556a0a56 413599 perl optional 
libdevel-nytprof-perl_4.09.orig.tar.gz
 a17d6ec8c7c9e5c5ce56604174345ffe 7090 perl optional 
libdevel-nytprof-perl_4.09-1.debian.tar.gz
 a419f15d9f00d59ffb62026da2d78959 425370 perl optional 
libdevel-nytprof-perl_4.09-1_amd64.deb

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

iQIcBAEBCgAGBQJQmTqrAAoJEHidbwV/2GP+R1gQANyQ1uLoHpbnU2ZqnnNX7w+Y
GQEc6aBDAABrFuu9xDBxz4bYxglJu/NiqIGHGMs+SAvAjXXljtFM82X33afGUss6
SCKKBpu5niaABoG/c28Xt3IGKhfHklr0/LGMMhXr3lYVFXl0mhJyoZiI2n8bFO2s
oprDVVsV4G+eA5KvE94UF7NIMRd1m+S2g+oPatxeWNfqjPSntdeKm+4fwKjYefQk
Zsa9i3Uqss8ejOasFqOzN/DyqUct7S/tZrBG15+wS/iAhsCjpSyjuMrnadG04CQ2
Rb/Hj0T9ER2nwYznnnt/A8swdXIj0kzQHaHqD+QpBNgQPnP5AijxmebxViMmto1P
sN0N+90Y1/OHZ2CIRskrYQfH8KVzI7zJU/sJyxKr1/cptjCasvGAqZ8O5jPolZhJ
z76coibeFIvWTVLWvL+EGakKt16rsvyVDQhOK1wQaQg/jAwDkjdRb9rGCF1idrNN
/3UMDJz/J1Z6ZCFontIctK2FUda4mj5U1BbWOUb/fVUPnhIZG5EMNi3OTnXmpXLH
rvy398yc1p067bhBchuY0/tWHj7hICKq8sSxzn/ZgQkiKoKXPLeERoqWQOBkv0BM
qOze5fYoQqBh1LGLqflLlzHhNiu+PanR3Usdxyc333mZUZkSyXtmNJeD/1JthuZA
Arv8tcaoCXE4m8AR/8zG
=Unya
-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/e1tvm5f-0005pi...@franck.debian.org



Accepted webgui 7.10.27-1 (source all)

2012-11-06 Thread USB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 02 Nov 2012 08:58:27 -0430
Source: webgui
Binary: webgui webgui-l10n-es webgui-l10n-de webgui-l10n-nl
Architecture: source all
Version: 7.10.27-1
Distribution: unstable
Urgency: low
Maintainer: Ernesto Hernández-Novich (USB) e...@usb.ve
Changed-By: Ernesto Hernández-Novich (USB) e...@usb.ve
Description: 
 webgui - Content management platform to maintain complex web sites
 webgui-l10n-de - German localization for WebGUI CMS
 webgui-l10n-es - Spanish localization for WebGUI CMS
 webgui-l10n-nl - Dutch localization for WebGUI CMS
Closes: 691087
Changes: 
 webgui (7.10.27-1) unstable; urgency=low
 .
   * New upstream release (Closes: #691087).
   * control: versioned Depends on libjs-yui to match upstream's requirement;
 drop Depends on libclone-perl since upstream switched to Storable's
 dclone() and Storable is core; upgraded to Standards 3.9.4 (no changes).
   * copyright: fix copyright dates for upstream's provided copies of
 YUI and TinyMCE, that are included with the tarball.
Checksums-Sha1: 
 6709997ce8e2916000226eb9b21b2b8c09b0bc75 2032 webgui_7.10.27-1.dsc
 a1505f22633aec8ed9626e84ba3c503078b2975e 23011385 webgui_7.10.27.orig.tar.gz
 1b40219413dbbbac2d477ab6672b16b25401cf8b 59273 webgui_7.10.27-1.debian.tar.gz
 5d35deca515ff09d1a9e0f8b20c41c384861de81 14352346 webgui_7.10.27-1_all.deb
 6f14fd56d4dddbcad22260def2f6b04d89c2b3de 318192 
webgui-l10n-es_7.10.27-1_all.deb
 384bba972fbf42bc7b3de5e212c72b824ef149fa 326602 
webgui-l10n-de_7.10.27-1_all.deb
 853518315eba445395a7e752c9cac7fe912cbfbc 347670 
webgui-l10n-nl_7.10.27-1_all.deb
Checksums-Sha256: 
 494123a3b3fe828d77da87f5a0a7cf63dc7ea9a8af9feebe207eec88dc6e9989 2032 
webgui_7.10.27-1.dsc
 d031af545694237c524928f9ff06dde5bb96fe11cf3aef1ac6a63eca20589318 23011385 
webgui_7.10.27.orig.tar.gz
 062bbc0a1b70aea9f4fb1f368fb8c2b4d38bbe25d7fefcb1f88c5f09ed5e4b7d 59273 
webgui_7.10.27-1.debian.tar.gz
 e845883ed886c99b90039982b04145a25909f6f178462332416b661c583dc33d 14352346 
webgui_7.10.27-1_all.deb
 cd528b0ea17a16cc9acc238a5922ed72c23d76c0b1fe39af411fac8e40106f15 318192 
webgui-l10n-es_7.10.27-1_all.deb
 7152ee6943cb45e35e87864b74bb18ff00eb6c2089743ed2bae371dae28d477a 326602 
webgui-l10n-de_7.10.27-1_all.deb
 180e4ecab838ef20e57618c778375911bfc377f3265ace6395fb455297f6474e 347670 
webgui-l10n-nl_7.10.27-1_all.deb
Files: 
 47c1acbd7dde3054a75b9d9d53bccbd4 2032 web optional webgui_7.10.27-1.dsc
 238ac7c7c9f22a7c6e2c3a31ee504474 23011385 web optional 
webgui_7.10.27.orig.tar.gz
 ea27bb819a29a1004deb0adb8040ed62 59273 web optional 
webgui_7.10.27-1.debian.tar.gz
 d1625b77486f4784fbcdf6e6c657fa4c 14352346 web optional webgui_7.10.27-1_all.deb
 9d0a62b474d5611450e66dbf9394afa1 318192 web optional 
webgui-l10n-es_7.10.27-1_all.deb
 3c4ca8519482c4cf897cf3a6bd5f479e 326602 web optional 
webgui-l10n-de_7.10.27-1_all.deb
 e49fa8ce6eae6a1d84100bbb9e43f0b4 347670 web optional 
webgui-l10n-nl_7.10.27-1_all.deb

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

iQIcBAEBCAAGBQJQmTxEAAoJELs6aAGGSaoGF9YQAJFVPD7pwYIXmi1rrdLloMlC
t07LK7cxM4MNsFDPuZSDq6SzRKh7IBdq6hK5Q93o9ZKfhJGOjwzgQmnr6UuLh9f0
tpR0FnqBd4/aXfxymVJ25Q9sWkOPZClbGN6u8WD9TpR/TDzHmV2pwlXX6HVmaulC
7mpbzQI/TTNMbrcWZYsuxQQ29NeWIH6r6+yaQHosaYn8J/GN2AgpJ3fNVgIdvtvR
17ZyXKsMWz4w1IBhh3MfAAqKnJyeYnxb9tpWIV4cMjEBe5e9PqDgJ6Ra9+WjzQ5l
AdfURka9NMInWmgQmsavS60PayXOeqzrFFeUF7J3irYs3u+y+p2ps79BI1fw6hRL
k7/QXjBbXd0ufaSIdZo1fobM8McCR0UPmDX7iRp8Qg/2BpDQ+nnQtq4TaD+xICAX
Cp73JX1XLZ9RMv0E3JwX9KySZ56Rq4i1sEovGH4Z+oVHIDQhtn5oVQ9uqi7NhGuw
T891vR4eIq0Un1ijP55TyJEb2xMCfG13Ip3aTjS37uoJWMWPYutLb5ZoswgKgo4e
6M1Tgh3VnZjP3vRQ1ZTK9gY6jXKSbozjFqbsraKGeNN8Bbkawq5XWj8lEYPQAlfM
2DccyEs/VKOcW2nt1n83znpN8waeRbDQCYtjSELTlCNRQJu6EG5PLpwILJVc/7qk
ubmHJgPFfQBectkyAUeR
=YElt
-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/e1tvmkg-0008lv...@franck.debian.org



Accepted vobcopy 1.2.0-4 (source amd64)

2012-11-06 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 16:55:37 +
Source: vobcopy
Binary: vobcopy
Architecture: source amd64
Version: 1.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Stephen Birch sgbi...@imsmail.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 vobcopy- Tool to copy DVD VOBs to hard disk
Changes: 
 vobcopy (1.2.0-4) unstable; urgency=low
 .
   * add build dependency on autopoint
Checksums-Sha1: 
 9bae3de6d916ef4314dfe2ee9af541e466c74367 1255 vobcopy_1.2.0-4.dsc
 311b79bdfb4b8729bffd9efac279a006cbe77c01 27122 vobcopy_1.2.0-4.debian.tar.gz
 5e4ba06313288f59f6d07df2f81864a4cb1c3f3b 48024 vobcopy_1.2.0-4_amd64.deb
Checksums-Sha256: 
 74d5b1a861d9e6821e8b73fca7b0e400b5d9b656f562ca8a13fa031b0e5e2538 1255 
vobcopy_1.2.0-4.dsc
 92391d9124db2e932dae4f89034dcbae4c3bc5e2a601bad28189e95d8a512e9d 27122 
vobcopy_1.2.0-4.debian.tar.gz
 eb03da1c244e6c4b71686df2b7a64d7f5851463f72e00373e0b350837f88d829 48024 
vobcopy_1.2.0-4_amd64.deb
Files: 
 731c0b953e42f6c27f9e44d8575a154c 1255 utils optional vobcopy_1.2.0-4.dsc
 79c9836bc65b602bf4d86a6a10a7b3da 27122 utils optional 
vobcopy_1.2.0-4.debian.tar.gz
 78c4f44081ba9ab699941db5eb13a8c1 48024 utils optional vobcopy_1.2.0-4_amd64.deb

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

iEYEARECAAYFAlCZQWAACgkQLz4Gnv7CP7KxQQCg2w79UzyfDMiI2Il/9nzoUvix
d6cAni8f8lauiTI9Db7r5PVAvJyWAm/A
=E//H
-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/e1tvmyi-000405...@franck.debian.org



Accepted morse-simulator 0.6-1~exp1 (source amd64 all)

2012-11-06 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Nov 2012 13:55:01 +0100
Source: morse-simulator
Binary: morse-simulator morse-simulator-data morse-simulator-doc
Architecture: source amd64 all
Version: 0.6-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 morse-simulator - Multi-OpenRobot Simulation Engine
 morse-simulator-data - Multi-OpenRobot Simulation Engine
 morse-simulator-doc - Multi-OpenRobot Simulation Engine - Documentation
Changes: 
 morse-simulator (0.6-1~exp1) experimental; urgency=low
 .
   * New upstream release
   * Update of the watch file
   * Tests disabled
   * Remove __pycache__ directories
Checksums-Sha1: 
 f9148b6a776da9afa08bf61f4e115e1433c7a457 1610 morse-simulator_0.6-1~exp1.dsc
 efece2b2a9155e55d81f8d6b63d5c553e94ebd21 106996031 
morse-simulator_0.6.orig.tar.bz2
 60571cd9f1f60c79dbd5f16ea3fdbc271b32ef8c 4467 
morse-simulator_0.6-1~exp1.debian.tar.gz
 31e1a3ed4676494faf2a0ce60e7e90e0e10d6f6b 161976 
morse-simulator_0.6-1~exp1_amd64.deb
 52c3594c883cc09ced59141e2750e56a041718c6 78697934 
morse-simulator-data_0.6-1~exp1_all.deb
 502506bd7225b8d7ec75bd2d5abafa353e741510 33566564 
morse-simulator-doc_0.6-1~exp1_all.deb
Checksums-Sha256: 
 facdd122fe89c38dd4f31a4134b1133ed13b6b7d4d6d0abb682b1bb767f70406 1610 
morse-simulator_0.6-1~exp1.dsc
 7e1157079873368b3f581d0b9513fb743412cfac2a30359690006db48219727a 106996031 
morse-simulator_0.6.orig.tar.bz2
 53618ccfed43a7a7ba1d3334169f4976e64cd24a2fe074e5a55caf2efeb4759d 4467 
morse-simulator_0.6-1~exp1.debian.tar.gz
 6f9778b91cb6eb4438629e4ecd3c96bc0ca040dd260e1add5c828bcbd755d98c 161976 
morse-simulator_0.6-1~exp1_amd64.deb
 83431b099a67bc784c9de0eeae429f82998f9f4743c22d2d9a90cf52e2109208 78697934 
morse-simulator-data_0.6-1~exp1_all.deb
 6d0feb882e6ea25f40a185e618f81e6a2aa089e8c8136fd22297eb0917e8d9b3 33566564 
morse-simulator-doc_0.6-1~exp1_all.deb
Files: 
 b7207b1cf8b5dab586856cf89908f197 1610 science extra 
morse-simulator_0.6-1~exp1.dsc
 4a9df90df8b14ba1c60441a2df1743b5 106996031 science extra 
morse-simulator_0.6.orig.tar.bz2
 dafd01dd6f5b300e097768c7bc028f8e 4467 science extra 
morse-simulator_0.6-1~exp1.debian.tar.gz
 a6be41aaef38c55eb49f34f054a7264e 161976 science extra 
morse-simulator_0.6-1~exp1_amd64.deb
 7907fb8db6760a15c503f8c1cc9cfad0 78697934 science extra 
morse-simulator-data_0.6-1~exp1_all.deb
 b0b761a3bece728689ea447dfb76051c 33566564 doc extra 
morse-simulator-doc_0.6-1~exp1_all.deb

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

iEYEARECAAYFAlCZRc4ACgkQiOXXM92JlhBuXACg3rV0i2PSiGYSLHWiGTbHAfoY
Em8AoMqO6Vj7i5Rx6cX53OGM3+vyNAHt
=QZ30
-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/e1tvn1z-00016q...@franck.debian.org



Accepted dracut 020-1.1 (source all)

2012-11-06 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Nov 2012 18:47:50 +0100
Source: dracut
Binary: dracut dracut-network
Architecture: source all
Version: 020-1.1
Distribution: unstable
Urgency: medium
Maintainer: Thomas Lange la...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 dracut - A new initramfs infrastructure
 dracut-network - A new initramfs infrastucture
Closes: 688956
Changes: 
 dracut (020-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload by the Security Team.
   * Fixing CVE-2012-4453: Create the initramfs non-world readable
 (Closes: #688956).
Checksums-Sha1: 
 de1dd86273993cd4eafb6a841b1faa67a1d780f1 1920 dracut_020-1.1.dsc
 a458a4d1ed781643af3c57dae140fed79941d689 7720 dracut_020-1.1.debian.tar.gz
 fe8eb1343b642c843befe747cef55367609fb17a 141624 dracut_020-1.1_all.deb
 32f05162820d99e7db1fd501db3a8fc984ee3616 35152 dracut-network_020-1.1_all.deb
Checksums-Sha256: 
 ce854aefdd71a1436e791ad70e3447b221ed242cd56223185457255d4fde7a40 1920 
dracut_020-1.1.dsc
 32afc9820716024dfe09feb10358b96649ce96a78fbb2da38c076d33afec86e0 7720 
dracut_020-1.1.debian.tar.gz
 eb167193ea5fcb8e4f270c0d1f32bd2f82bb5583afc5938e39623fd7e34bc999 141624 
dracut_020-1.1_all.deb
 3362907f5fc18207da132484688ab9a33f5e63d6fe951d8fda14012583d0cbed 35152 
dracut-network_020-1.1_all.deb
Files: 
 dadb6d50778d47d8fffa3022f4edaf30 1920 utils optional dracut_020-1.1.dsc
 c9235d534df7ad8157f86cbce5d66c56 7720 utils optional 
dracut_020-1.1.debian.tar.gz
 f97db5bab9e737bbb10a16057bb485df 141624 utils optional dracut_020-1.1_all.deb
 9ad8f23d5c6084f7ef8b59fa6251a7ed 35152 utils optional 
dracut-network_020-1.1_all.deb

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

iQIcBAEBCAAGBQJQlqx8AAoJECEnNxubsjBiq2kQAJV+f2BvjDqFl38JfIOUKf64
lbUKUcVLfenSVj+RmEXR96CjJaS/J11bUzjM/VU6geTqGnDq97oOui8HwKdBpkS6
vbYdgRn5U7jyr7M/yWFSy6E/L4lgzprGQjWfSAd64fqZTKxUpX8NuyqwxNLRK9WH
Iw30SMd7KetS4OdeISNU+mI8d5YMrg4oY4aem7Gnpt5lK8Tvzj8SwUw3ZNyEjsgC
ZurWV2bclypzMKI1rllmheWjJTO8Xnz7/gjg0Fsm27JgRKBawQnQ8UbS2wFRr9aZ
+lMiSIypW+UrFtVHSZCxjXAtXdwb8sVDj0x5I1v1CkUvm8wGNxwbsemNd8gQlzlp
SPhqDR+lmpMuD8rQ5hGxvKkg06cUBR3dOZV5MPE8BItXGvnvT2Fk/t5fSefULd3h
/Wpg+9kMmpEQFSVDD75CLPVJbNF8Ii+x15Ej6HCBtKUjYkxt11h20BYD2A/ccfay
a4IMV/LVbnGvTdncgKNMqhr6Qq0HP5OVmLyACxwgcyirQxrThm1+seWFOfRlT9lv
g7c5Eo/mUS5tTpAYvxjNAUA+9L1DVHJHZWTrv+qczUoif+LReRXloH8HE9Kh916N
U4AvhDzKgxO7xqT5iTJRUmjCpRxGGxJN9jnHotRIMkFxb8LVbCZ1scMOK9HRC8p9
tjxDChKuPlNvPICBAwp9
=pUsP
-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/e1tvnis-px...@franck.debian.org



Accepted tzdata 2012i-1 (source all)

2012-11-06 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Nov 2012 12:51:27 -0500
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2012i-1
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Changes: 
 tzdata (2012i-1) unstable; urgency=low
 .
   * New upstream version.
 - Drop brazil-dst-2012-changes.diff (merged).
Checksums-Sha1: 
 9607eb45cb321b6089873972291ee8c34055414e 1915 tzdata_2012i-1.dsc
 53b305e2d5042cd0147df41f7498243f0a55dc79 213961 tzdata_2012i.orig.tar.gz
 d0be5bea4f4371e24be928fc08292c22540f027c 102340 tzdata_2012i-1.debian.tar.xz
 67784a8a895e11274b9f43ee3b5ebb7468f9b65f 498682 tzdata_2012i-1_all.deb
 ab7fe7a3969fbf375bcccb4f581b8a9fa96402be 150190 tzdata-java_2012i-1_all.deb
Checksums-Sha256: 
 9fac8d60099c1c4897ee7ecedba127c822a7b60c0730ef14a0f5244945202bc9 1915 
tzdata_2012i-1.dsc
 c9e5b6b6a2031236126409b3595cd8e1a730febc1e8b3802fdbdb417977cf162 213961 
tzdata_2012i.orig.tar.gz
 227b694c32c53d2b5e15e6b2e4591222c4a96308afc2767c3ad10923b2e87aa6 102340 
tzdata_2012i-1.debian.tar.xz
 1563927df1023b512b2f98faca13fb34d47670b5edece6f77c5a6a0b2b573bd6 498682 
tzdata_2012i-1_all.deb
 b4882ef55716229de2e666a1332d70b00861a2df3beea4403789d0b5b8c5d1f7 150190 
tzdata-java_2012i-1_all.deb
Files: 
 e532632a83dc801dd33b68cb38e6b9ed 1915 libs required tzdata_2012i-1.dsc
 feea4fc19a4c55ff7550d90741e5da3f 213961 libs required tzdata_2012i.orig.tar.gz
 0cfe4a322baacc04e9dbc06bc3215c03 102340 libs required 
tzdata_2012i-1.debian.tar.xz
 021f083ff18aff41876522831195e0a3 498682 libs required tzdata_2012i-1_all.deb
 2cb31b4ea1aa24288aad14db37a050c6 150190 java optional 
tzdata-java_2012i-1_all.deb

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

iQIbBAEBCgAGBQJQmVEOAAoJEFWSMx4ZnTioWwwP924aLLRKChYc65Of0BeFcqlB
2I4+GhmEYXn208p3IKx4k8tBe5eKQB1rC7KBLQ83fDlvsgwkxngDccpGXIYHWqdq
OWbnGFe9m7yoTYDTLlO0SiASSAgT9UM996X94F1mgQfp+Ndxj0szqFYa1E+k9RY4
7vyBNYxPj8Xi56m51SYOHRmhpw090S+1D4E82NjawwxvxFTsQ5q5ZXF5nrlYMiaw
b9c3Nuqwe7NoPXPVZu6fXCh/jePayMpAiRuFc728ubr1Z/F8u5lXJiwSFUauMynD
sEGUn+Gq52bIGhnsqGVAHNzdOddknW5AVoAp0T/ET5I3NTTCz50PnPNqgassi/Nr
zDtOTRV5FNiVFOaycpl1PtmLX00MJhzJOea9eBkxhwpGww2glFwxMUHO1reRz2c9
yTKw80oqCnNaMPxBvuSH/VYPkXpgeK+fmAxH+4DPhUmj1O8UrLXWkavhfqgxg84/
sHfBb3K0/VMM+ZHm3bvjPPjbmbZeoUmUVIbTSCwZkBlOlufJuJe0VOciYFVfsPi7
oCVvC/EpXkfh6SaNL1DtOe6g/JFAvNGE0wmNiwl+8e5ZJA0LCUSZoufHKTmmObPG
DzSP8U9JVSATSpJHOIr699Sm3TnYuXfayIXtmJjspYxkPMlQxnSkI9J5Et7qkw3g
gcWfxrM4Qh7z+1hRsfI=
=IfoQ
-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/e1tvnii-wr...@franck.debian.org



Accepted libffi 3.0.11-3 (source amd64)

2012-11-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 18:48:50 +0100
Source: libffi
Binary: libffi-dev lib32ffi-dev lib64ffi-dev libn32ffi-dev libffi6 lib32ffi6 
lib64ffi6 libn32ffi6 libffi6-dbg libffi6-udeb
Architecture: source amd64
Version: 3.0.11-3
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 lib32ffi-dev - Foreign Function Interface library (development files, 32bit)
 lib32ffi6  - Foreign Function Interface library runtime (32bit)
 lib64ffi-dev - Foreign Function Interface library (development files, 64bit)
 lib64ffi6  - Foreign Function Interface library runtime (64bit)
 libffi-dev - Foreign Function Interface library (development files)
 libffi6- Foreign Function Interface library runtime
 libffi6-dbg - Foreign Function Interface library runtime (debug symbols)
 libffi6-udeb - Foreign Function Interface library runtime (udeb)
 libn32ffi-dev - Foreign Function Interface library (development files, n32)
 libn32ffi6 - Foreign Function Interface library runtime (n32)
Changes: 
 libffi (3.0.11-3) experimental; urgency=low
 .
   * Add missing AArch64 patches.
Checksums-Sha1: 
 e505933433ae9815fa6321e1a66e047cab3a7cb4 1619 libffi_3.0.11-3.dsc
 9ae822683e177752f9f55ed749cc1d51fb630154 33148 libffi_3.0.11-3.debian.tar.gz
 ff68674959f6d243e4baaf3d40dc2be839b4ed79 113962 libffi-dev_3.0.11-3_amd64.deb
 907f3e70b6737c3a7d4adb93ac4a82d7d82a2501 29138 lib32ffi-dev_3.0.11-3_amd64.deb
 fe38bd931e200a98856f203e8f42e6dc8dea5572 21520 libffi6_3.0.11-3_amd64.deb
 8369eb6f164c630d88f85f8fff23bc861025d6ac 18098 lib32ffi6_3.0.11-3_amd64.deb
 f4010994ea71aeb2c4d80459070590d39cc8b074 37922 libffi6-dbg_3.0.11-3_amd64.deb
 78bbd3e16ff128fd2a0f2afa73a4ea98337a5c65 14570 libffi6-udeb_3.0.11-3_amd64.udeb
Checksums-Sha256: 
 4b76c8cb73c34346ff6630a348fd5ce2302248e714e5330e154153fd5350af30 1619 
libffi_3.0.11-3.dsc
 818c6cb2b11ebf36c5b6ced893a8a3ad07c0ed13617eab0131c8ba8ee01041bd 33148 
libffi_3.0.11-3.debian.tar.gz
 56aff65f45b84a73d6a858d3b6b38e2bee648f31cfc645df0eb59e761ca03202 113962 
libffi-dev_3.0.11-3_amd64.deb
 43425ebaae15eb9b7621fd9470a4cc1b7f152560b618fbfec277a29495a83827 29138 
lib32ffi-dev_3.0.11-3_amd64.deb
 080a18fda7b73fed2f325fe27180c9926a5241150ff61348da92397c48375e66 21520 
libffi6_3.0.11-3_amd64.deb
 220b853520499a78e676d203775da01ed61fae5e051d67af66ca2480e613e214 18098 
lib32ffi6_3.0.11-3_amd64.deb
 edcd6572bbfa795eb2a3d8fa0819ea351be750e6665024732f6d09b9127ca122 37922 
libffi6-dbg_3.0.11-3_amd64.deb
 82bb4c46b64503008c0d5996c06d8b76687971d10eff12f86b9ddd9ab5d8c17d 14570 
libffi6-udeb_3.0.11-3_amd64.udeb
Files: 
 1b299b7c7ce45770086b6950d2579ed3 1619 libs optional libffi_3.0.11-3.dsc
 47d4c7a66a73e20488044d277dded3c4 33148 libs optional 
libffi_3.0.11-3.debian.tar.gz
 72ad63f58fface6e2097c5372182112c 113962 libdevel optional 
libffi-dev_3.0.11-3_amd64.deb
 623e0ad77c314b396cf49805328d326c 29138 libdevel extra 
lib32ffi-dev_3.0.11-3_amd64.deb
 79d9a4d1458b3f7c3983c7561b5542ab 21520 libs optional libffi6_3.0.11-3_amd64.deb
 fe756a5277bf40dbace0a07af3fcc48d 18098 libs extra lib32ffi6_3.0.11-3_amd64.deb
 8cb478d18dfb7c3ae6a80c36d402146a 37922 debug extra 
libffi6-dbg_3.0.11-3_amd64.deb
 ce1187fd1bac4c717156d4573b700c73 14570 debian-installer optional 
libffi6-udeb_3.0.11-3_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAlCZU4EACgkQStlRaw+TLJwqrwCgr0QbzSkVT2D1zKDOXXhGVEb0
oH8AoKHhtCKfiW9wx7JkKwX8AuvzLkVI
=2sbW
-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/e1tvnwy-0003ux...@franck.debian.org



Accepted hugin 2012.0.0+dfsg-1 (source i386 all)

2012-11-06 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 06 Nov 2012 19:56:27 +0100
Source: hugin
Binary: hugin hugin-tools hugin-data
Architecture: source i386 all
Version: 2012.0.0+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 hugin  - panorama photo stitcher - GUI tools
 hugin-data - panorama photo stitcher - common data files
 hugin-tools - panorama photo stitcher - commandline tools
Changes: 
 hugin (2012.0.0+dfsg-1) experimental; urgency=low
 .
   * Append CPPFLAGS to C(XX)FLAGS for hardening support.
   * New upstream release, identical to rc3.
Checksums-Sha1: 
 d8ff4e24a4cb59f948e13c840fb24b8eef8b1f9c 1971 hugin_2012.0.0+dfsg-1.dsc
 9acc6bc58f435586662d6d5fd19879b22d30f2e2 10347192 
hugin_2012.0.0+dfsg.orig.tar.xz
 76480241561e677bdd6ead315f4ee240c96c2edd 32097 
hugin_2012.0.0+dfsg-1.debian.tar.gz
 154d41003ba470d89341d600d230ad079421ba66 1697996 hugin_2012.0.0+dfsg-1_i386.deb
 ec9312cf082100dffbb14bf88044825cdc2796ed 5015836 
hugin-tools_2012.0.0+dfsg-1_i386.deb
 f246253e26ed0df06a3ad4cbffd7f3cdb0cbf3f8 9631552 
hugin-data_2012.0.0+dfsg-1_all.deb
Checksums-Sha256: 
 544021024974ab25fc60ba0797c6b0b70af097cc6f57490ff07a06523450524e 1971 
hugin_2012.0.0+dfsg-1.dsc
 56dd84ec9b24a6bb9be8969b5f603a6ef5b6cc74bcaa98d9d4dc7b6d30ebb51b 10347192 
hugin_2012.0.0+dfsg.orig.tar.xz
 137cbb3e8fff758944f65a62827adfaa414826a7e044c4c57d57370e339edd8d 32097 
hugin_2012.0.0+dfsg-1.debian.tar.gz
 711d24e5cf009ccab64eeaf16dfc6c00904bcbc90587ef55058278a707d188a8 1697996 
hugin_2012.0.0+dfsg-1_i386.deb
 7e553dd2aa3cb95a03066680f0c6b76d2a16932979585485f29c1677f6340a96 5015836 
hugin-tools_2012.0.0+dfsg-1_i386.deb
 1117a64c9141128407529b6d8ca732cb712eea30ee990bf5de93e7a1fdfb2d2d 9631552 
hugin-data_2012.0.0+dfsg-1_all.deb
Files: 
 55137e1c88b9ef728a7a417df45cafaf 1971 graphics optional 
hugin_2012.0.0+dfsg-1.dsc
 6ceec3f43f22efdc059b8d9e3862fc80 10347192 graphics optional 
hugin_2012.0.0+dfsg.orig.tar.xz
 896739ccac9750f23bd49cd7ee41e93a 32097 graphics optional 
hugin_2012.0.0+dfsg-1.debian.tar.gz
 b4e60055acf5a658a81f123c9e3f5560 1697996 graphics optional 
hugin_2012.0.0+dfsg-1_i386.deb
 278833da221c3402c33eba592f83b1ac 5015836 graphics optional 
hugin-tools_2012.0.0+dfsg-1_i386.deb
 1c19a09bfeaa4c10fa5bdb3214930b69 9631552 graphics optional 
hugin-data_2012.0.0+dfsg-1_all.deb

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

iEYEAREDAAYFAlCZXtcACgkQHTOcZYuNdmM1MQCfc/FesIqb/NPJqyjk6+ZzQy1b
iZAAnierMALlY57uBvKSwXnBaaM/lBdE
=zv0U
-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/e1tvoed-0004nj...@franck.debian.org



Accepted nickle 2.77-1 (source i386)

2012-11-06 Thread Keith Packard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 11:04:49 -0800
Source: nickle
Binary: nickle
Architecture: source i386
Version: 2.77-1
Distribution: unstable
Urgency: low
Maintainer: Keith Packard kei...@keithp.com
Changed-By: Keith Packard kei...@keithp.com
Description: 
 nickle - desk calculator language
Changes: 
 nickle (2.77-1) unstable; urgency=low
 .
   * Build tutorial when docbook2pdf is available
   * tutorial: Use sgml entities instead of  and 
   * Tutorial: twixt doesn't have an optional 'else' block
   * Rename nickle tutorial to nickle-tutorial
   * Corrected some Nickle Tour nits
   * Handle OpFarJump in CompileReachable
Checksums-Sha1: 
 082733da3e757d485bb7b169058d6c4a53f7f9db 1020 nickle_2.77-1.dsc
 4b1d70a722610f1ccb332516c3dd32c5eac9d203 551576 nickle_2.77.orig.tar.gz
 343b646b44b9fd5e376aecdbf46c4c75e9d9d509 6623 nickle_2.77-1.diff.gz
 98786f870ae6c288ea82f2d22bb9cadc9be2b02e 577050 nickle_2.77-1_i386.deb
Checksums-Sha256: 
 4a0f0d02bf97e2bfe520d2b0bbb26c1db5dfde720a5057c3ff93f731c469d6be 1020 
nickle_2.77-1.dsc
 9f7024ca3fce66ccd1c58579b0dd0629c234eb48b42dd4eefaa560da82ae3067 551576 
nickle_2.77.orig.tar.gz
 621d05c0953dcaf25e8da012ee420962564f82767cf6cd9d906ca0269d55154c 6623 
nickle_2.77-1.diff.gz
 f0976688bbb0e1278e8e41f610ba3181a211126c2239c935df52847b3e5611b7 577050 
nickle_2.77-1_i386.deb
Files: 
 74d3069470f600c577bb52a29e57fe24 1020 interpreters optional nickle_2.77-1.dsc
 91eb9a730169670377f218ca93889c09 551576 interpreters optional 
nickle_2.77.orig.tar.gz
 e81a2510461ad1032c27640a7c1feacb 6623 interpreters optional 
nickle_2.77-1.diff.gz
 699ab2877d3cbb6ab9a93f6b05f4b0a8 577050 interpreters optional 
nickle_2.77-1_i386.deb

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

iD8DBQFQmWRAQp8BWwlsTdMRAr28AJ4zz4o5bdBzs3izA/3/hlkKhAfqBgCeIvJb
fv3tT9wpXzhrVKfQvZZPb30=
=hhCB
-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/e1tvotb-5t...@franck.debian.org



Accepted ruby-stomp 1.2.7-1 (source all)

2012-11-06 Thread Jonas Genannt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 19:49:38 +0100
Source: ruby-stomp
Binary: ruby-stomp libstomp-ruby libstomp-ruby1.8 libstomp-ruby1.9.1 
libstomp-ruby-doc
Architecture: source all
Version: 1.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Jonas Genannt jonas.gena...@capi2name.de
Description: 
 libstomp-ruby - Transitional package for ruby-stomp
 libstomp-ruby-doc - Transitional package for ruby-stomp
 libstomp-ruby1.8 - Transitional package for ruby-stomp
 libstomp-ruby1.9.1 - Transitional package for ruby-stomp
 ruby-stomp - Ruby client for the stomp messaging protocol
Changes: 
 ruby-stomp (1.2.7-1) unstable; urgency=low
 .
   * New Upstream Release
   * d/control: bumped standards version
   * d/control: removed DM-Upload-Allowed (no longer needed)
Checksums-Sha1: 
 709ac13226b890db6446e47b1cf12e818a903da3 2312 ruby-stomp_1.2.7-1.dsc
 597fcbb401ea1978c9a6077c8af6925bece416bd 59609 ruby-stomp_1.2.7.orig.tar.gz
 5e4c7f0c1e56fec98b4f62b8064abc676a0b6d74 4929 ruby-stomp_1.2.7-1.debian.tar.gz
 5a98b8481c3794e5add2d7a25b7f130b78e4c74b 41170 ruby-stomp_1.2.7-1_all.deb
 5942215c250a26087d38055c25f50c99295d657a 2956 libstomp-ruby_1.2.7-1_all.deb
 e5758d25532aee8039904c6e423c77187ccf48f3 2962 libstomp-ruby1.8_1.2.7-1_all.deb
 1f5858a79753c86c2446d2292089c07150e3bb36 2964 
libstomp-ruby1.9.1_1.2.7-1_all.deb
 1d0c08b675f591aab35204d478d5fc0abf06cfec 2960 libstomp-ruby-doc_1.2.7-1_all.deb
Checksums-Sha256: 
 68e9c3879b995954a1bf4b316d64aa1531d125c2497329425824167e8c097fe1 2312 
ruby-stomp_1.2.7-1.dsc
 ecafe806b2922e787639cec1e09442ca432de48f126b935275c1e1ce4ad4ae60 59609 
ruby-stomp_1.2.7.orig.tar.gz
 d78a48c483c5c930eaa5a8bdc52bc13d98d2ab967ad9950bc8e52d1e90c93374 4929 
ruby-stomp_1.2.7-1.debian.tar.gz
 9e641ad9430b25b543b7c32b1b01ef80c5651a768a103e63dc3e1a74c574b760 41170 
ruby-stomp_1.2.7-1_all.deb
 a614aa42f61a7ebdfaf95c9c64bc463654bd7e7ba0c9f229344b2a32c04b6deb 2956 
libstomp-ruby_1.2.7-1_all.deb
 e16fd63de54603ff32df8c87e8321bc5480781053362868d24c020a6828ea6f8 2962 
libstomp-ruby1.8_1.2.7-1_all.deb
 15edac74e8e06e3f897fb90d6385839429781deff9bb9ac213597e0d8a9ad76f 2964 
libstomp-ruby1.9.1_1.2.7-1_all.deb
 ef4f4a8ea1c1cf783d71496dae7c818140c6dd96f3071d104baf73e4336148f6 2960 
libstomp-ruby-doc_1.2.7-1_all.deb
Files: 
 c07b501f124c705df3dd5b2eb7166cb0 2312 ruby optional ruby-stomp_1.2.7-1.dsc
 be017e8797060b891edffe4a732fbe5a 59609 ruby optional 
ruby-stomp_1.2.7.orig.tar.gz
 0c5eebefb3062982c93b4ee69594ba7b 4929 ruby optional 
ruby-stomp_1.2.7-1.debian.tar.gz
 252e7dc9f26ee55f26de2e73f0cbf7e7 41170 ruby optional ruby-stomp_1.2.7-1_all.deb
 c53428928c52bbca6f0f846925e6dec0 2956 oldlibs extra 
libstomp-ruby_1.2.7-1_all.deb
 68a6379b2d777115fc752aac57b035b5 2962 oldlibs extra 
libstomp-ruby1.8_1.2.7-1_all.deb
 b37c7a8138007dff2bba335cbde771b8 2964 oldlibs extra 
libstomp-ruby1.9.1_1.2.7-1_all.deb
 b09597949b11595c6e204979a5d3e7c6 2960 oldlibs extra 
libstomp-ruby-doc_1.2.7-1_all.deb

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

iQIcBAEBCAAGBQJQmWKIAAoJEPBM7/YBbP/QuxYP/iNud4qCJAELFob7ieZ0PWho
UGbtBpvpM5m7rqRR3IUoT+F+UL7J1AGYY2zIMsZbkgJrUnOizPMwEamvPcquZqrx
6L+m4iu+dnRcOGrzUS486FoTK8NyWhDBDuFnK5gBSnp3vaeWm0hTh9MQRwfvZelo
e3DrlnT/zQbDeAnJJPgK3OHpfafRbDD+c2v+SFrGeTBT3vho+lgWtfRI1lQp8N12
qRWiOuRDZFJU0HyZbyTU1RqsS5xnD216M/YfsSpMtZlAvGyWy3Y7yhQXLpUshGvH
oYwsobMCe1Q7+NTBg6P2TTIGiWmIy91zJhIhKt3+Z87sWqDAKDUkkPpbcdGhfZWx
V50yR8WRS+y7pC+3oHGzzl0pekPyaboA7JnqTmB9SDN4LkuvuEa+Iv4DIiQ21AH3
Y+CXgcDD9Spf0KIBcwqmzL2s4UxX9Jru+wXTp3+rCgfquRDkbJjxPMzuIY2H1Rse
0E0KgTzRus++Zm4YYileqvun/+RbObpZz/aRc3EixkSszGVq8FyaYDdmOMq6E/eZ
MKXY3Bf4oCs5h8qg+f4tbWD8TwmOdtU4rpuBDPWSrDz63pS0/C6nUtLygIs2PMYJ
EMjMrE3s488KS+jI86l9tG6uiUzik9GhFU4BBm3yT7OzZGcvZvmGI8TdJRysbbBY
0TOG/hQz8Je3wHnJhS14
=MHf6
-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/e1tvoti-dx...@franck.debian.org



Accepted binutils 2.23-1 (source all amd64)

2012-11-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 10:42:37 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.23-1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Closes: 661639 692138
Changes: 
 binutils (2.23-1) experimental; urgency=low
 .
   * Update multi-arch paths for x32 (x86_64-linux-gnux32) (Daniel Schepler).
 Closes: #692138.
   * Add new ARM hard-float/soft-float ABI flags for EABI_VER5 (Steve McIntyre).
   * Silence lintian stupidity about interpreting every string in binaries
 as text (Emmanuel Fleury). Closes: #661639.
   * In ld.texi, remove cross reference to BFD internals documentation.
Checksums-Sha1: 
 e93ba1878c531362f84052da98899d5a3965de7c 1687 binutils_2.23-1.dsc
 138b7f706d80c85763a56a5e2e7568f65532bf0a 25786982 binutils_2.23.orig.tar.gz
 9d4f25b1aa510a8d516790fabcd4f1a9cece44aa 78419 binutils_2.23-1.diff.gz
 596f3c250082f590387f9d8d0e6d37d7647aeb0a 474862 binutils-doc_2.23-1_all.deb
 56e684d914bd6cc6c50fefc2d3457a1b398de1b7 14858396 
binutils-source_2.23-1_all.deb
 e6fd14760bf721f6fb49118fa7a90f4fca4dd643 4971376 binutils_2.23-1_amd64.deb
 390f1376deb804326081f9e8fd981c8ff32f81b9 4780258 binutils-dev_2.23-1_amd64.deb
 9c51d121a779cfd23f3a4a2f761789c7612aede3 2390372 
binutils-multiarch_2.23-1_amd64.deb
 3d5a069a5b4c53bd9aaef980ed6359ce53ba 1452 binutils-gold_2.23-1_amd64.deb
Checksums-Sha256: 
 a7f1e50d29fc54f40e794fb1c70848adea50046e06b04097db92f94b6d3693ee 1687 
binutils_2.23-1.dsc
 4fa16310534bb174805a1aeb277b1f67a6a84ce8cf5a873e2cf2c3a4f273b673 25786982 
binutils_2.23.orig.tar.gz
 7ce609527f1e37a02bdf2b0d719dd02b0bbc0efbf5b2b363dd0c573c3a7872b5 78419 
binutils_2.23-1.diff.gz
 bcce8151af29298128dd059d6af60ca28e92cabd7b49950394c9695ec2e681eb 474862 
binutils-doc_2.23-1_all.deb
 955d9feed01aa8d5af16c129f7513228705db41f334f2c8569c88b91ca43850e 14858396 
binutils-source_2.23-1_all.deb
 46fc20e76ffe98c549ca396e5c84e77e8da86e60e66a546a7c03b62249209ff1 4971376 
binutils_2.23-1_amd64.deb
 0cce38f2bb98dd11da72c8c2fccfb6710b2bfe4d8b17073bd4860ed67dba81eb 4780258 
binutils-dev_2.23-1_amd64.deb
 7896348577eb0ba58af75fd149e6619ca73016c624317bda34b716944787a44f 2390372 
binutils-multiarch_2.23-1_amd64.deb
 c62e73bb7dd78973151389acb96c994bbebafbc189fcff39ef6a2cabcecc9e0c 1452 
binutils-gold_2.23-1_amd64.deb
Files: 
 33d3c2aaabb4d5a64894d32f5436240b 1687 devel optional binutils_2.23-1.dsc
 637952ad66cb5cd78b02f0abcb519a84 25786982 devel optional 
binutils_2.23.orig.tar.gz
 02a7c14fe79f9b2f2315b1755713c35e 78419 devel optional binutils_2.23-1.diff.gz
 1c9d171709cbc351dd4edc20919a95a1 474862 doc optional 
binutils-doc_2.23-1_all.deb
 95c06ccd5a2b9f3751793ec434fd27e0 14858396 devel optional 
binutils-source_2.23-1_all.deb
 1f3e4fd7080e3c50971d244154497130 4971376 devel optional 
binutils_2.23-1_amd64.deb
 2a217b67c30e747b371657136a51086f 4780258 devel extra 
binutils-dev_2.23-1_amd64.deb
 8990094c4360e0976ebffe1b142a983d 2390372 devel extra 
binutils-multiarch_2.23-1_amd64.deb
 421f5fc8f3c3c5932ac4d5a0c280f194 1452 devel extra 
binutils-gold_2.23-1_amd64.deb

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

iEYEARECAAYFAlCZawEACgkQStlRaw+TLJxoeQCgrgNHGT5kjLnQ7feVxhd3UXzb
1C8AnRjgnpEMW6SAjhbfcxtopexU/8lY
=IWdn
-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/e1tvppb-rf...@franck.debian.org



Accepted libfont-ttf-perl 1.02-1 (source all)

2012-11-06 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 21:31:29 +0100
Source: libfont-ttf-perl
Binary: libfont-ttf-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libfont-ttf-perl - Perl module for TrueType font hacking
Closes: 658653 679637
Changes: 
 libfont-ttf-perl (1.02-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * Add patch to avoid warnings about uninitialized values
 Thanks to Jeffrey Ratcliffe for the bug report and the patch.
 (Closes: #658653)
 .
   [ Xavier Guimard ]
   * New upstream release. (Closes: #679637)
   * Update copyright to format 1.0
   * Bump Standards-Version to 3.9.4
   * Forward patches to RT
   * Add libio-string-perl dependency
Checksums-Sha1: 
 3c96b884c4cac31b852c86f9345fdd3e3d417b14 2164 libfont-ttf-perl_1.02-1.dsc
 754993633f899a81a6177d6030601f3cfe9fed08 220317 
libfont-ttf-perl_1.02.orig.tar.gz
 976aa204d086396ac54158e737a0882e90485ece 10896 
libfont-ttf-perl_1.02-1.debian.tar.gz
 9c0b7c8ac9b4211c39cba79cea19395a176aee89 368274 libfont-ttf-perl_1.02-1_all.deb
Checksums-Sha256: 
 de1f0dc3f442131aadffad0e8f1dba99b67ef69228ba2712d1dde7a5241edbe4 2164 
libfont-ttf-perl_1.02-1.dsc
 ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa 220317 
libfont-ttf-perl_1.02.orig.tar.gz
 8837b313b31c9a51c2b6b3378c3080c82bfee21546143a060de9f42dc6e95322 10896 
libfont-ttf-perl_1.02-1.debian.tar.gz
 d77f80405cd5d52237e28eacc3869d6a217b99f0a2c195dddb4d017812024167 368274 
libfont-ttf-perl_1.02-1_all.deb
Files: 
 5df1306c4bf717be2f2c39c9c42552a5 2164 perl optional libfont-ttf-perl_1.02-1.dsc
 d04e1f65a7edbedd9d150d9cd33c6ffe 220317 perl optional 
libfont-ttf-perl_1.02.orig.tar.gz
 9e70f934bd1064ef7feb52b12fc88520 10896 perl optional 
libfont-ttf-perl_1.02-1.debian.tar.gz
 17f104e5ffb6236ac880dcda4f1bf3cb 368274 perl optional 
libfont-ttf-perl_1.02-1_all.deb

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

iQIcBAEBCAAGBQJQmXZlAAoJELs6aAGGSaoGeMAQAIhG+HZLYwgXdEHhpF2JZOS/
1wkxI6VjmPATJaBGRhk+9skFwnC5Ojpi/B/+cJQTSyTKrGdrjP90xxTQc7Y5PnhU
CDkj57cALKMBlfB33avpqAGsb7yjwm883woVihw3QY3foizUpVM75ABA64SOvCfC
JRehrcCHTVvsqHfeEAgeb9OlNHvqj62CSfVRRT4zNSLkbGN7EIUkF5FPqNlfASt5
Flre04EFvoJxn7HzDqZaiUG1x0OZ31sPav5Cjen1SpaDQuez8jG2E5ofnUtBP04I
lPWBBrTa/UUi/i8eCYX0UMMvGIBJZdKfMQX4djTdQ7zaLIPweRa+BQ0jLkM5AfDU
e0i5LQl5P2otmI+VzhMC1zIJG4fZeVGX9/EoLTIC6GpS7jtxIdCj711Rb2M1WqnG
BOTpx18EB1KGXDt3pUWBfz8xw4Au8FtXvrdMBo4fM3kkUC9Zt+rYo2fIEJNY2x8B
MeXlwKElsaDk/cKVfw55yHMXaJ1MHetpkpoxvx+kOC62GQgoIToIqBWyddmJi0//
aOClmeHjWCB+DaG34obDkc9/KXSS79P9KuQO0U7+nf01Xukvv1Birygxhb0gTZIs
XRKso6cjxH4W7qAzgv+0njBory4OWIpolIYrYRzZwjA2VRd7F3tWWB8xVTyc/of+
RAd1x7p2Zq2FIDIKCxvT
=FuzS
-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/e1tvq3e-0003hn...@franck.debian.org



Accepted cb2bib 1.4.9-1 (source amd64)

2012-11-06 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 21:43:57 +0100
Source: cb2bib
Binary: cb2bib
Architecture: source amd64
Version: 1.4.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Filippo Rusconi lopi...@debian.org
Description: 
 cb2bib - extract bibliographic references from various sources
Changes: 
 cb2bib (1.4.9-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 4c6702a106ad081ae0570d7d17dea2eb658eac08 1448 cb2bib_1.4.9-1.dsc
 e2a43073e35ec38384f69c887d4fe53a08438e0c 826057 cb2bib_1.4.9.orig.tar.gz
 91eaa5df24c36d50880d23ce39246d5c255f56bd 8380 cb2bib_1.4.9-1.debian.tar.gz
 91fd456d9dc0fe88a601bb7e546d7ef83b958fef 1550064 cb2bib_1.4.9-1_amd64.deb
Checksums-Sha256: 
 46b0bc006cfab31d881119228287c2afbc038bbc8f185374bf5b8456129cfb3e 1448 
cb2bib_1.4.9-1.dsc
 dd25789c204331dd854964a76fa48ba2cd6d95257d21a4466df58f8b0482d912 826057 
cb2bib_1.4.9.orig.tar.gz
 19bae92df0ce68449116d2066c4f62bab94bc6f154ca258a1265135909107657 8380 
cb2bib_1.4.9-1.debian.tar.gz
 c461a8aa973f87a2f8017139b49c882de7d95866c944669b89498a58c5f8bc09 1550064 
cb2bib_1.4.9-1_amd64.deb
Files: 
 dd359b1b100f90f42a3cf5cf1dde7780 1448 text optional cb2bib_1.4.9-1.dsc
 d79bcf8d660ba1cc86b8fcf08611ee30 826057 text optional cb2bib_1.4.9.orig.tar.gz
 cd6cc4462e2601328f4aaac993c2499c 8380 text optional 
cb2bib_1.4.9-1.debian.tar.gz
 d2ad989740381ce3c7961cbe4563e6b8 1550064 text optional cb2bib_1.4.9-1_amd64.deb

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

iEYEARECAAYFAlCZe5UACgkQTTOs5MePaHwengCeP07K3D7ZCe6R1SA6m5FKv1dK
+CAAn2EHKM9en7jvWLfwWhzRQl7Z4u2i
=BeDb
-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/e1tvqwj-0001em...@franck.debian.org



Accepted libnet-bluetooth-perl 0.40-3 (source amd64)

2012-11-06 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 21:41:08 +0100
Source: libnet-bluetooth-perl
Binary: libnet-bluetooth-perl
Architecture: source amd64
Version: 0.40-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libnet-bluetooth-perl - Perl interface to Bluetooth libraries
Closes: 597743
Changes: 
 libnet-bluetooth-perl (0.40-3) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * Rewrite package long description (Closes: #597743)
   * Refresh patch and add DEP3 headers
 .
   [ Rene Mayorga ]
   * Email change: Rene Mayorga - rmayo...@debian.org
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * Replace proper-interpreter-in-samples.patch with an override in
 debian/rules.
 .
   [ Xavier Guimard ]
   * Update copyright format to 1.0
   * Bump Standards-Version to 3.9.4
   * Use debhelper 9.20120312
   * Add lintian-overrides to avoid warning: hardening flags are present but
 not seen by lintian
Checksums-Sha1: 
 e2b6ce0e238b136e248ce8d7499f725b3a3475d7 2189 libnet-bluetooth-perl_0.40-3.dsc
 e55c1fbd9d39377100a3858ea9ad7bf63d2b41b0 2462 
libnet-bluetooth-perl_0.40-3.debian.tar.gz
 d20eb044fa22d40723b07ecd36401a01f3b22c20 27578 
libnet-bluetooth-perl_0.40-3_amd64.deb
Checksums-Sha256: 
 195ef12605b235a6cfd0d5f58780a8db6df4895f8d2d8e9e099907a4069f88a0 2189 
libnet-bluetooth-perl_0.40-3.dsc
 baca16ad7fc0aacba7c37b7ab0e8ffed71836c9eefd628f03aa2e0393e9d1a75 2462 
libnet-bluetooth-perl_0.40-3.debian.tar.gz
 ee9aed0d47cc5b68fedc7db86cb07614efe4750bd5fcb118ea5ac69e9ac32ee1 27578 
libnet-bluetooth-perl_0.40-3_amd64.deb
Files: 
 008819312d3f78e80d07a45de8d12778 2189 perl optional 
libnet-bluetooth-perl_0.40-3.dsc
 0e5b344a3aba9ebbcea7e52239c89622 2462 perl optional 
libnet-bluetooth-perl_0.40-3.debian.tar.gz
 db2a15bbe634d9f514cf8e71fab42284 27578 perl optional 
libnet-bluetooth-perl_0.40-3_amd64.deb

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

iQIcBAEBCAAGBQJQmXceAAoJELs6aAGGSaoGqRQQAIZNe/I5KhKUFZNW1qi2sBrM
zU6wOTvFxgd3XUFcLn6++Vlx2/CUfefjxMe7Hc6N3ZWdl6OC3tUsRwJ8dSiXoFB6
iNwxVC3mEjVq4aD3OqGw1AP9qA5EolNfxBSIN++Cz39pZDeSvl+LBymnoOoCn7D5
AWegvSQZNeFyMiVGW5pk52EKc3q3q56Mx8sxIfHTciAOIbSB9uNgKv+3elJNAtzp
QyR2wvI8e/hEhWMKYLALzS2Q4YvOMt3fQ/RZOqzNL1XnSCSWmM/AIGiNWQ1xgJSN
eMUBqprzenclD1iaaZbY7T+zTMnaHapbix2tv22Ssc9YB4VknhnTjdrbPiUnNcX1
oWwS5O1f3zLgSITezQ6RDZFp6SI9hz0qWxFFPwkVnM0ChNucF9HdvluzPmH4Ly39
E+XfX8G3+kPbS/lSJOTQZKjfZ4IDk54RMAtu3r0ixngbLZGjnTgqYRXOr+8LjNJa
JjLGxtCVMaZuQcHZwEPJQ25SAY1oWTx6P+ZK0gKv4J9gfh5JVVw8k6764OqBd7Nq
XIsD/8UTDF1FRQWb2BvwzUY+Fj3Dp2DLiaI3rbQZ3EsdhM6jSNIb1OcvekaUXHQg
ElLh1UvZwnXs4Xxy0jHw/uqhQcx5JS2FIbrVN4NpPwdgRJ6/EUz5lG4ZBbcCOLtc
Z0bltLmoyisVN/H3l+Pp
=LR/j
-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/e1tvqwn-0001hn...@franck.debian.org



Accepted ubuntu-dev-tools 0.145 (source all)

2012-11-06 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Nov 2012 22:58:32 +0200
Source: ubuntu-dev-tools
Binary: ubuntu-dev-tools
Architecture: source all
Version: 0.145
Distribution: experimental
Urgency: low
Maintainer: Ubuntu Developers ubuntu-dev-t...@lists.alioth.debian.org
Changed-By: Stefano Rivera stefa...@debian.org
Description: 
 ubuntu-dev-tools - useful tools for Ubuntu developers
Changes: 
 ubuntu-dev-tools (0.145) experimental; urgency=low
 .
   [ Stefano Rivera ]
   * syncpackage: Don't throw away release pockets, returning correct errors
 when the source and destination match even though the destination release
 pocket doesn't.
   * requestsync: We now sync to proposed (LP: #1073060)
 .
   [ Steve Langasek ]
   * Initial support for setting up cross-build chroots.
Checksums-Sha1: 
 fe75533fa4ba8811a4350d3d7dc0bb9f188ad14f 2052 ubuntu-dev-tools_0.145.dsc
 e17526bee091a9542942b083bd3925a8053b1999 194864 ubuntu-dev-tools_0.145.tar.gz
 cb0e3ad40db2594b43d9aec80f009e21b4030698 197158 ubuntu-dev-tools_0.145_all.deb
Checksums-Sha256: 
 43d3354682058039fed79ac97a405d9d918406ba294e533ba5891b8351a784be 2052 
ubuntu-dev-tools_0.145.dsc
 177b781d9c0b50d10dd01b1e593e470fdfbac8d64f68a7b25ec95cad303fb8bd 194864 
ubuntu-dev-tools_0.145.tar.gz
 32a3283463683753c5aceb4023717fa87578042d741d71b623fc19c680f3d5dc 197158 
ubuntu-dev-tools_0.145_all.deb
Files: 
 d82cbd5ba518ffeea810090bd03fe94d 2052 devel optional ubuntu-dev-tools_0.145.dsc
 a6dfeff2498cfd9c1ebf271271e0fa08 194864 devel optional 
ubuntu-dev-tools_0.145.tar.gz
 c2e661f5c1e0a1f556eb1bb31457b162 197158 devel optional 
ubuntu-dev-tools_0.145_all.deb

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

iQIcBAEBCgAGBQJQmXqlAAoJEACQ/CG1zRrMBR8P/3joQNVocuck/vs+o5AAKbIu
nqZiOAj+Vh01uebmuEmJWdxxYt/QSCmclyzEtIQXdXgphRbycnxeBgEDKCd//aV2
G6T26lanl+qEwk1SvhQcXAEiHrs2EihKgiGw1a/HPRq53QI40vy1TF2V1kHxoaRl
7zT/xUmvYNqNVLWU9/1UE1tKapxacUXtmibrGmTHymhV1T+R36cKDFxV+Iv3Swza
i+8vU7j9uitWYwzkbel/TBjiCDfimwISrGOcxhoZxuTttotb2qEQGcgg4BsRdODS
PMrn85ql5LaAV0xkV9fu6WZ88a7J89mkz0u8UNzbeFebUnTlg9RWuNI7cxgRnyzW
Ur9CEORSLVZtc2A0fxQTzUhK4JhEAChbIm8Je3o60sDNy5xhLXLPi6U6agvkrOIX
qQ7XU4Mfo8E2hqiy+UNguNNtQFFjd61vp3W16kIkt80df2ySf2vRDb4w2R8N0ZIC
3HG9aDMCz42XHqnU3wk8vG7eZsqzW5++RGwmoKM9GFk4hyB212prkFdPreHVqcKa
El3Q8CDOl6/89UE6bhLUWlLiLngrmXo5lH+oqiv0/rR5Ju9FEN00zADdFhhz7xFf
rEGEd8eswrzTBMrJNxDaW3Sjq+D7BpCN6fthqJa7kqzjJFYHOR/l9iJ5sLaqQ2Jl
cShLR92ExEDw+777/mxS
=+sBP
-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/e1tvqwr-0001kx...@franck.debian.org



Accepted arduino 1:1.0.2+dfsg-1 (source all)

2012-11-06 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Nov 2012 13:53:48 -0500
Source: arduino
Binary: arduino arduino-core
Architecture: source all
Version: 1:1.0.2+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Scott Howard show...@debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 arduino- AVR development board IDE and built-in libraries
 arduino-core - Code, examples, and libraries for the Arduino platform
Changes: 
 arduino (1:1.0.2+dfsg-1) experimental; urgency=low
 .
   * New upstream release
 - No wifishield firmware inluded in Debian: pre-compiled avr32 binaries
   with no sane build system. For source code and binaries, see the
   wifishield repo on github
   * refreshed patches:
 - debian/patches/SimpleDateFormat_fix.diff deleted, applied upstream
 - debian/patches/gcc47_avr.patch updated, partially applied upstream
 - debian/patches/wrapper_for_deb.patch updated, partially applied upstream
   * Updated debian/copyright for new files
Checksums-Sha1: 
 a4217b281d727bea42817f908c03aabd8b0b28b1 1370 arduino_1.0.2+dfsg-1.dsc
 6a4d835ac5424b439d3b5c2bdd1a398607985d3f 4295240 arduino_1.0.2+dfsg.orig.tar.gz
 5a13e3875bbbf33c1a9ea6f5f863e66dd443a82b 87884 
arduino_1.0.2+dfsg-1.debian.tar.gz
 3103500dff4a2d04e614a95ca0522c13a9ab3f1f 1140512 arduino_1.0.2+dfsg-1_all.deb
 5e06ebac9519ff522091702c1220d5855d5a0d11 803258 
arduino-core_1.0.2+dfsg-1_all.deb
Checksums-Sha256: 
 fc2e92873f2d33507b3699e6ddbfe8579f1e6fd245bda1cc4862060552299032 1370 
arduino_1.0.2+dfsg-1.dsc
 e63a5898c6f4edd3d4de485ded335ce2aae4906592388fd5e518d22270ed36f4 4295240 
arduino_1.0.2+dfsg.orig.tar.gz
 760a23ad88d50a6afb71ccde2090e850ace0a6cde153f1e57ab92bbc196fb583 87884 
arduino_1.0.2+dfsg-1.debian.tar.gz
 f67553af453870852f365f95943cfee067ec0b3b78ffbbd045653f3b4cb88601 1140512 
arduino_1.0.2+dfsg-1_all.deb
 19422fba378b4c3b02d297d205960b2a14ed14fd5704a1e6d849acafb47fe1e8 803258 
arduino-core_1.0.2+dfsg-1_all.deb
Files: 
 91ef5c704cafe44a242a261dc38a58ba 1370 electronics extra 
arduino_1.0.2+dfsg-1.dsc
 524b3b6b978b12af7a61bbfc9e03d71d 4295240 electronics extra 
arduino_1.0.2+dfsg.orig.tar.gz
 97c27af81790daad70b14c966ab16b49 87884 electronics extra 
arduino_1.0.2+dfsg-1.debian.tar.gz
 54dc6c41b2bcc1935e83b49c2c10da8c 1140512 electronics extra 
arduino_1.0.2+dfsg-1_all.deb
 06bbe9714fc4675230c9e7b2b07e68fd 803258 electronics extra 
arduino-core_1.0.2+dfsg-1_all.deb

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

iEYEARECAAYFAlCZg2MACgkQuqVp0MvxKmpRPACgvj6Jlx0Xm/teLNKXI42fDo2t
oz0AnRZTRxE3jYMeRPip85Zonr5umqU1
=a0tE
-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/e1tvqzg-0007si...@franck.debian.org



Accepted chocolate-doom 1.7.0-2 (source amd64)

2012-11-06 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 21:28:00 +
Source: chocolate-doom
Binary: chocolate-doom
Architecture: source amd64
Version: 1.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jon Dowland j...@debian.org
Description: 
 chocolate-doom - Doom engine closely-compatible with vanilla doom
Changes: 
 chocolate-doom (1.7.0-2) unstable; urgency=low
 .
   * Add myself back to uploaders.
Checksums-Sha1: 
 e14463afa028d9155655e1b1e51386730ee68af4 2114 chocolate-doom_1.7.0-2.dsc
 cd51f2fd6a398c01e951b7fbcaf7efda17ccacd2 5767 
chocolate-doom_1.7.0-2.debian.tar.gz
 c16d2e059d9a997fc364c68f2485c8f5d997db61 483090 
chocolate-doom_1.7.0-2_amd64.deb
Checksums-Sha256: 
 2bc4d41fcbbbc39e6cf7f295fb8571e1df0d3068a3e43171488d0df0b8e43cb7 2114 
chocolate-doom_1.7.0-2.dsc
 f417e9fdcbe072fb861ad5863c9275d893f6357f30292e4ceefd8ce05bb8ee7a 5767 
chocolate-doom_1.7.0-2.debian.tar.gz
 05eb14ac69f5702af73e9de8063d3352a0b96920f7b8a67808a625ebefe9e22e 483090 
chocolate-doom_1.7.0-2_amd64.deb
Files: 
 56890d1cf93a2587bb4a0fec58e2570f 2114 contrib/games optional 
chocolate-doom_1.7.0-2.dsc
 e51ec19198fd718ddac5e81582393947 5767 contrib/games optional 
chocolate-doom_1.7.0-2.debian.tar.gz
 06eed80ae64a592c384aee23d4f46353 483090 contrib/games optional 
chocolate-doom_1.7.0-2_amd64.deb

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

iQIcBAEBCAAGBQJQmYRTAAoJEAkHQJYG40gP/juE1Wc33oy58tz/WggGzvp9
nPBPoJyHf8+yCt/1Z1bPZuKiKm499/asoR4P2C35tigkWeTAfwtv3EvTuBCpkUzc
La3ksBZxiAl5UsZwWSnM4+5kBSjh12DVM/BOvx++mHMx3vyXalPVfwCNp4RKC5m6
1mW9sCDW+BhQTb3fhawHK9xv3BACV/SyMUxT5zpq8AFlgk6zoNTs6ECQfFYpC5z3
cZxVbRNLP6JqmIlUw4RFrelh/vLEcY8Xaf6JKgxMpVGehzaj+Ub3mt/IYJVwxW3Z
9Swji5QTNDjI5VIJaE7eLMQJEo4U43FwcTSNcTxDu7UnJ5rmRSeUZX2E3bf2pdln
WfIQYh0ClXhafJvxMN+1fbqC4EUr1VyS8UsmpTJn3wIweia5LIFzY8to5OnKDBAg
YJ6kCF7ZtjCEcmHypiaS3K8+MLsUOxlfa656Os8q5S2IkKue/fHCh+pcZ++WmyxV
hD+4HICOlPysJnmw1Y50VbGQ5H5KNlfdghR9jLl8Xv/7oirni7zGwDiGUNhcoFKM
IbW8PZVYRPBdtj917tF+JK8qtfuTlGa+7IRpVyF6ZdqiFbsw0hjyBGyXb91P7tSN
1i7Tnx7PkBkgozBtQSEBnj2PKbSmCd+LeXXRLAEIRsYKrBHIXu2WxR4pAWHwfEl4
0UdGe8HPCKkQzEwxW4Vn
=zYQM
-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/e1tvreb-0003me...@franck.debian.org



Accepted enigmail 2:1.4.5+id16-1 (source amd64)

2012-11-06 Thread Willi Mann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 22:58:32 +0100
Source: enigmail
Binary: enigmail
Architecture: source amd64
Version: 2:1.4.5+id16-1
Distribution: experimental
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Willi Mann wi...@debian.org
Description: 
 enigmail   - GPG support for Thunderbird and Debian Icedove
Closes: 692062
Changes: 
 enigmail (2:1.4.5+id16-1) experimental; urgency=low
 .
   * pack-upstream.sh: Add script to properly pack tarball
   * Imported Upstream version 1.4.5+id16 (closes: #692062)
   * d/control: Update dependencies
   * Refresh patches
Checksums-Sha1: 
 81849126a606fcb57d237828bfad71786b62a32f 1906 enigmail_1.4.5+id16-1.dsc
 894ddd17d5c99da5959857ea9a4ff47ce16840db 2374777 
enigmail_1.4.5+id16.orig.tar.gz
 c945d658b072ee9e691e6c49857804727c2ed376 21419 enigmail_1.4.5+id16-1.diff.gz
 66138db10c33cf32cbe0856776252ab12a197a7b 1325574 
enigmail_1.4.5+id16-1_amd64.deb
Checksums-Sha256: 
 dcea2f934f826aad3ce5e7cc6f1c3d75e1259c0422a923a4857598d839301a51 1906 
enigmail_1.4.5+id16-1.dsc
 e7642fb6067085cd6226b8fe51aefbb01a8f9f835c24ca552caffa13fa0d197a 2374777 
enigmail_1.4.5+id16.orig.tar.gz
 38d5a1a0f5f8dd3fad0808328f4aaa97db8880a28872e81e8ab87b56791ca521 21419 
enigmail_1.4.5+id16-1.diff.gz
 f3389ba134c559af363db0b0b262489149b556d5c8245bdd4c8eefcc831d3375 1325574 
enigmail_1.4.5+id16-1_amd64.deb
Files: 
 7a0c5ae2e382b6b9a2ff69de255b013b 1906 mail optional enigmail_1.4.5+id16-1.dsc
 3cb18c9b6184b4b9a129ff81160324aa 2374777 mail optional 
enigmail_1.4.5+id16.orig.tar.gz
 9a97f2442dcbdc1f9e338bbb42ad6597 21419 mail optional 
enigmail_1.4.5+id16-1.diff.gz
 130959ebc983799d3f2932fa2889d187 1325574 mail optional 
enigmail_1.4.5+id16-1_amd64.deb

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

iQIcBAEBCAAGBQJQmYp3AAoJEIy+IZx0V22BzI8QALVCWe5M7+nG9Z21sXPNNA9p
u/AAmJfbs2rVnbuGBS1BeRaHKPB2MZBm3Rvs7qH/pDa5FLyrHzWb8/a28Y325A1H
SzgB5lDFNbKoyg6uo+8VeD1COl92EhpB908RBx1hGBDj5iLhbGco9sJ11tXW3DiA
qmP19MKUKTaFRu027/XnMSM74DaIEhMZ4PjojxKsCpPMHEuNJEZ8g5Q+2kVNFTId
YYs3Qwlh4Gzz8hta5GB1KLzXQahr9d5jXmyef9EXHloIPcVa/GFWAYO5ikoXgdZB
VW/7ZjrLGZHqaImVNwbpuDLu5n80EEOqi/AL3NcStQMQUwrqYvuRwh2xrqfxgP6Z
045VQ2Sb1xGCyfG5DzS7VcspB6tNUAuMgvMo1y3CwpMlVdpC7IfvEj+UWnSMlqoq
wdh6dYVdiasspp/5A6u3KMXz4+FTxK7N8wscZfks6Ov7CFznsc7RT/l6+g6M/sdq
mo3jJ6WSZGlyxlVVUAxLMcUJPOpHZCNOOBJtRggm7Z7lWMawnf1aHs/etBfV5Br2
jvmKdZQtuYY8XvASyGXkTsqxy9fyBv1XWlYV9CwTsR6RSrSvL8Jv4Jj3etm0mR51
8pOs4EXlAI4+rID7Pn4ADU+cuw8Oug1K6vN5OcO2mq0HfWaEY8p2Jg6pF27P+FnR
42z1oA7QUFSAfCr48e0s
=avjX
-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/e1tvrsi-00062o...@franck.debian.org



Accepted apt-cacher-ng 0.7.10-1 (source amd64)

2012-11-06 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Nov 2012 23:27:29 +0100
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.7.10-1
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 apt-cacher-ng - caching proxy server for software repositories
Changes: 
 apt-cacher-ng (0.7.10-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1: 
 7e1ac16f8f3e6474c6ba968232470068c3f647e0 1257 apt-cacher-ng_0.7.10-1.dsc
 1aa15671854bde09137b547847d776734554b645 258904 
apt-cacher-ng_0.7.10.orig.tar.xz
 aabe2ee6491e6132cdf9418ed5df0010539616fb 25948 
apt-cacher-ng_0.7.10-1.debian.tar.xz
 84bb92784df7c29df9aa3860130dc9097eaac326 419340 
apt-cacher-ng_0.7.10-1_amd64.deb
Checksums-Sha256: 
 1204e5e8b49c83dfe0e75f22869cae6056435ce4a71ffd83ec63fe6470ccdd54 1257 
apt-cacher-ng_0.7.10-1.dsc
 d0dff968df6283a0c146d5b78a6b19f927e29570de8ad083f324c5020af97a65 258904 
apt-cacher-ng_0.7.10.orig.tar.xz
 1efccefffe135b82f5d96c9c64fc7acffc265a98efbdc2683dd1a11008007263 25948 
apt-cacher-ng_0.7.10-1.debian.tar.xz
 b762f6b6ce160a209f203b33c6d805f60735ed1ee32b5015cd6e838f22289f08 419340 
apt-cacher-ng_0.7.10-1_amd64.deb
Files: 
 a63c492c4fb559ce75c9b937285ebafe 1257 net optional apt-cacher-ng_0.7.10-1.dsc
 b44e91ef5ce5dc65776e4ca6d9448d69 258904 net optional 
apt-cacher-ng_0.7.10.orig.tar.xz
 d81f5033c79d511f3cab3872cf1a20b1 25948 net optional 
apt-cacher-ng_0.7.10-1.debian.tar.xz
 758987fccbbf3f57b12d9943ba336fce 419340 net optional 
apt-cacher-ng_0.7.10-1_amd64.deb

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

iD8DBQFQmY+G4QZIHu3wCMURAs95AJ9o61WcnLWtrYCiAQ8crWHmy9FMLwCeMm9t
7+MI6sG+/K0nuSPch7rqa9k=
=+HCm
-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/e1tvrvg-00066h...@franck.debian.org



Accepted gretl 1.9.10-1 (source all i386)

2012-11-06 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 16:12:33 -0600
Source: gretl
Binary: gretl libgretl1 libgretl1-dev gretl-common gretl-data gretl-doc
Architecture: source all i386
Version: 1.9.10-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 gretl  - GNU Regression, Econometric  Time-Series Library
 gretl-common - GNU Regression, Econometric  Time-Series Library -- scripts 
pack
 gretl-data - GNU Regression, Econometric  Time-Series Library -- data package
 gretl-doc  - GNU Regression, Econometric  Time-Series Library -- doc package
 libgretl1  - GNU Regression, Econometric  Time-Series Library -- library pack
 libgretl1-dev - GNU Regression, Econometric  Time-Series Library -- 
development
Changes: 
 gretl (1.9.10-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Increase Standard-Version: to current value
 .
   * debian/libgretl1.shlibs: Set to 'libgretl-1.0 5 libgretl1 (= 1.9.10)'
 .
   * debian/control: Added libcurl-dev to Build-Depends
 .
   * debian/rules: Updated to reflect change upstream code organization
Checksums-Sha1: 
 94337714cb866e4bdcddf7f13b121c9296a3a60c 1591 gretl_1.9.10-1.dsc
 6853b053fdef9a0a9e7bb3bf0e3365dacdd0e955 9310012 gretl_1.9.10.orig.tar.bz2
 996e2fc65a4cbe2ba2a3208a165183abab5dc19f 15288 gretl_1.9.10-1.debian.tar.gz
 d17ad7006ceabb5552ba711426a1910a69bf230c 864922 gretl-common_1.9.10-1_all.deb
 37a9ff71d93515cf98ee0cbb0d6e4fd5cfd5efcf 2626304 gretl-data_1.9.10-1_all.deb
 4d40b49dc64ff474da09e172516dd35fa42fa389 1496890 gretl-doc_1.9.10-1_all.deb
 a251a113cde7381d6d3b754b2bb3a13ae9f6eeac 2992202 gretl_1.9.10-1_i386.deb
 ac1028cf4b93f48978d21956f2d85b03975789d2 1143406 libgretl1_1.9.10-1_i386.deb
 55cafe5a7e54dde95a836ebf02717c593908c096 1328852 
libgretl1-dev_1.9.10-1_i386.deb
Checksums-Sha256: 
 62a0aca544bf0e7fd6b32aa1a5294d1aec081d325bec66f9a4dba6776640aeb2 1591 
gretl_1.9.10-1.dsc
 c70cd30329f8601e7943d267966f6a276d85163589204e0df9749ae571fbc895 9310012 
gretl_1.9.10.orig.tar.bz2
 5327c8b60b614436a0679fd92201d739ce78bac01fcace033ea8a8afe40b7097 15288 
gretl_1.9.10-1.debian.tar.gz
 0dda2433265dfe630874495fc632f939bbadf265338f4fc6382a99dc4247518e 864922 
gretl-common_1.9.10-1_all.deb
 c4f5536965d82b3b44328e90760ae19a4bc3681c7b8aac67a7fecad079496b91 2626304 
gretl-data_1.9.10-1_all.deb
 c9fe1689ffb059a61a84dd07d2720cf7629cde6a91f5d71ead4d4f3d6afc1aee 1496890 
gretl-doc_1.9.10-1_all.deb
 2a9c7b5c40eb2a259540605352803023ae529f190a5d8d1946689cd9521080ee 2992202 
gretl_1.9.10-1_i386.deb
 d62e45b95f9fdc4616d2b0d09cace4c5e840b0221e5889685f379b0599681aa1 1143406 
libgretl1_1.9.10-1_i386.deb
 3db73c4d50220c080249827c3ae620cb645ffbd0a5e062c5cfeb1ebb7e673cf6 1328852 
libgretl1-dev_1.9.10-1_i386.deb
Files: 
 f5c9c5e6a1fdbd3df01f14de5059f623 1591 math optional gretl_1.9.10-1.dsc
 4a76c473a86e786df96829d46031bab6 9310012 math optional 
gretl_1.9.10.orig.tar.bz2
 b25da1cdfc7a95d75c0f8ae8963c4c31 15288 math optional 
gretl_1.9.10-1.debian.tar.gz
 dd4d0d199f2a412b761e5b109d33395f 864922 math optional 
gretl-common_1.9.10-1_all.deb
 d227e426fea44a062c93f286d49929c4 2626304 math optional 
gretl-data_1.9.10-1_all.deb
 a059246288b38c8f3ce0c77c33d46e4a 1496890 doc optional 
gretl-doc_1.9.10-1_all.deb
 edf930a2028bad0376413cd343b69342 2992202 math optional gretl_1.9.10-1_i386.deb
 ac7c88efc6ee98dd3c50a5c6675979bb 1143406 libs optional 
libgretl1_1.9.10-1_i386.deb
 7c8a3ae04bc7358ebc43cfbddedc0914 1328852 libdevel optional 
libgretl1-dev_1.9.10-1_i386.deb

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

iD8DBQFQmZIyCZSR95Gw07cRAoksAJoC2VRJVHnQts3t+FFh+0tM2sNdRwCcCW6X
hkRRCK/ZEIWSKnAkPtdMB4Q=
=R9Qk
-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/e1tvsar-0001p4...@franck.debian.org



Accepted ngircd 19.2-2 (source amd64)

2012-11-06 Thread Christoph Biedl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 23:26:40 +0100
Source: ngircd
Binary: ngircd
Architecture: source amd64
Version: 19.2-2
Distribution: sid
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Christoph Biedl debian.a...@manchmal.in-ulm.de
Description: 
 ngircd - lightweight Internet Relay Chat server
Closes: 692479
Changes: 
 ngircd (19.2-2) unstable; urgency=low
 .
   * Debconf translation: Japanese (victory). Closes: #692479
Checksums-Sha1: 
 e67b4dbb7502f7e1dd77ec494c5a2d47d3d24354 1305 ngircd_19.2-2.dsc
 73d2296daf1cdaad1d695ef23d57dd197638d6dc 22148 ngircd_19.2-2.diff.gz
 15e48b538d2e3bc5075983b7d0cde7dd5b0d0fdb 192528 ngircd_19.2-2_amd64.deb
Checksums-Sha256: 
 dc45a80e76ad3018dcca5b8d42077f6c52947957944429b7daf5084f2a993840 1305 
ngircd_19.2-2.dsc
 35f744fb01e8f9156c6e37db75fbea40cd0c0c96113412d304e2e3e9dd1beed6 22148 
ngircd_19.2-2.diff.gz
 2d4bbcc605a32cc028193124c9c21707b7b96238c660be539983df3dfd588a49 192528 
ngircd_19.2-2_amd64.deb
Files: 
 005b89dd4c7458bdd101ea40eeca2b51 1305 net optional ngircd_19.2-2.dsc
 dc6e145fcc5a714e44d28ee730753b27 22148 net optional ngircd_19.2-2.diff.gz
 bce7d341e92c110ce05f06d8a8afc7af 192528 net optional ngircd_19.2-2_amd64.deb

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

iEYEARECAAYFAlCZkyoACgkQUCgnLz/SlGjt5gCfZ+jUWdgneEUfdg7uat5CYHo3
B6cAn0h+ydcG9tHGPheSz10MLAgrjl1W
=K+B/
-END PGP SIGNATURE-


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



Accepted bup 0.25~git2011.11.04-6 (source amd64)

2012-11-06 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 22:50:59 +
Source: bup
Binary: bup
Architecture: source amd64
Version: 0.25~git2011.11.04-6
Distribution: experimental
Urgency: low
Maintainer: Jon Dowland j...@debian.org
Changed-By: Jon Dowland j...@debian.org
Description: 
 bup- highly efficient file backup system based on git
Closes: 692009
Changes: 
 bup (0.25~git2011.11.04-6) experimental; urgency=low
 .
   * Add --parallel to dh* calls to support parallel building.
   * Depend upon python-pyxattr and python-pylibacl so that bup
 meta works. Thanks Sascha Silbe. Closes: #692009.
Checksums-Sha1: 
 3f0ac1350bc46785ec7b3bee57426985033b43af 2022 bup_0.25~git2011.11.04-6.dsc
 20cdcd87f46861b40b6853cde2c9ebf62c0ee9ef 5379 
bup_0.25~git2011.11.04-6.debian.tar.gz
 13950ebd16b590e503ef74d443e7aebc0018ed49 162972 
bup_0.25~git2011.11.04-6_amd64.deb
Checksums-Sha256: 
 87cc4fd939835b6296d25e0c7153fa75ee6d346560694b6326dbf97b40a5dcf8 2022 
bup_0.25~git2011.11.04-6.dsc
 31098c78a3f1663d2c9c3c26064cc33e0f0928fefb4a8ab1a7c77efff046ddbe 5379 
bup_0.25~git2011.11.04-6.debian.tar.gz
 b81ac903f4c2ddd093f44c33af7d80acbf7bc39ecd7bceb69de608610173857c 162972 
bup_0.25~git2011.11.04-6_amd64.deb
Files: 
 ade8eb665aaf3d81efbe4a9b6fa98ce6 2022 admin extra bup_0.25~git2011.11.04-6.dsc
 3c649439b5448be850778dfb86ce5ceb 5379 admin extra 
bup_0.25~git2011.11.04-6.debian.tar.gz
 555cb806209c6492322a894cade32cd6 162972 admin extra 
bup_0.25~git2011.11.04-6_amd64.deb

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

iQIcBAEBCAAGBQJQmZTeAAoJEAkHQJYGmKsP/2d/rfMyaET5tm77MSAdaGCs
es+NYgpk4ixYghpgMLmyLjNlhIctbAAgCWFODzunkLDh+D/OSI7dneYqggs/cQxd
y3a6zpNeqi3yIkSzdThVFgb4epeRNCKVNP0+G+ENV3S0FbbKzRXyO2Djh2vRJvjF
uHtS+z0/9gkcXadspCCGpi/aeL+Cl4L+AYwf96rxlqnghkdzSAGhd4fAvW5lSAk5
GaCNQTqiGsplziqVnOKtUhlvwEF7oS7TZWb0aJzRFnfI2RI4R2yCWfM4o+XY7C9A
FyzG7o0uyJRV+wTfHZCtBn8jMpP/TjGgpxS+g8Zd+6ttGp2OQmlrGp8JU2FVK68+
1ZHcwe84yFLJHjRSM8mhtqsNYdW4R6swSCEhGdNZ7WVrbihDvX0Y1Gzw1rRIYlel
NDm1mP+l4LyPXh2kzlcFxSVcPDNLhlHCM8/BDVKDjHsusfvwWdMRDvStlu9FMNBB
aAlumxFMxPvsBDUloHm1/Fx+rVFtT4ZaPHyjCnQTRtBmVSeuURXVA8PtOpJ4uPGr
0LcpO/xJZ9q2J/seTRFfAMZ3UUpe0kOGrJrO6et4CQpOn6Jzig9cp6EzGeYGcdXD
0XKf9k6yCJnmmqkFiTPzuwYHB/rD3bN2DD1ZI/E1T5sX0HVHeV+cKSFoanPPrGuY
SpKjraUYWPdNjMIt8MYt
=UJE9
-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/e1tvsot-0004uq...@franck.debian.org



Accepted prboom 2:2.5.0+dfsg2-1 (source amd64)

2012-11-06 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Nov 2012 23:09:00 +
Source: prboom
Binary: prboom
Architecture: source amd64
Version: 2:2.5.0+dfsg2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jon Dowland j...@debian.org
Description: 
 prboom - clone of the legendary first person shooter Doom
Closes: 579749
Changes: 
 prboom (2:2.5.0+dfsg2-1) experimental; urgency=low
 .
   * Fix a bashism in fix_upstream.sh and use the
 URW-Bookman-Demi-Bold font for menu graphics in
 preference to Helvetica. Thanks Fabian Greffrath!
   * As a result, generate a new 'upstream' DFSG tarball.
   * Remove build-dependency on libsmpeg-dev which is
 superfluous (handled by libsdl-mixer1.2-dev).
   * Add build-dependency on libpng-dev. It currently links
 against this due to a dependency-of-a-dependency, but
 that might change (and we want this for PNG screenshot
 support). Closes: #579749.
Checksums-Sha1: 
 a8721ba6dcc11194c323ad3ba3f1bbd97b586247 2046 prboom_2.5.0+dfsg2-1.dsc
 82f58f246fb0394c2b1bde1c79ada7fb66187410 1012396 prboom_2.5.0+dfsg2.orig.tar.gz
 a9e61e310871e5361d643598366b89b6a32849a8 10695 prboom_2.5.0+dfsg2-1.diff.gz
 6d4145b9e3e74a0df59df587b425a03a1d08f9e9 516370 prboom_2.5.0+dfsg2-1_amd64.deb
Checksums-Sha256: 
 d97889ad65daca58e4cfad0aa1e51be4f1fd8f4f636900534ed56b3d08e82a7d 2046 
prboom_2.5.0+dfsg2-1.dsc
 25c9dd947a738ce840a2081fd01844f2283d95c4e3be52cf397a5760bc9af957 1012396 
prboom_2.5.0+dfsg2.orig.tar.gz
 0eccff691642369ab758c1b862bd52119dd8a9a97d45b2f5e9c734ef0ba4d092 10695 
prboom_2.5.0+dfsg2-1.diff.gz
 a9ab4c8f7eea18e7b264118181e9bfde96146c9b91c3a6daa05321cce419e1dd 516370 
prboom_2.5.0+dfsg2-1_amd64.deb
Files: 
 814305bf7f19c17352a3da731de81d40 2046 games optional prboom_2.5.0+dfsg2-1.dsc
 3ac6c6e02144e2a575a02638fb8d8433 1012396 games optional 
prboom_2.5.0+dfsg2.orig.tar.gz
 83f9c7a2538d10c4279f858898c63bb5 10695 games optional 
prboom_2.5.0+dfsg2-1.diff.gz
 c1e7febd356bf59e0964a145080bae8b 516370 games optional 
prboom_2.5.0+dfsg2-1_amd64.deb

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

iQIcBAEBCAAGBQJQmZnyAAoJEAkHQJYG6wsQAM9Dtw/VWHKY5YUkMEh0evVK
6j3BsMRQkes8SiawMHUdnzeZm5Qsg9tAn4gtzr/LoC+W18NErrCVpjd1pp/XPUrI
WbaMQQzAA90eyeI4aLzi0LgT0KYaJcxlSuxapfxY/U3XwsCulRr/LUeQs0MIFfRG
+GQ26kyeUhxAaFc587j5nY07Y5RRlSJIuDFtRD3SBCN2ytOwAQGCxZtQqpcp5JlD
OWevn0d2lHraUSH4Ce2IIxN/paYcAl2d6saQMUMpnrNJEAlArKpOvrwOR6HRAyf3
UWaOUELQ9cxlirm1CxrzKQers67uWPPKCx3y4ddbYPVaGN3jb4kLhjgUCBSXeMZL
EVsr1PwuYL57QEecvwzf/36PRSZcU7MMrHzzarQgc0BINw20zXv23OQXtT3T0ZXs
57QD50wBBSFSeNJDq4ZKdF4WUx5vEN5STwgBSO3DKV4hmGmYVOqfKK+3yWg+SrDH
4KVT7xPtpLuHiv/fm3Dlen3ETQfCBzto/ZiSxa+RGDyCv7wQnDwA6R8ZoMei5702
NmIoFre1iA804xc1ihqnZomGHJjuf4kkCu1eki2O6ZcaLn4/Onuj1UBcIrSom0wS
JugOuBMX8ZSSR6vGu/ZRTcW5J1MpQQyp0hCPa62qvIMzkYkTDny4OGP+QGwmEhAw
cIPgWHXWlfeHXz3uxSAR
=hkoh
-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/e1tvsdr-0007oa...@franck.debian.org



Accepted zangband 1:2.7.5pre1-5 (source all amd64)

2012-11-06 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Nov 2012 08:29:55 +1100
Source: zangband
Binary: zangband zangband-data
Architecture: source all amd64
Version: 1:2.7.5pre1-5
Distribution: unstable
Urgency: low
Maintainer: Drew Parsons dpars...@debian.org
Changed-By: Drew Parsons dpars...@debian.org
Description: 
 zangband   - A single-player, text-based, roguelike game
 zangband-data - A single-player, text-based, roguelike game (datafiles)
Closes: 688259
Changes: 
 zangband (1:2.7.5pre1-5) unstable; urgency=low
 .
   * Fix wrong $static_datadir path in zangband.postinst file to avoid
 deletion of *.raw files in /var/games/zangband/data.
 Thanks, Markus Koschany. Closes: #688259.
   * Fixed Lintian warnings:
 - debhelper-but-no-misc-depends
 - patch-system-but-no-source-readme
 - debian-rules-missing-recommended-target
 - dh-clean-k-is-deprecated
   * override lintian warning description-synopsis-starts-with-article
   * debhelper compat 9
   * Standards-Version: 3.9.4
Checksums-Sha1: 
 a16b4242a5390f33e2ac4f8a011578125b3c9a42 1233 zangband_2.7.5pre1-5.dsc
 a6753288725f7009799327c79fd56e504210d26c 106497 zangband_2.7.5pre1-5.diff.gz
 c069c3ad54df5d6d2152655b2041e5ba5f4fe23e 1085072 
zangband-data_2.7.5pre1-5_all.deb
 bdf2fa060a832f8963990e2ec421c94e4ae56a4a 915958 zangband_2.7.5pre1-5_amd64.deb
Checksums-Sha256: 
 a1bdc3eb1168d86fc580ae637f1a4869bd896603f95b7fbfe8d41dfd2e370eea 1233 
zangband_2.7.5pre1-5.dsc
 87145e940718fed13340b17930188845782c94fe3d5f8bc8647cf6f0154e40ee 106497 
zangband_2.7.5pre1-5.diff.gz
 c58c824015868f638397d76bf12d60416aeebec51a2bd38a1bb40b863759e923 1085072 
zangband-data_2.7.5pre1-5_all.deb
 bad8a62be85daf2799e2907cb12089908aa862300997c6bf51fdfdded002bae4 915958 
zangband_2.7.5pre1-5_amd64.deb
Files: 
 0ba78affd7f01b53fa988595b5fe4c26 1233 non-free/games optional 
zangband_2.7.5pre1-5.dsc
 417f4d0fce2cc6ca8450029bafa7d1eb 106497 non-free/games optional 
zangband_2.7.5pre1-5.diff.gz
 8d1f9aa9837c47daf1675f52ea6bfaa1 1085072 non-free/games optional 
zangband-data_2.7.5pre1-5_all.deb
 4ec3bdd272aa1f6f11048c1c83ef7902 915958 non-free/games optional 
zangband_2.7.5pre1-5_amd64.deb

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

iEYEARECAAYFAlCZmt0ACgkQts5wQWQSTkpKJACbBu16JN86/ECRxursp5O8aTC6
p2wAn0Da+b64NJZPUlr/ENvBkwf4fay2
=vqUL
-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/e1tvsdz-0007ss...@franck.debian.org



Accepted giftrans 1.12.2-17 (source i386)

2012-11-06 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Nov 2012 03:09:19 +
Source: giftrans
Binary: giftrans
Architecture: source i386
Version: 1.12.2-17
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 giftrans   - Convert any GIF file into a GIF89a
Changes: 
 giftrans (1.12.2-17) unstable; urgency=low
 .
   * Add additional credits to manpage. Thanks to M. Kolar m...@mkolar.org.
   * Update Vcs-{Browser,Git}.
   * Bump Standards-Version to 3.9.2.
Checksums-Sha1: 
 61f91ce6d835d0c30a21271574d0cfab55bca6bf 1083 giftrans_1.12.2-17.dsc
 eba5ef21a71c6968c7a21f5fc3cd2b7dd7cf75ca 6950 giftrans_1.12.2-17.debian.tar.gz
 da76495fbf334bb809082409737340fd9262639b 15600 giftrans_1.12.2-17_i386.deb
Checksums-Sha256: 
 7f394b706a76eb7585a66e9aaa71c5b39e203cce578ec7e7945f0ae6648120a1 1083 
giftrans_1.12.2-17.dsc
 cf4bfb37c0f0f294ce6ef2f4e8f8869c99e9c1ad0347af600ace19a9de9276b1 6950 
giftrans_1.12.2-17.debian.tar.gz
 d9855634ec1b27b9f4f9e19b0cb2ae1abe30dfaff1c30f21d0999bd833e179bd 15600 
giftrans_1.12.2-17_i386.deb
Files: 
 985daf48f15ce852fc3bd1343ce4e30f 1083 graphics optional giftrans_1.12.2-17.dsc
 407ecc04517671cceafac44ca7dc9e06 6950 graphics optional 
giftrans_1.12.2-17.debian.tar.gz
 e4102f57d54d6bff879b5b5777500dad 15600 graphics optional 
giftrans_1.12.2-17_i386.deb

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

iEYEARECAAYFAlCZ0QsACgkQ5/8uW2NPmiD+wACdHzR08EyNVek9AeAdDFaMU6Bp
05IAoJUuEN9VsW2lvVlJTXbIaqKrzesZ
=jg2G
-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/e1tvw91-00017c...@franck.debian.org



Accepted gcc-snapshot 20121106-1 (source amd64)

2012-11-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 23:31:32 +0100
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source amd64
Version: 20121106-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20121106-1) unstable; urgency=low
 .
   * Snapshot, taken from the trunk (20121106)
 .
 gcc-snapshot (20121024-0ubuntu1) raring; urgency=low
 .
   * Snapshot, taken from the trunk (20121024)
   * Includes aarch64 support.
 .
 gcc-snapshot (20121008-1ubuntu1) quantal; urgency=low
 .
   * Snapshot, taken from the trunk (20121008)
   * Fix libbacktrace build failure on ARM.
   * Install the static libbacktrace and header files.
   * Disable building Ada on armel. Broken on the trunk. See PR ada/54843.
   * Re-enable buildig Ada on armhf.
Checksums-Sha1: 
 1bdcb7f7060b606a7f2d83382de6d76ac8c16f3d 3274 gcc-snapshot_20121106-1.dsc
 affe23d80d844e5a503d4ffc634676ab7f48af1d 65016685 
gcc-snapshot_20121106.orig.tar.gz
 637b7343fd37783f5ca62914dbee9e7c0a9cc7a7 4941438 
gcc-snapshot_20121106-1.diff.gz
 ba37b043b7ea49689b365e772c65076c52eb5554 143461620 
gcc-snapshot_20121106-1_amd64.deb
Checksums-Sha256: 
 79d62494787eaed0967d9cce8bf2e37eca6b570a42a4fae0a6773aa6a75a0fda 3274 
gcc-snapshot_20121106-1.dsc
 1f94acadae80c830ef136c0557de37776aaf7eef90aaf4554775cd9428788a2f 65016685 
gcc-snapshot_20121106.orig.tar.gz
 ba8c664c136c0e0cbc001a68f13daccfb42ce3685dfb0d19499168d38ee55622 4941438 
gcc-snapshot_20121106-1.diff.gz
 64bdd6aa2412cfc02cc92e0fca93f6b636d07de1e63772e460eaecb5a1e57cd2 143461620 
gcc-snapshot_20121106-1_amd64.deb
Files: 
 3eabcab58215608f30d3f682117fca55 3274 devel optional 
gcc-snapshot_20121106-1.dsc
 5fd0056d443d6fe2606895ba2d43193d 65016685 devel optional 
gcc-snapshot_20121106.orig.tar.gz
 130ede4dd9400f1e3f8a8b16b5a4e7f3 4941438 devel optional 
gcc-snapshot_20121106-1.diff.gz
 a13990e8b9a39397fa37d204fa7b222f 143461620 devel extra 
gcc-snapshot_20121106-1_amd64.deb

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

iEYEARECAAYFAlCZst0ACgkQStlRaw+TLJymiwCffv6n8Zf5VuGGkTjGksjXisPf
KsAAnA0HLR3gYDtWXjlQu3LXRrXeLNrp
=sNcz
-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/e1tvxnl-0006wl...@franck.debian.org



Accepted condor 7.8.6~dfsg.1-1 (source amd64 all)

2012-11-06 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 08:22:29 +0100
Source: condor
Binary: condor condor-dev condor-doc condor-dbg libclassad-dev libclassad3
Architecture: source amd64 all
Version: 7.8.6~dfsg.1-1
Distribution: experimental
Urgency: low
Maintainer: Condor Developers condor-deb...@cs.wisc.edu
Changed-By: Michael Hanke m...@debian.org
Description: 
 condor - distributed workload management system
 condor-dbg - distributed workload management system - debugging symbols
 condor-dev - distributed workload management system - development files
 condor-doc - distributed workload management system - documentation
 libclassad-dev - Condor classads expression language - development library
 libclassad3 - Condor classads expression language - runtime library
Changes: 
 condor (7.8.6~dfsg.1-1) experimental; urgency=low
 .
   * New upstream bug fix release (skipped 7.8.5).
 - Avoid rare crashes of condor_schedd in association with jobs that have
   'noop_job = true' (Ticket 3156).
 - Fix condor_startd crash when failing to match a partitionable slot after
   the application of configuration variables of the MODIFY_REQUEST_EXPR_
   category (Ticket 3260).
 - Prevent removal of scheduler universe jobs from the job queue when they
   should have been requeued, according to policy. This caused condor_dagman
   jobs to fail to restart. This bug exists in all Condor versions 7.8.0
   through 7.8.4. Upon upgrading from these Condor versions, users will need
   to intervene in order to restart their dagman jobs (Ticket 3207).
Checksums-Sha1: 
 54fe0db7be344424f4d3d5c4d089bebc0cc134b8 2632 condor_7.8.6~dfsg.1-1.dsc
 4d1b047ff253f9f0b6ed8783de6519a262b93953 8167620 
condor_7.8.6~dfsg.1.orig.tar.gz
 c3694b45aabfff682e3cb17fc62ba2bc84ca1b8b 85558 
condor_7.8.6~dfsg.1-1.debian.tar.gz
 ca1248bfb670897ba908330086cf1ee527520d21 5045156 
condor_7.8.6~dfsg.1-1_amd64.deb
 d224477def1cd0f3cabd25c1ee2ee2d0a7fb732b 459850 
condor-dev_7.8.6~dfsg.1-1_amd64.deb
 37b04941ac683e181eb4de59341cab6bba48f0aa 1364520 
condor-doc_7.8.6~dfsg.1-1_all.deb
 b9dea861f6135621e3ca003eaf0b3ff72d1b28ff 12356324 
condor-dbg_7.8.6~dfsg.1-1_amd64.deb
 805dd8a284cc448cbf59c28a471f8bd5aae05ca6 522712 
libclassad-dev_7.8.6~dfsg.1-1_amd64.deb
 d4dbaa41a9f5f6305316cec2c66043c9dc603ccc 283624 
libclassad3_7.8.6~dfsg.1-1_amd64.deb
Checksums-Sha256: 
 7f63c280437f064eb7aefd5e009725824959cae28d5ce6b56d4db03d41768575 2632 
condor_7.8.6~dfsg.1-1.dsc
 da4472f6a8cb83d715bc7e63cacc6eee4f79653c99eb329c2d569bb9d0a9383e 8167620 
condor_7.8.6~dfsg.1.orig.tar.gz
 39297eeb096a00dc098054f07eb78a119a49bd26bd2cebd880c48dcebd95bf56 85558 
condor_7.8.6~dfsg.1-1.debian.tar.gz
 7574851b99e80fd9bd7ed5d27b076d7650938d92cf9845222cc9a31b2d13e074 5045156 
condor_7.8.6~dfsg.1-1_amd64.deb
 479515786f7209a798147c572b8dbc19369fe8bc3bed74d776b8d4e615c70e16 459850 
condor-dev_7.8.6~dfsg.1-1_amd64.deb
 43c534110a325950e7a7fa7d80855e9a34721cdbf070712c9cca9de5c92ce1af 1364520 
condor-doc_7.8.6~dfsg.1-1_all.deb
 d9c8278fc61940cf08bd3f743eccdf54190ec8f8352e571bd25cf6144ca6e132 12356324 
condor-dbg_7.8.6~dfsg.1-1_amd64.deb
 5ca6fe3e52a68619669b35441bc039a3751ce08060e9ad72aa8dcf4f048c50cb 522712 
libclassad-dev_7.8.6~dfsg.1-1_amd64.deb
 8cba6fce4a8e8d2ca6c27db8c25e0ba996ca65424df1594360b4cde00cef1fda 283624 
libclassad3_7.8.6~dfsg.1-1_amd64.deb
Files: 
 0c06e6bdac8cf8258f5246283c5178ca 2632 science extra condor_7.8.6~dfsg.1-1.dsc
 e305ca251119fef637c809a87099bb28 8167620 science extra 
condor_7.8.6~dfsg.1.orig.tar.gz
 2166febe5e10b6c4b280afd12869c717 85558 science extra 
condor_7.8.6~dfsg.1-1.debian.tar.gz
 eb1bb9ba5f49202a0c665762079d3c77 5045156 science extra 
condor_7.8.6~dfsg.1-1_amd64.deb
 3d9426524dc7336b09c243e63c33b200 459850 devel extra 
condor-dev_7.8.6~dfsg.1-1_amd64.deb
 940a83e0589d7b6b423b7372925ce2ca 1364520 doc extra 
condor-doc_7.8.6~dfsg.1-1_all.deb
 3fe5bb3b5712ac397c316607dbd9c94c 12356324 debug extra 
condor-dbg_7.8.6~dfsg.1-1_amd64.deb
 8e601caa5aafd1ba0d872a34f2ca6ded 522712 libdevel extra 
libclassad-dev_7.8.6~dfsg.1-1_amd64.deb
 8bef5fde80589d4c5ffb2ca7688ffed5 283624 science extra 
libclassad3_7.8.6~dfsg.1-1_amd64.deb

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

iQIcBAEBAgAGBQJQmfl0AAoJEMBz0ih/+56b+9wP/AwSHtL0dmRowy4woe50NSPi
PF+SMdYJQLzS7OiFNywwe9lPNZmELTmXcEhN46pP9KYe1DYb7/ac9vBc6esU7qeB
hjl1Y1jqLWJB61gI/AZ0mxvgUfA2OCwfNoZFRoEygeFCXVdahHfSsUKG+OJc7GM3
mTQSsErnwMGwogdNI3bcwfu708t3Xe4qMM+B5DCVDFgEYhItb3zklIYfBS0chviB
CQBkY5ryg3JxJwLNzgOGleix5bR1rpkumE/7KeE+0yZWPV9Bs8lgvprz+vgGe1JS
7yjTmR7TOAx2YCy+03EviHlwcCVwRW5SCS8f84sZv79Y7Xxz67UTqyL6aeDZhMuY
3woCLCUW83xK6w2hVWNmh/pjDpb70/oFVTNQ0LsEdcw1CYpH4wQwL6hYCGyLMf/2
7i7I8pnmklEhUStyGr8fccKs2YHPeVUyFiehuSVn9nsGU0DMD58Et1MURetfc/Hq
y0OENWJMlRSbdkFdEL5REJuDowZosCNC3mPIfo2F2BNmD3aNVAOB6pZLoc+npEA/
1KkRx/4PeUPjCFd8Urjyn3crQYWUeApS7JjPhJGyZz/45HSPRw0o7PeKn5+LqYeZ
IO30lZKh5vhRF1tPtVL7GhaFwBNFwW9yVSodGTJzTcL8AWxHPh4woE0rTfHl7TsT

Accepted aptitude 0.6.8.2-1 (source i386 all)

2012-11-06 Thread Daniel Hartwig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Nov 2012 09:52:12 +0800
Source: aptitude
Binary: aptitude aptitude-common aptitude-dbg aptitude-doc-cs aptitude-doc-en 
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-it aptitude-doc-ja
Architecture: source i386 all
Version: 0.6.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Aptitude Development Team aptitude-de...@lists.alioth.debian.org
Changed-By: Daniel Hartwig mand...@gmail.com
Description: 
 aptitude   - terminal-based package manager
 aptitude-common - architecture indepedent files for the aptitude package 
manager
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-it - Italian manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package 
manager
Closes: 579071 587775 631464 678153 680040 681693 685084 685310 686016 686316 
686752 687239
Changes: 
 aptitude (0.6.8.2-1) unstable; urgency=low
 .
   * [all]: Support for matching architectures using specification
strings and wildcards (for example, linux-any).  See
Debian Policy section 11.1 Architecture specification
strings for more details.
   * [cmdline]: Fix typo which prevented installing tasks using the
apt-get compatible syntax (aptitude install
gnome-desktop^).
   * [cmdline]: Do not assume that APT::Default-Release always provides
the candidate version of a package, instead use the
policy defined by apt_preferences(5).
(Closes: #587775, #631464, #686316)
   * [all]: Download changelogs from APT::Changelogs::Server instead
of a fixed location, and replace very ancient and disused
option for Aptitude::Changelog-URL-Template.
(Closes: #687239)
   * Documentation:
 - Update for default value of APT::AutoRemove::SuggestsImportant
   which is true since apt 0.8.15.3. (Closes: #685310)
 - Correctly reference APT::AutoRemove::RecommendsImportant and
   SuggestsImportant which do not contain any hyphens.
   (Closes: #579071)
   * Translation updates:
 - Czech (Closes: #681693)
 - French (Closes: #680040, #685084)
 - Polish (Closes: #678153)
 - Russian (Closes: #686016)
 - Spanish (Closes: #686752)
   * debian/control: Bump Build-Depends on libapt-pkg-dev to (= 0.9.7) for
 architecture specification string support.
Checksums-Sha1: 
 ad3ccc59687379fdd275ef7115a82bf835f06300 2849 aptitude_0.6.8.2-1.dsc
 b58e5a83df846c5142118a164f482814685bb23b 4459928 aptitude_0.6.8.2.orig.tar.xz
 781a8b91eb952ecc6b5fd8b4bdd8d40de126c910 45300 aptitude_0.6.8.2-1.debian.tar.gz
 ae55bb7ac3f618b6d4c559aee93630df3ed82e5c 1455748 aptitude_0.6.8.2-1_i386.deb
 4c8d36361573a5b34813e413403a9ea7bf24b79d 1496774 
aptitude-common_0.6.8.2-1_all.deb
 ad10d20dc5d521d477ac7a276a4cf7cc160a9155 15493082 
aptitude-dbg_0.6.8.2-1_i386.deb
 34eb07e07058b3eadd03001ef5b09829ed002904 352904 
aptitude-doc-cs_0.6.8.2-1_all.deb
 b34b8b42dd3f0610c2b2c974192d17ccf33eab34 417606 
aptitude-doc-en_0.6.8.2-1_all.deb
 a78df3d260d014aee5aaf1c650a294cf965fc47f 395740 
aptitude-doc-es_0.6.8.2-1_all.deb
 ed5b4a4628bcf90b758859aa21e0de446520ce8b 259520 
aptitude-doc-fi_0.6.8.2-1_all.deb
 c753b50983bebf157a794e62cbdb797ff761acc7 297802 
aptitude-doc-fr_0.6.8.2-1_all.deb
 3c39da9a0e662891ef2c1f498db432827c7691c6 258892 
aptitude-doc-it_0.6.8.2-1_all.deb
 765d15674e48fcd83ed12eeb9dd82dd60c4be4fd 354556 
aptitude-doc-ja_0.6.8.2-1_all.deb
Checksums-Sha256: 
 bd2f5433ddf573e0e98b28ffd9bc21dfc661be5146e0918126847cf446da8549 2849 
aptitude_0.6.8.2-1.dsc
 627061626cd44ab0326161c91509390a6c3ebd84c920af343849381904534773 4459928 
aptitude_0.6.8.2.orig.tar.xz
 41a8eea5342d58c02d69584f91911cb26dae9f2ccf235aabb4289c23cbb0da8f 45300 
aptitude_0.6.8.2-1.debian.tar.gz
 84a2e00fc374ddc094dde3ae278a8e68fed3efedea3d388e65e32ce779849bfc 1455748 
aptitude_0.6.8.2-1_i386.deb
 1f77ee123d0d38a23dfeb0f6a2784873fd6beb6aae805efb1317668d94e133b1 1496774 
aptitude-common_0.6.8.2-1_all.deb
 003aad3a0c4b275d0c0186466c91c14a3349cad86c10ea78903580614b30e463 15493082 
aptitude-dbg_0.6.8.2-1_i386.deb
 1e8335df63eb9fa3e4122914c73970f220876153f9d1c60abd4b5b7ddccebac5 352904 
aptitude-doc-cs_0.6.8.2-1_all.deb
 6ddec7d61fef1feedcb20e8838d2f0c33fab63172e929296527efb370291977c 417606 
aptitude-doc-en_0.6.8.2-1_all.deb
 c970d0e28744c4d2a52254fd87491a43162eacdf32e5498bdc13ed355bda 395740 
aptitude-doc-es_0.6.8.2-1_all.deb
 

Accepted libvirt 1.0.0-1 (source all i386)

2012-11-06 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 20:59:48 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev 
python-libvirt libvirt-sanlock
Architecture: source all i386
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (1.0.0-1) experimental; urgency=low
 .
   * [f5c8dae] New upstream version 1.0.0
Checksums-Sha1: 
 4eedb283fdc6d8549d4e3a9a04022e843b523aa3 2500 libvirt_1.0.0-1.dsc
 f56580a4e00cfcefd2704a65c4a2e40a7e892565 21868950 libvirt_1.0.0.orig.tar.gz
 8dcd780f8fa6427ce6266190a625b638a09d7157 37071 libvirt_1.0.0-1.debian.tar.gz
 eb518d7ac11d2b4149013670b13bfdc7b154223b 2523916 libvirt-doc_1.0.0-1_all.deb
 14ba8aa7c41ed0a3948baca30d434f9f7238166e 4238940 libvirt-bin_1.0.0-1_i386.deb
 ee116f55db162ffc20d26082546f2cd6bcdc 2381206 libvirt0_1.0.0-1_i386.deb
 3e12ca8f734dff9c214964de203bae63c5835b4a 9438360 libvirt0-dbg_1.0.0-1_i386.deb
 25fd037751e19053607d1eed72e34421bd68e59c 2754350 libvirt-dev_1.0.0-1_i386.deb
 d6c344f48e4a07bbe47fd030aabab30ba660fad1 1692550 
python-libvirt_1.0.0-1_i386.deb
 15c00566df8b304ce2a239a9bcd4af3c30ad6416 1401190 
libvirt-sanlock_1.0.0-1_i386.deb
Checksums-Sha256: 
 10630761e78e31e835df748244c094e45fa2f7a0ac60753ff78507518f5dd2be 2500 
libvirt_1.0.0-1.dsc
 14c8a30ebfb939c82cab5f759a95d09646b43b4210e45490e92459ae65123076 21868950 
libvirt_1.0.0.orig.tar.gz
 f87129eb7c2be5e27e05b2deadc470b3a72ee9272e5a6e1160dd25c8d48c2d2a 37071 
libvirt_1.0.0-1.debian.tar.gz
 eac6560e5b8b68ae3f5c8b5a5eaddd9a1b5c89512e08b34d05306603d9b6c771 2523916 
libvirt-doc_1.0.0-1_all.deb
 351b66a64ea46184569a9e96edeb29404d1007b513ce85208b915832e1171538 4238940 
libvirt-bin_1.0.0-1_i386.deb
 0a733c6ce3690b48920320b0848a41321d77ee847492b116d8911d0ac04fadda 2381206 
libvirt0_1.0.0-1_i386.deb
 8860b0d6838aad0dabb4e3c71e17df765c93ae044de800bd2147669bd98dba1f 9438360 
libvirt0-dbg_1.0.0-1_i386.deb
 e65bae25fbc998808fc883f93547c94160837faa99987ceadd399223241507b4 2754350 
libvirt-dev_1.0.0-1_i386.deb
 521cf0d655eb5e167630947dc0f5c5de7225c2ef1a4381e6d341899db5a770cd 1692550 
python-libvirt_1.0.0-1_i386.deb
 b0219e7156a229230b80c96e7a42979eaeff27ebc2a3aa8eaeec514c48b7482b 1401190 
libvirt-sanlock_1.0.0-1_i386.deb
Files: 
 1555ee114385a56d966bb9e909440185 2500 libs optional libvirt_1.0.0-1.dsc
 7c8b006de7338e30866bb56738803b21 21868950 libs optional 
libvirt_1.0.0.orig.tar.gz
 e3f0f1eed3ed9a82cfede9aabae457d4 37071 libs optional 
libvirt_1.0.0-1.debian.tar.gz
 33fea339201d9868f0900fd122583450 2523916 doc optional 
libvirt-doc_1.0.0-1_all.deb
 482eb2209fb6b8a2cd5e408ffc79cf0f 4238940 admin optional 
libvirt-bin_1.0.0-1_i386.deb
 9708dba0affd95bda1d5a8f7468d134d 2381206 libs optional 
libvirt0_1.0.0-1_i386.deb
 23e64a685f44c868cc4cf9e88ce261a8 9438360 debug extra 
libvirt0-dbg_1.0.0-1_i386.deb
 08a7fd66c3ed05db45ff7eb0281fbc74 2754350 libdevel optional 
libvirt-dev_1.0.0-1_i386.deb
 b9776f5691fa8566ce74d202ae4d5707 1692550 python optional 
python-libvirt_1.0.0-1_i386.deb
 e56dd8db0842f9467f65fe1c02a0e47e 1401190 libs extra 
libvirt-sanlock_1.0.0-1_i386.deb

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

iD8DBQFQmg7dn88szT8+ZCYRAl3zAJ9P64Oo0kOvgFQyem/5gAxBfaGCowCfQ5sy
GLKyxOI0FNLpPAtWonGJKfQ=
=4ctu
-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/e1tw0mx-0001p3...@franck.debian.org