FOSDEM 2011

2012-01-03 Thread Marco d'Itri
Ci siete già stati e raccomandate di andarci?
Quest'anno qualcuno parte dall'Italia?
Non ci sono mai stato, sto pensando se andare.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: FOSDEM 2011

2012-01-03 Thread Federico Di Gregorio
Sono 4 anni che vado su e ogni anno ne vale la pena...

m...@linux.it ha scritto:

Ci siete già stati e raccomandate di andarci?
Quest'anno qualcuno parte dall'Italia?
Non ci sono mai stato, sto pensando se andare.

-- 
ciao,
Marco


Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Roger Leigh
On Tue, Jan 03, 2012 at 07:17:04AM +0100, Axel Beckert wrote:
 Hi Yaroslav!
 
 Yaroslav Halchenko wrote:
I strongly recommend this solution, along with a proper debconf notice.
   [...]
/tmp is a good choice because the next reboot will automatically clean 
up everything (and obviously the old binary will not be needed after 
a reboot).
   Thanks for that hint. This sounds better (and especially less messy)
   than I thought! :-)
  
  Thank you Axel for your detailed response and IMHO this is indeed close
  to an ideal (lightweight, self-cleaning, etc) resolution for this
  scenario.  BTW -- what is the take of standards/practices on having /tmp
  mounted with noexec [1]?
 
 Good point! /run/shm (IIRC formerly /dev/shm) likely would be an
 alternative option, too.

No, it would not.  This directory is reserved for the eglibc
POSIX SHM/SEM interfaces.  Please don't abuse it--we only just
moved all the existing abusers to /run!  Nothing other than
eglibc has any business creating files there, ever.

If you really need to use a filesystem mounted noexec, just run
the binary via /lib/ld.so (you'll need to get the real location
from e.g. ldd).  Something like:

  LD=$(ldd /tmp/path/to/screen | grep ld-${arch} | sed -e 
's/[[:space:]]*\(\/[^[:space:]]*\)[[:space:]].*/\1/')
  $LD /tmp/screen-94skls/screen

Or query for DT_INTERP directly and run that.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


-- 
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/20120103100546.gy5...@codelibre.net



Bug#654383: ITP: libtext-markdown-discount-perl -- Perl interface to Discount, an implementation of Markdown

2012-01-03 Thread Alessandro Ghedini
Package: wnpp
Severity: wishlist
Owner: Alessandro Ghedini al3x...@gmail.com

* Package name: libtext-markdown-discount-perl
  Version : 0.02
  Upstream Author : Masayoshi Sekimura sekim...@cpan.org
* URL : http://search.cpan.org/dist/Text-Markdown-Discount/
* License : Artistic or GPL-1+
  Programming Lang: C, Perl
  Description : Perl interface to Discount, an implementation of Markdown

 Text::Markdown::Discount is a Perl module that implements the bindings to
 discount, an implementation of John Gruber's Markdown markup language.
 .
 Given the performance of Discount, Text::Markdown::Discount processes markdown
 formatted text quickly and passes the Markdown 1.0 test suite.



-- 
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/20120103102111.8089.31337.report...@pc-ale.rete



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Bastian Blank
On Tue, Jan 03, 2012 at 10:05:46AM +, Roger Leigh wrote:
 If you really need to use a filesystem mounted noexec, just run
 the binary via /lib/ld.so (you'll need to get the real location
 from e.g. ldd).  Something like:

The kernel does not allow executable mappings from noexec filesystems,
so this does not work.

| $ /lib64/ld-linux-x86-64.so.2 ./ls 
| ./ls: error while loading shared libraries: ./ls: failed to map segment from 
shared object: Operation not permitted

Bastian

-- 
Our missions are peaceful -- not for conquest.  When we do battle, it
is only because we have no choice.
-- Kirk, The Squire of Gothos, stardate 2124.5


-- 
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/20120103104800.ga3...@wavehammer.waldi.eu.org



Bug#654394: ITP: grinder -- Grinder is a versatile open-source bioinformatic tool to create simulated omic shotgun and amplicon sequence libraries for all main sequencing platforms

2012-01-03 Thread Florent Angly
Package: wnpp
Severity: wishlist
Owner: Florent Angly florent.an...@gmail.com

* Package name: grinder
  Version : 0.4.2
  Upstream Author : Florent Angly florent.an...@gmail.com
* URL : http://sourceforge.net/projects/biogrinder/
* License : GPL
  Programming Lang: Perl
  Description : A bioinformatic tool to simulate amplicon and shotgun 
sequence datasets

Grinder is a versatile open-source bioinformatic tool to create simulated omic 
shotgun and amplicon sequence libraries for all main sequencing platforms



-- 
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/20120103112401.18344.73941.reportbug@bombadil



Re: from / to /usr/: a summary

2012-01-03 Thread Marco d'Itri
On Jan 03, Russ Allbery r...@debian.org wrote:

 Yes.  But it needs to actually be a co-maintainer, or it needs to be
 someone who's offering to be a new upstream, not someone who is willing to
 produce a one-time fix to the problem.
And we are not discussing a missing fix, but radically modifying its 
semantics and those of the upper components of the stack.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Yaroslav Halchenko
just thought of it: another possible complication of this approach (mv
/usr/bin/screen /tmp/screen-4.0) might be -- tools depending on
screen (e.g. byobu) might be in the cold water if the default screen in
the PATH cannot do its duties.

FWIW:

$ apt-cache rdepends screen
screen
Reverse Depends:
  apt-dater
  winpdb
  surfraw-extra
  surfraw
  screenie
 |rtorrent
  podracer
  narval-utils
  mdm
  iselect
  epoptes-client
  education-common
  cereal
  byobu
  apt-dater


   /tmp is a good choice because the next reboot will automatically clean 
   up everything (and obviously the old binary will not be needed after 
   a reboot).
  Thanks for that hint. This sounds better (and especially less messy)
  than I thought! :-)

-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic


-- 
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/20120103135554.gd17...@onerussian.com



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Marco d'Itri
On Jan 03, Yaroslav Halchenko deb...@onerussian.com wrote:

 just thought of it: another possible complication of this approach (mv
 /usr/bin/screen /tmp/screen-4.0) might be -- tools depending on
 screen (e.g. byobu) might be in the cold water if the default screen in
 the PATH cannot do its duties.
It does not matter, this is needed strictly for the time of the upgrade 
process.
Stop overengineering.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Stefano Canepa
Hi all,
I'm working, at the end someone could note [1], on apt-spy and while asking
for a sponsor to upload my new package, I received an interesting review
by Paul Wise who spotted many errors in my package. I'm in the process
of correcting all errors and I would like to know if it is worth to
switch this package to native. If yes where is it better to keep all
sources? At present they are on github.

TIA
Stefano

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515515

-- 
Stefano Canepa aka sc: s...@linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)


--
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/878vloanr1@lepre.stefanocanepa.home



Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Holger Levsen
Hi,

On Dienstag, 3. Januar 2012, Stefano Canepa wrote:
 I would like to know if it is worth to
 switch this package to native. If yes where is it better to keep all
 sources? At present they are on github.

In my experience native packages are rather annoying as they will create a 
full orig.tar.gz for every upload, so I generally recommend against it.

(Though I still maintain a native package... too lazy to switch :)


cheers,
Holger


-- 
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/201201031547.17499.hol...@layer-acht.org



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Axel Beckert
Hi,

Roger Leigh wrote:
[/tmp mounted noexec]
  /run/shm (IIRC formerly /dev/shm) likely would be an
  alternative option, too.
 
 No, it would not.  This directory is reserved for the eglibc
 POSIX SHM/SEM interfaces.

Thanks for this explanation. It's the first time I read or hear about
the purpose of this mountpoint although I wondered about its purpose
for years now. (But never actively tried to find out. :-)

Bastian Blank wrote:
 On Tue, Jan 03, 2012 at 10:05:46AM +, Roger Leigh wrote:
  If you really need to use a filesystem mounted noexec, just run
  the binary via /lib/ld.so (you'll need to get the real location
  from e.g. ldd).  Something like:
 
 The kernel does not allow executable mappings from noexec filesystems,
 so this does not work.
 
 | $ /lib64/ld-linux-x86-64.so.2 ./ls 
 | ./ls: error while loading shared libraries: ./ls: failed to map segment 
 from shared object: Operation not permitted

Thanks for the comment. Cc'ing the relevant bug again, as this is
crucial information when I work on fixing the bug.

Roger Leigh wrote:
 Or query for DT_INTERP directly and run that.

Never heard of that before. Searching the web just found hits
indicating it seems part of the ELF header. No idea how to work with
it, though. Any hints?

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20120103150404.gx20...@sym.noone.org



Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Thomas Goirand
On 01/03/2012 10:47 PM, Holger Levsen wrote:
 Hi,

 On Dienstag, 3. Januar 2012, Stefano Canepa wrote:
   
 I would like to know if it is worth to
 switch this package to native. If yes where is it better to keep all
 sources? At present they are on github.
 
 In my experience native packages are rather annoying as they will create a 
 full orig.tar.gz for every upload, so I generally recommend against it.

 (Though I still maintain a native package... too lazy to switch :)

 cheers,
   Holger
   
Hi Holger! :)

I agree with you, also, and also would like to highlight that native
packages are a pain for derivatives!

Thomas


-- 
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/4f031bc1.1030...@debian.org



Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Jonathan Wiltshire

On 2012-01-03 15:16, Thomas Goirand wrote:

I agree with you, also, and also would like to highlight that native
packages are a pain for derivatives!


Can you expand on that point please? What are the particular problems 
in this scenario?


Thanks,


--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


--
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/cb3bb32dbf936e711c070e99ec88c...@hogwarts.powdarrmonkey.net



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Edward Allcutt

On Tue, 3 Jan 2012, Marco d'Itri wrote:

It does not matter, this is needed strictly for the time of the upgrade
process.


Just how short do you expect this to be? I'm sure many of us dist-upgrade 
daily and (shock! horror!) don't reboot after each upgrade. We also don't 
expect existing processes to break or become inaccessible after an 
upgrade.


I mean, I'll probably cope, but it's not quite the smooth, seamless 
experience that I generally expect.


--
Edward Allcutt
Who doesn't expect to reboot unless the kernel has changed.


--
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/alpine.deb.2.00.1201031538580.20...@pandora.retrosnub.co.uk



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Marco d'Itri
On Jan 03, Axel Beckert a...@debian.org wrote:

 Thanks for the comment. Cc'ing the relevant bug again, as this is
 crucial information when I work on fixing the bug.
If /tmp is noexec then the administrator mounted it this way and knows
about it. So if he is smart enought to mount /tmp noexec then he can
probably understand that he needs to copy the old binary somewhere else
if and when it will be needed.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Marco d'Itri
On Jan 03, Edward Allcutt edw...@allcutt.me.uk wrote:

 On Tue, 3 Jan 2012, Marco d'Itri wrote:
 It does not matter, this is needed strictly for the time of the upgrade
 process.
 Just how short do you expect this to be? I'm sure many of us
 dist-upgrade daily and (shock! horror!) don't reboot after each
 upgrade.
This is only relevant for stable to stable upgrades, if you use testing 
or unstable then you are supposed to be able to cope with such things.

 We also don't expect existing processes to break or become
 inaccessible after an upgrade.
This is why you will get a debconf notice which will inform you about
the needed workaround if you want to continue the upgrade and do not 
reboot soon after it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#654415: ITP: mocksmtp -- email test server

2012-01-03 Thread Philipp Hagemeister
Package: wnpp
Severity: wishlist
Owner: Philipp Hagemeister phi...@phihag.de

* Package name: mocksmtp
  Version : 1.0
  Upstream Author : Philipp Hagemeister phi...@phihag.de
* URL : https://github.com/phihag/mocksmtp
* License : GPL
  Programming Lang: Python
  Description : email test server

An email (SMTP) server that accepts all emails and shows them in a web
interface.



-- 
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/20120103155619.12903.13646.report...@t4.home.phihag.de



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Axel Beckert
Hi,

Marco d'Itri wrote:
 If /tmp is noexec then the administrator mounted it this way and knows
 about it.

Yeah, but that is possibly such a long time ago that it's not the
first thought. So a small hint to fresh up the memory can't be bad.

 So if he is smart enought to mount /tmp noexec then he can probably
 understand that he needs to copy the old binary somewhere else if
 and when it will be needed.

Yeah, and mentioning exactly this in the debconf notice makes it user
friendly, too.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20120103155808.gz20...@sym.noone.org



Bug#654418: ITP: eclipse-cdt-qt -- Qt integration for Eclipse CDT

2012-01-03 Thread Jakub Adam

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: eclipse-cdt-qt
Version: 1.6.1
Upstream Author: Nokia
URL: http://qt.nokia.com/products/eclipse-integration/
License: LGPL-2.1
Description: Qt integration for Eclipse CDT

This plugin allows one to use standard Qt development tools from inside of
Eclipse environment. The main features of the integration are:

 * Fully integrated form editor (Qt Designer)
 * Wizards for creating new Qt projects and classes
 * Integrated .pro file editor
 * Automated build setup for moc, uic, and rcc



--
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/4f03293f.7080...@ktknet.cz



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Didier Raboud
Le mardi, 3 janvier 2012 16.58:08, Axel Beckert a écrit :
 Hi,
 
 Marco d'Itri wrote:
  If /tmp is noexec then the administrator mounted it this way and knows
  about it.

Another idea would be to use /usr/bin as temporary place for the old screen. 
That would be a Policy violation but not a much bigger than using /tmp .

1) in screen/wheezy's `preinst upgrade`:
cp /usr/bin/screen /usr/bin/screen-old
touch /tmp/flag-screen-has-been-upgraded-no-reboot-yet
(+ appropriate mktemp and usual version and sanity checks)

2) This means that as long as the machine hasn't been rebooted (/tmp emptied), 
both the new /usr/bin/screen and the old /usr/bin/screen-old exist for the 
admin to use.

3) In a screen-cleanup init script, test the inexistance of the flag and the 
existance of /usr/bin/screen-old; in that case, `rm` it.
(+ appropriate version and sanity checks, + idempotency)

This is mostly the put it under /tmp idea minus the noexec caveat, plus 
the init script insanity (which can be dropped in unstable as soon as Wheezy 
is released).

Opinions ?

OdyX


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


Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Marco d'Itri
On Jan 03, Didier Raboud o...@debian.org wrote:

 3) In a screen-cleanup init script, test the inexistance of the flag and 
 the 
 existance of /usr/bin/screen-old; in that case, `rm` it.
   (+ appropriate version and sanity checks, + idempotency)
This is bad, because to solve a possible 30 minutes issue you add an 
init script which slows down the boot process of every user for the 
whole life of the release.
Do not overengineer.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Romain Francoise
Yaroslav Halchenko deb...@onerussian.com writes:

 Thank you Axel for your detailed response and IMHO this is indeed close
 to an ideal (lightweight, self-cleaning, etc) resolution for this
 scenario.

Of course the real lightweight, self-cleaning solution is to not do
anything special as the old binary will be kept by the kernel as
/proc/serverpid/exe and can be used to reattach as long as the server is
running. But I guess that for the sake of non-Linux users, keeping a copy
in /tmp is more reasonable...

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


-- 
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/87zke4wxhr@silenus.orebokech.com



Re: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Jakub Wilk

* Romain Francoise rfranco...@debian.org, 2012-01-02, 09:28:
3) Tell people via the release notes that they should not run the 
dist-upgrade inside screen, but inside tmux instead.


Unfortunately tmux has an issue of its own for squeeze → wheezy 
upgrades, the socket path was changed from /var/run/tmux to /tmp in 
order to remove the setgid bit from the binary.


Ewww, that's not what /tmp is for. Also, you just introduced a security 
hole: every user can DoS other one (including root) my mkdiring 
/tmp/tmux-${VICTIM_UID}.


--
Jakub Wilk


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



Bug#654427: ITP: linoccult -- prediction and visualisation of asteroidal occultations

2012-01-03 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: linoccult
  Version : 2.1.1
* URL : http://andyplekhanov.narod.ru/occult/occult.htm
* License : GPL2
  Programming Lang: C
  Description : prediction and visualisation of asteroidal occultations

 Observations of stellar occultation by asteroids will make significant
 impact in several areas of astronomy. Observations of these events by
 professional and amateur astronomers are extremly important since thay
 can provide unique information about the size of asteroids and improve
 their orbit elements dramatically.
 .
 LinOccult computes predictions of such occultation of stars by
 asteroids. It also visualises the trajectories of the asteroid's
 shadows on the earth or directs astronomers to future eclipses for
 a given coordinate.


Packaging will be handled openly at the pkg-escience Alioth project.
Comments from astronomers are most welcome.



-- 
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/20120103164548.15282.14362.reportbug@Toshiba.siemens



Re: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Romain Francoise
Jakub Wilk jw...@debian.org writes:

 Also, you just introduced a security hole: every user can DoS other one
 (including root) my mkdiring /tmp/tmux-${VICTIM_UID}.

See #620304 (and CVE-2011-1496) for more context about this.

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


-- 
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/87pqf0wwbx@silenus.orebokech.com



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Axel Beckert
Hi,

Romain Francoise wrote:
  Thank you Axel for your detailed response and IMHO this is indeed close
  to an ideal (lightweight, self-cleaning, etc) resolution for this
  scenario.
 
 Of course the real lightweight, self-cleaning solution is to not do
 anything special as the old binary will be kept by the kernel as
 /proc/serverpid/exe and can be used to reattach as long as the server is
 running.

Yes and no.

First, this seems to be just some (kind of) symbolic link:

lrwxrwxrwx 1 root root 0 Jan  3 17:49 /proc/32039/exe - /usr/bin/screen 
(deleted)

And I can't really execute it, neither as the user owning the screen
session nor as root:

~ # /proc/32039/exe -ls
zsh: permission denied: /proc/32039/exe

Not sure if that's because of this fake symlink or due to other
reasons, though.

 But I guess that for the sake of non-Linux users, keeping a copy
 in /tmp is more reasonable...

That, too. Nevertheless, it would have been a tempting solution.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20120103165504.ga20...@sym.noone.org



Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Thomas Goirand
On 01/03/2012 11:37 PM, Jonathan Wiltshire wrote:
 On 2012-01-03 15:16, Thomas Goirand wrote:
 I agree with you, also, and also would like to highlight that native
 packages are a pain for derivatives!

 Can you expand on that point please? What are the particular problems
 in this scenario?

 Thanks,


Let's say you're doing an Ubuntu package. In this case, you'd be
using upstart, and not an insserv scripts, and you wouldn't need to
depend on lsb-base for example. Or logrotate restarting of daemons
in Ubuntu would use restart in Ubuntu, when we use invoke-rc.d.
Then if the package is a native one, you wont be able to keep the
orig.tar.gz. Then it doesn't make it obvious that only the packaging
changed, you wont know until doing a diff -u -N -r in the unpacked
tarball.

Of course, this works the other way around (from Ubuntu to Debian,
which happened to me few times recently), and this is just few examples
I have in mind. But there are many other things that you'd like to
change from one distro to another, and being able to have these
isolated in the debian.tar.gz is great.

Also, derivatives could use watch files using the orig.tar.gz by just
reading the pool directory hosted in any mirror, but if it's a native
package, you can't do that (there's only a single file which also may
contain packaging only changes, when the only thing you need to
really track is the non-packaging changes).

Cheers,

Thomas Goirand (zigo)


-- 
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/4f0336e0.60...@debian.org



Re: Bug#644788: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Romain Francoise
Axel Beckert a...@debian.org writes:

 And I can't really execute it, neither as the user owning the screen
 session nor as root:

 ~ # /proc/32039/exe -ls
 zsh: permission denied: /proc/32039/exe

Yes, /proc is mounted noexec so you need to use the ld-linux.so trick.

But now that I actually try it, I realize that it makes screen lose its
setgid bit, so it doesn't actually work in this context:

root@silenus:~# screen -ls
There is a screen on:
12255.pts-17.silenus(01/03/2012 07:44:49 PM)(Detached)
1 Socket in /var/run/screen/S-root.
root@silenus:~# rm /usr/bin/screen
root@silenus:~# file -L /proc/12255/exe
/proc/12255/exe: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, 
BuildID[sha1]=0xc95e778d3362448aa7bfe3191f007d225652dc0a, stripped
root@silenus:~# /proc/12255/exe -ls
-su: /proc/12255/exe: Permission denied
root@silenus:~# /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /proc/12255/exe -ls
Directory '/var/run/screen' must have mode 777.
root@silenus:~#

Sorry for the false alarm. :)

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


-- 
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/87lipowr42@silenus.orebokech.com



Bug#654443: ITP: gimx -- game input multiplexer for ps3

2012-01-03 Thread Ritesh Raj Sarraf
Package: wnpp
Severity: wishlist
Owner: Ritesh Raj Sarraf r...@debian.org

* Package name: gimx
  Version : 0.25
  Upstream Author : Mathieu Laurendeau mathieu.laurend...@gmail.com
* URL : http://blog.gimx.fr/
* License : GPLv3
  Programming Lang: C++
  Description : game input multiplexer for ps3

GIMX stands for Game Input MultipleXer or Game Input MatriX. The purpose
of this software is to control a video game console with a PC. It
currently only works with the PS3, but the Xbox 360 is a also targeted.
.
It operates:
¤ over bluetooth: works with Linux only. A compatible bluetooth dongle
is required.
¤ over usb: works with Linux and Windows. A usb-usb adapter is required.
.
The application gets data from the PC peripherals (mice, keyboards and
joysticks) and sends controls to the PS3 over bluetooth or usb. Other
controls such as gesture or voice are possible through the emulation of
PC peripherals.



-- 
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/20120103190004.1988.44340.report...@champaran.hq.netapp.com



Re: Bug#654116: RFH: screen -- terminal multiplexor with VT100/ANSI terminal emulation

2012-01-03 Thread Julien Cristau
On Tue, Jan  3, 2012 at 18:05:22 +0100, Romain Francoise wrote:

 Jakub Wilk jw...@debian.org writes:
 
  Also, you just introduced a security hole: every user can DoS other one
  (including root) my mkdiring /tmp/tmux-${VICTIM_UID}.
 
 See #620304 (and CVE-2011-1496) for more context about this.
 
That doesn't say anything about using /tmp, just that the patch you used
before was broken?

Cheers,
Julien


-- 
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/20120103190323.ga9...@radis.cristau.org



Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Simon McVittie
On Wed, 04 Jan 2012 at 01:12:00 +0800, Thomas Goirand wrote:
 Let's say you're doing an Ubuntu package. In this case, you'd be
 using upstart, and not an insserv scripts, and you wouldn't need to
 depend on lsb-base for example. Or logrotate restarting of daemons
 in Ubuntu would use restart in Ubuntu, when we use invoke-rc.d.
 Then if the package is a native one, you wont be able to keep the
 orig.tar.gz. Then it doesn't make it obvious that only the packaging
 changed, you wont know until doing a diff -u -N -r in the unpacked
 tarball.

Couldn't you use the Debian native tar.gz as the Ubuntu orig.tar.gz,
source format 3.0 (quilt) (so that it isn't a problem if Ubuntu want to
delete files from Debian's debian/ directory - which is problematic in 1.0
format), and a -0ubuntu1 revision?

S


-- 
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/20120103195810.ga12...@reptile.pseudorandom.co.uk



Re: Bug#653580: ITP: yasat -- YASAT (Yet Another Stupid Audit Tool) is a simple stupid audit tool.

2012-01-03 Thread Francisco Manuel Garcia Claramonte
Hi Corentin,

According to website, YASAT doesn't look to provide any new feature
than lynis or tiger.
What are the advantages or differences with Lynis?.

Regards,


El jue, 29-12-2011 a las 14:21 +, Corentin LABBE escribió:
 Package: wnpp
 Severity: wishlist
 Owner: Corentin LABBE corentin.la...@geomatys.fr
 
 
 * Package name: yasat
   Version : 456
   Upstream Author : Corentin LABBE corentin.la...@geomatys.fr
 * URL : http://yasat.sourceforge.net/
 * License : (GPLv3)
   Programming Lang: (Shell)
   Description : YASAT (Yet Another Stupid Audit Tool) is a simple stupid 
 audit tool.
 
   YASAT (Yet Another Stupid Audit Tool) is a simple stupid audit tool.
   Its goal is to be as simple as possible with minimum binary dependencies 
 (only sed, grep and cut)
   Second goal is to document each test with maximum information and links to 
 official documentation.
   It do many tests for checking security configuration issue or others good 
 practice.
   It checks many software configurations like: Apache, Bind DNS, CUPS, PHP, 
 kernel configuration, mysql, network configuration, openvpn, Packages update, 
 samba, snmpd, squid, syslog, tomcat, user accounting, vsftpd, xinetd
 
 
 

-- 
Francisco M. García Claramonte 
Debian GNU/Linux Developer franci...@debian.org
GPG: public key ID 556ABA51
http://people.debian.org/~francisco/



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


Re: Switching apt-spy to native package, looking for suggestions

2012-01-03 Thread Jon Dowland
On Wed, Jan 04, 2012 at 01:12:00AM +0800, Thomas Goirand wrote:
 Let's say you're doing an Ubuntu package. In this case, you'd be
 using upstart, and not an insserv scripts, and you wouldn't need to
 depend on lsb-base for example. Or logrotate restarting of daemons
 in Ubuntu would use restart in Ubuntu, when we use invoke-rc.d.
 Then if the package is a native one, you wont be able to keep the
 orig.tar.gz. Then it doesn't make it obvious that only the packaging
 changed, you wont know until doing a diff -u -N -r in the unpacked
 tarball.

This is a remarkable read, it reminds me of lots of packaging pain stories
before using git.  Ah, memories…


-- 
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/20120103205716.GA17498@pris



Bug#654532: ITP: luasseq -- LuaLaTeX package for drawing spectral sequences.

2012-01-03 Thread Rupert Swarbrick
Package: wnpp
Owner: Rupert Swarbrick rswarbr...@gmail.com
Severity: wishlist

* Package name: luasseq
  Version : 2.1
  Upstream Author : Tilman Bauer
* URL or Web page : http://www.few.vu.nl/~tilman/tex.html
* License : LaTeX Project Public License (LPPL)
  Description : LuaLaTeX package for drawing spectral sequences.

luasseq is the LuaTeX version of sseq, a package for drawing spectral
sequences in LaTeX. It has some extra features and should run faster
than the author's original version (which doesn't require LuaTeX).



-- 
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/87fwfwtj17@hake.rswarbrick.dnsalias.com



Re: from / to /usr/: a summary

2012-01-03 Thread Enrico Weigelt
* Fernando Lemos fernando...@gmail.com schrieb:

 Are you guys applying for maintainership for this huge delta
 you want to introduce between upstream and us?

Actually, yes.


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--


-- 
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/20120104005611.ga9...@mailgate.onlinehome-server.info



Re: from / to /usr/: a summary

2012-01-03 Thread Enrico Weigelt
* Russ Allbery r...@debian.org schrieb:

 That experience aside, we're not talking about patches here, assuming
 Marco's description of the situation is correct.  We're talking about a
 full-blown fork and a need for a new udev upstream.  

Maybe a downstream-branch is enough.


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--


-- 
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/20120104010205.gb9...@mailgate.onlinehome-server.info



dokuwiki and /usr [WAS: from / to /usr/: a summary]

2012-01-03 Thread Enrico Weigelt
* Tanguy Ortolo tanguy+deb...@ortolo.eu schrieb:
 Enrico Weigelt, 2011-12-31 03:55+0100:
  IMHO this is completely wrong, those files should be under
  /usr/lib/... or maybe even /usr/share/... as they're not
  dynamic data.
 
 Well, when people install new plugins or new themes, they get installed
 on the same directory, so I decided that it was less surprising to have
 packaged files that people will not touch under /var than to have user
 files under /usr.

Well, *I* would be *very* suprised by having packaged files under /var.
So I would have changed the app to (additionally) look for plugins
under /usr (in this case /usr/share/dokuwiki/plugin/)


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--


-- 
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/20120104011036.gc9...@mailgate.onlinehome-server.info



Re: Packaging best practice when upstream git contains more directory levels than the upstream tarball?

2012-01-03 Thread Enrico Weigelt
* Axel Beckert a...@debian.org schrieb:

 Upstream tarballs are preferable because:
 
 * It's use is recommended in the Developer Reference

recommended essentially means optional.

 * It's clear how the tarball was generated -- built by upstream and
   downloaded
 * Distributions which build the software on package/port installation
   time (like e.g. FreeBSD and Gentoo) rely a lot on the Debian
   mirrors -- but only if we use the original upstream tarball.(*)

FreeBSD and Gentoo have their own mirror infrastructures,
I don't think that they rely on Debian in any way.

 Tarballs built from a git repo which includes the upstream git repo as
 a remote git repo are preferable because:
 
 * They may include more files you possibly need for using
   automake/autoconf foo or to rebuild other stuff which is prebuilt in
   the official upstream tarball.(**)

That's one of the reasons I don't like upstream tarballs at all,
if an usable VCS repo is available. I usually regenerate everything
(at least the autocrap stuff) and therefore want all those files
out of the way first.

Can't we build packages *directly* from an git tag without having
an upstream/orig tarball at all ?


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--


-- 
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/20120104012211.gd9...@mailgate.onlinehome-server.info



Re: Packaging best practice when upstream git contains more directory levels than the upstream tarball?

2012-01-03 Thread Axel Beckert
Hi Enrico,

Enrico Weigelt wrote:
  Upstream tarballs are preferable because:
  
  * It's use is recommended in the Developer Reference
 
 recommended essentially means optional.

Optional, yes, but still a recommendation, not just a suggestion.

  * Distributions which build the software on package/port installation
time (like e.g. FreeBSD and Gentoo) rely a lot on the Debian
mirrors -- but only if we use the original upstream tarball.(*)
 
 FreeBSD and Gentoo have their own mirror infrastructures,

Yeah, but they don't distribute the source code for all their
ports/ebuilds via their own infrastructure, just that code they can't
get from elsewhere. Instead they prefer to rely on upstream download
servers and other common servers which host the same source code like
like Debian, SourceForge, Ibiblio, etc.

 I don't think that they rely on Debian in any way.

Well, you're wrong. Why do you think FreeBSD ports have a special
macro for the case that a port's source code can be obtained from any
Debian mirror?

Have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html#AEN1521

I have less experience with Gentoo than with FreeBSD, but AFAIK
ebuilds work similar.

And I remember that the Gentoo maintainers of a software I package for
Debian has mentioned[1] on the upstream mailing list that they prefer
_not_ having to put the source code tar balls on some Gentoo
infrastructure.

  [1] https://www.mozdev.org/pipermail/conkeror/2010-September/002086.html

  * They may include more files you possibly need for using
automake/autoconf foo or to rebuild other stuff which is prebuilt in
the official upstream tarball.(**)
 
 That's one of the reasons I don't like upstream tarballs at all,
 if an usable VCS repo is available.

From my experience upstream tar balls without the necessary files for
autoreconf are a quite seldom (and unfortunate) case where talking to
upstream may help.

 I usually regenerate everything (at least the autocrap stuff) and
 therefore want all those files out of the way first.

dh-autoreconf does a good job there, especially also if building from
a git repo and you don't want to do a git checkout after every build
to get back to the same state as before the build.

 Can't we build packages *directly* from an git tag without having
 an upstream/orig tarball at all ?

There's an experimental Debian source package format 3.0 (git) which
IIRC does something like this. Don't know any details, though.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20120104023120.gd20...@sym.noone.org



Accepted mkvtoolnix 5.2.1-1 (source i386)

2012-01-03 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 09:05:31 +0100
Source: mkvtoolnix
Binary: mkvtoolnix mkvtoolnix-gui
Architecture: source i386
Version: 5.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description: 
 mkvtoolnix - Set of command-line tools to work with Matroska files
 mkvtoolnix-gui - Set of tools to work with Matroska files - GUI frontend
Changes: 
 mkvtoolnix (5.2.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 897727c1e73e43d1cbc791f7f60a8e6ad996e1da 1455 mkvtoolnix_5.2.1-1.dsc
 c67b0ab64a61c6bd09c73b68ba892396efdc18a3 2247861 mkvtoolnix_5.2.1.orig.tar.bz2
 cb2f06bff683643de5080371376cbeab8cdbdf1a 5043 mkvtoolnix_5.2.1-1.debian.tar.gz
 766ee69bd8871be112386365c31eff395d6f38c7 3348412 mkvtoolnix_5.2.1-1_i386.deb
 2ef4167ef27d0aced2505195a7a44ab53922fe9c 1418242 
mkvtoolnix-gui_5.2.1-1_i386.deb
Checksums-Sha256: 
 f463d8e6ab89b4286578f938cf25504c4d7d3fbc1895b3e1d79d4dfee625d724 1455 
mkvtoolnix_5.2.1-1.dsc
 f9548c520379ca0ff92ea322c1c0ba852023cec9398d828b9e4d36b1aef8cd9f 2247861 
mkvtoolnix_5.2.1.orig.tar.bz2
 ff3efd9733951b93840fd4169d725fc03e7b776697b0c518fcc6c70d709c9948 5043 
mkvtoolnix_5.2.1-1.debian.tar.gz
 a83c589ad0ad5f5c1fd487f69d100376338e43ac86b34f3b6eed3063aaf4700f 3348412 
mkvtoolnix_5.2.1-1_i386.deb
 3636a49310a44b094cbdb2a0eea96678778e07a162131119cf45036cfcd89a96 1418242 
mkvtoolnix-gui_5.2.1-1_i386.deb
Files: 
 e399f4774abd2a416bc5b52b21914da1 1455 graphics optional mkvtoolnix_5.2.1-1.dsc
 d4942dc6427935838e914b8b7b83021a 2247861 graphics optional 
mkvtoolnix_5.2.1.orig.tar.bz2
 8afbaf570fff90f24ef64cf37e0adc8f 5043 graphics optional 
mkvtoolnix_5.2.1-1.debian.tar.gz
 4ffbee6e1f7fbf84ea0cf9d3ddc5bdb8 3348412 graphics optional 
mkvtoolnix_5.2.1-1_i386.deb
 4a760d6daaf1a5716454cb39bde69e0f 1418242 graphics optional 
mkvtoolnix-gui_5.2.1-1_i386.deb

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

iD8DBQFPArfEB9xWPR9BuQcRAqPyAJ9SvFfKG2UCOuyhJfHcw37HoAyYUQCdECzI
FS6YojL5tQJu7wIUf34Iq18=
=qWu8
-END PGP SIGNATURE-


Accepted:
mkvtoolnix-gui_5.2.1-1_i386.deb
  to main/m/mkvtoolnix/mkvtoolnix-gui_5.2.1-1_i386.deb
mkvtoolnix_5.2.1-1.debian.tar.gz
  to main/m/mkvtoolnix/mkvtoolnix_5.2.1-1.debian.tar.gz
mkvtoolnix_5.2.1-1.dsc
  to main/m/mkvtoolnix/mkvtoolnix_5.2.1-1.dsc
mkvtoolnix_5.2.1-1_i386.deb
  to main/m/mkvtoolnix/mkvtoolnix_5.2.1-1_i386.deb
mkvtoolnix_5.2.1.orig.tar.bz2
  to main/m/mkvtoolnix/mkvtoolnix_5.2.1.orig.tar.bz2


-- 
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/e1ri026-0002gr...@franck.debian.org



Accepted mp3diags 1.0.10.065-1 (source all amd64)

2012-01-03 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 08:54:26 +0100
Source: mp3diags
Binary: mp3diags mp3diags-doc
Architecture: source amd64 all
Version: 1.0.10.065-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mp3diags   - find issues in MP3 files and help to solve them
 mp3diags-doc - MP3 Diags documentation
Changes: 
 mp3diags (1.0.10.065-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.
   * Update debian/copyright.
Checksums-Sha1: 
 14af68146da7f356de29119d32baa50efc43afe0 1982 mp3diags_1.0.10.065-1.dsc
 8574cc3832d38ebd5c19c66c50246e772c894237 2788908 
mp3diags_1.0.10.065.orig.tar.gz
 b1c48550a66054f7b3d0c35e6668b3d7fab2bbe9 5637 
mp3diags_1.0.10.065-1.debian.tar.gz
 8847cd31d8c162f5fbd1edf984498bd05030e9f5 1476824 
mp3diags_1.0.10.065-1_amd64.deb
 262e4fe708c8e9c7669fd6af18ddb95c5cf85c66 1802148 
mp3diags-doc_1.0.10.065-1_all.deb
Checksums-Sha256: 
 d3ba83f2451d5660899622157c11e2fe57497766bb805ec08610dfe4545860f8 1982 
mp3diags_1.0.10.065-1.dsc
 2046752b15cc00b05a2666c6fea144b868ba02105c568ec3e8d3630d92d1 2788908 
mp3diags_1.0.10.065.orig.tar.gz
 a1f316e55830e456add86981c4bfd195af07acb5dcb781ad86b9f2b4881073b0 5637 
mp3diags_1.0.10.065-1.debian.tar.gz
 bfcaadcb63f88fec733349179da15320678076ef883515c620ea302313bcd235 1476824 
mp3diags_1.0.10.065-1_amd64.deb
 20ed6e38fecd834f2e7414e325dcbdb9266704390c823870ac06e73eaa0e32cc 1802148 
mp3diags-doc_1.0.10.065-1_all.deb
Files: 
 fca34d89898d43c0034deedc6581de8a 1982 sound optional mp3diags_1.0.10.065-1.dsc
 926a02db41b2be04b8e36c84d1396f7e 2788908 sound optional 
mp3diags_1.0.10.065.orig.tar.gz
 74fe9dcd89b2920b2c7f423ae0835167 5637 sound optional 
mp3diags_1.0.10.065-1.debian.tar.gz
 eb44b242f86a3d3ee34b7e9ddf9dc66c 1476824 sound optional 
mp3diags_1.0.10.065-1_amd64.deb
 15931ece643b11e3dfc201372a053120 1802148 doc optional 
mp3diags-doc_1.0.10.065-1_all.deb

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

iQIcBAEBCgAGBQJPArZHAAoJEOikiuUxHXZae8sP/A9A3m2V6EEk8zBzo2rRYJkv
DBL7sEqHnWp+1gv/5cFhmFoFYrr2pzYB/asc7l0lKNaN5cnNBnctaMXUU6moJBoO
xX0CDijHkzlupO6yU8AfAE2orTo+RdoSeCPDgcOBLF8+rV8B2mPLLaRqu918AyPc
laCwrCe+SqXzE7Ts5Y7C/Lbd6LrMwz4lpmVHwO39TQP2OdN3/5YxFqSzVi/SpgsN
wrdbdQB2SDTuabkXNSMclYzA5558UzybKX0Ry7PH1e783PoH0buHZs+9x+6JiM30
mxyN6t2Vaht9+L4dnLZTdS9vMZI9BMoCojnLJBfHfMVGJYRKZ6WfdmXFCH59+o9J
jmMdCCm5016sQyOUHx1WzFOmkt/Yb3mgj1U0ITdJOHiJ4LntfzzwBOT46ZVbYzH3
7s55ZzPsWN6tcl5cumb5J80/+nrbS6Yfg+IJKuGoZliaXNdbSnfRhLHwnwArr4Aq
n0XQ+zPK3cgyY1djEDLl+NMayVybfvqyLsWfEGk2H5SUrhu+4wlGwtkUGDU7vfGG
KUDWtK3LAis9Hik5SIxw724g4pM3Pzpjl8IsFRC5UcGL3Eg/JNOxtZ8hTn05DZPw
/2GNj+Y8fKsuaCcMmXEiZztljSbx3Ef7/rbDeLD88br2ijEdF1dK5Dp4CG27/Gkr
7tAA3jv7rqEbEfbUmElF
=ku3F
-END PGP SIGNATURE-


Accepted:
mp3diags-doc_1.0.10.065-1_all.deb
  to main/m/mp3diags/mp3diags-doc_1.0.10.065-1_all.deb
mp3diags_1.0.10.065-1.debian.tar.gz
  to main/m/mp3diags/mp3diags_1.0.10.065-1.debian.tar.gz
mp3diags_1.0.10.065-1.dsc
  to main/m/mp3diags/mp3diags_1.0.10.065-1.dsc
mp3diags_1.0.10.065-1_amd64.deb
  to main/m/mp3diags/mp3diags_1.0.10.065-1_amd64.deb
mp3diags_1.0.10.065.orig.tar.gz
  to main/m/mp3diags/mp3diags_1.0.10.065.orig.tar.gz


-- 
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/e1ri02m-0002kg...@franck.debian.org



Accepted qtractor 0.5.3-1 (source amd64)

2012-01-03 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 08:16:44 +0100
Source: qtractor
Binary: qtractor qtractor-dbg
Architecture: source amd64
Version: 0.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 qtractor   - MIDI/Audio multi-track sequencer application
 qtractor-dbg - Debugging symbols for Qtractor
Changes: 
 qtractor (0.5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Update debian/copyright.
Checksums-Sha1: 
 62417c1050a95e1c80fc9cd3d5daf6bbc9cec162 2345 qtractor_0.5.3-1.dsc
 d33ac116f651ef2d354af0fa5ce54ac15e5058c0 919411 qtractor_0.5.3.orig.tar.gz
 84479d4bdfcb9aa2ce39c62bffb8a38663dc22d6 6304 qtractor_0.5.3-1.debian.tar.gz
 dd320a1036b4c2576561fc895016673fffedc202 1251964 qtractor_0.5.3-1_amd64.deb
 9511bb32be6f859e173f0a8835197296c1ff1165 11386622 
qtractor-dbg_0.5.3-1_amd64.deb
Checksums-Sha256: 
 67e03f23b36c9b2438a609397c5eae5613af6f5bb6b4a7e12c0440f0f01a8abb 2345 
qtractor_0.5.3-1.dsc
 952020719f1ee316863190f0fa304ce3183cae9bdf9a7efee190c6e4eb17eb9f 919411 
qtractor_0.5.3.orig.tar.gz
 c84526db919e0fad24eb29d4e5fb68c0fd0bdf07fda82c894f5e6c4dcc262cd8 6304 
qtractor_0.5.3-1.debian.tar.gz
 66f215f9670bc228ea0d192f50651c557605401f60df8f43e747dc0c8c72ccad 1251964 
qtractor_0.5.3-1_amd64.deb
 dbc7076a64e8c0f4e2e743a0481720548a42d4b276e4d501a3b06c07496d10f5 11386622 
qtractor-dbg_0.5.3-1_amd64.deb
Files: 
 f9831e096dfaa0ff09f728be62cae3c4 2345 sound optional qtractor_0.5.3-1.dsc
 cae94dd21628f22351dec5521b5a564d 919411 sound optional 
qtractor_0.5.3.orig.tar.gz
 04db3c57df0974071d8b4400de6548be 6304 sound optional 
qtractor_0.5.3-1.debian.tar.gz
 f56de88816e912541d684651406078ce 1251964 sound optional 
qtractor_0.5.3-1_amd64.deb
 bfcb959fca54e4fd5898c2d84613701d 11386622 debug extra 
qtractor-dbg_0.5.3-1_amd64.deb

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

iQIcBAEBCgAGBQJPArKKAAoJEOikiuUxHXZaRgwP/0d5uJ17VCev6ayi9esfaW8f
YYaUSnGKwj9J3Mv2bjsqkUtVJflNAntP5Yr4hr2Z+1OIWAbJoKWNPmqG5MBTfoec
b4Uf2/AylYrLx1m1wwqDD924rsRU7cPtX9NELomdVn2jrhkEKD4MU4ImuAKTJSqD
g1ZsvxqfGnwh/HLgBwOBx04xDCy1c7uPdpSfV/aPYcC/rbBLZq2H2i6PWwiOosiB
gUaMCSNdA/JrMn2Wux8JwI+SOXMW6Mcx6KtZ5+g2vUrlDb4A0KvAN41j6ADG9h6Y
/GWwlzJRd1v9oKKNM2PE81c7x9sbI60nVHP5o7deQ/jB7qzTXb9aI60OyKs59d8Y
PG507MP+Gn8S1jLrJJzlOUzbYf7n8sLfjqm5WNCIjNjxqHDrKqlKJj/XF84TkJQJ
fRPlpocZYnthkqGIIKDmg/DwvzuUu+4rzI+oZint0pXIGTfpcde+KGgvW/RtvVuk
3714pNBsuZKNi8E7WnYbRTvGV5VLllNrt4cf6UxNC66en0HXOZfiDrkPiV9d2ylc
Nzacsiw2BX+u3+XDRJp22i7CecHkk8sWVa2O3frlIB+GfZ+CsXUffQEC+Dkmpsqi
qk5OGyQpsBSqRCq9xUHTUk7c3ohB6H5TpRpRrb693HTZeMW/Pzofb18nsA9GSf9r
VdkDh//Vrdwpb1JjxcNg
=iLbn
-END PGP SIGNATURE-


Accepted:
qtractor-dbg_0.5.3-1_amd64.deb
  to main/q/qtractor/qtractor-dbg_0.5.3-1_amd64.deb
qtractor_0.5.3-1.debian.tar.gz
  to main/q/qtractor/qtractor_0.5.3-1.debian.tar.gz
qtractor_0.5.3-1.dsc
  to main/q/qtractor/qtractor_0.5.3-1.dsc
qtractor_0.5.3-1_amd64.deb
  to main/q/qtractor/qtractor_0.5.3-1_amd64.deb
qtractor_0.5.3.orig.tar.gz
  to main/q/qtractor/qtractor_0.5.3.orig.tar.gz


-- 
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/e1ri02z-0002nu...@franck.debian.org



Accepted qtmobility 1.2.0-2 (source all amd64)

2012-01-03 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 Sep 2011 09:29:49 +0300
Source: qtmobility
Binary: qtmobility-dev libqtconnectivity1 libqtcontacts1 libqtfeedback1 
libqtgallery1 libqtlocation1 libqtmessaging1 libqtmultimediakit1 
libqtorganizer1 libqtpublishsubscribe1 libqtsensors1 libqtserviceframework1 
libqtsysteminfo1 libqtversit1 libqtversitorganizer1 libdeclarative-connectivity 
libdeclarative-contacts libdeclarative-feedback libdeclarative-gallery 
libdeclarative-location libdeclarative-messaging libdeclarative-multimedia 
libdeclarative-organizer libdeclarative-publishsubscribe libdeclarative-sensors 
libdeclarative-serviceframework libdeclarative-systeminfo servicefw 
qtmobility-examples qtmobility-l10n qtmobility-dbg
Architecture: source amd64 all
Version: 1.2.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 libdeclarative-connectivity - Qt Mobility Connectivity QML plugin
 libdeclarative-contacts - Qt Mobility Contacts QML plugin
 libdeclarative-feedback - Qt Mobility Feedback QML plugin
 libdeclarative-gallery - Qt Mobility Document Gallery QML plugin
 libdeclarative-location - Qt Mobility Location QML plugin
 libdeclarative-messaging - Qt Mobility Messaging QML plugin
 libdeclarative-multimedia - Qt Mobility Multimedia QML plugin
 libdeclarative-organizer - Qt Mobility Organizer QML plugin
 libdeclarative-publishsubscribe - Qt Mobility Publish and Subscribe QML plugin
 libdeclarative-sensors - Qt Mobility Sensors QML plugin
 libdeclarative-serviceframework - Qt Mobility Service Framework QML plugin
 libdeclarative-systeminfo - Qt Mobility System Information QML plugin
 libqtconnectivity1 - Qt Mobility Connectivity module
 libqtcontacts1 - Qt Mobility Contacts module
 libqtfeedback1 - Qt Mobility Feedback module
 libqtgallery1 - Qt Mobility Document Gallery module
 libqtlocation1 - Qt Mobility Location module
 libqtmessaging1 - Qt Mobility Messaging module
 libqtmultimediakit1 - Qt Mobility MultimediaKit module
 libqtorganizer1 - Qt Mobility Organizer module
 libqtpublishsubscribe1 - Qt Mobility Publish and Subscribe module
 libqtsensors1 - Qt Mobility Sensors module
 libqtserviceframework1 - Qt Mobility Service Framework module
 libqtsysteminfo1 - Qt Mobility System Information module
 libqtversit1 - Qt Mobility Versit (vCard) module
 libqtversitorganizer1 - Qt Mobility Versit (Organizer) module
 qtmobility-dbg - APIs for mobile device functionality - debugging symbols
 qtmobility-dev - APIs for mobile device functionality - development files
 qtmobility-examples - Qt Mobility examples
 qtmobility-l10n - APIs for mobile device functionality - localization files
 servicefw  - Qt Mobility Service Framework tool
Changes: 
 qtmobility (1.2.0-2) experimental; urgency=low
 .
   [ Pino Toscano ]
   * Use wildcard architectures:
 - !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 - linux-any
 .
   [ Fathi Boudra ]
   * Convert the package to multiarch:
 - bump debian/compat to 9.
 - bump build dependency on debhelper = 8.1.3~.
 - bump build dependency on libqt4-dev and libqt4-opengl-dev = 4:4.8.0~.
 - add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} fields to
   shared libraries packages.
 - update installed files to multiarch paths.
 - add support for DEB_HOST_MULTIARCH, needed for libdir and plugindir.
   * Update debian/control: build depends on gdb = 7.3 for gdb_dwarf_index.
   * Add a set of patches, cherry-picked upstream, to fix build with Qt 4.8:
 - QTMOBILITY-790_subdirs_for_serviceframework-b90cee3.patch
 - Fix_metaobjectbuilder_build_errors_4.8_and_4.7-f102053.patch
 - Fix_4.8_and_4.7_build_for_linux-eff4af5.patch
 - Fix_4.8_4.7_linux_build-f9c87a7.patch
Checksums-Sha1: 
 1cdb08b03e2961c569857c24990dc732830c95f2 3636 qtmobility_1.2.0-2.dsc
 cfc9e9a86ad2f758d45b2b89ae92d81bf7a781a6 107126 
qtmobility_1.2.0-2.debian.tar.gz
 0fb0dad00c64e9181dc8842012fea82a4022f0b9 842204 
qtmobility-dev_1.2.0-2_amd64.deb
 11d15c015d8cc6bb3da5034adc5902a25b155aea 214730 
libqtconnectivity1_1.2.0-2_amd64.deb
 17026576f1aeb970138e5764ed1e8238a9e16841 298112 
libqtcontacts1_1.2.0-2_amd64.deb
 5f8ad7f603823e918b0d6630709fefc271e97971 54430 libqtfeedback1_1.2.0-2_amd64.deb
 d1ace85db126bb2e16d9b8a35de6fa2a4911 175950 libqtgallery1_1.2.0-2_amd64.deb
 11f5b266b42968b1a571744d0b7e9ed303508c54 881898 
libqtlocation1_1.2.0-2_amd64.deb
 68e85647f2405d07fc22fda1c1dc51e406440017 132474 
libqtmessaging1_1.2.0-2_amd64.deb
 442e45d3e45f4e3f440f1b9c2d004a6c419fdec5 617796 
libqtmultimediakit1_1.2.0-2_amd64.deb
 022a6e4c033639273f3c583945dbd8611314c133 319808 
libqtorganizer1_1.2.0-2_amd64.deb
 997f234af35291da2b7ca3526153f98d22b1e65b 105352 
libqtpublishsubscribe1_1.2.0-2_amd64.deb
 ce9bcb724f39b88c9e30e7e45141ed7b8c8527fe 88592 libqtsensors1_1.2.0-2_amd64.deb
 e2026644e1e86b12c6f29b0b071109a482519e0e 193746 

Accepted gtk-gnutella 0.98.2-1 (source amd64)

2012-01-03 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 09:53:29 +0100
Source: gtk-gnutella
Binary: gtk-gnutella
Architecture: source amd64
Version: 0.98.2-1
Distribution: unstable
Urgency: low
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description: 
 gtk-gnutella - shares files in a peer to peer network
Changes: 
 gtk-gnutella (0.98.2-1) unstable; urgency=low
 .
   * New upstream release
   * Update watch file
   * Fix git repository location in VCS tags
Checksums-Sha1: 
 bd6017d2028dfae33a73e7c6b4a92b62b1e7c493 1371 gtk-gnutella_0.98.2-1.dsc
 ad5e9dfca28e6da938adf574d59e4ccefb647b8c 19135532 
gtk-gnutella_0.98.2.orig.tar.bz2
 653216672707f1bfd16fa995ac77f6dea6f9b9c6 10056 
gtk-gnutella_0.98.2-1.debian.tar.gz
 62914ae8dc92971ab496bccf0ea59ffe829fba6b 16755372 
gtk-gnutella_0.98.2-1_amd64.deb
Checksums-Sha256: 
 3a203e11268819a97264c3483d7580c3e249b8de2241be65d5e17a3b5461f724 1371 
gtk-gnutella_0.98.2-1.dsc
 b92bc731981b72be066e513d7dab4cf3c0a6361828dbef04e872c18671740368 19135532 
gtk-gnutella_0.98.2.orig.tar.bz2
 7b70ac037a63914461efd60b25b36a54296d63068c7798071a1096d44ba8abf3 10056 
gtk-gnutella_0.98.2-1.debian.tar.gz
 e52dc6ae57cffab5d8991d16ce021d682b9c21aa51a1c0b5ac5ab84b9a1062f4 16755372 
gtk-gnutella_0.98.2-1_amd64.deb
Files: 
 e93d01b1ad6521f6014d03692cee55f3 1371 net optional gtk-gnutella_0.98.2-1.dsc
 b21601e36bff27287e504beb256c56cb 19135532 net optional 
gtk-gnutella_0.98.2.orig.tar.bz2
 b8bf7352ddad514fd6d81efe988f2289 10056 net optional 
gtk-gnutella_0.98.2-1.debian.tar.gz
 3caf7b91284f16d3153b35716f7c1544 16755372 net optional 
gtk-gnutella_0.98.2-1_amd64.deb

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

iEYEARECAAYFAk8CzmsACgkQRqobajv7n7O/KQCfVCjGoU5u+GHdii6PDmUySR5N
7pUAni1TtgfNU0qpQMUcSRfmGU4/Hhat
=8LcJ
-END PGP SIGNATURE-


Accepted:
gtk-gnutella_0.98.2-1.debian.tar.gz
  to main/g/gtk-gnutella/gtk-gnutella_0.98.2-1.debian.tar.gz
gtk-gnutella_0.98.2-1.dsc
  to main/g/gtk-gnutella/gtk-gnutella_0.98.2-1.dsc
gtk-gnutella_0.98.2-1_amd64.deb
  to main/g/gtk-gnutella/gtk-gnutella_0.98.2-1_amd64.deb
gtk-gnutella_0.98.2.orig.tar.bz2
  to main/g/gtk-gnutella/gtk-gnutella_0.98.2.orig.tar.bz2


-- 
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/e1ri1ck-0004gq...@franck.debian.org



Accepted libemail-address-perl 1.893-1 (source all)

2012-01-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 10:40:36 +0100
Source: libemail-address-perl
Binary: libemail-address-perl
Architecture: all source
Version: 1.893-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Closes: 601403 649944
Description: 
 libemail-address-perl - Perl module for RFC 2822 address parsing and creation
Changes: 
 libemail-address-perl (1.893-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * Update my email address.
   * debian/control: Convert Vcs-* fields to Git.
   * Use xz compression for source and binary packages.
   * Bumped Standards-Version to 3.9.2 (no changes).
   * Update spelling patch.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * debian/rules: fix hashbang in example script (closes: #601403).
   * Fix typo in package description. Thanks to Martin Eberhard Schauer for
 the bug report (Closes: #649944)
Checksums-Sha1: 
 f3fa1a8c9ac2b9252f315d348e9822060189d398 2190 libemail-address-perl_1.893-1.dsc
 e4fb41e2619b4993ce834aa94d2a47a24a37a104 33914 
libemail-address-perl_1.893.orig.tar.gz
 416f5952c34d4abbef3d080f3cfc9c539e9a8470 3164 
libemail-address-perl_1.893-1.debian.tar.xz
 a47f786b4d40daf43efd79ad4db0b48f28d24b76 26918 
libemail-address-perl_1.893-1_all.deb
Checksums-Sha256: 
 021fa392f868e1e641fc09ee570ecd39c8a23a4c12b1a309a9db58f72622cd29 2190 
libemail-address-perl_1.893-1.dsc
 ee59b5e7b3630172444de3f916f94b5ae49015eb9a835c15a145f2d67ad6d3fd 33914 
libemail-address-perl_1.893.orig.tar.gz
 54d265388653a86131027ee06591f5c113b9d03d3e15e734a5e390de208f0f0d 3164 
libemail-address-perl_1.893-1.debian.tar.xz
 2fcedaa9b9f6a50bd1160d047615540a379977f3c038f182192060c38c5f23a3 26918 
libemail-address-perl_1.893-1_all.deb
Files: 
 8c6db410a7d2fe214433e80af3ceee16 2190 perl optional 
libemail-address-perl_1.893-1.dsc
 65585fe81e0f0b9d7ce23e7dd01c8e69 33914 perl optional 
libemail-address-perl_1.893.orig.tar.gz
 9109f513c6e2a78cc96e99802019b802 3164 perl optional 
libemail-address-perl_1.893-1.debian.tar.xz
 fd184cd8d3ef9b307ead9c60b4e17d9c 26918 perl optional 
libemail-address-perl_1.893-1_all.deb

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

iQIcBAEBCgAGBQJPAtDYAAoJEIATJTTdNH3I4TYP/jKrl2R7tRJJ/ezWb6nOLjAT
RuplN1N6aWTW3mwLKE49w3ODh6QXADNkNHkab++0jcJTPxyGwHY6KEF7mvrkJiCE
JMFa4gAjsUcX1K9qvagzIGSk8oWVtSMHJW4kSiLzsOs68wfxrBiLCjYitKUU77Sm
DCVs06/qalbD4/DLism7aupd181/Zv1zY91hcKEVwxQA8YcRN4+Q7Tbv0toM99HV
yEl3HDhSWRl3uNcJrCh2sG7edkw4MTHc+wmReYJjE5nELZdG6o1OEjsNzQt6zoC0
rU2oRUpqu2J2XYJEf+TwQ70by3NmF3+x51CtuWXaXQt8GgkIbTuwtr4d7c73PT4p
G95Dvt9COezsd6U1X+47DI9gnwsdKGP9tVxqGuFGCWcJvGJR839UM6KlEtnjL6pr
RA8UjzRMIfWTL/5yfESsnNWhco0CAj4sx9ctAalOUs/lCZYrMMTYE9nhvxR+dl06
J4YAAOaX7v3m0+SBHvq6q9pRZ+NXLIZZbNCr+q595cLghxvXQtwj6/t0nEfrvG+X
hZR1yrduUIbqJ5JBBpNg3oVSgw/tCWrA9ys1ITKbmtQBOggiEepru6FexpPY7Vbx
6ixEThYgtdm1VBkUIElsEwW9q2mD7y3HXZf37Y2kuIvSQGe8qFdqSoAz0FHKl6rg
deL3o5AAJha5Y4dTE6qs
=OPRW
-END PGP SIGNATURE-


Accepted:
libemail-address-perl_1.893-1.debian.tar.xz
  to main/libe/libemail-address-perl/libemail-address-perl_1.893-1.debian.tar.xz
libemail-address-perl_1.893-1.dsc
  to main/libe/libemail-address-perl/libemail-address-perl_1.893-1.dsc
libemail-address-perl_1.893-1_all.deb
  to main/libe/libemail-address-perl/libemail-address-perl_1.893-1_all.deb
libemail-address-perl_1.893.orig.tar.gz
  to main/libe/libemail-address-perl/libemail-address-perl_1.893.orig.tar.gz


-- 
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/e1ri1cw-0004kh...@franck.debian.org



Accepted mozplugger 1.14.3-7 (source amd64)

2012-01-03 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 11:34:57 +0100
Source: mozplugger
Binary: mozplugger
Architecture: source amd64
Version: 1.14.3-7
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mozplugger - Plugin allowing external viewers to be launched inside Mozilla
Changes: 
 mozplugger (1.14.3-7) unstable; urgency=low
 .
   * Don't leave processes in background after they've become unnecessary.
Checksums-Sha1: 
 194358647ee5ff81a89d7823174141c1077032fd 1900 mozplugger_1.14.3-7.dsc
 768f254c39db8c41020ce742cfdd7dd06862d0c1 26197 
mozplugger_1.14.3-7.debian.tar.gz
 36d0cd6f1a99eb818f4530b052025f540bf7e875 83838 mozplugger_1.14.3-7_amd64.deb
Checksums-Sha256: 
 df0e4a19f3e3add650ca807a78e58f7022f2ec803982173d6ee141ea3b23c74f 1900 
mozplugger_1.14.3-7.dsc
 4165632ecc09398f061ef5a79aabb5a2a7b47307c0bee231ba478dac36c3f1c6 26197 
mozplugger_1.14.3-7.debian.tar.gz
 ca846d2402caeea4f0e74a3d04b70d48a3aa10108937b861cfcc77c351d72f62 83838 
mozplugger_1.14.3-7_amd64.deb
Files: 
 c6f06434103df7e04fce2cf96d3f4a72 1900 web optional mozplugger_1.14.3-7.dsc
 c8800fb337c55060d2641658bb45c60b 26197 web optional 
mozplugger_1.14.3-7.debian.tar.gz
 41465d922acc576a413d72d75f419813 83838 web optional 
mozplugger_1.14.3-7_amd64.deb

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

iQIcBAEBCgAGBQJPAtrIAAoJEOikiuUxHXZakFAQAK4Cp4VrevwDyB2k5rTWa7RU
G3N81cyNmNEay+ns1O6isx4YZBX+qfgX3u5M9odWr7DdzRTBp0LbkDoW4hDSGGcN
pK103pVY9x5csygsh771SPwAA52Ka1KW6GPuS9PZ7OUVoMCORKk8Ks4sHjVMOXC7
PGnDaDvf2dQLy+co+vl4M+xVu/xIlGe0xwzAsMnCoqRQpjsVy15lt0jj1LUdZP1R
qPRZmkXKhgwXKHTDdVeRuhs/kwArdYopuKfuaCSlOIndPn0DbXWnHEnzUFrc
44WCcWr2YfCfVsAQZUqCr4Q51mXiy3WwXODWVFiaTskhqdKfjBPVJNrFkMna20k2
lqoGfj1m/AgRvHFlVbpqALVRUhINfWGs0RDaZUSAcMwJLdXxY/QwJOyipnqRU7Xu
Pn9BBjAvr1+/gifvxG7e5V7KffidNBER7tbZK48XGrlxNPK/UMN0usnHw1nK2aFH
xyCwInk05vyysdrU6ucIGSULudN6169tu6HDLQiELEvmyjN/Ti4HKHCLYKA7EU8b
W+naiR1+hXrTMSd4ROjGYXhqkfCdKKVoJVB6S9FJxZRdWdQkuwsVONXbpz4b7vTG
yYi4ipnfHOb0Q52R4HMhiy1j1kQR2qvEl7QL8ANbD95XnRu9S5AIrGLUEWmhr//y
yclsH77faQtv0nt+MtUK
=gGHN
-END PGP SIGNATURE-


Accepted:
mozplugger_1.14.3-7.debian.tar.gz
  to main/m/mozplugger/mozplugger_1.14.3-7.debian.tar.gz
mozplugger_1.14.3-7.dsc
  to main/m/mozplugger/mozplugger_1.14.3-7.dsc
mozplugger_1.14.3-7_amd64.deb
  to main/m/mozplugger/mozplugger_1.14.3-7_amd64.deb


-- 
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/e1ri1u3-0001js...@franck.debian.org



Accepted xserver-xorg-video-geode 2.11.13-2 (source i386)

2012-01-03 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 02 Jan 2012 18:17:24 +0200
Source: xserver-xorg-video-geode
Binary: xserver-xorg-video-geode xserver-xorg-video-geode-dbg
Architecture: source i386
Version: 2.11.13-2
Distribution: unstable
Urgency: low
Maintainer: Martin-Éric Racine martin-eric.rac...@iki.fi
Changed-By: Martin-Éric Racine martin-eric.rac...@iki.fi
Description: 
 xserver-xorg-video-geode - X.Org X server -- Geode GX2/LX display driver
 xserver-xorg-video-geode-dbg - Geode GX2/LX display driver (debugging symbols)
Changes: 
 xserver-xorg-video-geode (2.11.13-2) unstable; urgency=low
 .
   * Merge upstream GIT commit 048c67d6f351083741ef68e94a278a445c16436d
 z4l.c: drop unnecessary #include linux/types.h to fix the build
 on Debian GNU/kFreeBSD.
Checksums-Sha1: 
 b40a1afc63c58de39d65db45ee791af5a2587662 2259 
xserver-xorg-video-geode_2.11.13-2.dsc
 b4eacaf587dbdf7b7f8e10c526a1a98a4d1f6adc 11408 
xserver-xorg-video-geode_2.11.13-2.debian.tar.gz
 eea0bfe6489f64a818bef1b4fceee7c9674fb30d 183104 
xserver-xorg-video-geode_2.11.13-2_i386.deb
 932071e2eb7d15e82200441391810072ee436114 561962 
xserver-xorg-video-geode-dbg_2.11.13-2_i386.deb
Checksums-Sha256: 
 05b940a1022569e89a8c49450eca63d4fbdf348cb9ec88768eb9b65753781534 2259 
xserver-xorg-video-geode_2.11.13-2.dsc
 024e15522cfa5918fa71c67d81926a15d97f3ff282abcb675011cfaf80e39a0a 11408 
xserver-xorg-video-geode_2.11.13-2.debian.tar.gz
 ef394e2dfd3e346ca000e76485db449c43f64d68c1eda3c2f4fb72dbc352c0dc 183104 
xserver-xorg-video-geode_2.11.13-2_i386.deb
 1a3b578a62fc6e6a1e9717d53ce46c66c343a89d9f2af2e79cb6029f0ee48fc9 561962 
xserver-xorg-video-geode-dbg_2.11.13-2_i386.deb
Files: 
 26894bfde7f1cf1c79c636234c0f314f 2259 x11 optional 
xserver-xorg-video-geode_2.11.13-2.dsc
 6239cd46fee034d6ee5ee6323fd2efe1 11408 x11 optional 
xserver-xorg-video-geode_2.11.13-2.debian.tar.gz
 26697b7c8a940f55366de835e812d62e 183104 x11 optional 
xserver-xorg-video-geode_2.11.13-2_i386.deb
 5a47f59295150f02ad4037cc46907c7f 561962 debug extra 
xserver-xorg-video-geode-dbg_2.11.13-2_i386.deb

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

iQIcBAEBCAAGBQJPAts3AAoJEPmIJawmtHuf220QAIja1TC6gwVtu8KvQE+kMobS
umWnda9GAO5L3+XLdvNiYB56NplW9P3udfpxhLMyqi2NJFKdPwtQKebYBL95UDOB
DCpLOxpACzYwwfRpR0o1lm/p22Its9SoW1oPWTlHD1Ut/swcdNIn7+cnnvhfHCKx
KCzVX934x0pI6NPVt7ookT51LZaK46s8ULpUkyEJnjF3IbAojLKocr/AoeqeFfYb
EMddtHdxIJGwIradxq5RaqvQhSwHd0F/fbE+JfJKDeJhB/5HlT5LuzbH7DBdlsL6
lv4rFxwb3Re9AUjYKUxdurNx2h5a3kMQ3I5cwhlyllK7Ibj9L5f4NvcO7xI01zfd
i50T091VbQCPF+axuiQNmUtFmd/hVguO/h6fYo41yeyF+NpwsmCK2wXsDBIes0F6
wshDqLdiro2dDD0NWIzXWtUmnSK6RcKatiUeoAwn6sFerDPY+5lF9Teh/7YDziHX
quM+FbBAcd0MQ1f/Ua4XPw6T1e5G9+HMZLRVD6d0KzVX9V/UTYMxq2kTfDd+SmFn
db1JYXUdBuMLFX9nxhxyQbeGDFSr9tMkofIX8zTDixd2RhaHNmdYDbTxwgnM3U0z
HRBk9tqpebUcDTHDRYv+4mcmXG+OCEc2f03DZCh8gpELK+WNhUDHoWJcio3VZr+r
8o0hqVHFhq151ZhkK4W7
=Tlme
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-geode-dbg_2.11.13-2_i386.deb
  to 
main/x/xserver-xorg-video-geode/xserver-xorg-video-geode-dbg_2.11.13-2_i386.deb
xserver-xorg-video-geode_2.11.13-2.debian.tar.gz
  to 
main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.13-2.debian.tar.gz
xserver-xorg-video-geode_2.11.13-2.dsc
  to main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.13-2.dsc
xserver-xorg-video-geode_2.11.13-2_i386.deb
  to main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.13-2_i386.deb


-- 
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/e1ri1uv-0001o8...@franck.debian.org



Accepted eigen2 2.0.17-1 (source all amd64)

2012-01-03 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Dec 2011 08:19:50 +0100
Source: eigen2
Binary: libeigen2-dev libeigen2-doc
Architecture: source amd64 all
Version: 2.0.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 libeigen2-dev - lightweight C++ template library for linear algebra
 libeigen2-doc - eigen2 API docmentation
Changes: 
 eigen2 (2.0.17-1) unstable; urgency=low
 .
   * New upstream release.
   * Move Eigen2 API documentation to the Programming/C++ doc-base section.
   * Update copyright-file. Clean warning (syntax-error-in-dep5-copyright).
Checksums-Sha1: 
 27cae4ede0d0287a5514baad806901e66474ee95 2243 eigen2_2.0.17-1.dsc
 461546be98b964d8d5d2adb0f1c31ba0e42efc38 367890 eigen2_2.0.17.orig.tar.bz2
 d1a3fb7b8c13b05dabde5b057f0f1e585c4ad708 9701 eigen2_2.0.17-1.debian.tar.gz
 3a1eeb1c0a5c436ebff9967871fb3e1aa5b792d0 217280 
libeigen2-dev_2.0.17-1_amd64.deb
 5d309709ae4b6128f2c287a40adfd93df8f40b27 557482 libeigen2-doc_2.0.17-1_all.deb
Checksums-Sha256: 
 bb08541adf211b3d55357976f5c6923e441b6f2b9fc4bac1bc31a32e99191169 2243 
eigen2_2.0.17-1.dsc
 7255e856ed367ce6e6e2d4153b0e4e753c8b8d36918bf440dd34ad56aff09960 367890 
eigen2_2.0.17.orig.tar.bz2
 10f2324ecf941e0d3e57467d0a102afd3c21411d159c55ebc26dbc700798e533 9701 
eigen2_2.0.17-1.debian.tar.gz
 5f08064ebf23a85ea5adda4aa0861049544d587e47d5fff3d4b3c28755379d9d 217280 
libeigen2-dev_2.0.17-1_amd64.deb
 17f3eab96b192ad32f3656c835517e63755e2c17c90c1d59549e464975c42e20 557482 
libeigen2-doc_2.0.17-1_all.deb
Files: 
 c790600e9914ddafa1329f53304dd46d 2243 libdevel extra eigen2_2.0.17-1.dsc
 2dfd1e2765d82c306adbfcd6a0eb324b 367890 libdevel extra 
eigen2_2.0.17.orig.tar.bz2
 a345fd14a30d76d6a87eb235f3df7ae9 9701 libdevel extra 
eigen2_2.0.17-1.debian.tar.gz
 215204b357eafbbab7df9dde037b30a8 217280 libdevel extra 
libeigen2-dev_2.0.17-1_amd64.deb
 07718c674c2ad1e608a86a63ac336514 557482 doc extra 
libeigen2-doc_2.0.17-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJPAt2rAAoJELNGT4lqoVlIJPIP/iUUcS1TDBmri7/sfMvewhP7
z6uNnnqludRZVfr9nHJuQRPbyblOkIHGqZhwj1BV2ga+F8HxliuF1BhzJl0bFSFP
lCh3BIbpEiH2p0i7uF2e0bh6jRz6Im7f5eC/WKbdBKpEEGUsgZkNy27+2nBjnPQ+
/qBOk7ELTg4rDTRqiBfEwFWL79pWnJ5OWhnZrErzBMVyPVxbXjriry52Gxp3ZOvH
TNWaz8VS8C8LEtOpo/Y/lK1vaT8Oo+r+gAtWnRWa6kn2dTjTuVLypnXJL9Kuz0/s
tUV7+1iXouZPyimv8XJGPZ0Mo5mYAfesa7jMvmkXTjWi6cVlDG9k5dWiNsCG1IP8
zQtym5w3q8KS/M6xmJzHf/ciouMYabK1kiDF6gSeCW/s2maTor6wh8l2XQY4TKGv
JLfQrAagAirxwNjksf9fJVwGkJQJbMadMhAD7f6KXrtG8TbxDi53iKxKu2Cp1TG6
vEIppFvdC3bR/zWTljD9/ZOas9MxGVmtU7jrLS42vLbq0js7O68PfvW9Ea9J+2oh
XTgDO2EC5n0uuDMuqtK2Jn7DFTtUd9K8dmmdcAIVLNFZG2jjXbo0I4Jx1eCU8wDM
/zjthYQlIsYCR9HaOGhjL0Xe4/imSM+xB2MWPSCfd1z7Ls2lL1F8Wabld8AvU5uJ
wvJRVOephxBK5iB7/Szq
=eNfw
-END PGP SIGNATURE-


Accepted:
eigen2_2.0.17-1.debian.tar.gz
  to main/e/eigen2/eigen2_2.0.17-1.debian.tar.gz
eigen2_2.0.17-1.dsc
  to main/e/eigen2/eigen2_2.0.17-1.dsc
eigen2_2.0.17.orig.tar.bz2
  to main/e/eigen2/eigen2_2.0.17.orig.tar.bz2
libeigen2-dev_2.0.17-1_amd64.deb
  to main/e/eigen2/libeigen2-dev_2.0.17-1_amd64.deb
libeigen2-doc_2.0.17-1_all.deb
  to main/e/eigen2/libeigen2-doc_2.0.17-1_all.deb


-- 
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/e1ri28h-0003ox...@franck.debian.org



Accepted menhir 20111019.dfsg-1 (source amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jan 2012 18:05:48 +0100
Source: menhir
Binary: menhir libmenhir-ocaml-dev
Architecture: source amd64
Version: 20111019.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 libmenhir-ocaml-dev - Menhir library for OCaml
 menhir - Parser generator for OCaml
Closes: 583291
Changes: 
 menhir (20111019.dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #583291).
   * Bump Standards-Version to 3.9.2, no changes needed.
Checksums-Sha1: 
 f4c02c18a2be97e5aa6c73cc2d9717e3121f9bad 1759 menhir_20111019.dfsg-1.dsc
 5599646b0828cc5eaae7751c0c0d517917a405ae 259928 
menhir_20111019.dfsg.orig.tar.gz
 23dfe6218bee121ee0714eb2d01fc5cbf4bd627b 5996 menhir_20111019.dfsg-1.diff.gz
 ff56fd9701468b43f21e4af6197c426650079567 484688 
menhir_20111019.dfsg-1_amd64.deb
 c0658357d6d2099a8b41148cb38f8261b0562bff 52090 
libmenhir-ocaml-dev_20111019.dfsg-1_amd64.deb
Checksums-Sha256: 
 5f548d885ecb46dd2a72d9ee533ad22785b082c226052b92bf244878bc3c2efe 1759 
menhir_20111019.dfsg-1.dsc
 3e68bd8e53101becd39a0b68a5d03d33c90be65f270944e40047ef4dc99d5c9d 259928 
menhir_20111019.dfsg.orig.tar.gz
 c0a255f949820bc3e64ca52882c09d44e3179d4699439a2a7beae19786b89c7a 5996 
menhir_20111019.dfsg-1.diff.gz
 1364a92f734f83d16a1f9d27358f86ef904187c3fa6706a89a96578f74f82121 484688 
menhir_20111019.dfsg-1_amd64.deb
 18fdedbd7e49ebd9280cfd63a846f66f4bfc945c2f4e28b1d1c38727d7a70cbd 52090 
libmenhir-ocaml-dev_20111019.dfsg-1_amd64.deb
Files: 
 f18caec5b96ea2885dfcf776235b88a0 1759 devel optional menhir_20111019.dfsg-1.dsc
 67ca83c64a7bab895d5c7dc478446ade 259928 devel optional 
menhir_20111019.dfsg.orig.tar.gz
 4e870acad7c85145ace4c4ca747cd612 5996 devel optional 
menhir_20111019.dfsg-1.diff.gz
 efef9ec5f9978a58e4605b3b9cc24ecc 484688 devel optional 
menhir_20111019.dfsg-1_amd64.deb
 7ea6eb87ba992127a03d8349fd52cdd6 52090 ocaml optional 
libmenhir-ocaml-dev_20111019.dfsg-1_amd64.deb

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

iQEcBAEBAgAGBQJPAuIxAAoJEDe1GR0FRlJoDBYH/0awBOZqm4gCE5tUOPPlLlJA
+9hSbKkfWNrC5LtANOq8rhXt6sJDjoxfwg5tZkpDCqDYHIxCDlPrGSiS3sD7g0fL
/dLnZriwgN266XEO5AUx9icOkPEatgk1zKj1kArzCrZ2A0M4yNg/RdHSUuSIAv7h
kNaXlPRgSF5uI4TBkO0pO1eohtcMuZmgfZ70eTKVXWr6ZbtI7vLG13tXe+R0jw4t
2YYXBock3TI/nLqkx8zdj192KAm5Nz3YqRLIl0Voc6ZKUZIbNhW0JJFxJHDwAABx
u1CVb+MweJoxcwGBDqUy0wWppAEAtccuO7AatirF8InZ5kl4/X7em9R8HPTV/TE=
=YkuA
-END PGP SIGNATURE-


Accepted:
libmenhir-ocaml-dev_20111019.dfsg-1_amd64.deb
  to main/m/menhir/libmenhir-ocaml-dev_20111019.dfsg-1_amd64.deb
menhir_20111019.dfsg-1.diff.gz
  to main/m/menhir/menhir_20111019.dfsg-1.diff.gz
menhir_20111019.dfsg-1.dsc
  to main/m/menhir/menhir_20111019.dfsg-1.dsc
menhir_20111019.dfsg-1_amd64.deb
  to main/m/menhir/menhir_20111019.dfsg-1_amd64.deb
menhir_20111019.dfsg.orig.tar.gz
  to main/m/menhir/menhir_20111019.dfsg.orig.tar.gz


-- 
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/e1ri2n5-0004k8...@franck.debian.org



Accepted frama-c 20111001+nitrogen+dfsg-1 (source amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jan 2012 17:29:13 +0100
Source: frama-c
Binary: frama-c frama-c-base
Architecture: source amd64
Version: 20111001+nitrogen+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 frama-c- Framework for source code analysis of software written in C
 frama-c-base - Framework for C source code analysis (without gui)
Closes: 652257
Changes: 
 frama-c (20111001+nitrogen+dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #652257).
   * Update patches:
 - remove 0001-Value-Analysis-Carbon-patchlevel-1.patch
 - remove 0002-Fix-for-issue-727.patch
 - rebase 0003-Add-ocamlgraph-to-DYN_-O-B-LINKFLAGS.patch
 - update 0004-Accept-ocamlgraph-1.8.patch
 - add 0003-Fix-spelling-error-in-binary.patch
 - add 0004-Use-bin-cp-instead-of-usr-bin-install.patch
   * Bump minimum requirement for ocamlgraph to 1.8.
   * Bump Standards-Version to 3.9.2, no changes needed.
Checksums-Sha1: 
 3f2fa6076d186aef6d600c50dd124332fd47486d 1949 
frama-c_20111001+nitrogen+dfsg-1.dsc
 16dbf5c1bd9902a2908d0c1e19d174b5abe32da7 2719515 
frama-c_20111001+nitrogen+dfsg.orig.tar.gz
 b7def1d9e54ea96f83f4e36086da519a0f910625 24960 
frama-c_20111001+nitrogen+dfsg-1.debian.tar.gz
 38fcc7b1ac5ba4097666d4e93f612b2d98054230 3689548 
frama-c_20111001+nitrogen+dfsg-1_amd64.deb
 81f5ea5f6dc67a651d91b4d1cd396f64fbc67538 29687162 
frama-c-base_20111001+nitrogen+dfsg-1_amd64.deb
Checksums-Sha256: 
 6373a0bbf5902af3767c08e7533099e4a8d4f99c566ce0db1f8d466fde6eeb5d 1949 
frama-c_20111001+nitrogen+dfsg-1.dsc
 f6b699bd27e3539beb2212d57212b276cb5c444a87dc9553dc622bbd807173e2 2719515 
frama-c_20111001+nitrogen+dfsg.orig.tar.gz
 9eb8a8a15b9928d70c5ddbcf18a8dac04ae7366ecafe6a3a9047379b726a6ffa 24960 
frama-c_20111001+nitrogen+dfsg-1.debian.tar.gz
 a6d67989710e45b35a9aaf3ac7b3ac728741ed063418ad9b89b086a01724ffd8 3689548 
frama-c_20111001+nitrogen+dfsg-1_amd64.deb
 71289c88fdf843225aece123a8ad9afd1b3f5905ca3bd4e5d3653f5b0c1b3f7d 29687162 
frama-c-base_20111001+nitrogen+dfsg-1_amd64.deb
Files: 
 73dead9bab4f0742685e02a2317c0879 1949 devel optional 
frama-c_20111001+nitrogen+dfsg-1.dsc
 7a512643cb35cf516c488bc9734210f7 2719515 devel optional 
frama-c_20111001+nitrogen+dfsg.orig.tar.gz
 f18fb2328f5a42df906a2a6f3c7c6b66 24960 devel optional 
frama-c_20111001+nitrogen+dfsg-1.debian.tar.gz
 797b5ec73c862baf07f8726436eb6c14 3689548 devel optional 
frama-c_20111001+nitrogen+dfsg-1_amd64.deb
 75eb17e239c7cee8beb960d7fbb9fb3c 29687162 devel optional 
frama-c-base_20111001+nitrogen+dfsg-1_amd64.deb

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

iQEcBAEBAgAGBQJPAuJ6AAoJEDe1GR0FRlJoFOgH/0LjmTmPqjgOOTAEZVW6vekW
YSTdBrcnBA1G8p/iek+X5OPTMiiF1mTV1nLvTf4W55KwGv/9FqnJDq8LK4KdHegR
GGXF5MKYYzUwEK3tSuKb8vUPGBAR6n+BDp7UWYbqPTkukr7wsTZfvT2x14cvbK2a
qRJhXUnkph73sGJuBGY3ShALzJOmI5iMBIcAnxReyb15tXaLBD5pbGhYK88rCoOg
gbb3FIos9j/3Z81mXJL0weVjpSvGRtc+C1VmPNDviqoBKHYEq+dXwJPGk8jMgueR
0tQOVdD/y6aKYC2MVQhXq19C6bA2OKojLmcwgaX7jkXm0BGzO6x0W2KdIQll/MY=
=wA0j
-END PGP SIGNATURE-


Accepted:
frama-c-base_20111001+nitrogen+dfsg-1_amd64.deb
  to main/f/frama-c/frama-c-base_20111001+nitrogen+dfsg-1_amd64.deb
frama-c_20111001+nitrogen+dfsg-1.debian.tar.gz
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-1.debian.tar.gz
frama-c_20111001+nitrogen+dfsg-1.dsc
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-1.dsc
frama-c_20111001+nitrogen+dfsg-1_amd64.deb
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-1_amd64.deb
frama-c_20111001+nitrogen+dfsg.orig.tar.gz
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg.orig.tar.gz


-- 
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/e1ri2bo-0007bk...@franck.debian.org



Accepted fabric 1.3.2-5 (source all)

2012-01-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 12:43:42 +
Source: fabric
Binary: fabric
Architecture: source all
Version: 1.3.2-5
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 fabric - Simple Pythonic remote deployment tool
Closes: 653321 653322
Changes: 
 fabric (1.3.2-5) unstable; urgency=low
 .
   * Move to dh_python2 from python-support. Patch by/via Micah Gersten
 mic...@ubuntu.com. (Closes: #653322)
   * Add missing python-paramiko to Build-Depends. (Closes: #653321)
Checksums-Sha1: 
 bcdda123bafb6a11c6bb3aa046f75512ecc04d3c 1185 fabric_1.3.2-5.dsc
 e7f8c86bc4fe2709c7af8a76c05e77eb0f9a9d9f 4264 fabric_1.3.2-5.debian.tar.gz
 af634e965e8ca6506a90d20617f56d0a0900aaf1 308350 fabric_1.3.2-5_all.deb
Checksums-Sha256: 
 4372b92104457abeb78dadee814e97ffde883409c3d0a5bd0359213de0419a83 1185 
fabric_1.3.2-5.dsc
 31a25000f8e2e58aee68d64c75a08e7186b65ad683e05f56ba8cc73e485506bd 4264 
fabric_1.3.2-5.debian.tar.gz
 c4fc3a85745e53c097aee24616c7f20e29a0954f61a795ff7917759edb20a4c1 308350 
fabric_1.3.2-5_all.deb
Files: 
 46c568b122533315e4ce20576406491c 1185 net optional fabric_1.3.2-5.dsc
 8a760192a77a1be97c3b3021ea884b41 4264 net optional fabric_1.3.2-5.debian.tar.gz
 474609da1e30416f3c6186d359d89bfc 308350 net optional fabric_1.3.2-5_all.deb

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

iEYEARECAAYFAk8C+Z4ACgkQ5/8uW2NPmiCI3QCfVJ4v3qTdvrQgeChn+whyEWmf
xwoAnAklBddb9Ix35GXPce0zVEbSEHoj
=/K7m
-END PGP SIGNATURE-


Accepted:
fabric_1.3.2-5.debian.tar.gz
  to main/f/fabric/fabric_1.3.2-5.debian.tar.gz
fabric_1.3.2-5.dsc
  to main/f/fabric/fabric_1.3.2-5.dsc
fabric_1.3.2-5_all.deb
  to main/f/fabric/fabric_1.3.2-5_all.deb


-- 
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/e1ri40l-0001e7...@franck.debian.org



Accepted debian-timeline 16 (source all)

2012-01-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 13:12:28 +
Source: debian-timeline
Binary: debian-timeline
Architecture: source all
Version: 16
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 debian-timeline - Web-based timeline of the Debian GNU/Linux project
Closes: 653447
Changes: 
 debian-timeline (16) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.2.
   * Add events from Paul Wise p...@debian.org:
 - Add DebConf11 and DebCamp11
 - A new version of debian-policy was released
 - armhf and s390x architectures added
 - Fix the squeeze release era URL
 - Many more bugs were filed
 - Stefano was re-elected as DPL
   * Add event from Martin Zobel-Helas zo...@debian.org:
 - add DSA meeting 2010 in Munich (Closes: #653447)
Checksums-Sha1: 
 b0729908d76ecbd144fdb66c9ec544a4b82c0ef3 919 debian-timeline_16.dsc
 6484810fa57ddd084883e5eea28a558039849bfc 20121 debian-timeline_16.tar.gz
 c3fa41424ddbb520faf89b27b25c27aea58533b5 20280 debian-timeline_16_all.deb
Checksums-Sha256: 
 d6105f62a686f6ce2a0bc8e7c08bcaf5f7acc8f46836623c0b79c35fc5794751 919 
debian-timeline_16.dsc
 ba8575eac5c6d8f9223a090831b4f9ab4675ff12419bdb486d678866ab30f837 20121 
debian-timeline_16.tar.gz
 40bf641aa2ce658c7f0cc3654bf1822f83ad9f1d4157b8274f6c70f3d1df3f11 20280 
debian-timeline_16_all.deb
Files: 
 e799956326ab3e3667639b84f85fc010 919 web optional debian-timeline_16.dsc
 aca3b7593ffde5d3cb2e4a9556c51c72 20121 web optional debian-timeline_16.tar.gz
 0b6d99b8b4ac1bc593059240b393464c 20280 web optional debian-timeline_16_all.deb

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

iEYEARECAAYFAk8C/tsACgkQ5/8uW2NPmiBmHgCfRfmrBapPfPmVbA7LWC7x9Ai1
4wIAniCDSpdWrmjAqB7PIQ5g0W13Rn8E
=VxJ/
-END PGP SIGNATURE-


Accepted:
debian-timeline_16.dsc
  to main/d/debian-timeline/debian-timeline_16.dsc
debian-timeline_16.tar.gz
  to main/d/debian-timeline/debian-timeline_16.tar.gz
debian-timeline_16_all.deb
  to main/d/debian-timeline/debian-timeline_16_all.deb


-- 
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/e1ri4ep-0002rq...@franck.debian.org



Accepted survex 1.2.5-1 (source all amd64)

2012-01-03 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 13:12:15 +
Source: survex
Binary: survex survex-aven survex-svxedit
Architecture: source amd64 all
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Olly Betts o...@survex.com
Changed-By: Olly Betts o...@survex.com
Description: 
 survex - cave surveying and mapping software
 survex-aven - sophisticated cave survey viewer for Survex
 survex-svxedit - survey data editor for Survex
Closes: 654223
Changes: 
 survex (1.2.5-1) unstable; urgency=low
 .
   * New upstream release.
 + Work with newer FFmpeg. (Closes: #654223)
 + Incorporates survex-manpage-section.patch, so drop patch.
Checksums-Sha1: 
 1fa97779ff7bae62cfeae4cf1327c01c556c0b27 1967 survex_1.2.5-1.dsc
 4dce15f51f097e6202b03c11f3a1276fa33cbcc6 2213571 survex_1.2.5.orig.tar.gz
 b2ac4c045febadfecccdcf37f7185e7ea4a09f35 23835 survex_1.2.5-1.debian.tar.gz
 b12decdfb783d1abe6ae91509eea8b4cbb18f1ea 567570 survex_1.2.5-1_amd64.deb
 0a473a5603fd6a0111cb9f28857080185919283c 1253672 survex-aven_1.2.5-1_amd64.deb
 0041e48a17a815a2b911d3d5266f07ebd2b7c1c7 59542 survex-svxedit_1.2.5-1_all.deb
Checksums-Sha256: 
 0bb4aad839e0a0116bb1cb375cd6b01e670d6d6f01831cb9205f67a8d46dc78e 1967 
survex_1.2.5-1.dsc
 9355373302aee06e1ef114929086d62c17b2158c93162eb415232cc5a6c205e5 2213571 
survex_1.2.5.orig.tar.gz
 19f9bc690dcd8f57754884fe0fdd7df071c7b4769dda112d9805f473c012ad0c 23835 
survex_1.2.5-1.debian.tar.gz
 fab1e30cccaefc25cb7bc723cda9bf7d6d00d31be068c166a310ee5aab05e804 567570 
survex_1.2.5-1_amd64.deb
 3cf7fd28ab3ada09d020502b87a78658959e0f68a629267697622331761fc590 1253672 
survex-aven_1.2.5-1_amd64.deb
 635dc25e3f9053bc942951999395aae66882b3f5a4c62ebcaf9fae99d81772a4 59542 
survex-svxedit_1.2.5-1_all.deb
Files: 
 fd5eadca23ebbfce832b9b428e034819 1967 science extra survex_1.2.5-1.dsc
 86f7b35b9431832ea8fb63ffd2b8b008 2213571 science extra survex_1.2.5.orig.tar.gz
 d769518ac64d25beea87f171b734b7fa 23835 science extra 
survex_1.2.5-1.debian.tar.gz
 56b82f63580ab05eacc93435de305b59 567570 science extra survex_1.2.5-1_amd64.deb
 f7e194cd5894a9c31fcd1e372639b24b 1253672 science extra 
survex-aven_1.2.5-1_amd64.deb
 d3e9062916cbe2ecebf1fa9889bbfb1d 59542 science extra 
survex-svxedit_1.2.5-1_all.deb

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

iQIcBAEBCAAGBQJPAwAVAAoJEBgUewc7rSsHhGQP/i7CI70TaezfURcYcMh6pFti
PPEaR7qEHe/f3ManKb8hkkMhHjFtCDOmQ/TnyBhD7q2/fWflk9Q1T2dzyVsZl/NJ
ESTYCvTIfKr8zM0ZLgz0AGdeWpWkLpDep2nWJ9IMznWSB90TMf0vlR3MXb6FV6u/
ACjWI4ybzQG1uECMXvZvi6EjNo+9Itwkg6qDsHUzLCKbjNYN3VBV97CgO3Zc1UtK
VqxXcPOZakrj/C2ghawjWfov7Pm4vx3tj4+JWtLbNFwwqinMJq8Lkz591inkkUt4
ZwhlBryStDOPkD2J1P8Y1G5RyfKTt/zLRZ+TwwXTPrQT1daCjDfi7EjuhDxX87qQ
dam1WEBj4msvjSUYhmzQtuCLlXo6OWUftayfpXlyu9bMT9rwW8aBuYYWx7d5pvyb
IN0faHDxrqa0veYmwjsfOX1p9h5aSY7upxhOU+t6BZpFuryPQb5VtXKs/EULphnj
/Wb3AOV8ncvvIIdFwCKKkZE2GjW84iFyhZD1qP5E0k5OsHvtOWV3VPHFg/iajMxB
ILqVWx+RPDXKV8AK1vKW9doExVnJbO4ZOx3cit1thfGopy1M+Kn643ieT7VadT8D
VZd2MTZBg8BJ//Jrcd3g/fLCHJCwG33vWrUjaoNdNvgo2dfGwYPY/xH0y8r1Ht8i
F6WVy2ggFMi0sHKwY9Kp
=R3Vm
-END PGP SIGNATURE-


Accepted:
survex-aven_1.2.5-1_amd64.deb
  to main/s/survex/survex-aven_1.2.5-1_amd64.deb
survex-svxedit_1.2.5-1_all.deb
  to main/s/survex/survex-svxedit_1.2.5-1_all.deb
survex_1.2.5-1.debian.tar.gz
  to main/s/survex/survex_1.2.5-1.debian.tar.gz
survex_1.2.5-1.dsc
  to main/s/survex/survex_1.2.5-1.dsc
survex_1.2.5-1_amd64.deb
  to main/s/survex/survex_1.2.5-1_amd64.deb
survex_1.2.5.orig.tar.gz
  to main/s/survex/survex_1.2.5.orig.tar.gz


-- 
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/e1ri4tr-0004ws...@franck.debian.org



Accepted usb-modeswitch 1.2.1+repack0-1 (source amd64)

2012-01-03 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 02 Jan 2012 21:27:00 +0100
Source: usb-modeswitch
Binary: usb-modeswitch
Architecture: source amd64
Version: 1.2.1+repack0-1
Distribution: unstable
Urgency: low
Maintainer: Didier Raboud o...@debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 usb-modeswitch - mode switching tool for controlling flip flop USB devices
Changes: 
 usb-modeswitch (1.2.1+repack0-1) unstable; urgency=low
 .
   * New 1.2.1 upstream release.
 .
   * Repack the upstream tarball:
 - Drop the code copy of jimtcl.
 .
   * Refresh patches.
 × 03_use_udev_specifics.patch: Refresh.
Checksums-Sha1: 
 f930a7b873083ae97ff299f3ee17d698f9d8b03c 1814 
usb-modeswitch_1.2.1+repack0-1.dsc
 803b5aa6f9a53df26f5fba87436248354fe6f10a 38735 
usb-modeswitch_1.2.1+repack0.orig.tar.bz2
 9952e541e548877ec413978f84c871ece34589d0 9400 
usb-modeswitch_1.2.1+repack0-1.debian.tar.gz
 f3f859d5b5f7cfb4ee9c93f79b9fa432ee3d7644 52616 
usb-modeswitch_1.2.1+repack0-1_amd64.deb
Checksums-Sha256: 
 753bd9911427d7f935d93fa8b2b2d7a8edee7fa115f1f711dd70f961462980a4 1814 
usb-modeswitch_1.2.1+repack0-1.dsc
 d633aa4e608b7255514324630fc6110dde945d93c334976d136743de89e7f506 38735 
usb-modeswitch_1.2.1+repack0.orig.tar.bz2
 249f14a8b71fc0fbe6ca9309febb53b62ab5f0fbfb3c7a523be86a1b8e4029a0 9400 
usb-modeswitch_1.2.1+repack0-1.debian.tar.gz
 5e9712580410a8b09bbbe13d6a4a64eb93f9ab01a1f46edd0772c6952cea4ebc 52616 
usb-modeswitch_1.2.1+repack0-1_amd64.deb
Files: 
 9da828831dad970e01b309da8686494a 1814 comm extra 
usb-modeswitch_1.2.1+repack0-1.dsc
 47e83e3aa79f53c935c25873a047286c 38735 comm extra 
usb-modeswitch_1.2.1+repack0.orig.tar.bz2
 a552cc10971851eea37ff6efc4887c6c 9400 comm extra 
usb-modeswitch_1.2.1+repack0-1.debian.tar.gz
 ad298f11c9b67ecd273617d6c1655c74 52616 comm extra 
usb-modeswitch_1.2.1+repack0-1_amd64.deb

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

iQGcBAEBCAAGBQJPAwQhAAoJEIvPpx7KFjRVBoMMAJfD2xi9XojoQq8ZXz4FGcH0
QNU+ICZL0tFV+J/n1pKb4T61/uBfNhYlY2+SAkZJ/+vpBAGfjk+ogZhCw5kHbpYp
8LuIlr3lHGNW2myHPN3RWWLe7T3ezGhMCYpSUTTLn/hZ+45ol9Ak3Qd/LJsdYk7m
qs5xBu0OnCSsTVWqbmq1Yc9DeoBkDurG9p+G4QahhNMqZN5L5D8bmRJXWM9GtA75
r/ydyRYzUByK/6Ej9q74Gj8OWb48UuJscMVUy/AtUtU6vx1/9GzFbbg+HgysIORW
wdidL7vTu9ouQ0AVlVON6KdkrxciSkN3yQoj9Q3VwothfQP2Llt5jBFvNi87p5TM
GvOb7bnqMI1Zb/i8ySldK0gGEp/GqSd2JS9VI05Zfdj6ctVU3kd+sBOV6RTS/NNJ
o02K5QSDasrqJG+zSky2SpHbqDWOUKAVFASCZAvaEXA47xcNqtrxjsdGYjDVCGeh
7R+7tsLN9GvoLR7C1YYk+5Mnj/mPlFBhCQ3eVluqAw==
=1Vjf
-END PGP SIGNATURE-


Accepted:
usb-modeswitch_1.2.1+repack0-1.debian.tar.gz
  to main/u/usb-modeswitch/usb-modeswitch_1.2.1+repack0-1.debian.tar.gz
usb-modeswitch_1.2.1+repack0-1.dsc
  to main/u/usb-modeswitch/usb-modeswitch_1.2.1+repack0-1.dsc
usb-modeswitch_1.2.1+repack0-1_amd64.deb
  to main/u/usb-modeswitch/usb-modeswitch_1.2.1+repack0-1_amd64.deb
usb-modeswitch_1.2.1+repack0.orig.tar.bz2
  to main/u/usb-modeswitch/usb-modeswitch_1.2.1+repack0.orig.tar.bz2


-- 
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/e1ri4hs-0005tg...@franck.debian.org



Accepted ax25-tools 0.0.8-13.2 (source i386)

2012-01-03 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jan 2012 15:13:41 +0100
Source: ax25-tools
Binary: ax25-tools ax25-xtools
Architecture: source i386
Version: 0.0.8-13.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 ax25-tools - tools for AX.25 interface configuration
 ax25-xtools - tools for AX.25 interface configuration -- X11-based
Closes: 638198
Changes: 
 ax25-tools (0.0.8-13.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * ax25/beacon.c: fix possible privilege escalation CVE-2011-2910
 Closes: #638198.
Checksums-Sha1: 
 1c48fdafb06a751887f76f1363a1373e1e1afc33 1377 ax25-tools_0.0.8-13.2.dsc
 83b7a3ab576984ffa1e48d63e0dc5f6b69328763 134797 ax25-tools_0.0.8-13.2.diff.gz
 43b023adb3050ce6ee91d354db8dc44c533d46c5 228428 ax25-tools_0.0.8-13.2_i386.deb
 85b2060c755247f0eb4f5e84e37029b8def4b27e 43034 ax25-xtools_0.0.8-13.2_i386.deb
Checksums-Sha256: 
 3c31566df0054a0b62abdcf4ee4c5f10df71c4d2373178d932a8e870dce7a588 1377 
ax25-tools_0.0.8-13.2.dsc
 7048bef4719dff8976da4bc2cd78bbdb9ae90312280189da513f401766376247 134797 
ax25-tools_0.0.8-13.2.diff.gz
 26ef7f54a09505810220dff9ea8b59aafa992f1438fc45231c66b651f79af908 228428 
ax25-tools_0.0.8-13.2_i386.deb
 9cb2b57a3fc6505adaf06b1701082c5c97064d665cdd2b71541ead371766a26e 43034 
ax25-xtools_0.0.8-13.2_i386.deb
Files: 
 f8e828efa5180b260b26143ed514e772 1377 hamradio extra ax25-tools_0.0.8-13.2.dsc
 9e3a96e23a74c97886e1a587dde6c5e9 134797 hamradio extra 
ax25-tools_0.0.8-13.2.diff.gz
 2d3993cc0c9c46131d48d92b021a92d5 228428 hamradio extra 
ax25-tools_0.0.8-13.2_i386.deb
 7972abbe04494f64a7f898ee6c0f6118 43034 hamradio extra 
ax25-xtools_0.0.8-13.2_i386.deb

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

iEYEARECAAYFAk8Aa10ACgkQ5UTeB5t8Mo0cAACfeSgWh5XCHy6ZiQVbkFkU2hSC
0HUAn38s/RxOlp3knsjfMCTONbVAqc3E
=IHuO
-END PGP SIGNATURE-


Accepted:
ax25-tools_0.0.8-13.2.diff.gz
  to main/a/ax25-tools/ax25-tools_0.0.8-13.2.diff.gz
ax25-tools_0.0.8-13.2.dsc
  to main/a/ax25-tools/ax25-tools_0.0.8-13.2.dsc
ax25-tools_0.0.8-13.2_i386.deb
  to main/a/ax25-tools/ax25-tools_0.0.8-13.2_i386.deb
ax25-xtools_0.0.8-13.2_i386.deb
  to main/a/ax25-tools/ax25-xtools_0.0.8-13.2_i386.deb


-- 
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/e1ri5sz-0005dg...@franck.debian.org



Accepted cminpack 1.1.4-1 (source amd64)

2012-01-03 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 14:55:10 +0100
Source: cminpack
Binary: libcminpack-dev libcminpack1.0.90
Architecture: source amd64
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libcminpack-dev - Nonlinear equations and nonlinear least squares problems - 
develo
 libcminpack1.0.90 - Nonlinear equations and nonlinear least squares problems - 
runtim
Changes: 
 cminpack (1.1.4-1) unstable; urgency=low
 .
   * New upstream:
 - Translated all the Levenberg-Marquardt code to use C-style indices.
   * Fix lintian warning about d/copyright
Checksums-Sha1: 
 ffd703311cadd10ba1f9de9dae5c0be9c63d2aba 2115 cminpack_1.1.4-1.dsc
 7a89a0c5c09585823ca4b11bc3eddb13df3fd0c3 145992 cminpack_1.1.4.orig.tar.gz
 d29b43398f8179ae9789ebb626e5ff39bd886bb0 3225 cminpack_1.1.4-1.debian.tar.gz
 1196b6eff21ceae500a783799932862e2708f919 7628 libcminpack-dev_1.1.4-1_amd64.deb
 23d7bd7cd369862caa17e49f137a0fea9265aa15 60182 
libcminpack1.0.90_1.1.4-1_amd64.deb
Checksums-Sha256: 
 1275cd79bdfa116d43604a4191f5405b46b46714151cd9ed1cb73df7d3c81b46 2115 
cminpack_1.1.4-1.dsc
 6e8ad7fad8636b89dcefb5d54ba4e457bc796b99139350c50a1c1f035abbc7db 145992 
cminpack_1.1.4.orig.tar.gz
 41a078428eb9972c4135296df3219467ca6b36469384128b2be9591c657ed555 3225 
cminpack_1.1.4-1.debian.tar.gz
 7091c8bbf9c8bc68c2bf6027e4a56f2ee251ab11c1af0c457783537ac31393d0 7628 
libcminpack-dev_1.1.4-1_amd64.deb
 13fee68b2b2a314fe75c9f5398b9038dcc7b328bc14735c3d50a1b12dd99ccfd 60182 
libcminpack1.0.90_1.1.4-1_amd64.deb
Files: 
 40e60b2df0d82ca77e8e1caeee193773 2115 libs optional cminpack_1.1.4-1.dsc
 51edbe65a70f1b7f5b039152981b01aa 145992 libs optional 
cminpack_1.1.4.orig.tar.gz
 0871f36317a5ab300e7237ae52a62368 3225 libs optional 
cminpack_1.1.4-1.debian.tar.gz
 8404e1d8a6d6c3ec927b8347a274a372 7628 libdevel optional 
libcminpack-dev_1.1.4-1_amd64.deb
 8279c7fcc4ee79bfd7efdd760fa23d90 60182 libs optional 
libcminpack1.0.90_1.1.4-1_amd64.deb

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

iQIcBAEBCAAGBQJPAw0LAAoJEAFx4YKK4JNFJocP/RbB0Amw4RcR3dRTnwHNTJlu
kadjVbvbv5Qw0oenQB++9748ofVP9PsAXoopn+CtWgOsRxk0Hj4SquePRWnRjUer
oDnnDG5RUo2Daoh9MeVoeA9EN5yfCo+qQ5kyimT28rDP8FUIOTmt0htS968qux2c
hVEuWJcjgFmS6xRMO9J4BVbneb8SvUaPxurTNOboxgEeuznkfC3Qm+LerrdgHqm3
ZJsPY5I8VUskbVWdi8mdlOeHxS0ErNalKLvoFbUKCvFN4H1xWjk/itUd1FDMf6Sy
a3QYSI+dxIF79wfJt+Mdo4TV93aznat9BdnWKnHVIbMbwfVWoNH7YocdCQmS8FU9
9Teds/EcPLDwRmxJbeCIAQN4dVTFA+B/nawcYILMZNM0jpgCtH3PaFHR6tEA5ReE
6mDKzjDPLv2jMnkxsO3sCiiWKAA4E/C0yrzNgvxl/2kuYSOQmg/EmQuIwj1njMgV
HRSpT32ceDx4cqGgQ16UNjQWYDieINvptqLlsJ5yOcMySJXzreatkmKdj5s9qe53
TGzcZXNqrOKcTpCgLCIKq6wNV699WLOwR63Y6CNnYswI/QcbN3S5RqyXHDPYUBiI
58b4OdiFto1fDv9RvM07s1NI2TPge/GdN6o1Cj6/TQb0MKPrbm2WYw1Eavciw4Hh
qqLeGlSkHwdZnKss6i7w
=CJPt
-END PGP SIGNATURE-


Accepted:
cminpack_1.1.4-1.debian.tar.gz
  to main/c/cminpack/cminpack_1.1.4-1.debian.tar.gz
cminpack_1.1.4-1.dsc
  to main/c/cminpack/cminpack_1.1.4-1.dsc
cminpack_1.1.4.orig.tar.gz
  to main/c/cminpack/cminpack_1.1.4.orig.tar.gz
libcminpack-dev_1.1.4-1_amd64.deb
  to main/c/cminpack/libcminpack-dev_1.1.4-1_amd64.deb
libcminpack1.0.90_1.1.4-1_amd64.deb
  to main/c/cminpack/libcminpack1.0.90_1.1.4-1_amd64.deb


-- 
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/e1ri5sm-0005if...@franck.debian.org



Accepted fop 1:1.0.dfsg2-5 (source all)

2012-01-03 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 14:44:06 +0100
Source: fop
Binary: fop fop-doc
Architecture: source all
Version: 1:1.0.dfsg2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 fop- XML formatter driven by XSL Formatting Objects (XSL-FO.)
 fop-doc- XML formatter driven by XSL Formatting Objects (doc)
Closes: 646141 649476
Changes: 
 fop (1:1.0.dfsg2-5) unstable; urgency=low
 .
   * Need ant 1.8.2 at least update d/control.
   * Fix NPE in inline element. Closes: #649476
   * Fix IllegalArgumentException. Closes: #646141
Checksums-Sha1: 
 b178ac70cb57b534931c142482271d9927663265 2443 fop_1.0.dfsg2-5.dsc
 3d9dcff57b1b39876ba5fe588d42717041d3894e 18658 fop_1.0.dfsg2-5.debian.tar.gz
 420d67997a71e5c7b5c398b7d5f05d82c8348aff 2762920 fop_1.0.dfsg2-5_all.deb
 60541923c7ec7b3fcad0bf567e7d3a629958ffaa 5420568 fop-doc_1.0.dfsg2-5_all.deb
Checksums-Sha256: 
 b165156f3287f57bfd8e0647520399f51c843911af202f9e04d60d10feb25bb8 2443 
fop_1.0.dfsg2-5.dsc
 493b225f5915cce9b535affd1a1a0895824c0479ae3f2b76644ff5164a8d 18658 
fop_1.0.dfsg2-5.debian.tar.gz
 34427184ca67583d5a17189090096dd090defc4cbd7fe9cfd4863f51a6404bc4 2762920 
fop_1.0.dfsg2-5_all.deb
 567ee72bb52cc27bcc3896157c3ff5102dfb90c2fac84b93c59734b58dd9e178 5420568 
fop-doc_1.0.dfsg2-5_all.deb
Files: 
 ad2301e54c2a334c20298ee936539c35 2443 text optional fop_1.0.dfsg2-5.dsc
 f6c88f164a95f04ed5c22eb6b594d42d 18658 text optional 
fop_1.0.dfsg2-5.debian.tar.gz
 e1dfa2a031025e8f4d2a73dda3a9f6d3 2762920 text optional fop_1.0.dfsg2-5_all.deb
 2108f59a440e0bf82d18e7943a648b75 5420568 doc optional 
fop-doc_1.0.dfsg2-5_all.deb

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

iQIcBAEBCAAGBQJPAxNMAAoJEAFx4YKK4JNFjwMP+wRGeDW3IOpsMFYmCNHF6tFP
m5fxcC53AtgbTQ+V9tUkZ58AFuyALvH8R5BtjuFlQJtGm4f51OrlDUFa45/+3Npg
GeDzeMiP4Ch8X+ipye1KDdiSbI4M01PD5G0CyEMRPk2ycd6AbWbTE6SDaAdvI+ZW
zSx7DghWMPL4m6eF4xi7TWY5gCtE4JMEFpOh4yQYVjAAAbnAJpmms2Qo3spKo2ML
yFidDLJY6rpHt/a1qxt84tC1R1vFvUxSRHRpMhixHLhlyLdrb/DNnnLgc2rTMIsf
S71X3RMLm6SqLY6QH8FTDjZEV0mv2n30Bhy6o4cWtuVQ5w29zAxH5G59OmJCokrJ
hLNnLEROe0kAVpKYD6pEh93pN5TG10zP5flBFoC8b5g3h+GlifI+UEzLFcHGz4uj
toWx14Vp0gVhjmoXlnT7Gf6bjGPzzaAPUIeSlsdBdh3KfJsc5on0ItpNcU+Q55wy
5pbssJOG56qD30kigfMFIICUaElIXrh6zfzSSY7m9HIEpmA5Iups1IfL/rlhFSU0
jT5L3S7e6y+6AVp5DyTwzSiZgSQRkXkKab52AqUIa62umKKAVDFpywV26MQOAOxR
lMRJzxnRsrbArOaOYHYEK73hRGZ96PPw1L9nNA9B4nx7xAwK6HLLs8vaf2hBGJMw
bWPMMF8MEw5zNwCb5jws
=drrj
-END PGP SIGNATURE-


Accepted:
fop-doc_1.0.dfsg2-5_all.deb
  to main/f/fop/fop-doc_1.0.dfsg2-5_all.deb
fop_1.0.dfsg2-5.debian.tar.gz
  to main/f/fop/fop_1.0.dfsg2-5.debian.tar.gz
fop_1.0.dfsg2-5.dsc
  to main/f/fop/fop_1.0.dfsg2-5.dsc
fop_1.0.dfsg2-5_all.deb
  to main/f/fop/fop_1.0.dfsg2-5_all.deb


-- 
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/e1ri5t9-0005oo...@franck.debian.org



Accepted frama-c 20111001+nitrogen+dfsg-2 (source amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 15:24:55 +0100
Source: frama-c
Binary: frama-c frama-c-base
Architecture: source amd64
Version: 20111001+nitrogen+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 frama-c- Framework for source code analysis of software written in C
 frama-c-base - Framework for C source code analysis (without gui)
Changes: 
 frama-c (20111001+nitrogen+dfsg-2) unstable; urgency=low
 .
   * add 0005-Disable-CHMOD_RO-invocations.patch.
Checksums-Sha1: 
 b6397eef06cb5380aae02e3d5d307bfc90624c1c 1949 
frama-c_20111001+nitrogen+dfsg-2.dsc
 3feae82ce174d3fe9c345488de949082f521e277 24933 
frama-c_20111001+nitrogen+dfsg-2.debian.tar.gz
 44ada620fba8fe284e323551641eef1097ed6878 3689578 
frama-c_20111001+nitrogen+dfsg-2_amd64.deb
 f2fb92f1b5163de253f08819706e8b5b5b726846 29687342 
frama-c-base_20111001+nitrogen+dfsg-2_amd64.deb
Checksums-Sha256: 
 f717eb027762dbf8c20df87aca0813bf99ad30896e48529e78d63566aa07 1949 
frama-c_20111001+nitrogen+dfsg-2.dsc
 441c3528455454ec58147771fc12a88c71147514b993305c6afc417f77a72c62 24933 
frama-c_20111001+nitrogen+dfsg-2.debian.tar.gz
 fb0bc1aaf04fb8f6e99c3c3ee9326a5a6e974bcc678c6335029a0587a3c86b13 3689578 
frama-c_20111001+nitrogen+dfsg-2_amd64.deb
 0b9ce8f9d782862244a18613f6958edc7c917393738f512cee406a4352853a2d 29687342 
frama-c-base_20111001+nitrogen+dfsg-2_amd64.deb
Files: 
 3ea3c95eb52f99e2f7484e526e3e45a2 1949 devel optional 
frama-c_20111001+nitrogen+dfsg-2.dsc
 77942d15d72ccb1bbbf8ef7fabd08ded 24933 devel optional 
frama-c_20111001+nitrogen+dfsg-2.debian.tar.gz
 2063e20951b4b6f387cafb7907225868 3689578 devel optional 
frama-c_20111001+nitrogen+dfsg-2_amd64.deb
 cf8277f6816cc9abde33401a5ff782a8 29687342 devel optional 
frama-c-base_20111001+nitrogen+dfsg-2_amd64.deb

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

iQEcBAEBAgAGBQJPAxG2AAoJEDe1GR0FRlJovjcH/21vfBJ3GWE6KkmOjO1s661k
ytHU9cKPE/9gE1y9wzCPqTQE5DrpwLfhuA54DaqpAKbsw22r7kKZHm274RcJ/HRT
PI0vzDRoI/8c1miPfx7cQ9q//w37Ouo0zM0L+b06pEPYiyTpkPuIJdm87ys01bX1
QmYX45Y4MCJOQso89AWCaiIXFr3SEk6mgVkdrPnwc45PmGUCISFeVWRHETHefrL4
WXhwqiiyWXVIvXRMVW3IqJfqkcNWlEw/rZnh1xV6CQ8ULYXwwkRYy5g3xJVCtPLc
JfyRDlSKzkVG18pb/99WL7erKE4bYlrJSRtaWldBzMEr7LDmfyaO/lImGKM8rWE=
=QJuR
-END PGP SIGNATURE-


Accepted:
frama-c-base_20111001+nitrogen+dfsg-2_amd64.deb
  to main/f/frama-c/frama-c-base_20111001+nitrogen+dfsg-2_amd64.deb
frama-c_20111001+nitrogen+dfsg-2.debian.tar.gz
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-2.debian.tar.gz
frama-c_20111001+nitrogen+dfsg-2.dsc
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-2.dsc
frama-c_20111001+nitrogen+dfsg-2_amd64.deb
  to main/f/frama-c/frama-c_20111001+nitrogen+dfsg-2_amd64.deb


-- 
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/e1ri5ty-00064p...@franck.debian.org



Accepted gdcm 2.0.19-1 (source amd64)

2012-01-03 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 14:13:03 +0100
Source: gdcm
Binary: libgdcm2.0 libgdcm-tools libgdcm2-dev libgdcm2.0-dbg libgdcm-cil 
libgdcm-java python-gdcm libvtkgdcm2.0 libvtkgdcm2-dev libvtkgdcm-cil 
libvtkgdcm-java python-vtkgdcm libvtkgdcm-tools
Architecture: source amd64
Version: 2.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-java - Grassroots DICOM Java bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.0 - Grassroots DICOM runtime libraries
 libgdcm2.0-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-java - Grassroots DICOM VTK Java bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.0 - Grassroots DICOM VTK runtime libraries
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Changes: 
 gdcm (2.0.19-1) unstable; urgency=low
 .
   * New upstream: 2.0.19
   * Adding back missing gdcm2pnm tools
Checksums-Sha1: 
 f48b4864a82a4d49b2e768534c9d18dba7f89ef2 2965 gdcm_2.0.19-1.dsc
 ffbf5c1d040ec12d34fd7a7576633dfe0a1ff7b3 5262826 gdcm_2.0.19.orig.tar.gz
 2acfdabf1ffae007d55851604f73b3009943722e 14995 gdcm_2.0.19-1.debian.tar.gz
 e16abf2d4fe2a7a53ce49360c17f2c1bfadee262 1691016 libgdcm2.0_2.0.19-1_amd64.deb
 e0eb6879b7d88208b82a510ad141db99e00ac0aa 251752 
libgdcm-tools_2.0.19-1_amd64.deb
 6a63d4ef056165741ce13be605b9f9194f7b1e9a 309944 libgdcm2-dev_2.0.19-1_amd64.deb
 2838758a9aab3da4770f8273bc2b9a1371a0ad99 13696974 
libgdcm2.0-dbg_2.0.19-1_amd64.deb
 aa206f25f6f5846a1a681325500c697ecb49301c 283820 libgdcm-cil_2.0.19-1_amd64.deb
 89ccf2cd2f5f228aae328949e7dafc47bc146767 448086 libgdcm-java_2.0.19-1_amd64.deb
 b2a980896e988d56ee1040944bc332c19a57ef47 533844 python-gdcm_2.0.19-1_amd64.deb
 c2a0df5f12602483524c2b2170cca76db35149d3 219836 
libvtkgdcm2.0_2.0.19-1_amd64.deb
 8ec89178cdcb9dd1c0b375eba8968fa9c9923184 27654 
libvtkgdcm2-dev_2.0.19-1_amd64.deb
 f727b3dabfa54ea30069ec68b3b71997ae8b9166 116350 
libvtkgdcm-cil_2.0.19-1_amd64.deb
 b35477c005ba7869c4a287394db646c6bf057507 39432 
libvtkgdcm-java_2.0.19-1_amd64.deb
 ffe5d34206091eb7204f41bff394234a71bf8da9 70672 
python-vtkgdcm_2.0.19-1_amd64.deb
 fa9fa6adee0e0c78db9c96312b5d09bbcad4f080 45360 
libvtkgdcm-tools_2.0.19-1_amd64.deb
Checksums-Sha256: 
 aea2c4a3adc9b8d6a65ff70054cb6a06ec11886c95629e6d87bb31bc983d6dc3 2965 
gdcm_2.0.19-1.dsc
 946eeb12a75001ad978b6833469a0424cc55d82cc4076384d437781169dd780b 5262826 
gdcm_2.0.19.orig.tar.gz
 5d0486551e2b2e21741c652b6f50afd17631ff2fa126929c96ad2b608a12b774 14995 
gdcm_2.0.19-1.debian.tar.gz
 cecbc5e8bc4f9cf472bc7135dc96a43ceeb5e705c9772074fc4752b8c2c6be3d 1691016 
libgdcm2.0_2.0.19-1_amd64.deb
 24bf7a40c8d5e3e66dc7f56542a8ee3a1cd37cd96557af9a689c067d106edf4b 251752 
libgdcm-tools_2.0.19-1_amd64.deb
 e7b825d985713a8e177b45004f2072389289eb058e926488f3ad269a1e3c45cc 309944 
libgdcm2-dev_2.0.19-1_amd64.deb
 d9e6715cecbe43ba9ebbd375eeaab1f5899cdbda5b397f52a424bb05a007bcdf 13696974 
libgdcm2.0-dbg_2.0.19-1_amd64.deb
 9bcd05e9a740231edc532824798a2bbcd23db1173e257915b65e82a6073f985d 283820 
libgdcm-cil_2.0.19-1_amd64.deb
 19256411a8f1ef69edc7c1098336b1d60b173814f56b82d464d0414b804bb038 448086 
libgdcm-java_2.0.19-1_amd64.deb
 3a3bffe36b6673cfa3be90348803764195fed8de2d4afc3b75bf48e08627559a 533844 
python-gdcm_2.0.19-1_amd64.deb
 9402d2e4e798c80ad8e66bad6bd743e101cc38903dcd98894ec81f54cef44c28 219836 
libvtkgdcm2.0_2.0.19-1_amd64.deb
 0979995eb15dd8e214f1cc700af9dbb898938939473d1aa77184e577dac6adf2 27654 
libvtkgdcm2-dev_2.0.19-1_amd64.deb
 9608d43851425fcbc0ef26b802969c6eba66d4d4afd5ccffdfe2d6b2d1b036f1 116350 
libvtkgdcm-cil_2.0.19-1_amd64.deb
 3e0d05aebffe22405fbc62fdc8633c9468fb5c8f3aeefcb88e55565291f6923f 39432 
libvtkgdcm-java_2.0.19-1_amd64.deb
 a3b5e40f17e115cbc8d17843d25188cfe16e7459880cc8f6f417b25d8aecb3c5 70672 
python-vtkgdcm_2.0.19-1_amd64.deb
 4e50bff19e5782b4afc2888312acdecf3747e428d99f7e9354528255384c05cb 45360 
libvtkgdcm-tools_2.0.19-1_amd64.deb
Files: 
 7008bf804020504e9eed0c677f510224 2965 libs optional gdcm_2.0.19-1.dsc
 08adf91f5f799a07b640ee30ad6d6731 5262826 libs optional gdcm_2.0.19.orig.tar.gz
 73369868b046afd9df3b7a7dcea6faf0 14995 libs optional 
gdcm_2.0.19-1.debian.tar.gz
 f0bb0a1f082ab8947757247ef8acbd1c 1691016 libs optional 
libgdcm2.0_2.0.19-1_amd64.deb
 a4190fed21ff8c0ffdbbb2bb0f8a839d 251752 utils optional 
libgdcm-tools_2.0.19-1_amd64.deb
 0c7909e19b057df9986c8054da0c4408 309944 libdevel optional 
libgdcm2-dev_2.0.19-1_amd64.deb
 03cb9bf185221fdd441c989974f7249d 13696974 debug extra 
libgdcm2.0-dbg_2.0.19-1_amd64.deb
 

Accepted gnome-shell-timer 0.0.20120103+gitc7b8d8f-1 (source all)

2012-01-03 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 15:09:57 +0100
Source: gnome-shell-timer
Binary: gnome-shell-timer
Architecture: source all
Version: 0.0.20120103+gitc7b8d8f-1
Distribution: unstable
Urgency: low
Maintainer: Raphaël Hertzog hert...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 gnome-shell-timer - GNOME Shell extension providing a countdown timer in the 
top pane
Changes: 
 gnome-shell-timer (0.0.20120103+gitc7b8d8f-1) unstable; urgency=low
 .
   * New upstream release.
   * Release to unstable.
Checksums-Sha1: 
 b079b3231b0a41287d7a26fc8cd775e93708e019 2126 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.dsc
 1d0d397ec1518da678d90d198502352c4fccd3b3 26888 
gnome-shell-timer_0.0.20120103+gitc7b8d8f.orig.tar.gz
 d755e367a4987fa7daf0463d6129445a1cfe533d 2290 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.debian.tar.gz
 49fea9b835afcfa08ddb3784b1c7aa1847b03d3b 16792 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1_all.deb
Checksums-Sha256: 
 3d3b7530d647590d427613c5ba5db0087bce85e37cf5f0de68fbd023d0288483 2126 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.dsc
 57dc8781576117da614066b67d453b043864bb85cfce6596ff06ae957b96cfbe 26888 
gnome-shell-timer_0.0.20120103+gitc7b8d8f.orig.tar.gz
 65851f2dc272e2cde47f912f341dd74fb683592fff0cea99dbc0417800999a94 2290 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.debian.tar.gz
 c099785b8c791c1ccfccb8f5f84aba4617e1883af0fa3ad8f54b8b5411d33398 16792 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1_all.deb
Files: 
 e6ef4e116ddc2c8a062948fe19c3f95f 2126 gnome extra 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.dsc
 7550beb30e9874efe224830a05eb1498 26888 gnome extra 
gnome-shell-timer_0.0.20120103+gitc7b8d8f.orig.tar.gz
 dbea03c9c96ed989c8783a4a83425b08 2290 gnome extra 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.debian.tar.gz
 3940642bb111f81680d14fcad72cc045 16792 gnome extra 
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1_all.deb

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

iQIcBAEBCAAGBQJPAw0FAAoJEOYZBF3yrHKapncQAIv0pcuwrOfA0KxDSiepMtwV
emVOMNpNkoXeE0gcg/Emw/kFhlvtWtqS/rq04NMADV/Y/e9wuFfor5f9EDzE3etC
W7cewtyeFlC+kcHKPxXN79cPpdd0tnePI+McKocy4Zo6HDn/if4IqayqQ9PfEAVS
wgEx0OQc7kEMzHDdNNrIpWnaon23+6wlKHxGMiaQE3TCIExDM6TQsvowig6qa9rN
jNdSP7CrrOsoIOc+rU9K4gF3S8iQqRdQ+fP6JhOrxOvFID1TMRWqlirAfxUOlKCG
m5hN3lngYZDlbHcvp3XO9pPex6y9krUA8d/lcetUpyZDOfcbsRP8Yd6i4QMKpMf5
Z4GFVssBFy1YrNWrcrIv/ZqFe+D+tC6BSoJ5+i4KYIQB45W0l0iYD7F5UfrG0WPH
sNk0ImUuAaJBz0SBzycbvuIlXJ4nBRY97c0kpuMt9rGRTA9qIX4VKvRHI2mBNqqe
w0vGKD22mxIbuEfHCOESOiDPUdXIT2Vyxu6+AnE3G3mmWyl9+LWVBOqGZ6klLOQC
Tsaq4DdXl7euF2v+ak8C0Ots6yPBw66gb8Q+Qeq92PKV07G+fdemPMCJqVxT/ALX
obBzTkCeqF74FAZ+0tGnb6UefjUtyymYpZcNKRSjGuQ4JX1L/t5I+4j1XyVTTD7f
vt/YIy5FhX46Ib0PRTqY
=BAPQ
-END PGP SIGNATURE-


Accepted:
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.debian.tar.gz
  to 
main/g/gnome-shell-timer/gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.debian.tar.gz
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.dsc
  to main/g/gnome-shell-timer/gnome-shell-timer_0.0.20120103+gitc7b8d8f-1.dsc
gnome-shell-timer_0.0.20120103+gitc7b8d8f-1_all.deb
  to 
main/g/gnome-shell-timer/gnome-shell-timer_0.0.20120103+gitc7b8d8f-1_all.deb
gnome-shell-timer_0.0.20120103+gitc7b8d8f.orig.tar.gz
  to 
main/g/gnome-shell-timer/gnome-shell-timer_0.0.20120103+gitc7b8d8f.orig.tar.gz


-- 
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/e1ri5uf-0006x5...@franck.debian.org



Accepted mtpaint 3.40-1 (source amd64)

2012-01-03 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jan 2012 18:37:03 +0100
Source: mtpaint
Binary: mtpaint
Architecture: source amd64
Version: 3.40-1
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib muam...@debian.org
Changed-By: Muammar El Khatib muam...@debian.org
Description: 
 mtpaint- painting program to create pixel art and manipulate digital photo
Closes: 649821
Changes: 
 mtpaint (3.40-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Build-Depends on libpng-dev instead of libpng12-dev. (Closes: #649821)
Checksums-Sha1: 
 766f02c21b1549840abdc5a5b2f23e4317a4f146 1181 mtpaint_3.40-1.dsc
 b742324ac38fcd9d468de4c07e706b5760a55614 925232 mtpaint_3.40.orig.tar.gz
 88b714dad27969110f6dcd6a8711262bd2639d45 361882 mtpaint_3.40-1.debian.tar.gz
 ce9a7cbbce4acb145ddaad176ca8efd7ca3779b8 726628 mtpaint_3.40-1_amd64.deb
Checksums-Sha256: 
 57106b33e45cfae26c608909b7223bcd879365acfc48a72d70b98032ef418042 1181 
mtpaint_3.40-1.dsc
 296139a3aa72930eec3e4ef47e0256a4c96b68ff678e9e220c5663ff635940d9 925232 
mtpaint_3.40.orig.tar.gz
 7832242cb359a36a876209caacc8507d332275c4a66306bcf640692887809552 361882 
mtpaint_3.40-1.debian.tar.gz
 50283d7f3fae5c4f7d9b0119accfca336a9ed32f16e08c16895d639413abbd19 726628 
mtpaint_3.40-1_amd64.deb
Files: 
 d5b7b95ea84b482633d30ec6c6aaf7f9 1181 graphics optional mtpaint_3.40-1.dsc
 3949442fbe11035b7d5542a505a7617a 925232 graphics optional 
mtpaint_3.40.orig.tar.gz
 a6ff336210429d3c57e75146ae4f2272 361882 graphics optional 
mtpaint_3.40-1.debian.tar.gz
 851d3b9c88e9f52832affb1f538f9e25 726628 graphics optional 
mtpaint_3.40-1_amd64.deb

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

iEYEARECAAYFAk8DERIACgkQMOtAOxJwKfE/HACfcDTfUrL88dypB30UwoOBYQTY
HX4AnRU4zi9E1BM/xaoEzS4gyhux2w1i
=o/w4
-END PGP SIGNATURE-


Accepted:
mtpaint_3.40-1.debian.tar.gz
  to main/m/mtpaint/mtpaint_3.40-1.debian.tar.gz
mtpaint_3.40-1.dsc
  to main/m/mtpaint/mtpaint_3.40-1.dsc
mtpaint_3.40-1_amd64.deb
  to main/m/mtpaint/mtpaint_3.40-1_amd64.deb
mtpaint_3.40.orig.tar.gz
  to main/m/mtpaint/mtpaint_3.40.orig.tar.gz


-- 
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/e1ri5ui-0006fy...@franck.debian.org



Accepted scanlogd 2.2.5-3 (source amd64)

2012-01-03 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 15:22:23 +0100
Source: scanlogd
Binary: scanlogd
Architecture: source amd64
Version: 2.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 scanlogd   - A portscan detecting tool
Closes: 654310
Changes: 
 scanlogd (2.2.5-3) unstable; urgency=low
 .
   * fix init.d script when /var/run is a tmpfs
 thanks to Mathias Bauer (closes: #654310)
Checksums-Sha1: 
 32602f7db3590e450e5fc42ba0db93b63f8c393f 1034 scanlogd_2.2.5-3.dsc
 09b9d87c5f8734e659d2104c8029c56a2801df9b 12656 scanlogd_2.2.5-3.diff.gz
 0d65fda41cec98d00b13af91ac84a7f1386699b5 20112 scanlogd_2.2.5-3_amd64.deb
Checksums-Sha256: 
 f913da2a640e65a3561089128eee1cdb0f3579ba1b41120bf19f8ed9f7972857 1034 
scanlogd_2.2.5-3.dsc
 772ad63a336dcf72a56cf90a8c9016359bdf63d35ff59e76921acff24eaba819 12656 
scanlogd_2.2.5-3.diff.gz
 a340d2746f98a4ae14e09b5af5c7c82db329bd5e5adf4363fb434931b94b414d 20112 
scanlogd_2.2.5-3_amd64.deb
Files: 
 be3780bd675071970fd5758ca7b70af2 1034 net optional scanlogd_2.2.5-3.dsc
 431229490dce59ff7dfe65b415245d82 12656 net optional scanlogd_2.2.5-3.diff.gz
 23a344c3f6a0e49b778a67845ef46ddd 20112 net optional scanlogd_2.2.5-3_amd64.deb

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

iEYEARECAAYFAk8DD9IACgkQliSD4VZixzTNKACfa5YQOUTXeZm8NuwEVedPSXbw
C3MAn0XltL6NJLMmbFHrDDc/919wyWJI
=UUt1
-END PGP SIGNATURE-


Accepted:
scanlogd_2.2.5-3.diff.gz
  to main/s/scanlogd/scanlogd_2.2.5-3.diff.gz
scanlogd_2.2.5-3.dsc
  to main/s/scanlogd/scanlogd_2.2.5-3.dsc
scanlogd_2.2.5-3_amd64.deb
  to main/s/scanlogd/scanlogd_2.2.5-3_amd64.deb


-- 
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/e1ri5va-0006km...@franck.debian.org



Accepted tcc 0.9.25-11 (source amd64)

2012-01-03 Thread Thomas Preud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 15:53:32 +0100
Source: tcc
Binary: tcc libtcc-dev
Architecture: source amd64
Version: 0.9.25-11
Distribution: unstable
Urgency: medium
Maintainer: Aurélien GÉRÔME a...@debian.org
Changed-By: Thomas Preud'homme robo...@celest.fr
Description: 
 libtcc-dev - Fast library for dynamic code generation
 tcc- Small ANSI C compiler
Closes: 653941
Changes: 
 tcc (0.9.25-11) unstable; urgency=medium
 .
   * Change ELF interpreter from /lib/ld-linux-x86-64.so.2 — contrary to what
 announces previous entry — to /lib64/ld-linux-x86-64.so.2
 (Closes: #653941).
Checksums-Sha1: 
 d11c02b4e330177eb00f0f4a8bffbe178c647c45 1995 tcc_0.9.25-11.dsc
 e38d4b1e30a7a00662fa73c233811bfd7b33f6c2 37099 tcc_0.9.25-11.debian.tar.gz
 57830ede735ba9cf3afce92cad36630bb76004ee 135430 tcc_0.9.25-11_amd64.deb
 1618e449d0067cdee6fec97a5015df3d458d4fc5 100266 libtcc-dev_0.9.25-11_amd64.deb
Checksums-Sha256: 
 1c56c6cf5811d36c4337f694ab468b62605c07dfef91c2f9e405320605ed9957 1995 
tcc_0.9.25-11.dsc
 82ec6c56848126553d747ef688bb9746771102d81fe6e44556064d844a02b3ad 37099 
tcc_0.9.25-11.debian.tar.gz
 cd12cce55a0503f4cb9673ffca301eb1110ca03edb5f88d2202ce875c75135a5 135430 
tcc_0.9.25-11_amd64.deb
 64e4a12f5dddad75ff629d4c7ff488c7a0f7227e5ba7cd90e0697a3517ba3af3 100266 
libtcc-dev_0.9.25-11_amd64.deb
Files: 
 bd1e0e95ca2135eef13ec4a88bcfe134 1995 devel optional tcc_0.9.25-11.dsc
 39fe02bbbab15fe99d83ee4796706c14 37099 devel optional 
tcc_0.9.25-11.debian.tar.gz
 0db73223b343793782beb2394bf84970 135430 devel optional tcc_0.9.25-11_amd64.deb
 a01389ffeb1ea6aac7fee2027e30c5e4 100266 libdevel optional 
libtcc-dev_0.9.25-11_amd64.deb

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

iQIcBAEBAgAGBQJPAxmLAAoJENADhS+9UlKeZsYP/1ayREp+7UZUjW9wfTVCKK9N
flSkOGT7U5ZPVXY/IGV+SCHVXPAPb9mDHaV4upO7VSesO1sSPMfUutmLfyMhE6ZD
rFhCQVhn1L3WXwLlbuPRs+v8CGnTkOgeZU6/jtLPqzcvpIBr3ZHc8DQVnNGafTed
QZXUvehJWnEdMXS5fSmFpApHSTsOsdC80BwYunM5FDu0JmujfAgSMPNvklNcDajJ
EtLffKRk65QvB8r+AR48r4JE/2dqeHXB3v34WTr1qusgMHfAiAnc6QFMlGjjGTVD
EjSyoK4v0MSpNO1g0o7h3Y6S6cwIpdkclFtmL7MnWWRPCqBwMQLB1FRy3ZeJtKTU
zgQNDKdUOj2GU63cueNvkCMv/NlUAaRt2T4RhdSmvOLK8OIvr3HRVjs9MhC/wP3H
suCKWf0xWXwT4YBxRLV6h9g9bPkbGpr/qsvhNjn6Xkkb4Xmn/f74R6PwyP6YuSSP
/odvk+ZtM3VXMpU9LgBQkgi9svmHmNfu5tnNkBAUMaUL1xhCDYChpiU/+yMl3mBn
+TuuWZ+sz1XBCASwsS17Avhtkl5Kzp+1PcfteSqkDoFMKZn5478aH4gfvuQz8DvO
R4dnRfvlUax484dp9Re4juCTnsmjXgSEqqRCGapSN+g7rJizYqYhq93HeF/Ygk5S
lNUDVRxEEselJVA3f3EH
=nTVj
-END PGP SIGNATURE-


Accepted:
libtcc-dev_0.9.25-11_amd64.deb
  to main/t/tcc/libtcc-dev_0.9.25-11_amd64.deb
tcc_0.9.25-11.debian.tar.gz
  to main/t/tcc/tcc_0.9.25-11.debian.tar.gz
tcc_0.9.25-11.dsc
  to main/t/tcc/tcc_0.9.25-11.dsc
tcc_0.9.25-11_amd64.deb
  to main/t/tcc/tcc_0.9.25-11_amd64.deb


-- 
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/e1ri67u-0008cm...@franck.debian.org



Accepted nvidia-graphics-drivers 295.09-1 (source i386 amd64)

2012-01-03 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 16:02:43 +0100
Source: nvidia-graphics-drivers
Binary: nvidia-glx xserver-xorg-video-nvidia nvidia-glx-ia32 libgl1-nvidia-glx 
libgl1-nvidia-glx-ia32 nvidia-alternative nvidia-kernel-dkms 
nvidia-kernel-source nvidia-vdpau-driver nvidia-vdpau-driver-ia32 nvidia-smi 
libcuda1 libcuda1-ia32 libnvidia-compiler libnvidia-compiler-ia32 libnvcuvid1 
libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd nvidia-opencl-icd-ia32 
nvidia-libopencl1 nvidia-libopencl1-ia32 libgl1-nvidia-alternatives 
libgl1-nvidia-alternatives-ia32 libglx-nvidia-alternatives nvidia-detect
Architecture: amd64 i386 source
Version: 295.09-1
Distribution: experimental
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann deb...@abeckmann.de
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-ia32 - NVIDIA CUDA runtime library (32-bit)
 libgl1-nvidia-alternatives - transition libGL.so* diversions to 
glx-alternative-nvidia
 libgl1-nvidia-alternatives-ia32 - simplifies replacing MESA libGL with GPU 
vendor libraries (32-bit
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libgl1-nvidia-glx-ia32 - NVIDIA binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 libglx-nvidia-alternatives - transition libgl.so diversions to 
glx-alternative-nvidia
 libnvcuvid1 - NVIDIA CUDA nvcuvid runtime library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-compiler-ia32 - NVIDIA runtime compiler library (32-bit)
 libnvidia-ml1 - NVIDIA management library (NVML) runtime library
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-glx - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-glx-ia32 - NVIDIA 32-bit libraries${nvidia:LegacyDesc} (transitional 
package
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL library
 nvidia-libopencl1-ia32 - NVIDIA OpenCL 32-bit library
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL ICD
 nvidia-opencl-icd-ia32 - NVIDIA OpenCL ICD (32-bit)
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - NVIDIA vdpau driver
 nvidia-vdpau-driver-ia32 - NVIDIA vdpau 32-bit driver
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
Changes: 
 nvidia-graphics-drivers (295.09-1) experimental; urgency=low
 .
   * New upstream beta 295.09 (2011-12-27).
 - Fixed an OpenGL bug where using display lists on Fermi-based GPUs
   could result in missing rendering in some cases.
 - Fixed an OpenGL bug that caused incorrect rendering when using
   framebuffer objects to render to 16-bit color textures with
   alpha.
 - Added support for the following GPU: Tesla X2090.
 - Fixed two bugs that caused sporadic application crashes in some multi-
   threaded OpenGL applications.
 - Fixed a bug that caused creating OpenGL 4.2 contexts
   with glXCreateContextAttribsARB to fail.
 - Fixed a bug that caused OpenGL to print
 Xlib:  extension NV-GLX missing on display :0.
   when used with a non-NVIDIA implementation of the GLX X extension.
 - Implemented color depth 30 (10 bits per component) support for GeForce 8
   series and higher GPUs.
 - Implemented support for constraining cursors to the visible regions of
   connected displays; see the ConstrainCursor X Option in the README for
   details.
   * Upload to experimental.
   * Refresh use-nv-kernel.o.ARCH.patch.
   * Update symbols control files.
   * Update nv-readme.ids.
   * Update lintian overrides.
   * nvidia-detect: Add IDs for the 275.xx package in squeeze-backports and
 suggest the backported package for newer GPUs that don't work in squeeze.
   * Fix debian/module/debian/kernel-version to report the correct version for
 using in the package name.  Try $KSRC/include/generated/utsrelease.h
 before $KSRC/include/config/kernel.release (which has changed in 3.1).
Checksums-Sha1: 
 d83aa7dd303b089083321206baa3a8e7fab36482 3945 
nvidia-graphics-drivers_295.09-1.dsc
 fdf5b057dec3aff2d90dfb4d3f0c7c604126325f 89971729 
nvidia-graphics-drivers_295.09.orig.tar.gz
 119e9a1c2e815f7ccf2f44c4cbb82643d599d3ff 95082 
nvidia-graphics-drivers_295.09-1.debian.tar.gz
 2fc68f3272dc7eed5dd587a5a1bb961b99e65143 339850 nvidia-glx_295.09-1_amd64.deb
 132e7875b334966a37f68ca0e166759f128b820f 4464916 
xserver-xorg-video-nvidia_295.09-1_amd64.deb
 64a7ddb48a4a6bd36275269c48632ac02bbe9cb9 72258 
nvidia-glx-ia32_295.09-1_amd64.deb
 f5ba993199c3fe9dcffa00b8c7180e652bd0c162 9339758 
libgl1-nvidia-glx_295.09-1_amd64.deb
 0eacbbb3f162961492f240ec8ed13f485f8b31dc 8459414 
libgl1-nvidia-glx-ia32_295.09-1_amd64.deb
 242a9c963b2cd62cfc0030f77de81f867f2343aa 73148 

Accepted poldi 0.4.1-2.1 (source amd64)

2012-01-03 Thread Steve McIntyre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 14:57:20 +
Source: poldi
Binary: libpam-poldi
Architecture: source amd64
Version: 0.4.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner nome...@debian.org
Changed-By: Steve McIntyre steve.mcint...@linaro.org
Description: 
 libpam-poldi - PAM module allowing authentication using a OpenPGP smartcard
Closes: 556068
Changes: 
 poldi (0.4.1-2.1) unstable; urgency=low
 .
   * NMU
   * Add -lgpg-error when linking tests, to fix FTBFS. Closes: #556068.
   * Lintian-inspired cleanups:
 + Update debhelper compat level from 4 to 8
 + Add simple initial build-arch and build-indep rules
 + Update Standards-Version
 + Move from dh_clean -k to dh_prep
 + Add versioned debhelper dep on version 8+
 + Add depends on dpkg (= 1.15.4) | install-info
 + Remove .../info/dir.gz
Checksums-Sha1: 
 85a6d348845b82e5d712384471bf70610cc19c95 1805 poldi_0.4.1-2.1.dsc
 ed45a7ff8507bfe0404f0840bab7b292fd915dbc 7763 poldi_0.4.1-2.1.diff.gz
 dc0166f4f7b92c3f740c1893bb4071c8ddce4302 106586 
libpam-poldi_0.4.1-2.1_amd64.deb
Checksums-Sha256: 
 a244d9d3d9337d2315a1f173dc109b3f717b0a3fcfbd196e62439024a1fd361d 1805 
poldi_0.4.1-2.1.dsc
 b6c612a99442b43e8e2678e4beb67926a20b54cb8fbcfeacd9d84ed92840be19 7763 
poldi_0.4.1-2.1.diff.gz
 71fed7180e45d7c4ae68e41dbb079d51a8bbb8b92b9dbe365c95abe757ac8488 106586 
libpam-poldi_0.4.1-2.1_amd64.deb
Files: 
 2d1fb853308c0684b21d004b653b7cde 1805 admin extra poldi_0.4.1-2.1.dsc
 9c645fbaca423115208f2e4656aee9ac 7763 admin extra poldi_0.4.1-2.1.diff.gz
 52efd1e0e9d5c444d43cb64dccea52b3 106586 admin extra 
libpam-poldi_0.4.1-2.1_amd64.deb

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

iQIcBAEBCAAGBQJPAx0SAAoJEFh5eVc0QmhO28YP/RUa7FKhzdmNSDt13uDVxyJI
WxquEAuecRNuW9WkeUiEdDgGWc35zYJbkkJx087GtW2srb7fecqVihBeRn2xzIiw
hDc9wayAlMdyVSJG23EfZ4ac7LXBVYocaUOjwSv4bDAJas2xp8Rz5hRwc3gnNJP1
gzv4KoOZUlj6F79AxmxmSYaQ+Omn/Ek+D8vJlGrT+DMzPcLMUNkwCEgMPLYMGV3A
YDvWMlk4+1wGp5b/HZahLnA8PFmY2cqauym1QyR1A5ik5fG1t/qv+1qk1Xc+PuxU
JelUoO8PDfWLL0eqXJBdlKUL+3V8emD+aZxPfrCwEapNPQ7HA09im7clpmMeD8tz
EDkuZn2g3ADg7UnFT8zaIG49A0ZlI2xW9wh0t6JVyvLE9dvPpd7XDRdYO14YYGEy
iFoPrQNHqwI73nhCL8gaeNTdfz6QaDOLU+rZ+ODyR1OMaMIkOfNEwspUgQa8Vm2n
rDvoxOLGTP1H/R1AI3eOsBnlF+VU2jZYdCEmrKWIenXfWLVAvxe2P3DHZruR13uS
Uyr2uUIlyjTNHL2ivQ27q7yKBg1Sel31p8gvere4z1b43aWrbWav1lmuewhD9SlE
J7+gXA03FFA+I28JO4dQTtxBhhnNo47uUqfIfk1Xo4FwilwB9yHx7pZZtabrdMA8
dDzBNhuYqnhAHQlZFEAN
=/xY1
-END PGP SIGNATURE-


Accepted:
libpam-poldi_0.4.1-2.1_amd64.deb
  to main/p/poldi/libpam-poldi_0.4.1-2.1_amd64.deb
poldi_0.4.1-2.1.diff.gz
  to main/p/poldi/poldi_0.4.1-2.1.diff.gz
poldi_0.4.1-2.1.dsc
  to main/p/poldi/poldi_0.4.1-2.1.dsc


-- 
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/e1ri6pj-000384...@franck.debian.org



Accepted why 2.30+dfsg-1 (source all amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jan 2012 15:39:47 +0100
Source: why
Binary: why why-examples libwhy-coq
Architecture: source amd64 all
Version: 2.30+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 libwhy-coq - Why library for Coq
 why- Software verification tool
 why-examples - Examples of programs certified with Why
Changes: 
 why (2.30+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Update patches:
 - Rebase and update existing patches
 - add 0004-Default-to-why2-for-jessie-atp.patch
 - add 0005-Fix-Jc_annot_inference-use-old_reg_pos.patch
   * Add (back) Build-Depends on coq-float.
   * Bump build requirement for frama-c to 20111001+nitrogen+dfsg-1~.
   * Bump Standards-Version to 3.9.2, no changes needed.
   * Fix description-synopsis-starts-with-article in why's description.
   * Fix copyright-refers-to-deprecated-bsd-license-file
   * Fix spelling-error-in-binary
   * Mark Coq 8.3pl3 as compatible with current Why
Checksums-Sha1: 
 575d6c0c84602b8234c1dcbacc0b0c14f2963b1d 1968 why_2.30+dfsg-1.dsc
 c8e904df22d1681bbcbd0ca886f525dc205a1bf2 3233685 why_2.30+dfsg.orig.tar.gz
 0a3b777f3ae667eff0a6e6ea7b175cbd1b54f98e 10756 why_2.30+dfsg-1.debian.tar.gz
 36edf178e05a9368c6dc271c6a4bbb72f1b8173e 8114314 why_2.30+dfsg-1_amd64.deb
 58575aa1d45e87546559a630a6e74282f08e0e29 194140 
why-examples_2.30+dfsg-1_all.deb
 4c5421aad0d2ecafb076f2956692c68b789fbc33 416912 libwhy-coq_2.30+dfsg-1_all.deb
Checksums-Sha256: 
 876c38ef2aa8815c958946c0981b89b0ca4879db4e210fa44b5f95e8bc339823 1968 
why_2.30+dfsg-1.dsc
 51c91ead51875b0336d352eecd6b306a8f2c96414d59ec7f23b9f711b079cb90 3233685 
why_2.30+dfsg.orig.tar.gz
 743df22dbde89c2abc4169526d0f1fe3cf15fb15fdc46898a3d94ce6fae71a50 10756 
why_2.30+dfsg-1.debian.tar.gz
 3f729cd3acf67c260503ec39fe1e7f7069e0517d864189e1be9f2bdafee221d5 8114314 
why_2.30+dfsg-1_amd64.deb
 e5c93bc153c3a24f8664b7c12d3b195a7c084e19dad45620869fe02d5dcbcc1d 194140 
why-examples_2.30+dfsg-1_all.deb
 3f628107875e886477c534a5e5eedb013efaa5d1505e1b5790710f7aec270f64 416912 
libwhy-coq_2.30+dfsg-1_all.deb
Files: 
 56ba33b5e3070ff1198d083639bb96e8 1968 math optional why_2.30+dfsg-1.dsc
 8e8c6a4c203ed4827cda0e2c8137a6da 3233685 math optional 
why_2.30+dfsg.orig.tar.gz
 fe48007b5ff2113a18755889f812ee37 10756 math optional 
why_2.30+dfsg-1.debian.tar.gz
 48660a47ec2beabf96b4dbc1cf6e4a3d 8114314 math optional 
why_2.30+dfsg-1_amd64.deb
 61b597f253ff776cd502da38df820331 194140 doc optional 
why-examples_2.30+dfsg-1_all.deb
 d84b4b8c52480a0603dff22ac8965de3 416912 libdevel optional 
libwhy-coq_2.30+dfsg-1_all.deb

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

iQEcBAEBAgAGBQJPAx9HAAoJEDe1GR0FRlJoZHYH+QFCKgOsiYKIIk37cMfvX2AJ
g/VLp4IDN4gQCYdNXKUg8GhLTQ3fKJTJ8w7FVDdL7vqg1RgC/2axmC9VuziJC4Gr
YVGA+0qv3m/jZDEBP2wUlpHnpdh+jve1lcYE3MuvC2lHzXszxNJJlGVgzFzQfEMt
iNiFGPEQz7FbXavcoPKu1p099SmxXfmkD4JmHDF/PYLp1V79s3Ow3trehmP/ze9m
mv3SYWaLI6XwIeZLwQjLMjfKrxIf12hYaMTW+08X2oLAWRncgiUwYYcuADE2hxfI
j57dAM3sK4YK7uMvloXNfoA7tx5A7EG33fTP1XUilWmPECCOvyjlCZ/uJLiwia8=
=ESs3
-END PGP SIGNATURE-


Accepted:
libwhy-coq_2.30+dfsg-1_all.deb
  to main/w/why/libwhy-coq_2.30+dfsg-1_all.deb
why-examples_2.30+dfsg-1_all.deb
  to main/w/why/why-examples_2.30+dfsg-1_all.deb
why_2.30+dfsg-1.debian.tar.gz
  to main/w/why/why_2.30+dfsg-1.debian.tar.gz
why_2.30+dfsg-1.dsc
  to main/w/why/why_2.30+dfsg-1.dsc
why_2.30+dfsg-1_amd64.deb
  to main/w/why/why_2.30+dfsg-1_amd64.deb
why_2.30+dfsg.orig.tar.gz
  to main/w/why/why_2.30+dfsg.orig.tar.gz


-- 
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/e1ri6du-0005ef...@franck.debian.org



Accepted git 1:1.7.8.2-1 (source all)

2012-01-03 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 29 Dec 2011 01:30:43 -0600
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-email 
git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: all source
Version: 1:1.7.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 git- fast, scalable, distributed revision control system
 git-all- fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-el - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-man- fast, scalable, distributed revision control system (manual pages
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git (1:1.7.8.2-1) unstable; urgency=low
 .
   * merge branch debian-experimental.
   * new upstream release.
Checksums-Sha1: 
 127c25554e1bac1180aac6bf15e8649049ccbd49 1911 git_1.7.8.2-1.dsc
 7187c1af96db0c181b801957d6e152ec7cd60ab6 3543890 git_1.7.8.2.orig.tar.gz
 048814ba8e71b5f425a06fba2a4af898097d0d07 476332 git_1.7.8.2-1.diff.gz
 a0e5894274de69362027e198003697822d51dedc 2212752 git-doc_1.7.8.2-1_all.deb
 bf80374ae52687888d55842a59693abd51f5fc1b 443068 git-arch_1.7.8.2-1_all.deb
 79737c43984064e3b867da97d0da0e11c723d221 513192 git-cvs_1.7.8.2-1_all.deb
 e4f4eeb7141aef8cd22af735c5f5c7569596fca5 500198 git-svn_1.7.8.2-1_all.deb
 eb98eb68905754c4815e2cf9075c0f467d677401 431278 
git-daemon-run_1.7.8.2-1_all.deb
 ce1a5ee2c0d3c1340e67df821180d4560b35ac4a 432564 
git-daemon-sysvinit_1.7.8.2-1_all.deb
 0a12755fc8c1215184013c8c477681b7ab6d7230 448132 git-email_1.7.8.2-1_all.deb
 6f15f304e30149a0039d9d1d7a0645b5341a7f98 706092 git-gui_1.7.8.2-1_all.deb
 6abdc92d0bb01de84626b9c76994931f3f49a9f5 553932 gitk_1.7.8.2-1_all.deb
 b2548db795030a763af73930296fa179ff3d47e1 433602 gitweb_1.7.8.2-1_all.deb
 91b9b160480959f0afe9f48e27ccedca85229c3d 429578 git-all_1.7.8.2-1_all.deb
 9bcb1c85e5adb1ccc06025dc35737d8b1d4aa749 1332 git-core_1.7.8.2-1_all.deb
 ae445bb01edb171ae17b63e2d012d7b512914366 452598 git-el_1.7.8.2-1_all.deb
 d799c41b74d0209d8368b97ebe0c46c344d82ad7 1034990 git-man_1.7.8.2-1_all.deb
Checksums-Sha256: 
 9e5d0f925a96fbbfdd66f9592464920b410eddb11a3c98ac222c082b50fcbb05 1911 
git_1.7.8.2-1.dsc
 2247f214fce3be72da3020947ce3fbfb7f6f9950a145897554e043cd63f9a3e3 3543890 
git_1.7.8.2.orig.tar.gz
 4b0c5d354c9b5761278aa2955cbcfb229da5e465c644d5bd427b64bb85889809 476332 
git_1.7.8.2-1.diff.gz
 fd7ed197ec3f89e45779d0d47310d0ad11ba47e4a2678e2ed6114bdc19f3118c 2212752 
git-doc_1.7.8.2-1_all.deb
 dc1b2b2cf050ee4647dbbbf4f58ac72c72ae00ea7696f5c06a52cf38f40e82f5 443068 
git-arch_1.7.8.2-1_all.deb
 3b9c64aef4fd8b3cae5bc66009650289f20476669ff71b7b71c0eb18d44b6950 513192 
git-cvs_1.7.8.2-1_all.deb
 84bf9af75fafbce4a24861f8354eb3acbc72559c9b7eb49ace7fa03ea4d7032c 500198 
git-svn_1.7.8.2-1_all.deb
 86ba772efaf7bc6ec27c0154c8ef31cb3e3f9e7e80aa2b1f9757895518ac6232 431278 
git-daemon-run_1.7.8.2-1_all.deb
 b9384943659b7cb16cffc45ce6f8414717dd745709c3fd5e61e6090ae69e0ead 432564 
git-daemon-sysvinit_1.7.8.2-1_all.deb
 15a5479dc6c1bd6dd0b05f1676310f453536f663d341d2f3a5f4bada95864cd4 448132 
git-email_1.7.8.2-1_all.deb
 cd7e342244a634ded18557b980357b00a321033442b6c6c6ad338ff5947d2f80 706092 
git-gui_1.7.8.2-1_all.deb
 2033a68103484df3dacf0beeceadec3ff7877daa79b29f961a5a0f83191e21da 553932 
gitk_1.7.8.2-1_all.deb
 e40fa97fc4ab6a8e728d2dbf945f5a598d0d75f03e01daa81bc8da9e78b13213 433602 
gitweb_1.7.8.2-1_all.deb
 4ecc361375a3e7f3cb47455c1032e0eecd94916749e2cf89fafb361439da89a0 429578 
git-all_1.7.8.2-1_all.deb
 f59919a96bc401b59fe7297b857dba6953c23be96ffed2113c5e2604efa5b657 1332 
git-core_1.7.8.2-1_all.deb
 f664086e797e27d8623c10c4f298d0166f97f0f2179073d1a6603285f9fde18a 452598 
git-el_1.7.8.2-1_all.deb
 0ce07429312323c7976cfe1a362a3feb62c9b26477249dc0feb27753d0cb134a 1034990 
git-man_1.7.8.2-1_all.deb
Files: 
 db6c99db6fafe30b45844df8af17f3f7 1911 vcs optional git_1.7.8.2-1.dsc
 f9def92c4afb708f69006da841502b80 3543890 vcs optional git_1.7.8.2.orig.tar.gz
 f8348a7ce6de8835249c6d026e0ce2d8 476332 vcs optional git_1.7.8.2-1.diff.gz
 

Accepted haskell-http-enumerator 0.7.2.2-1 (source all amd64)

2012-01-03 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 02 Jan 2012 19:51:56 -0500
Source: haskell-http-enumerator
Binary: libghc-http-enumerator-dev libghc-http-enumerator-prof 
libghc-http-enumerator-doc
Architecture: source all amd64
Version: 0.7.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-http-enumerator-dev - HTTP client package with enumerator interface and 
HTTPS support
 libghc-http-enumerator-doc - HTTP client package with enumerator interface and 
HTTPS support;
 libghc-http-enumerator-prof - HTTP client package with enumerator interface 
and HTTPS support;
Changes: 
 haskell-http-enumerator (0.7.2.2-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 fecf0daa23722f62761ab1ab92215674aa542532 4654 
haskell-http-enumerator_0.7.2.2-1.dsc
 7f87202796123efc33d4c77885714cc89a82cf11 14516 
haskell-http-enumerator_0.7.2.2.orig.tar.gz
 ea13fdb8dae066efaa77d62d8984cb2f7c6d327e 2730 
haskell-http-enumerator_0.7.2.2-1.debian.tar.gz
 7dca71f944625d5342225f978a5ab63906fdbcf4 64904 
libghc-http-enumerator-doc_0.7.2.2-1_all.deb
 6aba2c1c126c2989801474b6eab84faa5934a4c9 274402 
libghc-http-enumerator-dev_0.7.2.2-1_amd64.deb
 7b4d6fca319f9751cdd91e2c90206fd4bc06bbd2 280354 
libghc-http-enumerator-prof_0.7.2.2-1_amd64.deb
Checksums-Sha256: 
 ad2edebe9cb8d3edefaf35da94a052bdc94c3b75fb76e2b85bcca80827922a40 4654 
haskell-http-enumerator_0.7.2.2-1.dsc
 0e06d052ebd06de9afdf9583e9d77ad45f1ace573c6d467af3eb3e2d34971568 14516 
haskell-http-enumerator_0.7.2.2.orig.tar.gz
 5359766ea5111d6e668f647a71b7653b2fa579d76493fabc7c1e0d03efaa89d5 2730 
haskell-http-enumerator_0.7.2.2-1.debian.tar.gz
 d3987822a5f2a798089967de009aa4c348655d8ba33007477a7106783e2794c8 64904 
libghc-http-enumerator-doc_0.7.2.2-1_all.deb
 4fe1120e7e817c8c3f6d271da2ee7a4ba2e8d1cf7154da9b8c4482ae5ba45f4f 274402 
libghc-http-enumerator-dev_0.7.2.2-1_amd64.deb
 06b04259e63cb9d7a301c2123c729df60c7e558f507a26039bfab70f32f85ce3 280354 
libghc-http-enumerator-prof_0.7.2.2-1_amd64.deb
Files: 
 657267d30b74820828b7d2fc2e37984d 4654 haskell extra 
haskell-http-enumerator_0.7.2.2-1.dsc
 60f8cdde2528f6a8ab4478cba136fac1 14516 haskell extra 
haskell-http-enumerator_0.7.2.2.orig.tar.gz
 82f403528eaabcc7d74e61f9a1de3760 2730 haskell extra 
haskell-http-enumerator_0.7.2.2-1.debian.tar.gz
 dfc3a602e81aaff0901624b11b16abc4 64904 doc extra 
libghc-http-enumerator-doc_0.7.2.2-1_all.deb
 759a72f2a3e1d5ed352ff018591c5315 274402 haskell extra 
libghc-http-enumerator-dev_0.7.2.2-1_amd64.deb
 28eab1cb3e377ca07b509bd6e3ea876c 280354 haskell extra 
libghc-http-enumerator-prof_0.7.2.2-1_amd64.deb

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

iQIcBAEBCgAGBQJPAyMXAAoJEFWSMx4ZnTioBWkQAIlC10FyDzcWlSO36hdntxl8
u5KN1/CFqDT+6dLiugUueBaLx73cPHu2BzcIphmj/e74Y2CbLvKnEfNCEcmXf3JA
bsogQ0IGjApsTMMc87YDJ8XqLzD/1fD2wybK1RZTNq762La5gUgvollvlvvt9nyb
JqAb1pJrDjER2h7tDr0N+w5Xk8uwmPS60de1tEAw/5KvYzzUCvMMe1xa8xd++PJs
+IqKH2jj7OJoHNpEJR+P59a1JaN45HSDt0n2NnxveUKyfAf1qgD5gRdFKYgKWyHR
h+nxYJaM+TZh2bbJNadEZxQK5rgX44Sqhx2tQMurIAOp3pz2PoFG6+ZZ8o+S/szT
CeoATHqggreIsI6hiIpYqgQ16iO6lRatvFzMdqGYV0MUHsF4x5vrcdQ8/btsesTv
06RPEvrVJoVwneY2jT60wdd+JsMj/QwIAvonnSL/2dkw0ce5IyjWPdYWz9nDiWoD
nuB5zDHWNuigOOGPqI3qSzeKZd6MwK55oBn50y/xLAIrZpD0qbgOJzzU5K9RcnVU
rE0kwhaABoaIX/ol3xpry5F9P4aj7ILhdgLAmijMoIKzzdQ2AElWX/nEHQm1xaUS
GJ8mEAeoxuIvtMn+fsLLsPeciXg4FlxA+v2vKbtu5t0bqsmAbsyYoWbCo6EwQUCs
KZ45hDP1wvl0gaYkX8p7
=9OQQ
-END PGP SIGNATURE-


Accepted:
haskell-http-enumerator_0.7.2.2-1.debian.tar.gz
  to 
main/h/haskell-http-enumerator/haskell-http-enumerator_0.7.2.2-1.debian.tar.gz
haskell-http-enumerator_0.7.2.2-1.dsc
  to main/h/haskell-http-enumerator/haskell-http-enumerator_0.7.2.2-1.dsc
haskell-http-enumerator_0.7.2.2.orig.tar.gz
  to main/h/haskell-http-enumerator/haskell-http-enumerator_0.7.2.2.orig.tar.gz
libghc-http-enumerator-dev_0.7.2.2-1_amd64.deb
  to 
main/h/haskell-http-enumerator/libghc-http-enumerator-dev_0.7.2.2-1_amd64.deb
libghc-http-enumerator-doc_0.7.2.2-1_all.deb
  to main/h/haskell-http-enumerator/libghc-http-enumerator-doc_0.7.2.2-1_all.deb
libghc-http-enumerator-prof_0.7.2.2-1_amd64.deb
  to 
main/h/haskell-http-enumerator/libghc-http-enumerator-prof_0.7.2.2-1_amd64.deb


-- 
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/e1ri6qe-00087o...@franck.debian.org



Accepted jsonpipe 0.0.8-3 (source all)

2012-01-03 Thread Dominique Belhachemi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 10:39:47 -0500
Source: jsonpipe
Binary: python-jsonpipe
Architecture: source all
Version: 0.0.8-3
Distribution: unstable
Urgency: low
Maintainer: Dominique Belhachemi domi...@debian.org
Changed-By: Dominique Belhachemi domi...@debian.org
Description: 
 python-jsonpipe - Convert JSON to a UNIX-friendly line-based format
Closes: 653649
Changes: 
 jsonpipe (0.0.8-3) unstable; urgency=low
 .
   * debian/control: Added alternative dependency
 python (= 2.7) which includes argparse (Closes: #653649)
Checksums-Sha1: 
 506971e79d9994d856d3ccc301c28c1d3e16953b 1149 jsonpipe_0.0.8-3.dsc
 ada259dfe651b7d8297c93bc30c40fcd5f2a731d 2388 jsonpipe_0.0.8-3.debian.tar.gz
 95de00b43d336fbef966acf748fe0e723e3a7c6a 8466 python-jsonpipe_0.0.8-3_all.deb
Checksums-Sha256: 
 844189be4cc59bf0119d9fe6990bad3fed51b81b2907ec14094d8dde3e709367 1149 
jsonpipe_0.0.8-3.dsc
 c678e3d86c7a987048277f3e77b296c5f51ba2b1ebcd08ea8fca03a5260b9091 2388 
jsonpipe_0.0.8-3.debian.tar.gz
 6ed53f75da61e26517cff369947352e6425b9c7f409ff0044a6f9dcc43f340a0 8466 
python-jsonpipe_0.0.8-3_all.deb
Files: 
 a9c41651ed154b4db29c5359fa7b126e 1149 python optional jsonpipe_0.0.8-3.dsc
 2990efe422171dc13ca9f86ea66468d2 2388 python optional 
jsonpipe_0.0.8-3.debian.tar.gz
 dab0107ecc81c6a24f94fbc518cbd944 8466 python optional 
python-jsonpipe_0.0.8-3_all.deb

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

iEYEARECAAYFAk8DJEYACgkQGACh+LNRqQBLhACfZiUFY3Su6eA4/gMt6mcP4VHT
dGQAnjMRflToVG1nUajFikZOMoOZzBvi
=LEQ4
-END PGP SIGNATURE-


Accepted:
jsonpipe_0.0.8-3.debian.tar.gz
  to main/j/jsonpipe/jsonpipe_0.0.8-3.debian.tar.gz
jsonpipe_0.0.8-3.dsc
  to main/j/jsonpipe/jsonpipe_0.0.8-3.dsc
python-jsonpipe_0.0.8-3_all.deb
  to main/j/jsonpipe/python-jsonpipe_0.0.8-3_all.deb


-- 
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/e1ri6qo-00089x...@franck.debian.org



Accepted mauve 20120103-1 (source all)

2012-01-03 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 16:30:20 +0100
Source: mauve
Binary: mauve
Architecture: source all
Version: 20120103-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 mauve  - free test suite for the Java Class libraries
Changes: 
 mauve (20120103-1) unstable; urgency=low
 .
   * Update from CVS.
Checksums-Sha1: 
 9e63b9e6cb9b24d4fe56c99e95c9354f1b610c4f 1270 mauve_20120103-1.dsc
 225ef52bab4eacadabd96cd45d4f8995774047f2 2700742 mauve_20120103.orig.tar.gz
 15c3b60da7038d3cf82314ad3699a21f779fd4d7 3696 mauve_20120103-1.debian.tar.gz
 a93fbd8e83225ea018ba83351e2e6102874c9d95 2776164 mauve_20120103-1_all.deb
Checksums-Sha256: 
 2533f425911e6cd8f035ffbf7a90278a8ff78abea5a6334231d551dd2d77a187 1270 
mauve_20120103-1.dsc
 02f63bb8a7716895194d6944c41c021719fec3fd840c13a66cbcb24d6069adec 2700742 
mauve_20120103.orig.tar.gz
 3d9c413392d20becbbacfd32774bffa625688ffdab4c264e37e9edecaa234b9b 3696 
mauve_20120103-1.debian.tar.gz
 561db4bd28f13558dbdc37f67fe596f32134662844c38cce4e34249a42621e0b 2776164 
mauve_20120103-1_all.deb
Files: 
 616607b40a8263c0c3d7a52cf8e1cab9 1270 devel extra mauve_20120103-1.dsc
 9bcd4f45f3b72c247ad6288193c0effd 2700742 devel extra mauve_20120103.orig.tar.gz
 64d905c36282dc0dd90dbb3bfe879011 3696 devel extra 
mauve_20120103-1.debian.tar.gz
 2c53e96b09490712788a81feb9bbb34a 2776164 devel extra mauve_20120103-1_all.deb

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

iEYEARECAAYFAk8DIcQACgkQStlRaw+TLJxRzACfaW9rZFC42k/9RzioJWeTYC24
kJMAnRVfJ+DGWEYpjW7j0+jX/wvtDEgb
=JtUN
-END PGP SIGNATURE-


Accepted:
mauve_20120103-1.debian.tar.gz
  to main/m/mauve/mauve_20120103-1.debian.tar.gz
mauve_20120103-1.dsc
  to main/m/mauve/mauve_20120103-1.dsc
mauve_20120103-1_all.deb
  to main/m/mauve/mauve_20120103-1_all.deb
mauve_20120103.orig.tar.gz
  to main/m/mauve/mauve_20120103.orig.tar.gz


-- 
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/e1ri6rr-0008d6...@franck.debian.org



Accepted jags 3.2.0-1 (source i386)

2012-01-03 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 09:48:37 -0600
Source: jags
Binary: jags
Architecture: source i386
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 jags   - Just Another Gibbs Sampler for Bayesian MCMC simulation
Changes: 
 jags (3.2.0-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 48adde4b291f4397d78474277d37ded7e48e1c18 1233 jags_3.2.0-1.dsc
 020df50df98e066b261db77b061d8d8d354bf72b 1625178 jags_3.2.0.orig.tar.gz
 4dd477fb740168f827e290c37d196511d2a48733 2910 jags_3.2.0-1.diff.gz
 4891afc086c15614552d1fca427e000a68faef4f 1459192 jags_3.2.0-1_i386.deb
Checksums-Sha256: 
 43ffde4c77826e3fbd7d824ac2a9db4520def61acc5fa6ee96e80a676392a3c6 1233 
jags_3.2.0-1.dsc
 0c8060baf2b8d2e0687b23c190fa88bbbf0fbf0e66d53ef24832fd5c4a486dcf 1625178 
jags_3.2.0.orig.tar.gz
 4870dd5c52ca743c919526d3bc4f65095e2d009bacc78bfd6aa4c3cab8703be2 2910 
jags_3.2.0-1.diff.gz
 53e8049d6cf696be09f7937a5b7b1c66dd728c50dc2cbf3db45d2c9e336ed981 1459192 
jags_3.2.0-1_i386.deb
Files: 
 c1e01e930e396393fd42c200259f94aa 1233 math optional jags_3.2.0-1.dsc
 31b713864a43f1584f6741b9cb6f970b 1625178 math optional jags_3.2.0.orig.tar.gz
 aa1a3c7423389d5bf0cd0cb8ad842ae0 2910 math optional jags_3.2.0-1.diff.gz
 c73ece92316bcbb2aec9b8d9d07416a9 1459192 math optional jags_3.2.0-1_i386.deb

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

iD8DBQFPAyTFCZSR95Gw07cRAr2WAKCKRFndpTa38lcRfyibI5TuT9UpAgCbBEmV
F6wk/TA2yLlNiFo7IsHUW6M=
=TKV+
-END PGP SIGNATURE-


Accepted:
jags_3.2.0-1.diff.gz
  to main/j/jags/jags_3.2.0-1.diff.gz
jags_3.2.0-1.dsc
  to main/j/jags/jags_3.2.0-1.dsc
jags_3.2.0-1_i386.deb
  to main/j/jags/jags_3.2.0-1_i386.deb
jags_3.2.0.orig.tar.gz
  to main/j/jags/jags_3.2.0.orig.tar.gz


-- 
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/e1ri73v-wr...@franck.debian.org



Accepted python-distutils-extra 2.31-3 (source all)

2012-01-03 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 17:09:28 +0100
Source: python-distutils-extra
Binary: python-distutils-extra python3-distutils-extra
Architecture: source all
Version: 2.31-3
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 python-distutils-extra - enhancements to the Python build system
 python3-distutils-extra - enhancements to the Python3 build system
Changes: 
 python-distutils-extra (2.31-3) unstable; urgency=low
 .
   [ Michael Vogt ]
   * python-mkdebian: Update to use dh_python2, dh7 and a more current DEP-5
 format.
 .
   [ Martin Pitt ]
   * python-mkdebian: In above dh7 conversion, use the translations module if
 available (for Ubuntu's dh-translations).
Checksums-Sha1: 
 73b20583a7d4ec457fadd1100a75dce9f29b259b 2326 python-distutils-extra_2.31-3.dsc
 aafda01640cea9b583c95780c7ba9efd27cc5d5a 15113 
python-distutils-extra_2.31-3.debian.tar.gz
 1f89ef34df1b684ce4ed80f2f16720661df4c73a 31538 
python-distutils-extra_2.31-3_all.deb
 84474982ed0cbbeab1b5442ce912827537cd5c51 23266 
python3-distutils-extra_2.31-3_all.deb
Checksums-Sha256: 
 0832e71395c937bc8936b07a54d31c6cd7bf77f114d182232b7a73a40bf407a3 2326 
python-distutils-extra_2.31-3.dsc
 059cdd0f986005174eba6a8d54ab23352832f5fd9c5970ccb5b668fe909304af 15113 
python-distutils-extra_2.31-3.debian.tar.gz
 dfd95fcb3d4aa0a5af1510498ca334b61785f90506939c5bdb77007ec4781bd5 31538 
python-distutils-extra_2.31-3_all.deb
 0fa9875e9caa10d3cd62539fec601c8d7d93d71f6098641ff2faa572baaff596 23266 
python3-distutils-extra_2.31-3_all.deb
Files: 
 30e7e9383098c8fe24b2ae8b09042a59 2326 python optional 
python-distutils-extra_2.31-3.dsc
 0db2d0a6cf230411d25967ec607ca5d0 15113 python optional 
python-distutils-extra_2.31-3.debian.tar.gz
 f1ca8f3eaf6d94dfeec9b146bd6e2e08 31538 python optional 
python-distutils-extra_2.31-3_all.deb
 d56c6f9ddcd2b19c2e6db1e6e876bc9c 23266 python optional 
python3-distutils-extra_2.31-3_all.deb

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

iQIcBAEBCAAGBQJPAyiZAAoJEPmIJawmtHufaLkP/1TZif1UyDSJquEtm/PXdslF
HRh5epFLacKmpZm8R93AvHAme0FNVX7+jzX2g8/4V+qTzVawywFv3o3EnvRmRBRa
QavFfgmAT6c6m/HVOdGypTKd6WNDRN1iPrI4DaSqE8qoqyr5KuIa+4vKqQNulMLR
7fzdQsGp5qFpZC6L99caUW9WZtjODMr1v4LU8zW7BL6tWNs6gABCi5vSoj9qo9Ni
xofOtfZmiO2AJmBuCsqGEQ+bBmPw5it4wtW+com66VWBYSW29IYSi005wSYH0Vce
8o8yt+E1xxEijav70leteGXOT73ECyPVCgtfT9gD56m/4zihC1FWVNLbkrMvGeK0
fdz6iUQsJmS9wwv2C0TO3M1ECkaCR7bbB0FtNe/9/+d4UTIXxvFbsVC5Ld+/mIgH
5qFVAWlakigv1AVW455UnPR8/dTmm9OaiIxVMH31GToOCB7t8T8Pem46NgXsaOkr
M2PtX3DEnwCSPl2lbigmfDPXRyFT8AVzYCVkur2DTnYfYjK9wwEUwadsKFKUpXqD
BXgFtxzheb2IDNXZtCwp+KjO5bAKzQOQNVCZVN04k5sAhE+FuZzM3JuspCXpv5q4
3CN9kyAu4Gpy2JPIyrtfJhffP2dlnkoenKYx0jUDPsvWrmk99uhjA89c0UWgopoB
eHsY3IgqSiXx7LapD5oj
=3hbO
-END PGP SIGNATURE-


Accepted:
python-distutils-extra_2.31-3.debian.tar.gz
  to main/p/python-distutils-extra/python-distutils-extra_2.31-3.debian.tar.gz
python-distutils-extra_2.31-3.dsc
  to main/p/python-distutils-extra/python-distutils-extra_2.31-3.dsc
python-distutils-extra_2.31-3_all.deb
  to main/p/python-distutils-extra/python-distutils-extra_2.31-3_all.deb
python3-distutils-extra_2.31-3_all.deb
  to main/p/python-distutils-extra/python3-distutils-extra_2.31-3_all.deb


-- 
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/e1ri74g-000115...@franck.debian.org



Accepted conkeror 1.0~~pre+git120102-1 (source i386 all)

2012-01-03 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jan 2012 20:12:01 +0100
Source: conkeror
Binary: conkeror conkeror-spawn-process-helper
Architecture: source i386 all
Version: 1.0~~pre+git120102-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert a...@debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 conkeror   - keyboard focused web browser with Emacs look and feel
 conkeror-spawn-process-helper - spawn external processes in Conkeror
Closes: 649199
Changes: 
 conkeror (1.0~~pre+git120102-1) unstable; urgency=low
 .
   [ Axel Beckert ]
   * Upstream version bump
   * Upstream changed minimum xulrunner requirement to 1.9.1: Update
 debian/control and debian/conkeror.bin accordingly.
   * Reorder xulrunner alternative dependencies so the current xulrunner
 from unstable (9.0) is chosen by default.
   * Make package usable on Ubuntu again despite their xulrunner removal.
 - debian/control: Add alternative dependencies on firefox instead of
   xulrunner
 - debian/conkeror.bin: If no xulrunner is found, look for firefox
   instead
 - debian/control: Update long description to mention Firefox, too.
   * Add alternative dependencies on xulrunner-11.0, -10.0, and -9.0.
   * Support xulrunner 11.0 in debian/conkeror.bin
 .
   [ Luca Capello ]
   * Support xulrunner 10.0 and 9.0 in debian/conkeror.bin, drop support
 for unversioned xulrunner binaries. (Closes: #649199)
Checksums-Sha1: 
 a57d9d8317ca9110c9080544a5f5a5522ddc8b39 1287 conkeror_1.0~~pre+git120102-1.dsc
 ca169fab2542b1f43efaa4fa24b3cf7f4ca4f687 257640 
conkeror_1.0~~pre+git120102.orig.tar.gz
 6b7d377e295768849cf3189019028f706d05f552 25668 
conkeror_1.0~~pre+git120102-1.diff.gz
 8759b6f0f000ee9c3f090752ac61514925fe096c 28094 
conkeror-spawn-process-helper_1.0~~pre+git120102-1_i386.deb
 f40cf80403057cbcb1184dcfe5c9f07033e1d549 248392 
conkeror_1.0~~pre+git120102-1_all.deb
Checksums-Sha256: 
 1227ddf2d202d0b38d18b5ec6040307fca5773ab88b6e8e987fca3204df7b923 1287 
conkeror_1.0~~pre+git120102-1.dsc
 69406e3c07ce593e9fb4da13b26c3d42434707a7766505ab53eeb13b21dad532 257640 
conkeror_1.0~~pre+git120102.orig.tar.gz
 316308d482c575303bb4e56de9738b4849fbcb2fb14f856b422c838adf446e1b 25668 
conkeror_1.0~~pre+git120102-1.diff.gz
 990e860ef5ecee85c94839e31aed3108bc00bb28606e754e4e04be173e338fe4 28094 
conkeror-spawn-process-helper_1.0~~pre+git120102-1_i386.deb
 9f87b13f6c6fed4272dd3eb4229e50ed013b763667442cd6239bc559dead78aa 248392 
conkeror_1.0~~pre+git120102-1_all.deb
Files: 
 1e4d6cf623f08666fc72b37adccd85b6 1287 web extra 
conkeror_1.0~~pre+git120102-1.dsc
 34dc335ff079e3af1185876c0937d96b 257640 web extra 
conkeror_1.0~~pre+git120102.orig.tar.gz
 c012322d2235538eafdfd309abfb9356 25668 web extra 
conkeror_1.0~~pre+git120102-1.diff.gz
 7357813b20e1cea0f1202de47cf5e5ed 28094 web extra 
conkeror-spawn-process-helper_1.0~~pre+git120102-1_i386.deb
 b24db3dc8f05e8aa7f223f50bf776e4c 248392 web extra 
conkeror_1.0~~pre+git120102-1_all.deb

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

iEYEARECAAYFAk8CBrQACgkQwJ4diZWTDt59lACeMZZxYZqI/vxZtNvdCUNz435J
fooAmwSEschTkMKBdxmSV7k5xXNjkGfR
=m2F5
-END PGP SIGNATURE-


Accepted:
conkeror-spawn-process-helper_1.0~~pre+git120102-1_i386.deb
  to main/c/conkeror/conkeror-spawn-process-helper_1.0~~pre+git120102-1_i386.deb
conkeror_1.0~~pre+git120102-1.diff.gz
  to main/c/conkeror/conkeror_1.0~~pre+git120102-1.diff.gz
conkeror_1.0~~pre+git120102-1.dsc
  to main/c/conkeror/conkeror_1.0~~pre+git120102-1.dsc
conkeror_1.0~~pre+git120102-1_all.deb
  to main/c/conkeror/conkeror_1.0~~pre+git120102-1_all.deb
conkeror_1.0~~pre+git120102.orig.tar.gz
  to main/c/conkeror/conkeror_1.0~~pre+git120102.orig.tar.gz


-- 
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/e1ri7ha-0002kl...@franck.debian.org



Accepted freetennis 0.4.8-9 (source all amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 17:16:18 +0100
Source: freetennis
Binary: freetennis-common freetennis
Architecture: source all amd64
Version: 0.4.8-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 freetennis - Free Tennis - simulation game
 freetennis-common - Free Tennis - simulation game
Changes: 
 freetennis (0.4.8-9) unstable; urgency=low
 .
   [ Stéphane Glondu ]
   * debian/control: update Vcs-* to point to git repository
 .
   [ Mehdi Dogguy ]
   * Bump Standards-Version to 3.9.2, no changes needed.
Checksums-Sha1: 
 69fcd59abcce2d0c5892be31147a7d07c84e98b0 1875 freetennis_0.4.8-9.dsc
 4e82788f162a600229b07372d649554d02189ffe 8853 freetennis_0.4.8-9.debian.tar.gz
 d80183b2094eb420816abe761f48d9520172309e 6528968 
freetennis-common_0.4.8-9_all.deb
 8f5428aab9c7d998cd4d1536a7f22da159220d4b 385906 freetennis_0.4.8-9_amd64.deb
Checksums-Sha256: 
 66db20e6907ccf61b1a8189bcf00b64fe92a963c2d897132b38631a347b52e21 1875 
freetennis_0.4.8-9.dsc
 09e5f19c8ee059b07d69ed1b546f4cc95bc1ce8d44824c0d122de1a976a432df 8853 
freetennis_0.4.8-9.debian.tar.gz
 40aee1d01128af50bebd1832efcf64ba056e8e0a4c9fddc666c6d26cabbd21b5 6528968 
freetennis-common_0.4.8-9_all.deb
 512268c4d45d8a64b2c44d9f177a89fa4604c255f8d86d6e78f91986698664fb 385906 
freetennis_0.4.8-9_amd64.deb
Files: 
 eed2c8a85f97c7760f56e8166d0232c7 1875 games optional freetennis_0.4.8-9.dsc
 edce770199958b4487854574b9e4864d 8853 games optional 
freetennis_0.4.8-9.debian.tar.gz
 83830d18da177e8bf3e426494003b28a 6528968 games optional 
freetennis-common_0.4.8-9_all.deb
 21393a94576eed748c2e30934e68377c 385906 games optional 
freetennis_0.4.8-9_amd64.deb

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

iQEcBAEBAgAGBQJPAyqrAAoJEDe1GR0FRlJotJsH/2eMGawsK0MxHHO8r+BZm//f
TV3KR5TB4dO0xEYWmdPZuVRhZvCn6SVWqehP4SvyOCVAKe2NDzlNxJHMuqy1Dcct
gjBnHqKY42VzwxAgYJDR4KE9mQmsB+FloBuS7Z+U2svJo1BPypfwWi7RQBBolPoJ
WWAdMK2s9sID0q3nI9GabciZDKaYsHeoDf43q8hnzerp6Mg9wcdbzBONESqBF2Hb
fBxirE7bATqVimuZn33VJM9wGKx1FfLd6E3BNTJPuxyUcbJjPdTpNal2tqP/shrq
67V6O0BNrWKN1xutT7iXgLUX5NxmHpYUgOFTbdFlQwYo13LktNvHtdqWEzC4hRg=
=YwqW
-END PGP SIGNATURE-


Accepted:
freetennis-common_0.4.8-9_all.deb
  to main/f/freetennis/freetennis-common_0.4.8-9_all.deb
freetennis_0.4.8-9.debian.tar.gz
  to main/f/freetennis/freetennis_0.4.8-9.debian.tar.gz
freetennis_0.4.8-9.dsc
  to main/f/freetennis/freetennis_0.4.8-9.dsc
freetennis_0.4.8-9_amd64.deb
  to main/f/freetennis/freetennis_0.4.8-9_amd64.deb


-- 
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/e1ri7ia-0002rd...@franck.debian.org



Accepted icinga 1.6.1-2 (source all amd64)

2012-01-03 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 16:51:45 +0100
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Closes: 653277 654159
Changes: 
 icinga (1.6.1-2) unstable; urgency=low
 .
   * [56d53d9] fix template for ido2db_check_proc.cfg
   * [200d89f] Depend on libdbi-dev (Closes: #653277)
   * [69370bc] Add indonesian po translation.
 Thanks to Mahyuddin Susanto for the translation (Closes: #654159)
Checksums-Sha1: 
 e45615832b5dbe203e4d307eb1931291b247097d 1661 icinga_1.6.1-2.dsc
 34d414280412e9f342ab1de9d38128ba750d8832 38859 icinga_1.6.1-2.diff.gz
 56905905c60aaf0e35f3e6ee2a1d6eca1be22b35 1980384 icinga-cgi_1.6.1-2_amd64.deb
 daafb13473af844401ea8b40c44bece8ed086e76 254690 
icinga-idoutils_1.6.1-2_amd64.deb
 f48d702b07c92faefe80b61e51f93e1354dc86bc 1302 icinga_1.6.1-2_amd64.deb
 6bb779cfe6bf734e8f287b695b1fa8a4c664a7c4 289530 icinga-core_1.6.1-2_amd64.deb
 fa0926b922083adbf0bbfdd6ecc377f30d2210f4 3706016 icinga-dbg_1.6.1-2_amd64.deb
 7745e767a52c3cce0deecd3d905c897429a569cf 98020 icinga-common_1.6.1-2_all.deb
 5ce4f67da2374ffcacd8033bd0a4b32093c78457 4988416 icinga-doc_1.6.1-2_all.deb
Checksums-Sha256: 
 33af75ce7c18832101fdfc56c059c570c2105eb7b903c5fa680dd411a4c7436b 1661 
icinga_1.6.1-2.dsc
 b2fbb9e77cd8b974d95d7af6604b87458b1dd845b9440bcfa3c8e58dabdad56e 38859 
icinga_1.6.1-2.diff.gz
 cb091665fa701dde7ff49db2c5ed72e13c10ded31439957dade64c9d38ffe6ac 1980384 
icinga-cgi_1.6.1-2_amd64.deb
 4865ac804a95717efc20576b51d60073125e934df47b5abeb0c713c1278276e9 254690 
icinga-idoutils_1.6.1-2_amd64.deb
 b206728a2d94d9549848555c6bef5f827dea257e8f245543b72a9e3f300df42d 1302 
icinga_1.6.1-2_amd64.deb
 b735b306a5312a8151ecd2c618470ff8f562ace2ebae75c91d0c5012b9196681 289530 
icinga-core_1.6.1-2_amd64.deb
 4b391da07c5579b0e5e19bb5f368cf96929c83b3eb003eb23719b18743612dbe 3706016 
icinga-dbg_1.6.1-2_amd64.deb
 3a8b6ee20b07767e53a11df138e5ab748a8f3d1ac22055dd369da7f73f581863 98020 
icinga-common_1.6.1-2_all.deb
 d3699cff5f3652ce271d0a922e00d4936286be914dab6cef13dbf562c71d5a38 4988416 
icinga-doc_1.6.1-2_all.deb
Files: 
 1aefa442a8fb659df68f1ed93d3b497c 1661 net optional icinga_1.6.1-2.dsc
 f3fbeddde9d73c4185f1befc7dd0454d 38859 net optional icinga_1.6.1-2.diff.gz
 c1a7d94f6c2f247de6e3fe9d24b4b1bb 1980384 net optional 
icinga-cgi_1.6.1-2_amd64.deb
 6e6788f5b667b5eb137c70be472a49ff 254690 net optional 
icinga-idoutils_1.6.1-2_amd64.deb
 6dd916b254c0f57ab7f976a475be533d 1302 net optional icinga_1.6.1-2_amd64.deb
 fbd5af2781e07e4ddd52a8daa0e88eb1 289530 net optional 
icinga-core_1.6.1-2_amd64.deb
 c9d45037f8d837e62497ed848d2a716f 3706016 debug extra 
icinga-dbg_1.6.1-2_amd64.deb
 a5f65a48e993ceadbd0b32937866 98020 net optional 
icinga-common_1.6.1-2_all.deb
 046e59c0e8159826a3b2baac11430dbf 4988416 doc optional 
icinga-doc_1.6.1-2_all.deb

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

iEYEARECAAYFAk8DLJ8ACgkQ01u8mbx9AgqWBQCfTn4Abrmj8rPUirS2Tao4pOcK
jngAniFwMPZBB+njdDvObbYAz1kXw9Lh
=iAcW
-END PGP SIGNATURE-


Accepted:
icinga-cgi_1.6.1-2_amd64.deb
  to main/i/icinga/icinga-cgi_1.6.1-2_amd64.deb
icinga-common_1.6.1-2_all.deb
  to main/i/icinga/icinga-common_1.6.1-2_all.deb
icinga-core_1.6.1-2_amd64.deb
  to main/i/icinga/icinga-core_1.6.1-2_amd64.deb
icinga-dbg_1.6.1-2_amd64.deb
  to main/i/icinga/icinga-dbg_1.6.1-2_amd64.deb
icinga-doc_1.6.1-2_all.deb
  to main/i/icinga/icinga-doc_1.6.1-2_all.deb
icinga-idoutils_1.6.1-2_amd64.deb
  to main/i/icinga/icinga-idoutils_1.6.1-2_amd64.deb
icinga_1.6.1-2.diff.gz
  to main/i/icinga/icinga_1.6.1-2.diff.gz
icinga_1.6.1-2.dsc
  to main/i/icinga/icinga_1.6.1-2.dsc
icinga_1.6.1-2_amd64.deb
  to main/i/icinga/icinga_1.6.1-2_amd64.deb


-- 
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/e1ri7iw-0003fq...@franck.debian.org



Accepted postgresql-9.1 9.1.2-3 (source all amd64)

2012-01-03 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 16:48:21 +0100
Source: postgresql-9.1
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.1 postgresql-9.1-dbg postgresql-client-9.1 
postgresql-server-dev-9.1 postgresql-doc-9.1 postgresql-contrib-9.1 
postgresql-plperl-9.1 postgresql-plpython-9.1 postgresql-plpython3-9.1 
postgresql-pltcl-9.1
Architecture: source amd64 all
Version: 9.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.1
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.1 - object-relational SQL database, version 9.1 server
 postgresql-9.1-dbg - debug symbols for postgresql-9.1
 postgresql-client-9.1 - front-end programs for PostgreSQL 9.1
 postgresql-contrib-9.1 - additional facilities for PostgreSQL
 postgresql-doc-9.1 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.1 - PL/Perl procedural language for PostgreSQL 9.1
 postgresql-plpython-9.1 - PL/Python procedural language for PostgreSQL 9.1
 postgresql-plpython3-9.1 - PL/Python 3 procedural language for PostgreSQL 9.1
 postgresql-pltcl-9.1 - PL/Tcl procedural language for PostgreSQL 9.1
 postgresql-server-dev-9.1 - development files for PostgreSQL 9.1 server-side 
programming
Closes: 652931 654330
Changes: 
 postgresql-9.1 (9.1.2-3) unstable; urgency=low
 .
   * debian/*.symbols: Update symbol versions to accurate historic data. Many
 thanks to Christoph Berg for these! (Closes: #652931)
   * Add 00git_inet_cidr_unpack.patch: Revert the behavior of inet/cidr
 functions to not unpack the arguments. This fixes the memory leak when
 sorting inet values. Patch taken from upstream git HEAD.
   * debian/control: Add missing docbook-dsssl build dependency to fix
 generation of documentation. (Closes: #654330)
   * debian/control: Use openjade instead of the ancient jade for building the
 documentation.
Checksums-Sha1: 
 f5f75c4ec8a0f7068e98d00dbb82df00d958ab54 3101 postgresql-9.1_9.1.2-3.dsc
 83bd6b18eb35983a6a5e853d7fb56aa8d60a6565 29048 
postgresql-9.1_9.1.2-3.debian.tar.gz
 88853ef9fff3f8d289ce89393399b41f2e51190c 576638 libpq-dev_9.1.2-3_amd64.deb
 f9d6e42be0799f04c954118aefe4d8e65aea97e7 495690 libpq5_9.1.2-3_amd64.deb
 5d00e429b2b66a1900421962694ae99634eb8cb3 434112 libecpg6_9.1.2-3_amd64.deb
 697def642a0521210d6efe1374baa272038ca01c 613596 libecpg-dev_9.1.2-3_amd64.deb
 c9ff07f09bcbd9a51114fe4ad6d6833bd4303c9d 358040 
libecpg-compat3_9.1.2-3_amd64.deb
 68b1f1b70dd87a1134c0ccb56a2ac0033f4b0af5 380576 libpgtypes3_9.1.2-3_amd64.deb
 a59f370f9db3eea74ee994879dbf02daa601cdf2 6086960 
postgresql-9.1_9.1.2-3_amd64.deb
 481d1dbd48d7fb4bf78f02c5df4b06db47e09255 6291880 
postgresql-9.1-dbg_9.1.2-3_amd64.deb
 e3a9102413aac015e39ef0e4431c162c82661a75 1866890 
postgresql-client-9.1_9.1.2-3_amd64.deb
 d60637e65f6bd37c664ee0d9b6bac2318a621a44 1026294 
postgresql-server-dev-9.1_9.1.2-3_amd64.deb
 65afc4639b4fd33bd80cb9af1a4638587b299d0e 2865562 
postgresql-doc-9.1_9.1.2-3_all.deb
 a13b538cca652f4eeaea946ec13caeb4e68fbb3f 807034 
postgresql-contrib-9.1_9.1.2-3_amd64.deb
 6600269c63e50f49d00417181722e2dcba89b25c 400308 
postgresql-plperl-9.1_9.1.2-3_amd64.deb
 2ef91fd312792ba069fc0f027ed80dbaa1d93cea 387828 
postgresql-plpython-9.1_9.1.2-3_amd64.deb
 d9fc95c98297d15779d1eba7e11888b24c612c32 387652 
postgresql-plpython3-9.1_9.1.2-3_amd64.deb
 fd61fd6464ec16ef6826fd7d013f9522f1cb3a32 374866 
postgresql-pltcl-9.1_9.1.2-3_amd64.deb
Checksums-Sha256: 
 6f5ae2b7cc2e37692eff507836fc315c29e956531ae373fefe5b64f52a528752 3101 
postgresql-9.1_9.1.2-3.dsc
 e319daa7a1d53cc692b678335e86a102a9312a372186b727022d4d5392a90deb 29048 
postgresql-9.1_9.1.2-3.debian.tar.gz
 9055a6e739a96bd89ba8c8c7fe824e8e2eb55a48def7b988060ea3d159d2df96 576638 
libpq-dev_9.1.2-3_amd64.deb
 dc14011c0b1d1cfab23083da263bea77f54fa32f8cc06c1d53eee4c02bb8bc49 495690 
libpq5_9.1.2-3_amd64.deb
 6f206b856be5f8a7c36abcd778e2ca7481095c566dbe2f05df90eca0aefbefab 434112 
libecpg6_9.1.2-3_amd64.deb
 f02d1a9aaa872f4accb4570e457087338ec4f7d6dc53c42a796f01e783bc08b5 613596 
libecpg-dev_9.1.2-3_amd64.deb
 f9702ce8e9f7018a9ce3f26338bd75ef7d4cff9626c9a32bed5ffc01e14adc84 358040 
libecpg-compat3_9.1.2-3_amd64.deb
 84550809d5af74e0073bb3e45a71389d457d808d4f3876175b8b653f9e4ba936 380576 
libpgtypes3_9.1.2-3_amd64.deb
 13dedce546ddd5198b55346a8681d15c8892f4ca60f26094a97b0c00f3ebd13f 6086960 
postgresql-9.1_9.1.2-3_amd64.deb
 a5b120219bf131bebef411db2d8d31dad70dd551437da4b78fc585f605835a9e 6291880 
postgresql-9.1-dbg_9.1.2-3_amd64.deb
 c6310c5bd1fb14d178cf10be46772cec704f3c904a18896dfab5be1171f4779e 

Accepted apiextractor 0.10.10-1 (source all)

2012-01-03 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 17:33:15 +0100
Source: apiextractor
Binary: libapiextractor-dbg libapiextractor-dev libapiextractor0.10 
apiextractor-doc
Architecture: source all
Version: 0.10.10-1
Distribution: unstable
Urgency: low
Maintainer: Didier Raboud o...@debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 apiextractor-doc - documentation for the library headers parser
 libapiextractor-dbg - debugging symbols for the library headers parser
 libapiextractor-dev - development files for the library headers parser
 libapiextractor0.10 - library headers parser that creates an API abstract 
representatio
Changes: 
 apiextractor (0.10.10-1) unstable; urgency=low
 .
   * New upstream release (1.1.0).
Checksums-Sha1: 
 56fef96f6428efe9b962172d2feee086906107a5 2151 apiextractor_0.10.10-1.dsc
 5fc60b0f6ebf593afc50c0470effd9ae83de9be9 271357 
apiextractor_0.10.10.orig.tar.bz2
 b2047b1472e3856f6948ffd19605150fcde5e402 6191 
apiextractor_0.10.10-1.debian.tar.gz
 0b55751e43385fa6f60b5070770c35397eb40d03 147436 
apiextractor-doc_0.10.10-1_all.deb
Checksums-Sha256: 
 2a04c08b42da4aa29ed1771858ba32b59ca4d2f9133750cb8cb40b7dec149806 2151 
apiextractor_0.10.10-1.dsc
 a51ce821f7d1d3c39fe04e4e2af7ff6d4475ef10d44c148939682b09f656a02c 271357 
apiextractor_0.10.10.orig.tar.bz2
 8191a7b1bdb06001d55106350059bae5df08b6346792a360bc6d768b7b6f34e2 6191 
apiextractor_0.10.10-1.debian.tar.gz
 2486c53c87d7657c2515a1e6698e32bedd1f45438229e6324ede4857e8c1ea89 147436 
apiextractor-doc_0.10.10-1_all.deb
Files: 
 205f85290a73730f368b812eeedfe9ce 2151 libs optional apiextractor_0.10.10-1.dsc
 7cdf6bdbf161e15b8bc5e98df86f95ee 271357 libs optional 
apiextractor_0.10.10.orig.tar.bz2
 25f3b1c5eb5c1bee525886b0333079ee 6191 libs optional 
apiextractor_0.10.10-1.debian.tar.gz
 3bdd723073518abe601cde3ccfb43440 147436 doc optional 
apiextractor-doc_0.10.10-1_all.deb

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

iQGcBAEBCAAGBQJPAzF6AAoJEIvPpx7KFjRVVQcMAJXjHQgt7V3VmErOg19CWZCL
BzT2Ws8bmT5515IlXYCClKtVoJcKQTniTmsm3QaYmOxQMj3KV3+IZx6RaliCRmxH
c9x5fEop9DuzG2iQKAQSr50Gwc8l4ZmVz8ge9Poob0jp79yBRAy7CvQOxMKkKe5i
sKKSvtjDlqhVYqpvfJeuiH8Bj2Uy668GiIbLS3EwgoEJ2zicUWgboKr5H5drFSW3
9RU2NuLhnp0TsaIUHxKQdBhsEwii2Eo6aRbW/Wm1QI5LdTbkFfL8CPJfFNLs1Qsq
DtsmQcH//beUswv3zkABLDCWTWHGSCh8K12OqM8im6K72vdPtXhTwwbOvm0+OYy0
ZAclq5O+K4jXDzvKuZBVxg3neSuviWvUc+TJAfZ17j2/5xrp96iLKTmOIScJsFzJ
DyQqoGdxQF17O/NrB+rGbGO2t5QZQ3ZRW66q4wxHBO4C4/fh5pTbYoWhe/FjSJ0C
l9qp04XkPW166OVsqvaEhQm4DuDLwxeXGm/YNQvRBQ==
=rlny
-END PGP SIGNATURE-


Accepted:
apiextractor-doc_0.10.10-1_all.deb
  to main/a/apiextractor/apiextractor-doc_0.10.10-1_all.deb
apiextractor_0.10.10-1.debian.tar.gz
  to main/a/apiextractor/apiextractor_0.10.10-1.debian.tar.gz
apiextractor_0.10.10-1.dsc
  to main/a/apiextractor/apiextractor_0.10.10-1.dsc
apiextractor_0.10.10.orig.tar.bz2
  to main/a/apiextractor/apiextractor_0.10.10.orig.tar.bz2


-- 
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/e1ri7kb-9q...@franck.debian.org



Accepted ocaml-data-notation 0.0.7-1 (source amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 17:33:32 +0100
Source: ocaml-data-notation
Binary: libodn-ocaml-dev libodn-ocaml
Architecture: source amd64
Version: 0.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 libodn-ocaml - Store data using OCaml notation
 libodn-ocaml-dev - Store data using OCaml notation
Changes: 
 ocaml-data-notation (0.0.7-1) unstable; urgency=low
 .
   * Team upload
   * New upstream release
 - remove 0001-Use-lid-in-quotations-instead-of-Gen.id-pe.patch which
   is no longer needed since integrated into upstream's sources.
Checksums-Sha1: 
 cbd36e964950aa90f8ee4bba484ce2ef54b4eeca 1928 ocaml-data-notation_0.0.7-1.dsc
 5fe0cecdacc1d05b16f41f5601cf25f9be7759a0 57339 
ocaml-data-notation_0.0.7.orig.tar.gz
 73e1aafb07c1160080565074681d5b7292a40015 2568 
ocaml-data-notation_0.0.7-1.debian.tar.gz
 6d631ef560223edaa63188e78aeca94988a6bd95 34654 
libodn-ocaml-dev_0.0.7-1_amd64.deb
 8a7364910e1d27c90af6999d2a850654de887062 13196 libodn-ocaml_0.0.7-1_amd64.deb
Checksums-Sha256: 
 2e1af505724022ecbdb51f550e417d92ff49859e89dda0977877159203ec4511 1928 
ocaml-data-notation_0.0.7-1.dsc
 3469aa39041d3552dc39e396e55c5045a4ac7519b352ac5bca0edb24e9c5d8bb 57339 
ocaml-data-notation_0.0.7.orig.tar.gz
 bcd85c83e39813686cf0e033700e07fcc415f7b0943158b48fb0b16183a34bb3 2568 
ocaml-data-notation_0.0.7-1.debian.tar.gz
 34f4afed909b2c5c0e9c7799203be8dd49c7df2a271b7857d616a8f8a70a238d 34654 
libodn-ocaml-dev_0.0.7-1_amd64.deb
 504c56914ab45457692dc96c305cec6d86c8a6cdca2c4de4befc571abb67fe29 13196 
libodn-ocaml_0.0.7-1_amd64.deb
Files: 
 a7150cf8eec0c631056a474c22b1770d 1928 ocaml optional 
ocaml-data-notation_0.0.7-1.dsc
 3730d44c5dea17688afa0d034cc3808b 57339 ocaml optional 
ocaml-data-notation_0.0.7.orig.tar.gz
 130ef92f1a67868a9574a5bb39edc7b9 2568 ocaml optional 
ocaml-data-notation_0.0.7-1.debian.tar.gz
 4985aa019e832f1eed6333003ad5dd5f 34654 ocaml optional 
libodn-ocaml-dev_0.0.7-1_amd64.deb
 7e7580fdda6c8411709ee447b3289efc 13196 ocaml optional 
libodn-ocaml_0.0.7-1_amd64.deb

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

iQEcBAEBAgAGBQJPAzHvAAoJEDe1GR0FRlJo0g0H/3dfUTdPfBAM4aTyVpNXG+2G
ukCtV+1zqCkmfmG2amxXVmFppudWprq/XIjdJyPuL/u32KDLark7FFhc9vgFWLnc
6O/uxJILi5w2RjT8y2j91ekCrhtD1HBOMSW7XGSg8rAKWvI94d99seET7PZNi5Wi
oAGR6vz8sQ96ryGHHk7lMtBC9QEZVPu7afPlTVwGzBO/QJ7Jtvs3RKVbMwBjwioD
3hF1ceKQeaVi7weDB7zKqQD/Tt9AaQL/MZ2Jv4hOf/8vT2Z4pXKa6TBH1b94+Lit
WZNo4FK21M7YbRmT/YSoDs/8ztbS+gZi/DW5LvW7gDS2qv9hPigUMG8a02aZlxg=
=rM8g
-END PGP SIGNATURE-


Accepted:
libodn-ocaml-dev_0.0.7-1_amd64.deb
  to main/o/ocaml-data-notation/libodn-ocaml-dev_0.0.7-1_amd64.deb
libodn-ocaml_0.0.7-1_amd64.deb
  to main/o/ocaml-data-notation/libodn-ocaml_0.0.7-1_amd64.deb
ocaml-data-notation_0.0.7-1.debian.tar.gz
  to main/o/ocaml-data-notation/ocaml-data-notation_0.0.7-1.debian.tar.gz
ocaml-data-notation_0.0.7-1.dsc
  to main/o/ocaml-data-notation/ocaml-data-notation_0.0.7-1.dsc
ocaml-data-notation_0.0.7.orig.tar.gz
  to main/o/ocaml-data-notation/ocaml-data-notation_0.0.7.orig.tar.gz


-- 
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/e1ri7n9-qm...@franck.debian.org



Accepted newt 0.52.14-4 (source i386)

2012-01-03 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 16:56:33 +
Source: newt
Binary: libnewt-dev libnewt-pic newt-tcl python-newt python-newt-dbg 
libnewt0.52 whiptail
Architecture: source i386
Version: 0.52.14-4
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl   - NEWT module for Tcl
 python-newt - NEWT module for Python
 python-newt-dbg - NEWT module for Python (debug extension)
 whiptail   - Displays user-friendly dialog boxes from shell scripts
Closes: 654351 654408
Changes: 
 newt (0.52.14-4) unstable; urgency=low
 .
   * Fix crash due to blankline() in textbox being initialised in the
 wrong place in refactored bid patch. Closes: #654408, #654351.
Checksums-Sha1: 
 4ab8057d59835f1a8b766f6f9d5eb430be6bac96 2191 newt_0.52.14-4.dsc
 7b189ced9ca0bf144be749222fbad69b1a6d216b 38690 newt_0.52.14-4.debian.tar.gz
 2d82f9fd3db252838e85af3f153e3757d1d2d24c 88986 libnewt-dev_0.52.14-4_i386.deb
 15df3dcb2ae7d8707f0038a17e3dedd91fdaff82 18440 libnewt-pic_0.52.14-4_i386.deb
 0e6861b4f651666737ef5b35b05417d277df01c0 26466 newt-tcl_0.52.14-4_i386.deb
 4047751320baf20e94809c76bb2d828e947f1b04 96140 python-newt_0.52.14-4_i386.deb
 e5026bcc1a11fac7c7d5a2550119f86576e260e8 41206 
python-newt-dbg_0.52.14-4_i386.deb
 f171d4888ac5f4efccce0a513719bf88e5a6bb98 71486 libnewt0.52_0.52.14-4_i386.deb
 c631d15ada3310e61c7c6abeefc41f14ee7424cb 32700 whiptail_0.52.14-4_i386.deb
Checksums-Sha256: 
 c32311cc44e2a0fc687917d3160809622d82bd8c8ac3182608325be96a3db269 2191 
newt_0.52.14-4.dsc
 c1509ab0d20c1a2e745a8e94ca5166a320e69f7cb9f8cb81fdbbd1cd28a2a1e8 38690 
newt_0.52.14-4.debian.tar.gz
 2ee0ea852c42c25ceabc113166a89200a605f39428a7fdc856ea880ebe024f93 88986 
libnewt-dev_0.52.14-4_i386.deb
 6e09da9374501067eeac4c9a62b60c411fa7f329cc8b08069e6178b7450082d1 18440 
libnewt-pic_0.52.14-4_i386.deb
 a5f9641c56785f1ef1dcd8a929634c7b093ac2ec5407a112a78e72ff851dd160 26466 
newt-tcl_0.52.14-4_i386.deb
 3ac419ea0bb8c4295f76b0c57d6f948da66cda0346371d9744510e37cea2bdb2 96140 
python-newt_0.52.14-4_i386.deb
 453fd12589918f76efe22b2aaa041883eb7fd298aed81885909d4b44850032a1 41206 
python-newt-dbg_0.52.14-4_i386.deb
 a045603060ce70c12b639ec5b9f4e93e98297885e1ff50e53d1cb0a7acfa4e41 71486 
libnewt0.52_0.52.14-4_i386.deb
 587d42ff702314e58c13c344472bbf3e58e0703eff9c6e18a3d185d4ab9854d9 32700 
whiptail_0.52.14-4_i386.deb
Files: 
 c7ea18c5039af0991e1e1f64a0385fb3 2191 devel optional newt_0.52.14-4.dsc
 1242daf605238aa52cec1e3ba7464cd5 38690 devel optional 
newt_0.52.14-4.debian.tar.gz
 66580768e9676572c6263f0e4abd118d 88986 libdevel optional 
libnewt-dev_0.52.14-4_i386.deb
 9f137894d4890143c31afaca71b6cbcc 18440 libdevel extra 
libnewt-pic_0.52.14-4_i386.deb
 ae40ca66cf1ce421237405c30bce5d4a 26466 interpreters extra 
newt-tcl_0.52.14-4_i386.deb
 8eb13e95926911a03a2c698081c81006 96140 python optional 
python-newt_0.52.14-4_i386.deb
 ba3a783471d45249c2f7901b7288aaab 41206 debug extra 
python-newt-dbg_0.52.14-4_i386.deb
 8fcbef9d47ecfe496c4e5f56c00e67c2 71486 libs important 
libnewt0.52_0.52.14-4_i386.deb
 7958b08988492d3dee92e4c78678351f 32700 utils important 
whiptail_0.52.14-4_i386.deb

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

iQIcBAEBCAAGBQJPAY6VAAoJEN9LdrZRJ3QsVTwP/AllUSK50C5nmsNglSNM9cRT
gg0PPSXtCauAtKYSSDK5OS0++Mg8zCsPsnCgNoNy+sLew5k6ogE9cMjfzlPcYRvP
9BZxuboy/idUtq2dNswJ1alEufbk27ETF3FHTJVoaE93sTWNm+THSXv1OZ0l87eV
/LS0W7L0a6s1VuFApPoC75gF/mZo2j1eBcNBhaVXG5fMOr9mhKfU7iSEeRGW7uMD
oUDBVwos9YoFf+jQ1ZNLXTkXahK3oo8CQ6xoQ9FnGDB/ZgOyXpKsMwqCGud3o+6/
z+y24jOAgj8Fyn/PRdmB43Cr6nWOqZM2WnEOwDMlmrHKU6cjOIiLtlT7H+hrSMFA
+u6kRJtZG4CmKmliYh6xWFAKEKMf7SwE4MBiIZVBMp8ZwyuVQW6W5esPZA6N+kb/
R+oCI1eKFxJ7XnF+SzUY1Gt225zSER9ducDx2Zhp7UcjyHBuSbP6jvcpWxe8OKcg
VtrQ/20RsydXWaY6dA9kATzEBaaC0XI1DL9H8uSE8dh8VHBeEF5HZYIyBFIaHgVp
IUAfAzlX7evKY/quMAOqj8E0yJrKze/9phQHSlspvxAAjf0obqTmTY2+M3cvLpwK
lUUsHL1mArUz1HxodgIE4d2SKAHk1LF65nDFTxab1/6CeFdXH34EynJgzAWFC2gy
5dgj3GCx1r8xflTzlwMd
=fORw
-END PGP SIGNATURE-


Accepted:
libnewt-dev_0.52.14-4_i386.deb
  to main/n/newt/libnewt-dev_0.52.14-4_i386.deb
libnewt-pic_0.52.14-4_i386.deb
  to main/n/newt/libnewt-pic_0.52.14-4_i386.deb
libnewt0.52_0.52.14-4_i386.deb
  to main/n/newt/libnewt0.52_0.52.14-4_i386.deb
newt-tcl_0.52.14-4_i386.deb
  to main/n/newt/newt-tcl_0.52.14-4_i386.deb
newt_0.52.14-4.debian.tar.gz
  to main/n/newt/newt_0.52.14-4.debian.tar.gz
newt_0.52.14-4.dsc
  to main/n/newt/newt_0.52.14-4.dsc
python-newt-dbg_0.52.14-4_i386.deb
  to main/n/newt/python-newt-dbg_0.52.14-4_i386.deb
python-newt_0.52.14-4_i386.deb
  to main/n/newt/python-newt_0.52.14-4_i386.deb
whiptail_0.52.14-4_i386.deb
  to main/n/newt/whiptail_0.52.14-4_i386.deb


-- 
To 

Accepted generatorrunner 0.6.16-1 (source all)

2012-01-03 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 17:55:28 +0100
Source: generatorrunner
Binary: libgenrunner0.6 libgenrunner-dev generatorrunner docgenerator 
generatorrunner-dbg generatorrunner-doc
Architecture: source all
Version: 0.6.16-1
Distribution: unstable
Urgency: low
Maintainer: Didier Raboud o...@debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 docgenerator - generator plugin for python bindings documentation
 generatorrunner - plugin-based application to run apiextractor-based generators
 generatorrunner-dbg - debugging symbols for generatorrunner, and its brothers
 generatorrunner-doc - documentation for generatorrunner, and its brothers
 libgenrunner-dev - generatorrunner dedicated library headers
 libgenrunner0.6 - generatorrunner dedicated library
Changes: 
 generatorrunner (0.6.16-1) unstable; urgency=low
 .
   * New 0.6.16 upstream release (1.1.0).
 - Bump various depends on apiextractor to 0.10.10.
Checksums-Sha1: 
 95c8890a9e4150b4dccbd2286f89f7f63f4c476f 2206 generatorrunner_0.6.16-1.dsc
 3f118992bff2cbadcadfe5fbc0372e17da252b2e 280318 
generatorrunner_0.6.16.orig.tar.bz2
 86915512917b7bb8c1f4104152ec386d0912d601 7741 
generatorrunner_0.6.16-1.debian.tar.gz
 53c591bf5ab48f327316966dd6fd4926704fa5a7 173078 
generatorrunner-doc_0.6.16-1_all.deb
Checksums-Sha256: 
 49038cd766248be89dcaadcf27febb0e94955f3d13f312379d081ec707438ff9 2206 
generatorrunner_0.6.16-1.dsc
 3f07e9690ff7ad84adefd405abe10aa84e113413f02a013bf159a21f8d025f08 280318 
generatorrunner_0.6.16.orig.tar.bz2
 a11419955c46d847445c802882f0e00b0cfa54648cc4862a775985807aa67854 7741 
generatorrunner_0.6.16-1.debian.tar.gz
 018e8c9686f86ff4ea2fb09f28211d030502f9dac782770a8b6dfa09e4cd06b2 173078 
generatorrunner-doc_0.6.16-1_all.deb
Files: 
 af47f9318694ac578fc22a284cdc7ff3 2206 devel extra generatorrunner_0.6.16-1.dsc
 c7011b8ee08e228779a769b7cfa90f5f 280318 devel extra 
generatorrunner_0.6.16.orig.tar.bz2
 5c149bc68a54954c752fe0c9912bb12a 7741 devel extra 
generatorrunner_0.6.16-1.debian.tar.gz
 ab97294157d90494a7043b82121a5fb2 173078 doc extra 
generatorrunner-doc_0.6.16-1_all.deb

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

iQGcBAEBCAAGBQJPAzU5AAoJEIvPpx7KFjRVcvQL/2t3Kg/uQ6SaqjRPHz3lqSzY
rQWCmZHWTjFQ1y3lQTQWsWloTU3nXB+5r6+v0uS/CDci+ytYN1cFOX1Lf6c7NjHy
znAFRaOMUUrP6fz18I+e5YefN96bNgtVqZW1NULe6Ai8wwt3132jeLYa827oWh0i
UIawkGPoGIpHUwfs0iIf0+a7qnPB0h7Vtb/B/z0m3ezcIHOKnhJaXwh/eU4x06LH
j0ciuVS0xS7Dd4Mznw6Dse4iCNpo39P23D3lz8Jxd0LvoKly+88CsasTv88h/ZS5
qhvzanKHpc1lFBoxwdqYfa6dQXSC7uMMloA5TY+d1lEIzEyfyszIF88uZoBeCwI5
URki958JWB7MKdl6ZwLufitFwfP1PfFlMejn1Wlmit9AHK00O6COcb4GSdaXfe7o
XTv2E5bQFRfQwf6Tnr/avFsVa5lkiCyCPemgPXYFO2Wa88mPz4jLJ0U8UPKm+Yx+
Uv41DyQvBWF7VCfnOTDrHsF3tDXQAgaWB/jowvxmZA==
=563c
-END PGP SIGNATURE-


Accepted:
generatorrunner-doc_0.6.16-1_all.deb
  to main/g/generatorrunner/generatorrunner-doc_0.6.16-1_all.deb
generatorrunner_0.6.16-1.debian.tar.gz
  to main/g/generatorrunner/generatorrunner_0.6.16-1.debian.tar.gz
generatorrunner_0.6.16-1.dsc
  to main/g/generatorrunner/generatorrunner_0.6.16-1.dsc
generatorrunner_0.6.16.orig.tar.bz2
  to main/g/generatorrunner/generatorrunner_0.6.16.orig.tar.bz2


-- 
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/e1ri7zv-0001wl...@franck.debian.org



Accepted yojson 1.0.3-1 (source amd64)

2012-01-03 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 17:29:20 +0100
Source: yojson
Binary: libyojson-ocaml-dev libyojson-ocaml
Architecture: source amd64
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 libyojson-ocaml - JSON library for OCaml
 libyojson-ocaml-dev - JSON library for OCaml
Changes: 
 yojson (1.0.3-1) unstable; urgency=low
 .
   * Team upload
   * New upstream release
Checksums-Sha1: 
 c3eefe8972c488c7f4d5df15b327f9738736d7ef 1773 yojson_1.0.3-1.dsc
 27958c17e675e7053dd92ae9c5ebfbf5e79c927a 20847 yojson_1.0.3.orig.tar.gz
 e883ed5d993eb65a1710237fe943942d84f7ebd2 4026 yojson_1.0.3-1.debian.tar.gz
 60eb85529ed410a94a8a11477a80c23feec181c2 358546 
libyojson-ocaml-dev_1.0.3-1_amd64.deb
 a4f8d5e8d4e0d7b0707c169e7b3518da0e530599 28264 
libyojson-ocaml_1.0.3-1_amd64.deb
Checksums-Sha256: 
 ebd010159d7e1f1fee9be1041dcbb8a982c3a6c715283e5047973064508d113c 1773 
yojson_1.0.3-1.dsc
 a8d36202ea2749b26c0e9d93ed1d9e74bd8aff94b32173ca0a99e896d957591b 20847 
yojson_1.0.3.orig.tar.gz
 58d86bd850334b4d2e92026a7fd438f2889054d950462db7d0df8e380ab7184b 4026 
yojson_1.0.3-1.debian.tar.gz
 f2febe07c062e886121cdf110d5270d23b82344dbd633c2c293e9f3ec3960fa3 358546 
libyojson-ocaml-dev_1.0.3-1_amd64.deb
 acf0e9837a647909e25804614d7813807a7346660b554e4a18e3be745f70e925 28264 
libyojson-ocaml_1.0.3-1_amd64.deb
Files: 
 4d0322939b8c4f636ef6a4e73c2a0e5a 1773 ocaml optional yojson_1.0.3-1.dsc
 9f19c943c9527e18ca624b5cefd79750 20847 ocaml optional yojson_1.0.3.orig.tar.gz
 3ddd5d4e35bb09c3bc83b4c771f8dfbf 4026 ocaml optional 
yojson_1.0.3-1.debian.tar.gz
 9fc4dc379776d4b0153674e4839ef19f 358546 ocaml optional 
libyojson-ocaml-dev_1.0.3-1_amd64.deb
 58324087b0b29ac7415a670047fa0e00 28264 ocaml optional 
libyojson-ocaml_1.0.3-1_amd64.deb

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

iQEcBAEBAgAGBQJPAzH7AAoJEDe1GR0FRlJo3k0IAI1gAQPUBHxvBIGmPnSNoK2y
v3m6LpHTVqCMOLAFuywvkjbIQ8pAh7YKx4s0RCU2XWUB/Mj7C5TqpQkzeO5ySozv
NJdpcVdKHosgJ5AVMxXyyqgBzi1k5ICRd2rjmOftbj47CeuPu8/80paxU6ihpG1x
Y6B4bb6bgvtMSqDPbW8r03G3jEIWxW+N3usEXrBjHFy+xzQibg+ZLhoBN1hV1a3o
JQXGDOVrX39VlTuOWb38qtroXtZvF5FS7nKa3ExWO4BYvwAL0aO2mzSWprehp/C0
M6vSCQ/RzBeZMlXU7ojk7vN/BPk4AcWD/07Z58QklUZVioDLKWKg1g29VsbAOEQ=
=Dctu
-END PGP SIGNATURE-


Accepted:
libyojson-ocaml-dev_1.0.3-1_amd64.deb
  to main/y/yojson/libyojson-ocaml-dev_1.0.3-1_amd64.deb
libyojson-ocaml_1.0.3-1_amd64.deb
  to main/y/yojson/libyojson-ocaml_1.0.3-1_amd64.deb
yojson_1.0.3-1.debian.tar.gz
  to main/y/yojson/yojson_1.0.3-1.debian.tar.gz
yojson_1.0.3-1.dsc
  to main/y/yojson/yojson_1.0.3-1.dsc
yojson_1.0.3.orig.tar.gz
  to main/y/yojson/yojson_1.0.3.orig.tar.gz


-- 
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/e1ri7nv-uh...@franck.debian.org



Accepted libsys-virt-perl 0.9.8-1 (source amd64)

2012-01-03 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 18:25:45 +0100
Source: libsys-virt-perl
Binary: libsys-virt-perl
Architecture: source amd64
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libsys-virt-perl - Perl module providing an extension for the libvirt library
Changes: 
 libsys-virt-perl (0.9.8-1) unstable; urgency=low
 .
   * Imported Upstream version 0.9.8
   * Bump versioned Build-Depends on libvirt-dev to (= 0.9.8)
   * Refresh fix-spelling-error-in-manpage.patch patch
   * Refresh debian/copyright file.
 Update copyright years for debian/* packaging
Checksums-Sha1: 
 5e18e62de534a65339a21c8227fb6fcc4bf859b6 2122 libsys-virt-perl_0.9.8-1.dsc
 5ee995f612fbc4fab7f319042f7c5d6d7a0c77af 71964 
libsys-virt-perl_0.9.8.orig.tar.gz
 6736904bfb912c7a96a0db9beb4053434032538c 2955 
libsys-virt-perl_0.9.8-1.debian.tar.gz
 03a2a4785aa32a766a8eb58080917526db95f722 214698 
libsys-virt-perl_0.9.8-1_amd64.deb
Checksums-Sha256: 
 931f9329a3eb5984c845b018fee4cb84c58dbfe1dc10da97db62d2b99370ab51 2122 
libsys-virt-perl_0.9.8-1.dsc
 8c229b0178eaea493a9a74c5624306f26a88fa66089515a3ceb9210ed1542e1f 71964 
libsys-virt-perl_0.9.8.orig.tar.gz
 1bb8450f9a4abff7f13e4bb8585bca08e076a3ff9864be45e90baf3a3ae0e246 2955 
libsys-virt-perl_0.9.8-1.debian.tar.gz
 9d6ad2917cdc32eafb1e9ea016b290c85769ad3a357eced59fbc794fe7be4dca 214698 
libsys-virt-perl_0.9.8-1_amd64.deb
Files: 
 10b947a65f233f23b472512c935322fe 2122 perl optional 
libsys-virt-perl_0.9.8-1.dsc
 228008ec74b9ed68b750873de5b46c4e 71964 perl optional 
libsys-virt-perl_0.9.8.orig.tar.gz
 07050274184fd353ecc86d6ef3330528 2955 perl optional 
libsys-virt-perl_0.9.8-1.debian.tar.gz
 05477b749b4504404bb46de4ce62b252 214698 perl optional 
libsys-virt-perl_0.9.8-1_amd64.deb

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

iQIcBAEBCAAGBQJPAzq6AAoJEHidbwV/2GP+iKcQAM9g+MGBNGoyFcx6VXIRFrqt
AXOcV7iZxv667GikSlOBE4Q180N7ppI0lMtPvPy0nzMKGN2NcfMWt5xCZsshqQT9
18MwN8ndcTgPxcIEDBdeMbOtOVN57n1WJTqdWpyHComvMCimfe7pzxRYPh6AW2SV
XM3oFLZYWaizZyfQm9CYRptH0hL9Gale6j1EuRmDNGXadKBf1y2whmuJZEFIRC6N
oMpEkJzD2+GHYc6uYwAPHb408K12J+q9of7QSPbD4e+uvLfMHa+zVyI4efpjyUSk
1lkqJYA4/m6sMFVD6NU8Q0RyWc12Cmpg2VT9L7+SzkKrum0LswWSTjN1oT/FWUCj
KsoNjETlwn6Us+VsvJDXhFqyc8RCO5Xcz7mi9gCYiHBhncnl1xkS+qFptFeUUqWM
wk0whUTcN3alANR2RYhJHTiL5HJiWAOUkCUqa3CYsevSt6olcE7NyuoJjyKmMABD
aPWvRnLvf+sJTEnTyCIDX5zoE5m/89hkPehwThiRIshZ+yKjwDsY5ObUULGO8clW
7IjGFp1GNs5X3sZ87SdYvXC2PoYtLG2Ttk8fQr1KeScrheVzW9rCVUcGDJQCP3Vm
IXn6KB5H2ujQavUHdDLX1Mj5Ozhh1DXy2oN8iujbH/6DmXjYKAM6mYsfXngxKU0t
Tun83ifI/sTadJdKjNBJ
=0XLz
-END PGP SIGNATURE-


Accepted:
libsys-virt-perl_0.9.8-1.debian.tar.gz
  to main/libs/libsys-virt-perl/libsys-virt-perl_0.9.8-1.debian.tar.gz
libsys-virt-perl_0.9.8-1.dsc
  to main/libs/libsys-virt-perl/libsys-virt-perl_0.9.8-1.dsc
libsys-virt-perl_0.9.8-1_amd64.deb
  to main/libs/libsys-virt-perl/libsys-virt-perl_0.9.8-1_amd64.deb
libsys-virt-perl_0.9.8.orig.tar.gz
  to main/libs/libsys-virt-perl/libsys-virt-perl_0.9.8.orig.tar.gz


-- 
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/e1ri8uq-0005hb...@franck.debian.org



Accepted rancid 2.3.6-2 (source all amd64)

2012-01-03 Thread Roland Rosenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 03 Jan 2012 17:47:50 +0100
Source: rancid
Binary: rancid rancid-cgi
Architecture: source amd64 all
Version: 2.3.6-2
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld rol...@debian.org
Changed-By: Roland Rosenfeld rol...@debian.org
Description: 
 rancid - Really Awesome New Cisco confIg Differ
 rancid-cgi - looking glass CGI for rancid
Closes: 654353
Changes: 
 rancid (2.3.6-2) unstable; urgency=low
 .
   * Build-Depend on inetutils-ping instead of iputils-ping to build on
 kfreebsd.
   * Create user rancid with /bin/bash shell (Closes: #654353).
   * Change user rancids shell from /bin/false to /bin/bash in postinst.
   * Migrate from dpatch to 3.0 (quilt) format.
   * Reformat all patches.
   * Change build depenency from dpatch to debhelper (= 7.0.50~).
   * Change debian/compat to 7.
   * Remove README.source.
   * Complete rewrite of debian/rules.
   * Depend on  libperl4-corelibs-perl | perl ( 5.12.3-7), because rtrfilter
 still uses newgetopt.pl.
   * Update Standards-Version to 3.9.2 (no changes).
   * Remove transitional packages rancid-core and rancid-util.
   * 12_MAILPLUS.patch: Replace @MAILPLUS@ and @ADMINMAILPLUS@ in downreport.
 Thanks to GeekSmith for reporting and providing a patch.  This fixes
 Ubuntu bug #909877.
Checksums-Sha1: 
 1b5ffda7b5094ee818d59f87ff648d9d5917398b 1213 rancid_2.3.6-2.dsc
 03616b5a3db04ea6117773262d657e28aab0ae66 29486 rancid_2.3.6-2.debian.tar.gz
 0be62a0e5d6130d998781e60022b78b09b9e5d61 276126 rancid_2.3.6-2_amd64.deb
 d13cad42f49754da553adc7bb4a305049ec2d7fd 53008 rancid-cgi_2.3.6-2_all.deb
Checksums-Sha256: 
 66f86c0f9d734fb655d30d1d268527c233e4a0c3c34644151089205fadabdfe1 1213 
rancid_2.3.6-2.dsc
 13dce04a25460197c4c08446860a93187d39192d16cf0597aeea62e062aef2f3 29486 
rancid_2.3.6-2.debian.tar.gz
 40ac835fe742639da387421d06b4ad668d42dd09ff23745e17d17c1a231971d6 276126 
rancid_2.3.6-2_amd64.deb
 dd67e2bdbc16c066a533fbd94fd779500a1a539934fe526137ccf55764537824 53008 
rancid-cgi_2.3.6-2_all.deb
Files: 
 4694a8713574c071b1f1f91d04ef0aa3 1213 net optional rancid_2.3.6-2.dsc
 31e1bee1409adc54766d657826e0ea26 29486 net optional 
rancid_2.3.6-2.debian.tar.gz
 a7cab04592f713a09ca46513809729ed 276126 net optional rancid_2.3.6-2_amd64.deb
 a4ec0fa1c3a94aa4602496a21e7ca497 53008 net optional rancid-cgi_2.3.6-2_all.deb

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

iEYEAREDAAYFAk8DOjQACgkQO7/Pd72LBQ2HYQCfSbbUYVWAU4B3KNjISB1jDvkO
UzcAn2HGDs7o+I9em2bKd8iSVbB4nj0q
=0+ZY
-END PGP SIGNATURE-


Accepted:
rancid-cgi_2.3.6-2_all.deb
  to main/r/rancid/rancid-cgi_2.3.6-2_all.deb
rancid_2.3.6-2.debian.tar.gz
  to main/r/rancid/rancid_2.3.6-2.debian.tar.gz
rancid_2.3.6-2.dsc
  to main/r/rancid/rancid_2.3.6-2.dsc
rancid_2.3.6-2_amd64.deb
  to main/r/rancid/rancid_2.3.6-2_amd64.deb


-- 
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/e1ri8wv-0006la...@franck.debian.org



Accepted xine-lib-1.2 1.2.0-3 (source all amd64)

2012-01-03 Thread linux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 17:24:32 +
Source: xine-lib-1.2
Binary: libxine2-doc libxine2 libxine2-bin libxine-dev libxine2-ffmpeg 
libxine2-gnome libxine2-console libxine2-vdr libxine2-x libxine2-misc-plugins 
libxine2-dbg libxine2-plugins libxine2-all-plugins
Architecture: source all amd64
Version: 1.2.0-3
Distribution: experimental
Urgency: low
Maintainer: Darren Salt li...@youmustbejoking.demon.co.uk
Changed-By: li...@youmustbejoking.demon.co.uk
Description: 
 libxine-dev - the xine video player library, development packages
 libxine2   - the xine media player library, meta-package (development branch)
 libxine2-all-plugins - the xine video/media player library, meta package
 libxine2-bin - the xine video/media player library, binary files
 libxine2-console - libaa/libcaca/framebuffer/directfb related plugins for 
libxine2
 libxine2-dbg - debug symbols for libxine2
 libxine2-doc - the xine video player library, documentation files
 libxine2-ffmpeg - MPEG-related plugins for libxine2
 libxine2-gnome - GNOME-related plugins for libxine2
 libxine2-misc-plugins - Input, audio output and post plugins for libxine2
 libxine2-plugins - the xine video/media player library, meta package
 libxine2-vdr - VDR-related plugins for libxine2
 libxine2-x - X desktop video output plugins for libxine2
Changes: 
 xine-lib-1.2 (1.2.0-3) experimental; urgency=low
 .
   * This time, with autoreconf.
Checksums-Sha1: 
 75308b266c020316148cd04d9d22b9abc1c601e4 2773 xine-lib-1.2_1.2.0-3.dsc
 f659bea994a8a54cd517b1be5c1d59d9d3e565d1 30009 
xine-lib-1.2_1.2.0-3.debian.tar.bz2
 a345b4755fa3dea5b5fd93a614dfcf81eed03f4d 143050 libxine2-doc_1.2.0-3_all.deb
 208c56cfcb858b6e904880519ae743fcaff3afc7 61950 libxine2-plugins_1.2.0-3_all.deb
 6919450e9ea3bdd56a61cdc55d2be035ff5869fa 61956 
libxine2-all-plugins_1.2.0-3_all.deb
 b6d4f9aa33542ddb2ad8b469cecd23d041e815a9 1600 libxine2_1.2.0-3_amd64.deb
 44efc2e9e47a87d4df9c041317cced915206ac13 1560272 libxine2-bin_1.2.0-3_amd64.deb
 59c98a04bbd39de3a26ccaa44cea3b101704f5f5 348420 libxine-dev_1.2.0-3_amd64.deb
 0555cf3a373a38f07ff5723e3ce687be44317609 257180 
libxine2-ffmpeg_1.2.0-3_amd64.deb
 da540796c71c2e0ca3a3f4aa48e61e42d25e79d0 16348 libxine2-gnome_1.2.0-3_amd64.deb
 75d0e3e917a36e78a4f36e9b58e37f8bdcf9126e 48236 
libxine2-console_1.2.0-3_amd64.deb
 0b6cd7c210628dfe2acfa68d6324a740be13cdbf 23996 libxine2-vdr_1.2.0-3_amd64.deb
 3fc8965382aab05f8bce296fc58a758d747de801 253974 libxine2-x_1.2.0-3_amd64.deb
 0751562c654c3fcbfd4d60f28d2207ad3dc063a6 743456 
libxine2-misc-plugins_1.2.0-3_amd64.deb
 45c8ee28b69b6f74203739446b1c2c8a664dc287 4079754 libxine2-dbg_1.2.0-3_amd64.deb
Checksums-Sha256: 
 3d052ed5fc6dda0620579f4d72856cc794dcae0f918cef24bd392b63a4d0c7b1 2773 
xine-lib-1.2_1.2.0-3.dsc
 8623a496a1f67c714e5d1ad58367c32e41950d33302ddf8de19df790d0735b25 30009 
xine-lib-1.2_1.2.0-3.debian.tar.bz2
 9defa215e172ddc9b145f51c861daf92c0088a5e9a535682f96272d0e2e5bdd7 143050 
libxine2-doc_1.2.0-3_all.deb
 8f76a7ab21969c719ffc8571e7688c3ec8191fdcf10421a65c4a81a8dd5d90d2 61950 
libxine2-plugins_1.2.0-3_all.deb
 b41345afbee448162064dc50e2946af052f317d16b153c2afd336d20cfcf54a8 61956 
libxine2-all-plugins_1.2.0-3_all.deb
 b2f8b2aacc34130d630bedd2456d8e12ad24573d398d07ac8ddf47635520dc3f 1600 
libxine2_1.2.0-3_amd64.deb
 02999b28c8ec769982766bd1108818f84774ae8f4de21ec29b520112ba219422 1560272 
libxine2-bin_1.2.0-3_amd64.deb
 711be7a98d44cbfc5b6248b33278414eba77ff807d5e3d3ef5bde50d23a60bb5 348420 
libxine-dev_1.2.0-3_amd64.deb
 c73a1fb292f74ff9bb527718e5bd15ee4390b6a0dc7cf8d435d2872c27aad459 257180 
libxine2-ffmpeg_1.2.0-3_amd64.deb
 f28ac160dcb1e0880e5b92928c7dc75c8fd692e8d046e6ccdb81ddb453f17820 16348 
libxine2-gnome_1.2.0-3_amd64.deb
 5c305bdfce7f0d39ddb2361a30ca20c83b7ac90a0ef322374d43e32dec34e24d 48236 
libxine2-console_1.2.0-3_amd64.deb
 897ee9630bd52ceac5bae5579149e4b1728e9e4cad1e1e1a532a299f442f5f86 23996 
libxine2-vdr_1.2.0-3_amd64.deb
 eb95f08483e12f5cf82e41bf336fa261c946308f3e70c8650f4eba65db24d024 253974 
libxine2-x_1.2.0-3_amd64.deb
 668e98784fa378e300d00550a8db63785bf90cc1c658757ba6c5a6acbba83054 743456 
libxine2-misc-plugins_1.2.0-3_amd64.deb
 9de4f0664b397c644e376b9686e5144921e72eb670d9d9191c5f6033616e5e5d 4079754 
libxine2-dbg_1.2.0-3_amd64.deb
Files: 
 224badfd9f6d8e92eed7535cffb7afdd 2773 libs optional xine-lib-1.2_1.2.0-3.dsc
 752bbc16ba630655e011fe59c37c96dc 30009 libs optional 
xine-lib-1.2_1.2.0-3.debian.tar.bz2
 b3a98ee0c2711fbee444dcc103efd38f 143050 doc optional 
libxine2-doc_1.2.0-3_all.deb
 1ff2e9a2a32523c7da64f2fe5933b64e 61950 libs extra 
libxine2-plugins_1.2.0-3_all.deb
 44f201cef5fa520b0e07b9a59b65f2a1 61956 libs extra 
libxine2-all-plugins_1.2.0-3_all.deb
 80a5653fcb2a0fd84d3e489ed7aa9f35 1600 libs optional libxine2_1.2.0-3_amd64.deb
 c12171c353f4cf1564e2b3cd9e7d7828 1560272 libs optional 
libxine2-bin_1.2.0-3_amd64.deb
 7ce44397f697d0dc21665da9bcbc1332 348420 libdevel optional 
libxine-dev_1.2.0-3_amd64.deb
 

Accepted dicompyler 0.4.1-1-1 (source all)

2012-01-03 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 17:15:29 +0100
Source: dicompyler
Binary: dicompyler
Architecture: source all
Version: 0.4.1-1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 dicompyler - radiation therapy research platform
Changes: 
 dicompyler (0.4.1-1-1) unstable; urgency=low
 .
   * New upstream version
   * debian/watch: Adapted to new versioning scheme
   * debian/install: Adapted to new directory layout
   * debian/docs: Adapted to new directory layout
   * debian/lintian-overrides: license.txt file is referenced from
 the code so it needs to be installed
   * debian/control: Moved now available python-dicom to Depends
   * debian/bin/dicompyler: Adapt PATH
   * debian/patches/do_not_download_distribute.patch: Prevent setup
 from downloading distribute
   * debian/rules: Less need to fix permissions
Checksums-Sha1: 
 95e35064f5bb2a95bd030aa58f881ed34c94867a 1427 dicompyler_0.4.1-1-1.dsc
 039385e0b47b832daf44542c87626b6e35d9f0ac 292855 dicompyler_0.4.1-1.orig.tar.gz
 c2f704eb1165a65a7ef1cc8b2c1b6670f3a3b056 12656 
dicompyler_0.4.1-1-1.debian.tar.gz
 02b270d16bbebe350e15435d248d273125159675 30 dicompyler_0.4.1-1-1_all.deb
Checksums-Sha256: 
 4f72b2c6069e083b19be00f738ead610894b722996ad35510c6e524062c06d55 1427 
dicompyler_0.4.1-1-1.dsc
 187a2dc304dca2a722aec5ab33f7ab19dd395cb5f879d1817e834c3db6949cbf 292855 
dicompyler_0.4.1-1.orig.tar.gz
 ba719f00ce108eda0de58b3d20f31837bef321d014bbb9f83f133512e96358d8 12656 
dicompyler_0.4.1-1-1.debian.tar.gz
 5dc1101abe20e1c1d95c141f87fb2d827df1c77d584523b481717fd66eb5274a 30 
dicompyler_0.4.1-1-1_all.deb
Files: 
 3ec60d97be7b2a2ec467937d24b37a12 1427 science optional dicompyler_0.4.1-1-1.dsc
 caf92babadd21f8b957c9a5803e60eb5 292855 science optional 
dicompyler_0.4.1-1.orig.tar.gz
 5473ab8f35ee8416a75c456628659269 12656 science optional 
dicompyler_0.4.1-1-1.debian.tar.gz
 a9a23637457bb8cd0ac2864bd9c24e82 30 science optional 
dicompyler_0.4.1-1-1_all.deb

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

iEYEARECAAYFAk8DRDkACgkQYDBbMcCf01oHngCbBf3kBz5iKJe9ZK3hNGlDpG5D
kLIAnRI+ZABKwb+/2Lw6IVMkZfA2ogpn
=Bnbz
-END PGP SIGNATURE-


Accepted:
dicompyler_0.4.1-1-1.debian.tar.gz
  to main/d/dicompyler/dicompyler_0.4.1-1-1.debian.tar.gz
dicompyler_0.4.1-1-1.dsc
  to main/d/dicompyler/dicompyler_0.4.1-1-1.dsc
dicompyler_0.4.1-1-1_all.deb
  to main/d/dicompyler/dicompyler_0.4.1-1-1_all.deb
dicompyler_0.4.1-1.orig.tar.gz
  to main/d/dicompyler/dicompyler_0.4.1-1.orig.tar.gz


-- 
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/e1ri8va-0002j6...@franck.debian.org



Accepted gman 0.9.3-5.2 (source amd64)

2012-01-03 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jan 2012 00:48:23 +0900
Source: gman
Binary: gman
Architecture: source amd64
Version: 0.9.3-5.2
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin joy-packa...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 gman   - small man(1) front-end for X
Changes: 
 gman (0.9.3-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Switched from mozilla to sensible-browser.
   * Added evince as choice since this is gnome/GTK+ app.
   * Updated manpath default values to current situation.
   * Updated policy version, used 3.0 (quilt) format, and
 made some lintian touch-ups.
Checksums-Sha1: 
 630497403186caeac5c3fac44ba5468c2ba62b87 1025 gman_0.9.3-5.2.dsc
 b404269de6081b60386d06d88d6bae9bad54f12e 16085 gman_0.9.3-5.2.debian.tar.gz
 d0c4f6f377c016aa39befa3082f652792db6e5ee 39950 gman_0.9.3-5.2_amd64.deb
Checksums-Sha256: 
 34dac94de3ff7e57ee7bcdad6bea714b3c856dc26e0f896fceae04665f6d0967 1025 
gman_0.9.3-5.2.dsc
 b5fd3008519f25fdec25ad64e5ba481225a4cdeb2613f660de4fac50d97e9f8b 16085 
gman_0.9.3-5.2.debian.tar.gz
 9c2cd50642ecbc81d2eba430cce66e6e660160557558c49964e4560974cdc67a 39950 
gman_0.9.3-5.2_amd64.deb
Files: 
 5d7908a5ef5de6e182d8380b09ded31f 1025 doc optional gman_0.9.3-5.2.dsc
 752d2c3f898d95c0b4e6c19190bcccbd 16085 doc optional 
gman_0.9.3-5.2.debian.tar.gz
 4f8c7b5c42541bbb441fede85b627fc5 39950 doc optional gman_0.9.3-5.2_amd64.deb

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

iEYEARECAAYFAk8DRjQACgkQ6A/EwagGHzLvlgCfcTwMAfSXcg14GI4pXMcLK+QW
SDAAmwcY5UG9H72860AFsFgk87YgllqZ
=Omch
-END PGP SIGNATURE-


Accepted:
gman_0.9.3-5.2.debian.tar.gz
  to main/g/gman/gman_0.9.3-5.2.debian.tar.gz
gman_0.9.3-5.2.dsc
  to main/g/gman/gman_0.9.3-5.2.dsc
gman_0.9.3-5.2_amd64.deb
  to main/g/gman/gman_0.9.3-5.2_amd64.deb


-- 
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/e1ri9ao-0004sr...@franck.debian.org



Accepted putty 0.62-2 (source i386 all)

2012-01-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 18:14:45 +
Source: putty
Binary: pterm putty putty-tools putty-doc
Architecture: source i386 all
Version: 0.62-2
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 pterm  - PuTTY terminal emulator
 putty  - Telnet/SSH client for X
 putty-doc  - PuTTY HTML documentation
 putty-tools - command-line tools for SSH, SCP, and SFTP
Changes: 
 putty (0.62-2) unstable; urgency=low
 .
   * Avoid deprecated GLib functions.
   * Add temporary debugging patch to try to figure out why the
 kfreebsd-amd64 build is failing.
Checksums-Sha1: 
 3e75ab3eed94ac46be4bc696b27a844761386a22 2017 putty_0.62-2.dsc
 5828af6643d2e4154c6feb8ea9bad4de2d1e05b2 13248 putty_0.62-2.debian.tar.gz
 4ff5133b849b248256e11132598162bc5a6e144f 197138 pterm_0.62-2_i386.deb
 0f642b1b42a1820cce4dd0fa0cdc7d949c368dec 337172 putty_0.62-2_i386.deb
 4e0161b3d548a87de4644a364bcd21af9af4f113 689294 putty-tools_0.62-2_i386.deb
 4cb06f493b702d20d3b3994c790d0a11b9438dfb 173302 putty-doc_0.62-2_all.deb
Checksums-Sha256: 
 2bbc0ead9cdd5ca8acc7210f60d9ed62fd5156d26d1801496781e4af3e02486a 2017 
putty_0.62-2.dsc
 6b2328d066c1ac2f4256265be70432163e08bf0f9ea0f1b3058000b348a92dca 13248 
putty_0.62-2.debian.tar.gz
 aa8bddfcf0030edd67f5c8860b0268b386191d0995af1e69cb9bbb94c2b24b0f 197138 
pterm_0.62-2_i386.deb
 f318bcfe3e4c25b13e238faf918654bbd8952f60f346bc61ba9b7b113ce716ac 337172 
putty_0.62-2_i386.deb
 233d3373ef8e4626b27f22128c2e37967b3e96e03e90d964dd6496ee7dc45ce1 689294 
putty-tools_0.62-2_i386.deb
 437c0540a1e4b367516735d02c9b0faea052f72c13b283706232e69f4bfeb02f 173302 
putty-doc_0.62-2_all.deb
Files: 
 d951a9e011d7398614dc04f48031a687 2017 net optional putty_0.62-2.dsc
 391819e95ef7c39d7f788a63edb75c21 13248 net optional putty_0.62-2.debian.tar.gz
 40a08c6d086ab577a9be209693108e1d 197138 x11 optional pterm_0.62-2_i386.deb
 eb5cfb23ea6f60984059c176926577f6 337172 net optional putty_0.62-2_i386.deb
 0d08a9742dc3f2a83aca933eea00ba5d 689294 net optional 
putty-tools_0.62-2_i386.deb
 6a4274fde219bb00ae730029dded34c4 173302 doc optional putty-doc_0.62-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTwNG8Dk1h9l9hlALAQjG2g/8DQAtjt4P4g1flzlZyKJd34vwMlBEDl+I
xprjBgeSTc2MJ0i6SqNgw6RicS7znINc+Hu4BFOcSOGTC4TKn4FFE4QgEawTxcaJ
cuzl1Nwm/t248MjmPUqLieysLwAntgmbjuntA0ByhsHkrlHAmM5TBHMYsmyVbE68
4ADjcuVwC4B+O60zurjo7BYoSev80u2QJ0BXsYrhVXWEgYYUklqEHM4QBd+RaxTY
N6SenaY1QZRTbbDdOGKVwoAvNmzb9RHY/qzpb+KbncX11omrFcXdKQTMPtC+Ku1y
WTTEIfRxzKfUubE8PeCi38ox7X5lorMWr5pLjeY4zVaH0vlkCmeryv7u3Jm7u5CV
1jTb9ZNjld3m4o7iW7nBTijJjJoY4WHmS0J3d/ldQ1eUXtKgkOfmMeSE6SCI9Qzi
XL6aM1AJ5N9atzhOgqW/Z5dygrV16uG2/xYObbyw1hdUxU8yYXhyAlm1SFVBMc5c
8d2T3idWlQyhUet0xk/ZJDSiFwc52+BianrbOM85U3voZh/Qe570QvCyl4lpsdfY
pEUkktCIsvFWT8pbm/MPIoi29szvNgcOw/z4b9iUIQmlIO5sH93/QO3ysPU1bx9l
rqV2OAQEg6I9sv/sOtNSFIHNjBjo4pGO/Odqhu26jNcTPMWd9WwVup/4ZUcLeVMy
2k0S35WSGR8=
=rC0N
-END PGP SIGNATURE-


Accepted:
pterm_0.62-2_i386.deb
  to main/p/putty/pterm_0.62-2_i386.deb
putty-doc_0.62-2_all.deb
  to main/p/putty/putty-doc_0.62-2_all.deb
putty-tools_0.62-2_i386.deb
  to main/p/putty/putty-tools_0.62-2_i386.deb
putty_0.62-2.debian.tar.gz
  to main/p/putty/putty_0.62-2.debian.tar.gz
putty_0.62-2.dsc
  to main/p/putty/putty_0.62-2.dsc
putty_0.62-2_i386.deb
  to main/p/putty/putty_0.62-2_i386.deb


-- 
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/e1ri9bd-0004ap...@franck.debian.org



Accepted scite 3.0.2-2 (source amd64)

2012-01-03 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 18:47:49 +0100
Source: scite
Binary: scite
Architecture: source amd64
Version: 3.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 scite  - Lightweight GTK-based Programming Editor
Closes: 653200
Changes: 
 scite (3.0.2-2) unstable; urgency=low
 .
   * debian/scite.desktop, debian/Scite32M.xpm:
 - dropped, use upstream version instead (closes: #653200)
Checksums-Sha1: 
 9d276dc2ed05572f30465721b487612424921c74 1089 scite_3.0.2-2.dsc
 2dd5d995e25969efd8c1aebd51e3549f3394cdfa 15206 scite_3.0.2-2.debian.tar.gz
 978e70ed0f7adc50dfbc6dbc0976ec66dbcaf0a2 1213190 scite_3.0.2-2_amd64.deb
Checksums-Sha256: 
 502ff3f0c91b27b9379a8bf65b928ff148b5ba089624171936fedfccb8cc1bf1 1089 
scite_3.0.2-2.dsc
 790834aa242a3f6cb80d78584c85d5e71554d4f4634be059c61dbbd972cd562d 15206 
scite_3.0.2-2.debian.tar.gz
 1581d5d80cfaedc0ebed999f230734c015dd8ff115aae77cb6df7ec92e5b334c 1213190 
scite_3.0.2-2_amd64.deb
Files: 
 85576db9a328c16fd098bcaa4cd19ff1 1089 editors optional scite_3.0.2-2.dsc
 e1c84913975c7bd3dc80d1fca68ed6bd 15206 editors optional 
scite_3.0.2-2.debian.tar.gz
 e72f5e30dd307c14dcecbc6d73ce41b4 1213190 editors optional 
scite_3.0.2-2_amd64.deb

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

iEYEARECAAYFAk8DTe4ACgkQliSD4VZixzS5BQCeKo3dyFD/8VnnkdTT9o+xqmQf
1Z8An1BWNu7EK9ji947tCraIyQTnmm5Z
=nRuI
-END PGP SIGNATURE-


Accepted:
scite_3.0.2-2.debian.tar.gz
  to main/s/scite/scite_3.0.2-2.debian.tar.gz
scite_3.0.2-2.dsc
  to main/s/scite/scite_3.0.2-2.dsc
scite_3.0.2-2_amd64.deb
  to main/s/scite/scite_3.0.2-2_amd64.deb


-- 
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/e1ri9gs-k8...@franck.debian.org



Accepted gddrescue 1.15-1 (source amd64)

2012-01-03 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 20:18:19 +0100
Source: gddrescue
Binary: gddrescue
Architecture: source amd64
Version: 1.15-1
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop m...@debian.org
Changed-By: Michael Prokop m...@debian.org
Description: 
 gddrescue  - the GNU data recovery tool
Changes: 
 gddrescue (1.15-1) unstable; urgency=low
 .
   * [394d986] Imported Upstream version 1.15
   * [e17d1b1] Bump Standards-Version to 3.9.2
   * [356c0c7] Drop Vcs-Browser because gitweb is disabled
Checksums-Sha1: 
 6acbe0810b463b61f793e678443594ea4c72c825 1110 gddrescue_1.15-1.dsc
 7046adc4a4b1076b7b5d2d0c987e1608d6b67486 99082 gddrescue_1.15.orig.tar.gz
 6ce98a099c6c7eea59e76818435436949cfe6acf 4020 gddrescue_1.15-1.diff.gz
 d7d26429154019d7aaffa20e3da6441b58669868 58480 gddrescue_1.15-1_amd64.deb
Checksums-Sha256: 
 b161fc14eb4cf8ddc435e33251b5063ffd91f2af748edd7d279a1c76d19b33e6 1110 
gddrescue_1.15-1.dsc
 75e01362005ba5b59a275edd9d012229b43e0b56533c2abb89d40a44d7ec2d78 99082 
gddrescue_1.15.orig.tar.gz
 ed13b1837e7ee9864b485ebe78cb6095714815a58dc0fb9c1dc131f7f963a84a 4020 
gddrescue_1.15-1.diff.gz
 39a1e94f18a0c7bb489bcf18b85e03b3e5f4327a741bf2a9a6fe876d5039f436 58480 
gddrescue_1.15-1_amd64.deb
Files: 
 f7a2eab74925ecb79169fe91e3390f36 1110 utils optional gddrescue_1.15-1.dsc
 6b445f6246074a7fa02f3b2599031096 99082 utils optional 
gddrescue_1.15.orig.tar.gz
 68809f13c2e89ad7807b996afc1305df 4020 utils optional gddrescue_1.15-1.diff.gz
 aeaa165ec040934fb89fc9e9acfeff2d 58480 utils optional 
gddrescue_1.15-1_amd64.deb

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

iEYEARECAAYFAk8DVYkACgkQ2N9T+zficuhAtgCeOK3nTXA75gFRzbTcUeNO1xPM
axQAmwVIbnqhICqOTHw/dL9bDpeFgUZI
=FZUA
-END PGP SIGNATURE-


Accepted:
gddrescue_1.15-1.diff.gz
  to main/g/gddrescue/gddrescue_1.15-1.diff.gz
gddrescue_1.15-1.dsc
  to main/g/gddrescue/gddrescue_1.15-1.dsc
gddrescue_1.15-1_amd64.deb
  to main/g/gddrescue/gddrescue_1.15-1_amd64.deb
gddrescue_1.15.orig.tar.gz
  to main/g/gddrescue/gddrescue_1.15.orig.tar.gz


-- 
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/e1ria5v-0003tn...@franck.debian.org



Accepted gnat-gps 5.0-4 (source all amd64)

2012-01-03 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue,  3 Jan 2012 18:20:30 +0100
Source: gnat-gps
Binary: gnat-gps gnat-gps-dbg gnat-gps-doc gnat-gps-common
Architecture: source amd64 all
Version: 5.0-4
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 gnat-gps   - integrated development environment for C and Ada
 gnat-gps-common - integrated development environment for C and Ada (common 
files)
 gnat-gps-dbg - integrated development environment for C and Ada (debugging 
symbo
 gnat-gps-doc - integrated development environment for C and Ada (documentation)
Changes: 
 gnat-gps (5.0-4) unstable; urgency=low
 .
   * debian/patches/libgtkada2-2.24.0-dev-part2.patch: rewrite completely;
 keep using the Gtk.Combo.
   * debian/patches/file_selector.patch: delete.
   * debian/patches/bug-653470.patch: remove all calls to Glib.Convert.
 Locale_To_UTF8 in all source files.
Checksums-Sha1: 
 1c1d521e15e6857103c530e4f44d093a6224440b 1721 gnat-gps_5.0-4.dsc
 0813bbf6677adc7b07f8da25b1f1a416296857fe 58249 gnat-gps_5.0-4.debian.tar.bz2
 4c576f6581256f38aab3bf9cd12a0f9f9eb7a99d 7721528 gnat-gps_5.0-4_amd64.deb
 878c2543d903b4b5e8cb1000f4dadfcb511c 21485750 gnat-gps-dbg_5.0-4_amd64.deb
 340b6fae8adc0b0c8db59e78e6e5b31614758521 9741170 gnat-gps-doc_5.0-4_all.deb
 e3e2208e7d09b70b7f579087d6dfd5a95a028e21 1647894 gnat-gps-common_5.0-4_all.deb
Checksums-Sha256: 
 68accfb0d056cfbc60b0c6dde438a89388c973248cce80ceef65f16795e04aee 1721 
gnat-gps_5.0-4.dsc
 4f46310b05bfcec57a8bf56ef39101d22cbf6f7bbf8fac0e2d5fe8303717bd30 58249 
gnat-gps_5.0-4.debian.tar.bz2
 e920cb845ec2540d79f7d12eb63db6d09e0c51559fce707793b74732a080448b 7721528 
gnat-gps_5.0-4_amd64.deb
 a859fcb5aefbeda5fb2f7ceabdbb32a041e08cc99e7cafb85a37ec466fca9db9 21485750 
gnat-gps-dbg_5.0-4_amd64.deb
 df53d550cee6c0adf973a26898d5694ed4d9c2cadf1571e2f00d7ecd36a6111f 9741170 
gnat-gps-doc_5.0-4_all.deb
 68907a246736589c9667bcf87ec3e32e1f37129e3a1ca485d54b12500927cb40 1647894 
gnat-gps-common_5.0-4_all.deb
Files: 
 18f68dbf31b0ac70432d927c90973092 1721 devel optional gnat-gps_5.0-4.dsc
 d82c07b1b69847259aba559d2666a325 58249 devel optional 
gnat-gps_5.0-4.debian.tar.bz2
 ca725b20051e7a588b51eef064d2b3dc 7721528 devel optional 
gnat-gps_5.0-4_amd64.deb
 aad69799dad661a56fe45f0d616011ea 21485750 debug extra 
gnat-gps-dbg_5.0-4_amd64.deb
 f2a54f95d2781f2f13971811fef3bfba 9741170 doc optional 
gnat-gps-doc_5.0-4_all.deb
 708e5d7a834fc2aae6557608ec155fa5 1647894 devel optional 
gnat-gps-common_5.0-4_all.deb

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

iD8DBQFPA1D1x9kwJZ3/qtQRAuqPAJkBapCjldWEJJCBZHMZ2Q9xc7E6XQCgi9WL
8PP+fBj0qOprYItGs6yiF+g=
=sHER
-END PGP SIGNATURE-


Accepted:
gnat-gps-common_5.0-4_all.deb
  to main/g/gnat-gps/gnat-gps-common_5.0-4_all.deb
gnat-gps-dbg_5.0-4_amd64.deb
  to main/g/gnat-gps/gnat-gps-dbg_5.0-4_amd64.deb
gnat-gps-doc_5.0-4_all.deb
  to main/g/gnat-gps/gnat-gps-doc_5.0-4_all.deb
gnat-gps_5.0-4.debian.tar.bz2
  to main/g/gnat-gps/gnat-gps_5.0-4.debian.tar.bz2
gnat-gps_5.0-4.dsc
  to main/g/gnat-gps/gnat-gps_5.0-4.dsc
gnat-gps_5.0-4_amd64.deb
  to main/g/gnat-gps/gnat-gps_5.0-4_amd64.deb


-- 
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/e1ria6o-0003an...@franck.debian.org



Accepted gnumed-server 16.9-1 (source all)

2012-01-03 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 20:21:02 +0100
Source: gnumed-server
Binary: gnumed-server
Architecture: source all
Version: 16.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gnumed-server - medical practice management - server
Changes: 
 gnumed-server (16.9-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 63d269e43fa7671e9d3a2c11a3fb1cfdedd6bcc1 1413 gnumed-server_16.9-1.dsc
 b8c7e319297152cf7e1057a545c171a4f772f8f8 13645175 
gnumed-server_16.9.orig.tar.gz
 cdfb01f7b7fcd7efcff93896a71c7f77f3dced02 9945 
gnumed-server_16.9-1.debian.tar.gz
 ee0b138c602b2a7e8b5643a119092411f0cd45bb 13487918 gnumed-server_16.9-1_all.deb
Checksums-Sha256: 
 bf4de9aa2d79f00ef6f7276470b64d2b24e560a82a0a2b31eafb24e0174e0d7c 1413 
gnumed-server_16.9-1.dsc
 4f45d4de478048b858c14c7b94fdcaf013e3c292f44c31e4f33bdb46e25c23a5 13645175 
gnumed-server_16.9.orig.tar.gz
 7c2c016b9e6c704f1a0f78e54ecbe1d7d8bcaeeeadac514803aa3b3486f684af 9945 
gnumed-server_16.9-1.debian.tar.gz
 44218575cc30652f28ca51c61cdcf2d3206f3ba78c4179d4bfa916f3b08cf7d2 13487918 
gnumed-server_16.9-1_all.deb
Files: 
 1c8baf306454297cc6ad8f9b8b47cb99 1413 misc optional gnumed-server_16.9-1.dsc
 6ea952fa9c0e07bdb75bb50f1d4dac61 13645175 misc optional 
gnumed-server_16.9.orig.tar.gz
 b6051fb4025e4ccca48e23fd2af06d91 9945 misc optional 
gnumed-server_16.9-1.debian.tar.gz
 e34607055364b78f414b1e206dea4cce 13487918 misc optional 
gnumed-server_16.9-1_all.deb

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

iEYEARECAAYFAk8DVZAACgkQYDBbMcCf01qGZQCfUJM0ndHn0CEIvqq6ds+bTp2H
khYAnjdzzbaeGnmRDpkRLwP6g4mn6QOr
=qfbO
-END PGP SIGNATURE-


Accepted:
gnumed-server_16.9-1.debian.tar.gz
  to main/g/gnumed-server/gnumed-server_16.9-1.debian.tar.gz
gnumed-server_16.9-1.dsc
  to main/g/gnumed-server/gnumed-server_16.9-1.dsc
gnumed-server_16.9-1_all.deb
  to main/g/gnumed-server/gnumed-server_16.9-1_all.deb
gnumed-server_16.9.orig.tar.gz
  to main/g/gnumed-server/gnumed-server_16.9.orig.tar.gz


-- 
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/e1riakm-0006gb...@franck.debian.org



Accepted freebsd-libs 8.2+ds2-1 (source all kfreebsd-amd64)

2012-01-03 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jan 2012 15:37:48 +0100
Source: freebsd-libs
Binary: libsbuf0 libsbuf0-udeb libsbuf-dev libcam0 libcam-dev libgeom1 
libgeom-dev libgeom1-udeb libusbhid4 libusbhid-common libusbhid-dev libusb2 
libusb2-dev libusb2-udeb libkvm0 libkvm-dev libdevstat7 libdevstat-dev 
libmemstat3 libmemstat-dev libnetgraph4 libnetgraph-dev libipx2 libipx-dev 
libipx2-udeb libkiconv4 libkiconv-dev libjail1 libjail-dev libalias7 
libalias-dev
Architecture: source kfreebsd-amd64 all
Version: 8.2+ds2-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 libalias-dev - Development files for libalias
 libalias7  - FreeBSD packet aliasing library
 libcam-dev - Development files for libcam
 libcam0- FreeBSD CAM (Common Access Method) library
 libdevstat-dev - Development files for libdevstat
 libdevstat7 - FreeBSD devstat (kernel interface) library
 libgeom-dev - Development files for libgeom
 libgeom1   - FreeBSD GEOM library
 libgeom1-udeb - FreeBSD GEOM library (udeb) (udeb)
 libipx-dev - Development files for libipx
 libipx2- FreeBSD IPX address conversion support library
 libipx2-udeb - FreeBSD IPX address conversion support library (udeb) (udeb)
 libjail-dev - Development files for libjail
 libjail1   - FreeBSD jail library
 libkiconv-dev - Development files for libkiconv
 libkiconv4 - FreeBSD kernel side iconv library (udeb)
 libkvm-dev - Development files for libkvm
 libkvm0- FreeBSD kvm (kernel memory interface) library
 libmemstat-dev - Development files for libmemstat
 libmemstat3 - FreeBSD memstat (kernel interface) library
 libnetgraph-dev - Development files for libnetgraph
 libnetgraph4 - FreeBSD memstat (kernel interface) library
 libsbuf-dev - Development files for libsbuf
 libsbuf0   - FreeBSD string buffer library
 libsbuf0-udeb - FreeBSD string buffer library (udeb) (udeb)
 libusb2- FreeBSD userspace USB programming library
 libusb2-dev - Development files for libusb2
 libusb2-udeb - Development files for libusb2 (udeb) (udeb)
 libusbhid-common - Common files for the USB HID devices FreeBSD library
 libusbhid-dev - Development files for libusbhid
 libusbhid4 - FreeBSD library to access USB HID devices
Closes: 653193
Changes: 
 freebsd-libs (8.2+ds2-1) unstable; urgency=low
 .
   * Add libalias, using patch from Christoph Egger with some adjustments.
 (Closes: #653193)
Checksums-Sha1: 
 f0ceb68c9d1f2d56301c6cf8f8b4d8705f7761db 2963 freebsd-libs_8.2+ds2-1.dsc
 13550352936ea12472c20a41f2cf237eee331975 621054 
freebsd-libs_8.2+ds2.orig.tar.gz
 78a87e3029dc40a44c02ca20944412065612582f 24754 
freebsd-libs_8.2+ds2-1.debian.tar.gz
 25dec65877db8b6b737ad29354b4803aa239dc57 12876 
libsbuf0_8.2+ds2-1_kfreebsd-amd64.deb
 41836b833a37fec4cd76798793112b363b498a4a 4356 
libsbuf0-udeb_8.2+ds2-1_kfreebsd-amd64.udeb
 8535eba2e81186018315647e3897deac45ae058b 12324 
libsbuf-dev_8.2+ds2-1_kfreebsd-amd64.deb
 2f144e2768561cde34a1403d4b6553ace7f71788 50556 
libcam0_8.2+ds2-1_kfreebsd-amd64.deb
 8e23d610e858f81a5e0c095b7e1127fbd9993c57 66820 
libcam-dev_8.2+ds2-1_kfreebsd-amd64.deb
 20a3c9793c5f53c82e9c0b06571efdaeb1534156 19340 
libgeom1_8.2+ds2-1_kfreebsd-amd64.deb
 95b867f362f9fc9d8e27e3225033644fe98e616d 23790 
libgeom-dev_8.2+ds2-1_kfreebsd-amd64.deb
 4afbc9da4cad2d96ec5fcdd031474ce556825bfa 10608 
libgeom1-udeb_8.2+ds2-1_kfreebsd-amd64.udeb
 aad67bb9ae1913134e77bc2b16d0af1642c553e2 16232 
libusbhid4_8.2+ds2-1_kfreebsd-amd64.deb
 420e4354d00c34fc82bdf11f51233ee129e3109c 19782 
libusbhid-dev_8.2+ds2-1_kfreebsd-amd64.deb
 b0827c050f468f5b3f9e33aafe777b68ea7da86e 40684 
libusb2_8.2+ds2-1_kfreebsd-amd64.deb
 cff8e66e95e944dea53118deb90a400e7b2eac1f 63110 
libusb2-dev_8.2+ds2-1_kfreebsd-amd64.deb
 a3cc6e4c160a81c9cbce97624cb7f5a8bb6d2063 30862 
libusb2-udeb_8.2+ds2-1_kfreebsd-amd64.udeb
 bcff87840ad23f870ba69dfefa7c3c7099f9957b 24778 
libkvm0_8.2+ds2-1_kfreebsd-amd64.deb
 d5b9dff107d119d1f425459bff3f6a53466308c6 48120 
libkvm-dev_8.2+ds2-1_kfreebsd-amd64.deb
 5078e9c45b5ced491df52df82322b344aacae626 19028 
libdevstat7_8.2+ds2-1_kfreebsd-amd64.deb
 1ae2eec65d69489f8c96e9163214410ec65fed2d 25508 
libdevstat-dev_8.2+ds2-1_kfreebsd-amd64.deb
 e03382ce1fa0706d4133230dbe402caec1e31d41 16644 
libmemstat3_8.2+ds2-1_kfreebsd-amd64.deb
 8a3c912be593771b7bf999f67b4c25164fb12f11 23566 
libmemstat-dev_8.2+ds2-1_kfreebsd-amd64.deb
 2b5c3405403727b80120d85b3658fa9dfb2fb673 17384 
libnetgraph4_8.2+ds2-1_kfreebsd-amd64.deb
 3832a13a4dc5dcaa913c353db896cc4281c47b99 21972 
libnetgraph-dev_8.2+ds2-1_kfreebsd-amd64.deb
 82bdc17e7c1fccbad4f7a9cdd7825762d123068d 12472 
libipx2_8.2+ds2-1_kfreebsd-amd64.deb
 c6e3a0ccfb1adbd2f603e57dcf07951b2e1e6819 14252 
libipx-dev_8.2+ds2-1_kfreebsd-amd64.deb
 4813cf425926edd364c8a90f2d40ab31824f0e27 3976 
libipx2-udeb_8.2+ds2-1_kfreebsd-amd64.udeb
 2545989cd1196ca6cc1a5e305c86aac16aebe0bd 14980 

Accepted libcgi-formbuilder-perl 3.08-1 (source all)

2012-01-03 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 21:12:11 +0100
Source: libcgi-formbuilder-perl
Binary: libcgi-formbuilder-perl
Architecture: source all
Version: 3.08-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libcgi-formbuilder-perl - Easily generate and process stateful CGI forms
Changes: 
 libcgi-formbuilder-perl (3.08-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ gregor herrmann ]
   * Remove debian/source/local-options: abort-on-upstream-changes and
 unapply-patches are default in dpkg-source since 1.16.1.
   * Update watch file:
 + Add CPAN URL.
 .
   [ Jonas Smedegaard ]
   * Update watch file:
 + Comment out non-working formbuilder.org URL.
 + Add github.org URL.
   * Update copyright file:
 + Add alternate Github upstream Source URLs.
 + Add alternate Googlegroups Upstream-Contact URL.
   * Drop patch now included upstream.
   * Bump debhelper compatibility level to 7.
   * Simplify CDBS usage (dependencies satisfied even in oldstable, and
 cdbs itself need version in stable for other reasons already).
   * Drop cleanup now properly done upstream.
   * Extend years of copyright for Debian packaging.
   * Update package relations:
 + Build-depend on devscripts.
 + Relax build-depend unversioned on debhelper (needed version
   satisfied even in oldstable).
Checksums-Sha1: 
 0092d63cf9a5bc7e39ff88a2f6c2bb84b29fb55a 2207 
libcgi-formbuilder-perl_3.08-1.dsc
 9deab1ef6395b3482bf622381dfabe360d9f2756 155393 
libcgi-formbuilder-perl_3.08.orig.tar.gz
 680138fa5bdb16e37f1cebce5adf9e7a62ecc6ab 11125 
libcgi-formbuilder-perl_3.08-1.debian.tar.gz
 76572c768647cb8b548ba6528f9b94043f01128d 215500 
libcgi-formbuilder-perl_3.08-1_all.deb
Checksums-Sha256: 
 806ef2c66c9f1ecb6ab9e126e7bb041883bdf731c54c0b431df8033e9b03081b 2207 
libcgi-formbuilder-perl_3.08-1.dsc
 f7af79df9af541d1ed12dc41a8d3e61b9a1037710308bd29213020d4e3ab074c 155393 
libcgi-formbuilder-perl_3.08.orig.tar.gz
 0b227a5baff6cc61913335535f7a1207a9ccde26240cb2415639d1e743b8b922 11125 
libcgi-formbuilder-perl_3.08-1.debian.tar.gz
 7dc61d0ae5b41eeb50cb2a961fee00d43d450f5904f4b52e1705db8beb619077 215500 
libcgi-formbuilder-perl_3.08-1_all.deb
Files: 
 e0cb99fe08e865157e0f51abd95b3592 2207 perl optional 
libcgi-formbuilder-perl_3.08-1.dsc
 30051352c03660703cece366b282b7fc 155393 perl optional 
libcgi-formbuilder-perl_3.08.orig.tar.gz
 760782bf37d3fa080d0ce782832097f2 11125 perl optional 
libcgi-formbuilder-perl_3.08-1.debian.tar.gz
 ca6d1f7b9b1f08f708baa9c1eea8e481 215500 perl optional 
libcgi-formbuilder-perl_3.08-1_all.deb

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

iQIcBAEBCgAGBQJPA2lkAAoJECx8MUbBoAEhhnEQAK4aQSy0LbzQvTyW2jK43B6R
tN/WsjOfjqGE58rFh/HPeJG7f3XbiAy+hL5tchju1002h5XkYtv+6WHVRgr9HVXQ
AfHaKUXZ4HyE6557YqY4+eYSoO/Ajj1Qf1zDO7Vy5AQiWk9dBbI5Um2vAR0zy7Vi
nNFiMf4iG1du1zCmBhCHzOVWDigyI9DiDBu9TXA0TQnmHYNNVA2QueBXr6q9bB1d
afeUAGP5UBQicbwf3lc7WfhwxTuDu7wlGslGpbfU48cSovSnEQq4/ShjGFwvn3fG
Ield/6hSBxTv+J+vJm7DuXhVc9/t8ewewf2gj+oIeQ5zQ6uMXj/ziNPra4qh3lV0
zLo34UIGXoIvlQUD2bUf+ceo3I4qrsbm325ukLVaRSwIXlQ/m3jHnSqCXJfuv/Da
WBdkYlGUhfOu6672BXDFkCxT6QuXBKozuMjVJ5+sudZiBiYih8KmW6n914UfrEWw
L1gfsqqoFe/QtubYDYgfzFhgQWGsTizaGpSp7BYtSJkxN4DVAkZh+yKVDfVlyHjC
Yh97ZESbvlX7u46Y4Y27bChI5ObGjqJrcOGNQwetgXddE5xvraTR2VzaPk9yNC0C
H4rjpbm/bZd/0B9sPnVJYxB6hHu0wShekNvtQuvc016H8tCz2EtrQ+LC/SdxiMeX
UWcTLitoDdkU0wAT5JOa
=8jq4
-END PGP SIGNATURE-


Accepted:
libcgi-formbuilder-perl_3.08-1.debian.tar.gz
  to 
main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.08-1.debian.tar.gz
libcgi-formbuilder-perl_3.08-1.dsc
  to main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.08-1.dsc
libcgi-formbuilder-perl_3.08-1_all.deb
  to main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.08-1_all.deb
libcgi-formbuilder-perl_3.08.orig.tar.gz
  to main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.08.orig.tar.gz


-- 
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/e1ribyh-0007fx...@franck.debian.org



Accepted libhtp 0.2.6-2 (source amd64)

2012-01-03 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jan 2012 21:11:32 +0100
Source: libhtp
Binary: libhtp-dev libhtp1
Architecture: source amd64
Version: 0.2.6-2
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 libhtp-dev - HTTP normalizer and parser library (devel)
 libhtp1- HTTP normalizer and parser library
Closes: 654433
Changes: 
 libhtp (0.2.6-2) unstable; urgency=low
 .
   * Add symbols file for libhtp1 (Closes: #654433)
   * Change text so lintian does not report copyright file as template
Checksums-Sha1: 
 284926bcaae5ee3014fa81544484a139d8102f4c 1729 libhtp_0.2.6-2.dsc
 c40d8589f216b7655fcb218c808308c03f7a535b 3432 libhtp_0.2.6-2.diff.gz
 5e53d67f9e4b3b00f8866fdcc4940b5da27ff471 52640 libhtp-dev_0.2.6-2_amd64.deb
 f5fd689759ff490356aafddd49e1c3fe5ba1e9e3 36704 libhtp1_0.2.6-2_amd64.deb
Checksums-Sha256: 
 08c1334b8f86a0d8a3e839e184b40bc858df0c42c4ad189a7c8cf8184a239a52 1729 
libhtp_0.2.6-2.dsc
 f5113056322a4857d3617ebd352492bbb24ba29026a93bc47844b065e3368288 3432 
libhtp_0.2.6-2.diff.gz
 33573146b884a86e02cba9e7bb2ed3ea1e4e1f098ebac93d0f3fc6d55bef5e70 52640 
libhtp-dev_0.2.6-2_amd64.deb
 63646db2da81541b980167399852da9223d3a9430cde14357d8367b3a9f74629 36704 
libhtp1_0.2.6-2_amd64.deb
Files: 
 1eed67b63f649da72a22d64af9cbd3f9 1729 libs extra libhtp_0.2.6-2.dsc
 a7ccd7b16404c305a3ddf1a447c4ef89 3432 libs extra libhtp_0.2.6-2.diff.gz
 9b1bba63d7ca47f4ede703f69576217b 52640 libdevel extra 
libhtp-dev_0.2.6-2_amd64.deb
 5a3f75d58c6e59a5c8a9d97da5bd66d7 36704 libs extra libhtp1_0.2.6-2_amd64.deb

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

iQIcBAEBCAAGBQJPA2GDAAoJEMYaZNzxOTmYZdoQAKw02NLczJ+hPW1RbZ8k6mbd
lJyIFCufx1XJlrHODJp6ILnkx3sO3mesS76QDg/PUX3PvxIfxKUo6QZ9NeF2PiRv
B8XGRaYhbUrF/ZUC9TqKyqVrM2dkMKXEfggM0hINlqZTDk3W8an1m7cdCBgiC3h1
4A3F/jg3zQQNrDxyQJSNPL3FPa18KxZBLCGCxg8mDxCp0CmXtfoD/5stKpMt73Dy
3MKV5jouy0JUFT/gH9P/asRyD/hFAezKu8WKBmdqahwHPmuFjm6TMGtkHiryzHWn
gMc/wekvX0ChMAwq3eLvzpJxTnEF75D7DZd/Y0YloDjBAqmyQJ758KbOTZYiLf5c
Vgi6JJvWtpF25qSqL5WaGjb1B/BqzA8oU0DteSDPc4chplFEkGLOcexNe02yAmfJ
Lz8S7CblCQYMoCVHVFKM9iw1Ld+mNoERh/mt4DAkAtqWnNQm7LUhDLPDRQAkS/r7
w6r1+7yOw6YmvoJ6safJL0rEOf27Wd4reMLbqVihTwBAsMkhf4Vj2CHA7FPdmMsM
kxVMWYNayIGFxdZVz6DgeHZ/B2bBA2DJP6ln5QsWl/4scbg07BP1+3xt1kK1JPfM
Gl1y8PJ4vHQFymGwQF0M+pBPs5sw3M3BriMl/70ZVKSmOG/MInyb+Is3ctILGW6E
D7ENEL+CwLKB/7jY5aFG
=2dfQ
-END PGP SIGNATURE-


Accepted:
libhtp-dev_0.2.6-2_amd64.deb
  to main/libh/libhtp/libhtp-dev_0.2.6-2_amd64.deb
libhtp1_0.2.6-2_amd64.deb
  to main/libh/libhtp/libhtp1_0.2.6-2_amd64.deb
libhtp_0.2.6-2.diff.gz
  to main/libh/libhtp/libhtp_0.2.6-2.diff.gz
libhtp_0.2.6-2.dsc
  to main/libh/libhtp/libhtp_0.2.6-2.dsc


-- 
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/e1ribyv-0007lb...@franck.debian.org



Accepted oath-toolkit 1.10.5-1 (source amd64)

2012-01-03 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 21:20:47 +0100
Source: oath-toolkit
Binary: liboath-dev liboath0 oathtool oath-dbg libpam-oath
Architecture: source amd64
Version: 1.10.5-1
Distribution: unstable
Urgency: low
Maintainer: OATH Toolkit Team oath-toolkit-h...@nongnu.org
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 liboath-dev - Development files for the OATH Toolkit Liboath library
 liboath0   - OATH Toolkit Liboath library
 libpam-oath - OATH Toolkit libpam_oath PAM module
 oath-dbg   - OATH Toolkit debugging symbols
 oathtool   - OATH Toolkit oathtool command line tool
Changes: 
 oath-toolkit (1.10.5-1) unstable; urgency=low
 .
   * New upstream release.
   * liboath-dev: depend on liboath0 to silence lintian warning
 package-contains-broken-symlink.
Checksums-Sha1: 
 b6672aae3854963f511a4e50ec9ef6b2d24f4c8d 1770 oath-toolkit_1.10.5-1.dsc
 b3fddfbc442c7cffe854ec159466155ef6ce0cbc 1876773 
oath-toolkit_1.10.5.orig.tar.gz
 c60d7cd53666db62efd38f0004223ea20de65488 3340 
oath-toolkit_1.10.5-1.debian.tar.gz
 61d73e72e4c145f640f1da4af8eef5c142469ebf 39024 liboath-dev_1.10.5-1_amd64.deb
 607b13d10d4aa1b365831bf6956fc14a0dca5d8b 33814 liboath0_1.10.5-1_amd64.deb
 59d396010b0a4e356151fe232a12a5798ea24d29 42392 oathtool_1.10.5-1_amd64.deb
 90813d98de712ddd54603beebbf5ba6081727f14 81260 oath-dbg_1.10.5-1_amd64.deb
 234e36a15d1135a948595d44c5a63c7fe1e3de33 25438 libpam-oath_1.10.5-1_amd64.deb
Checksums-Sha256: 
 166da55d08aa18ea41083154ccc0ea2308e93a30f9d0f636e54c6119c3e90c80 1770 
oath-toolkit_1.10.5-1.dsc
 7a710756f5593965954aa6cffdd0aa7bded7b48f4cb807821b927d8c70bf689c 1876773 
oath-toolkit_1.10.5.orig.tar.gz
 83ad8c3493e1b83973da2c3062950c45b3ee012146f65714e0e0e24b956d7959 3340 
oath-toolkit_1.10.5-1.debian.tar.gz
 ad0c76ed783741b99c17acb19737135d3e2cb70a14f89ec4065700d43aa75c33 39024 
liboath-dev_1.10.5-1_amd64.deb
 9a1812b4c2f13e27a65a73f6393d295301c899abeb32608028797f1b2adb747c 33814 
liboath0_1.10.5-1_amd64.deb
 6a59f28f2df4ca701338fcd1d6753144f94664fcaa553f557a777500765de10e 42392 
oathtool_1.10.5-1_amd64.deb
 20984215a5a078b5c163db2fb924b4ea209996ec178c637aaa384210aae8ce28 81260 
oath-dbg_1.10.5-1_amd64.deb
 7101ad603ccae924ad190a38d0a78c920b5cc0504cf1553318683e93b3618940 25438 
libpam-oath_1.10.5-1_amd64.deb
Files: 
 60449ab6236ca7d01d6958140ddf7297 1770 devel optional oath-toolkit_1.10.5-1.dsc
 b15754a7419592c57b8a98cc413eb873 1876773 devel optional 
oath-toolkit_1.10.5.orig.tar.gz
 0c740ae4062270b07c21d20c26f362b5 3340 devel optional 
oath-toolkit_1.10.5-1.debian.tar.gz
 37b7e54a0c36eb5e4155955253e2e58b 39024 libdevel optional 
liboath-dev_1.10.5-1_amd64.deb
 9d584abe29cde61923a5422b854a8349 33814 libs optional 
liboath0_1.10.5-1_amd64.deb
 fc703d98b8b4464d31fe9b1d8b3a5a13 42392 devel optional 
oathtool_1.10.5-1_amd64.deb
 9ca631498f2d86d8bf163ce825f3c2f0 81260 debug extra oath-dbg_1.10.5-1_amd64.deb
 188233c86d3f73210186caf11171eb70 25438 admin optional 
libpam-oath_1.10.5-1_amd64.deb

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

iO4EAQECADgFAk8DaR0xFIAAFQATcGthLWFkZHJlc3NAZ251cGcub3Jnc2lt
b25Aam9zZWZzc29uLm9yZwAKCRDtoh6UtWVxb1xCBP9nfpb1SD8u59qsNkS59Zoo
GYMdIvr4MUiZanbro7GJSyQRScyC/pHt7qyQ+HGEHcV0Up01s32vtFGgNhrpAI8o
wLWx4KCVqqiJualeyAIAQAEgdhLEl2DwtIFOVx8qHAPisgWps7ryG2jhvFQUdz8K
fm8HyBCjlOW0yo4ZRBOroQNRykurFnZLWwj2iK0wZOwqR54RF98BY7jjScKUINtb
=uwAb
-END PGP SIGNATURE-


Accepted:
liboath-dev_1.10.5-1_amd64.deb
  to main/o/oath-toolkit/liboath-dev_1.10.5-1_amd64.deb
liboath0_1.10.5-1_amd64.deb
  to main/o/oath-toolkit/liboath0_1.10.5-1_amd64.deb
libpam-oath_1.10.5-1_amd64.deb
  to main/o/oath-toolkit/libpam-oath_1.10.5-1_amd64.deb
oath-dbg_1.10.5-1_amd64.deb
  to main/o/oath-toolkit/oath-dbg_1.10.5-1_amd64.deb
oath-toolkit_1.10.5-1.debian.tar.gz
  to main/o/oath-toolkit/oath-toolkit_1.10.5-1.debian.tar.gz
oath-toolkit_1.10.5-1.dsc
  to main/o/oath-toolkit/oath-toolkit_1.10.5-1.dsc
oath-toolkit_1.10.5.orig.tar.gz
  to main/o/oath-toolkit/oath-toolkit_1.10.5.orig.tar.gz
oathtool_1.10.5-1_amd64.deb
  to main/o/oath-toolkit/oathtool_1.10.5-1_amd64.deb


-- 
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/e1ribyn-0007td...@franck.debian.org



Accepted prerex 6.2-6.3.1-1 (source i386)

2012-01-03 Thread Ryan Kavanagh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2012 13:48:28 -0500
Source: prerex
Binary: prerex vprerex
Architecture: source i386
Version: 6.2-6.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Kavanagh r...@debian.org
Changed-By: Ryan Kavanagh r...@debian.org
Description: 
 prerex - course prerequisite chart editor for LaTeX/TikZ
 vprerex- Qt interface to prerex, a course prerequisite chart editor
Changes: 
 prerex (6.2-6.3.1-1) unstable; urgency=low
 .
   * New upstream release (prerex version 6.2, vprerex version 6.3.1)
   * Update vprerex long description at Bob's request
   * Don't hardcode paths in clean target
   * Include the packaging's license details
   * Add missing Depends on xterm to vprerex
   * Added menu and .desktop files
Checksums-Sha1: 
 a930b34d85dedfd4d1a4fce4809198259ad5ec32 2984 prerex_6.2-6.3.1-1.dsc
 ee5c8fda74f8ade4f860bd57c11e9d905c4e2313 647768 prerex_6.2-6.3.1.orig.tar.gz
 f7b60daaab41d32df4f6d1af4f7a9e40c85b55ed 12260 prerex_6.2-6.3.1-1.debian.tar.gz
 ca712ac6ba5b2bd91f93b472a11836000dfc4cdc 555488 prerex_6.2-6.3.1-1_i386.deb
 2602dedf6d02f8dc7645a4452f67fdbf638fb097 36298 vprerex_6.2-6.3.1-1_i386.deb
Checksums-Sha256: 
 de67afc8f0f23bf22b94ab0e993c291fb2163ee2c5f28515352f9cafee2f020b 2984 
prerex_6.2-6.3.1-1.dsc
 aec427cc45ac81cea189ad01fe754caf68f8e2011c3eccfc4e4f1870d81073f3 647768 
prerex_6.2-6.3.1.orig.tar.gz
 dc42ac62581929854b580066d6e34536f01f6238290f7a72343c5771ab1f2032 12260 
prerex_6.2-6.3.1-1.debian.tar.gz
 5fc8f195441e9d02f8f3ceffb2fdf15d5dca0a807b36855ddf01e96b5046b85e 555488 
prerex_6.2-6.3.1-1_i386.deb
 8bf09b4e4ed89dedf6823ced4ea0278aa8eba9a680ac681909e66a6ebb6c4961 36298 
vprerex_6.2-6.3.1-1_i386.deb
Files: 
 57b52ddd040da9e8ae4f1721c16b2961 2984 tex optional prerex_6.2-6.3.1-1.dsc
 50be24ffd2832c1a4b48a33297d7b716 647768 tex optional 
prerex_6.2-6.3.1.orig.tar.gz
 ebcf86f047b1fd7c4dc7b653bc2c5302 12260 tex optional 
prerex_6.2-6.3.1-1.debian.tar.gz
 b5bd9c53c0151b02fba0b800247d7da0 555488 tex optional 
prerex_6.2-6.3.1-1_i386.deb
 2e316255912ae839666ad82d97fb4f9e 36298 tex optional 
vprerex_6.2-6.3.1-1_i386.deb

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

iQUcBAEBCgAGBQJPA1x/AAoJEI97+PxKEcl6Nl0n/1tuE9n51QTAVMXa2AuwE74c
zqhVsbnhFPY/A9JORNNIu5Id+mg1oKqjx1i7xFsgaAORyYogk/6nBDpwI2oaZFcI
ugsrFFhix32SBvyT/nkRxeJvG/Me4NZTmcTFavFGgUguCri8FULUUfsnIjU1/sfb
zLZkSJG3YwMXbV0m9o0idE3SqALkUAdwjvl3a2EkqQeg5LzdZdoYIxoENhBaFOzc
k7K6m0eL29GAhmzF0rCVoIA6kzZT6lmuHftc8zzcWn8fpNEVBT+zlE4vwZrOdVOV
1bOcEYlFPwTiCa5vV5A5SIa8lF/EDIyA0VRRHn9zlnrynLv/q/5eT4+wKhGBenOs
k2CeFUvvmUaOT2cam1+QrHMDOVCkQ/xYGXylXOLpFfmBVWbheDFgFJDRoDFccDsC
OEBgCB2E5zRy91s29ZeJIbQRs1/sGpz1UwLh7YQIUY5B4NqknAwvvOj+rCOOKlAR
oiE9jNYkSjqk9R4whG43Aw3QRCSN4idiOqDuMYeBE4TghpbMzTj9L3DKhinvLrLA
0qOIGqFIEPt0lFqGu39EwepvlkIFUW+uAWaDcWkU1AGzIFsz6KS0FHcqrzgYMQpM
/6eKOXTNo7KT6USTWId/9W5RQfI5oSsV+/MCQPFDDKl4RqmogyHPfByP6/+xQs25
NvtzQz5esouQQLYXxbZy6ZRrTAoF307elxsjHazrfHYCmmw05xtjrJ/+DpTt6eBZ
V4VGcUbZxbmakEANqGt0zQL7kBYQfYKv+UttGYNkkz/Nm9hiI6yPnCUVCjeXsTsk
14EQbLT0zaDoW0ypH0no3nspbnVLf9pON9FiNaMOFcg+KWVpW8Q1NmM/2OvTngFS
xJdyd3gZALOgPleWIIJ2UqNQT9Asd5j8+r6eYnKwRZqJ8yrazHNfiaLQKEUHtDMj
dV2FFzDLPQ42tokXDoj0BJ8eU5p2sfvLxPyGlkqVJFRkoyQwDJagUtRNBOwWmaYT
CgwwFNfi+Y8FoOAjrX/j/IUA0LHl+TNPM//QHOuR03bAmXkT4jH4o4hGyz7iRzGm
5CcMnUYfd0Jg9UlfaDC5oPTTp6By7pydbRUaVh+LQOhAOYBiEKCuVrRiRQJML0c5
wwlPdsnGyG5QkBlaQnu0BOSBQK6AcS+hx92w890XRvkja0O7S9XOTii0mb5FB4ka
pekJqgNH3M+G3Bk8O31XEUN/RjzderhURs77eKqcEqi6pRLfYIiEcErlexrFXH/2
XNOm+Gm2cb6I4squK8tswAJWCyiVd394EewVLyGGA+zEQTHOou/+q2GF+iM7Ns/T
ebsJjfc7IzhhPgksU9o/6yJkuCWZbK0pDr+cMxGQc90DAgS+5gCN+lnBCmJJMT+E
5p5KU+Do+59mMjdr/n8G5PePXPPGRrrwWQ5968mU211iAK4Siprj+pWGCqU5VzzW
M7yFqtbpqpoG5ESKzXDIw22GZfmw6w4n8KpFrBSgFlV3NM+XNKW04FMfjx6+MRRB
H3UDfywMtI2lbSIn4NmblBQx4VU23GsDRMuKfOZhYAgOXvu/y8AiQQc0qNLyLMVO
tDYJKGocHSjq0w+RPoprIsdXkfJkeOuDhgOecM+uBfJiju2YAtDy07mBTUcP13Jn
kBWIT2poTwNP9rr62NUfuPT6gJva+LkQXlObopp1yD5iaqcy65lwX6bAiBNbHnKH
+5QK+zyUOVT6xuHD2KKz
=U7xh
-END PGP SIGNATURE-


Accepted:
prerex_6.2-6.3.1-1.debian.tar.gz
  to main/p/prerex/prerex_6.2-6.3.1-1.debian.tar.gz
prerex_6.2-6.3.1-1.dsc
  to main/p/prerex/prerex_6.2-6.3.1-1.dsc
prerex_6.2-6.3.1-1_i386.deb
  to main/p/prerex/prerex_6.2-6.3.1-1_i386.deb
prerex_6.2-6.3.1.orig.tar.gz
  to main/p/prerex/prerex_6.2-6.3.1.orig.tar.gz
vprerex_6.2-6.3.1-1_i386.deb
  to main/p/prerex/vprerex_6.2-6.3.1-1_i386.deb


-- 
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/e1ribz3-0007x6...@franck.debian.org



Accepted rdesktop 1.7.0-2 (source amd64)

2012-01-03 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 19:08:18 +0100
Source: rdesktop
Binary: rdesktop
Architecture: source amd64
Version: 1.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 rdesktop   - RDP client for Windows NT/2000 Terminal Server and Windows Server
Closes: 623777 653498
Changes: 
 rdesktop (1.7.0-2) unstable; urgency=low
 .
   * Switch to 3.0 (quilt) source format, remove dpatch build dependency.
 Update 90_update_smartcard_api.dpatch to apply clean, remove
 80_config.dpatch as it's not needed anymore.
   * Enable hardened build flags, patch from Moritz Muehlenhoff
 j...@debian.org (closes: #653498).
   * Update packaging bits.
   * Mention Windows Server support in package description (closes: #623777).
Checksums-Sha1: 
 4944be652c7ff5941cc9ce55d3d2e7f5a2d11045 1130 rdesktop_1.7.0-2.dsc
 6f3a2584e8455911f78e1bc5ce4ace35faef1f06 11379 rdesktop_1.7.0-2.debian.tar.gz
 061230819c246428bf00de02b2ffd42fb2eee05e 155164 rdesktop_1.7.0-2_amd64.deb
Checksums-Sha256: 
 42a7f6b0cb671ad724520ea5d413998cc9f09581e96cfd464b1fd81c7cef3fe6 1130 
rdesktop_1.7.0-2.dsc
 698740a861023544c0162316a4a0a6de9e1611d69ccebb6a6d9083694f2d08e4 11379 
rdesktop_1.7.0-2.debian.tar.gz
 9ba3a093e328c80297e00fd097fe08151c84610cd6faf98732e1c881ed1eefa4 155164 
rdesktop_1.7.0-2_amd64.deb
Files: 
 6b6474348f3e8c8b50c24fbb0e8f8197 1130 x11 optional rdesktop_1.7.0-2.dsc
 d9cee7e6bbdf29d5caa92f0bd9d73eb4 11379 x11 optional 
rdesktop_1.7.0-2.debian.tar.gz
 f630230c6857e5b9be62d6db244c239a 155164 x11 optional rdesktop_1.7.0-2_amd64.deb

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

iEYEARECAAYFAk8DYRIACgkQMDatjqUaT90fIQCgqKJA3tIoo7WJYaugXpUoBvZN
P/QAniAUsKdo2G3mEXndsTf5dk3NAXSC
=+yWk
-END PGP SIGNATURE-


Accepted:
rdesktop_1.7.0-2.debian.tar.gz
  to main/r/rdesktop/rdesktop_1.7.0-2.debian.tar.gz
rdesktop_1.7.0-2.dsc
  to main/r/rdesktop/rdesktop_1.7.0-2.dsc
rdesktop_1.7.0-2_amd64.deb
  to main/r/rdesktop/rdesktop_1.7.0-2_amd64.deb


-- 
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/e1ribzq-00083k...@franck.debian.org



Accepted sqlite3 3.7.9-3 (source all amd64)

2012-01-03 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 19:00:51 +0100
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.7.9-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 lemon  - LALR(1) Parser Generator for C or C++
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- Command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 649169 650961 653937
Changes: 
 sqlite3 (3.7.9-3) unstable; urgency=low
 .
   * Correct flock locking on Hurd (closes: #653937), thanks to Pino Toscano
 p...@debian.org .
   * Add self test if pkgIndex.tcl is correctly generated (closes: #650961).
   * Enable LIMIT support for UPDATE and DELETE commands (closes: #649169).
   * Update packaging bits.
Checksums-Sha1: 
 b1b480914b26fdd68a50faa74eede61610339988 1712 sqlite3_3.7.9-3.dsc
 86291803d4d8b113fecfb61d23a213f15860dcea 16356 sqlite3_3.7.9-3.debian.tar.gz
 98e1b26b9bb55e6e7c4bcd31cb066a3f535cfb7e 2597610 sqlite3-doc_3.7.9-3_all.deb
 21feb4fa44b0d43452edb653c20ee5e52374e4f0 123838 lemon_3.7.9-3_amd64.deb
 8b799023b2ab7b91900a5c6dfe237a9c0fd11afc 108864 sqlite3_3.7.9-3_amd64.deb
 6b4d5246721429b1bc58fc858cfe4c49cd0bd9ab 113760 
libsqlite3-0-dbg_3.7.9-3_amd64.deb
 449314f484a127a0a7f66daf9bda7da52e4581f1 430988 libsqlite3-0_3.7.9-3_amd64.deb
 8ac690679104eefb46416b21f6c1c805e1daefcb 541668 
libsqlite3-dev_3.7.9-3_amd64.deb
 b39d8735fee140cb1f6e29a4972682dd085611f6 104098 
libsqlite3-tcl_3.7.9-3_amd64.deb
Checksums-Sha256: 
 8246b16ac7e355741a45080299d23a3bc5734b18d8d506f825131a22ea194fba 1712 
sqlite3_3.7.9-3.dsc
 7b13e4107d950a1c80632691fbfb45f6f56d4d0b62414d2e9e867d07d5e72252 16356 
sqlite3_3.7.9-3.debian.tar.gz
 183298860a1742c98af737f69431bb97420ebc4df18379e86b57e7a2a7e933f5 2597610 
sqlite3-doc_3.7.9-3_all.deb
 b0828a051959a15e045c1b029c897547f6559163e96ae9df5ab7e4c6fb22ad10 123838 
lemon_3.7.9-3_amd64.deb
 65c854debbc3e235c03687f3a9c6c857dec712328f238dbaf0bdf0353235e6fd 108864 
sqlite3_3.7.9-3_amd64.deb
 1eb3480c2920def4ada097197f661b23a7e2b8bbfb926eedde414007de4df61b 113760 
libsqlite3-0-dbg_3.7.9-3_amd64.deb
 77ec0b56482fff1714c679be8f5708492cc1272bbdc8c5ec17972700f5c9e5ae 430988 
libsqlite3-0_3.7.9-3_amd64.deb
 0d5bc88652d95eaf0fe9e0d8cb79882f4ecf43e5469cb9eebf8041ae2278aac3 541668 
libsqlite3-dev_3.7.9-3_amd64.deb
 6d5e24802437da652bfb085fade106d83cca27521f7a0a8bed6b7620c8a7ef04 104098 
libsqlite3-tcl_3.7.9-3_amd64.deb
Files: 
 86e4650856042bf7cb6984cced5e3856 1712 devel optional sqlite3_3.7.9-3.dsc
 15f26840ea760e8ffa8ac9ab6c72e460 16356 devel optional 
sqlite3_3.7.9-3.debian.tar.gz
 341169a0d08f79add45a1ad46a1bcefa 2597610 doc optional 
sqlite3-doc_3.7.9-3_all.deb
 6781a6eaf8a54bb36de417e87e4ba785 123838 devel optional lemon_3.7.9-3_amd64.deb
 175365dd323b01c64ed5a376fe515c23 108864 database optional 
sqlite3_3.7.9-3_amd64.deb
 11df88a2d50980cbc744d4c4ae2cacb0 113760 debug extra 
libsqlite3-0-dbg_3.7.9-3_amd64.deb
 c1b47653b962693e5e254c8c03eb7705 430988 libs standard 
libsqlite3-0_3.7.9-3_amd64.deb
 6b30d348c190c09956009b1dc55dd27a 541668 libdevel optional 
libsqlite3-dev_3.7.9-3_amd64.deb
 28653d77567de01c6e1b370f597fd2a8 104098 interpreters optional 
libsqlite3-tcl_3.7.9-3_amd64.deb

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

iEYEARECAAYFAk8DYRUACgkQMDatjqUaT932yACeKZ6fi/+6NUbkscovlOGJE6IC
eUEAn0Pf6wygTmYEWCRxZeDq+EYytAYe
=CGIu
-END PGP SIGNATURE-


Accepted:
lemon_3.7.9-3_amd64.deb
  to main/s/sqlite3/lemon_3.7.9-3_amd64.deb
libsqlite3-0-dbg_3.7.9-3_amd64.deb
  to main/s/sqlite3/libsqlite3-0-dbg_3.7.9-3_amd64.deb
libsqlite3-0_3.7.9-3_amd64.deb
  to main/s/sqlite3/libsqlite3-0_3.7.9-3_amd64.deb
libsqlite3-dev_3.7.9-3_amd64.deb
  to main/s/sqlite3/libsqlite3-dev_3.7.9-3_amd64.deb
libsqlite3-tcl_3.7.9-3_amd64.deb
  to main/s/sqlite3/libsqlite3-tcl_3.7.9-3_amd64.deb
sqlite3-doc_3.7.9-3_all.deb
  to main/s/sqlite3/sqlite3-doc_3.7.9-3_all.deb
sqlite3_3.7.9-3.debian.tar.gz
  to main/s/sqlite3/sqlite3_3.7.9-3.debian.tar.gz
sqlite3_3.7.9-3.dsc
  to main/s/sqlite3/sqlite3_3.7.9-3.dsc
sqlite3_3.7.9-3_amd64.deb
  to main/s/sqlite3/sqlite3_3.7.9-3_amd64.deb


-- 
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/e1riba6-0008im...@franck.debian.org



Accepted ust 0.16-1 (source amd64)

2012-01-03 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jan 2012 14:44:19 -0500
Source: ust
Binary: libust0 libust-dev ust-bin
Architecture: source amd64
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 libust-dev - LTTng Userspace Tracer (development)
 libust0- LTTng Userspace Tracer (runtime)
 ust-bin- LTTng Userspace Tracer (utilities)
Closes: 652252
Changes: 
 ust (0.16-1) unstable; urgency=low
 .
   * [b2e8277] New upstream version 0.16 (Closes: #652252)
   * [17ca597] Depend on version 0.6.6 of liburcu-dev
   * [cdc6f54] Include pkgconfig in libust-dev
Checksums-Sha1: 
 09c63180e54a77a698e71dbff0aca65de1769fbe 1276 ust_0.16-1.dsc
 60fe9d29b6a2daf32ed212ccf842fe11d7311981 602946 ust_0.16.orig.tar.gz
 298f071fa643f38010d82fb824d30a2126c6f5e4 5848 ust_0.16-1.debian.tar.gz
 24cddf57c9953639a8385dbf176481cec3d5f65c 127506 libust0_0.16-1_amd64.deb
 3445dc4d4e5e403e4d0647859fa1e430061b24e2 133398 libust-dev_0.16-1_amd64.deb
 f24fba9140744de3b324bad1a48f6e52f0a29bf9 28188 ust-bin_0.16-1_amd64.deb
Checksums-Sha256: 
 d9cd0d6bd86ae47cc1cf05a9103e089ebebbd119e188c43f750631b46fbc505a 1276 
ust_0.16-1.dsc
 88167741b1fbf335e006f0208d8c41784705e28adac84df71d3d9f6c58191dab 602946 
ust_0.16.orig.tar.gz
 c15883aca7653ac62326a572fa8cd8dc62404b52b7c824cbf291dd48ba6570f8 5848 
ust_0.16-1.debian.tar.gz
 b30a92663eead13c821bfc3e55a8a8216a8b8219594107ac06ea78015f2d94c7 127506 
libust0_0.16-1_amd64.deb
 04967aa1563e3e96993cb6218bb318b852caa81a19c8f7010810ce63b79c0fc8 133398 
libust-dev_0.16-1_amd64.deb
 d981a5e5430507439e9ba37b77de3cddcfa11b8adb40e5150556c71e1142aef7 28188 
ust-bin_0.16-1_amd64.deb
Files: 
 43ab0a2ede838fcd303aad29f11e26c4 1276 libs extra ust_0.16-1.dsc
 8e5d5de47bfff29f50439d192ad1e478 602946 libs extra ust_0.16.orig.tar.gz
 cae9f3dc316ba7fb1914e088d916520c 5848 libs extra ust_0.16-1.debian.tar.gz
 322dc5ba8f32dd44b1d603ba041c5a1e 127506 libs extra libust0_0.16-1_amd64.deb
 b314db0e04dc7bbb9bde785da10de3cc 133398 libdevel extra 
libust-dev_0.16-1_amd64.deb
 0986c6f4fe1ba5959c5cbbda97685ffd 28188 utils extra ust-bin_0.16-1_amd64.deb

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

iEYEARECAAYFAk8DW6QACgkQwAT2A1kSwn5zdQCgywNnx91JmmsjukyvWSqU2Jsk
ZOsAoNeEBDWSAIfrWZULpxtpGPMFsKNX
=a4qk
-END PGP SIGNATURE-


Accepted:
libust-dev_0.16-1_amd64.deb
  to main/u/ust/libust-dev_0.16-1_amd64.deb
libust0_0.16-1_amd64.deb
  to main/u/ust/libust0_0.16-1_amd64.deb
ust-bin_0.16-1_amd64.deb
  to main/u/ust/ust-bin_0.16-1_amd64.deb
ust_0.16-1.debian.tar.gz
  to main/u/ust/ust_0.16-1.debian.tar.gz
ust_0.16-1.dsc
  to main/u/ust/ust_0.16-1.dsc
ust_0.16.orig.tar.gz
  to main/u/ust/ust_0.16.orig.tar.gz


-- 
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/e1ribal-0008of...@franck.debian.org



  1   2   >