Bug#703029: ITP: newsblur -- Social news reader with intelligence

2013-03-14 Thread Kartik Mistry
Package: wnpp
Severity: wishlist
Owner: Kartik Mistry kar...@debian.org

* Package name: newsblur
  Version : 
  Upstream Author : Samuel Clay sam...@newsblur.com
* URL : https://github.com/samuelclay/NewsBlur
* License : MIT
  Programming Lang: Python, jQuery etc.
  Description : A visual feed reader with intelligence

NewsBlur is visual feed reader with following features:

 * Shows the original site.
 * Hides stories you don't want to read based on tags, keywords, authors, etc.
 * Highlights stories you want to read, based on the same criteria.

--
Kartik Mistry | IRC: kart_
{0x1f1f, kartikm}.wordpress.com


signature.asc
Description: Digital signature


Bug#703060: ITP: i7z -- a better reporting tool for i7, i5, i3 CPUs

2013-03-14 Thread Andreas Beckmann
Package: wnpp
Severity: wishlist
Owner: Andreas Beckmann a...@debian.org

* Package name: i7z
  Version : 0.27.1
  Upstream Author : Abhishek Jaiantilal (abhishek.jaiantilal (@@) colorado.edu) 
* URL : http://code.google.com/p/i7z/
* License : GPL2, GPL3
  Programming Lang: C, Ruby
  Description : a better reporting tool for i7, i5, i3 CPUs

i7z is a tool to report CPU information about TurboBoost, frequencies,
multipliers, ... and a top-like display for the current frequency,
temperature and time spent in the C0/C1/C3/C6/C7 states.

There is also a i7z_rw_registers script that allows toggling Turbo mode
or set multipliers.

It comes wiht a GUI (written in QT), but that has not been updated for
SandyBridge/IviBridge CPUs.

I plan to put the packaging into collab-maint. Or is there a team that
would like to include that package under its umbrella?


Andreas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130314191233.22735.53241.report...@cake.ae.cs.uni-frankfurt.de



adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Serge Hallyn
Hi,

qemu-system-common installs a udev rules file which sets /dev/kvm group
to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
new rules file as soon as it sees it, sees that group kvm doesn't
exist, and ignores that part of the rule (until reboot, udev restart,
or the rule is re-added, of course).

To fix this the kvm group should be created during preinst before the
udev rules file is unpacked.  This requires adding adduser to the
Pre-Depends.  vorlon warned me that any new pre-depends should be
discussed here first, so I'm emailing to ask - is this ok?  Is there
a better way?

thanks,
-serge


-- 
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/20130314195824.GA21222@sergelap



Bug#703065: ITP: libjs-mousetrap -- simple library for handling keyboard shortcuts in Javascript

2013-03-14 Thread Zed Pobre
Package: wnpp
Severity: wishlist
Owner: Zed Pobre z...@debian.org


* Package name: libjs-mousetrap
  Version : 1.3
  Upstream Author : Craig Campbell
* URL : http://craig.is/killing/mice
* License : Apache
  Programming Lang: Javascript
  Description : simple library for handling keyboard shortcuts in Javascript

 There are no external dependencies, no framework is required
 .
 You are not limited to keydown events
 (You can specify keypress, keydown, or keyup or let Mousetrap choose
 for you).
 .
 You can bind key events directly to special keys such as ? or * without
 having to specify shift+/ or shift+8 which are not consistent across all
 keyboards
 .
 It works with international keyboard layouts
 .
 You can bind Gmail like key sequences in addition to regular keys and
 key combinations
 .
 You can programatically trigger key events with the trigger() method
 .
 It works with the numeric keypad on your keyboard


There is no upstream tarball for this package; it will be built from
the Github repository at https://github.com/ccampbell/mousetrap

The source package is being renamed to mousetrap.js, per instructions
at http://wiki.debian.org/Javascript/Policy


-- 
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/20130314203746.26693.94437.report...@moebius.resonant.org



Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Steve Langasek
On Thu, Mar 14, 2013 at 02:58:24PM -0500, Serge Hallyn wrote:
 qemu-system-common installs a udev rules file which sets /dev/kvm group
 to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
 new rules file as soon as it sees it, sees that group kvm doesn't
 exist, and ignores that part of the rule (until reboot, udev restart,
 or the rule is re-added, of course).

 To fix this the kvm group should be created during preinst before the
 udev rules file is unpacked.  This requires adding adduser to the
 Pre-Depends.  vorlon warned me that any new pre-depends should be
 discussed here first, so I'm emailing to ask - is this ok?  Is there
 a better way?

FWIW, my own analysis is that this looks fine; qemu-system-common is nothing
approaching a core package, and adduser is already one of the most common
Pre-Dependencies in the archive (32 packages in unstable; the only more
common pre-deps seem to be multiarch-support, and dpkg).  So I think this is
a clear cut legitimate use of a Pre-Depends, but of course this should still
get other eyeballs on it in case I've missed something.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Ansgar Burchardt
Hi,

Serge Hallyn serge.hal...@ubuntu.com writes:
 qemu-system-common installs a udev rules file which sets /dev/kvm group
 to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
 new rules file as soon as it sees it, sees that group kvm doesn't
 exist, and ignores that part of the rule (until reboot, udev restart,
 or the rule is re-added, of course).

Couldn't postint tell udev explicitly to reload rules after the kvm
group was added? The init script has a reload action which calls
udevadm control --reload-rules which might do the right thing.

Ansgar


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



Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Michael Biebl
On 14.03.2013 22:15, Ansgar Burchardt wrote:
 Hi,
 
 Serge Hallyn serge.hal...@ubuntu.com writes:
 qemu-system-common installs a udev rules file which sets /dev/kvm group
 to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
 new rules file as soon as it sees it, sees that group kvm doesn't
 exist, and ignores that part of the rule (until reboot, udev restart,
 or the rule is re-added, of course).
 
 Couldn't postint tell udev explicitly to reload rules after the kvm
 group was added? The init script has a reload action which calls
 udevadm control --reload-rules which might do the right thing.

I'd probably just do an explicit chown/chmod /dev/kvm (given the device
exists) in postinst.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Jakub Wilk

* Serge Hallyn serge.hal...@ubuntu.com, 2013-03-14, 14:58:
qemu-system-common installs a udev rules file which sets /dev/kvm group 
to 'kvm'. Its postinst then adds a kvm group.  However udev reads the 
new rules file as soon as it sees it, sees that group kvm doesn't 
exist, and ignores that part of the rule (until reboot, udev restart, 
or the rule is re-added, of course).


To fix this the kvm group should be created during preinst before the 
udev rules file is unpacked. This requires adding adduser to the 
Pre-Depends. vorlon warned me that any new pre-depends should be 
discussed here first, so I'm emailing to ask - is this ok? Is there a 
better way?


IIRC, src:sane-backends uses setfacl(1) instead of changing the group. 
Not sure if that counts as better.


--
Jakub Wilk


--
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/20130314212823.ga4...@jwilk.net



Bug#703068: ITP: ruby-sinatra-contrib -- collection of useful extensions to the Sinatra web framework

2013-03-14 Thread Jérémy Bobbio
Package: wnpp
Severity: wishlist
Owner: Jérmy Bobbio lu...@debian.org

* Package name: ruby-sinatra-contrib
  Version : 1.3.2
  Upstream Author : Nicolas Sanguinetti, entp.com, Konstantin Haase
* URL : https://github.com/sinatra/sinatra-contrib
* License : Expat
  Programming Lang: Ruby
  Description : collection of useful extensions to the Sinatra web framework

sinatra-contrib is a collection of common extensions to the Sinatra web
framework, semi-officially supported:
 - capture: Let's you capture the content of blocks in templates.
 - config_file: Allows loading configuration from yaml files.
 - content_for: Adds Rails-style content_for helpers to Haml, Erb,
   Erubis and Slim.
 - cookies: A cookies helper for reading and writing cookies.
 - engine_tracking: Adds methods like haml? that allow helper methods
   to check whether they are called from within a template.
 - json: Adds a #json helper method to return JSON documents.
 - link_header: Helpers for generating link HTML tags and
   corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper
   methods.
 - multi_route: Adds ability to define one route block for multiple
   routes and multiple or custom HTTP verbs.
 - namespace: Adds namespace support to Sinatra.
 - respond_with: Choose action and/or template automatically depending
   on the incoming request. Adds helpers respond_to and respond_with.
 - decompile: Recreates path patterns from Sinatra's internal data
   structures (used by other extensions).
 - reloader: Automatically reloads Ruby files on code changes.
 - extension: Mixin for writing your own Sinatra extensions.
 - test_helpers: Helper methods to ease testing your Sinatra
   application. Partly extracted from Sinatra. Testing framework agnostic.

-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Wookey
+++ Serge Hallyn [2013-03-14 14:58 -0500]:
 Hi,
 
 
 To fix this the kvm group should be created during preinst before the
 udev rules file is unpacked.  This requires adding adduser to the
 Pre-Depends.  vorlon warned me that any new pre-depends should be
 discussed here first, so I'm emailing to ask - is this ok?  Is there
 a better way?

I don't know if there is a better way in this particular case but I do
know that adding users in preinsts does cause problems. Preinsts that
do anything important (which is not dealing with upgrades from
previous packages) cause issues for cross-arch rootfs generation,
where the system has to be booted before preinsts can be run. Mysql,
for example, creates its user in the preinst and this breaks if you
create a foreign-arch rootfs with multistrap containing mysql. I find
it hard to imagine why this necessary, but I assume someone had a good
reason. 

Making sure that the user/group is _also_ created in the postinst if
it's not already been done would make everything work nicely from my
POV. Avoiding doing such things in preinsts at all is good if possible. . 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130314214317.gf20...@stoneboat.aleph1.co.uk



Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Serge Hallyn
Quoting Michael Biebl (bi...@debian.org):
 On 14.03.2013 22:15, Ansgar Burchardt wrote:
  Hi,
  
  Serge Hallyn serge.hal...@ubuntu.com writes:
  qemu-system-common installs a udev rules file which sets /dev/kvm group
  to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
  new rules file as soon as it sees it, sees that group kvm doesn't
  exist, and ignores that part of the rule (until reboot, udev restart,
  or the rule is re-added, of course).
  
  Couldn't postint tell udev explicitly to reload rules after the kvm
  group was added? The init script has a reload action which calls
  udevadm control --reload-rules which might do the right thing.
 
 I'd probably just do an explicit chown/chmod /dev/kvm (given the device
 exists) in postinst.

That is not sufficient.  If something else does udevadm trigger, udev
will re-label /dev/kvm with the old group perms.

-serge


-- 
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/20130314213030.GA6605@sergelap



Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Michael Biebl
On 14.03.2013 22:30, Serge Hallyn wrote:
 Quoting Michael Biebl (bi...@debian.org):
 On 14.03.2013 22:15, Ansgar Burchardt wrote:
 Hi,

 Serge Hallyn serge.hal...@ubuntu.com writes:
 qemu-system-common installs a udev rules file which sets /dev/kvm group
 to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
 new rules file as soon as it sees it, sees that group kvm doesn't
 exist, and ignores that part of the rule (until reboot, udev restart,
 or the rule is re-added, of course).

 Couldn't postint tell udev explicitly to reload rules after the kvm
 group was added? The init script has a reload action which calls
 udevadm control --reload-rules which might do the right thing.

 I'd probably just do an explicit chown/chmod /dev/kvm (given the device
 exists) in postinst.
 
 That is not sufficient.  If something else does udevadm trigger, udev
 will re-label /dev/kvm with the old group perms.

Nothing should run udevadm trigger, at least not without being specific
to a subsystem. If a package is doing that, it's buggy.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Florian Weimer
* Ansgar Burchardt:

 Couldn't postint tell udev explicitly to reload rules after the kvm
 group was added?

udev does not support this:

http://lists.fedoraproject.org/pipermail/devel/2013-January/177046.html

(The discussion extends into February 2013.)


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



Bug#703075: ITP: ruby-backports -- backports of new features for older versions of Ruby

2013-03-14 Thread Jérémy Bobbio
Package: wnpp
Severity: wishlist
Owner: Jérémy Bobbio lu...@debian.org

* Package name: ruby-backports
  Version : 3.1.1
  Upstream Author : Marc-Andre Lafortune
* URL : https://github.com/marcandre/backports
* License : Expat
  Programming Lang: Ruby
  Description : backports of new features for older versions of Ruby

This Ruby library contains essential backports that enable many of the
nice features of Ruby 1.8.7 up to 2.0.0 for earlier versions.

Features are backported with the following limitations:
 - will not break older code,
 - can be implemented in pure Ruby (no C extensions),
 - must pass RubySpec.

-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Steve Langasek
On Thu, Mar 14, 2013 at 10:59:42PM +0100, Michael Biebl wrote:
 On 14.03.2013 22:30, Serge Hallyn wrote:
  Quoting Michael Biebl (bi...@debian.org):
  On 14.03.2013 22:15, Ansgar Burchardt wrote:
  Hi,

  Serge Hallyn serge.hal...@ubuntu.com writes:
  qemu-system-common installs a udev rules file which sets /dev/kvm group
  to 'kvm'.  Its postinst then adds a kvm group.  However udev reads the
  new rules file as soon as it sees it, sees that group kvm doesn't
  exist, and ignores that part of the rule (until reboot, udev restart,
  or the rule is re-added, of course).

  Couldn't postint tell udev explicitly to reload rules after the kvm
  group was added? The init script has a reload action which calls
  udevadm control --reload-rules which might do the right thing.

  I'd probably just do an explicit chown/chmod /dev/kvm (given the device
  exists) in postinst.

  That is not sufficient.  If something else does udevadm trigger, udev
  will re-label /dev/kvm with the old group perms.

 Nothing should run udevadm trigger, at least not without being specific
 to a subsystem. If a package is doing that, it's buggy.

The relevant subsystem for kvm is misc, which could be triggered by any
number of arbitrary packages.  A solution that happens to work /unless/ some
other package gets installed that uses the same kernel subsystem isn't very
robust.  I think it's important to ensure that, by the time the package is
in state 'installed', the udev db is in a consistent state.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Work-needing packages report for Mar 15, 2013

2013-03-14 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 496 (new: 5)
Total number of packages offered up for adoption: 142 (new: 0)
Total number of packages requested help for: 62 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   cairo-clock (#702599), orphaned 6 days ago
 Description: analog clock drawn with vector-graphics
 Installations reported by Popcon: 491

   gwhere (#702596), orphaned 6 days ago
 Description: Removable media catalog manager
 Installations reported by Popcon: 115

   libcgi-untaint-perl (#702591), orphaned 6 days ago
 Description: process CGI input parameters
 Installations reported by Popcon: 202

   libcrypt-unixcrypt-perl (#702595), orphaned 6 days ago
 Description: Perl-only implementation of the crypt(3) function
 Installations reported by Popcon: 71

   libpostscript-simple-perl (#702594), orphaned 6 days ago
 Description: generating postscript files
 Installations reported by Popcon: 63

491 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



No new packages have been given up for adoption, but a total of 142 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

   apt-xapian-index (#567955), requested 1137 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Installations reported by Popcon: 64084

   asymptote (#517342), requested 1476 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 4209

   athcool (#278442), requested 3061 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 64

   balsa (#642906), requested 536 days ago
 Description: An e-mail client for GNOME
 Installations reported by Popcon: 792

   bastille (#592137), requested 950 days ago
 Description: Security hardening tool
 Installations reported by Popcon: 173

   cardstories (#624100), requested 689 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 8

   chromium-browser (#583826), requested 1019 days ago
 Description: Chromium browser
 Installations reported by Popcon: 12903

   cups (#532097), requested 1377 days ago
 Description: Common UNIX Printing System
 Installations reported by Popcon: 107490

   debtags (#567954), requested 1137 days ago
 Description: Enables support for package tags
 Installations reported by Popcon: 2488

   doc-central (#566364), requested 1146 days ago
 Description: web-based documentation browser
 Installations reported by Popcon: 210

   fbcat (#565156), requested 1156 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 156

   flightgear (#487388), requested 1727 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 804

   freeipmi (#628062), requested 658 days ago
 Description: GNU implementation of the IPMI protocol
 Installations reported by Popcon: 2289

   gnat-4.4 (#539633), requested 1794 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Installations reported by Popcon: 2088

   gnat-gps (#496905), requested 1659 days ago
 Description: co-maintainer needed
 Installations reported by Popcon: 484

   gnokii (#677750), requested 271 days ago
 Description: Datasuite for mobile phone management
 Installations reported by Popcon: 2192

   gnupg (#660685), requested 388 days ago
 Description: GNU privacy guard - a free PGP replacement
 Installations reported by Popcon: 137010

   golang (#668870), requested 333 days ago
 Description: Go programming language compiler - metapackage
 Installations reported by Popcon: 547

   gpa (#663405), requested 369 days ago
 Description: GNU Privacy Assistant (GPA)
 Installations reported by Popcon: 538

   gradle (#683666), requested 224 days ago
 Description: Groovy based build system
 Installations reported by Popcon: 28

   grub2 (#248397), requested 3230 days ago
 Description: GRand Unified Bootloader
 Installations reported by Popcon: 128494

   hfsprogs (#557892), requested 1205 days ago
 Description: mkfs and fsck for HFS and HFS+ file systems
 Installations reported by Popcon: 1342

   horde4 (#686007), requested 199 days 

Re: history transparency

2013-03-14 Thread Philip Ashmore

On 09/02/12 08:58, Paul Wise wrote:

On Thu, Feb 9, 2012 at 4:45 PM, Philip Ashmore wrote:


I think Debian needs a way to be able to pick a point in history and obtain
at least the versions + patches of all the source packages that would have
been installed / available to reproduce the Debian system running on the
users machine at the time they reported the bug.

With more and more source packages becoming available under publicly
accessible version control, what needs to change in Debian to make this
possible?


Nothing, it already exists:

http://snapshot.debian.org/archive/debian/20091229T215155Z/

How do I work out which snapshot I have installed now?
I download from Sid.

Is there a micro-version file that stores this information or is it a 
time stamp on some file?


Regards,
Philip


--
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/514271a5.7010...@philipashmore.com



Re: history transparency

2013-03-14 Thread Dmitrijs Ledkovs
On 15 March 2013 00:56, Philip Ashmore cont...@philipashmore.com wrote:
 On 09/02/12 08:58, Paul Wise wrote:

 On Thu, Feb 9, 2012 at 4:45 PM, Philip Ashmore wrote:

 I think Debian needs a way to be able to pick a point in history and
 obtain
 at least the versions + patches of all the source packages that would
 have
 been installed / available to reproduce the Debian system running on the
 users machine at the time they reported the bug.

 With more and more source packages becoming available under publicly
 accessible version control, what needs to change in Debian to make this
 possible?


 Nothing, it already exists:

 http://snapshot.debian.org/archive/debian/20091229T215155Z/

 How do I work out which snapshot I have installed now?
 I download from Sid.


Take the checksum of Packages from /var/lib/apt/lists and find a
matching one on snapshots.
It will be close, but not everything.
A better way is to use apt-clone which will generate a more
comprehensive state tarball.

 Is there a micro-version file that stores this information or is it a time
 stamp on some file?


How would that help at all? Given that it will never know the set of
packages you have installed, or obsolete packages not-removed,
modified conffiles etc.

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/canbhluhmbhhn+vlxjufhtdffrq3j9z2r9mx4w3phq3cnki6...@mail.gmail.com



Re: adduser Pre-Depends for qemu-system-common

2013-03-14 Thread Steve Langasek
On Thu, Mar 14, 2013 at 10:28:23PM +0100, Jakub Wilk wrote:
 * Serge Hallyn serge.hal...@ubuntu.com, 2013-03-14, 14:58:
 qemu-system-common installs a udev rules file which sets /dev/kvm
 group to 'kvm'. Its postinst then adds a kvm group.  However udev
 reads the new rules file as soon as it sees it, sees that group
 kvm doesn't exist, and ignores that part of the rule (until
 reboot, udev restart, or the rule is re-added, of course).

 To fix this the kvm group should be created during preinst before
 the udev rules file is unpacked. This requires adding adduser to
 the Pre-Depends. vorlon warned me that any new pre-depends should
 be discussed here first, so I'm emailing to ask - is this ok? Is
 there a better way?

 IIRC, src:sane-backends uses setfacl(1) instead of changing the
 group. Not sure if that counts as better.

setfacl or chgrp, it still needs to be handled in the udev rules; so
preferably, those udev rules would be the *only* place the device perms need
to be handled, and that means making sure the rules are valid at unpack
time.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: history transparency

2013-03-14 Thread Philip Ashmore

On 15/03/13 02:19, Dmitrijs Ledkovs wrote:

On 15 March 2013 00:56, Philip Ashmorecont...@philipashmore.com  wrote:

On 09/02/12 08:58, Paul Wise wrote:


On Thu, Feb 9, 2012 at 4:45 PM, Philip Ashmore wrote:


I think Debian needs a way to be able to pick a point in history and
obtain
at least the versions + patches of all the source packages that would
have
been installed / available to reproduce the Debian system running on the
users machine at the time they reported the bug.

With more and more source packages becoming available under publicly
accessible version control, what needs to change in Debian to make this
possible?



Nothing, it already exists:

http://snapshot.debian.org/archive/debian/20091229T215155Z/


How do I work out which snapshot I have installed now?
I download from Sid.



Take the checksum of Packages from /var/lib/apt/lists and find a
matching one on snapshots.

Is there a web interface for that, or a script that can do this?


It will be close, but not everything.
A better way is to use apt-clone which will generate a more
comprehensive state tarball.


Is there a micro-version file that stores this information or is it a time
stamp on some file?



How would that help at all? Given that it will never know the set of
packages you have installed, or obsolete packages not-removed,
modified conffiles etc.

I get you, but I'm talking from a pbuilder or similar perspective.
If I run into a problem and a week later it's gone it would be nice to 
be able to tell what packages changed.


Backing up /var/lib/apt/lists would do it but then you would start 
backing it up all over the place, that's why a micro-version number 
would be better, just increment it every time new packages appear in 
snapshots.
It it were in its own file or available from lsb_release or similar then 
even better.



Regards,

Dmitrijs.


Cheers.


--
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/5142a111.4020...@philipashmore.com



Accepted libhttp-dav-perl 0.44-1 (source all)

2013-03-14 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 19:32:14 +1300
Source: libhttp-dav-perl
Binary: libhttp-dav-perl
Architecture: source all
Version: 0.44-1
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson se...@debian.org
Changed-By: Steinar H. Gunderson se...@debian.org
Description: 
 libhttp-dav-perl - WebDAV client library for Perl, and dave CLI client
Changes: 
 libhttp-dav-perl (0.44-1) unstable; urgency=low
 .
   * New upstream release.
   * Replace PREFIX with DESTDIR in make install; fixes lintian warning
 and prepares for change in ExtUtils::MakeMaker.
   * Add ${misc:Depends} to Depends list, to make debhelper happy.
   * Bump Standard-Version to 3.9.4.
 * Add build-arch and build-indep targets.
Checksums-Sha1: 
 d666f37366cf16bc210c2b2604a76e940ff4e13b 1117 libhttp-dav-perl_0.44-1.dsc
 8b593bdd3a4b3f30365538f4eb4b6790455aa286 106463 
libhttp-dav-perl_0.44.orig.tar.gz
 4f5ed1c208cba2c58bfe2ae3c38718db2c85459c 2450 libhttp-dav-perl_0.44-1.diff.gz
 5987695877800b0a0a533d3a3eb554d871592efb 98588 libhttp-dav-perl_0.44-1_all.deb
Checksums-Sha256: 
 6b4271315ad29311bdd9fb2facffa3b23f853f2c6606b806f67975c8c1878155 1117 
libhttp-dav-perl_0.44-1.dsc
 01f71439917adac20c57951f0a67ac75bf5fb6a05354e1313b287b63ddeae7de 106463 
libhttp-dav-perl_0.44.orig.tar.gz
 e034d6c1b4906701e67c892c25f2c187f7c306168cad1ed3c8ba51cd3a4d8223 2450 
libhttp-dav-perl_0.44-1.diff.gz
 788ac497c0ac8908f5eef10555a1a6e8a09a38798441d5f70dd5bfd1716440a2 98588 
libhttp-dav-perl_0.44-1_all.deb
Files: 
 5b46f4b85f875f3881155a20bf3afc7d 1117 web optional libhttp-dav-perl_0.44-1.dsc
 0c698d3310cdefa64a36579b9e711b0d 106463 web optional 
libhttp-dav-perl_0.44.orig.tar.gz
 ec65a9c0c70d554afd4575fe9e0b2f95 2450 web optional 
libhttp-dav-perl_0.44-1.diff.gz
 f5a5d39680927f5c875813f56d021a0d 98588 web optional 
libhttp-dav-perl_0.44-1_all.deb

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

iEYEARECAAYFAlFBdDoACgkQXKRQ3lK3SH6qGQCeLZyHYD/jEsSumigvk0aUnQ4d
JtsAoLoey7Z5g8l5GdkWfjJRkbYtPAKJ
=5xr/
-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/e1ug2bi-0007c9...@franck.debian.org



Accepted unattended-upgrades 0.80~exp1 (source all)

2013-03-14 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 06:34:27 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.80~exp1
Distribution: experimental
Urgency: low
Maintainer: Michael Vogt michael.v...@ubuntu.com
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 698552
Changes: 
 unattended-upgrades (0.80~exp1) experimental; urgency=low
 .
   [ Michael Vogt ]
   * lp:~mvo/unattended-upgrades/verbose:
 - add --verbose that shows output and terminal output
   * lp:~mvo/unattended-upgrades/xz-support:
  - add missing xz-utils dependency, thanks to Bastian Blank
(closes: #698552)
   * drop --with python2 as its just a single script
   * debian/control:
 - depend on latest python-apt in experimental for the codename
   based origin matching
   * data/50unattended-upgrades.Debian:
 - re-add the codename (n=) based matching example
 .
   [ Brian Murray ]
   * unattended-upgrade:
 - fix a issue with the tense of packages being upgraded
 - log that sendmail works as an alternative to mailx
 - add the result of the upgrade to email subject, thanks to Yann 'Ze'
   Richard for the initial patch (LP: #1069809)
Checksums-Sha1: 
 c4fd3621b6d70445418ec25eb76d02f9baf52860 1025 unattended-upgrades_0.80~exp1.dsc
 a07cab6298839efec705a93297b677064656f7a4 78169 
unattended-upgrades_0.80~exp1.tar.gz
 7ddd3f24c7aac5efc33ae2c7479753b6a860451b 50244 
unattended-upgrades_0.80~exp1_all.deb
Checksums-Sha256: 
 bc40f181187254990f7953aec1cec6e675484d4211d896b250211a513f9c0483 1025 
unattended-upgrades_0.80~exp1.dsc
 6a41f3705dfea3816ae6d7fda2de2bf659425ce1c6447d7ae9c1eaf779a64d9c 78169 
unattended-upgrades_0.80~exp1.tar.gz
 8c8845df22468236e0b88c787d7fdec3a04e78ad6ed4cc1a9fee43363504032e 50244 
unattended-upgrades_0.80~exp1_all.deb
Files: 
 fa2791c7f2c80f5e3aece55cd37e0b8a 1025 admin optional 
unattended-upgrades_0.80~exp1.dsc
 80e2d5ba6b99128e9ba9eeec1cab4550 78169 admin optional 
unattended-upgrades_0.80~exp1.tar.gz
 1efbb664b3449455413623948951841d 50244 admin optional 
unattended-upgrades_0.80~exp1_all.deb

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

iEYEARECAAYFAlFBcTkACgkQliSD4VZixzR8uwCfcM8FMeIHXTh5yAtT5Wbqtsiq
EygAnj21kVzebSGBfhgH7No2glX381i9
=L+so
-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/e1ug2bo-0007fi...@franck.debian.org



Accepted unattended-upgrades 0.80~exp2 (source all)

2013-03-14 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 09:19:22 +0100
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.80~exp2
Distribution: experimental
Urgency: low
Maintainer: Michael Vogt michael.v...@ubuntu.com
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Changes: 
 unattended-upgrades (0.80~exp2) experimental; urgency=low
 .
   * add codename based matching
   * add support for ${distro_id}, ${distro_codename} in the
 Unattended-Upgrade::Origins-Pattern based matching too
   * data/50unattended-upgrades.Debian:
 - improve documentation, thanks to Russell Stuart
Checksums-Sha1: 
 83b02815844b1fcb9f18fbde223b23911e2da0b6 1025 unattended-upgrades_0.80~exp2.dsc
 657cda6a42ac55f6d7144c7d1a3c4cfe59727aca 79166 
unattended-upgrades_0.80~exp2.tar.gz
 8f173640b9cd832753456f8c81bd166aa4004cb1 50698 
unattended-upgrades_0.80~exp2_all.deb
Checksums-Sha256: 
 512cf6d6e37852a2cb0bc5f1ecfa512acbeb5b8c2521667ab5a2a7af9111fd40 1025 
unattended-upgrades_0.80~exp2.dsc
 5ad60f1d63715e5c4bd8d40898289bc435b6a8f914c3c063da1ccfdb22b6cbac 79166 
unattended-upgrades_0.80~exp2.tar.gz
 18d62390d77c4308943535503c373642f924da7276727cfbad41034dd0405725 50698 
unattended-upgrades_0.80~exp2_all.deb
Files: 
 de52ae8e57c9f24eb92f1b02d8342c28 1025 admin optional 
unattended-upgrades_0.80~exp2.dsc
 df79a507a029eeaf802fd2128c3be5d7 79166 admin optional 
unattended-upgrades_0.80~exp2.tar.gz
 2dcccab4fb278634d78c8b0d89f0596a 50698 admin optional 
unattended-upgrades_0.80~exp2_all.deb

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

iEYEARECAAYFAlFBiCcACgkQliSD4VZixzT43QCdHx+vkRFwASr9YPJWd5K8K4aO
Ex4AnR970HFqytJjK0dBEY0s72UdHC/a
=rLGU
-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/e1ug3ov-00033h...@franck.debian.org



Accepted adolc 2.4.1-1 (source amd64)

2013-03-14 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 10:21:32 +
Source: adolc
Binary: libadolc-dev libadolc2
Architecture: source amd64
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 libadolc-dev - ADOLC development libs and headers
 libadolc2  - ADOLC automatic differentiation system, runtime libs
Closes: 700937
Changes: 
 adolc (2.4.1-1) unstable; urgency=low
 .
   * New Upstream Version (closes: #700937)
Checksums-Sha1: 
 d7a00b57cace729c4742d48a4b2db2019fdd8c93 1255 adolc_2.4.1-1.dsc
 e74f7b7707f72fa250cc0a2cffa78796af591a65 2210414 adolc_2.4.1.orig.tar.gz
 639f5a485cf779c180689cc8120e40c8b3ac1233 10533 adolc_2.4.1-1.debian.tar.gz
 94638161efc5392f9534b06b65917e0e9dc6b981 1022630 libadolc-dev_2.4.1-1_amd64.deb
 7b8c488f7faa41ef118f31d23e27a34019d3d404 207022 libadolc2_2.4.1-1_amd64.deb
Checksums-Sha256: 
 2a1f6149977c024b198215e3347e69aa30d75f05359e7d4cb68f5cbc92b7fb14 1255 
adolc_2.4.1-1.dsc
 05bf946cc1764e2b3fa7e708ccc4303f289699d9f36b9d525f6a9a6129b4d578 2210414 
adolc_2.4.1.orig.tar.gz
 179773cb1aae170afca5d7a33384608bbb4b47d52d3a7a597e6092c9f83bf2ca 10533 
adolc_2.4.1-1.debian.tar.gz
 0752ea81fe33b717ec79acd4963babfde10d77baf34b0a3c17d4a630a7e684f0 1022630 
libadolc-dev_2.4.1-1_amd64.deb
 531209a4eb9b2c6ed35977d8f520442f32550468c233d20ffa0a83e7b6b37198 207022 
libadolc2_2.4.1-1_amd64.deb
Files: 
 f77fef2769911e86c597fac9c66a698d 1255 libs optional adolc_2.4.1-1.dsc
 a1dba2f55b9ed878d626cc0484b96d95 2210414 libs optional adolc_2.4.1.orig.tar.gz
 8111c8ba775a222a629192db9e3479d5 10533 libs optional 
adolc_2.4.1-1.debian.tar.gz
 ee0d17b1ef0f403d2894a92d1eed79fa 1022630 libdevel optional 
libadolc-dev_2.4.1-1_amd64.deb
 fe28b0fe55268431946822da5a3ea5d1 207022 libs optional 
libadolc2_2.4.1-1_amd64.deb

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

iEYEARECAAYFAlFBpUwACgkQLz4Gnv7CP7ITggCaAnCglFmCzzkFpKMqJ/HXYYYZ
KIYAnixxQSSNOu3vttq4Al3DXPYKo4yj
=Rjyk
-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/e1ug5sb-00029v...@franck.debian.org



Accepted pymad 0.7-1 (source amd64)

2013-03-14 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 09:19:26 +
Source: pymad
Binary: python-pymad
Architecture: source amd64
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson j...@debian.org
Changed-By: Jamie Wilkinson j...@debian.org
Description: 
 python-pymad - Python wrapper to the MPEG Audio Decoder library
Closes: 556153 620280
Changes: 
 pymad (0.7-1) unstable; urgency=low
 .
   * New upstream version.
   * Acknowledge NMUs.  Thanks Jakub and Sandro! (Closes: #620280, #556153)
   * Update debian/watch with new URI for tarball.
   * Updated standards version to 3.9.2
   * Transition from pysupprt to dh_python2.
   * Fix debhelper misc:depends to appease lintian.
   * Remove obsolete cleanup from debian/rules.
Checksums-Sha1: 
 639dbec4292c69f0fd7a9cf5a498bbc7b95e0468 1007 pymad_0.7-1.dsc
 ed848374cfdd7012ab330154906e6d75a0193302 21510 pymad_0.7.orig.tar.gz
 c31f36ddfbfdc9a2c9fcc609546037556ef07f72 4194 pymad_0.7-1.diff.gz
 bb3035f3e59fd311aa59d3ba25f2b8296d8f8b96 14932 python-pymad_0.7-1_amd64.deb
Checksums-Sha256: 
 2498d4694505fd250c7afb76f8fd085a88b040f92da156fe3c9853b08561b8ad 1007 
pymad_0.7-1.dsc
 53ae5d3382074f21431299a3186fc9f778fe106f26d737846cc1ef2c34b2d8a1 21510 
pymad_0.7.orig.tar.gz
 757723b9460abbc3ec8fa27659124b3e9e61195ae028c39a41456e6fb0b75dd9 4194 
pymad_0.7-1.diff.gz
 bfaf5a98af45c0be47ed66b4810d020b879a7fe170f002779149366d7db930ee 14932 
python-pymad_0.7-1_amd64.deb
Files: 
 52671a6702d6facffcc3c185882a2874 1007 python optional pymad_0.7-1.dsc
 8835f765db7d38db3322980dc1a216ba 21510 python optional pymad_0.7.orig.tar.gz
 70c7d2c6350bf2a6d7e3219b45d8a91a 4194 python optional pymad_0.7-1.diff.gz
 1d2bc5cdcd38418bfa92ff7d65062857 14932 python optional 
python-pymad_0.7-1_amd64.deb

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

iEYEARECAAYFAlFBqDAACgkQ5u9oNyz9HDh+TACfflWjh2Ng3+1pvSdFYaVllYRA
QSUAn2f57pLhYIyiSVeOkdA+e3f0w6jQ
=e20y
-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/e1ug5h2-0007l8...@franck.debian.org



Accepted yafaray 0.1.2+really0.1.2~beta5-4 (source amd64)

2013-03-14 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 11:46:17 +0100
Source: yafaray
Binary: yafaray
Architecture: source amd64
Version: 0.1.2+really0.1.2~beta5-4
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 yafaray- modern, xml-speaking raytracing-based rendering system
Closes: 692381
Changes: 
 yafaray (0.1.2+really0.1.2~beta5-4) experimental; urgency=low
 .
   * debian/: dh bump 8 = 9
   * debian/control: blender version bumped in Recommends
   * debian/control: S-V 3.9.3 = 3.9.4 (no changes needed)
   * debian/control: DMUA flag dropped
   * debian/watch: source path updated.
 Thanks to Bart Martens (bartm) for the hint.
   * debian/patches/: #0003 added to fix FTBFS on Python 3.3.
 Thanks to Dmitrijs Ledkovs for the initial patch. (Closes: #692381)
Checksums-Sha1: 
 6d1ca41ec8fa2642bfaad90f572d6b3c8e14c0c6 2260 
yafaray_0.1.2+really0.1.2~beta5-4.dsc
 37c469609295a30c44b7adc89fb01622f8e9b3e1 7834 
yafaray_0.1.2+really0.1.2~beta5-4.debian.tar.gz
 23ad6ed062e5a4ed437194a9864468b405831774 1076998 
yafaray_0.1.2+really0.1.2~beta5-4_amd64.deb
Checksums-Sha256: 
 5d192f1d49b9183a2edb749f24494bab897bc44b8cbe687a8ad3c2cf88ce1847 2260 
yafaray_0.1.2+really0.1.2~beta5-4.dsc
 a2066a02802e55d794624815a7ef5709b29ea204715fa05bf61dba34718f8a99 7834 
yafaray_0.1.2+really0.1.2~beta5-4.debian.tar.gz
 6e5cdac6d94422f5627b2a79b39db4dab939cd062f045a58dac82685677d7a44 1076998 
yafaray_0.1.2+really0.1.2~beta5-4_amd64.deb
Files: 
 da8a1ac5eda51377ae00c1be7fc97676 2260 graphics optional 
yafaray_0.1.2+really0.1.2~beta5-4.dsc
 21e7e8b8260b5ea93f70c379f76910ca 7834 graphics optional 
yafaray_0.1.2+really0.1.2~beta5-4.debian.tar.gz
 488a4399f58a4547c8bef1643654f0b8 1076998 graphics optional 
yafaray_0.1.2+really0.1.2~beta5-4_amd64.deb

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

iQIcBAEBAgAGBQJRQa2PAAoJEIBiOYmDss96ge8P/iRPKjzheQs57rNlv0gyqwt+
0EJpMkM4FgDPumnpOXgY7U1jI+J92SIGbuPqA17QLM4AXy0MQ50M32zh+vmJk7L8
WfUWzRUzYB1F9kUYaYI6kDjdstdi76OlQ+ewhVgFomxXrz0/ozCf+38KbDbu7Q55
67AOPT2xzh6RxpKyN+ne1Z3IhqwebWTFmsBSsUPLDpR7ifXhRocaDFIlK9GS5Sp8
8tCZIU2BtUbUVSPzL9veGIW7XYDprh40TG1+nqHGmozYFlMJozRM/F5AayZDVBYO
JUr4n3t2Nn+p414TXrMjeWbtVa3kka4BSt+Y77ViOvJvhwnCLo+XB2Mm2vmtsWcN
Ordh5gH5GcNL6Tqg9OwpVdJemAxHXPAenXGkXGXwXFf6epqLz1DbRmDBtp8wHjyr
8NVwGye8OHrMTeSVgT+50Qso5C1X0BHztWgM/hr1Lsi8hfudJXS2fjJGi5Y9JCAM
i2DoPNKCsuvDiT2hIxLimkUx8ZqdFY5WaLw5KCp7ge3tSyR4hbLph7eVdX0tuCIr
8M+tnnR6qGF6ThRrieStq0hsA5C5AFZkX+oD0lcolhUKX4nLtVGyNWu86xtD3kK7
Jt6u42DRX5a1FTdK9/BR511idwlPUC6V1BSdLEfdUcZgs7MGhF4Dk3FQbswLvwlL
/KWqnWH/axEdeT+rr96b
=U8J/
-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/e1ug6al-0003m0...@franck.debian.org



Accepted root-system 5.34.00-2 (source amd64 all)

2013-03-14 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Jul 2012 20:56:35 +0800
Source: root-system
Binary: root-system libroot-bindings-python5.34 libroot-bindings-python-dev 
libroot-bindings-ruby5.34 libroot-bindings-ruby-dev libroot-graf3d-gl5.34 
libroot-graf3d-gl-dev libroot-io-xmlparser5.34 libroot-io-xmlparser-dev 
libroot-math-mathmore5.34 libroot-math-mathmore-dev libroot-math-unuran5.34 
libroot-math-unuran-dev libroot-misc-memstat5.34 libroot-misc-memstat-dev 
libroot-misc-table5.34 libroot-misc-table-dev libroot-net-bonjour5.34 
libroot-net-bonjour-dev libroot-net-ldap5.34 libroot-net-ldap-dev 
libroot-proof-clarens5.34 libroot-proof-clarens-dev libroot-roofit5.34 
libroot-roofit-dev root-plugin-graf2d-asimage root-plugin-geom-gdml 
root-plugin-gui-qt root-plugin-graf2d-qt root-plugin-math-fftw3 
root-plugin-math-minuit2 root-plugin-montecarlo-pythia8 root-plugin-net-globus 
root-plugin-net-krb5 root-plugin-proof-peac root-plugin-sql-mysql 
root-plugin-sql-odbc root-plugin-sql-pgsql libroot-geom5.34 libroot-geom-dev 
libroot-graf2d-gpad5.34 libroot-graf2d-gpad-dev
 libroot-graf2d-graf5.34 libroot-graf2d-graf-dev libroot-graf2d-postscript5.34 
libroot-graf2d-postscript-dev libroot-graf3d-eve5.34 libroot-graf3d-eve-dev 
libroot-graf3d-g3d5.34 libroot-graf3d-g3d-dev libroot-gui5.34 libroot-gui-dev 
libroot-gui-ged5.34 libroot-gui-ged-dev libroot-hist5.34 libroot-hist-dev 
libroot-hist-spectrum5.34 libroot-hist-spectrum-dev libroot-html5.34 
libroot-html-dev libroot-io5.34 libroot-io-dev libroot-math-foam5.34 
libroot-math-foam-dev libroot-math-genvector5.34 libroot-math-genvector-dev 
libroot-math-mathcore5.34 libroot-math-mathcore-dev libroot-math-matrix5.34 
libroot-math-matrix-dev libroot-math-minuit5.34 libroot-math-minuit-dev 
libroot-math-mlp5.34 libroot-math-mlp-dev libroot-math-physics5.34 
libroot-math-physics-dev libroot-math-quadp5.34 libroot-math-quadp-dev 
libroot-math-smatrix5.34 libroot-math-smatrix-dev libroot-math-splot5.34 
libroot-math-splot-dev libroot-misc-minicern5.34 libroot-misc-minicern-dev 
libroot-montecarlo-eg5.34
 libroot-montecarlo-eg-dev libroot-montecarlo-vmc5.34 
libroot-montecarlo-vmc-dev libroot-net5.34 libroot-net-dev libroot-net-auth5.34 
libroot-net-auth-dev libroot-proof5.34 libroot-proof-dev 
libroot-proof-proofplayer5.34 libroot-proof-proofplayer-dev libroot-tmva5.34 
libroot-tmva-dev libroot-tree5.34 libroot-tree-dev libroot-tree-treeplayer5.34 
libroot-tree-treeplayer-dev root-plugin-geom-geombuilder 
root-plugin-geom-geompainter root-plugin-graf2d-x11 root-plugin-graf3d-x3d 
root-plugin-gui-fitpanel root-plugin-gui-guibuilder 
root-plugin-gui-sessionviewer root-plugin-hist-hbook 
root-plugin-hist-histpainter root-plugin-hist-spectrumpainter 
root-plugin-io-sql root-plugin-io-xml root-plugin-math-fumili 
root-plugin-tree-treeviewer root-system-proofd root-system-rootd 
root-system-doc root-system-bin libroot-core5.34 libroot-core-dev 
libroot-static root-system-common
 ttf-root-installer
Architecture: source amd64 all
Version: 5.34.00-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 libroot-bindings-python-dev - Python extension for ROOT - development files
 libroot-bindings-python5.34 - Python extension for ROOT - runtime libraries
 libroot-bindings-ruby-dev - Ruby extension for ROOT - development headers
 libroot-bindings-ruby5.34 - Ruby extension for ROOT - run-time library
 libroot-core-dev - Header files for ROOT
 libroot-core5.34 - Numerical data analysis framework - shared runtime libraries
 libroot-geom-dev - Geometry library  for ROOT - development files
 libroot-geom5.34 - Geometry library  for ROOT - run-time library
 libroot-graf2d-gpad-dev - Canvas and pad library for ROOT - development files
 libroot-graf2d-gpad5.34 - Canvas and pad library for ROOT - run-time library
 libroot-graf2d-graf-dev - Graf library for ROOT - development files
 libroot-graf2d-graf5.34 - Graf library for ROOT
 libroot-graf2d-postscript-dev - Postscript/PDF renderer library for ROOT - 
development files
 libroot-graf2d-postscript5.34 - Postscript/PDF renderer library for ROOT
 libroot-graf3d-eve-dev - Event display library for ROOT - development files
 libroot-graf3d-eve5.34 - Event display library for ROOT
 libroot-graf3d-g3d-dev - Basic 3D shapes for ROOT - development files
 libroot-graf3d-g3d5.34 - Basic 3D shapes for ROOT
 libroot-graf3d-gl-dev - GL plugin for ROOT - development files
 libroot-graf3d-gl5.34 - GL plugin for ROOT - runtime library
 libroot-gui-dev - GUI library for ROOT - development files
 libroot-gui-ged-dev - GUI element for editing various ROOT objecs - 
development files
 libroot-gui-ged5.34 - GUI element for editing various ROOT objecs
 libroot-gui5.34 - GUI library for ROOT - run-time library
 libroot-hist-dev - Histogram library for ROOT - development files
 libroot-hist-spectrum-dev - 

Accepted scilab 5.4.1~git20130314-27e240f-1~exp1 (source all amd64)

2013-03-14 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 12:33:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg libscilab2-java 
scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja scilab-test
Architecture: source all amd64
Version: 5.4.1~git20130314-27e240f-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscilab2-java - Scientific software package for numerical computations (Java 
v2 A
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.4.1~git20130314-27e240f-1~exp1) experimental; urgency=low
 .
   * New snapshot release
Checksums-Sha1: 
 312733fea945860dbff171c0bc1eab9c66212ab1 2953 
scilab_5.4.1~git20130314-27e240f-1~exp1.dsc
 673abf559ffbc8d841a8125be7bc8c7380f9baae 51652496 
scilab_5.4.1~git20130314-27e240f.orig.tar.bz2
 33dfb107fee7dcf58e95fde1e95d118a99d7 191382 
scilab_5.4.1~git20130314-27e240f-1~exp1.debian.tar.gz
 0630d5c5826d605b76b4a059d589d4108be87535 80612 
scilab-cli_5.4.1~git20130314-27e240f-1~exp1_all.deb
 9bebe23c74a28d0a91e2a9cbdf19747cc89f8773 92730 
scilab_5.4.1~git20130314-27e240f-1~exp1_all.deb
 f79fee7d6640c4edf57e243f13a0ab61292dd74d 36199756 
scilab-data_5.4.1~git20130314-27e240f-1~exp1_all.deb
 17d878761c612b2ecd0f085b03edac8551a6d7b5 7731466 
scilab-doc_5.4.1~git20130314-27e240f-1~exp1_all.deb
 7af9a4b63845cba426af92b5977f4b5fd1b7f263 6691820 
scilab-doc-fr_5.4.1~git20130314-27e240f-1~exp1_all.deb
 791494c01e2b3d791410e1113827f58648765475 6608996 
scilab-doc-pt-br_5.4.1~git20130314-27e240f-1~exp1_all.deb
 f005abb6211ae97854a9c5504a394c2b512ff885 6767244 
scilab-doc-ja_5.4.1~git20130314-27e240f-1~exp1_all.deb
 bf6f861dba1a6a06a084c3717992234ca8ee2428 22018482 
scilab-test_5.4.1~git20130314-27e240f-1~exp1_all.deb
 7cec6c6ed5b2960c20bae94ddc9f8c3a3342bec4 147602 
scilab-include_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
 5eb9efcb240f1036ccd3874c1528636ace66023b 2774274 
scilab-minimal-bin_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
 1e0cdb0050dcfedc07dc15f38fd9d2efb252b5b6 1871350 
scilab-full-bin_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
 252d979b9812eeda95f880ad015181d4255837f8 5626234 
scilab-minimal-bin-dbg_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
 7b3c5b2995536325a451bca1d43a49cd5b58ac0c 3947148 
scilab-full-bin-dbg_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
 4f70aa70fded85d3072b9d7aed34b2fb15c4b9ca 157650 
libscilab2-java_5.4.1~git20130314-27e240f-1~exp1_amd64.deb
Checksums-Sha256: 
 188563fb7116549a1dbde8d6c46410252f5788f7867d89a8c1bf6dad81458a01 2953 
scilab_5.4.1~git20130314-27e240f-1~exp1.dsc
 78dd985bc5c9727b2c6f88282941df40103095ad97d60075db6bca5d0d2593e7 51652496 
scilab_5.4.1~git20130314-27e240f.orig.tar.bz2
 e9ea33ec5994045e3d15d1bd3d9b64dc350958fca6e4d82379ae452ee4f7a7f7 191382 
scilab_5.4.1~git20130314-27e240f-1~exp1.debian.tar.gz
 7612f762add9328397d71824012c2135f6dc75f5ad68e0302285481260dae140 80612 
scilab-cli_5.4.1~git20130314-27e240f-1~exp1_all.deb
 d85b4a3dbfc0c43e8358be71f026e702ee2f68d053ba04c46a3529f65b3706c0 92730 
scilab_5.4.1~git20130314-27e240f-1~exp1_all.deb
 541f6684878af30aadfbb02fdd077f471d489bcea53f9e72fe9f7c19faaebd4d 36199756 
scilab-data_5.4.1~git20130314-27e240f-1~exp1_all.deb
 9568c4a4636af058d2dcb94ebb27b28e82236eaa2a680d9b12123fca2ff9f291 7731466 
scilab-doc_5.4.1~git20130314-27e240f-1~exp1_all.deb
 9d3542fbc6d7405e02a27653ec0f778ad1d822cf5a1de57306c1bf8f224056be 6691820 
scilab-doc-fr_5.4.1~git20130314-27e240f-1~exp1_all.deb
 d618f1508c21d48df4a4df453e3cd802bd8cecd2f098cd1d6b2c02ed58aa52f3 6608996 
scilab-doc-pt-br_5.4.1~git20130314-27e240f-1~exp1_all.deb
 942404fca65a6d3015844b3fda327aaf3cde77e8fe70604a39a7302340c7e84c 6767244 
scilab-doc-ja_5.4.1~git20130314-27e240f-1~exp1_all.deb
 72332737d83e90266cb4ae677f94ba07a025e2f40d8f82c0e1840024ac328d15 22018482 

Accepted apt 0.9.7.8 (source all amd64)

2013-03-14 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 07:47:36 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc 
apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.9.7.8
Distribution: unstable
Urgency: criticial
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 apt- commandline package manager
 apt-doc- documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package managment related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package managment runtime library
Changes: 
 apt (0.9.7.8) unstable; urgency=criticial
 .
   * SECURITY UPDATE: InRelease verification bypass
 - CVE-2013-1051
 .
   [ David Kalnischk ]
   * apt-pkg/deb/debmetaindex.cc,
 test/integration/test-bug-595691-empty-and-broken-archive-files,
 test/integration/test-releasefile-verification:
 - disable InRelease downloading until the verification issue is
   fixed, thanks to Ansgar Burchardt for finding the flaw
Checksums-Sha1: 
 709fb6d7e6871e687a9454b6b8bfe0ffa5086d33 1695 apt_0.9.7.8.dsc
 747bcf1e5ad8d1c2ea920cbcf70aded353e0 3397253 apt_0.9.7.8.tar.gz
 5a4f915588d0cd5474012bb65dea8fd87c5110b9 262324 apt-doc_0.9.7.8_all.deb
 34b2c5233a4f513c08659fc482a25491473102d5 961112 libapt-pkg-doc_0.9.7.8_all.deb
 33202533d0c6c6a912509ab571401eb3ddaeb91b 896800 
libapt-pkg4.12_0.9.7.8_amd64.deb
 a2449a6da9ac7840e7a3b7ccd0d25c5d75b3b149 166420 
libapt-inst1.5_0.9.7.8_amd64.deb
 e73d533d080e028cf7cda9a77563820cf7105e4d 1253378 apt_0.9.7.8_amd64.deb
 80924fa0ce89110a6301e9c3e4be16ea296bece1 186552 
libapt-pkg-dev_0.9.7.8_amd64.deb
 5ae65e415b850bd1684caeb234d25bbd2c60c4de 377144 apt-utils_0.9.7.8_amd64.deb
 dc3414240b3d761553ea9ccfe55aa8dc8c91c20b 108342 
apt-transport-https_0.9.7.8_amd64.deb
Checksums-Sha256: 
 649b28914752cf1938a2e683660c82ce4e0f70ebc1f0b4d98e61307d57ada0dc 1695 
apt_0.9.7.8.dsc
 9570905992f4a83b0c182f11f9e0a8c20a1209a52996d1a01ddbfa359ae2c819 3397253 
apt_0.9.7.8.tar.gz
 3671152a25fba3eb69fe2ad1ad25430975c89d6fee85a639b43a359c8466f8c9 262324 
apt-doc_0.9.7.8_all.deb
 e0e83ead39e83ec8b4a6bd1e3d617d1c41e4eb2c9fa2952082965dd18ab98fd1 961112 
libapt-pkg-doc_0.9.7.8_all.deb
 9922df300c4b61739a9974070593209572a5c98ac1bc4f1969c86d34148f558e 896800 
libapt-pkg4.12_0.9.7.8_amd64.deb
 e3c27ba14168156fb1162da23b5fc24e20c51c3726e423c747870999062d56dd 166420 
libapt-inst1.5_0.9.7.8_amd64.deb
 1d99b2c9bfad1de991bdabf539ee3c2b1339cb86b77f78206ae5183ecadbfa66 1253378 
apt_0.9.7.8_amd64.deb
 f669a205d79ae3115be6010d4bc2d49ffc92d7acd65ea4b8f2549c7d57c56c37 186552 
libapt-pkg-dev_0.9.7.8_amd64.deb
 f7c1f0c94e8ae8e7caa2caa146facd951eb9b446a4a58902aa66c3cb8b283abf 377144 
apt-utils_0.9.7.8_amd64.deb
 eafda7d1cf2f4d18d27089bb53ebd8abb5afc85da519abd333ae07e59cc4e748 108342 
apt-transport-https_0.9.7.8_amd64.deb
Files: 
 b0585e9101e87654cf7dab928cca93ed 1695 admin important apt_0.9.7.8.dsc
 d44f459d59d8fa7fc5f455f1f982f08c 3397253 admin important apt_0.9.7.8.tar.gz
 779e75046295f60f24b8027d340a63ba 262324 doc optional apt-doc_0.9.7.8_all.deb
 83a51a47a54666595af4b8cd2f619ab4 961112 doc optional 
libapt-pkg-doc_0.9.7.8_all.deb
 3fc814a612f9f78689ae1f9167c60b9d 896800 libs important 
libapt-pkg4.12_0.9.7.8_amd64.deb
 61875d08e240af944702fbbf8b46dac8 166420 libs important 
libapt-inst1.5_0.9.7.8_amd64.deb
 3a622acda41620df50aa22a9fac6f32e 1253378 admin important apt_0.9.7.8_amd64.deb
 d2d20a8efff8add2e7f1d112d6df3aea 186552 libdevel optional 
libapt-pkg-dev_0.9.7.8_amd64.deb
 ee282d66c59481d53826e1d93b147c91 377144 admin important 
apt-utils_0.9.7.8_amd64.deb
 6675839ffbeced839ca71f483709f8fc 108342 admin optional 
apt-transport-https_0.9.7.8_amd64.deb

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

iEYEARECAAYFAlFBeiUACgkQliSD4VZixzSaYACdG0fiBKmKcjmC/qoF7K6+so2j
ZjgAn3LvFmoPt8g/VPt5bHXWyDFxTFHO
=VAK5
-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/e1ug8gr-0001tl...@franck.debian.org



Accepted cpanminus 1.6006-1 (source all)

2013-03-14 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 15:31:05 +0100
Source: cpanminus
Binary: cpanminus
Architecture: source all
Version: 1.6006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 cpanminus  - script to get, unpack, build and install modules from CPAN
Changes: 
 cpanminus (1.6006-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 28769d29ca022ed63d3c284ff6ab09f9cae4fe71 1980 cpanminus_1.6006-1.dsc
 d84cd3e945d23b83538b91d713f671c49680b44a 103707 cpanminus_1.6006.orig.tar.gz
 231e7db2d0cea4854d17c5fda77ecfabc22fb3c3 3460 cpanminus_1.6006-1.debian.tar.gz
 b2926982f18b2caafe2f1ae64a0cb15a3774757e 58480 cpanminus_1.6006-1_all.deb
Checksums-Sha256: 
 053449860a86d1e6912676fda64f9548199bef591bcadb476d8b5ff8f7e25973 1980 
cpanminus_1.6006-1.dsc
 afa7c667e53e964d54ccce5b1d4631f5d5080b0742b8dd9a4e7c93b9f09bd7f7 103707 
cpanminus_1.6006.orig.tar.gz
 e91ccf4088b448da7516189bd75bc2333ac4707aa02da50c31924371cb18248d 3460 
cpanminus_1.6006-1.debian.tar.gz
 15037f664bf87bb626ac8ace7ddad53b0429945ae0117bc7b371a567286c1370 58480 
cpanminus_1.6006-1_all.deb
Files: 
 4d13600293401b308aeee23070c53698 1980 perl optional cpanminus_1.6006-1.dsc
 8a6a15cb769f942d587ffdf453383100 103707 perl optional 
cpanminus_1.6006.orig.tar.gz
 b40f439e01ae28c4b4e6bcf39e3d0ce6 3460 perl optional 
cpanminus_1.6006-1.debian.tar.gz
 863625dc3cae0ad00daae8ea5326c815 58480 perl optional cpanminus_1.6006-1_all.deb

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

iQIcBAEBAgAGBQJRQeABAAoJEK+lG9bN5XPL/fgQAJ7F5xBH1vhneCwjpytq3AbF
tb7FdbG1I8r7a5mY2sNtESkBx87F2N2xR/iCnYQI1uNi51dg5RhMpxf7Hp1QlKcu
LI2JuCR4XOhle1vKlqTnIcfFNFQfFtwiaY6rg8RbKn+DHaYsqbYIZ0x08YY/pUFC
0WMKTSSwb8R1Jt4b8wFhh/eOxXBnun6Dg8gI37ViofwGp75fhLbRWEFzBi/HwqB0
XR2W/aedxicj8I+kgGCq3mQdw3GytiJprwUd3SLFrOiKDGg3uz9LyC8y8yG7KjU4
dLJHney8YJ9GkSmtMOWXVyNBpYbRWTp5Jr1VtHTfYwa8QXOM8EjwA5sPJ8oExY9l
+LyY/iutJ2H60UCbyKNq9GSY3kqxTm8pvqkhP790USFqGk5oIgOGBwo53+53sA+y
/3sfyBWPqOtpbyLvx0wR415l1e/zfgxKDtyCRFGIJUT+D+p/9GgNmYdrbLW6Ok6f
7sUf5gEv+Z9a/CWV8r8ZnUM952AqQWGrWeAVYWbv6n7k5DqALQCTydWGkqBXqAdn
+ACRRsvnCCEGZqh5XsKcx7cS7BULR8SZuk/58RV9376H3WxcA0eFNDVWt9njKyGU
QWtH9KKVxth83FXS46B8aFiGzg/ubwlrsX6FRR0bwaf+WGH0DD1C17xPkYY1kB69
n9JTDrpzBQ7Kpe129cCx
=383c
-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/e1ug9rv-00047b...@franck.debian.org



Accepted postfix 2.10.0-2 (all amd64 source)

2013-03-14 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 08:15:51 -0600
Source: postfix
Binary: postfix postfix-ldap postfix-cdb postfix-pcre postfix-mysql 
postfix-pgsql postfix-dev postfix-doc
Architecture: all amd64 source
Version: 2.10.0-2
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: LaMont Jones lam...@debian.org
Closes: 702374
Description: 
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix- High-performance mail transport agent
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MySQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PostgreSQL map support for Postfix
Changes: 
 postfix (2.10.0-2) unstable; urgency=low
 .
   * Correctly set smtpd_relay_restrictions on upgrade to 2.10.0.
 Closes: #702374
Checksums-Sha1: 
 8b6e7b9eacd5731653285026c2d231d00197fd95 1737 postfix_2.10.0-2.dsc
 dd9bfc7afee416aa9f2368d084a4b202718e42df 3826655 postfix_2.10.0.orig.tar.gz
 8745edc99a687a190345ddfbb23f963d8932e710 248570 postfix_2.10.0-2.diff.gz
 15da05b4655773dbfeeff627a27799703a231d58 1612210 postfix_2.10.0-2_amd64.deb
 5ca5d2e94965deec70e34606e6bd955076972d4c 268886 postfix-ldap_2.10.0-2_amd64.deb
 2bae6da3231ceead13c393de6d74aa847d76679b 26 postfix-cdb_2.10.0-2_amd64.deb
 39e557da021406d6b61101499897c09d5a482dea 262004 postfix-pcre_2.10.0-2_amd64.deb
 15746ddf241bb6db4d433b8bc02c57148edb88c6 261960 
postfix-mysql_2.10.0-2_amd64.deb
 3b2b465b744c7607364c38a0ff2e10e61fbf7677 262122 
postfix-pgsql_2.10.0-2_amd64.deb
 1c3a075e88ab940deede42e606d660f06b9bec9a 372758 postfix-dev_2.10.0-2_all.deb
 49e2c560081155e5e6ebe9b292c25f15d535188a 1302712 postfix-doc_2.10.0-2_all.deb
Checksums-Sha256: 
 dca6f3cc4ce93795f7d4b6626367a19f9294d35fcb59ae34164697e5a384ae52 1737 
postfix_2.10.0-2.dsc
 4a42a6029af418cbd4a8668b4f8c7e1ea9975cbe9756df760649c0a941bfeb7b 3826655 
postfix_2.10.0.orig.tar.gz
 bdc9db62c453a4d2367667d1d756f435e6d0f6b08d06cf69e144c661c5f59357 248570 
postfix_2.10.0-2.diff.gz
 f6c92d6ac8f1d2d809d767a73d458cb0b28e8bc4cda1dbdaa86e4e0194ab1a49 1612210 
postfix_2.10.0-2_amd64.deb
 d6fd7c5332e178dbb2d72e6a5fa7756573c2df34ca1f0f691d8d0d26e2f63267 268886 
postfix-ldap_2.10.0-2_amd64.deb
 b8296146f61089db101ef74e68f1fcda395e5732f4423bb37ba8a415fd7045f2 26 
postfix-cdb_2.10.0-2_amd64.deb
 829f626cee48624a978919193e1fae516d9d379dd7ecd628197886c4c4f9c606 262004 
postfix-pcre_2.10.0-2_amd64.deb
 727708b6de89c852f63f602c369eb99126a32b3404a688ac8b748d1d49c14670 261960 
postfix-mysql_2.10.0-2_amd64.deb
 91b5bf524e82eb96e7e59516815f501023dacb902cac201543bf3835f6551a5e 262122 
postfix-pgsql_2.10.0-2_amd64.deb
 8cbe1f53aa6465134eedff52121af8d85a69673880aa93a896fc1b6b6b1c4ccf 372758 
postfix-dev_2.10.0-2_all.deb
 355c0e241852f3da78822878a9a3897bf786ddda73c5a2946ae76671bd395070 1302712 
postfix-doc_2.10.0-2_all.deb
Files: 
 6501843d35a22c5442eab2106858e318 1737 mail extra postfix_2.10.0-2.dsc
 b2a563b2d5c53462952886e6fc4e4b7b 3826655 mail extra postfix_2.10.0.orig.tar.gz
 b119f178a6c54e9b48a70572c02d9fdc 248570 mail extra postfix_2.10.0-2.diff.gz
 59d3627bcde1841d1154f0c4e26ee708 1612210 mail extra postfix_2.10.0-2_amd64.deb
 d8ba2ef7f16649f0f2d24ff6dac943a8 268886 mail extra 
postfix-ldap_2.10.0-2_amd64.deb
 2e713bbcdf462fa7e32d68d8b04f3faa 26 mail extra 
postfix-cdb_2.10.0-2_amd64.deb
 8456703d4f18f4754139d6512b4e 262004 mail extra 
postfix-pcre_2.10.0-2_amd64.deb
 8fb41585a992721861cf37414ce740f5 261960 mail extra 
postfix-mysql_2.10.0-2_amd64.deb
 db63dc530897f008cde211f717eaa164 262122 mail extra 
postfix-pgsql_2.10.0-2_amd64.deb
 985bc493a8f783a80148f71cfc7ec434 372758 devel extra 
postfix-dev_2.10.0-2_all.deb
 98f06a185c9833d6c8c4f9d10a411570 1302712 doc extra postfix-doc_2.10.0-2_all.deb

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

iD8DBQFRQeCpzN/kmwoKyScRAkdPAJ4wqacYWNqiI2+Kb7u3/A685cjFnQCcC0F3
u9mdE2OJ5PR1kJCKFEQnI10=
=qgNS
-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/e1ug9sc-0004rq...@franck.debian.org



Accepted google-glog 0.3.3-1 (source amd64 all)

2013-03-14 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Mar 2013 00:05:54 +0900
Source: google-glog
Binary: libgoogle-glog-dev libgoogle-glog0 libgoogle-glog-doc
Architecture: source amd64 all
Version: 0.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 libgoogle-glog-dev - library that implements application-level logging.
 libgoogle-glog-doc - documentation of gloogle-glog
 libgoogle-glog0 - library that implements application-level logging.
Closes: 699444 702483 702985
Changes: 
 google-glog (0.3.3-1) unstable; urgency=low
 .
   * New upstream release.  (Closes: #702483)
   * Replaces debian/patches/debian/patches/20120617_fix_test_on_ppc.diff
 with debian/patches/20130313_fix_test_on_ports.diff. Some test should
 be run only on x86 and x86_64.
 Thanks to Michael Terry for a patch.  (Closes: #699444, #702985)
Checksums-Sha1: 
 fc0a6c3f84cf742401b079f3ea1007b59de8c524 1493 google-glog_0.3.3-1.dsc
 ed40c26ecffc5ad47c618684415799ebaaa30d65 509676 google-glog_0.3.3.orig.tar.gz
 8a21d2b45b13ff7e9f8db0e5ce3d69e8acac3c1e 5463 google-glog_0.3.3-1.debian.tar.gz
 6e0a088730f805844684980a78994d72fb81f514 107226 
libgoogle-glog-dev_0.3.3-1_amd64.deb
 ba5396973fc5e2f186ab25c1021837a48704d7d7 67546 
libgoogle-glog0_0.3.3-1_amd64.deb
 6f2fab3c92b9453b6ee064a3a715129b9be56c97 14428 
libgoogle-glog-doc_0.3.3-1_all.deb
Checksums-Sha256: 
 697152e0401d0dc68bc403ffb8e93fbdaf3f50c3b7110223dcb9c4c45a955fd4 1493 
google-glog_0.3.3-1.dsc
 fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 509676 
google-glog_0.3.3.orig.tar.gz
 7599536502aa6878439a89dc08660effdd9e9f4d7f12fb37c34fe1208ef2751a 5463 
google-glog_0.3.3-1.debian.tar.gz
 3bd0242e7654bc0d36489f8223e894df1b7242fb0cb9489b78f28d11c053a0d8 107226 
libgoogle-glog-dev_0.3.3-1_amd64.deb
 e8430d0f521d4d9fefceba9619284c8f4edc0d1b2ad244f2f02d683dc15d9ebb 67546 
libgoogle-glog0_0.3.3-1_amd64.deb
 3fac3cedb39f0c0df9ed305b29d0b413f751e90a4a1edea9e38d942256b18460 14428 
libgoogle-glog-doc_0.3.3-1_all.deb
Files: 
 40b191a3fbb8348da76c77b955c09a1d 1493 libs optional google-glog_0.3.3-1.dsc
 a6fd2c22f8996846e34c763422717c18 509676 libs optional 
google-glog_0.3.3.orig.tar.gz
 ea4d89da3b19ab571eb13d1e131cea04 5463 libs optional 
google-glog_0.3.3-1.debian.tar.gz
 888336f973b599d6d8821fdc110361b0 107226 libdevel optional 
libgoogle-glog-dev_0.3.3-1_amd64.deb
 67ab8085550dc8d68b8278c8ee918567 67546 libs optional 
libgoogle-glog0_0.3.3-1_amd64.deb
 8302e3a77ff9d0c0b440f2acc17df725 14428 doc optional 
libgoogle-glog-doc_0.3.3-1_all.deb

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

iEYEAREIAAYFAlFB7fgACgkQNcPj+ukc0lCQeQCeIuE2Yaf37dBRGLXA+RfZCPhh
/jkAoNxZkj6efjB9Um+GdrROlhUWDYwo
=brme
-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/e1uganp-0004f9...@franck.debian.org



Accepted git-buildpackage 0.6.0~git20130314 (source all)

2013-03-14 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 07:16:49 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.6.0~git20130314
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 692006 700443
Changes: 
 git-buildpackage (0.6.0~git20130314) unstable; urgency=low
 .
   [ Guido Günther ]
   * [4a5fa0d] Ignore rope project files as generated by ropemacs
   * [c6b7bc2] gbp-pq: Improve patch header write out.  Avoid trailing new
 lines in the patch header when reexporing patches.  to avoid diffs when
 nothing changed.
   * [2fa7cac] gbp.log: lowercase the levelname too match the output before the
 switch to Python's logging module
   * [00ed38f] gbp.log: Improve error message on broken color lists
   * [744f85b] gbp-create-remote-repo: Set HEAD in remote repo
 to debian branch (Closes: #692006)
   * [3591792] git-dch: Allow to create changelogs when not on a branch.
 This makes snapshot changelog generation e.g. within jenkins builds
 simpler since jenkins by defaults checkouts out the commit without
 creating a branch.
   * [5176d2a] Check the sha1 doesn't exceed 40 bytes
   * [c097397] Document --git-pristine-tar-commit
   * [9e30bf2] Add component test initialization very heavily based on code by
 Markus Lehtonen
   * [3820adc] Add test data submodule
   * [9ec98c5] Move over import dsc test from external test suite.  Move over
 the first test from our external (shell based) test suite to the component
 tests.
   * [80b5c64] Add missing --git- (LP: #1112831)
   * [b678c6a] Fix typo.
 Thanks to Andreas Beckmann (Closes: #700443)
   * [4ef1081] examples: fix logging.
 Thanks to Carsten Schoenert
 .
   [ Markus Lehtonen ]
   * [83c2c3f] log: rewrite the module to use Python logging module.  Replaces
 the Logger with a new one, derived from the Logger class of the Python
 standard library. Colorized output is handled by a separate handler class.
   * [48c48c9] log: add support for setting the color scheme.  Implements
 changeable color schemes in the gbp.log module. Color scheme is given as a
 colon-separated list, with one color for each log level:
 'debug_color:info_color:warning_colro:error_color'. Colors can be
 given as an integer number (ANSI terminal color code) or color name (.e.g
 'red').  Missing or empty fields are interpreted as using the default color
 for that log level.
   * [ebbe635] New configuration option for setting the output color scheme.
 Adds a new command line and config file option 'color-scheme' for
 selecting the colors used in log output.
   * [ec2b74c] GitRepository/strip_sha1: fix length checking.
 Accept longer sha1 than what was asked for. The length option given to
 git is merely a wish to get a sha1 of this length. Git may also return
 longer sha1 if truncating to given length would give
 ambiguous/non-unique sha1.
   * [c9011f7] Tristate: allow to init from another Tristate object
   * [4b719cd] Tristate: drop broken and unused is_valid_state() method
   * [4bdfe2a] log: make color setting a tristate on/off/auto.
 Makes it possible to force color=on e.g. when piping output. Also, moves
 all 'auto' logic to one single place, i.e. the streamhandler.
   * [ab7a732] pq: do author guessing outside the apply_patch functions.
 Call the author parsing/guessing function outside the apply patch
 functions. This way, the caller can decide when to do the guessing, and
 with which parameters. Now the apply_patch functions do what their name
 suggests.
   * [9c80f14] buildpackage: add 'force' option to write_wc()
 To select whether to include file that would otherwise be ignored by
 gitignore (.gitignore or .git/info/exclude).
   * [5e6f163] tests.testutils: baseclass for testing commandline tools.
 Introduce a new baseclass to be utilized in testing the git-buildpackage
 command line tools.
   * [af0ee43] pq/apply_and_commit_patch: fix date parsing.
 GitModifier doesn't support dates in the format used in git format-patch
 emails.
   * [97cd5bd] gbp-clone: fix return value in case of GitRepositoryError
   * [377de2d] gbp-pull: fix --depth cmdline option
Checksums-Sha1: 
 ff2812162fabb5f3655585411f1c3407763db937 1282 
git-buildpackage_0.6.0~git20130314.dsc
 e039221e1605b5297224c5de312c7313fd12eac4 407102 
git-buildpackage_0.6.0~git20130314.tar.gz
 16c685fda843f0b62a6436731a0d905bedb83dbe 336270 
git-buildpackage_0.6.0~git20130314_all.deb
Checksums-Sha256: 
 8ed62be378f07399aebf97553162c3d609032d872f708490c497110027f36aec 1282 
git-buildpackage_0.6.0~git20130314.dsc
 0b12703e951ce4ebe3e307efac65fe14d58789520e6fd784e14ddce45ae055b5 407102 
git-buildpackage_0.6.0~git20130314.tar.gz
 

Accepted wireshark 1.8.2-5 (source all amd64)

2013-03-14 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Mar 2013 12:59:06 +0100
Source: wireshark
Binary: wireshark-common wireshark tshark wireshark-dev wireshark-dbg 
wireshark-doc libwireshark2 libwsutil2 libwsutil-dev libwireshark-data 
libwireshark-dev libwiretap2 libwiretap-dev
Architecture: source all amd64
Version: 1.8.2-5
Distribution: unstable
Urgency: high
Maintainer: Balint Reczey bal...@balintreczey.hu
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 libwireshark-data - network packet dissection library -- data files
 libwireshark-dev - network packet dissection library -- development files
 libwireshark2 - network packet dissection library -- shared library
 libwiretap-dev - network packet capture library -- development files
 libwiretap2 - network packet capture library -- shared library
 libwsutil-dev - network packet dissection utilities library -- shared library
 libwsutil2 - network packet dissection utilities library -- shared library
 tshark - network traffic analyzer - console version
 wireshark  - network traffic analyzer - GTK+ version
 wireshark-common - network traffic analyzer - common files
 wireshark-dbg - network traffic analyzer - debug symbols
 wireshark-dev - network traffic analyzer - development tools
 wireshark-doc - network traffic analyzer - documentation
Changes: 
 wireshark (1.8.2-5) unstable; urgency=high
 .
   * security fixes from Wireshark 1.8.6:
 - The TCP dissector could crash (CVE-2013-2475)
 - The CSN.1 dissector could crash. Discovered by Laurent Butti.
   (CVE-2013-2477)
 - MMS dissector could crash. Discovered by Laurent Butti.
   (CVE-2013-2478)
 - The RTPS and RTPS2 dissectors could crash. Discovered by Alyssa Milburn.
   (CVE-2013-2480)
 - The Mount dissector could crash. Discovered by Alyssa Milburn.
   (CVE-2013-2481)
 - The ACN dissector could attempt to divide by zero.
   Discovered by Alyssa Milburn. (CVE-2013-2483)
 - The CIMD dissector could crash. Discovered by Moshe Kaplan.
   (CVE-2013-2484)
 - The DTLS dissector could crash. Discovered by Laurent Butti.
   (CVE-2013-2488)
Checksums-Sha1: 
 2589055dc2cb12f19c29046e4fac7d547b3e5a75 2936 wireshark_1.8.2-5.dsc
 7e9ea9fa34f035ff1ad7c4604be8108c2da1e30d 87841 wireshark_1.8.2-5.debian.tar.gz
 5b209d3f09997b43022b81bd6ac2d26b375677fb 3849466 wireshark-doc_1.8.2-5_all.deb
 25db7d9e9a91c33998e64bb084a1af6c5f12d6d7 1222764 
libwireshark-data_1.8.2-5_all.deb
 a0797f9d7235e60d2caa66e77ff67d8689a37474 227532 
wireshark-common_1.8.2-5_amd64.deb
 2297071373ff8c9e247577bc0b7783908390cd36 980764 wireshark_1.8.2-5_amd64.deb
 eedc4b2308cd5b846efd3477cc40cdaf5d909f2f 177296 tshark_1.8.2-5_amd64.deb
 645ff88134955ca0b2137a864d9679414a39030d 176012 wireshark-dev_1.8.2-5_amd64.deb
 01a3c7b3e8bb388496d82429edea8164fe55d237 28285992 
wireshark-dbg_1.8.2-5_amd64.deb
 92da038f7600f43771cd08078d2a6b896b1d4a10 13438294 
libwireshark2_1.8.2-5_amd64.deb
 5d75e86a6b04404b9b0efe1d88ea054a3de2919a 49906 libwsutil2_1.8.2-5_amd64.deb
 a192b99cd6e86250a0d6805eefa351a83e25fdb0 49108 libwsutil-dev_1.8.2-5_amd64.deb
 6f73bb2cad7e6f403cb5000efa0a37f00d8b1a38 885372 
libwireshark-dev_1.8.2-5_amd64.deb
 3bef9af5346a682081c4e7d7dd81b874d244b7ca 190148 libwiretap2_1.8.2-5_amd64.deb
 34872d5dc06fcd7eee9cc75e01fdb2bbe5d407a7 69700 libwiretap-dev_1.8.2-5_amd64.deb
Checksums-Sha256: 
 3521ddf80375e4b8a09a0ca363e93d3fd5952be941a1205ba48002d60c724ea6 2936 
wireshark_1.8.2-5.dsc
 6b62d9bad23ad08b7823d2d1c51e01f4a034b40f6b8a959b6eda74270b5aebb9 87841 
wireshark_1.8.2-5.debian.tar.gz
 5bd808c479e397df7d9e8fc7aa61890730acb5912c1a11460e8f4847dac25be3 3849466 
wireshark-doc_1.8.2-5_all.deb
 b398e13f6fde9869cb64979a159e8cbc7b1b29537558108a6bb5288bec8aa6dd 1222764 
libwireshark-data_1.8.2-5_all.deb
 6d428a330a18c9c81f04c5e1c3af931edcdc051a6af9e0a7eb751915fd3654a2 227532 
wireshark-common_1.8.2-5_amd64.deb
 1fb6aaaf2eeebb174cd7666f5a4de4a12ddbfceb2b304aa3b75fae8cb946a441 980764 
wireshark_1.8.2-5_amd64.deb
 d4f21e7a81f5996ec2a988a581bfcbad7cebedd2c5e67b030f179e3b5fdd9f95 177296 
tshark_1.8.2-5_amd64.deb
 8775c2311b25fd1623c9f6dfcca3e86557d2998bd1a326ca3d876c4cbdc279f7 176012 
wireshark-dev_1.8.2-5_amd64.deb
 974c70d41b9f801f4c73cdd41207397337486651093b8af57a42bb78548fdf3e 28285992 
wireshark-dbg_1.8.2-5_amd64.deb
 8aa195962dba594d8fd9b5d1d9294b9addb6d00bf98d78e393076516514b3c28 13438294 
libwireshark2_1.8.2-5_amd64.deb
 8be92a6df92f639fd8eaf482c322f1d57733e40c4643132f3fca97bc09dc1e3c 49906 
libwsutil2_1.8.2-5_amd64.deb
 02fbde4926a451639280cc47ca5c282d496ff0ec94374f65ddd220f84ac6704f 49108 
libwsutil-dev_1.8.2-5_amd64.deb
 f319014eb26ebbd74ec21909ad6e69afac1eba965e2ef693cd483c342f7bf56c 885372 
libwireshark-dev_1.8.2-5_amd64.deb
 0ced7edc81ab5d8e8baa92f039f48c029098ba504c45e73d2e6f9d526f2a79ef 190148 
libwiretap2_1.8.2-5_amd64.deb
 bba8a59db641c73f0fa604cb61dd584bbb6145972774517f15aa9cdf2419b1ad 69700 
libwiretap-dev_1.8.2-5_amd64.deb
Files: 
 

Accepted adequate 0.4.4 (source all)

2013-03-14 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 17:50:28 +0100
Source: adequate
Binary: adequate
Architecture: source all
Version: 0.4.4
Distribution: unstable
Urgency: low
Maintainer: Jakub Wilk jw...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 adequate   - Debian package quality testing tool
Closes: 702904
Changes: 
 adequate (0.4.4) unstable; urgency=low
 .
   * Make sure that the APT hook won't fail when the package is removed but not
 purged (closes: #702904). Thanks to Andreas Beckmann for the bug report.
Checksums-Sha1: 
 a6521fb543073bc09cb683f38dc4b11b72fa3c06 1558 adequate_0.4.4.dsc
 02fd91c25eff6fa07f06e85b018e2ddf992bf5a8 16277 adequate_0.4.4.tar.gz
 73c0ae980de30dc11979647d96de2147d97c15b5 12452 adequate_0.4.4_all.deb
Checksums-Sha256: 
 68aab02baa3b9ea98c8a64542b5d3cee0b1c1ab20e6f479ef810e62f63ab84fa 1558 
adequate_0.4.4.dsc
 e77db3995b78bbe9533f9058f73b14f1f53657e08a51ccf1132aabb9be7635f8 16277 
adequate_0.4.4.tar.gz
 ae44179ff20cb718d0e9bbffecafa5c02108e5a941dfefb98c77c1e31fcc556c 12452 
adequate_0.4.4_all.deb
Files: 
 f819ed984900ed7d13d8fe50e99ea4d6 1558 utils optional adequate_0.4.4.dsc
 d252aede3db377b613997a7d0cbd9eb7 16277 utils optional adequate_0.4.4.tar.gz
 a9e07294475c190cab653c6778744604 12452 utils optional adequate_0.4.4_all.deb

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

iQIcBAEBCAAGBQJRQgenAAoJEC1Os6YBVHX1NBIP/iLbm1/B8Vfi+G5hfBc9Skj3
AqUwz1EiSv2Du/BfXC7wRysRIfiCKdeEREzyqtOJt6381fZXC0vbBqeieQ0j0rAc
lx4XsXyjFjR3JV1PRViGkJyQCwNGAAHtuTkjd9y/q3po3ZG+XrrN4pnvxWPFQopv
eM3V8iBTYIfGjSqpNXeiKt7oXQras8mQku0ho6q9c4Bf/xxooo0JRWuza2kW7kdo
+NBeRM0oPwMF68jyCCsae6HBMtFjbFHvw/I0O/JqtfoGOkP1PppZrQC1xm7cYhI9
GQvMbJsvdeUSj4aIPaeyuWQ05ejQtF+FFn0Y3eGZ1b966SD9W7AVjH0COYr+Wyh9
LbGaiww3tajw/OY+7h3jdWp+ejtSFM9Q80nnOz4jvMOvtS295jqav7FOCf1q6bwl
m6jJat7Og+YWjvxXLW1wxHm1ualrz8bYLIVcT2XG1ans+NAFIyProfNpckQvsw2G
5xKEJiCQFjOEYjKek15MERfvKTHpIXKFxA976IaVluk7SH62Ht0viXbVvaV/IEcH
fkWWXwLMKoXti7dGA2NQrO2JX6frvw1BBXvb977ekKQogkHM8f013VEswx/7yEix
DTWCT0A1gvvWCHNMbSIMbxdfwnYgy+RyFEsR54ZplZYI+20Xa9Mm1d2FPMKOm5/L
kkhyWERE+D4Ihv80pGwS
=GmA9
-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/e1ugc0x-0006w3...@franck.debian.org



Accepted sope 2.0.4b-1 (source amd64)

2013-03-14 Thread Jeroen Dekkers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 17:19:26 +0100
Source: sope
Binary: libsope1 libsope-dev libsope1-dbg
Architecture: source amd64
Version: 2.0.4b-1
Distribution: unstable
Urgency: low
Maintainer: Jeroen Dekkers jer...@dekkers.ch
Changed-By: Jeroen Dekkers jer...@dekkers.ch
Description: 
 libsope-dev - SKYRiX Object Publishing Environment (development files)
 libsope1   - SKYRiX Object Publishing Environment (shared libraries)
 libsope1-dbg - SKYRiX Object Publishing Environment (debugging symbols)
Closes: 680735
Changes: 
 sope (2.0.4b-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes FTBFS on alpha. (Closes: #680735)
   * Remove patches applied upstream:
 - 0002-use-gnutls
 - 0003-close-all-fds-on-daemon-start
 - 0004-link-everything-correctly
 - 0006-Fix-FTBFS-on-arm
 - 0007-Remove-disabling-of-optimization
   * Call dh_makeshlibs with -V.
   * Update standards version to 3.9.4.
Checksums-Sha1: 
 0a3cc525a1f16fd15ba30a1c0fdb98d6b8d5021f 1702 sope_2.0.4b-1.dsc
 c2443b39f152c201d8e34a9f2dbee2fda8753ad3 2248548 sope_2.0.4b.orig.tar.gz
 48b1bc1da1e1be85c10303892041edf2175619b3 4307 sope_2.0.4b-1.debian.tar.gz
 66b4e5c8bd254e62d7ac47c15755f2bbf6e0f54f 2624568 libsope1_2.0.4b-1_amd64.deb
 339bae9a44bce0c5bf3e96983590f087db546c78 249458 libsope-dev_2.0.4b-1_amd64.deb
 9dd7b86c21b003f1e3b37ea7368ffdd60345abaa 4795882 
libsope1-dbg_2.0.4b-1_amd64.deb
Checksums-Sha256: 
 0fec2ee4866ad374a9876fdd26757ee0bf5da75a4911a40870366b35e0428d36 1702 
sope_2.0.4b-1.dsc
 d8ce4f69326b0789632f3f6f55507ef8507d10fc25bd9492ae3627378a8b3aec 2248548 
sope_2.0.4b.orig.tar.gz
 e015f309667955469d42c38a28ab9f1f046dbea4b0cfabb5a0169304254d9271 4307 
sope_2.0.4b-1.debian.tar.gz
 8a6499975611831efff37017131931b76e5843dc3520f322f077d2cdabd3db30 2624568 
libsope1_2.0.4b-1_amd64.deb
 af556a358bdc610d8f27b2d8599b2d4318067215fda7be163cb13c85ed5d7a19 249458 
libsope-dev_2.0.4b-1_amd64.deb
 2fa2ef8f1be3293b0f0a3f9eea78c415011ecd3960c137327d9695399e465be9 4795882 
libsope1-dbg_2.0.4b-1_amd64.deb
Files: 
 ec73c04f32ed4fb43674322dc205432d 1702 libs optional sope_2.0.4b-1.dsc
 0bd363c33c3a360fc6f5607293387b39 2248548 libs optional sope_2.0.4b.orig.tar.gz
 07aaa6a7d810994a9fb2005b730e9a09 4307 libs optional sope_2.0.4b-1.debian.tar.gz
 5b38fca42496d817daafbd0d0846d1d0 2624568 libs optional 
libsope1_2.0.4b-1_amd64.deb
 b51831a5be8898612c52193a6f3c79e7 249458 libdevel extra 
libsope-dev_2.0.4b-1_amd64.deb
 82d6465e54acd810a791138eb5eebdc8 4795882 debug extra 
libsope1-dbg_2.0.4b-1_amd64.deb

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

iQEcBAEBCAAGBQJRQgZcAAoJEDGCUpfTb5CBoAMIALDc2AQC7DTJ9/4uVUxxLaFA
7T/yUoVCqEzfFhyNhKc72JQ6FabklIQgrEoxP9jwCbPGcQffspleLDO0gCMBKETr
sitn8UjBDI1UvCsFeFmotioT2SuRzdzsYyh76h46/Qk9cyzITRDffOa+0rz8IKt7
L+hFwWUq/r03v+AxFntQaqXOcWPP92k2UlVFGngjtOa1ITr+gbM0w2eup/d+BpKr
62USeQQTe16n2ZDtTo6pA3o4FjBwER20biPMXHZFD8trPii7inUaUH+BvheaXRbb
T1eiLJnLbazBXg6I1jFlQ+8G09hD6PRFynthK/OJH99OywaCHU/irZwFMIhBX+s=
=WSdJ
-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/e1ugc19-0006hc...@franck.debian.org



Accepted firewalld 0.2.12-4 (source all)

2013-03-14 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 18:53:03 +0100
Source: firewalld
Binary: firewalld firewall-applet
Architecture: source all
Version: 0.2.12-4
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 firewall-applet - panel applet providing status information of firewalld
 firewalld  - dynamically managed firewall with support for network zones
Closes: 702047
Changes: 
 firewalld (0.2.12-4) unstable; urgency=low
 .
   * Add Depends on dbus. It's a required dependency and insserv will bail out
 if dbus is not installed. (Closes: #702047)
Checksums-Sha1: 
 e8f5b26db2d69f6b72168b50cc1faef578860a8f 2049 firewalld_0.2.12-4.dsc
 67d74ffd0974808417ab2ef57a3ecaa9fa473623 4223 firewalld_0.2.12-4.debian.tar.gz
 0c0aea161cd4e37674045bd71826cea0c0b33f3d 203756 firewalld_0.2.12-4_all.deb
 a641703b039e323e1aa4e12b7dbc3cb15dd948b2 94092 firewall-applet_0.2.12-4_all.deb
Checksums-Sha256: 
 be5c8a9dc607a9b3686dfbc113756b07244d86e452fc0f40758cb677166df1c2 2049 
firewalld_0.2.12-4.dsc
 0258075cfa717bd1b76b43f28c0817a63a64d1a0ebf511f1b2ee1e0f7bb1259d 4223 
firewalld_0.2.12-4.debian.tar.gz
 78dea4ac637062ccb40545d908fcae00ab06ed1289a6f69fe3142a89256cfed3 203756 
firewalld_0.2.12-4_all.deb
 49b0ba4c4df5972ce56b13453678088495f6e520ea67a462c19d157ca4836dc1 94092 
firewall-applet_0.2.12-4_all.deb
Files: 
 3d7cb15d7a1fc32cf91e7c30d3774695 2049 net optional firewalld_0.2.12-4.dsc
 33b2132f0aa2b823c0b72f823fa0413f 4223 net optional 
firewalld_0.2.12-4.debian.tar.gz
 23a14e71a66962787b2966b4c4a1d235 203756 net optional firewalld_0.2.12-4_all.deb
 2d6fe1d1b8bf333bc7acaa839c7a56e1 94092 net optional 
firewall-applet_0.2.12-4_all.deb

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

iQIcBAEBCAAGBQJRQg8vAAoJEGrh3w1gjyLcUjAP/28jqLlpFXjq47MASAYkv1Wf
2hkzPYH7PLmQ0qzBK1iM73g0Ldi9EDyBon9xKLKld3l8/u+lkllvJJUHbPj04KVr
eLpei9xmObVybNNN5ZyBcgtr/DM1n37aNJGzJ9awHqZi+nnkbITzuo40tvAp+Otp
3GnEKQEM2WqcCFp3rjgfKfjdOo5ToVjeJq3+276BHdY/Z6QnIGXvF5k8Ad1dsn9O
D6LxC9R24bZ9CIYn3PPUbN8AlVRTQVgAf1L4F6cLzlZbeSG6zP55IRW7eoB/YJpB
/myEvayQBv7ExANhK1iV5PGj/6GgkBQrMZzQKLQm76m72ZmDmrA/bzKQn7FUJm/x
52nhwsyZ0T23ek4PCDbdlLYpHQ5p8OXdsRAMJbvgDgh7kxFBMfCDh880zzgqHtsL
4WuXTmVIy64iuRgG1keo3IY5dUWxCqtEz6N3XbGdg31NM8ij/YtRXVZAnuBo68eJ
UImBc4poKdxQxnZcxsFzFXSjIgSQKLNIzSr0rxsfAfhv2jRCLar8N3wsofmkrmeF
tn5AlAYxCse+a1Nrhdrv/yTcJLkUpq8bZ1pA+YdZ9NID+IgeHJwGW1gvmDGIOv6J
ypJZwXNts7uzO6HWOpsqXt2vhVwzpvVYpY4F/Wu+USj6q3fBGq2x+T8whmEWz8IG
N50DRtsqtLHVE4OsjEeY
=rjj1
-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/e1ugcu6-0002up...@franck.debian.org



Accepted spyder 2.2.0~beta4+dfsg-1 (source all)

2013-03-14 Thread Picca Frédéric-Emmanuel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Mar 2013 22:11:13 +0100
Source: spyder
Binary: spyder python-spyderlib
Architecture: source all
Version: 2.2.0~beta4+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Picca Frédéric-Emmanuel pi...@debian.org
Description: 
 python-spyderlib - python IDE for scientists
 spyder - python IDE for scientists
Changes: 
 spyder (2.2.0~beta4+dfsg-1) experimental; urgency=low
 .
   * Imported Upstream version 2.2.0~beta4+dfsg
   * remove the new added jquery.js library
   * debian/patches
 - 0001-fix-documentation-installation.patch (refreshed)
   configure spyder to use jquery from the system.
Checksums-Sha1: 
 bc8f65e88af85ce606c0150e54ee93cebbe359ad 1593 spyder_2.2.0~beta4+dfsg-1.dsc
 2af0edd96124a7c803321d3e99f75921ba3950f2 1720588 
spyder_2.2.0~beta4+dfsg.orig.tar.gz
 aa217c420e7ea49e46d97f2e8fdf88185af4e004 19305 
spyder_2.2.0~beta4+dfsg-1.debian.tar.gz
 4a27c652a7fe8884a7bca9a4d388e07441918b35 26264 
spyder_2.2.0~beta4+dfsg-1_all.deb
 bcf821a30cafb85a04ac3fb024c95a7cdd1ff20f 1704184 
python-spyderlib_2.2.0~beta4+dfsg-1_all.deb
Checksums-Sha256: 
 b559d9fc5f23c1936c3c232920911f6b69e6c082649da3344e90e8be1b44c5b9 1593 
spyder_2.2.0~beta4+dfsg-1.dsc
 f49d55509a9745606e054ce2510e91ace623fa6a1065b873602c4ae9c151e52f 1720588 
spyder_2.2.0~beta4+dfsg.orig.tar.gz
 db926e291720d98e1155e3cd3d591b8c1ca9eea916f5d0034d79b2603b58c8c9 19305 
spyder_2.2.0~beta4+dfsg-1.debian.tar.gz
 7b3adc7264e9d7befe0efcaed7ab34797571f8dbe67881388192b7cec14f7c03 26264 
spyder_2.2.0~beta4+dfsg-1_all.deb
 79a85a49f1cd4ec384b308f305fdd1f3c3b9e5dccf0ffd2d6d079e7b936de3da 1704184 
python-spyderlib_2.2.0~beta4+dfsg-1_all.deb
Files: 
 92b1da594c31d6fa2845b928dd97e943 1593 science extra 
spyder_2.2.0~beta4+dfsg-1.dsc
 aa69c109ef5563950352feb9fb35e371 1720588 science extra 
spyder_2.2.0~beta4+dfsg.orig.tar.gz
 ef9708520ccda9e07eb71db39d3ab2d8 19305 science extra 
spyder_2.2.0~beta4+dfsg-1.debian.tar.gz
 780e3f09081002f11461ce7f5088f0e9 26264 devel extra 
spyder_2.2.0~beta4+dfsg-1_all.deb
 6de7da7de454edbdf81fdbd7fb7526af 1704184 python extra 
python-spyderlib_2.2.0~beta4+dfsg-1_all.deb

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

iEYEARECAAYFAlFCETIACgkQtqm6aqWbEXHfdQCcCKOgw5rNLRF70NfotHK4Fw1Q
+pAAnj7PlerW0oozF5I3zCVMZW+VO3yW
=d46j
-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/e1ugcif-0005jf...@franck.debian.org



Accepted libjgrapht0.8-java 0.8.3-2 (source all)

2013-03-14 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Mar 2013 19:14:28 +0100
Source: libjgrapht0.8-java
Binary: libjgrapht0.8-java libjgrapht0.8-java-doc
Architecture: source all
Version: 0.8.3-2
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 libjgrapht0.8-java - mathematical graph theory library for Java
 libjgrapht0.8-java-doc - javadoc-generated API for libjgrapht0.8-java
Changes: 
 libjgrapht0.8-java (0.8.3-2) experimental; urgency=low
 .
   * Force generation of 1.6-compatible Java classes (LP: #1049716).
Checksums-Sha1: 
 7b6c2f47174d695039164bb4d05276278aa3c70a 1553 libjgrapht0.8-java_0.8.3-2.dsc
 da296f14b99dc518dabb5db736c47bd4985ce5b0 4440 
libjgrapht0.8-java_0.8.3-2.debian.tar.gz
 8f9206ffaad64982a94d33b1c5e3872b3dbfdfde 219030 
libjgrapht0.8-java_0.8.3-2_all.deb
 54acfa5d93cd876fd93bb2a1336ecf09db42ea6f 266342 
libjgrapht0.8-java-doc_0.8.3-2_all.deb
Checksums-Sha256: 
 94d0a774345e55b3674cfcf0a01e78a745ada06fb9b8f82093c3939ddf4630e7 1553 
libjgrapht0.8-java_0.8.3-2.dsc
 4ea3a223e25f2b2e29a4a4c2f4931c9811db441a143c12bdafc83b8fa33eaa2d 4440 
libjgrapht0.8-java_0.8.3-2.debian.tar.gz
 dddbddcdd229884bff63491f7246f9fa1d0249106fab6fdc04adc0cb8c66bcd8 219030 
libjgrapht0.8-java_0.8.3-2_all.deb
 9a0842fc904ab9aa46b5f285b7f3dc62acffee7d537cdbe83231a7b6147b36e6 266342 
libjgrapht0.8-java-doc_0.8.3-2_all.deb
Files: 
 30173f6523ca50eed3a62cd47e434aff 1553 java optional 
libjgrapht0.8-java_0.8.3-2.dsc
 75b0228a3cd21e10c115ead98be37cd2 4440 java optional 
libjgrapht0.8-java_0.8.3-2.debian.tar.gz
 8152d5cac3edeeb5bee13b1723bc1f55 219030 java optional 
libjgrapht0.8-java_0.8.3-2_all.deb
 568ab7951d0b15eb762fe5f3027ca291 266342 doc optional 
libjgrapht0.8-java-doc_0.8.3-2_all.deb

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

iF4EAREKAAYFAlFCFcgACgkQBIoTAU7n/+NPYgEApVXs4YckxhLnuWmA8gvrhWhs
GhhP44vGgpEvvmIEKTkBAJ0/i7xTfX7nnkhvl6OKBo3w96d9goCws9Gp5yNLtlMt
=H9v4
-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/e1ugcx5-0007g5...@franck.debian.org



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

2013-03-14 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 19:25:31 +0100
Source: libconfig-model-dpkg-perl
Binary: libconfig-model-dpkg-perl
Architecture: source all
Version: 2.033
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libconfig-model-dpkg-perl - editor for Dpkg source files with validation
Closes: 698876 702792
Changes: 
 libconfig-model-dpkg-perl (2.033) unstable; urgency=low
 .
   * bail out of of check_perl_lib_dep if the version contains a
 variable (Closes: #698876) (Tx gregoa for the help)
   * Allow version with variables and appended stuff (e.g. ${foo}.1~ )
 (Closes: #702792)
Checksums-Sha1: 
 dbc1dff9d3f772c82025d8345dfd450347ceca34 2288 
libconfig-model-dpkg-perl_2.033.dsc
 564b872c32a20bbc6aeb79b3d9b910df80b6a165 71310 
libconfig-model-dpkg-perl_2.033.tar.gz
 ce1b3a1a4213a99b0f9a0fec58426f413f02172d 101160 
libconfig-model-dpkg-perl_2.033_all.deb
Checksums-Sha256: 
 5563adb21fe3ba9bc56d058ebf6496204d545fa8435c3bb1a1f405538fe90d85 2288 
libconfig-model-dpkg-perl_2.033.dsc
 5d3201fce1e12f69ff37b438404c42d047bb6bd389cf28e88b73dc35b80dadaf 71310 
libconfig-model-dpkg-perl_2.033.tar.gz
 4ff5d5977d9edfa3f03e86bd43425a1c070ace540d48f4b5052be2b2e19b3a7f 101160 
libconfig-model-dpkg-perl_2.033_all.deb
Files: 
 882cb76e84517fafcf5f9abdc1d235d1 2288 perl optional 
libconfig-model-dpkg-perl_2.033.dsc
 c7beef76b553a2f19ca8cbc63448ec3d 71310 perl optional 
libconfig-model-dpkg-perl_2.033.tar.gz
 a9236129b76869a34ad09edf991fbb0b 101160 perl optional 
libconfig-model-dpkg-perl_2.033_all.deb

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

iQIcBAEBAgAGBQJRQhdUAAoJEMMfT9lJqytsVqkQAJ3hvtCKTXsl7sim+KKEt87b
EzQEHPCTQB0mCZDM8qIHFHrY9aEjynYcnbybhkFl0yDWh/HhZiFb4gEdr7DHqwYZ
romvh3KV/p55kQX4Y7PR06csr3QZmwgE+VKlf56jPNZ4vlB7PbkRGsgFJNK92NKx
zy/AQVsRcqqLo7qofh/BWJwuhEOm544ylSBHRYZe5llk9QjZ10QpbUt2/g6CfNou
V/04MFk70C8wEY4O67hVH1lcbJoiOpCzS1G7x2de0vAiGL8CQ1+gEvSrMUTZ/Fnf
DyRZyU4nfcF8+x8b64nzQ68yulRNa8TXPjotVmXBFOBU6+sCTCCmKA+TGwGpoV21
HxkPDUkJ5XXRICYCALPTYaXertnXIIffudk8IDBg5eH5vAcHYu2koj8gzA+PfeRA
8i1UAHR0IhIlZD6W2WLQqQ0MM58acqhNVe7pZk+61Eb+QjR6qDlcD0MzgI6tZ04a
31NAj7GeVFx7Uis+KMOYSXUjaJj8syxFvZu75o8sCkjP7ITdkcJ5W5DOiJQH4oIv
ymoedNIvG3VmrSjYw9qd/lrfp6THVE167bpo7LloNjmGbQiJeyyWIkRWwqbbB62S
JX9fQsRh15JPPadQlPKjhyDDTMIikDNILDwMbeHZN0pAhbQALs6kZMlKAS8pu15g
sIhOTUmx9uwrNBCUUou6
=y/j+
-END PGP SIGNATURE-


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



Accepted wireshark 1.8.6-1 (source all amd64)

2013-03-14 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 17:51:02 +0100
Source: wireshark
Binary: wireshark-common wireshark tshark wireshark-dev wireshark-dbg 
wireshark-doc libwireshark2 libwsutil2 libwsutil-dev libwireshark-data 
libwireshark-dev libwiretap2 libwiretap-dev
Architecture: source all amd64
Version: 1.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Balint Reczey bal...@balintreczey.hu
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 libwireshark-data - network packet dissection library -- data files
 libwireshark-dev - network packet dissection library -- development files
 libwireshark2 - network packet dissection library -- shared library
 libwiretap-dev - network packet capture library -- development files
 libwiretap2 - network packet capture library -- shared library
 libwsutil-dev - network packet dissection utilities library -- shared library
 libwsutil2 - network packet dissection utilities library -- shared library
 tshark - network traffic analyzer - console version
 wireshark  - network traffic analyzer - GTK+ version
 wireshark-common - network traffic analyzer - common files
 wireshark-dbg - network traffic analyzer - debug symbols
 wireshark-dev - network traffic analyzer - development tools
 wireshark-doc - network traffic analyzer - documentation
Changes: 
 wireshark (1.8.6-1) experimental; urgency=low
 .
   * New upstream release 1.8.6:
 - release notes:
   http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
   * drop obsolete patches back-ported from 1.8.3 and 1.8.5
   * switch to GTK+ 3
   * back-port a few fixes from upstream's trunk related to GTK 3
Checksums-Sha1: 
 74e655f7b4eed71a9e720868cfb137cc8ef92230 2922 wireshark_1.8.6-1.dsc
 0f51ed901b5e07cceb1373f3368f739be8f1e827 24250787 wireshark_1.8.6.orig.tar.bz2
 d576e9bb69792b82b674e3616ed97a6cf0070c73 71046 wireshark_1.8.6-1.debian.tar.gz
 23f2c100e78279ea3c71c7913359a71e128c0b99 3850220 wireshark-doc_1.8.6-1_all.deb
 8cb1689b34125411effe0afaf013ee5ee4c89253 1250862 
libwireshark-data_1.8.6-1_all.deb
 9f577c5bd19ae8874d08d0b5df26e11ae4056bf8 228090 
wireshark-common_1.8.6-1_amd64.deb
 efc7988a72bdc516e68c62c9384073e2c891b566 981842 wireshark_1.8.6-1_amd64.deb
 1873a4e00f2c6bc67a1db4792060b72ad6a84965 178194 tshark_1.8.6-1_amd64.deb
 016cf5370173ac8c0cbb7476e2d3891bf2060413 176910 wireshark-dev_1.8.6-1_amd64.deb
 7fed627928fc8c9fe38ecb16fb88ee7ddfd659c9 27964296 
wireshark-dbg_1.8.6-1_amd64.deb
 55c0d86021fee89aedd89b5ef524a0b4853ca66a 13463570 
libwireshark2_1.8.6-1_amd64.deb
 24c361061a245168790665acafb550efbd2d0823 50292 libwsutil2_1.8.6-1_amd64.deb
 d6f5580feea9ebcfa7c3f62820b74e0e2e18e8ac 49458 libwsutil-dev_1.8.6-1_amd64.deb
 f4fc424928c75f60095128140a1e7b02a7b71cf4 886060 
libwireshark-dev_1.8.6-1_amd64.deb
 1b2ddf4277a3e79f430b45eadd4277e79bf5d279 190414 libwiretap2_1.8.6-1_amd64.deb
 2d760ba9a55090ceb75ed939996d9de4f1f74b34 70076 libwiretap-dev_1.8.6-1_amd64.deb
Checksums-Sha256: 
 de8c00a69ae1e526d58b57fdc9db45965910a1873a7f8168069fb2937a71e91d 2922 
wireshark_1.8.6-1.dsc
 2722ed3e926c26648faec31a81b7881d829df85762c21794b9dd9e4f227331ea 24250787 
wireshark_1.8.6.orig.tar.bz2
 7c06539a12ae22a2472b03da4fb92a976821f16b41da49411ad70be684025ea4 71046 
wireshark_1.8.6-1.debian.tar.gz
 30a48288236d56a91797bc4926c3c0183ced576043bef7a83aec43bac3d734f1 3850220 
wireshark-doc_1.8.6-1_all.deb
 82de689166e8bcf72d954ca510b8b2b5950ba2ad44fd5b87a37e766265097f87 1250862 
libwireshark-data_1.8.6-1_all.deb
 0834e7e006f9e316ecd0c937525b3aaf3a7f8fd1376ee57c1e84d32c8234ad5f 228090 
wireshark-common_1.8.6-1_amd64.deb
 87ae9bb36a8321b846f8f04fc83692b5cd3c4e96d71014140dcaa176abcc2b55 981842 
wireshark_1.8.6-1_amd64.deb
 ccadebe5adc62a8da7467c97ee8eda27fa42426337f070957309d27bda6f6d35 178194 
tshark_1.8.6-1_amd64.deb
 34aa34dbef95d7e6e0c30e6e756c98633f440212409b6e1c59289bcba556f1a9 176910 
wireshark-dev_1.8.6-1_amd64.deb
 746404e75226b36c90e1a201285b95f3a47f4a9455bd3c0961ff4f9b7366422d 27964296 
wireshark-dbg_1.8.6-1_amd64.deb
 aac08c716e1ada11a80a7ca689b63f023d52e0c2bddb4120042897402ec8502c 13463570 
libwireshark2_1.8.6-1_amd64.deb
 0df9d57c2b1251e0e75d913be50b867277854ff1b68f42c69036d9cc61a3f4e5 50292 
libwsutil2_1.8.6-1_amd64.deb
 24428b2e986a63f13b81ce3debd61b398a86d0d0491a2b73458516894c49ee36 49458 
libwsutil-dev_1.8.6-1_amd64.deb
 a76ca6de9f07402cd56a1b0996cbce30ba6fb8f55cc76dfb17bb7001b628afcf 886060 
libwireshark-dev_1.8.6-1_amd64.deb
 63f7fae31bbb6bbb32b6270aa3c035726e502577a8402c2ebf1d10bd22b4cd98 190414 
libwiretap2_1.8.6-1_amd64.deb
 2634f6bdbcac460257525c73e95fe6abc78a5d286063224d4623807a1be23843 70076 
libwiretap-dev_1.8.6-1_amd64.deb
Files: 
 64834269564b58ef43236ce8545b3e08 2922 net optional wireshark_1.8.6-1.dsc
 317361e701936c72f7f18f857059b944 24250787 net optional 
wireshark_1.8.6.orig.tar.bz2
 74dbf2fe97725fef9e5a645b50eda42f 71046 net optional 
wireshark_1.8.6-1.debian.tar.gz
 2dff5afc69be0d0e1656fba3687d1585 3850220 doc extra 

Accepted wvstreams 4.6.1-6 (source amd64 all)

2013-03-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 11:51:08 -0700
Source: wvstreams
Binary: libwvstreams4.6-base libwvstreams4.6-extras libuniconf4.6 
libwvstreams4.6-doc libwvstreams-dev uniconfd uniconf-tools
Architecture: source amd64 all
Version: 4.6.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 libuniconf4.6 - C++ network libraries for rapid application development
 libwvstreams-dev - Development libraries and header files for libwvstreams4.6
 libwvstreams4.6-base - C++ network libraries for rapid application development
 libwvstreams4.6-doc - Documentation for WvStreams
 libwvstreams4.6-extras - C++ network libraries for rapid application 
development
 uniconf-tools - Tools to interface with UniConf
 uniconfd   - Server that manages UniConf elements
Changes: 
 wvstreams (4.6.1-6) unstable; urgency=low
 .
   * QA upload.
   * Suggest tk8.5 instead of tk8.4.
   * Build using hardening flags.
   * Enable verbose build.
   * debian/control: Remove Homepage attribute, doesn't exist anymore.
Checksums-Sha1: 
 157755e0d59f1fb17e847b04d7f2d4102ca69476 1546 wvstreams_4.6.1-6.dsc
 acf78e063a5e0ddc0748165538bc18e1102ff9dd 15048 wvstreams_4.6.1-6.debian.tar.gz
 a8cabbbea77c9bf10235baeffd85ba89fca7 260976 
libwvstreams4.6-base_4.6.1-6_amd64.deb
 4618ab45c543b73be99b0479115038be8d2c5e7f 511284 
libwvstreams4.6-extras_4.6.1-6_amd64.deb
 ccb4b9d53fab33490e5b8c6953b0cc6f3ee49ca5 182454 libuniconf4.6_4.6.1-6_amd64.deb
 c3f9558d25c8cc1ea672cd1e07b222f40e3ace8c 1616894 
libwvstreams-dev_4.6.1-6_amd64.deb
 522a6a99b1f78c2bac452a92ffb48464a7ec 75586 uniconfd_4.6.1-6_amd64.deb
 189d8aa41a5a8dd8846a7a7ca152eb93847759c9 68106 uniconf-tools_4.6.1-6_amd64.deb
 ca46ab8e58644fc158dbeed78b95bbb80fbef856 12066022 
libwvstreams4.6-doc_4.6.1-6_all.deb
Checksums-Sha256: 
 820a956ddc77bcdf9f99bed47cf7a8f1bd31d3b5bb1db2eae59e77d46e776699 1546 
wvstreams_4.6.1-6.dsc
 c4c8e429fadd5502876d73d061a305542d2845e36cc7186c7c66b657b1914841 15048 
wvstreams_4.6.1-6.debian.tar.gz
 e324d3ada86f8f66ac613aba437fee1f221c44c2e95a77102b328acf2e76b4aa 260976 
libwvstreams4.6-base_4.6.1-6_amd64.deb
 dfb835ad6608cb006da2833ba45d478e6b9c1a01ec113966e974cdce0a013d06 511284 
libwvstreams4.6-extras_4.6.1-6_amd64.deb
 ed774c41a76020865b8109e1bf0badf5806b59c5c6138b71f0f14e5f8029fda8 182454 
libuniconf4.6_4.6.1-6_amd64.deb
 8a456fadbee2d11eb9c8350ed5145562fadeca0eee1eefc9b68dc9ff644c4f32 1616894 
libwvstreams-dev_4.6.1-6_amd64.deb
 3fea95f6e251ace3a97f9a2f00d60502a5e3a45de75a2921b9fdaddbcf0fe1e1 75586 
uniconfd_4.6.1-6_amd64.deb
 aab7e8ab0911840c3a7481cf304931d7dc3edee1392423be26291877b6de3c21 68106 
uniconf-tools_4.6.1-6_amd64.deb
 326f29746a7bf300058478ced3ca6d74f2849b1e841f13a3a13664a4ce967d76 12066022 
libwvstreams4.6-doc_4.6.1-6_all.deb
Files: 
 65c04e70d8ec86e20617c5ea1acdb9e0 1546 libs optional wvstreams_4.6.1-6.dsc
 3d293e4bc8869ec7c8f541196f41a05d 15048 libs optional 
wvstreams_4.6.1-6.debian.tar.gz
 d22623851682f4f09626bb7177d67205 260976 libs optional 
libwvstreams4.6-base_4.6.1-6_amd64.deb
 47f5621160847f543a95ec8742c1501c 511284 libs optional 
libwvstreams4.6-extras_4.6.1-6_amd64.deb
 4ff92d3bb5cfbb25672d2c5903ca03d4 182454 libs optional 
libuniconf4.6_4.6.1-6_amd64.deb
 79fbda8635137edae8eeed5521f26644 1616894 libdevel optional 
libwvstreams-dev_4.6.1-6_amd64.deb
 775c3e478a46c66e94bf07a81ded4d77 75586 utils optional 
uniconfd_4.6.1-6_amd64.deb
 780fd8f40f57a676486144408b5c3ffa 68106 utils optional 
uniconf-tools_4.6.1-6_amd64.deb
 4df3e3ddca6ca532b221e437c31d36a8 12066022 doc optional 
libwvstreams4.6-doc_4.6.1-6_all.deb

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

iEYEARECAAYFAlFCJI0ACgkQStlRaw+TLJyxRgCfYONfzIcqOvoks0iGdTEatIYO
RewAoJD7zcGBCShVSwpkqs6bclK3KmJn
=HLlf
-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/e1ugdtv-0001d3...@franck.debian.org



Accepted python-apt 0.8.8.2 (source amd64 all)

2013-03-14 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 21:25:25 +0100
Source: python-apt
Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev 
python-apt-common python3-apt python3-apt-dbg
Architecture: source amd64 all
Version: 0.8.8.2
Distribution: unstable
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-common - Python interface to libapt-pkg (locales)
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
 python-apt-dev - Python interface to libapt-pkg (development files)
 python-apt-doc - Python interface to libapt-pkg (API documentation)
 python3-apt - Python 3 interface to libapt-pkg
 python3-apt-dbg - Python 3 interface to libapt-pkg (debug extension)
Closes: 700715
Changes: 
 python-apt (0.8.8.2) unstable; urgency=low
 .
   [ David Prévot ]
   * po/no.po: Remove useless translation (superseded by nb.po)
 .
   [ Julian Andres Klode ]
   * apt/package.py: Try both filenames for package file lists
 (Closes: #700715)
Checksums-Sha1: 
 92b0e816d7bf680a39152327091f1412cb5c5fc9 1601 python-apt_0.8.8.2.dsc
 0907a2ca58592835eeabc0de374d99b83017e51c 402762 python-apt_0.8.8.2.tar.gz
 36aa3f56ed334ae748920f092e68e5c23411370e 319300 python-apt_0.8.8.2_amd64.deb
 96da58b9262f3a207b515f1961ecaabc285ae279 243740 python-apt-doc_0.8.8.2_all.deb
 719c36795ced8fc5648f45074effb7638898eaa3 4283726 
python-apt-dbg_0.8.8.2_amd64.deb
 8d189cd64d98951d46baad487032e11276b5788f 7626 python-apt-dev_0.8.8.2_all.deb
 5dc843935ade64874fb74bc8a49c3ff80992b45b 115070 
python-apt-common_0.8.8.2_all.deb
 c968087cd280d033041e2bf8b81cfc7e4068ed0f 196698 python3-apt_0.8.8.2_amd64.deb
 b8f47ff83be4945f8fec006e766a99fef2790f96 2140786 
python3-apt-dbg_0.8.8.2_amd64.deb
Checksums-Sha256: 
 1c645328b7fcf0f7580ae1f001f276ef7c1722bd37454e42fddf61e763de964f 1601 
python-apt_0.8.8.2.dsc
 247bd27e8a34736ecf7f31d1a92b5b9b1f41f0bea8183f964661c03451c43a7e 402762 
python-apt_0.8.8.2.tar.gz
 d079869b7e13eb4340b55ca5082aeb012a7ac13c4414a595708115f7cd4286cb 319300 
python-apt_0.8.8.2_amd64.deb
 f5628029ddc9dc98fbc1d2648635e76c7d1add8c6df9f9f840e411b4b8a8644d 243740 
python-apt-doc_0.8.8.2_all.deb
 165138071ab634bc9e8141e65f932bfffb660559f829bf095c10e08e13794e91 4283726 
python-apt-dbg_0.8.8.2_amd64.deb
 80e56750bbbdc8f992d70c6b0d825c72af1270dab9cef9b8a8c4dc1441b600f7 7626 
python-apt-dev_0.8.8.2_all.deb
 9182c1b7de6408088e801db5e44d8635cf40a2f6443965d900383d903c14cf96 115070 
python-apt-common_0.8.8.2_all.deb
 3da29a223ade995d4aafc6e26926aa68d75fe6dc49a351c279f9a994a835b9b4 196698 
python3-apt_0.8.8.2_amd64.deb
 075a0cd1ec1033a29e49851af3057f62ae5a24ef716a855c08b591c7bf3d45e2 2140786 
python3-apt-dbg_0.8.8.2_amd64.deb
Files: 
 60ae879aeaff10ec77b4a4b6a203c84c 1601 python standard python-apt_0.8.8.2.dsc
 4e206b0d1c5b4275e5ac7ae05ba5512f 402762 python standard 
python-apt_0.8.8.2.tar.gz
 efc8c1abf29e472675adb371445b8499 319300 python standard 
python-apt_0.8.8.2_amd64.deb
 827cb67f6920d7e7a548982ac6830390 243740 doc optional 
python-apt-doc_0.8.8.2_all.deb
 0b6c7d44405ea44a6ce3a16871b1b4c8 4283726 debug extra 
python-apt-dbg_0.8.8.2_amd64.deb
 845883814f1d68a619d9ad29addf8425 7626 python optional 
python-apt-dev_0.8.8.2_all.deb
 de85ed4a186d627c912f9ac6fdc2d059 115070 python optional 
python-apt-common_0.8.8.2_all.deb
 644ac46ac3c31b7e4194ee46107f9ca8 196698 python optional 
python3-apt_0.8.8.2_amd64.deb
 126e90afde46b07a10dfb7f4b86b4315 2140786 debug extra 
python3-apt-dbg_0.8.8.2_amd64.deb

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

iEYEARECAAYFAlFCNDMACgkQrCpf/gCCPsIPeQCcDPfOfeGVJObZR9PHUdjGE6/E
oA8An3PBFynvfTpmxTkGiCopkA3FGXq7
=871U
-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/e1ugf5g-0003yn...@franck.debian.org



Accepted bdii 5.2.17-1 (source all)

2013-03-14 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 14:29:59 +0100
Source: bdii
Binary: bdii
Architecture: source all
Version: 5.2.17-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 bdii   - Berkeley Database Information Index (BDII)
Changes: 
 bdii (5.2.17-1) unstable; urgency=low
 .
   * New upstream release
   * Add apparmor profile modification (LP: #1045295, #1154056)
Checksums-Sha1: 
 9006a4566ef35905d1571afb8e972cab1f352402 1835 bdii_5.2.17-1.dsc
 2ce800e6e5f563f2206b1e7a3f44f0b56db75064 99600 bdii_5.2.17.orig.tar.gz
 791b4faad44b5c1862c065cc73326602b2b3a0c8 4950 bdii_5.2.17-1.debian.tar.gz
 efe6f28dff5c14868dd8d5e5976ec68362f9c424 18358 bdii_5.2.17-1_all.deb
Checksums-Sha256: 
 ef11bdb37fe835d356c1699b9b13d955abcf78be106af1772b648bbd3cca972b 1835 
bdii_5.2.17-1.dsc
 e2e59dd3b20f0180a7bd04a413be35c8441e355e18714406c7ccf11a57bcda79 99600 
bdii_5.2.17.orig.tar.gz
 46cd5b285ab7b79faa34e065f544eb199a61093047714bba7f04143610a4097a 4950 
bdii_5.2.17-1.debian.tar.gz
 51a377e856bcd0ed4d15a06670176166b7e5a41c7a43cad207b45a8635617513 18358 
bdii_5.2.17-1_all.deb
Files: 
 72e1b47870f269d3c931ce7aac49990e 1835 net optional bdii_5.2.17-1.dsc
 4997d97ac3e2e8c13067d7d52a6e9288 99600 net optional bdii_5.2.17.orig.tar.gz
 38fd8f797db7533ef19e78ea43f918e4 4950 net optional bdii_5.2.17-1.debian.tar.gz
 a86fdc1c25853b20262eaf80913c2f3b 18358 net optional bdii_5.2.17-1_all.deb

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

iQIcBAEBAgAGBQJRQjfPAAoJEOiuwv874alLkn0P/AgEkQlVEdBE0MeycyhMiU3o
X9LT8uCggUt9b3W4If7VKQD18NUTjBHXslLFC9UkXoW0K2fDMbjGzmbpiH5qpgRo
Xo5HKNSCUvN0O4i48WNHS2Ouon9VDJr9b9rezFhmJKPYpIt0LhdsgpAY/hLDHVch
FdTyCQb4hp7KutTyjYnN4JpIGB8z8ojKlcCkrYXZUBH785ZfkwqcIDBSmELrRZeu
/hWa5OucIAP04DbzXEs3jTSTzl8jTJXLgnQRomnf76eNIIK6DhHuFcLA5n+JEwof
LGcgooHAfyxBKzalVg5oYPVRSxfG1DDs9fW28/nh0eZkcGCwwjPt5m3n1RljAKWr
ikuyceIsJPJgLCYpndVeq/54wu0nQQ2el4d+k+LlA6KxYV9U82LoYiswQGvbXgyc
5L6YFrXu7rClT4dMRiBan2O6PpCbDzVB2QOz0lDfyhUvfO/DCkoelsTvkuGUXkeu
ZM/fpEB+fxFiA48OfWqSWGOkXH3emBEd+fmexlHIdF6+1lN43eduBjicsQuBmtLc
HSIYNFJuQMe/ygKeD61RbkwK+OJNXpKzxL11kBmb1dn3MbCZ+m2JHMplVr6Na2EA
u/yFNjEpqmfe+QlZlNerS3dFDBMaKHM6176R1mfIG6agVDAZWiUNcHuN6oWA/toB
wRWqkHAkNiCjFwJWCSd5
=7bKa
-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/e1ugfid-0007it...@franck.debian.org



Accepted glue-schema 2.0.10-1 (source all)

2013-03-14 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 13:35:56 +0100
Source: glue-schema
Binary: glue-schema
Architecture: source all
Version: 2.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 glue-schema - LDAP schema files for the GLUE Schema
Changes: 
 glue-schema (2.0.10-1) unstable; urgency=low
 .
   * New upstream release - 2.0.10
Checksums-Sha1: 
 a3f07ca5012e21815ff3284e7496c3c43dd90388 1847 glue-schema_2.0.10-1.dsc
 d62c079430d82507f24160a6a67b754b0ed118f0 34005 glue-schema_2.0.10.orig.tar.gz
 a226c80c5d6c14bca6ffe20557d057d3b1633f05 2234 
glue-schema_2.0.10-1.debian.tar.gz
 3e889f7482a68e9d011c7663eee6748f1f544d3f 32804 glue-schema_2.0.10-1_all.deb
Checksums-Sha256: 
 835eeb3712cb11c4d2080d4763b5b09b6b2d5c91a0f36368d5bd6aff806e5859 1847 
glue-schema_2.0.10-1.dsc
 c794845c48ca34a0068d7b92eaeeea2196629fbaf99b45816b86873e994a14af 34005 
glue-schema_2.0.10.orig.tar.gz
 5dd8cf28db5e036e1039120b1f3343c26ef84409cb28ed483e4f245f8ba4be5c 2234 
glue-schema_2.0.10-1.debian.tar.gz
 84a891059178ca3473393d2ac3b3c7620fe5229a88a9c06611fd0a9021f11612 32804 
glue-schema_2.0.10-1_all.deb
Files: 
 2d4531b400c51de737e46aaf9fbf0631 1847 net optional glue-schema_2.0.10-1.dsc
 0f22e74267002711272bcbb996aeb5e0 34005 net optional 
glue-schema_2.0.10.orig.tar.gz
 b2e124f29e5ffc46ddf99f3fa0a0c376 2234 net optional 
glue-schema_2.0.10-1.debian.tar.gz
 751d306c99fcd27127e22975c79e3924 32804 net optional 
glue-schema_2.0.10-1_all.deb

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

iQIcBAEBAgAGBQJRQi+EAAoJEOiuwv874alLakAP/j5kIwtd9AnHGq5SnvxlvKlp
fvXcGuGLzPxhlBQdGh9HIUD1SKMFo2H+IkLBROQbR45VH0vg8jLqp5PKTAJF8uim
b4/dDo5DEGMcrt776ndhZuXzgWY5K6azmgsU82tt9oVJlPgcpBBz7ESX65xnPk0Z
j2hKdeqsJCBXUIefx7BZk9QKVM6MLNc427qi7eoKXrjgUvvVV97qPKc3fisjZwtW
SdmFdIYQ0EH4/Hv0qMrJ4yF9ULmQpQTPphsXlNWef7M4dLQ9C0qi3sE+mK/kI80K
kHnd4kSYJ9cStDeYbRF/ssAWNx9j9iTaqQPc0olJfwZzLiTT2vIPenotN77m4gbP
DpPSaFNNbJvDh5qJ+73ubxft8MfUobaelMYyOeXQC5MgUooZm0YOfiwGY0W4I6aR
WTN5w8MzHRfOQrlnuyuphVF/2vvQ09EE6dJM4QUy3P62NGB6juWyGBCk4jvPVd62
heBjg/HUP9b9wxOLOS6IXLF1StsQ4mO+zykG4jkETUIjEEdT0+ohHGgLEZs3NQWo
vDaRYzNw4GMG7e2qwvEAyuru67zhjgmQVGKw5xvG2RlyRW5/qk3+Y0/Buu9rDsSR
qbcOo9bMiuPWqw7x3oL4xaxs3z6B/px7+laQZvNRTqNWOQhmuMvYfzYVZ1UsUdjW
Eqi8vUkkFoCZR3dqyWYW
=WyTb
-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/e1ugfii-0007kv...@franck.debian.org



Accepted hfsutils 3.2.6-12 (source amd64)

2013-03-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 12:44:10 -0700
Source: hfsutils
Binary: hfsutils hfsutils-tcltk
Architecture: source amd64
Version: 3.2.6-12
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 hfsutils   - Tools for reading and writing Macintosh volumes
 hfsutils-tcltk - Tcl/Tk interfaces for reading and writing Macintosh volumes
Closes: 525266 615357 615428 631601
Changes: 
 hfsutils (3.2.6-12) unstable; urgency=low
 .
   * QA upload.
   * Properly orphan the package. See #60.
   * Build using Tcl/Tk 8.5. Closes: #631601. LP: #1155269.
   * Build with hardening defaults.
   * Fix some lintian warnings. Closes: #615357, #615428.
   * Fix typo in man page. Closes: #525266.
   * Handle files larger than 2GB.
Checksums-Sha1: 
 246308c0fb49677299d328523d3720374a5e27d5 1156 hfsutils_3.2.6-12.dsc
 ec8f6f78ef7003e0dca3f88a6fb924f4b11b018f 6967 hfsutils_3.2.6-12.debian.tar.gz
 295c1c833a179dd824418efe1883b8df392456f9 85254 hfsutils_3.2.6-12_amd64.deb
 20aab99a0792b8fe5e96dae7835c7afd7f69d81d 125606 
hfsutils-tcltk_3.2.6-12_amd64.deb
Checksums-Sha256: 
 8011be4ec6e49bd720f25806155223525479e34036d38ab61b356327f546123f 1156 
hfsutils_3.2.6-12.dsc
 26733e1811e7331dc89f91c76389c436ebc3bd43d8ce10f771ba08ddb287f043 6967 
hfsutils_3.2.6-12.debian.tar.gz
 7e983ad364dff7af65f528041173b3c6b23497965c3dc81dc651661af0190c77 85254 
hfsutils_3.2.6-12_amd64.deb
 60514b7d6dc2757cd505cbf0d7da8a5a1f847d32eae1a9d6273fa45851511d8d 125606 
hfsutils-tcltk_3.2.6-12_amd64.deb
Files: 
 5fe2ad0f09537655e68e781101ce1c13 1156 otherosfs extra hfsutils_3.2.6-12.dsc
 f4af4411f57b403b3da0a6e848317f35 6967 otherosfs extra 
hfsutils_3.2.6-12.debian.tar.gz
 ca3101475abf5bceae1b5de2a337939b 85254 otherosfs extra 
hfsutils_3.2.6-12_amd64.deb
 d06e4c7c65d1810bbffd5950651b7ea5 125606 otherosfs extra 
hfsutils-tcltk_3.2.6-12_amd64.deb

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

iEYEARECAAYFAlFCOMQACgkQStlRaw+TLJyTSACfeX3P7+ZkJFtet7j4G6kOHTCq
ozcAoIR7aCbOe9PyWFktO9sacoLvdeo4
=kL3L
-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/e1ugfin-0007st...@franck.debian.org



Accepted nikola 5.4.2-1 (source all)

2013-03-14 Thread dererk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2013 21:31:44 -0300
Source: nikola
Binary: nikola
Architecture: source all
Version: 5.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Agustin Henze t...@sluc.org.ar
Changed-By: der...@debian.org
Description: 
 nikola - simple yet powerful and flexible static website and blog generato
Changes: 
 nikola (5.4.2-1) unstable; urgency=low
 .
   * Imported Upstream version 5.4.2
   * Removed unused manuals under debian folder
   * Updated README.source file with details about the files deleted for make
 the package dfsg compliant
   * Fixed lintian warning about non-canonical vcs field
Checksums-Sha1: 
 39afc608310c6c12b2678436bf8b3305c5da9480 1949 nikola_5.4.2-1.dsc
 3054c70f2a70a9711e579495f9f26c89c340cbcb 524850 nikola_5.4.2.orig.tar.gz
 7dab5885cd36f04c1ca8651ff4910702251d4d4a 6308 nikola_5.4.2-1.debian.tar.gz
 8dbe1def038a81b7a718234ab8f8713b9df9852a 514358 nikola_5.4.2-1_all.deb
Checksums-Sha256: 
 0def9b9983857bb6adb4d6ed9af08a7010716fce949a7d58a97f93ba5f023927 1949 
nikola_5.4.2-1.dsc
 1f55489b7ef5a5c8f11c7ebc2893e844d552b439222d0e9d824868547a9aeb49 524850 
nikola_5.4.2.orig.tar.gz
 729fdd71a2890ee91b685f0a3d176c5d85c8be7327613260ec7ffc311499c532 6308 
nikola_5.4.2-1.debian.tar.gz
 5d0dcf9920e2c2c0d14bf5a9e2078d427a1ecf1738c23d8fc3c2ae7171d23f56 514358 
nikola_5.4.2-1_all.deb
Files: 
 952bb17b951a0c3cf3bdc3fa8cafb992 1949 python optional nikola_5.4.2-1.dsc
 739655c332ea6a3fb8749128b4d7125e 524850 python optional 
nikola_5.4.2.orig.tar.gz
 39734dab07a475257f07f2f40d24eaae 6308 python optional 
nikola_5.4.2-1.debian.tar.gz
 7ef2e5c93ff1dab4039bfa15548ec3d1 514358 python optional nikola_5.4.2-1_all.deb

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

iQIcBAEBCgAGBQJRQjnCAAoJEGin9OG0lUUK+O0P/0XSWCo6uBV0qtWqxMayqgvn
Ou530+rUMtT9mCjBIJslr0wkCLEfvyzgo+JDOQa40264IC17pIDjflCyAnXBm+Yr
EGMqxtlJ988Rc3FEE861+HO8dU7fu5vxGLifac5klYRibflTXt/ADzdqGZuFrFsc
zlGXo9s2DqDrcvwpWWwJ1Qb29zcwFsa+teqz7plTrk776IWrZObcWJnq5Q272eDq
pES277BJAb46Ol+934XV5mLdvR85L9D6QOovV7gwGIKOacJ75t+zSwJq9Xn2ESvb
haMUkimMDa3nCw2gCp42qT+eoNaHaA2Hau2TsA1QQ77+EZCk1O3EoPvoi+APCXUo
LPSlkOXEQYIE+wi0DyVG0iu7Gx2ys1zJ/SVK1uEJkDKXeX33eXt2nxFwRP4MxQlO
cFXbT557QQlntaHYSyXLaS1Gtbam0o3mEObQ3E03j3Kv5Y6VphWJLDi3fRGOYfjE
KJ6RWnVT1pgsGqtEaDnh9B7HGbE68IDEX5tR90qyPgp96aYLIfMfXTeOL1OXMgww
NJj0IdNKReH3d6Erptp7uNQusoc/5aEiWpvXzzj3jnJvEBJvA414yJniLazBFeiL
gNsRvnCsKnfVyggmiLjfzKUrukHMbMsklMrFaBMdAlfAGRKw+jHn3u/eEFsfx2+u
Xk3Os5AMG3bAjkUGMtcF
=U4vQ
-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/e1ugfit-0007vh...@franck.debian.org



Accepted glance 2012.1.1-5 (source all)

2013-03-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 04:35:22 +0800
Source: glance
Binary: python-glance glance-common glance-api glance-registry glance 
python-glance-doc
Architecture: source all
Version: 2012.1.1-5
Distribution: unstable
Urgency: high
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 glance - OpenStack Image Service - metapackage
 glance-api - OpenStack Image Service - API server
 glance-common - OpenStack Image Service - common files
 glance-registry - OpenStack Image Service - registry server
 python-glance - OpenStack Image Service - Python client library
 python-glance-doc - OpenStack Image Service - Python library documentation
Closes: 703063
Changes: 
 glance (2012.1.1-5) unstable; urgency=high
 .
   * CVE-2013-1840: fixes Backend credentials leak in Glance v1 API
 (Closes: #703063).
Checksums-Sha1: 
 9e1f285247cec1857463a31f8f9be470f68eaeb1 1971 glance_2012.1.1-5.dsc
 09493a1ef53c141090affb47d27d3e185debdd2c 26860 glance_2012.1.1-5.debian.tar.gz
 94b95ecf4be907df10ccec7ceaea04b0ecd27d64 235606 
python-glance_2012.1.1-5_all.deb
 0d9ced386a05a4bee488bc3f8198cd4555ed8214 27624 glance-common_2012.1.1-5_all.deb
 a051ecf3660b8fea76ff46c920866343401e772c 25588 glance-api_2012.1.1-5_all.deb
 dd16d4227ed07b64d219a31e25e27370b8fb744b 14886 
glance-registry_2012.1.1-5_all.deb
 7ae2ee85971aaee3a3da8f0798d4a2c7ca40feeb 5292 glance_2012.1.1-5_all.deb
 426d8deef553ddd69ae2e4f680ab4e1664e01d66 137938 
python-glance-doc_2012.1.1-5_all.deb
Checksums-Sha256: 
 5c22b1ff25788b99f1cc46d0f0ea363bc9c5f93a7acc7dc63f86de8fa12d5e50 1971 
glance_2012.1.1-5.dsc
 6a3fc6377720325641b1475b45ee2a86745119749d93f53f7e6e78339fe8c149 26860 
glance_2012.1.1-5.debian.tar.gz
 59fc54466ddd37a933c043634cd91cb8d9461de062f7c14d489357e646b9bc8f 235606 
python-glance_2012.1.1-5_all.deb
 16bab5741277172be653ab7281d3928dc0e6e174bbb2a78a6542acc387de826b 27624 
glance-common_2012.1.1-5_all.deb
 0d421d11a9c02b6d243e7317d18d461d8799066cf739d7be8125353e2622ce68 25588 
glance-api_2012.1.1-5_all.deb
 915bf63d794468da05d34762f51ce53335364c9dceacf0019d09362b58cb4253 14886 
glance-registry_2012.1.1-5_all.deb
 d6c3d1fefcbe67c0c2afb149979b96e6c7c922c22eb391484588e2a2929d3008 5292 
glance_2012.1.1-5_all.deb
 602cc0065d9d785ac4285a9d34f7ff552a603ac960838ec0c58ddb1d75f88caf 137938 
python-glance-doc_2012.1.1-5_all.deb
Files: 
 3bad480743b90449cd820627ffd31593 1971 net extra glance_2012.1.1-5.dsc
 3c2e337b547dda8078207222980116ad 26860 net extra 
glance_2012.1.1-5.debian.tar.gz
 16a6d20c134b3266b26de6d191d3358f 235606 python extra 
python-glance_2012.1.1-5_all.deb
 26fa962334159763f42b34887d7f7ea8 27624 python extra 
glance-common_2012.1.1-5_all.deb
 e3a8eb3ff23bfb76a815011003dee0c7 25588 python extra 
glance-api_2012.1.1-5_all.deb
 08524f6af4c919aae9b7fe7b711263bf 14886 python extra 
glance-registry_2012.1.1-5_all.deb
 8b26910bccbd6bfab66e533ccd4b1de8 5292 python extra glance_2012.1.1-5_all.deb
 676ff2b2ecfb66aef23828f577814bd2 137938 doc extra 
python-glance-doc_2012.1.1-5_all.deb

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

iEYEARECAAYFAlFCPG8ACgkQl4M9yZjvmkn7CACgrGWFI29DN0Ybtn2Tjnft7aKX
28QAoMifkXLFnco6bPzK32hRGDeaU3hS
=8m6N
-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/e1ugfwt-0001na...@franck.debian.org



Accepted glance 2012.2.3-2 (source all)

2013-03-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 04:57:35 +0800
Source: glance
Binary: python-glance glance-common glance-api glance-registry glance 
python-glance-doc
Architecture: source all
Version: 2012.2.3-2
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 glance - OpenStack Image Service - metapackage
 glance-api - OpenStack Image Service - API server
 glance-common - OpenStack Image Service - common files
 glance-registry - OpenStack Image Service - registry server
 python-glance - OpenStack Image Service - Python client library
 python-glance-doc - OpenStack Image Service - Python library documentation
Closes: 703063
Changes: 
 glance (2012.2.3-2) experimental; urgency=low
 .
   * CVE-2013-1840: fixes Backend credentials leak in Glance v1 API
 (Closes: #703063).
Checksums-Sha1: 
 52574ebc923cfcd4618769594ed9eaf4b4532616 2090 glance_2012.2.3-2.dsc
 7a40f4ef4e28b4eeb26ef980d7dbc7242000f4d6 231823 glance_2012.2.3-2.debian.tar.gz
 2d164ea5f5f575357264f3fe08269f404d03e786 435114 
python-glance_2012.2.3-2_all.deb
 cfcfd58c8abc76bb5ffd5c24c73638f9c011e7c9 227670 
glance-common_2012.2.3-2_all.deb
 6b732e1d49e92e5a095420df1aeb5879671e9f77 221564 glance-api_2012.2.3-2_all.deb
 afe31f2e5d1e5eb4ca297146009fa4797725d51c 211828 
glance-registry_2012.2.3-2_all.deb
 5372435293dd5ca7429e060e709974fd19295b16 209830 glance_2012.2.3-2_all.deb
 95887e5fd03f9bdb388d7df1710a96725aeacfd4 291640 
python-glance-doc_2012.2.3-2_all.deb
Checksums-Sha256: 
 bfe54dafc2d5843168a8c6af6a59374e7d9d7125abb710c0498f0d81c739f409 2090 
glance_2012.2.3-2.dsc
 03190d127bddd78e4040a95e8777a388239a6654cd273a4774ca5d462d361178 231823 
glance_2012.2.3-2.debian.tar.gz
 f90b529e5b9c3fdb7a257e5ba5bc6b1f7fe15b5872048924ffb214a446d0b0b4 435114 
python-glance_2012.2.3-2_all.deb
 6f5ca7970a57a485301a27e48bd67b70df418bd1e2706fcecfbcb42ff1d2a393 227670 
glance-common_2012.2.3-2_all.deb
 2657761dd13d84756fa1d5a2b9124337ee8eae03fc35d7073ada106983811e37 221564 
glance-api_2012.2.3-2_all.deb
 b1f5a589ffb11a46f293a9493a419f6100151c5fa6d1744783d2edfc873ba773 211828 
glance-registry_2012.2.3-2_all.deb
 966c92320992989f500c0eab11d28a8c62fbdfbcb7f8bada494df83e3c779df3 209830 
glance_2012.2.3-2_all.deb
 ee863e27a5796ff6e9f6e647aa26aa4b3e07e2a50c7dc1a8ea8b8c7316f6101e 291640 
python-glance-doc_2012.2.3-2_all.deb
Files: 
 a14297b835033e9ceda1d024583b701f 2090 net extra glance_2012.2.3-2.dsc
 1d3a269dd35a96765a046f2462e5715d 231823 net extra 
glance_2012.2.3-2.debian.tar.gz
 6b3877419b7307845c2bbdfb726538c5 435114 python extra 
python-glance_2012.2.3-2_all.deb
 9246527971914fe4bcc8d3c09a052374 227670 python extra 
glance-common_2012.2.3-2_all.deb
 528648584f2cf78d7bb01e36d9b11101 221564 python extra 
glance-api_2012.2.3-2_all.deb
 f4385e07843dee23fc5869eb33572ea9 211828 python extra 
glance-registry_2012.2.3-2_all.deb
 81b68aac560dd23a567076a22eb24503 209830 python extra glance_2012.2.3-2_all.deb
 92c9cfcc0042af78acc4973840b6d5c2 291640 doc extra 
python-glance-doc_2012.2.3-2_all.deb

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

iEYEARECAAYFAlFCP1kACgkQl4M9yZjvmknBRACg5hb9CnB07x792UGWWI4LOQn5
+S8AoOOaDq0WCU/9lq7yLsi5/Vby4zff
=wdjt
-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/e1ugflm-0003qy...@franck.debian.org



Accepted gdk-pixbuf 2.27.2-2 (source all i386)

2013-03-14 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 22:19:36 +0100
Source: gdk-pixbuf
Binary: libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-0-dbg libgdk-pixbuf2.0-common 
libgdk-pixbuf2.0-dev libgdk-pixbuf2.0-doc libgdk-pixbuf2.0-0-udeb 
gir1.2-gdkpixbuf-2.0
Architecture: source all i386
Version: 2.27.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gdkpixbuf-2.0 - GDK Pixbuf library - GObject-Introspection
 libgdk-pixbuf2.0-0 - GDK Pixbuf library
 libgdk-pixbuf2.0-0-dbg - GDK Pixbuf library - debug symbols
 libgdk-pixbuf2.0-0-udeb - GDK Pixbuf library - minimal runtime (udeb)
 libgdk-pixbuf2.0-common - GDK Pixbuf library - data files
 libgdk-pixbuf2.0-dev - GDK Pixbuf library (development files)
 libgdk-pixbuf2.0-doc - GDK Pixbuf library (documentation)
Closes: 702517 702780
Changes: 
 gdk-pixbuf (2.27.2-2) experimental; urgency=low
 .
   * d/p/0001-animation-Allow-prepare_func-call-in-stop_load.patch:
 + Backport patch from upstream GIT, fixes a crash with animations.
   Closes: #702780, #702517.
Checksums-Sha1: 
 6df94aefad9cbefc8f6ae01ec1d6e6ab5f9753e5 2131 gdk-pixbuf_2.27.2-2.dsc
 dcf6fed69c86a6c09383d933f0e9831d7b3af495 11150 
gdk-pixbuf_2.27.2-2.debian.tar.gz
 80c0176cffbb061a7954fa228f16a5e7c67933df 290696 
libgdk-pixbuf2.0-common_2.27.2-2_all.deb
 76cfe0fc94633ab4f49f2553555dfc31c7dd 171190 
libgdk-pixbuf2.0-doc_2.27.2-2_all.deb
 141682cda694bfe02e565000d53bb9e365cc7265 160550 
libgdk-pixbuf2.0-0_2.27.2-2_i386.deb
 bf204d579c16b813fd2c8fc6d2adb6bb73fd5df5 438140 
libgdk-pixbuf2.0-0-dbg_2.27.2-2_i386.deb
 62c1a543ec8d52e8fefa047da9ef09f16dd65839 48218 
libgdk-pixbuf2.0-dev_2.27.2-2_i386.deb
 6210eef65f8892d89ca9ab731547d0c190deff99 363792 
libgdk-pixbuf2.0-0-udeb_2.27.2-2_i386.udeb
 3d0f457d6a76ac0c46dbd56a3b92f052de76b779 14458 
gir1.2-gdkpixbuf-2.0_2.27.2-2_i386.deb
Checksums-Sha256: 
 f346270b8443180f3dbfe120866b8beef203232ffebc0507aa2494c9ec74774a 2131 
gdk-pixbuf_2.27.2-2.dsc
 96f34769449125ccadcb0c67f0124c041de75d8078645fd97d02ffb0d71396cb 11150 
gdk-pixbuf_2.27.2-2.debian.tar.gz
 2488516529fcc7ed98cabe5b3aac22f0a88b96af02d0244bf2a899b800ddcd8d 290696 
libgdk-pixbuf2.0-common_2.27.2-2_all.deb
 62a40bc013b676c8a79c0c173bb9c615ac96fe1ff6b4e8996183321aa8b207d6 171190 
libgdk-pixbuf2.0-doc_2.27.2-2_all.deb
 dfab00956c1c71fabbd4dc20d338d07cc818c69029618a87da94ea7fc2eb6d34 160550 
libgdk-pixbuf2.0-0_2.27.2-2_i386.deb
 0170e5ae30faa14c57b50b6d22a9e5412f5de45713505a81b9b69fd4f0b9d152 438140 
libgdk-pixbuf2.0-0-dbg_2.27.2-2_i386.deb
 61bc8c099825a44e05f29e16d60ba63b4c673f25f5a13ab74d6fb284f969fb1b 48218 
libgdk-pixbuf2.0-dev_2.27.2-2_i386.deb
 d3446ac0f93fd25320ff0f517294faf7cd85efb390ab6af2124664f75ab2bc0d 363792 
libgdk-pixbuf2.0-0-udeb_2.27.2-2_i386.udeb
 08629e2673a11fc8406273f7bdc8425cfe4fc0bc6312ba9108f222e741ffbca1 14458 
gir1.2-gdkpixbuf-2.0_2.27.2-2_i386.deb
Files: 
 e4512b6a6620986fdf1af9c93eb0785f 2131 libs optional gdk-pixbuf_2.27.2-2.dsc
 3c4874cb42f7fbe7ac7d5f82e8e5eb4b 11150 libs optional 
gdk-pixbuf_2.27.2-2.debian.tar.gz
 d4e588a48eb5f3e37f6873d9211ab5f9 290696 libs optional 
libgdk-pixbuf2.0-common_2.27.2-2_all.deb
 a0bdbba91900866906e7ba333e269c15 171190 doc optional 
libgdk-pixbuf2.0-doc_2.27.2-2_all.deb
 c7959b72db6199bf075b497b720d7683 160550 libs optional 
libgdk-pixbuf2.0-0_2.27.2-2_i386.deb
 a64334c219ee345bc457c0d513f7bc4b 438140 debug extra 
libgdk-pixbuf2.0-0-dbg_2.27.2-2_i386.deb
 04c2bf3c483603eab8120905e7929af4 48218 libdevel optional 
libgdk-pixbuf2.0-dev_2.27.2-2_i386.deb
 493f4e2412d3c8b620daa7e99f88e46c 363792 debian-installer extra 
libgdk-pixbuf2.0-0-udeb_2.27.2-2_i386.udeb
 f1682b2dc9b93817e30f60ae318c1dc8 14458 introspection optional 
gir1.2-gdkpixbuf-2.0_2.27.2-2_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAlFCQ04ACgkQhTV17EoIsv7WvwCfTEJwchLfaN79TXH0X39Z8l2M
H54AoMitonD4rb2Sn4S8AxJzdRxtv+WD
=1C3B
-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/e1ugfzr-0006wr...@franck.debian.org



Accepted nova 2012.1.1-15 (source all)

2013-03-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 05:07:45 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-xen nova-compute-qemu nova-compute-kvm nova-scheduler nova-volume 
nova-api nova-network nova-objectstore nova-console nova-cert nova-xcp-plugins 
nova-xcp-network nova-doc nova-xvpvncproxy nova-api-metadata 
nova-api-os-compute nova-api-os-volume nova-api-ec2
Architecture: source all
Version: 2012.1.1-15
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 nova-api   - OpenStack Compute - compute API frontend
 nova-api-ec2 - OpenStack Compute - EC2 API frontend
 nova-api-metadata - OpenStack Compute - metadata API frontend
 nova-api-os-compute - OpenStack Compute - compute API frontend
 nova-api-os-volume - OpenStack Compute - Volume API frontend
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-compute-xen - OpenStack Compute - compute node (Xen)
 nova-console - OpenStack Compute - console
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-objectstore - OpenStack Compute - object store
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage
 nova-xcp-network - OpenStack Compute network plugin for the Xen Cloud Platform
 nova-xcp-plugins - OpenStack Compute plugin for the Xen Cloud Platform
 nova-xvpvncproxy - OpenStack Compute - XVP VNC proxy
 python-nova - OpenStack Compute - libraries
Closes: 703064
Changes: 
 nova (2012.1.1-15) unstable; urgency=low
 .
   * CVE-2013-1838: Nova DoS by allocating all Fixed IPs (Closes: #703064).
Checksums-Sha1: 
 e768f196f45db6000ed94325e4a3c04aa7a6bc26 3073 nova_2012.1.1-15.dsc
 d26d29ca0110dc49af0615ef6b9dd401d1f6412e 68551 nova_2012.1.1-15.debian.tar.gz
 552558cd965031b8a87ea74f8c9ffab1a13f 1780256 
python-nova_2012.1.1-15_all.deb
 16dad688b81844ee4bf45c7520ccfd5b7f485469 41244 nova-common_2012.1.1-15_all.deb
 680962c28f88dfd04b2d7fa9333bd65d516be2b7 17356 nova-compute_2012.1.1-15_all.deb
 e9fba67ee6094dd21c9ecfba19f8edcc8404 12468 
nova-compute-lxc_2012.1.1-15_all.deb
 5a02000e348d69c502b87b94b2d48d5a19afacf0 12484 
nova-compute-uml_2012.1.1-15_all.deb
 279874e70aeb7b901eecf841300513266c69fc28 17126 
nova-compute-xen_2012.1.1-15_all.deb
 b9828721300d28c67c9640eabcf44deff0c7ae84 12392 
nova-compute-qemu_2012.1.1-15_all.deb
 6b4ce64a6387b79305cd665b51885ad5fcfbbaa4 12472 
nova-compute-kvm_2012.1.1-15_all.deb
 9ba70dbd19618a7b318c74472a57a30d94ed6cdf 14966 
nova-scheduler_2012.1.1-15_all.deb
 f2b67fef7d04294114c65b57a44a771e21cbf179 15882 nova-volume_2012.1.1-15_all.deb
 d7534ac6e95ce332c617603a4db0310b09b3cbec 14870 nova-api_2012.1.1-15_all.deb
 c7aaccb76818dd6beabf0becab9e16775473a2e0 17794 nova-network_2012.1.1-15_all.deb
 64842a396a65e7d5b01c4ee7dbf17c86fb77e988 15068 
nova-objectstore_2012.1.1-15_all.deb
 1b03ca501180132be0cc98b59d79f828656fb4c4 15566 nova-console_2012.1.1-15_all.deb
 26db5e2141fd7a4081c43fae1b58abecaaa42c0e 14936 nova-cert_2012.1.1-15_all.deb
 92e24ea35e0e5b77278958564dd3905b2fe253f8 34764 
nova-xcp-plugins_2012.1.1-15_all.deb
 7f5795961f56e0ea80e5eea14cf1241e33397c7a 19608 
nova-xcp-network_2012.1.1-15_all.deb
 6868bec45ea71f612e5998d27f7dece1555a9c2d 1714712 nova-doc_2012.1.1-15_all.deb
 f6a2386a1901712f227b12686b72adf198c0dff1 14860 
nova-xvpvncproxy_2012.1.1-15_all.deb
 ccfd47b202abfe89b7b808cccb09ecfbab13a34c 14768 
nova-api-metadata_2012.1.1-15_all.deb
 2d223ba62738b52100d4201f04c1bcdf894bd7ed 14774 
nova-api-os-compute_2012.1.1-15_all.deb
 e4c1788d2a70811360a5aac51563beca5663648a 14782 
nova-api-os-volume_2012.1.1-15_all.deb
 5589162cd86a99370d4cc9ddc06ec796568ea5b3 14742 nova-api-ec2_2012.1.1-15_all.deb
Checksums-Sha256: 
 809c9defb548c4f96eda88c21f47bcd6531a029941ea11dda07da0388545a2b5 3073 
nova_2012.1.1-15.dsc
 3720a2ffb59e1daff77e877de8d3a6c03533f57224685cfd823907533dc6e8a6 68551 
nova_2012.1.1-15.debian.tar.gz
 eb923566c1c24b7ba7e738c6b9ab3afc640cad5202f780df1ff7fee679628674 1780256 
python-nova_2012.1.1-15_all.deb
 5342a1fd756a4dc415a41fd48567fe62fbdf88dfd447ff9e7e541dc5e964179c 41244 
nova-common_2012.1.1-15_all.deb
 1b3e93858e5ef4366141b0c4e5d06d3e144f5bb7b37acda1615aae4846c59076 17356 
nova-compute_2012.1.1-15_all.deb
 e9a864354327b95f04b975ad9c3ce5eed338b7b050fe3a026cdcd7d7bdb6b5ee 12468 
nova-compute-lxc_2012.1.1-15_all.deb
 1e7b4a9cea8aa41917d616e61f24a207b2937ffc97bcf6cd09f829f6ab62cd1f 12484 
nova-compute-uml_2012.1.1-15_all.deb
 

Accepted nova 2012.2.3-3 (source all)

2013-03-14 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 05:15:23 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-xen nova-compute-qemu nova-compute-kvm nova-xcp-plugins 
nova-xcp-network nova-cert nova-scheduler nova-volume nova-xvpvncproxy nova-api 
nova-network nova-objectstore nova-console nova-doc nova-api-os-volume
Architecture: source all
Version: 2012.2.3-3
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 nova-api   - OpenStack Compute - compute API frontend
 nova-api-os-volume - OpenStack Compute - Volume API frontend
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-compute-xen - OpenStack Compute - compute node (Xen)
 nova-console - OpenStack Compute - console
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-objectstore - OpenStack Compute - object store
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage
 nova-xcp-network - OpenStack Compute network plugin for the Xen Cloud Platform
 nova-xcp-plugins - OpenStack Compute plugin for the Xen Cloud Platform
 nova-xvpvncproxy - OpenStack Compute - XVP VNC proxy
 python-nova - OpenStack Compute - libraries
Closes: 703064
Changes: 
 nova (2012.2.3-3) experimental; urgency=low
 .
   * CVE-2013-1838: Nova DoS by allocating all Fixed IPs (Closes: #703064).
   * Added || true in the unit testing.
Checksums-Sha1: 
 5184cf1c6ff0611f79e015a634c5f86aa87e796c 3139 nova_2012.2.3-3.dsc
 7d57f273bc8ff00f2a609bbce4c010904250b08d 1472772 nova_2012.2.3-3.debian.tar.gz
 4495fe090073497b7fa3e476dfb11859fa9bbc6e 2433908 python-nova_2012.2.3-3_all.deb
 faeaa102d15d814891f04a154095b37448ce735b 1437236 nova-common_2012.2.3-3_all.deb
 a57e5138c2d6911c1ac4fbd2af0915570d68d9f9 1409292 
nova-compute_2012.2.3-3_all.deb
 ee33591f07c76e5a60541e5b0775e8b7415be20f 1405090 
nova-compute-lxc_2012.2.3-3_all.deb
 abdf6192efedf95c5beb8ecc8f6dcc47be2383e3 1405106 
nova-compute-uml_2012.2.3-3_all.deb
 86a76a821bd51cf022dc594ce1767f74fcb1ebd8 1413982 
nova-compute-xen_2012.2.3-3_all.deb
 0d4715cd41a810847c75694946b40e109ad00a95 1405096 
nova-compute-qemu_2012.2.3-3_all.deb
 b81a4d7df0eeb2d2f616ba9149e3fb1c7c7d465e 1405180 
nova-compute-kvm_2012.2.3-3_all.deb
 ec01ccbb37dd2eb56538c32c60c5134d921d6261 1421510 
nova-xcp-plugins_2012.2.3-3_all.deb
 5ddbb06bd970c43b5187afcb3d60974fbf8f9918 1411496 
nova-xcp-network_2012.2.3-3_all.deb
 40bd1c14718a0a209b72bc9b1291ea1834b11436 1407362 nova-cert_2012.2.3-3_all.deb
 cf49b2ceca2ad87135152881a6d56c3edd124e6b 1407384 
nova-scheduler_2012.2.3-3_all.deb
 73c69e81c3ab3838e3c1bacea050a3148b773f5d 1408096 nova-volume_2012.2.3-3_all.deb
 7805020583a47497b87f395939c1b22570aa4c9a 1407324 
nova-xvpvncproxy_2012.2.3-3_all.deb
 6e6738814bd891c8af3d1342790f0b4d1cee113c 1413108 nova-api_2012.2.3-3_all.deb
 b304c394ba53499c090d6931728032d65c84cdfc 1409724 
nova-network_2012.2.3-3_all.deb
 e8a44acfd21a32b56bb19b916da24b9e4152e521 1407472 
nova-objectstore_2012.2.3-3_all.deb
 e6a9b8f0576dcbccb97e71df0d5f242555d4287b 1407928 
nova-console_2012.2.3-3_all.deb
 60f5d16c62ad5f74906985ac26f639d2af0882f1 3495056 nova-doc_2012.2.3-3_all.deb
 f16d6ab8e0068b0ef85c19e4c9d504de88bebee5 1407252 
nova-api-os-volume_2012.2.3-3_all.deb
Checksums-Sha256: 
 93b1de064e888c95814efc4b84dfda9fa49a90f4e3e7c7970a07456ccd8a9838 3139 
nova_2012.2.3-3.dsc
 4b159e2e928f00ea5baa58fa85c97f4a59cd5e9c4d9ff99df12b8b9252e05be7 1472772 
nova_2012.2.3-3.debian.tar.gz
 7decf4885e0b1c8afcfdc258fdd52fd3b8cfadd9c33d807ec3a2f99ecc21f33b 2433908 
python-nova_2012.2.3-3_all.deb
 c11f7eb3203e2336340537c2fafcf67c77179336b05d47a5acab6eddf834660b 1437236 
nova-common_2012.2.3-3_all.deb
 422d6e562b9b330550653c56d57e34f13c8b23443effba9941a68e0d7604efe9 1409292 
nova-compute_2012.2.3-3_all.deb
 b19cc648e087cc8cd1772f517e0afaf95ebe96ce81f0ef8b5daa262477e04ebe 1405090 
nova-compute-lxc_2012.2.3-3_all.deb
 ddb1b068638191fb24776a8383a45690a81666f1dff79285ca9ab7c8dd1ccaf2 1405106 
nova-compute-uml_2012.2.3-3_all.deb
 eee937798aaab907854a7dcf2f66eb794dcd4733f3e9c740f4adf62df823f51f 1413982 
nova-compute-xen_2012.2.3-3_all.deb
 b53dac39d4df91420c0afeb51aa47604566320d4c539db408dfedb061a414243 1405096 
nova-compute-qemu_2012.2.3-3_all.deb
 3742b16948383c96d821028eec5c3257a262f5c56f87131dad6c3b29b7d30cf3 1405180 
nova-compute-kvm_2012.2.3-3_all.deb
 efd100d12a0fa0e43d7b0f25edb2ea6e1df01a34b14af3db49cb507342b2b245 1421510 
nova-xcp-plugins_2012.2.3-3_all.deb
 

Accepted mdds 0.7.1-1 (source all)

2013-03-14 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 22:54:54 +0100
Source: mdds
Binary: libmdds-dev
Architecture: source all
Version: 0.7.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libmdds-dev - Multi Dimension Data structure library -- headers
Changes: 
 mdds (0.7.1-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 b73136db1d20f31c2ee110b33217ceb240e08f67 1798 mdds_0.7.1-1.dsc
 a31da9c053c61ca3566da067ab3b3332b2734253 134376 mdds_0.7.1.orig.tar.bz2
 be241bcf802ace9588ebd7ca248f3370432efff7 3131 mdds_0.7.1-1.debian.tar.gz
 f1fe798622d2456045139d41120e3837383e48cf 80876 libmdds-dev_0.7.1-1_all.deb
Checksums-Sha256: 
 12ba0791793749f3d6461ae1eddd4bc62d1fc006918802b28c25f69266e17a7e 1798 
mdds_0.7.1-1.dsc
 fe7bc2805bb1b74cac821723fd1d50bcc2a0ecaa5445262262765e02eae9197e 134376 
mdds_0.7.1.orig.tar.bz2
 065d988d8090da75a33e11ef02835eb374a1c7958fe0ac669a0d7febc1a460a2 3131 
mdds_0.7.1-1.debian.tar.gz
 c2ca0136ac9c654990ec6eb2b874b4b63cb6bf5f39612a574c6d634531cf115d 80876 
libmdds-dev_0.7.1-1_all.deb
Files: 
 aa4baa099e43132ad7b9e70b0cb8da49 1798 libdevel optional mdds_0.7.1-1.dsc
 096fbb818177a7575511c1fd9d4bf7dd 134376 libdevel optional 
mdds_0.7.1.orig.tar.bz2
 0f805a483e7ef9a79c2aff5953b576f8 3131 libdevel optional 
mdds_0.7.1-1.debian.tar.gz
 bfc09d345efbb58c7f1e24b6936b5432 80876 libdevel optional 
libmdds-dev_0.7.1-1_all.deb

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

iQIcBAEBCAAGBQJRQkgoAAoJEAqgRXHQPj5wj84QAOgUxe7t1vGvKYRN4cflp7NY
YWQKR3+MmOur4EXBwp7ti9slWNz4DlYK+n20e3JuEOjgpkmScmIzbd//e/r4QsdF
onQR4nWV4QSGV5JjRIczA/RAxpSygvp6Dxo6j/5c4vdxy84ehyINzP8E/rrAElo+
uS2wfa9y3Qssxj2mBnS+6oYM3va9v7JDLiryBquVr7/A9NSB/wd28s2o90QMyTtS
ZAgTqzeb2m6lDCqUwO3l8hmdv4usPcYujr5+PpkU9Q/PYckE3549yefkqWYY8mqj
6Q7QTAQROHjRz3V+U6T5BJdJ3DkMWTxNloO9ik62vk4YhY2JvxaL1IQ3Z8jUcVkA
HdKdWJg8BwcRThWeVlnvDxWgTZcWZnI8fsXhLo/TnPp760IgBpqjjwoUJ2xjA2lE
l49ydQ46n3+Zn8Y6cVXZMa4FVtTs9R54hGiz29yedk62c2REUpoQIQx1otK6GUTX
PK+HP9dGmmSPVKgzC2cm0WLb0hK0tpD9GXeatpyJCGzxW/bZuByqfDhfgRk50cVm
skQS4izQdcTsxTs59IfkU/Wdj4XBzGycIgZgGG3uAFN+bPMWksi5LRT0a4xfteDp
/sJtGcujpoaWP3x2QPrQwz8IIhJOyS5eObYrcXPCF2dgO0jbBZcm+nMJVLFpqv4M
gRJBrwO3HzmylPzyyQqJ
=Rwd+
-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/e1uggsr-0004ni...@franck.debian.org



Accepted bdii 5.2.17-2 (source all)

2013-03-14 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Mar 2013 23:12:47 +0100
Source: bdii
Binary: bdii
Architecture: source all
Version: 5.2.17-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 bdii   - Berkeley Database Information Index (BDII)
Changes: 
 bdii (5.2.17-2) unstable; urgency=low
 .
   * Depend on glue-schema = 2.0.10
Checksums-Sha1: 
 688958ee2e2824751079e573f9f62e9b52ba82b8 1835 bdii_5.2.17-2.dsc
 f5987cfe720e0987b387317602cceb63264768b9 4996 bdii_5.2.17-2.debian.tar.gz
 79f0e026b8df7902f5df83073ca93863a4c0ac45 18380 bdii_5.2.17-2_all.deb
Checksums-Sha256: 
 92752e6d6ab167549d798584959e93ff400de262c9549265a693096f306b48e1 1835 
bdii_5.2.17-2.dsc
 fbac971b692876271a7971b6f33f5dfd925ccff1fb5380ce8182046bb0644a8d 4996 
bdii_5.2.17-2.debian.tar.gz
 499ff5886140f108a923bf2b2c32770966fd361ca9a7d718a42368d2a77b8f33 18380 
bdii_5.2.17-2_all.deb
Files: 
 7dac286bc85a785482468f62942b0b34 1835 net optional bdii_5.2.17-2.dsc
 0d4747930f3e4f7d8cf27a7bb8097a3c 4996 net optional bdii_5.2.17-2.debian.tar.gz
 4103abc1a5e6872e77a1ec983518b8ca 18380 net optional bdii_5.2.17-2_all.deb

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

iQIcBAEBAgAGBQJRQlE3AAoJEOiuwv874alL8noP/2HMrNXVcrbMqB7cOAJRPPwe
NXX8O6hvVN5IeyyBNE2sGJBhRuvS1yQVGPevf0R+d8dPCW9LsGOZP0GT0nsnccct
nO4bo2UB6IkmqxLBvoaNXWHf1FQGxddAZEgP0xhZmpyAIxdx6nBwz3iFQ5+xtMNs
arTDRb3FirJW5zKCLxkFZKNJ46ViYplT+ycvnN8BsfNWplWleVTt5wcrt/t1WmiL
i3jAqJgDcKxhAEvJkmV5QYmpNaXLkASpsARlhsNjOUBxXjP+vB0HzwPkSkkEWeaS
1xgqq/ZoN19yB6DlIqIUTDFBT7tYDMakl0XwWDf2Sov0vkMLkr8teuuKD6ioo8V+
3C9E9Ke/BCsfzlJYKiHkVPopADBWTl87MLpqVsfNC9UzFsXPWuZxQXWn8jQnY7e7
iifalREGXh3YHsHBw2bt2odLNklJrVRLtmoFkmMMgXR2aSekE0oRdFayFhcQhgLy
JYE64X6EtyasTVxZv9EJr7F4txObUj0bMpaj3lTufLOCAYF3jCbwOa9XmDX4qymz
p9yoZ7nmWjdeo7lBfiKh4oIVgQzZgLl6LI63nUe/uyBlb7SzyYjxXt4ZQyeEY63g
gy3nviZsJP3Df9gN2OUB3ZgW0aopbiICEW4OaF66yq2pXrrKAo9lQ1dRyFD5fiDy
g6Q/7qJ1vtCLwrP6kEMd
=ynJz
-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/e1uggvr-0006kr...@franck.debian.org



Accepted gfan 0.5+dfsg-2 (source amd64)

2013-03-14 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 23:47:30 +0100
Source: gfan
Binary: gfan
Architecture: source amd64
Version: 0.5+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 gfan   - program for computing with Groebner fans
Changes: 
 gfan (0.5+dfsg-2) experimental; urgency=low
 .
   * Set priority to extra instead of optional
   * Incorporate and acknowledge changes from NMU 0.3dfsg-1.1. Thanks Gregor
 Herrmann.
   * debian/patches:
 + add remove_failing_tests_on_32bits.patch to circumvent a FTBFS described
   in bug #703035
   * add debian/upstream
Checksums-Sha1: 
 2c1e093d5055ee6321860abdf60b9d1a4759947c 1895 gfan_0.5+dfsg-2.dsc
 8eb851469a8e0ddd8b50655d1a3b631e9bb5c57b 193247 gfan_0.5+dfsg-2.debian.tar.gz
 955b87f593f607ddb855b8cb4b6c59a3c162f062 1079662 gfan_0.5+dfsg-2_amd64.deb
Checksums-Sha256: 
 d9b5f3357e4030833bc934446e54a10f8965f050fad4ab30f76490201b5c47a6 1895 
gfan_0.5+dfsg-2.dsc
 7922aab41d2454feae866864bb1d08b3188a8c07a72b86b2e74f1c16be20e4d0 193247 
gfan_0.5+dfsg-2.debian.tar.gz
 582115e3b57609b41f4123cb4c1f41c5c114df623a7f05fed4f38887f8cd326f 1079662 
gfan_0.5+dfsg-2_amd64.deb
Files: 
 71c77301b4ad4757f32ae4e401fb2e10 1895 math extra gfan_0.5+dfsg-2.dsc
 33db8dbd339ac5d7adc0cd8861b1c105 193247 math extra 
gfan_0.5+dfsg-2.debian.tar.gz
 165cc4d5d638a3cc56cbded5f0fb49a8 1079662 math extra gfan_0.5+dfsg-2_amd64.deb

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

iQIcBAEBCAAGBQJRQlaaAAoJENpJWPYR4UnpV8sP/RxnJrqhWkHHHCVm6pqzI+Yj
22Tn7qhybnPVV7y4WmaO1MX6s9Zw832dml6FXwmM8LwHlQOAwPvgNswHQSNrlvOv
bZ4C4fCJjQB56ud8hSO9A2EpFdvrOwBmNal+nqxzCpex+Yq8JGS4s9OnazDwvMqL
eY+9idv9OB3+pGV+Q40d+3AWZI9h2XnHnuJnucfjhIO9mdDYbGD0gfQPhj8tozp1
OZR/BSfh5KT29+hAfOwqmim7NUlXNmesA9JaFyVnB10Xv8+6wiYdX3hyKJaqq7fN
UFlGKSvzyV/Xvctrt3t84dolJdbVWaXA/kuh4VlZaFvVTKKIhH0LOZzcYMP3noWw
HXYVhzZBHUV+sO8DiIgTLVQaHos/pdl9FcvYDjvt8qjBdckj3ya3JBEShRTVoxcf
qYDT3Bd+B7bhyfA3yjhTSwHveziN2NA9H9InK5KTpzHy9LZTw4JAKiztrFQqRBfM
qfgjqx998w2/2j8MuNIN2/MYKqxG0mDk9dyfWAAJ1hx4xRxonkZ4GKVcFkU1YK+W
mKumKDvGqKmI0UuL7H/xIVnF4T3GDLTJFcPy3LYzjV2tkFiSzkdgyeQY+IZ04ET1
xg38yCKqncG+4xhRW5d/bOb1B99SP+JyqnL1JGqg0trqMyjtOQqDFRpVJqnE369O
SVjZ0CTXnEwcncJ0dP18
=Sa3M
-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/e1ughov-0002e0...@franck.debian.org



Accepted git-annex 4.20130314 (amd64 i386 source)

2013-03-14 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 15:29:20 -0400
Source: git-annex
Binary: git-annex
Architecture: amd64 i386 source
Version: 4.20130314
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 git-annex  - manage files with git, without checking their contents into git
Changes: 
 git-annex (4.20130314) unstable; urgency=low
 .
   * Bugfix: git annex add, when ran without any file or directory specified,
 should add files in the current directory, but not act on unlocked files
 elsewhere in the tree.
   * Bugfix: drop --from an unavailable remote no longer updates the location
 log, incorrectly, to say the remote does not have the key.
   * Bugfix: If the UUID of a remote is not known, prevent --from, --to,
 and other ways of specifying remotes by name from selecting it,
 since it is not possible to sanely use it.
   * Bugfix: Fix bug in inode cache sentinal check, which broke
 copying to local repos if the repo being copied from had moved
 to a different filesystem or otherwise changed all its inodes
 .
   * Switch from using regex-compat to regex-tdfa, as the C regex library
 is rather buggy.
   * status: Can now be run with a directory path to show only the
 status of that directory, rather than the whole annex.
   * Added remote.name.annex-gnupg-options setting.
 Thanks, guilhem for the patch.
   * addurl: Add --relaxed option.
   * addurl: Escape invalid characters in urls, rather than failing to
 use an invalid url.
   * addurl: Properly handle url-escaped characters in file:// urls.
 .
   * assistant: Fix dropping content when a file is moved to an archive
 directory, and getting contennt when a file is moved back out.
   * assistant: Fix bug in direct mode that could occur when a symlink is
 moved out of an archive directory, and resulted in the file not being
 set to direct mode when it was transferred.
   * assistant: Generate better commits for renames.
   * assistant: Logs are rotated to avoid them using too much disk space.
   * assistant: Avoid noise in logs from git commit about typechanged
 files in direct mode repositories.
   * assistant: Set gc.auto=0 when creating repositories to prevent
 automatic commits from causing git-gc runs.
   * assistant: If gc.auto=0, run git-gc once a day, packing loose objects
 very non-aggressively.
   * assistant: XMPP git pull and push requests are cached and sent when
 presence of a new client is detected.
   * assistant: Sync with all git remotes on startup.
   * assistant: Get back in sync with XMPP remotes after network reconnection,
 and on startup.
   * assistant: Fix syncing after XMPP pairing.
   * assistant: Optimised handling of renamed files in direct mode,
 avoiding re-checksumming.
   * assistant: Detects most renames, including directory renames, and
 combines all their changes into a single commit.
   * assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the
 ssh key does not force a command.
   * assistant: Be smarter about avoiding unncessary transfers.
 .
   * webapp: Work around bug in Warp's slowloris attack prevention code,
 that caused regular browsers to stall when they reuse a connection
 after leaving it idle for 30 seconds.
 (See https://github.com/yesodweb/wai/issues/146)
   * webapp: New preferences page allows enabling/disabling debug logging
 at runtime, as well as configuring numcopies and diskreserve.
   * webapp: Repository costs can be configured by dragging repositories around
 in the repository list.
   * webapp: Proceed automatically on from Configure jabber account
 to pairing.
   * webapp: Only show up to 10 queued transfers.
   * webapp: DTRT when told to create a git repo that already exists.
   * webapp: Set locally paired repositories to a lower cost than other
 network remotes.
 .
   * Run ssh with -T to avoid tty allocation and any login scripts that
 may do undesired things with it.
   * Several improvements to Makefile and cabal file. Thanks, Peter Simmons
   * Stop depending on testpack.
   * Android: Enable test suite.
Checksums-Sha1: 
 3066b2dadd55493ba349fb3e17ddaced09dc8f2f 2962 git-annex_4.20130314.dsc
 30231b2c925bb2b987fde30138c912d496e7c6b6 3033192 git-annex_4.20130314.tar.gz
 206bc8bc675f94a606bef3e505e1a134d5511974 8799482 git-annex_4.20130314_i386.deb
 305a10838b6f214b2704bf8718ea04b42edc7c72 9510960 git-annex_4.20130314_amd64.deb
Checksums-Sha256: 
 a4c112e30ced0bca3477f75a09f48aebc92fa8e5cf6fa4fab915e539392219f1 2962 
git-annex_4.20130314.dsc
 6847075623b21b59a328c67c47b12ee5a4bc2c43912a59abea8ed45153249189 3033192 
git-annex_4.20130314.tar.gz
 80b14a2f631fd4b1b226212591cffaa6659a5c0e7dc27c77f305b99b8307395d 8799482 
git-annex_4.20130314_i386.deb
 27c682a2c7baa9bd890855b4598cdab50afeae596e81c1f7ffd17ec996125985 9510960 
git-annex_4.20130314_amd64.deb

Accepted nyancat 1.1+git20130307.43097eb-1 (source i386 all)

2013-03-14 Thread Jonathan McCrohan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Mar 2013 22:20:45 +
Source: nyancat
Binary: nyancat nyancat-server
Architecture: source i386 all
Version: 1.1+git20130307.43097eb-1
Distribution: experimental
Urgency: low
Maintainer: Jonathan McCrohan jmccro...@gmail.com
Changed-By: Jonathan McCrohan jmccro...@gmail.com
Description: 
 nyancat- Animated terminal Nyancat
 nyancat-server - Animated terminal Nyancat server configurations
Changes: 
 nyancat (1.1+git20130307.43097eb-1) experimental; urgency=low
 .
   * New upstream snapshot
 - Add support for the Suckless terminal
 - Changed color palette to 256 color mode
 - Fix potential bug in option processing code
 - Add CHANGELOG file
   * Update 01-nyancat-debhelper.patch to reflect upstream Makefile changes
Checksums-Sha1: 
 24a3b40e23c15a080df1df0c9cffdb541ecaf04c 1871 
nyancat_1.1+git20130307.43097eb-1.dsc
 153a5f275eb68db3aa8489625559a6fcf3e166f8 13529 
nyancat_1.1+git20130307.43097eb.orig.tar.gz
 36b38b043a5ffe074c6875e5260ce954ee51e3c0 4994 
nyancat_1.1+git20130307.43097eb-1.debian.tar.gz
 0634701cc90eccf6e5eec501e785a748b37b29c4 13702 
nyancat_1.1+git20130307.43097eb-1_i386.deb
 5df04e576d03690925bf8502ef7de90b24736cb7 4346 
nyancat-server_1.1+git20130307.43097eb-1_all.deb
Checksums-Sha256: 
 771d35f00cf3f014afacbbfd7763817ca3deef14c1f7895b94901c155a145907 1871 
nyancat_1.1+git20130307.43097eb-1.dsc
 43ef4200827719f4541a387f2542b2fd2d1b6db3fec0bb7d44272d9e5f4d6eb2 13529 
nyancat_1.1+git20130307.43097eb.orig.tar.gz
 78e80f0410e4bed65778335622aa32279d035841dd0f1babd060af1cc66de9e0 4994 
nyancat_1.1+git20130307.43097eb-1.debian.tar.gz
 48eaaabb841c4221617aab33680c381902d0128fd663b713482ebd3fe9b5a64d 13702 
nyancat_1.1+git20130307.43097eb-1_i386.deb
 15b4ab5c31d132c15ad885d565cba74dae16668afae6292ec48de83d8ec41be1 4346 
nyancat-server_1.1+git20130307.43097eb-1_all.deb
Files: 
 3b71f3b5e3151e6c52d2fbad83ed4247 1871 misc extra 
nyancat_1.1+git20130307.43097eb-1.dsc
 106363dbb55c9526c763a9b6f1cd2c71 13529 misc extra 
nyancat_1.1+git20130307.43097eb.orig.tar.gz
 c06d9ac16eafba569a0bd7de6287dc47 4994 misc extra 
nyancat_1.1+git20130307.43097eb-1.debian.tar.gz
 f0f6684dc93666ea073aa730c4c02f6d 13702 misc extra 
nyancat_1.1+git20130307.43097eb-1_i386.deb
 20e35d392c68bac8734e9c7f726f491c 4346 misc extra 
nyancat-server_1.1+git20130307.43097eb-1_all.deb

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

iQIcBAEBCAAGBQJRQlY1AAoJEC1Os6YBVHX1z+gQAJKmUNRLHvahGv/brm6OguUb
ObB8DgVbNby60cQ3LSwoKP9vKVN7c2PBt4/aUtrZ6ZbshHn3nxy6UWPrc1XT7Gjo
NQQbZty6/jD0AVB8EZxb4Pw6dOWKFikZd1pM2GD6gvIDYuwZgBZtn2PpSMvE5lN9
aBI8tOR7Z9BMwv7rAmI319Zi96Fi59vWG34L88NkahDmFa71pyzfaKi19WdONPP2
2s2swwHzgQ5xQvJ6Zztgyu3zAYDmUQ64tk4Pa0fJby7eFZxaRY6V8YLPM4uAsfyY
Qf3/FyfpjU6J61OT4HUpq3vpbBQhTxFuBq9kNGvs19YqhdRr0bGwYLOgdkvfZXAa
V06TkfXZ0u+Xj+uVabWjT58ZtFZAa0J0FhmK64MEASRRZQlUDsGXOryq7YGa5MlY
aA79c4cAYOwc/5kkx3v9SZhbq1QN4ggecQDjqSqflmqLbuDagU5A0AWXMtDvVfBi
Lg7ehx9NKC2/FaCGC031s3WJSUjEo4lHTvsSy+oR/iAqXzoNBWrYkrV9fRdH9NJA
wdPQaaR30SHGE7/qM8PuB+fuWZ23SQoWowCu0Jy7OQ2NGsazJqCsxAQx+MjpoVFQ
X7mvkSXQryMYgRGQc419RD2rN0dMxlEQmUg8ZDMcWfgWIt2Si6YEnumhJP12A/7L
imFpwE9Gvqq6jUJIuNFc
=zbuj
-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/e1ughpd-0002oh...@franck.debian.org



Accepted scratch 1.4.0.6~dfsg1-3 (source all)

2013-03-14 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 02:20:01 +0100
Source: scratch
Binary: scratch
Architecture: source all
Version: 1.4.0.6~dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz mir...@debian.org
Changed-By: Miriam Ruiz mir...@debian.org
Description: 
 scratch- easy to use programming environment for ages 8 and up
Changes: 
 scratch (1.4.0.6~dfsg1-3) unstable; urgency=low
 .
   [ Miriam Ruiz ]
   * Added support for help in starting script. Thanks to Alec Clews.
   * Changed my email to mir...@debian.org
 .
   [ Amos Blanton ]
   * Prefer pulse plugin if pulse is present, because pulse ALSA emulation
 fails when user records sounds.
   * Remove -xshm switch to squeakvm to prevent Ubuntu Bug 1025013.
Checksums-Sha1: 
 8987ab8c9c966603fd763be3201823c59b23201a 1264 scratch_1.4.0.6~dfsg1-3.dsc
 7d9c0ae9387ba7e2a486f976a3ce58f22926c239 11397 
scratch_1.4.0.6~dfsg1-3.debian.tar.bz2
 3058b39778a513a36c1e977bb7fb0496c89fc854 30824592 
scratch_1.4.0.6~dfsg1-3_all.deb
Checksums-Sha256: 
 5ef834d5727872d4750612ee9a4d837b772f4e200e31a6e44ce0e39f39e24f7c 1264 
scratch_1.4.0.6~dfsg1-3.dsc
 7bc7598fd982bf3befe0f622fda0b34c37604d91175a50221dd0617fe82d7d20 11397 
scratch_1.4.0.6~dfsg1-3.debian.tar.bz2
 646454fc7a5137ad822ec9378074173e544bb7b88074bf3da8e7a9d713743bd1 30824592 
scratch_1.4.0.6~dfsg1-3_all.deb
Files: 
 bd52dda5b6139bee88300d53cebd2fe8 1264 education optional 
scratch_1.4.0.6~dfsg1-3.dsc
 52909564396fdeb4f393ca91298fa3e9 11397 education optional 
scratch_1.4.0.6~dfsg1-3.debian.tar.bz2
 d8dd8d0fd361d1b45a1e9ef77cd0583b 30824592 education optional 
scratch_1.4.0.6~dfsg1-3_all.deb

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

iEYEARECAAYFAlFCeeYACgkQfbltLjbuCGFfQgCgqp/BHQrq+5PNo1CuR0CH/mVn
m9cAn30THb1nJ1+UAyKeFHCJEmFa5i7N
=INx1
-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/e1ugjke-du...@franck.debian.org



Accepted mclibs 20061220+dfsg3-2 (source all amd64)

2013-03-14 Thread Lifeng Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Mar 2013 08:18:45 +0800
Source: mclibs
Binary: cernlib-montecarlo libcojets2-dev libcojets2-gfortran libeurodec1-dev 
libeurodec1-gfortran libherwig59-2-dev libherwig59-2-gfortran 
libisajet758-3-dev libisajet758-3-gfortran libpdflib804-2-dev 
libpdflib804-2-gfortran libphotos202-1-gfortran libphotos202-dev 
libphtools2-dev libphtools2-gfortran montecarlo-base montecarlo-data
Architecture: source all amd64
Version: 20061220+dfsg3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Lifeng Sun lifong...@gmail.com
Description: 
 cernlib-montecarlo - CERNLIB Monte Carlo libraries
 libcojets2-dev - [Physics] COJETS p-p and pbar-p interaction Monte Carlo
 libcojets2-gfortran - [Physics] COJETS p-p and pbar-p interaction Monte Carlo 
library
 libeurodec1-dev - [Physics] Monte Carlo library for quark / heavy lepton decays
 libeurodec1-gfortran - [Physics] Monte Carlo library for quark and heavy 
lepton decays
 libherwig59-2-dev - [Physics] Monte Carlo event generator for hadrons 
(development)
 libherwig59-2-gfortran - [Physics] Monte Carlo event generator simulating 
hadronic events
 libisajet758-3-dev - [Physics] Monte Carlo generator for proton/electron 
reactions
 libisajet758-3-gfortran - [Physics] Monte Carlo generator for proton / 
electron reactions
 libpdflib804-2-dev - [Physics] Comprehensive library of parton density 
functions
 libpdflib804-2-gfortran - [Physics] Comprehensive library of parton density 
functions
 libphotos202-1-gfortran - [Physics] Monte Carlo simulation of photon radiation 
in decays
 libphotos202-dev - [Physics] Monte Carlo simulation of photon radiation in 
decays
 libphtools2-dev - [Physics] General purpose Monte Carlo routines (development 
files
 libphtools2-gfortran - [Physics] General purpose Monte Carlo routines
 montecarlo-base - [Physics] Common files for CERNLIB Monte Carlo libraries
 montecarlo-data - [Physics] data for CERNLIB Monte Carlo libraries
Changes: 
 mclibs (20061220+dfsg3-2) unstable; urgency=low
 .
   * Rename debian/debhelper to debian/dh to prevent empty packages.
   * Override lintian-error, dpatch is needed for building.
Checksums-Sha1: 
 9138fd8b1fd004b57160be706ea473fd24f0708f 3245 mclibs_20061220+dfsg3-2.dsc
 a74d5298caa687b742d6cb2e41ad8ff265958fc9 45447 
mclibs_20061220+dfsg3-2.debian.tar.gz
 bae0cc840bbff211e082e8cc0caf6a205364dcd9 1230 
cernlib-montecarlo_20061220+dfsg3-2_all.deb
 900e11022aa32eb779b32cb186eac96255fa5bf5 12802 
montecarlo-base_20061220+dfsg3-2_all.deb
 70e3756098242746f4da0d720192fd16f6a87aec 41584 
montecarlo-data_20061220+dfsg3-2_all.deb
 cb30dd2f488e2122ee69dc062370937a469c61ec 353666 
libcojets2-dev_20061220+dfsg3-2_amd64.deb
 ca00b2ffe110ed710d3df95c9edfbe21bc95ec08 184532 
libcojets2-gfortran_20061220+dfsg3-2_amd64.deb
 8901d180ec4edc224c40ee70d3e70aeb9b1bf436 107008 
libeurodec1-dev_20061220+dfsg3-2_amd64.deb
 36e1e34955628af3aebab84e065f9e3e4be8f176 71686 
libeurodec1-gfortran_20061220+dfsg3-2_amd64.deb
 04c7a36e842c812c1701834ca38982530219641b 507998 
libherwig59-2-dev_20061220+dfsg3-2_amd64.deb
 b928b057c393cab85c55af02fbf13747fbc5fd44 291354 
libherwig59-2-gfortran_20061220+dfsg3-2_amd64.deb
 0a7b86ee3bb0e003f343fb918d672f2b94f15111 1335774 
libisajet758-3-dev_20061220+dfsg3-2_amd64.deb
 bfa906cb487c1572ba965640bc2712e6dc2de14c 660974 
libisajet758-3-gfortran_20061220+dfsg3-2_amd64.deb
 cea708a96ebd17b0422a31f462b7b3914d7357bc 6298360 
libpdflib804-2-dev_20061220+dfsg3-2_amd64.deb
 50ce35eb6a2194d2a614dc66e79604797380196a 5801194 
libpdflib804-2-gfortran_20061220+dfsg3-2_amd64.deb
 034ebdfa8f5dda88536fd13762be59e25043e8b8 31298 
libphotos202-1-gfortran_20061220+dfsg3-2_amd64.deb
 b6c439b1fe167615ce878c3d1313170a02d1c866 41464 
libphotos202-dev_20061220+dfsg3-2_amd64.deb
 5981644ffa03952dda2d2f6c1b78c2cb1cbd2ffa 53188 
libphtools2-dev_20061220+dfsg3-2_amd64.deb
 dd45a2131be8bd86cbba1299a17974d2c03b0149 40278 
libphtools2-gfortran_20061220+dfsg3-2_amd64.deb
Checksums-Sha256: 
 5fd4655ca5f41021cb141bc41c6db1290fc68ab3a34d5df8253f5552078ccc89 3245 
mclibs_20061220+dfsg3-2.dsc
 8d6fe52e3053a6243ef9676b490052510e949d0450955fbc6d8b92efd17de936 45447 
mclibs_20061220+dfsg3-2.debian.tar.gz
 42477a1ceb44f00c56a0fa639580c1e4bafb81e68c307293df95f9ae64321ae6 1230 
cernlib-montecarlo_20061220+dfsg3-2_all.deb
 b4fc8d7bea341c5a59cd0cb4a8a9650d9694db738574988f6b35c8b60bf3f480 12802 
montecarlo-base_20061220+dfsg3-2_all.deb
 2164f1f1d5d27996cea96caef0d24138344d0761b1f6d6a906d3c69cc97d1591 41584 
montecarlo-data_20061220+dfsg3-2_all.deb
 6dfadbd79af5e7cf371134929e8a10dfe2f7f056cd1d95cad578a51390cda1f8 353666 
libcojets2-dev_20061220+dfsg3-2_amd64.deb
 d469835bf390b0c9fe14247fe44b15461466918d34cfaebfeb0ca09a796ab992 184532 
libcojets2-gfortran_20061220+dfsg3-2_amd64.deb
 d8d12a71fc6262282397d344ea3f3bdf8493639d71cd77e52ecc3438890f5b50 107008 

Accepted krb5 1.10.1+dfsg-4+nmu1 (source all amd64)

2013-03-14 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Mar 2013 04:15:27 +
Source: krb5
Binary: krb5-user krb5-kdc krb5-kdc-ldap krb5-admin-server krb5-multidev 
libkrb5-dev libkrb5-dbg krb5-pkinit krb5-doc libkrb5-3 libgssapi-krb5-2 
libgssrpc4 libkadm5srv-mit8 libkadm5clnt-mit8 libk5crypto3 libkdb5-6 
libkrb5support0 krb5-gss-samples krb5-locales
Architecture: source all amd64
Version: 1.10.1+dfsg-4+nmu1
Distribution: unstable
Urgency: high
Maintainer: Sam Hartman hartm...@debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 krb5-admin-server - MIT Kerberos master server (kadmind)
 krb5-doc   - Documentation for MIT Kerberos
 krb5-gss-samples - MIT Kerberos GSS Sample applications
 krb5-kdc   - MIT Kerberos key server (KDC)
 krb5-kdc-ldap - MIT Kerberos key server (KDC) LDAP plugin
 krb5-locales - Internationalization support for MIT Kerberos
 krb5-multidev - Development files for MIT Kerberos without Heimdal conflict
 krb5-pkinit - PKINIT plugin for MIT Kerberos
 krb5-user  - Basic programs to authenticate using MIT Kerberos
 libgssapi-krb5-2 - MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 libgssrpc4 - MIT Kerberos runtime libraries - GSS enabled ONCRPC
 libk5crypto3 - MIT Kerberos runtime libraries - Crypto Library
 libkadm5clnt-mit8 - MIT Kerberos runtime libraries - Administration Clients
 libkadm5srv-mit8 - MIT Kerberos runtime libraries - KDC and Admin Server
 libkdb5-6  - MIT Kerberos runtime libraries - Kerberos database
 libkrb5-3  - MIT Kerberos runtime libraries
 libkrb5-dbg - Debugging files for MIT Kerberos
 libkrb5-dev - Headers and development libraries for MIT Kerberos
 libkrb5support0 - MIT Kerberos runtime libraries - Support library
Closes: 702633
Changes: 
 krb5 (1.10.1+dfsg-4+nmu1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix cve-2013-1016: null pointer derefence when handling a draft9 request
 (closes: #702633).
Checksums-Sha1: 
 9ef79321e0f450f0cc5908ab9ec034dc143d4379 3641 krb5_1.10.1+dfsg-4+nmu1.dsc
 f503c6913744b9fb0987201ae5b9360b89157ef6 132580 
krb5_1.10.1+dfsg-4+nmu1.debian.tar.gz
 49b0478fbc4c7bf1215027c7a3998cf34fbd97df 2668670 
krb5-doc_1.10.1+dfsg-4+nmu1_all.deb
 5a8baead410becc3939f1f1e9ced3adaaf16be07 1502280 
krb5-locales_1.10.1+dfsg-4+nmu1_all.deb
 b42feeed5bb5a219996fb905aac2613ce4dc17ac 153104 
krb5-user_1.10.1+dfsg-4+nmu1_amd64.deb
 5014e55405922b0bca9f78fca73ec91afa046913 224708 
krb5-kdc_1.10.1+dfsg-4+nmu1_amd64.deb
 146495dc3bd82fddf97442405e33511fcd4919fe 120044 
krb5-kdc-ldap_1.10.1+dfsg-4+nmu1_amd64.deb
 c02c8edb98310ae0d66063c0c9327e7d952b2cd2 121818 
krb5-admin-server_1.10.1+dfsg-4+nmu1_amd64.deb
 553f5b8308ffd3a9b0cb88c2d136c3b183186a4a 152904 
krb5-multidev_1.10.1+dfsg-4+nmu1_amd64.deb
 16377ea56b4ca63d68cc14454cb9c41a0c484d9a 39608 
libkrb5-dev_1.10.1+dfsg-4+nmu1_amd64.deb
 42968ba5c5e66cc16ec2e9597c0b1a0ddfd3 2213244 
libkrb5-dbg_1.10.1+dfsg-4+nmu1_amd64.deb
 841d229c30fae49a4d374a61aeba20e5d4499fd1 81654 
krb5-pkinit_1.10.1+dfsg-4+nmu1_amd64.deb
 b8f47056d6c9cd4f4a4cbf23d589243803546836 393546 
libkrb5-3_1.10.1+dfsg-4+nmu1_amd64.deb
 86278b0221cb704f8a5c034accf70dcbc9af5a40 147812 
libgssapi-krb5-2_1.10.1+dfsg-4+nmu1_amd64.deb
 6878612b1bf18976d670bbc346b4f367b15c2a4c 87364 
libgssrpc4_1.10.1+dfsg-4+nmu1_amd64.deb
 03e16c0f3a44bd47d4cf67efe658347da063eb05 84530 
libkadm5srv-mit8_1.10.1+dfsg-4+nmu1_amd64.deb
 92ead60473c14c2905f59c75a9c15f83e0c0833e 67664 
libkadm5clnt-mit8_1.10.1+dfsg-4+nmu1_amd64.deb
 e1f7633882b338ad831fca5ae4d85a8d6f175789 112290 
libk5crypto3_1.10.1+dfsg-4+nmu1_amd64.deb
 ce22e200c448a0113db46aba8f23e8f298cfaa1c 66784 
libkdb5-6_1.10.1+dfsg-4+nmu1_amd64.deb
 e1e769c9834978e26fc5068d2b35ab9513e7a0a8 49446 
libkrb5support0_1.10.1+dfsg-4+nmu1_amd64.deb
 c080e6358cadd996a60e2efaf69864c1ae2d5411 52052 
krb5-gss-samples_1.10.1+dfsg-4+nmu1_amd64.deb
Checksums-Sha256: 
 d41175e64c0f88c7bd9d2e15627d3409dc7cdd6351d96c60a8534cd3c87bf6d0 3641 
krb5_1.10.1+dfsg-4+nmu1.dsc
 037a6d447bdfb4d3f6c0c4bc9e36274a3384829daff1bdd6114cf309ef530275 132580 
krb5_1.10.1+dfsg-4+nmu1.debian.tar.gz
 fd7db868d548bc40fa2f7128f128522d8919ebd6fd8773a2f85798a51115267d 2668670 
krb5-doc_1.10.1+dfsg-4+nmu1_all.deb
 02b984357439b9bb3681cd1ec8fcae6070bc973646675f5e29474db39d298c53 1502280 
krb5-locales_1.10.1+dfsg-4+nmu1_all.deb
 5b383313b805b08001b345a46bc1fb16511d52947f0b201a6cb2437d0b340e4e 153104 
krb5-user_1.10.1+dfsg-4+nmu1_amd64.deb
 e4a23db98d5f4e19fa0ba02fac1f193876f1b4684ca45499eb212164e1f73e64 224708 
krb5-kdc_1.10.1+dfsg-4+nmu1_amd64.deb
 4c6f912ac03b5b859eb16d7ecf53729860c84304f9c80a223258b0b144f52cff 120044 
krb5-kdc-ldap_1.10.1+dfsg-4+nmu1_amd64.deb
 1c9530fcf657c1059ee07e5c34b7a1de4d334f18bbc0fdd8e4646421c073dd38 121818 
krb5-admin-server_1.10.1+dfsg-4+nmu1_amd64.deb
 ef171c0ef366cf9579136bbb8f3965e341dd9f5e8bf38505deca5d8778c6a557 152904 
krb5-multidev_1.10.1+dfsg-4+nmu1_amd64.deb
 ab01d09c9418c3257cefe138b88281124a1688ab8e49680fffc9597b74baa7e0