Re: /etc/mtab and /lib/init/rw migration; libpam-mount breakage

2011-12-20 Thread Fabian Greffrath
 There's some obscure bug in the upstream src/Makefile.am though--it's
 missing libcryptsetup and OpenSSL libs when linking, which causes
 link failures.  The actual Makefile looks like it's correct though,
 so not sure what's wrong.  If anyone who uses is wants to fix that,
 that's all (I think) that's blocking their upload.

It was forgotten to link pmt-ehd against libcryptsetup if this was
available (I believe this has been triggered by the new linker
behaviour to imply --no-add-needed, so the dependency on libcryptsetup
has not been silently resolved by linking against libcryptmount anymore,
which itself is linked against libcryptsetup). Please find this issue
fixed in the attached patch.

However, libpam-mount is still missing Build-Depends on libmount-dev and
libblkid-dev.

Cheers,
Fabian

Author: Fabian Greffrath fabian+deb...@greffrath.com
Description: Link pmt-ehd against libcryptsetup if this is available

--- libpam-mount-2.13.orig/src/Makefile.am
+++ libpam-mount-2.13/src/Makefile.am
@@ -77,6 +77,9 @@ mount_crypt_LDADD	= libcryptmount.la lib
 
 pmt_ehd_SOURCES		= ehd.c bdev.c misc.c spawn.c
 pmt_ehd_LDADD		= libcryptmount.la ${libHX_LIBS}
+if HAVE_LIBCRYPTSETUP
+pmt_ehd_LDADD		+= ${libcryptsetup_LIBS}
+endif
 
 pmt_fd0ssh_SOURCES	= fd0ssh.c
 


Re: uscan, watch files, and gihub tags

2011-12-20 Thread Andreas Rütten

Hi Paul,

Am Tue, 20 Dec 2011 09:12:13 +0800
schrieb Paul Wise p...@debian.org:

 On Tue, Dec 20, 2011 at 5:24 AM, Andreas Rütten wrote:
 
  I assume the tags as .tar.gz feature is something special from
  github. Or could I use also tags from e.g. git.debian.de in a
  watchfile?
 
 git.debian.de doesn't exist so that would not work.

you are absolutely right, I meant git.debian.org
Sorry for the misconception.
 
 As for non-github sites, gitweb doesn't appear to support this, but
 cgit does:
 
 http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/refs/tags

As far as I can see git.debian.org offers only http[s] access via gitweb
so we don't have it there per default.

But I found a snapshot feature in gitweb.conf (5)
http://www.manpagez.com/man/5/gitweb.conf/
Looks like this could do the trick.


Thanks,
Andreas

-- 
Andreas Rütten  andreasruet...@gmx.de

4096R: 0x6C9DFFB2 / 8394 99DA 59BD BCE2 3FC8 3A9E 6633 0089 6C9D FFB2


signature.asc
Description: PGP signature


Bug#652731: ITP: extsmail -- enables the robust sending of e-mail to external commands.

2011-12-20 Thread olivier
Package: wnpp
Severity: wishlist
Owner: oliv...@biniou.info


  Package name: extsmail
  Version : 1.4
  Upstream Author : Laurence Tratt lau...@tratt.net
  URL : http://tratt.net/laurie/src/extsmail/
  License : BSD, MIT
  Programming Lang: C
  Description : enables the robust sending of e-mail to external commands.

extsmail enables the robust sending of e-mail to external commands. extsmail
masquerades as the standard UNIX sendmail program, reading messages, and later
piping them to user-defined commands. In a sense, extsmail can be thought of as
a very simple tiny sendmail. A typical use is to allow e-mail to be piped via
SSH to external servers running a full sendmail-compatible MTA. extsmail is
designed to have sensible defaults, and configuring it is a one-off, quick job.



-- 
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/20111220104307.31351.69245.report...@cthulhu.biniou.net



Re: Bug#652011: general: Repeated pattern of FHS violation: Dependencies of /sbin and /bin, belong in /lib

2011-12-20 Thread J.A. Bezemer


On Tue, 20 Dec 2011, Roger Leigh wrote:

On Tue, Dec 20, 2011 at 12:11:39AM +0100, J.A. Bezemer wrote:

On Mon, 19 Dec 2011, Roger Leigh wrote:

[..]


Regarding the objections above, which are primarily concerned with the
creation of a non-generic initramfs, how does this alternative suggestion
sound:

- The addition of usr= options analogous to the root= options which
permit the bootloader to specify the /usr filesystem to mount.  By
default would do nothing, but grub could be updated to generate
such options on systems with a separate /usr.


Nonsense, should come from /etc/fstab.


Of course.  In case it wasn't implicit from the above, this information
would necessarily need to be taken from /etc/fstab by update-grub or
its equivalent for other bootloaders when generating grub.cfg (or its
equivalent).


Apologies for not being clear enough: there should not be a usr= parameter 
at all. Not in grub.cfg, and not anywhere else. The initramfs itself can 
(i.e. should) easily read it directly from /etc/fstab.


(As I remember seeing elsewhere in this discussion: you could define a 
mount option mount-in-initramfs in /etc/fstab that the initramfs should 
look for to find out which filesystems it has to fsck  mount.)



Best regards,

Anne Bezemer


--
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/pine.lnx.4.64.1112201247070.18...@wormhole.robuust.nl



Re: Bug#652011: general: Repeated pattern of FHS violation: Dependencies of /sbin and /bin, belong in /lib

2011-12-20 Thread Roger Leigh
On Tue, Dec 20, 2011 at 01:17:41PM +0100, J.A. Bezemer wrote:
 
 On Tue, 20 Dec 2011, Roger Leigh wrote:
 On Tue, Dec 20, 2011 at 12:11:39AM +0100, J.A. Bezemer wrote:
 On Mon, 19 Dec 2011, Roger Leigh wrote:
 
 [..]
 
 Regarding the objections above, which are primarily concerned with the
 creation of a non-generic initramfs, how does this alternative suggestion
 sound:
 
 - The addition of usr= options analogous to the root= options which
 permit the bootloader to specify the /usr filesystem to mount.  By
 default would do nothing, but grub could be updated to generate
 such options on systems with a separate /usr.
 
 Nonsense, should come from /etc/fstab.
 
 Of course.  In case it wasn't implicit from the above, this information
 would necessarily need to be taken from /etc/fstab by update-grub or
 its equivalent for other bootloaders when generating grub.cfg (or its
 equivalent).
 
 Apologies for not being clear enough: there should not be a usr=
 parameter at all. Not in grub.cfg, and not anywhere else. The
 initramfs itself can (i.e. should) easily read it directly from
 /etc/fstab.

OK, that does make sense.  And it can remain entirely generic, without
requiring any special bootloader support.

/etc would be the exception to this, so I guess you would be happy
with that being made into a separate option?  This would be a
rare choice, so just patching update-grub should be sufficient.
Anyone else who wished to avail themselves of it could just edit the
kernel command-line.

 (As I remember seeing elsewhere in this discussion: you could define
 a mount option mount-in-initramfs in /etc/fstab that the initramfs
 should look for to find out which filesystems it has to fsck 
 mount.)

This is still a possibility.  I discussed an initramfs option for
/etc/fstab, but upstream would perfer us to use comment=initramfs
or the new free-form x- options e.g. x-initramfs.  Like /usr, this
could be mounted after the rootfs, with the exception of /etc, as
mentioned above.

WRT fsck, I think we would continue to mount r/o prior to fsck, as
for the rootfs, and then remount r/w afterward in checkroot.


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/20111220165603.gg5...@codelibre.net



Bug#652819: ITP: lico-update -- Machine update script for The New Linux Counter Project

2011-12-20 Thread Antoine Beaupré
Package: wnpp
Severity: wishlist
Owner: Antoine Beaupré anar...@debian.org

* Package name: lico-update
  Version : 0.3.17
  Upstream Author : Alexander Mieland (Leader and Manager of The New Linux 
Counter Project) i...@linuxcounter.net
* URL : https://linuxcounter.net/
* License : GPL-2
  Programming Lang: sh
  Description : Machine update script for The New Linux Counter Project

 This is the official machine-update script for LiCo - The New Linux Counter 
Project.
 This is used to create a new machine or to update an existent machine in your 
LiCo account.



--
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/20111220170129.25173.11536.report...@marcos.anarcat.ath.cx



RTP

2011-12-20 Thread Suco
Hi,
  I've found this program (http://jan.kneschke.de/projects/pxtools/) very
useful for my work, and its license is compatible with debian rules, so I
believe it would be a great idea to package it and preserver for the future.

Regards.

-- 
Felix


Bug#652827: ITP: hunspell-an -- Aragonese dictionary for hunspell

2011-12-20 Thread Jordi Mallach
Package: wnpp
Severity: wishlist
Owner: Jordi Mallach jo...@debian.org

* Package name: hunspell-an
  Version : 0.2
  Upstream Author : Santiago Paricio
Juan Pablo Martínez
* URL : 
https://addons.mozilla.org/firefox/downloads/file/136466/corrector_ortografico_aragones-0.2-fx+tb+sm.xpi
* License : (GPL-3.0+, LGPL-3+, MPL-1.1)
  Description : Aragonese dictionary for hunspell
   This is the Aragonese dictionary for use with the hunspell spellchecker.
   .
   The wordlist is built using free corpuses using Aragonese Wikipedia and
   Aragonese Apertium dictionaries. They are based on the Aragonese grammar
   as proposed by the Academia de l'Aragoné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/20111220182209.9908.20842.report...@aigua.oskuro.net



Re: RTP

2011-12-20 Thread Ben Hutchings
On Tue, Dec 20, 2011 at 06:06:45PM +0100, Suco wrote:
 Hi,
   I've found this program (http://jan.kneschke.de/projects/pxtools/) very
 useful for my work, and its license is compatible with debian rules, so I
 believe it would be a great idea to package it and preserver for the future.

This is not the proper way to file a Request For Package.  Start by
running reportbug (or reportbug-ng) and choose the 'wnpp' package.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
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/20111220190620.gd20...@decadent.org.uk



many packages fail to build twice in a row again

2011-12-20 Thread Peter Eisentraut
With recent dpkg(-source) changes, many packages are again failing to
build twice in a row, because of uncommitted upstream changes.  Fixing
this was a lenny release goal, maybe it should be one again?!?  Most
importantly, maybe someone who has access to one of those build grids
can run the old tests again, because I feel by accidentally stumbling
upon these problems we will not be able to find and fix many of them any
time soon.


-- 
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/1324411304.8520.3.ca...@vanquo.pezone.net



Re: many packages fail to build twice in a row again

2011-12-20 Thread Lucas Nussbaum
On 20/12/11 at 22:01 +0200, Peter Eisentraut wrote:
 With recent dpkg(-source) changes, many packages are again failing to
 build twice in a row, because of uncommitted upstream changes.  Fixing
 this was a lenny release goal, maybe it should be one again?!?  Most
 importantly, maybe someone who has access to one of those build grids
 can run the old tests again, because I feel by accidentally stumbling
 upon these problems we will not be able to find and fix many of them any
 time soon.

Is it really worth it? There are many ways to work-around this, such as
using a temporary git repo to be able to 'git clean' and return to a
clean state before each build.

Lucas


-- 
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/20111220203647.ga32...@xanadu.blop.info



Re: many packages fail to build twice in a row again

2011-12-20 Thread brian m. carlson
On Tue, Dec 20, 2011 at 09:36:47PM +0100, Lucas Nussbaum wrote:
 On 20/12/11 at 22:01 +0200, Peter Eisentraut wrote:
  With recent dpkg(-source) changes, many packages are again failing to
  build twice in a row, because of uncommitted upstream changes.  Fixing
  this was a lenny release goal, maybe it should be one again?!?  Most
  importantly, maybe someone who has access to one of those build grids
  can run the old tests again, because I feel by accidentally stumbling
  upon these problems we will not be able to find and fix many of them any
  time soon.
 
 Is it really worth it? There are many ways to work-around this, such as
 using a temporary git repo to be able to 'git clean' and return to a
 clean state before each build.

If I'm fixing an RC bug, it's very convenient to be able to test a patch
and then rebuild with a different patch if necessary.  If the package
doesn't build cleanly N times in a row, or if there are other problems
with the packaging that make it difficult to fix, I usually go on to fix
other bugs instead.  Also, when I file a bug report, the harder you make
it to fix your package, the less likely you are to receive a patch with
that report, workaround or not.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#652848: RFH: line6-usb -- Line 6 POD driver source

2011-12-20 Thread Jelmer Vernooij
Package: wnpp
Severity: normal

I request assistance with maintaining the line6-usb package.

The package description is:
 An experimental driver for the guitar amp, cab, and effects modeller
 PODxt Pro by Line6 (and similar devices), supporting the following features:
 .
  * Reading/writing individual parameters
  * Reading/writing complete channel, effects setup, and amp setup data
  * Channel switching
  * Virtual MIDI interface
  * Tuner access
  * Playback/capture/mixer device for any ALSA-compatible
  * PCM audio application
  * Signal routing (record clean/processed guitar signal, re-amping)



-- 
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/20111220234319.6874.9305.reportbug@localhost



Re: Heads-up: Boost defaults changing from 1.46 to 1.48

2011-12-20 Thread Steve M. Robbins
On Mon, Dec 19, 2011 at 10:33:26PM +0100, Julien Cristau wrote:
 On Sat, Dec 10, 2011 at 21:23:49 -0600, Steve M. Robbins wrote:
 
  Hi,
  
  Boost 1.48 was uploaded to sid about 9 days ago so it should
  transition to testing in the next day or so.
  
  My plan is to update the default boost version to 1.48 immediately
  following this transition.
  
  I'd appreciate feedback on any build failures with 1.48 for
  boost-using packages.
  
 I heard of at least two failures in the last couple of hours:
 libreoffice (#652681), and wesnoth (#652677).  As such, I'd appreciate
 if you could:
 - revert boost-defaults to 1.46 for the time being

Done.

 - test-build at least the most prominent reverse deps against 1.48
   before bumping it again
 - contact debian-release before that bump, so we can coordinate a timing
   that doesn't suck with regards to other ongoing transitions.

OK, will do.

-Steve



signature.asc
Description: Digital signature


Re: from / to /usr/: a summary

2011-12-20 Thread Enrico Weigelt
* Darren Salt li...@youmustbejoking.demon.co.uk schrieb:

 I fully intend to continue with lilo, separate /usr and no initramfs/initrd.
 I *may* decide to stop using a separate /usr should I need to replace
 hardware ??? but probably not before then.
 
 I will NOT use an initramfs just to have /usr mounted early enough.

Seconded.

The reasons for that separation in FHS are far more than just
historical slowless/expensiveness of larger spindles.

/ should only contain things needed for boot up into singleuser,
/usr should hold all the rest.


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/20111221043514.ga19...@mailgate.onlinehome-server.info



Accepted adblock-plus-element-hiding-helper 1.1.4-1 (source all)

2011-12-20 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 09:50:53 +0100
Source: adblock-plus-element-hiding-helper
Binary: xul-ext-adblock-plus-element-hiding-helper
Architecture: source all
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Regalli fab...@fabreg.it
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-adblock-plus-element-hiding-helper - extension for Adblock Plus meant 
to make creating element hiding
Changes: 
 adblock-plus-element-hiding-helper (1.1.4-1) unstable; urgency=low
 .
   * Imported Upstream version 1.1.4
Checksums-Sha1: 
 b9f45a74837c8a7034e938ebfc1205b7858fc6ad 2295 
adblock-plus-element-hiding-helper_1.1.4-1.dsc
 c3e2f17aac847e989472eba96393733f8abd5ace 72727 
adblock-plus-element-hiding-helper_1.1.4.orig.tar.bz2
 77b5852311cf599bd2c660344f60a0d772c752d9 11249 
adblock-plus-element-hiding-helper_1.1.4-1.debian.tar.gz
 56318c322a22816d113605ad5b6936d76a489a20 134132 
xul-ext-adblock-plus-element-hiding-helper_1.1.4-1_all.deb
Checksums-Sha256: 
 ce4efff1f1a06b11abf9502accf1357ee25448ddd9d18ab795281fd2053569b4 2295 
adblock-plus-element-hiding-helper_1.1.4-1.dsc
 1d074b871fb4ecdb5d428af5de60510b0d7cd61cab39af1dd846861a3498b5ad 72727 
adblock-plus-element-hiding-helper_1.1.4.orig.tar.bz2
 36104fb86d44178e8f1cdc99d3e40dfbbec8e0fdb37ebc6b790373a00ff12e6c 11249 
adblock-plus-element-hiding-helper_1.1.4-1.debian.tar.gz
 88c1bc3f7501a3891f4d87b9fe75db92b5e771f9522154b7fbf9ccd749a1ec52 134132 
xul-ext-adblock-plus-element-hiding-helper_1.1.4-1_all.deb
Files: 
 5684a9880e4b6eec2cd46d97dafb68cf 2295 web optional 
adblock-plus-element-hiding-helper_1.1.4-1.dsc
 7be8455316dfe491389b9f6b23f0db72 72727 web optional 
adblock-plus-element-hiding-helper_1.1.4.orig.tar.bz2
 88c360c4ceaf8ad1c3804194772d4dac 11249 web optional 
adblock-plus-element-hiding-helper_1.1.4-1.debian.tar.gz
 f813ba9771780687d0401176a6a3171c 134132 web optional 
xul-ext-adblock-plus-element-hiding-helper_1.1.4-1_all.deb

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

iQIcBAEBAgAGBQJO8E3NAAoJEEwEP+tcfPCyoWQP/1e8HAEg6Nr6lvjDOF2tsgfy
BQr2ShePVkdjN8OJebjmVZvxmncmQUwA9ban9Pk0hoX+fYy2z+Z5uZq0tLv+Vg6o
8VxkiwX/yg6+/KLbPKKtZ8Az7m5sH+oRUl76UrwX1/QRlgcqWbbLXIhu3wWVxv+4
gp+Lpa9mxaaP5HJB7lpLGABtT9xy5479xlnrhQTt3O00ziXrM8bnlfEZV6Ibf98k
2T7efjfJtE++k0XCDDoFAvjQOl4pWWO/gbsC364rX5FHm1RiDPtb9igFmhmmsBTV
vBPeT1weytg8MHQe6FQ2kDqEZz7XpradHr4bJ+fmxop7eqmfZmgzkowXZLQb8JnM
gDgCp+yIshGyuFS/5QjD4G0pugcs1IMlCa0s725JCeTlkvsCUEJ7Gv1QCGO67ZNH
x0+yZBFIa8ViVyKCR365KDLdXuaPKMKO+E56OaGhaV4ToRacu4D7hYEVwVz1rvEs
ysmJjIDRmQCAOiOpdzGpu186poMvpoq9R09RV1gFuxsjwWC9AsXS4+cqN16XCfHu
9xY2iVtXvqPgV2oIq8TI/78Gi77MbPZt7RjnQewuvNvdfVWtqztX9QUUwLYc1lsS
soC9FRrJlgX/MoG9npU1DZaOYB0J7skZW56c6KPXtLE0RVojDJA5+6KVfjMYMm7b
YIn/Q19eUGsvKpptU8nQ
=UzDo
-END PGP SIGNATURE-


Accepted:
adblock-plus-element-hiding-helper_1.1.4-1.debian.tar.gz
  to 
main/a/adblock-plus-element-hiding-helper/adblock-plus-element-hiding-helper_1.1.4-1.debian.tar.gz
adblock-plus-element-hiding-helper_1.1.4-1.dsc
  to 
main/a/adblock-plus-element-hiding-helper/adblock-plus-element-hiding-helper_1.1.4-1.dsc
adblock-plus-element-hiding-helper_1.1.4.orig.tar.bz2
  to 
main/a/adblock-plus-element-hiding-helper/adblock-plus-element-hiding-helper_1.1.4.orig.tar.bz2
xul-ext-adblock-plus-element-hiding-helper_1.1.4-1_all.deb
  to 
main/a/adblock-plus-element-hiding-helper/xul-ext-adblock-plus-element-hiding-helper_1.1.4-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/e1rcvao-0007z0...@franck.debian.org



Accepted glance 2012.1~e2+git66-gea99d1c-1 (source all)

2011-12-20 Thread Ghe Rivero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 19 Dec 2011 19:02:57 +0100
Source: glance
Binary: python-glance glance-common glance-api glance-registry glance 
python-glance-doc
Architecture: source all
Version: 2012.1~e2+git66-gea99d1c-1
Distribution: experimental
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Ghe Rivero g...@debian.org
Description: 
 glance - OpenStack Image Registry and Delivery Service
 glance-api - OpenStack Image Registry and Delivery Service - API
 glance-common - OpenStack Image Registry and Delivery Service - Common
 glance-registry - OpenStack Image Registry and Delivery Service - Registry
 python-glance - OpenStack Image Registry and Delivery Service - Python client 
lib
 python-glance-doc - OpenStack Image Registry and Delivery Service - 
Documentation
Changes: 
 glance (2012.1~e2+git66-gea99d1c-1) experimental; urgency=low
 .
   * New snapshot release
Checksums-Sha1: 
 b9bdfc00b5c7cb20fa9f157bb3e0ce6062bcb4e4 1922 
glance_2012.1~e2+git66-gea99d1c-1.dsc
 6275fd320e2ae72463a755e8b8de49e045175e56 235938 
glance_2012.1~e2+git66-gea99d1c.orig.tar.gz
 25136ea5493936f37ea58cc672c5c4e104fac40d 7060 
glance_2012.1~e2+git66-gea99d1c-1.debian.tar.gz
 7b8268d82c797a2178eebd79488ada9bbb76d0c4 181168 
python-glance_2012.1~e2+git66-gea99d1c-1_all.deb
 63e303b8ad4656b06c18903c231552b4c28e3528 15018 
glance-common_2012.1~e2+git66-gea99d1c-1_all.deb
 b094f96a1cf5e167fd69482a3345ab47666cc02a 13306 
glance-api_2012.1~e2+git66-gea99d1c-1_all.deb
 7651957e85f37320be515d668917ee0dddb5251c 6738 
glance-registry_2012.1~e2+git66-gea99d1c-1_all.deb
 dc221897b026d713973ffa157168ca61b53d7b43 3028 
glance_2012.1~e2+git66-gea99d1c-1_all.deb
 dafc175fc9df4daa97e10bf976a9ac659a9a333d 112802 
python-glance-doc_2012.1~e2+git66-gea99d1c-1_all.deb
Checksums-Sha256: 
 59049eb7d5c1b8a44b7b2d47671809ffd75eff46c7eec2516466e1e6a9a3b446 1922 
glance_2012.1~e2+git66-gea99d1c-1.dsc
 48896329173fac3597033fc7242c581c504cc7cbfbec9ccd5475a8c74ad02b94 235938 
glance_2012.1~e2+git66-gea99d1c.orig.tar.gz
 437ddb1b31f292ed4c1f9f5fb781094b2741fec61c7151a571624f69618a5245 7060 
glance_2012.1~e2+git66-gea99d1c-1.debian.tar.gz
 cec950a194f4445b40c9097eb38a6d3f5233f96ba29a8b388fcae5881b1b223a 181168 
python-glance_2012.1~e2+git66-gea99d1c-1_all.deb
 5ecd4d56a86a4941ba74ec609eabd7b8e02b8d9d218456e3f14208a7e3ef4366 15018 
glance-common_2012.1~e2+git66-gea99d1c-1_all.deb
 39120310ae7eb0294c9bdb021c9711dc0758d91d2ec821aa52eade132d024a86 13306 
glance-api_2012.1~e2+git66-gea99d1c-1_all.deb
 5b672162f2f65600fc240feca783322b3a4569c7a31b20c934bb2591cd259461 6738 
glance-registry_2012.1~e2+git66-gea99d1c-1_all.deb
 8338babd64f8192cf85923ecec9ddff655be5c2a7c28366099b780f755bf2ab9 3028 
glance_2012.1~e2+git66-gea99d1c-1_all.deb
 e31ee792cf3a05182a72076ff7a8e0127cff73162bce95c1e768cfdfca566076 112802 
python-glance-doc_2012.1~e2+git66-gea99d1c-1_all.deb
Files: 
 a47b2e9d17265e0c3c8fea268cbc89ab 1922 net extra 
glance_2012.1~e2+git66-gea99d1c-1.dsc
 15e7614b9cded263afb8f7e27fb8cd40 235938 net extra 
glance_2012.1~e2+git66-gea99d1c.orig.tar.gz
 55f10e5587adec7252d08d182764d79c 7060 net extra 
glance_2012.1~e2+git66-gea99d1c-1.debian.tar.gz
 fe132d148f551e0c291cc0f4642335fa 181168 python extra 
python-glance_2012.1~e2+git66-gea99d1c-1_all.deb
 57d35b4d30c252368fe9c6371cb47bf5 15018 python extra 
glance-common_2012.1~e2+git66-gea99d1c-1_all.deb
 ac49d4bd37e3c08d807522f154677c15 13306 python extra 
glance-api_2012.1~e2+git66-gea99d1c-1_all.deb
 d8c54fc2f6ad8ba7dd2965f3c6dc82be 6738 python extra 
glance-registry_2012.1~e2+git66-gea99d1c-1_all.deb
 c21ffb8359620d081d8f1179e552ca13 3028 python extra 
glance_2012.1~e2+git66-gea99d1c-1_all.deb
 7904b009f99177786d4662803245287b 112802 doc extra 
python-glance-doc_2012.1~e2+git66-gea99d1c-1_all.deb

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

iEYEARECAAYFAk7wUCcACgkQZttaNibwIPdFdQCg3+gWCA2ajFST4174ZPFR2qCM
IPEAoKtzl7fyTVOHES/940OtUmJDEcRE
=Pgle
-END PGP SIGNATURE-


Accepted:
glance-api_2012.1~e2+git66-gea99d1c-1_all.deb
  to main/g/glance/glance-api_2012.1~e2+git66-gea99d1c-1_all.deb
glance-common_2012.1~e2+git66-gea99d1c-1_all.deb
  to main/g/glance/glance-common_2012.1~e2+git66-gea99d1c-1_all.deb
glance-registry_2012.1~e2+git66-gea99d1c-1_all.deb
  to main/g/glance/glance-registry_2012.1~e2+git66-gea99d1c-1_all.deb
glance_2012.1~e2+git66-gea99d1c-1.debian.tar.gz
  to main/g/glance/glance_2012.1~e2+git66-gea99d1c-1.debian.tar.gz
glance_2012.1~e2+git66-gea99d1c-1.dsc
  to main/g/glance/glance_2012.1~e2+git66-gea99d1c-1.dsc
glance_2012.1~e2+git66-gea99d1c-1_all.deb
  to main/g/glance/glance_2012.1~e2+git66-gea99d1c-1_all.deb
glance_2012.1~e2+git66-gea99d1c.orig.tar.gz
  to main/g/glance/glance_2012.1~e2+git66-gea99d1c.orig.tar.gz
python-glance-doc_2012.1~e2+git66-gea99d1c-1_all.deb
  to main/g/glance/python-glance-doc_2012.1~e2+git66-gea99d1c-1_all.deb
python-glance_2012.1~e2+git66-gea99d1c-1_all.deb
  to 

Accepted firebug 1.9.0b4-1 (source all)

2011-12-20 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 10:06:05 +0100
Source: firebug
Binary: xul-ext-firebug
Architecture: source all
Version: 1.9.0b4-1
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Regalli fab...@fabreg.it
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-firebug - web development plugin for Iceweasel/Firefox
Changes: 
 firebug (1.9.0b4-1) unstable; urgency=low
 .
   * Imported Upstream version 1.9.0b4
Checksums-Sha1: 
 ace0ec6cf27f86864ecddef0c5122081f17fd8d0 2059 firebug_1.9.0b4-1.dsc
 d8e3b1798766fa1618131f4b018e3f2aee6c6673 802071 firebug_1.9.0b4.orig.tar.bz2
 28b1c3a7cf6991fdbd3f7947d3cafa984bc2b600 6096 firebug_1.9.0b4-1.debian.tar.gz
 2478dd5cf54ab47927086996eac5336aa60e5c3a 1180522 
xul-ext-firebug_1.9.0b4-1_all.deb
Checksums-Sha256: 
 17704bd1c1a3f097472a6a96cc3f50c6c6d179da8a3b1ab8ceada42243d84f98 2059 
firebug_1.9.0b4-1.dsc
 0336ceac5941dfdb21a137467504ab760a45fdc62da12c4847f896721bfee130 802071 
firebug_1.9.0b4.orig.tar.bz2
 21d6b694c3d7b53fd7433c509c4415322d5a6f1f846ff91e7a920e0a243c6646 6096 
firebug_1.9.0b4-1.debian.tar.gz
 4b05bd29e53a00dfae8731634dbc603c28130e358d28784cfe7a8049da71f11f 1180522 
xul-ext-firebug_1.9.0b4-1_all.deb
Files: 
 aac16225c61490c461c8a57204f5582c 2059 web optional firebug_1.9.0b4-1.dsc
 273e189809f591c37551952841f3ed22 802071 web optional 
firebug_1.9.0b4.orig.tar.bz2
 d1bd920a38b2a704bd112bb4eb381de8 6096 web optional 
firebug_1.9.0b4-1.debian.tar.gz
 94aea5d2ba97aac611c7fb26360c62dd 1180522 web optional 
xul-ext-firebug_1.9.0b4-1_all.deb

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

iQIcBAEBAgAGBQJO8FInAAoJEEwEP+tcfPCyHYIP/0Vv7bdapLGojFHLXlqzBrqs
nG4IimrcwhAGMVujSfOGJdpgOrbdfW7egH/W02gMTETeEOW+fHtxi8SOHfSrRsm5
y8jVuxgVeCvIjGFO1MlPAVBSV/xlkMKptZ7M9NW8fHdoNCFiLsW6Etl6r1t3t3XR
53mS/TUA5zQMl2fublozd9vyPID0WuhPIIHGDhp+IZkiOYErkLs7r2XwtBZvCZVo
u5briQAWxsDZ87B8ZkPSQmKhmRANm8xZ5iQ+DO4zRYKOSf0BhTdtIRScaVy08Hcy
F7Mdb0dIulbSc049RADtGJVCOP3k4+Sv3FM3Nzlj8muaYo0uddicsi3tg6Sygizp
n83Rz6ugev5lrcI92ALtW9VWMAjdTRBzy0vNegWvk5O5DbjBgzakuFtnfH+X8Yvf
9b/QCJusUp8j9SWSRLOsl30gOw76bAW6dQBDgzRMDhKXtFj2Q32B1bNAoIvWerhz
IbEk7mvw8dvr8dpX7cWdgdkp07J51n9QmY7ARPvNG/PToq4hZ04jEUySF4ey4W4n
0qZwayyBKN48s/hvpIeRfxWrI2CyUhtBH9PbKPN8gEFBGsfccR/qP2pEJW18a8e9
NTLe4Ml7EAICISRaJLaLOABSdJ4J+Nl33AkAEFA6LZDc+V5OSbPCBPWoByYPgaQ3
fIbqws/8oP84rGfRznSm
=j5Ds
-END PGP SIGNATURE-


Accepted:
firebug_1.9.0b4-1.debian.tar.gz
  to main/f/firebug/firebug_1.9.0b4-1.debian.tar.gz
firebug_1.9.0b4-1.dsc
  to main/f/firebug/firebug_1.9.0b4-1.dsc
firebug_1.9.0b4.orig.tar.bz2
  to main/f/firebug/firebug_1.9.0b4.orig.tar.bz2
xul-ext-firebug_1.9.0b4-1_all.deb
  to main/f/firebug/xul-ext-firebug_1.9.0b4-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/e1rcw4q-0002vg...@franck.debian.org



Accepted glance 2012.1~e2-4 (source all)

2011-12-20 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 10:26:52 +0100
Source: glance
Binary: python-glance glance-common glance-api glance-registry glance 
python-glance-doc
Architecture: source all
Version: 2012.1~e2-4
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 glance - OpenStack Image Registry and Delivery Service
 glance-api - OpenStack Image Registry and Delivery Service - API
 glance-common - OpenStack Image Registry and Delivery Service - Common
 glance-registry - OpenStack Image Registry and Delivery Service - Registry
 python-glance - OpenStack Image Registry and Delivery Service - Python client 
lib
 python-glance-doc - OpenStack Image Registry and Delivery Service - 
Documentation
Changes: 
 glance (2012.1~e2-4) unstable; urgency=low
 .
   * Fix new packages replaces
   * Fix init script stop action
   * Fix depends on httplib2
   * Do not fail if db_sync fails
Checksums-Sha1: 
 1f583924609de6b075beb6036991b5476624bbd2 2483 glance_2012.1~e2-4.dsc
 5134a4d9a063ec270c105a32a67db407bd0bc9a0 6245 glance_2012.1~e2-4.debian.tar.gz
 ed1a8a2d94e58ebffe9558f0658334fb4718d6db 172434 
python-glance_2012.1~e2-4_all.deb
 280afe1e6613b196594eeb5bba4e6c6e2c110681 15052 
glance-common_2012.1~e2-4_all.deb
 cf196c21cda69c48fe1403dff45971df66897eed 13214 glance-api_2012.1~e2-4_all.deb
 4050017dd15d0d4a31e7ae555bfd330874878edd 6822 
glance-registry_2012.1~e2-4_all.deb
 7a19be8dc22679f1236a4bc38b3fe376a68f60a0 3012 glance_2012.1~e2-4_all.deb
 bb44f4e45c3c22f99823740e38836019428fd46e 112544 
python-glance-doc_2012.1~e2-4_all.deb
Checksums-Sha256: 
 ec7d52a0ba8c09106d590d6107e4cdf13384f2b4e9f687c308774d815a654e69 2483 
glance_2012.1~e2-4.dsc
 a7e6407d808f8342c3489a9ef7046974f23251b5d921c3db7e07f08d197b7fe7 6245 
glance_2012.1~e2-4.debian.tar.gz
 c2f62c8780eee7b6370eddf001f1f6137ac941f0503d42fccdc371662a2aff30 172434 
python-glance_2012.1~e2-4_all.deb
 1e43f296c82e14a12ef831b99cd0f2e4c3c93d55f0051da1556e1b3823e4df9d 15052 
glance-common_2012.1~e2-4_all.deb
 7994389b4e4bcdd38b5eb2382e04a9102dbf73f26c36ebcde14b16ef9671f3ec 13214 
glance-api_2012.1~e2-4_all.deb
 c6a16cb5b3125e41a9bc3e0fd141d175b9e67f616fb927f262b8bbddc96c208d 6822 
glance-registry_2012.1~e2-4_all.deb
 41b741f7662038960a5bb09793bd90629c11724659f07fae5ab0a5f7173570d4 3012 
glance_2012.1~e2-4_all.deb
 b6ac304a2c112e9bc2e4a78b5951e6f1eeb894fa3dece4acc44832b22eb9ec7b 112544 
python-glance-doc_2012.1~e2-4_all.deb
Files: 
 34ef991c2f7ea460b7d558a410ce85ee 2483 net extra glance_2012.1~e2-4.dsc
 37f28a00b4addeaf387507dfa1af4de2 6245 net extra 
glance_2012.1~e2-4.debian.tar.gz
 f61abdc2849dc987c21c6039042cd874 172434 python extra 
python-glance_2012.1~e2-4_all.deb
 d0c2413aeb763c8e2ace1925ccc59e6d 15052 python extra 
glance-common_2012.1~e2-4_all.deb
 c7ba8213f2044577f8d1fa6c5a3a0fc9 13214 python extra 
glance-api_2012.1~e2-4_all.deb
 f68ee87737b34fb6ac8d1d3ebd7afa27 6822 python extra 
glance-registry_2012.1~e2-4_all.deb
 5fade122e6fa735b5ef7b0262139dced 3012 python extra glance_2012.1~e2-4_all.deb
 31a51909c4b1e4667371d726cd9c31f0 112544 doc extra 
python-glance-doc_2012.1~e2-4_all.deb

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

iQIcBAEBAgAGBQJO8FULAAoJEGEbqVCLeKXC0PYQAKoVh+9L5EiHH42BepLuwCcF
OMBHc+oiaZIeTptirPysH7a+r0UexUigHE/NxHqDJgNr1ePJ1TE4itSVzAG0vIXG
cAcMNlAafSUFC7MZkGWPee2swxOm8hQ+TVCjmMT5QChzOSC8Lh4nNNwGgJCBuum9
ukgdED7vHNmVefYT9Z8bEQwUbpDf0+ekVNE2U5RjgV50UBjze//LciaD3OjB5AFT
U1Fzdy2Xz8LXfa+7HAAoup87kFoH1GRuobhKI9jI20AqNfgqzdH3kz3Ne4C7KXse
8OkORkgA4D+wLoXjRsOCfttMkeFa1c5O21YCANr4iJEjDIRovvdZu+fEA3WNUHh+
kdlPGfnVSjHYT2kCn9zyL0O4gRKeO+KBxTqsm0tZTvUo0dtx8/z6oEZOepEakAUR
FnLMkY12/zh22ILorZnRl6dFTOOAP+QthY/+WUmOUB0ktm8GLAdo65JmWSY0pPgh
qoR808YPahb8ybk3/38QHWnMcXzElgNJg9L0Qtzb51K7xg9UXDb8XHUlmQ14qumi
LBePPjBx1/F4/ynFr09MY6pY9s9hCRBXYlRsrKomRwWiYURgUCVJz21R6kyporXP
de/K0twjgrTkQBXRyLm8lQLfrfSY4TGHoNfu4E9HvE8rma1KI22cAXiFhdUktk5f
g7EggK4xnVqvDAnAiNeV
=FdcX
-END PGP SIGNATURE-


Accepted:
glance-api_2012.1~e2-4_all.deb
  to main/g/glance/glance-api_2012.1~e2-4_all.deb
glance-common_2012.1~e2-4_all.deb
  to main/g/glance/glance-common_2012.1~e2-4_all.deb
glance-registry_2012.1~e2-4_all.deb
  to main/g/glance/glance-registry_2012.1~e2-4_all.deb
glance_2012.1~e2-4.debian.tar.gz
  to main/g/glance/glance_2012.1~e2-4.debian.tar.gz
glance_2012.1~e2-4.dsc
  to main/g/glance/glance_2012.1~e2-4.dsc
glance_2012.1~e2-4_all.deb
  to main/g/glance/glance_2012.1~e2-4_all.deb
python-glance-doc_2012.1~e2-4_all.deb
  to main/g/glance/python-glance-doc_2012.1~e2-4_all.deb
python-glance_2012.1~e2-4_all.deb
  to main/g/glance/python-glance_2012.1~e2-4_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/e1rcw4i-00033s...@franck.debian.org



Accepted fcoe-utils 1.0.21-1 (source amd64)

2011-12-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 19 Dec 2011 23:14:41 +0530
Source: fcoe-utils
Binary: fcoe-utils
Architecture: source amd64
Version: 1.0.21-1
Distribution: unstable
Urgency: low
Maintainer: Debian FCoE Maintainers pkg-fcoe-gene...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 fcoe-utils - Fibre Channel over Ethernet utilities
Changes: 
 fcoe-utils (1.0.21-1) unstable; urgency=low
 .
   * New upstream release
 - Upload to unstable
Checksums-Sha1: 
 c813113b6e9187c87316177d2a44ea285c849a77 2105 fcoe-utils_1.0.21-1.dsc
 4c6113b7edb15fcb4f6b5dc919234875de051752 132119 fcoe-utils_1.0.21.orig.tar.gz
 e1b58306e014ea18d28cfe98f3ea48139e33d994 3976 fcoe-utils_1.0.21-1.debian.tar.gz
 4efd2bf1bd74b5aa32c91de6c0be005b7e30eec5 82582 fcoe-utils_1.0.21-1_amd64.deb
Checksums-Sha256: 
 6bc8a8312fd700b368c373327613cf3a889f9740dd8be8050d5d9ccc3918e956 2105 
fcoe-utils_1.0.21-1.dsc
 1fff9b47da0e8c366f9acaf05fc948633f8d81c02f21ec98200a85a4e91ee0d8 132119 
fcoe-utils_1.0.21.orig.tar.gz
 21ec34e18c8b910989b77c9ae1918214e040bc9c0ca93dfca58f01ecfa74de45 3976 
fcoe-utils_1.0.21-1.debian.tar.gz
 179320a330d47b6672831fef0336ca788ca44ffdcb8a8562764e99132475608f 82582 
fcoe-utils_1.0.21-1_amd64.deb
Files: 
 e2ebc6b4294acda3cc60beb4861fc9cc 2105 misc extra fcoe-utils_1.0.21-1.dsc
 44b2b68578141821bd3808e5c94db0ee 132119 misc extra 
fcoe-utils_1.0.21.orig.tar.gz
 e9742fec84bd501f27b1d7b5ae2425b8 3976 misc extra 
fcoe-utils_1.0.21-1.debian.tar.gz
 3b88fa07846d400b058ebaa1115b4c7e 82582 misc extra fcoe-utils_1.0.21-1_amd64.deb

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

iQIcBAEBCgAGBQJO8FdmAAoJEKY6WKPy4XVpMiQP/0Bip4Zgl9+CbTrERYE9i7Wn
1YdrA6XDs6ZpH1uPBXMPx0Y6GRqwyKyaUyl1C0DZVOabpho5mN/9t3Dubf+lF85b
rayG83u+B0ook2MMNwDW4Fely2/4BuA1Ko7MLJxDjl7jcUhEqkBAWmf9PrsvFIp8
3bREap95JiBIYleLAUwJCaVa9Of3MXh9bG6rL5FdE30xOK9JODmFssMZiLWSBEV/
8tj5rwGmIaMGr99VEbj9h+97Rfc0dU1AwljUjrL24B0VnGXezg0dnIfPabGavz4n
qsfVxJZe7ubUbSsc6CXnD5y1xemlvBD7ZQZowYaG3WGERTN/QJOUNZXHLwjCAqS8
iXc6KjUTjcJ70x5zhdOno97lWIJ7LuESTbFuuUijXgkTYcYBqa6glYE/BNBOR8C5
QgW5QrH5QkyNbH8Sgd4fasbhGrv8Nn4UVdJUjBwxlr/6xbAw0HCVBXl2mg2rAjmq
dBMLpnJ/VfxaqPY3/7b3C3ahMo94+MEcL18akUOiSHkO3yfiZk2kjEfpKeXrU7x5
V1bGs8+u/UCCu20rLGXbDRipaM1FH8VradXjOyU7eACYTWjsL7reeP7Cf14xaY8A
8iuzZmkQ43XxUj+vrkD3v9dCtpdib21LjKrQeOlt5Xl8o0XtnO0hJjgLOb1tjkhn
ZWpNcYKTWQ7cukKUm4tv
=5vU2
-END PGP SIGNATURE-


Accepted:
fcoe-utils_1.0.21-1.debian.tar.gz
  to main/f/fcoe-utils/fcoe-utils_1.0.21-1.debian.tar.gz
fcoe-utils_1.0.21-1.dsc
  to main/f/fcoe-utils/fcoe-utils_1.0.21-1.dsc
fcoe-utils_1.0.21-1_amd64.deb
  to main/f/fcoe-utils/fcoe-utils_1.0.21-1_amd64.deb
fcoe-utils_1.0.21.orig.tar.gz
  to main/f/fcoe-utils/fcoe-utils_1.0.21.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/e1rcwi3-0004pa...@franck.debian.org



Accepted libhbaapi 2.2.4-1 (source amd64)

2011-12-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Dec 2011 21:14:02 +0530
Source: libhbaapi
Binary: libhbaapi-dev libhbaapi2
Architecture: source amd64
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian FCoE Maintainers pkg-fcoe-gene...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 libhbaapi-dev - SNIA HBAAPI library (development files)
 libhbaapi2 - SNIA HBAAPI library
Changes: 
 libhbaapi (2.2.4-1) unstable; urgency=low
 .
   * New upstream release
   * Prepare for unstable
Checksums-Sha1: 
 149d7230e8dcc3efa92b9d00d466297a29acc9d3 2042 libhbaapi_2.2.4-1.dsc
 af1fe5500096dc1e2ddeed72df34c4698cbb3f19 10524 libhbaapi_2.2.4.orig.tar.gz
 d8ae30889bdce3a1ee8a3815006ac6405957ee4a 40498 libhbaapi_2.2.4-1.debian.tar.gz
 e9f76ff92e8b2d90997af55e019a919369b14f12 18376 libhbaapi-dev_2.2.4-1_amd64.deb
 047fa4b0479f97af2e75d47cd62c3bea91ee7b38 20524 libhbaapi2_2.2.4-1_amd64.deb
Checksums-Sha256: 
 f456f0e418a5035813869c3286ce91cbbdc33f5d0b62f75c40410b6ca679b8a8 2042 
libhbaapi_2.2.4-1.dsc
 d6c82bbe2b780645e6491c054e728dfad19b65ee8c886a0d64530ccb8e9d4300 10524 
libhbaapi_2.2.4.orig.tar.gz
 beaec176af8b0800bedd1a1205bd347cc720d62ea9ad4f362848e3153b356106 40498 
libhbaapi_2.2.4-1.debian.tar.gz
 45c79ce84a3c75f2a9edd0a80191e530721ee3379e5117d2bb1f31a7dd21f587 18376 
libhbaapi-dev_2.2.4-1_amd64.deb
 e5657ab954e540677fc32d3376acc7979ab242293f0a93f7d2d8ad7214b87b16 20524 
libhbaapi2_2.2.4-1_amd64.deb
Files: 
 da9b72435d39b028f38e2fc179f627eb 2042 libs extra libhbaapi_2.2.4-1.dsc
 d5a8476a79daeb4fbbf8c0dec2f371ca 10524 libs extra libhbaapi_2.2.4.orig.tar.gz
 824d9277a4a501d981f29b7d597494b9 40498 libs extra 
libhbaapi_2.2.4-1.debian.tar.gz
 df90870755f6a6a73f19c990ae17d1c0 18376 libdevel extra 
libhbaapi-dev_2.2.4-1_amd64.deb
 1bbcb6c79087f4de90c497139a986901 20524 libs extra libhbaapi2_2.2.4-1_amd64.deb

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

iQIcBAEBCgAGBQJO8FafAAoJEKY6WKPy4XVpMyoP/i7VnKZ2Pce3PbtFFtkS4noa
SEwfP2euKI5VPPTkxV3wnWEhSciRmVBDAmWrf9AvwK9Y7x6ydO2trOEVnK+x6jUd
FVb8VmlU6hmJbnM0N4l8b0MssRLDBp9bDMYaATuSY9O9M9PM5g4RZErBM7Buj+aJ
+xGxR0QLLmNbFuMRUH/d/ebfPCWp6+IRNngWom5b91CN1PCkxCHYnoj8KBuhmeva
QAY+hXB1wMwE4nwvD5V9wZKubA55o23v1+nAX9583401kqc4TnBKOCCD3M922AWb
ngVlxR99W8dEihQeOa4jZDwKlbZQC7KBzUQuDbGS5rRebZkv72o0Eh7Kp+BPC7FD
ktGVmq7hYcIUeofEWmwVZHDvapVSwUxDjzi/xq9mno4CLlYWudJTL5qi9fOFu5wZ
LfC85Vc+v2dJl4mxOiIeMoar6Z4IvsWEwS4u9MZqzc1M9grHXNygf0xuT+/HVZdy
7CSQY9sthuvJhLFLEgcbCGZT2jkFpa0UtjmgpVWK/JRSiQ8SgZbnkGociEzBqFde
0APiML9QO+dd5iOOrqITtiJDsI0np8PxBlrp6c56eyYSd2HtJkIP8XxFywRvjd+S
cDaHaSXNMEZJ1EEd2EUMdF452KkQxDrFQrAJ1mSMl12rdHK1UZKXgkM9CZT6q/3w
3UqDvELIu8aaMtM7mOSz
=XzYC
-END PGP SIGNATURE-


Accepted:
libhbaapi-dev_2.2.4-1_amd64.deb
  to main/libh/libhbaapi/libhbaapi-dev_2.2.4-1_amd64.deb
libhbaapi2_2.2.4-1_amd64.deb
  to main/libh/libhbaapi/libhbaapi2_2.2.4-1_amd64.deb
libhbaapi_2.2.4-1.debian.tar.gz
  to main/libh/libhbaapi/libhbaapi_2.2.4-1.debian.tar.gz
libhbaapi_2.2.4-1.dsc
  to main/libh/libhbaapi/libhbaapi_2.2.4-1.dsc
libhbaapi_2.2.4.orig.tar.gz
  to main/libh/libhbaapi/libhbaapi_2.2.4.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/e1rcwja-0004bz...@franck.debian.org



Accepted libhbalinux 1.0.13-1 (source amd64)

2011-12-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Dec 2011 23:00:23 +0530
Source: libhbalinux
Binary: libhbalinux-dev libhbalinux2
Architecture: source amd64
Version: 1.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian FCoE Maintainers pkg-fcoe-gene...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 libhbalinux-dev - Library headers files for retrieving FCOE adapter information
 libhbalinux2 - Library for retrieving FCOE adapater information
Changes: 
 libhbalinux (1.0.13-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 ebf236169f7718cb7112e55b4918ea8f9a89de4b 2123 libhbalinux_1.0.13-1.dsc
 94cc36290c2bf2a18c8c18fa7e577159b47ddd5f 42565 libhbalinux_1.0.13.orig.tar.gz
 cafdb4b224be77870b92b07363c39f00245d3182 278945 
libhbalinux_1.0.13-1.debian.tar.gz
 3f3b958a788643dcc6f2721f97efd8e689d16757 3900 
libhbalinux-dev_1.0.13-1_amd64.deb
 1c138667e587235c53b15fa0f92daabfd2bda036 20740 libhbalinux2_1.0.13-1_amd64.deb
Checksums-Sha256: 
 41e5ca0affcf54c5107921325f516071085ec5d8361b276e298ff385e3e64200 2123 
libhbalinux_1.0.13-1.dsc
 68be440b284f4550080e7f3ef81b50eeef569737c129e09cde30ab0d642d9e3b 42565 
libhbalinux_1.0.13.orig.tar.gz
 f3913c60ef2ac7e3c00a8518ddc00fa00e374846cdd8b3cd4137b5bab3845445 278945 
libhbalinux_1.0.13-1.debian.tar.gz
 7c75f49b49205c6c748609162779f405d38a6fc24a0ede1abaa58d56378b9c42 3900 
libhbalinux-dev_1.0.13-1_amd64.deb
 98e9e421e46364a83fcf5b39f5d93fa0c1307939dfe4a325aa4c3cc502dd3189 20740 
libhbalinux2_1.0.13-1_amd64.deb
Files: 
 765024e46e2e992abcd320afc59e4f56 2123 libs extra libhbalinux_1.0.13-1.dsc
 04cc96fce76c4ecddb556893c928527c 42565 libs extra 
libhbalinux_1.0.13.orig.tar.gz
 97943930d79b9fad7780f2d47e74d769 278945 libs extra 
libhbalinux_1.0.13-1.debian.tar.gz
 d234bb6f5bac36c286208bd7cb4a9fdf 3900 libdevel extra 
libhbalinux-dev_1.0.13-1_amd64.deb
 c0761e0e3d7c328d2dae40d3cd645615 20740 libs extra 
libhbalinux2_1.0.13-1_amd64.deb

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

iQIcBAEBCgAGBQJO8FbwAAoJEKY6WKPy4XVpIHEP/A02cKOJ8OYd0uFelG6VWkoX
GokE5DSLn20ovQnUppsnFxyiY5lYcY6P5GLjwHQ6idGWwDdTWhECSVoJijZ8GqZE
T6sfp5qoJeBel1oAqA2pajltCqCr+2KQgTcQaYHqH86yTzQdB+ufE6ETVyMtcWcn
yAg5zA2qZK7P2RcsJo65NDFbdCT+kDxgy09Nwfz9uUPCtB3+s3kvBozyskYqUvTx
FJqBO3gK2eB79aiwjJqMg78uyDMw0mjJkoSkddYq5z0GTiaTesKRAlz4NGHhMQXv
OmfJKJtDyh4A+pha9VE3mLulolcW/C53phtC6LH+/44QJRndpQjm71gV38REtr7L
Nw9QAWxGPVIauOqVgoIWcm3DxTs0AVgva9Bfu6XXzCFuarqRn5HcIPzWn5O2TAoY
5wUNxuCxpDIvbcXkZukupM7UPIuuwCgnSb8QdEgovMBwrCEkzwWnAVKNUHeQc4HM
ez8yJWQpmQBA+/1V2la3subH5tSKcYPRRSH/8K0MESpgAvxXt39qEZGsuxxkYYnN
CVKzx07AX1epnGO78T8Op8Mugmaeot3RJfwIKqJGeaGjXPwfe4h+4eqMv+PtrS8b
Nglv8uCRPlIeEPqinRiJnLKTH4w9hC2/fQGvE344e6wfEuyJntqT6mEvxWZQvOg6
91YLVebLxaetuBeIHuv0
=hcX2
-END PGP SIGNATURE-


Accepted:
libhbalinux-dev_1.0.13-1_amd64.deb
  to main/libh/libhbalinux/libhbalinux-dev_1.0.13-1_amd64.deb
libhbalinux2_1.0.13-1_amd64.deb
  to main/libh/libhbalinux/libhbalinux2_1.0.13-1_amd64.deb
libhbalinux_1.0.13-1.debian.tar.gz
  to main/libh/libhbalinux/libhbalinux_1.0.13-1.debian.tar.gz
libhbalinux_1.0.13-1.dsc
  to main/libh/libhbalinux/libhbalinux_1.0.13-1.dsc
libhbalinux_1.0.13.orig.tar.gz
  to main/libh/libhbalinux/libhbalinux_1.0.13.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/e1rcwjn-0004ek...@franck.debian.org



Accepted lldpad 0.9.43+git20111215.c0498b-1 (source amd64)

2011-12-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Dec 2011 22:58:32 +0800
Source: lldpad
Binary: lldpad-dev lldpad
Architecture: source amd64
Version: 0.9.43+git20111215.c0498b-1
Distribution: unstable
Urgency: low
Maintainer: Debian FCoE Maintainers pkg-fcoe-gene...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 lldpad - Link Layer Discovery Protocol Implementation (Runtime)
 lldpad-dev - Link Layer Discovery Protocol Implementation (Development headers
Changes: 
 lldpad (0.9.43+git20111215.c0498b-1) unstable; urgency=low
 .
   * New upstream release
   * Upload to unstable
   * debian/control:
 - Update homepage
 - Add libnl-dev, flex, dh-autoreconf to Build-Depends
   * debian/rules: use dh_autoreconf to deal bootstrap.sh issue
   * debian/source/options: ignore ylwrap changes, dh-autoreconf
 update it when compiling
   * debian/patches:
 - Remove dont-use-embedded-libconfig.patch, not necessary.
 - Add fix-hyphen-used-as-minus-sign-in-lldptool-app-8.patch
 - Add fix-typo-in-config-c.patch
 - Add fix-typo-in-lldptool-ets-8.patch
 - Refresh others
Checksums-Sha1: 
 b7a89b1972993c9e64852f8222985040b7d163b2 2192 
lldpad_0.9.43+git20111215.c0498b-1.dsc
 01bb56e6b31cfcde2c25eefb6cb784bc012186b7 224822 
lldpad_0.9.43+git20111215.c0498b.orig.tar.bz2
 e290f3345e8d1335e403c3495d63e7080e3beb5a 6178 
lldpad_0.9.43+git20111215.c0498b-1.debian.tar.gz
 f63bbd09efabe663be1a43baea1a73a8c7d7f5b5 33034 
lldpad-dev_0.9.43+git20111215.c0498b-1_amd64.deb
 c3f0d0a1957fc482a476348ea43886581024948c 208150 
lldpad_0.9.43+git20111215.c0498b-1_amd64.deb
Checksums-Sha256: 
 5add5788c3e620892adcb361ca178a5a7d78cd5901737065460d89bdb03afe49 2192 
lldpad_0.9.43+git20111215.c0498b-1.dsc
 6da68e7b7aa923398cdec84b406727437b37a7af77787331c4fdb7d89d15560d 224822 
lldpad_0.9.43+git20111215.c0498b.orig.tar.bz2
 3e38933adb6b47e412581a669b72b0e7e7e9aa1d36d61593152d6ed37d31d855 6178 
lldpad_0.9.43+git20111215.c0498b-1.debian.tar.gz
 cc1b1faadfa5e80a54d7ca7d7af7314d705528fd940cfde233a0a2b6320afaee 33034 
lldpad-dev_0.9.43+git20111215.c0498b-1_amd64.deb
 e3eb252e1e6b1e033f8d4d9c8737e3eb85257881943012ed021257c0d02110a2 208150 
lldpad_0.9.43+git20111215.c0498b-1_amd64.deb
Files: 
 a1f596892457d436af962776d64f7144 2192 net extra 
lldpad_0.9.43+git20111215.c0498b-1.dsc
 c192d5e5b52b62211888b788d901dfd8 224822 net extra 
lldpad_0.9.43+git20111215.c0498b.orig.tar.bz2
 8a38cc1be825e3e42255c6add88bee10 6178 net extra 
lldpad_0.9.43+git20111215.c0498b-1.debian.tar.gz
 a6fdf72e7076bbef95ac3e2eccd69873 33034 libdevel extra 
lldpad-dev_0.9.43+git20111215.c0498b-1_amd64.deb
 6e8cbc1f9be5dc9d782642fa1f1ca357 208150 net extra 
lldpad_0.9.43+git20111215.c0498b-1_amd64.deb

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

iQIcBAEBCgAGBQJO8FTkAAoJEKY6WKPy4XVpWjUP/jHU05ahHS92ToIWXM4FxXbH
24UjGmqog/iqIGo27t3+vyJpFtEvO8CtOuzXLpluSCA0a5pEPgRWb/1w2Oxyp8+u
8SZ9b8IlbUwiaN6iu6G5kv93MZASWrTBPoEj76e96Gzuq/UhYnEB5VjXtnfM8EuS
1Sg3Ru3Ol0aSI3nMe4wRkxegb46HQGlbJoQ3OApHO7pAIAoV1lAJhdaK9Rwc0kru
wmwmIEZPWel4ZQI3VRlTU3hwxNxljntPr4FnR38KruYzYbRwtRWDvFLlvzy4jF18
E5XvsCZc6+k1N7UXLzy5/GvqtEF4dFHXJSXChn7dtvXYIlK4O4IzKldcsuV+Y+Oo
1SeeO3WBQbWg0zJuEnJwtpMkay5jzcpJYeTb2I/eQ19jGqMerBfkcJy5icpPzeCK
QRd3AX9D1c901xf/FcI6CFclii5F3PLc/4rXDip2NVNbY+WxkVOZ6d1eGuiJWFjd
uHwC/+kCXm6D3y4A33X1J5zto4wqCVXMVwMjIHvxNO7/s0fjSP77NrL8vPszixXV
0aL7+lSW1F2TBd0CPrNpRp3x4LRL+F4Cz2A4sCibDFS8kFYMLsUm1bpZU/q5KnTt
HbLqHORcyLOFFGg0+vmFea4baHEbW3O8eYpCSYq8r2fVQyNmFdW2n/0L9FyfYwWm
clG7Balryl0m1XKHotFd
=Syez
-END PGP SIGNATURE-


Accepted:
lldpad-dev_0.9.43+git20111215.c0498b-1_amd64.deb
  to main/l/lldpad/lldpad-dev_0.9.43+git20111215.c0498b-1_amd64.deb
lldpad_0.9.43+git20111215.c0498b-1.debian.tar.gz
  to main/l/lldpad/lldpad_0.9.43+git20111215.c0498b-1.debian.tar.gz
lldpad_0.9.43+git20111215.c0498b-1.dsc
  to main/l/lldpad/lldpad_0.9.43+git20111215.c0498b-1.dsc
lldpad_0.9.43+git20111215.c0498b-1_amd64.deb
  to main/l/lldpad/lldpad_0.9.43+git20111215.c0498b-1_amd64.deb
lldpad_0.9.43+git20111215.c0498b.orig.tar.bz2
  to main/l/lldpad/lldpad_0.9.43+git20111215.c0498b.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/e1rcwk3-0004jh...@franck.debian.org



Accepted mobyle-programs 3.1-1 (source all)

2011-12-20 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 10:44:01 +0100
Source: mobyle-programs
Binary: mobyle-programs
Architecture: source all
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Olivier Sallou olivier.sal...@irisa.fr
Description: 
 mobyle-programs - Program descriptions for the mobyle portal
Changes: 
 mobyle-programs (3.1-1) unstable; urgency=low
 .
   * New upstream release, fix some hard paths.
Checksums-Sha1: 
 fc879f87c20f2460eb935be4e70cc8d30756ad2d 2065 mobyle-programs_3.1-1.dsc
 bd5aa14eb2262f6067068f9fefe135cf57054ca2 620671 mobyle-programs_3.1.orig.tar.gz
 1ddb0deaff9cd9cba593ec1ab5df721c07b508d9 2893 
mobyle-programs_3.1-1.debian.tar.gz
 d8f15b5dbd5c8539d10435a27f923d5bb48b5cb2 590982 mobyle-programs_3.1-1_all.deb
Checksums-Sha256: 
 c063ca950c59ca07197ccdc4ef81e53894fafb380f2995bc84ecb41c0cc7536c 2065 
mobyle-programs_3.1-1.dsc
 e48b959d90ead85ca92e738b5ae9c20fbf397a72e66afceee72d6d47d3efba46 620671 
mobyle-programs_3.1.orig.tar.gz
 7299418c345760606b900bc2b3e04c2ced918bb8c9a9e6b9a6854ee202db133b 2893 
mobyle-programs_3.1-1.debian.tar.gz
 14e07a40d1bd264c7fced604f032bbc21ff2bb38c75e3cde30b85443623bebdb 590982 
mobyle-programs_3.1-1_all.deb
Files: 
 04e74f65a3708349fcd67f109c9d4616 2065 science optional 
mobyle-programs_3.1-1.dsc
 474e88ed3872e6a518fd6aa20cc29698 620671 science optional 
mobyle-programs_3.1.orig.tar.gz
 e3c847976004e9dacb51be983588c7ae 2893 science optional 
mobyle-programs_3.1-1.debian.tar.gz
 39ba627dd036893d7618d226d36ffa5a 590982 science optional 
mobyle-programs_3.1-1_all.deb

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

iQIcBAEBCAAGBQJO8FpwAAoJEHjcaNsybYQ4VXIQAILgy6LrRh8JbcJMRcBI+qwp
ls7Hd2maVUUQpOuNBIrgfNXujoQBTpuyd6Uik/dlFmFIJUgPKf6JLeS8QCSOFX5V
1znFLXBS77D5v34xNeLiBCQIBAtqDDV1xc7oiu9vjvOLoIyKt0HLB7cKHnDnr9nK
fOOu5OTkX/a9qAa4YhEDKwXnAFTlDIDClI5hAHkRtZLBX6O9jLIg7w+LPges2C57
MQ3WGVL0t5sx/fIpNthnWykjdpSALIfHI+YmAn13v/w4ZH3Gh4CvKI/CzQwP8wqz
MDMnXD92v76QuxadcLp6+GAnPOUUSAdeFSeUIhT5HCuLaxER8nnQuzMjWoBEb6bH
aN1SBMjNciOVF12PqJCVJgFJLN5utwm8zZV/j7WL90tyXegjCB6GijDhcO8qhD48
QKNtaiHj+EQriQ7OSTix184TZSYURfWX0U3g/n7k2Tkf++/pOfvcwb1i2tCpqnOP
QqkgZoQqmJWNyl3/BpGy1RbVpgu1IMU9rj0e7LiWmSUWVJEfMktzyqQIJhFIVPjh
1gM2uDyAh/Dk07JXlluMF1znLgySRW4gwpqTriznc/8ngRBFSPtYVNnDc5glcW8g
zXJte6sTelkUUSjHvvMekTdON/V+VztAdg8TmIwnmiJzkoTOgsTqYWYigJmzWIVg
KImDym69XqbZpUb64HeK
=2AGB
-END PGP SIGNATURE-


Accepted:
mobyle-programs_3.1-1.debian.tar.gz
  to main/m/mobyle-programs/mobyle-programs_3.1-1.debian.tar.gz
mobyle-programs_3.1-1.dsc
  to main/m/mobyle-programs/mobyle-programs_3.1-1.dsc
mobyle-programs_3.1-1_all.deb
  to main/m/mobyle-programs/mobyle-programs_3.1-1_all.deb
mobyle-programs_3.1.orig.tar.gz
  to main/m/mobyle-programs/mobyle-programs_3.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/e1rcwxi-0008gz...@franck.debian.org



Accepted monit 1:5.3.1-3 (source amd64)

2011-12-20 Thread Sergey B Kirpichev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 13:14:13 +0400
Source: monit
Binary: monit
Architecture: source amd64
Version: 1:5.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Sergey B Kirpichev skirpic...@gmail.com
Changed-By: Sergey B Kirpichev skirpic...@gmail.com
Description: 
 monit  - utility for monitoring and managing daemons or similar programs
Changes: 
 monit (1:5.3.1-3) unstable; urgency=low
 .
   * Revert Drop --with-ssl-lib-dir switch from ./configure arguments
 - Couple arch's (hurd-i386, i386, kfreebsd-i386) still needs
   this workarround to prevent FTBS.
Checksums-Sha1: 
 1fc9e3e4a4d96583022317e50c7ee195d4786be0 1891 monit_5.3.1-3.dsc
 87168c5ab1e651abb59f2835e9d6cad3e3d2a158 25276 monit_5.3.1-3.debian.tar.gz
 1ab2e75f5fbb65557697836fc00f2a5e255b9813 294970 monit_5.3.1-3_amd64.deb
Checksums-Sha256: 
 2295c003aad47dd3085b2070bc8c81300e52b08fe4395088514be658dbd29b8d 1891 
monit_5.3.1-3.dsc
 743fac86667ee332b0d6afd64d9c2fe84d1b081842117037b37fde56ae37caa1 25276 
monit_5.3.1-3.debian.tar.gz
 dca2210d961eed36a0439f04e0b6e2a7ad26a3a8864b10a1f58bb232112249d2 294970 
monit_5.3.1-3_amd64.deb
Files: 
 6fcb9ed954a663364dcee313498ac415 1891 admin optional monit_5.3.1-3.dsc
 5816bc4dedab42cf97e5673c6a32b73a 25276 admin optional 
monit_5.3.1-3.debian.tar.gz
 04cbaa08017e6e428a09ffe028dc006e 294970 admin optional monit_5.3.1-3_amd64.deb

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

iQIcBAEBCAAGBQJO8FPbAAoJEDnJoLZAJirwZykP+QH/3LBDJbNpbdb/8KCDtDV8
Z6iYM4K2pTdLHcUydpikd2ycLuwT8Zu0Cwk8g0Jcs7q13wLr+d87lFYSFSJa7eB0
7dSXSI64JTjg/ZTNXc/zerfu8nQKpufA1TpFWObbiSXhDRYxrIK02RlDY6h3xYTa
fhfbKEnyKgpkwZ89SkoNmiLXAOpv5mx0cmG76XezD0knqRLUGbYmM6vPY46jfKU7
XQTxOa5rpVqlqtEkkEEjBGyh48rT3Gxiscw8QPx/YqKz2H4Y+6psmTaHzshnOhPZ
ByirBSYAu7VJKLkCRKelRcMrlbJGz8tbYCJM1rr4eNNQBus7SYcRaRTyQfksY+zb
B+cvZp+YqKZJZ6ZdeNKa9LEgJ4usm3CbCQqVACBMawF13Q/GEPxDFKygKpXtjl7k
j/w5z0CvZH1W7x2UyJ093Ci+9odscRou6J+XmVb1ifbtDLZXLXik/m3xyXcPNQM7
GKln8hBpxSbowxUwgrH/gTJ2/167CKoJyfnik9SulSmm4O8I49qbdox0iU87g9QS
o8FVYAREBkboJ3250/HRInR7AeftVDZNwt5YDF+2riDrsMlc6Zu9S8aC2ow/B166
3FptgBQ9wx4ZBpw7siNf8jK9YPx1CsNx90ejLTd7JpoZFfbkySO2BZtCB25aSRJq
tOPAvrXN3H32FyRkUgAT
=txWF
-END PGP SIGNATURE-


Accepted:
monit_5.3.1-3.debian.tar.gz
  to main/m/monit/monit_5.3.1-3.debian.tar.gz
monit_5.3.1-3.dsc
  to main/m/monit/monit_5.3.1-3.dsc
monit_5.3.1-3_amd64.deb
  to main/m/monit/monit_5.3.1-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/e1rcwxy-0008ki...@franck.debian.org



Accepted muparser 2.1.0-1 (source i386 all)

2011-12-20 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 19 Dec 2011 18:23:41 -0500
Source: muparser
Binary: libmuparser-dev libmuparser2 libmuparser-doc
Architecture: source i386 all
Version: 2.1.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 libmuparser-dev - fast mathematical expressions parse library (development)
 libmuparser-doc - fast mathematical expressions parser library (documentation)
 libmuparser2 - fast mathematical expressions parser library (runtime)
Changes: 
 muparser (2.1.0-1) experimental; urgency=low
 .
   * New upstream release, updated debian/watch
 - soname reset to 2, previously it was 0 for all releases
   * Corrected include directory in pkgconfig file (LP: #418081)
Checksums-Sha1: 
 6a2158bb3e28534f12cbeaf9041ab02ecfb83a9e 1530 muparser_2.1.0-1.dsc
 3579b49b510d213a30badf12de06fbfa8d4daac4 1424408 muparser_2.1.0.orig.tar.gz
 e3c017730c5b579528a2e9dd4949c673d3027dfb 3471 muparser_2.1.0-1.debian.tar.gz
 03b97da472146340e877df905b66cb7ea9741622 31446 libmuparser-dev_2.1.0-1_i386.deb
 0732e9ea70668266ea45b4c04be8e75a9a86d898 144254 libmuparser2_2.1.0-1_i386.deb
 be3abeba70375f45fe1a95059ef7a56033f7deb3 651264 libmuparser-doc_2.1.0-1_all.deb
Checksums-Sha256: 
 7ff308eb2bb14688cbfe77c73cdd1d00f4e28819fa0fdc915471862d8b2a4cfa 1530 
muparser_2.1.0-1.dsc
 b0eebbe0480391e4a99f6de4fff76bf8ff4586b039b6d23f9dc2f8e0f9992bc4 1424408 
muparser_2.1.0.orig.tar.gz
 d49ad99af0f4b5ae78856a5c2e964bd43fb0e47aeb3242857817609d9bcbbe03 3471 
muparser_2.1.0-1.debian.tar.gz
 dc3436d31584eaa825452b36680351d82a5afdc08932934ce14dd49175535385 31446 
libmuparser-dev_2.1.0-1_i386.deb
 2626536596d2c161c76400055243fe043580ac6e62915511a46cc52b7ae710fc 144254 
libmuparser2_2.1.0-1_i386.deb
 b2cecb7d26294afb47ae98c244a4f5879b4dce76c12f0ebd8a740220bf0da5ef 651264 
libmuparser-doc_2.1.0-1_all.deb
Files: 
 6353597f67ef89cc70f78ccbc87df14e 1530 libs extra muparser_2.1.0-1.dsc
 2c4f3a05ecf728ab83d414f7c6bd597b 1424408 libs extra muparser_2.1.0.orig.tar.gz
 9a2a0873bfc9d4e7b71bdb89e4da4404 3471 libs extra muparser_2.1.0-1.debian.tar.gz
 6c9527f0cb2076f215a2b650f4a88f0d 31446 libdevel extra 
libmuparser-dev_2.1.0-1_i386.deb
 f053894492aaa157e0b806765556c068 144254 libs optional 
libmuparser2_2.1.0-1_i386.deb
 52af6d271ea576fa96d708b16e3c609b 651264 doc extra 
libmuparser-doc_2.1.0-1_all.deb

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

iEYEARECAAYFAk7vyH8ACgkQuqVp0MvxKmq2rACePBH259wO4XCG/zIgQ8h8wrfa
h6QAn1jnAFR59/cq2Z63HQFsH6P9bdtB
=q8zv
-END PGP SIGNATURE-


Accepted:
libmuparser-dev_2.1.0-1_i386.deb
  to main/m/muparser/libmuparser-dev_2.1.0-1_i386.deb
libmuparser-doc_2.1.0-1_all.deb
  to main/m/muparser/libmuparser-doc_2.1.0-1_all.deb
libmuparser2_2.1.0-1_i386.deb
  to main/m/muparser/libmuparser2_2.1.0-1_i386.deb
muparser_2.1.0-1.debian.tar.gz
  to main/m/muparser/muparser_2.1.0-1.debian.tar.gz
muparser_2.1.0-1.dsc
  to main/m/muparser/muparser_2.1.0-1.dsc
muparser_2.1.0.orig.tar.gz
  to main/m/muparser/muparser_2.1.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/e1rcwkw-0001ft...@franck.debian.org



Accepted gnome-documents 0.2.1-2 (source amd64)

2011-12-20 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 11:13:37 +0100
Source: gnome-documents
Binary: gnome-documents
Architecture: source amd64
Version: 0.2.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-documents - Document manager for GNOME
Changes: 
 gnome-documents (0.2.1-2) experimental; urgency=low
 .
   * debian/watch:
 - Track .xz tarballs.
   * Move libgdprivate and typelib file out of the system directories into a
 package private directory:
 - Add debian/patches/01-privlib.patch.
 - Use dh-autoreconf to update the build system.
 - Stop splitting libgdprivate into separate binary packages.
   * debian/control:
 - Add Depends on gjs.
Checksums-Sha1: 
 6918ac029edd3074323821bcddc3b1b28b44f862 2445 gnome-documents_0.2.1-2.dsc
 f1cd805351394af24231980bcede9a0857d770a2 3916 
gnome-documents_0.2.1-2.debian.tar.gz
 0281f07d19c93385f40fab92bb1ef8986f590a8c 150200 
gnome-documents_0.2.1-2_amd64.deb
Checksums-Sha256: 
 7a60e7177148430cc33d1a883111c939086ee2e70aa2b919e036fdbc1ac0d3fd 2445 
gnome-documents_0.2.1-2.dsc
 bc98bc445cbd09cb91acac818e399e7139042261a951f4e5b912e84109bbaa2e 3916 
gnome-documents_0.2.1-2.debian.tar.gz
 fc809beb6c4285ae27cb98f0925c781884e260095009182aa2c2d86db1a48645 150200 
gnome-documents_0.2.1-2_amd64.deb
Files: 
 b13941e099efc9366a3f8dbe4c55d990 2445 gnome optional 
gnome-documents_0.2.1-2.dsc
 4b8d966f0a1b47e482af42d6ebd4d02a 3916 gnome optional 
gnome-documents_0.2.1-2.debian.tar.gz
 3d8940b0dfc17ce3c7f56e92b9d1345f 150200 gnome optional 
gnome-documents_0.2.1-2_amd64.deb

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

iQIcBAEBCAAGBQJO8GJ4AAoJEGrh3w1gjyLcHssP/0IM4VqQFpHHhovg3uWGWZW+
AF3Rhwgv8pMyJeto2E793SQ6F+MgQv4e2nCQsvb3gVTFVPs37d1UJumK54zDfOe3
sMpCVPLHuS7CvPzrbd5ADgmqFyWvtI6tBVEsebPb97q0m/2lhOkDXwDt7bbWZ/0T
TByVouiGkGR4783PV8bHGaKzQCdf/3D0xI2pAS3dqlrQfrNoUE0j1HrWDqI5tKjo
G6Kq5+T/lAZ3wL3ZIc6xU2gk09M9P2+oOUHYevtqbBDw7M3jgtWJl2DMqBoMLJQg
SlzpZjfUuzUaW+X6/oHg3ktMn7Xx79rWtMRSsG5FzCIjC+dmLLcDCVuLZ3W4SHWI
a7++kbWkPvb3t6I1UNs0Nik7ZnIRaVKURxWp2KdTxngea723uNYuZOTeB7W9Vc4s
pJGdI3rATJHVBkGzUbfLivZOPdk6u+a/4ImCu1SXRQaMCqDsoKqUNZ1XHhRCEKDw
kZGP5m6obdH1kFATUWLDgEeV0LO5Lai75QCO7tT+Jlq43XWQNOxdCpjm1TveWSyJ
G9Je3rq28RmQpS6P7qzGlHZse9lYGznGkIuXuPXmjTQ88F8Q1/d4ymGB6IeACXoz
Uj6BnHYJzzicUTBUzlbDBq1nK0R5wzD1Kv4Vissum5YU20auE9MMnlJA5BcRtEaR
GV+5/bdGjqeX1PkJ3JCf
=++cC
-END PGP SIGNATURE-


Accepted:
gnome-documents_0.2.1-2.debian.tar.gz
  to main/g/gnome-documents/gnome-documents_0.2.1-2.debian.tar.gz
gnome-documents_0.2.1-2.dsc
  to main/g/gnome-documents/gnome-documents_0.2.1-2.dsc
gnome-documents_0.2.1-2_amd64.deb
  to main/g/gnome-documents/gnome-documents_0.2.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/e1rcwzs-0003nh...@franck.debian.org



Accepted mcrl2 201107.1-1 (source amd64)

2011-12-20 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Oct 2011 15:28:23 +0200
Source: mcrl2
Binary: mcrl2
Architecture: source amd64
Version: 201107.1-1
Distribution: unstable
Urgency: low
Maintainer: Paul van Tilburg pau...@debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 mcrl2  - formal specification language toolset
Changes: 
 mcrl2 (201107.1-1) unstable; urgency=low
 .
   * New upstream bugfix release:
 - Fixes infinite loop in lpsconfcheck.
   * debian/README.source: Removed, the source is no longer cleaned.
   * debian/TODO: Marked the boost-removal task as done!
   * debian/patches/series,
 debian/patches/lintian_fixes.patch:
 - Dropped because it has been incorporated upstream.
   * debian/rules:
 - No longer set variables CMAKE_C_FLAGS_DEBUG, MCRL2_BUILD_IN_SOURCE,
   and MCRL2_USE_BOOST_INTERNAL as they are no longer used by the
   project.
   * debian/watch: Updated to also track bugfix releases.
Checksums-Sha1: 
 b942851b736f265ac207224c29ddf4786565b10b 1432 mcrl2_201107.1-1.dsc
 f5c4b00ab79152b5f5587d5dc53989b443000255 5127635 mcrl2_201107.1.orig.tar.gz
 f5b8b604dcae3494b5a816a0919edccc4071249f 6873 mcrl2_201107.1-1.debian.tar.gz
 482fd68e3f46fc6ae69d18be5d0454dcb4067044 14870708 mcrl2_201107.1-1_amd64.deb
Checksums-Sha256: 
 9291bcf7a58962f6975ec599749e20907c1c36493dcb674347954e34c76e95bd 1432 
mcrl2_201107.1-1.dsc
 fd15cda5099583df4ef01fb711cab33b7de2218b59c4a09fb557fe2254b4da7e 5127635 
mcrl2_201107.1.orig.tar.gz
 17d245642ab498d153a39c40ff663cc08405d9bca59047d02163f8108da31681 6873 
mcrl2_201107.1-1.debian.tar.gz
 fa243d646c54b7f566b83d372899bfb457bcb844b3b06071f111410934aea141 14870708 
mcrl2_201107.1-1_amd64.deb
Files: 
 6f4c886904995d4b38b1ac725c70d1b8 1432 math extra mcrl2_201107.1-1.dsc
 92cea7a1f2232ff1982d8a19c78264a2 5127635 math extra mcrl2_201107.1.orig.tar.gz
 c44c429f2b618e9bc12dce31850dd086 6873 math extra mcrl2_201107.1-1.debian.tar.gz
 a353b33c63a154b1c51ca495a646a3fd 14870708 math extra mcrl2_201107.1-1_amd64.deb

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

iEYEARECAAYFAk7wYpIACgkQJBBhylAGQYEOPQCfQtbVBOiNERVFY+aRSmRdQtjt
PK4An3Aqg8pFaIfreq8bXR2/X2XN7D8v
=wHZJ
-END PGP SIGNATURE-


Accepted:
mcrl2_201107.1-1.debian.tar.gz
  to main/m/mcrl2/mcrl2_201107.1-1.debian.tar.gz
mcrl2_201107.1-1.dsc
  to main/m/mcrl2/mcrl2_201107.1-1.dsc
mcrl2_201107.1-1_amd64.deb
  to main/m/mcrl2/mcrl2_201107.1-1_amd64.deb
mcrl2_201107.1.orig.tar.gz
  to main/m/mcrl2/mcrl2_201107.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/e1rcx1w-0003nu...@franck.debian.org



Accepted quilt 0.50-1 (source all)

2011-12-20 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 11:32:02 +0100
Source: quilt
Binary: quilt
Architecture: source all
Version: 0.50-1
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson mquin...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 quilt  - Tool to work with series of patches
Closes: 578925 587941 637014
Changes: 
 quilt (0.50-1) unstable; urgency=low
 .
   [ Martin Quinson ]
   * Drop patch po-fix-msguniq which added an invocation to msguniq to
 the po files regeneration. Nothing similar is done in the packages
 I checked, and msgmerge seem to be reasonable nowadays.
   * add configure option --with-awk=/usr/bin/awk to avoid that
 configure finds locally installed gawk (don't explicit dependent
 on awk since it's essential)  Closes: #637014
   * Add Recommends: mail-transport-agent since it's mandatory to get
 the mail command working  Closes: #587941
   * Add the shell subcommand to the bash completion list. Closes: #578925
 .
   [ Raphaël Hertzog ]
   * New upstream release.
   * Drop a few patches merged upstream:
 - debian/patches/create_db_on_snapshot
 - debian/patches/doc_improvement
 - debian/patches/mailname
 - debian/patches/test-suite-update-for-patch-2.6
 - debian/patches/backport-remember-locations
 - debian/patches/skip-non-files-for-series
   * Refresh all other patches.
   * Disable patch debian/patches/testsuite_cleanups as it creates more
 problems than it seems to solve.
   * Drop lintian override file, the only override needed has been fixed
 upstream (by dropping the useless shebang).
   * Add missing ${perl:Depends} to the Depends field.
   * Switch to debhelper compat level 8.
   * Switch away from CDBS to dh.
   * Ensure we can build twice in a row by resetting properly the
 regenerated po/*.{po,pot} files.
Checksums-Sha1: 
 cb4d8cc4f591bdd1512229f8d1b78f06344afe0f 1988 quilt_0.50-1.dsc
 1e7c4e6cd62ae981332bd10e9ebb732dd876cddb 452769 quilt_0.50.orig.tar.gz
 e22474bf3612672710f7466bdf79ecb308af5860 39401 quilt_0.50-1.debian.tar.gz
 6e403fc1256e6749ac5593bf1b70f939ea813ff1 381034 quilt_0.50-1_all.deb
Checksums-Sha256: 
 3f0f40f979382dbfc64f8fe8ce967bb33ae8ce0c7e336670e09505a6aff51649 1988 
quilt_0.50-1.dsc
 fa4579628a98cf94472b36869e74f5cd0cb057d6fd13c1872a53f01c45aba8c3 452769 
quilt_0.50.orig.tar.gz
 3704e5ab7c68251d6efd090a05b6397f0f2a9f4bdcbeffe99b85f39d932bddec 39401 
quilt_0.50-1.debian.tar.gz
 14ecc0e6c66d4750ac760123f5bb9eea18ec76e519dc4c91e1f4a5ba09a8867f 381034 
quilt_0.50-1_all.deb
Files: 
 5882da349b71eb9b58f5c794bbd95b1b 1988 vcs optional quilt_0.50-1.dsc
 ff5e1e041363c3af3c8fda4b968c9d1d 452769 vcs optional quilt_0.50.orig.tar.gz
 1e2db2c9e8cde83e0ea30be8e3fe968f 39401 vcs optional quilt_0.50-1.debian.tar.gz
 46444ca84a99f1ff96d52835324db89b 381034 vcs optional quilt_0.50-1_all.deb

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

iQIcBAEBCAAGBQJO8GUUAAoJEOYZBF3yrHKa//oQAJik/Nt1BBeUZkKnYRy4eTUa
elpvkmyo8TgkDTrIoXe+HQpCYSWP8lQb3iR2iL6HJRaljQmjDd2KRlH+4dGh304g
XaEIES2KW/x8u83kKBlN+64HlwDiTUA3MpX/DDArTN0K2VyXzF5bGMDmI18v86m7
FY2QkJd0GgaaxcB/bmjbcclT5EUcyENIGtFbb9OyWnA/nmfxBS0w6p+pklBbiYBU
M36L7Q/xnikgz4DjdL12GZa5Kr1ap0di+l5ZvOcIg4mZ+KCfbHhOZWAMIi4x8swG
DyRWRZg6WyQi2NZfh5NBf3n8tVu99HF9EJVQwgE5hw5/xYU8moGBQLpXFiIHtqLo
n0LcD0PoMq+hQfMpj0vtGxQIQw6lbfgxq4XSQygViBsMZ4u3Or9NJPqqDFCqkKu/
sKnJ9309Prh/YoEoeRPQDUThwJzLV0HGzcT4Ezh8V+5gWR9tcH7+KleGVESgKwkv
BUacIwQhKa0/Mw6viTsy2OOajNwICL38su8ymeCGPRseU8I4OH2wy4MRV9mgRfOi
k/NZmYd6d7vkJuGE3S3erQwXOZWEdKQfRzsFZZlJTXmV1jYTSZctY6bsvKh3+ixA
QznkBRU9un4CIbL5/iFwrZOhjA+aR+Q+ZjzrMWNc4Qlb5+VTblrQ5JaTkm4Q3BO6
w/MRROLiDvaDjIb9ggXe
=c92M
-END PGP SIGNATURE-


Accepted:
quilt_0.50-1.debian.tar.gz
  to main/q/quilt/quilt_0.50-1.debian.tar.gz
quilt_0.50-1.dsc
  to main/q/quilt/quilt_0.50-1.dsc
quilt_0.50-1_all.deb
  to main/q/quilt/quilt_0.50-1_all.deb
quilt_0.50.orig.tar.gz
  to main/q/quilt/quilt_0.50.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/e1rcxg1-00054x...@franck.debian.org



Accepted zathura 0.0.8.5-4 (source amd64)

2011-12-20 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 11:43:33 +0100
Source: zathura
Binary: zathura
Architecture: source amd64
Version: 0.0.8.5-4
Distribution: unstable
Urgency: low
Maintainer: Sebastian Ramacher s.ramac...@gmx.at
Changed-By: Sebastian Ramacher s.ramac...@gmx.at
Description: 
 zathura- PDF viewer with a minimalistic interface
Closes: 652688
Changes: 
 zathura (0.0.8.5-4) unstable; urgency=low
 .
   * Enable all hardening flags. Thanks to Simon Ruderich for the patch.
 (Closes: #652688)
Checksums-Sha1: 
 0fbef11296d529637f8c7652754dc9c07cc1a52e 1921 zathura_0.0.8.5-4.dsc
 b6fe0267093ef8eb72d51c5b95c07f6aa31eb0f9 5356 zathura_0.0.8.5-4.debian.tar.gz
 099130536dd763b6952542aa2f052d875f50c54a 53280 zathura_0.0.8.5-4_amd64.deb
Checksums-Sha256: 
 b90c5f0ac3dac32bb024877077fea5fe8ae7537e21f9a9e8c55f6d247237ece0 1921 
zathura_0.0.8.5-4.dsc
 73bd6d8236a1493b87e8a4f36d1179066900fa675b7a18aeee2db36652fb2ad8 5356 
zathura_0.0.8.5-4.debian.tar.gz
 c6b33ffc3a456e8df633042bd4d85065651e4e1d18475b576b8ccb1176190655 53280 
zathura_0.0.8.5-4_amd64.deb
Files: 
 c763b21da6d9b9e9bf465485f9f08d57 1921 text optional zathura_0.0.8.5-4.dsc
 91b50c9b67a9f63eb3725ff39a1f9f22 5356 text optional 
zathura_0.0.8.5-4.debian.tar.gz
 6613f7d318efe6673d6f599f2af9bf68 53280 text optional 
zathura_0.0.8.5-4_amd64.deb

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

iQIcBAEBCAAGBQJO8GhQAAoJEGny/FFupxmT5AQQAIMlK28zEm6ss7D6kkaDL0M7
FBgTODhDv7IX2NCJ4eu0S9YyHiqc/4j9EGPjQuRNcExTMSHLxvueur887pjIV8Ht
RSG7fQrLRJlGezTjtRFB+MqWKW/Gzee/28B4aFaF6jj9C3Y5a3W6MbRq5s4NWUhD
nugSbnBN5mPh2XxMtsT/XcJUjV3qccncACvyhRZ0vWcKUSdVc4xgk8a4X0ONmXWd
A+VDLdUxXaIUoMCDzDHIgTOqFB0mPCqJIOQksU3FpTMvIxgfF+GHR2Fbgj83Vys1
pVBswUBLgeeiYAhGvjbKBEZ7Z1/T5tjndZVfvQxEU7bWWy/IuLszgzEgn7lJpRIA
3gZKQ3JU5uPPfMf1iL618ZddkCJzLrfpDPrYQkRZyMEY+BIHiwTn948auKf7G9hj
B+iwo2G3MA/gCkA/6XVtiqX47Ex2u+sBV2ofntE3/3yy2BGhZLQOy5aPvUESqfqQ
NXyzVQUyh78FMEC4mf8qIjHXU36dkFjRZxYWkeQ4nCvCErJeI4MpOC5bWO1g0CMi
ua7FQPoVoJT/vJaJQRcdt9T0ufeYHS6NPxa4O8Hpwd2FOLF6LLZwvQBLiN/Ez3oQ
pNdRCuvRP9maZx2YnEKuA3gITjaD9Gx0jD8dtV+dj+yOvce3n9asg3h4IEKLXbSg
/oY5UgkUgh/DtT5iDzys
=QK3H
-END PGP SIGNATURE-


Accepted:
zathura_0.0.8.5-4.debian.tar.gz
  to main/z/zathura/zathura_0.0.8.5-4.debian.tar.gz
zathura_0.0.8.5-4.dsc
  to main/z/zathura/zathura_0.0.8.5-4.dsc
zathura_0.0.8.5-4_amd64.deb
  to main/z/zathura/zathura_0.0.8.5-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/e1rcxts-0007c9...@franck.debian.org



Accepted bitlbee 3.0.4+bzr855-1 (source all amd64)

2011-12-20 Thread Wilmer van der Gaast
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 12:46:42 +0100
Source: bitlbee
Binary: bitlbee bitlbee-libpurple bitlbee-common bitlbee-dev bitlbee-plugin-otr 
bitlbee-plugin-skype skyped
Architecture: source all amd64
Version: 3.0.4+bzr855-1
Distribution: unstable
Urgency: low
Maintainer: Wilmer van der Gaast wil...@gaast.net
Changed-By: Wilmer van der Gaast wil...@gaast.net
Description: 
 bitlbee- An IRC to other chat networks gateway (default version)
 bitlbee-common - An IRC to other chat networks gateway (common files/docs)
 bitlbee-dev - An IRC to other chat networks gateway (dev files)
 bitlbee-libpurple - An IRC to other chat networks gateway (using libpurple)
 bitlbee-plugin-otr - An IRC to other chat networks gateway (OTR plugin)
 bitlbee-plugin-skype - An IRC to other chat networks gateway (Skype plugin)
 skyped - Daemon to control Skype remotely
Closes: 476529 507856 605459 613789 615624 646369
Changes: 
 bitlbee (3.0.4+bzr855-1) unstable; urgency=low
 .
   * New upstream release.
   * This is not a vanilla 3.0.4 tree but a Bazaar snapshot. The source
 release was a few weeks ago by now. There should be no significant
 differences.
   * Added bitlbee-plugin-skype and skyped packages, now part of BitlBee
 instead of a separate package. Not building these for Debian for now
 though since python-skype was removed.
   * ^B and some other things are stripped in outgoing XMPP stanzas.
 (Closes: #507856)
   * OTR module linking fix. Not with the fix from the Debian bug but with
 one from bugs.bitlbee.org. I hope that covers it. (Closes: #646369)
   * Closing a few old bugs that were filed against the Debian package
 instead of/as well as upstream:
 - Joining password-protected MUCs is working for a while already, set
   the password using chan set. (Closes: #615624)
 - Headline: msgs (Closes: #605459)
 - Yahoo! was fixed long ago and Etch is deprecated. (Closes: #476529)
 - identi.ca support is documented. (Closes: #613789)
Checksums-Sha1: 
 c516ea183fe97218ad3415cfe424a16578695aa3 1619 bitlbee_3.0.4+bzr855-1.dsc
 2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4 744599 
bitlbee_3.0.4+bzr855.orig.tar.gz
 7cff1f4df7664603a122de15679bb0640cb03ca5 20276 bitlbee_3.0.4+bzr855-1.diff.gz
 dd7acd4fc3ac0b108a36ef0e5215820e5a15cae1 134022 
bitlbee-common_3.0.4+bzr855-1_all.deb
 e1bb2f3bc1b63e947a7ef999416cad139ce2206c 25618 
bitlbee-dev_3.0.4+bzr855-1_all.deb
 d482de4c7ad4b8e8f5497209ada51fe3ab1243ae 283594 
bitlbee_3.0.4+bzr855-1_amd64.deb
 bde8ea1444578c538dbf0062a6f03b5542945f0c 118872 
bitlbee-libpurple_3.0.4+bzr855-1_amd64.deb
 11c2395af3854a5ccc01f21752f0f462d671f636 17054 
bitlbee-plugin-otr_3.0.4+bzr855-1_amd64.deb
Checksums-Sha256: 
 0a0b8abbbd5d9b721adb4f24feac363555b9e17878920ec381312fc076f73304 1619 
bitlbee_3.0.4+bzr855-1.dsc
 64788e7ef7a175dcda915fad3a8e41990ce4bee3ccdbb4bfb0a2d5a78729ccdb 744599 
bitlbee_3.0.4+bzr855.orig.tar.gz
 ff5f1ecadca2a559eea1cb992314c10c604fee62629cfa2ffd922ebb5fa55f1f 20276 
bitlbee_3.0.4+bzr855-1.diff.gz
 96f742fc30aadb85a98255e34b97920412c053d3d33cee27f3a445b93b1edc39 134022 
bitlbee-common_3.0.4+bzr855-1_all.deb
 43c7b8fb51c746acdbad94f25e3596a0aa2d5dc45ba641bd1d433cc6af7192d6 25618 
bitlbee-dev_3.0.4+bzr855-1_all.deb
 27c47e93d271921fa77f0f90d3cddfe6a098c8bf7727fa4d17aa7ef1707b73e4 283594 
bitlbee_3.0.4+bzr855-1_amd64.deb
 c01aa7861f61a01d5ec350e43c6c59da3a8f7323206b2144bd0514e84ea39eb3 118872 
bitlbee-libpurple_3.0.4+bzr855-1_amd64.deb
 70b5d4674f8009dbcaafd72f08cecd27e4eefe8f8f82471884f7a9cb1fefa66d 17054 
bitlbee-plugin-otr_3.0.4+bzr855-1_amd64.deb
Files: 
 a002e75e998c6700434d161573cf7ff8 1619 net optional bitlbee_3.0.4+bzr855-1.dsc
 3eb1e3e30c015885c641503eec4b05cb 744599 net optional 
bitlbee_3.0.4+bzr855.orig.tar.gz
 c81c669394be41bf2571453577e223db 20276 net optional 
bitlbee_3.0.4+bzr855-1.diff.gz
 46efcd5e7f5bf11249ccb430a240a9b4 134022 net optional 
bitlbee-common_3.0.4+bzr855-1_all.deb
 2e6243317900c6bb29d7e5996e1d5946 25618 net optional 
bitlbee-dev_3.0.4+bzr855-1_all.deb
 cf58bfd90df48ab2149fe5fb922752a1 283594 net optional 
bitlbee_3.0.4+bzr855-1_amd64.deb
 f02286a946833c2bd24ce6da3339fd05 118872 net optional 
bitlbee-libpurple_3.0.4+bzr855-1_amd64.deb
 86cf865c13be93173d3fea512d847e8e 17054 net optional 
bitlbee-plugin-otr_3.0.4+bzr855-1_amd64.deb

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

iEYEARECAAYFAk7wekUACgkQeYWXmuMwQFGMFwCfWSsM7Af9+Hh0//9LPDNkV4cS
0l8AnA21dUgWQ05XhgV3WSIeFE/+OpKF
=nSmq
-END PGP SIGNATURE-


Accepted:
bitlbee-common_3.0.4+bzr855-1_all.deb
  to main/b/bitlbee/bitlbee-common_3.0.4+bzr855-1_all.deb
bitlbee-dev_3.0.4+bzr855-1_all.deb
  to main/b/bitlbee/bitlbee-dev_3.0.4+bzr855-1_all.deb
bitlbee-libpurple_3.0.4+bzr855-1_amd64.deb
  to main/b/bitlbee/bitlbee-libpurple_3.0.4+bzr855-1_amd64.deb
bitlbee-plugin-otr_3.0.4+bzr855-1_amd64.deb
  to main/b/bitlbee/bitlbee-plugin-otr_3.0.4+bzr855-1_amd64.deb

Accepted openvpn 2.2.1-3 (source i386)

2011-12-20 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 13:06:05 +0100
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
Changed-By: Alberto Gonzalez Iniesta a...@inittab.org
Description: 
 openvpn- virtual private network daemon
Closes: 652702
Changes: 
 openvpn (2.2.1-3) unstable; urgency=low
 .
   * The iproute fiasco release.
   * Remove --enable-iproute2 dependency since it's only available in Linux.
 Write that in the changelog so I don't forget _again_ why iproute is not
 set... (Closes: #652702)
Checksums-Sha1: 
 2d8b735f0f484c7b74ac0ae888fca040c4515953 1141 openvpn_2.2.1-3.dsc
 5f17da82e3d9eab11d88173748d467520bcd003a 121438 openvpn_2.2.1-3.debian.tar.gz
 0a451e67a70cb5c8ba7683ceff15b08047de7114 497460 openvpn_2.2.1-3_i386.deb
Checksums-Sha256: 
 b017ca780483b3271b88385dcb4acd03b126e8d8046a15b90f623fc3f6b0894b 1141 
openvpn_2.2.1-3.dsc
 47ef0b370f3e71e1b4e006adca452565bd83dbed8eba51977ce2a1b1b7fe6d1f 121438 
openvpn_2.2.1-3.debian.tar.gz
 d85e727660e19bee2a401e7a8b7c983cae7a2f9c03d25a8351cd0fd505355652 497460 
openvpn_2.2.1-3_i386.deb
Files: 
 41c967c8c16a88a498d9ef73b7ce385f 1141 net optional openvpn_2.2.1-3.dsc
 76394895b690338b74d1edd7fe86a7d9 121438 net optional 
openvpn_2.2.1-3.debian.tar.gz
 9e466f659e52bc47901144cf22e4b8e6 497460 net optional openvpn_2.2.1-3_i386.deb

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

iEYEARECAAYFAk7wfT4ACgkQxRSvjkukAcPCCgCgjML15Gdb3qhfUp/HGIErhKHr
bTsAn3Z0b5Yad6joHHPdrVnQjE139KsM
=7a3V
-END PGP SIGNATURE-


Accepted:
openvpn_2.2.1-3.debian.tar.gz
  to main/o/openvpn/openvpn_2.2.1-3.debian.tar.gz
openvpn_2.2.1-3.dsc
  to main/o/openvpn/openvpn_2.2.1-3.dsc
openvpn_2.2.1-3_i386.deb
  to main/o/openvpn/openvpn_2.2.1-3_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/e1rcysv-kr...@franck.debian.org



Accepted fuse-umfuse-iso9660 0.2b-1.1 (source i386)

2011-12-20 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 18 Dec 2011 13:55:51 +0100
Source: fuse-umfuse-iso9660
Binary: umview-mod-umfuseiso9660 fuseiso9660
Architecture: source i386
Version: 0.2b-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian VSquare Team pkg-vsquare-de...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 fuseiso9660 - File System in User Space - Module for ISO9660
 umview-mod-umfuseiso9660 - View-OS in user space - ISO9660 module for UMFUSE
Closes: 554408
Changes: 
 fuse-umfuse-iso9660 (0.2b-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with binutils-gold: add patch from Luk Claes:
 - Add -lcdio to LDFLAGS (Closes: #554408).
Checksums-Sha1: 
 2d31742053705624861fed239b1bd7f4d0608a93 2194 fuse-umfuse-iso9660_0.2b-1.1.dsc
 67f67c11c4018a79e149cf664c01db1d4585 2741 
fuse-umfuse-iso9660_0.2b-1.1.diff.gz
 570e779b8c1fb30ab904f97fee7982649950ea88 9312 
umview-mod-umfuseiso9660_0.2b-1.1_i386.deb
 b7ff755dfe24c325791785dc60df225bb81553ea 9822 fuseiso9660_0.2b-1.1_i386.deb
Checksums-Sha256: 
 08bd0fc118efd36b4c3a317b9673906db0f8252a673049b2f24db60d2e5b4849 2194 
fuse-umfuse-iso9660_0.2b-1.1.dsc
 02becf5869e7ad2f7bb58075c64ac3a695a3e03951d7f30e78c45b348c76fbfb 2741 
fuse-umfuse-iso9660_0.2b-1.1.diff.gz
 49cf7b1843e8246bb5ea7b9dfdeccc0c98035350938ccf4683160ac394e16968 9312 
umview-mod-umfuseiso9660_0.2b-1.1_i386.deb
 a1a3f4e7caa30b9b1f5f518ff5655ceeac23d5e16318c41015093352a314554d 9822 
fuseiso9660_0.2b-1.1_i386.deb
Files: 
 66fd4521c3d1f3b91170df9d927fa7b8 2194 misc optional 
fuse-umfuse-iso9660_0.2b-1.1.dsc
 7a7e3e30a7e4746762a57312be6a7fb3 2741 misc optional 
fuse-umfuse-iso9660_0.2b-1.1.diff.gz
 bf7d945d59dfbf208ce97efcb68ac63e 9312 misc optional 
umview-mod-umfuseiso9660_0.2b-1.1_i386.deb
 70e68c3dbaf946f6a4adb2a2bda04333 9822 misc optional 
fuseiso9660_0.2b-1.1_i386.deb

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

iQIcBAEBCAAGBQJO7ePDAAoJELs6aAGGSaoGhmEQAKFq+KFiwZH63oYQYjxMYeOn
mecKdPQ/wt77tOZeYS59yPYv0U5Ro++73+SWuLy894pmyYoD/52cTta1A2oZzHnP
ZLHPDbYMN9K8+lMZ77TX0XEgvVie7gSG/9EGcImrpmh3Ln462BKzEbTpOE0cWEYk
VJIOfUs/9hDV2698B25lje8DTGKMHEFDNMR7CgNKY2A9dWK8Sj+wyA84n9TALS/Y
D6g+dflvOK3jslLxOysjxOm4TxPvHN+GA95PRq/F0USyHd9E+Ts2pVchx7ONdAov
OrLSpk2dOjTFsTTtu0tgkSXPaB8G81RAaSDkI6FupE6izCxFXsyIayfw/P+6LZPh
D/QQ7LnoO/qulGGHrpIvVkuwJefoZ/smpZmcBDq/k/GU9U7sKPNAomZj0+XfVauo
pVZgkqg3slE7qyXTCT5Ffg+cNgjcNyM23BR/bLv4l+bumfwDh+6WtC/qsVObzBBt
2tQ0qR/Tuvfi1Xfb0WAwcAW72uubnwjoyVqwOx29XGPCYs/owl1JuZa3WFwN2ibW
kmPaClBNKbW+MFrPOddk11c67SMtqVPFQt+0iX/WIsqLgz1lZ/Ouvr7PmTuS7jqf
StbsVORNF/HXDKdqquuUAUxMyG911U1ormHogF/pihzcH44H4ENdEEGTad5ysvQ3
yO+GUUU8lmEYQFdSBup8
=gyF5
-END PGP SIGNATURE-


Accepted:
fuse-umfuse-iso9660_0.2b-1.1.diff.gz
  to main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.2b-1.1.diff.gz
fuse-umfuse-iso9660_0.2b-1.1.dsc
  to main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.2b-1.1.dsc
fuseiso9660_0.2b-1.1_i386.deb
  to main/f/fuse-umfuse-iso9660/fuseiso9660_0.2b-1.1_i386.deb
umview-mod-umfuseiso9660_0.2b-1.1_i386.deb
  to main/f/fuse-umfuse-iso9660/umview-mod-umfuseiso9660_0.2b-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/e1rczzs-0004bw...@franck.debian.org



Accepted hwloc 1.3.1-1 (source all amd64)

2011-12-20 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 13:46:54 +0100
Source: hwloc
Binary: hwloc hwloc-nox libhwloc-dev libhwloc4 libhwloc-common libhwloc-doc
Architecture: source all amd64
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault sthiba...@debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 hwloc  - Hierarchical view of the machine - utilities
 hwloc-nox  - Hierarchical view of the machine - non-X version of utilities
 libhwloc-common - Hierarchical view of the machine - common files
 libhwloc-dev - Hierarchical view of the machine - static libs and headers
 libhwloc-doc - Hierarchical view of the machine - documentation
 libhwloc4  - Hierarchical view of the machine - shared libs
Changes: 
 hwloc (1.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add hwloc-dev dependency on libpci-dev.
Checksums-Sha1: 
 a33ad7267cdb88f89d9bb1fd227993b7a42e0b16 1737 hwloc_1.3.1-1.dsc
 1051c937c3d2a4c98922903f313a1fa021bb35ba 2616262 hwloc_1.3.1.orig.tar.bz2
 23c240cb5120820499b74ac3ca54670988ac3dc1 5606 hwloc_1.3.1-1.debian.tar.bz2
 57372ce972425c2cdeaa1af91d745c38add5 5072 libhwloc-common_1.3.1-1_all.deb
 965c59b17fd84150ec2f7974c1679b4c0377bf3a 1628482 libhwloc-doc_1.3.1-1_all.deb
 08771300ec3f1ea4d1635e7f1f735381dca47b2d 109796 hwloc_1.3.1-1_amd64.deb
 9dd74806a7a7f8c482b2fd2af1f572695e16dfef 103702 hwloc-nox_1.3.1-1_amd64.deb
 3b582b0c7ef02b9aff61279580871af26bd43ade 133870 libhwloc-dev_1.3.1-1_amd64.deb
 122674fa9ea315bf8e22a60f47290fae8aee2675 75756 libhwloc4_1.3.1-1_amd64.deb
Checksums-Sha256: 
 8fa2257a64e2685ceeac92e41a5b76391ad9ea98a611250f0260cf934cfdc9ce 1737 
hwloc_1.3.1-1.dsc
 a38ab3f60995d8f511129499b558a22c3e8907b0a08ef02bb664ee9fc269cc70 2616262 
hwloc_1.3.1.orig.tar.bz2
 69fdaa6121961bc6d07337b56a97b3a8c8c143352a619c1da247d2b705c139f2 5606 
hwloc_1.3.1-1.debian.tar.bz2
 f72e6e9929a1f11d07a5c410d9f0de370f14e9805af0ac19ba01fd9d15a4e19e 5072 
libhwloc-common_1.3.1-1_all.deb
 37213c24893e38d61d7fc3375b4a0f118242419f5a01a4d0a0560395cab83c80 1628482 
libhwloc-doc_1.3.1-1_all.deb
 fafcdb003bec04107d7d8d606673601e790cfe51b38f6c9c983b2628e5c789ae 109796 
hwloc_1.3.1-1_amd64.deb
 47c4b8ca3dd90c6550cc63ce7733a1991734a311baeb500ebbacd120aeb1afc5 103702 
hwloc-nox_1.3.1-1_amd64.deb
 26bc0e4cdd36552567687cf8bfe62a06a2175391120bafc1793841c67ac814b9 133870 
libhwloc-dev_1.3.1-1_amd64.deb
 b261f0c86c8e3987d30e1bf1ca1759f9ed672d586f958cd35aeef6a3f6c29d60 75756 
libhwloc4_1.3.1-1_amd64.deb
Files: 
 55ad4d0e6c9d386714f10818beefaa93 1737 libs extra hwloc_1.3.1-1.dsc
 fd4efaa1a652c9a9b547a31ec91c23a5 2616262 libs extra hwloc_1.3.1.orig.tar.bz2
 6698ab4c15c6b84af63ef00f99cc6324 5606 libs extra hwloc_1.3.1-1.debian.tar.bz2
 793ae4eca0b40cf22c0df85b51c5b13e 5072 libs extra 
libhwloc-common_1.3.1-1_all.deb
 16df66b202f9dd66e696aeb2198b675a 1628482 doc extra libhwloc-doc_1.3.1-1_all.deb
 69bf48dc9ce83c2f2abaf94fa493700d 109796 admin extra hwloc_1.3.1-1_amd64.deb
 e4ea36e2ac71aa466b55d131281e6ca2 103702 admin extra hwloc-nox_1.3.1-1_amd64.deb
 74b887a6310243d19630dcf597a80dbf 133870 libdevel extra 
libhwloc-dev_1.3.1-1_amd64.deb
 3d175a163513d082bab8ae7dc52f74db 75756 libs extra libhwloc4_1.3.1-1_amd64.deb

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

iF4EAREKAAYFAk7whzIACgkQa6Lp0s/HjrNCcAD/WFKNjooqzcs05hN5rJr9Iuzt
7nPeZRGVF/9QgePDdGAA/RAypel2iuJzpUWgep4ABd0TcVlUmaEnB8IJHAPmPwIV
=ZAeo
-END PGP SIGNATURE-


Accepted:
hwloc-nox_1.3.1-1_amd64.deb
  to main/h/hwloc/hwloc-nox_1.3.1-1_amd64.deb
hwloc_1.3.1-1.debian.tar.bz2
  to main/h/hwloc/hwloc_1.3.1-1.debian.tar.bz2
hwloc_1.3.1-1.dsc
  to main/h/hwloc/hwloc_1.3.1-1.dsc
hwloc_1.3.1-1_amd64.deb
  to main/h/hwloc/hwloc_1.3.1-1_amd64.deb
hwloc_1.3.1.orig.tar.bz2
  to main/h/hwloc/hwloc_1.3.1.orig.tar.bz2
libhwloc-common_1.3.1-1_all.deb
  to main/h/hwloc/libhwloc-common_1.3.1-1_all.deb
libhwloc-dev_1.3.1-1_amd64.deb
  to main/h/hwloc/libhwloc-dev_1.3.1-1_amd64.deb
libhwloc-doc_1.3.1-1_all.deb
  to main/h/hwloc/libhwloc-doc_1.3.1-1_all.deb
libhwloc4_1.3.1-1_amd64.deb
  to main/h/hwloc/libhwloc4_1.3.1-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/e1rczae-0004kt...@franck.debian.org



Accepted phonon 4:4.6.0really4.5.1-1 (source all amd64)

2011-12-20 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 13:13:55 +0100
Source: phonon
Binary: phonon libphonon-dev libphonon4 libphononexperimental-dev 
libphononexperimental4 phonon-backend-null phonon-dbg
Architecture: source all amd64
Version: 4:4.6.0really4.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 libphonon-dev - multimedia framework from KDE - development files
 libphonon4 - multimedia framework from KDE - core library
 libphononexperimental-dev - multimedia framework from KDE - experimental 
development files
 libphononexperimental4 - multimedia framework from KDE - experimental library 
(internal)
 phonon - multimedia framework from KDE - metapackage
 phonon-backend-null - multimedia framework from KDE - null back-end (no real 
back-end)
 phonon-dbg - multimedia framework from KDE - debugging symbols
Changes: 
 phonon (4:4.6.0really4.5.1-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Pino Toscano ]
   * Update the patches:
 - phonon-inc.patch: adapt to the new version
 - phonon_is_not_forced_in_KDE.diff: refresh
 - upstream_PHONON_EXPORT_DEPRECATED.diff: drop, applied upstream
 - upstream_pulse-Use-qPow-as-pow-is-sometimes-not-found.patch: drop,
   applied upstream
   * debian/watch: update for the new path and format of tarballs.
   * Update the symbols files.
Checksums-Sha1: 
 8bb14577bd9193208d42b79ebbccbf48932515e4 1837 phonon_4.6.0really4.5.1-1.dsc
 710a9e7e558f4d0ce5ea5c118cb248fb8da8 291088 
phonon_4.6.0really4.5.1.orig.tar.xz
 fddfd5ea23afe40c861a4b0ee9fba49f3b17ad46 29922 
phonon_4.6.0really4.5.1-1.debian.tar.gz
 8848a21c2f3f0b5d2683327296c89e76f41300e6 14710 
phonon_4.6.0really4.5.1-1_all.deb
 a67db34ea3d0561ffbb7e6cefe2462f847069f5a 109208 
libphonon-dev_4.6.0really4.5.1-1_amd64.deb
 a6454dc78a954dee7c55840ac9e2efcf9bff2541 189666 
libphonon4_4.6.0really4.5.1-1_amd64.deb
 ab96ba295022de984cf02110c3f8de3adc4a31e1 24084 
libphononexperimental-dev_4.6.0really4.5.1-1_amd64.deb
 ee963fad6dc6c4f6ec16f12344c5e0a8d2eba605 42926 
libphononexperimental4_4.6.0really4.5.1-1_amd64.deb
 0fc21e446a9739d5d5d818a74745a025ed2a0104 15390 
phonon-backend-null_4.6.0really4.5.1-1_all.deb
 6b52039ac46663648cb593095de6cc7a69577a58 3167440 
phonon-dbg_4.6.0really4.5.1-1_amd64.deb
Checksums-Sha256: 
 33c60d77ee26bc9c95fe680d49b688b204a24c3173e4116db1e01716937c96e1 1837 
phonon_4.6.0really4.5.1-1.dsc
 0180f01cb6cae907285adf76e4aece9be33af6a352dc057709e40b7838e2f4c8 291088 
phonon_4.6.0really4.5.1.orig.tar.xz
 92f781ceca5343aea600547b5cb1b216e4e7921e4e8cdbbe3006bafbaa0ad743 29922 
phonon_4.6.0really4.5.1-1.debian.tar.gz
 960a7a1d4954b6c790b4ce2f5ec39ff2358eb7d5ecaaa85c562ed433de1cd4a0 14710 
phonon_4.6.0really4.5.1-1_all.deb
 db68be7ee2bc5164e8595dd1f281d69ffd868d26e67fb6e6606668f0b4f25f2c 109208 
libphonon-dev_4.6.0really4.5.1-1_amd64.deb
 c81d88e03c63f4ddf1a890d8f39dd714ae11cd7e332e86d8f9f1bfbe024d3f46 189666 
libphonon4_4.6.0really4.5.1-1_amd64.deb
 17027b446bb0faedf4f0d1d1add776c1748f09225abadaa7eda683c01796a71f 24084 
libphononexperimental-dev_4.6.0really4.5.1-1_amd64.deb
 7f3340336b7029149183cb8be113428ca32f9fda106c7fc7662cd5c1ad3e195c 42926 
libphononexperimental4_4.6.0really4.5.1-1_amd64.deb
 9166def42db3e3c75708676c7a7c3c30ba71c11669e3eb0d4beb1f37ce758523 15390 
phonon-backend-null_4.6.0really4.5.1-1_all.deb
 7ead276b4670834dc187753f098216d6b1b7067e1472c76906e08b23fa3c7d70 3167440 
phonon-dbg_4.6.0really4.5.1-1_amd64.deb
Files: 
 523c40a2032a01cfbfdbad91ae710b3b 1837 sound optional 
phonon_4.6.0really4.5.1-1.dsc
 3df071b7f9996afcd67b18958955ecdd 291088 sound optional 
phonon_4.6.0really4.5.1.orig.tar.xz
 d9270d84f5bb1e2c8a796d99fbe16037 29922 sound optional 
phonon_4.6.0really4.5.1-1.debian.tar.gz
 017df0153231de1c8f20ac713db93614 14710 sound optional 
phonon_4.6.0really4.5.1-1_all.deb
 27d49a79898c22714d0168b15fc82dc1 109208 libdevel optional 
libphonon-dev_4.6.0really4.5.1-1_amd64.deb
 4c82687d0bfdd494bdd8b2845c1b 189666 libs optional 
libphonon4_4.6.0really4.5.1-1_amd64.deb
 e67ae5c93eb9077828bdf38b290ce509 24084 libdevel optional 
libphononexperimental-dev_4.6.0really4.5.1-1_amd64.deb
 b463cddf6c977eac03c2f36b8b42a382 42926 libs optional 
libphononexperimental4_4.6.0really4.5.1-1_amd64.deb
 f0ad52ec0a80c69600089389f6cc27ec 15390 sound optional 
phonon-backend-null_4.6.0really4.5.1-1_all.deb
 e297caee8a2a745c5715c477a4a82df6 3167440 debug extra 
phonon-dbg_4.6.0really4.5.1-1_amd64.deb

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

iD8DBQFO8IfVTNH2piB/L3oRAi4CAJ4iQyV8Xbd2u4Whad1s3BQZNqqKzQCfYG7G
R8TuB52ppvY8sRssENX6r4w=
=8d2c
-END PGP SIGNATURE-


Accepted:
libphonon-dev_4.6.0really4.5.1-1_amd64.deb
  to main/p/phonon/libphonon-dev_4.6.0really4.5.1-1_amd64.deb
libphonon4_4.6.0really4.5.1-1_amd64.deb
  to 

Accepted ruby-sass 3.1.12-1 (source all)

2011-12-20 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 20:00:46 +0700
Source: ruby-sass
Binary: ruby-sass
Architecture: source all
Version: 3.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 ruby-sass  - powerful but elegant CSS compiler that makes CSS fun again -- lib
Changes: 
 ruby-sass (3.1.12-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 318ea7d880988f868a4ce01a2c4aa0c752f5f7b5 1945 ruby-sass_3.1.12-1.dsc
 0566d30799effb37382bc2cbb10cfca7910ca77e 238717 ruby-sass_3.1.12.orig.tar.gz
 0d2a832dfc1cbf3be36542de521a2e92aae66dea 6002 ruby-sass_3.1.12-1.debian.tar.gz
 e436d07a9647954edce0ed78d0d06d2800254602 131228 ruby-sass_3.1.12-1_all.deb
Checksums-Sha256: 
 4708c5bc0cc18ba2817ff9c26f033819edf70f2abd87398c3a120aa7e6cb5d62 1945 
ruby-sass_3.1.12-1.dsc
 8d15eb355a1c5047cef20a28d7d4200282e9882b8537e531a6995d695dd060ac 238717 
ruby-sass_3.1.12.orig.tar.gz
 c8c5d74fc1739dc77eace67ee48e0719dec46d9d2216afdadf3923acef2da760 6002 
ruby-sass_3.1.12-1.debian.tar.gz
 d0758ed4009562ee2af8b0c42437f7dace4ffd694df71b1ada7e45c2f7b900ed 131228 
ruby-sass_3.1.12-1_all.deb
Files: 
 224adeb2eb558e54487e0e40e808e7f8 1945 ruby optional ruby-sass_3.1.12-1.dsc
 769e8f875feceb831902011e5986377b 238717 ruby optional 
ruby-sass_3.1.12.orig.tar.gz
 7d815069ca33129d0dc3111d6a5a1275 6002 ruby optional 
ruby-sass_3.1.12-1.debian.tar.gz
 cb9a85875ae9a5abd2497b2a19169daf 131228 ruby optional 
ruby-sass_3.1.12-1_all.deb

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

iQIcBAEBCgAGBQJO8IgzAAoJECx8MUbBoAEhRJwP/Am/cT+p/yuKvGk33Sfhjv9V
x7A1AYLh/wRN6b4YiBrSLu/c+7KKSegV8IzhKL890Z3u48u2cpbIhWff8V5iIvTV
m0aOYuz8nR/mOcFb7ksTSTNasDJW+uHW5DtZLzzfPlti2Duu8OPMslBtsGMCjRxe
yYW+EWjvqiihvcvHU0FtQyYT4iIkDPsBQzH5bpjF/YnaxU9sgEN7/ZNbv9/mCB/H
c9gbPrhOyDNy2hDwSHUA2NrJC5Q2q/6E1tlT9k0ugDquUaQVHyMzFi/WVYJQvOYW
kSTdVPkVvN0PJL9bWTSLjrEobTzuHC+PupMy7GD7FxEGiRgK4KS/tY/pFQjzX1MO
BlwTLipvAxD2z6SEUkFDLTNO8AHFBMViNTKag4l1r6dtKo+BNdrvPYHgYMfFgSzd
s8B4B7MXBthz6iF6RK/o1R/0gm6MPW/YT/nG/NP33e1O90RQu3EUY1Xrip1B/fx1
vcU4nNC1Vhj3woTSnYAku0/np767Xv5IQQfPakM1nPQ1zqj4GqK0NJ5NtYlmTiuV
tsC4V9LBZ216TTx8cSU4PLwQHb5QQnD2LNCH3bBHUM1JartPivgx9xBz0zqlk9jy
IUOPuoEaKE8UQz2lrOdAsM/36M+XB7Ps45nEQdTo8DtImcK7RouyDTdONx46Kv4E
dU+xtfsXr2p1X3g/1awB
=vm6g
-END PGP SIGNATURE-


Accepted:
ruby-sass_3.1.12-1.debian.tar.gz
  to main/r/ruby-sass/ruby-sass_3.1.12-1.debian.tar.gz
ruby-sass_3.1.12-1.dsc
  to main/r/ruby-sass/ruby-sass_3.1.12-1.dsc
ruby-sass_3.1.12-1_all.deb
  to main/r/ruby-sass/ruby-sass_3.1.12-1_all.deb
ruby-sass_3.1.12.orig.tar.gz
  to main/r/ruby-sass/ruby-sass_3.1.12.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/e1rczbx-0004zv...@franck.debian.org



Accepted suds 0.4.1-4 (source all)

2011-12-20 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 13:53:10 +0100
Source: suds
Binary: python-suds
Architecture: source all
Version: 0.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 python-suds - Lightweight SOAP client for Python
Closes: 652460
Changes: 
 suds (0.4.1-4) unstable; urgency=low
 .
   * Correcting package long description (Closes: #652460).
   * Removing deprecated XB-Python-Version for dh_python2.
Checksums-Sha1: 
 e24134410c07c79f80d94affc0f2eef2befe2a55 1986 suds_0.4.1-4.dsc
 4051d4bbced05eb3c83b23fd4f1d2da73581abcb 2819 suds_0.4.1-4.debian.tar.gz
 1742618b00447750bebbcbb52a8a3c35789d1f3f 108998 python-suds_0.4.1-4_all.deb
Checksums-Sha256: 
 5e324e025d583e14033a4366809088cf49949a8d13ce907cb2c6501bc9c89925 1986 
suds_0.4.1-4.dsc
 3fe721215fa4a9ee4873d3d8fe253411a09114b852f5521894ee19c21f359a48 2819 
suds_0.4.1-4.debian.tar.gz
 05a5aba3586378fb3fc13a338ecd4612ab8146dc4cb3cad2805a70d48ff280be 108998 
python-suds_0.4.1-4_all.deb
Files: 
 4b22a94fe09085e76e906fe400b03f07 1986 python optional suds_0.4.1-4.dsc
 75b7654b6f5291d0ce9f04a46aa9f9b9 2819 python optional 
suds_0.4.1-4.debian.tar.gz
 2d34d99cb6b2e04b82c130193a50 108998 python optional 
python-suds_0.4.1-4_all.deb

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

iQIcBAEBCAAGBQJO8IaVAAoJENbQm+SEBbv2zMsP/1tJn2pGuowZOAXm+TmAVCCE
7XDqdalahPjUCiHosbqVVGcln2bEzvQQWRVUGnq7s/1w3pHJR2qlQeVTi3nU3sox
BwsjIFaZcOi9NFDNyYnK5N1NucLfQxa8/kirL+gVTyO0C6ELJsKv8Vq32t/WFh1g
eVs9Wttd5KegFmyUbVWBz+EZrx5Y/cgVZyyCAAtuKgFa9J5KSDj0seEMyATqGkcx
uvK1SjHBfEODndPJ8hrsgR1lYi8z8BYFObzpgmzmLKkLQIxV//z2i9L5b8tHQCD4
VxkIWUtb1Pa9uWf+oBWHHKXykT1u8IlR2uT5I39oznCkZpckBDS+QbKZyjJw1IC3
oyuA6IhEJsX7pcLCocGn8CcRhkBRt3fbgzMUbGnWH2sMDslrac2EENiocgE0VqDs
t/EP0kV/ZQwg9PYux9RDzG/stZK/2j/yh5U6PMhQDM5zyGZSOEv8mO+YsbLQhXk+
eSQWxfYzFMSWyt+/Z1Y22RYm/Zp9PfcQdscsjKxJ2JFAm3HLG2zG0PPzsoJ2wKPd
LDj9d6iRkvvshB3wwHqWZ9PjCDg8db9woMrZI90NIJP5QyLQrKgym6zyGixqa+OT
IYP1ogTkDfnRV2/bDc9jYmSikmr7IsB2t6Y3Vmafu8D8u6MOJNT9pKREg7F0iZF2
P9HpmdmQo64aZlbXTc7S
=JLre
-END PGP SIGNATURE-


Accepted:
python-suds_0.4.1-4_all.deb
  to main/s/suds/python-suds_0.4.1-4_all.deb
suds_0.4.1-4.debian.tar.gz
  to main/s/suds/suds_0.4.1-4.debian.tar.gz
suds_0.4.1-4.dsc
  to main/s/suds/suds_0.4.1-4.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/e1rczcj-00053k...@franck.debian.org



Accepted compass-slickmap-plugin 0.5.1.1-1 (source all)

2011-12-20 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 20:12:49 +0700
Source: compass-slickmap-plugin
Binary: compass-slickmap-plugin
Architecture: source all
Version: 0.5.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 compass-slickmap-plugin - Compass plugin implementing SlickMapCSS sitemap
Changes: 
 compass-slickmap-plugin (0.5.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Update copyright file:
 + Drop obsolete comment about non-included license text.
Checksums-Sha1: 
 d0e4bd1fa0da88b6dc6b569d28bb13def6f31694 2009 
compass-slickmap-plugin_0.5.1.1-1.dsc
 2e6b5980a8863394d545fec5e6437ced9bbb80d2 7647 
compass-slickmap-plugin_0.5.1.1.orig.tar.gz
 59471ae870db3d2a59560498a35ca0b581d1f5a4 3124 
compass-slickmap-plugin_0.5.1.1-1.debian.tar.gz
 697f905b9e7fc1ba27627c636506cac79880b4a3 9170 
compass-slickmap-plugin_0.5.1.1-1_all.deb
Checksums-Sha256: 
 2fdc3698f2dcc6f8c0bbe985ad823f38069c6cd79f449e9731f0c78fb9e40cd9 2009 
compass-slickmap-plugin_0.5.1.1-1.dsc
 1cafee9f9e188b53ebe20cc77396592fe44f89d40510525de853187805dc256c 7647 
compass-slickmap-plugin_0.5.1.1.orig.tar.gz
 3542b2f52bb49c7786a6ad9c606ea5b306ca321cc8aff819a6ebd8d19b65e407 3124 
compass-slickmap-plugin_0.5.1.1-1.debian.tar.gz
 0070e67f123cf4018dc25c964a052879f1af1a2af826a370bc773d396270543f 9170 
compass-slickmap-plugin_0.5.1.1-1_all.deb
Files: 
 c682ac4d1d763aa206b91c506618bbd9 2009 ruby optional 
compass-slickmap-plugin_0.5.1.1-1.dsc
 b935d540727722d54967969d643fc33d 7647 ruby optional 
compass-slickmap-plugin_0.5.1.1.orig.tar.gz
 988905b169b68f2fb8cbc0bab19438f6 3124 ruby optional 
compass-slickmap-plugin_0.5.1.1-1.debian.tar.gz
 e806905748df6b92e6303dcc4302c118 9170 ruby optional 
compass-slickmap-plugin_0.5.1.1-1_all.deb

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

iQIcBAEBCgAGBQJO8Io1AAoJECx8MUbBoAEhPQYP/jUo+iIv2siBI8+b+QSM5ReV
0cu4YGuGENcJn9IH2CdsICA3ORRd0VCS+KBhr/0ZNyYMlK7rGjrg8h+9xVaHw6/C
t3bR6KeHDEkERmfwqAaAk+r2v9JEI0bvhTJWhZTrwpVxn2qDdrFgDUKvPQGbxgdG
LvKmst319SzCHfa1i+GZH08F3UE3lAGN1qsa3c0PEXjjCR2B7BhIszXvCF5n9pcH
sdWNPqREmo1pvOlCRv1rsgYv7xTs7ERgdN2bMVE6LsO6A6FtGnOt5tZbH50haVNc
PMN0R3lYuF9UstxM5An7PvUjUgcovY+HtqzDaVx5DtF2pkql3KOgONNkn86q6SGo
2qtzYf3Q1hqG1nPxbzBhl9lm83ugHLR3SEIx07GybmgKaCPbIgIkuDcFjgBqHd7W
4nunjmEzF+yWDeIluiF6Z040C4+EFMFI2E0lSTkc3GFRh4Ij24S+O8T9JKtVglAR
h9BZzVSEoH0vNgxFQ2f+cb6a37O6ytAY8jcq2XN6ZIPaWihkMUWPvont+fRqVc28
JNHd3GW3FiXLng0qqNrKgff+N8cDzrm2gMfS8k4QBd/xwgVHChRzsD15GdScY6Er
oCaaTIYpZRQ3ajZmxUgKAl1mQkuRhQi73U7zaHRjfHyRdaS3SQ3qLe3oAsgonK6j
zlGRE845UtB3Z5itHYKG
=2aYc
-END PGP SIGNATURE-


Accepted:
compass-slickmap-plugin_0.5.1.1-1.debian.tar.gz
  to 
main/c/compass-slickmap-plugin/compass-slickmap-plugin_0.5.1.1-1.debian.tar.gz
compass-slickmap-plugin_0.5.1.1-1.dsc
  to main/c/compass-slickmap-plugin/compass-slickmap-plugin_0.5.1.1-1.dsc
compass-slickmap-plugin_0.5.1.1-1_all.deb
  to main/c/compass-slickmap-plugin/compass-slickmap-plugin_0.5.1.1-1_all.deb
compass-slickmap-plugin_0.5.1.1.orig.tar.gz
  to main/c/compass-slickmap-plugin/compass-slickmap-plugin_0.5.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/e1rczo7-0006ai...@franck.debian.org



Accepted imagevis3d 2.0.1-4 (source amd64)

2011-12-20 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 14:00:38 +0100
Source: imagevis3d
Binary: imagevis3d
Architecture: source amd64
Version: 2.0.1-4
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: 
 imagevis3d - desktop volume rendering application for large data
Changes: 
 imagevis3d (2.0.1-4) unstable; urgency=low
 .
   * Fix compilation errors on hurd/kFreeBSD.
Checksums-Sha1: 
 355c7141141a68af5c07ab92122e1f1aaa13b71f 2142 imagevis3d_2.0.1-4.dsc
 fbfebd2348c7a6f9e982c26405c2a6a877933ec4 35709 imagevis3d_2.0.1-4.debian.tar.gz
 e29727940b86e57acf845a13bcb99fcb524365b1 2793004 imagevis3d_2.0.1-4_amd64.deb
Checksums-Sha256: 
 4a2d774fb88217c4a9346706f22a7e4ab313d4d44180934253664fa2ac7be689 2142 
imagevis3d_2.0.1-4.dsc
 e8979e13fa7ee0341c59e9812c9ed1fc3db772a6990a82a04b4692243540a516 35709 
imagevis3d_2.0.1-4.debian.tar.gz
 381bc8b01027954c657bc9bf099044a7c172e8ae90c071a39e316268777c9345 2793004 
imagevis3d_2.0.1-4_amd64.deb
Files: 
 68848f58e1e44bd29375851888f30d59 2142 science optional imagevis3d_2.0.1-4.dsc
 43fca1327ed9013ef4befeeefeea6595 35709 science optional 
imagevis3d_2.0.1-4.debian.tar.gz
 cafd4330165c8eb2548d724d5fc01567 2793004 science optional 
imagevis3d_2.0.1-4_amd64.deb

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

iQIcBAEBCAAGBQJO8IrOAAoJEAFx4YKK4JNFZtEP/34DpYrSf6pTci085XhScv++
wf3M5COWF8MGLbrRWEopS8rME6imkRsRFIe4SaIfcT1fuH+KzakZJ+qpBro4IEgi
SXuvLJK3Q8mBuhxUbQOtg4n8FnAVjieWdHb3MCLFbNdTbUsoATKOBfFG1Oo6Vs/W
J9sjdKmpTMu7lRTlkvOQDl66nUrdjK50k6kp70pcM6faN23VXExVoYrYKiqgSJTv
CkmGPDJgoM5XZrQYxYGLO7SxTBXpcXoP4R0ij2j/6PEjen9siR1jJq0NLx8n7GtH
THUa7Vmx6K8UhTtf2jgIvifXcyY1iCr1KiuP/SmQ6EsRb8sYqLX8grekvSlmI+Nu
gOaWcWQQSmzsSbjPKp5vitNiuVZ108bHLtEKdmQJSwsWOHuPupx9GfeSUNT1fhox
RuM8lc0e2sCMpVXE1r7eLBtoqd0ZYe2t1pQ23oX0HIz1vW8WyCVA/GVozD7ruvPY
L8kogfjMxXc5uwMqXv03MvQmY+Ou9BYSszafsSiV8KO6OB7eRkPgPfCgAzSPdnqZ
qpntAon44R2xZw53GpV3xrSs4oi8tuLKNAKS+30oMLuHm2Gvi0qFpRXyQqiB+J+6
5SDoLYzUy7/3BctH0/ayPmo5YP0apjXyIMHEM6qQRd9fKG3/cxO/uTCmFCaSnu5Q
/nKXzziwDka322BDEuz/
=puG/
-END PGP SIGNATURE-


Accepted:
imagevis3d_2.0.1-4.debian.tar.gz
  to main/i/imagevis3d/imagevis3d_2.0.1-4.debian.tar.gz
imagevis3d_2.0.1-4.dsc
  to main/i/imagevis3d/imagevis3d_2.0.1-4.dsc
imagevis3d_2.0.1-4_amd64.deb
  to main/i/imagevis3d/imagevis3d_2.0.1-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/e1rczof-0006i8...@franck.debian.org



Accepted fex 20111129-2 (source all)

2011-12-20 Thread Kilian Krause
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 14:25:54 +0100
Source: fex
Binary: fex fex-utils
Architecture: source all
Version: 2029-2
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Kilian Krause kil...@debian.org
Description: 
 fex- web service for transferring very large files
 fex-utils  - web service for transferring very large files (utils)
Changes: 
 fex (2029-2) unstable; urgency=low
 .
   * New manpages to match current upstream options (Thanks to Michael
 Bussmann!)
   * Add symlink for fac in $FEXHOME/bin to make fex_cleanup work again
Checksums-Sha1: 
 b6f15f43f723f29f2abfd836aa944ac3f22ac60c 1271 fex_2029-2.dsc
 daed40d97cc8a0acf1be6c1a934395749372bd56 20608 fex_2029-2.debian.tar.gz
 d42ec1720512672e006792b381b71dac1782941f 488688 fex_2029-2_all.deb
 05569429f8fac47ad110dd61829da552593a8cbc 50536 fex-utils_2029-2_all.deb
Checksums-Sha256: 
 d5f4642f38a26a1fbfc202507915b427e3844231a46fe6618bd9f54206b68a46 1271 
fex_2029-2.dsc
 254f6ec4d87f9b7cb357c0f5af472b6adb5319173d88cce840738f21d39f5361 20608 
fex_2029-2.debian.tar.gz
 03ee473240d2436ce7550518f55aef88d3d6fe517cd80b27fe9b72f4ae3b911e 488688 
fex_2029-2_all.deb
 1219c8fa55b7a8bd287d555ee0787cf0d54ad4c38a950c96327ffb6937de2c1d 50536 
fex-utils_2029-2_all.deb
Files: 
 730bffb34f9f0540036c79d289172658 1271 web optional fex_2029-2.dsc
 f93f0e398d902f616d842345824fcf61 20608 web optional 
fex_2029-2.debian.tar.gz
 12d3f78536382b2de451f19d85dcfcdd 488688 web optional fex_2029-2_all.deb
 033fba9bc9c294c257d5934ccab9b366 50536 web optional 
fex-utils_2029-2_all.deb

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

iD8DBQFO8JBOvdkzt4X+wX8RAoxFAJ4pE9xSFmAFlWnuVnzmWU81wRoOgwCdE34T
Oy4KGaPm0GmIyKeZJMCs0Qg=
=hq4M
-END PGP SIGNATURE-


Accepted:
fex-utils_2029-2_all.deb
  to main/f/fex/fex-utils_2029-2_all.deb
fex_2029-2.debian.tar.gz
  to main/f/fex/fex_2029-2.debian.tar.gz
fex_2029-2.dsc
  to main/f/fex/fex_2029-2.dsc
fex_2029-2_all.deb
  to main/f/fex/fex_2029-2_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/e1rd02k-0008ab...@franck.debian.org



Accepted popt 1.16-3 (source amd64)

2011-12-20 Thread Paul Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 13:26:18 +
Source: popt
Binary: libpopt0 libpopt-dev libpopt0-udeb
Architecture: source amd64
Version: 1.16-3
Distribution: unstable
Urgency: low
Maintainer: Paul Martin p...@debian.org
Changed-By: Paul Martin p...@debian.org
Description: 
 libpopt-dev - lib for parsing cmdline parameters - development files
 libpopt0   - lib for parsing cmdline parameters
 libpopt0-udeb - lib for parsing cmdline parameters (udeb)
Closes: 638447
Changes: 
 popt (1.16-3) unstable; urgency=low
 .
   * Multiarch build cleanup. Thanks to Jakub Wilk. (Closes: #638447)
Checksums-Sha1: 
 dfc7deb65edb150473a081722c1a17de1693e307 1771 popt_1.16-3.dsc
 71c612fc3c1bb8368576875594e435400b3cf28c 12864 popt_1.16-3.debian.tar.gz
 27bdee98ccd2958bedb050d0f3465b5970d51ccf 55240 libpopt0_1.16-3_amd64.deb
 b9da497551f08ffcdd88a751d77e0078f35011b2 54996 libpopt-dev_1.16-3_amd64.deb
 7739bcb0c37141a1920e15be59bb4cf3da3542ac 22250 libpopt0-udeb_1.16-3_amd64.udeb
Checksums-Sha256: 
 89bc328ebb6013d30c8cebd98a916f9ea4a653f7c51be72f5ec732c1468e3c88 1771 
popt_1.16-3.dsc
 71e47c8418bb46d00d8606a2f644ac5173dfb9dacdc5170f099987cacd8bda55 12864 
popt_1.16-3.debian.tar.gz
 244decd488b18ad57d386cbc447d6d5085f02550f7bddf1fbfeee0b12a07e07e 55240 
libpopt0_1.16-3_amd64.deb
 7795d7481ec82c3b34516a1169b4ad5337eb9b7119d1476658315fe4c253e5da 54996 
libpopt-dev_1.16-3_amd64.deb
 8e913f9a403e04c535b2f494a4ae7fa41e9f104a41f7ef6f87dffb54dc5d5f56 22250 
libpopt0-udeb_1.16-3_amd64.udeb
Files: 
 36626abc75f718603bbb5830b3402f50 1771 devel optional popt_1.16-3.dsc
 68f15712a5af52cef7824c3fb0a05f8d 12864 devel optional popt_1.16-3.debian.tar.gz
 fbe7c6849599280e42368023794bffb1 55240 libs important libpopt0_1.16-3_amd64.deb
 43e5bf8cd89f902b170fd30fcf7f0862 54996 libdevel optional 
libpopt-dev_1.16-3_amd64.deb
 d23607e7be1f02168099045e99138858 22250 debian-installer optional 
libpopt0-udeb_1.16-3_amd64.udeb
Package-Type: udeb

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

iQIVAwUBTvCPTWA7gyZh+cpTAQiOBBAA7F3L/FY87ZYLEs5LApyz8N71zRnVkuko
EQprKwhO00385pkK9gi+VSdyUDC3M+XGRiviJzP+7I3qE7JgY1HmhS/k1PX/9B8Y
4WGInh7CeRRW2vwbJPYfprAUhYD9uLNsS+FD6zqanUZo5/SC72NJrRG4dExHWjvd
IE1h5Ncg62n9NEahiC8IEQjzBokXICrwK+ZNf3F57P0UrbeYTeEany5oaTSq7DJi
eodwnqql5pngxFdW6fw5Ew9X+ur9kwTgjilgoYa/4cl1aGl3UAAs2ALxQErIfT0/
q2ql1f6+Fvb5/7p7+l5K4YufaNqVJ4viADzud51lIXTm9SroFjQIPQ25TRXUG9BQ
arEl3HS49Lrmor6aUcOJxFa5J32JSlXGkpxm/iBuDb/XzZLkjrGd60kmlGO7Axcc
Y4yIWED43+sBS4C9UXSjrCJsRjZ7lpUfa1vLA0JvPypePvEOt5MjaNQsRFWA1oWp
wHb8PMpIuvhSI75sC5+p7FRGdfLlil6VfrZhtmMTSonYKPZU+UdYIKz5aLTP/PuC
9uJvLno4c3+ZpayZlrnbuvQ6VKDNT/DimmzX/uTtX4yliItdvTYIQr2R7SC9AEzI
2h8V+jwSSznaABIQ6DhXEaCU3g8uZhlcBGxL18Db0+1GgfHvKbuA1VFa/Vvv7PzH
yrSq8SUp5E0=
=0FBX
-END PGP SIGNATURE-


Accepted:
libpopt-dev_1.16-3_amd64.deb
  to main/p/popt/libpopt-dev_1.16-3_amd64.deb
libpopt0-udeb_1.16-3_amd64.udeb
  to main/p/popt/libpopt0-udeb_1.16-3_amd64.udeb
libpopt0_1.16-3_amd64.deb
  to main/p/popt/libpopt0_1.16-3_amd64.deb
popt_1.16-3.debian.tar.gz
  to main/p/popt/popt_1.16-3.debian.tar.gz
popt_1.16-3.dsc
  to main/p/popt/popt_1.16-3.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/e1rd04q-sk...@franck.debian.org



Accepted calibre 0.8.29+dfsg-1 (source all amd64)

2011-12-20 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 16:02:01 +0100
Source: calibre
Binary: calibre calibre-bin
Architecture: source all amd64
Version: 0.8.29+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Martin Pitt mp...@debian.org
Description: 
 calibre- e-book converter and library management
 calibre-bin - e-book converter and library management
Closes: 646674 649558 651156 651496
Changes: 
 calibre (0.8.29+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control, debian/rules: Always depend on the python-qt4 which we
 build against. This will still not stop the PyQt4 guys to break their ABI
 with every single microrelease, but at least the dependency will
 automatically become tighter with every calibre rebuild now.
 (Closes: #651496)
   * debian/control: Drop python-django-tagging dependency, not used any more.
 (Closes: #651156)
   * debian/rules: Fix half of the manpages landing in the wrong path.
 (Closes: #646674)
   * debian/control: Drop dependency to python-encutils. calibre does not use
 it explicitly any more. (Closes: #649558)
Checksums-Sha1: 
 90b9957a02a6fa3e80974a311bf2f4f1b3da32c2 2355 calibre_0.8.29+dfsg-1.dsc
 5367600c5dff8290d04de38e42ac868c1788519d 20568104 
calibre_0.8.29+dfsg.orig.tar.xz
 82cb5bfb7e15a75b672adcba54cee5c9209c917d 19077 
calibre_0.8.29+dfsg-1.debian.tar.gz
 7616eaad4c1a903687237cc3694f5a92f70197ca 14613576 calibre_0.8.29+dfsg-1_all.deb
 d6406699bafad94f1a3f3671c0c18bcdd055eb19 209912 
calibre-bin_0.8.29+dfsg-1_amd64.deb
Checksums-Sha256: 
 cf751f9236508c106c294e64fe2583070b2e1af31113195d69b9b5f34ac29dfb 2355 
calibre_0.8.29+dfsg-1.dsc
 d1e7b5c86fe6ae5fc3f9992869c058aa8b8de531bf346c8c9c760692433fcb75 20568104 
calibre_0.8.29+dfsg.orig.tar.xz
 eec00f1708cf4a4e834924fd134b7e16b16d974c330e7a0ceae82aee76cb6e03 19077 
calibre_0.8.29+dfsg-1.debian.tar.gz
 919b5ed38e3b88c0f6ecf1ebf2ca4c337180d3b863ed2900ee68da4f64b76c92 14613576 
calibre_0.8.29+dfsg-1_all.deb
 c1f5224d8b43b46a217a24c3c5a2a9f2f31f2835c9faf281ae769aee9eabfd90 209912 
calibre-bin_0.8.29+dfsg-1_amd64.deb
Files: 
 3b2c506dfa2fde9dafc8eb402821d0c5 2355 text extra calibre_0.8.29+dfsg-1.dsc
 4420c3c4eabb0a788ec3dfaaa4cd8e82 20568104 text extra 
calibre_0.8.29+dfsg.orig.tar.xz
 183f48d707e1ce8fa1cffb9373dc855c 19077 text extra 
calibre_0.8.29+dfsg-1.debian.tar.gz
 9a2b6fda58b43154433409135dc0c68c 14613576 text extra 
calibre_0.8.29+dfsg-1_all.deb
 e294543ea79b1ba96ddac9618fffabeb 209912 text extra 
calibre-bin_0.8.29+dfsg-1_amd64.deb

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

iQIcBAEBCAAGBQJO8KQkAAoJEPmIJawmtHuf6V8QAJgEpvl4sPM7M8qFcoiZMHSf
HNg5peinNZbWESyg5hQuZNgNu9GWmOQPhd7SZgO01JKo5bWPz1t8rVc1XqEtXNwj
75FKeSA6RxztrQ1zbSmRjyu+Z1qzXkDxOG6k8jF5TSBhtoCsODWWFl2v8coro86D
xU76lmr7bMrCHekIYbU567mfbRjDi3Q5/lpceahj8ioY4rmh1UQksEbjT1TYchDE
nz8GUe3nXng8X0gBqCG3hFUdXqc5qtG/Qa+tgKcnDq4dFwmzcfpgJw6LCxcj7qnN
sFt6nEvhkN/yWWZ4Of9KfXHfrLUFPR9mrTrQFmuZYWpKnRx4IU65S5gHUzBVU5NK
tNWbtLIv5B1EkJP5yFVT3JCT96IvugwlH6jboU92T0enXP5akyZ0Rvn9HM60hizx
Jue6Im5uZAvxu1TJAoKUqUMxSZSb+L+43Vr+uNOMAImtXl4Ttf/BP7pco96WT/pE
vg9Y7mBCHPu8nyDuwtoi3Fe0kCa0KJ2E1CqJi5mC5Cj+mrmKynhuGn2PYOxvgo62
YGX4RP6mg2GwH+cBC3lNzzZYubL9YDKy08P6uJ+PYCKchPm2qYsSWwy/na2PWAzi
8YiKjakFh8fiebKrVLKiVMazASs8zMEjAVMuILcM2MsiiUdHpqK4QlSPfWxs/A1j
3mJ9ZvHWEi8wkZVHVr2J
=O2RU
-END PGP SIGNATURE-


Accepted:
calibre-bin_0.8.29+dfsg-1_amd64.deb
  to main/c/calibre/calibre-bin_0.8.29+dfsg-1_amd64.deb
calibre_0.8.29+dfsg-1.debian.tar.gz
  to main/c/calibre/calibre_0.8.29+dfsg-1.debian.tar.gz
calibre_0.8.29+dfsg-1.dsc
  to main/c/calibre/calibre_0.8.29+dfsg-1.dsc
calibre_0.8.29+dfsg-1_all.deb
  to main/c/calibre/calibre_0.8.29+dfsg-1_all.deb
calibre_0.8.29+dfsg.orig.tar.xz
  to main/c/calibre/calibre_0.8.29+dfsg.orig.tar.xz


-- 
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/e1rd1s9-0001nt...@franck.debian.org



Accepted commando 0.1.2a-2 (source all)

2011-12-20 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 15:29:19 +0100
Source: commando
Binary: python-commando
Architecture: source all
Version: 0.1.2a-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 python-commando - wrapper for argparse to define declaratively
Changes: 
 commando (0.1.2a-2) unstable; urgency=low
 .
   * Drop requirements on argparse in egg
Checksums-Sha1: 
 ddf186d5e3983f11f246e030a70efe2b99d8df80 1861 commando_0.1.2a-2.dsc
 da7bc80cac3bb089c97cc79aec9dd916766280ee 2371 commando_0.1.2a-2.debian.tar.gz
 f3e2c1ba5110d01b3cef79d48ddb222ab95e2d15 6248 python-commando_0.1.2a-2_all.deb
Checksums-Sha256: 
 c7aa41674906874167ec2b665d4e846f57975041d9de52856c1f76abd1903406 1861 
commando_0.1.2a-2.dsc
 e0ab2f7ad32d1d37e885dd1e541eb118634bc994cfd7dcce6644583384d6291b 2371 
commando_0.1.2a-2.debian.tar.gz
 9cfa70a8ca8e779bfd1c82d440846516430ec871f8309f7ae848f48e8be3bd7f 6248 
python-commando_0.1.2a-2_all.deb
Files: 
 13c53a3b3acc6bde5741deae231041c3 1861 python extra commando_0.1.2a-2.dsc
 c62b077b73fcc28e2acd7a574d72b3e6 2371 python extra 
commando_0.1.2a-2.debian.tar.gz
 dc91538d18c89b1cbbf015cba022fc1d 6248 python extra 
python-commando_0.1.2a-2_all.deb

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

iQIcBAEBAgAGBQJO8JxjAAoJEGEbqVCLeKXCBYsP/jq5qX8CIrc+jREng9BdJasq
/2OoFnxP7toww/EjoufLH0xMWV1oPSkiffpAV9lRzIAJPHv7keBRERWTXZwibU1d
rMlEgMQDvU/ZBjL3qZW8aJBINZj+oNbtuwrD+FtlpEhGSdxV6M9QAOqNRUuLprqo
BCuguYgxQCqgtoN6xPW1/xK4ViVwMNbJQQAVaxbPjencZLQ6/06+oKKRPzy9lSUf
CdQjfF2FIsxr+4BOxLO7Uqvq1HnsAQXwXs/CDeb0EwW7FgQMUw3emTZ4XcHfKiAu
AFcdikp4o+50KGw2+/QGn5tPm5MybSyfdErmRN3WXnUDrkVg0tZ5pKD/7UMUO2gd
kvNFlnnSJq3qbU6+mGpiFgn2u+yCYNZ7xc3/yCpVOMheR8Df3+DESqJuD0jrFQ3z
QgziN92DmmP4IEebRMOX7GW5tWyW6WTy1pbfCGRIxNciicH33cNbVPhEWa6YzR3X
A/4BlkBLg2gySEV6v4Efg0bZVL3wiCWAhVxLZH4MNOHPNYaN0JtB0+iP/zyp7AGr
Lmz6X96FceAJS5PbOQOid21JCgn94t9vHbLIlD8hreMX3tVNUXXkCnJHuKD9eYrl
6ZeoNQf/lrt2aNdReMCRSO0ImNg82uIsXurt7HGK7tYZqB6DAi3NAUC9xbuMr/rs
uHoM2rTcuRpC+yLXZm6O
=dPxX
-END PGP SIGNATURE-


Accepted:
commando_0.1.2a-2.debian.tar.gz
  to main/c/commando/commando_0.1.2a-2.debian.tar.gz
commando_0.1.2a-2.dsc
  to main/c/commando/commando_0.1.2a-2.dsc
python-commando_0.1.2a-2_all.deb
  to main/c/commando/python-commando_0.1.2a-2_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/e1rd1sy-0001qv...@franck.debian.org



Accepted herbstluftwm 0.1+git2011.12.20-1 (source amd64)

2011-12-20 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 14:43:23 +0100
Source: herbstluftwm
Binary: herbstluftwm
Architecture: source amd64
Version: 0.1+git2011.12.20-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Egger christ...@debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 herbstluftwm - manual tiling window manager for X11
Changes: 
 herbstluftwm (0.1+git2011.12.20-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 a015675cbbf9189cc4b149669180b8d16198ef49 2071 
herbstluftwm_0.1+git2011.12.20-1.dsc
 a3505e5724b748673d09d92a7f5b2b384eb1eb91 59700 
herbstluftwm_0.1+git2011.12.20.orig.tar.xz
 148ca19ab455c2105bd266277a6469658c35b1dd 2388 
herbstluftwm_0.1+git2011.12.20-1.debian.tar.gz
 4f28edf57f9df62d78bf193a1ea5c55b215d3113 81570 
herbstluftwm_0.1+git2011.12.20-1_amd64.deb
Checksums-Sha256: 
 88e1e996408c32bb73ee174a05a0569387bea1adae442b59faa210a2ce8033f7 2071 
herbstluftwm_0.1+git2011.12.20-1.dsc
 303edfa25f358e7c8cc84fab6b53340b054f0b58a6fcfce14467b35f09ab153f 59700 
herbstluftwm_0.1+git2011.12.20.orig.tar.xz
 2aa03ec9642bc4a78cc8788d1df101fa106559575945ae5e3de86421bda1733e 2388 
herbstluftwm_0.1+git2011.12.20-1.debian.tar.gz
 0e9a502a9d90de93eeb46da7a87b7680ffd23d75b570361684ab1a7c9bbd76bd 81570 
herbstluftwm_0.1+git2011.12.20-1_amd64.deb
Files: 
 46554df1aba0e1a3dc634e89ee93aba3 2071 x11 optional 
herbstluftwm_0.1+git2011.12.20-1.dsc
 64505b2f88ef4a2488a25657a753c594 59700 x11 optional 
herbstluftwm_0.1+git2011.12.20.orig.tar.xz
 653d91dd177ce33053ceaa68e055e43c 2388 x11 optional 
herbstluftwm_0.1+git2011.12.20-1.debian.tar.gz
 42fae37f00f65ee9d47d19462d9a76bb 81570 x11 optional 
herbstluftwm_0.1+git2011.12.20-1_amd64.deb

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

iQIcBAEBCgAGBQJO8JI9AAoJEKv/7bJACMb5+3EP/jV2gM17KWdVf78iI+p3Yth8
wknLBObsk9xbjCJSn2RPJmDxK35dBRwft6RoDOjbzl/BYlic2X31DxaPix11sP5H
aqb+vOfTlZIqZU3O9ySrSgZhMQW7GMYW0tyels5+duO/70kcUcUv++EoOQeXqz8/
z0JHRqVlp+mITWLyvg10bS4ILh2W/PPL1JBpYQB/G3SMy3lQgpvFoLAb+CnxxL7m
GSNR+sI6watwOvkEF8Is5Qlcd815M8TbAKk1zumzITQl6HOZWbeztbauVs7bN1Eh
NG2XyWJSxHph2ZClW4xqOwF6Y2YJ7HdaRoqJgqV2neF+qIUfFrYBCkMbrjBDh/mQ
OokHsjTacJAPNIW3tGzPe2o1kZs7czvmbgLgLkdnB6FWnbAQuCY8s+Z9aFZA2HSx
3/sI5f3Gy6HLITMm0Hau/4Nh08azol5TGZivgroHOYl1V6U76fkzsQ+mUqi59UPk
AJPAp8soZhxdwoKHS5Hr8W9v2ZQaXltBRN44XPxWeBY5MZXkVPPZwSlM4JwaY4WT
hsQwrnQ4X8RotM1jfXfu39jmGBfncs+5dFYgeRJmlsmfU4O8T9E/z4f/TDAk1uZu
egiOdF1IG9fZKGP1s8lb7vur3NWsbnq2DI70z3U9cSknZ8CZ/S+/no4Jkpuss5tI
2CNCQED0q/Epm9hgV5sn
=ipFK
-END PGP SIGNATURE-


Accepted:
herbstluftwm_0.1+git2011.12.20-1.debian.tar.gz
  to main/h/herbstluftwm/herbstluftwm_0.1+git2011.12.20-1.debian.tar.gz
herbstluftwm_0.1+git2011.12.20-1.dsc
  to main/h/herbstluftwm/herbstluftwm_0.1+git2011.12.20-1.dsc
herbstluftwm_0.1+git2011.12.20-1_amd64.deb
  to main/h/herbstluftwm/herbstluftwm_0.1+git2011.12.20-1_amd64.deb
herbstluftwm_0.1+git2011.12.20.orig.tar.xz
  to main/h/herbstluftwm/herbstluftwm_0.1+git2011.12.20.orig.tar.xz


-- 
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/e1rd1sv-0001tb...@franck.debian.org



Accepted libxfce4ui 4.8.0-4 (source all amd64)

2011-12-20 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 15:39:18 +0100
Source: libxfce4ui
Binary: libxfce4ui-1-0 libxfce4ui-1-dev libxfce4ui-1-dbg 
xfce-keyboard-shortcuts glade-xfce
Architecture: source amd64 all
Version: 4.8.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 glade-xfce - glade modules for xfce
 libxfce4ui-1-0 - widget library for Xfce
 libxfce4ui-1-dbg - debugging symbols for libxfce4ui
 libxfce4ui-1-dev - Development files for libxfce4ui
 xfce-keyboard-shortcuts - xfce keyboard shortcuts configuration
Changes: 
 libxfce4ui (4.8.0-4) unstable; urgency=low
 .
   * debian/control:
 - fix glade-xfce Recommends on libxfce4ui-1-dev.
   * debian/patches:
 - 01_replace-ctrl-primary-gtk-shortcuts added, replace Control by Primary
   in keyboard shortcuts since Gtk+ switch broke current shortcuts.
   * debian/NEWS added to tell people how to rebind shortcuts broken by the
 Gtk+ upgrade.
Checksums-Sha1: 
 b6e88438c06131732a39cfd3c213d02b22273358 2424 libxfce4ui_4.8.0-4.dsc
 b55e9ee46cb17bd3e2a7274fc324b9d6b071aa7d 3564 libxfce4ui_4.8.0-4.debian.tar.gz
 990403e89bea5cab3c050e0e60389a4204a655f9 96746 libxfce4ui-1-0_4.8.0-4_amd64.deb
 2ad18a68aab53e43c404dfcc2f56d74656813dca 60854 
libxfce4ui-1-dev_4.8.0-4_amd64.deb
 1dfa0421dc3efa4b3e5775c64e36f240542bd43a 166550 
libxfce4ui-1-dbg_4.8.0-4_amd64.deb
 eb8d9d3aa2bbfe52232c0a8db569c1b4574e0365 23876 
xfce-keyboard-shortcuts_4.8.0-4_all.deb
 93dfd6afe5c28abf0b9fd27395ce4cc615b53d5f 27516 glade-xfce_4.8.0-4_amd64.deb
Checksums-Sha256: 
 c98bb43560740b4721730ccf230aac76a4b664ad75b3ef43bd3a4817a5b2898a 2424 
libxfce4ui_4.8.0-4.dsc
 4d1beed10ef6d535d6d3684871ee45ae9b0d8dafe464375d7a915e41d61d0f86 3564 
libxfce4ui_4.8.0-4.debian.tar.gz
 44b0f55a0e3a9b6388706ac577ec52ba458579811edb942969bb3019cb63c8db 96746 
libxfce4ui-1-0_4.8.0-4_amd64.deb
 6e9e5404bb9c1673c1ddede86e36d52c255af930437438d2bd576cc0221a6efa 60854 
libxfce4ui-1-dev_4.8.0-4_amd64.deb
 cb65b36a8bcf4c5dd2183f4ddb8499a36fc7f359133e6196786cd723fe2dbcf4 166550 
libxfce4ui-1-dbg_4.8.0-4_amd64.deb
 9e4ae09aec3ba4c3b02b726ca8fde86ea481dfeddca8f6e2b517497b15860662 23876 
xfce-keyboard-shortcuts_4.8.0-4_all.deb
 623a4ad8b575bf234ba1f585eb87181738ac87d468f6c78f952a44fd3cb4785a 27516 
glade-xfce_4.8.0-4_amd64.deb
Files: 
 6f79aad18b9eb8bdfbc719851c7bafae 2424 xfce optional libxfce4ui_4.8.0-4.dsc
 24edda2d18b94152c143bb707b0d13eb 3564 xfce optional 
libxfce4ui_4.8.0-4.debian.tar.gz
 a3c66c62f5a43ed830d8846258965287 96746 libs optional 
libxfce4ui-1-0_4.8.0-4_amd64.deb
 2accf0416108c03118d1961608340230 60854 libdevel optional 
libxfce4ui-1-dev_4.8.0-4_amd64.deb
 4e83dbda8e9cf4b815775be7fbd0f44d 166550 debug extra 
libxfce4ui-1-dbg_4.8.0-4_amd64.deb
 d91efc2723944d212751ebd37af47025 23876 xfce optional 
xfce-keyboard-shortcuts_4.8.0-4_all.deb
 a047ff62b41030854319fb2260937493 27516 xfce optional 
glade-xfce_4.8.0-4_amd64.deb

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

iQIcBAEBCgAGBQJO8J+tAAoJEDBVD3hx7wuoNTUQAKWwCP9xnAdKfOoVCcU4bRdl
bl9vwRs65d7yZC2NQ5GqOeNL29XHsCJu1S2I0xTR+lNd1ntQuy3Jl/1ef++kR0nQ
TIyOcMOYDmI/Gx8iOZRxJqTL7mDPwUOoad4BENa5VmSINbty/JlLNukyFY7uxK63
/zAwEttlD3M9HOFED+Scfp58MF7CL7WVMDlMIYOcVYJ5987h8YcnKh1yGmU7tHHE
hUmK7h1sdLUjLq/CXycV0sUV5GyoZnSesRQ8O44qee/M5nwGLg/1BaqiExvR8jYn
a6+x0BDS9plMYAl57uGuhaahjdZASB1JOFxDqapCZIyiE0FbSW9k7Wt8YXPdBSsQ
z7NljwTOu/Grrs4YBV00Gs1gajRkilN9bvjacfpfckoXaCmlkqbnF6RyR+TY67PY
d+zkXmrBiOZ/0A0hV7nbAEClrXv+oaqBERcdx3z7l5MyxlTG/PSFfcenwnCYez9y
Y1pgjqqH9T3Je+U/vPywLDLd4Y3+9+m0vtPmjoyLkhWvzgfGbewjcpb7SFX2QjvT
iZZ79oBew8FImL4rFjjiJGq8RlEp4gzmjA2y2XqUGHrVnfWK6cOPC+pxFPZE8zO0
HvX+hJXU7ukXN+MWc1v0K8I/S1dlNqRUl9EB+78qYBxfRQzWmTXgskA8tqvAbf2r
e+vtbA2m7MiTqBtnVjsb
=JELa
-END PGP SIGNATURE-


Accepted:
glade-xfce_4.8.0-4_amd64.deb
  to main/libx/libxfce4ui/glade-xfce_4.8.0-4_amd64.deb
libxfce4ui-1-0_4.8.0-4_amd64.deb
  to main/libx/libxfce4ui/libxfce4ui-1-0_4.8.0-4_amd64.deb
libxfce4ui-1-dbg_4.8.0-4_amd64.deb
  to main/libx/libxfce4ui/libxfce4ui-1-dbg_4.8.0-4_amd64.deb
libxfce4ui-1-dev_4.8.0-4_amd64.deb
  to main/libx/libxfce4ui/libxfce4ui-1-dev_4.8.0-4_amd64.deb
libxfce4ui_4.8.0-4.debian.tar.gz
  to main/libx/libxfce4ui/libxfce4ui_4.8.0-4.debian.tar.gz
libxfce4ui_4.8.0-4.dsc
  to main/libx/libxfce4ui/libxfce4ui_4.8.0-4.dsc
xfce-keyboard-shortcuts_4.8.0-4_all.deb
  to main/libx/libxfce4ui/xfce-keyboard-shortcuts_4.8.0-4_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/e1rd1ww-0001qi...@franck.debian.org



Accepted libxi 2:1.4.5-1 (source amd64)

2011-12-20 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 11:30:28 +0100
Source: libxi
Binary: libxi6 libxi6-udeb libxi6-dbg libxi-dev
Architecture: source amd64
Version: 2:1.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libxi-dev  - X11 Input extension library (development headers)
 libxi6 - X11 Input extension library
 libxi6-dbg - X11 Input extension library (debug package)
 libxi6-udeb - X11 Input extension library (udeb)
Changes: 
 libxi (2:1.4.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 fa7036517a7c42a4174cd4e060ef26eecbe5d51c 1608 libxi_1.4.5-1.dsc
 e50f5606b70555f61457f40067e6d8120dcb40ac 548611 libxi_1.4.5.orig.tar.gz
 51ffa890b9f4862b256cc1acb06e7ad0a4b316fe 17914 libxi_1.4.5-1.diff.gz
 83c72b06dc764d2a90fc5198ba857a49445ad117 67556 libxi6_1.4.5-1_amd64.deb
 a9a01903a96968414b76839b6c5afd874c359d1b 26112 libxi6-udeb_1.4.5-1_amd64.udeb
 aa7a78e21e7e315e119f510ba2d045feb244d1bf 409628 libxi6-dbg_1.4.5-1_amd64.deb
 fcc164a719fa70c4af069ed3b4727d3f722215b7 257768 libxi-dev_1.4.5-1_amd64.deb
Checksums-Sha256: 
 52b46d014cabfdbe62aefba876332b2b40d34bf9e896cb7dde0fa41d6c96b5df 1608 
libxi_1.4.5-1.dsc
 b083c8d6094b9c9d856ebc46cb194d6f7038a729ed352a9c19bfb288ef576b46 548611 
libxi_1.4.5.orig.tar.gz
 ca6e0089e6d31b20943741c424df8d70bc6e88b1b92e2913a14e8f2d166d7ee2 17914 
libxi_1.4.5-1.diff.gz
 5a69eaa57d17d0fb9da37cdb283c4b43311a982dec0c2237ae1803bcb004eb18 67556 
libxi6_1.4.5-1_amd64.deb
 d29583f9b00d79fdcd9baa6a07dc7800e04b7fc252eac2031b8a726246b18184 26112 
libxi6-udeb_1.4.5-1_amd64.udeb
 510c9dd659446bff47b8f776812e620ff5fe4544c33d8280052c8e222fb1b8be 409628 
libxi6-dbg_1.4.5-1_amd64.deb
 3262660ce0ca9c01a71d882e01d587258bdcc642ed42ce685bb9484b6a265ae1 257768 
libxi-dev_1.4.5-1_amd64.deb
Files: 
 525e7dac49c62394fc141fe51fa0332f 1608 x11 optional libxi_1.4.5-1.dsc
 47a383f7358489df0a57e9b89e3eb220 548611 x11 optional libxi_1.4.5.orig.tar.gz
 59a1f0352c8200df7a31cb9e64b3967f 17914 x11 optional libxi_1.4.5-1.diff.gz
 ee53fe27f90c0e835f32b6e3def93601 67556 libs optional libxi6_1.4.5-1_amd64.deb
 a07e2bd765f9047c889ef10c163e1709 26112 debian-installer optional 
libxi6-udeb_1.4.5-1_amd64.udeb
 e505a6de5fc734efdddf35797c8e26df 409628 debug extra 
libxi6-dbg_1.4.5-1_amd64.deb
 758046e5aa267a03f1bc269f8f4a1a8f 257768 libdevel optional 
libxi-dev_1.4.5-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAk7wpYwACgkQeGfVPHR5Nd0xhgCg0eqwFY7VsB+Hx7QMX9QL1j8U
lI4AoIq0TwmJq+DPenGi+CcgP4p4Ml6v
=LLSn
-END PGP SIGNATURE-


Accepted:
libxi-dev_1.4.5-1_amd64.deb
  to main/libx/libxi/libxi-dev_1.4.5-1_amd64.deb
libxi6-dbg_1.4.5-1_amd64.deb
  to main/libx/libxi/libxi6-dbg_1.4.5-1_amd64.deb
libxi6-udeb_1.4.5-1_amd64.udeb
  to main/libx/libxi/libxi6-udeb_1.4.5-1_amd64.udeb
libxi6_1.4.5-1_amd64.deb
  to main/libx/libxi/libxi6_1.4.5-1_amd64.deb
libxi_1.4.5-1.diff.gz
  to main/libx/libxi/libxi_1.4.5-1.diff.gz
libxi_1.4.5-1.dsc
  to main/libx/libxi/libxi_1.4.5-1.dsc
libxi_1.4.5.orig.tar.gz
  to main/libx/libxi/libxi_1.4.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/e1rd1xe-0001wr...@franck.debian.org



Accepted mined 2011.19.2-1 (source amd64)

2011-12-20 Thread Alexander Reichle-Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 13:43:13 +0100
Source: mined
Binary: mined
Architecture: source amd64
Version: 2011.19.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 mined  - Powerful text editor with extensive Unicode and CJK support
Closes: 630621 646479
Changes: 
 mined (2011.19.2-1) unstable; urgency=low
 .
   * QA upload.
 - Set Maintainer to Debian QA Group packa...@qa.debian.org
   * New upstream release
 - ncurses finding scheme works again (Closes: #646479)
 - It also doesn't ship the broken symlink to the README file anymore
   (Closes: #630621)
   * Rewrite debian/rules with minimal dh
 - Bump debhelper build-dependency to 8
   * Rewrite debian/copyright, as license was changed from GPLv2 to GPLv3
 anyway
   * Remove debian/mined.debhelper.log, old log file
   * Remove unused/empty debian/{postinst,postrm}
   * Drop all patches, as they are no longer needed
 - Drop build-depends on dpatch
 - Remove debian/README.source
   * Add debian/patches/fix-bsd-ftbfs.patch ; the upstream provided
 makefiles for bsd doesn't work on kfreebsd-*
 - Reintroduce debian/README.source, point to the quilt text
   * Bump standards to 3.9.2 (no further changes needed)
Checksums-Sha1: 
 04ffd3c57430fb5543a5c76dc404c34c9cbcef94 1704 mined_2011.19.2-1.dsc
 c2821ecc21a1618e640ec3b630fb991dd01a6a0d 5917678 mined_2011.19.2.orig.tar.gz
 99d8ddd52a89e3fb08eac9d153a9c6842c831f34 3721 mined_2011.19.2-1.diff.gz
 078961999ca3aeac4ee0fa737bd323af4fec02bd 3992356 mined_2011.19.2-1_amd64.deb
Checksums-Sha256: 
 5756f3a759225284ebb7ea190f9e4195828b5676c80b1b08ba0be0c8fa99a320 1704 
mined_2011.19.2-1.dsc
 623a8f990e7543ee623892b7ac4fff26771098eb0149e29623a9121f16932664 5917678 
mined_2011.19.2.orig.tar.gz
 5fe0e6a5abb8f60fb1815c089b94fc76587a8178766a96bac3cb0b8aa36b6f6f 3721 
mined_2011.19.2-1.diff.gz
 eab0a035b9394a32995ceaf4ed9459e603d9222e90fede728e26b3b87c86e426 3992356 
mined_2011.19.2-1_amd64.deb
Files: 
 c028c7b976cfc61efa4ffa1f7e02e67c 1704 editors optional mined_2011.19.2-1.dsc
 c5d6f9392df9a00950d978dbad8ea1c4 5917678 editors optional 
mined_2011.19.2.orig.tar.gz
 1ab57dff27cc69d87e1cbccfb410d79d 3721 editors optional 
mined_2011.19.2-1.diff.gz
 55f94ecdcce797474fc35d5061d26a29 3992356 editors optional 
mined_2011.19.2-1_amd64.deb

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

iQIcBAEBCAAGBQJO8KXLAAoJEMJLZaJnLIsSHaAP/inI7/jDUWtpmLds2geACpuQ
SSp2HpY/xoJqCHEczylnJewABWeZA2ZA91JZvke9NX3jGRe/JXyH+V2Xmr5wUwCF
aW9wiKZIaBaiaj72nkw9td7EhXfGQ1zDNRURHXyB8uhpt1JX18oywRQYc3yY2jm2
3v+fzEP4eQ/ccmymKaK86n18rCLfE2iFnd/LvKP2zdNEbViJ6YBSMCvcPWmP3Arn
fu3vR3fgyIJqmoGlathBHS7PyP4qE1w0G3Qh4HVgazNAj0dnnWjQQ0shvm10DXHM
ncgn+MWplesbnr0SFwMZrl0mox0J1c9ccyBUj62Mq4NTCb5ncjb/KnusdewGm2uu
v6c2fKQ9eNIYmHmq6Xe5F5imWCNSG1aYB7Uvb/4v87zVucdMDwH8FRqPGIcWxffW
btMfBZetYXF4+8IZqamYXaJkvmkGrXAc9mN3lXFTnGzRL2zUXlsZSBW6eucuAsPG
HdOBrmbvWwAi00uwDIGpzko1GPbfjMWAdqvxU0jsSUIm2b455O0N2ZivTDHgIV5Z
wNe4gQjDbD0wbndtveUKdmoq+oAVyQQk3GosAMmv5OA2n6ydv5h0E3EIpbccIEbG
euyggbM061BOp4/CmxzHipPxZHt+74ZFbOCPhTR0+Msvgf2992pTjaXv/mYykzqX
ztnx06vgMF5ZyVktZsGM
=chuI
-END PGP SIGNATURE-


Accepted:
mined_2011.19.2-1.diff.gz
  to main/m/mined/mined_2011.19.2-1.diff.gz
mined_2011.19.2-1.dsc
  to main/m/mined/mined_2011.19.2-1.dsc
mined_2011.19.2-1_amd64.deb
  to main/m/mined/mined_2011.19.2-1_amd64.deb
mined_2011.19.2.orig.tar.gz
  to main/m/mined/mined_2011.19.2.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/e1rd1y0-00020i...@franck.debian.org



Accepted pdnsd 1.2.8-par-2.2 (source amd64)

2011-12-20 Thread Alexander Reichle-Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Dec 2011 14:01:47 +0100
Source: pdnsd
Binary: pdnsd
Architecture: source amd64
Version: 1.2.8-par-2.2
Distribution: unstable
Urgency: low
Maintainer: Mahyuddin Susanto udi...@ubuntu.com
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 pdnsd  - Proxy DNS Server
Closes: 617659 630209 651112
Changes: 
 pdnsd (1.2.8-par-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Refresh debian/patches/01_support_kfreebsd_properly.patch to also use
 $(thread_CFLAGS) during linking.  Fixes FTBFS on kfreeBSD-* (Closes: 
#651112, #630209)
   * Apparently the previous FTBFS for kfreeBSD-* got also fixed (Closes: 
#617659)
Checksums-Sha1: 
 941c7c7162673488c300aa0f1ee5bef50a1550da 1859 pdnsd_1.2.8-par-2.2.dsc
 1ab230ef665f0a3f87c7e18da98c190948c58c13 26454 
pdnsd_1.2.8-par-2.2.debian.tar.gz
 e00a9a0143e0fa76f87d54a635a9caec88465c3a 304492 pdnsd_1.2.8-par-2.2_amd64.deb
Checksums-Sha256: 
 638dde7dd4d79aaa389d483c6b4524a18e2afba0def3ccf82ab14cabc16c75ff 1859 
pdnsd_1.2.8-par-2.2.dsc
 29d183e473078bd1c033da1805eb4789c8079850965a0353c925498a03372a7d 26454 
pdnsd_1.2.8-par-2.2.debian.tar.gz
 65c9633e81e2e50b5c3042fb2cbc60b26a4f50a1f3a484cdf59ff45210e43fbf 304492 
pdnsd_1.2.8-par-2.2_amd64.deb
Files: 
 2d951830689f6804ff102ddd5a5bbb36 1859 net optional pdnsd_1.2.8-par-2.2.dsc
 0d132a2e76ff314bfe7edb22827a06dd 26454 net optional 
pdnsd_1.2.8-par-2.2.debian.tar.gz
 b2a0c32d26c8370e6af74ab28efb3c99 304492 net optional 
pdnsd_1.2.8-par-2.2_amd64.deb

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

iQIcBAEBCAAGBQJO3hpcAAoJEMJLZaJnLIsSZCUP/0LUrYPeGrTOFXlSWwsEqPx3
/JkQezd7jvX6Ght4CIHrInWTJpGAYPNLT2R4Zzf9DzhTQtRScmL4ZGBk0+kCaFkY
ag+2flXOQuibGIzhlCBI1/hOw0Y8PIxsabvyk1Ih0koqAZfZX0TZvcI4UcUf4vor
kM8nPSTucizLN55GHdkzfLfxfd+F+59wSRvZS4CAwH+DT32RUeh+J+E+wRGPCClM
yVxc3y6ifOA6sIVhERSrlOMrhGdlwVSexB2Whf2SA9dEhqndbS5EjJYJ765B+YM4
eVjy3huAPwrcDqyvWpmqWF9F/uEge2Ns1kQMjLGQiz/8y07OwH2O3SjGXk6IBZCZ
FgepxtqiAzF3uqyMQEdB/b64AlJvCJVsQWMUbLXaPwXCxZ9WRq1fPDOwuBVAF3pL
E3K3UIz48pf4ZCf6G1muX8C7YPzA7BvlwTzN8/YWpRV0q8l3XtJaX1eIsJAq8LrX
0aCKSw06mr+wTwqUgKcpKQrxpS8GKjxdWtTS6RNzW1vIcQftTh3Q5W33oEtWAWHM
6X1eCPg0OPpaNfVNaGATgymGbhAvMTcxg+BiQ9DlyqCXoLzgCJ93SEYVlKN+zsCH
aAq1F8+8F5dsHJAkKqblSNFgkfLTZ/Vovbbs1nkt+G2DJLkYbygspAMZW00xSOsq
P46xI79UkXF87v0YAt/+
=8CeK
-END PGP SIGNATURE-


Accepted:
pdnsd_1.2.8-par-2.2.debian.tar.gz
  to main/p/pdnsd/pdnsd_1.2.8-par-2.2.debian.tar.gz
pdnsd_1.2.8-par-2.2.dsc
  to main/p/pdnsd/pdnsd_1.2.8-par-2.2.dsc
pdnsd_1.2.8-par-2.2_amd64.deb
  to main/p/pdnsd/pdnsd_1.2.8-par-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/e1rd1yb-00023i...@franck.debian.org



Accepted python-ucltip 0.7.1-1 (source all)

2011-12-20 Thread hychen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 21:32:50 +0800
Source: python-ucltip
Binary: python-ucltip
Architecture: source all
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Hsin-Yi Chen (hychen) ossug.hyc...@gmail.com
Changed-By: Hsin-Yi Chen (hychen) ossug.hyc...@gmail.com
Description: 
 python-ucltip - Python module to help making command line tool Python binding 
fas
Changes: 
 python-ucltip (0.7.1-1) unstable; urgency=low
 .
   * new upstream: 0.7.1
   * debian/control: change VSC to https://github.com/hychen/pkg-ucltip
Checksums-Sha1: 
 6fa43b659d52c9f2e90f099dc1da1970e95ea723 1855 python-ucltip_0.7.1-1.dsc
 0936cfd2adc6cd88f70c4ac7041a464b99bcdbce 11452 python-ucltip_0.7.1.orig.tar.gz
 37e18dcef71583636a302fa458a43f267be8c0a8 2778 
python-ucltip_0.7.1-1.debian.tar.gz
 a2740415ed6a08b61d65de1369f84b27c99e36cf 13710 python-ucltip_0.7.1-1_all.deb
Checksums-Sha256: 
 4985785b81f50b131ffdff5a4253bfdd28ea4f6054b23dc6e8b75f47ebee4eac 1855 
python-ucltip_0.7.1-1.dsc
 c19386aa09f9f8eb379c171cce6ece363ece9fffcca56eafb0c5993a824aec73 11452 
python-ucltip_0.7.1.orig.tar.gz
 491f2676b0ccbdc82c5e07b2371bdc69ee7a0dbed23b43cd8b8216839e9f0af0 2778 
python-ucltip_0.7.1-1.debian.tar.gz
 9bd6dd8243f2b1888948465d50e7978a82cccb5392e08fd33a4b4dfac1d0b147 13710 
python-ucltip_0.7.1-1_all.deb
Files: 
 b1ea9a79f521f529a8b14350b7987fb2 1855 python optional python-ucltip_0.7.1-1.dsc
 c467d5bb1071258f2bfef21cd2bed5ea 11452 python optional 
python-ucltip_0.7.1.orig.tar.gz
 804d5616378d9950e1afc001f6d29f54 2778 python optional 
python-ucltip_0.7.1-1.debian.tar.gz
 1583272a59aa59346f693ad08627ac38 13710 python optional 
python-ucltip_0.7.1-1_all.deb

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

iQIcBAEBAgAGBQJO8JZNAAoJENNQuwIo9gGTRV0P/2F5gB2mLmGs93eJxoqm9Krz
9L/vWZ6sezQCSKkCQ1M8j6k5jUjv+Uzj8FO7TI4mkQyhxuB5H77pX6IYljw4jRvO
H6cbk+YJ6+mewibdzbVVcj7MW13e8AYu4ggTOmUNJI5roXpBJckeTi1rYDKBUl3f
ccHj9F3Rqv5hxhpzP/j5iCha4gfdqLgnZ8li5X1InRGGs38Jvi0q6liWpYV99DYt
7bcrMyUxHH8VA+CFYiVcS2fG01jfMiFjFFPyxMu1Tgf3QHH5MhyDSYlnkfLwavkm
3jxirRStljJU+S81L6tNm4DlQCJc7L8S8ldIZ6OPyOqbBDyOLVI3ucRwzve8eJm1
6tzWe/J4SEIS/HHTROUIFRRemmPfsmiDqI2pNy7/0uA7kS4nR015Pa5YEb00ScDh
oDpjkivm4rRDCxpnNzwvRrFVxKPyKJyeuBaoKbhGwgYhN7gZax+eY9zuaNQf4XwN
GKlaovekgjMo7Fw84UJNs+I6V7FkttBipKD9RJLcQYQR8R462DTr7Yckrr8SNrrX
4/9kR3Co8Xj5eB0F+iLDo6KDaquWdvLmRvCo4GGK504HRTK/WAbm1Z+qxvYaAPia
WnJ/ojadhZYw4+fy7MvsAgLNDVjkcyIkfTwzgRpHV5x4jt8nNtiKcP9u2VpgGFts
KncNYoXqn2+u9IpM++ji
=/30/
-END PGP SIGNATURE-


Accepted:
python-ucltip_0.7.1-1.debian.tar.gz
  to main/p/python-ucltip/python-ucltip_0.7.1-1.debian.tar.gz
python-ucltip_0.7.1-1.dsc
  to main/p/python-ucltip/python-ucltip_0.7.1-1.dsc
python-ucltip_0.7.1-1_all.deb
  to main/p/python-ucltip/python-ucltip_0.7.1-1_all.deb
python-ucltip_0.7.1.orig.tar.gz
  to main/p/python-ucltip/python-ucltip_0.7.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/e1rd1cc-0002ts...@franck.debian.org



Accepted radicale 0.6.3-1 (source all)

2011-12-20 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 20:37:43 +0700
Source: radicale
Binary: radicale python-radicale
Architecture: source all
Version: 0.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-radicale - simple calendar server - module
 radicale   - simple calendar server - daemon
Closes: 640145
Changes: 
 radicale (0.6.3-1) unstable; urgency=low
 .
   * New upstream release.
 Closes: bug#640145.
   * Drop all patches: applied upstream now.
   * Use new default python helper (not deprecated python-support).
 Tighten build-dependency on python and python-dev to versions
 supporting it. Stop build-depending on python-support.
   * Have radicale explicitly depend on python (though already satisfied
 through python-radicale), to silence lintian.
   * Update copyright file:
 + Rewrite using draft 174 of DEP-5 format.
 + Shorten license comments.
   * Bump policy compliance to standards-version 3.9.2.
   * Adjust source for upstream changed download URL:
 + Relax watch file regexp.
 + Update DEB_UPSTREAM_URL (used by CDBS get-orig-source target).
   * Tighten build-dependency on cdbs.
   * Build-depend unversioned on debhelper: Needed version satisfied even
 in unstable.
Checksums-Sha1: 
 fd6f5ef49cebb01231f586c0cf1e76de8bb3 1964 radicale_0.6.3-1.dsc
 de478e41a61ccf039e1e1da603ef275f500e44f5 30993 radicale_0.6.3.orig.tar.gz
 303866b6eed09ff729437cc2557e1f7256800a3c 5268 radicale_0.6.3-1.debian.tar.gz
 078a78509e4afb7e535d7c9c6166e8685f68f4da 7484 radicale_0.6.3-1_all.deb
 fc3aa0b2486c16e5858ae76dca096ee333da203c 22342 python-radicale_0.6.3-1_all.deb
Checksums-Sha256: 
 3d8a36e111b5a6416244c534e4d02c97a13f06b1ab377226d7f6818b0103712b 1964 
radicale_0.6.3-1.dsc
 bd2c2058e1222735981639206eade3082f6ff76a0055bd010ae0f8b2b33ee8f6 30993 
radicale_0.6.3.orig.tar.gz
 a2ca9a8e6c6f5f9fce73997bd9a08aa4d3a2ae2902d4e5a3fa027852557080b0 5268 
radicale_0.6.3-1.debian.tar.gz
 cb468dc9bf4822d25a4fc96302c2c7d517e9f07ed7eafc99521e67f6251cfbfe 7484 
radicale_0.6.3-1_all.deb
 1495dea3f0784c8e8a6e0eb1889286afcb5788a27ced34875c292283ebd8de03 22342 
python-radicale_0.6.3-1_all.deb
Files: 
 9515e0bbc6dc915cda38360ec5be982d 1964 web optional radicale_0.6.3-1.dsc
 c1503b2543ccd43382ae560ca6f75951 30993 web optional radicale_0.6.3.orig.tar.gz
 a411ca81d8cda87560559781e6d523a4 5268 web optional 
radicale_0.6.3-1.debian.tar.gz
 56f28f8814b27ca5bec8f34087251b36 7484 web optional radicale_0.6.3-1_all.deb
 1a18f9735b1769991d190aa6918666e3 22342 python optional 
python-radicale_0.6.3-1_all.deb

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

iQIcBAEBCgAGBQJO8JLSAAoJECx8MUbBoAEhWycP/RObV3V6DnWuQ0HMDq5mS3Sh
/xI9osJUSfPA8kJOXKVPwv2eiS8930T/nwSU7SOHh/7ve51deolUzQVVYBkpwhm4
yhrmxsYcJvKWFrkjm8kKIVQLK1E035d3rhHdn1pA2CiIsMft3qHYVKBV7eKQ9n7a
PVDNfO01pFQzpWMW3cxg9ySZDRXwOR1v2wN0qgcLQgyc9aQjnWQmhLJZMByQNPmT
i0tNCjPD+KsYg176huem2BtkpW25/RxrUE/XdoWW9uCzVhnUzv9Fe/RuD7o1JCUO
GxuM6Z14CZF3lLf31q7CFlPjy/7nWkhTT0GDpnvgum69JOy6u2meJ6B9o/dYHKke
FlCVX+ECEZ+AxnmrD/eYngJgxHJncl1w3ooJHfnSeji2HH6ci14j5GmTWGb7q4w5
dOvyupcul1E0t1N/ne3CVrc2n8VhGkicJBdhySFon+TQRSWWFQ+XcjxVmAISnNFR
awZX3+LyUzmH5R6BmSabEacgVFuK5VpsUfiOpLfdWP2ceQVmQ1FrLDOTDRGI6kmt
OFPCfVmbn0yxrp+q1rVfCtyiA6nFDy3Ln2doJb10Rxdr98mK8QoBiWgdRWggBTBO
5Qf1839ueqzdx0fsKW5glVZoaQePUNSDYGA8FUlQe4CfndUwXiWp9mWWFS+6tcBs
Js4X79keAomI7w/THisr
=BOGa
-END PGP SIGNATURE-


Accepted:
python-radicale_0.6.3-1_all.deb
  to main/r/radicale/python-radicale_0.6.3-1_all.deb
radicale_0.6.3-1.debian.tar.gz
  to main/r/radicale/radicale_0.6.3-1.debian.tar.gz
radicale_0.6.3-1.dsc
  to main/r/radicale/radicale_0.6.3-1.dsc
radicale_0.6.3-1_all.deb
  to main/r/radicale/radicale_0.6.3-1_all.deb
radicale_0.6.3.orig.tar.gz
  to main/r/radicale/radicale_0.6.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/e1rd1cq-0002wu...@franck.debian.org



Accepted vdr-plugin-dvd 0.3.6~b03+cvs20090426.0013-10 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Dec 2011 20:22:27 +0100
Source: vdr-plugin-dvd
Binary: vdr-plugin-dvd
Architecture: source amd64
Version: 0.3.6~b03+cvs20090426.0013-10
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-dvd - DVD playback plugin for VDR
Closes: 642673
Changes: 
 vdr-plugin-dvd (0.3.6~b03+cvs20090426.0013-10) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
   * When including dvdnvav.h define/undefine the this keyword, used in
 dvdnav.h (Closes: #642673)
 .
 vdr-plugin-dvd (0.3.6~b03+cvs20090426.0013-9) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-dvd (0.3.6~b03+cvs20090426.0013-8) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 196976e722166721f873663f0db733145f59b81a 1586 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.dsc
 ccc5717e7daeed69890ea915d53284a198d8008a 15959 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.debian.tar.gz
 43653ba0bc598493f68b43afe5b64ccdb7678341 62322 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10_amd64.deb
Checksums-Sha256: 
 9d4092859c252eae2dd71cbfd595f251c7e42bc51016112d6d35127b665ee15a 1586 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.dsc
 91209120541abeb946284158d166c3513b103a2d48922c7102472b34b087a0f0 15959 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.debian.tar.gz
 9ec44d001e895b16aa50d0bd76806d2a1b685ca5fa0b36ba81c3920beb2eefdc 62322 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10_amd64.deb
Files: 
 548b0cba28a2ad90a1e093eebb0b80b3 1586 video extra 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.dsc
 9e5ade0d2a3fcc76b708859b9710185e 15959 video extra 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.debian.tar.gz
 5736a0a36d3e7cba79699a7e423b9b22 62322 video extra 
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10_amd64.deb

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

iEYEARECAAYFAk7wnv8ACgkQ9xgNJq7apkIfugCcCn/M+cSGdTwnFXYvka623Zks
UIoAn2Lgt5eJfCeDH3qK8c8tnVlunywP
=PoUT
-END PGP SIGNATURE-


Accepted:
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.debian.tar.gz
  to 
main/v/vdr-plugin-dvd/vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.debian.tar.gz
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.dsc
  to main/v/vdr-plugin-dvd/vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10.dsc
vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10_amd64.deb
  to 
main/v/vdr-plugin-dvd/vdr-plugin-dvd_0.3.6~b03+cvs20090426.0013-10_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/e1rd1dk-0002a1...@franck.debian.org



Accepted vdr-plugin-epgsync 0.0.4-8 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:41 +0100
Source: vdr-plugin-epgsync
Binary: vdr-plugin-epgsync
Architecture: source amd64
Version: 0.0.4-8
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-epgsync - VDR plugin for EPG synchronization between VDR systems
Changes: 
 vdr-plugin-epgsync (0.0.4-8) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-epgsync (0.0.4-7) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-epgsync (0.0.4-6) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 b31dbd8a53aca825d5bf67360dcc07260171588b 1418 vdr-plugin-epgsync_0.0.4-8.dsc
 058644b29c585f4d8e1157052e29ef7f0c0613c7 3529 
vdr-plugin-epgsync_0.0.4-8.debian.tar.gz
 f91f1681e225d69954748af68b68682dd8ebad33 19446 
vdr-plugin-epgsync_0.0.4-8_amd64.deb
Checksums-Sha256: 
 cacf366841d0e50026f1a50962b7b9433a390526d7143f525fdd583abf3c1bc0 1418 
vdr-plugin-epgsync_0.0.4-8.dsc
 d3d828b99ebb19233ffb2476c9d0443a2588a7aa83ba3cb13ca8d12f1c7c3b60 3529 
vdr-plugin-epgsync_0.0.4-8.debian.tar.gz
 7de755b5907245831d0a24498f3055f68b5e438bc29b41868e935a2aa08bd3b4 19446 
vdr-plugin-epgsync_0.0.4-8_amd64.deb
Files: 
 3f7cc96c9ca9cce4c185495ba7dba062 1418 video extra 
vdr-plugin-epgsync_0.0.4-8.dsc
 a8803443b53578b34df6708fb14c1a82 3529 video extra 
vdr-plugin-epgsync_0.0.4-8.debian.tar.gz
 3d89afdc163cca2e9a16667e035eeb82 19446 video extra 
vdr-plugin-epgsync_0.0.4-8_amd64.deb

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

iEYEARECAAYFAk7woPAACgkQ9xgNJq7apkLjAgCcCTlIqdpAciABfJrVAC9zNSsF
+McAn1Nrb5AMfcJ4+nexLOfMG9gQ8w+f
=wwIe
-END PGP SIGNATURE-


Accepted:
vdr-plugin-epgsync_0.0.4-8.debian.tar.gz
  to main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.4-8.debian.tar.gz
vdr-plugin-epgsync_0.0.4-8.dsc
  to main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.4-8.dsc
vdr-plugin-epgsync_0.0.4-8_amd64.deb
  to main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.4-8_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/e1rd1da-0002ft...@franck.debian.org



Accepted vdr-plugin-freecell 0.0.2-55 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:40 +0100
Source: vdr-plugin-freecell
Binary: vdr-plugin-freecell
Architecture: source amd64
Version: 0.0.2-55
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-freecell - Plugin for VDR that implements the card game Freecell
Changes: 
 vdr-plugin-freecell (0.0.2-55) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-freecell (0.0.2-54) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-freecell (0.0.2-53) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 7fbe9b732381c1501f0593d44cdf24a6edf45992 1441 vdr-plugin-freecell_0.0.2-55.dsc
 769721a1d9bef4a3b6e78b08865734537adeea25 6751 
vdr-plugin-freecell_0.0.2-55.debian.tar.gz
 f97d73db6e33ef9ff440fc2dd40ac2c68a0841f2 48510 
vdr-plugin-freecell_0.0.2-55_amd64.deb
Checksums-Sha256: 
 e6197f0a2efdf0c4d9e0f74a7878eb8a78dbcb78ffe05521a93a4e22afd3589d 1441 
vdr-plugin-freecell_0.0.2-55.dsc
 527ddca316c9ff7c811f64194c9b0d4cca05de17312936981b475eefa894ab0f 6751 
vdr-plugin-freecell_0.0.2-55.debian.tar.gz
 ab19904db39526aa70a78d24413331bd31964cedaaed568c6d8b2de72b5a6c28 48510 
vdr-plugin-freecell_0.0.2-55_amd64.deb
Files: 
 c44a80d133bd91c9af26dd0fe28ff631 1441 video extra 
vdr-plugin-freecell_0.0.2-55.dsc
 ed6fe47402580d44f793780240ddadb1 6751 video extra 
vdr-plugin-freecell_0.0.2-55.debian.tar.gz
 c5691d52d353a0c66b5c162c9b8e66e6 48510 video extra 
vdr-plugin-freecell_0.0.2-55_amd64.deb

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

iEYEARECAAYFAk7woDQACgkQ9xgNJq7apkLC0gCfQ7G9T65+IpZmAdaxwBuPK0PT
kJ4Ani3Tb9q1OK/foO0cRTDqNw133UgD
=rWKi
-END PGP SIGNATURE-


Accepted:
vdr-plugin-freecell_0.0.2-55.debian.tar.gz
  to main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-55.debian.tar.gz
vdr-plugin-freecell_0.0.2-55.dsc
  to main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-55.dsc
vdr-plugin-freecell_0.0.2-55_amd64.deb
  to main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-55_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/e1rd1dp-0002x8...@franck.debian.org



Accepted vdr-plugin-fritzbox 1.4.1-4 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:35 +0100
Source: vdr-plugin-fritzbox
Binary: vdr-plugin-fritzbox
Architecture: source amd64
Version: 1.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-fritzbox - VDR plugin to access certain functions of an AVM 
Fritz!Box
Changes: 
 vdr-plugin-fritzbox (1.4.1-4) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-fritzbox (1.4.1-3) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-fritzbox (1.4.1-2) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 34dc67089d02081a13e86d689ec6e0022dc8574b 1490 vdr-plugin-fritzbox_1.4.1-4.dsc
 f6c4e4acae6bcef1319721a265b402664c9ec182 4030 
vdr-plugin-fritzbox_1.4.1-4.debian.tar.gz
 ff8cae9371579a257075962474e9eecaac347b26 278294 
vdr-plugin-fritzbox_1.4.1-4_amd64.deb
Checksums-Sha256: 
 e601ceba5b022b5e675ddb42861d37b7e9ade5922a98c183ecb263a6fcc06ad3 1490 
vdr-plugin-fritzbox_1.4.1-4.dsc
 1126a98b1f52df19e52fac48783ff6695c8b18a043815698a4fba5bddd95c5c3 4030 
vdr-plugin-fritzbox_1.4.1-4.debian.tar.gz
 201cf617efd04f8e7bacd60a0b13dee3df6c0c6ead04b9d4d4988c9a5d4115b3 278294 
vdr-plugin-fritzbox_1.4.1-4_amd64.deb
Files: 
 22e9ccf05134eb7165f7f259475faaa3 1490 video extra 
vdr-plugin-fritzbox_1.4.1-4.dsc
 62ec6dd270e099278b3d4d9212e818e2 4030 video extra 
vdr-plugin-fritzbox_1.4.1-4.debian.tar.gz
 a8d9b2e795a37cd5be7809fe70146b61 278294 video extra 
vdr-plugin-fritzbox_1.4.1-4_amd64.deb

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

iEYEARECAAYFAk7wlPIACgkQ9xgNJq7apkJiZwCfQcRDr8GHexZpF9m1OH6muaF1
t00AnRgJtiMOOXixijFM8zbUyAGg0Vua
=T+Pj
-END PGP SIGNATURE-


Accepted:
vdr-plugin-fritzbox_1.4.1-4.debian.tar.gz
  to main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.4.1-4.debian.tar.gz
vdr-plugin-fritzbox_1.4.1-4.dsc
  to main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.4.1-4.dsc
vdr-plugin-fritzbox_1.4.1-4_amd64.deb
  to main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.4.1-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/e1rd1e4-00034l...@franck.debian.org



Accepted vdr-plugin-games 0.6.3-34 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:38 +0100
Source: vdr-plugin-games
Binary: vdr-plugin-games
Architecture: source amd64
Version: 0.6.3-34
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-games - VDR plugin providing OSD games like tetris, snake and more
Changes: 
 vdr-plugin-games (0.6.3-34) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-games (0.6.3-33) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-games (0.6.3-32) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 c30c190696a5d49f134142f9a955ad6b0720045b 1386 vdr-plugin-games_0.6.3-34.dsc
 99aa052fb941168c10e84a7df7a8f86f261f888c 7114 
vdr-plugin-games_0.6.3-34.debian.tar.gz
 14e8bee273acdcecbe31a489086623cce7a33439 36960 
vdr-plugin-games_0.6.3-34_amd64.deb
Checksums-Sha256: 
 42999da63c4d9af0a73cee7c6115ea33cbc56d698b1b7d158bff007f684dfacd 1386 
vdr-plugin-games_0.6.3-34.dsc
 ace33e562ccd94582ad676d8229040578d628b41bf79953054a1019fea7ab579 7114 
vdr-plugin-games_0.6.3-34.debian.tar.gz
 e9943ef7ed07fff90770535d67a3485bf775757729e2e179d68eebd8e20b82cf 36960 
vdr-plugin-games_0.6.3-34_amd64.deb
Files: 
 6fca28bce0f543900c726865c2cab8b0 1386 video extra vdr-plugin-games_0.6.3-34.dsc
 1872af9ff9844068e172d5b81f818285 7114 video extra 
vdr-plugin-games_0.6.3-34.debian.tar.gz
 61f78b9be7bf33a6c146da764c924809 36960 video extra 
vdr-plugin-games_0.6.3-34_amd64.deb

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

iEYEARECAAYFAk7wnSAACgkQ9xgNJq7apkLEMgCgjK7gu0WLsvV8hkhEmN/tgx/h
9E0AnRbajpJWw4tao9QJTP9u3iPuhpiQ
=xwTc
-END PGP SIGNATURE-


Accepted:
vdr-plugin-games_0.6.3-34.debian.tar.gz
  to main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-34.debian.tar.gz
vdr-plugin-games_0.6.3-34.dsc
  to main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-34.dsc
vdr-plugin-games_0.6.3-34_amd64.deb
  to main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-34_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/e1rd1ek-0003dy...@franck.debian.org



Accepted vdr-plugin-infosatepg 0.0.11-5 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:36 +0100
Source: vdr-plugin-infosatepg
Binary: vdr-plugin-infosatepg
Architecture: source amd64
Version: 0.0.11-5
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-infosatepg - include TechniSat EPG data via satelite in vdr
Changes: 
 vdr-plugin-infosatepg (0.0.11-5) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-infosatepg (0.0.11-4) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-infosatepg (0.0.11-3) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 7c0e474bbeaa784ed37320cfe58e4bc687e86f7a 1451 
vdr-plugin-infosatepg_0.0.11-5.dsc
 da33f409316425d8b5b797d4df01a6472dafc81c 2398 
vdr-plugin-infosatepg_0.0.11-5.debian.tar.gz
 a44db974ecd05b96b9841d9b918123d95c796a00 41812 
vdr-plugin-infosatepg_0.0.11-5_amd64.deb
Checksums-Sha256: 
 1f19d48930c159dbd32c59aa2d4afcf9aeb55f595c0bcd7deab450d5795ff387 1451 
vdr-plugin-infosatepg_0.0.11-5.dsc
 24bbd29b7441b6121050f519bbc388bcb8bb66baef1834f64df65e55d28f2135 2398 
vdr-plugin-infosatepg_0.0.11-5.debian.tar.gz
 dae49642c01a3605993ee4d094c3e30d6362468cf8869e408b672c5e3850ea2f 41812 
vdr-plugin-infosatepg_0.0.11-5_amd64.deb
Files: 
 e78e2955bcedd740400ae74d1c7c49d1 1451 video extra 
vdr-plugin-infosatepg_0.0.11-5.dsc
 00f097824115e26371e23a95047592fb 2398 video extra 
vdr-plugin-infosatepg_0.0.11-5.debian.tar.gz
 7654419105b6a1b7b9fedc942c53ec12 41812 video extra 
vdr-plugin-infosatepg_0.0.11-5_amd64.deb

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

iEYEARECAAYFAk7wmC8ACgkQ9xgNJq7apkKgOACfYGKIaoW/EU7SB+jDj8/3t5Hn
Yq0AnibjXskTBElwBECDYKBXaMfcsK6M
=AmK/
-END PGP SIGNATURE-


Accepted:
vdr-plugin-infosatepg_0.0.11-5.debian.tar.gz
  to main/v/vdr-plugin-infosatepg/vdr-plugin-infosatepg_0.0.11-5.debian.tar.gz
vdr-plugin-infosatepg_0.0.11-5.dsc
  to main/v/vdr-plugin-infosatepg/vdr-plugin-infosatepg_0.0.11-5.dsc
vdr-plugin-infosatepg_0.0.11-5_amd64.deb
  to main/v/vdr-plugin-infosatepg/vdr-plugin-infosatepg_0.0.11-5_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/e1rd1ez-0003lp...@franck.debian.org



Accepted vdr-plugin-live 0.2.0-17 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:37 +0100
Source: vdr-plugin-live
Binary: vdr-plugin-live
Architecture: source amd64
Version: 0.2.0-17
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-live - Web administration plugin for VDR
Changes: 
 vdr-plugin-live (0.2.0-17) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-live (0.2.0-16) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-live (0.2.0-15) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 9a2b9844732efa7fe38f668ec7d3612c1f17301d 1483 vdr-plugin-live_0.2.0-17.dsc
 fd3cf067ef1b7e24be50688a19a3bdc7c43e9c4f 8928 
vdr-plugin-live_0.2.0-17.debian.tar.gz
 34010c857ad4c72345f10820b20c76bbb0aecc06 932272 
vdr-plugin-live_0.2.0-17_amd64.deb
Checksums-Sha256: 
 83edc922606df833701491cc16e38d074db7cbaec27105b0a1373db3b4df776f 1483 
vdr-plugin-live_0.2.0-17.dsc
 46c24e18d0cc6879465c7d98a6aa922b48729a028a9b5ed22a3abd503d48c6de 8928 
vdr-plugin-live_0.2.0-17.debian.tar.gz
 719149a6eebb4ee75f5f256cd743d815fc365941c03043e81fec237fc16caeba 932272 
vdr-plugin-live_0.2.0-17_amd64.deb
Files: 
 fea7c44e7339d07e7496a84d4954354b 1483 video extra vdr-plugin-live_0.2.0-17.dsc
 b52d7fdfe34ed3f5507e184de973f4d0 8928 video extra 
vdr-plugin-live_0.2.0-17.debian.tar.gz
 fd11d50c3181a98aaf08e61250ce4aaa 932272 video extra 
vdr-plugin-live_0.2.0-17_amd64.deb

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

iEYEARECAAYFAk7wmcQACgkQ9xgNJq7apkJetQCfR0WMG7WesIpJwVIOb4/s6XPB
FYwAn1BLG5rhAn1ii2AHRFnsd0gQszY6
=O5uF
-END PGP SIGNATURE-


Accepted:
vdr-plugin-live_0.2.0-17.debian.tar.gz
  to main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-17.debian.tar.gz
vdr-plugin-live_0.2.0-17.dsc
  to main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-17.dsc
vdr-plugin-live_0.2.0-17_amd64.deb
  to main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-17_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/e1rd1ep-0003s9...@franck.debian.org



Accepted vdr-plugin-mp3 0.10.2-9 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:35 +0100
Source: vdr-plugin-mp3
Binary: vdr-plugin-mp3 vdr-plugin-mplayer
Architecture: source amd64
Version: 0.10.2-9
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-mp3 - MP3 playback plugin for VDR
 vdr-plugin-mplayer - MPlayer playback plugin for VDR
Changes: 
 vdr-plugin-mp3 (0.10.2-9) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-mp3 (0.10.2-8) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-mp3 (0.10.2-7) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 1712a30589bd8ba072edadb97af70c2c1efd2ab7 1460 vdr-plugin-mp3_0.10.2-9.dsc
 ca4213a5ef8fce2260a516b1025083026031a244 19093 
vdr-plugin-mp3_0.10.2-9.debian.tar.gz
 0069c1361482d2fb5ae7453818e7f33c05ed3be1 168370 
vdr-plugin-mp3_0.10.2-9_amd64.deb
 9a20dfb93cb6dd46127f67662d0537b7f7231199 98216 
vdr-plugin-mplayer_0.10.2-9_amd64.deb
Checksums-Sha256: 
 f384d30c30dbe801d8e43f4b995f0e6e12586bed5e439b0f0749102e6cbfe8a3 1460 
vdr-plugin-mp3_0.10.2-9.dsc
 7171a7faf8ceffa7407720e7d2105027752ef81fb90b921a1c87a4d0c1e01e0a 19093 
vdr-plugin-mp3_0.10.2-9.debian.tar.gz
 ab7d29ccba4fb124fd153850d342e57dfa509bc797b33a6f2ae1b9977aab0a87 168370 
vdr-plugin-mp3_0.10.2-9_amd64.deb
 94bf4a902a9849d995732236da1b110176fa31e535e77c0987ed272b9ae360b2 98216 
vdr-plugin-mplayer_0.10.2-9_amd64.deb
Files: 
 91f0b85ff91d64242c9c792555fac479 1460 video extra vdr-plugin-mp3_0.10.2-9.dsc
 2d54a7f45acae59e01a02c84a06dfbbf 19093 video extra 
vdr-plugin-mp3_0.10.2-9.debian.tar.gz
 cf5b786f5c2b407cb7ceb02675a57e3d 168370 video extra 
vdr-plugin-mp3_0.10.2-9_amd64.deb
 8b25289c2b625945deb132438d3a2d52 98216 video extra 
vdr-plugin-mplayer_0.10.2-9_amd64.deb

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

iEYEARECAAYFAk7wlbYACgkQ9xgNJq7apkJkdQCfd5DPNV1L9F9L7yKiDIbnAaf2
D3AAn0LcSsETpL6aRwnOFTaGc+yoYEbt
=TroL
-END PGP SIGNATURE-


Accepted:
vdr-plugin-mp3_0.10.2-9.debian.tar.gz
  to main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.2-9.debian.tar.gz
vdr-plugin-mp3_0.10.2-9.dsc
  to main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.2-9.dsc
vdr-plugin-mp3_0.10.2-9_amd64.deb
  to main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.2-9_amd64.deb
vdr-plugin-mplayer_0.10.2-9_amd64.deb
  to main/v/vdr-plugin-mp3/vdr-plugin-mplayer_0.10.2-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/e1rd1f6-0003wo...@franck.debian.org



Accepted vdr-plugin-osdteletext 0.9.1-4 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:39 +0100
Source: vdr-plugin-osdteletext
Binary: vdr-plugin-osdteletext
Architecture: source amd64
Version: 0.9.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-osdteletext - Teletext plugin for VDR
Changes: 
 vdr-plugin-osdteletext (0.9.1-4) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-osdteletext (0.9.1-3) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-osdteletext (0.9.1-2) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 e68b22e1902baa0b76a578bc354103ed64adaf47 1462 
vdr-plugin-osdteletext_0.9.1-4.dsc
 cf393aeb1ff4f8d0a0e6d5f368cf7e764b75f257 5367 
vdr-plugin-osdteletext_0.9.1-4.diff.gz
 7677adcf55202294a205d99830a66480225902d3 63042 
vdr-plugin-osdteletext_0.9.1-4_amd64.deb
Checksums-Sha256: 
 c0a7215e1f94c5e8beb0e2d59d92c3348f1bdfc1d8ad5814c0101acf9253d08c 1462 
vdr-plugin-osdteletext_0.9.1-4.dsc
 b21c41f5aa5d543eb9153378cc89dc85861b0977d2b3c73774bf35670747bbdd 5367 
vdr-plugin-osdteletext_0.9.1-4.diff.gz
 bcd6f90454b8f72a5bf68bdff61e15fda4babb07ce080466bb4197703db6bfb8 63042 
vdr-plugin-osdteletext_0.9.1-4_amd64.deb
Files: 
 8a79d62f1b862ef58473f63880825a0d 1462 video extra 
vdr-plugin-osdteletext_0.9.1-4.dsc
 a6d89fae3b7a0d78a58817e18759632c 5367 video extra 
vdr-plugin-osdteletext_0.9.1-4.diff.gz
 084859ff1298813a671919ea51434254 63042 video extra 
vdr-plugin-osdteletext_0.9.1-4_amd64.deb

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

iEYEARECAAYFAk7wncQACgkQ9xgNJq7apkIrNwCghy4D532UrG9OTJABo2do4Eq8
wZoAn2iMpiw15uMXDGHNJkZNNjdOey+Z
=B74O
-END PGP SIGNATURE-


Accepted:
vdr-plugin-osdteletext_0.9.1-4.diff.gz
  to main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.9.1-4.diff.gz
vdr-plugin-osdteletext_0.9.1-4.dsc
  to main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.9.1-4.dsc
vdr-plugin-osdteletext_0.9.1-4_amd64.deb
  to main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.9.1-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/e1rd1fm-00040e...@franck.debian.org



Accepted vdr-plugin-prefermenu 0.6.6-33 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:41 +0100
Source: vdr-plugin-prefermenu
Binary: vdr-plugin-prefermenu
Architecture: source amd64
Version: 0.6.6-33
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-prefermenu - VDR plugin that implements a preferred channels menu
Changes: 
 vdr-plugin-prefermenu (0.6.6-33) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-prefermenu (0.6.6-32) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-prefermenu (0.6.6-31) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 095d663ad5551958fef5c8a5de54866c9219ebbd 1455 
vdr-plugin-prefermenu_0.6.6-33.dsc
 41c20b5c85bbe9f38958b8003e90c4e22a9bb3ee 6522 
vdr-plugin-prefermenu_0.6.6-33.debian.tar.gz
 33ba6a276cc63f2e941ed04f487d5c67e5da936a 26860 
vdr-plugin-prefermenu_0.6.6-33_amd64.deb
Checksums-Sha256: 
 5878e74b81ae1389fffeb7301aa9318e36bf329729db422b5f52553362b539ee 1455 
vdr-plugin-prefermenu_0.6.6-33.dsc
 92b2a18d43b428d1e44d2c5ce742a9cf7fcfc9d71c6752751f20088ea35e06b3 6522 
vdr-plugin-prefermenu_0.6.6-33.debian.tar.gz
 5205e7991c0bc6cb8b0f1449e4844f049cb12edab8a9b8ef3fd7122113cdea09 26860 
vdr-plugin-prefermenu_0.6.6-33_amd64.deb
Files: 
 e238b6f6936d4e1225cda210e3c3bf79 1455 video extra 
vdr-plugin-prefermenu_0.6.6-33.dsc
 f8f911104634381d875d41d2cd31cf5a 6522 video extra 
vdr-plugin-prefermenu_0.6.6-33.debian.tar.gz
 a13ec135bccbe6c9ead9953d5d206d75 26860 video extra 
vdr-plugin-prefermenu_0.6.6-33_amd64.deb

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

iEYEARECAAYFAk7woYcACgkQ9xgNJq7apkKTqQCdFe3PxMWcH8K7alhewMDXHudT
w9kAn1aYAORnHMXrIhZCxoabEXWbNqjM
=sHgJ
-END PGP SIGNATURE-


Accepted:
vdr-plugin-prefermenu_0.6.6-33.debian.tar.gz
  to main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-33.debian.tar.gz
vdr-plugin-prefermenu_0.6.6-33.dsc
  to main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-33.dsc
vdr-plugin-prefermenu_0.6.6-33_amd64.deb
  to main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-33_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/e1rd1fb-00044d...@franck.debian.org



Accepted vdr-plugin-remote 0.4.0-26 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:36 +0100
Source: vdr-plugin-remote
Binary: vdr-plugin-remote
Architecture: source amd64
Version: 0.4.0-26
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-remote - VDR Plugin to support the built-in remote control port of 
DVB-Car
Changes: 
 vdr-plugin-remote (0.4.0-26) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-remote (0.4.0-25) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-remote (0.4.0-24) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 33b2a7559437c6a71798aa3cfbf7edf820d0f484 1464 vdr-plugin-remote_0.4.0-26.dsc
 63db79b6305af5679b2f697b0b7127f7fb2be741 13031 
vdr-plugin-remote_0.4.0-26.debian.tar.gz
 8063fd8d85f98f02b6da23cc66c379b98c58111d 33976 
vdr-plugin-remote_0.4.0-26_amd64.deb
Checksums-Sha256: 
 e4d82f74de8521adc76b334ade1049052caf7a86471d645d4fc080bb191c347f 1464 
vdr-plugin-remote_0.4.0-26.dsc
 6006801d0ad3430e36c5798305606c075409ac6e43cd215664f88bdaf0ec965a 13031 
vdr-plugin-remote_0.4.0-26.debian.tar.gz
 21adaf55ab9904d857ca5980b582c401516067f1c7b045ba54f5317d6e2d12fe 33976 
vdr-plugin-remote_0.4.0-26_amd64.deb
Files: 
 1cd66c89137cd364ef0c2e71b519ef58 1464 video extra 
vdr-plugin-remote_0.4.0-26.dsc
 0ee746528a52a152ee500ec619967286 13031 video extra 
vdr-plugin-remote_0.4.0-26.debian.tar.gz
 d2c573ebc65f7d537973525630b11462 33976 video extra 
vdr-plugin-remote_0.4.0-26_amd64.deb

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

iEYEARECAAYFAk7wlvcACgkQ9xgNJq7apkJSEACdGh1G8gPOWkTiTfIjOijw7EGc
jUsAnRS7AImjArGOoQkr8U7W2ZNPJP42
=JNw6
-END PGP SIGNATURE-


Accepted:
vdr-plugin-remote_0.4.0-26.debian.tar.gz
  to main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-26.debian.tar.gz
vdr-plugin-remote_0.4.0-26.dsc
  to main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-26.dsc
vdr-plugin-remote_0.4.0-26_amd64.deb
  to main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-26_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/e1rd1fr-00049e...@franck.debian.org



Accepted vdr-plugin-skinenigmang 0.1.1-7 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:34 +0100
Source: vdr-plugin-skinenigmang
Binary: vdr-plugin-skinenigmang
Architecture: source amd64
Version: 0.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-skinenigmang - Skin plugin for VDR
Changes: 
 vdr-plugin-skinenigmang (0.1.1-7) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-skinenigmang (0.1.1-6) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-skinenigmang (0.1.1-5) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 8ab6f6204db97219d6471647c02f321da5418b08 1484 
vdr-plugin-skinenigmang_0.1.1-7.dsc
 8400114d1037beb4abe76fdd5bd65bfb49a66c6a 3116 
vdr-plugin-skinenigmang_0.1.1-7.debian.tar.gz
 3dd6c68540e6199438a2cc6606fdd03840fd8dec 136728 
vdr-plugin-skinenigmang_0.1.1-7_amd64.deb
Checksums-Sha256: 
 62412dd581f0135020295b42fc172ce6068b28f440a98ad2e6502e3dbfdd56b3 1484 
vdr-plugin-skinenigmang_0.1.1-7.dsc
 2db1c96cde7d1a269c98c20c6433e55702bd12e32b27b1e46b539459dd64edfe 3116 
vdr-plugin-skinenigmang_0.1.1-7.debian.tar.gz
 7ebe11e037d4d7db33ebe9c97a0dcdb8c9a5fb07d838e070dd9e014771ee 136728 
vdr-plugin-skinenigmang_0.1.1-7_amd64.deb
Files: 
 926bb8aa3bf6854d00ae5d90c1a101ea 1484 video extra 
vdr-plugin-skinenigmang_0.1.1-7.dsc
 5323648c3534cb55694bf7984422e43d 3116 video extra 
vdr-plugin-skinenigmang_0.1.1-7.debian.tar.gz
 4cf6de945447c2939b9e619d52b3f96c 136728 video extra 
vdr-plugin-skinenigmang_0.1.1-7_amd64.deb

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

iEYEARECAAYFAk7wlCsACgkQ9xgNJq7apkLQzgCgihZAKMAh0KrEJhakT17k0REm
V38AnjoHveeR08dO6jk2HzrhHVCMLdZD
=6pJP
-END PGP SIGNATURE-


Accepted:
vdr-plugin-skinenigmang_0.1.1-7.debian.tar.gz
  to 
main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.1.1-7.debian.tar.gz
vdr-plugin-skinenigmang_0.1.1-7.dsc
  to main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.1.1-7.dsc
vdr-plugin-skinenigmang_0.1.1-7_amd64.deb
  to main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.1.1-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/e1rd1g7-0004cz...@franck.debian.org



Accepted vdr-plugin-solitaire 0.0.2-52 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:38 +0100
Source: vdr-plugin-solitaire
Binary: vdr-plugin-solitaire
Architecture: source amd64
Version: 0.0.2-52
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-solitaire - Plugin to vdr that implements the card game Solitaire
Changes: 
 vdr-plugin-solitaire (0.0.2-52) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-solitaire (0.0.2-51) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-solitaire (0.0.2-50) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 dac38ad33dd4c73c3964586251885ed92de8642a 1443 vdr-plugin-solitaire_0.0.2-52.dsc
 d54447fd7875c75aeb3b7ea03997ceb71843713f 6143 
vdr-plugin-solitaire_0.0.2-52.debian.tar.gz
 461255db0bf6055a563b90ebd3a9f3f136c99c3b 324646 
vdr-plugin-solitaire_0.0.2-52_amd64.deb
Checksums-Sha256: 
 0299dec3f1369bf2f932908a54805163b9fe1ee8b39690f3c2ea451326dae95d 1443 
vdr-plugin-solitaire_0.0.2-52.dsc
 ac3171661fd883698747b66244b351d0130fb53c4d79c226e99e58569c978696 6143 
vdr-plugin-solitaire_0.0.2-52.debian.tar.gz
 69cf53586c0dd256a8ede23bd659d116e59ebca2a4b4c8cffe6369c0bd32ee74 324646 
vdr-plugin-solitaire_0.0.2-52_amd64.deb
Files: 
 49adaf199e70a23840d1cc80662f8a47 1443 video extra 
vdr-plugin-solitaire_0.0.2-52.dsc
 f97128820fc0dbfd5f0819af507cefbb 6143 video extra 
vdr-plugin-solitaire_0.0.2-52.debian.tar.gz
 a463be822bf68d9e62af73684f0aaafa 324646 video extra 
vdr-plugin-solitaire_0.0.2-52_amd64.deb

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

iEYEARECAAYFAk7wm+EACgkQ9xgNJq7apkIG1QCgikFYR2VOpl3QsZeMyrkTsXPe
1hQAoIEJdbmnCmGnG7lrakPyfDdEnqdP
=sem7
-END PGP SIGNATURE-


Accepted:
vdr-plugin-solitaire_0.0.2-52.debian.tar.gz
  to main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-52.debian.tar.gz
vdr-plugin-solitaire_0.0.2-52.dsc
  to main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-52.dsc
vdr-plugin-solitaire_0.0.2-52_amd64.deb
  to main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-52_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/e1rd1gl-0004g3...@franck.debian.org



Accepted vdr-plugin-spider 0.2.2-10 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:39 +0100
Source: vdr-plugin-spider
Binary: vdr-plugin-spider
Architecture: source amd64
Version: 0.2.2-10
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-spider - Plugin to vdr that implements the card game Spider 
Arachnid
Changes: 
 vdr-plugin-spider (0.2.2-10) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-spider (0.2.2-9) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-spider (0.2.2-8) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 a00eed4b6a3fe132ec73fcf0a7d951af5e3f16fe 1384 vdr-plugin-spider_0.2.2-10.dsc
 ca01ed5024aaa7bb422f7f199d5333a94bbdd621 3716 
vdr-plugin-spider_0.2.2-10.diff.gz
 2576eb69ec23155760bd8bc8658793c101917b92 59886 
vdr-plugin-spider_0.2.2-10_amd64.deb
Checksums-Sha256: 
 aa6ed078884f218aa681b9f0174d44d3f06af1d0530df7f87de6ef0103e2aa3d 1384 
vdr-plugin-spider_0.2.2-10.dsc
 3aa99f2545d7efda24721d47ee5dee80409b67d9a314f04cad7738ae7d04092c 3716 
vdr-plugin-spider_0.2.2-10.diff.gz
 a3f4c2140d149a6010cb7a249765fad7edd0e7c48bd76be57de13c993d6da7c3 59886 
vdr-plugin-spider_0.2.2-10_amd64.deb
Files: 
 1d94e1c46d3d3630fad8824a828720f8 1384 video extra 
vdr-plugin-spider_0.2.2-10.dsc
 b978f1a34668db383c9a8683dd268931 3716 video extra 
vdr-plugin-spider_0.2.2-10.diff.gz
 c67a0e0b5d556acedcdd04d931431156 59886 video extra 
vdr-plugin-spider_0.2.2-10_amd64.deb

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

iEYEARECAAYFAk7wnl4ACgkQ9xgNJq7apkJZHQCfTPKVMyd07INUuTY7hBj6WpsE
hdQAnipg9NAuyYsG4Yki6Sp9Fdz+D+lA
=PrqS
-END PGP SIGNATURE-


Accepted:
vdr-plugin-spider_0.2.2-10.diff.gz
  to main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.2-10.diff.gz
vdr-plugin-spider_0.2.2-10.dsc
  to main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.2-10.dsc
vdr-plugin-spider_0.2.2-10_amd64.deb
  to main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.2-10_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/e1rd1gx-0004iz...@franck.debian.org



Accepted vdr-plugin-sudoku 0.3.5-8 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:36 +0100
Source: vdr-plugin-sudoku
Binary: vdr-plugin-sudoku
Architecture: source amd64
Version: 0.3.5-8
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-sudoku - VDR-Plugin to generate and solve Sudokus
Changes: 
 vdr-plugin-sudoku (0.3.5-8) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-sudoku (0.3.5-7) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-sudoku (0.3.5-6) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 51be51ab5bdccad1afcb964937589da21460ccd6 1406 vdr-plugin-sudoku_0.3.5-8.dsc
 495cd01c333f715a20b8b7ea5bc239e71640eb56 3981 
vdr-plugin-sudoku_0.3.5-8.debian.tar.gz
 0abfb0c35feac773d6b9d8738689d5444b796092 61148 
vdr-plugin-sudoku_0.3.5-8_amd64.deb
Checksums-Sha256: 
 159c6694be1e5fb15f5f92c20ce0783fc51b4375c8acb807a57a83f6ee10cfbd 1406 
vdr-plugin-sudoku_0.3.5-8.dsc
 b1de8d7cfd91889d15dfc73b976c195f678c1e39415e02eb7e7ec26039c6c8c4 3981 
vdr-plugin-sudoku_0.3.5-8.debian.tar.gz
 a6c0c7a9d07e4c5ae9d5055fd0e363ed4c73bdeafe9eae618c862aa27f7ea23b 61148 
vdr-plugin-sudoku_0.3.5-8_amd64.deb
Files: 
 18d9872cae00771e735d3e5dcdcdd419 1406 video extra vdr-plugin-sudoku_0.3.5-8.dsc
 5fc3a1784f7570edc3be8261496908e1 3981 video extra 
vdr-plugin-sudoku_0.3.5-8.debian.tar.gz
 0919387b2edb064aeef6f329bacc2041 61148 video extra 
vdr-plugin-sudoku_0.3.5-8_amd64.deb

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

iEYEARECAAYFAk7wl5MACgkQ9xgNJq7apkJN7QCfZXplId9ocGbjfoviDGJFx6JG
tQoAni7Ad42vbfRi2uMmQ9/MFYJxTNd8
=oNjO
-END PGP SIGNATURE-


Accepted:
vdr-plugin-sudoku_0.3.5-8.debian.tar.gz
  to main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.3.5-8.debian.tar.gz
vdr-plugin-sudoku_0.3.5-8.dsc
  to main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.3.5-8.dsc
vdr-plugin-sudoku_0.3.5-8_amd64.deb
  to main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.3.5-8_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/e1rd1gn-0004ma...@franck.debian.org



Accepted vdr-plugin-svdrposd 0.1.1-4 (source all amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:34 +0100
Source: vdr-plugin-svdrposd
Binary: vdr-plugin-svdrposd vdr-plugin-svdrpext
Architecture: source amd64 all
Version: 0.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-svdrpext - Transitional dummy package
 vdr-plugin-svdrposd - VDR plugin that extends the SVDRP command set of VDR
Changes: 
 vdr-plugin-svdrposd (0.1.1-4) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-svdrposd (0.1.1-3) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-svdrposd (0.1.1-2) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 552afe16c0343674ef63a4adc511c12c9ee830c3 1430 vdr-plugin-svdrposd_0.1.1-4.dsc
 becbb9dc4ea4eddba725469cc54b0b08ed798cdb 3125 
vdr-plugin-svdrposd_0.1.1-4.debian.tar.gz
 1fdad47bbce4f51656b3306c4ada4466ecedcee3 12948 
vdr-plugin-svdrposd_0.1.1-4_amd64.deb
 9e0ec71d7d09135326a6ca16faa9a46eb23b57dd 3684 
vdr-plugin-svdrpext_0.1.1-4_all.deb
Checksums-Sha256: 
 5c3acbebd4aafc1f60cfda9e94986114911fb964c3fbf6c1a4686cac327a 1430 
vdr-plugin-svdrposd_0.1.1-4.dsc
 fb3cfd80104e9d7aad93618179f015a3948f0f2febf78a749585321238a323c8 3125 
vdr-plugin-svdrposd_0.1.1-4.debian.tar.gz
 acddba0592dd74ed0d3f0c5e1a2a4e8899215c849c8fedd65df216241580bd81 12948 
vdr-plugin-svdrposd_0.1.1-4_amd64.deb
 28d7ba70f0dc976764f6c99ff9b74cbdaf5c099bb65be83d22b7dadcd546e35b 3684 
vdr-plugin-svdrpext_0.1.1-4_all.deb
Files: 
 32565c70927b3eee92bca06050486264 1430 video extra 
vdr-plugin-svdrposd_0.1.1-4.dsc
 adaae1263716c0b165fc875dbfa49c70 3125 video extra 
vdr-plugin-svdrposd_0.1.1-4.debian.tar.gz
 90fcbbca9888cf9d71a5486fd8045f2a 12948 video extra 
vdr-plugin-svdrposd_0.1.1-4_amd64.deb
 23c830dfe20c5d6e0a26f772d2083332 3684 video extra 
vdr-plugin-svdrpext_0.1.1-4_all.deb

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

iEYEARECAAYFAk7wkywACgkQ9xgNJq7apkK13wCfXY/106Bdp5ltNNHThiuPmkz+
j9gAniAwoHD5SZM/ReiparIySoKQay5T
=e3sy
-END PGP SIGNATURE-


Accepted:
vdr-plugin-svdrpext_0.1.1-4_all.deb
  to main/v/vdr-plugin-svdrposd/vdr-plugin-svdrpext_0.1.1-4_all.deb
vdr-plugin-svdrposd_0.1.1-4.debian.tar.gz
  to main/v/vdr-plugin-svdrposd/vdr-plugin-svdrposd_0.1.1-4.debian.tar.gz
vdr-plugin-svdrposd_0.1.1-4.dsc
  to main/v/vdr-plugin-svdrposd/vdr-plugin-svdrposd_0.1.1-4.dsc
vdr-plugin-svdrposd_0.1.1-4_amd64.deb
  to main/v/vdr-plugin-svdrposd/vdr-plugin-svdrposd_0.1.1-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/e1rd1h2-0004r3...@franck.debian.org



Accepted vdr-plugin-svdrpservice 0.0.4-10 (source all amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:35 +0100
Source: vdr-plugin-svdrpservice
Binary: vdr-plugin-svdrpservice svdrpservice-dev
Architecture: source amd64 all
Version: 0.0.4-10
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 svdrpservice-dev - VDR svdrpservice plugin development files
 vdr-plugin-svdrpservice - VDR plugin that provides a SVDRP service for other 
plugins
Changes: 
 vdr-plugin-svdrpservice (0.0.4-10) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-svdrpservice (0.0.4-9) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-svdrpservice (0.0.4-8) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 51678fc8498054c0bf9a74d81be9f53068304eeb 1471 
vdr-plugin-svdrpservice_0.0.4-10.dsc
 63c4650141e1d7ef579314f5e0fdc72ac73fe347 3374 
vdr-plugin-svdrpservice_0.0.4-10.debian.tar.gz
 3e0699b8ed30d59388a13080880912bed6906eb0 19618 
vdr-plugin-svdrpservice_0.0.4-10_amd64.deb
 f774d1b72372483105d540ffb4f7eeba07706663 7146 svdrpservice-dev_0.0.4-10_all.deb
Checksums-Sha256: 
 f4d02277f675a27aa50bf0bef0639309aaf7db3a57bfc4689516b0d0dd3d1394 1471 
vdr-plugin-svdrpservice_0.0.4-10.dsc
 0ba3ca17e318bd6fa5f5586ac0447110726e7bc7718e2c018a421ba1f7e30c8c 3374 
vdr-plugin-svdrpservice_0.0.4-10.debian.tar.gz
 6747405943faf7f957fb612d2cabb09fa606f2dd427bfafbe5e3ea705f70d7b2 19618 
vdr-plugin-svdrpservice_0.0.4-10_amd64.deb
 825142adc8a52718d9c8b4601f2f395074d7a1e51c3e59e5e5e6ce1f77453487 7146 
svdrpservice-dev_0.0.4-10_all.deb
Files: 
 37340385da6665ff07e373f9554bffc8 1471 video extra 
vdr-plugin-svdrpservice_0.0.4-10.dsc
 b44536ecdf85ccb09bbba76ceeb1fdbf 3374 video extra 
vdr-plugin-svdrpservice_0.0.4-10.debian.tar.gz
 d772d6c720266c393c243e1035274110 19618 video extra 
vdr-plugin-svdrpservice_0.0.4-10_amd64.deb
 fec5d224aac283c25f858b555a7afcd5 7146 video extra 
svdrpservice-dev_0.0.4-10_all.deb

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

iEYEARECAAYFAk7wllEACgkQ9xgNJq7apkKmHgCcCV63S+Yjf34LJrKO6fqHzzck
FA8AoIf4AgK/PldGj/NJCclCEAbP/oV8
=2/E5
-END PGP SIGNATURE-


Accepted:
svdrpservice-dev_0.0.4-10_all.deb
  to main/v/vdr-plugin-svdrpservice/svdrpservice-dev_0.0.4-10_all.deb
vdr-plugin-svdrpservice_0.0.4-10.debian.tar.gz
  to 
main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.4-10.debian.tar.gz
vdr-plugin-svdrpservice_0.0.4-10.dsc
  to main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.4-10.dsc
vdr-plugin-svdrpservice_0.0.4-10_amd64.deb
  to main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.4-10_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/e1rd1hi-0004v0...@franck.debian.org



Accepted vdr-plugin-vcd 0.9-18 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:40 +0100
Source: vdr-plugin-vcd
Binary: vdr-plugin-vcd
Architecture: source amd64
Version: 0.9-18
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-vcd - VDR Plugin for playing (S)VCD's
Changes: 
 vdr-plugin-vcd (0.9-18) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-vcd (0.9-17) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-vcd (0.9-16) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 dbb1b9f6a74ff3e9d3cf8e643cb8e9637822bb23 1357 vdr-plugin-vcd_0.9-18.dsc
 b32dbe57ad92dc6a974920b65a9cceafba581699 5679 
vdr-plugin-vcd_0.9-18.debian.tar.gz
 15d25f396cb9d7581b77d4264d09a82e09089e73 50462 vdr-plugin-vcd_0.9-18_amd64.deb
Checksums-Sha256: 
 7f08664e67255bbd88588cc3c5e04f4d756a559486e4559d88831944abc89bc1 1357 
vdr-plugin-vcd_0.9-18.dsc
 befd80c227a3450809d77a0bf4698d5d644400fc8695381a734477f1e4e832ea 5679 
vdr-plugin-vcd_0.9-18.debian.tar.gz
 aef95bf2a54200d5c28b4a207679e1bfc2e5bf09718e208e937d62c0e4695a7e 50462 
vdr-plugin-vcd_0.9-18_amd64.deb
Files: 
 e2d0a57f5c4af70b9ebb72b71247efaf 1357 video extra vdr-plugin-vcd_0.9-18.dsc
 8095e82a3a70b0c7f9ee27ffd5ccfc99 5679 video extra 
vdr-plugin-vcd_0.9-18.debian.tar.gz
 75f6a29939efc7f41c905a06a551c062 50462 video extra 
vdr-plugin-vcd_0.9-18_amd64.deb

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

iEYEARECAAYFAk7wn5wACgkQ9xgNJq7apkLwbACdEjm5EO9b5jWhB/g+nPa5Uguu
7mAAnRAHQtf35o3C3gdCzFlvDhmzO1ur
=UXGF
-END PGP SIGNATURE-


Accepted:
vdr-plugin-vcd_0.9-18.debian.tar.gz
  to main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-18.debian.tar.gz
vdr-plugin-vcd_0.9-18.dsc
  to main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-18.dsc
vdr-plugin-vcd_0.9-18_amd64.deb
  to main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-18_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/e1rd1hu-0004yz...@franck.debian.org



Accepted vdr-plugin-weather 0.2.1e-59 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:37 +0100
Source: vdr-plugin-weather
Binary: vdr-plugin-weather
Architecture: source amd64
Version: 0.2.1e-59
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-weather - Weather plugin for VDR
Changes: 
 vdr-plugin-weather (0.2.1e-59) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-weather (0.2.1e-58) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-weather (0.2.1e-57) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 57bf31bf795b9cdb663578ce08007e38b3212a06 1451 vdr-plugin-weather_0.2.1e-59.dsc
 c5ebb0754c5dace69aa38a1b208d96ad81c93452 8160 
vdr-plugin-weather_0.2.1e-59.debian.tar.gz
 1e6d65723cfe283f27ab2585cb297cd7925b1eca 59160 
vdr-plugin-weather_0.2.1e-59_amd64.deb
Checksums-Sha256: 
 92b4a18a55f3a56f934e90990487c8a54e2caedc4b2bf3c48c3d07474ec0f241 1451 
vdr-plugin-weather_0.2.1e-59.dsc
 4f434dedf92f062bfa073e68b329db12c098c2561e371b7e372899a6fe4eb756 8160 
vdr-plugin-weather_0.2.1e-59.debian.tar.gz
 18c9cab694eb494e49aba4af901077993516b283cf12e15e473bf65bd8864d7e 59160 
vdr-plugin-weather_0.2.1e-59_amd64.deb
Files: 
 ba385825830fcf4f945bdc2618c50173 1451 video extra 
vdr-plugin-weather_0.2.1e-59.dsc
 694ae5f0a6f4f01aca92f77f45ffb949 8160 video extra 
vdr-plugin-weather_0.2.1e-59.debian.tar.gz
 f1561f8ac3cebe268e26a3c9bef2b624 59160 video extra 
vdr-plugin-weather_0.2.1e-59_amd64.deb

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

iEYEARECAAYFAk7wmmcACgkQ9xgNJq7apkJqDQCfbFZAP1sQPa2XBiBxjpF6t2f5
ZDgAnjLzt0/R90drKheU0G/2IoCJd8eD
=Nex7
-END PGP SIGNATURE-


Accepted:
vdr-plugin-weather_0.2.1e-59.debian.tar.gz
  to main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-59.debian.tar.gz
vdr-plugin-weather_0.2.1e-59.dsc
  to main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-59.dsc
vdr-plugin-weather_0.2.1e-59_amd64.deb
  to main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-59_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/e1rd1hg-0004cb...@franck.debian.org



Accepted xfce4-session 4.8.2-2 (source amd64)

2011-12-20 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 15:51:07 +0100
Source: xfce4-session
Binary: xfce4-session xfce4-session-dbg
Architecture: source amd64
Version: 4.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-session - Xfce4 Session Manager
 xfce4-session-dbg - Xfce4 Session Manager (debug symbols)
Closes: 651842
Changes: 
 xfce4-session (4.8.2-2) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * debian/patches:
 - 04_fix-missing-lm refreshed (cherry-pick the upstream one).
 .
   [ Lionel Le Folgoc ]
   * debian/patches:
 - 03_respect-save-settings-logout-plugin.patch: added, let the logout panel
   plugin respect the '/general/SaveOnExit' xfconf key.  closes: #651842
 - 04_fix-missing-lm.patch: fix to apply cleanly (configure.in.in doesn't
   exist).
 - series: updated.
Checksums-Sha1: 
 8dfa8e30100e9a69e5d8427f4af5a176f2e1efb7 2384 xfce4-session_4.8.2-2.dsc
 87dbf28c555183ab702f2f9e96270f3b4708e4c8 13488 
xfce4-session_4.8.2-2.debian.tar.gz
 ab93fa2a5a80a8d0c289f037d88ebe404f3038c5 1329034 
xfce4-session_4.8.2-2_amd64.deb
 574aae91aaa80305b6c43e2d467de180475160e9 456284 
xfce4-session-dbg_4.8.2-2_amd64.deb
Checksums-Sha256: 
 7a405f18e14794e528b30c4a462e004ef47342752d4819d3dc0a6faedf6ec33c 2384 
xfce4-session_4.8.2-2.dsc
 fe0b8cb7384c0373850d47070088b796277d9b82b70a071610b6397238dd609e 13488 
xfce4-session_4.8.2-2.debian.tar.gz
 b8bfb733690890034e1a3afcadf1d3cad6c80dccd7d8c75a599be8eefcd4e52a 1329034 
xfce4-session_4.8.2-2_amd64.deb
 f07d875b641022e97c58fc5ebb8b1f6bb0179d92663aa1773883aadec42424eb 456284 
xfce4-session-dbg_4.8.2-2_amd64.deb
Files: 
 a7031a7b7ac86becf7b3dc5df902b7db 2384 xfce optional xfce4-session_4.8.2-2.dsc
 347f02695381f9c7f7f2ac430fc891ca 13488 xfce optional 
xfce4-session_4.8.2-2.debian.tar.gz
 148d23c863ed30ab18c5f371623326a1 1329034 xfce optional 
xfce4-session_4.8.2-2_amd64.deb
 fab1631cd9b442dffd13a229bc460e74 456284 debug extra 
xfce4-session-dbg_4.8.2-2_amd64.deb

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

iQIcBAEBCgAGBQJO8KFpAAoJEDBVD3hx7wuowhkP/iA9BsgTIUmTJdM/smp3NJAJ
Whmcja5ry+GJdCg2jdv54QkxBPP4KBxb92Grx7Xws+IyagcUei0mQUYt/UvqRDrt
D1arv7CQ87v0eVh4fo2yvdB1jQ24uFhzeKmmfODefums36CJmUSwsKI7YzqVI/W7
tFqifTBjmOXVm71+n1+PKAymlABMjD8rZbdC5H8Rm/XMjKLwz5NzRnkjjaUeaZij
vB5DSlb+zFW5PkrwTQ1fZcK7R6xr+uSWDfu5FjSsv7hW6ZDBd22auSfiwZPjGK0F
UAf48aBI55oMnjz1QHRbCZYsCP7lWzLWWrsFhMN1r/70WQQb4RSIkIKsGg7TTV86
rMKeysR8ha/EGdiNUm0FT2D4HdkCOh+JkMqBzobKci4DPJjgjDw4G9o0REKeDkZy
PIEoemz0mhLVPXTlqQj1zd4L6EhBZsUHlrXGJvMHh5CIVcZ7uGJ7WV/eDXKVUzlI
eLGWsY6G6wjFOZM5WEnT+hr3y+wL9uF8QWuc8pvSjpMAwvWQvFyHdBzsnnVkcJHh
qfLYR+fcxNkoOQZHOMNrMbkUU40a9aHsgA4Jq3yZvvl0nPwN+zYSSCmnrMN99g7z
B4rrU0k3qN848roGVX54B4KckQ1YiZw9xBs93C1fhKiH3D07DHwcR3vOHbGeRb6g
YODy4TWDIO6nb6IBZXXa
=BVqJ
-END PGP SIGNATURE-


Accepted:
xfce4-session-dbg_4.8.2-2_amd64.deb
  to main/x/xfce4-session/xfce4-session-dbg_4.8.2-2_amd64.deb
xfce4-session_4.8.2-2.debian.tar.gz
  to main/x/xfce4-session/xfce4-session_4.8.2-2.debian.tar.gz
xfce4-session_4.8.2-2.dsc
  to main/x/xfce4-session/xfce4-session_4.8.2-2.dsc
xfce4-session_4.8.2-2_amd64.deb
  to main/x/xfce4-session/xfce4-session_4.8.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/e1rd1hz-0004l3...@franck.debian.org



Accepted xfwm4 4.8.3-1 (source amd64)

2011-12-20 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 08:39:20 +0100
Source: xfwm4
Binary: xfwm4 xfwm4-dbg
Architecture: source amd64
Version: 4.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfwm4  - window manager of the Xfce project
 xfwm4-dbg  - window manager of the Xfce project (debugging symbols)
Changes: 
 xfwm4 (4.8.3-1) unstable; urgency=low
 .
   [ Lionel Le Folgoc ]
   * New upstream release, including:
 - Fix crash in signal handler.  lp: #495361
   * debian/patches:
 - 0001-Do-not-enforce-the-size-increment-only-if-the-size-r.patch: dropped,
   included upstream.
Checksums-Sha1: 
 7facb64617eeb11eaa8b903cfe68a1658faa13e2 2263 xfwm4_4.8.3-1.dsc
 6d27deca383e0c2fba0cede0bbe0e9aee18e9257 1976694 xfwm4_4.8.3.orig.tar.bz2
 423bf215a1c5227835cf5c74c6be4f79c681bad5 9016 xfwm4_4.8.3-1.debian.tar.gz
 3a8ceea6633fcbd97f874b3645950a99adfd5d80 1650054 xfwm4_4.8.3-1_amd64.deb
 3b4fa8eb495c904c5c95bd6a0e5bdc3231ffa311 816256 xfwm4-dbg_4.8.3-1_amd64.deb
Checksums-Sha256: 
 6521d721f72c2d6e65bf0d0cb9ade88e95637fe2c8e05c4554c1e7dafb44059a 2263 
xfwm4_4.8.3-1.dsc
 0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e 1976694 
xfwm4_4.8.3.orig.tar.bz2
 bc55ae8a2aa78b03e416a9ccc984571c7b41cc1e9f20c80ff5457cf3dd32be61 9016 
xfwm4_4.8.3-1.debian.tar.gz
 a964ae540c82cd7cb3786fde62653a74cb626b3b5fd634bcbb8f22c8354bd737 1650054 
xfwm4_4.8.3-1_amd64.deb
 8d87278f0409875f820620b86ad3dae334fe3fd75388c2f6c09f062d69e36ed4 816256 
xfwm4-dbg_4.8.3-1_amd64.deb
Files: 
 a169371c3d8bfa4e36d9e8bd1d241358 2263 xfce optional xfwm4_4.8.3-1.dsc
 66cb65797cea8a62563f69b833c7888b 1976694 xfce optional xfwm4_4.8.3.orig.tar.bz2
 ef3d8b5baf6a31256f9c2114b8be8142 9016 xfce optional xfwm4_4.8.3-1.debian.tar.gz
 7c1cdd3787b642b7539d052fa6ac0c7c 1650054 xfce optional xfwm4_4.8.3-1_amd64.deb
 d0aa5ad267c75c970e4cae02014c86e4 816256 debug extra xfwm4-dbg_4.8.3-1_amd64.deb

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

iQIcBAEBCgAGBQJO8JxpAAoJEDBVD3hx7wuo6BsQAJWwkjBPFDu9EtqB2IBEAmb0
vVzFPu4/8JEIYYajnrz107mBSNsqvLRGcXshfM5xdxiWmq7NJY1f53Ht56/oz0BS
imZS7VapGeM2NbSJpaM0GVYB1/iPIHGkJjxdzpjJ11Ca3bHCLJCUy3QfguzsdQoB
2dtIyiQCPJAcKdGwcqaoor+dSJdfj5ToZt8Ks05buopQodEYs/dVrHy7Ad33pBlo
rTQFYi8pdFcqRB4kLoapffMSEwSkOPvqdL2b5TQ422ANTU46A6Qecf9QBvesQtnn
zttJ9lNrfUJHOm/T0U26mux9E1eSlh6tVD7U2ki4yNk5B9txze6bsrBxhIXvvvnz
OVBKDA6vDBZ9luGPjZPGFuy7M7xpiXDvLQpp84oxAPo8cszrRFrIPDNSGe8zIdZs
Dfy1CcjROXAkaY6Wh1bxhEfCEw6WXKGxyTuZ5BLDKgIpXwMieG7bYSdwsMR7DKLf
9hi2jwnVW5v1I67Z/HJuZ+Rl4/nZS1maFDgcJNOdf6hUDC7hYOWpIH0y8aqT07Ch
5loNRh35bkboAgrX+v1BkTVIPcpWCwj7RfTNnus+RV6QLToUEeRvFja2HS3Dt2Wz
PxNCHJgNIPsibyqD75PgSDL7Fznzt72xd3LP77Fj1Uqs4DJ/qgLplu7aJNJ/Ovar
1VlC8Jcz5ye0Mh6U/WLV
=0/Yy
-END PGP SIGNATURE-


Accepted:
xfwm4-dbg_4.8.3-1_amd64.deb
  to main/x/xfwm4/xfwm4-dbg_4.8.3-1_amd64.deb
xfwm4_4.8.3-1.debian.tar.gz
  to main/x/xfwm4/xfwm4_4.8.3-1.debian.tar.gz
xfwm4_4.8.3-1.dsc
  to main/x/xfwm4/xfwm4_4.8.3-1.dsc
xfwm4_4.8.3-1_amd64.deb
  to main/x/xfwm4/xfwm4_4.8.3-1_amd64.deb
xfwm4_4.8.3.orig.tar.bz2
  to main/x/xfwm4/xfwm4_4.8.3.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/e1rd1il-0004s8...@franck.debian.org



Accepted xorg-server 2:1.11.99.2-1 (source all amd64)

2011-12-20 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 11:39:51 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.11.99.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.11.99.2-1) experimental; urgency=low
 .
   * New upstream snapshot.
   * Bump input ABI and serverminver again.
Checksums-Sha1: 
 b94d669fcd032837ff948d56bb6b8c68ca7649b0 3479 xorg-server_1.11.99.2-1.dsc
 47c83d210a7ec0ae8c1457d21d2c80f7635f4df6 6836572 
xorg-server_1.11.99.2.orig.tar.gz
 87ffaff5f081ed86663466bf461b416f0c33afd3 394787 xorg-server_1.11.99.2-1.diff.gz
 a5f4ee5288c8ba39361c3eda353b70dec9e11ec5 1337522 
xserver-common_1.11.99.2-1_all.deb
 560aee7ebfc3ef0da295ae134114901a9f339180 1759098 
xserver-xorg-core_1.11.99.2-1_amd64.deb
 a7c7bfb3b8181ac52c9bc97d09bfeb6bce2975cf 1069668 
xserver-xorg-core-udeb_1.11.99.2-1_amd64.udeb
 827325feca217ddc4a0a61b09615ae0f4afa862b 314372 
xserver-xorg-dev_1.11.99.2-1_amd64.deb
 9b55acbdaf6a3caa20b3cd0e92d4759e82ee27f0 920806 xdmx_1.11.99.2-1_amd64.deb
 46b8aac0eefca691f370d3d24c31e596f9606773 124062 
xdmx-tools_1.11.99.2-1_amd64.deb
 aff4a92354fd37561e9d35a6833c6dbad024d1d8 816262 xnest_1.11.99.2-1_amd64.deb
 4b49813035187582f388fbba723a7be77554cb78 917934 xvfb_1.11.99.2-1_amd64.deb
 eb19fc5d9638a87167fd8905f8e45d85c4a8533a 1011960 
xserver-xephyr_1.11.99.2-1_amd64.deb
 7ec45f483aec30917ea42626269e7136ad4b 931884 
xserver-xfbdev_1.11.99.2-1_amd64.deb
 8e2a4832854c310733bf855f0545bf7b0db351e3 6322732 
xserver-xorg-core-dbg_1.11.99.2-1_amd64.deb
Checksums-Sha256: 
 683994ec32b23a421631b8af05de722755da6f018735ef617a953ec7d5e41987 3479 
xorg-server_1.11.99.2-1.dsc
 5f1232a99ec718546d00260f5f6b10b9fad1fd5ed619a23f21b59161a5c5ea1c 6836572 
xorg-server_1.11.99.2.orig.tar.gz
 462b1988a95516d77c5040f0b88b4355f08dea3bde9b6ff7792190de9f3b4c18 394787 
xorg-server_1.11.99.2-1.diff.gz
 453d69b9ba80f84d17d35077f8fbf649a775657b380a3956a5e7f6cdd0debfaf 1337522 
xserver-common_1.11.99.2-1_all.deb
 f1c005af57bdfdf50d9c2bc89dd1e771efd8576dcd0f73dd613f2797fd524ed6 1759098 
xserver-xorg-core_1.11.99.2-1_amd64.deb
 0cef0b04f5f6a9b550eabcdee23537452d0cc1909329a9b8695adfa73f981d35 1069668 
xserver-xorg-core-udeb_1.11.99.2-1_amd64.udeb
 810736b7b832a648656c50c57fdd31e46167ee77d635d3dafcecb649f2decbcd 314372 
xserver-xorg-dev_1.11.99.2-1_amd64.deb
 f5165eb17be3850e1944b92aa011b9b37967c99f2e3870d2ab85215bca89a17f 920806 
xdmx_1.11.99.2-1_amd64.deb
 245708a0b495d504b0806b48d5da44d09db962de8adea69d186641c638459b20 124062 
xdmx-tools_1.11.99.2-1_amd64.deb
 0ead2c25ff5c10dd395bd5ade9c17bc303e957d700c87cc35e206001b896965c 816262 
xnest_1.11.99.2-1_amd64.deb
 d020b5dd418fd69a1ebb7462ffb89c8b4968292400d284418049fb7a4033f3fa 917934 
xvfb_1.11.99.2-1_amd64.deb
 b0b438f9f27ed7cbdc5af77df64d269f7bf7f7fa44e4a48abfa760dc06eae95c 1011960 
xserver-xephyr_1.11.99.2-1_amd64.deb
 816535282cdf76964f44462a8d261ecabe75f732735574d62ca4ddafe08ba69a 931884 
xserver-xfbdev_1.11.99.2-1_amd64.deb
 938310d217a534c2eed7662dd8b5ecb7068d23417398699f9f38ea077ab3e3d8 6322732 
xserver-xorg-core-dbg_1.11.99.2-1_amd64.deb
Files: 
 e9357ec738e3027ad84ac6433b787d78 3479 x11 optional xorg-server_1.11.99.2-1.dsc
 af62e0e28a8bb06fca19503b46f44472 6836572 x11 optional 
xorg-server_1.11.99.2.orig.tar.gz
 441e4158b13d1e0bf5dd628619fd759b 394787 x11 optional 
xorg-server_1.11.99.2-1.diff.gz
 7ffa87d48dc98129cd17e918f1b5be35 1337522 x11 optional 
xserver-common_1.11.99.2-1_all.deb
 ec8a6c03808c96483ea19602f26d6e4f 1759098 x11 optional 
xserver-xorg-core_1.11.99.2-1_amd64.deb
 d4b47357b74cb400e929195a87279560 1069668 debian-installer optional 
xserver-xorg-core-udeb_1.11.99.2-1_amd64.udeb
 828227bc646ec33ec1f2886a78d3955c 314372 x11 optional 
xserver-xorg-dev_1.11.99.2-1_amd64.deb
 2db488ede673fd9915182973c1d08357 920806 x11 optional xdmx_1.11.99.2-1_amd64.deb
 928125d017edb745a7a733f0679926f3 124062 x11 optional 
xdmx-tools_1.11.99.2-1_amd64.deb
 c2380431b9edadecae9bbf97f6733482 816262 x11 optional 
xnest_1.11.99.2-1_amd64.deb
 29fc2948b52f2b1983f092068fa3b7d7 917934 x11 optional xvfb_1.11.99.2-1_amd64.deb
 b16a57a9146ade26ca776b4cf1237aec 1011960 x11 optional 

Accepted bzr-loom 2.1+bzr148-1 (source all)

2011-12-20 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:26:03 +0100
Source: bzr-loom
Binary: bzr-loom
Architecture: source all
Version: 2.1+bzr148-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-loom   - Focused patch plugin support for Bazaar
Closes: 652776
Changes: 
 bzr-loom (2.1+bzr148-1) unstable; urgency=low
 .
   [ Max Bowsher ]
   * New upstream snapshot.
   * Drop 01_fix_record_entry_contents, merged upstream.
 .
   [ Jelmer Vernooij ]
   * New upstream snapshot.
+ Fixes compatibility with newer versions of bzr. Closes: #652776
Checksums-Sha1: 
 a066a4b0537b1a1d726992a9f95a6f5d709dad91 1502 bzr-loom_2.1+bzr148-1.dsc
 1a864d9f9e6b3707a2f522497cd05b1f808cfd07 49426 bzr-loom_2.1+bzr148.orig.tar.gz
 6d75e0aa5b934cb7e5d3f8dae73b3dbb30825c8e 3113 
bzr-loom_2.1+bzr148-1.debian.tar.gz
 57858496db9fc848757fcde013c4afa1e2c26f11 45188 bzr-loom_2.1+bzr148-1_all.deb
Checksums-Sha256: 
 130c76aa9856df2579fe3a2021c83014da690bff88f241b9641c6e0b0095ab70 1502 
bzr-loom_2.1+bzr148-1.dsc
 11f052c39e7123e93972b39c71baee1780d3eb580b42f05d56824f2c36e336aa 49426 
bzr-loom_2.1+bzr148.orig.tar.gz
 9586fc02c647822dd83645056bb8629b073f3030d18b648c1750ec05cbf95042 3113 
bzr-loom_2.1+bzr148-1.debian.tar.gz
 37d41c4d05984ffa6754635efc53820aa69f8e762f1caa72e4c8d0ecbea63a48 45188 
bzr-loom_2.1+bzr148-1_all.deb
Files: 
 39f2533c9d6f3a6adcb31d7ed651990c 1502 vcs optional bzr-loom_2.1+bzr148-1.dsc
 be9a9747cc8a972acc954436dae2b175 49426 vcs optional 
bzr-loom_2.1+bzr148.orig.tar.gz
 59460f89cb5659e0b4f6f6621f5b50f3 3113 vcs optional 
bzr-loom_2.1+bzr148-1.debian.tar.gz
 3665593f6266f4d91b6dfa6984c4d3c0 45188 vcs optional 
bzr-loom_2.1+bzr148-1_all.deb

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

iEYEARECAAYFAk7wqv8ACgkQPa9Uoh7vUnZnUwCfcB3mHqX6r9wVehUg/EFOPms9
CsEAnRHxA+yLtPI5XNnJG0bVJttJC4Z6
=9XXI
-END PGP SIGNATURE-


Accepted:
bzr-loom_2.1+bzr148-1.debian.tar.gz
  to main/b/bzr-loom/bzr-loom_2.1+bzr148-1.debian.tar.gz
bzr-loom_2.1+bzr148-1.dsc
  to main/b/bzr-loom/bzr-loom_2.1+bzr148-1.dsc
bzr-loom_2.1+bzr148-1_all.deb
  to main/b/bzr-loom/bzr-loom_2.1+bzr148-1_all.deb
bzr-loom_2.1+bzr148.orig.tar.gz
  to main/b/bzr-loom/bzr-loom_2.1+bzr148.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/e1rd1v3-0006xh...@franck.debian.org



Accepted typogrify 20111209-2 (source all)

2011-12-20 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:17:12 +0100
Source: typogrify
Binary: python-typogrify
Architecture: source all
Version: 20111209-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 python-typogrify - filters to transform text into typographically-improved HTML
Closes: 652789
Changes: 
 typogrify (20111209-2) unstable; urgency=low
 .
   * Build-Depends on python-setuptools (Closes: #652789)
Checksums-Sha1: 
 7bcf4a30f9597d08f04f37e86fab214146a8e650 1922 typogrify_20111209-2.dsc
 a577001d0b3581c626dc60503e71760d229c577d 1886 
typogrify_20111209-2.debian.tar.gz
 dd4f749949ec0a8fc665bd4b4f6933eb52946f3d 10064 
python-typogrify_20111209-2_all.deb
Checksums-Sha256: 
 bd9ae5a3c04a376462984059b1fe7bbd750f50aa8f90e77eb16f7042b5c92d9b 1922 
typogrify_20111209-2.dsc
 a37731a44f3a0b594c514476326eb22b3ea48ff096a00f74603ae7284e77e653 1886 
typogrify_20111209-2.debian.tar.gz
 0663ab6cd9854ad58485bac8805f1f643d686b24594d0ae9034d495f4be4d4d2 10064 
python-typogrify_20111209-2_all.deb
Files: 
 097754b93b19db49485ec70114ca214f 1922 python extra typogrify_20111209-2.dsc
 6ef43096f1d6eea955285d86591c2671 1886 python extra 
typogrify_20111209-2.debian.tar.gz
 594c051f428e5bd1662dd5cce5a10688 10064 python extra 
python-typogrify_20111209-2_all.deb

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

iQIcBAEBAgAGBQJO8Kw5AAoJEGEbqVCLeKXC6LwP/Ain65GuRIN6Mk0m1OStZ1xr
353WNcF/13OzXzHEyQFYef4ohKB17nv5MoYKAbgxPsQsgaUOPXKKMpIpDXgyx/vN
BM+nE43VwmcZhJbhIyjSGHY2lJLmGrVWaBJzTyJN/2xdaKRK7aKA/EknQugwyGah
E5T9QtNO3mXaaPpWjyg8npfGw5C0TJc2MaFsDdhK8QqSrBBRWtCsDw/SoCCeCGXW
xn+7U0alLy4lUqv/J8koT+uCawsPsM/POqOEtAYJi1Zfs/KROpeqWIL1MiQueL7K
b2eY1dClqhLIjQfa6a52yFSwy2+49eNDQmS3yV8Wjmd+FW/6I4P+m/eNiSZFWY88
SdX96cwbQ0xTvdwJNCxBb3zEARxtGmYXvrZ8gswN4oaRzZGPQYPEht5MNtY59HEt
3gt/K7I0na22IVIUtbr3ch2TZi2Vj70sjBBEhDQJ1jPbzKZaRqZA8MZq6cWjA55E
oczhOlTFuzTwPvydUkkSxGJnSpUBpHrzTGnhsKtNvh3iI06YiXqUiNe0QSKtxenU
dMYsmy7if7UXIljL66kTzyDrvP1Vp3ghwp2FMGpsacWWY9rOSiog6uQuhZWDE/Kw
nJ4ULiYgIJ4+qlUBID/Vw50bNBmeDNR6M6GMp+lQjHw/vfWhY7ed0Zk7+W8VmnZX
bTYKVlUasxt/1jq8XQvJ
=iB8l
-END PGP SIGNATURE-


Accepted:
python-typogrify_20111209-2_all.deb
  to main/t/typogrify/python-typogrify_20111209-2_all.deb
typogrify_20111209-2.debian.tar.gz
  to main/t/typogrify/typogrify_20111209-2.debian.tar.gz
typogrify_20111209-2.dsc
  to main/t/typogrify/typogrify_20111209-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/e1rd1xl-0008eq...@franck.debian.org



Accepted vxl 1.14.0-14 (source amd64)

2011-12-20 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 15:23:03 +0100
Source: vxl
Binary: libvxl1.14 libvxl1-dev
Architecture: source amd64
Version: 1.14.0-14
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: 
 libvxl1-dev - C++ Libraries for Computer Vision Research
 libvxl1.14 - C++ Libraries for Computer Vision Research
Closes: 647787
Changes: 
 vxl (1.14.0-14) unstable; urgency=low
 .
   [ Andreas Tille ]
   * debian/contol
 - Added myself to Uploaders
 - Remove libavifile-0.7-dev from Build-Depends
   Closes: #647787
 .
   [ Mathieu Malaterre ]
   * Remove libav patch, use upstream patch instead.
   * Fix missing libraries.
Checksums-Sha1: 
 515eaeb1e723e45bb97b7bf56c1061ea981cbeb5 2356 vxl_1.14.0-14.dsc
 b1a292aa12a25a1e47b2d4085fd26f2847769b5d 32145 vxl_1.14.0-14.debian.tar.gz
 fcc27b88f1b6fb95ab5a65092f7d2cfdaff3c0f3 12683692 
libvxl1.14_1.14.0-14_amd64.deb
 19b99306d1901a7903795bc9b9e84a165418c88f 2306506 
libvxl1-dev_1.14.0-14_amd64.deb
Checksums-Sha256: 
 53d99ada7204aeaabaf7bead9875bbc7c5b8a2f63543bb42d905e1824cf8dbf1 2356 
vxl_1.14.0-14.dsc
 99f7e7bddc5426004f0ed2b4abc0819d3d7c9bbc5ffa4c3797de9e35306b64fc 32145 
vxl_1.14.0-14.debian.tar.gz
 10499d4b8e462c4c71797ea5f354f1af916a00e4558758214b0b4f91786d9cdb 12683692 
libvxl1.14_1.14.0-14_amd64.deb
 437eea0db08f8fb0f175628ec435e87647074933e745a6bd55fcd745a27f22ee 2306506 
libvxl1-dev_1.14.0-14_amd64.deb
Files: 
 90202c47666e265ecc319996b816fb00 2356 science optional vxl_1.14.0-14.dsc
 f3393ef76a7c0a6579cb86fa855048ab 32145 science optional 
vxl_1.14.0-14.debian.tar.gz
 24e80f8c60ae6deefdf560eb5b01c89c 12683692 libs optional 
libvxl1.14_1.14.0-14_amd64.deb
 8c563128bd50909f838e6c4776218202 2306506 libdevel optional 
libvxl1-dev_1.14.0-14_amd64.deb

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

iQIcBAEBCAAGBQJO8KlOAAoJEAFx4YKK4JNFSL8P/jlXu19d3urDhP0pNgCivm8g
IoR+QWNT5VJzjksNJwnwPR3PMy7FOf8hbrT6z/cNQ8O8OB/gDxVCP3iG9sD33yGF
QfJI6aqKR+ckwNx+IadJBMTON4qebYq16A4p8zYsOstZWRT2XfMAj3xaYDGjJQ0a
jbk30lmF0f8HhN9EsW76hbkiwNVj7DL7FtvJQbJmtF5GGA2zttub/O8wY25YAe4G
1jagVHs9Tr3zEfb7FH5GD6UFPQYWoqtmaDorzTYxlMQyCjAVJKD02yEpsGMBovAU
tRqo0SkCjkqydMbOP0KawXQSeJQio/wGmEIGoTpbmC7Ds7o20LsMsRf4b6GsWkkI
bNzw47Y5tkh4luwI7F+ZIX3MIIwux1ZK07+t5hG0kLsUZT+DymqC2cocdo55bxLn
3FAd8268mxozn4NiNxyt0l/Sk6X3xGELIZcgGzY7N/ER4Y+3abqIYXVCpdsnQl43
nn6/woOm5cWsM53+P7iUwixJJqmR+Cd3D5D+lggZMoUgZ+Geqm33IyUWXSj0O9Vj
IaoV3rJ+lfVa+FRUOzNIX737aj4OgSAES46LJN535LMENeIIoMBw44SpSAyArzaJ
Ic8HNTmSS0RzFNI9wIh+k5qO1uXPATLlRzzW6mJfZLUzXlsgiQSQNsvXa5DStedz
x97M+YODDtcAQGadHrPJ
=4akQ
-END PGP SIGNATURE-


Accepted:
libvxl1-dev_1.14.0-14_amd64.deb
  to main/v/vxl/libvxl1-dev_1.14.0-14_amd64.deb
libvxl1.14_1.14.0-14_amd64.deb
  to main/v/vxl/libvxl1.14_1.14.0-14_amd64.deb
vxl_1.14.0-14.debian.tar.gz
  to main/v/vxl/vxl_1.14.0-14.debian.tar.gz
vxl_1.14.0-14.dsc
  to main/v/vxl/vxl_1.14.0-14.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/e1rd1yd-th...@franck.debian.org



Accepted hyphen-bn 0.7.0-1 (source all)

2011-12-20 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 21:27:25 +0530
Source: hyphen-bn
Binary: hyphen-bn
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 hyphen-bn  - Bengali hyphenation patterns for OpenOffice.org/LibreOffice
Closes: 652761
Changes: 
 hyphen-bn (0.7.0-1) unstable; urgency=low
 .
   [Kartik Mistry]
   * New upstream version:
 + Fix FTBFS (Closes: #652761)
   * Renamed source package to: hyphen-bn
 .
   [Muneeb Shaikh]
   * debian/control
 + Removed openoffice.org-updatedicts, it does not depend on it now
 + Added Libre/Open Office to Recommends
Checksums-Sha1: 
 e967689b867be66de83ba30bf6ecf3a2485d78e7 1301 hyphen-bn_0.7.0-1.dsc
 f928d9d5613b5811d5a64b30f42301610ded1072 4960 hyphen-bn_0.7.0.orig.tar.gz
 5e1a48bae9eac920a8e90ef75702278ccd30c520 2171 hyphen-bn_0.7.0-1.debian.tar.gz
 f243af30b04b98023e6b9042d9abd6cb8aeefaa7 4516 hyphen-bn_0.7.0-1_all.deb
Checksums-Sha256: 
 b3350f7ae21192549abd1f3cb37657bd68dd5834a0fed2b5171436c0a1d84252 1301 
hyphen-bn_0.7.0-1.dsc
 81c0d84b07065047216e2d537c1a17e214c6f3bd8190aa3a7e7aa05b33cfbf16 4960 
hyphen-bn_0.7.0.orig.tar.gz
 374734b93f4a7acb08045a47762176e3135324ab6ecd066c8e1e84a7508d4bbf 2171 
hyphen-bn_0.7.0-1.debian.tar.gz
 3deb0ad8671caf7ecafdb90e71978ec17c207d6c59fe2829d524f822a947da70 4516 
hyphen-bn_0.7.0-1_all.deb
Files: 
 34bf0cd09f949ba9fb9b8017d8371f2d 1301 text optional hyphen-bn_0.7.0-1.dsc
 26300682647401ab9624cb4b0fcac0ee 4960 text optional hyphen-bn_0.7.0.orig.tar.gz
 0a3ec46c846aab87c9e6868693dc6860 2171 text optional 
hyphen-bn_0.7.0-1.debian.tar.gz
 b89c6221ed1d0019a78246ecf5941000 4516 text optional hyphen-bn_0.7.0-1_all.deb

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

iEYEARECAAYFAk7wsZUACgkQoRg/jtECjI2/mACfYB05MaC1VrIaSf30OdiB9HCu
YisAn3quqGohYbWctPwfF+cd4/uItp0Q
=j/2+
-END PGP SIGNATURE-


Accepted:
hyphen-bn_0.7.0-1.debian.tar.gz
  to main/h/hyphen-bn/hyphen-bn_0.7.0-1.debian.tar.gz
hyphen-bn_0.7.0-1.dsc
  to main/h/hyphen-bn/hyphen-bn_0.7.0-1.dsc
hyphen-bn_0.7.0-1_all.deb
  to main/h/hyphen-bn/hyphen-bn_0.7.0-1_all.deb
hyphen-bn_0.7.0.orig.tar.gz
  to main/h/hyphen-bn/hyphen-bn_0.7.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/e1rd2ob-00049x...@franck.debian.org



Accepted libmodule-build-perl 0.380000-2 (source all)

2011-12-20 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 17:05:16 +0100
Source: libmodule-build-perl
Binary: libmodule-build-perl
Architecture: source all
Version: 0.38-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmodule-build-perl - framework for building and installing Perl modules
Closes: 652774
Changes: 
 libmodule-build-perl (0.38-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Switch order of alternative (build) dependencies after the perl 5.12
 upload.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * Swap order of alternative (build) dependencies after the perl 5.14
 transition.
 Closes: #652774
   * Update packaging copyright.
   * Bump Standards-Version to 3.9.2 (no changes).
   * Add perl as an alternative to libcpan-meta-perl.
Checksums-Sha1: 
 7435d06e48211a37879592b406dad5ec3b76a43b 2675 
libmodule-build-perl_0.38-2.dsc
 992039ef1bc5773e0d97e78cb506060a6e183678 10089 
libmodule-build-perl_0.38-2.debian.tar.gz
 c9601379952cff375a636ac756b549b2533e68b4 296900 
libmodule-build-perl_0.38-2_all.deb
Checksums-Sha256: 
 335458ae870a857aade647165d15e195fd57b82a1cd34ffe387e1e97a6db3f47 2675 
libmodule-build-perl_0.38-2.dsc
 8955b5daf452ce75776475440865da91fa8c3aa35b3dfc03cf2b04eb7d1a26e4 10089 
libmodule-build-perl_0.38-2.debian.tar.gz
 02aab069d3591911bc89b7df8dc8dcc033f70cb4630ade5506e738cbc2ba90ea 296900 
libmodule-build-perl_0.38-2_all.deb
Files: 
 aecd31c4113235f3eebddfef56f73314 2675 perl optional 
libmodule-build-perl_0.38-2.dsc
 f282b09fea88fef60565e5d6d40d647d 10089 perl optional 
libmodule-build-perl_0.38-2.debian.tar.gz
 c9aad1995dff87bb53bffbc9792538e7 296900 perl optional 
libmodule-build-perl_0.38-2_all.deb

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

iQIcBAEBCAAGBQJO8LKOAAoJELs6aAGGSaoGcLUP/2QjoaNie0LsrmgsGayb1qGg
MBAm9rPOGNpSuzqw41XJioC/WmSU4yWA7O1QPzhxi1rs9ZTOHg+F4qWSbP+mY6yU
CoLgjfs8cwgWuMkeZ6eC0ubWVXOBnCo3C+DOXQI3uN1C0+KcSqO4nbuz7USZW+ar
PNJsoeQWGAzZcSwrsCe3S6CLLmvIe4Syz5H/8hSBNYkCw+8Ri4dXbtoY0xxh1qJk
2uv59Cyzzo7pZJOjKVq1dSpjmYmO3qXYUgeiefzlcmgrG9hpoJ90Nku4WuxZBDuU
9nb9LxVvGjr5o/FuzVLWS0fNnGNTlXgMmKdZsozgn+td55Q9fEXo9MlcjowobgZU
gsKnzQwSwhzO2TjrVBAAgh7hx/71v+YJUhghADVujzXXXSN7BUR3phqeNPIS6r3b
unBoUx09dtZric352U2N2qX004VIlEzhn9ufWzWCVW+9wUe1Buq8Vupid7VpkYHk
Pl2vxwIRdfMrBT+NBVjB8SbXjgQey8rAmobGBi6M1uhwBIqN1T1LzmHlMaz1PNQ1
jrT6v3+Xa482cikqhB4wxIupXBpIlDBb8jLCWo9qOYe1L1X3MJfrNpVf/C1zLBhG
MiQ1vNMpSguPyQVcb4MULXA3qv+3uwrnYvBKoKSgnLYnu37a2Gy4H3QU1fmt1OSR
RHY7Js5tYNxioa7aZ6AS
=JaDi
-END PGP SIGNATURE-


Accepted:
libmodule-build-perl_0.38-2.debian.tar.gz
  to 
main/libm/libmodule-build-perl/libmodule-build-perl_0.38-2.debian.tar.gz
libmodule-build-perl_0.38-2.dsc
  to main/libm/libmodule-build-perl/libmodule-build-perl_0.38-2.dsc
libmodule-build-perl_0.38-2_all.deb
  to main/libm/libmodule-build-perl/libmodule-build-perl_0.38-2_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/e1rd2oq-0004c4...@franck.debian.org



Accepted libmodule-install-xsutil-perl 0.42-2 (source all)

2011-12-20 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 17:11:38 +0100
Source: libmodule-install-xsutil-perl
Binary: libmodule-install-xsutil-perl
Architecture: source all
Version: 0.42-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmodule-install-xsutil-perl - Module::Install extension for handling XS 
modules
Closes: 652749
Changes: 
 libmodule-install-xsutil-perl (0.42-2) unstable; urgency=low
 .
   * Swap order of alternative (build) dependencies after the perl 5.14
 transition. Closes: #652749.
Checksums-Sha1: 
 89ac980a3059a5df098e55a9a0717408426f0c1c 2423 
libmodule-install-xsutil-perl_0.42-2.dsc
 f56948e599e031426085b270a8f765a98dac6e62 2869 
libmodule-install-xsutil-perl_0.42-2.debian.tar.gz
 f501b307d9e624d308b52a34e72d802ec2f2e259 20812 
libmodule-install-xsutil-perl_0.42-2_all.deb
Checksums-Sha256: 
 03875a3ccbaff1cf5b99c24cefba9d361b1c390deef7e91ba8b647dca495ceb0 2423 
libmodule-install-xsutil-perl_0.42-2.dsc
 6d1711b3745049d59b1e27c80bb62fe666438ad4d2ea9c9a64709e5b4c18872b 2869 
libmodule-install-xsutil-perl_0.42-2.debian.tar.gz
 4cf331d8d1167b6e5bde6bb7ac481e4b9889bd2f8bdb55712f40ccd69cc2d224 20812 
libmodule-install-xsutil-perl_0.42-2_all.deb
Files: 
 221085dd58c796d9856de2659da0a518 2423 perl optional 
libmodule-install-xsutil-perl_0.42-2.dsc
 c5eaa5c9a55417ae714dda400d7468da 2869 perl optional 
libmodule-install-xsutil-perl_0.42-2.debian.tar.gz
 3f0a0079c8780357e4098faa85dff89b 20812 perl optional 
libmodule-install-xsutil-perl_0.42-2_all.deb

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

iQIcBAEBCAAGBQJO8LQoAAoJELs6aAGGSaoGGd8P/3kMNFTDFKhqDBeMB5Y+8Fpr
ZZPwJmkb2L2BQd1BcPnXdbbuDT6cb0Lete+57B1P/AlfrQKuNzzuEriZRYH0Unvm
GHgrppb3x1sIjZxd5MyFMAp5LushXqn4wHiLJ6CC4lfOthCfidRuaefxgoWm+NGc
KQZSjrtSL+6Gcl7trBVDLBPV9qB0v/6Hu0P/ep2D/ETs2pdfFOAZQj+ZsaqeFt1P
NESkGGyqc8AoxfTgpGg3IRKZBedkZ6W400wmLXKDSyaPbOJ0XCjMSJUpJfBzr44U
3b9pVa1msrVdUXuW73r5HaqAyq3T+kOb3F1nXLbSvTG7CX21Va96/0jFizJBYfu9
68gHop8YB8e2jVJ7uYMLOuhP9dBRAnIZ03C1Ovx1bXY8AvECYmRrCKo6S18C3yei
4b39ve+WW260KQaCWJdM/3TuKPnc0prRnBEgYFGNRBhWupaPM2vzoNn+GtxI+/ah
sMxkyjh4dOgi+G3aY01JyNvv6SCoKXzDhdpvKZWLYQLeyMBwsZaTb4FjVEG/1fWQ
2x8SxEJABcurfHD8tZFrBz6pAviRhzUfmimDnwZy/PaMKianQUwOXJqpI6uKsFHK
h+ngFMV8xqKZgsJJgS+oCPxxZaAlquIT3KmvhJPVHwvX7t2vrfBJhHjSBWj0X+0x
UhLF0WJIlcy1WaMlAdSQ
=XvDS
-END PGP SIGNATURE-


Accepted:
libmodule-install-xsutil-perl_0.42-2.debian.tar.gz
  to 
main/libm/libmodule-install-xsutil-perl/libmodule-install-xsutil-perl_0.42-2.debian.tar.gz
libmodule-install-xsutil-perl_0.42-2.dsc
  to 
main/libm/libmodule-install-xsutil-perl/libmodule-install-xsutil-perl_0.42-2.dsc
libmodule-install-xsutil-perl_0.42-2_all.deb
  to 
main/libm/libmodule-install-xsutil-perl/libmodule-install-xsutil-perl_0.42-2_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/e1rd2p6-0004et...@franck.debian.org



Accepted bzr-grep 0.4.0+bzr147-1 (source all)

2011-12-20 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:41:55 +0100
Source: bzr-grep
Binary: bzr-grep
Architecture: source all
Version: 0.4.0+bzr147-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-grep   - Bazaar plugin to grep files and history
Closes: 652757
Changes: 
 bzr-grep (0.4.0+bzr147-1) unstable; urgency=low
 .
   [ Andrew Starr-Bochicchio ]
   * debian/copyright: Update to respect current DEP-5 spec.
   * Cherrypick upstream rev 146: Cope with the fact that Feature
 has moved to bzrlib.tests.features in bzr 2.5. Fixes FTBFS
 in Sid (Closes: #652757).
   * debian/control: Set DM-Upload-Allowed: yes
 .
   [ Jelmer Vernooij ]
   * New upstream snapshot.
+ Fixes compatibility with bzr 2.5 beta 5 and later.
Checksums-Sha1: 
 0d4766a3147c15149d37ec2466f4df1688aafead 1521 bzr-grep_0.4.0+bzr147-1.dsc
 e8ceae5343a36e51501f0693a56ddd04cd165421 20014 
bzr-grep_0.4.0+bzr147.orig.tar.gz
 c5872112896e3cc50cd2bfa127341ced90263752 2381 
bzr-grep_0.4.0+bzr147-1.debian.tar.gz
 847a981afe0311f4d20b4507dc607084363d97aa 21744 bzr-grep_0.4.0+bzr147-1_all.deb
Checksums-Sha256: 
 1a3b4df0de3e7a6f23d8faa5ea3464beab9c625a82c198c006bb3502d343aef8 1521 
bzr-grep_0.4.0+bzr147-1.dsc
 ec6433a9224cd7544d90b1e06c08764eb299fdb6edcee72ae70995f8d8a08091 20014 
bzr-grep_0.4.0+bzr147.orig.tar.gz
 c843747900499c022ce3533137b588947a4a19c3bd70d5ed9beb7616c6d8b6c4 2381 
bzr-grep_0.4.0+bzr147-1.debian.tar.gz
 6a0efc6263b93f7760b1afff43f80c13a5199a6cb763a57f63316a87d5a617ba 21744 
bzr-grep_0.4.0+bzr147-1_all.deb
Files: 
 1a04e56101bc0ff5e52cf06ae04738fd 1521 vcs extra bzr-grep_0.4.0+bzr147-1.dsc
 9a13f40b8d05d07fc793328e1d6d32a3 20014 vcs extra 
bzr-grep_0.4.0+bzr147.orig.tar.gz
 cf08bc69f9f0b5fc052e507469b9cd36 2381 vcs extra 
bzr-grep_0.4.0+bzr147-1.debian.tar.gz
 5eeac1b1a5dfcfe53d127a2edb16d2fa 21744 vcs extra 
bzr-grep_0.4.0+bzr147-1_all.deb

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

iEYEARECAAYFAk7wsPoACgkQPa9Uoh7vUnb6lgCfcMcFmjKg3zs/V2iizfrP3Ejp
WNIAoJBjna0+PivJYTd4EFCUEp+FXhws
=wFGa
-END PGP SIGNATURE-


Accepted:
bzr-grep_0.4.0+bzr147-1.debian.tar.gz
  to main/b/bzr-grep/bzr-grep_0.4.0+bzr147-1.debian.tar.gz
bzr-grep_0.4.0+bzr147-1.dsc
  to main/b/bzr-grep/bzr-grep_0.4.0+bzr147-1.dsc
bzr-grep_0.4.0+bzr147-1_all.deb
  to main/b/bzr-grep/bzr-grep_0.4.0+bzr147-1_all.deb
bzr-grep_0.4.0+bzr147.orig.tar.gz
  to main/b/bzr-grep/bzr-grep_0.4.0+bzr147.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/e1rd2nl-00044r...@franck.debian.org



Accepted php-letodms-lucene 1.0.1-1 (source all)

2011-12-20 Thread Francisco Manuel Garcia Claramonte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 12:58:03 +0100
Source: php-letodms-lucene
Binary: php-letodms-lucene
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Manuel Garcia Claramonte franci...@debian.org
Changed-By: Francisco Manuel Garcia Claramonte franci...@debian.org
Description: 
 php-letodms-lucene - Document management system - Fulltext search
Changes: 
 php-letodms-lucene (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed unneeded patches.
   * Fixed dependency to letodms in recommends control field.
Checksums-Sha1: 
 6b9ffe0b0145fd990ef03883184cf460c4a4760a 1104 php-letodms-lucene_1.0.1-1.dsc
 49d845fde351065d7ec83672a6df78e6a8a27b71 2932 
php-letodms-lucene_1.0.1.orig.tar.gz
 eb342d9b72e10fe59acd60acf1689f53605ce315 1840 
php-letodms-lucene_1.0.1-1.debian.tar.gz
 e176ddde9eeb467bb0e0c849c1b98e6c9a8e0c0d 8644 
php-letodms-lucene_1.0.1-1_all.deb
Checksums-Sha256: 
 949a4964e1bdd86246578d5a7428af2c4e9e49d131d60a1e555daf81ed132688 1104 
php-letodms-lucene_1.0.1-1.dsc
 5da9f1c3bf1ae956224e716d284d5cf8ac73d76553c80e0a051beac51a73f70b 2932 
php-letodms-lucene_1.0.1.orig.tar.gz
 7c3174a5330b4c4e14e5220ce2fa6aaf0a5cfacb1d0ae922e219128130914fef 1840 
php-letodms-lucene_1.0.1-1.debian.tar.gz
 72b59888c9f7118859f495d1295ba85fa021894e0fff0181baf8dea3b715d226 8644 
php-letodms-lucene_1.0.1-1_all.deb
Files: 
 79a31b3036a9c69a9ea9c3f971cfa94d 1104 web optional 
php-letodms-lucene_1.0.1-1.dsc
 7e042d6caa2965b46616ff48c3043d9e 2932 web optional 
php-letodms-lucene_1.0.1.orig.tar.gz
 f3fcd77de1a5c36f5d6229a51455aeb9 1840 web optional 
php-letodms-lucene_1.0.1-1.debian.tar.gz
 bf08b8b7069c128a5dd1ab71751cd1f4 8644 web optional 
php-letodms-lucene_1.0.1-1_all.deb

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

iEYEARECAAYFAk7wrxEACgkQmpU8glVqulEEMQCgpLfedBdJ2NONFm9WhuPgK4NJ
15MAoK6JBakLfVHR/qwdPGsSWEmruwVh
=pjW6
-END PGP SIGNATURE-


Accepted:
php-letodms-lucene_1.0.1-1.debian.tar.gz
  to main/p/php-letodms-lucene/php-letodms-lucene_1.0.1-1.debian.tar.gz
php-letodms-lucene_1.0.1-1.dsc
  to main/p/php-letodms-lucene/php-letodms-lucene_1.0.1-1.dsc
php-letodms-lucene_1.0.1-1_all.deb
  to main/p/php-letodms-lucene/php-letodms-lucene_1.0.1-1_all.deb
php-letodms-lucene_1.0.1.orig.tar.gz
  to main/p/php-letodms-lucene/php-letodms-lucene_1.0.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/e1rd2bh-0002m7...@franck.debian.org



Accepted vdr-plugin-osdserver 0.1.3-3 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:38 +0100
Source: vdr-plugin-osdserver
Binary: vdr-plugin-osdserver
Architecture: source amd64
Version: 0.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-osdserver - VDR plugin to provide other programs access to the OSD
Changes: 
 vdr-plugin-osdserver (0.1.3-3) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-osdserver (0.1.3-2) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-osdserver (0.1.3-1) unstable; urgency=low
 .
   * New upstream release
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 34af87ba3bf4c4781b21219ee54a44983cf20782 1443 vdr-plugin-osdserver_0.1.3-3.dsc
 6dbcaaa1030d9078f88586c4c471a0c61a7529b7 48073 
vdr-plugin-osdserver_0.1.3.orig.tar.gz
 8bac331bb2c91e303a77a8b0e11030162cc99375 3054 
vdr-plugin-osdserver_0.1.3-3.debian.tar.gz
 401539ca5a7bb37fbe8059c5c1165390742cc88b 85558 
vdr-plugin-osdserver_0.1.3-3_amd64.deb
Checksums-Sha256: 
 a225b9c64f9f226e478318c9f2b2c8ff1193a9104660f4661af23ac9a9bf4072 1443 
vdr-plugin-osdserver_0.1.3-3.dsc
 b41b0930c793c302378a6ce734d10377fc59021b594c426fa1eff255cfb10620 48073 
vdr-plugin-osdserver_0.1.3.orig.tar.gz
 3870daceb773821a0861e3c00fec0d683a9ca8dfb409191acace60e054e38ef0 3054 
vdr-plugin-osdserver_0.1.3-3.debian.tar.gz
 f46ec28cecf6a2c23d84267de85fa259ea5d31919e8af8a28c0643c66bf200d0 85558 
vdr-plugin-osdserver_0.1.3-3_amd64.deb
Files: 
 bb797c8b696f05f9cf3a12845936ebfc 1443 video extra 
vdr-plugin-osdserver_0.1.3-3.dsc
 906d4f0ae3b5722f3c9894c3e9774251 48073 video extra 
vdr-plugin-osdserver_0.1.3.orig.tar.gz
 01666f4a48afecc6a95e21f2ad27523f 3054 video extra 
vdr-plugin-osdserver_0.1.3-3.debian.tar.gz
 7cd89893573860e2a2eb57945c224cc5 85558 video extra 
vdr-plugin-osdserver_0.1.3-3_amd64.deb

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

iEYEARECAAYFAk7wrLoACgkQ9xgNJq7apkLf2ACeNaYez9rFm0JWG0mwKdYFocue
8/YAmgOsiP+VbDx1iEf7aKSOksCGBfyK
=gk+U
-END PGP SIGNATURE-


Accepted:
vdr-plugin-osdserver_0.1.3-3.debian.tar.gz
  to main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.3-3.debian.tar.gz
vdr-plugin-osdserver_0.1.3-3.dsc
  to main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.3-3.dsc
vdr-plugin-osdserver_0.1.3-3_amd64.deb
  to main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.3-3_amd64.deb
vdr-plugin-osdserver_0.1.3.orig.tar.gz
  to main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.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/e1rd2cr-00032g...@franck.debian.org



Accepted bzr-hg 0.2.0~bzr540-1 (source all)

2011-12-20 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:56:04 +0100
Source: bzr-hg
Binary: bzr-hg
Architecture: source all
Version: 0.2.0~bzr540-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-hg - Bazaar plugin providing Mercurial integration
Closes: 652791
Changes: 
 bzr-hg (0.2.0~bzr540-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Fixes compatibility with bzr 2.5. Closes: #652791
Checksums-Sha1: 
 3c5e8b963fa4e63d4fc7d138d7ed72b1c7f28c05 1426 bzr-hg_0.2.0~bzr540-1.dsc
 c4d6e22b76161328fc88367018293f2b217dac28 54229 bzr-hg_0.2.0~bzr540.orig.tar.gz
 637a484dfbbd57f571cbda2b379358412aa1eaa7 3515 
bzr-hg_0.2.0~bzr540-1.debian.tar.gz
 0627124a1b550fe8da40b31d01eeb24a902d4963 55382 bzr-hg_0.2.0~bzr540-1_all.deb
Checksums-Sha256: 
 8b06fb91bd767180044291bc6946fdbf744fab1200ddea4b14ba8fabce4df05c 1426 
bzr-hg_0.2.0~bzr540-1.dsc
 b619e84522a48ba69d36bfe1e3d2d325e5db8acb8bff011eea47b2878fb251d7 54229 
bzr-hg_0.2.0~bzr540.orig.tar.gz
 e35b90fb38b75266c030a1f5fe184f709f30f6bfc4a584e0fced454211d273c0 3515 
bzr-hg_0.2.0~bzr540-1.debian.tar.gz
 ea0ff1533e71bde575a541e2a3141ecedcd9d5e43f196e29a1150840cbb787f6 55382 
bzr-hg_0.2.0~bzr540-1_all.deb
Files: 
 e7861e6dd7ad2aa4c6e283973fb2c45d 1426 devel optional bzr-hg_0.2.0~bzr540-1.dsc
 626b4ddbaf2c7e9ad29bb06cdbd2510c 54229 devel optional 
bzr-hg_0.2.0~bzr540.orig.tar.gz
 c063e2955c60175fe7b1f24e413e636e 3515 devel optional 
bzr-hg_0.2.0~bzr540-1.debian.tar.gz
 9f33665fda050f581fe53ec4f3b07b02 55382 devel optional 
bzr-hg_0.2.0~bzr540-1_all.deb

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

iEYEARECAAYFAk7wseIACgkQPa9Uoh7vUnYyJwCgnLh0PwzXnck4GW9GLS8FUBvu
mREAn1R94FZ3PmnO9CU1ceIS3igFqUoj
=Kpwg
-END PGP SIGNATURE-


Accepted:
bzr-hg_0.2.0~bzr540-1.debian.tar.gz
  to main/b/bzr-hg/bzr-hg_0.2.0~bzr540-1.debian.tar.gz
bzr-hg_0.2.0~bzr540-1.dsc
  to main/b/bzr-hg/bzr-hg_0.2.0~bzr540-1.dsc
bzr-hg_0.2.0~bzr540-1_all.deb
  to main/b/bzr-hg/bzr-hg_0.2.0~bzr540-1_all.deb
bzr-hg_0.2.0~bzr540.orig.tar.gz
  to main/b/bzr-hg/bzr-hg_0.2.0~bzr540.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/e1rd2nx-00046u...@franck.debian.org



Accepted php-letodms-core 3.2.1-1 (source all)

2011-12-20 Thread Francisco Manuel Garcia Claramonte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Dec 2011 11:55:27 +0100
Source: php-letodms-core
Binary: php-letodms-core
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Manuel Garcia Claramonte franci...@debian.org
Changed-By: Francisco Manuel Garcia Claramonte franci...@debian.org
Description: 
 php-letodms-core - Document management system - Core files
Changes: 
 php-letodms-core (3.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixed dependency to letodms in recommends control field.
Checksums-Sha1: 
 6ab3338030c72567fd2155ca241d94cab486dc48 1091 php-letodms-core_3.2.1-1.dsc
 f0b51175bae230666dd1dd85e2ef8f32dcb0a84a 37226 
php-letodms-core_3.2.1.orig.tar.gz
 bec7897e31e5c4aa9975bddb86abb6ad23dd1089 1803 
php-letodms-core_3.2.1-1.debian.tar.gz
 3ebabc0916bee5110da4d6b3e3b4438135d6a3de 44542 php-letodms-core_3.2.1-1_all.deb
Checksums-Sha256: 
 231c766db3be263c325810dfd404cc1337211be09217cf7aee18dfae28013582 1091 
php-letodms-core_3.2.1-1.dsc
 1a5aff2e4bc4cd9da9b7a33f57a4ceefe6eb971c5f0539efef0dbd43bc1c22de 37226 
php-letodms-core_3.2.1.orig.tar.gz
 7ba7ceb9f5bffe78f0606191ab929438dbfc5ee7607bee535a1b32d8d6464f9b 1803 
php-letodms-core_3.2.1-1.debian.tar.gz
 5e747042bfcab20dd4b13f4efe4b6a2957c28deaeb393a48bdf520ef454cec51 44542 
php-letodms-core_3.2.1-1_all.deb
Files: 
 80ce4abc0f954b9bec596b26f66e5f65 1091 web optional php-letodms-core_3.2.1-1.dsc
 1fcec758dd26fb34e75d7ab5177d390e 37226 web optional 
php-letodms-core_3.2.1.orig.tar.gz
 ea93daa02b4c148a68893173a97d3ccf 1803 web optional 
php-letodms-core_3.2.1-1.debian.tar.gz
 487059d0a9b72ee6273b536dde74735a 44542 web optional 
php-letodms-core_3.2.1-1_all.deb

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

iEYEARECAAYFAk7jK8cACgkQmpU8glVqulEWkQCgwcyYFkjlVAyTLCzw5FBKPnCs
Tx4AoNSvmV8xziaBFXOx2SyRoR9jtubg
=985y
-END PGP SIGNATURE-


Accepted:
php-letodms-core_3.2.1-1.debian.tar.gz
  to main/p/php-letodms-core/php-letodms-core_3.2.1-1.debian.tar.gz
php-letodms-core_3.2.1-1.dsc
  to main/p/php-letodms-core/php-letodms-core_3.2.1-1.dsc
php-letodms-core_3.2.1-1_all.deb
  to main/p/php-letodms-core/php-letodms-core_3.2.1-1_all.deb
php-letodms-core_3.2.1.orig.tar.gz
  to main/p/php-letodms-core/php-letodms-core_3.2.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/e1rd2bu-0002gz...@franck.debian.org



Accepted vdr-plugin-epgsearch 1.0.0-3 (source amd64)

2011-12-20 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:16:37 +0100
Source: vdr-plugin-epgsearch
Binary: vdr-plugin-epgsearch
Architecture: source amd64
Version: 1.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 vdr-plugin-epgsearch - VDR plugin that provides extensive EPG searching 
capabilities
Changes: 
 vdr-plugin-epgsearch (1.0.0-3) unstable; urgency=low
 .
   * Build-depend on vdr-dev (= 1.7.22)
 .
 vdr-plugin-epgsearch (1.0.0-2) unstable; urgency=low
 .
   * Switched to GIT using pristine tar
 .
 vdr-plugin-epgsearch (1.0.0-1) unstable; urgency=low
 .
   * New upstream release
   * Build-depend on vdr-dev (= 1.7.21)
Checksums-Sha1: 
 0ec27c6a05655ec9b7ed5dc77f36069904470181 1464 vdr-plugin-epgsearch_1.0.0-3.dsc
 0fb78ef195c6b41a17c31f0859143167e363d8c8 667633 
vdr-plugin-epgsearch_1.0.0.orig.tar.gz
 61f1054881547ee612a6944cb82b65036169e4e0 12793 
vdr-plugin-epgsearch_1.0.0-3.debian.tar.gz
 ca70a1a883f5410d83474563102ac51aaebb9d5b 655834 
vdr-plugin-epgsearch_1.0.0-3_amd64.deb
Checksums-Sha256: 
 eb3ff26325895a0cb1df792bb48e3dfb1b8f5090be7fc0132f5d52bb25998152 1464 
vdr-plugin-epgsearch_1.0.0-3.dsc
 989c3ce611ad2b591783dcd7e52a4b462b3352a7657c478e7a3b3c38164b4a12 667633 
vdr-plugin-epgsearch_1.0.0.orig.tar.gz
 11a6b7ef739cc38f8f6c0836df6aa5aae06e8066b3718753f793ed1e33fe186e 12793 
vdr-plugin-epgsearch_1.0.0-3.debian.tar.gz
 30ee22f28d5292535a2173188b676e26f2799d13cc1ee5cd1c66ebf7cfd404e4 655834 
vdr-plugin-epgsearch_1.0.0-3_amd64.deb
Files: 
 61ab70a1f4bb403908613f34bdd2210b 1464 video extra 
vdr-plugin-epgsearch_1.0.0-3.dsc
 c18d93ceeb4ae5d23b03e786d12c571b 667633 video extra 
vdr-plugin-epgsearch_1.0.0.orig.tar.gz
 8ce7e0957b91c4a7feca1f0b2d2eaa6f 12793 video extra 
vdr-plugin-epgsearch_1.0.0-3.debian.tar.gz
 6466cd82e0314519df07061da1039df5 655834 video extra 
vdr-plugin-epgsearch_1.0.0-3_amd64.deb

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

iEYEARECAAYFAk7wq/QACgkQ9xgNJq7apkJpbwCeKL0HHMAn84oqqZlgb54zFOAf
8MYAnA/MjfB7ASvbxdCn8Uw5YQxZCi6e
=GK6K
-END PGP SIGNATURE-


Accepted:
vdr-plugin-epgsearch_1.0.0-3.debian.tar.gz
  to main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_1.0.0-3.debian.tar.gz
vdr-plugin-epgsearch_1.0.0-3.dsc
  to main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_1.0.0-3.dsc
vdr-plugin-epgsearch_1.0.0-3_amd64.deb
  to main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_1.0.0-3_amd64.deb
vdr-plugin-epgsearch_1.0.0.orig.tar.gz
  to main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_1.0.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/e1rd2cu-0002wp...@franck.debian.org



Accepted libextutils-xspp-perl 0.1602-3 (source all)

2011-12-20 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 16:50:44 +0100
Source: libextutils-xspp-perl
Binary: libextutils-xspp-perl
Architecture: source all
Version: 0.1602-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libextutils-xspp-perl - module for using Perl XS with C++ code
Closes: 652760
Changes: 
 libextutils-xspp-perl (0.1602-3) unstable; urgency=low
 .
   * Remove debian/source/local-options; abort-on-upstream-changes and
 unapply-patches are default in dpkg-source since 1.16.1.
   * Swap order of alternative (build) dependencies after the perl 5.14
 transition.
 Closes: #652760
Checksums-Sha1: 
 4b11704478b1c2f57ab9345182ab6acea98f32c0 2309 
libextutils-xspp-perl_0.1602-3.dsc
 715c12edde2f33626a2520c7aacaa7030337b949 3043 
libextutils-xspp-perl_0.1602-3.debian.tar.gz
 289e6c581dc6fdd0c6cc2a32172fc07435e5f7b8 192846 
libextutils-xspp-perl_0.1602-3_all.deb
Checksums-Sha256: 
 09ecee8c0402d2253c0dfb7d09d1546dca5ac2b4e3e268383dd941b426cef828 2309 
libextutils-xspp-perl_0.1602-3.dsc
 b6197f6ae88916860a3c84d9ace7554ce83bdf509978b88412bb2922391a870f 3043 
libextutils-xspp-perl_0.1602-3.debian.tar.gz
 4637c48bf5ec2d4426d1d675ea173e787449bcd90fa62fd35e8252ee9a6a88c5 192846 
libextutils-xspp-perl_0.1602-3_all.deb
Files: 
 7ae89f0ed1dff79ff7726987ee02a851 2309 perl optional 
libextutils-xspp-perl_0.1602-3.dsc
 d6951b8d655766748b7dc819b94a8db2 3043 perl optional 
libextutils-xspp-perl_0.1602-3.debian.tar.gz
 f9e560db1c718221437756019f1f6e3f 192846 perl optional 
libextutils-xspp-perl_0.1602-3_all.deb

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

iQIcBAEBCAAGBQJO8K9NAAoJELs6aAGGSaoGzd8P/2grKzro9rfgw9VmAFxQEveT
3x7Rdp0N6kVW5RpXD2Xc31riJXTVbxGqfLJgdDQkQ4Z0ug7FLupcusJazQDvwaJK
BMGJnDRsA9+2iFWwRbrXVl91/MWYy2IFKALuCsL+crinW3cQc9w4cU0TYtFvbr8R
88vkN09VZvBD+VD/CO8JY4ZNtzOGfCbKOli+zd2k0yBHxQv2o74DP8GRIedyav8I
nlATv8AoNoKJMVzJ0bqfr+mKYxUE1LnmCAeyg1qlYmZoEFCPH3xIeh23/G9aHx1a
i0TxZzDUjyLBYnjCFM8TEHIL9fthrBTOEkWw5N3ofRW3KCvOF6IxgkkSbNLSP1Gc
n8c8nlvwxXpDQYVK/rRcNyEAANg56iZP3QeP6v9Jh2Ljcqzcg+e7upvLUOG7l3ir
91Mu4L70OUPdNW0AqOKXc+zkso6AKJ3jNKWZ2lz0S4+oeRpFdJC++EAxNg+O2HGy
ptzZ7j6Rw1IFqUjY8SwTqmFQ6gcTT9OKbj0LWo0BeB0mG5ELBwxpngc0PsSly5Os
9ESCHT4I1PyyAhgd1Kiq80qXiFO6ZR+5DNlupIUMlO5gt/xKLcekzu41Q07EgP7R
Lt/5bG35/IGxywXfqkRPshRSZEymM6P0/buk/C9AK/lYCLLnZkimVhQFCFSQFuVX
ctzjEXr0QJrOCiTfVfog
=yief
-END PGP SIGNATURE-


Accepted:
libextutils-xspp-perl_0.1602-3.debian.tar.gz
  to 
main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.1602-3.debian.tar.gz
libextutils-xspp-perl_0.1602-3.dsc
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.1602-3.dsc
libextutils-xspp-perl_0.1602-3_all.deb
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.1602-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/e1rd2ac-0002xd...@franck.debian.org



Accepted commando 0.1.2a-3 (source all)

2011-12-20 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:47:55 +0100
Source: commando
Binary: python-commando
Architecture: source all
Version: 0.1.2a-3
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 python-commando - wrapper for argparse to define declaratively
Changes: 
 commando (0.1.2a-3) unstable; urgency=low
 .
   * Add missing build-deps on python-setuptools
Checksums-Sha1: 
 b5421ab41d7a9f000ae4311b22cf3a7c31bb13ab 1880 commando_0.1.2a-3.dsc
 c6b032ff9d33016c0b62ce15026fad3cdbf4eff8 2417 commando_0.1.2a-3.debian.tar.gz
 78a54f986c962017c01d3e9521e93ab89fe81b09 6286 python-commando_0.1.2a-3_all.deb
Checksums-Sha256: 
 4e36a793ee072dffb76b56173674e5ab1f6fd87d7e3b787343a43387c48ce2d3 1880 
commando_0.1.2a-3.dsc
 699f137a675ffbbf8072ac075ed2bb3181cddf99a8b67ef9043fd986494cc4cb 2417 
commando_0.1.2a-3.debian.tar.gz
 af855c4a3230db95c47179b3a11be37b80fc388d69e2924dfbd226f8464e4192 6286 
python-commando_0.1.2a-3_all.deb
Files: 
 4e459db76cfa3c32375f1cbd6c0ae4b3 1880 python extra commando_0.1.2a-3.dsc
 0ac35fcfadd4c8e628d35e7c0f51feed 2417 python extra 
commando_0.1.2a-3.debian.tar.gz
 4dc0797a2454b39b387d184dfb85e618 6286 python extra 
python-commando_0.1.2a-3_all.deb

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

iQIcBAEBAgAGBQJO8K7AAAoJEGEbqVCLeKXCkTEP/182CA4eDCsQN9H6BwhdnWIA
ZiX6SgFL07awgLjR2S6vJwsmMtG1jhciNZgCpx+LcFlqidwVJ3qnESB7er5NDfKX
ljrHFda4XUf3vX97n6MC8IT80HEk3ZUPT976KbUmIP4qlDaqZXTpNnJPt73yKO/i
CjWaFAWHb8Gafn83LqlHBzuEa3I/IScbdqZMatySW02aRp+R9Vdva6OCq+XU3wVC
clauRXcPX+AhYfwRItmMW5J9SNkAKcVERH/HPIUHJwK5zVjK8VxeSScauKNFLYNH
EG4IXIh78a2J+ehtHIDVtU864sEhEc5GF4eaBbklSzZRFR/fte9jkvbp/9XdWGr4
O92el39b5SqIB8KGRoQzUCG6mIM9gjp80MFHTthL3NcbsIcwXmtwd1R7LGw4XVmB
5PIQ/c4eaWF1klk4goZb/AVx4HWttXzj79BseFDa9StBiotTwHID+Y0VPNDHTX0y
O5CleRo0iCiH7lBNcRAvEHlU0chbAbxz2UGsP7iZ1NageHqAcQaQxK3gfbe4s24m
IoU1Cv1URJJxFPvBGpK0QgXvBFR2BnhY+bCOG4Uss2RsWh3WiFUINsTWewcuqSBV
CZwtnuzR1dsJC9yz6g4vnfL8OvDyUQhx2CQVFHwSfqGR0yGffniEFY9GJKLLg6iP
P6RuQoJfm1tlPPJ4KvUd
=0wAc
-END PGP SIGNATURE-


Accepted:
commando_0.1.2a-3.debian.tar.gz
  to main/c/commando/commando_0.1.2a-3.debian.tar.gz
commando_0.1.2a-3.dsc
  to main/c/commando/commando_0.1.2a-3.dsc
python-commando_0.1.2a-3_all.deb
  to main/c/commando/python-commando_0.1.2a-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/e1rd28n-0002fq...@franck.debian.org



Accepted multipartposthandler 0.1.0-2 (source all)

2011-12-20 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 16:43:00 +0100
Source: multipartposthandler
Binary: python-multipartposthandler
Architecture: source all
Version: 0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: georg...@ofset.org
Description: 
 python-multipartposthandler - handler for urllib2 to enable multipart form 
uploading
Closes: 652779
Changes: 
 multipartposthandler (0.1.0-2) unstable; urgency=low
 .
   * added a Build-Dependency on python-setuptools
 Closes:#652779
Checksums-Sha1: 
 3d1a64423024b82588aa006a053428204c764702 1233 multipartposthandler_0.1.0-2.dsc
 6126d9d3bddc9b36336aa084ff04732f85704b29 2963 
multipartposthandler_0.1.0-2.debian.tar.gz
 e47970379199a2e0ee49075d835cb27074841176 5362 
python-multipartposthandler_0.1.0-2_all.deb
Checksums-Sha256: 
 47cfa487e06745175700fb5c2c248b2de27fd52175412ac3eb807b01a51d9a8d 1233 
multipartposthandler_0.1.0-2.dsc
 8486e622ebe97682926a9ffae75af1de428c4ce299135ada32f9cde418372a34 2963 
multipartposthandler_0.1.0-2.debian.tar.gz
 2a1c9af735371c040b6a97c8bd9972a9b5e847de11caf53b95b5a6b2b23cc888 5362 
python-multipartposthandler_0.1.0-2_all.deb
Files: 
 899c357580c6074f4b2f2435a955614f 1233 python extra 
multipartposthandler_0.1.0-2.dsc
 7e99e1b88fd27001046a9ed3f35fc0ee 2963 python extra 
multipartposthandler_0.1.0-2.debian.tar.gz
 21341fd8be20cef52c175c90c722c6e4 5362 python extra 
python-multipartposthandler_0.1.0-2_all.deb

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

iD8DBQFO8K17nfmb2hFpETARAvs5AJwNdffsqJM5hJJU1iAByX8a1hdEEQCfT5Jp
LpX7jfjXUN5aJXnwN87i0Ao=
=ZhCa
-END PGP SIGNATURE-


Accepted:
multipartposthandler_0.1.0-2.debian.tar.gz
  to main/m/multipartposthandler/multipartposthandler_0.1.0-2.debian.tar.gz
multipartposthandler_0.1.0-2.dsc
  to main/m/multipartposthandler/multipartposthandler_0.1.0-2.dsc
python-multipartposthandler_0.1.0-2_all.deb
  to main/m/multipartposthandler/python-multipartposthandler_0.1.0-2_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/e1rd2b3-0002c5...@franck.debian.org



Accepted letodms 3.2.1+dfsg-1 (source all)

2011-12-20 Thread Francisco Manuel Garcia Claramonte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 Dec 2011 12:16:09 +0100
Source: letodms
Binary: letodms
Architecture: source all
Version: 3.2.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Manuel Garcia Claramonte franci...@debian.org
Changed-By: Francisco Manuel Garcia Claramonte franci...@debian.org
Description: 
 letodms- document management system based on PHP and MySQL
Closes: 650294
Changes: 
 letodms (3.2.1+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Reviewed description control fields (Closes: #650294).
Checksums-Sha1: 
 edc41fb106ce13fd2cf2193051618eba179b1f86 1068 letodms_3.2.1+dfsg-1.dsc
 cf3047f397ae116b2419b3ffc77f5a72b5109b28 937379 letodms_3.2.1+dfsg.orig.tar.gz
 dbaf7ff0cc214d836023c8f7680cb364e172b3ed 16614 
letodms_3.2.1+dfsg-1.debian.tar.gz
 361f80af2bf7be0ee8a6b81d7c2c5a3ba152f22c 375944 letodms_3.2.1+dfsg-1_all.deb
Checksums-Sha256: 
 9044b70963dd88fc234c530f2d191780e8f91015a871e5fc0f4fdfcb4624a457 1068 
letodms_3.2.1+dfsg-1.dsc
 43aa79c3ed63b1efeba5ed712ef0c6539ea8e8ca23b6c995dd4be1ebaab1a724 937379 
letodms_3.2.1+dfsg.orig.tar.gz
 3806e7ca3eb7bced1bfaa214f6f37a416eb341dde425abab9f87e15d2a146493 16614 
letodms_3.2.1+dfsg-1.debian.tar.gz
 15010e28708dd3f40afa5b57e1ffc70a25b0eff018ddab37f6efac9ab7d1cabf 375944 
letodms_3.2.1+dfsg-1_all.deb
Files: 
 df30f417bf6b9173c832981aa19c4ddc 1068 web optional letodms_3.2.1+dfsg-1.dsc
 9335ac43a14ea3441ad0a1905ca5a425 937379 web optional 
letodms_3.2.1+dfsg.orig.tar.gz
 f4a9d450b926604d68f4c221fe39d8f7 16614 web optional 
letodms_3.2.1+dfsg-1.debian.tar.gz
 6826fde05dd88c1869f56b2c3bcba6cd 375944 web optional 
letodms_3.2.1+dfsg-1_all.deb

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

iEYEARECAAYFAk7wr90ACgkQmpU8glVqulHXegCeLzWML5pMCnAf7msSWHh/gMFn
hcIAn2Qvvr7YJq8TI74kjJTmwouQF7SD
=Sr51
-END PGP SIGNATURE-


Accepted:
letodms_3.2.1+dfsg-1.debian.tar.gz
  to main/l/letodms/letodms_3.2.1+dfsg-1.debian.tar.gz
letodms_3.2.1+dfsg-1.dsc
  to main/l/letodms/letodms_3.2.1+dfsg-1.dsc
letodms_3.2.1+dfsg-1_all.deb
  to main/l/letodms/letodms_3.2.1+dfsg-1_all.deb
letodms_3.2.1+dfsg.orig.tar.gz
  to main/l/letodms/letodms_3.2.1+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/e1rd2aa-0002sh...@franck.debian.org



Accepted reprepro 4.8.2-1 (source amd64)

2011-12-20 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 Dec 2011 20:53:58 +0100
Source: reprepro
Binary: reprepro
Architecture: source amd64
Version: 4.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link brl...@debian.org
Changed-By: Bernhard R. Link brl...@debian.org
Description: 
 reprepro   - Debian package repository producer
Closes: 649308 649311
Changes: 
 reprepro (4.8.2-1) unstable; urgency=low
 .
   * new bugfix release
   - warn against too long keyids in uploader files (Closes: 649311)
   - don't warn against .git files in .changes files (Closes: 649308)
   * suggest  xz-lzma | lzma instead of lzma alone
Checksums-Sha1: 
 cfcd3eccbca21fca1cfecc37c596437f685bc859 1270 reprepro_4.8.2-1.dsc
 83f769aab6319b401a3c6082a7d5b797b5af0a65 636616 reprepro_4.8.2.orig.tar.gz
 1c28a0620ff1ace88a4d34cc4e3719657b805ff0 12662 reprepro_4.8.2-1.debian.tar.gz
 524b9a79564ca2014a8a4a200dbcde62cecd1ecd 500160 reprepro_4.8.2-1_amd64.deb
Checksums-Sha256: 
 3bd36f43389130331677072cd30ea8166721a494f6d899b3ae1cc3edabd0bf33 1270 
reprepro_4.8.2-1.dsc
 2af469992266f9c85f80d29ed07d988f79bfca5bc75a8f25b3502d4d6a2e5a73 636616 
reprepro_4.8.2.orig.tar.gz
 91a2eecafeecd742fd5d72dea8b0353bcd4f3c1a2a39f4d42102f0b57680573c 12662 
reprepro_4.8.2-1.debian.tar.gz
 94f0e07a235711c3bf865c8d8ee0aa4827d7dc26acb9b541639df308592fb2ff 500160 
reprepro_4.8.2-1_amd64.deb
Files: 
 eb90c57afc44a865ecfd271ad0975e4f 1270 utils extra reprepro_4.8.2-1.dsc
 b270358c8875a3bdacba26b572e19cc0 636616 utils extra reprepro_4.8.2.orig.tar.gz
 6c17c902f67e5c253033f967999181a2 12662 utils extra 
reprepro_4.8.2-1.debian.tar.gz
 74de933447a8b680d566e4f2a3ce52d3 500160 utils extra reprepro_4.8.2-1_amd64.deb

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

iEYEARECAAYFAk7vvRgACgkQTrAWvKplQe7sawCeOg98zB6mSMRhQackbqDRLO01
kzMAnjpkw8tc6a3KAXzDTOckd76A84pg
=JCMi
-END PGP SIGNATURE-


Accepted:
reprepro_4.8.2-1.debian.tar.gz
  to main/r/reprepro/reprepro_4.8.2-1.debian.tar.gz
reprepro_4.8.2-1.dsc
  to main/r/reprepro/reprepro_4.8.2-1.dsc
reprepro_4.8.2-1_amd64.deb
  to main/r/reprepro/reprepro_4.8.2-1_amd64.deb
reprepro_4.8.2.orig.tar.gz
  to main/r/reprepro/reprepro_4.8.2.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/e1rd2rx-iz...@franck.debian.org



Accepted hyphen-pa 0.7.0-1 (source all)

2011-12-20 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 21:27:11 +0530
Source: hyphen-pa
Binary: hyphen-pa
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 hyphen-pa  - Punjabi hyphenation patterns for OpenOffice.org/LibreOffice
Closes: 652750
Changes: 
 hyphen-pa (0.7.0-1) unstable; urgency=low
 .
   [Muneeb Shaikh]
   * New upstream version.
   * Rename source package to: hyphen-pa
   * debian/control
 + Removed openoffice.org-updatedicts, it does not depend on it now
 + Added Libre/Open Office to Recommends
 .
   [Vasudev Kamath]
   * FTBFS fix (Closes: #652750)
Checksums-Sha1: 
 af72744d1fb0930749143a13a14e0af6df771431 1318 hyphen-pa_0.7.0-1.dsc
 e82bdbd6afe52722693b6f7b8a9aa65603d8c7b3 4860 hyphen-pa_0.7.0.orig.tar.gz
 ae22fb45a42760dd9f7d7af57a91a1345615d4ba 2182 hyphen-pa_0.7.0-1.debian.tar.gz
 da326f161932a338654e7b67f15a5e5c3af286ff 4478 hyphen-pa_0.7.0-1_all.deb
Checksums-Sha256: 
 0bc9f9c966e50e4e6936c68f8cd1608e9704fb1e495865e5e070504c182bd49b 1318 
hyphen-pa_0.7.0-1.dsc
 74e8a349fcc2c1911517dbf24aa44c98de13b7c42434906c1bc93980e32e20a2 4860 
hyphen-pa_0.7.0.orig.tar.gz
 0ef77565b93bf7f8276ac6459fc3d6a6875feafca67fdf4978bcd82557c66a33 2182 
hyphen-pa_0.7.0-1.debian.tar.gz
 f1c012be3aba58606c71cc94b5c3e725137d08be515c2cf8a9c9676167226c02 4478 
hyphen-pa_0.7.0-1_all.deb
Files: 
 515780fe585f7ada56270e79ebd2a440 1318 text optional hyphen-pa_0.7.0-1.dsc
 986b8490c142b65ff5f27ce4938ed6ba 4860 text optional hyphen-pa_0.7.0.orig.tar.gz
 05bda4bffd3290c87f1ce25ddb91396a 2182 text optional 
hyphen-pa_0.7.0-1.debian.tar.gz
 f3bd90ea371bf59cf78922f05b3259df 4478 text optional hyphen-pa_0.7.0-1_all.deb

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

iEYEARECAAYFAk7wxKMACgkQoRg/jtECjI283QCfaDFi7br6FW23qhnbqqX+/EVU
sBQAni/KxbOttOOD1cNFoLayvPVVVyei
=Qhso
-END PGP SIGNATURE-


Accepted:
hyphen-pa_0.7.0-1.debian.tar.gz
  to main/h/hyphen-pa/hyphen-pa_0.7.0-1.debian.tar.gz
hyphen-pa_0.7.0-1.dsc
  to main/h/hyphen-pa/hyphen-pa_0.7.0-1.dsc
hyphen-pa_0.7.0-1_all.deb
  to main/h/hyphen-pa/hyphen-pa_0.7.0-1_all.deb
hyphen-pa_0.7.0.orig.tar.gz
  to main/h/hyphen-pa/hyphen-pa_0.7.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/e1rd3zz-0006ru...@franck.debian.org



Accepted yard 0.7.4-1 (source all)

2011-12-20 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 18:26:10 +0100
Source: yard
Binary: yard
Architecture: source all
Version: 0.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 yard   - Ruby documentation tool
Changes: 
 yard (0.7.4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 63f5647daa0ee165d43d8dc2508652604a724359 1974 yard_0.7.4-1.dsc
 878006bb49ca1ab11ced61e23237fb1434d944a7 722599 yard_0.7.4.orig.tar.gz
 76f686524eb7bef4a9ffb4aaf5f5d1b277026634 73919 yard_0.7.4-1.debian.tar.gz
 918b488eb6e032f4262ece26a8c121aa5210280e 608922 yard_0.7.4-1_all.deb
Checksums-Sha256: 
 58290220ece2e7939d04c26e007611709c44d9d50b695fc627158df99b4a7648 1974 
yard_0.7.4-1.dsc
 3e65135ff13ad45d4ea5651467a440bdb1af6bff1e3de0c0ce59a95179ef7754 722599 
yard_0.7.4.orig.tar.gz
 26a0ee1adca03620c68255b38660634c79f538fbd42903262d7894c1254f063a 73919 
yard_0.7.4-1.debian.tar.gz
 e6515613b269fe5ab78424e87d7420ab38f337acd6587531d27a35d5dcc62945 608922 
yard_0.7.4-1_all.deb
Files: 
 7e3687824888dbedb687189f9318433b 1974 ruby optional yard_0.7.4-1.dsc
 60a1c8d592a0bf699a3084f33d11bc7b 722599 ruby optional yard_0.7.4.orig.tar.gz
 007215332a3de5a00b50ea0b16679f8b 73919 ruby optional yard_0.7.4-1.debian.tar.gz
 fa1d1a1a9aa2d5e91d65c988d2cd22c1 608922 ruby optional yard_0.7.4-1_all.deb

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

iQIVAwUBTvDHsjkUtTL0376ZAQqxpA//WOSb+Kzqa0jAkk2SAK2YE4WfUx58Nru+
YUGKLA/t+8OOc3xd73zvadaV4CGF68MqsHPlvkGySE6lYdLe/9k+5/l3Gh58PZkV
gtu9+iHe8gZD6lZjStymdLWF3ejpV1idozFhaF4t+TKEH7TRmlmFMOen7NQPF/qw
uPnyixX7cStZQ/2M9RklCQJXQcmBFouuD1R2IcrMAbJjkgzObVncJvjpyR8K70/C
q8zJlXKkBcAB+X9bXgrGzzk0Sm4/DfgzpUO0yIcJSjxM2pSXdj0cMOqpANze8nXu
eU7gkAjhWwxNfFuGeeUh0HbQyNxA3KcFpvfGQtQLiar0D3KxD776BL1EHI5CG+r/
FvqPPQsS9cl42TNQBn0sWCiuRcqg5flRWI6g7s0XzhvVF6kFzkvrDlqNIr17TOtg
A6Gt++ZnUZkbo7+C/5thVvYU1fEJV1SQvolBoU7RmA2fytO2aG54Kcpl+p7r6xVe
M1zfCV2xwxH8AiqncIuEYs5cD7D6I+P/k/uAoEeRNI/FbyajZV3pyBWAEhteE9jv
EC5Ia21n3bXcfM7i+sDxkIMWZV63dYKacc8Ax1qiNMzyM9OaoYoBaHu2UFhXqGWs
FvzWJ9TrwXI4jaUMgOERkOgkqTxkksAXUe+u4jYMAs6lz9ME6odnI1MikWE0zQIq
SbHTToT4K2Q=
=7+At
-END PGP SIGNATURE-


Accepted:
yard_0.7.4-1.debian.tar.gz
  to main/y/yard/yard_0.7.4-1.debian.tar.gz
yard_0.7.4-1.dsc
  to main/y/yard/yard_0.7.4-1.dsc
yard_0.7.4-1_all.deb
  to main/y/yard/yard_0.7.4-1_all.deb
yard_0.7.4.orig.tar.gz
  to main/y/yard/yard_0.7.4.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/e1rd3pa-0001d2...@franck.debian.org



Accepted aqsis 1.6.0-9 (source all amd64)

2011-12-20 Thread Manuel A. Fernandez Montecelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 18:41:47 +
Source: aqsis
Binary: aqsis aqsis-examples libaqsis1 libaqsis-dev
Architecture: source amd64 all
Version: 1.6.0-9
Distribution: unstable
Urgency: low
Maintainer: Manuel A. Fernandez Montecelo manuel.montez...@gmail.com
Changed-By: Manuel A. Fernandez Montecelo manuel.montez...@gmail.com
Description: 
 aqsis  - 3D rendering solution adhering to the RenderMan(R) standard, bina
 aqsis-examples - 3D rendering solution adhering to the RenderMan(R) standard, 
exam
 libaqsis-dev - 3D rendering solution adhering to the RenderMan(R) standard, 
deve
 libaqsis1  - 3D rendering solution adhering to the RenderMan(R) standard, shar
Changes: 
 aqsis (1.6.0-9) unstable; urgency=low
 .
   * Switch to debhelper compat level v9
   * Enable some extra compiling options and hardening flags
Checksums-Sha1: 
 8aa3c13848d7242b061c258d75650a5aca5b4c0d 1683 aqsis_1.6.0-9.dsc
 226dd351a0ea8c313247ff00c87fb6883cb32b4b 15978 aqsis_1.6.0-9.debian.tar.gz
 a53c6dafb7b1a10a620af0db261a597502e5af37 496830 aqsis_1.6.0-9_amd64.deb
 e57d1d4c5b1d7a6af52a7ec58b2043073e3c38eb 370770 aqsis-examples_1.6.0-9_all.deb
 4d44c9a984af71a1cb7bfed57d5bd2a656922e47 2443292 libaqsis1_1.6.0-9_amd64.deb
 cc2b64b2dba102b313175c685740a5a39c32e36f 26376 libaqsis-dev_1.6.0-9_amd64.deb
Checksums-Sha256: 
 71f3dd733d53775698db7ca772ff09e42474616d73b9ada35c5d49c9b9981024 1683 
aqsis_1.6.0-9.dsc
 2f78788d20f32ac4feca2758f0301dc9a1ebdec25a4ba4954b99f3121f1d2da6 15978 
aqsis_1.6.0-9.debian.tar.gz
 754ae893404a58b00d590f82619128ea40c6063dce5f8327d39a167aba573b50 496830 
aqsis_1.6.0-9_amd64.deb
 5c6e194eb41c93825d1c73ffdc4b7e24aa5b25b4d10d2d4f7d5320c61b8222aa 370770 
aqsis-examples_1.6.0-9_all.deb
 fb1251f9e9601273a2541df1eeab40a22ce0385dea3d5059d6fb87c0fdb911d0 2443292 
libaqsis1_1.6.0-9_amd64.deb
 8a3047ad62d227b91a9b395a7721e04d3b6130298df50ae0a5b51e1bf20fc9d2 26376 
libaqsis-dev_1.6.0-9_amd64.deb
Files: 
 cf1bf299c99c6b40df860760c7b46798 1683 graphics optional aqsis_1.6.0-9.dsc
 87bb8cccbab3ecb37655cedffad060cd 15978 graphics optional 
aqsis_1.6.0-9.debian.tar.gz
 5ee7b10540594232cd35c68bee3b29cf 496830 graphics optional 
aqsis_1.6.0-9_amd64.deb
 9a0ecc5552e1234d0b560273c93032c1 370770 graphics optional 
aqsis-examples_1.6.0-9_all.deb
 e82f3ff5f41d099a2d5a087925515030 2443292 libs optional 
libaqsis1_1.6.0-9_amd64.deb
 4609e31d6a096c3b3672be4b97f4ed0c 26376 libdevel optional 
libaqsis-dev_1.6.0-9_amd64.deb

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

iEYEARECAAYFAk7wyWUACgkQK4B7+/vnTprDYQCgjuLn/h9G8o0vDKPrnbjKe/x9
dysAoLDpCig7vyqqO/h2z7AvMvEqMQr+
=MSyF
-END PGP SIGNATURE-


Accepted:
aqsis-examples_1.6.0-9_all.deb
  to main/a/aqsis/aqsis-examples_1.6.0-9_all.deb
aqsis_1.6.0-9.debian.tar.gz
  to main/a/aqsis/aqsis_1.6.0-9.debian.tar.gz
aqsis_1.6.0-9.dsc
  to main/a/aqsis/aqsis_1.6.0-9.dsc
aqsis_1.6.0-9_amd64.deb
  to main/a/aqsis/aqsis_1.6.0-9_amd64.deb
libaqsis-dev_1.6.0-9_amd64.deb
  to main/a/aqsis/libaqsis-dev_1.6.0-9_amd64.deb
libaqsis1_1.6.0-9_amd64.deb
  to main/a/aqsis/libaqsis1_1.6.0-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/e1rd413-00038t...@franck.debian.org



Accepted bzr-gtk 0.103.0+bzr769-1 (source all)

2011-12-20 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Dec 2011 18:25:51 +0100
Source: bzr-gtk
Binary: bzr-gtk nautilus-bzr
Architecture: source all
Version: 0.103.0+bzr769-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
 nautilus-bzr - Bazaar (bzr) integration for nautilus
Closes: 652796
Changes: 
 bzr-gtk (0.103.0+bzr769-1) unstable; urgency=low
 .
   * Remove references to Olive from the package description.
   * Remove bzr-notify from the autostart list. It's use is limited and
 it's triggering random segfaults on some systems.
   * New upstream snapshot.
+ Fixes compatibility with newer versions of gir-gtk. Closes: #652796
Checksums-Sha1: 
 4a278c5e717a1e68a62276d1cd773661550c7302 1686 bzr-gtk_0.103.0+bzr769-1.dsc
 e31af109c30b3992bf30fd1b70ec358c19f66225 211899 
bzr-gtk_0.103.0+bzr769.orig.tar.gz
 e78a7ea55d7171ea00a544dcb73300675862ede3 8330 
bzr-gtk_0.103.0+bzr769-1.debian.tar.gz
 163376535f607c041e53023c443cd8ec6f71815c 157680 
bzr-gtk_0.103.0+bzr769-1_all.deb
 1a4e62f9ae6495f95488aca0f82497cb6380941a 14898 
nautilus-bzr_0.103.0+bzr769-1_all.deb
Checksums-Sha256: 
 1a14a3ce3ddc30d2f897b75354faf01937b18e95ea2934dbc20a9a95267fa10f 1686 
bzr-gtk_0.103.0+bzr769-1.dsc
 32a5b7cce12004a8045706edc5857f276cb6d27985af345079b0079c84641c1d 211899 
bzr-gtk_0.103.0+bzr769.orig.tar.gz
 009d5739f80745e03dd17d55a229304dcf6bbf6552480a2a8b27051e57f90e4e 8330 
bzr-gtk_0.103.0+bzr769-1.debian.tar.gz
 5932a31348540b3c706f4517e6061e651cabc58ff86305bf1e723d63784d7c2a 157680 
bzr-gtk_0.103.0+bzr769-1_all.deb
 3707aa7212ce6e46b3e1b6305ab56236558ff44aa9792e2aab2bcb62fb18e9f5 14898 
nautilus-bzr_0.103.0+bzr769-1_all.deb
Files: 
 8a224b4c7e0d7bb24b29fcb808aca748 1686 vcs optional bzr-gtk_0.103.0+bzr769-1.dsc
 2e3b965b1d37cdf8f4acaeaff3ebde5f 211899 vcs optional 
bzr-gtk_0.103.0+bzr769.orig.tar.gz
 b8c5f628ba7c8f4e07efdc993f86143b 8330 vcs optional 
bzr-gtk_0.103.0+bzr769-1.debian.tar.gz
 1bbe11da21823c8466a35a780bf72e9d 157680 vcs optional 
bzr-gtk_0.103.0+bzr769-1_all.deb
 1abe278e3f6cfca9be32f85be05d3c22 14898 vcs optional 
nautilus-bzr_0.103.0+bzr769-1_all.deb

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

iEYEARECAAYFAk7wypoACgkQPa9Uoh7vUnbzMQCeO5Zcx9mONk+LJMQs8Smik3Al
nVkAoIZZXNrq42e92BEHgASfocyNLJsP
=XGYc
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.103.0+bzr769-1.debian.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr769-1.debian.tar.gz
bzr-gtk_0.103.0+bzr769-1.dsc
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr769-1.dsc
bzr-gtk_0.103.0+bzr769-1_all.deb
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr769-1_all.deb
bzr-gtk_0.103.0+bzr769.orig.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr769.orig.tar.gz
nautilus-bzr_0.103.0+bzr769-1_all.deb
  to main/b/bzr-gtk/nautilus-bzr_0.103.0+bzr769-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/e1rd41j-0003cn...@franck.debian.org



Accepted ruby-daemons 1.1.5-1 (source all)

2011-12-20 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 18:34:44 +0100
Source: ruby-daemons
Binary: ruby-daemons libdaemons-ruby libdaemons-ruby1.8
Architecture: source all
Version: 1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 libdaemons-ruby - Transitional package for ruby-daemons
 libdaemons-ruby1.8 - Transitional package for ruby-daemons
 ruby-daemons - Ruby daemons library
Changes: 
 ruby-daemons (1.1.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 848d8b06f31df63b7d9bdbbd700cb090c6a906c9 2141 ruby-daemons_1.1.5-1.dsc
 b7d94ffc12d70e1fb15713daeb90fba996699e8f 31270 ruby-daemons_1.1.5.orig.tar.gz
 8ea1cf79d2f5b03e0ebb9daddc78042a3cc77bf3 2936 
ruby-daemons_1.1.5-1.debian.tar.gz
 aa32ee0cc37c9a2acc4ca67cd2a3f73857d6a4a1 23864 ruby-daemons_1.1.5-1_all.deb
 f726ae62da143a6f9f600b37f5a8f1ea18ab1043 2854 libdaemons-ruby_1.1.5-1_all.deb
 fd11e6b9166b027dda898f177ba36e5fe68434d5 2858 
libdaemons-ruby1.8_1.1.5-1_all.deb
Checksums-Sha256: 
 832d677dcba50f3bde71afc01764e7ecec32fce73192139eadee7978e2765ae4 2141 
ruby-daemons_1.1.5-1.dsc
 f5ab35e1015a53c4d81f7bcfa31d833c879bf0fd249a2b62bfdc2e670988ba1e 31270 
ruby-daemons_1.1.5.orig.tar.gz
 87e5d467a1cc1ae9ce1da6bb7e7915ba94a1d827a2e17aa039ffe8d72fe6d09e 2936 
ruby-daemons_1.1.5-1.debian.tar.gz
 5e400df5a03eb12027398be4be4e75ce6f3eb2699e0a2286fc061e4b98d3f753 23864 
ruby-daemons_1.1.5-1_all.deb
 d195f0711b17927826e4f61e10a022270b4818c400be042b6ead5876d9f137a9 2854 
libdaemons-ruby_1.1.5-1_all.deb
 df53f4129373c3d0bfa2d5157c4524d60a2ad727a9c285c45f59595c0e85507e 2858 
libdaemons-ruby1.8_1.1.5-1_all.deb
Files: 
 d3e8fee67abe733ac65d8e7799203321 2141 ruby optional ruby-daemons_1.1.5-1.dsc
 94c1625b84c4b480e59bc1cb9b4ae06c 31270 ruby optional 
ruby-daemons_1.1.5.orig.tar.gz
 11fabcaf56a6b37f086857ecd19b17a6 2936 ruby optional 
ruby-daemons_1.1.5-1.debian.tar.gz
 a025d51f2d6237d645e5aa9f6b440680 23864 ruby optional 
ruby-daemons_1.1.5-1_all.deb
 0a1ea2ac20c682cc516c6dace5545b64 2854 oldlibs extra 
libdaemons-ruby_1.1.5-1_all.deb
 9078a875e0526a115dc320eee8da7b32 2858 oldlibs extra 
libdaemons-ruby1.8_1.1.5-1_all.deb

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

iQIVAwUBTvDKJTkUtTL0376ZAQqqBw/9Htppvmf3c3tNeXoDelR0TGKy39c8ePr0
Z9uiyVOTj/CVf0BpANQp7/UG7eEku6WMKunX12a9xRlLCYT6e2OFRrmqJi8nNdYr
RVFcOTIX1uBTjaWipsjlsBS75eVKY4XgrSbYnDRrNDl1HzoXmEzvqBf7qGEfdags
jn/CFF3tz3AyNKLS7uMbQcOoGWPaLQBWcXJgPHa2qjyjNM5url3i2BYrpQId8Rje
kT0z02EBd7haMb2HvoK25+CK/tbAEyIE40WpgyjQcen/yetI92FubvYFurmfdEVt
EgRNXNKd98gzw0Nt9jjQPGHi4DCvkbth0IY6od0sRNPHEkjlq+XRjIo7PY3nzRDO
s/fOpKPO2JmoDjL0g7MiABw9Irxb06BQou+8B/RTq6NFyrnYd5VGzjQUjYRn2E+Z
xA1zOB3tCVXg3jrcJk3A4CGmZHEwmtH0rpLFWsmDHlu/MsgpGo12vYEfGJJrwYC6
nAZC+nxZ/1yE9290V0obLAsfRvaPAUxnlaQx3V2iusPNxDAE3hv5LlQ106xxP61Y
98K7dir83j/817T+4qLBNbJ2glEl+vfpUKLMznIthjYlQVtbumi3b/b0WNpdbwSo
y3zhbBK2OdgzdcjYgZgoeOgYtvRZ5RSUoyGp4hVb9CEkxWGNJBqluASXVhm0sEX4
O5DQuev3rwc=
=mELn
-END PGP SIGNATURE-


Accepted:
libdaemons-ruby1.8_1.1.5-1_all.deb
  to main/r/ruby-daemons/libdaemons-ruby1.8_1.1.5-1_all.deb
libdaemons-ruby_1.1.5-1_all.deb
  to main/r/ruby-daemons/libdaemons-ruby_1.1.5-1_all.deb
ruby-daemons_1.1.5-1.debian.tar.gz
  to main/r/ruby-daemons/ruby-daemons_1.1.5-1.debian.tar.gz
ruby-daemons_1.1.5-1.dsc
  to main/r/ruby-daemons/ruby-daemons_1.1.5-1.dsc
ruby-daemons_1.1.5-1_all.deb
  to main/r/ruby-daemons/ruby-daemons_1.1.5-1_all.deb
ruby-daemons_1.1.5.orig.tar.gz
  to main/r/ruby-daemons/ruby-daemons_1.1.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/e1rd42q-0003ir...@franck.debian.org



Accepted ruby-json 1.6.3-1 (source all amd64)

2011-12-20 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 18:52:05 +0100
Source: ruby-json
Binary: ruby-json libjson-ruby libjson-ruby-doc libjson-ruby1.8
Architecture: source amd64 all
Version: 1.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 libjson-ruby - Transitional package for ruby-json
 libjson-ruby-doc - Transitional package for ruby-json
 libjson-ruby1.8 - Transitional package for ruby-json
 ruby-json  - JSON library for Ruby
Changes: 
 ruby-json (1.6.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 eb99940bd691c5d55d201d9f36ee85e7570daeae 2205 ruby-json_1.6.3-1.dsc
 7694c0204199c7683387c25900ef1ec76a72a0a2 651688 ruby-json_1.6.3.orig.tar.gz
 1a624df41c85c277ddc104a0162c6275b06f0939 4924 ruby-json_1.6.3-1.debian.tar.gz
 1c8f3a77b85bb92025ffbba3a7ae6fcc95031959 80214 ruby-json_1.6.3-1_amd64.deb
 12558b8a3661aee28bae5f4499b0edca62c32966 9568 libjson-ruby_1.6.3-1_all.deb
 24d4b5fa5d9bb057d534416b5731573e8b6b6abb 9572 libjson-ruby-doc_1.6.3-1_all.deb
 8e08ddb4526c8aa680114b3a3da22fe46039077e 9572 libjson-ruby1.8_1.6.3-1_all.deb
Checksums-Sha256: 
 eae6fdf71fc62569a0c63c6a7d725ddad2b0705dd6a076e4dbf3ab551cdf4e34 2205 
ruby-json_1.6.3-1.dsc
 98add5f958338a497ba5cc7b694a6fad6664a4a043c1e22eb90096cf860fb9f8 651688 
ruby-json_1.6.3.orig.tar.gz
 e15e6393326e8600bf192b7dfb4f7f67937ca4bd61fc931757c00bb5ecd6b3b8 4924 
ruby-json_1.6.3-1.debian.tar.gz
 d87d8c3e7fcd921999da5574aa0eaab620c878ab13376c0b5f9bb6d7c80ad767 80214 
ruby-json_1.6.3-1_amd64.deb
 c7716ef76b6047023a77c5604ac7ff6d2e198e81d2b2918bf3304e2ea8ddb5d0 9568 
libjson-ruby_1.6.3-1_all.deb
 3439d636d1e23a3dc43059fd802d425af8dcc26cc894376d3fe135102ecdf74a 9572 
libjson-ruby-doc_1.6.3-1_all.deb
 73592d4ee780f7652e136b7dfb720c5f8aa0514bea700a1dc7fd884c24227fd9 9572 
libjson-ruby1.8_1.6.3-1_all.deb
Files: 
 6b2c129583bebda91d2f1fa3e310e2e3 2205 ruby optional ruby-json_1.6.3-1.dsc
 6028619307693e8810905437e9e71f24 651688 ruby optional 
ruby-json_1.6.3.orig.tar.gz
 09aae5fe58b13459a2b0207c86fe7fb3 4924 ruby optional 
ruby-json_1.6.3-1.debian.tar.gz
 93eb270a5bf086bf4b78f1e725151e5d 80214 ruby optional 
ruby-json_1.6.3-1_amd64.deb
 691d04ce6b6c75877ba57b437ce14a23 9568 oldlibs extra 
libjson-ruby_1.6.3-1_all.deb
 22e9bfecc6d2b2548d3b5bffd14b67eb 9572 oldlibs extra 
libjson-ruby-doc_1.6.3-1_all.deb
 93313dec447462eea9666c0597459d18 9572 oldlibs extra 
libjson-ruby1.8_1.6.3-1_all.deb

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

iQIVAwUBTvDMPzkUtTL0376ZAQoOPxAAiMg5YoOGpnZINlPaQhd8qzZn0B32HbuP
TUNk2Opts8wAkLgOFFx/esnL8WVsMizYWReyFN1qEajJApSWrS7P7jmzekY+hwM0
lr9vMYUgIE9YucG86sNveK268CEcdKXz6F/w/erzQEz8lysERd+II/CQxXUTjQr9
6wcIYiRM4oD4l7biApDmh9iKnDv9lrQQSdm+jtZrtDc1f4Tb4nnTZHEYlwxjqdHO
11r5qX0RrXaHzn7zstl0++H2Hfg3xoy+HAg+WIa/YUMiQW3772OpvNAt0HqfxK7P
lRIZq6gnSvuRfr5DKRoGJKyV84tVADapJEAbhAb9zRPFp+Ucvhfnlu5tceETUO+n
l30fluLnVBBXFkN9uEL8cW23saiZWJfRFgq+n4Ecq1hz2xbbpzjBFti4YqBn9noV
plF18jGEMPUslby1oA67iNBPTSjQsZY2qvlOP5xveDOx4RO/sFPo9hfHdtJiLQQg
+5xHT0oGF4T7RQW3ZZYXcfPpkjaM86h/fCVqU5W7G7mApVmwidUMDicGXLoXvKUw
ng6b9FpDnmID4GkNF0i8euZix34IZEzfd79T9ZxMxBHn7FDug6AztusrWqBLuHNN
iiwxOUEl2hZbD6OstOJgFjqp3n6tgj3erZPgRSA9Bb+2TpCBIOh9thCP/7h7kDiU
znUtEop0+qE=
=cFut
-END PGP SIGNATURE-


Accepted:
libjson-ruby-doc_1.6.3-1_all.deb
  to main/r/ruby-json/libjson-ruby-doc_1.6.3-1_all.deb
libjson-ruby1.8_1.6.3-1_all.deb
  to main/r/ruby-json/libjson-ruby1.8_1.6.3-1_all.deb
libjson-ruby_1.6.3-1_all.deb
  to main/r/ruby-json/libjson-ruby_1.6.3-1_all.deb
ruby-json_1.6.3-1.debian.tar.gz
  to main/r/ruby-json/ruby-json_1.6.3-1.debian.tar.gz
ruby-json_1.6.3-1.dsc
  to main/r/ruby-json/ruby-json_1.6.3-1.dsc
ruby-json_1.6.3-1_amd64.deb
  to main/r/ruby-json/ruby-json_1.6.3-1_amd64.deb
ruby-json_1.6.3.orig.tar.gz
  to main/r/ruby-json/ruby-json_1.6.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/e1rd42g-0003pa...@franck.debian.org



Accepted xcp-vncterm 0.1-2 (source amd64)

2011-12-20 Thread Jon Ludlam
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 20 Dec 2011 09:04:26 +
Source: xcp-vncterm
Binary: xcp-vncterm
Architecture: source amd64
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: PKG-Xen Devel pkg-xen-de...@lists.alioth.debian.org
Changed-By: Jon Ludlam jonathan.lud...@eu.citrix.com
Description: 
 xcp-vncterm - Provides VNC service for XCP guest VMs
Changes: 
 xcp-vncterm (0.1-2) unstable; urgency=low
 .
   * vncterm is moved to: /usr/lib/xcp/lib (instead of
   /usr/lib/xen-common/xapi/libexec/vncterm).
   * Apply upstream qemu patch to fix segfault
   * Added a watch file.
Checksums-Sha1: 
 17ce1033e78beead7f8136e568d4b011b0e96a50 1336 xcp-vncterm_0.1-2.dsc
 deea0ce0b71cfb96e4d906db091e7f05ae6e26ff 6205 xcp-vncterm_0.1-2.debian.tar.gz
 26c2f4698f6376b897998129594128af11c47f8f 44450 xcp-vncterm_0.1-2_amd64.deb
Checksums-Sha256: 
 c7ff01110c7764aeb85ff75444fcec1118568d3e4da846d837a8d110eb9c3c76 1336 
xcp-vncterm_0.1-2.dsc
 390bf0ff9d2e850ba330d72e271a781b8a62279eb14d6056b46ab01853638d27 6205 
xcp-vncterm_0.1-2.debian.tar.gz
 694d2f502e97d30e299633c4307b97de127ff0bc25fd3c7c0cea0e52d353ba24 44450 
xcp-vncterm_0.1-2_amd64.deb
Files: 
 ed40a4ceee8a610bc1457a92a7471613 1336 utils extra xcp-vncterm_0.1-2.dsc
 d61e9bf257911086c1bcb3d58adda6db 6205 utils extra 
xcp-vncterm_0.1-2.debian.tar.gz
 e8295eb679b35a9fb51bb59a5b119a9d 44450 utils extra xcp-vncterm_0.1-2_amd64.deb

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

iEYEAREDAAYFAk7xN2gACgkQl4M9yZjvmkmQmQCgitIBPe1wUaOmarn2tJp2lCVB
fQYAoNKtkHrVqNlIxsP9/vsMYMoiAjhS
=WPp6
-END PGP SIGNATURE-


Accepted:
xcp-vncterm_0.1-2.debian.tar.gz
  to main/x/xcp-vncterm/xcp-vncterm_0.1-2.debian.tar.gz
xcp-vncterm_0.1-2.dsc
  to main/x/xcp-vncterm/xcp-vncterm_0.1-2.dsc
xcp-vncterm_0.1-2_amd64.deb
  to main/x/xcp-vncterm/xcp-vncterm_0.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/e1rd444-0003vd...@franck.debian.org



Accepted bibledit-gtk 4.5-1 (source all amd64)

2011-12-20 Thread Teus Benschop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 19 Dec 2011 20:23:37 +0100
Source: bibledit-gtk
Binary: bibledit-gtk bibledit-gtk-data bibledit bibledit-data
Architecture: source amd64 all
Version: 4.5-1
Distribution: unstable
Urgency: low
Maintainer: Teus Benschop teusjanne...@gmail.com
Changed-By: Teus Benschop teusjanne...@gmail.com
Description: 
 bibledit   - transitional dummy package to bibledit-gtk
 bibledit-data - transitional dummy package to bibledit-gtk-data
 bibledit-gtk - Bible translation tool
 bibledit-gtk-data - documentation and data for bibledit-gtk, a Bible 
translation tool
Changes: 
 bibledit-gtk (4.5-1) unstable; urgency=low
 .
   * New upstream version 4.5.
   * debian/control: Dropped: Duplicates in: Section: gnome.
Checksums-Sha1: 
 869a61d400c1f9ae27fb71ae24651d7a21d9c20a 2404 bibledit-gtk_4.5-1.dsc
 67380b272f0d2a5a82ab439d54fe3813f81a2a9c 7548858 bibledit-gtk_4.5.orig.tar.gz
 786528bf1e73780ac3eb649be8819fc99989b49b 6104 bibledit-gtk_4.5-1.debian.tar.gz
 79c6860ab036a5b1dde8434f62c74b2c861a8ea6 2056994 bibledit-gtk_4.5-1_amd64.deb
 0f174a4d8b666f63a7421f3844022fcd75221ca1 6533144 
bibledit-gtk-data_4.5-1_all.deb
 3e65560f3284ab3e1d613775b96987c45f8fe2a6 5726 bibledit_4.5-1_all.deb
 9da4ea19eec5ae5400d372b4e3c8c31888125e5d 5736 bibledit-data_4.5-1_all.deb
Checksums-Sha256: 
 e7484892db855bc187b4a849148d0b602fce2f8afd7424be733bb137ce036b51 2404 
bibledit-gtk_4.5-1.dsc
 a65e1d41a4053eec62545109f2c79ff56ad64dca13a9674d8edb7fb4cc512e38 7548858 
bibledit-gtk_4.5.orig.tar.gz
 79bc91bbb8bdb04e1da537a3ccb87578a59f5c0285d652c8f5469f85161b691d 6104 
bibledit-gtk_4.5-1.debian.tar.gz
 496ac596368d284c153ccf76ebd268255761472c7e4d999119ee5b93bd68b287 2056994 
bibledit-gtk_4.5-1_amd64.deb
 aab83250775d77a37cd9b6e1dc22ede9f7aa387b53b54eb02cc51cf60f603bea 6533144 
bibledit-gtk-data_4.5-1_all.deb
 e156d87961e90f40165a4ef34b3cf2ddb001627834c910ef6727dd438b1776ec 5726 
bibledit_4.5-1_all.deb
 5ad3e088e2b487d7e3d2b2f3ad519bb16fb549ad456887117b43e86f86a9b3fb 5736 
bibledit-data_4.5-1_all.deb
Files: 
 ad8140ef087ff61f08b686624b44d538 2404 gnome optional bibledit-gtk_4.5-1.dsc
 f7cd54c6b6def21a35d7bb37012c03a1 7548858 gnome optional 
bibledit-gtk_4.5.orig.tar.gz
 bf2a350f8dd47877fdf039b274a51353 6104 gnome optional 
bibledit-gtk_4.5-1.debian.tar.gz
 778c668a1b72d5d5441003c0847caf24 2056994 gnome optional 
bibledit-gtk_4.5-1_amd64.deb
 be0b3348bbc5501fa786a667848d3f2a 6533144 gnome optional 
bibledit-gtk-data_4.5-1_all.deb
 5db36937d5428d39d8f1bb255378ddc2 5726 gnome optional bibledit_4.5-1_all.deb
 55db7b0cb2cc8c2f5fcdcd234a9ad0bc 5736 gnome optional 
bibledit-data_4.5-1_all.deb

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

iQIcBAEBCAAGBQJO8M04AAoJECzXeF7dp7IPWrEQAIQAXiluJxfFUQygIJD39UYq
cP4UgnuytTrqpQtpKYn9+Tkw6wogSStOSwjdtNATUGxh/5hJ9M3xu9QQ+w+Pd7xC
8U1cZkeIGbyEt+AaTVzPiNjdZH4xo+gBxqGjqIClKIEtGZb7OePq1fm2AFnGZQt/
bXKJzDjKyoQs79XdiwfP+DA/UOvkGNy6vUZHuFevlcLLKBJuQucmZ2yFpA9eAir5
0sKAs+FiE4xf4Vu9rFtU8NaFxvC+eE56ViqkZ/JD2a5Lbcv+4uHyuuTBEUVbtLdx
MJONEGzS6jqEAq+sLXUIm/TYJIf1cMIBZS1g0oSQsSTqAh5aq7It/hJh+Ysq8+P5
9CnTmi3WTMiHR++PkvYgRhJu7a6yCmeojylSiPEJNPIDCM90rVL63piQCSv4EMa8
2YfVZ1s7pod4H6HohxMyWVsz3Aa6A1l0gkdZjEws5PTnD3SXEk3iB19BOX6I6Bvi
42NIBJzLuiZYZwWIFXG3IrAE/SVIxsgqQF7oWwxpwspzjY+uxHmje3kuSvlEd1ta
W+Atz0FDWzr+fGC415gSGfcUVFivfct++u/mTGnSQWuSr1AE/5jIcKI4CLi03yD9
yE6jq8ev4zOG8KDjYilwM3QgwjQ9Ei8aF+OGG8bZ41pG9q4RIEfCup4VVoU/bVdu
x9AcozME4S3sIi84xNAW
=Z5DC
-END PGP SIGNATURE-


Accepted:
bibledit-data_4.5-1_all.deb
  to main/b/bibledit-gtk/bibledit-data_4.5-1_all.deb
bibledit-gtk-data_4.5-1_all.deb
  to main/b/bibledit-gtk/bibledit-gtk-data_4.5-1_all.deb
bibledit-gtk_4.5-1.debian.tar.gz
  to main/b/bibledit-gtk/bibledit-gtk_4.5-1.debian.tar.gz
bibledit-gtk_4.5-1.dsc
  to main/b/bibledit-gtk/bibledit-gtk_4.5-1.dsc
bibledit-gtk_4.5-1_amd64.deb
  to main/b/bibledit-gtk/bibledit-gtk_4.5-1_amd64.deb
bibledit-gtk_4.5.orig.tar.gz
  to main/b/bibledit-gtk/bibledit-gtk_4.5.orig.tar.gz
bibledit_4.5-1_all.deb
  to main/b/bibledit-gtk/bibledit_4.5-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/e1rd4fx-0004uo...@franck.debian.org



Accepted gtk+3.0 3.2.3-1 (source all amd64)

2011-12-20 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 18:42:32 +0100
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev 
libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 
libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source all amd64
Version: 3.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gtk-3.0 - GTK+ graphical user interface library -- gir bindings
 gtk-3-examples - example files for GTK+ 3
 libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
 libgail-3-0-dbg - Gail libraries and debugging symbols
 libgail-3-dev - GNOME Accessibility Implementation Library -- development files
 libgail-3-doc - documentation files of the Gail library
 libgtk-3-0 - GTK+ graphical user interface library
 libgtk-3-0-dbg - GTK+ libraries and debugging symbols
 libgtk-3-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk-3-bin - programs for the GTK+ graphical user interface library
 libgtk-3-common - common files for the GTK+ graphical user interface library
 libgtk-3-dev - development files for the GTK+ library
 libgtk-3-doc - documentation for the GTK+ graphical user interface library
Closes: 630972 638704 652073
Changes: 
 gtk+3.0 (3.2.3-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes segfault on arrow keypress in empty GtkIconView. Closes: #638704
 - Fixes a11y related crash in treeview. Closes: #652073
 - Fixes mouse grabbing when clicking resize grip. Closes: #630972
   * Update patches:
 - Drop 000git_gtk_tree_view_get_tooltip_context_annotation.patch, applied
   upstream.
 - Drop 080_filechooserdefault-Don-t-unref-value-twice.patch, applied
   upstream.
 - Refresh 017_no_offscreen_device_grabbing.patch,
   042_treeview_single-focus.patch and 043_notebook_scroll.patch.
   * Change section of gir1.2-gtk-3.0 to introspection.
Checksums-Sha1: 
 a50ec06ad9d793336259b19b12b67d566eb571a2 3544 gtk+3.0_3.2.3-1.dsc
 8b95f6c65f9307a920780847e7c72bafa358eabb 12668948 gtk+3.0_3.2.3.orig.tar.xz
 2dc5f05ccbb11ac401723a0347762206d6a699ab 89075 gtk+3.0_3.2.3-1.debian.tar.gz
 9dc17cf757b80b5abb57b6919677c917ec8aadea 6247824 
libgtk-3-common_3.2.3-1_all.deb
 17a3d8435610984b0ad06e93a457fc0a596327a5 1903710 libgtk-3-doc_3.2.3-1_all.deb
 103a6b8e3d8e7e4a9c9e38b74ba471a44d6a8543 61526 libgail-3-doc_3.2.3-1_all.deb
 22f8c42783122dd08304b666ac397704a2a3c887 2250656 libgtk-3-0_3.2.3-1_amd64.deb
 76e136e6ea41d2c305c1e0bf2a29d4563fc65569 2062294 
libgtk-3-0-udeb_3.2.3-1_amd64.udeb
 387607c5cbd5c2d878017becb40cb4c737a15935 54942 libgtk-3-bin_3.2.3-1_amd64.deb
 0b9521abaa3047e82b5aaa0007955e72b29e 3937342 libgtk-3-dev_3.2.3-1_amd64.deb
 40f32a6ab05cc58c93581542885b4520b4920ed8 5592184 
libgtk-3-0-dbg_3.2.3-1_amd64.deb
 eb207c850579240b7ffc7c79b3b5b9fdb5a6b11f 299814 
gtk-3-examples_3.2.3-1_amd64.deb
 2e1f8bfec9227b7e6c92152ead7de3fa154dad3d 269790 
gir1.2-gtk-3.0_3.2.3-1_amd64.deb
 247ed549fcc45ab4e0caf462f96643b2d4c9d847 63042 libgail-3-0_3.2.3-1_amd64.deb
 b6acceb7be45fa2da562e51069aee45dc2df4926 62748 libgail-3-dev_3.2.3-1_amd64.deb
 15a8f8b1ab727ac538f9adbfcdff568b2b9bbc5d 71704 
libgail-3-0-dbg_3.2.3-1_amd64.deb
Checksums-Sha256: 
 0d00ac8e8eb18611de19d9f823cfe166fd5e49f6823d29b06798e56f64eb7cde 3544 
gtk+3.0_3.2.3-1.dsc
 e2cf20f2510ebbc7be122a1a33dd1f472a7d06aaf16b4f2a63eb048cd9141d3d 12668948 
gtk+3.0_3.2.3.orig.tar.xz
 02a52b986b5a2f8ccb59a941bb0a4ae6e7db014e2826286189190a76879e98f9 89075 
gtk+3.0_3.2.3-1.debian.tar.gz
 0ff23b35fe40474bc30b607539fcbafd6ee0c3a903db35774fd456d808c0ff7c 6247824 
libgtk-3-common_3.2.3-1_all.deb
 54714765429eba3add46a3900e061453ed3b625b212e7d1e27b72d2cdeccd47c 1903710 
libgtk-3-doc_3.2.3-1_all.deb
 26c5053772256bb040b529f53877e4e9af9767d3309f523e6f7b228afb7b6ad8 61526 
libgail-3-doc_3.2.3-1_all.deb
 d013d0a4d01a5a46ee016d0a7816cb0db40d82cf7a577b4656e7663ca856a8c5 2250656 
libgtk-3-0_3.2.3-1_amd64.deb
 ac17402e0c7e4416b2c90c15f429ae66deb2bbe3724fb9957b3250669602794d 2062294 
libgtk-3-0-udeb_3.2.3-1_amd64.udeb
 44ccec269af9f039e1635e664a5ddfca91d7df5d0f76e07ed6a5b21788c603f6 54942 
libgtk-3-bin_3.2.3-1_amd64.deb
 048d1bf9ac9af80de6073e192b9c5c61aade149501e51ad64720549182729845 3937342 
libgtk-3-dev_3.2.3-1_amd64.deb
 de2283bcb11ff29d9fa47f279076c8ff65ef9908bd0958956e0d5f20e9728718 5592184 
libgtk-3-0-dbg_3.2.3-1_amd64.deb
 21890c2bad3b29c976e657ee0724a4fb180ef0a92844201ba02d4e0de01fd6c3 299814 
gtk-3-examples_3.2.3-1_amd64.deb
 09fe4fe40e8137fdab71bbbd81cbb0e3a00e2a622332d4d2e36a49b085fbe026 269790 
gir1.2-gtk-3.0_3.2.3-1_amd64.deb
 4fa6a900e45ed8db2602e8944455bdaebff3730b3c18505b938b7f22bd2ffc75 63042 
libgail-3-0_3.2.3-1_amd64.deb
 f6b63bd91a1f5f110d5792092c2c46ae712720254c66808a6cbaed38670d61db 62748 
libgail-3-dev_3.2.3-1_amd64.deb
 

Accepted ruby-mime-types 1.17.2-1 (source all)

2011-12-20 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2011 19:25:27 +0100
Source: ruby-mime-types
Binary: ruby-mime-types libmime-types-ruby
Architecture: source all
Version: 1.17.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 libmime-types-ruby - Transitional package for ruby-mime-types
 ruby-mime-types - guess MIME type of files
Changes: 
 ruby-mime-types (1.17.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch my email to @debian.org.
   * Fix priority for transitional package.
   * Add ignore-refutation.diff: work-around test failure.
   * README.txt was renamed to README.rdoc.
   * Bump standards-version to 3.9.2. No changes needed.
Checksums-Sha1: 
 de5a4a1b59ca2ea3be43e597ada6e8151f9865f1 2148 ruby-mime-types_1.17.2-1.dsc
 299d144d96920525fe1e1b818358c43cfa56cb92 49439 
ruby-mime-types_1.17.2.orig.tar.gz
 ce1198d49aaa8bfb8f7705c68547890ff847d37e 3484 
ruby-mime-types_1.17.2-1.debian.tar.gz
 38ee1ea8887487a343ad6e6047cf57dff35e4ff9 30042 ruby-mime-types_1.17.2-1_all.deb
 d4f7af351aaca112968eed73af9a244dc1ce2077 3226 
libmime-types-ruby_1.17.2-1_all.deb
Checksums-Sha256: 
 611da52ad6969a458512163526b11eb7af785478d84b79e3d0c1f8ab0849c0ff 2148 
ruby-mime-types_1.17.2-1.dsc
 4fff259671e0696aad0d492ce8df9e115156c84a736982045653f9e986f01a07 49439 
ruby-mime-types_1.17.2.orig.tar.gz
 e4a89c5860df2ea06fdf9604415851f1b643ef861be298e3e8dccded5f433286 3484 
ruby-mime-types_1.17.2-1.debian.tar.gz
 03e17e575d72c977a9f7ae88dba78cd9041647ab659ab86c23bff09dfbae10b1 30042 
ruby-mime-types_1.17.2-1_all.deb
 8a1240eeb03ebde0b68961e157c0417997b36b16c0cdd75a34147894af27529a 3226 
libmime-types-ruby_1.17.2-1_all.deb
Files: 
 49774dbf02bee20d52e77163aecea297 2148 ruby optional 
ruby-mime-types_1.17.2-1.dsc
 dcc1df0b26ec168c3df3ed2de469d98f 49439 ruby optional 
ruby-mime-types_1.17.2.orig.tar.gz
 d5998391337d8b7ba0cdc9ccbc6e9d88 3484 ruby optional 
ruby-mime-types_1.17.2-1.debian.tar.gz
 f4debd8b3201ed03e14597d3e27aaff5 30042 ruby optional 
ruby-mime-types_1.17.2-1_all.deb
 d5d36f05ff1c31f1dbdb339fbe1b47fd 3226 oldlibs extra 
libmime-types-ruby_1.17.2-1_all.deb

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

iQIVAwUBTvDUYzkUtTL0376ZAQq9Lg//eEd7YgZW9mLgybTJOqOSXpxAgsMn/myC
hA49nsXjKZsRQDSdB+ilTweHdZ/8JscH0cQ+pZbXlnR9Thl2FriI6MVfQC4sFJHr
i66mjPeJOJIYBteSywhUOBy7LwP+pRy712xwj840+qCq2RcZc88639X0qDTFFuJi
FudymQkvIpLwKgjgL43OIrefnh2BeY+jZQz8LmfKLi6VqwScpvyjbzBYSNFOlPGR
Bnba9RVdQ+YcLNl1RTel6O03eqo3lKFjfM9SIj83BtHBS+hi0U8qFDK8jVhtMASd
unoVaWzPPU0rQ4nDKzck1cEWYIJV+Qkfc/McXr/ptKw80Q/Tf8Yf2Veq4Z7pw/j4
EN32sYVRM2DJfyDEbbg3oThLcEntVD4d6FKntok1vjVqPjj/fd3UG+NvGuiCsRQS
3pZWfu7ZUKUpcKM7mLpYBHmDD/8+oYPqmy3QiO8AHJ1s4a/jja4LOuwP6W1kFILf
jwHo5tMfNeZrb6VEMJjuo4+URSekqAN2XXONDrA5JQ9Tg/WIc1LXsJnZDj8zIPh3
fXM/tQKeLGqaNghr5+TXjX2PK/ADlTxs50hojTLPLuDD8QPe6Z8YXtPjr483Zp16
OFkmoNyeQf4G8iPn4WEMY27VeFfDFlrYtDIFDx2xFV53PO5WEgMTMDeJW0hbp8Rx
XhCKYS+9Mcs=
=SOkY
-END PGP SIGNATURE-


Accepted:
libmime-types-ruby_1.17.2-1_all.deb
  to main/r/ruby-mime-types/libmime-types-ruby_1.17.2-1_all.deb
ruby-mime-types_1.17.2-1.debian.tar.gz
  to main/r/ruby-mime-types/ruby-mime-types_1.17.2-1.debian.tar.gz
ruby-mime-types_1.17.2-1.dsc
  to main/r/ruby-mime-types/ruby-mime-types_1.17.2-1.dsc
ruby-mime-types_1.17.2-1_all.deb
  to main/r/ruby-mime-types/ruby-mime-types_1.17.2-1_all.deb
ruby-mime-types_1.17.2.orig.tar.gz
  to main/r/ruby-mime-types/ruby-mime-types_1.17.2.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/e1rd4x9-00074e...@franck.debian.org



Accepted mlt 0.7.6+git20111220-1 (source all amd64)

2011-12-20 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Dec 2011 19:41:02 +0100
Source: mlt
Binary: libmlt-dev libmlt4 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt 
python-mlt3
Architecture: source amd64 all
Version: 0.7.6+git20111220-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt4- multimedia framework (runtime)
 melt   - command line media player and video editor
 python-mlt3 - multimedia framework (python bindings)
Closes: 652059
Changes: 
 mlt (0.7.6+git20111220-1) unstable; urgency=low
 .
   * New upstream git snapshot.
   * Remove patch 01-hurd-ftbfs, it still applies but was merged by upstream to
 a better location in the source code.
   * Add patch 04-mltpp-hurd-configure to detect mlt++ module as Linux flavour.
   * Add patch 03-sys-soundcard to change the include of soundcard.h to
 sys/soundcard.h. This fixes a FTBFS on kfreebsd.
 Closes: #652059
Checksums-Sha1: 
 d88962a0ebe2fe1f01ce481d64c115c06c8524f8 2443 mlt_0.7.6+git20111220-1.dsc
 51f72bc04f89eefa105ce47853b8a656a3a47870 870891 
mlt_0.7.6+git20111220.orig.tar.bz2
 8cf8a06728be7d71eb1e94f4fad54293a66ee41f 8478 
mlt_0.7.6+git20111220-1.debian.tar.gz
 43873a9f561b4a1cd1b2dc819db2e4914838daa7 153788 
libmlt-dev_0.7.6+git20111220-1_amd64.deb
 ac175e6c05ad8c93fd92f1b607bd22306ff8a721 678414 
libmlt4_0.7.6+git20111220-1_amd64.deb
 269e49d93b71c5f14c27899ecde0199b283be9c3 431052 
libmlt-data_0.7.6+git20111220-1_all.deb
 ebd7f3cdcafdbb246f0d1fc1d4594a4ec702010f 124440 
libmlt++-dev_0.7.6+git20111220-1_amd64.deb
 ffa22de8f3ef02c07a9844c573d59fa5decf1200 154490 
libmlt++3_0.7.6+git20111220-1_amd64.deb
 cfc589556205d8f5c1b5a38fe781c060023681b9 1561018 
libmlt-dbg_0.7.6+git20111220-1_amd64.deb
 157519d09bfcbccb3e163b408933dee509139803 128694 
melt_0.7.6+git20111220-1_amd64.deb
 1da2582d3d3c7eee796777123dab74df74f684a8 223170 
python-mlt3_0.7.6+git20111220-1_amd64.deb
Checksums-Sha256: 
 79cb1baadbd9797c5be8021bbda5c791ddc91d61ad524dbc9e02b332cf78da54 2443 
mlt_0.7.6+git20111220-1.dsc
 a4c8ed9ebffc566de69a7d8b6149b11da5d250693e5eff538a81c5f573c33f49 870891 
mlt_0.7.6+git20111220.orig.tar.bz2
 26f620b2214718c2bd8b42f7d6f17b572f15a6ba04bde6d5c63244c5e285c2fb 8478 
mlt_0.7.6+git20111220-1.debian.tar.gz
 a4022e2e609419d53b80df907fd1c08bd93a82275a58b99de66ecf115b2b0ea5 153788 
libmlt-dev_0.7.6+git20111220-1_amd64.deb
 bf343b57da48b33790f809a9f776facba1f97d9d8d247ce501630b51f53de2a9 678414 
libmlt4_0.7.6+git20111220-1_amd64.deb
 81d5f824ae7af39690c8c32c8de362896bb39ee536d4968da813ea472d054473 431052 
libmlt-data_0.7.6+git20111220-1_all.deb
 7162f706d9f82661f07bc1fb9f796f9b692e79c1a9c26088afe87c62e7f7ac48 124440 
libmlt++-dev_0.7.6+git20111220-1_amd64.deb
 f57b42acff0ac87d61a0dcb5646f939dc97dc2bcb2fb1c52f471a43beabf74a3 154490 
libmlt++3_0.7.6+git20111220-1_amd64.deb
 d4a2b06b91648cb5194ee1099bef1b962f3c3747d0ffdaf44d41e2e613c2ab70 1561018 
libmlt-dbg_0.7.6+git20111220-1_amd64.deb
 ecf9bc2fb2f6096f3f63769711f7093e3dcc66e17e44a3338a07a465fa4e2d50 128694 
melt_0.7.6+git20111220-1_amd64.deb
 f18f1f768dfdffaf3902bd42fde042a541b2486b034c9d437a4f0737142d412d 223170 
python-mlt3_0.7.6+git20111220-1_amd64.deb
Files: 
 c8ae2cb6f42eb6ed5068de01f3efa888 2443 libs optional mlt_0.7.6+git20111220-1.dsc
 9a01476776c1e06c93bda0af136ef293 870891 libs optional 
mlt_0.7.6+git20111220.orig.tar.bz2
 f11d6fec3bb788d700c8bbe359f026eb 8478 libs optional 
mlt_0.7.6+git20111220-1.debian.tar.gz
 2335d77e5d424373a876cafabc7b05f9 153788 libdevel optional 
libmlt-dev_0.7.6+git20111220-1_amd64.deb
 daaab41109c52fdc18001e6066dea59a 678414 libs optional 
libmlt4_0.7.6+git20111220-1_amd64.deb
 a85fe3e1010307f472fd8672de0ef941 431052 libs optional 
libmlt-data_0.7.6+git20111220-1_all.deb
 d6bd77d86f604f38c8c0ad69591d6547 124440 libdevel optional 
libmlt++-dev_0.7.6+git20111220-1_amd64.deb
 69a006fad957f4e2f66284c1708e752f 154490 libs optional 
libmlt++3_0.7.6+git20111220-1_amd64.deb
 0eb63abbd2607ad416b2b34b57b0fae5 1561018 debug extra 
libmlt-dbg_0.7.6+git20111220-1_amd64.deb
 a8da4672bbba11429833cf5ba0b5ebff 128694 utils optional 
melt_0.7.6+git20111220-1_amd64.deb
 3afbe9f58b75c87f256071433b2cff92 223170 python optional 
python-mlt3_0.7.6+git20111220-1_amd64.deb

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

iQIcBAEBCAAGBQJO8NmtAAoJEBLZsEqQy9jkqD4P/iPx0PGPTOk3ji3kSALpP4zT
+q+p+XVM9w/B1fKj68ZO05+G1+gk9XeJDxVi6+dyVCXN6ztnWqgFQBdAQp1lnBBl
wDJ5RhporMA+w184YaQgWEBtCvvGxwNnVxY9p6csUZjg3fgA0jWMTzIquTlONrtG
cVWeiAc7/esPcl33C7qec+eXY2JqbAYcfF3G2jcPRBTSW1SW0TyesFdWmobPqW5G
8QcLFXB9qcZ2YKMtzAtvb929ztxdaycMSFn6hjwIapD/eFb49VfNRednlu2Q031h

  1   2   >