IC_04 768 69 00

2008-06-09 Thread IC_047686900
MÁY TÍNH GẶP SỰ CỐ GỌI: IC_04 768 69 00


Re: How to build only linux-image-2.6.18-6-686

2008-06-09 Thread Tzafrir Cohen
On Sat, Jun 07, 2008 at 09:35:28PM +, Tzafrir Cohen wrote:
 On Sat, Jun 07, 2008 at 05:23:19PM -0400, Lennart Sorensen wrote:
  On Sat, Jun 07, 2008 at 08:31:47PM +, Tzafrir Cohen wrote:
   My problem with make-kpkg has always been that I could never rely on its
   generated -headers packages to actually work.
  
  Odd, the headers it generated allways worked for me.
 
 Taken to another system?
 
 The problems I remember:
 
 1. the source and build links pointed to an incorrect place. An
 invalid build link is a problem.
 
 2. If I actually changed the source to make the base supplied
 linux-headers package not good enough, I found no way to generate a
 complete one (linux-headers-2.6.18-6 vs linux-headers-2.6.18-6-686).

I haven't tested this in quite a while, so I decided to test the
suggested procedure with current Lenny kernel. I diecided to at first
play dumb and mostly follow the path of least resistance. Documentation
is rather scarse (in /usr/share/doc of the relevant packages) or even in
the wiki. There are plenty of HOWTOs, but when there are plenty of
HOWTOs, I can't really tell which one is obsolete.

The man pages may be useful as references there, but each time I tried
to use them they confused me. Hence they are of no use for the beginner
sysadmin (the one who should not mess with packages).


1. aptitude install linux-source-2.6.24
2. tar xf /usr/src/linux-source-2.6.24.tar.bz2

One small pitfalle here: I forgot I should do all of this in a new
directory. As packages will be created in a directory above the kernel
source directory.

3. aptitude install kernel-package

One possible pitfall: All the documentation and references mention the
name of the command make-kpkg. It confused me a number of times that
there is no such package called make-kpkg. But at least an apt-cache
search finds it.

4. Apply changes to source tree

In my case: 'make menuconfig' .
Possible pitfall: this means that version change will require a clean
in the next stage? I was dumb enough so it didn't hurt me.

5. what do I do next?

At this point the doucmentation is slightly confusing. The keyword to
find in the documentation is target, which is easy to spot is you're
used to the cencept of a makefile.

  make-kpkg --targets

Again, playing dumb and not really sure what each target means, I then
simply ran:

  make-kpkg buildpackage

Which built everything fine. But failed when it tried to sign the
package. I could have been aufully confused by this failure.

But at this stage I have:

5.3M linux-doc-2.6.24_2.6.24-10.00.Custom_all.deb
8.7M linux-headers-2.6.24_2.6.24-10.00.Custom_amd64.deb
 17M linux-image-2.6.24_2.6.24-10.00.Custom_amd64.deb
1.5M linux-manual-2.6.24_2.6.24-10.00.Custom_all.deb
4.0K linux-source-2.6.24
 45M linux-source-2.6.24_2.6.24-10.00.Custom_all.deb
4.0K linux-source-2.6.24_2.6.24-10.00.Custom_amd64.changes


As you can see, the version number has nothing to do with the Debian
ones. In fact, the --add-to-version switch managed to confuse me each
time I tried to use it. 


So let's try to use those. Installed a new Lenny chroot.

In order to get the build/ symlink in the kernel directory I needed to
install the headers package before the source one, or in the same
command.

Building a module with it almost worked: the include/asm symlink points
to asm-x86_64 rather than to asm-x86 (http://bugs.debian.org/475029 ).

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il || a Mutt's
[EMAIL PROTECTED] ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to build only linux-image-2.6.18-6-686

2008-06-09 Thread Agustin Martin
On Sat, Jun 07, 2008 at 09:35:28PM +, Tzafrir Cohen wrote:
 On Sat, Jun 07, 2008 at 05:23:19PM -0400, Lennart Sorensen wrote:
  On Sat, Jun 07, 2008 at 08:31:47PM +, Tzafrir Cohen wrote:
   My problem with make-kpkg has always been that I could never rely on its
   generated -headers packages to actually work.
  
  Odd, the headers it generated allways worked for me.
 
 Taken to another system?
 
 The problems I remember:
 
 1. the source and build links pointed to an incorrect place. An
 invalid build link is a problem.

How are you trying to build the modules? If you build everything in the same
place,

kernel-source-dir$ fakeroot make-kpkg kernel-image modules-image

should also (along with the desired kernel image) build modules unpacked in
dirs under /usr/src/modules. Note that this and procedures below *will only
work* for Debian packaged modules source packages.

If you just have the headers package available, you can try (adapted from an
ancient README.ftape I found  here, replace ftape with the relevant module,
some things may not be up to date)

--
* If you are not using make-kpkg and have kernel headers package installed:

 You really do not need to have full kernel sources installed to build 
 the modules, having the kernel headers package that was used to build 
 the kernel is enough. In this case, 

 1)   Go to the ftape root directory (/usr/src/modules/ftape in
  the ftape-source package).

 2)   Run as root something like

 debian/rules KVERS=2.4.22-1 KSRC=/usr/src/kernel-headers-2.4.22-1 \
KDREV=2.4.22-1 kdist_image

  adapted to your kernel version (KVERS), location (KSRC), and 
  revision (KDREV)
---

As Lennart pointed out, make-kpkg and linux-source*.deb is the preferred way
to go for end users. However, the second way should also work. If the
modules source package is ready for module-assistant a third possibility is
open, but I never used it.

I insist that nothing of the above will be useful if you try to build
modules directly from upstream sources.

Hope this helps

-- 
Agustin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



packages with perl-modules, CPAN, Policy

2008-06-09 Thread Dmitry E. Oboukhov
Thank you for many links on dh-make-perl whick you sent me
privately, but for all that I mean another class of 
problems:

1. dh-make-perl

For   example   we   build   with   itshelpthepackage
libwww-mechanize-perl.  Excellent! The package is built. But it's
not a package, its a template for package!  i.e. If one tries to
build it in pbuilder system, then the build will not be fulfilled
successfully.

Why does it happen? Because  dh-make-perl left the field
(Indep-)?Build-Depends empty.

If there's created a unambiguous search of the package  according
to its name then  it  will  be  possible  to  introduce  such  an
opportunity in dh-make-perl.


2.  Thank you for many links on  apt-cache  search,  but  I  mean
rather another class of problems :)


Start the command apt-cache --full search -- -perl|less

and  see  hoe  many  packages  haven't  the  modules'  names   in
description.  Thereafter there exists the complexity  of  search,
for example one can't find libio-compress-zlib-perl according  to
modules'  names  IO::Uncompress::Gunzip,   IO::Uncompress::Unzip.

Besides very often a single deb-package includes  many  different
perl  modules,  which  are  by  all  means  not   included   into
Description.

i.e. At present it is very hard to write an utility of the search
of a name of deb-package according to a name of Perl-module.

Bringing into service the possibility of the  unambiguous  search
according to the module name will give an opportunity to  improve
dh-make-perl and write utilities such as I described in my  first
mail etc. 


signature.asc
Description: Digital signature


Re: How to build only linux-image-2.6.18-6-686

2008-06-09 Thread Tzafrir Cohen
On Mon, Jun 09, 2008 at 11:52:47AM +0200, Agustin Martin wrote:
 On Sat, Jun 07, 2008 at 09:35:28PM +, Tzafrir Cohen wrote:
  On Sat, Jun 07, 2008 at 05:23:19PM -0400, Lennart Sorensen wrote:
   On Sat, Jun 07, 2008 at 08:31:47PM +, Tzafrir Cohen wrote:
My problem with make-kpkg has always been that I could never rely on its
generated -headers packages to actually work.
   
   Odd, the headers it generated allways worked for me.
  
  Taken to another system?
  
  The problems I remember:
  
  1. the source and build links pointed to an incorrect place. An
  invalid build link is a problem.
 
 How are you trying to build the modules? If you build everything in the same
 place,

I'm trying to reproduce a kernel-headers package. See my above post.

 
 kernel-source-dir$ fakeroot make-kpkg kernel-image modules-image
 
 should also (along with the desired kernel image) build modules unpacked in
 dirs under /usr/src/modules. Note that this and procedures below *will only
 work* for Debian packaged modules source packages.

Unlike what some of us believe, not everything in the world is packaged
in deb packages. I am occasionally known to build modules from other
sources.

I tend to prefer to build packages as non-root. e.g: 'm-a -u . build' .
Yet I never figured out how to make it use an extracted source tree of
my own. It also requires a magical symlink in /usr/share/modass for
something that is probably historical reasons. And this means you can
just build from a tarball (if setting TARBALL) without installing the
-source package first as root. m-a is very handy when you build as root. 
A bit less so when you don't.

 
 I insist that nothing of the above will be useful if you try to build
 modules directly from upstream sources.

kernel-headers should be. At least if the build link is properly set.

Cheers,

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il || a Mutt's
[EMAIL PROTECTED] ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: packages with perl-modules, CPAN, Policy

2008-06-09 Thread Stephen Gran
This one time, at band camp, Dmitry E. Oboukhov said:
 Thank you for many links on dh-make-perl whick you sent me
 privately, but for all that I mean another class of 
 problems:
 
 2.  Thank you for many links on  apt-cache  search,  but  I  mean
 rather another class of problems :)
 
 
 Start the command apt-cache --full search -- -perl|less
 
 and  see  hoe  many  packages  haven't  the  modules'  names   in
 description.  Thereafter there exists the complexity  of  search,
 for example one can't find libio-compress-zlib-perl according  to
 modules'  names  IO::Uncompress::Gunzip,   IO::Uncompress::Unzip.

apt-file search IO/Uncompress/Gunzip.pm
apt-file search IO/Uncompress/Unzip.pm
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#485423: ITP: libextutils-install-perl -- install files from here to there

2008-06-09 Thread Niko Tyni
Package: wnpp
Severity: wishlist
Owner: [EMAIL PROTECTED]

* Package name: libextutils-install-perl
  Version : 1.50
  Upstream Author : Yves Orton and others
* URL : http://search.cpan.org/dist/ExtUtils-Install/
* License : the same terms as Perl itself
  Programming Lang: Perl
  Description : install files from here to there
 
ExtUtils::Install handles the installing and uninstalling of perl modules, 
scripts,
man pages, etc.
.
The module is also bundled with the Perl core in the perl-modules package,
but a separately packaged newer version is required by some CPAN modules.


This is currently needed by Module::Install starting from 0.73, see #485417.

Note to the pkg-perl group: I'd be glad if Somebody Else (TM) did the 
actual work here :)
-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485482: ITP: yars -- Yet Another Robot Simulator

2008-06-09 Thread Philipp Benner
Package: wnpp
Severity: wishlist
Owner: Philipp Benner [EMAIL PROTECTED]

* Package name: yars
  Version : 0.0.1
  Upstream Author : Keyan Zahedi
* URL : http://yars.sourceforge.net/wiki/Main_Page
* License : GPL
  Programming Lang: C++
  Description : Yet Another Robot Simulator

 Yars provides a simplified interface to the open dynamics library
 (ODE) specialised for the simulation of autonomous vehicles
 or walking machines. The morphology of robots is described using XML
 files. The purpose of the simulator is mainly the development of
 control strategies for autonomous robots.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Philipp Benner



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian Installer lenny beta 2 released

2008-06-09 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frans Pop wrote:

 The Debian Installer team is proud to announce the second beta release of
 the installer for Debian GNU/Linux Lenny.
 (...)
 For the Debian Installer team,
 Frans Pop
 
 (...)
 [4]http://www.debian.org/devel/debian-installer 

Hi,

as of now, the *.torrent files are missing for multi-arch cd's.

http://cdimage.debian.org/cdimage/lenny_di_beta2/multi-arch/bt-cd/

Regards, 

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

iEYEARECAAYFAkhNnWYACgkQwW1nnOmiePAXAgCfZwydKPyzT2r8J4dvFnOQpgik
FFUAn0pFRpzf8dYNwPQ+RkhWZF7ExIll
=ECAb
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485513: ITP: smbind -- PHP-based tool for managing DNS zones for BIND

2008-06-09 Thread Giuseppe Iuculano
Package: wnpp
Severity: wishlist
Owner: Giuseppe Iuculano [EMAIL PROTECTED]

* Package name: smbind
  Version : 0.4.7
  Upstream Author : Ole Myhre [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/smbind/
* License : GPL
  Programming Lang: Php
  Description : PHP-based tool for managing DNS zones for BIND

Smbind is a PHP-based tool for managing DNS zones for BIND via the web.
Supports per-user administration of zones,
error checking, and a PEAR DB database backend. 
This tool will enable you to administer your bind-based DNS server
without having to touch your zone files with a text editor,
while also providing a redundant backup of the data stored in both a
PEAR DB database and in the normal text configuration files.
Since it is web-accessible, those without shell access or
command-line skills (or whom are just plain lazy) can enjoy DNS
administration from the comfort of a remote browser.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25.5-iuculano
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485516: ITP: o2scr -- PC/SC support for the O2Micro PCMCIA smartcard reader

2008-06-09 Thread Hendrik Sattler
Package: wnpp
Severity: wishlist
Owner: Hendrik Sattler [EMAIL PROTECTED]

* Package name: o2scr
  Version : 1.0.2
  Upstream Author : O2Micro Inc., Eric Piel, Jan Kiszka
* URL : https://gna.org/project/o2scr
* License : GPL
  Programming Lang: C
  Description : PC/SC support for the O2Micro PCMCIA smartcard reader

Th o2scr source package will be split into o2scr-modules-source and libozscr.
The o2scr-modules-source provides a Linux kernel driver and libozscr provides
a user space library for the O2Micro PCMCIA Smartcard reader. The library
implements both the CT-API and PCSC IFD handlers for use with PCSC-Lite. 
Initially, o2scr is based on an updated OZSCR legacy driver.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485522: ITP: slingshot -- simple 2D shooting strategy game set in space, with gravity

2008-06-09 Thread Ryan Kavanagh
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

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

   Package name: slingshot
Version: 0.8.1
Upstream Author: Jonathan Musther [EMAIL PROTECTED]
URL: http://www.slingshot-game.org/
License: GPL
Description: simple 2D shooting strategy game set in space, with gravity

-- 
Ryan Kavanagh (ryanakca)
Get my public key: http://blog.ryanak.ca/E95EDDC9.gpg


signature.asc
Description: Digital signature


Re: Non-free IETF RFC/I-Ds in,source packages

2008-06-09 Thread Brian May
No responses? No one cares enough to comment? Lets see if a change in 
subject helps.


Do the files created from the RFCs also have the same restrictive 
license as the RFCs themselves?


Brian May wrote:

Hello,

After messing around with autoconf/automake/libtool stuff for ages, I 
eventually got to the point where Heimdal 1.2 started compiling.


make[3]: Leaving directory 
`/home/brian/tmp/debian/mine/heimdal/heimdal-1.2/lib/sl'


Making all in wind

make[3]: Entering directory 
`/home/brian/tmp/debian/mine/heimdal/heimdal-1.2/lib/wind'


python ./gen-bidi.py ./rfc3454.txt

make[3]: python: Command not found

make[3]: *** [bidi_table.c] Error 127

make[3]: Leaving directory 
`/home/brian/tmp/debian/mine/heimdal/heimdal-1.2/lib/wind'


make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory 
`/home/brian/tmp/debian/mine/heimdal/heimdal-1.2/lib'


make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory 
`/home/brian/tmp/debian/mine/heimdal/heimdal-1.2'


make: *** [debian/stamp-makefile-build] Error 2


I was going to solve this problem by adding a dependency on python,  
which would fix the error.  Then I noticed what the python script was 
doing.


In case you haven't worked out out yet, here is a hint: Heimdal is in 
main, but RFCs are not.


Any ideas?

I would rather not have to make significant changes to the upstream 
tar.gz file.


Is it OK if I upload what I have got so far to Debian experimental? If 
so I will probably do so tomorrow when I get the rest compiling. Yuck. 
Looks like the soname for libkrb5-24-heimdal has been increased to 25 
:-(.


Thanks.

Brian May





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Non-free IETF RFC/I-Ds in,source packages

2008-06-09 Thread Russ Allbery
Brian May [EMAIL PROTECTED] writes:

 No responses? No one cares enough to comment? Lets see if a change in
 subject helps.

 Do the files created from the RFCs also have the same restrictive license
 as the RFCs themselves?

The text of the RFCs is copyrighted.  The mapping tables in the RFCs
cannot be under US copyright law, and I believe copyright law in other
countries is similar.  I'm guessing (I haven't looked closely) that what's
happening here is that the build process is generating code from the
tables in the RFC appendices.

It should be fine if you strip the text of the RFC out in the Debian
upstream source tarball and include only the tables that are used in the
code generation process.  You can probably steal code from the Heimdal
code generation process itself to do that automatically, and then run that
script on new upstream tarballs to generate the Debian *.orig.tar.gz.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#485553: ITP: charybdis -- fast, scalable irc server

2008-06-09 Thread William Pitcock
Package: wnpp
Severity: wishlist
Owner: William Pitcock [EMAIL PROTECTED]

* Package name: charybdis
  Version : 3.0.1
  Upstream Author : William Pitcock [EMAIL PROTECTED],
Jilles Tjoelker [EMAIL PROTECTED],
Valery Yatsko [EMAIL PROTECTED],
Michael Tharp [EMAIL PROTECTED]
* URL : http://www.ircd-charybdis.net
* License : GPL
  Programming Lang: C
  Description : fast, scalable irc server
 Charybdis is a fast, scalable IRC server, capable of supporting
 tens of thousands of connections. It supports SSL and X.509
 certificate challenge-response authentication.

Like oftc-hybrid, I intend to link this to OpenSSL. Since nobody
seems to care about that, I'm going to assume that it's OK.

-- System Information:
Debian Release: lenny/sid
Architecture: amd64 (x86_64)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libnss-ldap/libpam-ldap security issue

2008-06-09 Thread Brian May

Hello,

I posted this to my local mailing list, but got no answer. This is as on 
Debian/etch.


It would appear sudo, a secure program, is reading ldap configuration 
from an insecure file, when pam/nss is configured to use ldap.


[EMAIL PROTECTED]:~$ sudo -k
[EMAIL PROTECTED]:~$ mv .ldaprc.bad .ldaprc
[EMAIL PROTECTED]:~$ sudo /bin/bash
Password:
Segmentation fault
[EMAIL PROTECTED]:~$ sudo -k
[EMAIL PROTECTED]:~$ mv .ldaprc .ldaprc.bad
[EMAIL PROTECTED]:~$ sudo /bin/bash
Password:

[EMAIL PROTECTED]:~$ sudo -k
[EMAIL PROTECTED]:~$ mv .ldaprc.bad .ldaprc
[EMAIL PROTECTED]:~$ ulimit -c unlimited
[EMAIL PROTECTED]:~$ sudo /bin/bash
Password:
Segmentation fault

I am not concerned so much about the segfault, that probably has already 
been fixed in the latest software anyway. It would appear a 
non-privileged user can change the defaults used by sudo for LDAP 
authentication, and that would appear to be a bad thing.


Is there anyway to configure the ldap libraries not to read from 
$HOME/.ldaprc?


Brian May


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted autogen 1:5.9.5-2 (source i386)

2008-06-09 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 18:25:31 +0100
Source: autogen
Binary: autogen libopts25 libopts25-dev
Architecture: source i386
Version: 1:5.9.5-2
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith [EMAIL PROTECTED]
Changed-By: Bradley Smith [EMAIL PROTECTED]
Description: 
 autogen- an automated text file generator
 libopts25  - automated option processing library based on autogen - runtime
 libopts25-dev - automated option processing library based on autogen - 
developmen
Closes: 485180
Changes: 
 autogen (1:5.9.5-2) unstable; urgency=low
 .
   * Fix 01_fix_manpages.diff. Closes: #485180.
Checksums-Sha1: 
 4ecfa6e7c02c5f00933f130e1738b60018acd9fe 1114 autogen_5.9.5-2.dsc
 4dea9cd417c0594a7d6d533a5d69ed69e3be9845 11729 autogen_5.9.5-2.diff.gz
 dd156bec6660d1060df1402b172ca7ffd7ef7fd3 884048 autogen_5.9.5-2_i386.deb
 0e34bd17d181454fd5a863322fa6f65f2650a68e 61402 libopts25_5.9.5-2_i386.deb
 0d8748bf6c8e519c484dccc018be7061646734d3 84558 libopts25-dev_5.9.5-2_i386.deb
Checksums-Sha256: 
 56ed6c905d3be19d42a7715eb221c2e462c96c2868f2c84351adafd62f66a505 1114 
autogen_5.9.5-2.dsc
 8d420002f38d79341d4869b42e370aef7c4c3222ae787dacd81b64f299483e0d 11729 
autogen_5.9.5-2.diff.gz
 222f981f88d1a32e16d17164726fe8efb95ec4ea5427a053894ca5a894ba55be 884048 
autogen_5.9.5-2_i386.deb
 f3c4de9f93ea7a8ba019bf4fd3a23201aec05f81b1ada6cea71f5e2154f6892e 61402 
libopts25_5.9.5-2_i386.deb
 3a0bb78cefeae8f69717950af14d38b461569741412011cbff61e353f16ac7bd 84558 
libopts25-dev_5.9.5-2_i386.deb
Files: 
 3a86a08953ae0c03478dbf808cc6966f 1114 devel optional autogen_5.9.5-2.dsc
 0bdd40c8ccb65c2e18d348742b86dcb2 11729 devel optional autogen_5.9.5-2.diff.gz
 5355f501f19e94fd341ec6933bb59ae7 884048 devel optional autogen_5.9.5-2_i386.deb
 ed21074eebc357c6c87840032d6840ab 61402 libs optional libopts25_5.9.5-2_i386.deb
 4befb417ab9f57df30bb24d6b054b426 84558 libdevel optional 
libopts25-dev_5.9.5-2_i386.deb

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

iEYEARECAAYFAkhMxjIACgkQfNdgYxVXvBDdrwCfe5tflNUkXTt6Tn5fUviw8MDH
h7QAn3j7K04Jvt4ARIhozPf0yyHL2yUQ
=d9Dk
-END PGP SIGNATURE-


Accepted:
autogen_5.9.5-2.diff.gz
  to pool/main/a/autogen/autogen_5.9.5-2.diff.gz
autogen_5.9.5-2.dsc
  to pool/main/a/autogen/autogen_5.9.5-2.dsc
autogen_5.9.5-2_i386.deb
  to pool/main/a/autogen/autogen_5.9.5-2_i386.deb
libopts25-dev_5.9.5-2_i386.deb
  to pool/main/a/autogen/libopts25-dev_5.9.5-2_i386.deb
libopts25_5.9.5-2_i386.deb
  to pool/main/a/autogen/libopts25_5.9.5-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ipolish 20080609-1 (source all i386)

2008-06-09 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 07:22:02 +0200
Source: ipolish
Binary: ipolish wpolish myspell-pl
Architecture: source all i386
Version: 20080609-1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda [EMAIL PROTECTED]
Changed-By: Robert Luberda [EMAIL PROTECTED]
Description: 
 ipolish- The Polish dictionary for ispell
 myspell-pl - The Polish dictionary for myspell
 wpolish- Polish dictionary words for /usr/share/dict
Closes: 484393
Changes: 
 ipolish (20080609-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix bashisms in debian/rules (closes: #484393).
   * Add a debian/README.source.
   * Standards-Version: 3.8.0.
Checksums-Sha1: 
 d637c293a1d28a53019ac36b552c5bc27b2fd62b 1123 ipolish_20080609-1.dsc
 345047d2df9f94ceb0f8aae0c63829a815ed640d 1079998 ipolish_20080609.orig.tar.gz
 c86b9000b7f525f9fef3aadc7bee8b536508 36190 ipolish_20080609-1.diff.gz
 a23c66a1e4fa1c60670f20fbb7bf6fe3d384970d 9108654 wpolish_20080609-1_all.deb
 4d9d7eb9adc9c187491e1662a9587f8bab6eb6c3 1085384 myspell-pl_20080609-1_all.deb
 7f37ba85b4f382baf3c2992cc8b28295e2aec82a 2922296 ipolish_20080609-1_i386.deb
Checksums-Sha256: 
 4f41e9be71464a3b049e9d824d1c4389bc038813a2c042e96c81c5bb0460181b 1123 
ipolish_20080609-1.dsc
 cd2c33e9fdb2b737e69a57bc7cbfebea45e49b0f0860fc2332086acd93dfc4a1 1079998 
ipolish_20080609.orig.tar.gz
 ac179e3986834aae3efbfdc47bcc007e686ee6fc737531806d590dd36a18d01b 36190 
ipolish_20080609-1.diff.gz
 f1ff5fb3d4c540b122eebc61fb86269e1976e78c561ce07047a09f6be0cb43ca 9108654 
wpolish_20080609-1_all.deb
 b4cef328f75017e3410b874c799c541d9582798468b0eda995f5cde3986fdebf 1085384 
myspell-pl_20080609-1_all.deb
 c6b3cac841d2da91a0c657103aeae631d7b90d799b622fe80bab5d271c912e71 2922296 
ipolish_20080609-1_i386.deb
Files: 
 4a23854197f118840c996e3864f61587 1123 text optional ipolish_20080609-1.dsc
 e596d6b4b48f0b21d91f3942d7f61bd7 1079998 text optional 
ipolish_20080609.orig.tar.gz
 7071b5381ae2626e5aafcc4c7a41273f 36190 text optional ipolish_20080609-1.diff.gz
 4a153382e56ce3bd511eb09d25b2cff4 9108654 text optional 
wpolish_20080609-1_all.deb
 f3d8dc179c60e149842acfd51be4869f 1085384 text optional 
myspell-pl_20080609-1_all.deb
 3f09a23ee35e424357d76a2613eae09e 2922296 text optional 
ipolish_20080609-1_i386.deb

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

iEYEARECAAYFAkhMyBMACgkQThh1cJ0wnDsjvQCfaQ3PhciuKmE5FEF56Mv23YCF
4zIAnRsjFmvXwOlB6sxJW9fZti6ino55
=UpA/
-END PGP SIGNATURE-


Accepted:
ipolish_20080609-1.diff.gz
  to pool/main/i/ipolish/ipolish_20080609-1.diff.gz
ipolish_20080609-1.dsc
  to pool/main/i/ipolish/ipolish_20080609-1.dsc
ipolish_20080609-1_i386.deb
  to pool/main/i/ipolish/ipolish_20080609-1_i386.deb
ipolish_20080609.orig.tar.gz
  to pool/main/i/ipolish/ipolish_20080609.orig.tar.gz
myspell-pl_20080609-1_all.deb
  to pool/main/i/ipolish/myspell-pl_20080609-1_all.deb
wpolish_20080609-1_all.deb
  to pool/main/i/ipolish/wpolish_20080609-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted opencv 1.0.0-5 (source all amd64)

2008-06-09 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 15:01:18 +
Source: opencv
Binary: opencv-doc libcv-dev libcvaux-dev libhighgui-dev libcv1 libcvaux1 
libhighgui1 python-opencv
Architecture: source all amd64
Version: 1.0.0-5
Distribution: unstable
Urgency: high
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libcv-dev  - development files for libcv
 libcv1 - computer vision library
 libcvaux-dev - development files for libcvaux
 libcvaux1  - computer vision extension library
 libhighgui-dev - development files for libhighgui
 libhighgui1 - computer vision GUI library
 opencv-doc - OpenCV documentation and examples
 python-opencv - Python bindings for the computer vision library
Closes: 407946 428474 482217
Changes: 
 opencv (1.0.0-5) unstable; urgency=high
 .
   [ Daniel Leidert ]
 .
   * debian/control: Added Homepage field.
 (Vcs-Svn): Fixed.
 (Depends, Build-Depends): Added libjasper-dev (closes: #428474).
   * debian/dirs: Removed (useless). Avoids empty directories.
   * debian/libcv-dev.install: Small cosmetic fix.
   * debian/libcv-dev.manpages: Added for haartraining utilities.
   * debian/opencv-createsamples.1: Initially added.
   * debian/opencv-haartraining.1: Ditto.
   * debian/opencv-performance.1: Ditto.
   * debian/opencv-doc.install: Install Makefile.debian here.
   * debian/rules (install, binary-arch, binary-indep): Removed most of the
 unused debhelper calls. Let dh_install exclude files we don't want. Don't
 install examples twice. Removed installation of opencv-config.1 (closes:
 #407946).
   * debian/watch: Added.
   * debian/patches/300_fix_segfault_in_window_gtk.diff: Added. Merged from
 Ubuntu.
   * debian/patches/series: Adjusted.
 .
   [ Sam Hocevar ]
 .
   * High urgency to ease testing propagations.
   * debian/patches/100_ffmpeg_updates.diff:
 + Updated patch to latest ffmpeg version (Closes: #482217).
   * debian/patches/020_python_linking.diff:
 + Link python bindings with required libraries.
   * debian/patches/030_install_hook.diff:
 + Use install-exec-hook instead of install-hook.
 .
   * debian/control:
 + Build-depend on more recent libavcodec-dev.
Checksums-Sha1: 
 981348300170b2fcc91416c55e8834227b0b3b08 1532 opencv_1.0.0-5.dsc
 057cc8a39b0377c10c4453b5b502b65ad7410aee 217513 opencv_1.0.0-5.diff.gz
 1cb1edeb0dbac64b378b49e06eef6669c95bd271 4481488 opencv-doc_1.0.0-5_all.deb
 966fb5a42e80f2b3f76fff3361edbcdc39fa0e5e 2611792 libcv-dev_1.0.0-5_amd64.deb
 de31d333057e155f894925156ec95e694b698718 450432 libcvaux-dev_1.0.0-5_amd64.deb
 e620b4252624ebc72b8e8e62b641c8f5ee391616 134500 
libhighgui-dev_1.0.0-5_amd64.deb
 f085d16290a4aac6ca621eb753453cf3eb6181da 1029976 libcv1_1.0.0-5_amd64.deb
 2da45740460e464a1b4120092f492276e5a973a7 322176 libcvaux1_1.0.0-5_amd64.deb
 5db3b2f2af627540e850516e4a4f1da6c0921bb0 115160 libhighgui1_1.0.0-5_amd64.deb
 a33f022c57bcc0ac6afb1bc266c813fe17b501be 509746 python-opencv_1.0.0-5_amd64.deb
Checksums-Sha256: 
 61fb07b46a3395f701bcc4459f3229e23acf68f19d9c2a66bd0ab94c20c3438e 1532 
opencv_1.0.0-5.dsc
 3316e3e124bff35b144c7599b22cec854cbb5ffedd82e9e3e3410126edfc01d1 217513 
opencv_1.0.0-5.diff.gz
 16f62cb88997b94aa150c17e3b346ff921b9061bc9470cb4877bbee4aaf71c10 4481488 
opencv-doc_1.0.0-5_all.deb
 1d2ad5da8715ee05ff3ed5b9cc2d97605d8dd47fd918fe6b21d311384a47ca46 2611792 
libcv-dev_1.0.0-5_amd64.deb
 9525db4cd6965c0bf34c1947bfac81e049e42efcc13084b0dcc934ea2a99331d 450432 
libcvaux-dev_1.0.0-5_amd64.deb
 3f35eb04d9a540255dd18aba3aad116cd7b98177cc47a92f79341c48d36d2d4d 134500 
libhighgui-dev_1.0.0-5_amd64.deb
 bef4794f100799ad0be20e633e3779d2c85e3fe36871971d5b4d9d94e14fdac4 1029976 
libcv1_1.0.0-5_amd64.deb
 0a7498732f9222e9cc1940f511adaac6f84ef64ec8effd7b24428f266269c6e0 322176 
libcvaux1_1.0.0-5_amd64.deb
 35fa55c80c2f3f9d0c9a16551f1c784f12ea70876b3f04a3607b8c40e295549e 115160 
libhighgui1_1.0.0-5_amd64.deb
 0c4de9b56d844c4cf8a7483e73f6107a7294ea08bf2f57357dca164c387fd5f6 509746 
python-opencv_1.0.0-5_amd64.deb
Files: 
 313c17b8fa32f5f59cecbbef38729f6e 1532 devel optional opencv_1.0.0-5.dsc
 afdef3085b48f7e29bac5019779a3f38 217513 devel optional opencv_1.0.0-5.diff.gz
 84e07f4ad8e0cc6075adf1580d018a76 4481488 doc optional 
opencv-doc_1.0.0-5_all.deb
 6e3cb7980b5de994913309d3fd3e01db 2611792 libdevel optional 
libcv-dev_1.0.0-5_amd64.deb
 a143663b59b7920b2c74e5aedda1457a 450432 libdevel optional 
libcvaux-dev_1.0.0-5_amd64.deb
 897f946d7aa654e0f7899f3b41cc4353 134500 libdevel optional 
libhighgui-dev_1.0.0-5_amd64.deb
 0c94ae8cc8bb872ee89944a7edbdbc95 1029976 libs optional libcv1_1.0.0-5_amd64.deb
 6d535a2cdbe5e84ac85e92293f069f91 322176 libs optional 
libcvaux1_1.0.0-5_amd64.deb
 1182d5689ff1708196ba9970985a191b 115160 libs optional 
libhighgui1_1.0.0-5_amd64.deb
 96b6d5cabd27763a3bdeacd222425938 509746 python optional 
python-opencv_1.0.0-5_amd64.deb

-BEGIN PGP 

Accepted gtkvncviewer 0.3.2-1 (source all)

2008-06-09 Thread Clement Lorteau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 15:36:51 +0200
Source: gtkvncviewer
Binary: gtkvncviewer
Architecture: source all
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Clement Lorteau [EMAIL PROTECTED]
Changed-By: Clement Lorteau [EMAIL PROTECTED]
Description: 
 gtkvncviewer - Small GTK+ tool to connect to VNC servers
Closes: 482910
Changes: 
 gtkvncviewer (0.3.2-1) unstable; urgency=low
 .
   * New upstream release. Closes: #482910.
 Adds the send keys functions that previous version was lacking.
Checksums-Sha1: 
 555b0c29f106d6795b848c905d5bace308111adc 1120 gtkvncviewer_0.3.2-1.dsc
 0d7bfa93d50d1ee74e9fe047cf3c5554a2187e36 74881 gtkvncviewer_0.3.2.orig.tar.gz
 f7f540c2bd2f252de0ed7d318ae2adee725ac0c0 1929 gtkvncviewer_0.3.2-1.diff.gz
 83cf0f5ca71b0d60e6a313512f2a276960a4e745 71266 gtkvncviewer_0.3.2-1_all.deb
Checksums-Sha256: 
 f61f0d50b7926e5bdc2ee746aab4d9207932882da6ee56106b5973fe7e084bee 1120 
gtkvncviewer_0.3.2-1.dsc
 619368fd440a2691c1786c41452e81240358e805ea1fa7280091d527497918c0 74881 
gtkvncviewer_0.3.2.orig.tar.gz
 74e43428f9c6706403129cc505fd3c7bce51c586546b28ffb67bb9b95a89ab56 1929 
gtkvncviewer_0.3.2-1.diff.gz
 f3a65051f5401f692c7999daa32095f413505117ab1d700894666d3d6ae521ed 71266 
gtkvncviewer_0.3.2-1_all.deb
Files: 
 2c1d58b93ffa193904de51f6966f0864 1120 utils optional gtkvncviewer_0.3.2-1.dsc
 963537e5e618657f1acc23cea742df4f 74881 utils optional 
gtkvncviewer_0.3.2.orig.tar.gz
 ee46163e1b1dcfc6e6ccc2ea30dd15e7 1929 utils optional 
gtkvncviewer_0.3.2-1.diff.gz
 bdb3e5eaf3a25a6285436027850dad79 71266 utils optional 
gtkvncviewer_0.3.2-1_all.deb

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

iEYEARECAAYFAkhM04kACgkQ3DVS6DbnVgT7vgCg6NauG7NZnJPfOCxNUvn9WwL2
W80An0kMOwU1C+VgjaT3Tt6tomiNBtaA
=IOV3
-END PGP SIGNATURE-


Accepted:
gtkvncviewer_0.3.2-1.diff.gz
  to pool/main/g/gtkvncviewer/gtkvncviewer_0.3.2-1.diff.gz
gtkvncviewer_0.3.2-1.dsc
  to pool/main/g/gtkvncviewer/gtkvncviewer_0.3.2-1.dsc
gtkvncviewer_0.3.2-1_all.deb
  to pool/main/g/gtkvncviewer/gtkvncviewer_0.3.2-1_all.deb
gtkvncviewer_0.3.2.orig.tar.gz
  to pool/main/g/gtkvncviewer/gtkvncviewer_0.3.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sonata 1.5.2-2 (source all i386)

2008-06-09 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 08:45:55 +0200
Source: sonata
Binary: sonata python-mmkeys
Architecture: source all i386
Version: 1.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 python-mmkeys - Multimedia key support as a PyGTK object
 sonata - GTK+ client for the Music Player Daemon (MPD)
Closes: 485323
Changes: 
 sonata (1.5.2-2) unstable; urgency=low
 .
   * Recommend python-eggtrayicon instead of full python-gnome2-extras
 (Closes: #485323).
Checksums-Sha1: 
 7a2862d09382012078a610bc724095603662b083 1359 sonata_1.5.2-2.dsc
 05e082e30d11f95ba934b334b3f0466aee67bf7e 6087 sonata_1.5.2-2.diff.gz
 81cdd17da3147584805631e091ec888b25db4b1f 283342 sonata_1.5.2-2_all.deb
 d7f9d04779bf00f82627957cf1211ef4bccdb64e 18154 python-mmkeys_1.5.2-2_i386.deb
Checksums-Sha256: 
 2d34d36d305331c47e66cbc77e2dfe44431ff6f7501f2402f799f37cc323387f 1359 
sonata_1.5.2-2.dsc
 5afdfd3fdbf177d81691137119cdc993945958a3a4355b11240518d7d64f9c71 6087 
sonata_1.5.2-2.diff.gz
 65bae2f3adc9bf61318c0e7d90aeedf32a9bd0fbce3b9c331b14dce351be6d02 283342 
sonata_1.5.2-2_all.deb
 968b59a2ce3398b62797e95e1024fba385caabc722b81b184030affe2e8e99ba 18154 
python-mmkeys_1.5.2-2_i386.deb
Files: 
 4a3d974ec7b9efac009d39407cf8114c 1359 sound optional sonata_1.5.2-2.dsc
 6f44c8707d2d728c00f3b89bc775f0cd 6087 sound optional sonata_1.5.2-2.diff.gz
 32b68d150e7ba7f8c5ef7cb441730faa 283342 sound optional sonata_1.5.2-2_all.deb
 e993f984463b8ebd7e782bf9b30cb36d 18154 python optional 
python-mmkeys_1.5.2-2_i386.deb

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

iEYEARECAAYFAkhM0gYACgkQ3DVS6DbnVgSWeACfY/vE7o2y6PPEyFHckFdW7Fct
+ocAoNjWO66oxB4jWCe5VVaGs5eq3Z6Y
=lA3u
-END PGP SIGNATURE-


Accepted:
python-mmkeys_1.5.2-2_i386.deb
  to pool/main/s/sonata/python-mmkeys_1.5.2-2_i386.deb
sonata_1.5.2-2.diff.gz
  to pool/main/s/sonata/sonata_1.5.2-2.diff.gz
sonata_1.5.2-2.dsc
  to pool/main/s/sonata/sonata_1.5.2-2.dsc
sonata_1.5.2-2_all.deb
  to pool/main/s/sonata/sonata_1.5.2-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-hulahop 0.4.0-1 (source amd64)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 09:27:08 +0200
Source: sugar-hulahop
Binary: python-hulahop
Architecture: source amd64
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-hulahop - Sugar graphical shell - gecko-based web engine
Changes: 
 sugar-hulahop (0.4.0-1) unstable; urgency=low
 .
   * Switch to using newly released upstream tarball.
   * Update copyright-check (only files dropped or replaced with
 auto-generated ones).
   * Compile with -fno-strict-aliasing to work around type punning
 causing size of array 'arg' is negative.
   * Bump debhelper compatibility level to 6 (was 5).
   * Add watch file.
   * Add URL to upstream tarball source in debian/copyright.
   * Remove autogenerated files in clean target not in upstream tarball
 (confuses copyright-check.mk).
   * Tighten (build-)dependency on xulrunner, and rewrite to only declare
 version number once for both dependency and build-dependencies.
   * Update local cdbs snippets:
 + Drop patchsys-quilt.mk (only patch unneeded with tarball release).
 + Use upstream-tarball.mk to track upstream source releases.
 + Drop semi-auto-updating autotools.
   * Semi-auto-update debian/control to update build-dependencies:
   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
Checksums-Sha1: 
 9d67c0f1e2e23ac52640b0df7cda279befe0e1c7 1468 sugar-hulahop_0.4.0-1.dsc
 fb45567251df64275dc3dc4d615ec890aad2a2f8 336613 sugar-hulahop_0.4.0.orig.tar.gz
 012812154b286dd1c63e88120f29b7709a948d27 12412 sugar-hulahop_0.4.0-1.diff.gz
 8b6ebf834e53eed10f3934a9687925dc2f0298b3 162850 
python-hulahop_0.4.0-1_amd64.deb
Checksums-Sha256: 
 2084ef8b8616c5914e172007974024f44265efac62bdd3bc183540b85ad925ef 1468 
sugar-hulahop_0.4.0-1.dsc
 2b2edac53a4f54b8f7595c7ac3a4ec254b30f996217f8b67b68419293a5e7542 336613 
sugar-hulahop_0.4.0.orig.tar.gz
 852a0a6bc6a5f9eb7d825869a34e4208f25cb02f660ecaf781084b33a7ca2740 12412 
sugar-hulahop_0.4.0-1.diff.gz
 5bb508aa6ad6b6c286a90f785cd49ded489d5d87e5f52389404176e70091ef1d 162850 
python-hulahop_0.4.0-1_amd64.deb
Files: 
 502dd1077af4c2b90b96671b92eee8fa 1468 python optional sugar-hulahop_0.4.0-1.dsc
 20cd0e77cefbd497f5cab1c7bcb1efe1 336613 python optional 
sugar-hulahop_0.4.0.orig.tar.gz
 16829f3d0486744eca2a7d09023c34cd 12412 python optional 
sugar-hulahop_0.4.0-1.diff.gz
 c394a7ee4b1a35a92e957f9da954ee05 162850 python optional 
python-hulahop_0.4.0-1_amd64.deb

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

iEYEARECAAYFAkhM3oAACgkQn7DbMsAkQLhhfQCgnHjL030vAl4y+2q/JUOGG7IG
luAAn3NYp66E53FXnJWJTOursdxl3pBM
=SerK
-END PGP SIGNATURE-


Accepted:
python-hulahop_0.4.0-1_amd64.deb
  to pool/main/s/sugar-hulahop/python-hulahop_0.4.0-1_amd64.deb
sugar-hulahop_0.4.0-1.diff.gz
  to pool/main/s/sugar-hulahop/sugar-hulahop_0.4.0-1.diff.gz
sugar-hulahop_0.4.0-1.dsc
  to pool/main/s/sugar-hulahop/sugar-hulahop_0.4.0-1.dsc
sugar-hulahop_0.4.0.orig.tar.gz
  to pool/main/s/sugar-hulahop/sugar-hulahop_0.4.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mixxx 1.6.0~beta3-2 (source all amd64)

2008-06-09 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 08:27:28 +0100
Source: mixxx
Binary: mixxx mixxx-data
Architecture: source amd64 all
Version: 1.6.0~beta3-2
Distribution: unstable
Urgency: low
Maintainer: Paul Brossier [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 mixxx  - Digital Disc Jockey Interface
 mixxx-data - Digital Disc Jockey Interface -- data files
Changes: 
 mixxx (1.6.0~beta3-2) unstable; urgency=low
 .
   * Build depend on libqt4-opengl-dev only if available, otherwise use
 libqt4-dev (makes backports easier)
Checksums-Sha1: 
 cdd3590a2b144bccf68ec8ad4861a822b60bb18c 1325 mixxx_1.6.0~beta3-2.dsc
 9ea06354d7284618177a97b1221130c28388a6ac 10802 mixxx_1.6.0~beta3-2.diff.gz
 cb230302f27ecc4a10b8028a12fdd39a7342c416 1751258 mixxx_1.6.0~beta3-2_amd64.deb
 5bd448186d16b924b95b7965cc9250ab003d4715 20185088 
mixxx-data_1.6.0~beta3-2_all.deb
Checksums-Sha256: 
 2c3e495439f33f832ac8b2a37683f593c4ee623d65b1a5d4e579f5d3b39d38b7 1325 
mixxx_1.6.0~beta3-2.dsc
 31452eb38be6c678e75205668244d4045d5017fcd6681d5af9be6c9541a64310 10802 
mixxx_1.6.0~beta3-2.diff.gz
 578b13f683b8c3d65551158b35a3aacbdd0ec95fd5ce4017c23e786b37852b12 1751258 
mixxx_1.6.0~beta3-2_amd64.deb
 f569c45bd6f0e7cb54031819e1f7afce74000c4628f5ef160c1d5cfb06710902 20185088 
mixxx-data_1.6.0~beta3-2_all.deb
Files: 
 3ae0c64846835aee06165fa2448f56ca 1325 sound optional mixxx_1.6.0~beta3-2.dsc
 43cd22b3303a0ab0f711e83842d9f77d 10802 sound optional 
mixxx_1.6.0~beta3-2.diff.gz
 3034708baec32fb643cfc9f14dab733c 1751258 sound optional 
mixxx_1.6.0~beta3-2_amd64.deb
 5cf4f1e061799dcb238521af7cddb957 20185088 sound optional 
mixxx-data_1.6.0~beta3-2_all.deb

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

iD8DBQFITOnxcanJGlcVnlkRAiF1AJ4gruG1Zxxy0pydq5ufCHiP8IjevwCgidG6
jJ0YZsJly4BG4mr1yJJI7c4=
=cqj8
-END PGP SIGNATURE-


Accepted:
mixxx-data_1.6.0~beta3-2_all.deb
  to pool/main/m/mixxx/mixxx-data_1.6.0~beta3-2_all.deb
mixxx_1.6.0~beta3-2.diff.gz
  to pool/main/m/mixxx/mixxx_1.6.0~beta3-2.diff.gz
mixxx_1.6.0~beta3-2.dsc
  to pool/main/m/mixxx/mixxx_1.6.0~beta3-2.dsc
mixxx_1.6.0~beta3-2_amd64.deb
  to pool/main/m/mixxx/mixxx_1.6.0~beta3-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted nsis 2.37-2 (source i386)

2008-06-09 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 15:42:38 +0800
Source: nsis
Binary: nsis
Architecture: source i386
Version: 2.37-2
Distribution: unstable
Urgency: medium
Maintainer: Paul Wise [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 nsis   - Nullsoft Scriptable Install System (modified for Debian)
Closes: 484938 485350
Changes: 
 nsis (2.37-2) unstable; urgency=medium
 .
   * Ensure the package will FTBFS when makensis is not built
   * The rebuild should create makensis on amd64 (Closes: #484938)
   * Don't run the patch, build and test process twice
   * Run the tests as well as the test scripts on i386 only
   * Fix FTBFS when converted to dpkg source format 3.0 (Closes: #485350)
   * Bump Standards-Version (no changes needed)
Checksums-Sha1: 
 2ed156bb189585c7c95a744e47856c52b750c5a3 1104 nsis_2.37-2.dsc
 5afc1817fbbe748e4c56c0ce5ea669f0df5ad8f8 18874 nsis_2.37-2.diff.gz
 db4298e3b6e183557d733eaed2090bfec509fae8 1742112 nsis_2.37-2_i386.deb
Checksums-Sha256: 
 89e1cd42ac314897fc038097127131b112f400a869eff86177ee4a2235cd905c 1104 
nsis_2.37-2.dsc
 761ff19cfb23851cfe70be30d712e6645d79a8374dde64711dbba4c579a858e4 18874 
nsis_2.37-2.diff.gz
 35e2c2cda1c04ad157578cdaaa14829229ea19a422fb07b1b21677b34a02f962 1742112 
nsis_2.37-2_i386.deb
Files: 
 0bbf83d4aa66c4d5e36c214023e5800b 1104 devel optional nsis_2.37-2.dsc
 217813581a0f17ea26e40f84568828bd 18874 devel optional nsis_2.37-2.diff.gz
 098ffd93f540f7baab051d430598e721 1742112 devel optional nsis_2.37-2_i386.deb

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

iEYEARECAAYFAkhM4p8ACgkQ5Sc9mGvjxCPKvACcDcL2439nb8R8YHVQ0gprs8xl
0aQAni8r9C2fkwpkrNf7XcpyvinMz806
=3L4Z
-END PGP SIGNATURE-


Accepted:
nsis_2.37-2.diff.gz
  to pool/main/n/nsis/nsis_2.37-2.diff.gz
nsis_2.37-2.dsc
  to pool/main/n/nsis/nsis_2.37-2.dsc
nsis_2.37-2_i386.deb
  to pool/main/n/nsis/nsis_2.37-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted exuberant-ctags 1:5.7-4 (source i386)

2008-06-09 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 09:07:27 +0100
Source: exuberant-ctags
Binary: exuberant-ctags
Architecture: source i386
Version: 1:5.7-4
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 exuberant-ctags - build tag file indexes of source code definitions
Closes: 484797
Changes: 
 exuberant-ctags (1:5.7-4) unstable; urgency=low
 .
   * Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.
   * Backport from upstream (closes: #484797, SF #1878155):
 - jscript.c was not properly handling escaped quotes.
   * Add a Homepage control field.
   * Refer to /usr/share/common-licenses/GPL-2 in debian/copyright rather
 than plain GPL.
   * Policy version 3.8.0.
Checksums-Sha1: 
 7a048b3d06103d61f2f74d8c4a6e368fe54695ac 1018 exuberant-ctags_5.7-4.dsc
 23ddd0c8d50af5c04adf644c532a3c51613f5a83 6017 exuberant-ctags_5.7-4.diff.gz
 a9511a718d0ffe79c8ee493dac20b35e5ff26bf8 117922 exuberant-ctags_5.7-4_i386.deb
Checksums-Sha256: 
 2f5f7959239b9361a770ae2900147ea46886c2420280c6411228427a86e2f610 1018 
exuberant-ctags_5.7-4.dsc
 7b1c990c7ba3414425fa9dca257ec39da522b011f0dbcc76ad1733c943f43c78 6017 
exuberant-ctags_5.7-4.diff.gz
 ca9eb4fa994873d92c6ec96a8699c69d78cf97c2aa9a73994d3634e96f683c5f 117922 
exuberant-ctags_5.7-4_i386.deb
Files: 
 96addc23d80c477ca1df02d460bb549d 1018 editors optional 
exuberant-ctags_5.7-4.dsc
 062ba37381b921ca7d567de16fe9eebe 6017 editors optional 
exuberant-ctags_5.7-4.diff.gz
 889bb55ba0234ca58607db61facb5daa 117922 editors optional 
exuberant-ctags_5.7-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFITOUA9t0zAhD6TNERAtoEAJ4lXnlTAX60F5erdPLhFX4dREoRYgCfSO0M
57nZ9W9V6vgVNTvjXPj9xwI=
=oIg9
-END PGP SIGNATURE-


Accepted:
exuberant-ctags_5.7-4.diff.gz
  to pool/main/e/exuberant-ctags/exuberant-ctags_5.7-4.diff.gz
exuberant-ctags_5.7-4.dsc
  to pool/main/e/exuberant-ctags/exuberant-ctags_5.7-4.dsc
exuberant-ctags_5.7-4_i386.deb
  to pool/main/e/exuberant-ctags/exuberant-ctags_5.7-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xulrunner 1.9~rc2-2 (source all amd64)

2008-06-09 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 08:15:35 +0200
Source: xulrunner
Binary: xulrunner-1.9 xulrunner-1.9-gnome-support libmozjs1d libmozjs-dev 
libmozjs1d-dbg spidermonkey-bin xulrunner-dev xulrunner-1.9-dbg 
libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9~rc2-2
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs1d - The Mozilla SpiderMonkey JavaScript library
 libmozjs1d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9 - XUL + XPCOM application runner
 xulrunner-1.9-dbg - Development files for the Gecko engine library
 xulrunner-1.9-gnome-support - Support for GNOME in xulrunner applications
 xulrunner-dev - Development files for the Gecko engine library
Closes: 485284
Changes: 
 xulrunner (1.9~rc2-2) unstable; urgency=low
 .
   * debian/libmozillainterfaces-java.install, debian/xulrunner-1.9.install:
 Move javaxpcom.jar into the libmozillainterfaces-java package.
 Closes: #485284.
   * debian/control: Small description changes to fit this move.
   * debian/libmozillainterfaces-java.install: Move MozillaGlue.jar into the
 libmozillainterfaces-java package.
   * debian/rules: Don't install MozillaInterfaces and MozillaGlue files in
 xulrunner-dev.
Checksums-Sha1: 
 9f4ffd08277315b7b08475d16018bce6a29547c4 1750 xulrunner_1.9~rc2-2.dsc
 1d0f8b4ceefc304e8ad15bb65353f7bfb0f70fba 99577 xulrunner_1.9~rc2-2.diff.gz
 0e624f9139984e0251980db599a6181e1a2d81af 1473118 
libmozillainterfaces-java_1.9~rc2-2_all.deb
 9eb50323e98c24b56a6ec073f58e20d0b1e2b177 7697818 
xulrunner-1.9_1.9~rc2-2_amd64.deb
 aa6c97d1b5b9ac97e690cccf309fd70c5dacd6a9 97688 
xulrunner-1.9-gnome-support_1.9~rc2-2_amd64.deb
 107490330108af8ce2ebc7bb5f51fa0cd64e6bda 369354 libmozjs1d_1.9~rc2-2_amd64.deb
 bee1d51a8dcea636f9aa55249b191fbd526ddab0 219336 
libmozjs-dev_1.9~rc2-2_amd64.deb
 2f665baa8d5c38ce0ff8e0b39692f666c5f76aec 885944 
libmozjs1d-dbg_1.9~rc2-2_amd64.deb
 39599d9950ece3a89f2d63b20ae93baddc57e4a6 65892 
spidermonkey-bin_1.9~rc2-2_amd64.deb
 cd7e326a28c0756b661e8b96021e62c2949f3783 3572772 
xulrunner-dev_1.9~rc2-2_amd64.deb
 b017a7aac41ac7d536e689aecddf9dd25374b3ab 49897000 
xulrunner-1.9-dbg_1.9~rc2-2_amd64.deb
 dd1528131c3629b714aed51bb68ae5927535af67 147092 
python-xpcom_1.9~rc2-2_amd64.deb
Checksums-Sha256: 
 2fd13b275466edc0837c06d2e78f3a8e1f1466afd92f923d03b0140db0fc824c 1750 
xulrunner_1.9~rc2-2.dsc
 8d987a2dc8d5d09d4f36f531f1bf0b36d103c97c493f27fc00acbd82e8f7a43f 99577 
xulrunner_1.9~rc2-2.diff.gz
 6881894c4de0459e085b3204fb6a031e4b77ee39a14dc8065cdebcecac273e3a 1473118 
libmozillainterfaces-java_1.9~rc2-2_all.deb
 4111640ab8bb9b2b1c66f61504d5a582d77f535c33dcee6a85c8d81a290e65dd 7697818 
xulrunner-1.9_1.9~rc2-2_amd64.deb
 2e33d779e807fc0912cc8758121c0c6a66e2dc71f0cba9c1535b8314e94a7bf9 97688 
xulrunner-1.9-gnome-support_1.9~rc2-2_amd64.deb
 1bc87b0353b224e23899ce75b40c32dac84f9fc721a777998683ee46679c4982 369354 
libmozjs1d_1.9~rc2-2_amd64.deb
 98a744d2fee5a04e9ea9ea10c9d933d5355d50669dc3310f73340908178998c8 219336 
libmozjs-dev_1.9~rc2-2_amd64.deb
 b8146c25ce46a8bb754307f5e250cc04279a4932d188cf7d189400aef1b6e41c 885944 
libmozjs1d-dbg_1.9~rc2-2_amd64.deb
 d5709b1a8e0d2091f6d04a11bb69ffed58ac56297ccd8f3080aea54e34c8ded5 65892 
spidermonkey-bin_1.9~rc2-2_amd64.deb
 6b419f61bf19ce9d5446e4ddee0ac3532aa71becb6e9cf418a000d922808ab08 3572772 
xulrunner-dev_1.9~rc2-2_amd64.deb
 e5ef1961c0cdc43d78b3a2d39aa50d12a5ee283da56b9afe25c4f71b706da89f 49897000 
xulrunner-1.9-dbg_1.9~rc2-2_amd64.deb
 31e465ab75788c6c6683a07a372233411dfb3cda2b38b290d41c57aff1d05e25 147092 
python-xpcom_1.9~rc2-2_amd64.deb
Files: 
 a239f1a665a22679e66542fb275b351e 1750 devel optional xulrunner_1.9~rc2-2.dsc
 a232c6648f3e7985dae59a7e6d4a2c40 99577 devel optional 
xulrunner_1.9~rc2-2.diff.gz
 d79d783dc077dafc34808d3daf31cee7 1473118 libdevel extra 
libmozillainterfaces-java_1.9~rc2-2_all.deb
 da063e07e7ea5008ef4b3b974b96a21f 7697818 devel optional 
xulrunner-1.9_1.9~rc2-2_amd64.deb
 4ea1fa9f2bb0035ee837d0fadb6e289c 97688 devel optional 
xulrunner-1.9-gnome-support_1.9~rc2-2_amd64.deb
 51e1ef21dd4f08bae436c2d29b4ecea3 369354 libs optional 
libmozjs1d_1.9~rc2-2_amd64.deb
 89700a20a0e81a9337ba48fa962a98a3 219336 libdevel optional 
libmozjs-dev_1.9~rc2-2_amd64.deb
 f058597db2ecad136f71fb72e240319d 885944 libdevel extra 
libmozjs1d-dbg_1.9~rc2-2_amd64.deb
 b12365063f809dcdfeb0fc2013494124 65892 interpreters optional 
spidermonkey-bin_1.9~rc2-2_amd64.deb
 dc241ab47831a6431479745b353f77d8 3572772 libdevel optional 
xulrunner-dev_1.9~rc2-2_amd64.deb
 c2df1f3e0f09fa42098181aa8056b185 49897000 libdevel 

Accepted iceweasel 3.0~rc2-1 (source all amd64)

2008-06-09 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Jun 2008 12:46:43 +0200
Source: iceweasel
Binary: iceweasel iceweasel-gnome-support iceweasel-dbg
Architecture: source all amd64
Version: 3.0~rc2-1
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 iceweasel  - lightweight web browser based on Mozilla
 iceweasel-dbg - debugging symbols for iceweasel
 iceweasel-gnome-support - Support for GNOME in Iceweasel
Changes: 
 iceweasel (3.0~rc2-1) unstable; urgency=low
 .
   * New upstream release candidate.
Checksums-Sha1: 
 2e09f594e84ef19920143f400e5040c4f3dd9fdb 1361 iceweasel_3.0~rc2-1.dsc
 055311dd6f027af4e9dedd611b2387a10b4e17b1 43824978 iceweasel_3.0~rc2.orig.tar.gz
 d437973b12c34414905f7d2f92833494cd76aea2 157453 iceweasel_3.0~rc2-1.diff.gz
 41238296dd46fa8ee626afc4c63790f27ffdb786 67094 
iceweasel-gnome-support_3.0~rc2-1_all.deb
 d4d0f0f18152aa977ed284f7b6a1273c5aa15c08 1134314 iceweasel_3.0~rc2-1_amd64.deb
 fa502da33aed16c05112790153979f5257846937 433034 
iceweasel-dbg_3.0~rc2-1_amd64.deb
Checksums-Sha256: 
 fca32e82ceb0d8b7ac4c796796436d89ab1ca1041a289805dbf9a83b47d251ef 1361 
iceweasel_3.0~rc2-1.dsc
 870b53a3c4345e9f9ebaba94c6c583831e3d015a329007065f3d0064b82ce7b3 43824978 
iceweasel_3.0~rc2.orig.tar.gz
 db30f8a05f4c7dd9f8d0e4042d6b084839cdb4c36c84f1e0d1555f4bc583a79e 157453 
iceweasel_3.0~rc2-1.diff.gz
 6b10ac63551b4c6f5aad45fbeea878d3b589d0dea6f74a6a92d36784bc535dc4 67094 
iceweasel-gnome-support_3.0~rc2-1_all.deb
 a29d5d0f7a34dd1301d702a176930b06cd8d4d9e8dd3b66abb723e2fe2ba0c91 1134314 
iceweasel_3.0~rc2-1_amd64.deb
 e44cf65db673b826ff8ce44e4dc702cbff2f9edcefc5cca29e8f73bd8d296441 433034 
iceweasel-dbg_3.0~rc2-1_amd64.deb
Files: 
 9cb3c5202fd7845747e3c41a60565e26 1361 web optional iceweasel_3.0~rc2-1.dsc
 68e3ef105b66949c4fa3b5e8623519f2 43824978 web optional 
iceweasel_3.0~rc2.orig.tar.gz
 513b6b92486342a830a8f7f6654b562f 157453 web optional 
iceweasel_3.0~rc2-1.diff.gz
 12928527fa4d1afbda72951e3bc60111 67094 gnome optional 
iceweasel-gnome-support_3.0~rc2-1_all.deb
 f03c4be535497db4e70329b3dc9b869d 1134314 web optional 
iceweasel_3.0~rc2-1_amd64.deb
 0f6b6271f1698369c5fa53e676bc602c 433034 devel extra 
iceweasel-dbg_3.0~rc2-1_amd64.deb

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

iD8DBQFISmqS3kvaLFT9KlgRAt2EAJwPuoAo6fSdj1l3Nad/QYHlbUk0FgCfRhIM
lMcLhaWWpoCEqvYeL6I2K9A=
=DWqY
-END PGP SIGNATURE-


Accepted:
iceweasel-dbg_3.0~rc2-1_amd64.deb
  to pool/main/i/iceweasel/iceweasel-dbg_3.0~rc2-1_amd64.deb
iceweasel-gnome-support_3.0~rc2-1_all.deb
  to pool/main/i/iceweasel/iceweasel-gnome-support_3.0~rc2-1_all.deb
iceweasel_3.0~rc2-1.diff.gz
  to pool/main/i/iceweasel/iceweasel_3.0~rc2-1.diff.gz
iceweasel_3.0~rc2-1.dsc
  to pool/main/i/iceweasel/iceweasel_3.0~rc2-1.dsc
iceweasel_3.0~rc2-1_amd64.deb
  to pool/main/i/iceweasel/iceweasel_3.0~rc2-1_amd64.deb
iceweasel_3.0~rc2.orig.tar.gz
  to pool/main/i/iceweasel/iceweasel_3.0~rc2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted otf2bdf 3.1-1 (source amd64)

2008-06-09 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 07:51:22 +
Source: otf2bdf
Binary: otf2bdf
Architecture: source amd64
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz [EMAIL PROTECTED]
Changed-By: Miriam Ruiz [EMAIL PROTECTED]
Description: 
 otf2bdf- generate BDF bitmap fonts from OpenType outline fonts
Closes: 453590 482495 484428 485353
Changes: 
 otf2bdf (3.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #482495)
 - Fixes for Freetype includes.
 - Fixed some sign promotion problems that came up with gcc 4.2.3.
 - Fixed a glyph bitmap undergeneration problem that occurs with some
   TTF fonts.
   * Removed bashism in debian/rules (Closes: #484428)
   * Upgraded Standards-Version to 3.7.3
   * Added Homepage tag to debian/control
   * Removed quilt from Build-Depends
   * Removed old patches (Closes: #485353)
   * Fixed debian/watch file (Closes: #453590)
   * Added -Wl,--as-needed to LDFLAGS
   * Fixed debian/rules so that build fails if make distclean fails
Checksums-Sha1: 
 5359d363dcff2a68f5e26fc7c73e17c827f3c201 1015 otf2bdf_3.1-1.dsc
 111f96e896f3d49202f4c82d1b16843fcb7a1208 57769 otf2bdf_3.1.orig.tar.gz
 70a69ae3e219ad1e1315d474c5fb716241e834d0 2840 otf2bdf_3.1-1.diff.gz
 52aca69087c9fcaba3df813be37f8ab7ff944f32 29290 otf2bdf_3.1-1_amd64.deb
Checksums-Sha256: 
 adca71d0405e78463202fc30aa8152ef88ab1164f1bf19b2bfbfd133ad40ee10 1015 
otf2bdf_3.1-1.dsc
 61370b8613867386ad5b7b331a403a674e684020830b0eb83bb004a452abfada 57769 
otf2bdf_3.1.orig.tar.gz
 e9e8ca676aa9dfd7ab0283480e63bc695797d1e4b5e1442d39b30bbd0b957a6e 2840 
otf2bdf_3.1-1.diff.gz
 5e6eae0a07eef8ac82b99a0a433cece703dc6a7cd79a527b87e24240541c818d 29290 
otf2bdf_3.1-1_amd64.deb
Files: 
 4cd0e3720f87118500503798a32591c0 1015 utils extra otf2bdf_3.1-1.dsc
 4c4e46490d2906d35abb3d3fc72051a3 57769 utils extra otf2bdf_3.1.orig.tar.gz
 02a6ef03d00363875a6eef744d8651a8 2840 utils extra otf2bdf_3.1-1.diff.gz
 d2a27ee40d50867b80be21d5db6316bf 29290 utils extra otf2bdf_3.1-1_amd64.deb

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

iD8DBQFITOgCfbltLjbuCGERAog+AJ40t78i19flQv54JTorE0MzDZRytQCdF7+w
33MqM1WWau2QW3P0MrQ+GkM=
=A7Hg
-END PGP SIGNATURE-


Accepted:
otf2bdf_3.1-1.diff.gz
  to pool/main/o/otf2bdf/otf2bdf_3.1-1.diff.gz
otf2bdf_3.1-1.dsc
  to pool/main/o/otf2bdf/otf2bdf_3.1-1.dsc
otf2bdf_3.1-1_amd64.deb
  to pool/main/o/otf2bdf/otf2bdf_3.1-1_amd64.deb
otf2bdf_3.1.orig.tar.gz
  to pool/main/o/otf2bdf/otf2bdf_3.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted teg 0.11.2+debian-1 (source i386)

2008-06-09 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 09:29:18 +0200
Source: teg
Binary: teg
Architecture: source i386
Version: 0.11.2+debian-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Cyril Brulebois [EMAIL PROTECTED]
Description: 
 teg- Turn based strategy game
Closes: 485107
Changes: 
 teg (0.11.2+debian-1) unstable; urgency=low
 .
   [ Eddy Petrișor ]
   * Add missing Vcs-Svn headers.
 .
   [ Ansgar Burchardt ]
   * Remove Homepage semi-field from description.
 .
   [ Cyril Brulebois ]
   * Repack upstream tarball to get rid of the (outdated anyway) debian/
 directory. The only step is to remove that particular directory, and
 rename the toplevel directory with a “.orig” suffix.
   * Remove autom4te.cache/* files from the following patch, which would
 otherwise trigger an FTBFS with the new “3.0 (quilt)” source package
 format, as pointed out by Raphaël Hertzog (Closes: #485107):
  - fix_xml-doc-for-yelp.diff
   * Add myself to Uploaders.
   * Remove “-1” from the version of libgtk2.0-dev in Build-Depends, which
 might make the life of backporters easier.
   * Use a quilt.make include, and patch/unpatch targets rather than
 calling quilt directly. That also keeps .pc/* away from the Debian
 diff.
   * Bump Standards-Version from 3.7.2 to 3.7.3, no changes required.
   * Remove additional files in “clean” since “make distclean” doesn't do
 its job: intltool-update and *.html under docs/gnome-help/.
   * Add “LDFLAGS=-Wl,-z,defs -Wl,--as-needed” to the configure call, so
 as to strip down the dependencies.
Checksums-Sha1: 
 2b685130e2065e5a9b2527bb1b57621e43b75087 1633 teg_0.11.2+debian-1.dsc
 a73ace95571666b73aa30ccdc664ac12c4845435 5889465 teg_0.11.2+debian.orig.tar.gz
 9cf34e69484dec472188e6f346a3f0a3f2f36de6 33572 teg_0.11.2+debian-1.diff.gz
 43dc5c5abf31199870684cc4eb663f70e5865633 2442712 teg_0.11.2+debian-1_i386.deb
Checksums-Sha256: 
 d90f675736474fed8619cad8fcbc375e25b04c56336042d74832d8a97663b405 1633 
teg_0.11.2+debian-1.dsc
 9005d9591c682fe1af5f9461710947e90dc31e40d7490b85eeed3b40c8652483 5889465 
teg_0.11.2+debian.orig.tar.gz
 bb8df8e13e9ee75f4ae9af9538e506a80a7557cc85934aa74585976086e47224 33572 
teg_0.11.2+debian-1.diff.gz
 34e7e3aebf34e3328e8210ad0b094485deaf9cfb97fe6e99bd9a3b559492decc 2442712 
teg_0.11.2+debian-1_i386.deb
Files: 
 60fdacbd3c3e131245b6dd056eaf7e3a 1633 games optional teg_0.11.2+debian-1.dsc
 587e23597c37d18095e0e70faca21cba 5889465 games optional 
teg_0.11.2+debian.orig.tar.gz
 72e9b527d6bdf497a2ac03bf2f2071ce 33572 games optional 
teg_0.11.2+debian-1.diff.gz
 62674ecd0d1af962c88fcd0f0317e623 2442712 games optional 
teg_0.11.2+debian-1_i386.deb

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

iD8DBQFITOFAeGfVPHR5Nd0RAmdXAJ9HK4GsdDdKCEwkoljtf+o4TQvAsgCdGkK1
SemU2JGzcUztv4oco7J3C0c=
=3bRQ
-END PGP SIGNATURE-


Accepted:
teg_0.11.2+debian-1.diff.gz
  to pool/main/t/teg/teg_0.11.2+debian-1.diff.gz
teg_0.11.2+debian-1.dsc
  to pool/main/t/teg/teg_0.11.2+debian-1.dsc
teg_0.11.2+debian-1_i386.deb
  to pool/main/t/teg/teg_0.11.2+debian-1_i386.deb
teg_0.11.2+debian.orig.tar.gz
  to pool/main/t/teg/teg_0.11.2+debian.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr 1.6.0-2 (source all i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 22:03:28 +0200
Source: vdr
Binary: vdr vdr-dev vdr-dbg vdr-plugin-sky vdr-plugin-examples 
vdr-plugin-pictures
Architecture: source all i386
Version: 1.6.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr- Video Disk Recorder for DVB cards
 vdr-dbg- Debuggable version of the VDR Video Disk Recorder
 vdr-dev- Video Disk Recorder for DVB cards
 vdr-plugin-examples - Plugins for vdr to show some possible features
 vdr-plugin-pictures - Plugin for vdr providing a very basic picture viewer
 vdr-plugin-sky - Plugin for using a Sky Digibox with vdr
Closes: 352442 426921 467512 475710 477062 482132
Changes: 
 vdr (1.6.0-2) unstable; urgency=low
 .
   [ Tobias Grimm ]
   * Removed makedev dependency (not needed anymore since 1.4.7-2)
 (closes: #477062)
   * Added dependency to at (required by shutdown scripts)
   * Modified 81_Make_config.dpatch to set the default CXXFLAGS and CFLAGS
 required for building VDR and VDR plugins. This was necessary, because 
newer
 versions of dpkg-buildpackage export CXXFLAGS. Because the upstream's
 Makefile of VDR and VDR plugins usually define the compiler arguments
 as CXXFLAGS ?=..., these settings are ignored when an environment 
variable
 CXXFLAGS exists. On non-i386 builds this causes a FTBFS for all plugins,
 because of the missing -fPIC. Plugins, that require special compiler
 arguments, should from now on pass CXXFLAGS as an argument to the make call
 in debian/rules. (closes: #475710)
   * Made Make.config handle DEB_BUILD_OPTIONS=noopt, so all plugins including
 Make.config in their Makefile will inherently support noopt as well
 (see also Debian Policy 3.7.3.0 section 10.1)
   * Added caching to plugin-loader.sh to speed up the initial startup of vdr
 (Patch provided by Michael Burian [EMAIL PROTECTED])
   * Added 17_vdr-maintenance-1.6.0-1.dpatch
   * Updated opt-20_liemikuutio.dpatch
   * Updated opt-48-x_pin.dpatch
   * Upgraded opt-37-x_menuorg.dpatch to version 0.4.2
   * Upgraded opt-50_graphtft-0.1.dpatch to current version 0.1.7~alpha of the
 GraphTFT plugin (taken from the Zulu Extensions Patch 56) and renamed it
 to opt-50_graphtft.dpatch (deleted old opt-50_graphtft.dpatch)
   * Applied a lot of spelling fixes (Thanks to Michael Nork!)
   * Modified opt-49-x_pvrinput.dpatch: Added CA-Id's 0xA1 and 0xA2, required by
 pvrusb2 as suggested by Christian Jarczyk
   * Using txt2man for manpages that used docbook before
   * Upgraded opt-21_liemikuutio.dpatch to version 1.21
   * Updated opt-48_pin.dpatch
   * Upgraded extensions patch to version 61
   * Upgraded opt-39_noepg.dpatch to the patch taken from the vdr-noepgmenu
 plugin 0.0.6.beta3
   * Added opt-52_hard_link_cutter.dpatch
 .
 .
   [ Thomas Günther ]
   * Upgraded make-special-vdr.sh to version 0.9
   * Upgraded opt-41-x_timer-info.dpatch to version 0.5
   * Improved caching in plugin-loader.sh
 .
   [ Thomas Schmidt ]
   * Added Galician debconf translation (gl.po) from Jacobo Tarrio
 (closes: #482132)
 .
 vdr (1.6.0-1) experimental; urgency=low
 .
   [ Tobias Grimm]
   * New upstream release (closes: #467512)
   * Updated 03_cmdsubmenu.dpatch
   * Updated 09_sort_options.dpatch
   * Upgraded opt-20_liemikuutio.dpatch to version 1.19
   * Updated opt-31-x_reelchannelscan
   * Updated opt-37-x_menuorg.dpatch
   * Updated opt-38_disableDoubleEpgEntrys.dpatch, to avoid sprintf buffer
 overflows
   * Updated opt-41-x_timer-info.dpatch
   * Updated opt-43-x_recordshowfree.dpatch
   * Updated opt-47_sourcecaps
   * Updated opt-48-x_pin.dpatch
   * Applied modification from Michaël Nival to opt-45_yaepg.dpatch that fixes a
 small bug
   * Removed opt-36_CutterQueue.dpatch
   * Removed opt-36_CutterQueue-AutoDelete.dpatch
   * Removed opt-46_dmh-dvd-archive.dpatch
   * Removed opt-46_dvdarchive.dpatch
   * Removed opt-46-x_dmh-dvd-archive-debian.dpatch
   * Removed opt-49_sharelnb.dpatch
   * Adapted 15_dvbplayer.dpatch
   * Added 01_pic2mpg-debian.dpatch
   * Added 99_ncursesw-include.dpatch
   * Added opt-49-x_pvrinput.dpatch
   * Added opt_40-iptv.dpatch
   * Added latest version of pin patch opt-48_pin-0.1.7.dpatch
   * Added installation of the pictures plug-in
   * Line-wrapped dependencies in debian/control
   * COMPAT=5, debhelper (= 5)
   * Made debianize-vdrplugin create cdbs based plugin packages
   * Using empty directory /usr/lib/vdr/plugins again and adding lintian
 override for package-contains-empty-directory warning - VDR
 requires the plugin directory!
   * Added short description to the NAME section of the manpages to fix the
 Lintian manpage-has-bad-whatis-entry warning
   * Removed upgrade code for VDR 1.2.6 from postinst
   * Added some lines of documentation to README.Debian, explaining that
 plug-ins 

Accepted hyphen 2.4-2 (source all amd64)

2008-06-09 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 May 2008 17:19:13 +0200
Source: hyphen
Binary: libhyphen-dev libhyphen0 openoffice.org-hyphenation-en-us
Architecture: source all amd64
Version: 2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenOffice Team [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libhyphen-dev - ALTLinux hyphenation library - development files
 libhyphen0 - ALTLinux hyphenation library - shared library
 openoffice.org-hyphenation-en-us - US English hyphenation patterns for 
OpenOffice.org
Changes: 
 hyphen (2.4-2) unstable; urgency=medium
 .
   * upload to unstable
Checksums-Sha1: 
 719934150d169f1e1de4d8d2e326d9dc5c1e12aa 1151 hyphen_2.4-2.dsc
 9d22ccfed7ddbb598cb0f99267f44df3ed20286d 12317 hyphen_2.4-2.diff.gz
 66020b44d57f4292fe41ef9b58ac8020c0a3552a 54080 
openoffice.org-hyphenation-en-us_2.4-2_all.deb
 cfc599ada4de9039115f0469619cb090e94fd788 189394 libhyphen-dev_2.4-2_amd64.deb
 ac89fc1e43f76699d5d76a6d2748871a97bd90de 23904 libhyphen0_2.4-2_amd64.deb
Checksums-Sha256: 
 3f86b39e67b884eb6b9ec094e191992d58a00b106e00d0746e95dc4deb77098a 1151 
hyphen_2.4-2.dsc
 140954c89c407efc990cb1b81bb8cbc4a35e25d3807ad480741a0e66afa94e41 12317 
hyphen_2.4-2.diff.gz
 e960873c73a39be4b2fbe4812f0e47a0eb5527091fbe8b01c52fc4086b5eef8e 54080 
openoffice.org-hyphenation-en-us_2.4-2_all.deb
 b2756de76f68d75c9b3d5349618dc4ccc343c02349b5f93c779d8f4d6e98e335 189394 
libhyphen-dev_2.4-2_amd64.deb
 113dda1c696d2de4b9d518b8acf929a541095fa3a0bc3cce68803ba5d559a047 23904 
libhyphen0_2.4-2_amd64.deb
Files: 
 f05af246834666ffc126f1ad0a58c634 1151 libs optional hyphen_2.4-2.dsc
 8c4a0b4b25416be7b17735aa6ab83363 12317 libs optional hyphen_2.4-2.diff.gz
 2264f5ca3ad65264c1776fc47c7abac3 54080 text optional 
openoffice.org-hyphenation-en-us_2.4-2_all.deb
 541d10e05da92ccbe6f613b572372165 189394 libdevel optional 
libhyphen-dev_2.4-2_amd64.deb
 a9a324039c5120b461eb3ea4143a2164 23904 libs optional libhyphen0_2.4-2_amd64.deb

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

iD8DBQFITOyi+FmQsCSK63MRAn9jAJ9/Ulo/6rtnI8S/daPdJI0mi2PxoQCff/tU
dHSSINNtsUqC8sMrJx6yDnk=
=/EA7
-END PGP SIGNATURE-


Accepted:
hyphen_2.4-2.diff.gz
  to pool/main/h/hyphen/hyphen_2.4-2.diff.gz
hyphen_2.4-2.dsc
  to pool/main/h/hyphen/hyphen_2.4-2.dsc
libhyphen-dev_2.4-2_amd64.deb
  to pool/main/h/hyphen/libhyphen-dev_2.4-2_amd64.deb
libhyphen0_2.4-2_amd64.deb
  to pool/main/h/hyphen/libhyphen0_2.4-2_amd64.deb
openoffice.org-hyphenation-en-us_2.4-2_all.deb
  to pool/main/h/hyphen/openoffice.org-hyphenation-en-us_2.4-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ooolib-python 0.0.13-1 (source all)

2008-06-09 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jun 2008 09:55:17 +0200
Source: ooolib-python
Binary: python-ooolib
Architecture: source all
Version: 0.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 python-ooolib - Python module for creating OpenDocument documents 
(sp.sheet/text)
Changes: 
 ooolib-python (0.0.13-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 a6f165dec84f331a59d3f515880c56ab95ef4b98 1147 ooolib-python_0.0.13-1.dsc
 ecec2b509186b95472dd70c85eb037e64b2670b1 16985 ooolib-python_0.0.13.orig.tar.gz
 11c83dfeb48d53162293c30fd31a5d91b6a96d1c 1650 ooolib-python_0.0.13-1.diff.gz
 38252a76700d5f5dc1aa7058eb40c60daf2a6c25 19632 python-ooolib_0.0.13-1_all.deb
Checksums-Sha256: 
 7ab39ecc79bb141b2df10c4053e388bc16a40291b84fecb314e9fc0787d3c8bd 1147 
ooolib-python_0.0.13-1.dsc
 fee6522f0a96552ef7f15221555f04dd9fb0311d499efce44a039b500dcd936e 16985 
ooolib-python_0.0.13.orig.tar.gz
 20111f4834acf52cc06f52b95676c491e122647e424cba40a3a0fb2818bac634 1650 
ooolib-python_0.0.13-1.diff.gz
 82509c169b7ed08f2c3c63158ea9469bcd142caf49b412eed0d196b1d21d4ce6 19632 
python-ooolib_0.0.13-1_all.deb
Files: 
 83b5288ad48746bb2a40f61f8a8ea22e 1147 python optional 
ooolib-python_0.0.13-1.dsc
 7d14a0af8a9512da647e0330ba2b6f74 16985 python optional 
ooolib-python_0.0.13.orig.tar.gz
 b99456642d091e5ae6109d2e3f58e0ce 1650 python optional 
ooolib-python_0.0.13-1.diff.gz
 35a1c11e6163feb09125e61ef39112b3 19632 python optional 
python-ooolib_0.0.13-1_all.deb

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

iD8DBQFISO4D+FmQsCSK63MRAvUWAJ9ExYnezbemmXHjY4/4DCpUBGPOmwCfeGhC
kP7NQVjTb4xMKI/zaNfsgeM=
=72wL
-END PGP SIGNATURE-


Accepted:
ooolib-python_0.0.13-1.diff.gz
  to pool/main/o/ooolib-python/ooolib-python_0.0.13-1.diff.gz
ooolib-python_0.0.13-1.dsc
  to pool/main/o/ooolib-python/ooolib-python_0.0.13-1.dsc
ooolib-python_0.0.13.orig.tar.gz
  to pool/main/o/ooolib-python/ooolib-python_0.0.13.orig.tar.gz
python-ooolib_0.0.13-1_all.deb
  to pool/main/o/ooolib-python/python-ooolib_0.0.13-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted acon 1.0.5-7 (source i386)

2008-06-09 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun,  8 Jun 2008 21:30:43 +0200
Source: acon
Binary: acon
Architecture: source i386
Version: 1.0.5-7
Distribution: unstable
Urgency: low
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) [EMAIL PROTECTED]
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) [EMAIL PROTECTED]
Description: 
 acon   - Text console arabization
Closes: 485138
Changes: 
 acon (1.0.5-7) unstable; urgency=low
 .
   * Fix 05-CVE-2008-1994.diff patch to modify arabicfont.c instead of
 debian/patches/04_loadkeys.diff (Closes: #485138)
Checksums-Sha1: 
 90ae59138109a9b5ac1cbbca5b305fab345d1fe6 1014 acon_1.0.5-7.dsc
 1ba9ba52d9bc532d6638626ab8e181ff57fe21e6 7447 acon_1.0.5-7.diff.gz
 6045b2424db7e21ac9f7be4a6d393a03ee8613b2 35450 acon_1.0.5-7_i386.deb
Checksums-Sha256: 
 a453aff3ac3229cd9636e01dfe6adb4532401864bda5567405319b6e09cf7a99 1014 
acon_1.0.5-7.dsc
 c75a8d99e001f6cadaf09b4e64311afd53ad2ef3e6d939f7e70f4a2af2201c8b 7447 
acon_1.0.5-7.diff.gz
 08125a695c83f656a84590fc5ccd45e63761f3f3825044e99d01dcf47553ce3a 35450 
acon_1.0.5-7_i386.deb
Files: 
 4b0595c9108f1d91a85f04a7775deb07 1014 misc optional acon_1.0.5-7.dsc
 ef65d559ead936e32882d2eee71f4a13 7447 misc optional acon_1.0.5-7.diff.gz
 41d886c8dc9952641c6a32a4da8050ad 35450 misc optional acon_1.0.5-7_i386.deb

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

iEYEARECAAYFAkhM9/IACgkQvPbGD26BadLnsACcDzTVeRSxQAo1SLjlZdEtLQNL
u6wAn0AI4My1SRLP/3KNFjQz1W3Ic/zT
=1pIC
-END PGP SIGNATURE-


Accepted:
acon_1.0.5-7.diff.gz
  to pool/main/a/acon/acon_1.0.5-7.diff.gz
acon_1.0.5-7.dsc
  to pool/main/a/acon/acon_1.0.5-7.dsc
acon_1.0.5-7_i386.deb
  to pool/main/a/acon/acon_1.0.5-7_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted doxygen 1.5.6-2 (source all amd64)

2008-06-09 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Jun 2008 22:18:27 +0200
Source: doxygen
Binary: doxygen doxygen-gui doxygen-doc
Architecture: source amd64 all
Version: 1.5.6-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 doxygen- Documentation system for C, C++, Java, Python and other languages
 doxygen-doc - Documentation for doxygen
 doxygen-gui - GUI configuration tool for doxygen
Changes: 
 doxygen (1.5.6-2) unstable; urgency=low
 .
   * Reenable the gd-renderer patch.
Checksums-Sha1: 
 288f9570b152a37b86e9ead01403e61779151346 1221 doxygen_1.5.6-2.dsc
 6377909c5f66bf5dd138f11272aa86aeed3a000c 16977 doxygen_1.5.6-2.diff.gz
 635e7e74615f3451d787692c377ce61534dc966a 1703510 doxygen_1.5.6-2_amd64.deb
 dc70fe095ebef2b6917c0d81f04ab19e95d91fdc 106976 doxygen-gui_1.5.6-2_amd64.deb
 1448f217635c76a60b4bf8f2fe1ef4dfa91ed316 1295300 doxygen-doc_1.5.6-2_all.deb
Checksums-Sha256: 
 a17bfeb87d16b321f4510b9ae7a03727ff38ffccdb02f7123551e7c2cb577544 1221 
doxygen_1.5.6-2.dsc
 5f80c522db177f6ba667b78b703198b8453ad3a7ee76e554b103f0258b95474a 16977 
doxygen_1.5.6-2.diff.gz
 efd1308c5f4adf1dff2f4bcda270f6cb0f5979141a6d44a0c6111538f68f3767 1703510 
doxygen_1.5.6-2_amd64.deb
 e8d4ffc5385960e45316a85a2b514be49e707174919ecd99dac49745d7ba2692 106976 
doxygen-gui_1.5.6-2_amd64.deb
 9fbddab999dce53c17fb10be6c86981a5e088524653df3e30833b301e49e0b75 1295300 
doxygen-doc_1.5.6-2_all.deb
Files: 
 519eae2464c69329c811b7cd7b7d9a41 1221 devel optional doxygen_1.5.6-2.dsc
 301fd7b326954695295e886099c6d4eb 16977 devel optional doxygen_1.5.6-2.diff.gz
 ee4e1fb816b5d71738d879263b976422 1703510 devel optional 
doxygen_1.5.6-2_amd64.deb
 bc76de34e67dcafe66af43713c50609e 106976 devel optional 
doxygen-gui_1.5.6-2_amd64.deb
 fce99a9d0325bbb231484548e73638b9 1295300 doc optional 
doxygen-doc_1.5.6-2_all.deb

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

iEYEARECAAYFAkhM9VUACgkQStlRaw+TLJwIUwCgv+mRE/G3i2eEoVXV35+0Totv
3T4An2PjrdyyzuHQckn9UPPnykjmiCoJ
=4QZ3
-END PGP SIGNATURE-


Accepted:
doxygen-doc_1.5.6-2_all.deb
  to pool/main/d/doxygen/doxygen-doc_1.5.6-2_all.deb
doxygen-gui_1.5.6-2_amd64.deb
  to pool/main/d/doxygen/doxygen-gui_1.5.6-2_amd64.deb
doxygen_1.5.6-2.diff.gz
  to pool/main/d/doxygen/doxygen_1.5.6-2.diff.gz
doxygen_1.5.6-2.dsc
  to pool/main/d/doxygen/doxygen_1.5.6-2.dsc
doxygen_1.5.6-2_amd64.deb
  to pool/main/d/doxygen/doxygen_1.5.6-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-svdrpext 0.0.1-16 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:10:35 +0200
Source: vdr-plugin-svdrpext
Binary: vdr-plugin-svdrpext
Architecture: source i386
Version: 0.0.1-16
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-svdrpext - VDR plugin that extends the SVDRP command set of VDR
Changes: 
 vdr-plugin-svdrpext (0.0.1-16) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-svdrpext (0.0.1-15) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-svdrpext (0.0.1-14) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated years in debian/copyright
 .
 vdr-plugin-svdrpext (0.0.1-13) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-svdrpext (0.0.1-12) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-svdrpext (0.0.1-11) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-svdrpext (0.0.1-10) unstable; urgency=low
 .
   * Added Copyright information for Debian packaging to debian/copyright
Checksums-Sha1: 
 7346d4d7309b439e583619a73dcaafcf990548b1 1386 vdr-plugin-svdrpext_0.0.1-16.dsc
 8a29e5f0097b1feefe4f563641e36fbde171cb87 2291 
vdr-plugin-svdrpext_0.0.1-16.diff.gz
 ad5e506b157fb4a48adff30e5cb78fa655cfc855 11446 
vdr-plugin-svdrpext_0.0.1-16_i386.deb
Checksums-Sha256: 
 597b1c3c3123ac74cd5a0779b87f4ab4c11739f260ea11a9ede6fdf50c984a3c 1386 
vdr-plugin-svdrpext_0.0.1-16.dsc
 78a45f2220aa2c39cdea32a8def98cf7c20dc870e086b69325fb27987fdf7c9d 2291 
vdr-plugin-svdrpext_0.0.1-16.diff.gz
 ddf7c23073bc38d3747038f5828fdf70ee0d99bbf42343f2d0b3e09a44abc69a 11446 
vdr-plugin-svdrpext_0.0.1-16_i386.deb
Files: 
 1011fc4cebbeb106282c31ddc66a62db 1386 misc extra 
vdr-plugin-svdrpext_0.0.1-16.dsc
 8cc9b36925bb77f3085b870fac13dc03 2291 misc extra 
vdr-plugin-svdrpext_0.0.1-16.diff.gz
 3c682741c67374272f45fa819560f357 11446 misc extra 
vdr-plugin-svdrpext_0.0.1-16_i386.deb

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

iD8DBQFITFuBc9+NqwoydlIRAmuGAKCHX9wDAn+poiH4FjizHnt+1A+ULwCeOX1G
+KiNW4kyJK1K+W6XAifYQEE=
=k6bj
-END PGP SIGNATURE-


Accepted:
vdr-plugin-svdrpext_0.0.1-16.diff.gz
  to pool/main/v/vdr-plugin-svdrpext/vdr-plugin-svdrpext_0.0.1-16.diff.gz
vdr-plugin-svdrpext_0.0.1-16.dsc
  to pool/main/v/vdr-plugin-svdrpext/vdr-plugin-svdrpext_0.0.1-16.dsc
vdr-plugin-svdrpext_0.0.1-16_i386.deb
  to pool/main/v/vdr-plugin-svdrpext/vdr-plugin-svdrpext_0.0.1-16_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-osdserver 0.1.1-6 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:45:09 +0200
Source: vdr-plugin-osdserver
Binary: vdr-plugin-osdserver
Architecture: source i386
Version: 0.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-osdserver - VDR plugin to provide other programs access to the OSD
Changes: 
 vdr-plugin-osdserver (0.1.1-6) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-osdserver (0.1.1-5) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-osdserver (0.1.1-4) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated years in debian/copyright
 .
 vdr-plugin-osdserver (0.1.1-3) experimental; urgency=low
 .
   * Added 01_vdr-1.5.15.dpatch
 .
 vdr-plugin-osdserver (0.1.1-2) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 ee16d5ce864898e2e66b89301264a310465e8a09 1424 vdr-plugin-osdserver_0.1.1-6.dsc
 e4f2a7e73e2f32ddb335aed991696a0f945e290a 2928 
vdr-plugin-osdserver_0.1.1-6.diff.gz
 8942ab56d6c7e6eb11ab5fbb4e2b7662d5997f75 78910 
vdr-plugin-osdserver_0.1.1-6_i386.deb
Checksums-Sha256: 
 08bc2ca13ba02073b23051af6bf06990bab4ece54fd69cc8dd650a41bd1cb00c 1424 
vdr-plugin-osdserver_0.1.1-6.dsc
 498b32679893eea3ec80c2bd636dff928b0725c108026f93960d838a6800cbba 2928 
vdr-plugin-osdserver_0.1.1-6.diff.gz
 ede465a2e2ed5c99eb13cf46f62af12e29d2395db08848832bd2d114a06fafa4 78910 
vdr-plugin-osdserver_0.1.1-6_i386.deb
Files: 
 a4332f8def501a3712793d3a6d87ceb5 1424 misc extra 
vdr-plugin-osdserver_0.1.1-6.dsc
 4a9e1999df6463fff124d612cd869e9a 2928 misc extra 
vdr-plugin-osdserver_0.1.1-6.diff.gz
 1df5a3d7402c75569c8321810f9a3926 78910 misc extra 
vdr-plugin-osdserver_0.1.1-6_i386.deb

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

iD8DBQFITFt+c9+NqwoydlIRAiQYAKCTZyp3jaj+EzhB+S9N4u2YT9VlnQCgkG87
CLi/cI599eUtboNhGVZ4ans=
=1+HS
-END PGP SIGNATURE-


Accepted:
vdr-plugin-osdserver_0.1.1-6.diff.gz
  to pool/main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.1-6.diff.gz
vdr-plugin-osdserver_0.1.1-6.dsc
  to pool/main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.1-6.dsc
vdr-plugin-osdserver_0.1.1-6_i386.deb
  to pool/main/v/vdr-plugin-osdserver/vdr-plugin-osdserver_0.1.1-6_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-vcd 0.9-6 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:14:00 +0200
Source: vdr-plugin-vcd
Binary: vdr-plugin-vcd
Architecture: source i386
Version: 0.9-6
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-vcd - VDR Plugin for playing (S)VCD's
Changes: 
 vdr-plugin-vcd (0.9-6) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-vcd (0.9-5) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-vcd (0.9-4) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated years in debian/copyright
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-vcd (0.9-3) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-vcd (0.9-2) experimental; urgency=low
 .
   * Force update for new VDR release
   * Added 01_Makefile-fPIC-fix.dpatch
 .
 vdr-plugin-vcd (0.9-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e2214a670d922680adb28ff03074840b8baca126 1334 vdr-plugin-vcd_0.9-6.dsc
 88c3c9bbcf5d5f0efce4febf2e8179d2be70a8db 4391 vdr-plugin-vcd_0.9-6.diff.gz
 b7e1d0ddef3561abf7f7079e8013447cb5ed4dd1 51230 vdr-plugin-vcd_0.9-6_i386.deb
Checksums-Sha256: 
 df1ecac22036afb5d6f43f5304ccd9e012715f5afbc00593c8d199c6841cbebc 1334 
vdr-plugin-vcd_0.9-6.dsc
 0f27486cc717372ed04465352d9a24b5807904398c57a6523877ae2866ac514f 4391 
vdr-plugin-vcd_0.9-6.diff.gz
 035c47f975f2ad5c7902ba51fde0a8ca5246caafb761ecb289624a2b5fc22fe0 51230 
vdr-plugin-vcd_0.9-6_i386.deb
Files: 
 3168f1aeba6fc07aa6fb14ccd8d4eb76 1334 misc extra vdr-plugin-vcd_0.9-6.dsc
 7c57047432719364b3e9e485581207b2 4391 misc extra vdr-plugin-vcd_0.9-6.diff.gz
 d0fd5f1af869213de01442bde1e56b8d 51230 misc extra vdr-plugin-vcd_0.9-6_i386.deb

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

iD8DBQFITFuCc9+NqwoydlIRApwqAJ9jcnCo26LbheaSLLfrMO9YHtYM5QCfRa9F
W3hl1BadmMcqaVHskb+d3cg=
=dlwa
-END PGP SIGNATURE-


Accepted:
vdr-plugin-vcd_0.9-6.diff.gz
  to pool/main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-6.diff.gz
vdr-plugin-vcd_0.9-6.dsc
  to pool/main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-6.dsc
vdr-plugin-vcd_0.9-6_i386.deb
  to pool/main/v/vdr-plugin-vcd/vdr-plugin-vcd_0.9-6_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-osdteletext 0.5.1-36 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:47:23 +0200
Source: vdr-plugin-osdteletext
Binary: vdr-plugin-osdteletext
Architecture: source i386
Version: 0.5.1-36
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-osdteletext - Teletext plugin for VDR
Changes: 
 vdr-plugin-osdteletext (0.5.1-36) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-osdteletext (0.5.1-35) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-osdteletext (0.5.1-34) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-osdteletext (0.5.1-33) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-osdteletext (0.5.1-32) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-osdteletext (0.5.1-31) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-osdteletext (0.5.1-30) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-osdteletext (0.5.1-29) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-osdteletext (0.5.1-28) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-osdteletext (0.5.1-27) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-osdteletext (0.5.1-26) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-osdteletext (0.5.1-25) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
Checksums-Sha1: 
 8ebf07b57b81d04320203d8a780e9ab18745abe4 1446 
vdr-plugin-osdteletext_0.5.1-36.dsc
 8a56cc922216330342dcd08c16bc19723f5db129 5765 
vdr-plugin-osdteletext_0.5.1-36.diff.gz
 fb50ed02ddc28345752b18c949789feafcdc249b 58118 
vdr-plugin-osdteletext_0.5.1-36_i386.deb
Checksums-Sha256: 
 df13c5d6b83aea54fe8a3d5d8caaa503141d6e1e0dd1113a626859e678402145 1446 
vdr-plugin-osdteletext_0.5.1-36.dsc
 be691d0b4cefb1b1bb7aa6070292cb95b40070121a145aca74d474279f026d59 5765 
vdr-plugin-osdteletext_0.5.1-36.diff.gz
 2b2e3f593af2517d21f288f561d5e2637b0bfbf9c38b65bd8a19f743e7de13ab 58118 
vdr-plugin-osdteletext_0.5.1-36_i386.deb
Files: 
 609df306da183d8037ccf20bfe196a36 1446 misc extra 
vdr-plugin-osdteletext_0.5.1-36.dsc
 a0fade122ab6e7275bb1c2664ea8cbbc 5765 misc extra 
vdr-plugin-osdteletext_0.5.1-36.diff.gz
 b83c622449082b2e97e06108476741d7 58118 misc extra 
vdr-plugin-osdteletext_0.5.1-36_i386.deb

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

iD8DBQFITFt+c9+NqwoydlIRAkL3AKC0mqfq3kJJfbm6vegZMHZez9fEqwCdGXLr
+BOwR6fHrOeH+mqH69r1YgQ=
=bBT4
-END PGP SIGNATURE-


Accepted:
vdr-plugin-osdteletext_0.5.1-36.diff.gz
  to pool/main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.5.1-36.diff.gz
vdr-plugin-osdteletext_0.5.1-36.dsc
  to pool/main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.5.1-36.dsc
vdr-plugin-osdteletext_0.5.1-36_i386.deb
  to pool/main/v/vdr-plugin-osdteletext/vdr-plugin-osdteletext_0.5.1-36_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-femon 1.6.0-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:16:35 +0200
Source: vdr-plugin-femon
Binary: vdr-plugin-femon
Architecture: source i386
Version: 1.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-femon - DVB frontend status monitor plugin for VDR
Changes: 
 vdr-plugin-femon (1.6.0-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-femon (1.6.0-2) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-femon (1.6.0-1) experimental; urgency=low
 .
   [ Tobias Grimm ]
   * New upstream release
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
 .
 vdr-plugin-femon (1.2.3-2) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-femon (1.2.3-1) experimental; urgency=low
 .
   [ Tobias Grimm ]
   * New upstream release
   * Updated debian/copyright
   * Merge devel branch
   * Build-depend on vdr-dev (= 1.5.7-1)
 .
   [Thomas Günther]
   * Added gettext to Build-Depends
 .
 vdr-plugin-femon (1.1.4-1) unstable; urgency=low
 .
   * New upstream release
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
 vdr-plugin-femon (1.1.3-6) unstable; urgency=low
 .
   * New version to force update with new VDR 1.4.7-2ctvdr4
 .
 vdr-plugin-femon (1.1.3-5) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-femon (1.1.3-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
Checksums-Sha1: 
 d2c76cfa61929d098e08b591d033cc79c1d4682b 1391 vdr-plugin-femon_1.6.0-3.dsc
 a271aad88b74cc30718a2406ad923d38907020bd 4434 vdr-plugin-femon_1.6.0-3.diff.gz
 12de44e6a5ca26faf38dc45c3ae13db17c7c1874 74562 
vdr-plugin-femon_1.6.0-3_i386.deb
Checksums-Sha256: 
 21c41f748857172e0bb1243446d1c6958738724d31152e8a4071aa7caea0140b 1391 
vdr-plugin-femon_1.6.0-3.dsc
 dcf3e9eb91369d48cdcedb0f43fa7aed97f416a2f57c0662816d5c03304bfcdc 4434 
vdr-plugin-femon_1.6.0-3.diff.gz
 795637077d7bc314b026d25ea6302deacd33d9ef6b9318d3fdf4ac69dc545563 74562 
vdr-plugin-femon_1.6.0-3_i386.deb
Files: 
 f543200abfc3919c9dc1b59a2ba93cbe 1391 misc extra vdr-plugin-femon_1.6.0-3.dsc
 0e3dd705b03aa7681c0f798c9ff6e1e3 4434 misc extra 
vdr-plugin-femon_1.6.0-3.diff.gz
 89a5be89c0eef2403df0a55464e5dce3 74562 misc extra 
vdr-plugin-femon_1.6.0-3_i386.deb

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

iD8DBQFITFt8c9+NqwoydlIRAgMmAJ9Kzl6f6MVqaToWMG0ipH/m2wuleACgifs4
c4R9g2xGlD5f/DkLlx32YcI=
=g/AR
-END PGP SIGNATURE-


Accepted:
vdr-plugin-femon_1.6.0-3.diff.gz
  to pool/main/v/vdr-plugin-femon/vdr-plugin-femon_1.6.0-3.diff.gz
vdr-plugin-femon_1.6.0-3.dsc
  to pool/main/v/vdr-plugin-femon/vdr-plugin-femon_1.6.0-3.dsc
vdr-plugin-femon_1.6.0-3_i386.deb
  to pool/main/v/vdr-plugin-femon/vdr-plugin-femon_1.6.0-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-fritzbox 1.0.0-2 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:21:09 +0200
Source: vdr-plugin-fritzbox
Binary: vdr-plugin-fritzbox
Architecture: source i386
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-fritzbox - VDR plugin to access certain functions of an AVM 
Fritz!Box
Changes: 
 vdr-plugin-fritzbox (1.0.0-2) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-fritzbox (1.0.0-1) experimental; urgency=low
 .
   * New upstream release
 .
 vdr-plugin-fritzbox (0.0.13-1) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0-1)
 .
   [ Tobias Grimm ]
   * New upstream release
   * Removed 01_fd-fix.dpatch (fixed upstream)
 .
 vdr-plugin-fritzbox (0.0.12-2) experimental; urgency=low
 .
   * Added 01_fd-fix.dpatch
 .
 vdr-plugin-fritzbox (0.0.12-1) experimental; urgency=low
 .
   * New upstream release
   * Updated debian/watch
   * Build-depend on vdr-dev (= 1.5.17)
 .
 vdr-plugin-fritzbox (0.0.11-2) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-fritzbox (0.0.11-1) experimental; urgency=low
 .
   * New upstream release
   * Updated debian/copyright
   * Removed 90_fritzbox-0.0.9-compile-fix.dpatch (fixed upstream)
 .
 vdr-plugin-fritzbox (0.0.9-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
   * Fixed build for VDR = 1.5.7
Checksums-Sha1: 
 0f132b819d106261166bb6d646df064668c0985b 1409 vdr-plugin-fritzbox_1.0.0-2.dsc
 c238b6e65c45992ff0c5354b07c9ff50ab03 69916 
vdr-plugin-fritzbox_1.0.0.orig.tar.gz
 1a3e204ae794ee13b49dbcf62bb59fa2727b 2566 
vdr-plugin-fritzbox_1.0.0-2.diff.gz
 af6b54e84ead9d53fa03adbaee7085087cc91b56 72750 
vdr-plugin-fritzbox_1.0.0-2_i386.deb
Checksums-Sha256: 
 ad9b453071b25d02c54e44a9bb765f74b84be0cc9b768dc263878601dc9a49fe 1409 
vdr-plugin-fritzbox_1.0.0-2.dsc
 490a54a2eddac1e308ca6f09c1f858796444a7bcef07e1694ecc669eac2c727b 69916 
vdr-plugin-fritzbox_1.0.0.orig.tar.gz
 e0b0414d8815054f0ea74f184ef71988d351d31e7f62615d3a0a0c3c79c3dfc4 2566 
vdr-plugin-fritzbox_1.0.0-2.diff.gz
 eadc92e0d5d26db6d118a5760d7afd5bc20803cf795285c189168b1b148dd138 72750 
vdr-plugin-fritzbox_1.0.0-2_i386.deb
Files: 
 d6a994d0b203c2e7c91b009be468c23a 1409 misc extra 
vdr-plugin-fritzbox_1.0.0-2.dsc
 dfbb7aaf5f649d354696980e9eadeb98 69916 misc extra 
vdr-plugin-fritzbox_1.0.0.orig.tar.gz
 870d6a4e50648c8947a4e30656184ddf 2566 misc extra 
vdr-plugin-fritzbox_1.0.0-2.diff.gz
 a788bf58df62908715d83fa7be6e8f2d 72750 misc extra 
vdr-plugin-fritzbox_1.0.0-2_i386.deb

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

iD8DBQFITFt9c9+NqwoydlIRAugUAKCgz+6+/Znk7PppTtM6v2+at7bBBQCgy3Hl
PAciwa3vEpDSOevKv1Tq5qI=
=h5yX
-END PGP SIGNATURE-


Accepted:
vdr-plugin-fritzbox_1.0.0-2.diff.gz
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.0.0-2.diff.gz
vdr-plugin-fritzbox_1.0.0-2.dsc
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.0.0-2.dsc
vdr-plugin-fritzbox_1.0.0-2_i386.deb
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.0.0-2_i386.deb
vdr-plugin-fritzbox_1.0.0.orig.tar.gz
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_1.0.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-skinenigmang 0.0.6-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:55:49 +0200
Source: vdr-plugin-skinenigmang
Binary: vdr-plugin-skinenigmang
Architecture: source i386
Version: 0.0.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-skinenigmang - Skin plugin for VDR
Changes: 
 vdr-plugin-skinenigmang (0.0.6-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-skinenigmang (0.0.6-2) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Do not ignore errors in clean target
 .
   [ Tobias Grimm ]
   * Updated debian/watch
 .
 vdr-plugin-skinenigmang (0.0.6-1) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * New upstream release
   * Build-Depend on vdr-dev (=1.6.0)
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
 vdr-plugin-skinenigmang (0.0.5-10) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-skinenigmang (0.0.5-9) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-skinenigmang (0.0.5-8) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-skinenigmang (0.0.5-7) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-skinenigmang (0.0.5-6) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-skinenigmang (0.0.5-5) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-skinenigmang (0.0.5-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-skinenigmang (0.0.5-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
Checksums-Sha1: 
 35916103af67c384fe63bbeb31f9f9e622f26815 1461 
vdr-plugin-skinenigmang_0.0.6-3.dsc
 c8974756dd32f9cca696a388fa17c91a8f33d853 2350 
vdr-plugin-skinenigmang_0.0.6-3.diff.gz
 f6979f3e0d21fe43b3486d576d6ab9abf63fae82 107244 
vdr-plugin-skinenigmang_0.0.6-3_i386.deb
Checksums-Sha256: 
 694ee9a4c73a0e306dca937662dce734248c1116bcf15c02afcd1d33e77f1eb3 1461 
vdr-plugin-skinenigmang_0.0.6-3.dsc
 b7913b306cfdee378f07fd71c1bec350adf29f0533a827bba6a3bf414862cb10 2350 
vdr-plugin-skinenigmang_0.0.6-3.diff.gz
 a123e2904a447107150234755f9fb90656eccefc179860d6e29f25459979b64c 107244 
vdr-plugin-skinenigmang_0.0.6-3_i386.deb
Files: 
 9121d29b32a30577b081a0c5c4f4e57a 1461 misc extra 
vdr-plugin-skinenigmang_0.0.6-3.dsc
 8fddd250d6540c9a15dda4a369cef8b7 2350 misc extra 
vdr-plugin-skinenigmang_0.0.6-3.diff.gz
 11c2e47632adb93cb302f57c158a1a6e 107244 misc extra 
vdr-plugin-skinenigmang_0.0.6-3_i386.deb

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

iD8DBQFITFuAc9+NqwoydlIRAvqvAJ9d5UlsxcnjC7GJKGvwy89SgiqD5ACeI5q+
/6VarPaL0dpdD5Vl7aMurJo=
=jm62
-END PGP SIGNATURE-


Accepted:
vdr-plugin-skinenigmang_0.0.6-3.diff.gz
  to pool/main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.0.6-3.diff.gz
vdr-plugin-skinenigmang_0.0.6-3.dsc
  to pool/main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.0.6-3.dsc
vdr-plugin-skinenigmang_0.0.6-3_i386.deb
  to 
pool/main/v/vdr-plugin-skinenigmang/vdr-plugin-skinenigmang_0.0.6-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-base 0.81.1-1 (source amd64)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 11:42:42 +0200
Source: sugar-base
Binary: python-sugar
Architecture: source amd64
Version: 0.81.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-sugar - Sugar graphical shell - core functionality
Changes: 
 sugar-base (0.81.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Update cdbs tweaks:
 + Strip any non-printable characters in copyright-check.mk.
   * Reorganize debian/copyright: only mention each license once.
   * Update copyright-hints (new copyright years for automade files).
Checksums-Sha1: 
 b30fc9324c6911bb0aba86e210143ff49eac254e 1454 sugar-base_0.81.1-1.dsc
 1d9e58abe36e04a274aa11ff78dd4b080fec3620 342719 sugar-base_0.81.1.orig.tar.gz
 169073cfdadc60a251a662c0e21fc83fce17dcdb 14098 sugar-base_0.81.1-1.diff.gz
 6adf8899a16219c5c5b4066fee953a97a09ede63 48882 python-sugar_0.81.1-1_amd64.deb
Checksums-Sha256: 
 005b39ecfdeb9abe5cac5812c458a6c82315521430b3cd93835863875b89b61d 1454 
sugar-base_0.81.1-1.dsc
 ec7db646ef3cac528bfeaa20cb1fbbd9f6d37ade85e1a6d6189871c471fea6ad 342719 
sugar-base_0.81.1.orig.tar.gz
 ea8b2d8ec5a9ab15698d728e33bae934dbf3c5e9ac760d62b5c5298ebf920e44 14098 
sugar-base_0.81.1-1.diff.gz
 eb3187ddb6a4e178bea7e8e6e3a1f1171e66e702159ae13bde0f0675d45fb0bc 48882 
python-sugar_0.81.1-1_amd64.deb
Files: 
 e07a9a4c30b4eaca4e91a35e9582a1e5 1454 python optional sugar-base_0.81.1-1.dsc
 5a4aab150590eb064c0fda1706f12431 342719 python optional 
sugar-base_0.81.1.orig.tar.gz
 fe035aa4204cd44c8ec57a46999e5a14 14098 python optional 
sugar-base_0.81.1-1.diff.gz
 e5382390da8a3a24b782af82fb6b4f51 48882 python optional 
python-sugar_0.81.1-1_amd64.deb

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

iEYEARECAAYFAkhM/8QACgkQn7DbMsAkQLjarQCgnT9bkUEH6o+829pVwUhlZYp/
ds8AnAvh7wyPWQk62K5j7+WpNgXjx0wd
=g+3C
-END PGP SIGNATURE-


Accepted:
python-sugar_0.81.1-1_amd64.deb
  to pool/main/s/sugar-base/python-sugar_0.81.1-1_amd64.deb
sugar-base_0.81.1-1.diff.gz
  to pool/main/s/sugar-base/sugar-base_0.81.1-1.diff.gz
sugar-base_0.81.1-1.dsc
  to pool/main/s/sugar-base/sugar-base_0.81.1-1.dsc
sugar-base_0.81.1.orig.tar.gz
  to pool/main/s/sugar-base/sugar-base_0.81.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-console 0.6.0-37 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 22:17:35 +0200
Source: vdr-plugin-console
Binary: vdr-plugin-console
Architecture: source i386
Version: 0.6.0-37
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-console - Plugin for vdr that implements a virtual terminal
Changes: 
 vdr-plugin-console (0.6.0-37) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-console (0.6.0-36) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-console (0.6.0-35) experimental; urgency=low
 .
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Added 94_console-1.6.0.dpatch, to fix compilation for vdr 1.6.0,
 many thanks to Tobias Grimm for the fix
 .
 vdr-plugin-console (0.6.0-34) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-console (0.6.0-33) unstable; urgency=low
 .
   * New version to force update with new VDR 1.4.7-2ctvdr4
 .
 vdr-plugin-console (0.6.0-32) unstable; urgency=low
 .
   * New version to force update with new VDR package release
 .
 vdr-plugin-console (0.6.0-31) unstable; urgency=low
 .
   * New version to force update with new VDR package release
Checksums-Sha1: 
 118dc27f434fda6d91a6df1655bcb0c0ac7d2001 1355 vdr-plugin-console_0.6.0-37.dsc
 373ac6bf3940afbe1185343297592328b60aefa5 7366 
vdr-plugin-console_0.6.0-37.diff.gz
 8bdf24a7cf02988713ac4ace4931928514a182ef 53794 
vdr-plugin-console_0.6.0-37_i386.deb
Checksums-Sha256: 
 4f3cfe9c8f30ab031e683410f43fcfb853b2ba6c90e9cbe12e779b9dcd45a20e 1355 
vdr-plugin-console_0.6.0-37.dsc
 4e2df76be00c1a907f6d78ee9b110f9a00ba3705d3f6b9a7b0e09e952f0e2262 7366 
vdr-plugin-console_0.6.0-37.diff.gz
 057811a1d5fd7b255977e3ef97acce64d25e661f17519128f40c1019907a087a 53794 
vdr-plugin-console_0.6.0-37_i386.deb
Files: 
 e4dd092dcd6648fe7ffa6aa64458d6e2 1355 misc extra 
vdr-plugin-console_0.6.0-37.dsc
 568b4322bcc05479df6b361b314fdfc8 7366 misc extra 
vdr-plugin-console_0.6.0-37.diff.gz
 e48d33320b7fe65c667ff7e5517bd3c8 53794 misc extra 
vdr-plugin-console_0.6.0-37_i386.deb

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

iD8DBQFITFt7c9+NqwoydlIRAiJvAKClrQCkA8+LPhihQUOlz5kxodcxjgCcCpTZ
H5HTNxLJDwsAgTEoscpspiU=
=vtbr
-END PGP SIGNATURE-


Accepted:
vdr-plugin-console_0.6.0-37.diff.gz
  to pool/main/v/vdr-plugin-console/vdr-plugin-console_0.6.0-37.diff.gz
vdr-plugin-console_0.6.0-37.dsc
  to pool/main/v/vdr-plugin-console/vdr-plugin-console_0.6.0-37.dsc
vdr-plugin-console_0.6.0-37_i386.deb
  to pool/main/v/vdr-plugin-console/vdr-plugin-console_0.6.0-37_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-svdrpservice 0.0.3-14 (source all i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:12:21 +0200
Source: vdr-plugin-svdrpservice
Binary: vdr-plugin-svdrpservice svdrpservice-dev
Architecture: source all i386
Version: 0.0.3-14
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
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.3-14) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-svdrpservice (0.0.3-13) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-svdrpservice (0.0.3-12) experimental; urgency=low
 .
   * Build-depend on vdr-dev (= 1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
 vdr-plugin-svdrpservice (0.0.3-11) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-svdrpservice (0.0.3-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-svdrpservice (0.0.3-9) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-svdrpservice (0.0.3-8) unstable; urgency=low
 .
   * Added Copyright information for Debian packaging to debian/copyright
Checksums-Sha1: 
 e04ac9e7f77aeda23685c25ccbe83ce1b71fbae0 1410 
vdr-plugin-svdrpservice_0.0.3-14.dsc
 7496a74ef7ed5f765cde6b644dc40a7f5dbf442f 2475 
vdr-plugin-svdrpservice_0.0.3-14.diff.gz
 bbcc678bf4adb268368f81090e2e2a2b67ae4fdb 5894 svdrpservice-dev_0.0.3-14_all.deb
 a4fb696cef5b72c37beee4018eb5b72fbe492e07 16534 
vdr-plugin-svdrpservice_0.0.3-14_i386.deb
Checksums-Sha256: 
 a41e639ecfbad8297991f80a9c90961bb2d4dda1b06f40cb547e8928416c214d 1410 
vdr-plugin-svdrpservice_0.0.3-14.dsc
 2e1fe9473270b33aef22ddcb8acbde5975d508a90ee5add7406dc416efc4eeec 2475 
vdr-plugin-svdrpservice_0.0.3-14.diff.gz
 ff7ba0a6c25d7c4bc2ece8c006f7de2cc2ff6f978680fdb595711406d8a8aa02 5894 
svdrpservice-dev_0.0.3-14_all.deb
 daef2169b4bc48bb549a93bec3100e76acebb30a0458c1fb9e9a273127c5b1d8 16534 
vdr-plugin-svdrpservice_0.0.3-14_i386.deb
Files: 
 ff9eae55c601687d35b361db14df0667 1410 misc extra 
vdr-plugin-svdrpservice_0.0.3-14.dsc
 b43723efd7a9631106d6e92d9628f041 2475 misc extra 
vdr-plugin-svdrpservice_0.0.3-14.diff.gz
 0c7da824223046aef22caf4e8d303405 5894 misc extra 
svdrpservice-dev_0.0.3-14_all.deb
 5979cebf61938c6f97e27b0900e16fe2 16534 misc extra 
vdr-plugin-svdrpservice_0.0.3-14_i386.deb

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

iD8DBQFITFuBc9+NqwoydlIRAlurAKCIk2vr36NSRV+QEGoSzQfEn7NVuwCgol/n
yjcasp1dJcNJHsC2m1v3ZQA=
=swKO
-END PGP SIGNATURE-


Accepted:
svdrpservice-dev_0.0.3-14_all.deb
  to pool/main/v/vdr-plugin-svdrpservice/svdrpservice-dev_0.0.3-14_all.deb
vdr-plugin-svdrpservice_0.0.3-14.diff.gz
  to 
pool/main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.3-14.diff.gz
vdr-plugin-svdrpservice_0.0.3-14.dsc
  to pool/main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.3-14.dsc
vdr-plugin-svdrpservice_0.0.3-14_i386.deb
  to 
pool/main/v/vdr-plugin-svdrpservice/vdr-plugin-svdrpservice_0.0.3-14_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-live 0.2.0-2 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:27:07 +0200
Source: vdr-plugin-live
Binary: vdr-plugin-live
Architecture: source i386
Version: 0.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-live - Web administration plugin for VDR
Changes: 
 vdr-plugin-live (0.2.0-2) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-live (0.2.0-1) unstable; urgency=low
 .
   * New upstream release
 .
 vdr-plugin-live (0.1.0+cvs20080409.2159-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.7.0
Checksums-Sha1: 
 03a2174967b86170cdfb0ba15d59ea5a52f52abc 1452 vdr-plugin-live_0.2.0-2.dsc
 b9687db0c913026ae4d29d99cbc6f031f4f32d34 560582 
vdr-plugin-live_0.2.0.orig.tar.gz
 e045e8121f16923cd5453b216e53a2a71ba5b01c 8944 vdr-plugin-live_0.2.0-2.diff.gz
 19281cf72c4034a5217a95bc2062c739d5772aef 964272 
vdr-plugin-live_0.2.0-2_i386.deb
Checksums-Sha256: 
 59ca32cbd8b41d14aff5f15ed42d14f6722969a5d2eb782b56d667f118d688d2 1452 
vdr-plugin-live_0.2.0-2.dsc
 30ac64040be4defb75beb9d3a5b0218694fc5b10486926acd989e6eb6c72ca55 560582 
vdr-plugin-live_0.2.0.orig.tar.gz
 6f09ff501fa1e0c2e3647bcc9c3d2609b3b7e30b7bf773fb7ccdbdca11e998ee 8944 
vdr-plugin-live_0.2.0-2.diff.gz
 e7ce16e61275fd64489e5df94d4a763c9ac04a70b236a04078342fdc38dce517 964272 
vdr-plugin-live_0.2.0-2_i386.deb
Files: 
 f4db0d57fc12bffb1809376cde2a1781 1452 misc extra vdr-plugin-live_0.2.0-2.dsc
 aebc7429ac920621dea1e6eb39cd174e 560582 misc extra 
vdr-plugin-live_0.2.0.orig.tar.gz
 9f7c0fc4c1712dc2e92852990cb2fd87 8944 misc extra 
vdr-plugin-live_0.2.0-2.diff.gz
 c451097226856942491821ebc813fea9 964272 misc extra 
vdr-plugin-live_0.2.0-2_i386.deb

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

iD8DBQFITFt9c9+NqwoydlIRAjojAKCTc3Zv/5U7xlHN6CoPQDXbWXgtrgCgiaba
qWhZJE8qN31Fl+3e5zUENwo=
=DbKI
-END PGP SIGNATURE-


Accepted:
vdr-plugin-live_0.2.0-2.diff.gz
  to pool/main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-2.diff.gz
vdr-plugin-live_0.2.0-2.dsc
  to pool/main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-2.dsc
vdr-plugin-live_0.2.0-2_i386.deb
  to pool/main/v/vdr-plugin-live/vdr-plugin-live_0.2.0-2_i386.deb
vdr-plugin-live_0.2.0.orig.tar.gz
  to pool/main/v/vdr-plugin-live/vdr-plugin-live_0.2.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-streamdev 0.3.3~cvs20080406.1321-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:05:47 +0200
Source: vdr-plugin-streamdev
Binary: vdr-plugin-streamdev-client vdr-plugin-streamdev-server
Architecture: source i386
Version: 0.3.3~cvs20080406.1321-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-streamdev-client - VDR Plugin to stream Live-TV to other VDR's - 
client part
 vdr-plugin-streamdev-server - VDR Plugin to stream Live-TV to other VDR's - 
server part
Changes: 
 vdr-plugin-streamdev (0.3.3~cvs20080406.1321-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-streamdev (0.3.3~cvs20080406.1321-2) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-streamdev (0.3.3~cvs20080406.1321-1) experimental; urgency=low
 .
   * New Upstream Snapshot
 .
 vdr-plugin-streamdev (0.3.3~cvs20080303.1753-2) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated years in debian/copyright
 .
 vdr-plugin-streamdev (0.3.3~cvs20080303.1753-1) experimental; urgency=low
 .
   * New Upstream Snapshot
   * Updated debian/copyright
 .
 vdr-plugin-streamdev (0.3.3~cvs20070921-6) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-streamdev (0.3.3~cvs20070921-5) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-streamdev (0.3.3~cvs20070921-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-streamdev (0.3.3~cvs20070921-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-streamdev (0.3.3~cvs20070921-2) unstable; urgency=low
 .
   [ Thomas Schmidt ]
   * Added Copyright information for Debian packaging to debian/copyright
   * Re-Added DVBDIR to debian/rules
   * Changed clean-target in debian/rules to not ignore errors anymore
 .
   [ Thomas Günther ]
   * Release for vdrdevel 1.5.10
Checksums-Sha1: 
 dc5f19b0554ae97c8c6cf2edd985c47db6304595 1602 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.dsc
 478748b06aa444c347d234328ddf52ec7d1e8c42 4907 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.diff.gz
 92eac5796e7c5aca99e09de74350907e684b438b 67000 
vdr-plugin-streamdev-client_0.3.3~cvs20080406.1321-3_i386.deb
 dc18fb9e9b1321a59c7a76e155682793b1c7dc6b 153024 
vdr-plugin-streamdev-server_0.3.3~cvs20080406.1321-3_i386.deb
Checksums-Sha256: 
 257a5410fd9394bb5043304e71329998ed94b8807a21abd1f6985aef2a5f79c8 1602 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.dsc
 f4d08ab811d36c44589e8c62b298f12408c192f6e71d1a599a13525c8ed1412c 4907 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.diff.gz
 5226002435888a0cab8728e2b55039939b9227fc50cb7a701cedb40d0282311e 67000 
vdr-plugin-streamdev-client_0.3.3~cvs20080406.1321-3_i386.deb
 0b6586d928ea049728503112bdb9648e93bf0f529e254b1ca8c4d20c26dcd455 153024 
vdr-plugin-streamdev-server_0.3.3~cvs20080406.1321-3_i386.deb
Files: 
 9333968b5d52d7e129afbb2b1b74db92 1602 misc extra 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.dsc
 b55ea5c3457d8a166344e84382ac3c0f 4907 misc extra 
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.diff.gz
 6d6712f249db700b63f4dbbbc3e03cb2 67000 misc extra 
vdr-plugin-streamdev-client_0.3.3~cvs20080406.1321-3_i386.deb
 54a7183c524125e5c81c2224702905fc 153024 misc extra 
vdr-plugin-streamdev-server_0.3.3~cvs20080406.1321-3_i386.deb

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

iD8DBQFITFuBc9+NqwoydlIRAr8PAJ9RJhlWGvH2vY6FNYolFoUmofR3RACfQNC+
KsIQKrMEbH1duMpw6HrhNz0=
=X67M
-END PGP SIGNATURE-


Accepted:
vdr-plugin-streamdev-client_0.3.3~cvs20080406.1321-3_i386.deb
  to 
pool/main/v/vdr-plugin-streamdev/vdr-plugin-streamdev-client_0.3.3~cvs20080406.1321-3_i386.deb
vdr-plugin-streamdev-server_0.3.3~cvs20080406.1321-3_i386.deb
  to 
pool/main/v/vdr-plugin-streamdev/vdr-plugin-streamdev-server_0.3.3~cvs20080406.1321-3_i386.deb
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.diff.gz
  to 
pool/main/v/vdr-plugin-streamdev/vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.diff.gz
vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.dsc
  to 
pool/main/v/vdr-plugin-streamdev/vdr-plugin-streamdev_0.3.3~cvs20080406.1321-3.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-prefermenu 0.6.6-23 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:49:36 +0200
Source: vdr-plugin-prefermenu
Binary: vdr-plugin-prefermenu
Architecture: source i386
Version: 0.6.6-23
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-prefermenu - VDR plugin that implements a preferred channels menu
Changes: 
 vdr-plugin-prefermenu (0.6.6-23) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-prefermenu (0.6.6-22) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-prefermenu (0.6.6-21) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated years in debian/copyright
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-prefermenu (0.6.6-20) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-prefermenu (0.6.6-19) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-prefermenu (0.6.6-18) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-prefermenu (0.6.6-17) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-prefermenu (0.6.6-16) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-prefermenu (0.6.6-15) unstable; urgency=low
 .
   * Replaced 90_prefermenu-0.6.6-1.5.3.dpatch with
 90_prefermenu-0.6.6-1.5.3+SetAreas-bugfix.dpatch
   * Added full license disclaimer and copyright years to debian/copyright
 .
 vdr-plugin-prefermenu (0.6.6-14) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-prefermenu (0.6.6-13) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-prefermenu (0.6.6-12) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-prefermenu (0.6.6-11) unstable; urgency=low
 .
   * Added 90_prefermenu-0.6.6-1.5.3.dpatch
 .
 vdr-plugin-prefermenu (0.6.6-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
Checksums-Sha1: 
 12bc45d4d09581f885d118cf581e4514acd12a6b 1436 
vdr-plugin-prefermenu_0.6.6-23.dsc
 9ba380fa3acd8ad6e88cc2b601f9921ab4d747a0 5601 
vdr-plugin-prefermenu_0.6.6-23.diff.gz
 fe1e24fd7e3d7ba7e376149a2135c2e37a1f0cc7 26328 
vdr-plugin-prefermenu_0.6.6-23_i386.deb
Checksums-Sha256: 
 34d7d0f317a67f9eca0e12eaa1a9337566f1f097dc915acfe9305fb7cd00902b 1436 
vdr-plugin-prefermenu_0.6.6-23.dsc
 3f950d2d07c1f4a3ae8b7182b9dd022d9d68370e937fb5467a1fee426063ef05 5601 
vdr-plugin-prefermenu_0.6.6-23.diff.gz
 85f426105080f3b6dddaaf2e2de9a8bbde135c70242e98bfdeac9c9f6c76bbd8 26328 
vdr-plugin-prefermenu_0.6.6-23_i386.deb
Files: 
 cc8c66f1d2be36d1da130403386aa2a0 1436 misc extra 
vdr-plugin-prefermenu_0.6.6-23.dsc
 96091097f551d93ffdc4064427097682 5601 misc extra 
vdr-plugin-prefermenu_0.6.6-23.diff.gz
 ffc2ea19fa65e001bdb794cf4229452e 26328 misc extra 
vdr-plugin-prefermenu_0.6.6-23_i386.deb

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

iD8DBQFITFt/c9+NqwoydlIRAp8yAKCTUmYVK+MlV/Wa/FAmXj9bFmZOrwCff3So
ez8sbsWVIi5EDq4aaG43+Fs=
=XGhC
-END PGP SIGNATURE-


Accepted:
vdr-plugin-prefermenu_0.6.6-23.diff.gz
  to pool/main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-23.diff.gz
vdr-plugin-prefermenu_0.6.6-23.dsc
  to pool/main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-23.dsc
vdr-plugin-prefermenu_0.6.6-23_i386.deb
  to pool/main/v/vdr-plugin-prefermenu/vdr-plugin-prefermenu_0.6.6-23_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-mp3 0.10.1-11 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:42:35 +0200
Source: vdr-plugin-mp3
Binary: vdr-plugin-mp3 vdr-plugin-mplayer
Architecture: source i386
Version: 0.10.1-11
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-mp3 - MP3 playback plugin for VDR
 vdr-plugin-mplayer - MPlayer playback plugin for VDR
Changes: 
 vdr-plugin-mp3 (0.10.1-11) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-mp3 (0.10.1-10) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-mp3 (0.10.1-9) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0-1)
   * Updated years in debian/copyright
 .
 vdr-plugin-mp3 (0.10.1-8) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-mp3 (0.10.1-7) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 147efd7d762fdc7a4410208c24ea796898a4a9dd 1452 vdr-plugin-mp3_0.10.1-11.dsc
 9ccd4473f8d6e71b7c0145a3ef8768c2ba0cf348 19023 vdr-plugin-mp3_0.10.1-11.diff.gz
 3ce29a2e1ef3a44ccb9194bcf0e8b8085b9154fa 167576 
vdr-plugin-mp3_0.10.1-11_i386.deb
 6e14ecea3c86bd9d94a6e29529f7bcb07a4dd6a6 95424 
vdr-plugin-mplayer_0.10.1-11_i386.deb
Checksums-Sha256: 
 cbac6a0259e8f2621e3c9a7b45c5a3cf37a413e7436d47872b8d2e7d428323af 1452 
vdr-plugin-mp3_0.10.1-11.dsc
 2fcf8a5e9c78a297e728f92c186ed68e3df7b1bca15ecdef439cece886ddd972 19023 
vdr-plugin-mp3_0.10.1-11.diff.gz
 017414fce0a66ee8a67c62cf8d73cec6647f2370dddac10cd904198a179e8d59 167576 
vdr-plugin-mp3_0.10.1-11_i386.deb
 7f166f8daeaa01a1e00d993243616096775502389f953e175b2aa0ebbb68bb39 95424 
vdr-plugin-mplayer_0.10.1-11_i386.deb
Files: 
 2c21ad38ebcc48c5170d5ae6601ef8be 1452 misc extra vdr-plugin-mp3_0.10.1-11.dsc
 e45bad3cc585a756e995cc10540d48c2 19023 misc extra 
vdr-plugin-mp3_0.10.1-11.diff.gz
 33025214ce6937db3a2c892ac8879270 167576 misc extra 
vdr-plugin-mp3_0.10.1-11_i386.deb
 8dc115a2d287089e506e6d6d9abb29ab 95424 misc extra 
vdr-plugin-mplayer_0.10.1-11_i386.deb

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

iD8DBQFITFt+c9+NqwoydlIRAj97AJ4/nppsa+IQHTolW6JvLQwDhhSmGwCeMJ5u
596erSJdMErXIqX7+/3ARek=
=CUiB
-END PGP SIGNATURE-


Accepted:
vdr-plugin-mp3_0.10.1-11.diff.gz
  to pool/main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.1-11.diff.gz
vdr-plugin-mp3_0.10.1-11.dsc
  to pool/main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.1-11.dsc
vdr-plugin-mp3_0.10.1-11_i386.deb
  to pool/main/v/vdr-plugin-mp3/vdr-plugin-mp3_0.10.1-11_i386.deb
vdr-plugin-mplayer_0.10.1-11_i386.deb
  to pool/main/v/vdr-plugin-mp3/vdr-plugin-mplayer_0.10.1-11_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-epgsync 0.0.2-15 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:14:08 +0200
Source: vdr-plugin-epgsync
Binary: vdr-plugin-epgsync
Architecture: source i386
Version: 0.0.2-15
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-epgsync - VDR plugin for EPG synchronization between VDR systems
Changes: 
 vdr-plugin-epgsync (0.0.2-15) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-epgsync (0.0.2-14) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-epgsync (0.0.2-13) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
 vdr-plugin-epgsync (0.0.2-12) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-epgsync (0.0.2-11) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-epgsync (0.0.2-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-epgsync (0.0.2-9) unstable; urgency=low
 .
   * Added Copyright information for Debian packaging to debian/copyright
Checksums-Sha1: 
 46ad376a6cc2c0c58d98d552f0393716091f9b1b 1403 vdr-plugin-epgsync_0.0.2-15.dsc
 84656b5c0a17311cfdcfd321bf35dbf5e5a27829 2507 
vdr-plugin-epgsync_0.0.2-15.diff.gz
 a4b4a4d217246aabdf0196d297d22e1da9750523 15780 
vdr-plugin-epgsync_0.0.2-15_i386.deb
Checksums-Sha256: 
 f1c4fba03aa740bd22a50a43905700e641a31d7a6ce3957d24add55b47ee784c 1403 
vdr-plugin-epgsync_0.0.2-15.dsc
 62ba7ee1160c85fe58d1490d7b581a5b2a3b3c53da34f161eb497d7e61045b7e 2507 
vdr-plugin-epgsync_0.0.2-15.diff.gz
 e1ffd12041d32d2ae766ccd93d446884f95d015d4bb12c5822caa88ff22fe7c9 15780 
vdr-plugin-epgsync_0.0.2-15_i386.deb
Files: 
 afb0c14b740007b2b060ad837bcc8b8e 1403 misc extra 
vdr-plugin-epgsync_0.0.2-15.dsc
 41c3cf4e72c66af55f8e811826c1decc 2507 misc extra 
vdr-plugin-epgsync_0.0.2-15.diff.gz
 432471631c6e2da8849beaf33db654c0 15780 misc extra 
vdr-plugin-epgsync_0.0.2-15_i386.deb

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

iD8DBQFITFt8c9+NqwoydlIRArQKAJ9VNhuZMdGfP0zXTMrz4NAHqxPJAQCeI6xH
q4qy9M4DxwO7qdAHWw679R8=
=8EgR
-END PGP SIGNATURE-


Accepted:
vdr-plugin-epgsync_0.0.2-15.diff.gz
  to pool/main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.2-15.diff.gz
vdr-plugin-epgsync_0.0.2-15.dsc
  to pool/main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.2-15.dsc
vdr-plugin-epgsync_0.0.2-15_i386.deb
  to pool/main/v/vdr-plugin-epgsync/vdr-plugin-epgsync_0.0.2-15_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-freecell 0.0.2-44 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:19:00 +0200
Source: vdr-plugin-freecell
Binary: vdr-plugin-freecell
Architecture: source i386
Version: 0.0.2-44
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-freecell - Plugin for VDR that implements the card game Freecell
Changes: 
 vdr-plugin-freecell (0.0.2-44) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-freecell (0.0.2-43) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-freecell (0.0.2-42) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated debian/copyright to our new format
 .
 vdr-plugin-freecell (0.0.2-41) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-freecell (0.0.2-40) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-freecell (0.0.2-39) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-freecell (0.0.2-38) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-freecell (0.0.2-37) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-freecell (0.0.2-36) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-freecell (0.0.2-35) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-freecell (0.0.2-34) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-freecell (0.0.2-33) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
   * Added 93_freecell-0.0.2-1.5.4.dpatch
Checksums-Sha1: 
 4597258ec0348aa707a2f05f34abd274ec02206a 1422 vdr-plugin-freecell_0.0.2-44.dsc
 2e10c36d20d0684124039fe9b20d0ccfe87172c3 5369 
vdr-plugin-freecell_0.0.2-44.diff.gz
 0d6fa28a9fb26c0d3edb8da22dff25b8b3dbb264 47560 
vdr-plugin-freecell_0.0.2-44_i386.deb
Checksums-Sha256: 
 8bd34b32363b86836e9758256d1eddf0a87e3dc8fe90b420f2cdd109e3d36019 1422 
vdr-plugin-freecell_0.0.2-44.dsc
 054c5a11911f12bcd80396570ceb0fe9f904816767a9c0d45471f0117025397a 5369 
vdr-plugin-freecell_0.0.2-44.diff.gz
 9b00d774046435862bd514cb6ef12ed058df0b1f2af92a7c59a7ff17cd85ed15 47560 
vdr-plugin-freecell_0.0.2-44_i386.deb
Files: 
 45b425ccb224540999f6e329e7ff633a 1422 misc extra 
vdr-plugin-freecell_0.0.2-44.dsc
 2c0a51ec0874dde967e3ef60284ab574 5369 misc extra 
vdr-plugin-freecell_0.0.2-44.diff.gz
 34f207f608e3400d9933ead8c9263e2a 47560 misc extra 
vdr-plugin-freecell_0.0.2-44_i386.deb

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

iD8DBQFITFt8c9+NqwoydlIRApUkAJ9DPsfYzr4NfIdPtZZHNzHidVfKKgCeKY/G
Y9ZbZC90e595dTZ340EDr4U=
=amFQ
-END PGP SIGNATURE-


Accepted:
vdr-plugin-freecell_0.0.2-44.diff.gz
  to pool/main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-44.diff.gz
vdr-plugin-freecell_0.0.2-44.dsc
  to pool/main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-44.dsc
vdr-plugin-freecell_0.0.2-44_i386.deb
  to pool/main/v/vdr-plugin-freecell/vdr-plugin-freecell_0.0.2-44_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-games 0.6.3-21 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:24:23 +0200
Source: vdr-plugin-games
Binary: vdr-plugin-games
Architecture: source i386
Version: 0.6.3-21
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-games - VDR plugin providing OSD games like tetris, snake and more
Changes: 
 vdr-plugin-games (0.6.3-21) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-games (0.6.3-20) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-games (0.6.3-19) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-games (0.6.3-18) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-games (0.6.3-17) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-games (0.6.3-16) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-games (0.6.3-15) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-games (0.6.3-14) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-games (0.6.3-13) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-games (0.6.3-12) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-games (0.6.3-11) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-games (0.6.3-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
Checksums-Sha1: 
 6b86c853a30eb1fd178913fc725c6bed4d98dab9 1367 vdr-plugin-games_0.6.3-21.dsc
 9507149aa5768764b9958386e450df72f743ad3e 5118 vdr-plugin-games_0.6.3-21.diff.gz
 4e85f3e566925f7e146c34799cc668fc602bbdeb 35916 
vdr-plugin-games_0.6.3-21_i386.deb
Checksums-Sha256: 
 9ea71ef259bd411193adde2a031d7d675e4b3918680fb5c9f35a12dfa89f8627 1367 
vdr-plugin-games_0.6.3-21.dsc
 934b18ab608e38849f4c3ed9dfa2583eb65599ad8d0ca6fc05ac71833019ab1f 5118 
vdr-plugin-games_0.6.3-21.diff.gz
 96c0aedc1a6f708f72528e7e18204d58d8eb49ab031d2ec1cf74d6fde6a6cbd9 35916 
vdr-plugin-games_0.6.3-21_i386.deb
Files: 
 9eb2050b817c300f95723dcdf9735c85 1367 misc extra vdr-plugin-games_0.6.3-21.dsc
 b0d044f83d79f385b8761feef7b512df 5118 misc extra 
vdr-plugin-games_0.6.3-21.diff.gz
 369a30cc3e6688070f33aef8655f0397 35916 misc extra 
vdr-plugin-games_0.6.3-21_i386.deb

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

iD8DBQFITFt9c9+NqwoydlIRAu4DAJ9w5YcUrImMDAOcWp/9bKkFk2wmLgCfTv1f
dR3oewY9YXZkWzcPA2jZuX8=
=d2qv
-END PGP SIGNATURE-


Accepted:
vdr-plugin-games_0.6.3-21.diff.gz
  to pool/main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-21.diff.gz
vdr-plugin-games_0.6.3-21.dsc
  to pool/main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-21.dsc
vdr-plugin-games_0.6.3-21_i386.deb
  to pool/main/v/vdr-plugin-games/vdr-plugin-games_0.6.3-21_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-sudoku 0.2.1-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:08:47 +0200
Source: vdr-plugin-sudoku
Binary: vdr-plugin-sudoku
Architecture: source i386
Version: 0.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-sudoku - VDR-Plugin to generate and solve Sudokus
Changes: 
 vdr-plugin-sudoku (0.2.1-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-sudoku (0.2.1-2) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-sudoku (0.2.1-1) experimental; urgency=low
 .
   * New upstream release
 .
 vdr-plugin-sudoku (0.2.0-1) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * New upstream release
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated debian/copyright to our new format
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-sudoku (0.1.3-15) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-sudoku (0.1.3-14) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-sudoku (0.1.3-13) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-sudoku (0.1.3-12) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-sudoku (0.1.3-11) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-sudoku (0.1.3-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-sudoku (0.1.3-9) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-sudoku (0.1.3-8) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-sudoku (0.1.3-7) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
Checksums-Sha1: 
 18098458fc13d8741b5c492c8c67cb4a5b4baa2d 1379 vdr-plugin-sudoku_0.2.1-3.dsc
 bd4ac06de0b93bc4efac00e18defaaf0ac299646 3017 vdr-plugin-sudoku_0.2.1-3.diff.gz
 07cc39774000dc50816799f8c814cd5586c01d95 50358 
vdr-plugin-sudoku_0.2.1-3_i386.deb
Checksums-Sha256: 
 57641b2b3b861bc8d1c090173286e5343c34b801285249155e57834996edd929 1379 
vdr-plugin-sudoku_0.2.1-3.dsc
 4e21617c9cc1ef0afc3f23cc621bb12a0542c380c94e0d5b3cc5d80313af1ce6 3017 
vdr-plugin-sudoku_0.2.1-3.diff.gz
 13f4ce47fc6c71aa9f9d62aa81c347c8ad6edf8f35508244548d74ac4c715d43 50358 
vdr-plugin-sudoku_0.2.1-3_i386.deb
Files: 
 b8463d51dc447d8e66ee282c06f8a252 1379 misc extra vdr-plugin-sudoku_0.2.1-3.dsc
 f253689687831c9c08f8854c454bc118 3017 misc extra 
vdr-plugin-sudoku_0.2.1-3.diff.gz
 cab2bd6f9c6c0522d87862a38b1672c5 50358 misc extra 
vdr-plugin-sudoku_0.2.1-3_i386.deb

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

iD8DBQFITFuBc9+NqwoydlIRArT8AJoCt5jiFw8AKypKsE+7WpguD838SACgnZ8e
8ov+xdgtw9pzJoHLDHIS8as=
=Pm2M
-END PGP SIGNATURE-


Accepted:
vdr-plugin-sudoku_0.2.1-3.diff.gz
  to pool/main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.2.1-3.diff.gz
vdr-plugin-sudoku_0.2.1-3.dsc
  to pool/main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.2.1-3.dsc
vdr-plugin-sudoku_0.2.1-3_i386.deb
  to pool/main/v/vdr-plugin-sudoku/vdr-plugin-sudoku_0.2.1-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-remoteosd 0.0.2-14 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:53:59 +0200
Source: vdr-plugin-remoteosd
Binary: vdr-plugin-remoteosd
Architecture: source i386
Version: 0.0.2-14
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-remoteosd - VDR plugin to control the OSD of a remote VDR
Changes: 
 vdr-plugin-remoteosd (0.0.2-14) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-remoteosd (0.0.2-13) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-remoteosd (0.0.2-12) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated years in debian/copyright
 .
 vdr-plugin-remoteosd (0.0.2-11) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-remoteosd (0.0.2-10) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-remoteosd (0.0.2-9) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-remoteosd (0.0.2-8) unstable; urgency=low
 .
   * Added Copyright information for Debian packaging to debian/copyright
Checksums-Sha1: 
 029ae080316154c8e6f3f7d399010c300dea19f5 1422 vdr-plugin-remoteosd_0.0.2-14.dsc
 81c037d139d63d57b51b5b694227b2debebfba7a 2633 
vdr-plugin-remoteosd_0.0.2-14.diff.gz
 cf9d10c3aff2da86752564c04f7eed525bdb5ed3 19686 
vdr-plugin-remoteosd_0.0.2-14_i386.deb
Checksums-Sha256: 
 f4dbbafc0ed9ff8d5843be5d1b2ee5a34d037354cf08e5b6b640db85e0b5a1ac 1422 
vdr-plugin-remoteosd_0.0.2-14.dsc
 7678e47774c8cfef14ab5906dcf35f3d939c2e62e2b76647a959465ae0c85fd1 2633 
vdr-plugin-remoteosd_0.0.2-14.diff.gz
 f66823f7c5185fd2accedbd594ba7f710fc68a4341b932ee2ce901fbfccf1b94 19686 
vdr-plugin-remoteosd_0.0.2-14_i386.deb
Files: 
 55a752f35d2ea82a1b50019426a48530 1422 misc extra 
vdr-plugin-remoteosd_0.0.2-14.dsc
 a427c414354da5af4c3555a0f204f01e 2633 misc extra 
vdr-plugin-remoteosd_0.0.2-14.diff.gz
 44eb5f5ec4871fd2427978b0abb52825 19686 misc extra 
vdr-plugin-remoteosd_0.0.2-14_i386.deb

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

iD8DBQFITFt/c9+NqwoydlIRAuKBAJ9DNRkFFkljkGjIhRp7HtT7Pf2u4ACeOhTY
+inYSYjqGdO4mcYSqEAqeqQ=
=IgjA
-END PGP SIGNATURE-


Accepted:
vdr-plugin-remoteosd_0.0.2-14.diff.gz
  to pool/main/v/vdr-plugin-remoteosd/vdr-plugin-remoteosd_0.0.2-14.diff.gz
vdr-plugin-remoteosd_0.0.2-14.dsc
  to pool/main/v/vdr-plugin-remoteosd/vdr-plugin-remoteosd_0.0.2-14.dsc
vdr-plugin-remoteosd_0.0.2-14_i386.deb
  to pool/main/v/vdr-plugin-remoteosd/vdr-plugin-remoteosd_0.0.2-14_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-xineliboutput 1.0.1-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:17:12 +0200
Source: vdr-plugin-xineliboutput
Binary: vdr-plugin-xineliboutput libxineliboutput-fbfe libxineliboutput-sxfe 
xineliboutput-fbfe xineliboutput-sxfe libxine1-xvdr
Architecture: source i386
Version: 1.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 libxine1-xvdr - Xine input plugin for vdr-plugin-xineliboutput streams
 libxineliboutput-fbfe - Local framebuffer frontend for the xineliboutput plugin
 libxineliboutput-sxfe - Local X-Server frontend for the xineliboutput plugin
 vdr-plugin-xineliboutput - VDR plugin for Xine based sofdevice frontends
 xineliboutput-fbfe - Remote Framebuffer frontend for vdr-plugin-xineliboutput
 xineliboutput-sxfe - Remote X-Server frontend for vdr-plugin-xineliboutput
Closes: 438116
Changes: 
 vdr-plugin-xineliboutput (1.0.1-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-xineliboutput (1.0.1-2) experimental; urgency=low
 .
   * Added dbus to dependencies of libxineliboutput-sxfe and xineliboutput-sxfe,
 because 01_gnome-screensaver.dpatch seems to fail, if it can't open a dbus
 connection.
 .
 vdr-plugin-xineliboutput (1.0.1-1) experimental; urgency=low
 .
   * New upstream release
   * Modified debian/watch to mangle rc and pre upstream versions to ~rc and 
~pre
   * Updated 01_gnome-screensaver.dpatch
   * Dropped 02_vdr-include-path.dpatch
   * By default now setting --remote=127.0.0.1:37890, which allows vdr-sxfe to
 connect locally by default. Also documented this in README.Debian so that
 there should be no obscurities about this anymore (Closes: #438116)
   * COMPAT=5, Depend on debhelper (= 5)
 .
 vdr-plugin-xineliboutput (1.0.0~rc2+cvs20080223.2030-2) experimental; 
urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated debian/copyright
 .
 vdr-plugin-xineliboutput (1.0.0~rc2+cvs20080223.2030-1) experimental; 
urgency=low
 .
   * New Upstream Snapshot (should fix a problem with running vdr-sxfe from 
within
 a script, as reported by Stefan Wagner)
 .
 vdr-plugin-xineliboutput (1.0.0~rc2+cvs20080216.1656-2) experimental; 
urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-xineliboutput (1.0.0~rc2+cvs20080216.1656-1) experimental; 
urgency=low
 .
   * New Upstream Snapshot
   * Build-depend on vdr-dev (= 1.5.7-1)
   * Removed 90_xineliboutput-1.0.0rc2-1.5.3.dpatch
   * Updated 02_vdr-include-path.dpatch
Checksums-Sha1: 
 7e2f1ca5ca2156fa2f9a332ae1f244e29c578dd0 1685 
vdr-plugin-xineliboutput_1.0.1-3.dsc
 5ff470a6f2ee36a1ee32c1e54e85151a7ae047f6 321990 
vdr-plugin-xineliboutput_1.0.1.orig.tar.gz
 3ab15472e310e0ba0a186f739f933f27086c8b56 61037 
vdr-plugin-xineliboutput_1.0.1-3.diff.gz
 e6a5d1b705136413ecac79af50877484e334c7e1 234912 
vdr-plugin-xineliboutput_1.0.1-3_i386.deb
 c5d42586ffd516315afb5821e764dc0e32be7708 40432 
libxineliboutput-fbfe_1.0.1-3_i386.deb
 cd75a39d6dbaf48adc72498cbaf7678f7871e237 48736 
libxineliboutput-sxfe_1.0.1-3_i386.deb
 98ac099e56e4992c3531207a58e0bf645fe870a3 50200 
xineliboutput-fbfe_1.0.1-3_i386.deb
 b14c4a3cb4b328ddff077c6a5e0235abf6d4160f 58692 
xineliboutput-sxfe_1.0.1-3_i386.deb
 df6eb7bb7630dc859a440487a89ab967aa18b129 131028 libxine1-xvdr_1.0.1-3_i386.deb
Checksums-Sha256: 
 816d5d8d8d14624bb992c679d5d8f6125053af6f85f9734319462dfd2e4314fb 1685 
vdr-plugin-xineliboutput_1.0.1-3.dsc
 4b4c5c234030b7db30f525ab18e4ca38b2954692e904f4ee3574a1b672c5ce4a 321990 
vdr-plugin-xineliboutput_1.0.1.orig.tar.gz
 49fd43ae339abce945ced461866922068eba414c3d8361fd6e474ffd01ffc8c1 61037 
vdr-plugin-xineliboutput_1.0.1-3.diff.gz
 0d57ff87bd2b46e01452ff8f66575596d4737360748684dcde83aa4a592e2bc0 234912 
vdr-plugin-xineliboutput_1.0.1-3_i386.deb
 15164515154a741011731eab11d1349ddef7f4bd251e33818229891f3980b3d2 40432 
libxineliboutput-fbfe_1.0.1-3_i386.deb
 887233ca2fe6be171d3a177f5b5f06107eb0a4e9f26c183c195a35e2d2746af6 48736 
libxineliboutput-sxfe_1.0.1-3_i386.deb
 16df39b4cd6e5e449c0d3d86544fa15931d664b66e726f322f255a4fba98960f 50200 
xineliboutput-fbfe_1.0.1-3_i386.deb
 b9ed1b30f12c1537e6e7b318a85fcd30960f1f95ecb9e6ee37463c3e8e748ba8 58692 
xineliboutput-sxfe_1.0.1-3_i386.deb
 cd43281c28a7de0e0db918cdb28ad4d6ea0feb0b3ca080d09a43860fcfe741be 131028 
libxine1-xvdr_1.0.1-3_i386.deb
Files: 
 a43f69c9c3e1b1e006bf5c4af477ecbe 1685 misc extra 
vdr-plugin-xineliboutput_1.0.1-3.dsc
 2c396094652a08a6fc0472161fa8fd49 321990 misc extra 
vdr-plugin-xineliboutput_1.0.1.orig.tar.gz
 3b9ef707857982158931b793a644a1d2 61037 misc extra 
vdr-plugin-xineliboutput_1.0.1-3.diff.gz
 eca43199ae3339e6bca64dfe2058649b 234912 misc extra 
vdr-plugin-xineliboutput_1.0.1-3_i386.deb
 3099e0b7ba9b9aeeb8fcc67c4e59675a 40432 misc extra 
libxineliboutput-fbfe_1.0.1-3_i386.deb
 e27903c50fd5bf564c14df9bfcad8af2 48736 misc extra 
libxineliboutput-sxfe_1.0.1-3_i386.deb
 472d776f65e3499ef799e75a3aa5263d 50200 misc 

Accepted vdr-plugin-weather 0.2.1e-49 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:15:40 +0200
Source: vdr-plugin-weather
Binary: vdr-plugin-weather
Architecture: source i386
Version: 0.2.1e-49
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-weather - Weather plugin for VDR
Changes: 
 vdr-plugin-weather (0.2.1e-49) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-weather (0.2.1e-48) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-weather (0.2.1e-47) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-weather (0.2.1e-46) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-weather (0.2.1e-45) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-weather (0.2.1e-44) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-weather (0.2.1e-43) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-weather (0.2.1e-42) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-weather (0.2.1e-41) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-weather (0.2.1e-40) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-weather (0.2.1e-39) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-weather (0.2.1e-38) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
Checksums-Sha1: 
 e750dd7f9111c303843d0283429a5ce7df0faed5 1445 vdr-plugin-weather_0.2.1e-49.dsc
 64eac64b30dc65e98d5e78cb348d79ca2cff9e58 6684 
vdr-plugin-weather_0.2.1e-49.diff.gz
 c20503d5ab7abd1b28687a11f512eb4aa83e25a8 55368 
vdr-plugin-weather_0.2.1e-49_i386.deb
Checksums-Sha256: 
 a2eb76102701962440099764e4572ed9f2ff187172b6a8e9a20d576dbca36473 1445 
vdr-plugin-weather_0.2.1e-49.dsc
 b9fabaeb7116503a89ab09d5b4a2f0dcdbc6c209d0f33749380c15448c7e34b1 6684 
vdr-plugin-weather_0.2.1e-49.diff.gz
 f2d0dc904e2b17339d81f4bc5d183f9e201a4a82d74295269ee6c3fb69d353ca 55368 
vdr-plugin-weather_0.2.1e-49_i386.deb
Files: 
 f6eba1b8789555dc0f287412d081ab88 1445 misc extra 
vdr-plugin-weather_0.2.1e-49.dsc
 cc4a4ceae8945a68294308fdcddc2b77 6684 misc extra 
vdr-plugin-weather_0.2.1e-49.diff.gz
 7424e293107a5fc295721d39c6b46478 55368 misc extra 
vdr-plugin-weather_0.2.1e-49_i386.deb

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

iD8DBQFITFuCc9+NqwoydlIRAsSRAJ46vzwlDTh1j/GjwXBOlR9yRYPq8ACdHdz5
IHpoNgT5A3819mKzAWlqw7w=
=YhXq
-END PGP SIGNATURE-


Accepted:
vdr-plugin-weather_0.2.1e-49.diff.gz
  to pool/main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-49.diff.gz
vdr-plugin-weather_0.2.1e-49.dsc
  to pool/main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-49.dsc
vdr-plugin-weather_0.2.1e-49_i386.deb
  to pool/main/v/vdr-plugin-weather/vdr-plugin-weather_0.2.1e-49_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pida 0.5.1-4 (source i386)

2008-06-09 Thread Jan Lübbe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:29:15 +0200
Source: pida
Binary: pida
Architecture: source i386
Version: 0.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Philipp Kaluza [EMAIL PROTECTED]
Changed-By: Jan Lübbe [EMAIL PROTECTED]
Description: 
 pida   - Python Integrated Development Application, a Python IDE
Changes: 
 pida (0.5.1-4) unstable; urgency=low
 .
   [ Philipp Kaluza ]
   * add Vcs-Browser and Vcs-Git fields to control file
   * explicitly build-depend on pkg-config to (hopefully)
 fix build failures on m86k and mips
   * also add DM-Upload-Allowed to control file
   * now that the python2.5 transition is over, always
 try to build against all supported python versions
   * make sure the binaries call only the default python interpreter
Checksums-Sha1: 
 54154966a244694b215f9e2daa3fcb5e463d3f73 1284 pida_0.5.1-4.dsc
 3f442b2971bb7e9fa558b2f19d1f864269759abc 5263 pida_0.5.1-4.diff.gz
 bd14ebecc47f8c6d40fea7cc5e6c31fffb3beb31 467038 pida_0.5.1-4_i386.deb
Checksums-Sha256: 
 f6dfb59cfe450d924fda3163564c9b66e0770bc7e62474de1e6490a51037c511 1284 
pida_0.5.1-4.dsc
 425e8a6371a9b15ae57b3b5b96137408882e3fdf1798cf589107e74423b8b5f5 5263 
pida_0.5.1-4.diff.gz
 1d37dc91c4978a7c4a8eef4c4a41fa47b76bcd4a279d308925df14182445a859 467038 
pida_0.5.1-4_i386.deb
Files: 
 ec67d895314fbfd2284a385bec4b44ac 1284 devel optional pida_0.5.1-4.dsc
 f8c91c9ae7b8b0bc930cd635c53b1e3e 5263 devel optional pida_0.5.1-4.diff.gz
 0b492920d6dc6361060c266d5876ad5b 467038 devel optional pida_0.5.1-4_i386.deb

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

iEYEARECAAYFAkhNBkAACgkQioOL5NhIDy5zvQCeJZ1HfUGtWFWEjuA9e08tR8tF
CDgAn3aRIv3epNIFlmi1wr9fzXZPEJ2X
=N8J+
-END PGP SIGNATURE-


Accepted:
pida_0.5.1-4.diff.gz
  to pool/main/p/pida/pida_0.5.1-4.diff.gz
pida_0.5.1-4.dsc
  to pool/main/p/pida/pida_0.5.1-4.dsc
pida_0.5.1-4_i386.deb
  to pool/main/p/pida/pida_0.5.1-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted html5lib 0.11~pre-1 (source all)

2008-06-09 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Mar 2008 23:30:21 +0100
Source: html5lib
Binary: python-html5lib
Architecture: source all
Version: 0.11~pre-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 python-html5lib - HTML parser/tokenizer based on the WHATWG HTML5 specification
Changes: 
 html5lib (0.11~pre-1) experimental; urgency=low
 .
   * pre-release version to test the test-cases.
Checksums-Sha1: 
 4276a5c16a6d9157e132bce8e496f37e52aa664e 1407 html5lib_0.11~pre-1.dsc
 303105a9f2a56ae01cd75e866afefc456ba29aa3 156354 html5lib_0.11~pre.orig.tar.gz
 a4ab02d897856ec84669ada90f73e94216e3ce49 3527 html5lib_0.11~pre-1.diff.gz
 6104cafed2fbcf1c7deaa2afd48448038ee592d5 85228 
python-html5lib_0.11~pre-1_all.deb
Checksums-Sha256: 
 afecdc40a053053ece41e8b3ac1a70b45ca988b39871a3601deac84458a4fd8a 1407 
html5lib_0.11~pre-1.dsc
 019048c3fb8e93bf895475889c691e0e7983ad32af432affeecc428be4b80e71 156354 
html5lib_0.11~pre.orig.tar.gz
 6fab7c49fb582ed28136ba14a5be8dee7df8a3a685711577cd52afe1dab29150 3527 
html5lib_0.11~pre-1.diff.gz
 4eddb6eb20aa11d59c6beed978d0a5e6ee96ec3e8be143a0c5c91aa056b792d5 85228 
python-html5lib_0.11~pre-1_all.deb
Files: 
 8728285ed6b09f0831b6f93175212803 1407 python optional html5lib_0.11~pre-1.dsc
 ff1a36106690e9a69475968e7705ff06 156354 python optional 
html5lib_0.11~pre.orig.tar.gz
 9627631d640a14b6e913d13554eacab3 3527 python optional 
html5lib_0.11~pre-1.diff.gz
 695c5511e7da35a61f6b81758c022f89 85228 python optional 
python-html5lib_0.11~pre-1_all.deb

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

iD8DBQFITPXpBnqtBMk7/3kRAloSAKCpGfZFuJ69p2DgRvFrB0mQTfAGZgCeIh+F
s6zSKl+IV5wQ3l3pKjgRX+s=
=so76
-END PGP SIGNATURE-


Accepted:
html5lib_0.11~pre-1.diff.gz
  to pool/main/h/html5lib/html5lib_0.11~pre-1.diff.gz
html5lib_0.11~pre-1.dsc
  to pool/main/h/html5lib/html5lib_0.11~pre-1.dsc
html5lib_0.11~pre.orig.tar.gz
  to pool/main/h/html5lib/html5lib_0.11~pre.orig.tar.gz
python-html5lib_0.11~pre-1_all.deb
  to pool/main/h/html5lib/python-html5lib_0.11~pre-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-toolkit 0.81.4-1 (source amd64)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:22:13 +0200
Source: sugar-toolkit
Binary: python-sugar-toolkit
Architecture: source amd64
Version: 0.81.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 python-sugar-toolkit - Sugar graphical shell - core widgets
Changes: 
 sugar-toolkit (0.81.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Update debian/copyright:
 + Really adjust paths as promised in 0.79.7-1
 + Update copyright year and license owner for
   src/sugar/activity/bundlebuilder.py
   * Update copyright-hints regarding above mentioned bundlebuilder.py.
Checksums-Sha1: 
 b4f9a22859e441d0fe0192b1728f7ae165e3be56 1521 sugar-toolkit_0.81.4-1.dsc
 130b858dc85f6361574955e152ced60ba4fa8c23 486233 
sugar-toolkit_0.81.4.orig.tar.gz
 f85ee8d46b9b3673acce861d03a23bb83a41ce78 17797 sugar-toolkit_0.81.4-1.diff.gz
 0d72a000215c65c98c9df78ef39b0d2b20462da3 113790 
python-sugar-toolkit_0.81.4-1_amd64.deb
Checksums-Sha256: 
 013fc15c2c8c76463413b63553d7b1a6b40ea3773cd2db83ad1dcb260d773102 1521 
sugar-toolkit_0.81.4-1.dsc
 67eb8c5ca5b03d7ef2648fe23fe2e4dfdcf47abfdb6c9308b488927117016187 486233 
sugar-toolkit_0.81.4.orig.tar.gz
 f59ee18d3c3f31be2b92675f47b32f7dab1193e66da3388dc3bc2297ce74fb82 17797 
sugar-toolkit_0.81.4-1.diff.gz
 ea14cf5ff8a0866dc06bc68ca8b369657860a83ee79997c67688bbd6cebec124 113790 
python-sugar-toolkit_0.81.4-1_amd64.deb
Files: 
 656a7fd6712f19ab7f4efa20ad53c5fa 1521 python optional 
sugar-toolkit_0.81.4-1.dsc
 9cef8f5a63ff279beac04775bed99937 486233 python optional 
sugar-toolkit_0.81.4.orig.tar.gz
 78b365be86687a16bef74d416584a1c5 17797 python optional 
sugar-toolkit_0.81.4-1.diff.gz
 1ff67f7e22e01b09456deb45d43c115a 113790 python optional 
python-sugar-toolkit_0.81.4-1_amd64.deb

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

iEYEARECAAYFAkhNCJ8ACgkQn7DbMsAkQLj3JgCfTS1uEfGMASnBGWFsdYfDFbDg
Dw0An1HWNwBjoMRDYEHQP5Gz+u13dmww
=4jX1
-END PGP SIGNATURE-


Accepted:
python-sugar-toolkit_0.81.4-1_amd64.deb
  to pool/main/s/sugar-toolkit/python-sugar-toolkit_0.81.4-1_amd64.deb
sugar-toolkit_0.81.4-1.diff.gz
  to pool/main/s/sugar-toolkit/sugar-toolkit_0.81.4-1.diff.gz
sugar-toolkit_0.81.4-1.dsc
  to pool/main/s/sugar-toolkit/sugar-toolkit_0.81.4-1.dsc
sugar-toolkit_0.81.4.orig.tar.gz
  to pool/main/s/sugar-toolkit/sugar-toolkit_0.81.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libclass-date-perl 1.1.9-2 (source i386)

2008-06-09 Thread Martín Ferrari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 06:37:32 -0300
Source: libclass-date-perl
Binary: libclass-date-perl
Architecture: source i386
Version: 1.1.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Martín Ferrari [EMAIL PROTECTED]
Description: 
 libclass-date-perl - easy date and time manipulation
Changes: 
 libclass-date-perl (1.1.9-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/share/perl5 only if it exists.
 .
   [ Damyan Ivanov ]
   * debian/watch: better pattern
   * debian/rules: sync with current dh-make-perl templates
   * Standards-Version: 3.7.3 (no changes)
   * debhelper compatibility level 6
 .
   [ gregor herrmann ]
   * Remove changes to upstream code.
   * debian/copyright: convert to UTF-8, add actual copyright notice, improve
 pointer to common-licenses.
 .
   [ Martín Ferrari ]
   * debian/control:
   - Standards-Version: 3.8.0 (no changes).
   - Remove module name from short desc, improve a little long desc.
   - Add myself to Uploaders.
   * debian/rules: updated to current templates.
   * debian/copyright: new format.
Checksums-Sha1: 
 051f6e9df18803837ef23e935e1d32f76ce8579b 1339 libclass-date-perl_1.1.9-2.dsc
 32584e3cd529d428db20239cfb41401f6dbe6bd9 2496 
libclass-date-perl_1.1.9-2.diff.gz
 60ecd974f53fcd5a76e03498937f75952bea996c 39876 
libclass-date-perl_1.1.9-2_i386.deb
Checksums-Sha256: 
 cd2e9a227ff1deaf3da23015cc78812139c9612eb3a93252421f7e57f37a1200 1339 
libclass-date-perl_1.1.9-2.dsc
 16534df0b5ca57ec81b2b2eab3bc0b522433c68ecb5595b29feccb63d7f7d073 2496 
libclass-date-perl_1.1.9-2.diff.gz
 6fd7759f55df6e3389393901988d21bbab62713a4f42e6162c590afdca07 39876 
libclass-date-perl_1.1.9-2_i386.deb
Files: 
 aff3153c5e991e94fa26959a9c8ce2e5 1339 perl optional 
libclass-date-perl_1.1.9-2.dsc
 c1b39791c08950570a457b3b531b28ba 2496 perl optional 
libclass-date-perl_1.1.9-2.diff.gz
 9061713d01946e2799879e6b20217c57 39876 perl optional 
libclass-date-perl_1.1.9-2_i386.deb

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

iD8DBQFITQdWaWQ2v1ddCnYRAmK2AJ0YCUV/wONwQv7ppGve08KPrfWq9wCeNjeR
IZDcxAPbOdY3Un5NPW0iV/w=
=FOj4
-END PGP SIGNATURE-


Accepted:
libclass-date-perl_1.1.9-2.diff.gz
  to pool/main/libc/libclass-date-perl/libclass-date-perl_1.1.9-2.diff.gz
libclass-date-perl_1.1.9-2.dsc
  to pool/main/libc/libclass-date-perl/libclass-date-perl_1.1.9-2.dsc
libclass-date-perl_1.1.9-2_i386.deb
  to pool/main/libc/libclass-date-perl/libclass-date-perl_1.1.9-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-remote 0.4.0-13 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:51:58 +0200
Source: vdr-plugin-remote
Binary: vdr-plugin-remote
Architecture: source i386
Version: 0.4.0-13
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-remote - VDR Plugin to support the built-in remote control port of 
DVB-Car
Changes: 
 vdr-plugin-remote (0.4.0-13) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-remote (0.4.0-12) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-remote (0.4.0-11) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated years in debian/copyright
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-remote (0.4.0-10) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-remote (0.4.0-9) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 64d88172c84bf75bddf4d503796519ffd0d5ce4a 1442 vdr-plugin-remote_0.4.0-13.dsc
 ba5727584d8f612fff855f3dd5fd0c24b830e9fa 9071 
vdr-plugin-remote_0.4.0-13.diff.gz
 e646d9c7816126f94e63686ccbf916d786a3c770 32042 
vdr-plugin-remote_0.4.0-13_i386.deb
Checksums-Sha256: 
 04d8ae607b9312eecf6dff035fee13427526aacd9940d04985c234e70b6dcedb 1442 
vdr-plugin-remote_0.4.0-13.dsc
 87a8137bb279ee867c5f8304f268c2917415d51130edf1cacfe3bccaf2760e9b 9071 
vdr-plugin-remote_0.4.0-13.diff.gz
 831ec84943f2aa41416dcf9047ce4fa803afd6e9e3d517706e6191aed8e260b2 32042 
vdr-plugin-remote_0.4.0-13_i386.deb
Files: 
 d2f60d7f279a5fc78ad72196056ed081 1442 misc extra vdr-plugin-remote_0.4.0-13.dsc
 4af8d1ec07c94dc67e0d526b775551f5 9071 misc extra 
vdr-plugin-remote_0.4.0-13.diff.gz
 2357062b3eaf35804e631fee5ff26c53 32042 misc extra 
vdr-plugin-remote_0.4.0-13_i386.deb

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

iD8DBQFITFt/c9+NqwoydlIRAs+JAKCZNRSSVs7bntijjQDFo4AN90jmLACggbpK
VwgzLzbfbIu7zrPvL6BiLEQ=
=UmSa
-END PGP SIGNATURE-


Accepted:
vdr-plugin-remote_0.4.0-13.diff.gz
  to pool/main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-13.diff.gz
vdr-plugin-remote_0.4.0-13.dsc
  to pool/main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-13.dsc
vdr-plugin-remote_0.4.0-13_i386.deb
  to pool/main/v/vdr-plugin-remote/vdr-plugin-remote_0.4.0-13_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-solitaire 0.0.2-42 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:02:04 +0200
Source: vdr-plugin-solitaire
Binary: vdr-plugin-solitaire
Architecture: source i386
Version: 0.0.2-42
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-solitaire - Plugin to vdr that implements the card game Solitaire
Changes: 
 vdr-plugin-solitaire (0.0.2-42) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-solitaire (0.0.2-41) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-solitaire (0.0.2-40) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Switched Build-System to cdbs, Build-Depend on cdbs
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
 .
   [ Tobias Grimm ]
   * Using COMPAT=5 now
 .
 vdr-plugin-solitaire (0.0.2-39) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-solitaire (0.0.2-38) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.13
 .
 vdr-plugin-solitaire (0.0.2-37) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-solitaire (0.0.2-36) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-solitaire (0.0.2-35) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-solitaire (0.0.2-34) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-solitaire (0.0.2-33) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-solitaire (0.0.2-32) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-solitaire (0.0.2-31) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.5
   * Added 91_solitaire-0.0.2-1.5.4.dpatch
Checksums-Sha1: 
 4af117b8e9b2582abd59678b3ab8fc471ba2a6c8 1424 vdr-plugin-solitaire_0.0.2-42.dsc
 0a60969d5544279b244c68f656334b22315fcba1 5014 
vdr-plugin-solitaire_0.0.2-42.diff.gz
 b219111a2999a44ad3ac85cf8646f07b04f65573 324884 
vdr-plugin-solitaire_0.0.2-42_i386.deb
Checksums-Sha256: 
 ec9770f8392354f215377b1139814930de2231bb12afbfbb9dec4d50e7915959 1424 
vdr-plugin-solitaire_0.0.2-42.dsc
 afd06f56f1125a4ef73d08475892f5fe560ed94c26d6cfd86fbc5f4d6e884cac 5014 
vdr-plugin-solitaire_0.0.2-42.diff.gz
 b9e63b1fb4e70fec1d6b54455987eaa4a4719ad93c5849ae4d873c23b1b8d873 324884 
vdr-plugin-solitaire_0.0.2-42_i386.deb
Files: 
 69ada196934edfda095b116ef439228f 1424 misc extra 
vdr-plugin-solitaire_0.0.2-42.dsc
 00c83479e947747898d0db5aa695c270 5014 misc extra 
vdr-plugin-solitaire_0.0.2-42.diff.gz
 7b53730b4cfd67420f44094c6cf308df 324884 misc extra 
vdr-plugin-solitaire_0.0.2-42_i386.deb

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

iD8DBQFITFuAc9+NqwoydlIRAv3hAKDLohHbMiUj9RK/VD1jYCwZcSVu9QCgp3ii
Fv2m88juJwdVSbfDelgEuMk=
=Lfxm
-END PGP SIGNATURE-


Accepted:
vdr-plugin-solitaire_0.0.2-42.diff.gz
  to pool/main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-42.diff.gz
vdr-plugin-solitaire_0.0.2-42.dsc
  to pool/main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-42.dsc
vdr-plugin-solitaire_0.0.2-42_i386.deb
  to pool/main/v/vdr-plugin-solitaire/vdr-plugin-solitaire_0.0.2-42_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-artwork 0.79.3-1 (source amd64)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:07:26 +0200
Source: sugar-artwork
Binary: sugar-artwork
Architecture: source amd64
Version: 0.79.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 sugar-artwork - Sugar graphical shell - artwork
Changes: 
 sugar-artwork (0.79.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Reorganize debian/copyright to only mention each license once.
Checksums-Sha1: 
 2f2d601fcc312798c9eebb3b233e3a4c47c93d9f 1441 sugar-artwork_0.79.3-1.dsc
 1b693779086c5f938bc152a4b39c0d1a160bff0a 587395 
sugar-artwork_0.79.3.orig.tar.gz
 2d2bb74c7a2f50c1814aec3f838fe5e21c42e218 11390 sugar-artwork_0.79.3-1.diff.gz
 be6eee34123d00469c961c4ffcc7498a95c21257 94124 sugar-artwork_0.79.3-1_amd64.deb
Checksums-Sha256: 
 5f49f4d1b2370cbe0e43fd845cc49380a1ba04751fba02afef088ac588cc5039 1441 
sugar-artwork_0.79.3-1.dsc
 2fdf467807273ca2b22451b65afe1d674fb813221dc5a37e689bb37aecddfa30 587395 
sugar-artwork_0.79.3.orig.tar.gz
 27436804fc9dff01bf8715947c4372bb7129ade47f8c318d2791f50754e26492 11390 
sugar-artwork_0.79.3-1.diff.gz
 a42d544dedb4f90ae9712a2e9b7957318cd556ef0627015266f1ece1fa3be489 94124 
sugar-artwork_0.79.3-1_amd64.deb
Files: 
 f993d497926ca49ca10ea101491c0b06 1441 x11 optional sugar-artwork_0.79.3-1.dsc
 86572c46d5513fff72c1e51b1720318f 587395 x11 optional 
sugar-artwork_0.79.3.orig.tar.gz
 f26eea8c84ac183f7fac51bf51fdf64f 11390 x11 optional 
sugar-artwork_0.79.3-1.diff.gz
 17d7fb5ab6988ddf3350d98f9b88d2df 94124 x11 optional 
sugar-artwork_0.79.3-1_amd64.deb

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

iEYEARECAAYFAkhNA2YACgkQn7DbMsAkQLjLmQCgmVYSzqC5MufQiSx+AwlaiQE7
phgAnAz+XihbJD00us33eBt4lydkoc5o
=mB3a
-END PGP SIGNATURE-


Accepted:
sugar-artwork_0.79.3-1.diff.gz
  to pool/main/s/sugar-artwork/sugar-artwork_0.79.3-1.diff.gz
sugar-artwork_0.79.3-1.dsc
  to pool/main/s/sugar-artwork/sugar-artwork_0.79.3-1.dsc
sugar-artwork_0.79.3-1_amd64.deb
  to pool/main/s/sugar-artwork/sugar-artwork_0.79.3-1_amd64.deb
sugar-artwork_0.79.3.orig.tar.gz
  to pool/main/s/sugar-artwork/sugar-artwork_0.79.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-epgsearch 0.9.24-2 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jun 2008 23:04:16 +0200
Source: vdr-plugin-epgsearch
Binary: vdr-plugin-epgsearch
Architecture: source i386
Version: 0.9.24-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-epgsearch - VDR plugin that provides extensive EPG searching 
capabilities
Closes: 484290
Changes: 
 vdr-plugin-epgsearch (0.9.24-2) unstable; urgency=low
 .
   [ Tobias Grimm ]
   * Added 02_gcc-4.3.dpatch to fix GCC-4.3 related FTBFS
 .
   [ Thomas Schmidt ]
   * Fixes FTBFS related to the new dpkg (closes: #484290)
   * Upload to unstable
 .
 vdr-plugin-epgsearch (0.9.24-1) experimental; urgency=low
 .
   * New upstream release
   * COMPAT = 5
 .
 vdr-plugin-epgsearch (0.9.24~beta25-1) experimental; urgency=low
 .
   [ Tobias Grimm ]
   * New upstream release
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
 .
 vdr-plugin-epgsearch (0.9.24~beta19-1) experimental; urgency=low
 .
   * New upstream release
   * Updated debian/copyright
 .
 vdr-plugin-epgsearch (0.9.24~beta3-6) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 1c3e2218a8a918ba646c6baec5d4d18b58ca4813 1440 vdr-plugin-epgsearch_0.9.24-2.dsc
 b38c534bb8b1cc719c6fce87d7d0ab93ee4f872f 599266 
vdr-plugin-epgsearch_0.9.24.orig.tar.gz
 39e7360077e9a1a0fd607b2dd59afa75fae1be81 11399 
vdr-plugin-epgsearch_0.9.24-2.diff.gz
 f46bd2b16b9dc91b5050608f9ab121207b4692b4 576510 
vdr-plugin-epgsearch_0.9.24-2_i386.deb
Checksums-Sha256: 
 3882fdc065b89eec94ab68857449177108da2a6061def8084cdb0d1e63cee666 1440 
vdr-plugin-epgsearch_0.9.24-2.dsc
 cb19e271a6acddff43ba4db796e73a42081fed3869d22c0ce4cce16967380423 599266 
vdr-plugin-epgsearch_0.9.24.orig.tar.gz
 164d65f8cdf73398318b6b24f8290b65f821aa9089edfe77ec142881d5782cca 11399 
vdr-plugin-epgsearch_0.9.24-2.diff.gz
 7e0829002897f7dd9c004537d67eca861efcb452ab1a05e4834caba88ef00f7f 576510 
vdr-plugin-epgsearch_0.9.24-2_i386.deb
Files: 
 5101abfda4cfcc24a08a97edf5806fb8 1440 misc extra 
vdr-plugin-epgsearch_0.9.24-2.dsc
 4f0b1d7bdc6f24478f2670769547d7db 599266 misc extra 
vdr-plugin-epgsearch_0.9.24.orig.tar.gz
 cbba7d96713d37eb3a8c620eaa9a3238 11399 misc extra 
vdr-plugin-epgsearch_0.9.24-2.diff.gz
 850dbd8608560f88bfa01e0cdbb308ee 576510 misc extra 
vdr-plugin-epgsearch_0.9.24-2_i386.deb

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

iD8DBQFITFt8c9+NqwoydlIRAt9wAKDAg9U1mSiTBMNhPwZ8xM3SkEQ5YQCgp61F
vtS10BJ23gE1PPqAtFgukzI=
=b4O0
-END PGP SIGNATURE-


Accepted:
vdr-plugin-epgsearch_0.9.24-2.diff.gz
  to pool/main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_0.9.24-2.diff.gz
vdr-plugin-epgsearch_0.9.24-2.dsc
  to pool/main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_0.9.24-2.dsc
vdr-plugin-epgsearch_0.9.24-2_i386.deb
  to pool/main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_0.9.24-2_i386.deb
vdr-plugin-epgsearch_0.9.24.orig.tar.gz
  to pool/main/v/vdr-plugin-epgsearch/vdr-plugin-epgsearch_0.9.24.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-spider 0.2.1-3 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:03:58 +0200
Source: vdr-plugin-spider
Binary: vdr-plugin-spider
Architecture: source i386
Version: 0.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-spider - Plugin to vdr that implements the card game Spider 
Arachnid
Changes: 
 vdr-plugin-spider (0.2.1-3) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-spider (0.2.1-2) experimental; urgency=low
 .
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7
 .
 vdr-plugin-spider (0.2.1-1) experimental; urgency=low
 .
   [ Thomas Günther ]
   * New upstream release
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0)
   * Updated years in debian/copyright
 .
   [ Tobias Grimm ]
   * Now using COMPAT=5
 .
 vdr-plugin-spider (0.2.0-7) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-spider (0.2.0-6) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 464373963cacade115528b8ef3cb65b626c88258 1379 vdr-plugin-spider_0.2.1-3.dsc
 b63447d27967e525b0aa6fc95dbf7dc0abf7663b 3166 vdr-plugin-spider_0.2.1-3.diff.gz
 bd42c7cb40d6e24e939818f239b2dd926b6530f4 61724 
vdr-plugin-spider_0.2.1-3_i386.deb
Checksums-Sha256: 
 f312d86c2dfd4474744527642c770ed7c57a2a79f5d85a3780fed268f17e6811 1379 
vdr-plugin-spider_0.2.1-3.dsc
 a34fc24ce2c9c450b5f7931fedf0b4570da275f8816e689c26988a7965c0b17e 3166 
vdr-plugin-spider_0.2.1-3.diff.gz
 0a0be24cbe30022715efe2c3b47277ced7de958132baa9acacd6c1c83144b6d1 61724 
vdr-plugin-spider_0.2.1-3_i386.deb
Files: 
 8a9e62c8a92cdb84bd509eabac8c22d5 1379 misc extra vdr-plugin-spider_0.2.1-3.dsc
 c3b84537ca62e8cccdf5efd10dd3d379 3166 misc extra 
vdr-plugin-spider_0.2.1-3.diff.gz
 f034e2094069734b07f9277d9f7ae891 61724 misc extra 
vdr-plugin-spider_0.2.1-3_i386.deb

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

iD8DBQFITFuAc9+NqwoydlIRAivCAJ0QB8nvzu1b4SwActkf1/qVtezFwQCgnvoE
QFIkmIQEZgnQPbuCqzZIZfg=
=nLPN
-END PGP SIGNATURE-


Accepted:
vdr-plugin-spider_0.2.1-3.diff.gz
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.1-3.diff.gz
vdr-plugin-spider_0.2.1-3.dsc
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.1-3.dsc
vdr-plugin-spider_0.2.1-3_i386.deb
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.1-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vdr-plugin-bitstreamout 0.89b-2 (source i386)

2008-06-09 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 09:18:36 +0200
Source: vdr-plugin-bitstreamout
Binary: vdr-plugin-bitstreamout
Architecture: source i386
Version: 0.89b-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 vdr-plugin-bitstreamout - Plugin for VDR to play AC3 sound over a sound card
Changes: 
 vdr-plugin-bitstreamout (0.89b-2) unstable; urgency=low
 .
   * Upload to unstable
 .
 vdr-plugin-bitstreamout (0.89b-1) experimental; urgency=low
 .
   * New upstream release
   * COMPAT=5
   * Updated debian/copyright
   * Removed 01_bitops-FTBFS-fix.dpatch
   * Updated 02_fix-nostrip.dpatch
   ' Removed 90_APIVERSION.dpatch
   * Removed 91_bitstreamout-0.85-1.5.0.dpatch
   * Added 01_vdr-include-fix.dpatch
 .
 vdr-plugin-bitstreamout (0.85-27) experimental; urgency=low
 .
   [ Thomas Schmidt ]
   * Build-Depend on vdr-dev (=1.6.0-1)
 .
 vdr-plugin-bitstreamout (0.85-26) experimental; urgency=low
 .
   * Force rebuild for vdr 1.5.15
 .
 vdr-plugin-bitstreamout (0.85-25) experimental; urgency=low
 .
   * Force update for new VDR release
Checksums-Sha1: 
 35162b0e44eabd3838978e1ab214f3923faf64b1 1490 
vdr-plugin-bitstreamout_0.89b-2.dsc
 5e89e7f2488cb47320e1e0e197cbda0d8143c911 174715 
vdr-plugin-bitstreamout_0.89b.orig.tar.gz
 98bf37e7c970e62560da0c141f7f6a83f540fbfa 11272 
vdr-plugin-bitstreamout_0.89b-2.diff.gz
 42543122830d737aadb9ae41b7b93da1be2489ec 76278 
vdr-plugin-bitstreamout_0.89b-2_i386.deb
Checksums-Sha256: 
 6e69d310733399b6be5ccae5da581bcea88e2b2d0ef8674fbaaa6e5ed8132fa9 1490 
vdr-plugin-bitstreamout_0.89b-2.dsc
 5f1831f56b8508ba478243a3119a24589810ea28f47d7bc008235be685e96cd8 174715 
vdr-plugin-bitstreamout_0.89b.orig.tar.gz
 948f0df890c1ca6585be50c9eeb4bcac502b22dd9bfebdcf6ae2d407555721c7 11272 
vdr-plugin-bitstreamout_0.89b-2.diff.gz
 3c8f5dd07f172f37ffa94b6b49c3774d512d5ad37fc92ba0b7595415912e1355 76278 
vdr-plugin-bitstreamout_0.89b-2_i386.deb
Files: 
 60d536523be4ea2a0f1c66f74865f465 1490 misc extra 
vdr-plugin-bitstreamout_0.89b-2.dsc
 c446ff8559baa0975b24308074c12d6a 174715 misc extra 
vdr-plugin-bitstreamout_0.89b.orig.tar.gz
 dfc1ccbf04d9473f9e12ecf73dc27824 11272 misc extra 
vdr-plugin-bitstreamout_0.89b-2.diff.gz
 53aeed6610b669c1707dd0eb1cbc49de 76278 misc extra 
vdr-plugin-bitstreamout_0.89b-2_i386.deb

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

iD8DBQFITFt7c9+NqwoydlIRAnKQAJ4yF50stk5keE3kizsWG2zBPCgnKwCfb9N6
ue5AORBhcwbJqZvpSAXyPr4=
=dhlq
-END PGP SIGNATURE-


Accepted:
vdr-plugin-bitstreamout_0.89b-2.diff.gz
  to pool/main/v/vdr-plugin-bitstreamout/vdr-plugin-bitstreamout_0.89b-2.diff.gz
vdr-plugin-bitstreamout_0.89b-2.dsc
  to pool/main/v/vdr-plugin-bitstreamout/vdr-plugin-bitstreamout_0.89b-2.dsc
vdr-plugin-bitstreamout_0.89b-2_i386.deb
  to 
pool/main/v/vdr-plugin-bitstreamout/vdr-plugin-bitstreamout_0.89b-2_i386.deb
vdr-plugin-bitstreamout_0.89b.orig.tar.gz
  to 
pool/main/v/vdr-plugin-bitstreamout/vdr-plugin-bitstreamout_0.89b.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted irssi 0.8.12-4 (source powerpc)

2008-06-09 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:11:19 +0200
Source: irssi
Binary: irssi irssi-dev
Architecture: source powerpc
Version: 0.8.12-4
Distribution: unstable
Urgency: low
Maintainer: David Pashley [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 irssi  - terminal based IRC client
 irssi-dev  - text-mode version of the irssi IRC client development files
Closes: 255535 451690 465570 476473 479171 480098 485140
Changes: 
 irssi (0.8.12-4) unstable; urgency=low
 .
   * Remove alternative handling cleanup from before etch release.
   * Fixed a typo noticed by John Dong, patch typo-authentification
 (closes: #465570)
   * Pull upstream revision r4612 as patch help-URL-fix to fix help URL
 (closes: #485140)
   * Remove reference to LEAVE in help files, patch leave-help
 (closes: #255535)
   * Apply patch from Tim Retout to use default colour for ownnick and actions
 instead of white (closes: #479171)
   * Remove autogenerated files, both from patch series and also in clean
 target. Thanks to Felix Palmen for mentioning it (closes: #476473)
   * Add doc-base files for the FAQ, manual and startup-HOWTO
 (closes: #451690, #480098)
   * Update to Standards-Version 3.8.0:
 - Add debian/README.source referencing the quilt documentation.
   * Actually also _use_ the menu file for irssi...  And removed some of the
 other commented dh_* entries in debian/rules.
   * Updated debian/copyright to contain more current informations, added the
 keyword exception to the openssl linking GPL addition.
   * Removed empty debian/irssi.postinst file.
Checksums-Sha1: 
 fd091c0f0e79f3bf4206bf59be1d52d1d35a3bb5 1262 irssi_0.8.12-4.dsc
 2986e0a9df79d62eb7576e0b8c20c937ea7c1712 17109 irssi_0.8.12-4.diff.gz
 b70f8f580798724733de6b82beb196afae27a5db 1166042 irssi_0.8.12-4_powerpc.deb
 f16555a0f81b90b2126f07e6e6c0afe028ea6f66 271028 irssi-dev_0.8.12-4_powerpc.deb
Checksums-Sha256: 
 ac52120dec8a6291c0d58cbf302736cd0c0da17990f699dd97cf9104afba82ad 1262 
irssi_0.8.12-4.dsc
 96d596d831d2c29e2f13c8cc8b967c0c7a3f6f8c887432d28d917ed5bd7d03be 17109 
irssi_0.8.12-4.diff.gz
 c923d74d6030124772e4949a3555f31cd10e45191aeefb469aa54679b6fb96d4 1166042 
irssi_0.8.12-4_powerpc.deb
 d4ff4335f6ea8b0f02b2fbbaa51783d187b6d82e908220faa829262532239f3c 271028 
irssi-dev_0.8.12-4_powerpc.deb
Files: 
 aa7543a288996d50ecd337647a592903 1262 net optional irssi_0.8.12-4.dsc
 75ea7222c3be213e3dff453d9497538d 17109 net optional irssi_0.8.12-4.diff.gz
 1199c3a53d354f307344022bd3de0f52 1166042 net optional 
irssi_0.8.12-4_powerpc.deb
 1d855825e55b6cc3736dec39ffb0c881 271028 net optional 
irssi-dev_0.8.12-4_powerpc.deb

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

iD8DBQFITQrlELuA/Ba9d8YRAiw9AKDFgGKOoaCpxvSO0JPdSBvNouCIOACeOLK2
S2D60++CreujIUkgu+4By2o=
=zCXe
-END PGP SIGNATURE-


Accepted:
irssi-dev_0.8.12-4_powerpc.deb
  to pool/main/i/irssi/irssi-dev_0.8.12-4_powerpc.deb
irssi_0.8.12-4.diff.gz
  to pool/main/i/irssi/irssi_0.8.12-4.diff.gz
irssi_0.8.12-4.dsc
  to pool/main/i/irssi/irssi_0.8.12-4.dsc
irssi_0.8.12-4_powerpc.deb
  to pool/main/i/irssi/irssi_0.8.12-4_powerpc.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-presence-service 0.81.1-1 (source all)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:43:04 +0200
Source: sugar-presence-service
Binary: sugar-presence-service
Architecture: source all
Version: 0.81.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 sugar-presence-service - Sugar graphical shell - presence service
Changes: 
 sugar-presence-service (0.81.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Reorganize debian/copyright to only mention each license once.
Checksums-Sha1: 
 7257edff8ea2e6ea13d273ce3ecdbf7be5b986a0 1525 
sugar-presence-service_0.81.1-1.dsc
 2e1813768b9fbce30f9d3d7f61a7252df9777134 104136 
sugar-presence-service_0.81.1.orig.tar.gz
 27568047c1fa1c89fc2cf7865a56804109e4c541 13241 
sugar-presence-service_0.81.1-1.diff.gz
 5864c836e5ab5e473a788550b606f2d56971ea30 54528 
sugar-presence-service_0.81.1-1_all.deb
Checksums-Sha256: 
 ae68c8f3d3aa10615e96c82c12d9ee60ae63d9e4a357cbf29ef482a707cbbd68 1525 
sugar-presence-service_0.81.1-1.dsc
 08eac33de2949116a81b583253bc39c061409d733bd5be4b1fb603250254a30c 104136 
sugar-presence-service_0.81.1.orig.tar.gz
 046508899e17fef19f6f964db44ab80e9d758b8768356b72bdfd7771389b7a22 13241 
sugar-presence-service_0.81.1-1.diff.gz
 1ef20395150c1d4f4e6bd1a258f2d73fcbc2296f5bfc403e20c695011d7491f4 54528 
sugar-presence-service_0.81.1-1_all.deb
Files: 
 64f5e4ef42de122cac3add295a6c9a1d 1525 x11 optional 
sugar-presence-service_0.81.1-1.dsc
 bc8c2bf13ef560ab3fd8647a4369cf84 104136 x11 optional 
sugar-presence-service_0.81.1.orig.tar.gz
 3ae4c2021bfe4379bb86e91e1c10d1e6 13241 x11 optional 
sugar-presence-service_0.81.1-1.diff.gz
 e5ca016ef3e408ef9ccbfd21c39279ba 54528 x11 optional 
sugar-presence-service_0.81.1-1_all.deb

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

iEYEARECAAYFAkhNCoAACgkQn7DbMsAkQLjmAwCfeocr+71INi5n6E9zUzg16Bo1
5EsAmgJ2ZwWSq6Qe7wANVR9AQ+ySk2se
=2F9B
-END PGP SIGNATURE-


Accepted:
sugar-presence-service_0.81.1-1.diff.gz
  to pool/main/s/sugar-presence-service/sugar-presence-service_0.81.1-1.diff.gz
sugar-presence-service_0.81.1-1.dsc
  to pool/main/s/sugar-presence-service/sugar-presence-service_0.81.1-1.dsc
sugar-presence-service_0.81.1-1_all.deb
  to pool/main/s/sugar-presence-service/sugar-presence-service_0.81.1-1_all.deb
sugar-presence-service_0.81.1.orig.tar.gz
  to 
pool/main/s/sugar-presence-service/sugar-presence-service_0.81.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted linuxdoc-tools 0.9.50 (source all i386)

2008-06-09 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 05 Jun 2008 13:53:58 +0200
Source: linuxdoc-tools
Binary: linuxdoc-tools linuxdoc-tools-text linuxdoc-tools-latex 
linuxdoc-tools-info
Architecture: source all i386
Version: 0.9.50
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 linuxdoc-tools - convert LinuxDoc SGML source into other formats
 linuxdoc-tools-info - Info output facility of LinuxDoc-Tools
 linuxdoc-tools-latex - LaTeX/PS/PDF output facility of LinuxDoc-Tools
 linuxdoc-tools-text - Text output facility of LinuxDoc-Tools
Changes: 
 linuxdoc-tools (0.9.50) unstable; urgency=low
 .
   * lib/LinuxDocTools.pm:
 - First cut of a major rewrite
 - ldt_searchfile: New function to look for readable files in
   different locations. Make sgml catalogs, backends, entities,
   styles  and mapping searches use it. $file existence check
   will also use it.
 - Move dtd search from (process_file) to separate functions. latin1
   to sgml conversion moved to a new ldt_latin1tosgml function.
 - Use File::Temp::tempdir for temporary dir creation.
 - Avoid FileHandle package use.
 - Define intermediate file names in a single place outside of the
   functions where they are used. This should simplify renaming them.
 - Code reformatted, trailing whitespace removed, comments improved.
   * lib/LinuxDocTools.pm, lib/dist/fmt_info.pl, lib/dist/fmt_latex2e.pl:
 - Check system calls for return codes and proceed as appropriate.
 - Improve error messages, making them more consistent.
   * lib/dist/fmt_latex2e.pl:
 - Fix bibtex call, should use basename.
 - Minor cosmetic changes.
   * doc/Makedoc.sh:
 - Use mktemp to create doc build temporary dir
   * debian/control:
 - Add Vcs fields
Checksums-Sha1: 
 3f680d4566b2e2c980ba55344b41af0e6e46651c 1171 linuxdoc-tools_0.9.50.dsc
 731994b62abb5c8024792d5ae0a7ad69882746b3 609299 linuxdoc-tools_0.9.50.tar.gz
 cc0a3ff7a6738c41247cee3495e0f0e93125cb27 16034 
linuxdoc-tools-text_0.9.50_all.deb
 3f3a739f36128bb2c74f7250640677d83c4b066d 16086 
linuxdoc-tools-latex_0.9.50_all.deb
 7179d54564ad808ba1a3d2ce29517874a5b290f3 16036 
linuxdoc-tools-info_0.9.50_all.deb
 295df7d560bdaeeda224dc24970595957c6cde4b 392364 linuxdoc-tools_0.9.50_i386.deb
Checksums-Sha256: 
 ee7eec144f990de922e72889639344c2d866adea46c03fc4f51193fb72ebba4f 1171 
linuxdoc-tools_0.9.50.dsc
 09803928d50514b6e18aa59c2297f6c1b375a2515f9c7aa80b7cbf8393edea36 609299 
linuxdoc-tools_0.9.50.tar.gz
 2262041c0ecbbadbe6733f551cb2f7889ce1a26ff770267353996627bb9884df 16034 
linuxdoc-tools-text_0.9.50_all.deb
 b9ec1f707eab45d4d7223388bb2797e44b9bdacf381d7b930265bb548abd595e 16086 
linuxdoc-tools-latex_0.9.50_all.deb
 e620da300e38dfc054ab67096070a969d76375732c474039cd5743059e54cd6e 16036 
linuxdoc-tools-info_0.9.50_all.deb
 e5661c30fccf763b4195a4b224feeac3e5e3a17f49538174991d42c9c906c15a 392364 
linuxdoc-tools_0.9.50_i386.deb
Files: 
 2c40e98715d44c281e2c3ce2b5f92130 1171 text optional linuxdoc-tools_0.9.50.dsc
 ca2c86406df51cd56f6395e90d8347ed 609299 text optional 
linuxdoc-tools_0.9.50.tar.gz
 4d9d7af7db792aab9f82e81ca01e3cce 16034 text optional 
linuxdoc-tools-text_0.9.50_all.deb
 532065085aff3a62ffdc9680487e2fd3 16086 text optional 
linuxdoc-tools-latex_0.9.50_all.deb
 d83cb371a1705aefe2f6c66eea9d4ee3 16036 text optional 
linuxdoc-tools-info_0.9.50_all.deb
 35d0d0140c3149476a06302f1f776d2f 392364 text optional 
linuxdoc-tools_0.9.50_i386.deb

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

iD8DBQFITQVPTShHqj72DpwRAuDjAJ9+c7mf5m4FI89B2fNFW2/9cnsC4QCfcZR/
7gaCwuK12jQe3GYnb8VgbOY=
=qRNE
-END PGP SIGNATURE-


Accepted:
linuxdoc-tools-info_0.9.50_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-info_0.9.50_all.deb
linuxdoc-tools-latex_0.9.50_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-latex_0.9.50_all.deb
linuxdoc-tools-text_0.9.50_all.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools-text_0.9.50_all.deb
linuxdoc-tools_0.9.50.dsc
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.50.dsc
linuxdoc-tools_0.9.50.tar.gz
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.50.tar.gz
linuxdoc-tools_0.9.50_i386.deb
  to pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.50_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-journal-activity 91-1 (source all)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 13:06:56 +0200
Source: sugar-journal-activity
Binary: sugar-journal-activity
Architecture: source all
Version: 91-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 sugar-journal-activity - journal activity for the Sugar graphical shell
Changes: 
 sugar-journal-activity (91-1) unstable; urgency=low
 .
   * New upstream release.
   * Adjust debian/rules and debian watch to use new upstream tarball
 name.
   * Adjust cdbs dependency cleanup in debian/rules to reflect a recent
 change to use non-debian-versioned dependency.
   * Reorganize debian/copyright to only mention each license once.
Checksums-Sha1: 
 13d82105b148a67e1da18be5b6545a2a518af059 1531 sugar-journal-activity_91-1.dsc
 45b9e522e9f547a7d7d00bcd02c715112236992e 47469 
sugar-journal-activity_91.orig.tar.gz
 c3b86f4f475fc796d0ee389d18aa8fcb5514dc1f 12745 
sugar-journal-activity_91-1.diff.gz
 7b7cdd19cfa61fb86577ce740e54b1df6472d899 90150 
sugar-journal-activity_91-1_all.deb
Checksums-Sha256: 
 d9df6f2b0eed8175a1bfd418b844ee1af43ff1fe1349ef51203ca9d30cdda67b 1531 
sugar-journal-activity_91-1.dsc
 a41068309d8adb2711f60019e606b9f1271443bb3bb366871c94ab38d28176fd 47469 
sugar-journal-activity_91.orig.tar.gz
 3ee15ca00e407dfd154ca6ebaa490609e97904bfd2f95678fcdec8098a4d745a 12745 
sugar-journal-activity_91-1.diff.gz
 a5a6cf41b0f1d0d3c2c748afd9a65a5861dd2a0040ba01086ddd34dcce803bf2 90150 
sugar-journal-activity_91-1_all.deb
Files: 
 5fc102d2695d6394c0722528c187e76e 1531 misc optional 
sugar-journal-activity_91-1.dsc
 626231b925a9d9fd77668710ae78df21 47469 misc optional 
sugar-journal-activity_91.orig.tar.gz
 eacd7f15254f875d8370cf4599ed51b9 12745 misc optional 
sugar-journal-activity_91-1.diff.gz
 91364adfcd95fef77e136ec5e7d14cee 90150 misc optional 
sugar-journal-activity_91-1_all.deb

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

iEYEARECAAYFAkhNEXUACgkQn7DbMsAkQLh3VgCglJjbaa6BGEZvXykLwNHHcUtb
UFUAmwQfN83GCNXUiyt1EZvJxD67Uiq3
=htV2
-END PGP SIGNATURE-


Accepted:
sugar-journal-activity_91-1.diff.gz
  to pool/main/s/sugar-journal-activity/sugar-journal-activity_91-1.diff.gz
sugar-journal-activity_91-1.dsc
  to pool/main/s/sugar-journal-activity/sugar-journal-activity_91-1.dsc
sugar-journal-activity_91-1_all.deb
  to pool/main/s/sugar-journal-activity/sugar-journal-activity_91-1_all.deb
sugar-journal-activity_91.orig.tar.gz
  to pool/main/s/sugar-journal-activity/sugar-journal-activity_91.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ftgl 2.1.3~rc4-1 (source all amd64)

2008-06-09 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 11:56:12 +
Source: ftgl
Binary: libftgl-dev libftgl2 ftgl-dev
Architecture: source all amd64
Version: 2.1.3~rc4-1
Distribution: experimental
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 ftgl-dev   - transitional dummy package
 libftgl-dev - development files for libftgl
 libftgl2   - library to render text in OpenGL using FreeType
Changes: 
 ftgl (2.1.3~rc4-1) experimental; urgency=low
 .
   * New development snapshot.
Checksums-Sha1: 
 663c2e8499870f59525e6da175d78e82160ef203 1404 ftgl_2.1.3~rc4-1.dsc
 7f56d7cb57178383a966d7f3f9b34fe91cb43c34 834033 ftgl_2.1.3~rc4.orig.tar.gz
 cab67a45fddd192296b63d5015d286e92d88aed2 4326 ftgl_2.1.3~rc4-1.diff.gz
 7b43a7aa335ef3c0e529444159464190050727da 38522 ftgl-dev_2.1.3~rc4-1_all.deb
 3944f5b69cd52c6c2ce3d3e47bc6159657fdf68a 712040 
libftgl-dev_2.1.3~rc4-1_amd64.deb
 ca3ab21880ed7632981ff333873803fabb71fe87 102950 libftgl2_2.1.3~rc4-1_amd64.deb
Checksums-Sha256: 
 1a8d84fe6e5681bb5d292b1c614c9846a30ad47ce4e7d79ed4029d86a8844977 1404 
ftgl_2.1.3~rc4-1.dsc
 ea99a7e2309583ecf73fc98cece5fdb42f45a2ad79fa3925d88f61c78c58f825 834033 
ftgl_2.1.3~rc4.orig.tar.gz
 9ad009a2b05262edaac811a2fe9a0de49d570716cd1c97fa2f8bd9bc628ee430 4326 
ftgl_2.1.3~rc4-1.diff.gz
 df6761d88d45ca4fcd91739593ed7d426581548377c8ff20537ec1acea0506f6 38522 
ftgl-dev_2.1.3~rc4-1_all.deb
 6253c5349d9600131f2b98be8f3d56463a2a4a6c1b945b64601aa0eec28d9141 712040 
libftgl-dev_2.1.3~rc4-1_amd64.deb
 ffefa049b28e3327ab145a0ddfbf304db055211afb7225eddd9ee4672a02e54f 102950 
libftgl2_2.1.3~rc4-1_amd64.deb
Files: 
 6c97566117bbbe5de436ca0ee2e58958 1404 libs optional ftgl_2.1.3~rc4-1.dsc
 bdd4293113919a80212fe64ab0327ee0 834033 libs optional 
ftgl_2.1.3~rc4.orig.tar.gz
 35b5dd019b92dbdc59648a8ad4dc078e 4326 libs optional ftgl_2.1.3~rc4-1.diff.gz
 a7acdbce3cd414acdabd57ab92afa48a 38522 oldlibs optional 
ftgl-dev_2.1.3~rc4-1_all.deb
 10f2726d0b1f17a47828537f40438e92 712040 libdevel optional 
libftgl-dev_2.1.3~rc4-1_amd64.deb
 eead5b700cfe083bccf754712270b30a 102950 libs optional 
libftgl2_2.1.3~rc4-1_amd64.deb

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

iEYEARECAAYFAkhNGswACgkQfPP1rylJn2E0qACdEuhmS4nkjv+H8luSZ9p5DhVH
T4kAn0jPvCrvG/QG0jshz4pVmhuxn3ig
=hUsX
-END PGP SIGNATURE-


Accepted:
ftgl-dev_2.1.3~rc4-1_all.deb
  to pool/main/f/ftgl/ftgl-dev_2.1.3~rc4-1_all.deb
ftgl_2.1.3~rc4-1.diff.gz
  to pool/main/f/ftgl/ftgl_2.1.3~rc4-1.diff.gz
ftgl_2.1.3~rc4-1.dsc
  to pool/main/f/ftgl/ftgl_2.1.3~rc4-1.dsc
ftgl_2.1.3~rc4.orig.tar.gz
  to pool/main/f/ftgl/ftgl_2.1.3~rc4.orig.tar.gz
libftgl-dev_2.1.3~rc4-1_amd64.deb
  to pool/main/f/ftgl/libftgl-dev_2.1.3~rc4-1_amd64.deb
libftgl2_2.1.3~rc4-1_amd64.deb
  to pool/main/f/ftgl/libftgl2_2.1.3~rc4-1_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ispell-gl 0.5-30 (source all)

2008-06-09 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jun 2008 14:14:46 +0200
Source: ispell-gl
Binary: igalician-minimos wgalician-minimos aspell-gl-minimos myspell-gl-es
Architecture: source all
Version: 0.5-30
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 aspell-gl-minimos - Aspell dictionary for Galician (minimos)
 igalician-minimos - Ispell dictionary for Galician (minimos)
 myspell-gl-es - Galician dictionary for myspell
 wgalician-minimos - Wordlist for Galician (minimos)
Changes: 
 ispell-gl (0.5-30) unstable; urgency=low
 .
   * README.minimos:
 - New doc with more details about current state of the 'minimos' standard.
   * debian/control: Added Vcs and Homepage fields.
   * aspell official dict:
 - debian/aspell/info, debian/rules:
   + Adapted for the new proc script.
   + Fixed URL.
   + Added myself as aspell dict maintainer.
   + Use gl rather than galician-minimos, also in aspell dict name.
   + Keep gl-minimos alias
   + Dict is not complete.
Checksums-Sha1: 
 5b20302bde43160bf67525225a5b1c759b523d63 1334 ispell-gl_0.5-30.dsc
 3baadfe6c748aa2aaf44c96d11a6dcfd10c38ebf 13863 ispell-gl_0.5-30.diff.gz
 aadbf76c34657072323f4711b0f2a149a1e360d7 130484 
igalician-minimos_0.5-30_all.deb
 721befbcd18f23a02f05b00e7bb22429d5b2da7d 1280774 
wgalician-minimos_0.5-30_all.deb
 42f3e1363373890756ea42580cc112244211bb17 104056 
aspell-gl-minimos_0.5-30_all.deb
 db9733deb20854568f8b759169c9f6e0d4b0bc61 125838 myspell-gl-es_0.5-30_all.deb
Checksums-Sha256: 
 098f660fadd27ecd1580a698a8d5059882ea25a47fe19b63235e77acefd4781a 1334 
ispell-gl_0.5-30.dsc
 de78ffaa98f04e5a1dde0ac68c448a307f460c097b17a823bd972254abc31353 13863 
ispell-gl_0.5-30.diff.gz
 b5499b695d49df7cc3955b6d82267b7715222e9de35ef912be050f0eceda6024 130484 
igalician-minimos_0.5-30_all.deb
 6928e76e8578ba143d6c185b71d017576af5abf0fd20f86c7e185a229f02ce9f 1280774 
wgalician-minimos_0.5-30_all.deb
 a3eed27a31d2a258f239ecfd36fae47af7fa86a6535f89700fdf7f9d71155700 104056 
aspell-gl-minimos_0.5-30_all.deb
 08058bbec9b45a227f68f6348700be4e17ca24b950a70c53c52ccfb5966e06c0 125838 
myspell-gl-es_0.5-30_all.deb
Files: 
 f51f412c9a74adad2b7280133f61f87e 1334 text optional ispell-gl_0.5-30.dsc
 d3583f751f2188d7c3d7625a8a7766c0 13863 text optional ispell-gl_0.5-30.diff.gz
 c961e72def8fc0f785e5a70f07d1490b 130484 text optional 
igalician-minimos_0.5-30_all.deb
 ec7a1d5e0719c514c83d72b69b57c96c 1280774 text optional 
wgalician-minimos_0.5-30_all.deb
 c96e31a11b44d7c068a5af23ca79daa7 104056 text optional 
aspell-gl-minimos_0.5-30_all.deb
 a1204a3eddc9ad5a1d712112781b 125838 text optional 
myspell-gl-es_0.5-30_all.deb

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

iD8DBQFIRod5TShHqj72DpwRAqBwAJ4oVfJPI05YGWWG6NQiTdNzBkMxkwCdEcO6
gHsEUg4TDs65G1Jt+Sdc/sE=
=E3Gd
-END PGP SIGNATURE-


Accepted:
aspell-gl-minimos_0.5-30_all.deb
  to pool/main/i/ispell-gl/aspell-gl-minimos_0.5-30_all.deb
igalician-minimos_0.5-30_all.deb
  to pool/main/i/ispell-gl/igalician-minimos_0.5-30_all.deb
ispell-gl_0.5-30.diff.gz
  to pool/main/i/ispell-gl/ispell-gl_0.5-30.diff.gz
ispell-gl_0.5-30.dsc
  to pool/main/i/ispell-gl/ispell-gl_0.5-30.dsc
myspell-gl-es_0.5-30_all.deb
  to pool/main/i/ispell-gl/myspell-gl-es_0.5-30_all.deb
wgalician-minimos_0.5-30_all.deb
  to pool/main/i/ispell-gl/wgalician-minimos_0.5-30_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted analog 2:6.0-16 (source amd64)

2008-06-09 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 05 Jun 2008 18:41:46 +0100
Source: analog
Binary: analog
Architecture: source amd64
Version: 2:6.0-16
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith [EMAIL PROTECTED]
Changed-By: Bradley Smith [EMAIL PROTECTED]
Description: 
 analog - web server log analyzer
Closes: 483259
Changes: 
 analog (2:6.0-16) unstable; urgency=low
 .
   * New Maintainer. Closes: #483259
   * Remove wrong Vcs-Git entry.
   * Expand dh rules out to stop lintain complaining.
   * Remove unneeded empty dir and correct README.Debian.
   * Correct doc-base Section to Network/Monitoring.
   * Remove /var/www/analog symlink and add instructions in README.Debian.
   * Remove extra license file.
   * Suggest apache2 not apache.
   * Add quilt patch system.
+ 00_misc_fixes - Changes moved from top srcdir.
Checksums-Sha1: 
 a22a785fdb78b40e6a6f5c886795f27b5647685c 1090 analog_6.0-16.dsc
 23939bd12169d9c8535d14062ef54a8f1655db13 24921 analog_6.0-16.diff.gz
 6da802dc8cd57ae6615465df2eb43b8eb133d03c 1319952 analog_6.0-16_amd64.deb
Checksums-Sha256: 
 7a40031d80ba462dee73afa0c6dbac98a2685cc05310319fb3dc931d8c9a857d 1090 
analog_6.0-16.dsc
 700534ec8b32730bb36b8c6cfc8dfebbcf54d1bea840c9daca1730198bb3255d 24921 
analog_6.0-16.diff.gz
 1f2e69f68b59be7eb739e520d2374ca26acd2217d93f451fdfaa407eab793f59 1319952 
analog_6.0-16_amd64.deb
Files: 
 dc366ca658fb4bc087150a1a41981865 1090 web optional analog_6.0-16.dsc
 84fda7dac5e1ec7cdbe4c9cd741cc5ab 24921 web optional analog_6.0-16.diff.gz
 35b2450912b4be0a52cccfbc73ea694f 1319952 web optional analog_6.0-16_amd64.deb

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

iEYEARECAAYFAkhNIP8ACgkQgY5NIXPNpFUEggCdEk/YpgonbqNxOKS5DvRsJyTt
26EAn0lAhIyyD0ubVRi857VdV1hy+e2b
=5UD2
-END PGP SIGNATURE-


Accepted:
analog_6.0-16.diff.gz
  to pool/main/a/analog/analog_6.0-16.diff.gz
analog_6.0-16.dsc
  to pool/main/a/analog/analog_6.0-16.dsc
analog_6.0-16_amd64.deb
  to pool/main/a/analog/analog_6.0-16_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted espa-nol 1.10-3 (source all)

2008-06-09 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 14:10:46 +0200
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.10-3
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 aspell-es  - Spanish dictionary for aspell
 ispanish   - Spanish dictionary for ispell
 myspell-es - Spanish dictionary for myspell
Changes: 
 espa-nol (1.10-3) unstable; urgency=low
 .
   * debian/control: Added Homepage field.
   * Updated version and dates in info, README and copyright files.
Checksums-Sha1: 
 92b23f893b25976c6415c300552a35d1d8491081 1308 espa-nol_1.10-3.dsc
 2b503d65a8cc80372166840654374bb350c7c8a9 15834 espa-nol_1.10-3.diff.gz
 61b47a491f5f3f9674767bd345ac8b64c08bb1f6 234170 ispanish_1.10-3_all.deb
 424fec53ee17694f252ebfa73563dd779dae16f8 215900 myspell-es_1.10-3_all.deb
 1e24059dcb3f1baaa67f10691b1b02271522a7e4 170282 aspell-es_1.10-3_all.deb
Checksums-Sha256: 
 42c02b85a9f25314a806f2c4d64f2c07d90d79d181c3ec2832c34e6e6a32e376 1308 
espa-nol_1.10-3.dsc
 99c60ad342fd3235a18e65f0dc18b3b83fd55fcc78f408980e3a938841015a09 15834 
espa-nol_1.10-3.diff.gz
 948f91d3b88d5a34bb38cca04e309416e6f27ddb1e8ff293c6379512062208b1 234170 
ispanish_1.10-3_all.deb
 e221997719d0c18c83018edb300d7f27f28ae40d327efe56863e7c903a40631b 215900 
myspell-es_1.10-3_all.deb
 00878363013c15945765ed38651d60c4791677053e77d45b746bee6c8ca12993 170282 
aspell-es_1.10-3_all.deb
Files: 
 9a1e0d8b5f4b4df51fd26cf3ed77ea60 1308 text optional espa-nol_1.10-3.dsc
 3715680cbc2f798766539612893606cc 15834 text optional espa-nol_1.10-3.diff.gz
 5abe832199b67325bde78538240d06d3 234170 text optional ispanish_1.10-3_all.deb
 4a033619e48501499d79ade7dc4cdaa6 215900 text optional myspell-es_1.10-3_all.deb
 598b0a1821dbfc321176078d5e3d3655 170282 text optional aspell-es_1.10-3_all.deb

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

iD8DBQFITR5xTShHqj72DpwRAtcIAJ90LMdh18AM4l/8aenDqYL+w/dC6QCgj7nQ
KSJOZhdXarNCy0gEP2gtLwQ=
=AS+r
-END PGP SIGNATURE-


Accepted:
aspell-es_1.10-3_all.deb
  to pool/main/e/espa-nol/aspell-es_1.10-3_all.deb
espa-nol_1.10-3.diff.gz
  to pool/main/e/espa-nol/espa-nol_1.10-3.diff.gz
espa-nol_1.10-3.dsc
  to pool/main/e/espa-nol/espa-nol_1.10-3.dsc
ispanish_1.10-3_all.deb
  to pool/main/e/espa-nol/ispanish_1.10-3_all.deb
myspell-es_1.10-3_all.deb
  to pool/main/e/espa-nol/myspell-es_1.10-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted eo-spell 2.1.2000.02.25-37 (source all)

2008-06-09 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jun 2008 14:06:45 +0200
Source: eo-spell
Binary: iesperanto myspell-eo aspell-eo
Architecture: source all
Version: 2.1.2000.02.25-37
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 aspell-eo  - Esperanto dictionary for aspell
 iesperanto - Esperanto dictionary for ispell
 myspell-eo - Esperanto dictionary for myspell
Changes: 
 eo-spell (2.1.2000.02.25-37) unstable; urgency=low
 .
   * debian/aspell/info:
 - Upgrade copyright string to GPLv2
   * debian/rules:
 - Fix local-data-dir for official aspell dict build.
   * debian/control:
 - Add Vcs fields.
Checksums-Sha1: 
 7fca2fc19627033f61c3c8d9db7b8a8d617c8e17 1337 eo-spell_2.1.2000.02.25-37.dsc
 1893c885c6c2719a11e519d48089af22e49b3c1e 7810 
eo-spell_2.1.2000.02.25-37.diff.gz
 03d1e8017ac0c8d22bf72d6972a1eb27f2272db4 102524 
iesperanto_2.1.2000.02.25-37_all.deb
 17106d83cd6d06d600b9314118c04bb37700ba56 100144 
myspell-eo_2.1.2000.02.25-37_all.deb
 e5083a4940735999a4151dc8f56e8ca053e2214b 87026 
aspell-eo_2.1.2000.02.25-37_all.deb
Checksums-Sha256: 
 25f7629c8de3e3527e2f54d1ce6d5b1decdcd8dcd95b5663bbdf61540a5ddf47 1337 
eo-spell_2.1.2000.02.25-37.dsc
 a1e53bee3fb2a90318f668d35b9f6754c841613f2a490ef959eaaf2e90c1f8df 7810 
eo-spell_2.1.2000.02.25-37.diff.gz
 de866e9d2a04f2ae58cedfa109e27b20ec168c99d336cee8c26daf72d7a793a7 102524 
iesperanto_2.1.2000.02.25-37_all.deb
 62f6a0812fb5abcc0617148d4d63936180d590cde5e7e0005e221959c7806a38 100144 
myspell-eo_2.1.2000.02.25-37_all.deb
 731ddfebaa7688a9f39058b74fa8d0dd0b9915f8ab190245989fa055f1a43efe 87026 
aspell-eo_2.1.2000.02.25-37_all.deb
Files: 
 bde0ec79cff7d82625225e2303317c2b 1337 text optional 
eo-spell_2.1.2000.02.25-37.dsc
 9139d2042246e68fab713bdf925f6c3c 7810 text optional 
eo-spell_2.1.2000.02.25-37.diff.gz
 10aa25a41148810929e97888a03e8223 102524 text optional 
iesperanto_2.1.2000.02.25-37_all.deb
 1726832a3cd1fff56b8e471f6c945749 100144 text optional 
myspell-eo_2.1.2000.02.25-37_all.deb
 49f5270f220848735ba26d5ece1a051f 87026 text optional 
aspell-eo_2.1.2000.02.25-37_all.deb

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

iD8DBQFIRoYATShHqj72DpwRAjLuAKCM+nBf2ZqQn9nJyn+RMdQ5weHkrACgg37Q
I2UGyBY/pv2zt0h15FEYKbo=
=j8ha
-END PGP SIGNATURE-


Accepted:
aspell-eo_2.1.2000.02.25-37_all.deb
  to pool/main/e/eo-spell/aspell-eo_2.1.2000.02.25-37_all.deb
eo-spell_2.1.2000.02.25-37.diff.gz
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-37.diff.gz
eo-spell_2.1.2000.02.25-37.dsc
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-37.dsc
iesperanto_2.1.2000.02.25-37_all.deb
  to pool/main/e/eo-spell/iesperanto_2.1.2000.02.25-37_all.deb
myspell-eo_2.1.2000.02.25-37_all.deb
  to pool/main/e/eo-spell/myspell-eo_2.1.2000.02.25-37_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wspanish 1.0.21 (source all)

2008-06-09 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jun 2008 14:24:45 +0200
Source: wspanish
Binary: wspanish
Architecture: source all
Version: 1.0.21
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 wspanish   - The Spanish dictionary words for /usr/share/dict
Changes: 
 wspanish (1.0.21) unstable; urgency=low
 .
   * More improvements in Copright notice.
   * debian/control: Added Vcs fields.
Checksums-Sha1: 
 f928a6af4056bf856a370e0762e39ad7acf962f4 910 wspanish_1.0.21.dsc
 8a00ac8d22b0db1a81d96a59bc79b0f9e0b5e503 254232 wspanish_1.0.21.tar.gz
 643ee3beb998fb42be738526ad143121b74a305d 259342 wspanish_1.0.21_all.deb
Checksums-Sha256: 
 377aaff4b30a96bc6958e0cc9596b58027bffc388609f8790f6f2ed58d1e125c 910 
wspanish_1.0.21.dsc
 59789f97dfdb72cf116252b80fd3c070206e5ba8973173a38d6879454e79e13b 254232 
wspanish_1.0.21.tar.gz
 6a13e4cbfd5f908440156b8141e4fe7301985e8f3fd0f581cb8894dc35a0beae 259342 
wspanish_1.0.21_all.deb
Files: 
 a33bfefe9f1e42c1dad320ab3858b60b 910 text optional wspanish_1.0.21.dsc
 e3fb191e388394708b34ecf96dd727d3 254232 text optional wspanish_1.0.21.tar.gz
 961e13822c0dcee8034b161e40eb6c36 259342 text optional wspanish_1.0.21_all.deb

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

iD8DBQFIRonPTShHqj72DpwRAtDyAJ4qYMemb2Pj8ngNex0szYHG10/AawCePPxh
ja0N6p6xkL2/CaM6bAnDXFw=
=31I4
-END PGP SIGNATURE-


Accepted:
wspanish_1.0.21.dsc
  to pool/main/w/wspanish/wspanish_1.0.21.dsc
wspanish_1.0.21.tar.gz
  to pool/main/w/wspanish/wspanish_1.0.21.tar.gz
wspanish_1.0.21_all.deb
  to pool/main/w/wspanish/wspanish_1.0.21_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted btrfs 0.15-1 (source all)

2008-06-09 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  9 Jun 2008 14:53:00 +0200
Source: btrfs
Binary: btrfs-source
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 btrfs-source - Source for the Btrfs filesystem driver
Changes: 
 btrfs (0.15-1) unstable; urgency=low
 .
   * Merging upstream version 0.15.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 feda63197f87a5a71a251ccc3431cfbdcf24e17b 1065 btrfs_0.15-1.dsc
 f8ea0cfd1130192f4b8a47cfca0deb70bd050139 147997 btrfs_0.15.orig.tar.gz
 1a748c60d76405a8c7bec68db34b15038e90f009 3708 btrfs_0.15-1.diff.gz
 05ae064086fb3d4e51314825c20d57b1df302be4 107144 btrfs-source_0.15-1_all.deb
Checksums-Sha256: 
 2ada552a0e9d12fbbe6ddaccfc70b7eddc9acfd3d57116dae1a60ac838032ec4 1065 
btrfs_0.15-1.dsc
 69b15611a0d87f753b2059de0b8000c2e81b3e50c9daa9f6f65d2a9a64852bcf 147997 
btrfs_0.15.orig.tar.gz
 b4d9c869d562570ff0ef2ea8144d97b92c7319c6cbc94102ac19af028d2007b4 3708 
btrfs_0.15-1.diff.gz
 590a4088e697c57f3b6f9fcab92aee2f6e4ac98f011cbaac94cffbc3eaaf1d2c 107144 
btrfs-source_0.15-1_all.deb
Files: 
 27b767382b5e00a9c138996d789787db 1065 admin optional btrfs_0.15-1.dsc
 be3631dac9744a1e9c8e7ddf06511855 147997 admin optional btrfs_0.15.orig.tar.gz
 cae2891c287e0a5f98b38731a46d4bb6 3708 admin optional btrfs_0.15-1.diff.gz
 135601763a15e208fee3f7f09c9e9288 107144 admin optional 
btrfs-source_0.15-1_all.deb

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

iEYEARECAAYFAkhNKCIACgkQ+C5cwEsrK549iACdFSqRStr+C+JcCy/nMgaYIFSa
spcAn3lZAcoWrT6KqLhs7syCv0Owk6Z0
=4Ayk
-END PGP SIGNATURE-


Accepted:
btrfs-source_0.15-1_all.deb
  to pool/main/b/btrfs/btrfs-source_0.15-1_all.deb
btrfs_0.15-1.diff.gz
  to pool/main/b/btrfs/btrfs_0.15-1.diff.gz
btrfs_0.15-1.dsc
  to pool/main/b/btrfs/btrfs_0.15-1.dsc
btrfs_0.15.orig.tar.gz
  to pool/main/b/btrfs/btrfs_0.15.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted btrfs-tools 0.15-1 (source i386)

2008-06-09 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  9 Jun 2008 15:01:00 +0200
Source: btrfs-tools
Binary: btrfs-tools
Architecture: source i386
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem
Changes: 
 btrfs-tools (0.15-1) unstable; urgency=low
 .
   * Merging upstream version 0.15.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 2f49003d367b7d295ff0cc0759b57098989eacd4 1179 btrfs-tools_0.15-1.dsc
 26bc58cd4e17b92ff9130b41bb065b396b00720b 126331 btrfs-tools_0.15.orig.tar.gz
 781500f35241e288e761488287bed13442d198fb 2229 btrfs-tools_0.15-1.diff.gz
 f12e2ae4d587190e4293cfba4dd59ba12d410fad 281674 btrfs-tools_0.15-1_i386.deb
Checksums-Sha256: 
 1b57d4d2548ade67fde4c1c13c93d6a3d7a611262e65581db8799ff85172 1179 
btrfs-tools_0.15-1.dsc
 26aaf028358f7a6fe2c93e885b33ffdfe1d04d2bd6f05ce4ff5a1cb51a99678b 126331 
btrfs-tools_0.15.orig.tar.gz
 d655c3f4908c93bf5bf5f70e82c1a20bfaa5fd1501ef27a1318523d75c982a55 2229 
btrfs-tools_0.15-1.diff.gz
 06f6e9fd87ff7049e71416423da549cbe64159b45cb6f288c6bc02ee16d0a468 281674 
btrfs-tools_0.15-1_i386.deb
Files: 
 bb108850e4d0f407105cbf47ecfeb6c5 1179 admin optional btrfs-tools_0.15-1.dsc
 d388b4885290b9922e45793d1c592912 126331 admin optional 
btrfs-tools_0.15.orig.tar.gz
 e74144e2c373199dfdbf9fc21984ddc2 2229 admin optional btrfs-tools_0.15-1.diff.gz
 7e5bb20c7d40b3540fb93b7647ba1145 281674 admin optional 
btrfs-tools_0.15-1_i386.deb

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

iEYEARECAAYFAkhNKlAACgkQ+C5cwEsrK56xAwCfeFTMB4gXIpa/r7fq2pEjrvUn
VBcAnR8KGHaXNpy0jsGh1f5gBoJYlcxU
=YH7U
-END PGP SIGNATURE-


Accepted:
btrfs-tools_0.15-1.diff.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.15-1.diff.gz
btrfs-tools_0.15-1.dsc
  to pool/main/b/btrfs-tools/btrfs-tools_0.15-1.dsc
btrfs-tools_0.15-1_i386.deb
  to pool/main/b/btrfs-tools/btrfs-tools_0.15-1_i386.deb
btrfs-tools_0.15.orig.tar.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.15.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sugar-chat-activity 40-1 (source all)

2008-06-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 13:28:57 +0200
Source: sugar-chat-activity
Binary: sugar-chat-activity
Architecture: source all
Version: 40-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 sugar-chat-activity - chat activity for the Sugar graphical shell
Changes: 
 sugar-chat-activity (40-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop patch 0001 applied upstream.
   * Fix upstream URL in watch file.
   * Update debian/copyright:
 + Add URL to upstream tarball source.
 + Use exact URL for upstream Git source.
 + Reorganize to only mention each license once.
   * Update local cdbs snippets:
 + Use upstream-tarball.mk to track upstream source releases.
 + Adjust dependency cleanup (upstream-tarball.mk needs newer cdbs).
   * Semi-auto-update debian/control to update build-dependencies:
   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
Checksums-Sha1: 
 51768938a801d45c83846b10dec1cf32c0307cac 1501 sugar-chat-activity_40-1.dsc
 a51efbd71b3f57f94ce47291d44364f754d07aa2 25469 
sugar-chat-activity_40.orig.tar.gz
 b494d1225c320b0c08540b6bc87f7f503e8cdcc2 11696 sugar-chat-activity_40-1.diff.gz
 40e892d869779e2f2859f96416d815548a8637db 45998 sugar-chat-activity_40-1_all.deb
Checksums-Sha256: 
 6e834ec1785621f63e41620d2888e53ed04fa7c48978c1bac899b44eb9d0d5cb 1501 
sugar-chat-activity_40-1.dsc
 a191299b626c3d8cbe26614cceaa275ba936ff2daac1a3673341a713bfd6 25469 
sugar-chat-activity_40.orig.tar.gz
 ab4a92a39d378820d603c2dc830082b57b141ba2fd3d1ca1ae6ec4f9a8527392 11696 
sugar-chat-activity_40-1.diff.gz
 303a31911d1507a031ef32e6bca5709e37a296582c784fb6079526183c3f8ed2 45998 
sugar-chat-activity_40-1_all.deb
Files: 
 990a3690b08c5fc89371d5d1aa673054 1501 x11 optional sugar-chat-activity_40-1.dsc
 3414d31ac4c474c4643daf9951bc4908 25469 x11 optional 
sugar-chat-activity_40.orig.tar.gz
 f6672781727c27435e714bd28c89d75c 11696 x11 optional 
sugar-chat-activity_40-1.diff.gz
 ad7ae1173a61bdc661128705ccf3b796 45998 x11 optional 
sugar-chat-activity_40-1_all.deb

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

iEYEARECAAYFAkhNJhIACgkQn7DbMsAkQLjykQCdE5Q+p1OQ0R/yKzBKANFZ5mij
lisAniPwX2XzWTwBCeYMGG0H6Xf6mHWe
=feH2
-END PGP SIGNATURE-


Accepted:
sugar-chat-activity_40-1.diff.gz
  to pool/main/s/sugar-chat-activity/sugar-chat-activity_40-1.diff.gz
sugar-chat-activity_40-1.dsc
  to pool/main/s/sugar-chat-activity/sugar-chat-activity_40-1.dsc
sugar-chat-activity_40-1_all.deb
  to pool/main/s/sugar-chat-activity/sugar-chat-activity_40-1_all.deb
sugar-chat-activity_40.orig.tar.gz
  to pool/main/s/sugar-chat-activity/sugar-chat-activity_40.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted wpasupplicant 0.6.3-2 (source i386)

2008-06-09 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 09:30:23 +1000
Source: wpasupplicant
Binary: wpasupplicant wpagui
Architecture: source i386
Version: 0.6.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers [EMAIL PROTECTED]
Changed-By: Kel Modderman [EMAIL PROTECTED]
Description: 
 wpagui - GUI for wpa_supplicant
 wpasupplicant - Client support for WPA and WPA2 (IEEE 802.11i)
Closes: 472853 474440
Changes: 
 wpasupplicant (0.6.3-2) UNRELEASED; urgency=low
 .
   * Add patch to remove -w option from help output, it has been removed in
 previous versions. (Closes: #472853)
   * Correctly refer to wpa-debug-level (not wpa-verbosity-level) ifupdown
 parameter to control logging output. (Closes: #474440)
   * Apply patch to permit package build on GNU/kFreeBSD.
 - add debian/config.kfreebsd build configuration file
 - adapt debian/rules to use debian/config/kfreebsd when building for
   kfreebsd DEB_HOST_ARCH_OS
   * Fix arch specific build dependency declarations introduced by GNU/kFreeBSD
 compat patch.
   * Build depend on debhelper = 7, adjust debian/compat to suit.
   * Simplify debian/rules, cleaning up the sanitization of
 README.wpa_supplicant.conf, clean , build and install targets.
   * Span the Build-Depends field of debian/control over multiple lines.
   * Add debian/patches/13_defined_IEEE8021X_EAPOL.patch to allow compilation
 when CONFIG_IEEE8021X_EAPOL is not defined and allow people attempting to
 progress on wpasuplicant udeb (and netcfg integration) to move on.
   * Add 14_fix_compile_without_eap.patch to fix another FTBFS when
 IEEE8021X_EAPOL is not defined.
   * Rename debian/extra-examples/ to debian/examples/.
   * Slightly modify the way get-git-snapshot is invoked by debian/rules.
   * Create debian/config/ directory to contain various build configuration
 files for different targets (eg. udeb, kfreebsd, linux).
   * Disable building of test driver backend, no development can sanely be done
 with this binary package.
   * Disable building of hostap driver backend, the version of hostap driver in
 existence since Linux 2.6.14 (or before) uses the wext driver backend.
   * Provide code in ./debian/ifupdown/functions.sh that warns about invalid
 wpa-driver choice, and falls back to the usage of a default backend.
   * Modify debian/README.modes to not contain blurb about which driver_backend
 to use, wext should almost _always_ be used.
   * Refresh debian/patches/14_fix_compile_without_eap.patch with what was
 applied upstream.
   * Add 50_wext_dont_overwrite_bss_freq.patch to fix handling of channel and
 frequency information returned by mac80211 using drivers in ad-hoc mode.
   * 51_dont_reschedule_specific_scans_for_hidden_ssids.patch to optimize scan
 rescheduling in order to better detect hidden SSIDs.
   * Simplify debian/rules handling of wpa_supplicant/.config, just cp it in as
 needed in build target. Move dh_install into install target. These will
 make integration of possible future udeb cleaner.
   * Add 52_handle_mac80211_mode_switch.patch to enhance handling of mode
 switching for mac80211 using interfaces.
   * Add 53_give_adhoc_assoc_more_time.patch to give adhoc associations a bit
 more time.
   * Add 15_silence_out_of_bounds_warnings.patch to silence gcc-4.3 warnings
 about accessing out of bounds array index.
   * Purge debian/madwifi-headers/* and no longer activate the driver_madwifi
 backend of wpa_supplicant. Remove reference to it in support
 documentation. If wpa-driver madwifi is used in an /e/n/i stanza print a
 warning and use wext instead.
Checksums-Sha1: 
 d7f799341386d54cae1c3ee4c94aa4ca2f50cd85 1662 wpasupplicant_0.6.3-2.dsc
 9f570319332ffdf6631a5c3e996614b198c60be6 59870 wpasupplicant_0.6.3-2.diff.gz
 7655098edd418327214962181bd23ea0c6946d2a 303990 wpasupplicant_0.6.3-2_i386.deb
 da8b88f2e061420d109a782305f7139785ba1fb2 105864 wpagui_0.6.3-2_i386.deb
Checksums-Sha256: 
 c4fff800e086f9f38f86be0b939bfd0ef5e1bbf277670ecd2d363d930549ea26 1662 
wpasupplicant_0.6.3-2.dsc
 1750068e7cf359ac50487662dc5f90c65fbd521376af9a08b5c287a1950940cf 59870 
wpasupplicant_0.6.3-2.diff.gz
 7d036d42383ecbf370a09330cd7e4f3f9e51f73077010952c4a5983f4c73546e 303990 
wpasupplicant_0.6.3-2_i386.deb
 5a26096021cbfb9e7a96d9076ad5ed9a94ded57cd1396cb62d28135b03f6a208 105864 
wpagui_0.6.3-2_i386.deb
Files: 
 cdbc0a84b0d049e311c31d5be9e3074a 1662 net optional wpasupplicant_0.6.3-2.dsc
 4e2095824ad0141b253bf4cf00412ff7 59870 net optional 
wpasupplicant_0.6.3-2.diff.gz
 f3bf220062a2d0cb30a78956eb2a6298 303990 net optional 
wpasupplicant_0.6.3-2_i386.deb
 f52695dfdbdf1e171fe7c1a6a1a502b2 105864 net optional wpagui_0.6.3-2_i386.deb

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

iQCVAwUBSE0wCO/EQKAAafKPAQKA8gP+PfSPZP0rk8dtIiZjPfaoGrfoS/p3Ac1o

Accepted git-core 1:1.5.5.4-1 (source all)

2008-06-09 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 11:51:19 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.5.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 476634
Changes: 
 git-core (1:1.5.5.4-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
 breakage (thx Jonathan Nieder, closes: #476634).
   * debian/control: Build-Depends: docbook-xsl ( 1.72) (thx Jonathan
 Nieder).
Checksums-Sha1: 
 3312d51a9df7bc94078789beef0c21b47292de05 1295 git-core_1.5.5.4-1.dsc
 6410fccbbcc8f1c9e8fe735d4e0524319cf5adb3 2005662 git-core_1.5.5.4.orig.tar.gz
 db2d6e5ccacba7d560a9359a7a3d33d3d1f6ee6d 211831 git-core_1.5.5.4-1.diff.gz
 388d0aa0da2bf6cc7c06a5f54694ab7a12979684 1014494 git-doc_1.5.5.4-1_all.deb
 8c1a556d8a805edb79ef36d272da6f4c9031416a 216460 git-arch_1.5.5.4-1_all.deb
 a6f38d8af3ec7386a3560263e28d823b2e8feac4 248926 git-cvs_1.5.5.4-1_all.deb
 890fad07a8675822077bdee3274bf7cee204dede 252212 git-svn_1.5.5.4-1_all.deb
 51af96937f71ac947c2e40cc417460a84da4a39e 203034 
git-daemon-run_1.5.5.4-1_all.deb
 e47c61803b81b44f4926d0ea1201fa706e2383d2 214696 git-email_1.5.5.4-1_all.deb
 15b772ef45ccd78559bbe185769d6c7334fa096f 386268 git-gui_1.5.5.4-1_all.deb
 5a1a128ab218cd1d16b472f0064021ca86fd077b 269778 gitk_1.5.5.4-1_all.deb
 cf1080f5225b05165a2031287f3218a4abf43ece 253512 gitweb_1.5.5.4-1_all.deb
Checksums-Sha256: 
 3e71e2f106b81e3b0c3604d7bf7f10d8798a6e9e7fcdecf6f89e992f685f9f54 1295 
git-core_1.5.5.4-1.dsc
 d7c452df82b61ecf1903123534474061ab7de26ede87ebb6cf4f231e9df1da28 2005662 
git-core_1.5.5.4.orig.tar.gz
 2a699b03d1708733d94a4b52885107641a5efb8fbd28382a932d11ed038f862b 211831 
git-core_1.5.5.4-1.diff.gz
 b2ae1323ab27c50cd493cd3cded6df8a3ab5cfe78618007d10829b2cf953a4e2 1014494 
git-doc_1.5.5.4-1_all.deb
 f323e0f6a8f5b82ed85ebbe98eabb4fb2fe547af672974e6c117b07a77b8d09d 216460 
git-arch_1.5.5.4-1_all.deb
 53c79a2b26474b3148183a08264b78641f59f00b8f578ed1c1621f251ad8389e 248926 
git-cvs_1.5.5.4-1_all.deb
 954836c771fe545c4ed04151a68bbf097e7c83dc6d3d8d23983d8fb6cab2cc08 252212 
git-svn_1.5.5.4-1_all.deb
 0efed8f2850a167865cf418bba387dc3c8f6be3d0920514f13f3435546e775d3 203034 
git-daemon-run_1.5.5.4-1_all.deb
 26d74f9a375b8c579784f2be9f15cefbfbc981bd9bee6e649996924f627497f7 214696 
git-email_1.5.5.4-1_all.deb
 189e7361e4c28911b0ed363311b831f0bd5b60b3ad64d11072b3283f100c7455 386268 
git-gui_1.5.5.4-1_all.deb
 3b7627549f4e14aab9b48914656cc3e56d4498e46418350ad071f25295d54ad0 269778 
gitk_1.5.5.4-1_all.deb
 927b3e71e50e451767aef497d31ece7779f3c054403dac7866c8deb7489465ea 253512 
gitweb_1.5.5.4-1_all.deb
Files: 
 103a2824448d9d382c2f21bff8c2bb81 1295 devel optional git-core_1.5.5.4-1.dsc
 8255894042c8a6db07227475b8b4622f 2005662 devel optional 
git-core_1.5.5.4.orig.tar.gz
 f46a44d35b12808c820a3407623e7002 211831 devel optional 
git-core_1.5.5.4-1.diff.gz
 92ef1491357bf9437b16b4eb9041d371 1014494 doc optional git-doc_1.5.5.4-1_all.deb
 06e77d131f46117255e847e7f2aae617 216460 devel optional 
git-arch_1.5.5.4-1_all.deb
 350955c5ebcf2a6b8470bdc8f326a97a 248926 devel optional 
git-cvs_1.5.5.4-1_all.deb
 cca3bd0009d4931e3f2a1cbde6cbe00e 252212 devel optional 
git-svn_1.5.5.4-1_all.deb
 d2444e5fb0e3f488aeef2f28f783add7 203034 devel optional 
git-daemon-run_1.5.5.4-1_all.deb
 0647852009af7729d6ef47acd6b12457 214696 devel optional 
git-email_1.5.5.4-1_all.deb
 331276773a262d15477a6898cc70e564 386268 devel optional 
git-gui_1.5.5.4-1_all.deb
 925f68efdb752cbf3a1ecc45e9edaf06 269778 devel optional gitk_1.5.5.4-1_all.deb
 093f3031b134ed7def2741fe26cf8f9f 253512 devel optional gitweb_1.5.5.4-1_all.deb

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

iD8DBQFITS1NGJoyQbxwpv8RAk9NAJ95+iDQ6OdaYXoYEPP2rn+Vs74RbACfTxOL
DY7ke9581lLyEcqfYOi1WQU=
=6Aoj
-END PGP SIGNATURE-


Accepted:
git-arch_1.5.5.4-1_all.deb
  to pool/main/g/git-core/git-arch_1.5.5.4-1_all.deb
git-core_1.5.5.4-1.diff.gz
  to 

Accepted zeroc-ice 3.3.0-1 (source all i386)

2008-06-09 Thread Francisco Moya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 01:18:27 +0200
Source: zeroc-ice
Binary: zeroc-ice33 ice33-translators ice33-services libicestorm33 libicegrid33 
libicebox33 icebox libicepatch2-33 libglacier2-33 libfreeze33 ice33-slice 
libzeroc-ice33 libicessl33 libiceutil33 libicexml33 libslice33 
libzeroc-ice33-dev libzeroc-ice33-dbg python-zeroc-ice php-zeroc-ice 
libzeroc-ice-3.3-cil libzeroc-ice-ruby1.8 libzeroc-ice-java icegrid-gui
Architecture: source all i386
Version: 3.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Francisco Moya [EMAIL PROTECTED]
Changed-By: Francisco Moya [EMAIL PROTECTED]
Description: 
 ice33-services - Services bundled into ZeroC Ice
 ice33-slice - Slice definitions for Ice 3.3 services
 ice33-translators - Slice translators to several languages
 icebox - Plugin-based meta-application for ZeroC Ice
 icegrid-gui - GUI for IceGrid service
 libfreeze33 - Libraries implementing a persistence framework for ZeroC Ice
 libglacier2-33 - Libraries implementing a firewall service for ZeroC Ice
 libicebox33 - Libraries implementing a plugin framework for ZeroC Ice
 libicegrid33 - Libraries implementing grid-like services for ZeroC Ice
 libicepatch2-33 - Libraries implementing a distribution service for ZeroC Ice
 libicessl33 - Ice for C++ SSL plug-in
 libicestorm33 - Libraries implementing an event service for ZeroC Ice
 libiceutil33 - Ice for C++ misc utility library
 libicexml33 - ZeroC Ice for C++ XML parser library
 libslice33 - Ice for C++ Slice parser library
 libzeroc-ice-3.3-cil - Ice for C# libraries
 libzeroc-ice-java - Ice for Java libraries
 libzeroc-ice-ruby1.8 - Ice for Ruby modules
 libzeroc-ice33 - Ice for C++ runtime library
 libzeroc-ice33-dbg - Ice for C++ debugging symbols
 libzeroc-ice33-dev - Ice for C++ development libraries
 php-zeroc-ice - Ice for PHP extension
 python-zeroc-ice - Ice for Python libraries
 zeroc-ice33 - Internet Communications Engine
Closes: 478642 479246
Changes: 
 zeroc-ice (3.3.0-1) unstable; urgency=low
 .
   * New Upstream Version
   * Fixed bashism creating iceboxnet wrapper (Closes: #478642).
   * Fixed bashism creating icegrid-gui wrapper (Closes: #479246).
   * Manpages changed into stubs to avoid licensing issues.
Checksums-Sha1: 
 c8d68f0aacfc598f1dccf9e1e401828d68f9374d 1861 zeroc-ice_3.3.0-1.dsc
 b599c3a4d1d3006b868bf2cbcd8e2a2d4575fb22 4260675 zeroc-ice_3.3.0.orig.tar.gz
 06ea61bca8b5fc30ffc659297bd084e020ba79ae 499744 zeroc-ice_3.3.0-1.diff.gz
 664995bcd57d55109fa62c2895b942547f0f4a65 16724 zeroc-ice33_3.3.0-1_all.deb
 91d8de6257b45c357f105d7bff5b8d012134f82d 61250 ice33-slice_3.3.0-1_all.deb
 7fb9a0ee9a0311e8b2c06aa6113df3238f5984b0 773714 
libzeroc-ice-3.3-cil_3.3.0-1_all.deb
 9429c77e101ee86c2e9c74ad52f5947b0d208b08 1457542 
libzeroc-ice-java_3.3.0-1_all.deb
 6ac10c2d9a5f3dff4d530cd0c545572762dd6452 2518686 icegrid-gui_3.3.0-1_all.deb
 2f31f534a25abfd684a4e1fffae1ef3f5d6be387 923842 
ice33-translators_3.3.0-1_i386.deb
 b23244c41ddbcc4d19f10135d6ead8c697c774e2 3533090 
ice33-services_3.3.0-1_i386.deb
 85805642e4f5386690d723090f9c1b91c5206487 514884 libicestorm33_3.3.0-1_i386.deb
 f54fc79cb2bd0040f0ac9b424fe94cb590b7e83d 610048 libicegrid33_3.3.0-1_i386.deb
 9291c92b3be17302986131e95d92d91a39c2a95e 75542 libicebox33_3.3.0-1_i386.deb
 eb13412904ec555ec906fcb05287575bc9f58210 76192 icebox_3.3.0-1_i386.deb
 d41a4eb841456ed241cc7c72581c2404c6c43760 139026 
libicepatch2-33_3.3.0-1_i386.deb
 7fdbef2ae76da526a8aa282353bf57bec60cbf3b 168820 libglacier2-33_3.3.0-1_i386.deb
 80ad6497d41fd03934e0935cd5e5006e062f28fe 284534 libfreeze33_3.3.0-1_i386.deb
 b1fac34a45830a93ba2124fc963867080f8ae526 928390 libzeroc-ice33_3.3.0-1_i386.deb
 58258bcb28c6a8c640cc03cc50f77ad2ea1b78d4 126160 libicessl33_3.3.0-1_i386.deb
 be90ba2e6416de709f65c3d2f0016950bda3bd50 104822 libiceutil33_3.3.0-1_i386.deb
 15d75641c9e49ee40eff9bf99607bb9ef9e2bc58 35970 libicexml33_3.3.0-1_i386.deb
 1d6d6bcdad8b8eedf3bfdb03b46e20d65c419529 568584 libslice33_3.3.0-1_i386.deb
 23087fe4df8c466352ecec660c77fdc2203b9d84 151218 
libzeroc-ice33-dev_3.3.0-1_i386.deb
 4a9cfaf9b291a50bd36eb28dfd9484930aba2759 38593596 
libzeroc-ice33-dbg_3.3.0-1_i386.deb
 e1d414368d30bc56bd25f8813f809aca3de8fa67 513644 
python-zeroc-ice_3.3.0-1_i386.deb
 9f39d50869ab6e719dc5fe69715f305a69360ba7 161076 php-zeroc-ice_3.3.0-1_i386.deb
 f645854c73bef3b0178b0805aeed53a74e625c3e 212856 
libzeroc-ice-ruby1.8_3.3.0-1_i386.deb
Checksums-Sha256: 
 7f1e1a138db3aeec8b0e166f4c9921d556d8adea710dab33d4293ec16f9c33fc 1861 
zeroc-ice_3.3.0-1.dsc
 73330e29799d08605d51b9fc148fdc11eb01b6c55b7e4bf4dcb8fafd98ba7749 4260675 
zeroc-ice_3.3.0.orig.tar.gz
 2f081bfa5489e8832a9808517e15c8f874b4e6b807ee4038236d57d3f3cecb86 499744 
zeroc-ice_3.3.0-1.diff.gz
 d193e60c5fbd9d425ccf1e81261579a23a7f79c84c4cb405091861e0908d17f2 16724 
zeroc-ice33_3.3.0-1_all.deb
 ec3b14a0ab3752609e8065e2ecc951faf036cd33f5bfe722a754687380cc2f8e 61250 
ice33-slice_3.3.0-1_all.deb
 

Accepted smlnj 110.67-1 (source i386 all)

2008-06-09 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 May 2008 22:11:34 +0300
Source: smlnj
Binary: smlnj smlnj-doc smlnj-runtime libsmlnj-smlnj ml-lex ml-yacc ml-burg 
libpgraphutil-smlnj libcml-smlnj libcmlutil-smlnj libexene-smlnj libckit-smlnj 
libmlnlffi-smlnj ml-nlffigen libmlrisctools-smlnj nowhere ml-lpt
Architecture: source i386 all
Version: 110.67-1
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula [EMAIL PROTECTED]
Changed-By: Kari Pahula [EMAIL PROTECTED]
Description: 
 libckit-smlnj - A library for parsing and type-checking C programs
 libcml-smlnj - Concurrent ML
 libcmlutil-smlnj - Concurrent ML utility library
 libexene-smlnj - SML library for the X Window System
 libmlnlffi-smlnj - No Longer Foreign Function Interface
 libmlrisctools-smlnj - Library for parsing and pretty printing SML code
 libpgraphutil-smlnj - CM portable graph utility library
 libsmlnj-smlnj - Useful libraries for Standard ML of New Jersey
 ml-burg- Code generator generator for Standard ML
 ml-lex - Lexical analyzer generator for Standard ML
 ml-lpt - SML/NJ language processing tools
 ml-nlffigen - ML generator for C glue code
 ml-yacc- Parser generator for Standard ML
 nowhere- Translates programs from an extended Standard ML to Standard ML
 smlnj  - Standard ML of New Jersey interactive compiler
 smlnj-doc  - Documentation for Standard ML of New Jersey
 smlnj-runtime - Standard ML of New Jersey runtime system
Closes: 442949
Changes: 
 smlnj (110.67-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed typo ml-antrl - ml-antlr in ml-lpt's description (Closes: #442949)
   * Set homepage field in debian/control.
   * Built some more documentation and set up smlnj-doc package for them.
   * Added amd64 as an architecture, using gcc-multilib emulation layer.
   * Don't even try to build on sparc.
Checksums-Sha1: 
 5accaf96abf7757bb0273330dd178ce8bfd9c659 1374 smlnj_110.67-1.dsc
 ff9a4244f9b3aac6c8520096e603c43374a96b36 22707450 smlnj_110.67.orig.tar.gz
 9dec9800ef79f552e058f27cccb77d0f0070d3cd 14816 smlnj_110.67-1.diff.gz
 ac9ca82c714ac968d524032f6addae83f1bf0794 9650584 smlnj_110.67-1_i386.deb
 7ff85b10266d7b3aec0bd5898dc881a0548e 203808 smlnj-runtime_110.67-1_i386.deb
 b0a6152fd8b79d40bc3295aa5d2dce677383894f 671218 
libsmlnj-smlnj_110.67-1_i386.deb
 f77e0d1e948ccf77b7e0961841b1da71bca68be6 201298 ml-lex_110.67-1_i386.deb
 2ad68b66a976ca6a0910535f6fb934065158fce7 371612 ml-yacc_110.67-1_i386.deb
 6ceebc5de0882fe191b5facaf568ad85521b5c76 248496 ml-burg_110.67-1_i386.deb
 c95885c116411e6fe6d7ba9893fdd8dec561e2eb 47300 
libpgraphutil-smlnj_110.67-1_i386.deb
 66f479d45eadfdf0f6c33ba68a62d467ae860b0f 185438 libcml-smlnj_110.67-1_i386.deb
 de96f05770a4c4b1244e5bf028cbbe0596939e6b 35992 
libcmlutil-smlnj_110.67-1_i386.deb
 d99f536ce49800f3d623ef4afda0792f2cd4df68 1127604 
libexene-smlnj_110.67-1_i386.deb
 bc493a04c66f4f461bdb15e1983f49996fc653a9 295346 libckit-smlnj_110.67-1_i386.deb
 f82c1d2a30f3e68c478e360a9cdcc3e1f3def595 201638 
libmlnlffi-smlnj_110.67-1_i386.deb
 8ec20f99240fe0725aa0624271a012a4e86b643e 725786 ml-nlffigen_110.67-1_i386.deb
 efa5adeca89d2a2f2b56b174342e61602ba6e41a 330008 
libmlrisctools-smlnj_110.67-1_i386.deb
 2226f66e5bf0720a6f9dec3f3497f89f224e3309 693636 nowhere_110.67-1_i386.deb
 36e85e75b13aecc101a1f6987b62d38d1bda869e 1015126 ml-lpt_110.67-1_i386.deb
 9b33a28ee8d1e9be677b38d553b9dd269f18f342 1559124 smlnj-doc_110.67-1_all.deb
Checksums-Sha256: 
 496d78f9d4039c0194ed1e145ed186e47b33cd857c712ba4cece98b947157c2b 1374 
smlnj_110.67-1.dsc
 50e3314799aa44239bc2faea85bb11c85a68ea3f479c0bbf8a33de92cf678978 22707450 
smlnj_110.67.orig.tar.gz
 f91b29914abaa2bcea8516167d5bb34d81841aa0946771fca5ed3310558d4a9f 14816 
smlnj_110.67-1.diff.gz
 79b146fc4a88d429633a87889d3dc78918b17effecc4e3f7a440c55d985705c0 9650584 
smlnj_110.67-1_i386.deb
 2e194f219833541ee3c02caf805bbc238f7585b5ed9df23ebd0a5f78270048ff 203808 
smlnj-runtime_110.67-1_i386.deb
 c938b0159514ca855a04a99d10a6645fdeffda8f099403b1921a3111fbffc648 671218 
libsmlnj-smlnj_110.67-1_i386.deb
 bc63eeb0c744ae540e152d288f0295f91ad0912d39bf55f4c7192f14bd6f5e75 201298 
ml-lex_110.67-1_i386.deb
 ad927ffd283a152058bf987a02cd25263857a08dfecd5fb7c4f30a09cd770c24 371612 
ml-yacc_110.67-1_i386.deb
 f63a0bf3d0d649acb6ec42b52d431c4191613003bcaa7f6bcfed057bb813ba13 248496 
ml-burg_110.67-1_i386.deb
 2ccac4a5d301148833da29781faf910cc572d0042c638e9b28a46f211262de06 47300 
libpgraphutil-smlnj_110.67-1_i386.deb
 eb77e796baa67ee09254ca2ce36982e79c101e8486158eaf30962066a385927a 185438 
libcml-smlnj_110.67-1_i386.deb
 e62be0cc01d7edcc32ea53e2b409dde9c5126c327aecc26fcafb5c36b8079294 35992 
libcmlutil-smlnj_110.67-1_i386.deb
 4aecdb43941d94ff1aca41e8c1428d6b24245f5bd8610d1bbcb8201347cb4a06 1127604 
libexene-smlnj_110.67-1_i386.deb
 153416351962a59cef225de16807324eff67034bbd0fe40cdf821c7cd854ab4c 295346 
libckit-smlnj_110.67-1_i386.deb
 c76d8790b0e5b335bf4e5ba93446e87efcf3ffb19e55dd3b97c1a63cdb8468a9 201638 

Accepted celestia-nonfree 1.5.1-1 (source all)

2008-06-09 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 May 2008 23:09:35 +0200
Source: celestia-nonfree
Binary: celestia-common-nonfree
Architecture: source all
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 celestia-common-nonfree - Non-free datafiles for Celestia, a real-time visual 
space simulat
Changes: 
 celestia-nonfree (1.5.1-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 577d1727bb19e860faeb7b8022eb5b60721fc6f8 1102 celestia-nonfree_1.5.1-1.dsc
 4705caa7292cb97deaed371b734e280901e38fc3 8530802 
celestia-nonfree_1.5.1.orig.tar.gz
 22b762f1be871d2a0e7ae22e523a8da58edb8d3d 3556 celestia-nonfree_1.5.1-1.diff.gz
 24ccc8e01d24fba2cbd19fe11782f30517214c74 8534924 
celestia-common-nonfree_1.5.1-1_all.deb
Checksums-Sha256: 
 5e85a4ef43782ef8141138490de5fee549854b85e20b94a576884ad53562200e 1102 
celestia-nonfree_1.5.1-1.dsc
 7857c466a4e77754f6b1652629f160b1170523d5aa259f30bcc114fb8bb7d2da 8530802 
celestia-nonfree_1.5.1.orig.tar.gz
 efb99e472b559482402035d530520fd87ac40f5d08d9307f0e24f8f52ccf0c41 3556 
celestia-nonfree_1.5.1-1.diff.gz
 0aa8c1315a765deb09b6c8fd8eab5e85c64905ace7cd5cbf54e7d5a53602d063 8534924 
celestia-common-nonfree_1.5.1-1_all.deb
Files: 
 25c5394f18c1647c64d7798756bfbd14 1102 non-free/science optional 
celestia-nonfree_1.5.1-1.dsc
 f6bc7ecce1a756f9d06515f9c8a219a4 8530802 non-free/science optional 
celestia-nonfree_1.5.1.orig.tar.gz
 36d78ef647bf36f471f952cc27d126d1 3556 non-free/science optional 
celestia-nonfree_1.5.1-1.diff.gz
 27defb404c517b8a71fc1f19a3adc871 8534924 non-free/science optional 
celestia-common-nonfree_1.5.1-1_all.deb

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

iD8DBQFIL1MQAxLow12M2nsRAg1AAJ0UTzVRejXKxlBXAy0GTeSGQY+LuACcC4mO
XV4XvV8QAXC3Txi5Dab+YmE=
=sea9
-END PGP SIGNATURE-


Accepted:
celestia-common-nonfree_1.5.1-1_all.deb
  to pool/non-free/c/celestia-nonfree/celestia-common-nonfree_1.5.1-1_all.deb
celestia-nonfree_1.5.1-1.diff.gz
  to pool/non-free/c/celestia-nonfree/celestia-nonfree_1.5.1-1.diff.gz
celestia-nonfree_1.5.1-1.dsc
  to pool/non-free/c/celestia-nonfree/celestia-nonfree_1.5.1-1.dsc
celestia-nonfree_1.5.1.orig.tar.gz
  to pool/non-free/c/celestia-nonfree/celestia-nonfree_1.5.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted git-core 1:1.5.6~rc2-1 (source all)

2008-06-09 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 12:02:43 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.5.6~rc2-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.5.6~rc2-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * merge branch debian-sid.
   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
Checksums-Sha1: 
 22212252f34f8654d6c087b26af71cf659b35ca7 1309 git-core_1.5.6~rc2-1.dsc
 b3a70a33d36955e2d08bcb64d82a612defd6962a 2085377 git-core_1.5.6~rc2.orig.tar.gz
 f7bb400654fef7153fcb0a314e598390d58a1268 218882 git-core_1.5.6~rc2-1.diff.gz
 7292cbe4012c26fdace20540113c860777ef8f21 1046924 git-doc_1.5.6~rc2-1_all.deb
 237b322712dfaf3bf585f831b8dea940dc366fb4 224938 git-arch_1.5.6~rc2-1_all.deb
 5f0db14f734b1823bd7fd629502a1f33edf3f50d 260544 git-cvs_1.5.6~rc2-1_all.deb
 9482e5898d05e8e6a3794e69cc5aca40edde107c 261958 git-svn_1.5.6~rc2-1_all.deb
 6bc9eb0a36e937cfb009b6a751e47bfbe2801bd1 211478 
git-daemon-run_1.5.6~rc2-1_all.deb
 2caddf31ca0aee23467b6ad41a41666c881ca6a0 223212 git-email_1.5.6~rc2-1_all.deb
 8c09d1b2c50c68a5bcb687ffe86de01b4a89c7ba 395436 git-gui_1.5.6~rc2-1_all.deb
 47bb23245a473350da6554857ea500f67ec2bae5 292530 gitk_1.5.6~rc2-1_all.deb
 4c2eec85f6b8e3cfefe1a56cb828877366f21e3c 262648 gitweb_1.5.6~rc2-1_all.deb
Checksums-Sha256: 
 046c0d3edc77e2e547c2531ca6aa90f328ae8692956a644ed80bc26307173d72 1309 
git-core_1.5.6~rc2-1.dsc
 6b6c89fd31522162ba9f1a742056dbdc5683e5266855ae6018ee06899caebcc2 2085377 
git-core_1.5.6~rc2.orig.tar.gz
 621f377884f2d4e9c9c08a8c7334afd7b90377c1af43b9010f5dae98f2eb486c 218882 
git-core_1.5.6~rc2-1.diff.gz
 2fff6a434fc5039157555a4aaad4b064906992a0e7868b923eb33b8bbf8a495a 1046924 
git-doc_1.5.6~rc2-1_all.deb
 05a983599ad0acb913249096daffa3e9d76ac0fcb2e74a6ebdecde69954a075f 224938 
git-arch_1.5.6~rc2-1_all.deb
 43c486ae9e08ca94025aba2d207ef9191738a858c2ad52923108d41661f7750d 260544 
git-cvs_1.5.6~rc2-1_all.deb
 4aa94638f9a6b2f967f9c84c1aae92aca2dd079eb6765bc681b91b8b1e87714b 261958 
git-svn_1.5.6~rc2-1_all.deb
 b9eb26eaadd2d653d7c27230e37249d432d0237a18464ff54dc575d0a2a3 211478 
git-daemon-run_1.5.6~rc2-1_all.deb
 0182af5f05a036c013949334ae9a8f45a48a2dc36c3b175ce104147423569be3 223212 
git-email_1.5.6~rc2-1_all.deb
 1a042f9bf1945cce57cec6e4419eefe9fc9b135801d970aed3f21d879078f9d7 395436 
git-gui_1.5.6~rc2-1_all.deb
 60f3d3c67a6c5084b3fd97773e535c0edd62514b36f137716bc16f4a8f2a6300 292530 
gitk_1.5.6~rc2-1_all.deb
 07942ec30040f62e7d88963de12569ae98d39f3799d8eca7efc326a4df2c 262648 
gitweb_1.5.6~rc2-1_all.deb
Files: 
 d6d4551bac5a4022e6c80690c868cf65 1309 devel optional git-core_1.5.6~rc2-1.dsc
 5b85cd87fd9ac2146339ae7b99a86b75 2085377 devel optional 
git-core_1.5.6~rc2.orig.tar.gz
 9bcca8467124e51b5a9d6e2671cbbc42 218882 devel optional 
git-core_1.5.6~rc2-1.diff.gz
 8fa329b2e20872b7d6aab366e9b41d5d 1046924 doc optional 
git-doc_1.5.6~rc2-1_all.deb
 4d6f9edaa82ee40e30f1e91376987c7f 224938 devel optional 
git-arch_1.5.6~rc2-1_all.deb
 677dabcbaa1e40a2c0c94bb84fd14fb2 260544 devel optional 
git-cvs_1.5.6~rc2-1_all.deb
 e645787adfa49fe201cf1d9779fee1f5 261958 devel optional 
git-svn_1.5.6~rc2-1_all.deb
 8e290027803d722dd43acbdd1364772b 211478 devel optional 
git-daemon-run_1.5.6~rc2-1_all.deb
 c1e054b6463acbd4fb4e481b21b86a62 223212 devel optional 
git-email_1.5.6~rc2-1_all.deb
 a498851dec99403112ea05fd84f0fe0b 395436 devel optional 
git-gui_1.5.6~rc2-1_all.deb
 0c03893e7a3afd818b8241ea53cb9732 292530 devel optional gitk_1.5.6~rc2-1_all.deb
 a5cfe58190e4dd8c848d7a201212e29a 262648 devel optional 
gitweb_1.5.6~rc2-1_all.deb

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

iD8DBQFITTd0GJoyQbxwpv8RAu1RAKCh5NZ4i/msawe0riXbPY3H3w9rYwCdFPbM
LFIK6RP2aqzTYJ/dCF16kfs=
=hSuS
-END PGP SIGNATURE-


Accepted:
git-arch_1.5.6~rc2-1_all.deb
  to pool/main/g/git-core/git-arch_1.5.6~rc2-1_all.deb
git-core_1.5.6~rc2-1.diff.gz
  to pool/main/g/git-core/git-core_1.5.6~rc2-1.diff.gz

Accepted opencascade 6.2-3 (source all amd64)

2008-06-09 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 May 2008 18:38:09 -0400
Source: opencascade
Binary: libopencascade6.2 libopencascade-dev opencascade-tools opencascade-doc 
opencascade-examples
Architecture: source amd64 all
Version: 6.2-3
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV [EMAIL PROTECTED]
Changed-By: Adam C. Powell, IV [EMAIL PROTECTED]
Description: 
 libopencascade-dev - OpenCASCADE CAE platform library development files
 libopencascade6.2 - OpenCASCADE CAE platform shared library
 opencascade-doc - OpenCASCADE CAE platform library development files
 opencascade-examples - OpenCASCADE CAE platform library input examples
 opencascade-tools - OpenCASCADE CAE platform tools
Closes: 464400
Changes: 
 opencascade (6.2-3) unstable; urgency=low
 .
   * First upload!  (Closes: #464400)
   * Added -release 6.2 to LDADD for all libs making that the library version.
   * Dropped -0 from shared lib package, and version from -dev package.
   * Corrected a bunch of library dependencies.
Checksums-Sha1: 
 4af04406899fb788048f298cecda38853e1ab0de 1303 opencascade_6.2-3.dsc
 4b03eff0532eb1a0643abcdd42b0a839aa213742 62457644 opencascade_6.2.orig.tar.gz
 331a65eebb89d88bb11e54af577b00d34b63830a 19613 opencascade_6.2-3.diff.gz
 65df2e4d217fafc17cb5d9fa55f94de3c0b1472b 26390688 
libopencascade6.2_6.2-3_amd64.deb
 3a64bd1a18983da1703d6650274e54bdf3aba26f 26020 
opencascade-tools_6.2-3_amd64.deb
 c10e69f62edc8a7e09e8d5be2a0de414eb33ad6a 5681538 
libopencascade-dev_6.2-3_all.deb
 b845dfc6be74c5af7f19da9e0f360cdeb58642d1 8036058 opencascade-doc_6.2-3_all.deb
 bc2e4b670fa538968269bfbd9560298fbce8669a 13046230 
opencascade-examples_6.2-3_all.deb
Checksums-Sha256: 
 84891f486f0703680526c1a1d2cfa2a1b3c9926c977d4a47da069f530229c918 1303 
opencascade_6.2-3.dsc
 6812bbcb6b52727540828445068202022bdc37e0dd0ae53df62a11fa2d45f9b5 62457644 
opencascade_6.2.orig.tar.gz
 0c3f8f239663cd9b13ea6baf35477615406363ac27b04601f12b52be59e29dc4 19613 
opencascade_6.2-3.diff.gz
 d51863db1fd47c7de344aab1e167e47cefd8f5e8c5fc36941b1cbf6f53676e62 26390688 
libopencascade6.2_6.2-3_amd64.deb
 8b72c195f67b29f5ad5015927473baaba8eff1995e434eae283a63c1355df298 26020 
opencascade-tools_6.2-3_amd64.deb
 dfddc85eff624e0037622986d10e68d53ba8451abe0903fe3f1493cdbd533ae7 5681538 
libopencascade-dev_6.2-3_all.deb
 48dea719bd367b977e7c63b5efc400a5b8be33276f03891e1e9001a5b065cd79 8036058 
opencascade-doc_6.2-3_all.deb
 ba27c76be9ac2acc8219f803c9d584514c4bf515bb20427379c60c16d2524e0d 13046230 
opencascade-examples_6.2-3_all.deb
Files: 
 ee69d35ecc9a64e64b01d542df03db5e 1303 non-free/science extra 
opencascade_6.2-3.dsc
 e6247fd86ab422f259d917fdf51e73c7 62457644 non-free/science extra 
opencascade_6.2.orig.tar.gz
 7d9d8acfa5d4b1dd6a5cc7b0c30594ce 19613 non-free/science extra 
opencascade_6.2-3.diff.gz
 5190e35be8e4f459df4816c33a037724 26390688 non-free/libs extra 
libopencascade6.2_6.2-3_amd64.deb
 92bb28873dcb4e4a65bce3be49edb413 26020 non-free/science extra 
opencascade-tools_6.2-3_amd64.deb
 ee2bfe5db161e56f059d06cb8f56efb4 5681538 non-free/libdevel extra 
libopencascade-dev_6.2-3_all.deb
 db5c60d4b2b2431ffb2fe1866d24817c 8036058 non-free/doc extra 
opencascade-doc_6.2-3_all.deb
 fd6f75418492dbc22c8106186f981cd3 13046230 non-free/doc extra 
opencascade-examples_6.2-3_all.deb

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

iD8DBQFIK6qIUm8B6FZO5LYRAkD/AJ949iBdADR4MeJyE8c1FdIGBeE75wCfUDN0
5M5S1gTfvgGJw0+FmGHVte0=
=jaO5
-END PGP SIGNATURE-


Accepted:
libopencascade-dev_6.2-3_all.deb
  to pool/non-free/o/opencascade/libopencascade-dev_6.2-3_all.deb
libopencascade6.2_6.2-3_amd64.deb
  to pool/non-free/o/opencascade/libopencascade6.2_6.2-3_amd64.deb
opencascade-doc_6.2-3_all.deb
  to pool/non-free/o/opencascade/opencascade-doc_6.2-3_all.deb
opencascade-examples_6.2-3_all.deb
  to pool/non-free/o/opencascade/opencascade-examples_6.2-3_all.deb
opencascade-tools_6.2-3_amd64.deb
  to pool/non-free/o/opencascade/opencascade-tools_6.2-3_amd64.deb
opencascade_6.2-3.diff.gz
  to pool/non-free/o/opencascade/opencascade_6.2-3.diff.gz
opencascade_6.2-3.dsc
  to pool/non-free/o/opencascade/opencascade_6.2-3.dsc
opencascade_6.2.orig.tar.gz
  to pool/non-free/o/opencascade/opencascade_6.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted unbound 1.0.0-2 (source i386 amd64)

2008-06-09 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2008 16:12:21 -0400
Source: unbound
Binary: unbound unbound-host libunbound0 libunbound-dev
Architecture: amd64 i386 source 
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description:
 libunbound-dev - static library, header files, and docs for libunbound
 libunbound0 - library implementing DNS resolution and validation
 unbound- validating, recursive, caching DNS resolver
 unbound-host - reimplementation of the 'host' command
Changes:
 unbound (1.0.0-2) unstable; urgency=low
 .
   * Fix Build-Deps.
   * Split unbound-host into a separate package.
Checksums-Sha1: 
 310f76647d0aead14af2fa445d405881f9e8aba2 11322 unbound-host_1.0.0-2_amd64.deb
 410e4117880c05f9ac818305b8289d2283d2f0ee 11461 unbound_1.0.0-2.diff.gz
 5ddd1dd6c999aea74bd60f004e137b8911c6dc30 196508 libunbound0_1.0.0-2_amd64.deb
 93f32f7e3ae19f3dd760524b46f0cf8b82e1db6b 10902 unbound-host_1.0.0-2_i386.deb
 a9403a90633b8b1fdd6295123b1772132dd56958 234352 
libunbound-dev_1.0.0-2_amd64.deb
 a9a207e8101484acc97740415ce6e6667a0176bb 339160 unbound_1.0.0-2_amd64.deb
 c48e2816b3b682bdc4b9a25bed9d52aa33c51822 182502 libunbound0_1.0.0-2_i386.deb
 c81646189387824c30af35380a5fba7171e1303a 303442 unbound_1.0.0-2_i386.deb
 e1ee3795b38afef1e0a39d5fd596767af48c645e 206764 libunbound-dev_1.0.0-2_i386.deb
 4b9041a29c7aaf28c3339b85fe3c5804d666f8c3 1079 unbound_1.0.0-2.dsc
Checksums-Sha256: 
 0ecae3026a0844c063b3577f14b267e24791dc7d827ce0ab3e3f07cd02dd81d9 1079 
unbound_1.0.0-2.dsc
 14c632f7467ece0f0fbdb71626bcb4a8082e20a8f8a7dfcaaed6f25078cb6c7a 339160 
unbound_1.0.0-2_amd64.deb
 4500414860b2e69a7e3c59ad632ee1d3c3d27b7472db6d45a59be64a2ea0ee9b 11322 
unbound-host_1.0.0-2_amd64.deb
 47e79d18253d2698dcfacd79200ab5d0cfaf6114671610ebf7a452b0653509d0 182502 
libunbound0_1.0.0-2_i386.deb
 87d4687ce23c587eaf933b46ccfb3c9f8d981c29116fae8166d764fa32120e62 206764 
libunbound-dev_1.0.0-2_i386.deb
 989f65f99400fe6ed114cc1d768d731ef5046d19c9d1ac8bb072a9dc8dc90add 196508 
libunbound0_1.0.0-2_amd64.deb
 a352030a7610ac2237816792c4780c6c9825e6f2d1108a48576bc6a172dc520a 10902 
unbound-host_1.0.0-2_i386.deb
 d914da7b526c71eb2d66ac41f2c5dcabb00fb429ccf24957696155d8a40f61da 11461 
unbound_1.0.0-2.diff.gz
 e77072d591c40a41307520b691a0b76732c160e10bef2b799fb9abffb3d4461f 234352 
libunbound-dev_1.0.0-2_amd64.deb
 ed4c4cf8d5ad9e4335f076e4f06adfc825aa4bf4cad87dd9b76816e01a100f52 303442 
unbound_1.0.0-2_i386.deb
Files: 
 0b8e4eae191ee6ad8659513d00390486 234352 net optional 
libunbound-dev_1.0.0-2_amd64.deb
 0da8660b4d41bf2ba4920fcb36ddcb16 206764 net optional 
libunbound-dev_1.0.0-2_i386.deb
 136848474688aa8f652d726534abdfa5 303442 net optional unbound_1.0.0-2_i386.deb
 3c154e8f702999d35fd794464071bebe 10902 net optional 
unbound-host_1.0.0-2_i386.deb
 90dffa41ab2f96bfb2d26ee37bbfad82 182502 net optional 
libunbound0_1.0.0-2_i386.deb
 164f8304f0b3e0dc30b7a1c65bfb6349 1079 net optional unbound_1.0.0-2.dsc
 aef8599c51787eaadc564ffc75ba2056 11461 net optional unbound_1.0.0-2.diff.gz
 b5d2f3ab6ecb04803ab782b60c32c6d0 196508 net optional 
libunbound0_1.0.0-2_amd64.deb
 d7547a8c97c19a0bca0372872a0b85ca 11322 net optional 
unbound-host_1.0.0-2_amd64.deb
 ead65446c366055319e4a20470782e06 339160 net optional unbound_1.0.0-2_amd64.deb

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

iD8DBQFIPH6Qdp+/SHMBQJERAmoEAJ0Qw4pLpBuevUK2xPQakzr2x2bkNACaAjXH
Kg/WxxG3hcolxbXeH/7gG80=
=C6Qd
-END PGP SIGNATURE-


Accepted:
libunbound-dev_1.0.0-2_amd64.deb
  to pool/main/u/unbound/libunbound-dev_1.0.0-2_amd64.deb
libunbound-dev_1.0.0-2_i386.deb
  to pool/main/u/unbound/libunbound-dev_1.0.0-2_i386.deb
libunbound0_1.0.0-2_amd64.deb
  to pool/main/u/unbound/libunbound0_1.0.0-2_amd64.deb
libunbound0_1.0.0-2_i386.deb
  to pool/main/u/unbound/libunbound0_1.0.0-2_i386.deb
unbound-host_1.0.0-2_amd64.deb
  to pool/main/u/unbound/unbound-host_1.0.0-2_amd64.deb
unbound-host_1.0.0-2_i386.deb
  to pool/main/u/unbound/unbound-host_1.0.0-2_i386.deb
unbound_1.0.0-2.diff.gz
  to pool/main/u/unbound/unbound_1.0.0-2.diff.gz
unbound_1.0.0-2.dsc
  to pool/main/u/unbound/unbound_1.0.0-2.dsc
unbound_1.0.0-2_amd64.deb
  to pool/main/u/unbound/unbound_1.0.0-2_amd64.deb
unbound_1.0.0-2_i386.deb
  to pool/main/u/unbound/unbound_1.0.0-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tor 0.2.0.27-rc-1 (source all i386)

2008-06-09 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jun 2008 01:11:33 +0200
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all i386
Version: 0.2.0.27-rc-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
 tor-geoipdb - geoIP database for Tor
Changes: 
 tor (0.2.0.27-rc-1) experimental; urgency=low
 .
   * New upstream version.
   * Add tor-geoipdb arch: all package for the geoip database.
   * Update debian/rules so that there now is a binary-common target
 and the binary-indep and binary-arch targets call make with
 proper DH_OPTIONS options.  This is taken from the template
 that dh_make nowadays uses for multi-binary packages.
   * Unit tests are broken, yay.
   * Use ${binary:Version} to depend on the right tor binary package from
 the tor-dbg package instead of ${Source-Version}.  Some guy on the
 internet said the latter was deprecated.
   * Add Homepage: https://www.torproject.org/ field to control file.
   * And mention www.tp.o instead of the old tor.eff.org in the long
 description.
   * No longer ignore failure of make clean in the clean target.
   * Support passing of parallel=n in build options.
   * Change declared Standards-Version to 3.8.0.
Checksums-Sha1: 
 fc6df56846e009e70cac80cadda3a6b1a7a2e7bb 1177 tor_0.2.0.27-rc-1.dsc
 258ddf82df64935ff63b3caba197790892aa45d2 2131198 tor_0.2.0.27-rc.orig.tar.gz
 6bcdf625c29500682efc0c283b56b11e0115a06b 77116 tor_0.2.0.27-rc-1.diff.gz
 db9cda7bc1f845b3435656940e962e796983d394 701874 
tor-geoipdb_0.2.0.27-rc-1_all.deb
 dafbc71b58128629ba32a0940a67995c7a7ae439 1201970 tor_0.2.0.27-rc-1_i386.deb
 792ee7d5c7fbccaa63a5dfb287f4a8a8c259fa3d 837856 tor-dbg_0.2.0.27-rc-1_i386.deb
Checksums-Sha256: 
 4841ea9e68197288367ec8b6a995ed73dbfe8cfa985596c6a65ea6d39a60b7ea 1177 
tor_0.2.0.27-rc-1.dsc
 5bf5ff980ac32e8cfc51820a2e4a182c61b8fe43af528af31a4b41d1711abefb 2131198 
tor_0.2.0.27-rc.orig.tar.gz
 8c7e87210dc1e7022cb5efbbe6276c4a134556312ef86ca8b99dff6b4fd05ab6 77116 
tor_0.2.0.27-rc-1.diff.gz
 55f12485a2452643d38b2168cb4628b5cd0b259a149b49455b54675b057a26ce 701874 
tor-geoipdb_0.2.0.27-rc-1_all.deb
 73d519c113911241af48e874f5c2771b6c6e5ed62dc77b86624115a567a729fd 1201970 
tor_0.2.0.27-rc-1_i386.deb
 472d50e218c4f8762ca365cf618cc72061ad502cda8e7c170b1cd17923d8c627 837856 
tor-dbg_0.2.0.27-rc-1_i386.deb
Files: 
 a5954a8eca2225192134d2471e9fcce3 1177 comm optional tor_0.2.0.27-rc-1.dsc
 f7ddfbf9bfa4c8584a1fc9a506b93cc0 2131198 comm optional 
tor_0.2.0.27-rc.orig.tar.gz
 8d43cced462ebfbb2188ab4a79f6e704 77116 comm optional tor_0.2.0.27-rc-1.diff.gz
 f9d2eaa896b0166bcb580ce01744ec10 701874 comm extra 
tor-geoipdb_0.2.0.27-rc-1_all.deb
 214fbf35500a939339c007dfe3d3f7eb 1201970 comm optional 
tor_0.2.0.27-rc-1_i386.deb
 f1546f55832125b29915f093b74a9acd 837856 comm extra 
tor-dbg_0.2.0.27-rc-1_i386.deb

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

iD8DBQFIStqRz/ccs6+kS90RAiI3AJwL+h/NTn5Zzd87al7jMywnmVONBwCgkTii
F+lWbDbfCAisEvKqVq3Q3Jo=
=rl3N
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.0.27-rc-1_i386.deb
  to pool/main/t/tor/tor-dbg_0.2.0.27-rc-1_i386.deb
tor-geoipdb_0.2.0.27-rc-1_all.deb
  to pool/main/t/tor/tor-geoipdb_0.2.0.27-rc-1_all.deb
tor_0.2.0.27-rc-1.diff.gz
  to pool/main/t/tor/tor_0.2.0.27-rc-1.diff.gz
tor_0.2.0.27-rc-1.dsc
  to pool/main/t/tor/tor_0.2.0.27-rc-1.dsc
tor_0.2.0.27-rc-1_i386.deb
  to pool/main/t/tor/tor_0.2.0.27-rc-1_i386.deb
tor_0.2.0.27-rc.orig.tar.gz
  to pool/main/t/tor/tor_0.2.0.27-rc.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted javascript-common 3 (source all)

2008-06-09 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  9 Jun 2008 16:32:00 +0200
Source: javascript-common
Binary: javascript-common
Architecture: source all
Version: 3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 javascript-common - Base support for javascript library packages
Closes: 485211
Changes: 
 javascript-common (3) unstable; urgency=medium
 .
   * Adding httpd alternative to apache2 recommends, thanks to Gregory
 Colpart [EMAIL PROTECTED] (Closes: #485211).
   * Removing superfluous lintian override from debhelper install file,
 this is already taken care of by the lintian debhelper.
   * Using lintian debhelper to install lintian overrides.
   * Updating package to debhelper 7.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 c14df43e35e3a3c58a5b7ed4b2e59189128b5879 1032 javascript-common_3.dsc
 aa1f99929afd7c6decd7b2d4f5c91a7e1551e068 2785 javascript-common_3.tar.gz
 9a4645af9ebf1138cd6021e75ddfd093252ca518 3414 javascript-common_3_all.deb
Checksums-Sha256: 
 75b099e37b45427b2c5081a2117043679fa7bda6c256da99c408ace2cfb2ef8c 1032 
javascript-common_3.dsc
 9e628eb2e60617d503f477fd6a9d0cc1543547d9210f6f9b8715823bed94ba9f 2785 
javascript-common_3.tar.gz
 4d3dcd1ed2865bd0903de571f3bd95dffb505ac41371d6929db313ee416bcd96 3414 
javascript-common_3_all.deb
Files: 
 e8b71a87ceda4182d3a31d6e43eb6b92 1032 web optional javascript-common_3.dsc
 4ca11294cb1bb3275e89a0a4a1ef2cc8 2785 web optional javascript-common_3.tar.gz
 d1d583588d27207235cef37f47aff6bb 3414 web optional javascript-common_3_all.deb

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

iEYEARECAAYFAkhNP1UACgkQ+C5cwEsrK546cACcDeDxCtim4rX1Z0hZxfo7kzQv
BqcAnRXPl7BcNbHdFbmAoT2AIEnSlvuF
=xdZz
-END PGP SIGNATURE-


Accepted:
javascript-common_3.dsc
  to pool/main/j/javascript-common/javascript-common_3.dsc
javascript-common_3.tar.gz
  to pool/main/j/javascript-common/javascript-common_3.tar.gz
javascript-common_3_all.deb
  to pool/main/j/javascript-common/javascript-common_3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted unbound 1.0.0-1 (source amd64)

2008-06-09 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 14:13:28 -0400
Source: unbound
Binary: unbound libunbound0 libunbound-dev
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description: 
 libunbound-dev - static library, header files, and docs for libunbound
 libunbound0 - library implementing DNS resolution and validation
 unbound- validating, recursive, caching DNS resolver
Closes: 482277
Changes: 
 unbound (1.0.0-1) unstable; urgency=low
 .
   * Initial release; closes: #482277.
Checksums-Sha1: 
 b427c27af9238467cad8ad16306f425f3d892c14 1035 unbound_1.0.0-1.dsc
 a837407d866f0918547c6122f8f654c219b4b51f 3554571 unbound_1.0.0.orig.tar.gz
 4e6056991ab59663cd82260f7181d4feaec5e504 11214 unbound_1.0.0-1.diff.gz
 def1003158f46eaf54d304834aa37316f9fff541 343122 unbound_1.0.0-1_amd64.deb
 ac0a7cece9ddd8a3f14c2f331c4ea1f028a172af 195116 libunbound0_1.0.0-1_amd64.deb
 db1a6d765e3dfe0f1a9301a69a98f065a0937dae 233054 
libunbound-dev_1.0.0-1_amd64.deb
Checksums-Sha256: 
 66bc314806146adb42b3f42185db5c4819ea31127634c9df0da7d140ecbb1f90 1035 
unbound_1.0.0-1.dsc
 48e27905cb2cbde604252fbdd19dcd915a3b970c55f2ba2a033dac02048de1fe 3554571 
unbound_1.0.0.orig.tar.gz
 9a0f956faf88bf239b69df7b80b5cc454185130c505d672dffd069263c2429d4 11214 
unbound_1.0.0-1.diff.gz
 6f793f49648e7403e82d8fd906c8c152240d63174b249b703d38d4e68c9fde32 343122 
unbound_1.0.0-1_amd64.deb
 99ca45830bc8a3e9e7a619bf10217897058c3a64456a29f7aec5aa1782015e0b 195116 
libunbound0_1.0.0-1_amd64.deb
 718d6dac90635daf919639139819ab76d4a498bce22cdb4920cc7526ced24018 233054 
libunbound-dev_1.0.0-1_amd64.deb
Files: 
 bad5b8b069c074bce00adb19ff69a76c 1035 net optional unbound_1.0.0-1.dsc
 05b7532c26e6005f7575d04fc44fb893 3554571 net optional unbound_1.0.0.orig.tar.gz
 d8b310b53e8ecb2e3c2bcb57a337edb2 11214 net optional unbound_1.0.0-1.diff.gz
 61bee1c45c772ef94c52b3459c559ce1 343122 net optional unbound_1.0.0-1_amd64.deb
 7bc18572a758d1eaca835f0514ae8335 195116 net optional 
libunbound0_1.0.0-1_amd64.deb
 983f4bc61449c18bdd3f027461b1e7cd 233054 net optional 
libunbound-dev_1.0.0-1_amd64.deb

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

iD8DBQFIOPozdp+/SHMBQJERAjhJAJ4h12VnMS+nbesoptvvNUlDdllkwgCfdoYB
+1t7P5Wj48ddq8UcnEXUzJ4=
=2fdr
-END PGP SIGNATURE-


Accepted:
libunbound-dev_1.0.0-1_amd64.deb
  to pool/main/u/unbound/libunbound-dev_1.0.0-1_amd64.deb
libunbound0_1.0.0-1_amd64.deb
  to pool/main/u/unbound/libunbound0_1.0.0-1_amd64.deb
unbound_1.0.0-1.diff.gz
  to pool/main/u/unbound/unbound_1.0.0-1.diff.gz
unbound_1.0.0-1.dsc
  to pool/main/u/unbound/unbound_1.0.0-1.dsc
unbound_1.0.0-1_amd64.deb
  to pool/main/u/unbound/unbound_1.0.0-1_amd64.deb
unbound_1.0.0.orig.tar.gz
  to pool/main/u/unbound/unbound_1.0.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pioneers 0.12.2-1 (source all i386)

2008-06-09 Thread Bas Wijnen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2008 10:34:21 +0200
Source: pioneers
Binary: pioneers pioneers-console pioneers-data pioneers-console-data 
pioneers-ai pioneers-client pioneers-help pioneers-meta-server 
pioneers-server-console pioneers-server-data pioneers-server-gtk
Architecture: source all i386
Version: 0.12.2-1
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen [EMAIL PROTECTED]
Changed-By: Bas Wijnen [EMAIL PROTECTED]
Description: 
 pioneers   - the Settlers of Catan board game
 pioneers-ai - pioneers transitional package
 pioneers-client - pioneers transitional package
 pioneers-console - the Settlers of Catan board game - console parts
 pioneers-console-data - the Settlers of Catan board game - data files
 pioneers-data - the Settlers of Catan board game - data files
 pioneers-help - pioneers transitional package
 pioneers-meta-server - pioneers transitional package
 pioneers-server-console - pioneers transitional package
 pioneers-server-data - pioneers transitional package
 pioneers-server-gtk - pioneers transitional package
Closes: 466387 472336 480527 480963 481023 481475 482451 482452 482603 482802
Changes: 
 pioneers (0.12.2-1) unstable; urgency=low
 .
   * New upstream release. (closes: #480527)
   * Let init script depend on $syslog. (closes: #472336)
   * Add dummy packages for easy upgrading. (closes: #466387)
   * Add debconf questions to edit /etc/default/pioneers-console
 (closes: #480963, #481023, #481475, #482451, #482603, #482452, #482802).
 This caused a new lintian warning, for which a bug is filed (#482795).
Checksums-Sha1: 
 e73ba6e8d44b53f7fda610ad8495893c79496d7d 1540 pioneers_0.12.2-1.dsc
 d2d68d5933f50dd4314988457de75e2a763ea112 2762916 pioneers_0.12.2.orig.tar.gz
 412d1b30654893f1ebfd535956075cdcccae7d54 16279 pioneers_0.12.2-1.diff.gz
 841f60a5adf5a9fbc05114ee5b1f8625680e20fe 1806704 pioneers-data_0.12.2-1_all.deb
 ef16e89ff5789036784a722809c776dc51f8e159 299316 
pioneers-console-data_0.12.2-1_all.deb
 36101dbe5d0a08b0e1725f6dd37db42a7f5fc06f 63204 pioneers-ai_0.12.2-1_all.deb
 19ea5a6bbe70a6d708879f6687fe1994b02dffef 63210 pioneers-client_0.12.2-1_all.deb
 085cf7327cca7b635ccdb471667b065478e99402 63208 pioneers-help_0.12.2-1_all.deb
 9337d092a8943d0626e2a39304563646150b3d0d 63228 
pioneers-meta-server_0.12.2-1_all.deb
 d88a1195a1e0e675c235e06de2733769fbb0fbff 63224 
pioneers-server-console_0.12.2-1_all.deb
 f4b95d8088f15566b1269d061b2d2754f415fefa 63224 
pioneers-server-data_0.12.2-1_all.deb
 0534897b0040b84b78070b79cf24c10d245a060f 63216 
pioneers-server-gtk_0.12.2-1_all.deb
 2e53bc2be254fb2f1ad26e02718c12ef4c5c70b0 319852 pioneers_0.12.2-1_i386.deb
 a02f4b40d45393e2f50ed1bfc80c5c9da8904296 198940 
pioneers-console_0.12.2-1_i386.deb
Checksums-Sha256: 
 4c1214dbb099727f72585549140a28cbd587924a8a8aaf5cd635e19d55f92f57 1540 
pioneers_0.12.2-1.dsc
 663df1ad1c101863285911c6ec9cc016a53496734bebba514d67aa68ebab8bd5 2762916 
pioneers_0.12.2.orig.tar.gz
 1eb1b892c3d4e738f1dd5fdf2aad8f7d11e70e959ffa9273804e8010cde136cb 16279 
pioneers_0.12.2-1.diff.gz
 f9e891bd685f8f07b2ae3662aba41157001f3479c3287b98b722e59e1fce7980 1806704 
pioneers-data_0.12.2-1_all.deb
 0076d60e96a70919b20a0ddd63fbf7860e072173ac0ea5aa68b91a27e6c50fed 299316 
pioneers-console-data_0.12.2-1_all.deb
 ad0212e18d5fb72467b1161746dab53464fcfc90562d3246ad54d8b11f9ed157 63204 
pioneers-ai_0.12.2-1_all.deb
 84a1aa9744a96c5460b67770d3fae06884719a3a4bddf2381c86f10062836295 63210 
pioneers-client_0.12.2-1_all.deb
 3274472b248d7d70c8df2cd91fe9025657728075bf2d50871eef2bbba0d47303 63208 
pioneers-help_0.12.2-1_all.deb
 2f6e0e1373148f7dbc526b16cd642c6b72b90e59519467a0ee79797588571081 63228 
pioneers-meta-server_0.12.2-1_all.deb
 f9bb0d543ea0713d9487566e9230f93f00e2a602c338ea067fdd4b1a9002c19c 63224 
pioneers-server-console_0.12.2-1_all.deb
 a2ddd48dbe43af1a5d0afa14c5b4845a7be848ddfd307eecfe2d33c8f6d93f1d 63224 
pioneers-server-data_0.12.2-1_all.deb
 af24494ec6bed97cc51de7dc401f2a65a7485a658ce5d7f20d7f1074f6037615 63216 
pioneers-server-gtk_0.12.2-1_all.deb
 591a58597d32421dbdf5614c49e8e0a22ef74a4fc6c6531a17d6839948b5bc35 319852 
pioneers_0.12.2-1_i386.deb
 43856aabc31b76d2bbbc1c07629e82754e3fb91794aabd1061da0e05e43367eb 198940 
pioneers-console_0.12.2-1_i386.deb
Files: 
 d2c92339f84a37c49cd6635059af82be 1540 games optional pioneers_0.12.2-1.dsc
 d7d7a542e438a25826bbe59c21fdc2b5 2762916 games optional 
pioneers_0.12.2.orig.tar.gz
 0eeaaf9dd6ed2d540772fea621d92e5c 16279 games optional pioneers_0.12.2-1.diff.gz
 ae5f8d6958adf3f3da31be835b4fcb9a 1806704 games optional 
pioneers-data_0.12.2-1_all.deb
 cc3c815e94acab830fdb7cd3507867dd 299316 games optional 
pioneers-console-data_0.12.2-1_all.deb
 c760121518ce532a91e3b5ceb134c0a9 63204 games optional 
pioneers-ai_0.12.2-1_all.deb
 3a3e717db771d7c17ccf1e10881cad0b 63210 games optional 
pioneers-client_0.12.2-1_all.deb
 cab3a96197305def0882fe70a7c8137c 63208 games optional 
pioneers-help_0.12.2-1_all.deb
 

Accepted asio 1.1.0-2 (source all)

2008-06-09 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 07:36:55 +0200
Source: asio
Binary: libasio-dev libasio-doc
Architecture: source all
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Simon Richter [EMAIL PROTECTED]
Changed-By: Simon Richter [EMAIL PROTECTED]
Description: 
 libasio-dev - cross-platform C++ library for network programming
 libasio-doc - cross-platform C++ library for network programming
Changes: 
 asio (1.1.0-2) unstable; urgency=low
 .
   * Allow use together with boost 1.35
   * Correct name of DEB_BUILD_OPTIONS variable
Checksums-Sha1: 
 468b40aca26b157943dbd74ed7b528dbe2a1af25 1140 asio_1.1.0-2.dsc
 9a6bb20423ce0848c7c976b677df4569cc56ea72 2832 asio_1.1.0-2.diff.gz
 4ab4eafabd3d1544085705b92caaceda98716796 181886 libasio-dev_1.1.0-2_all.deb
 5dd3ac39ee824de2e153eb898f0a28096090e76e 585090 libasio-doc_1.1.0-2_all.deb
Checksums-Sha256: 
 1076b55ed5b758f9fda96f19463185396ca51548365ea73c902d589a2ff49eb5 1140 
asio_1.1.0-2.dsc
 07d485929a397d165689dfb6d46ede54e53ea83ccef53ad31b07bf32bd853138 2832 
asio_1.1.0-2.diff.gz
 dffdebb3f6fd07a11f9964419f530162744a1b929003e4b33040d76eafc33a4e 181886 
libasio-dev_1.1.0-2_all.deb
 67be18c74d5cbad718ec7deaa4549f91223c089b3cb75ecc5bfed12c93e844e2 585090 
libasio-doc_1.1.0-2_all.deb
Files: 
 c3fb0d45dcf107d2187608f84a2f3e75 1140 devel optional asio_1.1.0-2.dsc
 08cc8c4b5365426bd26b5f97c0f4ac69 2832 devel optional asio_1.1.0-2.diff.gz
 a6a6001cedad6b13e907380af71bb3a7 181886 libdevel optional 
libasio-dev_1.1.0-2_all.deb
 bba26fd869a0470dc5e281476f0e42c9 585090 doc optional 
libasio-doc_1.1.0-2_all.deb

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

iEYEARECAAYFAkhNQA0ACgkQGKDMjVcGpLS26wCfRSuRShn+NPN2fKWJhiR6xyDv
Qz0An29PpM8Kr4KFy+Tmq7siud5ZEYJ+
=rYD6
-END PGP SIGNATURE-


Accepted:
asio_1.1.0-2.diff.gz
  to pool/main/a/asio/asio_1.1.0-2.diff.gz
asio_1.1.0-2.dsc
  to pool/main/a/asio/asio_1.1.0-2.dsc
libasio-dev_1.1.0-2_all.deb
  to pool/main/a/asio/libasio-dev_1.1.0-2_all.deb
libasio-doc_1.1.0-2_all.deb
  to pool/main/a/asio/libasio-doc_1.1.0-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pioneers 0.12.2-2 (source all i386)

2008-06-09 Thread Bas Wijnen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jun 2008 13:13:33 +0200
Source: pioneers
Binary: pioneers pioneers-console pioneers-data pioneers-console-data 
pioneers-ai pioneers-client pioneers-help pioneers-meta-server 
pioneers-server-console pioneers-server-data pioneers-server-gtk
Architecture: source all i386
Version: 0.12.2-2
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen [EMAIL PROTECTED]
Changed-By: Bas Wijnen [EMAIL PROTECTED]
Description: 
 pioneers   - the Settlers of Catan board game
 pioneers-ai - pioneers transitional package
 pioneers-client - pioneers transitional package
 pioneers-console - the Settlers of Catan board game - console parts
 pioneers-console-data - the Settlers of Catan board game - data files
 pioneers-data - the Settlers of Catan board game - data files
 pioneers-help - pioneers transitional package
 pioneers-meta-server - pioneers transitional package
 pioneers-server-console - pioneers transitional package
 pioneers-server-data - pioneers transitional package
 pioneers-server-gtk - pioneers transitional package
Closes: 484332
Changes: 
 pioneers (0.12.2-2) unstable; urgency=low
 .
   * Add Russion debconf translation. (closes: #484332)
Checksums-Sha1: 
 7c5b86281104b1391498f5276f22fc2f114aa431 1540 pioneers_0.12.2-2.dsc
 c01a612bdd899578399ef66f90d4397485fa4df5 17416 pioneers_0.12.2-2.diff.gz
 181855deeeb527a418169f3cd8964111027cbaa2 1803832 pioneers-data_0.12.2-2_all.deb
 e547bb6c3be92eae807fec613b7a0fcc226b4d34 298886 
pioneers-console-data_0.12.2-2_all.deb
 37bff37a65c2d37fbd2d576755c0ed774937bae2 63334 pioneers-ai_0.12.2-2_all.deb
 6d99cea0b1d14d523f3d4ca5029005791f98665c 63330 pioneers-client_0.12.2-2_all.deb
 904a8df51c9c41366540875bc4cf47769318435d 63338 pioneers-help_0.12.2-2_all.deb
 ab9b3c3c8e2f51c45f59e4721d81264674d3ef77 63356 
pioneers-meta-server_0.12.2-2_all.deb
 a4178a85bc61d25d0aa88415dd5c0b0baa39e3a6 63352 
pioneers-server-console_0.12.2-2_all.deb
 b639731aa2959f9dcaf0ec9aad87ade6ab49063e 63356 
pioneers-server-data_0.12.2-2_all.deb
 49d90b2d9b8d3ad5fb7b3d54b2f408cca1e7c2cf 63342 
pioneers-server-gtk_0.12.2-2_all.deb
 3dbd59b737cf623a16c9680cd78c05553409872b 320444 pioneers_0.12.2-2_i386.deb
 8e2f9a97cbf8e0b8546108e68e028feed741368d 200388 
pioneers-console_0.12.2-2_i386.deb
Checksums-Sha256: 
 f5a4e68e719c3adce7821b9f12c9daff8e73f83508767703b72d4686402e 1540 
pioneers_0.12.2-2.dsc
 6ff3c5d0889f80c4280193223dfe8a414ac43d2dfe9f7daece84d6c477dbebce 17416 
pioneers_0.12.2-2.diff.gz
 f369d9ba8c9f8c77fbb3ca7862bfbb5609a1968972e0a3987e8ca94d7ec66d6e 1803832 
pioneers-data_0.12.2-2_all.deb
 6ccd4987dcdc8afeb98b11862946c9bc3886ce6964dcc4315fdcb6e99d1c7967 298886 
pioneers-console-data_0.12.2-2_all.deb
 0e8bfe93d173b9db0d8ac68da9d0d51a30e05926a07ebc98af59b17a0c4e4c2f 63334 
pioneers-ai_0.12.2-2_all.deb
 df1ae411b99621ad23c88d4380056f3c5acdb7caacc8989954b64fe6835b 63330 
pioneers-client_0.12.2-2_all.deb
 9f0d5681b8aa19b30329a4ce44303ca9239f1ee8adb3174ebe0ac88d7d9b07c3 63338 
pioneers-help_0.12.2-2_all.deb
 22ba3d26b3b630926f13b0ca6d7c29b2d83280f511d64a31aafcaff7e927b69a 63356 
pioneers-meta-server_0.12.2-2_all.deb
 92077173486c84c6be31b8e0deba176619145077686ac627c65b045d51e14979 63352 
pioneers-server-console_0.12.2-2_all.deb
 084291557a44b0574a0617edd068a4c5e3379fd4cd2db0bc98a2fa3ad4f7a300 63356 
pioneers-server-data_0.12.2-2_all.deb
 4c413dd40b4c96d048b65a5aa669a9828df29c027c85d6a8dbb54f7362fcfd3d 63342 
pioneers-server-gtk_0.12.2-2_all.deb
 5b6c6fd26b51eeea63daa0ee19160a1ee7cccf2c9061975b7c1064df1b6346c7 320444 
pioneers_0.12.2-2_i386.deb
 f56a945ad683ffdc82112eaf6fcde5c33bc343d29c3c3b186e76544ee17e3864 200388 
pioneers-console_0.12.2-2_i386.deb
Files: 
 9a43bc1b08328f93ed039ebeb0248378 1540 games optional pioneers_0.12.2-2.dsc
 f8dbf8671bb6e4b53684e67420d0fb1d 17416 games optional pioneers_0.12.2-2.diff.gz
 905eff401d00f2652f8a7653aaa85237 1803832 games optional 
pioneers-data_0.12.2-2_all.deb
 d96ebcdc4b1eb5a6e4282070666d1ebd 298886 games optional 
pioneers-console-data_0.12.2-2_all.deb
 447914221e0648dc7d65ae96163e340b 63334 games optional 
pioneers-ai_0.12.2-2_all.deb
 9ea08875b31864360c5a91d1224adb59 63330 games optional 
pioneers-client_0.12.2-2_all.deb
 c4f4ef8d79ee65b677c9f55f1b387947 63338 games optional 
pioneers-help_0.12.2-2_all.deb
 bf6f3195473a1645f12b011976f00530 63356 games optional 
pioneers-meta-server_0.12.2-2_all.deb
 667afc1c51eca3889c83ff8346078cd2 63352 games optional 
pioneers-server-console_0.12.2-2_all.deb
 2fe50be06f1352cfbba02f51462be01e 63356 games optional 
pioneers-server-data_0.12.2-2_all.deb
 a63795122694196698ff89157a5b871f 63342 games optional 
pioneers-server-gtk_0.12.2-2_all.deb
 42c4af079f09c8f0ec0fa57ea8b8ffc6 320444 games optional 
pioneers_0.12.2-2_i386.deb
 683851a46a0beee0d603f65aa8c66bfb 200388 games optional 
pioneers-console_0.12.2-2_i386.deb

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


Accepted k3b 1.0.5-1 (source all amd64)

2008-06-09 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jun 2008 14:07:47 +1200
Source: k3b
Binary: k3b k3b-data libk3b-dev libk3b3 libk3b3-extracodecs
Architecture: source all amd64
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 k3b- A sophisticated KDE CD burning application
 k3b-data   - A sophisticated KDE CD burning application - data files
 libk3b-dev - The KDE cd burning application library - development files
 libk3b3- The KDE cd burning application library - runtime files
 libk3b3-extracodecs - The KDE cd burning application library - extra decoders
Closes: 465430 483218
Changes: 
 k3b (1.0.5-1) unstable; urgency=low
 .
   * New upstream release (closes: #465430, #483218)
   * Remove the kubuntu prefix on debian/patches/kubuntu*
Checksums-Sha1: 
 68097b67b91cedce05cc4d93a77e451cbc38d729 1527 k3b_1.0.5-1.dsc
 6b594137e681b59af50b27b190774d35eaa766cc 6576709 k3b_1.0.5.orig.tar.gz
 cf4351b6ec13c343bc9fa223828ed7d0505b9f77 31909 k3b_1.0.5-1.diff.gz
 f23551cf0ba7b3f56b6fe1496235aee306e0b918 4361436 k3b-data_1.0.5-1_all.deb
 0ac0283cedce997e43b40116e3875d1c26fe14fb 813374 k3b_1.0.5-1_amd64.deb
 88df164f6ae4ad52068107d2e3ce4d0eecd0b4b0 128100 libk3b-dev_1.0.5-1_amd64.deb
 08a7b87938853df343506ef8e5d2e80455ea02f9 1163636 libk3b3_1.0.5-1_amd64.deb
 0c5c96abab478e06f54f0582ce5774b7be50a523 48390 
libk3b3-extracodecs_1.0.5-1_amd64.deb
Checksums-Sha256: 
 8e059f784a95c40d3ad496641dd401f60d6638891f12a9cf50820b3fb2a95a5e 1527 
k3b_1.0.5-1.dsc
 80e781351e1d91c202ed4e29fce7c313956a4e6c179a65abc46947690ff988ea 6576709 
k3b_1.0.5.orig.tar.gz
 faba38b9002d7bde8d615a5c6f651a22cf50f35e849400ae2fc79782ff9b96b7 31909 
k3b_1.0.5-1.diff.gz
 2befe0f2c1e3c493782416bd875524ff4679e64f9f9472964c5b7f639b8cce28 4361436 
k3b-data_1.0.5-1_all.deb
 8283109d653292e4b3281470ade1baeda74eb093b11d4adc0f4512fb9247a960 813374 
k3b_1.0.5-1_amd64.deb
 9023cd4a1d1b04c5f0f9061138caad270c7cab7aad3a2ca25d1c931ee646c769 128100 
libk3b-dev_1.0.5-1_amd64.deb
 a70ee35aad3c65c24a4ad855f473339168ba1074d05720aca03570c6c6ed39a2 1163636 
libk3b3_1.0.5-1_amd64.deb
 a611f26aecd618c5d6ac634d7533251f08e4785380b0355eeb974a4eb291656e 48390 
libk3b3-extracodecs_1.0.5-1_amd64.deb
Files: 
 480e479b6daaf60debca41d59f23c267 1527 kde optional k3b_1.0.5-1.dsc
 15b42efad626463c5a46721ae4c98d51 6576709 kde optional k3b_1.0.5.orig.tar.gz
 da192d8f696eee3d43bce6546da3b806 31909 kde optional k3b_1.0.5-1.diff.gz
 c642da3110b2822b7c3c3290b8fb61ac 4361436 kde optional k3b-data_1.0.5-1_all.deb
 6ae4ffc8ba7c36a97f16274ddf4ec7b3 813374 kde optional k3b_1.0.5-1_amd64.deb
 583e8372a30d4dfb8d14e907e35f8b58 128100 libdevel optional 
libk3b-dev_1.0.5-1_amd64.deb
 a87862f99d3ec83820af5316a20e6619 1163636 libs optional 
libk3b3_1.0.5-1_amd64.deb
 0834d1e5e297212d77d2fb5b9fd3a254 48390 libs optional 
libk3b3-extracodecs_1.0.5-1_amd64.deb

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

iD8DBQFIRKwtScUZKBnQNIYRAjAtAKCI/BTZ5+vT/Xs+tXysP2bwSNBnBgCgh3cR
qSK9CmNExAaZHW4sDk28lDE=
=PzpD
-END PGP SIGNATURE-


Accepted:
k3b-data_1.0.5-1_all.deb
  to pool/main/k/k3b/k3b-data_1.0.5-1_all.deb
k3b_1.0.5-1.diff.gz
  to pool/main/k/k3b/k3b_1.0.5-1.diff.gz
k3b_1.0.5-1.dsc
  to pool/main/k/k3b/k3b_1.0.5-1.dsc
k3b_1.0.5-1_amd64.deb
  to pool/main/k/k3b/k3b_1.0.5-1_amd64.deb
k3b_1.0.5.orig.tar.gz
  to pool/main/k/k3b/k3b_1.0.5.orig.tar.gz
libk3b-dev_1.0.5-1_amd64.deb
  to pool/main/k/k3b/libk3b-dev_1.0.5-1_amd64.deb
libk3b3-extracodecs_1.0.5-1_amd64.deb
  to pool/main/k/k3b/libk3b3-extracodecs_1.0.5-1_amd64.deb
libk3b3_1.0.5-1_amd64.deb
  to pool/main/k/k3b/libk3b3_1.0.5-1_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bind9 1:9.5.0~rc1-1 (source all i386)

2008-06-09 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 15 May 2008 17:59:54 -0600
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-40 libdns42 
libisc41 liblwres40 libisccc40 libisccfg40 dnsutils lwresd
Architecture: all i386 source 
Version: 1:9.5.0~rc1-1
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-40 - BIND9 Shared Library used by BIND
 libdns42   - DNS Shared Library used by BIND
 libisc41   - ISC Shared Library used by BIND
 libisccc40 - Command Channel Library used by BIND
 libisccfg40 - Config File Handling Library used by BIND
 liblwres40 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 473460
Launchpad-Bugs-Fixed: 203087 204658
Changes: 
 bind9 (1:9.5.0~rc1-1) experimental; urgency=low
 .
   [Patrick Winnertz]
 .
   * postinst: make add debconf support.  Closes: #473460
 .
   [Jamie Strandboge]
 .
   * debian/bind9.preinst: Apparmor force-complain on upgrade without
 existing profile.  LP: #204658
 .
   [LaMont Jones]
 .
   * bind9utils: fix typos in .install
   * host: manpage inaccurately describes default query.  LP: #203087
   * apparmor: add dnscvsutil package files
   * Revert Only use capabilities if they are present. for merge of 9.5.0rc1.
   * soname: libdns41 - 42
   * fix typos in debconf patch, #473460
   * cleanup more files in clean target
   * lwresd Depends: adduser
Files: 
 13c3ba12993585f1605941037a258332 23348 libs optional 
libisccc40_9.5.0~rc1-1_i386.deb
 26ba0a02275cf0f9b05d439ced352bc1 1109766 libdevel optional 
libbind-dev_9.5.0~rc1-1_i386.deb
 37b49c402b28b6917b4b8d2c48d6f813 39734 libs optional 
libisccfg40_9.5.0~rc1-1_i386.deb
 3a329e05c3894b6d68947025e9ea55a9 44740 net standard 
bind9-host_9.5.0~rc1-1_i386.deb
 3b7df0c2422610f07f81cee14909adae 250938 net optional bind9_9.5.0~rc1-1.diff.gz
 4cfceba8f22a263c6938a42c274dbfa6 113244 net standard 
dnsutils_9.5.0~rc1-1_i386.deb
 5442ffe340d0c647a2c50d5bd464f980 169940 net optional 
lwresd_9.5.0~rc1-1_i386.deb
 76a28ae0bc28102565cbd4b363748beb 522764 libs standard 
libdns42_9.5.0~rc1-1_i386.deb
 7fcfec2f4a99e178d7d42b770483d7e6 40374 libs standard 
liblwres40_9.5.0~rc1-1_i386.deb
 9041a2605b9337a7c945b5e5ffaba37a 86514 net optional 
bind9utils_9.5.0~rc1-1_i386.deb
 9254740e474d7a96c765804f624f350e 5194476 net optional 
bind9_9.5.0~rc1.orig.tar.gz
 ef666f9e6b58ab894212f8fe57610faa 893 net optional bind9_9.5.0~rc1-1.dsc
 c9772bc0898a242bdcec3506ab2d81c4 136698 libs standard 
libisc41_9.5.0~rc1-1_i386.deb
 d01a556e3d456ac105d51f55faeec4cc 212606 net optional bind9_9.5.0~rc1-1_i386.deb
 e02057a4f546b7a22f13957d166f5d19 253434 doc optional 
bind9-doc_9.5.0~rc1-1_all.deb
 f9ae6dd3785d8e43958ff225a736613f 28276 libs standard 
libbind9-40_9.5.0~rc1-1_i386.deb

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

iD8DBQFIOiemzN/kmwoKyScRAmwyAJ4uJWSiJwinRAMia16A+VQrVQhwSQCfUII3
x8xuc0cQJrsTzF/HJDo0t9s=
=8XqS
-END PGP SIGNATURE-


Accepted:
bind9-doc_9.5.0~rc1-1_all.deb
  to pool/main/b/bind9/bind9-doc_9.5.0~rc1-1_all.deb
bind9-host_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/bind9-host_9.5.0~rc1-1_i386.deb
bind9_9.5.0~rc1-1.diff.gz
  to pool/main/b/bind9/bind9_9.5.0~rc1-1.diff.gz
bind9_9.5.0~rc1-1.dsc
  to pool/main/b/bind9/bind9_9.5.0~rc1-1.dsc
bind9_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/bind9_9.5.0~rc1-1_i386.deb
bind9_9.5.0~rc1.orig.tar.gz
  to pool/main/b/bind9/bind9_9.5.0~rc1.orig.tar.gz
bind9utils_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/bind9utils_9.5.0~rc1-1_i386.deb
dnsutils_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/dnsutils_9.5.0~rc1-1_i386.deb
libbind-dev_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libbind-dev_9.5.0~rc1-1_i386.deb
libbind9-40_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libbind9-40_9.5.0~rc1-1_i386.deb
libdns42_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libdns42_9.5.0~rc1-1_i386.deb
libisc41_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libisc41_9.5.0~rc1-1_i386.deb
libisccc40_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libisccc40_9.5.0~rc1-1_i386.deb
libisccfg40_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/libisccfg40_9.5.0~rc1-1_i386.deb
liblwres40_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/liblwres40_9.5.0~rc1-1_i386.deb
lwresd_9.5.0~rc1-1_i386.deb
  to pool/main/b/bind9/lwresd_9.5.0~rc1-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cups 1.3.7-6 (source all amd64)

2008-06-09 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 May 2008 00:32:17 +0200
Source: cups
Binary: libcups2 libcupsimage2 cups cups-client libcups2-dev libcupsimage2-dev 
cups-bsd cups-common cups-dbg cupsys cupsys-client cupsys-bsd cupsys-dbg 
libcupsys2 libcupsys2-dev
Architecture: source all amd64
Version: 1.3.7-6
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cupsys - Common UNIX Printing System (transitional package)
 cupsys-bsd - Common UNIX Printing System (transitional package)
 cupsys-client - Common UNIX Printing System (transitional package)
 cupsys-dbg - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - libs
 libcups2-dev - Common UNIX Printing System(tm) - development files
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System (transitional package)
 libcupsys2-dev - Common UNIX Printing System (transitional package)
Closes: 474109 482296
Changes: 
 cups (1.3.7-6) unstable; urgency=low
 .
   * Rename the package to cups. This is the proper upstream name. Upstream has
 made it clear that the usual distro patches are not a trademark violation.
 This unbreaks all the documentation out there, which refers to cups, not
 cupsys (including names of the init script), as well as unbreaks
 dependencies of openprinting.org's LSB printer driver packages.
 (Closes: #482296, LP: #233790)
   * debian/cups.{config,postinst}: Remove some old cruft.
   * debian/cups.preinst: Move conffiles to new names on upgrades, in a dpkg
 conffile question avoiding manner.
   * debian/cupsys.install: Install oopstops.{convs,types} in /etc/cups, they
 do not work in /usr/share/cups/mime (loaded too early). (Closes: #474109)
Checksums-Sha1: 
 00e6f7f59ca67702134a2239b9f3db67d93d4a93 1768 cups_1.3.7-6.dsc
 8c16344a26d45eecbc06c9986aaca17308a495d1 4700333 cups_1.3.7.orig.tar.gz
 6ad37f69572b47686e8eae48e3ff9bd9d2e9d319 110844 cups_1.3.7-6.diff.gz
 c39068e432a2f8020a7cc7ad9d673791c8924e7d 1129528 cups-common_1.3.7-6_all.deb
 3aa0c9e280bcf97c730b417cc91a9d7418a652c3 48038 cupsys_1.3.7-6_all.deb
 2dbeafcc8cf8832bb4227b9c085103961b05fe5f 48054 cupsys-client_1.3.7-6_all.deb
 0061c08278c287aabcc224740f0c932bbe58f1bc 48050 cupsys-bsd_1.3.7-6_all.deb
 3a43201ad7ff1ea28299a105eb1a22e965317a9a 48050 cupsys-dbg_1.3.7-6_all.deb
 1560a366960ca5bf7acdaac00cfa8df2337a7d94 48050 libcupsys2_1.3.7-6_all.deb
 a522492fadb7cdf284e6a1b5d7b2a4bafbdb55ec 48060 libcupsys2-dev_1.3.7-6_all.deb
 836d822b80b3c729cdeb8973954ba8daf0258cd2 160990 libcups2_1.3.7-6_amd64.deb
 5d08caeec11e1b6370c4eb4090fd2f084b00f46b 94786 libcupsimage2_1.3.7-6_amd64.deb
 20710c8a4acf9f55be2a9bbd3ba1de03babc60fb 1944888 cups_1.3.7-6_amd64.deb
 d27948c3b1526163fc8c0b7900050d2c33140bfd 89774 cups-client_1.3.7-6_amd64.deb
 b8347101b80da51c06c8a5fa87cf888bf4a142fc 391810 libcups2-dev_1.3.7-6_amd64.deb
 923570f9f3496250a91ee36463beaa99c306a527 60586 
libcupsimage2-dev_1.3.7-6_amd64.deb
 4bd68a887c5ba66ab586067cb019e13f2df4d53e 28896 cups-bsd_1.3.7-6_amd64.deb
 8e131c1f168e2f0832e6c6b5a207093a4d107663 1143324 cups-dbg_1.3.7-6_amd64.deb
Checksums-Sha256: 
 7531166eb76b85d783b3ea93a3078b4d9ab5f7a32da359d83cb5e00cd440c849 1768 
cups_1.3.7-6.dsc
 7160cb287b515947abaeb048380ee116c14312d51961d5e7b15043a7d7e304ba 4700333 
cups_1.3.7.orig.tar.gz
 af56cbde33edeedfdacd3b9c7f7e01a00cfbdf5cce749bdde97bd5e2b6f211d8 110844 
cups_1.3.7-6.diff.gz
 7c6d63b65014022a32578f5b11ce9a5ccf667d64f3a10b19395888c53e60925c 1129528 
cups-common_1.3.7-6_all.deb
 d322974d75935e741b007ba4ca82b54f6eba284e340374d96b6b892c321f53e6 48038 
cupsys_1.3.7-6_all.deb
 17de3751d59e45d9cb19df5c13e4234d36dfd832b26e3ac031dfe8c8bd4cc957 48054 
cupsys-client_1.3.7-6_all.deb
 9456078b06f67e25c2287640a833021cd99dc1652f4a92c7570fc4b2c671ac59 48050 
cupsys-bsd_1.3.7-6_all.deb
 f2a3e20b6805b4e113b18a8c2b6aa5b45f61dfc39601365ac9d20120609eb4d4 48050 
cupsys-dbg_1.3.7-6_all.deb
 37d65a31be5f4715f84e4483b3c95f52efe7aeb01ceba56775aa5a12ff3226ed 48050 
libcupsys2_1.3.7-6_all.deb
 c48fb6c1ce1ac84785494587f2d03da2613123fc141fcfc76502fea6551af557 48060 
libcupsys2-dev_1.3.7-6_all.deb
 2668cb7bf729f8e9d24be58a3818e11feba3136dd1151b1ecb5f990a7d0e4529 160990 
libcups2_1.3.7-6_amd64.deb
 f98470e32c67bc6d0884c35666209adf7a8e2c290a042fca41fde72927aa22a1 94786 
libcupsimage2_1.3.7-6_amd64.deb
 9a028f1fb8d535c1268aef3ce31e3bfaab8802116b48e85deacf92c1001d185a 1944888 
cups_1.3.7-6_amd64.deb
 

Accepted k3b 1.0.4-9 (source all amd64)

2008-06-09 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2008 20:43:52 +1200
Source: k3b
Binary: k3b k3b-data libk3b-dev libk3b3 libk3b3-extracodecs
Architecture: source all amd64
Version: 1.0.4-9
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 k3b- A sophisticated KDE CD burning application
 k3b-data   - A sophisticated KDE CD burning application - data files
 libk3b-dev - The KDE cd burning application library - development files
 libk3b3- The KDE cd burning application library - runtime files
 libk3b3-extracodecs - The KDE cd burning application library - extra decoders
Changes: 
 k3b (1.0.4-9) unstable; urgency=low
 .
   * Merging the Ubuntu and Debian packages
 - adding a new libk3b3-extracodecs package for the FFMPEG and MP3 codecs
 - moving to the kde section
 - now uses cdbs to keep track of our patches
Checksums-Sha1: 
 dff13bde32f4d103dfc3a8efae63781a5a16eb30 1530 k3b_1.0.4-9.dsc
 e6e0b311c0c3a16f3302f0d2721dadaa0194d045 292159 k3b_1.0.4-9.diff.gz
 a93e2a16fda4cef23580d08240c81fa696048ffe 4360218 k3b-data_1.0.4-9_all.deb
 08a96e666188b1dddeab2b79decc80539205f320 812934 k3b_1.0.4-9_amd64.deb
 2c8fc4700fea6041094e5f8bf0aaedebcfe5ba14 127046 libk3b-dev_1.0.4-9_amd64.deb
 e8efdbebdc37db76e98f889dff1009b97a071397 1163294 libk3b3_1.0.4-9_amd64.deb
 641f1f244677b4fc74b9de64e9a039d1ff619f90 48258 
libk3b3-extracodecs_1.0.4-9_amd64.deb
Checksums-Sha256: 
 de19be89417004194a32eefe44dd174e2a3ecd8b049e4e378f23e65e67988a30 1530 
k3b_1.0.4-9.dsc
 ac7cc5e8c7823bfa8197bba00396e1dd6a37ee4a960a305ba81871322b143ac7 292159 
k3b_1.0.4-9.diff.gz
 465b48d421015511948702dca49bb75f9ab20ff4c9d4147d2ce10f04e2f22756 4360218 
k3b-data_1.0.4-9_all.deb
 5e144aad485c667e1b7742fab64ce50e5fb7f3773e022008f7c0dee5e016325c 812934 
k3b_1.0.4-9_amd64.deb
 1f5d1d0f31f90b63a862161898c59c77f904e7ff17ff8b8a09ab426d58deb8cd 127046 
libk3b-dev_1.0.4-9_amd64.deb
 3719ee78677b752e232240f6a1897279396c39c069366100dc1e8879178e4e59 1163294 
libk3b3_1.0.4-9_amd64.deb
 ca9f8cbcac9c57a180a29bbe48190832e8a29c70b6edec5d348e2143d7a10447 48258 
libk3b3-extracodecs_1.0.4-9_amd64.deb
Files: 
 139ca1c2e9e07ff1613ceed82c1a0dd9 1530 kde optional k3b_1.0.4-9.dsc
 d1dcc9a6986460fefd1dbf991e8ae780 292159 kde optional k3b_1.0.4-9.diff.gz
 2da82a5c7816509bbb6418731adb5f43 4360218 kde optional k3b-data_1.0.4-9_all.deb
 21c51c917a90a52329e9755c00881bf7 812934 kde optional k3b_1.0.4-9_amd64.deb
 7b9fa99419f15c67a55ed700ca8abe83 127046 libdevel optional 
libk3b-dev_1.0.4-9_amd64.deb
 fe944652da1e7d03aa6a0b55d2617a88 1163294 libs optional 
libk3b3_1.0.4-9_amd64.deb
 6ea2bdabb7ac4e4525b4b94d8f18c347 48258 libs optional 
libk3b3-extracodecs_1.0.4-9_amd64.deb

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

iD8DBQFIOhIXScUZKBnQNIYRAg/iAKCDKLD4a/INGzErIwVdRFhjXBm/qQCglHCd
fLQIviGHJ+mde8zhdqXWRPY=
=iwSB
-END PGP SIGNATURE-


Accepted:
k3b-data_1.0.4-9_all.deb
  to pool/main/k/k3b/k3b-data_1.0.4-9_all.deb
k3b_1.0.4-9.diff.gz
  to pool/main/k/k3b/k3b_1.0.4-9.diff.gz
k3b_1.0.4-9.dsc
  to pool/main/k/k3b/k3b_1.0.4-9.dsc
k3b_1.0.4-9_amd64.deb
  to pool/main/k/k3b/k3b_1.0.4-9_amd64.deb
libk3b-dev_1.0.4-9_amd64.deb
  to pool/main/k/k3b/libk3b-dev_1.0.4-9_amd64.deb
libk3b3-extracodecs_1.0.4-9_amd64.deb
  to pool/main/k/k3b/libk3b3-extracodecs_1.0.4-9_amd64.deb
libk3b3_1.0.4-9_amd64.deb
  to pool/main/k/k3b/libk3b3_1.0.4-9_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bugzilla 3.0.4-2 (source all)

2008-06-09 Thread Raphael Bossek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 May 2008 08:36:53 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek [EMAIL PROTECTED]
Changed-By: Raphael Bossek [EMAIL PROTECTED]
Description: 
 bugzilla3  - web-based bug tracking system
 bugzilla3-doc - comprehensive guide to Bugzilla
Changes: 
 bugzilla (3.0.4-2) unstable; urgency=low
 .
   * Removed /var/www sym-links.
Checksums-Sha1: 
 b0025621d8f075ba8061c229118066e2e6d92466 1192 bugzilla_3.0.4-2.dsc
 b1c637530cac21423b9671aa100b750a5a8a6f86 5502012 bugzilla_3.0.4.orig.tar.gz
 55cf6635e20e5b62a87f50c8a5a0b4f77586e09c 65818 bugzilla_3.0.4-2.diff.gz
 308263ed888d352d5b2da292e30de94b1a536264 1840874 bugzilla3_3.0.4-2_all.deb
 a98f9886711b64722fd1ebdf2d7ef94d88ccec02 712710 bugzilla3-doc_3.0.4-2_all.deb
Checksums-Sha256: 
 afc83a71233c698519db7165e60865c313d97f787c5596f126109e12d4a43545 1192 
bugzilla_3.0.4-2.dsc
 731f4d3e0f457113391d9b19505f83761756086162f2b7b78b089302355ed718 5502012 
bugzilla_3.0.4.orig.tar.gz
 3cf98e0e8af0d8b3209a60cc4d5c26d37120af929a39c20d15d38c1fb14cfed7 65818 
bugzilla_3.0.4-2.diff.gz
 174d36f4e12eb01e5ca9820295cb176f1fa250896a0532e336a85ab356f2e4a9 1840874 
bugzilla3_3.0.4-2_all.deb
 b3d7aad38ba41fa5efc56a7054c73cd85c79dab6d0d0a258dd24673f89a82348 712710 
bugzilla3-doc_3.0.4-2_all.deb
Files: 
 2aa6dca2b50576436b6f5e4555aa0294 1192 web optional bugzilla_3.0.4-2.dsc
 41e55a07ac6a41a6bfb1f849d2e13fec 5502012 web optional 
bugzilla_3.0.4.orig.tar.gz
 b9ea43a42273472dc4b8f04ad66f670e 65818 web optional bugzilla_3.0.4-2.diff.gz
 c596476ec2961c3576fdc641667bba9e 1840874 web optional bugzilla3_3.0.4-2_all.deb
 c74df79cc5a9fdaaa2d7b4326ced3aa2 712710 doc optional 
bugzilla3-doc_3.0.4-2_all.deb

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

iD8DBQFIOpIuN2lBq4Nesv8RArOjAKCqTkA1xUXJv/mQq5CwHc7LcGxevgCfQCXI
cwkHlQqePt9ehXuROLZOGiQ=
=QY2e
-END PGP SIGNATURE-


Accepted:
bugzilla3-doc_3.0.4-2_all.deb
  to pool/main/b/bugzilla/bugzilla3-doc_3.0.4-2_all.deb
bugzilla3_3.0.4-2_all.deb
  to pool/main/b/bugzilla/bugzilla3_3.0.4-2_all.deb
bugzilla_3.0.4-2.diff.gz
  to pool/main/b/bugzilla/bugzilla_3.0.4-2.diff.gz
bugzilla_3.0.4-2.dsc
  to pool/main/b/bugzilla/bugzilla_3.0.4-2.dsc
bugzilla_3.0.4.orig.tar.gz
  to pool/main/b/bugzilla/bugzilla_3.0.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bugzilla 3.0.4-4 (source all)

2008-06-09 Thread Raphael Bossek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 09:53:18 +0200
Source: bugzilla
Binary: bugzilla3 bugzilla3-doc
Architecture: source all
Version: 3.0.4-4
Distribution: unstable
Urgency: low
Maintainer: Raphael Bossek [EMAIL PROTECTED]
Changed-By: Raphael Bossek [EMAIL PROTECTED]
Description: 
 bugzilla3  - web-based bug tracking system
 bugzilla3-doc - comprehensive guide to Bugzilla
Changes: 
 bugzilla (3.0.4-4) unstable; urgency=low
 .
   * Added dependency on libxml-twig-perl so importxml.pl works.
Checksums-Sha1: 
 04b4bc3885a69009e7440454063a429223fae320 1192 bugzilla_3.0.4-4.dsc
 8ce40be8a96309cc2e9a1468615f8694440d853e 66301 bugzilla_3.0.4-4.diff.gz
 097684f30533cc6d3a6d40a800d02e056f25d6ea 1854930 bugzilla3_3.0.4-4_all.deb
 f66c61bb1ab2f55730ff4fbdba8cff0e2f89b9f0 712788 bugzilla3-doc_3.0.4-4_all.deb
Checksums-Sha256: 
 9a26a1fd9548f308afeb5db015dbd571f3ebe7dba4bac5273279b58aa4b03ee9 1192 
bugzilla_3.0.4-4.dsc
 1685c08f8a96544e6ed852dc8650aecdd493bf8ae08bae27736579113ace3e2e 66301 
bugzilla_3.0.4-4.diff.gz
 eea3fdf2a471ff65350959b831b5001428349aa53611bfeafc073e9dcfa43c69 1854930 
bugzilla3_3.0.4-4_all.deb
 1f74d705a10e935519b56f51c07f3bd3d52f8d445740233c2f8a498902a15269 712788 
bugzilla3-doc_3.0.4-4_all.deb
Files: 
 0d4b2c7bff5a1d11669c36bbe5b70950 1192 web optional bugzilla_3.0.4-4.dsc
 767b940dae9f48eb5d51be76093072dc 66301 web optional bugzilla_3.0.4-4.diff.gz
 b3ae2592c68e4658a89acebc3bdd8ca7 1854930 web optional bugzilla3_3.0.4-4_all.deb
 9cafc89a706824f68b9d930020f0aff3 712788 doc optional 
bugzilla3-doc_3.0.4-4_all.deb

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

iD8DBQFIO8snN2lBq4Nesv8RAnTZAJ9LuZ0fHOAZxGjdZZPZHp6SN9IeFgCgmNWf
nWRlXImM175lVMeZQudceUI=
=R95i
-END PGP SIGNATURE-


Accepted:
bugzilla3-doc_3.0.4-4_all.deb
  to pool/main/b/bugzilla/bugzilla3-doc_3.0.4-4_all.deb
bugzilla3_3.0.4-4_all.deb
  to pool/main/b/bugzilla/bugzilla3_3.0.4-4_all.deb
bugzilla_3.0.4-4.diff.gz
  to pool/main/b/bugzilla/bugzilla_3.0.4-4.diff.gz
bugzilla_3.0.4-4.dsc
  to pool/main/b/bugzilla/bugzilla_3.0.4-4.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mysql-dfsg-5.0 5.0.51a-7 (source all amd64)

2008-06-09 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 05 Jun 2008 11:49:45 +0200
Source: mysql-dfsg-5.0
Binary: libmysqlclient15off libmysqlclient15-dev mysql-common mysql-client-5.0 
mysql-server-5.0 mysql-server mysql-client
Architecture: source all amd64
Version: 5.0.51a-7
Distribution: unstable
Urgency: high
Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 libmysqlclient15-dev - MySQL database development files
 libmysqlclient15off - MySQL database client library
 mysql-client - MySQL database client (meta package depending on the latest 
versi
 mysql-client-5.0 - MySQL database client binaries
 mysql-common - MySQL database common files
 mysql-server - MySQL database server (meta package depending on the latest 
versi
 mysql-server-5.0 - MySQL database server binaries
Closes: 480292 480362 480525 480647 480940 481154 481303 484012
Changes: 
 mysql-dfsg-5.0 (5.0.51a-7) unstable; urgency=high
 .
   [ Norbert Tretkowski ]
   * SECURITY:
 Fix for CVE-2008-2079: It was possible to circumvent privileges through
 the creation of MyISAM tables employing the DATA DIRECTORY and INDEX
 DIRECTORY options to overwrite existing table files in the MySQL data
 directory. Use of the MySQL data directory in DATA DIRECTORY and INDEX
 DIRECTORY is now disallowed. Patch from openSUSE 11.0, thanks to Michal
 Marek. (closes: #480292)
   * Fix build on non-linux systems, like hurd-i386. (closes: #480362)
   * Include symlinks for mysqlcheck. (closes: #480647)
 .
   [ Monty Taylor ]
   * Remove ndb_cpcd, as it is only for the NDB test suite and not useful as a
 public program.
   * Fix debian-start.inc.sh for table names with characters needing quotes.
 Thanks Felix Rublack! (closes: #480525, #481154, #481303, #484012)
   * Delete mysql-common.README.Debian. Nothing in it was relevant, and the
 useful information is in mysql-server anyway. (closes: #480940)
   * Remove a spurious HOME= in logrotate script.
Checksums-Sha1: 
 57643d5239c48fd35e785aebdadcb25291c89001 1707 mysql-dfsg-5.0_5.0.51a-7.dsc
 eae09f182999f70bd8215e4a799397b556a80456 299989 
mysql-dfsg-5.0_5.0.51a-7.diff.gz
 7ffb9d13bf57a8a54d0d5369c20eaecc47760ab3 58532 mysql-common_5.0.51a-7_all.deb
 8df20d214330d2d8ea262c8c2640a43581883523 52918 mysql-server_5.0.51a-7_all.deb
 c0a5b912e035ed1aff00392ef109d521ed94837f 50720 mysql-client_5.0.51a-7_all.deb
 0fc0a9c02720f61ef021b0426616b07611d70f33 1903040 
libmysqlclient15off_5.0.51a-7_amd64.deb
 d4ce46af7286c7c218d0d91f93b41c68e164a255 7585870 
libmysqlclient15-dev_5.0.51a-7_amd64.deb
 af19870608a8d1ab910ca31dbb863f9031230e81 8205504 
mysql-client-5.0_5.0.51a-7_amd64.deb
 678aa1f41b27fd1158535eeebb4ede94f1cef931 27145444 
mysql-server-5.0_5.0.51a-7_amd64.deb
Checksums-Sha256: 
 f5842259a650fac6bf89130ac6ef87d7d6f299346fec155397bf998f1751aaee 1707 
mysql-dfsg-5.0_5.0.51a-7.dsc
 d07d5185a7b190d59587b7089d82d45e214a3627fc26cca4aac18596fcce5d03 299989 
mysql-dfsg-5.0_5.0.51a-7.diff.gz
 9ef3aa75b6e809b70fefb1cc8c56c8a7a291abf022a07c1502afa2c9fcb246b5 58532 
mysql-common_5.0.51a-7_all.deb
 d883dee56daeb7bd79ba980d4ba0e1ec88e24015c684506a9ceba8e25210be11 52918 
mysql-server_5.0.51a-7_all.deb
 22cac98b62a24d638e535707e6fafdb9204576482654160e57094f9f11d7e2e9 50720 
mysql-client_5.0.51a-7_all.deb
 90ec8bb7701a37e72bf8b68153a0dc9f340c83f75556897bc81635a093fba124 1903040 
libmysqlclient15off_5.0.51a-7_amd64.deb
 14227ecfe87684c1b7973e1b4204ca23b028e6aba356dbb04e2b3173a4799b0d 7585870 
libmysqlclient15-dev_5.0.51a-7_amd64.deb
 b1d06c3c4bad68a51cfb1454720ca9370de7163abdb78b227a6144213f71 8205504 
mysql-client-5.0_5.0.51a-7_amd64.deb
 b514df7a05efde5313fe13bd76914ba51af5ed8a38c1b930e6ffae9b4171 27145444 
mysql-server-5.0_5.0.51a-7_amd64.deb
Files: 
 d89b2a6c7506199c1871bdc698ebe9a4 1707 misc optional 
mysql-dfsg-5.0_5.0.51a-7.dsc
 9c0bee7e11af2b6ab839ae4aba5a7df1 299989 misc optional 
mysql-dfsg-5.0_5.0.51a-7.diff.gz
 0fd93935fb13f2d037f24d311cd8ad2a 58532 misc optional 
mysql-common_5.0.51a-7_all.deb
 d18928e60b2d4982cbb877be8c7f4e43 52918 misc optional 
mysql-server_5.0.51a-7_all.deb
 75bb116851bc93a5d2a731ad1ec9a007 50720 misc optional 
mysql-client_5.0.51a-7_all.deb
 5b59994bd58924f432f27ff49430f4f2 1903040 libs optional 
libmysqlclient15off_5.0.51a-7_amd64.deb
 76061b0ccfe005dc42641f23947a15d5 7585870 libdevel optional 
libmysqlclient15-dev_5.0.51a-7_amd64.deb
 e08f320969cf95631ed1017e8d46555c 8205504 misc optional 
mysql-client-5.0_5.0.51a-7_amd64.deb
 e7104da281fce2826c89ba146da91ace 27145444 misc optional 
mysql-server-5.0_5.0.51a-7_amd64.deb

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

iD8DBQFITSSLr/RnCw96jQERArbeAJ0dOrzX7nzeU09tQDPihKCncS5tXACeIrV3
OUAe/RsgreYKkaHiylGgeAw=
=PDj+
-END PGP SIGNATURE-


Accepted:
libmysqlclient15-dev_5.0.51a-7_amd64.deb
  to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.51a-7_amd64.deb
libmysqlclient15off_5.0.51a-7_amd64.deb
  to 

Accepted bind9 1:9.5.0.dfsg-0 (source all i386)

2008-06-09 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 29 May 2008 22:05:19 -0600
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-40 libdns42 
libisc41 liblwres40 libisccc40 libisccfg40 dnsutils lwresd
Architecture: all i386 source 
Version: 1:9.5.0.dfsg-0
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-40 - BIND9 Shared Library used by BIND
 libdns42   - DNS Shared Library used by BIND
 libisc41   - ISC Shared Library used by BIND
 libisccc40 - Command Channel Library used by BIND
 libisccfg40 - Config File Handling Library used by BIND
 liblwres40 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 212226 360339 480317
Launchpad-Bugs-Fixed: 227344
Changes: 
 bind9 (1:9.5.0.dfsg-0) experimental; urgency=low
 .
   [Internet Software Consortium, Inc]
 .
   * 9.5.0 release
 .
   [LaMont Jones]
 .
   * Only use capabilities if they are present: reprise.  Closes: #360339, 
#212226
   * control: fix dnsutils description to avoid list reformatting.  Closes: 
#480317
   * build: use the correct directories in dh_shlibdeps invocation
   * build: turn on dlz.  No pgsql or mysql support yet.  LP: #227344
Files: 
 13e1e5c2d7ce04613a46ae3081a845f7 39912 libs optional 
libisccfg40_9.5.0.dfsg-0_i386.deb
 38a653478351b413168eab825bb1003b 254910 doc optional 
bind9-doc_9.5.0.dfsg-0_all.deb
 3ccf9171bdd3b82ba631e52ea63a2fcd 86704 net optional 
bind9utils_9.5.0.dfsg-0_i386.deb
 49da3ddf5f8e0978f76da1d86a6d4a4f 1110006 libdevel optional 
libbind-dev_9.5.0.dfsg-0_i386.deb
 5dc852eaed1241203fc4f9deafcb3a46 251852 net optional bind9_9.5.0.dfsg-0.diff.gz
 66f61c817cf35e311dc6a87a05adb28c 23560 libs optional 
libisccc40_9.5.0.dfsg-0_i386.deb
 6c62b1e108ba916e1d689403d102209a 523012 libs standard 
libdns42_9.5.0.dfsg-0_i386.deb
 6d5f8ed9c929e8a0ed664e74097d21f4 28490 libs standard 
libbind9-40_9.5.0.dfsg-0_i386.deb
 9eae230c2563f78c29664c5b2ef87db8 921 net optional bind9_9.5.0.dfsg-0.dsc
 86abf364c3afd8ca93d87da7e6a03493 5199051 net optional 
bind9_9.5.0.dfsg.orig.tar.gz
 941dff457348a3290087672993edec49 40588 libs standard 
liblwres40_9.5.0.dfsg-0_i386.deb
 b5ceec0ccbefe21f4ef07bf1f729c93b 226936 net optional 
bind9_9.5.0.dfsg-0_i386.deb
 b7deee514d57449be560e801639af6a0 136882 libs standard 
libisc41_9.5.0.dfsg-0_i386.deb
 dcb04bc7b00b397c8942e9d97767f2c0 184916 net optional 
lwresd_9.5.0.dfsg-0_i386.deb
 de74001f854318e44c87a36e950149fc 113582 net standard 
dnsutils_9.5.0.dfsg-0_i386.deb
 f5be242a9202d9ba2a2c7555dc4b3168 45030 net standard 
bind9-host_9.5.0.dfsg-0_i386.deb

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

iD8DBQFIP4s1zN/kmwoKyScRAh4HAKCK7gSub2cVAs5CzV/e3Sryg7dQtACdGLM4
QN9swnMz1tcJlgQWV76+gUw=
=slyq
-END PGP SIGNATURE-


Accepted:
bind9-doc_9.5.0.dfsg-0_all.deb
  to pool/main/b/bind9/bind9-doc_9.5.0.dfsg-0_all.deb
bind9-host_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/bind9-host_9.5.0.dfsg-0_i386.deb
bind9_9.5.0.dfsg-0.diff.gz
  to pool/main/b/bind9/bind9_9.5.0.dfsg-0.diff.gz
bind9_9.5.0.dfsg-0.dsc
  to pool/main/b/bind9/bind9_9.5.0.dfsg-0.dsc
bind9_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/bind9_9.5.0.dfsg-0_i386.deb
bind9_9.5.0.dfsg.orig.tar.gz
  to pool/main/b/bind9/bind9_9.5.0.dfsg.orig.tar.gz
bind9utils_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/bind9utils_9.5.0.dfsg-0_i386.deb
dnsutils_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/dnsutils_9.5.0.dfsg-0_i386.deb
libbind-dev_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libbind-dev_9.5.0.dfsg-0_i386.deb
libbind9-40_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libbind9-40_9.5.0.dfsg-0_i386.deb
libdns42_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libdns42_9.5.0.dfsg-0_i386.deb
libisc41_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libisc41_9.5.0.dfsg-0_i386.deb
libisccc40_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libisccc40_9.5.0.dfsg-0_i386.deb
libisccfg40_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/libisccfg40_9.5.0.dfsg-0_i386.deb
liblwres40_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/liblwres40_9.5.0.dfsg-0_i386.deb
lwresd_9.5.0.dfsg-0_i386.deb
  to pool/main/b/bind9/lwresd_9.5.0.dfsg-0_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >