Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Christian Perrier
 I apologize if my meaning was unclear; it was not meant to be rude.  I
 think that looking at only the power of modern CPUs - how long it
 takes to crack a password - misses the point.  If you enforce longer
 passwords than people are comfortable with, you get weaker passwords
 (or poor password management practices).  It's the humans that matter,
 not the machines.


OK, got the point. Sorry for the misunderstanding (I was thinking that
you were suggesting the original proposer of this enforcement to get a
better brain..:-)).

For sure, this point is to be considered and, definitely, this is what
I've personnally experienced in day to day life (user getting weak
passwords when the length is enforced). Despite this, I still
favor some enforcement on passwords and the legnth is part of the
problem.

I see this as a kind of cultural enforcement of the fact that
passwords are important stuff and seeing us (Debian, often seen as the
operating system of choice for hardcore geeks) being serious about
this is something that I would find correct policy.



signature.asc
Description: Digital signature


Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Christian Perrier
 Right, I know there are going to be use cases where 6 is too long for the
 minimum length, and users will need to lower the setting in
 /etc/pam.d/common-password.  Do you think we need to provide some hook for
 these Debian Edu users to change the setting automatically, via preseeding
 or otherwise, or do you think users this is a corner case even within Debian
 Edu?


Well, yesterday I was just about to suggest some debconfization of the
password minimum length (low priority question).

You just added some debconf crap to pam (now with the best English
wording ever...), so adding a few more should be easy. That would
certainly help CDD to preseed the question for their own needs.





signature.asc
Description: Digital signature


Re: Considerations for 'xmms' removal from Debian

2007-09-04 Thread Oleg Verych
* 07-08-2007, Andrei Popescu:
[]
 Did you even try adding a directory? It might even work ;)

 xmms2... Well, when we have a decent client, then can are an option.
 Now, isn't it.

 Same as with mpd :-/

Server is `(mu-)mplayer` (seek isn't working in ogg), client is `dd`,
playlist is small `sh` script: ftp://flower.upol.cz/mu-player/

 Regards,
 Andrei
 --=20
 If you can't explain it simply, you don't understand it well enough.
 (Albert Einstein)

--
  Hard to disagree :)


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Oleg Verych
04-09-2007, John Kelly:
 On Sep 3, Lars Wirzenius wrote:

ti, 2007-09-04 kello 10:17 +0900, Miles Bader kirjoitti:

 If the system is excessively anal about what passwords it will let you
 use, people will just start writing them down...

That is arguably better than having passwords which can be guessed by
doing brute-force attackes over ssh.

 I stop brute force attacks by sending auth log messages to a FIFO which I 
 read with a perl script. After 10 login failures, your IP is firewalled for 
 24 hours.

What about having more secure Debian's sshd_config by default?

PermitRootLogin no
DenyUsers   *

to start with.

Also i would really love to have sshd rc script being able to load
different configs easily. I have dummy sshd on 22 port and one actual
door on another. Having more dummy services else where, is more security
by obscurity. Not 100% protection, but something.



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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Petter Reinholdtsen

[Steve Langasek]
 Right, I know there are going to be use cases where 6 is too long
 for the minimum length, and users will need to lower the setting in
 /etc/pam.d/common-password.  Do you think we need to provide some
 hook for these Debian Edu users to change the setting automatically,
 via preseeding or otherwise, or do you think users this is a corner
 case even within Debian Edu?

I'm not sure.  Personally, I want to enforce strong passwords, but I
realize that it will be a hard sell in some environment and that we
could loose installations if we make it too hard to avoid such
enforcing.

Some schools even use the same password for all lower grade users
instead of providing very easy passwords, and I am not sure if that is
better.  I am convinced the schools will come up with some new an
innovative insecure way to work around any enforced password policy,
so it might not matter either way. :)

Happy hacking,
-- 
Petter Reinholdtsen


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread John Kelly
On Tue, 4 Sep 2007 07:53:08 + (UTC), Oleg Verych
[EMAIL PROTECTED] wrote:

What about having more secure Debian's sshd_config by default?

PermitRootLogin no
DenyUsers   *

Doing remote ssh installations without any console access will make
you unhappy with that default.


-- 
Internet service
http://www.isp2dial.com/
 



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/04/07 03:10, Petter Reinholdtsen wrote:
[snip]
 
 Some schools even use the same password for all lower grade users
 instead of providing very easy passwords, and I am not sure if that is
 better.

That's just stupid.

Since first grade, my children have been able to remember their own
passwords.  Sure, they were simple at first (dog and cat), but
now in third grade they are relatively sophisticated.

 I am convinced the schools will come up with some new an
 innovative insecure way to work around any enforced password policy,
 so it might not matter either way. :)

- --
Ron Johnson, Jr.
Jefferson LA  USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

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

iD8DBQFG3RgqS9HxQb37XmcRAtOqAJ9ZmnJ0nsPR3IJlVOk9vgyoGkmr3wCfaZEH
stWe4OraHAZcNrEJuzxE79c=
=tv0u
-END PGP SIGNATURE-


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Lars Wirzenius
ma, 2007-09-03 kello 23:40 -0400, John Kelly kirjoitti:
 On Sep 3, Lars Wirzenius wrote:
 That is arguably better than having passwords which can be guessed by
 doing brute-force attackes over ssh.
 
 I stop brute force attacks by sending auth log messages to a FIFO which I 
 read with a perl script. After 10 login failures, your IP is firewalled for 
 24 hours.
 
 Works great.

I'm sure it does work great. Can you work on making sure it is the
default in lenny if openssh-server is installed?

-- 
Talk is cheap. Whining is actually free.


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Antti-Juhani Kaijanaho
On Mon, Sep 03, 2007 at 11:40:07PM -0400, John Kelly wrote:
 I stop brute force attacks by sending auth log messages to a FIFO which I 
 read with a perl script. After 10 login failures, your IP is firewalled for 
 24 hours.

I have a rate-limiting iptables ruleset for SSH (and HTTP).  In my
experience, brute force attackers give up after the rate-limiter starts
tarpitting them.

See http://antti-juhani.kaijanaho.fi/stuff/ratelimit.txt

- 
Antti-Juhani Kaijanaho, Jyväskylä
http://antti-juhani.kaijanaho.fi/newblog/
http://www.flickr.com/photos/antti-juhani/


signature.asc
Description: Digital signature


Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Roger Leigh
Steve Langasek [EMAIL PROTECTED] writes:

 For years, the Debian pam packages have by default had a weaker password
 length requirement than upstream.  I can think of no reason for this to be
 the case, especially when upstream doesn't support a configurable minimum
 password length and Debian does.

 Does anyone else have a reasoned argument why Debian should have a weaker
 password length check than upstream (4 chars instead of 6)?  If not, this
 will be changed in the next upload of pam.

I think making it 6 would be a good idea.

However, I think 8 as a default may be too long.

Having enabled the cracklib stuff in pam_unix while testing the new
PAM, I agree that this should remain disabled.  Many users (including
myself) find the enforcement of all those extra checks annoying, and I
agree with other comments that extra checks don't always result in
more security due to tacking fixed patterns onto a shorter password.
It would be nice to make the pam_unix cracklib stuff configurable in
configure, so we don't need to patch the Makefiles, and push that
upstream.


Regards,
Roger

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


pgpw3XfkBQtGz.pgp
Description: PGP signature


Re: packages.debian.org updated

2007-09-04 Thread Frank Lichtenheld
On Tue, Sep 04, 2007 at 07:34:34AM +0200, Lionel Elie Mamane wrote:
 (Please CC me on replies; thanks.)
 
 On Sun, Sep 02, 2007 at 10:58:12PM +0200, Frank Lichtenheld wrote:
 
  packages.debian.org was finally updated to the new code base that
  was already available some time from packages.debian.net.
 
 What are similar packages? I'm trying wrap my head around the fact
 it finds x-window-system-core similar to exim4, but not vice-versa.

Similar packages are found by using the Description and the Debtags
information of the package, doing a full text search with that and
return the best hits. I have no real idea why x-window-system-core
is considered a good hit for exim4 (But I guess it might have something
to do with the fact that the exim4 Description doesn't talk much about
what the package does and that it doesn't have any Debtags information).

The Debtags information is very influential in this search
(for reasons I'm too lazy to explain right now), so in this case where
one package has it and the other one not, the lists can look very different.

(The exact code can be seen at
http://source.djpig.de/git/?p=packages.git;a=blob;f=lib/Packages/Search.pm;hb=HEAD
starting with line 244)

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Re: debdelta, Re: proposed release goal: DEBIAN/md5sums for all packages

2007-09-04 Thread Florent Rougon
Jörg Sommer [EMAIL PROTECTED] wrote:

 Sorry, I can't remember the name of the package.

That must be cm-super.

-- 
Florent


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



Re: packages.debian.org updated

2007-09-04 Thread Martin Zobel-Helas
Hi, 

On Tue Sep 04, 2007 at 12:54:41 +0200, Frank Lichtenheld wrote:
 On Tue, Sep 04, 2007 at 07:34:34AM +0200, Lionel Elie Mamane wrote:
  (Please CC me on replies; thanks.)
  
  On Sun, Sep 02, 2007 at 10:58:12PM +0200, Frank Lichtenheld wrote:
  
   packages.debian.org was finally updated to the new code base that
   was already available some time from packages.debian.net.
  
  What are similar packages? I'm trying wrap my head around the fact
  it finds x-window-system-core similar to exim4, but not vice-versa.
 
 Similar packages are found by using the Description and the Debtags
 information of the package, doing a full text search with that and
 return the best hits. I have no real idea why x-window-system-core
 is considered a good hit for exim4 (But I guess it might have something
 to do with the fact that the exim4 Description doesn't talk much about
 what the package does and that it doesn't have any Debtags information).
 
 The Debtags information is very influential in this search
 (for reasons I'm too lazy to explain right now), so in this case where
 one package has it and the other one not, the lists can look very different.

There was some idea from Enrico and me earlier this year (i think it was
around FOSDEM) where he showed me how to use Debtags, Popcon and and a
small ruby(?) skript and produce a very nice output from it: 
People who installed X also have packages Y, Z and T installed

Any ideas how and if that can be integrated into p.d.o?

Greetings
Martin

-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


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



Re: packages.debian.org updated

2007-09-04 Thread Paul Wise
On 9/4/07, Frank Lichtenheld [EMAIL PROTECTED] wrote:

 exim4 [...] doesn't have any Debtags information).

It does, but they are not reflected in the archive:

http://debtags.alioth.debian.org/edit.html?pkg=exim4

I've noticed a couple of other packages like this (eg flasm, tesseract-ocr).

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: debdelta, Re: proposed release goal: DEBIAN/md5sums for all packages

2007-09-04 Thread Norbert Preining
On Die, 04 Sep 2007, Florent Rougon wrote:
  Sorry, I can't remember the name of the package.
 
 That must be cm-super.

Yup, cm-super does this trick. I once wanted to undo this and ship the
font files directly, but got quite a lot of requests why the packages
has gotten soo big.

From the rules file (with some additional comments):
# create md5sums for all but the type1 and the container file
# from which the fonts are created
dh_md5sums -p cm-super -X usr/share/texmf/fonts/type1/public/cm-super 
-X usr/share/cm-super
# create the correct md5sums for the files generated on postinst
(cd pfb ; for pfb in *.pfb ; do \
bn=`basename $$pfb .pfb` ; \
if ! grep -q ^$$bn$$ ../debian/fonts.cm-super-minimal
; then \
cat $$pfb | md5sum - | sed -e
s|-|usr/share/texmf/fonts/type1/public/cm-super/$$pfb| ; \
fi ; \
done)  debian/cm-super/DEBIAN/md5sums
# add the md5sum of the empty file (t1c will be emptied on
# postinst)
echo d41d8cd98f00b204e9800998ecf8427e usr/share/cm-super/cm-super.t1c 
 debian/$(package)/DEBIAN/md5sums


Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
The Web site you seek
Cannot be located, but
Countless more exist.
   --- Windows Error Haiku


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



Re: Why no Opera?

2007-09-04 Thread Dionysis Kalofonos



[EMAIL PROTECTED] wrote:

Quoting Pierre Habouzit [EMAIL PROTECTED]:



[..]

I did not say I was too lazy to read the docmentation. There is too much 
for a person who has no clue where to begin and it is difficult to 
digest without the knowledge of how thigs work. It is well known that 
developers who write documentation often have no trouble understanding 
it because they already know everything although it is unfathomable to 
the rest of the world.




having followed this thread i have the impression that you are quite 
lost in the process of creating a package.


i hope i will help a bit by providing you with my notes on the 
information appearing in:

http://www.debian.org/doc/maint-guide/




# debian packaging
1) mkdir tmp  cd tmp

2) cvs -q export -r TAG -d project-X.X.X project  (if its in a cvs 
repository)


5) tar cvfz project-X.X.X.tar.gz ./project-X.X.X

6) cd project-X.X.X (go in root dir of source code)

7) dh_make -e [EMAIL PROTECTED] -f ../project-X.X.X.tar.gz

 debian-maint-guide ch2.4, p13 

8) edit control, copyright, rules (maybe works as is though), changelog, 
and any other files required


*) strace -f -o /tmp/log ./configure (or make instead of configure)

use the following script to find dependences (required for the control 
file):

#!/bin/bash
for x in `dpkg -S $(grep open /tmp/log|\
perl -pe 's!.* open\(\([^\]*).*!$1!' |\
grep ^/| sort | uniq|\
grep -v ^\(/tmp\|/dev\|/proc\) ) 2/dev/null|\
cut -f1 -d:| sort | uniq`; \
do \
echo -n $x (= `dpkg -s $x|grep ^Version|cut -f2 -d:`), ; \
done
#eof

10) run dpkg-buildpackage -rfakeroot to make the package
11) dpkg -X project_X.X.X-1_i386.deb ./  to extract it and
   dpkg -c project_X.X.X-1_i386.deb to see the contents
   dpkg -I project_X.X.X-1_i386.deb to query the info

   lintian -i project_X.X.X-1_i386.changes
   linda -i project_X.X.X-1_i386.changes  to validate the package
# eof




the missing steps are those strongly related with my project.

As a last word allow me to say that i am a newbe and that i have made 
the above list as a reminder. However, i don't think that the above are 
meaningful without reading through the maintainers guide.


regards,
dionysis




--
Dionysis Kalofonos

Departamento de Informática
Universidad Carlos III de Madrid
Avda. de la Universidad, 30
28911, Leganés, Madrid, España
Edificio Sabatini, Despacho 2.1.C06

http://www.plg.inf.uc3m.es/~dkalofon
--


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



Re: RFC: dropping Linux capabilities support from pam_limits (bug #440130)

2007-09-04 Thread Jörg Sommer
Hi Steve,

Steve Langasek [EMAIL PROTECTED] wrote:
 On Mon, Sep 03, 2007 at 05:45:12PM +, Jörg Sommer wrote:

 Steve Langasek [EMAIL PROTECTED] wrote:
  For a long time, the Debian pam package has been carrying a local patch to
  add support for Linux capabilities in pam_limits.  While catching up on bug
  triage work on the package, I've come to the conclusion that this
  functionality is broken, useless, and that no one actually uses it;

 Sorry for this, maybe stupid, question, but how else can I change the
 limits for an user? I see no other way than wrap the login shell with a
 script that sets the limits.

 This was about dropping support for *Linux capabilities* in pam_limits, not
 about dropping pam_limits.

Ahh. I see. Sorry for the noice.

Jörg.
-- 
Damit das Mögliche entsteht, muß immer wieder das Unmögliche versucht
werden.   (Hermann Hesse)


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



Bug#440816: ITP: bytecode -- Java library to access bytecode

2007-09-04 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller [EMAIL PROTECTED]


* Package name: bytecode
  Version : 0.92
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : LGPL
  Programming Lang: Java
  Description : Java library to access bytecode

The bytecode library comes with BioJava, a common library
to work with sequence data from computational biology.
.
 Homepage: http://www.biojava.org/

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

Kernel: Linux 2.6.18-4-686 (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: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread John Kelly
On Tue, 04 Sep 2007 12:31:15 +0300, Lars Wirzenius [EMAIL PROTECTED] wrote:

 I stop brute force attacks by sending auth log messages to a FIFO which I 
 read with a perl script. After 10 login failures, your IP is firewalled for 
 24 hours.
 
I'm sure it does work great. Can you work on making sure it is the
default in lenny if openssh-server is installed?

It's the type of thing an admin can do locally: set up syslog.conf so
that it copies auth log data to a FIFO:

 auth.info   -/var/log/auth
 auth.=notice-/var/log/auth.notice
 auth.=notice|/var/tmp/hostaccess.sshd

And then read it with a program or script which makes local decisions
on how to handle it.

If someone wants to take that idea and distribute it with debian, go
for it.  Personally, I don't have time to fight the political battle
that would ensue.


-- 
Internet service
http://www.isp2dial.com/
 



Bug#440822: ITP: dicelab -- evaluate the statistical distribution of dice rolls

2007-09-04 Thread Robert Lemmen
Package: wnpp
Severity: wishlist
Owner: Robert Lemmen [EMAIL PROTECTED]


* Package name: dicelab
  Version : 0.4
  Upstream Author : Robert Lemmen [EMAIL PROTECTED]
* URL : http://www.semistable.com/dicelab/
* License : GPL
  Programming Lang: C
  Description : evaluate the statistical distribution of dice rolls

 With dicelab you can express most dice rolls (and similar things) in a
 functional language, and the either roll the expression, or evaulate the
 statistical distribution. In the latter case you can choose whether you want 
to simply roll and tally many times, or actually compute the distribution (which
 is more precise, but takes a long time in some obscure cases).

smallish package by me :) 

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Bug#440823: ITP: kelbt -- backtracking LR parser

2007-09-04 Thread Robert Lemmen
Package: wnpp
Severity: wishlist
Owner: Robert Lemmen [EMAIL PROTECTED]


* Package name: kelbt
  Version : 0.12
  Upstream Author : Adrian Thurston [EMAIL PROTECTED]
* URL : http://www.cs.queensu.ca/~thurston/kelbt/
* License : GPL
  Programming Lang: C, C++
  Description : backtracking LR parser

 Kelbt generates backtracking LALR(1) parsers. Standard LALR(1) parser
 generators emit an error upon encountering a conflict in the parse tables.
 Kelbt forges onward, generating parsers which handle conflicts by backtracking
 at runtime. Kelbt is able to generate a parser for any context-free grammar 
and therefore implements a generalized parsing method.
 .
 Kelbt is different from other backtracking LR systems in two ways. First, it
 elevates backtracking to the level of semantic actions by introducing a class
 of actions called undo actions. Undo actions are invoked as the backtracker
 undoes parsing and allow the user to revert any side effects of forward
 semantic actions. This makes it possible to backtrack over language constructs
 which must modify global state in preparation for handling context
 dependencies.
 .
 Second, Kelbt enables a user-controlled parsing strategy which approximates
 that of generalized recursive-descent parsing with ordered choice. This makes
 it easy for the user to resolve language ambiguities by ordering the grammar
 productions of a non-terminal according to precedence. It is approximate in 
the sense that for most grammars the equivalent of an ordered choice parsing
 strategy is achieved. In cases where productions are parsed out of the order
 given, there is a simple grammar transformation which remedies the problem. 
See the CASCON paper for more details.
 .
 As a proof of concept, Kelbt has been used to write a partial C++ parser
 (included) which is composed of strictly a scanner, a name lookup stage and a
 grammar with standard semantic actions and semantic undo actions.

this is a companion to ragel (which is already in debian) and will be a 
build-dependency of it in the future

cu  robert

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Re: debdelta, Re: proposed release goal: DEBIAN/md5sums for all packages

2007-09-04 Thread Russ Allbery
Norbert Preining [EMAIL PROTECTED] writes:
 On Die, 04 Sep 2007, Florent Rougon wrote:

  Sorry, I can't remember the name of the package.
 
 That must be cm-super.

 Yup, cm-super does this trick. I once wanted to undo this and ship the
 font files directly, but got quite a lot of requests why the packages
 has gotten soo big.

Ah, there are overrides.  That explains it.

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


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Russ Allbery
Roger Leigh [EMAIL PROTECTED] writes:

 Having enabled the cracklib stuff in pam_unix while testing the new
 PAM, I agree that this should remain disabled.  Many users (including
 myself) find the enforcement of all those extra checks annoying, and I
 agree with other comments that extra checks don't always result in
 more security due to tacking fixed patterns onto a shorter password.

I think you'll find that if the patterns that you use aren't ones that
cracklib knows, it *does* make the password more secure.  Why?  Because
guess how attackers try to crack passwords?  It's not like most of them
write their own password cracking software.

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


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Joey Hess
Steve Langasek wrote:
 Arguably if the consensus is that the default minimum password length should
 be raised in the users' best interests, we would want to change the
 makepasswd package's default at the same time.

And we might also want to make d-i do the same checks, currently it
enforces no minimum lengths at all..

-- 
see shy jo


signature.asc
Description: Digital signature


Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Adam D. Barratt
On Tue, 2007-09-04 at 07:53 +, Oleg Verych wrote:
[...]
 What about having more secure Debian's sshd_config by default?
 
 PermitRootLogin no

You'll have to convince the openssh package maintainers first - see
#105571, #298138 and #431627 for their opinions on whether that change
is more secure.

Adam


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



Re: Bug#440823: ITP: kelbt -- backtracking LR parser

2007-09-04 Thread Guus Sliepen
On Tue, Sep 04, 2007 at 05:43:15PM +0200, Robert Lemmen wrote:

[...]
   Description : backtracking LR parser
 
  Kelbt generates backtracking LALR(1) parsers. Standard LALR(1) parser

If it is a parser _generator_, mention this in de short description as
well.

  generators emit an error upon encountering a conflict in the parse tables.
[...]
  strategy is achieved. In cases where productions are parsed out of the order
  given, there is a simple grammar transformation which remedies the problem. 
 See the CASCON paper for more details.
  .
  As a proof of concept, Kelbt has been used to write a partial C++ parser
  (included) which is composed of strictly a scanner, a name lookup stage and a
  grammar with standard semantic actions and semantic undo actions.

Which CASCON paper? I don't think you should mention this in the
description. The description is meant for a user to decide if he wants
to install this package or not. You shouldn't make a user follow
references, that is besides the point. I also don't think that the
paragraph about the proof of concept is useful. The only useful
information is C++. Does Kelbt indeed output C++ code? 

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: menu policy use of doc-base for programming documentation

2007-09-04 Thread Frank Küster
Stefano Zacchiroli zack at debian.org writes:

 
 On Thu, Aug 30, 2007 at 03:19:43PM -0400, Eric Cooper wrote:
  The Debian OCaml maintenance team is looking at how to organize the
  HTML documentation provided by the various OCaml packages.  Our first
 
 Right, to add some details to that:
 - each library we have (will) ship an HTML documentation of the API,
   generated with ocamldoc (the equivalent of javadoc). Such
   documentation will be installed as /usr/share/doc/PACKAGE/html/api/
 - we just want to have a global HTML index which contain a listing of
   all the library we ship as simple HTML links to the above pieces of
   documentation
 
 If possible we would like to avoid reinventing the wheel, and doc-base
 seems to be the right tool; it's just to restrictive: why should its
 categories be tight to the menu categories?

We have a similar problem with TeX documentation.  In my opinion, using menu
categories for doc-base might have been a good start, but we should definitely
extend that now.

I'm currently in semi-VAC mode and don't have time to discuss this or even check
the archives - but if I remember right, the problem is that there is no one who
really maintains doc-base.

Regards, Frank





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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Oleg Verych: gmane reading
04-09-2007, Adam D. Barratt:

 On Tue, 2007-09-04 at 07:53 +, Oleg Verych wrote:
 [...]
 What about having more secure Debian's sshd_config by default?
 
 PermitRootLogin no

 You'll have to convince the openssh package maintainers first - see
 #105571, #298138 and #431627 for their opinions on whether that change
 is more secure.

Thanks for references!

But in public i want to say following.

While making new installation all i care is rebooting to working
operating system.

I.e *i don't care* about entering passwords on middle ground, without
knowing, WTF this installer may do with them, not having comfortable
environment for that _important_ action.

Thus i have silly, empty passwords after installation. Then, i get my
imagination and compose really super-druper passwords for root and users
(that i create myself by script with, IDs i want/have on filesystems, not
by installation process).

Having ssh defaults is just debian's asking -- here i'm, take me, wise
man!

--
-o--=O`C
 #oo'L O
___=E M


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Dwayne C. Litzenberger

On Tue, Sep 04, 2007 at 12:31:15PM +0300, Lars Wirzenius wrote:

I'm sure it does work great. Can you work on making sure [fail2ban] is the
default in lenny if openssh-server is installed?


Keep in mind that, by design, fail2ban opens up a denial-of-service 
vulnerability, especially with the proliferation of NAT routers.


It's not something that should be used without people being aware of what 
it does.


--
Dwayne C. Litzenberger [EMAIL PROTECTED]


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Dwayne C. Litzenberger

On Mon, Sep 03, 2007 at 05:45:49PM +0300, Lars Wirzenius wrote:

ma, 2007-09-03 kello 08:33 -0600, Wesley J. Landaker kirjoitti:

Especially when the most common response I've seen to a system saying
that a 
password is not long enough is to start adding easily guessable extension 
strings to the password the user already picked, NOT to sit back down and 
think up a better, intrinsicly longer password:


That's true. Ideally, we would replace passwords with a better
authentication system, but I'm not sure that's going to be feasible.


IMHO, user-supplied passwords are not appropriate to use over the Internet, 
because they _will_ be weak.


On most of my boxes, passwords are useless for anything except local 
authentication, and even for that, they aren't used much.


How about a Debian policy that enumerates the specific cases where 
passwords are allowed to be used for authentication, and states that 
password authentication must be disabled by default for everything else?


If you design the system so that it doesn't trust passwords much to begin 
with, you don't have to care about how strong the passwords are.


--
Dwayne C. Litzenberger [EMAIL PROTECTED]


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



Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread Roberto C . Sánchez
On Tue, Sep 04, 2007 at 02:50:25PM -0600, Dwayne C. Litzenberger wrote:
 
 How about a Debian policy that enumerates the specific cases where 
 passwords are allowed to be used for authentication, and states that 
 password authentication must be disabled by default for everything else?
 
 If you design the system so that it doesn't trust passwords much to begin 
 with, you don't have to care about how strong the passwords are.
 
Because not everyone has the luxury of always working from a place where
keys can be effectively managed and used.  Personally, *none* of my
systems allow password logins from the network.  However, that needs to
be a decision for the individual admin.

Think about it.  Someone sets up a box and then heads over to a friend's
house.  He wants to SCP some stuff over.  No password authentication?
Oops.  Too bad.  I don't think that will work without driving away
users.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: RFC: changes to default password strength checks in pam_unix

2007-09-04 Thread John Kelly
On Tue, 4 Sep 2007 14:50:25 -0600, Dwayne C. Litzenberger
[EMAIL PROTECTED] wrote:

On most of my boxes, passwords are useless for anything except local 
authentication, and even for that, they aren't used much.

How about a Debian policy that enumerates the specific cases where 
passwords are allowed to be used for authentication, and states that 
password authentication must be disabled by default for everything else?

IMO, it's better to leave that policy at a local level, determined by
local admins.  Excessive legislation at a federal level is undesirable
to me.


-- 
Internet service
http://www.isp2dial.com/
 



Re: menu policy use of doc-base for programming documentation

2007-09-04 Thread Eric Cooper
On Tue, Sep 04, 2007 at 07:59:44PM +, Frank Küster wrote:
 We have a similar problem with TeX documentation.  In my opinion,
 using menu categories for doc-base might have been a good start, but
 we should definitely extend that now.

Perhaps we should piggyback on the debtags work and have some kind of
tag-based document registration and browsing, rather than trying to
define the One True Hierarchy.

-- 
Eric Cooper e c c @ c m u . e d u


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



Re: libpango update broke iceape synaptic and more

2007-09-04 Thread Steve Kemp
On Tue Sep 04, 2007 at 11:54:23 -0500, Don wrote:

 I am using sid and yesterday my update/upgrade broke iceape, synaptic, and 
 some others.  I've had problems with libpango before, but this one has me 
 stumped.  I don't see anyone else having this problem, so I must conclude 
 something is wrong with my installation.

  I see it too, on my AMD64 system:

  [EMAIL PROTECTED]:~$ firefox 
  /usr/lib/iceweasel/firefox-bin: symbol lookup error: 
/usr/lib/libpangoft2-1.0.so.0: undefined symbol: g_once_init_enter_impl

  Interestingly the symbol is defined:

  [EMAIL PROTECTED]:~$ nm -D /usr/lib/libpangoft2-1.0.so.0 |grep g_once_
   U g_once_init_enter_impl
   U g_once_init_leave

  I ran firefox under strace and I can see the system load and open
 the correct .so so I'm a little stumped too.

  I can't see any open bug reports, so I'd suggest you submit one.
 FWIW I fetched the source and rebuilt it locally, but the problem
 persists..

Steve
--


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



Re: libpango update broke iceape synaptic and more

2007-09-04 Thread Julien Cristau
On Tue, Sep  4, 2007 at 23:39:46 +0100, Steve Kemp wrote:

   I see it too, on my AMD64 system:
 
   [EMAIL PROTECTED]:~$ firefox 
   /usr/lib/iceweasel/firefox-bin: symbol lookup error: 
 /usr/lib/libpangoft2-1.0.so.0: undefined symbol: g_once_init_enter_impl
 
   Interestingly the symbol is defined:
 
   [EMAIL PROTECTED]:~$ nm -D /usr/lib/libpangoft2-1.0.so.0 |grep g_once_
U g_once_init_enter_impl
U g_once_init_leave
 
U means undefined.  That symbol presumably comes from glib.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: libpango update broke iceape synaptic and more

2007-09-04 Thread Steve Kemp
On Wed Sep 05, 2007 at 00:43:46 +0200, Julien Cristau wrote:
[EMAIL PROTECTED]:~$ firefox 
/usr/lib/iceweasel/firefox-bin: symbol lookup error: 
  /usr/lib/libpangoft2-1.0.so.0: undefined symbol: g_once_init_enter_impl
  
Interestingly the symbol is defined:
  
[EMAIL PROTECTED]:~$ nm -D /usr/lib/libpangoft2-1.0.so.0 |grep g_once_
 U g_once_init_enter_impl
 U g_once_init_leave
  
 U means undefined.  That symbol presumably comes from glib.

  Thanks for the hint.  I've now solved the problem.

  Running ldd against the named library I see this:

  libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x2ac8b5c58000)

  That is *incorrect*,  I have the /lib/libglib* file upon my system
 and no idea where it came from!  The correct files are located in 
 /usr/lib/ - archiving /lib/libglib* made the problem go away.

  (This is the second time I've found my sid system having extra
 libraries in /lib.  The first time I thought it was my fault as
 I was working with .rpm files at the time - but nothing like that
 recently.  If anybody has any experience with this type of problem
 I'd love hints on tracking it down ...)

Steve
-- 


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



Re: Why no Opera?

2007-09-04 Thread Gunnar Wolf
[EMAIL PROTECTED] dijo [Mon, Aug 27, 2007 at 02:46:30PM -0400]:

 Hmm, seems odd that it should need testing, runs great on my machine
 and thousands of others. Perhaps we are a little overzealous, no?

Perhaps it should be removed from testing? We cannot do any kind of
security support for it...

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



Bug#440881: ITP: kblogger -- kicker-applet for quick blogging

2007-09-04 Thread Raphael Geissert
Package: wnpp
Severity: wishlist
Owner: Raphael Geissert [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: kblogger
  Version : 0.6.5
  Upstream Author : Christian Weilbach, Antonio Aloisio
* URL : http://kblogger.pwsp.net/
* License : GPL
  Programming Lang: C++
  Description : kicker-applet for quick blogging

KBlogger is a simple to use blogging application for the K Destkop Environment. 
It integrates in KDE 
Kicker for easy and fast blogging. The Interface is very minimalstic and tries 
to provide maximal 
usability for your enjoymnet. Just push to the blog button and start writing.
 By now KBlogger supports two API's which are the MetaWeblog and the Google 
Blogger.

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

Kernel: Linux 2.6.21-a64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iD8DBQFG3gyIYy49rUbZzloRAiQDAJ9W4ft8r9gdvi9ybC1m2NOF3811MwCfd+OZ
cvXZhzI1tF6S2hEmpsUkDYE=
=FoIm
-END PGP SIGNATURE-


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



Accepted microcode.ctl 1.17-6 (source i386)

2007-09-04 Thread Giacomo Catenazzi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 08:06:17 +0200
Source: microcode.ctl
Binary: microcode.ctl
Architecture: source i386
Version: 1.17-6
Distribution: unstable
Urgency: low
Maintainer: Giacomo Catenazzi [EMAIL PROTECTED]
Changed-By: Giacomo Catenazzi [EMAIL PROTECTED]
Description: 
 microcode.ctl - Intel IA32/IA64 CPU Microcode Utility
Closes: 440742
Changes: 
 microcode.ctl (1.17-6) unstable; urgency=low
 .
   * Use cdbs/1/class/makefile.mk instead of manual rules
   * Correct postint (use -e instead of -x test on old microcode
 (closes: #440742)
Files: 
 d3be860b9579494cea90006fb2bdac28 606 contrib/utils optional 
microcode.ctl_1.17-6.dsc
 e59415aed8a27f8850b600b02a43fec0 15975 contrib/utils optional 
microcode.ctl_1.17-6.diff.gz
 f63f0e6953269b8f71fe41ae062150a5 21622 contrib/utils optional 
microcode.ctl_1.17-6_i386.deb

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

iD8DBQFG3Pge+ZNUJLHfmlcRAoRZAJ93lUfX2LTqEeULHKZmh3F6UgWiywCfbwje
L63l2s8MM+N9W+WoSbaUeF8=
=rOTz
-END PGP SIGNATURE-


Accepted:
microcode.ctl_1.17-6.diff.gz
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.17-6.diff.gz
microcode.ctl_1.17-6.dsc
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.17-6.dsc
microcode.ctl_1.17-6_i386.deb
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.17-6_i386.deb


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



Accepted libgdiplus 1.2.5-1 (source i386)

2007-09-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 02 Sep 2007 13:10:57 +0200
Source: libgdiplus
Binary: libgdiplus
Architecture: source i386
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libgdiplus - interface library for Mono class System.Drawing
Changes: 
 libgdiplus (1.2.5-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/01_missing-include.dpatch:
 + Dropped, merged upstream.
   * debian/patches/01_external-cairo.dpatch,
 debian/patches/99_autoreconf.dpatch,
 debian/rules,
 debian/control:
 + Link and build with the external cairo. Patch from upstream SVN.
Files: 
 15547469b4a312433e5353b56fe3ca35 1068 libs optional libgdiplus_1.2.5-1.dsc
 ba8d0021d497196e7023d77573cb5941 3616276 libs optional 
libgdiplus_1.2.5.orig.tar.gz
 126da88614011535987adc26517b29c7 70296 libs optional libgdiplus_1.2.5-1.diff.gz
 94b9e31d4d8f819a91825e8f34dcae81 153698 libs optional 
libgdiplus_1.2.5-1_i386.deb

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

iD8DBQFG3QRFBsBdh1vkHyERAj27AJ9UabYHtWyO8C1sLZFC01CiEbE01QCfWCu+
0qJ8zUBwW17IdHxYWt4z93g=
=lK6f
-END PGP SIGNATURE-


Accepted:
libgdiplus_1.2.5-1.diff.gz
  to pool/main/libg/libgdiplus/libgdiplus_1.2.5-1.diff.gz
libgdiplus_1.2.5-1.dsc
  to pool/main/libg/libgdiplus/libgdiplus_1.2.5-1.dsc
libgdiplus_1.2.5-1_i386.deb
  to pool/main/libg/libgdiplus/libgdiplus_1.2.5-1_i386.deb
libgdiplus_1.2.5.orig.tar.gz
  to pool/main/libg/libgdiplus/libgdiplus_1.2.5.orig.tar.gz


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



Accepted lua-doc 3.0-3 (source all)

2007-09-04 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 09:35:08 +0100
Source: lua-doc
Binary: luadoc liblua5.1-doc0
Architecture: source all
Version: 3.0-3
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua5.1-doc0 - Documentation generation library for the lua language version 
5.1
 luadoc - Documentation generator for lua
Changes: 
 lua-doc (3.0-3) unstable; urgency=low
 .
   * added dependency over liblua5.1-logging
Files: 
 2ad8b1c0127f0bb93eb658ad7a2f6849 687 interpreters optional lua-doc_3.0-3.dsc
 447b18a408269ee3b9ac970016e27d5c 3538 interpreters optional 
lua-doc_3.0-3.diff.gz
 37002159fb3a6cdb8fcbe3114147b7f4 17952 interpreters optional 
liblua5.1-doc0_3.0-3_all.deb
 fc5f9a2bca6b59409689d6a0ee879d97 93274 interpreters optional 
luadoc_3.0-3_all.deb

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

iD8DBQFG3Rpc7kkcPgEj8vIRAv5LAKC0nKDlcZCkWwqxNzOd0CuosRqI/ACdFFgO
I7lrBmQ/pVSDDwRA3tl00Us=
=zb3V
-END PGP SIGNATURE-


Accepted:
liblua5.1-doc0_3.0-3_all.deb
  to pool/main/l/lua-doc/liblua5.1-doc0_3.0-3_all.deb
lua-doc_3.0-3.diff.gz
  to pool/main/l/lua-doc/lua-doc_3.0-3.diff.gz
lua-doc_3.0-3.dsc
  to pool/main/l/lua-doc/lua-doc_3.0-3.dsc
luadoc_3.0-3_all.deb
  to pool/main/l/lua-doc/luadoc_3.0-3_all.deb


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



Accepted websvn 1.61-22.2 (source all)

2007-09-04 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 09:42:32 +0200
Source: websvn
Binary: websvn
Architecture: source all
Version: 1.61-22.2
Distribution: unstable
Urgency: high
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 websvn - interface for subversion repositories written in PHP
Closes: 439337
Changes: 
 websvn (1.61-22.2) unstable; urgency=high
 .
   * Non-maintainer upload by the testing-security team
   * Include CVE-2007-3056.diff to fix Cross-site scripting (XSS)
 vulnerability in filedetails.php (Closes: #439337)
 Fixes: CVE-2007-3056
Files: 
 a668cff6ad12c8654bed3620894c1b31 604 devel optional websvn_1.61-22.2.dsc
 30037ad92dcdd96d36be627b11e4d2c6 22944 devel optional websvn_1.61-22.2.diff.gz
 f19a2aba6536d23f79d7737d1fe27f97 106132 devel optional websvn_1.61-22.2_all.deb

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

iD8DBQFG3Q9C62zWxYk/rQcRAkmHAKCeZi5lw9cZw+GaDO+JIBLRWC3ptACeIhS4
IurmrN2S+hKrJFh1T4/jfHA=
=5/69
-END PGP SIGNATURE-


Accepted:
websvn_1.61-22.2.diff.gz
  to pool/main/w/websvn/websvn_1.61-22.2.diff.gz
websvn_1.61-22.2.dsc
  to pool/main/w/websvn/websvn_1.61-22.2.dsc
websvn_1.61-22.2_all.deb
  to pool/main/w/websvn/websvn_1.61-22.2_all.deb


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



Accepted extlib 1.5-9 (source i386)

2007-09-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 10:02:33 +0200
Source: extlib
Binary: libextlib-ocaml-dev
Architecture: source i386
Version: 1.5-9
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 libextlib-ocaml-dev - extended standard library for OCaml
Changes: 
 extlib (1.5-9) unstable; urgency=low
 .
   * debian/rules
 - use CDBS support to generated ocamldoc documentation
   * debian/patches
 - remove no longer needed patch 03_install (was only useful to tune
   ocamldoc generation)
   * debian/*.doc-base
 - remove doc-base entry for ocamldoc API reference, now it will be
   automatically generated during build
Files: 
 81ca71f1d0afeb2cdf838aec834f1082 786 libdevel optional extlib_1.5-9.dsc
 b562afcebbad44f41e52454b6e73726c 4174 libdevel optional extlib_1.5-9.diff.gz
 846b522666574626acd57da96ae3f174 476784 libdevel optional 
libextlib-ocaml-dev_1.5-9_i386.deb

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

iD8DBQFG3RME1cqbBPLEI7wRAtmqAKCQldV5yNINU5QFghVpGs/HTFMvvQCgxNSu
86v8BmRvsacu37IHx2GqnPU=
=dg9i
-END PGP SIGNATURE-


Accepted:
extlib_1.5-9.diff.gz
  to pool/main/e/extlib/extlib_1.5-9.diff.gz
extlib_1.5-9.dsc
  to pool/main/e/extlib/extlib_1.5-9.dsc
libextlib-ocaml-dev_1.5-9_i386.deb
  to pool/main/e/extlib/libextlib-ocaml-dev_1.5-9_i386.deb


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



Accepted monodoc 1.2.5-1 (source all)

2007-09-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 02 Sep 2007 13:21:21 +0200
Source: monodoc
Binary: monodoc-base monodoc-nunit-manual monodoc-manual monodoc monodoc-http
Architecture: source all
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 monodoc- Mono documentation viewer
 monodoc-base - shared MonoDoc binaries
 monodoc-http - MonoDoc http based viewer
 monodoc-manual - compiled XML documentation from the Mono project
 monodoc-nunit-manual - compiled XML documentation for Nunit
Changes: 
 monodoc (1.2.5-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Build depend on mono = 1.2.5.
Files: 
 fdbc4d432f0e3d1a9c18abd9b896330c 929 devel optional monodoc_1.2.5-1.dsc
 e8fc46488719faad88ec36b3bde12e55 10359401 devel optional 
monodoc_1.2.5.orig.tar.gz
 2d2eb4dedb77e7bb0ce19d6185690f26 7027 devel optional monodoc_1.2.5-1.diff.gz
 89fbd6006d97bd7441cac18168d45cbc 9204 devel optional monodoc_1.2.5-1_all.deb
 290b4cae3a715547667e04405e892b65 423476 devel optional 
monodoc-base_1.2.5-1_all.deb
 d90f01d575898fe27ea7d03af365f45b 6209380 doc optional 
monodoc-manual_1.2.5-1_all.deb
 b3e9f4728fa01834f80c688ae39ad63a 25728 doc optional 
monodoc-nunit-manual_1.2.5-1_all.deb
 93b0651665d243d81963350fbf7d9107 49362 devel optional 
monodoc-http_1.2.5-1_all.deb

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

iD8DBQFG3RHaBsBdh1vkHyERAt62AJ9LE8Lnpvi91fDng/OdQMYkUPymsACfbeWA
vTtjQMTuy75P54FBZmocQig=
=l0+t
-END PGP SIGNATURE-


Accepted:
monodoc-base_1.2.5-1_all.deb
  to pool/main/m/monodoc/monodoc-base_1.2.5-1_all.deb
monodoc-http_1.2.5-1_all.deb
  to pool/main/m/monodoc/monodoc-http_1.2.5-1_all.deb
monodoc-manual_1.2.5-1_all.deb
  to pool/main/m/monodoc/monodoc-manual_1.2.5-1_all.deb
monodoc-nunit-manual_1.2.5-1_all.deb
  to pool/main/m/monodoc/monodoc-nunit-manual_1.2.5-1_all.deb
monodoc_1.2.5-1.diff.gz
  to pool/main/m/monodoc/monodoc_1.2.5-1.diff.gz
monodoc_1.2.5-1.dsc
  to pool/main/m/monodoc/monodoc_1.2.5-1.dsc
monodoc_1.2.5-1_all.deb
  to pool/main/m/monodoc/monodoc_1.2.5-1_all.deb
monodoc_1.2.5.orig.tar.gz
  to pool/main/m/monodoc/monodoc_1.2.5.orig.tar.gz


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



Accepted spl 1.0~pre3-4 (source powerpc)

2007-09-04 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 09:43:48 +0200
Source: spl
Binary: spl-kde spl-curl spl-sdl spl-webspl spl-mysql spl-core spl-sqlite 
spl-opengl spl-postgres spl-xml spl-dev
Architecture: source powerpc
Version: 1.0~pre3-4
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 spl-core   - SPL Programming Language
 spl-curl   - SPL Programming Language -- curl adapter
 spl-dev- SPL Programming Language -- development files
 spl-kde- SPL Programming Language -- KDE adapter
 spl-mysql  - SPL Programming Language -- mysql adapter
 spl-opengl - SPL Programming Language -- OpenGL adapter
 spl-postgres - SPL Programming Language -- postgres adapter
 spl-sdl- SPL Programming Language -- SDL adapter
 spl-sqlite - SPL Programming Language -- sqlite adapter
 spl-webspl - SPL based web application framework
 spl-xml- SPL Programming Language -- XML adapter
Changes: 
 spl (1.0~pre3-4) unstable; urgency=low
 .
   * debian/control:
 - s/Source-Version/binary:Version/
 - Add Homepage: source field, remove it from long description.
   * debian/copyright:
 - point to GPL-2 as it's licenced GPLv2 or later.
 - Updated copyright with recent years.
   * debian/rules:
 - Added copyright informations.
 - Don't ignore make clean anymore, check for GNUmakefile availability.
Files: 
 b36f41b67aa53db13a2198bf57e4e056 930 devel optional spl_1.0~pre3-4.dsc
 2928014589ae016f3a7a64a6a4819fd5 5872 devel optional spl_1.0~pre3-4.diff.gz
 41cd5f39e15f8c9622e12674c20919d0 193722 devel optional 
spl-core_1.0~pre3-4_powerpc.deb
 0eb22146a5359f65f7784b750ad1c83b 5790 devel optional 
spl-postgres_1.0~pre3-4_powerpc.deb
 2dddbde4a180a66477c9e97819231032 6634 devel optional 
spl-mysql_1.0~pre3-4_powerpc.deb
 10fa06d179c6fb8b91d51bc2c25634cb 5818 devel optional 
spl-sqlite_1.0~pre3-4_powerpc.deb
 244b633e4f354f0e89e9009496e0bd9e 25960 kde optional 
spl-kde_1.0~pre3-4_powerpc.deb
 cf0b8d40bd47ae1fa2869b14a3163724 10494 devel optional 
spl-sdl_1.0~pre3-4_powerpc.deb
 7515ee4ccfc76f4b11a2fef3f491b12b 8 devel optional 
spl-opengl_1.0~pre3-4_powerpc.deb
 514967946aaed8cd647875b41b22e695 11006 devel optional 
spl-xml_1.0~pre3-4_powerpc.deb
 7ca009256744dddefd740eaa12f27379 7376 net optional 
spl-curl_1.0~pre3-4_powerpc.deb
 8a6dcd795670f14a925e336430437d71 225878 web optional 
spl-webspl_1.0~pre3-4_powerpc.deb
 fd52f07096592534713257a3da07871c 111308 devel optional 
spl-dev_1.0~pre3-4_powerpc.deb

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

iD8DBQFG3RQLELuA/Ba9d8YRAosgAJ9WwHTGYbYpjUYKHROjQJqWpXld4gCdHopK
oN6wNU0VtwT72YPB8TX5pkc=
=0nlW
-END PGP SIGNATURE-


Accepted:
spl-core_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-core_1.0~pre3-4_powerpc.deb
spl-curl_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-curl_1.0~pre3-4_powerpc.deb
spl-dev_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-dev_1.0~pre3-4_powerpc.deb
spl-kde_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-kde_1.0~pre3-4_powerpc.deb
spl-mysql_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-mysql_1.0~pre3-4_powerpc.deb
spl-opengl_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-opengl_1.0~pre3-4_powerpc.deb
spl-postgres_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-postgres_1.0~pre3-4_powerpc.deb
spl-sdl_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-sdl_1.0~pre3-4_powerpc.deb
spl-sqlite_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-sqlite_1.0~pre3-4_powerpc.deb
spl-webspl_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-webspl_1.0~pre3-4_powerpc.deb
spl-xml_1.0~pre3-4_powerpc.deb
  to pool/main/s/spl/spl-xml_1.0~pre3-4_powerpc.deb
spl_1.0~pre3-4.diff.gz
  to pool/main/s/spl/spl_1.0~pre3-4.diff.gz
spl_1.0~pre3-4.dsc
  to pool/main/s/spl/spl_1.0~pre3-4.dsc


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



Accepted zabbix 1:1.4.2-2 (source all amd64)

2007-09-04 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 09:57:07 +0200
Source: zabbix
Binary: zabbix-server-mysql zabbix-agent zabbix-server-pgsql zabbix-frontend-php
Architecture: source all amd64
Version: 1:1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 zabbix-agent - software for monitoring of your networks -- agent
 zabbix-frontend-php - software for monitoring of your servers -- php frontend
 zabbix-server-mysql - software for monitoring of your networks -- server
 zabbix-server-pgsql - software for monitoring of your networks -- server
Changes: 
 zabbix (1:1.4.2-2) unstable; urgency=low
 .
   * Add db_stop in front of debhelper generated init script code
 in order to prevent postinst turning into a zombie while
 installation.
Files: 
 18c9397c3666d09765a672d27d6e782a 859 net optional zabbix_1.4.2-2.dsc
 7d9b45d82e18c23c0e2cc6b43a1afab3 18700 net optional zabbix_1.4.2-2.diff.gz
 4aedf16a6c492f99fc65915641f0495d 166412 net optional 
zabbix-agent_1.4.2-2_amd64.deb
 7fb74c28edc4d897b9ed191929df4e1a 320112 net optional 
zabbix-server-mysql_1.4.2-2_amd64.deb
 56edea582991899bf5dd810521a0f8a0 320020 net optional 
zabbix-server-pgsql_1.4.2-2_amd64.deb
 7d430271646e36e1f62150bb5eb9a7b7 969920 net optional 
zabbix-frontend-php_1.4.2-2_all.deb

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

iD8DBQFG3RFLEFV7g4B8rCURAuzWAJ95d4oFNyqayWCghD7Jx+D1E27uXgCg3CQP
lZcuK9ohZ61YpyP37fArn64=
=4rtq
-END PGP SIGNATURE-


Accepted:
zabbix-agent_1.4.2-2_amd64.deb
  to pool/main/z/zabbix/zabbix-agent_1.4.2-2_amd64.deb
zabbix-frontend-php_1.4.2-2_all.deb
  to pool/main/z/zabbix/zabbix-frontend-php_1.4.2-2_all.deb
zabbix-server-mysql_1.4.2-2_amd64.deb
  to pool/main/z/zabbix/zabbix-server-mysql_1.4.2-2_amd64.deb
zabbix-server-pgsql_1.4.2-2_amd64.deb
  to pool/main/z/zabbix/zabbix-server-pgsql_1.4.2-2_amd64.deb
zabbix_1.4.2-2.diff.gz
  to pool/main/z/zabbix/zabbix_1.4.2-2.diff.gz
zabbix_1.4.2-2.dsc
  to pool/main/z/zabbix/zabbix_1.4.2-2.dsc


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



Accepted meld 1.1.5.1-1 (source all)

2007-09-04 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 09:20:43 +0100
Source: meld
Binary: meld
Architecture: source all
Version: 1.1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 meld   - graphical tool to diff and merge files
Closes: 415683 421832
Changes: 
 meld (1.1.5.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Recommends to Yelp so that help works (Closes: #421832)
   * When sourceview can't be found, tell the user what package to
 install (Closes: #415683)
   * Change python-gnome2-extras to python-gnome2-desktop
Files: 
 b91e8cc01555d3fad01ba97d37ef7882 789 gnome optional meld_1.1.5.1-1.dsc
 6ea05ae3119081d1e51a6cebcdf4e042 690011 gnome optional meld_1.1.5.1.orig.tar.gz
 b3d487a76abdbec017ae367e1d0d9afb 4605 gnome optional meld_1.1.5.1-1.diff.gz
 05a7865e6f844ba846114aace282f749 648568 gnome optional meld_1.1.5.1-1_all.deb

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

iD8DBQFG3R2rLQnkR9C0M98RAh/DAKCZdAln1DZvj89XIjDM9/y19BczjACbBckj
M+Dpb/WXTnBm/S/mSTz90HU=
=ycMZ
-END PGP SIGNATURE-


Accepted:
meld_1.1.5.1-1.diff.gz
  to pool/main/m/meld/meld_1.1.5.1-1.diff.gz
meld_1.1.5.1-1.dsc
  to pool/main/m/meld/meld_1.1.5.1-1.dsc
meld_1.1.5.1-1_all.deb
  to pool/main/m/meld/meld_1.1.5.1-1_all.deb
meld_1.1.5.1.orig.tar.gz
  to pool/main/m/meld/meld_1.1.5.1.orig.tar.gz


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



Accepted mtasc 1.13-4 (source i386)

2007-09-04 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 17:57:17 +1000
Source: mtasc
Binary: mtasc
Architecture: source i386
Version: 1.13-4
Distribution: unstable
Urgency: low
Maintainer: Paul Wise [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 mtasc  - ActionScript 2 to Flash (SWF) compiler
Changes: 
 mtasc (1.13-4) unstable; urgency=low
 .
   * Upload to unstable for ocaml 3.10.0 transition
   * Allow building when camlp4 is in ocaml-nox (etch)
Files: 
 81732066432cd86f905ac37489c49014 681 devel optional mtasc_1.13-4.dsc
 9228c8b2a6c84ac23b4a576bcdecf87e 5204 devel optional mtasc_1.13-4.diff.gz
 ed05b99fed4a2185b392deedb50ae3a7 282888 devel optional mtasc_1.13-4_i386.deb

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

iD8DBQFG3SEp5Sc9mGvjxCMRAjhLAKCrLYntskHPHcsJtza8DsnPHozBYgCdFPvv
XnDZQhkwWr4wbh9cBlhOVDI=
=pv2t
-END PGP SIGNATURE-


Accepted:
mtasc_1.13-4.diff.gz
  to pool/main/m/mtasc/mtasc_1.13-4.diff.gz
mtasc_1.13-4.dsc
  to pool/main/m/mtasc/mtasc_1.13-4.dsc
mtasc_1.13-4_i386.deb
  to pool/main/m/mtasc/mtasc_1.13-4_i386.deb


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



Accepted phpgroupware 0.9.16.012-1 (source all)

2007-09-04 Thread Andrew Mitchell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 29 Aug 2007 10:28:30 +1200
Source: phpgroupware
Binary: phpgroupware-stocks phpgroupware-skel phpgroupware-email 
phpgroupware-sitemgr phpgroupware-admin phpgroupware-etemplate 
phpgroupware-notes phpgroupware-hr phpgroupware-qmailldap 
phpgroupware-preferences phpgroupware-fudforum phpgroupware-felamimail 
phpgroupware-headlines phpgroupware-infolog phpgroupware-news-admin 
phpgroupware-img phpgroupware-developer-tools phpgroupware-nntp 
phpgroupware-chat phpgroupware-messenger phpgroupware-projects phpgroupware-ftp 
phpgroupware-polls phpgroupware-dj phpgroupware-xmlrpc phpgroupware-bookmarks 
phpgroupware-manual phpgroupware-calendar phpgroupware-phpsysinfo 
phpgroupware-phpbrain phpgroupware-filemanager phpgroupware-eldaptir 
phpgroupware-phonelog phpgroupware-registration phpgroupware-folders 
phpgroupware-setup phpgroupware-phpgwapi phpgroupware-comic 
phpgroupware-addressbook phpgroupware phpgroupware-todo phpgroupware-tts 
phpgroupware-wiki phpgroupware-soap
Architecture: source all
Version: 0.9.16.012-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Mitchell [EMAIL PROTECTED]
Changed-By: Andrew Mitchell [EMAIL PROTECTED]
Description: 
 phpgroupware - web based groupware system written in PHP
 phpgroupware-addressbook - phpGroupWare addressbook management module
 phpgroupware-admin - phpGroupWare administration module
 phpgroupware-bookmarks - phpGroupWare bookmark management module
 phpgroupware-calendar - phpGroupWare calendar management module
 phpgroupware-chat - phpGroupWare chat module
 phpgroupware-comic - phpGroupWare comic strip parser module
 phpgroupware-developer-tools - phpGroupWare developer tools
 phpgroupware-dj - phpGroupWare mp3 database interface module
 phpgroupware-eldaptir - phpGroupWare LDAP tree editor module
 phpgroupware-email - phpGroupWare E-Mail client module
 phpgroupware-etemplate - phpGroupWare etemplate module
 phpgroupware-felamimail - phpGroupWare felamimail (Squirrelmail) module
 phpgroupware-filemanager - phpGroupWare filemanager module
 phpgroupware-folders - phpGroupWare folders module
 phpgroupware-ftp - phpGroupWare ftp module
 phpgroupware-fudforum - phpGroupWare fudforum module
 phpgroupware-headlines - phpGroupWare headlines catcher module
 phpgroupware-hr - phpGroupWare human resource management module
 phpgroupware-img - phpGroupWare image editor module
 phpgroupware-infolog - phpGroupWare infolog applcation
 phpgroupware-manual - phpGroupWare on-line manual module
 phpgroupware-messenger - phpGroupWare messenger module
 phpgroupware-news-admin - phpGroupWare news administration interface
 phpgroupware-nntp - phpGroupWare newsgroup reader module
 phpgroupware-notes - phpGroupWare notes management module
 phpgroupware-phonelog - phpGroupWare phone logging module
 phpgroupware-phpbrain - phpGroupWare phpbrain module
 phpgroupware-phpgwapi - library of common phpGroupWare functions
 phpgroupware-phpsysinfo - phpGroupWare phpSysInfo module
 phpgroupware-polls - phpGroupWare polling module
 phpgroupware-preferences - phpGroupWare preferences management module
 phpgroupware-projects - phpGroupWare projects management module
 phpgroupware-qmailldap - phpGroupWare qmailldap module
 phpgroupware-registration - phpGroupWare registration module
 phpgroupware-setup - phpGroupWare setup III module
 phpgroupware-sitemgr - phpGroupWare web content manager
 phpgroupware-skel - phpGroupWare skeleton module
 phpgroupware-soap - phpGroupWare SOAP module
 phpgroupware-stocks - phpGroupWare stock management module
 phpgroupware-todo - phpGroupWare todo list management module
 phpgroupware-tts - phpGroupWare tts module
 phpgroupware-wiki - phpGroupWare wiki module
 phpgroupware-xmlrpc - phpGroupWare XMLRPC module
Closes: 435936
Changes: 
 phpgroupware (0.9.16.012-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes CVE-2007-4048 (Closes: #435936)
 - Improved support for PHP5
   * Dropped PHP4 dependencies due to removal from unstable
Files: 
 491607f8983e1f69f02553ff7e8b8ab7 1552 web optional 
phpgroupware_0.9.16.012-1.dsc
 eecb18b9a62269a39c9466fc4e889e00 19315653 web optional 
phpgroupware_0.9.16.012.orig.tar.gz
 553df0c26a45a634411d8484ef5c2a1e 37062 web optional 
phpgroupware_0.9.16.012-1.diff.gz
 4ef3d0fad4415dafd58d4ac207995cfd 166908 web optional 
phpgroupware_0.9.16.012-1_all.deb
 12a7044244b3450355220b58119d045b 184108 web optional 
phpgroupware-addressbook_0.9.16.012-1_all.deb
 8360aa96d0ad1292f385266a76534801 194930 web optional 
phpgroupware-admin_0.9.16.012-1_all.deb
 86b46874f855f89ce38c6bf88b274592 108008 web optional 
phpgroupware-bookmarks_0.9.16.012-1_all.deb
 d6cf216b07e2bf8606b1f4fb34d83007 337488 web optional 
phpgroupware-calendar_0.9.16.012-1_all.deb
 0ef2817d186c58ae4320fabd5a645635 24694 web optional 
phpgroupware-chat_0.9.16.012-1_all.deb
 b68c5964e2d55a08b6c992f9ab5c9a12 437154 web optional 
phpgroupware-comic_0.9.16.012-1_all.deb
 

Accepted lighttpd 1.4.17-1 (source i386 all)

2007-09-04 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 12:19:01 +0200
Source: lighttpd
Binary: lighttpd-mod-mysql-vhost lighttpd-mod-cml lighttpd-doc 
lighttpd-mod-trigger-b4-dl lighttpd lighttpd-mod-webdav lighttpd-mod-magnet
Architecture: source i386 all
Version: 1.4.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian lighttpd maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 lighttpd   - A fast webserver with minimal memory footprint
 lighttpd-doc - Documentation for lighttpd
 lighttpd-mod-cml - Cache meta language module for lighttpd
 lighttpd-mod-magnet - Control the request handling module for lighttpd
 lighttpd-mod-mysql-vhost - MySQL-based virtual host configuration for lighttpd
 lighttpd-mod-trigger-b4-dl - Anti-deep-linking module for lighttpd
 lighttpd-mod-webdav - WebDAV module for lighttpd
Changes: 
 lighttpd (1.4.17-1) unstable; urgency=low
 .
   * New upstream release
   * patches/05_mysql_autoreconnect.dpatch - dropped, fixed in upstream
Files: 
 2ec61f19fcf8dc4a4ddf7d4e90aa03ef 1254 web optional lighttpd_1.4.17-1.dsc
 7172c39c2a166fe7f9ab6df30fa4298f 801282 web optional 
lighttpd_1.4.17.orig.tar.gz
 0329fa6bc0bbadc270d8d1ebf6985de4 19321 web optional lighttpd_1.4.17-1.diff.gz
 9f0aac181d40945ed4a13226c4fbf971 104282 doc optional 
lighttpd-doc_1.4.17-1_all.deb
 d4d086bca6ed5685bd68c1dc75c9a53f 294908 web optional lighttpd_1.4.17-1_i386.deb
 9380f8b3606431676caec8b7956488fe 62520 web optional 
lighttpd-mod-mysql-vhost_1.4.17-1_i386.deb
 d23ad2f6f04484bc8cc453f9b6efb5bc 64250 web optional 
lighttpd-mod-trigger-b4-dl_1.4.17-1_i386.deb
 6dbae62122516d57d65c07667ebf71ad 67142 web optional 
lighttpd-mod-cml_1.4.17-1_i386.deb
 f4ac5e808ce139c56b0408be79ea5616 66680 web optional 
lighttpd-mod-magnet_1.4.17-1_i386.deb
 168600bbab0e625ee4469ae132c0b157 74490 web optional 
lighttpd-mod-webdav_1.4.17-1_i386.deb

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

iD8DBQFG3Tt6y+HP4f7iC8sRAm//AJ9S8JDiqxyN2AhOFpyaofZHHW4eKwCdG4hp
RrGvfwF4aBH9QtGM0MhaPTk=
=5Pgl
-END PGP SIGNATURE-


Accepted:
lighttpd-doc_1.4.17-1_all.deb
  to pool/main/l/lighttpd/lighttpd-doc_1.4.17-1_all.deb
lighttpd-mod-cml_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd-mod-cml_1.4.17-1_i386.deb
lighttpd-mod-magnet_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd-mod-magnet_1.4.17-1_i386.deb
lighttpd-mod-mysql-vhost_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd-mod-mysql-vhost_1.4.17-1_i386.deb
lighttpd-mod-trigger-b4-dl_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd-mod-trigger-b4-dl_1.4.17-1_i386.deb
lighttpd-mod-webdav_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd-mod-webdav_1.4.17-1_i386.deb
lighttpd_1.4.17-1.diff.gz
  to pool/main/l/lighttpd/lighttpd_1.4.17-1.diff.gz
lighttpd_1.4.17-1.dsc
  to pool/main/l/lighttpd/lighttpd_1.4.17-1.dsc
lighttpd_1.4.17-1_i386.deb
  to pool/main/l/lighttpd/lighttpd_1.4.17-1_i386.deb
lighttpd_1.4.17.orig.tar.gz
  to pool/main/l/lighttpd/lighttpd_1.4.17.orig.tar.gz


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



Accepted libfile-copy-recursive-perl 0.35-1 (source all)

2007-09-04 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 13:19:38 +0200
Source: libfile-copy-recursive-perl
Binary: libfile-copy-recursive-perl
Architecture: source all
Version: 0.35-1
Distribution: unstable
Urgency: low
Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libfile-copy-recursive-perl - Perl extension for recursively copying files and 
directories
Changes: 
 libfile-copy-recursive-perl (0.35-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 9bba7f9996e8597a1c2e0a4ff7096bd9 868 perl optional 
libfile-copy-recursive-perl_0.35-1.dsc
 795368083eb7b50f4b5ee33b2d2b9a5e 9923 perl optional 
libfile-copy-recursive-perl_0.35.orig.tar.gz
 ffad67f7a4dd80ccddfe4a8265d1457a 2340 perl optional 
libfile-copy-recursive-perl_0.35-1.diff.gz
 703ae65cb10c03f538b8216412bcb6ea 18762 perl optional 
libfile-copy-recursive-perl_0.35-1_all.deb

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

iD8DBQFG3T/oy+HP4f7iC8sRAgz7AJ9IhCtBexFOq1UOgkx9t4bVIO8+BACdGzL/
zOI6tOWeYQZ9P/4ZStWb1Vw=
=CB2M
-END PGP SIGNATURE-


Accepted:
libfile-copy-recursive-perl_0.35-1.diff.gz
  to 
pool/main/libf/libfile-copy-recursive-perl/libfile-copy-recursive-perl_0.35-1.diff.gz
libfile-copy-recursive-perl_0.35-1.dsc
  to 
pool/main/libf/libfile-copy-recursive-perl/libfile-copy-recursive-perl_0.35-1.dsc
libfile-copy-recursive-perl_0.35-1_all.deb
  to 
pool/main/libf/libfile-copy-recursive-perl/libfile-copy-recursive-perl_0.35-1_all.deb
libfile-copy-recursive-perl_0.35.orig.tar.gz
  to 
pool/main/libf/libfile-copy-recursive-perl/libfile-copy-recursive-perl_0.35.orig.tar.gz


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



Accepted klibc 1.5.7-1 (source amd64)

2007-09-04 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 13:03:09 +0200
Source: klibc
Binary: libklibc-dev klibc-utils-floppy-udeb libklibc-udeb libklibc klibc-utils 
klibc-utils-udeb
Architecture: source amd64
Version: 1.5.7-1
Distribution: unstable
Urgency: low
Maintainer: maximilian attems [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 klibc-utils - small statically-linked utilities built with klibc
 klibc-utils-floppy-udeb - small utilities built with klibc for the boot floppy 
(udeb)
 klibc-utils-udeb - small statically-linked utilities built with klibc (udeb)
 libklibc   - minimal libc subset for use with initramfs
 libklibc-dev - kernel headers used during the build of klibc
 libklibc-udeb - minimal libc subset for use with initramfs (udeb)
Changes: 
 klibc (1.5.7-1) unstable; urgency=low
 .
   * New upstream release
   * Build-dep on s/flex/m4/.
Files: 
 a80e85f062338348843f893b6843fec0 730 libs optional klibc_1.5.7-1.dsc
 29431936a7458ef1e87e7f0e63bfbea9 603079 libs optional klibc_1.5.7.orig.tar.gz
 0019bb9d3e737853ef7b86f93015df04 10433 libs optional klibc_1.5.7-1.diff.gz
 16d53dce6443b2ae658d503c30db5727 831808 libdevel optional 
libklibc-dev_1.5.7-1_amd64.deb
 2636314d7cc3b635e8ee7feb41c7fa4d 45964 libs optional libklibc_1.5.7-1_amd64.deb
 4c881df3b94b102404ff82d9f381e2ce 183910 libs optional 
klibc-utils_1.5.7-1_amd64.deb
 7e090509505c8d26e8501cc95f69e778 173572 debian-installer optional 
klibc-utils-udeb_1.5.7-1_amd64.udeb
 640c5208ea26f08fdc95305e7e87af54 61818 debian-installer optional 
klibc-utils-floppy-udeb_1.5.7-1_amd64.udeb
 79f452922f3e9061783a15f52cf742d0 36400 debian-installer optional 
libklibc-udeb_1.5.7-1_amd64.udeb
Package-Type: udeb

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

iD8DBQFG3T2VeW7Lc5tEHqgRAin8AKCkN7O9Oie4qTJw4XbEjgFC8hQl0ACffODS
rCYPDbjQ+rfa5VxcI3l2x00=
=KrHF
-END PGP SIGNATURE-


Accepted:
klibc-utils-floppy-udeb_1.5.7-1_amd64.udeb
  to pool/main/k/klibc/klibc-utils-floppy-udeb_1.5.7-1_amd64.udeb
klibc-utils-udeb_1.5.7-1_amd64.udeb
  to pool/main/k/klibc/klibc-utils-udeb_1.5.7-1_amd64.udeb
klibc-utils_1.5.7-1_amd64.deb
  to pool/main/k/klibc/klibc-utils_1.5.7-1_amd64.deb
klibc_1.5.7-1.diff.gz
  to pool/main/k/klibc/klibc_1.5.7-1.diff.gz
klibc_1.5.7-1.dsc
  to pool/main/k/klibc/klibc_1.5.7-1.dsc
klibc_1.5.7.orig.tar.gz
  to pool/main/k/klibc/klibc_1.5.7.orig.tar.gz
libklibc-dev_1.5.7-1_amd64.deb
  to pool/main/k/klibc/libklibc-dev_1.5.7-1_amd64.deb
libklibc-udeb_1.5.7-1_amd64.udeb
  to pool/main/k/klibc/libklibc-udeb_1.5.7-1_amd64.udeb
libklibc_1.5.7-1_amd64.deb
  to pool/main/k/klibc/libklibc_1.5.7-1_amd64.deb


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



Accepted clamav 0.91.2-3 (source i386 all)

2007-09-04 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 12:29:13 +0100
Source: clamav
Binary: clamav libclamav-dev clamav-dbg clamav-milter clamav-base 
clamav-freshclam clamav-testfiles clamav-daemon libclamav2 clamav-docs
Architecture: source i386 all
Version: 0.91.2-3
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 clamav - antivirus scanner for Unix
 clamav-base - base package for clamav, an anti-virus utility for Unix
 clamav-daemon - antivirus scanner daemon
 clamav-dbg - debug symbols for clamav
 clamav-docs - documentation package for clamav, an anti-virus utility for Unix
 clamav-freshclam - downloads clamav virus databases from the Internet
 clamav-milter - antivirus scanner for sendmail
 clamav-testfiles - use these files to test that your Antivirus program works
 libclamav-dev - clam Antivirus library development files
 libclamav2 - virus scanner library
Closes: 440771
Changes: 
 clamav (0.91.2-3) unstable; urgency=low
 .
   * Remove spurious dependency on libcurl3-dev from libclamav-dev
 (closes: #440771)
Files: 
 6b69eafd80cb0bc280e36910606ded23 862 utils optional clamav_0.91.2-3.dsc
 a94b0a2147035072768a4c0738753bbd 202911 utils optional clamav_0.91.2-3.diff.gz
 bfbb7ee9d9046ac1787cae0d12e375e5 10911902 utils optional 
clamav-base_0.91.2-3_all.deb
 4453fb54000ebbefdd46a149bb5e1013 166072 utils optional 
clamav-testfiles_0.91.2-3_all.deb
 c973e71d43700847e605a6e614b5bee3 1015292 utils optional 
clamav-docs_0.91.2-3_all.deb
 fec4a3f6efcc225658896e12eb6bdfd6 434394 libs optional 
libclamav2_0.91.2-3_i386.deb
 acd50fe1fe7f588b17c0ffaf2d7b590f 875198 utils optional clamav_0.91.2-3_i386.deb
 ea009ff03dad167d48eb07d1a027241c 181796 utils optional 
clamav-daemon_0.91.2-3_i386.deb
 896575292f2cff84581d3db3f53bade3 203514 utils optional 
clamav-freshclam_0.91.2-3_i386.deb
 f96f056b30336b451e1c3313ad1dead3 185636 utils extra 
clamav-milter_0.91.2-3_i386.deb
 dac9d777eabd60a4d7957ee792ca92ef 436830 libdevel optional 
libclamav-dev_0.91.2-3_i386.deb
 6ed0c22f60a9c4faeb19896233dd31e7 667438 utils extra 
clamav-dbg_0.91.2-3_i386.deb

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

iD4DBQFG3UL2SYIMHOpZA44RAgpxAKC6floeR5U+1X8rWJp3Pfo7/z8paQCYhq8U
1TRJS0acGYkahLLEhQYqjQ==
=BDww
-END PGP SIGNATURE-


Accepted:
clamav-base_0.91.2-3_all.deb
  to pool/main/c/clamav/clamav-base_0.91.2-3_all.deb
clamav-daemon_0.91.2-3_i386.deb
  to pool/main/c/clamav/clamav-daemon_0.91.2-3_i386.deb
clamav-dbg_0.91.2-3_i386.deb
  to pool/main/c/clamav/clamav-dbg_0.91.2-3_i386.deb
clamav-docs_0.91.2-3_all.deb
  to pool/main/c/clamav/clamav-docs_0.91.2-3_all.deb
clamav-freshclam_0.91.2-3_i386.deb
  to pool/main/c/clamav/clamav-freshclam_0.91.2-3_i386.deb
clamav-milter_0.91.2-3_i386.deb
  to pool/main/c/clamav/clamav-milter_0.91.2-3_i386.deb
clamav-testfiles_0.91.2-3_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.91.2-3_all.deb
clamav_0.91.2-3.diff.gz
  to pool/main/c/clamav/clamav_0.91.2-3.diff.gz
clamav_0.91.2-3.dsc
  to pool/main/c/clamav/clamav_0.91.2-3.dsc
clamav_0.91.2-3_i386.deb
  to pool/main/c/clamav/clamav_0.91.2-3_i386.deb
libclamav-dev_0.91.2-3_i386.deb
  to pool/main/c/clamav/libclamav-dev_0.91.2-3_i386.deb
libclamav2_0.91.2-3_i386.deb
  to pool/main/c/clamav/libclamav2_0.91.2-3_i386.deb


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



Accepted egroupware 1.4.001.dfsg-2.1 (source all)

2007-09-04 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  3 Sep 2007 15:06:06 +0200
Source: egroupware
Binary: egroupware-news-admin egroupware-felamimail egroupware-polls 
egroupware-calendar egroupware egroupware-bookmarks egroupware-wiki 
egroupware-sambaadmin egroupware-filemanager egroupware-tracker 
egroupware-addressbook egroupware-mydms egroupware-etemplate 
egroupware-registration egroupware-emailadmin egroupware-timesheet 
egroupware-developer-tools egroupware-phpsysinfo egroupware-resources 
egroupware-core egroupware-infolog egroupware-manual egroupware-projectmanager 
egroupware-sitemgr egroupware-phpbrain
Architecture: source all
Version: 1.4.001.dfsg-2.1
Distribution: experimental
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Jan Wagner [EMAIL PROTECTED]
Description: 
 egroupware - web-based groupware suite
 egroupware-addressbook - eGroupWare addressbook management application
 egroupware-bookmarks - eGroupWare bookmark management application
 egroupware-calendar - eGroupWare calendar management application
 egroupware-core - eGroupWare core modules
 egroupware-developer-tools - eGroupWare developer tools
 egroupware-emailadmin - eGroupWare E-mail user administration application
 egroupware-etemplate - widget-based template system for eGroupWare
 egroupware-felamimail - eGroupWare FeLaMiMail application
 egroupware-filemanager - eGroupWare file manager application
 egroupware-infolog - eGroupWare infolog application
 egroupware-manual - eGroupWare manual
 egroupware-mydms - eGroupWare document management system
 egroupware-news-admin - eGroupWare news administration interface
 egroupware-phpbrain - eGroupWare phpbrain application
 egroupware-phpsysinfo - eGroupWare phpSysInfo application
 egroupware-polls - eGroupWare polling application
 egroupware-projectmanager - eGroupWare projects management application
 egroupware-registration - eGroupWare registration application
 egroupware-resources - eGroupWare resource manager application
 egroupware-sambaadmin - eGroupWare Samba administration application
 egroupware-sitemgr - eGroupWare site manager application
 egroupware-timesheet - eGroupWare timesheet application
 egroupware-tracker - eGroupWare tracker application
 egroupware-wiki - eGroupWare wiki application
Changes: 
 egroupware (1.4.001.dfsg-2.1) experimental; urgency=low
 .
   * Non-maintainer upload
   * Included 01_fix-CVE-2007-4048.dpatch to fix XSS vulnerability in
 system_footer.php (CVE-2007-4048)
Files: 
 bac188ac3ef490a7ecd2022cb9f57f39 1168 web optional 
egroupware_1.4.001.dfsg-2.1.dsc
 6a54c672b58eb1605b56c505f65f4651 31584 web optional 
egroupware_1.4.001.dfsg-2.1.diff.gz
 206b77931e5702345850a081b093c496 6846 web optional 
egroupware_1.4.001.dfsg-2.1_all.deb
 2e7b93a219b205b0af9c359949b68866 4211540 web optional 
egroupware-core_1.4.001.dfsg-2.1_all.deb
 5e4d62e746de695daee540a242dddf98 258722 web optional 
egroupware-addressbook_1.4.001.dfsg-2.1_all.deb
 a8d3c0bfca7ea604fa4ac15fe9ba7869 103480 web optional 
egroupware-bookmarks_1.4.001.dfsg-2.1_all.deb
 0dcc9911191722399a76a883da07fa30 438876 web optional 
egroupware-calendar_1.4.001.dfsg-2.1_all.deb
 a85b35e171418b8dc9924c83023115a2 57548 web optional 
egroupware-developer-tools_1.4.001.dfsg-2.1_all.deb
 3966db006820d86951fad51ffb83b28e 89502 web optional 
egroupware-emailadmin_1.4.001.dfsg-2.1_all.deb
 91da8df561ed427a1de28962156d6c6e 622830 web optional 
egroupware-etemplate_1.4.001.dfsg-2.1_all.deb
 2cfc6161e37bd32218b161536b0badbe 324958 web optional 
egroupware-felamimail_1.4.001.dfsg-2.1_all.deb
 229fcf796df9853a2a02230529667189 175460 web optional 
egroupware-filemanager_1.4.001.dfsg-2.1_all.deb
 9e683b39bfc6fc75a5bc826ffac2c341 252060 web optional 
egroupware-infolog_1.4.001.dfsg-2.1_all.deb
 eecbe7e661e94097742310f5db31977a 32858 web optional 
egroupware-manual_1.4.001.dfsg-2.1_all.deb
 4b472f382a205df08884016d128295ca 567308 web optional 
egroupware-mydms_1.4.001.dfsg-2.1_all.deb
 dee91725005de19bda2b74553876502c 66210 web optional 
egroupware-news-admin_1.4.001.dfsg-2.1_all.deb
 69ac87ade11409da292d8e9aeacd88b0 142664 web optional 
egroupware-phpbrain_1.4.001.dfsg-2.1_all.deb
 f8f88b3605f7bbf7e3662d96cb21b88e 202618 web optional 
egroupware-phpsysinfo_1.4.001.dfsg-2.1_all.deb
 2d31626ef8d89dc1dc5d60dda08a3c9a 39242 web optional 
egroupware-polls_1.4.001.dfsg-2.1_all.deb
 04f47cca818810fb1863d6e43dc2732b 239500 web optional 
egroupware-projectmanager_1.4.001.dfsg-2.1_all.deb
 c05f0fe827d14d0a8733b6c46df8ed05 131448 web optional 
egroupware-registration_1.4.001.dfsg-2.1_all.deb
 5a99e11ef73f80c45a6f3f40a75e016e 76262 web optional 
egroupware-resources_1.4.001.dfsg-2.1_all.deb
 2b14ea3a2ea76683c6e46bc813532a4d 26198 web optional 
egroupware-sambaadmin_1.4.001.dfsg-2.1_all.deb
 a0aa3f6043c97626af04879d16cb70b0 594162 web optional 
egroupware-sitemgr_1.4.001.dfsg-2.1_all.deb
 b7fe84521eb7be7a3c9dcf64b0f91593 63672 web optional 

Accepted stfl 0.17-1 (source i386 all)

2007-09-04 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 14:39:52 +0200
Source: stfl
Binary: libstfl-ruby1.8 python-stfl libstfl-dev libstfl-ruby libstfl-spl 
libstfl-perl libstfl-ruby1.9
Architecture: source i386 all
Version: 0.17-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 libstfl-dev - structured terminal forms language/library
 libstfl-perl - Perl bindings for the structured terminal forms language/library
 libstfl-ruby - Ruby bindings for the structured terminal forms language/library
 libstfl-ruby1.8 - Ruby bindings for the structured terminal forms 
language/library
 libstfl-ruby1.9 - Ruby bindings for the structured terminal forms 
language/library
 libstfl-spl - SPL bindings for the structured terminal forms language/library
 python-stfl - Python bindings for the structured terminal forms language/librar
Closes: 439644
Changes: 
 stfl (0.17-1) unstable; urgency=low
 .
   * New upstream release.
 - pthread related fixes for stfl_quote (Closes: #439644).
Files: 
 a964321c39cdaed7c75beeb06ce2 974 libdevel optional stfl_0.17-1.dsc
 34162899d3f3014c9a5a2fac6bb36264 38950 libdevel optional stfl_0.17.orig.tar.gz
 96492b6ec5db0fcf972b2f83733ee686 6795 libdevel optional stfl_0.17-1.diff.gz
 2efb8892c14588b210b3449c113ecdb4 42550 libdevel optional 
libstfl-dev_0.17-1_i386.deb
 30cf5e8cf03957896110f7e4e8180e7a 42506 perl optional 
libstfl-perl_0.17-1_i386.deb
 e57830d53a3c7a325e1e92ccba042c5f 79226 python optional 
python-stfl_0.17-1_i386.deb
 a727ac5a7c6f50f5cf0de6dafb36b1fe 36738 interpreters optional 
libstfl-ruby1.8_0.17-1_i386.deb
 99eca9a358f88d54d5af388a81b5e9b8 36808 interpreters optional 
libstfl-ruby1.9_0.17-1_i386.deb
 f90254fddf13b4473407f166f09147d5 5078 interpreters optional 
libstfl-ruby_0.17-1_all.deb
 486b14b58a4f9a044e394bdaac96 30854 devel optional 
libstfl-spl_0.17-1_i386.deb

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

iD8DBQFG3VPzHYflSXNkfP8RAsTWAKCPyq9f8ne6qAkBHkbt6DsxsiQ0jgCgphSh
ABfR90fHmp8O2q+PxWusg3w=
=slE3
-END PGP SIGNATURE-


Accepted:
libstfl-dev_0.17-1_i386.deb
  to pool/main/s/stfl/libstfl-dev_0.17-1_i386.deb
libstfl-perl_0.17-1_i386.deb
  to pool/main/s/stfl/libstfl-perl_0.17-1_i386.deb
libstfl-ruby1.8_0.17-1_i386.deb
  to pool/main/s/stfl/libstfl-ruby1.8_0.17-1_i386.deb
libstfl-ruby1.9_0.17-1_i386.deb
  to pool/main/s/stfl/libstfl-ruby1.9_0.17-1_i386.deb
libstfl-ruby_0.17-1_all.deb
  to pool/main/s/stfl/libstfl-ruby_0.17-1_all.deb
libstfl-spl_0.17-1_i386.deb
  to pool/main/s/stfl/libstfl-spl_0.17-1_i386.deb
python-stfl_0.17-1_i386.deb
  to pool/main/s/stfl/python-stfl_0.17-1_i386.deb
stfl_0.17-1.diff.gz
  to pool/main/s/stfl/stfl_0.17-1.diff.gz
stfl_0.17-1.dsc
  to pool/main/s/stfl/stfl_0.17-1.dsc
stfl_0.17.orig.tar.gz
  to pool/main/s/stfl/stfl_0.17.orig.tar.gz


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



Accepted expect 5.43.0-12 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 15:47:00 +0200
Source: expect
Binary: expect expectk expect-dev
Architecture: source i386
Version: 5.43.0-12
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 expect - A program that can automate interactive applications
 expect-dev - A program that can automate interactive applications (development
 expectk- A program that can automate interactive applications (Tk hooks)
Closes: 440804
Changes: 
 expect (5.43.0-12) unstable; urgency=low
 .
   * Applied patch from Ian Jackson [EMAIL PROTECTED] to check before call
 ttyname, so don't coredump in chroots without /proc (Closes: #440804).
Files: 
 db0e6543cb75f4541eb6b2f2feaa4879 641 interpreters optional expect_5.43.0-12.dsc
 bb4260636e19469152351bc02ba304ec 40072 interpreters optional 
expect_5.43.0-12.diff.gz
 e44888acd526063d16593d29b2d8fe69 315078 interpreters optional 
expect_5.43.0-12_i386.deb
 5a8356b4b3a7cae0af3a04819bc4 90254 interpreters optional 
expectk_5.43.0-12_i386.deb
 d0943c6d258b034725907dfc46743884 276948 interpreters optional 
expect-dev_5.43.0-12_i386.deb

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

iD8DBQFG3WQs+C5cwEsrK54RAs9sAJ9nuZf5/8RHxmyPAOcfd0+s9EK00QCdGCo+
j1nTD4qoUF4oN8a2AYSo7zI=
=SNNB
-END PGP SIGNATURE-


Accepted:
expect-dev_5.43.0-12_i386.deb
  to pool/main/e/expect/expect-dev_5.43.0-12_i386.deb
expect_5.43.0-12.diff.gz
  to pool/main/e/expect/expect_5.43.0-12.diff.gz
expect_5.43.0-12.dsc
  to pool/main/e/expect/expect_5.43.0-12.dsc
expect_5.43.0-12_i386.deb
  to pool/main/e/expect/expect_5.43.0-12_i386.deb
expectk_5.43.0-12_i386.deb
  to pool/main/e/expect/expectk_5.43.0-12_i386.deb


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



Accepted aufs 0+20070904-1 (source i386 all)

2007-09-04 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 15:38:43 +0200
Source: aufs
Binary: linux-patch-aufs aufs-source aufs-tools
Architecture: source i386 all
Version: 0+20070904-1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode [EMAIL PROTECTED]
Changed-By: Julian Andres Klode [EMAIL PROTECTED]
Description: 
 aufs-source - Source for the aufs driver
 aufs-tools - Tools to manage aufs filesystems
 linux-patch-aufs - Kernel patches for aufs
Changes: 
 aufs (0+20070904-1) unstable; urgency=low
 .
   * New upstream snapshot
   * patches/01_vserver.dpatch: Removed
Files: 
 6388f0832c913fa6b49d62ba8dafbd75 644 misc optional aufs_0+20070904-1.dsc
 845e6f56f2023be48dc32affa158006c 195153 misc optional 
aufs_0+20070904.orig.tar.gz
 3753b2c1a80adad8dcc161889e439973 5274 misc optional aufs_0+20070904-1.diff.gz
 bdf76af184f6c0ba016adf49292f8aef 100552 misc optional 
aufs-source_0+20070904-1_all.deb
 042f29b538dfaaef63ba2420b4033238 20598 misc optional 
linux-patch-aufs_0+20070904-1_all.deb
 fbe044b07e9b2ce9a6e06c0e11296c7b 83644 misc optional 
aufs-tools_0+20070904-1_i386.deb

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

iD8DBQFG3WaD+C5cwEsrK54RAu2qAKCSAk7JT2rmiKX9srusrThYdYEZWACfVc1F
3H9tnQGnKFGi1KksjUrDzB0=
=oiuf
-END PGP SIGNATURE-


Accepted:
aufs-source_0+20070904-1_all.deb
  to pool/main/a/aufs/aufs-source_0+20070904-1_all.deb
aufs-tools_0+20070904-1_i386.deb
  to pool/main/a/aufs/aufs-tools_0+20070904-1_i386.deb
aufs_0+20070904-1.diff.gz
  to pool/main/a/aufs/aufs_0+20070904-1.diff.gz
aufs_0+20070904-1.dsc
  to pool/main/a/aufs/aufs_0+20070904-1.dsc
aufs_0+20070904.orig.tar.gz
  to pool/main/a/aufs/aufs_0+20070904.orig.tar.gz
linux-patch-aufs_0+20070904-1_all.deb
  to pool/main/a/aufs/linux-patch-aufs_0+20070904-1_all.deb


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



Accepted gmetadom 0.2.5-3 (source i386)

2007-09-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 16:40:37 +0200
Source: gmetadom
Binary: libgdome2-cpp-smart0c2a libgdome2-cpp-smart-dev libgdome2-ocaml 
libgdome2-ocaml-dev
Architecture: source i386
Version: 0.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 libgdome2-cpp-smart-dev - C++ bindings for GDome2 DOM implementation
 libgdome2-cpp-smart0c2a - C++ bindings for GDome2 DOM implementation
 libgdome2-ocaml - OCaml bindings for GDome2 DOM implementation
 libgdome2-ocaml-dev - OCaml bindings for GDome2 DOM implementation
Closes: 424331
Changes: 
 gmetadom (0.2.5-3) unstable; urgency=low
 .
   * debian/rules
 - clean using 'clean' target rather than 'distclean', fix FTBFS when
   building twice in a row (closes: #424331)
 - enable generation of ocamldoc documentation (via CDBS)
Files: 
 cee822e0712626973fe98788d0e2cd3b 906 devel optional gmetadom_0.2.5-3.dsc
 df5eddc64d459e1b230f5a810787846d 4867 devel optional gmetadom_0.2.5-3.diff.gz
 276a0a91096b95d3c0514ab40fa31b3f 48478 libs optional 
libgdome2-cpp-smart0c2a_0.2.5-3_i386.deb
 961f0a009134f41bf7216e47d3dc12ed 63322 libdevel optional 
libgdome2-cpp-smart-dev_0.2.5-3_i386.deb
 8c58b24117465d488b70439446d9f98c 239860 libdevel optional 
libgdome2-ocaml-dev_0.2.5-3_i386.deb
 b40f2238015075f0b0939646d0f1e5f8 29084 libs optional 
libgdome2-ocaml_0.2.5-3_i386.deb

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

iD8DBQFG3Xe41cqbBPLEI7wRAtp7AKC2Oickrb0YipgsYlcvraN1YEHoGwCbBrcv
r7iMNMEr79XvaZ9SXc4Q0uo=
=fHtG
-END PGP SIGNATURE-


Accepted:
gmetadom_0.2.5-3.diff.gz
  to pool/main/g/gmetadom/gmetadom_0.2.5-3.diff.gz
gmetadom_0.2.5-3.dsc
  to pool/main/g/gmetadom/gmetadom_0.2.5-3.dsc
libgdome2-cpp-smart-dev_0.2.5-3_i386.deb
  to pool/main/g/gmetadom/libgdome2-cpp-smart-dev_0.2.5-3_i386.deb
libgdome2-cpp-smart0c2a_0.2.5-3_i386.deb
  to pool/main/g/gmetadom/libgdome2-cpp-smart0c2a_0.2.5-3_i386.deb
libgdome2-ocaml-dev_0.2.5-3_i386.deb
  to pool/main/g/gmetadom/libgdome2-ocaml-dev_0.2.5-3_i386.deb
libgdome2-ocaml_0.2.5-3_i386.deb
  to pool/main/g/gmetadom/libgdome2-ocaml_0.2.5-3_i386.deb


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



Accepted z88dk 1.6.ds1-7 (source i386 all)

2007-09-04 Thread Krystian Wlosek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 27 Aug 2007 12:35:28 +0200
Source: z88dk
Binary: z88dk z88dk-doc z88dk-bin z88dk-data
Architecture: source i386 all
Version: 1.6.ds1-7
Distribution: unstable
Urgency: low
Maintainer: Krystian Wlosek [EMAIL PROTECTED]
Changed-By: Krystian Wlosek [EMAIL PROTECTED]
Description: 
 z88dk  - a Z80 processor assembler and SmallC+ cross compiler
 z88dk-bin  - executable files for z88dk
 z88dk-data - data files for z88dk
 z88dk-doc  - documentation and examples for z88dk
Closes: 434194
Changes: 
 z88dk (1.6.ds1-7) unstable; urgency=low
 .
   * Added Portuguese debconf translation. (Closes: #434194)
 Thanks to Américo Monteiro.
   * Added armel and armeb to z88dk-bin/Architecture: (Closes #435364)
Files: 
 28325f603d1a08469f4166ad1e086b71 649 devel extra z88dk_1.6.ds1-7.dsc
 54736ec25711489372f57cd446a7e0b5 16218 devel extra z88dk_1.6.ds1-7.diff.gz
 159eeeddccef2c92b31e5634fbe1da89 121864 devel extra 
z88dk-bin_1.6.ds1-7_i386.deb
 daed20369bb844238b2d2701250632c0 3954 devel extra z88dk_1.6.ds1-7_i386.deb
 f5fba06e32c1db3afe940defb5a53795 234116 devel extra z88dk-doc_1.6.ds1-7_all.deb
 6fa7c8df422eff43f3078bb8d1c482ec 1101202 devel extra 
z88dk-data_1.6.ds1-7_all.deb

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

iD8DBQFG3XrphMHHe8CxClsRAkbQAKDY+6tusDtdKlHZzx2eXuv1NCXp5QCfZM79
tFSiRrPIe9j7fCb3AX6efnM=
=GYJF
-END PGP SIGNATURE-


Accepted:
z88dk-bin_1.6.ds1-7_i386.deb
  to pool/main/z/z88dk/z88dk-bin_1.6.ds1-7_i386.deb
z88dk-data_1.6.ds1-7_all.deb
  to pool/main/z/z88dk/z88dk-data_1.6.ds1-7_all.deb
z88dk-doc_1.6.ds1-7_all.deb
  to pool/main/z/z88dk/z88dk-doc_1.6.ds1-7_all.deb
z88dk_1.6.ds1-7.diff.gz
  to pool/main/z/z88dk/z88dk_1.6.ds1-7.diff.gz
z88dk_1.6.ds1-7.dsc
  to pool/main/z/z88dk/z88dk_1.6.ds1-7.dsc
z88dk_1.6.ds1-7_i386.deb
  to pool/main/z/z88dk/z88dk_1.6.ds1-7_i386.deb


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



Accepted lablgl 1.02-7 (source amd64)

2007-09-04 Thread Sylvain Le Gall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 17:53:58 +0200
Source: lablgl
Binary: liblablgl-ocaml-dev liblablgl-ocaml
Architecture: source amd64
Version: 1.02-7
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Sylvain Le Gall [EMAIL PROTECTED]
Description: 
 liblablgl-ocaml - Runtime libraries for lablgl
 liblablgl-ocaml-dev - an OpenGL interface for Objective Caml
Changes: 
 lablgl (1.02-7) unstable; urgency=low
 .
   * Build-depends on ocaml 3.10.0-8 to be able to generate *.doc-
 base.ocamldoc-apiref
Files: 
 63eee5a699d0557bc6358c0d6d3c085e 1201 libdevel optional lablgl_1.02-7.dsc
 c1cb5a260e7ff8fd6c8bb0f4da1f0fd8 10117 libdevel optional lablgl_1.02-7.diff.gz
 4368ca3cb72aa5b7af65de926fb8f220 67184 libs optional 
liblablgl-ocaml_1.02-7_amd64.deb
 a984a57e2e0c97bb4149e8c697d561d3 253850 libdevel optional 
liblablgl-ocaml-dev_1.02-7_amd64.deb

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

iD8DBQFG3X/cir2bofsN/psRAvu/AJ4+Ohd0t8x7y+70A+jtGsyZrByMswCfYVqr
f/oF6pfnH0yZuhFu0vRX08o=
=KKfW
-END PGP SIGNATURE-


Accepted:
lablgl_1.02-7.diff.gz
  to pool/main/l/lablgl/lablgl_1.02-7.diff.gz
lablgl_1.02-7.dsc
  to pool/main/l/lablgl/lablgl_1.02-7.dsc
liblablgl-ocaml-dev_1.02-7_amd64.deb
  to pool/main/l/lablgl/liblablgl-ocaml-dev_1.02-7_amd64.deb
liblablgl-ocaml_1.02-7_amd64.deb
  to pool/main/l/lablgl/liblablgl-ocaml_1.02-7_amd64.deb


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



Accepted rt73 1.0.4.0.dfsg1-1~experimental2 (source all)

2007-09-04 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 17:41:04 +0200
Source: rt73
Binary: rt73-source rt73-common
Architecture: source all
Version: 1.0.4.0.dfsg1-1~experimental2
Distribution: experimental
Urgency: low
Maintainer: Piotr Roszatycki [EMAIL PROTECTED]
Changed-By: Piotr Roszatycki [EMAIL PROTECTED]
Description: 
 rt73-common - RT73(RT2571W) Wireless Lan Linux Driver - common files
 rt73-source - RT73(RT2571W) Wireless Lan Linux Driver - kernel module sources
Changes: 
 rt73 (1.0.4.0.dfsg1-1~experimental2) experimental; urgency=low
 .
   * Add architecture amd64.
Files: 
 143508c0931d1227f409e58a31099555 618 contrib/net extra 
rt73_1.0.4.0.dfsg1-1~experimental2.dsc
 ac98b4d824060e68d6708765dcccba98 7579 contrib/net extra 
rt73_1.0.4.0.dfsg1-1~experimental2.diff.gz
 7ebbc7443977eafa7452b975639eecbe 325582 contrib/net extra 
rt73-source_1.0.4.0.dfsg1-1~experimental2_all.deb
 fd08e308c66bbaf0e18662f8fa78c0aa 16486 contrib/net extra 
rt73-common_1.0.4.0.dfsg1-1~experimental2_all.deb

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

iD8DBQFG3X2FhMHHe8CxClsRAvK7AKCyb/+WFkh0sradbxqBLrdn544WhwCeNfvN
tu+LZis7ICJSXFnitwJz3jE=
=GppV
-END PGP SIGNATURE-


Accepted:
rt73-common_1.0.4.0.dfsg1-1~experimental2_all.deb
  to pool/contrib/r/rt73/rt73-common_1.0.4.0.dfsg1-1~experimental2_all.deb
rt73-source_1.0.4.0.dfsg1-1~experimental2_all.deb
  to pool/contrib/r/rt73/rt73-source_1.0.4.0.dfsg1-1~experimental2_all.deb
rt73_1.0.4.0.dfsg1-1~experimental2.diff.gz
  to pool/contrib/r/rt73/rt73_1.0.4.0.dfsg1-1~experimental2.diff.gz
rt73_1.0.4.0.dfsg1-1~experimental2.dsc
  to pool/contrib/r/rt73/rt73_1.0.4.0.dfsg1-1~experimental2.dsc


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



Accepted xstr 0.2.1-18 (source i386)

2007-09-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 17:54:16 +0200
Source: xstr
Binary: libxstr-ocaml-dev
Architecture: source i386
Version: 0.2.1-18
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 libxstr-ocaml-dev - OCaml library for frequent string operations
Changes: 
 xstr (0.2.1-18) unstable; urgency=low
 .
   * debian/rules
 - enable generation of ocamldoc documentation (via CDBS)
Files: 
 366c9e93729544dff623a6ac419eafd3 780 libdevel optional xstr_0.2.1-18.dsc
 6fd2039e928d14102edf738ba940f148 3766 libdevel optional xstr_0.2.1-18.diff.gz
 cf4ce308adaafbacb6a8d2308069c87f 75064 libdevel optional 
libxstr-ocaml-dev_0.2.1-18_i386.deb

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

iD8DBQFG3YEO1cqbBPLEI7wRAgpZAKCiye7w05XSWsldlLYKb44dyiMBvQCgk3jM
Cy6b31zgUKCCCOIq5b8XX6w=
=fgA5
-END PGP SIGNATURE-


Accepted:
libxstr-ocaml-dev_0.2.1-18_i386.deb
  to pool/main/x/xstr/libxstr-ocaml-dev_0.2.1-18_i386.deb
xstr_0.2.1-18.diff.gz
  to pool/main/x/xstr/xstr_0.2.1-18.diff.gz
xstr_0.2.1-18.dsc
  to pool/main/x/xstr/xstr_0.2.1-18.dsc


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



Accepted lablgtk2 2.6.0-11 (source amd64)

2007-09-04 Thread Sylvain Le Gall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 17:57:12 +0200
Source: lablgtk2
Binary: liblablgtk2-gl-ocaml liblablgtk2-gnome-ocaml-dev liblablgtk2-ocaml 
liblablgtk2-gl-ocaml-dev liblablgtk2-ocaml-dev liblablgtk2-gnome-ocaml
Architecture: source amd64
Version: 2.6.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Sylvain Le Gall [EMAIL PROTECTED]
Description: 
 liblablgtk2-gl-ocaml - runtime libraries for OCaml bindings to GtkGL
 liblablgtk2-gl-ocaml-dev - OCaml bindings to GtkGL
 liblablgtk2-gnome-ocaml - runtime libraries for OCaml bindings to Gnome
 liblablgtk2-gnome-ocaml-dev - OCaml bindings to Gnome
 liblablgtk2-ocaml - runtime libraries for OCaml bindings for Gtk+ version 2
 liblablgtk2-ocaml-dev - OCaml bindings to Gtk+ version 2
Changes: 
 lablgtk2 (2.6.0-11) unstable; urgency=low
 .
   * Build-depends on ocaml 3.10.0-8 to be able to generate *.doc-
 base.ocamldoc-apiref
Files: 
 69161604fd3bc2c41c7bfe1f35921b56 1279 libdevel optional lablgtk2_2.6.0-11.dsc
 94f0a35bb76450292d8b39c973a59ae9 7483 libdevel optional 
lablgtk2_2.6.0-11.diff.gz
 356029153cb4333650c71b0f746f0989 153174 libs optional 
liblablgtk2-ocaml_2.6.0-11_amd64.deb
 4f4031f13f9636e506274cb5f47ea838 27406 libs optional 
liblablgtk2-gl-ocaml_2.6.0-11_amd64.deb
 c3c7a4a149d603b171102f0e36a488ce 41886 libs optional 
liblablgtk2-gnome-ocaml_2.6.0-11_amd64.deb
 56de434c9009a8bcd7b0b38e2d5c49e8 2619066 libdevel optional 
liblablgtk2-ocaml-dev_2.6.0-11_amd64.deb
 a29eb71af7f4a762b39d6827c2738003 57766 libdevel optional 
liblablgtk2-gl-ocaml-dev_2.6.0-11_amd64.deb
 e002c029449b5d372b3073f19ee95990 231050 libdevel optional 
liblablgtk2-gnome-ocaml-dev_2.6.0-11_amd64.deb

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

iD8DBQFG3YH2ir2bofsN/psRAlaXAJ40kZp7vvv4PwruetcRCuk7iedxMgCfTayG
Iuezez0SbT0ZCq+mVQqLhzk=
=5bEb
-END PGP SIGNATURE-


Accepted:
lablgtk2_2.6.0-11.diff.gz
  to pool/main/l/lablgtk2/lablgtk2_2.6.0-11.diff.gz
lablgtk2_2.6.0-11.dsc
  to pool/main/l/lablgtk2/lablgtk2_2.6.0-11.dsc
liblablgtk2-gl-ocaml-dev_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml-dev_2.6.0-11_amd64.deb
liblablgtk2-gl-ocaml_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gl-ocaml_2.6.0-11_amd64.deb
liblablgtk2-gnome-ocaml-dev_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml-dev_2.6.0-11_amd64.deb
liblablgtk2-gnome-ocaml_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-gnome-ocaml_2.6.0-11_amd64.deb
liblablgtk2-ocaml-dev_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml-dev_2.6.0-11_amd64.deb
liblablgtk2-ocaml_2.6.0-11_amd64.deb
  to pool/main/l/lablgtk2/liblablgtk2-ocaml_2.6.0-11_amd64.deb


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



Accepted check 0.9.5-2 (source amd64)

2007-09-04 Thread Robert Lemmen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 15:00:48 +0200
Source: check
Binary: check
Architecture: source amd64
Version: 0.9.5-2
Distribution: unstable
Urgency: low
Maintainer: Robert Lemmen [EMAIL PROTECTED]
Changed-By: Robert Lemmen [EMAIL PROTECTED]
Description: 
 check  - unit test framework for C
Closes: 440739 440798
Changes: 
 check (0.9.5-2) unstable; urgency=low
 .
   * Fixes clean target in debian/rules
   * Fixes info file (closes: #440739, #440798)
Files: 
 e4852b79ebc67ca6599fd8022f9e6a7a 559 devel optional check_0.9.5-2.dsc
 0388f6384b1e36c699f553e2885414ac 4553 devel optional check_0.9.5-2.diff.gz
 d495782edfaa5ad380ecca5d7d6d9280 102814 devel optional check_0.9.5-2_amd64.deb

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

iD8DBQFG3Ypg5UTeB5t8Mo0RAi1pAJ9ofxG7ejD5GwBfAGW62uFsBgaJmACgzORZ
ckzEEXDO4vpjOcI1wZlQnFs=
=jAhz
-END PGP SIGNATURE-


Accepted:
check_0.9.5-2.diff.gz
  to pool/main/c/check/check_0.9.5-2.diff.gz
check_0.9.5-2.dsc
  to pool/main/c/check/check_0.9.5-2.dsc
check_0.9.5-2_amd64.deb
  to pool/main/c/check/check_0.9.5-2_amd64.deb


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



Accepted xorg-server 2:1.3.99.2-1 (source i386)

2007-09-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 17:32:19 +0200
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xserver-xorg-dev 
xserver-xorg-core-dbg xnest
Architecture: source i386
Version: 2:1.3.99.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - X.Org X server -- development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 358390
Changes: 
 xorg-server (2:1.3.99.2-1) experimental; urgency=low
 .
   [ David Nusinow ]
   * Refactor auto_load_driver patch to allow the same method to be used when
 there is no xorg.conf present
   * Add 04_auto_load_driver_no_config.diff to use my auto_load_driver method
 when there's no xorg.conf present
 .
   [ Brice Goglin ]
   * Simplify output redirections in the reportbug script,
 thanks Justin Pryzby, closes: #358390.
   * Add missing URL in long descriptions, update links to the upstream
 module, fix some capitalization, thanks Christian Perrier.
 .
   [ Julien Cristau ]
   * New upstream release candidate.
 + bump build dep on renderproto to = 0.9.3, and on pixman to = 0.9.4-2.
 + bump video abi version and serverminver.
   * Drop the Conflict on fglrx-driver, which is taken care of by the abi
 version.
Files: 
 3b52896c269f3c7306f14098d854e07a 2404 x11 optional xorg-server_1.3.99.2-1.dsc
 de06beaa80f9a916fa4d6ee5d5408ec6 8191791 x11 optional 
xorg-server_1.3.99.2.orig.tar.gz
 1912626dff69a29664de90775f011c51 692332 x11 optional 
xorg-server_1.3.99.2-1.diff.gz
 1e948cd50c5d123e7b91262498c21f3a 4031684 x11 optional 
xserver-xorg-core_1.3.99.2-1_i386.deb
 36e4abdd67fdfe0347612442f9799b88 664482 x11 optional 
xserver-xorg-dev_1.3.99.2-1_i386.deb
 8387dd39a5881735c8f2dcbde19a78f5 1726922 x11 optional xnest_1.3.99.2-1_i386.deb
 9d0d6e77891eadf24933b3bd5b6b0a6d 1837772 x11 optional xvfb_1.3.99.2-1_i386.deb
 a27ffb2a27a2d5b81cffe315f109fb0d 1875910 x11 optional 
xserver-xephyr_1.3.99.2-1_i386.deb
 af0b5a9af609bfa6dabedde820e1b1a2 12545834 x11 extra 
xserver-xorg-core-dbg_1.3.99.2-1_i386.deb

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

iD8DBQFG3YWtmEvTgKxfcAwRAmRIAJ9udtPsHvIU/LWuW0CRLf0vvKar8wCeM/4W
WhEobK7FMvvQrG7VzBAnLXQ=
=0mJ6
-END PGP SIGNATURE-


Accepted:
xnest_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.3.99.2-1_i386.deb
xorg-server_1.3.99.2-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.3.99.2-1.diff.gz
xorg-server_1.3.99.2-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.3.99.2-1.dsc
xorg-server_1.3.99.2.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.3.99.2.orig.tar.gz
xserver-xephyr_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.3.99.2-1_i386.deb
xserver-xorg-core-dbg_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.3.99.2-1_i386.deb
xserver-xorg-core_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.3.99.2-1_i386.deb
xserver-xorg-dev_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.3.99.2-1_i386.deb
xvfb_1.3.99.2-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.3.99.2-1_i386.deb


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



Accepted libgsf 1.14.6-1 (source all i386)

2007-09-04 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 18:57:39 +0200
Source: libgsf
Binary: libgsf-1-common libgsf-bin libgsf-gnome-1-dev libgsf-gnome-1-114 
libgsf-1-dev libgsf-1-114-dbg libgsf-gnome-1-114-dbg libgsf-1-114
Architecture: source all i386
Version: 1.14.6-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgsf-1-114 - Structured File Library - runtime version
 libgsf-1-114-dbg - Structured File Library - debugging files (basic version)
 libgsf-1-common - Structured File Library - common files
 libgsf-1-dev - Structured File Library - development files (basic version)
 libgsf-bin - Structured File Library - programs
 libgsf-gnome-1-114 - Structured File Library - runtime version for GNOME
 libgsf-gnome-1-114-dbg - Structured File Library - debugging files for GNOME
 libgsf-gnome-1-dev - Structured File Library - development files for GNOME
Changes: 
 libgsf (1.14.6-1) unstable; urgency=low
 .
   * New upstream release.
   * [debian/libgsf-gnome-1-dev.install] Added gsf-gvfs includes.
Files: 
 25744689c984a0d7c2a629d374e1ad45 868 libs optional libgsf_1.14.6-1.dsc
 1bd3e6d4f270f921f34f0863cef42646 816680 libs optional libgsf_1.14.6.orig.tar.gz
 ce991d4edd7259440b9faed4f9cc1799 9399 libs optional libgsf_1.14.6-1.diff.gz
 c7677d1cb948a7239fc58274192a178a 54528 libs optional 
libgsf-1-common_1.14.6-1_all.deb
 289a6a976f48e75c3dba324aa9a3 65966 libdevel optional 
libgsf-gnome-1-dev_1.14.6-1_i386.deb
 7be5a0db5bac4bb00a2154b8fcbd2045 10346 libdevel extra 
libgsf-gnome-1-114-dbg_1.14.6-1_i386.deb
 c69fa8b6820e7903111a36466d15e0fe 57538 libs optional 
libgsf-gnome-1-114_1.14.6-1_i386.deb
 f91e38aaeebd1703fe65955856e28219 106316 libdevel extra 
libgsf-1-114-dbg_1.14.6-1_i386.deb
 e786c45405259bf94f2f2666f864426c 247238 libdevel optional 
libgsf-1-dev_1.14.6-1_i386.deb
 4100835a9e4fcdea6d74c3248436b260 138720 libs optional 
libgsf-1-114_1.14.6-1_i386.deb
 43027f79062287864adde7d5c32dd857 64070 gnome optional 
libgsf-bin_1.14.6-1_i386.deb

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

iD8DBQFG3ZR6A+HB2Re6Rc4RAr1GAKCey8rirqBZE65SX8Xk8RETorcfaACg59IX
ExdE4BMZhGlmRqs3YPL8iu8=
=XG9g
-END PGP SIGNATURE-


Accepted:
libgsf-1-114-dbg_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114-dbg_1.14.6-1_i386.deb
libgsf-1-114_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114_1.14.6-1_i386.deb
libgsf-1-common_1.14.6-1_all.deb
  to pool/main/libg/libgsf/libgsf-1-common_1.14.6-1_all.deb
libgsf-1-dev_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-dev_1.14.6-1_i386.deb
libgsf-bin_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-bin_1.14.6-1_i386.deb
libgsf-gnome-1-114-dbg_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114-dbg_1.14.6-1_i386.deb
libgsf-gnome-1-114_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114_1.14.6-1_i386.deb
libgsf-gnome-1-dev_1.14.6-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-dev_1.14.6-1_i386.deb
libgsf_1.14.6-1.diff.gz
  to pool/main/libg/libgsf/libgsf_1.14.6-1.diff.gz
libgsf_1.14.6-1.dsc
  to pool/main/libg/libgsf/libgsf_1.14.6-1.dsc
libgsf_1.14.6.orig.tar.gz
  to pool/main/libg/libgsf/libgsf_1.14.6.orig.tar.gz


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



Accepted xserver-xorg-video-ati 1:6.7.192-2 (source i386)

2007-09-04 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 19:12:45 +0200
Source: xserver-xorg-video-ati
Binary: xserver-xorg-video-ati-dbg xserver-xorg-video-ati
Architecture: source i386
Version: 1:6.7.192-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Brice Goglin [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-ati - X.Org X server -- ATI display driver
 xserver-xorg-video-ati-dbg - X.Org X server -- ATI display driver (debugging 
symbols)
Changes: 
 xserver-xorg-video-ati (1:6.7.192-2) experimental; urgency=low
 .
   * Build against xserver 1.3.99.2.
Files: 
 9fecb5400f4a6591dd30cd8b13282bab 1272 x11 optional 
xserver-xorg-video-ati_6.7.192-2.dsc
 318f53c76d92670783f7bb0b5879d57e 105813 x11 optional 
xserver-xorg-video-ati_6.7.192-2.diff.gz
 a026d40fb59233df5bd9adeeba5a9626 400162 x11 optional 
xserver-xorg-video-ati_6.7.192-2_i386.deb
 e129ec64335b54c36c9538da6bf0799b 1740204 x11 extra 
xserver-xorg-video-ati-dbg_6.7.192-2_i386.deb

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

iD8DBQFG3ZMURh88F8PcWfoRAiTMAJ96h93V7yZ65y5AlQVsyILjB62WpACgpfSq
a67Rc40hMz4WF8YmwftLCPk=
=UETp
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-ati-dbg_6.7.192-2_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.7.192-2_i386.deb
xserver-xorg-video-ati_6.7.192-2.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-2.diff.gz
xserver-xorg-video-ati_6.7.192-2.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-2.dsc
xserver-xorg-video-ati_6.7.192-2_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-2_i386.deb


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



Accepted squid 2.6.14-3 (source sparc all)

2007-09-04 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 02:05:04 +0200
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source sparc all
Version: 2.6.14-3
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid  - Internet object cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet object cache (WWW proxy cache) - common files
 squidclient - command-line URL extractor for Squid
Closes: 440404 440435 440503 440621 440726
Changes: 
 squid (2.6.14-3) unstable; urgency=low
 .
   * debian/po/it.po
 - Updated Italian Debconf translation
 .
   * debian/po/ca.po
 - Updated Catalan Debconf translation (thanks to Miguel Gea Milvaques)
   (Closes: #440404)
 .
   * debian/po/vi.po
 - Updated Vietnamese Debconf translation (thanks to Clytie Siddall)
 .
   * debian/po/fr.po
 - Updated French Debconf translation (thanks to Michel Grentzinger and
   Christian Perrier) (Closes: #440503)
 .
   * debian/po/sv.po
 - Updated Swedish Debconf translation (thanks to Daniel Nylander)
 .
   * debian/po/ta.po
 - Updated Tamil Debconf translation (thanks to Tirumurti Vasudevan)
 .
   * debian/po/de.po
 - Updated German Debconf translation (thanks to Helge Kreutzmann)
   (Closes: #440435)
 .
   * debian/po/ru.po
 - Updated Russian Debconf translation (thanks to Sergey Alyoshin)
 .
   * debian/po/cs.po
 - Updated Czech Debconf translation (thanks to Viktor Matys)
 .
   * debian/po/ja.po
 - Updated Japanese Debconf translation (thanks to Kenshi Muto)
   (Closes: #440621)
 .
   * debian/po/sk.po
 - Added Slovak Debconf translation (thanks to Ivan Masár)
   (Closes: #440726)
 .
   * debian/control
 - Changed squid-cgi dependency from apache to apache2
Files: 
 7e6c366a08e8ccd45f401072ee54d248 662 web optional squid_2.6.14-3.dsc
 22db82b2a66cd7bc4831a2084b894632 296460 web optional squid_2.6.14-3.diff.gz
 b5a6115ef3a8db48b7919da3f902e9e0 470462 web optional 
squid-common_2.6.14-3_all.deb
 9ca73f1f851e1411c805ad5ad1af2696 660432 web optional squid_2.6.14-3_sparc.deb
 d122e784822935bee0cd50623bb97479 91120 web optional 
squidclient_2.6.14-3_sparc.deb
 00a0cac1a0c07b6ecbe4da820cd4d002 109672 web optional 
squid-cgi_2.6.14-3_sparc.deb

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

iD8DBQFG3Zvz8ZumGJJMDCYRAhVBAKCCSkpxJS+hcGyGd9gYVPSzhMAldACcDRZz
HUuDqW9x4tAwhMckzy2Rp5Q=
=2mIA
-END PGP SIGNATURE-


Accepted:
squid-cgi_2.6.14-3_sparc.deb
  to pool/main/s/squid/squid-cgi_2.6.14-3_sparc.deb
squid-common_2.6.14-3_all.deb
  to pool/main/s/squid/squid-common_2.6.14-3_all.deb
squid_2.6.14-3.diff.gz
  to pool/main/s/squid/squid_2.6.14-3.diff.gz
squid_2.6.14-3.dsc
  to pool/main/s/squid/squid_2.6.14-3.dsc
squid_2.6.14-3_sparc.deb
  to pool/main/s/squid/squid_2.6.14-3_sparc.deb
squidclient_2.6.14-3_sparc.deb
  to pool/main/s/squid/squidclient_2.6.14-3_sparc.deb


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



Accepted util-vserver 0.30.214-2 (source i386)

2007-09-04 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 12:53:42 -0400
Source: util-vserver
Binary: util-vserver
Architecture: source i386
Version: 0.30.214-2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Micah Anderson [EMAIL PROTECTED]
Description: 
 util-vserver - user-space tools for Linux-VServer virtual private servers
Changes: 
 util-vserver (0.30.214-2) unstable; urgency=low
 .
   * Updated testfs in examples/ to newest version
   * Added e2fslibs-dev build-dep to fix 'FS_IOC_GETFLAGS' missing declaration
   * Disable legacy support as Debian doesn't ship any 2.4 kernels
   * Removed patches/01strict_ansi.dpatch as this is only needed for fscompat
 API, which is the ioctl-based interfaces to get/set flags/xid/etc in
 legacy (2.4) kernels
Files: 
 b9125251898a47bc2a33b6d14f7b08c8 850 net optional util-vserver_0.30.214-2.dsc
 3ae17c24904c2ec9b92122db87373718 31522 net optional 
util-vserver_0.30.214-2.diff.gz
 0c32e206830c12fe6f58759aee46092e 543390 net optional 
util-vserver_0.30.214-2_i386.deb

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

iD8DBQFG3aIO9n4qXRzy1ioRAsEyAJ4rK/oAzV8Mr3oT2p4vOusWed0NcgCcC4I5
8vzXPOdrhbjM5lFz5gqUTi8=
=d53w
-END PGP SIGNATURE-


Accepted:
util-vserver_0.30.214-2.diff.gz
  to pool/main/u/util-vserver/util-vserver_0.30.214-2.diff.gz
util-vserver_0.30.214-2.dsc
  to pool/main/u/util-vserver/util-vserver_0.30.214-2.dsc
util-vserver_0.30.214-2_i386.deb
  to pool/main/u/util-vserver/util-vserver_0.30.214-2_i386.deb


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



Accepted fslview 3.0+4.0.1-1 (source i386 all)

2007-09-04 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 10:49:00 +0200
Source: fslview
Binary: fslview fslview-doc
Architecture: source i386 all
Version: 3.0+4.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 fslview- viewer for (f)MRI and DTI data
 fslview-doc - Documentation for FSLView
Changes: 
 fslview (3.0+4.0.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Files: 
 c89e14188ddbbfda7f6a624567b20959 792 science optional fslview_3.0+4.0.1-1.dsc
 0011eedf9956519fac74a1ca86cd3666 5830236 science optional 
fslview_3.0+4.0.1.orig.tar.gz
 24c8bf1b5fd04753a6490d55bcfa3cee 11509 science optional 
fslview_3.0+4.0.1-1.diff.gz
 01c294432a4137f7965df5c9448c8f0a 1407376 science optional 
fslview_3.0+4.0.1-1_i386.deb
 dd1cfc6a349308c4f31fdaa3c2652dbe 2244012 science optional 
fslview-doc_3.0+4.0.1-1_all.deb

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

iD8DBQFG3aSVjRFFY3XAJMgRAjZPAJwN6y7093UFsurAf5n7UQHaNLweagCffyYt
BvlS6c+k0oseMBoyl+WwR/w=
=J9ry
-END PGP SIGNATURE-


Accepted:
fslview-doc_3.0+4.0.1-1_all.deb
  to pool/main/f/fslview/fslview-doc_3.0+4.0.1-1_all.deb
fslview_3.0+4.0.1-1.diff.gz
  to pool/main/f/fslview/fslview_3.0+4.0.1-1.diff.gz
fslview_3.0+4.0.1-1.dsc
  to pool/main/f/fslview/fslview_3.0+4.0.1-1.dsc
fslview_3.0+4.0.1-1_i386.deb
  to pool/main/f/fslview/fslview_3.0+4.0.1-1_i386.deb
fslview_3.0+4.0.1.orig.tar.gz
  to pool/main/f/fslview/fslview_3.0+4.0.1.orig.tar.gz


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



Accepted libdbix-class-schema-loader-perl 0.04002-1 (source all)

2007-09-04 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 27 Jul 2007 15:25:12 +0200
Source: libdbix-class-schema-loader-perl
Binary: libdbix-class-schema-loader-perl
Architecture: source all
Version: 0.04002-1
Distribution: unstable
Urgency: low
Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdbix-class-schema-loader-perl - Dynamic definition of a DBIx::Class::Schema
Changes: 
 libdbix-class-schema-loader-perl (0.04002-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 90a5e0689702a56d678c496520989358 1097 perl optional 
libdbix-class-schema-loader-perl_0.04002-1.dsc
 d78528fcd1f89caab77f7466054e1bc4 50881 perl optional 
libdbix-class-schema-loader-perl_0.04002.orig.tar.gz
 b379b785aa23d171718a3ec5b062f099 2593 perl optional 
libdbix-class-schema-loader-perl_0.04002-1.diff.gz
 b4bd5794bb5b86f6ce2c77311f12b6d1 56452 perl optional 
libdbix-class-schema-loader-perl_0.04002-1_all.deb

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

iD8DBQFG3aicy+HP4f7iC8sRAiCiAJ9b14hsDJAjAvet/MvAq/6yBp+kmwCeLO5z
ygVaFSmzSjCR67UfQO3h1Gw=
=Sodg
-END PGP SIGNATURE-


Accepted:
libdbix-class-schema-loader-perl_0.04002-1.diff.gz
  to 
pool/main/libd/libdbix-class-schema-loader-perl/libdbix-class-schema-loader-perl_0.04002-1.diff.gz
libdbix-class-schema-loader-perl_0.04002-1.dsc
  to 
pool/main/libd/libdbix-class-schema-loader-perl/libdbix-class-schema-loader-perl_0.04002-1.dsc
libdbix-class-schema-loader-perl_0.04002-1_all.deb
  to 
pool/main/libd/libdbix-class-schema-loader-perl/libdbix-class-schema-loader-perl_0.04002-1_all.deb
libdbix-class-schema-loader-perl_0.04002.orig.tar.gz
  to 
pool/main/libd/libdbix-class-schema-loader-perl/libdbix-class-schema-loader-perl_0.04002.orig.tar.gz


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



Accepted shogun 0.4.1-1 (source i386)

2007-09-04 Thread Soeren Sonnenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 09:56:50 +0200
Source: shogun
Binary: shogun-readline shogun-python shogun-python-modular shogun-r 
shogun-octave
Architecture: source i386
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Soeren Sonnenburg [EMAIL PROTECTED]
Changed-By: Soeren Sonnenburg [EMAIL PROTECTED]
Description: 
 shogun-octave - Large Scale Machine Learning Toolbox
 shogun-python - Large Scale Machine Learning Toolbox
 shogun-python-modular - Large Scale Machine Learning Toolbox
 shogun-r   - Large Scale Machine Learning Toolbox
 shogun-readline - Large Scale Machine Learning Toolbox
Changes: 
 shogun (0.4.1-1) unstable; urgency=low
 .
   *  new upstream version
Files: 
 93deb78df0b29698c681c4863109b7b2 998 science optional shogun_0.4.1-1.dsc
 3749d3cb9f6ab815495931eef48c6f9f 685485 science optional 
shogun_0.4.1.orig.tar.gz
 881cbff19a6d3cddf72a8b86509ce0da 4583 science optional shogun_0.4.1-1.diff.gz
 ecb2a3ad4853fba5619854bbee2ccf49 4807842 science optional 
shogun-python-modular_0.4.1-1_i386.deb
 08d9d734f26d370ec78f3ddb6c68dec9 1187850 science optional 
shogun-python_0.4.1-1_i386.deb
 5d9ae6989474b08514ea45c2ce582d88 506076 science optional 
shogun-readline_0.4.1-1_i386.deb
 8cf2b5ee9e52bb6a659c03509f19f495 656134 science optional 
shogun-octave_0.4.1-1_i386.deb
 c8607c6e073fbf6d62a591909abfcb2b 766712 science optional 
shogun-r_0.4.1-1_i386.deb

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

iD8DBQFG3abPfY3dicTPjsMRAm05AJ9pNW6jqW038NCNaNUXoeMAtgwcJgCffMoC
p06IB8mzCs9y9wNlIh+fR9w=
=uasI
-END PGP SIGNATURE-


Accepted:
shogun-octave_0.4.1-1_i386.deb
  to pool/main/s/shogun/shogun-octave_0.4.1-1_i386.deb
shogun-python-modular_0.4.1-1_i386.deb
  to pool/main/s/shogun/shogun-python-modular_0.4.1-1_i386.deb
shogun-python_0.4.1-1_i386.deb
  to pool/main/s/shogun/shogun-python_0.4.1-1_i386.deb
shogun-r_0.4.1-1_i386.deb
  to pool/main/s/shogun/shogun-r_0.4.1-1_i386.deb
shogun-readline_0.4.1-1_i386.deb
  to pool/main/s/shogun/shogun-readline_0.4.1-1_i386.deb
shogun_0.4.1-1.diff.gz
  to pool/main/s/shogun/shogun_0.4.1-1.diff.gz
shogun_0.4.1-1.dsc
  to pool/main/s/shogun/shogun_0.4.1-1.dsc
shogun_0.4.1.orig.tar.gz
  to pool/main/s/shogun/shogun_0.4.1.orig.tar.gz


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



Accepted libprelude 0.9.15.2-1 (source amd64)

2007-09-04 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 21:02:04 +0200
Source: libprelude
Binary: libprelude-dev python-prelude libprelude2-dbg libprelude-perl 
libprelude2
Architecture: source amd64
Version: 0.9.15.2-1
Distribution: unstable
Urgency: low
Maintainer: Mickael Profeta [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 libprelude-dev - Hybrid Intrusion Detection System [ Development files ]
 libprelude-perl - Hybrid Intrusion Detection System [ Base library ]
 libprelude2 - Hybrid Intrusion Detection System [ Base library ]
 libprelude2-dbg - Hybrid Intrusion Detection System [ Debug symbols ]
 python-prelude - Hybrid Intrusion Detection System [ Base library ]
Changes: 
 libprelude (0.9.15.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 50aa02befd47be436fa19282e551a8c6 819 libs extra libprelude_0.9.15.2-1.dsc
 dab40d05caa8e6d3b9c48e07ad245211 1949284 libs extra 
libprelude_0.9.15.2.orig.tar.gz
 ab9dce6a93438ddc16994f7922ebc2e4 4075 libs extra libprelude_0.9.15.2-1.diff.gz
 f25a7e6b373e1678d7706c555b364ade 77908 libdevel extra 
libprelude-dev_0.9.15.2-1_amd64.deb
 20b0197b45f76ccacfbadc4115ffe0e7 540810 libs extra 
libprelude2_0.9.15.2-1_amd64.deb
 9eddc7e89bea0c44c67a42b99082cfc3 1356516 libdevel extra 
libprelude2-dbg_0.9.15.2-1_amd64.deb
 d57460629e75c94c89c01eb44feaaf8c 452900 perl extra 
libprelude-perl_0.9.15.2-1_amd64.deb
 ac6ed5efb9426f17bf47b1aced6ecc07 438520 python extra 
python-prelude_0.9.15.2-1_amd64.deb

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

iD8DBQFG3azetwVrWo1fQMsRAob1AJwMwW0dJymZvvcuQN+1uB64s8yNpQCeO05A
Z9k+OGqYJsQGMq/Mxunsmlg=
=32x7
-END PGP SIGNATURE-


Accepted:
libprelude-dev_0.9.15.2-1_amd64.deb
  to pool/main/libp/libprelude/libprelude-dev_0.9.15.2-1_amd64.deb
libprelude-perl_0.9.15.2-1_amd64.deb
  to pool/main/libp/libprelude/libprelude-perl_0.9.15.2-1_amd64.deb
libprelude2-dbg_0.9.15.2-1_amd64.deb
  to pool/main/libp/libprelude/libprelude2-dbg_0.9.15.2-1_amd64.deb
libprelude2_0.9.15.2-1_amd64.deb
  to pool/main/libp/libprelude/libprelude2_0.9.15.2-1_amd64.deb
libprelude_0.9.15.2-1.diff.gz
  to pool/main/libp/libprelude/libprelude_0.9.15.2-1.diff.gz
libprelude_0.9.15.2-1.dsc
  to pool/main/libp/libprelude/libprelude_0.9.15.2-1.dsc
libprelude_0.9.15.2.orig.tar.gz
  to pool/main/libp/libprelude/libprelude_0.9.15.2.orig.tar.gz
python-prelude_0.9.15.2-1_amd64.deb
  to pool/main/libp/libprelude/python-prelude_0.9.15.2-1_amd64.deb


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



Accepted traceproto 1.1.2beta1-4 (source i386)

2007-09-04 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 21:02:47 +0200
Source: traceproto
Binary: traceproto
Architecture: source i386
Version: 1.1.2beta1-4
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 traceproto - traceroute replacement that supports TCP, UDP, and ICMP
Closes: 439446
Changes: 
 traceproto (1.1.2beta1-4) unstable; urgency=low
 .
   * [debian/postinst] Manage /usr/share/man/man8/traceproto.8.gz through the
 alternatives mechanism as well (as a slave). (Closes: #439446)
Files: 
 a6d86b608e7eaef370e4ae28126ef9c4 648 net optional traceproto_1.1.2beta1-4.dsc
 c226c582c2655d835fa2abef69b54d47 18720 net optional 
traceproto_1.1.2beta1-4.diff.gz
 7d0ca314870ba2e99b5d7f9acec28b02 29762 net optional 
traceproto_1.1.2beta1-4_i386.deb

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

iD8DBQFG3a1YA+HB2Re6Rc4RAtdDAJ4/S81L/5pGwogOakbB4trVDEBeVwCfb1kO
0+fu23x5tN0vqqimJAnSuCc=
=PKiC
-END PGP SIGNATURE-


Accepted:
traceproto_1.1.2beta1-4.diff.gz
  to pool/main/t/traceproto/traceproto_1.1.2beta1-4.diff.gz
traceproto_1.1.2beta1-4.dsc
  to pool/main/t/traceproto/traceproto_1.1.2beta1-4.dsc
traceproto_1.1.2beta1-4_i386.deb
  to pool/main/t/traceproto/traceproto_1.1.2beta1-4_i386.deb


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



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

2007-09-04 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 18:18:33 +
Source: git-core
Binary: git-email git-core git-daemon-run git-doc git-cvs git-svn gitk gitweb 
git-arch git-gui
Architecture: all source
Version: 1:1.5.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 412560 440699
Changes: 
 git-core (1:1.5.3.1-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/control: git-daemon-run: improve long description (closes:
 #440699).
   * debian/git-daemon-run.README.Debian: improve.
   * debian/control: git-svn: improve long description.
   * debian/control: git-cvs: improve long description.
   * debian/control: git-core: improve long description (closes: #412560).
Files: 
 7b62c418d9974a2b957ebaaf268553f1 795 devel optional git-core_1.5.3.1-1.dsc
 afef243b2d271004d13b0381ac2ee580 1595543 devel optional 
git-core_1.5.3.1.orig.tar.gz
 3be764450152bcebf23426d8f01a4656 155467 devel optional 
git-core_1.5.3.1-1.diff.gz
 7cc91bee64d57954aee35b3420be 840424 doc optional git-doc_1.5.3.1-1_all.deb
 e8c423305f9178792ae0d3159bb0b9ac 163390 devel optional 
git-arch_1.5.3.1-1_all.deb
 9ca4debf48739558f94ec2816bcab519 193526 devel optional 
git-cvs_1.5.3.1-1_all.deb
 7d6f207ef006a45afb753886ec8ce13e 203122 devel optional 
git-svn_1.5.3.1-1_all.deb
 72aef38dc2776a3a818e9f470fbf2d7f 149944 devel optional 
git-daemon-run_1.5.3.1-1_all.deb
 41699a2e72eb4c79c431f490a1a9264f 158610 devel optional 
git-email_1.5.3.1-1_all.deb
 7d48ddb13a1cb8f52dcddf8dee95353a 229592 devel optional 
git-gui_1.5.3.1-1_all.deb
 ad705701e3259a6b311be2ec6dbc2fe0 203932 devel optional gitk_1.5.3.1-1_all.deb
 d511fb5b050ed0011616280fd84e2c75 193398 devel optional gitweb_1.5.3.1-1_all.deb

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

iD8DBQFG3ayPGJoyQbxwpv8RAnZAAJ435mYSJzLUeWt31YoPAkpfuv/fiACfS/co
RfhwNM7BJF3yoiZfZfz1yLQ=
=OeRn
-END PGP SIGNATURE-


Accepted:
git-arch_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-arch_1.5.3.1-1_all.deb
git-core_1.5.3.1-1.diff.gz
  to pool/main/g/git-core/git-core_1.5.3.1-1.diff.gz
git-core_1.5.3.1-1.dsc
  to pool/main/g/git-core/git-core_1.5.3.1-1.dsc
git-core_1.5.3.1.orig.tar.gz
  to pool/main/g/git-core/git-core_1.5.3.1.orig.tar.gz
git-cvs_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-cvs_1.5.3.1-1_all.deb
git-daemon-run_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-daemon-run_1.5.3.1-1_all.deb
git-doc_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-doc_1.5.3.1-1_all.deb
git-email_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-email_1.5.3.1-1_all.deb
git-gui_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-gui_1.5.3.1-1_all.deb
git-svn_1.5.3.1-1_all.deb
  to pool/main/g/git-core/git-svn_1.5.3.1-1_all.deb
gitk_1.5.3.1-1_all.deb
  to pool/main/g/git-core/gitk_1.5.3.1-1_all.deb
gitweb_1.5.3.1-1_all.deb
  to pool/main/g/git-core/gitweb_1.5.3.1-1_all.deb


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



Accepted normalize-audio 0.7.7-2 (source i386)

2007-09-04 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 02 Sep 2007 22:21:29 +0200
Source: normalize-audio
Binary: normalize-audio
Architecture: source i386
Version: 0.7.7-2
Distribution: unstable
Urgency: low
Maintainer: Joachim Reichel [EMAIL PROTECTED]
Changed-By: Joachim Reichel [EMAIL PROTECTED]
Description: 
 normalize-audio - adjusts the volume of WAV, MP3 and OGG files to a standard 
volume
Closes: 336808 337396 406511
Changes: 
 normalize-audio (0.7.7-2) unstable; urgency=low
 .
   * New maintainer (Closes: #406511)
   * Use File::Copy instead of rename to avoid EXDEV (Closes: #336808, #337396)
   * Use dpatch to handle patches
Files: 
 4ecf43e4168ba346a9b9549204d98a62 678 sound extra normalize-audio_0.7.7-2.dsc
 9fc7ea720e9676cccff8e2252ef31459 6109 sound extra 
normalize-audio_0.7.7-2.diff.gz
 f77f578a83315748db1914f8feea0ea5 55438 sound extra 
normalize-audio_0.7.7-2_i386.deb

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

iD8DBQFG3bEbqPceVIzhGUERAlssAKC2QsazuYkM18BCJ65+9WAwAgxx4ACgj8uf
EVyFq5jN2i0bgovbUkKFybQ=
=EXdm
-END PGP SIGNATURE-


Accepted:
normalize-audio_0.7.7-2.diff.gz
  to pool/main/n/normalize-audio/normalize-audio_0.7.7-2.diff.gz
normalize-audio_0.7.7-2.dsc
  to pool/main/n/normalize-audio/normalize-audio_0.7.7-2.dsc
normalize-audio_0.7.7-2_i386.deb
  to pool/main/n/normalize-audio/normalize-audio_0.7.7-2_i386.deb


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



Accepted expect 5.43.0-13 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 21:34:00 +0200
Source: expect
Binary: expect expectk expect-dev
Architecture: source i386
Version: 5.43.0-13
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 expect - A program that can automate interactive applications
 expect-dev - A program that can automate interactive applications (development
 expectk- A program that can automate interactive applications (Tk hooks)
Closes: 440818
Changes: 
 expect (5.43.0-13) unstable; urgency=low
 .
   * Applied patch from Ian Jackson [EMAIL PROTECTED] to
 add fdout in expBusy (Closes: #440818).
Files: 
 5d11c182322026252a1319a7c39dcc0d 641 interpreters optional expect_5.43.0-13.dsc
 4fd9fed5f50bde2578f262824d933d03 40308 interpreters optional 
expect_5.43.0-13.diff.gz
 23f2b3c2fbe3e30a77e3bb75a8fa6520 315220 interpreters optional 
expect_5.43.0-13_i386.deb
 73d3e6c6a818dce157d7077419a51996 90276 interpreters optional 
expectk_5.43.0-13_i386.deb
 97665fa2890d304d3f48243f760f617f 277040 interpreters optional 
expect-dev_5.43.0-13_i386.deb

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

iD8DBQFG3bQA+C5cwEsrK54RArsDAJ4gfGDhzjw09HCTR0jWX7/5YWPjtwCfYM9O
mdiFGEYG8C6UQgjhvK5HnnI=
=qwnG
-END PGP SIGNATURE-


Accepted:
expect-dev_5.43.0-13_i386.deb
  to pool/main/e/expect/expect-dev_5.43.0-13_i386.deb
expect_5.43.0-13.diff.gz
  to pool/main/e/expect/expect_5.43.0-13.diff.gz
expect_5.43.0-13.dsc
  to pool/main/e/expect/expect_5.43.0-13.dsc
expect_5.43.0-13_i386.deb
  to pool/main/e/expect/expect_5.43.0-13_i386.deb
expectk_5.43.0-13_i386.deb
  to pool/main/e/expect/expectk_5.43.0-13_i386.deb


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



Accepted libio-compress-base-perl 2.006-1 (source all)

2007-09-04 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 23:10:20 +0300
Source: libio-compress-base-perl
Binary: libio-compress-base-perl
Architecture: source all
Version: 2.006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libio-compress-base-perl - Base Class for IO::Compress modules
Changes: 
 libio-compress-base-perl (2.006-1) unstable; urgency=low
 .
   * New upstream release
   * debian/watch now uses by-author URL since by-module one gives only old
 versions
   * Add myself to uploaders
Files: 
 2bb30643341dbf8f33ff4783da6fe131 958 perl optional 
libio-compress-base-perl_2.006-1.dsc
 27db010114039a3b63b512d28218b8cb 91140 perl optional 
libio-compress-base-perl_2.006.orig.tar.gz
 4fef89f5ce6e6fa05e2919a55b105151 2256 perl optional 
libio-compress-base-perl_2.006-1.diff.gz
 5e5f0e2cc0730044837646b62f62c340 55122 perl optional 
libio-compress-base-perl_2.006-1_all.deb

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

iD8DBQFG3bv5Hqjlqpcl9jsRAkJ4AKC5wvjG0FPRRzKk2p2dkI1H9SFZYQCaApg6
qaQMQB5yp3GXuk01ffladLs=
=/TH9
-END PGP SIGNATURE-


Accepted:
libio-compress-base-perl_2.006-1.diff.gz
  to 
pool/main/libi/libio-compress-base-perl/libio-compress-base-perl_2.006-1.diff.gz
libio-compress-base-perl_2.006-1.dsc
  to 
pool/main/libi/libio-compress-base-perl/libio-compress-base-perl_2.006-1.dsc
libio-compress-base-perl_2.006-1_all.deb
  to 
pool/main/libi/libio-compress-base-perl/libio-compress-base-perl_2.006-1_all.deb
libio-compress-base-perl_2.006.orig.tar.gz
  to 
pool/main/libi/libio-compress-base-perl/libio-compress-base-perl_2.006.orig.tar.gz


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



Accepted traceroute 2.0.8-1 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 21:48:00 +0200
Source: traceroute
Binary: traceroute
Architecture: source i386
Version: 2.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 traceroute - Traces the route taken by packets over an IPv4/IPv6 network
Changes: 
 traceroute (2.0.8-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 8810693eda5d380d4c1b639a8205ff1e 577 net important traceroute_2.0.8-1.dsc
 d3dedd19c4d72d3251384ff9d53476ad 56759 net important 
traceroute_2.0.8.orig.tar.gz
 349f5a7f08accc2d2d833cdf0d7f3d6c 4980 net important traceroute_2.0.8-1.diff.gz
 bde5b8032596a8066030b1707a204835 44604 net important 
traceroute_2.0.8-1_i386.deb

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

iD8DBQFG3ba8+C5cwEsrK54RAjmvAJ9bBoJQS+waxOlezCoxZQASVeemiACdG5fc
hby32Ue918EBd/M0JzZlFbw=
=i3EF
-END PGP SIGNATURE-


Accepted:
traceroute_2.0.8-1.diff.gz
  to pool/main/t/traceroute/traceroute_2.0.8-1.diff.gz
traceroute_2.0.8-1.dsc
  to pool/main/t/traceroute/traceroute_2.0.8-1.dsc
traceroute_2.0.8-1_i386.deb
  to pool/main/t/traceroute/traceroute_2.0.8-1_i386.deb
traceroute_2.0.8.orig.tar.gz
  to pool/main/t/traceroute/traceroute_2.0.8.orig.tar.gz


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



Accepted gpaint 0.3.2-1 (source i386)

2007-09-04 Thread Goedson Teixeira Paixao
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 11:03:41 -0300
Source: gpaint
Binary: gpaint
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao [EMAIL PROTECTED]
Changed-By: Goedson Teixeira Paixao [EMAIL PROTECTED]
Description: 
 gpaint - GNU Paint - a small, easy to use paint program for GNOME
Changes: 
 gpaint (0.3.2-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: updated download location and GPL version reference.
   * debian/patches: removed patches applied in upstream release.
Files: 
 0761112814490bca856e11574cf7f295 685 gnome optional gpaint_0.3.2-1.dsc
 22d6c9dbc677d116c9205be66d3a2b36 370973 gnome optional gpaint_0.3.2.orig.tar.gz
 e2c2a7723d199491d0924f746cc35fad 6356 gnome optional gpaint_0.3.2-1.diff.gz
 e1fb2c4e2bfaf8b306d96481dce814ba 128748 gnome optional gpaint_0.3.2-1_i386.deb

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

iD8DBQFG3cEt7tjUzB3rjq4RAnffAJ9D6tqjki2qpgx2wLSSRx4+oUvO+wCePXDp
E479GxR7nW4i9RlqefM38UM=
=dDKg
-END PGP SIGNATURE-


Accepted:
gpaint_0.3.2-1.diff.gz
  to pool/main/g/gpaint/gpaint_0.3.2-1.diff.gz
gpaint_0.3.2-1.dsc
  to pool/main/g/gpaint/gpaint_0.3.2-1.dsc
gpaint_0.3.2-1_i386.deb
  to pool/main/g/gpaint/gpaint_0.3.2-1_i386.deb
gpaint_0.3.2.orig.tar.gz
  to pool/main/g/gpaint/gpaint_0.3.2.orig.tar.gz


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



Accepted libgd2 2.0.35.dfsg-2 (source amd64)

2007-09-04 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 20:28:46 +0200
Source: libgd2
Binary: libgd2-noxpm-dev libgd2-noxpm libgd2-xpm libgd2-xpm-dev libgd-tools
Architecture: source amd64
Version: 2.0.35.dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: GD team [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libgd-tools - GD command line tools and example code
 libgd2-noxpm - GD Graphics Library version 2 (without XPM support)
 libgd2-noxpm-dev - GD Graphics Library version 2 (development version)
 libgd2-xpm - GD Graphics Library version 2
 libgd2-xpm-dev - GD Graphics Library version 2 (development version)
Changes: 
 libgd2 (2.0.35.dfsg-2) unstable; urgency=medium
 .
   * Add patch (using patchsystem-quilt.mk cdbs snippet) hand-picked from
 upstream CVS to fix various security-related issues:
 + _gdCreateFromFile() can crash if gdImageCreate fails
 + gdImageCreateFrom*Ptr() can crash if gdNewDynamicCtxEx()
 + gdImageRectangle draws 1x1 rectangles as 1x3 rectangles
 + Possible integer overflow in gdImageFill()
 + Optimization for single pixel line not in correct order
 + gdImageColorDeallocate can write outside buffer
   * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
   * Update cdbs tweaks:
 + Support non-dot-delimited repackaging tag in update-tarball.
 + update-tarball needs recent cdbs (only relevant for backports).
   * Cleanup duplicate build-dependencies in debian/rules.
   * Semi-auto-update debian/control:
   DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build
   * Fix shlibs dependencies: Use DEB_UPSTREAM_VERSION (instead of custom
 version variables).
   * Set urgenvy=medium due to the security-related fixes.
Files: 
 c668a6a875877149ea2199a4fe176bb8 1082 graphics optional 
libgd2_2.0.35.dfsg-2.dsc
 76e02f18745fc2ca4f27cc21d0608470 24330 graphics optional 
libgd2_2.0.35.dfsg-2.diff.gz
 7d47265544bc4b7c93236643b3847f11 263832 graphics optional 
libgd-tools_2.0.35.dfsg-2_amd64.deb
 a7829f27b4ec07568d37ecc5d3b2c5f8 464898 libdevel optional 
libgd2-xpm-dev_2.0.35.dfsg-2_amd64.deb
 61d824a6f219b3e0b36bea51ae972d98 462120 libdevel optional 
libgd2-noxpm-dev_2.0.35.dfsg-2_amd64.deb
 3dfc3b583092e82c214fc8377203a72d 326142 libs optional 
libgd2-xpm_2.0.35.dfsg-2_amd64.deb
 02fa1901c21a0a035c666af3348686da 323384 libs optional 
libgd2-noxpm_2.0.35.dfsg-2_amd64.deb

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

iD8DBQFG3cAQn7DbMsAkQLgRAtZxAKCIjkwfjqCKCTqDWzw3CvNXgPboMQCfSxCU
1OcQ1H6Zanw4f0zlCGM8Fck=
=Ewpv
-END PGP SIGNATURE-


Accepted:
libgd-tools_2.0.35.dfsg-2_amd64.deb
  to pool/main/libg/libgd2/libgd-tools_2.0.35.dfsg-2_amd64.deb
libgd2-noxpm-dev_2.0.35.dfsg-2_amd64.deb
  to pool/main/libg/libgd2/libgd2-noxpm-dev_2.0.35.dfsg-2_amd64.deb
libgd2-noxpm_2.0.35.dfsg-2_amd64.deb
  to pool/main/libg/libgd2/libgd2-noxpm_2.0.35.dfsg-2_amd64.deb
libgd2-xpm-dev_2.0.35.dfsg-2_amd64.deb
  to pool/main/libg/libgd2/libgd2-xpm-dev_2.0.35.dfsg-2_amd64.deb
libgd2-xpm_2.0.35.dfsg-2_amd64.deb
  to pool/main/libg/libgd2/libgd2-xpm_2.0.35.dfsg-2_amd64.deb
libgd2_2.0.35.dfsg-2.diff.gz
  to pool/main/libg/libgd2/libgd2_2.0.35.dfsg-2.diff.gz
libgd2_2.0.35.dfsg-2.dsc
  to pool/main/libg/libgd2/libgd2_2.0.35.dfsg-2.dsc


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



Accepted kio-apt 0.13.2-3 (source amd64)

2007-09-04 Thread Emmanuel Bouthenot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 19:26:16 +0200
Source: kio-apt
Binary: kio-apt
Architecture: source amd64
Version: 0.13.2-3
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot [EMAIL PROTECTED]
Changed-By: Emmanuel Bouthenot [EMAIL PROTECTED]
Description: 
 kio-apt- an apt-cache ioslave for KDE
Closes: 440705
Changes: 
 kio-apt (0.13.2-3) unstable; urgency=low
 .
   * Added patch from Martin Hoppen which fixes decoding issues
 with localized descriptions (Closes: #440705)
   * Added lintian overrides about false-positive for Desktop
 files
Files: 
 e7e12c712799971b9c869f44d809ac59 600 kde optional kio-apt_0.13.2-3.dsc
 cca9aa9b1e52fec8bff7119caf957e48 3299 kde optional kio-apt_0.13.2-3.diff.gz
 bcf859045c9087cc5516678867a43cf4 85774 kde optional kio-apt_0.13.2-3_amd64.deb

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

iD8DBQFG3b0ivGr7W6HudhwRAkxkAKCFHKrvzDobeA7SjT7k/bKZ9d4tJwCfU2Zs
sDklFf5ZaXMa812TFIA/2PE=
=VIAX
-END PGP SIGNATURE-


Accepted:
kio-apt_0.13.2-3.diff.gz
  to pool/main/k/kio-apt/kio-apt_0.13.2-3.diff.gz
kio-apt_0.13.2-3.dsc
  to pool/main/k/kio-apt/kio-apt_0.13.2-3.dsc
kio-apt_0.13.2-3_amd64.deb
  to pool/main/k/kio-apt/kio-apt_0.13.2-3_amd64.deb


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



Accepted minirok 0.6-1 (source all)

2007-09-04 Thread Adeodato Simó
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 22:41:15 +0200
Source: minirok
Binary: minirok
Architecture: source all
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Adeodato Simó [EMAIL PROTECTED]
Changed-By: Adeodato Simó [EMAIL PROTECTED]
Description: 
 minirok- a small music player written in Python and inspired by Amarok
Changes: 
 minirok (0.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 2d859c1d95631ae551dc7233afe2d17d 701 kde optional minirok_0.6-1.dsc
 5be2a4795f98f3f094d8617c783f13c4 52314 kde optional minirok_0.6.orig.tar.gz
 78e3283b5838cd6b956afc9f5cd9aa77 2611 kde optional minirok_0.6-1.diff.gz
 0f512af7f608f23bc5bd465800f259b3 50028 kde optional minirok_0.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Adeodato Simó [EMAIL PROTECTED]

iEYEARECAAYFAkbdxGUACgkQOzsxEBcMRN2uCgCgrHDT3ryzuMtxFTHLt32HmB7h
YNsAoKenUYN6196YLjoMPV1z9P/rtqA6
=YLSe
-END PGP SIGNATURE-


Accepted:
minirok_0.6-1.diff.gz
  to pool/main/m/minirok/minirok_0.6-1.diff.gz
minirok_0.6-1.dsc
  to pool/main/m/minirok/minirok_0.6-1.dsc
minirok_0.6-1_all.deb
  to pool/main/m/minirok/minirok_0.6-1_all.deb
minirok_0.6.orig.tar.gz
  to pool/main/m/minirok/minirok_0.6.orig.tar.gz


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



Accepted viewvc 1.0.3-2.1 (source all)

2007-09-04 Thread Sebastian Harl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 17:34:21 +0200
Source: viewvc
Binary: viewvc viewcvs viewvc-query
Architecture: source all
Version: 1.0.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: Sebastian Harl [EMAIL PROTECTED]
Description: 
 viewcvs- dummy package to migrate to ViewVC
 viewvc - view CVS/SVN repositories via HTTP
 viewvc-query - utility to query CVS commit database
Closes: 409774 416696 419674 426073
Changes: 
 viewvc (1.0.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply the forbidden option on files as well, thanks to Chung-chieh Shan
 for the patch (Closes: #416696).
   * Really added quilt to build dependencies
 (Closes: #426073, #409774, #419674).
Files: 
 e6adea4d1d180796edcb2fd49d67d840 744 devel optional viewvc_1.0.3-2.1.dsc
 23016194a3ae1a7cb8cffaa0a472b6bf 36040 devel optional viewvc_1.0.3-2.1.diff.gz
 36def5b51d551fa3bbb6deaeb33af912 203086 devel optional viewvc_1.0.3-2.1_all.deb
 41e93290fa21aa6a5892d52f0ed74b5a 16066 devel optional viewcvs_1.0.3-2.1_all.deb
 367820a113e961472fa798c6b6b9a180 21132 devel optional 
viewvc-query_1.0.3-2.1_all.deb

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

iD8DBQFG3cTu01u8mbx9AgoRAuIFAJ4tThQOwDlHwMF5iCacR7GDmMtKRgCggsFR
vKC0A7L+Hn6CfU4kDvtzcSw=
=ZQBG
-END PGP SIGNATURE-


Accepted:
viewcvs_1.0.3-2.1_all.deb
  to pool/main/v/viewvc/viewcvs_1.0.3-2.1_all.deb
viewvc-query_1.0.3-2.1_all.deb
  to pool/main/v/viewvc/viewvc-query_1.0.3-2.1_all.deb
viewvc_1.0.3-2.1.diff.gz
  to pool/main/v/viewvc/viewvc_1.0.3-2.1.diff.gz
viewvc_1.0.3-2.1.dsc
  to pool/main/v/viewvc/viewvc_1.0.3-2.1.dsc
viewvc_1.0.3-2.1_all.deb
  to pool/main/v/viewvc/viewvc_1.0.3-2.1_all.deb


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



Accepted dvdisaster 0.71~devel23-2 (source i386 all)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 22:53:00 +0200
Source: dvdisaster
Binary: dvdisaster-doc dvdisaster
Architecture: source i386 all
Version: 0.71~devel23-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dvdisaster - data loss/scratch/aging protection for CD/DVD media
 dvdisaster-doc - data loss/scratch/aging protection for CD/DVD media 
(documentatio
Changes: 
 dvdisaster (0.71~devel23-2) unstable; urgency=low
 .
   * Fix shebang in configure.
Files: 
 788bddbc446b33f2f982431479123a8f 679 otherosfs optional 
dvdisaster_0.71~devel23-2.dsc
 4c280bfde8787599119ebe721bc38fe3 29546 otherosfs optional 
dvdisaster_0.71~devel23-2.diff.gz
 2cb0981f5b7e26e2a411a323f04d9cec 2342082 doc optional 
dvdisaster-doc_0.71~devel23-2_all.deb
 ddd4060efbd3034d265d02d4db1cbeb8 363324 otherosfs optional 
dvdisaster_0.71~devel23-2_i386.deb

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

iD8DBQFG3ca1+C5cwEsrK54RAvDyAJwJmg3SmxhZq3+h9PE0jGo63Ws3QwCfXG2S
gPlzAKdEfGEfQ6HraSeCHC4=
=jcwk
-END PGP SIGNATURE-


Accepted:
dvdisaster-doc_0.71~devel23-2_all.deb
  to pool/main/d/dvdisaster/dvdisaster-doc_0.71~devel23-2_all.deb
dvdisaster_0.71~devel23-2.diff.gz
  to pool/main/d/dvdisaster/dvdisaster_0.71~devel23-2.diff.gz
dvdisaster_0.71~devel23-2.dsc
  to pool/main/d/dvdisaster/dvdisaster_0.71~devel23-2.dsc
dvdisaster_0.71~devel23-2_i386.deb
  to pool/main/d/dvdisaster/dvdisaster_0.71~devel23-2_i386.deb


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



Accepted cdrdao 1:1.2.2-7 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 22:27:00 +0200
Source: cdrdao
Binary: gcdmaster cdrdao
Architecture: source i386
Version: 1:1.2.2-7
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 cdrdao - records CDs in Disk-At-Once (DAO) mode
 gcdmaster  - Gnome GUI for cdrdao
Closes: 272646
Changes: 
 cdrdao (1:1.2.2-7) unstable; urgency=low
 .
   * Applied O_EXCL patch from cdrecord (Closes: #272646).
Files: 
 d1844f06627bdcc3cbfa458239d57ea5 665 otherosfs optional cdrdao_1.2.2-7.dsc
 d652256f81bdf63ec005aecd963bd8d6 50383 otherosfs optional 
cdrdao_1.2.2-7.diff.gz
 80c712654d10090aa6040d6a2764b6fa 428026 otherosfs optional 
cdrdao_1.2.2-7_i386.deb
 a20d8833a099b5d996ba7976240378e7 584016 sound optional 
gcdmaster_1.2.2-7_i386.deb

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

iD8DBQFG3cS8+C5cwEsrK54RAioKAKDNdDwycp0b2QI6lNKpeyPlCA+YXQCfVZRo
h9QGR6oLjnHM1UVGyrpnBbM=
=bUzY
-END PGP SIGNATURE-


Accepted:
cdrdao_1.2.2-7.diff.gz
  to pool/main/c/cdrdao/cdrdao_1.2.2-7.diff.gz
cdrdao_1.2.2-7.dsc
  to pool/main/c/cdrdao/cdrdao_1.2.2-7.dsc
cdrdao_1.2.2-7_i386.deb
  to pool/main/c/cdrdao/cdrdao_1.2.2-7_i386.deb
gcdmaster_1.2.2-7_i386.deb
  to pool/main/c/cdrdao/gcdmaster_1.2.2-7_i386.deb


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



Accepted libnet-dbus-perl 0.33.5-1 (source i386)

2007-09-04 Thread Jack Bates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 19 Jul 2007 20:27:08 -0700
Source: libnet-dbus-perl
Binary: libnet-dbus-perl
Architecture: source i386
Version: 0.33.5-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Jack Bates [EMAIL PROTECTED]
Description: 
 libnet-dbus-perl - Perl extension for the DBus message system
Closes: 430186
Changes: 
 libnet-dbus-perl (0.33.5-1) unstable; urgency=low
 .
   * New upstream release
 - Closes: #430186
Files: 
 edc5d0e49b9886b44168337b22dae8c0 651 perl optional 
libnet-dbus-perl_0.33.5-1.dsc
 e84c2c5584407ac8bfda38d31480b57d 97468 perl optional 
libnet-dbus-perl_0.33.5.orig.tar.gz
 88f5b0a4a1d6413f938b6a1f320bfe64 2516 perl optional 
libnet-dbus-perl_0.33.5-1.diff.gz
 4a96f2094b6b83a952255a84e281992f 227582 perl optional 
libnet-dbus-perl_0.33.5-1_i386.deb

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

iD8DBQFG3cxSNs+6RHiRa4QRArcLAJsGRMBtBjJwjhLlJSL1NuOADgIYAwCeOvQQ
685Pp59gVhh6y0fD7Rsow3A=
=/+CW
-END PGP SIGNATURE-


Accepted:
libnet-dbus-perl_0.33.5-1.diff.gz
  to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.5-1.diff.gz
libnet-dbus-perl_0.33.5-1.dsc
  to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.5-1.dsc
libnet-dbus-perl_0.33.5-1_i386.deb
  to pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_0.33.5-1_i386.deb


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



Accepted unfs3 0.9.18+dfsg-1 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 23:19:00 +0200
Source: unfs3
Binary: unfs3
Architecture: source i386
Version: 0.9.18+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 unfs3  - User-space NFSv3 Server
Changes: 
 unfs3 (0.9.18+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 277ed7d175740d7eb46986912a504a5f 597 net optional unfs3_0.9.18+dfsg-1.dsc
 941673ff35a12f2b00e7af5105f16575 151434 net optional 
unfs3_0.9.18+dfsg.orig.tar.gz
 45cefe56f67b5ad1496e09f11db48a76 28042 net optional unfs3_0.9.18+dfsg-1.diff.gz
 dd272c7e782d0e26c53643b2b4ab0f50 54700 net optional 
unfs3_0.9.18+dfsg-1_i386.deb

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

iD8DBQFG3cxe+C5cwEsrK54RAs4/AJ9ejidwH8Mga7NcYBO73ZVmNEXBBQCgn2Pn
qQmSaSxOq2vceAzg+fJet4k=
=kaxh
-END PGP SIGNATURE-


Accepted:
unfs3_0.9.18+dfsg-1.diff.gz
  to pool/main/u/unfs3/unfs3_0.9.18+dfsg-1.diff.gz
unfs3_0.9.18+dfsg-1.dsc
  to pool/main/u/unfs3/unfs3_0.9.18+dfsg-1.dsc
unfs3_0.9.18+dfsg-1_i386.deb
  to pool/main/u/unfs3/unfs3_0.9.18+dfsg-1_i386.deb
unfs3_0.9.18+dfsg.orig.tar.gz
  to pool/main/u/unfs3/unfs3_0.9.18+dfsg.orig.tar.gz


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



Accepted squid 2.6.15-1 (source sparc all)

2007-09-04 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 16:40:35 +0200
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source sparc all
Version: 2.6.15-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid  - Internet object cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet object cache (WWW proxy cache) - common files
 squidclient - command-line URL extractor for Squid
Changes: 
 squid (2.6.15-1) unstable; urgency=low
 .
   * New upstream release
 - Updated debian/watch
 .
   * debian/patches/01-cf.data.pre
 - Updated to match upstream changes in documentation
 .
   * debian/patches/57-capability-test
 - Added upstream patch fixing test for sys/capability.h
 .
   * debian/control
 - Removed unneeded dependency on essential package coreutils
Files: 
 61d5632df9b142169f407ba6e7401a6e 662 web optional squid_2.6.15-1.dsc
 8aaeddea46e9a079bfb17e3cf73323c6 1707570 web optional squid_2.6.15.orig.tar.gz
 4b4c21977781e8174d5cc35a2d804faf 297559 web optional squid_2.6.15-1.diff.gz
 953d1691a26e0e9dc28de1d529ee9149 476464 web optional 
squid-common_2.6.15-1_all.deb
 e82cf9e5ba13fee80fa9d9da9b30b9b4 662080 web optional squid_2.6.15-1_sparc.deb
 9281362e4415ebea40a6aed211335845 91764 web optional 
squidclient_2.6.15-1_sparc.deb
 486adef9139cc828851d50d68eb924aa 110320 web optional 
squid-cgi_2.6.15-1_sparc.deb

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

iD8DBQFG3cvC8ZumGJJMDCYRAqjSAJ9IGXVhKh579c17xERZXfIYX7i6MwCeNRNH
IRVuQx7MtIphch1G5WzM9DI=
=xF68
-END PGP SIGNATURE-


Accepted:
squid-cgi_2.6.15-1_sparc.deb
  to pool/main/s/squid/squid-cgi_2.6.15-1_sparc.deb
squid-common_2.6.15-1_all.deb
  to pool/main/s/squid/squid-common_2.6.15-1_all.deb
squid_2.6.15-1.diff.gz
  to pool/main/s/squid/squid_2.6.15-1.diff.gz
squid_2.6.15-1.dsc
  to pool/main/s/squid/squid_2.6.15-1.dsc
squid_2.6.15-1_sparc.deb
  to pool/main/s/squid/squid_2.6.15-1_sparc.deb
squid_2.6.15.orig.tar.gz
  to pool/main/s/squid/squid_2.6.15.orig.tar.gz
squidclient_2.6.15-1_sparc.deb
  to pool/main/s/squid/squidclient_2.6.15-1_sparc.deb


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



Accepted wmii 3.6~rc2+20070518-3 (source i386)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 23:23:00 +0200
Source: wmii
Binary: wmii
Architecture: source i386
Version: 3.6~rc2+20070518-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 wmii   - lightweight tabbed and tiled X11 window manager, version 3
Changes: 
 wmii (3.6~rc2+20070518-3) unstable; urgency=medium
 .
   * Added libxext-dev to build-depends.
Files: 
 1f65fdfaa8e2888ddb6a98fd5b96be84 659 x11 optional wmii_3.6~rc2+20070518-3.dsc
 28d1d3cc5589178e5f9ca3e64b0cb6a0 5117 x11 optional 
wmii_3.6~rc2+20070518-3.diff.gz
 8db96dd2ff8d718a4b564e10cb6b71ff 76362 x11 optional 
wmii_3.6~rc2+20070518-3_i386.deb

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

iD8DBQFG3cz3+C5cwEsrK54RAll6AKDV2+Xl0YVAFSlnHjtdZ+XlJH76sgCgooLb
c4mkE+8YS/uE8dPoKdaj1ig=
=WtkB
-END PGP SIGNATURE-


Accepted:
wmii_3.6~rc2+20070518-3.diff.gz
  to pool/main/w/wmii/wmii_3.6~rc2+20070518-3.diff.gz
wmii_3.6~rc2+20070518-3.dsc
  to pool/main/w/wmii/wmii_3.6~rc2+20070518-3.dsc
wmii_3.6~rc2+20070518-3_i386.deb
  to pool/main/w/wmii/wmii_3.6~rc2+20070518-3_i386.deb


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



Accepted wmii-doc 1:1-4 (source all)

2007-09-04 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  4 Sep 2007 23:01:00 +0200
Source: wmii-doc
Binary: wmii-doc
Architecture: source all
Version: 1:1-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 wmii-doc   - lightweight tabbed and tiled X11 window manager, version 3 (docum
Changes: 
 wmii-doc (1:1-4) unstable; urgency=low
 .
   * Run pdflatex a second time to include the TOC.
Files: 
 f770305c96cb8dcba8b3da79441fbe55 595 doc optional wmii-doc_1-4.dsc
 b997cdf5641e64d8de74defbe9d36f57 1875 doc optional wmii-doc_1-4.diff.gz
 7c76d193b8ddf60e75eb56140b208ae9 165282 doc optional wmii-doc_1-4_all.deb

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

iD8DBQFG3csS+C5cwEsrK54RAm9pAJ9LxhMeqD9gw5OH3Iosi34hh7G4pACeLd0X
+gxSHLeSnkRXhNhDXNhltx0=
=BoGA
-END PGP SIGNATURE-


Accepted:
wmii-doc_1-4.diff.gz
  to pool/main/w/wmii-doc/wmii-doc_1-4.diff.gz
wmii-doc_1-4.dsc
  to pool/main/w/wmii-doc/wmii-doc_1-4.dsc
wmii-doc_1-4_all.deb
  to pool/main/w/wmii-doc/wmii-doc_1-4_all.deb


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



Accepted mozilla-noscript 1.1.6.24-1 (source all)

2007-09-04 Thread Arnaud Renevier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 19:40:19 +0200
Source: mozilla-noscript
Binary: mozilla-noscript
Architecture: source all
Version: 1.1.6.24-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Renevier [EMAIL PROTECTED]
Changed-By: Arnaud Renevier [EMAIL PROTECTED]
Description: 
 mozilla-noscript - Javascript/plugins permissions manager for Iceweasel and 
Iceape
Closes: 440396
Changes: 
 mozilla-noscript (1.1.6.24-1) unstable; urgency=low
 .
   * New upstream release
   * Do not create empty and useless directories. closes: #440396
Files: 
 d89fa427a8801ac21b0d95ebb18453ed 638 web optional 
mozilla-noscript_1.1.6.24-1.dsc
 963418b061736684b318a2c768b17c0b 206397 web optional 
mozilla-noscript_1.1.6.24.orig.tar.gz
 26d72630b03b7c2b86b867cf7aa03715 4332 web optional 
mozilla-noscript_1.1.6.24-1.diff.gz
 acbf886270ba6217efd431fa602fbc04 213458 web optional 
mozilla-noscript_1.1.6.24-1_all.deb

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

iD8DBQFG3c2h5SXWIKfIlGQRApbUAKDBl4w1RphfQTsZ/q7+65SWwm1kewCfU/Uv
lOOJhAl4gttvnyYfFNAtN50=
=8rbe
-END PGP SIGNATURE-


Accepted:
mozilla-noscript_1.1.6.24-1.diff.gz
  to pool/main/m/mozilla-noscript/mozilla-noscript_1.1.6.24-1.diff.gz
mozilla-noscript_1.1.6.24-1.dsc
  to pool/main/m/mozilla-noscript/mozilla-noscript_1.1.6.24-1.dsc
mozilla-noscript_1.1.6.24-1_all.deb
  to pool/main/m/mozilla-noscript/mozilla-noscript_1.1.6.24-1_all.deb
mozilla-noscript_1.1.6.24.orig.tar.gz
  to pool/main/m/mozilla-noscript/mozilla-noscript_1.1.6.24.orig.tar.gz


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



Accepted debian-goodies 0.35 (source all)

2007-09-04 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 23:28:58 +0200
Source: debian-goodies
Binary: debian-goodies
Architecture: source all
Version: 0.35
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 debian-goodies - Small toolbox-style utilities for Debian systems
Changes: 
 debian-goodies (0.35) unstable; urgency=low
 .
   * Make it Depend on python = 2.4 as the subprocess module used by
 checkrestart is not available in 2.3
   * Add CVE name to previous changelog entry
   * Minor typo fix in debian/control
Files: 
 bc158ce45cfe25b0cad30ff732883297 530 utils optional debian-goodies_0.35.dsc
 15e714f6dd0a4d52a2f16e47b320e674 37443 utils optional 
debian-goodies_0.35.tar.gz
 e92525aeb71b7279de9e9a5b7d2c477e 44968 utils optional 
debian-goodies_0.35_all.deb

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

iD8DBQFG3dACsandgtyBSwkRAmBaAJ41ioIUTroSdA/Zh+60Oe+OILKcfQCfYpmi
EtAJFWCHm42GZ5A+oD94UWk=
=4jSa
-END PGP SIGNATURE-


Accepted:
debian-goodies_0.35.dsc
  to pool/main/d/debian-goodies/debian-goodies_0.35.dsc
debian-goodies_0.35.tar.gz
  to pool/main/d/debian-goodies/debian-goodies_0.35.tar.gz
debian-goodies_0.35_all.deb
  to pool/main/d/debian-goodies/debian-goodies_0.35_all.deb


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



Accepted paste 1.4.1-1 (source all)

2007-09-04 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 23:57:38 +0200
Source: paste
Binary: python-paste paste-common
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 paste-common - common files for paste modules
 python-paste - Tools for using a Web Server Gateway Interface stack
Changes: 
 paste (1.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Add python-ctypes and python-openid to Recommends
Files: 
 17630465ea96b87216163e219044c4b5 969 python optional paste_1.4.1-1.dsc
 63bb3cf69a6a4199a5b534b51fb92408 366910 python optional paste_1.4.1.orig.tar.gz
 5f8f05844715058041b21230c95381d9 4174 python optional paste_1.4.1-1.diff.gz
 39b7a3a0d038d6ffe0883a3cc1d01600 357866 python optional 
python-paste_1.4.1-1_all.deb
 42b631c39d1dc495e978c8ee65753d8b 4330 python optional 
paste-common_1.4.1-1_all.deb

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

iD8DBQFG3di0B01zfu119ZkRAo3cAJ49oDQIVT4yCXuOBFKwzv0/P4ySQQCeObzB
KDdTh4/fSsiSbmnW4AigQ7g=
=9WzR
-END PGP SIGNATURE-


Accepted:
paste-common_1.4.1-1_all.deb
  to pool/main/p/paste/paste-common_1.4.1-1_all.deb
paste_1.4.1-1.diff.gz
  to pool/main/p/paste/paste_1.4.1-1.diff.gz
paste_1.4.1-1.dsc
  to pool/main/p/paste/paste_1.4.1-1.dsc
paste_1.4.1.orig.tar.gz
  to pool/main/p/paste/paste_1.4.1.orig.tar.gz
python-paste_1.4.1-1_all.deb
  to pool/main/p/paste/python-paste_1.4.1-1_all.deb


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



Accepted pastescript 1.3.6-1 (source all)

2007-09-04 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 23:59:00 +0200
Source: pastescript
Binary: python-pastescript
Architecture: source all
Version: 1.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-pastescript - serving web applications, creating file layouts for 
python packag
Changes: 
 pastescript (1.3.6-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 1a0f94b852d7dae838c7b1901d19f406 998 python optional pastescript_1.3.6-1.dsc
 6a79da14870f0bbe9c1f7d4d12912437 114147 python optional 
pastescript_1.3.6.orig.tar.gz
 43ae73ea861397c586c4fa82987b74e6 4555 python optional 
pastescript_1.3.6-1.diff.gz
 e884829f4e46b5734a847a3921b77e95 107060 python optional 
python-pastescript_1.3.6-1_all.deb

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

iD8DBQFG3dkHB01zfu119ZkRAv+DAKCjylj6SnHNXNuDRP674fAL4DnsDwCfaADk
0FAxB+FPrsJlnnhwDFFwwvU=
=w5ol
-END PGP SIGNATURE-


Accepted:
pastescript_1.3.6-1.diff.gz
  to pool/main/p/pastescript/pastescript_1.3.6-1.diff.gz
pastescript_1.3.6-1.dsc
  to pool/main/p/pastescript/pastescript_1.3.6-1.dsc
pastescript_1.3.6.orig.tar.gz
  to pool/main/p/pastescript/pastescript_1.3.6.orig.tar.gz
python-pastescript_1.3.6-1_all.deb
  to pool/main/p/pastescript/python-pastescript_1.3.6-1_all.deb


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



Accepted beaker 0.7.5-1 (source all)

2007-09-04 Thread Oleksandr Moskalenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 16:42:49 -0600
Source: beaker
Binary: python-beaker
Architecture: source all
Version: 0.7.5-1
Distribution: unstable
Urgency: low
Maintainer: Oleksandr Moskalenko [EMAIL PROTECTED]
Changed-By: Oleksandr Moskalenko [EMAIL PROTECTED]
Description: 
 python-beaker - Simple WSGI middleware that uses the Myghty Container API
Changes: 
 beaker (0.7.5-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 22773e98a202d80592d4da3db2ba0001 916 web optional beaker_0.7.5-1.dsc
 078822afaf2f2cc52024df24bca7234d 27237 web optional beaker_0.7.5.orig.tar.gz
 593d94bf0b48b0df0416156782af2d09 2550 web optional beaker_0.7.5-1.diff.gz
 6fc1617e00ed4894dbc7ef3f6b90cc56 22498 web optional 
python-beaker_0.7.5-1_all.deb

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

iD8DBQFG3d+y2ihvMmxfGWsRAn32AJ9TlX4bVzM1+k7Gu14I91l/XPrUhACfWOgX
DerIjitJME+k9o3uigxThe4=
=0il6
-END PGP SIGNATURE-


Accepted:
beaker_0.7.5-1.diff.gz
  to pool/main/b/beaker/beaker_0.7.5-1.diff.gz
beaker_0.7.5-1.dsc
  to pool/main/b/beaker/beaker_0.7.5-1.dsc
beaker_0.7.5.orig.tar.gz
  to pool/main/b/beaker/beaker_0.7.5.orig.tar.gz
python-beaker_0.7.5-1_all.deb
  to pool/main/b/beaker/python-beaker_0.7.5-1_all.deb


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



Accepted desmume 0.7.3-2 (source amd64)

2007-09-04 Thread Pascal Giard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Sep 2007 18:44:56 -0400
Source: desmume
Binary: desmume
Architecture: source amd64
Version: 0.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Pascal Giard [EMAIL PROTECTED]
Description: 
 desmume- Nintendo DS emulator
Changes: 
 desmume (0.7.3-2) unstable; urgency=low
 .
   * [debian/control]:
- Added Build-Dep on intltool.
Files: 
 3926625ea66267cfef20efc21155 792 games extra desmume_0.7.3-2.dsc
 7a3c9eb8259138aabc513f6a337e5ded 4451 games extra desmume_0.7.3-2.diff.gz
 ac2655ab00c409efc3b3f10bab46f2c6 427370 games extra desmume_0.7.3-2_amd64.deb

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

iD8DBQFG3eJ/1Lfd97FsypURAv8dAJ447t/kFeJhbZcnq8frNX6HNsSpBwCgqoOu
kfXauMpEDdJeCRN3QHjIJII=
=8M7Y
-END PGP SIGNATURE-


Accepted:
desmume_0.7.3-2.diff.gz
  to pool/main/d/desmume/desmume_0.7.3-2.diff.gz
desmume_0.7.3-2.dsc
  to pool/main/d/desmume/desmume_0.7.3-2.dsc
desmume_0.7.3-2_amd64.deb
  to pool/main/d/desmume/desmume_0.7.3-2_amd64.deb


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



Accepted libjakarta-poi-java 3.0.1-1 (source all)

2007-09-04 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 05 Sep 2007 00:27:43 +0200
Source: libjakarta-poi-java
Binary: libjakarta-poi-java libjakarta-poi-java-doc
Architecture: source all
Version: 3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libjakarta-poi-java - Poor Obfuscation Implementation
 libjakarta-poi-java-doc - Poor Obfuscation Implementation Documentation
Closes: 436974
Changes: 
 libjakarta-poi-java (3.0.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #436974)
   * add myself to Uploaders
   * add watch file
Files: 
 1d689e79a171c15db4c28d3b411c811d 980 libs optional 
libjakarta-poi-java_3.0.1-1.dsc
 d3a4d9729398326868e30ea55925825b 18139297 libs optional 
libjakarta-poi-java_3.0.1.orig.tar.gz
 6d3d20f3fcca22f9ce3de852be42b6af 6323 libs optional 
libjakarta-poi-java_3.0.1-1.diff.gz
 4f308eb3f379f8e35cd94d5bfa254747 1678276 libs optional 
libjakarta-poi-java_3.0.1-1_all.deb
 7b551177dfd1454a45a5921753c9ad7e 3530170 doc optional 
libjakarta-poi-java-doc_3.0.1-1_all.deb

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

iD8DBQFG3d/E+FmQsCSK63MRAk20AJ4us3GBUkRyxf8wEyFey0dNzCecgACfalsx
ACxNsvq9x2DXY/AUVvXRSsQ=
=0y26
-END PGP SIGNATURE-


Accepted:
libjakarta-poi-java-doc_3.0.1-1_all.deb
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java-doc_3.0.1-1_all.deb
libjakarta-poi-java_3.0.1-1.diff.gz
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.0.1-1.diff.gz
libjakarta-poi-java_3.0.1-1.dsc
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.0.1-1.dsc
libjakarta-poi-java_3.0.1-1_all.deb
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.0.1-1_all.deb
libjakarta-poi-java_3.0.1.orig.tar.gz
  to pool/main/libj/libjakarta-poi-java/libjakarta-poi-java_3.0.1.orig.tar.gz


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



Accepted mah-jong 1.8-1 (source powerpc)

2007-09-04 Thread Nicolas Boullis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  5 Sep 2007 00:55:41 +0200
Source: mah-jong
Binary: mah-jong
Architecture: source powerpc
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boullis [EMAIL PROTECTED]
Changed-By: Nicolas Boullis [EMAIL PROTECTED]
Description: 
 mah-jong   - The original Mah-Jong game
Closes: 437549
Changes: 
 mah-jong (1.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Don't strip on program installation; rely on dh_strip to strip unless
 requested by the nostrip build option. (Closes: #437549)
   * Don't ignore failures of make clean, as suggested by lintian.
Files: 
 a8266b75030d9f520110e0cba715fb7a 579 games optional mah-jong_1.8-1.dsc
 327379e386fea93b166dfe85b3d2f0c1 370814 games optional mah-jong_1.8.orig.tar.gz
 7f3a82ddfc4893fb7b95237d580b5029 22963 games optional mah-jong_1.8-1.diff.gz
 e7de8358f23fe5c25906def11961751c 375984 games optional 
mah-jong_1.8-1_powerpc.deb

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

iD8DBQFG3eQzwmyXkG1Pxm8RAujsAJ9o/jn03iFmVwObL0fksY8mFvJPeQCeOZtQ
mB+AuGOr/ZP5bOehaVduOqA=
=n1zo
-END PGP SIGNATURE-


Accepted:
mah-jong_1.8-1.diff.gz
  to pool/main/m/mah-jong/mah-jong_1.8-1.diff.gz
mah-jong_1.8-1.dsc
  to pool/main/m/mah-jong/mah-jong_1.8-1.dsc
mah-jong_1.8-1_powerpc.deb
  to pool/main/m/mah-jong/mah-jong_1.8-1_powerpc.deb
mah-jong_1.8.orig.tar.gz
  to pool/main/m/mah-jong/mah-jong_1.8.orig.tar.gz


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



Accepted claws-mail 3.0.0-1 (source all i386)

2007-09-04 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 03 Sep 2007 11:12:08 +0200
Source: claws-mail
Binary: sylpheed-claws-gtk2-plugins claws-mail sylpheed-claws-gtk2 
claws-mail-spamassassin sylpheed-claws-gtk2-pgpinline 
libsylpheed-claws-gtk2-dev sylpheed-claws-gtk2-bogofilter claws-mail-bogofilter 
claws-mail-clamav sylpheed-claws-gtk2-dillo-viewer claws-mail-tools 
claws-mail-pgpinline libclaws-mail-dev sylpheed-claws-gtk2-doc claws-mail-dbg 
sylpheed-claws-gtk2-spamassassin claws-mail-i18n sylpheed-claws-gtk2-i18n 
claws-mail-doc sylpheed-claws-gtk2-pgpmime claws-mail-dillo-viewer 
sylpheed-claws-gtk2-clamav sylpheed-claws-gtk2-trayicon claws-mail-pgpmime 
claws-mail-plugins claws-mail-trayicon
Architecture: source all i386
Version: 3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones [EMAIL PROTECTED]
Changed-By: Ricardo Mones [EMAIL PROTECTED]
Description: 
 claws-mail - Fast, lightweight and user-friendly GTK2 based email client
 claws-mail-bogofilter - Bogofilter plugin for Claws Mail
 claws-mail-clamav - Clam AntiVirus plugin for Claws Mail
 claws-mail-dbg - Debug symbols for Claws Mail mailer
 claws-mail-dillo-viewer - HTML viewer plugin for Claws Mail using Dillo
 claws-mail-doc - User documentation for Claws Mail mailer
 claws-mail-i18n - Locale data for Claws Mail (i18n support)
 claws-mail-pgpinline - PGP/inline plugin for Claws Mail
 claws-mail-pgpmime - PGP/MIME plugin for Claws Mail
 claws-mail-plugins - Installs plugins for the Claws Mail mailer
 claws-mail-spamassassin - SpamAssassin plugin for Claws Mail
 claws-mail-tools - Helper and utility scripts for Claws Mail mailer
 claws-mail-trayicon - Notification area plugin for Claws Mail
 libclaws-mail-dev - Development files for Claws Mail plugins
 libsylpheed-claws-gtk2-dev - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2 - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-bogofilter - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-clamav - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-dillo-viewer - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-doc - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-i18n - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-pgpinline - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-pgpmime - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-plugins - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-spamassassin - Transition package for Claws Mail renaming
 sylpheed-claws-gtk2-trayicon - Transition package for Claws Mail renaming
Closes: 431732
Changes: 
 claws-mail (3.0.0-1) unstable; urgency=low
 .
   * New upstream release
   - Includes new localized date in replies (Closes: #431732)
Files: 
 6e1f5f984cc0c9807d77bd9a3cd6fda4 1605 mail optional claws-mail_3.0.0-1.dsc
 e76f1adef07c07e24cb5dbd970f8609d 7643921 mail optional 
claws-mail_3.0.0.orig.tar.gz
 425a1fb6cfc6e5c909dd82bd8aa84e42 40656 mail optional claws-mail_3.0.0-1.diff.gz
 e9ea7977cf6c492bd53abe5ae903bc12 1392446 mail optional 
claws-mail_3.0.0-1_i386.deb
 dbbeb27bbeb9b482a2bca9d55cf375bc 3960266 mail extra 
claws-mail-dbg_3.0.0-1_i386.deb
 5bc8578582594c6afceb4708d3948966 215236 devel optional 
libclaws-mail-dev_3.0.0-1_i386.deb
 ad56ace27718042e4daaccec79b993bb 102076 mail optional 
claws-mail-plugins_3.0.0-1_all.deb
 bc3696bc70090f042da3e7bb3543c13a 110152 mail optional 
claws-mail-clamav_3.0.0-1_i386.deb
 63c3a26057ca3f2773b52930eacaf3dd 108282 mail optional 
claws-mail-dillo-viewer_3.0.0-1_i386.deb
 a3b454f9a758445901611205ec23a6e1 122230 mail optional 
claws-mail-spamassassin_3.0.0-1_i386.deb
 ed62a3783bd498c2acbe0f7ea0a20048 116754 mail optional 
claws-mail-trayicon_3.0.0-1_i386.deb
 13136e5e70955e49ba5b5f8da75290b0 136534 mail optional 
claws-mail-pgpmime_3.0.0-1_i386.deb
 fc69a366a2a93ac4e3e3b4ef33b2ea01 112002 mail optional 
claws-mail-pgpinline_3.0.0-1_i386.deb
 2ffc54f3359ba6b3656d5c227361e212 116992 mail optional 
claws-mail-bogofilter_3.0.0-1_i386.deb
 4dd49b28968950f17588b622f171f191 1823812 mail optional 
claws-mail-i18n_3.0.0-1_all.deb
 dbe2bf51a7bb1312b4db5fa27372d866 1045288 doc optional 
claws-mail-doc_3.0.0-1_all.deb
 828c0ee3806f6512ecf11bec3abffbde 175124 mail optional 
claws-mail-tools_3.0.0-1_all.deb
 b9d961be7eb35cbddda310249eadd9b7 102004 mail optional 
sylpheed-claws-gtk2_3.0.0-1_all.deb
 ad53c2780a61f71e9914ea0f39641db6 102026 devel optional 
libsylpheed-claws-gtk2-dev_3.0.0-1_all.deb
 6ff7e26babe3c485eddcdf20f8d80adc 102028 mail optional 
sylpheed-claws-gtk2-plugins_3.0.0-1_all.deb
 6a4d6ae9daae0621cac1947fedea4251 102024 mail optional 
sylpheed-claws-gtk2-clamav_3.0.0-1_all.deb
 6ec5f5d5a672a4fe0df0dd9cb9dd29d0 102046 mail optional 
sylpheed-claws-gtk2-dillo-viewer_3.0.0-1_all.deb
 30bb4a5ee964cee140155b3208d5b6a7 102012 mail optional 
sylpheed-claws-gtk2-doc_3.0.0-1_all.deb
 a0343416329e4b0d4537d71410887c48 102022 mail 

  1   2   >