CHUCK NEGRON formerly of Three Dog Night

2008-06-26 Thread Chuck Negron Information
CHUCK NEGRON formerly of THREE DOG NIGHT is touring during 2008-2009 on his 
Greatest Hits tour. Often called 'The Voice of a Generation', he is also 
doing holiday shows each December. For contact information, please go to 
www.ChuckNegronFormerlyOfThreeDogNight.com  ( for clarity - www . Chuck Negron 
Formerly Of Three Dog Night . com ). The performance includes Joy To The World 
(Jeremiah Was A Bullfrog), Mama Told Me (Not To Come), Easy To Be Hard, 
One (Is The Lonliest Number), Shambala, Old Fashioned Love Song, Liar 
and over ten more Billboard Certified Top 20 hits. Chuck and his group are 
performing at theatres, festivals and private events worldwide. Don't miss this 
singer, songwriter, lecturer and NY Times best selling author. On tour all year!

For professional inquiries only, please opt-in at: 
http://www.permissionrequest.com/[EMAIL PROTECTED]









To opt-out of receiving future information, please visit: 
http://www.permissionrequest.com/[EMAIL PROTECTED]


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto unsubscribe. Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

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



Cross-compilation sous Debian.

2008-06-26 Thread Willy

Bonjour,

Je travaille sous Debian Etch AMD64 et je souhaite compiler pour 
l'architecture i386. Le problème est que je n'arrive pas à compiler GCC 
pour i386. J'ai suivi le tutoriel aux adresses 
http://www.z0pe.org/howto/htc-univer...on-d-un-kernel 
http://www.z0pe.org/howto/htc-universal/cross-compilation-d-un-kernel 
et http://wiki.debian.org/BuildingCrossCompilers


Après avoir crée et installé les paquets suivants:


binutils-i386-linux-gnu_2.17-3_amd64.deb
binutils-i486-linux-gnu_2.17-3_amd64.deb
libdb1-compat-i386-cross_2.1.3-9_all.deb
libc6-dev-i386-cross_2.3.6.ds1-13etch5_all.deb
linux-kernel-headers-i386-cross_2.6.18-7_all.deb
libc6-i386-cross_2.3.6.ds1-13etch5_all.deb


j'ai tenté de compiler GCC comme suit:


$ apt-get source gcc-4.1
$ cd gcc-4.1-4.1.1ds2
$ export GCC_TARGET=i386
$ debian/rules control
$ dpkg-buildpackage -us -uc -rfakeroot -b  ../gcc.build 21 || echo 
'Build error'



Et voici ce que j'obtiens dans le fichier gcc.build:


$ cat ../gcc.build
dpkg-buildpackage: source package is gcc-4.1
dpkg-buildpackage: source version is 4.1.1ds2-21
dpkg-buildpackage: source changed by Matthias Klose [EMAIL PROTECTED]
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 4.1.1ds2-21
dpkg-checkbuilddeps : dépendances de construction non trouvées : 
libc6-dev-amd64-i386-cross

dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)


je relance donc la compilation avec l'option -d et j'obtiens le message 
d'erreur suivant:



$ tail -n 50 ../gcc.build
checking how to run the C++ preprocessor... 
/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc -shared-libgcc 
-B/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc -nostdinc++ 
-L/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/i486-linux-gnu/64/libstdc++-v3/src 
-L/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/i486-linux-gnu/64/libstdc++-v3/src/.libs 
-B/usr/i486-linux-gnu/bin/ -B/usr/i486-linux-gnu/lib/ -isystem 
/usr/i486-linux-gnu/include -isystem /usr/i486-linux-gnu/sys-include  
-m64 -E

loading cache ./config.cache within ltconfig
checking host system type... x86_64-pc-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking for objdir... .libs
checking for /home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc 
option to produce PIC... -fPIC -DPIC
checking if /home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc PIC 
flag -fPIC -DPIC works... yes
checking if /home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc static 
flag -static works... no

finding the maximum length of command line arguments... (cached) 49153
checking if /home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc 
supports -c -o file.o... (cached) yes
checking if /home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc 
supports -fno-rtti -fno-exceptions ... yes
checking whether the linker 
(/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/collect-ld -m 
elf_x86_64) supports shared libraries...

checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse 
/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/nm output... failed

checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
appending configuration tag CXX to libtool
checking for exception model to use... call frame
checking for compiler with PCH support... yes
checking for enabled PCH... yes
checking for underlying I/O to use... stdio
checking how to run the C preprocessor... 
/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/xgcc 
-B/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build/./gcc/ 
-B/usr/i486-linux-gnu/bin/ -B/usr/i486-linux-gnu/lib/ -isystem 
/usr/i486-linux-gnu/include -isystem /usr/i486-linux-gnu/sys-include  
-m64 -E

checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for C locale to use... gnu
checking for msgfmt... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for library containing gettext... configure: error: Link tests 
are not allowed after GCC_NO_EXECUTABLES.

make[3]: *** [configure-target-libstdc++-v3] Error 1
make[3]: Leaving directory `/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2/build'
s=`cat status`; rm -f status; test $s -eq 0
make[1]: *** [stamps/05-build-stamp] Error 1
make[1]: Leaving directory `/home/willy/tmp/gcc/gcc-4.1-4.1.1ds2'
make: *** [stamps/05-build-stamp] Erreur 2


J'ai cherché sur Google, mais je 

Re: Cross-compilation sous Debian.

2008-06-26 Thread Emmanuel Bouthenot
Bonjour,

 Je travaille sous Debian Etch AMD64 et je souhaite compiler pour
 l'architecture i386. Le problème est que je n'arrive pas à compiler
 GCC pour i386. 

Il s'agit juste de ça, il serait sans doutes bien plus efficace de
bootstrapper une debian 32 bits, ce qui se fait en une 10aine de
minutes via cdebootstrap par exemple.

cf. entre autres les paquets : (c)debootstrap, schroot, etc ...

A noté que ce genre de question aurait sans doutes plus sa place sur
la liste debian-user-french@

M.

-- 
Emmanuel Bouthenot
 mail : [EMAIL PROTECTED]
  gpg : 0x414EC36E
  jid : [EMAIL PROTECTED]
  irc : kolter@(freenode|oftc)


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



Re: Cross-compilation sous Debian.

2008-06-26 Thread Dominique Dumont
Willy [EMAIL PROTECTED] writes:

 Je travaille sous Debian Etch AMD64 et je souhaite compiler pour
 l'architecture i386. Le problème est que je n'arrive pas à compiler
 GCC pour i386. 

Ca serait pas plus simple de monter in chroot i386 sur ta machine,
d'y installer les packages gcc i386 et de compiler là-dedans ?

HTH

-- 
Dominique Dumont 
Delivering successful solutions requires giving people what they
need, not what they want. Kurt Bittner


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



Re: PB AD-Debian

2008-06-26 Thread Salokine Terata
Bonjour,

/etc/nsswitch.conf est aussi à configurer.

Pour ma part, je n'utilise pas les PAM pour mon système LDAP/samba3. Donc je 
pense que PAM est optionnel mais doit certainement apporter des 
fonctionnalités utiles.

Ensuite, comme dit précrédement, il est préférable de s'adresser à 
debian-user-french après avoir chercher sur http://wiki.debian.org/fr

Bonne fin de journée et bon courage.
Salokine.


Le Tuesday 24 June 2008 21:39:52 Laurent Guignard, vous avez écrit :
 Dany Robin a écrit :
  Bonjour,
 
 
 
  Nous avons un souci pour synchroniser nos répertoire avec l’AD.
 
  Lorsque l’on tape un « ls » nous avons des chiffres dans l’UID et GID
 
  Lorsque l’on tape login la résolution de nom se fait bien avec l’AD
  mais quand le mot de passe est rentré, il essaie en local
 
 
 
  Help !!! Pouvez-vous nous aider ?
 
 
 
 
 
  *Dany ROBIN**
  */Directeur des Systèmes d'Information///
 
  *Mobile: 06.26.02.24.16 - Fixe: 02.72.64.14.74
  mailto:[EMAIL PROTECTED]**
  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
  AltéAd
 
  7, rue du Chateau de Bel Air
  BP 30510
  44475 CARQUEFOU
  Standard: 02.28.03.85.40 - Fax: 02.28.03.07.57
  *www.altead.com http://www.altead.com/*

 Bonsoir,

 Avez-vous installé la gestion LDAP pour le PAM (Pluggable Authentication
 Module) ?
 Sans cela vous ne pouvez pas vous identifier sur le serveur LDAP qu'est
 en réaliaté votre AD.

 Mes 2 cents en espérant que ça aide.

 Librement

 --
 Laurent Guignard, Registered as user #301590 with the Linux Counter
 Site : http://www.famille-guignard.org
 Blog : http://blog.famille-guignard.org
 Projet : http://sicontact.sourceforge.net
 GULL de Villefranche sur Saône : http://www.cagull.org



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



Asitabh softz sent you a Friend Request on Yaari

2008-06-26 Thread Asitabh softz
Asitabh softz wants you to join Yaari!

Is Asitabh your friend?

a 
href=http://yaari.com/?controller=useraction=mailregisterfriend=1sign=YaariNMI858NDU703WTL689USW406;Yes,
 Asitabh is my friend!/a a 
href=http://yaari.com/?controller=useraction=mailregisterfriend=0sign=YaariNMI858NDU703WTL689USW406;No,
 Asitabh isn't my friend./a

Please respond or Asitabh may think you said no :(

Thanks,
The Yaari Team

If you prefer not to receive this email tell us a 
href=http://yaari.com/?controller=absnaction=addoptout[EMAIL 
PROTECTED]here/a. If you have any concerns 
regarding the content of this message, please email [EMAIL PROTECTED]  
Yaari LLC, 358 Angier Ave, Atlanta, GA 30312

YaariNMI858NDU703WTL689USW406



Re: RFH: curl, c-ares and ipv6

2008-06-26 Thread Yves-Alexis Perez
On jeu, 2008-06-26 at 00:28 +0200, Andreas Schuldei wrote:
 Hi!
 
 As a solution for #481189 curl: cannot connect to IPv6 hosts
 anymore I added a patch to hook curl to c-ares even for ipv6
 lookups. Upstream is very interested in this patch, too.
 
 Could someone with ipv6 connectivity please test the curl
 packages (version 7.18.2-1e1) in experimental[1] and verify that the
 test mentioned in #481189 works now? Does it fail on other ipv6
 (or other NORMAL) operations?

Here it seems to work fine even with curl 7.18.2-1:

[EMAIL PROTECTED]: curl -v -o /dev/null http://linux-ipv6.org
* About to connect() to linux-ipv6.org port 80 (#0)
*   Trying 2001:200:0:1c01:20f:1fff:fe67:32e9... connected
* Connected to linux-ipv6.org (2001:200:0:1c01:20f:1fff:fe67:32e9) port
80 (#0)
 GET / HTTP/1.1
 User-Agent: curl/7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2
OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.8 libssh2/0.18
 Host: linux-ipv6.org
 Accept: */*
 
 HTTP/1.1 200 OK
 Date: Thu, 26 Jun 2008 06:40:27 GMT
 Server: Apache/2.2.3 (Debian) PHP/4.4.4-8+etch6 mod_ssl/2.2.3
OpenSSL/0.9.8c
 Last-Modified: Wed, 19 Sep 2007 06:02:01 GMT
 ETag: 108003c-1ba3-c6b2c840
 Accept-Ranges: bytes
 Content-Length: 7075
 Content-Type: text/html
 
{ [data not shown]
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  7075  100  70750 0   2354  0  0:00:03  0:00:03 --:--:--
5537* Connection #0 to host linux-ipv6.org left intact

* Closing connection #0

Cheers,
-- 
Yves-Alexis


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


Re: RFH: curl, c-ares and ipv6

2008-06-26 Thread Andreas Schuldei
* Yves-Alexis Perez ([EMAIL PROTECTED]) [080626 08:42]:
 On jeu, 2008-06-26 at 00:28 +0200, Andreas Schuldei wrote:
  Hi!
  
  As a solution for #481189 curl: cannot connect to IPv6 hosts
  anymore I added a patch to hook curl to c-ares even for ipv6
  lookups. Upstream is very interested in this patch, too.
  
  Could someone with ipv6 connectivity please test the curl
  packages (version 7.18.2-1e1) in experimental[1] and verify that the
  test mentioned in #481189 works now? Does it fail on other ipv6
  (or other NORMAL) operations?
 
 Here it seems to work fine even with curl 7.18.2-1:

that is because curl 7.18.2-1 does not do asynchronous dns lookups as c-ares
provides them (and are desireable for higher performance) but
uses blocking dns lookups that libc offers. 

Because we took the save solution first (to do synchronous slow
lookups in order to get the newest curl into lenny) the reportet
bug is closed already (and curl is home free in testing). It
would be nicer (and preferend by upstream) if curl was able to do
asynchronous lookups AND do it right for ipv6, of course. 

That is (hopefully) the solution that is in experimental now.

/andreas


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



Re: RFH: curl, c-ares and ipv6

2008-06-26 Thread Yves-Alexis Perez
On jeu, 2008-06-26 at 08:41 +0200, Yves-Alexis Perez wrote:
 Here it seems to work fine even with curl 7.18.2-1:

Hmhm well. Ok. With curl 7.8.12-1e1 and libcares:

[EMAIL PROTECTED]: curl -v -o /dev/null
http://public.teleport-iabg.de/test100m.dat 
* About to connect() to public.teleport-iabg.de port 80 (#0)
*   Trying 2001:1b10:100::1:1... connected
* Connected to public.teleport-iabg.de (2001:1b10:100::1:1) port 80 (#0)
 GET /test100m.dat HTTP/1.1
 User-Agent: curl/7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2
OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.5.2 libidn/1.8 libssh2/0.18
 Host: public.teleport-iabg.de
 Accept: */*
 
 HTTP/1.1 200 OK
 Date: Thu, 26 Jun 2008 07:20:03 GMT
 Server: Apache/2.2.8 (Debian) DAV/2 SVN/1.4.6 PHP/5.2.5-3+lenny1 with
Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_apreq2-20051231/2.6.0
mod_perl/2.0.4 Perl/v5.10.0
 Last-Modified: Sat, 08 Oct 2005 22:52:07 GMT
 ETag: 5edfe-640-402a601ed53c0
 Accept-Ranges: bytes
 Content-Length: 104857600
 Content-Type: application/x-ns-proxy-autoconfig
 

So it seems to work.

Cheers,
-- 
Yves-Alexis


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


Re: RFH: curl, c-ares and ipv6

2008-06-26 Thread Luca Bruno
Yves-Alexis Perez scrisse:

 On jeu, 2008-06-26 at 08:41 +0200, Yves-Alexis Perez wrote:
  Here it seems to work fine even with curl 7.18.2-1:
 
 Hmhm well. Ok. With curl 7.8.12-1e1 and libcares:
 So it seems to work.

Rebuilt from incoming for i386, it seems to work here too:

[EMAIL PROTECTED]:~$ curl -v -o /dev/null http://www.sixxs.net
* About to connect() to www.sixxs.net port 80 (#0)
*   Trying 2001:838:1:1:210:dcff:fe20:7c7c... connected
* Connected to www.sixxs.net (2001:838:1:1:210:dcff:fe20:7c7c) port 80 (#0)
 GET / HTTP/1.1
 User-Agent: curl/7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g 
 zlib/1.2.3.3 c-ares/1.5.2 libidn/1.8 libssh2/0.18
[snip]

with:
ii  curl   7.18.2-1e1
ii  libcurl3   7.18.2-1e1
ii  libcurl3-gnutls7.18.2-1e1
ii  libc-ares2 1.5.2-2  

I've also seen that -4 doesn't really force ipv4 resolution and connection:

[EMAIL PROTECTED]:~$ curl -4 -v -o /dev/null http://www.sixxs.net
* About to connect() to www.sixxs.net port 80 (#0)
*   Trying 2001:838:1:1:210:dcff:fe20:7c7c... connected
* Connected to www.sixxs.net (2001:838:1:1:210:dcff:fe20:7c7c) port 80 (#0)
 GET / HTTP/1.1
 User-Agent: curl/7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g
 zlib/1.2.3.3 c-ares/1.5.2 libidn/1.8 libssh2/0.18

is that normal?

 Cheers,

Ciao, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer


pgpNRMIXAa36E.pgp
Description: PGP signature


Re: Please focus on one generic spell checker in Debian

2008-06-26 Thread Per Olofsson
Hi,

Don Armstrong wrote:
 I have no idea if it's trivially possible, but it would be ideal if
 whatever spell checker we switched to had some sort of compatibility
 layer for ispell to reduce the number of applications that are
 affected by such a migration.

Both hunspell and aspell have such compatibility modes. However, most
applications simply call 'ispell', so maybe that name should be managed through
alternatives.

-- 
Pelle


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



Handling macro change in an exported library header

2008-06-26 Thread Nikita Youshchenko
Hello.

To fix #486693, I need to apply a patch that changes #define'd macro in an 
exported library header.

The pattern is:

extern int foo(char *param1, int param2);
#define bar(param) foo(param, expr(param))

and changed thing is expr(param)

Looks like binary interface of the shared library does not change, however 
strictly saying any user of the library that uses bar() macro needs to 
recompile his code.

Any comments on how to handle this change in packaging properly?

Nikita


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



Re: RFH: curl, c-ares and ipv6

2008-06-26 Thread Andreas Schuldei
* Luca Bruno ([EMAIL PROTECTED]) [080626 09:57]:
 Rebuilt from incoming for i386, it seems to work here too:

good. thanks!

 I've also seen that -4 doesn't really force ipv4 resolution and connection:

great that you thought of testing that, too. It is entirely
possible that there are more cases that dont get checked yet, as
c-ares together with curl are just in the early stages for ipv6.
we will need to fix this. can you think of more funny things to
test?


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



Re: Please focus on one generic spell checker in Debian

2008-06-26 Thread Agustin Martin
On Thu, Jun 26, 2008 at 10:52:43AM +0200, Per Olofsson wrote:
 Hi,
 
 Don Armstrong wrote:
  I have no idea if it's trivially possible, but it would be ideal if
  whatever spell checker we switched to had some sort of compatibility
  layer for ispell to reduce the number of applications that are
  affected by such a migration.
 
 Both hunspell and aspell have such compatibility modes. However, most
 applications simply call 'ispell', so maybe that name should be managed 
 through
 alternatives.

For aspell that alternative should be to the aspell ispell wrapper
(currently an example under /usr/share/doc/aspell/examples/ispell)

Also we should make sure that old ispell dict names are honoured. aspell has
alias that should already do that for most dicts, but for hunspell we may
need to add symlinks like spanish{.aff,dic} - es_ES.{aff,dic}

-- 
Agustin


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



Re: Handling macro change in an exported library header

2008-06-26 Thread Neil Williams
On Thu, 2008-06-26 at 13:22 +0400, Nikita Youshchenko wrote:
 Hello.
 
 To fix #486693, I need to apply a patch that changes #define'd macro in an 
 exported library header.
 
 The pattern is:
 
 extern int foo(char *param1, int param2);
 #define bar(param) foo(param, expr(param))
 
 and changed thing is expr(param)
 
 Looks like binary interface of the shared library does not change, however 
 strictly saying any user of the library that uses bar() macro needs to 
 recompile his code.
 
 Any comments on how to handle this change in packaging properly?

SONAME bump would seem appropriate but the current SONAME is already 13
and it seems to be changing every few releases.

Maybe upstream could implement a deprecated support scheme that allows
the old routine to be available, puts the new routine under a new name
and moves the old routine into deprecated.c which can be disabled en
masse with an option to ./configure. Packages then use the new function
in their bug fix. deprecated.c then grows in size as more changes are
implemented but the SONAME remains the same (you simply increment the
version string upstream: 13:1:0 etc).

Along with that, if you convince upstream to use versioned symbols, the
dependency info will be right too - each reverse depends will get the
version that implements the fixes that it uses. Always ensure that the
old, buggy, function remains in place in deprecated.c *completely
unchanged* for ABI/API compatibility, the bug can then be fixed in the
applications using the library by migrating to the replacement function.

Then dependencies could migrate through the changes until finally able
to use --disable-deprecated-etpan. Then, in a coordinated manner, the
library can drop all deprecated code so folding all changes into one
SONAME bump. etc. There's nothing you can do to change old SONAME bumps
now but this would prevent you having libetpan476 by Lenny+2.
:-)

(This is how I do it for libqof1 - libqof2 is due after Lenny and drops
more than 50 interfaces by dropping all content from deprecated.c but
all reverse dependencies can already build against libqof2 whilst
testing simply by passing --disable-deprecated-qof to ./configure. This
means that I can ensure that all reverse dependencies can cope with
libqof2 transparently before it is released *AND* I can fold all changes
into one SONAME bump. Without deprecated.c, I'd already be on libqof68
or more. As it is, libqof1 in Debian (0.7.5) can pretend to be libqof2
with a mere ./configure switch, at least as far as testing is
concerned.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




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


Re: Handling macro change in an exported library header

2008-06-26 Thread Neil Williams
On Thu, 2008-06-26 at 12:33 +0100, Neil Williams wrote:
  Any comments on how to handle this change in packaging properly?
 

 Maybe upstream could implement a deprecated support scheme that allows
 the old routine to be available, puts the new routine under a new name
 and moves the old routine into deprecated.c which can be disabled en
 masse with an option to ./configure. Packages then use the new function
 in their bug fix. deprecated.c then grows in size as more changes are
 implemented but the SONAME remains the same (you simply increment the
 version string upstream: 13:1:0 etc).

(Should also note that where this says function or routine, any
snippet of code from the public API can be handled in the same way,
including macros - see deprecated.c and deprecated.h in the current
libqof1 source in Debian.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




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


Re: Handling macro change in an exported library header

2008-06-26 Thread Goswin von Brederlow
Nikita Youshchenko [EMAIL PROTECTED] writes:

 Hello.

 To fix #486693, I need to apply a patch that changes #define'd macro in an 
 exported library header.

 The pattern is:

 extern int foo(char *param1, int param2);
 #define bar(param) foo(param, expr(param))

 and changed thing is expr(param)

 Looks like binary interface of the shared library does not change, however 
 strictly saying any user of the library that uses bar() macro needs to 
 recompile his code.

 Any comments on how to handle this change in packaging properly?

 Nikita

Are you saying that old binaries will no longer work because param2
will be wrong? If so then the ABI changed.
You might want to use

extern int foo(char *param1, int param2);
extern int foo_new(char *param1, int param2_new);
#define bar(param) foo(param, expr(param))

or versioned symbols to keep the old and new binaries working. In that
case the ABI doesn't break so only shlibs/symbols file need to be
bumped.


If the expr had a bug and old binaries didn't work with the old
library then I would say that requires and shlibs bump, possibly a
versioned conflicts against all rdepends and binNMUs.

MfG
Goswin


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



Bug#488108: ITP: openlldp -- implementation of IEEE 802.1ab

2008-06-26 Thread Vincent Bernat
Package: wnpp
Severity: wishlist
Owner: Vincent Bernat [EMAIL PROTECTED]

* Package name: openlldp
  Version : cvs snapshot
  Upstream Author : OpenLLDP team
* URL : http://openlldp.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : implementation of IEEE 802.1ab

The OpenLLDP project aims to provide a comprehensive implementation of
the IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an
industry standard protocol designed to supplant proprietary Link-Layer
protocols such as Extreme's EDP (Extreme Discovery Protocol) and CDP
(Cisco Discovery Protocol).

The goal of LLDP is to provide an inter-vendor compatible mechanism to
deliver Link-Layer notifications to adjacent network devices.

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

Kernel: Linux 2.6.24.2-zoro.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash



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



Re: Handling macro change in an exported library header

2008-06-26 Thread Adeodato Simó
* Neil Williams [Thu, 26 Jun 2008 12:33:33 +0100]:

 SONAME bump would seem appropriate

W. T. F. (Hint: no, it is not appropriate.)

[snipped completely irrelevant stuff to the case at hand]

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
I promise you. Once I enter into an exclusive relationship, I sleep with
very few people.
-- Denny Crane


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



Re: Handling macro change in an exported library header

2008-06-26 Thread Adeodato Simó
* Nikita Youshchenko [Thu, 26 Jun 2008 13:22:19 +0400]:

 Hello.

 To fix #486693, I need to apply a patch that changes #define'd macro in an 
 exported library header.

 The pattern is:

 extern int foo(char *param1, int param2);
 #define bar(param) foo(param, expr(param))

 and changed thing is expr(param)

 Looks like binary interface of the shared library does not change, however 
 strictly saying any user of the library that uses bar() macro needs to 
 recompile his code.

 Any comments on how to handle this change in packaging properly?

My understanding from reading the bug and seeing the diff, is that you
should just apply the patch.

Recompiling code that uses the bar() macro would be indeed nice, so
maybe you could unpack all the packages that build-depend on your
library, and grep them for bar()? If you send a list of matches to
[EMAIL PROTECTED], we can rebuild them with binNMUs then.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
La música es de los que la quieren escuchar y de nadie más.
-- Andrés Calamaro


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



Re: Handling macro change in an exported library header

2008-06-26 Thread Nikita Youshchenko
 If the expr had a bug and old binaries didn't work with the old
 library then I would say that requires and shlibs bump, possibly a
 versioned conflicts against all rdepends and binNMUs.

As far as I understand, as soon as source uses the affected macro, binary is 
broken if compiled against unfixed version of the library, regardless of what 
library (fixed or unfixed) it links against at runtime.

If source is compiled against fxed library, it will work correctly (at least 
at this point) regardless of what version of library it is linked at runtime.

It looks that I may just upload the fix, without changing soname or shlibs, 
and then notify rdepends? Maybe also write a note into README.Debian in -dev 
package?


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



Bug#488117: ITP: libv4l -- Thin abstraction layer on top of video4linux2 devices

2008-06-26 Thread Domenico Andreoli
Package: wnpp
Severity: wishlist
Owner: Domenico Andreoli [EMAIL PROTECTED]

* Package name: libv4l
  Version : 0.1
  Upstream Author : Hans de Goede [EMAIL PROTECTED]
* URL : http://people.atrpms.net/~hdegoede/
* License : LGPL
  Programming Lang: C
  Description : Thin abstraction layer on top of video4linux2 devices

The purpose of this (thin) layer is to make it easy for application
writers to support a wide variety of devices without having to write
seperate code for different devices in the same class.

cheers,
Domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50



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



Re: Handling macro change in an exported library header

2008-06-26 Thread Bernhard R. Link
* Nikita Youshchenko [EMAIL PROTECTED] [080626 11:51]:
 To fix #486693, I need to apply a patch that changes #define'd macro in an 
 exported library header.

 The pattern is:

 extern int foo(char *param1, int param2);
 #define bar(param) foo(param, expr(param))

 and changed thing is expr(param)

 Looks like binary interface of the shared library does not change, however
 strictly saying any user of the library that uses bar() macro needs to
 recompile his code.

I think the relavant questions are: what is semantically changing:

1) Library keeps the behaviour, headers change, code using the headers
   must change because now the macro means something else
   - ABI (and thus soname) kept, API changes

   (I do not know if there is a reasonable way packaging-wise to deal
with this, perhaps renaming the -dev package might be sensible,
depending on the impact).

2) Library keeps the behaviour, headers change, but intended behaviour
   does not change (i.e. fixing some bug):
   - ABI and API stay, programs using the library may need an binNMU
   to actually use the bugfix.
   (Dato's mail indicates that is the case here.)

3) Library changes behaviour, headers adopted to get the original
   behaviour when using the define.
   For example function now wants an argument now one bigger or
   smaller to mean the same.
   - ABI changes, and API too (unless using the symbol directly
   is made impossible somehow).
   - soname bump needed (IMHO)

Where changes behaviour might be a bit tricky. Here it means changes
meaning of the arguments. Where before this argument = 0 meant
segfault now it means what was always in the documention is not a
change of behaviour on that sense, but before it was the length without
terminator, not it is the length with terminator is a change.

Hochachtungsvoll,
Bernhard R. Link
-- 
Never contain programs so few bugs, as when no debugging tools are available!
Niklaus Wirth


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



Re: Handling macro change in an exported library header

2008-06-26 Thread Joe Smith


Bernhard R. Link [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

* Nikita Youshchenko [EMAIL PROTECTED] [080626 11:51]:
To fix #486693, I need to apply a patch that changes #define'd macro in 
an

exported library header.

The pattern is:

extern int foo(char *param1, int param2);
#define bar(param) foo(param, expr(param))

and changed thing is expr(param)

Looks like binary interface of the shared library does not change, 
however

strictly saying any user of the library that uses bar() macro needs to
recompile his code.


I think the relavant questions are: what is semantically changing:


My thoughts:

If the change is a define in a header, where said define is *not* used in 
the library itself, then the libraries binary will not change. Thus 
physically it would have the same API and ABI. However, the convience API 
would change. So the end applications would need to be recompiled to take 
advantage of this, but since either version of the binary of the library 
would work with these recompiled apps. So the library should not be changed, 
but the programs recompiled, and a warning added to readme.Debian warning 
that locally compiled programs must be recompiled with the new headers.



However if the library itself used the macro, then it has a true API change, 
and must be SONAME bumped.




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



Re: Generating debian package using cmake (take 2)

2008-06-26 Thread Joe Smith


Mathieu Malaterre [EMAIL PROTECTED] wrote:


THANK YOU !
So far I only had FUDs about: 'no this is impossible, 'this is not the
right way'. Thanks for taking the time to answer in detail, this much
more supportive. I finally understood the previous aggressive answers,
I was simply looking at the problem from opposite direction.
So the next question is: where do I get started :)



My gut alos told me that you were going at it the wrong way, but It was not 
until I read this, that I realized what the right way was.
debhelper extracting the usuable information, and creating the files. This 
would potentially then support two ways of working. If the debhelper support 
is complete enough, the generic debhelper buildscript is all that would be 
needed. The contents of the binary packages could potentially be determined 
by by the INSTALL(...) commands, which apparently support multiple packages.







I still do not understand this one. cmake is able to say I need
'zlib.h' and 'z.so', so I do not see why this is so hard to find out
that zlib-dev is required (dpkg -S, or equivalent call), right ?



That system may work in quite a few cases, but would not nessisarally work 
in all cases.


However, it is perfectly possible to have the dh_make (the script that 
initially creates a debhelper-based debian/ directory) do a preliminary 
pass, and determine as many of the build depends needed as possible. Then 
anything it did not catch could be added manually.


(Actually a new non-buildtime script that dh_make would call would probably 
work better. This seperate program could be used by the maintainers to 
update the build-depends with any new packages it can detect. The idea being 
that in at least some cases, new build-depends could be automatically 
added.)



Anyway, the best way to become familar with debhelper is to use it to 
package a few simple traditional make based packages. Then jump in. Keep in 
contact with the Debhelper maintainer (Joey Hess) and dh-make's maintainer 
(Craig Small).


Hope this message has helped in some way. 




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



Re: Non-related 'Recommends' dependencies - bug or not?

2008-06-26 Thread Ian Jackson
Christian Perrier writes (Re: Non-related 'Recommends' dependencies - bug or 
not?):
 So, well, in such case, closing with I think this is not a bug
 because synaptic is recommended by another package in the dependency
 chain would have been better. Even better would have been to
 investigate the dependency chain and reassign the bug properly, with a
 short note to the bug submitter to explain him how to do such
 investigation himself next time...

I think it is quite wrong for a maintainer to close a bug report just
because they think the bug is due to a problem with another package.

Bugs which are filed against the wrong package should be reassigned.
If a maintainer of a busy central package doesn't have time to deal
with all the reports then I think it's quite fair enough for them to
reassign the bug for a more specific maintainer to investigate.

For example, if a bug about a glibc-generated warning of program
misbehaviour is filed against glibc, the glibc maintainers would be
quite wrong to just close it, but quite right to reassign it to the
package of the apparently offending program without doing any
investigation or even any great deal of thought.

Ian.


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



Re: RFC: Idea for improved diversions and alternatives handling

2008-06-26 Thread Ian Jackson
Steve Langasek writes (Re: RFC: Idea for improved diversions and alternatives 
handling):
 Declarative diversions are a much-needed enhancement to dpkg; there are
 cases one cannot deal with on upgrade without rm'ing one's own package files
 in the prerm in order to handle diversion changes, and that's just nasty. 
 I'm happy to see people thinking about this.

Absolutely.  I would agree with Steve Langasek's comments, though.

I don't think replicating the options to dpkg-divert in the diversions
file is the correct approach.  The implementation won't be done by
having dpkg call dpkg-divert (I hope!) and I think a less arbitrary
set of syntaxes for the diversions file would be better.

Looking at the options to dpkg-divert:

  --add --remove --package
  Should be inferred by dpkg and not specifiable in diversions
  --divert
  In practice diversity in this option seems to cause more
  trouble than it's worse.  Perhaps we should settle on
  `.diverted' or something ?
  --rename
  Should always be enabled in this case.  The situations where
  this isn't right don't apply, and for declarative diversions
  we're expecting dpkg to Do The Right Thing all of the time.
  --admindir --test --quiet --help --version --truename --list
  Make no sense in a diversions file

Which leaves only the pathname :-).

 On Sun, Jun 22, 2008 at 07:05:29PM +0200, Goswin von Brederlow wrote:
  FIXME: what if a line changes? Only allow certain changes?
 
 ... that's a rather large FIXME.  Without fixing this, such an
 implementation of declarative diversions would be pointless churn.

Quite so.  Changes to the diversions must be handled properly.
Also we need to think about the semantics when a diversion is
specified by more than one package, which might be necessary during
package transitions.

 You should perhaps discuss this with Ian Jackson, there have already been
 rumblings from him about implementing declarative diversions.

After my last experience I don't have any plans to do any substantial
coding in dpkg :-/.

  New control file: alternatives
  ==
 
 The need for declarative alternatives is much less clear because
 alternatives can always be managed during a normal postinst/prerm stage,
 and there are definitely cases when update-alternatives from a maintainer
 script is still the only correct way to handle some alternatives.  These
 two proposals should be handled separately.

Absolutely.  I would suggest at least doing the design work
sequentially.  Otherwise we'll all get more confused.

Steve Langasek writes (Re: RFC: Idea for improved diversions and alternatives 
handling):
 Er, I've for the life of me never understood why --rename is even an
 *option* to dpkg-divert.  What does dpkg-divert do without it, and how is
 that useful?

Goswin's answer is one example - although actually the odds of a
package maintainer doing the diversion of an essential file correctly
are quite low.  --rename should have been the default (sorry).

Ian.


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



Re: [security] Incorrect file permissions due to (now fixed) perl 5.10 issue

2008-06-26 Thread Norbert Preining
On Do, 26 Jun 2008, Frans Pop wrote:
 [1]http://lists.debian.org/debian-testing-security-announce/2008/06/msg00016.html

And exactely that link is not present???

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
---
MAPLEDURHAM (n.)
A hideous piece of chipboard veneer furniture bought in a suburban
high street furniture store and designed to hold exactly a year's
supply of Sunday colour supplements.
--- Douglas Adams, The Meaning of Liff


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



Re: [security] Incorrect file permissions due to (now fixed) perl 5.10 issue

2008-06-26 Thread James Vega
On Thu, Jun 26, 2008 at 11:31:44PM +0200, Norbert Preining wrote:
 On Do, 26 Jun 2008, Frans Pop wrote:
  [1]http://lists.debian.org/debian-testing-security-announce/2008/06/msg00016.html
 
 And exactely that link is not present???

Actually, it is.  Even if a typo were present, you could go to threads.html
and easily find the post about the perl vulnerability.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Handling macro change in an exported library header

2008-06-26 Thread Russ Allbery
Nikita Youshchenko [EMAIL PROTECTED] writes:

 If the expr had a bug and old binaries didn't work with the old library
 then I would say that requires and shlibs bump, possibly a versioned
 conflicts against all rdepends and binNMUs.

 As far as I understand, as soon as source uses the affected macro,
 binary is broken if compiled against unfixed version of the library,
 regardless of what library (fixed or unfixed) it links against at
 runtime.

In that case, the ABI did actually change, and the SONAME needs to be
increased.

The SONAME doesn't have to be increased only if existing binaries compiled
with the old library will continue to work with the new library.

-- 
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: Handling macro change in an exported library header

2008-06-26 Thread Russ Allbery
Joe Smith [EMAIL PROTECTED] writes:

 If the change is a define in a header, where said define is *not* used
 in the library itself, then the libraries binary will not change. Thus
 physically it would have the same API and ABI.

If the new behavior of the header file is required for the new foo
function to be called correctly, then the ABI of foo changed and the
SONAME needs to be increased.

The ABI of a library is not only the the signatures of its exposed
functions but also how the arguments are interpreted.  If the
interpretation of an argument changes in a non-backward-compatible
fashion, that's an ABI change.

-- 
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: Handling macro change in an exported library header

2008-06-26 Thread Steve Langasek
On Thu, Jun 26, 2008 at 05:10:40PM -0700, Russ Allbery wrote:
 Joe Smith [EMAIL PROTECTED] writes:

  If the change is a define in a header, where said define is *not* used
  in the library itself, then the libraries binary will not change. Thus
  physically it would have the same API and ABI.

 If the new behavior of the header file is required for the new foo
 function to be called correctly, then the ABI of foo changed and the
 SONAME needs to be increased.

 The ABI of a library is not only the the signatures of its exposed
 functions but also how the arguments are interpreted.  If the
 interpretation of an argument changes in a non-backward-compatible
 fashion, that's an ABI change.

My understanding from reading this thread is that the signature of the
function did *not* change, but that in previous versions of the library the
macro definition in the header was simply broken, with the result that
anything built using that definition would not work correctly.

So it sounds to me like there's no ABI change here, just a header bugfix.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]


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



Re: Handling macro change in an exported library header

2008-06-26 Thread Russ Allbery
Steve Langasek [EMAIL PROTECTED] writes:

 My understanding from reading this thread is that the signature of the
 function did *not* change, but that in previous versions of the library
 the macro definition in the header was simply broken, with the result
 that anything built using that definition would not work correctly.

 So it sounds to me like there's no ABI change here, just a header
 bugfix.

Ah, yes, in that case there's no library SONAME change, just a bug that
may have propagated into other packages in the archive.

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


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



Accepted libmime-types-perl 1.24-1 (source all)

2008-06-26 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:30:21 +0300
Source: libmime-types-perl
Binary: libmime-types-perl
Architecture: source all
Version: 1.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libmime-types-perl - Perl extension for determining MIME types and Transfer 
Encoding
Changes: 
 libmime-types-perl (1.24-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release.
   * debian/copyright: adjust years of upstream copyright.
   * Refresh debian/rules, no functional changes.
   * debian/control: change my email address.
   * Standards-Version 3.8.0 (no changes needed)
 .
   [ Damyan Ivanov ]
   * minimize debian/rules with debhelper 7
   * change Homepage to what upstream advertises
Checksums-Sha1: 
 aa8fa9019e311c2cb0ebcde4b182aba8debe5509 1434 libmime-types-perl_1.24-1.dsc
 f61e6d8092e4174d756327fb6a2449e3ee0ee0d2 19216 
libmime-types-perl_1.24.orig.tar.gz
 09f418b7e6bf045d7dbc69afd0ee291541c078a7 2888 libmime-types-perl_1.24-1.diff.gz
 f955bab18eeb27b22f0860f3fa885cc5533f0a65 30752 
libmime-types-perl_1.24-1_all.deb
Checksums-Sha256: 
 3b36ddba5e90f2e3da4becad43a264465d3a246d3c1059d1acb023725e6d5058 1434 
libmime-types-perl_1.24-1.dsc
 e9e3f310f341b303d13a11d6bcd3472e78b4d204b719bc4636fb469ab69c09c9 19216 
libmime-types-perl_1.24.orig.tar.gz
 ef334cbabbe7545b02e7aa0aee805d9b863a43b64cfbc50151ca3bde15b72a5c 2888 
libmime-types-perl_1.24-1.diff.gz
 274bca71d7ccfac2f579363c16f54ca5ce1631109084c9c4741bbb4d7d16718f 30752 
libmime-types-perl_1.24-1_all.deb
Files: 
 1f315e674000bb4d1f87701f945a39c9 1434 perl optional 
libmime-types-perl_1.24-1.dsc
 fe43cf2caac763f8b02fdd4ced3fd038 19216 perl optional 
libmime-types-perl_1.24.orig.tar.gz
 fd9c765d6ee4843926879f2dd4dcce8b 2888 perl optional 
libmime-types-perl_1.24-1.diff.gz
 ba8a3ef4a74c0a230920627b9f913828 30752 perl optional 
libmime-types-perl_1.24-1_all.deb

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

iEYEARECAAYFAkhjN/kACgkQHqjlqpcl9jthYQCdF9SazofQomoFEDG/WPlXvafA
GgQAoKPrrBnT8hpGwrkz18qNKXMFKa2D
=7V6F
-END PGP SIGNATURE-


Accepted:
libmime-types-perl_1.24-1.diff.gz
  to pool/main/libm/libmime-types-perl/libmime-types-perl_1.24-1.diff.gz
libmime-types-perl_1.24-1.dsc
  to pool/main/libm/libmime-types-perl/libmime-types-perl_1.24-1.dsc
libmime-types-perl_1.24-1_all.deb
  to pool/main/libm/libmime-types-perl/libmime-types-perl_1.24-1_all.deb
libmime-types-perl_1.24.orig.tar.gz
  to pool/main/libm/libmime-types-perl/libmime-types-perl_1.24.orig.tar.gz


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



Accepted libnet-sip-perl 0.45.3-1 (source all)

2008-06-26 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:57:52 +0300
Source: libnet-sip-perl
Binary: libnet-sip-perl
Architecture: source all
Version: 0.45.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libnet-sip-perl - SIP handler Perl module
Changes: 
 libnet-sip-perl (0.45.3-1) unstable; urgency=low
 .
   [ Martín Ferrari ]
   * Updating my email address
 .
   [ Damyan Ivanov ]
   * New upstream release
   * minimize debian/rules with debhelper 7
   * Standards-Version 3.8.0 (no changes needed)
Checksums-Sha1: 
 b70dbc8d84757b4c87d0e2388cb38165d5d0a6ca 1464 libnet-sip-perl_0.45.3-1.dsc
 190ab1b4db1a1ba4619698bb981968d49ac000c7 137232 
libnet-sip-perl_0.45.3.orig.tar.gz
 0972947b6f327b5d26c0c0a17762f9d5d177ce10 2752 libnet-sip-perl_0.45.3-1.diff.gz
 6ba73a76fb40fe3bc881460ae3740f4f1a0cd448 224612 
libnet-sip-perl_0.45.3-1_all.deb
Checksums-Sha256: 
 c2c429d1b5b9034984721920349d31df693a714329c6bc9b6f9b37e29437a4fb 1464 
libnet-sip-perl_0.45.3-1.dsc
 102b72d1bee6b3f54a69b65ec66c079f1e7882f86ef402fd6c7329e70fd9678b 137232 
libnet-sip-perl_0.45.3.orig.tar.gz
 0ec60e1f254b2573a1641122d729083ee7c3a7c7790fa0f0e41ac4822c59b390 2752 
libnet-sip-perl_0.45.3-1.diff.gz
 dfa172ad36523bff2d5397887e0ee9ee3fac051c15e0b6b05b049938613467d1 224612 
libnet-sip-perl_0.45.3-1_all.deb
Files: 
 8b1afeb2fd978ad9e8a0b8ec1828cbc4 1464 perl optional 
libnet-sip-perl_0.45.3-1.dsc
 5469b32af5f1396d909b7d82cb6a2afa 137232 perl optional 
libnet-sip-perl_0.45.3.orig.tar.gz
 f51f4be3003abb4d0eba6e94b86b0cfb 2752 perl optional 
libnet-sip-perl_0.45.3-1.diff.gz
 f0425f92384382d24ae6a1c1449e3ffd 224612 perl optional 
libnet-sip-perl_0.45.3-1_all.deb

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

iEYEARECAAYFAkhjPm4ACgkQHqjlqpcl9jso3gCggTRN7MYDewR3onVCNWf01MdH
GjAAnR8Zp8TRPGJiYVDOyNEUcmkh2CcR
=TmM6
-END PGP SIGNATURE-


Accepted:
libnet-sip-perl_0.45.3-1.diff.gz
  to pool/main/libn/libnet-sip-perl/libnet-sip-perl_0.45.3-1.diff.gz
libnet-sip-perl_0.45.3-1.dsc
  to pool/main/libn/libnet-sip-perl/libnet-sip-perl_0.45.3-1.dsc
libnet-sip-perl_0.45.3-1_all.deb
  to pool/main/libn/libnet-sip-perl/libnet-sip-perl_0.45.3-1_all.deb
libnet-sip-perl_0.45.3.orig.tar.gz
  to pool/main/libn/libnet-sip-perl/libnet-sip-perl_0.45.3.orig.tar.gz


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



Accepted tclreadline 2.1.0-8 (source i386)

2008-06-26 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 26 Jun 2008 10:59:24 +0400
Source: tclreadline
Binary: tclreadline
Architecture: source i386
Version: 2.1.0-8
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 tclreadline - GNU Readline Extension for Tcl/Tk
Changes: 
 tclreadline (2.1.0-8) unstable; urgency=low
 .
   * Changed modification time of several files in debian/rules to prevent
 autoconf invocation after configure call (to prevent FTBFS under certain
 conditions).
   * Bumped standards version to 3.8.0.
Files: 
 bc78ea704a9752c3f391a3eda31e1575 1214 devel optional tclreadline_2.1.0-8.dsc
 a755efca4b38fb35dce1bd208a2ca472 7752 devel optional 
tclreadline_2.1.0-8.diff.gz
 b41eab23b25240f498caba64585ee6ae 63158 devel optional 
tclreadline_2.1.0-8_i386.deb

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

iD8DBQFIY0CrIcdH02pGEFIRAstkAKCQVX5gTe/UV611S7vtISCxvN7YYwCeMgyl
Uoksmkw8CT1JmGctEO+KljQ=
=2maZ
-END PGP SIGNATURE-


Accepted:
tclreadline_2.1.0-8.diff.gz
  to pool/main/t/tclreadline/tclreadline_2.1.0-8.diff.gz
tclreadline_2.1.0-8.dsc
  to pool/main/t/tclreadline/tclreadline_2.1.0-8.dsc
tclreadline_2.1.0-8_i386.deb
  to pool/main/t/tclreadline/tclreadline_2.1.0-8_i386.deb


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



Accepted idjc 0.7.7-1 (source amd64)

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

Format: 1.8
Date: Mon, 23 Jun 2008 01:16:42 +0100
Source: idjc
Binary: idjc
Architecture: source amd64
Version: 0.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 idjc   - graphical shoutcast/icecast client
Changes: 
 idjc (0.7.7-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d4cd161eb5a5e3969d621e87851222d81ac1c938 1272 idjc_0.7.7-1.dsc
 c0cbf697ed2a03e82c4a259d9baab1169c7ce911 770252 idjc_0.7.7.orig.tar.gz
 839dc16d83b76e05e62e660d7d5951e160d7a426 5617 idjc_0.7.7-1.diff.gz
 59a733da9670d4a1e0d8b792e7b0b8afd1190548 887504 idjc_0.7.7-1_amd64.deb
Checksums-Sha256: 
 35832d8935ac71a69e1e3cb7bedd8d061c79d4f789494aafa4102a863898a5ce 1272 
idjc_0.7.7-1.dsc
 618203334bfa20902b1a9ec50333da276e8069ccac974ba5f71fb2f63219d7ee 770252 
idjc_0.7.7.orig.tar.gz
 546872cf16ec2e31ec3e351874bca52e28030efaafad436225adb8bc393654a7 5617 
idjc_0.7.7-1.diff.gz
 c22c6a333bbb795755644df1e9b2cf804b66fe0269f04a490581ab69db41609e 887504 
idjc_0.7.7-1_amd64.deb
Files: 
 02a55a10db45d985db8fda3c24617714 1272 sound optional idjc_0.7.7-1.dsc
 a153bc77e2f22b7ddfa4e7acf4338b11 770252 sound optional idjc_0.7.7.orig.tar.gz
 f37c4908693f2c8e5f4bded844402875 5617 sound optional idjc_0.7.7-1.diff.gz
 25376650fe1f642c3b734822ef35d514 887504 sound optional idjc_0.7.7-1_amd64.deb

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

iD8DBQFIY1SXcanJGlcVnlkRAh2mAKDi5yY7A5Cpe3G1g+xedqwI/ozKhwCgtBK0
JZSxryayQYF4D1zYfUsDjwM=
=8Rqs
-END PGP SIGNATURE-


Accepted:
idjc_0.7.7-1.diff.gz
  to pool/main/i/idjc/idjc_0.7.7-1.diff.gz
idjc_0.7.7-1.dsc
  to pool/main/i/idjc/idjc_0.7.7-1.dsc
idjc_0.7.7-1_amd64.deb
  to pool/main/i/idjc/idjc_0.7.7-1_amd64.deb
idjc_0.7.7.orig.tar.gz
  to pool/main/i/idjc/idjc_0.7.7.orig.tar.gz


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



Accepted b2evolution 2.4.2-2 (source all)

2008-06-26 Thread Xavier Luthi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 10:44:33 +0200
Source: b2evolution
Binary: b2evolution
Architecture: source all
Version: 2.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Xavier Luthi [EMAIL PROTECTED]
Changed-By: Xavier Luthi [EMAIL PROTECTED]
Description: 
 b2evolution - multilingual, multiuser, multi-blog engine
Changes: 
 b2evolution (2.4.2-2) unstable; urgency=low
 .
   * Update to follow the last version of Debian Policy (3.8.0):
- debian/control: Standards-Version updated.
Checksums-Sha1: 
 345a0bb2272841b8c65e56cff9ab288f6874ff95 1050 b2evolution_2.4.2-2.dsc
 4f5047fa1493541edf4e7b9310ff11cc3d5503b1 33189 b2evolution_2.4.2-2.diff.gz
 304a61f54d4a76206c3c5c2624caad2f716d6024 2230070 b2evolution_2.4.2-2_all.deb
Checksums-Sha256: 
 6362bdddfed2f16b411d1db4db30c9736c67014a840de78ffdfe0c90a15761d7 1050 
b2evolution_2.4.2-2.dsc
 491d809f1ac6dc2d8aee93e704685eff56c1518b0ca4ea7e83d8c0d955d2ae07 33189 
b2evolution_2.4.2-2.diff.gz
 24ed474df673222b52a4848f1bd60fc10d02f1a035a78a414774204e57f35fe9 2230070 
b2evolution_2.4.2-2_all.deb
Files: 
 b20963378cfd5770b10aca4709bda877 1050 web optional b2evolution_2.4.2-2.dsc
 c8c74750ab022ff20459e1af8dc032a0 33189 web optional b2evolution_2.4.2-2.diff.gz
 1fc9d9da546cf0bb07b6fd1e3faae267 2230070 web optional 
b2evolution_2.4.2-2_all.deb

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

iEYEARECAAYFAkhjV5AACgkQgT/oOnSXSCQWXQCgok8sHuauZkALgPVvyjsNTZoB
lKkAnRntNrzpjblSNTozprAQA1K4h+BH
=oTx8
-END PGP SIGNATURE-


Accepted:
b2evolution_2.4.2-2.diff.gz
  to pool/main/b/b2evolution/b2evolution_2.4.2-2.diff.gz
b2evolution_2.4.2-2.dsc
  to pool/main/b/b2evolution/b2evolution_2.4.2-2.dsc
b2evolution_2.4.2-2_all.deb
  to pool/main/b/b2evolution/b2evolution_2.4.2-2_all.deb


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



Accepted xprintmon 0.0.3-1 (source sparc)

2008-06-26 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 12:30:36 CEST
Source: xprintmon
Binary: xprintmon
Architecture: source sparc
Version: 0.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link [EMAIL PROTECTED]
Changed-By: Bernhard R. Link [EMAIL PROTECTED]
Description: 
 xprintmon  - graphical print queue monitor for lprng
Changes: 
 xprintmon (0.0.3-1) unstable; urgency=low
 .
   * new minor version
   - enable 3D look of buttons
   * bump Standards-Version to 3.8.0
   - update debian/rules to new DEB_BUILD_OPTIONS
Checksums-Sha256: 
 77a5453576295866f5598e098960f254559522ac9c8193efde88c1599ee092c0 1122 
xprintmon_0.0.3-1.dsc
 39f5e01a88f3bd2e0328702847415eab18d9fe77748433755b5250473a5d04cd 111730 
xprintmon_0.0.3.orig.tar.gz
 45b4290cbf5853e316ff7d3d10c4c65fad5aed306982e04f10f98c7fe745dc80 2450 
xprintmon_0.0.3-1.diff.gz
 b0678b795e1770cae30308679f43dc361df84a2ed6db2ed50b74da45bedb1541 27328 
xprintmon_0.0.3-1_sparc.deb
Checksums-Sha1: 
 3ccd3b0036c29aa46ee9118490ee615b4d40932b 1122 xprintmon_0.0.3-1.dsc
 b91c12780f8889ff89c05b9296b63d2a770b8736 111730 xprintmon_0.0.3.orig.tar.gz
 307d97c7a85a16e1098e41b989a37416beaab627 2450 xprintmon_0.0.3-1.diff.gz
 6655d75d8d8c9ccba595f5a1f81b04e4ba662a81 27328 xprintmon_0.0.3-1_sparc.deb
Files: 
 ce56323a65b53624266f33b5caee391c 1122 utils extra xprintmon_0.0.3-1.dsc
 7633243da389a48d0cbe3b708a3dcce2 111730 utils extra xprintmon_0.0.3.orig.tar.gz
 b32ae36875584e90f46dcd800a575bc9 2450 utils extra xprintmon_0.0.3-1.diff.gz
 0730ef2f628faad51b477df82606ad74 27328 utils extra xprintmon_0.0.3-1_sparc.deb

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

iQCVAwUBSGNv2lsyKVgPHZLaAQJG+AP/Rwc0J8RXahdoEy07s1ctZLecr8MyElv8
/5wZX6lj/Wf4NWpMZtGjQj0fjl7FFGChRZnXI0wSNmMiekOhOXF7ydn3enhvI10j
mB3tPlzu5vWsH1uruAcDmddwiWK+754evEidR9HYeyB3X7tDIbVYLtG72gyy3BgT
PStOjgB6B/Q=
=x4dZ
-END PGP SIGNATURE-


Accepted:
xprintmon_0.0.3-1.diff.gz
  to pool/main/x/xprintmon/xprintmon_0.0.3-1.diff.gz
xprintmon_0.0.3-1.dsc
  to pool/main/x/xprintmon/xprintmon_0.0.3-1.dsc
xprintmon_0.0.3-1_sparc.deb
  to pool/main/x/xprintmon/xprintmon_0.0.3-1_sparc.deb
xprintmon_0.0.3.orig.tar.gz
  to pool/main/x/xprintmon/xprintmon_0.0.3.orig.tar.gz


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



Accepted fuse-umfuse-iso9660 0.2b-1 (source amd64)

2008-06-26 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 20 Jun 2008 22:04:34 +0200
Source: fuse-umfuse-iso9660
Binary: umview-mod-umfuseiso9660 fuseiso9660
Architecture: source amd64
Version: 0.2b-1
Distribution: unstable
Urgency: low
Maintainer: Debian VSquare Team [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 fuseiso9660 - File System in User Space - Module for ISO9660
 umview-mod-umfuseiso9660 - View-OS in user space - ISO9660 module for UMFUSE
Closes: 432069
Changes: 
 fuse-umfuse-iso9660 (0.2b-1) unstable; urgency=low
 .
   * New upstream version
 + Fix exit code based on fuse_main (Closes: #432069)
   * Update S-V to 3.8.0 (Add homepage)
   * libumlib0-dev - libumlib-dev transition
Checksums-Sha1: 
 e7012ff54ee3cb8440ebd4d2009899a3a4f4fbab 1455 fuse-umfuse-iso9660_0.2b-1.dsc
 5d49e4b443aa192528c2785d549bb5108a75cd74 313757 
fuse-umfuse-iso9660_0.2b.orig.tar.gz
 14328017361f557d61c9c3da4cc0f191367879f0 2434 
fuse-umfuse-iso9660_0.2b-1.diff.gz
 940b3a6946c7af329bbea9ff96c423e33d8063c9 8338 
umview-mod-umfuseiso9660_0.2b-1_amd64.deb
 44b435b29f96fa00a5ea606d49f754754602d0ea 9236 fuseiso9660_0.2b-1_amd64.deb
Checksums-Sha256: 
 46566cb9bc9ae4fd2dfefeb789c3332f193e634745cdaf8ccad2586d6872a775 1455 
fuse-umfuse-iso9660_0.2b-1.dsc
 57978ff5ac89f6bf447696f61040507aa001087fd13fc0627984c9eedb179e5b 313757 
fuse-umfuse-iso9660_0.2b.orig.tar.gz
 b3d31db827ad9c4c21aa490dba356a263a7771fce0147e1cec9d1628ffa07aa3 2434 
fuse-umfuse-iso9660_0.2b-1.diff.gz
 5ade47fb76746490546d1db21d7a8d20b9840621c6395957a99c433657ad0406 8338 
umview-mod-umfuseiso9660_0.2b-1_amd64.deb
 1a8212c272387163f98b105a6c54ad2a01d615498ce280fa2c62d9224eeaf858 9236 
fuseiso9660_0.2b-1_amd64.deb
Files: 
 3f8edf564d943ba9f6b3e61cea82a32c 1455 misc optional 
fuse-umfuse-iso9660_0.2b-1.dsc
 40d8f4c844a080e4ddcd525ed3a7fd35 313757 misc optional 
fuse-umfuse-iso9660_0.2b.orig.tar.gz
 b39ff8b42f5123533e39a4f928f48aa2 2434 misc optional 
fuse-umfuse-iso9660_0.2b-1.diff.gz
 3aacef4b17130f98571979dcb5d52994 8338 misc optional 
umview-mod-umfuseiso9660_0.2b-1_amd64.deb
 00f01e3b83449bd39f05a43298b202b4 9236 misc optional 
fuseiso9660_0.2b-1_amd64.deb

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

iEYEARECAAYFAkhjcFkACgkQABzeamt51AErmgCeL8bL80QkMX6970L/38yON1xw
71QAni16TSQ+CNeg3O9DRWiw/oJ54ClX
=hEJs
-END PGP SIGNATURE-


Accepted:
fuse-umfuse-iso9660_0.2b-1.diff.gz
  to pool/main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.2b-1.diff.gz
fuse-umfuse-iso9660_0.2b-1.dsc
  to pool/main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.2b-1.dsc
fuse-umfuse-iso9660_0.2b.orig.tar.gz
  to pool/main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.2b.orig.tar.gz
fuseiso9660_0.2b-1_amd64.deb
  to pool/main/f/fuse-umfuse-iso9660/fuseiso9660_0.2b-1_amd64.deb
umview-mod-umfuseiso9660_0.2b-1_amd64.deb
  to pool/main/f/fuse-umfuse-iso9660/umview-mod-umfuseiso9660_0.2b-1_amd64.deb


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



Accepted dosfstools 2.11-3 (source i386)

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

Format: 1.8
Date: Thu, 26 Jun 2008 12:31:00 +0200
Source: dosfstools
Binary: dosfstools
Architecture: source i386
Version: 2.11-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dosfstools - Utilities to create and check MS-DOS FAT filesystems
Closes: 488018
Changes: 
 dosfstools (2.11-3) unstable; urgency=low
 .
   * New maintainer (Closes: #488018).
Checksums-Sha1: 
 546e9f158614378fefa45b73a6a1b8ce2dd767bf 952 dosfstools_2.11-3.dsc
 5e723efea962b0ae86b32a778244b994ae2ade76 11317 dosfstools_2.11-3.diff.gz
 15f8cb2e73894023acbf264e66265cce06738ea9 53402 dosfstools_2.11-3_i386.deb
Checksums-Sha256: 
 9d2e18e2db8f138552e44bc3f5e1fc06587919d305cf339d099ad68a5ca81a05 952 
dosfstools_2.11-3.dsc
 ad38f0accbd1ba7af1c0a0ec2bc44a000daa87c117d83b396324b00c54da157b 11317 
dosfstools_2.11-3.diff.gz
 a37bd4b7de9395766fb3530b3fc22647c38e4999a5a1013f20ad51f6ce454df8 53402 
dosfstools_2.11-3_i386.deb
Files: 
 a1db42943617f0f57ed3da87dd206581 952 otherosfs optional dosfstools_2.11-3.dsc
 c8ea97fdcc30a9a3af6f80051c386b08 11317 otherosfs optional 
dosfstools_2.11-3.diff.gz
 403ea503d310e99d8a1b641cf11892d6 53402 otherosfs optional 
dosfstools_2.11-3_i386.deb

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

iEYEARECAAYFAkhjcCoACgkQ+C5cwEsrK55jbQCfSezLlSA5PPWMWcih/ETv+H35
mhwAoIjkF70bKW1GHPs1tHqwKA3xzCre
=ttiT
-END PGP SIGNATURE-


Accepted:
dosfstools_2.11-3.diff.gz
  to pool/main/d/dosfstools/dosfstools_2.11-3.diff.gz
dosfstools_2.11-3.dsc
  to pool/main/d/dosfstools/dosfstools_2.11-3.dsc
dosfstools_2.11-3_i386.deb
  to pool/main/d/dosfstools/dosfstools_2.11-3_i386.deb


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



Accepted wavpack 4.50.0-1 (source i386)

2008-06-26 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 13:02:38 +0200
Source: wavpack
Binary: libwavpack1 libwavpack-dev wavpack
Architecture: source i386
Version: 4.50.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libwavpack-dev - an audio codec (lossy and lossless) - development files
 libwavpack1 - an audio codec (lossy and lossless) - library
 wavpack- an audio codec (lossy and lossless) - encoder and decoder
Changes: 
 wavpack (4.50.0-1) unstable; urgency=low
 .
   * New upstream release:
 + debian/patches/01_memory-alignment.patch:
   - Dropped, fixed different upstream.
 + debian/libwavpack1.shlibs:
   - Updated to = 4.50.0 because of new flags for some functions.
   * debian/control:
 + Set maintainer to pkg-multimedia.
 + Wrap control fields.
 + Move homepage to the Homepage field.
 + Update Standards-Version to 3.8.0, no additional changes needed.
Checksums-Sha1: 
 d8bc3a2626ef3229ff227ed8b2afa55e43a8ae04 1240 wavpack_4.50.0-1.dsc
 c747372a74d5d6c9e9fd24080a9ce8913d52a8eb 515664 wavpack_4.50.0.orig.tar.gz
 e11ce001b619dc1352d5627404b7630d2ed51a81 6154 wavpack_4.50.0-1.diff.gz
 7e09a0b66e88e6828a9e6b3fc4ca995b3f093566 82520 libwavpack1_4.50.0-1_i386.deb
 192f10ccfc512586873eb8a393257950410f02c1 90662 libwavpack-dev_4.50.0-1_i386.deb
 7d3e45d51ad6f5a6db17ceb0881cafc08a079abf 55752 wavpack_4.50.0-1_i386.deb
Checksums-Sha256: 
 9fc335fda2f54f12d6fd05aa90e5dcc877473325f8d4352b89e14785cf3f1c45 1240 
wavpack_4.50.0-1.dsc
 9bcafaf243e8f809a27766a6feb36576922940677b78e86c89edeed750403319 515664 
wavpack_4.50.0.orig.tar.gz
 8bf287f28fe13907c09f1c40d8860e0a57e251fa1fdee33b8076d104a73886b6 6154 
wavpack_4.50.0-1.diff.gz
 8bc5627fbe568ee9228879b52f628f7347c065eff933512fcc1782f029bcb9b8 82520 
libwavpack1_4.50.0-1_i386.deb
 45d404b2b4e239706f4e2a9198a7d99b5d6ba6fe3b7bd12b586e3f511847bb95 90662 
libwavpack-dev_4.50.0-1_i386.deb
 6d82fe767e14ab1798ef16366ea213fe9b059fc41293b118cf6380f9e17229a1 55752 
wavpack_4.50.0-1_i386.deb
Files: 
 b0abfb98c9c927634891e20b405c544d 1240 sound optional wavpack_4.50.0-1.dsc
 6932f3dc82be828acd00208773d70bfc 515664 sound optional 
wavpack_4.50.0.orig.tar.gz
 c3a4e9ba721db6e2ba4fca460a48f0db 6154 sound optional wavpack_4.50.0-1.diff.gz
 3a60d9a96fc164ed9b1e1215f7c60385 82520 libs optional 
libwavpack1_4.50.0-1_i386.deb
 c5a748d8c877d0f56ef301471815c8cd 90662 libdevel optional 
libwavpack-dev_4.50.0-1_i386.deb
 976c9ef1ee61a50863d338cd104e57db 55752 sound optional wavpack_4.50.0-1_i386.deb

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

iEYEARECAAYFAkhje5cACgkQBsBdh1vkHyFD6ACfR7p15cX5s9FfycCHrT9dD4Kh
MmUAoKOFAFHs77TGw1fALcfQ7lYsMhap
=xVy6
-END PGP SIGNATURE-


Accepted:
libwavpack-dev_4.50.0-1_i386.deb
  to pool/main/w/wavpack/libwavpack-dev_4.50.0-1_i386.deb
libwavpack1_4.50.0-1_i386.deb
  to pool/main/w/wavpack/libwavpack1_4.50.0-1_i386.deb
wavpack_4.50.0-1.diff.gz
  to pool/main/w/wavpack/wavpack_4.50.0-1.diff.gz
wavpack_4.50.0-1.dsc
  to pool/main/w/wavpack/wavpack_4.50.0-1.dsc
wavpack_4.50.0-1_i386.deb
  to pool/main/w/wavpack/wavpack_4.50.0-1_i386.deb
wavpack_4.50.0.orig.tar.gz
  to pool/main/w/wavpack/wavpack_4.50.0.orig.tar.gz


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



Accepted libtest-mockobject-perl 1.09-1 (source all)

2008-06-26 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 11:24:57 +0200
Source: libtest-mockobject-perl
Binary: libtest-mockobject-perl
Architecture: source all
Version: 1.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyżaniak (eloy) [EMAIL PROTECTED]
Description: 
 libtest-mockobject-perl - Perl extension for emulating troublesome interfaces
Closes: 466450
Changes: 
 libtest-mockobject-perl (1.09-1) unstable; urgency=low
 .
   [ Krzysztof Krzyżaniak (eloy) ]
   * debian/control:
+ Build-Depends: changed debhelper version to 7, added quilt as dependency
+ Standards-Version: bumped to 3.8.0 (no changes)
+ Uploaders: added me
   * debian/compat: bumbed to 7 (no changes)
   * debian/rules: used rules.simple from debhelper 7
   * added patch for fixing POD pages (closes: #466450)
   * debian/copyright: added copyright info
 .
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
Checksums-Sha1: 
 8afa83bd2fd6d18a5e92f1aa76be88912248c963 1576 
libtest-mockobject-perl_1.09-1.dsc
 65da2c1067184f31f906d6c12cd6870e740d8d44 21788 
libtest-mockobject-perl_1.09.orig.tar.gz
 70d15243d40cb32545785e1a6969acc388e79446 2882 
libtest-mockobject-perl_1.09-1.diff.gz
 9ab5034fcafb463192862acff671a7bdbdc1afec 28852 
libtest-mockobject-perl_1.09-1_all.deb
Checksums-Sha256: 
 1eb16a3e61d72069fd253e910d10f33c4a4b99747427b5347d47c84e03c21ca7 1576 
libtest-mockobject-perl_1.09-1.dsc
 de379e086f70f71fa47b4a4791d14e15edcdf9f7d868572d417266097a41e3b3 21788 
libtest-mockobject-perl_1.09.orig.tar.gz
 01255031bcc1bb632bbd3fef12b41140a9aaa0506e47cb2e0a5169e6588d372c 2882 
libtest-mockobject-perl_1.09-1.diff.gz
 21705f34c5c0849809765a1d9033b4f6b888ba389aad01fa7a972ae17daa9622 28852 
libtest-mockobject-perl_1.09-1_all.deb
Files: 
 6aa9a8ab4aabce4bf1ea7c602d1d5556 1576 perl optional 
libtest-mockobject-perl_1.09-1.dsc
 3c9c2842d40fa8c389563c227804d7d8 21788 perl optional 
libtest-mockobject-perl_1.09.orig.tar.gz
 b683668a26b64b6b99f2f04b065dc917 2882 perl optional 
libtest-mockobject-perl_1.09-1.diff.gz
 ef1d6e9bd388c5e7285a64b7dbebbb35 28852 perl optional 
libtest-mockobject-perl_1.09-1_all.deb

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

iEYEARECAAYFAkhjfkAACgkQy+HP4f7iC8vOgwCcCeDBO0TmSQRLFjhG1ycJmp13
ALQAoJ506Y4kQ1xkpDHbJa8DamJ8wbF4
=95ht
-END PGP SIGNATURE-


Accepted:
libtest-mockobject-perl_1.09-1.diff.gz
  to 
pool/main/libt/libtest-mockobject-perl/libtest-mockobject-perl_1.09-1.diff.gz
libtest-mockobject-perl_1.09-1.dsc
  to pool/main/libt/libtest-mockobject-perl/libtest-mockobject-perl_1.09-1.dsc
libtest-mockobject-perl_1.09-1_all.deb
  to 
pool/main/libt/libtest-mockobject-perl/libtest-mockobject-perl_1.09-1_all.deb
libtest-mockobject-perl_1.09.orig.tar.gz
  to 
pool/main/libt/libtest-mockobject-perl/libtest-mockobject-perl_1.09.orig.tar.gz


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



Accepted dlocate 0.95 (source all)

2008-06-26 Thread Craig Sanders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 20:53:30 +1000
Source: dlocate
Binary: dlocate
Architecture: source all
Version: 0.95
Distribution: unstable
Urgency: low
Maintainer: Craig Sanders [EMAIL PROTECTED]
Changed-By: Craig Sanders [EMAIL PROTECTED]
Description: 
 dlocate- fast alternative to dpkg -L and dpkg -S
Closes: 42314 43145 43146 45057 54073 63902 67650 76149 78621 83196 84018 91785 
100694 101426 129186 129251 132930 132931 314276 337711 456292 457572 42 
487471
Changes: 
 dlocate (0.95) unstable; urgency=low
 .
   * changed cron.daily to not use ionice if kernel version 2.6.13
   * redirected stderr from ionice to /dev/null to avoid error
 messages if running under vserver or other environments without
 CFQ scheduling (Closes: #456292)
   * added Pawel Chmielowski [EMAIL PROTECTED] patch to
 update-dlocatedb which re-uses any old data from the existing
 dlocatedb.  (Closes: #457572)
   * changed separator character when building the search regexp so
 that we don't end up grepping for everything.  (Closes: #42)
   * while/read loops in bash are abysmally slow.  replaced that loop
 in 'dlocate -l' section with an awk script.  vast improvement in
 speed.
 Note: this required changing the field separator in $DPKGLIST from
 space to tab, so anyone who parses that file directly (nobody, i
 think) may need to modify their scripts.
 (Closes: #487471)
   * finally close some bugs that were actually closed ages ago in
 NMUs.  (Closes: #314276, #337711, #83196, #54073, #63902, #84018, #67650, 
#78621, #132930, #91785, #100694, #101426, #129251,  #132931, #129186, #76149, 
#43145, #43146, #45057, #42314)
Checksums-Sha1: 
 d2d38a87fa9bae80b6d9ef600c1c52c73d7832c5 687 dlocate_0.95.dsc
 813879660d08425d6333789beeae2f040d698a24 33764 dlocate_0.95.tar.gz
 50a3488b99ea2bea1587c068e060a7a04043e23d 17158 dlocate_0.95_all.deb
Checksums-Sha256: 
 527dc0d77e4cf958c7426f8b3f7a43c68bc674774c384420049896648140ceab 687 
dlocate_0.95.dsc
 0f95bd4ebecef3cee077c5304b55e6222fdcbe207fa10d206be1ab86de49a88e 33764 
dlocate_0.95.tar.gz
 add94e2b480a91747edce211bf1c135bba975886f56408c9d6dd5919d4c6a1e1 17158 
dlocate_0.95_all.deb
Files: 
 ecdae4a0d47aba9fa0913a88db8ac68d 687 utils optional dlocate_0.95.dsc
 dd25608870600fa3ca400504e2fb91c5 33764 utils optional dlocate_0.95.tar.gz
 771445427304cc5725f03e01ce3b7ab9 17158 utils optional dlocate_0.95_all.deb

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

iEYEARECAAYFAkhjfxQACgkQ7DJoEM1WJvBoVQCfQjMLqSdThtK/oAsBVhgZl8je
wrQAnjPGvz61iEOp8S+jkXGgz1n3wu9c
=03AR
-END PGP SIGNATURE-


Accepted:
dlocate_0.95.dsc
  to pool/main/d/dlocate/dlocate_0.95.dsc
dlocate_0.95.tar.gz
  to pool/main/d/dlocate/dlocate_0.95.tar.gz
dlocate_0.95_all.deb
  to pool/main/d/dlocate/dlocate_0.95_all.deb


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



Accepted fuse-umfuse-ext2 0.3-1 (source amd64)

2008-06-26 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 14:00:14 +0200
Source: fuse-umfuse-ext2
Binary: umview-mod-umfuseext2 fuseext2
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian VSquare Team [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 fuseext2   - File System in User Space - Module for ext2
 umview-mod-umfuseext2 - View-OS in user space - ext2 module for UMFUSE
Changes: 
 fuse-umfuse-ext2 (0.3-1) unstable; urgency=low
 .
   [ Ludovico Gardenghi ]
   * New upstream release
 + Added support for rename()
 + Added support for symlink()
 .
   [ Filippo Giunchedi ]
   * Upgrade to S-V 3.8.0 (add Homepage)
   * libumlib0-dev - libumlib-dev transition
   * Fix link to GPLv2 in copyright
Checksums-Sha1: 
 b5263dc5cfe8cd0cad02b01aaa13902b68c37929 1403 fuse-umfuse-ext2_0.3-1.dsc
 5a5b6319d17deaa8cf8c811b74581eb1028ec525 325093 
fuse-umfuse-ext2_0.3.orig.tar.gz
 e4ce1f5e819cedb6111c8f2d03eb36730d25f487 2353 fuse-umfuse-ext2_0.3-1.diff.gz
 77c48f1d62efb3f33651fcf0dba799a9e4f5e024 11892 
umview-mod-umfuseext2_0.3-1_amd64.deb
 fa121d5490b36bb0e2280c0b6cf717f22b9ecdfc 12572 fuseext2_0.3-1_amd64.deb
Checksums-Sha256: 
 cda9d1273906691bfa0ad4a8e9ca33287ab40153d52bc98f1a3810249702d396 1403 
fuse-umfuse-ext2_0.3-1.dsc
 7bae9a649d882c1dc15fdff46232c0e65e25f67d8cde2de01fe643ed1cb8ca03 325093 
fuse-umfuse-ext2_0.3.orig.tar.gz
 2e4f6a99ea991c4fb271492d2be68f71756e849c1159a15143c2b333e3607f44 2353 
fuse-umfuse-ext2_0.3-1.diff.gz
 fd07595980b8d3f09229c6afa15fa5fa73443d8f39fcf3d1aa4247319fd00342 11892 
umview-mod-umfuseext2_0.3-1_amd64.deb
 39e4120d4b0c5f3b8ef5ce2f83a35038f3116e175cf07f7caa3c7db1768c160b 12572 
fuseext2_0.3-1_amd64.deb
Files: 
 fe6d1fb351ace29cbb17ee1cb7c9500d 1403 misc optional fuse-umfuse-ext2_0.3-1.dsc
 7ac2099d35bc9dbbc917b666c0136597 325093 misc optional 
fuse-umfuse-ext2_0.3.orig.tar.gz
 edfbce0303451f638aad766c6746be67 2353 misc optional 
fuse-umfuse-ext2_0.3-1.diff.gz
 d8eab8b442bb9e1b8284ea6514b84c83 11892 misc optional 
umview-mod-umfuseext2_0.3-1_amd64.deb
 12ed5846f6ed7c79c945ce67fd9a4f82 12572 misc optional fuseext2_0.3-1_amd64.deb

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

iEYEARECAAYFAkhjho4ACgkQABzeamt51AH00QCggmxHTQ+wLMBLVExnI7slHjql
KIUAoMDjvHuif3ItSnIRAXTJ8jo7uc01
=cEM5
-END PGP SIGNATURE-


Accepted:
fuse-umfuse-ext2_0.3-1.diff.gz
  to pool/main/f/fuse-umfuse-ext2/fuse-umfuse-ext2_0.3-1.diff.gz
fuse-umfuse-ext2_0.3-1.dsc
  to pool/main/f/fuse-umfuse-ext2/fuse-umfuse-ext2_0.3-1.dsc
fuse-umfuse-ext2_0.3.orig.tar.gz
  to pool/main/f/fuse-umfuse-ext2/fuse-umfuse-ext2_0.3.orig.tar.gz
fuseext2_0.3-1_amd64.deb
  to pool/main/f/fuse-umfuse-ext2/fuseext2_0.3-1_amd64.deb
umview-mod-umfuseext2_0.3-1_amd64.deb
  to pool/main/f/fuse-umfuse-ext2/umview-mod-umfuseext2_0.3-1_amd64.deb


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



Accepted quota 3.16-2 (source i386)

2008-06-26 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 Jun 2008 16:32:31 +0200
Source: quota
Binary: quota
Architecture: source i386
Version: 3.16-2
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 quota  - implementation of the disk quota system
Closes: 476338
Changes: 
 quota (3.16-2) unstable; urgency=low
 .
   * Added  setting of character set in warnquota.conf, closes: #476338
   * Replaced the old stuff in debian/rules for changing files on the fly by
 proper patches.
   * Do not call configure twice during build process.
   * Bumped Standards-Version to 3.8.0, no changes needed.
Checksums-Sha1: 
 376873d2c9f3c087014191ed99ea5daa6d9af46d 1022 quota_3.16-2.dsc
 c09c1f29ec876146790dd56de5656f0d401c4171 35800 quota_3.16-2.diff.gz
 64c605e1bf5a66b150156308698e82dec93bc2b0 491784 quota_3.16-2_i386.deb
Checksums-Sha256: 
 0efa31bb387461e25ff8bfbea5d647e7617d74aee840b66c4f80dbc310eab3dd 1022 
quota_3.16-2.dsc
 0368c4d740b8f71ccdac998a947fa555e75928bb609dd8d7161921ef34a1cd41 35800 
quota_3.16-2.diff.gz
 8205a7687fe9b5d99845c1508acdb71640ccc6bcda2a3d3ff4b5a1f9ea39d85b 491784 
quota_3.16-2_i386.deb
Files: 
 93eddfe51a82b54f4c8f92f851f99fb9 1022 admin optional quota_3.16-2.dsc
 07d5017279f7b2059b047d9b36a3e71e 35800 admin optional quota_3.16-2.diff.gz
 dd8de806a2bf5a586760baa0a014e963 491784 admin optional quota_3.16-2_i386.deb

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

iD8DBQFIY4JGVkEm8inxm9ERAsQ2AJ4qgjpPAEu1x4lgPe+e/MkQR2qZUACeMZiJ
OpHmXzV25WfIFLwsR9m5cTk=
=yFpW
-END PGP SIGNATURE-


Accepted:
quota_3.16-2.diff.gz
  to pool/main/q/quota/quota_3.16-2.diff.gz
quota_3.16-2.dsc
  to pool/main/q/quota/quota_3.16-2.dsc
quota_3.16-2_i386.deb
  to pool/main/q/quota/quota_3.16-2_i386.deb


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



Accepted roxen4 4.5.146-2 (source sparc all)

2008-06-26 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 26 Jun 2008 11:43:20 +
Source: roxen4
Binary: roxen4-doc roxen4
Architecture: source sparc all
Version: 4.5.146-2
Distribution: unstable
Urgency: low
Maintainer: Turbo Fredriksson [EMAIL PROTECTED]
Changed-By: Turbo Fredriksson [EMAIL PROTECTED]
Description: 
 roxen4 - Roxen WebServer - binaries
 roxen4-doc - Roxen Challenger web server - documentation
Changes: 
 roxen4 (4.5.146-2) unstable; urgency=low
 .
   * Fix roxen4.confg (retreiving old SERVER_RUL)
   * Remove some 'sql fixes' not needed any more from 
patches/005_roxen_mysql-connection_fix
Files: 
 6ad8fd91a3f7b472ab0b159dfae5dfd6 594 web optional roxen4_4.5.146-2.dsc
 8333ddbc3bf8cb3d9411969617b6a176 252974 web optional roxen4_4.5.146-2.diff.gz
 a8fd48944ce60551577160e639a63942 4204066 doc optional 
roxen4-doc_4.5.146-2_all.deb
 55cc0ca98ca3c11af341c30e590d4dbd 7874438 web optional 
roxen4_4.5.146-2_sparc.deb

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

iD8DBQFIY4ovmlWzPKccHgARAkfQAJkBq46Rio7GtiD2ACAFkdrBwmBxJACdHE3z
dIJrKz5qCZImS/44FUigKPw=
=ykpR
-END PGP SIGNATURE-


Accepted:
roxen4-doc_4.5.146-2_all.deb
  to pool/main/r/roxen4/roxen4-doc_4.5.146-2_all.deb
roxen4_4.5.146-2.diff.gz
  to pool/main/r/roxen4/roxen4_4.5.146-2.diff.gz
roxen4_4.5.146-2.dsc
  to pool/main/r/roxen4/roxen4_4.5.146-2.dsc
roxen4_4.5.146-2_sparc.deb
  to pool/main/r/roxen4/roxen4_4.5.146-2_sparc.deb


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



Accepted mtkbabel 0.7-1 (source all)

2008-06-26 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 14:48:33 +0200
Source: mtkbabel
Binary: mtkbabel
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann [EMAIL PROTECTED]
Changed-By: Uwe Hermann [EMAIL PROTECTED]
Description: 
 mtkbabel   - Tool for managing i-Blue 747 and compatible GPS data loggers
Closes: 473758
Changes: 
 mtkbabel (0.7-1) unstable; urgency=low
 .
   * New upstream release.
  + Now supports the Holux M-241 GPS data logger.
  + The -s option now sets the serial speed (Closes: #473758).
  + Added option -R to recover from a disabled log status.
   * debian/copyright:
  + Switch to the machine-readable format described
at http://wiki.debian.org/Proposals/CopyrightFormat.
  + Make my packaging public domain.
   * debian/control:
  + Standards-Version: 3.8.0 (no changes required).
  + Update package description.
   * debian/patches/10_manpage_fixes.patch: Resync.
Checksums-Sha1: 
 045bfae4a7a300335957514b420eacd767e08603 1023 mtkbabel_0.7-1.dsc
 1959b17d9ffd29a2cb1ae0bee4ea935aa547d4b4 26389 mtkbabel_0.7.orig.tar.gz
 aefff715552459c5c78aeaa06ad9c7a4711adde7 2354 mtkbabel_0.7-1.diff.gz
 007c0206529cf3d3b722d58e6b6681bcf01c90ad 24304 mtkbabel_0.7-1_all.deb
Checksums-Sha256: 
 de13a7cacd4c9e8f8ff5b718c76d65531c933df7d8f07b7e6df891cca3abdb07 1023 
mtkbabel_0.7-1.dsc
 4583deabff4d79b09760b8ed4a0febb986dc9edfe113b8ddacd4251dac8c694a 26389 
mtkbabel_0.7.orig.tar.gz
 e4befdf8e5a53a94324e386419e2d18914c46cd54a9d1e7fd426e00e665b6f50 2354 
mtkbabel_0.7-1.diff.gz
 5f2529495ce7a48520f9513de15c0cf6e57c9b52a0784901071944876f54dccc 24304 
mtkbabel_0.7-1_all.deb
Files: 
 073c065b7e09a28cbe8d3797e003c622 1023 misc extra mtkbabel_0.7-1.dsc
 d57e748599fa983ea2eb7740b8721eda 26389 misc extra mtkbabel_0.7.orig.tar.gz
 9972d120dea3ef52b6b4b69ddae5bb39 2354 misc extra mtkbabel_0.7-1.diff.gz
 7c99dfaa4c866ea095deb615f65ee6bf 24304 misc extra mtkbabel_0.7-1_all.deb

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

iEYEARECAAYFAkhjlP0ACgkQXdVoV3jWIbTNcgCdEvECfZhNHZNBzkuEGl2iiP/4
8U4Ani2N/0nPOEba1FLDySsxqWiFcz69
=lGN3
-END PGP SIGNATURE-


Accepted:
mtkbabel_0.7-1.diff.gz
  to pool/main/m/mtkbabel/mtkbabel_0.7-1.diff.gz
mtkbabel_0.7-1.dsc
  to pool/main/m/mtkbabel/mtkbabel_0.7-1.dsc
mtkbabel_0.7-1_all.deb
  to pool/main/m/mtkbabel/mtkbabel_0.7-1_all.deb
mtkbabel_0.7.orig.tar.gz
  to pool/main/m/mtkbabel/mtkbabel_0.7.orig.tar.gz


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



Accepted dosfstools 2.11-4 (source i386)

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

Format: 1.8
Date: Thu, 26 Jun 2008 13:13:00 +0200
Source: dosfstools
Binary: dosfstools
Architecture: source i386
Version: 2.11-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dosfstools - utilities for making and checking MS-DOS FAT filesystems
Changes: 
 dosfstools (2.11-4) unstable; urgency=low
 .
   * Redone debian packaging from scratch.
   * Both stop avoiding -O2 and stop adding -fno-strict-aliasing to OPTFLAGS on
 alpha; seems not to be required anymore.
   * Added patch from Jakub Jelinek [EMAIL PROTECTED] to support
 -D_FORTIFY_SOURCE=2 (for future use).
   * Added patch from Jeremy Katz [EMAIL PROTECTED] to add dosfslabel
 (originally by Peter Jones).
   * Added patch from Pavol Rusnak [EMAIL PROTECTED] to use O_EXCL in mkdosfs.
   * Added patch from Petr Gajdos [EMAIL PROTECTED] to automatically determine
 sector size of the device.
Checksums-Sha1: 
 df37133c405af02b912977cdf2280984ae9eca3a 1134 dosfstools_2.11-4.dsc
 5c7950b55b3a30a227c71f96e06218e516248df4 14758 dosfstools_2.11-4.diff.gz
 e1a98dcf0e72834fe37bf22b72414971ae3d054c 76522 dosfstools_2.11-4_i386.deb
Checksums-Sha256: 
 c50861c8d99087a08d7ab41528ee8738c8fff9a44515bce66d160ee8036cc4c9 1134 
dosfstools_2.11-4.dsc
 ba45d889492ee5d3e3eb97c3673b0ebab1ffe2c19d22ec4dea6c8038af925be9 14758 
dosfstools_2.11-4.diff.gz
 876365a7f49c60cb8f878d19a88475847ef3825922bfda0a60f0155b03a85cdb 76522 
dosfstools_2.11-4_i386.deb
Files: 
 de9676bb7ef1bd7c17f054b668a08a70 1134 otherosfs optional dosfstools_2.11-4.dsc
 92bdef3cb29250559ce8cdaf99da6ece 14758 otherosfs optional 
dosfstools_2.11-4.diff.gz
 fe9930253b1c649fa57f698a40830eb1 76522 otherosfs optional 
dosfstools_2.11-4_i386.deb

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

iEYEARECAAYFAkhjmrYACgkQ+C5cwEsrK54qtgCdE8ibkRKIX6gQIC2sPmgY6f/F
sasAoK58KumeW15orvMMhfuylRUv/4JM
=Ltss
-END PGP SIGNATURE-


Accepted:
dosfstools_2.11-4.diff.gz
  to pool/main/d/dosfstools/dosfstools_2.11-4.diff.gz
dosfstools_2.11-4.dsc
  to pool/main/d/dosfstools/dosfstools_2.11-4.dsc
dosfstools_2.11-4_i386.deb
  to pool/main/d/dosfstools/dosfstools_2.11-4_i386.deb


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



Accepted beautifulsoup 3.0.6-1 (source all)

2008-06-26 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jun 2008 22:19:12 -0400
Source: beautifulsoup
Binary: python-beautifulsoup
Architecture: source all
Version: 3.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 python-beautifulsoup - error-tolerant HTML parser for Python
Closes: 487180
Changes: 
 beautifulsoup (3.0.6-1) unstable; urgency=low
 .
   * New upstream version (Closes: #487180)
Checksums-Sha1: 
 4b4219b05c7795ce1ae3f3cf69a86a6622795ae0 1071 beautifulsoup_3.0.6-1.dsc
 a40d8a4b283ef34445d4aeb99483fff52b5ddb41 29382 beautifulsoup_3.0.6.orig.tar.gz
 365f7baf176fac26dd6349f0ecb2ec5b41addec0 2869 beautifulsoup_3.0.6-1.diff.gz
 9f5c8e5589242da70e0303247c98abd5ecac754d 32174 
python-beautifulsoup_3.0.6-1_all.deb
Checksums-Sha256: 
 76491367df7f77cef66556719dad391df60ffb774cd2f4b907aef6e39bd95c0d 1071 
beautifulsoup_3.0.6-1.dsc
 f758143ae7a79be8529a34ff6b9145366cd34440f7f861aed8a2450d8e4a813e 29382 
beautifulsoup_3.0.6.orig.tar.gz
 ab0dd2255bb33ec42bff870e290aa188db5380e08f7d6bfa0998153d20b26ea5 2869 
beautifulsoup_3.0.6-1.diff.gz
 c255bd59d785c8e1e8f622fd2922e35f4b013a564dd68e0d8cf27c5c79439bd9 32174 
python-beautifulsoup_3.0.6-1_all.deb
Files: 
 b1cb184d91fc640cc683d3e6b484c79c 1071 web optional beautifulsoup_3.0.6-1.dsc
 4ab5bae5b6364d9f5491f9621e3b78f5 29382 web optional 
beautifulsoup_3.0.6.orig.tar.gz
 0b2e360f215eeb7893f10feadf69ffce 2869 web optional 
beautifulsoup_3.0.6-1.diff.gz
 e5cfa8ee64dd5624c2b04c625b42cc59 32174 web optional 
python-beautifulsoup_3.0.6-1_all.deb

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

iEYEARECAAYFAkhjnmsACgkQDwp/AdfC2mN2xgCbBZt2zBnhzWnJJLYj/HS40xfl
oFoAoKkxu2CMJc0AmnJuPQsX3ug33aUC
=tKmn
-END PGP SIGNATURE-


Accepted:
beautifulsoup_3.0.6-1.diff.gz
  to pool/main/b/beautifulsoup/beautifulsoup_3.0.6-1.diff.gz
beautifulsoup_3.0.6-1.dsc
  to pool/main/b/beautifulsoup/beautifulsoup_3.0.6-1.dsc
beautifulsoup_3.0.6.orig.tar.gz
  to pool/main/b/beautifulsoup/beautifulsoup_3.0.6.orig.tar.gz
python-beautifulsoup_3.0.6-1_all.deb
  to pool/main/b/beautifulsoup/python-beautifulsoup_3.0.6-1_all.deb


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



Accepted hdbc 1.1.5.0 (source all i386)

2008-06-26 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 14:14:27 -0500
Source: hdbc
Binary: libghc6-hdbc-dev libhugs-hdbc
Architecture: source all i386
Version: 1.1.5.0
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-hdbc-dev - Haskell Database Connectivity, GHC6 package
 libhugs-hdbc - Haskell Database Connectivity, Hugs package
Changes: 
 hdbc (1.1.5.0) unstable; urgency=low
 .
   * Added missing ConnWrapper(..) to exports.
Checksums-Sha1: 
 7718d9b24f4469767cda04c9493e63443d6ea064 940 hdbc_1.1.5.0.dsc
 4e16ed5234b5bdb1391de771e364cf3129ab903f 27862 hdbc_1.1.5.0.tar.gz
 ec805f6a21cce8fc84e7f61c039da4a28edfe47b 51164 libhugs-hdbc_1.1.5.0_all.deb
 5abfbe98e3d25f4933a227afeccd706764fe83cf 209038 
libghc6-hdbc-dev_1.1.5.0_i386.deb
Checksums-Sha256: 
 171dec8e5583b664fad40917e6f7962876ed17d5194ccf470603ff635a0e2a4e 940 
hdbc_1.1.5.0.dsc
 1cbcfd53365faf65cf23763750590b1486cba1aaa260e7c18ba6d08afc141670 27862 
hdbc_1.1.5.0.tar.gz
 0471eabfa5a46ea6ee283c16a12d368458a6431ff0033dccf61c647caecdc0c1 51164 
libhugs-hdbc_1.1.5.0_all.deb
 803a750609d7596c13478b61cb7466c1d6f8506be2786c772322dfdf2cdfad6b 209038 
libghc6-hdbc-dev_1.1.5.0_i386.deb
Files: 
 6eb68d0f64432850175f5c779e4c036e 940 libs optional hdbc_1.1.5.0.dsc
 f0919ed4a1c7f7d2c9fae939517fa8b1 27862 libs optional hdbc_1.1.5.0.tar.gz
 6289869f074e3d76a40396cf12a8b8f9 51164 libs optional 
libhugs-hdbc_1.1.5.0_all.deb
 347eb3122641a6547c4c141f1770993d 209038 libdevel optional 
libghc6-hdbc-dev_1.1.5.0_i386.deb

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

iD8DBQFIY6HUthyt9Q6V7ksRAnUEAKCdm4Fz5/BYkmZxlaRxVH8gBgmMewCeORUu
LzuPvxa2HhsvJdT65lhDfcA=
=Rzbn
-END PGP SIGNATURE-


Accepted:
hdbc_1.1.5.0.dsc
  to pool/main/h/hdbc/hdbc_1.1.5.0.dsc
hdbc_1.1.5.0.tar.gz
  to pool/main/h/hdbc/hdbc_1.1.5.0.tar.gz
libghc6-hdbc-dev_1.1.5.0_i386.deb
  to pool/main/h/hdbc/libghc6-hdbc-dev_1.1.5.0_i386.deb
libhugs-hdbc_1.1.5.0_all.deb
  to pool/main/h/hdbc/libhugs-hdbc_1.1.5.0_all.deb


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



Accepted file 4.24-3 (source i386)

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

Format: 1.8
Date: Thu, 26 Jun 2008 16:06:00 +0200
Source: file
Binary: file libmagic1 libmagic-dev python-magic python-magic-dbg
Architecture: source i386
Version: 4.24-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 file   - Determines file type using magic numbers
 libmagic-dev - File type determination library using magic numbers 
(developmen
 libmagic1  - File type determination library using magic numbers
 python-magic - File type determination library using magic numbers (Python 
bin
 python-magic-dbg - File type determination library using magic numbers 
(Python bin
Closes: 472385 480683 481377 481512 481523 481717 481768 483797 485886
Changes: 
 file (4.24-3) unstable; urgency=medium
 .
   * Rewriting copyright file in machine-interpretable format.
   * Updating package to debhelper 7.
   * Adding patch to update pfm magic.
   * Adding patch to update mono magic.
   * Adding patch to update Digifax magic.
   * Adding patch to update OS/2 REXX magic.
   * Adding patch to update real media magic.
   * Adding patch to update zip magic.
   * Updating bash magic to also look for /usr/bin/bash.
   * Updating tcsh magic to also look for /usr/bin/tcsh.
   * Adding patch from Russell Coker [EMAIL PROTECTED] to add new magic for
 selinux (Closes: #485886).
   * Updating to standards 3.8.0.
   * Adding patch to add mime for asf magics (Closes: #483797).
   * Adding patch from Werner Fink [EMAIL PROTECTED] to add new magic for 
scribus.
   * Adding patch from Werner Fink [EMAIL PROTECTED] to update reiserfs magic 
also
 detecting ReiserFS V3.6.19.
   * Adding patch from Werner Fink [EMAIL PROTECTED] to add new magic for CROM
 filesystem.
   * Adding patch from Werner Fink [EMAIL PROTECTED] to update (and 
re-enabled)
 awk magic.
   * Adding patch from Werner Fink [EMAIL PROTECTED] to fix regressions with 
mp3
 files (Closes: #480683, #481377).
   * Adding patch for new TokyoCabinet database magic, thanks Benoit Sibaud
 [EMAIL PROTECTED] (Closes: #481768).
   * Adding patch for new QDBM Quick Database Manager magic, thanks Benoit 
Sibaud
 [EMAIL PROTECTED] (Closes: #481717).
   * Fixing regression in file 4.24 with file_printf(), thanks Martin Dorey
 [EMAIL PROTECTED] (Closes: #481523).
   * Removing annoying warnings when files can't be opened, thanks Martin Dorey
 [EMAIL PROTECTED] (Closes: #481512).
   * Adding new magic for freemind, thanks to Jamie Thompson
 [EMAIL PROTECTED] (Closes: #472385).
Checksums-Sha1: 
 5aa77ded751bb86ae2dc8750345ddd75cc87b29d 1206 file_4.24-3.dsc
 0b8b0d17531ddd4e83cdd976cf00b94ff1c4f5bc 40916 file_4.24-3.diff.gz
 87b5dfe9638fce6383e63cf975b6e279f5334fd0 42116 file_4.24-3_i386.deb
 2276b9f89f94a0703b26cac8cb910e4aa7a44955 356078 libmagic1_4.24-3_i386.deb
 0e954d9055ac58b9c07161778b1b58b1b53de51c 78120 libmagic-dev_4.24-3_i386.deb
 0358944df53e296fde0923864dd3e6f38791c9a7 31782 python-magic_4.24-3_i386.deb
 16719c1cabc96c7799f52cbed7ce88f32fb61ef8 25648 python-magic-dbg_4.24-3_i386.deb
Checksums-Sha256: 
 0363dd7e3a606d94fbbfdf192d25b04a25e4cebbb1bed04fd062721c5a6fa961 1206 
file_4.24-3.dsc
 a3e7e53ba9aab6d90d92488f7bcec19896fb06ca4fe1dfbaf3e1012220473210 40916 
file_4.24-3.diff.gz
 b33703ec2eda935e61dd7bcd30bea558c68dd4f22d7e12155b9acf7f9ee77b5f 42116 
file_4.24-3_i386.deb
 f95f06a4c86b8bc34b7d44cadde8ff1bbde2cb66af2694f306c976fbb57eee59 356078 
libmagic1_4.24-3_i386.deb
 bb6b401d6e87a778ae598caeefc5c5e1f9a691eb8496b278e83ef1f70dbd9e7e 78120 
libmagic-dev_4.24-3_i386.deb
 dd6b283de65952f5b8457364c6d3f58e8764bbae0a19bffa80c60586431c21f8 31782 
python-magic_4.24-3_i386.deb
 fee02722fdb0fbbcc2bc607bcbaab06271ec0e297f36df70fca65f04aac64c62 25648 
python-magic-dbg_4.24-3_i386.deb
Files: 
 baa68bec8d439e5540644350c9bd5a78 1206 utils standard file_4.24-3.dsc
 c7ea305e16a41dd490bd78b360ab467e 40916 utils standard file_4.24-3.diff.gz
 a64120395f2872e9a9f7631465a822eb 42116 utils standard file_4.24-3_i386.deb
 1df041b18f272ca17f01e9d6e674a43c 356078 libs standard libmagic1_4.24-3_i386.deb
 4978cd5f1724587bc82a6b277d323ea9 78120 libdevel optional 
libmagic-dev_4.24-3_i386.deb
 684ae4d0e250309ea8cbba04a3aadf60 31782 python extra 
python-magic_4.24-3_i386.deb
 4718730701993441095dbefe235c 25648 python extra 
python-magic-dbg_4.24-3_i386.deb

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

iEYEARECAAYFAkhjo3kACgkQ+C5cwEsrK55Y7ACfZJQkExHrJL9UfwbdKc42ZDa/
RnUAn1dNOyAN+J/rdC3xn4sWbgojeYfX
=c/Si
-END PGP SIGNATURE-


Accepted:
file_4.24-3.diff.gz
  to pool/main/f/file/file_4.24-3.diff.gz
file_4.24-3.dsc
  to pool/main/f/file/file_4.24-3.dsc
file_4.24-3_i386.deb
  to pool/main/f/file/file_4.24-3_i386.deb
libmagic-dev_4.24-3_i386.deb
  to pool/main/f/file/libmagic-dev_4.24-3_i386.deb
libmagic1_4.24-3_i386.deb
  to pool/main/f/file/libmagic1_4.24-3_i386.deb

Accepted cpuburn 1.4-34 (source amd64)

2008-06-26 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 08:01:00 +0200
Source: cpuburn
Binary: cpuburn cpuburn-udeb
Architecture: source amd64
Version: 1.4-34
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 cpuburn- a collection of programs to put heavy load on CPU
 cpuburn-udeb - perform CPU stress test (burn in) - expert use only (udeb)
Closes: 487861
Changes: 
 cpuburn (1.4-34) unstable; urgency=low
 .
   * Update Portuguese debconf translation. Thanks to Ricardo Silva (closes:
 bug#487861).
   * Bumped Standards-Version to 3.8.0 (no changes).
Checksums-Sha1: 
 5f19036a51d45db9ad14c9cab2597ec4efcb1d70 986 cpuburn_1.4-34.dsc
 dc5ab4ff77f93360d10fbfd60f07a7affe16b09f 13591 cpuburn_1.4-34.diff.gz
 050d4699b503b2e0b12816dea979e50902af0070 15050 cpuburn_1.4-34_amd64.deb
 8f4cd4204c40899ab099091a28f5c2922956a9c6 5062 cpuburn-udeb_1.4-34_amd64.udeb
Checksums-Sha256: 
 29d8996aa3a5de2696f451a19a604397aff195852a00d75bad19ba38d0a076cc 986 
cpuburn_1.4-34.dsc
 1160b61e80e5f28c43fa0b7b3df5b1f8b4df6d02233be93af66badb1577bcbb4 13591 
cpuburn_1.4-34.diff.gz
 a60d786e078ec2df13e9264a2ea067e4a99ab3d18fe9d833f6916b2d6c8a1ea2 15050 
cpuburn_1.4-34_amd64.deb
 e6f94f3b496f5f14b1c30a03873a13b67584510198489abf61e02466397d6197 5062 
cpuburn-udeb_1.4-34_amd64.udeb
Files: 
 9830036a36a458a2fdff713dccbe15f5 986 misc extra cpuburn_1.4-34.dsc
 225d3740dcdaaa9acee605b6a4148dab 13591 misc extra cpuburn_1.4-34.diff.gz
 5c9ce3ef7f119e2d1e3a6ff3ce68e602 15050 misc extra cpuburn_1.4-34_amd64.deb
 2502cb6c0dcd5298ff2a95cb8ae6dc61 5062 debian-installer optional 
cpuburn-udeb_1.4-34_amd64.udeb
Package-Type: udeb

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

iD8DBQFIYzQEw3ao2vG823MRAkzUAJ45JqEaqxc4nlbn8PHrnCpvbXd1dQCePGuy
Kh1J+JT/2W8Uh8XeHkkQSus=
=iJoy
-END PGP SIGNATURE-


Accepted:
cpuburn-udeb_1.4-34_amd64.udeb
  to pool/main/c/cpuburn/cpuburn-udeb_1.4-34_amd64.udeb
cpuburn_1.4-34.diff.gz
  to pool/main/c/cpuburn/cpuburn_1.4-34.diff.gz
cpuburn_1.4-34.dsc
  to pool/main/c/cpuburn/cpuburn_1.4-34.dsc
cpuburn_1.4-34_amd64.deb
  to pool/main/c/cpuburn/cpuburn_1.4-34_amd64.deb


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



Accepted hdbc-postgresql 1.1.4.1.1 (source i386)

2008-06-26 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:09:01 -0500
Source: hdbc-postgresql
Binary: libghc6-hdbc-postgresql-dev libhugs-hdbc-postgresql
Architecture: source i386
Version: 1.1.4.1.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-hdbc-postgresql-dev - PostgreSQL HDBC (Haskell Database Connectivity) 
Driver for GHC
 libhugs-hdbc-postgresql - PostgreSQL HDBC (Haskell Database Connectivity) 
Driver for Hugs
Closes: 447886
Changes: 
 hdbc-postgresql (1.1.4.1.1) unstable; urgency=low
 .
   * Updated build-deps and rebuilt with HDBC 1.1.5.
   * Removed a bit of boilerplate frmo description.  Closes: #447886.
Checksums-Sha1: 
 93bf0ecb34a72953bf51892143aee124408f4265 1022 hdbc-postgresql_1.1.4.1.1.dsc
 c4206cdf182eb571d3307a4dae8063eb45b0621b 38733 hdbc-postgresql_1.1.4.1.1.tar.gz
 964381d2313d9384ea7bea2d05444de0833114e1 106308 
libghc6-hdbc-postgresql-dev_1.1.4.1.1_i386.deb
 7e1786e9fddf61afb7deb789884135ac8071f3e0 18044 
libhugs-hdbc-postgresql_1.1.4.1.1_i386.deb
Checksums-Sha256: 
 ecb25b62501b4d6cb17437f20d022898ce24aad28ec04410e9a192729cac5084 1022 
hdbc-postgresql_1.1.4.1.1.dsc
 3b8463acd950f1eec77eeb48f787a18bb42ecad6615386f81cf606dfb5baf074 38733 
hdbc-postgresql_1.1.4.1.1.tar.gz
 a5f47965960bae9402ddcba08d79333c09b92533180454221d2ac18c6f574e64 106308 
libghc6-hdbc-postgresql-dev_1.1.4.1.1_i386.deb
 70b3480d8f2710f7331df3c39fa808ea797867ea87189160fcef7c22e82b4088 18044 
libhugs-hdbc-postgresql_1.1.4.1.1_i386.deb
Files: 
 7b1c930b7b001b08dd3398578c927d55 1022 libs optional 
hdbc-postgresql_1.1.4.1.1.dsc
 4640bdac94904d9925b6a55b7f31a32e 38733 libs optional 
hdbc-postgresql_1.1.4.1.1.tar.gz
 11a33645df8c67ca42b71f7ad735b11e 106308 libdevel optional 
libghc6-hdbc-postgresql-dev_1.1.4.1.1_i386.deb
 7b593407475ebc57b2599b637dadcceb 18044 libs optional 
libhugs-hdbc-postgresql_1.1.4.1.1_i386.deb

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

iD8DBQFIY6QAthyt9Q6V7ksRAkpkAJ0YEKC/TMRCQJjH9noI+uVTTVF5SgCeOa1T
SnDF/6PyZCfQCcDz/1cGm3g=
=6Sqx
-END PGP SIGNATURE-


Accepted:
hdbc-postgresql_1.1.4.1.1.dsc
  to pool/main/h/hdbc-postgresql/hdbc-postgresql_1.1.4.1.1.dsc
hdbc-postgresql_1.1.4.1.1.tar.gz
  to pool/main/h/hdbc-postgresql/hdbc-postgresql_1.1.4.1.1.tar.gz
libghc6-hdbc-postgresql-dev_1.1.4.1.1_i386.deb
  to pool/main/h/hdbc-postgresql/libghc6-hdbc-postgresql-dev_1.1.4.1.1_i386.deb
libhugs-hdbc-postgresql_1.1.4.1.1_i386.deb
  to pool/main/h/hdbc-postgresql/libhugs-hdbc-postgresql_1.1.4.1.1_i386.deb


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



Accepted hdbc-sqlite3 1.1.4.0.1 (source i386)

2008-06-26 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:20:21 -0500
Source: hdbc-sqlite3
Binary: libghc6-hdbc-sqlite3-dev libhugs-hdbc-sqlite3
Architecture: source i386
Version: 1.1.4.0.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-hdbc-sqlite3-dev - Sqlite v3 HDBC (Haskell Database Connectivity) 
Driver for GHC
 libhugs-hdbc-sqlite3 - Sqlite v3 HDBC (Haskell Database Connectivity) Driver 
for Hugs
Changes: 
 hdbc-sqlite3 (1.1.4.0.1) unstable; urgency=low
 .
   * Rebuild with newer HDBC.
Checksums-Sha1: 
 21b508f0beb5e4ebc98e0e524e2586e5eecb24c4 1005 hdbc-sqlite3_1.1.4.0.1.dsc
 d774cfdcd3961e45f95d927077c49c000d7ed90a 34491 hdbc-sqlite3_1.1.4.0.1.tar.gz
 5faa6a1ccd359a7159bbdf408f2b3a2c9658f9e3 43418 
libghc6-hdbc-sqlite3-dev_1.1.4.0.1_i386.deb
 66f03d749113a400d631ff3f0fd77dacef9981da 15214 
libhugs-hdbc-sqlite3_1.1.4.0.1_i386.deb
Checksums-Sha256: 
 6572286b0ff7bbfe853243a102fd2dd55c543ff10d393245d7e3b0b7a15984a4 1005 
hdbc-sqlite3_1.1.4.0.1.dsc
 794c13e5b99dad2ce1e52d675ad7308575f2bb5af8c0fa31370e7c9c03ac7e05 34491 
hdbc-sqlite3_1.1.4.0.1.tar.gz
 003b1a1298b2d0d4a4d1c2acf4c0c5f92d9b87c73022c63a6d7831763de44402 43418 
libghc6-hdbc-sqlite3-dev_1.1.4.0.1_i386.deb
 49b9a8f85739e8425d1a36634b57d56ecd4f2b2f194b328b988b7f83558585c7 15214 
libhugs-hdbc-sqlite3_1.1.4.0.1_i386.deb
Files: 
 28f859d058d5549f56e4ce6d1ec9e0b1 1005 libs optional hdbc-sqlite3_1.1.4.0.1.dsc
 a536325f260681761637965574caad99 34491 libs optional 
hdbc-sqlite3_1.1.4.0.1.tar.gz
 a8068f4c744a7cd7e868f9b8b41cea31 43418 libdevel optional 
libghc6-hdbc-sqlite3-dev_1.1.4.0.1_i386.deb
 bd17ed98ab1c9026f8566d94f5e8cc71 15214 libs optional 
libhugs-hdbc-sqlite3_1.1.4.0.1_i386.deb

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

iD8DBQFIY6YIthyt9Q6V7ksRAip7AJsHGukYKh7t1uDIfVZngZ1Ru8G9SwCcD4bH
MvSncXcJCSM17yLZjQDtf6w=
=3cxA
-END PGP SIGNATURE-


Accepted:
hdbc-sqlite3_1.1.4.0.1.dsc
  to pool/main/h/hdbc-sqlite3/hdbc-sqlite3_1.1.4.0.1.dsc
hdbc-sqlite3_1.1.4.0.1.tar.gz
  to pool/main/h/hdbc-sqlite3/hdbc-sqlite3_1.1.4.0.1.tar.gz
libghc6-hdbc-sqlite3-dev_1.1.4.0.1_i386.deb
  to pool/main/h/hdbc-sqlite3/libghc6-hdbc-sqlite3-dev_1.1.4.0.1_i386.deb
libhugs-hdbc-sqlite3_1.1.4.0.1_i386.deb
  to pool/main/h/hdbc-sqlite3/libhugs-hdbc-sqlite3_1.1.4.0.1_i386.deb


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



Accepted hdbc-odbc 1.1.4.4.1 (source i386)

2008-06-26 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:17:04 -0500
Source: hdbc-odbc
Binary: libghc6-hdbc-odbc-dev libhugs-hdbc-odbc
Architecture: source i386
Version: 1.1.4.4.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-hdbc-odbc-dev - unixODBC HDBC (Haskell Database Connectivity) Driver 
for GHC
 libhugs-hdbc-odbc - unixODBC HDBC (Haskell Database Connectivity) Driver for 
Hugs
Changes: 
 hdbc-odbc (1.1.4.4.1) unstable; urgency=low
 .
   * Re-built against newer HDBC.
Checksums-Sha1: 
 c5ae2e47bf4133a38c870573847b3f343ebb6ad7 956 hdbc-odbc_1.1.4.4.1.dsc
 d5e136c965627e2d4f223aac2ebbb867c9cb5f7a 37851 hdbc-odbc_1.1.4.4.1.tar.gz
 376a123a6d46d852ec2f6380bcf297eacf60253f 90172 
libghc6-hdbc-odbc-dev_1.1.4.4.1_i386.deb
 6833e562edad8d63ebe6d5ee4181398d6a7dc97b 20058 
libhugs-hdbc-odbc_1.1.4.4.1_i386.deb
Checksums-Sha256: 
 877546745bec729653a071e4889760cdecdbe293b794396782a2ee23aac76867 956 
hdbc-odbc_1.1.4.4.1.dsc
 6cbbbea8810c1b47adaed3d69be797750bf8d77a4e447bcb5133a2567cf7127d 37851 
hdbc-odbc_1.1.4.4.1.tar.gz
 2da09aa5982c2065cc0cb88e944811b33fd9efe36733382f52d8ccf2cef59bf2 90172 
libghc6-hdbc-odbc-dev_1.1.4.4.1_i386.deb
 4b6da83282d7fa900658b3ef065e56ab5e3b45f0e1863bf664bc6f4ba0c977d0 20058 
libhugs-hdbc-odbc_1.1.4.4.1_i386.deb
Files: 
 326c77273a3b920aa722b46663a4ab9a 956 libs optional hdbc-odbc_1.1.4.4.1.dsc
 966a2c75501be990bd39387858cab542 37851 libs optional hdbc-odbc_1.1.4.4.1.tar.gz
 89056cec342daeaae5899f484e9904d7 90172 libdevel optional 
libghc6-hdbc-odbc-dev_1.1.4.4.1_i386.deb
 9754a6c7218ff5ee3b31b2807cd78e28 20058 libs optional 
libhugs-hdbc-odbc_1.1.4.4.1_i386.deb

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

iD8DBQFIY6VQthyt9Q6V7ksRAmGaAKCO7VgHa7pkB74nSLnbureW8G9A3ACglIR1
cWuhXjVjUEqTbbSHmy0cHQw=
=cvwG
-END PGP SIGNATURE-


Accepted:
hdbc-odbc_1.1.4.4.1.dsc
  to pool/main/h/hdbc-odbc/hdbc-odbc_1.1.4.4.1.dsc
hdbc-odbc_1.1.4.4.1.tar.gz
  to pool/main/h/hdbc-odbc/hdbc-odbc_1.1.4.4.1.tar.gz
libghc6-hdbc-odbc-dev_1.1.4.4.1_i386.deb
  to pool/main/h/hdbc-odbc/libghc6-hdbc-odbc-dev_1.1.4.4.1_i386.deb
libhugs-hdbc-odbc_1.1.4.4.1_i386.deb
  to pool/main/h/hdbc-odbc/libhugs-hdbc-odbc_1.1.4.4.1_i386.deb


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



Accepted libgems-ruby 1.2.0-1 (source all)

2008-06-26 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 23:10:40 +0900
Source: libgems-ruby
Binary: rubygems1.8 rubygems1.9 rubygems-doc
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki [EMAIL PROTECTED]
Changed-By: Daigo Moriwaki [EMAIL PROTECTED]
Description: 
 rubygems-doc - package management framework for Ruby libraries/applications
 rubygems1.8 - package management framework for Ruby libraries/applications
 rubygems1.9 - package management framework for Ruby libraries/applications
Closes: 487820
Changes: 
 libgems-ruby (1.2.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #487820)
   * debian/control: Specified a minimum version of ruby1.9 because the
 rubygems package was merged.
Checksums-Sha1: 
 e024112ab5a8b19c38d50ffd1a4c2eeab5bdf517 1226 libgems-ruby_1.2.0-1.dsc
 89f8e35f03e1e8057cc8e237f2df025642653dde 246920 libgems-ruby_1.2.0.orig.tar.gz
 ac04dd61ea3c8aec65c3216711525c8930b80081 10911 libgems-ruby_1.2.0-1.diff.gz
 8358db073c42ea0771c96a55483cc7e1ef8afe2e 163430 rubygems1.8_1.2.0-1_all.deb
 88d82ab8636e073c49c23696ba318a286ba93760 163132 rubygems1.9_1.2.0-1_all.deb
 aaf477958afdd588869ce2d4838d921b334a0e26 261262 rubygems-doc_1.2.0-1_all.deb
Checksums-Sha256: 
 1f8c43e1772a7b372e5b94befeca7b161b88ff812a1758a32c313af471d2bc05 1226 
libgems-ruby_1.2.0-1.dsc
 28af450a85fd74ae8bd315023cbeeff98a132720978fa009199f6c95f4bb372d 246920 
libgems-ruby_1.2.0.orig.tar.gz
 cc6296f52224bd5af316b8f91b13eea542146a43b0e1ad8aca19f18b32c256f5 10911 
libgems-ruby_1.2.0-1.diff.gz
 997466924681651b2bc9c58c9f6c734dbf7f5540a0830b335de6685b09ad0b02 163430 
rubygems1.8_1.2.0-1_all.deb
 3455ec38f69ead80b2649c19a054e1d50c25a8df648692221066c6dc09606102 163132 
rubygems1.9_1.2.0-1_all.deb
 587b88410554cfddadaf578614b2d08005c8013615e0ed14214df9e70dbcd69a 261262 
rubygems-doc_1.2.0-1_all.deb
Files: 
 b985d37f02956a91edbbf2d255c88fb1 1226 interpreters optional 
libgems-ruby_1.2.0-1.dsc
 b77a4234360735174d1692e6fc598402 246920 interpreters optional 
libgems-ruby_1.2.0.orig.tar.gz
 f18ef5bfc0351ec25edc1246fd5df2c4 10911 interpreters optional 
libgems-ruby_1.2.0-1.diff.gz
 aede08bded1bc9bbf4ea01eef864cb4f 163430 interpreters optional 
rubygems1.8_1.2.0-1_all.deb
 04e4a76c9772546e93a77113ef973338 163132 interpreters optional 
rubygems1.9_1.2.0-1_all.deb
 2f5a1919c1a0fc6766702b531c4fac3c 261262 doc optional 
rubygems-doc_1.2.0-1_all.deb

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

iD8DBQFIY6nkNcPj+ukc0lARAshcAKCLUS3Sig3tibQxv7eheOClt+g4jQCgyay5
9n2ESJIWV1B47DxxQlwGcDo=
=XK9K
-END PGP SIGNATURE-


Accepted:
libgems-ruby_1.2.0-1.diff.gz
  to pool/main/libg/libgems-ruby/libgems-ruby_1.2.0-1.diff.gz
libgems-ruby_1.2.0-1.dsc
  to pool/main/libg/libgems-ruby/libgems-ruby_1.2.0-1.dsc
libgems-ruby_1.2.0.orig.tar.gz
  to pool/main/libg/libgems-ruby/libgems-ruby_1.2.0.orig.tar.gz
rubygems-doc_1.2.0-1_all.deb
  to pool/main/libg/libgems-ruby/rubygems-doc_1.2.0-1_all.deb
rubygems1.8_1.2.0-1_all.deb
  to pool/main/libg/libgems-ruby/rubygems1.8_1.2.0-1_all.deb
rubygems1.9_1.2.0-1_all.deb
  to pool/main/libg/libgems-ruby/rubygems1.9_1.2.0-1_all.deb


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



Accepted libpoe-perl 2:1.0003-1 (source all)

2008-06-26 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 15:47:35 +0200
Source: libpoe-perl
Binary: libpoe-perl
Architecture: source all
Version: 2:1.0003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyżaniak (eloy) [EMAIL PROTECTED]
Description: 
 libpoe-perl - event driven component architecture
Changes: 
 libpoe-perl (2:1.0003-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
+ Build-Depends: debhelper (= 7)
+ Standards-Version: increased to 3.8.0 (no changes)
+ Uploaders: added me
   * debian/compat: increased to 7 (no changes)
Checksums-Sha1: 
 a3caa85ed2ade4da1b74d73f3c863174d42892b4 1560 libpoe-perl_1.0003-1.dsc
 0786f457cc6749d9db3260acaded99d92336468a 379487 libpoe-perl_1.0003.orig.tar.gz
 55ba7b46720c0ce2c48a327fd4566040ecdffbec 7354 libpoe-perl_1.0003-1.diff.gz
 12a71f8298623165dabbf2d82f801c53bcf895e2 538264 libpoe-perl_1.0003-1_all.deb
Checksums-Sha256: 
 4a459e9250a08ab5df31b736a20478d1488f8303817d5af7bf8098b5d09c821b 1560 
libpoe-perl_1.0003-1.dsc
 794f4669a125409b88663ecf9040e22f4dc06216cc6d51eb56468151f272c103 379487 
libpoe-perl_1.0003.orig.tar.gz
 8e494556fb8b474ae0354a0f7640961ba23d8df7577552b44c7b56b061ef76bf 7354 
libpoe-perl_1.0003-1.diff.gz
 0c09ec7aa5bd1368e2a5cd42c43c9f81dd7ae178cfa7fe290f3e06e8e621df62 538264 
libpoe-perl_1.0003-1_all.deb
Files: 
 bac209493dc49e645d2bbb7fbabb6cf1 1560 perl optional libpoe-perl_1.0003-1.dsc
 c51f5ae10426206ac86ef49a61431221 379487 perl optional 
libpoe-perl_1.0003.orig.tar.gz
 03e5ee67951c4002ce4d35c09e37e9fa 7354 perl optional 
libpoe-perl_1.0003-1.diff.gz
 c99f612076e4a83d514404d54384f9bd 538264 perl optional 
libpoe-perl_1.0003-1_all.deb

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

iEYEARECAAYFAkhjpmUACgkQy+HP4f7iC8t3uwCfVogtQ6NGhOIpnzy0qH/EKypF
zrIAnRI+xjE8lSrA9GdXN5eWToY0Wpd5
=tKV4
-END PGP SIGNATURE-


Accepted:
libpoe-perl_1.0003-1.diff.gz
  to pool/main/libp/libpoe-perl/libpoe-perl_1.0003-1.diff.gz
libpoe-perl_1.0003-1.dsc
  to pool/main/libp/libpoe-perl/libpoe-perl_1.0003-1.dsc
libpoe-perl_1.0003-1_all.deb
  to pool/main/libp/libpoe-perl/libpoe-perl_1.0003-1_all.deb
libpoe-perl_1.0003.orig.tar.gz
  to pool/main/libp/libpoe-perl/libpoe-perl_1.0003.orig.tar.gz


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



Accepted clutter-cairo 0.6.2-1 (source i386)

2008-06-26 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 14:02:12 +0100
Source: clutter-cairo
Binary: libclutter-cairo-0.6-0 libclutter-cairo-0.6-dev libclutter-cairo-0.6-dbg
Architecture: source i386
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 libclutter-cairo-0.6-0 - Open GL based interactive canvas library Cairo 
integration
 libclutter-cairo-0.6-dbg - Open GL based interactive canvas library Cairo 
integration (debug
 libclutter-cairo-0.6-dev - Open GL based interactive canvas library Cairo 
integration (devel
Closes: 486244
Changes: 
 clutter-cairo (0.6.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #486244)
Checksums-Sha1: 
 fde2c601e356f99a03c0ea3dc7c7cf66c6610e67 1133 clutter-cairo_0.6.2-1.dsc
 f6adcde927007810ff94d931960edeccce19c54e 339887 clutter-cairo_0.6.2.orig.tar.gz
 2d318edf90fe4325e9d7d640653272c99df84c5d 1755 clutter-cairo_0.6.2-1.diff.gz
 cef8028f81c78603267384bdba3663726f2254f0 10406 
libclutter-cairo-0.6-0_0.6.2-1_i386.deb
 6f27a0308bb2a9136362ae4d57f9d75f8f09ff3b 8666 
libclutter-cairo-0.6-dev_0.6.2-1_i386.deb
 fa74b75cdb008afeec438cce518373119271d88e 16360 
libclutter-cairo-0.6-dbg_0.6.2-1_i386.deb
Checksums-Sha256: 
 b9928cfba439f62d340b1c797ac64dd74ff5f335a7c8fb7e4de4293f78335f8e 1133 
clutter-cairo_0.6.2-1.dsc
 f4747f39ed739cf885ccb378f26e01fd2ff016749ddc458c1048903157668fec 339887 
clutter-cairo_0.6.2.orig.tar.gz
 f543e3b59b004f8dcb35c304a03ed9a814ce81482d9305917ba16fc1160cca60 1755 
clutter-cairo_0.6.2-1.diff.gz
 30c2ae8868f0b1b94ac263bd100531fb9fe0b8f3cea8f47cfc33534317a9 10406 
libclutter-cairo-0.6-0_0.6.2-1_i386.deb
 bfed3175f8a7a8723692da3b8b3392f69bacacb415797ad58d301d2e46076a73 8666 
libclutter-cairo-0.6-dev_0.6.2-1_i386.deb
 2faff2ba37e953259d10d5016ead93a1f9a97e6733c807f1b6a0dff608d7bb13 16360 
libclutter-cairo-0.6-dbg_0.6.2-1_i386.deb
Files: 
 cc5bb5b6903d49fe7a0a133efc5d 1133 libs optional clutter-cairo_0.6.2-1.dsc
 15fa0ba0adfbee223ec32667adb1f3af 339887 libs optional 
clutter-cairo_0.6.2.orig.tar.gz
 183700c9d3d34cedc8460380a951603e 1755 libs optional 
clutter-cairo_0.6.2-1.diff.gz
 beeb9fbcccff3286af3a2059ba178894 10406 libs optional 
libclutter-cairo-0.6-0_0.6.2-1_i386.deb
 5f3040f24d5652df19f1a70151b98054 8666 libdevel optional 
libclutter-cairo-0.6-dev_0.6.2-1_i386.deb
 90c85858a71266b3259d7366c36e127c 16360 libdevel extra 
libclutter-cairo-0.6-dbg_0.6.2-1_i386.deb

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

iD8DBQFIY5eOLQnkR9C0M98RAgovAKCqn51YJGnXCWyYrUhIrQ8kv6MjHgCfUvEz
uNCh+UgU56f/FOLxTZGXuzU=
=O6bu
-END PGP SIGNATURE-


Accepted:
clutter-cairo_0.6.2-1.diff.gz
  to pool/main/c/clutter-cairo/clutter-cairo_0.6.2-1.diff.gz
clutter-cairo_0.6.2-1.dsc
  to pool/main/c/clutter-cairo/clutter-cairo_0.6.2-1.dsc
clutter-cairo_0.6.2.orig.tar.gz
  to pool/main/c/clutter-cairo/clutter-cairo_0.6.2.orig.tar.gz
libclutter-cairo-0.6-0_0.6.2-1_i386.deb
  to pool/main/c/clutter-cairo/libclutter-cairo-0.6-0_0.6.2-1_i386.deb
libclutter-cairo-0.6-dbg_0.6.2-1_i386.deb
  to pool/main/c/clutter-cairo/libclutter-cairo-0.6-dbg_0.6.2-1_i386.deb
libclutter-cairo-0.6-dev_0.6.2-1_i386.deb
  to pool/main/c/clutter-cairo/libclutter-cairo-0.6-dev_0.6.2-1_i386.deb


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



Accepted gpe-expenses 0.1.6-1 (source all amd64)

2008-06-26 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 15:50:11 +0100
Source: gpe-expenses
Binary: gpe-expenses libqofexpensesobjects-doc libqofexpensesobjects0 
libqofexpensesobjects-dev libqofexpensesobjects0-dbg
Architecture: source all amd64
Version: 0.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Neil Williams [EMAIL PROTECTED]
Changed-By: Neil Williams [EMAIL PROTECTED]
Description: 
 gpe-expenses - Simple expense records for GPE
 libqofexpensesobjects-dev - QOF expenses objects - development files
 libqofexpensesobjects-doc - QOF expenses objects - documentation
 libqofexpensesobjects0 - financial QOF objects for expenses handling
 libqofexpensesobjects0-dbg - QOF expenses objects - debug support
Closes: 479369 479370 479395 480479 480482 481386 481386
Changes: 
 gpe-expenses (0.1.6-1) unstable; urgency=low
 .
   * New upstream release
   * [gpe-expenses] simplified chinese(zh_CN) translation of gpe-expenses
 (Closes: #479369)
   * [libqofexpensesobjects0] simplified chinese(zh_CN) translation of
 qofexpensesobjects (Closes: #479370)
   * [INTL:fr] French translation of gpe-expenses
 (Closes: #480479)
   * [INTL:fr] French translation of libqofexpensesobjects0
 (Closes: #480482)
   * [INTL:ru] Russian program translation of gpe-expenses
 (Closes: #481386)
   * [INTL:ru] Russian program translation of libqofexpensesobjects
 (Closes: #481386)
   * Upgrade intltool dependency and standards version
   * Includes support for creating GPE categories (Closes: #479395)
   * Expand debian/xcontrol for smoother cross-build support
   * update debian/copyright after upstream inclusion of some gpe-
 contacts code
Checksums-Sha1: 
 2d7e672958d8ead7b27c8a40e2aa62a713043698 1602 gpe-expenses_0.1.6-1.dsc
 c84fc86f05ad8d9b237fd44674e9246a6cd85014 501319 gpe-expenses_0.1.6.orig.tar.gz
 d9b16dd11c9e2be6604988a79f20593fb59c35fd 22902 gpe-expenses_0.1.6-1.diff.gz
 4782da3864fba03ffeaab9d9884552e54d40e082 170148 
libqofexpensesobjects-doc_0.1.6-1_all.deb
 665757d4ac55bcc335c8418f83d31fa5ba77d9ee 52728 gpe-expenses_0.1.6-1_amd64.deb
 b13b914a97a5a0d80de03308cd3cc3843e46c047 22288 
libqofexpensesobjects0_0.1.6-1_amd64.deb
 037e04b27b89f5a886c1f20852908f6c74335496 21048 
libqofexpensesobjects-dev_0.1.6-1_amd64.deb
 3245ca1603f4fb4ebf4ea7e4ef711c4bd8763f0d 68898 
libqofexpensesobjects0-dbg_0.1.6-1_amd64.deb
Checksums-Sha256: 
 75068cd2e2c131471ce1d98c7f2235f4904964d867166cf1fa6a35ae99969864 1602 
gpe-expenses_0.1.6-1.dsc
 86eee25496506164e72ab689442b43301380a91a72280f635102eb2655f52715 501319 
gpe-expenses_0.1.6.orig.tar.gz
 4b0fc64bfc529483e334ff6aed7066bc0ae3b39f6acde467c15c92328b3b6537 22902 
gpe-expenses_0.1.6-1.diff.gz
 562a8a04e9f198e245cde106b8c34dc78f18353ab11655503852ff33fbcf0639 170148 
libqofexpensesobjects-doc_0.1.6-1_all.deb
 9671275f2e02535b7edfc8b4b26dd4f75310eb9651412f88fb44ec00588a8e32 52728 
gpe-expenses_0.1.6-1_amd64.deb
 4b48e6016201441ec3a94ff47142e3ec9130b353dd1dea8e0f4bdcc792620d9d 22288 
libqofexpensesobjects0_0.1.6-1_amd64.deb
 12098dac83fb3cb7e77fbe3bd6f5cd91da46a63a685c52a4d894b41d3c970bf1 21048 
libqofexpensesobjects-dev_0.1.6-1_amd64.deb
 1b565f370075430eb7ad3cc4c98624d24234931c08cc59b5f426d3d784673f26 68898 
libqofexpensesobjects0-dbg_0.1.6-1_amd64.deb
Files: 
 7b04472b2ae1c266db097a6b67c93cdd 1602 utils optional gpe-expenses_0.1.6-1.dsc
 2409ecc1b9bf26a174d70431170674bc 501319 utils optional 
gpe-expenses_0.1.6.orig.tar.gz
 ff6724231cb10131d96aa7c6e922ef47 22902 utils optional 
gpe-expenses_0.1.6-1.diff.gz
 a5035d17f7b9a19cbc86392a7e472936 170148 doc optional 
libqofexpensesobjects-doc_0.1.6-1_all.deb
 8a615655e0adea807c256fec09852062 52728 utils optional 
gpe-expenses_0.1.6-1_amd64.deb
 b441d3bcf826b9b6bde913f6ddf30864 22288 libs optional 
libqofexpensesobjects0_0.1.6-1_amd64.deb
 be03ecc7b7d16e5b36b0e7ca47f384e7 21048 libdevel optional 
libqofexpensesobjects-dev_0.1.6-1_amd64.deb
 0dac6b38bc86b83d42268893e97522fe 68898 libs extra 
libqofexpensesobjects0-dbg_0.1.6-1_amd64.deb

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

iEYEARECAAYFAkhjrYUACgkQiAEJSii8s+PDyACfWafrWSnRR2xLhWx1yEqWSGgK
WbQAn3J/sXgt2PuTPUiWuvFII+SnCS63
=N2zj
-END PGP SIGNATURE-


Accepted:
gpe-expenses_0.1.6-1.diff.gz
  to pool/main/g/gpe-expenses/gpe-expenses_0.1.6-1.diff.gz
gpe-expenses_0.1.6-1.dsc
  to pool/main/g/gpe-expenses/gpe-expenses_0.1.6-1.dsc
gpe-expenses_0.1.6-1_amd64.deb
  to pool/main/g/gpe-expenses/gpe-expenses_0.1.6-1_amd64.deb
gpe-expenses_0.1.6.orig.tar.gz
  to pool/main/g/gpe-expenses/gpe-expenses_0.1.6.orig.tar.gz
libqofexpensesobjects-dev_0.1.6-1_amd64.deb
  to pool/main/g/gpe-expenses/libqofexpensesobjects-dev_0.1.6-1_amd64.deb
libqofexpensesobjects-doc_0.1.6-1_all.deb
  to pool/main/g/gpe-expenses/libqofexpensesobjects-doc_0.1.6-1_all.deb
libqofexpensesobjects0-dbg_0.1.6-1_amd64.deb
  to pool/main/g/gpe-expenses/libqofexpensesobjects0-dbg_0.1.6-1_amd64.deb
libqofexpensesobjects0_0.1.6-1_amd64.deb
  to 

Accepted libx86 1.1+ds1-2 (source i386)

2008-06-26 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 14:43:35 +0200
Source: libx86
Binary: libx86-dev libx86-1 libx86-dbg
Architecture: source i386
Version: 1.1+ds1-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino [EMAIL PROTECTED]
Changed-By: David Paleino [EMAIL PROTECTED]
Description: 
 libx86-1   - x86 real-mode library
 libx86-dbg - x86 real-mode library - debugging symbols
 libx86-dev - x86 real-mode library - development files
Closes: 488100 488101
Changes: 
 libx86 (1.1+ds1-2) unstable; urgency=low
 .
   * Disable the x86emu backend for lpia architecture (Closes: #488100)
   * debian/patches/:
 - 01-fix_processor_flags.patch added, Linux 2.6.26-rc1 and newer no
   longer define *_MASK; use X86_EFLAGS_* instead (thanks to Colin
   Watson) (Closes: #488101)
   * debian/control:
 - Standards-Version bumped to 3.8.0:
   + debian/rules improved to allow parallel building $(MAKE) jobs.
Checksums-Sha1: 
 f2260d04cf5c5e215532da3db79d38f242968944 1183 libx86_1.1+ds1-2.dsc
 dfbb719c908757d2d7c08f618286a2b904859682 4232 libx86_1.1+ds1-2.diff.gz
 37d737ca571f1f2454da3559d5a5a1bdc9b6b550 8278 libx86-dev_1.1+ds1-2_i386.deb
 c8a5b438c55d6b2d1bd5044da12b4f162d3421de 8032 libx86-1_1.1+ds1-2_i386.deb
 bbd2ede99a401096b85b0468ac63d66f210a7344 11332 libx86-dbg_1.1+ds1-2_i386.deb
Checksums-Sha256: 
 69af05ecb3f386c6fc6265de1a362bdd33d898e6da663e4f6ddf81ade9385a7e 1183 
libx86_1.1+ds1-2.dsc
 8b80de2b867610127c2e874651ae86224ad8a551d0bf4801b4f24b1d324e3d81 4232 
libx86_1.1+ds1-2.diff.gz
 b4639c671bbe9bf11b98a506bca4ede693842c6c8e67f4ebea8e1c37cac75219 8278 
libx86-dev_1.1+ds1-2_i386.deb
 2304e2c793484ca492cfc5bc2471f33401fafe8041fc2d97e6a58e6b119423cd 8032 
libx86-1_1.1+ds1-2_i386.deb
 b4c1b8011a5f0858c159dfaa6c3ec21d83df9391d27a50fc261e5e389cc17322 11332 
libx86-dbg_1.1+ds1-2_i386.deb
Files: 
 048622f512f346f0a7e47d30cb683529 1183 libs optional libx86_1.1+ds1-2.dsc
 cece750e028d8b476fc3a94d71a967a6 4232 libs optional libx86_1.1+ds1-2.diff.gz
 c139e59bc9509dad5c3f87763bf3d324 8278 libdevel optional 
libx86-dev_1.1+ds1-2_i386.deb
 430d035e2466a2004f457d3654286837 8032 libs optional libx86-1_1.1+ds1-2_i386.deb
 c2c66c1be1e47699341832b05e0a67f5 11332 libs extra libx86-dbg_1.1+ds1-2_i386.deb

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

iD8DBQFIY7ZOSR+P2lQW5bgRAifWAKCNZSYhGfGo3jjDW0zXbQdAYPuXdACfYM+O
Yey+8wXKCa6AWXUwC3RvKiI=
=DL/g
-END PGP SIGNATURE-


Accepted:
libx86-1_1.1+ds1-2_i386.deb
  to pool/main/libx/libx86/libx86-1_1.1+ds1-2_i386.deb
libx86-dbg_1.1+ds1-2_i386.deb
  to pool/main/libx/libx86/libx86-dbg_1.1+ds1-2_i386.deb
libx86-dev_1.1+ds1-2_i386.deb
  to pool/main/libx/libx86/libx86-dev_1.1+ds1-2_i386.deb
libx86_1.1+ds1-2.diff.gz
  to pool/main/libx/libx86/libx86_1.1+ds1-2.diff.gz
libx86_1.1+ds1-2.dsc
  to pool/main/libx/libx86/libx86_1.1+ds1-2.dsc


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



Accepted grub2 1.96+20080626-1 (source amd64)

2008-06-26 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 16:43:48 +0200
Source: grub2
Binary: grub2 grub-of grub-common grub-pc grub-rescue-pc grub-linuxbios 
grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20080626-1
Distribution: unstable
Urgency: high
Maintainer: GRUB Maintainers [EMAIL PROTECTED]
Changed-By: Robert Millan [EMAIL PROTECTED]
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-of- GRand Unified Bootloader, version 2 [dummy]
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Closes: 484228
Changes: 
 grub2 (1.96+20080626-1) unstable; urgency=high
 .
   * New CVS snapshot.
 - Avoids passing UUID to Linux when not using initrd.  (Closes: #484228)
 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.
Checksums-Sha1: 
 1fb6b585aa5bce95a9af170e88273b108bf03190 1979 grub2_1.96+20080626-1.dsc
 f55975b96f8871b15273566020d1dfdae280fa3f 859467 grub2_1.96+20080626.orig.tar.gz
 e6eb7a787aaf449d003042e473649031ab0c90c0 40558 grub2_1.96+20080626-1.diff.gz
 ff2a2ae4f8ab2618ab51a89db758c039c641128e 114838 grub2_1.96+20080626-1_amd64.deb
 49d18173b96283a8347f9d193a2efd299043ded8 188516 
grub-common_1.96+20080626-1_amd64.deb
 b086c6820a884bd613e9066fc4f3b6ad7d19198c 1116968 
grub-pc_1.96+20080626-1_amd64.deb
 9cc4b7438be68d4dee388b8465a4ad1554c0093f 457496 
grub-rescue-pc_1.96+20080626-1_amd64.deb
 1783c37d9e2da69358bdef2003986abaea70fff9 979464 
grub-linuxbios_1.96+20080626-1_amd64.deb
 472d4e8bdd4bb3c469feae1adcdc339ff16ef27e 873340 
grub-efi_1.96+20080626-1_amd64.deb
 f9614e353e7fb241868b68389b8b222c0fb31542 981780 
grub-ieee1275_1.96+20080626-1_amd64.deb
Checksums-Sha256: 
 cf616f4ee8b59a0b347f32dac2c6e61f1d879e648bd5f17f7b9f851e2b265201 1979 
grub2_1.96+20080626-1.dsc
 3190884c15d8a8a08bafdfe14b75c23d955bd16d54fc0ee203ccff590c4a69d8 859467 
grub2_1.96+20080626.orig.tar.gz
 61d3a95ecfe3849ac3b908c536ecbb09c532b40f359597e3f6884b1707b7e226 40558 
grub2_1.96+20080626-1.diff.gz
 79078a8249a327961b9d5a597c11ae62992a1d04b5dc89b71f4b86fb6fc422e7 114838 
grub2_1.96+20080626-1_amd64.deb
 83122ca862e577dfce4ed548b2393518c3fda0aa6b9777e0400def7ba41ada99 188516 
grub-common_1.96+20080626-1_amd64.deb
 ce12860135a097605151524e13f8a2f50f5283260920395dcbf6ae237d0e089e 1116968 
grub-pc_1.96+20080626-1_amd64.deb
 f942adb2bcb6839c719f32e9b4aaac24dce6731c3dc0b5c5707e8ae689ccaf61 457496 
grub-rescue-pc_1.96+20080626-1_amd64.deb
 0a68e80ef01801c446c6ab340b5bedc92f87efe7462af4dc0b214ba8b3179822 979464 
grub-linuxbios_1.96+20080626-1_amd64.deb
 b9516d6a5af2af766a6b7cd903b33118ed55ec56c83a1e3f2b7d37a9b8422093 873340 
grub-efi_1.96+20080626-1_amd64.deb
 5e9d24769c9df9a646e7849fbf9c9f0c77e022b405795b9b0b216ac71f0ff61d 981780 
grub-ieee1275_1.96+20080626-1_amd64.deb
Files: 
 f7cf1f00949777d3a73f5fa4b6c25fbe 1979 admin extra grub2_1.96+20080626-1.dsc
 d41ce85608d739f673e4ba68be2ae890 859467 admin extra 
grub2_1.96+20080626.orig.tar.gz
 10171d3e59d4aa232bb2fdacbede5ae9 40558 admin extra 
grub2_1.96+20080626-1.diff.gz
 cd09a75b37f56b6634ff8e7a3d7776d5 114838 admin extra 
grub2_1.96+20080626-1_amd64.deb
 e58e1bfc9d602348d8dc3a9c4bb95943 188516 admin extra 
grub-common_1.96+20080626-1_amd64.deb
 303a8e5c6cb2b187b80abc6ef258f826 1116968 admin extra 
grub-pc_1.96+20080626-1_amd64.deb
 05647bf9201bb2ea39972906451939ac 457496 admin extra 
grub-rescue-pc_1.96+20080626-1_amd64.deb
 fe7aeceba2e0665b7794c27d74a24e8c 979464 admin extra 
grub-linuxbios_1.96+20080626-1_amd64.deb
 90872abbc935a875c60e5367f41c9335 873340 admin extra 
grub-efi_1.96+20080626-1_amd64.deb
 6281c9d1a913d7a9d8f798598ac87c24 981780 admin extra 
grub-ieee1275_1.96+20080626-1_amd64.deb

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

iEYEARECAAYFAkhjsi0ACgkQC19io6rUCv+gpACfdZ0fNymPRMX+qBnoEIlLmZVs
5dkAnAtLUL3SbIyFPKleH1MZnsx6IzRN
=P8CO
-END PGP SIGNATURE-


Accepted:
grub-common_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080626-1_amd64.deb
grub-efi_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080626-1_amd64.deb
grub-ieee1275_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080626-1_amd64.deb
grub-linuxbios_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080626-1_amd64.deb
grub-pc_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080626-1_amd64.deb
grub-rescue-pc_1.96+20080626-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080626-1_amd64.deb
grub2_1.96+20080626-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080626-1.diff.gz
grub2_1.96+20080626-1.dsc
  to pool/main/g

Accepted tcl8.5 8.5.2-2 (source all i386)

2008-06-26 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 26 Jun 2008 19:55:56 +0400
Source: tcl8.5
Binary: tcl8.5 tcl8.5-doc tcl8.5-dev
Architecture: source all i386
Version: 8.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 tcl8.5 - Tcl (the Tool Command Language) v8.5 - run-time files
 tcl8.5-dev - Tcl (the Tool Command Language) v8.5 - development files
 tcl8.5-doc - Tcl (the Tool Command Language) v8.5 - manual pages
Changes: 
 tcl8.5 (8.5.2-2) unstable; urgency=low
 .
   * Fixed clean target to work with debhelper 7.0 (made dh_clean the last
 command, so debhelper logs are removed now).
   * Moved Tcl modules to /usr/share/tcl8.5/tcl8 directory to prevent clashes
 with future tcl8.6 package.
   * Bumped standards version to 3.8.0.
Files: 
 ebd4222e4dce9bb98f12fc9c21c60644 1108 libs optional tcl8.5_8.5.2-2.dsc
 2c72cc517f974c0460d9e8070b40b5d3 10497 libs optional tcl8.5_8.5.2-2.diff.gz
 1aeb589341b18613144ca2a80c541830 1114400 doc optional 
tcl8.5-doc_8.5.2-2_all.deb
 00a12bbb41cece19e9add0add14081a0 1535290 interpreters optional 
tcl8.5_8.5.2-2_i386.deb
 cd57dd26cbd3e888c78c08ec2039b4c3 973216 devel optional 
tcl8.5-dev_8.5.2-2_i386.deb

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

iD8DBQFIY78pIcdH02pGEFIRAv7MAJ96eTAioNtSLljUMzPf4e1GH5XCDQCfXsX2
NY9R40usWagQ6YPW11kd4E4=
=4mAf
-END PGP SIGNATURE-


Accepted:
tcl8.5-dev_8.5.2-2_i386.deb
  to pool/main/t/tcl8.5/tcl8.5-dev_8.5.2-2_i386.deb
tcl8.5-doc_8.5.2-2_all.deb
  to pool/main/t/tcl8.5/tcl8.5-doc_8.5.2-2_all.deb
tcl8.5_8.5.2-2.diff.gz
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-2.diff.gz
tcl8.5_8.5.2-2.dsc
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-2.dsc
tcl8.5_8.5.2-2_i386.deb
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-2_i386.deb


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



Accepted apt-cross 0.10.0 (source all)

2008-06-26 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 16:24:42 +0100
Source: apt-cross
Binary: apt-cross libcache-apt-perl
Architecture: source all
Version: 0.10.0
Distribution: unstable
Urgency: low
Maintainer: Neil Williams [EMAIL PROTECTED]
Changed-By: Neil Williams [EMAIL PROTECTED]
Description: 
 apt-cross  - retrieve, build and install libraries for cross-compiling
 libcache-apt-perl - object oriented apt cache perl binding
Changes: 
 apt-cross (0.10.0) unstable; urgency=low
 .
   * New Debian version including Emdebian changes
 .
 apt-cross (0.9.2) unstable; urgency=low
 .
   * New Emdebian release
   * check_depends: Split out the report output so that check_depends can
 be run twice to catch Arch:all packages added by other dependencies.
   * Update Standards Version (no changes)
 .
 apt-cross (0.9.1) unstable; urgency=low
 .
   * New Emdebian release
   * Lookup.pm : fix problem with new Provides: support where packages
 gained Provides: on all packages ever provided by another package.
 (Array not cleared at end of loop).
   * apt-cross: enhance --exclude behaviour to exclude dependencies
 before recursing into dependencies of excluded packages
Checksums-Sha1: 
 584ca24cff393679dae4fde0a6e1312a9368ff16 1005 apt-cross_0.10.0.dsc
 e87c8d7f39289113a785f7efd803551b2fc8f622 30051 apt-cross_0.10.0.tar.gz
 685bade23951258b97c60a7b63d943f077e9ccf8 20692 apt-cross_0.10.0_all.deb
 32cdf06135f1298cabf8d43d6aff1bbae8829816 30604 libcache-apt-perl_0.10.0_all.deb
Checksums-Sha256: 
 cc26dcf3cd700463dffc487470a4f1656e001df8873244539184b873e85ac43c 1005 
apt-cross_0.10.0.dsc
 43c184d10b7a6c1325fb227c733fed645b7d85a6717998c73d00a6edd78222a0 30051 
apt-cross_0.10.0.tar.gz
 d3540296887bb6e2b0d252148480e64e40cfb73189aa3eefcde417c45e41f8a2 20692 
apt-cross_0.10.0_all.deb
 c1b3db9264b12a5d36e7516b33592535617eed24905807011f8c320d36421fad 30604 
libcache-apt-perl_0.10.0_all.deb
Files: 
 4f4fb79e44d0e900805525f3b06ce93b 1005 utils extra apt-cross_0.10.0.dsc
 89a0d7a4ea998b0264d4b00e0692cbe2 30051 utils extra apt-cross_0.10.0.tar.gz
 bd7134a735da51ff1efb67904d7fadb9 20692 utils extra apt-cross_0.10.0_all.deb
 6b8a748d6c18860c1170cc668a4b7051 30604 perl extra 
libcache-apt-perl_0.10.0_all.deb

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

iEYEARECAAYFAkhjxVQACgkQiAEJSii8s+M28ACdF8pcY/iPY4WtsOMvLsJzqxEC
5XIAnj6Fb7bAD0ZhT27ISI6ozdokIV7v
=RPGI
-END PGP SIGNATURE-


Accepted:
apt-cross_0.10.0.dsc
  to pool/main/a/apt-cross/apt-cross_0.10.0.dsc
apt-cross_0.10.0.tar.gz
  to pool/main/a/apt-cross/apt-cross_0.10.0.tar.gz
apt-cross_0.10.0_all.deb
  to pool/main/a/apt-cross/apt-cross_0.10.0_all.deb
libcache-apt-perl_0.10.0_all.deb
  to pool/main/a/apt-cross/libcache-apt-perl_0.10.0_all.deb


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



Accepted checkinstall 1.6.1-7 (source i386)

2008-06-26 Thread Felipe Sateler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Jun 2008 23:58:05 -0400
Source: checkinstall
Binary: checkinstall
Architecture: source i386
Version: 1.6.1-7
Distribution: unstable
Urgency: high
Maintainer: Felipe Sateler [EMAIL PROTECTED]
Changed-By: Felipe Sateler [EMAIL PROTECTED]
Description: 
 checkinstall - installation tracker
Changes: 
 checkinstall (1.6.1-7) unstable; urgency=high
 .
   * Use mktemp instead of awk magic to create temporary directories.
 The original implementation had a race condition that allowed for a
 symlink attack. This is security related, so set urgency to high.
Checksums-Sha1: 
 f524e39d660c9ba05d3a0f09e64ec96ca1e04506 1336 checkinstall_1.6.1-7.dsc
 99674d3a7577c9ccbb70474cd90692099b7dd19c 15392 checkinstall_1.6.1-7.diff.gz
 e653d9f8ff18e4d5a4a9465fa525dc3850be3097 114006 checkinstall_1.6.1-7_i386.deb
Checksums-Sha256: 
 d02ffbb5279fecbddecdf8330a84301773f28c0cae90fee2c3fef31076a4cdab 1336 
checkinstall_1.6.1-7.dsc
 a2916d6790463076d8727c02ac34c28a5289342f71e27ae07a4ba12270619faa 15392 
checkinstall_1.6.1-7.diff.gz
 00df06047536068116504d1286fd0f1ecf5087b9720c53a7c17c14910aaad464 114006 
checkinstall_1.6.1-7_i386.deb
Files: 
 3cfab6fff42365a4ae2e4d2253e0e1f4 1336 admin optional checkinstall_1.6.1-7.dsc
 a8eaa89ee71b7cc4be4efbd7ee4101e4 15392 admin optional 
checkinstall_1.6.1-7.diff.gz
 9c76c7966f08c85358b1c75d1948ee11 114006 admin optional 
checkinstall_1.6.1-7_i386.deb

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

iEYEARECAAYFAkhjxQ8ACgkQ62zWxYk/rQf7IACeO+SXIOq9Gywf2lLXzDwm25wD
8uYAoKbM9TllZFwBP5/fqc/sxv7KmJgo
=ICGq
-END PGP SIGNATURE-


Accepted:
checkinstall_1.6.1-7.diff.gz
  to pool/main/c/checkinstall/checkinstall_1.6.1-7.diff.gz
checkinstall_1.6.1-7.dsc
  to pool/main/c/checkinstall/checkinstall_1.6.1-7.dsc
checkinstall_1.6.1-7_i386.deb
  to pool/main/c/checkinstall/checkinstall_1.6.1-7_i386.deb


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



Accepted libjgroups-java 2.6.3.CR2-1 (source all)

2008-06-26 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Jun 2008 23:35:32 +0200
Source: libjgroups-java
Binary: libjgroups-java
Architecture: source all
Version: 2.6.3.CR2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libjgroups-java - Toolkit for Reliable Multicast Communication
Changes: 
 libjgroups-java (2.6.3.CR2-1) unstable; urgency=low
 .
   * new upstream release
Checksums-Sha1: 
 bde5355692b2e0509f8b19378aa34f7c2b3073df 1511 libjgroups-java_2.6.3.CR2-1.dsc
 254ea6deafb3873f0d53e86b674ffcc91c42449d 1356602 
libjgroups-java_2.6.3.CR2.orig.tar.gz
 da2175e9d1bab1f5e9264763709bbdd227a70417 8003 
libjgroups-java_2.6.3.CR2-1.diff.gz
 63005d76af15404ddd7b321f8f2ff60c6fd3fbec 3094742 
libjgroups-java_2.6.3.CR2-1_all.deb
Checksums-Sha256: 
 79fe5eea656a6c01473cb7d71855f6fa04b3733e6beec9143249270144c7c0b6 1511 
libjgroups-java_2.6.3.CR2-1.dsc
 59c6f3085d7052675657c0d919f1ec0215034e692dbb5824b4004d7b9937f890 1356602 
libjgroups-java_2.6.3.CR2.orig.tar.gz
 df9bde9abe9841699f189864b30cbddc8f0530aa18fac1e243704b6f140a901d 8003 
libjgroups-java_2.6.3.CR2-1.diff.gz
 fe842974b567681ca55f4e07b15eff7fac33da737a61ae4e60900ef9b9cdd5a4 3094742 
libjgroups-java_2.6.3.CR2-1_all.deb
Files: 
 c5eec970cc10f5d0f1a91c8085833e69 1511 non-free/libs optional 
libjgroups-java_2.6.3.CR2-1.dsc
 9a62409212452a36d1962755b941990d 1356602 non-free/libs optional 
libjgroups-java_2.6.3.CR2.orig.tar.gz
 e74c7acae38abfb6d21dc78f7ca33b06 8003 non-free/libs optional 
libjgroups-java_2.6.3.CR2-1.diff.gz
 057ffcec03aa6ebcbb7d5c37080b8b55 3094742 non-free/libs optional 
libjgroups-java_2.6.3.CR2-1_all.deb

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

iD8DBQFIY8GXfY3dicTPjsMRAsBJAJsHzNiFPQZLx9Fxt5ISNEs3ODRVMgCcDDQF
vj2DxJ63KjPY2OsCTqmzoWs=
=ybTt
-END PGP SIGNATURE-


Accepted:
libjgroups-java_2.6.3.CR2-1.diff.gz
  to pool/non-free/libj/libjgroups-java/libjgroups-java_2.6.3.CR2-1.diff.gz
libjgroups-java_2.6.3.CR2-1.dsc
  to pool/non-free/libj/libjgroups-java/libjgroups-java_2.6.3.CR2-1.dsc
libjgroups-java_2.6.3.CR2-1_all.deb
  to pool/non-free/libj/libjgroups-java/libjgroups-java_2.6.3.CR2-1_all.deb
libjgroups-java_2.6.3.CR2.orig.tar.gz
  to pool/non-free/libj/libjgroups-java/libjgroups-java_2.6.3.CR2.orig.tar.gz


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



Accepted texlive-base 2007.dfsg.1-2 (source all)

2008-06-26 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 17:17:25 +0200
Source: texlive-base
Binary: texlive-base texlive-generic-recommended texlive-latex-base 
texlive-latex-recommended texlive-fonts-recommended texlive-pictures texlive 
texlive-full texlive-common tetex-bin tetex-base tetex-extra 
texlive-pictures-doc texlive-fonts-recommended-doc texlive-latex-base-doc 
texlive-latex-recommended-doc
Architecture: source all
Version: 2007.dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers [EMAIL PROTECTED]
Changed-By: Norbert Preining [EMAIL PROTECTED]
Description: 
 tetex-base - TeX Live: teTeX transitional package
 tetex-bin  - TeX Live: teTeX transitional package
 tetex-extra - TeX Live: teTeX transitional package
 texlive- TeX Live: A decent selection of the TeX Live packages
 texlive-base - TeX Live: Essential programs and files
 texlive-common - TeX Live: Base component
 texlive-fonts-recommended - TeX Live: Recommended fonts
 texlive-fonts-recommended-doc - TeX Live: Documentation files for 
texlive-fonts-recommended
 texlive-full - TeX Live: metapackage pulling in all components of TeX Live
 texlive-generic-recommended - TeX Live: Miscellaneous generic macros
 texlive-latex-base - TeX Live: Basic LaTeX packages
 texlive-latex-base-doc - TeX Live: Documentation files for texlive-latex-base
 texlive-latex-recommended - TeX Live: LaTeX recommended packages
 texlive-latex-recommended-doc - TeX Live: Documentation files for 
texlive-latex-recommended
 texlive-pictures - TeX Live: Packages for drawings graphics
 texlive-pictures-doc - TeX Live: Documentation files for texlive-pictures
Closes: 487947
Changes: 
 texlive-base (2007.dfsg.1-2) unstable; urgency=low
 .
   * fix texlive-base.postinst(.pre) to actually add the comment and not
 echo it to stderr, thanks Julien Cristau for the patch (Closes: #487947)
Checksums-Sha1: 
 2870ba46c326f7a95eca916eb6880772c1748f82 1634 texlive-base_2007.dfsg.1-2.dsc
 c09b750ee41d081aed7b7a23baa1d741af9fd507 149262 
texlive-base_2007.dfsg.1-2.diff.gz
 83c063b90b16cdb224184198d1e4f3016c142350 6300340 
texlive-base_2007.dfsg.1-2_all.deb
 f77a6a7394dea6369e0dd0824fcb6d05b310d9f8 453098 
texlive-generic-recommended_2007.dfsg.1-2_all.deb
 4d4888935862116e3fb791d77c3709306fe0321f 1275064 
texlive-latex-base_2007.dfsg.1-2_all.deb
 6ad258506c3992d835061fbaca7b0d11639422a1 1915378 
texlive-latex-recommended_2007.dfsg.1-2_all.deb
 f60b1fd2a7334755c15864e44f0b9a212187d131 7349170 
texlive-fonts-recommended_2007.dfsg.1-2_all.deb
 f34f22f72798588d0e4ecbc55592c003e4ef99b9 573526 
texlive-pictures_2007.dfsg.1-2_all.deb
 6e68de66b818c7134d056b83c045db583d074edb 25370 texlive_2007.dfsg.1-2_all.deb
 1603a413d9f4effe3b2dd742d567ba3503a4b1ff 25772 
texlive-full_2007.dfsg.1-2_all.deb
 4fdc9c886043e7b8cf2437744ebadadf258a642a 89172 
texlive-common_2007.dfsg.1-2_all.deb
 f53be0c1f202dba723a017af5008096e7229af45 25622 tetex-bin_2007.dfsg.1-2_all.deb
 a45b6ae3a7eb3d7945a998762973841d8b10b5be 25876 tetex-base_2007.dfsg.1-2_all.deb
 7e5fbf072f03c03fdd0db78940398f251e6b0327 25870 
tetex-extra_2007.dfsg.1-2_all.deb
 255940563cbd4a7c8a9abf6955c77569df266ef8 3853392 
texlive-pictures-doc_2007.dfsg.1-2_all.deb
 a7b0f5e69970a2e8262370abc0064e59d11c 2410034 
texlive-fonts-recommended-doc_2007.dfsg.1-2_all.deb
 871ab8ef03b4126ec56f7f5ead3fbb90894120bc 25884626 
texlive-latex-base-doc_2007.dfsg.1-2_all.deb
 8a32759123858295be33073ddf26b09cf04d0a31 18103800 
texlive-latex-recommended-doc_2007.dfsg.1-2_all.deb
Checksums-Sha256: 
 4d8de78638e25bc0fe1c832a968a31089947d73a350e2cd66b97545cf3995b72 1634 
texlive-base_2007.dfsg.1-2.dsc
 6d09a730dc87b684b2f150e30dab81040ec6fe092181b17a6f722bc3c0757336 149262 
texlive-base_2007.dfsg.1-2.diff.gz
 51c03f106859af85490764f62eb3354746f0da63dfa4bcbbac18bc8ba628c045 6300340 
texlive-base_2007.dfsg.1-2_all.deb
 8b787d907c1f7783fc3526fea99ed07ad1de2ae946bc6b374e65e735a7735488 453098 
texlive-generic-recommended_2007.dfsg.1-2_all.deb
 0509739bb0883d544a687b213a1611da12a5edce8ebb850fc46aa3d2204454c7 1275064 
texlive-latex-base_2007.dfsg.1-2_all.deb
 f4d1d405daa6b4000747d091763fe6fe74220811f388a6373c456375bc053309 1915378 
texlive-latex-recommended_2007.dfsg.1-2_all.deb
 24c9ec5ffc92b725623fa3793200342a391d7efd76d038eccd0738f2ea2fef4f 7349170 
texlive-fonts-recommended_2007.dfsg.1-2_all.deb
 af1227e9c9ec1daed7608d0c74a455dc57910f40922f3a13a17e60b931cfbe3a 573526 
texlive-pictures_2007.dfsg.1-2_all.deb
 f1eb009727dee08da76ff21f5999b576f40ea40be3c35723df2ad19de5d20464 25370 
texlive_2007.dfsg.1-2_all.deb
 035a460490f1c0bf4a8a0ab8379acfb7874fde2b9f6b0fd524ba365d4e349fac 25772 
texlive-full_2007.dfsg.1-2_all.deb
 449fc40ca425a609c4d4cd5b38a4c5d274d6fe85ba219f4c3f4c13669425a7be 89172 
texlive-common_2007.dfsg.1-2_all.deb
 baa1f7f157d131bd992b6fb52dec74ff03f50ef89d2d63d0e94cc7cdec429de4 25622 
tetex-bin_2007.dfsg.1-2_all.deb
 8f4a1e7e89e2905f4b466c55544bd79a685fce6fe16e6125e3a7af92b20021b0 25876 

Accepted virtinst 0.300.3-4 (source all)

2008-06-26 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 18:10:26 +0200
Source: virtinst
Binary: virtinst
Architecture: source all
Version: 0.300.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 virtinst   - Programs to create and clone virtual machines
Changes: 
 virtinst (0.300.3-4) unstable; urgency=low
 .
   [ Marco Sinhoreli ]
   * [39c7244] Fix path to pygrub
Checksums-Sha1: 
 f5530170dfe85bff000362e539e06299f8936f76 1334 virtinst_0.300.3-4.dsc
 596b187c764f6a796227fe795ff41b50bb332a79 42945 virtinst_0.300.3-4.diff.gz
 9214504681c683d41beb6ec1755cd58369a20e54 142038 virtinst_0.300.3-4_all.deb
Checksums-Sha256: 
 868f7e3a5f46d8a0db207d334b649604b6d4b1b9aa1ebea99629972c5091a10b 1334 
virtinst_0.300.3-4.dsc
 066391e080e48c9096d2641e16f4028bd2d3b5eda7a68603991cd24a121e1557 42945 
virtinst_0.300.3-4.diff.gz
 e3a3ac481a328f0c8003be0197d3299675c79d72efd1d5a51b1931b208107739 142038 
virtinst_0.300.3-4_all.deb
Files: 
 95c91a3891180c78423d0717696f460b 1334 admin extra virtinst_0.300.3-4.dsc
 a0595261b35fc23d245e1754ff4fdfe9 42945 admin extra virtinst_0.300.3-4.diff.gz
 e589efeb8099b7169f0daa6cc8d68fdd 142038 admin extra virtinst_0.300.3-4_all.deb

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

iD8DBQFIY8C+n88szT8+ZCYRAsBsAKCBzpfV1eL4aLBz6diFimLOezMjHQCcDwyc
7HowoRc2WFR0M4atjjNoqGw=
=fC9x
-END PGP SIGNATURE-


Accepted:
virtinst_0.300.3-4.diff.gz
  to pool/main/v/virtinst/virtinst_0.300.3-4.diff.gz
virtinst_0.300.3-4.dsc
  to pool/main/v/virtinst/virtinst_0.300.3-4.dsc
virtinst_0.300.3-4_all.deb
  to pool/main/v/virtinst/virtinst_0.300.3-4_all.deb


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



Accepted git-buildpackage 0.4.33 (source all)

2008-06-26 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 16:47:55 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.33
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Changes: 
 git-buildpackage (0.4.33) unstable; urgency=low
 .
   [ Adeodato Simó ]
   * [35c92a4] git-import-orig: merge upstream by tag name instead of by
 branch name.
   * [f1ca044] command_wrappers.py: add a GitMerge wrapper class.
 .
   [ Guido Guenther ]
   * [9bbd5d2] make symlink_orig's error message more helpful
   * [26c0310] make no-dch configurable via gbp.conf
   * [e6ce2df] bump standards version
   * [45b060e] mention git-import-dscs
   * [721068a] add meta to sample config file
Checksums-Sha1: 
 351e7a395d9c2ef1feccf4024cb0092e291741a1 971 git-buildpackage_0.4.33.dsc
 eeedb17f651718394b0012d5a7a6f93d93d79e47 41147 git-buildpackage_0.4.33.tar.gz
 910e2f0f5628b69bc59fe2b7f75fa2e4d0731f90 55788 git-buildpackage_0.4.33_all.deb
Checksums-Sha256: 
 f1bb1fd79a897a4ac4db73ee1c84b6a24d8c5b87eafc8c23393e317c4d9943de 971 
git-buildpackage_0.4.33.dsc
 3942df4cd2c90735c57f80283d5301b50d85aed699f39a718df36eba5da35459 41147 
git-buildpackage_0.4.33.tar.gz
 10a0e25c19b80b6e20811d0cc45894900dd92447631a5033dfd283cd9ce33b82 55788 
git-buildpackage_0.4.33_all.deb
Files: 
 18d21e3c881916ba1ec6425efa7a7fc8 971 devel optional git-buildpackage_0.4.33.dsc
 f3570acd3c910d3dd408d4c9a8878d54 41147 devel optional 
git-buildpackage_0.4.33.tar.gz
 669b32cc980561f485e9c472d529217d 55788 devel optional 
git-buildpackage_0.4.33_all.deb

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

iD8DBQFIY8E9n88szT8+ZCYRAryNAJ0XvNy+UCIBfA1nJqLygP9iq6brBACfTtK4
SOPQ6C1uTrbm6NTO6B67w6o=
=W1FI
-END PGP SIGNATURE-


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


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



Accepted dpkg-cross 2.2.4 (source all)

2008-06-26 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 17:28:58 +0100
Source: dpkg-cross
Binary: dpkg-cross libdebian-dpkgcross-perl
Architecture: source all
Version: 2.2.4
Distribution: unstable
Urgency: low
Maintainer: Debian Embedded Group [EMAIL PROTECTED]
Changed-By: Neil Williams [EMAIL PROTECTED]
Description: 
 dpkg-cross - tools for cross compiling Debian packages
 libdebian-dpkgcross-perl - functions to aid cross-compiling Debian packages
Changes: 
 dpkg-cross (2.2.4) unstable; urgency=low
 .
   * Debian release incorporating Emdebian changes
   * Restore po-debconf to Build-Depends (solves lintian warning)
 .
 dpkg-cross (2.2.3) unstable; urgency=low
 .
   * New Emdebian release.
   * Downgrade debconf question to priority medium.
 .
 dpkg-cross (2.2.2) unstable; urgency=low
 .
   * New Emdebian release
   * Support lib32/ for mips n32 toolchain support
Checksums-Sha1: 
 feadbb74823ee9ca91904c6d3d910405ada9b072 1259 dpkg-cross_2.2.4.dsc
 f995637fd08379c1853736a4c220cf35fdd89c32 84597 dpkg-cross_2.2.4.tar.gz
 72255fb178d9e251cc3e62633c9e7df79200eed0 48928 dpkg-cross_2.2.4_all.deb
 695137ce1f5332557bd5a4bf28f8e1ee8c6899ad 30674 
libdebian-dpkgcross-perl_2.2.4_all.deb
Checksums-Sha256: 
 1ab1d48889af100ddb02ba49177db72757eb994cde81fa788a224b3b334a8bd6 1259 
dpkg-cross_2.2.4.dsc
 9c5bbc410b8722e6c557a6ccdb6e998626589d9db8c805ff0d210713c8e02737 84597 
dpkg-cross_2.2.4.tar.gz
 625c8f54ce162b6434ab039722922ff161247f27b492e0f5b810dac8eec5912b 48928 
dpkg-cross_2.2.4_all.deb
 b38daccafaae08bfd7711730679d10563e1d8f0e42f9adfab3bef3fed1667652 30674 
libdebian-dpkgcross-perl_2.2.4_all.deb
Files: 
 9dae980c7021e1c86b1a049a32dcd256 1259 utils extra dpkg-cross_2.2.4.dsc
 7f0c7b7318fb82f3593f6177ee621b7e 84597 utils extra dpkg-cross_2.2.4.tar.gz
 9e57e38969ba804197f05c52b46dd395 48928 utils extra dpkg-cross_2.2.4_all.deb
 62d544db2b0e3ca516f56f26436ccc98 30674 perl extra 
libdebian-dpkgcross-perl_2.2.4_all.deb

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

iEYEARECAAYFAkhjw/MACgkQiAEJSii8s+NuyACaAgC4cS2PGjW4Rvm2pYoYriqj
9gkAoJ6Kso/XFv294Xwan38puZfjnTWM
=jJ93
-END PGP SIGNATURE-


Accepted:
dpkg-cross_2.2.4.dsc
  to pool/main/d/dpkg-cross/dpkg-cross_2.2.4.dsc
dpkg-cross_2.2.4.tar.gz
  to pool/main/d/dpkg-cross/dpkg-cross_2.2.4.tar.gz
dpkg-cross_2.2.4_all.deb
  to pool/main/d/dpkg-cross/dpkg-cross_2.2.4_all.deb
libdebian-dpkgcross-perl_2.2.4_all.deb
  to pool/main/d/dpkg-cross/libdebian-dpkgcross-perl_2.2.4_all.deb


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



Accepted texlive-bin 2007.dfsg.2-2 (source i386)

2008-06-26 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Jun 2008 21:59:32 +0200
Source: texlive-bin
Binary: texlive-base-bin texlive-extra-utils texlive-font-utils 
texlive-metapost texlive-omega texlive-xetex texlive-music texlive-lang-indic 
libkpathsea4 libkpathsea-dev texlive-metapost-doc texlive-base-bin-doc
Architecture: source i386
Version: 2007.dfsg.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers [EMAIL PROTECTED]
Changed-By: Norbert Preining [EMAIL PROTECTED]
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea4 - TeX Live: path search library for TeX (runtime part)
 texlive-base-bin - TeX Live: Essential binaries
 texlive-base-bin-doc - TeX Live: Documentation files for texlive-base-bin
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: TeX font-related programs
 texlive-lang-indic - TeX Live: Indic
 texlive-metapost - TeX Live: MetaPost (and Metafont) drawing packages
 texlive-metapost-doc - TeX Live: Documentation files for texlive-metapost
 texlive-music - TeX Live: Music typesetting
 texlive-omega - TeX Live: Omega
 texlive-xetex - TeX Live: XeTeX macros
Closes: 488023 488035
Changes: 
 texlive-bin (2007.dfsg.2-2) unstable; urgency=low
 .
   * use local keyword in a policy-compliant way (Closes: #488023)
 (urgency medium since RC bug)
   * do not install fmtutil.cnf in texmf-texlive/web2c (Closes: #488035)
Checksums-Sha1: 
 be685d48ba450a37e688d011b7d0f8983e7ff55f 1691 texlive-bin_2007.dfsg.2-2.dsc
 ac4f93c769d9d0e67f7f595f31f87360be834d1d 355525 
texlive-bin_2007.dfsg.2-2.diff.gz
 212571c1fe8ae852137e53ed0c57dbce839eecb1 2365102 
texlive-base-bin_2007.dfsg.2-2_i386.deb
 7fff9b3614a3b9c8795a332f534c23578f34b731 610312 
texlive-extra-utils_2007.dfsg.2-2_i386.deb
 f454b4be8d1bd3d752d4c2ac675b084465f91ee1 1265858 
texlive-font-utils_2007.dfsg.2-2_i386.deb
 cc854023654b5f95a62e67312374a38a71fb8a54 608910 
texlive-metapost_2007.dfsg.2-2_i386.deb
 07058f0c8b0d18a7366929065797c6b469489652 2724822 
texlive-omega_2007.dfsg.2-2_i386.deb
 1df45faac815352d7835062e133c729cf1df0235 6328230 
texlive-xetex_2007.dfsg.2-2_i386.deb
 ef2927473d264859616e43345af13be9d91d 172 
texlive-music_2007.dfsg.2-2_i386.deb
 3255205aeb34bf503f8a56303022e7aaae8a57a9 6728168 
texlive-lang-indic_2007.dfsg.2-2_i386.deb
 416897a18d7faea6e22f8a8ae8d0593f1b179cff 120668 
libkpathsea4_2007.dfsg.2-2_i386.deb
 21b224ff942b6d5114944b8903d3d859636cf729 156950 
libkpathsea-dev_2007.dfsg.2-2_i386.deb
 9a3790157d30a9bfcbd9ff41dea00bc3424a82b7 6782192 
texlive-metapost-doc_2007.dfsg.2-2_i386.deb
 90537a1e8c5059fb363f688b0dbd12037808ce55 8608210 
texlive-base-bin-doc_2007.dfsg.2-2_i386.deb
Checksums-Sha256: 
 d62d4c6e95318d8b7a57653ce275cd939294f8dc124e5681a2eb0eefbbd62143 1691 
texlive-bin_2007.dfsg.2-2.dsc
 10aef46969822d29cb2a49e1d983419e2ade7e615ecec593449c2ca2910d2e66 355525 
texlive-bin_2007.dfsg.2-2.diff.gz
 00efd8cdc441bf426b523d238f500977f73251c6d09fa720167749cb68789cd4 2365102 
texlive-base-bin_2007.dfsg.2-2_i386.deb
 402b4e64d3021cfe5fb10703a61acf18e86e0a21fb9be996007dde244a348652 610312 
texlive-extra-utils_2007.dfsg.2-2_i386.deb
 849194798b8e61104ec43e4f5417be86c0233b7aedbcaf2fa1e47771759f45db 1265858 
texlive-font-utils_2007.dfsg.2-2_i386.deb
 044d48f120f3423f88e38117cdd10a602544f0662b116f1c414d64befc9096d2 608910 
texlive-metapost_2007.dfsg.2-2_i386.deb
 4eed48f068cc4ccb469bce276e12968d49b18d4c418f79146408721933b19177 2724822 
texlive-omega_2007.dfsg.2-2_i386.deb
 73cee97c5cb588a3d171a357ffdaeae874d7e014b76dc36120339bd99bf6ac9b 6328230 
texlive-xetex_2007.dfsg.2-2_i386.deb
 28e794ff2cd4c368c92ab24c3676a9c976d5c8ceeda62a4f9dd76bae91ee30c2 172 
texlive-music_2007.dfsg.2-2_i386.deb
 340d60dbe8f9d35c336db7464b36faa5aec0f3a3592fae3a4a4a82c4dec1c410 6728168 
texlive-lang-indic_2007.dfsg.2-2_i386.deb
 7c9841aaf37e9b7299db1df631692428d9789c9b3f4b87449627ce8f720dd07f 120668 
libkpathsea4_2007.dfsg.2-2_i386.deb
 5828b0ef377ccc27c514a6e6ece4e5b626e7fd771ce42c7167fac34958b51653 156950 
libkpathsea-dev_2007.dfsg.2-2_i386.deb
 1d7e94ea3a523b2380366c5a2a73b5d2ca3d594e4ca525b84d94f0db54259750 6782192 
texlive-metapost-doc_2007.dfsg.2-2_i386.deb
 19b23f04942d57fda54d2dcb2293386e062cc13c3a6961903ef3894e99d58fce 8608210 
texlive-base-bin-doc_2007.dfsg.2-2_i386.deb
Files: 
 fddaa425a0cb52ce07cc959ae673bcba 1691 tex optional 
texlive-bin_2007.dfsg.2-2.dsc
 f1b9a7be55245738d239ef2b95898319 355525 tex optional 
texlive-bin_2007.dfsg.2-2.diff.gz
 b95510d9b5d780f6c7cfeedba123c077 2365102 tex optional 
texlive-base-bin_2007.dfsg.2-2_i386.deb
 5f96044d71f7f6fc76d80d58330a5232 610312 tex optional 
texlive-extra-utils_2007.dfsg.2-2_i386.deb
 1130e65c33008c6e12a509687481385f 1265858 tex optional 
texlive-font-utils_2007.dfsg.2-2_i386.deb
 6e05d36a5d60be52df85d77642d7193c 608910 tex optional 
texlive-metapost_2007.dfsg.2-2_i386.deb
 b894866deadbf35052b605da9bccbbd4 2724822 tex optional 

Accepted obex-data-server 0.3.2-1 (source amd64)

2008-06-26 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 18:07:36 +0200
Source: obex-data-server
Binary: obex-data-server
Architecture: source amd64
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Filippo Giunchedi [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 obex-data-server - D-Bus service for OBEX client and server side functionality
Changes: 
 obex-data-server (0.3.2-1) unstable; urgency=low
 .
   * New upstream release
   * Update to S-V 3.8.0, no changes needed
Checksums-Sha1: 
 2c3168208785053264dcc975acc88c6b4e672a66 1392 obex-data-server_0.3.2-1.dsc
 f5aa76d7f87c2f8d972b1750260f5187bf6660c4 144376 
obex-data-server_0.3.2.orig.tar.gz
 70cf3143736fa651f5f53884c5315e7ae48a89d7 2495 obex-data-server_0.3.2-1.diff.gz
 babda95b0f3709e1ea67c605428406d1b2de582c 50118 
obex-data-server_0.3.2-1_amd64.deb
Checksums-Sha256: 
 71e048fbd082283a434a2b242ab41b501e42c1c9e0ae784373e5fae8d9c6d8f3 1392 
obex-data-server_0.3.2-1.dsc
 aca06248a22cefa65c0170c3f4c6d8811dd2e9f880e30479f8ab6aebca4839ba 144376 
obex-data-server_0.3.2.orig.tar.gz
 51eb9c984a028e9c8f2254a72b91ae36489dd8769f6638f57482e0aa04cf94d8 2495 
obex-data-server_0.3.2-1.diff.gz
 bf4617dc4e73b39ce14d7f0c52926ab07018ac1e53d5f32c913656f379c0d96a 50118 
obex-data-server_0.3.2-1_amd64.deb
Files: 
 a7af8c805e9dc072f88decaf83f26b8b 1392 admin optional 
obex-data-server_0.3.2-1.dsc
 616611242732679e426c5f1748e526e3 144376 admin optional 
obex-data-server_0.3.2.orig.tar.gz
 a47dfe024ff06d4721a1f17950291b0b 2495 admin optional 
obex-data-server_0.3.2-1.diff.gz
 1953dc0677d96dce37081c324296a12a 50118 admin optional 
obex-data-server_0.3.2-1_amd64.deb

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

iEYEARECAAYFAkhjxS0ACgkQABzeamt51AGHvACeODfrPX5MGS5yqx06I/Wzz9SV
FFgAn3VGSfNT/B0ylo7FJGHRr7k4PuuA
=nDla
-END PGP SIGNATURE-


Accepted:
obex-data-server_0.3.2-1.diff.gz
  to pool/main/o/obex-data-server/obex-data-server_0.3.2-1.diff.gz
obex-data-server_0.3.2-1.dsc
  to pool/main/o/obex-data-server/obex-data-server_0.3.2-1.dsc
obex-data-server_0.3.2-1_amd64.deb
  to pool/main/o/obex-data-server/obex-data-server_0.3.2-1_amd64.deb
obex-data-server_0.3.2.orig.tar.gz
  to pool/main/o/obex-data-server/obex-data-server_0.3.2.orig.tar.gz


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



Accepted up-imapproxy 1.2.6-4 (source i386)

2008-06-26 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Jun 2008 02:18:37 +0200
Source: up-imapproxy
Binary: imapproxy
Architecture: source i386
Version: 1.2.6-4
Distribution: unstable
Urgency: medium
Maintainer: Jose Luis Tallon [EMAIL PROTECTED]
Changed-By: Jose Luis Tallon [EMAIL PROTECTED]
Description: 
 imapproxy  - IMAP protocol proxy
Closes: 487761
Changes: 
 up-imapproxy (1.2.6-4) unstable; urgency=medium
 .
   * 'postinst' script: configuration file processing
 - Fix typo which would truncate existing config file (Closes: #487761)
 .
   * Packaging enhancement: remove all files created during installation
 (postinst), but leave alone any user-created files unless purging
Checksums-Sha1: 
 83e0c9d834294f755d66b0d2a92cdbcbfda45cb7 1108 up-imapproxy_1.2.6-4.dsc
 ef397a5a77a3da8458d3772835820f497cec01e4 13410 up-imapproxy_1.2.6-4.diff.gz
 4d1666a716ad6d6fbb7d5d2dbc5b16e5050144a7 55396 imapproxy_1.2.6-4_i386.deb
Checksums-Sha256: 
 1e2498575e820c95234063e85e0bad7216c1283cda2f62d7627595ec72f5ea57 1108 
up-imapproxy_1.2.6-4.dsc
 c0edd94642c06739a4148c5af372314cf4d57ade4733c888562a1550076e986c 13410 
up-imapproxy_1.2.6-4.diff.gz
 78af78d4f8c9d2a1945db304c4cdc2f55c114a45664de372b5b6c6aad16677c0 55396 
imapproxy_1.2.6-4_i386.deb
Files: 
 89837b9f44dff77aa62046d69619b759 1108 mail optional up-imapproxy_1.2.6-4.dsc
 ccd6e83fdf3f3fb5f1134afb0c04f54f 13410 mail optional 
up-imapproxy_1.2.6-4.diff.gz
 1397da789c13dd44d73dae181242bf4c 55396 mail optional imapproxy_1.2.6-4_i386.deb

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

iEYEARECAAYFAkhj1/gACgkQ1OXtrMAUPS3C+QCdE3We8Pim5btG3jnic0GDdrMl
NvkAoLki8JSssFbG/3wlLrqIZ+kINL+F
=IJKj
-END PGP SIGNATURE-


Accepted:
imapproxy_1.2.6-4_i386.deb
  to pool/main/u/up-imapproxy/imapproxy_1.2.6-4_i386.deb
up-imapproxy_1.2.6-4.diff.gz
  to pool/main/u/up-imapproxy/up-imapproxy_1.2.6-4.diff.gz
up-imapproxy_1.2.6-4.dsc
  to pool/main/u/up-imapproxy/up-imapproxy_1.2.6-4.dsc


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



Accepted ltspfs 0.5.3-1 (source i386)

2008-06-26 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:58:55 -0700
Source: ltspfs
Binary: ltspfs ltspfsd
Architecture: source i386
Version: 0.5.3-1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers [EMAIL PROTECTED]
Changed-By: Vagrant Cascadian [EMAIL PROTECTED]
Description: 
 ltspfs - Fuse based remote filesystem for LTSP thin clients
 ltspfsd- Fuse based remote filesystem daemon for LTSP thin clients
Closes: 415460
Changes: 
 ltspfs (0.5.3-1) unstable; urgency=low
 .
   * new upstream version:
 + don't mount swap partitions
 + name CDROM devices such that icon will appear to be a CDROM.
 + respect LTSP LOCALDEV setting when adding or removing devices
 + start cdpinger and ltspfsd from udev scripts
 .
   * updated/added udev rules to support:
 - usb floppy drives (Closes: #415460)
 - external usb hard drives
 - CDROM drives
 - commented out rule for internal hard drives
 .
* updated standards-version to 3.8.0, no changes necessary.
Checksums-Sha1: 
 e1d018a8bd347ac97b92353a295beaa05408c5b1 1479 ltspfs_0.5.3-1.dsc
 7ffe2b1cf91789d24787cec41301d1fe448a714a 218796 ltspfs_0.5.3.orig.tar.gz
 5006bf512c3ea266a6c6060b0d0dcf5d2f3f87e9 29938 ltspfs_0.5.3-1.diff.gz
 cc0cb40a094c107e81d9c02c1ee337326dc2521a 19712 ltspfs_0.5.3-1_i386.deb
 c7190f62a0ba8eef4a398a5bfbcce9057cab56f1 19406 ltspfsd_0.5.3-1_i386.deb
Checksums-Sha256: 
 f4479442782440c55b74dfd57f56f7fea595b938aa1ef1d1aecd45c2948992c4 1479 
ltspfs_0.5.3-1.dsc
 3e04640cc3ab86bf1b2d86f0cf8b3ac6609593a193dad9ffc8dbd5abc35b12f2 218796 
ltspfs_0.5.3.orig.tar.gz
 4ca560fc2f66cfa70651f8885068e61797fa336e4cf4ed380b52f3b688cead08 29938 
ltspfs_0.5.3-1.diff.gz
 d7b35ce04bd9d30c7564acd4bbec0b8b4b61ae0d85b55c00c6cc8d49a58b9610 19712 
ltspfs_0.5.3-1_i386.deb
 f721cd1ef8ca19a2bea698c23e4640cfb732e78bad61b2c11bab16301b32f77e 19406 
ltspfsd_0.5.3-1_i386.deb
Files: 
 365e17d46d9514898ab98376c355c9af 1479 net optional ltspfs_0.5.3-1.dsc
 fd2ba57d8a87edaf0abf8cf1a2b0e47f 218796 net optional ltspfs_0.5.3.orig.tar.gz
 a941bbe6f54a6cfc635afc795d3a46b8 29938 net optional ltspfs_0.5.3-1.diff.gz
 23fe2d4b2b35600b92ed5eaf4ce33f59 19712 net optional ltspfs_0.5.3-1_i386.deb
 8b9d15f505d88b92f6dabe118b12621f 19406 net optional ltspfsd_0.5.3-1_i386.deb

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

iD8DBQFIY897lPc63BPWGpkRAtWqAJ9V/0fgJaJylb5dcyuQaheYaYn8IQCglEPZ
0a343qYAMCfK8bZoSQTaQfk=
=bjRA
-END PGP SIGNATURE-


Accepted:
ltspfs_0.5.3-1.diff.gz
  to pool/main/l/ltspfs/ltspfs_0.5.3-1.diff.gz
ltspfs_0.5.3-1.dsc
  to pool/main/l/ltspfs/ltspfs_0.5.3-1.dsc
ltspfs_0.5.3-1_i386.deb
  to pool/main/l/ltspfs/ltspfs_0.5.3-1_i386.deb
ltspfs_0.5.3.orig.tar.gz
  to pool/main/l/ltspfs/ltspfs_0.5.3.orig.tar.gz
ltspfsd_0.5.3-1_i386.deb
  to pool/main/l/ltspfs/ltspfsd_0.5.3-1_i386.deb


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



Accepted twisted-calendarserver 0.2.0.svn19773-5 (source powerpc)

2008-06-26 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 19:48:44 +0200
Source: twisted-calendarserver
Binary: python-twisted-calendarserver
Architecture: source powerpc
Version: 0.2.0.svn19773-5
Distribution: unstable
Urgency: low
Maintainer: Calendarserver Maintainers [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 python-twisted-calendarserver - Twisted components for Apple's Calendarserver
Closes: 479857
Changes: 
 twisted-calendarserver (0.2.0.svn19773-5) unstable; urgency=low
 .
   * upload to unstable
 .
 twisted-calendarserver (0.2.0.svn19773-4) experimental; urgency=low
 .
   * Build-Depend on python-all-dev (Closes: #479857)
   * set maintainer to the calendarserver team
 .
 twisted-calendarserver (0.2.0.svn19773-3) experimental; urgency=low
 .
   * only build a patched twisted.web2 and twisted.stamp instead of shipping
 the whole twisted
   * adjust dependencies accordingly
   * use pycenatral so the modules can be found by twisted-core
Checksums-Sha1: 
 5e3d0dee1df24475ba564cf380eab4fdfc15c924 1538 
twisted-calendarserver_0.2.0.svn19773-5.dsc
 ace945338d8e091b75d6374d7756ddf83cce8da8 33688 
twisted-calendarserver_0.2.0.svn19773-5.diff.gz
 b2b970ff174734e061542131f4770bf4afb79b1e 244392 
python-twisted-calendarserver_0.2.0.svn19773-5_powerpc.deb
Checksums-Sha256: 
 7ee6313303ccecdcc183a0aa63c36fa11de830dad1598d5650429e612b1f944c 1538 
twisted-calendarserver_0.2.0.svn19773-5.dsc
 2cd7a38d42bc973b2e1c301795ecfa3f8881f26eb850cf52952c6b9d4243ae0b 33688 
twisted-calendarserver_0.2.0.svn19773-5.diff.gz
 1fc1eaa97d0f171b59ac1d97245aef3cd8bec9aa1877b237af50770c497e7152 244392 
python-twisted-calendarserver_0.2.0.svn19773-5_powerpc.deb
Files: 
 6a08cd79c1ace167d0ae7a50f5022452 1538 python optional 
twisted-calendarserver_0.2.0.svn19773-5.dsc
 6cb86c7704cac0b23e78711f1f979ae2 33688 python optional 
twisted-calendarserver_0.2.0.svn19773-5.diff.gz
 d545f47ce2d8b780b3d4ede9d8d1864c 244392 python optional 
python-twisted-calendarserver_0.2.0.svn19773-5_powerpc.deb

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

iD8DBQFIY9xmn88szT8+ZCYRAkunAJ9z7ZyVY2nT6THx/HLZFDNnESk/SwCeOjpM
k/ITpPO6gDM8cZS+vt72dyc=
=Z4/v
-END PGP SIGNATURE-


Accepted:
python-twisted-calendarserver_0.2.0.svn19773-5_powerpc.deb
  to 
pool/main/t/twisted-calendarserver/python-twisted-calendarserver_0.2.0.svn19773-5_powerpc.deb
twisted-calendarserver_0.2.0.svn19773-5.diff.gz
  to 
pool/main/t/twisted-calendarserver/twisted-calendarserver_0.2.0.svn19773-5.diff.gz
twisted-calendarserver_0.2.0.svn19773-5.dsc
  to 
pool/main/t/twisted-calendarserver/twisted-calendarserver_0.2.0.svn19773-5.dsc


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



Accepted tucnak2 2.11-3 (source i386)

2008-06-26 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 20:14:06 +0200
Source: tucnak2
Binary: tucnak2
Architecture: source i386
Version: 2.11-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 tucnak2- VHF/UHF/SHF Hamradio contest log version 2
Changes: 
 tucnak2 (2.11-3) unstable; urgency=low
 .
   * Restrict build dependencies.
   * Remove debian/tucnak.desktop, the package provides it's own.
   * Make davac4.hotplug executable.
Checksums-Sha1: 
 1db0cfd12f572812c40e44a4b50bcdea120e385f 1229 tucnak2_2.11-3.dsc
 0ffc2cfb14fd7e93fe6554445618e38baf9259a3 18830 tucnak2_2.11-3.diff.gz
 5fc0cf6bfa2de1ef22a222e3ac87fc9a4ba54947 1396282 tucnak2_2.11-3_i386.deb
Checksums-Sha256: 
 c32df9a4dc1cdef0eefe7938640d193a25781d759d1117e2f327455b513084db 1229 
tucnak2_2.11-3.dsc
 1602b85c4e609991bd00953f931b926d1c21aac4ed8871bf711f60692a07bd82 18830 
tucnak2_2.11-3.diff.gz
 541a9fb9df2fae2dead56f8c443f2df3163b66203ac858ebf9c8c8ae9ad3b5af 1396282 
tucnak2_2.11-3_i386.deb
Files: 
 b5f09df84297d8a0b86f492e641ab781 1229 hamradio optional tucnak2_2.11-3.dsc
 b9f5562dd691560c84361e1174e9f0ec 18830 hamradio optional tucnak2_2.11-3.diff.gz
 cb6b497055d37b21b2b9851e1eb8a0a4 1396282 hamradio optional 
tucnak2_2.11-3_i386.deb

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

iEYEARECAAYFAkhj3VsACgkQ/CqtjGLxpX8kxgCg3z2ciS5wi/n76WRyEtAmlKnL
n1AAn2Aplm1415u7EgXF3cOg6Zw6ZZ2T
=/FsX
-END PGP SIGNATURE-


Accepted:
tucnak2_2.11-3.diff.gz
  to pool/main/t/tucnak2/tucnak2_2.11-3.diff.gz
tucnak2_2.11-3.dsc
  to pool/main/t/tucnak2/tucnak2_2.11-3.dsc
tucnak2_2.11-3_i386.deb
  to pool/main/t/tucnak2/tucnak2_2.11-3_i386.deb


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



Accepted gwhois 20080626 (source all)

2008-06-26 Thread Michael Holzt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 20:52:18 +0200
Source: gwhois
Binary: gwhois
Architecture: source all
Version: 20080626
Distribution: unstable
Urgency: low
Maintainer: Michael Holzt [EMAIL PROTECTED]
Changed-By: Michael Holzt [EMAIL PROTECTED]
Description: 
 gwhois - generic Whois Client / Server
Closes: 488093
Changes: 
 gwhois (20080626) unstable; urgency=low
 .
   * Fixed .ms, tnx Uwe Sinha (closes: Bug#488093)
Checksums-Sha1: 
 ac5ab48f66f372cd7fecd9e31d582008e8972db8 729 gwhois_20080626.dsc
 dfa70c81ae52ff1e641801494e55a17bc777ea5f 34456 gwhois_20080626.tar.gz
 76606260c74eca8636d34b920432ddb032f6db85 32976 gwhois_20080626_all.deb
Checksums-Sha256: 
 7b160fda1ca1362974636c4b28aa7486ac765f3f5491c7100d33f8404a07ad09 729 
gwhois_20080626.dsc
 f16d33f13000c2c83b0c21e6cbbb3234d325df182e3e6e3b2455e4f04260b237 34456 
gwhois_20080626.tar.gz
 a12ab2291969ea2ded963f8af6754d4096ac1b42499776d4183c67e5c3f3a17e 32976 
gwhois_20080626_all.deb
Files: 
 d2a5ecedd4d879894e166454b7a6d304 729 net optional gwhois_20080626.dsc
 6ea44d040e2dafc1fc66426d4ac85eb6 34456 net optional gwhois_20080626.tar.gz
 0fbd9c21c57e2b38fd1e07074e852b15 32976 net optional gwhois_20080626_all.deb

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

iEYEARECAAYFAkhj5ncACgkQUJiA4/ahDC3MtwCgm/6zudajca9iI/nAPIf59RVu
xv8AoIYyQj/qbBm19z0OLczZZkBPgGEG
=Y6mA
-END PGP SIGNATURE-


Accepted:
gwhois_20080626.dsc
  to pool/main/g/gwhois/gwhois_20080626.dsc
gwhois_20080626.tar.gz
  to pool/main/g/gwhois/gwhois_20080626.tar.gz
gwhois_20080626_all.deb
  to pool/main/g/gwhois/gwhois_20080626_all.deb


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



Accepted vim 1:7.2.0~a-1 (source all i386)

2008-06-26 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 12:49:16 -0400
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg 
vim-perl vim-python vim-ruby vim-tcl vim-gtk vim-nox vim-lesstif vim-gnome 
vim-full
Architecture: source all i386
Version: 1:7.2.0~a-1
Distribution: experimental
Urgency: low
Maintainer: Debian Vim Maintainers [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 vim- Vi IMproved - enhanced vi editor
 vim-common - Vi IMproved - Common files
 vim-dbg- Vi IMproved - enhanced vi editor (debugging symbols)
 vim-doc- Vi IMproved - HTML documentation
 vim-full   - Vi IMproved - enhanced vi editor (transitional package)
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gtk- Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-lesstif - Vi IMproved - enhanced vi editor - with LessTif GUI
 vim-nox- Vi IMproved - enhanced vi editor
 vim-perl   - Vi IMproved - enhanced vi editor (transitional package)
 vim-python - Vi IMproved - enhanced vi editor (transitional package)
 vim-ruby   - Vi IMproved - enhanced vi editor (transitional package)
 vim-runtime - Vi IMproved - Runtime files
 vim-tcl- Vi IMproved - enhanced vi editor (transitional package)
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 424033 441785
Changes: 
 vim (1:7.2.0~a-1) experimental; urgency=low
 .
   * New upstream release candidate.
 - Setting 'pastetoggle' to a multi-key string works again.  (Closes:
   #424033)
 - Match offsets work correctly with multi-byte characters.  (Closes:
   #441785)
 - GNU Screen is detected as supporting xterm mouse codes.
   * Merged upstream:
 - src/spell.c: Check for EOF while reading the spelllang file in case it
   is a corrupt file.
   * debian/README:
 - Removed until upstream adds one for 7.2
   * debian/rules:
 - Update upstream version to 7.2a snapshot
   * debian/vim-runtime.preinst:
 - The diversions we use are under a versioned directory based on the major
   upstream version.  Need to remove the diversions for the vim71
   directory.
   * Change the shebang lines in all maintainer scripts back to #!/bin/sh since
 we no longer use bashisms.
   * debian/lintian/vim-runtime:
 - Generate this file in debian/rules so the override always has the right
   versioned directory.
Checksums-Sha1: 
 9e23adc36d1dfd4d16cbaa8dc1e67536757a3d26 1698 vim_7.2.0~a-1.dsc
 a888e07326f028b7644b6591e963cdac30a5e865 10805694 vim_7.2.0~a.orig.tar.gz
 3f60ce1fcebfa10d30db6062774a09d6d46d5528 188549 vim_7.2.0~a-1.diff.gz
 73f9a0cc2fad109ba9bbb56e304941c5b8d88ddc 160136 
vim-gui-common_7.2.0~a-1_all.deb
 b31690c662a7920db583380a870b24baac9700de 5963108 vim-runtime_7.2.0~a-1_all.deb
 2e156bc70d22561f9302832003c840c3957e46f3 2199054 vim-doc_7.2.0~a-1_all.deb
 6c48be96a8c76af06f2cafa564720f709752bb21 74740 vim-perl_7.2.0~a-1_all.deb
 e906dba47b9a23e70b8cd86249b073e1e3e11eba 74744 vim-python_7.2.0~a-1_all.deb
 626b7d68d33d52e7d1882800c0d50308ccecdff3 74744 vim-ruby_7.2.0~a-1_all.deb
 c25304c496b59dbd8ce0242c146d818bf504b209 74742 vim-tcl_7.2.0~a-1_all.deb
 be5c79a61203e322066906cdb126c7ca109da895 74766 vim-full_7.2.0~a-1_all.deb
 0919d9ee4b68bd86304b8e80371cf7f453d479ff 333820 vim-tiny_7.2.0~a-1_i386.deb
 d30554733c5ce87ebc839d15bd51774501e6e536 996662 vim-gtk_7.2.0~a-1_i386.deb
 f45ae6410b4c3637dc439b122906c61fcbea8a66 999166 vim-gnome_7.2.0~a-1_i386.deb
 daee0ad8721b37f1866990c179b636fea893f9a5 990008 vim-lesstif_7.2.0~a-1_i386.deb
 707deee0c51841a06fe8acbd5f5e3e936d6d1a8a 866430 vim-nox_7.2.0~a-1_i386.deb
 121db71bfd9ec76bd0a04309122d098005db7201 208782 vim-common_7.2.0~a-1_i386.deb
 2870450219ade629e000d51a8d9dc20e88e08fd4 779850 vim_7.2.0~a-1_i386.deb
 3556709d5a2c5c0b008623d39340c9c995c1c3ff 8403418 vim-dbg_7.2.0~a-1_i386.deb
Checksums-Sha256: 
 607d3d556ea874c51cd31755f688788f14019b82c66edb0d5de7d60f837976a9 1698 
vim_7.2.0~a-1.dsc
 28af7e6d03da8a444b0b8183b8f5c801486bb02f773149cb5706cd38dbf1ea7c 10805694 
vim_7.2.0~a.orig.tar.gz
 88865545aeb6a4fbdb252602fb0003d700bf8594c611bc412cec7c5f408899dd 188549 
vim_7.2.0~a-1.diff.gz
 414c088b427c42775497f2ec95129b2c8fc2a1b93d6c09a00aadf91d108cfed6 160136 
vim-gui-common_7.2.0~a-1_all.deb
 2622069580c82bba6c9bf6997099ca7266f43afc9539bcf4d91661578790a675 5963108 
vim-runtime_7.2.0~a-1_all.deb
 d6d4e3dcaedadd2db352aabc4d585781c41932ee250b2b7e9bbacd9b85d7c226 2199054 
vim-doc_7.2.0~a-1_all.deb
 c45863248751a232192230503946ce2df3cf9d74a48e41d1c320b583e545ef7c 74740 
vim-perl_7.2.0~a-1_all.deb
 03cb90dec019a8a30926d0592426341916fecf7901e7bdfd70eaf69adff777ab 74744 
vim-python_7.2.0~a-1_all.deb
 693589c6db5f91625d41c31368f541a30271eef24f9750c99951b156b37b0f33 74744 
vim-ruby_7.2.0~a-1_all.deb
 76a2dde3b4312dbd21bf9ca1425712d5e9c47616996efe6b17219bede3b383cd 74742 
vim-tcl_7.2.0~a-1_all.deb
 

Accepted festival-freebsoft-utils 0.9-1 (source all)

2008-06-26 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 20:44:40 +0200
Source: festival-freebsoft-utils
Binary: festival-freebsoft-utils
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 festival-freebsoft-utils - Festival extensions and utilities
Changes: 
 festival-freebsoft-utils (0.9-1) unstable; urgency=low
 .
   * New upstream version.
   * Standards 3.8.0 (no real change).
Checksums-Sha1: 
 3e0f12a75407505b2bbd5400ad5fc92ad16cc37f 1053 
festival-freebsoft-utils_0.9-1.dsc
 64ca1b3828248675ea52b3dec4e1063fdba429a1 72672 
festival-freebsoft-utils_0.9.orig.tar.gz
 43a777df164cc3d512bf475378766f74c29ad9cd 1798 
festival-freebsoft-utils_0.9-1.diff.gz
 29dc7583e3e11ef4ac7192d2213acae675dc1090 48568 
festival-freebsoft-utils_0.9-1_all.deb
Checksums-Sha256: 
 095c782b7da1c1ec8f8baea69fdad0bbfa1d39ac7ac2ed9bbeef25d2c455a47f 1053 
festival-freebsoft-utils_0.9-1.dsc
 fba8d452fb03955d8da647745d853cd76021e77f6a7c71560068c48b1b9aa709 72672 
festival-freebsoft-utils_0.9.orig.tar.gz
 912626ee78e2615ca34454636559526fc0775a52fb2028550298c72e0c7f31fe 1798 
festival-freebsoft-utils_0.9-1.diff.gz
 78759592a80db23eceec4efd260c30308674265f59b2ea00478333757409e3ac 48568 
festival-freebsoft-utils_0.9-1_all.deb
Files: 
 c20e19f46c75b61d57455c9517857858 1053 sound optional 
festival-freebsoft-utils_0.9-1.dsc
 20923b10316a49ea6c05648a4c2a6084 72672 sound optional 
festival-freebsoft-utils_0.9.orig.tar.gz
 4e202da805bf781a9c6755921ee43047 1798 sound optional 
festival-freebsoft-utils_0.9-1.diff.gz
 cf64f02935b1e338f1a352ce344035b7 48568 sound optional 
festival-freebsoft-utils_0.9-1_all.deb

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

iD8DBQFIY+QEkSkk/j3Cm0ERAnDjAKC5fUlrs1K2+l6dcAzOlzEYLg08wACgopWP
+Tt3rULZ7uSBB3mSTaenhe8=
=1+qt
-END PGP SIGNATURE-


Accepted:
festival-freebsoft-utils_0.9-1.diff.gz
  to pool/main/f/festival-freebsoft-utils/festival-freebsoft-utils_0.9-1.diff.gz
festival-freebsoft-utils_0.9-1.dsc
  to pool/main/f/festival-freebsoft-utils/festival-freebsoft-utils_0.9-1.dsc
festival-freebsoft-utils_0.9-1_all.deb
  to pool/main/f/festival-freebsoft-utils/festival-freebsoft-utils_0.9-1_all.deb
festival-freebsoft-utils_0.9.orig.tar.gz
  to 
pool/main/f/festival-freebsoft-utils/festival-freebsoft-utils_0.9.orig.tar.gz


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



Accepted debian-edu-config 1.420 (source all)

2008-06-26 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 18:52:29 +
Source: debian-edu-config
Binary: debian-edu-config
Architecture: source all
Version: 1.420
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Holger Levsen [EMAIL PROTECTED]
Description: 
 debian-edu-config - Configuration files for Skolelinux systems
Changes: 
 debian-edu-config (1.420) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Add Xsession.d fragment to trunkate or remove ~/.xsession-errors.
   * Move iceweasel configuration into separate files in
 /lib/iceweasel/defaults/pref/ to avoid editing a conffile during
 installation.
   * Enable spell checking in both single-line and multi-line fields
 in iceweasel.
   * Add usplash to list of packages to install in the LTSP chroot.
   * Correct fatal typo in debian-edu-fsautoresize.
 .
   [ Holger Levsen ]
   * testsuite/network: rename the barebone profile to minimal, add a test
 for the Sugar profile.
   * testsuite/taskpkgs: add a check for the Sugar profile.
   * testsuite/kdm: do not run this for the Sugar profile.
   * testsuite/ldap-client, ntp and squid: also run these teste for the Minimal
 profile.
   * debian-edu-test-install: Add timestamps to the logfile when running the
 tests.
 .
   [José L. Redrejo Rodríguez]
   * Added gconf values to limit visibility of usb mounted disks on Gnome
Checksums-Sha1: 
 e3d2717cf48b923a2b36938caea379ea9a39c13b 1293 debian-edu-config_1.420.dsc
 2c69748b4be857ed931d2b63aac20ecd299b9c48 233584 debian-edu-config_1.420.tar.gz
 a5ae3564fe71899489325f2b56e8ea9342f66f15 203476 debian-edu-config_1.420_all.deb
Checksums-Sha256: 
 f85d9812593c56061c1981913c020d764dbdf63bd8804ace0011c737c30ce9f0 1293 
debian-edu-config_1.420.dsc
 dfe600f8483231ec28ba7cfb7b6431438f0a7f91903010164c49daa6d4be621a 233584 
debian-edu-config_1.420.tar.gz
 1973872a3583011085ced8ff5f7ac1f1a692b0d161c7945d60a67c83293a5a7f 203476 
debian-edu-config_1.420_all.deb
Files: 
 f42cbfe5bd15064704b9ecf3fe66abd2 1293 misc optional debian-edu-config_1.420.dsc
 426a97883880081d1ccfe5ac4d666073 233584 misc optional 
debian-edu-config_1.420.tar.gz
 923c38b5e9b6597796a107432e036845 203476 misc optional 
debian-edu-config_1.420_all.deb

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

iD8DBQFIY+qdUHLQNqxYNSARAm+KAJ9wmZCcvVoPcLskbQ1hlYN/u/59hgCfZ0/X
E4d3uDEZYAw0jo/e56iZfpE=
=rEt3
-END PGP SIGNATURE-


Accepted:
debian-edu-config_1.420.dsc
  to pool/main/d/debian-edu-config/debian-edu-config_1.420.dsc
debian-edu-config_1.420.tar.gz
  to pool/main/d/debian-edu-config/debian-edu-config_1.420.tar.gz
debian-edu-config_1.420_all.deb
  to pool/main/d/debian-edu-config/debian-edu-config_1.420_all.deb


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



Accepted greasemonkey 0.8.20080609.0-1 (source all)

2008-06-26 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 16:07:29 +0400
Source: greasemonkey
Binary: iceweasel-greasemonkey firefox-greasemonkey
Architecture: source all
Version: 0.8.20080609.0-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov [EMAIL PROTECTED]
Changed-By: Dmitry E. Oboukhov [EMAIL PROTECTED]
Description: 
 firefox-greasemonkey - Transition package for iceweasel rename
 iceweasel-greasemonkey - iceweasel extension that enables customization of 
webpages with u
Closes: 405972 480814 486435 488110 488160
Changes: 
 greasemonkey (0.8.20080609.0-1) unstable; urgency=low
 .
   * New maintainer, closes: #488160.
   * New upstream version, closes: #480814, #488110, #405972, #486435.
   * debian/copyright has been updated.
   * added debian/watch.
   * Standards-Version bumped to 3.8.0.
Checksums-Sha1: 
 0041abb6b025e13ca92cde662bdab52a3134adcb 1161 greasemonkey_0.8.20080609.0-1.dsc
 5a9c1903f27ccecc2562ba98beaab85236211536 79933 
greasemonkey_0.8.20080609.0.orig.tar.gz
 fec71b4f76bb08c64801375a21a0e4d539531b92 2900 
greasemonkey_0.8.20080609.0-1.diff.gz
 e009b7c1a6e47b0ecc7a19c6479d44df23c85f97 82126 
iceweasel-greasemonkey_0.8.20080609.0-1_all.deb
 0435654d5f23f2ad33f6dc5240a03587dcd9c4c8 3242 
firefox-greasemonkey_0.8.20080609.0-1_all.deb
Checksums-Sha256: 
 2a45184a5e16e43826d7be415124bf3acbffec89c7cf254b366e164677d938ad 1161 
greasemonkey_0.8.20080609.0-1.dsc
 f16958039e692b2f0da8615ec7cdf1a9ca7886ef852ec40b5916d2538b58237f 79933 
greasemonkey_0.8.20080609.0.orig.tar.gz
 1d4a5af591b1714271091e92c82b9741bdc08b980bdda7bc6c0d90008f4f9838 2900 
greasemonkey_0.8.20080609.0-1.diff.gz
 9da02795eab0ed562dc5722e7e9b371d6119816c43a2e4bbd0684a7b3617a7eb 82126 
iceweasel-greasemonkey_0.8.20080609.0-1_all.deb
 3c6801865843c5f982983c5cccbc4fe0b3a18b8df9d0fee8ac43099026e17523 3242 
firefox-greasemonkey_0.8.20080609.0-1_all.deb
Files: 
 961d9dd93dc275f4f649ca52e969a279 1161 web optional 
greasemonkey_0.8.20080609.0-1.dsc
 ffaf4566ea425396d16a407ca5be6f09 79933 web optional 
greasemonkey_0.8.20080609.0.orig.tar.gz
 1443d8a87696a2aaba0c48150c1ac212 2900 web optional 
greasemonkey_0.8.20080609.0-1.diff.gz
 e565058e1b2959ba18a3910c0fe04900 82126 web optional 
iceweasel-greasemonkey_0.8.20080609.0-1_all.deb
 2e6e164fa3d162a8ec4f39f7bc9f9bfe 3242 web optional 
firefox-greasemonkey_0.8.20080609.0-1_all.deb

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

iEYEARECAAYFAkhj6rMACgkQq4wAz/jiZTdPUACbBp34Cj5fTRPiF3l1YqVgqK0S
2K4AoPPh/dpjZboQYXl4CYgb2eWShmpT
=h+Kc
-END PGP SIGNATURE-


Accepted:
firefox-greasemonkey_0.8.20080609.0-1_all.deb
  to pool/main/g/greasemonkey/firefox-greasemonkey_0.8.20080609.0-1_all.deb
greasemonkey_0.8.20080609.0-1.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.8.20080609.0-1.diff.gz
greasemonkey_0.8.20080609.0-1.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.8.20080609.0-1.dsc
greasemonkey_0.8.20080609.0.orig.tar.gz
  to pool/main/g/greasemonkey/greasemonkey_0.8.20080609.0.orig.tar.gz
iceweasel-greasemonkey_0.8.20080609.0-1_all.deb
  to pool/main/g/greasemonkey/iceweasel-greasemonkey_0.8.20080609.0-1_all.deb


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



Accepted speechd-el 2.3-1 (source all)

2008-06-26 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 21:13:05 +0200
Source: speechd-el
Binary: speechd-el speechd-el-doc-cs
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 speechd-el - Emacs speech client using Speech Dispatcher
 speechd-el-doc-cs - speechd-el documentation in Czech
Changes: 
 speechd-el (2.3-1) unstable; urgency=low
 .
   * New upstream version.
   * Standards 3.8.0 (no real change).
   * Description added to the Debian patch.
   * debian/rules: Build the package in binary-indep instead of binary-arch.
Checksums-Sha1: 
 2c1b2f0538c9bd5c4730ec892f74a57648d1885e 996 speechd-el_2.3-1.dsc
 bb96b48e8242e88993b9c13ad458e0c28bdde9c9 180178 speechd-el_2.3.orig.tar.gz
 52789eab9ebda3ac342bdebd4fadbb48fae0fa25 4669 speechd-el_2.3-1.diff.gz
 891f8f10ced91163f5eb684e708a687bbaff9dc5 117352 speechd-el_2.3-1_all.deb
 8ef8935ac35d977e706a20aba33dec92b0894c6c 31004 speechd-el-doc-cs_2.3-1_all.deb
Checksums-Sha256: 
 a48e21b433daca2ebfde34493c9352e2fba2324df46aa0177afb29cf883fd074 996 
speechd-el_2.3-1.dsc
 49023615063ba0da6817aaa9cc47ab9ed4f625e40290c402d7f57d39d4e11f44 180178 
speechd-el_2.3.orig.tar.gz
 be106f97da1dc7dc6ce5fda213fdf15803033fb961a647ce6414b8929d25c57e 4669 
speechd-el_2.3-1.diff.gz
 da576b93b1eaa435508153cab9fbff2375e22a933678bc15414a337c09bde4df 117352 
speechd-el_2.3-1_all.deb
 49ed3d513a3afdf3f32b039e7bf4d8690b4dfb2f72225ba336d31a5de3b0519e 31004 
speechd-el-doc-cs_2.3-1_all.deb
Files: 
 d9ebe52395873b867bfc721a0b2a66ef 996 editors optional speechd-el_2.3-1.dsc
 a86dd539d4aca497f49194e20675e931 180178 editors optional 
speechd-el_2.3.orig.tar.gz
 b70b241b361b0e75921e3a69f308b2ca 4669 editors optional speechd-el_2.3-1.diff.gz
 ea845860a7cff6900a3d12f84068cb1f 117352 editors optional 
speechd-el_2.3-1_all.deb
 8af718beb27e59c1aabae10705476572 31004 doc optional 
speechd-el-doc-cs_2.3-1_all.deb

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

iD8DBQFIY+qSkSkk/j3Cm0ERAtchAJ4jCKrHKTxON6Gajf3lHr6iw574EgCeLQkG
Ms7YuFXNGFnd1YTLyniI6Rc=
=pRJw
-END PGP SIGNATURE-


Accepted:
speechd-el-doc-cs_2.3-1_all.deb
  to pool/main/s/speechd-el/speechd-el-doc-cs_2.3-1_all.deb
speechd-el_2.3-1.diff.gz
  to pool/main/s/speechd-el/speechd-el_2.3-1.diff.gz
speechd-el_2.3-1.dsc
  to pool/main/s/speechd-el/speechd-el_2.3-1.dsc
speechd-el_2.3-1_all.deb
  to pool/main/s/speechd-el/speechd-el_2.3-1_all.deb
speechd-el_2.3.orig.tar.gz
  to pool/main/s/speechd-el/speechd-el_2.3.orig.tar.gz


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



Accepted greasemonkey 0.8.20080609.0-2 (source all)

2008-06-26 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 23:20:36 +0400
Source: greasemonkey
Binary: iceweasel-greasemonkey
Architecture: source all
Version: 0.8.20080609.0-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov [EMAIL PROTECTED]
Changed-By: Dmitry E. Oboukhov [EMAIL PROTECTED]
Description: 
 iceweasel-greasemonkey - iceweasel extension that enables customization of 
webpages with u
Changes: 
 greasemonkey (0.8.20080609.0-2) unstable; urgency=low
 .
   * Removed out-of-date firefox-greasemonkey package.
Checksums-Sha1: 
 f9efda81617e0ad780582a56f67f72c962e743d2 1139 greasemonkey_0.8.20080609.0-2.dsc
 8dfdb04dc7ab71b5aadf97cb45de80e03ed1fd9f 2818 
greasemonkey_0.8.20080609.0-2.diff.gz
 95513782b52adee1619eb578a6740adef2c3463f 82126 
iceweasel-greasemonkey_0.8.20080609.0-2_all.deb
Checksums-Sha256: 
 ac5063fb8cc60caa0e30af30aae24c0c5836122190502a1e6448e34ee6187596 1139 
greasemonkey_0.8.20080609.0-2.dsc
 d1bbdbb91088fce90f8f3cdd0f1788d99547f34b111ca4ca885a8c13aabbf4f9 2818 
greasemonkey_0.8.20080609.0-2.diff.gz
 d9f00df549ab13eb6e79862f5e550e51e2c0efc6f889e17ccc0df814e9d5a660 82126 
iceweasel-greasemonkey_0.8.20080609.0-2_all.deb
Files: 
 2ab4001c3ddc12a908705021687013e4 1139 web optional 
greasemonkey_0.8.20080609.0-2.dsc
 bd4066da3e5c30260f0699ebc86d22cf 2818 web optional 
greasemonkey_0.8.20080609.0-2.diff.gz
 250271a21b127d8e5645ebc53b909458 82126 web optional 
iceweasel-greasemonkey_0.8.20080609.0-2_all.deb

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

iEYEARECAAYFAkhj/BYACgkQq4wAz/jiZTfsFgCgyGAHI6q1bYlDX3PUKsGxlcgJ
BGAAnjT0Z0da6BYA0buZqmMHo8plLbSZ
=BOi4
-END PGP SIGNATURE-


Accepted:
greasemonkey_0.8.20080609.0-2.diff.gz
  to pool/main/g/greasemonkey/greasemonkey_0.8.20080609.0-2.diff.gz
greasemonkey_0.8.20080609.0-2.dsc
  to pool/main/g/greasemonkey/greasemonkey_0.8.20080609.0-2.dsc
iceweasel-greasemonkey_0.8.20080609.0-2_all.deb
  to pool/main/g/greasemonkey/iceweasel-greasemonkey_0.8.20080609.0-2_all.deb


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



Accepted kbd 1.14.1-4 (source i386)

2008-06-26 Thread Michael Schutte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 22 Jun 2008 12:45:38 +0200
Source: kbd
Binary: kbd kbd-udeb
Architecture: source i386
Version: 1.14.1-4
Distribution: unstable
Urgency: medium
Maintainer: Console utilities maintainers [EMAIL PROTECTED]
Changed-By: Michael Schutte [EMAIL PROTECTED]
Description: 
 kbd- Linux console font and keytable utilities
 kbd-udeb   - Linux console keyboard setup utilities (udeb)
Closes: 443645 483607 486787 487390
Changes: 
 kbd (1.14.1-4) unstable; urgency=medium
 .
   * Read /etc/environment or /etc/default/locale earlier in the init script,
 closes: #486787.  This has caused UNICODE_MODE not to be set properly.
 Thanks to Stanislav Maslovski [EMAIL PROTECTED] for the
 patch.
   * Medium urgency upload because the former bug could have rendered kbd
 nearly useless for some.
   * unicode_start: Do not invoke setfont by default, closes: #443645.
   * Revert the console-screen.kbd.sh LSB header change from the previous
 revision, again closes: #483607.  Handling the original problem properly
 is considered insserv’s responsibility, see #474515.
   * openvt: Document the -f switch, closes: #487390.
   * Bump Standards-Version to 3.8.0 (no changes needed).
Files: 
 c6a06f943279d78aa5e6d8dffcc17463 821 utils extra kbd_1.14.1-4.dsc
 99fe567c198e236972241b285e16a03f 53857 utils extra kbd_1.14.1-4.diff.gz
 a92d153eab3ecd9bf04883bf1193eb95 353656 utils extra kbd_1.14.1-4_i386.deb
 f0a0ff93f564f6605385c83573c4bb17 46920 debian-installer extra 
kbd-udeb_1.14.1-4_i386.udeb
Package-Type: udeb

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

iD8DBQFIY/rHJP1eZJv0KwcRAqWyAJ9CVjwtsGx/ZXYv+v2Q1ShRvn+hWACcCKhD
F3o59AyeGHkOoEoU3LZFnUI=
=IqAD
-END PGP SIGNATURE-


Accepted:
kbd-udeb_1.14.1-4_i386.udeb
  to pool/main/k/kbd/kbd-udeb_1.14.1-4_i386.udeb
kbd_1.14.1-4.diff.gz
  to pool/main/k/kbd/kbd_1.14.1-4.diff.gz
kbd_1.14.1-4.dsc
  to pool/main/k/kbd/kbd_1.14.1-4.dsc
kbd_1.14.1-4_i386.deb
  to pool/main/k/kbd/kbd_1.14.1-4_i386.deb


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



Accepted libwnck 2.22.1-2 (source all i386)

2008-06-26 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 22:28:04 +0200
Source: libwnck
Binary: libwnck22 libwnck-dev libwnck-common
Architecture: source all i386
Version: 2.22.1-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libwnck-common - Window Navigator Construction Kit - common files
 libwnck-dev - Window Navigator Construction Kit - development files
 libwnck22  - Window Navigator Construction Kit - runtime files
Changes: 
 libwnck (2.22.1-2) unstable; urgency=low
 .
   * New patch, 60_last-window, fix handling of the last window which
 disappears; from SVN r1629; see also
 http://code.google.com/p/xmonad/issues/detail?id=195; thanks
 Marco Túlio Gontijo.
Checksums-Sha1: 
 aa8e5ee797b1636d1cd5b1b851f20b4c6e3562e7 1398 libwnck_2.22.1-2.dsc
 9b7b2a699e7a81150e6a50edda9a25b13baeca69 6337 libwnck_2.22.1-2.diff.gz
 0b8df97c26d17d90934837f4efadc93e3b141922 313430 libwnck-common_2.22.1-2_all.deb
 c6b29d882a22d8bf1ff5d894621312eac93db3d2 157848 libwnck22_2.22.1-2_i386.deb
 770e1be61fc0b0adb41dcf87b34d83ea8bd16102 267172 libwnck-dev_2.22.1-2_i386.deb
Checksums-Sha256: 
 87856a50b2670a6f6c4816e990b6b7ba4ac944f3e9d23db863fd901feaf6ad8a 1398 
libwnck_2.22.1-2.dsc
 3946548fd5991a9bc0bd9e84cd00fc2a7b9a70829aa4252fc216e03094443462 6337 
libwnck_2.22.1-2.diff.gz
 9988ce0bafddb2687fa946547ea843a0115acdd0f0d3c9b3a7b88653bbef5b4d 313430 
libwnck-common_2.22.1-2_all.deb
 9ca5ab0d9d729be0f4aea054c5d40bf1a7cacae9b98a6921a79bcac09efb8ae0 157848 
libwnck22_2.22.1-2_i386.deb
 8dd0c5530f3d1b994706b423e7c92b2b8c02476b61be0d6f589157d2a0286902 267172 
libwnck-dev_2.22.1-2_i386.deb
Files: 
 7f8eb3527ea9b6035cfd30377860bf9e 1398 libs optional libwnck_2.22.1-2.dsc
 375fa2ba81b26ce658212b4dff258b94 6337 libs optional libwnck_2.22.1-2.diff.gz
 0c0b7424f17c957209ad14f19f8f6d08 313430 libs optional 
libwnck-common_2.22.1-2_all.deb
 e6ec0df54e59ddad859e166f4111da9c 157848 libs optional 
libwnck22_2.22.1-2_i386.deb
 a016f81ce3c818d59c76f9e0ddaa26ca 267172 libdevel optional 
libwnck-dev_2.22.1-2_i386.deb

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

iEYEARECAAYFAkhj/SYACgkQ4VUX8isJIMDBtwCePSsqzFvVYV6TXm9t7FMT/nXp
DkUAoJ+UnAZGfS1YHo1ExF449ytg4ua9
=9NN6
-END PGP SIGNATURE-


Accepted:
libwnck-common_2.22.1-2_all.deb
  to pool/main/libw/libwnck/libwnck-common_2.22.1-2_all.deb
libwnck-dev_2.22.1-2_i386.deb
  to pool/main/libw/libwnck/libwnck-dev_2.22.1-2_i386.deb
libwnck22_2.22.1-2_i386.deb
  to pool/main/libw/libwnck/libwnck22_2.22.1-2_i386.deb
libwnck_2.22.1-2.diff.gz
  to pool/main/libw/libwnck/libwnck_2.22.1-2.diff.gz
libwnck_2.22.1-2.dsc
  to pool/main/libw/libwnck/libwnck_2.22.1-2.dsc


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



Accepted debian-edu 0.834 (source i386)

2008-06-26 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 18:52:42 +
Source: debian-edu
Binary: education-tasks education-menus education-astronomy education-chemistry 
education-common education-desktop-gnome education-desktop-kde 
education-desktop-other education-desktop-sugar education-development 
education-electronics education-geography education-graphics education-language 
education-laptop education-logic-games education-main-server 
education-mathematics education-misc education-music education-networked 
education-physics education-services education-standalone 
education-thin-client-server education-workstation
Architecture: source i386
Version: 0.834
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Holger Levsen [EMAIL PROTECTED]
Description: 
 education-astronomy - DebianEdu astronomy related applications
 education-chemistry - DebianEdu chemistry related applications
 education-common - DebianEdu common packages
 education-desktop-gnome - DebianEdu GNOME desktop applications
 education-desktop-kde - DebianEdu KDE desktop applications
 education-desktop-other - DebianEdu desktop applications, non-GNOME- and 
non-KDE-specific
 education-desktop-sugar - The sugar desktop environment for education
 education-development - DebianEdu software development related educational 
applications
 education-electronics - DebianEdu electronics related applications
 education-geography - DebianEdu applications for geography
 education-graphics - DebianEdu graphics related applications
 education-language - DebianEdu language related educational applications
 education-laptop - DebianEdu laptop packages
 education-logic-games - DebianEdu logic games
 education-main-server - DebianEdu main server packages
 education-mathematics - DebianEdu mathematical applications
 education-menus - Debian Edu menu reorganization
 education-misc - DebianEdu miscellaneous applications for education
 education-music - DebianEdu music and sound applications
 education-networked - DebianEdu networked minimal packages
 education-physics - DebianEdu physics related applications
 education-services - DebianEdu services for educational institutions
 education-standalone - DebianEdu standalone workstation packages
 education-tasks - Debian Edu tasks for tasksel
 education-thin-client-server - DebianEdu networked thin client server packages
 education-workstation - DebianEdu networked workstation packages
Changes: 
 debian-edu (0.834) unstable; urgency=low
 .
   [ José L. Redrejo Rodríguez ]
   * Several changes in desktop-gnome task according to lenny packages
   * Deep cleaning in desktop-others:
 - Removed depends or recommends on package that are not in Debian
 - Removed packages that are in other education tasks
 .
   [ Holger Levsen ]
   * Remove ethereal from tasks/common as it has been replaced by wireshark.
   * Rename the barebone profile to minimal in tasks/networked.
   * Replace klaptopdaemon with kpowersave in tasks/laptop as suggested in
 http://www.perrier.eu.org/weblog/2008/06/22#kde-battery to support the new
 /sys/class/power_supply kernel interface.
   * Add matchbox and network-manager to the desktop-sugar task.
 .
   [ Petter Reinholdtsen ]
   * Make sure the sugar task is a leaf task, to get it to show up in
 tasksel and thus be installable from debian-edu-install.
   * Add the common task to the desktop-sugar task, to make sure
 it has all the wanted tools installed.
   * Update ocsinventory packages to recommends, to see what happen when
 we install them by default.
   * Recommend libpam-ccreds and nscd for networked clients, to prepare
 for disconnected configuration.
   * Move openssh-server from common to networked task, to avoid the
 network service to show up on standalone machines.
 .
   [ Andreas Tille ]
   * Convert task files to UTF-8 to enable smooth processing by cdd-web-tools
 and upper case field names (s/why/Why/) to prevent useless warnings from
 cdd web tools.
Checksums-Sha1: 
 27c8cc87de788982b6048c4effbba15175339bdc 1906 debian-edu_0.834.dsc
 a09fc198ac3ea67b9b4b287f5c3181c67337751d 104346 debian-edu_0.834.tar.gz
 fa6288b445af3d9a930e0c2f504d799e9636685f 27602 education-tasks_0.834_i386.deb
 355ca4369ecf15f795d1f9389fcac7ec686d6e47 62654 education-menus_0.834_i386.deb
 e2f9d413b0e0782845f0b7bc0929bd10ae2dc146 26812 
education-astronomy_0.834_i386.deb
 002d83b063777a5dba08617398abda5b1efb8af2 26798 
education-chemistry_0.834_i386.deb
 de580ccf0ecca7a4c1faabd593a68756c4dd1698 27108 education-common_0.834_i386.deb
 497f8c19db4c6cbb6921200aed25c107dad163a3 26880 
education-desktop-gnome_0.834_i386.deb
 c7e74c72e668b91aa5f22a25cb50bd685c5abd17 26928 
education-desktop-kde_0.834_i386.deb
 80caf27460532029652ab1a01a986402b3f55567 28070 
education-desktop-other_0.834_i386.deb
 4ffa815f4176bc7a0bf8c307f7082ef77e72d725 26952 
education-desktop-sugar_0.834_i386.deb
 

Accepted webdeveloper 1.1.6-1 (source all)

2008-06-26 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 23:39:31 +0400
Source: webdeveloper
Binary: iceweasel-webdeveloper firefox-webdeveloper
Architecture: source all
Version: 1.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Dmitry E. Oboukhov [EMAIL PROTECTED]
Description: 
 firefox-webdeveloper - Transition package for iceweasel rename
 iceweasel-webdeveloper - web developer extension for the Iceweasel web browser
Closes: 408565 456493 487483
Changes: 
 webdeveloper (1.1.6-1) unstable; urgency=low
 .
   * QA upload.
+ Set maintainer to Debian QA Group.
   * New upstream version, closes: #487483, #456493, #408565.
Checksums-Sha1: 
 0beb79f7e98d17d3234f9303497e6fde8f019ecf 1114 webdeveloper_1.1.6-1.dsc
 93c7779ee13dc7b0e735654e34f52a1453f89766 184921 webdeveloper_1.1.6.orig.tar.gz
 75dd51cb3e3766cc0ad5ddf6a7ae57cf249324e7 2589 webdeveloper_1.1.6-1.diff.gz
 c4c9dd430142b1688fea085b7eb4f862b979effa 171998 
iceweasel-webdeveloper_1.1.6-1_all.deb
 d13718a6bb2ecb3416b0e8f0be89ebb6217ce76a 2772 
firefox-webdeveloper_1.1.6-1_all.deb
Checksums-Sha256: 
 fd9359559591f20b86e83bebc1995554121d6e43b331264b5ac909838e41c108 1114 
webdeveloper_1.1.6-1.dsc
 9678e2d5c526a428a1e1e7f0f78b1e63ae2c725416cd66d1c5e5994cf6adde40 184921 
webdeveloper_1.1.6.orig.tar.gz
 dda5f11005ac0ad22476a87edab136c3f12cd0d609e726986f52b94fdf1511df 2589 
webdeveloper_1.1.6-1.diff.gz
 7128e2aa6e07f80477ba2b5484833492c48a863ae33179dc37dd701c363a9715 171998 
iceweasel-webdeveloper_1.1.6-1_all.deb
 73c4eb568c434e68a01b576cf89fbb9341a83fd50366c64925fbca6e8ea38f32 2772 
firefox-webdeveloper_1.1.6-1_all.deb
Files: 
 d446a5d7f745b30e655d722bc0fe39fe 1114 devel optional webdeveloper_1.1.6-1.dsc
 a37322897996a800eab0b9245a041660 184921 devel optional 
webdeveloper_1.1.6.orig.tar.gz
 e890baa34383a5f407260b1743bb53df 2589 devel optional 
webdeveloper_1.1.6-1.diff.gz
 579f0f19e554784d88edd27ed48e1e89 171998 devel optional 
iceweasel-webdeveloper_1.1.6-1_all.deb
 8e5a2c8fc9fa5dac73125155b8735cde 2772 devel optional 
firefox-webdeveloper_1.1.6-1_all.deb

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

iEYEARECAAYFAkhj+hsACgkQq4wAz/jiZTf77wCeP3UQ1Vbs/a8qJtFdsIEPnag/
aZAAoInmwvZraGzSQJqL8I9eQGzVo8H3
=OFEt
-END PGP SIGNATURE-


Accepted:
firefox-webdeveloper_1.1.6-1_all.deb
  to pool/main/w/webdeveloper/firefox-webdeveloper_1.1.6-1_all.deb
iceweasel-webdeveloper_1.1.6-1_all.deb
  to pool/main/w/webdeveloper/iceweasel-webdeveloper_1.1.6-1_all.deb
webdeveloper_1.1.6-1.diff.gz
  to pool/main/w/webdeveloper/webdeveloper_1.1.6-1.diff.gz
webdeveloper_1.1.6-1.dsc
  to pool/main/w/webdeveloper/webdeveloper_1.1.6-1.dsc
webdeveloper_1.1.6.orig.tar.gz
  to pool/main/w/webdeveloper/webdeveloper_1.1.6.orig.tar.gz


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



Accepted netspeed 0.14-2 (source i386)

2008-06-26 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 21:51:42 +0200
Source: netspeed
Binary: netspeed
Architecture: source i386
Version: 0.14-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 netspeed   - Traffic monitor applet for GNOME
Changes: 
 netspeed (0.14-2) unstable; urgency=low
 .
   * Update Homepage.
   * Update Standards-Version to 3.8.0.
   * New patch, applet_category_fix, set category to System instead of
 Internet; from Ubuntu.
Checksums-Sha1: 
 65609c327ae502c116cf497db83d9657ee8733a6 1349 netspeed_0.14-2.dsc
 c524a91528a3837d68e9eab3464866dead5ea043 4219 netspeed_0.14-2.diff.gz
 043f545fa603cb8d9adcdc853f26d9ec75cf86b9 191758 netspeed_0.14-2_i386.deb
Checksums-Sha256: 
 54d0d46b04eb7e46cb508378e8a0973be6fc46f45e267c085650f5fe30a7cdc7 1349 
netspeed_0.14-2.dsc
 1a5bd6473d94315d9cac0be243a2de702d0aafc27e3841e5e1e2ea6913bd1b2d 4219 
netspeed_0.14-2.diff.gz
 c417d1fd68530c64a34e933919955ac324b18615d2c2862c876d049c5f620417 191758 
netspeed_0.14-2_i386.deb
Files: 
 74be3d1b8f616718f655195d3a3226eb 1349 gnome optional netspeed_0.14-2.dsc
 f14e90ad33fda79be00474cad87e2d53 4219 gnome optional netspeed_0.14-2.diff.gz
 24d430c976bfaad1b01d03a1ff26b642 191758 gnome optional netspeed_0.14-2_i386.deb

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

iEYEARECAAYFAkhj90gACgkQ4VUX8isJIMDx5wCgkwuMdxVVUzebQfT5NzC4DUoV
PWUAnAyOoeRfu7zYota+dhBLoRvfJdTC
=6sf4
-END PGP SIGNATURE-


Accepted:
netspeed_0.14-2.diff.gz
  to pool/main/n/netspeed/netspeed_0.14-2.diff.gz
netspeed_0.14-2.dsc
  to pool/main/n/netspeed/netspeed_0.14-2.dsc
netspeed_0.14-2_i386.deb
  to pool/main/n/netspeed/netspeed_0.14-2_i386.deb


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



Accepted icedove-dispmua 1.5.4-1 (source all)

2008-06-26 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 17:53:30 +0200
Source: icedove-dispmua
Binary: icedove-dispmua
Architecture: source all
Version: 1.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Goehre [EMAIL PROTECTED]
Changed-By: Christoph Goehre [EMAIL PROTECTED]
Description: 
 icedove-dispmua - display Mail User Agent extension for Icedove
Changes: 
 icedove-dispmua (1.5.4-1) unstable; urgency=low
 .
   * New Upstream Version
 - 151 new icons
   * adapt 01-supported-version.diff to new upstream
   * increase standards version to 3.8.0
   * debian upload by Guido Guenther [EMAIL PROTECTED]
Checksums-Sha1: 
 c19a733640980b175af3f47c74fe9c41026cc3e0 1025 icedove-dispmua_1.5.4-1.dsc
 3df39142d3f478fdd0c7ac8aa54cfc647af107bd 1750195 
icedove-dispmua_1.5.4.orig.tar.gz
 6251e62ed4f35d7d69cb240c445dfdea21978cdc 2836 icedove-dispmua_1.5.4-1.diff.gz
 96231b06e7bfdf8a90a1b7435883b139c0fa29f9 1785564 
icedove-dispmua_1.5.4-1_all.deb
Checksums-Sha256: 
 ecc97efcd46e23e60453e30b120524945549b02f153ce815bbf5d9e0a97b5263 1025 
icedove-dispmua_1.5.4-1.dsc
 8aefae3d68997fb9fbd6a19583f1cf36fa4357016174b93df3cfb6f4ed6d9aa7 1750195 
icedove-dispmua_1.5.4.orig.tar.gz
 433374f149836da6a971e35f943af8300e6bbc3b3dce47206605a8dbe0c1618d 2836 
icedove-dispmua_1.5.4-1.diff.gz
 70ecd1ea9cc05ea90e3c2f511db556f2c176d9dbae4431db83dc5bf3aac8dcbc 1785564 
icedove-dispmua_1.5.4-1_all.deb
Files: 
 61cf38e880198b84ba49654b8bc210cb 1025 mail optional icedove-dispmua_1.5.4-1.dsc
 153fbdc922783b9e4da0e5c172352573 1750195 mail optional 
icedove-dispmua_1.5.4.orig.tar.gz
 9533b690e1b0b5948c88cb5640d04fac 2836 mail optional 
icedove-dispmua_1.5.4-1.diff.gz
 38d0e55c54f43fa49c0ff6ca2a73429d 1785564 mail optional 
icedove-dispmua_1.5.4-1_all.deb

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

iD8DBQFIZAJxn88szT8+ZCYRAggCAJ97y10huZ0Vbaa0NdwjUPCCewS0oQCfW6cA
p6763GKL0XiLMIprCXoQboU=
=pn9H
-END PGP SIGNATURE-


Accepted:
icedove-dispmua_1.5.4-1.diff.gz
  to pool/main/i/icedove-dispmua/icedove-dispmua_1.5.4-1.diff.gz
icedove-dispmua_1.5.4-1.dsc
  to pool/main/i/icedove-dispmua/icedove-dispmua_1.5.4-1.dsc
icedove-dispmua_1.5.4-1_all.deb
  to pool/main/i/icedove-dispmua/icedove-dispmua_1.5.4-1_all.deb
icedove-dispmua_1.5.4.orig.tar.gz
  to pool/main/i/icedove-dispmua/icedove-dispmua_1.5.4.orig.tar.gz


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



Accepted goobox 2.0.0-1 (source i386)

2008-06-26 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 30 May 2008 13:51:02 +0200
Source: goobox
Binary: goobox
Architecture: source i386
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Helge Kreutzmann [EMAIL PROTECTED]
Changed-By: Helge Kreutzmann [EMAIL PROTECTED]
Description: 
 goobox - CD player and ripper with GNOME 2 integration
Changes: 
 goobox (2.0.0-1) unstable; urgency=low
 .
   * New upstream release
   * Add German help file from current SVN
   * Switch to using quilt instead of dpatch
   * No longer ignore errors from make distclean
   * Recommend dbus-x11, yelp to ensure working online help
   * Update to standards version 3.7.3 (no changes required)
   * Recode copyright into UTF-8
   * Remove version on depency for libgtk2.0-dev, even oldstable fullfils this.
   * Update watch file to point to new upstream version
   * If building SVN snapshots, do not encode version number in temporary
 directory name
   * Since I am now a debian maintainer, set DM-Upload-Allowed: yes in
 debian/control
Checksums-Sha1: 
 4ad5119b69611002110edbc61eb1962581e554bc 1202 goobox_2.0.0-1.dsc
 55d408f26b22be73817aae1343e4966b40bda0f1 747147 goobox_2.0.0.orig.tar.gz
 cba95086c3af2a286097e0fb1e186c59c889cbc3 23853 goobox_2.0.0-1.diff.gz
 53e2e3ad56a6de68be898bd88ebb06e7d607c8e0 292644 goobox_2.0.0-1_i386.deb
Checksums-Sha256: 
 b3c4d95433bf91db354c687304ae0b248ad07eb1c2611f580df63385e98949f8 1202 
goobox_2.0.0-1.dsc
 2e8e1ef3880d7b560deecc36dc01511421c9bce338c6704cf264d072bc9896e3 747147 
goobox_2.0.0.orig.tar.gz
 1239fbdb889507d5e56122079c6a2dbd7ae845bff532a91705c39627d056fa8c 23853 
goobox_2.0.0-1.diff.gz
 4a01f833f9d067eb09702ebd367f91a985a8c41793df5116a8a69ca4562ed966 292644 
goobox_2.0.0-1_i386.deb
Files: 
 d22da4cc23501a0efb040e35184edd6e 1202 gnome optional goobox_2.0.0-1.dsc
 aeaa7b501b17a60a9a3c98190675a698 747147 gnome optional goobox_2.0.0.orig.tar.gz
 b16ef29cd76d42aae9083266bbc36adb 23853 gnome optional goobox_2.0.0-1.diff.gz
 1b5d4003d2d5efd5b56972994958bc60 292644 gnome optional goobox_2.0.0-1_i386.deb

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

iEYEARECAAYFAkhkAagACgkQ4VUX8isJIMAmwACdFDcgAsde2NNJ3/DwqdQe9ou6
XoUAoLW83hFO+dOfPnRnNvHEEEKdQJg/
=a7gM
-END PGP SIGNATURE-


Accepted:
goobox_2.0.0-1.diff.gz
  to pool/main/g/goobox/goobox_2.0.0-1.diff.gz
goobox_2.0.0-1.dsc
  to pool/main/g/goobox/goobox_2.0.0-1.dsc
goobox_2.0.0-1_i386.deb
  to pool/main/g/goobox/goobox_2.0.0-1_i386.deb
goobox_2.0.0.orig.tar.gz
  to pool/main/g/goobox/goobox_2.0.0.orig.tar.gz


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



Accepted ganglia-monitor-core 2.5.7-4.2 (source i386)

2008-06-26 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 22:47:18 +0200
Source: ganglia-monitor-core
Binary: ganglia-monitor gmetad libganglia1 libganglia1-dev
Architecture: source i386
Version: 2.5.7-4.2
Distribution: unstable
Urgency: high
Maintainer: Stuart Teasdale [EMAIL PROTECTED]
Changed-By: Lucas Nussbaum [EMAIL PROTECTED]
Description: 
 ganglia-monitor - A cluster system monitoring daemon
 gmetad - Meta-daemon for ganglia cluster monitoring toolkit
 libganglia1 - Ganglia cluster system monitor toolkit (shared libraries)
 libganglia1-dev - Ganglia cluster system monitor toolkit (devel libraries)
Closes: 479971 482753
Changes: 
 ganglia-monitor-core (2.5.7-4.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Applied patches from Mario Lang (who did all the work!)
   * lib/gexec_process.c: don't include asm/page.h (Closes: #479971)
   * debian/rules: replace -02 with -O2 (zero - O letter) (Closes: #482753)
Checksums-Sha1: 
 6c191ff84f71f068f74f27da25d0eb965ff4c8c7 1182 
ganglia-monitor-core_2.5.7-4.2.dsc
 36ee3960672f88407d1fecff1a95f19343f5d217 312255 
ganglia-monitor-core_2.5.7-4.2.diff.gz
 f8cd453979d73ce97c5d5cf6aea4bd3479c199de 145826 
ganglia-monitor_2.5.7-4.2_i386.deb
 f11d56892bfe71429397459c7ff51ee329b5d4ae 99478 gmetad_2.5.7-4.2_i386.deb
 e2ce677b1390145f366e9f684ad71ed47154dd12 97532 libganglia1_2.5.7-4.2_i386.deb
 bb048ca32cc9eee7d9e0269d73be03061ae50e16 128296 
libganglia1-dev_2.5.7-4.2_i386.deb
Checksums-Sha256: 
 69b9e10f9163c8e933e857d2d5850351af70c8c54e8120b92d0b11cc3cbf77ca 1182 
ganglia-monitor-core_2.5.7-4.2.dsc
 8cb0836157f8af0bae5dd09c927f04d52a4fdab5e2bf6eeae04343bddcb1a1b2 312255 
ganglia-monitor-core_2.5.7-4.2.diff.gz
 24e491cfaa23f0c256b551714d81945cfaf5a3a03d639b643ab167d921f1b4de 145826 
ganglia-monitor_2.5.7-4.2_i386.deb
 b93f7989874bffd6a17cd848064614edcefaf1e101d4cda4294e451cf00932bd 99478 
gmetad_2.5.7-4.2_i386.deb
 534aa3410919b20ad165899c934bbf331c9f0a7194c4840d08f584a79f015c7e 97532 
libganglia1_2.5.7-4.2_i386.deb
 837155d8643ff18ce10746484c44e723c5776d3f12a7d827b827452a0a7484a0 128296 
libganglia1-dev_2.5.7-4.2_i386.deb
Files: 
 4bd2246a10d8e845e144782ab885adee 1182 net optional 
ganglia-monitor-core_2.5.7-4.2.dsc
 4fec31246c593334669388ee631801c3 312255 net optional 
ganglia-monitor-core_2.5.7-4.2.diff.gz
 38cbb4ccec464ad49a662c0cbf672cf5 145826 net optional 
ganglia-monitor_2.5.7-4.2_i386.deb
 1e9b370f58c3d9b5c7d318358febf2d4 99478 net optional gmetad_2.5.7-4.2_i386.deb
 4a8cbe0b574302a97bd994969c313e97 97532 libs optional 
libganglia1_2.5.7-4.2_i386.deb
 6f8f4b423dff46eaa5a457186075300d 128296 libdevel optional 
libganglia1-dev_2.5.7-4.2_i386.deb

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

iD8DBQFIZAQ72hliNwI7P08RAutFAKCCAPSYX7CW0282Qg1br/82YzHqUgCfec4h
1G2ymbtGHq9kAKiiyIWoosc=
=vrO2
-END PGP SIGNATURE-


Accepted:
ganglia-monitor-core_2.5.7-4.2.diff.gz
  to pool/main/g/ganglia-monitor-core/ganglia-monitor-core_2.5.7-4.2.diff.gz
ganglia-monitor-core_2.5.7-4.2.dsc
  to pool/main/g/ganglia-monitor-core/ganglia-monitor-core_2.5.7-4.2.dsc
ganglia-monitor_2.5.7-4.2_i386.deb
  to pool/main/g/ganglia-monitor-core/ganglia-monitor_2.5.7-4.2_i386.deb
gmetad_2.5.7-4.2_i386.deb
  to pool/main/g/ganglia-monitor-core/gmetad_2.5.7-4.2_i386.deb
libganglia1-dev_2.5.7-4.2_i386.deb
  to pool/main/g/ganglia-monitor-core/libganglia1-dev_2.5.7-4.2_i386.deb
libganglia1_2.5.7-4.2_i386.deb
  to pool/main/g/ganglia-monitor-core/libganglia1_2.5.7-4.2_i386.deb


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



Accepted asymptote 1.43-1 (source all i386)

2008-06-26 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 26 Jun 2008 15:55:42 -0400
Source: asymptote
Binary: asymptote asymptote-doc
Architecture: source all i386
Version: 1.43-1
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 asymptote  - script-based vector graphics language inspired by MetaPost
 asymptote-doc - script-based vector graphics language inspired by MetaPost
Closes: 488141
Changes: 
 asymptote (1.43-1) unstable; urgency=low
 .
   * New upstream version. (closes: #488141)
Checksums-Sha1: 
 91accdef83c98519c6d8f5d1f03e58cf2f3be8ab 1283 asymptote_1.43-1.dsc
 07b98fb4bba37cfebcc9fe926f5f767ed6de7787 1070973 asymptote_1.43.orig.tar.gz
 4d93ff551d1e1e47f0ff683594d95406520148eb 7082 asymptote_1.43-1.diff.gz
 0fea0e94e6a4496e5054714b419ed93fde0ed61e 3058298 asymptote-doc_1.43-1_all.deb
 6f56647837b3c159229161cfa105262c9200c043 1254354 asymptote_1.43-1_i386.deb
Checksums-Sha256: 
 8d1dfb2094583697b81bc99f74f76f8ea05d89531278a9c72b5302954bdcb85f 1283 
asymptote_1.43-1.dsc
 df010dca6cb0090cf677c45f89fa415c0c0aba8518fbbd3ae4839e597fa8ed74 1070973 
asymptote_1.43.orig.tar.gz
 94c0f635f09776b9fd2d0209bfda225fa7962daa653b49fff62e3b7747c2e4ac 7082 
asymptote_1.43-1.diff.gz
 d6dc33f90e9172fa89b901fe01be0176cc3d460c0620e145e48fe29bf5f04f0e 3058298 
asymptote-doc_1.43-1_all.deb
 a63bb769ec7cb512f6ba00ae16cb78166154c27cd769a142f865bf6f76f74cbb 1254354 
asymptote_1.43-1_i386.deb
Files: 
 d307749574120d23c81e6f4bc13d7e17 1283 tex optional asymptote_1.43-1.dsc
 8f85e1d9c455700f304960a8c5f7f113 1070973 tex optional 
asymptote_1.43.orig.tar.gz
 3a6dfd5ef7ecf946e0b59ac053e3fe90 7082 tex optional asymptote_1.43-1.diff.gz
 87eb4c16fb22a2b61eedc55861b114c3 3058298 doc optional 
asymptote-doc_1.43-1_all.deb
 4ba7cc48821c5acf219a54aa38c526a8 1254354 tex optional asymptote_1.43-1_i386.deb

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

iD8DBQFIZAGIrynHGRJLYfoRA5WXAJ9oF7jblY9NPIxlUXV8i3ehw9LZIwCfYktq
CXUCCFaADitW9kRlJS2SoTg=
=jOsw
-END PGP SIGNATURE-


Accepted:
asymptote-doc_1.43-1_all.deb
  to pool/main/a/asymptote/asymptote-doc_1.43-1_all.deb
asymptote_1.43-1.diff.gz
  to pool/main/a/asymptote/asymptote_1.43-1.diff.gz
asymptote_1.43-1.dsc
  to pool/main/a/asymptote/asymptote_1.43-1.dsc
asymptote_1.43-1_i386.deb
  to pool/main/a/asymptote/asymptote_1.43-1_i386.deb
asymptote_1.43.orig.tar.gz
  to pool/main/a/asymptote/asymptote_1.43.orig.tar.gz


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



Accepted xfs 1:1.0.8-1.1 (source i386)

2008-06-26 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 22:45:42 +0200
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 xfs- X font server
Closes: 50859 481758
Changes: 
 xfs (1:1.0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug.
   * Run xfs process as user nobody by default (Closes: #50859).  Patch
 from Petter Reinholdtsen.
   * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
 log rotation issue when xfs is running as a non-privileged
 user (Closes: 481758).  Patch from Sven Joachim.
Checksums-Sha1: 
 fa308d0653c831add62273291c49f6659468321a 1225 xfs_1.0.8-1.1.dsc
 a1d84a3d2142d47d99cc2cb6b56d0c328d64fb3b 37807 xfs_1.0.8-1.1.diff.gz
 5f492d37ca5aa667d081fb9523a7035dc5765f3c 91568 xfs_1.0.8-1.1_i386.deb
Checksums-Sha256: 
 a0871e3368283b46b8cca604558eaca37090206ed87327843888a334b4cbf271 1225 
xfs_1.0.8-1.1.dsc
 1d7a2c85e0b82d8ac75ef01c4ce4587267ae988a45b5a7ddd37aa9b33b6e 37807 
xfs_1.0.8-1.1.diff.gz
 3214c4ccea2e1bae4f92d5214cb338adf110b74a5ffb704c3eea1394d75dac12 91568 
xfs_1.0.8-1.1_i386.deb
Files: 
 51da2e391cedc01a885b0fd92ee4a7af 1225 x11 optional xfs_1.0.8-1.1.dsc
 081e09d12860fcaceb3ee296c32e2c02 37807 x11 optional xfs_1.0.8-1.1.diff.gz
 416b589ed7bda7969d90add6b6b21ec2 91568 x11 optional xfs_1.0.8-1.1_i386.deb

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

iD8DBQFIZAFt20zMSyow1ykRAsWxAJsHoIP0bd3hBCze1gq2abi4mz61sgCgoqF4
JtWtgs16zijue7EzL7fTmDI=
=mwQA
-END PGP SIGNATURE-


Accepted:
xfs_1.0.8-1.1.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-1.1.diff.gz
xfs_1.0.8-1.1.dsc
  to pool/main/x/xfs/xfs_1.0.8-1.1.dsc
xfs_1.0.8-1.1_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-1.1_i386.deb


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



Accepted mc 2:4.6.2~git20080311-2 (source i386)

2008-06-26 Thread Patrick Winnertz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 23 Jun 2008 22:12:28 +0200
Source: mc
Binary: mc mc-dbg
Architecture: source i386
Version: 2:4.6.2~git20080311-2
Distribution: unstable
Urgency: low
Maintainer: Debian MC Packaging Group [EMAIL PROTECTED]
Changed-By: Patrick Winnertz [EMAIL PROTECTED]
Description: 
 mc - midnight commander - a powerful file manager
 mc-dbg - midnight commander - a powerful file manager - debug package
Closes: 359016 381353 413258 472339 481539 481651 482761 483112 484759 485475 
485935 486569 486676 486915 487611
Changes: 
 mc (2:4.6.2~git20080311-2) unstable; urgency=low
 .
   * Add debug package. Thanks to Baurzhan Ismagulov. (Closes: #472339)
   * Add 60_recode patch again. (Closes: #483112)
   * Add tty.patch to fix displaying problems. Thanks to Andrew O. Shadoura
 (Closes: #359016)
   * add patch with the result of the autogen.sh run.
 (Closes: #481539, #482761, #484759, #486569)
   * Added mail syntax. Thanks to Michelle Konzack. (Closes: #481651)
   * Add procmail syntax. Thanks to Michelle Konzack (Closes: #485475)
   * Add again run-mailcap calls in mc.ext. This gone lost during the
 reordering the patches in order to use quilt. (Closes: #485935)
   * Fix tar call in mc.ext (Closes: #381353)
   * Suggest dbview. Thanks to Daniel Hahler. (Closes: #486915)
   * Do not use internal editor per default. (Closes: #413258)
   * Fix regex patch supplied by Michal Pokrywka (Closes: #487611, #486676)
   * For those who read this changelog: There are very many unresolved bugs
 left in the BTS, it would be cool if someone who has some C coding
 experience would have a look on some and write patches. Thanks in advance.
Checksums-Sha1: 
 f5562f156eadc23409a27d5809c9e1abe977c6f5 1222 mc_4.6.2~git20080311-2.dsc
 2ab14619b3950ebb5a30e8c9e48d5b82515cc88a 870740 mc_4.6.2~git20080311-2.diff.gz
 09d7a31577e0289b5586a8047781b7ed71a8caaa 2131828 
mc_4.6.2~git20080311-2_i386.deb
 32c0e95c45d634d3842f375b8ef9b929385212d5 596460 
mc-dbg_4.6.2~git20080311-2_i386.deb
Checksums-Sha256: 
 359f4f2716b1ec87c433ebe7e0720d0ee73e6aae31a2be879b78bd176019c58d 1222 
mc_4.6.2~git20080311-2.dsc
 1f2f04bd32a0b0185900d45374d4486512c58f2c2c8316dd4e2b505d14924ff5 870740 
mc_4.6.2~git20080311-2.diff.gz
 69fc1a458ac71c8dbda6ca29cb1be205f4b4d037e063309c3bbd8400d959135e 2131828 
mc_4.6.2~git20080311-2_i386.deb
 a05258e4b6878501be7de50057d14399fa959791e67d91982c49951badb9f92e 596460 
mc-dbg_4.6.2~git20080311-2_i386.deb
Files: 
 0f6630adb8f50da3e458aa1c8c3fff65 1222 utils optional mc_4.6.2~git20080311-2.dsc
 ea90b9f5ac36031d005368681c3d9903 870740 utils optional 
mc_4.6.2~git20080311-2.diff.gz
 e2669d75cfbac0d50b71dd5473432315 2131828 utils optional 
mc_4.6.2~git20080311-2_i386.deb
 671e79ec2061cb287b4438ce2a4c48b9 596460 utils extra 
mc-dbg_4.6.2~git20080311-2_i386.deb

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

iEYEARECAAYFAkhgBtMACgkQzgm26bkTFDq9/gCghZGX23NamW7S48Bi5Wfk5IQq
RtoAn1HmLiJfmd+rxnixOgPwLG/4uEnW
=DhLX
-END PGP SIGNATURE-


Accepted:
mc-dbg_4.6.2~git20080311-2_i386.deb
  to pool/main/m/mc/mc-dbg_4.6.2~git20080311-2_i386.deb
mc_4.6.2~git20080311-2.diff.gz
  to pool/main/m/mc/mc_4.6.2~git20080311-2.diff.gz
mc_4.6.2~git20080311-2.dsc
  to pool/main/m/mc/mc_4.6.2~git20080311-2.dsc
mc_4.6.2~git20080311-2_i386.deb
  to pool/main/m/mc/mc_4.6.2~git20080311-2_i386.deb


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



Accepted freeciv 2.1.5-1 (source all amd64)

2008-06-26 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 20:15:52 +0200
Source: freeciv
Binary: freeciv-server freeciv-client-xaw3d freeciv-client-gtk 
freeciv-client-sdl freeciv-data freeciv-sound-standard
Architecture: source all amd64
Version: 2.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Freeciv Maintainers [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 freeciv-client-gtk - Civilization turn based strategy game (GTK+ client)
 freeciv-client-sdl - Civilization turn based strategy game (SDL client)
 freeciv-client-xaw3d - Civilization turn based strategy game (Xaw3D client)
 freeciv-data - Civilization turn based strategy game (game data)
 freeciv-server - Civilization turn based strategy game (server files)
 freeciv-sound-standard - Civilization turn based strategy game (standard sound 
pack)
Closes: 485159 487910
Changes: 
 freeciv (2.1.5-1) unstable; urgency=low
 .
   * New upstream release (closes: #487910).
   * Update 99_build_without_ggzd.diff for 2.1.5 with the newest upstream
 ggz.m4. This includes all changes in the patch (closes: #485159).
Checksums-Sha1: 
 74a4d7feae9c2fcd40b7dda04e0f8b8bcab60998 1711 freeciv_2.1.5-1.dsc
 6eac89c13a5f8b9363822bac8f51d6ac7df08514 34909833 freeciv_2.1.5.orig.tar.gz
 cad430eb86ffabbaeed500882c11585c85b37e40 189850 freeciv_2.1.5-1.diff.gz
 e3fa9cd6b47f81d3b7a67882d70b53aa87bbbcfe 11140498 freeciv-data_2.1.5-1_all.deb
 3a44d30b50b7c81a632076467368ee18e1f78c14 135802 
freeciv-sound-standard_2.1.5-1_all.deb
 83f556e4e58834443b70c16d6e7e359577d44292 593872 
freeciv-server_2.1.5-1_amd64.deb
 2c8274672e09fb632e186b532cb87d8c30a759a5 460954 
freeciv-client-xaw3d_2.1.5-1_amd64.deb
 bd26f2e3edd1aad1b2e86bd90e3f557398718e64 483700 
freeciv-client-gtk_2.1.5-1_amd64.deb
 7e9d294436da28515a86d8b002e95e8e484662a6 555454 
freeciv-client-sdl_2.1.5-1_amd64.deb
Checksums-Sha256: 
 1c49d8ee8446aff0ac31bcedb74becddbbf06807949598b602302f877f7f3a4d 1711 
freeciv_2.1.5-1.dsc
 b2db7c3da08c67f52efb294f3a7ca2cd5935da3da47b4a967d47be0df8bce489 34909833 
freeciv_2.1.5.orig.tar.gz
 fc3c8878d9cd7bb048ca8ff3b89fbde7ea4bae2bd30be9ca86815c3a129a2be3 189850 
freeciv_2.1.5-1.diff.gz
 f4e9ecd4ba5e42fb48a015cb9b1411a958b7c79d3302b7d789b9d6016dc1cecc 11140498 
freeciv-data_2.1.5-1_all.deb
 9346d599877a39e90e159c13a12270d7aa6cfdba6b8429e44215d126b9ff2d55 135802 
freeciv-sound-standard_2.1.5-1_all.deb
 e5d2f23564bc8d2a35fb08f64ebd0f64937c9602b8a5e3b8e4ddfe5b71602e5d 593872 
freeciv-server_2.1.5-1_amd64.deb
 5eeb6ebd136c3062af8a4fff7218a05c13600b3f1867d617c25945d4a28c7e86 460954 
freeciv-client-xaw3d_2.1.5-1_amd64.deb
 bb56abe94f95d7dc45316fb307ac7120e0dbf0ac2e7d376c4192683f3a94ba14 483700 
freeciv-client-gtk_2.1.5-1_amd64.deb
 f495ecbd9455c5e3a2a0de5333a87499d6eced24d0f31a76bd16e7932751e777 555454 
freeciv-client-sdl_2.1.5-1_amd64.deb
Files: 
 5832355dce7537769f33a76542f335ec 1711 games optional freeciv_2.1.5-1.dsc
 5ddf282b6a68c76f775cb6135f8e0dd6 34909833 games optional 
freeciv_2.1.5.orig.tar.gz
 7569394c591265399448804dc3d212dd 189850 games optional freeciv_2.1.5-1.diff.gz
 1e17ca0cbb2a573ee251908b4345b62a 11140498 games optional 
freeciv-data_2.1.5-1_all.deb
 abcbddef3eeaa2cdc26dc33f141f883a 135802 games optional 
freeciv-sound-standard_2.1.5-1_all.deb
 8b99afe40a30274016a045085691de13 593872 games optional 
freeciv-server_2.1.5-1_amd64.deb
 3f96ece693e6392d5afaa36d83c84364 460954 games optional 
freeciv-client-xaw3d_2.1.5-1_amd64.deb
 c67d03c43ae528edaa2f7ae05cec30a7 483700 games optional 
freeciv-client-gtk_2.1.5-1_amd64.deb
 12627504bd2be44b69632a22eddbb1cc 555454 games optional 
freeciv-client-sdl_2.1.5-1_amd64.deb

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

iEYEARECAAYFAkhkCP4ACgkQIgvIgzMMSnURwACeK/XYjkjztGAOnTIdDIYHcN2O
+G4AoMENKs3yweN/daeSBF7qOU31zTEC
=l68g
-END PGP SIGNATURE-


Accepted:
freeciv-client-gtk_2.1.5-1_amd64.deb
  to pool/main/f/freeciv/freeciv-client-gtk_2.1.5-1_amd64.deb
freeciv-client-sdl_2.1.5-1_amd64.deb
  to pool/main/f/freeciv/freeciv-client-sdl_2.1.5-1_amd64.deb
freeciv-client-xaw3d_2.1.5-1_amd64.deb
  to pool/main/f/freeciv/freeciv-client-xaw3d_2.1.5-1_amd64.deb
freeciv-data_2.1.5-1_all.deb
  to pool/main/f/freeciv/freeciv-data_2.1.5-1_all.deb
freeciv-server_2.1.5-1_amd64.deb
  to pool/main/f/freeciv/freeciv-server_2.1.5-1_amd64.deb
freeciv-sound-standard_2.1.5-1_all.deb
  to pool/main/f/freeciv/freeciv-sound-standard_2.1.5-1_all.deb
freeciv_2.1.5-1.diff.gz
  to pool/main/f/freeciv/freeciv_2.1.5-1.diff.gz
freeciv_2.1.5-1.dsc
  to pool/main/f/freeciv/freeciv_2.1.5-1.dsc
freeciv_2.1.5.orig.tar.gz
  to pool/main/f/freeciv/freeciv_2.1.5.orig.tar.gz


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



Accepted elida 0.3 (source all)

2008-06-26 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 16 May 2008 20:41:29 +1000
Source: elida
Binary: elida
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 elida  - pbuilder mail interface
Changes: 
 elida (0.3) unstable; urgency=low
 .
   * Fix bash regexes
   * Don't depende on linda
   * Add manpages
   * Update copyright notices
Checksums-Sha1: 
 8f5382785631e638a9a0f2b88bb48abf81249e47 641 elida_0.3.dsc
 01a3935578c17b5f0198410a679a742f10bd4d96 6609 elida_0.3.tar.gz
 febcf718935024c900d0ad05fac544f022a4bfe5 7762 elida_0.3_all.deb
Checksums-Sha256: 
 733a9f21d2653b98cba337a45bd97eda73b24aa3eab3d2bd8f97c63aef0e2671 641 
elida_0.3.dsc
 23e2476b358186526d5357ea0ed15643d32e40ed0651122698067acc7919abdf 6609 
elida_0.3.tar.gz
 62ab887adb274f6754ba38dff274b4b1a0e38f5424b048b5a7132b888d4af461 7762 
elida_0.3_all.deb
Files: 
 12a1095d48e9721733d0c79f49187eff 641 devel optional elida_0.3.dsc
 b30bfe36aea6a49a5c398bd3710fa684 6609 devel optional elida_0.3.tar.gz
 eadfc8e3e0f5cf7874d831e2a7ce34d8 7762 devel optional elida_0.3_all.deb

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

iD8DBQFIVl5PgY5NIXPNpFURAqX0AJ4m1I6Au5q4S7iURjJOvt6iOWpJeACdEApN
P/8x+3lv1mlOGdYhujGsNlQ=
=frx4
-END PGP SIGNATURE-


Accepted:
elida_0.3.dsc
  to pool/main/e/elida/elida_0.3.dsc
elida_0.3.tar.gz
  to pool/main/e/elida/elida_0.3.tar.gz
elida_0.3_all.deb
  to pool/main/e/elida/elida_0.3_all.deb


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



Accepted paraview 3.2.2-1 (source i386)

2008-06-26 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Jun 2008 22:04:41 +0200
Source: paraview
Binary: paraview
Architecture: source i386
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Christophe Prud'homme [EMAIL PROTECTED]
Description: 
 paraview   - Parallel Visualization Application
Closes: 462631
Changes: 
 paraview (3.2.2-1) unstable; urgency=low
 .
   [ Ondrej Certik ]
   * Upload to unstable (Closes: #462631)
   * New upstream release
   * debian/patches updated to the 3.2.2 source code
   * cmake2.6.patch added to configure well with cmake2.6
   * libglu1-mesa-dev and libxt-dev added to Build-Depends
   * gcc4.3.patch added with fixes to compile with gcc 4.3
   * Standards-Version bumped to 3.8.0 (no action needed)
   * debian/rules: python 2.4 changed to 2.5
   * README.Debian updated to python2.5
   * lintian override for binary-or-shlib-defines-rpath added
 .
   [Christophe Prud'homme]
   * added paraview manapage by Gerber van der Graaf
   * -DMPI_EXTRA_LIBRARY=/usr/lib/libmpi++.so added
   * added and install manpages to all binaries
Checksums-Sha1: 
 5348301cb5bf09482a4801bf857176d1eb7f21a3 1485 paraview_3.2.2-1.dsc
 88dbe13e23b09275ddadb8e91dda545df89cbb6b 21415137 paraview_3.2.2.orig.tar.gz
 21715c10b1152c66dcc906afda87eeb709ad8120 13310 paraview_3.2.2-1.diff.gz
 624ec2cafb5d85f34c4c4b57b101b0f69c08b1b6 34541450 paraview_3.2.2-1_i386.deb
Checksums-Sha256: 
 2ebd4b8ae094b1d2d7b00f9095726e49f87160d6dbc74e408e95ab2b1cd43231 1485 
paraview_3.2.2-1.dsc
 d068e3c3dfda5ff5cbd43c92219cad37f089d0e177f154a139ba98e10d999340 21415137 
paraview_3.2.2.orig.tar.gz
 60de3ff53c36c10ef78e9642a23c9982faa0bccd2ca0251d134832f60bc2c6bc 13310 
paraview_3.2.2-1.diff.gz
 b878faded74e6514457c661df75155e26b05ec7fc2e6a06379ecc3bf1fe6e4fa 34541450 
paraview_3.2.2-1_i386.deb
Files: 
 7cb384cda53f850d4f1e4828f9a0be48 1485 science extra paraview_3.2.2-1.dsc
 302475b5d1355edf2d1562f0afd7f59f 21415137 science extra 
paraview_3.2.2.orig.tar.gz
 426a0214beab2098a5560592fd7b0efb 13310 science extra paraview_3.2.2-1.diff.gz
 2c9b3d6cc4918ab7d2639027c097a333 34541450 science extra 
paraview_3.2.2-1_i386.deb

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

iD8DBQFIVnaMoY+0C9S+FFARAmQ3AJ9MnEYNkK68P5iI2u9/Q1ya/H/NtgCdGBqN
mA5aqoM0VVqj+QNHTKK2Wcg=
=YFu6
-END PGP SIGNATURE-


Accepted:
paraview_3.2.2-1.diff.gz
  to pool/main/p/paraview/paraview_3.2.2-1.diff.gz
paraview_3.2.2-1.dsc
  to pool/main/p/paraview/paraview_3.2.2-1.dsc
paraview_3.2.2-1_i386.deb
  to pool/main/p/paraview/paraview_3.2.2-1_i386.deb
paraview_3.2.2.orig.tar.gz
  to pool/main/p/paraview/paraview_3.2.2.orig.tar.gz


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



Accepted synce-hal 0.1-1 (source amd64)

2008-06-26 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 May 2008 00:48:39 +0100
Source: synce-hal
Binary: synce-hal
Architecture: source amd64
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Jonny Lamb [EMAIL PROTECTED]
Changed-By: Jonny Lamb [EMAIL PROTECTED]
Description: 
 synce-hal  - Daemon to maintain a connection to Windows Mobile devices via hal
Closes: 480348
Changes: 
 synce-hal (0.1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #480348)
Checksums-Sha1: 
 17907427b3230078f8cbc061b08ac425fc691a37 1241 synce-hal_0.1-1.dsc
 0c5f77a391dba7d67190d2890de7c53730a9f7fe 357944 synce-hal_0.1.orig.tar.gz
 2676bf6d0274ba7e8010bf9647bb207b8c42a518 1591 synce-hal_0.1-1.diff.gz
 bdee3fd5be0072757e3e6ca835d35abeaec1efa5 30134 synce-hal_0.1-1_amd64.deb
Checksums-Sha256: 
 fc94c0bf7b67ba3cc1414d52f1ed6973cb1243bb756fb16ba2cace0949e8b8f9 1241 
synce-hal_0.1-1.dsc
 6f3ee10fefb71593c936e55cd1b6aaa4cbef25926f63a4590fb3b78e101a217d 357944 
synce-hal_0.1.orig.tar.gz
 00a4677109ba56cf2b27aa1262789d3dcd7006f72a7183f55e7c34b79757a5f6 1591 
synce-hal_0.1-1.diff.gz
 ec5488892f9ddcb80108de96257e9deb983ae9dd4f8c63455a4c0145bd6c1f00 30134 
synce-hal_0.1-1_amd64.deb
Files: 
 da8c0ec198ca7413067693c3ab747cc6 1241 utils optional synce-hal_0.1-1.dsc
 77ea51506ac4ef2bdb81ba7f5c609d2b 357944 utils optional 
synce-hal_0.1.orig.tar.gz
 e8e3e2e078838b6aa1f1e99ff82407c4 1591 utils optional synce-hal_0.1-1.diff.gz
 f3eb3f5abb0d670fdfdb22da5b3c04df 30134 utils optional synce-hal_0.1-1_amd64.deb

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

iD8DBQFIWZzi0QZas444SvIRAn+aAJ491QFLNdymEN8QMfBuR++oPKufBwCghEnx
g5MKZrQ+d0fKwewCxboLEsM=
=yZgB
-END PGP SIGNATURE-


Accepted:
synce-hal_0.1-1.diff.gz
  to pool/main/s/synce-hal/synce-hal_0.1-1.diff.gz
synce-hal_0.1-1.dsc
  to pool/main/s/synce-hal/synce-hal_0.1-1.dsc
synce-hal_0.1-1_amd64.deb
  to pool/main/s/synce-hal/synce-hal_0.1-1_amd64.deb
synce-hal_0.1.orig.tar.gz
  to pool/main/s/synce-hal/synce-hal_0.1.orig.tar.gz


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



Accepted smbind 0.4.7-1 (source all)

2008-06-26 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  9 Jun 2008 18:51:37 +0200
Source: smbind
Binary: smbind
Architecture: source all
Version: 0.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano [EMAIL PROTECTED]
Changed-By: Giuseppe Iuculano [EMAIL PROTECTED]
Description: 
 smbind - PHP-based tool for managing DNS zones for BIND
Closes: 485513
Changes: 
 smbind (0.4.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #485513)
Checksums-Sha1: 
 67c693fc65233e50640f29f9146fcf64f85168bd 1026 smbind_0.4.7-1.dsc
 f4613ca3d523135a46f8ca1adad27a0ef0143c76 90623 smbind_0.4.7.orig.tar.gz
 aa5783b9b90e12d7db9c36480d14e487642a4fbf 6326 smbind_0.4.7-1.diff.gz
 6fdbd89a05115cea7aba3f291f6c18cade8fd773 89712 smbind_0.4.7-1_all.deb
Checksums-Sha256: 
 95e4be6d8a0e2894276244bd0f4fde708fdb0205d008bec98068124f27271de8 1026 
smbind_0.4.7-1.dsc
 4cf73b67ea7cd99d560d55497c622ae345b9a738e964761e6eb4189efe81b24d 90623 
smbind_0.4.7.orig.tar.gz
 06f1ebed8154d4582f9ac95e0c89798b91f82864d30cb39541dfdd38d7e350dc 6326 
smbind_0.4.7-1.diff.gz
 5c5c2783a3ced42edbe9796427cdac8df695f43f7269e12a1fb7499b72e44971 89712 
smbind_0.4.7-1_all.deb
Files: 
 aec29d2ae589287535299bc806d1ac1d 1026 web optional smbind_0.4.7-1.dsc
 8474d376798773e3fac85564cf6b57cb 90623 web optional smbind_0.4.7.orig.tar.gz
 f7a56ecca1137209fd8107eb4ef13d9f 6326 web optional smbind_0.4.7-1.diff.gz
 3a5914e03130afcc6c69bbe6e6a0f064 89712 web optional smbind_0.4.7-1_all.deb

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

iEYEARECAAYFAkhZ97IACgkQ+ZNUJLHfmldKzACeK+l9sQmkOJC/sD8zo9MTu7mP
MBYAnRoWzjZsZP3iTa8hlzN0EYXg+lAd
=6MBd
-END PGP SIGNATURE-


Accepted:
smbind_0.4.7-1.diff.gz
  to pool/main/s/smbind/smbind_0.4.7-1.diff.gz
smbind_0.4.7-1.dsc
  to pool/main/s/smbind/smbind_0.4.7-1.dsc
smbind_0.4.7-1_all.deb
  to pool/main/s/smbind/smbind_0.4.7-1_all.deb
smbind_0.4.7.orig.tar.gz
  to pool/main/s/smbind/smbind_0.4.7.orig.tar.gz


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



Accepted libfreemarker-java 2.3.13+debian1-1 (source all)

2008-06-26 Thread Paul Cager
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Jun 2008 20:32:10 +0100
Source: libfreemarker-java
Binary: libfreemarker-java
Architecture: source all
Version: 2.3.13+debian1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Paul Cager [EMAIL PROTECTED]
Description: 
 libfreemarker-java - a template engine written in Java
Changes: 
 libfreemarker-java (2.3.13+debian1-1) unstable; urgency=low
 .
   * Move back into main.
 - Build-depend on servlet2.5 rather than glassfish-javaee.
 - Amended section in debian/control to libs.
 - Added +debian1 suffix to upstream version to ensure orig
   tarball available for move to main.
   * Added myself to uploaders.
   * Standards version now 3.8.0 (no changes needed).
Checksums-Sha1: 
 179774032b3780736a9b82f6ab8188c4d36424cd 1694 
libfreemarker-java_2.3.13+debian1-1.dsc
 12ee262352db7360bb503cf8a771884e1d0078a3 458058 
libfreemarker-java_2.3.13+debian1.orig.tar.gz
 b7fb9552cb401b02ee1cb5faf966bef25d5856dd 5366 
libfreemarker-java_2.3.13+debian1-1.diff.gz
 be84e0e32a07ea7f93c5f455270bb4aab2e0b9fb 1128140 
libfreemarker-java_2.3.13+debian1-1_all.deb
Checksums-Sha256: 
 abd822c5d532353f23f058c4caa59e73a8f54f1a30906d26dba4b47192393f5a 1694 
libfreemarker-java_2.3.13+debian1-1.dsc
 9ca0100bac5b943e70590936ed1fd5beae692a83dd7fca189dbc2d1a112b8938 458058 
libfreemarker-java_2.3.13+debian1.orig.tar.gz
 c4df475f1c03ba567e2503fc99ffc11e0fd6929e3cc362e277d36542bd4ffbe8 5366 
libfreemarker-java_2.3.13+debian1-1.diff.gz
 c70941a6185dc97ca521195bb3226e2b39db486f175221d5cfab93b41ea0103f 1128140 
libfreemarker-java_2.3.13+debian1-1_all.deb
Files: 
 5a3b3e96eb3a0863bacff88df94a2155 1694 libs optional 
libfreemarker-java_2.3.13+debian1-1.dsc
 62f73e6c3a1fe266a01336dd62cc4141 458058 libs optional 
libfreemarker-java_2.3.13+debian1.orig.tar.gz
 82e532272abea966b2e9537bf431c81e 5366 libs optional 
libfreemarker-java_2.3.13+debian1-1.diff.gz
 d6406701996b4b1355b6df8f8215e422 1128140 libs optional 
libfreemarker-java_2.3.13+debian1-1_all.deb

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

iEYEARECAAYFAkhZ6sMACgkQWSOgCCdjSDs2VACfR1FhN+o4ditAuNiSDsX1fRLK
aZIAn3aMu8P8wBzFxZafKLUi0qf2ofzI
=D+gR
-END PGP SIGNATURE-


Accepted:
libfreemarker-java_2.3.13+debian1-1.diff.gz
  to 
pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.13+debian1-1.diff.gz
libfreemarker-java_2.3.13+debian1-1.dsc
  to pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.13+debian1-1.dsc
libfreemarker-java_2.3.13+debian1-1_all.deb
  to 
pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.13+debian1-1_all.deb
libfreemarker-java_2.3.13+debian1.orig.tar.gz
  to 
pool/main/libf/libfreemarker-java/libfreemarker-java_2.3.13+debian1.orig.tar.gz


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



  1   2   >