Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Paul Wise
On Mon, Aug 5, 2013 at 6:15 PM, adrelanos wrote:

 Security reasons. It weakens isolation between guest and host. See also
 [1]. Another reason is, guest additions are every now and then not
 installable.

Makes sense.

 Maybe. Have they been forwarded upstream? Are there workarounds?

Not according to the BTS and probably not.

 In /etc/default/grub using GRUB_GFXMODE=1280x1024 works, but only for
 the grub boot menu.

 I don't know which driver/module grub is loading to achieve that. Other
 then the GRUB_GFXMODE=1280x1024 change, no other changes. So grub
 default, whatever that is. Any way I could find out? Probably indeed
 vesa. (Because other standards available at that early phase don't even
 support higher resolutions in principle as far I know.)

It appears that grub loads multiple video modules, from my /boot/grub/grub.cfg:

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

Not sure about how to find out what it uses.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Felix Geyer

On 2013-08-03 16:49, Adam Borowski wrote:
While the host part indeed needs to be contrib because a bit of 16 bit 
code
requires a non-free compiler, and the alternative, EFI, is not really 
ready,

I consider having the _guest_ outside main to be a packaging error.

Mostly because it prevents d-i from supporting VirtualBox.

I reported this as #709899.


Are source packages in contrib allowed to have binary packages in main?

Felix


--
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/f12cd06802e5b316edc5371fbd999...@fobos.de



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Paul Wise
On Tue, Aug 6, 2013 at 12:37 PM, Felix Geyer wrote:

 Are source packages in contrib allowed to have binary packages in main?

I don't think that is allowed nor would it make sense.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Adam Borowski
On Tue, Aug 06, 2013 at 12:37:54PM +0200, Felix Geyer wrote:
 Are source packages in contrib allowed to have binary packages in main?

The other way around: sources in main are allowed to produce packages in
contrib.  That's why even if 90% of binaries are in contrib, the source
still has to be in main.  It obviously needs to be entirely free software,
but contrib allows requiring a non-free compiler to build.

Virtualbox ships a BIOS that requires Watcom to compile from real sources,
precompiled copy they ship as well is free but is not the preferred form
for modification.

-- 
ᛊᚨᚾᛁᛏᚣ᛫ᛁᛊ᛫ᚠᛟᚱ᛫ᚦᛖ᛫ᚹᛖᚨᚲ


-- 
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/20130806114023.ga23...@angband.pl



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Bastian Blank
On Tue, Aug 06, 2013 at 01:13:52PM +0200, Paul Wise wrote:
 On Tue, Aug 6, 2013 at 12:37 PM, Felix Geyer wrote:
  Are source packages in contrib allowed to have binary packages in main?
 I don't think that is allowed nor would it make sense.

It is not allowed. The support was discontinued some years ago.

Bastian

-- 
Is truth not truth for all?
-- Natira, For the World is Hollow and I have Touched
   the Sky, stardate 5476.4.


-- 
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/20130806114023.ga13...@mail.waldi.eu.org



SID: Trap divide error 0 in libc

2013-08-06 Thread Christian Haul
Hi,
Im running sid now sucessfully for a couple oft years. The last update on 4.8. 
gives me some headaches, though.
After the upgrade Boot falls with multiple errors, a common part is
trap divide error ip:7f88f70e601b sp:7fffde9ce760 error:0 in 
libc-2.17.so[7f88f70b9000+1a2000]

I can however Boot when I set init=/bin/bash in the kernel command line.

I was suspecting the libc upgrade to 2.17-92 so I downgraded to 2.17-7 
(testing) but to no avail.

Note: I was using apparmor but habe removed it now.
Note: I am using systemd

Help appreciated.

Chris.

C++11

2013-08-06 Thread Pau Garcia i Quiles
Hello,

I am the maintainer of Wt [1], a C++ web development library (think of Qt
or Gtk+ for the web) and web server.

My upstream [2] sent me a mail asking about mixing C++03 and C++11. My
understanding is it is not possible for a variety of reasons, unless all
players take great care (see [3], for instance).

The specific case upstream asked about is Boost.Signals2, which provides a
different and ABI-incompatible implementation [4] depending on whether
Boost was compiled as C++03 or C++11. I expect users and Wt to use more and
more C++11, to the point where Wt may not even be compilable as C++03.
Given that Wt depends on Boost, I can foresee a problem:

- Application may be C++11 or C++03, depending on what the user is doing
- Wt would be C++11-only
- Boost would be compiled as C++03 in Debian
- Wt (C++11) would depend on Boost (C++03), which but this mix is broken

I'm talking about Wt + Boost in this e-mail but this will arise as other
combinations for other packagers: log4cpp, Xerces, SOCI, ACE (which I
co-maintain), Gtkmm, ZeroC ICE, POCO, etc

I have googled but so far I have found no clear conclusion about this for
Debian. What are we going to do with C++11? Are we goint to provide C++03
and C++11 using multiarch (is that even possible?) ? Everything C++11?
Fingers crossed?

E. g Microsoft took a very pragmatic decision: C++11 is enabled by default
and it is not possible to disable it.

[1] Wt - http://www.webtoolkit.eu
[2] EmWeb - http://www.emweb.be
[3] Thiago Macieira: C++11 use in Qt5: Challanges and Solutions -
http://www.youtube.com/watch?v=olSSGA_nD1Q
[4] http://lists.boost.org/Archives/boost/2013/05/203762.php

 http://www.youtube.com/watch?v=olSSGA_nD1Q--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


Re: SID: Trap divide error 0 in libc

2013-08-06 Thread Ondřej Surý
Hi Christian,

On Tue, Aug 6, 2013 at 3:10 PM, Christian Haul c.h...@web.de wrote:

 Hi,
 Im running sid now sucessfully for a couple oft years. The last update on
 4.8. gives me some headaches, though.
 After the upgrade Boot falls with multiple errors, a common part is
 trap divide error ip:7f88f70e601b sp:7fffde9ce760 error:0 in libc-2.17.so
 [7f88f70b9000+1a2000]

 I can however Boot when I set init=/bin/bash in the kernel command line.

 I was suspecting the libc upgrade to 2.17-92 so I downgraded to 2.17-7
 (testing) but to no avail.

 Note: I was using apparmor but habe removed it now.
 Note: I am using systemd


1) You should report a bug using our BTS and not to the developers list.
http://bugs.debian.org contains instructions on how to do it and what
information you need to include (especially versions of the software used
and architecture) - usually it's best to use reportbug utility.

2) You should probably test your hardware first using memtest (and/or other
tools). If you get similar error in different places it might indicate some
troubles with hardware/memory.

O.
-- 
Ondřej Surý ond...@sury.org
Have you tried Knot DNS – https://www.knot-dns.cz/
– a high-performance authoritative-only DNS server


Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Ben Hutchings
On Mon, 2013-08-05 at 10:58 +0200, Paul Wise wrote:
 On Sun, Aug 4, 2013 at 3:09 PM, Cyril Brulebois wrote:
 
  Doesn't look like something to be run in d-i.
 
 As I understand it, isenkram is just a proof of concept of the idea.
 It also seems to be a reimplementation of discover?
 
  discover already pulls virtualbox bits in. Mentioned not so long ago in:
https://lists.debian.org/20130726091036.gb22...@mraw.org
 
 Aha, so that is where I should file a patch for installing
 thinkfan/etc on Thinkpads when installing with d-i.
[...]

I strongly oppose installing, by default, any userland program that
takes over such low-level hardware control.  (Yes, that includes X with
UMS.  But that will have to be grandfathered for now.)

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Ben Hutchings
On Mon, 2013-08-05 at 16:15 +, adrelanos wrote:
 Paul Wise:
  This question is about Virtual Box / Debian / screen resolution without
  having guest additions installed.
  
  I see, is there any reason to not do that?
 
 Security reasons. It weakens isolation between guest and host. See also
 [1]. Another reason is, guest additions are every now and then not
 installable.
[...]

There is no way you can weaken security of the host or guest by your
choice of whether to install the guest additions.

If you want to improve isolation between them, you must disable whatever
hypervisor interface the 'guest additions' are using.  (I have no idea
whether that option exists.)

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Re: Bug#718791: ITP: mikutter -- Simple, powerful and moeful twitter client

2013-08-06 Thread Ben Hutchings
On Tue, 2013-08-06 at 12:46 +0800, Chow Loong Jin wrote:
 On Tue, Aug 06, 2013 at 11:59:29AM +1200, Chris Bannister wrote:
  On Mon, Aug 05, 2013 at 10:35:01PM +0900, HIGUCHI Daisuke (VDR dai) wrote:
   Package: wnpp
   Severity: wishlist
   Owner: HIGUCHI Daisuke (VDR dai) d...@debian.org
   
   * Package name: mikutter
 Version : 0.2.2.1318
 Upstream Author : Toshiaki Asai
   * URL : http://mikutter.hachune.net/
   * License : GPL-3, CC-BY-SA-3.0
 Programming Lang: Ruby
 Description : Simple, powerful and moeful twitter client
 ^^
  
Mikutter is a simple, powerful and moeful twitter client.
^^
  
  I can't find any definition of moeful and therefore is more of a
  hindrance to understanding the description than an aid.
 
 Probably a conjugation of moe and -ful. Just moe would probably better
 describe this.

I've never seen such a word in English.  I don't *think* either
definition at http://www.urbandictionary.com/define.php?term=moe
fits...

Ben.

  * Followee, Follower list
 
 No such word.
 

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Re: SID: Trap divide error 0 in libc

2013-08-06 Thread Thorsten Glaser
Christian Haul c.haul at web.de writes:

 After the upgrade Boot falls with multiple errors, a common part is
 trap divide error ip:7f88f70e601b sp:7fffde9ce760 error:0 in
libc-2.17.so[7f88f70b9000+1a2000]

I think that’s the x32 stuff. I get a /core file for it, even:

tglase@tglase:~ $ file /core
/core: regular file, no read permission
tglase@tglase:~ $ doch
[sudo] password for tglase: 
/core: ELF 32-bit LSB  core file x86-64, version 1 (SYSV), SVR4-style, from
'/libx32/ld-linux-x32.so.2'

Other than that… only thing I can think of is, running at least Linux 3.2?

And provide a full boot log (e.g. with serial console then capture).

bye,
//mirabilos


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20130806t170738-...@post.gmane.org



Re: We need a global decision about R data in binary format, and stick to it.

2013-08-06 Thread Thorsten Glaser
Ian Jackson ijackson at chiark.greenend.org.uk writes:

 Jeremy Stanley writes (Re: We need a global decision about R data in
binary format, and stick to it.):

  interpreted strongly. For example I have a program which relies on a
  fairly large set of correlative data requiring hours of expensive
  computation to generate. In the source package I include the
  original data on which the resulting tables are based and provide a
  means to regenerate it on the fly at package build time, but disable
  it by default so that it doesn't chew up build resources

 That makes sense, and is IMO a good reason for not doing the complete
 from-scratch build each time.

I believe that even these should be built from source “each time”… once.
Then put them into an arch:all subpackage, no load on the buildds.

The package maintainer can then choose to do local test builds using
the pregenerated binaries, but for the upload to the archive, they
should/must recompile that data.

bye,
//mirabilos


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20130806t171347-...@post.gmane.org



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Andrey Rahmatullin
On Mon, Aug 05, 2013 at 04:15:29PM +, adrelanos wrote:
  This question is about Virtual Box / Debian / screen resolution without
  having guest additions installed.
  
  I see, is there any reason to not do that?
 
 Security reasons. It weakens isolation between guest and host. See also
 [1]. 
 
 [1] http://www.phoronix.com/scan.php?page=news_itempx=OTk5Mw
If the stuff described by your link concerns you then you should use VBox
without its host kernel module, removing guest additions doesn't help here.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: C++11

2013-08-06 Thread Dmitrijs Ledkovs
On 6 August 2013 14:41, Pau Garcia i Quiles pgqui...@elpauer.org wrote:
 Hello,

 I am the maintainer of Wt [1], a C++ web development library (think of Qt or
 Gtk+ for the web) and web server.

 My upstream [2] sent me a mail asking about mixing C++03 and C++11. My
 understanding is it is not possible for a variety of reasons, unless all
 players take great care (see [3], for instance).

 The specific case upstream asked about is Boost.Signals2, which provides a
 different and ABI-incompatible implementation [4] depending on whether Boost
 was compiled as C++03 or C++11. I expect users and Wt to use more and more
 C++11, to the point where Wt may not even be compilable as C++03. Given that
 Wt depends on Boost, I can foresee a problem:

 - Application may be C++11 or C++03, depending on what the user is doing
 - Wt would be C++11-only
 - Boost would be compiled as C++03 in Debian
 - Wt (C++11) would depend on Boost (C++03), which but this mix is broken

 I'm talking about Wt + Boost in this e-mail but this will arise as other
 combinations for other packagers: log4cpp, Xerces, SOCI, ACE (which I
 co-maintain), Gtkmm, ZeroC ICE, POCO, etc

 I have googled but so far I have found no clear conclusion about this for
 Debian. What are we going to do with C++11? Are we goint to provide C++03
 and C++11 using multiarch (is that even possible?) ? Everything C++11?
 Fingers crossed?


At the moment gcc-4.8 C++11 abi is still experimental and has not been
declared stable. 4.8.1 did bring a few advances, but the stdlibc++ is
still not C++11 complete.
There are further ABI breakages planned to happen in 4.9, and
hopefully with 4.9 it will become default.

Currently the default boost version in Debian is 1.49, the transition
to boost1.54 is planned soon.

At the moment, compiling with C++11 enabled, will result in binaries
which are not abi stable, since toolchain abi will change and all of
those packages that use C++11 will have to be recompiled (a big pain).

I guess one could use gcc-4.8.1 with libc++ from llvm project, but
libc++ doesn't seem to have complete test-suite pass on linux (if
their website results are the current ones) and libc++ doesn't support
the complete range of support Debian architectures.

In short, I am not expecting compiling with C++11 by default in Debian
until after gcc-4.9 is default and libstc++ is api/abi stable for
C++11.

In practice, you can enabled c++11 but you get to keep the fallout
from abi mismatches between said package, its dependencies and reverse
depends / build-depends. (some packages started doing this in ubuntu,
and it has been a pain

 E. g Microsoft took a very pragmatic decision: C++11 is enabled by default
 and it is not possible to disable it.


I'm not sure how that applies to linux distributions though. There is
no package management per-se and one either depends on platform
libraries from micrsoft or bundles their own copies.
On Debian we need to ship something that works across 12 odd
architectures and 30 000 packages.

Some additional points:
http://gcc.gnu.org/wiki/Cxx11AbiCompatibility

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/canbhlugygbouqwkvdhxewmdm_bexzazmdu+fwk172dsy9_s...@mail.gmail.com



Re: Bug#718791: ITP: mikutter -- Simple, powerful and moeful twitter client

2013-08-06 Thread Chow Loong Jin
On Tue, Aug 06, 2013 at 04:56:51PM +0200, Ben Hutchings wrote:
 On Tue, 2013-08-06 at 12:46 +0800, Chow Loong Jin wrote:
  On Tue, Aug 06, 2013 at 11:59:29AM +1200, Chris Bannister wrote:
   On Mon, Aug 05, 2013 at 10:35:01PM +0900, HIGUCHI Daisuke (VDR dai) wrote:
Package: wnpp
Severity: wishlist
Owner: HIGUCHI Daisuke (VDR dai) d...@debian.org

* Package name: mikutter
  Version : 0.2.2.1318
  Upstream Author : Toshiaki Asai
* URL : http://mikutter.hachune.net/
* License : GPL-3, CC-BY-SA-3.0
  Programming Lang: Ruby
  Description : Simple, powerful and moeful twitter client
  ^^
   
 Mikutter is a simple, powerful and moeful twitter client.
 ^^
   
   I can't find any definition of moeful and therefore is more of a
   hindrance to understanding the description than an aid.
  
  Probably a conjugation of moe and -ful. Just moe would probably better
  describe this.
 
 I've never seen such a word in English.  I don't *think* either
 definition at http://www.urbandictionary.com/define.php?term=moe
 fits...

Well, mikutter and its URL are references to Hatsune Miku[1], and its homepage
even features her in a cutesy pose, so the first definition on urbandictionary
could definitely fit, though the Wikipedia entry[2] gives a more detailed and
accurate description of the term.

[1] https://en.wikipedia.org/wiki/Hatsune_Miku
[2] https://en.wikipedia.org/wiki/Moe_(slang)

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Re: Bug#716981: ITP: libcore-cache-clojure -- cache abstraction library

2013-08-06 Thread Wolodja Wentland
On Mon, Jul 15, 2013 at 16:38 +0200, Eugenio Cano-Manuel Mendoza wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Eugenio Cano-Manuel Mendoza eugenioca...@gmail.com
 
 * Package name: libcore-cache-clojure
   Version : 0.6.2
   Upstream Author : Michael Fogus mefo...@gmail.com
 * URL : https://github.com/clojure/core.cache
 * License : EPL-1.0
   Programming Lang: Java, Clojure
   Description : cache abstraction library
 
 core.cache provides a cache abstraction as well as different
 implementations of caching strategies such as FIFO, LRU, TTL, LIRS etc.
 Programmers can also choose to create their own implementation of the
 base cache abstraction and nest different implementations together.

This description needs some love, please make it:

Description : cache abstraction library for Clojure
 core.cache is a Clojure library that provides implementations of basic
 caching strategies such as:
 .
  * First-in-first-out (FIFOCache)
  * Least-recently-used (LRUCache)
  * Least-used (LUCache -- sometimes called Least Frequently Used)
  * Time-to-live (TTLCache)
  * Naïve cache (BasicCache)
  * Naïve cache backed with soft references (SoftCache)
 .
 It also provides an implementation of an efficient buffer replacement policy
 based on the low inter-reference recency set algorithm (LIRSCache).
 .
 All implementation use a common base abstraction (CacheProtocol) which, in
 combination with suitable macros, allows for the easy integration of user
 defined caching strategies that hook into the Clojure associative data
 capabilities.

Thanks!
-- 
Wolodja deb...@babilen5.org

4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC


signature.asc
Description: Digital signature


Re: Bug#717083: ITP: pychef -- Python library to interact with the Chef server API

2013-08-06 Thread Wolodja Wentland
On Tue, Jul 16, 2013 at 12:23 -0300, Miguel Landaeta wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Miguel Landaeta mig...@miguel.cc
 
 * Package name: pychef
   Version : 0.2.2
   Upstream Author : Noah Kantrowitz n...@coderanger.net
 * URL : https://github.com/coderanger/pychef
 * License : BSD
   Programming Lang: Python
   Description : Python library to interact with the Chef server API
 
 (Include the long description here.)

Please provide a suitable long description so that we can review it. I
personally also prefer to not start the synopsis with a capital letter.

A reasonable rule of thumb (stolen from [0]) is that if you replace $name with
the package name and $synopsis with your synopsis in the following sentence it
should make sense:

The package $name provides {a,an,the,some} $synopsis.

[0] http://lintian.debian.org/tags/description-synopsis-starts-with-article.html
-- 
Wolodja deb...@babilen5.org

4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC


signature.asc
Description: Digital signature


Bug#718910: ITP: systemd-cron -- systemd units to provide minimal cron daemon functionality

2013-08-06 Thread Shawn Landden
Package: wnpp
Severity: wishlist
Owner: Shawn Landden shawnland...@gmail.com

* Package name: systemd-cron
  Version : 1.1.1
  Upstream Author : dbent 
* URL : https://github.com/dbent/systemd-cron
* License : MIT/X
  Programming Lang: systemd
  Description : systemd units to provide minimal cron daemon functionality

 Provides systemd units to run cron jobs in /etc/cron.hourly cron.hourly
 cron.monthly cron.weekly and cron.boot directories, without having cron
 or anacron installed. Does not support /etc/crontab, /etc/cron.d, user
 cronjobs, or many other cron features.


-- 
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/20130806211640.7306.64991.report...@chrome.churchofgit.com



Bug#718912: ITP: pdfjs -- PDF reader in Javascript

2013-08-06 Thread Shawn Landden
Package: wnpp
Severity: wishlist
Owner: Shawn Landden shawnland...@gmail.com

* Package name: pdfjs
  Version : master
  Upstream Author : Mozilla
* URL : http://mozilla.github.io/pdf.js/
* License : Apache-2
  Programming Lang: javascript
  Description : PDF reader in Javascript

 pdf.js renders Portable Document Format (PDF) files entirely using
 HTML5 and canvas, and thus within the browser security model.
 .
 It is developed by Mozilla.


-- 
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/20130806211926.7350.61518.report...@chrome.churchofgit.com



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Paul Wise
On Tue, Aug 6, 2013 at 4:50 PM, Ben Hutchings wrote:

 I strongly oppose installing, by default, any userland program that
 takes over such low-level hardware control.

Considering that Linux (on my machine) doesn't appear to be able to
spin the fans up to full speed and in general control the fans well
enough to prevent overheating and emergency shutdown without thinkfan
installed and manually configured, I'll have to disagree with you.
IIRC I found out about how to fix this issue with thinkfan from
thinkwiki.org.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#718912: ITP: pdfjs -- PDF reader in Javascript

2013-08-06 Thread Adam D. Barratt
On Tue, 2013-08-06 at 14:19 -0700, Shawn Landden wrote:
 * Package name: pdfjs
   Version : master
   Upstream Author : Mozilla
 * URL : http://mozilla.github.io/pdf.js/

This has been in the archive for a few months already -
http://packages.qa.debian.org/p/pdf.js.html

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1375824666.21726.17.ca...@jacala.jungle.funky-badger.org



Re: Bug#718791: ITP: mikutter -- Simple, powerful and moeful twitter client

2013-08-06 Thread Ben Hutchings
On Wed, 2013-08-07 at 01:54 +0800, Chow Loong Jin wrote:
 On Tue, Aug 06, 2013 at 04:56:51PM +0200, Ben Hutchings wrote:
  On Tue, 2013-08-06 at 12:46 +0800, Chow Loong Jin wrote:
   On Tue, Aug 06, 2013 at 11:59:29AM +1200, Chris Bannister wrote:
On Mon, Aug 05, 2013 at 10:35:01PM +0900, HIGUCHI Daisuke (VDR dai) 
wrote:
 Package: wnpp
 Severity: wishlist
 Owner: HIGUCHI Daisuke (VDR dai) d...@debian.org
 
 * Package name: mikutter
   Version : 0.2.2.1318
   Upstream Author : Toshiaki Asai
 * URL : http://mikutter.hachune.net/
 * License : GPL-3, CC-BY-SA-3.0
   Programming Lang: Ruby
   Description : Simple, powerful and moeful twitter client
   ^^

  Mikutter is a simple, powerful and moeful twitter client.
  ^^

I can't find any definition of moeful and therefore is more of a
hindrance to understanding the description than an aid.
   
   Probably a conjugation of moe and -ful. Just moe would probably 
   better
   describe this.
  
  I've never seen such a word in English.  I don't *think* either
  definition at http://www.urbandictionary.com/define.php?term=moe
  fits...
 
 Well, mikutter and its URL are references to Hatsune Miku[1], and its 
 homepage
 even features her in a cutesy pose, so the first definition on urbandictionary
 could definitely fit, though the Wikipedia entry[2] gives a more detailed and
 accurate description of the term.
 
 [1] https://en.wikipedia.org/wiki/Hatsune_Miku
 [2] https://en.wikipedia.org/wiki/Moe_(slang)

This may be obvious to the average otaku, but not so much to
$debian_user who is trying to choose between the many Twitter clients we
have.

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Re: Bug#718912: ITP: pdfjs -- PDF reader in Javascript

2013-08-06 Thread Shawn
On Tue, Aug 6, 2013 at 2:31 PM, Adam D. Barratt a...@adam-barratt.org.ukwrote:

 On Tue, 2013-08-06 at 14:19 -0700, Shawn Landden wrote:
  * Package name: pdfjs
Version : master
Upstream Author : Mozilla
  * URL : http://mozilla.github.io/pdf.js/

 This has been in the archive for a few months already -
 http://packages.qa.debian.org/p/pdf.js.html

pretty ugly packaging and doesn't package the firefox extension, but yes,
closing this bug


 Regards,

 Adam




-- 

---
Shawn Landden
+1 360 389 3001 (SMS preferred)


Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Ben Hutchings
On Tue, 2013-08-06 at 23:24 +0200, Paul Wise wrote:
 On Tue, Aug 6, 2013 at 4:50 PM, Ben Hutchings wrote:
 
  I strongly oppose installing, by default, any userland program that
  takes over such low-level hardware control.
 
 Considering that Linux (on my machine) doesn't appear to be able to
 spin the fans up to full speed

Linux doesn't (normally) control the fan speed; that's handled by a
microcontroller.

 and in general control the fans well
 enough to prevent overheating and emergency shutdown without thinkfan
 installed and manually configured, I'll have to disagree with you.

And where should that manual configuration come from, if thinkfan is
automatically installed?

You would be better off checking for BIOS updates and maybe cleaning the
fan (this is what happened to mine after a few years:
https://twitter.com/benhutchingsuk/status/294644053973295106/photo/1 )

 IIRC I found out about how to fix this issue with thinkfan from
 thinkwiki.org.

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Re: We need a global decision about R data in binary format, and stick to it.

2013-08-06 Thread Andreas Tille
On Mon, Aug 05, 2013 at 05:44:16PM -0700, Don Armstrong wrote:
  
  My last question is, given the answers to the previous questions, what
  do we do with the R packages that are already in the archive and also
  contain data that is editable as is but do have an original source,
  who will do it, and what is the timeline in case of inaction.
 
 The package maintainer should handle it; in the case of inaction from
 upstream, the package maintainer can then either remove the data, split
 the package, move the package to non-free, or remove the package from
 Debian entirely. The timeline should be the standard one that is used
 for all RC bugs.
 
  In the current situation, that I describe as active bitrotting, we
  do not apply the same rules to the packages that enter the archive and
  the packages that are already in, which cause the packages under
  active development to become obsolete each time new dependancies can
  not enter in Debian.
 
 We actually do and should apply the same rules. Sometimes violations of
 the rules are missed for a while, though, and we have to come back and
 file bugs with severity serious to deal with the problem.

Just to provide the number and names of source packages in main/unstable
that are containing at least one *.rda file:

$ echo deb http://http.debian.net/debian/ unstable main  
sources.list.main_sources_unstable
$ sudo apt-file --architecture source --sources-list 
sources.list.main_sources_unstable update
$ apt-file --architecture source --sources-list 
sources.list.main_sources_unstable search .rda | sed 's/: .*$//' | uniq
boot
car
cluster
dichromat
effects
erm
fportfolio
gdata
gplots
gtools
hmisc
lattice
latticeextra
lme4
lmtest
mcmcpack
mgcv
misc3d
multcomp
nlme
permute
r-base
r-bioc-biobase
r-cran-bayesm
r-cran-boolnet
r-cran-coda
r-cran-colorspace
r-cran-deal
r-cran-diagnosismed
r-cran-epi
r-cran-epicalc
r-cran-epitools
r-cran-evd
r-cran-genetics
r-cran-ggplot2
r-cran-gss
r-cran-mapdata
r-cran-maps
r-cran-mass
r-cran-plotrix
r-cran-plyr
r-cran-pscl
r-cran-psy
r-cran-randomforest
r-cran-reshape
r-cran-reshape2
r-cran-rocr
r-cran-sn
r-cran-sp
r-cran-teachingdemos
r-cran-timeseries
r-cran-vcd
r-cran-vegan
r-cran-vgam
r-other-bio3d
r-zoo
raschsampler
rggobi
rmatrix
robustbase
rpart
sandwich
sm
strucchange
survival
tseries
urca


These are 67 packages.  I have no numbers whether the *.rda files were
added in a later version than the one accepted by ftpmaster.
 
  Currently, my take would be to move packages to non-free. This would
  also allow us to ship the PDF documentation that we currently delete.
 
 In these cases, we should split the package out into a non-free
 component and a free component.

I personally would agree with the ftpmaster policy used in the past to
accept these packages in main.
 
 I should note that I'm currently distributing via debian-r.debian.net a
 few hundred packages which probably have this particular problem too.

... in case you really regard this as problem.

Kind regards

Andreas. 

-- 
http://fam-tille.de


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



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Paul Wise
On Tue, Aug 6, 2013 at 11:42 PM, Ben Hutchings wrote:

 Linux doesn't (normally) control the fan speed; that's handled by a
 microcontroller.

Hmm, ok.

 And where should that manual configuration come from, if thinkfan is
 automatically installed?

I created mine by reading the documentation in the config file,
probably it needs some user notification of some sort though.

 You would be better off checking for BIOS updates and maybe cleaning the
 fan (this is what happened to mine after a few years:
 https://twitter.com/benhutchingsuk/status/294644053973295106/photo/1 )

BIOS updates haven't helped so far. The issue is that the maximum fan
RPM (8000 or so) is not able to be reached without thinkfan, the
maximum in that case is around 4000, which isn't sufficient when the
CPU is under load.

There are a number of other fan control daemons in Debian and
elsewhere, so I guess this isn't an isolated problem. I wonder if
Linux should take over this job entirely, where the firmware is known
to not control fans properly or just everywhere.

http://packages.debian.org/sid/fancontrol
http://packages.debian.org/sid/thinkfan
https://github.com/MikaelStrom/macfanctld (ITP #706605)
https://01.org/linux-thermal-daemon (needs packaging)

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#717083: ITP: pychef -- Python library to interact with the Chef server API

2013-08-06 Thread Nick Phillips
On Tue, 2013-08-06 at 20:42 +0100, Wolodja Wentland wrote: 
 On Tue, Jul 16, 2013 at 12:23 -0300, Miguel Landaeta wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Miguel Landaeta mig...@miguel.cc
  
  * Package name: pychef
Version : 0.2.2
Upstream Author : Noah Kantrowitz n...@coderanger.net
  * URL : https://github.com/coderanger/pychef
  * License : BSD
Programming Lang: Python
Description : Python library to interact with the Chef server API
  
  (Include the long description here.)
 
 Please provide a suitable long description so that we can review it. I
 personally also prefer to not start the synopsis with a capital letter.

FWIW Python as a proper noun gets a capital letter no matter where it is
in a sentence. There's nothing wrong with his description.


Cheers,


Nick
-- 
Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195
# These statements are mine, not those of the University of Otago


re: Non-identical files with identical md5sums on Debian systems?

2013-08-06 Thread peter green

I do occasionally check for identical files on different systems by
comparing their md5sums. So, just out of interest, could someone tell me
(how to find out) how many non-identical files with identical md5sums
there are there on a typical (say, amd64) Debian system?

Assuming the output of md5 is random uncorrelated 128 bit binary numbers
and making a couple of other approximations we can approximate the 
number with the formula.


((n*n-1)/2)/(2^128)

Where n is the number of unique files on your system.

I used the command  cat /var/lib/dpkg/info/*.list | wc -l to get an
approximation of the number of debian files on my main debian
system with lots of stuff installed. I will assume all these files
are unique.

plugwash@debian:~$ cat /var/lib/dpkg/info/*.list | wc -l
304431

So the expected number of md5 collisions would be approximately

((304431*304430)/2)/(2^128)

Plugging that into octave gives us an answer of

octave:1 ((304431*304430)/2)/(2^128)
ans =  1.3618e-28

The bottom line is under practical conditions the only way you
are going to see two files with the same md5 is if someone went
out of their way to create them and send them to you.



--
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/520180ac.90...@p10link.net



Re: Bug#718791: ITP: mikutter -- Simple, powerful and moeful twitter client

2013-08-06 Thread dai
On Tue, Aug 06, 2013 at 11:33:07PM +0200, Ben Hutchings wrote:
Description : Simple, powerful and moeful twitter client
 
   Mikutter is a simple, powerful and moeful twitter client.

 This may be obvious to the average otaku, but not so much to
 $debian_user who is trying to choose between the many Twitter clients we
 have.

I remove moeful, it is just tag line.
Justin B Rye suggested new description at debian-l10n-english,
I replaced some parts:

 Description: plugin-extensible Twitter client
  Mikutter is a multi-pane Twitter client with several advanced
  features:
   * different tweet views (flat list, threaded list, searches);
   * user profile and activity views;
   * lists of followers and followings (friends);
   * plugin extensibility.

-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


signature.asc
Description: Digital signature


Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread adrelanos
Paul Wise:
 In /etc/default/grub using GRUB_GFXMODE=1280x1024 works, but only for
 the grub boot menu.

 I don't know which driver/module grub is loading to achieve that. Other
 then the GRUB_GFXMODE=1280x1024 change, no other changes. So grub
 default, whatever that is. Any way I could find out? Probably indeed
 vesa. (Because other standards available at that early phase don't even
 support higher resolutions in principle as far I know.)
 
 It appears that grub loads multiple video modules, from my 
 /boot/grub/grub.cfg:
 
 function load_video {
   insmod vbe
   insmod vga
   insmod video_bochs
   insmod video_cirrus
 }
 
 Not sure about how to find out what it uses.

While I commented out insmod vga, insmod video_bochs and insmod
video_cirrus, I still had a high resolution.

While only insmod vbe was commented in, I was back to 640x468.

So I think its reasonable to believe its the vbe driver making this
possible.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5201c27d.1080...@riseup.net



Re: Finding correct component for Virtual Box / Debian / screen resolution issue

2013-08-06 Thread Chow Loong Jin
On Tue, Aug 06, 2013 at 11:24:15PM +0200, Paul Wise wrote:
 On Tue, Aug 6, 2013 at 4:50 PM, Ben Hutchings wrote:
 
  I strongly oppose installing, by default, any userland program that
  takes over such low-level hardware control.
 
 Considering that Linux (on my machine) doesn't appear to be able to
 spin the fans up to full speed and in general control the fans well
 enough to prevent overheating and emergency shutdown without thinkfan
 installed and manually configured, I'll have to disagree with you.
 IIRC I found out about how to fix this issue with thinkfan from
 thinkwiki.org.

But as you've noted, it requires manual configuration. Are you suggesting that
the installer should step you through configuring thinkfan? Sounds like recipe
for disaster to me.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Accepted wmaker 0.95.4-2 (source amd64 all)

2013-08-06 Thread kix
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 06:34:14 +0200
Source: wmaker
Binary: wmaker wmaker-common libwraster3-dev libwraster3 libwings-dev libwutil2 
libwings2 wmaker-dbg
Architecture: source amd64 all
Version: 0.95.4-2
Distribution: unstable
Urgency: low
Maintainer: Rodolfo García Peñas (kix) k...@debian.org
Changed-By: Rodolfo García Peñas (kix) k...@debian.org
Description: 
 libwings-dev - Window Maker's own widget set
 libwings2  - Window Maker's own widget set - runtime library
 libwraster3 - Shared libraries of Window Maker rasterizer
 libwraster3-dev - Static libraries and headers of Window Maker rasterizer
 libwutil2  - Window Maker's own widget set - utility library
 wmaker - NeXTSTEP-like window manager for X
 wmaker-common - Window Maker - Architecture independent files
 wmaker-dbg - Debugging symbols for WindowMaker packages
Closes: 705160
Changes: 
 wmaker (0.95.4-2) unstable; urgency=low
 .
   * Package moved from experimental to unstable and updated.
   * Changed permissions to menu-methods/wmaker to a+x. Updated the
 debian/wmaker-common.postinst and debian/wmaker.postinst [Closes: #705160]
   * debian/control
 - Removed DM Upload flag (obsolete).
 - Updated maintainer email address, from k...@kix.es to k...@debian.org.
 - Now using libtiff-dev to build packages (libtiff4-dev is in oldlibs).
 - Removed xosview as suggested package (not in all archs).
   * Bumped to standard version 3.9.4.
Checksums-Sha1: 
 00cc65a95eefeac5b332c28638dc9d0ff852eadb 2319 wmaker_0.95.4-2.dsc
 1477954668012010cf7991cb8139205768205717 2789390 wmaker_0.95.4.orig.tar.gz
 e1c9dbe41aac2b016ab5922444dfe6793f756204 305852 wmaker_0.95.4-2.debian.tar.gz
 c67f2a91d6db4084f1f5fd2d5aa03844d7a407c5 512480 wmaker_0.95.4-2_amd64.deb
 74811eb4e9c8c52c9200dd00fbe3246d39b44885 1709992 wmaker-common_0.95.4-2_all.deb
 a90d260d634126cd712d3590c60b3e807c897340 123694 
libwraster3-dev_0.95.4-2_amd64.deb
 eef57cf75dae8f1baa45fcdaa89b3a76b83bda01 113966 libwraster3_0.95.4-2_amd64.deb
 8d4f38f6086c35dc6a21cdd3ffc0d3fc576859b6 361592 libwings-dev_0.95.4-2_amd64.deb
 6907be656929844125a0b68cfd76ae33557a0a11 125940 libwutil2_0.95.4-2_amd64.deb
 df7760a0c5311addfe76164d76f4c9cc5a9d9a4d 247434 libwings2_0.95.4-2_amd64.deb
 6619f33a0c8c6bea054794d40ab3b0f7532439db 1518388 wmaker-dbg_0.95.4-2_amd64.deb
Checksums-Sha256: 
 495c6c8977d603dc571b446635fa44cac0a331c8a84e13b1e1e5f0f6c2fb8d00 2319 
wmaker_0.95.4-2.dsc
 2bea97f00570f05ff115d147457c16abefe496a4fc882a027152ce592d768e45 2789390 
wmaker_0.95.4.orig.tar.gz
 5d3ceba6d80ca0c9b9fccdbbc8c3f173b9ce30466d3bed4b912169d8b5744d9e 305852 
wmaker_0.95.4-2.debian.tar.gz
 ef989eb708e99aed6ac9afb0ba93a9eef4ca83155ddd27493b1f11783c656f3d 512480 
wmaker_0.95.4-2_amd64.deb
 41fc7fca9e3ad45e75a7ce882e4cfb3f835d7d31e5e5b154c43adea275a69e87 1709992 
wmaker-common_0.95.4-2_all.deb
 ce862056959d8f3f7ea5cfb0b9bdf7fea40bff11cace76adc1f791c92bf3113e 123694 
libwraster3-dev_0.95.4-2_amd64.deb
 7b9a069f94210f4d3ff9dd669aa3184c1431ad146a6ca1aac760b326c47a8ad2 113966 
libwraster3_0.95.4-2_amd64.deb
 d5b63d5ecd5d85fbe6b7878818d03a3710dc74371f918dc1c61d0d6aca5bcb01 361592 
libwings-dev_0.95.4-2_amd64.deb
 5a1c4969316d858b0c085abfa701a5f337ac3109743ad7b2b5b5dc2ef41de039 125940 
libwutil2_0.95.4-2_amd64.deb
 3c666366147757606c7b44b6068d7363641d9f588c0d1525fe98c984d4203136 247434 
libwings2_0.95.4-2_amd64.deb
 7bc78104728582b044facf5478cb63a6c4d669c53825af006de17f4833591220 1518388 
wmaker-dbg_0.95.4-2_amd64.deb
Files: 
 d40693a1039f95d1a9eb15717a71276c 2319 x11 optional wmaker_0.95.4-2.dsc
 640b8ea5b1a875440aa48eaab09c5f00 2789390 x11 optional wmaker_0.95.4.orig.tar.gz
 f3d910f17ecfb0afa4943c7bf7a9d0e3 305852 x11 optional 
wmaker_0.95.4-2.debian.tar.gz
 9b4a56de2a7e14ad02f2948244a249b6 512480 x11 optional wmaker_0.95.4-2_amd64.deb
 fcf08c73ea483622bc6080dfe47a4062 1709992 x11 optional 
wmaker-common_0.95.4-2_all.deb
 ed247b1093683ca99b02974a6ff22c10 123694 libdevel optional 
libwraster3-dev_0.95.4-2_amd64.deb
 658d6011a5b8fd4ec4cd343fa44659f9 113966 libs optional 
libwraster3_0.95.4-2_amd64.deb
 41191e7a523405d033150be00693fe69 361592 libdevel optional 
libwings-dev_0.95.4-2_amd64.deb
 8815dbab52cf806b543743b09dd48a7f 125940 libs optional 
libwutil2_0.95.4-2_amd64.deb
 18892e91941f661a9f1d2cfecd96fa7c 247434 libs optional 
libwings2_0.95.4-2_amd64.deb
 459ccea383710d3404ce3f0f0f661105 1518388 debug extra 
wmaker-dbg_0.95.4-2_amd64.deb

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

iQIcBAEBCAAGBQJSAIxUAAoJEHsfVJByt0kjCGAP/3DTSyeOsD6RBZ1Df3uwOItx
CXIRRQ4HNIdEZlJQFRwGfxXznRTviGwdN7H7Kiy5sRAtSh3nzdz5eBf/KhAMwIb/
6PkXoR62mn3YBchSL/isjihDg/7Avr97InjPzI0ivWkCmtV/VvOzldFjxol8+gJv
df8XJphAwtUZl4LiilET0hCMT8EC+Dga4N8n+kI7CFS35CgstlpDlbDSJS0iUuik
HF1HL4EvSfQF1DSW4br4L1KTHfdHDfHeBDLg+DMd8k5GZQAMFgmbCVwsS+Ug4UaU
rBtYQxqpHXmRBHUdwKMmXrTpYmqUvhD8XfP9WolnQBCTEs+fLVlLsNQUsTdyEgR2
Gofs9slGZWOzTRtnIHabOayzcRt8ZMGM8Ki7W39j4TnlqXzVu+PC0e0QjksrB5k2

Accepted matplotlib 1.3.0-1 (source all amd64)

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

Format: 1.8
Date: Mon, 05 Aug 2013 22:15:44 +0200
Source: matplotlib
Binary: python-matplotlib python3-matplotlib python-matplotlib-data 
python-matplotlib-doc python-matplotlib-dbg python3-matplotlib-dbg
Architecture: source all amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-matplotlib - Python based plotting system in a style similar to Matlab
 python-matplotlib-data - Python based plotting system (data package)
 python-matplotlib-dbg - Python based plotting system (debug extension)
 python-matplotlib-doc - Python based plotting system (documentation package)
 python3-matplotlib - Python based plotting system in a style similar to Matlab 
(Python
 python3-matplotlib-dbg - Python based plotting system (debug extension, Python 
3)
Closes: 531024 705631
Changes: 
 matplotlib (1.3.0-1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * New upstream release; thanks to Julian Taylor for the report;
 Closes: #705631
   * debian/watch
 - switch back to SF for upstream tarballs
   * Remove references to Fltk backend, now removed upstream
   * debian/control
 - add python-numpydoc to b-d, needed to build doc
 - add python{,3}-pyparsing, it's no longer bundled in the upstream tarball;
   Closes: #531024
 - bump Standards-Version to 3.9.4 (no changes needed)
   * debian/README.debian
 - changed location of user-specific config file
   * debian/patches/*
 - refreshed and removed merged patch
   * debian/copyright
 - extend packaging copyright years
 - update upstream copyright notice
   * debian/rules
 - setupegg.py was removed, use setup.py instead
 - remove .pyc files from -doc package
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Fix typos in README.debian.
Checksums-Sha1: 
 e2878a42e63774e34d011ad9c30682fc5a1b0370 2552 matplotlib_1.3.0-1.dsc
 4bcf177bbe2a1a576fbc0896e69c2de2cf7429ae 42098180 matplotlib_1.3.0.orig.tar.gz
 5145ca2b8e78606037c5e6b2b348309e36c1c5cd 24498 matplotlib_1.3.0-1.debian.tar.gz
 7bba65cffe96a73ace7417e05a51e901dd148be7 2813110 
python-matplotlib-data_1.3.0-1_all.deb
 5b5469d0e24782b25d46715308cb59c297102e7d 57102976 
python-matplotlib-doc_1.3.0-1_all.deb
 c3982d2760259d798dffd8274ae459f67537f220 1529034 
python-matplotlib_1.3.0-1_amd64.deb
 5dd149c06990ba5d6c95163662172cf9416cd892 1456434 
python3-matplotlib_1.3.0-1_amd64.deb
 8db1d56a2ae0ad9a74e2999018e15cf08498da48 7508148 
python-matplotlib-dbg_1.3.0-1_amd64.deb
 069bd65b23d640bfd8fd9d9f304954024fe4fabc 662530 
python3-matplotlib-dbg_1.3.0-1_amd64.deb
Checksums-Sha256: 
 a24975162b9ef8b06fdc03d91c563a7c92f4c5d2d11f012e5a376a0f47fcaf6f 2552 
matplotlib_1.3.0-1.dsc
 3e37044911245d7d881ddab0152cfec463c597b9a207c7f87021b8f40e1cbd98 42098180 
matplotlib_1.3.0.orig.tar.gz
 0d1883f61ebeee1b2ef30da1677b66ed9b90938887415c9c7e0b32e5f263ca3b 24498 
matplotlib_1.3.0-1.debian.tar.gz
 b53389d966dd6b28e9a89d6b1b5f09e851cb5fee6c264b0105e989c3ca488cb4 2813110 
python-matplotlib-data_1.3.0-1_all.deb
 affa58d0072fdfe9ce78f46b6514cfa7765de344a9b4b741be6f1cdcc0c0aab3 57102976 
python-matplotlib-doc_1.3.0-1_all.deb
 ce3dcc5b13a8c3532a553783419d8e782c7d679b50910b2d81502c9fe1ea7646 1529034 
python-matplotlib_1.3.0-1_amd64.deb
 7b4f6f93f634f89f2f687ddc6a32e8a62c9eb76963b6084a67869a3aec65d56d 1456434 
python3-matplotlib_1.3.0-1_amd64.deb
 3beed07e7195111531665624f02f92367bb6304fca5bb3c01a86d65653fc5902 7508148 
python-matplotlib-dbg_1.3.0-1_amd64.deb
 bdd51885d2ba0b8b4abe6cd9f40317b44e432e04baac573390805d884d23f0bf 662530 
python3-matplotlib-dbg_1.3.0-1_amd64.deb
Files: 
 24ec07b8262f3526cc0ef1ced340f4ec 2552 python optional matplotlib_1.3.0-1.dsc
 139e1157a3e641fa6270d667a2088458 42098180 python optional 
matplotlib_1.3.0.orig.tar.gz
 26cd2559e2dba340f9a11e799911551f 24498 python optional 
matplotlib_1.3.0-1.debian.tar.gz
 db5f6b2b96bde78cfd4af51274eee493 2813110 python optional 
python-matplotlib-data_1.3.0-1_all.deb
 252ba17797bce3e9f056637a93e2a313 57102976 doc optional 
python-matplotlib-doc_1.3.0-1_all.deb
 809b5cb6b10bcb04815586a28836ee4c 1529034 python optional 
python-matplotlib_1.3.0-1_amd64.deb
 c0fce104f315c3e77f84cdc8711a4c4c 1456434 python optional 
python3-matplotlib_1.3.0-1_amd64.deb
 2dab937573479f0b196c5ed5856bf2b8 7508148 debug extra 
python-matplotlib-dbg_1.3.0-1_amd64.deb
 afcfe071c02f449566c50b055d518c4d 662530 debug extra 
python3-matplotlib-dbg_1.3.0-1_amd64.deb

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

iEYEARECAAYFAlIAi9UACgkQAukwV0RN2VB6EgCcCmuJlSZK7ROq38E2NCrtQJMi
b3wAoIukBpfvSyEjs1xRnw19IjS61Z7Q
=ns+u
-END PGP SIGNATURE-


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

Accepted pdfresurrect 0.12-2 (source amd64)

2013-08-06 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 18:52:19 +1200
Source: pdfresurrect
Binary: pdfresurrect
Architecture: source amd64
Version: 0.12-2
Distribution: unstable
Urgency: low
Maintainer: Francois Marier franc...@debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 pdfresurrect - tool for extracting/scrubbing versioning data from PDF documents
Changes: 
 pdfresurrect (0.12-2) unstable; urgency=low
 .
   * Fix watch file
   * Bump Standards-Version up to 3.9.4
   * Use canonical VCS URLs in debian/control
Checksums-Sha1: 
 bd9c629a5ce49f28f6c0d75b75f61226f42b826d 1910 pdfresurrect_0.12-2.dsc
 ca852d25186f7ae59a73e874352eb24718f8571d 3049 pdfresurrect_0.12-2.debian.tar.gz
 36592ee459dca2dec786bc2f14acdfb49174d593 20528 pdfresurrect_0.12-2_amd64.deb
Checksums-Sha256: 
 91aba47f414343f85aeadc15c62af5bddbd8a6e36299e53c828b24d65a4ccb68 1910 
pdfresurrect_0.12-2.dsc
 f376d94ee6f992c632cd3af369712a65e03421b2d56b7805b7afdbe23654fe65 3049 
pdfresurrect_0.12-2.debian.tar.gz
 f6b61573c182204574f233d427e59779be7f40c75948f8ac25daa0bad562d46b 20528 
pdfresurrect_0.12-2_amd64.deb
Files: 
 d709bc835a360c8847ae00e7b9615b74 1910 text extra pdfresurrect_0.12-2.dsc
 ac34233f7e86e0cb871f47ba99ea0653 3049 text extra 
pdfresurrect_0.12-2.debian.tar.gz
 245456e72361a07ef41bc4a588b45671 20528 text extra pdfresurrect_0.12-2_amd64.deb

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

iQIcBAEBCAAGBQJSAJ7oAAoJEBYoHy4AfJjRaLAP/iKhZJ+wkh0RRuhUSHQ9HSur
1g8uX5DEt0PWy2zM9IUlPD85cc5MjhMIvlVL6b5vVqvPYG3sBX06jxonhJTLtKjj
Ljf2IxievxDGk9ad6buM+o6ds2UrD0iNyyOZLI9WQ7Ej7T8Y9fnl2lQdkqUXJ00A
/FAyL21nRC4Zs2WykoRinRl/oR4rYrtxg/mI9QqYYVxYU+9yzNiFtYPV7LltHvvt
7iGD95BHQJafD2ozaFr56t+hyuZn31rKzNT48BOLbF3LSnZkTGJasMmk/D239/hv
2GLsu/3BiTzYLsbQC/bl4YNC9hb3aY77SFjDBLB5hEjb/INZq6r5Qf13/uE1l9/n
wpdahDxz957S1H0f4TFtwM1ZjigCqhsgP2YpXKk+ml9OQtLmWOhaQRFEgSKmPEZ3
BtKZej3dJw4Nw9S2CgxJ684CYmeVnbglVosn6LWE6gDUfSzSKTFqE3sC8SbltZIA
Z7YcJYrTGhYjecAUwRIkFuNKvsjPjNk8lu+/WTORYW14PyN68NURM2bzFJioHzPa
AX1dpChQvAubUkG+lcaBMMcDv5qjEMliQz9Id7g3OeXnDufkgzPnIhyhzXwUc9hO
irx7JyTRf2jmXn0jygLS7VyEiE2JvxPJMae/hc11tkXcHyMkPOFzoUca/vP1sfy9
GpAZiwH5onT/pzAeDHRU
=k9Kb
-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/e1v6byf-00081k...@franck.debian.org



Accepted nordugrid-arc-doc 1.3.3-1 (source all)

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

Format: 1.8
Date: Fri, 02 Aug 2013 13:40:55 +0200
Source: nordugrid-arc-doc
Binary: nordugrid-arc-doc
Architecture: source all
Version: 1.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 nordugrid-arc-doc - ARC documentation
Changes: 
 nordugrid-arc-doc (1.3.3-1) unstable; urgency=low
 .
   * 1.3.3 Final Release
Checksums-Sha1: 
 3fb3bd1698ebf3ffcf19a9717699eafafba8c222 2013 nordugrid-arc-doc_1.3.3-1.dsc
 49c7dfa3cb877685676442910148b472d40611b8 9237512 
nordugrid-arc-doc_1.3.3.orig.tar.gz
 dc9c2fdf3accb4c9301bd5ce48ec9711f88a440c 8378 
nordugrid-arc-doc_1.3.3-1.debian.tar.gz
 d27e13a80620aa2b327475ae5d08fd9e97357ca8 9157534 
nordugrid-arc-doc_1.3.3-1_all.deb
Checksums-Sha256: 
 c528d91d54c202a73857ad4ba59ede0d3e74534c2edad1e56521df477097b006 2013 
nordugrid-arc-doc_1.3.3-1.dsc
 64c0fc3c9ee795e7cd478304e5a42ad82f16868b14b55590adae654fe1539b64 9237512 
nordugrid-arc-doc_1.3.3.orig.tar.gz
 d64d0bf8733ea395da5188056b4ee04cec693679cffe1951d79277df41a90e1f 8378 
nordugrid-arc-doc_1.3.3-1.debian.tar.gz
 e2cd51fb6c2448b8b84ea4c7abbf4e837192b9e2ee30791f25cea9113db3f1a1 9157534 
nordugrid-arc-doc_1.3.3-1_all.deb
Files: 
 0b2eaaf2a89e378d4a60cdeade0fb941 2013 doc extra nordugrid-arc-doc_1.3.3-1.dsc
 82d849a7f8531ead007f2143788e6952 9237512 doc extra 
nordugrid-arc-doc_1.3.3.orig.tar.gz
 9b41cb8cd9c55740782e30aff9ada0cc 8378 doc extra 
nordugrid-arc-doc_1.3.3-1.debian.tar.gz
 fbe9c19793248d8ab52c940a1ec1251f 9157534 doc extra 
nordugrid-arc-doc_1.3.3-1_all.deb

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

iQIcBAEBAgAGBQJSAJ8bAAoJEOiuwv874alLIi8QAJqB9oZMIKvN/scbidyOKYLd
+G0bcw2plterWeLn38NBA5eMxVU/5ymkhcDjvRqdF8X03wUkuxPPeLXEpH2c+utJ
eiTh75bNK6K4msNdJn6oPoVWkYTlrwvxs91EeP6yQsgGqC+8KYl+q1vcRn8fFQGf
ktQ03Q7gXZ3K2iwz0itnCAbdFX8AidIifJmNxaFBeW8eYPH5x5tbojzkH0dSmMBY
SWCfs8tn4bHzjvxpkLOsFDP1LHHDxnTlHSSXNStTQo77Ig7cgj8YWVxML3qsQBV6
uQqwgF9RYE9AEEHQxi7+/tCtExQzSrvFro317VK5/V+uDxjIqrXlV86lyRqU30bh
EsQKAfVIF0xC+yGwzRLgg5Hx+OZglwvbDP00amhurG+Ct6N0C1+wCZaIFoA2hxht
BpcIOI1z6itIZpgFSkcsTlptk1fAMaZmzyTEkRJ6U95DeY3PDicHFOpQIrf1NzbG
Kj4xvqgbgd62XDYy8CBInANWeXBEtU/ns883Drxb/l82yoSutWLUatQDzpI7zevj
D1HefZDdE/RAWNYAzZE6MKgW7s8jn1vNofnPnkQf9ESEI7SDFPFEcwzQurKDcSrZ
YCgFqZ286WxJ67qO2obCS2i90HTlMcgubgy5nEDCBV7rg6yMpqHRAg2LhIqosuRd
i8er7esfhv6K7/2SkiOb
=W5kK
-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/e1v6by9-0007z7...@franck.debian.org



Accepted nordugrid-arc 3.0.3-1 (source amd64 all)

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

Format: 1.8
Date: Thu, 01 Aug 2013 08:00:58 +0200
Source: nordugrid-arc
Binary: libarccommon2 nordugrid-arc-client nordugrid-arc-arcproxyalt 
nordugrid-arc-hed nordugrid-arc-gridftpd nordugrid-arc-cache-service 
nordugrid-arc-datadelivery-service nordugrid-arc-ldap-infosys 
nordugrid-arc-aris nordugrid-arc-egiis nordugrid-arc-ldap-monitor 
nordugrid-arc-ws-monitor nordugrid-arc-arex nordugrid-arc-plugins-needed 
nordugrid-arc-plugins-globus nordugrid-arc-acix-core nordugrid-arc-acix-cache 
nordugrid-arc-acix-index nordugrid-arc-dev nordugrid-arc-python 
nordugrid-arc-java nordugrid-arc-doxygen nordugrid-arc-gridmap-utils 
nordugrid-arc-ca-utils nordugrid-arc-misc-utils nordugrid-arc-dbg
Architecture: source amd64 all
Version: 3.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 libarccommon2 - ARC Grid middleware
 nordugrid-arc-acix-cache - ARC cache index - cache server
 nordugrid-arc-acix-core - ARC cache index - core components
 nordugrid-arc-acix-index - ARC cache index - index server
 nordugrid-arc-arcproxyalt - ARC command line interface
 nordugrid-arc-arex - ARC Remote EXecution service
 nordugrid-arc-aris - ARC local information system
 nordugrid-arc-ca-utils - NorduGrid authentication tools
 nordugrid-arc-cache-service - ARC cache service
 nordugrid-arc-client - ARC command line interface
 nordugrid-arc-datadelivery-service - ARC data delivery service
 nordugrid-arc-dbg - ARC grid middleware - Debug Symbols
 nordugrid-arc-dev - ARC development files
 nordugrid-arc-doxygen - ARC API documentation
 nordugrid-arc-egiis - ARC EGIIS service
 nordugrid-arc-gridftpd - ARC GridFTP server
 nordugrid-arc-gridmap-utils - NorduGrid authorization tools
 nordugrid-arc-hed - ARC Hosting Environment Daemon
 nordugrid-arc-java - ARC Java wrapper
 nordugrid-arc-ldap-infosys - ARC LDAP infosys service
 nordugrid-arc-ldap-monitor - ARC LDAP monitor service
 nordugrid-arc-misc-utils - ARC grid middleware - Misc tools
 nordugrid-arc-plugins-globus - ARC Globus plugins
 nordugrid-arc-plugins-needed - ARC base plugins
 nordugrid-arc-python - ARC Python wrapper
 nordugrid-arc-ws-monitor - ARC WS monitor service
Changes: 
 nordugrid-arc (3.0.3-1) unstable; urgency=low
 .
   * 3.0.3 Release
   * Drop find syntax patch accepted upstream
Checksums-Sha1: 
 3dbfeccc126fccff3af0d43dcfdf27e8c45be46b 4120 nordugrid-arc_3.0.3-1.dsc
 e779324b3b7439a7483ecfd9d68da5649c263107 7901465 
nordugrid-arc_3.0.3.orig.tar.gz
 36ac33d5a668e3eefd2e3ab6441fd1e0f57e 20439 
nordugrid-arc_3.0.3-1.debian.tar.gz
 9b5b90af5fd2a5aa3a35ff7b0e37dc4a7d34821e 1392826 
libarccommon2_3.0.3-1_amd64.deb
 c96965f4fbb4387ebf9547cc327c397542d108d1 432416 
nordugrid-arc-client_3.0.3-1_amd64.deb
 ca001d3cf705cf53f4282d73ec8b5354434c12bb 58094 
nordugrid-arc-arcproxyalt_3.0.3-1_amd64.deb
 886d7fa0ead258c8e8b5d192dca77e6539990396 83844 
nordugrid-arc-hed_3.0.3-1_amd64.deb
 34c716f43f06d632f70ede0710b5b9eec9c525db 617338 
nordugrid-arc-gridftpd_3.0.3-1_amd64.deb
 003bb3b5c02098a1629d5fc7352fb06d654e852e 304158 
nordugrid-arc-cache-service_3.0.3-1_amd64.deb
 a1dec93040fec9e76d009926b6b636df10405916 83316 
nordugrid-arc-datadelivery-service_3.0.3-1_amd64.deb
 075682ea80fd9a6f4f439c8bfd9ff8a7b9a57570 28424 
nordugrid-arc-egiis_3.0.3-1_amd64.deb
 c04b3e094ca82cc9a2d957e2e6fe7752b1405f02 1076916 
nordugrid-arc-arex_3.0.3-1_amd64.deb
 c75375e1bfff8a365e02a68bfb3b8704e0398b2f 1135420 
nordugrid-arc-plugins-needed_3.0.3-1_amd64.deb
 1fdeb7a0eb48bbae07ad9da0de3a39de1f6aa29c 200590 
nordugrid-arc-plugins-globus_3.0.3-1_amd64.deb
 17c0983534284c89f4825b81c19e883f6623ac8a 242640 
nordugrid-arc-dev_3.0.3-1_amd64.deb
 69de5eac6956ab4e386bd7e31734509375fdc8fd 1855352 
nordugrid-arc-python_3.0.3-1_amd64.deb
 42d5b067c7b33af9be6569e3bf7b311d4896ea2d 845466 
nordugrid-arc-java_3.0.3-1_amd64.deb
 d66db32a3ba9d99ac9a1b576ea15e969fc959b66 118910 
nordugrid-arc-misc-utils_3.0.3-1_amd64.deb
 57e9c2ad74374a5ad4a988679554d34c055fd501 64120636 
nordugrid-arc-dbg_3.0.3-1_amd64.deb
 ade8051dcc40a472f85e4e04884512d899880be5 20630 
nordugrid-arc-ldap-infosys_3.0.3-1_all.deb
 86b9159d25e475da5dce306e91dd1038d0717258 38630 
nordugrid-arc-aris_3.0.3-1_all.deb
 6a68a24fbb0ea8b6ec3101cc40942c460ce8dd5c 120196 
nordugrid-arc-ldap-monitor_3.0.3-1_all.deb
 22eb7a0c5f15f402af063a31528974ce3e81b826 60560 
nordugrid-arc-ws-monitor_3.0.3-1_all.deb
 49e61a2508648f311db91a4acb848d42f7531d6c 8440 
nordugrid-arc-acix-core_3.0.3-1_all.deb
 2a9ad82dd489de4583e27972c00430aca1a73ae1 9636 
nordugrid-arc-acix-cache_3.0.3-1_all.deb
 df0fd163bb097d6cc6d05eb2e6869823a1f24e95 8168 
nordugrid-arc-acix-index_3.0.3-1_all.deb
 63ec0742f5e86c3038c3c8aa4cd1bdf58b435ff9 1818072 
nordugrid-arc-doxygen_3.0.3-1_all.deb
 59eac01d896e0c583fb37b49a90b0a29b42615e1 16686 
nordugrid-arc-gridmap-utils_3.0.3-1_all.deb
 9a53f62dda40f7d599c0f27c24ce895316ba9cdc 3898 

Accepted dirmngr 1.1.1-1.1 (source i386)

2013-08-06 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Tue, 06 Aug 2013 10:18:18 +0200
Source: dirmngr
Binary: dirmngr
Architecture: source i386
Version: 1.1.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 dirmngr- server for managing certificate revocation lists
Closes: 668890
Changes: 
 dirmngr (1.1.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Do not read /etc/profile and /etc/profile.d/* for the daemon,
 it’s fundamentally wrong (can start gpg-agent, ssh-agent, or
 other background or interactive programs, and insert unwanted
 output, depending on local configuration). Closes: #668890
Checksums-Sha1: 
 d0868499af82e3f73d768ded36dae50c7f0b53a3 1869 dirmngr_1.1.1-1.1.dsc
 551f77c27afe819b3ad5007a5120dcc90d32d195 7184 dirmngr_1.1.1-1.1.debian.tar.gz
 44e1687583e54be2f97b74a5193e73f9ffd2517b 175408 dirmngr_1.1.1-1.1_i386.deb
Checksums-Sha256: 
 8e5c59fc5f19cede9fe69f9d7d26c87c5ed0591c9f29ae3a749e1cc9c4a3f027 1869 
dirmngr_1.1.1-1.1.dsc
 3ddd1c26bf822c90cc968e0f119cd925022234b1fe70499a43e040d96c3f814c 7184 
dirmngr_1.1.1-1.1.debian.tar.gz
 3220c99b960721233ecfcd00c203757ef39d0148df4491daac1a631cc68710c6 175408 
dirmngr_1.1.1-1.1_i386.deb
Files: 
 8e6a45b5cbac012e1cc141b6b29dc21f 1869 utils optional dirmngr_1.1.1-1.1.dsc
 e2660504eeaaa253ee9594a9d55d7903 7184 utils optional 
dirmngr_1.1.1-1.1.debian.tar.gz
 22c5f2fc6b699d8b49461b7efab58552 175408 utils optional 
dirmngr_1.1.1-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (MirBSD)

iQIcBAEBCQAGBQJSALNQAAoJEHa1NLLpkAfgT/gQANNrBChKneVdsSiba4Xj0LhD
75U1tj2DT3fy6/NPBwQ81zcQIt1UK74w2IUir4zfihsE2U64T0Cu1Hr5OxkGfgge
y8OC53SWuvum9Svw+2+5geLFl+nVP5O49f1F2tWFHm0JR2cq5pRVdTWUk5imO5to
LExnPC4bdzA6/siYcsd/bonwHHd9iVJoBxzAun3mb2akNVsynlmj90izPc0QbDZ5
3FVGjP+L2Z0T/XlB+SyrqvMsknll6SqDWBYT0ijqe/AL1ZkRLW3/hTxSVavIXbfr
gLtCnRCTir64dFyQuCX4MmbmQ7iA1PUQ0/4FvR6Ez0yPoHWPwMtk7uuqojDglBZp
t57K/F4u532SAwfU7LpNSkVryxoLwgcuVozykXhHKoeGDQPpKSOtcw45ZzPnRYIJ
JO9yPPIVsM3geQFH5sTO4DD770osYR26sUvxNV+1wxlHZdeJ6V1nlODdkwNJcDqq
z7VpmRyxJkJ0y8/usRImfWxtOMs8TI++P4sXSeQK2LHZovysQ1hlI9edlkKRtKvw
H+ZTp5BZ5HVlRdR3DGV9GVoPVH7ZhrAevVCw8AnaxGZvkNtVFz9N+benwGcau3rc
ojrIfnprkMM5fJjfq52R8f1rLZfORzKQLuvEDTECrDq8a+Ip3ybFWS4nNGp6dYTU
Yu/SVOOJyMCMOSGXmPNf
=b5zQ
-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/e1v6de7-0007ad...@franck.debian.org



Accepted resiprocate 1.8.12-2 (source amd64)

2013-08-06 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 10:19:09 +0200
Source: resiprocate
Binary: libresiprocate-1.8 libresiprocate-1.8-dev librecon-1.8 librecon-1.8-dev 
libresiprocate-turn-client-1.8 libresiprocate-turn-client-1.8-dev repro 
resiprocate-turn-server sipdialer
Architecture: source amd64
Version: 1.8.12-2
Distribution: unstable
Urgency: high
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 librecon-1.8 - reSIProcate conversation manager - shared libraries
 librecon-1.8-dev - reSIProcate conversation manager - development files
 libresiprocate-1.8 - reSIProcate SIP stack - shared libraries
 libresiprocate-1.8-dev - reSIProcate SIP stack - development files
 libresiprocate-turn-client-1.8 - reSIProcate TURN client (reTurn) - shared 
libraries
 libresiprocate-turn-client-1.8-dev - reSIProcate TURN client (reTurn) - 
development files
 repro  - reSIProcate SIP stack - lightweight SIP proxy daemon
 resiprocate-turn-server - reSIProcate SIP stack - ICE/TURN server
 sipdialer  - reSIProcate SIP stack - click-to-call utility
Changes: 
 resiprocate (1.8.12-2) unstable; urgency=high
 .
   * Suppress recon tests on non-Intel builds due to sipXtapi bug
Checksums-Sha1: 
 d23a58a9be83b38e838985c4b8ba6c959bb9b824 2701 resiprocate_1.8.12-2.dsc
 98d261495c8082ff24b0b8ff30691026aab93f71 22587 
resiprocate_1.8.12-2.debian.tar.gz
 e1c3b28ce80839969df73d5d114e3a87f2469f31 1569358 
libresiprocate-1.8_1.8.12-2_amd64.deb
 1794e4c01f9105826fc05c14b722809bf880a5d3 320824 
libresiprocate-1.8-dev_1.8.12-2_amd64.deb
 ebea9e619c294eaa33b3dce786d25a8845a05977 383216 librecon-1.8_1.8.12-2_amd64.deb
 0cb28fc7267c902c7785e0d29486bfcb190b27d4 72966 
librecon-1.8-dev_1.8.12-2_amd64.deb
 77ea72978f1bb7354b5f9da18d1ac680002edeec 396796 
libresiprocate-turn-client-1.8_1.8.12-2_amd64.deb
 ef6905f94b14564603828b0ce9ec43d56744458c 40192 
libresiprocate-turn-client-1.8-dev_1.8.12-2_amd64.deb
 b7699c9ed7fff6dfa4bc0171f1cbed6284880c12 417294 repro_1.8.12-2_amd64.deb
 b0ac2a23713b4849c3e61c1f0ce6f52e4064e274 316920 
resiprocate-turn-server_1.8.12-2_amd64.deb
 e894a790469174f207dece23460f9222af2b87ef 30876 sipdialer_1.8.12-2_amd64.deb
Checksums-Sha256: 
 fda37650b51017d3827de8abb0e6f7ec826fba7946ad3cc056275fad89a046b5 2701 
resiprocate_1.8.12-2.dsc
 e8781903bc4013b66ad325a1c124d5d61fc96b97af76891f9f08557767f0ce22 22587 
resiprocate_1.8.12-2.debian.tar.gz
 7bd24356b5e0bff5c40e3bbefac88e38bebb1b201bde7f2a2fc3d7e565608d15 1569358 
libresiprocate-1.8_1.8.12-2_amd64.deb
 462a9dc493627be10602d61ece990c088b1c420d462cde1cf710efb9bf6800c5 320824 
libresiprocate-1.8-dev_1.8.12-2_amd64.deb
 aab4e1cefff94f543a652852b972d429e5a351b25bcfd113229147956d8f81a9 383216 
librecon-1.8_1.8.12-2_amd64.deb
 0f5d1cdd01e2f1691503172b54e199f01f6d3e318e67061e848a6ad2219cf1ac 72966 
librecon-1.8-dev_1.8.12-2_amd64.deb
 65f8d851e35ff2e2f12d05fc5d7c6afd6c3071d5182a5be524864b68198d6c7f 396796 
libresiprocate-turn-client-1.8_1.8.12-2_amd64.deb
 cd3e0764e1413e2a1ef7db44bd7911abd60166482247e619fdc8e8adafc05c30 40192 
libresiprocate-turn-client-1.8-dev_1.8.12-2_amd64.deb
 9e2c4ff53453510b40bc54624bc370459a17d2ca9ad004245d3916b200530c0a 417294 
repro_1.8.12-2_amd64.deb
 a93493166681b481dda8fdcd24137ea88d8501d28059762daaa503b4879871ed 316920 
resiprocate-turn-server_1.8.12-2_amd64.deb
 68a09ccdb20db5dc1b548086e6b8dfa85abb7a5aeeb4d1b8794202769bebe660 30876 
sipdialer_1.8.12-2_amd64.deb
Files: 
 5cb2b1c30fe2f9e47e41365ae34a8df7 2701 libs extra resiprocate_1.8.12-2.dsc
 cb3671f6aef1b0a89c8aed936158c540 22587 libs extra 
resiprocate_1.8.12-2.debian.tar.gz
 d502b9c4e444aa435baabdcfd0e1d819 1569358 libs extra 
libresiprocate-1.8_1.8.12-2_amd64.deb
 d405ddefe9c0ff033c7809794beb30d3 320824 libdevel extra 
libresiprocate-1.8-dev_1.8.12-2_amd64.deb
 70fad6d872ad43f7cfe9be9099f8a71f 383216 libs extra 
librecon-1.8_1.8.12-2_amd64.deb
 a58c249eae55b9451e16cf88e3199965 72966 libdevel extra 
librecon-1.8-dev_1.8.12-2_amd64.deb
 446a29dfe5ea6358921d9365418c628a 396796 libs extra 
libresiprocate-turn-client-1.8_1.8.12-2_amd64.deb
 31d490fc8131b4428af1bc8f18a340f3 40192 libdevel extra 
libresiprocate-turn-client-1.8-dev_1.8.12-2_amd64.deb
 aa230b1e1beb772ca4c8169df2e370b8 417294 net extra repro_1.8.12-2_amd64.deb
 d13e1a3383774c31acd458dc4952d394 316920 net extra 
resiprocate-turn-server_1.8.12-2_amd64.deb
 4c3e16ea9a7a90ba714ee3e1d84cdd9e 30876 net extra sipdialer_1.8.12-2_amd64.deb

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

iQIcBAEBCAAGBQJSALb1AAoJEOm1uwJp1aqDGMIP/j4MCQQiOqHJ9xOeia24u273
13Xm3WlYQluqohElvlCcosxXoaCoIH8niE86ni8124jR9ZLfsc27Q2Hf3Lewu/6X
2N0OFX5Je50es8MhqR+GeKDjRx7DpiCps4Lg4APBAd4TKx9ushMfKw9ncc7nFt2b
v53kKkDUCvVhXt2RxZeQySxOLaiIlUGNP8Qv2MTyBwBi0pu1ZZ8z16PumwW2SFlM
9nWHjjHEY8KQjj0cKAOysNRYvcE6kk06PK6a4euHuCLBE1ZM/DDOE+gqLPk+8bTQ
DtwDnrJKlwf3EzXZgRwsOsLRtwfsrmUmz4001YvorweKoo9R2jqhZc+FS0FuQ5gk

Accepted vamp-plugin-sdk 2.5-2 (source amd64 all)

2013-08-06 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 10:38:58 +0200
Source: vamp-plugin-sdk
Binary: vamp-plugin-sdk libvamp-sdk2 libvamp-hostsdk3 vamp-examples 
vamp-plugin-sdk-doc
Architecture: source amd64 all
Version: 2.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 libvamp-hostsdk3 - helper library for Vamp hosts written in C++
 libvamp-sdk2 - helper library for Vamp plugins written in C++
 vamp-examples - example Vamp plugins, host and RDF generator
 vamp-plugin-sdk - audio analysis and feature extraction plugins (SDK)
 vamp-plugin-sdk-doc - audio analysis and feature extraction plugins (API 
documentation)
Closes: 715506
Changes: 
 vamp-plugin-sdk (2.5-2) unstable; urgency=low
 .
   * Reintroduce *.a files. (Closes: #715506)
Checksums-Sha1: 
 2bba723327b06949cb34a3e8ec74394b4968b5b0 2268 vamp-plugin-sdk_2.5-2.dsc
 442704d38a7e6d58d95884a20c980cb8ab14bbc3 10581 
vamp-plugin-sdk_2.5-2.debian.tar.gz
 7a45c498663e7fe022e84e6bff2300b810f83a25 214478 vamp-plugin-sdk_2.5-2_amd64.deb
 c0d7a30784f56edd8d5ab7ec4337e69ffcb1f8cf 47310 libvamp-sdk2_2.5-2_amd64.deb
 23cb95491027db29217d7823c431d4232ad5c85a 106544 
libvamp-hostsdk3_2.5-2_amd64.deb
 0eefb63153e6a48365d6da7088e7674ecfd9d809 243714 vamp-examples_2.5-2_amd64.deb
 df49c891af89e708ce10f3afcb7c236493b7228a 2563514 
vamp-plugin-sdk-doc_2.5-2_all.deb
Checksums-Sha256: 
 285ffdced35df16ea28e5c05549c8672741615f25c21100c3b95b4859cb49c6e 2268 
vamp-plugin-sdk_2.5-2.dsc
 b3e98c008bdac17a03db8fedb724455c92c403346bf4ef982a8a4741fd6054b9 10581 
vamp-plugin-sdk_2.5-2.debian.tar.gz
 1c8fc56d2407f03be7a2b8ba4b7520934d2aaca9f589bac08832255786af9857 214478 
vamp-plugin-sdk_2.5-2_amd64.deb
 a710225dbeff1a86b4c484212bc9c942daf575f153f3f87aaa8c00758a2d24a4 47310 
libvamp-sdk2_2.5-2_amd64.deb
 ea6bcbfe526b6b9078e2e398f3989285d7dd091bccb1c165e0677bf25f1783b7 106544 
libvamp-hostsdk3_2.5-2_amd64.deb
 39fcff84beca8e1dfdc5042f70777fca0659508ae58997e461a498a0911a64a9 243714 
vamp-examples_2.5-2_amd64.deb
 f4b05351a1c36060a59442db4e22c1274bfea02a9c4377fb8a8b671b5fd8ede8 2563514 
vamp-plugin-sdk-doc_2.5-2_all.deb
Files: 
 10dd211826813fcedf08a5617d58dde8 2268 sound optional vamp-plugin-sdk_2.5-2.dsc
 99bd544aa5f392333a4bfcff3a944cd6 10581 sound optional 
vamp-plugin-sdk_2.5-2.debian.tar.gz
 8e704dc6a6edb343b8603592048f61b0 214478 sound optional 
vamp-plugin-sdk_2.5-2_amd64.deb
 55367e4ab96965a76d3f20ea655eb336 47310 sound optional 
libvamp-sdk2_2.5-2_amd64.deb
 35a07613610bbd6dc17fbaf5c35bdd0f 106544 sound optional 
libvamp-hostsdk3_2.5-2_amd64.deb
 81ef478828ec5839af7d43e3bc6c40e4 243714 sound optional 
vamp-examples_2.5-2_amd64.deb
 d0fa26cf5d36a79ac6fd03063535428f 2563514 doc optional 
vamp-plugin-sdk-doc_2.5-2_all.deb

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

iQIcBAEBAgAGBQJSALcmAAoJEFsBlFXiuE+lb4wP/iwCKYuS2l//dt0kbdWibrFm
z7OZ+M8ECHQU0eOxa34VVqupp6U7qi1sxiJ7QGHTZ8PtVyqlb2/L5GIBjn1QDcds
Rj88/8bFgWf0HpgAYjce52L2jQzIA3s9W/Jctf6wiDiylvXA5+BM0zRPuSrUjuDW
AaFLpBJ+rSNqdyXy+tC2nf+LlIqhE0Q00Dq1vE3cJYb8APWLcCBSOGQYaljXwLf9
BKsIym2dvBqK0YQzEVqcHQWSERTXoDBZ9geRg02QbYft2jrppoRFVOQFAehhRw/8
nMrJF4LFD836DH54KK6Sj99JeP4VN0fY57wzBrCHiOH+he+B0Ulu5y5ltRY+SICJ
EkvTCbXf7SRHTVM+tVD6zRDwUbYhNzdadhWcz988j+mb/QZwITmGh3w79nPRazru
VhRHNpJ93d4U/aS1antp+jwlReSHGUnhpbhAbByNE8yf7gjtdIywYyHKmM31N5RH
2p377eExOCl8C3PqofLhJA/n2p32UhX71wy8N+B9WLWNG1ttRw7NxZfNEKK1Yu1B
IdkwcN1gHjD5GqFRloty3GkYSMDikkvkO0nNRLNPw6Gf1Jpw1ZkqlYyyft/RQk0/
IfmiNvk67C9yM+ipuMHMlnmHqrF9c79SdFcETN2608Sv7lwjEOBFqhucJ0xlEplt
ZAsQMEw7hRDh0hG1N64m
=jXuK
-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/e1v6dfs-00082o...@franck.debian.org



Accepted freeplane 1.2.23-2 (source all)

2013-08-06 Thread Felix Natter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Jun 2013 20:18:46 +0200
Source: freeplane
Binary: freeplane libjortho-freeplane-java
Architecture: source all
Version: 1.2.23-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Felix Natter fnat...@gmx.net
Description: 
 freeplane  - Java program for working with Mind Maps
 libjortho-freeplane-java - Java spell-checking library
Changes: 
 freeplane (1.2.23-2) unstable; urgency=low
 .
   * fix path to commons-io.jar in core MANIFEST.MF
   * fix lintian menu-icon-uses-relative-path
Checksums-Sha1: 
 807a161c3d6ecf16c63d1eb0d09bc1f3cd33993e 1766 freeplane_1.2.23-2.dsc
 006877fafca409d02393dd94db39e3955ce4397e 17112 freeplane_1.2.23-2.debian.tar.gz
 6ac48c505a05328f35c7c7ba0bc579ec2cc056b4 8497902 freeplane_1.2.23-2_all.deb
 84d8969ec126e5c1079021ec774c447d6332c876 61476 
libjortho-freeplane-java_1.2.23-2_all.deb
Checksums-Sha256: 
 fca643d4431ded6351d4fe0297a874736421bf0488f76c6b4a8363a26b663575 1766 
freeplane_1.2.23-2.dsc
 bf1e2ca05a518dc5423c612812c72b1b179842d2c10ae687b8b39faf3dd57e16 17112 
freeplane_1.2.23-2.debian.tar.gz
 1543397934736eb7f0fe3b105abbfdb91de8ec562edb6700f45541053e4ed1a9 8497902 
freeplane_1.2.23-2_all.deb
 237a66a0e9c60f6ef0c20e987123e5eb36d005021f021d80f56e6c85ff3051ac 61476 
libjortho-freeplane-java_1.2.23-2_all.deb
Files: 
 5abf58d01a933f619220488f906da525 1766 editors extra freeplane_1.2.23-2.dsc
 3480ee5459cafb54f91f82f6b79d3d34 17112 editors extra 
freeplane_1.2.23-2.debian.tar.gz
 3d39075c611a0b8cc7cd7aaa3f2e6c2a 8497902 editors extra 
freeplane_1.2.23-2_all.deb
 694883aff74a2475264fda3823f55d6f 61476 java extra 
libjortho-freeplane-java_1.2.23-2_all.deb

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

iEYEARECAAYFAlIAxyIACgkQiOXXM92JlhAJOQCg4uBHNAXpIR+84tixr9GVEyeA
/dcAnitdby4+tuzXGC04DquyEkFwARRD
=C2Vw
-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/e1v6e72-0005yi...@franck.debian.org



Accepted python-apsw 3.7.17-r1-1.1 (source all i386)

2013-08-06 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Aug 2013 16:43:48 -0400
Source: python-apsw
Binary: python-apsw python-apsw-dbg python3-apsw python3-apsw-dbg 
python-apsw-doc
Architecture: source all i386
Version: 3.7.17-r1-1.1
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl j...@debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-apsw - another Python SQLite 3 wrapper
 python-apsw-dbg - another Python SQLite 3 wrapper (debug extension)
 python-apsw-doc - documentation for python-apsw
 python3-apsw - another Python SQLite 3 wrapper (Python 3 version)
 python3-apsw-dbg - another Python 3 SQLite 3 wrapper (debug extension)
Closes: 718830
Changes: 
 python-apsw (3.7.17-r1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Correct dependencies for python/python3-apsw (Closes: #718830)
 - Change python:Depends to python3:depends for python3-apsw
 - Move dh_python2/3 after dh_install in debian/rules so it is invoked
   correctly
Checksums-Sha1: 
 43b3de1c8ac6f14f343d80a7cec7e5010ab31b93 1420 python-apsw_3.7.17-r1-1.1.dsc
 2b4f79b2860c8e75f0ce89c4b197f852ac71f13c 5025 
python-apsw_3.7.17-r1-1.1.debian.tar.gz
 373b507d8659eaab20c430dad6ef8ed9883a852f 180202 
python-apsw-doc_3.7.17-r1-1.1_all.deb
 fbb2a59b8bc06597d800f3ad6e99c50e9244c545 93186 
python-apsw_3.7.17-r1-1.1_i386.deb
 11d0ffae9b33c126d48281d847c0faa3c2cca0c4 272248 
python-apsw-dbg_3.7.17-r1-1.1_i386.deb
 21bdec671f3a7721b860a65ebff17c88d766be84 92380 
python3-apsw_3.7.17-r1-1.1_i386.deb
 b93194cfe1799a75dd6712cd5c6b77c94f78d37e 273054 
python3-apsw-dbg_3.7.17-r1-1.1_i386.deb
Checksums-Sha256: 
 aa2c3bebd0e96ec62202522e0d75ac7b0856298c051d123ea8a2f6ed50a7016b 1420 
python-apsw_3.7.17-r1-1.1.dsc
 6fe04f1dbcce370111a7b09d33aef39380537a2451591522be8818c58fe6d618 5025 
python-apsw_3.7.17-r1-1.1.debian.tar.gz
 c8d26c1f00c84919b60a21f048738dce43cad96b448c1ff4b4a8633d724e81c7 180202 
python-apsw-doc_3.7.17-r1-1.1_all.deb
 a051d650afe0469abf769c7de24289c3c46a52a4c10969631e4c31d197fa92c6 93186 
python-apsw_3.7.17-r1-1.1_i386.deb
 00a7252c04c0871e8ffb3d918b5261e2682d1f473ab32ed5d217abcf71c8266a 272248 
python-apsw-dbg_3.7.17-r1-1.1_i386.deb
 dc9f9fc68d1023293ab032dda31f969d0e0f9f4c52b67df7de7b09e6de8ca39d 92380 
python3-apsw_3.7.17-r1-1.1_i386.deb
 015bfcb38ecd8d724eab96854882a446fc8781113e3bdca8e37764ba706a8c95 273054 
python3-apsw-dbg_3.7.17-r1-1.1_i386.deb
Files: 
 a696366de04f1d4238bcafe3895f67cb 1420 python optional 
python-apsw_3.7.17-r1-1.1.dsc
 05809460a460b38acfe1c9795482fcb4 5025 python optional 
python-apsw_3.7.17-r1-1.1.debian.tar.gz
 35af7ddcaef15625500701710df80958 180202 doc optional 
python-apsw-doc_3.7.17-r1-1.1_all.deb
 dd60e9b40b4e29947f0ae7e8b363b3da 93186 python optional 
python-apsw_3.7.17-r1-1.1_i386.deb
 27cf8ffa574337dd71095e3632d2ec6d 272248 debug extra 
python-apsw-dbg_3.7.17-r1-1.1_i386.deb
 2b1d17853987208f5a1115d9ba24e8c3 92380 python optional 
python3-apsw_3.7.17-r1-1.1_i386.deb
 1473ed7ac2f2cdc88264c412656ff42c 273054 debug extra 
python3-apsw-dbg_3.7.17-r1-1.1_i386.deb

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

iEYEARECAAYFAlIAz5QACgkQHajaM93NaGplCQCfaVkBO22JqM1H+Ekuq5l+MBXk
siQAmwW8KAhkG7EGsOkQjkvYyvGdjeMe
=bGgv
-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/e1v6ezk-0007or...@franck.debian.org



Accepted fabric 1.7.0-1 (source all)

2013-08-06 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 12:06:30 +0100
Source: fabric
Binary: fabric
Architecture: source all
Version: 1.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 fabric - Simple Pythonic remote deployment tool
Changes: 
 fabric (1.7.0-1) unstable; urgency=low
 .
   * New upstream release.
 Thanks to Rodney Lorrimar rlorri...@ccg.murdoch.edu.au.
   * Drop 01-paramiko.diff - equivalent change made upstream.
Checksums-Sha1: 
 3a3e7215b6e6d1d35a278f898c478a57afac71b9 1225 fabric_1.7.0-1.dsc
 c07421da74bf099497496ed3838eb9f6d46608e2 221711 fabric_1.7.0.orig.tar.gz
 17ac7377b8315859ff474c4e87b39dd18e988379 3526 fabric_1.7.0-1.debian.tar.gz
 d46f343201a5da7fdd96fef9d479b220765cbb78 403894 fabric_1.7.0-1_all.deb
Checksums-Sha256: 
 e2d924ee597a6d6053ea003a0f545f9c6e228eec8e15fb88d1b205b18c4803b7 1225 
fabric_1.7.0-1.dsc
 bf5c12f2f3cef82afdcc577d63a759f7aced97d2414866b7f570f2922a088303 221711 
fabric_1.7.0.orig.tar.gz
 12e1cfab952e1cb750f81d971ac93d6ab3fd83b1d98d4bd55900bd1057bb39c5 3526 
fabric_1.7.0-1.debian.tar.gz
 76ce5be43fc8678ad3e73239eb3735c526828b0e02e179508afaae171bdb5e0d 403894 
fabric_1.7.0-1_all.deb
Files: 
 c833ec36bccae0ab8b10d368d1c35edb 1225 net optional fabric_1.7.0-1.dsc
 f1fc4b29ea5e73ef43529be945947ae5 221711 net optional fabric_1.7.0.orig.tar.gz
 f96e996b60f2170a9f37f3140dab61ca 3526 net optional fabric_1.7.0-1.debian.tar.gz
 729ca86057d2d67c78e5513a5bd5df08 403894 net optional fabric_1.7.0-1_all.deb

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

iEYEARECAAYFAlIA2PAACgkQ5/8uW2NPmiBzvgCcCeN/YWHokj8lvwl3kxoYRav4
F8cAniXYymGy0UsFD/Bz17Gx3//M28o6
=V7/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/e1v6fh9-zm...@franck.debian.org



Accepted gambas3 3.1.1-2.2 (source all amd64)

2013-08-06 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jul 2013 11:32:16 +0200
Source: gambas3
Binary: gambas3 gambas3-dev gambas3-gb-cairo gambas3-gb-dbus 
gambas3-gb-form-stock gambas3-examples gambas3-gb-chart gambas3-gb-compress 
gambas3-gb-compress-bzlib2 gambas3-gb-compress-zlib gambas3-gb-crypt 
gambas3-gb-db gambas3-gb-db-form gambas3-gb-db-mysql gambas3-gb-db-odbc 
gambas3-gb-db-postgresql gambas3-gb-db-sqlite2 gambas3-gb-db-sqlite3 
gambas3-gb-desktop gambas3-gb-form gambas3-gb-form-dialog gambas3-gb-form-mdi 
gambas3-gb-gtk gambas3-gb-gui gambas3-gb-pdf gambas3-gb-image 
gambas3-gb-image-io gambas3-gb-image-imlib gambas3-gb-image-effect 
gambas3-gb-net gambas3-gb-net-curl gambas3-gb-net-smtp gambas3-gb-opengl 
gambas3-gb-opengl-glsl gambas3-gb-opengl-glu gambas3-gb-pcre gambas3-gb-qt4 
gambas3-gb-qt4-ext gambas3-gb-qt4-webkit gambas3-gb-qt4-opengl 
gambas3-gb-report gambas3-gb-sdl gambas3-gb-sdl-sound gambas3-gb-settings 
gambas3-gb-v4l gambas3-gb-vb gambas3-gb-web gambas3-gb-xml gambas3-gb-xml-rpc 
gambas3-gb-xml-xslt gambas3-ide gambas3-runtime gambas3-script
 gambas3-gb-option gambas3-gb-eval-highlight gambas3-gb-signal
 gambas3-gb-mysql
Architecture: source all amd64
Version: 3.1.1-2.2
Distribution: unstable
Urgency: low
Maintainer: Gambas Debian Maintainers pkg-gambas-de...@lists.alioth.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 gambas3- Complete visual development environment for Gambas
 gambas3-dev - Gambas compilation tools
 gambas3-examples - Gambas examples
 gambas3-gb-cairo - Gambas bindings for cairo
 gambas3-gb-chart - Gambas charting component
 gambas3-gb-compress - Gambas compression component
 gambas3-gb-compress-bzlib2 - Gambas bzlib2 component
 gambas3-gb-compress-zlib - Gambas zlib compression component
 gambas3-gb-crypt - Gambas crypt encription component
 gambas3-gb-db - Gambas database access common libraries
 gambas3-gb-db-form - Gambas database bound controls
 gambas3-gb-db-mysql - MySQL driver for the Gambas database component
 gambas3-gb-db-odbc - ODBC driver for the Gambas database component
 gambas3-gb-db-postgresql - PostgreSQL driver for the Gambas database component
 gambas3-gb-db-sqlite2 - Gambas sqlite2 driver database component
 gambas3-gb-db-sqlite3 - Gambas sqlite3 driver database component
 gambas3-gb-dbus - Gambas bindings for DBUS
 gambas3-gb-desktop - Gambas Portland project compatibility component
 gambas3-gb-eval-highlight - Gambas syntax highlighting component
 gambas3-gb-form - Gambas native form component
 gambas3-gb-form-dialog - Gambas native mdi form component
 gambas3-gb-form-mdi - Gambas native mdi form component
 gambas3-gb-form-stock - Gambas form stock icons
 gambas3-gb-gtk - Gambas gtk component
 gambas3-gb-gui - Gambas graphical toolkit selector component
 gambas3-gb-image - Gambas image effects component
 gambas3-gb-image-effect - Gambas image effects component: effects
 gambas3-gb-image-imlib - Gambas image effects component: IMLIB bindings
 gambas3-gb-image-io - Gambas image effects component: I/O
 gambas3-gb-mysql - Gambas MySQL component
 gambas3-gb-net - Gambas networking component
 gambas3-gb-net-curl - Gambas advanced networking component
 gambas3-gb-net-smtp - Gambas component to use smtp protocol
 gambas3-gb-opengl - OpenGL component for Gambas
 gambas3-gb-opengl-glsl - OpenGL component for Gambas: GL Shading Language 
subcomponent
 gambas3-gb-opengl-glu - Gambas opengl-glu component
 gambas3-gb-option - Gambas option component
 gambas3-gb-pcre - Gambas regexp component
 gambas3-gb-pdf - Gambas pdf component
 gambas3-gb-qt4 - Gambas Qt GUI component
 gambas3-gb-qt4-ext - Gambas extended Qt GUI component
 gambas3-gb-qt4-opengl - OpenGL with QT toolkit Gambas component
 gambas3-gb-qt4-webkit - Gambas WebKit component
 gambas3-gb-report - Gambas report component
 gambas3-gb-sdl - Gambas SDL component
 gambas3-gb-sdl-sound - Gambas SDL component
 gambas3-gb-settings - Gambas utilities class
 gambas3-gb-signal - Gambas OS signal library
 gambas3-gb-v4l - Gambas video for Linux component
 gambas3-gb-vb - Gambas to Visual Basic(tm) compatibility component
 gambas3-gb-web - Gambas CGI for web applications component
 gambas3-gb-xml - Gambas XML component
 gambas3-gb-xml-rpc - Gambas RPC component
 gambas3-gb-xml-xslt - Gambas XSLT component
 gambas3-ide - Visual development environment for the Gambas programming languag
 gambas3-runtime - Gambas runtime interpreter
 gambas3-script - Gambas scripter
Closes: 679885
Changes: 
 gambas3 (3.1.1-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Backport upstream r4730, r4731, and r4732 to fix compatibility with
 Poppler = 0.20.x (Closes: #679885)
Checksums-Sha1: 
 d24ac8b4d3860f92cb77609bb1fe98f72b5cefc9 5354 gambas3_3.1.1-2.2.dsc
 216503a0b9fdb81f6d2b3b3ae8c1807afbf5d432 1 gambas3_3.1.1-2.2.debian.tar.gz
 0cf37448294c7c2afb08a322b2b5fd0d4030b602 4476 gambas3_3.1.1-2.2_all.deb
 15de4fab94af6b1e25150a8fa5b3216d77c50b96 849036 

Accepted googleearth-package 1.0.0 (source all)

2013-08-06 Thread Adnan Hodzic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Jul 2013 21:23:41 +0100
Source: googleearth-package
Binary: googleearth-package
Architecture: source all
Version: 1.0.0
Distribution: unstable
Urgency: low
Maintainer: Adnan Hodzic ad...@foolcontrol.org
Changed-By: Adnan Hodzic ad...@foolcontrol.org
Description: 
 googleearth-package - utility to automatically build a Debian package of 
Google Earth
Closes: 655400 695957
Changes: 
 googleearth-package (1.0.0) unstable; urgency=low
 .
   * Update for MultiArch (Closes: #695957)
   * Fix Google Earth not being properly identified by
 gnome-shell (Closes: #655400)
   * Fixed infamous Google Earth has caught signal 11 error.
   * Removed the debian/patches directory
   * Added support for Google Earth 7.x release
   * Includes many fixes to debian/ related files.
 + debian/rules, new simplified rules, adapted to debhelper 9 format
 + debian/control, updated build-dep versioning.
 + debian/changelog, removed trailing spaces
 + debian/compact, change from 7 to 9
 + debian/copyright, updated copyright format
 + debian/README.Debian, removed empty line
 + debian/source/format, change from 1.0 to 3.0 (native)
 + properly escaped the minus signs in manpages
Checksums-Sha1: 
 70e9da7273839b4330e0ae20eb810c5d0b19625a 1713 googleearth-package_1.0.0.dsc
 68a20d59482b7e6bdae4e4afb8124a55728f005d 27923 googleearth-package_1.0.0.tar.gz
 7fa64c6aa66b940cde40b3813f512e47441f21ec 11878 
googleearth-package_1.0.0_all.deb
Checksums-Sha256: 
 2a5f23f73d7e89957c0e27869d3d0cc8d3df8bffded09b807dfb476875192446 1713 
googleearth-package_1.0.0.dsc
 40a0743534d3937142a9fa84a5985bc5d4445b9a1072c369f13e55be8764d11e 27923 
googleearth-package_1.0.0.tar.gz
 0f2a90ca37c81837173decf4fe59ad4cdfd6405c87e4e245b5863190beb9cb0a 11878 
googleearth-package_1.0.0_all.deb
Files: 
 ea1355d9c336e93d9c5b702121b1bf8c 1713 contrib/misc optional 
googleearth-package_1.0.0.dsc
 dc261324c325ece9545b5e02e917fde6 27923 contrib/misc optional 
googleearth-package_1.0.0.tar.gz
 c26fd29b992a4afa574a72df57dc2cc8 11878 contrib/misc optional 
googleearth-package_1.0.0_all.deb

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

iQIcBAEBCAAGBQJSANkkAAoJEHQmOzf1tfkTnrgQAMSHaMpq2PWPQ7FWnR54LdoB
SpI5sa92mj02Fz0IA9y8RnEfiWrjd26L5tTz1HiI2N9CnB+2ycp9X87XkyLax/Jh
4SNGgfBsiyUrf3uGY2kGJwoLtalgdZ3GxyQRk4JqX3RpNF0pR6uVmdb/9XTSPn61
mtfi54DAmGEuheDZgdXYHekoO7+3JphIVBo552PcGVD8TsyvT2zZkgHELHarr0qs
CUGaMSNoLSxzRCOGKWRueI4BmE87Mu9gdSaeBSywfgLE8pYeB+8ZApohef3hrr1P
3Q9vg38c1EdrzgFHrpNJj9slXaANZ7Y1ApTphlGM2H6ACzjYe+84SrMk72KkaTzs
YixAHRAgM74nQpeOJR8fTZ74FsY9S+1zgiPEG68EJzH6IdywaoO4oH30uBdoKd5w
ShjmI/BCipeAf+ot64+RRmCe4LL/IaXwe6ZU/8u0lGBcoS0eWO/y9lkIp2hPnkji
bapSWmJoq45ISn0CY7nSAW0Ym7VLxDJVFFkEtKWTi5fEC9xWa0Oe7+bxgbKzDqLQ
G1shLHk9JXbshCpCn53XjDMOWWQIVJ71lvperHe17RAqroPFfU+M1Ci8Ad+d41yf
wSqqaUZREWm6a4lL5CMdeVXKvegustgWoQv1NVjUh/S3m8FnxqpJdZA0WSz2CzHP
JPxbsVy0hsvQ6aefl9kn
=AJNV
-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/e1v6fii-0001ik...@franck.debian.org



Accepted redis 2:2.6.14-1 (source amd64)

2013-08-06 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 12:14:12 +0100
Source: redis
Binary: redis-server
Architecture: source amd64
Version: 2:2.6.14-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 redis-server - Persistent key-value database with network interface
Changes: 
 redis (2:2.6.14-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 0999613186896a9b5fe468cf5ede38f85bbd7917 1173 redis_2.6.14-1.dsc
 f56a5d4891e94ebd89f7e63c3e9151d1106dedd5 995036 redis_2.6.14.orig.tar.gz
 376316ed2980428af13d2be9c20e05d2c3b5af2a 19698 redis_2.6.14-1.debian.tar.gz
 a4fcb656552a36a289a2436dd6e2b9a628db10f4 384594 redis-server_2.6.14-1_amd64.deb
Checksums-Sha256: 
 d02bcc93dd9c6f6ab39ff744663ff668571b9797a4ff790578468825f3b7b97b 1173 
redis_2.6.14-1.dsc
 fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf 995036 
redis_2.6.14.orig.tar.gz
 75ae2b328605c84bf5a4a03f3dac6ded0574772a8a90aa7885117755a78c9d7d 19698 
redis_2.6.14-1.debian.tar.gz
 52d5554ba5a1dfc4c97ee12ab22efd69d3db813fa12afbc8e03ba22519cce051 384594 
redis-server_2.6.14-1_amd64.deb
Files: 
 613d7bbb16c2b3ff3b32195a370fd86b 1173 database optional redis_2.6.14-1.dsc
 02e0c06e953413017ff64862953e2756 995036 database optional 
redis_2.6.14.orig.tar.gz
 27c5f25e943e238fd093a463be9add95 19698 database optional 
redis_2.6.14-1.debian.tar.gz
 b38c65ef7fa235670f8f8accdfb05c2a 384594 database optional 
redis-server_2.6.14-1_amd64.deb

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

iEYEARECAAYFAlIA2yEACgkQ5/8uW2NPmiCWbwCfd2Dk0Az03r4WOIw4XzXUV0ZZ
AZsAniNOWyTvT7LaAfTQwSa5Ixx/+Hkk
=PTE7
-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/e1v6fw7-00041b...@franck.debian.org



Accepted popplerkit.framework 0.0.20051227svn-7.1 (source amd64)

2013-08-06 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Jul 2013 12:33:12 +0200
Source: popplerkit.framework
Binary: libpopplerkit-dev libpopplerkit0
Architecture: source amd64
Version: 0.0.20051227svn-7.1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 libpopplerkit-dev - GNUstep framework for rendering PDF content (development 
files)
 libpopplerkit0 - GNUstep framework for rendering PDF content (library files)
Closes: 679893
Changes: 
 popplerkit.framework (0.0.20051227svn-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix compatibility with Poppler = 0.20.x (Closes: #679893)
Checksums-Sha1: 
 9567cdae0638a7d3fdaeb4775dc7b52518e0cbfb 1565 
popplerkit.framework_0.0.20051227svn-7.1.dsc
 c64b736c238a08cc66c0c140188b4a4502c70f14 7523 
popplerkit.framework_0.0.20051227svn-7.1.debian.tar.gz
 f1e60140f5572d1f3a590b7e2c1d1c9091a3207f 7486 
libpopplerkit-dev_0.0.20051227svn-7.1_amd64.deb
 0df8598c0fc42d907a792a481dfecb807ddc0448 52474 
libpopplerkit0_0.0.20051227svn-7.1_amd64.deb
Checksums-Sha256: 
 338ca15ca14475a2a1f0591f56b9d8212b69b772627b38af62e7eb7332ad866b 1565 
popplerkit.framework_0.0.20051227svn-7.1.dsc
 331b45cb748a47d31ae15303c201c93dd9878ecbd98dbfc1c345a61829eac4fe 7523 
popplerkit.framework_0.0.20051227svn-7.1.debian.tar.gz
 921b9bee959cd1de2b0640918f764c6d34496d3829585beaf8c085ae85be16ac 7486 
libpopplerkit-dev_0.0.20051227svn-7.1_amd64.deb
 52a878e929b7dfb4189cb917efad72ec651be9583291f9cd9848112cd06640f3 52474 
libpopplerkit0_0.0.20051227svn-7.1_amd64.deb
Files: 
 696b30a755da76302aabf069ca2b1ef4 1565 libs optional 
popplerkit.framework_0.0.20051227svn-7.1.dsc
 66a1271e0090d6a5c38c4121110629c6 7523 libs optional 
popplerkit.framework_0.0.20051227svn-7.1.debian.tar.gz
 d4a82fa0706437dccf235cf3de5fb784 7486 libdevel optional 
libpopplerkit-dev_0.0.20051227svn-7.1_amd64.deb
 aafe3e4d17ec68b648f6a8f577f551e1 52474 libs optional 
libpopplerkit0_0.0.20051227svn-7.1_amd64.deb

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

iD8DBQFR7l0PTNH2piB/L3oRAjqoAJ4joMR0ee+pjXvrc0O3tRvBvsxGDACdGvlf
fSPVMSX9Rnfu71IVRQ6SkJY=
=9h29
-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/e1v6fkw-0006jx...@franck.debian.org



Accepted jhdf 2.9-1 (source all amd64)

2013-08-06 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 May 2013 18:32:17 +0200
Source: jhdf
Binary: libjhdf5-java libjhdf5-jni libjhdf-doc libjhdf4-java libjhdf4-jni 
hdfview
Architecture: source all amd64
Version: 2.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 hdfview- Java HDF Object viewer
 libjhdf-doc - Java HDF Object Package - Documentation
 libjhdf4-java - Java HDF4 Object Package
 libjhdf4-jni - Java HDF4 Object Package (Java JNI library)
 libjhdf5-java - Java HDF5 Object Package
 libjhdf5-jni - Java HDF5 Object Package (Java JNI library)
Closes: 713190
Changes: 
 jhdf (2.9-1) unstable; urgency=low
 .
   * Upload to unstable
   * Disable the shipping of all setting files (Closes: #713190)
   * Standards-Version updated to 3.9.4
   * Remove the -v option to autoreconf
   * Update of the .install path of libjhdf5
Checksums-Sha1: 
 1ca8aad94ee55b3f794f6fe92e409cf87324384d 1631 jhdf_2.9-1.dsc
 e50ad9d38baabe21a6cefdd8bc0ef46cff1970cf 11250 jhdf_2.9-1.debian.tar.gz
 502c1a7050f29a8e0c1e46a53cb3914d28434b42 4154064 libjhdf-doc_2.9-1_all.deb
 131d14ea11549197f9b75f57ae0e5659b0de19de 129672 libjhdf5-java_2.9-1_amd64.deb
 a5a4d2a5b88cb23799139dc79d553539a46cb69c 69792 libjhdf5-jni_2.9-1_amd64.deb
 8fad82494105469bd3938a027b7c6885aaa1c19a 175094 libjhdf4-java_2.9-1_amd64.deb
 51e7e002300dc8bde7bce1c6d55b74007779e3ce 28730 libjhdf4-jni_2.9-1_amd64.deb
 1f62d8e6c73181d6fb2e25c29a1652552601f73a 405850 hdfview_2.9-1_amd64.deb
Checksums-Sha256: 
 cb6bbb2340629610fdb0716a3e13f22451c0936711b566afcb83b89e1d54c54a 1631 
jhdf_2.9-1.dsc
 aaad5514bad24b8b09a54fa094bd3f0946c65b9169eb2dfbd63ae631b1eadd91 11250 
jhdf_2.9-1.debian.tar.gz
 aab936a4ad4dcab676df4e98f849e3e0417ce6533709b8bd24ae28901ec0b836 4154064 
libjhdf-doc_2.9-1_all.deb
 cda0a4195c923e13f0687198e86279a67a9f072652a8c642e9ba8825552bda70 129672 
libjhdf5-java_2.9-1_amd64.deb
 5420991fd0afbe67da22e69b272681fcac08d2a1b0c1b163b47211c02e48f340 69792 
libjhdf5-jni_2.9-1_amd64.deb
 09338ab141827945e425aeb3cd39d0ae434ac0a3fd76a58746d3210fbddedcdb 175094 
libjhdf4-java_2.9-1_amd64.deb
 f68d17fcf0884ee9e28f6d28188fcb233a30d482db5ac234e5d662c67e72fefc 28730 
libjhdf4-jni_2.9-1_amd64.deb
 5aae0761b1aa65463eca1f54c0089383b6c4fd9e0d0451a7dc5e96091db9fdde 405850 
hdfview_2.9-1_amd64.deb
Files: 
 df30aa024f721d8f93657e6fcd6d2265 1631 libs optional jhdf_2.9-1.dsc
 1054df5fa0d4a336ed63da5ae07796c0 11250 libs optional jhdf_2.9-1.debian.tar.gz
 1dbd442c0c5f23d5e6df0064670a70e7 4154064 doc optional libjhdf-doc_2.9-1_all.deb
 9e7e01fa43b8769700cc65d8bf894e95 129672 java optional 
libjhdf5-java_2.9-1_amd64.deb
 6f03a7167233a6336029e0d46c4f7053 69792 libs optional 
libjhdf5-jni_2.9-1_amd64.deb
 4d934293d61caeade9bc46ad4c1540a5 175094 java optional 
libjhdf4-java_2.9-1_amd64.deb
 a267bc713dabd63b1d4e716e3ec95d51 28730 libs optional 
libjhdf4-jni_2.9-1_amd64.deb
 839039c5006cb86c503c40dc852e439b 405850 libs optional hdfview_2.9-1_amd64.deb

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

iEYEARECAAYFAlIA3owACgkQiOXXM92JlhD+PACgnDVF9QnF/ZCFdlRYwNrhARc6
+O0AoPAkVP6wvliXIF7i98x69RBKalrT
=Cpu9
-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/e1v6fkp-0006gk...@franck.debian.org



Accepted gelemental 1.2.0-9 (source amd64 all)

2013-08-06 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 13:47:57 +0200
Source: gelemental
Binary: gelemental libelemental0 libelemental-dev libelemental-doc
Architecture: source amd64 all
Version: 1.2.0-9
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Daniel Leidert dleid...@debian.org
Description: 
 gelemental - Periodic Table viewer
 libelemental-dev - Periodic Table viewer (development files)
 libelemental-doc - Periodic Table viewer (API documentation)
 libelemental0 - Periodic Table viewer (data and shared library)
Closes: 687993
Changes: 
 gelemental (1.2.0-9) unstable; urgency=low
 .
   * debian/control: Dropped DM-Upload-Allowed.
 (Standards-Version): Bumped to 3.9.4.
 (Build-Depends): Require libgtkmm  2.18.0 for fix_gtkmm_2.18.patch.
 (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
   * debian/rules: Enabled hardening.
   * debian/patches/656372_element_renames.patch: Updated (closes: #687993).
 - Fix more systematic names already replaced by the IUPAC (LP: #1051992).
Checksums-Sha1: 
 8d814b4c59d89d851ab4f109a79949a464c76563 1682 gelemental_1.2.0-9.dsc
 c5771602fba4539c55b78100b5d7d61d4aa15942 33964 gelemental_1.2.0-9.debian.tar.gz
 876ebe492694fd8c221e231062e6afb41b26b8a3 192928 gelemental_1.2.0-9_amd64.deb
 f7bbfb978fc6c87509dba87e8c5284da8cc70220 126036 libelemental0_1.2.0-9_amd64.deb
 f0a0f7c909bcda00ffa5d6ac00155999c2d88518 158524 
libelemental-dev_1.2.0-9_amd64.deb
 66441538a47d7a6c537a0437ba171e6842396eb4 232974 
libelemental-doc_1.2.0-9_all.deb
Checksums-Sha256: 
 98c95ec36593bb69a4449ba838f7a7d8ea904837eb8af869d62218857711b3a2 1682 
gelemental_1.2.0-9.dsc
 30959ea489a19c85f6ccce77106a78d80e5965f80f2e10d67230d33d78121839 33964 
gelemental_1.2.0-9.debian.tar.gz
 712b0a42c01dad670999234f4ba00aac6add41d67935ed40fa742a93efed12fa 192928 
gelemental_1.2.0-9_amd64.deb
 3e158a7bf84fbf7f96c402cb59b6db3f7adaaef9b5f58b85a81c4e5fd235c40b 126036 
libelemental0_1.2.0-9_amd64.deb
 b59272935cf8c42d83b321e53762b2a23a7cc0abde15a2caa332a56188bc0d1e 158524 
libelemental-dev_1.2.0-9_amd64.deb
 783a7ede626d4251f47acae2490f129059d62ceba63fe41c53326f44f6b694d8 232974 
libelemental-doc_1.2.0-9_all.deb
Files: 
 3c9276b29a17086f893a59b1af6c23e6 1682 science optional gelemental_1.2.0-9.dsc
 4e4b58f7b1f50cfcb2949b18a78b14e0 33964 science optional 
gelemental_1.2.0-9.debian.tar.gz
 53dce4b33af2641b245b75faa1f79019 192928 science optional 
gelemental_1.2.0-9_amd64.deb
 ebed5b5c1e90218296726be62e5fd05c 126036 libs optional 
libelemental0_1.2.0-9_amd64.deb
 04b703fcb2e85c7e431542ebe1638c82 158524 libdevel optional 
libelemental-dev_1.2.0-9_amd64.deb
 be6c97578c021554aef94b46d9080dd9 232974 doc optional 
libelemental-doc_1.2.0-9_all.deb

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

iEYEARECAAYFAlIA5HEACgkQm0bx+wiPa4yI8ACeP/aIVOAaKrSH9QAwkEmZcdKW
z8sAn28U1pbtaAP38UUiwQYewHt8o+0G
=hrh4
-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/e1v6fyh-kq...@franck.debian.org



Accepted freebsd-glue 0.1.1 (source kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Aug 2013 18:20:40 +0200
Source: freebsd-glue
Binary: freebsd-glue
Architecture: source kfreebsd-amd64
Version: 0.1.1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-glue - Emulate a FreeBSD build environment
Changes: 
 freebsd-glue (0.1.1) unstable; urgency=low
 .
   * Put includes of sys/kern/*.h OUTSIDE the header protection (which
 they intentionally duplicate).
   * FreeBSD stdio.h and sys/types.h have a kludge to declare
 lseek(). Duplicate the Glibc declaration here.
   * sys/stat.h implicitly includes sys/time.h.
   * Add trimdomain, link_addr and link_ntoa.
Checksums-Sha1: 
 b7f00c3af65aa96ae8f64b7456c3623f82892749 1000 freebsd-glue_0.1.1.dsc
 402631e813c625f8371e5e1a97af1c96fbaacdb5 26078 freebsd-glue_0.1.1.tar.gz
 61425d6820a5d01606d2087ee6f71ce6edaf60dd 24138 
freebsd-glue_0.1.1_kfreebsd-amd64.deb
Checksums-Sha256: 
 302f4ae02534f9fc15889076fd2937aafc95acba3aa9ed7b8c0855eae6bce61e 1000 
freebsd-glue_0.1.1.dsc
 fbc70cd50815070efefd64f8ada18eb3c4f9c6e115d9c5f97405fdcd1a854362 26078 
freebsd-glue_0.1.1.tar.gz
 ad6cb13fca1bd4699843ad58fe3a33c753d48ed1a350df648d10eb8cdf94ee81 24138 
freebsd-glue_0.1.1_kfreebsd-amd64.deb
Files: 
 a7505d5f77099a9e9ec664e449ad88cd 1000 devel extra freebsd-glue_0.1.1.dsc
 9cf74854a957214852ad9b895c2f757e 26078 devel extra freebsd-glue_0.1.1.tar.gz
 6539cf3513a49687f5c4a7103a876632 24138 devel extra 
freebsd-glue_0.1.1_kfreebsd-amd64.deb

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

iEYEARECAAYFAlIA6AIACgkQC19io6rUCv97GwCghoTEO4BuiOjUVTE8aq2cpaiJ
odwAn1ISs3EOZYs0WMuoS2vGx9lwHFgD
=xAky
-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/e1v6gdf-0002fu...@franck.debian.org



Accepted espresso 5.0.2-1 (source amd64 all)

2013-08-06 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 10:23:11 +0200
Source: espresso
Binary: quantum-espresso quantum-espresso-data
Architecture: source amd64 all
Version: 5.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Daniel Leidert dleid...@debian.org
Description: 
 quantum-espresso - Electronic-Structure and Ab-Initio Molecular Dynamics Suite
 quantum-espresso-data - Electronic-Structure and Ab-Initio Molecular Dynamics 
Suite (Docu
Changes: 
 espresso (5.0.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Michael Banck ]
   * debian/rules (override_dh_auto_test, override_dh_auto_clean): Run tests in
 CPV and TDDFPT directories as well and clean up after them.
   * debian/patches/testsuite_pseudopotentials.patch: Added pseudopotentials
 required for CPV tests.
   * debian/patches/subversion_fixes.diff: New patch, contains bug fixes from
 subversion trunk until revision 9682.
 .
   [ Andreas Tille ]
   * debian/upstream: Reference
 .
   [ Daniel Leidert ]
   * debian/control (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
 (Standards-Version): Bumped to 3.9.4.
 (Build-Depends): Added autotools-dev, libfftw3-dev and libblacs-mpi-dev.
 (Section): Fixed binary-control-field-duplicates-source.
   * debian/quantum-espresso.doc-base: Added.
   * debian/rules: Added autotools_dev addon and enable parallel builds.
 Set SCALAPACK_LIBS and SCALAPACK_LIB for MPI implementation. Install
 release notes.
   * debian/patches/subversion_fixes.patch: Updated.
 - Got the patch to espresso 5.0.3.
   * debian/patches/testsuite_pseudopotentials.patch: Updated.
 - Added more testfiles.
 - Don't remove the files provided by the patch.
Checksums-Sha1: 
 54680ae4ed96c1f629dba0ce0f261b71439113c8 3414 espresso_5.0.2-1.dsc
 3da58753cffac160b1d319cd4c7528b116c62de3 285154 espresso_5.0.2.orig-NEB.tar.gz
 93e6655d1ec6eb39dfa97b097a1984cf6bd08384 1115310 
espresso_5.0.2.orig-PHonon.tar.gz
 985f8a236b000e5b3621cb31a2e3543971242558 201307 
espresso_5.0.2.orig-PWCOND.tar.gz
 f85299ffd22f8db8662dc40a843281f19d2b2662 1230959 
espresso_5.0.2.orig-PWgui.tar.gz
 0cec63750732b6458250126f2620a91a9b4235d7 6965590 
espresso_5.0.2.orig-TDDFPT.tar.gz
 de01ee18437ad80bb85e4cd8e2c8e556f0263b6f 2168615 
espresso_5.0.2.orig-XSpectra.tar.gz
 f6cad2b715d3d7928cbd493f310f2c3e266f0f5e 2340420 
espresso_5.0.2.orig-atomic.tar.gz
 6a7e5285f37e846ef46a18e3808c2ce813979c46 17001783 espresso_5.0.2.orig.tar.gz
 e968d785d2a905250169b5c341e4829317e9498d 7776289 espresso_5.0.2-1.debian.tar.gz
 2d882d35d6b778acf845abcd66d89237bcc68ead 10425916 
quantum-espresso_5.0.2-1_amd64.deb
 d4077f3795dc04c5a412073f2c0bfc5cae3158c1 10656812 
quantum-espresso-data_5.0.2-1_all.deb
Checksums-Sha256: 
 9cf2d122a5318f46998521f7458b205ec27094099474ba1b4e46b6bdfc630ccf 3414 
espresso_5.0.2-1.dsc
 4ee258bb3245ab67bf10337b85c4f28db7806171cb90093577323025645b880f 285154 
espresso_5.0.2.orig-NEB.tar.gz
 04d2458d8115b94ecf8506833dcbe2f9d4f741d77bafed3653ed1b3072556561 1115310 
espresso_5.0.2.orig-PHonon.tar.gz
 f7f50353ec275572ed66ef10c6c22d7d981bc904ee182b770149160baf27617b 201307 
espresso_5.0.2.orig-PWCOND.tar.gz
 38d9fc6effc743f8b088ab1cfefad88e6f25b9ee90b22792f80dedf8b96d1055 1230959 
espresso_5.0.2.orig-PWgui.tar.gz
 3098450b9b8b4c4a0ab4c994421ebbec5ffa9f050521d9421378a940134c90f9 6965590 
espresso_5.0.2.orig-TDDFPT.tar.gz
 039e8787ab8828cb53bc675dc432566f637c2ac8e23bf53c812e2d61562c3f1a 2168615 
espresso_5.0.2.orig-XSpectra.tar.gz
 21c5c5f2d0c8e853aca9b605236b79f659918a2ec8f9365eb8ba216b5aff1177 2340420 
espresso_5.0.2.orig-atomic.tar.gz
 0c738554c6b59ae88a48c80495ac47a641748070092f0158c40b9a790df40fae 17001783 
espresso_5.0.2.orig.tar.gz
 51dadb327600c5267013071b8e2504aa31b7085bbccb37135ffc21c7fc03817e 7776289 
espresso_5.0.2-1.debian.tar.gz
 8d72035346af14bf8461de1fbec59363332ccd20e274e160e4e233205cb72487 10425916 
quantum-espresso_5.0.2-1_amd64.deb
 64c19609c0c3e3053bc2a25580b7448f6b1a9ce230ff62ced72badbd2b9d41c3 10656812 
quantum-espresso-data_5.0.2-1_all.deb
Files: 
 7cbf3f7f650b969343a3376932617116 3414 science optional espresso_5.0.2-1.dsc
 5ae778fe2ae033d15182778f5f4f6334 285154 science optional 
espresso_5.0.2.orig-NEB.tar.gz
 0978887ad083903baf16709ce3cf0328 1115310 science optional 
espresso_5.0.2.orig-PHonon.tar.gz
 107c8bd84c495ad8e85154193ccaeb79 201307 science optional 
espresso_5.0.2.orig-PWCOND.tar.gz
 c93ebb301ff657b2737664ca77ee6770 1230959 science optional 
espresso_5.0.2.orig-PWgui.tar.gz
 f1d844a110ad113b2d797e3157d7a00d 6965590 science optional 
espresso_5.0.2.orig-TDDFPT.tar.gz
 634b2364d8c4f487761177c6ab3d2dd1 2168615 science optional 
espresso_5.0.2.orig-XSpectra.tar.gz
 4bda54a136468fbeed06ed5ee10037bc 2340420 science optional 
espresso_5.0.2.orig-atomic.tar.gz
 d8b0d7ac3ddbfe0a656ec1501a2a4688 17001783 science optional 
espresso_5.0.2.orig.tar.gz
 d83793fad07af795f4c1de26a6baf5a8 7776289 

Accepted ruby1.9.1 1.9.3.194-8.2 (source all amd64)

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

Format: 1.8
Date: Sun, 07 Jul 2013 10:37:03 +0200
Source: ruby1.9.1
Binary: ruby1.9.1 libruby1.9.1 libruby1.9.1-dbg ruby1.9.1-dev 
libtcltk-ruby1.9.1 ruby1.9.1-examples ri1.9.1 ruby1.9.1-full ruby1.9.3
Architecture: source all amd64
Version: 1.9.3.194-8.2
Distribution: unstable
Urgency: high
Maintainer: akira yamada ak...@debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libruby1.9.1 - Libraries necessary to run Ruby 1.9.1
 libruby1.9.1-dbg - Debugging symbols for Ruby 1.9.1
 libtcltk-ruby1.9.1 - Tcl/Tk interface for Ruby 1.9.1
 ri1.9.1- Ruby Interactive reference (for Ruby 1.9.1)
 ruby1.9.1  - Interpreter of object-oriented scripting language Ruby
 ruby1.9.1-dev - Header files for compiling extension modules for the Ruby 1.9.1
 ruby1.9.1-examples - Examples for Ruby 1.9
 ruby1.9.1-full - Ruby 1.9.1 full installation
 ruby1.9.3  - Interpreter of object-oriented scripting language Ruby, version 1
Closes: 714543
Changes: 
 ruby1.9.1 (1.9.3.194-8.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Add CVE-2013-4073.patch patch.
 CVE-2013-4073: Fix hostname check bypassing vulnerability in SSL client.
 (Closes: #714543)
Checksums-Sha1: 
 f5dc95da0ae85b192f74c44b8c4a201259554d85 2642 ruby1.9.1_1.9.3.194-8.2.dsc
 6eae9838af85c481640238e7495152a8b1379812 63649 
ruby1.9.1_1.9.3.194-8.2.debian.tar.gz
 8789cb43da27b12e77b67fed4712bbf957d48a42 225714 
ruby1.9.1-examples_1.9.3.194-8.2_all.deb
 2e4c6460830d36172f231a905ad9b85bcfb0940c 1675152 ri1.9.1_1.9.3.194-8.2_all.deb
 a3edb6bd7400b607abac00d4613df6ca5e5d36ca 172038 
ruby1.9.1-full_1.9.3.194-8.2_all.deb
 c0c99863eda74de00b22add6b8e0ebcc2993dce2 172516 ruby1.9.3_1.9.3.194-8.2_all.deb
 65b90eeeb17fa0032a28a627849818e74ca04619 208254 
ruby1.9.1_1.9.3.194-8.2_amd64.deb
 ee145e49c588ee6aca12ac6e78c654f805b494f1 2921372 
libruby1.9.1_1.9.3.194-8.2_amd64.deb
 7c07af934b4a24569dc4b2a726affa8a4360312b 4228602 
libruby1.9.1-dbg_1.9.3.194-8.2_amd64.deb
 0c16b335e8e76c844b8ab2882abc3ba0c48d4c75 1035872 
ruby1.9.1-dev_1.9.3.194-8.2_amd64.deb
 d3eb70de0dba30d6f677bbdc9e63316f21c46bca 1565682 
libtcltk-ruby1.9.1_1.9.3.194-8.2_amd64.deb
Checksums-Sha256: 
 c35cda8aaaed13280b769ca29eb0c8aa26e6c613ec888627a5699267330be02e 2642 
ruby1.9.1_1.9.3.194-8.2.dsc
 75e718b7227c493176f8ed5ace84c3ee27a2cdec92fc50175e2ed1301ff36cc2 63649 
ruby1.9.1_1.9.3.194-8.2.debian.tar.gz
 daa08c2a4adf93ed7629825f20c8cdbb111daadad3bb3d38e241e8cb8b9a03c7 225714 
ruby1.9.1-examples_1.9.3.194-8.2_all.deb
 9c5c56098aa59960803294441b60d8474eefb71fe64c4c6c666012b927cabaa5 1675152 
ri1.9.1_1.9.3.194-8.2_all.deb
 1fbe71597cf5e6a903256ec81e43dd6304a322a27a8a04226924e7ee7333a388 172038 
ruby1.9.1-full_1.9.3.194-8.2_all.deb
 a1dd477dfebc41c5e408a2c342d65586d469e0d9d34d5cf3389d477e94bcce80 172516 
ruby1.9.3_1.9.3.194-8.2_all.deb
 660d2c596dc7a158b03dc9c7dfb3c6f0298f45e25ecddfbcf7a4e27d6e0901e6 208254 
ruby1.9.1_1.9.3.194-8.2_amd64.deb
 98673fce1808bdaa398c14213a7cb8e73db7c9482a51da0241358767281c5580 2921372 
libruby1.9.1_1.9.3.194-8.2_amd64.deb
 4ea25b5ba32305db17388c59993dbcd49278c07327b454bb2d928c78713f1477 4228602 
libruby1.9.1-dbg_1.9.3.194-8.2_amd64.deb
 3be67812296bb4d7135c2ae585d0b129d3c05e5c89a074e48569856abd274b27 1035872 
ruby1.9.1-dev_1.9.3.194-8.2_amd64.deb
 cef994ca5cb856ed034c22a510518fdc20982873bffcdbf3f6898a39c4d04dfb 1565682 
libtcltk-ruby1.9.1_1.9.3.194-8.2_amd64.deb
Files: 
 01164c92d20203329635803975e51e60 2642 ruby optional ruby1.9.1_1.9.3.194-8.2.dsc
 2983b48c0fc420a91e69d8397d4c3f8a 63649 ruby optional 
ruby1.9.1_1.9.3.194-8.2.debian.tar.gz
 116fc45f60855a6a155c724a01174b94 225714 ruby optional 
ruby1.9.1-examples_1.9.3.194-8.2_all.deb
 3ec71ae441ec3cbb8591ba31695febe0 1675152 ruby optional 
ri1.9.1_1.9.3.194-8.2_all.deb
 394b927bfa6d7b5da9f01e7fed79d479 172038 ruby optional 
ruby1.9.1-full_1.9.3.194-8.2_all.deb
 39165e95b0f71c7b589d9031584bface 172516 ruby optional 
ruby1.9.3_1.9.3.194-8.2_all.deb
 7747e416f189e6d76658f20b98389e37 208254 ruby optional 
ruby1.9.1_1.9.3.194-8.2_amd64.deb
 e18a6585f5158549dd66834a1c820eba 2921372 libs optional 
libruby1.9.1_1.9.3.194-8.2_amd64.deb
 3f170bc1c82b0e6e20a1053577d6a5d3 4228602 debug extra 
libruby1.9.1-dbg_1.9.3.194-8.2_amd64.deb
 e1e05e29e7186774a76a566ccbb668b9 1035872 ruby optional 
ruby1.9.1-dev_1.9.3.194-8.2_amd64.deb
 b7cc8c689fb8183f2b0a9bc075cc54f2 1565682 ruby optional 
libtcltk-ruby1.9.1_1.9.3.194-8.2_amd64.deb

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

iQIcBAEBCgAGBQJR/PPwAAoJEHidbwV/2GP+lNAQAJtAqAtiFONk2jSJ45vYK+xN
l7PgdidJAXtn1Nv/42ycPjYtpGHqudbRHbXbJRQMExdojBU9rjEX+mbzGtj6ZCAR
KxU+RSkvgB6wcNTfB1qgSCwJLDcu/UNH28/YoEhdPKh1PMp3iU0d1mU4+Ez7jbUK
1wm8FdJdQaeLzHu+OH/1XJ6Z5HQVcEdEA2wIzau/wOLV87i3xPTqh/aoigNaU6J1
fZrI6EQ5Y7lGX9G82/VZv5yftAbCuDEqCxGasXF41hjSQUN4niNQmegvQUgPMysZ
+seExBT6YpNVX/ZzvriMzlKSNUcID2psXom0kShl5rTGUi73v6fjBZCaNWjihqN/
e0WHdwtivP32j3635M3mfFGUOrJvOe2DHAyvr6BK1kFp3HX1f1e/n0l87b9u5Gpn

Accepted kdepim 4:4.10.5-2 (source all amd64)

2013-08-06 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 09:38:57 +0200
Source: kdepim
Binary: kdepim kdepim-mobile akregator kaddressbook kaddressbook-mobile kalarm 
kdepim-kresources kleopatra kmail kmail-mobile knode knotes notes-mobile 
konsolekalendar kontact tasks-mobile korganizer korganizer-mobile ktimetracker 
libcalendarsupport4 libeventviews4 libincidenceeditorsng4 libpimcommon4 
libkdepim4 libkdepimdbusinterfaces4 libkdgantt2-0 libkleo4 libkpgp4 libksieve4 
libkmanagesieve4 libksieveui4 libmailcommon4 libmailimporter4 
libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 
libtemplateparser4 libkdepimmobileui4 kdepim-mobileui-data 
kdepim-strigi-plugins kjots blogilo akonadiconsole kdepim-dbg
Architecture: source all amd64
Version: 4:4.10.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 akonadiconsole - management and debugging console for akonadi
 akregator  - RSS/Atom feed aggregator
 blogilo- graphical blogging client
 kaddressbook - address book and contact data manager
 kaddressbook-mobile - address book and contact data manager for mobile 
environments
 kalarm - alarm message, command and email scheduler
 kdepim - Personal Information Management apps from the official KDE releas
 kdepim-dbg - debugging symbols for kdepim
 kdepim-kresources - KDE PIM resource plugins
 kdepim-mobile - Personal Information Management apps for mobile environments
 kdepim-mobileui-data - common data files for KDE PIM mobile applications
 kdepim-strigi-plugins - PIM file format plugins for Strigi Desktop Search
 kjots  - note-taking utility
 kleopatra  - certificate Manager
 kmail  - full featured graphical email client
 kmail-mobile - email client for mobile environments
 knode  - graphical news reader
 knotes - sticky notes application
 konsolekalendar - konsole personal organizer
 kontact- integrated application for personal information management
 korganizer - calendar and personal organizer
 korganizer-mobile - calendar and personal organizer for mobile environments
 ktimetracker - time tracker tool
 libcalendarsupport4 - calendar support library
 libeventviews4 - event viewing library
 libincidenceeditorsng4 - incidence editors library
 libkdepim4 - KDE PIM library
 libkdepimdbusinterfaces4 - KDE PIM D-Bus interfaces library
 libkdepimmobileui4 - user interface library for KDE PIM mobile applications
 libkdgantt2-0 - Gantt chart library
 libkleo4   - certificate based crypto library
 libkmanagesieve4 - Sieve script remote management library
 libkpgp4   - gpg based crypto library
 libksieve4 - Sieve, the mail filtering language, library
 libksieveui4 - Sieve, the mail filtering language, GUI library
 libmailcommon4 - email utility library
 libmailimporter4 - mailimporter library
 libmessagecomposer4 - message composer library
 libmessagecore4 - message core library
 libmessagelist4 - message list library
 libmessageviewer4 - message viewer library
 libpimcommon4 - library for common bits of KDEPIM
 libtemplateparser4 - KMail template parser library
 notes-mobile - notes application for mobile environments
 tasks-mobile - task management application for mobile environments
Closes: 602798 717093 717113
Changes: 
 kdepim (4:4.10.5-2) unstable; urgency=low
 .
   [ Maximiliano Curia ]
   * New patch: spambayes.patch, thanks to Alexandre Fayolle
 afayo...@debian.org. (Closes: #602798)
   * kmail, update spambayes dependency version.
 .
   [ Pino Toscano ]
   * Backport upstream commit fe8ab0c4b6bebe0e5806a870b0946e13bec92c7e to
 switch off the default value of the Reply using HTML if present option
 in KMail; patch kmail_reply-as-html.diff. (Closes: #717113)
   * Update lintian overrides.
   * Backport upstream commits 2b160d53fe9c83fc2a0e65e510d0f02cb8670552 and
 596c0df2933c1af13944d9a0c8e70d0f3e9966b0 to make the dates in organizer
 templates not override the user's choice; patches korganizer_templates.diff
 and upstream_Use-the-template-time-in-a-special-case.patch.
 (Closes: #717093)
Checksums-Sha1: 
 9a7012231945be466de2a581f93af6c8c1405762 4926 kdepim_4.10.5-2.dsc
 5025efc2217007a1e254e0810a1ffe1b8f1060da 35355 kdepim_4.10.5-2.debian.tar.gz
 fcf7558d357e3fd49a43d32a6d974ad7a6eb9731 17122 kdepim_4.10.5-2_all.deb
 2015a6253b87ce626a5788f62bd82ae2add31524 16144 kdepim-mobile_4.10.5-2_all.deb
 891c1f327e463d6007f8a54ac84efb5719112127 1457698 akregator_4.10.5-2_amd64.deb
 4508b56a0b17eb0e1d7398977a27ee19d7aabf6c 379970 kaddressbook_4.10.5-2_amd64.deb
 7a9e3cf67c5f0e7b87e8189e9ee1a84b6cf5bfa8 787762 
kaddressbook-mobile_4.10.5-2_amd64.deb
 afa116b1740270da9c14854da247a96d67771346 942206 kalarm_4.10.5-2_amd64.deb
 2bf3798f76e51fedf381b85cf0cce792a9d09384 43362 
kdepim-kresources_4.10.5-2_amd64.deb
 5f865de45399154055e1d67b3515b10d7be612c5 1327226 kleopatra_4.10.5-2_amd64.deb
 

Accepted libcgns 3.1.4.2-1 (source amd64)

2013-08-06 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 14:31:48 +0200
Source: libcgns
Binary: libcgns-dev libcgns3.1 libcgns3.1-dbg cgns-convert
Architecture: source amd64
Version: 3.1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 cgns-convert - CFD General Notation System - Conversion tools
 libcgns-dev - CFD General Notation System library
 libcgns3.1 - CFD General Notation System library
 libcgns3.1-dbg - CFD General Notation System library
Closes: 717850
Changes: 
 libcgns (3.1.4.2-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version updated to 3.9.4
   * Enable the fortran bindings (Closes: #717850) (LP: #1204846)
Checksums-Sha1: 
 13258318fffaa979215d9eee6c244f0563d6e676 1531 libcgns_3.1.4.2-1.dsc
 26c16ce5d01264aab208a588b636f1de6de4bb1f 876303 libcgns_3.1.4.2.orig.tar.gz
 2271df61163ceb718da0acc76e85b5cf4aca01c2 11353 libcgns_3.1.4.2-1.debian.tar.gz
 926491ae80762c7152b4a10c50b79ada50c9bb20 20692 libcgns-dev_3.1.4.2-1_amd64.deb
 1b23991ad17af355e24810a60eb47e57500f21ae 249146 libcgns3.1_3.1.4.2-1_amd64.deb
 48c85a8fa8da18ada41d844f851bb1002ca68b21 566072 
libcgns3.1-dbg_3.1.4.2-1_amd64.deb
 210a1f05ee1556235741728b89f10786c4dbd154 91218 cgns-convert_3.1.4.2-1_amd64.deb
Checksums-Sha256: 
 ee05828e87fefca43cdf90922e1c38d052a7bf13c9e1e008dfa2a1afbde9154b 1531 
libcgns_3.1.4.2-1.dsc
 f228573770ecf84af0941be32dc5f90763f6230ebcfa01ceeeb7bc8e8879040f 876303 
libcgns_3.1.4.2.orig.tar.gz
 a0ab806f141d76c334d2e09b1391b2fcf1abeb8cb5cdfe206748c1f9b3782509 11353 
libcgns_3.1.4.2-1.debian.tar.gz
 a5d34e02501df6552486e190bb9e4f141bd07c15c4287231d3069bc371ca4d2b 20692 
libcgns-dev_3.1.4.2-1_amd64.deb
 4e287c9acad68dba90d49d21ebd8968e214ac836f5827410454458f48619fdfa 249146 
libcgns3.1_3.1.4.2-1_amd64.deb
 1dba1935d80da5b63b85cdd319c7e18d0ce20c9f5e82aabac337677e267e7a56 566072 
libcgns3.1-dbg_3.1.4.2-1_amd64.deb
 9f57bc1472bb31d3776ee2ba6e90e103e6ac7247903dbb401025b18ee039868a 91218 
cgns-convert_3.1.4.2-1_amd64.deb
Files: 
 11a143f9073a942c9d371313d6161c7e 1531 libs optional libcgns_3.1.4.2-1.dsc
 e2d57dc5e116ff723ee003eba667b9f9 876303 libs optional 
libcgns_3.1.4.2.orig.tar.gz
 db0d98f9ca3ee9522c1ef296c76a1259 11353 libs optional 
libcgns_3.1.4.2-1.debian.tar.gz
 10baa35e791228f53dfa7dcd1b38c7d5 20692 libdevel optional 
libcgns-dev_3.1.4.2-1_amd64.deb
 3559a91725034b1c830bf79aea1955ba 249146 libs optional 
libcgns3.1_3.1.4.2-1_amd64.deb
 e44b35a6d2e7ad311216d8d0bffda6c2 566072 debug extra 
libcgns3.1-dbg_3.1.4.2-1_amd64.deb
 c7ec3889de851a56de5eb67d26190546 91218 science extra 
cgns-convert_3.1.4.2-1_amd64.deb

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

iEYEARECAAYFAlIA8tkACgkQiOXXM92JlhC+NQCfXaDevWvzslAQganRO3l7HwNM
ZzQAoIFsXCYLnl1Ab5uhM3yw56S8PXjQ
=i6/5
-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/e1v6gum-0002ya...@franck.debian.org



Accepted arpack 3.1.3-3 (source amd64)

2013-08-06 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 15:12:13 +0200
Source: arpack
Binary: libarpack2 libarpack2-dev libarpack2-dbg libparpack2 libparpack2-dev 
libparpack2-dbg
Architecture: source amd64
Version: 3.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libarpack2 - Fortran77 subroutines to solve large scale eigenvalue problems
 libarpack2-dbg - Fortran77 subroutines to solve large scale eigenvalue 
problems (d
 libarpack2-dev - Fortran77 subroutines to solve large scale eigenvalue 
problems (d
 libparpack2 - Parallel subroutines to solve large scale eigenvalue problems
 libparpack2-dbg - Parallel subroutines to solve large scale eigenvalue 
problems (de
 libparpack2-dev - Parallel subroutines to solve large scale eigenvalue 
problems (de
Closes: 718790
Changes: 
 arpack (3.1.3-3) unstable; urgency=low
 .
   * libparpack: Missing dependency on MPI (Closes: #718790)
Checksums-Sha1: 
 2bb66e7e649968e4763f6404f8dc96cd693609a7 1731 arpack_3.1.3-3.dsc
 4bb0fb16a5c0f090b33c62f014e341cda9472a8b 8948 arpack_3.1.3-3.debian.tar.gz
 69c1f04d25fd1837842ebd1e84219a4c7c64d4c2 97130 libarpack2_3.1.3-3_amd64.deb
 00ce26e629e92532c60a4aab8b2e483042641828 104672 
libarpack2-dev_3.1.3-3_amd64.deb
 e5e303830bae92d768297957ffb7499d68f7f367 110078 
libarpack2-dbg_3.1.3-3_amd64.deb
 af5574ddf03eff9846451aee6cd37d7fc3a21a91 150002 libparpack2_3.1.3-3_amd64.deb
 b1c2c027f4b20404e0ad89f22d0fd128eb282f36 153094 
libparpack2-dev_3.1.3-3_amd64.deb
 cd46d8ac84de4d595aeb3f0fa0c91d4ac16e241c 188188 
libparpack2-dbg_3.1.3-3_amd64.deb
Checksums-Sha256: 
 a1d3284e9272cbc6bc53e4fe979365fa2a9f93764ce09ea0533e1466fe7621f0 1731 
arpack_3.1.3-3.dsc
 00fc9590ae1edee8c0e6b8e98b2f43714ba8ffa518b1bc560f112ade042f4d9f 8948 
arpack_3.1.3-3.debian.tar.gz
 43381d3dad734223b17a9a081389b00920d13b2c350ef2500358aa7695839ca9 97130 
libarpack2_3.1.3-3_amd64.deb
 ecc7f7e198fc1ff85f8cd894108028f342943d2ac1103fa8a9fd75d315e78883 104672 
libarpack2-dev_3.1.3-3_amd64.deb
 18fbfc10709878ae38df8ce7eaeca863332e8a551808d69cb0b3505347b732a7 110078 
libarpack2-dbg_3.1.3-3_amd64.deb
 a7f728716dd340a65c42ca1766c4445ac0b4d10c36894260b06694b507b47b13 150002 
libparpack2_3.1.3-3_amd64.deb
 9f3cb58a16155fc8d80c74408fd6af9bbce79d786a46525aa44d3ebc1e7ea8a8 153094 
libparpack2-dev_3.1.3-3_amd64.deb
 88544097f6de12cfefe3f60beecf0e87ef7cadfdec0cceeb2b601e03cd332e47 188188 
libparpack2-dbg_3.1.3-3_amd64.deb
Files: 
 66eb43847e0009ba75e65f1abb640b68 1731 math optional arpack_3.1.3-3.dsc
 4083b8cf5ca940fdfcb083ca64a26bb1 8948 math optional 
arpack_3.1.3-3.debian.tar.gz
 d7f0693af12dfba144d0bbf50f15beea 97130 libs optional 
libarpack2_3.1.3-3_amd64.deb
 e5b7b265307f49e678bcd01bb39fe480 104672 libdevel extra 
libarpack2-dev_3.1.3-3_amd64.deb
 7682e269145d7838eb30149143392ca5 110078 debug extra 
libarpack2-dbg_3.1.3-3_amd64.deb
 74cedd06f0728315acc7a6a2799ed918 150002 libs optional 
libparpack2_3.1.3-3_amd64.deb
 1be0fe53753045e128bed578e5669669 153094 libdevel extra 
libparpack2-dev_3.1.3-3_amd64.deb
 649cda8c4e3fa69e6b3009318dacc453 188188 debug extra 
libparpack2-dbg_3.1.3-3_amd64.deb

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

iEYEARECAAYFAlIA+AQACgkQiOXXM92JlhDSLwCfYLdXYo3gNDOgb+24Cw5kOyHt
n1EAoNc528eEbmYFu+zJ3VTZ+kyN6FDI
=5OuF
-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/e1v6hno-0006yq...@franck.debian.org



Accepted gdis 0.90-5 (source amd64 all)

2013-08-06 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 15:19:20 +0200
Source: gdis
Binary: gdis gdis-data
Architecture: source amd64 all
Version: 0.90-5
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Daniel Leidert dleid...@debian.org
Description: 
 gdis   - molecular and crystal model viewer
 gdis-data  - molecular and crystal model viewer (data files)
Closes: 713649
Changes: 
 gdis (0.90-5) unstable; urgency=low
 .
   * debian/control (DM-Upload-Allowed): Dropped.
 (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
 (Build-Depends): Added verisoned build-dependency to libgtkglext1-dev,
 thanks to Gregor Herrmann for the patch (closes: #713649).
   * debian/rules: Enabled hardening.
   * debian/patches/debian_make.patch: Adjusted.
 - Add linkage to -lm to fix another FTBFS.
Checksums-Sha1: 
 2e5292dd31afc55306400d21340f2a2a6ece8200 1319 gdis_0.90-5.dsc
 081f274f2d8b4aee8963ee1e81b0d3786d1b7ff8 6231 gdis_0.90-5.debian.tar.gz
 2fe5fa5f3fedd212df85d65a87e282744bbe889b 707430 gdis_0.90-5_amd64.deb
 8567334cf921481d054c7d39c71d50830fc49b38 481344 gdis-data_0.90-5_all.deb
Checksums-Sha256: 
 75d1aef2e8b34e5c94489f168d68bba4feec7a3c92c76d0c62b6fe15a1521dce 1319 
gdis_0.90-5.dsc
 bfb44fd4f73265bccea35b4df22fc52f328c282c6a1a09f98ec16000925b7046 6231 
gdis_0.90-5.debian.tar.gz
 acf1c270c835300071243140593bc944c1bad6c059ddef55c1405b136e04972b 707430 
gdis_0.90-5_amd64.deb
 3a23a72711d9f782b86c60bd016aaef233fae0c3839077ae4c15eb350cfa1e05 481344 
gdis-data_0.90-5_all.deb
Files: 
 d40e25c89a68e42c56b4aeddb2b991c2 1319 science optional gdis_0.90-5.dsc
 f7142d6c76bcb9006639d76f6046f19b 6231 science optional 
gdis_0.90-5.debian.tar.gz
 a2ccc178ae9312eb0074be1d67581925 707430 science optional gdis_0.90-5_amd64.deb
 aec521d289b9c486eaa7ae308138d0b6 481344 science optional 
gdis-data_0.90-5_all.deb

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

iEYEARECAAYFAlIA+NQACgkQm0bx+wiPa4wbmgCgp/3yHS9kycMysq6hd891vckx
aTAAn3LBdpKAGay7SNejySMhI0NtVctZ
=RYih
-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/e1v6ho5-00075t...@franck.debian.org



Accepted ceferino 0.97.8+svn37-1 (source i386 all)

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

Format: 1.8
Date: Mon, 05 Aug 2013 11:14:37 -0400
Source: ceferino
Binary: ceferino ceferino-data
Architecture: source i386 all
Version: 0.97.8+svn37-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 ceferino   - action game similar to Super Pang
 ceferino-data - action game similar to Super Pang
Closes: 500409 514728 718080
Changes: 
 ceferino (0.97.8+svn37-1) unstable; urgency=low
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 .
   [ Barry deFreese ]
   * New upstream snapshot.
 + Drop all existing patches. Integrated upstream.
 + Forces latin1 encoding. (Closes: #500409).
 + Align text properly. (Closes: #514728).
 + Upstream dropped intl dir. (Closes: #718080).
   * Acknowledge NMU.
   * Move to source format 3.0 (quilt).
 + Drop build-depends on quilt.
   * Bump debhelper build-dep and compat to 9.
 + Drop autoconf, automake build-deps for dh-autoreconf.
 + Move to simple dh style rules.
   * Bump Standards Version to 3.9.4.
Checksums-Sha1: 
 0e5eeb18d150221d8e890762e0473bae3caabd55 1577 ceferino_0.97.8+svn37-1.dsc
 8bbc2ec62aafaf42d10015ff6995bbf61709bab2 2104956 
ceferino_0.97.8+svn37.orig.tar.gz
 a931b5b452ce22014a27b582be5132c26f79941f 23502 
ceferino_0.97.8+svn37-1.debian.tar.gz
 1cef056f74f5f0a5ffaf487eed271f851af847dd 64352 ceferino_0.97.8+svn37-1_i386.deb
 28ac3f54d89286f3060d7ed70d15051b5fed9dca 2035982 
ceferino-data_0.97.8+svn37-1_all.deb
Checksums-Sha256: 
 0eee5d8bb1ba0b0c1fd2aa2e1618095fc2f9f89041eb8a0e313a356d7de92f6b 1577 
ceferino_0.97.8+svn37-1.dsc
 b52ccce6051e78d8c368d76335d027442162e6bac44709ef06627a8fa8cb2fc6 2104956 
ceferino_0.97.8+svn37.orig.tar.gz
 c7a4170e1e79275eba4a86c5e10125092bd350d64351213341887bea825ddc94 23502 
ceferino_0.97.8+svn37-1.debian.tar.gz
 60747166b92bd30bb1ae6081888d9bd14e538be731f4553b7e6f673f8ef39c30 64352 
ceferino_0.97.8+svn37-1_i386.deb
 1f8d4e394b4fb4f0e69ab20e9b931b7db3f95c0149d93f8cfe64137db8e565a5 2035982 
ceferino-data_0.97.8+svn37-1_all.deb
Files: 
 c3a696dc5d62914e4c4f8b0370a67fb2 1577 games optional 
ceferino_0.97.8+svn37-1.dsc
 6823fe46cadf7c759128c37073e85e2c 2104956 games optional 
ceferino_0.97.8+svn37.orig.tar.gz
 9899cc1cb0bb737be477f98aa9836902 23502 games optional 
ceferino_0.97.8+svn37-1.debian.tar.gz
 40454f4faef8216b2aa2c74f4e5ef405 64352 games optional 
ceferino_0.97.8+svn37-1_i386.deb
 3fc4f9a80ee0d7c2ada2daee4d09e66b 2035982 games optional 
ceferino-data_0.97.8+svn37-1_all.deb

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

iEYEARECAAYFAlIA98cACgkQ5ItltUs5T36euwCgqIe0uq3hmzeH7BeWVnnIUiEF
GwIAn2aBRFIfZMRCrzvI7Z2NT+O7YQXW
=sHOi
-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/e1v6hnx-00072n...@franck.debian.org



Accepted python-warlock 1.0.1-2 (source all)

2013-08-06 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Jul 2013 15:01:57 +0800
Source: python-warlock
Binary: python-warlock python3-warlock
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 python-warlock - object model built on top of JSON schema - python 2.x
 python3-warlock - object model built on top of JSON schema - python 3.x
Closes: 717469
Changes: 
 python-warlock (1.0.1-2) unstable; urgency=low
 .
   * Cleans correctly (package can build twice).
   * Adds python3 support (Closes: #717469).
   * Relicenses the packaging using Apache-2.0 (with prior agreement from
 Canonical, see #717469).
Checksums-Sha1: 
 8a673f97f219958b2ae3b9b96d52d159458964db 1698 python-warlock_1.0.1-2.dsc
 d0665f702c7e28e17eee20316a18e5e5c17aaa2b 6170 
python-warlock_1.0.1-2.debian.tar.gz
 e10b4133322e4b70f5d7e140a5f248a2405f57a0 8240 python-warlock_1.0.1-2_all.deb
 9c7aeae07d07decd1bee10ee56fe8675123f562f 8018 python3-warlock_1.0.1-2_all.deb
Checksums-Sha256: 
 c2e04c8d56788046d21e4d843aa20b96072315fb4db87e40b148c6605ffa4967 1698 
python-warlock_1.0.1-2.dsc
 fafd51248ec101b448ef712920dbbe7b096c98e18549bba77e70f98e0bf98a3e 6170 
python-warlock_1.0.1-2.debian.tar.gz
 aa351283916fe3df7a8c32578ab522d96ec130de177f95618704e6e8a006b8d1 8240 
python-warlock_1.0.1-2_all.deb
 ddcbb08a8eb4dda839c66d23d3c69ea62a93fd89b26928d5f1e6d68d06b8 8018 
python3-warlock_1.0.1-2_all.deb
Files: 
 19bda67df041ff4136160a7d12a8e0c0 1698 python optional 
python-warlock_1.0.1-2.dsc
 e8dedcd3427f809e3781e778698559c4 6170 python optional 
python-warlock_1.0.1-2.debian.tar.gz
 689f809318a544594839c33d47328f31 8240 python optional 
python-warlock_1.0.1-2_all.deb
 deb1bc2e2b4e56724d2f870ffd87432f 8018 python optional 
python3-warlock_1.0.1-2_all.deb

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

iEYEARECAAYFAlIAIlIACgkQl4M9yZjvmkmQVQCgrvKVBTiSAtVX/TSDaRq7DwNZ
40MAoLHXgKD6mwrgONlfeBY6EJZhfK82
=Ae7T
-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/e1v6il6-00037m...@franck.debian.org



Accepted mnemonicode 0.73-1 (source amd64)

2013-08-06 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 29 Jun 2013 14:23:25 +1000
Source: mnemonicode
Binary: mnemonicode
Architecture: source amd64
Version: 0.73-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 mnemonicode - converts binary data into a sequence of words
Closes: 714500
Changes: 
 mnemonicode (0.73-1) unstable; urgency=low
 .
   * Initial release
 Closes: #714500
Checksums-Sha1: 
 9747b23118c3af873227ee8cad5ff6c83c1fe68a 1768 mnemonicode_0.73-1.dsc
 3353e84db800d6291b788ea7ca56e5be86b50fbf 13641 mnemonicode_0.73.orig.tar.gz
 58547cef7b298c89dc1ab405a861b69cb15fa551 3308 mnemonicode_0.73-1.debian.tar.gz
 236e6d91b380a7a72b567014332343ff21387dfe 46084 mnemonicode_0.73-1_amd64.deb
Checksums-Sha256: 
 2c1b2e4c0d11f0192b9624b14c4b709896de42223fd84658d6eab65b5b07e15c 1768 
mnemonicode_0.73-1.dsc
 ada10b875afb13d2b9440a5fa7116a7bd54fe9ef0c4aecf1c7d559c718f13251 13641 
mnemonicode_0.73.orig.tar.gz
 c7e5d0a7b35e265be6c0bfe93af4d2b712772101de04daf5a808b57dfdcbf511 3308 
mnemonicode_0.73-1.debian.tar.gz
 cddb300011dd2904c8b7e7a48d9bc126fec251f314277c18cb516e195059355f 46084 
mnemonicode_0.73-1_amd64.deb
Files: 
 cb593cdf7b36eb3ce64ebc794d3e67ca 1768 misc extra mnemonicode_0.73-1.dsc
 1c3bf50f8cee7131108710f11d45538c 13641 misc extra mnemonicode_0.73.orig.tar.gz
 f25d32b0e536843a04a19776d3de4251 3308 misc extra 
mnemonicode_0.73-1.debian.tar.gz
 445c801e4c0fcf386915c75b1c923b87 46084 misc extra mnemonicode_0.73-1_amd64.deb

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

iQIcBAEBCAAGBQJRz40MAAoJEHxWrP6UeJfYu3IQAJB+/BDRCb8JvMVjM2bf5aNI
CGUjpzBz2RwfhOZH7Rhajga1Au9T4OKc3ZMUvSCR9fy5qqJsk1c6f9VXn6vaRjHu
o6MreOie/A3mjK34bSweCR5v5WIVi++hytnH6ZbSyIVy5KzqMs92UTSbZ8Py3vMt
EoTvdSi67xWm6neyTnobPMU9G0JoNA72+Pd6YvJSVa9fsrZVImbs5nGBVE3k/He8
wWKRWpSG5mWPFZvxnii8LRyQiV2p39sinEbVKS/udUmEaS2FXclJPEkA2B2XFGRw
XvJiBUOjDeqYnTWI+g0MqXBwajCXQ9CDduAY6M+PIEVBospWwtzY2AxHv6ymCCQf
mQ1+t70j9dW4yEPzlCk/QCSDuyMao5hoYl01y01pwF1rM8O/ZRxlzfsTZmhxgWoy
iOPKJEcCgnd2YJXdhN0O383ENx7Y4cKMFz3IITX5uJbQtd1Rh3mVWaVbZuui7J6k
Y29dpnx2/zQ9ZKEa0c7s8Aelb07KqMkzixLi7IE7HQxV7RxXE1ze++wxmiJjyNw6
gL1eC0OzLp1+zXzA5KczQwwKtErfyxafqsrEb1BIMSt92k0BU6Ja9YJ6ZMMPiIHp
Y85SQZ8rGv8dQkSrmxjYpBt2ekiu+uthxRx8hDzjnU68p6DfuRpwx7IqnbRmAfe2
LeJGQgVWJAzVWW725v9J
=QAea
-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/e1v6il5-00037q...@franck.debian.org



Accepted fcitx-sayura 0.1.1-1 (source amd64)

2013-08-06 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 21:53:48 +0800
Source: fcitx-sayura
Binary: fcitx-sayura
Architecture: source amd64
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu a...@debian.org
Description: 
 fcitx-sayura - Fcitx wrapper for Sayura IM engine
Changes: 
 fcitx-sayura (0.1.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6d54a26f706e980389ec68cf1004016a656916e4 1731 fcitx-sayura_0.1.1-1.dsc
 2d4ba165e7a4153cb0c85619d59650faf57966b3 18756 fcitx-sayura_0.1.1.orig.tar.xz
 1a8966eeda2a851e9da91114efb6331bf2f6969a 1811 
fcitx-sayura_0.1.1-1.debian.tar.gz
 060ca2ca42d1dd9a24b945ee2bd5862264f43fb9 19462 fcitx-sayura_0.1.1-1_amd64.deb
Checksums-Sha256: 
 9d6247701a7989414fcd644de6bf335a915e90e0d48dc58c41a10a2c878dd0ed 1731 
fcitx-sayura_0.1.1-1.dsc
 36b5d79fed0cefaff7832c82473404e96d68cc8560b1d626884604b0aad7bea6 18756 
fcitx-sayura_0.1.1.orig.tar.xz
 cc88a46f662bf9a85c5ee898e749fddacc9252243f5ef3eccb78848d8e3758b2 1811 
fcitx-sayura_0.1.1-1.debian.tar.gz
 644777c2954c11214b33c2ef6f5196871be09d20292cdca84f3d88ad501ad549 19462 
fcitx-sayura_0.1.1-1_amd64.deb
Files: 
 fffdd53e497ce6aaa038f35eb28fc2a6 1731 utils optional fcitx-sayura_0.1.1-1.dsc
 62dfcb1fe9a5658c95f3cb5c3713a7de 18756 utils optional 
fcitx-sayura_0.1.1.orig.tar.xz
 65c55f6a271d80d6da236f3e6133ccad 1811 utils optional 
fcitx-sayura_0.1.1-1.debian.tar.gz
 ab44470ef1016ebadae0a959377b1b4d 19462 utils optional 
fcitx-sayura_0.1.1-1_amd64.deb

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

iQEcBAEBAgAGBQJSAQEPAAoJEGa1A/2e4BN5GKkH/20V1BXGfWqV9SaR9M7pD+aO
N3POCtgjTNG68wl6fclYVtYbkpq21L6cSR+eZ2qMuRwX96uqe7IDkm4A0vkHtTu8
GTYsPgUtF9NZE2lwVLC90KWDDZDpP5/aMp/eCW2X20p8u9l1zq/b1zAwXuMmnHcs
r6otoMlyf0hNj9T9kp1bipVrikNYxM2y8Ws+HnkQQjyz0YUvx1u1quSgJjYzSoEA
VXbtgeSxkcJGCgdxblfIMu2fiH2ULghUutA/ggnzYFj4Scy4HsqvY/zM+bJJyoyB
nxABMjbvjgJ7t2sHESIxQSKKW60kK4KuvplATx5N0bxQI2/vzBD5ZOajBA9mtys=
=DhOk
-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/e1v6iog-00040b...@franck.debian.org



Accepted lua-mode 20130419-3 (source all)

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

Format: 1.8
Date: Tue, 06 Aug 2013 16:41:04 +0200
Source: lua-mode
Binary: lua-mode
Architecture: source all
Version: 20130419-3
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 lua-mode   - Emacs mode for editing Lua programs
Closes: 718826 718827
Changes: 
 lua-mode (20130419-3) unstable; urgency=low
 .
   * Don't build for emacs21, xemacs21 (Closes: #718826, #718827)
Checksums-Sha1: 
 a9950cd0d29061656e08d4ae475495c33415debe 1085 lua-mode_20130419-3.dsc
 89beb644bde8b5252e4da5e00b8d1a30998e8dde 4089 lua-mode_20130419-3.debian.tar.gz
 c2adb965ee00513247512a5f5ee130ca38298f7a 23508 lua-mode_20130419-3_all.deb
Checksums-Sha256: 
 12e6635511bf5bf986a842bc20c8665401fdcf55ad34681131e6e0b7231ae69e 1085 
lua-mode_20130419-3.dsc
 122bfbc637932547929c0340800c75da8492841f996411e561e57e3224c9c5cc 4089 
lua-mode_20130419-3.debian.tar.gz
 c076baafb6f6c8fd30ee2b687ff9a03d745b79c4d9dd01f47e2dadbee1d4512f 23508 
lua-mode_20130419-3_all.deb
Files: 
 e70bb650d9d10a477125b7e554ff05ef 1085 editors optional lua-mode_20130419-3.dsc
 29213aaf6010177fbffac318d87aa49b 4089 editors optional 
lua-mode_20130419-3.debian.tar.gz
 5b6c094b2617b816b48f435a26ecc385 23508 editors optional 
lua-mode_20130419-3_all.deb

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

iEYEARECAAYFAlIBC4oACgkQUCgnLz/SlGiB0QCeP4t7HXeoXQW6je34mGTZeizt
pngAnjsz7V8IOCP2mjPn+fJM71aPAoAS
=hORC
-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/e1v6irn-0004a5...@franck.debian.org



Accepted soprano 2.9.2+dfsg.1-4 (source amd64 all)

2013-08-06 Thread Pino Toscano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 16:18:51 +0200
Source: soprano
Binary: soprano-daemon libsoprano4 libsoprano-dev libsoprano-doc libsoprano-dbg
Architecture: source amd64 all
Version: 2.9.2+dfsg.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Pino Toscano p...@debian.org
Description: 
 libsoprano-dbg - debugging symbols for the Soprano RDF framework
 libsoprano-dev - development files for the Soprano RDF framework
 libsoprano-doc - developer documentation for the Soprano RDF framework
 libsoprano4 - libraries for the Soprano RDF framework
 soprano-daemon - daemon for the Soprano RDF framework
Closes: 718369
Changes: 
 soprano (2.9.2+dfsg.1-4) unstable; urgency=low
 .
   * Team upload.
   * Remove last bits of multiarch, since soprano is not read for it and
 would require more work to also not break rdepends:
 - drop patch add_m-a_dirs_to_the_search_path.diff
 - remove Pre-Depends
   * Backport upstream commit 4bfdfdfdee03080ec9ca21eeb168c2ab9dbba0bb to fix
 compatibility with clucene 2.x; patch upstream_find-clucene-shared.diff.
 (Closes: #718369)
   * Update symbols file.
Checksums-Sha1: 
 f1fbf487072e3c77a06e698ddbb0b75d9b890264 1833 soprano_2.9.2+dfsg.1-4.dsc
 9e92506f1a104eb540a3721d8c4a017c2294140e 31072 
soprano_2.9.2+dfsg.1-4.debian.tar.gz
 49d07f6165b715c9b1140783f378c0de4a51efba 162090 
soprano-daemon_2.9.2+dfsg.1-4_amd64.deb
 2a430aab7cea8157a04dc4a49b9058c0be9e4c95 412906 
libsoprano4_2.9.2+dfsg.1-4_amd64.deb
 85cb4361586256b8fdb8d934943157298d60f8d1 83292 
libsoprano-dev_2.9.2+dfsg.1-4_amd64.deb
 3b153cb81417353d32c4e8058e47b9fa4ced563c 7217618 
libsoprano-doc_2.9.2+dfsg.1-4_all.deb
 ea488809f5eed08fb2ccf8db92dc193da05e96a5 8799546 
libsoprano-dbg_2.9.2+dfsg.1-4_amd64.deb
Checksums-Sha256: 
 5f8fdf409928ab66fa29929452f6696e28bf771716b0e433ac6310334350552a 1833 
soprano_2.9.2+dfsg.1-4.dsc
 cfd0913455d92770f9a28fe14239ef268cedaf5cfa7a14d2d99e66ec82365810 31072 
soprano_2.9.2+dfsg.1-4.debian.tar.gz
 c3b5e60bf7f5681142f29e45965939ea2c547eb1429cf486579b7b0236211cb2 162090 
soprano-daemon_2.9.2+dfsg.1-4_amd64.deb
 964c568a0d9c01e29ccb356f9e160a992e8a702fb73d5c6262432ca5d8c6dc40 412906 
libsoprano4_2.9.2+dfsg.1-4_amd64.deb
 977ba400a16a289f123f99c658f1479b1110ef507756a7b381acb638f35929a2 83292 
libsoprano-dev_2.9.2+dfsg.1-4_amd64.deb
 c29ba42482cf92fc45b1b87784fe402e72c5c8b452eeca6c83bab8ae8a2fbb39 7217618 
libsoprano-doc_2.9.2+dfsg.1-4_all.deb
 839e8977148098b394e476d14cb436128249ee9a77c902806d7bf8ddd79bbba8 8799546 
libsoprano-dbg_2.9.2+dfsg.1-4_amd64.deb
Files: 
 e197d79fea740a88c45c889598942708 1833 libs optional soprano_2.9.2+dfsg.1-4.dsc
 c47fd73c3e08f1f8a1130ce9b268f9e3 31072 libs optional 
soprano_2.9.2+dfsg.1-4.debian.tar.gz
 f029b2516adce0088b01e62da691a0e4 162090 utils optional 
soprano-daemon_2.9.2+dfsg.1-4_amd64.deb
 4a38b65622feaebec1f3ac7239387d8f 412906 libs optional 
libsoprano4_2.9.2+dfsg.1-4_amd64.deb
 7e3bc3e8b35e7d9cc47eb7f9a745da4e 83292 libdevel optional 
libsoprano-dev_2.9.2+dfsg.1-4_amd64.deb
 697d81f50cd23296da3750495650999b 7217618 doc extra 
libsoprano-doc_2.9.2+dfsg.1-4_all.deb
 bcedffeb159ba736a04d0723ab1cb3e3 8799546 debug extra 
libsoprano-dbg_2.9.2+dfsg.1-4_amd64.deb

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

iD8DBQFSAQfaTNH2piB/L3oRAlKJAJ9XsQKS4pREYX7rqZdirR31N778ZACfQGku
AC7AoRhjIdNpMe/E5XRlE3E=
=ZIGC
-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/e1v6irs-0004kg...@franck.debian.org



Accepted blender 2.63a-3 (source amd64)

2013-08-06 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 16:00:14 +0200
Source: blender
Binary: blender blender-dbg
Architecture: source amd64
Version: 2.63a-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 blender- Very fast and versatile 3D modeller/renderer
 blender-dbg - debug symbols for Blender
Closes: 718695
Changes: 
 blender (2.63a-3) unstable; urgency=low
 .
   * debian/: packaging modified to build with python3.3
 Thanks to Scott Kitterman (kitterman) for the hint. (Closes: #718695)
Checksums-Sha1: 
 be61ef67b3608e97ff80b56d517ce91e5d7ad8bc 2516 blender_2.63a-3.dsc
 ed9a9c8b51f2868bf46212f83cf33cf6b14442ee 37066 blender_2.63a-3.debian.tar.gz
 7aced3827d21519b18033013a3c46f60050243b2 16211490 blender_2.63a-3_amd64.deb
 b7102157e1587a6331b3a523b9f30492ce08cdfc 65333502 blender-dbg_2.63a-3_amd64.deb
Checksums-Sha256: 
 1e9a73b951e3a9c7d86f853a8bc737ba7dba32da73c7fef5978a34268c50 2516 
blender_2.63a-3.dsc
 25a8bbc11d0a70052c242c4229c88c7bcf209a6c4b7b998c0430e34994c61f69 37066 
blender_2.63a-3.debian.tar.gz
 1c065c54dd9191a69afcda118e4229b3c34d6cae0de6ad9f9feaf43db731b392 16211490 
blender_2.63a-3_amd64.deb
 d904170ed29283ea25edf917eb56a5f4cb581c44dd3c4cf400f91b1a58582733 65333502 
blender-dbg_2.63a-3_amd64.deb
Files: 
 5a789d5d77bf3459e4d69cc7ae66701e 2516 graphics optional blender_2.63a-3.dsc
 8b706a205e3c0588c8227b9c725490c0 37066 graphics optional 
blender_2.63a-3.debian.tar.gz
 1371842cac213e72cb9078c4723d52b1 16211490 graphics optional 
blender_2.63a-3_amd64.deb
 a86ace8b3cd5135590c334c167427a29 65333502 debug extra 
blender-dbg_2.63a-3_amd64.deb

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

iQIcBAEBAgAGBQJSAQsMAAoJEIBiOYmDss9647wQAOGKiyvdQTnQ3DXoQcNQvF1+
4aCBsYWWNgiEUIObkhcnS68k6jImyaotE+7wm+96GHsn/f2P4fGHjLat9MDEzW8i
c0xCWtcXxYjWAk2dS6kz4aH1ttPx7ILzOJ9Qn0GLe9ikhpWVoiLSHBeSteSr46oj
Q0fLTBZGKtpKuCH1ZsgxBhRQkZK2UBSfSdLhzMBE47we+QiS/OkRUoLZE8e8WAgq
MmzPFZsBPgIyw4+zOUHDqlShPSNwwDd4gHC30DCNkRrH42UwiaUccDUpU++0IZxn
dJhNOobgS2F+M9ZyGPxswXsjeZwZiy4VVmGbh6pp/NZbcc5QZNKU5e16MjlEnWYk
VM2wAM6OJSfzf3S3x2QpnIZCs4BM/D2a6HsGsE6jlmHo1Bk8Gv4c7SRJ1fPjCKn+
hbA2IMto3UidmB2QlhpXWZFyqf6zreuymuLAM8HZHTYb4bynceylAbzfhOPYYceA
kw8ffU2vGK+YsmkQUmLbk30qoIXpt2Za9LMK0NExRMkKLctu6VzbmCsatWh20L3Y
65VWpoH/VzlulrWbdHgpINdWxnJnIAxYj2SaKD34c/9txh2S/tv59Mqi/r7ig6BE
pRTYYEodAjJwTGwCgKx/rfsDklnEHDBMwiU46dfePoeuv9sKBWwaxOwRryITOqkN
21Y0N/KXhy5CBLR9f5Ak
=H+p5
-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/e1v6jgl-0007sa...@franck.debian.org



Accepted freebsd-glue 0.1.2 (source kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 17:22:40 +0200
Source: freebsd-glue
Binary: freebsd-glue
Architecture: source kfreebsd-amd64
Version: 0.1.2
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-glue - Emulate a FreeBSD build environment
Changes: 
 freebsd-glue (0.1.2) unstable; urgency=low
 .
   * Add sys/_stdint.h to fix buildability of libutil.h.
Checksums-Sha1: 
 a8ed063ef3b2af9e77f96a00f27f8a4a172f4b87 1000 freebsd-glue_0.1.2.dsc
 bed52149ac37f626f66a333173659ddbc5c245c6 26131 freebsd-glue_0.1.2.tar.gz
 0a0d6909f389648b7b94820bf1c776f5d18c4431 24208 
freebsd-glue_0.1.2_kfreebsd-amd64.deb
Checksums-Sha256: 
 dba7aeac29e99b8516ed0dd38efb620bde23a4e37e24fdbf3a94de37bae9d67e 1000 
freebsd-glue_0.1.2.dsc
 f0dedfa915ee722fe22ffd0859d9c5d0a512fa787a076b551c29ad68847f4b23 26131 
freebsd-glue_0.1.2.tar.gz
 f05c2e60dbd1e2dce2f67035a753d07306e65c2ce0ac9db5979d3a5f81ec4d30 24208 
freebsd-glue_0.1.2_kfreebsd-amd64.deb
Files: 
 9cd51b7cca5a61cbbc2c116a3f8bd6cf 1000 devel extra freebsd-glue_0.1.2.dsc
 35b142cbdb3e3d59b7b701208a9fcc6a 26131 devel extra freebsd-glue_0.1.2.tar.gz
 e6a2b6f79b048bb78833390134af65a5 24208 devel extra 
freebsd-glue_0.1.2_kfreebsd-amd64.deb

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

iEYEARECAAYFAlIBFNsACgkQC19io6rUCv/iCACfQU8SNgkMnBYw+zAtRctluN4L
y6kAn0uo7r+d7HfQeXbEXLtbZxwpsuui
=Kh5c
-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/e1v6jhh-0007xy...@franck.debian.org



Accepted freebsd-glue 0.1.3 (source kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 18:14:14 +0200
Source: freebsd-glue
Binary: freebsd-glue
Architecture: source kfreebsd-amd64
Version: 0.1.3
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 freebsd-glue - Emulate a FreeBSD build environment
Changes: 
 freebsd-glue (0.1.3) unstable; urgency=low
 .
   * linkaddr.c is kFreeBSD-specific.
Checksums-Sha1: 
 5a4a9c673b79425838d525d30dc4eeca388f22ba 1000 freebsd-glue_0.1.3.dsc
 45b4a0236e20b7a55b30bc90797059fb95d4d5e7 26202 freebsd-glue_0.1.3.tar.gz
 9e151db550a40e7fa6ff9eaf2fd49218c6020c39 24292 
freebsd-glue_0.1.3_kfreebsd-amd64.deb
Checksums-Sha256: 
 62cd169aaec37475fb3c3c7181345ec68d246622ca2e82f698f24a79d827b446 1000 
freebsd-glue_0.1.3.dsc
 8741ca47fe318bbb683752be201205c681bf3eac074cfc3146e45242a9734a92 26202 
freebsd-glue_0.1.3.tar.gz
 d4fffbef6651a3f699e9954b241ff51d6a5c6f5b08bacd3b507f13a612247981 24292 
freebsd-glue_0.1.3_kfreebsd-amd64.deb
Files: 
 2959082d763672377b0950f7cf0f4880 1000 devel extra freebsd-glue_0.1.3.dsc
 34b9fd63fd5fe3cf579ce3c0341fd0e4 26202 devel extra freebsd-glue_0.1.3.tar.gz
 f51c5c0f553286e1921d99d3a3b6d408 24292 devel extra 
freebsd-glue_0.1.3_kfreebsd-amd64.deb

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

iEYEARECAAYFAlIBIQ4ACgkQC19io6rUCv//ugCbBMM6/pr4RMpbFmcICQNDu6hv
zPgAnjYRcvEdv+95YfvMqRwEtee4DVer
=nQsS
-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/e1v6kby-fr...@franck.debian.org



Accepted tcpdf 6.0.021+dfsg-1 (source all)

2013-08-06 Thread eldy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jul 2013 15:12:28 +0200
Source: tcpdf
Binary: php-tcpdf
Architecture: source all
Version: 6.0.021+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Laurent Destailleur (eldy) e...@users.sourceforge.net
Changed-By: Laurent Destailleur (eldy) e...@users.sourceforge.net
Description: 
 php-tcpdf  - PHP class for generating PDF files on-the-fly
Changes: 
 tcpdf (6.0.021+dfsg-1) unstable; urgency=low
 .
   [ Laurent Destailleur (eldy) ]
   * Repackage the upstream sources from 6.0.021.
 .
   [ Raphaël Hertzog ]
   * Drop cruft in debian/rules.
   * Drop ${phpcomposer:*} substvars from debian/control until we start using
 the phpcomposer dh addon.
Checksums-Sha1: 
 834e5bc07e17b04e90bce0208407f0cc9e172267 1982 tcpdf_6.0.021+dfsg-1.dsc
 dae0373b3059f22594fd24c568301f5e0b6c1abb 7198048 tcpdf_6.0.021+dfsg.orig.tar.xz
 c182451e19fcd80f15a915495868af28e2282579 4906 
tcpdf_6.0.021+dfsg-1.debian.tar.gz
 5ef5d0e793650d386b2ce1b22bf640a2534fc3c6 7157172 
php-tcpdf_6.0.021+dfsg-1_all.deb
Checksums-Sha256: 
 6b434a7a8be70a8e9b551f8f077ccc6ded45de90ac4682c10b86de2e56f9eef1 1982 
tcpdf_6.0.021+dfsg-1.dsc
 7217b0bcc39e02d1609e24143d0978e0478c654075528e09f7d498ab9b2fd9c2 7198048 
tcpdf_6.0.021+dfsg.orig.tar.xz
 d2b907be3c38de8c20c8fc56ecd3e9744803e0795095efaa0a9b37f2bb58d672 4906 
tcpdf_6.0.021+dfsg-1.debian.tar.gz
 cdfc09933f45d65af89ecccbf2c987e2c42bd9816ee2809c3ba0c9b953d58458 7157172 
php-tcpdf_6.0.021+dfsg-1_all.deb
Files: 
 dcbd27ddbba088b52e12d9e6af4e166f 1982 php optional tcpdf_6.0.021+dfsg-1.dsc
 ee66ce22a0590f97f2e806b9e797dd89 7198048 php optional 
tcpdf_6.0.021+dfsg.orig.tar.xz
 2045f59b9a79c3e9d0107db3e2654252 4906 php optional 
tcpdf_6.0.021+dfsg-1.debian.tar.gz
 3f19b37b6e7b2c0565be0400a2482f22 7157172 php optional 
php-tcpdf_6.0.021+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQIcBAEBCAAGBQJSASEoAAoJEOYZBF3yrHKam+YP/ikNiG3ABIbJKK6svaofm5bd
jFMW3f+hM2n0Cx+3ySyur6a+yxUrjW9sHz2cX/ympDOJ92Kd+ccutrHSc8D6m+hF
qAJPhQG/Z2MHJ39kMMVs5G8ZIYL50h8N9/9rmSWO95y3d5OFhZrQHz7lP9zJFonl
9yw82CcVM/VvKFzrMwIkcMB/TBZ2c1AWXJKbiSIcTgIiq6aQQBrOyjqT6QU2kmkP
CdIcwitzV5jf09Y4GNDn1zZhCYOnp8Phc2knzfmj6d7iFEtEJWV9N/GG48gBXbnx
o2bNbsvudjN6cxnbdOcukIeMiDBgOUTaK49kOwJseBW/nUK5fYTNHutIgiP7vknT
G+nkqlGm+x/OzNbllXcqSx587ZasYpeU5KDq3GvxiwuHFEvccBXjgymR7t2iFRaT
a6+kZ4P7MaBfuUtGs4eFsoEqnmM+RQAzbj1HvJVaNUtNDAx4STgr/WGmqMFtXlgp
o04XBNf0CmL/qp9W7rA+/9GSL85+qd7NSwJxYpDkJGB7iK26QoSoWxapKof6fAPf
Z8NaZQBknNpQpYhJj5BQc3KG9RdEYHHZde6EOYRDESMXFLgTcs/reNkrWZFYaFey
Mra0fTkN4pbAgbf7ET4mFblskgjWJXmJbM98XZdTSP8w4DIpcKan2VlzH4YI83Aj
sFuH5OuxmeowksqnHIAK
=rcu/
-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/e1v6kcb-hh...@franck.debian.org



Accepted eigen3 3.2.0-4 (source all)

2013-08-06 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 18:42:30 +0200
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source all
Version: 3.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gl...@debian.org
Description: 
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API documentation
Changes: 
 eigen3 (3.2.0-4) unstable; urgency=low
 .
   * [f512ba5] Revert libeigen3-dev arch to all again.
Checksums-Sha1: 
 a44f6663bc3a58453c1d4fccec610e28c143cc3a 2112 eigen3_3.2.0-4.dsc
 9e56ee7969cc80a03960b502d0f5273488ef5f38 21857 eigen3_3.2.0-4.debian.tar.gz
 f0665b80c5e16a8d7ce0f0a43ac33f3938567075 505716 libeigen3-dev_3.2.0-4_all.deb
 1c97f93485132b28e60a68b9d5cbf6d0e4188bb4 9988404 libeigen3-doc_3.2.0-4_all.deb
Checksums-Sha256: 
 d8542f271067066fdff53554c7a46cb05e4c63e57d3bd18fd4c8e19b2e39d9af 2112 
eigen3_3.2.0-4.dsc
 3feb7a4fc2ad98a42eae043d471fc40b9345b3ab1d066d799d9e55375226270b 21857 
eigen3_3.2.0-4.debian.tar.gz
 70b67c313e5bd1bc75739a2a6d5c5163d92fc31896e1a91c59ddad9b022dec62 505716 
libeigen3-dev_3.2.0-4_all.deb
 65011f4c0161c6c4191def278599a78ae3ba2ad5223071cc6d3da7ffe45109f3 9988404 
libeigen3-doc_3.2.0-4_all.deb
Files: 
 0de11372ddc1eb893a7f64088d82b275 2112 libdevel extra eigen3_3.2.0-4.dsc
 3f229b8496afae122d1f20411261de4e 21857 libdevel extra 
eigen3_3.2.0-4.debian.tar.gz
 2f165441686bf68b43f99ffc5dc63abd 505716 libdevel extra 
libeigen3-dev_3.2.0-4_all.deb
 6b041169616b49819c21f859c117fc57 9988404 doc extra 
libeigen3-doc_3.2.0-4_all.deb

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

iQIcBAEBAgAGBQJSASkcAAoJENPhc4PPp/8GPVEQAJMxmDJpMgGKNMfK+dTOBI9Y
Spbn6gTTA7z+jpd5MJAxJCI5R1nrBTH80RZO4GyKhB3rptmhOnCFYJoDlAaE3G6C
Gfggt+bafH++aMjCs4/47P+wwcJM+8iekTD0gQgdqhvONUqq/aoZV/FN1QXyIRrZ
MNLi9p2lLaCPBcyJv1S9EI5Xsii8ozBhS02+E513t5YF57hWD1Ss4Ph+nHkq+021
R1fe1wDXCwuhkM2FKDTudjLBsDYFiJoFxlVqQZT3PS6+/lhosLFRVTQs30m01dLf
sq8sRHfyd0GySzgRm5AfcZ54H1plOBMhq3AcTmXNevBlVEimW8qKZKDl1hP8JO4j
TZZ7TTOg/QgLnrVfgYGmIlQ+qB2RUB/ItQh4DeVQokj1JIVKW7pW7hRa9A2GJbfp
Xgk5e2dIfDIHCm4C1bQRYJS//dlF/REW7DN2H0Tluc5BRjYUeE61R3DSQojgWsJF
4Hh1BC+rAuCkJFfJ3A/foejxWIaB9w/5ojrVuX6kNjR9WjxG+V1AiwOeJjw3pnuT
9Wc8fPN+YZMzbfBNu+Qet7Fc3rz6G+wqXW5VothFZNYi9nCsAJ5skwenVQBBkGpb
AG40qZf6AsUNdKy9sbpXhefvv0B80DBjeFt5SazQhXwVsGY8QJgj3oWZPtsNTfxs
05aJUHIsM24Fz6SvmL0c
=XARD
-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/e1v6kf4-0004um...@franck.debian.org



Accepted kfreebsd-9 9.2~svn253698-2 (source all kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 18:15:59 +0200
Source: kfreebsd-9
Binary: kfreebsd-source-9.2 kfreebsd-headers-9.2-1 kfreebsd-image-9.2-1-686-smp 
kfreebsd-image-9-686-smp kfreebsd-headers-9.2-1-686-smp 
kfreebsd-headers-9-686-smp kfreebsd-image-9.2-1-amd64 kfreebsd-image-9-amd64 
kfreebsd-headers-9.2-1-amd64 kfreebsd-headers-9-amd64 
kernel-image-9.2-1-amd64-di nic-modules-9.2-1-amd64-di 
nic-wireless-modules-9.2-1-amd64-di nic-shared-modules-9.2-1-amd64-di 
serial-modules-9.2-1-amd64-di ppp-modules-9.2-1-amd64-di 
cdrom-modules-9.2-1-amd64-di scsi-core-modules-9.2-1-amd64-di 
scsi-modules-9.2-1-amd64-di scsi-extra-modules-9.2-1-amd64-di 
plip-modules-9.2-1-amd64-di floppy-modules-9.2-1-amd64-di 
loop-modules-9.2-1-amd64-di ipv6-modules-9.2-1-amd64-di 
nls-core-modules-9.2-1-amd64-di ext2-modules-9.2-1-amd64-di 
isofs-modules-9.2-1-amd64-di ntfs-modules-9.2-1-amd64-di 
reiserfs-modules-9.2-1-amd64-di xfs-modules-9.2-1-amd64-di 
fat-modules-9.2-1-amd64-di zfs-modules-9.2-1-amd64-di 
nfs-modules-9.2-1-amd64-di nullfs-modules-9.2-1-amd64-di
 md-modules-9.2-1-amd64-di parport-modules-9.2-1-amd64-di 
sata-modules-9.2-1-amd64-di acpi-modules-9.2-1-amd64-di 
i2c-modules-9.2-1-amd64-di crypto-modules-9.2-1-amd64-di 
crypto-dm-modules-9.2-1-amd64-di mmc-core-modules-9.2-1-amd64-di 
mmc-modules-9.2-1-amd64-di sound-modules-9.2-1-amd64-di 
zlib-modules-9.2-1-amd64-di kfreebsd-image-9.2-1-486 kfreebsd-image-9-486 
kfreebsd-headers-9.2-1-486 kfreebsd-headers-9-486 kfreebsd-image-9.2-1-686 
kfreebsd-image-9-686 kfreebsd-headers-9.2-1-686 kfreebsd-headers-9-686 
kfreebsd-image-9.2-1-xen kfreebsd-image-9-xen kfreebsd-headers-9.2-1-xen 
kfreebsd-headers-9-xen kernel-image-9.2-1-486-di nic-modules-9.2-1-486-di 
nic-wireless-modules-9.2-1-486-di nic-shared-modules-9.2-1-486-di 
serial-modules-9.2-1-486-di ppp-modules-9.2-1-486-di cdrom-modules-9.2-1-486-di 
scsi-core-modules-9.2-1-486-di scsi-modules-9.2-1-486-di 
scsi-extra-modules-9.2-1-486-di plip-modules-9.2-1-486-di 
floppy-modules-9.2-1-486-di loop-modules-9.2-1-486-di
 ipv6-modules-9.2-1-486-di nls-core-modules-9.2-1-486-di 
ext2-modules-9.2-1-486-di isofs-modules-9.2-1-486-di ntfs-modules-9.2-1-486-di 
reiserfs-modules-9.2-1-486-di xfs-modules-9.2-1-486-di fat-modules-9.2-1-486-di 
zfs-modules-9.2-1-486-di nfs-modules-9.2-1-486-di nullfs-modules-9.2-1-486-di 
md-modules-9.2-1-486-di parport-modules-9.2-1-486-di sata-modules-9.2-1-486-di 
acpi-modules-9.2-1-486-di i2c-modules-9.2-1-486-di crypto-modules-9.2-1-486-di 
crypto-dm-modules-9.2-1-486-di mmc-core-modules-9.2-1-486-di 
mmc-modules-9.2-1-486-di sound-modules-9.2-1-486-di zlib-modules-9.2-1-486-di 
kfreebsd-image-9.2-1-malta kfreebsd-image-9-malta kfreebsd-headers-9.2-1-malta
 kfreebsd-headers-9-malta
Architecture: source all kfreebsd-amd64
Version: 9.2~svn253698-2
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 acpi-modules-9.2-1-486-di - ACPI support modules (udeb)
 acpi-modules-9.2-1-amd64-di - ACPI support modules (udeb)
 cdrom-modules-9.2-1-486-di - Esoteric CDROM drivers (udeb)
 cdrom-modules-9.2-1-amd64-di - Esoteric CDROM drivers (udeb)
 crypto-dm-modules-9.2-1-486-di - devicemapper crypto module (udeb)
 crypto-dm-modules-9.2-1-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-9.2-1-486-di - crypto modules (udeb)
 crypto-modules-9.2-1-amd64-di - crypto modules (udeb)
 ext2-modules-9.2-1-486-di - EXT2 filesystem support (udeb)
 ext2-modules-9.2-1-amd64-di - EXT2 filesystem support (udeb)
 fat-modules-9.2-1-486-di - FAT filesystem support (udeb)
 fat-modules-9.2-1-amd64-di - FAT filesystem support (udeb)
 floppy-modules-9.2-1-486-di - Floppy driver (udeb)
 floppy-modules-9.2-1-amd64-di - Floppy driver (udeb)
 i2c-modules-9.2-1-486-di - i2c support modules (udeb)
 i2c-modules-9.2-1-amd64-di - i2c support modules (udeb)
 ipv6-modules-9.2-1-486-di - IPv6 driver (udeb)
 ipv6-modules-9.2-1-amd64-di - IPv6 driver (udeb)
 isofs-modules-9.2-1-486-di - ISOFS filesystem support (udeb)
 isofs-modules-9.2-1-amd64-di - ISOFS filesystem support (udeb)
 kernel-image-9.2-1-486-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kernel-image-9.2-1-amd64-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kfreebsd-headers-9-486 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686-smp - header files for kernel of FreeBSD 9 
(transitional package)
 kfreebsd-headers-9-amd64 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-malta - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-xen - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9.2-1 - Common architecture-specific header files for kernel 
of FreeBSD 9
 kfreebsd-headers-9.2-1-486 - header files for kernel 

Accepted epic4 1:2.10.2-1 (source amd64)

2013-08-06 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Aug 2013 20:50:22 +0200
Source: epic4
Binary: epic4
Architecture: source amd64
Version: 1:2.10.2-1
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx k...@roeckx.be
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 epic4  - epic irc client, version 4
Closes: 718804
Changes: 
 epic4 (1:2.10.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #718804)
Checksums-Sha1: 
 9089b062d07ae7ba3ce9a9cf96dc5f786920f11d 1688 epic4_2.10.2-1.dsc
 2724686f8aef01c12f82669406635de04ac1ec19 783014 epic4_2.10.2.orig.tar.gz
 71f02240ced6af843a647f37c52dee7a546de59d 16995 epic4_2.10.2-1.diff.gz
 99620b91931fd395beb3700748bcb4c627615203 396254 epic4_2.10.2-1_amd64.deb
Checksums-Sha256: 
 3b2e08b7399f611f125b101b0f325fc3dc3ece9afaa7e9adea12539850e3fb6d 1688 
epic4_2.10.2-1.dsc
 a94cc13e4264693211ed4961dfccd007a7dcbe75efa1dd2cffa05b59e66c2165 783014 
epic4_2.10.2.orig.tar.gz
 eda3d2f9f42f0baa2770fc2b81fd24ad1e62d84168e453dcb5efd7d7b123d7b8 16995 
epic4_2.10.2-1.diff.gz
 645db0432963aa32a0a443f728c69b58f4088814d580ef7bf0e5a31a066fd262 396254 
epic4_2.10.2-1_amd64.deb
Files: 
 1ba1956423c1beeeb8f063f59dd1d1df 1688 net optional epic4_2.10.2-1.dsc
 1bfb0fe0907eb1aab11462db961d0417 783014 net optional epic4_2.10.2.orig.tar.gz
 9ec27c4de239c01fd7093d41aa30d9c9 16995 net optional epic4_2.10.2-1.diff.gz
 ed8f95b5eb6b70a96eb6bdd445926542 396254 net optional epic4_2.10.2-1_amd64.deb

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

iQIcBAEBCgAGBQJSAUcpAAoJEKGfLDAaVSLd/GEP/AshI432ARSmxIbFtNv6Fxcs
AirwCYPuaM+8B66zG06cu3nyW/DBbbjC/9VcG/9WAMJJNVpvTh+vwslPBM2meMa0
lMZr2Wp0nUJcm1niyScrP+a8wsoWem4PiyDxBBHHUJECSRJjXF2QALkp6gr29/MT
s/TCWZTb3410qBy7tL3LPDQRU3gkzTrMqI6V/kXznWKr16OyEIDyTIiDlAbv9+oY
jScBIrHrljcC0M1t+c2xYAN/i6X9PBos1F2krZ1hr9t9n9rR0+ArOh8KJTzF++86
qrLWdtRYBmhR8Hrbvjx5WZ8n5kyqrae7W486WAZOG2Os+hX5egzwY4A2XhjwWMUL
ZQWvkiEVJBP91tvN9wycKhRRRn0CRABG3eVqp4jMk58NVFQUItUSfP045xZ5q28B
HXe3U3Qiob3Ag+X1xtnmPqnogChUQoVip0W7GPhFzTw1Q7PN0C7YkOfKLl1P63k5
uG1hiSS3mvKjSi1OXToTMU9iH4hRFXOCC9GPH9V/IWrr4p7S0vCCHSmgbN4vYZLX
Yn1P0+E7HkV1T6LYJ2RVUCIj8W/7snl1FY1H7pH4Y7/5J03lyIwgEWRLeMZNeGnA
ooIvcO659bw4BmRixD1u9YRTwld1ZqcKB8fgNTyZSrDlaEvnt83l8wV1/YLJWX57
CAJ53e3tpXnQmLifMmff
=5ApV
-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/e1v6mxa-0006eb...@franck.debian.org



Accepted epic5 1.1.6-1 (source amd64)

2013-08-06 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Aug 2013 21:00:20 +0200
Source: epic5
Binary: epic5
Architecture: source amd64
Version: 1.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx k...@roeckx.be
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 epic5  - epic irc client, version 5
Changes: 
 epic5 (1.1.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 32adad5de8c56b7034b0818e21b28842fba4e04d 1733 epic5_1.1.6-1.dsc
 b39cfbcbe74af0b887308ff16f526e989c86fdfa 785067 epic5_1.1.6.orig.tar.bz2
 6a0119623c456dc9e623f1f2da755bccbddf5c51 17884 epic5_1.1.6-1.debian.tar.gz
 8f3112d8828b7a4552b91d8176c344adc766acac 570840 epic5_1.1.6-1_amd64.deb
Checksums-Sha256: 
 857d204d7c35113da8b383a055eda42a4e36bc88afe3079cebae53f267429152 1733 
epic5_1.1.6-1.dsc
 cb5211392c2a7c88971882b1f94b51b626f1f4c82c1e4c1acb7565b2c8d8e5e4 785067 
epic5_1.1.6.orig.tar.bz2
 0c952af7ebb1af3a768389e816627dbde6d57064905453ec54b66254156a7937 17884 
epic5_1.1.6-1.debian.tar.gz
 2d905cba8967b5c57b38d550c31cad872f1554c90c27ec4cf496944d2eed511b 570840 
epic5_1.1.6-1_amd64.deb
Files: 
 bf6ee1b3c3ce8490f94704c201b0b113 1733 net optional epic5_1.1.6-1.dsc
 41f76192d6d2d7a5cdceebbed72745a1 785067 net optional epic5_1.1.6.orig.tar.bz2
 2e02f37f5dee387fdaf1477a87bd703d 17884 net optional epic5_1.1.6-1.debian.tar.gz
 46cc3905c42fdb8086b83815019b152d 570840 net optional epic5_1.1.6-1_amd64.deb

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

iQIcBAEBCgAGBQJSAVD6AAoJEKGfLDAaVSLdDacQAK7yDp5pSA8O2ZKa2fuOYhBP
UGV8cX9tsV0xWPWfcDcjlErq20JpShOGIuXZ6gVMgwAa94OgDKx8uyXSK4aUaGyq
2mb7RzndURpS8JlLEAYGz+f/w//4xUvXtMnEKNaEsk/Es9Fk8Hu4Ts5TJtXVNSec
cZa3Kz+Gt+v7Cnjj/dIbwOvF294fF2+zy1DDMXymtgVdeikVJ/Twk0Zun2yjrwDj
6DByse0w0jVYuEBYcCoDOZe9dERO8xcFWl5kYGS4QxnKGDJUhLQifwMh94QV8vLI
RVoevwIPGuiHjsKXSbaZLK+mDrXpsL8Ksmh+AUmfDWDY40A4ya5DxLg8SEqYM/LD
uVnfU9E2xOqvpoWsxsN96/+4cMTUE2fhd8u11n5haPyphY3Eei4jJfDJZhJrl+B/
4hD7hMmwP0Ic+4VjLTqI8fdhuifjBeyg41AB7wPPbWzugXAJHAOJUd+8dXTxB/z1
Sn36wRXT1juox9ewjAkLI/vjThRQbBuPmdXVBxHucDm2u358QvfqD5+jRpDGD8Zq
fSMg1bjkayRolPLot0E8ed8/nsceXVufoatniqNvI+cU7YSJX/8XjqV/QX+mF6yc
YJRo2DnF3LQSqSFCn4I07sCwprZvBPG6oXJjBoQf6C8Z2Co2gvZq7etiqlIXwXWJ
5llCyQGAXzH5qOppqkri
=Uv2m
-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/e1v6neg-0004st...@franck.debian.org



Accepted kicad 0.20130727+bzr4024-1 (source amd64 all)

2013-08-06 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Jul 2013 18:31:03 +0200
Source: kicad
Binary: kicad kicad-common kicad-doc-de kicad-doc-en kicad-doc-es kicad-doc-fr 
kicad-doc-it kicad-doc-hu kicad-doc-pl kicad-doc-pt kicad-doc-ru kicad-doc-zh-cn
Architecture: source amd64 all
Version: 0.20130727+bzr4024-1
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@debian.org
Changed-By: georg...@debian.org
Description: 
 kicad  - Electronic schematic and PCB design software
 kicad-common - Common files used by kicad
 kicad-doc-de - Kicad help files (German)
 kicad-doc-en - Kicad help files (English)
 kicad-doc-es - Kicad help files (Spanish)
 kicad-doc-fr - Kicad help files (French)
 kicad-doc-hu - Kicad help files (Hungarian)
 kicad-doc-it - Kicad help files (Italian)
 kicad-doc-pl - Kicad help files (Polish)
 kicad-doc-pt - Kicad help files (Portuguese)
 kicad-doc-ru - Kicad help files (Russian)
 kicad-doc-zh-cn - Kicad help files (Simplified Chinese)
Closes: 694740
Changes: 
 kicad (0.20130727+bzr4024-1) unstable; urgency=low
 .
   * upgraded to the last revision. Closes: #694740
   * updated Standards-Version to 3.9.4, compat to 9.
   * commented out a few lines in include/common.h, to enable the build
 with wx libraries available in Sid. Don't know why these lines were
 introduced.
Checksums-Sha1: 
 506ec7618b2eb9da27ac53d317c4b988ef7e6964 1983 kicad_0.20130727+bzr4024-1.dsc
 4d6505fbc96514525655fb2b7aeae9e1d4843939 192577322 
kicad_0.20130727+bzr4024.orig.tar.gz
 383bc26a281b6b25994d42deb58b3ced347476ec 12014 
kicad_0.20130727+bzr4024-1.debian.tar.gz
 4a6983ec86b5a3b72e384960775b91f25c3ddf32 3458094 
kicad_0.20130727+bzr4024-1_amd64.deb
 6a04e636cd77aa5e3a67d97c2c886bcadd544224 1249900 
kicad-common_0.20130727+bzr4024-1_all.deb
 13082e833687d2788ae9cfcf9d4eb42b4bd019a2 407430 
kicad-doc-de_0.20130727+bzr4024-1_all.deb
 37e3da63621466c6ecda1d59d675dd5d64b9923c 6546112 
kicad-doc-en_0.20130727+bzr4024-1_all.deb
 1625d9b2cdd0f6a0d5085ceb23ec34d07d59755d 10410 
kicad-doc-es_0.20130727+bzr4024-1_all.deb
 57c5697e8dfbb9a66c010a9bcc6eafd978b9d919 5951884 
kicad-doc-fr_0.20130727+bzr4024-1_all.deb
 e548e4d41120b5d84b083868763f804df494ec9a 767272 
kicad-doc-it_0.20130727+bzr4024-1_all.deb
 cc6e5c15fcf389e37ce4e46c819d46f09ef1e520 760694 
kicad-doc-hu_0.20130727+bzr4024-1_all.deb
 d4c09064bde65f832c01c368b3f6cac11da53688 10455280 
kicad-doc-pl_0.20130727+bzr4024-1_all.deb
 52ec550f68d3873cf4d8c42b6c2304783be31466 10334 
kicad-doc-pt_0.20130727+bzr4024-1_all.deb
 0c9ef45f81e641c7bbe786e9c5af237445f5de15 11461426 
kicad-doc-ru_0.20130727+bzr4024-1_all.deb
 1825bd3bf62a44e75d27c14a08693aa24fbe43a1 480988 
kicad-doc-zh-cn_0.20130727+bzr4024-1_all.deb
Checksums-Sha256: 
 78a550736eded5e213697385be77ff81c1799360622b25fb27d73fd9296cb443 1983 
kicad_0.20130727+bzr4024-1.dsc
 d99858ac73c65c7c0d43e3085bd15114800d07ac9c80a6365011861e24326a7b 192577322 
kicad_0.20130727+bzr4024.orig.tar.gz
 0f4913ae80b5485d272a28b2fbaebe0604e04807479f5087fc9b6e2b12de4d18 12014 
kicad_0.20130727+bzr4024-1.debian.tar.gz
 98552cf741d85cd79282e8688d60d1895cf46963f0f844ec3a31ed08d8ef9cf5 3458094 
kicad_0.20130727+bzr4024-1_amd64.deb
 51b134958e5112777d03ea67253d7ce592405695cba77a7fa9908cd3976205a9 1249900 
kicad-common_0.20130727+bzr4024-1_all.deb
 d62e32c36d53a5c058c24f61eb1f19a0433a784a76112c9e384963a39fa15798 407430 
kicad-doc-de_0.20130727+bzr4024-1_all.deb
 ac97c852f38e5894a86890ab14b843593b6611a9487ec6cbbab83e09ced7a33a 6546112 
kicad-doc-en_0.20130727+bzr4024-1_all.deb
 6597e31b4f8fd3621f26e9e5c11b43c4893d604cd52537ed68985242fa6ade7f 10410 
kicad-doc-es_0.20130727+bzr4024-1_all.deb
 53f7f6e5f2cfc665f8b078df5c9c0d7d3ea90795dce6df669a52e9a97a386bb2 5951884 
kicad-doc-fr_0.20130727+bzr4024-1_all.deb
 7ec7a3da4de7088562d7c8f0219679a4f2a263e6d666f0a4826116d0b1061fc9 767272 
kicad-doc-it_0.20130727+bzr4024-1_all.deb
 dd3d7eec5762bb3b4ae2fdd8f6a0bf87d5ee3da9ca56af53fa02c69dd44e1543 760694 
kicad-doc-hu_0.20130727+bzr4024-1_all.deb
 53707e0c018c75cf21da71f9eb1c0fe0eba9675131840c7746864ddcbc4cab9f 10455280 
kicad-doc-pl_0.20130727+bzr4024-1_all.deb
 7b86344624cd31b11579c3c49986160f8bf193225a237ee6a50a841a025d3abf 10334 
kicad-doc-pt_0.20130727+bzr4024-1_all.deb
 1b84f245ea9d1c4e814a48df00d585d4f39417c95bbe652613b7ebce362892b8 11461426 
kicad-doc-ru_0.20130727+bzr4024-1_all.deb
 d9d19369445231793169a6472f14ed46bb8c5f90b6f9c310fd22ecd645f3d564 480988 
kicad-doc-zh-cn_0.20130727+bzr4024-1_all.deb
Files: 
 e883493a14a05970c347808cac6e696d 1983 electronics optional 
kicad_0.20130727+bzr4024-1.dsc
 6f0355edf84fcd45b8a1eec0eecd3aac 192577322 electronics optional 
kicad_0.20130727+bzr4024.orig.tar.gz
 3c00937b84d0d8d744d6b8e8bdaeac88 12014 electronics optional 
kicad_0.20130727+bzr4024-1.debian.tar.gz
 35b6332d0f003616581537eb5a83b0b6 3458094 electronics optional 
kicad_0.20130727+bzr4024-1_amd64.deb
 1fdd551ce19195e294585f4da6722315 1249900 electronics optional 

Accepted sipxtapi 3.3.0~test11-1 (source amd64 all)

2013-08-06 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 22:42:37 +0200
Source: sipxtapi
Binary: libsipxtapi libsipxtapi-dev libsipxtapi-doc
Architecture: source amd64 all
Version: 3.3.0~test11-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 libsipxtapi - sipxtapi - SIP stack, RTP media framework and codecs
 libsipxtapi-dev - sipxtapi - SIP stack, RTP media framework and codecs 
(headers)
 libsipxtapi-doc - sipxtapi - SIP stack, RTP media framework and codecs (API 
documen
Changes: 
 sipxtapi (3.3.0~test11-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e82d4cb1be2accdefcca1ad2c812a5efdc37d2ef 2232 sipxtapi_3.3.0~test11-1.dsc
 19fa7d922b347ce0a3b876b774292933dcaa5dda 3531042 
sipxtapi_3.3.0~test11.orig.tar.gz
 77c32a44c86ecff438f9296d478925e2ac3b79e8 5415 
sipxtapi_3.3.0~test11-1.debian.tar.gz
 a8deb786fbc8fb12762cb99f98cd6614db1c53d8 1513814 
libsipxtapi_3.3.0~test11-1_amd64.deb
 c03618be478a97d44e885891f23649f8dd1edc25 787816 
libsipxtapi-dev_3.3.0~test11-1_amd64.deb
 99a2047defc6826743a7da9277720f75a8dfd2a8 155398 
libsipxtapi-doc_3.3.0~test11-1_all.deb
Checksums-Sha256: 
 2ab2f868dd990fb5c4671b3adae522fd426f6bf6350deb9d7dafdbf8bedff39c 2232 
sipxtapi_3.3.0~test11-1.dsc
 cec8f7db441d161a87e36ce939d460081627131d2cda161201f296abdfb52b05 3531042 
sipxtapi_3.3.0~test11.orig.tar.gz
 dcc500defede6b57e849eda3677d0fa8e9987c05c3691c29aab42a864184f689 5415 
sipxtapi_3.3.0~test11-1.debian.tar.gz
 1ca5f7be86b8cbe4e96f58f64acd1726d05649f561bacbc498272f76ec0c38d4 1513814 
libsipxtapi_3.3.0~test11-1_amd64.deb
 169f88ea03a4f25a0df545578f8b956dd34963a97e606c913047f454b2e325d4 787816 
libsipxtapi-dev_3.3.0~test11-1_amd64.deb
 09e42530b150905449a2edf53fe99a308931ed234adac594585d1cb8607036fc 155398 
libsipxtapi-doc_3.3.0~test11-1_all.deb
Files: 
 0f4207e5a8fc8cceada334d6fbfa1c63 2232 libs extra sipxtapi_3.3.0~test11-1.dsc
 dc05155bfe5d594c666c4953fde5f26b 3531042 libs extra 
sipxtapi_3.3.0~test11.orig.tar.gz
 dbdc4b12418144e4da33b9d39b3d3a1f 5415 libs extra 
sipxtapi_3.3.0~test11-1.debian.tar.gz
 bdb15fd308255ac8aea221512a97fb82 1513814 libs extra 
libsipxtapi_3.3.0~test11-1_amd64.deb
 bffbbc78148ba7027a7231cafa644fd0 787816 libdevel extra 
libsipxtapi-dev_3.3.0~test11-1_amd64.deb
 94f4194e0e87ce2013cacbc9da7633f3 155398 doc extra 
libsipxtapi-doc_3.3.0~test11-1_all.deb

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

iQIcBAEBCAAGBQJSAWD7AAoJEOm1uwJp1aqDvE0P/1pqzqu1m/J1mvMYJ72ARfwX
dksbRdwNtW1m3k7F+SucvQFHY59zCpd1wW+6owX0OX2ZrjMvum7me0MGLlVInwPr
+iVFc+0PBDY7Ywpi+HxupSL1fZxzIK/ssFDmpR8Chp1BbKGSd46AsVtcgGIyK30h
NU1MsGAD71ytlcJl8Yt+XPn52FTtlU9HOSSmQMCQKGEJkFBWniC/g4lm3oAyqa57
UhMtwRyDEsPGpA4A5wlkmMXB4o/k0/i63La3LxqOZShB7PN0auJejJv5xAvjr+Yx
AnTJ8DQwcYfmCxibdosK/WD3L+xNIY3WfjrB4anvNTtiUjsyDnZGwDUlwEvImozj
6fgXSGA5298TEHP0DiVV02hdMD1vWndaorfXJRWjyePtZY81lAfqH2wivzkyq4Ht
Oth92hQ9blKDfUFGg1gxMZqgc5UmuG90J7YSDQxx77UfDWlOPzzogPjy0bWvEyYs
GBk4lIuag14Y68HQp7G6i3IVy1B/zPwBavmCD1er/4bYhhP+wDGbKeloO8J/SZPU
EPQ2UaG8Px03yz/UOd3fkThdrv+9TJeA1nb4MzMox7kAHYKeQEO9eFdbYr2lrORm
tFO/Ztk/v9hPMtfHAHx1+IGglOCTE5aoBaGhYpTZ+3XUy3q0v+1aTcUv37kp0ipH
GMMipsf+RR/cmOxWaYhK
=y+2e
-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/e1v6ogg-0001aa...@franck.debian.org



Accepted uif 1.0.8-2 (source all)

2013-08-06 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 21:35:13 +0200
Source: uif
Binary: uif
Architecture: source all
Version: 1.0.8-2
Distribution: sid
Urgency: low
Maintainer: Mike Gabriel sunwea...@debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 uif- Advanced iptables-firewall script
Changes: 
 uif (1.0.8-2) unstable; urgency=low
 .
   * /debian/control:
 + Drop uif-ldap from Suggests: field. No such package exists in
   Debian.
   * /debian/uif.docs:
 + Install README file into docs.
Checksums-Sha1: 
 f7614fa796cd845d39b71122f1205c4827ba50ce 1797 uif_1.0.8-2.dsc
 3fc8fa91b396d847bf858276a6004b1451468b16 24244 uif_1.0.8-2.debian.tar.gz
 e7286592adea16a4c7c92418b3a10c44776536c7 46276 uif_1.0.8-2_all.deb
Checksums-Sha256: 
 a177dc9c47d20f17056f4ed2f34bbe3e14bf6e92e9582b43720eb424318b51ab 1797 
uif_1.0.8-2.dsc
 00f7566d7dd6b7a761e635aeef319c3f5e3627a8439277b291eef41c71b1f6ac 24244 
uif_1.0.8-2.debian.tar.gz
 38584a96f2bca37c961c3e46328a5cb9a6a363efe70af86b5415c3b03da13a25 46276 
uif_1.0.8-2_all.deb
Files: 
 262ff3dee36bda53ea5d96891aa223b2 1797 net optional uif_1.0.8-2.dsc
 a852a785e497c48832689d038f714406 24244 net optional uif_1.0.8-2.debian.tar.gz
 c5427388db2e4855b5c783a7fcf2092b 46276 net optional uif_1.0.8-2_all.deb

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

iQIcBAEBCAAGBQJSAVLiAAoJEJr0azAldxsxAy0P/0GX79ZyvtqmtrB0t78SB3k/
nXsW1wo32EHlox+e2szBSEvIhmqXEYuk63i1YvfTrw92YE2JK8qDJjV+JYjSBoBA
+qYixRgHtPxX7Cz5XZMnblIL4ix+OwcuUz39TZNUtjvZj+KIj9xpDqv8gThOHbUn
kc1JOhqwYONnebWgoKNC6ngp2Bx6UCFUkMt1wh7FgAiC5J8fKYAPxgeWbmDsnwuJ
ZgevwVt/3K2Jq9JKqFC2OnFlYxgNwEUSrHKmBiU6wBUsBA8VpkmilvP0gCKcaBgz
Alwpd2Op9WdFQMFAIgyHRyT4riOaJsTUELaaThIjB/otmNHArS0Vwglh4tsupBOA
YMe44EMQwlXcU7fIOKBsGAG1+08PxE3mCGiZZJfR+XlXD99S2m8VBPkRu1P3S+zk
6r2btwygKvGxmzRwBLmYzzJV+oz7TF8lwkhK8t7mA7zfxBg15u675pZnrzgp468f
55K1Yhbb7hKtflG1tZE3x1lB8Ntwe5WGstxmK1CrSRG4vw9sRMyrbMh+UmuUmmZE
wDgtqnIA9D3vg+Rj1bFAAnzuOvGmw/WKIB2/IrsbZvg4888FUfLT6x7Zvrq8R/zj
WRAZ8p5NYjnRHKy1Qmz1n4dJ4pMfCMbRlGrbTdCoKIzTuBrnBL+DazYJMYYy9NfO
UeEA9yXT7JqXaB9ulOKu
=2e+V
-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/e1v6ogl-0001bh...@franck.debian.org



Accepted ruby-passenger 4.0.10-1 (source amd64 all)

2013-08-06 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 23:08:29 +0200
Source: ruby-passenger
Binary: ruby-passenger libapache2-mod-passenger ruby-passenger-doc
Architecture: source amd64 all
Version: 4.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 libapache2-mod-passenger - Rails and Rack support for Apache2
 ruby-passenger - Rails and Rack support for Apache2 and Nginx
 ruby-passenger-doc - Rails and Rack support for Apache2 - Documentation
Closes: 683511 711906
Changes: 
 ruby-passenger (4.0.10-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #711906)
   * Stop repacking the upstream tarball as it doesn't contain any minified
 javascript files anymore.
 - Add valgrind.h license to the copyright file.
 - Drop libjs-scriptaculous from build-depends.
   * Refresh fix_install_path.patch.
   * Drop fix_ftbfs_glibc217.patch, CVE-2013-2119.patch and CVE-2013-4136.patch,
 applied upstream.
   * Point PassengerRoot to the locations.ini in passenger.conf.
   * Pass CXXFLAGS, CPPFLAGS and LDFLAGS to the build system.
   * Add ruby1.9.1 as an alternative dependency to rubygems. (Closes: #683511)
   * Add myself as Uploader.
   * Fix the watch file.
   * Use dh-autoreconf.
   * Bump Standards-Version to 3.9.4, no changes needed.
   * Don't build the embedded jsoncpp source as it's not actually used.
 - Add no_jsoncpp.patch.
Checksums-Sha1: 
 4fdca06c2d940cc9eb7e796711707468e4966a15 2464 ruby-passenger_4.0.10-1.dsc
 60c1da584223f0a1aa5d7bee9f38334023662d2f 3623488 
ruby-passenger_4.0.10.orig.tar.gz
 59bba8d4db9577922923ea0da2cbe573911b099c 10957 
ruby-passenger_4.0.10-1.debian.tar.gz
 0c152e6265806dfe3b18c6c2debba32b76a9d849 631322 
ruby-passenger_4.0.10-1_amd64.deb
 fb410cf227d0713304e13c59d7111b654a02c6e6 149510 
libapache2-mod-passenger_4.0.10-1_amd64.deb
 877d5f0acf7ad12fb8460153af3e740c0f3ca44c 462946 
ruby-passenger-doc_4.0.10-1_all.deb
Checksums-Sha256: 
 7a3407d58303127d9eed0e8920901f1246c3e604448df0cf971484664efa 2464 
ruby-passenger_4.0.10-1.dsc
 e83248bb54769fff87ad4778277240153f9972d9d5fb8fcda2eec45feb51dcc6 3623488 
ruby-passenger_4.0.10.orig.tar.gz
 b74c72c4cdf9c0571550af5839662d0b5b2119af05d93de571b0763fd9e145dd 10957 
ruby-passenger_4.0.10-1.debian.tar.gz
 0c0a76ddd27a1bf3e42e527715fcde930f92e7a3598e39c76e2219c3312b6cac 631322 
ruby-passenger_4.0.10-1_amd64.deb
 279189d1500d06923fb00295a8cef1900574054cb0b4483682f5df11a31f5826 149510 
libapache2-mod-passenger_4.0.10-1_amd64.deb
 92bc7b9813bdd8e22649cffe14098e7703f99210b3bfb7a94be561a8bea0658f 462946 
ruby-passenger-doc_4.0.10-1_all.deb
Files: 
 b56c3715b54d19080ec3ba73c180f307 2464 ruby optional ruby-passenger_4.0.10-1.dsc
 3cb3304542570c16d5c9531724286172 3623488 ruby optional 
ruby-passenger_4.0.10.orig.tar.gz
 10eb0f18f268cfa5f3f9f243650fe912 10957 ruby optional 
ruby-passenger_4.0.10-1.debian.tar.gz
 36dd39295aab762a76c9102477069f47 631322 ruby optional 
ruby-passenger_4.0.10-1_amd64.deb
 d821e4ed4df08bae36256090ddabcfe8 149510 httpd optional 
libapache2-mod-passenger_4.0.10-1_amd64.deb
 99f8c80a1eab1aa70588c0d160fac872 462946 doc optional 
ruby-passenger-doc_4.0.10-1_all.deb

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

iQIcBAEBCAAGBQJSAWkJAAoJEP4ixv2DE11FgNEP/iqlB9dpXAUhSXoDhrSZX6xA
nDr8o7osgcfzL+8gVFowxpBHOyQJQI95ZY3u0jbmEbKkhVoSCvKwjm0lkucs1rRh
Aug3o0L6XYtmhuOGDdQulUc4No21ihOMGhjhsK9BTmNlyQgzlMcgZ5Eu5qW7cD1N
QGGMXID9/965tGUY4nB/bKO/uom/qX45Di3KfHDEkKuMhAQAiRo32PurRTC2d+zf
nUOWu/YxTI+GnjyRhGtdPUFpRbxUl/svm2bsm9JTuM2UvRf9Je/8GF95/QyP77nN
ijrMnH8LzEISScAw5qYJJaGOYVPMTeasV0ZmZiZdR0euwPelHL8PvQxhoZsZuv01
FQy1ugvt3lfq4/ClwyDoU6BePw87IdExHzxszOpQ5MdmbqBcr05PrLGz3pK2cKT3
lr0CUqeFUnwM62NpJPhIl2dugdvIUAy9XaEtG/T9r1IkCJmbaTleeltrI9CE7wIq
9wd9dFekLgh5+/AH+W4DFM/WJp99/MnVhjn2vFRFWPvlMIiK/9/pWR23eDJAAdf2
1v8IIfmDZmIQXmjLDvB75m45SKozbAI+cNS6z3rXueuzWcEx5XZrmugwTfL83RBI
TapWnYusZG1QB+VGgZh6qY+NgQkIZcuoo3L+vGEdHGKIPMwhNImR87+YXpdSi8xv
F1ExOtR9o70gEOgu0gJG
=Mvbx
-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/e1v6otm-0003pg...@franck.debian.org



Accepted ruby-colored 1.2-1 (source all)

2013-08-06 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 12 Jul 2013 22:47:41 +0200
Source: ruby-colored
Binary: ruby-colored
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-colored - library to add colors or attributes to text
Closes: 716773
Changes: 
 ruby-colored (1.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #716773)
Checksums-Sha1: 
 b7e0473fce63aba125b98cf7a2344032cc9d75d6 2025 ruby-colored_1.2-1.dsc
 a03a8ba299fe090c04653a9de364c7b0b4bcc9ab 3007 ruby-colored_1.2.orig.tar.gz
 68483d93e53133de63ac4f4a16e299247b39f376 2016 ruby-colored_1.2-1.debian.tar.gz
 8d24c45d94408702a28458975686aabe17061a24 3682 ruby-colored_1.2-1_all.deb
Checksums-Sha256: 
 fad4aad8ca631d8facaf0d0f8679bf29c4a8496a66cf0e396cc9800a8b969416 2025 
ruby-colored_1.2-1.dsc
 85c32b4d5fc4a9d8b178d849a2c83739ae8889cedff994230819f058d141399a 3007 
ruby-colored_1.2.orig.tar.gz
 4e28d131c8bd7b8831921bb307c9f3d07f58e0fc5719333fcee880107fa7ca0b 2016 
ruby-colored_1.2-1.debian.tar.gz
 0ca4a9e14ee8744fddc3037d0e299fde20e9a610f89fce9c2d985649ef986135 3682 
ruby-colored_1.2-1_all.deb
Files: 
 f0c0fbc16da15fe4fa25316d18d631f3 2025 ruby optional ruby-colored_1.2-1.dsc
 d93bc1c51daea2e0ac01b2b517010227 3007 ruby optional 
ruby-colored_1.2.orig.tar.gz
 0e9e336ec0c092f614fbb54c1a33b235 2016 ruby optional 
ruby-colored_1.2-1.debian.tar.gz
 5c5fc032debeab10d6551b1a239b7ff9 3682 ruby optional ruby-colored_1.2-1_all.deb

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

iQIcBAEBCAAGBQJR4G9iAAoJENpJWPYR4UnpXLoQAIoS+E3RBoU9qzyq7pet8TeN
8cDrn7hUIwsYmGmigZlPZNXCAqK4QEcr29BsUTFY3TojwnQJ3GNVkxLfX3/MzIzY
f1llZaljt/U7Ti5T2o144ItJbVl5JMW845koKm3hNnZVHCWS0q1yunB4z7RCnL2/
BbGCJlSyq4dErgUMvgeY4PUhq4l5aEE9fu2RkhuXWH+Q8ZS35YFuvLwrzpGWCVzQ
cmsz6Hky9OUP10Q8468FSePgiKjo9H3jMXNrqgmAwvv4jqS0VZhlHLMY8IDYajfD
kORbx0Q47HzGwBh3eDGl1ViDNlDAJZA223eEG0q5wTc75F4QusoHfwAmgal0806u
VVQWkzcfB8qnR+HQTZMC2z1ajPckzRKx3zzPxg+mSHBBGWnMyaIebdNok6S/XZ0q
wcIFdVwC1sR8cMIcxMiF+TunKblSw/SZOkTQDHUCMV+vVtGh1iUf+TOodTJOTjeZ
Kw6H8r67wc4k3qMsBV3W6mh6YEGAczf4C5aaTga2leulM5wvk4kreQCHJshUm20W
MYdljhVtJn+uZW2n/L5edvjcQBRdejffh+UErRAaKpK0GbtMNWXR4T+9duD9zLM1
/T5GXpDQYSHMKKDaWmDOha1TSPv8tn6qrLro4lVE1D2mbrFkb0waoER+QeMnJEjm
BlEtdUtjhUE6X/KKsr4t
=qFkT
-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/e1v6piv-0006pp...@franck.debian.org



Accepted ruby-origin 1.1.0-1 (source all)

2013-08-06 Thread Praveen Arimbrathodiyil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Jun 2013 03:02:11 +0530
Source: ruby-origin
Binary: ruby-origin
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Praveen Arimbrathodiyil prav...@debian.org
Description: 
 ruby-origin - Simple DSL for MongoDB query generation
Closes: 712172
Changes: 
 ruby-origin (1.1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #712172)
Checksums-Sha1: 
 a3ecb656dce16ad0c65b6bbf2a51b534a18bc255 2078 ruby-origin_1.1.0-1.dsc
 d66e577dcbcc663612a0991f31168ef19a234311 36363 ruby-origin_1.1.0.orig.tar.gz
 dac69d77ce2b18283ff951560664c8f5b12d7ba3 2181 ruby-origin_1.1.0-1.debian.tar.gz
 e8f25de6813b9f12dc284d1084da7289a92262e1 20192 ruby-origin_1.1.0-1_all.deb
Checksums-Sha256: 
 124d769140cad2eb16049c72376a397ce717cbc0f836ab4e9bbb293cbf33f5b7 2078 
ruby-origin_1.1.0-1.dsc
 cea6df9a894c0bb9b14e077c81bdd41b451eac08fe9ae3c471b72001f327382c 36363 
ruby-origin_1.1.0.orig.tar.gz
 b8fe3ae29aaa96627908a499a42d0c6631be1c2cb59b8e28cbb85871ff83a14a 2181 
ruby-origin_1.1.0-1.debian.tar.gz
 2162aa900320eced53b36b14f8ef2fc3c3217d5096427fbffaa73f2eef8d 20192 
ruby-origin_1.1.0-1_all.deb
Files: 
 1921444e8635390dab70814e8606d46f 2078 ruby optional ruby-origin_1.1.0-1.dsc
 d0bade79b76aeafbbe653027f9edbebb 36363 ruby optional 
ruby-origin_1.1.0.orig.tar.gz
 a7293be3b715d136142472396d46aa46 2181 ruby optional 
ruby-origin_1.1.0-1.debian.tar.gz
 f75c99755732c36b611e85a206dd05be 20192 ruby optional 
ruby-origin_1.1.0-1_all.deb

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

iQIcBAEBCAAGBQJRvkGtAAoJEM4fnGdFEsIqZikQAJe6T6N9FNhdkpdwpGv/TNxN
GcjiVYs4Sr+Df8y/WXn2h8y8Dx0sWEXd69ATZc5fGQVYoOtS+wo/AQ3Aw05kR1R3
1Fzr4ZfJD/lDbpAQM0P711lzTWnOCKXTuvOwCkgXxMp8juM6gpIHCHShur5InVhY
9uJ2ayfhdF0YGYXhb3LcrP8rD/jy1ueMYHR0b5X0tv8DV8G4IvumEZswwEqKqSPo
po6wKHIpuT7KrvCdUKtcWAUGOr1vb7Pj32IrRWiHyzNshVzvhNCtpQu5rDvpZiVV
k4S8+SMYGHOrmuD7elblzuSVT316+fWOsUnBtPtzqq9jDKVM9/h+piZYM0aZ0SJ+
P83Eytwuj82Bx3opSG6IT4ZBp3wBvC0cNZ6D1e/gux5Ga0SCSEv/8gqNxcx0RlR/
JPom+jj0LZc0+GCBHnKldv4DBE65xcghWResoEqGPAPBzvjMTK9Ivy8ulL2jRJOO
Gi+Ft0fVNdQtUrtTnfz9qEYalI4A1d8tpqksxzoekCHFlVkwq3D2Y5XgT8/AoqQ3
pIGoRxLsuY5Rg8tX8fDfu1Mg0nmjUg3RlhkgpEp6HfU6o4HC9nZgGtHcf7atvHg+
m/ZbFZHnrwMsG1vYN+TFPDM2b1M3c3jpB1Sip36ieXq+p/31Dxqf7ah0CvLRFzyH
TKfsWakf5dk9/QN+kOa5
=LE5o
-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/e1v6piw-0006qg...@franck.debian.org



Accepted ruby-rack-google-analytics 0.11.0-1 (source all)

2013-08-06 Thread Praveen Arimbrathodiyil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 June 2013 21:09:45 +0530
Source: ruby-rack-google-analytics
Binary: ruby-rack-google-analytics
Architecture: source all
Version: 0.11.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Praveen Arimbrathodiyil prav...@debian.org
Description: 
 ruby-rack-google-analytics - Simple Rack middleware to inject the Google 
Analytics tracking co
Closes: 702297
Changes: 
 ruby-rack-google-analytics (0.11.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #702297)
Checksums-Sha1: 
 63fcb17fcfcfb29ddbf8c2da8980cc527d76a86c 2243 
ruby-rack-google-analytics_0.11.0-1.dsc
 8f9b85273241ab79b6c634b6a4b80cf1b03c31f6 5673 
ruby-rack-google-analytics_0.11.0.orig.tar.gz
 1d38acf4407ce9f286926b27615f93c3ed56bc91 2086 
ruby-rack-google-analytics_0.11.0-1.debian.tar.gz
 eecec73c0bfb63b6bc3f9f690a3f35f17fdb22e0 5548 
ruby-rack-google-analytics_0.11.0-1_all.deb
Checksums-Sha256: 
 314bc590213ea1fae952fbe588a01de9d532c3d1a26f07868d9bb42e6cc7020c 2243 
ruby-rack-google-analytics_0.11.0-1.dsc
 9f307dce2682c53d7d702b200b2fd8182d917b3e46210244e06af278f4ac3a86 5673 
ruby-rack-google-analytics_0.11.0.orig.tar.gz
 ca00819606530b5602e62ab6b5307a5d577db898160bd5ff042b494de63e6c3c 2086 
ruby-rack-google-analytics_0.11.0-1.debian.tar.gz
 ab45f3b8ffcb2fc7030c5ce2391924c1564ae091443d2d36b6954294aff5b2cd 5548 
ruby-rack-google-analytics_0.11.0-1_all.deb
Files: 
 c321ddb9d98b2fb4707357a628c67fc5 2243 ruby optional 
ruby-rack-google-analytics_0.11.0-1.dsc
 a011dd52fab81133bb3757dfa5ebf485 5673 ruby optional 
ruby-rack-google-analytics_0.11.0.orig.tar.gz
 43e9e8902355afa76e43d77aaf889bac 2086 ruby optional 
ruby-rack-google-analytics_0.11.0-1.debian.tar.gz
 e08d9808f643e86d7d901fba60dc5f8b 5548 ruby optional 
ruby-rack-google-analytics_0.11.0-1_all.deb

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

iQIcBAEBCAAGBQJRxfGRAAoJEM4fnGdFEsIqoxIP/i+Zid3hKeGG+0WhLX/goQux
oiu9VkbQpLM7TDM6LhGt9YPUsulnhu/H+FA6/HvaN+CdIDb7dWPcP2ZfhxQR+TyK
Tw3/alaKZ55+e+T62IpbO6uZnaA+u5R7FTrKLb0+JViGohqMsKPSs/e7+XoUuBGE
DN0ptqtJg+Caz6PYh4SfhX8d4QmLNDk0w2V8SuF4JXAlNk5Fjt+1YBm7uAZAE6wa
7whOe/PySkM/Nb/a67zyh3RhHsLeeWwnsRY0fqMsYdeDePWizGmSM0OeCMfxgiFC
rTVQieuAuPMKO29kpWGx0fO/ZcBWmgMY3tPQAlPmmVdYZChX/T/4kIK8IqmRG4Tm
WgFwsmpCb7uwuygFu/gvX6fv1kQeYJKKiK2eMa/6RGJ8SDt2RaYdssOEzNgsqaak
N79pQ0itgJoQF9RL07bkfstFxtqeoYqNd3JeY0QfwpQ2atO9cUN54wWE5nSe2l4c
g/PjIy5JeWzrszN9w7tY8VGjNLT85C3EUP9hzLzAi7mdLAvYIH/qZSqWL1bswfzj
+extDLja2iqaLeOxsnpHIG63mAQd9lCJp012DXWfsidF90IrGrRO6GU3NhOzzK/Y
YEckYlinpwm/IZA4/BbZ+Ya8ni23SlwZ2LBKO3wzV9sc6fP0u0W1ACbhy8f2zlu5
cR+xbDniouwtKQffDp85
=XYtR
-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/e1v6piv-0006o3...@franck.debian.org



Accepted ruby-samuel 0.3.3-1 (source all)

2013-08-06 Thread Praveen Arimbrathodiyil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 25 May 2013 12:02:22 +0530
Source: ruby-samuel
Binary: ruby-samuel
Architecture: source all
Version: 0.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Praveen Arimbrathodiyil prav...@debian.org
Description: 
 ruby-samuel - automatic logger for HTTP requests in Ruby
Closes: 709750
Changes: 
 ruby-samuel (0.3.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #709750)
Checksums-Sha1: 
 a594a68cfd4561b0abc283c89caadae8b14ac96d 2027 ruby-samuel_0.3.3-1.dsc
 f6799eccf6497e174ee104302856a1a20be969e0 10388 ruby-samuel_0.3.3.orig.tar.gz
 1caf0b6e50eb5717adb43f6d15664168f31807a9 2447 ruby-samuel_0.3.3-1.debian.tar.gz
 fb7fd4e53a272413b2507735ca954fdf446777ed 6114 ruby-samuel_0.3.3-1_all.deb
Checksums-Sha256: 
 c6c4c377b46ec70ee9d88078b83873d64afd3bf99d94efe8e357360cf154a705 2027 
ruby-samuel_0.3.3-1.dsc
 472b5787c65db4b5ee6efbf2234ae75ff6d76564148e0743c33bbe6e4f9cb26a 10388 
ruby-samuel_0.3.3.orig.tar.gz
 744cbf91f1b2947b752797a9ffd8c8f9d8e0ced6a657720a10888156435b813f 2447 
ruby-samuel_0.3.3-1.debian.tar.gz
 c77ddf2ecebb44a18f7ddbd822b139ed3c94345088708da2b84a89d4dacf5cb6 6114 
ruby-samuel_0.3.3-1_all.deb
Files: 
 adcaca4eef258105cb9dcfec0ce67f53 2027 ruby optional ruby-samuel_0.3.3-1.dsc
 22579c38ad13d2d5641f15d104c18c09 10388 ruby optional 
ruby-samuel_0.3.3.orig.tar.gz
 3ef95c42e4165a73abb54782aa866315 2447 ruby optional 
ruby-samuel_0.3.3-1.debian.tar.gz
 03f71d1be9a574b904ee9d2bad2f35e2 6114 ruby optional ruby-samuel_0.3.3-1_all.deb

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

iQIcBAEBCAAGBQJRvLdhAAoJEM4fnGdFEsIqUG4P/2H3feZs97DfyjFivcqLSJqi
aahmwGz4hw8YWuM6H5smRaaOsJVD10B0vu7yTO3wxKDBXFGoHSrjPYd5HBlz3ZC/
MZZMfuDS++tZ79bwjSH1w74zziGXF+B0mRsjsI4lE6nPShEJ/iNostIj/+vYHgD2
TKYgQH/BlVM4rWXz3iBVKj6FcdEDNGZaoVqTB/W3rSSyXRusksRswJePrrMj6fTI
mT7rp2VS4R0Ocow00XxsMNfIIadpQIR4mAu2GPQ9mIfQWsBOkezuAj6rPjGlgXHj
9/okk26Z00wB6bkQwDlE/r7kIOQfvGBgsspcdr76nL1OTPY4SaqmkjRrbWgqQtGI
L+S1k5GOWTMd2NkvnO+isTX3zO3pOVuIstbHh6Q2+m0HuqH14fI7BMqoEYFRw6Ep
GRmto78bGjD0c2FyAbT+hHAFZ0o7eMeSnLr4rt7SF9tENo174v57o3on831pZCpl
o+Mv4TSVo0z3VvUlVq5zZopDaPv1Ir0Wsx3KOOUovAJAIAaE/ff6cbE+0zIfH7Dl
Dc7ZHfQBm/f4YR7ngFXLOtAV9oUAFiLuOVTx6/ty9mblPkkzVsLZA+PxqbTcDB2y
gpE77MFrK0A558h184T2oR8yyFA1LaRsQujLZTSDU7WNqF07Q5ycZqSCTV66umOW
P4BhH7s0blVRzt6zfv+o
=moxW
-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/e1v6piw-0006rj...@franck.debian.org



Accepted ruby-twitter-oauth 0.4.93-1 (source all)

2013-08-06 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jun 2013 18:10:44 +0900
Source: ruby-twitter-oauth
Binary: ruby-twitter-oauth
Architecture: source all
Version: 0.4.93-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 ruby-twitter-oauth - Twitter OAuth REST API client library for Ruby
Closes: 635728
Changes: 
 ruby-twitter-oauth (0.4.93-1) unstable; urgency=low
 .
   [ Youhei SASAKI ]
   * Initial release (Closes: #635728)
 .
   [ Cédric Boutillier ]
   * transform hyphen to underline to fix debian/watch
   * debian/control: remove obsolete DM-Upload-Allowed flag
   * use canonical URI in Vcs-* fields
   * debian/copyright: use DEP5 copyright-format/1.0
 official URL for Format field
Checksums-Sha1: 
 5c1074a48088a247ec511f3d3ed1f7bec705b5ec 2114 ruby-twitter-oauth_0.4.93-1.dsc
 faa09d4a6aca7db8fc202718de088a5e32c87282 9598 
ruby-twitter-oauth_0.4.93.orig.tar.gz
 c7749ba240bc88ba0adcd68fdcfad25b3a2499a5 2078 
ruby-twitter-oauth_0.4.93-1.debian.tar.gz
 35926c9c9a419a986c36ec0be7590a753a2e2356 11746 
ruby-twitter-oauth_0.4.93-1_all.deb
Checksums-Sha256: 
 36261d8f87163c80b48b48ad392d667f36921885824840c60dc4b4c8720f3198 2114 
ruby-twitter-oauth_0.4.93-1.dsc
 00069cc3c5363ec406dc1ec637cf7d4bc7e24ea5a60b3d015a2cb29df103c159 9598 
ruby-twitter-oauth_0.4.93.orig.tar.gz
 8ea4453def78feaa8e41f1022efb5502a35124ff6b8d2b5fa26fb8de1d26b7e7 2078 
ruby-twitter-oauth_0.4.93-1.debian.tar.gz
 384d455ad1ecdae2cc29c807fe8fd4b36d104d744b64bbe9d076a607627ec918 11746 
ruby-twitter-oauth_0.4.93-1_all.deb
Files: 
 17c005152532a163e83f34ae3ea2670f 2114 ruby optional 
ruby-twitter-oauth_0.4.93-1.dsc
 3c15b02088a421e7ffd17be65b91109b 9598 ruby optional 
ruby-twitter-oauth_0.4.93.orig.tar.gz
 d6d7987a4a8c7545cf330717ab47b681 2078 ruby optional 
ruby-twitter-oauth_0.4.93-1.debian.tar.gz
 641b47803f1f7697044f84d91a483d3c 11746 ruby optional 
ruby-twitter-oauth_0.4.93-1_all.deb

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

iQIcBAEBCAAGBQJRwZTDAAoJEHg5YZ3UOWaOGHAP/RPhOfi69DovIB7XY8Bn8JTT
z7/zV3FMhJFyYcNzOy22lLCrIgcdERBIWGYVaxeB9j/BytENMBGf9LEHBYZgEAYn
jUa8Kez5MG42i/XmXoPmwSYN2rBr256FFrc/BwLXSPNJ0wXeWRo+3f7VLc4DgVAy
lDHBp/+zKDx+sUspGjdhE6nzVvcNZDH1kywPSB/ocGl8lEOvbMHKog7hvDQ6UW+8
2HkSF1HoHCXmMVfjQykoLc1qc3yhxWSpSGL74y/SE0X/okopjvbWljjKc1Sopv90
EezYYVXhgaHKnl1c5GfnZg4PctxhQD+A5Fj0FUsdT2SHAyuZVeX74zYKYwg/1y7M
qkJ+v+UP/hktpLExHMqDexOQxboUowEnPbnrDx/tkOFYn+kDTctVPrLK7OWUC1Gr
VtepbkwaX3QhzOjGKqBq7Vg+MMx15EspWV6mbYKDsYYSqtawxE0oEhPnesXpEwVj
VWvj7PXUya8Yc8EaW/vQdwuV09BBh8G9jtM8Ojpeb5QqjM2uBBxxKks59g6UMykv
TnJUhkHEhIS9QYd6mM7GIxyaakKFPYTt+URSqblhWkq2MC5BPhUv/jixT3MNoS5y
8ueox/pngfiU/o5OrLUbA6plx9J4Tx4019FiT9gVlOPmtp4p5uexZFADSUqYlZWJ
qJWdcC2rnb0U4oOfgFto
=7nr+
-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/e1v6piu-0006my...@franck.debian.org



Accepted sqlparse 0.1.8-1 (source all)

2013-08-06 Thread Andriy Senkovych
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Aug 2013 00:20:01 +0300
Source: sqlparse
Binary: python-sqlparse python3-sqlparse python-sqlparse-doc
Architecture: source all
Version: 0.1.8-1
Distribution: unstable
Urgency: low
Maintainer: Andriy Senkovych jolly_ro...@itblog.org.ua
Changed-By: Andriy Senkovych jolly_ro...@itblog.org.ua
Description: 
 python-sqlparse - non-validating SQL parser for Python
 python-sqlparse-doc - non-validating SQL parser for Python
 python3-sqlparse - non-validating SQL parser for Python
Closes: 717972
Changes: 
 sqlparse (0.1.8-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Andriy Senkovych ]
   * New upstream release
   * Upload to unstable
   * Add replaces/breaks relation to make separate sqlparse upgrade smoothly
 (Closes: #717972)
   * Bump Standards-Version to 3.9.4. Create empty build-arch target.
Checksums-Sha1: 
 1a57e99e9f9c4d20cdc9dc9f7eaa38a73127a206 2250 sqlparse_0.1.8-1.dsc
 0826497c928799ef01ee35df3583381e7ee79947 52478 sqlparse_0.1.8.orig.tar.gz
 919501b6dab8128e857d7cef95d872651c3fbd46 4397 sqlparse_0.1.8-1.debian.tar.gz
 b256860515b454e8b0b9554d0fef1ab7ed75656a 31070 python-sqlparse_0.1.8-1_all.deb
 2457f4b30718a3ddaf0edf0ce1ae5472870b82f6 30376 python3-sqlparse_0.1.8-1_all.deb
 41dea7d05e1752e665f727f50cf99b68bb9b3d3e 35718 
python-sqlparse-doc_0.1.8-1_all.deb
Checksums-Sha256: 
 5344dea99399d3d7ddc2bc5a224767d36748f82169aa6059da7fab0c61f1a877 2250 
sqlparse_0.1.8-1.dsc
 e8590b2771c0a93b35e08092d5f71fff5022f9ac48af07a7888abf2603b82615 52478 
sqlparse_0.1.8.orig.tar.gz
 bc18df0fdfbab0ccff1db5dc1870ee8f495041d9430e520a344ab9277bea77ac 4397 
sqlparse_0.1.8-1.debian.tar.gz
 6e5abac7a954b95deb14fa62948ee1fe1cbd3bf78bcdc6d4da30a8afd390078d 31070 
python-sqlparse_0.1.8-1_all.deb
 9961290268c3eded0de324b1e6a783f1f3fd1cf6f727899dec6df30facb49c16 30376 
python3-sqlparse_0.1.8-1_all.deb
 61946977bc2477f469fd2f5a76a55270859b9b6e0b1bd39577aed3392338a04c 35718 
python-sqlparse-doc_0.1.8-1_all.deb
Files: 
 e2b9e20c4592e25b87e5c279a9740dee 2250 python optional sqlparse_0.1.8-1.dsc
 bd14f9304bed67bcec616eb43e8c3b1b 52478 python optional 
sqlparse_0.1.8.orig.tar.gz
 9ac8406b404164dbf09f28e5d14140ed 4397 python optional 
sqlparse_0.1.8-1.debian.tar.gz
 fbb698e616701eff7f1258fc9b122f61 31070 python optional 
python-sqlparse_0.1.8-1_all.deb
 ca8acca270d7f5ded38f3f715e693967 30376 python optional 
python3-sqlparse_0.1.8-1_all.deb
 d2669919cfa2d76a43d9abc04c0c0676 35718 doc optional 
python-sqlparse-doc_0.1.8-1_all.deb

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

iQIcBAEBCgAGBQJSAXC9AAoJEK728aKnRXZFi48QALZFmtWfvCUblktWwjR+wpdN
wlYLjT1Ib1iZE2S2oXdeE5Njdd0EHFseLkQKOpMs6pWp/0uCGmHnMx5ZF/3g8UZX
wo8a+SEuolqvSW+zpDlVSw/mMEPWmxWfGIVhUJu8tF1/dYKq2NdKEtOS6tbB5CuO
/rFXjhcT5HKxeowC0oA4VUZjVmhfp3vEyhseJLjBCiuQS2WOrTnqOM99B5xD8nay
njIMckoT8fdtXiHd5AemVgDcqmM91BncNMZ1d+idedd4FE4/wM49PVAzbNrZGa/Z
gqhvuS9rKsLCV9BufCGOCzsrEOgb4i0PZjrEzzP9sleTrESksuzdWtUzoQwy5pMu
PZXYbKMG6JnDwV+XZuztGuHisRTkaSkubr89fuHsoxzPeOsQrelymWEHCz8Dh/js
VF7WcA2wg+cPWkau9ugWhARkphJpwKB8LCHP5/HfVWEiQzqwK+ybjfJm+rs0T7ps
DN+y3OTlncasiPYWYFDYZ8YF41B8H/d4PDRFFwkZmnbCc6dGmu3rQOT6OVf/WM55
jsBvBV+lyhVLWUHfglPFKdTg3iXt03EBTCiHwsIa0cHuKI8BA/KKNiB3dHpJZpyk
X7oENZkp/2HJ0WpyBvLh9o1hZ6rlO2+G5XipbEnYLUOuNkT4s7gocePTXORYrkSZ
NAj7dK3g0PT1R19QsnF9
=pICl
-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/e1v6pmb-0007mk...@franck.debian.org



Accepted multcomp 1.2-19-1 (source all)

2013-08-06 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 16:57:45 -0500
Source: multcomp
Binary: r-cran-multcomp
Architecture: source all
Version: 1.2-19-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-multcomp - GNU R package for multiple comparison procedures
Changes: 
 multcomp (1.2-19-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6326e6b34108b9350610d177a6c3f536c5adeccd 1097 multcomp_1.2-19-1.dsc
 4a85cbe39e4ce7c2cba7069902aa9e8f06a55b11 570348 multcomp_1.2-19.orig.tar.gz
 8a64a5e4304d08abc80c5bc915e15ceb6fe7b9d6 2995 multcomp_1.2-19-1.diff.gz
 e0cef4591b8bf1bc8ca665fa3e19460bc7597836 570880 
r-cran-multcomp_1.2-19-1_all.deb
Checksums-Sha256: 
 01ee2931c1c2018ef745833beedd890113f611d8d5518af59e0761094e2c661b 1097 
multcomp_1.2-19-1.dsc
 5a0f60c5f71a2392faf714358fa5c8d76f5b431adf2f0f28d7ea8d81315a46b6 570348 
multcomp_1.2-19.orig.tar.gz
 a6a14e6482b27730d0ca1084c158df84fb99197603b8a3d35747ca8ea3b845eb 2995 
multcomp_1.2-19-1.diff.gz
 941584c661b63b1bc32c8e70f67b49478f8e11a2c9870f4923398165fe99fd80 570880 
r-cran-multcomp_1.2-19-1_all.deb
Files: 
 0c04e997032c8debc6d4cda52456a409 1097 gnu-r optional multcomp_1.2-19-1.dsc
 37de2fab7af85672fc1145d189b05384 570348 gnu-r optional 
multcomp_1.2-19.orig.tar.gz
 24697be279fa607e94080dd676500863 2995 gnu-r optional multcomp_1.2-19-1.diff.gz
 efb215c53b8c18ab20330eda762eed63 570880 gnu-r optional 
r-cran-multcomp_1.2-19-1_all.deb

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

iD8DBQFSAXJWCZSR95Gw07cRAvdoAJ914UDsBahRCs0egrTIO6w4v2584ACfX2M1
aaYTg3vzwefhDpR31Syj4rg=
=AYGR
-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/e1v6pzr-0002kk...@franck.debian.org



Accepted ruby-bio 1.4.3.0001-1 (source all)

2013-08-06 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 23:19:36 +0200
Source: ruby-bio
Binary: ruby-bio
Architecture: source all
Version: 1.4.3.0001-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-bio   - Ruby tools for computational molecular biology
Changes: 
 ruby-bio (1.4.3.0001-1) unstable; urgency=low
 .
   * Imported Upstream version 1.4.3.0001
   * debian/control:
 + remove obsolete DM-Upload-Allowed flag
 + use canonical URI in Vcs-* fields
 + build-depend on ruby-test-unit
 + bump Standards-Version to 3.9.4 (no changes needed)
 + update my email address
 + drop transitional packages
   * debian/patches:
 + drop disable-test-soap.patch, fixed upstream
 + drop fix_definition_CutSymbol_in_test_cut_symbol.patch, fixed upstream
 + drop do_not_rely_on_keys_order_for_hashes.patch, fixed upstream
 + omit chi2 tests instead of commenting them out
 + add remove_rubygems.patch: remove requirement on rubygems from 
bin/bioruby
   * debian/ruby-tests.rb: do not exclude manually tests requiring network in
 ruby-tests.rb, now moved to a dedicated directory by upstream
   * remove debian/source/lintian-overrides, related to transitional packages
   * install KNOWN_ISSUES.rdoc as documentation
   * provide more complete copyright information
Checksums-Sha1: 
 5c12487019972c3e37d86e6eb81ce1771824c9cd 2139 ruby-bio_1.4.3.0001-1.dsc
 95b8f7f9525921cb809068035df33d0e4295b861 1504832 
ruby-bio_1.4.3.0001.orig.tar.gz
 20926d6fbcb5315643d28d45fdb205bb086c9de5 12204 
ruby-bio_1.4.3.0001-1.debian.tar.gz
 642ee1e0286f7e23e524c1a7629124ae2d3f6059 721272 ruby-bio_1.4.3.0001-1_all.deb
Checksums-Sha256: 
 97b7a945f7755a01ad23cf4dd6fa01f3145f93cced7b7ae8d04224e438b1c2d1 2139 
ruby-bio_1.4.3.0001-1.dsc
 040af94e1c8cce4d122ec3bcb105ec3e0fba3ee9f6b78e739bfec020be3b4dea 1504832 
ruby-bio_1.4.3.0001.orig.tar.gz
 4361f47faa7972e6ecbf7158946c47bf49383ded351bb4dcae220e5b7fa2388c 12204 
ruby-bio_1.4.3.0001-1.debian.tar.gz
 21c6b515ee91ca35795872849dc1659459b1a956ad42f6097801d49868d6f8eb 721272 
ruby-bio_1.4.3.0001-1_all.deb
Files: 
 00b8684e06349be7b33426705e536851 2139 ruby optional ruby-bio_1.4.3.0001-1.dsc
 d998648769d6dbfedfc0c13daee8a17b 1504832 ruby optional 
ruby-bio_1.4.3.0001.orig.tar.gz
 4c4b85913072a65acbbc8a60f0830082 12204 ruby optional 
ruby-bio_1.4.3.0001-1.debian.tar.gz
 feff2162db700fe41e8f536a3733a4d6 721272 ruby optional 
ruby-bio_1.4.3.0001-1_all.deb

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

iQIcBAEBCAAGBQJSAXIdAAoJEKkHZFuPn48JUS4P/0vkQFJTqkC5Ask8pkZCLp8j
qRGLhEOsUIHnNByOWR5FQTXNUjE5mRFpRMKKwDQ2mkvvJ5B7l65LhFsJjTl5OQtY
SAYklm8I2mWBlaSsM6fPkiyl88v0xDepCDgV5GnBIOdVuWginQOJvKroPR4QJh2x
w6wdA4TOtPls5fhrPgJgjIntHMrZf1ON9U2RRVEo8IEmEKppseJR0+ZUtsDsSCgw
Lnf88NRHNCLo6Bg/jKyAvL0t4542nLOznKRyaWGGPqE2/1HyFE3fuhlpqaS2xxrG
GBFy5HZ9xmZ394/hVkIBRrXs7SksQBYWwE7oLdkVagGNVC5jpc4dTb1RzF8QQqX6
lPZJTmFDwfqd7jQ8XzphT8Uy/eGh3dA/DS/KpBucXburH7puU/h3Kh5JZfekt5G9
2ud/zIUTl7xvkz3nlwwrPRk3G4OVUz8gGHIlR2iBcTZwefIvIqsH3wzpEwlqEYO6
u4a/MRNrxDdiuYq0srzgYm0DKQh/qHYxyAE86NxYukRFVLbN5SJMNk4xZZwMkN+w
kqOFtJkZkoniYCN3GFj2cHvKaFhR8dITU6wpmeSkz02SWZLB2qLVhu0ZCxXgXXmb
lNNe5IlwkvuAPxXciyuvq/t3a8mKd7TQJYb39ewYPxZiV+Pvm+eKaS4hwzxlDUfj
8bw3yA3L0NYi8Od79HlX
=U7wB
-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/e1v6pzz-0002mx...@franck.debian.org



Accepted jmeters 0.4.1-3 (source amd64)

2013-08-06 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Aug 2013 00:24:57 +0200
Source: jmeters
Binary: jmeters
Architecture: source amd64
Version: 0.4.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 jmeters- multichannel audio level meter
Changes: 
 jmeters (0.4.1-3) unstable; urgency=low
 .
   * Tighten build-dep on libclxclient.
   * Tighten build-dep on libclthreads.
   * Don't sign tags.
   * Added Keywords entry to desktop file.
Checksums-Sha1: 
 b84943775a2e1a663115002e0f6e58efc603056e 2080 jmeters_0.4.1-3.dsc
 be595c1c5797251816974e7dd5f2d942a08dd3da 5208 jmeters_0.4.1-3.debian.tar.gz
 6b4d9468ed0bcb0bea68a38262c58a4f183b3c3c 309598 jmeters_0.4.1-3_amd64.deb
Checksums-Sha256: 
 7301437c9254e2414958996fa8e217876a921e6a6adb9988f5d9fc3e7ecbc9e4 2080 
jmeters_0.4.1-3.dsc
 6b45f439669395569428616483b6530e0c4a6a8f55027f8cbdbd58d887fc7a81 5208 
jmeters_0.4.1-3.debian.tar.gz
 153484bbd2a5ea3eb4838284b64d1afce0d1bc7af0c5329443f14c8fe1791ec0 309598 
jmeters_0.4.1-3_amd64.deb
Files: 
 8686e9383c52fa397428a25e46758922 2080 sound optional jmeters_0.4.1-3.dsc
 1ee7dc6a8854370add7d63e95f091511 5208 sound optional 
jmeters_0.4.1-3.debian.tar.gz
 73b22996fad7e91e905b94853e17dc88 309598 sound optional 
jmeters_0.4.1-3_amd64.deb

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

iQIcBAEBAgAGBQJSAXrGAAoJEFsBlFXiuE+laTIP+wfAS6rE68R4+HcSb7WtAllU
94tExKcPSptvtCmO47OhkESfmZGAqSDoH635yxCq6PKxJ95YECKxWC95+bsrMmy1
RchPYiucBV5wsnD+GZrozcWu8VhEv5o6yjxW4mUCLhLqCKPPaGkZdNlxgkwWqyeH
0q8XhKdHYXW9wRMvmQQ5sAuWvj6H6dlh9XGD9iq8nNWKybuMHRjPLhqI/fW880N2
TDRUPuMw0m+KfJ9Y5ardHJ+DdaCZvCWdpTrd9f8rJnrobDock+d2S9sIwTmDs2D3
7zX/3gJwRFttTYceDHSzuutWBDVvBZP/hPyOVlBOGgbOnREGrewY+acRGbn58ZMt
h5PqkHwrIFrDNile9MdDd8MS3MqL60U1/YgN839k+MN4qu1m3JHz0AVr+mawt+6P
EKGwI4hyJjfM+i+cXhpEemEFCRq2saLkbhAIo4IJ6hYGif62he/Hup5ZIB21NIa7
yrm0GRxQx4fiBeULnQ2hJ37fgzpxl2hLb1RdgLYkgJdCIkusOi0AAWKBG7gGCHKV
bEQm/2W7+9zSbBa3B1USL/U4JY7ph4S+UYbtcMEy1p2sG/M7FoEch854cRcVsJ1M
IEp0YyBx7MMxq5nJJqxsF/0QUqf5R/b5+QqIULYeSLX+kLdZ0Ww22amTODS+OkVM
jU7BKjeXPdnbab9Xousk
=0aoY
-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/e1v6q32-0007rt...@franck.debian.org



Accepted libsub-infix-perl 0.002-1 (source all)

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

Format: 1.8
Date: Mon, 01 Jul 2013 16:17:24 +0200
Source: libsub-infix-perl
Binary: libsub-infix-perl
Architecture: source all
Version: 0.002-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libsub-infix-perl - create a fake infix operator
Closes: 714627
Changes: 
 libsub-infix-perl (0.002-1) unstable; urgency=low
 .
   * Initial packaging release.
 Closes: bug#714627.
Checksums-Sha1: 
 7ef0dfd566cfccbdf33ad6cc3a6396323231cf41 2073 libsub-infix-perl_0.002-1.dsc
 e8710d0b997cd0ff6c98971727060299fffe56f7 47443 
libsub-infix-perl_0.002.orig.tar.gz
 51b6aa88779da9c1d4b53001580df13965ef410f 3471 
libsub-infix-perl_0.002-1.debian.tar.gz
 c3d034269d4e77276d700a8ec576a2259b326c0e 10516 
libsub-infix-perl_0.002-1_all.deb
Checksums-Sha256: 
 73e21c397fef099e61d2d1cfc6a2a791ba5ac65a35b5e56bb2f22cb4e4d1dab1 2073 
libsub-infix-perl_0.002-1.dsc
 5339c616f0d4d7929fc0e866039ceab76d7f88c563d7dca6bd02d72dba78bd11 47443 
libsub-infix-perl_0.002.orig.tar.gz
 1460ffcb5426a31cc0ad60f4ac19e056629aa8c7966b440a42ac968406688053 3471 
libsub-infix-perl_0.002-1.debian.tar.gz
 825d97721f822d67d40f4b7fe8069f07755ca1fd41e660b89f7b3515eb6814e7 10516 
libsub-infix-perl_0.002-1_all.deb
Files: 
 479241c4eb3574942664c2a0ec3689d5 2073 perl optional 
libsub-infix-perl_0.002-1.dsc
 3a24e629920c3da198b487116f9889d5 47443 perl optional 
libsub-infix-perl_0.002.orig.tar.gz
 efe6984d862a7b1621d96610daeb106a 3471 perl optional 
libsub-infix-perl_0.002-1.debian.tar.gz
 b983a38b2aed6fc7cb8532d1f9a3913f 10516 perl optional 
libsub-infix-perl_0.002-1_all.deb

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

iQIcBAEBCgAGBQJR0ZAoAAoJECx8MUbBoAEhfAIP/2GcudgQePlf7uKMTyPwgxhn
+7TZwEOt0/aw44jVe/d3AtKdS+DZjVmRg1zg9eQ4kldg3qS1h/RuejlJES/xJJtl
tYK37Q2H5w+h0Pb7hiMFIviTMSKuEapt5h4F58ZL61fqXcQ+yEPRb20MXvaCGLuV
kxwcxavq5C/y4Mx4lreWVv5hloVjIxqG8jEQZmwHBoXmCeGC9b/lyyGwDNcVT1Ol
gWdNvQ8jenRqntP0/22/tPLs2hUyFgxErt4SdBa4h06JeXqIFJFpBbs1JIafoScQ
CywxFH5e+6GIFm5ai3uiMZ+JBOxHR4n+7hxPxELZFIU6FVTzPv8iYb8QqM/bLRkv
uOD0Nzq6x+4GXUwaYNCRNqp+kAc1zxo6AisleKQ7g6J5L4Z2n91ELclV6JSQjfJ8
h3JD9Des5FN2Keqh1XfnxUj65AZlVpj0G/lO0wi72VQqkID76KWYcCb1yV3cYvd2
b9J++oAZOHiei5S5YRtFV2qLOk0BRANiHEi3DF0aXKLYZUdYuvAGkCEnTZrXmSMK
uppVnu8R9K/+EHI6aN7CqESpkk61xCML7/Zf/byJJISxjRfTKEqBcKPo42fme7yy
VnbtyXAmNfKJIH3hZe3ImcKIJBRrycl7JGQmABQcBXDqKQ7xZFwtVfk+dIAsp6vi
iUhEvmLi5hC9yvnnZ+I9
=NzUR
-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/e1v6qea-0002ss...@franck.debian.org



Accepted pacemaker 1.1.10+git20130802-1 (source amd64)

2013-08-06 Thread Martin Loschwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Aug 2013 07:19:18 +
Source: pacemaker
Binary: pacemaker pacemaker-cli-utils pacemaker-remote pacemaker-dev 
pacemaker-dbg libcib3-dev libcib3 libcrmcluster4-dev libcrmcluster4 
libcrmcommon3-dev libcrmcommon3 libpe-rules2-dev libpe-rules2 libpe-status4-dev 
libpe-status4 libpengine4-dev libpengine4 libstonithd2-dev libstonithd2 
libtransitioner2-dev libtransitioner2 liblrmd1-dev liblrmd1 libcrmservice1-dev 
libcrmservice1
Architecture: source amd64
Version: 1.1.10+git20130802-1
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Martin Loschwitz madk...@debian.org
Description: 
 libcib3- Pacemaker libraries - CIB
 libcib3-dev - Development file for pacemaker's cib library
 libcrmcluster4 - Pacemaker libraries - CRM
 libcrmcluster4-dev - Development file for pacemaker's crm library
 libcrmcommon3 - Pacemaker libraries - common CRM
 libcrmcommon3-dev - Development file for pacemaker's common library
 libcrmservice1 - Pacemaker libraries - crmservice
 libcrmservice1-dev - Development file for pacemaker's crmservice library
 liblrmd1   - Pacemaker libraries - lrmd
 liblrmd1-dev - Development file for pacemaker's lrmd library
 libpe-rules2 - Pacemaker libraries - rules for P-Engine
 libpe-rules2-dev - Development file for pacemaker's rules library
 libpe-status4 - Pacemaker libraries - status for P-Engine
 libpe-status4-dev - Development file for pacemaker's status library
 libpengine4 - Pacemaker libraries - P-Engine
 libpengine4-dev - Development file for pacemaker's pengine library
 libstonithd2 - Pacemaker libraries - stonith
 libstonithd2-dev - Development file for pacemaker's stonith library
 libtransitioner2 - Pacemaker libraries - transitioner
 libtransitioner2-dev - Development file for pacemaker's transitioner library
 pacemaker  - HA cluster resource manager
 pacemaker-cli-utils - Command line interface utilities for Pacemaker
 pacemaker-dbg - Debugging symbols for Pacemaker
 pacemaker-dev - HA cluster resource manager (development files)
 pacemaker-remote - Pacemaker add-on to control virtualized services
Changes: 
 pacemaker (1.1.10+git20130802-1) unstable; urgency=low
 .
   * Update to latest Git HEAD for M/S fix
   * Bump Build-Dependency on libqb to 0.16.0.real-1
Checksums-Sha1: 
 c530162f4ded2b7a211d617c01136e9feb469a38 3331 
pacemaker_1.1.10+git20130802-1.dsc
 69e87fb2adb66d121b595b34b1a5c64d16f8a25a 10184304 
pacemaker_1.1.10+git20130802.orig.tar.gz
 990cea6f9adc58d935a2733fc489827f6f71804b 28128 
pacemaker_1.1.10+git20130802-1.debian.tar.gz
 f19c1288abf88d57ce04327a9b8a5d95f54eeced 457862 
pacemaker_1.1.10+git20130802-1_amd64.deb
 32933d627a288feaeb4f39ce6bf3e9f3642988e2 185602 
pacemaker-cli-utils_1.1.10+git20130802-1_amd64.deb
 9d6a50929f88647278005c7e16d6937c812f5290 78460 
pacemaker-remote_1.1.10+git20130802-1_amd64.deb
 b91af72047b08143589b7332f1e48b355d0492fe 816494 
pacemaker-dev_1.1.10+git20130802-1_amd64.deb
 04a1ed99a0442a50fbfe6c28d33b38ae4007747b 1604190 
pacemaker-dbg_1.1.10+git20130802-1_amd64.deb
 cf4fa8d82c9ee601cf363bc6b05ac8d5b34bba08 101786 
libcib3-dev_1.1.10+git20130802-1_amd64.deb
 eb4208eb56ce84b52895e617224e6dc764c9e0ef 95134 
libcib3_1.1.10+git20130802-1_amd64.deb
 78892f7ee9b1fc20ffa0d89f4804765aec89aca0 108728 
libcrmcluster4-dev_1.1.10+git20130802-1_amd64.deb
 def7a11b236a8d472b04fa7727c05fa7d2be6d11 89562 
libcrmcluster4_1.1.10+git20130802-1_amd64.deb
 c6a49555f7a8f7e6304c97160e0549305d52f44c 162798 
libcrmcommon3-dev_1.1.10+git20130802-1_amd64.deb
 88f5b878aa1d746f189695d931b65ed68ae9a76b 144360 
libcrmcommon3_1.1.10+git20130802-1_amd64.deb
 365aa8f2ee7be73b04f1e046d1676d2fde4d5372 70532 
libpe-rules2-dev_1.1.10+git20130802-1_amd64.deb
 8b17175263544b66873d2e4b355499849c6882f4 70274 
libpe-rules2_1.1.10+git20130802-1_amd64.deb
 11bf69ce2887efc5405c36b3514e44bd7598f669 143392 
libpe-status4-dev_1.1.10+git20130802-1_amd64.deb
 95af32c93c1b8a944838fcac6f9672a09de018f8 132066 
libpe-status4_1.1.10+git20130802-1_amd64.deb
 68f0261eb35738e8e8380b33400f98d8333b21e3 195116 
libpengine4-dev_1.1.10+git20130802-1_amd64.deb
 4ba75b5ac323c06b13589037444e5a3c3ae0f38f 173360 
libpengine4_1.1.10+git20130802-1_amd64.deb
 80f1a104e56a86b15d5024d946c8052eaba99787 80424 
libstonithd2-dev_1.1.10+git20130802-1_amd64.deb
 e4033f8483221491d43fd90eacd3ba761d242725 78920 
libstonithd2_1.1.10+git20130802-1_amd64.deb
 4576d0dd1fb3670d1d381e7157dc4d0a402d36fb 69944 
libtransitioner2-dev_1.1.10+git20130802-1_amd64.deb
 c6c797a0fc51284ce90c7fcbf127fc656432edac 68510 
libtransitioner2_1.1.10+git20130802-1_amd64.deb
 1f06b27c8dd88c4a91d6bd5738f24fd68dc67242 77844 
liblrmd1-dev_1.1.10+git20130802-1_amd64.deb
 0c99458b3270e037403761b87f0bccf4e22873cf 73152 
liblrmd1_1.1.10+git20130802-1_amd64.deb
 fa3042394dc593a7ad633f8e1f4f60e404c868d2 73412 
libcrmservice1-dev_1.1.10+git20130802-1_amd64.deb
 21786ba25603daa2605422146a46fa616a0b289d 72170 

Accepted kfreebsd-downloader 9.2~beta1-1 (source kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jul 2013 01:01:22 +0200
Source: kfreebsd-downloader
Binary: kfreebsd-downloader-9.2 kfreebsd-downloader-9 kfreebsd-downloader
Architecture: source kfreebsd-amd64
Version: 9.2~beta1-1
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-downloader - kernel of FreeBSD (upstream version)
 kfreebsd-downloader-9 - kernel of FreeBSD (upstream version)
 kfreebsd-downloader-9.2 - kernel of FreeBSD (upstream version)
Changes: 
 kfreebsd-downloader (9.2~beta1-1) experimental; urgency=low
 .
   * New upstream BETA release.
Checksums-Sha1: 
 8b299a0ffe6155a9a8611c60c1dbce82e9938dd7 1227 
kfreebsd-downloader_9.2~beta1-1.dsc
 c8e0d20698a184e28e4f1dfaea2de05a3111f001 7356 
kfreebsd-downloader_9.2~beta1-1.tar.gz
 19fc87aac5506bb57ddd01b981715bfbe986f0bf 4794 
kfreebsd-downloader-9.2_9.2~beta1-1_kfreebsd-amd64.deb
 9169fd8dd9bce7712e0aa3239c5c20e840e0876e 1988 
kfreebsd-downloader-9_9.2~beta1-1_kfreebsd-amd64.deb
 ab37c8351a35e877f31ffbcab9cc05e6451d386c 1978 
kfreebsd-downloader_9.2~beta1-1_kfreebsd-amd64.deb
Checksums-Sha256: 
 a70a12f6eb1938f5b53b8c69a03e73dec40cc7d409fe73ed7bb148948fa8e565 1227 
kfreebsd-downloader_9.2~beta1-1.dsc
 1f5d971aa3f7e565343f1f281431d78ae28310adc6d243c1a7c135d259bdfb24 7356 
kfreebsd-downloader_9.2~beta1-1.tar.gz
 8ea910ef78329e7c5ce7b753cda87cd4966daf94fced3c3d11de636a5c18cc72 4794 
kfreebsd-downloader-9.2_9.2~beta1-1_kfreebsd-amd64.deb
 737f34f911874752a9a8b11d1a1d98f7cd262b90e72fa16a4f0577925d080b90 1988 
kfreebsd-downloader-9_9.2~beta1-1_kfreebsd-amd64.deb
 d36a7190fbaee0c0f9cefd099b84f9e52ddb5fe7e8961d7cb620044719e536d9 1978 
kfreebsd-downloader_9.2~beta1-1_kfreebsd-amd64.deb
Files: 
 0ce1b4addceb3beff68a8566e52ba29e 1227 contrib/kernel extra 
kfreebsd-downloader_9.2~beta1-1.dsc
 4ec37b4bcf54f5b51087dce387e5ab45 7356 contrib/kernel extra 
kfreebsd-downloader_9.2~beta1-1.tar.gz
 d7e3be5250939678ddc3678425743233 4794 contrib/kernel extra 
kfreebsd-downloader-9.2_9.2~beta1-1_kfreebsd-amd64.deb
 0b745403efe53111b2b66bb4196fbe64 1988 contrib/kernel extra 
kfreebsd-downloader-9_9.2~beta1-1_kfreebsd-amd64.deb
 8bf8fec7b5186a48ea0a27b855ea5a71 1978 contrib/kernel extra 
kfreebsd-downloader_9.2~beta1-1_kfreebsd-amd64.deb

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

iEYEARECAAYFAlH1pd0ACgkQC19io6rUCv8f2wCeJ6LCrvg9oL7xrfBwh3sVwBDZ
WdcAmwTVzCsIHdQKbfljstzXx4WJQndA
=/pj2
-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/e1v6qey-0002qm...@franck.debian.org



Accepted libdata-uuid-perl 1.219-2 (source amd64)

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

Format: 1.8
Date: Sat, 20 Jul 2013 22:52:37 +0200
Source: libdata-uuid-perl
Binary: libdata-uuid-perl
Architecture: source amd64
Version: 1.219-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libdata-uuid-perl - globally/universally unique identifiers (GUIDs/UUIDs)
Changes: 
 libdata-uuid-perl (1.219-2) unstable; urgency=low
 .
   * Fix replace and break versions of libossp-uuid-perl providing
 Data::UUID shim.
Checksums-Sha1: 
 10e1acacb3b1ffcaf53bcf89bce7bff5e07f3bae 2053 libdata-uuid-perl_1.219-2.dsc
 cfd7ddb9571b56ec4315078ac7b32bbd5ca369e6 3659 
libdata-uuid-perl_1.219-2.debian.tar.gz
 5d65736f61c9b336db5a627e76dff5cc85460d09 24646 
libdata-uuid-perl_1.219-2_amd64.deb
Checksums-Sha256: 
 82826dc54088024b6a05f026785b9e1cc576237c51233b3a30facc26e929 2053 
libdata-uuid-perl_1.219-2.dsc
 07f035617c070fbf70e7322dfe346205eb68c24b27aadbeb7c35e32fc89b02a5 3659 
libdata-uuid-perl_1.219-2.debian.tar.gz
 bc57cb5fe455f8f6ea0161dd2e6a837f88b8ed0f24ff7e5533bef2c3e0e8bee4 24646 
libdata-uuid-perl_1.219-2_amd64.deb
Files: 
 00986f99ac2e093f14eadfcde692873e 2053 perl optional 
libdata-uuid-perl_1.219-2.dsc
 040703e0e101d0eaaebe60c5950fb115 3659 perl optional 
libdata-uuid-perl_1.219-2.debian.tar.gz
 23e8bbdfbf232086781039df58b1527f 24646 perl optional 
libdata-uuid-perl_1.219-2_amd64.deb

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

iQIcBAEBCgAGBQJR6vz4AAoJECx8MUbBoAEhB4sP/0ywB6espGh5KmlRB21Empbe
KulzA2Zni+49sQLOAGdR4RvdAQX/URq7oQ0gJsRi8swB+wupsflw1oCPZM7d3L6f
RNpvv21jdWQDGgUWFR1XXQ72E1g2HZMl8uRT9pK/HOTI8KaA1ot2LPWApztmiWbA
JfSShvKwnCg2o0PyNOwn4x6vsl/hZ/0N34oorBCKrg/g7TYdKspQ14wapyze1xAI
4HHpf3oYykY6uhhZb3yR/hwMcKaNOyWwajOTGqPI1x+m8VWe8TOufqQFBVcXfJ32
3j3L8VUHQiEO+8JCWjCmpwEruHEoz4Ht+jfs2pTFQ03eBRN7z6UhtO8UuqJs5sil
smirQuAmeYPw+sOypfGaGrfV82kX32SrfgKajxIl0EWi6rql5NM1Z9IYaZzrxGu7
k4pXgZcD92RfzKgY8Dey5LaQbBsq0naKTskpZ/LpS9glWAqMoNcLuHUpneJ6r1NQ
eQV9yCxGmTn1E2QKwzHmAsJCO6kigX3pq6TDcSTlawnhSx7+gj1gYObDeYPGUjEU
eoOf/uBEyeOROghTF5/969pKpMYdgrQmti/c6HZhjjbPxJ6+FcIMDaAG+7USYta/
zvKNDQkrryTZro8+Nf8TZfgjQlKdtCZTSsp2DniKj9eWSBs3P+hNp/M0SDk4Z9ge
VRstEUzbwBZbBrXj1MOa
=/hCZ
-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/e1v6qez-0002qy...@franck.debian.org



Accepted libcpan-reporter-smoker-perl 0.24-1 (source all)

2013-08-06 Thread Marius Gavrilescu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jun 2013 10:18:32 +0300
Source: libcpan-reporter-smoker-perl
Binary: libcpan-reporter-smoker-perl
Architecture: source all
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Marius Gavrilescu mar...@ieval.ro
Description: 
 libcpan-reporter-smoker-perl - turnkey CPAN Testers smoking module
Closes: 713910
Changes: 
 libcpan-reporter-smoker-perl (0.24-1) unstable; urgency=low
 .
   * Initial Release (Closes: #713910).
Checksums-Sha1: 
 86080242262d7c3cbad67c38e04d51196237d922 2338 
libcpan-reporter-smoker-perl_0.24-1.dsc
 ebe3a978ff25a9fcaf5110938ae14630c6af8b78 43589 
libcpan-reporter-smoker-perl_0.24.orig.tar.gz
 7f95caaa2f7b26f046587a66fab27698a7844e03 2107 
libcpan-reporter-smoker-perl_0.24-1.debian.tar.gz
 48aa91e39064ec9137d4161143f32545c5235c40 26632 
libcpan-reporter-smoker-perl_0.24-1_all.deb
Checksums-Sha256: 
 eb2e7a8cb588ff8a6c00cd228fa79b38cdf6f027f4b50a7bd343414736c16564 2338 
libcpan-reporter-smoker-perl_0.24-1.dsc
 caaf2a0620cdd062c8399457588fcd0eb0144595087e88fbc2b2cfe01e3b483c 43589 
libcpan-reporter-smoker-perl_0.24.orig.tar.gz
 c4e455b888d2f823e3bc90a3bd38135d292fcb7a6f7384f65312b840661d8048 2107 
libcpan-reporter-smoker-perl_0.24-1.debian.tar.gz
 bc23eb23094053efbeb37049852cc58527eddb615b2ab74389cf5a5533fc8c83 26632 
libcpan-reporter-smoker-perl_0.24-1_all.deb
Files: 
 45e4bf552f1298b812e718119e60c046 2338 perl optional 
libcpan-reporter-smoker-perl_0.24-1.dsc
 20ac7d12e3df5c2b67ee32c7eb32ce99 43589 perl optional 
libcpan-reporter-smoker-perl_0.24.orig.tar.gz
 93f19f087549642895245206fc08e028 2107 perl optional 
libcpan-reporter-smoker-perl_0.24-1.debian.tar.gz
 94ef69ceaee97830cecb46bc5c63c76c 26632 perl optional 
libcpan-reporter-smoker-perl_0.24-1_all.deb

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

iQIcBAEBCAAGBQJRyGwAAAoJELs6aAGGSaoG/0IQAJ8xn7yTL8Xxy9v8kfwuiVuM
wKT5Kc99upK7XX2qv6ReyM0mlDmavBbgY+j2zJ3yk6InjMO0ssmVEdcEKt4xiazL
o119kbC95w0Ag0H2AsNrYxj6o0Qu47qSAsD0ILhlNLaW0PoPvoQovUFdcJLCOg7q
C/XOEijeLZWdxz/ClpMRjSRMCzql/SZNFzCFRUuR7TrZutgJERhG/XZYQ+MS1khU
n0I2fSmGzuMiYt9ez/4Rl975XepvZcVVoXGqEgH0s3Dl4xzhsvANOSpfRchF8IYE
T4BVKR4imdtYrlRf+3oxaFP1It3NfCstS4tQ+Mb2qgIV+vG29Hyod/uqKmYsibvq
FjAVZcriCvuuVBjRfSmnW4BPOxByX4/eAwML7XSHvESglnIKLLnx4W+02LlLN+E6
3aEeeo5eXNlsZ4Aj8bMc+tEWzOAiNu23aPc6kIUOY4ioFnVQ7udARbBa3gFbEH8n
LsSrTLqjFQ0wOQHFElK31jzEmzS8YKqxPhd13hxkE6ZNj2jHUNqw9ud7FDAsW9kX
ZpmZLx2tQhSqwikzpmFb0ntITnIEmk2+JkauDBAfpeCH7jIvOZt4LRD/Yp5FBL5/
ajC/TtKY/FIIqaIkMyu9wHx+/bTihLcxJdu1JimT39nCi+NQj5xvjjDKuK/rPLtK
FcEE94zvp5JrwtfGTfpd
=qtUb
-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/e1v6qef-0002w9...@franck.debian.org



Accepted samba 2:4.0.6+dfsg-1 (source amd64 all)

2013-08-06 Thread Ivo De Decker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jun 2013 21:51:49 +0200
Source: samba
Binary: samba samba-ad-dc libsamdb0 libsamdb-dev libsmbd0 libsamba-policy0 
libsamba-policy-dev samba-common samba-common-bin smbclient samba4-clients 
samba-testsuite registry-tools libparse-pidl-perl samba-dev samba-doc 
libgensec0 libgensec-dev libndr0 libndr-dev libndr-standard0 
libndr-standard-dev libdcerpc0 libdcerpc-dev libdcerpc-server0 
libdcerpc-server-dev libregistry0 libregistry-dev libsamba-hostconfig0 
libsamba-hostconfig-dev libtorture0 libtorture-dev python-samba 
libsamba-util-dev libsamba-util0 samba-dsdb-modules libsmbclient-raw0 
libsmbclient-raw-dev libsamba-credentials0 libsamba-credentials-dev 
libpam-smbpass libsmbclient libsmbclient-dev libnetapi0 libnetapi-dev 
libsmbsharemodes0 libsmbsharemodes-dev winbind libpam-winbind libnss-winbind 
samba-dbg libwbclient0 libwbclient-dev
Architecture: source amd64 all
Version: 2:4.0.6+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Ivo De Decker ivo.dedec...@ugent.be
Description: 
 libdcerpc-dev - DCE/RPC library
 libdcerpc-server-dev - DCE/RPC server library - development files
 libdcerpc-server0 - DCE/RPC server library
 libdcerpc0 - DCE/RPC client library
 libgensec-dev - Generic Security Library
 libgensec0 - Generic Security Library
 libndr-dev - NDR marshalling library - development files
 libndr-standard-dev - Standard NDR interfaces - development files
 libndr-standard0 - Standard NDR interfaces
 libndr0- NDR marshalling library
 libnetapi-dev - development files for libnetapi
 libnetapi0 - shared library for administrative communication with DCE/RPC serv
 libnss-winbind - Samba nameservice integration plugins
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Windows domain authentication integration plugin
 libparse-pidl-perl - IDL compiler written in Perl
 libregistry-dev - Registry library - development files
 libregistry0 - Registry library
 libsamba-credentials-dev - Samba Credentials management - development files
 libsamba-credentials0 - Samba Credentials management library
 libsamba-hostconfig-dev - Samba host configuration library - development files
 libsamba-hostconfig0 - Samba host configuration library
 libsamba-policy-dev - Samba policy management - development files
 libsamba-policy0 - Samba policy management
 libsamba-util-dev - Samba utility function library - development files
 libsamba-util0 - Samba utility function library
 libsamdb-dev - SAM database - development files
 libsamdb0  - SAM database
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libsmbclient-raw-dev - SMB client library - development files
 libsmbclient-raw0 - SMB client library
 libsmbd0   - Samba file server libraries and plugins
 libsmbsharemodes-dev - development files for libsmbsharemodes
 libsmbsharemodes0 - shared library for non-samba access to the samba 'share 
modes' da
 libtorture-dev - Library for running unit tests - development files
 libtorture0 - Library for running Samba 4 unit tests
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-ad-dc - SMB/CIFS file, NT domain and active directory server (version 4)
 samba-common - common files used by both the Samba server and client
 samba-common-bin - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-dev  - tools for extending Samba
 samba-doc  - Samba documentation
 samba-dsdb-modules - Samba Directory Services Database
 samba-testsuite - test suite from Samba
 samba4-clients - client utilities from Samba 4
 smbclient  - command-line SMB/CIFS clients for Unix
 winbind- service to resolve user and group information from Windows NT ser
Closes: 705449
Changes: 
 samba (2:4.0.6+dfsg-1) experimental; urgency=low
 .
   * Team upload.
 .
   [ Andrew Bartlett ]
   * Converted to full AD DC package on the basis of the 3.6 package
 - Samba now can be an Active Directory Domain controller
 - The samba4-* packages are replaced by this package.
 - This package now uses the s3fs file server by default, not the ntvfs
   file server used in the samba4 packages.
   * Provides a new library based package
 - Upstream's new build system uses libraries extensively, so new
   packages reflect that.
 - This provides the libraries that Openchange and other projects depend on
   * Move binary files out of /var/lib/samba to /var/lib/samba/private,
 where they belong according to upstream Samba:
 - schannel_store.tdb
 - idmap2.tdb
 - passdb.tdb
 - secrets.tdb
   * 

Accepted kio-mtp 0.75+git20130806-1 (source amd64)

2013-08-06 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Aug 2013 22:54:18 +0200
Source: kio-mtp
Binary: kio-mtp kio-mtp-dbg
Architecture: source amd64
Version: 0.75+git20130806-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 kio-mtp- access to MTP devices for applications using the KDE Platform
 kio-mtp-dbg - debugging symbols for the MTP KIO plugin
Closes: 717104
Changes: 
 kio-mtp (0.75+git20130806-1) unstable; urgency=low
 .
   * Initial release. (Closes: #717104)
Checksums-Sha1: 
 47e5029953e16d70d257015e2f5d8da872276718 1929 kio-mtp_0.75+git20130806-1.dsc
 84a0016982d15cf65a7fcddf11145cd89ae0172d 19960 
kio-mtp_0.75+git20130806.orig.tar.xz
 dc2c4fd54bf3a6cb9a5a49325da554c991a85bad 2565 
kio-mtp_0.75+git20130806-1.debian.tar.gz
 dc34477cf631861d3670f88a3057da58db3b4a73 30152 
kio-mtp_0.75+git20130806-1_amd64.deb
 dade8638a07ff4cb74cf25e948969fd8f4b2437e 334920 
kio-mtp-dbg_0.75+git20130806-1_amd64.deb
Checksums-Sha256: 
 53310bee7367564c547ef77fbee172f6d93e951bcae1941ac45864904d261b70 1929 
kio-mtp_0.75+git20130806-1.dsc
 00a528bb5d98b2dac4f7d7b2b8603ebda1cc7cc3575c92874d495b9fb9fbfb27 19960 
kio-mtp_0.75+git20130806.orig.tar.xz
 2cda546d02211061b8a4618d0bd18443bb4256732f091045b78ad6e71e46c8b8 2565 
kio-mtp_0.75+git20130806-1.debian.tar.gz
 bdbfa26e9d6684f6736430b5ab76db35df528ef62ca32b14f777957bcffedddf 30152 
kio-mtp_0.75+git20130806-1_amd64.deb
 01b5bf60a74b92727b029d6085663b2d80a6463f21691ae2ec14ed3406b2b10c 334920 
kio-mtp-dbg_0.75+git20130806-1_amd64.deb
Files: 
 82c1d696759e0b9ade9f146bd5aa6d6c 1929 kde optional 
kio-mtp_0.75+git20130806-1.dsc
 d91cff2cd89ccedbfe73a9fa2a39a42e 19960 kde optional 
kio-mtp_0.75+git20130806.orig.tar.xz
 bb82b1c9587ed26ccf355c741c07d961 2565 kde optional 
kio-mtp_0.75+git20130806-1.debian.tar.gz
 0c8ba166a98a388071ea89ea79a17127 30152 kde optional 
kio-mtp_0.75+git20130806-1_amd64.deb
 933b4e5bffab166d744e29114960b575 334920 debug extra 
kio-mtp-dbg_0.75+git20130806-1_amd64.deb

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

iQIcBAEBCAAGBQJSAWLIAAoJEP4ixv2DE11FKCEQAIG5zllgwbqE28J7eBNlN9SK
zsQLDw9hXUYM+iuoGaUZEQ8Nh3CNleJ/ggrvgpjx6i1IC7WHFJEArYDeFHZV/PEG
xE8cxCkG4es7U9Ul817gnPp8ESn3A4GOLBOVOj/inqkMdPQZrcj0xbQIsrNTUPl1
N91/Pgbhho9+74SyulZrAxnq0b8wsQzz6NzWvK13V0W5jOroYau4p3NgbO3uNOuc
XiPR2GfB2N2utL7fDOUbWNwkv/c4Vh3VPFrIqdp2+dCdnqJqso+3b3xj8j5zipmn
q4Nd6de7yiEBDK5wLQEbIx5KnNxZuQ5um25wOll655bkdeeRhOrJxxsOVCCAsx22
XCUFNlE9hCkEseW2jNw4M7VnUagm4sknJD2eqiWvTMreC5TXIyWXiVUfEepL5X4/
6QRzn92DDKL+lE0uURUjlK4TtXp+isO2aaZ/e7XOTjDZiWe9wtZo9v5btzeOfZb9
eGQsq4d14aWA1Yp39GknNjzjEORYWBSFwr3lPj+jnrQQiytS2mkM2zjJvcSzl64A
vTwNIK5WObtYWaS52Wgrsna7tHzbVFfublGcKLSDL++hK7TMi86WSxN85utcOGaQ
mB57T7JsbI2f3aCO7M9LcbkYoH56xt98zywbAQHrhuYcZJUGjzpX0KSYTvhOxn0w
B3AWu16dUDKXrbF9j46e
=ZH9k
-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/e1v6qez-0002rr...@franck.debian.org



Accepted kfreebsd-downloader 9.2~rc1-1 (source kfreebsd-amd64)

2013-08-06 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Aug 2013 21:24:34 +0200
Source: kfreebsd-downloader
Binary: kfreebsd-downloader-9.2 kfreebsd-downloader-9 kfreebsd-downloader
Architecture: source kfreebsd-amd64
Version: 9.2~rc1-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 kfreebsd-downloader - kernel of FreeBSD (upstream version)
 kfreebsd-downloader-9 - kernel of FreeBSD (upstream version)
 kfreebsd-downloader-9.2 - kernel of FreeBSD (upstream version)
Changes: 
 kfreebsd-downloader (9.2~rc1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 afbcd6ce5a3e87747a132311a5f30b97f4a15f9f 1513 kfreebsd-downloader_9.2~rc1-1.dsc
 c50177d3d98b79ae3b3477c586b4959ca3ffbc94 953 
kfreebsd-downloader_9.2~rc1.orig.tar.gz
 4d0f9517b16aea3f52f8d0b0e112e885744a478f 4088 
kfreebsd-downloader_9.2~rc1-1.debian.tar.gz
 b5d1057502dd30ab20ddb22a79e938de9020fd96 4696 
kfreebsd-downloader-9.2_9.2~rc1-1_kfreebsd-amd64.deb
 3a3ab4b814a0753e4676b8353af8e26c50b04370 2032 
kfreebsd-downloader-9_9.2~rc1-1_kfreebsd-amd64.deb
 2e2537438ebaa11a84a2c284058ab88abae474a1 2022 
kfreebsd-downloader_9.2~rc1-1_kfreebsd-amd64.deb
Checksums-Sha256: 
 7706136de65c5dc5adad8ff61cebeae1d295bd7b3e1a66f5057baf0aa75bc267 1513 
kfreebsd-downloader_9.2~rc1-1.dsc
 2d59eaa37c16daa864e11f0e26497678364d187522e9428b42882d8ddb098b07 953 
kfreebsd-downloader_9.2~rc1.orig.tar.gz
 e155962361857ef1cc16328f44183c3af895d689a332c443da588c24c34b3070 4088 
kfreebsd-downloader_9.2~rc1-1.debian.tar.gz
 52927fe59b954fbbcd9288ddf1985b06bfb167ac465615c67bf69111cead3d79 4696 
kfreebsd-downloader-9.2_9.2~rc1-1_kfreebsd-amd64.deb
 b9c9343a3686f2d20a5fc27c25889a2465b490c7d877d13a751a54a328e1badb 2032 
kfreebsd-downloader-9_9.2~rc1-1_kfreebsd-amd64.deb
 3026dc66d8897e225070379689f2092900135b1a473f7892a50b3db69332b8e4 2022 
kfreebsd-downloader_9.2~rc1-1_kfreebsd-amd64.deb
Files: 
 578ea32496008d600ee6217cd40bd771 1513 contrib/kernel extra 
kfreebsd-downloader_9.2~rc1-1.dsc
 ad2c34c7f5eb855ec17505edc13341c7 953 contrib/kernel extra 
kfreebsd-downloader_9.2~rc1.orig.tar.gz
 92f5fd8688bb0d1f11688a8c428e286e 4088 contrib/kernel extra 
kfreebsd-downloader_9.2~rc1-1.debian.tar.gz
 d27e7fed8f2dc8a7631cf681716a13fd 4696 contrib/kernel extra 
kfreebsd-downloader-9.2_9.2~rc1-1_kfreebsd-amd64.deb
 520e1a4043fa2899beb87f64dbf6766e 2032 contrib/kernel extra 
kfreebsd-downloader-9_9.2~rc1-1_kfreebsd-amd64.deb
 701434fcd28b9c3024806f24295a6bed 2022 contrib/kernel extra 
kfreebsd-downloader_9.2~rc1-1_kfreebsd-amd64.deb

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

iEYEARECAAYFAlIBU6sACgkQC19io6rUCv+MGwCfcqw+BWX7OfUhvxg+Yipdqjme
yDsAoI3llucmGyaBDnM70vdHlDgqNUP0
=6Vx/
-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/e1v6qec-0002ue...@franck.debian.org



Accepted libstring-tt-perl 0.3-1 (source all)

2013-08-06 Thread Onur Aslan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jul 2013 17:33:54 +0300
Source: libstring-tt-perl
Binary: libstring-tt-perl
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Onur Aslan o...@onur.im
Description: 
 libstring-tt-perl - Perl module to use TT to interpolate lexical variables
Closes: 717672
Changes: 
 libstring-tt-perl (0.3-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #717672)
Checksums-Sha1: 
 4ba89ac89f7e483ce82d86a6cd8f53aad5a29140 2160 libstring-tt-perl_0.3-1.dsc
 1d28d027264d254e41701f40733ec530537f165e 21727 
libstring-tt-perl_0.3.orig.tar.gz
 3274595473f1fcb8cd62d7939d6439169b0d9457 1459 
libstring-tt-perl_0.3-1.debian.tar.gz
 dff883429ac4fa3b6297a310373a84a555ddf749 8170 libstring-tt-perl_0.3-1_all.deb
Checksums-Sha256: 
 5b2bf09cfb89cc87eb4ed99bfdab3a954ea85e3cb04835b09418cd22bfb52ce1 2160 
libstring-tt-perl_0.3-1.dsc
 f7605f0a04f9fa123d3adf4f34579a14c90b7da8b93b65d2e48932ccd3c952ab 21727 
libstring-tt-perl_0.3.orig.tar.gz
 13626386f12d6456833ce62231208dc030a86aa748943bf5960ebb7412f76cf1 1459 
libstring-tt-perl_0.3-1.debian.tar.gz
 6a4488fa491216e7c57f86ff79e4e29346396aa0965449c781e31765a8450fdd 8170 
libstring-tt-perl_0.3-1_all.deb
Files: 
 1cec8ef55da8f4a7bcd1dde2bf431615 2160 perl optional libstring-tt-perl_0.3-1.dsc
 163ef519151917b6aa963be03ff3691b 21727 perl optional 
libstring-tt-perl_0.3.orig.tar.gz
 a51421d4bd809be79e53899ca9dcae60 1459 perl optional 
libstring-tt-perl_0.3-1.debian.tar.gz
 d9230b966d271bec1b76716da077a7e5 8170 perl optional 
libstring-tt-perl_0.3-1_all.deb

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

iQIcBAEBCAAGBQJR8oUSAAoJELs6aAGGSaoGZ44P/Rgtw4/DBluA1mdsPhEMfIwl
cBfYtXyBdM16mCx2lH/zqdJqqDteyJK55NLsBMD+qXdwcIEaa+88+pv1XWj1orMn
aUXFQUKQquq2RHk0L4qDecSk1cB/ec0CLTZ9NF5R2y4qL2RxY90zfemObwWdCbsM
cGwu/yI8JuU6j4nVcVzRlRUDyn23kglcAZBLRLJERTLQtsHTWnmstWCXpKGWPwre
ajRdZs7C9hYZWWw0RdJCuGNIKFhEAJAeF5/7Bsd7RBkB4JRDMjgW0AsXrM6WId9z
s4j/cu1w2UVJgImUb9tM+38QzJrZhO1EGsxUQ3+xnuh4F3masIR3LCdsngHvWcBk
n59ebQL3ztFNn/6xL686sMlpuBuJRP75/wTl9KAGVcPPTgFFpn+LBffjnLOKa6+Y
AuK1hXM8ap9FjrzjLHaA88PR6XNU1VJL9LcPypsE9b1iZzhtj0sA7UESvxlJDfqa
4zNTPh1LRbUTsQTc8nL2CL+wNJaElia9nGNG/IZOD3ZbwjnsNiXcQxAM+8DEHbD7
6xLCGuh1E2SHiqEL9qUw18f2KNEp13OYMmeJHNlJ3/m3IC4X2C/c1P9P3f44EMMq
gqTtPvWpOOjxvwlTTDaaP76YKhefvbmCK9DODncf3jdmllT3U1fI5lh5Z49Fr89Z
g3pnKKj65hnrlfb8a57S
=ENOf
-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/e1v6qef-0002vk...@franck.debian.org



Accepted listaller 0.5.8-1 (source amd64)

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

Format: 1.8
Date: Fri, 02 Aug 2013 18:06:10 +0200
Source: listaller
Binary: listaller liblistaller-glib0 liblistaller-glib-dev gir1.2-listaller-0.5 
listaller-devtools listaller-libuild
Architecture: source amd64
Version: 0.5.8-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klumpp m...@debian.org
Changed-By: Matthias Klumpp m...@debian.org
Description: 
 gir1.2-listaller-0.5 - GObject introspection data for the Listaller library
 liblistaller-glib-dev - 3rd-party application installer (development files)
 liblistaller-glib0 - 3rd-party application installer (shared library)
 listaller  - 3rd-party application installer
 listaller-devtools - 3rd-party application installer packaging tools
 listaller-libuild - Listaller libuild facilities
Changes: 
 listaller (0.5.8-1) unstable; urgency=low
 .
   * New upstream release: 0.5.8
   * Update package descriptions
   * Tighten dependency on liblistaller0
   * Package the Listaller GIRepository data
   * 01_fix-gir-compile.patch: Fix compilation of GIR
Checksums-Sha1: 
 fb817d6bb6550e13406c32251832124e5a1e162d 2497 listaller_0.5.8-1.dsc
 f7040c1e89161dec91548d4779413c0967bcaee3 1687874 listaller_0.5.8.orig.tar.gz
 d83f0665053e26874ba631c5fc9f0c1babbe7d2a 5086 listaller_0.5.8-1.debian.tar.gz
 fffd12587707f530a8588f3e81ea70bef9963295 97886 listaller_0.5.8-1_amd64.deb
 9165232492030c736a90610c4fd5c86571cbae0d 215474 
liblistaller-glib0_0.5.8-1_amd64.deb
 f176e406d31d884e0e9f01365a32cdaa8723b30a 19950 
liblistaller-glib-dev_0.5.8-1_amd64.deb
 ff36650cff57bf77ce568c551228f0dbe7bb701d 12394 
gir1.2-listaller-0.5_0.5.8-1_amd64.deb
 d2f82ce7be740394512031a4bc74a74cb70bb24e 77596 
listaller-devtools_0.5.8-1_amd64.deb
 8f59785d8dec08aab65f96e580a1d9c7f7d6a178 54858 
listaller-libuild_0.5.8-1_amd64.deb
Checksums-Sha256: 
 e671e00cc29da11b65343b6feea799eae3de9f31626f4858e8b14c9a998c74a1 2497 
listaller_0.5.8-1.dsc
 57cbf224d1df808284ec9876a34ce39f697de68d17e4218a7095bcb335b0d524 1687874 
listaller_0.5.8.orig.tar.gz
 6e5b03072fec1f55a664af2cb9630d60e82a36001faf952710db839b99f7d1a6 5086 
listaller_0.5.8-1.debian.tar.gz
 d726569f1422ccd50c7b4aafc4667468c45c9dac66eb7fe111472aa11f5fb426 97886 
listaller_0.5.8-1_amd64.deb
 0e3a830d887c756bdbc16a33798f0cfa60435848f64c6e4f9fc78cfada3160dd 215474 
liblistaller-glib0_0.5.8-1_amd64.deb
 44488d5227a0a2e250aa79239458d10db23e74722396d167b6effe98387a96e6 19950 
liblistaller-glib-dev_0.5.8-1_amd64.deb
 d5af7ec9930c325b36b4b8f0d55c9a5b0a58f41a376c2a45be73f49f81b0ba51 12394 
gir1.2-listaller-0.5_0.5.8-1_amd64.deb
 488e6062beacf28a38aab7897e4053828e9b55cd36c7329a4f98b426929dbb92 77596 
listaller-devtools_0.5.8-1_amd64.deb
 c8c2b8cb8d6bcf5df518c81709d1266217184c8f35dc07936566201e5587a94c 54858 
listaller-libuild_0.5.8-1_amd64.deb
Files: 
 eda27ea974e4300458d2c4ad1548dbd4 2497 admin optional listaller_0.5.8-1.dsc
 11c5d9c16264e50514fac2b0cf508da0 1687874 admin optional 
listaller_0.5.8.orig.tar.gz
 c33c15187ef8de4eac5a4a4f03194872 5086 admin optional 
listaller_0.5.8-1.debian.tar.gz
 6c86ae90d8e98ed4c712f450a3be4a6d 97886 admin optional 
listaller_0.5.8-1_amd64.deb
 dfcdee3c036edc1eec28eb63f98f74e9 215474 libs optional 
liblistaller-glib0_0.5.8-1_amd64.deb
 27ed93d0d648d146f11d513c6227a790 19950 libdevel optional 
liblistaller-glib-dev_0.5.8-1_amd64.deb
 52e606e50e43b6baafdbc47bf29fabd9 12394 introspection optional 
gir1.2-listaller-0.5_0.5.8-1_amd64.deb
 a84547c4e104edd69789ac157400c3a4 77596 admin optional 
listaller-devtools_0.5.8-1_amd64.deb
 c36d99bc062957815ccd2d72cb88c5a4 54858 admin optional 
listaller-libuild_0.5.8-1_amd64.deb

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

iQIcBAEBAgAGBQJR++i1AAoJEElMil+/Tezr2kUP+wbW+UIP0AYUwC0QNZCduoIF
OrQG3yXcn0RAO4o8y/OTQ2+a/e9J8e64NBo4/539FdxNvjloiCH+74D4c/LkaPZ+
bd2HBHWZttjxnxMUVaFMEDFE0gWVbNmTE430DcBKTtNV+K9UP95CvbON0kaqkW1f
5J9ziROUKEvIwU94Xrm0Rc0HNFu5yglY7dfoh5dKeTJ0/UoecTu6JCLbytU5kA2C
M80PFW/T08q56AjRRKsJ9iaWwd3rkvmslrYT1KLan/OaAKVkL9gtC1jS97ZfKLHr
MZ2VM+/VKquPjbnZX+0NbOFliP07VwUMRkbPeQQw9txMiNLKplRSYtpuPSk/JUz6
b6XLchIE/1H79bdrRAsegjN6wr3HXjTE1Svhny0GUaaBaS6TozBz2UJuxASCixPH
ngLJ+9+jGAuO5Tx/iPu3qWxxtJzU98TFxQXCaMY4RXZt42cjZtsGt2BzQXGSLA6A
+FBCbQmwufJ/fWChn0CIPlFl2r9OUO4HUZ5akcaLIVZ8AExnA7iYyhQHDbHGNdqj
CvwqMNWiDTLhyPDe8qqe+nf0nBg3KpBlkljCNM+HgDBcc1cFDIJW5KLZbtM2fRy4
7/Rf2lBES/Gpzu5HCAAFvRKCbKo2HQw5NytpLEQ5OIHhAyfXNxa4Czq8oM3PpeFB
XKRrLRuErh7gz6NoFoJg
=pMik
-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/e1v6qeg-0002wk...@franck.debian.org



Accepted nvidia-graphics-drivers-legacy-173xx 173.14.37-2 (source amd64)

2013-08-06 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Jul 2013 10:03:26 +0200
Source: nvidia-graphics-drivers-legacy-173xx
Binary: nvidia-legacy-173xx-driver nvidia-glx-legacy-173xx 
xserver-xorg-video-nvidia-legacy-173xx libgl1-nvidia-legacy-173xx-glx 
nvidia-alternative-legacy-173xx nvidia-legacy-173xx-kernel-dkms 
nvidia-kernel-legacy-173xx-dkms nvidia-legacy-173xx-kernel-source 
nvidia-kernel-legacy-173xx-source
Architecture: source amd64
Version: 173.14.37-2
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 libgl1-nvidia-legacy-173xx-glx - NVIDIA binary OpenGL 
libraries${nvidia:LegacyDesc}
 nvidia-alternative-legacy-173xx - allows the selection of NVIDIA as GLX 
provider
 nvidia-glx-legacy-173xx - transition to ${nvidia}-driver
 nvidia-kernel-legacy-173xx-dkms - transition to ${nvidia}-kernel-dkms
 nvidia-kernel-legacy-173xx-source - transition to ${nvidia}-kernel-source
 nvidia-legacy-173xx-driver - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-legacy-173xx-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-legacy-173xx-kernel-source - NVIDIA binary kernel module 
source${nvidia:LegacyDesc}
 xserver-xorg-video-nvidia-legacy-173xx - NVIDIA binary Xorg 
driver${nvidia:LegacyDesc}
Changes: 
 nvidia-graphics-drivers-legacy-173xx (173.14.37-2) unstable; urgency=low
 .
   * Synchronize packaging with nvidia-graphics-drivers 304.88-4:
 - Rename metapackage nvidia-glx-legacy-173xx to
   nvidia-legacy-173xx-driver. Add transitional package.
 - Use new '${nvidia}' substvar instead of 'nvidia${nvidia:Legacy}'.
 - debian/rules: Generalize control file renaming for legacy builds.
 - Drop support for backporting to squeeze.
 - debian/rules: Apply patches from debian/patches-manual/ after unpacking.
   * Synchronize packaging with nvidia-graphics-drivers 304.88-5:
 - nvidia-legacy-173xx-kernel-source: Compress source tarball with xz.
   Update B-D, Depends accordingly and Break older module-assistant
   versions.
 - conftest.h: Add ARM support.
 - debian/control: Drop dependency versioning if satisfied in oldstable.
 - debian/rules: Generic handling of architecture lists, unpacking,
   renaming, and blob dependencies.
 - Convert module build system to use a more Kbuild friendly way.
   - Turn debian/module/Makefile into a minimal wrapper.
   - Rename NVIDIA's Makefile.kbuild to Kbuild.
   - Use SYSSRC (NVIDIA's variable name) as kernel header override.
   - Disable silent build.
 - avoid-ld.gold.patch: Updated.
 - use-nv-kernel.o.ARCH.patch: Renamed to ...
 - use-nv-kernel-ARCH.o_shipped.patch: ... and updated.
 - not-silent.patch: New.
 - linux3.patch: Removed, obsolete.
 - Add new substvars nvidia:kmod:source, nvidia:kmod:binary,
   nvidia:kmod:Description for declaring kernel module relationships.
   * Rename nvidia-kernel-legacy-173xx-{dkms,source} to
 nvidia-legacy-173xx-kernel-{dkms,source}. Add transitional packages.
   * Rename the kernel module to nvidia-legacy-173xx.ko.
Checksums-Sha1: 
 ecd04402516564af5b72a3bad6b9ea63e428c6d3 3089 
nvidia-graphics-drivers-legacy-173xx_173.14.37-2.dsc
 f4fde20f6db33a57e7f51f03428c992fa2833718 63311 
nvidia-graphics-drivers-legacy-173xx_173.14.37-2.debian.tar.gz
 2d0e570cbc82a8e6222c379c240ecae39ebcc326 227526 
nvidia-legacy-173xx-driver_173.14.37-2_amd64.deb
 7b0b09d678794af60b6a4352368670db4fc14a30 38906 
nvidia-glx-legacy-173xx_173.14.37-2_amd64.deb
 324581bf2cd89bebd26aee380997fd35267a1b34 1764870 
xserver-xorg-video-nvidia-legacy-173xx_173.14.37-2_amd64.deb
 b429e9b52c82615a4b6e21cf34738a314d0fa042 3529682 
libgl1-nvidia-legacy-173xx-glx_173.14.37-2_amd64.deb
 eee32dbd460aedd64eaf19a09e43392d73dfc44b 40392 
nvidia-alternative-legacy-173xx_173.14.37-2_amd64.deb
 847b2a8a8b4595295bf522b13f2bbca96b526a95 1898410 
nvidia-legacy-173xx-kernel-dkms_173.14.37-2_amd64.deb
 c4b51b2a7f6d4c8db97644c0ab8bfa04a80878e5 38910 
nvidia-kernel-legacy-173xx-dkms_173.14.37-2_amd64.deb
 b8b8df3839bd5512eaf57e79ce9981d0eb8305c9 1925804 
nvidia-legacy-173xx-kernel-source_173.14.37-2_amd64.deb
 3999cbcb82e0f56e649474fb4f2bffa1df074f22 38922 
nvidia-kernel-legacy-173xx-source_173.14.37-2_amd64.deb
Checksums-Sha256: 
 c1616145eae9b266a91587c6a50321ce5e8d02d0f8339bc519d389831892f89f 3089 
nvidia-graphics-drivers-legacy-173xx_173.14.37-2.dsc
 5acad170aad6572a32eab6be210837f94d21197ccddf9849eba17e421ddcc3ff 63311 
nvidia-graphics-drivers-legacy-173xx_173.14.37-2.debian.tar.gz
 a4def63e203d57844279bf5fbc55aba329f9e16edd40d44aec26f36301e37d25 227526 
nvidia-legacy-173xx-driver_173.14.37-2_amd64.deb
 d48e760f9c7c24308604e3974291d7b4ffd46c0049ac48053d454737afb02be0 38906 
nvidia-glx-legacy-173xx_173.14.37-2_amd64.deb
 9c4ea870b779c6e04d7f6ef52880024fce11f0bad7767da89a2aa5bcf0117901 1764870 

Accepted mlt 0.9.0-1 (source amd64 all)

2013-08-06 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 12 Jul 2013 13:29:29 +0200
Source: mlt
Binary: libmlt-dev libmlt6 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt 
python-mlt
Architecture: source amd64 all
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt6- multimedia framework (runtime)
 melt   - command line media player and video editor
 python-mlt - multimedia framework (python bindings)
Closes: 709249 711858
Changes: 
 mlt (0.9.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Rewrite patch 01-changed-preset-path.
 - Build dependency on libqt4-dev and libqt4-opengl-dev added.
 - Bump SONAME of libmlt to 6.
   * Add dependency information to libmlt and libmlt++ with dh_makeshlibs.
 Closes: #709249
   * Build depend on libav-tools instead of ffmpeg.
   * Create debian/copyright from scratch.
 Closes: #711858
   * Rename python-mlt5 package to python-mlt.
   * Overwrite false positive lintian warning spelling-error-in-binary.
Checksums-Sha1: 
 91a23dc8be0a9a5633189f8091c46440bbf2b98e 2391 mlt_0.9.0-1.dsc
 76bf18f4442801fae963c5a676d6626e383d1617 1167943 mlt_0.9.0.orig.tar.gz
 345a2e8dbb05c3d42aba27a60a5e9f98e2f682c2 12763 mlt_0.9.0-1.debian.tar.gz
 2d29cd091b6cf9f3307cc621a7fea7c073f48b95 122080 libmlt-dev_0.9.0-1_amd64.deb
 5ca17e93b84188281b9cb6fcd8210b90a901 504380 libmlt6_0.9.0-1_amd64.deb
 38ab13ee098d879812f2dd283cd03d16135172a8 1310094 libmlt-data_0.9.0-1_all.deb
 bda3553e270dea4af3722f328c1478f0e1a73cde 93364 libmlt++-dev_0.9.0-1_amd64.deb
 cfe9fcb6e9bcec81f09342817980a1087164a5ce 113884 libmlt++3_0.9.0-1_amd64.deb
 4c8db851182af7897abadd457f329ee2c2f5bb36 2228384 libmlt-dbg_0.9.0-1_amd64.deb
 c46ffdacdabb6c2ad5a3d51adc3d42a9f0d053ff 96576 melt_0.9.0-1_amd64.deb
 f9b606e342831be8dba6480187354ed265911c2b 162108 python-mlt_0.9.0-1_amd64.deb
Checksums-Sha256: 
 f0b8e2de7085bfedd54bcda0e08a3551870f6489252537dc4f60cd65ab9d3c89 2391 
mlt_0.9.0-1.dsc
 f20c6a9c9acaed3da84c601bf9293b2d148168386e5be2bc55651a75f95c1cc9 1167943 
mlt_0.9.0.orig.tar.gz
 d4373ef0cd66614740648216511cad90c81883f776591a2d0fdf7cab2f770956 12763 
mlt_0.9.0-1.debian.tar.gz
 2dfa310d681b0cc82c433b3fea040d0d494f3176ba4357707d74664acffd64ec 122080 
libmlt-dev_0.9.0-1_amd64.deb
 6fad673206e6c331fe4cf998a37b0404437e8bd27fa956f0fc5d7d4a81525275 504380 
libmlt6_0.9.0-1_amd64.deb
 ffc7ba93a630ee30f9014cb4ffaedb3d9a70d523cac6eff89510db35e4586836 1310094 
libmlt-data_0.9.0-1_all.deb
 7a23d3a560e6eba9bc7d1970ae73619efd699a67a72d674fa896a0cde1c7 93364 
libmlt++-dev_0.9.0-1_amd64.deb
 d09aa46d44983a840a2ff74e96d05b90d32feff4df55937f1a29c9c5f293767e 113884 
libmlt++3_0.9.0-1_amd64.deb
 fabf5b8d698d9e8f6d9163ce85f8eb734e1528d4090bc65e1455b735e37164cc 2228384 
libmlt-dbg_0.9.0-1_amd64.deb
 0406e2618fdb9375582ebc30475a0423b9ddb046bbed65b6520ac9bfe9ad4068 96576 
melt_0.9.0-1_amd64.deb
 71c861ccf0b3a3071ab857503f98b44affe01f770da65a6adb0a14e48c36568a 162108 
python-mlt_0.9.0-1_amd64.deb
Files: 
 083f330af5e934ec65145a259f6f23f3 2391 libs optional mlt_0.9.0-1.dsc
 1cd2d73f3ffe77a43980e99aaa4ea06c 1167943 libs optional mlt_0.9.0.orig.tar.gz
 ad492a2472dac96b092e63de94d181b0 12763 libs optional mlt_0.9.0-1.debian.tar.gz
 d681cd8c9d7fef9683c75f74d57a1146 122080 libdevel optional 
libmlt-dev_0.9.0-1_amd64.deb
 515e65df8319f48a5985670c217bf3e1 504380 libs optional libmlt6_0.9.0-1_amd64.deb
 43067d2ee2c2f14105f98e6965ced133 1310094 libs optional 
libmlt-data_0.9.0-1_all.deb
 796732e7331c3fed7d596e25e787d1c4 93364 libdevel optional 
libmlt++-dev_0.9.0-1_amd64.deb
 7645be3437ccff1ab8b98ddf595b4dd5 113884 libs optional 
libmlt++3_0.9.0-1_amd64.deb
 de7ba2345ae6660fae784b093b0f5fb0 2228384 debug extra 
libmlt-dbg_0.9.0-1_amd64.deb
 82d11c7f07db031e472aa036c94b9be2 96576 utils optional melt_0.9.0-1_amd64.deb
 b63436b43db84aa155a5bb079a35da47 162108 python optional 
python-mlt_0.9.0-1_amd64.deb

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

iQIcBAEBCAAGBQJR3+uDAAoJEBLZsEqQy9jkq0kQAIQ+yeOv7jA+M3OoNneHMuHD
Lchn4ng/OBMHnoJrzuIOH1zurHi6Rv/vA1AIoVUzXzbcmF1m+UlpegVIVjfNtAn9
Z3QDZ8YXacwob8esjPlBJuUlg/7z7SqQreIJWmsLxoGUqIfzIB87F5Bpdh2P9Nxy
HtyEo53B3/WTvgO/5VURJi2B4R+yhoJ3WiamvBP8xLrghNZhoXEOgIt/r/W2/64m
k5PqcIp170Rn2G8cT8P7S2NMIuMSeMdo8Ftf3IIsq0lLTK2svjTo+BWq24UmdZb8
2foZNpXS0lYRQFG0bUVmVtCWWWsmeq5vG9KTJB6A0RFEaun0g2b7TWq77t//ZudV
x77yaSoQkg4K89v/MIuXZANFxgXxLx6/JDz3UEPAukGAtPmyFLCAYEmUTTy6tAfk
GPoBO/yne9CzXl8KBXvEcTuqkWT7WwdN9aGeoEgOuNm9cCtI15WlHfK1Dw/pTrKJ
+UTTjWGlxya9Q0Lsc9JXmo94CeSDaYblFsICx4N0fH28MHI3bTBNCZxN2dieCnYk
3yLm26i0CrinMjLYrwy63pmjk2TKVZw3bCiABETO/3heGLSK0egRG+/6ll7NFcj8

Accepted emacspeak 38.0+dfsg-1 (source all amd64)

2013-08-06 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jul 2013 21:22:38 +0200
Source: emacspeak
Binary: emacspeak emacspeak-espeak-server
Architecture: source all amd64
Version: 38.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Paul Gevers elb...@debian.org
Description: 
 emacspeak  - speech output interface to Emacs
 emacspeak-espeak-server - espeak syntesis server for emacspeak
Closes: 543920 619266 636408 693340 707487
Changes: 
 emacspeak (38.0+dfsg-1) unstable; urgency=low
 .
   * Imported Upstream version 38.0 (Closes: #707487)
   * Repack source due to the non-free license of the documentation
- Add get-orig-source script and target to d/rules
- Update watch file (thanks Bart Martens)
   * Change maintainership to a11y team (Closes: #636408)
 - Add Vcs-* fields to d/control
   * Clean up old patch by splitting into separate remaining patches
   * Replace d/rules calls with debhelper files and rewrite d/rules to dh
   * Remove unused files
   * Update (build) dependencies (Closes: #619266)
   * Translations: add Japanese ; thanks victory (Closes: #693340)
   * Fix install script to recompile .el files upon upgrade
   * d/config:
 - add espeak as option
 - don't ask again if port = none
   * Update emacsen-install to recompile newer version upon upgrade
   * Include building of espeak server
   * Link documentation from the doc directory
   * Add Lintian overrides for the relevant items
   * Update default speech server to build in espeak
   * Build espeak server and create emacspeak-espeak-server package
 (Closes: #543920)
   * Convert to short dh()
   * Update of copyright
   * Changed priority to optional
   * Remove conflicts, they are long gone and were never part of a stable
 release
   * Updated standards to 3.9.4 (no further changes needed)
Checksums-Sha1: 
 9e043c5a687ac06aed543f72be6a455f5e9494af 1743 emacspeak_38.0+dfsg-1.dsc
 d20c00717781a5248d03fc0b943992377425d0ec 4944100 
emacspeak_38.0+dfsg.orig.tar.bz2
 a548bbc8123f906abe231ff081d9bd49b99598a9 49811 
emacspeak_38.0+dfsg-1.debian.tar.gz
 ce970165702b2c6b085b9f9c39c11fd5735231bc 3930190 emacspeak_38.0+dfsg-1_all.deb
 2087b37727f9edc81a570cdaf4be7bc568361564 19172 
emacspeak-espeak-server_38.0+dfsg-1_amd64.deb
Checksums-Sha256: 
 b67c1af85dea3dc10c1e08031cd331dd53fc6729e07556e809fbcfb01be93d4c 1743 
emacspeak_38.0+dfsg-1.dsc
 1e92cfd8fe00972d66dc0b3fae84b3020c22ded1a69e4574bdf5483819ca1427 4944100 
emacspeak_38.0+dfsg.orig.tar.bz2
 fa652cee42fb5f23eb77bf293c52580dbb3526451433cd8e9168e00d8249ec0d 49811 
emacspeak_38.0+dfsg-1.debian.tar.gz
 ae41d0caba82fc3e3af056597a63cfd609fc0889bcba0034eebd5574df092b3a 3930190 
emacspeak_38.0+dfsg-1_all.deb
 536ca84ceb4707ac6d12f75da80fc6bd9cfd7928f58badbe41e7438a2b779e89 19172 
emacspeak-espeak-server_38.0+dfsg-1_amd64.deb
Files: 
 a49d0adebd103eefa4c0e4fa49bad899 1743 editors optional 
emacspeak_38.0+dfsg-1.dsc
 0b6db2c02ba424ed5ed1fc1cefcfd789 4944100 editors optional 
emacspeak_38.0+dfsg.orig.tar.bz2
 33845934e357126f3820aa843e05cbe7 49811 editors optional 
emacspeak_38.0+dfsg-1.debian.tar.gz
 72373ad0d0748b1633e1876a449ea621 3930190 editors optional 
emacspeak_38.0+dfsg-1_all.deb
 c5cbe75fc17d5956579a1107a4835722 19172 editors optional 
emacspeak-espeak-server_38.0+dfsg-1_amd64.deb

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

iQEcBAEBCAAGBQJR+WW8AAoJEJxcmesFvXUK0JwH/0sRxg16KvbgDfqwT3UJ+W2t
LnkkOxwpIWa/b0FQ/C+kYtlQo0+s8pu/qdG6/fu5920YEP51Cmi3ENjbbrwMzmbu
O1N1zHNl6lPv37Us3v1e4CNVRnIWf53BLZ7M2E/qjxycWiFtfvYnJ2LewVkQWMLO
VLio4PFV4R0oBJNfM8wkHUNIze6sa2J7z/DCH6caBTaSryVmdQDhD1l5oDRI25Ld
yQIoiY9xHdDDUf3Wq4uX/pIvSGE9RS4Mo+iifF9aXpv/3mp5MwJfHe4epdc0z45w
xToDrTZRQGIzq8pS5/7o+PI35nciuXotS7vPJgsk3Rb45YtwKx9eypnLuP7S5BQ=
=wwLi
-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/e1v6qec-0002tm...@franck.debian.org



Accepted boinc 7.1.21+dfsg-1exp2 (source all amd64)

2013-08-06 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 27 Jun 2013 22:05:48 +0200
Source: boinc
Binary: boinc libboinc7 boinc-nvidia-cuda boinc-amd-opencl boinc-client 
boinc-manager boinc-dev libboinc-app-dev libboinc-app7 boinc-server-maker 
boinc-app-examples boinc-dbg boinc-server-dbg boinc-cgi-stripchart
Architecture: source all amd64
Version: 7.1.21+dfsg-1exp2
Distribution: experimental
Urgency: low
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: Steffen Moeller moel...@debian.org
Description: 
 boinc  - metapackage for the BOINC client and the manager
 boinc-amd-opencl - metapackage for AMD/ATI OpenCL-savvy BOINC client and 
manager
 boinc-app-examples - example binaries for BOINC servers
 boinc-cgi-stripchart - CGI script for plotting basic statistical graphs
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
 boinc-nvidia-cuda - metapackage for CUDA-savvy BOINC client and manager
 boinc-server-dbg - debugging symbols for BOINC server binaries
 boinc-server-maker - BOINC server applications and data files
 libboinc-app-dev - development files to build applications for BOINC projects
 libboinc-app7 - libraries for BOINC's scientific applications
 libboinc7  - libraries of BOINC the client depends on
Changes: 
 boinc (7.1.21+dfsg-1exp2) experimental; urgency=low
 .
   * php5-gd only recommended for boinc-server-maker
Checksums-Sha1: 
 adaf1e485b85a7b0a880a8030abcebafd8bd018d 3202 boinc_7.1.21+dfsg-1exp2.dsc
 579b7fb1d6f25f6aea9230aa275172525603ba3c 549743 
boinc_7.1.21+dfsg-1exp2.debian.tar.gz
 d865479870fe5c21fd674d2dd3fdbc9dfdd05603 40748 boinc_7.1.21+dfsg-1exp2_all.deb
 27537ffc38f49c7f81108b2ce52b42c1964c56ee 190412 
libboinc7_7.1.21+dfsg-1exp2_amd64.deb
 a28df4c4c1a4b0e35bb66871a051dd1577640538 40680 
boinc-nvidia-cuda_7.1.21+dfsg-1exp2_amd64.deb
 5636e11825e0ae0bee99e90bdd71ae14c1ee127d 40788 
boinc-amd-opencl_7.1.21+dfsg-1exp2_amd64.deb
 a37dda75c929c8bf70f2d966d8d7209b1238072b 442658 
boinc-client_7.1.21+dfsg-1exp2_amd64.deb
 48b6deaab7ae580ba718421bbfbeeb21a9848360 1794220 
boinc-manager_7.1.21+dfsg-1exp2_amd64.deb
 44638816ca2e79305882794d37f04a0f0de4972d 40358 
boinc-dev_7.1.21+dfsg-1exp2_all.deb
 0e0f09c9ec92ad936dc7c82f19ea4c2b6258e349 194826 
libboinc-app-dev_7.1.21+dfsg-1exp2_all.deb
 73f3c7a5af35e20c70039c9107b1269a4bdff562 87302 
libboinc-app7_7.1.21+dfsg-1exp2_amd64.deb
 707dd7e972748559ba68c41eb8449cb755f365f0 6977734 
boinc-server-maker_7.1.21+dfsg-1exp2_amd64.deb
 c72dfc6852c024f3277e0739cff2ae3e1841e3f6 690700 
boinc-app-examples_7.1.21+dfsg-1exp2_amd64.deb
 0780c4e233fc00c35a1ad418c36c560b6472ba86 14037262 
boinc-dbg_7.1.21+dfsg-1exp2_amd64.deb
 5fac383bada96ad39ee42164aab854a0dd959f69 40540 
boinc-server-dbg_7.1.21+dfsg-1exp2_amd64.deb
 bd59071c8dac19367fc51c6e8ee587b9b4cc196d 52050 
boinc-cgi-stripchart_7.1.21+dfsg-1exp2_all.deb
Checksums-Sha256: 
 bc82421402cb78ee97e26dd66724f2d1e4913690a395872cc32dccbb3bf1 3202 
boinc_7.1.21+dfsg-1exp2.dsc
 91997a1840731f74c48b0d2c13cc5136b320224e47f94392bc441790e83744a4 549743 
boinc_7.1.21+dfsg-1exp2.debian.tar.gz
 8077b66e89e2c07dc7443d5053b75c23b91fc652b144c978081e15865af29b1c 40748 
boinc_7.1.21+dfsg-1exp2_all.deb
 531c06fd64e8ebf5fe830cb6ff7d1bcd794b1af94706e7a42909d4336365c19c 190412 
libboinc7_7.1.21+dfsg-1exp2_amd64.deb
 8cc3e77ff57040af97430a1cd6d76acdef0e5a97a4a488644e2eb3e01882907b 40680 
boinc-nvidia-cuda_7.1.21+dfsg-1exp2_amd64.deb
 a5e52582ea4e0e40f487ece4df9cb5ca6dc8023a0be5a185541e3a4b628b629a 40788 
boinc-amd-opencl_7.1.21+dfsg-1exp2_amd64.deb
 fba0366ff9baead7b0b3353686659272800e8b20c2498d95bcecaec09280d823 442658 
boinc-client_7.1.21+dfsg-1exp2_amd64.deb
 8dfcc182c72b052fb718b186614bdcb5bedf23211b8e047f81032062a5bb480f 1794220 
boinc-manager_7.1.21+dfsg-1exp2_amd64.deb
 e3150a6e45d00ce3e93ae1ed6c5d51bd9d372596a1b1286e840f9c2e69e4aa83 40358 
boinc-dev_7.1.21+dfsg-1exp2_all.deb
 8cf7cf1f4f8aabb1957431ec5270d8c7a2b956516437306afc40f83d5770119a 194826 
libboinc-app-dev_7.1.21+dfsg-1exp2_all.deb
 2bd8d3bf38283c1bce2f9e187a279e8a258968267e133798542d0e6fb2f239be 87302 
libboinc-app7_7.1.21+dfsg-1exp2_amd64.deb
 f0c6e4f7cf002ca70bbcae68e163cdf7efd4fb1ebc49e3082e750c06b16d2f5c 6977734 
boinc-server-maker_7.1.21+dfsg-1exp2_amd64.deb
 aa0a0253b3b6c17e82ca419ef400348ec4b539f2a80a3a9659d1a14e12a381e6 690700 
boinc-app-examples_7.1.21+dfsg-1exp2_amd64.deb
 1f89c2846bad4f51cc2cf1666b935a23507e895dc4342e7f3da9fd69c1358e87 14037262 
boinc-dbg_7.1.21+dfsg-1exp2_amd64.deb
 8a1e26332b4d3e5a123cd193efcc1250135d5a4ad261d37d8d00c56e5d647699 40540 
boinc-server-dbg_7.1.21+dfsg-1exp2_amd64.deb
 60f33a4346053d113fe037ac693febad4c83ac7df874acce3ad4f3c9278f46b5 52050 
boinc-cgi-stripchart_7.1.21+dfsg-1exp2_all.deb
Files: 
 602b2e205bd35e2ae32f9dc2103fad22 3202 net 

Accepted libdime-tools-perl 0.03-1 (source all)

2013-08-06 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Jul 2013 05:25:50 +0200
Source: libdime-tools-perl
Binary: libdime-tools-perl
Architecture: source all
Version: 0.03-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: 
 libdime-tools-perl - modules to parse and generate DIME messages
Closes: 717730
Changes: 
 libdime-tools-perl (0.03-1) unstable; urgency=low
 .
   * Initial Release (Closes: #717730)
Checksums-Sha1: 
 cd0b99f8b078258ddc2c0ee70cf2f64198b88d19 2096 libdime-tools-perl_0.03-1.dsc
 a5baff0b9e2f6973f1a1b873811e08efcd27741f 21300 
libdime-tools-perl_0.03.orig.tar.gz
 8c42ec0cf5e4613e6e5823fc2fd7851b73c5174e 1590 
libdime-tools-perl_0.03-1.debian.tar.gz
 82627a2ee6887ce106e2ec1072f02974eb769056 26380 
libdime-tools-perl_0.03-1_all.deb
Checksums-Sha256: 
 ff459dd257b70ac0ee408fa520dcc2308c7993655b1845f77ba3ad65e49e0d9c 2096 
libdime-tools-perl_0.03-1.dsc
 5082393a7c08ed83267e6ab7ac8a4282ab8a0dd2c2e36a9b34caa639653700fa 21300 
libdime-tools-perl_0.03.orig.tar.gz
 778789947cc3da6382c949162a6b970cdebe94d0df41a1af5d775cf557776b4a 1590 
libdime-tools-perl_0.03-1.debian.tar.gz
 39635e66fb8387e39e85143cd063fde2dc082ac1ac63e45310249b9fc95c3f90 26380 
libdime-tools-perl_0.03-1_all.deb
Files: 
 70400a4f4279457b1c809df29e2acc7f 2096 perl optional 
libdime-tools-perl_0.03-1.dsc
 c0693266d83caceacf5015bdf8b2990a 21300 perl optional 
libdime-tools-perl_0.03.orig.tar.gz
 247d08b80062fadc10a11e015abd7fb4 1590 perl optional 
libdime-tools-perl_0.03-1.debian.tar.gz
 1b33ac5704953919c3cd8f3ac63a21d0 26380 perl optional 
libdime-tools-perl_0.03-1_all.deb

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

iQIcBAEBCAAGBQJR8WjOAAoJELs6aAGGSaoGhfQP/37wfphuob85yx3xQexoL091
IBQaf8npM1VBYjy2J6cj7F8UYaSL3kHlNR2GQPFCO8HqNpgn3CXvUNro6aykwjEu
KKJcp3BjuFREn4zJEyruUrbYsX2ay7TEDOp63CvTVsDyO3nND3U9KlbX6QMqSah8
U/q+mwaHKbHXiNo3FI7O99ABVRxt+WDRgJD5J0WczUB7L3bqVkpP0HfWzep7VUO8
QahJ6Jyxl7qt9uRpP4MGaNXotxm09+32ueXyKKCRHvPBqEF2f3p8aCI+BVRY84Gw
2g8GxSRnZLJuTidR+I8x3EBecBXgdacW4KUhG4pLi4uLfnM45GmOanB6fJe6cdU/
e8v05XwXNvX9qlvufNYfC4Rdy3umXxPzGBN2wAC+cElmsrqNKkePOqoxevkhj7G+
M+uMGpWBfxHLGtbO2u9yYNjmkhWGEtD/FhqFc+Fse3VjPSYqSkeJ64Tw1MoAj4w1
lXTaouinmXSpS1nto/DpRhlFtCLgIUtaGN+DvtUWJkBCkyy94VnajdgRFBV66LNr
br5f0xCE+frPW5dVzMs36RXxyw4Tpnj1SQwVaon6VeTm6znCiwUPBMeX1F07sHVQ
TfMVEdfEXxOU97kHsouwi/Jhp2CrmHGXqpXo2itHUvwmx4b33d3q/b3D9Zmgfwm0
I4f7KtDWItunAdMKn0Fi
=ZKFw
-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/e1v6qey-0002qc...@franck.debian.org



Accepted libclass-refresh-perl 0.05-1 (source all)

2013-08-06 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 10 Jul 2013 18:28:38 +0200
Source: libclass-refresh-perl
Binary: libclass-refresh-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libclass-refresh-perl - module for refreshing classes during runtime
Closes: 715794
Changes: 
 libclass-refresh-perl (0.05-1) unstable; urgency=low
 .
   * Initial release (closes: #715794).
Checksums-Sha1: 
 e4859764a5ead21756c09e8cbdeb555dcc90e39f 2250 libclass-refresh-perl_0.05-1.dsc
 9b6d8dfe1e3284d56888f2de3fa1ee6c3eaa3101 19444 
libclass-refresh-perl_0.05.orig.tar.gz
 e8e57eaae05a1c978a886d53f1232c25fec810d6 1633 
libclass-refresh-perl_0.05-1.debian.tar.gz
 dbc64e815ddae6c0929f01fc86da97ec030e8fea 11692 
libclass-refresh-perl_0.05-1_all.deb
Checksums-Sha256: 
 9bfb3eeef7e4d888fce5164fd23b2cd98e395e73e935e09c5274c5575f6b9598 2250 
libclass-refresh-perl_0.05-1.dsc
 110588d7951e9bcbe26502bd84d2c1ff98bb317edf055b6c3dcac062490f6300 19444 
libclass-refresh-perl_0.05.orig.tar.gz
 3c04b765b02b4745e39ae731ce308b7273633986609ed1ad55f801edc14939b7 1633 
libclass-refresh-perl_0.05-1.debian.tar.gz
 4beaeb0014074462d1c41f2df3952c4714450dfcac99e1e31ff93e955e4c042e 11692 
libclass-refresh-perl_0.05-1_all.deb
Files: 
 f7727a16d489286bdcc1e206c5e939c0 2250 perl optional 
libclass-refresh-perl_0.05-1.dsc
 c6f703ff837f4edf39e45c2bce51c1cc 19444 perl optional 
libclass-refresh-perl_0.05.orig.tar.gz
 12cea6c76700f2a2dd2c568e283c51b6 1633 perl optional 
libclass-refresh-perl_0.05-1.debian.tar.gz
 c9f73e1e69130426e4e10bdaa576d036 11692 perl optional 
libclass-refresh-perl_0.05-1_all.deb

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

iQIcBAEBCAAGBQJR3YwfAAoJELs6aAGGSaoGVEwP/2HsLuNyuI1lXH9yTEL3i8V5
thOv5Ad8Znv5mfe8fI9AKrSEl3ghIZ8aD5jD2RIAu/6hW+tTUVsn1ZLQezK1Pd7m
E9b+/e7PE9a4zLCfjA+lyj5kcIK+C3xnm27LlyLFcccCZzpUcqBIoKKLylCWxDRK
wsoobR7c1p25zN0x4DnKylbKGwVI9py1LxB2Ym+5ctIuQxVELnfX+96fxtEezmoz
2mOpuPTCQE+e5c+BC/5NGTyoTYAUaSgsMNmPusjJzJrKSF94OSXxRIj+cZ951kEU
k6efBvGyI8cw0yxHHKPe3sTJhNA5NR2eqcd5E7q5sJ94uR/DpXOn98eoPNdQCAib
8l4BV1NK9x0EySY4MPM9tzZ3cBvTZ1gI8oNYFQpiVppJVFhHNeEOEFwBXWJjEzfS
TykG6u1P8bGq5irRL5vIzlMC70AFR5+p/NLdaUMviQfEi4inmOIa6JdBxJwvtq13
cHHZXeb/U4wVnCTKrCUkWOdAu3JrlGXtJwbtErfWpZZNqKgdmqOsUXthAWQ23vpO
h9xXbw0iRlBX6o6MhLn4KdYQIaVqZ5gjwNPm2nmW13oM2yMO7Gpe4iqu4gSKhVEx
hxh2NTQrt+TG8f1dPIlAC46G9EH72mjFr6rarM9zeMO1VfnHMDEtv98W1MqjRUeM
gmDJ/cUXF3aD3fLyg7rq
=JKvq
-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/e1v6qeg-0002wz...@franck.debian.org



Accepted goffice 0.10.4-1 (source amd64 all)

2013-08-06 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Jul 2013 15:16:57 +1000
Source: goffice
Binary: libgoffice-0.10-dev libgoffice-dbg libgoffice-0.10-10 
libgoffice-0.10-10-common gir1.2-goffice-0.10 libgoffice-0.10-doc
Architecture: source amd64 all
Version: 0.10.4-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description: 
 gir1.2-goffice-0.10 - GObject introspection data for the GOffice library
 libgoffice-0.10-10 - Document centric objects library - runtime files
 libgoffice-0.10-10-common - Document centric objects library - common files
 libgoffice-0.10-dev - Document centric objects library - development files
 libgoffice-0.10-doc - Document centric objects library - documentation
 libgoffice-dbg - Document centric objects library - debugging files
Changes: 
 goffice (0.10.4-1) unstable; urgency=low
 .
   * New upstream release [July 2013].
   * HTML documentation separated from -dev to -doc package.
   * Added doc-base registration.
Checksums-Sha1: 
 3da00fc87e75f52a4fc1761034c3db57806c937d 2560 goffice_0.10.4-1.dsc
 e1be604f15a907d37b8526042f9e7060defb6623 2202540 goffice_0.10.4.orig.tar.xz
 84c2f385f7bd3043d65f35e61a3e915290c8 19404 goffice_0.10.4-1.debian.tar.xz
 3b3dbbed2cb57679bbaf2996a33bf09a5dc7cdd0 966784 
libgoffice-0.10-dev_0.10.4-1_amd64.deb
 b47d7a897ed495317462e515c9710e0b3820546e 2515600 
libgoffice-dbg_0.10.4-1_amd64.deb
 1848daad1662c4b2eaae20286bc310375c21415b 1590132 
libgoffice-0.10-10_0.10.4-1_amd64.deb
 69f33e55f4b5ffef1fde1d040bcbc6dd3534dd47 728160 
libgoffice-0.10-10-common_0.10.4-1_all.deb
 8c13d47c8a029a71cbfe0bfb31292a0e4d3091bf 221132 
gir1.2-goffice-0.10_0.10.4-1_amd64.deb
 abc61e2530ecf8f5dbcb2485eea67e0841afe6ac 394508 
libgoffice-0.10-doc_0.10.4-1_all.deb
Checksums-Sha256: 
 ab8cd3305268fb8b4f32845f11da191b220ad3ba155f96697d0785fa8eca145b 2560 
goffice_0.10.4-1.dsc
 30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba 2202540 
goffice_0.10.4.orig.tar.xz
 42f4755597f4fc578edced13bc0f94005514a3d6f37ac8d6fd7d3743961aae80 19404 
goffice_0.10.4-1.debian.tar.xz
 3f1973d2a493d13cec74726e7ac6bf5880c2edc6eb87ce79cd9031954056d40f 966784 
libgoffice-0.10-dev_0.10.4-1_amd64.deb
 98150f98d095bc5a6129ef144c2247b2fcd29ba59eaeef25499b86d0ea876d8a 2515600 
libgoffice-dbg_0.10.4-1_amd64.deb
 95b024fd0611cb73e70e0fbcd0301a7f30d37f06939ae361577f0e5da51da0ea 1590132 
libgoffice-0.10-10_0.10.4-1_amd64.deb
 149637be0e129ee8daf59658b386a884657f509bed622bfcfd0d53c24c96f079 728160 
libgoffice-0.10-10-common_0.10.4-1_all.deb
 c50552054332cdf7f8dfee3383b0b7b0d0998046ce96c1353d5c4ef083d58c49 221132 
gir1.2-goffice-0.10_0.10.4-1_amd64.deb
 b6226442f54b970101220311a91a19fea2b24ac83b46cafec99c4705b06002c5 394508 
libgoffice-0.10-doc_0.10.4-1_all.deb
Files: 
 2a0431195c34683dbf4b3a31d121d130 2560 libs optional goffice_0.10.4-1.dsc
 93f06f8ee70d2601b158762b0a543927 2202540 libs optional 
goffice_0.10.4.orig.tar.xz
 4019aa4e201ad661ffab0d6caf7bb565 19404 libs optional 
goffice_0.10.4-1.debian.tar.xz
 a745ef9f81be4db7b701495a24925bed 966784 libdevel optional 
libgoffice-0.10-dev_0.10.4-1_amd64.deb
 e6d5c4c769b6bbc170a5a384f71a55c2 2515600 debug extra 
libgoffice-dbg_0.10.4-1_amd64.deb
 3698bbfe34a6bb1a36f6d525cf8ee5c8 1590132 libs optional 
libgoffice-0.10-10_0.10.4-1_amd64.deb
 ba844dbe5df2163ac29b6632f24f7f13 728160 libs optional 
libgoffice-0.10-10-common_0.10.4-1_all.deb
 dc2b07b3f1b43dfcb817025c5504b7cd 221132 introspection optional 
gir1.2-goffice-0.10_0.10.4-1_amd64.deb
 c9f5f4637299e9680af300d97d0e696c 394508 doc optional 
libgoffice-0.10-doc_0.10.4-1_all.deb

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

iQIcBAEBAgAGBQJR637NAAoJEFK2u9lTlo0biEIQALaGXDHv9uAxL3M9SH/3D8w7
Sz/0YZwF/g0xNRmmm7KPuhR9QRFokIq41j0pM+nHWGXaBQPx5vbF/IO61zlx5WdO
pv6NZG2Np4fJexMUyY/OHZXLZ+NqKOrLRg0JXbsou4JIo9DOuX9TFQnRoQX3DIcU
O0QFIAgAAVkc8bz6ixnj7oF+BXR24Rzf2AgKKEjD1Gi7Ecnu1mBhxHOgFHqkWG/q
XSnwxEH4Jm5pof9c+Htg/WlDXQ6dQtAcRrCaZOuGeSf9KQbrISA5/sEpg/n8DIMq
qZQ/yYKKUBexhNBP4pJ6zM/T4tcAM5DT0ptwLULRW5PcyXQOa7j0YylApBDHgT7k
2TORDVA+ZRLLDB6QscolEQYP4HmbxqkRa8jOznw5eieISCXm5f4ANG+ERNSqskta
IW3hbS0WHf2zvUEO7Kwg9BvMhOgwvpWC6nnvFSwN40HHGxIL8Ed969qIFQb8yscv
/8x9++Hx1doa7rO7zQyAJ7ngkzVrTawtqYW3HOTxxs9bUB6vHdor/9Mug0dOm5Oy
UrfaDNq6wQZufmdqPS78FKyALEbx4jvPQE+cpejfuUEtZdbKLbxGQ93gy+v26UPC
2whTdOj5DWREByl0o248TLAISGaXJ5eEJntQ/SuI1FXxLr3HiDBM3MFq0+nL9fiu
DgFVgyf1lXH0s/dn6M/U
=Woig
-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/e1v6qeb-0002sy...@franck.debian.org



  1   2   >