Re: NDEBUG when building packages?

2013-02-23 Thread Mathieu Malaterre
On Fri, Feb 22, 2013 at 9:52 PM, Russ Allbery r...@debian.org wrote:
 Ian Jackson ijack...@chiark.greenend.org.uk writes:
 Mathieu Malaterre writes (Re: NDEBUG when building packages?):

 In that case, this should really be clarified. A lot of debian/cmake
 packages are actually doing:

 -DCMAKE_BUILD_TYPE:STRING=Release

 within there debian/rules files. This settings by default compiles
 with: `-O3 -DNDEBUG`

 OMG WTF BBQ

 Certainly -DNDEBUG should never be used unless upstream explicitly say
 that it's intended to be supported, and usually not even then.

 Also, -O3 is generally considered rather iffy.  It's not very well-tested
 and in various versions of GCC it tended to make the code slower, not
 faster (usually because it unrolled loops too far and blew the CPU cache).
 It's also had various code generation bugs from time to time.

 I wouldn't use -O3 without benchmarking of that specific code to confirm
 that it really improves matters.

Seems like everyone agreed. I'll report a bug to lintian package to
have it check for this string in d/rules:

http://codesearch.debian.net/search?q=DCMAKE_BUILD_TYPE:STRING%3DRelease

Thanks,


-- 
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/CA+7wUswHYHypftg0zJ1s638Sy=2LJmrUBy5g3Gz9669eHE=k...@mail.gmail.com



Re: NDEBUG when building packages?

2013-02-23 Thread Vincent Cheng
On Sat, Feb 23, 2013 at 1:39 AM, Mathieu Malaterre ma...@debian.org wrote:
 On Fri, Feb 22, 2013 at 9:52 PM, Russ Allbery r...@debian.org wrote:
 Ian Jackson ijack...@chiark.greenend.org.uk writes:
 Mathieu Malaterre writes (Re: NDEBUG when building packages?):

 In that case, this should really be clarified. A lot of debian/cmake
 packages are actually doing:

 -DCMAKE_BUILD_TYPE:STRING=Release

 within there debian/rules files. This settings by default compiles
 with: `-O3 -DNDEBUG`

 OMG WTF BBQ

 Certainly -DNDEBUG should never be used unless upstream explicitly say
 that it's intended to be supported, and usually not even then.

 Also, -O3 is generally considered rather iffy.  It's not very well-tested
 and in various versions of GCC it tended to make the code slower, not
 faster (usually because it unrolled loops too far and blew the CPU cache).
 It's also had various code generation bugs from time to time.

 I wouldn't use -O3 without benchmarking of that specific code to confirm
 that it really improves matters.

 Seems like everyone agreed. I'll report a bug to lintian package to
 have it check for this string in d/rules:

 http://codesearch.debian.net/search?q=DCMAKE_BUILD_TYPE:STRING%3DRelease

We should also suggest that packages use
-DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
that this would be a sensible default for packages using debhelper's
cmake integration. Sounds like another wishlist bug for debhelper...

Regards,
Vincent


-- 
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/CACZd_tBqy0VUA+ZRWEJZxMucpdTQcN0=co+ayuznaecz_jm...@mail.gmail.com



Re: NDEBUG when building packages?

2013-02-23 Thread Andrey Rahmatullin
On Sat, Feb 23, 2013 at 02:09:39AM -0800, Vincent Cheng wrote:
 We should also suggest that packages use
 -DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
 that this would be a sensible default for packages using debhelper's
 cmake integration. Sounds like another wishlist bug for debhelper...
Yes please.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: NDEBUG when building packages?

2013-02-23 Thread Lisandro Damián Nicanor Pérez Meyer
On Sat 23 Feb 2013 07:09:39 Vincent Cheng escribió:
[snip] 
 We should also suggest that packages use
 -DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
 that this would be a sensible default for packages using debhelper's
 cmake integration. Sounds like another wishlist bug for debhelper...

IIRC, the cmake integration already does that. Not checked though.

-- 
Los promotores del software privativo demonizan algo tan básico y ético como
el hecho de compartir imponiendo términos como el de 'pirata'. Equiparan
ayudar al prójimo con atacar barcos. Cuando me preguntan qué pienso de la
piratería musical e informática digo que atacar barcos es muy malo y,
que yo sepa, los piratas no usan computadoras.”
  Richard Stallman, 05/11/2008, anexo de la Cámara de Diputados, Argentina

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: Re: Bug#696848: general: USB flash drive unmount problems (both squeeze/wheezy)

2013-02-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 696848 nautilus
Bug #696848 [general] general: USB flash drive unmount problems (both 
squeeze/wheezy)
Bug reassigned from package 'general' to 'nautilus'.
Ignoring request to alter found versions of bug #696848 to the same values 
previously set
Ignoring request to alter fixed versions of bug #696848 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.13616727296.transcr...@bugs.debian.org



Re: NDEBUG when building packages?

2013-02-23 Thread Lisandro Damián Nicanor Pérez Meyer
On Sat 23 Feb 2013 12:18:30 Lisandro Damián Nicanor Pérez Meyer escribió:
 On Sat 23 Feb 2013 07:09:39 Vincent Cheng escribió:
 [snip]
 
  We should also suggest that packages use
  -DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
  that this would be a sensible default for packages using debhelper's
  cmake integration. Sounds like another wishlist bug for debhelper...
 
 IIRC, the cmake integration already does that. Not checked though.

It doesn't. Will ask Modestas to see if there is a reaosn for it.

-- 
Passwords are like underwear. You shouldn’t leave them out where people can
see them. You should change them regularly. And you shouldn’t loan them out
to strangers.
  Anonymous

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Re: NDEBUG when building packages?

2013-02-23 Thread Lisandro Damián Nicanor Pérez Meyer
On Sat 23 Feb 2013 12:33:58 Lisandro Damián Nicanor Pérez Meyer escribió:
 On Sat 23 Feb 2013 12:18:30 Lisandro Damián Nicanor Pérez Meyer escribió:
  On Sat 23 Feb 2013 07:09:39 Vincent Cheng escribió:
  [snip]
  
   We should also suggest that packages use
   -DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
   that this would be a sensible default for packages using debhelper's
   cmake integration. Sounds like another wishlist bug for debhelper...
  
  IIRC, the cmake integration already does that. Not checked though.
 
 It doesn't. Will ask Modestas to see if there is a reaosn for it.

Pino pointed me out that RelWithDebInfo is CMake's default. So if 
CMakeLists.txt doesn't override it, it's there.

Kinds regards, Lisandro.

-- 
Antiguo proverbio del Viejo Machi: Prefiero que mi cerebro esté en la
cresta de la ola, y mi PC un paso atrás sirviéndolo y no tener mi PC en
el 'estado del arte' y mi cerebro un paso atrás asistiéndola.
  http://www.grulic.org.ar/lurker/message/20090507.020516.ffda0441.es.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#659831: marked as done (python2.7: When python2.7 is default, some python based programs don't work because of ImportError.)

2013-02-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Feb 2013 16:31:51 +0100
with message-id 201302231631.52623.hol...@layer-acht.org
and subject line this aint a tracking bug thus closing
has caused the Debian Bug report #659831,
regarding python2.7: When python2.7 is default, some python based programs 
don't work because of ImportError.
to be marked as done.

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

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


-- 
659831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python2.7
Version: 2.7.2-13
Severity: normal

Dear Maintainer,
Even after update-python-modules -f , when python points to python2.7,
then eg:
wicd-gtk says ImportError: No module named cairo
reportbug says ImportError: No module named reportbug


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (600, 'testing')
Architecture: i386 (i686)

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

Versions of packages python2.7 depends on:
ii  libbz2-1.0 1.0.5-6
ii  libc6  2.13-21
ii  libdb4.8   4.8.30-4
ii  libexpat1  2.0.1-7
ii  libgcc11:4.6.1-15
ii  libncursesw5   5.7+20100313-5
ii  libreadline6   6.1-3
ii  libsqlite3-0   3.7.5-1
ii  libtinfo5  5.9-4
ii  mime-support   3.51-1
ii  python2.7-minimal  2.7.2-13

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
pn  binutils   2.21.90.20111004-2
pn  python2.7-doc  none

-- no debconf information


---End Message---
---BeginMessage---
this aint a tracking bug thus closing. individual packages failures to cope 
with python 2.7 should be filed as such.


---End Message---


Re: NDEBUG when building packages?

2013-02-23 Thread Hendrik Sattler
Am Samstag, 23. Februar 2013, 16:39:22 schrieb Lisandro Damián Nicanor Pérez 
Meyer:
 On Sat 23 Feb 2013 12:33:58 Lisandro Damián Nicanor Pérez Meyer escribió:
  On Sat 23 Feb 2013 12:18:30 Lisandro Damián Nicanor Pérez Meyer escribió:
   On Sat 23 Feb 2013 07:09:39 Vincent Cheng escribió:
   [snip]
   
We should also suggest that packages use
-DCMAKE_BUILD_TYPE=RelWithDebInfo instead (-g -O2). In fact, I think
that this would be a sensible default for packages using debhelper's
cmake integration. Sounds like another wishlist bug for debhelper...
   
   IIRC, the cmake integration already does that. Not checked though.
  
  It doesn't. Will ask Modestas to see if there is a reaosn for it.
 
 Pino pointed me out that RelWithDebInfo is CMake's default. So if
 CMakeLists.txt doesn't override it, it's there.

That's news for everyone using CMake. A simple CMake test shows:
[100%] Building C object CMakeFiles/test.dir/test.c.o
/usr/bin/gcc-o CMakeFiles/test.dir/test.c.o   -c /home/hendrik/tmp/cmake 
test/test.c

So RelWithDebInfo is _NOT_ the default setting. The default setting on Linux is
an empty CMAKE_BUILD_TYPE variable.
However, combined with automatically evaluated CPPFLAGS/CFLAGS/CXXFLAGS/...,
the result may be the same.

Also testing in Lintian for the -DCMAKE_BUILD_TYPE=RELEASE is plain wrong, as
it may be configured using other -D settings. Not using -DNDEBUG for CFLAGS is
new to me, though.

===
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

CFLAGS = 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS_RELEASE = -O0 -g -DNDEBUG $(CFLAGS)
CFLAGS_DEBUG   = -O0 -g $(CFLAGS)
else
CFLAGS_RELEASE = -O2 -g -DNDEBUG $(CFLAGS)
CFLAGS_DEBUG   = -O2 -g $(CFLAGS)
endif

BUILD_TYPE = Release
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
BUILD_TYPE = Debug
endif

BUILD_FLAGS = -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
  -DCMAKE_C_FLAGS_RELEASE=$(CFLAGS_RELEASE) 
-DCMAKE_C_FLAGS_DEBUG=$(CFLAGS_DEBUG) \
  -DCMAKE_SKIP_RPATH=ON

ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
BUILD_FLAGS += -DCMAKE_SYSTEM_NAME=$(shell dpkg-architecture 
-qDEB_BUILD_ARCH_OS) \
   -DCMAKE_SYSTEM_PROCESSOR=$(shell dpkg-architecture 
-qDEB_BUILD_ARCH_CPU) \
   -DCMAKE_C_COMPILER=$(DEB_BUILD_GNU_TYPE)-gcc
endif

BUILD_FLAGS += -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
===

HS


--
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/201302231741.50338.p...@hendrik-sattler.de



Re: Adoption of Nix?

2013-02-23 Thread John Moser

Daniel Burrows dburrows at debian.org writes:

 

Note:  I'm not subscribed to the list, and pulling this old thread through 
Gmane; please CC directly to me.

The purpose of this is to cross-examine Daniel's thoughts and bring new
thoughts to the surface.  Daniel's thoughts are valid; however my thoughts
tend to be ... parasitic.  My thought process tends to follow:

-   Can we use this?
- Yes!  Integrate it!
- No, that's stupid, but this part looks interesting so let's rip
  that off

The prior discussion of 2008 seems to have established that Nix isn't
something Debian wants.  So let's look at the tail end.

I'll put the main proposal up front:

I feel that being able to install multiple system profiles with dependency
resolution is a good feature--i.e. the feature of Nix that lets one program
see /usr/lib (or what is effectively its /usr/lib) as something entirely
different from what another program sees.

It shouldn't be a core, absolute feature.

Instead, I think it's best to find the least-effort way to modify dpkg so that
it:

1)  Can handle running on a system managed like this; and
2)  Provides an API to extend dpkg/apt to function this way

In other words, add the capability for a plug-in that changes the way packaged
files are stored and managed, and let somebody else hook up to the glue code
and make it happen.  Don't break Debian for the rest of us.

That would appropriately increase aji and leave open many possibilities for
the future.

(For what it's worth, I don't like the direction Nix went in.  Stick to
managing packages and system layout; Nix goes all the way out to managing your
configuration file CONTENTS, which among other things makes it completely
useless in serious production cases--Nix wants to live in its own, rigid little
world and not play well with others at all).


   Hi there.  As I'm sure everyone knows, I'm not exactly unbiased here
 since I've done a lot of work on the apt system (although nix looks more
 like a replacement for dpkg).

[...]

 
 
 Nix stores packages in the Nix store, usually the directory /nix/store,
 where each package has its own unique subdirectory such as
 
 /nix/store/r8vvq9kq18pz08v249h8my6r9vs7s0n3-firefox-2.0.0.1/
 
 
   Never mind that this breaks the FHS -- I'll pretend for now that
 we've amended policy to allow this, or that we've stuck it in /var
 with some horrible bind-mounting to make it appear in the right places.
 

I've poked around in Nix.  I find this not terrible, but the design decision
of whether to put things in /var/system or whatnot is a design decision I don't
care about.  Fiddly bits.

   That's a terrible user interface decision!  This is Unix, and
 filenames are part of the user interface.  That file name, aside from
 breaking all user expectations (as per my note about the FHS), is
 completely unmemorable, means that packages with the same name aren't
 necessarily sorted together in directory listings, breaks tab-completion,
 and includes a long string of (to the user) meaningless gobbledygook.
 At the very *least*, you should put the package name first, to fix the
 tab-completion and sorting problems:
 
 /nix/store/firefox-2.0.0.1-r8vvq9kq18pz08v249h8my6r9vs7s0n3
 
   but then what if I have two firefox-2.0.0.1s installed?  How do I
 know which one is which?
 

Mostly:  Unimportant.  Good question, but not that important.

   I hope nix at least has stow-like abilities to create a unified /bin
 directory, but that doesn't help when you want to track down the files
 of a program for whatever reason.

And this is why.

In Nix, it appears you have /usr/bin/env and /bin/sh that are symlinks.  Beyond
that there is some sort of path to the current system that has a bin and lib
directory filled with symlinks, all pointing to a whole lot of
/nix/store/*/bin/* stuff.

So, a horrible mess.

The fact is, though, a system image is sort of constructed from a whole bunch
of symlinks.  You can find the real target via readlink -f, I think.

In effect, if you look at 'which ls', it tells you where your system directory
is.

As I said right at the beginning:  this nightmare is useful, but should be
wholly elective and not a core part of dpkg/apt.

 
 
 Multiple versions
 
 You can have multiple versions or variants of a package installed at the
 same time. This is especially important when different applications have
 dependencies on different versions of the same package — it prevents the
 “DLL hell”. Because of the hashing scheme, different versions of a package
 end up in different paths in the Nix store, so they don’t interfere with
 each other.
 
 
   That's fine as long as your hard drives (never mind the flash devices
 embedded systems use, where dpkg is already painfully heavy) are infinitely
 large, or you don't install very many versions of very many packages.

This got me too.

I think the best way to handle this would be to do a dependency resolution of
all installed packages and remove old 

Bug#701481: ITP: cytoscape -- visualizing molecular interaction networks

2013-02-23 Thread Ivo Maintz
Package: wnpp
Severity: wishlist
Owner: Ivo Maintz i...@maintz.de

* Package name: cytoscape
  Version : 2.8.4
  Upstream Author : Mike Smoot msm...@ucsd.ed
* URL : http://www.cytoscape.org
* License : GPL2
  Programming Lang: Java
  Description : visualizing molecular interaction networks


-- 
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/20130223171846.19803.95275.report...@orm.biologie.hu-berlin.de



Bug#701486: ITP: r-cran-boolnet -- tools for assembling, analyzing and visualizing Boolean networks

2013-02-23 Thread Ivo Maintz
Package: wnpp
Severity: wishlist
Owner: Ivo Maintz i...@maintz.de

* Package name: r-cran-boolnet
  Version : 1.60
  Upstream Author : Hans A. Kestler hans.kest...@uni-ulm.de
* URL : http://www.informatik.uni-
ulm.de/ni/mitarbeiter/HKestler/boolnet/
* License : Artistic
  Programming Lang: C, R
  Description : tools for assembling, analyzing and visualizing Boolean
networks


-- 
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/20130223175329.20315.99106.report...@orm.biologie.hu-berlin.de



Reupload some changes files please

2013-02-23 Thread Joerg Jaspert
Hi

a small mistake with the config of our queue daemon made that daemon go
and delete changesfiles uploaded today after 17:55 UTC. Instead of
processing...

Please reupload them, so the files can actually get processed.

Note: If you do this right away, you only need to reupload the .changes,
as the other files are still there.

Most of those are from buildds, thats why this mail goes to the buildd
admins primarily, but some of them look like they are from DDs, so -devel in
CC.

Sorry for this.

Feb 23 17:56:27 xorg_7.7+2_i386.changes
Feb 23 17:56:27 tophat_2.0.7-1_i386.changes
Feb 23 17:56:27 libzen_0.4.28-2_armel.changes
Feb 23 17:56:27 bowtie2_2.0.6-1_i386.changes
Feb 23 18:11:27 ruby1.9.1_1.9.3.194-8_powerpc.changes
Feb 23 18:11:28 libzen_0.4.28-2_armhf.changes
Feb 23 18:11:28 xterm_290-1_armhf.changes
Feb 23 18:11:28 xorg_7.7+2_ia64.changes
Feb 23 18:11:28 xserver-xorg-video-ati_6.14.4-7_i386.changes
Feb 23 18:11:28 gcc-4.8_4.8-20130222-1_ia64.changes
Feb 23 18:11:28 pktstat_1.8.5-3_armhf.changes
Feb 23 18:11:28 xserver-xorg-video-ati_6.14.4-7_ia64.changes
Feb 23 18:11:28 pktstat_1.8.5-3_armel.changes
Feb 23 18:26:29 pidgin_2.10.7-1_powerpc.changes
Feb 23 18:26:29 r-base_2.15.2-2_amd64.changes
Feb 23 18:26:29 transcriber_1.5.1.1-5_amd64.changes
Feb 23 18:26:29 ruby1.9.1_1.9.3.194-8_i386.changes
Feb 23 18:26:29 autodir_0.99.9-8_ia64.changes
Feb 23 18:31:29 pidgin_2.10.7-1_sparc.changes
Feb 23 18:31:29 pktstat_1.8.5-3_sparc.changes
Feb 23 18:41:29 xorg-server_1.12.4-5_i386.changes
Feb 23 18:41:30 ruby1.9.1_1.9.3.194-8_ia64.changes
Feb 23 18:46:30 pidgin_2.10.7-1_mipsel.changes
Feb 23 18:56:30 gimp_2.8.4-1_powerpc.changes
Feb 23 18:56:30 pktstat_1.8.5-3_powerpc.changes
Feb 23 18:56:30 pidgin_2.10.7-1_armel.changes
Feb 23 18:56:30 pidgin_2.10.7-1_i386.changes
Feb 23 18:56:30 pidgin_2.10.7-1_armhf.changes
Feb 23 19:01:30 atk1.0_2.7.91-1_i386.changes
Feb 23 19:11:31 pktstat_1.8.5-3_mips.changes
Feb 23 19:11:31 r-base_2.15.2-2_powerpc.changes
Feb 23 19:11:31 xorg-server_1.12.4-5_mips.changes
Feb 23 19:21:31 openscad_2013.01+dfsg-2_amd64.changes
Feb 23 19:26:31 xorg-server_1.12.4-5_ia64.changes
Feb 23 19:26:31 gdk-pixbuf_2.27.1-1_i386.changes
Feb 23 19:26:31 sane-backends_1.0.23-0.1~experimental1_amd64.changes
Feb 23 19:26:31 xorg-server_1.12.4-5_powerpc.changes
Feb 23 19:36:32 glib2.0_2.35.8-1_i386.changes
Feb 23 19:41:32 gimp_2.8.4-1_i386.changes
Feb 23 19:41:32 pktstat_1.8.5-3_i386.changes
Feb 23 19:51:32 octave_3.6.4-1_amd64.changes
Feb 23 19:56:32 r-base_2.15.2-2_armhf.changes
Feb 23 19:56:32 gcc-4.7_4.7.2-22_ia64.changes
Feb 23 19:56:32 pidgin_2.10.7-1_ia64.changes
Feb 23 20:01:33 gimp_2.8.4-1_sparc.changes
Feb 23 20:01:33 glib-networking_2.35.8-1_i386.changes
Feb 23 20:11:33 r-base_2.15.2-2_armel.changes
Feb 23 20:11:33 pktstat_1.8.5-3_ia64.changes
Feb 23 20:16:34 pango1.0_1.32.5-1_i386.changes
Feb 23 20:21:34 libsoup2.4_2.41.90-1_i386.changes

-- 
bye, Joerg
I like my beer cold, my TV loud and my homosexuals flaming.


-- 
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/874nh2n4bg@gkar.ganneff.de



Bug#701506: ITP: osrm -- high performance routing engine for shortest paths in road networks

2013-02-23 Thread Chris
Package: wnpp
Severity: wishlist
Owner: Chris ch...@chris-desktop.home

* Package name: osrm
  Version : 0.3.2
  Upstream Author : Dennis Luxen lu...@kit.edu
* URL : http://project-osrm.org/
* License : AGPL
  Programming Lang: C++
  Description : high performance routing engine for shortest paths in road
networks


-- 
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/20130223220258.30970.50959.report...@chris-desktop.home



WebRTC has landed

2013-02-23 Thread Daniel Pocock

I've just uploaded the SIPml5 JavaScript packages into the queue for
unstable

This stuff really is revolutionary.

I've had it running with Google Chrome 25 on squeeze and wheezy, and
using a patched repro (reSIProcate) SIP proxy on wheezy.

Anybody maintaining any type of web package (e.g. a CMS, blogging tool
or even a webmail application) could potentially integrate this
JavaScript and give users of their package the ability to click'n'call
other users within the web page.

The README.Debian file has details:

   http://anonscm.debian.org/gitweb/?p=collab-maint/sipml5.git

I'm also looking at the very similar JsSIP, it will hopefully be
packaged in a few days.


-- 
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/51294190.4000...@pocock.com.au



Re: WebRTC has landed

2013-02-23 Thread Timo Juhani Lindfors
Daniel Pocock dan...@pocock.com.au writes:
 JavaScript and give users of their package the ability to click'n'call
 other users within the web page.

Have you had time to study how the technology works? If both parties are
behind a HTTP proxy (for example at an airport or cafe with WIFI) I
think you need some third party server to relay the traffic? Are there
any existing implementations that do this with webrtc?


-- 
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/84ip5imxcn@sauna.l.org



Re: WebRTC has landed

2013-02-23 Thread Daniel Pocock
On 24/02/13 00:20, Timo Juhani Lindfors wrote:
 Daniel Pocock dan...@pocock.com.au writes:
 JavaScript and give users of their package the ability to click'n'call
 other users within the web page.
 
 Have you had time to study how the technology works? If both parties are
 behind a HTTP proxy (for example at an airport or cafe with WIFI) I
 think you need some third party server to relay the traffic? Are there
 any existing implementations that do this with webrtc?
 
 



It is based on two things:

- WebSockets carries the SIP signaling (e.g. to register the user
location, find the person you want to call).  WebSockets works through
HTTP proxies

- ICE/STUN/TURN is used to find a way to get RTP streams working between
the peers.  If you are both in the same airport, ICE can figure that out
and make your devices talk to each other without any relay.  If one
person is in an obscure location, the TURN server will act as a relay

Both of these mechanisms require some kind of public server of course:
WebSockets requires a SIP proxy on a public IP address with a WebSockets
port open.  The HTTP proxy in the airport/hotel, etc, doesn't know you
are talking to a SIP proxy though, because it looks like a HTTPS session.

ICE requires a TURN server (which needs two public IP addresses).

However, both types of server are relatively easy to set up if you have
a VPS somewhere, you can find a (Debian biased) guide on
http://www.RTCquickstart.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/512952ff.2060...@pocock.com.au



Re: WebRTC has landed

2013-02-23 Thread Timo Juhani Lindfors
Daniel Pocock dan...@pocock.com.au writes:
 - WebSockets carries the SIP signaling (e.g. to register the user
 location, find the person you want to call).  WebSockets works through
 HTTP proxies

http://en.wikipedia.org/wiki/WebRTC does not mention SIP at all. I
assume SIP is just one way to use webrtc but it does not need to be
used?

 and make your devices talk to each other without any relay.  If one
 person is in an obscure location, the TURN server will act as a relay

Aha, it seems the resiprocate-turn-server package is new in
wheezy. Default configuration seems to listen on tcp port 3478. I guess
port 443 should be used to maximize the probability that proxies will
let websocket access it?

 a VPS somewhere, you can find a (Debian biased) guide on
 http://www.RTCquickstart.org

Looks helpful, thanks!


-- 
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/84ehg6mvfo@sauna.l.org



Re: Adoption of Nix?

2013-02-23 Thread Daniel Hartwig
Hello

Just some quick notes related to this, without jumping in to the
discussion (yet?).


On 24 February 2013 01:28, John Moser john.r.mo...@gmail.com wrote:

 Daniel Burrows dburrows at debian.org writes:



 Note:  I'm not subscribed to the list, and pulling this old thread through
 Gmane; please CC directly to me.

 The purpose of this is to cross-examine Daniel's thoughts and bring new
 thoughts to the surface.

Daniel Burrows is not active in Debian for some time, and should perhaps
not be expected to partake in the resumed discussion.

 I'll put the main proposal up front:

 I feel that being able to install multiple system profiles with dependency
 resolution is a good feature--i.e. the feature of Nix that lets one program
 see /usr/lib (or what is effectively its /usr/lib) as something entirely
 different from what another program sees.

 It shouldn't be a core, absolute feature.

 Instead, I think it's best to find the least-effort way to modify dpkg so that
 it:

 1)  Can handle running on a system managed like this; and
 2)  Provides an API to extend dpkg/apt to function this way

 In other words, add the capability for a plug-in that changes the way packaged
 files are stored and managed, and let somebody else hook up to the glue code
 and make it happen.  Don't break Debian for the rest of us.

Nix operates fairly indepently of the underlying system.  There is no
pressing need for dpkg–nix integration at this point, indeed, that is
a can of worms.  To briefly illustrate:

Debian packages are each built with specific configurations (enabled
features, etc.), call this a build profile.  When one Debian package
declares a dependency on an other, it is with the implicit knowledge
that a particular build profile or feature set is provided.

Nix allows multiple builds of the same package–version to be installed
with different, and arbitrary build profiles, and allows other
packages to depend on exactly the features they require in the
profile.

Without a map from Debian package–version to build profiles, there is
no way to reliably know whether a particular Nix build either
satisfies a Debian package dependency, or has one of its dependencies
satisfied by an installed Debian package.  For this reason, I believe
it is not viable to integration Nix and dpkg, and the two should be
thought of as independent systems: dpkg has installed your main (or
base) system, and a user is free to layer any Nix packages on top.
Nix packages installed in per-user profiles will not generally
interfere with Debian packages.

Unfortunately, there will be some waste as Nix duplicates a small set
of base dependencies (gcc, etc.).  Though you could avoid this with a
nix-base package that depends on the equivalent Debian packages and
provides Nix the information that certain
package–version–build-profiles are installed.


 That would appropriately increase aji and leave open many possibilities for
 the future.

aji?


 (For what it's worth, I don't like the direction Nix went in.  Stick to
 managing packages and system layout; Nix goes all the way out to managing your
 configuration file CONTENTS, which among other things makes it completely
 useless in serious production cases--Nix wants to live in its own, rigid 
 little
 world and not play well with others at all).


Right.  A good reason to keep it separate.


   Hi there.  As I'm sure everyone knows, I'm not exactly unbiased here
 since I've done a lot of work on the apt system (although nix looks more
 like a replacement for dpkg).

Since this old discussion there is now also Guix
http://gnu.org/software/guix/ constructed on top of Nix that
provides some nicer interfaces.  Think of it as operating at the apt
level, I suppose.

Thats all for now.


--
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/can3verdqjuemc7c87dzechrv9az7t+kwupa4b+59q0cjyh3...@mail.gmail.com



Re: Adoption of Nix?

2013-02-23 Thread John Moser



On 02/23/2013 07:45 PM, Daniel Hartwig wrote:

Hello

Just some quick notes related to this, without jumping in to the
discussion (yet?).


On 24 February 2013 01:28, John Moser john.r.mo...@gmail.com wrote:


Daniel Burrows dburrows at debian.org writes:





Note:  I'm not subscribed to the list, and pulling this old thread through
Gmane; please CC directly to me.

The purpose of this is to cross-examine Daniel's thoughts and bring new
thoughts to the surface.


Daniel Burrows is not active in Debian for some time, and should perhaps
not be expected to partake in the resumed discussion.



I was just trying to not start anew, but rather revisit.


Without a map from Debian package–version to build profiles, there is
no way to reliably know whether a particular Nix build either
satisfies a Debian package dependency, or has one of its dependencies
satisfied by an installed Debian package.  For this reason, I believe
it is not viable to integration Nix and dpkg, and the two should be
thought of as independent systems: dpkg has installed your main (or
base) system, and a user is free to layer any Nix packages on top.
Nix packages installed in per-user profiles will not generally
interfere with Debian packages.


Right, and that's why I proposed manipulating Apt and Dpkg such that 
they can understand and behave within a system with multiple installed 
versions managed in various places.


To be clear, I don't think Nix is salvageable.  That's why there was a 
big run about the whole project running off into la-la land with the 
ferrets.  Instead I want dpkg itself to:


1)  Competently handle situations where multiple versions of a package
may be installed and managed in a Nix-like way; and

2)  Expose a programming API so that someone can later provide a
plug-in to extend dpkg with Nix-like behavior

The existing software out there for this should never, ever be used.  It 
is terminally broken.


I think (1) and (2) would be a more minimal task, and would also provide 
a better framework for full multi-arch support (something somewhat 
lacking in dpkg last I checked, whereas RPM seems to have an infectious 
disease where x86_64 archs one day install a .i686 package for some 
unknown reason and then begin installing .i686 EVERYTHING whenever you 
install any package... okay, so THEY have working multi-arch support, I 
guess).






That would appropriately increase aji and leave open many possibilities for
the future.


aji?



Available entropy such that the flexibility to follow new possibilities 
and gain a stronger position continues to exist.


The goal is to open a possibility, without imposing a new constraint.


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



Re: Adoption of Nix?

2013-02-23 Thread Daniel Hartwig
On 24 February 2013 08:56, John Moser john.r.mo...@gmail.com wrote:
 Right, and that's why I proposed manipulating Apt and Dpkg such that they
 can understand and behave within a system with multiple installed versions
 managed in various places.

Thanks for clarifying so promptly.


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



Bug#701517: ITP: haskell-concrete-typerep -- Binary and Hashable instances for TypeRep in Haskell

2013-02-23 Thread Masayuki Hatta
Package: wnpp
Severity: wishlist
Owner: Masayuki Hatta mha...@gmail.com

* Package name: haskell-concrete-typerep
  Version : 0.1.0.2
  Upstream Author : Reiner Pope reiner.p...@gmail.com
* URL : http://hackage.haskell.org/package/concrete-typerep-0.1.0.2
* License : BSD
  Programming Lang: Haskell
  Description : Binary and Hashable instances for TypeRep in Haskell

This Haskell library provides Binary and Hashable instances for TypeRep.  


-- 
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/20130224032919.8450.66775.report...@xanadu.mhatta.org



Bug#701521: ITP: python-wsme -- Web Services Made Easy makes it easy to implement multi-protocol webservices

2013-02-23 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-wsme
  Version : 0.5b1
  Upstream Author : Christophe de Vienne python-w...@googlegroups.com
* URL : http://pypi.python.org/pypi/WSME
* License : MIT
  Programming Lang: Python
  Description : Web Services Made Easy makes it easy to implement 
multi-protocol webservices

Web Service Made Easy (WSME) simplify the writing of REST web services by
providing simple yet powerful typing which removes the need to directly
manipulate the request and the response objects.

WSME can work standalone or on top of your favorite Python web (micro)
framework, so you can use both your preferred way of routing your REST requests
and most of the features of WSME that rely on the typing system like:

 * Alternate protocols, including ones supporting batch-calls
 * Easy documentation through a Sphinx extension

WSME is originally a rewrite of TGWebServices with focus on extensibility,
framework-independance and better type handling.


-- 
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/20130224065721.25034.74661.report...@buzig.gplhost.com



Bug#701522: ITP: python-hp3parclient -- client library that can talk to the HP 3PAR Storage array

2013-02-23 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-hp3parclient
  Version : 1.0.0
  Upstream Author : Walter A. Boring IV walter.bor...@hp.com
* URL : http://packages.python.org/hp3parclient
* License : Apache-2.0
  Programming Lang: Python
  Description : client library that can talk to the HP 3PAR Storage array

hp3parclient is a Client library that can talk to the HP 3PAR Storage array.
The 3PAR storage array has a REST web service interface as of 3.1.2 of the
firmware. This client library implements a simple interface to talking with
that REST interface using the Python httplib2 http library.


-- 
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/20130224065923.25131.27956.report...@buzig.gplhost.com



Bug#701523: ITP: python-oslo-config -- Common code for Openstack Projects (configuration API)

2013-02-23 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-oslo-config
  Version : 2013.1~b4
  Upstream Author : OpenStack Development Mailing List 
openstack-...@lists.openstack.org
* URL : http://www.openstack.org/
* License : Apache-2.0
  Programming Lang: Python
  Description : Common code for Openstack Projects (configuration API)

The OpenStack Oslo project provides Python libraries containing
instructure code shared by OpenStack projects.

The OpenStack Oslo Configuration API supports parsing command line
arguments and .ini style configuration files.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130224070330.25223.29800.report...@buzig.gplhost.com



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

2013-02-23 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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

Accepted sentinella 0.9.1-1 (source amd64)

2013-02-23 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 09:59:27 +0100
Source: sentinella
Binary: sentinella
Architecture: source amd64
Version: 0.9.1-1
Distribution: experimental
Urgency: low
Maintainer: Niels Thykier ni...@thykier.net
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 sentinella - System monitor that can react to user chosen conditions
Changes: 
 sentinella (0.9.1-1) experimental; urgency=low
 .
   * New upstream release.
 - Drop patch cherry-picked in 0.9.0-2.
   * Use an absolute path to the icon in the Debian menu file.
   * Use the canonical URLs for the Vcs-* fields in debian/control
 file.
   * Bump Standards-Versions to 3.9.4
 - Use the new URI for the DEP-5 copyright format.
Checksums-Sha1: 
 253b94f13e175ad0ff44b79de3b54553c949573d 2028 sentinella_0.9.1-1.dsc
 4e110a467d8dad9a76242b0f8402c2bcf2b0b9b3 233354 sentinella_0.9.1.orig.tar.gz
 241c5c3429452ea9334c7db0aedb5180ffdadbc0 12172 sentinella_0.9.1-1.debian.tar.gz
 95fa113fb17c233bbb0189ebfc39aaa317235372 252836 sentinella_0.9.1-1_amd64.deb
Checksums-Sha256: 
 bdeac8113217423435a8bb2f4edf5b11cf6bd1fae026f01e2c831da2d0daf91c 2028 
sentinella_0.9.1-1.dsc
 813eb82b8a4e03c2c2dc1a1079b72752480dd27a770b7a6ca772cd3b771f812d 233354 
sentinella_0.9.1.orig.tar.gz
 8475466590fae88e7d53e662fe7a20809a509c0abe83f171e1c8675f634120c0 12172 
sentinella_0.9.1-1.debian.tar.gz
 993304a48d21e0ec863346047662e4aaf1c931ee12c181cc56347f472db11413 252836 
sentinella_0.9.1-1_amd64.deb
Files: 
 2f50a075c7de2ead17447a937b3d7e43 2028 kde optional sentinella_0.9.1-1.dsc
 5ce329ff5edf9066fe02ecd26b907feb 233354 kde optional 
sentinella_0.9.1.orig.tar.gz
 9366c17076bbd930bb2ea600b1bcde21 12172 kde optional 
sentinella_0.9.1-1.debian.tar.gz
 d5cf3385a74a2ded1cef6859bb37f1c4 252836 kde optional 
sentinella_0.9.1-1_amd64.deb

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

iQIcBAEBCAAGBQJRKIWTAAoJEAVLu599gGRChwAP/2vz1IMXxUKYkUvDVEratq5C
QeoHIADp4ecN4p6gsA+DZTe+h7fv1i0BGc+KkDdkmd4lldFeBjDcRGSv4LcZioI/
VG8s/Ixys0DPtrlb4WK6dkTIja4uVsjhiFnfVRaXy6btMcqEUTRMK5CT2jwlHycN
ztK1ypR/m+hxzmNqq+jdkND8JcW6r4tchkyoDLPqZNuR7ceV+ihSMStbSoUj6gP3
9qeDfxkyKEct2K298OGD4WyM37NBAbCt+zzZwHg3dOJ46uWpeON0Q2YhLXKZylZO
Z+myoHz3glzxywP+JeDb923cs6gu2JL5/8K78LTUqUAbpFIL2c1KjthZ2y9bNESg
Uz7QL7mT99bFRnh3qzRKRs9s01jaPSqaG21mhPJa0C9Icsxrt2/WXFPEZGVsqrAF
fpdmcsSVz0858l71qzZB7qsR0F8/xcoPfnmzhC5l4eGdfoLVmbhSr0Kx74+gjyAb
a78E5kkIKxIebOUQf7gCN1Q7oVqJXQZMtSYE72nfSchYK8ThIJgYgXMNsToKr3K6
uc4oKQx+Rx9U82b734d/s8Dlck5HvHC+JjveT4vF4i/cHejcTAuOsxVJsbW/8bHH
gU65Edi01edyDSdVyYK9RmyceL7t1YMEJTL1QCJj/LUzuILXTjlCtxsmRgl61LXZ
LHwLt708PukBCHxHJMNz
=2ZX7
-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/e1u9bg0-0007n4...@franck.debian.org



Accepted gcc-4.7 4.7.2-22 (source all amd64)

2013-02-23 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 06:28:17 +0100
Source: gcc-4.7
Binary: gcc-4.7-base libgcc-4.7-dev lib64gcc-4.7-dev lib32gcc-4.7-dev 
libn32gcc-4.7-dev libx32gcc-4.7-dev gcc-4.7 gcc-4.7-multilib gcc-4.7-plugin-dev 
gcc-4.7-hppa64 gcc-4.7-spu g++-4.7-spu gfortran-4.7-spu cpp-4.7 gcc-4.7-locales 
g++-4.7 g++-4.7-multilib libmudflap0-4.7-dev gobjc++-4.7 gobjc++-4.7-multilib 
gobjc-4.7 gobjc-4.7-multilib libobjc-4.7-dev lib64objc-4.7-dev 
lib32objc-4.7-dev libn32objc-4.7-dev libx32objc-4.7-dev gfortran-4.7 
gfortran-4.7-multilib libgfortran-4.7-dev lib64gfortran-4.7-dev 
lib32gfortran-4.7-dev libn32gfortran-4.7-dev libx32gfortran-4.7-dev gccgo-4.7 
gccgo-4.7-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 
lib32go0-dbg libn32go0 libn32go0-dbg libx32go0 libx32go0-dbg libstdc++6-4.7-dev 
libstdc++6-4.7-pic libstdc++6-4.7-dbg lib32stdc++6-4.7-dev lib32stdc++6-4.7-dbg 
lib64stdc++6-4.7-dev lib64stdc++6-4.7-dbg libn32stdc++6-4.7-dev 
libn32stdc++6-4.7-dbg libx32stdc++6-4.7-dev libx32stdc++6-4.7-dbg 
libstdc++6-4.7-doc gcc-4.7-soft-float
 gcc-4.7-source
Architecture: source all amd64
Version: 4.7.2-22
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.7- GNU C preprocessor
 g++-4.7- GNU C++ compiler
 g++-4.7-multilib - GNU C++ compiler (multilib files)
 g++-4.7-spu - SPU cross-compiler (C++ compiler)
 gcc-4.7- GNU C compiler
 gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.7-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.7-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-4.7-multilib - GNU C compiler (multilib files)
 gcc-4.7-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.7-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.7-source - Source of the GNU Compiler Collection
 gcc-4.7-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc-4.7-dev - GCC support library (32 bit development files)
 lib32gfortran-4.7-dev - Runtime library for GNU Fortran applications (32bit 
development f
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32objc-4.7-dev - Runtime library for GNU Objective-C applications (32bit 
developme
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 lib64gcc-4.7-dev - GCC support library (64bit development files)
 lib64gfortran-4.7-dev - Runtime library for GNU Fortran applications (64bit 
development f
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64objc-4.7-dev - Runtime library for GNU Objective-C applications (64bit 
developme
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libgcc-4.7-dev - GCC support library (development files)
 libgfortran-4.7-dev - Runtime library for GNU Fortran applications 
(development files)
 libgo0 - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libn32gcc-4.7-dev - GCC support library (n32 development files)
 libn32gfortran-4.7-dev - Runtime library for GNU Fortran applications (n32 
development fil
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32objc-4.7-dev - Runtime library for GNU Objective-C applications (n32 
development
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libn32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libobjc-4.7-dev - Runtime library for GNU Objective-C applications 
(development fil
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libx32gcc-4.7-dev - GCC support library (x32 development files)
 libx32gfortran-4.7-dev - Runtime library for GNU Fortran applications (x32 
development fil
 libx32go0  - Runtime library for GNU Go 

Accepted bowtie2 2.0.6-1 (source amd64 all)

2013-02-23 Thread Alexandre Mestiashvili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Feb 2013 17:30:42 +0100
Source: bowtie2
Binary: bowtie2 bowtie2-examples
Architecture: source amd64 all
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Alexandre Mestiashvili a...@biotec.tu-dresden.de
Description: 
 bowtie2- ultrafast memory-efficient short read aligner
 bowtie2-examples - Examples for bowtie2,
Changes: 
 bowtie2 (2.0.6-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.6
Checksums-Sha1: 
 bf95a4e24d833fbcd1c7603bfe20872eb5df7039 2159 bowtie2_2.0.6-1.dsc
 627dcff1e9fe20fb33df235a85c8f0fe9c5e76cd 5524346 bowtie2_2.0.6.orig.tar.gz
 bb02a0cd507e31e9ed8189a394119f7291849b17 5346 bowtie2_2.0.6-1.debian.tar.gz
 03fcf9f1948d18222f69fcf9f19734523fa8d22a 1051998 bowtie2_2.0.6-1_amd64.deb
 44ec690aac9cee7a771744ea9760edb7d48b89db 4882000 
bowtie2-examples_2.0.6-1_all.deb
Checksums-Sha256: 
 ec7c4597ef26e30d2e5baf7b402aedaca4c7c480867c4fbb5a25725d12f2 2159 
bowtie2_2.0.6-1.dsc
 9ac522174ac0af06c708675b63087f9c2fe9f7b43fca09671d865dce242c3dbc 5524346 
bowtie2_2.0.6.orig.tar.gz
 cf5c6e165b081fa5239b593e692de13f26ad46929c98ddc444894c834433e19e 5346 
bowtie2_2.0.6-1.debian.tar.gz
 6c0c59d5b1d68b001145198bb423957c9115a3348aee93fb2cf27e957c4677f7 1051998 
bowtie2_2.0.6-1_amd64.deb
 2e741bae70a4a0ab55839c5d271489e763d773ed063b2b5d49b6582d3ae1b8f2 4882000 
bowtie2-examples_2.0.6-1_all.deb
Files: 
 49bd7848b0f0ebabbeb8739816fc9221 2159 science extra bowtie2_2.0.6-1.dsc
 07527d8f2114cacf27f5e0a0bf243ef4 5524346 science extra 
bowtie2_2.0.6.orig.tar.gz
 2870600cf5649bf985c962318ba5e194 5346 science extra 
bowtie2_2.0.6-1.debian.tar.gz
 8dbca3204fc6b57eecdc839ff819b8ab 1051998 science extra 
bowtie2_2.0.6-1_amd64.deb
 d3c632113ea4d04116cd1a3e695a8b44 4882000 science extra 
bowtie2-examples_2.0.6-1_all.deb

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

iQIcBAEBCAAGBQJRKKUBAAoJEBz3khEbUiiwKNMQAKweffI7LmDRa8tmBuwwFDRM
kQ9GuJqVycUyty5yzbBcpTI5x1SY9OENyxjZl66kDqksANEVzJBQbXCHCTAtCopW
sADKCuZb1t+bZpFdIYY3XCkVkA+12KrdwzP2ao0o2oy+P5J2V/f4vtLJEkxmRqhj
zlcrk2L2lSLjlvvTGLFtqf/2T4/UskaUwtORTHjV4PMjqNyhQv8urgTUY6duaA6G
AYoerFPd/txuPt0uCsicnuNzansSPSOjG2F88jJ1ulM9gnhlhHCnAvmC6HbUO7QD
Y4NTjy1/QihUZN5IKlsZKBRn8eS2/n5JCSRXgRGOK41/yW5yvir+IEDDGDjpTDWV
NDV8cnIz5mt1pywXG01YyZB+UHOAkP/KoifvHkaC7Q3hc2e49eQ2bawcdptC/QP0
QLXxEf4b44vEz3mDSOxIL++hhBd0V84C00MIzRzTm/Wn8eg4/v0TL31tCxZC0OKH
Gyd+ryz5640s2W/RIFEIaLZiCWQHU3l5rLRraN0Rds3qT8vtsWNUa8EU8pY1xEQu
BgHEwUlz8qs7sc+2KBXUIkBN1ca0oSW7o8d4UyLwVG7PFbD/IWidaDeu3vTgHHBC
zmF+BpADi2dQu4zjgSsPUBCcSFuekNspQCWrAWpFWPOUo+aZiml7vhfIQtkK58la
jiHuQUvBOCTa9VPK6VNJ
=JgUf
-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/e1u9dzp-0004f5...@franck.debian.org



Accepted tophat 2.0.7-1 (source amd64)

2013-02-23 Thread Alexandre Mestiashvili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 11:45:36 +0100
Source: tophat
Binary: tophat
Architecture: source amd64
Version: 2.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Alexandre Mestiashvili a...@biotec.tu-dresden.de
Description: 
 tophat - fast splice junction mapper for RNA-Seq reads
Changes: 
 tophat (2.0.7-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.7
Checksums-Sha1: 
 0f976a52d4c8753af06534ff7c0199533b149fbb 2135 tophat_2.0.7-1.dsc
 9ec2886c0b10f6d11bfaa60582007996379ee285 429157 tophat_2.0.7.orig.tar.gz
 a624d7336b6cdf0a434bdb0dc131cbca17f48af6 5696 tophat_2.0.7-1.debian.tar.gz
 d8f1cef3d22c3fca199ef4e48df6ca5c088a9b5a 644592 tophat_2.0.7-1_amd64.deb
Checksums-Sha256: 
 9011dd839f3287fa937318182790552f25f4d73a327baedc6eb3d71ebc55942b 2135 
tophat_2.0.7-1.dsc
 5e2d21f498d602045ba6c8402fff87832070745c8b54d33640c006f23fba84a8 429157 
tophat_2.0.7.orig.tar.gz
 01994804156bb1e35ecddd147bbbe3bfa4df74abec230923c67881f36098a2a7 5696 
tophat_2.0.7-1.debian.tar.gz
 f330b013a4439c1c7ee04e8c1bc745f48d562ca1ee5715d4eaddc927d357ca52 644592 
tophat_2.0.7-1_amd64.deb
Files: 
 7a992e5569f328ab08220ef19e0c84f6 2135 science optional tophat_2.0.7-1.dsc
 505e2e8c8a3d5e022fe8c30d70296448 429157 science optional 
tophat_2.0.7.orig.tar.gz
 018a89bbb2710e9719f9fb340e4e4433 5696 science optional 
tophat_2.0.7-1.debian.tar.gz
 8e6bfabfad17ad6a66d01f4844951aa7 644592 science optional 
tophat_2.0.7-1_amd64.deb

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

iQIcBAEBCAAGBQJRKKa2AAoJEBz3khEbUiiwfX8QAIZ/IV3SFe3TaHfmQGm9GLWf
h+1LicsEI1YvwnTM2v1gWGx7/rFcKohxVF0PxQLEvmhwjAFp9xKUXj50J9Rsgjhj
CJEAbtY0bQSbQs1j87XNV6D5uoTIMIlOQjfjSRGKo5urQBxK2Nb9mZsa1B1nPFiG
ayMXDpjnJaL9rRzcRryA6oU8tCJyUZRDWAk2fBtYOLW1LuiPSF1YN/4t+ofcpL8v
KloatptG8burPttqe9fRILLxaqe6J7iiiKXrPQOGXsPeFhAow/Yz0H7hEqWrzt6N
vuo5P6OOYOauYWg3Xhy1JoQbhrPb32P8a6Tw+K5QeHzW5sObAD6myE39tkjHnqGs
13y9sdWXuiJGxzFEJD6KzgD3tE1stOFqNpkM0RhEBmR+NW9Kimj+jcbuDeW8Hid4
tyYUBTdnOZwfPSUvwKr0jwm9my76v+8JbyH/3TIEbVx0zUhaJ2zwz3BIxfE3IkjJ
JvJGofGiDlzinLUUXEjYIgEi5BOPwzaqOpU0/qHF4mVI/uEiAAR2NTG7C5VYtbdg
x1kglfdgQAa/wDRwgNEdYnwzARAdzo7UiSspVTCqeoLsoMRCsY1u1sptvaayr9Dq
2K/oiNFJ/wp3IjjBoyohwv5WkaPLq+Iu6CigEbtjK/K67Jj7Io039s73LoI7rU7t
kvNMWVMZ/EMxWFk0yAA5
=kHJJ
-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/e1u9dzz-0004ks...@franck.debian.org



Accepted chromium-browser 25.0.1364.97-1 (source all amd64)

2013-02-23 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 11:45:07 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 25.0.1364.97-1
Distribution: unstable
Urgency: low
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Changes: 
 chromium-browser (25.0.1364.97-1) unstable; urgency=low
 .
   * New stable release:
 - High CVE-2013-0879: Memory corruption with web audio
   node. Credit to Atte Kettunen of OUSPG.
 - High CVE-2013-0880: Use-after-free in database handling.
   Credit to Chamal de Silva.
 - Medium CVE-2013-0881: Bad read in Matroska handling. Credit to
   Atte Kettunen of OUSPG.
 - High CVE-2013-0882: Bad memory access with excessive SVG
   parameters. Credit to Renata Hodovan.
 - Medium CVE-2013-0883: Bad read in Skia. Credit to Atte
   Kettunen of OUSPG.
 - Low CVE-2013-0884: Inappropriate load of NaCl. Credit to Google
   Chrome Security Team (Chris Evans).
 - Medium CVE-2013-0885: Too many API permissions granted to web store.
 - Low CVE-2013-0887: Developer tools process has too many
   permissions and places too much trust in the connected server.
 - Medium CVE-2013-0888: Out-of-bounds read in Skia. Credit to Google
   Chrome Security Team (Inferno).
 - Low CVE-2013-0889: Tighten user gesture check for dangerous file
   downloads.
 - High CVE-2013-0890: Memory safety issues across the IPC
   layer. Credit to Google Chrome Security Team (Chris Evans).
 - High CVE-2013-0891: Integer overflow in blob handling. Credit to
   Google Chrome Security Team (Jüri Aedla).
 - Medium CVE-2013-0892: Lower severity issues across the IPC layer.
   Credit to Google Chrome Security Team (Chris Evans).
 - Medium CVE-2013-0893: Race condition in media handling. Credit to
   Andrew Scherkus of the Chromium development community.
 - High CVE-2013-0894: Buffer overflow in vorbis decoding. Credit to
   Google Chrome Security Team (Inferno).
 - High CVE-2013-0895: Incorrect path handling in file
   copying. Credit to Google Chrome Security Team (Jüri Aedla).
 - High CVE-2013-0896: Memory management issues in plug-in message
   handling. Credit to Google Chrome Security Team (Cris Neckar).
 - High CVE-2013-0898: Use-after-free in URL handling. Credit to
   Alexander Potapenko of the Chromium development community.
 - Low CVE-2013-0899: Integer overflow in Opus handling. Credit to
   Google Chrome Security Team (Jüri Aedla).
 - Medium CVE-2013-0900: Race condition in ICU. Credit to Google Chrome
   Security Team (Inferno).
   * [a5f15ae] Added libpci-dev to B-depends
   * [ace2b7a] Refreshed patches
   * [32c84fa] Install remoting_locales
   * [f868804] Do not enable NEON on ARM, thanks Ubuntu.
   * [d1a3e36] Ignore stamp files in missing checks
Checksums-Sha1: 
 6d83072ee4098793df8d7df87564cc897f837dc0 3002 
chromium-browser_25.0.1364.97-1.dsc
 7e1249e05645442a0e641ca5bc1399ce9a3a752c 641250172 
chromium-browser_25.0.1364.97.orig.tar.xz
 f5d298f1f525d820033529ba997855e7e73df80d 255836 
chromium-browser_25.0.1364.97-1.debian.tar.gz
 8764df0d522617a220c58abe17309ed434975197 159512 
chromium-browser_25.0.1364.97-1_all.deb
 e08a1f261aa37210ff1e7b6824226e8aae714100 158844 
chromium-browser-dbg_25.0.1364.97-1_all.deb
 f12e8779a9a3017703b19112a5384ba25f275403 158974 
chromium-browser-l10n_25.0.1364.97-1_all.deb
 ecbe1081ecc607efad0e8899a477ff44bb0e2e8d 158874 
chromium-browser-inspector_25.0.1364.97-1_all.deb
 46aa36abc9a2fe3a5f8247de26150f1e3622a273 2614950 
chromium-l10n_25.0.1364.97-1_all.deb
 8e3882b1d3d169c9649dbb908ac6294cce7af3c8 806980 
chromium-inspector_25.0.1364.97-1_all.deb
 298287388c8ab7aaca6f66aad0fbdbff226beff0 39127230 
chromium_25.0.1364.97-1_amd64.deb
 f448f001c2d50439fdc7b4d4c43b96f026acf4a5 412509354 
chromium-dbg_25.0.1364.97-1_amd64.deb
Checksums-Sha256: 
 de8bea6750d1ca582f3037af6117fd1d56c165559b4ae78e0886bf2300f6aab5 3002 
chromium-browser_25.0.1364.97-1.dsc
 e7618796f84fb99c8faa206f8371867311712c77a7682cd47a7cb94fabcac2d3 641250172 
chromium-browser_25.0.1364.97.orig.tar.xz
 

Accepted gcc-snapshot 20130222-1 (source amd64)

2013-02-23 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 09:58:15 +0100
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source amd64
Version: 20130222-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20130222-1) unstable; urgency=low
 .
   * Snapshot, taken from the trunk (20130222)
Checksums-Sha1: 
 2f50f9e30d64ffa41a76665e42db9ad86832116b 3250 gcc-snapshot_20130222-1.dsc
 d46faeb5180c88c6b6a7ba18c9b88a38d5adbab7 66054854 
gcc-snapshot_20130222.orig.tar.gz
 f363c8c5b7f6fb8c4aed61dfb8b7844c04f24459 572441 gcc-snapshot_20130222-1.diff.gz
 36344e77ac1aef37e7d8406a8660ee6dbbbc960a 150743266 
gcc-snapshot_20130222-1_amd64.deb
Checksums-Sha256: 
 b5e448a25d5d6c81fe02ed5844b7928aa5eb43832be3fde7febaf75d25ffba1b 3250 
gcc-snapshot_20130222-1.dsc
 a8d000c5b9ee27a1a0eb2d93f602efc9c86889ac6fc946eb932ca322cb92f2b0 66054854 
gcc-snapshot_20130222.orig.tar.gz
 f650e62aeb8442501821efd1b23ead31e6318b0bbb083128d37b83ac585033f9 572441 
gcc-snapshot_20130222-1.diff.gz
 16e9067396e1a1ba4be2f3247754b9d4852e27f1daff4c761a9bdfe68978d7ad 150743266 
gcc-snapshot_20130222-1_amd64.deb
Files: 
 f508999dcea5fcc31106c5527b3ce4a3 3250 devel optional 
gcc-snapshot_20130222-1.dsc
 9724907b9cf81a615ecd71fe7a965580 66054854 devel optional 
gcc-snapshot_20130222.orig.tar.gz
 8c8da4f786b150870fd28f0ccf5a62bc 572441 devel optional 
gcc-snapshot_20130222-1.diff.gz
 e4b099f84cc0816cc3c04e29a988bbf5 150743266 devel extra 
gcc-snapshot_20130222-1_amd64.deb

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

iEYEARECAAYFAlEorgsACgkQStlRaw+TLJxhYACgphq3hNhfvpCZQf03RIz85EYB
R5IAnRfFX0KOnVMeWNZbbvCU9LlGfKjm
=2v6z
-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/e1u9dwu-0001ui...@franck.debian.org



Accepted xorg 1:7.7+2 (source all amd64)

2013-02-23 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 12:39:32 +0100
Source: xorg
Binary: x11-common xserver-xorg xserver-xorg-video-all xserver-xorg-input-all 
xorg xorg-dev xbase-clients xutils
Architecture: source all amd64
Version: 1:7.7+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11-common - X Window System (X.Org) infrastructure
 xbase-clients - miscellaneous X clients - metapackage
 xorg   - X.Org X Window System
 xorg-dev   - X.Org X Window System development libraries
 xserver-xorg - X.Org X server
 xserver-xorg-input-all - X.Org X server -- input driver metapackage
 xserver-xorg-video-all - X.Org X server -- output driver metapackage
 xutils - X Window System utility programs metapackage
Closes: 700447
Changes: 
 xorg (1:7.7+2) unstable; urgency=low
 .
   [ Maarten Lankhorst ]
   * Update debian/copyright to refer to new address:
 - Fixes lintian old-fsf-address-in-copyright-file
 .
   [ Julien Cristau ]
   * Undo ia64 xserver-xorg-video-all dependency change from 1:7.6+13
 (closes: #700447).
Checksums-Sha1: 
 768f8879edafac2bcba27d53eb31be7236ac6c25 1953 xorg_7.7+2.dsc
 3c037d02480528a1aed96254d401be35ca6a2439 922203 xorg_7.7+2.tar.gz
 fad83c8258cca154408746b03fa87f6dc149f3b5 283664 x11-common_7.7+2_all.deb
 4a71e3decfbe7e110a461b384bc4d82b4101a229 36314 xorg-dev_7.7+2_all.deb
 7ea57e5c1538776722a7c6a7a466027363ff8552 36182 xbase-clients_7.7+2_all.deb
 bf81a2da77300e1ef96c8db095d92d5479262be6 36066 xutils_7.7+2_all.deb
 85dbe67489f9bf08c29608134ac2bcc373156bb5 113400 xserver-xorg_7.7+2_amd64.deb
 d2f658ce054b20a9857043fcdcc0727a0c9d8f98 36142 
xserver-xorg-video-all_7.7+2_amd64.deb
 9b3906cf21e1a37fec2e0e3b1e0ea361916511f7 36010 
xserver-xorg-input-all_7.7+2_amd64.deb
 31bf242660f5a6985384a9adc63f39e3802cfbce 36624 xorg_7.7+2_amd64.deb
Checksums-Sha256: 
 a2ff391272457d0d6f3bd89f11d5513ae34f0d92c339722c0f1eb8f0fa62b55b 1953 
xorg_7.7+2.dsc
 3662ed26e66efd0e489218b7f4ba7d034228a149a4884d2c0286803ecace78c5 922203 
xorg_7.7+2.tar.gz
 29bedd7a415719efeab7de61de54fce4fc0df0a884aa6ba2f268723bdea23fb0 283664 
x11-common_7.7+2_all.deb
 884d0dac4b30b75eb18c10a3dcbf769379a3f6550ed2cb20aaae66d0196fd1bb 36314 
xorg-dev_7.7+2_all.deb
 800a67c0e60eec27d044a8a2a53592ade4ad89668b7334d2523adab240bd5a8b 36182 
xbase-clients_7.7+2_all.deb
 6afc4c87bd4a877c66f2124adf4ec179184932f17284297da24b1762717e1f44 36066 
xutils_7.7+2_all.deb
 ce7d5911c5212fc0032729f7fa3fc79b688aa917fe81858d70e11f523729899c 113400 
xserver-xorg_7.7+2_amd64.deb
 2308c00a4bd52ddb828dd7102ea3576dce1343f6c213bb7e93945e7ef70d69b4 36142 
xserver-xorg-video-all_7.7+2_amd64.deb
 0119bdb13165773dec8e66e2b39cf2bad2fae168498036cd7b7c0de75dc6e0fe 36010 
xserver-xorg-input-all_7.7+2_amd64.deb
 079aa8daa0265abb6967ba35afe34299983e11496995a62d82f9a6a708ece9f4 36624 
xorg_7.7+2_amd64.deb
Files: 
 c25abea222ad9a01793574138f514294 1953 x11 optional xorg_7.7+2.dsc
 6d03ddfb8f4e42024cbdbebccf53fdbf 922203 x11 optional xorg_7.7+2.tar.gz
 bb26b91b1b847f4cd08457ff4c7773e1 283664 x11 optional x11-common_7.7+2_all.deb
 4b8daea450b83929bdaa76f556330f59 36314 x11 optional xorg-dev_7.7+2_all.deb
 8a1b3c2599c6ad110c127aeaebcd0b12 36182 x11 optional xbase-clients_7.7+2_all.deb
 acb8295597af9de7430d7ec580774ffc 36066 x11 optional xutils_7.7+2_all.deb
 026680c47b48a94047a4fa72e33fe2c3 113400 x11 optional 
xserver-xorg_7.7+2_amd64.deb
 c1845521a0751c6e89b8938128ed9191 36142 x11 optional 
xserver-xorg-video-all_7.7+2_amd64.deb
 aa132615e7cce3528ab9ef1c54635567 36010 x11 optional 
xserver-xorg-input-all_7.7+2_amd64.deb
 514186ed1fc61bd360fb51e7d53b6dce 36624 x11 optional xorg_7.7+2_amd64.deb

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

iQIcBAEBCAAGBQJRKLx7AAoJEDEBgAUJBeQMA98P/j1ctM5QZXtf5EvRRbi3b/IF
xJ/itDHO5ahzGFiXZtyh5uclZ02Ofn2cnDHZ0a/9LD/iRcUjjq+DdYardY0bp9sb
2p+tId5kEY+N1uYdlAvq9OYUuxmJsLhkGZBqGs7/Hri10fcJULvDN4hAluR6mR/p
4j4l10y2GaiJjfddX/nKa4tP6ugIYb0Hc3I6lsYBZs5BrVJ3I8jYoUK+vL2g7DtX
Dwvir+C0WgSxAatqe80Ne90dZMw25y/r8l9cjUbslduACJUo5svU3zSSDJvB92Qe
qD+HlLGh4PF4cuHTYboTFA9goKnWXq8G0gnzTghyzp6R7E4b7M+CIYiPsVpiHWmx
dDZmbMccYqUfeytffRjblqqFk3FLiuWZdnP5V4nZ6rSHICBabBfrCbnf828MB50p
kDzA4PlkBSEwdA0GpUM3ODbZXBWEA3M8U+U2zyvWv3OapANbpC14Y0DZP+uXcPsE
OD5+OyzbpkoEL5OLrbCuCOzPmbWmFIDVCctPQg3GXlzHFaOpSn2+Nca/WLJLnS22
Cw2j7MRvLeCe9lIXBNP5gUA5MsUk/iMpn/isluG1juTdEakkMpRMEtr5LNaRbOQL
fM2TYhE7XuiYNFDrE42bgYrCC3taNNbXoS+oNsJM+0QSUThK+UbPXLNYPb2fkuxL
3vfBsoOaH1NlMuSITsva
=JVU8
-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/e1u9eko-0003ie...@franck.debian.org



Accepted xserver-xorg-video-ati 1:6.14.4-7 (source amd64)

2013-02-23 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 13:57:52 +0100
Source: xserver-xorg-video-ati
Binary: xserver-xorg-video-ati xserver-xorg-video-ati-dbg 
xserver-xorg-video-radeon xserver-xorg-video-radeon-dbg
Architecture: source amd64
Version: 1:6.14.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-ati - X.Org X server -- AMD/ATI display driver wrapper
 xserver-xorg-video-ati-dbg - X.Org X server -- AMD/ATI display driver wrapper 
(debugging symbo
 xserver-xorg-video-radeon - X.Org X server -- AMD/ATI Radeon display driver
 xserver-xorg-video-radeon-dbg - X.Org X server -- AMD/ATI Radeon display 
driver (debugging symbol
Closes: 700446
Changes: 
 xserver-xorg-video-ati (1:6.14.4-7) unstable; urgency=medium
 .
   * mach64 and r128 are back on ia64, so re-add dependencies on them
 (closes: #700446).
Checksums-Sha1: 
 8bf168db8e49c786e62cca4de923cd1c47b76070 2611 
xserver-xorg-video-ati_6.14.4-7.dsc
 e032123a7edae5a1b327b8035603102005b0eb98 30052 
xserver-xorg-video-ati_6.14.4-7.diff.gz
 c2604ab079f4c61fbd3878fff9bca9587392eca5 275206 
xserver-xorg-video-ati_6.14.4-7_amd64.deb
 5b970829a926e000b5c1a08950a49c79040b0d3e 279896 
xserver-xorg-video-ati-dbg_6.14.4-7_amd64.deb
 5e2638922965693b3095223ccfa714ba5a0fcdae 718740 
xserver-xorg-video-radeon_6.14.4-7_amd64.deb
 052221dbe060d12be7b5dd270d0e6bb50d43ff83 2455902 
xserver-xorg-video-radeon-dbg_6.14.4-7_amd64.deb
Checksums-Sha256: 
 10756a126efb453699e3a1ecb88684c45340093a0839ea9df99929d97caeb15e 2611 
xserver-xorg-video-ati_6.14.4-7.dsc
 12cd3de1445c73d41bb0b8c7ec86bf59274b04e8a7a16a7223025afc1dfa3a9d 30052 
xserver-xorg-video-ati_6.14.4-7.diff.gz
 fd0a5dd445a5626c1f3cc8a2e6b2b695a9025b02a512e5adebd9b3886d5e45e7 275206 
xserver-xorg-video-ati_6.14.4-7_amd64.deb
 0d68468eff85d9f86a22cd69b3b60eecae782590fd40da01c935bf31584598b1 279896 
xserver-xorg-video-ati-dbg_6.14.4-7_amd64.deb
 2fd5a3ae90860d72d0b2439ee44f6a30c9a937289b8f2d50185d2f91269f4ce4 718740 
xserver-xorg-video-radeon_6.14.4-7_amd64.deb
 ccf8649c2b01f661b153a930e28e60f8be2f5badb21fd703598fd16876e490fe 2455902 
xserver-xorg-video-radeon-dbg_6.14.4-7_amd64.deb
Files: 
 25906854041ebd7b3a9eda4cf16a57f5 2611 x11 optional 
xserver-xorg-video-ati_6.14.4-7.dsc
 bf4e4dc9ebf3a99009978c6afd1d8f2c 30052 x11 optional 
xserver-xorg-video-ati_6.14.4-7.diff.gz
 a428859fd8e50159ffe7c3c3abb6ce50 275206 x11 optional 
xserver-xorg-video-ati_6.14.4-7_amd64.deb
 a55adfac6364d95f8896a801945cd4de 279896 debug extra 
xserver-xorg-video-ati-dbg_6.14.4-7_amd64.deb
 5b8e978481d29bd797c2d45ac27bc21f 718740 x11 optional 
xserver-xorg-video-radeon_6.14.4-7_amd64.deb
 6a35553a938cefb35912f55b1b1e0fc7 2455902 debug extra 
xserver-xorg-video-radeon-dbg_6.14.4-7_amd64.deb

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

iQIcBAEBCAAGBQJRKMCEAAoJEDEBgAUJBeQMMX4P/AjSrM0lt1Y4FtEbfFBiiJxj
ZOs7Mu5HRfxJp7/1ePkt25R7MUvIEm0l0ipIvXbZ1QHX+UWJmpFuvJ+Qx7NB6Fte
9bemCArR2d1eBR/BRAp90k6aXVcODvo6QGScYAa0hZKNMBGinpG4FjS4UPUorNE+
/asPuLplw4EtKzJHXOzfDqra0yglM1kKE38XCIV90e+aRzKaK2kDPEd9UqW5UNTR
J9uptVSKOVtN3H0KcPWdEcYiNY64UTKhqYkGb+kP/F6CTJOCykdvVBAkt/bS0oy9
Wprvavx8G6heIqziJtIyANiz1yyBsF2CuWwBdoaZ/BjP10a5KDmhELriqeCBlIs8
k1bXYBrrfSEXNhlh5yDXacNh6TFDutNliLUfhdaJJeQ0ruolgdvAMsM0+J3g3Rg/
vSxzzZAsvIiwnx25yK/nLT2Sid9oRhr/tj0maAgrOovSOaf8LMYv7NfFpvg/M6Si
l8aRMefpAct5kGfEAwInFIjF7kx+NIytCWO9EgIWdSOvWyintWFpsH21zcIeNUM4
eQQHQgx+7cQH8pz1Mh1Ekz1CMhV3SEP2rCIoOJA/6ShG91hd/dahYYxosRoQGbjG
COdaf0ySvRdPlhm6jMEaWUBIQ+GET1WKOh+7c4hErmaiHRBBZ90/YgJN357vmTw6
/+L8xxUnZJy95jluSF3p
=x2uf
-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/e1u9eyv-0008mt...@franck.debian.org



Accepted autodir 0.99.9-8 (source i386)

2013-02-23 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 15:06:34 +0100
Source: autodir
Binary: autodir
Architecture: source i386
Version: 0.99.9-8
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 autodir- Automatically creates home and group directories for LDAP/NIS/SQL
Closes: 701449
Changes: 
 autodir (0.99.9-8) unstable; urgency=low
 .
   * New patch setpriority: fixes a missing set of header files.
 (closes: #701449)
Checksums-Sha1: 
 c431c8dacf096c351047cada41db767cc83bb7f9 1117 autodir_0.99.9-8.dsc
 ac6b0707c8f21944566e094584a1597a6a7ea600 7885 autodir_0.99.9-8.debian.tar.gz
 8a7a7a636a9c1e7181c278c809336ed34c726237 52454 autodir_0.99.9-8_i386.deb
Checksums-Sha256: 
 f05f03a91bde46c21692e1b33f86739847a734b84d1273ae0900bb12cd2e9682 1117 
autodir_0.99.9-8.dsc
 816729b1b70c5710d1d183affe333b771340dc4570632d71fcabfa2910667326 7885 
autodir_0.99.9-8.debian.tar.gz
 8d1c2406095500c45db8633ab82b5dd094125cdef5fe3f09d8a28f5a358f4ae9 52454 
autodir_0.99.9-8_i386.deb
Files: 
 6d86580b24d3a4eccfbda9b0bb1997c0 1117 utils optional autodir_0.99.9-8.dsc
 d26af60a86affb25219c355aabd11e9c 7885 utils optional 
autodir_0.99.9-8.debian.tar.gz
 62cdf62b3c5c37a272de9d32748d548c 52454 utils optional autodir_0.99.9-8_i386.deb

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

iEYEARECAAYFAlEo1JoACgkQpFNRmenyx0dCCACfSARMNn+RU78eZvTzDH07wgED
ZMEAn3F540iVE4DoKnYk4WBu+3mBFMHU
=JZER
-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/e1u9gnw-00072v...@franck.debian.org



Accepted python-django 1.4.4-1 (source all)

2013-02-23 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 09:33:13 +0100
Source: python-django
Binary: python-django python-django-doc
Architecture: source all
Version: 1.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 python-django - High-level Python web development framework
 python-django-doc - High-level Python web development framework (documentation)
Closes: 700483 701186
Changes: 
 python-django (1.4.4-1) unstable; urgency=low
 .
   * New upstream security and maintenance release. Closes: #701186
 https://www.djangoproject.com/weblog/2013/feb/19/security/
 Fixes mulptiple security issues:
 - Further fixes for Host header poisoning. CVE-2012-4520
 - XML attacks via entity expansion. CVE-2013-1665
 - Data leakage via admin history log. CVE-2013-0305
 - Formset denial-of-service. CVE-2013-0306
   * Add gettext to Suggests since it's required for django-admin
 compilemessages / makemessages. Closes: #700483
Checksums-Sha1: 
 38fb931786fa14eb9b8fc4e2ea7aa1aa6b2f72f9 2227 python-django_1.4.4-1.dsc
 7f4da833006b58929cbfd4ba5d11e6448c5846fc 7740176 
python-django_1.4.4.orig.tar.gz
 bcba0843b0e759edbf53838598c0546a615de43e 19856 
python-django_1.4.4-1.debian.tar.gz
 f4baec47dc0ee3fc78722a96cff70941c1043e72 5367026 python-django_1.4.4-1_all.deb
 3a73fffad101a64299b68070dd2d24b1462b69f7 2431524 
python-django-doc_1.4.4-1_all.deb
Checksums-Sha256: 
 965bb364e75a2c7539fb1756395eda84b5bf1899c0831c03cf01921c44af8e31 2227 
python-django_1.4.4-1.dsc
 0dd9fa4f0dfc4f64eedecc82bde8dfe15a0a420ceeb11ca1ed050f1742b57077 7740176 
python-django_1.4.4.orig.tar.gz
 3fe8425e9b489aeae12bc7ad4f6b25a2dd5551fc0c33692e42794096ef8809fa 19856 
python-django_1.4.4-1.debian.tar.gz
 c9bc1cbb5d8234918e842e2000b0d84be0d63549df27460da6de980f4e27feaa 5367026 
python-django_1.4.4-1_all.deb
 ceaa8cec41e224039d7eea4d5a1cf33e6de5ac03b8cb694cafe8067831eba01a 2431524 
python-django-doc_1.4.4-1_all.deb
Files: 
 0142dbfd3d85bcf71d3494119aec1ced 2227 python optional python-django_1.4.4-1.dsc
 833f531479948201f0f0a3b5b5972565 7740176 python optional 
python-django_1.4.4.orig.tar.gz
 4be82335fca9d168cf8dfae83a86c8eb 19856 python optional 
python-django_1.4.4-1.debian.tar.gz
 c76fbe5c855aed2b1e91ac215656b8c9 5367026 python optional 
python-django_1.4.4-1_all.deb
 2dcdbf7a234192ffe1a4b6da5159d617 2431524 doc optional 
python-django-doc_1.4.4-1_all.deb

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

iQIcBAEBCAAGBQJRKMeeAAoJEOYZBF3yrHKadeEQANA3jY2r1XgPQo+VfBI8h7eV
sZs0rSPvmvqgTV3PBrMwst0qyB/I2O8f+Swz0XwcX5P/0MS96uCeqwYDRn2wcC0I
a9BToRXOQKTKKMhJyu/pPWxAp930RnwObfotc1X8x7Pq2FD0Qkprqe+D85pI6xDJ
cUj9xyint4FZJEOjcFT7wP8UgckPaTb7+7gnlTfSkVD4JjKjhhkX8JsuD1lRjJwi
HzulXKeTLHmEe6uYKZj8a0Yt9x9bgpdgkN1rknO4NVyGbFRSuoawxxrDz5ylmTbe
eIqMrwqrovsH1vVgCIA+Icn5iwhZp/JsMpphpBIYsgNrLo9KydmqXthc+x9KkBCW
a9jYDae00Im0PYjgoSK7wU7zLq8dmPtqvCY5xhlVkk2RgALzPMjl7V/yzRKEQEDe
Qct9QRKrsqrhgC1C0Axu/p0/OCiLRCQz53CwJneXzEQfS5zJ+lt3VhSIF4ZlWMlr
0beD/vxLr0W0BVMeGTmBukjqeM6Oc2e86HUqV4FvqC9LEP8zX7UKHJ1JMZhlePcQ
S+c+BGbW9gebV/3YcFHYAZQszUL0VnMschE9MT3+SMpyH4J53ejkP6hocfZFpHV3
Y7VM01lRmJqu+jYtrb4RD6vqf9YAJaUaBsR5NnLVPw0Er6mceMKUjQ1m+hx7Eu+A
hHqXsFYUWejwWF12zkJ4
=XsQO
-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/e1u9gok-00078x...@franck.debian.org



Accepted torsocks 1.3-1 (source amd64)

2013-02-23 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Feb 2013 12:54:25 +0100
Source: torsocks
Binary: torsocks
Architecture: source amd64
Version: 1.3-1
Distribution: experimental
Urgency: low
Maintainer: intrigeri intrig...@debian.org
Changed-By: intrigeri intrig...@debian.org
Description: 
 torsocks   - use SOCKS-friendly applications with Tor
Closes: 636943 683358 684577
Changes: 
 torsocks (1.3-1) experimental; urgency=low
 .
   * New upstream release:
 - Fix not found in any shared library. (Closes: #636943)
 - Fix invocation without arguments, only spawn a shell when called
   with --shell. (Closes: #684577)
 - Display correct error message when the wrapped program cannot be
   found in $PATH.
 - Fix typos in manpage. (Closes: #683358)
 - First stab at ensuring IPv6 connections are dropped on the floor.
   * Drop all patches, they were applied upstream.
   * Update specification URL in debian/copyright.
   * Bump Standards-Version to 3.9.3, no change required.
   * Drop obsolete Lintian override.
   * Remove obsolete watch file.
   * Don't include buildflags.mk by hand, debhelper v9 does it.
   * Don't cleanup not shipped .la file.
   * Drop obsolete --enable-socksdns configure flag.
Checksums-Sha1: 
 e6def5af60146f26a83a5e63fca9b935e0c5cf41 1928 torsocks_1.3-1.dsc
 456fe8a89956497898c51ed4e1a2b3316d154dac 474351 torsocks_1.3.orig.tar.gz
 3d7772427ca891df3066645cf093de9f55a465bf 3344 torsocks_1.3-1.debian.tar.gz
 2367a689efa25cb0e87210723c32d1b0728db558 83248 torsocks_1.3-1_amd64.deb
Checksums-Sha256: 
 524b9c8d0374adeafaa3a600489d40bedf08e559d5785b6e322dc2ac67705369 1928 
torsocks_1.3-1.dsc
 7d8f7f21b984a5429cf2f18e53029a338c658da72f14af65af41ed645b543f3c 474351 
torsocks_1.3.orig.tar.gz
 a6f356c1d2126262b241499dd7c5b97b5fa43c4cedbcde86c17db513396e07cb 3344 
torsocks_1.3-1.debian.tar.gz
 c3b26260d630aa01697e570e179cfe991542385cd62569d11d78c9aec38c3cb9 83248 
torsocks_1.3-1_amd64.deb
Files: 
 963611d281c7bcd32e283107f6ab6733 1928 net optional torsocks_1.3-1.dsc
 5abc1c128c4e4df955e040a822a99e00 474351 net optional torsocks_1.3.orig.tar.gz
 07695c1e3eb45f483b63076177dcfc1f 3344 net optional torsocks_1.3-1.debian.tar.gz
 ae568fca60df71c4ebd16dd77229d877 83248 net optional torsocks_1.3-1_amd64.deb

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

iQIcBAEBCgAGBQJRKMsfAAoJELrOFdKldJj/tCwP/jyqrQkKL4Xk3Gy8z4A3R9++
l3jGeWs3bkKxGp2778phOaDukcP9u2SgZHEezI7LpCP7YqxiOxp84Ya8eWiBS2d6
piuUfv2dEKFqyvLoIacJuguftrMZgGtZpOuuHPGWM9Db3S82U6F4BLmofJ5ym+xp
HlaKhXjWB8XTKTZzzQgYGd+le2MCkfqmSpM4vVsrzY8lJ4wb4+8733M7VFoLfe69
9pxv0Qkn+E1n02uOpeW7fYWSeRfOyV3VqmRrzjTghyocvyHR9NnpuEJdReO5/RYz
YW5keTeZY4pzyvRHDuVbQHAASpgj6EMnQwVHSPQlYD9Qq6EL0iv0bmpLIFU1IhYm
sOAw5JSU3BtSE8CruJLOjAsU+uqRI3tjAB+PnCXIvOcVEWDCSodBBgD3LZu8GXAq
AdXrZEUEGDR/bWqjJ9DTEmhS32A1rm7vt5Jbp8LGnoHgFCvwRsXZHpSDQNKy5Qqs
MVyoGzz16PP+VpudZm2WRlviC9re7ZtJsJJgzSANQC1feQzXOYkPY5O/r0mhitWE
jomDYYOGpR1C07JWWv17B5IjmZUm6fqDLPki0LbHWq4FQKbQ1qs++xEV8TlT32yp
GnHbcFSLQTwGhvBaQmlj59ARAQE52FBh+uE3gfDqjdxoxYLCtQGyqCQZEn7cJWuo
ENza6BcHel/V2Z5045KM
=HeIA
-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/e1u9goq-0007cb...@franck.debian.org



Accepted latex2html 2008-debian1-8 (source all)

2013-02-23 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 16:03:31 +0100
Source: latex2html
Binary: latex2html
Architecture: source all
Version: 2008-debian1-8
Distribution: experimental
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 latex2html - LaTeX to HTML translator
Closes: 700452
Changes: 
 latex2html (2008-debian1-8) experimental; urgency=low
 .
   * debian/control: Move Homepage from Description to own Source field
 (Closes: #700452)
Checksums-Sha1: 
 83bae260c7fcf684912ef7790798a2f5421965bb 1224 latex2html_2008-debian1-8.dsc
 0f63169e3c0652d9b6bc646c4e7fd91a09a0509e 56427 
latex2html_2008-debian1-8.debian.tar.gz
 89a15343d01f595e6512897c235024c655d0b041 2137732 
latex2html_2008-debian1-8_all.deb
Checksums-Sha256: 
 078f6c5696eebc2a89f49094d496c10d342aad89e36fd138a0c3ac64f7759a02 1224 
latex2html_2008-debian1-8.dsc
 75d3e4d7f04883e68ac3bb603fbe94df07e7addd123d8db3c27c5fd12261e9c9 56427 
latex2html_2008-debian1-8.debian.tar.gz
 7912822d9664dd906cebd6d2359083271092ff429e0539e836f1f84c8871d16c 2137732 
latex2html_2008-debian1-8_all.deb
Files: 
 2a1a9e072d88ad785ba8fc6ea7c0cf09 1224 tex optional 
latex2html_2008-debian1-8.dsc
 82863379ab0b82120d6b606d4c6de4eb 56427 tex optional 
latex2html_2008-debian1-8.debian.tar.gz
 aa639634d4ce186406ee9d05038a9422 2137732 tex optional 
latex2html_2008-debian1-8_all.deb

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

iD8DBQFRKNs2caH/YBv43g8RAtYpAJ9f3WL94kURcysElYcEaktJmyDk4wCfcMbU
ItCOxwZsiro2x7NfprJ23AI=
=vvgk
-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/e1u9gr2-0003vs...@franck.debian.org



Accepted ruby-defaults 1:1.9.3 (source all)

2013-02-23 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 10:45:13 -0300
Source: ruby-defaults
Binary: ruby ruby-dev libruby libtcltk-ruby ri ruby-full
Architecture: source all
Version: 1:1.9.3
Distribution: unstable
Urgency: low
Maintainer: akira yamada ak...@debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 libruby- Libraries necessary to run Ruby
 libtcltk-ruby - Tcl/Tk interface for Ruby
 ri - Ruby Interactive reference
 ruby   - Interpreter of object-oriented scripting language Ruby (default v
 ruby-dev   - Header files for compiling extension modules for Ruby (default ve
 ruby-full  - Ruby full installation (default version)
Closes: 700671
Changes: 
 ruby-defaults (1:1.9.3) unstable; urgency=low
 .
   * declare Breaks: apt-listbugs ( 0.1.6) in ruby package to avoid breaking
 squeeze/wheezy upgrades when apt-listbugs is installed (Closes: 700671).
Checksums-Sha1: 
 93f981fde4990f7fa135ede8d375a6cc200b43bf 1258 ruby-defaults_1.9.3.dsc
 0bf97b07a064f1863891fa54b823be82dd1823dc 6190 ruby-defaults_1.9.3.tar.gz
 7496a629895bd8e96be399c91d0f25fb88460799 6484 ruby_1.9.3_all.deb
 1ccec753f881dd45029b86376807f156ab720925 6082 ruby-dev_1.9.3_all.deb
 9a2a01a3d12cd2e084d8fda81f21b79f27280478 6218 libruby_1.9.3_all.deb
 fd0543dcb699a3b4f83e2043234a1fcdc58faf8d 5956 libtcltk-ruby_1.9.3_all.deb
 130defa2a80cce0d23c266e71ff02fface36b505 6072 ri_1.9.3_all.deb
 58a0055144ef70367f688db4301a484cb876c0c7 6010 ruby-full_1.9.3_all.deb
Checksums-Sha256: 
 356f70190be8f05bf9913680a7c7a512903fc2fe9da7baf5e856614e73cb79e6 1258 
ruby-defaults_1.9.3.dsc
 b159ba53fae00b8725d31374c6f125c5ea9728c54ed0b3890335917800f7b11e 6190 
ruby-defaults_1.9.3.tar.gz
 6ba6bdbcf33a77e7df06a42aa3d58bf3a4612528629070d69f239fcca97e06c5 6484 
ruby_1.9.3_all.deb
 b458e5786afe6c91b39df31520dbb8cb4092005bdc93280e2a72af5d222fbb69 6082 
ruby-dev_1.9.3_all.deb
 13b0c7326ab0b204d335cc4536126ff948623f3c053e8ac409690466f13e521a 6218 
libruby_1.9.3_all.deb
 87b69586fa612f84c99e44cf6a855b1de06aa81d62c328cefe6f5294b2bf599f 5956 
libtcltk-ruby_1.9.3_all.deb
 006dff0d1555bea947ddaf3319b1d02b17abf1afb50cdec6f4871175afeda7f8 6072 
ri_1.9.3_all.deb
 53098974e2825ba477cc9291a27058bbe791911aebab07a0d6b445dba2150a97 6010 
ruby-full_1.9.3_all.deb
Files: 
 fadb64f6994e44c66054ec3483739b07 1258 ruby optional ruby-defaults_1.9.3.dsc
 725cac5b435885fef0b8804b31605c45 6190 ruby optional ruby-defaults_1.9.3.tar.gz
 403b83504d74b4478ba21a27663afa34 6484 ruby optional ruby_1.9.3_all.deb
 ac62b2e9bbef7b9a9dd6ba3fee10ed13 6082 devel optional ruby-dev_1.9.3_all.deb
 432a8b0121a099e18575a5b4f3e5b7b1 6218 libs optional libruby_1.9.3_all.deb
 2d144ecac407c92ee11c7582ec8eea0f 5956 ruby optional libtcltk-ruby_1.9.3_all.deb
 a167e9ade5340f90bb3eb3619ae32710 6072 ruby optional ri_1.9.3_all.deb
 f2a3d9cb5be2228e0357baa064513e32 6010 ruby optional ruby-full_1.9.3_all.deb

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

iEYEARECAAYFAlEo2WsACgkQDOM8kQ+cso+N4gCgnaWhmOhtLaWTWDLBMfyFaj4p
oecAn3wAejTLW0vdZdvorD7Ei1HKB08c
=zgiP
-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/e1u9gra-0003fu...@franck.debian.org



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

2013-02-23 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 09:21:27 -0300
Source: ruby1.9.1
Binary: ruby1.9.1 libruby1.9.1 libruby1.9.1-dbg ruby1.9.1-dev 
libtcltk-ruby1.9.1 ruby1.9.1-examples ri1.9.1 ruby1.9.1-full ruby1.9.3
Architecture: source all amd64
Version: 1.9.3.194-8
Distribution: unstable
Urgency: low
Maintainer: akira yamada ak...@debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 libruby1.9.1 - Libraries necessary to run Ruby 1.9.1
 libruby1.9.1-dbg - Debugging symbols for Ruby 1.9.1
 libtcltk-ruby1.9.1 - Tcl/Tk interface for Ruby 1.9.1
 ri1.9.1- Ruby Interactive reference (for Ruby 1.9.1)
 ruby1.9.1  - Interpreter of object-oriented scripting language Ruby
 ruby1.9.1-dev - Header files for compiling extension modules for the Ruby 1.9.1
 ruby1.9.1-examples - Examples for Ruby 1.9
 ruby1.9.1-full - Ruby 1.9.1 full installation
 ruby1.9.3  - Interpreter of object-oriented scripting language Ruby, version 1
Closes: 701466
Changes: 
 ruby1.9.1 (1.9.3.194-8) unstable; urgency=low
 .
   * ruby1.9.1: add Breaks: apt-listbugs ( 0.1.6) to avoid breaking the
 squeeze-wheezy upgrades (Closes: #701466).
Checksums-Sha1: 
 e3b18a884763c11e46284b9a8c8605f7890c1102 1994 ruby1.9.1_1.9.3.194-8.dsc
 c3a12c9388e0ece90a8e1406ffa617d3e74516ec 62266 
ruby1.9.1_1.9.3.194-8.debian.tar.gz
 db7e2fd7e2612d5623df48d25b49f0ef5f751743 233102 
ruby1.9.1-examples_1.9.3.194-8_all.deb
 76f3d00aae30cd6d9d1a96f5a26ed3c87600bca6 2173030 ri1.9.1_1.9.3.194-8_all.deb
 df3d4fb2c963b331b5d68ca441b593cd15964ed7 171186 
ruby1.9.1-full_1.9.3.194-8_all.deb
 d02a97a38b3e4122feb2970d1b07e85a66aed1e4 171754 ruby1.9.3_1.9.3.194-8_all.deb
 3d008d90e86c302c1aabd0290bb20704945f78f6 208146 ruby1.9.1_1.9.3.194-8_amd64.deb
 70e5db7543720390e778c0fe5440529db1f08022 4414476 
libruby1.9.1_1.9.3.194-8_amd64.deb
 cbb3200c5889393577de98f30945bd2aa64e806a 4559328 
libruby1.9.1-dbg_1.9.3.194-8_amd64.deb
 6d42fceacc1c65d0ee9e85bbf211a0d0431bc589 1384270 
ruby1.9.1-dev_1.9.3.194-8_amd64.deb
 771bb0091f3b6523aadc530d704d6a8c9cbf402f 1959276 
libtcltk-ruby1.9.1_1.9.3.194-8_amd64.deb
Checksums-Sha256: 
 67fb348ebb6407867d55066cabeb4799c33dc4f2b834e61995593e2fed45d28a 1994 
ruby1.9.1_1.9.3.194-8.dsc
 ba5497ad1cb61bdf441eb5f631c9cad2dd88e69162c763109c45a2e5da190418 62266 
ruby1.9.1_1.9.3.194-8.debian.tar.gz
 7ec55db823c33a70ecd535d63146d57187ab1ea74fd2b91d46bdbea006a65f4a 233102 
ruby1.9.1-examples_1.9.3.194-8_all.deb
 66444bf554eea6d5f6277c70ec4c43b1cc3b754a35958b4d1caa0bad2ac344a9 2173030 
ri1.9.1_1.9.3.194-8_all.deb
 fcf5ee4028a316c87ba377f01bbf3b7f93fcda7b3b50a0e2e462fe81240e66e8 171186 
ruby1.9.1-full_1.9.3.194-8_all.deb
 91f2b472c3a534ca99d5f6da0cb594dc1bfb7021e048aef9688eecd4681489bf 171754 
ruby1.9.3_1.9.3.194-8_all.deb
 7a39220e139c9c6d9bcff864ab00f8cd7b221a1f54fb1f5a1e27c4d951b09cfc 208146 
ruby1.9.1_1.9.3.194-8_amd64.deb
 8a36a52f1e75549b77cb7cbe5554d2717670a9ada4d41be0eaf01bebbddff0c7 4414476 
libruby1.9.1_1.9.3.194-8_amd64.deb
 48305fe823109791b3a461cf981ace5b1a71f3b117326e5a65d2ce1ab1f14892 4559328 
libruby1.9.1-dbg_1.9.3.194-8_amd64.deb
 24fc1d46e22f599d8ea92338f17a33bd169755242962446bd3d34ffdbb547af9 1384270 
ruby1.9.1-dev_1.9.3.194-8_amd64.deb
 60cab40a5213a51a9296df9e8f35a62badb1db9d62bf5164cd9df49717ba5160 1959276 
libtcltk-ruby1.9.1_1.9.3.194-8_amd64.deb
Files: 
 48ab5792b58ac155c22fa006ed8069f3 1994 ruby optional ruby1.9.1_1.9.3.194-8.dsc
 a7730d757916fc68cba3c685096e4a81 62266 ruby optional 
ruby1.9.1_1.9.3.194-8.debian.tar.gz
 68b9d46d11a9a76bca6a24e34919a0e4 233102 ruby optional 
ruby1.9.1-examples_1.9.3.194-8_all.deb
 74383f410ac19e6a97d151a0309feea6 2173030 ruby optional 
ri1.9.1_1.9.3.194-8_all.deb
 b83aa8bf0144c7bc197fff48c3d608e2 171186 ruby optional 
ruby1.9.1-full_1.9.3.194-8_all.deb
 6fa48ef12f12b4de21888b7533101781 171754 ruby optional 
ruby1.9.3_1.9.3.194-8_all.deb
 40e848ca2fe05607985e25f16b942a42 208146 ruby optional 
ruby1.9.1_1.9.3.194-8_amd64.deb
 10311fca6c38c8a1182db1ae9b125abc 4414476 libs optional 
libruby1.9.1_1.9.3.194-8_amd64.deb
 c9d9a3af408051e74a77e4ab0317a8ae 4559328 debug extra 
libruby1.9.1-dbg_1.9.3.194-8_amd64.deb
 d278994ee335ad6de8bade71bdc4677c 1384270 ruby optional 
ruby1.9.1-dev_1.9.3.194-8_amd64.deb
 f3acf7ed8d0e2cbfd031707b353e6732 1959276 ruby optional 
libtcltk-ruby1.9.1_1.9.3.194-8_amd64.deb

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

iEYEARECAAYFAlEo2V0ACgkQDOM8kQ+cso+lYgCfS6BzOAnD6zLGvp9lh8IuRQwq
n6wAn3fpcLLVhRC21Ei8j+KK4Lq/5dFM
=fqjP
-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/e1u9grh-0004kv...@franck.debian.org



Accepted xorg-server 2:1.12.4-5 (source all amd64)

2013-02-23 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 15:37:44 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.12.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 495816 696110 699907 701469
Changes: 
 xorg-server (2:1.12.4-5) unstable; urgency=low
 .
   * dmx: don't include dmx-config.h from xdmxconfig (closes: #495816)
   * xfree86: bail on misformed acpi strings (closes: #696110)
   * dix: don't allow overriding a grab with a different type of grab
   * dix: Set focus field on XI2 crossing events (closes: #699907)
   * Link against -lbsd on kfreebsd.  This gives us access to getpeereid(), and
 makes MIT-SHM work with non-world-accessible segments (closes: #701469).
Checksums-Sha1: 
 19f819ebb56136b226a2c07ecf8786ff6a6404aa 4122 xorg-server_1.12.4-5.dsc
 0590e3ffc1257e7e3dec4c56e7a699d1bb1d426a 90169 xorg-server_1.12.4-5.diff.gz
 b51d23bd2bc4763b42b35accb0c57d8ffd2d9ac0 1395898 
xserver-common_1.12.4-5_all.deb
 e1bbb3ba8d01ef0f286dfe70bab2450ccde2ab7f 1761636 
xserver-xorg-core_1.12.4-5_amd64.deb
 cc1e8b282f4212e66618c3f6aa72ab54cec5 867574 
xserver-xorg-core-udeb_1.12.4-5_amd64.udeb
 f68a1ac80003a4ef6681a82507ffd13195cb2232 319962 
xserver-xorg-dev_1.12.4-5_amd64.deb
 9abdf3dc23367cb198255ff861e5fdd87923fc28 922736 xdmx_1.12.4-5_amd64.deb
 02b2bf76713ab77ef52db8dbf190639a34870ccd 125334 xdmx-tools_1.12.4-5_amd64.deb
 f997a1566e56ce856ebc63483b477c2ba0184107 821398 xnest_1.12.4-5_amd64.deb
 d9efa57109c9961173d4590e9432e4ae954311f5 924932 xvfb_1.12.4-5_amd64.deb
 357b2d3981932537f007bba2a3792b5eeca83c6c 1017682 
xserver-xephyr_1.12.4-5_amd64.deb
 29702818867700e6686167cf6ae30e2c6a93f5e6 939798 
xserver-xfbdev_1.12.4-5_amd64.deb
 52d1dd282026ac8e12f64b27032472da7667dbed 7289964 
xserver-xorg-core-dbg_1.12.4-5_amd64.deb
Checksums-Sha256: 
 44389f7db07adb4a2682e00cd7c95fb95ed6326294d5a6f5d9e800047773360f 4122 
xorg-server_1.12.4-5.dsc
 da2ee4254132de2761c1e8e1ecac83ef0f73ffa54b1b50d0f235c2b945d305fe 90169 
xorg-server_1.12.4-5.diff.gz
 3b178ac8a84354f6c967cab39afaf87310e00bb0305163c9adac1547ee80de2f 1395898 
xserver-common_1.12.4-5_all.deb
 1c1c31de99cd72d64b888b8528e71e9fd1fe0f78ee21608c0261d1e05eefad8b 1761636 
xserver-xorg-core_1.12.4-5_amd64.deb
 6659f263f8d0f38fd5352c3ba3de0399ea0ef66279e42756e4668591d79577e1 867574 
xserver-xorg-core-udeb_1.12.4-5_amd64.udeb
 2228f9a71d55dd62415fc169df50e66d77fa7445036d770934fe3d2c67bf1a7a 319962 
xserver-xorg-dev_1.12.4-5_amd64.deb
 b2839bc730ef697f947761a57a10310e63e8b8e0ec3fba4f2fe2507c89ee3c81 922736 
xdmx_1.12.4-5_amd64.deb
 cb5d9cbca8abc3a0fcd5343060a2ff659071aae97878de24d06202a7a723a30e 125334 
xdmx-tools_1.12.4-5_amd64.deb
 7483a5031a684bb64ab0cfd009b3f195ff6a5b5294dd5ccd6e12c4ca4f16802a 821398 
xnest_1.12.4-5_amd64.deb
 e4b0eb6091ebcae20be87a49340732194f8e4a4139137ac7553c4f9fcf1a3947 924932 
xvfb_1.12.4-5_amd64.deb
 f8b8ae410a114cb2fa0499d049d6cfa47deac0037a3a355c881df5770656621e 1017682 
xserver-xephyr_1.12.4-5_amd64.deb
 8275297bb12d6703a8c1df5a3513893663aa2acae35c359b9702e41a299a8b34 939798 
xserver-xfbdev_1.12.4-5_amd64.deb
 61917638b15e23a98f00da4a37dca5d9b18c3df3e627164ebdcc93f9bbb033c8 7289964 
xserver-xorg-core-dbg_1.12.4-5_amd64.deb
Files: 
 649584cc18e668f6682758549e208374 4122 x11 optional xorg-server_1.12.4-5.dsc
 afb1a996016cc243191c1b48fff1c2b3 90169 x11 optional 
xorg-server_1.12.4-5.diff.gz
 3066964b857410aa0af5260cbc15c6e3 1395898 x11 optional 
xserver-common_1.12.4-5_all.deb
 6f36c52ede223fd692a99a926a701a50 1761636 x11 optional 
xserver-xorg-core_1.12.4-5_amd64.deb
 cb397b1c4efd19df9206956cba932bfd 867574 debian-installer optional 
xserver-xorg-core-udeb_1.12.4-5_amd64.udeb
 26528c53ea087e0fdad4160069621917 319962 x11 optional 
xserver-xorg-dev_1.12.4-5_amd64.deb
 a0bab9edd746a279031f994315a31a0e 922736 x11 optional xdmx_1.12.4-5_amd64.deb
 8f60012322e38cf8631907dcbfc39b10 125334 x11 optional 
xdmx-tools_1.12.4-5_amd64.deb
 1b1dd98d7828612c2bb576d15f856cb7 821398 x11 optional xnest_1.12.4-5_amd64.deb
 0b19470e3cda97a3775ea91be50c1cc3 924932 x11 optional xvfb_1.12.4-5_amd64.deb
 5c3cd24a5c16abdf54026521dd989795 1017682 x11 optional 

Accepted xterm 290-1 (source amd64)

2013-02-23 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 16:09:09 +0100
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 290-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Changes: 
 xterm (290-1) experimental; urgency=low
 .
   * New upstream release
   * Drop 100_manpage_whatis.diff, no longer necessary.
   * Drop explicit --with-desktop-category, no longer necessary.
   * Update copy of XTerm FAQ to revision 1.221 (dated 2013/01/26).
Checksums-Sha1: 
 c878d77941720635a83249f854e26a591f6e636d 2022 xterm_290-1.dsc
 0824897503f8585ce43832130ca7bd606dd32e22 1090784 xterm_290.orig.tar.gz
 ee2ae708fd36f33c7cf552ea6fccf6d5d343cdc5 101520 xterm_290-1.diff.gz
 67a3377d6aaa489ac984f5450c7c0af5f8c0b688 671946 xterm_290-1_amd64.deb
Checksums-Sha256: 
 6a867a4781c54e2ea1e4fae9a8a6eac5a0fb76900cc54639e3ac218c73b50e33 2022 
xterm_290-1.dsc
 7664fe7932b844a4b8198a46ae6ff964cf4fc01c465332df7534c9220ccb1cff 1090784 
xterm_290.orig.tar.gz
 053b4af836c88cd3da530563a53fa74fb89f9803c0fb3b067a1040211cd98ef6 101520 
xterm_290-1.diff.gz
 3c73a9a1fd7a87b5f7de0f777539a83aa08587099186b6c2d94860455d3101aa 671946 
xterm_290-1_amd64.deb
Files: 
 6ec7fb630eca2842bb335c8d55f799c5 2022 x11 optional xterm_290-1.dsc
 92ce4a161dc4a16daa987e5a6511da61 1090784 x11 optional xterm_290.orig.tar.gz
 7e102e5a8c7ef5355162c80b251d10f1 101520 x11 optional xterm_290-1.diff.gz
 994d2bc4889b2b3764357f3a60e90c96 671946 x11 optional xterm_290-1_amd64.deb

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

iQIcBAEBCAAGBQJRKNyNAAoJEDEBgAUJBeQMGVUP+gKfZPO6Aod0OV/gijv0fJ0M
llcF8ATYNpZsFav2EGntHzen1FoufFhD+OvKJGVb8/6CfvFRoCwmp4nmpXE35dEI
9MhbSecu3vF3TSUMaI9Sltl/uINUUUclLjj3tEE6jHSA+sqCczk3pu8MCOveCtF9
g85E+mPS7jgwlRtLUXEZMQ0nc5fsiRkxPt+ei26E8EEMkLPFsc/GsUOowvDSXJPa
IyD30+i8q64ik1BXJBPLPWgmql5ZHpoa2IpDANObHICmKL5mV9MJRx7lPnDMsuWF
ODNdLloMYU492Pmh2/QMfOmPGKAxiqVquXqTslG3ZRxUsLmVDzOF0Rgj8zCxWx4I
mno9bIIzkkEYSA0r9+nNDUbZOj1oX2UsnjnrsoCa/gCMGDF9ghTdXlo6pwMTrL13
n0THKLtfmcBKG3Yf9f93qlvKlN1yMHDttnIh/sS2T0E45GKrH/9mjebyVjDcv6Td
Cqj8UsN2xX09GzYUlgBFIXPf8a4DWFB2Ayc2Bpe/l4YSLB0aCeoxsiKrwgj3aJfk
J/7qpXZ21GGYjSzrRZ5i03N6fwwa5MYQrcI/fGPOKt8mpOMXePW/iws8RVvxVwNT
N0gF4BG5mPUppv/unULvPr4Q0Wy+z10oh5SkiJJdRyuafbMb6SoYhFsyvn4SLlMl
mwKib6VmPR69LbBJjL3I
=uj2f
-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/e1u9gsa-0004rj...@franck.debian.org



Accepted drupal7 7.14-2 (source all)

2013-02-23 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 15:12:35 +0100
Source: drupal7
Binary: drupal7
Architecture: source all
Version: 7.14-2
Distribution: unstable
Urgency: high
Maintainer: Luigi Gangitano lu...@debian.org
Changed-By: Luigi Gangitano lu...@debian.org
Description: 
 drupal7- fully-featured content management framework
Closes: 700545 701165
Changes: 
 drupal7 (7.14-2) unstable; urgency=high
 .
   [ Luigi Gangitano ]
   * Urgency high due to security fixes
 .
   * Acknowledge NMUs from Gunnar Wolf
 .
   * Incorporated fix for DoS on image derivative generation
 (Ref: SA-CORE-2013-002, CVE-2013-0316) (Closes: #701165)
 .
   * Removed update warnings for Drupal core, since security fixes are provided
 by Debian updates. (Closes: #700545)
Checksums-Sha1: 
 daacc918dbb50af1796167a78cf13e19551d265c 1178 drupal7_7.14-2.dsc
 d972a2e131c0cf2f6628146acef6c19f031f86d5 199969 drupal7_7.14-2.debian.tar.gz
 d35338979a2a1cfbaeec73ad94d8b25ac9629c5f 3179172 drupal7_7.14-2_all.deb
Checksums-Sha256: 
 4630911f1719c0f197d2ff90404c6bfba36e445c9147a49b6858bbb3a0ee0c3f 1178 
drupal7_7.14-2.dsc
 a7face8fd141ff93f79dcc9c6c29b5b6a6b4d87be9cb7d012ccf7b33a9ad57c2 199969 
drupal7_7.14-2.debian.tar.gz
 d1a3b6e914b600c9d321d83a9d27b6bc64fcd6dc3761b8c8fd0c9c740e9b2ccf 3179172 
drupal7_7.14-2_all.deb
Files: 
 e97baba55a00af319489b47d44b4fe1c 1178 web extra drupal7_7.14-2.dsc
 828b6f1704240c9eb02973b45e41f8c1 199969 web extra drupal7_7.14-2.debian.tar.gz
 541f896ce67ae6a5a78200ec19c0f7be 3179172 web extra drupal7_7.14-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (Darwin)

iEYEARECAAYFAlEo344ACgkQ8ZumGJJMDCYvwgCePhdkfwEYM9NwWGBq+VRO4BzE
aB0AnAzmgKtBH5JJv+nJIe9xUBNNdTWd
=4mmQ
-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/e1u9h5y-0007hq...@franck.debian.org



Accepted libzen 0.4.28-2 (source amd64 all)

2013-02-23 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 24 Feb 2013 01:05:22 +0800
Source: libzen
Binary: libzen-dev libzen0 libzen-doc
Architecture: source amd64 all
Version: 0.4.28-2
Distribution: experimental
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 libzen-dev - ZenLib C++ utility library -- development files
 libzen-doc - ZenLib C++ utility library -- documentation
 libzen0- ZenLib C++ utility library -- runtime
Closes: 701314
Changes: 
 libzen (0.4.28-2) experimental; urgency=low
 .
   * [c0b2e49] Fix unlisted std:: symbol in libzen0.symbols (Closes: #701314)
   * [32d1a5b] Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 fa6e2fcc1dd1e37af06166685939b9e2d1fc0c3c 1945 libzen_0.4.28-2.dsc
 afeb0174d4d3bce3e5cda7006365b0676cf0f928 8200 libzen_0.4.28-2.debian.tar.gz
 931f272a3ec43907c4e18e75a3fc1a2d617a3048 41544 libzen-dev_0.4.28-2_amd64.deb
 b34dde7e361fa0281cec0d4665e209dabfe2ab3b 120718 libzen0_0.4.28-2_amd64.deb
 043cc45461b8dc7bd6086d6e84732ab2c768f883 434742 libzen-doc_0.4.28-2_all.deb
Checksums-Sha256: 
 74dce7c5381c1706076c0d734a6d1f53689dd12efa81ef161e9e4527d5615a1a 1945 
libzen_0.4.28-2.dsc
 75c9041051f89ee8d46c804221ab3c7f15ed8db551e85be04e893c61d8b390e5 8200 
libzen_0.4.28-2.debian.tar.gz
 e201c4b16eb259c96e882911512a0ae75692ce7e469400847cc72101859bd56e 41544 
libzen-dev_0.4.28-2_amd64.deb
 08f3d6314efff5e9c7a156dd7a6a66a9bfadb1d577c608a9a54306e5a049cb43 120718 
libzen0_0.4.28-2_amd64.deb
 dfe15013f29db9249ba442c9a168f814e838b5fb1550e96d3581ab080d3b5ad4 434742 
libzen-doc_0.4.28-2_all.deb
Files: 
 8f1253829de92e44bb8234ffd9c32611 1945 libs optional libzen_0.4.28-2.dsc
 186f2c6b4b4a7550f2d6a017764036ec 8200 libs optional 
libzen_0.4.28-2.debian.tar.gz
 29c324bf044ef2f8c691ac075ffe7100 41544 libdevel optional 
libzen-dev_0.4.28-2_amd64.deb
 bd6a37e03ddcf82d3bba8b6b7bc33a12 120718 libs optional 
libzen0_0.4.28-2_amd64.deb
 ff5769b2a9e14242d89c83de0abc7e92 434742 doc optional 
libzen-doc_0.4.28-2_all.deb

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

iQIcBAEBAgAGBQJRKPd0AAoJEPvVIltYh1Khb3gP/3ywYMuRuKM/aUfP6VwYpajX
FPECsBCPdR5vgJFffuQ03EZd6wSdj/r73V/43XwI33VuLKaAnELScmiEqHvV2Fi8
bqHH43MFEHaj8X4Uae5LX3BC83tfZU3FB8N2v0ySg6+PBqCIMUATAaWAiRfTiibZ
XXAFC7HpITvLgjeNEhe2qd3Cbjk9jLBnt6PKgsJVLfX1Vn7so4c/QB39ICatMetw
l6vyB0j9O1vnETjHxexMeqFUFS2fi0pDI26/dOpZSy9R/Je5qZUdOa34Vids9qzl
5YVCvrLSHMiynqdn6icBQqpjAhSMFSM2M/pp2GNWevb3bzVQ5iyjwZw5QdjnN2Kc
Dhxcn4SslQYzhJUTTxghNWk2Zsms1rc/mHfGjWXPBcbFfM+Zx80JjETuHK/wIS6Z
KDBGRMi9BDVSMDDyI5KO0IQzYwRTR2Vc9VrO+IBgEGZn94AWw0Osc3xpEmsXy2WM
AI8STAgM+LVuRDlLDbcjWAKt51tFOa9rhYNLyeCNwtmvnEVNNzN79nNmNRyCiS7p
LK9/tUXmjyaq+e6PZ8h7fO8mThmkzccio0lA93P+kgY96nxcYxX3rki9kALx9Btl
xjaXZX5ys6u/6nzkYbc1ykDczX46FeTt8uQRoDpkdFq9wRQQFXO03uydtidc3xSe
Su6Dp1Rt3+LySXbc41oV
=hIL6
-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/e1u9ij7-0006va...@franck.debian.org



Accepted pidgin 2.10.7-1 (source all amd64)

2013-02-23 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 11:32:27 -0500
Source: pidgin
Binary: libpurple0 pidgin pidgin-data pidgin-dev pidgin-dbg finch finch-dev 
libpurple-dev libpurple-bin
Architecture: source all amd64
Version: 2.10.7-1
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak a...@debian.org
Changed-By: Ari Pollak a...@debian.org
Description: 
 finch  - text-based multi-protocol instant messaging client
 finch-dev  - text-based multi-protocol instant messaging client - development
 libpurple-bin - multi-protocol instant messaging library - extra utilities
 libpurple-dev - multi-protocol instant messaging library - development files
 libpurple0 - multi-protocol instant messaging library
 pidgin - graphical multi-protocol instant messaging client for X
 pidgin-data - multi-protocol instant messaging client - data files
 pidgin-dbg - Debugging symbols for Pidgin
 pidgin-dev - multi-protocol instant messaging client - development files
Changes: 
 pidgin (2.10.7-1) unstable; urgency=low
 .
   * Imported Upstream version 2.10.7
   * Move libpurple0 to section devel, to reflect #700141
Checksums-Sha1: 
 fa0c1396b9a6663d3b5d7ee4bea121a0a7071646 2764 pidgin_2.10.7-1.dsc
 01bc06e3a5712dded3ad4a4913ada12a3cd01e15 10069279 pidgin_2.10.7.orig.tar.bz2
 494cfe05deba68bc69c246aa4cb88efbd77f14fd 58305 pidgin_2.10.7-1.debian.tar.gz
 ebcceb66615c1678e13e818d8f20b54fbc257067 4548030 pidgin-data_2.10.7-1_all.deb
 bea4d6854b729f19ebe5851cfcdd48668ab53c61 2169082 pidgin-dev_2.10.7-1_all.deb
 1da2b2c960204245601770740b34117a6f7a6a68 139468 finch-dev_2.10.7-1_all.deb
 a9391600551299688740dc6558809fc19ae965fc 250580 libpurple-dev_2.10.7-1_all.deb
 a5dbd631ac4e404544db9e3e423fab619d56 117666 libpurple-bin_2.10.7-1_all.deb
 26df2af98e508abfe201d6631e31dbdc46008a6c 1448150 libpurple0_2.10.7-1_amd64.deb
 18e3592b767fe20bfd88ec7ecdfa4a036180e0f7 608186 pidgin_2.10.7-1_amd64.deb
 fe0a41c00f0197cea3ce2b6237aab84f50797239 5686500 pidgin-dbg_2.10.7-1_amd64.deb
 0a1c0690b889d71d289843ec8bb79906cf18b72d 306358 finch_2.10.7-1_amd64.deb
Checksums-Sha256: 
 f722fe13abf05848ccbdeff21c0fddfde1fd84b84a37e7d80f1cdc70741d019f 2764 
pidgin_2.10.7-1.dsc
 eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192 10069279 
pidgin_2.10.7.orig.tar.bz2
 0bbea7c5a97f5a26adc1730cb36a944b36a304976dc055bf44dc382b59b4e3c8 58305 
pidgin_2.10.7-1.debian.tar.gz
 a8f64aaf6ce505ab14d7c15262e214794ffa3a4d650bab9202436210252a13e9 4548030 
pidgin-data_2.10.7-1_all.deb
 0d7de809f3effda4115067eee733b5aff9938056b7d42d5f823567250d9f07fa 2169082 
pidgin-dev_2.10.7-1_all.deb
 aa728d300ca9d6293b5605a6eb76369f6b8cf6e86c26e741dc96e44748b6ba23 139468 
finch-dev_2.10.7-1_all.deb
 f6ee44e7a232913f2b6dc60224bbe3414b9a6ee9b81b20284ce6a96685206aa8 250580 
libpurple-dev_2.10.7-1_all.deb
 820f14a06ba2ee41cfd3c2d2f7261f59124be114ca759a61dd8fe59eb4e61a7e 117666 
libpurple-bin_2.10.7-1_all.deb
 6aa9efe61fab28d4f4da06df22f48290b0f209cd8faa239a13101aeef9ce6981 1448150 
libpurple0_2.10.7-1_amd64.deb
 430ac517b8447380b80081b5e777caa34264e57edc44b909e35a4eae011c9c3c 608186 
pidgin_2.10.7-1_amd64.deb
 a5089a52f05e846034567cbfd1c343315e2727d0f089166a371c0a90a8481f0c 5686500 
pidgin-dbg_2.10.7-1_amd64.deb
 4640926a6ffcaa73c93680435e62caf5799792ea24573c71c8502d9c1ae47a34 306358 
finch_2.10.7-1_amd64.deb
Files: 
 6622dfbf69671f2e0f905615a2a20a1a 2764 net optional pidgin_2.10.7-1.dsc
 ea88976b9952e80b702b030489f94393 10069279 net optional 
pidgin_2.10.7.orig.tar.bz2
 0366d2c31ecc9c7bea2e903ed9dc8ed2 58305 net optional 
pidgin_2.10.7-1.debian.tar.gz
 23fdf797711c1fd48b80c43571f323c4 4548030 net optional 
pidgin-data_2.10.7-1_all.deb
 cb2aaba293a520852a6c60a77e3ff9a4 2169082 devel optional 
pidgin-dev_2.10.7-1_all.deb
 8bfe45a072caf775d5cba760c682df19 139468 devel optional 
finch-dev_2.10.7-1_all.deb
 abc325af01b156384e7fa915b3ce6f67 250580 libdevel optional 
libpurple-dev_2.10.7-1_all.deb
 45e2157e8c5cf035d0505ada17d368b6 117666 net optional 
libpurple-bin_2.10.7-1_all.deb
 1c35ef5d3f4c6b2c20b157751a19bf5f 1448150 devel optional 
libpurple0_2.10.7-1_amd64.deb
 f4aa893c36513edbf138cef5afb41070 608186 net optional pidgin_2.10.7-1_amd64.deb
 3e471b53d566fb2d716a531718161027 5686500 debug extra 
pidgin-dbg_2.10.7-1_amd64.deb
 2160c1d7b28fe4dc649dd5e33573dc27 306358 net optional finch_2.10.7-1_amd64.deb

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

iQIcBAEBAgAGBQJRKPSWAAoJEIiCILh+eYmJcNkQAKnfnNYsO7Be7KAOLd8UxQGr
V+DiY3SA3mbCFQo6BLSQsTCrXjx6ReF8vGZCYQBGR0Kk4/g0QyYDkxmhuryTUcAW
+abH2dIspBOYRmV+ZulR1hEgav/3tAMoIG/BmY11WURSvZ9b528gIvyGtmvIJayE
tGp4XHnsh6G6E/1mg+FKke+K9jYP5ogFj+bc85k/WTiGVu5RBANZViYcRDEVMlr3
WVjkMmh2TjchC7B/EOrupLUcEkokSO7XDxOkA5tN+q7wgZL2WC6Rqx2GqoM3vYkm
/yAfhDjzEU8JsUDRb2RDBf/cMfnRI7HrY3evWbuwc+qD2oApLhuqhzMDtscI6lgl
TbcHotxz5Tz0mokRocyQvmcF30XVZUnKfPyPuVbAfRXcY7XXLrNoFBJhqj6E2EG5
MMEixYKpiJ0W7g93Gd8k7Kaz3ynSlM8OtfUc1GT2CNNsYsWtI4OPRHvXs16UhP4B

Accepted mini-buildd 1.0.0~beta.6 (source all)

2013-02-23 Thread Stephan Sürken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 17:12:55 +
Source: mini-buildd
Binary: python-mini-buildd mini-buildd mini-buildd-common
Architecture: source all
Version: 1.0.0~beta.6
Distribution: experimental
Urgency: low
Maintainer: Stephan Sürken abs...@debian.org
Changed-By: Stephan Sürken abs...@debian.org
Description: 
 mini-buildd - Minimal Debian build daemon
 mini-buildd-common - minimal Debian build daemon - 08x upgrade dummy package
 python-mini-buildd - Minimal Debian build daemon: python library and user tool
Changes: 
 mini-buildd (1.0.0~beta.6) experimental; urgency=low
 .
   Sixth beta. Some bug fixes; new retry command and updates for logs.
   * [f157f33] builder: BlockQueue: Include pending items in 'load' computation 
(Fixes/Improves buildrequest distribution).
   * [3724889] examples: Add 'schroot-cleanup' example script (remove code from 
./devel).
   * [733ab5f] chroots: On debootstrap, generate and use keyring from 
associated source to authenticate archive (General fix; especially fixes etch 
chroot prepare under sid).
   * [8919572] doc: Updates for the admin manual.
   * [533a27f] ports: Always include last two changelog blocks in changes.
   * [ee76269] html(logs): Also show changes.
   * [60e8908] packager: Purge '_failed' logs when the same package version 
succeeds.
   * [18730f7] logs: Only archive changes and buildlogs for installed 
packages.
   * [900cb28] API: Add retry command, and add call support to log.html for 
failed package versions.
Checksums-Sha1: 
 b1ddd300fc2861bdc9f3b03ca3ab1fd6ef17c592 1347 mini-buildd_1.0.0~beta.6.dsc
 f23fd971cd46df71541f9301bc87b785a5394b2d 622250 mini-buildd_1.0.0~beta.6.tar.gz
 8d33007d635dcfd98ae4654e56f71afb4f45 343138 
python-mini-buildd_1.0.0~beta.6_all.deb
 f2279b17cc8da49da001dafff0440ef23f178954 1308104 
mini-buildd_1.0.0~beta.6_all.deb
 2e7aca3a7ab248a4722a012f9b67ff89e9cf04c9 53766 
mini-buildd-common_1.0.0~beta.6_all.deb
Checksums-Sha256: 
 7c7b05878f23878332364ad118a06ae7d7ed94949d38c4ef698dd13b5d077986 1347 
mini-buildd_1.0.0~beta.6.dsc
 1088fbe4c8feb62d5fefdb1afacaae3f4883ef99af3363c9c6ac62e6046514bb 622250 
mini-buildd_1.0.0~beta.6.tar.gz
 7b43199af98407c9771d3691b799d4777b03845adecbc231445e4aca905a2a3a 343138 
python-mini-buildd_1.0.0~beta.6_all.deb
 a8ba7612459a745ce4a1d123f8f8de69b6009f99cda8a34b10974b7e263fc0e9 1308104 
mini-buildd_1.0.0~beta.6_all.deb
 a6cd1ce7e54e7452a6aae348387f617474aaafc6b03fdedeba9d6b0f53a3a24a 53766 
mini-buildd-common_1.0.0~beta.6_all.deb
Files: 
 86960cab2ecb1ecb7fe53bfeef4e7a3d 1347 devel extra mini-buildd_1.0.0~beta.6.dsc
 eb13d9ea1a13ad351bf9545ba489e56f 622250 devel extra 
mini-buildd_1.0.0~beta.6.tar.gz
 06f70b80f25e9ad23bd743c75de1cdf8 343138 python extra 
python-mini-buildd_1.0.0~beta.6_all.deb
 b1c23789a54933733600bb73a0fc74be 1308104 devel extra 
mini-buildd_1.0.0~beta.6_all.deb
 9952cfef6e9cf8c5f2eedc7953e81a52 53766 devel extra 
mini-buildd-common_1.0.0~beta.6_all.deb

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

iD8DBQFRKPkJzCVHePKM0QIRAvUgAJ0fUG9MCfHmTBnbaP+Uq8m3TkMD3QCeN5Wq
5Wuwwr2gEWEF4gNL6avY4gk=
=NQh5
-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/e1u9ixc-00024t...@franck.debian.org



Accepted eclipse-egit 2.3.1-1 (source all)

2013-02-23 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 17:26:28 +0100
Source: eclipse-egit
Binary: eclipse-egit eclipse-egit-mylyn
Architecture: source all
Version: 2.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 eclipse-egit - Eclipse Team provider for the Git version control system
 eclipse-egit-mylyn - Mylyn integration for EGit
Changes: 
 eclipse-egit (2.3.1-1) experimental; urgency=low
 .
   * New Upstream release.
   * Refreshed d/patches/use-distribution-jgit.patch.
   * Update Build-Dep on libjgit-java to 2.3.1.
Checksums-Sha1: 
 88eeff1971f56f27be97c9f7d5b9dea03a33ab99 2151 eclipse-egit_2.3.1-1.dsc
 7c741a198b8b8c41fa32a1d7121c9f6985534159 4088895 eclipse-egit_2.3.1.orig.tar.gz
 d8b25fa3ff0523f9bf3fb53741cbeaa9064db3b8 7503 
eclipse-egit_2.3.1-1.debian.tar.gz
 9008774bc2b1fa9679645f7f0701138ca131ccb0 5367342 eclipse-egit_2.3.1-1_all.deb
 5c4f33db271e5e1850a8f063b25da99df4e6c22b 26904 
eclipse-egit-mylyn_2.3.1-1_all.deb
Checksums-Sha256: 
 98f6140d846fa250b1d9981e41319317b045d6d49b1ca90360d175fa63ec62fe 2151 
eclipse-egit_2.3.1-1.dsc
 fa93d7a5e7b0f1c9f44664f0a470b873d4c5cbb61b50a8f4a5aac1ec4b7a7195 4088895 
eclipse-egit_2.3.1.orig.tar.gz
 7ddf79da879f04d39eca57c1be2d7f12f7ceb8a3eaecd75c3f3e5094093dfa9d 7503 
eclipse-egit_2.3.1-1.debian.tar.gz
 958053ddd4961fb25f4fbb3fea53bf26e0a12ba794459c41ada21d39d19f2333 5367342 
eclipse-egit_2.3.1-1_all.deb
 b937e082fbc97a07bdcdc5ce78be24a1a10a0e1249aae9fc391c12ccc921e622 26904 
eclipse-egit-mylyn_2.3.1-1_all.deb
Files: 
 40422ef7adfbd65f15a5848c104927e1 2151 devel optional eclipse-egit_2.3.1-1.dsc
 3e28f43ce1797d16beb25ca5daf4cde4 4088895 devel optional 
eclipse-egit_2.3.1.orig.tar.gz
 ab82323a9c5e00e4ec3879e736c5f94e 7503 devel optional 
eclipse-egit_2.3.1-1.debian.tar.gz
 1cf23f36cac9274d794de13927edf44b 5367342 devel optional 
eclipse-egit_2.3.1-1_all.deb
 fc4e44a4475edbba81b09ed3faa4f3e9 26904 devel optional 
eclipse-egit-mylyn_2.3.1-1_all.deb

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

iQIcBAEBAgAGBQJRKP4NAAoJECHSBYmXSz6WkYQQANNnBcndS5x/L8tCKbQcR8ln
9qgQmemCzezwQHkQKQK5pp4Libt1DT/7XIV4qYjPUhkqJNV1V3DCNmWSb8eVnk6b
j1EP8TAY18K6A0OzMzdt5hwlt8PxdHnZk9S5CtXseBQVJ5jg736SqzrtWvtD4ojJ
k2mZCL0XHkOOY1GV+vT52CMsPLn9OkWNdQWgldcX5PF4SSRvNTuXdXiuoOGHDLoW
ZE4958b2U3eFQ8KKiZveNMSU8p7kDwpBEwIdtNEXHXRQM/GXhDfNEqnX71/mkZYB
m624A+8XYIM/BdLlRygqEU7fDb3xtXlzNMZUpqwipE2mv2+xh3wU8b9orBh5jtNb
kqDjkk6382RjOl7ufL/RIZL08MfRfaofZi0PSsu9if48cxNbwgDmoELUnZM2dlJT
tae1MAkEQZTCRDkny7SSwAzU/khbmXGTxvf3IeerQuPoB6pKnawNeLXIhcTZ19aW
qnlu4k9YmNpxaeiu8OQtytPAWddywdlUDaCAUaqV2ZAA1uFr+ybBY5bmHhStxqPQ
zsnESpZB+v6wQ5DvBm661BRLePiD1MxOgStGBd8QyXWD3ZkxiGOn0Jb6kVaDSjYG
D1/v34avdUPITwR8KteeT8Oij1/jm6YFgsE9AV418OCC6xwkIhLLiPP5tcN2lzNE
Jl0TSfFMMNpDAQGjN6Y9
=Zl7J
-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/e1u9jca-00053j...@franck.debian.org



Accepted gimp 2.8.4-1 (source all amd64)

2013-02-23 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 11:52:27 -0500
Source: gimp
Binary: libgimp2.0 gimp gimp-data libgimp2.0-dev libgimp2.0-doc gimp-dbg
Architecture: source all amd64
Version: 2.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak a...@debian.org
Changed-By: Ari Pollak a...@debian.org
Description: 
 gimp   - The GNU Image Manipulation Program
 gimp-data  - Data files for GIMP
 gimp-dbg   - Debugging symbols for GIMP
 libgimp2.0 - Libraries for the GNU Image Manipulation Program
 libgimp2.0-dev - Headers and other files for compiling plugins for GIMP
 libgimp2.0-doc - Developers' Documentation for the GIMP library
Changes: 
 gimp (2.8.4-1) unstable; urgency=low
 .
   * Imported Upstream version 2.8.4
Checksums-Sha1: 
 3a5def44d1e51a35cab43f9594e65ec3cdcc25cf 3116 gimp_2.8.4-1.dsc
 dc472fc3ecfadd70002c2bb3aa959172e812796e 20214383 gimp_2.8.4.orig.tar.bz2
 af4a0940016f658fa4d632170714a630efc53d44 45748 gimp_2.8.4-1.debian.tar.gz
 3667c24599fdf6d440b051c6df259f23ef401213 8307226 gimp-data_2.8.4-1_all.deb
 ac94bd796883659c4685cd627a79bd7b3a9f1873 1170582 libgimp2.0-doc_2.8.4-1_all.deb
 c571df9b19ab48db578b73a1cfb515f19f184e34 1581308 libgimp2.0_2.8.4-1_amd64.deb
 a36bbd1982a64ef1e4f47a6b214d373debc59aa0 4271484 gimp_2.8.4-1_amd64.deb
 b9740c4a19367539db006364f717fa22e1f8a1c0 911746 
libgimp2.0-dev_2.8.4-1_amd64.deb
 3e5f1307c0af90742f9ba3e19bf757fddabd5b82 13410910 gimp-dbg_2.8.4-1_amd64.deb
Checksums-Sha256: 
 723bbb8b0bacb150fbb9d92406b6799838623ecc41f113bec36fe36b2763b13a 3116 
gimp_2.8.4-1.dsc
 e24a9f826e7c30edb83d96f4cf4787cf1a0ed98f28ea947d19736b4f49787ab5 20214383 
gimp_2.8.4.orig.tar.bz2
 0f10ace06122340313da4522f681da20cc3c5d04f8cd0cf2047b37e93509c375 45748 
gimp_2.8.4-1.debian.tar.gz
 088ea2af33d3a2af7eaef9508e40d07a11de569af668ce941c9180ea2dcfa403 8307226 
gimp-data_2.8.4-1_all.deb
 6d71e0eb80798c7a544384b3e5125236ad7968b5fdaf83e5c8d71e4ec6cb36d8 1170582 
libgimp2.0-doc_2.8.4-1_all.deb
 2726e9ba0fe9c8e9ade158a520a01c5d6a820543418d14fce5e656d366f58bfa 1581308 
libgimp2.0_2.8.4-1_amd64.deb
 87cd9d23ce6aa313e5c1753debf75dee9bdf29804a28dd94b82e809889324d63 4271484 
gimp_2.8.4-1_amd64.deb
 c4f4118ac06baa69dc052a692c11beb8a317226f9d1fbb1e8d78c7f57c195649 911746 
libgimp2.0-dev_2.8.4-1_amd64.deb
 1c4769670c66314a9a6c2317358d680c641f1972238f515c25876dd818ad29b4 13410910 
gimp-dbg_2.8.4-1_amd64.deb
Files: 
 59d69dd62fb688eb13ccb76b6f8542a5 3116 graphics optional gimp_2.8.4-1.dsc
 392592e8755d046317878d226145900f 20214383 graphics optional 
gimp_2.8.4.orig.tar.bz2
 e2cd49e9da381ba9c3e3a06e21310ecc 45748 graphics optional 
gimp_2.8.4-1.debian.tar.gz
 15cf549f1b1fc0877afd1c54043d0246 8307226 graphics optional 
gimp-data_2.8.4-1_all.deb
 351d826407a9623392a613065080ae9a 1170582 doc optional 
libgimp2.0-doc_2.8.4-1_all.deb
 a320cfdf61cc409a9d60399881c71983 1581308 libs optional 
libgimp2.0_2.8.4-1_amd64.deb
 cd69b7cd6bea6c1e000defadf8ae5399 4271484 graphics optional 
gimp_2.8.4-1_amd64.deb
 83485541b349baff2c530b9fe0b7ff54 911746 libdevel optional 
libgimp2.0-dev_2.8.4-1_amd64.deb
 92e5e32ac6c261e7f238d7b1367ab5cf 13410910 debug extra 
gimp-dbg_2.8.4-1_amd64.deb

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

iQIcBAEBAgAGBQJRKP1uAAoJEIiCILh+eYmJgkYP/1iSUlRc7COwRbmICdjgSw6s
OnpEwwJhDwFpHRvZvq9h43WB18Baeg7WJEv+KElHPkSY0KkYjf2eswcZ9bqqEIa+
xoCrdycPZ5kn+2RbU/9SvDIRWrGRMIbcW08NBtTttme3G57/CznSm2M3yRR8tS6A
hSCB1q/tb1/WEWIaaRYR3l5i+5vHBXT5nnfPpTxTvM0bwpYGpbKikWr47Nz2T5y6
ht67cp+ZMoWozL7+461CLdZU08mBa7ZfyrblJ6wQxtNcXuPHjscAOVbD3kL3GlWF
i0k8J4ASgsf6MmVlKNErCuXgMLMhjlpIxSKYlRbFxc/YG6JCaNPyhaL+x+k8uBqI
zCc9A71Ah/xna/JRQ1K8iI+1LLTPAm5A8HepsNn1t8/rrvs6uHf9kHFy/hjb2VNi
JwjqRUEF9MdbyS+m4FchCDDLaqcnevxtlqAJ+fxwXJEJNVPZ+4y27X0DY2jAdrPC
R7Wb3Pncb481bg+v25acgVq2WW/nX1Y5pyoVLyLdcCiDzui1LpLCM3iq80h6Zr9i
omG9jxRD7uyroU7j+1Mkmkkse2CzdLaqCfKv3wFQDrmgP8DPt5cugt8zlkMvnwCg
nkjeFDqyQQC+F5GPkKpH9ZybA5nDSnrNnwq7C3srADZus+gyWvBcjNCt1WwSpU++
nvVw99SKjAia16alldTQ
=zb3A
-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/e1u9jdg-0006cc...@franck.debian.org



Accepted jgit 2.3.1-1 (source all)

2013-02-23 Thread Jakub Adam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 16:47:29 +0100
Source: jgit
Binary: libjgit-java libjgit-ant-java libjgit-java-doc jgit-cli
Architecture: source all
Version: 2.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Jakub Adam jakub.a...@ktknet.cz
Description: 
 jgit-cli   - Java implementation of GIT version control (command line interfac
 libjgit-ant-java - Java implementation of GIT version control (Ant interface)
 libjgit-java - Java implementation of GIT version control
 libjgit-java-doc - Java implementation of GIT version control (documentation)
Changes: 
 jgit (2.3.1-1) experimental; urgency=low
 .
   * New Upstream release.
   * Refreshed debian-custom-build.patch.
   * Remove mention of iplog jar from packaging files (removed upstream).
Checksums-Sha1: 
 1a4f0a32eb7914f69bc5790be223c80f69ed9ce3 2334 jgit_2.3.1-1.dsc
 74a77b5bfc9151583a0ef58ff0469f7e4a1af075 1540072 jgit_2.3.1.orig.tar.gz
 b905dcf15da5c9e286393eb537e6296f63552d8c 7992 jgit_2.3.1-1.debian.tar.gz
 060447445d55c32d75ed1f4f81ae6d7a2f5ce1b2 1633548 libjgit-java_2.3.1-1_all.deb
 a47b263273f954bbb2d380ecb48b1c66bc88ac8a 15874 libjgit-ant-java_2.3.1-1_all.deb
 ecd83cd6a48bbeba24169e89d08f460e60b2006d 1549758 
libjgit-java-doc_2.3.1-1_all.deb
 27ee6807b86ca0f66c9ee8d58420161394143c60 202642 jgit-cli_2.3.1-1_all.deb
Checksums-Sha256: 
 89b1c63b83f48e679f6c2c2182023b21d82bf7b8ab11f7f9cb4e9b017325994b 2334 
jgit_2.3.1-1.dsc
 15a8401200234d5b0b83f8dc7970d642bd1c8046e5d35ab0d3b48ffb3f2e3ffc 1540072 
jgit_2.3.1.orig.tar.gz
 30297d0949d7ba27646d9c7610d5107029745b3d5571f380f5a03488abd92a60 7992 
jgit_2.3.1-1.debian.tar.gz
 15333a382cb35fa33f5c1d54ed3b79f755f83958a29acf83bc4f0f5e78db635e 1633548 
libjgit-java_2.3.1-1_all.deb
 466648c8703b0083957ca2683602b37f1d37ecca56de045a42517fdaaebaeb88 15874 
libjgit-ant-java_2.3.1-1_all.deb
 53b411ba76be151e6aa3919405a08834f242fd8a60996ed95041dd64c07a 1549758 
libjgit-java-doc_2.3.1-1_all.deb
 f5e40ad679b484aebec9e9fa905d9c5cb5efbd2571f700dc739914b1e20e2c70 202642 
jgit-cli_2.3.1-1_all.deb
Files: 
 a1c5328831e8b1be64b38bfbb3bc71b3 2334 java optional jgit_2.3.1-1.dsc
 7c00acf53ba951b4a61804ef32d88805 1540072 java optional jgit_2.3.1.orig.tar.gz
 7cd839b8f1c8d4216d1479bc45dd599a 7992 java optional jgit_2.3.1-1.debian.tar.gz
 314a7141235c32e17c651b7063747cc0 1633548 java optional 
libjgit-java_2.3.1-1_all.deb
 37b237805bcc93164379b77f16c77981 15874 java optional 
libjgit-ant-java_2.3.1-1_all.deb
 108af1603396f60751e977cdb45e3b0e 1549758 doc optional 
libjgit-java-doc_2.3.1-1_all.deb
 d76aba38192d774c3d3d3e77f690a486 202642 devel optional jgit-cli_2.3.1-1_all.deb

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

iQIcBAEBAgAGBQJRKP2AAAoJECHSBYmXSz6WD+oP/ivpuhyu5hlN0gx0DmxXfmTV
U57TBx5Vp5p1WrL5KZ9nymNA9DypXULEJr34M3sdvwOEydQSAqRCBnl0M1/DZuBz
CgdHsBF1l1lwPctjZc+HmLsW/Bm+P/Alo181T+u3nbu/NBwfNkV5iE8rQ928Dhz9
cVFYzhh4m8nKPrUbJXDLASkmY2lzCtj1OwB5V16s8/Ul0h9fTzDfHonBfy+foePM
eoLtNlkZqXtwFiRG9WMIXr1KA5BXISwr8U++VuluPtNI0yUKKWBTfBgY+RNJuhLc
IqOkVocvoRqDr6VnOnDoRmeXt7jc/6DYa/n+FKFMLhKrqjzeLP7smpKdcH6eB3th
lXWzu/BcTeWAxaac+qbEdJAV2/uiM0jNB7Hp5b0Kv6lgyiQ5SY1r5OMv+vbY5SrN
WUQtPaDFD4TdmeocmcBbZoLtz8xpG6s4VwA3vJftqL6GJpWSVFEG1XfE92nttbB/
fn4gwXO9VMFZ5lqI0oo4y0zgv/elohisaXbUKbrJk+pjdK38IFXROLfAs5pyVnex
3f9LqDXpDe1H39QXG9+I6hmKHqjdjKjPTbvXGXZMDrz6EJ/UP2lk77r/4ywX5VnO
/h+bVs5DsUzXs5SmGiposXRqNfXuwha7sFNg0EJBRgr5qihi97sEJQLjq4UmE1Xk
x5QqJAxASDnEFBCMcUCg
=vstl
-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/e1u9jds-0006ka...@franck.debian.org



Accepted pktstat 1.8.5-3 (source amd64)

2013-02-23 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 09:27:29 +0200
Source: pktstat
Binary: pktstat
Architecture: source amd64
Version: 1.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 pktstat- top-like utility for network connections usage
Closes: 701211
Changes: 
 pktstat (1.8.5-3) unstable; urgency=low
 .
   * debian/control
 - (Standards-Version): Update to 3.9.4
   * debian/copyright
 - Update year.
   * debian/patches
 - (10): New. Do now write log to /tmp (CVE-2013-0350; Closes: #701211).
Checksums-Sha1: 
 ae83a225db4244419648a6e952977ecc44ee5e8d 1850 pktstat_1.8.5-3.dsc
 61d04f58c7b84a480ccdd9b19181f5edd3951b9e 3948 pktstat_1.8.5-3.debian.tar.gz
 4c881b35a1051e2be5883b51254afe9048fceb19 41158 pktstat_1.8.5-3_amd64.deb
Checksums-Sha256: 
 069f135e3f71f9d1369a405edf5357f14beace8d4828c6ea6eee660026d873c7 1850 
pktstat_1.8.5-3.dsc
 1fece9d52f0a55d1d48fcbbe7f28b28dbaa34a78a48a0e3a332a31b21aaeb891 3948 
pktstat_1.8.5-3.debian.tar.gz
 bd3189e5f0a334a83b6fa283dff095b103a933f5d8359cd9eb8f6be5070e7a9c 41158 
pktstat_1.8.5-3_amd64.deb
Files: 
 f97983a87e918cb762944dc6165fe9f6 1850 net optional pktstat_1.8.5-3.dsc
 0e56c2f12c8c3e30b4277157f08ce450 3948 net optional 
pktstat_1.8.5-3.debian.tar.gz
 3d8e200736377156acdbb18c35785fc2 41158 net optional pktstat_1.8.5-3_amd64.deb

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

iQIcBAEBAgAGBQJRKP0rAAoJECHSBYmXSz6WwgsP/0LFM42zPPwuvOSWRlSFSWgf
OagCdrlMSyObSyJ5i3NeLXC8LzRkGRIEVlrFyQEOpqUaGcKyQNwa2gu2H9L2zCQj
zJHCOVt79FDTA/CHwiKrVErhE6hTmt1uk+6cT0mTEs8ldFz/lb7jZlvTVp5UxM5y
kZlrYaXfij49kN0oslom2wUCV0coU6uS3Ur/4onFnLIGVjEJmewnGb/eIWwiVZYA
gK+PiA1Jb8qdnTF94vESJAN+rg+S9GceJuLNRPnnfw68BgB9W315hDi0jlhg0Daj
ovwnIkaKmD6g74xbU6SMZDstuaqpwh/2LmnwmIgBhsNINgCGmBCkoqRZTJ4V+8DW
xqHNivA7CEeePr5BL8eDJksaqP9uCo9eKWN+9v5IIgzkJ3splDTIslGYARhlVphk
iqonCBI8j3538pPCBURSoV1YgODGfQTFEuwviR7DQkaaRFM6QJWWXreP33BSdShQ
7NaI14JfFt/3vMTGHC9dQ+nem0o5vefh54pWzIOIcswCHE2hntPYfm6CQ43pPTYG
uUMdNCDtYymXAgmqqk8uuvMJ8x8LKV44H21J03HN7WzU6uiwEfyG4LIl8Llyf+hd
OXAojKz4DpHCNoAKVuAgzSEbP7AdcQHwTYFmXbQDvP7AGeTx7jTwRtd3g4auubeH
+LgvVELVQ6607PihN2rz
=EwLr
-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/e1u9jdx-0006na...@franck.debian.org



Accepted r-base 2.15.2-2 (source i386 all)

2013-02-23 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 11:11:51 -0600
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.15.2-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 700381
Changes: 
 r-base (2.15.2-2) unstable; urgency=low
 .
   * debian/control: Switch Build-Depends: from libtiff4-dev to libtiff5-dev
 .
   * debian/control: Set Standards-Version: to current version
 .
   * debian/rules: Generate md5sums for all files   (Closes: #700381)
   * debian/r-base-core.postinst: Modied ucf file treatment to avoid
 triggering md5sum changes (with thanks to Andreas Beckman)
Checksums-Sha1: 
 a3d239f216da4656b3383636d8b8e6c641baa557 2085 r-base_2.15.2-2.dsc
 25cc9343dc564c416df583710f0d87c64c1cfc4e 86929 r-base_2.15.2-2.diff.gz
 dc7ec5b9f080197b1e2d6c222ae799e1ac454dd7 20638108 r-base-core_2.15.2-2_i386.deb
 2526c229b52e11c1780d9977f763ed9cf4d5018d 625126 r-mathlib_2.15.2-2_i386.deb
 dce4d2213d33ac11aadb402ee5b6af9c999af8e8 3407704 
r-base-core-dbg_2.15.2-2_i386.deb
 eceddd0e42903ef1b0a0d1d6eea3ffa68f8c3572 36950 r-base_2.15.2-2_all.deb
 7f2b97b3b822b448f3e217d417f717031b51c6b5 3888 r-base-dev_2.15.2-2_all.deb
 065c982ba256401f3bd24a06b34a5b1859e62c1a 90480 r-base-html_2.15.2-2_all.deb
 94917a29e7ad0e24ed5aab442a26d648ce4f62a4 8464774 r-doc-pdf_2.15.2-2_all.deb
 cc6e69c9f1d589db75f2e14e3dce486718a2999d 640384 r-doc-html_2.15.2-2_all.deb
 d79322178102221da24c8516a96166eadca74b62 545680 r-doc-info_2.15.2-2_all.deb
 7fbcd61bd65a314893f4b02b691e4668588f0c45 2674 r-recommended_2.15.2-2_all.deb
Checksums-Sha256: 
 34881a5fc614db8b5def120512b3147b9d0c9aa60ab7fa3694f626ac7c45acce 2085 
r-base_2.15.2-2.dsc
 1ee3d89f0a6710facb186f94d1f679d1e69d7c243eb51aa7946ff79ad3aad6a1 86929 
r-base_2.15.2-2.diff.gz
 2a5bce6e9d8860c7456946dae63cfa558976481090cba7688dcf34efa449be02 20638108 
r-base-core_2.15.2-2_i386.deb
 dce1b38d0da000bae331c0291680d9906d63aeb652ab5cc8465bcf6452610730 625126 
r-mathlib_2.15.2-2_i386.deb
 3fef37ebf0c491b17bc9c1c8695e7d8ba1177ba38d29180db60bbaaf1a1d593a 3407704 
r-base-core-dbg_2.15.2-2_i386.deb
 cef336387126af77bba7341bf8ebb0825e9f67cf17a6f050ecd7a6db8c4e4a5b 36950 
r-base_2.15.2-2_all.deb
 3dbc64974e6e06a5eea2cc6147ef75b2fc75f2892d76e23384c4af365006f7f9 3888 
r-base-dev_2.15.2-2_all.deb
 2b825023e7228737a03ffdb8e318e42910fafa655bcb30043fd34d63d9d34852 90480 
r-base-html_2.15.2-2_all.deb
 bca6c3bbfaeef257e754cb44f19c53dc85763e4254db4c37de385c33b2168a84 8464774 
r-doc-pdf_2.15.2-2_all.deb
 5a10c7c70ac94f913f4106273c7f8b4ef0f37528be9ddcda4e4d600588f943d9 640384 
r-doc-html_2.15.2-2_all.deb
 03d3c551b9eb52521356ec0d1800d99e7ddfe6ca6fad2756c102b705de0a8ecf 545680 
r-doc-info_2.15.2-2_all.deb
 1357d9cd15dfe9da3759f5f0d52e210bde189814677e04cbb671a9e0ec495ccd 2674 
r-recommended_2.15.2-2_all.deb
Files: 
 41c27d2f88cbf7c95c411b2f78ec87da 2085 gnu-r optional r-base_2.15.2-2.dsc
 325dd7dbe59cf71165eaf1e297e98c49 86929 gnu-r optional r-base_2.15.2-2.diff.gz
 0e1ce58a327e5043f16cc66b052cdcc2 20638108 gnu-r optional 
r-base-core_2.15.2-2_i386.deb
 e9d12c1341936b03838f3a73d0800db5 625126 gnu-r optional 
r-mathlib_2.15.2-2_i386.deb
 1725a39b10e3d16f76032b037ce8103d 3407704 debug extra 
r-base-core-dbg_2.15.2-2_i386.deb
 d6a0fba7b1f4b9f3d690295f3c5d579f 36950 gnu-r optional r-base_2.15.2-2_all.deb
 eb8b2e8de034575d7ef9fec2fcd98be9 3888 gnu-r optional 
r-base-dev_2.15.2-2_all.deb
 360e6321cbfa66d43322f18e81e67b93 90480 doc extra r-base-html_2.15.2-2_all.deb
 90cc61c6a40ac3b4ed9b0dfc5478ba48 8464774 doc optional 
r-doc-pdf_2.15.2-2_all.deb
 a6c286fbdf4aada6e6dd5dfb74e242a9 640384 doc optional 
r-doc-html_2.15.2-2_all.deb
 a6051e1eeaae65bd68bc56f551bfde42 545680 doc optional 
r-doc-info_2.15.2-2_all.deb
 575e0875f9783d514ba82b172791ccf4 2674 gnu-r optional 
r-recommended_2.15.2-2_all.deb

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

iD8DBQFRKPzlCZSR95Gw07cRAgKIAJ4snn2pq5+/k8RSuWidnpUa6L7IZwCfXYwo
JPHboJREa2riPOUpHhQjzaQ=
=YKep
-END PGP SIGNATURE-


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

Accepted pigz 2.2.4-2 (source amd64)

2013-02-23 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 13:44:42 +0100
Source: pigz
Binary: pigz
Architecture: source amd64
Version: 2.2.4-2
Distribution: unstable
Urgency: high
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 pigz   - Parallel Implementation of GZip
Closes: 700608
Changes: 
 pigz (2.2.4-2) unstable; urgency=high
 .
   * Use 600 permissions for unfinished output files (CVE-2013-0296,
 closes: #700608)
   * started applying Debian hardening flags
Checksums-Sha1: 
 e45f3818f029a5b067b06f0f6c7a95d94e5e891a 1012 pigz_2.2.4-2.dsc
 0744f48ff7bc4d15741ce2f8a1716694d62c0f8f 2888 pigz_2.2.4-2.debian.tar.xz
 8f69e0d472d866aa695492440167a02f7876fc7c 34908 pigz_2.2.4-2_amd64.deb
Checksums-Sha256: 
 ae471af43db6eb7d76cd5aca11b1a7c0c22bbfc54b4ebd5144b12634192302da 1012 
pigz_2.2.4-2.dsc
 677cdbdf4148cdc89ff512d2bfee0a6616f725a4a757d53a8d8f54a35b0ef99d 2888 
pigz_2.2.4-2.debian.tar.xz
 5c3677e819caf7ef14f352a45c5f1441649b8440dfc02f7f47af9beaa65c8605 34908 
pigz_2.2.4-2_amd64.deb
Files: 
 40600b6811d234d8d6453e29019bc2cd 1012 utils extra pigz_2.2.4-2.dsc
 7aab96c9299529e925e00bb83b2e49bc 2888 utils extra pigz_2.2.4-2.debian.tar.xz
 1aa0bf2546afda6364edebd3a717a599 34908 utils extra pigz_2.2.4-2_amd64.deb

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

iD8DBQFRKL9Y4QZIHu3wCMURApY+AJkB9Qzyux79we+hynQkikdz+oQoFACcDgsl
eAtzkMSSs6rtfJePgweFAtE=
=/1A1
-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/e1u9m0o-0007hk...@franck.debian.org



Accepted globus-ftp-control 4.5-1 (source amd64 all)

2013-02-23 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 14:12:50 +0100
Source: globus-ftp-control
Binary: libglobus-ftp-control1 libglobus-ftp-control-dev 
libglobus-ftp-control-doc globus-ftp-control-dbg
Architecture: source amd64 all
Version: 4.5-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-ftp-control-dbg - Globus Toolkit - GridFTP Control Library Debug Symbols
 libglobus-ftp-control-dev - Globus Toolkit - GridFTP Control Library 
Development Files
 libglobus-ftp-control-doc - Globus Toolkit - GridFTP Control Library 
Documentation Files
 libglobus-ftp-control1 - Globus Toolkit - GridFTP Control Library
Changes: 
 globus-ftp-control (4.5-1) unstable; urgency=low
 .
   * Update to Globus Toolkit 5.2.4
Checksums-Sha1: 
 5c6f4d519c4cb0d06978b3ddbac8b240fd86467e 2499 globus-ftp-control_4.5-1.dsc
 da44ef9b5688def78a3fe8bc6e9c5759d7533377 413864 
globus-ftp-control_4.5.orig.tar.gz
 4b6929362f96939f851fd45d43967d06a18b36db 4163 
globus-ftp-control_4.5-1.debian.tar.gz
 79073357fded0d565b096bd6a25fa360fbc01a35 70604 
libglobus-ftp-control1_4.5-1_amd64.deb
 a31921f173425b7a11f8d246c33e06d8fd0ee764 13614 
libglobus-ftp-control-dev_4.5-1_amd64.deb
 43ee727f5893a71914080c8d23a8dede38fb6ab1 157482 
globus-ftp-control-dbg_4.5-1_amd64.deb
 c0ffd3018b2b3bbcc142e8edd652c2bdf603ebad 375438 
libglobus-ftp-control-doc_4.5-1_all.deb
Checksums-Sha256: 
 52a757d40c0693d5ff03167ad3c62b8f746b1ee90b07589163422823e79139c0 2499 
globus-ftp-control_4.5-1.dsc
 e7f46c672365def7c242af16cabf6f707d75aeaebf9fedcc19ef46a7b15999f5 413864 
globus-ftp-control_4.5.orig.tar.gz
 4759d0bbe89ad7fcd191495077bb7050f0af3edfa5598897180e3acb44d59485 4163 
globus-ftp-control_4.5-1.debian.tar.gz
 0267a235e3b86f6b46d545caba584d57606dfedaba34daf410e30847305f042e 70604 
libglobus-ftp-control1_4.5-1_amd64.deb
 b7a5dbb5de90bdcdcfe95736b086021e3d51a3ccf61d1511e3055fb5a14d5d9a 13614 
libglobus-ftp-control-dev_4.5-1_amd64.deb
 3b9ed2f717d21c1aa97ac15df21cf22958933a82a3ffa3662426a5cd4a2e0f96 157482 
globus-ftp-control-dbg_4.5-1_amd64.deb
 494561af296039a1a867629408fc6f6ce140545f46b0a00ce2819b78b7371f8d 375438 
libglobus-ftp-control-doc_4.5-1_all.deb
Files: 
 69fbb456d69755cd74ddf6cd5d8d310b 2499 net optional globus-ftp-control_4.5-1.dsc
 0e7fc7c8c33ce3415fcb92ef55b87e6f 413864 net optional 
globus-ftp-control_4.5.orig.tar.gz
 e8ed7531fb14ca01d8284e52fa8f4c70 4163 net optional 
globus-ftp-control_4.5-1.debian.tar.gz
 3432ba46e02612a4193e33f082a59fb1 70604 libs optional 
libglobus-ftp-control1_4.5-1_amd64.deb
 118feda093616ee61eebaf7af74d6f01 13614 libdevel optional 
libglobus-ftp-control-dev_4.5-1_amd64.deb
 3122b6a9736f3cb1896b5fc8de2fdf88 157482 debug extra 
globus-ftp-control-dbg_4.5-1_amd64.deb
 7e6b17bc5cd6ecd2c52db0928a186584 375438 doc optional 
libglobus-ftp-control-doc_4.5-1_all.deb

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

iQIcBAEBAgAGBQJRJhgyAAoJEOiuwv874alL6dkP/AzlTrqAtU/58/M0CDSZEiuz
IAXUFBIyQJqi7bVNDhFJW6eU0ODWJy0hZoneLAG+2+cI0xPgPUaxX+d41BuswGvW
92a9UPXjYR3pt41SpCMHjGM/TbhrevUZBKfbxBQKB+TFDliYPjE78skWV4uLivJm
ElzltBqbxtVNScQhJy44aWrDgXyZsPL65C+2kTm9fm70mRzgEJevPdk33xRRweZU
qAg6NROhKEfRmSYZJ9GMSpAgRBr+4DkfQZPhU6klH+yRuwZW/Wz1muJJ7vz6O/ZT
pIoGmIf8SRLEe2XLYHUWv0PbvsOqKROs09i865+lbUDkTSVCKeEJUjwDt9FjAL1t
UdJDKDYLykpRIXoqWuVr/MqB90Psolp47fjHOrXWcSuRZEL6+elDdkyR+yU3qEGw
OHzNmPK4QOfysC9Pwe0ySRl909dMamfDL1c/WlmJyEGaTMyAyattUFAdZSH0O/Rn
R0c6Vv2NxO0mMTlAryvLen8DCGfrXmNobZUi0AI8WyvaMZH1bR8fTpS5yCQHcoI8
ZXGiYeh9E1AZ4FvLtohzeE34INqJ71MgcAZB930VxSoZMlkdU409hGHksXSQx9Gj
fVYMSytlKAYB/K8sBHRSbqpIWlaxC09+6NWvvFckwPwe794EWbF+TLXJHNp7EV3X
wJUt/Q+behz2fD6JOic8
=ry05
-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/e1u9mfs-0002lr...@franck.debian.org



Accepted globus-gridftp-server 6.19-1 (source amd64)

2013-02-23 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 14:51:01 +0100
Source: globus-gridftp-server
Binary: libglobus-gridftp-server6 globus-gridftp-server-progs 
libglobus-gridftp-server-dev globus-gridftp-server-dbg
Architecture: source amd64
Version: 6.19-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-gridftp-server-dbg - Globus Toolkit - Globus GridFTP Server Debug 
Symbols
 globus-gridftp-server-progs - Globus Toolkit - Globus GridFTP Server Programs
 libglobus-gridftp-server-dev - Globus Toolkit - Globus GridFTP Server 
Development Files
 libglobus-gridftp-server6 - Globus Toolkit - Globus GridFTP Server
Changes: 
 globus-gridftp-server (6.19-1) unstable; urgency=low
 .
   * Update to Globus Toolkit 5.2.4
Checksums-Sha1: 
 11201b474c71b02cc8c02e4f660dde4b757b5668 2572 globus-gridftp-server_6.19-1.dsc
 8777c0db4012539d339767736290ae8f903b9cbd 562230 
globus-gridftp-server_6.19.orig.tar.gz
 7a70f2d3ba5b022d794ed235b4d241bb4d1327e8 6614 
globus-gridftp-server_6.19-1.debian.tar.gz
 a9df89b3c0835bf818f35f33e8f49a54cec19f03 171246 
libglobus-gridftp-server6_6.19-1_amd64.deb
 e5fd9a3699691f9bce1cf3811c959137eecf3471 44250 
globus-gridftp-server-progs_6.19-1_amd64.deb
 9bd7e910cf7df72fff3cd635354e2e00a089c750 18746 
libglobus-gridftp-server-dev_6.19-1_amd64.deb
 152871de2277cef445f54f455f1bff0ced75dcdc 451800 
globus-gridftp-server-dbg_6.19-1_amd64.deb
Checksums-Sha256: 
 bbffe72e731e2605b83c7eee8cab9902e91f6f37aaa7ca2e70d044bc17796804 2572 
globus-gridftp-server_6.19-1.dsc
 a17e471b1c7fd4831b42e70f6d052958221952ffae32b8c282f11ff19f0a5e1d 562230 
globus-gridftp-server_6.19.orig.tar.gz
 0c44ad876854212a5a7cf90f72558d87c97dbc78cc1f76528a68f3633bb21322 6614 
globus-gridftp-server_6.19-1.debian.tar.gz
 c6defc5a5dd5915ac4cf4d903cce023253237c03b237f2075d7e5190bf6d0f2a 171246 
libglobus-gridftp-server6_6.19-1_amd64.deb
 5f8b8df4564b16291b7ef0869c4b1d6ef4814d7c4bb2c52333587d4f0e73a6c1 44250 
globus-gridftp-server-progs_6.19-1_amd64.deb
 1c896341f45b36afa2faf30a76121bf2279e6984fc5bbbf2ec8a4f35695073a0 18746 
libglobus-gridftp-server-dev_6.19-1_amd64.deb
 150c5a3a0dc379cbf40865090494d3fef4923b85fd59c366f917a0da14c04014 451800 
globus-gridftp-server-dbg_6.19-1_amd64.deb
Files: 
 79bc28cf68a7411b89c6266b72b4ef57 2572 net optional 
globus-gridftp-server_6.19-1.dsc
 ca5325dd5837d1f6ed73cf28752d4374 562230 net optional 
globus-gridftp-server_6.19.orig.tar.gz
 5ee6a1d055c3e20bbc10a6906700226a 6614 net optional 
globus-gridftp-server_6.19-1.debian.tar.gz
 eeecb8fd08627145f85be00fb4bbe5b2 171246 libs optional 
libglobus-gridftp-server6_6.19-1_amd64.deb
 754742c9ff6486c04d592b8e03f62c33 44250 net optional 
globus-gridftp-server-progs_6.19-1_amd64.deb
 1181ea6a2b4e33144ffaaa83b946284a 18746 libdevel optional 
libglobus-gridftp-server-dev_6.19-1_amd64.deb
 f2b223c0ce1e166ae73c1f112d797a36 451800 debug extra 
globus-gridftp-server-dbg_6.19-1_amd64.deb

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

iQIcBAEBAgAGBQJRJhgyAAoJEOiuwv874alLU08P/3uUHNjukaqR6JmG0jgbaSTW
JdhSy5pIZYBYnmkDgDQD1LcJ1UlKRWacFX8u5+NerRoAmRTzGrqoI1aTTz2hv/BI
TrtNvg1EluYLJLogGXFDckYcH0VIvGzGWLETMGT984d7X69XeB2BLEquJtznr3Bb
ravfBr0PI0LvbV/iP3BQOGXBqS3/MnPvfWMpEzc955SQFN77QWKqUxbAHyGWkwhF
OqdfqNnDggP9rj6jo7v8XX+rYveiPmoujHVJVBzk3g68zGY9LYFw7Ums36iqcSVI
9NYhkzkdlwzrhI48x+LZUc3s7Ntcm1PBTeehyadhtZbhAuFAPVg2NONWAc2yn5ge
Xe3AIYr9D+tUCNrHLOxI/pb1eb6hOL/ZJWTCDXaFFUBuFB2kkDSC+/DnOw+BC6ab
4VfQOLzJLNqlxGTqo4vqCEW4sMBjEBa4qRgcHeEwSdpvSoWI/MUq5xYEuM1qCBvW
eYGOK3wZtWZ4Rc6E08adgGynPmBMY1LOkeyBib+5JQPE0+/eDjl7hdHSMWve2Hs6
x89ymlpwlsMhzQfloaOgWhUPgqlERoXA4bLtN4dniLpuVvdiGU6s62anCITtxm34
Pi0FasKEVjUfJ97NoAmG+egxC9KmHYIt15qKZPz9FgrddSBdx9WTpIn/MJ8ASwWw
FIR84SCovOO3BFjkAWby
=gsmu
-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/e1u9mfa-0002u7...@franck.debian.org



Accepted globus-gridftp-server-control 2.8-1 (source amd64)

2013-02-23 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 14:40:25 +0100
Source: globus-gridftp-server-control
Binary: libglobus-gridftp-server-control0 libglobus-gridftp-server-control-dev 
globus-gridftp-server-control-dbg
Architecture: source amd64
Version: 2.8-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-gridftp-server-control-dbg - Globus Toolkit - Globus GridFTP Server 
Library Debug Symbols
 libglobus-gridftp-server-control-dev - Globus Toolkit - Globus GridFTP Server 
Library Development Files
 libglobus-gridftp-server-control0 - Globus Toolkit - Globus GridFTP Server 
Library
Changes: 
 globus-gridftp-server-control (2.8-1) unstable; urgency=low
 .
   * Update to Globus Toolkit 5.2.4
Checksums-Sha1: 
 77698617fcbc6906e315ff52d529d40b09720ece 2615 
globus-gridftp-server-control_2.8-1.dsc
 2ca75dc90e542eea859274bfed80e25feb301feb 376569 
globus-gridftp-server-control_2.8.orig.tar.gz
 87e80fcba38fca80952d7e5a8e9143c3907edfd8 3289 
globus-gridftp-server-control_2.8-1.debian.tar.gz
 7b9e9bd16ede7d2d89c66a6138415b1a8bfa433a 70580 
libglobus-gridftp-server-control0_2.8-1_amd64.deb
 0c6691dea11240b6bd65efb3ea83c6aafc2e11fb 10142 
libglobus-gridftp-server-control-dev_2.8-1_amd64.deb
 d754fff9c58e32db0fd097bea1c34ad5b598890b 145826 
globus-gridftp-server-control-dbg_2.8-1_amd64.deb
Checksums-Sha256: 
 56f835821694cea96bb5fa579b26fe02cef6775509ea7fbbd94781fd6fd9e95f 2615 
globus-gridftp-server-control_2.8-1.dsc
 32460251134003e782633deb2c0896c78f354f11720db14e836421e157017b5f 376569 
globus-gridftp-server-control_2.8.orig.tar.gz
 21b4bc6b70b94925da59d33001945c0480901163c2a3415bd07fa926af893d09 3289 
globus-gridftp-server-control_2.8-1.debian.tar.gz
 e401541a80a287dc407935f87d8e9b1ed76f0aa3f316d6c98e6d0fe04e886ea2 70580 
libglobus-gridftp-server-control0_2.8-1_amd64.deb
 dcac927e3a9cbf9703286ba393a7352d6927639e6afaeb2f7378d127b7bcb385 10142 
libglobus-gridftp-server-control-dev_2.8-1_amd64.deb
 e8c0e32519ae52eb44e42610c075a919bb2953851a9de0650fbb1f996f594190 145826 
globus-gridftp-server-control-dbg_2.8-1_amd64.deb
Files: 
 cb37aff5bf2d5659edf3a99faf1522f4 2615 net optional 
globus-gridftp-server-control_2.8-1.dsc
 c37f7b27f05ad94beb493208b0587511 376569 net optional 
globus-gridftp-server-control_2.8.orig.tar.gz
 dc82d774aff178aebc0e2581b8e66fdb 3289 net optional 
globus-gridftp-server-control_2.8-1.debian.tar.gz
 549dff65a74b43e5a3dc72ae322d8e15 70580 libs optional 
libglobus-gridftp-server-control0_2.8-1_amd64.deb
 cdbb45ef71aebf61ea65fd80ceef4816 10142 libdevel optional 
libglobus-gridftp-server-control-dev_2.8-1_amd64.deb
 8b49636ae7e156ded37d34de247e5d11 145826 debug extra 
globus-gridftp-server-control-dbg_2.8-1_amd64.deb

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

iQIcBAEBAgAGBQJRJhgyAAoJEOiuwv874alLbI4P/RdKI2rW32Dy6+lP1otIqCLF
lcIbUhMfVcUjJOdkCCQuxh4jH8fE8gpRSWNzOFNrR5OR7HFWWm221bqethmFO0zT
wNZ0xeVPlK3HbbyIh9TZ4z3mMys1PVX3AuFaROz6n+/PUgQ0WvnFTdb9OtBBNxN5
0RCoXrI04gnSooymeerHUGt+3wZu9S2vVHpfPCnSyoIAW63H92aubntM7e04FU8n
K1Ey5hDtt3XJSCpmhYyd2aEV0vVhHSrIAtGTBtokOdPMk9tcs1PNwZ2nx9wum5Fh
fyi9B0qGIBRG88XPeo5frKzYhroYSX0HwpznCv0+uwKdpDP/ptvJfQKhNttG2v9N
JeDj9k9HecR96LYN55bPb1yhFQfPyKJt5s4uBv2BMpWkcX6AIsc5MrUD8uXJIyVg
NKhCsxhE0XcCTDEa00bt/I4wyS6GBdqhZo30alhHbzJeLyHHAndnc6nUMQlF7EBM
g1Fim4ig7PxmH0Kwid3sGJcaHmhqpKv621YCu5/yFL2TKMF43ogSICeSKIcnIgea
gSRT+RQUAjSrruHIcI21yeDSnV/70E5Wa0JNo3bi1iZ/HGQrYBnH2dm0ug9FTQC2
wbGNrRmzecuilZjG1FmIaP2hW2HQYGTPL5jBD/XSWqPmy4tUBdGsLx2wKJtlbhwE
eKUx+5O6fCZjSiZ/VYRw
=vsGl
-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/e1u9mfg-000305...@franck.debian.org



Accepted globus-gss-assist 8.7-1 (source amd64 all)

2013-02-23 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 13:56:18 +0100
Source: globus-gss-assist
Binary: libglobus-gss-assist3 globus-gss-assist-progs libglobus-gss-assist-dev 
libglobus-gss-assist-doc globus-gss-assist-dbg
Architecture: source amd64 all
Version: 8.7-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-gss-assist-dbg - Globus Toolkit - GSSAPI Assist library Debug Symbols
 globus-gss-assist-progs - Globus Toolkit - GSSAPI Assist library Programs
 libglobus-gss-assist-dev - Globus Toolkit - GSSAPI Assist library Development 
Files
 libglobus-gss-assist-doc - Globus Toolkit - GSSAPI Assist library 
Documentation Files
 libglobus-gss-assist3 - Globus Toolkit - GSSAPI Assist library
Changes: 
 globus-gss-assist (8.7-1) unstable; urgency=low
 .
   * Update to Globus Toolkit 5.2.4
Checksums-Sha1: 
 c76653cd82039ac112684a7d713cc94c01a8ef34 2533 globus-gss-assist_8.7-1.dsc
 1237182082a8e9bda9055405cf58bf8032592ce7 371575 
globus-gss-assist_8.7.orig.tar.gz
 626e386aaf47f250c355d3779edaf673dcb20eb8 4116 
globus-gss-assist_8.7-1.debian.tar.gz
 1ac442d459a9c7c6e02163599b75143165b8fa0d 28128 
libglobus-gss-assist3_8.7-1_amd64.deb
 45d1aad238a8d1951dc7a822f3bd44c7a38310b0 16178 
globus-gss-assist-progs_8.7-1_amd64.deb
 94a7afb276c002b16f35a64ca91dd140f94a17bf 7636 
libglobus-gss-assist-dev_8.7-1_amd64.deb
 a4752d02014b28462901066e029f517a238a206a 64156 
globus-gss-assist-dbg_8.7-1_amd64.deb
 e582c83b8b7af562a8fcf754c7bd9c42a9c70178 209606 
libglobus-gss-assist-doc_8.7-1_all.deb
Checksums-Sha256: 
 3d0f3d71a55ff03b4662614b8c65d4f34f481cab96fcd9a1e2ac9a52d779f20a 2533 
globus-gss-assist_8.7-1.dsc
 ba307e3955c0447806f56a256c898a0ee914c4297cd15daf1004c824bf98da9e 371575 
globus-gss-assist_8.7.orig.tar.gz
 86ecc4ffd8c99c10ee7ca9cf3c36f094ed212145b48df480f06b78ca226902ca 4116 
globus-gss-assist_8.7-1.debian.tar.gz
 9c2281f11e13adf1fac1d67aa478e60c93dafbda2053eb8e0ceecabf3ea141be 28128 
libglobus-gss-assist3_8.7-1_amd64.deb
 46f438be5dcc5909c4a27040caccfd8bc922085d5b57a438726847bf60cbd0b6 16178 
globus-gss-assist-progs_8.7-1_amd64.deb
 6b8a7ba21ef3d4aba3864b620d2b71071de1ecb1b9af1217e8cdf4cfbf190813 7636 
libglobus-gss-assist-dev_8.7-1_amd64.deb
 54610f125c4e2f64c2c60fc0d4797d91cf30ab3b6d5c5858b9746d6d3ac7786e 64156 
globus-gss-assist-dbg_8.7-1_amd64.deb
 10ef692b94f8faf55decf8def4d5607498db58911adf5a754e511b9f52e20b19 209606 
libglobus-gss-assist-doc_8.7-1_all.deb
Files: 
 58f17eaeaf23b5b27f822e1ff50aecd8 2533 net optional globus-gss-assist_8.7-1.dsc
 04391b899ec23cde662e33608b8d3737 371575 net optional 
globus-gss-assist_8.7.orig.tar.gz
 1f24ddc4ae2b62f0a65ff796e202f795 4116 net optional 
globus-gss-assist_8.7-1.debian.tar.gz
 14a5f32f059d7feaf92e5d1334bfdc9a 28128 libs optional 
libglobus-gss-assist3_8.7-1_amd64.deb
 31f7b376d0b1c0e89ee2d0c066d6d021 16178 net optional 
globus-gss-assist-progs_8.7-1_amd64.deb
 a35ddb1f0b2471b863263eadafd13fd0 7636 libdevel optional 
libglobus-gss-assist-dev_8.7-1_amd64.deb
 1d8963aa015167792b30d4018600ad7d 64156 debug extra 
globus-gss-assist-dbg_8.7-1_amd64.deb
 403bd7a67722cc3482ce7eba71babd9e 209606 doc optional 
libglobus-gss-assist-doc_8.7-1_all.deb

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

iQIcBAEBAgAGBQJRJhgzAAoJEOiuwv874alL+40QAIpwfG41hOzo/VFZi+jXNt5F
CzAD6N9LFUK5tzyR9UCDDum7jjHe/E5hOAClWP6/pUcXDfEK7mFLLpmnK0KHy9Ip
xW1HLiWllhvMCnw2ZTp6yjEIi2iFO8W3nCUx7HSxXFNLeasel4d0j7GWM53hRENV
bayi3nxS9bH4w9fatho3wygjYSQ5L5Rdbt2wko3+3I7c/4FsfY6TbvGdPf78q32z
C8Q+vuElVwFDsU/0BK+lZ1GIjmgHAmwvW9xnWl71IxBjUfwxNmErajU5cHTUf15y
SQ62UUW4yRtQNPJ0zqRf6o4VettGJjBV+GsNC4BRP+osv+uYTLBERizGm6gqgLn5
+OsEAGvdwVhknWa+2EvLhjQJL3Fl9gjM7a2FVyX6IOEXAT7sG0HqdaU5eQqiM/Te
fubUhqONFrUS4l7Yvun/DC4FOIsB8BDdSRhiEZj2c+8Ihkn4NluoGZDkFwW6stqO
9/iHaw9OyWxW5ac3GElWANTU2zjXhR0oZAD+sSozuZTesWEdzW55FLKR9RBsg1sM
49MXMBTq1BpeVgybvzOl/J22iB+qfk7o+UzIY3ShIjI5nNiRQmdaJyeepW4DtWUM
suaeispWP6lb5piSjtVJz8TNVZwmVNxcRLlI58KMYPq2OWb6tZaIRVOcfmQDflVM
lZIUFEhR1kC6ff93ImT+
=Gp/u
-END PGP SIGNATURE-


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



Accepted globus-io 9.4-1 (source amd64)

2013-02-23 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Feb 2013 14:08:13 +0100
Source: globus-io
Binary: libglobus-io3 libglobus-io-dev globus-io-dbg
Architecture: source amd64
Version: 9.4-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 globus-io-dbg - Globus Toolkit - uniform I/O interface Debug Symbols
 libglobus-io-dev - Globus Toolkit - uniform I/O interface Development Files
 libglobus-io3 - Globus Toolkit - uniform I/O interface
Changes: 
 globus-io (9.4-1) unstable; urgency=low
 .
   * Update to Globus Toolkit 5.2.4
Checksums-Sha1: 
 47b38f059aa5d0948ef1a3f9ecc0b930c6d931b4 2237 globus-io_9.4-1.dsc
 ed9a5db47b78560e2103d3218e28d71964699c4d 339562 globus-io_9.4.orig.tar.gz
 d7e0e0ddc97e12fbd38d322b2e2a643118eba802 3395 globus-io_9.4-1.debian.tar.gz
 566b0c892714fed5e5a9b50d7a7ecff24ce418a3 39418 libglobus-io3_9.4-1_amd64.deb
 8ee9f2e50f5cccdba85b9eb3e2479e012a8c8cb9 10118 libglobus-io-dev_9.4-1_amd64.deb
 dc90ad4626b0a2435d748ee0c15d963e9faaa74a 89188 globus-io-dbg_9.4-1_amd64.deb
Checksums-Sha256: 
 d286b369dda659bfa7d1aa89287f35bad29993dcf119641d114f91d3e392acca 2237 
globus-io_9.4-1.dsc
 18a4bd3f0935966da14fcf1e2acd11f7abb44fd3a9acb34150d390ef75e022dd 339562 
globus-io_9.4.orig.tar.gz
 8ecc8987e92a456fd78c1999387789f7cd447adb15b84900ee590bf540aab28b 3395 
globus-io_9.4-1.debian.tar.gz
 77c658006b3d38d6ed5d1f8fdb0a9696396767799dc8036af906b2f951fa0d08 39418 
libglobus-io3_9.4-1_amd64.deb
 725addda6e30d313f4951e04f4439ed073d63fe77aa90bc1496c48a9ff8ccb3a 10118 
libglobus-io-dev_9.4-1_amd64.deb
 0c6fb646362eb16e79f4cbf03df136a3f6602f148ea79c46b2075a453459a418 89188 
globus-io-dbg_9.4-1_amd64.deb
Files: 
 92ccedeae7e3530c11ba12fbfa87d51d 2237 net optional globus-io_9.4-1.dsc
 cc6f3bdfe6eb5fafff7072fa41f8d892 339562 net optional globus-io_9.4.orig.tar.gz
 a4ed2a8a5b96a21804dd65326f1ff4bb 3395 net optional 
globus-io_9.4-1.debian.tar.gz
 00520f2216cc1cfa2a80d4069483d7b2 39418 libs optional 
libglobus-io3_9.4-1_amd64.deb
 92fac6f894ade8cca0ec277716c82056 10118 libdevel optional 
libglobus-io-dev_9.4-1_amd64.deb
 244c9be7306044333f8137598f2c99d3 89188 debug extra 
globus-io-dbg_9.4-1_amd64.deb

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

iQIcBAEBAgAGBQJRJhgzAAoJEOiuwv874alLPyYP/iIEc221lrdJQj2c5ikeW3B4
fbTLsMTTphIxtnCG2VikTY/EFubRmSDeeiJuJl68u/Pqrh5zsP6HL+yLYUI2UFVr
z/0tFFgChKjPw7aH5FN8lz2f5pbY4vjkkn1+81SbtgTLskHjmdb6/Lx89Um0d/d3
ll+o4pwkr6IIAspat/yaJuCp3mvDfjvcgyk8P46WYSGtM0hKYtZcvwGblHrvBXhf
SpN+Z9P09p3aQK5yrYz+zptKzQzh18b9daSLZaXEZOxoO2HwIGIp8+KOamW3JELf
M+etP2MLuJ89BdTe/bHeFbMOiqSD7ld9KuA9JrSwwQnTHt6RtHsEhtoNy/+qOZ5M
jOnxfgsZXIMRxJfbnKDwsBv12jqJ5Eiklxi7WjJoyNpr+taM9iZGE4DZvlXwV/9n
JBE7ompi7T0BjO4adCPpIWwcIfsSVBl6aF8ieVEI/SpsesgBmUCJiQtaUYDG/LEr
/1VPzHIgjNjmLpYQe9SI68Ruv8AeUT2rWFLscWNlFcc2VsiQJUe6eamqd3Dg2xTq
lnUJXlCgeTN95rrEd0WbAp8KmNnCdYbQy6Q4Szv1kHOxFdISLKDwGw8NaxIxNOnt
dRA93JOXywNyET8+JWcVd/e2OrVWmfsjgZgzCqiYYLqRct8G6w4OiUssleH+MLKS
Sz+19+P3T+anGGI3q1cH
=cPp4
-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/e1u9mfv-0003f4...@franck.debian.org



Accepted gtk+3.0 3.7.10-1 (source all i386)

2013-02-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 20:37:27 +0100
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev 
libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 
libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source all i386
Version: 3.7.10-1
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-gtk-3.0 - GTK+ graphical user interface library -- gir bindings
 gtk-3-examples - example files for GTK+ 3
 libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
 libgail-3-0-dbg - Gail libraries and debugging symbols
 libgail-3-dev - GNOME Accessibility Implementation Library -- development files
 libgail-3-doc - documentation files of the Gail library
 libgtk-3-0 - GTK+ graphical user interface library
 libgtk-3-0-dbg - GTK+ libraries and debugging symbols
 libgtk-3-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk-3-bin - programs for the GTK+ graphical user interface library
 libgtk-3-common - common files for the GTK+ graphical user interface library
 libgtk-3-dev - development files for the GTK+ library
 libgtk-3-doc - documentation for the GTK+ graphical user interface library
Changes: 
 gtk+3.0 (3.7.10-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
 + debian/patches:
   - Refreshed.
 + debian/libgtk-3-0.symbols:
   - Updated for the new symbols.
 + debian/gtk-3-examples.install:
   - Stop installing gtk3-demo files, no longer needed.
 + debian/patches/030_tests_skip_filechooser.patch:
   - New patch: skip filechooser tests as they are not designed to
 be run without gtk+ installed.
Checksums-Sha1: 
 8e895bd62d71d5518496ad178e134cba5a3597b4 2907 gtk+3.0_3.7.10-1.dsc
 1ecc3bf621d1169422f16f07ca06347bf3bca7b8 13678436 gtk+3.0_3.7.10.orig.tar.xz
 fca1a8381358f4df01e849e1e200f69f060f6a23 93461 gtk+3.0_3.7.10-1.debian.tar.gz
 f2fda8186a7081a11fe8240010a2662cca01186f 2802318 
libgtk-3-common_3.7.10-1_all.deb
 b99236742907903dcab007f1817f84eb00de715a 2118236 libgtk-3-doc_3.7.10-1_all.deb
 1b0e2c9bf6b16cf5535bfa55293258ee927e004b 60570 libgail-3-doc_3.7.10-1_all.deb
 0675bcc5a034748c71d03b077e098747baa91dd9 1985452 libgtk-3-0_3.7.10-1_i386.deb
 204d5b36c82c28019872a6b214f562327b03487e 1860496 
libgtk-3-0-udeb_3.7.10-1_i386.udeb
 e46cadd45a716fd96ac7795543215fca4596388f 59242 libgtk-3-bin_3.7.10-1_i386.deb
 1a635aaa04e833568ed39d823554d215610de75a 773834 libgtk-3-dev_3.7.10-1_i386.deb
 384ab2d6da007e49a44b375d06f8320bd7a9cb19 5231608 
libgtk-3-0-dbg_3.7.10-1_i386.deb
 761be69354c307e1dfc3047b18d7114097f95601 315292 
gtk-3-examples_3.7.10-1_i386.deb
 2ef988fd87abec5ca5caa486911bf2f5feaa16d3 209894 
gir1.2-gtk-3.0_3.7.10-1_i386.deb
 067fb2d12c8c0ae762c8c32e0a12ad02c4e7e7d7 61826 libgail-3-0_3.7.10-1_i386.deb
 0b2cbc7fa6830174bec8b2ecd64c46a05b872b27 53266 libgail-3-dev_3.7.10-1_i386.deb
 e292124f09f3041ee09c1622b616e7eb73b35530 74026 
libgail-3-0-dbg_3.7.10-1_i386.deb
Checksums-Sha256: 
 517ad7ae51d60ecf2cb2ff39b273f44c782b4ea51cd5e2fd121b6829f1588e61 2907 
gtk+3.0_3.7.10-1.dsc
 9354d48f8d169f9491ee5dea9d5a9ba3fbe6aad7b9dda6b731b8cb1769672903 13678436 
gtk+3.0_3.7.10.orig.tar.xz
 0e9411448cd67c29b7d33bf231dd4afff340e63fd87595ce7bfb48a397ec537b 93461 
gtk+3.0_3.7.10-1.debian.tar.gz
 3e5fa20f0bc1c09d74a91ac6f6442ba7145616a18b12937fc9de8e4d7e9e9a68 2802318 
libgtk-3-common_3.7.10-1_all.deb
 39739736cadc89b7253bee85e09be33b88b0e8dcd39a02f2099415e663fb5b3c 2118236 
libgtk-3-doc_3.7.10-1_all.deb
 561aeea2129f9191410de5cbc615e11184103e64e125afd356c6ce257e1d5e1b 60570 
libgail-3-doc_3.7.10-1_all.deb
 0880c7447936b8e33daa267078efcaa116c763978892f8f5ba9793361ce4054c 1985452 
libgtk-3-0_3.7.10-1_i386.deb
 6fafe7edbd63f272c91549a5d6d5cedddf30bc16675b805b0f2f5e130ef8d36d 1860496 
libgtk-3-0-udeb_3.7.10-1_i386.udeb
 9e7026bc471ff3dff112ec2c70118b785f4ed53f51c82a9c9a2b4e5406fc5e01 59242 
libgtk-3-bin_3.7.10-1_i386.deb
 0f87a958c81cbdf3a6052277e00c0e916189ff604645a3b10ea3d249a99ad068 773834 
libgtk-3-dev_3.7.10-1_i386.deb
 f330787407998cdfb1a9db540808e6b8ca66d147053a242827b2231abfc0d4a5 5231608 
libgtk-3-0-dbg_3.7.10-1_i386.deb
 1a297b6b8a8e445630ec61ef2887f1752466afe9210946f2954a579264b44474 315292 
gtk-3-examples_3.7.10-1_i386.deb
 4164d135261bb4655e2f18a14bd3d51c5ffbd8c7395bdb3de25370c9efea36f3 209894 
gir1.2-gtk-3.0_3.7.10-1_i386.deb
 607c0653f2119b31507d2b3a1047ed9b5975d3f4d21b2ae57a8ffe9d8dcf8674 61826 
libgail-3-0_3.7.10-1_i386.deb
 50aa77b069b804cddc3660784193989f25809f8e18cc98789690315e991d5d02 53266 
libgail-3-dev_3.7.10-1_i386.deb
 8d63d9772b8fe243dfebf5080456d42097e98dd773cfddf477a50b7d64c20a50 74026 
libgail-3-0-dbg_3.7.10-1_i386.deb
Files: 
 c11298573263e34087c0ffe1b88518b8 2907 libs optional 

Accepted sane-backends 1.0.23-0.1~experimental1 (source amd64)

2013-02-23 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 20:12:58 +0100
Source: sane-backends
Binary: sane-utils libsane-common libsane libsane-dev libsane-dbg
Architecture: source amd64
Version: 1.0.23-0.1~experimental1
Distribution: experimental
Urgency: low
Maintainer: Julien BLACHE jbla...@debian.org
Changed-By: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
Description: 
 libsane- API library for scanners
 libsane-common - API library for scanners -- documentation and support files
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Changes: 
 sane-backends (1.0.23-0.1~experimental1) experimental; urgency=low
 .
   * Non-maintainer upload.
   * New upstream version.
Checksums-Sha1: 
 eb6c3ad094ca2a3c058dac17dfbaae238e90f03f 2327 
sane-backends_1.0.23-0.1~experimental1.dsc
 62fc65736879f0bdb2fda20a31ee10d1ed335ae7 5342350 
sane-backends_1.0.23.orig.tar.gz
 f55d6426c58db6a2e59d01ee280eb30746de9e99 65630 
sane-backends_1.0.23-0.1~experimental1.debian.tar.gz
 35c5bd0821056ab108da36556e6be4f26c4db62a 196322 
sane-utils_1.0.23-0.1~experimental1_amd64.deb
 678199cfb2b74b9445a8dada9e5fa83a24b5b855 776822 
libsane-common_1.0.23-0.1~experimental1_amd64.deb
 40b96c1bbffd64de16cd9da1f3876ad72a7f3e0f 1989298 
libsane_1.0.23-0.1~experimental1_amd64.deb
 ee196aeb0621bd9034d1fd51d143623e49b07050 2130540 
libsane-dev_1.0.23-0.1~experimental1_amd64.deb
 02904711b79d635f784e67c49166e6f245a6f90b 3466154 
libsane-dbg_1.0.23-0.1~experimental1_amd64.deb
Checksums-Sha256: 
 357096169ab0074d7aeadf0831d6550a328ffd441732404355969d4174b731f2 2327 
sane-backends_1.0.23-0.1~experimental1.dsc
 4d4f5b2881615af7fc0ed75fdde7dc623a749e80e40f3f792fe4010163cbb029 5342350 
sane-backends_1.0.23.orig.tar.gz
 59170f52fd529ab3334ec70f334de2961743e775211572b8eb86ce1e93be 65630 
sane-backends_1.0.23-0.1~experimental1.debian.tar.gz
 a68e35a60d99ef760e8cba53b3387dd94f2ac117f3e72f4ef710dcab249b8e59 196322 
sane-utils_1.0.23-0.1~experimental1_amd64.deb
 0391eac95ce9c6de4c22adfa81b35076383e38b451669029e7898401fbaeb794 776822 
libsane-common_1.0.23-0.1~experimental1_amd64.deb
 8cb326a2039858110daf80db17ee7c01a76827ec2edbf70dfc2941b1243b4371 1989298 
libsane_1.0.23-0.1~experimental1_amd64.deb
 4252666e16e7a4faf524bfca4b9d583ed3864da3b68706ebd58c4076ce8eac81 2130540 
libsane-dev_1.0.23-0.1~experimental1_amd64.deb
 c9d9c1feb332e1ca473ba78222e49bc4ceecf41b84043a7d52bfed7406de2a0f 3466154 
libsane-dbg_1.0.23-0.1~experimental1_amd64.deb
Files: 
 9332c402338edff2c53b9098e30487a4 2327 graphics optional 
sane-backends_1.0.23-0.1~experimental1.dsc
 e226a89c54173efea80e91e9a5eb6573 5342350 graphics optional 
sane-backends_1.0.23.orig.tar.gz
 235f4d8a4f85caa0bf635f4d3306d612 65630 graphics optional 
sane-backends_1.0.23-0.1~experimental1.debian.tar.gz
 8a26b32618c21c4d0b549b9f08cf7d4d 196322 graphics optional 
sane-utils_1.0.23-0.1~experimental1_amd64.deb
 ff2b726a5daf8478a5ff3077949a9e08 776822 libs optional 
libsane-common_1.0.23-0.1~experimental1_amd64.deb
 6b937b95837e7b9081b2c9cd496ac576 1989298 libs optional 
libsane_1.0.23-0.1~experimental1_amd64.deb
 305d0841faf46256dd161537edf12d01 2130540 libdevel optional 
libsane-dev_1.0.23-0.1~experimental1_amd64.deb
 4cceb8e0c4879f22d0732d18c8f09db7 3466154 debug extra 
libsane-dbg_1.0.23-0.1~experimental1_amd64.deb

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

iQIcBAEBCAAGBQJRKRaUAAoJEHQmOzf1tfkTINEP/jwDUaYEZ5c3eITWHaYC0arT
vqMfOxl5Qk+2jMrRQHdbXGBuO3DfEKTF5uH5B4Dl2hXg78AqaH7vK3RdaK8aMbD+
pPMIn7eNRabSIRakFP/WTZgEn1IlkG5G+skFlFJ6KRdd2s3ubKUxyDMAMDGj5o1U
WkBHYXzxfGJ2iZNywAA8639YqDZI6cAwBcZchCRNufJ20uSwBoIVSOer5KnY5y5l
6cWhq0oRudmLLEI10Chr2dhyCK/eWEABDOMDgE85f5FAbG0Oh1tsjVijBFM3P0C6
1MVkUBT/l0iE9WFIZtFvJsntnx3dUNVmw4TrdvpvokzvJoL5mkIDawdOic8b5oa0
DmPLC7MlbijPZ50Ah8iX6j2NjALQNDixXeSw2J6MMdns51eO5HdS9Pw6YH2oxQ7Z
8YmGF87xYXsUt3mqXSCBUjfU8CqE59YSdxt2SQ/qj7dx919tUpRa3B5i0DN0DlA8
eOTmWnpN8m2daBxPOiBfK/4+2SxPmwaycs8FS1ugXNkQUz8LvcKjgEKc7kBUDcT0
hsI/seHgAbHXMuUcy8j7ggvMUxsLmVy9MD3WfufX1wDdpUqpZVAqsAeiYgJqlki6
E6EbviamNUxpSTh81eJt8kL/dnNC/yivDOh2uT4XEmedsIRk9fT1ljqTTEOsBGyj
xmXrhz46Wa1XzyYuonCm
=j/v7
-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/e1u9mgr-0004ot...@franck.debian.org



Accepted octave 3.6.4-1 (source amd64 all)

2013-02-23 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Feb 2013 19:35:40 +0100
Source: octave
Binary: octave octave-dbg octave-common octave-doc octave-htmldoc octave-info 
liboctave1 liboctave-dev
Architecture: source amd64 all
Version: 3.6.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 liboctave-dev - Development files for the GNU Octave language
 liboctave1 - Shared libraries of the GNU Octave language
 octave - GNU Octave language for numerical computations
 octave-common - architecture-independent files for octave
 octave-dbg - Debug symbols for octave
 octave-doc - PDF documentation on the GNU Octave language
 octave-htmldoc - HTML documentation on the GNU Octave language
 octave-info - GNU Info documentation on the GNU Octave language
Closes: 691311 695434
Changes: 
 octave (3.6.4-1) experimental; urgency=low
 .
   * Imported Upstream version 3.6.4
   * debian/copyright: add missing information about Fortran files
   * Remove patches applied upstream:
 + rcond.patch
 + fix-sparse-unit-testing.patch
   * Refresh other patches
   * Tighten dependency of octave on liboctave1 (Closes: #691311)
   * Recommend pstoedit (needed by plot/print.m)
   * contourc-stack-overflow.diff: new patch, fixes segfault in contourc
 (Closes: #695434)
Checksums-Sha1: 
 e7a1cb952c296ad4c321265f55f83b6119974945 2885 octave_3.6.4-1.dsc
 3cc9366b6dbbd336eaf90fe70ad16e63705d82c4 15627315 octave_3.6.4.orig.tar.bz2
 de02addeaee11b66222ecb2d846b5d59557cf5f4 100240 octave_3.6.4-1.debian.tar.gz
 57d4155175246d47af669a69baf95e7fed14802a 1880718 octave_3.6.4-1_amd64.deb
 7fd1c2d0c0a495f96368d7b1c85ea724d51e38a1 115992082 octave-dbg_3.6.4-1_amd64.deb
 45c27b3b5ebe59e8294d2f02dc2d46a71718b7cb 1103468 octave-common_3.6.4-1_all.deb
 26d3993f89a397f9b07967c3e2b887765bb56708 3992848 octave-doc_3.6.4-1_all.deb
 1f3a51a68b866cfff7574c188498041c95661e4a 1786186 octave-htmldoc_3.6.4-1_all.deb
 688b03e568037a5c2ec8f4e806ec81f53f2dc7da 649334 octave-info_3.6.4-1_all.deb
 37d97c8b2cb1f6969ce3b949762af5d7d5441098 8358244 liboctave1_3.6.4-1_amd64.deb
 d70b0a3c0306f1798b585f5677e9c7e852ec54ee 678034 liboctave-dev_3.6.4-1_amd64.deb
Checksums-Sha256: 
 dc3e90e7e75d976bf6b756ee9baa8d01a096a75bc8a38886549766c695c6a1f6 2885 
octave_3.6.4-1.dsc
 fa185df9591f5d740f4d37ff6eaf06db576fdd3e0ddd9d0737365799e5d1c962 15627315 
octave_3.6.4.orig.tar.bz2
 20e53cbce9ff6db86bd60bb94a343214d3f8d6b4439c960ca2f88d798c606372 100240 
octave_3.6.4-1.debian.tar.gz
 847b3205e9933886b89b02fb379e56e22026ba174a4ce7e023b9b2021524de85 1880718 
octave_3.6.4-1_amd64.deb
 88c18887fa40dfa627f865c6dbdf5705ee91a289e3a64c8108ad339c527ce280 115992082 
octave-dbg_3.6.4-1_amd64.deb
 ac59a96e862db043616c5be70c161e539b76401b984cae01c5f97acfde1eb7dd 1103468 
octave-common_3.6.4-1_all.deb
 789ba726bb5a7d25081a2e87a7f780ea945d8d215ddf3cab4f7a78dc2a9a92c3 3992848 
octave-doc_3.6.4-1_all.deb
 a460e111ace889f4fc3f1eb89e97ccb8e80c3fd34fc12acd5e080e3ad391c295 1786186 
octave-htmldoc_3.6.4-1_all.deb
 2a62dd1c4e38082e2bfcf872f9be9fc6a9569deda197a60543b21a00acb07e0a 649334 
octave-info_3.6.4-1_all.deb
 6dd69451fb3583af4dd73299147372a259f18ce8f78f8e22e725cd21078a 8358244 
liboctave1_3.6.4-1_amd64.deb
 93f1adb881d5cf986f4da228c64ef6db62a09724c333124f337ba409ca38b5a6 678034 
liboctave-dev_3.6.4-1_amd64.deb
Files: 
 5f1bda03b31ec6304c3c687b8975162a 2885 math extra octave_3.6.4-1.dsc
 e0d3e5e3d38a66d3f8593ba065c6e2fd 15627315 math extra octave_3.6.4.orig.tar.bz2
 247eb4c1a5431fd7e4d550d5b086962a 100240 math extra octave_3.6.4-1.debian.tar.gz
 879f059747d9ce22638aa9bd4878e195 1880718 math extra octave_3.6.4-1_amd64.deb
 25fd7dbdc99207e42c521276d68b7f1b 115992082 debug extra 
octave-dbg_3.6.4-1_amd64.deb
 73712ff8f6e54b249f8122e966b64039 1103468 math extra 
octave-common_3.6.4-1_all.deb
 4d5eda031d5ee37023c36f443602a62d 3992848 doc extra octave-doc_3.6.4-1_all.deb
 6a69888f30fa2dd12485b356237e5b6d 1786186 doc extra 
octave-htmldoc_3.6.4-1_all.deb
 672005393a13378ab0ccf51b431d6ae4 649334 doc extra octave-info_3.6.4-1_all.deb
 27f47afc064349b88ff3d5ec1357cfe7 8358244 libs extra 
liboctave1_3.6.4-1_amd64.deb
 28fb04fe93f6a0751c9e7347f251cacc 678034 libdevel extra 
liboctave-dev_3.6.4-1_amd64.deb

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

iQIcBAEBCAAGBQJRKRRAAAoJECzs6TUOzr5KSxsP/RD+i4Q6dZombdYt98abH33w
Nl4NysbEt1LkbMP8Lvrfp3E+vqTOIMhBoTmokZ1Kzgbs8MCHRxp63YZPIsONMm0p
PggMjfFfeRixBChmCxOSkY2a+kefXyoDB5pv/9F/1sAZS9ViUm84bCXBzRObZK5d
FMbgLP7smndpHQRt64IaYhvGA6vdNAd2XVxIAVKeb0Og5gDMFWrIM9mwsV9kvtso
8uxwwY9JSsUfBHQkCYdHR98GFVTJUM4JttkbtgQtK/sglU9HWrOi+lkjj61f6AuM
i+Xcf9C4U2TEl6LP0qr/r4ndWu1wh/edSlZSxcwXvjJvFI3pmxmadd7OtQlc1V3h
oY8E7GEzvGeHxyPfLBA9cFgs8ahcdc3yPj2CLTnnB8zM8IVlxnLdbokWsUnmS0gi
2NFOgqe9LhoAJK/tXGgQ2UzAYHWb6lJHTH9R6eozS3qSMly/OUepwWaGuVYON2H4
SvHF3cc8BlY31/2stbeI1QCoKsh9EXLq1dLoRrVfR7Dxj1NNnIDOpyVwv1O2GLvs

Accepted libwmf 0.2.8.4-10.3 (source amd64 all)

2013-02-23 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 23:09:10 +0100
Source: libwmf
Binary: libwmf0.2-7 libwmf-bin libwmf-dev libwmf-doc
Architecture: source amd64 all
Version: 0.2.8.4-10.3
Distribution: unstable
Urgency: low
Maintainer: Loïc Minier l...@debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 libwmf-bin - Windows metafile conversion tools
 libwmf-dev - Windows metafile conversion development
 libwmf-doc - Windows metafile documentation
 libwmf0.2-7 - Windows metafile conversion library
Closes: 700353
Changes: 
 libwmf (0.2.8.4-10.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * libwmf-{dev,doc}.preinst: Delete /usr/share/doc/$PKG if it is a symlink
 because this is now shipped as a regular directory.  (Closes: #700353)
Checksums-Sha1: 
 67a1058b5782a3989bbcd43ab2c38c233b6551d9 2051 libwmf_0.2.8.4-10.3.dsc
 379cf5f3912d7713c85655375418f30a2352641b 10210 
libwmf_0.2.8.4-10.3.debian.tar.gz
 114481c0992939630bd523e3931d3c4b8100b54b 192766 
libwmf0.2-7_0.2.8.4-10.3_amd64.deb
 0673107aa1bad2fa5abe30c6fe7d8bec554c6138 37046 
libwmf-bin_0.2.8.4-10.3_amd64.deb
 2d3be3b32ff077e73453001f14757a2c7a7f5f1e 230688 
libwmf-dev_0.2.8.4-10.3_amd64.deb
 eee9bcd376113ebbd56fde483d17d4393650ddd7 289146 libwmf-doc_0.2.8.4-10.3_all.deb
Checksums-Sha256: 
 b372c84ffb068a887044d11bc033b5b853368eccd16d00133c7353a011c14062 2051 
libwmf_0.2.8.4-10.3.dsc
 e4b33b6b6377a2f476700b87af9ed4a13c0ba719af16bcf13c77d2ccfe33ef79 10210 
libwmf_0.2.8.4-10.3.debian.tar.gz
 5fd429d8208f30540571b86e7ee61b964b823cbb128ed32fd6203c3709c1a280 192766 
libwmf0.2-7_0.2.8.4-10.3_amd64.deb
 634d67ffd2944dff800a9d191ba7aba75768b0b461b94dc127cf495c136f44a2 37046 
libwmf-bin_0.2.8.4-10.3_amd64.deb
 841f8258ce07a467d7d38312c07ad8be861721693177414d72a654b3394c6c3e 230688 
libwmf-dev_0.2.8.4-10.3_amd64.deb
 5de450b8972b25b7722d7d3d324ec78f5601ea898c8a649401736ce8d941c060 289146 
libwmf-doc_0.2.8.4-10.3_all.deb
Files: 
 6aac7a57d3b96726b18e5b8c17b2d3eb 2051 libs optional libwmf_0.2.8.4-10.3.dsc
 182dac190c410bd0a553df773178ef7b 10210 libs optional 
libwmf_0.2.8.4-10.3.debian.tar.gz
 13451c42d6ee1fadef051fe4eda7a72e 192766 libs optional 
libwmf0.2-7_0.2.8.4-10.3_amd64.deb
 66d1d4a72a1ddadb5373afbc7d7def9e 37046 graphics optional 
libwmf-bin_0.2.8.4-10.3_amd64.deb
 cf49565369842a41893eb9782dab8a5f 230688 libdevel optional 
libwmf-dev_0.2.8.4-10.3_amd64.deb
 04d85ccf393f43e20545826343167868 289146 doc optional 
libwmf-doc_0.2.8.4-10.3_all.deb

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

iQIcBAEBCAAGBQJRJpz8AAoJEF+zP5NZ6e0IivwP/Rsg5GQ42eYGfZlqOR09d3HP
bUM00tchtceaoai7RQrGDMt/Q49BL+AGHKdheVztZdXPW8/UeFt3x6Mc4caU2zLY
Fh6kmPFC0d5ibyfVLOZGDIT01A/hMcyvn7/5xqY35Tcv8heENuZVhKaYGszHom4r
LKbTGuyfvPWs7zup9fojYm7JNBVA46g+FFD2eVDbfRLTeJChp2VpBFOgt6l9+ox5
o5Z9r8Q6ppjT96epoXS88o4j/7MOqr82RvZZHbFBu9gNAd0U2K6dDT2tmFcUC5TO
zWPdFxemsOpapVUbElm5xFU7gUMUPlfbRlFdj1dBRisCyR7eumG+0rbSPDpsTBBc
bH2br8hU9sPeMyFuMzFTrcPQyRZbEH1HM/KrnnKGRT/6lYliQiqA8h4yP54hzYDQ
fjRKqUHv9eH/gNWg/7DX1jrq7EwEuG2j+F3Luxo3UBM21f7G9avm76nLtcEZmf0T
uvNyNZi109+w13f/luXvVUNmhdH1H1CHuLJaHGmhlNnq7DyUFMNr0oAwpWXRjwpG
lny77KL8jmaodjjT3y2egdpzSbKx40zFIrYQ00SXaxRzXsAnzldMGwbYL6eCUpYs
eDvG0LUR2FT26SPBcGUeHrA5q52isCjjqDrdYZW3oIFbgd867Tt/7dUcbrM0tvoR
v33xkKMdsHr8ku3OEmOp
=21hO
-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/e1u9nsa-0005uv...@franck.debian.org



Accepted t1lib 5.1.2-3.6 (source all i386)

2013-02-23 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2013 18:34:32 +
Source: t1lib
Binary: libt1-5 libt1-dev t1lib-bin libt1-doc libt1-5-dbg
Architecture: source all i386
Version: 5.1.2-3.6
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Margarita Manterola ma...@debian.org
Description: 
 libt1-5- Type 1 font rasterizer library - runtime
 libt1-5-dbg - Type 1 font rasterizer library - debugging runtime
 libt1-dev  - Type 1 font rasterizer library - development
 libt1-doc  - Type 1 font rasterizer library - developers documentation
 t1lib-bin  - Type 1 font rasterizer library - user binaries
Closes: 700820
Changes: 
 t1lib (5.1.2-3.6) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug
   * Fix config script so that it acts as non-interactive when called from the
 postinst script (Closes: #700820)
Checksums-Sha1: 
 40330b5d28188082d66d8855bd5fb1266ac5dbc7 1943 t1lib_5.1.2-3.6.dsc
 310b73c4e014a8ac38996d201eb6ec4c83a4d247 21158 t1lib_5.1.2-3.6.diff.gz
 8372e96d399f1c97dc0c03b5791ab12d40597a91 611196 libt1-doc_5.1.2-3.6_all.deb
 ac4b881fb281ebd49d2360d7deaf584f0d6a0431 163618 libt1-5_5.1.2-3.6_i386.deb
 4b8e1d28122c82b2c3094d41cc4ff1792cd4ae55 183948 libt1-dev_5.1.2-3.6_i386.deb
 dcbe47d7d6aa79699b6855c1bda3571dbc000108 58636 t1lib-bin_5.1.2-3.6_i386.deb
 3b02fbb6a7f92c45c0f3e7b130e69df136e316d6 292990 libt1-5-dbg_5.1.2-3.6_i386.deb
Checksums-Sha256: 
 798522818d265780c2296d4326cc59254efda0475ee035e04a104e0e40b43317 1943 
t1lib_5.1.2-3.6.dsc
 f7c317ae81ef822318ad3e59438cb238cc9af5b0f1a1a502594ea7807c9302d6 21158 
t1lib_5.1.2-3.6.diff.gz
 5d144aebc06071432ff53ee5ee53245cb392ba633b8a4e39b0deffa65adf0d10 611196 
libt1-doc_5.1.2-3.6_all.deb
 92e56ffefd4d789b10cac81b8a1f7d0bf45a8cd5fb7c36b0d856cacc771a4377 163618 
libt1-5_5.1.2-3.6_i386.deb
 95a53291cb62a3ed5ce7a112fac4d50ed599bab75abddb44bd3d616f3652d95f 183948 
libt1-dev_5.1.2-3.6_i386.deb
 55aad5606e98f86806ce0292e1d9b453b73c3479ebadbe911b3f094732ddc469 58636 
t1lib-bin_5.1.2-3.6_i386.deb
 8bea8eb2dbfbc777eb5045cd6a2c722df02f1b61aca6496dcc509c197134611e 292990 
libt1-5-dbg_5.1.2-3.6_i386.deb
Files: 
 030108850ec9770189585de5075aad26 1943 libs optional t1lib_5.1.2-3.6.dsc
 bdb5ca6cd5bd9b1731eb18a754bd574c 21158 libs optional t1lib_5.1.2-3.6.diff.gz
 92e047a3662859f72c0974d0cc9023eb 611196 doc optional 
libt1-doc_5.1.2-3.6_all.deb
 436bee59dc7336d5103aa86b63c324fe 163618 libs optional 
libt1-5_5.1.2-3.6_i386.deb
 c97dffb7fd28b70f9f24b5f9c8a41f26 183948 libdevel optional 
libt1-dev_5.1.2-3.6_i386.deb
 4df3c1200fa31fcb8ce3816d17fb279a 58636 misc optional 
t1lib-bin_5.1.2-3.6_i386.deb
 9f2eb689f13f5a56af1c86963dec7b23 292990 libdevel extra 
libt1-5-dbg_5.1.2-3.6_i386.deb

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

iQIcBAEBCAAGBQJRJm8wAAoJEIDQpC/yyFDKCY4P/icYg0CbFJDcoo4ZVir0MAm/
0c9VslXo0iq3aYaacm1pzvRzsiFQZX6EDx9jbNnDMtGaod5ahvLbVF40sfyB9Pir
DY/kaXVMzGtgjrDumS6WPpRvSNaf02Iv3Au9cc1EWvOm2j9btWtaPXlbpoRTJJuW
bUG/g4smP10DMBrgBJyhdeTZkBPNSu6B8W3khcCD/WHFu50Md8N1K/q8zPcH5O02
E2falDtfGl0UfmlaMlvkecI7t9r9wX23pXqMYt9nn4Xd+2ZDL0tdsaZTc6IWfx+0
HvIxr+9MdidjNRE4Of7pjl4s0/Nd43BeGZf7h2VAoFKhY0/nEdF7V/55bbBOM1RF
IZzYdBIaH46JgKCgxdElRhjSmrT7k5tAXLMv+bqPlTcpTlbAMleXBdBSz5svP6t2
IeUMXdREBYz/GumO9thAfKqmvr1o/uJ9DC1u94TCkc3qwt9uN1O3+CCHAF7Sbhzj
JkERQsxJr+3ZIPJuS2kelsdPYIWZpleYIpm0IiMGzhDuwRbqLMthkh42hT2UCPIp
JXK/tx15p7G9HkQhH7GIoHLuAiWu/DiE2YvQsgV4mx7QTuw09iqup3JTOmB6qZFa
Ihxn3t6QYnDO20ADJlMZ1LF7frcdS/HeYDTOuYQ+LI2eZFXx+muCZB4oqs64XV/D
C7HQEqTTwXkau0ts4Vmn
=Pirl
-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/e1u9nsn-00066v...@franck.debian.org



Accepted dspam 3.10.2+dfsg-7 (source amd64 all)

2013-02-23 Thread Thomas Preud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 22 Feb 2013 11:28:17 +0100
Source: dspam
Binary: dspam dspam-webfrontend libdspam7 libdspam7-dev libdspam7-drv-hash 
libdspam7-drv-pgsql libdspam7-drv-mysql libdspam7-drv-sqlite3 dspam-doc 
dspam-dbg libdspam7-dbg
Architecture: source amd64 all
Version: 3.10.2+dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Debian DSPAM Maintainers pkg-dspam-m...@lists.alioth.debian.org
Changed-By: Thomas Preud'homme robo...@debian.org
Description: 
 dspam  - Scalable, fast and statistical anti-spam filter
 dspam-dbg  - debugging symbols for dspam
 dspam-doc  - Documentation for DSPAM anti-spam filter
 dspam-webfrontend - Webfrontend for DSPAM anti-spam filter
 libdspam7  - Core message processing and classification functionality for DSPA
 libdspam7-dbg - debugging symbols for DSPAM related libraries
 libdspam7-dev - Development headers for libdspam
 libdspam7-drv-hash - Hash backend for DSPAM anti-spam filter
 libdspam7-drv-mysql - MySQL backend for DSPAM anti-spam filter
 libdspam7-drv-pgsql - PostgreSQL backend for DSPAM anti-spam filter
 libdspam7-drv-sqlite3 - sqlite3 backend for DSPAM anti-spam filter
Closes: 698136
Changes: 
 dspam (3.10.2+dfsg-7) unstable; urgency=low
 .
   * Add a new version of the patch fixing recipient corruption when releasing
 a message from quarantine (Closes: #698136).
Checksums-Sha1: 
 10e8bc8f500484640ecedfdc8a305c3b085322e2 2602 dspam_3.10.2+dfsg-7.dsc
 76cc0f1efd3fffb04e82ba9bb38d838ac5afd3e5 66429 
dspam_3.10.2+dfsg-7.debian.tar.gz
 1e8cce59cf91c1efb8ca79f12dd8a2b3c9e4fa5d 437306 dspam_3.10.2+dfsg-7_amd64.deb
 8a231212531681eb1c2e08d38f9fa42a7641fa85 202446 
dspam-webfrontend_3.10.2+dfsg-7_all.deb
 d18415461e6c3733156d0ea42dc5363073d326fc 150904 
libdspam7_3.10.2+dfsg-7_amd64.deb
 f80a4a87109378b3f8ddb4ea4654810215052488 309626 
libdspam7-dev_3.10.2+dfsg-7_amd64.deb
 c3eef9c6b48c84fa7e3181b7306e62838b70762d 18 
libdspam7-drv-hash_3.10.2+dfsg-7_amd64.deb
 790bf5eba1af56697053e12b1390bcf67c2dcc3c 126662 
libdspam7-drv-pgsql_3.10.2+dfsg-7_amd64.deb
 3508dc22a16f8631350bfc4b47622767667fabed 128808 
libdspam7-drv-mysql_3.10.2+dfsg-7_amd64.deb
 7c9992b560a8becb7068e9a356a273fa9309 113570 
libdspam7-drv-sqlite3_3.10.2+dfsg-7_amd64.deb
 7127b8098203f1b96f5fee373f150eae4a9e90d0 129824 dspam-doc_3.10.2+dfsg-7_all.deb
 95aec3c33d283d1b758c49900f4590cc6242cf73 612432 
dspam-dbg_3.10.2+dfsg-7_amd64.deb
 f72b945d641311d1a0742a54549f359644334fbe 324700 
libdspam7-dbg_3.10.2+dfsg-7_amd64.deb
Checksums-Sha256: 
 af85211eac94f0bbb46861c8dc39d3ea442de1dae56319f9099e2f09ac33b7d1 2602 
dspam_3.10.2+dfsg-7.dsc
 7c4dfa0e2a7eb8d400b0ab403e4ed929ec8bc4789490be0a7be7576bd05af265 66429 
dspam_3.10.2+dfsg-7.debian.tar.gz
 f81a3a8c8d3d6775d406ea725bf1c8243362700e790abd67b1e852f4b195a702 437306 
dspam_3.10.2+dfsg-7_amd64.deb
 a7f73a0af65487e1e488caee13a24766cbe3ea1250927b0ddb258d1bf8347270 202446 
dspam-webfrontend_3.10.2+dfsg-7_all.deb
 a3b64a4a5b13c40a6100df8dc6153b36b6a952af41d4b33509e3015a3d8a2004 150904 
libdspam7_3.10.2+dfsg-7_amd64.deb
 7552372f6e3ab3d21ded9bfb73e3c5475eac40ad8add24227c6306aeaa1bbb94 309626 
libdspam7-dev_3.10.2+dfsg-7_amd64.deb
 f9b41397770dcc3648f4aaca8f8b2cf6c32d58d83ad245274d59cae7519fd66a 18 
libdspam7-drv-hash_3.10.2+dfsg-7_amd64.deb
 a26d6a3cb5114211a3ab5363e59f0b9162891f488d633ad7601102ed7de06151 126662 
libdspam7-drv-pgsql_3.10.2+dfsg-7_amd64.deb
 63f24a264fc7ad83601711b236f8058bf4f8e8bd7c07617ec68d1481f2cc53ed 128808 
libdspam7-drv-mysql_3.10.2+dfsg-7_amd64.deb
 f6dbb4ed4c7b274c4419f6a743125edc448ef8c97ba9bfca6b89bf65b92df302 113570 
libdspam7-drv-sqlite3_3.10.2+dfsg-7_amd64.deb
 8bc3f2c3488ff0d65b2a85b4080b4e9393393536f4ab61f2ae05fa04593b90bd 129824 
dspam-doc_3.10.2+dfsg-7_all.deb
 893bb9e8840ce48bfd3b472de2de318991bd729352e6f00443c5ef343698e829 612432 
dspam-dbg_3.10.2+dfsg-7_amd64.deb
 af4e1db33e3277e7d80ff0a1b9ee64fc9662347e983e9bc94463c7d5bf4c6ad4 324700 
libdspam7-dbg_3.10.2+dfsg-7_amd64.deb
Files: 
 cded785fac245a7052b1354021615d26 2602 mail optional dspam_3.10.2+dfsg-7.dsc
 ca7e21c42f4016c0a6298176d81028b1 66429 mail optional 
dspam_3.10.2+dfsg-7.debian.tar.gz
 50d89591d83fe3508e56b64f9e84952c 437306 mail optional 
dspam_3.10.2+dfsg-7_amd64.deb
 ff896b275152dc52ea24bd999bf864e2 202446 mail extra 
dspam-webfrontend_3.10.2+dfsg-7_all.deb
 2688bca9a7a747e763f9a47ce185ad57 150904 libs optional 
libdspam7_3.10.2+dfsg-7_amd64.deb
 18598e7af28f698b73f2cd46246e4503 309626 libdevel optional 
libdspam7-dev_3.10.2+dfsg-7_amd64.deb
 85efd3c5d14ce480eff3f86fec2ff008 18 mail optional 
libdspam7-drv-hash_3.10.2+dfsg-7_amd64.deb
 70d012476a5204ab570aedf04b126502 126662 mail optional 
libdspam7-drv-pgsql_3.10.2+dfsg-7_amd64.deb
 699e2a0b2e179de7575fe1c2a7899df9 128808 mail optional 
libdspam7-drv-mysql_3.10.2+dfsg-7_amd64.deb
 f08f841ead0c63b097d001bc0b407df5 113570 mail optional 
libdspam7-drv-sqlite3_3.10.2+dfsg-7_amd64.deb
 426d86206948337329476eb6d6b56613 129824 doc optional 

Accepted mercurial 2.2.2-3 (source all i386)

2013-02-23 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 19:52:22 +
Source: mercurial
Binary: mercurial-common mercurial
Architecture: source all i386
Version: 2.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino vi...@debian.org
Description: 
 mercurial  - easy-to-use, scalable distributed version control system
 mercurial-common - easy-to-use, scalable distributed version control system 
(common
Closes: 701168
Changes: 
 mercurial (2.2.2-3) unstable; urgency=low
 .
   * Fix Backport improvement to vimdiff configuration by adding
 from_upstream__set_vimdiff_to_check_changed.patch,
 from_upstream__mergetools_vimdiff_issue_warning.patch and
 from_upstream__mergetools_refine_vimdiff_warning_message.patch
 backported from upstream (Closes: #701168)
Checksums-Sha1: 
 092c233b4bc610b270c02bf5d698e4fa5f100706 1513 mercurial_2.2.2-3.dsc
 9188e70eef153bf44ce3a1ff1615c81bff3b6aac 38570 mercurial_2.2.2-3.debian.tar.gz
 4eb088ae4595e74445698cf53905c72660e2ca9c 2320074 
mercurial-common_2.2.2-3_all.deb
 8c7b817a69947fdbc1cf826bb63bdd902fb1e08c 89086 mercurial_2.2.2-3_i386.deb
Checksums-Sha256: 
 3775286a69b5559191773c8a1c0a3b6f81f9efdf82928ca05437221dbe6cef4e 1513 
mercurial_2.2.2-3.dsc
 999ffc6add14981110f6e9652366065205e431127530d34b23a85b7e70ee3133 38570 
mercurial_2.2.2-3.debian.tar.gz
 40da6629aa834ab5ddc4920ca6fb4fbed802e7a9e1c8f4eb55e9a28f29d5e0f5 2320074 
mercurial-common_2.2.2-3_all.deb
 703e277292e6e6955ca8f1a60e34a349997635d304e8027598af0c3ba5abb162 89086 
mercurial_2.2.2-3_i386.deb
Files: 
 05fe762bb846d9123e3cdfa4b1800f21 1513 vcs optional mercurial_2.2.2-3.dsc
 822cdebeaf3f56941a2882a1bf8a7827 38570 vcs optional 
mercurial_2.2.2-3.debian.tar.gz
 6a1d268e5d838c44202d06274f641cc7 2320074 vcs optional 
mercurial-common_2.2.2-3_all.deb
 cbd2089294fab4c56679b9c88374e2c3 89086 vcs optional mercurial_2.2.2-3_i386.deb

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

iEYEARECAAYFAlEpl40ACgkQLc4/KDbU5PXRAgCdF4ACMG+UocbxCGeWNBOqtXxB
NbEAoIxsQADDfwFRpR08vysyBx2wXm51
=vXZa
-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/e1u9tup-0001vw...@franck.debian.org



Accepted libarchive 3.1.2-4 (source amd64)

2013-02-23 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Feb 2013 23:44:26 -0500
Source: libarchive
Binary: libarchive-dev libarchive13 bsdtar bsdcpio
Architecture: source amd64
Version: 3.1.2-4
Distribution: experimental
Urgency: low
Maintainer: Debian Libarchive Maintainers ah-libarch...@debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 bsdcpio- Implementation of the 'cpio' program from FreeBSD
 bsdtar - Implementation of the 'tar' program from FreeBSD
 libarchive-dev - Multi-format archive and compression library (development 
files)
 libarchive13 - Multi-format archive and compression library (shared library)
Changes: 
 libarchive (3.1.2-4) experimental; urgency=low
 .
   * Add mtree filename length fix from upstream.
   * Add fix for LZO test cases.
   * Renable LZO support.
   * Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 4e43d06360f4dfe6b9fe8e3d19b39d50a90ce142 2286 libarchive_3.1.2-4.dsc
 4169e5bbeca822a303532eb0df605251614c9808 11852 libarchive_3.1.2-4.debian.tar.gz
 965fef0a584c10056c3a7e8c492ed2a8e231aef8 530234 
libarchive-dev_3.1.2-4_amd64.deb
 f7b3e448bdbf23cddf10d5d8d42768a5ad2bf357 320600 libarchive13_3.1.2-4_amd64.deb
 8563fce6a97a73171c75287dd9ce7a4174100a8b 57850 bsdtar_3.1.2-4_amd64.deb
 f59b2c7cdcfc2337bd3edb15cadb2ef9dea02570 41758 bsdcpio_3.1.2-4_amd64.deb
Checksums-Sha256: 
 afcb25af13436d4ce21b65ae8fc1dd8b184ca74c24e62a5f3396ab0a5432d6be 2286 
libarchive_3.1.2-4.dsc
 a0f808c6056fc2afab38af402a6e4dcc425eeb6ae3c9f80af911d5cc74a9a76f 11852 
libarchive_3.1.2-4.debian.tar.gz
 0d3599673ebdf95438c2a53189ee482d930c794294a7288741c227ca1ba58ecb 530234 
libarchive-dev_3.1.2-4_amd64.deb
 42793d437546c995a0f9010f27a28bbce6536eb2ba3703cbfce8f2dc899d8c91 320600 
libarchive13_3.1.2-4_amd64.deb
 1706c950c613566a72f2a623195647fb16db4ab9978bfd9540d4ecddf0138260 57850 
bsdtar_3.1.2-4_amd64.deb
 c2ea0032dd4b383d384a00c5d5221be95120edeaf0a6774d3d107b9c0e6ee449 41758 
bsdcpio_3.1.2-4_amd64.deb
Files: 
 e34616a482d0618adc8d59311c508fa4 2286 libs optional libarchive_3.1.2-4.dsc
 d0336ecc2fc8ce192fd2c27cb5543270 11852 libs optional 
libarchive_3.1.2-4.debian.tar.gz
 7e977b08ece9dfb8f58407e27d494734 530234 libdevel optional 
libarchive-dev_3.1.2-4_amd64.deb
 aa7f74d3d1407139e70ef77698ffcf26 320600 libs optional 
libarchive13_3.1.2-4_amd64.deb
 1c67859a52eaf20458f01707c0bf5e5c 57850 utils optional bsdtar_3.1.2-4_amd64.deb
 997d1766d1b61b35594a3ec2eb835ea4 41758 utils optional bsdcpio_3.1.2-4_amd64.deb

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

iQIcBAEBAgAGBQJRKZwjAAoJED+5x4pTyFTfKSIP/3Nnwlot0nUWITKoHR3oZAwH
wJjNkC1dKn77imMjwMjwbc2Nua6zizXm9ji/kDy9rGm5RiiXLbaM7lcXXafUuJH9
WBtjqsLPBtrIbSg9G5MLE6OrkT4AN/vgrvvxfhNSHgPFHKoYLdVF4fp5amYaOn+g
HhGs5kn0ark0o4UpMCPgsS/ZspTr/b4V2Yt+/VGvgh1hSxqClbqBc/tvS3gPvLSt
64V4yTWKacDjTkqxF9vWtIRvuMtKJj4UbFUCMIUjeRWKZ936a4vgeoRdWMakhED9
/yWCw0A3POtKs+eKndYtOso5RMnrm+OdO6ZcqI5C2kdioinbfrOHEer33+LGiSp/
x6Fjh0g1RCDeKjvT34MmpLP8oHaTzL/i3d+3+dxCw6wuU0aPZ9R0mdz7cPD7k/W3
yinfYrVrAmyI6ReX3Zh0eav1xQE6BFlmNw4dDVBSXnZFYS3sasnJFS2FlFZ0fW9Y
eYsJW61+Voo6CN5zQi9BOHbmBgyn7Vk7FT2eMmetHA8ygbgkMhVi/8LJ6Wnryacn
x+fDDKt1Mn/X3VrBY2REnhbZvGqtjZun39C57C2jfb0Ubj3sDZ3+Hm+cuHaUMDfB
iT8ABNKtCUnKJEM1PFNyYzTNWiERTJ2hNd6CsyDW23nV/vCKAQcwm8h36S6qpzjT
UNh2/q92ctlxopoLnaxG
=SOH/
-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/e1u9tju-0004ej...@franck.debian.org