Re: Which spell checkers to include by default?

2007-12-29 Thread Petter Reinholdtsen

[Teemu Likonen]
 I think the question of default spell-checker is more practical than
 technical; it has to be considered from supported languages' point
 of view.

I agree, but I believe all are fairly equivalent there.  At least I
know that for the simple languages like Norwegian Bokmål and Nynorsk,
it is fairly simple to generate a spell check data file for ispell,
aspell, myspell and hunspell from the same data source.  See the
norwegian debian package for the setup.

So I expect other languages to do the same, but have not checked.  We
need to work to assure that the set of languages supported by the
default and recommended spell checker is as good or better than with
ispell when we switch.

Happy hacking,
-- 
Petter Reinholdtsen


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



Bug#263830: ITP: idzebra -- general-purpose structured text indexing and retrieval engine

2007-12-29 Thread Vincent Danjean
Here is a 'new' ITP (added to #263830). Without any reply from its
submitter, I will take over this ITP (no answer from my previous mail
since Jan 07 nor to the other mail from someone else on Apr 2006).

* Package name: idzebra
  Version : 2.0.22
  Upstream Author : Adam Dickmeiss, Heikki Levanto and Sebastian Hammer
(Index Data enterprise)
* URL : http://www.indexdata.dk/zebra/
* License : GPL (v2 or above)
  Programming Lang: C
  Description : general-purpose structured text indexing and retrieval 
engine
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (eg. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.


Notes:
* upstream (Index Data enterprise) propose debian packages. I will start
  from their work. I will host development on git.alioth.org so these
  packages can be team-maintained if someone (upstream or not) want to
  join.
* upstream calls there packages idzebra, the software is called zebra,
  the tarball is called idzebra-tar.gz in a /zebra/ directory.
  Unless strong objection, I plan to follow upstream and call the
  binary packages idzebra-* and source package idzebra
* zebra packaging is needed in order to package Koha (ITP #389876)
* zebra build-depends on libyaz3-dev that is not yet accepted in main
  due to licenses issues that should be resolved quickly by upstream
  (license change or, if not possible, rewrite of the little problematic
  part)




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



Bug#458183: ITP: twyt -- A command line Twitter client

2007-12-29 Thread Andy Price
Package: wnpp
Severity: wishlist
Owner: Andy Price [EMAIL PROTECTED]


* Package name: twyt
  Version : 0.6
  Upstream Author : Andy Price [EMAIL PROTECTED]
* URL : http://andrewprice.me.uk/projects/twyt
* License : BSD
  Programming Lang: Python
  Description : A command line Twitter client

Twyt offers a user interface similar to that of source code management
programs such as svn and bzr to let you manage your twitter status
messages and view various different kinds of twitter timelines.

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

Kernel: Linux 2.6.24-rc5-adp-g0b549619 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Re: [RFH] Bug#454179: kdesvn killed by SIGBUS

2007-12-29 Thread Ben Hutchings
On Wed, 2007-12-19 at 18:57 +, brian m. carlson wrote:
 On Wed, Dec 19, 2007 at 07:25:35PM +0100, Wouter Verhelst wrote:
 However, since unaligned accesses often cause bus errors, too, my guess
 is that it's quite a bit more likely for a SIGBUS to be caused by
 programmer error than a corrupted binary...
 
 Yes, but i386 and amd64 don't require aligned accesses.
snip

They do for some SSE instructions.  I don't know what the result of
using an unaligned address is though.

Ben.

-- 
Ben Hutchings
Theory and practice are closer in theory than in practice.
- John Levine, moderator of comp.compilers


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


g++/cpp segmentation fault on amd64

2007-12-29 Thread Sandro Tosi
Hi all,
it's since 1 month (more or less) that g++ and cpp have problems on my
box. I recieve the errors compiling some of my packages:

anymeal

   checking whether g++ supports -Wno-non-virtual-dtor... no
   checking how to run the C++ preprocessor... /lib/cpp
   configure: error: C++ preprocessor /lib/cpp fails sanity check
   See `config.log' for more details.
   make: *** [config.status] Error 1
   debuild: fatal error at line 1237:
   debian/rules build failed


mp3val

   # Add here commands to compile the package.
   /usr/bin/make -f Makefile.linux CXXFLAGS='-Wall -g -O2'
   make[1]: Entering directory `/home/morph/deb/build-area/mp3val-0.1.7'
   g++ -Wall -g -O2   -c -o main.o main.cpp
   g++: Internal error: Segmentation fault (program cc1plus)
   Please submit a full bug report.
   See URL:http://gcc.gnu.org/bugs.html for instructions.
   For Debian GNU/Linux specific bug reporting instructions, see
   URL:file:///usr/share/doc/gcc-4.2/README.Bugs.

   make[1]: *** [main.o] Error 1
   make[1]: Leaving directory `/home/morph/deb/build-area/mp3val-0.1.7'
   make: *** [build-stamp] Error 2
   debuild: fatal error at line 1237:
   debian/rules build failed


mysql-navigator

   checking how to run the C++ preprocessor... /lib/cpp
   configure: error: C++ preprocessor /lib/cpp fails sanity check
   See `config.log' for more details.
   make: *** [configure-stamp] Error 1
   debuild: fatal error at line 1237:
   debian/rules build failed


wmmixer

   /usr/bin/make CXXFLAGS=-Wall -g -O2
   make[1]: Entering directory `/home/morph/deb/build-area/wmmixer-1.5'
   g++ -Wall -g -O2 -c -o xhandler.o xhandler.cc
   g++: Internal error: Segmentation fault (program cc1plus)
   Please submit a full bug report.
   See URL:http://gcc.gnu.org/bugs.html for instructions.
   For Debian GNU/Linux specific bug reporting instructions, see
   URL:file:///usr/share/doc/gcc-4.2/README.Bugs.

   make[1]: *** [xhandler.o] Error 1
   make[1]: Leaving directory `/home/morph/deb/build-area/wmmixer-1.5'
   make: *** [build-stamp] Error 2
   debuild: fatal error at line 1237:
   debian/rules build failed

Programs versions are:

$ g++ --version
g++ (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ /lib/cpp --version
cpp (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I really don't know how to trace deeper this issue, and neither if
it's amd64 related or not (so I added d-amd64 list). Can someone help
me fix this?

Thanks a lot in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/


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



Associating suffixes, programs and icons with MIME.

2007-12-29 Thread Charles Plessy
Dear developpers,

I am packaging specialised programs, such as perlprimer and treeviewx,
and I would like that when users double-click on a file they saved, the
file is opened with the relevant program. Apparently, the FreeDesktop
consortium operates this function through the internet content types
(MIME).

I have worked out the association between programs and suffixes: for
perlprimer for instance I declare the files suffixed by .ppr to be
text/x-perlprimer, and I declare that perlprimer can open files of this
type. I wrote a bried summary on the wiki:
http://wiki.debian.org/MimeTypesSupport (thanks Franklin for the
formatting).

For the association between an icon and a file type, I did not manage. I
found a document that tells how to give a name to the icons, and one
that tells where third party applications should store them:
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html

I found the program dh_icons that appeared in the debhelper suite at
version 5.0.51. However, it seems quite GNOME-specific as it is not
fully compliant with the FreeDesktop standard. http://bugs.debian.org/448094 

Is there a Debian way to associate icons, file types and suffixes in
FreeDesktop-compliant environments ? For instance, the
/usr/share/icons/hicolor directory (the default one) supports many
different resolutions. Should a package support all of them ? Should
.icon files be written for all icons ? If they are identical, is it
better to use symlinks ?


Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wakō, Saitama, Japan


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



Re: g++/cpp segmentation fault on amd64

2007-12-29 Thread Ben Hutchings
On Sat, 2007-12-29 at 16:27 +0100, Sandro Tosi wrote:
 Hi all,
 it's since 1 month (more or less) that g++ and cpp have problems on my
 box. I recieve the errors compiling some of my packages:
snip

I suspect that either:

(1) A gcc binary is corrupted - use debsums to check this
(2) Your computer has a hardware fault that causes data corruption - see
http://www.bitwizard.nl/sig11/ for some hints on troubleshooting (though
this is quite old)

Ben.

-- 
Ben Hutchings
Anthony's Law of Force: Don't force it, get a larger hammer.


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


Re: Which spell checkers to include by default? (Was: priorities)

2007-12-29 Thread Agustin Martin
On Sat, Dec 22, 2007 at 08:08:42AM +0100, Petter Reinholdtsen wrote:
 If we were to keep a spell checker as part of the default
 installation, I would suggest using hunspell as it is most advanced
 and I am told it support the most languages at the moment.  The next
 step would be to change all programs currently using ispell, aspell
 and myspell by default to use hunspell instead.  The only package I
 use that are still using ispell is emacs.

A side note here, emacs+ispell.el can also use aspell

-- 
Agustin


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



Re: Which spell checkers to include by default?

2007-12-29 Thread Agustin Martin
On Thu, Dec 27, 2007 at 02:54:34AM +0100, Luca Capello wrote:
 Hi all!
 
 On Tue, 25 Dec 2007 12:17:52 +0100, Petter Reinholdtsen wrote:
  [Manoj Srivastava]
  Are these packages a drop in replacement for ispell?
 
  None of the spell checkers are drop in replacements for the others.
  Each program need to have support for ispell, aspell, myspell and/or
  hunspell.  This is why I want us to try to get as many packages as
  possible to switch to hunspell, to make it possible to drop ispell
  completely.
 
 It seems that I cannot find a comparison of the differences spell
 checkers.  Please, could you enlighten me on why hunspell should be a
 better default one?

I do not have much experience with hunspell, so take everything I write
about hunspell with extreme care,

Regarding other spell-checkers, the only advantages ispell currently has
over the others are probably a lower memory use and an easier support for
things like TeX encoding and shorthanded TeX encoding (using 'a instead
of \'a). Disadvantages are many.

Regarding aspell its main advantage (besides the suggestion algorithms
and soundslike support) is the supports for filters, which should make
easier spell-checking of special text files (in etch where I write now:
context, email, sgml, texinfo, debctrl, nroff and tex).

hunspell advantages are mostly:
  * On the fly creation of hash tables from plain text dict files while
aspell uses a pre-built binary file for loading efficiency. This is
not a big problem for Debian users, since most aspell dicts build the
binary hash tables from postinst and the dict itself is arch all. This
can however be an hunspell efficiency disadvantage for (hunspell still
unsupported here) emacs ispell.el, when you are switching between
different buffers in different languages and require full rebuilding
each time.
  * Handling of composed synthetic and agglutinative languages. One side
note here, Kevin Atkinson (aspell upstream) recently reported in
aspell-user list that some of the hunspell code was merged into aspell
CVS. Not sure if all hunspell functionalities will be available, but
at least some of hunspell features will be present in next aspell
release.
  * Portability? Not sure if this is still an issue, but older myspell
seemed to be a bit more portable than aspell at that time.

... Write your additions ...

So, I am not sure about which spellchecker should be the default one, aspell
or hunspell, just I would have liked all the new code being written against
the same program.

-- 
Agustin


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



Re: g++/cpp segmentation fault on amd64

2007-12-29 Thread Sandro Tosi
  Hi all,
  it's since 1 month (more or less) that g++ and cpp have problems on my
  box. I recieve the errors compiling some of my packages:
 snip

 I suspect that either:

 (1) A gcc binary is corrupted - use debsums to check this

# debsums | grep -v OK
...
/usr/lib/gcc/x86_64-linux-gnu/4.2/cc1plus FAILED
...

That was the problem (even if I really don't know how this could be
happened: the pc is new, bought 2 months ago)!! After a

# apt-get --reinstall install g++-4.2

everything is working fine now!

Thanks a lot Ben for the help,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/


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



Bug#458221: ITP: libcomplearn-mod-ppmdx -- external PPMD compression module for CompLearn learning library

2007-12-29 Thread Rudi Cilibrasi
Package: wnpp
Severity: wishlist
Owner: Rudi Cilibrasi [EMAIL PROTECTED]


* Package name: libcomplearn-mod-ppmdx
  Version : 1.0.6
  Upstream Author : Rudi Cilibrasi [EMAIL PROTECTED]
* URL : http://complearn.org/download.html
* License : BSD
  Programming Lang: C
  Description : external PPMD compression module for CompLearn learning 
library

C language interface to connect the ppmd data compressor to CompLearn.
By using this system, researchers can take full advantage of the
external ppmd data compressor.  This module uses fork and exec like all
complearn modules ending in x.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



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



dput uploads using HTTP/PUT and 15 seconds delays

2007-12-29 Thread Christoph Haas
Fellow earthicans...

you may remember that I'm working on a refactoring of the
mentors.debian.net site. Currently there are many processes involved
which makes maintaining the whole application a bit confusing. So I
thought it would be great if uploads could be sent to the web
application directly through HTTP PUT. At least dput supports that and
it worked well when I tested that. I used these settings in my
~/.dput.cf:

[mentorstest]
fqdn = localhost:5000/upload
method = http
allow_unsigned_uploads = 0
run_dinstall = 0
progress_indicator = 2
login = [EMAIL PROTECTED]
incoming = .

However when I wanted to enforce authentication I encountered strange 15
seconds delays between the uploads of the files. It happens between
sending the DSC and the ORIG.TAR.GZ file and between the DIFF.GZ and the
DEB file but not between the ORIG.TAR.GZ and the DIFF.GZ file. Look at
my server log file (delays are marked as blank lines):

21:04:17,897 DEBUG  Auth-Header: None
21:04:17,897 DEBUG  ABORT 401 !
21:04:17,917 DEBUG  Auth-Header: Basic ZW1haWxAY2hyaXN0b3BoLWhhYXMuZGU6YXNkZg==
21:04:17,919 INFO   File 'cream_0.39-1.dsc' received
21:04:17,945 DEBUG  Auth-Header: None
21:04:17,946 DEBUG  ABORT 401 !

21:04:33,351 DEBUG  Auth-Header: Basic ZW1haWxAY2hyaXN0b3BoLWhhYXMuZGU6YXNkZg==
21:04:33,423 INFO   File 'cream_0.39.orig.tar.gz' received
21:04:33,434 DEBUG  Auth-Header: None
21:04:33,434 DEBUG  ABORT 401 !
21:04:33,456 DEBUG  Auth-Header: Basic ZW1haWxAY2hyaXN0b3BoLWhhYXMuZGU6YXNkZg==
21:04:33,459 INFO   File 'cream_0.39-1.diff.gz' received
21:04:33,489 DEBUG  Auth-Header: None
21:04:33,489 DEBUG  ABORT 401 !

21:04:48,255 DEBUG  Auth-Header: Basic ZW1haWxAY2hyaXN0b3BoLWhhYXMuZGU6YXNkZg==
21:04:48,327 INFO   File 'cream_0.39-1_all.deb' received
21:04:48,333 DEBUG  Auth-Header: None
21:04:48,333 DEBUG  ABORT 401 !
21:04:48,371 DEBUG  Auth-Header: Basic ZW1haWxAY2hyaXN0b3BoLWhhYXMuZGU6YXNkZg==
21:04:48,373 INFO   File 'cream_0.39-1_i386.changes' received

These delays do not occur if I do not enforce authentication. So it must
be something with the urllib2 and password handling probably. I know
Python but can't find the bug in /usr/share/dput/http.py. It would be
nice if someone could help find the cause.

I had mailed shorty and ross already but didn't get a reply yet. In fact
my mail to ross even returned:

[EMAIL PROTECTED]: host master.debian.org[70.103.162.29] said: 550
user account locked (in reply to RCPT TO command)

Cheers
 Christoph
-- 
[EMAIL PROTECTED]  www.workaround.org   JID: [EMAIL PROTECTED]
gpg key: 79CC6586 fingerprint: 9B26F48E6F2B0A3F7E33E6B7095E77C579CC6586


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



Re: dput uploads using HTTP/PUT and 15 seconds delays

2007-12-29 Thread Thomas Viehmann

Christoph Haas wrote:
 I had mailed shorty and ross already but didn't get a reply yet. In fact
 my mail to ross even returned:

Eh, Christian retired a while ago, so you would not expect him to have much to
say about it. He will be removed from uploaders shortly.

On my http test configuration using

[https_test]
login = user
method = https
fqdn = only.domain.net
incoming = /myincoming

does not seem to exhibit this behaviour, at least I cannot find it in the
attached apache log. Maybe it is something outside dput.
That said, it might be desirable to cut the 401 a bit by sending the password
directly at the first attempt for all but the first file.

Kind regards

Thomas

P.S.: While I suggested on IRC to ask Ross as the patch author because I did not
know a solution from the top of my head, you could always open a bug report for
dput instead of mailing Christian and -devel. Probably, a test upload account
would facilitate the search for the problem. (Send that via private mail if you
want, I did not try the [EMAIL PROTECTED] from your logs.)
-- 
Thomas Viehmann, http://thomas.viehmann.net/
[29/Dec/2007:19:22:44 +0100] PUT /libaqbanking_3.0.1-2.dsc HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:22:55 +0100] PUT /libaqbanking_3.0.1-2.dsc HTTP/1.1 201 359 - Python-urllib/2.4
[29/Dec/2007:19:22:56 +0100] PUT /libaqbanking_3.0.1-2.diff.gz HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:22:56 +0100] PUT /libaqbanking_3.0.1-2.diff.gz HTTP/1.1 201 363 - Python-urllib/2.4
[29/Dec/2007:19:22:56 +0100] PUT /libaqbanking20-dev_3.0.1-2_all.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:22:58 +0100] PUT /libaqbanking20-dev_3.0.1-2_all.deb HTTP/1.1 201 369 - Python-urllib/2.4
[29/Dec/2007:19:22:59 +0100] PUT /libaqbanking-doc_3.0.1-2_all.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:23:07 +0100] PUT /libaqbanking-doc_3.0.1-2_all.deb HTTP/1.1 201 367 - Python-urllib/2.4
[29/Dec/2007:19:23:15 +0100] PUT /aqbanking-tool_3.0.1-2_all.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:23:15 +0100] PUT /aqbanking-tool_3.0.1-2_all.deb HTTP/1.1 201 365 - Python-urllib/2.4
[29/Dec/2007:19:23:16 +0100] PUT /libaqbanking-data_3.0.1-2_all.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:23:39 +0100] PUT /libaqbanking-data_3.0.1-2_all.deb HTTP/1.1 201 368 - Python-urllib/2.4
[29/Dec/2007:19:24:02 +0100] PUT /aqbanking-tools_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:03 +0100] PUT /aqbanking-tools_3.0.1-2_i386.deb HTTP/1.1 201 367 - Python-urllib/2.4
[29/Dec/2007:19:24:05 +0100] PUT /libaqbanking20-plugins_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:06 +0100] PUT /libaqbanking20-plugins_3.0.1-2_i386.deb HTTP/1.1 201 374 - Python-urllib/2.4
[29/Dec/2007:19:24:07 +0100] PUT /libaqbanking20-plugins-qt_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:09 +0100] PUT /libaqbanking20-plugins-qt_3.0.1-2_i386.deb HTTP/1.1 201 377 - Python-urllib/2.4
[29/Dec/2007:19:24:12 +0100] PUT /libaqbanking-plugins-libgwenhywfar47_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:13 +0100] PUT /libaqbanking-plugins-libgwenhywfar47_3.0.1-2_i386.deb HTTP/1.1 201 388 - Python-urllib/2.4
[29/Dec/2007:19:24:14 +0100] PUT /libaqbanking20_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:16 +0100] PUT /libaqbanking20_3.0.1-2_i386.deb HTTP/1.1 201 366 - Python-urllib/2.4
[29/Dec/2007:19:24:18 +0100] PUT /libaqhbci12_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:20 +0100] PUT /libaqhbci12_3.0.1-2_i386.deb HTTP/1.1 201 363 - Python-urllib/2.4
[29/Dec/2007:19:24:22 +0100] PUT /libqbanking5_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:24 +0100] PUT /libqbanking5_3.0.1-2_i386.deb HTTP/1.1 201 364 - Python-urllib/2.4
[29/Dec/2007:19:24:27 +0100] PUT /libaqofxconnect4_3.0.1-2_i386.deb HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:28 +0100] PUT /libaqofxconnect4_3.0.1-2_i386.deb HTTP/1.1 201 368 - Python-urllib/2.4
[29/Dec/2007:19:24:29 +0100] PUT /libaqbanking_3.0.1-2_i386.changes HTTP/1.1 401 561 - Python-urllib/2.4
[29/Dec/2007:19:24:29 +0100] PUT /libaqbanking_3.0.1-2_i386.changes HTTP/1.1 201 368 - Python-urllib/2.4


ASK FINANCIAL AID...

2007-12-29 Thread bilale compaore

  Very expensive personality 
 
I have the honour to request your high benevolence obtaining a material aid 
with an aim of deploying my talent of data processing specialist.
With the fact I am a young old Burkinabe of 21ans.
I finished my studies this year. I am patentee professional of study (BEP) in 
data processing. At present I am spirit to make training courses. I needed 
research to have your address email first of all I excuse oneself for the 
disturbance.
With the fact I would like to beg you to help me in my objectives by conferring 
a laptop Pentium 4 to me, who will enormously help me to provide for my needs 
and that of my parents.
I lived in a very poor family, which had difficulties in provide for their 
hunger….
My father has three women including 17 children.
Among the 17 children, I am tallest of the boys. In Africa it is hard when your 
parents are poor…
Frankly I beg you to help me for the love of god…
Breakdown services, maintenances, conservation of the data….
it is not possible to design a data processing specialist without tools of 
bases…  
Try to include/understand me with which point I hold with your assistance.
While hoping that in spite of your multiples and noble occupations you will 
grant an attentive ear to my request.
 
_
Lancez des recherches en toute sécurité depuis n'importe quelle page Web. 
Téléchargez GRATUITEMENT Windows Live Toolbar aujourd'hui !
http://toolbar.live.com

ASK FINANCIAL AID...

2007-12-29 Thread bilale compaore

  Very expensive personality 
 
I have the honour to request your high benevolence obtaining a material aid 
with an aim of deploying my talent of data processing specialist.
With the fact I am a young old Burkinabe of 21ans.
I finished my studies this year. I am patentee professional of study (BEP) in 
data processing. At present I am spirit to make training courses. I needed 
research to have your address email first of all I excuse oneself for the 
disturbance.
With the fact I would like to beg you to help me in my objectives by conferring 
a laptop Pentium 4 to me, who will enormously help me to provide for my needs 
and that of my parents.
I lived in a very poor family, which had difficulties in provide for their 
hunger….
My father has three women including 17 children.
Among the 17 children, I am tallest of the boys. In Africa it is hard when your 
parents are poor…
Frankly I beg you to help me for the love of god…
Breakdown services, maintenances, conservation of the data….
it is not possible to design a data processing specialist without tools of 
bases…  
Try to include/understand me with which point I hold with your assistance.
While hoping that in spite of your multiples and noble occupations you will 
grant an attentive ear to my request.
 
_
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx

Accepted kdesdk 4:3.98.0~svn753247-1 (source all amd64)

2007-12-29 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 09:34:53 +0100
Source: kdesdk
Binary: kcachegrind-converters kdesdk-kio-plugins cervisia cvsservice kuiviewer 
poxml kapptemplate kdesdk-strigi-plugins kbugbuster kdesdk-dev kompare kate 
kdesdk-scripts kdesdk-dbg kcachegrind kdesdk-misc kdesdk umbrello
Architecture: source all amd64
Version: 4:3.98.0~svn753247-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 cervisia   - Graphical CVS front end for KDE4
 cvsservice - Library and D-Bus service for accessing CVS repositories
 kapptemplate - KDE4 application template generator
 kate   - KDE4 Advanced Text Editor
 kbugbuster - Front end for the KDE bug tracking system
 kcachegrind - Visualisation tool for the Valgrind profiler
 kcachegrind-converters - Format converters for KCachegrind profiler 
visualisation tool
 kdesdk - Software Development Kit from the official KDE4 release
 kdesdk-dbg - debugging symbols for kdesdk
 kdesdk-dev - development files for the KDE4 sdk module
 kdesdk-kio-plugins - Subversion ioslave for KDE
 kdesdk-misc - Assorted goodies from the KDE Software Development Kit
 kdesdk-scripts - Useful scripts for KDE development
 kdesdk-strigi-plugins - strigi metainfo plugins for kdesdk
 kompare- a KDE GUI for viewing differences between files
 kuiviewer  - Viewer for Qt4 Designer user interface files
 poxml  - Tools for translating DocBook XML files with gettext
 umbrello   - UML modelling tool and code generator
Changes: 
 kdesdk (4:3.98.0~svn753247-1) experimental; urgency=low
 .
   * Svn snapshot of revision 753247.
   * Re-add kompare.
   * Update *.install files.
Files: 
 ae6ae169834a4076de82ccc0113be533 1138 kde optional 
kdesdk_3.98.0~svn753247-1.dsc
 a85236a9d35d9193e75d0f96d5c77039 4844101 kde optional 
kdesdk_3.98.0~svn753247.orig.tar.gz
 edf00c0271da0dd385b77f8491366ece 13129 kde optional 
kdesdk_3.98.0~svn753247-1.diff.gz
 c182265455e146014e64e3610e12c47c 5076 kde optional 
kdesdk_3.98.0~svn753247-1_all.deb
 21057d24af58292db49110255f749f64 193356 devel optional 
kapptemplate_3.98.0~svn753247-1_all.deb
 e02129214a0fe07139c4829a3f2211ab 14414 devel optional 
kcachegrind-converters_3.98.0~svn753247-1_all.deb
 b771ea4b934504a5171308927c42f3ba 193318 devel optional 
kdesdk-scripts_3.98.0~svn753247-1_all.deb
 91963f5b32f4d42bbf5331a70e948ce7 673170 devel optional 
cervisia_3.98.0~svn753247-1_amd64.deb
 be44e5c52e2e72f5b5a8882b73168451 883296 editors optional 
kate_3.98.0~svn753247-1_amd64.deb
 d92d6fd3a0929c5e829cd91a3393225b 383874 devel optional 
kbugbuster_3.98.0~svn753247-1_amd64.deb
 07e0258048b91b1025e1691927df070c 371910 devel optional 
kcachegrind_3.98.0~svn753247-1_amd64.deb
 f7cef65a68e808d15aa9762d82c28eae 12834 libdevel optional 
kdesdk-dev_3.98.0~svn753247-1_amd64.deb
 73589d2858f9085a455e082e65e8b9b4 399494 devel optional 
kdesdk-kio-plugins_3.98.0~svn753247-1_amd64.deb
 2dabbd293539d65ce62232d91d15a23c 11982 devel optional 
kdesdk-misc_3.98.0~svn753247-1_amd64.deb
 578aeeeae4c8b5f051e1f97e8d5f199f 27314 kde optional 
kdesdk-strigi-plugins_3.98.0~svn753247-1_amd64.deb
 22f5bd5cd943e93bba9d5c4ac3a882d3 429000 devel optional 
kompare_3.98.0~svn753247-1_amd64.deb
 8ce0a21efc48415eda1bf94b2e29ae3c 47778 devel optional 
kuiviewer_3.98.0~svn753247-1_amd64.deb
 54e5c2021643b601d18a7b100b4e467f 54990 libs optional 
cvsservice_3.98.0~svn753247-1_amd64.deb
 2b52408afcd4867da81b14f99fe451ae 261672 devel optional 
poxml_3.98.0~svn753247-1_amd64.deb
 637448df660da7916d42d342d4c78adf 1960878 devel optional 
umbrello_3.98.0~svn753247-1_amd64.deb
 4bf89a4d5edde5ce665beae7165319f2 44411836 libdevel extra 
kdesdk-dbg_3.98.0~svn753247-1_amd64.deb

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

iD8DBQFHdgldn3j4POjENGERAm0GAJ92H9ZHO3NVfEoOcOCp+f8ULaZQhwCffzZG
GCkuMZu0OUxPF53mCMW06ig=
=Cj4s
-END PGP SIGNATURE-


Accepted:
cervisia_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/cervisia_3.98.0~svn753247-1_amd64.deb
cvsservice_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/cvsservice_3.98.0~svn753247-1_amd64.deb
kapptemplate_3.98.0~svn753247-1_all.deb
  to pool/main/k/kdesdk/kapptemplate_3.98.0~svn753247-1_all.deb
kate_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/kate_3.98.0~svn753247-1_amd64.deb
kbugbuster_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/kbugbuster_3.98.0~svn753247-1_amd64.deb
kcachegrind-converters_3.98.0~svn753247-1_all.deb
  to pool/main/k/kdesdk/kcachegrind-converters_3.98.0~svn753247-1_all.deb
kcachegrind_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/kcachegrind_3.98.0~svn753247-1_amd64.deb
kdesdk-dbg_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dbg_3.98.0~svn753247-1_amd64.deb
kdesdk-dev_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dev_3.98.0~svn753247-1_amd64.deb

Accepted extragear-plasma 4:3.98~svn754166-1 (source all amd64)

2007-12-29 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 09:47:33 +0100
Source: extragear-plasma
Binary: extragear-plasma extragear-plasma-l10n extragear-plasma-dbg 
extragear-plasma-data
Architecture: source all amd64
Version: 4:3.98~svn754166-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 extragear-plasma - extras for the desktop and panel user interface tool for 
KDE4
 extragear-plasma-data - extras for the desktop and panel user interface tool 
for KDE4 - d
 extragear-plasma-dbg - debugging symbols for extragear-plasma
 extragear-plasma-l10n - localization files for extragear-plasma
Changes: 
 extragear-plasma (4:3.98~svn754166-1) experimental; urgency=low
 .
   * Svn snapshot of revision 754166.
   * Update *.install files.
Files: 
 541961a96f1505703e28569601d8ec66 1007 utils optional 
extragear-plasma_3.98~svn754166-1.dsc
 2a176f796a67dde2833b27c45190431a 3746735 utils optional 
extragear-plasma_3.98~svn754166.orig.tar.gz
 db0a56b380c596c230e24a0d1bc6b225 6154 utils optional 
extragear-plasma_3.98~svn754166-1.diff.gz
 043ff86c2b2f4b71d6cfcf0f9807b587 3579368 utils optional 
extragear-plasma-data_3.98~svn754166-1_all.deb
 ee06294d082345a099702ec454ef3d83 56942 utils optional 
extragear-plasma-l10n_3.98~svn754166-1_all.deb
 d72665d0b9fb5b7fef6dca9a0cca6ee9 539720 utils optional 
extragear-plasma_3.98~svn754166-1_amd64.deb
 a78b5ba026f4a9d7f03d4b1f760628df 7363938 devel extra 
extragear-plasma-dbg_3.98~svn754166-1_amd64.deb

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

iD8DBQFHdgx/n3j4POjENGERAnCMAJ4ltyrZHC7X7LuuqMidnFMzyePOBACfbQxq
v7xqC5tm6/qY15J6SrkDQjo=
=113u
-END PGP SIGNATURE-


Accepted:
extragear-plasma-data_3.98~svn754166-1_all.deb
  to pool/main/e/extragear-plasma/extragear-plasma-data_3.98~svn754166-1_all.deb
extragear-plasma-dbg_3.98~svn754166-1_amd64.deb
  to 
pool/main/e/extragear-plasma/extragear-plasma-dbg_3.98~svn754166-1_amd64.deb
extragear-plasma-l10n_3.98~svn754166-1_all.deb
  to pool/main/e/extragear-plasma/extragear-plasma-l10n_3.98~svn754166-1_all.deb
extragear-plasma_3.98~svn754166-1.diff.gz
  to pool/main/e/extragear-plasma/extragear-plasma_3.98~svn754166-1.diff.gz
extragear-plasma_3.98~svn754166-1.dsc
  to pool/main/e/extragear-plasma/extragear-plasma_3.98~svn754166-1.dsc
extragear-plasma_3.98~svn754166-1_amd64.deb
  to pool/main/e/extragear-plasma/extragear-plasma_3.98~svn754166-1_amd64.deb
extragear-plasma_3.98~svn754166.orig.tar.gz
  to pool/main/e/extragear-plasma/extragear-plasma_3.98~svn754166.orig.tar.gz


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



Accepted kdemultimedia 4:3.98.0~svn753247-1 (source all amd64)

2007-12-29 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Dec 2007 18:54:29 +0100
Source: kdemultimedia
Binary: kmix kdemultimedia-dbg libkcddb4 juk kdemultimedia-kio-plugins kscd 
kdemultimedia-dev kdemultimedia
Architecture: source all amd64
Version: 4:3.98.0~svn753247-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 juk- music organizer and player for KDE
 kdemultimedia - multimedia apps from the official KDE release
 kdemultimedia-dbg - debugging symbols for kdemultimedia
 kdemultimedia-dev - development files for the KDE multimedia module
 kdemultimedia-kio-plugins - Audio CD I/O Slave for KDE
 kmix   - sound mixer applet for KDE
 kscd   - audio CD player for KDE
 libkcddb4  - CDDB library for KDE
Changes: 
 kdemultimedia (4:3.98.0~svn753247-1) experimental; urgency=low
 .
   * Svn snapshot of revision 753247.
Files: 
 0dadeb1856e25ead759d362eaa95a529 1233 kde optional 
kdemultimedia_3.98.0~svn753247-1.dsc
 ce71bd0446e42883a76a09db145521eb 1130524 kde optional 
kdemultimedia_3.98.0~svn753247.orig.tar.gz
 a281e7aeaa82d9d979daef706ecc3e0f 8227 kde optional 
kdemultimedia_3.98.0~svn753247-1.diff.gz
 94010adc38af23f7df5ba56e70198282 5884 kde optional 
kdemultimedia_3.98.0~svn753247-1_all.deb
 75bfe0a7dc2f5159f89a31eae9ad11a5 11972512 libdevel extra 
kdemultimedia-dbg_3.98.0~svn753247-1_amd64.deb
 d2414c36c45ead2fb57b27fccd12011f 14790 devel optional 
kdemultimedia-dev_3.98.0~svn753247-1_amd64.deb
 30517d7f0eb3988d965d9dc66cbc9d30 123204 kde optional 
kdemultimedia-kio-plugins_3.98.0~svn753247-1_amd64.deb
 c86b6988d9841166636e336b298e33d3 655978 sound optional 
juk_3.98.0~svn753247-1_amd64.deb
 8c914fe85b219603a6378df52472544e 408046 sound optional 
kmix_3.98.0~svn753247-1_amd64.deb
 779bbe7ea65ed5d6abfd6efcbc2075a3 309076 sound optional 
kscd_3.98.0~svn753247-1_amd64.deb
 df5fac76185bda2f33c4fd61504c51a2 176382 libs optional 
libkcddb4_3.98.0~svn753247-1_amd64.deb

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

iD8DBQFHdhOun3j4POjENGERAsRKAJ4u6vLL6RozX+BdrwttX8IxnoNwPgCcCFQv
QQk2DpFUl5yncnSAmeJORY0=
=QxVX
-END PGP SIGNATURE-


Accepted:
juk_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/juk_3.98.0~svn753247-1_amd64.deb
kdemultimedia-dbg_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/kdemultimedia-dbg_3.98.0~svn753247-1_amd64.deb
kdemultimedia-dev_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/kdemultimedia-dev_3.98.0~svn753247-1_amd64.deb
kdemultimedia-kio-plugins_3.98.0~svn753247-1_amd64.deb
  to 
pool/main/k/kdemultimedia/kdemultimedia-kio-plugins_3.98.0~svn753247-1_amd64.deb
kdemultimedia_3.98.0~svn753247-1.diff.gz
  to pool/main/k/kdemultimedia/kdemultimedia_3.98.0~svn753247-1.diff.gz
kdemultimedia_3.98.0~svn753247-1.dsc
  to pool/main/k/kdemultimedia/kdemultimedia_3.98.0~svn753247-1.dsc
kdemultimedia_3.98.0~svn753247-1_all.deb
  to pool/main/k/kdemultimedia/kdemultimedia_3.98.0~svn753247-1_all.deb
kdemultimedia_3.98.0~svn753247.orig.tar.gz
  to pool/main/k/kdemultimedia/kdemultimedia_3.98.0~svn753247.orig.tar.gz
kmix_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/kmix_3.98.0~svn753247-1_amd64.deb
kscd_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/kscd_3.98.0~svn753247-1_amd64.deb
libkcddb4_3.98.0~svn753247-1_amd64.deb
  to pool/main/k/kdemultimedia/libkcddb4_3.98.0~svn753247-1_amd64.deb


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



Accepted libdevel-caller-perl 2.02-1 (source amd64)

2007-12-29 Thread Niko Tyni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:00:04 +0200
Source: libdevel-caller-perl
Binary: libdevel-caller-perl
Architecture: source amd64
Version: 2.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Niko Tyni [EMAIL PROTECTED]
Description: 
 libdevel-caller-perl - Perl module for enhancing the caller() function
Changes: 
 libdevel-caller-perl (2.02-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Removed: XS-
 Vcs-Svn fields.
   * debian/rules:
 - remove empty /usr/share/perl5 directory
 - let install-stamp depend on build-stamp
 - don't create .packlist file
 .
   [ Damyan Ivanov ]
   * [debian/watch] Stop capturing file extension
 .
   [ Martín Ferrari ]
   * New upstream release.
   * debian/control:
   - bumped Standards-Version (no changes).
   - removed libmodule-build-perl dependency (the module now uses MakeMaker).
   * debian/watch: removed unneeded comment, changed URL to match dist/ page.
   * debian/copyright: converted to new format, updated copyright info.
   * debian/rules: mostly rewritten, because of the switch to MakeMaker and
 some incorrect debhelper invocations.
 .
   [ Niko Tyni ]
   * Add myself to Uploaders.
   * Set INSTALLVENDORLIB=/usr/lib/perl5/ to prevent Extutils::MakeMaker
 creating an empty /usr/share/perl5 directory.
   * Remove a useless call to dh_installexamples.
Files: 
 533c4499838bde4a147a69bf67aa164b 959 perl optional 
libdevel-caller-perl_2.02-1.dsc
 9c23a6d77003f1efe3f5f6d5e7cb2a46 5597 perl optional 
libdevel-caller-perl_2.02.orig.tar.gz
 99bd5d12ec109d99fb0ec85b44638f2f 2692 perl optional 
libdevel-caller-perl_2.02-1.diff.gz
 814cfc752e95b9e69e37aa0ce5d7188f 12006 perl optional 
libdevel-caller-perl_2.02-1_amd64.deb

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

iD8DBQFHdiAHiyizGWoHLTkRAsW6AJ4s/G7DxYwLlItZdGwP75NOQQbp7gCffv8j
TcnNa5Bn9sS3o6VAkWV00bE=
=P3ia
-END PGP SIGNATURE-


Accepted:
libdevel-caller-perl_2.02-1.diff.gz
  to pool/main/libd/libdevel-caller-perl/libdevel-caller-perl_2.02-1.diff.gz
libdevel-caller-perl_2.02-1.dsc
  to pool/main/libd/libdevel-caller-perl/libdevel-caller-perl_2.02-1.dsc
libdevel-caller-perl_2.02-1_amd64.deb
  to pool/main/libd/libdevel-caller-perl/libdevel-caller-perl_2.02-1_amd64.deb
libdevel-caller-perl_2.02.orig.tar.gz
  to pool/main/libd/libdevel-caller-perl/libdevel-caller-perl_2.02.orig.tar.gz


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



Accepted tcputils 0.6.2-9 (source amd64)

2007-12-29 Thread Joel Rosdahl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 11:23:59 +0100
Source: tcputils
Binary: tcputils
Architecture: source amd64
Version: 0.6.2-9
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl [EMAIL PROTECTED]
Changed-By: Joel Rosdahl [EMAIL PROTECTED]
Description: 
 tcputils   - Utilities for TCP programming in shell-scripts
Closes: 456239
Changes: 
 tcputils (0.6.2-9) unstable; urgency=low
 .
   * Fixed parsing of hostnames on 64-bit architecture. Patch from Will
 Day. Closes: bug#456239.
   * Standards-Version 3.7.3.
Files: 
 ecec3ea03e620d8322bd33afade4dbfd 562 net optional tcputils_0.6.2-9.dsc
 6621757f656f4053b73425729572a129 2909 net optional tcputils_0.6.2-9.diff.gz
 7abfcb2089f89d57712f449544e4566f 20778 net optional tcputils_0.6.2-9_amd64.deb

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

iD8DBQFHdiB3AGT5/7uEXpcRAstcAJ96rpJqnIuXqmT7m8MgvXE/3ShscwCg0IS4
mw+//m8zkKWxPeiToSJFMnw=
=egpu
-END PGP SIGNATURE-


Accepted:
tcputils_0.6.2-9.diff.gz
  to pool/main/t/tcputils/tcputils_0.6.2-9.diff.gz
tcputils_0.6.2-9.dsc
  to pool/main/t/tcputils/tcputils_0.6.2-9.dsc
tcputils_0.6.2-9_amd64.deb
  to pool/main/t/tcputils/tcputils_0.6.2-9_amd64.deb


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



Accepted dvdrtools 0.3.1-6 (source amd64)

2007-12-29 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 10:37:12 +0530
Source: dvdrtools
Binary: dvdrtools
Architecture: source amd64
Version: 0.3.1-6
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 dvdrtools  - DVD writing program
Changes: 
 dvdrtools (0.3.1-6) unstable; urgency=low
 .
   * debian/copyright:
 + Added missing copyright owners
 + Fixed typos
   * debian/README.Debian
 + Updated text for better readablility
 + Fixed wrong reference of mkisofs program
 + Updated time-stamp
   * debian/rules:
 + Using install file instead of old dh_movefiles method
 + Removed useless man page removal line
   * debian/control:
 + Removed useless Recommends field
Files: 
 bbca650cc53d3037af476635f1048243 638 non-free/otherosfs optional 
dvdrtools_0.3.1-6.dsc
 992cb839bbe7afbbf08e8d9fe21c7a55 15557 non-free/otherosfs optional 
dvdrtools_0.3.1-6.diff.gz
 638997694473bf035eb7d6df583ee593 139686 non-free/otherosfs optional 
dvdrtools_0.3.1-6_amd64.deb

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

iD8DBQFHdiHepGK1HsL+5c0RAkUFAKCVCrMRrmvUQn8oUM4Vc6QxK2H5TQCfa2cT
LH4xvXLtpypoHyySlSIjhAY=
=1tYs
-END PGP SIGNATURE-


Accepted:
dvdrtools_0.3.1-6.diff.gz
  to pool/non-free/d/dvdrtools/dvdrtools_0.3.1-6.diff.gz
dvdrtools_0.3.1-6.dsc
  to pool/non-free/d/dvdrtools/dvdrtools_0.3.1-6.dsc
dvdrtools_0.3.1-6_amd64.deb
  to pool/non-free/d/dvdrtools/dvdrtools_0.3.1-6_amd64.deb


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



Accepted onak 0.3.4-1 (source i386)

2007-12-29 Thread Jonathan McDowell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 10:50:33 +
Source: onak
Binary: onak
Architecture: source i386
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan McDowell [EMAIL PROTECTED]
Changed-By: Jonathan McDowell [EMAIL PROTECTED]
Description: 
 onak   - OpenPGP Key Server
Closes: 413762
Changes: 
 onak (0.3.4-1) unstable; urgency=low
 .
   * New upstream release
 * Fix config passing to backends (Closes: #413762)
   * Lintian cleanups
 * Add #DEBHELPER# tokens to postinst/postrm.
 * Update FSF address in copyright file.
 * Remove bashism from postrm.
 * Update Standards-Version to 3.7.3.0 (no changes)
   * Update Apache recommendation to Apache2
Files: 
 2f8700a40f9c5a56e839269e69d4de98 615 net optional onak_0.3.4-1.dsc
 cbf544d19e103a52adc9d9a837c6687b 225639 net optional onak_0.3.4.orig.tar.gz
 a06802d234e28fac5874753368e0546f 2985 net optional onak_0.3.4-1.diff.gz
 fad447feeec8f08b4f0eb7ce8d1ce2fa 335228 net optional onak_0.3.4-1_i386.deb

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

iD8DBQFHdi7o8b1L5FtDA2cRAtr5AJ9/9uMSI1qu/OHwT5Hp6ON8gBPkRQCgk9Fp
JizTHKqqgHu+r5KuWr2fuU4=
=VLXX
-END PGP SIGNATURE-


Accepted:
onak_0.3.4-1.diff.gz
  to pool/main/o/onak/onak_0.3.4-1.diff.gz
onak_0.3.4-1.dsc
  to pool/main/o/onak/onak_0.3.4-1.dsc
onak_0.3.4-1_i386.deb
  to pool/main/o/onak/onak_0.3.4-1_i386.deb
onak_0.3.4.orig.tar.gz
  to pool/main/o/onak/onak_0.3.4.orig.tar.gz


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



Accepted bidiui 0.7.3-3 (source all)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:39:16 +0200
Source: bidiui
Binary: icedove-bidiui
Architecture: source all
Version: 0.7.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 icedove-bidiui - BiDirectional support for Icedove
Changes: 
 bidiui (0.7.3-3) unstable; urgency=low
 .
   [ Lior Kaplan ]
   * Edit debian/rules in order to simply the creation of a Thunderbird
 compatible package (for other debian derivativs). Please read the
 comments there if you intend to create such a package.
   * Update the Homepage URL in debian/control.
 .
   [ Baruch Even ]
   * Move the Homepage info to the control header from the description
   * Add Vcs-* tags to the control file
   * Update Standards-Version to 3.7.3, no changes needed
Files: 
 1eef7f47a1c55ae121716a38af535612 900 mail optional bidiui_0.7.3-3.dsc
 b9c5d56bcd6e42db870f8eca12f82532 9820 mail optional bidiui_0.7.3-3.diff.gz
 36bb505a7f4c43c357e00976fc055e31 62020 mail optional 
icedove-bidiui_0.7.3-3_all.deb

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

iD8DBQFHdivoHCar6qtHRZgRAk+QAJ49abFVFOK0gfJ7vXRaDuZVfUAKHwCfeWaW
zT2QGgozKEikznzvP9zQKM0=
=p2ym
-END PGP SIGNATURE-


Accepted:
bidiui_0.7.3-3.diff.gz
  to pool/main/b/bidiui/bidiui_0.7.3-3.diff.gz
bidiui_0.7.3-3.dsc
  to pool/main/b/bidiui/bidiui_0.7.3-3.dsc
icedove-bidiui_0.7.3-3_all.deb
  to pool/main/b/bidiui/icedove-bidiui_0.7.3-3_all.deb


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



Accepted ludevit 6 (source all)

2007-12-29 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:03:29 +0100
Source: ludevit
Binary: ludevit
Architecture: source all
Version: 6
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík [EMAIL PROTECTED]
Changed-By: Radovan Garabík [EMAIL PROTECTED]
Description: 
 ludevit- converter from standard Slovak into the L. Štúr version
Changes: 
 ludevit (6) unstable; urgency=low
 .
   * added example cgi script for parsing and translation of WWW pages
   * minor translation additions
Files: 
 46ed9a8c4003d58692c653de25fab784 589 text extra ludevit_6.dsc
 3a948015c54bdbab64bce49c261eb690 33813 text extra ludevit_6.tar.gz
 57f1b0bac233d05dba94735838c4db4a 20168 text extra ludevit_6_all.deb

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

iD8DBQFHdiwhUBQJxqD+WLgRAvUxAJ0fmzK4Pk3RQdLJWd9j+PbCzhY9cACgl/dO
8lESVVmnd4/fCAQrJAaMeck=
=9R1T
-END PGP SIGNATURE-


Accepted:
ludevit_6.dsc
  to pool/main/l/ludevit/ludevit_6.dsc
ludevit_6.tar.gz
  to pool/main/l/ludevit/ludevit_6.tar.gz
ludevit_6_all.deb
  to pool/main/l/ludevit/ludevit_6_all.deb


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



Accepted git-buildpackage 0.4.13 (source all)

2007-12-29 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Dec 2007 23:01:29 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.13
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Changes: 
 git-buildpackage (0.4.13) unstable; urgency=low
 .
   * git-import-orig: don't fail when importing into empty git archives
Files: 
 c7b954cee49b4ac1810ac4c893192dc2 714 devel optional git-buildpackage_0.4.13.dsc
 5833ac560148f58c18897e873bdd6cae 33128 devel optional 
git-buildpackage_0.4.13.tar.gz
 40c53d4505d71284159ba20485fc056e 44656 devel optional 
git-buildpackage_0.4.13_all.deb

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

iD8DBQFHdi7Pn88szT8+ZCYRAsehAJ4wpBskyQQbnw6RZUm5+TQBCt2uegCcCnz7
b08nAHeF31Jf/y6L/nf8Tr8=
=df7C
-END PGP SIGNATURE-


Accepted:
git-buildpackage_0.4.13.dsc
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.13.dsc
git-buildpackage_0.4.13.tar.gz
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.13.tar.gz
git-buildpackage_0.4.13_all.deb
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.13_all.deb


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



Accepted dvbsnoop 1.4.50-2 (source i386)

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:15:27 +0100
Source: dvbsnoop
Binary: dvbsnoop
Architecture: source i386
Version: 1.4.50-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team [EMAIL PROTECTED]
Changed-By: Thomas Schmidt [EMAIL PROTECTED]
Description: 
 dvbsnoop   - DVB / MPEG stream analyzer
Closes: 445478 445577
Changes: 
 dvbsnoop (1.4.50-2) unstable; urgency=low
 .
   * Added Vcs-Svn, Vcs-Browser and Homepage fields to debian/control
   * Bumped Standards-Version to 3.7.3
   * Updated 01_additional_documentations.dpatch:
 - Fixed typos (Unkown/Unknown) (Closes: #445577)
 - Added description to make lintian happy
   * Added 02_manpage-typo-fixes.dpatch (Closes: #445478)
   * Do not ignore errors in clean-target in debian/rules
   * Converted debian/copyright to UTF-8
Files: 
 7987166c8542e3bb70c1ff29bce02e35 928 misc extra dvbsnoop_1.4.50-2.dsc
 0042bf1fc21118dc6a549893b8bf5e47 85601 misc extra dvbsnoop_1.4.50-2.diff.gz
 cf2cef78b94f39319aca49f6dbcdadf3 202446 misc extra dvbsnoop_1.4.50-2_i386.deb

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

iD8DBQFHdi43c9+NqwoydlIRAsSCAJ4xzm2Z5vdDHYJy3Vz3M4EmRklgSQCcDnx2
q1tcUBlSXuHq4kGG0TpR9OE=
=+Xpp
-END PGP SIGNATURE-


Accepted:
dvbsnoop_1.4.50-2.diff.gz
  to pool/main/d/dvbsnoop/dvbsnoop_1.4.50-2.diff.gz
dvbsnoop_1.4.50-2.dsc
  to pool/main/d/dvbsnoop/dvbsnoop_1.4.50-2.dsc
dvbsnoop_1.4.50-2_i386.deb
  to pool/main/d/dvbsnoop/dvbsnoop_1.4.50-2_i386.deb


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



Accepted bidiv 1.5-3 (source i386)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:36:41 +0200
Source: bidiv
Binary: bidiv
Architecture: source i386
Version: 1.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 bidiv  - BiDi viewer - command-line tool displaying logical Hebrew/Arabic
Closes: 449917
Changes: 
 bidiv (1.5-3) unstable; urgency=low
 .
   * Update to Standards-Version 3.7.3, no changes needed
   * Switch to compat level 5, updated debhelper dependency as well
   * Disable the watch file, ivrix.org.il domain is down for an extended period
 of time (Closes: #449917)
Files: 
 1d7423609bfa58954d731b51595c0048 725 text optional bidiv_1.5-3.dsc
 79de42f89f223b9780245e62c940c3e2 3211 text optional bidiv_1.5-3.diff.gz
 ca042b86770c3000d46757b5c3f46746 10322 text optional bidiv_1.5-3_i386.deb

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

iD8DBQFHdjO+HCar6qtHRZgRAtmfAKCpMhI247pmACqaWHeGd+M697nj/ACfSzBF
cqEdu6sgXRimcbzTI0X7DzQ=
=e6/o
-END PGP SIGNATURE-


Accepted:
bidiv_1.5-3.diff.gz
  to pool/main/b/bidiv/bidiv_1.5-3.diff.gz
bidiv_1.5-3.dsc
  to pool/main/b/bidiv/bidiv_1.5-3.dsc
bidiv_1.5-3_i386.deb
  to pool/main/b/bidiv/bidiv_1.5-3_i386.deb


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



Accepted rawstudio 0.6+20071101-2 (source i386)

2007-12-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:18:00 +0100
Source: rawstudio
Binary: rawstudio
Architecture: source i386
Version: 0.6+20071101-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 rawstudio  - open source raw-image converter
Closes: 452389
Changes: 
 rawstudio (0.6+20071101-2) unstable; urgency=medium
 .
   * Bumping to new policy.
   * Using new homepage field in control.
   * Don't hide make errors in clean target of rules.
   * Applying patch from Andrey Melnikov [EMAIL PROTECTED] to fix segfault at
 startup (Closes: #452389).
Files: 
 9b0a4ec90754473a7fc1fcd414852cd0 732 graphics optional 
rawstudio_0.6+20071101-2.dsc
 5f005baaa0c4830044cd3bec62e92bb2 8788 graphics optional 
rawstudio_0.6+20071101-2.diff.gz
 bac8c09a382ea73a0ac1ca075e4a61d7 218670 graphics optional 
rawstudio_0.6+20071101-2_i386.deb

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

iD8DBQFHdjy0+C5cwEsrK54RApXYAJ9WkN6Z53xoIIWzWCPgYgOB4Z0A4QCguXEq
8HQCpOic8lj/PSCryF20wEE=
=wqOX
-END PGP SIGNATURE-


Accepted:
rawstudio_0.6+20071101-2.diff.gz
  to pool/main/r/rawstudio/rawstudio_0.6+20071101-2.diff.gz
rawstudio_0.6+20071101-2.dsc
  to pool/main/r/rawstudio/rawstudio_0.6+20071101-2.dsc
rawstudio_0.6+20071101-2_i386.deb
  to pool/main/r/rawstudio/rawstudio_0.6+20071101-2_i386.deb


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



Accepted manpages-fr 2.67.1-1 (source all)

2007-12-29 Thread Thomas Huriaux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 11:32:35 +0100
Source: manpages-fr
Binary: manpages-fr-dev manpages-fr
Architecture: source all
Version: 2.67.1-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Huriaux [EMAIL PROTECTED]
Changed-By: Thomas Huriaux [EMAIL PROTECTED]
Description: 
 manpages-fr - French version of the manual pages about using GNU/Linux
 manpages-fr-dev - French version of the development manual pages
Closes: 417596 447632
Changes: 
 manpages-fr (2.67.1-1) unstable; urgency=low
 .
   [ Thomas Huriaux ]
   * New upstream versions (Closes: #417596)
   * Bump Standards-Version (no changes needed)
 .
   [ Julien Cristau ]
   * Typo fix in readahead(2).  Thanks, Samuel Thibault
   * Update man7.
 .
   [ Florentin Duneau ]
   * Update man3a-f, man3g-m
   * Fix memmove translation (Closes: #447632)
Files: 
 8b20bbc2a970d2deeb1098ba07df1858 626 doc optional manpages-fr_2.67.1-1.dsc
 820d6d52b941455cbe5bcc75e3602427 1050899 doc optional 
manpages-fr_2.67.1.orig.tar.gz
 73c837b1838a738a3130bba244bd55b3 3090529 doc optional 
manpages-fr_2.67.1-1.diff.gz
 d37155300d8ea645ff52e55e71bc1eb9 531834 doc optional 
manpages-fr_2.67.1-1_all.deb
 3b2090b1f546955ac9979c74efc53c86 1720762 doc optional 
manpages-fr-dev_2.67.1-1_all.deb

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

iD8DBQFHdjs0OU3FkQ7XBOoRAqPUAJ9nIKmTdszL4/bfyzKk1DGgPgLaxQCgoypF
a9T3IfMmhYSXST3q96ZSeRs=
=he/N
-END PGP SIGNATURE-


Accepted:
manpages-fr-dev_2.67.1-1_all.deb
  to pool/main/m/manpages-fr/manpages-fr-dev_2.67.1-1_all.deb
manpages-fr_2.67.1-1.diff.gz
  to pool/main/m/manpages-fr/manpages-fr_2.67.1-1.diff.gz
manpages-fr_2.67.1-1.dsc
  to pool/main/m/manpages-fr/manpages-fr_2.67.1-1.dsc
manpages-fr_2.67.1-1_all.deb
  to pool/main/m/manpages-fr/manpages-fr_2.67.1-1_all.deb
manpages-fr_2.67.1.orig.tar.gz
  to pool/main/m/manpages-fr/manpages-fr_2.67.1.orig.tar.gz


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



Accepted xfce4-wmdock-plugin 0.1.8-1 (source amd64)

2007-12-29 Thread Enrique Monge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Dec 2007 20:51:27 -0600
Source: xfce4-wmdock-plugin
Binary: xfce4-wmdock-plugin
Architecture: source amd64
Version: 0.1.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Enrique Monge [EMAIL PROTECTED]
Description: 
 xfce4-wmdock-plugin - Compatibility layer for running WindowMaker dockapps on 
the XFCE 
Changes: 
 xfce4-wmdock-plugin (0.1.8-1) unstable; urgency=low
 .
   * New upstream release
   * Remove patch from #451392, upstream already include the patch
 - Removing patches
 - Remove patchsys includes at debian/rules
Files: 
 e389f3c05e64df8a981821459d533fcb 1048 x11 optional 
xfce4-wmdock-plugin_0.1.8-1.dsc
 a41b040e82315b572faf1413b7105a69 372607 x11 optional 
xfce4-wmdock-plugin_0.1.8.orig.tar.gz
 21b2f0788ada49de88148937a8d61633 1744 x11 optional 
xfce4-wmdock-plugin_0.1.8-1.diff.gz
 d70eab47a9a75647913d3905a667d4fd 26136 x11 optional 
xfce4-wmdock-plugin_0.1.8-1_amd64.deb

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

iD8DBQFHdjlITUTAIMXAW64RAs9zAJ47dQZqacC57+rfZNnzHcIsN6yu1gCaArso
FC9H2B7um3QLpAPjVP8uw9Y=
=oDNd
-END PGP SIGNATURE-


Accepted:
xfce4-wmdock-plugin_0.1.8-1.diff.gz
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.8-1.diff.gz
xfce4-wmdock-plugin_0.1.8-1.dsc
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.8-1.dsc
xfce4-wmdock-plugin_0.1.8-1_amd64.deb
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.8-1_amd64.deb
xfce4-wmdock-plugin_0.1.8.orig.tar.gz
  to pool/main/x/xfce4-wmdock-plugin/xfce4-wmdock-plugin_0.1.8.orig.tar.gz


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



Accepted manpages-fr-extra 20071229 (source all)

2007-12-29 Thread Thomas Huriaux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 11:58:41 +0100
Source: manpages-fr-extra
Binary: manpages-fr-extra
Architecture: source all
Version: 20071229
Distribution: unstable
Urgency: low
Maintainer: Thomas Huriaux [EMAIL PROTECTED]
Changed-By: Thomas Huriaux [EMAIL PROTECTED]
Description: 
 manpages-fr-extra - French version of the manual pages
Changes: 
 manpages-fr-extra (20071229) unstable; urgency=low
 .
   [ Thomas Huriaux ]
   * Sync with packages in unstable
   * Update procps, coreutils, nfs-utils, tar
   * Bump Standards-Version (no changes needed)
 .
   [ Florentin Duneau ]
   * Update glibc
Files: 
 be7e480c66bed08a10c86ee7f16a4e6d 553 doc optional 
manpages-fr-extra_20071229.dsc
 fe8cc56929ce0d75fe8b0c40bfb43c9d 1759329 doc optional 
manpages-fr-extra_20071229.tar.gz
 63c5f74922d80c3deb06facafd251891 712996 doc optional 
manpages-fr-extra_20071229_all.deb

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

iD8DBQFHdjwbOU3FkQ7XBOoRAk/qAJ40bLbNft5bAXi/r83MPs7Z5MehKgCgwQd8
nXUkzKg2gi3cb46+TDfA+Jc=
=hTmi
-END PGP SIGNATURE-


Accepted:
manpages-fr-extra_20071229.dsc
  to pool/main/m/manpages-fr-extra/manpages-fr-extra_20071229.dsc
manpages-fr-extra_20071229.tar.gz
  to pool/main/m/manpages-fr-extra/manpages-fr-extra_20071229.tar.gz
manpages-fr-extra_20071229_all.deb
  to pool/main/m/manpages-fr-extra/manpages-fr-extra_20071229_all.deb


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



Accepted culmus 0.101-9 (source all)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 14:01:19 +0200
Source: culmus
Binary: culmus
Architecture: source all
Version: 0.101-9
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 culmus - Type1 Hebrew Fonts for X11
Changes: 
 culmus (0.101-9) unstable; urgency=low
 .
   * Update Standards-Version to 3.7.3, no changes needed
   * Move Homepage from description to control header
   * Add Vcs-* fields
Files: 
 4db53441065ee10f16bba1981c2314fd 881 x11 optional culmus_0.101-9.dsc
 451484964262b0936c8175f536d65892 3420 x11 optional culmus_0.101-9.diff.gz
 4a4ca26e4df0e4dda79e10ed1adb0a5b 1004348 x11 optional culmus_0.101-9_all.deb

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

iD8DBQFHdjp+HCar6qtHRZgRAgtFAKCmRvdfJOfk8Toym+KHGG18bRhiKQCgmzcP
rzJ2nodCgOPKGUfmFmQmlVE=
=18gw
-END PGP SIGNATURE-


Accepted:
culmus_0.101-9.diff.gz
  to pool/main/c/culmus/culmus_0.101-9.diff.gz
culmus_0.101-9.dsc
  to pool/main/c/culmus/culmus_0.101-9.dsc
culmus_0.101-9_all.deb
  to pool/main/c/culmus/culmus_0.101-9_all.deb


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



Accepted culmus-fancy 0.0.20051018-3 (source all)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 14:21:15 +0200
Source: culmus-fancy
Binary: culmus-fancy
Architecture: source all
Version: 0.0.20051018-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 culmus-fancy - Type1 Fancy Hebrew Fonts for X11
Changes: 
 culmus-fancy (0.0.20051018-3) unstable; urgency=low
 .
   * Move Homepage from description to control field
   * Add Vcs-* control fields
   * Update Standards-Version to 3.7.3, no changes needed
Files: 
 33248f6c1bd5eceb4dcbac998c850e57 937 x11 optional 
culmus-fancy_0.0.20051018-3.dsc
 9528071d1344c0d4fc1e5fa15327714e 2113 x11 optional 
culmus-fancy_0.0.20051018-3.diff.gz
 833d80cce6745368d0e64fc9b85d516f 238044 x11 optional 
culmus-fancy_0.0.20051018-3_all.deb

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

iD8DBQFHdjyNHCar6qtHRZgRAr1tAJ9ccYQppCoSTNh2kO0PUv7sW8LbSgCfe3e0
UnQwnALdfaP2BmajFL1naJ8=
=TyD/
-END PGP SIGNATURE-


Accepted:
culmus-fancy_0.0.20051018-3.diff.gz
  to pool/main/c/culmus-fancy/culmus-fancy_0.0.20051018-3.diff.gz
culmus-fancy_0.0.20051018-3.dsc
  to pool/main/c/culmus-fancy/culmus-fancy_0.0.20051018-3.dsc
culmus-fancy_0.0.20051018-3_all.deb
  to pool/main/c/culmus-fancy/culmus-fancy_0.0.20051018-3_all.deb


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



Accepted jftp 1.51~pre4-1 (source all)

2007-12-29 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 17:16:37 +0530
Source: jftp
Binary: jftp
Architecture: source all
Version: 1.51~pre4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers [EMAIL PROTECTED]
Changed-By: Kumar Appaiah [EMAIL PROTECTED]
Description: 
 jftp   - Java GUI client for FTP, SMB, SFTP and NFS
Changes: 
 jftp (1.51~pre4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Standards version is now 3.7.3 (No changes needed).
 + Change XS-Vcs-* to Vcs-*, as dpkg now supports them.
Files: 
 8fc85ad3c0aa009fb9e83cfad8f40c93 1094 contrib/net optional jftp_1.51~pre4-1.dsc
 8f8ed82031504016614d84034765b399 256543 contrib/net optional 
jftp_1.51~pre4.orig.tar.gz
 c986e722aa8f2de1a1506119d6d7084a 16887 contrib/net optional 
jftp_1.51~pre4-1.diff.gz
 f4fc53d6260e63838642450f2cd651da 475516 contrib/net optional 
jftp_1.51~pre4-1_all.deb

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

iD8DBQFHdjpXWSOgCCdjSDsRAojXAJwMxfu/6Z6x9yoBAdlCsXrsAt4JnACfRRWC
IljyUbEY76dJU4dqLUPeNUE=
=Q6Z1
-END PGP SIGNATURE-


Accepted:
jftp_1.51~pre4-1.diff.gz
  to pool/contrib/j/jftp/jftp_1.51~pre4-1.diff.gz
jftp_1.51~pre4-1.dsc
  to pool/contrib/j/jftp/jftp_1.51~pre4-1.dsc
jftp_1.51~pre4-1_all.deb
  to pool/contrib/j/jftp/jftp_1.51~pre4-1_all.deb
jftp_1.51~pre4.orig.tar.gz
  to pool/contrib/j/jftp/jftp_1.51~pre4.orig.tar.gz


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



Accepted similarity-tester 2.21-4 (source i386)

2007-12-29 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:31:13 +0100
Source: similarity-tester
Binary: similarity-tester
Architecture: source i386
Version: 2.21-4
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 similarity-tester - Find lexical similarities between files
Changes: 
 similarity-tester (2.21-4) unstable; urgency=low
 .
   * Bumped Standard-Version to 3.7.3, no changes needed.
Files: 
 f0c14acb2906ca60a966b175f8b9dfc5 600 devel extra similarity-tester_2.21-4.dsc
 36c9c3bb6d5cf520d83ec479da91c215 2804 devel extra 
similarity-tester_2.21-4.diff.gz
 85c074dd5e6e1834eb404d0e287ecdf0 60958 devel extra 
similarity-tester_2.21-4_i386.deb

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

iD8DBQFHdj5FVkEm8inxm9ERAo99AJ91c0vGMEZn3cH0M3jqmEMuk8dZuwCeJdtk
2fsdtwtF3iJSX6o3sZvzHqY=
=zPJ3
-END PGP SIGNATURE-


Accepted:
similarity-tester_2.21-4.diff.gz
  to pool/main/s/similarity-tester/similarity-tester_2.21-4.diff.gz
similarity-tester_2.21-4.dsc
  to pool/main/s/similarity-tester/similarity-tester_2.21-4.dsc
similarity-tester_2.21-4_i386.deb
  to pool/main/s/similarity-tester/similarity-tester_2.21-4_i386.deb


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



Accepted icedove 2.0.0.9-1 (source amd64)

2007-12-29 Thread Alexander Sack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Dec 2007 16:05:05 +0100
Source: icedove
Binary: icedove-dev icedove icedove-gnome-support icedove-dbg
Architecture: source amd64
Version: 2.0.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Alexander Sack [EMAIL PROTECTED]
Changed-By: Alexander Sack [EMAIL PROTECTED]
Description: 
 icedove- free/unbranded thunderbird mail/news/rss clone
 icedove-dbg - Debug Symbols for Icedove
 icedove-dev - Development files for Icedove
 icedove-gnome-support - Support for Gnome in Icedove
Closes: 427336 444903 453179 453365
Changes: 
 icedove (2.0.0.9-1) unstable; urgency=medium
 .
   * new upstream stability/security update (v2.0.0.9):
 - MFSA 2007-36 aka CVE-2007-4841: URIs with invalid %-encoding mishandled
   by Windows
 - MFSA 2007-29 aka CVE-2007-5339: Crashes with evidence of memory
   corruption (rv:1.8.1.8) - browser engine
 - MFSA 2007-29 aka CVE-2007-5340: Crashes with evidence of memory
   corruption (rv:1.8.1.8) - javascript engine
   * adapt adapt patches to new upstream codebase:
 - drop debian/patches/bz389801_deb443454_fix_gtk_theme_crashes.patch
 - update debian/patches/68_mips_performance.dpatch
 - update debian/patches/series
 - update debian/patches/autoconf2.13-rerun
   * fix ftbfs due to changed cairo pc Requires: (Closes: 453179)
 - add debian/patches/bz344818_att264996.patch
 - update debian/patches/autoconf2.13-rerun
 - update debian/patches/series
   * add copyright file (Closes: 453365)
 - add debian/copyright
   * quote some if test ! ... lines to fix preinst errors (Closes: 427336)
 - update debian/icedove.preinst
   * update icedove menu section - use Applications/Network/Communication
 (Closes: 444903)
 - update debian/icedove.menu
   * don't try to install debian/tmp/usr/lib/icedove/defaults/isp as its not
 shipped by make install anymore
 - update debian/icedove.install
Files: 
 3f7f945afc8537a1f58e1c96a6f94862 1728 mail optional icedove_2.0.0.9-1.dsc
 95f47c60b085527338feefa471e39ef5 34119937 mail optional 
icedove_2.0.0.9.orig.tar.gz
 6d8ed60ced17a6c9ae5f2aae2290cf9f 112522 mail optional icedove_2.0.0.9-1.diff.gz
 6cab1e2ff0d9e431a1fe360fcb14cd43 12265492 mail optional 
icedove_2.0.0.9-1_amd64.deb
 555d5bd404f065d9e61d707f59f2434d 55338 mail optional 
icedove-gnome-support_2.0.0.9-1_amd64.deb
 443f4dad43054ecfed854296b7ff9774 56316746 mail optional 
icedove-dbg_2.0.0.9-1_amd64.deb
 19eaae096417441b84cac06365096d9b 3956752 mail optional 
icedove-dev_2.0.0.9-1_amd64.deb

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

iQIVAwUBR3Us16BE/gcUDGZkAQJO9xAAoZ8nPRr0KqRrDcdGi/hJvFa06M2RWNvW
n74f59Q+Zc3YNR/5zJpLCin3js/3jemA5Brh5b2peoJ4y14/GVbQL564vfD54FWE
tnfrcRgk9w1tNBAs8VAeYhifENZpX93R8wPHgVIgN3ruVdk2nucyPH7o+ZkPwKOj
XdQKyE0oh691sNqcO9sp8BDjkjDxxwyNzbzk1Vs3axQvsRj+8wegt3I0ulKRDV54
udEr1IiUZkszcTDr47QqDNNIzIvqdVknIHQsxdqKwRHD2r9U3Jiuj2xKtJi+kamI
hhmcrDmWtI4Ow3yBq+4qPmGcV3xLoPVyDo7gobvfq47Sj83YjLUevWzJg/Ao2/5A
T5BNGGvLLTgn4M1ohoehXbaPPH0aOQH0iH4/jddAr49RwlnWWWnM3Q3d7sqofBmC
LnOoYO1UzZwIH5CUz1RjQE7fA5xgC5XRyJQUNd66GeLK8529c3wulbb3cJuZXxlH
OSsRbA+jGqFSJ19ynW/RMZUaLgt0oxfFs5YfDsnx4yETAbt+bpcdPO6FNFKJaMdE
c4/+hiqAp40nQvWu82jnVpHvDKl2UADj/TvxmgNx+eNPq2EybsVTtInoSVEYqRXT
TZSQN10RrcsnjHoJIQ8SPPq42e3R49w8beA+Ex1jdYZvyGIOBov1DDzRrYsKdkeD
JIdTzxJ4+KA=
=eGhi
-END PGP SIGNATURE-


Accepted:
icedove-dbg_2.0.0.9-1_amd64.deb
  to pool/main/i/icedove/icedove-dbg_2.0.0.9-1_amd64.deb
icedove-dev_2.0.0.9-1_amd64.deb
  to pool/main/i/icedove/icedove-dev_2.0.0.9-1_amd64.deb
icedove-gnome-support_2.0.0.9-1_amd64.deb
  to pool/main/i/icedove/icedove-gnome-support_2.0.0.9-1_amd64.deb
icedove_2.0.0.9-1.diff.gz
  to pool/main/i/icedove/icedove_2.0.0.9-1.diff.gz
icedove_2.0.0.9-1.dsc
  to pool/main/i/icedove/icedove_2.0.0.9-1.dsc
icedove_2.0.0.9-1_amd64.deb
  to pool/main/i/icedove/icedove_2.0.0.9-1_amd64.deb
icedove_2.0.0.9.orig.tar.gz
  to pool/main/i/icedove/icedove_2.0.0.9.orig.tar.gz


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



Accepted pcsc-omnikey 1:2-2 (source i386)

2007-12-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:39:00 +0100
Source: pcsc-omnikey
Binary: pcsc-omnikey
Architecture: source i386
Version: 1:2-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 pcsc-omnikey - PC/SC driver for Omnikey Cardman Smartcard readers (binary-only)
Changes: 
 pcsc-omnikey (1:2-2) unstable; urgency=low
 .
   * Bumping to new policy.
   * Using new homepage field in control.
Files: 
 58fb0440e6697d308287f9eca281660c 639 non-free/misc optional 
pcsc-omnikey_2-2.dsc
 bce7447c22514af0b0252556772f88c6 3250 non-free/misc optional 
pcsc-omnikey_2-2.diff.gz
 600eb1c68e74a197e39d4ba0a994f818 141234 non-free/misc optional 
pcsc-omnikey_2-2_i386.deb

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

iD8DBQFHdkBW+C5cwEsrK54RAhHbAKDVAnkxrdvuAEif5RuayQH0TR9HqgCg153P
BY3zZnN0m22M18KTUAM7ZD8=
=3NkI
-END PGP SIGNATURE-


Accepted:
pcsc-omnikey_2-2.diff.gz
  to pool/non-free/p/pcsc-omnikey/pcsc-omnikey_2-2.diff.gz
pcsc-omnikey_2-2.dsc
  to pool/non-free/p/pcsc-omnikey/pcsc-omnikey_2-2.dsc
pcsc-omnikey_2-2_i386.deb
  to pool/non-free/p/pcsc-omnikey/pcsc-omnikey_2-2_i386.deb


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



Accepted lua-bit 25~svn20071229-1 (source amd64)

2007-12-29 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Dec 2007 22:16:21 +0100
Source: lua-bit
Binary: liblua5.1-bit-dev liblua5.1-bit0
Architecture: source amd64
Version: 25~svn20071229-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua5.1-bit-dev - bit manipulation library development files for the lua 
language v
 liblua5.1-bit0 - bit manipulation library for the lua language version 5.1
Changes: 
 lua-bit (25~svn20071229-1) unstable; urgency=low
 .
   * Cvs snapshot to test some fixes aimed at improving portability
Files: 
 06501c760883af0c8b15db1d036ee637 852 interpreters optional 
lua-bit_25~svn20071229-1.dsc
 0c322a23a9f53e1c2f46445092bfe629 7421 interpreters optional 
lua-bit_25~svn20071229.orig.tar.gz
 2fdbeee685754f33a6f18143633868c8 2675 interpreters optional 
lua-bit_25~svn20071229-1.diff.gz
 afad25edddb779241388f1264dbe4ff8 5880 interpreters optional 
liblua5.1-bit0_25~svn20071229-1_amd64.deb
 52aae9cc02107b474281e65bf8405c22 5970 libdevel optional 
liblua5.1-bit-dev_25~svn20071229-1_amd64.deb

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

iD8DBQFHdkII7kkcPgEj8vIRAngqAJ43yoY4QxdgJCp9PSJEAuh894wtRwCcD3+C
DC6LRyH8oTL8EVAnKZy1cds=
=Emt2
-END PGP SIGNATURE-


Accepted:
liblua5.1-bit-dev_25~svn20071229-1_amd64.deb
  to pool/main/l/lua-bit/liblua5.1-bit-dev_25~svn20071229-1_amd64.deb
liblua5.1-bit0_25~svn20071229-1_amd64.deb
  to pool/main/l/lua-bit/liblua5.1-bit0_25~svn20071229-1_amd64.deb
lua-bit_25~svn20071229-1.diff.gz
  to pool/main/l/lua-bit/lua-bit_25~svn20071229-1.diff.gz
lua-bit_25~svn20071229-1.dsc
  to pool/main/l/lua-bit/lua-bit_25~svn20071229-1.dsc
lua-bit_25~svn20071229.orig.tar.gz
  to pool/main/l/lua-bit/lua-bit_25~svn20071229.orig.tar.gz


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



Accepted watchdog 5.4-5 (source i386)

2007-12-29 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:26:40 +0100
Source: watchdog
Binary: watchdog
Architecture: source i386
Version: 5.4-5
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 watchdog   - A software watchdog
Changes: 
 watchdog (5.4-5) unstable; urgency=low
 .
   * Bumped standards-version to 3.7.3, no other changes needed.
   * Increased versioned build dependency on debhelper to = 5 because we use
 compatibility level 5.
Files: 
 4b385c71efd5fc8c0ef28c1079951e06 579 admin extra watchdog_5.4-5.dsc
 7286789c80fe30aa3ea84ae3f60f09c8 2138 admin extra watchdog_5.4-5.diff.gz
 073343e3ccee5c504701044bb5f553d5 68756 admin extra watchdog_5.4-5_i386.deb

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

iD4DBQFHdj+GVkEm8inxm9ERAhM6AJwNIvxVShTCQOv/bvmcd8Np2Kk6QgCYt+iS
qfcso/d1xZMZGw5dpneJQA==
=noUL
-END PGP SIGNATURE-


Accepted:
watchdog_5.4-5.diff.gz
  to pool/main/w/watchdog/watchdog_5.4-5.diff.gz
watchdog_5.4-5.dsc
  to pool/main/w/watchdog/watchdog_5.4-5.dsc
watchdog_5.4-5_i386.deb
  to pool/main/w/watchdog/watchdog_5.4-5_i386.deb


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



Accepted iceowl 0.7-1 (source amd64)

2007-12-29 Thread Alexander Sack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Dec 2007 19:49:23 +0100
Source: iceowl
Binary: iceowl iceowl-extension iceowl-dev
Architecture: source amd64
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Sack [EMAIL PROTECTED]
Changed-By: Alexander Sack [EMAIL PROTECTED]
Description: 
 iceowl - Iceowl standalone mail client
 iceowl-dev - iceowl development files
 iceowl-extension - Calendar Extension for Thunderbird/Icedove
Changes: 
 iceowl (0.7-1) unstable; urgency=low
 .
   * Upstream release 0.7
   * Made use of upstream tarball
   * Full list of changes can be found at:
 http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html
 - Too many to list here.
   * debian/control: Removed ${Source-Version} from depends of sunbird-dev
 and just using sunbird as depend
   * debian/patches/configure-autoconf2-13-reconfigure.patch: Ran
 autoconf2.13 to update patch
   * debian/patches/bz399589_fix_missing_symbol_with_new_nss.patch: Added
 patch to fix FTBFS with error ‘SECAlgorithmIDTemplate’ was not declared
 in this scope
   * debian/patches/series: Updated for
 bz399589_fix_missing_symbol_with_new_nss.patch
   * Reupload source tarball without binaries (LP: #121734) - sanitized
 using debian/remove.binonly.sh
   * debian/remove.binonly.sh: add script to strip original tarball from
 binary only cruft.
 .
   [ Alexander Sack ]
   * debian/rules: fix DEBIAN_MOZ_UPSTREAM_APPLICATION.
   * debian/remove.binonly.sh: add script to remove binary only files.
 .
   Changes from Ubuntu 0.5 packaging:
 .
   [ Alexander Sack ]
   * debian/rules, debian/control: use don't build lpia with gcc-4.1/g++-4.1
 anymore, but use gcc-4.2/g++-4.2 for all archs now.
   * debian/patches/configure-autoconf2-13-reconfigure.patch: update configure
 patch to enable visibility changes of previous upload.
   * debian/patches/force-no-pragma-visibility-for-gcc-4.2_4.3,
 debian/patches/series: add patch to disable pragma visibility strategy
 to hide symbols. stick to -fvisibility=hidden.
   * debian/control: adding unzip to build-depends
   * debian/control: fixing short summary of summary to refer
 to Calendar instead of mail client
   * debian/copyright: add info about
 other-licenses/{7zstub,bsdiff,branding,libart_lgpl}
 .
   [ John Vivirito ]
   * debian/sunbird.postinst: Fixed typo for the post install reminder to
 restart Sunbird, from Sunbirdes to Sunbirds
   * debian/sunbird.desktop: Moved menu item to Office from Internet
   * debian/rules: Added pref to --enable-extension config options to
 disable upstreams update choice in Help menu
 [With help from Alexander]
   * debian/sunbird.install: Added debian/tmp/usr/lib/sunbird/defaults
 /autoconfig usr/share/sunbird/defaults due to failure to start after
 install due to change in debian/rules above
   * debian/sunbird.desktop: modified .desktop file to reflect sunbird
   * debian/control: Fixed typos changed standalone to stand-alone
   * debian/firefox.manpages: removed for now, not needed
   * debian/sunbird.postinst: removed all code that installs sunbird as an
 alternative for x-www-browser
   * debian/sunbird.prerm: removed all code that installs sunbird as an
 alternative for x-www-browser
Files: 
 3ff54b3e93b69e66fea92fa2cbbc4826 1679 web optional iceowl_0.7-1.dsc
 f381e3ad90246d7ebe09591f114d5b49 35762088 web optional iceowl_0.7.orig.tar.gz
 7d0869dbb02ae0da44cd01a55d610ce8 206018 web optional iceowl_0.7-1.diff.gz
 ba411afb09190e565a13d5cb4722 8966708 web optional iceowl_0.7-1_amd64.deb
 0eccf20ec5368f0a99dd0a023d1384eb 1198082 web optional 
iceowl-extension_0.7-1_amd64.deb
 b7b30f1d5c20b49f85e918ce5f1bce3a 3296652 devel optional 
iceowl-dev_0.7-1_amd64.deb

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

iQIVAwUBR3VT06BE/gcUDGZkAQKDGg//TBfHR8bueCwU7/5hQ44NctaaRCz0mipL
IhkxWww8lvdQoWPAopzjcynX9uJrRNGYZrpcxAznnig1/TbGC1zxlW648uGeh3gX
et+5RL4ERCEOeGZgIODv0zv7jMLnN/kh5gs9HCyBJyxZGj/tQ82dQJ409u40fRNt
uddeVvfNPHyK4kpFklncOdNH6cgXXiGzXZl6iYPm+Ch1kvvWg19jm8MyGbFwq5D6
M3/nm/1SJ+et8+uafql78EDk+xa4Bz7yS8rTAFqG8+NOitZVcT/UH8KYw4LmbmHp
wWaQqaigyLUMaxw7YaqBXfNCKB4SxKVj6d/oyl7ps34UEpxSHkn/hCII/5KlxSLz
0vVRGQUdwTV6GnWTkZ1Yn7kqTs6uxzZlXqY9TOuOPLYJGQc7l6aq/1FcX2puIaXr
wnmpQ9vBmdcFvif4Xr/Wu+kuKeL9FVJ2PwI5AoipdeEKxYxu4TVjd1tCmlZyvUTT
ojeWqOCswqZb+Pp/d8X93Q8hzu0kcRyCyTHEKvXeAtSWx1W3Z8NlBnLJU/9YWY/d
sgcLFCjt0l88NTBurVjCC+VV4NVF4oFb8w0V4I9W1gOcEavHcbdRO0NY+CfHfeo9
hrxfVdc8e53iqzM3T6ua1qyFcyqpnac6gOqoSwQ17r+HZ0KC3+MMZbpHv5BxsxGv
RkBvxoqPQO8=
=7Zc1
-END PGP SIGNATURE-


Accepted:
iceowl-dev_0.7-1_amd64.deb
  to pool/main/i/iceowl/iceowl-dev_0.7-1_amd64.deb
iceowl-extension_0.7-1_amd64.deb
  to pool/main/i/iceowl/iceowl-extension_0.7-1_amd64.deb
iceowl_0.7-1.diff.gz
  to pool/main/i/iceowl/iceowl_0.7-1.diff.gz
iceowl_0.7-1.dsc
  to pool/main/i/iceowl/iceowl_0.7-1.dsc
iceowl_0.7-1_amd64.deb
  to 

Accepted libjogl-java 1.1.1~rc7-2 (source all i386)

2007-12-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:58:15 +0100
Source: libjogl-java
Binary: libjogl-jni libjogl-java libjogl-java-doc
Architecture: source all i386
Version: 1.1.1~rc7-2
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libjogl-java - Java bindings for OpenGL API (java library)
 libjogl-java-doc - Documentation for the Java bindings for OpenGL
 libjogl-jni - Java bindings for OpenGL API (java jni library)
Changes: 
 libjogl-java (1.1.1~rc7-2) unstable; urgency=low
 .
   [ Sylvestre Ledru ]
   * A library was missing
   * Clean ant target added
   * Facilitate the future use of Cg (C for Graphics from NVIDIA) when/if
 available
   * Updated to Standards-Version: 3.7.3 (no changes needed).
 .
   [ Torsten Werner ]
   * Enable autobuilding the non-free package.
Files: 
 bcffca16a6841cf59f69e9f308e775e7 1011 non-free/libs optional 
libjogl-java_1.1.1~rc7-2.dsc
 ddba36bab4adbac245d5f592febb4129 6340 non-free/libs optional 
libjogl-java_1.1.1~rc7-2.diff.gz
 4ce30158bdf22217957f104b8f15f5c3 1003238 non-free/libs optional 
libjogl-java_1.1.1~rc7-2_all.deb
 7f908480a88a7a30c06ce0bbdd1a998a 753322 non-free/doc optional 
libjogl-java-doc_1.1.1~rc7-2_all.deb
 f253741a0af49fe727adf8b1217e8382 151240 non-free/libs optional 
libjogl-jni_1.1.1~rc7-2_i386.deb

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

iD8DBQFHdkZqfY3dicTPjsMRAncwAJ9nB9kfrGiqwKRSFRi2w0/Bu5GBBACffQOK
74aL+wxZ6xqQck8NYeNzgqE=
=lXM4
-END PGP SIGNATURE-


Accepted:
libjogl-java-doc_1.1.1~rc7-2_all.deb
  to pool/non-free/libj/libjogl-java/libjogl-java-doc_1.1.1~rc7-2_all.deb
libjogl-java_1.1.1~rc7-2.diff.gz
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1~rc7-2.diff.gz
libjogl-java_1.1.1~rc7-2.dsc
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1~rc7-2.dsc
libjogl-java_1.1.1~rc7-2_all.deb
  to pool/non-free/libj/libjogl-java/libjogl-java_1.1.1~rc7-2_all.deb
libjogl-jni_1.1.1~rc7-2_i386.deb
  to pool/non-free/libj/libjogl-java/libjogl-jni_1.1.1~rc7-2_i386.deb


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



Accepted dahb-html 3.1.2.20-2 (source all)

2007-12-29 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:53:00 +0100
Source: dahb-html
Binary: dahb-html
Architecture: source all
Version: 3.1.2.20-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dahb-html  - Debian GNU/Linux Anwenderhandbuch
Changes: 
 dahb-html (3.1.2.20-2) unstable; urgency=low
 .
   * Bumping to new policy.
   * Using new homepage field in control.
Files: 
 4b340c597f79cd2cee13915106b17748 625 non-free/doc optional 
dahb-html_3.1.2.20-2.dsc
 63e86f3a4a5b4c3318f62dea2a491328 7089 non-free/doc optional 
dahb-html_3.1.2.20-2.diff.gz
 e9c128909b7557d8ab0041cb284bb643 20117484 non-free/doc optional 
dahb-html_3.1.2.20-2_all.deb

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

iD8DBQFHdkZt+C5cwEsrK54RAgY3AJ9QCAUAuascSmzuJ7f7m4zKfnMl4gCg0YLQ
nE9dOEmXWuqdfAbstLsc7qU=
=JG2O
-END PGP SIGNATURE-


Accepted:
dahb-html_3.1.2.20-2.diff.gz
  to pool/non-free/d/dahb-html/dahb-html_3.1.2.20-2.diff.gz
dahb-html_3.1.2.20-2.dsc
  to pool/non-free/d/dahb-html/dahb-html_3.1.2.20-2.dsc
dahb-html_3.1.2.20-2_all.deb
  to pool/non-free/d/dahb-html/dahb-html_3.1.2.20-2_all.deb


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



Accepted mplayer 1.0~rc2-7 (source all i386)

2007-12-29 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:08:22 +
Source: mplayer
Binary: mplayer-doc mplayer
Architecture: source all i386
Version: 1.0~rc2-7
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 [EMAIL PROTECTED]
Changed-By: A Mennucc1 [EMAIL PROTECTED]
Description: 
 mplayer- movie player for Unix-like systems
 mplayer-doc - documentation for MPlayer
Closes: 440461 440717 451381 451551 454710 457312
Changes: 
 mplayer (1.0~rc2-7) unstable; urgency=low
 .
   * fix segfault on GNU/kFreeBSD, by moving a patch from
 debian/patches/25kFreeBDS.dpatch directly to debian/rules itself,
 thanks to Petr Salinger (Closes: #457312).
   * really remove /etc/init.d/mplayer and /etc/rc... files (used 
 1.0~rc2-1), thanks to Kumar Appaiah  piuparts (Closes: #454710).
   * Avoid 'echo -e' bashism in postinst (now uses /bin/echo ),
 thanks to Helmut Grohne (Closes: #451551).
   * delete  config.h config.mak from diff.gz,
 thanks to Fabian Greffrath (Closes: #451381).
   * [INTL:sk] Slovak po-debconf translation,
 thanks to [EMAIL PROTECTED] (Closes: #440717).
   * enable jack support, thanks to Free Ekanayaka (Closes: #440461).
   * Document 22disable-xscreensaver.dpatch
   * Bump standard to 3.7.3.0 :
 - menu for /usr/bin/gmplayer goes in section=Applications/Video
 - added Homepage and Vcs fields
Files: 
 c2bb0e2f9ae0d662481d831baa51a86c 1421 graphics optional mplayer_1.0~rc2-7.dsc
 f5bbe64a2829af57196d0b61c146484b 70550 graphics optional 
mplayer_1.0~rc2-7.diff.gz
 483e988d4b2414fe93e53b6ffb651c35 2456962 graphics optional 
mplayer-doc_1.0~rc2-7_all.deb
 8c4cce25db344004b8e91be62f6b8c3b 5054228 graphics optional 
mplayer_1.0~rc2-7_i386.deb

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

iD8DBQFHdlDp9B/tjjP8QKQRAl6SAJwOStAwu095o8wTkpRflHticWpeyQCfU13Y
UOTqoomh1VlRn43GtZPKSh8=
=6w0o
-END PGP SIGNATURE-


Accepted:
mplayer-doc_1.0~rc2-7_all.deb
  to pool/main/m/mplayer/mplayer-doc_1.0~rc2-7_all.deb
mplayer_1.0~rc2-7.diff.gz
  to pool/main/m/mplayer/mplayer_1.0~rc2-7.diff.gz
mplayer_1.0~rc2-7.dsc
  to pool/main/m/mplayer/mplayer_1.0~rc2-7.dsc
mplayer_1.0~rc2-7_i386.deb
  to pool/main/m/mplayer/mplayer_1.0~rc2-7_i386.deb


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



Accepted libcommons-logging-java 1.1.1-1 (source all)

2007-12-29 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 18:40:45 +0530
Source: libcommons-logging-java
Binary: libcommons-logging-java
Architecture: source all
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Kumar Appaiah [EMAIL PROTECTED]
Description: 
 libcommons-logging-java - commmon wrapper interface for several logging APIs
Changes: 
 libcommons-logging-java (1.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches:
 + Refresh 01_target13_BuildXml.patch and 02_build_javadoc.patch.
   * debian/control:
 + Make XS-Svn-* fields Svn-*, as dpkg supports them now.
 + Standards version is now 3.7.3.
   * debian/patches:
 + 03_disable_securityallow_test.patch: Added to disable the
   SecurityAllowedTestCase which fails to on GCJ. The issue
   seems to be with gcj, so we don't run this test till gcj
   is fixed.
 + 04_fix_jarname.patch: Remove the SNAPSHOT from the generated JAR's
   filename.
Files: 
 42c5c45871bb4a280be90c3588e3988f 1144 libs optional 
libcommons-logging-java_1.1.1-1.dsc
 e5cfa8cca13152d7545fde6b1783c60a 190670 libs optional 
libcommons-logging-java_1.1.1.orig.tar.gz
 00258eef1c3286bbb3960b5bb5a4cd03 8517 libs optional 
libcommons-logging-java_1.1.1-1.diff.gz
 f7afb0d9f5ec4c229498cb03a5a1329b 209796 libs optional 
libcommons-logging-java_1.1.1-1_all.deb

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

iD8DBQFHdlFyWSOgCCdjSDsRAtbOAJ9yDF0OLDyuxUH6NqxvWM+IjzcP1wCdE4Ja
N0ErwAH9b+wvE+ksum4eqV0=
=p6Z3
-END PGP SIGNATURE-


Accepted:
libcommons-logging-java_1.1.1-1.diff.gz
  to 
pool/main/libc/libcommons-logging-java/libcommons-logging-java_1.1.1-1.diff.gz
libcommons-logging-java_1.1.1-1.dsc
  to pool/main/libc/libcommons-logging-java/libcommons-logging-java_1.1.1-1.dsc
libcommons-logging-java_1.1.1-1_all.deb
  to 
pool/main/libc/libcommons-logging-java/libcommons-logging-java_1.1.1-1_all.deb
libcommons-logging-java_1.1.1.orig.tar.gz
  to 
pool/main/libc/libcommons-logging-java/libcommons-logging-java_1.1.1.orig.tar.gz


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



Accepted libdtdparser-java 1.21a-3 (source all)

2007-12-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 14:31:58 +0100
Source: libdtdparser-java
Binary: libdtdparser-java
Architecture: source all
Version: 1.21a-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libdtdparser-java - Java DTD parser library
Changes: 
 libdtdparser-java (1.21a-3) unstable; urgency=low
 .
   [ Kumar Appaiah ]
   * Add watch file.
   * debian/control:
 + Add Vcs-Broswer and Vcs-Svn.
 + Add Homepage.
 .
   [ Michael Koch ]
   * Updated Standards-Version to 3.7.3.
Files: 
 215416de934f9b5dc97926ab5b3472ba 965 libs optional 
libdtdparser-java_1.21a-3.dsc
 77489135cdebe83ad7d041eb043e2155 12525 libs optional 
libdtdparser-java_1.21a-3.diff.gz
 fb9387c690f657a1f19f22b9fb476b1b 80236 libs optional 
libdtdparser-java_1.21a-3_all.deb

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

iD8DBQFHdk46WSOgCCdjSDsRAt/JAJ90zXau61l+aT6UHMhZ3ElymhMqTgCgjbVU
TlY3TM9OjHHQDYNciRTchUE=
=kyJb
-END PGP SIGNATURE-


Accepted:
libdtdparser-java_1.21a-3.diff.gz
  to pool/main/libd/libdtdparser-java/libdtdparser-java_1.21a-3.diff.gz
libdtdparser-java_1.21a-3.dsc
  to pool/main/libd/libdtdparser-java/libdtdparser-java_1.21a-3.dsc
libdtdparser-java_1.21a-3_all.deb
  to pool/main/libd/libdtdparser-java/libdtdparser-java_1.21a-3_all.deb


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



Accepted liboro-java 2.0.8a-4 (source all)

2007-12-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 14:41:49 +0100
Source: liboro-java
Binary: liboro-java
Architecture: source all
Version: 2.0.8a-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 liboro-java - Regular expression library for Java
Changes: 
 liboro-java (2.0.8a-4) unstable; urgency=low
 .
   * Updated watch file to match upstream correctly.
Files: 
 a6223a82d029642f4df45a694e0dd9e4 727 libs optional liboro-java_2.0.8a-4.dsc
 3d306203571190486b89eb3f8296ede4 4132 libs optional 
liboro-java_2.0.8a-4.diff.gz
 ef6d792cff418e0f341bb036ab838399 69142 libs optional 
liboro-java_2.0.8a-4_all.deb

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

iD8DBQFHdk7lWSOgCCdjSDsRAoQpAJ9kHVDeuMvSC1pt0i+8fBjRfK1RbwCeMALg
OCXm8B1SvXS4gasfMCEF8Yw=
=ABFM
-END PGP SIGNATURE-


Accepted:
liboro-java_2.0.8a-4.diff.gz
  to pool/main/libo/liboro-java/liboro-java_2.0.8a-4.diff.gz
liboro-java_2.0.8a-4.dsc
  to pool/main/libo/liboro-java/liboro-java_2.0.8a-4.dsc
liboro-java_2.0.8a-4_all.deb
  to pool/main/libo/liboro-java/liboro-java_2.0.8a-4_all.deb


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



Accepted vdr-plugin-fritzbox 0.0.9-3 (source i386)

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:37:36 +0100
Source: vdr-plugin-fritzbox
Binary: vdr-plugin-fritzbox
Architecture: source i386
Version: 0.0.9-3
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 (0.0.9-3) unstable; urgency=low
 .
* 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-fritzbox (0.0.9-2) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-fritzbox (0.0.9-1) unstable; urgency=low
 .
   * New upstream release
   * Added 90_fritzbox-0.0.9-compile-fix.dpatch
   * Added dpatch to Build-Depends
 .
 vdr-plugin-fritzbox (0.0.8-1) unstable; urgency=low
 .
   * New upstream release
   * Removed DVBDIR from debian/rules
 .
 vdr-plugin-fritzbox (0.0.7-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
Files: 
 be8bd25a6618f2f7da5266a6c98d6252 1003 misc extra 
vdr-plugin-fritzbox_0.0.9-3.dsc
 82df599313005859b592c2319cb0137e 47968 misc extra 
vdr-plugin-fritzbox_0.0.9.orig.tar.gz
 f2f594884af28cae735c765ff9c2cfd5 2613 misc extra 
vdr-plugin-fritzbox_0.0.9-3.diff.gz
 b8f86adb28ad9d42a14f36d18aed379f 65342 misc extra 
vdr-plugin-fritzbox_0.0.9-3_i386.deb

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

iD8DBQFHdlTpc9+NqwoydlIRAmrpAJ9KepTS1nEX4kLGBa/uD1IHQekDgwCfWKS3
yKq1f36dDjTpmjDCGzMjOCk=
=KOUe
-END PGP SIGNATURE-


Accepted:
vdr-plugin-fritzbox_0.0.9-3.diff.gz
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_0.0.9-3.diff.gz
vdr-plugin-fritzbox_0.0.9-3.dsc
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_0.0.9-3.dsc
vdr-plugin-fritzbox_0.0.9-3_i386.deb
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_0.0.9-3_i386.deb
vdr-plugin-fritzbox_0.0.9.orig.tar.gz
  to pool/main/v/vdr-plugin-fritzbox/vdr-plugin-fritzbox_0.0.9.orig.tar.gz


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



Accepted libaqbanking 3.0.1-2 (source all i386)

2007-12-29 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 14:07:30 +0100
Source: libaqbanking
Binary: libaqbanking-plugins-libgwenhywfar47 libaqbanking20-plugins-qt 
libaqbanking-doc libaqbanking20 libqbanking5 libaqbanking20-dev 
libaqbanking-data aqbanking-tool libaqofxconnect4 libaqbanking20-plugins 
libaqhbci12 aqbanking-tools
Architecture: source all i386
Version: 3.0.1-2
Distribution: experimental
Urgency: low
Maintainer: Micha Lenk [EMAIL PROTECTED]
Changed-By: Micha Lenk [EMAIL PROTECTED]
Description: 
 aqbanking-tool - transitional package for Debian Lenny
 aqbanking-tools - basic command line homebanking utilities
 libaqbanking-data - configuration files for libaqbanking
 libaqbanking-doc - library for online banking applications
 libaqbanking-plugins-libgwenhywfar47 - library for online banking applications 
plugins to libgwenhywfar
 libaqbanking20 - library for online banking applications
 libaqbanking20-dev - library for online banking applications
 libaqbanking20-plugins - plugins needed by libaqbanking20
 libaqbanking20-plugins-qt - plugins needed by libaqbanking20
 libaqhbci12 - library for HBCI online banking
 libaqofxconnect4 - library for OFX online banking
 libqbanking5 - QT frontend library for AqBanking
Closes: 455261
Changes: 
 libaqbanking (3.0.1-2) experimental; urgency=low
 .
   * bump standards version from 3.7.2 to 3.7.3 (no changes needed)
   * Make use of the new Homepage field and drop the pseudo fields.
   * Add a NEWS file giving users a hint about the moved configuration files
 and describing the steps making the old configuration files working again.
   * Add file README.keyfile-update to package aqbanking-tools, preliminaryly
 pointing to the information needed for updating key files.
   * debian/control:
 - add transitional package aqbanking-tool depending on aqbanking-tools
   making upgrades as smooth as possible (closes: #455261)
 - let package aqbanking-tools suggest package gwenhywfar-tools because
   README.keyfile-update refers to it
 - add Vcs-{Svn,Browser} fields
 - add Georg W. Leonhardt to Uploaders.
   * debian/rules:
 - clean up the clean target
 - disable doxygen's generation of mostly empty subdirs in apidoc.
   * Upstream moved downloads to a new place which isn't watch-able yet, thus
 drop the debian/watch file.
   * Delete spurious whitespace in debian/libaqbanking-doc.doc-base which would
 cause a part of the description to be unintentionally displayed verbatim
 (thanks to the lintian authors)
Files: 
 f1e2d5ae92f333f75298d1896a50045e 1298 libs optional libaqbanking_3.0.1-2.dsc
 85d840535696c641db5b4a72f710aeb3 12760 libs optional 
libaqbanking_3.0.1-2.diff.gz
 c9774635d9ab64cdeac2a06c111832ac 137772 libdevel optional 
libaqbanking20-dev_3.0.1-2_all.deb
 b2e964f44a9bc3f2ca4785478b27a9a4 915322 doc optional 
libaqbanking-doc_3.0.1-2_all.deb
 c96e04ac46e6f53d6d162a5b27cf3a7a 59288 utils optional 
aqbanking-tool_3.0.1-2_all.deb
 a2df4609894d5c6b5e14ff69e1e0996f 2820454 libs optional 
libaqbanking-data_3.0.1-2_all.deb
 cd783becf2838985effca4a7b700d7a3 104102 utils optional 
aqbanking-tools_3.0.1-2_i386.deb
 e1c12a3957a3e4c42e275014a3deb795 119938 libs optional 
libaqbanking20-plugins_3.0.1-2_i386.deb
 0ee25711871bfdad59834adec5f9029a 284584 libs optional 
libaqbanking20-plugins-qt_3.0.1-2_i386.deb
 e6b5fdd7d42169ec1d3a5c4c21f63d7a 93276 libs optional 
libaqbanking-plugins-libgwenhywfar47_3.0.1-2_i386.deb
 91ee676ee39dd64a60d409eda0f5c240 195656 libs optional 
libaqbanking20_3.0.1-2_i386.deb
 cf69f1d3de1611b4955c56ce21987d96 218372 libs optional 
libaqhbci12_3.0.1-2_i386.deb
 bad7751184ff1c2837ad6e93dcaf5a0f 276416 libs optional 
libqbanking5_3.0.1-2_i386.deb
 4cab5f76496f57d8ec949f724f62447c 83368 libs optional 
libaqofxconnect4_3.0.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: GnuPG key at http://thomas.viehmann.net/

iD8DBQFHdlxFriZpaaIa1PkRAnHCAJ9ezA+o07eloRW/LoEyFSgvZDTRWwCfd53z
p0yvc5U1Bem9j32aO3wH/Fw=
=ldom
-END PGP SIGNATURE-


Accepted:
aqbanking-tool_3.0.1-2_all.deb
  to pool/main/liba/libaqbanking/aqbanking-tool_3.0.1-2_all.deb
aqbanking-tools_3.0.1-2_i386.deb
  to pool/main/liba/libaqbanking/aqbanking-tools_3.0.1-2_i386.deb
libaqbanking-data_3.0.1-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking-data_3.0.1-2_all.deb
libaqbanking-doc_3.0.1-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking-doc_3.0.1-2_all.deb
libaqbanking-plugins-libgwenhywfar47_3.0.1-2_i386.deb
  to 
pool/main/liba/libaqbanking/libaqbanking-plugins-libgwenhywfar47_3.0.1-2_i386.deb
libaqbanking20-dev_3.0.1-2_all.deb
  to pool/main/liba/libaqbanking/libaqbanking20-dev_3.0.1-2_all.deb
libaqbanking20-plugins-qt_3.0.1-2_i386.deb
  to pool/main/liba/libaqbanking/libaqbanking20-plugins-qt_3.0.1-2_i386.deb
libaqbanking20-plugins_3.0.1-2_i386.deb
  to pool/main/liba/libaqbanking/libaqbanking20-plugins_3.0.1-2_i386.deb
libaqbanking20_3.0.1-2_i386.deb
  

Accepted insserv 1.09.0-4 (source i386)

2007-12-29 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 16:00:31 +0100
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.09.0-4
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 insserv- Reorder boot sequence based on LSB init.d script dependencies
Closes: 431697 452462
Changes: 
 insserv (1.09.0-4) unstable; urgency=low
 .
   * Update patch 20_overrides to add useful default values for scripts
 without LSB header (Closes: #431697).
   * Update patch 43_shutdown to handle scripts with both start and
 stop levels.  (Closes: #452462).
   * New patch 44_path_at_runtime to add new option -p to make it
 possible to replace /etc/init.d with another path for testing.
   * Add script debian/run-testsuite to test the generated order, and
 use it during the build.
Files: 
 e06b3fe3c8a81ba3484850555fdc8c31 576 misc optional insserv_1.09.0-4.dsc
 753fecdf3aa4ccfc4584f772a65db191 22056 misc optional insserv_1.09.0-4.diff.gz
 8680a2dd3dbe4467979bd215b59f30cf 43654 misc optional insserv_1.09.0-4_i386.deb

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

iD8DBQFHdmHh20zMSyow1ykRArfZAKDky7gOUFvtzw+E6CkR1eV6yC1bkgCfeE7H
ZWOM9niJXCvyW/5/UAvj6pM=
=045d
-END PGP SIGNATURE-


Accepted:
insserv_1.09.0-4.diff.gz
  to pool/main/i/insserv/insserv_1.09.0-4.diff.gz
insserv_1.09.0-4.dsc
  to pool/main/i/insserv/insserv_1.09.0-4.dsc
insserv_1.09.0-4_i386.deb
  to pool/main/i/insserv/insserv_1.09.0-4_i386.deb


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



Accepted fpc 2.2.0-dfsg1-2 (source i386 all)

2007-12-29 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 15:49:57 +0100
Source: fpc
Binary: fp-docs fp-units-gnome1 fp-units-base fp-units-gtk fp-units-misc 
fp-units-gtk2 fpc fp-units-net fp-utils fp-units-rtl fpc-source fp-units-db 
fp-units-gfx fp-units-i386 fp-units-fcl fp-units-fv fp-units-multimedia fp-ide 
fp-compiler
Architecture: source i386 all
Version: 2.2.0-dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 fp-compiler - Free Pascal -- Compiler
 fp-docs- Free Pascal -- Documentation
 fp-ide - Free Pascal -- IDE
 fp-units-base - Free Pascal -- base units
 fp-units-db - Free Pascal -- database libraries units
 fp-units-fcl - Free Pascal -- Free Component Library
 fp-units-fv - Free Pascal -- Free Vision units
 fp-units-gfx - Free Pascal -- graphics libraries units
 fp-units-gnome1 - Free Pascal -- GNOME 1 units
 fp-units-gtk - Free Pascal -- GTK 1.2 units
 fp-units-gtk2 - Free Pascal -- GTK 2.x units
 fp-units-i386 - Free Pascal -- miscellaneous units
 fp-units-misc - Free Pascal -- miscellaneous units
 fp-units-multimedia - Free Pascal -- miscellaneous units
 fp-units-net - Free Pascal -- networking units
 fp-units-rtl - Free Pascal -- Runtime Library
 fp-utils   - Free Pascal -- Utils
 fpc- Free Pascal Compiler -- Meta Package
 fpc-source - Free Pascal Compiler -- Source Code
Closes: 457951
Changes: 
 fpc (2.2.0-dfsg1-2) unstable; urgency=low
 .
   [ Torsten Werner ]
   * Set Architecture: all for fpc package.
   * Fix bug in debian/rules: it's $(FPCVERSION) not $(FPC_VERSION).
 (Closes: #457951)
 .
   [ Mazen Neifer ]
   * New patch from upstream fixes non-deterministic register allocation on
 sparc
   * Modified rules to apply patches before building compiler
Files: 
 b4e061d8d8d376adaaa1e6f180df64b2 1124 devel optional fpc_2.2.0-dfsg1-2.dsc
 9d707744fac744aad6d5c5d0c4ac52f7 16749 devel optional fpc_2.2.0-dfsg1-2.diff.gz
 ae92f30d5448045a12b8682c1cbb65c9 2016838 devel optional 
fp-compiler_2.2.0-dfsg1-2_i386.deb
 bbb1780b836be6e1f74ccb75bfa6efeb 1032424 devel optional 
fp-ide_2.2.0-dfsg1-2_i386.deb
 8e327d698ec18486e0b718e774c44c1a 2411696 devel optional 
fp-utils_2.2.0-dfsg1-2_i386.deb
 693541b1bac27682cfaa44240ca8e554 1838002 devel optional 
fp-units-rtl_2.2.0-dfsg1-2_i386.deb
 a5193bfeee4864cef089dfcdd28e5bcd 951092 devel optional 
fp-units-base_2.2.0-dfsg1-2_i386.deb
 21f945715dc1742e70f98e7e91e31f4d 3025146 devel optional 
fp-units-fcl_2.2.0-dfsg1-2_i386.deb
 26b5d360b1a9bda7304c72cedec942f3 435370 devel optional 
fp-units-fv_2.2.0-dfsg1-2_i386.deb
 8def3bb04259db18251f4bacc79e0d3d 962428 devel optional 
fp-units-gtk_2.2.0-dfsg1-2_i386.deb
 46b6c8fd2f45d067d4f9d2d790d01bfa 1492252 devel optional 
fp-units-gtk2_2.2.0-dfsg1-2_i386.deb
 43fbb230e2a2a218052b2db57207efe3 350300 devel optional 
fp-units-gnome1_2.2.0-dfsg1-2_i386.deb
 5d30059dbe4b88f881b875c75e8afd8b 932326 devel optional 
fp-units-db_2.2.0-dfsg1-2_i386.deb
 a16e75518d4bf97fdf1c9879b605019c 802728 devel optional 
fp-units-gfx_2.2.0-dfsg1-2_i386.deb
 a66f4a8382e10ef309702439fd3a7015 557780 devel optional 
fp-units-net_2.2.0-dfsg1-2_i386.deb
 d2c8d7a4fd43d4b07846754e6c51aeb1 305678 devel optional 
fp-units-misc_2.2.0-dfsg1-2_i386.deb
 1d0aac04796126d21d7b5257d3e6ce1e 52816 devel optional 
fp-units-multimedia_2.2.0-dfsg1-2_i386.deb
 83df8c1ff0abb2f4327363344d12b803 421784 devel optional 
fp-units-i386_2.2.0-dfsg1-2_i386.deb
 ca0385397aae3179a06e44b8306107d0 8530 devel optional fpc_2.2.0-dfsg1-2_all.deb
 f421c671c4417e565bb9786cf3753b60 10079184 devel optional 
fpc-source_2.2.0-dfsg1-2_all.deb
 d66b3144e296f174e81ede04672a8620 1528564 doc optional 
fp-docs_2.2.0-dfsg1-2_all.deb

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

iD8DBQFHdmFofY3dicTPjsMRAmMjAJ9CcI5YlDsgooYC+ol4JZO4JlvRWQCeIp65
DnNvjW8x0ojQN3SlBdwmsr4=
=WGXC
-END PGP SIGNATURE-


Accepted:
fp-compiler_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-compiler_2.2.0-dfsg1-2_i386.deb
fp-docs_2.2.0-dfsg1-2_all.deb
  to pool/main/f/fpc/fp-docs_2.2.0-dfsg1-2_all.deb
fp-ide_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-ide_2.2.0-dfsg1-2_i386.deb
fp-units-base_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-base_2.2.0-dfsg1-2_i386.deb
fp-units-db_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-db_2.2.0-dfsg1-2_i386.deb
fp-units-fcl_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-fcl_2.2.0-dfsg1-2_i386.deb
fp-units-fv_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-fv_2.2.0-dfsg1-2_i386.deb
fp-units-gfx_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-gfx_2.2.0-dfsg1-2_i386.deb
fp-units-gnome1_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-gnome1_2.2.0-dfsg1-2_i386.deb
fp-units-gtk2_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-gtk2_2.2.0-dfsg1-2_i386.deb
fp-units-gtk_2.2.0-dfsg1-2_i386.deb
  to pool/main/f/fpc/fp-units-gtk_2.2.0-dfsg1-2_i386.deb

Accepted fribidi 0.10.9-1 (source i386)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 17:37:56 +0200
Source: fribidi
Binary: libfribidi0-udeb libfribidi0 libfribidi-dev
Architecture: source i386
Version: 0.10.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 libfribidi-dev - Development files for FreeBidi library
 libfribidi0 - Free Implementation of the Unicode BiDi algorithm
 libfribidi0-udeb - Free Implementation of the Unicode BiDi algorithm
 libfribidi0-udeb - Free Implementation of the Unicode BiDi algorithm (udeb)
Closes: 428067
Changes: 
 fribidi (0.10.9-1) unstable; urgency=low
 .
   [ Baruch Even ]
   * New upstream version 0.10.8
 - Upgrade from unicode standard version 4.1 to 5.0
 .
   [ Lior Kaplan ]
   * Update debian/control so packages are binNMU safe.
 See http://wiki.debian.org/binNMU for more info.
 .
   [ Baruch Even ]
   * Do not ignore errors for make clean
   * Move Homepage from description to control field
   * Updated to 0.10.9, former version failed its build tests (Closes: #428067)
   * Update Standards-Version to 3.7.3, no changes needed
Files: 
 68782bf2163b257678489449ebb734d5 807 libs optional fribidi_0.10.9-1.dsc
 647aee89079b056269ff0918dc1c6d28 621563 libs optional 
fribidi_0.10.9.orig.tar.gz
 1f4f8e2ec61bf8d4cc38c7fb110a3d4b 53909 libs optional fribidi_0.10.9-1.diff.gz
 4e45f649373f5dde592a2e55803d9f37 42644 libs optional 
libfribidi0_0.10.9-1_i386.deb
 3f36feb504873d38fc511ec3dae9dda5 43314 libdevel optional 
libfribidi-dev_0.10.9-1_i386.deb
 506e646c681c555fa0caf6c89c27823e 16862 debian-installer extra 
libfribidi0-udeb_0.10.9-1_i386.udeb
Package-Type: udeb

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

iD8DBQFHdmrhHCar6qtHRZgRArJ7AJ9vh92L7ceRRFVfPRo3mOkV+zJJkACg0lnb
6EU9nWHDM9dXdjAZ0I0sVrk=
=WFkX
-END PGP SIGNATURE-


Accepted:
fribidi_0.10.9-1.diff.gz
  to pool/main/f/fribidi/fribidi_0.10.9-1.diff.gz
fribidi_0.10.9-1.dsc
  to pool/main/f/fribidi/fribidi_0.10.9-1.dsc
fribidi_0.10.9.orig.tar.gz
  to pool/main/f/fribidi/fribidi_0.10.9.orig.tar.gz
libfribidi-dev_0.10.9-1_i386.deb
  to pool/main/f/fribidi/libfribidi-dev_0.10.9-1_i386.deb
libfribidi0-udeb_0.10.9-1_i386.udeb
  to pool/main/f/fribidi/libfribidi0-udeb_0.10.9-1_i386.udeb
libfribidi0_0.10.9-1_i386.deb
  to pool/main/f/fribidi/libfribidi0_0.10.9-1_i386.deb


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



Accepted asterisk 1:1.4.16.2~dfsg-2 (source all i386)

2007-12-29 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Dec 2007 02:46:38 +0200
Source: asterisk
Binary: asterisk-sounds-main asterisk-h323 asterisk asterisk-config 
asterisk-dbg asterisk-dev asterisk-doc
Architecture: source all i386
Version: 1:1.4.16.2~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Tzafrir Cohen [EMAIL PROTECTED]
Description: 
 asterisk   - Open Source Private Branch Exchange (PBX)
 asterisk-config - Configuration files for Asterisk
 asterisk-dbg - Debugging symbols for Asterisk
 asterisk-dev - Development files for Asterisk
 asterisk-doc - Source code documentation for Asterisk
 asterisk-h323 - H.323 protocol support for Asterisk
 asterisk-sounds-main - Core Sound files for Asterisk (English)
Closes: 458022
Changes: 
 asterisk (1:1.4.16.2~dfsg-2) unstable; urgency=low
 .
   * asterisk.init: fix start so that it works again. (Closes: #458022)
Files: 
 4dbcf938828ad753878b3f58b9b5b7e8 1520 comm optional 
asterisk_1.4.16.2~dfsg-2.dsc
 aab52a67e12bce9f68bbc8b234ec669f 177568 comm optional 
asterisk_1.4.16.2~dfsg-2.diff.gz
 2ef41f313bffb6d013b372bf43b8a2c6 29316130 doc extra 
asterisk-doc_1.4.16.2~dfsg-2_all.deb
 02a8c433600c13f7748653a55dfa5ea7 368720 devel extra 
asterisk-dev_1.4.16.2~dfsg-2_all.deb
 b2a5883da10e3683950574f1fdba60c3 1826324 comm optional 
asterisk-sounds-main_1.4.16.2~dfsg-2_all.deb
 5100ffa67e4fe9a97c71992013612610 423576 comm optional 
asterisk-config_1.4.16.2~dfsg-2_all.deb
 d0a001d99d278ac7778bad3a910c7f72 2271684 comm optional 
asterisk_1.4.16.2~dfsg-2_i386.deb
 cd0e75c7c14be3f55c5c5fd3093f47dc 327392 comm optional 
asterisk-h323_1.4.16.2~dfsg-2_i386.deb
 6c4f7dd9b870d41f687945d6fc0d17f5 12768932 devel extra 
asterisk-dbg_1.4.16.2~dfsg-2_i386.deb

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

iD8DBQFHdmUiVty5d8XpUzMRAgR7AJ9ePaxjPLGqLMl/srom6pnMRGZXxwCghemx
eds7GGxGQ1pVHPFzub+5R8U=
=9hY7
-END PGP SIGNATURE-


Accepted:
asterisk-config_1.4.16.2~dfsg-2_all.deb
  to pool/main/a/asterisk/asterisk-config_1.4.16.2~dfsg-2_all.deb
asterisk-dbg_1.4.16.2~dfsg-2_i386.deb
  to pool/main/a/asterisk/asterisk-dbg_1.4.16.2~dfsg-2_i386.deb
asterisk-dev_1.4.16.2~dfsg-2_all.deb
  to pool/main/a/asterisk/asterisk-dev_1.4.16.2~dfsg-2_all.deb
asterisk-doc_1.4.16.2~dfsg-2_all.deb
  to pool/main/a/asterisk/asterisk-doc_1.4.16.2~dfsg-2_all.deb
asterisk-h323_1.4.16.2~dfsg-2_i386.deb
  to pool/main/a/asterisk/asterisk-h323_1.4.16.2~dfsg-2_i386.deb
asterisk-sounds-main_1.4.16.2~dfsg-2_all.deb
  to pool/main/a/asterisk/asterisk-sounds-main_1.4.16.2~dfsg-2_all.deb
asterisk_1.4.16.2~dfsg-2.diff.gz
  to pool/main/a/asterisk/asterisk_1.4.16.2~dfsg-2.diff.gz
asterisk_1.4.16.2~dfsg-2.dsc
  to pool/main/a/asterisk/asterisk_1.4.16.2~dfsg-2.dsc
asterisk_1.4.16.2~dfsg-2_i386.deb
  to pool/main/a/asterisk/asterisk_1.4.16.2~dfsg-2_i386.deb


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



Accepted hocr 0.8.2-6 (source i386)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 17:52:56 +0200
Source: hocr
Binary: libhocr-perl libhocr-dev hocr-gtk libhocr0 libhocr-python
Architecture: source i386
Version: 0.8.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 hocr-gtk   - GTK+ frontend for Hebrew OCR
 libhocr-dev - Developemnt files for hocr library
 libhocr-perl - Hebrew OCR library Perl bindings
 libhocr-python - Hebrew OCR library Python bindings
 libhocr0   - Hebrew OCR library
Changes: 
 hocr (0.8.2-6) unstable; urgency=low
 .
   * Move Homepage from description to control field
   * Add Vcs-* fields
   * Do not ignore errors of make distclean
   * Update Standards-Version to 3.7.3, no changes needed
Files: 
 f56511c5b97a2b2161187e8729504881 1070 libs optional hocr_0.8.2-6.dsc
 c5188e2e7c9bba1d4737d96c081a97ef 9723 libs optional hocr_0.8.2-6.diff.gz
 e01b24aae3a6e17c1a5e3c58bbb956b7 37618 libdevel optional 
libhocr-dev_0.8.2-6_i386.deb
 5d61d374e13c11c3f4082c4436c16ca0 84316 libs optional libhocr0_0.8.2-6_i386.deb
 9997a2f2b06a13b56ca966ef8c75bb63 83746 graphics optional 
hocr-gtk_0.8.2-6_i386.deb
 f6cffd1731ff249824661e77cacd133e 25044 python optional 
libhocr-python_0.8.2-6_i386.deb
 70526270b6a09ad23f6e3de3a88de621 23356 perl optional 
libhocr-perl_0.8.2-6_i386.deb

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

iD8DBQFHdnFJHCar6qtHRZgRArBkAKC+m7R0fRI0dZaltIEtq2459jbU1gCfek9z
hOAOhUe0YMds2YkwfGJEVvw=
=5BP7
-END PGP SIGNATURE-


Accepted:
hocr-gtk_0.8.2-6_i386.deb
  to pool/main/h/hocr/hocr-gtk_0.8.2-6_i386.deb
hocr_0.8.2-6.diff.gz
  to pool/main/h/hocr/hocr_0.8.2-6.diff.gz
hocr_0.8.2-6.dsc
  to pool/main/h/hocr/hocr_0.8.2-6.dsc
libhocr-dev_0.8.2-6_i386.deb
  to pool/main/h/hocr/libhocr-dev_0.8.2-6_i386.deb
libhocr-perl_0.8.2-6_i386.deb
  to pool/main/h/hocr/libhocr-perl_0.8.2-6_i386.deb
libhocr-python_0.8.2-6_i386.deb
  to pool/main/h/hocr/libhocr-python_0.8.2-6_i386.deb
libhocr0_0.8.2-6_i386.deb
  to pool/main/h/hocr/libhocr0_0.8.2-6_i386.deb


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



Accepted xfm 1.5.3-1 (source sparc)

2007-12-29 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 16:45:45 +0100
Source: xfm
Binary: xfm
Architecture: source sparc
Version: 1.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link [EMAIL PROTECTED]
Changed-By: Bernhard R. Link [EMAIL PROTECTED]
Description: 
 xfm- X file and application manager
Changes: 
 xfm (1.5.3-1) unstable; urgency=low
 .
   * new release
 - add support for mouse wheel events
 - don't abort when switching fastly back to iconfilelist
   * bump Standard-Version (no changes needed)
   * add Vcs- and Homepage header
   * increase debhelper compatibility level to 5
Files: 
 082f346917b5b2d0b8f523e429809a6b 871 utils optional xfm_1.5.3-1.dsc
 56cbb2fd1920180366d0abd51651358e 339211 utils optional xfm_1.5.3.orig.tar.gz
 364c653dcc2750b6b7b9bc342bc6d9b0 4876 utils optional xfm_1.5.3-1.diff.gz
 958d260b1a5781c44814bbcd8dff1e25 190662 utils optional xfm_1.5.3-1_sparc.deb

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

iD8DBQFHdnQlTrAWvKplQe4RAr1NAJ98SvSagj+fRtKlrIaThirAZ4By9ACeK0g+
WQIoFz4m9djIRL1Pdz982aE=
=+bn/
-END PGP SIGNATURE-


Accepted:
xfm_1.5.3-1.diff.gz
  to pool/main/x/xfm/xfm_1.5.3-1.diff.gz
xfm_1.5.3-1.dsc
  to pool/main/x/xfm/xfm_1.5.3-1.dsc
xfm_1.5.3-1_sparc.deb
  to pool/main/x/xfm/xfm_1.5.3-1_sparc.deb
xfm_1.5.3.orig.tar.gz
  to pool/main/x/xfm/xfm_1.5.3.orig.tar.gz


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



Accepted ampache-themes 3.3.3.5a-1 (source all)

2007-12-29 Thread Charlie Smotherman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  29 Dec 2007 02:02:15 -0500
Source: ampache-themes
Binary: ampache-themes
Architecture: source all
Version: 3.3.3.5a-1
Distribution: unstable
Urgency: low
Maintainer: Charlie Smotherman [EMAIL PROTECTED]
Changed-By: Charlie Smotherman [EMAIL PROTECTED]
Description: 
 ampache-themes - Themes for Ampache
Closes: 456112
Changes: 
 ampache-themes (3.3.3.5a-1) unstable; urgency=low
 .
   * Updated Standards Version to 3.7.3 to correct lintian error.
   * Removed empty folder src/Cleandy-Peach/patch-3.3.3.2/ampache/lib to correct
 lintian error.
   * Removed empty folder src/Cleandy-Peach/patch-3.3.3.3/ampache/lib to correct
 lintian error.
   * Removed empty folder src/Cleandy/patch-3.3.3.3/ampache/lib to correct
 lintian error.
   * Removed windows thumbnail database from src/empires/images/Thumbs.db and
 src/exterminal/images/ratings/Thumbs.db. Closes: #456112
   * Added new theme smooth-moods, modified ampache-themes.install.
   * Updated debian copyright with smooth-moods copyright info.
Files: 
 6ea8d5e89baaf6883d961762b0c68a77 926 web extra ampache-themes_3.3.3.5a-1.dsc
 a3d5839cbf1324bef2f4644038897dee 3900051 web extra 
ampache-themes_3.3.3.5a.orig.tar.gz
 9ac2d656362b35790d390d71df7a8c0f 2113 web extra 
ampache-themes_3.3.3.5a-1.diff.gz
 3d4c2ac9530f85b999bec9bdfe7bcdc3 3778032 web extra 
ampache-themes_3.3.3.5a-1_all.deb

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

iQEVAwUBR3Z4bGz0hbPcukPfAQKS+AgAx2ttg5Fr6Kul16Yym2F+nWUZ2OCWMdaB
zlqGSbdOJ+Wns1lMB7On4oS/q5nmJNfchaHPOK32LivxAuKpyEL5KD4He9YdIAGN
tI6ijdwZLyR7vTJpitcNRmF9hwrXlwTba8eS7VVu+W8JwLlr9xliV57gDHGY+94w
c5xHgQtAoJ6jNvBm1Gt3KAJAACdKzBe4EG9q8NRnTN9Yr84oVs4+cIczoUQQSKUX
NGxAgd69gYCPJPtGbqxpC6losapspmIxNs4BeiKshX4elwzWzsCV1mA4rDvPwdgm
XvNnKmjzZsE+uGx6sXna+4lVBHa5IMDbKsUsMtPj/RLj/g5au9PZfA==
=vVOs
-END PGP SIGNATURE-


Accepted:
ampache-themes_3.3.3.5a-1.diff.gz
  to pool/main/a/ampache-themes/ampache-themes_3.3.3.5a-1.diff.gz
ampache-themes_3.3.3.5a-1.dsc
  to pool/main/a/ampache-themes/ampache-themes_3.3.3.5a-1.dsc
ampache-themes_3.3.3.5a-1_all.deb
  to pool/main/a/ampache-themes/ampache-themes_3.3.3.5a-1_all.deb
ampache-themes_3.3.3.5a.orig.tar.gz
  to pool/main/a/ampache-themes/ampache-themes_3.3.3.5a.orig.tar.gz


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



Accepted vdr 1.4.7-3 (source all i386)

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 18:06:09 +0100
Source: vdr
Binary: vdr-plugin-sky vdr vdr-plugin-examples vdr-dev
Architecture: source all i386
Version: 1.4.7-3
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-dev- Video Disk Recorder for DVB cards
 vdr-plugin-examples - Plugins for vdr to show some possible features
 vdr-plugin-sky - Plugin for using a Sky Digibox with vdr
Changes: 
 vdr (1.4.7-3) unstable; urgency=low
 .
   [ Tobias Grimm ]
   * Synced optional patches with e-tobi.net version of the VDR package
 - Added opt-50_graphtft-0.1.dpatch
 - Added opt-51_cuttime.dpatch
 - Added opt-39_noepg.dpatch
 - Added opt-32_iptv.dpatch
 - Added opt-43-x_recordshowfree.dpatch
 - Added opt-37-x_menuorg.dpatch
 - Added opt-31-x_reelchannelscan.dpatch
 - Added opt-48-x_pin.dpatch
 - Removed opt-37_submenu.dpatch
 - Updated opt-48_pin.dpatch
 .
   [ Thomas Schmidt ]
   * Do not ignore errors in clean-target
   * Added Homepage field to debian/control
   * Renamed XS-Vcs-* fields to Vcs-* in debian/control
   * Bumped Standards-Version to 3.7.3
   * Removed menu file, vdr should allways be used as daemon
   * Do not include empty directory /usr/lib/vdr/plugins
   * Use ${binary:Version} instead of ${Source-Version} to make package
 binNMUable
   * Converted debian/copyright to UTF-8
   * Removed override for lintian warning menu-command-not-in-package
Files: 
 135451624f0d152e83a08d8292397eab 947 misc extra vdr_1.4.7-3.dsc
 85d6f9004e619967eeef188f9137bd32 156618 misc extra vdr_1.4.7-3.diff.gz
 70f69de9cda503f91439420e34e66fe9 265490 misc extra vdr-dev_1.4.7-3_all.deb
 a3c1c8b031739b5a2cf16978c14e85a6 746736 misc extra vdr_1.4.7-3_i386.deb
 76678e424d8f48e8a7ff9b42a6ff4256 29132 misc extra 
vdr-plugin-sky_1.4.7-3_i386.deb
 ed577dd6af9848a0bb54bd6b3814b2dd 34856 misc extra 
vdr-plugin-examples_1.4.7-3_i386.deb

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

iD8DBQFHdn/6c9+NqwoydlIRAr7TAJ40NBwVuz5Eb3F8A+3Z/v9DuMuE3ACglhvQ
R3/Vl/gJFkekoP9P298AE+A=
=QbIo
-END PGP SIGNATURE-


Accepted:
vdr-dev_1.4.7-3_all.deb
  to pool/main/v/vdr/vdr-dev_1.4.7-3_all.deb
vdr-plugin-examples_1.4.7-3_i386.deb
  to pool/main/v/vdr/vdr-plugin-examples_1.4.7-3_i386.deb
vdr-plugin-sky_1.4.7-3_i386.deb
  to pool/main/v/vdr/vdr-plugin-sky_1.4.7-3_i386.deb
vdr_1.4.7-3.diff.gz
  to pool/main/v/vdr/vdr_1.4.7-3.diff.gz
vdr_1.4.7-3.dsc
  to pool/main/v/vdr/vdr_1.4.7-3.dsc
vdr_1.4.7-3_i386.deb
  to pool/main/v/vdr/vdr_1.4.7-3_i386.deb


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



Accepted ampache 3.3.3.5-dfsg1-1 (source all)

2007-12-29 Thread Charlie Smotherman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Dec 2007 10:20:44 -0500
Source: ampache
Binary: ampache
Architecture: source all
Version: 3.3.3.5-dfsg1-1
Distribution: unstable
Urgency: high
Maintainer: Charlie Smotherman [EMAIL PROTECTED]
Changed-By: Charlie Smotherman [EMAIL PROTECTED]
Description: 
 ampache- web-based audio file management system
Closes: 455698
Changes: 
 ampache (3.3.3.5-dfsg1-1) unstable; urgency=high
 .
 * Removed COLLEGE.ttf from the org.tar.gz. Closes: #455698
 * Removed the -XCOLLEGE.ttf and -Xhelperapps options from dh_install in
   debian rules.
 * Removed empty helperapps folder in src/modules/id3 to correct lintian
   error.
 * Updated Standards Version to 3.7.3.
Files: 
 406dbdf4f5edadf33b31f55b0f20d4ff 922 web optional ampache_3.3.3.5-dfsg1-1.dsc
 4a0e8d351e4cc2f822d8a9dc4885b6aa 1059858 web optional 
ampache_3.3.3.5-dfsg1.orig.tar.gz
 36c42ef2d4f4d146d86781d79794d63c 13123 web optional 
ampache_3.3.3.5-dfsg1-1.diff.gz
 51dde057f351aedc2e688eba372f3d09 1083128 web optional 
ampache_3.3.3.5-dfsg1-1_all.deb

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

iQEVAwUBR3aEB2z0hbPcukPfAQKzCwf9EUJrcwMdOtbJfi5crmzvFEgj2LWoIYz4
njziv5Wyqj8Cuy80vdqpjwu66LQfInKn693TZ9ky77YK7XYUXOUlaQ5PfdIewGKa
rvg0WjGH4WoxyRD59EiugA3IrrLTq4BX61C8nTF3QlfS9q2s3o+3ObWx1A80ZnQ9
CUzcZLaXMtwU9PL2pQ9Cn2nRvQPwIpow9gqHijCbCOMUUXgWE3uSD/3pI1QDwCjk
9HF4tKHk5nkXT2nQ+hkG8VkkYM9B2/iDTGAwG5Kxkf0AI8w3jC0XulwkJI0xmnhu
A35ZNOXNiVUyZcIg3DIBIB6Qz+Lt0Ni+2qgArmgnVx6iX/y76UgpKQ==
=xoUD
-END PGP SIGNATURE-


Accepted:
ampache_3.3.3.5-dfsg1-1.diff.gz
  to pool/main/a/ampache/ampache_3.3.3.5-dfsg1-1.diff.gz
ampache_3.3.3.5-dfsg1-1.dsc
  to pool/main/a/ampache/ampache_3.3.3.5-dfsg1-1.dsc
ampache_3.3.3.5-dfsg1-1_all.deb
  to pool/main/a/ampache/ampache_3.3.3.5-dfsg1-1_all.deb
ampache_3.3.3.5-dfsg1.orig.tar.gz
  to pool/main/a/ampache/ampache_3.3.3.5-dfsg1.orig.tar.gz


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



Accepted bouncycastle 1.38-1 (source all amd64)

2007-12-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 17:03:04 +0100
Source: bouncycastle
Binary: libbcprov-java-doc libbcprov-java libbctsp-java-gcj libbcmail-java-doc 
libbcpg-java libbcpg-java-doc libbcpg-java-gcj libbcprov-java-gcj 
libbcmail-java-gcj libbcmail-java libbctsp-java-doc libbctsp-java
Architecture: source all amd64
Version: 1.38-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libbcmail-java - Bouncy Castle generators/processors for S/MIME and CMS
 libbcmail-java-doc - Documentation for libbcmail-java
 libbcmail-java-gcj - Bouncy Castle generators/processors for S/MIME and CMS
 libbcpg-java - Bouncy Castle generators/processors for OpenPGP
 libbcpg-java-doc - Documentation for libbcpg-java
 libbcpg-java-gcj - Bouncy Castle generators/processors for OpenPGP
 libbcprov-java - Bouncy Castle Java Cryptographic Service Provider
 libbcprov-java-doc - Documentation for libbcprov-java
 libbcprov-java-gcj - Bouncy Castle Java Cryptographic Service Provider
 libbctsp-java - Bouncy Castle generators/processors for TSP
 libbctsp-java-doc - Documentation for libbctsp-java
 libbctsp-java-gcj - Bouncy Castle generators/processors for TSP
Changes: 
 bouncycastle (1.38-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated Standards-Version to 3.7.3.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
Files: 
 92e2b8bfd7f40df139a861ad9edabc2c 1185 libs optional bouncycastle_1.38-1.dsc
 189debc91bcc7417e0a52a2c37d7947c 2846836 libs optional 
bouncycastle_1.38.orig.tar.gz
 d255c0339559f0ae934bf7fb93d075b5 4795 libs optional bouncycastle_1.38-1.diff.gz
 06511234109241fb150a45af10a517f2 1309040 libs optional 
libbcprov-java_1.38-1_all.deb
 8d62a652f8e4b807f55f433e17bb8339 1473696 doc optional 
libbcprov-java-doc_1.38-1_all.deb
 4a669ba74e34a045a38d803abaacdaa6 202128 libs optional 
libbcmail-java_1.38-1_all.deb
 c0a1e0b4d3a2cfe9a5a824298bc1a66e 138562 doc optional 
libbcmail-java-doc_1.38-1_all.deb
 0c4aa042193a44756ae741c2bef34593 61744 libs optional 
libbctsp-java_1.38-1_all.deb
 12125531504402e399d15ca83821068a 26036 doc optional 
libbctsp-java-doc_1.38-1_all.deb
 65e76641ae8161a164bc9e39eed281aa 177460 libs optional 
libbcpg-java_1.38-1_all.deb
 a5575643ad4ea67fe381546e45fb2c5f 133920 doc optional 
libbcpg-java-doc_1.38-1_all.deb
 02604beb5948ec9a932c68dcf7f2c4e7 1996240 libs optional 
libbcprov-java-gcj_1.38-1_amd64.deb
 c46d52b945bc05d851185863c7e83fa5 227794 libs optional 
libbcmail-java-gcj_1.38-1_amd64.deb
 6381a07745035a49b8f4aa56ca335eba 35850 libs optional 
libbctsp-java-gcj_1.38-1_amd64.deb
 f5d2dae8c6aa8d7ec14936803f2dd1d0 229908 libs optional 
libbcpg-java-gcj_1.38-1_amd64.deb

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

iD8DBQFHdnz7WSOgCCdjSDsRAhu+AJ947c9tl4mA7pXCzg0eL7TBMwk4uACfR8hj
x96i8Z0CpvT3XKpcn4ljxzA=
=7DsM
-END PGP SIGNATURE-


Accepted:
bouncycastle_1.38-1.diff.gz
  to pool/main/b/bouncycastle/bouncycastle_1.38-1.diff.gz
bouncycastle_1.38-1.dsc
  to pool/main/b/bouncycastle/bouncycastle_1.38-1.dsc
bouncycastle_1.38.orig.tar.gz
  to pool/main/b/bouncycastle/bouncycastle_1.38.orig.tar.gz
libbcmail-java-doc_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcmail-java-doc_1.38-1_all.deb
libbcmail-java-gcj_1.38-1_amd64.deb
  to pool/main/b/bouncycastle/libbcmail-java-gcj_1.38-1_amd64.deb
libbcmail-java_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcmail-java_1.38-1_all.deb
libbcpg-java-doc_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcpg-java-doc_1.38-1_all.deb
libbcpg-java-gcj_1.38-1_amd64.deb
  to pool/main/b/bouncycastle/libbcpg-java-gcj_1.38-1_amd64.deb
libbcpg-java_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcpg-java_1.38-1_all.deb
libbcprov-java-doc_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcprov-java-doc_1.38-1_all.deb
libbcprov-java-gcj_1.38-1_amd64.deb
  to pool/main/b/bouncycastle/libbcprov-java-gcj_1.38-1_amd64.deb
libbcprov-java_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbcprov-java_1.38-1_all.deb
libbctsp-java-doc_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbctsp-java-doc_1.38-1_all.deb
libbctsp-java-gcj_1.38-1_amd64.deb
  to pool/main/b/bouncycastle/libbctsp-java-gcj_1.38-1_amd64.deb
libbctsp-java_1.38-1_all.deb
  to pool/main/b/bouncycastle/libbctsp-java_1.38-1_all.deb


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



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

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 18:18:32 +0100
Source: vdr-plugin-mp3
Binary: vdr-plugin-mp3 vdr-plugin-mplayer
Architecture: source i386
Version: 0.10.1-6
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-6) unstable; urgency=low
 .
* 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-mp3 (0.10.1-5) unstable; urgency=low
 .
   * Added 04_mplayer.sh-cache-min.dpatch too allow configuration
 of the minimum percentage the cache must be filled, before
 playback starts
 .
 vdr-plugin-mp3 (0.10.1-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-mp3 (0.10.1-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-mp3 (0.10.1-2) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-mp3 (0.10.1-1) unstable; urgency=low
 .
   * New upstream release
   * Added gettext to Build-Depends
   * Added installation of locale files
   * Fixed debian-rules-ignores-make-clean-error
   * Added full license disclaimer and copyright years to debian/copyright
 .
 vdr-plugin-mp3 (0.10.0-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-mp3 (0.10.0-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-mp3 (0.10.0-2) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
Files: 
 3f81eaf8477699c616dddfb7c118bfef 1038 misc extra vdr-plugin-mp3_0.10.1-6.dsc
 ca43583a7ccc9491bf24362dd6bebf4b 136218 misc extra 
vdr-plugin-mp3_0.10.1.orig.tar.gz
 c467785329878c11ca095d2358d30a85 18964 misc extra 
vdr-plugin-mp3_0.10.1-6.diff.gz
 3620353f35e3e89b68b107c491716b4a 178698 misc extra 
vdr-plugin-mp3_0.10.1-6_i386.deb
 c85b012eec994d4e4772b7ee5589c639 107652 misc extra 
vdr-plugin-mplayer_0.10.1-6_i386.deb

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

iD8DBQFHdogsc9+NqwoydlIRAhMCAJ4uJmdmyzOLQIMQTn6EzG2XqoPXsACgt5q7
p60ew+BWPdYzMCADYnbThPI=
=Trqa
-END PGP SIGNATURE-


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


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



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

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 19:05:10 +0100
Source: vdr-plugin-osdserver
Binary: vdr-plugin-osdserver
Architecture: source i386
Version: 0.1.1-1
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-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
Files: 
 67e3e4d9fe0a7e687dbe19c4c92a2ce1 998 misc extra 
vdr-plugin-osdserver_0.1.1-1.dsc
 3631cf6fd8d85c39b69be04bc357453c 41455 misc extra 
vdr-plugin-osdserver_0.1.1.orig.tar.gz
 abb8da21eeff5dfc9860816e905d9e4d 2151 misc extra 
vdr-plugin-osdserver_0.1.1-1.diff.gz
 004916ad8e9ee2c88add46bdf9f01ac3 79064 misc extra 
vdr-plugin-osdserver_0.1.1-1_i386.deb

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

iD8DBQFHdo53c9+NqwoydlIRAjJkAKDQV4/0jj/BByq3HJ62aFAJAbDHDQCffgvc
kx1M/ZB40QIIqpHrylneVyw=
=0VfF
-END PGP SIGNATURE-


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


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



Accepted vdr-plugin-spider 0.2.0-5 (source i386)

2007-12-29 Thread Thomas Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 19:16:14 +0100
Source: vdr-plugin-spider
Binary: vdr-plugin-spider
Architecture: source i386
Version: 0.2.0-5
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.0-5) unstable; urgency=low
 .
   * 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-spider (0.2.0-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.12
 .
 vdr-plugin-spider (0.2.0-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.11
 .
 vdr-plugin-spider (0.2.0-2) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.10
 .
 vdr-plugin-spider (0.2.0-1) unstable; urgency=low
 .
   * New upstream release
   * Added gettext to Build-Depends
 .
 vdr-plugin-spider (0.1.4-4) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.9
 .
 vdr-plugin-spider (0.1.4-3) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.8
 .
 vdr-plugin-spider (0.1.4-2) unstable; urgency=low
 .
   * Release for vdrdevel 1.5.6
 .
 vdr-plugin-spider (0.1.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 a7a7d9c38ba7898f4b4e3f032a206642 972 misc extra vdr-plugin-spider_0.2.0-5.dsc
 fabb56ceae52a484c47b12b203a38d67 52654 misc extra 
vdr-plugin-spider_0.2.0.orig.tar.gz
 86d3298d42e31de4af8a226632fc90e6 3008 misc extra 
vdr-plugin-spider_0.2.0-5.diff.gz
 461baa5ab3e6fc67c0e2d4c131a2dddc 62426 misc extra 
vdr-plugin-spider_0.2.0-5_i386.deb

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

iD8DBQFHdpBbc9+NqwoydlIRAorgAKCqcg0hMxcHpVqg43vyDp6MB7WCDwCeKvU/
1tvcekR+KKiLJyJI12+ibA0=
=/5st
-END PGP SIGNATURE-


Accepted:
vdr-plugin-spider_0.2.0-5.diff.gz
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.0-5.diff.gz
vdr-plugin-spider_0.2.0-5.dsc
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.0-5.dsc
vdr-plugin-spider_0.2.0-5_i386.deb
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.0-5_i386.deb
vdr-plugin-spider_0.2.0.orig.tar.gz
  to pool/main/v/vdr-plugin-spider/vdr-plugin-spider_0.2.0.orig.tar.gz


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



Accepted yui 2.4.1-2 (source all)

2007-12-29 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:47:11 -0500
Source: yui
Binary: yui
Architecture: source all
Version: 2.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Jaldhar H. Vyas [EMAIL PROTECTED]
Changed-By: Jaldhar H. Vyas [EMAIL PROTECTED]
Description: 
 yui- Yahoo User Interface Library
Changes: 
 yui (2.4.1-2) unstable; urgency=low
 .
   * Oops, the symlink in /var/www had been left out.
Files: 
 9105310717ac638a7bfbef640616ba5f 587 web optional yui_2.4.1-2.dsc
 4e2b3ba8a83de25bafbcb8c6adf77328 3211 web optional yui_2.4.1-2.diff.gz
 cb5458d41effe55ff9e1a6d9c3942f0f 5347724 web optional yui_2.4.1-2_all.deb

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

iD8DBQFHdou82kYOR+5txmoRAs7FAJ4qUbzvFvtS+2IndVijCMHMSeJI8QCfWFZq
SKoIiU26bUFxL+Lb/X7D0mQ=
=KOek
-END PGP SIGNATURE-


Accepted:
yui_2.4.1-2.diff.gz
  to pool/main/y/yui/yui_2.4.1-2.diff.gz
yui_2.4.1-2.dsc
  to pool/main/y/yui/yui_2.4.1-2.dsc
yui_2.4.1-2_all.deb
  to pool/main/y/yui/yui_2.4.1-2_all.deb


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



Accepted kerneloops 0.7-1 (source i386)

2007-12-29 Thread Matthew Wilcox
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 13:03:23 -0500
Source: kerneloops
Binary: kerneloops
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Matthew Wilcox [EMAIL PROTECTED]
Changed-By: Matthew Wilcox [EMAIL PROTECTED]
Description: 
 kerneloops - kernel oops tracker
Closes: 458177
Changes: 
 kerneloops (0.7-1) unstable; urgency=low
 .
   * New upstream version
 - Fixes memory leak (closes: #458177)
Files: 
 db12baf4e48c7041ca1e0e2704f134b8 575 utils optional kerneloops_0.7-1.dsc
 023c8a193d1816b111377ff61ae9916d 42538 utils optional 
kerneloops_0.7.orig.tar.gz
 5f2e1b8e25cbe291459f0f457c391ee0 1839 utils optional kerneloops_0.7-1.diff.gz
 91fdf4c64dfc5560eb5e13954c53966a 8770 utils optional kerneloops_0.7-1_i386.deb

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

iD8DBQFHdoyQIhjIHo58A/8RAlv2AJ9nzPopAucDKQXNXXVrFE1e5z6ZQgCfbw9C
zmMA8WOiMmmJiZZ3dlkNKHk=
=ftTk
-END PGP SIGNATURE-


Accepted:
kerneloops_0.7-1.diff.gz
  to pool/main/k/kerneloops/kerneloops_0.7-1.diff.gz
kerneloops_0.7-1.dsc
  to pool/main/k/kerneloops/kerneloops_0.7-1.dsc
kerneloops_0.7-1_i386.deb
  to pool/main/k/kerneloops/kerneloops_0.7-1_i386.deb
kerneloops_0.7.orig.tar.gz
  to pool/main/k/kerneloops/kerneloops_0.7.orig.tar.gz


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



Accepted bluez-libs 3.24-1 (source amd64)

2007-12-29 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 19:39:11 +0100
Source: bluez-libs
Binary: libbluetooth2 libbluetooth-dev
Architecture: source amd64
Version: 3.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bluetooth Maintainers [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 libbluetooth-dev - Development files for using the BlueZ Linux Bluetooth 
library
 libbluetooth2 - Library to use the BlueZ Linux Bluetooth stack
Closes: 449616 452961
Changes: 
 bluez-libs (3.24-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/watch fails to report upstream's version (Closes: #449616)
   * Bump version in shlibs to 3.14 (Closes: #452961)
Files: 
 69a55c71ceaca2aa649385dd9656cb79 953 admin optional bluez-libs_3.24-1.dsc
 3af3dfa6ff01715e91bdc985d71ee21e 311209 admin optional 
bluez-libs_3.24.orig.tar.gz
 36597df1b16be313a040303d247dbdbd 4722 admin optional bluez-libs_3.24-1.diff.gz
 c41b65bd91a091f26972cf666cd16ea2 72918 libdevel extra 
libbluetooth-dev_3.24-1_amd64.deb
 4262ddc3bb59001ebbcaf18c7d5c4b0c 47196 libs optional 
libbluetooth2_3.24-1_amd64.deb

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

iD8DBQFHdpVYABzeamt51AERAgcXAJ9ze3tnfbT7E3WD6vLrJvLjF1vuYgCgzQV1
JjeD18sEuw4HXi5bZfdIZoY=
=xz5G
-END PGP SIGNATURE-


Accepted:
bluez-libs_3.24-1.diff.gz
  to pool/main/b/bluez-libs/bluez-libs_3.24-1.diff.gz
bluez-libs_3.24-1.dsc
  to pool/main/b/bluez-libs/bluez-libs_3.24-1.dsc
bluez-libs_3.24.orig.tar.gz
  to pool/main/b/bluez-libs/bluez-libs_3.24.orig.tar.gz
libbluetooth-dev_3.24-1_amd64.deb
  to pool/main/b/bluez-libs/libbluetooth-dev_3.24-1_amd64.deb
libbluetooth2_3.24-1_amd64.deb
  to pool/main/b/bluez-libs/libbluetooth2_3.24-1_amd64.deb


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



Accepted slib 3a5-2 (source all)

2007-12-29 Thread Thomas Bushnell, BSG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 10:18:27 -0800
Source: slib
Binary: slib
Architecture: source all
Version: 3a5-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 slib   - Portable Scheme library
Closes: 458172 458181
Changes: 
 slib (3a5-2) unstable; urgency=low
 .
   * debian/rules (binary-indep): init subdir symlink should point to .,
 not ...  (Closes: #458172).
 .
   * debian/preinst: New file.  Delete /usr/share/slib/init if it's a directory.
   * debian/rules (binary-indep): Install preinst into the right place.
 (Closes: #458181).
 .
   * guile.init: Use old method of finding implementation-vicinity.
Files: 
 98466630a6ab4241ab02bf1bf5f97eed 556 devel optional slib_3a5-2.dsc
 80d7977bd48e7f6a3be35695141492c0 12080 devel optional slib_3a5-2.diff.gz
 3338f54688d299e25f1dc88a07b5dd22 938274 devel optional slib_3a5-2_all.deb

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

iD8DBQFHdpcOqMsB9b6fcOoRAuxnAJ0b1/lbArAcckShFLHdBhRIW8JKVgCbBJTQ
jar3BMl1JAI1p7omsoAzUKo=
=TBdl
-END PGP SIGNATURE-


Accepted:
slib_3a5-2.diff.gz
  to pool/main/s/slib/slib_3a5-2.diff.gz
slib_3a5-2.dsc
  to pool/main/s/slib/slib_3a5-2.dsc
slib_3a5-2_all.deb
  to pool/main/s/slib/slib_3a5-2_all.deb


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



Accepted avr-libc 1:1.4.7-1 (source all)

2007-12-29 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 16:20:03 +0100
Source: avr-libc
Binary: avr-libc
Architecture: source all
Version: 1:1.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 avr-libc   - Standard C library for Atmel AVR development
Closes: 394231 410831 420163 421088 427266 427266 452199
Changes: 
 avr-libc (1:1.4.7-1) unstable; urgency=low
 .
   * New upstream release (closes: #410831, #420163, #421088, #452199, #394231)
   * Replaced tetex packages with texlive in Build-Depends (closes:
 #427266)
   * Now ignores returnstatus of pdflatex when generating docs to prevent
 the build processing from halting on latex warnings (closes:
 #427266)
Files: 
 18156a3a7f6ff388b1c745cea575cb4c 675 otherosfs extra avr-libc_1.4.7-1.dsc
 2b5a40e1335ee3bb48dc8012e9b04640 1203453 otherosfs extra 
avr-libc_1.4.7.orig.tar.gz
 953b3ffac633f284cd22e0b1fa4f4100 5508 otherosfs extra avr-libc_1.4.7-1.diff.gz
 abc26373768dca889ca7edaf4a0e782c 2656888 otherosfs extra 
avr-libc_1.4.7-1_all.deb

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

iD8DBQFHdmbZAbtddT3jfcARAs0gAKCNtwwg14R9X0bjLfLJxqn3ewcRUgCeKa4V
lddQU5ahCGhjzOVd+M8OZYU=
=Kke5
-END PGP SIGNATURE-


Accepted:
avr-libc_1.4.7-1.diff.gz
  to pool/main/a/avr-libc/avr-libc_1.4.7-1.diff.gz
avr-libc_1.4.7-1.dsc
  to pool/main/a/avr-libc/avr-libc_1.4.7-1.dsc
avr-libc_1.4.7-1_all.deb
  to pool/main/a/avr-libc/avr-libc_1.4.7-1_all.deb
avr-libc_1.4.7.orig.tar.gz
  to pool/main/a/avr-libc/avr-libc_1.4.7.orig.tar.gz


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



Accepted yaws 1.74-1 (source i386 all)

2007-12-29 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:26:24 +0300
Source: yaws
Binary: yaws-chat yaws-yapp yaws-mail yaws yaws-wiki
Architecture: source i386 all
Version: 1.74-1
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 yaws   - High performance HTTP 1.1 webserver written in Erlang
 yaws-chat  - Chat application for Yaws web server
 yaws-mail  - Webmail application for Yaws web server
 yaws-wiki  - Wiki application for Yaws web server
 yaws-yapp  - An easy way to deploy applications for Yaws web server
Changes: 
 yaws (1.74-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 25ce429b7059c3750464fae23c7146d2 830 web optional yaws_1.74-1.dsc
 bec27c3ea19a3fc706907980ee3c0074 821946 web optional yaws_1.74.orig.tar.gz
 e1810b1321214e79b56a67729ccca3a8 16967 web optional yaws_1.74-1.diff.gz
 90de30760cf13c1d8d01668a9e243466 639872 web optional yaws_1.74-1_i386.deb
 9cc6b91b1ea9ab8f683e342e33a89170 64468 web optional yaws-chat_1.74-1_all.deb
 c75fbc175a6f5ff23a2bcc05ea49a546 162134 web optional yaws-mail_1.74-1_all.deb
 7863fdfe47b7068c7fd7807326f45c17 198998 web optional yaws-wiki_1.74-1_all.deb
 4c6a0bdc6f572331f75eeb58fd8e26e7 65168 web optional yaws-yapp_1.74-1_all.deb

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

iD8DBQFHdpQzIcdH02pGEFIRAtKdAJ9Zo3nvu9ZS7RDOWkNiqB87djgVDwCfeJp6
m8/+v8NWXc3FNJkfUgW64PE=
=cyAD
-END PGP SIGNATURE-


Accepted:
yaws-chat_1.74-1_all.deb
  to pool/main/y/yaws/yaws-chat_1.74-1_all.deb
yaws-mail_1.74-1_all.deb
  to pool/main/y/yaws/yaws-mail_1.74-1_all.deb
yaws-wiki_1.74-1_all.deb
  to pool/main/y/yaws/yaws-wiki_1.74-1_all.deb
yaws-yapp_1.74-1_all.deb
  to pool/main/y/yaws/yaws-yapp_1.74-1_all.deb
yaws_1.74-1.diff.gz
  to pool/main/y/yaws/yaws_1.74-1.diff.gz
yaws_1.74-1.dsc
  to pool/main/y/yaws/yaws_1.74-1.dsc
yaws_1.74-1_i386.deb
  to pool/main/y/yaws/yaws_1.74-1_i386.deb
yaws_1.74.orig.tar.gz
  to pool/main/y/yaws/yaws_1.74.orig.tar.gz


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



Accepted libyahoo2 0.7.5+dfsg-4 (source i386)

2007-12-29 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:54:27 +0530
Source: libyahoo2
Binary: libyahoo2-dev libyahoo2-9
Architecture: source i386
Version: 0.7.5+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 libyahoo2-9 - Yahoo Messenger protocol C library
 libyahoo2-dev - Yahoo Messenger protocol C library (development)
Changes: 
 libyahoo2 (0.7.5+dfsg-4) unstable; urgency=low
 .
   * debian/control:
 + Updated Standards-Version to 3.7.3
 + Updated Homepage entry
   * Added debian/README.Debian explaining about dfsg tarball
   * debian/copyright:
 + Added missing copyright owner for package
 + Updated link of GPL license
   * debian/rules:
 + Moved CFLAGS inside ./configure
   * Uploaded for Kartik by Jaldhar H. Vyas [EMAIL PROTECTED]
Files: 
 f8656f75b2e0b53ce779d6b29b633a2d 719 libs optional libyahoo2_0.7.5+dfsg-4.dsc
 0d9f72eca13d1edbeedfb68d765b95f2 23853 libs optional 
libyahoo2_0.7.5+dfsg-4.diff.gz
 8ce9e044f1b765d3de1f1fbc0c84177c 87840 libs optional 
libyahoo2-9_0.7.5+dfsg-4_i386.deb
 f6bb1134115416668585fe268ef6c28e 89452 libdevel optional 
libyahoo2-dev_0.7.5+dfsg-4_i386.deb

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

iD8DBQFHdpVS2kYOR+5txmoRAlapAJ9JJtqAFVh4+BuWC/6xR/PIn41VCACgmFRg
aOud0p/xNQowuOSRVI2CkqA=
=zgVa
-END PGP SIGNATURE-


Accepted:
libyahoo2-9_0.7.5+dfsg-4_i386.deb
  to pool/main/liby/libyahoo2/libyahoo2-9_0.7.5+dfsg-4_i386.deb
libyahoo2-dev_0.7.5+dfsg-4_i386.deb
  to pool/main/liby/libyahoo2/libyahoo2-dev_0.7.5+dfsg-4_i386.deb
libyahoo2_0.7.5+dfsg-4.diff.gz
  to pool/main/liby/libyahoo2/libyahoo2_0.7.5+dfsg-4.diff.gz
libyahoo2_0.7.5+dfsg-4.dsc
  to pool/main/liby/libyahoo2/libyahoo2_0.7.5+dfsg-4.dsc


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



Accepted tastymenu 1.0.6-1 (source i386)

2007-12-29 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 18:05:09 +0100
Source: tastymenu
Binary: tastymenu
Architecture: source i386
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Sune Vuorela [EMAIL PROTECTED]
Changed-By: Sune Vuorela [EMAIL PROTECTED]
Description: 
 tastymenu  - replacement K-menu for KDE/Kicker
Changes: 
 tastymenu (1.0.6-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards
Files: 
 6f0b3845d2b0ab1e27a17dc5786cb3c6 608 kde extra tastymenu_1.0.6-1.dsc
 431af9a0f80d4f5c741dcedbb4b33411 1047817 kde extra tastymenu_1.0.6.orig.tar.gz
 e275b22a24efe10e863ed9e42ce80baa 21034 kde extra tastymenu_1.0.6-1.diff.gz
 75ba0089c971fffcce8b327712fdf44b 237326 kde extra tastymenu_1.0.6-1_i386.deb

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

iD8DBQFHdpvwnMvaFgH6i0oRAkQqAKCtdh6kKq8WaA5o0djSZUL1ppzeUwCfRW3g
X+bTl8d4E2EoY3fat9KCid0=
=WKUo
-END PGP SIGNATURE-


Accepted:
tastymenu_1.0.6-1.diff.gz
  to pool/main/t/tastymenu/tastymenu_1.0.6-1.diff.gz
tastymenu_1.0.6-1.dsc
  to pool/main/t/tastymenu/tastymenu_1.0.6-1.dsc
tastymenu_1.0.6-1_i386.deb
  to pool/main/t/tastymenu/tastymenu_1.0.6-1_i386.deb
tastymenu_1.0.6.orig.tar.gz
  to pool/main/t/tastymenu/tastymenu_1.0.6.orig.tar.gz


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



Accepted aboot-installer 0.0.28 (source alpha)

2007-12-29 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 11:34:22 -0800
Source: aboot-installer
Binary: aboot-installer
Architecture: source alpha
Version: 0.0.28
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 aboot-installer - Install aboot on a hard disk (udeb)
Changes: 
 aboot-installer (0.0.28) unstable; urgency=low
 .
   [ Joey Hess ]
   * Fix update-mtab to not die when the mtab file contains filesystems with
 dummy devices that mapdevfs cannot convert.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Belarusian (be.po) by Hleb Rubanau
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
   * Slovak (sk.po) by Ivan Masár
Files: 
 c01be5f48e16cc6da7004d0e95b4e2b2 724 debian-installer standard 
aboot-installer_0.0.28.dsc
 b8af57e01b20baaa331e8433a663553f 92234 debian-installer standard 
aboot-installer_0.0.28.tar.gz
 d304dccadeabc145620623debebcfc16 80778 debian-installer standard 
aboot-installer_0.0.28_alpha.udeb
Package-Type: udeb

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

iD8DBQFHdqH/KN6ufymYLloRAmoDAJwLMF4j8TijwhdkzxhIX66yAD1VrACcDtfR
dMyH6ggAc7M/W9ZOxjfn4Jk=
=NTI+
-END PGP SIGNATURE-


Accepted:
aboot-installer_0.0.28.dsc
  to pool/main/a/aboot-installer/aboot-installer_0.0.28.dsc
aboot-installer_0.0.28.tar.gz
  to pool/main/a/aboot-installer/aboot-installer_0.0.28.tar.gz
aboot-installer_0.0.28_alpha.udeb
  to pool/main/a/aboot-installer/aboot-installer_0.0.28_alpha.udeb


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



Accepted dutch 1:1.00-2 (source all)

2007-12-29 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 19:30:38 +0100
Source: dutch
Binary: myspell-nl aspell-nl wdutch idutch
Architecture: source all
Version: 1:1.00-2
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 aspell-nl  - Dutch dictionary for aspell
 idutch - Dutch dictionary for ispell
 myspell-nl - Dutch dictionary for myspell
 wdutch - list of Dutch words
Closes: 442100
Changes: 
 dutch (1:1.00-2) unstable; urgency=low
 .
   * Use explicit chars instead of ranges in idutch.info-ispell
 (thanks Agustin Martin Domingo, closes: #442100).
   * Minor packaging cleanups.
Files: 
 0d35e2ad0c2d9682f6accd2a55e8e0d2 1136 text optional dutch_1.00-2.dsc
 843a774e6228a2017adbc350faa963ef 26233 text optional dutch_1.00-2.diff.gz
 58bb3bc2124c74fc019b8542add493a8 664786 text optional idutch_1.00-2_all.deb
 fed459f9b959be76234c256774717453 815744 text optional wdutch_1.00-2_all.deb
 daba28b6b28ee5de198229bb84a3db41 516218 text optional aspell-nl_1.00-2_all.deb
 0b2118c795ed43472ef4b80d5b2a4716 826706 text optional myspell-nl_1.00-2_all.deb

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

iQEVAwUBR3alPGz0hbPcukPfAQK7sQf/YsTTMVJ/Ap5JtvYGirHDK9k0ouFPd2k+
hvWucbT6eijxP/rBNbBFHigYnH0XpOvQ8X5RvTDU/9Y0kou9iYKqbLKnrun1pGUh
955zF8RfHgk5KwcoT0cEnXi5/fUILQJ69fqCJFeyaYYgo4hx4pzsZ7hEIBzcZDcY
DWzRygk7O3gpMO9mmAxdTKqLEcWQv5qtWgz8q3jdZuxBvSiINJ2PIBkyyBv0s//1
+6rnOOczuo5fYHIvZs3d7NaUusxNn9HI34XLtqJS4ma6ejqMiXgZxtzmBn4mfJXR
iB/GQZ6/FJxAxMSKMPB056prQTDPrw562SVlWUzhBZnFVzH0ipk7XQ==
=GSH7
-END PGP SIGNATURE-


Accepted:
aspell-nl_1.00-2_all.deb
  to pool/main/d/dutch/aspell-nl_1.00-2_all.deb
dutch_1.00-2.diff.gz
  to pool/main/d/dutch/dutch_1.00-2.diff.gz
dutch_1.00-2.dsc
  to pool/main/d/dutch/dutch_1.00-2.dsc
idutch_1.00-2_all.deb
  to pool/main/d/dutch/idutch_1.00-2_all.deb
myspell-nl_1.00-2_all.deb
  to pool/main/d/dutch/myspell-nl_1.00-2_all.deb
wdutch_1.00-2_all.deb
  to pool/main/d/dutch/wdutch_1.00-2_all.deb


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



Accepted freedroidrpg 0.10.3-3 (source all amd64)

2007-12-29 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 12:27:25 +0100
Source: freedroidrpg
Binary: freedroidrpg freedroidrpg-data
Architecture: source all amd64
Version: 0.10.3-3
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 freedroidrpg - An isometric RPG influenced by Paradroid
 freedroidrpg-data - Data files for freedroidrpg
Closes: 444553 447434 458066 458178
Changes: 
 freedroidrpg (0.10.3-3) unstable; urgency=low
 .
   * debian/patches/24_no_editor.diff: Added, to hide the crashing map editor.
 Closes: #458178, #444553, #458066.
   * debian/patches/25_out_of_map.diff: Added, to prevent going out of the map.
 Closes: #447434.
Files: 
 8db5dd7c8ecab6b5182eec2a44dc2039 770 games optional freedroidrpg_0.10.3-3.dsc
 d2e212bfe49b09bc4e556b89b69a3227 22320 games optional 
freedroidrpg_0.10.3-3.diff.gz
 1e1073af71ea6eb952a4ea90d63cd8b1 101054708 games optional 
freedroidrpg-data_0.10.3-3_all.deb
 3ac4a24971dad724ac2638b2133da068 370666 games optional 
freedroidrpg_0.10.3-3_amd64.deb

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

iD8DBQFHdqDbbMaawmho9B8RAt90AKCsYSddubhrfdHswqyvjoyY2VQ7KQCg6SRU
IircAtvVCW4ZqJcPlAEVdVE=
=8B0P
-END PGP SIGNATURE-


Accepted:
freedroidrpg-data_0.10.3-3_all.deb
  to pool/main/f/freedroidrpg/freedroidrpg-data_0.10.3-3_all.deb
freedroidrpg_0.10.3-3.diff.gz
  to pool/main/f/freedroidrpg/freedroidrpg_0.10.3-3.diff.gz
freedroidrpg_0.10.3-3.dsc
  to pool/main/f/freedroidrpg/freedroidrpg_0.10.3-3.dsc
freedroidrpg_0.10.3-3_amd64.deb
  to pool/main/f/freedroidrpg/freedroidrpg_0.10.3-3_amd64.deb


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



Accepted tomcat5.5 5.5.25-4 (source all)

2007-12-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 20:15:40 +0100
Source: tomcat5.5
Binary: libtomcat5.5-java tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
Architecture: source all
Version: 5.5.25-4
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libtomcat5.5-java - Java Servlet engine -- core libraries
 tomcat5.5  - Servlet and JSP engine
 tomcat5.5-admin - Java Servlet engine -- admin  manager web interfaces
 tomcat5.5-webapps - Java Servlet engine -- documentation and example web 
applications
Closes: 456608 458237
Changes: 
 tomcat5.5 (5.5.25-4) unstable; urgency=high
 .
   * CVE-2007-5342: Fix unauthorized modification of data because of
 too open permissions. Closes: #458237.
   * Always clean temporary directory on startup. Closes: #456608.
Files: 
 85cd954622e0b4832ae017fd4d8d1150 1347 web optional tomcat5.5_5.5.25-4.dsc
 3791ec9c54d080a0a4d5076756f35abb 31901 web optional tomcat5.5_5.5.25-4.diff.gz
 9f6e3d9f70aeabeb37da6c68bb4aad01 61314 web optional tomcat5.5_5.5.25-4_all.deb
 dd51f3475318c320bc787cfe0f2ffa26 2420742 web optional 
libtomcat5.5-java_5.5.25-4_all.deb
 8ba361ac714ee9bd241e8ad152d33dd6 1486540 web optional 
tomcat5.5-webapps_5.5.25-4_all.deb
 22dee5cc4d1ed6446e04c82b8f8572c9 1135776 web optional 
tomcat5.5-admin_5.5.25-4_all.deb

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

iD8DBQFHdqbtWSOgCCdjSDsRAtjoAKCYqGTO/6BcaQdmK/ilcCKinMGcnQCeP61P
YPPiXdTKunyjW1osgUud9t0=
=F/06
-END PGP SIGNATURE-


Accepted:
libtomcat5.5-java_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/libtomcat5.5-java_5.5.25-4_all.deb
tomcat5.5-admin_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-admin_5.5.25-4_all.deb
tomcat5.5-webapps_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-webapps_5.5.25-4_all.deb
tomcat5.5_5.5.25-4.diff.gz
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4.diff.gz
tomcat5.5_5.5.25-4.dsc
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4.dsc
tomcat5.5_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4_all.deb


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



Accepted libbsf-java 1:2.3.0+cvs20050308a-3 (source all)

2007-12-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:34:42 +0100
Source: libbsf-java
Binary: libbsf-java
Architecture: source all
Version: 1:2.3.0+cvs20050308a-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libbsf-java - Bean Scripting Framework to support scripting languages in Java
Changes: 
 libbsf-java (1:2.3.0+cvs20050308a-3) unstable; urgency=low
 .
   [ Kumar Appaiah ]
   * Update watch file.
 .
   [ Michael Koch ]
   * Updated Standards-Version to 3.7.3.
Files: 
 2edf84b5e90d1b055e57bf4ac3455d06 885 libs optional 
libbsf-java_2.3.0+cvs20050308a-3.dsc
 e19d81512fa63252d6521f8c16e90073 5501 libs optional 
libbsf-java_2.3.0+cvs20050308a-3.diff.gz
 5d2c847cade8d609c25efda59001bc43 214052 libs optional 
libbsf-java_2.3.0+cvs20050308a-3_all.deb

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

iD8DBQFHdq/9WSOgCCdjSDsRAsQMAJ48e2poFyvySLgIISC+CUW6ovsdJQCggYLL
UdEWED9hWvMh8+ibhOiTaLQ=
=p5+0
-END PGP SIGNATURE-


Accepted:
libbsf-java_2.3.0+cvs20050308a-3.diff.gz
  to pool/main/libb/libbsf-java/libbsf-java_2.3.0+cvs20050308a-3.diff.gz
libbsf-java_2.3.0+cvs20050308a-3.dsc
  to pool/main/libb/libbsf-java/libbsf-java_2.3.0+cvs20050308a-3.dsc
libbsf-java_2.3.0+cvs20050308a-3_all.deb
  to pool/main/libb/libbsf-java/libbsf-java_2.3.0+cvs20050308a-3_all.deb


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



Accepted wiggle 0.6-6 (source i386)

2007-12-29 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:22:49 +0200
Source: wiggle
Binary: wiggle
Architecture: source i386
Version: 0.6-6
Distribution: unstable
Urgency: low
Maintainer: Baruch Even [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 wiggle - a program for applying patches with conflicting changes
Changes: 
 wiggle (0.6-6) unstable; urgency=low
 .
   * Take sole ownership of the package, Nicolas is unresponsive
   * Add Homepage field to control header
   * Change to dh compat level 5
   * Do not ignore errors in make clean
   * Update Standards-Version to 3.7.3, no changes needed
   * Update the FSF address in the debian/copyright file
   * Switch to use the git upstream
Files: 
 228216497f2d0689ceed251d8b17d88e 621 utils optional wiggle_0.6-6.dsc
 9ac7ed1926f43a5969af4c650e0a24d5 8522 utils optional wiggle_0.6-6.diff.gz
 a6c3198165ad75b2bbd15f0bcb343119 96482 utils optional wiggle_0.6-6_i386.deb

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

iD8DBQFHdqQLHCar6qtHRZgRAoEkAJwPtYT4Li8dI62OsmUdtCUJIqNA8gCfY65B
t+/v5E6shuoQuxvrqxCT+fk=
=aR/p
-END PGP SIGNATURE-


Accepted:
wiggle_0.6-6.diff.gz
  to pool/main/w/wiggle/wiggle_0.6-6.diff.gz
wiggle_0.6-6.dsc
  to pool/main/w/wiggle/wiggle_0.6-6.dsc
wiggle_0.6-6_i386.deb
  to pool/main/w/wiggle/wiggle_0.6-6_i386.deb


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



Accepted confuse 2.6-1 (source amd64)

2007-12-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:33:17 +0100
Source: confuse
Binary: libconfuse-dev libconfuse0
Architecture: source amd64
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 libconfuse-dev - Development files for libConfuse
 libconfuse0 - Library for parsing configuration files
Changes: 
 confuse (2.6-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 4bbcd38f999f1822d5de403dd6971905 604 libs optional confuse_2.6-1.dsc
 0e883d66f0f58fc33585b430c652aa30 504017 libs optional confuse_2.6.orig.tar.gz
 eff9dde0f08a50695a13e9cdfa0c9442 3092 libs optional confuse_2.6-1.diff.gz
 c476e73fe3fd92e01a88a76b08e4bc66 27850 libs optional 
libconfuse0_2.6-1_amd64.deb
 faa3441c94722c6cb356172339fed062 105536 libdevel optional 
libconfuse-dev_2.6-1_amd64.deb

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

iD8DBQFHdrM0w3ao2vG823MRAqCqAKCHlm+//lUCJWOma45WEZj6ucMwlgCePCAt
P8ivU1fq0Yu8kR49IDShcuk=
=aG98
-END PGP SIGNATURE-


Accepted:
confuse_2.6-1.diff.gz
  to pool/main/c/confuse/confuse_2.6-1.diff.gz
confuse_2.6-1.dsc
  to pool/main/c/confuse/confuse_2.6-1.dsc
confuse_2.6.orig.tar.gz
  to pool/main/c/confuse/confuse_2.6.orig.tar.gz
libconfuse-dev_2.6-1_amd64.deb
  to pool/main/c/confuse/libconfuse-dev_2.6-1_amd64.deb
libconfuse0_2.6-1_amd64.deb
  to pool/main/c/confuse/libconfuse0_2.6-1_amd64.deb


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



Accepted systemtap 0.0.20071229-1 (source amd64)

2007-12-29 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:40:54 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071229-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071229-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 463864ca9afe258df75e8f92d1438584 861 devel optional 
systemtap_0.0.20071229-1.dsc
 35cf87e2ceb3470a90bfa106c77e141f 779912 devel optional 
systemtap_0.0.20071229.orig.tar.gz
 e0f418c3cb09c68c1d51e57a6707c9de 8971 devel optional 
systemtap_0.0.20071229-1.diff.gz
 92bcbc2eaecd155d2d6a73fc2af0265e 758116 devel optional 
systemtap_0.0.20071229-1_amd64.deb

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

iD8DBQFHdrJjKaC6+zmozOIRAlE4AJ0alR1H/btMD6WQ7AsROHnS3JJtDwCfSU5T
kZUMe0VNNEcYo3i0XsXA94s=
=GTQ6
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071229-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071229-1.diff.gz
systemtap_0.0.20071229-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071229-1.dsc
systemtap_0.0.20071229-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071229-1_amd64.deb
systemtap_0.0.20071229.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071229.orig.tar.gz


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



Accepted smc 1.4-1 (source all amd64)

2007-12-29 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 23 Dec 2007 01:55:18 -0430
Source: smc
Binary: smc-data smc
Architecture: source all amd64
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib [EMAIL PROTECTED]
Changed-By: Muammar El Khatib [EMAIL PROTECTED]
Description: 
 smc- a Jump and Run game like Super Mario World written in C++
 smc-data   - levels and music for smc
Closes: 456414
Changes: 
 smc (1.4-1) unstable; urgency=low
 .
   * New upstream release
   * A desktop file was added. Thanks to Marco Rodrigues for providing the
 desktoo file. (Closes: #456414)
Files: 
 69441f1bc08b32e21a9ababa0b07f33b 769 games optional smc_1.4-1.dsc
 495dae5a1ded92ffd4753a16ab3c9d2e 56045960 games optional smc_1.4.orig.tar.gz
 fc9938c7606d000498799ef3625efc47 7346 games optional smc_1.4-1.diff.gz
 a91ef2611d8b7298ba7ac3fef7372b21 55294020 games optional smc-data_1.4-1_all.deb
 4696b9478121cb45804db51c0763f6bc 597986 games optional smc_1.4-1_amd64.deb

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

iD8DBQFHdPIZgY5NIXPNpFURAvbSAJ4m73N2bOfd4tii3lHwmgfaMXN+eACguu5c
fuMFBTj3wpqN+IyFtFkrV0o=
=LaIB
-END PGP SIGNATURE-


Accepted:
smc-data_1.4-1_all.deb
  to pool/main/s/smc/smc-data_1.4-1_all.deb
smc_1.4-1.diff.gz
  to pool/main/s/smc/smc_1.4-1.diff.gz
smc_1.4-1.dsc
  to pool/main/s/smc/smc_1.4-1.dsc
smc_1.4-1_amd64.deb
  to pool/main/s/smc/smc_1.4-1_amd64.deb
smc_1.4.orig.tar.gz
  to pool/main/s/smc/smc_1.4.orig.tar.gz


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



Accepted partman-base 115 (source amd64)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:11:36 +0100
Source: partman-base
Binary: partman-base partman-utils
Architecture: source amd64
Version: 115
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-base - Partition the storage devices (partman)
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning
 partman-utils - Utilities related to partitioning (udeb)
Changes: 
 partman-base (115) unstable; urgency=low
 .
   * Major whitespace cleanup and a few minor coding style fixes.
   * Move functions confirm_changes and commit_changes from base.sh to new
 function library commit.sh.
   * Clean up the old_devices directory when it's no longer needed.
   * commit.d/parted: ensure that we clean up obsolete partition directories
 in the partition's device directory when we commit changes to a device by
 calling the new function device_cleanup_partitions() in commit.sh.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
Files: 
 bceb0cda063f8858bcb1b0e2910c5bfb 782 debian-installer standard 
partman-base_115.dsc
 b9e2c98b4b21a2a2bf466f6d61b781c7 146589 debian-installer standard 
partman-base_115.tar.gz
 0867224013d96bac3b1d90e8019226dc 126776 debian-installer standard 
partman-base_115_amd64.udeb
 299be793ff1ec9d68b7f8635e1073022 3716 debian-installer extra 
partman-utils_115_amd64.udeb
Package-Type: udeb

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

iD8DBQFHdrr1gm/Kwh6ICoQRAr0SAJ0SSWSBgP/Y/jCBBq17QoAlWbCmoQCgucQT
KFcoyzdi7nIyXq7zL4tD6kc=
=yrzc
-END PGP SIGNATURE-


Accepted:
partman-base_115.dsc
  to pool/main/p/partman-base/partman-base_115.dsc
partman-base_115.tar.gz
  to pool/main/p/partman-base/partman-base_115.tar.gz
partman-base_115_amd64.udeb
  to pool/main/p/partman-base/partman-base_115_amd64.udeb
partman-utils_115_amd64.udeb
  to pool/main/p/partman-base/partman-utils_115_amd64.udeb


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



Accepted partman-xfs 36 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:17:07 +0100
Source: partman-xfs
Binary: partman-xfs
Architecture: source all
Version: 36
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-xfs - Add to partman support for xfs
 partman-xfs - Add to partman support for xfs (udeb)
Changes: 
 partman-xfs (36) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and some coding style improvements.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrișor
Files: 
 51fc1734489560a3852e11a866127bc8 665 debian-installer standard 
partman-xfs_36.dsc
 88744df8488a7ce28884b0ac953a7d90 65311 debian-installer standard 
partman-xfs_36.tar.gz
 ffc7223224886dc80b0d3e0a1e7517e1 38566 debian-installer standard 
partman-xfs_36_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr3gm/Kwh6ICoQRAuxyAKC43iRpQ1rIq5sho4ZmIg8y0mm2egCfRout
M8XN99Z0036/JpvPvpXxuFY=
=jzVC
-END PGP SIGNATURE-


Accepted:
partman-xfs_36.dsc
  to pool/main/p/partman-xfs/partman-xfs_36.dsc
partman-xfs_36.tar.gz
  to pool/main/p/partman-xfs/partman-xfs_36.tar.gz
partman-xfs_36_all.udeb
  to pool/main/p/partman-xfs/partman-xfs_36_all.udeb


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



Accepted partman-auto-raid 8 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:11:18 +0100
Source: partman-auto-raid
Binary: partman-auto-raid
Architecture: source all
Version: 8
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-auto-raid - Allow preseeded RAID installs
 partman-auto-raid - Allow preseeded RAID installs (udeb)
Changes: 
 partman-auto-raid (8) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * initial_auto_raid: source new function library ./lib/commit.sh.
 Requires partman-base (= 115).
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
Files: 
 7c2dd96ff39d7bd3451e83bd8ff28373 680 debian-installer standard 
partman-auto-raid_8.dsc
 471da111fd00173831e3cd3cc95377ec 31700 debian-installer standard 
partman-auto-raid_8.tar.gz
 b61f470a88cca5c5f6165ed884f3ea60 16006 debian-installer standard 
partman-auto-raid_8_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr0gm/Kwh6ICoQRAm0IAKC2qoAxhc5aWcgivieUrx63ITu9IQCfdbAp
NtpwMAHmujeAOjzxAtJ1F1Y=
=kZud
-END PGP SIGNATURE-


Accepted:
partman-auto-raid_8.dsc
  to pool/main/p/partman-auto-raid/partman-auto-raid_8.dsc
partman-auto-raid_8.tar.gz
  to pool/main/p/partman-auto-raid/partman-auto-raid_8.tar.gz
partman-auto-raid_8_all.udeb
  to pool/main/p/partman-auto-raid/partman-auto-raid_8_all.udeb


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



Accepted partman-partitioning 55 (source amd64)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:15:28 +0100
Source: partman-partitioning
Binary: partman-partitioning
Architecture: source amd64
Version: 55
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-partitioning - Partitioning operations for partman
 partman-partitioning - Partitioning operations for partman (udeb)
Changes: 
 partman-partitioning (55) unstable; urgency=low
 .
   * Major whitespace cleanup and a few minor coding style fixes.
   * Source base.sh from resize.sh instead of the parent script.
   * Use new function library ./lib/commit.sh. Requires partman-base (= 115).
   * resize.sh: call device_cleanup_partitions() to ensure we remove obsolete
 partition info after committing changes (for non-virtual partitions).
 Requires: partman-base (= 115).
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
Files: 
 b54ac3d0c8f710cc15009de6aca7144e 672 debian-installer optional 
partman-partitioning_55.dsc
 be6eb9363d49c09495bcd961aa397f29 146077 debian-installer optional 
partman-partitioning_55.tar.gz
 8f9016acd4e3087502ae6e9340be5844 138458 debian-installer optional 
partman-partitioning_55_amd64.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAiYaAJ956h1ET0FoJvO9qV1t3wcCZbDBEACbBDRr
xTDgRr4pWBRhaZAm7VxuvKI=
=bGuj
-END PGP SIGNATURE-


Accepted:
partman-partitioning_55.dsc
  to pool/main/p/partman-partitioning/partman-partitioning_55.dsc
partman-partitioning_55.tar.gz
  to pool/main/p/partman-partitioning/partman-partitioning_55.tar.gz
partman-partitioning_55_amd64.udeb
  to pool/main/p/partman-partitioning/partman-partitioning_55_amd64.udeb


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



Accepted libsvm-ruby 2.8.4-2 (source i386 all)

2007-12-29 Thread Rudi Cilibrasi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 05 Dec 2007 09:47:11 -0800
Source: libsvm-ruby
Binary: libsvm-ruby libsvm-ruby1.8
Architecture: source i386 all
Version: 2.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Rudi Cilibrasi [EMAIL PROTECTED]
Changed-By: Rudi Cilibrasi [EMAIL PROTECTED]
Description: 
 libsvm-ruby - Ruby bindings for LIBSVM library (dummy package)
 libsvm-ruby1.8 - Ruby 1.8 binding to LIBSVM, a machine-learning Support Vector 
Mac
Changes: 
 libsvm-ruby (2.8.4-2) unstable; urgency=low
 .
   * Bumped Standards-Version to 3.7.3.
 .
   * Thanks to Paul van Tilburg for help in packaging libsvm-ruby.
Files: 
 aa90083fda755edab3abc171f1191132 786 libs optional libsvm-ruby_2.8.4-2.dsc
 16c21047f22a49ed5db8fd54e9dd08a4 95991 libs optional 
libsvm-ruby_2.8.4.orig.tar.gz
 4f85ed607cf63b5ce95fe742abadb4e9 1747 libs optional libsvm-ruby_2.8.4-2.diff.gz
 0ac35b05fd8d02b76452a368ab98efeb 3024 libs optional libsvm-ruby_2.8.4-2_all.deb
 80ab0d4f026213425e4d32048e3a0270 9966 libs optional 
libsvm-ruby1.8_2.8.4-2_i386.deb

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

iD8DBQFHdrqkNuEPS+DPqOQRAqQLAKD1R5ZEHuMU0/ZBxGG2myVCoX2qOwCg6ir6
M+J4/VSWEsJ8iw5WUEKD9x4=
=lRJ5
-END PGP SIGNATURE-


Accepted:
libsvm-ruby1.8_2.8.4-2_i386.deb
  to pool/main/libs/libsvm-ruby/libsvm-ruby1.8_2.8.4-2_i386.deb
libsvm-ruby_2.8.4-2.diff.gz
  to pool/main/libs/libsvm-ruby/libsvm-ruby_2.8.4-2.diff.gz
libsvm-ruby_2.8.4-2.dsc
  to pool/main/libs/libsvm-ruby/libsvm-ruby_2.8.4-2.dsc
libsvm-ruby_2.8.4-2_all.deb
  to pool/main/libs/libsvm-ruby/libsvm-ruby_2.8.4-2_all.deb


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



Accepted partman-auto-lvm 25 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:10:54 +0100
Source: partman-auto-lvm
Binary: partman-auto-lvm
Architecture: source all
Version: 25
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-auto-lvm - Automatically partition storage devices using LVM
 partman-auto-lvm - Automatically partition storage devices using LVM (udeb)
Changes: 
 partman-auto-lvm (25) unstable; urgency=low
 .
   [ Frans Pop ]
   * Lock devices that are used for physical volumes, as is done when setting
 up LVM using manual partitioning. Requires: partman-lvm (= 58).
   * auto-lvm.sh: avoid double sourcing of base.sh.
   * auto-lvm.sh: call device_cleanup_partitions() to ensure we remove obsolete
 partition info after committing changes. Requires: partman-base (= 115).
 .
   [ Colin Watson ]
   * Don't emit partman-auto-lvm/no_boot if / is outside LVM (e.g. a system
 with the operating system on a relatively small plain block device and a
 large LVM area for services). Reported by Nick Moffitt.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Portuguese (pt.po) by Miguel Figueiredo
Files: 
 6eba34d34cb104cd004cab518af8f86e 713 debian-installer optional 
partman-auto-lvm_25.dsc
 e54629aa4676aebcd8bb2486c4546f82 61747 debian-installer optional 
partman-auto-lvm_25.tar.gz
 c27754ea04cf2983ac36f8327a44e567 43030 debian-installer optional 
partman-auto-lvm_25_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr0gm/Kwh6ICoQRAso0AJ0URrXfBrdkyHH6lxgb+8yp41JbTACfRmWO
9PvFWlvzDVF37INn0hHQMls=
=b900
-END PGP SIGNATURE-


Accepted:
partman-auto-lvm_25.dsc
  to pool/main/p/partman-auto-lvm/partman-auto-lvm_25.dsc
partman-auto-lvm_25.tar.gz
  to pool/main/p/partman-auto-lvm/partman-auto-lvm_25.tar.gz
partman-auto-lvm_25_all.udeb
  to pool/main/p/partman-auto-lvm/partman-auto-lvm_25_all.udeb


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



Accepted partman-basicfilesystems 57 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:12:14 +0100
Source: partman-basicfilesystems
Binary: partman-basicfilesystems
Architecture: source all
Version: 57
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-basicfilesystems - Add to partman support for ext2, linux-swap, fat16 
and fat32
 partman-basicfilesystems - Add to partman support for ext2, linux-swap, fat16 
and fat32 (udeb)
Changes: 
 partman-basicfilesystems (57) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and some coding style improvements.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrișor
   * Slovak (sk.po) by Ivan Masár
Files: 
 a297da6a6ae2593cdc233b356d02c7bd 754 debian-installer standard 
partman-basicfilesystems_57.dsc
 58426a38b320c52294929f9d942cac7a 144300 debian-installer standard 
partman-basicfilesystems_57.tar.gz
 3a1e8e231866ad6e32973e157cc71803 116874 debian-installer standard 
partman-basicfilesystems_57_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr1gm/Kwh6ICoQRAmurAKCnNHFzotQgmlH72vuF9QB7lclPCQCeLwwp
Yo3gM5d2M9B/G9jaWSFXwyc=
=ANwS
-END PGP SIGNATURE-


Accepted:
partman-basicfilesystems_57.dsc
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_57.dsc
partman-basicfilesystems_57.tar.gz
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_57.tar.gz
partman-basicfilesystems_57_all.udeb
  to pool/main/p/partman-basicfilesystems/partman-basicfilesystems_57_all.udeb


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



Accepted partman-md 39 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:14:53 +0100
Source: partman-md
Binary: partman-md
Architecture: source all
Version: 39
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-md - Add to partman support for MD
 partman-md - Add to partman support for MD (udeb)
Changes: 
 partman-md (39) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Use new function library ./lib/commit.sh. Requires partman-base (= 115).
   * Whitespace cleanup and a few minor coding style fixes.
   * md_sync_flag: use single assignment for adding flags.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
Files: 
 670233430b81d6741f77110af9ea0393 621 debian-installer standard 
partman-md_39.dsc
 ea5c5e1cfdbab84c89214bb9618f281a 45176 debian-installer standard 
partman-md_39.tar.gz
 f182710e46d547da17141e2f8e66f067 27500 debian-installer standard 
partman-md_39_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAqfeAJ9qe5gJ7wTHKH5lReav15Jlc9JHPACgjMIz
9/h1q0cJ6wRDeg8Dy7hHAoQ=
=4BDv
-END PGP SIGNATURE-


Accepted:
partman-md_39.dsc
  to pool/main/p/partman-md/partman-md_39.dsc
partman-md_39.tar.gz
  to pool/main/p/partman-md/partman-md_39.tar.gz
partman-md_39_all.udeb
  to pool/main/p/partman-md/partman-md_39_all.udeb


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



Accepted partman-lvm 58 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:14:33 +0100
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 58
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-lvm - Adds support for LVM to partman
 partman-lvm - Adds support for LVM to partman (udeb)
Changes: 
 partman-lvm (58) unstable; urgency=low
 .
   * Create function for locking devices holding a PV.
   * lvm-remove.sh: improve automatic removal of LVM data
 - list LVM volumes to be removed; based on earlier work by David Härdeman
 - a disk can contain multiple volume groups; make sure we remove them all
 - when a physical volume is deleted, also unlock the device it was on
   * Use new function library ./lib/commit.sh. Requires partman-base (= 115).
   * lvm_sync_flag: use single assignment for adding flags.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Bulgarian (bg.po) by Damyan Ivanov
   * Czech (cs.po) by Miroslav Kure
   * Esperanto (eo.po) by Serge Leblanc
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Russian (ru.po) by Yuri Kozlov
   * Swedish (sv.po) by Daniel Nylander
   * Simplified Chinese (zh_CN.po) by Ming Hua
Files: 
 d1dc4abaa21f0298f88ead8d36d2f316 694 debian-installer optional 
partman-lvm_58.dsc
 9a8ab3bdf9f4baabd4f2814bc26f4de6 210834 debian-installer optional 
partman-lvm_58.tar.gz
 d079fe7af05bc48bd404436d14d9e6aa 195366 debian-installer optional 
partman-lvm_58_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAofkAKCFP1ub0gWvJ4vrymotjXSYdPAD0QCgmHRv
py8uOPM18/V1a0h7VAcHBGI=
=AdRr
-END PGP SIGNATURE-


Accepted:
partman-lvm_58.dsc
  to pool/main/p/partman-lvm/partman-lvm_58.dsc
partman-lvm_58.tar.gz
  to pool/main/p/partman-lvm/partman-lvm_58.tar.gz
partman-lvm_58_all.udeb
  to pool/main/p/partman-lvm/partman-lvm_58_all.udeb


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



Accepted t-coffee 5.31-1 (source all i386)

2007-12-29 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 18:54:09 +0100
Source: t-coffee
Binary: t-coffee t-coffee-doc t-coffee-examples
Architecture: source all i386
Version: 5.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Charles Plessy [EMAIL PROTECTED]
Description: 
 t-coffee   - Multiple Sequence Alignment
 t-coffee-doc - PDF and HTML accompaning documents to T-Coffee
 t-coffee-examples - annotated examples for the use of T-Coffee
Closes: 457921
Changes: 
 t-coffee (5.31-1) unstable; urgency=low
 .
   * New upstream version.
   * Debian menu transition: updated debian/t-coffee-doc.doc-base.
   * debian/patches/dmcoffee.patch: to make dmcoffee work
 out of the box.
   * debian/control:
 - Allowed Debian Maintainers to upload t-coffee.
 - Checked that the package conforms to Policy 3.7.3.
 - Using debhelper 5.
 - Updated homepage.
 - Moved t-coffee-doc to section doc.
   * debian/copyright: converted to machine-readable format.
   * debian/rules: builds only indep or only arch when called with
 binary-indep or binary-arch (Closes: #457921).
Files: 
 e81c843bf6a94b682bbc25e2cc4006ff 987 science optional t-coffee_5.31-1.dsc
 3c5eea83be2c18f45b55a9afac643b25 2857478 science optional 
t-coffee_5.31.orig.tar.gz
 de1c901051b36db5c17575fe8309b259 6042 science optional t-coffee_5.31-1.diff.gz
 eff6a1f5bbb184ae1fa4deb2cda8d300 346 science optional 
t-coffee-examples_5.31-1_all.deb
 bf6e1732d1ccef009fd650f2a9f811d7 465878 doc optional 
t-coffee-doc_5.31-1_all.deb
 f96478f3a3ee6ff2e76ed5966c7bbb70 478080 science optional 
t-coffee_5.31-1_i386.deb

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

iD8DBQFHdrR7AQwuptkwlkQRAgYQAJ9lQiF3BFLK54OSLjdanka+bU1abwCghsDH
ZfLyFvvAqhmrw6dk3TbTsAo=
=bycb
-END PGP SIGNATURE-


Accepted:
t-coffee-doc_5.31-1_all.deb
  to pool/main/t/t-coffee/t-coffee-doc_5.31-1_all.deb
t-coffee-examples_5.31-1_all.deb
  to pool/main/t/t-coffee/t-coffee-examples_5.31-1_all.deb
t-coffee_5.31-1.diff.gz
  to pool/main/t/t-coffee/t-coffee_5.31-1.diff.gz
t-coffee_5.31-1.dsc
  to pool/main/t/t-coffee/t-coffee_5.31-1.dsc
t-coffee_5.31-1_i386.deb
  to pool/main/t/t-coffee/t-coffee_5.31-1_i386.deb
t-coffee_5.31.orig.tar.gz
  to pool/main/t/t-coffee/t-coffee_5.31.orig.tar.gz


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



Accepted partman-dmraid 3 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:13:12 +0100
Source: partman-dmraid
Binary: partman-dmraid
Architecture: source all
Version: 3
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-dmraid - Adds support for Serial ATA RAID (dmraid) to partman
 partman-dmraid - Adds support for Serial ATA RAID (dmraid) to partman (udeb)
Changes: 
 partman-dmraid (3) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Use new function library ./lib/commit.sh. Requires partman-base (= 115).
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
Files: 
 25418a397410dfdf159ba6bd419d5186 635 debian-installer optional 
partman-dmraid_3.dsc
 884957006e3f450bb329b2e370394c8f 52935 debian-installer optional 
partman-dmraid_3.tar.gz
 57a35bc3069c2c8e7ce264b5025c7bed 32410 debian-installer optional 
partman-dmraid_3_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRArBNAKCKoMMSTnfoYvviPclK558Dc5pNgwCfRAyu
GfkgByJN13GjDQ9qh0mTY7U=
=okPe
-END PGP SIGNATURE-


Accepted:
partman-dmraid_3.dsc
  to pool/main/p/partman-dmraid/partman-dmraid_3.dsc
partman-dmraid_3.tar.gz
  to pool/main/p/partman-dmraid/partman-dmraid_3.tar.gz
partman-dmraid_3_all.udeb
  to pool/main/p/partman-dmraid/partman-dmraid_3_all.udeb


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



Accepted partman-target 53 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:16:34 +0100
Source: partman-target
Binary: partman-target
Architecture: source all
Version: 53
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-target - Provides partman with ability to prepare /target
 partman-target - Provides partman with ability to prepare /target (udeb)
Changes: 
 partman-target (53) unstable; urgency=low
 .
   [ Frans Pop ]
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and a few minor coding style fixes.
 .
   [ Colin Watson ]
   * udev 117 merged all udev tools into a single binary called udevadm.
 Check for this and use it instead of udevinfo if available.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Belarusian (be.po) by Hleb Rubanau
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy Petrișor
   * Slovak (sk.po) by Ivan Masár
Files: 
 bbf646518f0f0502c323463349e982fd 647 debian-installer standard 
partman-target_53.dsc
 4c8b766bd0648e886d5f7d8ec4f931cf 96003 debian-installer standard 
partman-target_53.tar.gz
 858fca4a017cc7497b42640de68ed6cc 74536 debian-installer standard 
partman-target_53_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr3gm/Kwh6ICoQRAqXKAJ427EJgSxCMOy4sqk7i4NN2+8xUmQCbBClo
Ixz/7+QB7zNAPCpGeMjoXMA=
=6w52
-END PGP SIGNATURE-


Accepted:
partman-target_53.dsc
  to pool/main/p/partman-target/partman-target_53.dsc
partman-target_53.tar.gz
  to pool/main/p/partman-target/partman-target_53.tar.gz
partman-target_53_all.udeb
  to pool/main/p/partman-target/partman-target_53_all.udeb


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



Accepted partman-reiserfs 38 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:16:15 +0100
Source: partman-reiserfs
Binary: partman-reiserfs
Architecture: source all
Version: 38
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-reiserfs - Add to partman support for reiserfs
 partman-reiserfs - Add to partman support for reiserfs (udeb)
Changes: 
 partman-reiserfs (38) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and some coding style improvements.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrișor
Files: 
 7b51efa91fb61e96104c628662cdd300 685 debian-installer standard 
partman-reiserfs_38.dsc
 673b4f644f4389121a4002a1310b2476 69639 debian-installer standard 
partman-reiserfs_38.tar.gz
 41457aff8b702e17388e485f799b2945 41040 debian-installer standard 
partman-reiserfs_38_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr3gm/Kwh6ICoQRAhHFAJ9QyY4PLyPB4VFJJcH+Oi7qiemKHACgmlzz
o/nsVtIdlp1NXHWHXDnQDis=
=rqzf
-END PGP SIGNATURE-


Accepted:
partman-reiserfs_38.dsc
  to pool/main/p/partman-reiserfs/partman-reiserfs_38.dsc
partman-reiserfs_38.tar.gz
  to pool/main/p/partman-reiserfs/partman-reiserfs_38.tar.gz
partman-reiserfs_38_all.udeb
  to pool/main/p/partman-reiserfs/partman-reiserfs_38_all.udeb


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



Accepted partman-ext3 49 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:13:58 +0100
Source: partman-ext3
Binary: partman-ext3
Architecture: source all
Version: 49
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-ext3 - Add to partman support for ext3
 partman-ext3 - Add to partman support for ext3 (udeb)
Changes: 
 partman-ext3 (49) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and some coding style improvements.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrișor
Files: 
 66140dfaf7b9bbe473bb4900fa87e426 667 debian-installer standard 
partman-ext3_49.dsc
 0ce33abf4516215d46c732d9488491a7 69974 debian-installer standard 
partman-ext3_49.tar.gz
 9728228495f997f576b8691122999777 40224 debian-installer standard 
partman-ext3_49_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAlq3AJ9Qie8nQpodwNCLhFoSB/vyuy/KBwCfT3hN
oANpsyTP7+lP0xQ2NbVSvgg=
=j+hh
-END PGP SIGNATURE-


Accepted:
partman-ext3_49.dsc
  to pool/main/p/partman-ext3/partman-ext3_49.dsc
partman-ext3_49.tar.gz
  to pool/main/p/partman-ext3/partman-ext3_49.tar.gz
partman-ext3_49_all.udeb
  to pool/main/p/partman-ext3/partman-ext3_49_all.udeb


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



Accepted partman-jfs 24 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:14:15 +0100
Source: partman-jfs
Binary: partman-jfs
Architecture: source all
Version: 24
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-jfs - Add support for jfs to partman
 partman-jfs - Add support for jfs to partman (udeb)
Changes: 
 partman-jfs (24) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and some coding style improvements.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug
   * Panjabi (pa.po) by A S Alam
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrișor
Files: 
 217e3d7dc6d7e508d9497d99bf6c2d73 671 debian-installer standard 
partman-jfs_24.dsc
 55dc55245ab6bf38455b3e938ecbc8c0 75272 debian-installer standard 
partman-jfs_24.tar.gz
 3671697acbf91f3790c19cdfc644acfd 50532 debian-installer standard 
partman-jfs_24_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAtBKAKCNdwtIhuOOcB7+K5bcLOTNraodzQCgvPoD
S9WEFt30A4z9Ux8ntFv9v3A=
=fEFR
-END PGP SIGNATURE-


Accepted:
partman-jfs_24.dsc
  to pool/main/p/partman-jfs/partman-jfs_24.dsc
partman-jfs_24.tar.gz
  to pool/main/p/partman-jfs/partman-jfs_24.tar.gz
partman-jfs_24_all.udeb
  to pool/main/p/partman-jfs/partman-jfs_24_all.udeb


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



Accepted partman-efi 15 (source amd64)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:13:31 +0100
Source: partman-efi
Binary: partman-efi
Architecture: source amd64
Version: 15
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-efi - Add to partman support for EFI boot partitions
 partman-efi - Add to partman support for EFI boot partitions (udeb)
Changes: 
 partman-efi (15) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * efi_sync_flag: use single assignment for adding flags.
   * Major whitespace cleanup and a few minor coding style fixes.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
Files: 
 69fbc85c0062f99beb38e17cddc59e31 667 debian-installer standard 
partman-efi_15.dsc
 d98c2cb4541f6ee96267c05c21efe38f 37795 debian-installer standard 
partman-efi_15.tar.gz
 e1df76862b586d2a76261803a986b60d 21476 debian-installer standard 
partman-efi_15_amd64.udeb
Package-Type: udeb

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

iD8DBQFHdrr2gm/Kwh6ICoQRAhINAKC/Kc3IVi0125EKnaOvkrfN90l1NACgqZkJ
zC8aFSJoIZIPTKEYY6XM6X4=
=4Oly
-END PGP SIGNATURE-


Accepted:
partman-efi_15.dsc
  to pool/main/p/partman-efi/partman-efi_15.dsc
partman-efi_15.tar.gz
  to pool/main/p/partman-efi/partman-efi_15.tar.gz
partman-efi_15_amd64.udeb
  to pool/main/p/partman-efi/partman-efi_15_amd64.udeb


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



Accepted partman-basicmethods 37 (source all)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:12:32 +0100
Source: partman-basicmethods
Binary: partman-basicmethods
Architecture: source all
Version: 37
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-basicmethods - Basic partition usage methods for partman
 partman-basicmethods - Basic partition usage methods for partman (udeb)
Changes: 
 partman-basicmethods (37) unstable; urgency=low
 .
   * Moved definitions.sh to ./lib/base.sh. Requires partman-base (= 114).
   * Major whitespace cleanup and a few minor coding style fixes.
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Panjabi (pa.po) by A S Alam
Files: 
 36eef1af6d8f893aae18fd7db8a2983e 707 debian-installer optional 
partman-basicmethods_37.dsc
 993937c4ff0891ed55395d4115fb0104 35420 debian-installer optional 
partman-basicmethods_37.tar.gz
 709af7e6e5a0f73003618ba5015c2d3e 16648 debian-installer optional 
partman-basicmethods_37_all.udeb
Package-Type: udeb

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

iD8DBQFHdrr1gm/Kwh6ICoQRAixRAKDIxBNQfJpyUepxI5z+z6TvRswCBQCfVa6z
rj1gJvQPBmb6byLoXNA1Rfc=
=DoTp
-END PGP SIGNATURE-


Accepted:
partman-basicmethods_37.dsc
  to pool/main/p/partman-basicmethods/partman-basicmethods_37.dsc
partman-basicmethods_37.tar.gz
  to pool/main/p/partman-basicmethods/partman-basicmethods_37.tar.gz
partman-basicmethods_37_all.udeb
  to pool/main/p/partman-basicmethods/partman-basicmethods_37_all.udeb


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



Accepted partman-crypto 26 (source all amd64)

2007-12-29 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:12:48 +0100
Source: partman-crypto
Binary: partman-crypto-dm partman-crypto partman-crypto-loop
Architecture: source all amd64
Version: 26
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-crypto - Add to partman support for block device encryption
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
 partman-crypto-loop - Add to partman support for loop-AES encryption
 partman-crypto-loop - Add to partman support for loop-AES encryption (udeb)
Changes: 
 partman-crypto (26) unstable; urgency=low
 .
   * crypto-base.sh: source new function library ./lib/commit.sh.
 Requires partman-base (= 115).
 .
   [ Updated translations ]
   * Amharic (am.po) by tegegne tefera
   * Korean (ko.po) by Changwoo Ryu
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
Files: 
 76cedb175bb72f35b953777c14bcb744 681 debian-installer optional 
partman-crypto_26.dsc
 91e6275b42a48e4aee2dfbac4e6edca7 262537 debian-installer optional 
partman-crypto_26.tar.gz
 e64ea6170ad8d6feace6f7ade910cab6 1374 debian-installer optional 
partman-crypto-dm_26_all.udeb
 6f71a5950ea65173647369286af5c585 1234 debian-installer optional 
partman-crypto-loop_26_all.udeb
 913b6a81beac3645b8048d7a4ada3176 225992 debian-installer optional 
partman-crypto_26_amd64.udeb
Package-Type: udeb

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

iD8DBQFHdrr1gm/Kwh6ICoQRAuZeAKCE/DFvzju4oTy+WJWABQMaIbVKnQCfSVT4
cGBoYGXQVyEwA4id0hU5KkQ=
=66Af
-END PGP SIGNATURE-


Accepted:
partman-crypto-dm_26_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-dm_26_all.udeb
partman-crypto-loop_26_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-loop_26_all.udeb
partman-crypto_26.dsc
  to pool/main/p/partman-crypto/partman-crypto_26.dsc
partman-crypto_26.tar.gz
  to pool/main/p/partman-crypto/partman-crypto_26.tar.gz
partman-crypto_26_amd64.udeb
  to pool/main/p/partman-crypto/partman-crypto_26_amd64.udeb


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



Accepted libbeagle 0.3.0-2 (source i386)

2007-12-29 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:13:41 +0100
Source: libbeagle
Binary: python-beagle libbeagle1 libbeagle-dev
Architecture: source i386
Version: 0.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team [EMAIL PROTECTED]
Changed-By: Mirco Bauer [EMAIL PROTECTED]
Description: 
 libbeagle-dev - library for accessing beagle (C bindings)
 libbeagle1 - library for accessing beagle using C
 python-beagle - python bindings for beagle
Closes: 457758
Changes: 
 libbeagle (0.3.0-2) unstable; urgency=low
 .
   [ Jose Carlos Garcia Sogo ]
   * debian/control:
 + Change Vcs-* fields to point to svn.debian.org
 .
   [ Mirco Bauer ]
   * debian/control:
 + Changed Maintainer to Debian CLI Applications Team and moved
   Jose Carlos Garcia Sogo to Uploaders.
 + Added myself to uploaders.
 + Updated build-dependencies according to configure checks, fixes FTBFS.
   (Closes: #457758)
 + Changed section of libbeagle-dev to libdevel.
   * debian/*.dirs:
 + Dropped, they are unneeded as dh_install creates the directories
   automatically.
   * debian/compat:
 + Updated to 5.
Files: 
 390f6d9b2c180a264cce0d5f3660fdd5 1371 libs optional libbeagle_0.3.0-2.dsc
 f00770df67055cc9f7447012a4209390 31020 libs optional libbeagle_0.3.0-2.diff.gz
 dab60d1865c2918de25ba93129f4cbe7 47518 libs optional 
libbeagle1_0.3.0-2_i386.deb
 a470271fe963225a008168b4c7a1e3ce 101506 libdevel optional 
libbeagle-dev_0.3.0-2_i386.deb
 9bb7168f03e45c73b0b669e91b144a8b 32726 libs optional 
python-beagle_0.3.0-2_i386.deb

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

iQEVAwUBR3bAs3En5avu+UbIAQLF9Qf+KYoMlC6FzJ0h/ajeAL8ab/MfcvwL5q1W
DtyOoaixp008Y7EOLrC+QnHqIm56O3E4HqM4Y7H1nDNYlfBb/iuqKillMlOeZ2w+
cUzZsTj3JQYpcCn7Y1X16NsDmIFIO4IDnklne3l6SnJ8mFLdW8SFZgpK4xiIXroX
GSIYK6K/NdLQKFVDWH3brBV7NOStZXWGH+4E/+SJQlxI40GHf75LtH+M38kgXWI7
lRhSY8tgoM8PhiaVNfZAaN7Lxg07EksgB1p1BLAXuHF2brrr5KB867dMK65GZeJ8
gTJEuCt/Fpcbefdz3LXPCnryrzZp7A1jkoYYTTAc5+JL9t5c/mpM1A==
=+qPl
-END PGP SIGNATURE-


Accepted:
libbeagle-dev_0.3.0-2_i386.deb
  to pool/main/libb/libbeagle/libbeagle-dev_0.3.0-2_i386.deb
libbeagle1_0.3.0-2_i386.deb
  to pool/main/libb/libbeagle/libbeagle1_0.3.0-2_i386.deb
libbeagle_0.3.0-2.diff.gz
  to pool/main/libb/libbeagle/libbeagle_0.3.0-2.diff.gz
libbeagle_0.3.0-2.dsc
  to pool/main/libb/libbeagle/libbeagle_0.3.0-2.dsc
python-beagle_0.3.0-2_i386.deb
  to pool/main/libb/libbeagle/python-beagle_0.3.0-2_i386.deb


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



Accepted iscsitarget 0.4.15+svn145-1 (source all amd64)

2007-12-29 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 22:53:26 +0100
Source: iscsitarget
Binary: iscsitarget iscsitarget-source
Architecture: source amd64 all
Version: 0.4.15+svn145-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Hug [EMAIL PROTECTED]
Changed-By: Frederik Schüler [EMAIL PROTECTED]
Description: 
 iscsitarget - iSCSI Enterprise Target userland tools
 iscsitarget-source - iSCSI Enterprise Target kernel module source
Closes: 449237 457615
Changes: 
 iscsitarget (0.4.15+svn145-1) unstable; urgency=low
 .
   * New upstream snapshot.
 - support 2.6.23 kernels. (Closes: #449237)
 - fix ia64 FTBFS. (Closes: #457615)
   * Update to standards version 3.7.3, no changes needed.
   * Fix kbuild-clean target, thanks to Jeremy Laine [EMAIL PROTECTED]
 for the fix.
   * Add lsb section to the iscsitarget initscript.
   * Add lintian override for /etc/ietd.conf permissions.
Files: 
 21dd404cff465c951da3c3a8986b50ef 725 net optional 
iscsitarget_0.4.15+svn145-1.dsc
 100333960ab561783c71348f7da5f46d 102520 net optional 
iscsitarget_0.4.15+svn145.orig.tar.gz
 19367da06eff56462f3f4122e85da74b 5411 net optional 
iscsitarget_0.4.15+svn145-1.diff.gz
 5920a8515c6accf2da898d87eee18325 59136 net optional 
iscsitarget_0.4.15+svn145-1_amd64.deb
 53a3f649bd555b17f135f03de505c843 40818 net optional 
iscsitarget-source_0.4.15+svn145-1_all.deb

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

iD8DBQFHdsJ86n7So0GVSSARAjJ+AJ9K5KBDQXMeEYR8gTNOKvrZNs63QwCfR0JZ
Jb0wrPTlNNtUsl4zyNW0rAQ=
=dWTb
-END PGP SIGNATURE-


Accepted:
iscsitarget-source_0.4.15+svn145-1_all.deb
  to pool/main/i/iscsitarget/iscsitarget-source_0.4.15+svn145-1_all.deb
iscsitarget_0.4.15+svn145-1.diff.gz
  to pool/main/i/iscsitarget/iscsitarget_0.4.15+svn145-1.diff.gz
iscsitarget_0.4.15+svn145-1.dsc
  to pool/main/i/iscsitarget/iscsitarget_0.4.15+svn145-1.dsc
iscsitarget_0.4.15+svn145-1_amd64.deb
  to pool/main/i/iscsitarget/iscsitarget_0.4.15+svn145-1_amd64.deb
iscsitarget_0.4.15+svn145.orig.tar.gz
  to pool/main/i/iscsitarget/iscsitarget_0.4.15+svn145.orig.tar.gz


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



Accepted mbr 1.1.10-1 (source amd64)

2007-12-29 Thread Santiago Garcia Mantinan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 20:15:27 +0100
Source: mbr
Binary: mbr
Architecture: source amd64
Version: 1.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Garcia Mantinan [EMAIL PROTECTED]
Changed-By: Santiago Garcia Mantinan [EMAIL PROTECTED]
Description: 
 mbr- Master Boot Record for IBM-PC compatible computers.
Closes: 382812 418297 454203
Changes: 
 mbr (1.1.10-1) unstable; urgency=low
 .
   * New upstream version.
   * Compile with support for large files. Closes: #418297.
   * Add support for lpia architecture. Closes: #454203.
   * Get a 64-bit installer where available. Closes: #382812.
Files: 
 eaf43c0bdfcdb71db1d3c67fbc6bac4a 587 admin optional mbr_1.1.10-1.dsc
 27c3854edf80716158001eec59634972 118976 admin optional mbr_1.1.10.orig.tar.gz
 9e8a022f97204bfe79e6c823c461d730 5822 admin optional mbr_1.1.10-1.diff.gz
 32ac8056fed826b89ebd417b101d5529 23886 admin optional mbr_1.1.10-1_amd64.deb

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

iD8DBQFHdsJ/cv3CBfajKo4RAunjAJ9+VqYWC7LMeghT4Uok5KtsHs0vEwCgkc+5
d/zoDL9NoCZbLm7sHWOcjoY=
=NS6n
-END PGP SIGNATURE-


Accepted:
mbr_1.1.10-1.diff.gz
  to pool/main/m/mbr/mbr_1.1.10-1.diff.gz
mbr_1.1.10-1.dsc
  to pool/main/m/mbr/mbr_1.1.10-1.dsc
mbr_1.1.10-1_amd64.deb
  to pool/main/m/mbr/mbr_1.1.10-1_amd64.deb
mbr_1.1.10.orig.tar.gz
  to pool/main/m/mbr/mbr_1.1.10.orig.tar.gz


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



Accepted gputils 0.13.5-1 (source amd64)

2007-12-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:55:25 +0100
Source: gputils
Binary: gputils
Architecture: source amd64
Version: 0.13.5-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 gputils- GNU PIC utilities
Changes: 
 gputils (0.13.5-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 0ab0be445e63a520d621b75185b01b4a 596 electronics extra gputils_0.13.5-1.dsc
 6d8e5ee2a80fbaffa780466e2eb8644b 2025619 electronics extra 
gputils_0.13.5.orig.tar.gz
 dc04254555e57533189e42469f72daf6 3895 electronics extra 
gputils_0.13.5-1.diff.gz
 e19122d5a56633af05cc8cd2fa59dd75 1988916 electronics extra 
gputils_0.13.5-1_amd64.deb

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

iD8DBQFHdr07w3ao2vG823MRAu7xAJ4poT3eNfgBzKLkuY5YA+ZFlZPfyACdE0Xh
fapdGWAieHbznVYsfcplJjY=
=tL6M
-END PGP SIGNATURE-


Accepted:
gputils_0.13.5-1.diff.gz
  to pool/main/g/gputils/gputils_0.13.5-1.diff.gz
gputils_0.13.5-1.dsc
  to pool/main/g/gputils/gputils_0.13.5-1.dsc
gputils_0.13.5-1_amd64.deb
  to pool/main/g/gputils/gputils_0.13.5-1_amd64.deb
gputils_0.13.5.orig.tar.gz
  to pool/main/g/gputils/gputils_0.13.5.orig.tar.gz


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



  1   2   >